@vonage/vivid-react 5.22.0 → 5.23.0

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