@vonage/vivid-react 2.10.77 → 2.10.78
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/VwcDialog/package.json +1 -1
- package/VwcDrawer/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/VwcSideDrawer/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 +13 -4
- package/v3/VwcAccordion/package.json +2 -2
- package/v3/VwcAccordionItem/package.json +2 -2
- package/v3/VwcActionGroup/package.json +2 -2
- package/v3/VwcAlert/index.d.ts +2 -0
- package/v3/VwcAlert/index.js +18 -1
- package/v3/VwcAlert/package.json +2 -2
- package/v3/VwcAppearanceUi/index.d.ts +29 -0
- package/v3/VwcAppearanceUi/index.js +528 -0
- package/v3/VwcAppearanceUi/package.json +11 -0
- package/v3/VwcAudioPlayer/package.json +2 -2
- 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/package.json +2 -2
- package/v3/VwcCombobox/package.json +2 -2
- package/v3/VwcDataGrid/index.d.ts +4 -1
- package/v3/VwcDataGrid/index.js +21 -2
- package/v3/VwcDataGrid/package.json +2 -2
- package/v3/VwcDataGridCell/index.d.ts +1 -0
- package/v3/VwcDataGridCell/index.js +9 -1
- package/v3/VwcDataGridCell/package.json +2 -2
- package/v3/VwcDataGridRow/index.d.ts +2 -1
- package/v3/VwcDataGridRow/index.js +7 -1
- package/v3/VwcDataGridRow/package.json +2 -2
- package/v3/VwcDatePicker/package.json +2 -2
- package/v3/VwcDatePickerBase/package.json +2 -2
- package/v3/VwcDateRangePicker/package.json +2 -2
- package/v3/VwcDialog/index.d.ts +2 -4
- package/v3/VwcDialog/index.js +17 -38
- 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/package.json +2 -2
- package/v3/VwcFocus/package.json +2 -2
- package/v3/VwcFormAssociatedFilePicker/package.json +2 -2
- package/v3/VwcHeader/package.json +2 -2
- 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 +2 -2
- package/v3/VwcMenu/index.js +29 -69
- package/v3/VwcMenu/package.json +2 -2
- 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/package.json +2 -2
- package/v3/VwcOption/package.json +2 -2
- package/v3/VwcPagination/package.json +2 -2
- package/v3/VwcPopup/index.d.ts +1 -1
- package/v3/VwcPopup/index.js +6 -11
- package/v3/VwcPopup/package.json +2 -2
- package/v3/VwcProgress/package.json +2 -2
- package/v3/VwcProgressRing/package.json +2 -2
- package/v3/VwcRadio/package.json +2 -2
- package/v3/VwcRadioGroup/package.json +2 -2
- package/v3/VwcSelect/index.d.ts +0 -4
- package/v3/VwcSelect/index.js +1 -15
- 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.d.ts +2 -0
- package/v3/VwcSplitButton/index.js +11 -1
- package/v3/VwcSplitButton/package.json +2 -2
- 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 +18 -1
- package/v3/VwcTabs/package.json +2 -2
- 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.js +1 -1
- package/v3/VwcTextArea/package.json +2 -2
- package/v3/VwcTextField/package.json +2 -2
- package/v3/VwcToggletip/index.d.ts +0 -2
- package/v3/VwcToggletip/index.js +17 -59
- package/v3/VwcToggletip/package.json +2 -2
- package/v3/VwcTooltip/index.d.ts +0 -2
- package/v3/VwcTooltip/index.js +16 -91
- package/v3/VwcTooltip/package.json +2 -2
- package/v3/VwcTreeItem/package.json +2 -2
- package/v3/VwcTreeView/package.json +2 -2
package/v3/VwcTabs/index.js
CHANGED
|
@@ -40,6 +40,15 @@ Code in this file were generated using following JSON:
|
|
|
40
40
|
"description": "The connotation the tabs should have.",
|
|
41
41
|
"privacy": "public"
|
|
42
42
|
},
|
|
43
|
+
{
|
|
44
|
+
"kind": "field",
|
|
45
|
+
"name": "gutters",
|
|
46
|
+
"type": {
|
|
47
|
+
"text": "Gutters | undefined"
|
|
48
|
+
},
|
|
49
|
+
"description": "sets the initial preferred margin from predefined available options",
|
|
50
|
+
"privacy": "public"
|
|
51
|
+
},
|
|
43
52
|
{
|
|
44
53
|
"kind": "method",
|
|
45
54
|
"name": "connotationChanged"
|
|
@@ -133,6 +142,14 @@ Code in this file were generated using following JSON:
|
|
|
133
142
|
},
|
|
134
143
|
"description": "The connotation the tabs should have.",
|
|
135
144
|
"fieldName": "connotation"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"name": "gutters",
|
|
148
|
+
"type": {
|
|
149
|
+
"text": "Gutters | undefined"
|
|
150
|
+
},
|
|
151
|
+
"description": "sets the initial preferred margin from predefined available options",
|
|
152
|
+
"fieldName": "gutters"
|
|
136
153
|
}
|
|
137
154
|
],
|
|
138
155
|
"superclass": {
|
|
@@ -149,7 +166,7 @@ registerTabs('vvd3')
|
|
|
149
166
|
const VwcTabs = wrapper(`vvd3-tabs`, {
|
|
150
167
|
events: [{"name":"change","propName":"onChange"}],
|
|
151
168
|
attributes: [],
|
|
152
|
-
properties: ['tablist', 'connotation']
|
|
169
|
+
properties: ['tablist', 'connotation', 'gutters']
|
|
153
170
|
})
|
|
154
171
|
|
|
155
172
|
VwcTabs.displayName = 'VwcTabs'
|
package/v3/VwcTabs/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-tabs",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.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.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcTag/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-tag",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.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.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-tag-group",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.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.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-text-anchor",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.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.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcTextArea/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-text-area",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.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.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-text-field",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.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.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -4,7 +4,6 @@ import React, { ReactNode } from 'react';
|
|
|
4
4
|
* @param {string | undefined} headline - the optional title of the toggletip **attribute** `headline`
|
|
5
5
|
* @param {boolean} alternate - toggle color scheme **attribute** `alternate`
|
|
6
6
|
* @param {Placement | undefined} placement - placement of the toggletip **attribute** `placement`
|
|
7
|
-
* @param {AnchorType} anchor - id or direct reference to the toggletip's anchor element **attribute** `anchor`
|
|
8
7
|
* @param {boolean} open - indicates whether the toggletip is open **attribute** `open`
|
|
9
8
|
*/
|
|
10
9
|
declare const VwcToggletip: {
|
|
@@ -17,7 +16,6 @@ declare const VwcToggletip: {
|
|
|
17
16
|
headline?: string | undefined;
|
|
18
17
|
alternate?: boolean | undefined;
|
|
19
18
|
placement?: any;
|
|
20
|
-
anchor?: any;
|
|
21
19
|
open?: boolean | undefined;
|
|
22
20
|
}): JSX.Element;
|
|
23
21
|
displayName: string;
|
package/v3/VwcToggletip/index.js
CHANGED
|
@@ -18,28 +18,6 @@ Code in this file were generated using following JSON:
|
|
|
18
18
|
}
|
|
19
19
|
],
|
|
20
20
|
"members": [
|
|
21
|
-
{
|
|
22
|
-
"kind": "field",
|
|
23
|
-
"name": "#observer",
|
|
24
|
-
"privacy": "private",
|
|
25
|
-
"type": {
|
|
26
|
-
"text": "MutationObserver | undefined"
|
|
27
|
-
}
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"kind": "field",
|
|
31
|
-
"name": "#anchorEl",
|
|
32
|
-
"privacy": "private",
|
|
33
|
-
"type": {
|
|
34
|
-
"text": "HTMLElement | null"
|
|
35
|
-
},
|
|
36
|
-
"default": "null"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"kind": "field",
|
|
40
|
-
"name": "#observeMissingAnchor",
|
|
41
|
-
"privacy": "private"
|
|
42
|
-
},
|
|
43
21
|
{
|
|
44
22
|
"kind": "field",
|
|
45
23
|
"name": "#ANCHOR_ARIA_LABEL_SUFFIX",
|
|
@@ -78,34 +56,6 @@ Code in this file were generated using following JSON:
|
|
|
78
56
|
"description": "placement of the toggletip",
|
|
79
57
|
"privacy": "public"
|
|
80
58
|
},
|
|
81
|
-
{
|
|
82
|
-
"kind": "field",
|
|
83
|
-
"name": "anchor",
|
|
84
|
-
"type": {
|
|
85
|
-
"text": "AnchorType"
|
|
86
|
-
},
|
|
87
|
-
"default": "''",
|
|
88
|
-
"description": "id or direct reference to the toggletip's anchor element",
|
|
89
|
-
"privacy": "public"
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
"kind": "method",
|
|
93
|
-
"name": "anchorChanged",
|
|
94
|
-
"parameters": [
|
|
95
|
-
{
|
|
96
|
-
"name": "_",
|
|
97
|
-
"type": {
|
|
98
|
-
"text": "AnchorType"
|
|
99
|
-
}
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
"name": "newValue",
|
|
103
|
-
"type": {
|
|
104
|
-
"text": "AnchorType"
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
]
|
|
108
|
-
},
|
|
109
59
|
{
|
|
110
60
|
"kind": "field",
|
|
111
61
|
"name": "open",
|
|
@@ -151,6 +101,18 @@ Code in this file were generated using following JSON:
|
|
|
151
101
|
}
|
|
152
102
|
]
|
|
153
103
|
},
|
|
104
|
+
{
|
|
105
|
+
"kind": "method",
|
|
106
|
+
"name": "#updateAnchor",
|
|
107
|
+
"parameters": [
|
|
108
|
+
{
|
|
109
|
+
"name": "a",
|
|
110
|
+
"type": {
|
|
111
|
+
"text": "HTMLElement"
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
]
|
|
115
|
+
},
|
|
154
116
|
{
|
|
155
117
|
"kind": "method",
|
|
156
118
|
"name": "#cleanupAnchor",
|
|
@@ -168,6 +130,10 @@ Code in this file were generated using following JSON:
|
|
|
168
130
|
"name": "#openIfClosed",
|
|
169
131
|
"privacy": "private"
|
|
170
132
|
},
|
|
133
|
+
{
|
|
134
|
+
"kind": "method",
|
|
135
|
+
"name": "#updateListeners"
|
|
136
|
+
},
|
|
171
137
|
{
|
|
172
138
|
"kind": "field",
|
|
173
139
|
"name": "#closeOnClickOutside",
|
|
@@ -204,14 +170,6 @@ Code in this file were generated using following JSON:
|
|
|
204
170
|
"description": "placement of the toggletip",
|
|
205
171
|
"fieldName": "placement"
|
|
206
172
|
},
|
|
207
|
-
{
|
|
208
|
-
"type": {
|
|
209
|
-
"text": "AnchorType"
|
|
210
|
-
},
|
|
211
|
-
"default": "''",
|
|
212
|
-
"description": "id or direct reference to the toggletip's anchor element",
|
|
213
|
-
"fieldName": "anchor"
|
|
214
|
-
},
|
|
215
173
|
{
|
|
216
174
|
"type": {
|
|
217
175
|
"text": "boolean"
|
|
@@ -235,7 +193,7 @@ registerToggletip('vvd3')
|
|
|
235
193
|
const VwcToggletip = wrapper(`vvd3-toggletip`, {
|
|
236
194
|
events: [],
|
|
237
195
|
attributes: [],
|
|
238
|
-
properties: ['headline', 'alternate', 'placement', '
|
|
196
|
+
properties: ['headline', 'alternate', 'placement', 'open']
|
|
239
197
|
})
|
|
240
198
|
|
|
241
199
|
VwcToggletip.displayName = 'VwcToggletip'
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-toggletip",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.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.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
package/v3/VwcTooltip/index.d.ts
CHANGED
|
@@ -5,7 +5,6 @@ import React, { ReactNode } from 'react';
|
|
|
5
5
|
accepts string **attribute** `text`
|
|
6
6
|
* @param {Placement | undefined} placement **attribute** `placement`
|
|
7
7
|
* @param {boolean} open **attribute** `open`
|
|
8
|
-
* @param {anchorType | undefined} anchor **attribute** `anchor`
|
|
9
8
|
*/
|
|
10
9
|
declare const VwcTooltip: {
|
|
11
10
|
(props: {
|
|
@@ -17,7 +16,6 @@ declare const VwcTooltip: {
|
|
|
17
16
|
text?: string | undefined;
|
|
18
17
|
placement?: any;
|
|
19
18
|
open?: boolean | undefined;
|
|
20
|
-
anchor?: any;
|
|
21
19
|
}): JSX.Element;
|
|
22
20
|
displayName: string;
|
|
23
21
|
};
|
package/v3/VwcTooltip/index.js
CHANGED
|
@@ -8,15 +8,6 @@ Code in this file were generated using following JSON:
|
|
|
8
8
|
"description": "Base class for tooltip",
|
|
9
9
|
"name": "Tooltip",
|
|
10
10
|
"members": [
|
|
11
|
-
{
|
|
12
|
-
"kind": "field",
|
|
13
|
-
"name": "#anchorEl",
|
|
14
|
-
"privacy": "private",
|
|
15
|
-
"type": {
|
|
16
|
-
"text": "HTMLElement | null"
|
|
17
|
-
},
|
|
18
|
-
"default": "null"
|
|
19
|
-
},
|
|
20
11
|
{
|
|
21
12
|
"kind": "field",
|
|
22
13
|
"name": "text",
|
|
@@ -41,70 +32,29 @@ Code in this file were generated using following JSON:
|
|
|
41
32
|
},
|
|
42
33
|
"default": "false"
|
|
43
34
|
},
|
|
44
|
-
{
|
|
45
|
-
"kind": "field",
|
|
46
|
-
"name": "anchor",
|
|
47
|
-
"type": {
|
|
48
|
-
"text": "anchorType | undefined"
|
|
49
|
-
}
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
"kind": "field",
|
|
53
|
-
"name": "#observer",
|
|
54
|
-
"privacy": "private",
|
|
55
|
-
"type": {
|
|
56
|
-
"text": "MutationObserver | undefined"
|
|
57
|
-
}
|
|
58
|
-
},
|
|
59
35
|
{
|
|
60
36
|
"kind": "method",
|
|
61
|
-
"name": "
|
|
37
|
+
"name": "#setupAnchor",
|
|
62
38
|
"parameters": [
|
|
63
39
|
{
|
|
64
|
-
"name": "
|
|
40
|
+
"name": "a",
|
|
65
41
|
"type": {
|
|
66
|
-
"text": "
|
|
67
|
-
}
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"name": "newValue",
|
|
71
|
-
"type": {
|
|
72
|
-
"text": "anchorType"
|
|
42
|
+
"text": "HTMLElement"
|
|
73
43
|
}
|
|
74
44
|
}
|
|
75
45
|
]
|
|
76
46
|
},
|
|
77
|
-
{
|
|
78
|
-
"kind": "field",
|
|
79
|
-
"name": "#observeMissingAnchor",
|
|
80
|
-
"privacy": "private"
|
|
81
|
-
},
|
|
82
47
|
{
|
|
83
48
|
"kind": "method",
|
|
84
|
-
"name": "#
|
|
85
|
-
"
|
|
86
|
-
|
|
87
|
-
"
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
{
|
|
92
|
-
"kind": "method",
|
|
93
|
-
"name": "#addEventListener",
|
|
94
|
-
"return": {
|
|
95
|
-
"type": {
|
|
96
|
-
"text": "void"
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
"kind": "method",
|
|
102
|
-
"name": "#removeEventListener",
|
|
103
|
-
"return": {
|
|
104
|
-
"type": {
|
|
105
|
-
"text": "void"
|
|
49
|
+
"name": "#cleanupAnchor",
|
|
50
|
+
"parameters": [
|
|
51
|
+
{
|
|
52
|
+
"name": "a",
|
|
53
|
+
"type": {
|
|
54
|
+
"text": "HTMLElement"
|
|
55
|
+
}
|
|
106
56
|
}
|
|
107
|
-
|
|
57
|
+
]
|
|
108
58
|
},
|
|
109
59
|
{
|
|
110
60
|
"kind": "field",
|
|
@@ -116,33 +66,14 @@ Code in this file were generated using following JSON:
|
|
|
116
66
|
"name": "#hide",
|
|
117
67
|
"privacy": "private"
|
|
118
68
|
},
|
|
69
|
+
{
|
|
70
|
+
"kind": "method",
|
|
71
|
+
"name": "#updateListeners"
|
|
72
|
+
},
|
|
119
73
|
{
|
|
120
74
|
"kind": "field",
|
|
121
75
|
"name": "#closeOnEscape",
|
|
122
76
|
"privacy": "private"
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
"kind": "method",
|
|
126
|
-
"name": "openChanged",
|
|
127
|
-
"return": {
|
|
128
|
-
"type": {
|
|
129
|
-
"text": "void"
|
|
130
|
-
}
|
|
131
|
-
},
|
|
132
|
-
"parameters": [
|
|
133
|
-
{
|
|
134
|
-
"name": "_",
|
|
135
|
-
"type": {
|
|
136
|
-
"text": "boolean"
|
|
137
|
-
}
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
"name": "newValue",
|
|
141
|
-
"type": {
|
|
142
|
-
"text": "boolean"
|
|
143
|
-
}
|
|
144
|
-
}
|
|
145
|
-
]
|
|
146
77
|
}
|
|
147
78
|
],
|
|
148
79
|
"attributes": [
|
|
@@ -166,12 +97,6 @@ Code in this file were generated using following JSON:
|
|
|
166
97
|
},
|
|
167
98
|
"default": "false",
|
|
168
99
|
"fieldName": "open"
|
|
169
|
-
},
|
|
170
|
-
{
|
|
171
|
-
"type": {
|
|
172
|
-
"text": "anchorType | undefined"
|
|
173
|
-
},
|
|
174
|
-
"fieldName": "anchor"
|
|
175
100
|
}
|
|
176
101
|
],
|
|
177
102
|
"superclass": {
|
|
@@ -188,7 +113,7 @@ registerTooltip('vvd3')
|
|
|
188
113
|
const VwcTooltip = wrapper(`vvd3-tooltip`, {
|
|
189
114
|
events: [],
|
|
190
115
|
attributes: [],
|
|
191
|
-
properties: ['text', 'placement', 'open'
|
|
116
|
+
properties: ['text', 'placement', 'open']
|
|
192
117
|
})
|
|
193
118
|
|
|
194
119
|
VwcTooltip.displayName = 'VwcTooltip'
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-tooltip",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.46.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.46.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.46.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.46.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.46.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.46.0"
|
|
10
10
|
}
|
|
11
11
|
}
|