@vonage/vivid-react 2.10.84 → 2.10.86

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 (271) 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 +5 -5
  65. package/package.json +2 -2
  66. package/types/index.d.ts +64 -19
  67. package/v3/VwcAccordion/index.d.ts +1 -1
  68. package/v3/VwcAccordion/index.js +5 -1
  69. package/v3/VwcAccordion/package.json +2 -2
  70. package/v3/VwcAccordionItem/index.js +4 -0
  71. package/v3/VwcAccordionItem/package.json +2 -2
  72. package/v3/VwcActionGroup/index.d.ts +1 -1
  73. package/v3/VwcActionGroup/index.js +5 -1
  74. package/v3/VwcActionGroup/package.json +2 -2
  75. package/v3/VwcAlert/index.d.ts +4 -3
  76. package/v3/VwcAlert/index.js +7 -3
  77. package/v3/VwcAlert/package.json +2 -2
  78. package/v3/VwcAppearanceUi/index.d.ts +1 -1
  79. package/v3/VwcAppearanceUi/index.js +32 -1
  80. package/v3/VwcAppearanceUi/package.json +2 -2
  81. package/v3/VwcAudioPlayer/index.d.ts +7 -5
  82. package/v3/VwcAudioPlayer/index.js +9 -5
  83. package/v3/VwcAudioPlayer/package.json +2 -2
  84. package/v3/VwcAvatar/index.js +12 -0
  85. package/v3/VwcAvatar/package.json +2 -2
  86. package/v3/VwcBadge/index.d.ts +1 -1
  87. package/v3/VwcBadge/index.js +12 -8
  88. package/v3/VwcBadge/package.json +2 -2
  89. package/v3/VwcBanner/index.d.ts +4 -3
  90. package/v3/VwcBanner/index.js +7 -3
  91. package/v3/VwcBanner/package.json +2 -2
  92. package/v3/VwcBreadcrumb/index.d.ts +1 -1
  93. package/v3/VwcBreadcrumb/index.js +5 -1
  94. package/v3/VwcBreadcrumb/package.json +2 -2
  95. package/v3/VwcBreadcrumbItem/index.d.ts +1 -1
  96. package/v3/VwcBreadcrumbItem/index.js +5 -1
  97. package/v3/VwcBreadcrumbItem/package.json +2 -2
  98. package/v3/VwcButton/index.d.ts +17 -1
  99. package/v3/VwcButton/index.js +144 -2
  100. package/v3/VwcButton/package.json +2 -2
  101. package/v3/VwcCalendar/index.d.ts +1 -1
  102. package/v3/VwcCalendar/index.js +5 -1
  103. package/v3/VwcCalendar/package.json +2 -2
  104. package/v3/VwcCalendarEvent/index.d.ts +1 -1
  105. package/v3/VwcCalendarEvent/index.js +5 -1
  106. package/v3/VwcCalendarEvent/package.json +2 -2
  107. package/v3/VwcCard/index.d.ts +1 -1
  108. package/v3/VwcCard/index.js +5 -1
  109. package/v3/VwcCard/package.json +2 -2
  110. package/v3/VwcCheckbox/index.d.ts +1 -1
  111. package/v3/VwcCheckbox/index.js +19 -1
  112. package/v3/VwcCheckbox/package.json +2 -2
  113. package/v3/VwcCombobox/index.d.ts +1 -1
  114. package/v3/VwcCombobox/index.js +13 -1
  115. package/v3/VwcCombobox/package.json +2 -2
  116. package/v3/VwcDataGrid/index.d.ts +1 -1
  117. package/v3/VwcDataGrid/index.js +6 -2
  118. package/v3/VwcDataGrid/package.json +2 -2
  119. package/v3/VwcDataGridCell/index.d.ts +1 -1
  120. package/v3/VwcDataGridCell/index.js +21 -1
  121. package/v3/VwcDataGridCell/package.json +2 -2
  122. package/v3/VwcDataGridRow/index.d.ts +1 -1
  123. package/v3/VwcDataGridRow/index.js +21 -1
  124. package/v3/VwcDataGridRow/package.json +2 -2
  125. package/v3/VwcDatePicker/index.js +18 -0
  126. package/v3/VwcDatePicker/package.json +2 -2
  127. package/v3/VwcDatePickerBase/index.js +4 -0
  128. package/v3/VwcDatePickerBase/package.json +2 -2
  129. package/v3/VwcDateRangePicker/index.d.ts +1 -1
  130. package/v3/VwcDateRangePicker/index.js +25 -1
  131. package/v3/VwcDateRangePicker/package.json +2 -2
  132. package/v3/VwcDialPad/index.d.ts +106 -0
  133. package/v3/VwcDialPad/index.js +285 -0
  134. package/v3/{VwcPopup → VwcDialPad}/package.json +3 -3
  135. package/v3/VwcDialog/index.d.ts +4 -3
  136. package/v3/VwcDialog/index.js +7 -3
  137. package/v3/VwcDialog/package.json +2 -2
  138. package/v3/VwcDivider/index.d.ts +1 -1
  139. package/v3/VwcDivider/index.js +5 -1
  140. package/v3/VwcDivider/package.json +2 -2
  141. package/v3/VwcElevation/index.d.ts +1 -1
  142. package/v3/VwcElevation/index.js +4 -1
  143. package/v3/VwcElevation/package.json +2 -2
  144. package/v3/VwcEmptyState/index.js +4 -0
  145. package/v3/VwcEmptyState/package.json +2 -2
  146. package/v3/VwcFab/index.d.ts +1 -1
  147. package/v3/VwcFab/index.js +5 -1
  148. package/v3/VwcFab/package.json +2 -2
  149. package/v3/VwcFilePicker/index.d.ts +1 -1
  150. package/v3/VwcFilePicker/index.js +11 -1
  151. package/v3/VwcFilePicker/package.json +2 -2
  152. package/v3/VwcFormAssociatedFilePicker/package.json +2 -2
  153. package/v3/{VwcFocus → VwcFormAssociatedRangeSlider}/index.d.ts +6 -5
  154. package/v3/VwcFormAssociatedRangeSlider/index.js +41 -0
  155. package/v3/VwcFormAssociatedRangeSlider/package.json +11 -0
  156. package/v3/VwcFormAssociatedTimePicker/package.json +2 -2
  157. package/v3/VwcHeader/index.d.ts +1 -1
  158. package/v3/VwcHeader/index.js +5 -1
  159. package/v3/VwcHeader/package.json +2 -2
  160. package/v3/VwcIcon/index.js +4 -0
  161. package/v3/VwcIcon/package.json +2 -2
  162. package/v3/VwcLayout/index.d.ts +1 -3
  163. package/v3/VwcLayout/index.js +5 -1
  164. package/v3/VwcLayout/package.json +2 -2
  165. package/v3/VwcListbox/index.d.ts +1 -1
  166. package/v3/VwcListbox/index.js +4 -1
  167. package/v3/VwcListbox/package.json +2 -2
  168. package/v3/VwcMenu/index.d.ts +1 -1
  169. package/v3/VwcMenu/index.js +22 -3
  170. package/v3/VwcMenu/package.json +2 -2
  171. package/v3/VwcMenuItem/index.d.ts +3 -1
  172. package/v3/VwcMenuItem/index.js +67 -2
  173. package/v3/VwcMenuItem/package.json +2 -2
  174. package/v3/VwcNav/index.d.ts +1 -2
  175. package/v3/VwcNav/index.js +5 -1
  176. package/v3/VwcNav/package.json +2 -2
  177. package/v3/VwcNavDisclosure/index.d.ts +1 -2
  178. package/v3/VwcNavDisclosure/index.js +5 -1
  179. package/v3/VwcNavDisclosure/package.json +2 -2
  180. package/v3/VwcNavItem/index.d.ts +4 -0
  181. package/v3/VwcNavItem/index.js +55 -1
  182. package/v3/VwcNavItem/package.json +2 -2
  183. package/v3/VwcNote/index.d.ts +1 -1
  184. package/v3/VwcNote/index.js +5 -1
  185. package/v3/VwcNote/package.json +2 -2
  186. package/v3/VwcNumberField/index.d.ts +7 -5
  187. package/v3/VwcNumberField/index.js +23 -5
  188. package/v3/VwcNumberField/package.json +2 -2
  189. package/v3/VwcOption/index.d.ts +1 -1
  190. package/v3/VwcOption/index.js +9 -1
  191. package/v3/VwcOption/package.json +2 -2
  192. package/v3/VwcPagination/index.d.ts +1 -1
  193. package/v3/VwcPagination/index.js +5 -1
  194. package/v3/VwcPagination/package.json +2 -2
  195. package/v3/VwcProgress/index.d.ts +1 -1
  196. package/v3/VwcProgress/index.js +5 -1
  197. package/v3/VwcProgress/package.json +2 -2
  198. package/v3/VwcProgressRing/index.d.ts +1 -1
  199. package/v3/VwcProgressRing/index.js +5 -1
  200. package/v3/VwcProgressRing/package.json +2 -2
  201. package/v3/VwcRadio/index.d.ts +1 -1
  202. package/v3/VwcRadio/index.js +5 -1
  203. package/v3/VwcRadio/package.json +2 -2
  204. package/v3/VwcRadioGroup/index.d.ts +1 -1
  205. package/v3/VwcRadioGroup/index.js +13 -1
  206. package/v3/VwcRadioGroup/package.json +2 -2
  207. package/v3/VwcRangeSlider/index.d.ts +65 -0
  208. package/v3/VwcRangeSlider/index.js +486 -0
  209. package/v3/{VwcFocus → VwcRangeSlider}/package.json +3 -3
  210. package/v3/VwcSelect/index.d.ts +1 -1
  211. package/v3/VwcSelect/index.js +17 -1
  212. package/v3/VwcSelect/package.json +2 -2
  213. package/v3/VwcSelectableBox/index.d.ts +1 -1
  214. package/v3/VwcSelectableBox/index.js +8 -4
  215. package/v3/VwcSelectableBox/package.json +2 -2
  216. package/v3/VwcSideDrawer/index.d.ts +1 -1
  217. package/v3/VwcSideDrawer/index.js +5 -1
  218. package/v3/VwcSideDrawer/package.json +2 -2
  219. package/v3/VwcSlider/index.d.ts +1 -1
  220. package/v3/VwcSlider/index.js +13 -1
  221. package/v3/VwcSlider/package.json +2 -2
  222. package/v3/VwcSplitButton/index.d.ts +4 -3
  223. package/v3/VwcSplitButton/index.js +7 -3
  224. package/v3/VwcSplitButton/package.json +2 -2
  225. package/v3/VwcSwitch/index.d.ts +2 -1
  226. package/v3/VwcSwitch/index.js +30 -2
  227. package/v3/VwcSwitch/package.json +2 -2
  228. package/v3/VwcTab/index.d.ts +1 -1
  229. package/v3/VwcTab/index.js +5 -1
  230. package/v3/VwcTab/package.json +2 -2
  231. package/v3/VwcTabPanel/index.d.ts +1 -1
  232. package/v3/VwcTabPanel/index.js +5 -1
  233. package/v3/VwcTabPanel/package.json +2 -2
  234. package/v3/VwcTabs/index.d.ts +1 -1
  235. package/v3/VwcTabs/index.js +5 -1
  236. package/v3/VwcTabs/package.json +2 -2
  237. package/v3/VwcTag/index.d.ts +1 -1
  238. package/v3/VwcTag/index.js +8 -4
  239. package/v3/VwcTag/package.json +2 -2
  240. package/v3/VwcTagGroup/index.d.ts +1 -1
  241. package/v3/VwcTagGroup/index.js +5 -1
  242. package/v3/VwcTagGroup/package.json +2 -2
  243. package/v3/VwcTextAnchor/index.d.ts +5 -1
  244. package/v3/VwcTextAnchor/index.js +39 -2
  245. package/v3/VwcTextAnchor/package.json +2 -2
  246. package/v3/VwcTextArea/index.d.ts +1 -1
  247. package/v3/VwcTextArea/index.js +19 -1
  248. package/v3/VwcTextArea/package.json +2 -2
  249. package/v3/VwcTextField/index.js +16 -0
  250. package/v3/VwcTextField/package.json +2 -2
  251. package/v3/VwcTimePicker/index.d.ts +1 -1
  252. package/v3/VwcTimePicker/index.js +23 -1
  253. package/v3/VwcTimePicker/package.json +2 -2
  254. package/v3/VwcToggletip/index.d.ts +1 -1
  255. package/v3/VwcToggletip/index.js +9 -1
  256. package/v3/VwcToggletip/package.json +2 -2
  257. package/v3/VwcTooltip/index.d.ts +1 -1
  258. package/v3/VwcTooltip/index.js +11 -1
  259. package/v3/VwcTooltip/package.json +2 -2
  260. package/v3/VwcTreeItem/index.d.ts +1 -1
  261. package/v3/VwcTreeItem/index.js +5 -1
  262. package/v3/VwcTreeItem/package.json +2 -2
  263. package/v3/VwcTreeView/index.d.ts +1 -1
  264. package/v3/VwcTreeView/index.js +5 -1
  265. package/v3/VwcTreeView/package.json +2 -2
  266. package/v3/VwcVideoPlayer/index.d.ts +30 -0
  267. package/v3/VwcVideoPlayer/index.js +212 -0
  268. package/v3/VwcVideoPlayer/package.json +11 -0
  269. package/v3/VwcFocus/index.js +0 -29
  270. package/v3/VwcPopup/index.d.ts +0 -33
  271. package/v3/VwcPopup/index.js +0 -279
