@vonage/vivid-react 2.10.71 → 2.10.73
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/README.md +54 -54
- package/VwcAccordion/package.json +2 -2
- package/VwcActionGroup/package.json +2 -2
- package/VwcBadge/package.json +2 -2
- package/VwcBanner/package.json +2 -2
- package/VwcButton/package.json +2 -2
- package/VwcButtonToggleGroup/package.json +2 -2
- package/VwcCalendar/package.json +2 -2
- package/VwcCalendarEvent/package.json +2 -2
- package/VwcCard/package.json +2 -2
- package/VwcCarousel/package.json +2 -2
- package/VwcCarouselItem/package.json +2 -2
- package/VwcCheckListItem/package.json +2 -2
- package/VwcCheckbox/package.json +2 -2
- package/VwcChip/package.json +2 -2
- package/VwcChipSet/package.json +2 -2
- package/VwcCircularProgress/package.json +2 -2
- package/VwcDataGrid/package.json +2 -2
- package/VwcDataGridColumn/package.json +2 -2
- package/VwcDatepicker/package.json +2 -2
- package/VwcDialog/package.json +2 -2
- package/VwcDrawer/package.json +2 -2
- package/VwcDropdown/package.json +2 -2
- package/VwcElevation/package.json +2 -2
- package/VwcEmptyState/package.json +2 -2
- package/VwcExpansionPanel/package.json +2 -2
- package/VwcFab/package.json +2 -2
- package/VwcFilePicker/package.json +2 -2
- package/VwcFormfield/package.json +2 -2
- package/VwcHelperMessage/package.json +2 -2
- package/VwcIcon/package.json +2 -2
- package/VwcIconButton/package.json +2 -2
- package/VwcIconButtonToggle/package.json +2 -2
- package/VwcKeypad/package.json +2 -2
- package/VwcLayout/package.json +2 -2
- package/VwcLinearProgress/package.json +2 -2
- package/VwcList/package.json +2 -2
- package/VwcListExpansionPanel/package.json +2 -2
- package/VwcListItem/package.json +2 -2
- package/VwcMenu/package.json +2 -2
- package/VwcNotchedOutline/package.json +2 -2
- package/VwcNote/package.json +2 -2
- package/VwcPagination/package.json +2 -2
- package/VwcPopup/package.json +2 -2
- package/VwcRadio/package.json +2 -2
- package/VwcRadioListItem/package.json +2 -2
- package/VwcSchemeSelect/package.json +2 -2
- package/VwcScrubBar/package.json +2 -2
- package/VwcSelect/package.json +2 -2
- package/VwcSideDrawer/package.json +2 -2
- package/VwcSlider/package.json +2 -2
- package/VwcSnackbar/package.json +2 -2
- package/VwcSurface/package.json +2 -2
- package/VwcSwitch/package.json +2 -2
- package/VwcTab/package.json +2 -2
- package/VwcTabBar/package.json +2 -2
- package/VwcTag/package.json +2 -2
- package/VwcText/package.json +2 -2
- package/VwcTextarea/package.json +2 -2
- package/VwcTextfield/package.json +2 -2
- package/VwcThemeSwitch/package.json +2 -2
- package/VwcTooltip/package.json +2 -2
- package/VwcTopAppBar/package.json +2 -2
- package/VwcTopAppBarFixed/package.json +2 -2
- package/index.js +9 -9
- package/package.json +73 -67
- package/types/index.d.ts +48 -8
- package/v3/VwcAccordion/package.json +2 -2
- package/v3/VwcAccordionItem/package.json +2 -2
- package/v3/VwcActionGroup/package.json +2 -2
- package/v3/VwcAlert/package.json +2 -2
- package/v3/VwcAvatar/index.js +8 -0
- package/v3/VwcAvatar/package.json +2 -2
- package/v3/VwcBadge/package.json +2 -2
- package/v3/VwcBanner/package.json +2 -2
- package/v3/VwcBreadcrumb/package.json +2 -2
- package/v3/VwcBreadcrumbItem/package.json +2 -2
- package/v3/VwcButton/package.json +2 -2
- package/v3/VwcCalendar/package.json +2 -2
- package/v3/VwcCalendarEvent/package.json +2 -2
- package/v3/VwcCard/package.json +2 -2
- package/v3/VwcCheckbox/index.d.ts +2 -0
- package/v3/VwcCheckbox/index.js +17 -1
- package/v3/VwcCheckbox/package.json +2 -2
- package/v3/VwcCombobox/package.json +2 -2
- package/v3/VwcDataGrid/index.d.ts +1 -1
- package/v3/VwcDataGrid/index.js +4 -1
- package/v3/VwcDataGrid/package.json +2 -2
- package/v3/VwcDataGridCell/index.d.ts +4 -3
- package/v3/VwcDataGridCell/index.js +15 -3
- package/v3/VwcDataGridCell/package.json +2 -2
- package/v3/VwcDataGridRow/index.d.ts +1 -1
- package/v3/VwcDataGridRow/index.js +4 -1
- package/v3/VwcDataGridRow/package.json +2 -2
- package/v3/VwcDatePicker/index.d.ts +14 -10
- package/v3/VwcDatePicker/index.js +217 -92
- package/v3/VwcDatePicker/package.json +2 -2
- package/v3/VwcDatePickerBase/index.d.ts +29 -0
- package/v3/VwcDatePickerBase/index.js +248 -0
- package/v3/VwcDatePickerBase/package.json +11 -0
- package/v3/VwcDateRangePicker/index.d.ts +56 -0
- package/v3/VwcDateRangePicker/index.js +444 -0
- package/v3/VwcDateRangePicker/package.json +11 -0
- package/v3/VwcDialog/index.d.ts +2 -0
- package/v3/VwcDialog/index.js +18 -2
- package/v3/VwcDialog/package.json +2 -2
- package/v3/VwcDivider/package.json +2 -2
- package/v3/VwcElevation/package.json +2 -2
- package/v3/VwcEmptyState/package.json +2 -2
- package/v3/VwcFab/index.js +6 -0
- package/v3/VwcFab/package.json +2 -2
- package/v3/VwcFilePicker/index.d.ts +4 -2
- package/v3/VwcFilePicker/index.js +62 -20
- package/v3/VwcFilePicker/package.json +2 -2
- package/v3/VwcFocus/package.json +2 -2
- package/v3/VwcFormAssociatedFilePicker/index.d.ts +17 -0
- package/v3/VwcFormAssociatedFilePicker/index.js +44 -0
- package/v3/VwcFormAssociatedFilePicker/package.json +11 -0
- package/v3/VwcHeader/package.json +2 -2
- package/v3/VwcIcon/package.json +2 -2
- package/v3/VwcLayout/package.json +2 -2
- package/v3/VwcListbox/index.d.ts +4 -0
- package/v3/VwcListbox/index.js +71 -1
- package/v3/VwcListbox/package.json +2 -2
- package/v3/VwcMenu/index.d.ts +2 -0
- package/v3/VwcMenu/index.js +5 -1
- package/v3/VwcMenu/package.json +2 -2
- package/v3/VwcMenuItem/index.d.ts +6 -0
- package/v3/VwcMenuItem/index.js +66 -1
- package/v3/VwcMenuItem/package.json +2 -2
- package/v3/VwcNav/package.json +2 -2
- package/v3/VwcNavDisclosure/package.json +2 -2
- package/v3/VwcNavItem/package.json +2 -2
- package/v3/VwcNote/package.json +2 -2
- package/v3/VwcNumberField/index.d.ts +4 -0
- package/v3/VwcNumberField/index.js +64 -1
- package/v3/VwcNumberField/package.json +2 -2
- package/v3/{VwcListboxOption → VwcOption}/index.d.ts +3 -3
- package/v3/{VwcListboxOption → VwcOption}/index.js +5 -5
- package/v3/{VwcListboxOption → VwcOption}/package.json +2 -2
- package/v3/VwcPagination/package.json +2 -2
- package/v3/VwcPopup/package.json +2 -2
- package/v3/VwcProgress/index.d.ts +5 -3
- package/v3/VwcProgress/index.js +29 -4
- package/v3/VwcProgress/package.json +2 -2
- package/v3/VwcProgressRing/index.d.ts +3 -1
- package/v3/VwcProgressRing/index.js +19 -3
- package/v3/VwcProgressRing/package.json +2 -2
- package/v3/VwcRadio/index.d.ts +2 -0
- package/v3/VwcRadio/index.js +17 -1
- package/v3/VwcRadio/package.json +2 -2
- package/v3/VwcRadioGroup/package.json +2 -2
- package/v3/VwcSelect/index.d.ts +2 -1
- package/v3/VwcSelect/index.js +1 -1
- package/v3/VwcSelect/package.json +2 -2
- package/v3/VwcSelectableBox/index.d.ts +30 -0
- package/v3/VwcSelectableBox/index.js +197 -0
- package/v3/VwcSelectableBox/package.json +11 -0
- package/v3/VwcSideDrawer/index.d.ts +3 -1
- package/v3/VwcSideDrawer/index.js +11 -1
- package/v3/VwcSideDrawer/package.json +2 -2
- package/v3/VwcSlider/index.d.ts +6 -0
- package/v3/VwcSlider/index.js +60 -1
- package/v3/VwcSlider/package.json +2 -2
- package/v3/VwcSplitButton/package.json +2 -2
- package/v3/VwcSwitch/index.d.ts +1 -1
- package/v3/VwcSwitch/index.js +4 -1
- package/v3/VwcSwitch/package.json +2 -2
- package/v3/VwcTab/index.js +6 -0
- package/v3/VwcTab/package.json +2 -2
- package/v3/VwcTabPanel/package.json +2 -2
- package/v3/VwcTabs/package.json +2 -2
- package/v3/VwcTag/package.json +2 -2
- package/v3/VwcTagGroup/index.d.ts +2 -1
- package/v3/VwcTagGroup/index.js +21 -1
- package/v3/VwcTagGroup/package.json +2 -2
- package/v3/VwcTextAnchor/package.json +2 -2
- package/v3/VwcTextArea/index.d.ts +1 -1
- package/v3/VwcTextArea/index.js +11 -0
- package/v3/VwcTextArea/package.json +2 -2
- package/v3/VwcTextField/index.d.ts +2 -0
- package/v3/VwcTextField/index.js +42 -1
- package/v3/VwcTextField/package.json +2 -2
- package/v3/VwcToggletip/package.json +2 -2
- package/v3/VwcTooltip/package.json +2 -2
- package/v3/VwcTreeItem/package.json +2 -2
- package/v3/VwcTreeView/package.json +2 -2
|
@@ -4,6 +4,7 @@ import React, { ReactNode } from 'react';
|
|
|
4
4
|
* @param {TextFieldAppearance | undefined} appearance **attribute** `appearance`
|
|
5
5
|
* @param {TextFieldShape | undefined} shape **attribute** `shape`
|
|
6
6
|
* @param {string | undefined} autoComplete **attribute** `autoComplete`
|
|
7
|
+
* @param {HTMLElement[] | undefined} leadingActionItemsSlottedContent
|
|
7
8
|
* @param {string | undefined} placeholder
|
|
8
9
|
* @param {string | undefined} label
|
|
9
10
|
* @param {any} onInput
|
|
@@ -18,6 +19,7 @@ declare const VwcTextField: {
|
|
|
18
19
|
appearance?: any;
|
|
19
20
|
shape?: any;
|
|
20
21
|
autoComplete?: string | undefined;
|
|
22
|
+
leadingActionItemsSlottedContent?: any;
|
|
21
23
|
placeholder?: string | undefined;
|
|
22
24
|
label?: string | undefined;
|
|
23
25
|
onInput?: any;
|
package/v3/VwcTextField/index.js
CHANGED
|
@@ -81,6 +81,16 @@ Code in this file were generated using following JSON:
|
|
|
81
81
|
"default": "var(--vvd-color-neutral-100)"
|
|
82
82
|
}
|
|
83
83
|
],
|
|
84
|
+
"slots": [
|
|
85
|
+
{
|
|
86
|
+
"description": "Used to add action items to the start of the text-field.",
|
|
87
|
+
"name": "leading-action-items"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"description": "Used to add action items to the end of the text-field.",
|
|
91
|
+
"name": "action-items"
|
|
92
|
+
}
|
|
93
|
+
],
|
|
84
94
|
"members": [
|
|
85
95
|
{
|
|
86
96
|
"kind": "field",
|
|
@@ -102,6 +112,37 @@ Code in this file were generated using following JSON:
|
|
|
102
112
|
"type": {
|
|
103
113
|
"text": "string | undefined"
|
|
104
114
|
}
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"kind": "field",
|
|
118
|
+
"name": "leadingActionItemsSlottedContent",
|
|
119
|
+
"type": {
|
|
120
|
+
"text": "HTMLElement[] | undefined"
|
|
121
|
+
}
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"kind": "method",
|
|
125
|
+
"name": "#handleLabelChange",
|
|
126
|
+
"parameters": [
|
|
127
|
+
{
|
|
128
|
+
"name": "labelEl",
|
|
129
|
+
"type": {
|
|
130
|
+
"text": "HTMLLabelElement"
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
]
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"kind": "field",
|
|
137
|
+
"name": "#reflectToInput",
|
|
138
|
+
"privacy": "private",
|
|
139
|
+
"type": {
|
|
140
|
+
"text": "Reflector<this, HTMLInputElement> | undefined"
|
|
141
|
+
}
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"kind": "method",
|
|
145
|
+
"name": "focus"
|
|
105
146
|
}
|
|
106
147
|
],
|
|
107
148
|
"attributes": [
|
|
@@ -141,7 +182,7 @@ registerTextField('vvd3')
|
|
|
141
182
|
const VwcTextField = wrapper(`vvd3-text-field`, {
|
|
142
183
|
events: [],
|
|
143
184
|
attributes: [],
|
|
144
|
-
properties: ['appearance', 'shape', 'autoComplete', 'placeholder', 'label', 'onInput']
|
|
185
|
+
properties: ['appearance', 'shape', 'autoComplete', 'leadingActionItemsSlottedContent', 'placeholder', 'label', 'onInput']
|
|
145
186
|
})
|
|
146
187
|
|
|
147
188
|
VwcTextField.displayName = 'VwcTextField'
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-text-field",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.40.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "3.
|
|
9
|
+
"@vonage/vivid": "3.40.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-toggletip",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.40.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "3.
|
|
9
|
+
"@vonage/vivid": "3.40.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-tooltip",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.40.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "3.
|
|
9
|
+
"@vonage/vivid": "3.40.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-tree-item",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.40.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "3.
|
|
9
|
+
"@vonage/vivid": "3.40.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-tree-view",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.40.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "3.
|
|
9
|
+
"@vonage/vivid": "3.40.0"
|
|
10
10
|
}
|
|
11
11
|
}
|