@vonage/vivid-react 2.10.77 → 2.10.79

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.
Files changed (160) hide show
  1. package/VwcAccordion/package.json +1 -1
  2. package/VwcActionGroup/package.json +1 -1
  3. package/VwcBadge/package.json +1 -1
  4. package/VwcBanner/package.json +1 -1
  5. package/VwcButton/package.json +1 -1
  6. package/VwcButtonToggleGroup/package.json +1 -1
  7. package/VwcCalendar/package.json +1 -1
  8. package/VwcCalendarEvent/package.json +1 -1
  9. package/VwcCard/package.json +1 -1
  10. package/VwcCarousel/package.json +1 -1
  11. package/VwcCarouselItem/package.json +1 -1
  12. package/VwcCheckListItem/package.json +1 -1
  13. package/VwcCheckbox/package.json +1 -1
  14. package/VwcChip/package.json +1 -1
  15. package/VwcChipSet/package.json +1 -1
  16. package/VwcCircularProgress/package.json +1 -1
  17. package/VwcDataGrid/package.json +1 -1
  18. package/VwcDataGridColumn/package.json +1 -1
  19. package/VwcDatepicker/package.json +1 -1
  20. package/VwcDialog/package.json +1 -1
  21. package/VwcDrawer/package.json +1 -1
  22. package/VwcDropdown/package.json +1 -1
  23. package/VwcElevation/package.json +1 -1
  24. package/VwcEmptyState/package.json +1 -1
  25. package/VwcExpansionPanel/package.json +1 -1
  26. package/VwcFab/package.json +1 -1
  27. package/VwcFilePicker/package.json +1 -1
  28. package/VwcFormfield/package.json +1 -1
  29. package/VwcHelperMessage/package.json +1 -1
  30. package/VwcIcon/package.json +1 -1
  31. package/VwcIconButton/package.json +1 -1
  32. package/VwcIconButtonToggle/package.json +1 -1
  33. package/VwcKeypad/package.json +1 -1
  34. package/VwcLayout/package.json +1 -1
  35. package/VwcLinearProgress/package.json +1 -1
  36. package/VwcList/package.json +1 -1
  37. package/VwcListExpansionPanel/package.json +1 -1
  38. package/VwcListItem/package.json +1 -1
  39. package/VwcMenu/package.json +1 -1
  40. package/VwcNotchedOutline/package.json +1 -1
  41. package/VwcNote/package.json +1 -1
  42. package/VwcPagination/package.json +1 -1
  43. package/VwcPopup/package.json +1 -1
  44. package/VwcRadio/package.json +1 -1
  45. package/VwcRadioListItem/package.json +1 -1
  46. package/VwcSchemeSelect/package.json +1 -1
  47. package/VwcScrubBar/package.json +1 -1
  48. package/VwcSelect/package.json +1 -1
  49. package/VwcSideDrawer/package.json +1 -1
  50. package/VwcSlider/package.json +1 -1
  51. package/VwcSnackbar/package.json +1 -1
  52. package/VwcSurface/package.json +1 -1
  53. package/VwcSwitch/package.json +1 -1
  54. package/VwcTab/package.json +1 -1
  55. package/VwcTabBar/package.json +1 -1
  56. package/VwcTag/package.json +1 -1
  57. package/VwcText/package.json +1 -1
  58. package/VwcTextarea/package.json +1 -1
  59. package/VwcTextfield/package.json +1 -1
  60. package/VwcThemeSwitch/package.json +1 -1
  61. package/VwcTooltip/package.json +1 -1
  62. package/VwcTopAppBar/package.json +1 -1
  63. package/VwcTopAppBarFixed/package.json +1 -1
  64. package/index.js +4 -4
  65. package/package.json +2 -2
  66. package/types/index.d.ts +13 -4
  67. package/v3/VwcAccordion/package.json +2 -2
  68. package/v3/VwcAccordionItem/package.json +2 -2
  69. package/v3/VwcActionGroup/package.json +2 -2
  70. package/v3/VwcAlert/index.d.ts +2 -0
  71. package/v3/VwcAlert/index.js +18 -1
  72. package/v3/VwcAlert/package.json +2 -2
  73. package/v3/VwcAppearanceUi/index.d.ts +29 -0
  74. package/v3/VwcAppearanceUi/index.js +528 -0
  75. package/v3/VwcAppearanceUi/package.json +11 -0
  76. package/v3/VwcAudioPlayer/package.json +2 -2
  77. package/v3/VwcAvatar/package.json +2 -2
  78. package/v3/VwcBadge/package.json +2 -2
  79. package/v3/VwcBanner/package.json +2 -2
  80. package/v3/VwcBreadcrumb/package.json +2 -2
  81. package/v3/VwcBreadcrumbItem/package.json +2 -2
  82. package/v3/VwcButton/package.json +2 -2
  83. package/v3/VwcCalendar/package.json +2 -2
  84. package/v3/VwcCalendarEvent/package.json +2 -2
  85. package/v3/VwcCard/package.json +2 -2
  86. package/v3/VwcCheckbox/package.json +2 -2
  87. package/v3/VwcCombobox/package.json +2 -2
  88. package/v3/VwcDataGrid/index.d.ts +4 -1
  89. package/v3/VwcDataGrid/index.js +21 -2
  90. package/v3/VwcDataGrid/package.json +2 -2
  91. package/v3/VwcDataGridCell/index.d.ts +1 -0
  92. package/v3/VwcDataGridCell/index.js +9 -1
  93. package/v3/VwcDataGridCell/package.json +2 -2
  94. package/v3/VwcDataGridRow/index.d.ts +2 -1
  95. package/v3/VwcDataGridRow/index.js +7 -1
  96. package/v3/VwcDataGridRow/package.json +2 -2
  97. package/v3/VwcDatePicker/package.json +2 -2
  98. package/v3/VwcDatePickerBase/package.json +2 -2
  99. package/v3/VwcDateRangePicker/package.json +2 -2
  100. package/v3/VwcDialog/index.d.ts +2 -4
  101. package/v3/VwcDialog/index.js +17 -38
  102. package/v3/VwcDialog/package.json +2 -2
  103. package/v3/VwcDivider/package.json +2 -2
  104. package/v3/VwcElevation/package.json +2 -2
  105. package/v3/VwcEmptyState/package.json +2 -2
  106. package/v3/VwcFab/package.json +2 -2
  107. package/v3/VwcFilePicker/package.json +2 -2
  108. package/v3/VwcFocus/package.json +2 -2
  109. package/v3/VwcFormAssociatedFilePicker/package.json +2 -2
  110. package/v3/VwcHeader/package.json +2 -2
  111. package/v3/VwcIcon/package.json +2 -2
  112. package/v3/VwcLayout/package.json +2 -2
  113. package/v3/VwcListbox/package.json +2 -2
  114. package/v3/VwcMenu/index.d.ts +2 -2
  115. package/v3/VwcMenu/index.js +29 -69
  116. package/v3/VwcMenu/package.json +2 -2
  117. package/v3/VwcMenuItem/package.json +2 -2
  118. package/v3/VwcNav/package.json +2 -2
  119. package/v3/VwcNavDisclosure/package.json +2 -2
  120. package/v3/VwcNavItem/package.json +2 -2
  121. package/v3/VwcNote/package.json +2 -2
  122. package/v3/VwcNumberField/package.json +2 -2
  123. package/v3/VwcOption/package.json +2 -2
  124. package/v3/VwcPagination/package.json +2 -2
  125. package/v3/VwcPopup/index.d.ts +1 -1
  126. package/v3/VwcPopup/index.js +6 -11
  127. package/v3/VwcPopup/package.json +2 -2
  128. package/v3/VwcProgress/package.json +2 -2
  129. package/v3/VwcProgressRing/package.json +2 -2
  130. package/v3/VwcRadio/package.json +2 -2
  131. package/v3/VwcRadioGroup/package.json +2 -2
  132. package/v3/VwcSelect/index.d.ts +0 -4
  133. package/v3/VwcSelect/index.js +1 -15
  134. package/v3/VwcSelect/package.json +2 -2
  135. package/v3/VwcSelectableBox/package.json +2 -2
  136. package/v3/VwcSideDrawer/package.json +2 -2
  137. package/v3/VwcSlider/package.json +2 -2
  138. package/v3/VwcSplitButton/index.d.ts +2 -0
  139. package/v3/VwcSplitButton/index.js +11 -1
  140. package/v3/VwcSplitButton/package.json +2 -2
  141. package/v3/VwcSwitch/package.json +2 -2
  142. package/v3/VwcTab/package.json +2 -2
  143. package/v3/VwcTabPanel/package.json +2 -2
  144. package/v3/VwcTabs/index.d.ts +2 -0
  145. package/v3/VwcTabs/index.js +18 -1
  146. package/v3/VwcTabs/package.json +2 -2
  147. package/v3/VwcTag/package.json +2 -2
  148. package/v3/VwcTagGroup/package.json +2 -2
  149. package/v3/VwcTextAnchor/package.json +2 -2
  150. package/v3/VwcTextArea/index.js +1 -1
  151. package/v3/VwcTextArea/package.json +2 -2
  152. package/v3/VwcTextField/package.json +2 -2
  153. package/v3/VwcToggletip/index.d.ts +0 -2
  154. package/v3/VwcToggletip/index.js +17 -59
  155. package/v3/VwcToggletip/package.json +2 -2
  156. package/v3/VwcTooltip/index.d.ts +1 -1
  157. package/v3/VwcTooltip/index.js +15 -90
  158. package/v3/VwcTooltip/package.json +2 -2
  159. package/v3/VwcTreeItem/package.json +2 -2
  160. package/v3/VwcTreeView/package.json +2 -2
