@vonage/vivid-react 5.21.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 (409) 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 +1067 -25
  124. package/package.json +7 -5
  125. package/types/index.d.ts +1 -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 -1341
  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 -862
  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.d.ts +2 -2
  244. package/v3/VwcPopover/index.js +26 -184
  245. package/v3/VwcPopover/package.json +2 -2
  246. package/v3/VwcPopup/index.d.ts +2 -0
  247. package/v3/VwcPopup/index.js +32 -380
  248. package/v3/VwcPopup/package.json +2 -2
  249. package/v3/VwcProgress/index.js +26 -276
  250. package/v3/VwcProgress/package.json +2 -2
  251. package/v3/VwcProgressRing/index.js +25 -235
  252. package/v3/VwcProgressRing/package.json +2 -2
  253. package/v3/VwcRadio/index.js +38 -662
  254. package/v3/VwcRadio/package.json +2 -2
  255. package/v3/VwcRadioGroup/index.js +31 -351
  256. package/v3/VwcRadioGroup/package.json +2 -2
  257. package/v3/VwcRangeSlider/index.js +61 -967
  258. package/v3/VwcRangeSlider/package.json +2 -2
  259. package/v3/VwcRichTextEditor/index.js +21 -178
  260. package/v3/VwcRichTextEditor/package.json +2 -2
  261. package/v3/VwcRichTextView/index.js +20 -195
  262. package/v3/VwcRichTextView/package.json +2 -2
  263. package/v3/VwcRteAlignmentFeatureImpl/index.js +16 -283
  264. package/v3/VwcRteAlignmentFeatureImpl/package.json +2 -2
  265. package/v3/VwcRteBaseImpl/index.js +16 -249
  266. package/v3/VwcRteBaseImpl/package.json +2 -2
  267. package/v3/VwcRteBasicTextBlocksImpl/index.js +16 -284
  268. package/v3/VwcRteBasicTextBlocksImpl/package.json +2 -2
  269. package/v3/VwcRteBoldFeatureImpl/index.js +16 -262
  270. package/v3/VwcRteBoldFeatureImpl/package.json +2 -2
  271. package/v3/VwcRteCharacterCountFeatureImpl/index.js +16 -249
  272. package/v3/VwcRteCharacterCountFeatureImpl/package.json +2 -2
  273. package/v3/VwcRteConfig/index.js +16 -73
  274. package/v3/VwcRteConfig/package.json +2 -2
  275. package/v3/VwcRteConfigImpl/index.js +23 -74
  276. package/v3/VwcRteConfigImpl/package.json +2 -2
  277. package/v3/VwcRteCoreImpl/index.d.ts +4 -0
  278. package/v3/VwcRteCoreImpl/index.js +22 -254
  279. package/v3/VwcRteCoreImpl/package.json +2 -2
  280. package/v3/VwcRteCursorFixFeatureImpl/index.js +16 -249
  281. package/v3/VwcRteCursorFixFeatureImpl/package.json +2 -2
  282. package/v3/VwcRteDropHandlerFeatureImpl/index.js +16 -249
  283. package/v3/VwcRteDropHandlerFeatureImpl/package.json +2 -2
  284. package/v3/VwcRteFeature/index.js +16 -25
  285. package/v3/VwcRteFeature/package.json +2 -2
  286. package/v3/VwcRteFeatureImpl/index.js +16 -196
  287. package/v3/VwcRteFeatureImpl/package.json +2 -2
  288. package/v3/VwcRteFileHandlerFeatureImpl/index.js +16 -249
  289. package/v3/VwcRteFileHandlerFeatureImpl/package.json +2 -2
  290. package/v3/VwcRteFontSizePickerFeatureImpl/index.js +21 -314
  291. package/v3/VwcRteFontSizePickerFeatureImpl/package.json +2 -2
  292. package/v3/VwcRteForeignHtmlFeatureImpl/index.js +16 -249
  293. package/v3/VwcRteForeignHtmlFeatureImpl/package.json +2 -2
  294. package/v3/VwcRteHardBreakFeatureImpl/index.js +16 -249
  295. package/v3/VwcRteHardBreakFeatureImpl/package.json +2 -2
  296. package/v3/VwcRteHistoryFeatureImpl/index.js +16 -249
  297. package/v3/VwcRteHistoryFeatureImpl/package.json +2 -2
  298. package/v3/VwcRteHtmlParser/index.js +16 -106
  299. package/v3/VwcRteHtmlParser/package.json +2 -2
  300. package/v3/VwcRteHtmlSerializer/index.js +16 -81
  301. package/v3/VwcRteHtmlSerializer/package.json +2 -2
  302. package/v3/VwcRteHtmlSerializerImpl/index.js +16 -77
  303. package/v3/VwcRteHtmlSerializerImpl/package.json +2 -2
  304. package/v3/VwcRteInlineImageFeatureImpl/index.js +16 -307
  305. package/v3/VwcRteInlineImageFeatureImpl/package.json +2 -2
  306. package/v3/VwcRteInputRulesFeatureImpl/index.js +16 -249
  307. package/v3/VwcRteInputRulesFeatureImpl/package.json +2 -2
  308. package/v3/VwcRteInstance/index.js +16 -103
  309. package/v3/VwcRteInstance/package.json +2 -2
  310. package/v3/VwcRteInstanceImpl/index.js +20 -249
  311. package/v3/VwcRteInstanceImpl/package.json +2 -2
  312. package/v3/VwcRteItalicFeatureImpl/index.js +16 -262
  313. package/v3/VwcRteItalicFeatureImpl/package.json +2 -2
  314. package/v3/VwcRteKeyboardShortcutsFeatureImpl/index.js +16 -249
  315. package/v3/VwcRteKeyboardShortcutsFeatureImpl/package.json +2 -2
  316. package/v3/VwcRteLinkFeatureImpl/index.js +20 -310
  317. package/v3/VwcRteLinkFeatureImpl/package.json +2 -2
  318. package/v3/VwcRteListFeatureImpl/index.js +16 -286
  319. package/v3/VwcRteListFeatureImpl/package.json +2 -2
  320. package/v3/VwcRteMonospaceFeatureImpl/index.js +16 -262
  321. package/v3/VwcRteMonospaceFeatureImpl/package.json +2 -2
  322. package/v3/VwcRtePlaceholderFeatureImpl/index.js +16 -249
  323. package/v3/VwcRtePlaceholderFeatureImpl/package.json +2 -2
  324. package/v3/VwcRteStrikethroughFeatureImpl/index.js +16 -262
  325. package/v3/VwcRteStrikethroughFeatureImpl/package.json +2 -2
  326. package/v3/VwcRteTextBlockPickerFeatureImpl/index.js +16 -249
  327. package/v3/VwcRteTextBlockPickerFeatureImpl/package.json +2 -2
  328. package/v3/VwcRteTextColorPickerFeatureImpl/index.js +20 -290
  329. package/v3/VwcRteTextColorPickerFeatureImpl/package.json +2 -2
  330. package/v3/VwcRteTextStyleFeatureImpl/index.js +16 -256
  331. package/v3/VwcRteTextStyleFeatureImpl/package.json +2 -2
  332. package/v3/VwcRteToolbarFeatureImpl/index.js +20 -254
  333. package/v3/VwcRteToolbarFeatureImpl/package.json +2 -2
  334. package/v3/VwcRteUnderlineFeatureImpl/index.js +16 -262
  335. package/v3/VwcRteUnderlineFeatureImpl/package.json +2 -2
  336. package/v3/VwcSearchableSelect/index.js +65 -1215
  337. package/v3/VwcSearchableSelect/package.json +2 -2
  338. package/v3/VwcSelect/index.js +61 -985
  339. package/v3/VwcSelect/package.json +2 -2
  340. package/v3/VwcSelectableBox/index.js +29 -301
  341. package/v3/VwcSelectableBox/package.json +2 -2
  342. package/v3/VwcSideDrawer/index.js +36 -191
  343. package/v3/VwcSideDrawer/package.json +2 -2
  344. package/v3/VwcSimpleColorPicker/index.js +37 -508
  345. package/v3/VwcSimpleColorPicker/package.json +2 -2
  346. package/v3/VwcSlider/index.js +48 -758
  347. package/v3/VwcSlider/package.json +2 -2
  348. package/v3/VwcSplitButton/index.js +43 -530
  349. package/v3/VwcSplitButton/package.json +2 -2
  350. package/v3/VwcStatus/index.js +22 -189
  351. package/v3/VwcStatus/package.json +2 -2
  352. package/v3/VwcSwitch/index.js +43 -610
  353. package/v3/VwcSwitch/package.json +2 -2
  354. package/v3/VwcTab/index.js +30 -333
  355. package/v3/VwcTab/package.json +2 -2
  356. package/v3/VwcTabPanel/index.js +16 -74
  357. package/v3/VwcTabPanel/package.json +2 -2
  358. package/v3/VwcTable/index.js +16 -68
  359. package/v3/VwcTable/package.json +2 -2
  360. package/v3/VwcTableBody/index.js +16 -68
  361. package/v3/VwcTableBody/package.json +2 -2
  362. package/v3/VwcTableCell/index.js +19 -149
  363. package/v3/VwcTableCell/package.json +2 -2
  364. package/v3/VwcTableHead/index.js +16 -68
  365. package/v3/VwcTableHead/package.json +2 -2
  366. package/v3/VwcTableHeaderCell/index.js +19 -166
  367. package/v3/VwcTableHeaderCell/package.json +2 -2
  368. package/v3/VwcTableRow/index.js +16 -140
  369. package/v3/VwcTableRow/package.json +2 -2
  370. package/v3/VwcTableSortingButton/index.js +23 -112
  371. package/v3/VwcTableSortingButton/package.json +2 -2
  372. package/v3/VwcTabs/index.js +29 -389
  373. package/v3/VwcTabs/package.json +2 -2
  374. package/v3/VwcTag/index.js +34 -651
  375. package/v3/VwcTag/package.json +2 -2
  376. package/v3/VwcTagGroup/index.js +16 -74
  377. package/v3/VwcTagGroup/package.json +2 -2
  378. package/v3/VwcTextArea/index.js +48 -905
  379. package/v3/VwcTextArea/package.json +2 -2
  380. package/v3/VwcTextField/index.js +74 -921
  381. package/v3/VwcTextField/package.json +2 -2
  382. package/v3/VwcTextblockAttrs/index.js +16 -95
  383. package/v3/VwcTextblockAttrs/package.json +2 -2
  384. package/v3/VwcTextblockMarks/index.js +16 -53
  385. package/v3/VwcTextblockMarks/package.json +2 -2
  386. package/v3/VwcTimePicker/index.js +44 -788
  387. package/v3/VwcTimePicker/package.json +2 -2
  388. package/v3/VwcToggletip/index.js +25 -318
  389. package/v3/VwcToggletip/package.json +2 -2
  390. package/v3/VwcTooltip/index.js +24 -262
  391. package/v3/VwcTooltip/package.json +2 -2
  392. package/v3/VwcTreeItem/index.js +30 -257
  393. package/v3/VwcTreeItem/package.json +2 -2
  394. package/v3/VwcTreeView/index.js +21 -184
  395. package/v3/VwcTreeView/package.json +2 -2
  396. package/v3/VwcUiCtx/index.js +16 -117
  397. package/v3/VwcUiCtx/package.json +2 -2
  398. package/v3/VwcVideoPlayer/index.js +38 -256
  399. package/v3/VwcVideoPlayer/package.json +2 -2
  400. package/v3/VwcVisuallyHidden/index.js +16 -61
  401. package/v3/VwcVisuallyHidden/package.json +2 -2
  402. package/v3/VwcVividElement/index.js +16 -116
  403. package/v3/VwcVividElement/package.json +2 -2
  404. package/v3/VwcVividFoundationButton/index.js +34 -552
  405. package/v3/VwcVividFoundationButton/package.json +2 -2
  406. package/v3/VwcVvdHexInput/index.js +16 -43
  407. package/v3/VwcVvdHexInput/package.json +2 -2
  408. package/v3/VwcVvdHexPicker/index.js +16 -43
  409. package/v3/VwcVvdHexPicker/package.json +2 -2