@@ -1,33 +0,0 @@
1
- import React, { ReactNode } from 'react';
2
- /** Base class for popup
3
- * For more info on this Vivid element please visit https://vivid.deno.dev/components/popup
4
- * @param {HTMLElement} popupEl
5
- * @param {HTMLElement} arrowEl
6
- * @param {boolean} open - indicates whether the popup is open **attribute** `open`
7
- * @param {boolean} dismissible - adds close button to the popup **attribute** `dismissible`
8
- * @param {boolean} arrow - adds small triangle to indicate the trigger element **attribute** `arrow`
9
- * @param {boolean} alternate - set the color-scheme to dark **attribute** `alternate`
10
- * @param {Placement | undefined} placement - the placement of the popup **attribute** `placement`
11
- * @param {Strategy | undefined} strategy - the strategy of the popup **attribute** `strategy`
12
- * @param {HTMLElement | undefined} anchor - The element to anchor the popup to.
13
- */
14
- declare const VwcPopup: {
15
- (props: {
16
- children?: ReactNode;
17
- slot?: string | undefined;
18
- id?: string | undefined;
19
- style?: React.CSSProperties | undefined;
20
- ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
21
- popupEl?: any;
22
- arrowEl?: any;
23
- open?: boolean | undefined;
24
- dismissible?: boolean | undefined;
25
- arrow?: boolean | undefined;
26
- alternate?: boolean | undefined;
27
- placement?: any;
28
- strategy?: any;
29
- anchor?: any;
30
- }): JSX.Element;
31
- displayName: string;
32
- };
33
- export default VwcPopup;
@@ -1,279 +0,0 @@
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": "Base class for popup",
9
- "name": "Popup",
10
- "slots": [
11
- {
12
- "description": "Default slot.",
13
- "name": ""
14
- }
15
- ],
16
- "members": [
17
- {
18
- "kind": "field",
19
- "name": "#middleware",
20
- "privacy": "private",
21
- "type": {
22
- "text": "Array<any>"
23
- },
24
- "readonly": true
25
- },
26
- {
27
- "kind": "field",
28
- "name": "#cleanup",
29
- "privacy": "private",
30
- "type": {
31
- "text": "() => void | undefined"
32
- }
33
- },
34
- {
35
- "kind": "field",
36
- "name": "popupEl",
37
- "type": {
38
- "text": "HTMLElement"
39
- }
40
- },
41
- {
42
- "kind": "field",
43
- "name": "arrowEl",
44
- "type": {
45
- "text": "HTMLElement"
46
- }
47
- },
48
- {
49
- "kind": "field",
50
- "name": "open",
51
- "type": {
52
- "text": "boolean"
53
- },
54
- "default": "false",
55
- "description": "indicates whether the popup is open",
56
- "privacy": "public"
57
- },
58
- {
59
- "kind": "method",
60
- "name": "openChanged",
61
- "return": {
62
- "type": {
63
- "text": "void"
64
- }
65
- },
66
- "parameters": [
67
- {
68
- "name": "_",
69
- "type": {
70
- "text": "boolean"
71
- }
72
- },
73
- {
74
- "name": "newValue",
75
- "type": {
76
- "text": "boolean"
77
- }
78
- }
79
- ]
80
- },
81
- {
82
- "kind": "field",
83
- "name": "dismissible",
84
- "type": {
85
- "text": "boolean"
86
- },
87
- "default": "false",
88
- "description": "adds close button to the popup",
89
- "privacy": "public"
90
- },
91
- {
92
- "kind": "field",
93
- "name": "arrow",
94
- "type": {
95
- "text": "boolean"
96
- },
97
- "default": "false",
98
- "description": "adds small triangle to indicate the trigger element",
99
- "privacy": "public"
100
- },
101
- {
102
- "kind": "field",
103
- "name": "alternate",
104
- "type": {
105
- "text": "boolean"
106
- },
107
- "default": "false",
108
- "description": "set the color-scheme to dark",
109
- "privacy": "public"
110
- },
111
- {
112
- "kind": "field",
113
- "name": "placement",
114
- "type": {
115
- "text": "Placement | undefined"
116
- },
117
- "description": "the placement of the popup",
118
- "privacy": "public"
119
- },
120
- {
121
- "kind": "field",
122
- "name": "strategy",
123
- "type": {
124
- "text": "Strategy | undefined"
125
- },
126
- "default": "'fixed'",
127
- "description": "the strategy of the popup",
128
- "privacy": "public"
129
- },
130
- {
131
- "kind": "field",
132
- "name": "anchor",
133
- "type": {
134
- "text": "HTMLElement | undefined"
135
- },
136
- "description": "The element to anchor the popup to.",
137
- "privacy": "public"
138
- },
139
- {
140
- "kind": "method",
141
- "name": "#updateAutoUpdate"
142
- },
143
- {
144
- "kind": "method",
145
- "name": "updatePosition",
146
- "description": "Updates popup's position",
147
- "privacy": "public",
148
- "async": true
149
- },
150
- {
151
- "kind": "method",
152
- "name": "#assignPopupPosition",
153
- "return": {
154
- "type": {
155
- "text": "void"
156
- }
157
- },
158
- "parameters": [
159
- {
160
- "name": "data",
161
- "type": {
162
- "text": "any"
163
- }
164
- }
165
- ]
166
- },
167
- {
168
- "kind": "method",
169
- "name": "#assignArrowPosition",
170
- "return": {
171
- "type": {
172
- "text": "void"
173
- }
174
- },
175
- "parameters": [
176
- {
177
- "name": "data",
178
- "type": {
179
- "text": "any"
180
- }
181
- }
182
- ]
183
- },
184
- {
185
- "kind": "field",
186
- "name": "anchorEl",
187
- "type": {
188
- "text": "HTMLElement | null"
189
- },
190
- "readonly": true
191
- },
192
- {
193
- "kind": "method",
194
- "name": "show",
195
- "return": {
196
- "type": {
197
- "text": "void"
198
- }
199
- }
200
- },
201
- {
202
- "kind": "method",
203
- "name": "hide",
204
- "return": {
205
- "type": {
206
- "text": "void"
207
- }
208
- }
209
- }
210
- ],
211
- "attributes": [
212
- {
213
- "type": {
214
- "text": "boolean"
215
- },
216
- "default": "false",
217
- "description": "indicates whether the popup is open",
218
- "fieldName": "open"
219
- },
220
- {
221
- "type": {
222
- "text": "boolean"
223
- },
224
- "default": "false",
225
- "description": "adds close button to the popup",
226
- "fieldName": "dismissible"
227
- },
228
- {
229
- "type": {
230
- "text": "boolean"
231
- },
232
- "default": "false",
233
- "description": "adds small triangle to indicate the trigger element",
234
- "fieldName": "arrow"
235
- },
236
- {
237
- "type": {
238
- "text": "boolean"
239
- },
240
- "default": "false",
241
- "description": "set the color-scheme to dark",
242
- "fieldName": "alternate"
243
- },
244
- {
245
- "type": {
246
- "text": "Placement | undefined"
247
- },
248
- "description": "the placement of the popup",
249
- "fieldName": "placement"
250
- },
251
- {
252
- "type": {
253
- "text": "Strategy | undefined"
254
- },
255
- "default": "'fixed'",
256
- "description": "the strategy of the popup",
257
- "fieldName": "strategy"
258
- }
259
- ],
260
- "superclass": {
261
- "name": "FoundationElement",
262
- "package": "@microsoft/fast-foundation"
263
- }
264
- }
265
- */
266
- import wrapper from '@vonage/vivid-react-wrapper'
267
- import { registerPopup } from '@vonage/vivid'
268
-
269
- registerPopup('vvd3')
270
-
271
- const VwcPopup = wrapper(`vvd3-popup`, {
272
- events: [],
273
- attributes: [],
274
- properties: ['popupEl', 'arrowEl', 'open', 'dismissible', 'arrow', 'alternate', 'placement', 'strategy', 'anchor']
275
- })
276
-
277
- VwcPopup.displayName = 'VwcPopup'
278
-
279
- export default VwcPopup