@vonage/vivid-react 5.22.0 → 5.23.1

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 (412) hide show
  1. package/VwcAccordion/index.js +19 -54
  2. package/VwcAccordion/package.json +1 -1
  3. package/VwcActionGroup/index.js +22 -78
  4. package/VwcActionGroup/package.json +1 -1
  5. package/VwcBadge/index.js +29 -133
  6. package/VwcBadge/package.json +1 -1
  7. package/VwcBanner/index.js +26 -77
  8. package/VwcBanner/package.json +1 -1
  9. package/VwcButton/index.js +92 -142
  10. package/VwcButton/package.json +1 -1
  11. package/VwcButtonToggleGroup/index.js +29 -81
  12. package/VwcButtonToggleGroup/package.json +1 -1
  13. package/VwcCalendar/index.js +23 -62
  14. package/VwcCalendar/package.json +1 -1
  15. package/VwcCalendarEvent/index.js +26 -71
  16. package/VwcCalendarEvent/package.json +1 -1
  17. package/VwcCard/index.js +28 -67
  18. package/VwcCard/package.json +1 -1
  19. package/VwcCarousel/index.js +19 -41
  20. package/VwcCarousel/package.json +1 -1
  21. package/VwcCarouselItem/index.js +20 -45
  22. package/VwcCarouselItem/package.json +1 -1
  23. package/VwcCheckListItem/index.js +23 -41
  24. package/VwcCheckListItem/package.json +1 -1
  25. package/VwcCheckbox/index.js +22 -37
  26. package/VwcCheckbox/package.json +1 -1
  27. package/VwcChip/index.js +29 -92
  28. package/VwcChip/package.json +1 -1
  29. package/VwcChipSet/index.js +25 -54
  30. package/VwcChipSet/package.json +1 -1
  31. package/VwcCircularProgress/index.js +19 -40
  32. package/VwcCircularProgress/package.json +1 -1
  33. package/VwcDataGrid/index.js +38 -107
  34. package/VwcDataGrid/package.json +1 -1
  35. package/VwcDataGridColumn/index.js +39 -125
  36. package/VwcDataGridColumn/package.json +1 -1
  37. package/VwcDatepicker/index.js +24 -64
  38. package/VwcDatepicker/package.json +1 -1
  39. package/VwcDropdown/index.js +65 -194
  40. package/VwcDropdown/package.json +1 -1
  41. package/VwcElevation/index.js +19 -41
  42. package/VwcElevation/package.json +1 -1
  43. package/VwcEmptyState/index.js +22 -52
  44. package/VwcEmptyState/package.json +1 -1
  45. package/VwcExpansionPanel/index.js +40 -183
  46. package/VwcExpansionPanel/package.json +1 -1
  47. package/VwcFab/index.js +19 -49
  48. package/VwcFab/package.json +1 -1
  49. package/VwcFilePicker/index.js +25 -78
  50. package/VwcFilePicker/package.json +1 -1
  51. package/VwcFormfield/index.js +19 -34
  52. package/VwcFormfield/package.json +1 -1
  53. package/VwcHelperMessage/index.js +19 -45
  54. package/VwcHelperMessage/package.json +1 -1
  55. package/VwcIcon/index.js +24 -89
  56. package/VwcIcon/package.json +1 -1
  57. package/VwcIconButton/index.js +29 -65
  58. package/VwcIconButton/package.json +1 -1
  59. package/VwcIconButtonToggle/index.js +28 -71
  60. package/VwcIconButtonToggle/package.json +1 -1
  61. package/VwcKeypad/index.js +42 -163
  62. package/VwcKeypad/package.json +1 -1
  63. package/VwcLayout/index.js +29 -89
  64. package/VwcLayout/package.json +1 -1
  65. package/VwcLinearProgress/index.js +19 -46
  66. package/VwcLinearProgress/package.json +1 -1
  67. package/VwcList/index.js +19 -35
  68. package/VwcList/package.json +1 -1
  69. package/VwcListExpansionPanel/index.js +30 -61
  70. package/VwcListExpansionPanel/package.json +1 -1
  71. package/VwcListItem/index.js +30 -64
  72. package/VwcListItem/package.json +1 -1
  73. package/VwcMenu/index.js +21 -45
  74. package/VwcMenu/package.json +1 -1
  75. package/VwcNotchedOutline/index.js +19 -35
  76. package/VwcNotchedOutline/package.json +1 -1
  77. package/VwcNote/index.js +22 -51
  78. package/VwcNote/package.json +1 -1
  79. package/VwcPagination/index.js +25 -49
  80. package/VwcPagination/package.json +1 -1
  81. package/VwcPopup/index.js +32 -127
  82. package/VwcPopup/package.json +1 -1
  83. package/VwcRadio/index.js +22 -37
  84. package/VwcRadio/package.json +1 -1
  85. package/VwcRadioListItem/index.js +20 -36
  86. package/VwcRadioListItem/package.json +1 -1
  87. package/VwcSchemeSelect/index.js +23 -42
  88. package/VwcSchemeSelect/package.json +1 -1
  89. package/VwcScrubBar/index.js +23 -58
  90. package/VwcScrubBar/package.json +1 -1
  91. package/VwcSelect/index.js +24 -90
  92. package/VwcSelect/package.json +1 -1
  93. package/VwcSlider/index.js +25 -44
  94. package/VwcSlider/package.json +1 -1
  95. package/VwcSnackbar/index.js +47 -84
  96. package/VwcSnackbar/package.json +1 -1
  97. package/VwcSurface/index.js +19 -40
  98. package/VwcSurface/package.json +1 -1
  99. package/VwcSwitch/index.js +25 -62
  100. package/VwcSwitch/package.json +1 -1
  101. package/VwcTab/index.js +27 -59
  102. package/VwcTab/package.json +1 -1
  103. package/VwcTabBar/index.js +22 -39
  104. package/VwcTabBar/package.json +1 -1
  105. package/VwcTag/index.js +30 -96
  106. package/VwcTag/package.json +1 -1
  107. package/VwcText/index.js +22 -71
  108. package/VwcText/package.json +1 -1
  109. package/VwcTextarea/index.js +38 -59
  110. package/VwcTextarea/package.json +1 -1
  111. package/VwcTextfield/index.js +42 -81
  112. package/VwcTextfield/package.json +1 -1
  113. package/VwcThemeSwitch/index.js +19 -50
  114. package/VwcThemeSwitch/package.json +1 -1
  115. package/VwcTooltip/index.js +28 -92
  116. package/VwcTooltip/package.json +1 -1
  117. package/VwcTopAppBar/index.js +19 -45
  118. package/VwcTopAppBar/package.json +1 -1
  119. package/VwcTopAppBarFixed/index.js +19 -56
  120. package/VwcTopAppBarFixed/package.json +1 -1
  121. package/chunk-KmRHZBOW.js +35 -0
  122. package/index.es-CX858N60.js +14636 -0
  123. package/index.js +9 -32
  124. package/package.json +5 -4
  125. package/types/index.d.ts +0 -1
  126. package/v3/VwcAccordion/index.js +26 -234
  127. package/v3/VwcAccordion/package.json +2 -2
  128. package/v3/VwcAccordionItem/index.js +32 -375
  129. package/v3/VwcAccordionItem/package.json +2 -2
  130. package/v3/VwcActionGroup/index.js +22 -143
  131. package/v3/VwcActionGroup/package.json +2 -2
  132. package/v3/VwcAlert/index.js +35 -397
  133. package/v3/VwcAlert/package.json +2 -2
  134. package/v3/VwcAriaBindingDirective/index.js +16 -71
  135. package/v3/VwcAriaBindingDirective/package.json +2 -2
  136. package/v3/VwcAudioPlayer/index.js +41 -471
  137. package/v3/VwcAudioPlayer/package.json +2 -2
  138. package/v3/VwcAvatar/index.js +35 -479
  139. package/v3/VwcAvatar/package.json +2 -2
  140. package/v3/VwcBadge/index.js +26 -495
  141. package/v3/VwcBadge/package.json +2 -2
  142. package/v3/VwcBanner/index.js +24 -268
  143. package/v3/VwcBanner/package.json +2 -2
  144. package/v3/VwcBaseProgress/index.js +23 -139
  145. package/v3/VwcBaseProgress/package.json +2 -2
  146. package/v3/VwcBreadcrumb/index.js +16 -132
  147. package/v3/VwcBreadcrumb/package.json +2 -2
  148. package/v3/VwcBreadcrumbItem/index.js +29 -296
  149. package/v3/VwcBreadcrumbItem/package.json +2 -2
  150. package/v3/VwcButton/index.js +61 -1339
  151. package/v3/VwcButton/package.json +2 -2
  152. package/v3/VwcCalendar/index.js +25 -255
  153. package/v3/VwcCalendar/package.json +2 -2
  154. package/v3/VwcCalendarEvent/index.js +26 -303
  155. package/v3/VwcCalendarEvent/package.json +2 -2
  156. package/v3/VwcCard/index.js +35 -464
  157. package/v3/VwcCard/package.json +2 -2
  158. package/v3/VwcCheckbox/index.js +51 -754
  159. package/v3/VwcCheckbox/package.json +2 -2
  160. package/v3/VwcColorPicker/index.js +42 -647
  161. package/v3/VwcColorPicker/package.json +2 -2
  162. package/v3/VwcCombobox/index.d.ts +3 -4
  163. package/v3/VwcCombobox/index.js +46 -954
  164. package/v3/VwcCombobox/package.json +2 -2
  165. package/v3/VwcContextualHelp/index.js +20 -131
  166. package/v3/VwcContextualHelp/package.json +2 -2
  167. package/v3/VwcCountry/index.js +21 -104
  168. package/v3/VwcCountry/package.json +2 -2
  169. package/v3/VwcCountryGroup/index.js +23 -268
  170. package/v3/VwcCountryGroup/package.json +2 -2
  171. package/v3/VwcDataGrid/index.js +455 -449
  172. package/v3/VwcDataGrid/package.json +2 -2
  173. package/v3/VwcDataGridCell/index.js +38 -328
  174. package/v3/VwcDataGridCell/package.json +2 -2
  175. package/v3/VwcDataGridRow/index.js +31 -290
  176. package/v3/VwcDataGridRow/package.json +2 -2
  177. package/v3/VwcDatePicker/index.js +41 -716
  178. package/v3/VwcDatePicker/package.json +2 -2
  179. package/v3/VwcDateRangePicker/index.js +56 -852
  180. package/v3/VwcDateRangePicker/package.json +2 -2
  181. package/v3/VwcDateTimePicker/index.js +48 -904
  182. package/v3/VwcDateTimePicker/package.json +2 -2
  183. package/v3/VwcDialPad/index.d.ts +0 -114
  184. package/v3/VwcDialPad/index.js +62 -492
  185. package/v3/VwcDialPad/package.json +2 -2
  186. package/v3/VwcDialog/index.js +46 -458
  187. package/v3/VwcDialog/package.json +2 -2
  188. package/v3/VwcDivider/index.js +22 -123
  189. package/v3/VwcDivider/package.json +2 -2
  190. package/v3/VwcElevation/index.js +22 -117
  191. package/v3/VwcElevation/package.json +2 -2
  192. package/v3/VwcEmptyState/index.js +25 -259
  193. package/v3/VwcEmptyState/package.json +2 -2
  194. package/v3/VwcFab/index.js +39 -860
  195. package/v3/VwcFab/package.json +2 -2
  196. package/v3/VwcFeatureState/index.js +16 -70
  197. package/v3/VwcFeatureState/package.json +2 -2
  198. package/v3/VwcFeedbackMessage/index.js +20 -98
  199. package/v3/VwcFeedbackMessage/package.json +2 -2
  200. package/v3/VwcFilePicker/index.js +40 -695
  201. package/v3/VwcFilePicker/package.json +2 -2
  202. package/v3/VwcFlag/index.js +22 -146
  203. package/v3/VwcFlag/package.json +2 -2
  204. package/v3/VwcHeader/index.js +21 -122
  205. package/v3/VwcHeader/package.json +2 -2
  206. package/v3/VwcIcon/index.js +23 -196
  207. package/v3/VwcIcon/package.json +2 -2
  208. package/v3/VwcIdrefsController/index.js +16 -230
  209. package/v3/VwcIdrefsController/package.json +2 -2
  210. package/v3/VwcInlineTimePicker/index.js +26 -195
  211. package/v3/VwcInlineTimePicker/package.json +2 -2
  212. package/v3/VwcKbdKey/index.js +24 -187
  213. package/v3/VwcKbdKey/package.json +2 -2
  214. package/v3/VwcKbdShortcut/index.js +16 -78
  215. package/v3/VwcKbdShortcut/package.json +2 -2
  216. package/v3/VwcLayout/index.js +24 -155
  217. package/v3/VwcLayout/package.json +2 -2
  218. package/v3/VwcListbox/index.js +24 -207
  219. package/v3/VwcListbox/package.json +2 -2
  220. package/v3/VwcMenu/index.js +33 -483
  221. package/v3/VwcMenu/package.json +2 -2
  222. package/v3/VwcMenuItem/index.js +37 -452
  223. package/v3/VwcMenuItem/package.json +2 -2
  224. package/v3/VwcNav/index.js +16 -74
  225. package/v3/VwcNav/package.json +2 -2
  226. package/v3/VwcNavDisclosure/index.js +29 -361
  227. package/v3/VwcNavDisclosure/package.json +2 -2
  228. package/v3/VwcNavItem/index.d.ts +1 -2
  229. package/v3/VwcNavItem/index.js +33 -509
  230. package/v3/VwcNavItem/package.json +2 -2
  231. package/v3/VwcNote/index.js +22 -210
  232. package/v3/VwcNote/package.json +2 -2
  233. package/v3/VwcNumberField/index.d.ts +2 -1
  234. package/v3/VwcNumberField/index.js +53 -1021
  235. package/v3/VwcNumberField/package.json +2 -2
  236. package/v3/VwcOption/index.d.ts +1 -2
  237. package/v3/VwcOption/index.js +36 -472
  238. package/v3/VwcOption/package.json +2 -2
  239. package/v3/VwcOptionTag/index.js +26 -165
  240. package/v3/VwcOptionTag/package.json +2 -2
  241. package/v3/VwcPagination/index.js +27 -241
  242. package/v3/VwcPagination/package.json +2 -2
  243. package/v3/VwcPickerField/index.js +31 -587
  244. package/v3/VwcPickerField/package.json +2 -2
  245. package/v3/VwcPlatformSwitch/index.js +16 -89
  246. package/v3/VwcPlatformSwitch/package.json +2 -2
  247. package/v3/VwcPopover/index.js +26 -184
  248. package/v3/VwcPopover/package.json +2 -2
  249. package/v3/VwcPopup/index.js +32 -399
  250. package/v3/VwcPopup/package.json +2 -2
  251. package/v3/VwcProgress/index.js +26 -276
  252. package/v3/VwcProgress/package.json +2 -2
  253. package/v3/VwcProgressRing/index.js +25 -235
  254. package/v3/VwcProgressRing/package.json +2 -2
  255. package/v3/VwcRadio/index.js +38 -662
  256. package/v3/VwcRadio/package.json +2 -2
  257. package/v3/VwcRadioGroup/index.js +31 -351
  258. package/v3/VwcRadioGroup/package.json +2 -2
  259. package/v3/VwcRangeSlider/index.js +61 -967
  260. package/v3/VwcRangeSlider/package.json +2 -2
  261. package/v3/VwcRichTextEditor/index.js +21 -178
  262. package/v3/VwcRichTextEditor/package.json +2 -2
  263. package/v3/VwcRichTextView/index.js +20 -195
  264. package/v3/VwcRichTextView/package.json +2 -2
  265. package/v3/VwcRteAlignmentFeatureImpl/index.js +16 -283
  266. package/v3/VwcRteAlignmentFeatureImpl/package.json +2 -2
  267. package/v3/VwcRteBaseImpl/index.js +16 -249
  268. package/v3/VwcRteBaseImpl/package.json +2 -2
  269. package/v3/VwcRteBasicTextBlocksImpl/index.js +16 -284
  270. package/v3/VwcRteBasicTextBlocksImpl/package.json +2 -2
  271. package/v3/VwcRteBoldFeatureImpl/index.js +16 -262
  272. package/v3/VwcRteBoldFeatureImpl/package.json +2 -2
  273. package/v3/VwcRteCharacterCountFeatureImpl/index.js +16 -249
  274. package/v3/VwcRteCharacterCountFeatureImpl/package.json +2 -2
  275. package/v3/VwcRteConfig/index.js +16 -73
  276. package/v3/VwcRteConfig/package.json +2 -2
  277. package/v3/VwcRteConfigImpl/index.js +23 -74
  278. package/v3/VwcRteConfigImpl/package.json +2 -2
  279. package/v3/VwcRteCoreImpl/index.js +22 -270
  280. package/v3/VwcRteCoreImpl/package.json +2 -2
  281. package/v3/VwcRteCursorFixFeatureImpl/index.js +16 -249
  282. package/v3/VwcRteCursorFixFeatureImpl/package.json +2 -2
  283. package/v3/VwcRteDropHandlerFeatureImpl/index.js +16 -249
  284. package/v3/VwcRteDropHandlerFeatureImpl/package.json +2 -2
  285. package/v3/VwcRteFeature/index.js +16 -25
  286. package/v3/VwcRteFeature/package.json +2 -2
  287. package/v3/VwcRteFeatureImpl/index.js +16 -196
  288. package/v3/VwcRteFeatureImpl/package.json +2 -2
  289. package/v3/VwcRteFileHandlerFeatureImpl/index.js +16 -249
  290. package/v3/VwcRteFileHandlerFeatureImpl/package.json +2 -2
  291. package/v3/VwcRteFontSizePickerFeatureImpl/index.js +21 -314
  292. package/v3/VwcRteFontSizePickerFeatureImpl/package.json +2 -2
  293. package/v3/VwcRteForeignHtmlFeatureImpl/index.js +16 -249
  294. package/v3/VwcRteForeignHtmlFeatureImpl/package.json +2 -2
  295. package/v3/VwcRteHardBreakFeatureImpl/index.js +16 -249
  296. package/v3/VwcRteHardBreakFeatureImpl/package.json +2 -2
  297. package/v3/VwcRteHistoryFeatureImpl/index.js +16 -249
  298. package/v3/VwcRteHistoryFeatureImpl/package.json +2 -2
  299. package/v3/VwcRteHtmlParser/index.js +16 -106
  300. package/v3/VwcRteHtmlParser/package.json +2 -2
  301. package/v3/VwcRteHtmlSerializer/index.js +16 -81
  302. package/v3/VwcRteHtmlSerializer/package.json +2 -2
  303. package/v3/VwcRteHtmlSerializerImpl/index.js +16 -77
  304. package/v3/VwcRteHtmlSerializerImpl/package.json +2 -2
  305. package/v3/VwcRteInlineImageFeatureImpl/index.js +16 -307
  306. package/v3/VwcRteInlineImageFeatureImpl/package.json +2 -2
  307. package/v3/VwcRteInputRulesFeatureImpl/index.js +16 -249
  308. package/v3/VwcRteInputRulesFeatureImpl/package.json +2 -2
  309. package/v3/VwcRteInstance/index.js +16 -108
  310. package/v3/VwcRteInstance/package.json +2 -2
  311. package/v3/VwcRteInstanceImpl/index.js +20 -249
  312. package/v3/VwcRteInstanceImpl/package.json +2 -2
  313. package/v3/VwcRteItalicFeatureImpl/index.js +16 -262
  314. package/v3/VwcRteItalicFeatureImpl/package.json +2 -2
  315. package/v3/VwcRteKeyboardShortcutsFeatureImpl/index.js +16 -249
  316. package/v3/VwcRteKeyboardShortcutsFeatureImpl/package.json +2 -2
  317. package/v3/VwcRteLinkFeatureImpl/index.js +20 -310
  318. package/v3/VwcRteLinkFeatureImpl/package.json +2 -2
  319. package/v3/VwcRteListFeatureImpl/index.js +16 -286
  320. package/v3/VwcRteListFeatureImpl/package.json +2 -2
  321. package/v3/VwcRteMonospaceFeatureImpl/index.js +16 -262
  322. package/v3/VwcRteMonospaceFeatureImpl/package.json +2 -2
  323. package/v3/VwcRtePlaceholderFeatureImpl/index.js +16 -249
  324. package/v3/VwcRtePlaceholderFeatureImpl/package.json +2 -2
  325. package/v3/VwcRteStrikethroughFeatureImpl/index.js +16 -262
  326. package/v3/VwcRteStrikethroughFeatureImpl/package.json +2 -2
  327. package/v3/VwcRteTextBlockPickerFeatureImpl/index.js +16 -249
  328. package/v3/VwcRteTextBlockPickerFeatureImpl/package.json +2 -2
  329. package/v3/VwcRteTextColorPickerFeatureImpl/index.js +20 -290
  330. package/v3/VwcRteTextColorPickerFeatureImpl/package.json +2 -2
  331. package/v3/VwcRteTextStyleFeatureImpl/index.js +16 -256
  332. package/v3/VwcRteTextStyleFeatureImpl/package.json +2 -2
  333. package/v3/VwcRteToolbarFeatureImpl/index.js +20 -254
  334. package/v3/VwcRteToolbarFeatureImpl/package.json +2 -2
  335. package/v3/VwcRteUnderlineFeatureImpl/index.js +16 -262
  336. package/v3/VwcRteUnderlineFeatureImpl/package.json +2 -2
  337. package/v3/VwcSearchableSelect/index.js +65 -1215
  338. package/v3/VwcSearchableSelect/package.json +2 -2
  339. package/v3/VwcSelect/index.js +61 -985
  340. package/v3/VwcSelect/package.json +2 -2
  341. package/v3/VwcSelectableBox/index.js +29 -301
  342. package/v3/VwcSelectableBox/package.json +2 -2
  343. package/v3/VwcSideDrawer/index.js +36 -191
  344. package/v3/VwcSideDrawer/package.json +2 -2
  345. package/v3/VwcSimpleColorPicker/index.js +37 -508
  346. package/v3/VwcSimpleColorPicker/package.json +2 -2
  347. package/v3/VwcSlider/index.js +48 -758
  348. package/v3/VwcSlider/package.json +2 -2
  349. package/v3/VwcSplitButton/index.js +43 -530
  350. package/v3/VwcSplitButton/package.json +2 -2
  351. package/v3/VwcStatus/index.js +22 -189
  352. package/v3/VwcStatus/package.json +2 -2
  353. package/v3/VwcSwitch/index.js +43 -610
  354. package/v3/VwcSwitch/package.json +2 -2
  355. package/v3/VwcTab/index.js +30 -333
  356. package/v3/VwcTab/package.json +2 -2
  357. package/v3/VwcTabPanel/index.js +16 -74
  358. package/v3/VwcTabPanel/package.json +2 -2
  359. package/v3/VwcTable/index.js +16 -68
  360. package/v3/VwcTable/package.json +2 -2
  361. package/v3/VwcTableBody/index.js +16 -68
  362. package/v3/VwcTableBody/package.json +2 -2
  363. package/v3/VwcTableCell/index.js +19 -149
  364. package/v3/VwcTableCell/package.json +2 -2
  365. package/v3/VwcTableHead/index.js +16 -68
  366. package/v3/VwcTableHead/package.json +2 -2
  367. package/v3/VwcTableHeaderCell/index.js +19 -166
  368. package/v3/VwcTableHeaderCell/package.json +2 -2
  369. package/v3/VwcTableRow/index.js +16 -140
  370. package/v3/VwcTableRow/package.json +2 -2
  371. package/v3/VwcTableSortingButton/index.js +23 -112
  372. package/v3/VwcTableSortingButton/package.json +2 -2
  373. package/v3/VwcTabs/index.js +29 -389
  374. package/v3/VwcTabs/package.json +2 -2
  375. package/v3/VwcTag/index.js +34 -651
  376. package/v3/VwcTag/package.json +2 -2
  377. package/v3/VwcTagGroup/index.js +16 -74
  378. package/v3/VwcTagGroup/package.json +2 -2
  379. package/v3/VwcTextArea/index.d.ts +2 -1
  380. package/v3/VwcTextArea/index.js +48 -905
  381. package/v3/VwcTextArea/package.json +2 -2
  382. package/v3/VwcTextField/index.d.ts +3 -1
  383. package/v3/VwcTextField/index.js +74 -921
  384. package/v3/VwcTextField/package.json +2 -2
  385. package/v3/VwcTextblockAttrs/index.js +16 -95
  386. package/v3/VwcTextblockAttrs/package.json +2 -2
  387. package/v3/VwcTextblockMarks/index.js +16 -53
  388. package/v3/VwcTextblockMarks/package.json +2 -2
  389. package/v3/VwcTimePicker/index.js +44 -788
  390. package/v3/VwcTimePicker/package.json +2 -2
  391. package/v3/VwcToggletip/index.js +25 -318
  392. package/v3/VwcToggletip/package.json +2 -2
  393. package/v3/VwcTooltip/index.js +24 -262
  394. package/v3/VwcTooltip/package.json +2 -2
  395. package/v3/VwcTreeItem/index.js +30 -257
  396. package/v3/VwcTreeItem/package.json +2 -2
  397. package/v3/VwcTreeView/index.js +21 -184
  398. package/v3/VwcTreeView/package.json +2 -2
  399. package/v3/VwcUiCtx/index.js +16 -117
  400. package/v3/VwcUiCtx/package.json +2 -2
  401. package/v3/VwcVideoPlayer/index.js +38 -256
  402. package/v3/VwcVideoPlayer/package.json +2 -2
  403. package/v3/VwcVisuallyHidden/index.js +16 -61
  404. package/v3/VwcVisuallyHidden/package.json +2 -2
  405. package/v3/VwcVividElement/index.js +16 -116
  406. package/v3/VwcVividElement/package.json +2 -2
  407. package/v3/VwcVividFoundationButton/index.js +34 -550
  408. package/v3/VwcVividFoundationButton/package.json +2 -2
  409. package/v3/VwcVvdHexInput/index.js +16 -43
  410. package/v3/VwcVvdHexInput/package.json +2 -2
  411. package/v3/VwcVvdHexPicker/index.js +16 -43
  412. package/v3/VwcVvdHexPicker/package.json +2 -2
