@vonage/vivid-react 2.10.63 → 2.10.65

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 (168) hide show
  1. package/README.md +54 -54
  2. package/VwcAccordion/package.json +2 -2
  3. package/VwcActionGroup/package.json +2 -2
  4. package/VwcBadge/package.json +2 -2
  5. package/VwcBanner/package.json +2 -2
  6. package/VwcButton/package.json +2 -2
  7. package/VwcButtonToggleGroup/package.json +2 -2
  8. package/VwcCalendar/package.json +2 -2
  9. package/VwcCalendarEvent/package.json +2 -2
  10. package/VwcCard/package.json +2 -2
  11. package/VwcCarousel/package.json +2 -2
  12. package/VwcCarouselItem/package.json +2 -2
  13. package/VwcCheckListItem/package.json +2 -2
  14. package/VwcCheckbox/package.json +2 -2
  15. package/VwcChip/package.json +2 -2
  16. package/VwcChipSet/package.json +2 -2
  17. package/VwcCircularProgress/package.json +2 -2
  18. package/VwcDataGrid/package.json +2 -2
  19. package/VwcDataGridColumn/package.json +2 -2
  20. package/VwcDatepicker/package.json +2 -2
  21. package/VwcDialog/package.json +2 -2
  22. package/VwcDrawer/package.json +2 -2
  23. package/VwcDropdown/package.json +2 -2
  24. package/VwcElevation/package.json +2 -2
  25. package/VwcEmptyState/package.json +2 -2
  26. package/VwcExpansionPanel/package.json +2 -2
  27. package/VwcFab/package.json +2 -2
  28. package/VwcFilePicker/package.json +2 -2
  29. package/VwcFormfield/package.json +2 -2
  30. package/VwcHelperMessage/package.json +2 -2
  31. package/VwcIcon/package.json +2 -2
  32. package/VwcIconButton/package.json +2 -2
  33. package/VwcIconButtonToggle/package.json +2 -2
  34. package/VwcKeypad/package.json +2 -2
  35. package/VwcLayout/package.json +2 -2
  36. package/VwcLinearProgress/package.json +2 -2
  37. package/VwcList/package.json +2 -2
  38. package/VwcListExpansionPanel/package.json +2 -2
  39. package/VwcListItem/package.json +2 -2
  40. package/VwcMenu/package.json +2 -2
  41. package/VwcNotchedOutline/package.json +2 -2
  42. package/VwcNote/package.json +2 -2
  43. package/VwcPagination/package.json +2 -2
  44. package/VwcPopup/package.json +2 -2
  45. package/VwcRadio/package.json +2 -2
  46. package/VwcRadioListItem/package.json +2 -2
  47. package/VwcSchemeSelect/package.json +2 -2
  48. package/VwcSelect/package.json +2 -2
  49. package/VwcSideDrawer/package.json +2 -2
  50. package/VwcSlider/package.json +2 -2
  51. package/VwcSnackbar/package.json +2 -2
  52. package/VwcSurface/package.json +2 -2
  53. package/VwcSwitch/package.json +2 -2
  54. package/VwcTab/package.json +2 -2
  55. package/VwcTabBar/package.json +2 -2
  56. package/VwcTag/package.json +2 -2
  57. package/VwcText/package.json +2 -2
  58. package/VwcTextarea/package.json +2 -2
  59. package/VwcTextfield/package.json +2 -2
  60. package/VwcThemeSwitch/package.json +2 -2
  61. package/VwcTooltip/package.json +2 -2
  62. package/VwcTopAppBar/package.json +2 -2
  63. package/VwcTopAppBarFixed/package.json +2 -2
  64. package/index.js +8 -7
  65. package/package.json +58 -58
  66. package/types/index.d.ts +38 -4
  67. package/v3/VwcAccordion/package.json +2 -2
  68. package/v3/VwcAccordionItem/package.json +2 -2
  69. package/v3/VwcActionGroup/index.d.ts +2 -2
  70. package/v3/VwcActionGroup/index.js +5 -3
  71. package/v3/VwcActionGroup/package.json +2 -2
  72. package/v3/VwcAlert/index.d.ts +3 -1
  73. package/v3/VwcAlert/index.js +15 -1
  74. package/v3/VwcAlert/package.json +2 -2
  75. package/v3/VwcAvatar/package.json +2 -2
  76. package/v3/VwcBadge/package.json +2 -2
  77. package/v3/VwcBanner/index.d.ts +2 -2
  78. package/v3/VwcBanner/index.js +17 -15
  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/index.d.ts +2 -0
  83. package/v3/VwcButton/index.js +16 -1
  84. package/v3/VwcButton/package.json +2 -2
  85. package/v3/VwcCalendar/index.js +2 -13
  86. package/v3/VwcCalendar/package.json +2 -2
  87. package/v3/VwcCalendarEvent/package.json +2 -2
  88. package/v3/VwcCard/package.json +2 -2
  89. package/v3/VwcCheckbox/package.json +2 -2
  90. package/v3/VwcCombobox/package.json +2 -2
  91. package/v3/VwcDataGrid/index.js +13 -0
  92. package/v3/VwcDataGrid/package.json +2 -2
  93. package/v3/VwcDataGridCell/index.d.ts +2 -0
  94. package/v3/VwcDataGridCell/index.js +17 -1
  95. package/v3/VwcDataGridCell/package.json +2 -2
  96. package/v3/VwcDataGridRow/package.json +2 -2
  97. package/v3/VwcDatePicker/index.d.ts +27 -0
  98. package/v3/VwcDatePicker/index.js +201 -0
  99. package/v3/VwcDatePicker/package.json +11 -0
  100. package/v3/VwcDialog/index.d.ts +4 -1
  101. package/v3/VwcDialog/index.js +19 -2
  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/index.d.ts +28 -0
  108. package/v3/VwcFilePicker/index.js +258 -0
  109. package/v3/VwcFilePicker/package.json +11 -0
  110. package/v3/VwcFocus/package.json +2 -2
  111. package/v3/VwcHeader/package.json +2 -2
  112. package/v3/VwcIcon/index.d.ts +2 -0
  113. package/v3/VwcIcon/index.js +14 -1
  114. package/v3/VwcIcon/package.json +2 -2
  115. package/v3/VwcLayout/index.d.ts +3 -0
  116. package/v3/VwcLayout/index.js +1 -4
  117. package/v3/VwcLayout/package.json +2 -2
  118. package/v3/VwcListbox/package.json +2 -2
  119. package/v3/VwcListboxOption/package.json +2 -2
  120. package/v3/VwcMenu/index.d.ts +10 -10
  121. package/v3/VwcMenu/index.js +150 -36
  122. package/v3/VwcMenu/package.json +2 -2
  123. package/v3/VwcMenuItem/index.js +6 -0
  124. package/v3/VwcMenuItem/package.json +2 -2
  125. package/v3/VwcNav/package.json +2 -2
  126. package/v3/VwcNavDisclosure/index.d.ts +4 -1
  127. package/v3/VwcNavDisclosure/index.js +32 -2
  128. package/v3/VwcNavDisclosure/package.json +2 -2
  129. package/v3/VwcNavItem/index.js +19 -9
  130. package/v3/VwcNavItem/package.json +2 -2
  131. package/v3/VwcNote/package.json +2 -2
  132. package/v3/VwcNumberField/package.json +2 -2
  133. package/v3/VwcPagination/index.d.ts +3 -1
  134. package/v3/VwcPagination/index.js +22 -2
  135. package/v3/VwcPagination/package.json +2 -2
  136. package/v3/VwcPopup/package.json +2 -2
  137. package/v3/VwcProgress/package.json +2 -2
  138. package/v3/VwcProgressRing/package.json +2 -2
  139. package/v3/VwcRadio/index.d.ts +2 -0
  140. package/v3/VwcRadio/index.js +56 -7
  141. package/v3/VwcRadio/package.json +2 -2
  142. package/v3/VwcRadioGroup/package.json +2 -2
  143. package/v3/VwcSelect/index.d.ts +7 -5
  144. package/v3/VwcSelect/index.js +47 -12
  145. package/v3/VwcSelect/package.json +2 -2
  146. package/v3/VwcSideDrawer/package.json +2 -2
  147. package/v3/VwcSlider/package.json +2 -2
  148. package/v3/VwcSplitButton/index.d.ts +39 -0
  149. package/v3/VwcSplitButton/index.js +311 -0
  150. package/v3/VwcSplitButton/package.json +11 -0
  151. package/v3/VwcSwitch/package.json +2 -2
  152. package/v3/VwcTab/index.d.ts +2 -0
  153. package/v3/VwcTab/index.js +18 -1
  154. package/v3/VwcTab/package.json +2 -2
  155. package/v3/VwcTabPanel/package.json +2 -2
  156. package/v3/VwcTabs/index.js +16 -2
  157. package/v3/VwcTabs/package.json +2 -2
  158. package/v3/VwcTag/package.json +2 -2
  159. package/v3/VwcTagGroup/index.js +6 -0
  160. package/v3/VwcTagGroup/package.json +2 -2
  161. package/v3/VwcTextAnchor/package.json +2 -2
  162. package/v3/VwcTextArea/package.json +2 -2
  163. package/v3/VwcTextField/package.json +2 -2
  164. package/v3/VwcToggletip/index.js +10 -0
  165. package/v3/VwcToggletip/package.json +2 -2
  166. package/v3/VwcTooltip/package.json +2 -2
  167. package/v3/VwcTreeItem/package.json +2 -2
  168. package/v3/VwcTreeView/package.json +2 -2
