@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,1215 +1,65 @@
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": "SearchableSelect",
10
- "cssProperties": [
11
- {
12
- "name": "--vvd-searchable-select-accent-primary",
13
- "default": "var(--vvd-color-canvas-text)"
14
- },
15
- {
16
- "name": "--vvd-searchable-select-accent-primary-text",
17
- "default": "var(--vvd-color-canvas)"
18
- },
19
- {
20
- "name": "--vvd-searchable-select-accent-primary-increment",
21
- "default": "var(--vvd-color-neutral-800)"
22
- },
23
- {
24
- "name": "--vvd-searchable-select-accent-intermediate",
25
- "default": "var(--vvd-color-neutral-500)"
26
- },
27
- {
28
- "name": "--vvd-searchable-select-accent-faint",
29
- "default": "var(--vvd-color-neutral-50)"
30
- },
31
- {
32
- "name": "--vvd-searchable-select-accent-soft",
33
- "default": "var(--vvd-color-neutral-100)"
34
- },
35
- {
36
- "name": "--vvd-searchable-select-accent-firm",
37
- "default": "var(--vvd-color-canvas-text)"
38
- },
39
- {
40
- "name": "--vvd-searchable-select-accent-fierce",
41
- "default": "var(--vvd-color-neutral-700)"
42
- }
43
- ],
44
- "slots": [
45
- {
46
- "description": "Holds the available options.",
47
- "name": ""
48
- },
49
- {
50
- "description": "The preferred way to add an icon to the control.",
51
- "name": "icon"
52
- },
53
- {
54
- "description": "Slot to add meta content to the control.",
55
- "name": "meta"
56
- },
57
- {
58
- "description": "Describes how to use the component. Alternative to the `helper-text` attribute.",
59
- "name": "helper-text"
60
- },
61
- {
62
- "description": "Message that appears when no options are available.",
63
- "name": "no-options"
64
- },
65
- {
66
- "description": "Message that appears when no options match the search query.",
67
- "name": "no-matches"
68
- },
69
- {
70
- "description": "Message that appears there are no options to display and the component is in a loading state.",
71
- "name": "loading-options"
72
- }
73
- ],
74
- "members": [
75
- {
76
- "kind": "field",
77
- "name": "appearance",
78
- "type": {
79
- "text": "SearchableSelectAppearance | undefined"
80
- },
81
- "description": "Sets the appearance of the Searchable Select element.",
82
- "privacy": "public"
83
- },
84
- {
85
- "kind": "field",
86
- "name": "shape",
87
- "type": {
88
- "text": "SearchableSelectShape | undefined"
89
- },
90
- "description": "Sets the shape of the Searchable Select element.",
91
- "privacy": "public"
92
- },
93
- {
94
- "kind": "field",
95
- "name": "scale",
96
- "type": {
97
- "text": "SearchableSelectSize | undefined"
98
- },
99
- "description": "Sets the display size of the Searchable Select element.",
100
- "privacy": "public"
101
- },
102
- {
103
- "kind": "field",
104
- "name": "fixedDropdown",
105
- "type": {
106
- "text": "boolean"
107
- },
108
- "default": "false",
109
- "privacy": "public",
110
- "description": ""
111
- },
112
- {
113
- "kind": "field",
114
- "name": "placeholder",
115
- "type": {
116
- "text": "string | undefined"
117
- },
118
- "privacy": "public",
119
- "description": ""
120
- },
121
- {
122
- "kind": "field",
123
- "name": "open",
124
- "type": {
125
- "text": "boolean"
126
- },
127
- "default": "false",
128
- "privacy": "public",
129
- "description": ""
130
- },
131
- {
132
- "kind": "field",
133
- "name": "multiple",
134
- "type": {
135
- "text": "boolean"
136
- },
137
- "default": "false",
138
- "privacy": "public",
139
- "description": ""
140
- },
141
- {
142
- "kind": "field",
143
- "name": "externalTags",
144
- "type": {
145
- "text": "boolean"
146
- },
147
- "default": "false",
148
- "privacy": "public",
149
- "description": ""
150
- },
151
- {
152
- "kind": "field",
153
- "name": "maxLines",
154
- "type": {
155
- "text": "number | null"
156
- },
157
- "default": "null",
158
- "privacy": "public",
159
- "description": ""
160
- },
161
- {
162
- "kind": "field",
163
- "name": "values",
164
- "type": {
165
- "text": "string[]"
166
- },
167
- "default": "[]",
168
- "description": "List of selected option's values in the order that they have been selected in."
169
- },
170
- {
171
- "kind": "method",
172
- "name": "#updateValuesThroughUserInteraction",
173
- "parameters": [
174
- {
175
- "name": "newValues",
176
- "type": {
177
- "text": "string[]"
178
- }
179
- }
180
- ]
181
- },
182
- {
183
- "kind": "method",
184
- "name": "#updateValuesWhileMaintainingOrder",
185
- "parameters": [
186
- {
187
- "name": "newValues",
188
- "type": {
189
- "text": "string[]"
190
- }
191
- }
192
- ]
193
- },
194
- {
195
- "kind": "field",
196
- "name": "initialValues",
197
- "type": {
198
- "text": "string[]"
199
- },
200
- "default": "[]",
201
- "description": "List of initially selected option's values. Used in case of form reset."
202
- },
203
- {
204
- "kind": "method",
205
- "name": "#isValidValue",
206
- "parameters": [
207
- {
208
- "name": "value",
209
- "type": {
210
- "text": "string"
211
- }
212
- }
213
- ]
214
- },
215
- {
216
- "kind": "field",
217
- "name": "selectedIndex"
218
- },
219
- {
220
- "kind": "field",
221
- "name": "options",
222
- "readonly": true
223
- },
224
- {
225
- "kind": "field",
226
- "name": "selectedOptions",
227
- "readonly": true
228
- },
229
- {
230
- "kind": "field",
231
- "name": "searchText",
232
- "description": "Read-only property containing the current search text.",
233
- "readonly": true
234
- },
235
- {
236
- "kind": "field",
237
- "name": "#slottedOptionsChangeHandler",
238
- "privacy": "private",
239
- "type": {
240
- "text": "object"
241
- },
242
- "default": "{\n\t\thandleChange: (source: ListboxOption, _: string) => {\n\t\t\tif (source.selected && !this.values.includes(source.value)) {\n\t\t\t\tthis.values = [...this.values, source.value];\n\t\t\t} else if (!source.selected && this.values.includes(source.value)) {\n\t\t\t\tthis.values = this.values.filter((option) => option !== source.value);\n\t\t\t}\n\t\t},\n\t}"
243
- },
244
- {
245
- "kind": "method",
246
- "name": "#updateSelectedOnSlottedOptions"
247
- },
248
- {
249
- "kind": "method",
250
- "name": "#handleOptionInteraction",
251
- "parameters": [
252
- {
253
- "name": "option",
254
- "type": {
255
- "text": "ListboxOption"
256
- }
257
- }
258
- ]
259
- },
260
- {
261
- "kind": "field",
262
- "name": "#clonedTagIcons",
263
- "privacy": "private",
264
- "default": "new Map<ListboxOption, HTMLElement>()"
265
- },
266
- {
267
- "kind": "method",
268
- "name": "#tagIconOfOption",
269
- "parameters": [
270
- {
271
- "name": "option",
272
- "type": {
273
- "text": "ListboxOption"
274
- }
275
- }
276
- ]
277
- },
278
- {
279
- "kind": "method",
280
- "name": "#updateClonedTagIconOfOption",
281
- "parameters": [
282
- {
283
- "name": "option",
284
- "type": {
285
- "text": "ListboxOption"
286
- }
287
- }
288
- ]
289
- },
290
- {
291
- "kind": "field",
292
- "name": "optionFilter",
293
- "type": {
294
- "text": "(\n\t\toption: ListboxOption,\n\t\tsearchText: string\n\t) => boolean | undefined"
295
- },
296
- "description": "Function to filter the options to display."
297
- },
298
- {
299
- "kind": "field",
300
- "name": "loading",
301
- "type": {
302
- "text": "boolean"
303
- },
304
- "default": "false",
305
- "description": "Whether the component is in a loading state."
306
- },
307
- {
308
- "kind": "method",
309
- "name": "#updateFilteredOptions"
310
- },
311
- {
312
- "kind": "method",
313
- "name": "#transitionHighlightedOptionTo",
314
- "parameters": [
315
- {
316
- "name": "index",
317
- "type": {
318
- "text": "number | null"
319
- }
320
- }
321
- ]
322
- },
323
- {
324
- "kind": "method",
325
- "name": "#selectHighlightedOption"
326
- },
327
- {
328
- "kind": "method",
329
- "name": "#highlightFirstOption"
330
- },
331
- {
332
- "kind": "method",
333
- "name": "#highlightLastOption"
334
- },
335
- {
336
- "kind": "method",
337
- "name": "#highlightPrevPage"
338
- },
339
- {
340
- "kind": "method",
341
- "name": "#highlightNextPage"
342
- },
343
- {
344
- "kind": "method",
345
- "name": "#highlightPreviousOption"
346
- },
347
- {
348
- "kind": "method",
349
- "name": "#highlightNextOption"
350
- },
351
- {
352
- "kind": "method",
353
- "name": "#textForValue",
354
- "parameters": [
355
- {
356
- "name": "value",
357
- "type": {
358
- "text": "string"
359
- }
360
- }
361
- ]
362
- },
363
- {
364
- "kind": "method",
365
- "name": "#updateTagLayout"
366
- },
367
- {
368
- "kind": "method",
369
- "name": "#moveTagFocusTo",
370
- "parameters": [
371
- {
372
- "name": "index",
373
- "type": {
374
- "text": "number | null"
375
- }
376
- }
377
- ]
378
- },
379
- {
380
- "kind": "method",
381
- "name": "#nextTagIndexLeft",
382
- "parameters": [
383
- {
384
- "name": "index",
385
- "type": {
386
- "text": "number"
387
- }
388
- }
389
- ]
390
- },
391
- {
392
- "kind": "method",
393
- "name": "#nextTagIndexRight",
394
- "parameters": [
395
- {
396
- "name": "index",
397
- "type": {
398
- "text": "number"
399
- }
400
- }
401
- ]
402
- },
403
- {
404
- "kind": "method",
405
- "name": "#nextTagIndexForRemoved",
406
- "parameters": [
407
- {
408
- "name": "index",
409
- "type": {
410
- "text": "number"
411
- }
412
- }
413
- ]
414
- },
415
- {
416
- "kind": "field",
417
- "name": "clearable",
418
- "type": {
419
- "text": "boolean"
420
- },
421
- "default": "false",
422
- "description": "Adds a clear button to the input field that clears the selected values.",
423
- "privacy": "public"
424
- },
425
- {
426
- "kind": "field",
427
- "name": "maxSelected",
428
- "type": {
429
- "text": "number | null"
430
- },
431
- "default": "null",
432
- "privacy": "public",
433
- "description": ""
434
- },
435
- {
436
- "kind": "method",
437
- "name": "#updateSelectionLimit"
438
- },
439
- {
440
- "kind": "field",
441
- "name": "enableSelectAll",
442
- "type": {
443
- "text": "boolean"
444
- },
445
- "default": "false",
446
- "description": "Adds a \"Select All\" option at the top of the options list.",
447
- "privacy": "public"
448
- },
449
- {
450
- "kind": "field",
451
- "name": "selectAllText",
452
- "type": {
453
- "text": "string | undefined"
454
- },
455
- "description": "Overrides the default \"Select All\" text.",
456
- "privacy": "public"
457
- },
458
- {
459
- "kind": "field",
460
- "name": "deselectAllText",
461
- "type": {
462
- "text": "string | undefined"
463
- },
464
- "description": "Overrides the default \"Deselect All\" text.",
465
- "privacy": "public"
466
- },
467
- {
468
- "kind": "method",
469
- "name": "#determineInitialValues"
470
- },
471
- {
472
- "kind": "method",
473
- "name": "#updateFormValue"
474
- },
475
- {
476
- "kind": "field",
477
- "name": "setFormValue"
478
- },
479
- {
480
- "kind": "field",
481
- "name": "#resizeObserver",
482
- "privacy": "private",
483
- "default": "new ResizeObserver(() => {\n\t\tthis.#updateTagLayout();\n\t})"
484
- },
485
- {
486
- "kind": "field",
487
- "name": "helperText",
488
- "type": {
489
- "text": "string | undefined"
490
- },
491
- "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.",
492
- "privacy": "public",
493
- "inheritedFrom": {
494
- "name": "WithFeedback",
495
- "module": "src/shared/feedback/mixins.ts"
496
- }
497
- },
498
- {
499
- "kind": "field",
500
- "name": "errorText",
501
- "type": {
502
- "text": "string | undefined"
503
- },
504
- "description": "Provides a custom error message. Any current error state will be overridden.",
505
- "privacy": "public",
506
- "inheritedFrom": {
507
- "name": "WithErrorText",
508
- "module": "src/shared/patterns/form-elements/with-error-text.ts"
509
- }
510
- },
511
- {
512
- "kind": "field",
513
- "name": "#blockValidateCalls",
514
- "privacy": "private",
515
- "type": {
516
- "text": "boolean"
517
- },
518
- "default": "false",
519
- "inheritedFrom": {
520
- "name": "WithErrorText",
521
- "module": "src/shared/patterns/form-elements/with-error-text.ts"
522
- }
523
- },
524
- {
525
- "kind": "field",
526
- "name": "#originalValidateFn",
527
- "privacy": "private",
528
- "type": {
529
- "text": "() => void"
530
- },
531
- "inheritedFrom": {
532
- "name": "WithErrorText",
533
- "module": "src/shared/patterns/form-elements/with-error-text.ts"
534
- }
535
- },
536
- {
537
- "kind": "method",
538
- "name": "#forceCustomError",
539
- "parameters": [
540
- {
541
- "name": "errorMessage",
542
- "type": {
543
- "text": "string"
544
- }
545
- }
546
- ],
547
- "inheritedFrom": {
548
- "name": "WithErrorText",
549
- "module": "src/shared/patterns/form-elements/with-error-text.ts"
550
- }
551
- },
552
- {
553
- "kind": "method",
554
- "name": "#clearCustomErrorAndRevalidate",
555
- "inheritedFrom": {
556
- "name": "WithErrorText",
557
- "module": "src/shared/patterns/form-elements/with-error-text.ts"
558
- }
559
- },
560
- {
561
- "kind": "field",
562
- "name": "validate",
563
- "inheritedFrom": {
564
- "name": "WithErrorText",
565
- "module": "src/shared/patterns/form-elements/with-error-text.ts"
566
- }
567
- },
568
- {
569
- "kind": "field",
570
- "name": "successText",
571
- "type": {
572
- "text": "string | undefined"
573
- },
574
- "description": "Provides a custom success message. Any current error state will be overridden.",
575
- "privacy": "public",
576
- "inheritedFrom": {
577
- "name": "WithSuccessText",
578
- "module": "src/shared/patterns/form-elements/with-success-text.ts"
579
- }
580
- },
581
- {
582
- "kind": "field",
583
- "name": "label",
584
- "type": {
585
- "text": "string | undefined"
586
- },
587
- "description": "The label for the form element.",
588
- "inheritedFrom": {
589
- "name": "FormElement",
590
- "module": "src/shared/patterns/form-elements/form-element.ts"
591
- }
592
- },
593
- {
594
- "kind": "field",
595
- "name": "#handleInvalidEvent",
596
- "privacy": "private",
597
- "inheritedFrom": {
598
- "name": "FormElement",
599
- "module": "src/shared/patterns/form-elements/form-element.ts"
600
- }
601
- },
602
- {
603
- "kind": "field",
604
- "name": "iconTrailing",
605
- "type": {
606
- "text": "boolean"
607
- },
608
- "default": "false",
609
- "description": "Indicates the icon affix alignment.",
610
- "privacy": "public",
611
- "inheritedFrom": {
612
- "name": "AffixIconWithTrailing",
613
- "module": "src/shared/patterns/affix.ts"
614
- }
615
- },
616
- {
617
- "kind": "field",
618
- "name": "icon",
619
- "type": {
620
- "text": "string | undefined"
621
- },
622
- "description": "A decorative icon the custom element should have. See the [Vivid Icon\nGallery](/icons/icons-gallery/) for available icons and `icon-name`s",
623
- "privacy": "public",
624
- "inheritedFrom": {
625
- "name": "AffixIcon",
626
- "module": "src/shared/patterns/affix.ts"
627
- }
628
- },
629
- {
630
- "kind": "field",
631
- "name": "validity",
632
- "type": {
633
- "text": "ValidityState"
634
- },
635
- "description": "Returns the validity state of the element",
636
- "readonly": true,
637
- "inheritedFrom": {
638
- "name": "FormAssociated",
639
- "module": "src/shared/foundation/form-associated/form-associated.ts"
640
- }
641
- },
642
- {
643
- "kind": "field",
644
- "name": "form",
645
- "type": {
646
- "text": "HTMLFormElement | null"
647
- },
648
- "description": "Retrieve a reference to the associated form.\nReturns null if not associated to any form.",
649
- "readonly": true,
650
- "inheritedFrom": {
651
- "name": "FormAssociated",
652
- "module": "src/shared/foundation/form-associated/form-associated.ts"
653
- }
654
- },
655
- {
656
- "kind": "field",
657
- "name": "validationMessage",
658
- "type": {
659
- "text": "string"
660
- },
661
- "description": "Retrieve the localized validation message,\nor custom validation message if set.",
662
- "readonly": true,
663
- "inheritedFrom": {
664
- "name": "FormAssociated",
665
- "module": "src/shared/foundation/form-associated/form-associated.ts"
666
- }
667
- },
668
- {
669
- "kind": "field",
670
- "name": "willValidate",
671
- "type": {
672
- "text": "boolean"
673
- },
674
- "description": "Whether the element will be validated when the\nform is submitted",
675
- "readonly": true,
676
- "inheritedFrom": {
677
- "name": "FormAssociated",
678
- "module": "src/shared/foundation/form-associated/form-associated.ts"
679
- }
680
- },
681
- {
682
- "kind": "field",
683
- "name": "labels",
684
- "type": {
685
- "text": "ReadonlyArray<Node>"
686
- },
687
- "description": "A reference to all associated label elements",
688
- "readonly": true,
689
- "inheritedFrom": {
690
- "name": "FormAssociated",
691
- "module": "src/shared/foundation/form-associated/form-associated.ts"
692
- }
693
- },
694
- {
695
- "kind": "field",
696
- "name": "value",
697
- "type": {
698
- "text": "string"
699
- },
700
- "description": "The current value of the element.",
701
- "inheritedFrom": {
702
- "name": "FormAssociated",
703
- "module": "src/shared/foundation/form-associated/form-associated.ts"
704
- }
705
- },
706
- {
707
- "kind": "field",
708
- "name": "currentValue",
709
- "inheritedFrom": {
710
- "name": "FormAssociated",
711
- "module": "src/shared/foundation/form-associated/form-associated.ts"
712
- }
713
- },
714
- {
715
- "kind": "field",
716
- "name": "initialValue",
717
- "type": {
718
- "text": "string"
719
- },
720
- "description": "The default value of the element. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
721
- "inheritedFrom": {
722
- "name": "FormAssociated",
723
- "module": "src/shared/foundation/form-associated/form-associated.ts"
724
- }
725
- },
726
- {
727
- "kind": "field",
728
- "name": "disabled",
729
- "type": {
730
- "text": "boolean"
731
- },
732
- "default": "false",
733
- "description": "Sets the element's disabled state. A disabled element will not be included during form submission.",
734
- "inheritedFrom": {
735
- "name": "FormAssociated",
736
- "module": "src/shared/foundation/form-associated/form-associated.ts"
737
- }
738
- },
739
- {
740
- "kind": "field",
741
- "name": "name",
742
- "type": {
743
- "text": "string"
744
- },
745
- "description": "The name of the element. This element's value will be surfaced during form submission under the provided name.",
746
- "inheritedFrom": {
747
- "name": "FormAssociated",
748
- "module": "src/shared/foundation/form-associated/form-associated.ts"
749
- }
750
- },
751
- {
752
- "kind": "field",
753
- "name": "required",
754
- "type": {
755
- "text": "boolean"
756
- },
757
- "description": "Require the field to be completed prior to form submission.",
758
- "default": "false",
759
- "inheritedFrom": {
760
- "name": "FormAssociated",
761
- "module": "src/shared/foundation/form-associated/form-associated.ts"
762
- }
763
- },
764
- {
765
- "kind": "method",
766
- "name": "checkValidity",
767
- "return": {
768
- "type": {
769
- "text": "boolean"
770
- }
771
- },
772
- "description": "Return the current validity of the element.",
773
- "inheritedFrom": {
774
- "name": "FormAssociated",
775
- "module": "src/shared/foundation/form-associated/form-associated.ts"
776
- }
777
- },
778
- {
779
- "kind": "method",
780
- "name": "reportValidity",
781
- "return": {
782
- "type": {
783
- "text": "boolean"
784
- }
785
- },
786
- "description": "Return the current validity of the element.\nIf false, fires an invalid event at the element.",
787
- "inheritedFrom": {
788
- "name": "FormAssociated",
789
- "module": "src/shared/foundation/form-associated/form-associated.ts"
790
- }
791
- },
792
- {
793
- "kind": "field",
794
- "name": "VIVID_VERSION",
795
- "static": true,
796
- "default": "__PACKAGE_VERSION__",
797
- "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`.",
798
- "type": {
799
- "text": "string"
800
- },
801
- "inheritedFrom": {
802
- "name": "VividElement",
803
- "module": "src/shared/foundation/vivid-element/vivid-element.ts"
804
- }
805
- },
806
- {
807
- "kind": "field",
808
- "name": "componentName",
809
- "type": {
810
- "text": "string"
811
- },
812
- "static": true,
813
- "description": "Core component name, without prefix",
814
- "inheritedFrom": {
815
- "name": "VividElement",
816
- "module": "src/shared/foundation/vivid-element/vivid-element.ts"
817
- }
818
- }
819
- ],
820
- "events": [
821
- {
822
- "type": {
823
- "text": "CustomEvent<undefined>"
824
- },
825
- "description": "Fired when the selected options change",
826
- "name": "input"
827
- },
828
- {
829
- "type": {
830
- "text": "CustomEvent<undefined>"
831
- },
832
- "description": "Fired when the search text changes",
833
- "name": "search-text-change"
834
- },
835
- {
836
- "type": {
837
- "text": "CustomEvent<undefined>"
838
- },
839
- "description": "Fired when the selected options change",
840
- "name": "change"
841
- }
842
- ],
843
- "attributes": [
844
- {
845
- "name": "appearance",
846
- "type": {
847
- "text": "SearchableSelectAppearance | undefined"
848
- },
849
- "description": "Sets the appearance of the Searchable Select element.",
850
- "fieldName": "appearance"
851
- },
852
- {
853
- "name": "shape",
854
- "type": {
855
- "text": "SearchableSelectShape | undefined"
856
- },
857
- "description": "Sets the shape of the Searchable Select element.",
858
- "fieldName": "shape"
859
- },
860
- {
861
- "name": "scale",
862
- "type": {
863
- "text": "SearchableSelectSize | undefined"
864
- },
865
- "description": "Sets the display size of the Searchable Select element.",
866
- "fieldName": "scale"
867
- },
868
- {
869
- "name": "fixed-dropdown",
870
- "type": {
871
- "text": "boolean"
872
- },
873
- "default": "false",
874
- "fieldName": "fixedDropdown"
875
- },
876
- {
877
- "name": "placeholder",
878
- "type": {
879
- "text": "string | undefined"
880
- },
881
- "fieldName": "placeholder"
882
- },
883
- {
884
- "name": "open",
885
- "type": {
886
- "text": "boolean"
887
- },
888
- "default": "false",
889
- "fieldName": "open"
890
- },
891
- {
892
- "name": "multiple",
893
- "type": {
894
- "text": "boolean"
895
- },
896
- "default": "false",
897
- "fieldName": "multiple"
898
- },
899
- {
900
- "name": "external-tags",
901
- "type": {
902
- "text": "boolean"
903
- },
904
- "default": "false",
905
- "fieldName": "externalTags"
906
- },
907
- {
908
- "name": "max-lines",
909
- "type": {
910
- "text": "number | null"
911
- },
912
- "default": "null",
913
- "fieldName": "maxLines"
914
- },
915
- {
916
- "name": "loading",
917
- "type": {
918
- "text": "boolean"
919
- },
920
- "default": "false",
921
- "description": "Whether the component is in a loading state.",
922
- "fieldName": "loading"
923
- },
924
- {
925
- "name": "clearable",
926
- "type": {
927
- "text": "boolean"
928
- },
929
- "default": "false",
930
- "description": "Adds a clear button to the input field that clears the selected values.",
931
- "fieldName": "clearable"
932
- },
933
- {
934
- "name": "max-selected",
935
- "type": {
936
- "text": "number | null"
937
- },
938
- "default": "null",
939
- "fieldName": "maxSelected"
940
- },
941
- {
942
- "name": "enable-select-all",
943
- "type": {
944
- "text": "boolean"
945
- },
946
- "default": "false",
947
- "description": "Adds a \"Select All\" option at the top of the options list.",
948
- "fieldName": "enableSelectAll"
949
- },
950
- {
951
- "name": "select-all-text",
952
- "type": {
953
- "text": "string | undefined"
954
- },
955
- "description": "Overrides the default \"Select All\" text.",
956
- "fieldName": "selectAllText"
957
- },
958
- {
959
- "name": "deselect-all-text",
960
- "type": {
961
- "text": "string | undefined"
962
- },
963
- "description": "Overrides the default \"Deselect All\" text.",
964
- "fieldName": "deselectAllText"
965
- },
966
- {
967
- "name": "helper-text",
968
- "type": {
969
- "text": "string | undefined"
970
- },
971
- "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.",
972
- "fieldName": "helperText",
973
- "inheritedFrom": {
974
- "name": "WithFeedback",
975
- "module": "src/shared/feedback/mixins.ts"
976
- }
977
- },
978
- {
979
- "name": "error-text",
980
- "type": {
981
- "text": "string | undefined"
982
- },
983
- "description": "Provides a custom error message. Any current error state will be overridden.",
984
- "fieldName": "errorText",
985
- "inheritedFrom": {
986
- "name": "WithErrorText",
987
- "module": "src/shared/patterns/form-elements/with-error-text.ts"
988
- }
989
- },
990
- {
991
- "name": "success-text",
992
- "type": {
993
- "text": "string | undefined"
994
- },
995
- "description": "Provides a custom success message. Any current error state will be overridden.",
996
- "fieldName": "successText",
997
- "inheritedFrom": {
998
- "name": "WithSuccessText",
999
- "module": "src/shared/patterns/form-elements/with-success-text.ts"
1000
- }
1001
- },
1002
- {
1003
- "name": "label",
1004
- "type": {
1005
- "text": "string | undefined"
1006
- },
1007
- "description": "The label for the form element.",
1008
- "fieldName": "label",
1009
- "inheritedFrom": {
1010
- "name": "FormElement",
1011
- "module": "src/shared/patterns/form-elements/form-element.ts"
1012
- }
1013
- },
1014
- {
1015
- "name": "icon-trailing",
1016
- "type": {
1017
- "text": "boolean"
1018
- },
1019
- "default": "false",
1020
- "description": "Indicates the icon affix alignment.",
1021
- "fieldName": "iconTrailing",
1022
- "inheritedFrom": {
1023
- "name": "AffixIconWithTrailing",
1024
- "module": "src/shared/patterns/affix.ts"
1025
- }
1026
- },
1027
- {
1028
- "name": "icon",
1029
- "type": {
1030
- "text": "string | undefined"
1031
- },
1032
- "description": "A decorative icon the custom element should have. See the [Vivid Icon\nGallery](/icons/icons-gallery/) for available icons and `icon-name`s",
1033
- "fieldName": "icon",
1034
- "inheritedFrom": {
1035
- "name": "AffixIcon",
1036
- "module": "src/shared/patterns/affix.ts"
1037
- }
1038
- },
1039
- {
1040
- "name": "current-value",
1041
- "type": {
1042
- "text": "string"
1043
- },
1044
- "description": "The current value of the element.",
1045
- "fieldName": "value",
1046
- "inheritedFrom": {
1047
- "name": "FormAssociated",
1048
- "module": "src/shared/foundation/form-associated/form-associated.ts"
1049
- }
1050
- },
1051
- {
1052
- "name": "value",
1053
- "type": {
1054
- "text": "string"
1055
- },
1056
- "description": "The default value of the element. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
1057
- "fieldName": "initialValue",
1058
- "inheritedFrom": {
1059
- "name": "FormAssociated",
1060
- "module": "src/shared/foundation/form-associated/form-associated.ts"
1061
- }
1062
- },
1063
- {
1064
- "name": "disabled",
1065
- "type": {
1066
- "text": "boolean"
1067
- },
1068
- "default": "false",
1069
- "description": "Sets the element's disabled state. A disabled element will not be included during form submission.",
1070
- "fieldName": "disabled",
1071
- "inheritedFrom": {
1072
- "name": "FormAssociated",
1073
- "module": "src/shared/foundation/form-associated/form-associated.ts"
1074
- }
1075
- },
1076
- {
1077
- "name": "name",
1078
- "type": {
1079
- "text": "string"
1080
- },
1081
- "description": "The name of the element. This element's value will be surfaced during form submission under the provided name.",
1082
- "fieldName": "name",
1083
- "inheritedFrom": {
1084
- "name": "FormAssociated",
1085
- "module": "src/shared/foundation/form-associated/form-associated.ts"
1086
- }
1087
- },
1088
- {
1089
- "name": "required",
1090
- "type": {
1091
- "text": "boolean"
1092
- },
1093
- "description": "Require the field to be completed prior to form submission.",
1094
- "default": "false",
1095
- "fieldName": "required",
1096
- "inheritedFrom": {
1097
- "name": "FormAssociated",
1098
- "module": "src/shared/foundation/form-associated/form-associated.ts"
1099
- }
1100
- }
1101
- ],
1102
- "mixins": [
1103
- {
1104
- "name": "WithContextualHelp",
1105
- "module": "/src/shared/patterns"
1106
- },
1107
- {
1108
- "name": "WithFeedback",
1109
- "module": "/src/shared/feedback/mixins"
1110
- },
1111
- {
1112
- "name": "WithErrorText",
1113
- "module": "/src/shared/patterns"
1114
- },
1115
- {
1116
- "name": "WithSuccessText",
1117
- "module": "/src/shared/patterns"
1118
- },
1119
- {
1120
- "name": "FormElement",
1121
- "module": "/src/shared/patterns"
1122
- },
1123
- {
1124
- "name": "DelegatesAria",
1125
- "module": "/src/shared/aria/delegates-aria"
1126
- },
1127
- {
1128
- "name": "AffixIconWithTrailing",
1129
- "module": "/src/shared/patterns"
1130
- },
1131
- {
1132
- "name": "Localized",
1133
- "module": "/src/shared/patterns"
1134
- },
1135
- {
1136
- "name": "FormAssociated",
1137
- "module": "/src/shared/foundation/form-associated/form-associated"
1138
- }
1139
- ],
1140
- "superclass": {
1141
- "name": "VividElement",
1142
- "module": "/src/shared/foundation/vivid-element/vivid-element"
1143
- },
1144
- "vividComponent": {
1145
- "public": true,
1146
- "name": "searchable-select",
1147
- "vueModels": [
1148
- {
1149
- "name": "modelValue",
1150
- "propName": "value",
1151
- "eventNames": [
1152
- "input",
1153
- "@lazy:change"
1154
- ],
1155
- "valueMapping": "event.currentTarget.value"
1156
- },
1157
- {
1158
- "name": "values",
1159
- "propName": "values",
1160
- "eventNames": [
1161
- "input",
1162
- "@lazy:change"
1163
- ],
1164
- "valueMapping": "event.currentTarget.values"
1165
- }
1166
- ]
1167
- },
1168
- "vividTesting": {
1169
- "selectors": [],
1170
- "actions": [
1171
- {
1172
- "name": "selectOptionByValue",
1173
- "args": [
1174
- "selectOptionByValue"
1175
- ]
1176
- },
1177
- {
1178
- "name": "selectOptionByText",
1179
- "args": [
1180
- "selectOptionByText"
1181
- ]
1182
- }
1183
- ],
1184
- "queries": [
1185
- {
1186
- "name": "values",
1187
- "args": [
1188
- "values"
1189
- ]
1190
- },
1191
- {
1192
- "name": "selectedOptions",
1193
- "args": [
1194
- "selectedOptionsText"
1195
- ]
1196
- }
1197
- ],
1198
- "refs": []
1199
- }
1200
- }
1201
- */
1202
- import wrapper from '@repo/react-component-wrapper'
1203
- import { registerSearchableSelect } from '@vonage/vivid'
1204
-
1205
- registerSearchableSelect('vvd3')
1206
-
1207
- const VwcSearchableSelect = wrapper(`vvd3-searchable-select`, {
1208
- events: [{"name":"change","propName":"onChange"},{"name":"search-text-change","propName":"onSearchTextChange"},{"name":"input","propName":"onInput"}],
1209
- attributes: [],
1210
- properties: ['appearance', 'shape', 'scale', 'fixedDropdown', 'placeholder', 'open', 'multiple', 'externalTags', 'maxLines', 'values', 'initialValues', 'selectedIndex', 'optionFilter', 'loading', 'clearable', 'maxSelected', 'enableSelectAll', 'selectAllText', 'deselectAllText', 'setFormValue', 'helperText', 'errorText', 'validate', 'successText', 'label', 'iconTrailing', 'icon', 'value', 'currentValue', 'initialValue', 'disabled', 'name', 'required', 'VIVID_VERSION', 'componentName']
1211
- })
1212
-
1213
- VwcSearchableSelect.displayName = 'VwcSearchableSelect'
1214
-
1215
- export default VwcSearchableSelect
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/VwcSearchableSelect/index.js
8
+ (0, require("@vonage/vivid").registerSearchableSelect)("vvd3");
9
+ var VwcSearchableSelect = require_index_es.g(`vvd3-searchable-select`, {
10
+ events: [
11
+ {
12
+ "name": "change",
13
+ "propName": "onChange"
14
+ },
15
+ {
16
+ "name": "search-text-change",
17
+ "propName": "onSearchTextChange"
18
+ },
19
+ {
20
+ "name": "input",
21
+ "propName": "onInput"
22
+ }
23
+ ],
24
+ attributes: [],
25
+ properties: [
26
+ "appearance",
27
+ "shape",
28
+ "scale",
29
+ "fixedDropdown",
30
+ "placeholder",
31
+ "open",
32
+ "multiple",
33
+ "externalTags",
34
+ "maxLines",
35
+ "values",
36
+ "initialValues",
37
+ "selectedIndex",
38
+ "optionFilter",
39
+ "loading",
40
+ "clearable",
41
+ "maxSelected",
42
+ "enableSelectAll",
43
+ "selectAllText",
44
+ "deselectAllText",
45
+ "setFormValue",
46
+ "helperText",
47
+ "errorText",
48
+ "validate",
49
+ "successText",
50
+ "label",
51
+ "iconTrailing",
52
+ "icon",
53
+ "value",
54
+ "currentValue",
55
+ "initialValue",
56
+ "disabled",
57
+ "name",
58
+ "required",
59
+ "VIVID_VERSION",
60
+ "componentName"
61
+ ]
62
+ });
63
+ VwcSearchableSelect.displayName = "VwcSearchableSelect";
64
+ //#endregion
65
+ exports.default = VwcSearchableSelect;