@vonage/vivid-react 2.10.98 → 3.0.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 +5 -38
- package/package.json +2 -2
- package/types/index.d.ts +43 -3
- package/v3/VwcAccordion/index.js +9 -0
- package/v3/VwcAccordion/package.json +2 -2
- package/v3/VwcAccordionItem/index.d.ts +2 -1
- package/v3/VwcAccordionItem/index.js +14 -5
- package/v3/VwcAccordionItem/package.json +2 -2
- package/v3/VwcActionGroup/package.json +2 -2
- package/v3/VwcAlert/index.js +14 -0
- package/v3/VwcAlert/package.json +2 -2
- package/v3/VwcAppearanceUi/index.js +28 -0
- package/v3/VwcAppearanceUi/package.json +2 -2
- package/v3/VwcAudioPlayer/index.d.ts +18 -0
- package/v3/VwcAudioPlayer/index.js +167 -1
- package/v3/VwcAudioPlayer/package.json +2 -2
- package/v3/VwcAvatar/package.json +2 -2
- package/v3/VwcBadge/index.js +32 -0
- package/v3/VwcBadge/package.json +2 -2
- package/v3/VwcBanner/index.d.ts +2 -2
- package/v3/VwcBanner/index.js +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/index.js +52 -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.d.ts +1 -1
- package/v3/VwcCheckbox/index.js +12 -2
- package/v3/VwcCheckbox/package.json +2 -2
- package/v3/VwcCombobox/index.d.ts +4 -0
- package/v3/VwcCombobox/index.js +47 -16
- package/v3/VwcCombobox/package.json +2 -2
- package/v3/VwcDataGrid/index.js +3 -0
- package/v3/VwcDataGrid/package.json +2 -2
- package/v3/VwcDataGridCell/index.d.ts +1 -0
- package/v3/VwcDataGridCell/index.js +14 -1
- package/v3/VwcDataGridCell/package.json +2 -2
- package/v3/VwcDataGridRow/index.d.ts +1 -0
- package/v3/VwcDataGridRow/index.js +11 -1
- package/v3/VwcDataGridRow/package.json +2 -2
- package/v3/VwcDatePicker/index.d.ts +2 -2
- package/v3/VwcDatePicker/index.js +27 -10
- package/v3/VwcDatePicker/package.json +2 -2
- package/v3/VwcDatePickerBase/index.js +4 -1
- package/v3/VwcDatePickerBase/package.json +2 -2
- package/v3/VwcDateRangePicker/index.d.ts +2 -1
- package/v3/VwcDateRangePicker/index.js +27 -4
- package/v3/VwcDateRangePicker/package.json +2 -2
- package/v3/VwcDialPad/index.d.ts +27 -0
- package/v3/VwcDialPad/index.js +97 -3
- package/v3/VwcDialPad/package.json +2 -2
- package/v3/VwcDialog/index.js +4 -1
- 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 +24 -0
- package/v3/VwcFab/package.json +2 -2
- package/v3/VwcFilePicker/index.js +15 -0
- package/v3/VwcFilePicker/package.json +2 -2
- package/v3/VwcFormAssociatedFilePicker/package.json +2 -2
- package/v3/VwcFormAssociatedNumberField/index.d.ts +17 -0
- package/v3/VwcFormAssociatedNumberField/index.js +41 -0
- package/v3/VwcFormAssociatedNumberField/package.json +11 -0
- package/v3/VwcFormAssociatedRangeSlider/package.json +2 -2
- package/v3/VwcFormAssociatedTimePicker/package.json +2 -2
- package/v3/VwcHeader/package.json +2 -2
- package/v3/VwcIcon/index.d.ts +12 -1
- package/v3/VwcIcon/index.js +2 -3
- package/v3/VwcIcon/package.json +2 -2
- package/v3/VwcLayout/package.json +2 -2
- package/v3/VwcListbox/package.json +2 -2
- package/v3/VwcMenu/index.d.ts +7 -2
- package/v3/VwcMenu/index.js +41 -35
- package/v3/VwcMenu/package.json +2 -2
- package/v3/VwcMenuItem/index.d.ts +1 -0
- package/v3/VwcMenuItem/index.js +17 -1
- package/v3/VwcMenuItem/package.json +2 -2
- package/v3/VwcNav/package.json +2 -2
- package/v3/VwcNavDisclosure/index.d.ts +4 -0
- package/v3/VwcNavDisclosure/index.js +90 -1
- package/v3/VwcNavDisclosure/package.json +2 -2
- package/v3/VwcNavItem/index.js +52 -0
- package/v3/VwcNavItem/package.json +2 -2
- package/v3/VwcNote/index.js +12 -0
- package/v3/VwcNote/package.json +2 -2
- package/v3/VwcNumberField/index.d.ts +25 -1
- package/v3/VwcNumberField/index.js +286 -23
- package/v3/VwcNumberField/package.json +2 -2
- package/v3/VwcOption/package.json +2 -2
- package/v3/VwcPagination/index.js +3 -0
- package/v3/VwcPagination/package.json +2 -2
- package/v3/VwcProgress/package.json +2 -2
- package/v3/VwcProgressRing/index.js +7 -7
- package/v3/VwcProgressRing/package.json +2 -2
- package/v3/VwcRadio/index.js +9 -0
- package/v3/VwcRadio/package.json +2 -2
- package/v3/VwcRadioGroup/index.js +9 -0
- package/v3/VwcRadioGroup/package.json +2 -2
- package/v3/VwcRangeSlider/index.d.ts +2 -1
- package/v3/VwcRangeSlider/index.js +24 -7
- package/v3/VwcRangeSlider/package.json +2 -2
- package/v3/VwcSelect/index.d.ts +1 -0
- package/v3/VwcSelect/index.js +48 -2
- package/v3/VwcSelect/package.json +2 -2
- package/v3/VwcSelectableBox/index.js +3 -0
- package/v3/VwcSelectableBox/package.json +2 -2
- package/v3/VwcSideDrawer/index.js +6 -0
- package/v3/VwcSideDrawer/package.json +2 -2
- package/v3/VwcSlider/index.d.ts +4 -1
- package/v3/VwcSlider/index.js +21 -3
- package/v3/VwcSlider/package.json +2 -2
- package/v3/VwcSplitButton/index.js +38 -0
- package/v3/VwcSplitButton/package.json +2 -2
- package/v3/VwcSwitch/index.d.ts +1 -1
- package/v3/VwcSwitch/index.js +10 -1
- package/v3/VwcSwitch/package.json +2 -2
- package/v3/VwcTab/index.d.ts +2 -2
- package/v3/VwcTab/index.js +10 -10
- package/v3/VwcTab/package.json +2 -2
- package/v3/VwcTabPanel/package.json +2 -2
- package/v3/VwcTabs/index.js +12 -3
- package/v3/VwcTabs/package.json +2 -2
- package/v3/VwcTag/index.d.ts +3 -1
- package/v3/VwcTag/index.js +17 -1
- package/v3/VwcTag/package.json +2 -2
- package/v3/VwcTagGroup/package.json +2 -2
- package/v3/VwcTextAnchor/package.json +2 -2
- package/v3/VwcTextArea/index.d.ts +1 -0
- package/v3/VwcTextArea/index.js +11 -2
- package/v3/VwcTextArea/package.json +2 -2
- package/v3/VwcTextField/index.d.ts +1 -0
- package/v3/VwcTextField/index.js +35 -2
- package/v3/VwcTextField/package.json +2 -2
- package/v3/VwcTimePicker/index.d.ts +1 -0
- package/v3/VwcTimePicker/index.js +12 -2
- package/v3/VwcTimePicker/package.json +2 -2
- package/v3/VwcToggletip/package.json +2 -2
- package/v3/VwcTooltip/package.json +2 -2
- package/v3/VwcTreeItem/index.d.ts +3 -1
- package/v3/VwcTreeItem/index.js +21 -1
- package/v3/VwcTreeItem/package.json +2 -2
- package/v3/VwcTreeView/package.json +2 -2
- package/v3/VwcVideoPlayer/index.js +9 -0
- package/v3/VwcVideoPlayer/package.json +2 -2
|
@@ -18,6 +18,7 @@ declare const VwcTextField: {
|
|
|
18
18
|
id?: string | undefined;
|
|
19
19
|
style?: React.CSSProperties | undefined;
|
|
20
20
|
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
21
|
+
onChange?: ((event: SyntheticEvent) => void) | undefined;
|
|
21
22
|
onInput?: ((event: SyntheticEvent) => void) | undefined;
|
|
22
23
|
appearance?: any;
|
|
23
24
|
shape?: any;
|
package/v3/VwcTextField/index.js
CHANGED
|
@@ -104,9 +104,42 @@ Code in this file were generated using following JSON:
|
|
|
104
104
|
"text": "Reflector<this, HTMLInputElement> | undefined"
|
|
105
105
|
}
|
|
106
106
|
},
|
|
107
|
+
{
|
|
108
|
+
"kind": "field",
|
|
109
|
+
"name": "#helperTextMirrorEl",
|
|
110
|
+
"privacy": "private",
|
|
111
|
+
"type": {
|
|
112
|
+
"text": "HTMLElement | undefined"
|
|
113
|
+
}
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"kind": "field",
|
|
117
|
+
"name": "#helperTextSlotMutationObserver",
|
|
118
|
+
"privacy": "private",
|
|
119
|
+
"type": {
|
|
120
|
+
"text": "MutationObserver | undefined"
|
|
121
|
+
}
|
|
122
|
+
},
|
|
107
123
|
{
|
|
108
124
|
"kind": "method",
|
|
109
125
|
"name": "focus"
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"kind": "method",
|
|
129
|
+
"name": "#updateHelperTextMutationObserver"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"kind": "method",
|
|
133
|
+
"name": "#updateMirroredHelperText"
|
|
134
|
+
}
|
|
135
|
+
],
|
|
136
|
+
"events": [
|
|
137
|
+
{
|
|
138
|
+
"type": {
|
|
139
|
+
"text": "CustomEvent<undefined>"
|
|
140
|
+
},
|
|
141
|
+
"description": "Fires a custom 'change' event when the value has changed",
|
|
142
|
+
"name": "change"
|
|
110
143
|
}
|
|
111
144
|
],
|
|
112
145
|
"attributes": [
|
|
@@ -142,7 +175,7 @@ Code in this file were generated using following JSON:
|
|
|
142
175
|
"vueModels": [
|
|
143
176
|
{
|
|
144
177
|
"name": "modelValue",
|
|
145
|
-
"attributeName": "
|
|
178
|
+
"attributeName": "value",
|
|
146
179
|
"eventName": "input",
|
|
147
180
|
"valueMapping": "(event.target as HTMLInputElement).value"
|
|
148
181
|
}
|
|
@@ -156,7 +189,7 @@ import { registerTextField } from '@vonage/vivid'
|
|
|
156
189
|
registerTextField('vvd3')
|
|
157
190
|
|
|
158
191
|
const VwcTextField = wrapper(`vvd3-text-field`, {
|
|
159
|
-
events: [{"name":"input","propName":"onInput"}],
|
|
192
|
+
events: [{"name":"input","propName":"onInput"},{"name":"change","propName":"onChange"}],
|
|
160
193
|
attributes: [],
|
|
161
194
|
properties: ['appearance', 'shape', 'autoComplete', 'leadingActionItemsSlottedContent', 'icon', 'value', 'placeholder', 'label', 'onInput']
|
|
162
195
|
})
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-text-field",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.1.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": "
|
|
9
|
+
"@vonage/vivid": "4.1.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -19,6 +19,7 @@ declare const VwcTimePicker: {
|
|
|
19
19
|
id?: string | undefined;
|
|
20
20
|
style?: React.CSSProperties | undefined;
|
|
21
21
|
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
22
|
+
onInput?: ((event: SyntheticEvent) => void) | undefined;
|
|
22
23
|
onChange?: ((event: SyntheticEvent) => void) | undefined;
|
|
23
24
|
readOnly?: boolean | undefined;
|
|
24
25
|
minutesStep?: number | undefined;
|
|
@@ -194,6 +194,16 @@ Code in this file were generated using following JSON:
|
|
|
194
194
|
],
|
|
195
195
|
"events": [
|
|
196
196
|
{
|
|
197
|
+
"type": {
|
|
198
|
+
"text": "CustomEvent<undefined>"
|
|
199
|
+
},
|
|
200
|
+
"description": "Emitted when the time is changed by the user.",
|
|
201
|
+
"name": "input"
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"type": {
|
|
205
|
+
"text": "CustomEvent<undefined>"
|
|
206
|
+
},
|
|
197
207
|
"description": "Emitted when the time is changed by the user.",
|
|
198
208
|
"name": "change"
|
|
199
209
|
}
|
|
@@ -261,7 +271,7 @@ Code in this file were generated using following JSON:
|
|
|
261
271
|
"vueModels": [
|
|
262
272
|
{
|
|
263
273
|
"name": "modelValue",
|
|
264
|
-
"attributeName": "
|
|
274
|
+
"attributeName": "value",
|
|
265
275
|
"eventName": "input",
|
|
266
276
|
"valueMapping": "(event.target as HTMLInputElement).value"
|
|
267
277
|
}
|
|
@@ -275,7 +285,7 @@ import { registerTimePicker } from '@vonage/vivid'
|
|
|
275
285
|
registerTimePicker('vvd3')
|
|
276
286
|
|
|
277
287
|
const VwcTimePicker = wrapper(`vvd3-time-picker`, {
|
|
278
|
-
events: [{"name":"change","propName":"onChange"}],
|
|
288
|
+
events: [{"name":"change","propName":"onChange"},{"name":"input","propName":"onInput"}],
|
|
279
289
|
attributes: [],
|
|
280
290
|
properties: ['readOnly', 'minutesStep', 'secondsStep', 'clock', 'min', 'max', 'value', 'type', 'step', 'proxy']
|
|
281
291
|
})
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-time-picker",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.1.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": "
|
|
9
|
+
"@vonage/vivid": "4.1.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-toggletip",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.1.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": "
|
|
9
|
+
"@vonage/vivid": "4.1.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-tooltip",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.1.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": "
|
|
9
|
+
"@vonage/vivid": "4.1.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React, { ReactNode } from 'react';
|
|
1
|
+
import React, { ReactNode, SyntheticEvent } from 'react';
|
|
2
2
|
/** VwcTreeItem
|
|
3
3
|
* For more info on this Vivid element please visit https://vivid.deno.dev/components/tree-item
|
|
4
4
|
* @param {string | undefined} text - Indicates the text's text. **attribute** `text`
|
|
@@ -10,6 +10,8 @@ declare const VwcTreeItem: {
|
|
|
10
10
|
id?: string | undefined;
|
|
11
11
|
style?: React.CSSProperties | undefined;
|
|
12
12
|
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
13
|
+
onExpandedChange?: ((event: SyntheticEvent) => void) | undefined;
|
|
14
|
+
onSelectedChange?: ((event: SyntheticEvent) => void) | undefined;
|
|
13
15
|
text?: string | undefined;
|
|
14
16
|
}): JSX.Element;
|
|
15
17
|
displayName: string;
|
package/v3/VwcTreeItem/index.js
CHANGED
|
@@ -27,6 +27,10 @@ Code in this file were generated using following JSON:
|
|
|
27
27
|
{
|
|
28
28
|
"name": "--vvd-tree-item-accent-soft",
|
|
29
29
|
"default": "var(--vvd-color-neutral-100)"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "--vvd-tree-item-accent-firm",
|
|
33
|
+
"default": "var(--vvd-color-canvas-text)"
|
|
30
34
|
}
|
|
31
35
|
],
|
|
32
36
|
"slots": [
|
|
@@ -50,6 +54,22 @@ Code in this file were generated using following JSON:
|
|
|
50
54
|
"privacy": "public"
|
|
51
55
|
}
|
|
52
56
|
],
|
|
57
|
+
"events": [
|
|
58
|
+
{
|
|
59
|
+
"type": {
|
|
60
|
+
"text": "CustomEvent<HTMLElement>"
|
|
61
|
+
},
|
|
62
|
+
"description": "Fires a custom 'expanded-change' event when the expanded state changes",
|
|
63
|
+
"name": "expanded-change"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"type": {
|
|
67
|
+
"text": "CustomEvent<HTMLElement>"
|
|
68
|
+
},
|
|
69
|
+
"description": "Fires a custom 'selected-change' event when the selected state changes",
|
|
70
|
+
"name": "selected-change"
|
|
71
|
+
}
|
|
72
|
+
],
|
|
53
73
|
"attributes": [
|
|
54
74
|
{
|
|
55
75
|
"name": "text",
|
|
@@ -76,7 +96,7 @@ import { registerTreeItem } from '@vonage/vivid'
|
|
|
76
96
|
registerTreeItem('vvd3')
|
|
77
97
|
|
|
78
98
|
const VwcTreeItem = wrapper(`vvd3-tree-item`, {
|
|
79
|
-
events: [],
|
|
99
|
+
events: [{"name":"selected-change","propName":"onSelectedChange"},{"name":"expanded-change","propName":"onExpandedChange"}],
|
|
80
100
|
attributes: [],
|
|
81
101
|
properties: ['text']
|
|
82
102
|
})
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-tree-item",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.1.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": "
|
|
9
|
+
"@vonage/vivid": "4.1.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-tree-view",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.1.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": "
|
|
9
|
+
"@vonage/vivid": "4.1.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -120,14 +120,23 @@ Code in this file were generated using following JSON:
|
|
|
120
120
|
],
|
|
121
121
|
"events": [
|
|
122
122
|
{
|
|
123
|
+
"type": {
|
|
124
|
+
"text": "CustomEvent<undefined>"
|
|
125
|
+
},
|
|
123
126
|
"description": "Fired when the video is played",
|
|
124
127
|
"name": "play"
|
|
125
128
|
},
|
|
126
129
|
{
|
|
130
|
+
"type": {
|
|
131
|
+
"text": "CustomEvent<undefined>"
|
|
132
|
+
},
|
|
127
133
|
"description": "Fired when the video is paused",
|
|
128
134
|
"name": "pause"
|
|
129
135
|
},
|
|
130
136
|
{
|
|
137
|
+
"type": {
|
|
138
|
+
"text": "CustomEvent<undefined>"
|
|
139
|
+
},
|
|
131
140
|
"description": "Fired when the video is ended",
|
|
132
141
|
"name": "ended"
|
|
133
142
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-video-player",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.1.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": "
|
|
9
|
+
"@vonage/vivid": "4.1.0"
|
|
10
10
|
}
|
|
11
11
|
}
|