@@ -1,967 +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": "Base class for range-slider",
9
- "name": "RangeSlider",
10
- "cssProperties": [
11
- {
12
- "name": "--vvd-slider-cta-primary",
13
- "default": "var(--vvd-color-cta-500)"
14
- },
15
- {
16
- "name": "--vvd-slider-accent-primary",
17
- "default": "var(--vvd-color-canvas-text)"
18
- }
19
- ],
20
- "members": [
21
- {
22
- "kind": "field",
23
- "name": "#isInternalValueUpdate",
24
- "privacy": "private",
25
- "type": {
26
- "text": "boolean"
27
- },
28
- "default": "false"
29
- },
30
- {
31
- "kind": "field",
32
- "name": "start",
33
- "type": {
34
- "text": "string"
35
- },
36
- "default": "''",
37
- "description": "The current start value of the element."
38
- },
39
- {
40
- "kind": "field",
41
- "name": "initialStart",
42
- "type": {
43
- "text": "| string\n\t\t| undefined"
44
- },
45
- "description": "The initial start value. This value sets the `start` property\nonly when the `start` property has not been explicitly set."
46
- },
47
- {
48
- "kind": "field",
49
- "name": "currentStart",
50
- "type": {
51
- "text": "string"
52
- },
53
- "description": "The current start value of the element. This property serves as a mechanism\nto set the `start` property through both property assignment and the\n.setAttribute() method. This is useful for setting the field's value\nin UI libraries that bind data through the .setAttribute() API\nand don't support IDL attribute binding."
54
- },
55
- {
56
- "kind": "field",
57
- "name": "startAsNumber",
58
- "type": {
59
- "text": "number"
60
- },
61
- "description": "The start property, typed as a number.",
62
- "privacy": "public"
63
- },
64
- {
65
- "kind": "field",
66
- "name": "end",
67
- "type": {
68
- "text": "string"
69
- },
70
- "default": "''",
71
- "description": "The current end value of the element."
72
- },
73
- {
74
- "kind": "field",
75
- "name": "initialEnd",
76
- "type": {
77
- "text": "string | undefined"
78
- },
79
- "description": "The initial end value. This value sets the `end` property\nonly when the `end` property has not been explicitly set."
80
- },
81
- {
82
- "kind": "field",
83
- "name": "currentEnd",
84
- "type": {
85
- "text": "string"
86
- },
87
- "description": "The current end value of the element. This property serves as a mechanism\nto set the `end` property through both property assignment and the\n.setAttribute() method. This is useful for setting the field's value\nin UI libraries that bind data through the .setAttribute() API\nand don't support IDL attribute binding."
88
- },
89
- {
90
- "kind": "field",
91
- "name": "endAsNumber",
92
- "description": "The end property, typed as a number.",
93
- "privacy": "public"
94
- },
95
- {
96
- "kind": "method",
97
- "name": "#updateValues",
98
- "parameters": [
99
- {
100
- "name": "{ start, end }",
101
- "type": {
102
- "text": "{ start?: string; end?: string }"
103
- }
104
- },
105
- {
106
- "name": "emitEvents",
107
- "default": "true"
108
- }
109
- ]
110
- },
111
- {
112
- "kind": "field",
113
- "name": "min",
114
- "type": {
115
- "text": "number"
116
- },
117
- "default": "0",
118
- "description": "The minimum value of the range.",
119
- "privacy": "public"
120
- },
121
- {
122
- "kind": "field",
123
- "name": "max",
124
- "type": {
125
- "text": "number"
126
- },
127
- "default": "10",
128
- "description": "The maximum value of the range.",
129
- "privacy": "public"
130
- },
131
- {
132
- "kind": "field",
133
- "name": "step",
134
- "type": {
135
- "text": "number"
136
- },
137
- "default": "1",
138
- "description": "Value to increment or decrement via arrow keys, mouse click or drag.",
139
- "privacy": "public"
140
- },
141
- {
142
- "kind": "method",
143
- "name": "#applyStep",
144
- "parameters": [
145
- {
146
- "name": "thumb",
147
- "type": {
148
- "text": "'start' | 'end'"
149
- }
150
- },
151
- {
152
- "name": "direction",
153
- "type": {
154
- "text": "Direction"
155
- }
156
- }
157
- ]
158
- },
159
- {
160
- "kind": "field",
161
- "name": "orientation",
162
- "type": {
163
- "text": "Orientation"
164
- },
165
- "description": "The orientation of the slider.",
166
- "privacy": "public"
167
- },
168
- {
169
- "kind": "field",
170
- "name": "ariaStartLabel",
171
- "type": {
172
- "text": "string | null"
173
- },
174
- "default": "null",
175
- "description": "Aria label for the start thumb",
176
- "privacy": "public"
177
- },
178
- {
179
- "kind": "field",
180
- "name": "ariaEndLabel",
181
- "type": {
182
- "text": "string | null"
183
- },
184
- "default": "null",
185
- "description": "Aria label for the end thumb",
186
- "privacy": "public"
187
- },
188
- {
189
- "kind": "field",
190
- "name": "markers",
191
- "type": {
192
- "text": "boolean"
193
- },
194
- "default": "false",
195
- "description": "Display markers on/off",
196
- "privacy": "public"
197
- },
198
- {
199
- "kind": "field",
200
- "name": "connotation",
201
- "type": {
202
- "text": "RangeSliderConnotation | undefined"
203
- },
204
- "description": "The connotation of the component",
205
- "privacy": "public"
206
- },
207
- {
208
- "kind": "field",
209
- "name": "pin",
210
- "type": {
211
- "text": "boolean"
212
- },
213
- "default": "false",
214
- "description": "Show current values on the thumbs.",
215
- "privacy": "public"
216
- },
217
- {
218
- "kind": "field",
219
- "name": "valueTextFormatter",
220
- "type": {
221
- "text": "(value: string) => string"
222
- },
223
- "description": "Custom function that generates a string for the component's \"aria-valuetext\" attribute based on the current value.",
224
- "privacy": "public"
225
- },
226
- {
227
- "kind": "method",
228
- "name": "#updateFormValue"
229
- },
230
- {
231
- "kind": "method",
232
- "name": "formResetCallback"
233
- },
234
- {
235
- "kind": "field",
236
- "name": "#thumbs",
237
- "privacy": "private",
238
- "readonly": true
239
- },
240
- {
241
- "kind": "field",
242
- "name": "#thumbConstraints",
243
- "privacy": "private",
244
- "readonly": true
245
- },
246
- {
247
- "kind": "method",
248
- "name": "#getThumbId",
249
- "return": {
250
- "type": {
251
- "text": "ThumbId"
252
- }
253
- },
254
- "parameters": [
255
- {
256
- "name": "thumb",
257
- "type": {
258
- "text": "HTMLElement"
259
- }
260
- }
261
- ]
262
- },
263
- {
264
- "kind": "method",
265
- "name": "#getThumbIdFromEvent",
266
- "return": {
267
- "type": {
268
- "text": "ThumbId"
269
- }
270
- },
271
- "parameters": [
272
- {
273
- "name": "e",
274
- "type": {
275
- "text": "Event"
276
- }
277
- }
278
- ]
279
- },
280
- {
281
- "kind": "method",
282
- "name": "#updateThumbPositions"
283
- },
284
- {
285
- "kind": "method",
286
- "name": "#thumbTrackEndOffset",
287
- "parameters": [
288
- {
289
- "name": "value",
290
- "type": {
291
- "text": "number"
292
- }
293
- }
294
- ]
295
- },
296
- {
297
- "kind": "method",
298
- "name": "#calculateValueFromMouseEvent",
299
- "parameters": [
300
- {
301
- "name": "e",
302
- "type": {
303
- "text": "Pick<MouseEvent, 'pageX' | 'pageY'>"
304
- }
305
- }
306
- ]
307
- },
308
- {
309
- "kind": "method",
310
- "name": "#roundToNearestStep",
311
- "parameters": [
312
- {
313
- "name": "thumb",
314
- "type": {
315
- "text": "ThumbId"
316
- }
317
- },
318
- {
319
- "name": "value",
320
- "type": {
321
- "text": "number"
322
- }
323
- }
324
- ]
325
- },
326
- {
327
- "kind": "field",
328
- "name": "#isNonVisibleFocus",
329
- "privacy": "private",
330
- "type": {
331
- "text": "boolean"
332
- },
333
- "default": "false"
334
- },
335
- {
336
- "kind": "method",
337
- "name": "#focusThumbNonVisibly",
338
- "parameters": [
339
- {
340
- "name": "thumb",
341
- "type": {
342
- "text": "HTMLElement"
343
- }
344
- }
345
- ]
346
- },
347
- {
348
- "kind": "method",
349
- "name": "#registerThumbListeners"
350
- },
351
- {
352
- "kind": "method",
353
- "name": "#unregisterThumbListeners"
354
- },
355
- {
356
- "kind": "field",
357
- "name": "#onThumbFocus",
358
- "privacy": "private"
359
- },
360
- {
361
- "kind": "field",
362
- "name": "#onThumbBlur",
363
- "privacy": "private"
364
- },
365
- {
366
- "kind": "field",
367
- "name": "#onVisibilityChange",
368
- "privacy": "private"
369
- },
370
- {
371
- "kind": "field",
372
- "name": "#onMouseOver",
373
- "privacy": "private"
374
- },
375
- {
376
- "kind": "field",
377
- "name": "#onMouseOut",
378
- "privacy": "private"
379
- },
380
- {
381
- "kind": "field",
382
- "name": "#onThumbMousedown",
383
- "privacy": "private"
384
- },
385
- {
386
- "kind": "field",
387
- "name": "#onThumbKeydown",
388
- "privacy": "private"
389
- },
390
- {
391
- "kind": "method",
392
- "name": "#registerDragHandlers"
393
- },
394
- {
395
- "kind": "method",
396
- "name": "#unregisterDragListeners"
397
- },
398
- {
399
- "kind": "field",
400
- "name": "#onDragMove",
401
- "privacy": "private"
402
- },
403
- {
404
- "kind": "field",
405
- "name": "#onDragEnd",
406
- "privacy": "private"
407
- },
408
- {
409
- "kind": "field",
410
- "name": "label",
411
- "type": {
412
- "text": "string | undefined"
413
- },
414
- "description": "The label for the form element.",
415
- "inheritedFrom": {
416
- "name": "FormElement",
417
- "module": "src/shared/patterns/form-elements/form-element.ts"
418
- }
419
- },
420
- {
421
- "kind": "field",
422
- "name": "#handleInvalidEvent",
423
- "privacy": "private",
424
- "inheritedFrom": {
425
- "name": "FormElement",
426
- "module": "src/shared/patterns/form-elements/form-element.ts"
427
- }
428
- },
429
- {
430
- "kind": "field",
431
- "name": "validity",
432
- "type": {
433
- "text": "ValidityState"
434
- },
435
- "description": "Returns the validity state of the element",
436
- "readonly": true,
437
- "inheritedFrom": {
438
- "name": "FormAssociated",
439
- "module": "src/shared/foundation/form-associated/form-associated.ts"
440
- }
441
- },
442
- {
443
- "kind": "field",
444
- "name": "form",
445
- "type": {
446
- "text": "HTMLFormElement | null"
447
- },
448
- "description": "Retrieve a reference to the associated form.\nReturns null if not associated to any form.",
449
- "readonly": true,
450
- "inheritedFrom": {
451
- "name": "FormAssociated",
452
- "module": "src/shared/foundation/form-associated/form-associated.ts"
453
- }
454
- },
455
- {
456
- "kind": "field",
457
- "name": "validationMessage",
458
- "type": {
459
- "text": "string"
460
- },
461
- "description": "Retrieve the localized validation message,\nor custom validation message if set.",
462
- "readonly": true,
463
- "inheritedFrom": {
464
- "name": "FormAssociated",
465
- "module": "src/shared/foundation/form-associated/form-associated.ts"
466
- }
467
- },
468
- {
469
- "kind": "field",
470
- "name": "willValidate",
471
- "type": {
472
- "text": "boolean"
473
- },
474
- "description": "Whether the element will be validated when the\nform is submitted",
475
- "readonly": true,
476
- "inheritedFrom": {
477
- "name": "FormAssociated",
478
- "module": "src/shared/foundation/form-associated/form-associated.ts"
479
- }
480
- },
481
- {
482
- "kind": "field",
483
- "name": "labels",
484
- "type": {
485
- "text": "ReadonlyArray<Node>"
486
- },
487
- "description": "A reference to all associated label elements",
488
- "readonly": true,
489
- "inheritedFrom": {
490
- "name": "FormAssociated",
491
- "module": "src/shared/foundation/form-associated/form-associated.ts"
492
- }
493
- },
494
- {
495
- "kind": "field",
496
- "name": "value",
497
- "type": {
498
- "text": "string"
499
- },
500
- "description": "The current value of the element.",
501
- "inheritedFrom": {
502
- "name": "FormAssociated",
503
- "module": "src/shared/foundation/form-associated/form-associated.ts"
504
- }
505
- },
506
- {
507
- "kind": "field",
508
- "name": "currentValue",
509
- "inheritedFrom": {
510
- "name": "FormAssociated",
511
- "module": "src/shared/foundation/form-associated/form-associated.ts"
512
- }
513
- },
514
- {
515
- "kind": "field",
516
- "name": "initialValue",
517
- "type": {
518
- "text": "string"
519
- },
520
- "description": "The default value of the element. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
521
- "inheritedFrom": {
522
- "name": "FormAssociated",
523
- "module": "src/shared/foundation/form-associated/form-associated.ts"
524
- }
525
- },
526
- {
527
- "kind": "field",
528
- "name": "disabled",
529
- "type": {
530
- "text": "boolean"
531
- },
532
- "default": "false",
533
- "description": "Sets the element's disabled state. A disabled element will not be included during form submission.",
534
- "inheritedFrom": {
535
- "name": "FormAssociated",
536
- "module": "src/shared/foundation/form-associated/form-associated.ts"
537
- }
538
- },
539
- {
540
- "kind": "field",
541
- "name": "name",
542
- "type": {
543
- "text": "string"
544
- },
545
- "description": "The name of the element. This element's value will be surfaced during form submission under the provided name.",
546
- "inheritedFrom": {
547
- "name": "FormAssociated",
548
- "module": "src/shared/foundation/form-associated/form-associated.ts"
549
- }
550
- },
551
- {
552
- "kind": "field",
553
- "name": "required",
554
- "type": {
555
- "text": "boolean"
556
- },
557
- "description": "Require the field to be completed prior to form submission.",
558
- "default": "false",
559
- "inheritedFrom": {
560
- "name": "FormAssociated",
561
- "module": "src/shared/foundation/form-associated/form-associated.ts"
562
- }
563
- },
564
- {
565
- "kind": "method",
566
- "name": "checkValidity",
567
- "return": {
568
- "type": {
569
- "text": "boolean"
570
- }
571
- },
572
- "description": "Return the current validity of the element.",
573
- "inheritedFrom": {
574
- "name": "FormAssociated",
575
- "module": "src/shared/foundation/form-associated/form-associated.ts"
576
- }
577
- },
578
- {
579
- "kind": "method",
580
- "name": "reportValidity",
581
- "return": {
582
- "type": {
583
- "text": "boolean"
584
- }
585
- },
586
- "description": "Return the current validity of the element.\nIf false, fires an invalid event at the element.",
587
- "inheritedFrom": {
588
- "name": "FormAssociated",
589
- "module": "src/shared/foundation/form-associated/form-associated.ts"
590
- }
591
- },
592
- {
593
- "kind": "field",
594
- "name": "VIVID_VERSION",
595
- "static": true,
596
- "default": "__PACKAGE_VERSION__",
597
- "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`.",
598
- "type": {
599
- "text": "string"
600
- },
601
- "inheritedFrom": {
602
- "name": "VividElement",
603
- "module": "src/shared/foundation/vivid-element/vivid-element.ts"
604
- }
605
- },
606
- {
607
- "kind": "field",
608
- "name": "componentName",
609
- "type": {
610
- "text": "string"
611
- },
612
- "static": true,
613
- "description": "Core component name, without prefix",
614
- "inheritedFrom": {
615
- "name": "VividElement",
616
- "module": "src/shared/foundation/vivid-element/vivid-element.ts"
617
- }
618
- }
619
- ],
620
- "events": [
621
- {
622
- "type": {
623
- "text": "CustomEvent<undefined>"
624
- },
625
- "description": "Event emitted when the start value changes",
626
- "name": "input:start"
627
- },
628
- {
629
- "type": {
630
- "text": "CustomEvent<undefined>"
631
- },
632
- "description": "Event emitted when the end value changes",
633
- "name": "input:end"
634
- },
635
- {
636
- "type": {
637
- "text": "CustomEvent<undefined>"
638
- },
639
- "description": "Event emitted when either the start or end value changes.",
640
- "name": "input"
641
- },
642
- {
643
- "type": {
644
- "text": "CustomEvent<undefined>"
645
- },
646
- "description": "Event emitted when either the start or end value changes.",
647
- "name": "change"
648
- }
649
- ],
650
- "attributes": [
651
- {
652
- "name": "start",
653
- "type": {
654
- "text": "| string\n\t\t| undefined"
655
- },
656
- "description": "The initial start value. This value sets the `start` property\nonly when the `start` property has not been explicitly set.",
657
- "fieldName": "initialStart"
658
- },
659
- {
660
- "name": "current-start",
661
- "type": {
662
- "text": "string"
663
- },
664
- "description": "The current start value of the element. This property serves as a mechanism\nto set the `start` property through both property assignment and the\n.setAttribute() method. This is useful for setting the field's value\nin UI libraries that bind data through the .setAttribute() API\nand don't support IDL attribute binding.",
665
- "fieldName": "currentStart"
666
- },
667
- {
668
- "name": "end",
669
- "type": {
670
- "text": "string | undefined"
671
- },
672
- "description": "The initial end value. This value sets the `end` property\nonly when the `end` property has not been explicitly set.",
673
- "fieldName": "initialEnd"
674
- },
675
- {
676
- "name": "current-end",
677
- "type": {
678
- "text": "string"
679
- },
680
- "description": "The current end value of the element. This property serves as a mechanism\nto set the `end` property through both property assignment and the\n.setAttribute() method. This is useful for setting the field's value\nin UI libraries that bind data through the .setAttribute() API\nand don't support IDL attribute binding.",
681
- "fieldName": "currentEnd"
682
- },
683
- {
684
- "name": "min",
685
- "type": {
686
- "text": "number"
687
- },
688
- "default": "0",
689
- "description": "The minimum value of the range.",
690
- "fieldName": "min"
691
- },
692
- {
693
- "name": "max",
694
- "type": {
695
- "text": "number"
696
- },
697
- "default": "10",
698
- "description": "The maximum value of the range.",
699
- "fieldName": "max"
700
- },
701
- {
702
- "name": "step",
703
- "type": {
704
- "text": "number"
705
- },
706
- "default": "1",
707
- "description": "Value to increment or decrement via arrow keys, mouse click or drag.",
708
- "fieldName": "step"
709
- },
710
- {
711
- "name": "orientation",
712
- "type": {
713
- "text": "Orientation"
714
- },
715
- "description": "The orientation of the slider.",
716
- "fieldName": "orientation"
717
- },
718
- {
719
- "name": "aria-start-label",
720
- "type": {
721
- "text": "string | null"
722
- },
723
- "default": "null",
724
- "description": "Aria label for the start thumb",
725
- "fieldName": "ariaStartLabel"
726
- },
727
- {
728
- "name": "aria-end-label",
729
- "type": {
730
- "text": "string | null"
731
- },
732
- "default": "null",
733
- "description": "Aria label for the end thumb",
734
- "fieldName": "ariaEndLabel"
735
- },
736
- {
737
- "name": "markers",
738
- "type": {
739
- "text": "boolean"
740
- },
741
- "default": "false",
742
- "description": "Display markers on/off",
743
- "fieldName": "markers"
744
- },
745
- {
746
- "name": "connotation",
747
- "type": {
748
- "text": "RangeSliderConnotation | undefined"
749
- },
750
- "description": "The connotation of the component",
751
- "fieldName": "connotation"
752
- },
753
- {
754
- "name": "pin",
755
- "type": {
756
- "text": "boolean"
757
- },
758
- "default": "false",
759
- "description": "Show current values on the thumbs.",
760
- "fieldName": "pin"
761
- },
762
- {
763
- "name": "label",
764
- "type": {
765
- "text": "string | undefined"
766
- },
767
- "description": "The label for the form element.",
768
- "fieldName": "label",
769
- "inheritedFrom": {
770
- "name": "FormElement",
771
- "module": "src/shared/patterns/form-elements/form-element.ts"
772
- }
773
- },
774
- {
775
- "name": "current-value",
776
- "type": {
777
- "text": "string"
778
- },
779
- "description": "The current value of the element.",
780
- "fieldName": "value",
781
- "inheritedFrom": {
782
- "name": "FormAssociated",
783
- "module": "src/shared/foundation/form-associated/form-associated.ts"
784
- }
785
- },
786
- {
787
- "name": "value",
788
- "type": {
789
- "text": "string"
790
- },
791
- "description": "The default value of the element. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
792
- "fieldName": "initialValue",
793
- "inheritedFrom": {
794
- "name": "FormAssociated",
795
- "module": "src/shared/foundation/form-associated/form-associated.ts"
796
- }
797
- },
798
- {
799
- "name": "disabled",
800
- "type": {
801
- "text": "boolean"
802
- },
803
- "default": "false",
804
- "description": "Sets the element's disabled state. A disabled element will not be included during form submission.",
805
- "fieldName": "disabled",
806
- "inheritedFrom": {
807
- "name": "FormAssociated",
808
- "module": "src/shared/foundation/form-associated/form-associated.ts"
809
- }
810
- },
811
- {
812
- "name": "name",
813
- "type": {
814
- "text": "string"
815
- },
816
- "description": "The name of the element. This element's value will be surfaced during form submission under the provided name.",
817
- "fieldName": "name",
818
- "inheritedFrom": {
819
- "name": "FormAssociated",
820
- "module": "src/shared/foundation/form-associated/form-associated.ts"
821
- }
822
- },
823
- {
824
- "name": "required",
825
- "type": {
826
- "text": "boolean"
827
- },
828
- "description": "Require the field to be completed prior to form submission.",
829
- "default": "false",
830
- "fieldName": "required",
831
- "inheritedFrom": {
832
- "name": "FormAssociated",
833
- "module": "src/shared/foundation/form-associated/form-associated.ts"
834
- }
835
- }
836
- ],
837
- "mixins": [
838
- {
839
- "name": "Localized",
840
- "module": "/src/shared/patterns"
841
- },
842
- {
843
- "name": "FormElement",
844
- "module": "/src/shared/patterns"
845
- },
846
- {
847
- "name": "FormAssociated",
848
- "module": "/src/shared/foundation/form-associated/form-associated"
849
- }
850
- ],
851
- "superclass": {
852
- "name": "VividElement",
853
- "module": "/src/shared/foundation/vivid-element/vivid-element"
854
- },
855
- "vividComponent": {
856
- "name": "range-slider",
857
- "public": true,
858
- "vueModels": [
859
- {
860
- "name": "start",
861
- "propName": "start",
862
- "eventNames": [
863
- "input:start"
864
- ],
865
- "valueMapping": "event.currentTarget.start"
866
- },
867
- {
868
- "name": "end",
869
- "propName": "end",
870
- "eventNames": [
871
- "input:end"
872
- ],
873
- "valueMapping": "event.currentTarget.end"
874
- },
875
- {
876
- "name": "startAsNumber",
877
- "propName": "startAsNumber",
878
- "eventNames": [
879
- "input:start"
880
- ],
881
- "valueMapping": "event.currentTarget.startAsNumber"
882
- },
883
- {
884
- "name": "endAsNumber",
885
- "propName": "endAsNumber",
886
- "eventNames": [
887
- "input:end"
888
- ],
889
- "valueMapping": "event.currentTarget.endAsNumber"
890
- }
891
- ]
892
- },
893
- "vividTesting": {
894
- "selectors": [
895
- {
896
- "name": "byLabel",
897
- "args": [
898
- "byLabel"
899
- ]
900
- }
901
- ],
902
- "actions": [
903
- {
904
- "name": "slideStartTo",
905
- "args": [
906
- "slideTo",
907
- "#track",
908
- "#startThumb"
909
- ]
910
- },
911
- {
912
- "name": "slideEndTo",
913
- "args": [
914
- "slideTo",
915
- "#track",
916
- "#endThumb"
917
- ]
918
- }
919
- ],
920
- "queries": [
921
- {
922
- "name": "range",
923
- "args": [
924
- "rangeAsNumber"
925
- ]
926
- }
927
- ],
928
- "refs": [
929
- {
930
- "name": "track",
931
- "args": [
932
- "shadow",
933
- ".control"
934
- ]
935
- },
936
- {
937
- "name": "startThumb",
938
- "args": [
939
- "shadow",
940
- "#start-thumb"
941
- ]
942
- },
943
- {
944
- "name": "endThumb",
945
- "args": [
946
- "shadow",
947
- "#end-thumb"
948
- ]
949
- }
950
- ]
951
- }
952
- }
953
- */
954
- import wrapper from '@repo/react-component-wrapper'
955
- import { registerRangeSlider } from '@vonage/vivid'
956
-
957
- registerRangeSlider('vvd3')
958
-
959
- const VwcRangeSlider = wrapper(`vvd3-range-slider`, {
960
- events: [{"name":"change","propName":"onChange"},{"name":"input","propName":"onInput"},{"name":"input:end","propName":"onInput:end"},{"name":"input:start","propName":"onInput:start"}],
961
- attributes: [],
962
- properties: ['start', 'initialStart', 'currentStart', 'startAsNumber', 'end', 'initialEnd', 'currentEnd', 'endAsNumber', 'min', 'max', 'step', 'orientation', 'ariaStartLabel', 'ariaEndLabel', 'markers', 'connotation', 'pin', 'valueTextFormatter', 'label', 'value', 'currentValue', 'initialValue', 'disabled', 'name', 'required', 'VIVID_VERSION', 'componentName']
963
- })
964
-
965
- VwcRangeSlider.displayName = 'VwcRangeSlider'
966
-
967
- export default VwcRangeSlider
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/VwcRangeSlider/index.js
8
+ (0, require("@vonage/vivid").registerRangeSlider)("vvd3");
9
+ var VwcRangeSlider = require_index_es.g(`vvd3-range-slider`, {
10
+ events: [
11
+ {
12
+ "name": "change",
13
+ "propName": "onChange"
14
+ },
15
+ {
16
+ "name": "input",
17
+ "propName": "onInput"
18
+ },
19
+ {
20
+ "name": "input:end",
21
+ "propName": "onInput:end"
22
+ },
23
+ {
24
+ "name": "input:start",
25
+ "propName": "onInput:start"
26
+ }
27
+ ],
28
+ attributes: [],
29
+ properties: [
30
+ "start",
31
+ "initialStart",
32
+ "currentStart",
33
+ "startAsNumber",
34
+ "end",
35
+ "initialEnd",
36
+ "currentEnd",
37
+ "endAsNumber",
38
+ "min",
39
+ "max",
40
+ "step",
41
+ "orientation",
42
+ "ariaStartLabel",
43
+ "ariaEndLabel",
44
+ "markers",
45
+ "connotation",
46
+ "pin",
47
+ "valueTextFormatter",
48
+ "label",
49
+ "value",
50
+ "currentValue",
51
+ "initialValue",
52
+ "disabled",
53
+ "name",
54
+ "required",
55
+ "VIVID_VERSION",
56
+ "componentName"
57
+ ]
58
+ });
59
+ VwcRangeSlider.displayName = "VwcRangeSlider";
60
+ //#endregion
61
+ exports.default = VwcRangeSlider;