@vonage/vivid-react 5.22.0 → 5.23.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (406) hide show
  1. package/VwcAccordion/index.js +19 -54
  2. package/VwcAccordion/package.json +1 -1
  3. package/VwcActionGroup/index.js +22 -78
  4. package/VwcActionGroup/package.json +1 -1
  5. package/VwcBadge/index.js +29 -133
  6. package/VwcBadge/package.json +1 -1
  7. package/VwcBanner/index.js +26 -77
  8. package/VwcBanner/package.json +1 -1
  9. package/VwcButton/index.js +92 -142
  10. package/VwcButton/package.json +1 -1
  11. package/VwcButtonToggleGroup/index.js +29 -81
  12. package/VwcButtonToggleGroup/package.json +1 -1
  13. package/VwcCalendar/index.js +23 -62
  14. package/VwcCalendar/package.json +1 -1
  15. package/VwcCalendarEvent/index.js +26 -71
  16. package/VwcCalendarEvent/package.json +1 -1
  17. package/VwcCard/index.js +28 -67
  18. package/VwcCard/package.json +1 -1
  19. package/VwcCarousel/index.js +19 -41
  20. package/VwcCarousel/package.json +1 -1
  21. package/VwcCarouselItem/index.js +20 -45
  22. package/VwcCarouselItem/package.json +1 -1
  23. package/VwcCheckListItem/index.js +23 -41
  24. package/VwcCheckListItem/package.json +1 -1
  25. package/VwcCheckbox/index.js +22 -37
  26. package/VwcCheckbox/package.json +1 -1
  27. package/VwcChip/index.js +29 -92
  28. package/VwcChip/package.json +1 -1
  29. package/VwcChipSet/index.js +25 -54
  30. package/VwcChipSet/package.json +1 -1
  31. package/VwcCircularProgress/index.js +19 -40
  32. package/VwcCircularProgress/package.json +1 -1
  33. package/VwcDataGrid/index.js +38 -107
  34. package/VwcDataGrid/package.json +1 -1
  35. package/VwcDataGridColumn/index.js +39 -125
  36. package/VwcDataGridColumn/package.json +1 -1
  37. package/VwcDatepicker/index.js +24 -64
  38. package/VwcDatepicker/package.json +1 -1
  39. package/VwcDropdown/index.js +65 -194
  40. package/VwcDropdown/package.json +1 -1
  41. package/VwcElevation/index.js +19 -41
  42. package/VwcElevation/package.json +1 -1
  43. package/VwcEmptyState/index.js +22 -52
  44. package/VwcEmptyState/package.json +1 -1
  45. package/VwcExpansionPanel/index.js +40 -183
  46. package/VwcExpansionPanel/package.json +1 -1
  47. package/VwcFab/index.js +19 -49
  48. package/VwcFab/package.json +1 -1
  49. package/VwcFilePicker/index.js +25 -78
  50. package/VwcFilePicker/package.json +1 -1
  51. package/VwcFormfield/index.js +19 -34
  52. package/VwcFormfield/package.json +1 -1
  53. package/VwcHelperMessage/index.js +19 -45
  54. package/VwcHelperMessage/package.json +1 -1
  55. package/VwcIcon/index.js +24 -89
  56. package/VwcIcon/package.json +1 -1
  57. package/VwcIconButton/index.js +29 -65
  58. package/VwcIconButton/package.json +1 -1
  59. package/VwcIconButtonToggle/index.js +28 -71
  60. package/VwcIconButtonToggle/package.json +1 -1
  61. package/VwcKeypad/index.js +42 -163
  62. package/VwcKeypad/package.json +1 -1
  63. package/VwcLayout/index.js +29 -89
  64. package/VwcLayout/package.json +1 -1
  65. package/VwcLinearProgress/index.js +19 -46
  66. package/VwcLinearProgress/package.json +1 -1
  67. package/VwcList/index.js +19 -35
  68. package/VwcList/package.json +1 -1
  69. package/VwcListExpansionPanel/index.js +30 -61
  70. package/VwcListExpansionPanel/package.json +1 -1
  71. package/VwcListItem/index.js +30 -64
  72. package/VwcListItem/package.json +1 -1
  73. package/VwcMenu/index.js +21 -45
  74. package/VwcMenu/package.json +1 -1
  75. package/VwcNotchedOutline/index.js +19 -35
  76. package/VwcNotchedOutline/package.json +1 -1
  77. package/VwcNote/index.js +22 -51
  78. package/VwcNote/package.json +1 -1
  79. package/VwcPagination/index.js +25 -49
  80. package/VwcPagination/package.json +1 -1
  81. package/VwcPopup/index.js +32 -127
  82. package/VwcPopup/package.json +1 -1
  83. package/VwcRadio/index.js +22 -37
  84. package/VwcRadio/package.json +1 -1
  85. package/VwcRadioListItem/index.js +20 -36
  86. package/VwcRadioListItem/package.json +1 -1
  87. package/VwcSchemeSelect/index.js +23 -42
  88. package/VwcSchemeSelect/package.json +1 -1
  89. package/VwcScrubBar/index.js +23 -58
  90. package/VwcScrubBar/package.json +1 -1
  91. package/VwcSelect/index.js +24 -90
  92. package/VwcSelect/package.json +1 -1
  93. package/VwcSlider/index.js +25 -44
  94. package/VwcSlider/package.json +1 -1
  95. package/VwcSnackbar/index.js +47 -84
  96. package/VwcSnackbar/package.json +1 -1
  97. package/VwcSurface/index.js +19 -40
  98. package/VwcSurface/package.json +1 -1
  99. package/VwcSwitch/index.js +25 -62
  100. package/VwcSwitch/package.json +1 -1
  101. package/VwcTab/index.js +27 -59
  102. package/VwcTab/package.json +1 -1
  103. package/VwcTabBar/index.js +22 -39
  104. package/VwcTabBar/package.json +1 -1
  105. package/VwcTag/index.js +30 -96
  106. package/VwcTag/package.json +1 -1
  107. package/VwcText/index.js +22 -71
  108. package/VwcText/package.json +1 -1
  109. package/VwcTextarea/index.js +38 -59
  110. package/VwcTextarea/package.json +1 -1
  111. package/VwcTextfield/index.js +42 -81
  112. package/VwcTextfield/package.json +1 -1
  113. package/VwcThemeSwitch/index.js +19 -50
  114. package/VwcThemeSwitch/package.json +1 -1
  115. package/VwcTooltip/index.js +28 -92
  116. package/VwcTooltip/package.json +1 -1
  117. package/VwcTopAppBar/index.js +19 -45
  118. package/VwcTopAppBar/package.json +1 -1
  119. package/VwcTopAppBarFixed/index.js +19 -56
  120. package/VwcTopAppBarFixed/package.json +1 -1
  121. package/chunk-KmRHZBOW.js +35 -0
  122. package/index.es-CX858N60.js +14636 -0
  123. package/index.js +3 -24
  124. package/package.json +2 -2
  125. package/types/index.d.ts +0 -1
  126. package/v3/VwcAccordion/index.js +26 -234
  127. package/v3/VwcAccordion/package.json +2 -2
  128. package/v3/VwcAccordionItem/index.js +32 -375
  129. package/v3/VwcAccordionItem/package.json +2 -2
  130. package/v3/VwcActionGroup/index.js +22 -143
  131. package/v3/VwcActionGroup/package.json +2 -2
  132. package/v3/VwcAlert/index.js +35 -397
  133. package/v3/VwcAlert/package.json +2 -2
  134. package/v3/VwcAriaBindingDirective/index.js +16 -71
  135. package/v3/VwcAriaBindingDirective/package.json +2 -2
  136. package/v3/VwcAudioPlayer/index.js +41 -471
  137. package/v3/VwcAudioPlayer/package.json +2 -2
  138. package/v3/VwcAvatar/index.js +35 -479
  139. package/v3/VwcAvatar/package.json +2 -2
  140. package/v3/VwcBadge/index.js +26 -495
  141. package/v3/VwcBadge/package.json +2 -2
  142. package/v3/VwcBanner/index.js +24 -268
  143. package/v3/VwcBanner/package.json +2 -2
  144. package/v3/VwcBaseProgress/index.js +23 -139
  145. package/v3/VwcBaseProgress/package.json +2 -2
  146. package/v3/VwcBreadcrumb/index.js +16 -132
  147. package/v3/VwcBreadcrumb/package.json +2 -2
  148. package/v3/VwcBreadcrumbItem/index.js +29 -296
  149. package/v3/VwcBreadcrumbItem/package.json +2 -2
  150. package/v3/VwcButton/index.js +61 -1339
  151. package/v3/VwcButton/package.json +2 -2
  152. package/v3/VwcCalendar/index.js +25 -255
  153. package/v3/VwcCalendar/package.json +2 -2
  154. package/v3/VwcCalendarEvent/index.js +26 -303
  155. package/v3/VwcCalendarEvent/package.json +2 -2
  156. package/v3/VwcCard/index.js +35 -464
  157. package/v3/VwcCard/package.json +2 -2
  158. package/v3/VwcCheckbox/index.js +51 -754
  159. package/v3/VwcCheckbox/package.json +2 -2
  160. package/v3/VwcColorPicker/index.js +42 -647
  161. package/v3/VwcColorPicker/package.json +2 -2
  162. package/v3/VwcCombobox/index.js +46 -954
  163. package/v3/VwcCombobox/package.json +2 -2
  164. package/v3/VwcContextualHelp/index.js +20 -131
  165. package/v3/VwcContextualHelp/package.json +2 -2
  166. package/v3/VwcCountry/index.js +21 -104
  167. package/v3/VwcCountry/package.json +2 -2
  168. package/v3/VwcCountryGroup/index.js +23 -268
  169. package/v3/VwcCountryGroup/package.json +2 -2
  170. package/v3/VwcDataGrid/index.js +467 -449
  171. package/v3/VwcDataGrid/package.json +2 -2
  172. package/v3/VwcDataGridCell/index.js +38 -328
  173. package/v3/VwcDataGridCell/package.json +2 -2
  174. package/v3/VwcDataGridRow/index.js +31 -290
  175. package/v3/VwcDataGridRow/package.json +2 -2
  176. package/v3/VwcDatePicker/index.js +41 -716
  177. package/v3/VwcDatePicker/package.json +2 -2
  178. package/v3/VwcDateRangePicker/index.js +56 -852
  179. package/v3/VwcDateRangePicker/package.json +2 -2
  180. package/v3/VwcDateTimePicker/index.js +48 -904
  181. package/v3/VwcDateTimePicker/package.json +2 -2
  182. package/v3/VwcDialPad/index.d.ts +0 -114
  183. package/v3/VwcDialPad/index.js +62 -492
  184. package/v3/VwcDialPad/package.json +2 -2
  185. package/v3/VwcDialog/index.js +46 -458
  186. package/v3/VwcDialog/package.json +2 -2
  187. package/v3/VwcDivider/index.js +22 -123
  188. package/v3/VwcDivider/package.json +2 -2
  189. package/v3/VwcElevation/index.js +22 -117
  190. package/v3/VwcElevation/package.json +2 -2
  191. package/v3/VwcEmptyState/index.js +25 -259
  192. package/v3/VwcEmptyState/package.json +2 -2
  193. package/v3/VwcFab/index.js +39 -860
  194. package/v3/VwcFab/package.json +2 -2
  195. package/v3/VwcFeatureState/index.js +16 -70
  196. package/v3/VwcFeatureState/package.json +2 -2
  197. package/v3/VwcFeedbackMessage/index.js +20 -98
  198. package/v3/VwcFeedbackMessage/package.json +2 -2
  199. package/v3/VwcFilePicker/index.js +40 -695
  200. package/v3/VwcFilePicker/package.json +2 -2
  201. package/v3/VwcFlag/index.js +22 -146
  202. package/v3/VwcFlag/package.json +2 -2
  203. package/v3/VwcHeader/index.js +21 -122
  204. package/v3/VwcHeader/package.json +2 -2
  205. package/v3/VwcIcon/index.js +23 -196
  206. package/v3/VwcIcon/package.json +2 -2
  207. package/v3/VwcIdrefsController/index.js +16 -230
  208. package/v3/VwcIdrefsController/package.json +2 -2
  209. package/v3/VwcInlineTimePicker/index.js +26 -195
  210. package/v3/VwcInlineTimePicker/package.json +2 -2
  211. package/v3/VwcKbdKey/index.js +24 -187
  212. package/v3/VwcKbdKey/package.json +2 -2
  213. package/v3/VwcKbdShortcut/index.js +16 -78
  214. package/v3/VwcKbdShortcut/package.json +2 -2
  215. package/v3/VwcLayout/index.js +24 -155
  216. package/v3/VwcLayout/package.json +2 -2
  217. package/v3/VwcListbox/index.js +24 -207
  218. package/v3/VwcListbox/package.json +2 -2
  219. package/v3/VwcMenu/index.js +33 -483
  220. package/v3/VwcMenu/package.json +2 -2
  221. package/v3/VwcMenuItem/index.js +37 -452
  222. package/v3/VwcMenuItem/package.json +2 -2
  223. package/v3/VwcNav/index.js +16 -74
  224. package/v3/VwcNav/package.json +2 -2
  225. package/v3/VwcNavDisclosure/index.js +29 -361
  226. package/v3/VwcNavDisclosure/package.json +2 -2
  227. package/v3/VwcNavItem/index.js +33 -509
  228. package/v3/VwcNavItem/package.json +2 -2
  229. package/v3/VwcNote/index.js +22 -210
  230. package/v3/VwcNote/package.json +2 -2
  231. package/v3/VwcNumberField/index.js +53 -1021
  232. package/v3/VwcNumberField/package.json +2 -2
  233. package/v3/VwcOption/index.js +36 -472
  234. package/v3/VwcOption/package.json +2 -2
  235. package/v3/VwcOptionTag/index.js +26 -165
  236. package/v3/VwcOptionTag/package.json +2 -2
  237. package/v3/VwcPagination/index.js +27 -241
  238. package/v3/VwcPagination/package.json +2 -2
  239. package/v3/VwcPickerField/index.js +31 -587
  240. package/v3/VwcPickerField/package.json +2 -2
  241. package/v3/VwcPlatformSwitch/index.js +16 -89
  242. package/v3/VwcPlatformSwitch/package.json +2 -2
  243. package/v3/VwcPopover/index.js +26 -184
  244. package/v3/VwcPopover/package.json +2 -2
  245. package/v3/VwcPopup/index.js +32 -399
  246. package/v3/VwcPopup/package.json +2 -2
  247. package/v3/VwcProgress/index.js +26 -276
  248. package/v3/VwcProgress/package.json +2 -2
  249. package/v3/VwcProgressRing/index.js +25 -235
  250. package/v3/VwcProgressRing/package.json +2 -2
  251. package/v3/VwcRadio/index.js +38 -662
  252. package/v3/VwcRadio/package.json +2 -2
  253. package/v3/VwcRadioGroup/index.js +31 -351
  254. package/v3/VwcRadioGroup/package.json +2 -2
  255. package/v3/VwcRangeSlider/index.js +61 -967
  256. package/v3/VwcRangeSlider/package.json +2 -2
  257. package/v3/VwcRichTextEditor/index.js +21 -178
  258. package/v3/VwcRichTextEditor/package.json +2 -2
  259. package/v3/VwcRichTextView/index.js +20 -195
  260. package/v3/VwcRichTextView/package.json +2 -2
  261. package/v3/VwcRteAlignmentFeatureImpl/index.js +16 -283
  262. package/v3/VwcRteAlignmentFeatureImpl/package.json +2 -2
  263. package/v3/VwcRteBaseImpl/index.js +16 -249
  264. package/v3/VwcRteBaseImpl/package.json +2 -2
  265. package/v3/VwcRteBasicTextBlocksImpl/index.js +16 -284
  266. package/v3/VwcRteBasicTextBlocksImpl/package.json +2 -2
  267. package/v3/VwcRteBoldFeatureImpl/index.js +16 -262
  268. package/v3/VwcRteBoldFeatureImpl/package.json +2 -2
  269. package/v3/VwcRteCharacterCountFeatureImpl/index.js +16 -249
  270. package/v3/VwcRteCharacterCountFeatureImpl/package.json +2 -2
  271. package/v3/VwcRteConfig/index.js +16 -73
  272. package/v3/VwcRteConfig/package.json +2 -2
  273. package/v3/VwcRteConfigImpl/index.js +23 -74
  274. package/v3/VwcRteConfigImpl/package.json +2 -2
  275. package/v3/VwcRteCoreImpl/index.js +22 -270
  276. package/v3/VwcRteCoreImpl/package.json +2 -2
  277. package/v3/VwcRteCursorFixFeatureImpl/index.js +16 -249
  278. package/v3/VwcRteCursorFixFeatureImpl/package.json +2 -2
  279. package/v3/VwcRteDropHandlerFeatureImpl/index.js +16 -249
  280. package/v3/VwcRteDropHandlerFeatureImpl/package.json +2 -2
  281. package/v3/VwcRteFeature/index.js +16 -25
  282. package/v3/VwcRteFeature/package.json +2 -2
  283. package/v3/VwcRteFeatureImpl/index.js +16 -196
  284. package/v3/VwcRteFeatureImpl/package.json +2 -2
  285. package/v3/VwcRteFileHandlerFeatureImpl/index.js +16 -249
  286. package/v3/VwcRteFileHandlerFeatureImpl/package.json +2 -2
  287. package/v3/VwcRteFontSizePickerFeatureImpl/index.js +21 -314
  288. package/v3/VwcRteFontSizePickerFeatureImpl/package.json +2 -2
  289. package/v3/VwcRteForeignHtmlFeatureImpl/index.js +16 -249
  290. package/v3/VwcRteForeignHtmlFeatureImpl/package.json +2 -2
  291. package/v3/VwcRteHardBreakFeatureImpl/index.js +16 -249
  292. package/v3/VwcRteHardBreakFeatureImpl/package.json +2 -2
  293. package/v3/VwcRteHistoryFeatureImpl/index.js +16 -249
  294. package/v3/VwcRteHistoryFeatureImpl/package.json +2 -2
  295. package/v3/VwcRteHtmlParser/index.js +16 -106
  296. package/v3/VwcRteHtmlParser/package.json +2 -2
  297. package/v3/VwcRteHtmlSerializer/index.js +16 -81
  298. package/v3/VwcRteHtmlSerializer/package.json +2 -2
  299. package/v3/VwcRteHtmlSerializerImpl/index.js +16 -77
  300. package/v3/VwcRteHtmlSerializerImpl/package.json +2 -2
  301. package/v3/VwcRteInlineImageFeatureImpl/index.js +16 -307
  302. package/v3/VwcRteInlineImageFeatureImpl/package.json +2 -2
  303. package/v3/VwcRteInputRulesFeatureImpl/index.js +16 -249
  304. package/v3/VwcRteInputRulesFeatureImpl/package.json +2 -2
  305. package/v3/VwcRteInstance/index.js +16 -108
  306. package/v3/VwcRteInstance/package.json +2 -2
  307. package/v3/VwcRteInstanceImpl/index.js +20 -249
  308. package/v3/VwcRteInstanceImpl/package.json +2 -2
  309. package/v3/VwcRteItalicFeatureImpl/index.js +16 -262
  310. package/v3/VwcRteItalicFeatureImpl/package.json +2 -2
  311. package/v3/VwcRteKeyboardShortcutsFeatureImpl/index.js +16 -249
  312. package/v3/VwcRteKeyboardShortcutsFeatureImpl/package.json +2 -2
  313. package/v3/VwcRteLinkFeatureImpl/index.js +20 -310
  314. package/v3/VwcRteLinkFeatureImpl/package.json +2 -2
  315. package/v3/VwcRteListFeatureImpl/index.js +16 -286
  316. package/v3/VwcRteListFeatureImpl/package.json +2 -2
  317. package/v3/VwcRteMonospaceFeatureImpl/index.js +16 -262
  318. package/v3/VwcRteMonospaceFeatureImpl/package.json +2 -2
  319. package/v3/VwcRtePlaceholderFeatureImpl/index.js +16 -249
  320. package/v3/VwcRtePlaceholderFeatureImpl/package.json +2 -2
  321. package/v3/VwcRteStrikethroughFeatureImpl/index.js +16 -262
  322. package/v3/VwcRteStrikethroughFeatureImpl/package.json +2 -2
  323. package/v3/VwcRteTextBlockPickerFeatureImpl/index.js +16 -249
  324. package/v3/VwcRteTextBlockPickerFeatureImpl/package.json +2 -2
  325. package/v3/VwcRteTextColorPickerFeatureImpl/index.js +20 -290
  326. package/v3/VwcRteTextColorPickerFeatureImpl/package.json +2 -2
  327. package/v3/VwcRteTextStyleFeatureImpl/index.js +16 -256
  328. package/v3/VwcRteTextStyleFeatureImpl/package.json +2 -2
  329. package/v3/VwcRteToolbarFeatureImpl/index.js +20 -254
  330. package/v3/VwcRteToolbarFeatureImpl/package.json +2 -2
  331. package/v3/VwcRteUnderlineFeatureImpl/index.js +16 -262
  332. package/v3/VwcRteUnderlineFeatureImpl/package.json +2 -2
  333. package/v3/VwcSearchableSelect/index.js +65 -1215
  334. package/v3/VwcSearchableSelect/package.json +2 -2
  335. package/v3/VwcSelect/index.js +61 -985
  336. package/v3/VwcSelect/package.json +2 -2
  337. package/v3/VwcSelectableBox/index.js +29 -301
  338. package/v3/VwcSelectableBox/package.json +2 -2
  339. package/v3/VwcSideDrawer/index.js +36 -191
  340. package/v3/VwcSideDrawer/package.json +2 -2
  341. package/v3/VwcSimpleColorPicker/index.js +37 -508
  342. package/v3/VwcSimpleColorPicker/package.json +2 -2
  343. package/v3/VwcSlider/index.js +48 -758
  344. package/v3/VwcSlider/package.json +2 -2
  345. package/v3/VwcSplitButton/index.js +43 -530
  346. package/v3/VwcSplitButton/package.json +2 -2
  347. package/v3/VwcStatus/index.js +22 -189
  348. package/v3/VwcStatus/package.json +2 -2
  349. package/v3/VwcSwitch/index.js +43 -610
  350. package/v3/VwcSwitch/package.json +2 -2
  351. package/v3/VwcTab/index.js +30 -333
  352. package/v3/VwcTab/package.json +2 -2
  353. package/v3/VwcTabPanel/index.js +16 -74
  354. package/v3/VwcTabPanel/package.json +2 -2
  355. package/v3/VwcTable/index.js +16 -68
  356. package/v3/VwcTable/package.json +2 -2
  357. package/v3/VwcTableBody/index.js +16 -68
  358. package/v3/VwcTableBody/package.json +2 -2
  359. package/v3/VwcTableCell/index.js +19 -149
  360. package/v3/VwcTableCell/package.json +2 -2
  361. package/v3/VwcTableHead/index.js +16 -68
  362. package/v3/VwcTableHead/package.json +2 -2
  363. package/v3/VwcTableHeaderCell/index.js +19 -166
  364. package/v3/VwcTableHeaderCell/package.json +2 -2
  365. package/v3/VwcTableRow/index.js +16 -140
  366. package/v3/VwcTableRow/package.json +2 -2
  367. package/v3/VwcTableSortingButton/index.js +23 -112
  368. package/v3/VwcTableSortingButton/package.json +2 -2
  369. package/v3/VwcTabs/index.js +29 -389
  370. package/v3/VwcTabs/package.json +2 -2
  371. package/v3/VwcTag/index.js +34 -651
  372. package/v3/VwcTag/package.json +2 -2
  373. package/v3/VwcTagGroup/index.js +16 -74
  374. package/v3/VwcTagGroup/package.json +2 -2
  375. package/v3/VwcTextArea/index.js +48 -905
  376. package/v3/VwcTextArea/package.json +2 -2
  377. package/v3/VwcTextField/index.js +74 -921
  378. package/v3/VwcTextField/package.json +2 -2
  379. package/v3/VwcTextblockAttrs/index.js +16 -95
  380. package/v3/VwcTextblockAttrs/package.json +2 -2
  381. package/v3/VwcTextblockMarks/index.js +16 -53
  382. package/v3/VwcTextblockMarks/package.json +2 -2
  383. package/v3/VwcTimePicker/index.js +44 -788
  384. package/v3/VwcTimePicker/package.json +2 -2
  385. package/v3/VwcToggletip/index.js +25 -318
  386. package/v3/VwcToggletip/package.json +2 -2
  387. package/v3/VwcTooltip/index.js +24 -262
  388. package/v3/VwcTooltip/package.json +2 -2
  389. package/v3/VwcTreeItem/index.js +30 -257
  390. package/v3/VwcTreeItem/package.json +2 -2
  391. package/v3/VwcTreeView/index.js +21 -184
  392. package/v3/VwcTreeView/package.json +2 -2
  393. package/v3/VwcUiCtx/index.js +16 -117
  394. package/v3/VwcUiCtx/package.json +2 -2
  395. package/v3/VwcVideoPlayer/index.js +38 -256
  396. package/v3/VwcVideoPlayer/package.json +2 -2
  397. package/v3/VwcVisuallyHidden/index.js +16 -61
  398. package/v3/VwcVisuallyHidden/package.json +2 -2
  399. package/v3/VwcVividElement/index.js +16 -116
  400. package/v3/VwcVividElement/package.json +2 -2
  401. package/v3/VwcVividFoundationButton/index.js +34 -550
  402. package/v3/VwcVividFoundationButton/package.json +2 -2
  403. package/v3/VwcVvdHexInput/index.js +16 -43
  404. package/v3/VwcVvdHexInput/package.json +2 -2
  405. package/v3/VwcVvdHexPicker/index.js +16 -43
  406. package/v3/VwcVvdHexPicker/package.json +2 -2