@@ -24,26 +24,12 @@ Code in this file were generated using following JSON:
24
24
  "members": [
25
25
  {
26
26
  "kind": "field",
27
- "name": "#observer",
28
- "privacy": "private",
27
+ "name": "ariaLabel",
29
28
  "type": {
30
- "text": "MutationObserver | undefined"
31
- }
32
- },
33
- {
34
- "kind": "field",
35
- "name": "#anchorEl",
36
- "privacy": "private",
37
- "type": {
38
- "text": "HTMLElement | null"
29
+ "text": "string | null"
39
30
  },
40
31
  "default": "null"
41
32
  },
42
- {
43
- "kind": "field",
44
- "name": "#observeMissingAnchor",
45
- "privacy": "private"
46
- },
47
33
  {
48
34
  "kind": "field",
49
35
  "name": "placement",
@@ -54,39 +40,6 @@ Code in this file were generated using following JSON:
54
40
  "description": "placement of the menu",
55
41
  "privacy": "public"
56
42
  },
57
- {
58
- "kind": "field",
59
- "name": "anchor",
60
- "type": {
61
- "text": "AnchorType"
62
- },
63
- "default": "''",
64
- "description": "id or direct reference to the menu's anchor element",
65
- "privacy": "public"
66
- },
67
- {
68
- "kind": "method",
69
- "name": "anchorChanged",
70
- "return": {
71
- "type": {
72
- "text": "void"
73
- }
74
- },
75
- "parameters": [
76
- {
77
- "name": "_",
78
- "type": {
79
- "text": "AnchorType"
80
- }
81
- },
82
- {
83
- "name": "newValue",
84
- "type": {
85
- "text": "AnchorType"
86
- }
87
- }
88
- ]
89
- },
90
43
  {
91
44
  "kind": "field",
92
45
  "name": "autoDismiss",
@@ -100,20 +53,10 @@ Code in this file were generated using following JSON:
100
53
  {
101
54
  "kind": "method",
102
55
  "name": "autoDismissChanged",
103
- "return": {
104
- "type": {
105
- "text": "void"
106
- }
107
- },
108
56
  "parameters": [
109
57
  {
110
58
  "name": "oldValue",
111
- "type": {
112
- "text": "boolean"
113
- }
114
- },
115
- {
116
- "name": "newValue",
59
+ "optional": true,
117
60
  "type": {
118
61
  "text": "boolean"
119
62
  }
@@ -165,6 +108,18 @@ Code in this file were generated using following JSON:
165
108
  }
166
109
  ]
167
110
  },
111
+ {
112
+ "kind": "method",
113
+ "name": "#updateAnchor",
114
+ "parameters": [
115
+ {
116
+ "name": "a",
117
+ "type": {
118
+ "text": "HTMLElement"
119
+ }
120
+ }
121
+ ]
122
+ },
168
123
  {
169
124
  "kind": "method",
170
125
  "name": "#cleanupAnchor",
@@ -182,6 +137,11 @@ Code in this file were generated using following JSON:
182
137
  "name": "#openIfClosed",
183
138
  "privacy": "private"
184
139
  },
140
+ {
141
+ "kind": "field",
142
+ "name": "#updateClickOutsideListener",
143
+ "privacy": "private"
144
+ },
185
145
  {
186
146
  "kind": "field",
187
147
  "name": "#closeOnClickOutside",
@@ -211,20 +171,20 @@ Code in this file were generated using following JSON:
211
171
  ],
212
172
  "attributes": [
213
173
  {
174
+ "name": "aria-label",
214
175
  "type": {
215
- "text": "Placement | undefined"
176
+ "text": "string | null"
216
177
  },
217
- "default": "'bottom'",
218
- "description": "placement of the menu",
219
- "fieldName": "placement"
178
+ "default": "null",
179
+ "fieldName": "ariaLabel"
220
180
  },
221
181
  {
222
182
  "type": {
223
- "text": "AnchorType"
183
+ "text": "Placement | undefined"
224
184
  },
225
- "default": "''",
226
- "description": "id or direct reference to the menu's anchor element",
227
- "fieldName": "anchor"
185
+ "default": "'bottom'",
186
+ "description": "placement of the menu",
187
+ "fieldName": "placement"
228
188
  },
229
189
  {
230
190
  "name": "auto-dismiss",
@@ -258,7 +218,7 @@ registerMenu('vvd3')
258
218
  const VwcMenu = wrapper(`vvd3-menu`, {
259
219
  events: [{"name":"close","propName":"onClose"},{"name":"open","propName":"onOpen"}],
260
220
  attributes: [],
261
- properties: ['placement', 'anchor', 'autoDismiss', 'open', 'actionItemsSlottedContent', 'handleFocusOut']
221
+ properties: ['ariaLabel', 'placement', 'autoDismiss', 'open', 'actionItemsSlottedContent', 'handleFocusOut']
262
222
  })
263
223
 
264
224
  VwcMenu.displayName = 'VwcMenu'
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-menu",
3
- "version": "3.43.0",
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.43.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-menu-item",
3
- "version": "3.43.0",
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.43.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-nav",
3
- "version": "3.43.0",
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.43.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-nav-disclosure",
3
- "version": "3.43.0",
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.43.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-nav-item",
3
- "version": "3.43.0",
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.43.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-note",
3
- "version": "3.43.0",
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.43.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-number-field",
3
- "version": "3.43.0",
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.43.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-listbox-option",
3
- "version": "3.43.0",
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.43.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-pagination",
3
- "version": "3.43.0",
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.43.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -9,7 +9,7 @@ import React, { ReactNode } from 'react';
9
9
  * @param {boolean} alternate - set the color-scheme to dark **attribute** `alternate`
10
10
  * @param {Placement | undefined} placement - the placement of the popup **attribute** `placement`
11
11
  * @param {Strategy | undefined} strategy - the strategy of the popup **attribute** `strategy`
12
- * @param {string | HTMLElement | undefined} anchor - ID reference to element in the popup’s owner document or HTMLElement. **attribute** `anchor`
12
+ * @param {HTMLElement | undefined} anchor - The element to anchor the popup to.
13
13
  */
14
14
  declare const VwcPopup: {
15
15
  (props: {
@@ -131,11 +131,15 @@ Code in this file were generated using following JSON:
131
131
  "kind": "field",
132
132
  "name": "anchor",
133
133
  "type": {
134
- "text": "string | HTMLElement | undefined"
134
+ "text": "HTMLElement | undefined"
135
135
  },
136
- "description": "ID reference to element in the popup’s owner document or HTMLElement.",
136
+ "description": "The element to anchor the popup to.",
137
137
  "privacy": "public"
138
138
  },
139
+ {
140
+ "kind": "method",
141
+ "name": "#updateAutoUpdate"
142
+ },
139
143
  {
140
144
  "kind": "method",
141
145
  "name": "updatePosition",
@@ -183,7 +187,6 @@ Code in this file were generated using following JSON:
183
187
  "type": {
184
188
  "text": "HTMLElement | null"
185
189
  },
186
- "description": "Gets the anchor element by id",
187
190
  "readonly": true
188
191
  },
189
192
  {
@@ -252,14 +255,6 @@ Code in this file were generated using following JSON:
252
255
  "default": "'fixed'",
253
256
  "description": "the strategy of the popup",
254
257
  "fieldName": "strategy"
255
- },
256
- {
257
- "name": "anchor",
258
- "type": {
259
- "text": "string | HTMLElement | undefined"
260
- },
261
- "description": "ID reference to element in the popup’s owner document or HTMLElement.",
262
- "fieldName": "anchor"
263
258
  }
264
259
  ],
265
260
  "superclass": {
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-popup",
3
- "version": "3.43.0",
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.43.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-progress",
3
- "version": "3.43.0",
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.43.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-progress-ring",
3
- "version": "3.43.0",
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.43.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-radio",
3
- "version": "3.43.0",
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.43.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-radio-group",
3
- "version": "3.43.0",
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.43.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,8 +1,6 @@
1
1
  import React, { ReactNode, SyntheticEvent } from 'react';
2
2
  /** Base class for select
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/select
4
- * @param {Popup} _popup
5
- * @param {HTMLElement} _anchor
6
4
  * @param {SelectAppearance | undefined} appearance - The appearance attribute. **attribute** `appearance`
7
5
  * @param {SelectShape | undefined} shape - The shape attribute. **attribute** `shape`
8
6
  * @param {boolean} fixedDropdown - The fixed-dropdown attribute. **attribute** `fixed-dropdown`
@@ -16,8 +14,6 @@ declare const VwcSelect: {
16
14
  style?: React.CSSProperties | undefined;
17
15
  ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
18
16
  onChange?: ((event: SyntheticEvent) => void) | undefined;
19
- _popup?: any;
20
- _anchor?: any;
21
17
  appearance?: any;
22
18
  shape?: any;
23
19
  fixedDropdown?: boolean | undefined;
@@ -72,20 +72,6 @@ Code in this file were generated using following JSON:
72
72
  }
73
73
  ],
74
74
  "members": [
75
- {
76
- "kind": "field",
77
- "name": "_popup",
78
- "type": {
79
- "text": "Popup"
80
- }
81
- },
82
- {
83
- "kind": "field",
84
- "name": "_anchor",
85
- "type": {
86
- "text": "HTMLElement"
87
- }
88
- },
89
75
  {
90
76
  "kind": "field",
91
77
  "name": "appearance",
@@ -190,7 +176,7 @@ registerSelect('vvd3')
190
176
  const VwcSelect = wrapper(`vvd3-select`, {
191
177
  events: [{"name":"change","propName":"onChange"}],
192
178
  attributes: [],
193
- properties: ['_popup', '_anchor', 'appearance', 'shape', 'fixedDropdown', 'placeholder']
179
+ properties: ['appearance', 'shape', 'fixedDropdown', 'placeholder']
194
180
  })
195
181
 
196
182
  VwcSelect.displayName = 'VwcSelect'
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-select",
3
- "version": "3.43.0",
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.43.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-selectable-box",
3
- "version": "3.43.0",
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.43.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-side-drawer",
3
- "version": "3.43.0",
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.43.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-slider",
3
- "version": "3.43.0",
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.43.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -24,6 +24,8 @@ declare const VwcSplitButton: {
24
24
  id?: string | undefined;
25
25
  style?: React.CSSProperties | undefined;
26
26
  ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
27
+ onActionClick?: ((event: SyntheticEvent) => void) | undefined;
28
+ onIndicatorClick?: ((event: SyntheticEvent) => void) | undefined;
27
29
  onClick?: ((event: SyntheticEvent) => void) | undefined;
28
30
  _action?: any;
29
31
  _indicator?: any;
@@ -279,6 +279,16 @@ Code in this file were generated using following JSON:
279
279
  "privacy": "public"
280
280
  }
281
281
  ],
282
+ "events": [
283
+ {
284
+ "description": "Event emitted when the action button is clicked",
285
+ "name": "action-click"
286
+ },
287
+ {
288
+ "description": "Event emitted when the indicator button is clicked",
289
+ "name": "indicator-click"
290
+ }
291
+ ],
282
292
  "attributes": [
283
293
  {
284
294
  "name": "connotation",
@@ -384,7 +394,7 @@ import { registerSplitButton } from '@vonage/vivid'
384
394
  registerSplitButton('vvd3')
385
395
 
386
396
  const VwcSplitButton = wrapper(`vvd3-split-button`, {
387
- events: [{"name":"click","propName":"onClick"}],
397
+ events: [{"name":"click","propName":"onClick"},{"name":"indicator-click","propName":"onIndicatorClick"},{"name":"action-click","propName":"onActionClick"}],
388
398
  attributes: [],
389
399
  properties: ['_action', '_indicator', 'connotation', 'shape', 'appearance', 'size', 'label', 'icon', 'splitIndicator', 'disabled', 'ariaLabel', 'ariaExpanded', 'indicatorAriaLabel']
390
400
  })
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-split-button",
3
- "version": "3.43.0",
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.43.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-switch",
3
- "version": "3.43.0",
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.43.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tab",
3
- "version": "3.43.0",
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.43.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-tab-panel",
3
- "version": "3.43.0",
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.43.0"
9
+ "@vonage/vivid": "3.46.0"
10
10
  }
11
11
  }
@@ -3,6 +3,7 @@ import React, { ReactNode, SyntheticEvent } from 'react';
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/tabs
4
4
  * @param {HTMLElement | undefined} tablist
5
5
  * @param {TabsConnotation | undefined} connotation - The connotation the tabs should have. **attribute** `connotation`
6
+ * @param {Gutters | undefined} gutters - sets the initial preferred margin from predefined available options **attribute** `gutters`
6
7
  */
7
8
  declare const VwcTabs: {
8
9
  (props: {
@@ -14,6 +15,7 @@ declare const VwcTabs: {
14
15
  onChange?: ((event: SyntheticEvent) => void) | undefined;
15
16
  tablist?: any;
16
17
  connotation?: any;
18
+ gutters?: any;
17
19
  }): JSX.Element;
18
20
  displayName: string;
19
21
  };