@vonage/vivid-react 2.10.80 → 2.10.83
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 +6 -6
- package/package.json +59 -59
- package/types/index.d.ts +13 -1
- package/v3/VwcAccordion/package.json +2 -2
- package/v3/VwcAccordionItem/index.js +4 -0
- package/v3/VwcAccordionItem/package.json +2 -2
- package/v3/VwcActionGroup/index.js +0 -4
- package/v3/VwcActionGroup/package.json +2 -2
- package/v3/VwcAlert/index.js +4 -0
- package/v3/VwcAlert/package.json +2 -2
- package/v3/VwcAppearanceUi/index.js +0 -28
- package/v3/VwcAppearanceUi/package.json +2 -2
- package/v3/VwcAudioPlayer/package.json +2 -2
- package/v3/VwcAvatar/package.json +2 -2
- package/v3/VwcBadge/index.js +6 -0
- package/v3/VwcBadge/package.json +2 -2
- package/v3/VwcBanner/index.js +4 -0
- package/v3/VwcBanner/package.json +2 -2
- package/v3/VwcBreadcrumb/package.json +2 -2
- package/v3/VwcBreadcrumbItem/package.json +2 -2
- package/v3/VwcButton/index.js +6 -0
- package/v3/VwcButton/package.json +2 -2
- package/v3/VwcCalendar/package.json +2 -2
- package/v3/VwcCalendarEvent/package.json +2 -2
- package/v3/VwcCard/package.json +2 -2
- package/v3/VwcCheckbox/index.js +8 -8
- package/v3/VwcCheckbox/package.json +2 -2
- package/v3/VwcCombobox/index.js +0 -4
- package/v3/VwcCombobox/package.json +2 -2
- package/v3/VwcDataGrid/package.json +2 -2
- package/v3/VwcDataGridCell/index.js +6 -0
- package/v3/VwcDataGridCell/package.json +2 -2
- package/v3/VwcDataGridRow/index.js +6 -0
- package/v3/VwcDataGridRow/package.json +2 -2
- package/v3/VwcDatePicker/index.d.ts +2 -1
- package/v3/VwcDatePicker/index.js +11 -22
- package/v3/VwcDatePicker/package.json +2 -2
- package/v3/VwcDatePickerBase/index.d.ts +2 -1
- package/v3/VwcDatePickerBase/index.js +7 -14
- package/v3/VwcDatePickerBase/package.json +2 -2
- package/v3/VwcDateRangePicker/index.d.ts +1 -0
- package/v3/VwcDateRangePicker/index.js +9 -22
- package/v3/VwcDateRangePicker/package.json +2 -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/package.json +2 -2
- package/v3/VwcFilePicker/index.d.ts +1 -1
- package/v3/VwcFilePicker/index.js +2 -2
- package/v3/VwcFilePicker/package.json +2 -2
- package/v3/VwcFocus/package.json +2 -2
- package/v3/VwcFormAssociatedFilePicker/package.json +2 -2
- package/v3/VwcFormAssociatedTimePicker/index.d.ts +17 -0
- package/v3/VwcFormAssociatedTimePicker/index.js +41 -0
- package/v3/VwcFormAssociatedTimePicker/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.js +0 -4
- package/v3/VwcListbox/package.json +2 -2
- package/v3/VwcMenu/package.json +2 -2
- package/v3/VwcMenuItem/index.d.ts +4 -0
- package/v3/VwcMenuItem/index.js +12 -1
- package/v3/VwcMenuItem/package.json +2 -2
- package/v3/VwcNav/package.json +2 -2
- package/v3/VwcNavDisclosure/index.js +4 -0
- package/v3/VwcNavDisclosure/package.json +2 -2
- package/v3/VwcNavItem/index.js +4 -0
- package/v3/VwcNavItem/package.json +2 -2
- package/v3/VwcNote/index.js +4 -0
- package/v3/VwcNote/package.json +2 -2
- package/v3/VwcNumberField/index.js +9 -49
- package/v3/VwcNumberField/package.json +2 -2
- package/v3/VwcOption/package.json +2 -2
- package/v3/VwcPagination/index.d.ts +2 -1
- package/v3/VwcPagination/index.js +7 -1
- package/v3/VwcPagination/package.json +2 -2
- package/v3/VwcPopup/package.json +2 -2
- package/v3/VwcProgress/package.json +2 -2
- package/v3/VwcProgressRing/package.json +2 -2
- package/v3/VwcRadio/index.js +8 -8
- package/v3/VwcRadio/package.json +2 -2
- package/v3/VwcRadioGroup/package.json +2 -2
- package/v3/VwcSelect/index.js +9 -33
- package/v3/VwcSelect/package.json +2 -2
- package/v3/VwcSelectableBox/package.json +2 -2
- package/v3/VwcSideDrawer/package.json +2 -2
- package/v3/VwcSlider/package.json +2 -2
- package/v3/VwcSplitButton/index.js +4 -0
- package/v3/VwcSplitButton/package.json +2 -2
- package/v3/VwcSwitch/index.js +1 -17
- package/v3/VwcSwitch/package.json +2 -2
- package/v3/VwcTab/package.json +2 -2
- package/v3/VwcTabPanel/package.json +2 -2
- package/v3/VwcTabs/index.d.ts +2 -0
- package/v3/VwcTabs/index.js +20 -1
- package/v3/VwcTabs/package.json +2 -2
- package/v3/VwcTag/index.js +6 -0
- package/v3/VwcTag/package.json +2 -2
- package/v3/VwcTagGroup/package.json +2 -2
- package/v3/VwcTextAnchor/index.js +6 -0
- package/v3/VwcTextAnchor/package.json +2 -2
- package/v3/VwcTextArea/index.js +29 -5
- package/v3/VwcTextArea/package.json +2 -2
- package/v3/VwcTextField/index.js +9 -49
- package/v3/VwcTextField/package.json +2 -2
- package/v3/VwcTimePicker/index.d.ts +36 -0
- package/v3/VwcTimePicker/index.js +263 -0
- package/v3/VwcTimePicker/package.json +11 -0
- package/v3/VwcToggletip/package.json +2 -2
- package/v3/VwcTooltip/package.json +2 -2
- package/v3/VwcTreeItem/index.js +4 -0
- package/v3/VwcTreeItem/package.json +2 -2
- package/v3/VwcTreeView/package.json +2 -2
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-data-grid-cell",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.50.1",
|
|
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.50.1"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-data-grid-row",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.50.1",
|
|
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.50.1"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React, { ReactNode } from 'react';
|
|
1
|
+
import React, { ReactNode, SyntheticEvent } from 'react';
|
|
2
2
|
/** Single date picker component.
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/date-picker
|
|
4
4
|
* @param {string} type
|
|
@@ -17,6 +17,7 @@ declare const VwcDatePicker: {
|
|
|
17
17
|
id?: string | undefined;
|
|
18
18
|
style?: React.CSSProperties | undefined;
|
|
19
19
|
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
20
|
+
onClearClick?: ((event: SyntheticEvent) => void) | undefined;
|
|
20
21
|
type?: string | undefined;
|
|
21
22
|
label?: string | undefined;
|
|
22
23
|
min?: string | undefined;
|
|
@@ -107,14 +107,6 @@ Code in this file were generated using following JSON:
|
|
|
107
107
|
"module": "libs/components/src/shared/date-picker/date-picker-base.ts"
|
|
108
108
|
}
|
|
109
109
|
},
|
|
110
|
-
{
|
|
111
|
-
"kind": "method",
|
|
112
|
-
"name": "#getFocusableEls",
|
|
113
|
-
"inheritedFrom": {
|
|
114
|
-
"name": "DatePickerBase",
|
|
115
|
-
"module": "libs/components/src/shared/date-picker/date-picker-base.ts"
|
|
116
|
-
}
|
|
117
|
-
},
|
|
118
110
|
{
|
|
119
111
|
"kind": "method",
|
|
120
112
|
"name": "_adjustSelectedMonthToEnsureVisibilityOf",
|
|
@@ -205,19 +197,6 @@ Code in this file were generated using following JSON:
|
|
|
205
197
|
"module": "libs/components/src/shared/date-picker/date-picker-base.ts"
|
|
206
198
|
}
|
|
207
199
|
},
|
|
208
|
-
{
|
|
209
|
-
"kind": "field",
|
|
210
|
-
"name": "#isClosingPopup",
|
|
211
|
-
"privacy": "private",
|
|
212
|
-
"type": {
|
|
213
|
-
"text": "boolean"
|
|
214
|
-
},
|
|
215
|
-
"default": "false",
|
|
216
|
-
"inheritedFrom": {
|
|
217
|
-
"name": "DatePickerBase",
|
|
218
|
-
"module": "libs/components/src/shared/date-picker/date-picker-base.ts"
|
|
219
|
-
}
|
|
220
|
-
},
|
|
221
200
|
{
|
|
222
201
|
"kind": "method",
|
|
223
202
|
"name": "#openPopupIfPossible",
|
|
@@ -307,6 +286,16 @@ Code in this file were generated using following JSON:
|
|
|
307
286
|
"module": "libs/components/src/shared/date-picker/date-picker-base.ts"
|
|
308
287
|
}
|
|
309
288
|
}
|
|
289
|
+
],
|
|
290
|
+
"events": [
|
|
291
|
+
{
|
|
292
|
+
"description": "Event emitted when the clear value changes",
|
|
293
|
+
"name": "clear-click",
|
|
294
|
+
"inheritedFrom": {
|
|
295
|
+
"name": "DatePickerBase",
|
|
296
|
+
"module": "libs/components/src/shared/date-picker/date-picker-base.ts"
|
|
297
|
+
}
|
|
298
|
+
}
|
|
310
299
|
]
|
|
311
300
|
}
|
|
312
301
|
*/
|
|
@@ -316,7 +305,7 @@ import { registerDatePicker } from '@vonage/vivid'
|
|
|
316
305
|
registerDatePicker('vvd3')
|
|
317
306
|
|
|
318
307
|
const VwcDatePicker = wrapper(`vvd3-date-picker`, {
|
|
319
|
-
events: [],
|
|
308
|
+
events: [{"name":"clear-click","propName":"onClearClick"}],
|
|
320
309
|
attributes: [],
|
|
321
310
|
properties: ['type', 'label', 'min', 'max', 'initialValue', 'currentValue', 'readOnly', 'value']
|
|
322
311
|
})
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-date-picker",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.50.1",
|
|
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.50.1"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React, { ReactNode } from 'react';
|
|
1
|
+
import React, { ReactNode, SyntheticEvent } from 'react';
|
|
2
2
|
/** Base class for date-picker
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/date-picker-base
|
|
4
4
|
* @param {string} label
|
|
@@ -16,6 +16,7 @@ declare const VwcDatePickerBase: {
|
|
|
16
16
|
id?: string | undefined;
|
|
17
17
|
style?: React.CSSProperties | undefined;
|
|
18
18
|
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
19
|
+
onClearClick?: ((event: SyntheticEvent) => void) | undefined;
|
|
19
20
|
label?: string | undefined;
|
|
20
21
|
min?: string | undefined;
|
|
21
22
|
max?: string | undefined;
|
|
@@ -85,10 +85,6 @@ Code in this file were generated using following JSON:
|
|
|
85
85
|
"description": "Whether the date-picker is readonly.",
|
|
86
86
|
"privacy": "public"
|
|
87
87
|
},
|
|
88
|
-
{
|
|
89
|
-
"kind": "method",
|
|
90
|
-
"name": "#getFocusableEls"
|
|
91
|
-
},
|
|
92
88
|
{
|
|
93
89
|
"kind": "method",
|
|
94
90
|
"name": "_adjustSelectedMonthToEnsureVisibilityOf",
|
|
@@ -151,15 +147,6 @@ Code in this file were generated using following JSON:
|
|
|
151
147
|
"name": "#dismissOnClickOutside",
|
|
152
148
|
"privacy": "private"
|
|
153
149
|
},
|
|
154
|
-
{
|
|
155
|
-
"kind": "field",
|
|
156
|
-
"name": "#isClosingPopup",
|
|
157
|
-
"privacy": "private",
|
|
158
|
-
"type": {
|
|
159
|
-
"text": "boolean"
|
|
160
|
-
},
|
|
161
|
-
"default": "false"
|
|
162
|
-
},
|
|
163
150
|
{
|
|
164
151
|
"kind": "method",
|
|
165
152
|
"name": "#openPopupIfPossible"
|
|
@@ -183,6 +170,12 @@ Code in this file were generated using following JSON:
|
|
|
183
170
|
"default": "''"
|
|
184
171
|
}
|
|
185
172
|
],
|
|
173
|
+
"events": [
|
|
174
|
+
{
|
|
175
|
+
"description": "Event emitted when the clear value changes",
|
|
176
|
+
"name": "clear-click"
|
|
177
|
+
}
|
|
178
|
+
],
|
|
186
179
|
"attributes": [
|
|
187
180
|
{
|
|
188
181
|
"type": {
|
|
@@ -238,7 +231,7 @@ import { registerDatePickerBase } from '@vonage/vivid'
|
|
|
238
231
|
registerDatePickerBase('vvd3')
|
|
239
232
|
|
|
240
233
|
const VwcDatePickerBase = wrapper(`vvd3-date-picker-base`, {
|
|
241
|
-
events: [],
|
|
234
|
+
events: [{"name":"clear-click","propName":"onClearClick"}],
|
|
242
235
|
attributes: [],
|
|
243
236
|
properties: ['label', 'min', 'max', 'initialValue', 'currentValue', 'readOnly', 'value']
|
|
244
237
|
})
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-date-picker-base",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.50.1",
|
|
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.50.1"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -36,6 +36,7 @@ declare const VwcDateRangePicker: {
|
|
|
36
36
|
style?: React.CSSProperties | undefined;
|
|
37
37
|
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
38
38
|
onInput: start | null;
|
|
39
|
+
onClearClick?: ((event: SyntheticEvent) => void) | undefined;
|
|
39
40
|
initialStart?: string | undefined;
|
|
40
41
|
initialEnd?: string | undefined;
|
|
41
42
|
start?: string | undefined;
|
|
@@ -181,14 +181,6 @@ Code in this file were generated using following JSON:
|
|
|
181
181
|
"module": "libs/components/src/shared/date-picker/date-picker-base.ts"
|
|
182
182
|
}
|
|
183
183
|
},
|
|
184
|
-
{
|
|
185
|
-
"kind": "method",
|
|
186
|
-
"name": "#getFocusableEls",
|
|
187
|
-
"inheritedFrom": {
|
|
188
|
-
"name": "DatePickerBase",
|
|
189
|
-
"module": "libs/components/src/shared/date-picker/date-picker-base.ts"
|
|
190
|
-
}
|
|
191
|
-
},
|
|
192
184
|
{
|
|
193
185
|
"kind": "method",
|
|
194
186
|
"name": "_adjustSelectedMonthToEnsureVisibilityOf",
|
|
@@ -279,19 +271,6 @@ Code in this file were generated using following JSON:
|
|
|
279
271
|
"module": "libs/components/src/shared/date-picker/date-picker-base.ts"
|
|
280
272
|
}
|
|
281
273
|
},
|
|
282
|
-
{
|
|
283
|
-
"kind": "field",
|
|
284
|
-
"name": "#isClosingPopup",
|
|
285
|
-
"privacy": "private",
|
|
286
|
-
"type": {
|
|
287
|
-
"text": "boolean"
|
|
288
|
-
},
|
|
289
|
-
"default": "false",
|
|
290
|
-
"inheritedFrom": {
|
|
291
|
-
"name": "DatePickerBase",
|
|
292
|
-
"module": "libs/components/src/shared/date-picker/date-picker-base.ts"
|
|
293
|
-
}
|
|
294
|
-
},
|
|
295
274
|
{
|
|
296
275
|
"kind": "method",
|
|
297
276
|
"name": "#openPopupIfPossible",
|
|
@@ -335,6 +314,14 @@ Code in this file were generated using following JSON:
|
|
|
335
314
|
{
|
|
336
315
|
"description": "Event emitted when the end value changes",
|
|
337
316
|
"name": "input:end"
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"description": "Event emitted when the clear value changes",
|
|
320
|
+
"name": "clear-click",
|
|
321
|
+
"inheritedFrom": {
|
|
322
|
+
"name": "DatePickerBase",
|
|
323
|
+
"module": "libs/components/src/shared/date-picker/date-picker-base.ts"
|
|
324
|
+
}
|
|
338
325
|
}
|
|
339
326
|
],
|
|
340
327
|
"attributes": [
|
|
@@ -434,7 +421,7 @@ import { registerDateRangePicker } from '@vonage/vivid'
|
|
|
434
421
|
registerDateRangePicker('vvd3')
|
|
435
422
|
|
|
436
423
|
const VwcDateRangePicker = wrapper(`vvd3-date-range-picker`, {
|
|
437
|
-
events: [{"name":"input:end","propName":"onInput:end"},{"name":"input:start","propName":"onInput:start"}],
|
|
424
|
+
events: [{"name":"clear-click","propName":"onClearClick"},{"name":"input:end","propName":"onInput:end"},{"name":"input:start","propName":"onInput:start"}],
|
|
438
425
|
attributes: [],
|
|
439
426
|
properties: ['initialStart', 'initialEnd', 'start', 'end', 'currentStart', 'currentEnd', 'setFormValue', 'label', 'min', 'max', 'initialValue', 'currentValue', 'readOnly', 'value']
|
|
440
427
|
})
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-date-range-picker",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.50.1",
|
|
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.50.1"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-dialog",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.50.1",
|
|
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.50.1"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-divider",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.50.1",
|
|
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.50.1"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-elevation",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.50.1",
|
|
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.50.1"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-empty-state",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.50.1",
|
|
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.50.1"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcFab/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-fab",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.50.1",
|
|
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.50.1"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -4,7 +4,7 @@ import React, { ReactNode, SyntheticEvent } from 'react';
|
|
|
4
4
|
* @param {number | undefined} maxFiles - The max files that can be selected. **attribute** `max-files`
|
|
5
5
|
* @param {number} maxFileSize - The max file size that can be selected. **attribute** `max-file-size`
|
|
6
6
|
* @param {string | undefined} accept - List of accepted files types **attribute** `accept`
|
|
7
|
-
* @param {
|
|
7
|
+
* @param {FilePickerSize | undefined} size - The size the file-uploader should have. **attribute** `size`
|
|
8
8
|
* @param setFormValue
|
|
9
9
|
* @param {boolean} autoDiscover
|
|
10
10
|
* @param {HTMLInputElement} proxy
|
|
@@ -127,7 +127,7 @@ Code in this file were generated using following JSON:
|
|
|
127
127
|
"kind": "field",
|
|
128
128
|
"name": "size",
|
|
129
129
|
"type": {
|
|
130
|
-
"text": "
|
|
130
|
+
"text": "FilePickerSize | undefined"
|
|
131
131
|
},
|
|
132
132
|
"description": "The size the file-uploader should have.",
|
|
133
133
|
"privacy": "public"
|
|
@@ -272,7 +272,7 @@ Code in this file were generated using following JSON:
|
|
|
272
272
|
{
|
|
273
273
|
"name": "size",
|
|
274
274
|
"type": {
|
|
275
|
-
"text": "
|
|
275
|
+
"text": "FilePickerSize | undefined"
|
|
276
276
|
},
|
|
277
277
|
"description": "The size the file-uploader should have.",
|
|
278
278
|
"fieldName": "size"
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-file-picker",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.50.1",
|
|
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.50.1"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcFocus/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-focus",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.50.1",
|
|
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.50.1"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-form-associated-file-picker",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.50.1",
|
|
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.50.1"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React, { ReactNode } from 'react';
|
|
2
|
+
/** VwcFormAssociatedTimePicker
|
|
3
|
+
* For more info on this Vivid element please visit https://vivid.deno.dev/components/form-associated-time-picker
|
|
4
|
+
* @param proxy
|
|
5
|
+
*/
|
|
6
|
+
declare const VwcFormAssociatedTimePicker: {
|
|
7
|
+
(props: {
|
|
8
|
+
children?: ReactNode;
|
|
9
|
+
slot?: string | undefined;
|
|
10
|
+
id?: string | undefined;
|
|
11
|
+
style?: React.CSSProperties | undefined;
|
|
12
|
+
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
13
|
+
proxy?: any;
|
|
14
|
+
}): JSX.Element;
|
|
15
|
+
displayName: string;
|
|
16
|
+
};
|
|
17
|
+
export default VwcFormAssociatedTimePicker;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* DO NOT EDIT THIS FILE. IT IS GENERATED
|
|
3
|
+
*/
|
|
4
|
+
/*
|
|
5
|
+
Code in this file were generated using following JSON:
|
|
6
|
+
{
|
|
7
|
+
"kind": "class",
|
|
8
|
+
"description": "",
|
|
9
|
+
"name": "FormAssociatedTimePicker",
|
|
10
|
+
"members": [
|
|
11
|
+
{
|
|
12
|
+
"kind": "field",
|
|
13
|
+
"name": "proxy"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"mixins": [
|
|
17
|
+
{
|
|
18
|
+
"name": "FormAssociated",
|
|
19
|
+
"package": "@microsoft/fast-foundation"
|
|
20
|
+
}
|
|
21
|
+
],
|
|
22
|
+
"superclass": {
|
|
23
|
+
"name": "_TimePicker",
|
|
24
|
+
"module": "libs/components/src/lib/time-picker/time-picker.form-associated.ts"
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
*/
|
|
28
|
+
import wrapper from '@vonage/vivid-react-wrapper'
|
|
29
|
+
import { registerFormAssociatedTimePicker } from '@vonage/vivid'
|
|
30
|
+
|
|
31
|
+
registerFormAssociatedTimePicker('vvd3')
|
|
32
|
+
|
|
33
|
+
const VwcFormAssociatedTimePicker = wrapper(`vvd3-form-associated-time-picker`, {
|
|
34
|
+
events: [],
|
|
35
|
+
attributes: [],
|
|
36
|
+
properties: ['proxy']
|
|
37
|
+
})
|
|
38
|
+
|
|
39
|
+
VwcFormAssociatedTimePicker.displayName = 'VwcFormAssociatedTimePicker'
|
|
40
|
+
|
|
41
|
+
export default VwcFormAssociatedTimePicker
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-header",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.50.1",
|
|
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.50.1"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcIcon/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-icon",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.50.1",
|
|
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.50.1"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-layout",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.50.1",
|
|
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.50.1"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcListbox/index.js
CHANGED
|
@@ -8,10 +8,6 @@ Code in this file were generated using following JSON:
|
|
|
8
8
|
"description": "Base class for listbox",
|
|
9
9
|
"name": "Listbox",
|
|
10
10
|
"cssProperties": [
|
|
11
|
-
{
|
|
12
|
-
"name": "--vvd-listbox-accent-backdrop",
|
|
13
|
-
"default": "var(--vvd-color-canvas)"
|
|
14
|
-
},
|
|
15
11
|
{
|
|
16
12
|
"name": "--vvd-listbox-accent-intermediate",
|
|
17
13
|
"default": "var(--vvd-color-neutral-500)"
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-listbox",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.50.1",
|
|
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.50.1"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcMenu/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-menu",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.50.1",
|
|
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.50.1"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -5,7 +5,9 @@ import React, { ReactNode, SyntheticEvent } from 'react';
|
|
|
5
5
|
* @param {string | undefined} textSecondary - Indicates the menu item's secondary text. **attribute** `text-secondary`
|
|
6
6
|
* @param {boolean} checkTrailing - Controls the placement of the menu item's checkmark or radio icon. **attribute** `check-trailing`
|
|
7
7
|
* @param {CheckAppearance | undefined} checkedAppearance - Controls the appearance of the check indicator. **attribute** `check-appearance`
|
|
8
|
+
* @param {HTMLElement[] | undefined} trailingMetaSlottedContent
|
|
8
9
|
* @param updateSubmenu
|
|
10
|
+
* @param {string | undefined} icon
|
|
9
11
|
*/
|
|
10
12
|
declare const VwcMenuItem: {
|
|
11
13
|
(props: {
|
|
@@ -19,7 +21,9 @@ declare const VwcMenuItem: {
|
|
|
19
21
|
textSecondary?: string | undefined;
|
|
20
22
|
checkTrailing?: boolean | undefined;
|
|
21
23
|
checkedAppearance?: any;
|
|
24
|
+
trailingMetaSlottedContent?: any;
|
|
22
25
|
updateSubmenu?: any;
|
|
26
|
+
icon?: string | undefined;
|
|
23
27
|
}): JSX.Element;
|
|
24
28
|
displayName: string;
|
|
25
29
|
};
|