@@ -1,904 +1,48 @@
1
- /*
2
- * DO NOT EDIT THIS FILE. IT IS GENERATED
3
- */
4
- /*
5
- Code in this file were generated using following JSON:
6
- {
7
- "kind": "class",
8
- "description": "Single date picker component.",
9
- "name": "DateTimePicker",
10
- "slots": [
11
- {
12
- "description": "Describes how to use the date-picker. Alternative to the `helper-text` attribute.",
13
- "name": "helper-text"
14
- }
15
- ],
16
- "members": [
17
- {
18
- "kind": "field",
19
- "name": "min",
20
- "type": {
21
- "text": "string"
22
- },
23
- "description": "Sets the minimum date and time that can be selected",
24
- "privacy": "public",
25
- "default": "''"
26
- },
27
- {
28
- "kind": "field",
29
- "name": "minTime",
30
- "type": {
31
- "text": "string"
32
- },
33
- "description": "Sets the minimum time that can be selected",
34
- "privacy": "public",
35
- "default": "''"
36
- },
37
- {
38
- "kind": "field",
39
- "name": "minDate",
40
- "type": {
41
- "text": "string"
42
- },
43
- "description": "Sets the minimum date that can be selected",
44
- "privacy": "public",
45
- "default": "''"
46
- },
47
- {
48
- "kind": "field",
49
- "name": "max",
50
- "type": {
51
- "text": "string"
52
- },
53
- "description": "Sets the maximum date and time that can be selected",
54
- "privacy": "public",
55
- "default": "''"
56
- },
57
- {
58
- "kind": "field",
59
- "name": "maxTime",
60
- "type": {
61
- "text": "string"
62
- },
63
- "description": "Sets the maximum time that can be selected",
64
- "privacy": "public",
65
- "default": "''"
66
- },
67
- {
68
- "kind": "field",
69
- "name": "maxDate",
70
- "type": {
71
- "text": "string"
72
- },
73
- "description": "Sets the maximum date that can be selected",
74
- "privacy": "public",
75
- "default": "''"
76
- },
77
- {
78
- "kind": "field",
79
- "name": "type",
80
- "type": {
81
- "text": "string"
82
- },
83
- "default": "'datetime-local'"
84
- },
85
- {
86
- "kind": "field",
87
- "name": "step",
88
- "type": {
89
- "text": "string"
90
- },
91
- "default": "'1'"
92
- },
93
- {
94
- "kind": "field",
95
- "name": "minutesStep",
96
- "type": {
97
- "text": "number | null"
98
- },
99
- "default": "null",
100
- "description": "Distance between presented minute options.",
101
- "privacy": "public",
102
- "inheritedFrom": {
103
- "name": "TimeSelectionPicker",
104
- "module": "src/shared/picker-field/mixins/time-selection-picker.ts"
105
- }
106
- },
107
- {
108
- "kind": "field",
109
- "name": "secondsStep",
110
- "type": {
111
- "text": "number | null"
112
- },
113
- "default": "null",
114
- "description": "Distance between presented seconds options. If null, seconds are not presented.",
115
- "privacy": "public",
116
- "inheritedFrom": {
117
- "name": "TimeSelectionPicker",
118
- "module": "src/shared/picker-field/mixins/time-selection-picker.ts"
119
- }
120
- },
121
- {
122
- "kind": "field",
123
- "name": "clock",
124
- "type": {
125
- "text": "'12h' | '24h' | undefined"
126
- },
127
- "description": "Forces a 12h or 24h clock to be used.",
128
- "privacy": "public",
129
- "inheritedFrom": {
130
- "name": "TimeSelectionPicker",
131
- "module": "src/shared/picker-field/mixins/time-selection-picker.ts"
132
- }
133
- },
134
- {
135
- "kind": "field",
136
- "name": "#clockChangeHandler",
137
- "privacy": "private",
138
- "type": {
139
- "text": "object"
140
- },
141
- "default": "{\n\t\t\thandleChange: () => {\n\t\t\t\tif (this.value) {\n\t\t\t\t\tthis._presentationValue = this._toPresentationValue(this.value);\n\t\t\t\t}\n\t\t\t},\n\t\t}",
142
- "inheritedFrom": {
143
- "name": "TimeSelectionPicker",
144
- "module": "src/shared/picker-field/mixins/time-selection-picker.ts"
145
- }
146
- },
147
- {
148
- "kind": "field",
149
- "name": "#clockChangeObserver",
150
- "privacy": "private",
151
- "type": {
152
- "text": "ExpressionNotifier"
153
- },
154
- "inheritedFrom": {
155
- "name": "TimeSelectionPicker",
156
- "module": "src/shared/picker-field/mixins/time-selection-picker.ts"
157
- }
158
- },
159
- {
160
- "kind": "method",
161
- "name": "#startObservingClockChanges",
162
- "inheritedFrom": {
163
- "name": "TimeSelectionPicker",
164
- "module": "src/shared/picker-field/mixins/time-selection-picker.ts"
165
- }
166
- },
167
- {
168
- "kind": "method",
169
- "name": "#stopObservingClockChanges",
170
- "inheritedFrom": {
171
- "name": "TimeSelectionPicker",
172
- "module": "src/shared/picker-field/mixins/time-selection-picker.ts"
173
- }
174
- },
175
- {
176
- "kind": "method",
177
- "name": "#isMonthAfterValidRange",
178
- "parameters": [
179
- {
180
- "name": "month",
181
- "type": {
182
- "text": "Month"
183
- }
184
- }
185
- ],
186
- "inheritedFrom": {
187
- "name": "CalendarPicker",
188
- "module": "src/shared/picker-field/mixins/calendar-picker.ts"
189
- }
190
- },
191
- {
192
- "kind": "method",
193
- "name": "#isMonthBeforeValidRange",
194
- "parameters": [
195
- {
196
- "name": "month",
197
- "type": {
198
- "text": "Month"
199
- }
200
- }
201
- ],
202
- "inheritedFrom": {
203
- "name": "CalendarPicker",
204
- "module": "src/shared/picker-field/mixins/calendar-picker.ts"
205
- }
206
- },
207
- {
208
- "kind": "field",
209
- "name": "value",
210
- "type": {
211
- "text": "string"
212
- },
213
- "description": "The current value of the element.",
214
- "default": "''",
215
- "inheritedFrom": {
216
- "name": "FormAssociated",
217
- "module": "src/shared/foundation/form-associated/form-associated.ts"
218
- }
219
- },
220
- {
221
- "kind": "field",
222
- "name": "scale",
223
- "type": {
224
- "text": "TextFieldSize | undefined"
225
- },
226
- "description": "Sets the display size of the picker field input element.",
227
- "privacy": "public",
228
- "inheritedFrom": {
229
- "name": "PickerField",
230
- "module": "src/shared/picker-field/picker-field.ts"
231
- }
232
- },
233
- {
234
- "kind": "field",
235
- "name": "readOnly",
236
- "type": {
237
- "text": "boolean"
238
- },
239
- "default": "false",
240
- "description": "Whether the date-picker is readonly.",
241
- "privacy": "public",
242
- "inheritedFrom": {
243
- "name": "PickerField",
244
- "module": "src/shared/picker-field/picker-field.ts"
245
- }
246
- },
247
- {
248
- "kind": "field",
249
- "name": "#onFocusIn",
250
- "privacy": "private",
251
- "inheritedFrom": {
252
- "name": "PickerField",
253
- "module": "src/shared/picker-field/picker-field.ts"
254
- }
255
- },
256
- {
257
- "kind": "field",
258
- "name": "#onFocusOut",
259
- "privacy": "private",
260
- "inheritedFrom": {
261
- "name": "PickerField",
262
- "module": "src/shared/picker-field/picker-field.ts"
263
- }
264
- },
265
- {
266
- "kind": "field",
267
- "name": "#localeChangeHandler",
268
- "privacy": "private",
269
- "type": {
270
- "text": "object"
271
- },
272
- "default": "{\n\t\thandleChange: () => {\n\t\t\tthis._updatePresentationValue();\n\t\t},\n\t}",
273
- "inheritedFrom": {
274
- "name": "PickerField",
275
- "module": "src/shared/picker-field/picker-field.ts"
276
- }
277
- },
278
- {
279
- "kind": "field",
280
- "name": "#localeChangeObserver",
281
- "privacy": "private",
282
- "type": {
283
- "text": "ExpressionNotifier"
284
- },
285
- "inheritedFrom": {
286
- "name": "PickerField",
287
- "module": "src/shared/picker-field/picker-field.ts"
288
- }
289
- },
290
- {
291
- "kind": "method",
292
- "name": "#startObservingLocaleChanges",
293
- "inheritedFrom": {
294
- "name": "PickerField",
295
- "module": "src/shared/picker-field/picker-field.ts"
296
- }
297
- },
298
- {
299
- "kind": "method",
300
- "name": "#stopObservingLocaleChanges",
301
- "inheritedFrom": {
302
- "name": "PickerField",
303
- "module": "src/shared/picker-field/picker-field.ts"
304
- }
305
- },
306
- {
307
- "kind": "field",
308
- "name": "#dismissOnClickOutside",
309
- "privacy": "private",
310
- "inheritedFrom": {
311
- "name": "PickerField",
312
- "module": "src/shared/picker-field/picker-field.ts"
313
- }
314
- },
315
- {
316
- "kind": "method",
317
- "name": "#openPopupIfPossible",
318
- "inheritedFrom": {
319
- "name": "PickerField",
320
- "module": "src/shared/picker-field/picker-field.ts"
321
- }
322
- },
323
- {
324
- "kind": "field",
325
- "name": "helperText",
326
- "type": {
327
- "text": "string | undefined"
328
- },
329
- "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.",
330
- "privacy": "public",
331
- "inheritedFrom": {
332
- "name": "WithFeedback",
333
- "module": "src/shared/feedback/mixins.ts"
334
- }
335
- },
336
- {
337
- "kind": "field",
338
- "name": "errorText",
339
- "type": {
340
- "text": "string | undefined"
341
- },
342
- "description": "Provides a custom error message. Any current error state will be overridden.",
343
- "privacy": "public",
344
- "inheritedFrom": {
345
- "name": "WithErrorText",
346
- "module": "src/shared/patterns/form-elements/with-error-text.ts"
347
- }
348
- },
349
- {
350
- "kind": "field",
351
- "name": "#blockValidateCalls",
352
- "privacy": "private",
353
- "type": {
354
- "text": "boolean"
355
- },
356
- "default": "false",
357
- "inheritedFrom": {
358
- "name": "WithErrorText",
359
- "module": "src/shared/patterns/form-elements/with-error-text.ts"
360
- }
361
- },
362
- {
363
- "kind": "field",
364
- "name": "#originalValidateFn",
365
- "privacy": "private",
366
- "type": {
367
- "text": "() => void"
368
- },
369
- "inheritedFrom": {
370
- "name": "WithErrorText",
371
- "module": "src/shared/patterns/form-elements/with-error-text.ts"
372
- }
373
- },
374
- {
375
- "kind": "method",
376
- "name": "#forceCustomError",
377
- "parameters": [
378
- {
379
- "name": "errorMessage",
380
- "type": {
381
- "text": "string"
382
- }
383
- }
384
- ],
385
- "inheritedFrom": {
386
- "name": "WithErrorText",
387
- "module": "src/shared/patterns/form-elements/with-error-text.ts"
388
- }
389
- },
390
- {
391
- "kind": "method",
392
- "name": "#clearCustomErrorAndRevalidate",
393
- "inheritedFrom": {
394
- "name": "WithErrorText",
395
- "module": "src/shared/patterns/form-elements/with-error-text.ts"
396
- }
397
- },
398
- {
399
- "kind": "field",
400
- "name": "validate",
401
- "inheritedFrom": {
402
- "name": "WithErrorText",
403
- "module": "src/shared/patterns/form-elements/with-error-text.ts"
404
- }
405
- },
406
- {
407
- "kind": "field",
408
- "name": "label",
409
- "type": {
410
- "text": "string | undefined"
411
- },
412
- "description": "The label for the form element.",
413
- "inheritedFrom": {
414
- "name": "FormElement",
415
- "module": "src/shared/patterns/form-elements/form-element.ts"
416
- }
417
- },
418
- {
419
- "kind": "field",
420
- "name": "#handleInvalidEvent",
421
- "privacy": "private",
422
- "inheritedFrom": {
423
- "name": "FormElement",
424
- "module": "src/shared/patterns/form-elements/form-element.ts"
425
- }
426
- },
427
- {
428
- "kind": "field",
429
- "name": "validity",
430
- "type": {
431
- "text": "ValidityState"
432
- },
433
- "description": "Returns the validity state of the element",
434
- "readonly": true,
435
- "inheritedFrom": {
436
- "name": "FormAssociated",
437
- "module": "src/shared/foundation/form-associated/form-associated.ts"
438
- }
439
- },
440
- {
441
- "kind": "field",
442
- "name": "form",
443
- "type": {
444
- "text": "HTMLFormElement | null"
445
- },
446
- "description": "Retrieve a reference to the associated form.\nReturns null if not associated to any form.",
447
- "readonly": true,
448
- "inheritedFrom": {
449
- "name": "FormAssociated",
450
- "module": "src/shared/foundation/form-associated/form-associated.ts"
451
- }
452
- },
453
- {
454
- "kind": "field",
455
- "name": "validationMessage",
456
- "type": {
457
- "text": "string"
458
- },
459
- "description": "Retrieve the localized validation message,\nor custom validation message if set.",
460
- "readonly": true,
461
- "inheritedFrom": {
462
- "name": "FormAssociated",
463
- "module": "src/shared/foundation/form-associated/form-associated.ts"
464
- }
465
- },
466
- {
467
- "kind": "field",
468
- "name": "willValidate",
469
- "type": {
470
- "text": "boolean"
471
- },
472
- "description": "Whether the element will be validated when the\nform is submitted",
473
- "readonly": true,
474
- "inheritedFrom": {
475
- "name": "FormAssociated",
476
- "module": "src/shared/foundation/form-associated/form-associated.ts"
477
- }
478
- },
479
- {
480
- "kind": "field",
481
- "name": "labels",
482
- "type": {
483
- "text": "ReadonlyArray<Node>"
484
- },
485
- "description": "A reference to all associated label elements",
486
- "readonly": true,
487
- "inheritedFrom": {
488
- "name": "FormAssociated",
489
- "module": "src/shared/foundation/form-associated/form-associated.ts"
490
- }
491
- },
492
- {
493
- "kind": "field",
494
- "name": "currentValue",
495
- "inheritedFrom": {
496
- "name": "FormAssociated",
497
- "module": "src/shared/foundation/form-associated/form-associated.ts"
498
- }
499
- },
500
- {
501
- "kind": "field",
502
- "name": "initialValue",
503
- "type": {
504
- "text": "string"
505
- },
506
- "description": "The default value of the element. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
507
- "inheritedFrom": {
508
- "name": "FormAssociated",
509
- "module": "src/shared/foundation/form-associated/form-associated.ts"
510
- }
511
- },
512
- {
513
- "kind": "field",
514
- "name": "disabled",
515
- "type": {
516
- "text": "boolean"
517
- },
518
- "default": "false",
519
- "description": "Sets the element's disabled state. A disabled element will not be included during form submission.",
520
- "inheritedFrom": {
521
- "name": "FormAssociated",
522
- "module": "src/shared/foundation/form-associated/form-associated.ts"
523
- }
524
- },
525
- {
526
- "kind": "field",
527
- "name": "name",
528
- "type": {
529
- "text": "string"
530
- },
531
- "description": "The name of the element. This element's value will be surfaced during form submission under the provided name.",
532
- "inheritedFrom": {
533
- "name": "FormAssociated",
534
- "module": "src/shared/foundation/form-associated/form-associated.ts"
535
- }
536
- },
537
- {
538
- "kind": "field",
539
- "name": "required",
540
- "type": {
541
- "text": "boolean"
542
- },
543
- "description": "Require the field to be completed prior to form submission.",
544
- "default": "false",
545
- "inheritedFrom": {
546
- "name": "FormAssociated",
547
- "module": "src/shared/foundation/form-associated/form-associated.ts"
548
- }
549
- },
550
- {
551
- "kind": "method",
552
- "name": "checkValidity",
553
- "return": {
554
- "type": {
555
- "text": "boolean"
556
- }
557
- },
558
- "description": "Return the current validity of the element.",
559
- "inheritedFrom": {
560
- "name": "FormAssociated",
561
- "module": "src/shared/foundation/form-associated/form-associated.ts"
562
- }
563
- },
564
- {
565
- "kind": "method",
566
- "name": "reportValidity",
567
- "return": {
568
- "type": {
569
- "text": "boolean"
570
- }
571
- },
572
- "description": "Return the current validity of the element.\nIf false, fires an invalid event at the element.",
573
- "inheritedFrom": {
574
- "name": "FormAssociated",
575
- "module": "src/shared/foundation/form-associated/form-associated.ts"
576
- }
577
- },
578
- {
579
- "kind": "field",
580
- "name": "VIVID_VERSION",
581
- "static": true,
582
- "default": "__PACKAGE_VERSION__",
583
- "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`.",
584
- "type": {
585
- "text": "string"
586
- },
587
- "inheritedFrom": {
588
- "name": "VividElement",
589
- "module": "src/shared/foundation/vivid-element/vivid-element.ts"
590
- }
591
- },
592
- {
593
- "kind": "field",
594
- "name": "componentName",
595
- "type": {
596
- "text": "string"
597
- },
598
- "static": true,
599
- "description": "Core component name, without prefix",
600
- "inheritedFrom": {
601
- "name": "VividElement",
602
- "module": "src/shared/foundation/vivid-element/vivid-element.ts"
603
- }
604
- }
605
- ],
606
- "events": [
607
- {
608
- "type": {
609
- "text": "CustomEvent<undefined>"
610
- },
611
- "description": "Emitted when the date is changed by the user.",
612
- "name": "input"
613
- },
614
- {
615
- "type": {
616
- "text": "CustomEvent<undefined>"
617
- },
618
- "description": "Emitted when the date is changed by the user.",
619
- "name": "change"
620
- }
621
- ],
622
- "attributes": [
623
- {
624
- "name": "min",
625
- "type": {
626
- "text": "string"
627
- },
628
- "description": "Sets the minimum date and time that can be selected",
629
- "default": "''",
630
- "fieldName": "min"
631
- },
632
- {
633
- "name": "min-time",
634
- "type": {
635
- "text": "string"
636
- },
637
- "description": "Sets the minimum time that can be selected",
638
- "default": "''",
639
- "fieldName": "minTime"
640
- },
641
- {
642
- "name": "min-date",
643
- "type": {
644
- "text": "string"
645
- },
646
- "description": "Sets the minimum date that can be selected",
647
- "default": "''",
648
- "fieldName": "minDate"
649
- },
650
- {
651
- "name": "max",
652
- "type": {
653
- "text": "string"
654
- },
655
- "description": "Sets the maximum date and time that can be selected",
656
- "default": "''",
657
- "fieldName": "max"
658
- },
659
- {
660
- "name": "max-time",
661
- "type": {
662
- "text": "string"
663
- },
664
- "description": "Sets the maximum time that can be selected",
665
- "default": "''",
666
- "fieldName": "maxTime"
667
- },
668
- {
669
- "name": "max-date",
670
- "type": {
671
- "text": "string"
672
- },
673
- "description": "Sets the maximum date that can be selected",
674
- "default": "''",
675
- "fieldName": "maxDate"
676
- },
677
- {
678
- "name": "minutes-step",
679
- "type": {
680
- "text": "number | null"
681
- },
682
- "default": "null",
683
- "description": "Distance between presented minute options.",
684
- "fieldName": "minutesStep",
685
- "inheritedFrom": {
686
- "name": "TimeSelectionPicker",
687
- "module": "src/shared/picker-field/mixins/time-selection-picker.ts"
688
- }
689
- },
690
- {
691
- "name": "seconds-step",
692
- "type": {
693
- "text": "number | null"
694
- },
695
- "default": "null",
696
- "description": "Distance between presented seconds options. If null, seconds are not presented.",
697
- "fieldName": "secondsStep",
698
- "inheritedFrom": {
699
- "name": "TimeSelectionPicker",
700
- "module": "src/shared/picker-field/mixins/time-selection-picker.ts"
701
- }
702
- },
703
- {
704
- "name": "clock",
705
- "type": {
706
- "text": "'12h' | '24h' | undefined"
707
- },
708
- "description": "Forces a 12h or 24h clock to be used.",
709
- "fieldName": "clock",
710
- "inheritedFrom": {
711
- "name": "TimeSelectionPicker",
712
- "module": "src/shared/picker-field/mixins/time-selection-picker.ts"
713
- }
714
- },
715
- {
716
- "name": "scale",
717
- "type": {
718
- "text": "TextFieldSize | undefined"
719
- },
720
- "description": "Sets the display size of the picker field input element.",
721
- "fieldName": "scale",
722
- "inheritedFrom": {
723
- "name": "PickerField",
724
- "module": "src/shared/picker-field/picker-field.ts"
725
- }
726
- },
727
- {
728
- "name": "readonly",
729
- "type": {
730
- "text": "boolean"
731
- },
732
- "default": "false",
733
- "description": "Whether the date-picker is readonly.",
734
- "fieldName": "readOnly",
735
- "inheritedFrom": {
736
- "name": "PickerField",
737
- "module": "src/shared/picker-field/picker-field.ts"
738
- }
739
- },
740
- {
741
- "name": "helper-text",
742
- "type": {
743
- "text": "string | undefined"
744
- },
745
- "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.",
746
- "fieldName": "helperText",
747
- "inheritedFrom": {
748
- "name": "WithFeedback",
749
- "module": "src/shared/feedback/mixins.ts"
750
- }
751
- },
752
- {
753
- "name": "error-text",
754
- "type": {
755
- "text": "string | undefined"
756
- },
757
- "description": "Provides a custom error message. Any current error state will be overridden.",
758
- "fieldName": "errorText",
759
- "inheritedFrom": {
760
- "name": "WithErrorText",
761
- "module": "src/shared/patterns/form-elements/with-error-text.ts"
762
- }
763
- },
764
- {
765
- "name": "label",
766
- "type": {
767
- "text": "string | undefined"
768
- },
769
- "description": "The label for the form element.",
770
- "fieldName": "label",
771
- "inheritedFrom": {
772
- "name": "FormElement",
773
- "module": "src/shared/patterns/form-elements/form-element.ts"
774
- }
775
- },
776
- {
777
- "name": "current-value",
778
- "type": {
779
- "text": "string"
780
- },
781
- "description": "The current value of the element.",
782
- "fieldName": "value",
783
- "inheritedFrom": {
784
- "name": "FormAssociated",
785
- "module": "src/shared/foundation/form-associated/form-associated.ts"
786
- }
787
- },
788
- {
789
- "name": "value",
790
- "type": {
791
- "text": "string"
792
- },
793
- "description": "The default value of the element. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
794
- "fieldName": "initialValue",
795
- "inheritedFrom": {
796
- "name": "FormAssociated",
797
- "module": "src/shared/foundation/form-associated/form-associated.ts"
798
- }
799
- },
800
- {
801
- "name": "disabled",
802
- "type": {
803
- "text": "boolean"
804
- },
805
- "default": "false",
806
- "description": "Sets the element's disabled state. A disabled element will not be included during form submission.",
807
- "fieldName": "disabled",
808
- "inheritedFrom": {
809
- "name": "FormAssociated",
810
- "module": "src/shared/foundation/form-associated/form-associated.ts"
811
- }
812
- },
813
- {
814
- "name": "name",
815
- "type": {
816
- "text": "string"
817
- },
818
- "description": "The name of the element. This element's value will be surfaced during form submission under the provided name.",
819
- "fieldName": "name",
820
- "inheritedFrom": {
821
- "name": "FormAssociated",
822
- "module": "src/shared/foundation/form-associated/form-associated.ts"
823
- }
824
- },
825
- {
826
- "name": "required",
827
- "type": {
828
- "text": "boolean"
829
- },
830
- "description": "Require the field to be completed prior to form submission.",
831
- "default": "false",
832
- "fieldName": "required",
833
- "inheritedFrom": {
834
- "name": "FormAssociated",
835
- "module": "src/shared/foundation/form-associated/form-associated.ts"
836
- }
837
- }
838
- ],
839
- "mixins": [
840
- {
841
- "name": "TimeSelectionPicker",
842
- "module": "/src/shared/picker-field/mixins/time-selection-picker"
843
- },
844
- {
845
- "name": "SingleDatePickerMixin",
846
- "module": "/src/shared/picker-field/mixins/single-date-picker"
847
- },
848
- {
849
- "name": "SingleValuePicker",
850
- "module": "/src/shared/picker-field/mixins/single-value-picker"
851
- },
852
- {
853
- "name": "CalendarPicker",
854
- "module": "/src/shared/picker-field/mixins/calendar-picker"
855
- }
856
- ],
857
- "superclass": {
858
- "name": "PickerField",
859
- "module": "/src/shared/picker-field/picker-field"
860
- },
861
- "vividComponent": {
862
- "public": true,
863
- "name": "date-time-picker",
864
- "vueModels": [
865
- {
866
- "name": "modelValue",
867
- "propName": "value",
868
- "eventNames": [
869
- "input",
870
- "@lazy:change"
871
- ],
872
- "valueMapping": "event.currentTarget.value"
873
- }
874
- ]
875
- },
876
- "vividTesting": {
877
- "selectors": [],
878
- "actions": [
879
- {
880
- "name": "selectDateTime",
881
- "args": [
882
- "selectDateTime"
883
- ]
884
- }
885
- ],
886
- "queries": [],
887
- "refs": []
888
- }
889
- }
890
- */
891
- import wrapper from '@repo/react-component-wrapper'
892
- import { registerDateTimePicker } from '@vonage/vivid'
893
-
894
- registerDateTimePicker('vvd3')
895
-
896
- const VwcDateTimePicker = wrapper(`vvd3-date-time-picker`, {
897
- events: [{"name":"change","propName":"onChange"},{"name":"input","propName":"onInput"}],
898
- attributes: [],
899
- properties: ['min', 'minTime', 'minDate', 'max', 'maxTime', 'maxDate', 'type', 'step', 'minutesStep', 'secondsStep', 'clock', 'value', 'scale', 'readOnly', 'helperText', 'errorText', 'validate', 'label', 'currentValue', 'initialValue', 'disabled', 'name', 'required', 'VIVID_VERSION', 'componentName']
900
- })
901
-
902
- VwcDateTimePicker.displayName = 'VwcDateTimePicker'
903
-
904
- export default VwcDateTimePicker
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/VwcDateTimePicker/index.js
8
+ (0, require("@vonage/vivid").registerDateTimePicker)("vvd3");
9
+ var VwcDateTimePicker = require_index_es.g(`vvd3-date-time-picker`, {
10
+ events: [{
11
+ "name": "change",
12
+ "propName": "onChange"
13
+ }, {
14
+ "name": "input",
15
+ "propName": "onInput"
16
+ }],
17
+ attributes: [],
18
+ properties: [
19
+ "min",
20
+ "minTime",
21
+ "minDate",
22
+ "max",
23
+ "maxTime",
24
+ "maxDate",
25
+ "type",
26
+ "step",
27
+ "minutesStep",
28
+ "secondsStep",
29
+ "clock",
30
+ "value",
31
+ "scale",
32
+ "readOnly",
33
+ "helperText",
34
+ "errorText",
35
+ "validate",
36
+ "label",
37
+ "currentValue",
38
+ "initialValue",
39
+ "disabled",
40
+ "name",
41
+ "required",
42
+ "VIVID_VERSION",
43
+ "componentName"
44
+ ]
45
+ });
46
+ VwcDateTimePicker.displayName = "VwcDateTimePicker";
47
+ //#endregion
48
+ exports.default = VwcDateTimePicker;