@vonage/vivid-react 3.3.0 → 3.4.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 +245 -20
- 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 -4
- 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 +295 -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 -25
- package/v3/VwcDataGridCell/package.json +2 -2
- package/v3/VwcDataGridRow/index.d.ts +16 -0
- package/v3/VwcDataGridRow/index.js +168 -5
- 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/VwcCombobox/index.js
CHANGED
|
@@ -11,9 +11,40 @@ Code in this file were generated using following JSON:
|
|
|
11
11
|
{
|
|
12
12
|
"description": "Default slot.",
|
|
13
13
|
"name": ""
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"description": "Slot to add an icon to the combobox control.",
|
|
17
|
+
"name": "icon"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"description": "Slot to add meta content to the combobox control.",
|
|
21
|
+
"name": "meta"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"description": "Describes how to use the combobox. Alternative to the `helper-text` attribute.",
|
|
25
|
+
"name": "helper-text"
|
|
14
26
|
}
|
|
15
27
|
],
|
|
16
28
|
"members": [
|
|
29
|
+
{
|
|
30
|
+
"kind": "field",
|
|
31
|
+
"name": "autocomplete",
|
|
32
|
+
"type": {
|
|
33
|
+
"text": "ComboboxAutocomplete | undefined"
|
|
34
|
+
},
|
|
35
|
+
"description": "The autocomplete attribute.",
|
|
36
|
+
"privacy": "public"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"kind": "field",
|
|
40
|
+
"name": "filteredOptions",
|
|
41
|
+
"type": {
|
|
42
|
+
"text": "ListboxOption[]"
|
|
43
|
+
},
|
|
44
|
+
"default": "[]",
|
|
45
|
+
"description": "The collection of currently filtered options.",
|
|
46
|
+
"privacy": "public"
|
|
47
|
+
},
|
|
17
48
|
{
|
|
18
49
|
"kind": "field",
|
|
19
50
|
"name": "appearance",
|
|
@@ -23,6 +54,24 @@ Code in this file were generated using following JSON:
|
|
|
23
54
|
"description": "The appearance attribute.",
|
|
24
55
|
"privacy": "public"
|
|
25
56
|
},
|
|
57
|
+
{
|
|
58
|
+
"kind": "field",
|
|
59
|
+
"name": "shape",
|
|
60
|
+
"type": {
|
|
61
|
+
"text": "ComboboxShape | undefined"
|
|
62
|
+
},
|
|
63
|
+
"description": "The shape attribute.",
|
|
64
|
+
"privacy": "public"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"kind": "field",
|
|
68
|
+
"name": "scale",
|
|
69
|
+
"type": {
|
|
70
|
+
"text": "ComboboxSize | undefined"
|
|
71
|
+
},
|
|
72
|
+
"description": "The size the combobox should have.",
|
|
73
|
+
"privacy": "public"
|
|
74
|
+
},
|
|
26
75
|
{
|
|
27
76
|
"kind": "field",
|
|
28
77
|
"name": "placement",
|
|
@@ -54,6 +103,197 @@ Code in this file were generated using following JSON:
|
|
|
54
103
|
"type": {
|
|
55
104
|
"text": "HTMLElement"
|
|
56
105
|
}
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"kind": "method",
|
|
109
|
+
"name": "validate",
|
|
110
|
+
"return": {
|
|
111
|
+
"type": {
|
|
112
|
+
"text": "void"
|
|
113
|
+
}
|
|
114
|
+
},
|
|
115
|
+
"description": "{@inheritDoc (FormAssociated:interface).validate}"
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
"kind": "field",
|
|
119
|
+
"name": "isAutocompleteInline",
|
|
120
|
+
"type": {
|
|
121
|
+
"text": "boolean"
|
|
122
|
+
},
|
|
123
|
+
"privacy": "private",
|
|
124
|
+
"readonly": true
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"kind": "field",
|
|
128
|
+
"name": "isAutocompleteList",
|
|
129
|
+
"type": {
|
|
130
|
+
"text": "boolean"
|
|
131
|
+
},
|
|
132
|
+
"privacy": "private",
|
|
133
|
+
"readonly": true
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"kind": "field",
|
|
137
|
+
"name": "isAutocompleteBoth",
|
|
138
|
+
"type": {
|
|
139
|
+
"text": "boolean"
|
|
140
|
+
},
|
|
141
|
+
"privacy": "private",
|
|
142
|
+
"readonly": true
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"kind": "field",
|
|
146
|
+
"name": "open",
|
|
147
|
+
"type": {
|
|
148
|
+
"text": "boolean"
|
|
149
|
+
},
|
|
150
|
+
"default": "false",
|
|
151
|
+
"description": "The open attribute.",
|
|
152
|
+
"privacy": "public"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"kind": "field",
|
|
156
|
+
"name": "options",
|
|
157
|
+
"type": {
|
|
158
|
+
"text": "ListboxOption[]"
|
|
159
|
+
},
|
|
160
|
+
"description": "The list of options.",
|
|
161
|
+
"privacy": "public",
|
|
162
|
+
"inheritedFrom": {
|
|
163
|
+
"name": "Listbox",
|
|
164
|
+
"module": "libs/components/src/shared/foundation/listbox/listbox.ts"
|
|
165
|
+
}
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"kind": "field",
|
|
169
|
+
"name": "placeholder",
|
|
170
|
+
"type": {
|
|
171
|
+
"text": "string"
|
|
172
|
+
},
|
|
173
|
+
"description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
|
|
174
|
+
"privacy": "public"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"kind": "field",
|
|
178
|
+
"name": "value",
|
|
179
|
+
"description": "The value property.",
|
|
180
|
+
"privacy": "public"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"kind": "method",
|
|
184
|
+
"name": "filterOptions",
|
|
185
|
+
"return": {
|
|
186
|
+
"type": {
|
|
187
|
+
"text": "void"
|
|
188
|
+
}
|
|
189
|
+
},
|
|
190
|
+
"description": "Filter available options by text value.",
|
|
191
|
+
"privacy": "public"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"kind": "field",
|
|
195
|
+
"name": "proxy",
|
|
196
|
+
"inheritedFrom": {
|
|
197
|
+
"name": "FormAssociatedCombobox",
|
|
198
|
+
"module": "libs/components/src/lib/combobox/combobox.form-associated.ts"
|
|
199
|
+
}
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"kind": "field",
|
|
203
|
+
"name": "length",
|
|
204
|
+
"type": {
|
|
205
|
+
"text": "number"
|
|
206
|
+
},
|
|
207
|
+
"description": "The number of options.",
|
|
208
|
+
"privacy": "public",
|
|
209
|
+
"readonly": true,
|
|
210
|
+
"inheritedFrom": {
|
|
211
|
+
"name": "Listbox",
|
|
212
|
+
"module": "libs/components/src/shared/foundation/listbox/listbox.ts"
|
|
213
|
+
}
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"kind": "field",
|
|
217
|
+
"name": "disabled",
|
|
218
|
+
"type": {
|
|
219
|
+
"text": "boolean"
|
|
220
|
+
},
|
|
221
|
+
"description": "The disabled state of the listbox.",
|
|
222
|
+
"privacy": "public",
|
|
223
|
+
"inheritedFrom": {
|
|
224
|
+
"name": "Listbox",
|
|
225
|
+
"module": "libs/components/src/shared/foundation/listbox/listbox.ts"
|
|
226
|
+
}
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"kind": "field",
|
|
230
|
+
"name": "selectedIndex",
|
|
231
|
+
"type": {
|
|
232
|
+
"text": "number"
|
|
233
|
+
},
|
|
234
|
+
"default": "-1",
|
|
235
|
+
"description": "The index of the selected option.",
|
|
236
|
+
"privacy": "public",
|
|
237
|
+
"inheritedFrom": {
|
|
238
|
+
"name": "Listbox",
|
|
239
|
+
"module": "libs/components/src/shared/foundation/listbox/listbox.ts"
|
|
240
|
+
}
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"kind": "field",
|
|
244
|
+
"name": "selectedOptions",
|
|
245
|
+
"type": {
|
|
246
|
+
"text": "ListboxOption[]"
|
|
247
|
+
},
|
|
248
|
+
"default": "[]",
|
|
249
|
+
"description": "A collection of the selected options.",
|
|
250
|
+
"privacy": "public",
|
|
251
|
+
"inheritedFrom": {
|
|
252
|
+
"name": "Listbox",
|
|
253
|
+
"module": "libs/components/src/shared/foundation/listbox/listbox.ts"
|
|
254
|
+
}
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"kind": "field",
|
|
258
|
+
"name": "slottedOptionFilter",
|
|
259
|
+
"static": true,
|
|
260
|
+
"description": "A static filter to include only selectable options.",
|
|
261
|
+
"parameters": [
|
|
262
|
+
{
|
|
263
|
+
"description": "element to filter",
|
|
264
|
+
"name": "n"
|
|
265
|
+
}
|
|
266
|
+
],
|
|
267
|
+
"privacy": "public",
|
|
268
|
+
"inheritedFrom": {
|
|
269
|
+
"name": "Listbox",
|
|
270
|
+
"module": "libs/components/src/shared/foundation/listbox/listbox.ts"
|
|
271
|
+
}
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"kind": "method",
|
|
275
|
+
"name": "selectFirstOption",
|
|
276
|
+
"return": {
|
|
277
|
+
"type": {
|
|
278
|
+
"text": "void"
|
|
279
|
+
}
|
|
280
|
+
},
|
|
281
|
+
"description": "Moves focus to the first selectable option.",
|
|
282
|
+
"privacy": "public",
|
|
283
|
+
"inheritedFrom": {
|
|
284
|
+
"name": "Listbox",
|
|
285
|
+
"module": "libs/components/src/shared/foundation/listbox/listbox.ts"
|
|
286
|
+
}
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"kind": "method",
|
|
290
|
+
"name": "setSelectedOptions",
|
|
291
|
+
"privacy": "public",
|
|
292
|
+
"description": "Sets an option as selected and gives it focus.",
|
|
293
|
+
"inheritedFrom": {
|
|
294
|
+
"name": "Listbox",
|
|
295
|
+
"module": "libs/components/src/shared/foundation/listbox/listbox.ts"
|
|
296
|
+
}
|
|
57
297
|
}
|
|
58
298
|
],
|
|
59
299
|
"events": [
|
|
@@ -66,6 +306,14 @@ Code in this file were generated using following JSON:
|
|
|
66
306
|
}
|
|
67
307
|
],
|
|
68
308
|
"attributes": [
|
|
309
|
+
{
|
|
310
|
+
"name": "autocomplete",
|
|
311
|
+
"type": {
|
|
312
|
+
"text": "ComboboxAutocomplete | undefined"
|
|
313
|
+
},
|
|
314
|
+
"description": "The autocomplete attribute.",
|
|
315
|
+
"fieldName": "autocomplete"
|
|
316
|
+
},
|
|
69
317
|
{
|
|
70
318
|
"name": "appearance",
|
|
71
319
|
"type": {
|
|
@@ -74,6 +322,22 @@ Code in this file were generated using following JSON:
|
|
|
74
322
|
"description": "The appearance attribute.",
|
|
75
323
|
"fieldName": "appearance"
|
|
76
324
|
},
|
|
325
|
+
{
|
|
326
|
+
"name": "shape",
|
|
327
|
+
"type": {
|
|
328
|
+
"text": "ComboboxShape | undefined"
|
|
329
|
+
},
|
|
330
|
+
"description": "The shape attribute.",
|
|
331
|
+
"fieldName": "shape"
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"name": "scale",
|
|
335
|
+
"type": {
|
|
336
|
+
"text": "ComboboxSize | undefined"
|
|
337
|
+
},
|
|
338
|
+
"description": "The size the combobox should have.",
|
|
339
|
+
"fieldName": "scale"
|
|
340
|
+
},
|
|
77
341
|
{
|
|
78
342
|
"name": "placement",
|
|
79
343
|
"type": {
|
|
@@ -90,11 +354,39 @@ Code in this file were generated using following JSON:
|
|
|
90
354
|
"default": "false",
|
|
91
355
|
"description": "Whether the dropdown is using a fixed positioning strategy.",
|
|
92
356
|
"fieldName": "fixedDropdown"
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"name": "open",
|
|
360
|
+
"type": {
|
|
361
|
+
"text": "boolean"
|
|
362
|
+
},
|
|
363
|
+
"default": "false",
|
|
364
|
+
"description": "The open attribute.",
|
|
365
|
+
"fieldName": "open"
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"name": "placeholder",
|
|
369
|
+
"type": {
|
|
370
|
+
"text": "string"
|
|
371
|
+
},
|
|
372
|
+
"description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
|
|
373
|
+
"fieldName": "placeholder"
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"type": {
|
|
377
|
+
"text": "boolean"
|
|
378
|
+
},
|
|
379
|
+
"description": "The disabled state of the listbox.",
|
|
380
|
+
"fieldName": "disabled",
|
|
381
|
+
"inheritedFrom": {
|
|
382
|
+
"name": "Listbox",
|
|
383
|
+
"module": "libs/components/src/shared/foundation/listbox/listbox.ts"
|
|
384
|
+
}
|
|
93
385
|
}
|
|
94
386
|
],
|
|
95
387
|
"superclass": {
|
|
96
|
-
"name": "
|
|
97
|
-
"
|
|
388
|
+
"name": "FormAssociatedCombobox",
|
|
389
|
+
"module": "/libs/components/src/lib/combobox/combobox.form-associated"
|
|
98
390
|
},
|
|
99
391
|
"vividComponent": {
|
|
100
392
|
"public": true,
|
|
@@ -120,7 +412,7 @@ registerCombobox('vvd3')
|
|
|
120
412
|
const VwcCombobox = wrapper(`vvd3-combobox`, {
|
|
121
413
|
events: [{"name":"change","propName":"onChange"}],
|
|
122
414
|
attributes: [],
|
|
123
|
-
properties: ['appearance', 'placement', 'fixedDropdown', '_popup', '_anchor']
|
|
415
|
+
properties: ['autocomplete', 'filteredOptions', 'appearance', 'shape', 'scale', 'placement', 'fixedDropdown', '_popup', '_anchor', 'open', 'options', 'placeholder', 'value', 'proxy', 'disabled', 'selectedIndex', 'selectedOptions', 'slottedOptionFilter']
|
|
124
416
|
})
|
|
125
417
|
|
|
126
418
|
VwcCombobox.displayName = 'VwcCombobox'
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-combobox",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.16.2",
|
|
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.16.2"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,8 +1,25 @@
|
|
|
1
1
|
import React, { ReactNode, SyntheticEvent } from 'react';
|
|
2
2
|
/** VwcDataGrid
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/data-grid
|
|
4
|
+
* @param {boolean} noTabbing - When true the component will not add itself to the tab queue.
|
|
5
|
+
Default is false. **attribute** `no-tabbing`
|
|
6
|
+
* @param {GenerateHeaderOptions} generateHeader - Whether the grid should automatically generate a header row and its type **attribute** `generate-header`
|
|
7
|
+
* @param {string} gridTemplateColumns - String that gets applied to the the css gridTemplateColumns attribute of child rows **attribute** `grid-template-columns`
|
|
8
|
+
* @param {object[]} rowsData - The data being displayed in the grid
|
|
9
|
+
* @param {ColumnDefinition[] | null} columnDefinitions - The column definitions of the grid
|
|
10
|
+
* @param {ViewTemplate} rowItemTemplate - The template to use for the programmatic generation of rows
|
|
11
|
+
* @param {ViewTemplate | undefined} cellItemTemplate - The template used to render cells in generated rows.
|
|
12
|
+
* @param {ViewTemplate | undefined} headerCellItemTemplate - The template used to render header cells in generated rows.
|
|
13
|
+
* @param {number} focusRowIndex - The index of the row that will receive focus the next time the
|
|
14
|
+
grid is focused. This value changes as focus moves to different
|
|
15
|
+
rows within the grid. Changing this value when focus is already
|
|
16
|
+
within the grid moves focus to the specified row.
|
|
17
|
+
* @param {number} focusColumnIndex - The index of the column that will receive focus the next time the
|
|
18
|
+
grid is focused. This value changes as focus moves to different rows
|
|
19
|
+
within the grid. Changing this value when focus is already within
|
|
20
|
+
the grid moves focus to the specified column.
|
|
21
|
+
* @param {string} rowElementTag - Set by the component templates.
|
|
4
22
|
* @param {DataGridSelectionMode | undefined} selectionMode - Indicates the selection mode. **attribute** `selection-mode`
|
|
5
|
-
* @param toggleGeneratedHeader
|
|
6
23
|
*/
|
|
7
24
|
declare const VwcDataGrid: {
|
|
8
25
|
(props: {
|
|
@@ -12,8 +29,18 @@ declare const VwcDataGrid: {
|
|
|
12
29
|
style?: React.CSSProperties | undefined;
|
|
13
30
|
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
14
31
|
onCellClick?: ((event: SyntheticEvent) => void) | undefined;
|
|
32
|
+
noTabbing?: boolean | undefined;
|
|
33
|
+
generateHeader?: any;
|
|
34
|
+
gridTemplateColumns?: string | undefined;
|
|
35
|
+
rowsData?: any[] | undefined;
|
|
36
|
+
columnDefinitions?: any;
|
|
37
|
+
rowItemTemplate?: any;
|
|
38
|
+
cellItemTemplate?: any;
|
|
39
|
+
headerCellItemTemplate?: any;
|
|
40
|
+
focusRowIndex?: number | undefined;
|
|
41
|
+
focusColumnIndex?: number | undefined;
|
|
42
|
+
rowElementTag?: string | undefined;
|
|
15
43
|
selectionMode?: any;
|
|
16
|
-
toggleGeneratedHeader?: any;
|
|
17
44
|
}): JSX.Element;
|
|
18
45
|
displayName: string;
|
|
19
46
|
};
|