@@ -0,0 +1,258 @@
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": "File-picker component",
9
+ "name": "FilePicker",
10
+ "members": [
11
+ {
12
+ "kind": "field",
13
+ "name": "#dropzone",
14
+ "privacy": "private",
15
+ "type": {
16
+ "text": "Dropzone | undefined"
17
+ }
18
+ },
19
+ {
20
+ "kind": "field",
21
+ "name": "files",
22
+ "type": {
23
+ "text": "File[]"
24
+ },
25
+ "description": "Files that have been added to the file picker and passed validation.",
26
+ "privacy": "public",
27
+ "readonly": true
28
+ },
29
+ {
30
+ "kind": "field",
31
+ "name": "label",
32
+ "type": {
33
+ "text": "string | undefined"
34
+ },
35
+ "description": "Indicates the file picker's label.",
36
+ "privacy": "public"
37
+ },
38
+ {
39
+ "kind": "field",
40
+ "name": "maxFiles",
41
+ "type": {
42
+ "text": "number | undefined"
43
+ },
44
+ "description": "The max files that can be selected.",
45
+ "privacy": "public"
46
+ },
47
+ {
48
+ "kind": "method",
49
+ "name": "maxFilesChanged",
50
+ "return": {
51
+ "type": {
52
+ "text": "void"
53
+ }
54
+ },
55
+ "parameters": [
56
+ {
57
+ "name": "_oldValue",
58
+ "type": {
59
+ "text": "number"
60
+ }
61
+ },
62
+ {
63
+ "name": "newValue",
64
+ "type": {
65
+ "text": "number"
66
+ }
67
+ }
68
+ ]
69
+ },
70
+ {
71
+ "kind": "field",
72
+ "name": "maxFileSize",
73
+ "type": {
74
+ "text": "number"
75
+ },
76
+ "default": "256",
77
+ "description": "The max file size that can be selected.",
78
+ "privacy": "public"
79
+ },
80
+ {
81
+ "kind": "method",
82
+ "name": "maxFileSizeChanged",
83
+ "return": {
84
+ "type": {
85
+ "text": "void"
86
+ }
87
+ },
88
+ "parameters": [
89
+ {
90
+ "name": "_oldValue",
91
+ "type": {
92
+ "text": "number"
93
+ }
94
+ },
95
+ {
96
+ "name": "newValue",
97
+ "type": {
98
+ "text": "number"
99
+ }
100
+ }
101
+ ]
102
+ },
103
+ {
104
+ "kind": "field",
105
+ "name": "accept",
106
+ "type": {
107
+ "text": "string | undefined"
108
+ },
109
+ "description": "List of accepted files types",
110
+ "privacy": "public"
111
+ },
112
+ {
113
+ "kind": "method",
114
+ "name": "acceptChanged",
115
+ "return": {
116
+ "type": {
117
+ "text": "void"
118
+ }
119
+ },
120
+ "parameters": [
121
+ {
122
+ "name": "_oldValue",
123
+ "type": {
124
+ "text": "string"
125
+ }
126
+ },
127
+ {
128
+ "name": "newValue",
129
+ "type": {
130
+ "text": "string"
131
+ }
132
+ }
133
+ ]
134
+ },
135
+ {
136
+ "kind": "field",
137
+ "name": "size",
138
+ "type": {
139
+ "text": "FileUploaderSize | undefined"
140
+ },
141
+ "description": "The size the file-uploader should have.",
142
+ "privacy": "public"
143
+ },
144
+ {
145
+ "kind": "field",
146
+ "name": "buttonTag",
147
+ "type": {
148
+ "text": "string"
149
+ },
150
+ "privacy": "private",
151
+ "default": "'vwc-button'",
152
+ "description": "Used internally to hold the tag that button is registered at."
153
+ },
154
+ {
155
+ "kind": "method",
156
+ "name": "#chooseFile",
157
+ "return": {
158
+ "type": {
159
+ "text": "void"
160
+ }
161
+ }
162
+ },
163
+ {
164
+ "kind": "method",
165
+ "name": "#updateHiddenFileInput",
166
+ "return": {
167
+ "type": {
168
+ "text": "void"
169
+ }
170
+ }
171
+ },
172
+ {
173
+ "kind": "method",
174
+ "name": "#handleFilesChanged",
175
+ "return": {
176
+ "type": {
177
+ "text": "void"
178
+ }
179
+ }
180
+ },
181
+ {
182
+ "kind": "field",
183
+ "name": "autoDiscover",
184
+ "type": {
185
+ "text": "boolean"
186
+ },
187
+ "default": "false"
188
+ }
189
+ ],
190
+ "events": [
191
+ {
192
+ "description": "Emitted when a file is added or removed.",
193
+ "name": "change"
194
+ }
195
+ ],
196
+ "attributes": [
197
+ {
198
+ "name": "label",
199
+ "type": {
200
+ "text": "string | undefined"
201
+ },
202
+ "description": "Indicates the file picker's label.",
203
+ "fieldName": "label"
204
+ },
205
+ {
206
+ "name": "max-files",
207
+ "type": {
208
+ "text": "number | undefined"
209
+ },
210
+ "description": "The max files that can be selected.",
211
+ "fieldName": "maxFiles"
212
+ },
213
+ {
214
+ "name": "max-file-size",
215
+ "type": {
216
+ "text": "number"
217
+ },
218
+ "default": "256",
219
+ "description": "The max file size that can be selected.",
220
+ "fieldName": "maxFileSize"
221
+ },
222
+ {
223
+ "name": "accept",
224
+ "type": {
225
+ "text": "string | undefined"
226
+ },
227
+ "description": "List of accepted files types",
228
+ "fieldName": "accept"
229
+ },
230
+ {
231
+ "name": "size",
232
+ "type": {
233
+ "text": "FileUploaderSize | undefined"
234
+ },
235
+ "description": "The size the file-uploader should have.",
236
+ "fieldName": "size"
237
+ }
238
+ ],
239
+ "superclass": {
240
+ "name": "FoundationElement",
241
+ "package": "@microsoft/fast-foundation"
242
+ }
243
+ }
244
+ */
245
+ import wrapper from '@vonage/vivid-react-wrapper'
246
+ import { registerFilePicker } from '@vonage/vivid'
247
+
248
+ registerFilePicker('vvd3')
249
+
250
+ const VwcFilePicker = wrapper(`vvd3-file-picker`, {
251
+ events: [{"name":"change","propName":"onChange"}],
252
+ attributes: [],
253
+ properties: ['label', 'maxFiles', 'maxFileSize', 'accept', 'size', 'autoDiscover']
254
+ })
255
+
256
+ VwcFilePicker.displayName = 'VwcFilePicker'
257
+
258
+ export default VwcFilePicker
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "@vonage/vivid-react-vvd3-file-picker",
3
+ "version": "3.32.0",
4
+ "main": "index.js",
5
+ "types": "index.d.ts",
6
+ "private": true,
7
+ "license": "MIT",
8
+ "dependencies": {
9
+ "@vonage/vivid": "3.32.0"
10
+ }
11
+ }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-focus",
3
- "version": "3.20.0",
3
+ "version": "3.32.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.20.0"
9
+ "@vonage/vivid": "3.32.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-header",
3
- "version": "3.20.0",
3
+ "version": "3.32.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.20.0"
9
+ "@vonage/vivid": "3.32.0"
10
10
  }