@@ -1,716 +1,41 @@
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": "Single date picker component.",
9
- "name": "DatePicker",
10
- "slots": [
11
- {
12
- "description": "Describes how to use the date-picker. Alternative to the `helper-text` attribute.",
13
- "name": "helper-text"
14
- }
15
- ],
16
- "members": [
17
- {
18
- "kind": "field",
19
- "name": "type",
20
- "type": {
21
- "text": "string"
22
- },
23
- "default": "'date'"
24
- },
25
- {
26
- "kind": "field",
27
- "name": "min",
28
- "type": {
29
- "text": "string"
30
- },
31
- "description": "The earliest accepted date.",
32
- "privacy": "public",
33
- "default": "''",
34
- "inheritedFrom": {
35
- "name": "MinMaxCalendarPicker",
36
- "module": "src/shared/picker-field/mixins/min-max-calendar-picker.ts"
37
- }
38
- },
39
- {
40
- "kind": "field",
41
- "name": "max",
42
- "type": {
43
- "text": "string"
44
- },
45
- "description": "The latest accepted date.",
46
- "privacy": "public",
47
- "default": "''",
48
- "inheritedFrom": {
49
- "name": "MinMaxCalendarPicker",
50
- "module": "src/shared/picker-field/mixins/min-max-calendar-picker.ts"
51
- }
52
- },
53
- {
54
- "kind": "method",
55
- "name": "#isMonthAfterValidRange",
56
- "parameters": [
57
- {
58
- "name": "month",
59
- "type": {
60
- "text": "Month"
61
- }
62
- }
63
- ],
64
- "inheritedFrom": {
65
- "name": "CalendarPicker",
66
- "module": "src/shared/picker-field/mixins/calendar-picker.ts"
67
- }
68
- },
69
- {
70
- "kind": "method",
71
- "name": "#isMonthBeforeValidRange",
72
- "parameters": [
73
- {
74
- "name": "month",
75
- "type": {
76
- "text": "Month"
77
- }
78
- }
79
- ],
80
- "inheritedFrom": {
81
- "name": "CalendarPicker",
82
- "module": "src/shared/picker-field/mixins/calendar-picker.ts"
83
- }
84
- },
85
- {
86
- "kind": "field",
87
- "name": "value",
88
- "type": {
89
- "text": "string"
90
- },
91
- "description": "The current value of the element.",
92
- "default": "''",
93
- "inheritedFrom": {
94
- "name": "FormAssociated",
95
- "module": "src/shared/foundation/form-associated/form-associated.ts"
96
- }
97
- },
98
- {
99
- "kind": "field",
100
- "name": "scale",
101
- "type": {
102
- "text": "TextFieldSize | undefined"
103
- },
104
- "description": "Sets the display size of the picker field input element.",
105
- "privacy": "public",
106
- "inheritedFrom": {
107
- "name": "PickerField",
108
- "module": "src/shared/picker-field/picker-field.ts"
109
- }
110
- },
111
- {
112
- "kind": "field",
113
- "name": "readOnly",
114
- "type": {
115
- "text": "boolean"
116
- },
117
- "default": "false",
118
- "description": "Whether the date-picker is readonly.",
119
- "privacy": "public",
120
- "inheritedFrom": {
121
- "name": "PickerField",
122
- "module": "src/shared/picker-field/picker-field.ts"
123
- }
124
- },
125
- {
126
- "kind": "field",
127
- "name": "#onFocusIn",
128
- "privacy": "private",
129
- "inheritedFrom": {
130
- "name": "PickerField",
131
- "module": "src/shared/picker-field/picker-field.ts"
132
- }
133
- },
134
- {
135
- "kind": "field",
136
- "name": "#onFocusOut",
137
- "privacy": "private",
138
- "inheritedFrom": {
139
- "name": "PickerField",
140
- "module": "src/shared/picker-field/picker-field.ts"
141
- }
142
- },
143
- {
144
- "kind": "field",
145
- "name": "#localeChangeHandler",
146
- "privacy": "private",
147
- "type": {
148
- "text": "object"
149
- },
150
- "default": "{\n\t\thandleChange: () => {\n\t\t\tthis._updatePresentationValue();\n\t\t},\n\t}",
151
- "inheritedFrom": {
152
- "name": "PickerField",
153
- "module": "src/shared/picker-field/picker-field.ts"
154
- }
155
- },
156
- {
157
- "kind": "field",
158
- "name": "#localeChangeObserver",
159
- "privacy": "private",
160
- "type": {
161
- "text": "ExpressionNotifier"
162
- },
163
- "inheritedFrom": {
164
- "name": "PickerField",
165
- "module": "src/shared/picker-field/picker-field.ts"
166
- }
167
- },
168
- {
169
- "kind": "method",
170
- "name": "#startObservingLocaleChanges",
171
- "inheritedFrom": {
172
- "name": "PickerField",
173
- "module": "src/shared/picker-field/picker-field.ts"
174
- }
175
- },
176
- {
177
- "kind": "method",
178
- "name": "#stopObservingLocaleChanges",
179
- "inheritedFrom": {
180
- "name": "PickerField",
181
- "module": "src/shared/picker-field/picker-field.ts"
182
- }
183
- },
184
- {
185
- "kind": "field",
186
- "name": "#dismissOnClickOutside",
187
- "privacy": "private",
188
- "inheritedFrom": {
189
- "name": "PickerField",
190
- "module": "src/shared/picker-field/picker-field.ts"
191
- }
192
- },
193
- {
194
- "kind": "method",
195
- "name": "#openPopupIfPossible",
196
- "inheritedFrom": {
197
- "name": "PickerField",
198
- "module": "src/shared/picker-field/picker-field.ts"
199
- }
200
- },
201
- {
202
- "kind": "field",
203
- "name": "helperText",
204
- "type": {
205
- "text": "string | undefined"
206
- },
207
- "description": "Provides additional information to help the user enter the correct information.\nTo add HTML to the helper text, use the helper-text slot instead.",
208
- "privacy": "public",
209
- "inheritedFrom": {
210
- "name": "WithFeedback",
211
- "module": "src/shared/feedback/mixins.ts"
212
- }
213
- },
214
- {
215
- "kind": "field",
216
- "name": "errorText",
217
- "type": {
218
- "text": "string | undefined"
219
- },
220
- "description": "Provides a custom error message. Any current error state will be overridden.",
221
- "privacy": "public",
222
- "inheritedFrom": {
223
- "name": "WithErrorText",
224
- "module": "src/shared/patterns/form-elements/with-error-text.ts"
225
- }
226
- },
227
- {
228
- "kind": "field",
229
- "name": "#blockValidateCalls",
230
- "privacy": "private",
231
- "type": {
232
- "text": "boolean"
233
- },
234
- "default": "false",
235
- "inheritedFrom": {
236
- "name": "WithErrorText",
237
- "module": "src/shared/patterns/form-elements/with-error-text.ts"
238
- }
239
- },
240
- {
241
- "kind": "field",
242
- "name": "#originalValidateFn",
243
- "privacy": "private",
244
- "type": {
245
- "text": "() => void"
246
- },
247
- "inheritedFrom": {
248
- "name": "WithErrorText",
249
- "module": "src/shared/patterns/form-elements/with-error-text.ts"
250
- }
251
- },
252
- {
253
- "kind": "method",
254
- "name": "#forceCustomError",
255
- "parameters": [
256
- {
257
- "name": "errorMessage",
258
- "type": {
259
- "text": "string"
260
- }
261
- }
262
- ],
263
- "inheritedFrom": {
264
- "name": "WithErrorText",
265
- "module": "src/shared/patterns/form-elements/with-error-text.ts"
266
- }
267
- },
268
- {
269
- "kind": "method",
270
- "name": "#clearCustomErrorAndRevalidate",
271
- "inheritedFrom": {
272
- "name": "WithErrorText",
273
- "module": "src/shared/patterns/form-elements/with-error-text.ts"
274
- }
275
- },
276
- {
277
- "kind": "field",
278
- "name": "validate",
279
- "inheritedFrom": {
280
- "name": "WithErrorText",
281
- "module": "src/shared/patterns/form-elements/with-error-text.ts"
282
- }
283
- },
284
- {
285
- "kind": "field",
286
- "name": "label",
287
- "type": {
288
- "text": "string | undefined"
289
- },
290
- "description": "The label for the form element.",
291
- "inheritedFrom": {
292
- "name": "FormElement",
293
- "module": "src/shared/patterns/form-elements/form-element.ts"
294
- }
295
- },
296
- {
297
- "kind": "field",
298
- "name": "#handleInvalidEvent",
299
- "privacy": "private",
300
- "inheritedFrom": {
301
- "name": "FormElement",
302
- "module": "src/shared/patterns/form-elements/form-element.ts"
303
- }
304
- },
305
- {
306
- "kind": "field",
307
- "name": "validity",
308
- "type": {
309
- "text": "ValidityState"
310
- },
311
- "description": "Returns the validity state of the element",
312
- "readonly": true,
313
- "inheritedFrom": {
314
- "name": "FormAssociated",
315
- "module": "src/shared/foundation/form-associated/form-associated.ts"
316
- }
317
- },
318
- {
319
- "kind": "field",
320
- "name": "form",
321
- "type": {
322
- "text": "HTMLFormElement | null"
323
- },
324
- "description": "Retrieve a reference to the associated form.\nReturns null if not associated to any form.",
325
- "readonly": true,
326
- "inheritedFrom": {
327
- "name": "FormAssociated",
328
- "module": "src/shared/foundation/form-associated/form-associated.ts"
329
- }
330
- },
331
- {
332
- "kind": "field",
333
- "name": "validationMessage",
334
- "type": {
335
- "text": "string"
336
- },
337
- "description": "Retrieve the localized validation message,\nor custom validation message if set.",
338
- "readonly": true,
339
- "inheritedFrom": {
340
- "name": "FormAssociated",
341
- "module": "src/shared/foundation/form-associated/form-associated.ts"
342
- }
343
- },
344
- {
345
- "kind": "field",
346
- "name": "willValidate",
347
- "type": {
348
- "text": "boolean"
349
- },
350
- "description": "Whether the element will be validated when the\nform is submitted",
351
- "readonly": true,
352
- "inheritedFrom": {
353
- "name": "FormAssociated",
354
- "module": "src/shared/foundation/form-associated/form-associated.ts"
355
- }
356
- },
357
- {
358
- "kind": "field",
359
- "name": "labels",
360
- "type": {
361
- "text": "ReadonlyArray<Node>"
362
- },
363
- "description": "A reference to all associated label elements",
364
- "readonly": true,
365
- "inheritedFrom": {
366
- "name": "FormAssociated",
367
- "module": "src/shared/foundation/form-associated/form-associated.ts"
368
- }
369
- },
370
- {
371
- "kind": "field",
372
- "name": "currentValue",
373
- "inheritedFrom": {
374
- "name": "FormAssociated",
375
- "module": "src/shared/foundation/form-associated/form-associated.ts"
376
- }
377
- },
378
- {
379
- "kind": "field",
380
- "name": "initialValue",
381
- "type": {
382
- "text": "string"
383
- },
384
- "description": "The default value of the element. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
385
- "inheritedFrom": {
386
- "name": "FormAssociated",
387
- "module": "src/shared/foundation/form-associated/form-associated.ts"
388
- }
389
- },
390
- {
391
- "kind": "field",
392
- "name": "disabled",
393
- "type": {
394
- "text": "boolean"
395
- },
396
- "default": "false",
397
- "description": "Sets the element's disabled state. A disabled element will not be included during form submission.",
398
- "inheritedFrom": {
399
- "name": "FormAssociated",
400
- "module": "src/shared/foundation/form-associated/form-associated.ts"
401
- }
402
- },
403
- {
404
- "kind": "field",
405
- "name": "name",
406
- "type": {
407
- "text": "string"
408
- },
409
- "description": "The name of the element. This element's value will be surfaced during form submission under the provided name.",
410
- "inheritedFrom": {
411
- "name": "FormAssociated",
412
- "module": "src/shared/foundation/form-associated/form-associated.ts"
413
- }
414
- },
415
- {
416
- "kind": "field",
417
- "name": "required",
418
- "type": {
419
- "text": "boolean"
420
- },
421
- "description": "Require the field to be completed prior to form submission.",
422
- "default": "false",
423
- "inheritedFrom": {
424
- "name": "FormAssociated",
425
- "module": "src/shared/foundation/form-associated/form-associated.ts"
426
- }
427
- },
428
- {
429
- "kind": "method",
430
- "name": "checkValidity",
431
- "return": {
432
- "type": {
433
- "text": "boolean"
434
- }
435
- },
436
- "description": "Return the current validity of the element.",
437
- "inheritedFrom": {
438
- "name": "FormAssociated",
439
- "module": "src/shared/foundation/form-associated/form-associated.ts"
440
- }
441
- },
442
- {
443
- "kind": "method",
444
- "name": "reportValidity",
445
- "return": {
446
- "type": {
447
- "text": "boolean"
448
- }
449
- },
450
- "description": "Return the current validity of the element.\nIf false, fires an invalid event at the element.",
451
- "inheritedFrom": {
452
- "name": "FormAssociated",
453
- "module": "src/shared/foundation/form-associated/form-associated.ts"
454
- }
455
- },
456
- {
457
- "kind": "field",
458
- "name": "VIVID_VERSION",
459
- "static": true,
460
- "default": "__PACKAGE_VERSION__",
461
- "description": "The current version of the Vivid library, which is useful for debugging.\nIt can be accessed from any Vivid element via `<el>.constructor.VIVID_VERSION`.",
462
- "type": {
463
- "text": "string"
464
- },
465
- "inheritedFrom": {
466
- "name": "VividElement",
467
- "module": "src/shared/foundation/vivid-element/vivid-element.ts"
468
- }
469
- },
470
- {
471
- "kind": "field",
472
- "name": "componentName",
473
- "type": {
474
- "text": "string"
475
- },
476
- "static": true,
477
- "description": "Core component name, without prefix",
478
- "inheritedFrom": {
479
- "name": "VividElement",
480
- "module": "src/shared/foundation/vivid-element/vivid-element.ts"
481
- }
482
- }
483
- ],
484
- "events": [
485
- {
486
- "type": {
487
- "text": "CustomEvent<undefined>"
488
- },
489
- "description": "Emitted when the date is changed by the user.",
490
- "name": "input"
491
- },
492
- {
493
- "type": {
494
- "text": "CustomEvent<undefined>"
495
- },
496
- "description": "Emitted when the date is changed by the user.",
497
- "name": "change"
498
- }
499
- ],
500
- "mixins": [
501
- {
502
- "name": "SingleDatePickerMixin",
503
- "module": "/src/shared/picker-field/mixins/single-date-picker"
504
- },
505
- {
506
- "name": "SingleValuePicker",
507
- "module": "/src/shared/picker-field/mixins/single-value-picker"
508
- },
509
- {
510
- "name": "MinMaxCalendarPicker",
511
- "module": "/src/shared/picker-field/mixins/min-max-calendar-picker"
512
- },
513
- {
514
- "name": "CalendarPicker",
515
- "module": "/src/shared/picker-field/mixins/calendar-picker"
516
- }
517
- ],
518
- "superclass": {
519
- "name": "PickerField",
520
- "module": "/src/shared/picker-field/picker-field"
521
- },
522
- "vividComponent": {
523
- "public": true,
524
- "name": "date-picker",
525
- "vueModels": [
526
- {
527
- "name": "modelValue",
528
- "propName": "value",
529
- "eventNames": [
530
- "input",
531
- "@lazy:change"
532
- ],
533
- "valueMapping": "event.currentTarget.value"
534
- }
535
- ]
536
- },
537
- "vividTesting": {
538
- "selectors": [],
539
- "actions": [
540
- {
541
- "name": "selectDate",
542
- "args": [
543
- "selectDate"
544
- ]
545
- }
546
- ],
547
- "queries": [],
548
- "refs": []
549
- },
550
- "attributes": [
551
- {
552
- "name": "min",
553
- "type": {
554
- "text": "string"
555
- },
556
- "description": "The earliest accepted date.",
557
- "default": "''",
558
- "fieldName": "min",
559
- "inheritedFrom": {
560
- "name": "MinMaxCalendarPicker",
561
- "module": "src/shared/picker-field/mixins/min-max-calendar-picker.ts"
562
- }
563
- },
564
- {
565
- "name": "max",
566
- "type": {
567
- "text": "string"
568
- },
569
- "description": "The latest accepted date.",
570
- "default": "''",
571
- "fieldName": "max",
572
- "inheritedFrom": {
573
- "name": "MinMaxCalendarPicker",
574
- "module": "src/shared/picker-field/mixins/min-max-calendar-picker.ts"
575
- }
576
- },
577
- {
578
- "name": "scale",
579
- "type": {
580
- "text": "TextFieldSize | undefined"
581
- },
582
- "description": "Sets the display size of the picker field input element.",
583
- "fieldName": "scale",
584
- "inheritedFrom": {
585
- "name": "PickerField",
586
- "module": "src/shared/picker-field/picker-field.ts"
587
- }
588
- },
589
- {
590
- "name": "readonly",
591
- "type": {
592
- "text": "boolean"
593
- },
594
- "default": "false",
595
- "description": "Whether the date-picker is readonly.",
596
- "fieldName": "readOnly",
597
- "inheritedFrom": {
598
- "name": "PickerField",
599
- "module": "src/shared/picker-field/picker-field.ts"
600
- }
601
- },
602
- {
603
- "name": "helper-text",
604
- "type": {
605
- "text": "string | undefined"
606
- },
607
- "description": "Provides additional information to help the user enter the correct information.\nTo add HTML to the helper text, use the helper-text slot instead.",
608
- "fieldName": "helperText",
609
- "inheritedFrom": {
610
- "name": "WithFeedback",
611
- "module": "src/shared/feedback/mixins.ts"
612
- }
613
- },
614
- {
615
- "name": "error-text",
616
- "type": {
617
- "text": "string | undefined"
618
- },
619
- "description": "Provides a custom error message. Any current error state will be overridden.",
620
- "fieldName": "errorText",
621
- "inheritedFrom": {
622
- "name": "WithErrorText",
623
- "module": "src/shared/patterns/form-elements/with-error-text.ts"
624
- }
625
- },
626
- {
627
- "name": "label",
628
- "type": {
629
- "text": "string | undefined"
630
- },
631
- "description": "The label for the form element.",
632
- "fieldName": "label",
633
- "inheritedFrom": {
634
- "name": "FormElement",
635
- "module": "src/shared/patterns/form-elements/form-element.ts"
636
- }
637
- },
638
- {
639
- "name": "current-value",
640
- "type": {
641
- "text": "string"
642
- },
643
- "description": "The current value of the element.",
644
- "fieldName": "value",
645
- "inheritedFrom": {
646
- "name": "FormAssociated",
647
- "module": "src/shared/foundation/form-associated/form-associated.ts"
648
- }
649
- },
650
- {
651
- "name": "value",
652
- "type": {
653
- "text": "string"
654
- },
655
- "description": "The default value of the element. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
656
- "fieldName": "initialValue",
657
- "inheritedFrom": {
658
- "name": "FormAssociated",
659
- "module": "src/shared/foundation/form-associated/form-associated.ts"
660
- }
661
- },
662
- {
663
- "name": "disabled",
664
- "type": {
665
- "text": "boolean"
666
- },
667
- "default": "false",
668
- "description": "Sets the element's disabled state. A disabled element will not be included during form submission.",
669
- "fieldName": "disabled",
670
- "inheritedFrom": {
671
- "name": "FormAssociated",
672
- "module": "src/shared/foundation/form-associated/form-associated.ts"
673
- }
674
- },
675
- {
676
- "name": "name",
677
- "type": {
678
- "text": "string"
679
- },
680
- "description": "The name of the element. This element's value will be surfaced during form submission under the provided name.",
681
- "fieldName": "name",
682
- "inheritedFrom": {
683
- "name": "FormAssociated",
684
- "module": "src/shared/foundation/form-associated/form-associated.ts"
685
- }
686
- },
687
- {
688
- "name": "required",
689
- "type": {
690
- "text": "boolean"
691
- },
692
- "description": "Require the field to be completed prior to form submission.",
693
- "default": "false",
694
- "fieldName": "required",
695
- "inheritedFrom": {
696
- "name": "FormAssociated",
697
- "module": "src/shared/foundation/form-associated/form-associated.ts"
698
- }
699
- }
700
- ]
701
- }
702
- */
703
- import wrapper from '@repo/react-component-wrapper'
704
- import { registerDatePicker } from '@vonage/vivid'
705
-
706
- registerDatePicker('vvd3')
707
-
708
- const VwcDatePicker = wrapper(`vvd3-date-picker`, {
709
- events: [{"name":"input","propName":"onInput"},{"name":"change","propName":"onChange"}],
710
- attributes: [],
711
- properties: ['errorText', 'type', 'min', 'max', 'value', 'scale', 'readOnly', 'helperText', 'errorText', 'validate', 'label', 'currentValue', 'initialValue', 'disabled', 'name', 'required', 'VIVID_VERSION', 'componentName']
712
- })
713
-
714
- VwcDatePicker.displayName = 'VwcDatePicker'
715
-
716
- export default VwcDatePicker
1
+ Object.defineProperties(exports, {
2
+ __esModule: { value: true },
3
+ [Symbol.toStringTag]: { value: "Module" }
4
+ });
5
+ require("../../chunk-KmRHZBOW.js");
6
+ const require_index_es = require("../../index.es-CX858N60.js");
7
+ //#region dist/v3/VwcDatePicker/index.js
8
+ (0, require("@vonage/vivid").registerDatePicker)("vvd3");
9
+ var VwcDatePicker = require_index_es.g(`vvd3-date-picker`, {
10
+ events: [{
11
+ "name": "input",
12
+ "propName": "onInput"
13
+ }, {
14
+ "name": "change",
15
+ "propName": "onChange"
16
+ }],
17
+ attributes: [],
18
+ properties: [
19
+ "errorText",
20
+ "type",
21
+ "min",
22
+ "max",
23
+ "value",
24
+ "scale",
25
+ "readOnly",
26
+ "helperText",
27
+ "errorText",
28
+ "validate",
29
+ "label",
30
+ "currentValue",
31
+ "initialValue",
32
+ "disabled",
33
+ "name",
34
+ "required",
35
+ "VIVID_VERSION",
36
+ "componentName"
37
+ ]
38
+ });
39
+ VwcDatePicker.displayName = "VwcDatePicker";
40
+ //#endregion
41
+ exports.default = VwcDatePicker;