@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,954 +1,46 @@
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": "",
9
- "name": "Combobox",
10
- "slots": [
11
- {
12
- "description": "Default slot.",
13
- "name": ""
14
- },
15
- {
16
- "description": "The preferred way to add an icon to the combobox control.",
17
- "name": "icon"
18
- },
19
- {
20
- "description": "Slot to add meta content to the combobox control.",
21
- "name": "meta"
22
- },
23
- {
24
- "description": "Describes how to use the combobox. Alternative to the `helper-text` attribute.",
25
- "name": "helper-text"
26
- }
27
- ],
28
- "members": [
29
- {
30
- "kind": "field",
31
- "name": "autocomplete",
32
- "type": {
33
- "text": "ComboboxAutocomplete | undefined"
34
- },
35
- "description": "The autocomplete attribute.",
36
- "privacy": "public"
37
- },
38
- {
39
- "kind": "field",
40
- "name": "filteredOptions",
41
- "type": {
42
- "text": "ListboxOption[]"
43
- },
44
- "default": "[]",
45
- "description": "The collection of currently filtered options.",
46
- "privacy": "public"
47
- },
48
- {
49
- "kind": "field",
50
- "name": "appearance",
51
- "type": {
52
- "text": "ComboboxAppearance | undefined"
53
- },
54
- "description": "Sets the element's appearance",
55
- "privacy": "public"
56
- },
57
- {
58
- "kind": "field",
59
- "name": "shape",
60
- "type": {
61
- "text": "ComboboxShape | undefined"
62
- },
63
- "description": "Sets the shape of the combobox element",
64
- "privacy": "public"
65
- },
66
- {
67
- "kind": "field",
68
- "name": "scale",
69
- "type": {
70
- "text": "ComboboxSize | undefined"
71
- },
72
- "description": "Sets the display size of the input element",
73
- "privacy": "public"
74
- },
75
- {
76
- "kind": "field",
77
- "name": "placement",
78
- "type": {
79
- "text": "PopupPlacement | undefined"
80
- },
81
- "description": "the placement of the combobox\n\nHTML Attribute: string"
82
- },
83
- {
84
- "kind": "field",
85
- "name": "fixedDropdown",
86
- "type": {
87
- "text": "boolean"
88
- },
89
- "default": "false",
90
- "description": "Sets the position strategy of the dropdown to fixed",
91
- "privacy": "public"
92
- },
93
- {
94
- "kind": "method",
95
- "name": "validate",
96
- "return": {
97
- "type": {
98
- "text": "void"
99
- }
100
- },
101
- "description": "{@inheritDoc (FormAssociated:interface).validate}",
102
- "inheritedFrom": {
103
- "name": "WithErrorText",
104
- "module": "src/shared/patterns/form-elements/with-error-text.ts"
105
- }
106
- },
107
- {
108
- "kind": "field",
109
- "name": "isAutocompleteInline",
110
- "type": {
111
- "text": "boolean"
112
- },
113
- "privacy": "private",
114
- "readonly": true
115
- },
116
- {
117
- "kind": "field",
118
- "name": "isAutocompleteList",
119
- "type": {
120
- "text": "boolean"
121
- },
122
- "privacy": "private",
123
- "readonly": true
124
- },
125
- {
126
- "kind": "field",
127
- "name": "isAutocompleteBoth",
128
- "type": {
129
- "text": "boolean"
130
- },
131
- "privacy": "private",
132
- "readonly": true
133
- },
134
- {
135
- "kind": "field",
136
- "name": "open",
137
- "type": {
138
- "text": "boolean"
139
- },
140
- "default": "false",
141
- "description": "Sets the element's menu to be open",
142
- "privacy": "public"
143
- },
144
- {
145
- "kind": "field",
146
- "name": "options",
147
- "type": {
148
- "text": "ListboxOption[]"
149
- },
150
- "description": "A read-only list of options.",
151
- "privacy": "public",
152
- "inheritedFrom": {
153
- "name": "Listbox",
154
- "module": "src/shared/foundation/listbox/listbox.ts"
155
- }
156
- },
157
- {
158
- "kind": "field",
159
- "name": "placeholder",
160
- "type": {
161
- "text": "string"
162
- },
163
- "description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
164
- "privacy": "public"
165
- },
166
- {
167
- "kind": "method",
168
- "name": "filterOptions",
169
- "return": {
170
- "type": {
171
- "text": "void"
172
- }
173
- },
174
- "description": "Filter available options by text value.",
175
- "privacy": "public"
176
- },
177
- {
178
- "kind": "method",
179
- "name": "_isDefaultSelected",
180
- "privacy": "protected",
181
- "parameters": [
182
- {
183
- "name": "option",
184
- "type": {
185
- "text": "ListboxOption"
186
- }
187
- }
188
- ],
189
- "return": {
190
- "type": {
191
- "text": "boolean"
192
- }
193
- },
194
- "inheritedFrom": {
195
- "name": "Listbox",
196
- "module": "src/shared/foundation/listbox/listbox.ts"
197
- }
198
- },
199
- {
200
- "kind": "field",
201
- "name": "helperText",
202
- "type": {
203
- "text": "string | undefined"
204
- },
205
- "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.",
206
- "privacy": "public",
207
- "inheritedFrom": {
208
- "name": "WithFeedback",
209
- "module": "src/shared/feedback/mixins.ts"
210
- }
211
- },
212
- {
213
- "kind": "field",
214
- "name": "errorText",
215
- "type": {
216
- "text": "string | undefined"
217
- },
218
- "description": "Provides a custom error message. Any current error state will be overridden.",
219
- "privacy": "public",
220
- "inheritedFrom": {
221
- "name": "WithErrorText",
222
- "module": "src/shared/patterns/form-elements/with-error-text.ts"
223
- }
224
- },
225
- {
226
- "kind": "field",
227
- "name": "#blockValidateCalls",
228
- "privacy": "private",
229
- "type": {
230
- "text": "boolean"
231
- },
232
- "default": "false",
233
- "inheritedFrom": {
234
- "name": "WithErrorText",
235
- "module": "src/shared/patterns/form-elements/with-error-text.ts"
236
- }
237
- },
238
- {
239
- "kind": "field",
240
- "name": "#originalValidateFn",
241
- "privacy": "private",
242
- "type": {
243
- "text": "() => void"
244
- },
245
- "inheritedFrom": {
246
- "name": "WithErrorText",
247
- "module": "src/shared/patterns/form-elements/with-error-text.ts"
248
- }
249
- },
250
- {
251
- "kind": "method",
252
- "name": "#forceCustomError",
253
- "parameters": [
254
- {
255
- "name": "errorMessage",
256
- "type": {
257
- "text": "string"
258
- }
259
- }
260
- ],
261
- "inheritedFrom": {
262
- "name": "WithErrorText",
263
- "module": "src/shared/patterns/form-elements/with-error-text.ts"
264
- }
265
- },
266
- {
267
- "kind": "method",
268
- "name": "#clearCustomErrorAndRevalidate",
269
- "inheritedFrom": {
270
- "name": "WithErrorText",
271
- "module": "src/shared/patterns/form-elements/with-error-text.ts"
272
- }
273
- },
274
- {
275
- "kind": "field",
276
- "name": "successText",
277
- "type": {
278
- "text": "string | undefined"
279
- },
280
- "description": "Provides a custom success message. Any current error state will be overridden.",
281
- "privacy": "public",
282
- "inheritedFrom": {
283
- "name": "WithSuccessText",
284
- "module": "src/shared/patterns/form-elements/with-success-text.ts"
285
- }
286
- },
287
- {
288
- "kind": "field",
289
- "name": "label",
290
- "type": {
291
- "text": "string | undefined"
292
- },
293
- "description": "The label for the form element.",
294
- "inheritedFrom": {
295
- "name": "FormElement",
296
- "module": "src/shared/patterns/form-elements/form-element.ts"
297
- }
298
- },
299
- {
300
- "kind": "field",
301
- "name": "#handleInvalidEvent",
302
- "privacy": "private",
303
- "inheritedFrom": {
304
- "name": "FormElement",
305
- "module": "src/shared/patterns/form-elements/form-element.ts"
306
- }
307
- },
308
- {
309
- "kind": "field",
310
- "name": "icon",
311
- "type": {
312
- "text": "string | undefined"
313
- },
314
- "description": "A decorative icon the custom element should have. See the [Vivid Icon\nGallery](/icons/icons-gallery/) for available icons and `icon-name`s",
315
- "privacy": "public",
316
- "inheritedFrom": {
317
- "name": "AffixIcon",
318
- "module": "src/shared/patterns/affix.ts"
319
- }
320
- },
321
- {
322
- "kind": "field",
323
- "name": "validity",
324
- "type": {
325
- "text": "ValidityState"
326
- },
327
- "description": "Returns the validity state of the element",
328
- "readonly": true,
329
- "inheritedFrom": {
330
- "name": "FormAssociated",
331
- "module": "src/shared/foundation/form-associated/form-associated.ts"
332
- }
333
- },
334
- {
335
- "kind": "field",
336
- "name": "form",
337
- "type": {
338
- "text": "HTMLFormElement | null"
339
- },
340
- "description": "Retrieve a reference to the associated form.\nReturns null if not associated to any form.",
341
- "readonly": true,
342
- "inheritedFrom": {
343
- "name": "FormAssociated",
344
- "module": "src/shared/foundation/form-associated/form-associated.ts"
345
- }
346
- },
347
- {
348
- "kind": "field",
349
- "name": "validationMessage",
350
- "type": {
351
- "text": "string"
352
- },
353
- "description": "Retrieve the localized validation message,\nor custom validation message if set.",
354
- "readonly": true,
355
- "inheritedFrom": {
356
- "name": "FormAssociated",
357
- "module": "src/shared/foundation/form-associated/form-associated.ts"
358
- }
359
- },
360
- {
361
- "kind": "field",
362
- "name": "willValidate",
363
- "type": {
364
- "text": "boolean"
365
- },
366
- "description": "Whether the element will be validated when the\nform is submitted",
367
- "readonly": true,
368
- "inheritedFrom": {
369
- "name": "FormAssociated",
370
- "module": "src/shared/foundation/form-associated/form-associated.ts"
371
- }
372
- },
373
- {
374
- "kind": "field",
375
- "name": "labels",
376
- "type": {
377
- "text": "ReadonlyArray<Node>"
378
- },
379
- "description": "A reference to all associated label elements",
380
- "readonly": true,
381
- "inheritedFrom": {
382
- "name": "FormAssociated",
383
- "module": "src/shared/foundation/form-associated/form-associated.ts"
384
- }
385
- },
386
- {
387
- "kind": "field",
388
- "name": "value",
389
- "type": {
390
- "text": "string"
391
- },
392
- "description": "The current value of the element.",
393
- "inheritedFrom": {
394
- "name": "FormAssociated",
395
- "module": "src/shared/foundation/form-associated/form-associated.ts"
396
- }
397
- },
398
- {
399
- "kind": "field",
400
- "name": "currentValue",
401
- "inheritedFrom": {
402
- "name": "FormAssociated",
403
- "module": "src/shared/foundation/form-associated/form-associated.ts"
404
- }
405
- },
406
- {
407
- "kind": "field",
408
- "name": "initialValue",
409
- "type": {
410
- "text": "string"
411
- },
412
- "description": "The default value of the element. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
413
- "inheritedFrom": {
414
- "name": "FormAssociated",
415
- "module": "src/shared/foundation/form-associated/form-associated.ts"
416
- }
417
- },
418
- {
419
- "kind": "field",
420
- "name": "disabled",
421
- "type": {
422
- "text": "boolean"
423
- },
424
- "description": "Sets the element's disabled state. A disabled element will not be included during form submission.",
425
- "privacy": "public",
426
- "default": "false",
427
- "inheritedFrom": {
428
- "name": "Listbox",
429
- "module": "src/shared/foundation/listbox/listbox.ts"
430
- }
431
- },
432
- {
433
- "kind": "field",
434
- "name": "name",
435
- "type": {
436
- "text": "string"
437
- },
438
- "description": "The name of the element. This element's value will be surfaced during form submission under the provided name.",
439
- "inheritedFrom": {
440
- "name": "FormAssociated",
441
- "module": "src/shared/foundation/form-associated/form-associated.ts"
442
- }
443
- },
444
- {
445
- "kind": "field",
446
- "name": "required",
447
- "type": {
448
- "text": "boolean"
449
- },
450
- "description": "Require the field to be completed prior to form submission.",
451
- "default": "false",
452
- "inheritedFrom": {
453
- "name": "FormAssociated",
454
- "module": "src/shared/foundation/form-associated/form-associated.ts"
455
- }
456
- },
457
- {
458
- "kind": "method",
459
- "name": "checkValidity",
460
- "return": {
461
- "type": {
462
- "text": "boolean"
463
- }
464
- },
465
- "description": "Return the current validity of the element.",
466
- "inheritedFrom": {
467
- "name": "FormAssociated",
468
- "module": "src/shared/foundation/form-associated/form-associated.ts"
469
- }
470
- },
471
- {
472
- "kind": "method",
473
- "name": "reportValidity",
474
- "return": {
475
- "type": {
476
- "text": "boolean"
477
- }
478
- },
479
- "description": "Return the current validity of the element.\nIf false, fires an invalid event at the element.",
480
- "inheritedFrom": {
481
- "name": "FormAssociated",
482
- "module": "src/shared/foundation/form-associated/form-associated.ts"
483
- }
484
- },
485
- {
486
- "kind": "field",
487
- "name": "length",
488
- "type": {
489
- "text": "number"
490
- },
491
- "description": "The number of options.",
492
- "privacy": "public",
493
- "readonly": true,
494
- "inheritedFrom": {
495
- "name": "Listbox",
496
- "module": "src/shared/foundation/listbox/listbox.ts"
497
- }
498
- },
499
- {
500
- "kind": "field",
501
- "name": "selectedIndex",
502
- "type": {
503
- "text": "number"
504
- },
505
- "default": "-1",
506
- "description": "The index of the selected option.",
507
- "privacy": "public",
508
- "inheritedFrom": {
509
- "name": "Listbox",
510
- "module": "src/shared/foundation/listbox/listbox.ts"
511
- }
512
- },
513
- {
514
- "kind": "field",
515
- "name": "selectedOptions",
516
- "type": {
517
- "text": "ListboxOption[]"
518
- },
519
- "default": "[]",
520
- "description": "A collection of the selected options.",
521
- "privacy": "public",
522
- "inheritedFrom": {
523
- "name": "Listbox",
524
- "module": "src/shared/foundation/listbox/listbox.ts"
525
- }
526
- },
527
- {
528
- "kind": "field",
529
- "name": "slottedOptionFilter",
530
- "static": true,
531
- "description": "A static filter to include only selectable options.",
532
- "parameters": [
533
- {
534
- "description": "element to filter",
535
- "name": "n"
536
- }
537
- ],
538
- "privacy": "public",
539
- "inheritedFrom": {
540
- "name": "Listbox",
541
- "module": "src/shared/foundation/listbox/listbox.ts"
542
- }
543
- },
544
- {
545
- "kind": "method",
546
- "name": "_validSelectedIndex",
547
- "privacy": "protected",
548
- "return": {
549
- "type": {
550
- "text": "number"
551
- }
552
- },
553
- "parameters": [
554
- {
555
- "name": "index",
556
- "type": {
557
- "text": "number"
558
- }
559
- }
560
- ],
561
- "inheritedFrom": {
562
- "name": "Listbox",
563
- "module": "src/shared/foundation/listbox/listbox.ts"
564
- }
565
- },
566
- {
567
- "kind": "method",
568
- "name": "selectFirstOption",
569
- "return": {
570
- "type": {
571
- "text": "void"
572
- }
573
- },
574
- "description": "Moves focus to the first selectable option.",
575
- "privacy": "public",
576
- "inheritedFrom": {
577
- "name": "Listbox",
578
- "module": "src/shared/foundation/listbox/listbox.ts"
579
- }
580
- },
581
- {
582
- "kind": "method",
583
- "name": "_newDefaultSelectedIndex",
584
- "privacy": "protected",
585
- "return": {
586
- "type": {
587
- "text": "number | null"
588
- }
589
- },
590
- "parameters": [
591
- {
592
- "name": "prev",
593
- "type": {
594
- "text": "ListboxOption[]"
595
- }
596
- },
597
- {
598
- "name": "next",
599
- "type": {
600
- "text": "ListboxOption[]"
601
- }
602
- },
603
- {
604
- "name": "_currentSelectedIndex",
605
- "type": {
606
- "text": "number"
607
- }
608
- }
609
- ],
610
- "inheritedFrom": {
611
- "name": "Listbox",
612
- "module": "src/shared/foundation/listbox/listbox.ts"
613
- }
614
- },
615
- {
616
- "kind": "method",
617
- "name": "setSelectedOptions",
618
- "privacy": "public",
619
- "description": "Sets an option as selected and gives it focus.",
620
- "inheritedFrom": {
621
- "name": "Listbox",
622
- "module": "src/shared/foundation/listbox/listbox.ts"
623
- }
624
- },
625
- {
626
- "kind": "field",
627
- "name": "VIVID_VERSION",
628
- "static": true,
629
- "default": "__PACKAGE_VERSION__",
630
- "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`.",
631
- "type": {
632
- "text": "string"
633
- },
634
- "inheritedFrom": {
635
- "name": "VividElement",
636
- "module": "src/shared/foundation/vivid-element/vivid-element.ts"
637
- }
638
- },
639
- {
640
- "kind": "field",
641
- "name": "componentName",
642
- "type": {
643
- "text": "string"
644
- },
645
- "static": true,
646
- "description": "Core component name, without prefix",
647
- "inheritedFrom": {
648
- "name": "VividElement",
649
- "module": "src/shared/foundation/vivid-element/vivid-element.ts"
650
- }
651
- }
652
- ],
653
- "events": [
654
- {
655
- "type": {
656
- "text": "CustomEvent<undefined>"
657
- },
658
- "description": "Fires a custom 'change' event when the value updates",
659
- "name": "change"
660
- }
661
- ],
662
- "attributes": [
663
- {
664
- "name": "autocomplete",
665
- "type": {
666
- "text": "ComboboxAutocomplete | undefined"
667
- },
668
- "description": "The autocomplete attribute.",
669
- "fieldName": "autocomplete"
670
- },
671
- {
672
- "name": "appearance",
673
- "type": {
674
- "text": "ComboboxAppearance | undefined"
675
- },
676
- "description": "Sets the element's appearance",
677
- "fieldName": "appearance"
678
- },
679
- {
680
- "name": "shape",
681
- "type": {
682
- "text": "ComboboxShape | undefined"
683
- },
684
- "description": "Sets the shape of the combobox element",
685
- "fieldName": "shape"
686
- },
687
- {
688
- "name": "scale",
689
- "type": {
690
- "text": "ComboboxSize | undefined"
691
- },
692
- "description": "Sets the display size of the input element",
693
- "fieldName": "scale"
694
- },
695
- {
696
- "name": "placement",
697
- "type": {
698
- "text": "PopupPlacement | undefined"
699
- },
700
- "description": "the placement of the combobox\n\nHTML Attribute: string",
701
- "fieldName": "placement"
702
- },
703
- {
704
- "name": "fixed-dropdown",
705
- "type": {
706
- "text": "boolean"
707
- },
708
- "default": "false",
709
- "description": "Sets the position strategy of the dropdown to fixed",
710
- "fieldName": "fixedDropdown"
711
- },
712
- {
713
- "name": "open",
714
- "type": {
715
- "text": "boolean"
716
- },
717
- "default": "false",
718
- "description": "Sets the element's menu to be open",
719
- "fieldName": "open"
720
- },
721
- {
722
- "name": "placeholder",
723
- "type": {
724
- "text": "string"
725
- },
726
- "description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
727
- "fieldName": "placeholder"
728
- },
729
- {
730
- "name": "helper-text",
731
- "type": {
732
- "text": "string | undefined"
733
- },
734
- "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.",
735
- "fieldName": "helperText",
736
- "inheritedFrom": {
737
- "name": "WithFeedback",
738
- "module": "src/shared/feedback/mixins.ts"
739
- }
740
- },
741
- {
742
- "name": "error-text",
743
- "type": {
744
- "text": "string | undefined"
745
- },
746
- "description": "Provides a custom error message. Any current error state will be overridden.",
747
- "fieldName": "errorText",
748
- "inheritedFrom": {
749
- "name": "WithErrorText",
750
- "module": "src/shared/patterns/form-elements/with-error-text.ts"
751
- }
752
- },
753
- {
754
- "name": "success-text",
755
- "type": {
756
- "text": "string | undefined"
757
- },
758
- "description": "Provides a custom success message. Any current error state will be overridden.",
759
- "fieldName": "successText",
760
- "inheritedFrom": {
761
- "name": "WithSuccessText",
762
- "module": "src/shared/patterns/form-elements/with-success-text.ts"
763
- }
764
- },
765
- {
766
- "name": "label",
767
- "type": {
768
- "text": "string | undefined"
769
- },
770
- "description": "The label for the form element.",
771
- "fieldName": "label",
772
- "inheritedFrom": {
773
- "name": "FormElement",
774
- "module": "src/shared/patterns/form-elements/form-element.ts"
775
- }
776
- },
777
- {
778
- "name": "icon",
779
- "type": {
780
- "text": "string | undefined"
781
- },
782
- "description": "A decorative icon the custom element should have. See the [Vivid Icon\nGallery](/icons/icons-gallery/) for available icons and `icon-name`s",
783
- "fieldName": "icon",
784
- "inheritedFrom": {
785
- "name": "AffixIcon",
786
- "module": "src/shared/patterns/affix.ts"
787
- }
788
- },
789
- {
790
- "name": "current-value",
791
- "type": {
792
- "text": "string"
793
- },
794
- "description": "The current value of the element.",
795
- "fieldName": "value",
796
- "inheritedFrom": {
797
- "name": "FormAssociated",
798
- "module": "src/shared/foundation/form-associated/form-associated.ts"
799
- }
800
- },
801
- {
802
- "name": "value",
803
- "type": {
804
- "text": "string"
805
- },
806
- "description": "The default value of the element. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
807
- "fieldName": "initialValue",
808
- "inheritedFrom": {
809
- "name": "FormAssociated",
810
- "module": "src/shared/foundation/form-associated/form-associated.ts"
811
- }
812
- },
813
- {
814
- "name": "disabled",
815
- "type": {
816
- "text": "boolean"
817
- },
818
- "description": "Sets the element's disabled state. A disabled element will not be included during form submission.",
819
- "fieldName": "disabled",
820
- "default": "false",
821
- "inheritedFrom": {
822
- "name": "Listbox",
823
- "module": "src/shared/foundation/listbox/listbox.ts"
824
- }
825
- },
826
- {
827
- "name": "name",
828
- "type": {
829
- "text": "string"
830
- },
831
- "description": "The name of the element. This element's value will be surfaced during form submission under the provided name.",
832
- "fieldName": "name",
833
- "inheritedFrom": {
834
- "name": "FormAssociated",
835
- "module": "src/shared/foundation/form-associated/form-associated.ts"
836
- }
837
- },
838
- {
839
- "name": "required",
840
- "type": {
841
- "text": "boolean"
842
- },
843
- "description": "Require the field to be completed prior to form submission.",
844
- "default": "false",
845
- "fieldName": "required",
846
- "inheritedFrom": {
847
- "name": "FormAssociated",
848
- "module": "src/shared/foundation/form-associated/form-associated.ts"
849
- }
850
- }
851
- ],
852
- "mixins": [
853
- {
854
- "name": "WithContextualHelp",
855
- "module": "/src/shared/patterns"
856
- },
857
- {
858
- "name": "WithFeedback",
859
- "module": "/src/shared/feedback/mixins"
860
- },
861
- {
862
- "name": "WithErrorText",
863
- "module": "/src/shared/patterns"
864
- },
865
- {
866
- "name": "WithSuccessText",
867
- "module": "/src/shared/patterns"
868
- },
869
- {
870
- "name": "FormElement",
871
- "module": "/src/shared/patterns"
872
- },
873
- {
874
- "name": "AffixIcon",
875
- "module": "/src/shared/patterns"
876
- },
877
- {
878
- "name": "FormAssociated",
879
- "module": "/src/shared/foundation/form-associated/form-associated"
880
- }
881
- ],
882
- "superclass": {
883
- "name": "Listbox",
884
- "module": "/src/shared/foundation/listbox/listbox"
885
- },
886
- "vividComponent": {
887
- "public": true,
888
- "name": "combobox",
889
- "vueModels": [
890
- {
891
- "name": "modelValue",
892
- "propName": "value",
893
- "eventNames": [
894
- "change"
895
- ],
896
- "valueMapping": "event.currentTarget.value"
897
- }
898
- ]
899
- },
900
- "vividTesting": {
901
- "selectors": [],
902
- "actions": [
903
- {
904
- "name": "fill",
905
- "args": [
906
- "comboboxFill"
907
- ]
908
- },
909
- {
910
- "name": "clear",
911
- "args": [
912
- "comboboxClear"
913
- ]
914
- },
915
- {
916
- "name": "selectOptionByText",
917
- "args": [
918
- "selectOptionByText"
919
- ]
920
- },
921
- {
922
- "name": "selectOptionByValue",
923
- "args": [
924
- "selectOptionByValue"
925
- ]
926
- }
927
- ],
928
- "queries": [],
929
- "refs": [
930
- {
931
- "name": "control",
932
- "args": [
933
- "shadow",
934
- "input.control"
935
- ]
936
- }
937
- ]
938
- }
939
- }
940
- */
941
- import wrapper from '@repo/react-component-wrapper'
942
- import { registerCombobox } from '@vonage/vivid'
943
-
944
- registerCombobox('vvd3')
945
-
946
- const VwcCombobox = wrapper(`vvd3-combobox`, {
947
- events: [{"name":"change","propName":"onChange"}],
948
- attributes: [],
949
- properties: ['autocomplete', 'filteredOptions', 'appearance', 'shape', 'scale', 'placement', 'fixedDropdown', 'open', 'options', 'placeholder', 'helperText', 'errorText', 'successText', 'label', 'icon', 'value', 'currentValue', 'initialValue', 'disabled', 'name', 'required', 'selectedIndex', 'selectedOptions', 'slottedOptionFilter', 'VIVID_VERSION', 'componentName']
950
- })
951
-
952
- VwcCombobox.displayName = 'VwcCombobox'
953
-
954
- export default VwcCombobox
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/VwcCombobox/index.js
8
+ (0, require("@vonage/vivid").registerCombobox)("vvd3");
9
+ var VwcCombobox = require_index_es.g(`vvd3-combobox`, {
10
+ events: [{
11
+ "name": "change",
12
+ "propName": "onChange"
13
+ }],
14
+ attributes: [],
15
+ properties: [
16
+ "autocomplete",
17
+ "filteredOptions",
18
+ "appearance",
19
+ "shape",
20
+ "scale",
21
+ "placement",
22
+ "fixedDropdown",
23
+ "open",
24
+ "options",
25
+ "placeholder",
26
+ "helperText",
27
+ "errorText",
28
+ "successText",
29
+ "label",
30
+ "icon",
31
+ "value",
32
+ "currentValue",
33
+ "initialValue",
34
+ "disabled",
35
+ "name",
36
+ "required",
37
+ "selectedIndex",
38
+ "selectedOptions",
39
+ "slottedOptionFilter",
40
+ "VIVID_VERSION",
41
+ "componentName"
42
+ ]
43
+ });
44
+ VwcCombobox.displayName = "VwcCombobox";
45
+ //#endregion
46
+ exports.default = VwcCombobox;