11
11
  }
@@ -3,6 +3,7 @@ import React, { ReactNode } from 'react';
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/icon
4
4
  * @param {IconConnotation | undefined} connotation - The connotation the icon should have. **attribute** `connotation`
5
5
  * @param {-6 | -5 | -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 | 5 | undefined} size **attribute** `size`
6
+ * @param {boolean} iconLoaded
6
7
  * @param {string | undefined} name - Indicates which icon to resolve. **attribute** `name`
7
8
  */
8
9
  declare const VwcIcon: {
@@ -14,6 +15,7 @@ declare const VwcIcon: {
14
15
  ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
15
16
  connotation?: any;
16
17
  size?: any;
18
+ iconLoaded?: boolean | undefined;
17
19
  name?: string | undefined;
18
20
  }): JSX.Element;
19
21
  displayName: string;
@@ -56,6 +56,14 @@ Code in this file were generated using following JSON:
56
56
  "text": "-6 | -5 | -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 | 5 | undefined"
57
57
  }
58
58
  },
59
+ {
60
+ "kind": "field",
61
+ "name": "iconLoaded",
62
+ "type": {
63
+ "text": "boolean"
64
+ },
65
+ "default": "false"
66
+ },
59
67
  {
60
68
  "kind": "field",
61
69
  "name": "name",
@@ -65,6 +73,11 @@ Code in this file were generated using following JSON:
65
73
  "description": "Indicates which icon to resolve.",
66
74
  "privacy": "public"
67
75
  },
76
+ {
77
+ "kind": "field",
78
+ "name": "iconUrl",
79
+ "readonly": true
80
+ },
68
81
  {
69
82
  "kind": "method",
70
83
  "name": "nameChanged",
@@ -110,7 +123,7 @@ registerIcon('vvd3')
110
123
  const VwcIcon = wrapper(`vvd3-icon`, {
111
124
  events: [],
112
125
  attributes: [],
113
- properties: ['connotation', 'size', 'name']
126
+ properties: ['connotation', 'size', 'iconLoaded', 'name']
114
127
  })
115
128
 
116
129
  VwcIcon.displayName = 'VwcIcon'
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-icon",
3
- "version": "3.20.0",
3
+ "version": "3.32.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.20.0"
9
+ "@vonage/vivid": "3.32.0"
10
10
  }
11
11
  }
@@ -1,5 +1,8 @@
1
1
  import React, { ReactNode } from 'react';
2
2
  /** Base class for layout
3
+
4
+ [--layout-grid-template-columns=repeat([the `auto-sizing` mapped value],
5
+ minmax([the `column-basis` mapped value], 1fr))] - Controls the `grid-template-columns` of the layout.
3
6
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/layout
4
7
  * @param {Gutters | undefined} gutters - sets the initial preferred margin from predefined available options **attribute** `gutters`
5
8
  * @param {ColumnBasis | undefined} columnBasis - sets the initial preferred measure of a column from predefined available options **attribute** `column-basis`
@@ -5,11 +5,8 @@
5
5
  Code in this file were generated using following JSON:
6
6
  {
7
7
  "kind": "class",
8
- "description": "Base class for layout",
8
+ "description": "Base class for layout\n\n[--layout-grid-template-columns=repeat([the `auto-sizing` mapped value],\nminmax([the `column-basis` mapped value], 1fr))] - Controls the `grid-template-columns` of the layout.",
9
9
  "name": "Layout",
10
- "cssProperties": [
11
- {}
12
- ],
13
10
  "slots": [
14
11
  {
15
12
  "description": "Default slot.",
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-layout",
3
- "version": "3.20.0",
3
+ "version": "3.32.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.20.0"
9
+ "@vonage/vivid": "3.32.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-listbox",
3
- "version": "3.20.0",
3
+ "version": "3.32.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.20.0"
9
+ "@vonage/vivid": "3.32.0"
10
10
  }
11
11
  }
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@vonage/vivid-react-vvd3-listbox-option",
3
- "version": "3.20.0",
3
+ "version": "3.32.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.20.0"
9
+ "@vonage/vivid": "3.32.0"
10
10
  }
11
11
  }
@@ -1,13 +1,12 @@
1
- import React, { ReactNode } from 'react';
1
+ import React, { ReactNode, SyntheticEvent } from 'react';
2
2
  /** Base class for menu
3
3
  * For more info on this Vivid element please visit https://vivid.deno.dev/components/menu
4
- * @param {Popup | undefined} _popup
5
- * @param {boolean} open - indicates whether the menu is open **attribute** `open`
6
- * @param {Placement | undefined} placement - the placement of the menu **attribute** `placement`
7
- * @param {string | undefined} anchor - ID reference to element in the menu's owner document. **attribute** `anchor`
4
+ * @param {Placement | undefined} placement - placement of the menu **attribute** `placement`
5
+ * @param {AnchorType} anchor - id or direct reference to the menu's anchor element **attribute** `anchor`
8
6
  * @param {boolean} autoDismiss - indicates whether the menu will automatically close when
9
7
  the user clicks outside the menu **attribute** `auto-dismiss`
10
- * @param popupOpenChanged
8
+ * @param {boolean} open - indicates whether the menu is open **attribute** `open`
9
+ * @param {HTMLElement[] | undefined} actionItemsSlottedContent
11
10
  */
12
11
  declare const VwcMenu: {
13
12
  (props: {
@@ -16,12 +15,13 @@ declare const VwcMenu: {
16
15
  id?: string | undefined;
17
16
  style?: React.CSSProperties | undefined;
18
17
  ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
19
- _popup?: any;
20
- open?: boolean | undefined;
18
+ onOpen?: ((event: SyntheticEvent) => void) | undefined;
19
+ onClose?: ((event: SyntheticEvent) => void) | undefined;
21
20
  placement?: any;
22
- anchor?: string | undefined;
21
+ anchor?: any;
23
22
  autoDismiss?: boolean | undefined;
24
- popupOpenChanged?: any;
23
+ open?: boolean | undefined;
24
+ actionItemsSlottedContent?: any;
25
25
  }): JSX.Element;
26
26
  displayName: string;
27
27
  };