@vonage/vivid-react 5.22.0 → 5.23.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (412) hide show
  1. package/VwcAccordion/index.js +19 -54
  2. package/VwcAccordion/package.json +1 -1
  3. package/VwcActionGroup/index.js +22 -78
  4. package/VwcActionGroup/package.json +1 -1
  5. package/VwcBadge/index.js +29 -133
  6. package/VwcBadge/package.json +1 -1
  7. package/VwcBanner/index.js +26 -77
  8. package/VwcBanner/package.json +1 -1
  9. package/VwcButton/index.js +92 -142
  10. package/VwcButton/package.json +1 -1
  11. package/VwcButtonToggleGroup/index.js +29 -81
  12. package/VwcButtonToggleGroup/package.json +1 -1
  13. package/VwcCalendar/index.js +23 -62
  14. package/VwcCalendar/package.json +1 -1
  15. package/VwcCalendarEvent/index.js +26 -71
  16. package/VwcCalendarEvent/package.json +1 -1
  17. package/VwcCard/index.js +28 -67
  18. package/VwcCard/package.json +1 -1
  19. package/VwcCarousel/index.js +19 -41
  20. package/VwcCarousel/package.json +1 -1
  21. package/VwcCarouselItem/index.js +20 -45
  22. package/VwcCarouselItem/package.json +1 -1
  23. package/VwcCheckListItem/index.js +23 -41
  24. package/VwcCheckListItem/package.json +1 -1
  25. package/VwcCheckbox/index.js +22 -37
  26. package/VwcCheckbox/package.json +1 -1
  27. package/VwcChip/index.js +29 -92
  28. package/VwcChip/package.json +1 -1
  29. package/VwcChipSet/index.js +25 -54
  30. package/VwcChipSet/package.json +1 -1
  31. package/VwcCircularProgress/index.js +19 -40
  32. package/VwcCircularProgress/package.json +1 -1
  33. package/VwcDataGrid/index.js +38 -107
  34. package/VwcDataGrid/package.json +1 -1
  35. package/VwcDataGridColumn/index.js +39 -125
  36. package/VwcDataGridColumn/package.json +1 -1
  37. package/VwcDatepicker/index.js +24 -64
  38. package/VwcDatepicker/package.json +1 -1
  39. package/VwcDropdown/index.js +65 -194
  40. package/VwcDropdown/package.json +1 -1
  41. package/VwcElevation/index.js +19 -41
  42. package/VwcElevation/package.json +1 -1
  43. package/VwcEmptyState/index.js +22 -52
  44. package/VwcEmptyState/package.json +1 -1
  45. package/VwcExpansionPanel/index.js +40 -183
  46. package/VwcExpansionPanel/package.json +1 -1
  47. package/VwcFab/index.js +19 -49
  48. package/VwcFab/package.json +1 -1
  49. package/VwcFilePicker/index.js +25 -78
  50. package/VwcFilePicker/package.json +1 -1
  51. package/VwcFormfield/index.js +19 -34
  52. package/VwcFormfield/package.json +1 -1
  53. package/VwcHelperMessage/index.js +19 -45
  54. package/VwcHelperMessage/package.json +1 -1
  55. package/VwcIcon/index.js +24 -89
  56. package/VwcIcon/package.json +1 -1
  57. package/VwcIconButton/index.js +29 -65
  58. package/VwcIconButton/package.json +1 -1
  59. package/VwcIconButtonToggle/index.js +28 -71
  60. package/VwcIconButtonToggle/package.json +1 -1
  61. package/VwcKeypad/index.js +42 -163
  62. package/VwcKeypad/package.json +1 -1
  63. package/VwcLayout/index.js +29 -89
  64. package/VwcLayout/package.json +1 -1
  65. package/VwcLinearProgress/index.js +19 -46
  66. package/VwcLinearProgress/package.json +1 -1
  67. package/VwcList/index.js +19 -35
  68. package/VwcList/package.json +1 -1
  69. package/VwcListExpansionPanel/index.js +30 -61
  70. package/VwcListExpansionPanel/package.json +1 -1
  71. package/VwcListItem/index.js +30 -64
  72. package/VwcListItem/package.json +1 -1
  73. package/VwcMenu/index.js +21 -45
  74. package/VwcMenu/package.json +1 -1
  75. package/VwcNotchedOutline/index.js +19 -35
  76. package/VwcNotchedOutline/package.json +1 -1
  77. package/VwcNote/index.js +22 -51
  78. package/VwcNote/package.json +1 -1
  79. package/VwcPagination/index.js +25 -49
  80. package/VwcPagination/package.json +1 -1
  81. package/VwcPopup/index.js +32 -127
  82. package/VwcPopup/package.json +1 -1
  83. package/VwcRadio/index.js +22 -37
  84. package/VwcRadio/package.json +1 -1
  85. package/VwcRadioListItem/index.js +20 -36
  86. package/VwcRadioListItem/package.json +1 -1
  87. package/VwcSchemeSelect/index.js +23 -42
  88. package/VwcSchemeSelect/package.json +1 -1
  89. package/VwcScrubBar/index.js +23 -58
  90. package/VwcScrubBar/package.json +1 -1
  91. package/VwcSelect/index.js +24 -90
  92. package/VwcSelect/package.json +1 -1
  93. package/VwcSlider/index.js +25 -44
  94. package/VwcSlider/package.json +1 -1
  95. package/VwcSnackbar/index.js +47 -84
  96. package/VwcSnackbar/package.json +1 -1
  97. package/VwcSurface/index.js +19 -40
  98. package/VwcSurface/package.json +1 -1
  99. package/VwcSwitch/index.js +25 -62
  100. package/VwcSwitch/package.json +1 -1
  101. package/VwcTab/index.js +27 -59
  102. package/VwcTab/package.json +1 -1
  103. package/VwcTabBar/index.js +22 -39
  104. package/VwcTabBar/package.json +1 -1
  105. package/VwcTag/index.js +30 -96
  106. package/VwcTag/package.json +1 -1
  107. package/VwcText/index.js +22 -71
  108. package/VwcText/package.json +1 -1
  109. package/VwcTextarea/index.js +38 -59
  110. package/VwcTextarea/package.json +1 -1
  111. package/VwcTextfield/index.js +42 -81
  112. package/VwcTextfield/package.json +1 -1
  113. package/VwcThemeSwitch/index.js +19 -50
  114. package/VwcThemeSwitch/package.json +1 -1
  115. package/VwcTooltip/index.js +28 -92
  116. package/VwcTooltip/package.json +1 -1
  117. package/VwcTopAppBar/index.js +19 -45
  118. package/VwcTopAppBar/package.json +1 -1
  119. package/VwcTopAppBarFixed/index.js +19 -56
  120. package/VwcTopAppBarFixed/package.json +1 -1
  121. package/chunk-KmRHZBOW.js +35 -0
  122. package/index.es-CX858N60.js +14636 -0
  123. package/index.js +9 -32
  124. package/package.json +5 -4
  125. package/types/index.d.ts +0 -1
  126. package/v3/VwcAccordion/index.js +26 -234
  127. package/v3/VwcAccordion/package.json +2 -2
  128. package/v3/VwcAccordionItem/index.js +32 -375
  129. package/v3/VwcAccordionItem/package.json +2 -2
  130. package/v3/VwcActionGroup/index.js +22 -143
  131. package/v3/VwcActionGroup/package.json +2 -2
  132. package/v3/VwcAlert/index.js +35 -397
  133. package/v3/VwcAlert/package.json +2 -2
  134. package/v3/VwcAriaBindingDirective/index.js +16 -71
  135. package/v3/VwcAriaBindingDirective/package.json +2 -2
  136. package/v3/VwcAudioPlayer/index.js +41 -471
  137. package/v3/VwcAudioPlayer/package.json +2 -2
  138. package/v3/VwcAvatar/index.js +35 -479
  139. package/v3/VwcAvatar/package.json +2 -2
  140. package/v3/VwcBadge/index.js +26 -495
  141. package/v3/VwcBadge/package.json +2 -2
  142. package/v3/VwcBanner/index.js +24 -268
  143. package/v3/VwcBanner/package.json +2 -2
  144. package/v3/VwcBaseProgress/index.js +23 -139
  145. package/v3/VwcBaseProgress/package.json +2 -2
  146. package/v3/VwcBreadcrumb/index.js +16 -132
  147. package/v3/VwcBreadcrumb/package.json +2 -2
  148. package/v3/VwcBreadcrumbItem/index.js +29 -296
  149. package/v3/VwcBreadcrumbItem/package.json +2 -2
  150. package/v3/VwcButton/index.js +61 -1339
  151. package/v3/VwcButton/package.json +2 -2
  152. package/v3/VwcCalendar/index.js +25 -255
  153. package/v3/VwcCalendar/package.json +2 -2
  154. package/v3/VwcCalendarEvent/index.js +26 -303
  155. package/v3/VwcCalendarEvent/package.json +2 -2
  156. package/v3/VwcCard/index.js +35 -464
  157. package/v3/VwcCard/package.json +2 -2
  158. package/v3/VwcCheckbox/index.js +51 -754
  159. package/v3/VwcCheckbox/package.json +2 -2
  160. package/v3/VwcColorPicker/index.js +42 -647
  161. package/v3/VwcColorPicker/package.json +2 -2
  162. package/v3/VwcCombobox/index.d.ts +3 -4
  163. package/v3/VwcCombobox/index.js +46 -954
  164. package/v3/VwcCombobox/package.json +2 -2
  165. package/v3/VwcContextualHelp/index.js +20 -131
  166. package/v3/VwcContextualHelp/package.json +2 -2
  167. package/v3/VwcCountry/index.js +21 -104
  168. package/v3/VwcCountry/package.json +2 -2
  169. package/v3/VwcCountryGroup/index.js +23 -268
  170. package/v3/VwcCountryGroup/package.json +2 -2
  171. package/v3/VwcDataGrid/index.js +455 -449
  172. package/v3/VwcDataGrid/package.json +2 -2
  173. package/v3/VwcDataGridCell/index.js +38 -328
  174. package/v3/VwcDataGridCell/package.json +2 -2
  175. package/v3/VwcDataGridRow/index.js +31 -290
  176. package/v3/VwcDataGridRow/package.json +2 -2
  177. package/v3/VwcDatePicker/index.js +41 -716
  178. package/v3/VwcDatePicker/package.json +2 -2
  179. package/v3/VwcDateRangePicker/index.js +56 -852
  180. package/v3/VwcDateRangePicker/package.json +2 -2
  181. package/v3/VwcDateTimePicker/index.js +48 -904
  182. package/v3/VwcDateTimePicker/package.json +2 -2
  183. package/v3/VwcDialPad/index.d.ts +0 -114
  184. package/v3/VwcDialPad/index.js +62 -492
  185. package/v3/VwcDialPad/package.json +2 -2
  186. package/v3/VwcDialog/index.js +46 -458
  187. package/v3/VwcDialog/package.json +2 -2
  188. package/v3/VwcDivider/index.js +22 -123
  189. package/v3/VwcDivider/package.json +2 -2
  190. package/v3/VwcElevation/index.js +22 -117
  191. package/v3/VwcElevation/package.json +2 -2
  192. package/v3/VwcEmptyState/index.js +25 -259
  193. package/v3/VwcEmptyState/package.json +2 -2
  194. package/v3/VwcFab/index.js +39 -860
  195. package/v3/VwcFab/package.json +2 -2
  196. package/v3/VwcFeatureState/index.js +16 -70
  197. package/v3/VwcFeatureState/package.json +2 -2
  198. package/v3/VwcFeedbackMessage/index.js +20 -98
  199. package/v3/VwcFeedbackMessage/package.json +2 -2
  200. package/v3/VwcFilePicker/index.js +40 -695
  201. package/v3/VwcFilePicker/package.json +2 -2
  202. package/v3/VwcFlag/index.js +22 -146
  203. package/v3/VwcFlag/package.json +2 -2
  204. package/v3/VwcHeader/index.js +21 -122
  205. package/v3/VwcHeader/package.json +2 -2
  206. package/v3/VwcIcon/index.js +23 -196
  207. package/v3/VwcIcon/package.json +2 -2
  208. package/v3/VwcIdrefsController/index.js +16 -230
  209. package/v3/VwcIdrefsController/package.json +2 -2
  210. package/v3/VwcInlineTimePicker/index.js +26 -195
  211. package/v3/VwcInlineTimePicker/package.json +2 -2
  212. package/v3/VwcKbdKey/index.js +24 -187
  213. package/v3/VwcKbdKey/package.json +2 -2
  214. package/v3/VwcKbdShortcut/index.js +16 -78
  215. package/v3/VwcKbdShortcut/package.json +2 -2
  216. package/v3/VwcLayout/index.js +24 -155
  217. package/v3/VwcLayout/package.json +2 -2
  218. package/v3/VwcListbox/index.js +24 -207
  219. package/v3/VwcListbox/package.json +2 -2
  220. package/v3/VwcMenu/index.js +33 -483
  221. package/v3/VwcMenu/package.json +2 -2
  222. package/v3/VwcMenuItem/index.js +37 -452
  223. package/v3/VwcMenuItem/package.json +2 -2
  224. package/v3/VwcNav/index.js +16 -74
  225. package/v3/VwcNav/package.json +2 -2
  226. package/v3/VwcNavDisclosure/index.js +29 -361
  227. package/v3/VwcNavDisclosure/package.json +2 -2
  228. package/v3/VwcNavItem/index.d.ts +1 -2
  229. package/v3/VwcNavItem/index.js +33 -509
  230. package/v3/VwcNavItem/package.json +2 -2
  231. package/v3/VwcNote/index.js +22 -210
  232. package/v3/VwcNote/package.json +2 -2
  233. package/v3/VwcNumberField/index.d.ts +2 -1
  234. package/v3/VwcNumberField/index.js +53 -1021
  235. package/v3/VwcNumberField/package.json +2 -2
  236. package/v3/VwcOption/index.d.ts +1 -2
  237. package/v3/VwcOption/index.js +36 -472
  238. package/v3/VwcOption/package.json +2 -2
  239. package/v3/VwcOptionTag/index.js +26 -165
  240. package/v3/VwcOptionTag/package.json +2 -2
  241. package/v3/VwcPagination/index.js +27 -241
  242. package/v3/VwcPagination/package.json +2 -2
  243. package/v3/VwcPickerField/index.js +31 -587
  244. package/v3/VwcPickerField/package.json +2 -2
  245. package/v3/VwcPlatformSwitch/index.js +16 -89
  246. package/v3/VwcPlatformSwitch/package.json +2 -2
  247. package/v3/VwcPopover/index.js +26 -184
  248. package/v3/VwcPopover/package.json +2 -2
  249. package/v3/VwcPopup/index.js +32 -399
  250. package/v3/VwcPopup/package.json +2 -2
  251. package/v3/VwcProgress/index.js +26 -276
  252. package/v3/VwcProgress/package.json +2 -2
  253. package/v3/VwcProgressRing/index.js +25 -235
  254. package/v3/VwcProgressRing/package.json +2 -2
  255. package/v3/VwcRadio/index.js +38 -662
  256. package/v3/VwcRadio/package.json +2 -2
  257. package/v3/VwcRadioGroup/index.js +31 -351
  258. package/v3/VwcRadioGroup/package.json +2 -2
  259. package/v3/VwcRangeSlider/index.js +61 -967
  260. package/v3/VwcRangeSlider/package.json +2 -2
  261. package/v3/VwcRichTextEditor/index.js +21 -178
  262. package/v3/VwcRichTextEditor/package.json +2 -2
  263. package/v3/VwcRichTextView/index.js +20 -195
  264. package/v3/VwcRichTextView/package.json +2 -2
  265. package/v3/VwcRteAlignmentFeatureImpl/index.js +16 -283
  266. package/v3/VwcRteAlignmentFeatureImpl/package.json +2 -2
  267. package/v3/VwcRteBaseImpl/index.js +16 -249
  268. package/v3/VwcRteBaseImpl/package.json +2 -2
  269. package/v3/VwcRteBasicTextBlocksImpl/index.js +16 -284
  270. package/v3/VwcRteBasicTextBlocksImpl/package.json +2 -2
  271. package/v3/VwcRteBoldFeatureImpl/index.js +16 -262
  272. package/v3/VwcRteBoldFeatureImpl/package.json +2 -2
  273. package/v3/VwcRteCharacterCountFeatureImpl/index.js +16 -249
  274. package/v3/VwcRteCharacterCountFeatureImpl/package.json +2 -2
  275. package/v3/VwcRteConfig/index.js +16 -73
  276. package/v3/VwcRteConfig/package.json +2 -2
  277. package/v3/VwcRteConfigImpl/index.js +23 -74
  278. package/v3/VwcRteConfigImpl/package.json +2 -2
  279. package/v3/VwcRteCoreImpl/index.js +22 -270
  280. package/v3/VwcRteCoreImpl/package.json +2 -2
  281. package/v3/VwcRteCursorFixFeatureImpl/index.js +16 -249
  282. package/v3/VwcRteCursorFixFeatureImpl/package.json +2 -2
  283. package/v3/VwcRteDropHandlerFeatureImpl/index.js +16 -249
  284. package/v3/VwcRteDropHandlerFeatureImpl/package.json +2 -2
  285. package/v3/VwcRteFeature/index.js +16 -25
  286. package/v3/VwcRteFeature/package.json +2 -2
  287. package/v3/VwcRteFeatureImpl/index.js +16 -196
  288. package/v3/VwcRteFeatureImpl/package.json +2 -2
  289. package/v3/VwcRteFileHandlerFeatureImpl/index.js +16 -249
  290. package/v3/VwcRteFileHandlerFeatureImpl/package.json +2 -2
  291. package/v3/VwcRteFontSizePickerFeatureImpl/index.js +21 -314
  292. package/v3/VwcRteFontSizePickerFeatureImpl/package.json +2 -2
  293. package/v3/VwcRteForeignHtmlFeatureImpl/index.js +16 -249
  294. package/v3/VwcRteForeignHtmlFeatureImpl/package.json +2 -2
  295. package/v3/VwcRteHardBreakFeatureImpl/index.js +16 -249
  296. package/v3/VwcRteHardBreakFeatureImpl/package.json +2 -2
  297. package/v3/VwcRteHistoryFeatureImpl/index.js +16 -249
  298. package/v3/VwcRteHistoryFeatureImpl/package.json +2 -2
  299. package/v3/VwcRteHtmlParser/index.js +16 -106
  300. package/v3/VwcRteHtmlParser/package.json +2 -2
  301. package/v3/VwcRteHtmlSerializer/index.js +16 -81
  302. package/v3/VwcRteHtmlSerializer/package.json +2 -2
  303. package/v3/VwcRteHtmlSerializerImpl/index.js +16 -77
  304. package/v3/VwcRteHtmlSerializerImpl/package.json +2 -2
  305. package/v3/VwcRteInlineImageFeatureImpl/index.js +16 -307
  306. package/v3/VwcRteInlineImageFeatureImpl/package.json +2 -2
  307. package/v3/VwcRteInputRulesFeatureImpl/index.js +16 -249
  308. package/v3/VwcRteInputRulesFeatureImpl/package.json +2 -2
  309. package/v3/VwcRteInstance/index.js +16 -108
  310. package/v3/VwcRteInstance/package.json +2 -2
  311. package/v3/VwcRteInstanceImpl/index.js +20 -249
  312. package/v3/VwcRteInstanceImpl/package.json +2 -2
  313. package/v3/VwcRteItalicFeatureImpl/index.js +16 -262
  314. package/v3/VwcRteItalicFeatureImpl/package.json +2 -2
  315. package/v3/VwcRteKeyboardShortcutsFeatureImpl/index.js +16 -249
  316. package/v3/VwcRteKeyboardShortcutsFeatureImpl/package.json +2 -2
  317. package/v3/VwcRteLinkFeatureImpl/index.js +20 -310
  318. package/v3/VwcRteLinkFeatureImpl/package.json +2 -2
  319. package/v3/VwcRteListFeatureImpl/index.js +16 -286
  320. package/v3/VwcRteListFeatureImpl/package.json +2 -2
  321. package/v3/VwcRteMonospaceFeatureImpl/index.js +16 -262
  322. package/v3/VwcRteMonospaceFeatureImpl/package.json +2 -2
  323. package/v3/VwcRtePlaceholderFeatureImpl/index.js +16 -249
  324. package/v3/VwcRtePlaceholderFeatureImpl/package.json +2 -2
  325. package/v3/VwcRteStrikethroughFeatureImpl/index.js +16 -262
  326. package/v3/VwcRteStrikethroughFeatureImpl/package.json +2 -2
  327. package/v3/VwcRteTextBlockPickerFeatureImpl/index.js +16 -249
  328. package/v3/VwcRteTextBlockPickerFeatureImpl/package.json +2 -2
  329. package/v3/VwcRteTextColorPickerFeatureImpl/index.js +20 -290
  330. package/v3/VwcRteTextColorPickerFeatureImpl/package.json +2 -2
  331. package/v3/VwcRteTextStyleFeatureImpl/index.js +16 -256
  332. package/v3/VwcRteTextStyleFeatureImpl/package.json +2 -2
  333. package/v3/VwcRteToolbarFeatureImpl/index.js +20 -254
  334. package/v3/VwcRteToolbarFeatureImpl/package.json +2 -2
  335. package/v3/VwcRteUnderlineFeatureImpl/index.js +16 -262
  336. package/v3/VwcRteUnderlineFeatureImpl/package.json +2 -2
  337. package/v3/VwcSearchableSelect/index.js +65 -1215
  338. package/v3/VwcSearchableSelect/package.json +2 -2
  339. package/v3/VwcSelect/index.js +61 -985
  340. package/v3/VwcSelect/package.json +2 -2
  341. package/v3/VwcSelectableBox/index.js +29 -301
  342. package/v3/VwcSelectableBox/package.json +2 -2
  343. package/v3/VwcSideDrawer/index.js +36 -191
  344. package/v3/VwcSideDrawer/package.json +2 -2
  345. package/v3/VwcSimpleColorPicker/index.js +37 -508
  346. package/v3/VwcSimpleColorPicker/package.json +2 -2
  347. package/v3/VwcSlider/index.js +48 -758
  348. package/v3/VwcSlider/package.json +2 -2
  349. package/v3/VwcSplitButton/index.js +43 -530
  350. package/v3/VwcSplitButton/package.json +2 -2
  351. package/v3/VwcStatus/index.js +22 -189
  352. package/v3/VwcStatus/package.json +2 -2
  353. package/v3/VwcSwitch/index.js +43 -610
  354. package/v3/VwcSwitch/package.json +2 -2
  355. package/v3/VwcTab/index.js +30 -333
  356. package/v3/VwcTab/package.json +2 -2
  357. package/v3/VwcTabPanel/index.js +16 -74
  358. package/v3/VwcTabPanel/package.json +2 -2
  359. package/v3/VwcTable/index.js +16 -68
  360. package/v3/VwcTable/package.json +2 -2
  361. package/v3/VwcTableBody/index.js +16 -68
  362. package/v3/VwcTableBody/package.json +2 -2
  363. package/v3/VwcTableCell/index.js +19 -149
  364. package/v3/VwcTableCell/package.json +2 -2
  365. package/v3/VwcTableHead/index.js +16 -68
  366. package/v3/VwcTableHead/package.json +2 -2
  367. package/v3/VwcTableHeaderCell/index.js +19 -166
  368. package/v3/VwcTableHeaderCell/package.json +2 -2
  369. package/v3/VwcTableRow/index.js +16 -140
  370. package/v3/VwcTableRow/package.json +2 -2
  371. package/v3/VwcTableSortingButton/index.js +23 -112
  372. package/v3/VwcTableSortingButton/package.json +2 -2
  373. package/v3/VwcTabs/index.js +29 -389
  374. package/v3/VwcTabs/package.json +2 -2
  375. package/v3/VwcTag/index.js +34 -651
  376. package/v3/VwcTag/package.json +2 -2
  377. package/v3/VwcTagGroup/index.js +16 -74
  378. package/v3/VwcTagGroup/package.json +2 -2
  379. package/v3/VwcTextArea/index.d.ts +2 -1
  380. package/v3/VwcTextArea/index.js +48 -905
  381. package/v3/VwcTextArea/package.json +2 -2
  382. package/v3/VwcTextField/index.d.ts +3 -1
  383. package/v3/VwcTextField/index.js +74 -921
  384. package/v3/VwcTextField/package.json +2 -2
  385. package/v3/VwcTextblockAttrs/index.js +16 -95
  386. package/v3/VwcTextblockAttrs/package.json +2 -2
  387. package/v3/VwcTextblockMarks/index.js +16 -53
  388. package/v3/VwcTextblockMarks/package.json +2 -2
  389. package/v3/VwcTimePicker/index.js +44 -788
  390. package/v3/VwcTimePicker/package.json +2 -2
  391. package/v3/VwcToggletip/index.js +25 -318
  392. package/v3/VwcToggletip/package.json +2 -2
  393. package/v3/VwcTooltip/index.js +24 -262
  394. package/v3/VwcTooltip/package.json +2 -2
  395. package/v3/VwcTreeItem/index.js +30 -257
  396. package/v3/VwcTreeItem/package.json +2 -2
  397. package/v3/VwcTreeView/index.js +21 -184
  398. package/v3/VwcTreeView/package.json +2 -2
  399. package/v3/VwcUiCtx/index.js +16 -117
  400. package/v3/VwcUiCtx/package.json +2 -2
  401. package/v3/VwcVideoPlayer/index.js +38 -256
  402. package/v3/VwcVideoPlayer/package.json +2 -2
  403. package/v3/VwcVisuallyHidden/index.js +16 -61
  404. package/v3/VwcVisuallyHidden/package.json +2 -2
  405. package/v3/VwcVividElement/index.js +16 -116
  406. package/v3/VwcVividElement/package.json +2 -2
  407. package/v3/VwcVividFoundationButton/index.js +34 -550
  408. package/v3/VwcVividFoundationButton/package.json +2 -2
  409. package/v3/VwcVvdHexInput/index.js +16 -43
  410. package/v3/VwcVvdHexInput/package.json +2 -2
  411. package/v3/VwcVvdHexPicker/index.js +16 -43
  412. package/v3/VwcVvdHexPicker/package.json +2 -2
@@ -1,454 +1,460 @@
1
- /*
2
- * DO NOT EDIT THIS FILE. IT IS GENERATED
3
- */
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/VwcDataGrid/index.js
4
8
  /*
5
9
  Code in this file were generated using following JSON:
6
10
  {
7
- "kind": "class",
8
- "description": "",
9
- "name": "DataGrid",
10
- "slots": [
11
- {
12
- "description": "Default slot.",
13
- "name": ""
14
- }
15
- ],
16
- "members": [
17
- {
18
- "kind": "method",
19
- "name": "generateTemplateColumns",
20
- "privacy": "private",
21
- "static": true,
22
- "return": {
23
- "type": {
24
- "text": "string"
25
- }
26
- },
27
- "parameters": [
28
- {
29
- "name": "columnDefinitions",
30
- "type": {
31
- "text": "ColumnDefinition[]"
32
- }
33
- }
34
- ],
35
- "description": "generates a gridTemplateColumns based on columndata array"
36
- },
37
- {
38
- "kind": "field",
39
- "name": "noTabbing",
40
- "type": {
41
- "text": "boolean"
42
- },
43
- "default": "false",
44
- "description": "Remove the grid from the tab order",
45
- "privacy": "public"
46
- },
47
- {
48
- "kind": "method",
49
- "name": "#setTabIndex"
50
- },
51
- {
52
- "kind": "field",
53
- "name": "generateHeader",
54
- "type": {
55
- "text": "GenerateHeaderOptions"
56
- },
57
- "description": "Whether the grid should automatically generate a header row and its type",
58
- "privacy": "public"
59
- },
60
- {
61
- "kind": "field",
62
- "name": "gridTemplateColumns",
63
- "type": {
64
- "text": "string"
65
- },
66
- "description": "String that gets applied to the css gridTemplateColumns attribute of child rows",
67
- "privacy": "public"
68
- },
69
- {
70
- "kind": "field",
71
- "name": "rowsData",
72
- "type": {
73
- "text": "object[]"
74
- },
75
- "default": "[]",
76
- "description": "Content of the grid in data format",
77
- "privacy": "public"
78
- },
79
- {
80
- "kind": "field",
81
- "name": "columnDefinitions",
82
- "type": {
83
- "text": "ColumnDefinition[] | null"
84
- },
85
- "default": "null",
86
- "description": "Configure the grid header columns",
87
- "privacy": "public"
88
- },
89
- {
90
- "kind": "field",
91
- "name": "rowItemTemplate",
92
- "type": {
93
- "text": "ViewTemplate"
94
- },
95
- "description": "Templete to use when rendering rows",
96
- "privacy": "public"
97
- },
98
- {
99
- "kind": "field",
100
- "name": "cellItemTemplate",
101
- "type": {
102
- "text": "ViewTemplate | undefined"
103
- },
104
- "description": "Templete to use when rendering cells",
105
- "privacy": "public"
106
- },
107
- {
108
- "kind": "field",
109
- "name": "headerCellItemTemplate",
110
- "type": {
111
- "text": "ViewTemplate | undefined"
112
- },
113
- "description": "Templete to use when rendering grid header cells",
114
- "privacy": "public"
115
- },
116
- {
117
- "kind": "field",
118
- "name": "focusRowIndex",
119
- "type": {
120
- "text": "number"
121
- },
122
- "default": "0",
123
- "description": "Index of row to be focused on when the Data Grid receives focus",
124
- "privacy": "public"
125
- },
126
- {
127
- "kind": "field",
128
- "name": "focusColumnIndex",
129
- "type": {
130
- "text": "number"
131
- },
132
- "default": "0",
133
- "description": "Index of column to be focused on when the Data Grid receives focus",
134
- "privacy": "public"
135
- },
136
- {
137
- "kind": "field",
138
- "name": "fixedColumns",
139
- "type": {
140
- "text": "number | undefined"
141
- },
142
- "description": "Sets the number of columns fixed to the left when horizontal scrolling",
143
- "privacy": "public"
144
- },
145
- {
146
- "kind": "field",
147
- "name": "rowElementTag",
148
- "type": {
149
- "text": "string"
150
- },
151
- "description": "Element tag for header rows"
152
- },
153
- {
154
- "kind": "field",
155
- "name": "behaviorOrchestrator",
156
- "type": {
157
- "text": "ViewBehaviorOrchestrator | null"
158
- },
159
- "privacy": "private",
160
- "default": "null"
161
- },
162
- {
163
- "kind": "field",
164
- "name": "generatedHeader",
165
- "type": {
166
- "text": "DataGridRow | null"
167
- },
168
- "privacy": "private",
169
- "default": "null"
170
- },
171
- {
172
- "kind": "field",
173
- "name": "isUpdatingFocus",
174
- "type": {
175
- "text": "boolean"
176
- },
177
- "privacy": "private",
178
- "default": "false"
179
- },
180
- {
181
- "kind": "field",
182
- "name": "pendingFocusUpdate",
183
- "type": {
184
- "text": "boolean"
185
- },
186
- "privacy": "private",
187
- "default": "false"
188
- },
189
- {
190
- "kind": "field",
191
- "name": "resizeObserver",
192
- "type": {
193
- "text": "ResizeObserver | undefined"
194
- },
195
- "privacy": "private"
196
- },
197
- {
198
- "kind": "field",
199
- "name": "observer",
200
- "type": {
201
- "text": "MutationObserver"
202
- },
203
- "privacy": "private"
204
- },
205
- {
206
- "kind": "field",
207
- "name": "rowindexUpdateQueued",
208
- "type": {
209
- "text": "boolean"
210
- },
211
- "privacy": "private",
212
- "default": "false"
213
- },
214
- {
215
- "kind": "field",
216
- "name": "columnDefinitionsStale",
217
- "type": {
218
- "text": "boolean"
219
- },
220
- "privacy": "private",
221
- "default": "true"
222
- },
223
- {
224
- "kind": "field",
225
- "name": "generatedGridTemplateColumns",
226
- "type": {
227
- "text": "string"
228
- },
229
- "privacy": "private",
230
- "default": "''"
231
- },
232
- {
233
- "kind": "field",
234
- "name": "focusOnCell",
235
- "privacy": "private"
236
- },
237
- {
238
- "kind": "method",
239
- "name": "queueFocusUpdate",
240
- "privacy": "private",
241
- "return": {
242
- "type": {
243
- "text": "void"
244
- }
245
- }
246
- },
247
- {
248
- "kind": "method",
249
- "name": "updateFocus",
250
- "privacy": "private",
251
- "return": {
252
- "type": {
253
- "text": "void"
254
- }
255
- }
256
- },
257
- {
258
- "kind": "method",
259
- "name": "toggleGeneratedHeader",
260
- "privacy": "private",
261
- "return": {
262
- "type": {
263
- "text": "void"
264
- }
265
- }
266
- },
267
- {
268
- "kind": "field",
269
- "name": "onChildListChange",
270
- "privacy": "private"
271
- },
272
- {
273
- "kind": "field",
274
- "name": "queueRowIndexUpdate",
275
- "privacy": "private"
276
- },
277
- {
278
- "kind": "field",
279
- "name": "updateRowIndexes",
280
- "privacy": "private"
281
- },
282
- {
283
- "kind": "field",
284
- "name": "selectionMode",
285
- "type": {
286
- "text": "DataGridSelectionMode | undefined"
287
- },
288
- "description": "Set the selection mode",
289
- "privacy": "public"
290
- },
291
- {
292
- "kind": "field",
293
- "name": "#selectedRows",
294
- "privacy": "private",
295
- "type": {
296
- "text": "DataGridRow[]"
297
- },
298
- "readonly": true
299
- },
300
- {
301
- "kind": "field",
302
- "name": "#selectedCells",
303
- "privacy": "private",
304
- "type": {
305
- "text": "DataGridCell[]"
306
- },
307
- "readonly": true
308
- },
309
- {
310
- "kind": "field",
311
- "name": "#handleKeypress",
312
- "privacy": "private"
313
- },
314
- {
315
- "kind": "field",
316
- "name": "#handleClick",
317
- "privacy": "private"
318
- },
319
- {
320
- "kind": "field",
321
- "name": "#handleCellSelection",
322
- "privacy": "private"
323
- },
324
- {
325
- "kind": "field",
326
- "name": "#handleRowSelection",
327
- "privacy": "private"
328
- },
329
- {
330
- "kind": "field",
331
- "name": "#changeHandler",
332
- "privacy": "private",
333
- "type": {
334
- "text": "object"
335
- },
336
- "default": "{\n\t\thandleChange(dataGrid: DataGrid, propertyName: string) {\n\t\t\t/* v8 ignore else -- @preserve *\/\n\t\t\tif (propertyName === 'columnDefinitions') {\n\t\t\t\t/* v8 ignore else -- @preserve *\/\n\t\t\t\tif (dataGrid.$fastController.isConnected) {\n\t\t\t\t\tdataGrid.toggleGeneratedHeader();\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t}"
337
- },
338
- {
339
- "kind": "method",
340
- "name": "generateColumns",
341
- "static": true,
342
- "parameters": [
343
- {
344
- "name": "rowData",
345
- "type": {
346
- "text": "any"
347
- }
348
- }
349
- ]
350
- },
351
- {
352
- "kind": "field",
353
- "name": "VIVID_VERSION",
354
- "static": true,
355
- "default": "__PACKAGE_VERSION__",
356
- "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`.",
357
- "type": {
358
- "text": "string"
359
- },
360
- "inheritedFrom": {
361
- "name": "VividElement",
362
- "module": "src/shared/foundation/vivid-element/vivid-element.ts"
363
- }
364
- },
365
- {
366
- "kind": "field",
367
- "name": "componentName",
368
- "type": {
369
- "text": "string"
370
- },
371
- "static": true,
372
- "description": "Core component name, without prefix",
373
- "inheritedFrom": {
374
- "name": "VividElement",
375
- "module": "src/shared/foundation/vivid-element/vivid-element.ts"
376
- }
377
- }
378
- ],
379
- "events": [
380
- {
381
- "type": {
382
- "text": "CustomEvent<{cell: HTMLElement, row: HTMLElement, isHeaderCell: boolean, columnDataKey: string}>"
383
- },
384
- "description": "Event that fires when a cell is clicked",
385
- "name": "cell-click"
386
- }
387
- ],
388
- "attributes": [
389
- {
390
- "name": "no-tabbing",
391
- "type": {
392
- "text": "boolean"
393
- },
394
- "default": "false",
395
- "description": "Remove the grid from the tab order",
396
- "fieldName": "noTabbing"
397
- },
398
- {
399
- "name": "generate-header",
400
- "type": {
401
- "text": "GenerateHeaderOptions"
402
- },
403
- "description": "Whether the grid should automatically generate a header row and its type",
404
- "fieldName": "generateHeader"
405
- },
406
- {
407
- "name": "grid-template-columns",
408
- "type": {
409
- "text": "string"
410
- },
411
- "description": "String that gets applied to the css gridTemplateColumns attribute of child rows",
412
- "fieldName": "gridTemplateColumns"
413
- },
414
- {
415
- "name": "fixed-columns",
416
- "type": {
417
- "text": "number | undefined"
418
- },
419
- "description": "Sets the number of columns fixed to the left when horizontal scrolling",
420
- "fieldName": "fixedColumns"
421
- },
422
- {
423
- "name": "selection-mode",
424
- "type": {
425
- "text": "DataGridSelectionMode | undefined"
426
- },
427
- "description": "Set the selection mode",
428
- "fieldName": "selectionMode"
429
- }
430
- ],
431
- "superclass": {
432
- "name": "VividElement",
433
- "module": "/src/shared/foundation/vivid-element/vivid-element"
434
- },
435
- "vividComponent": {
436
- "public": true,
437
- "name": "data-grid"
438
- }
11
+ "kind": "class",
12
+ "description": "",
13
+ "name": "DataGrid",
14
+ "slots": [
15
+ {
16
+ "description": "Default slot.",
17
+ "name": ""
18
+ }
19
+ ],
20
+ "members": [
21
+ {
22
+ "kind": "method",
23
+ "name": "generateTemplateColumns",
24
+ "privacy": "private",
25
+ "static": true,
26
+ "return": {
27
+ "type": {
28
+ "text": "string"
29
+ }
30
+ },
31
+ "parameters": [
32
+ {
33
+ "name": "columnDefinitions",
34
+ "type": {
35
+ "text": "ColumnDefinition[]"
36
+ }
37
+ }
38
+ ],
39
+ "description": "generates a gridTemplateColumns based on columndata array"
40
+ },
41
+ {
42
+ "kind": "field",
43
+ "name": "noTabbing",
44
+ "type": {
45
+ "text": "boolean"
46
+ },
47
+ "default": "false",
48
+ "description": "Remove the grid from the tab order"
49
+ },
50
+ {
51
+ "kind": "method",
52
+ "name": "#setTabIndex"
53
+ },
54
+ {
55
+ "kind": "field",
56
+ "name": "generateHeader",
57
+ "type": {
58
+ "text": "GenerateHeaderOptions"
59
+ },
60
+ "description": "Whether the grid should automatically generate a header row and its type"
61
+ },
62
+ {
63
+ "kind": "field",
64
+ "name": "gridTemplateColumns",
65
+ "type": {
66
+ "text": "string"
67
+ },
68
+ "description": "String that gets applied to the css gridTemplateColumns attribute of child rows"
69
+ },
70
+ {
71
+ "kind": "field",
72
+ "name": "rowsData",
73
+ "type": {
74
+ "text": "object[]"
75
+ },
76
+ "default": "[]",
77
+ "description": "Content of the grid in data format"
78
+ },
79
+ {
80
+ "kind": "field",
81
+ "name": "columnDefinitions",
82
+ "type": {
83
+ "text": "ColumnDefinition[] | null"
84
+ },
85
+ "default": "null",
86
+ "description": "Configure the grid header columns"
87
+ },
88
+ {
89
+ "kind": "field",
90
+ "name": "rowItemTemplate",
91
+ "type": {
92
+ "text": "ViewTemplate"
93
+ },
94
+ "description": "Templete to use when rendering rows"
95
+ },
96
+ {
97
+ "kind": "field",
98
+ "name": "cellItemTemplate",
99
+ "type": {
100
+ "text": "ViewTemplate | undefined"
101
+ },
102
+ "description": "Templete to use when rendering cells"
103
+ },
104
+ {
105
+ "kind": "field",
106
+ "name": "headerCellItemTemplate",
107
+ "type": {
108
+ "text": "ViewTemplate | undefined"
109
+ },
110
+ "description": "Templete to use when rendering grid header cells"
111
+ },
112
+ {
113
+ "kind": "field",
114
+ "name": "focusRowIndex",
115
+ "type": {
116
+ "text": "number"
117
+ },
118
+ "default": "0",
119
+ "description": "Index of row to be focused on when the Data Grid receives focus"
120
+ },
121
+ {
122
+ "kind": "field",
123
+ "name": "focusColumnIndex",
124
+ "type": {
125
+ "text": "number"
126
+ },
127
+ "default": "0",
128
+ "description": "Index of column to be focused on when the Data Grid receives focus"
129
+ },
130
+ {
131
+ "kind": "field",
132
+ "name": "fixedColumns",
133
+ "type": {
134
+ "text": "number | undefined"
135
+ },
136
+ "description": "Sets the number of columns fixed to the left when horizontal scrolling"
137
+ },
138
+ {
139
+ "kind": "field",
140
+ "name": "rowElementTag",
141
+ "type": {
142
+ "text": "string"
143
+ },
144
+ "description": "Element tag for header rows"
145
+ },
146
+ {
147
+ "kind": "field",
148
+ "name": "behaviorOrchestrator",
149
+ "type": {
150
+ "text": "ViewBehaviorOrchestrator | null"
151
+ },
152
+ "privacy": "private",
153
+ "default": "null"
154
+ },
155
+ {
156
+ "kind": "field",
157
+ "name": "generatedHeader",
158
+ "type": {
159
+ "text": "DataGridRow | null"
160
+ },
161
+ "privacy": "private",
162
+ "default": "null"
163
+ },
164
+ {
165
+ "kind": "field",
166
+ "name": "isUpdatingFocus",
167
+ "type": {
168
+ "text": "boolean"
169
+ },
170
+ "privacy": "private",
171
+ "default": "false"
172
+ },
173
+ {
174
+ "kind": "field",
175
+ "name": "pendingFocusUpdate",
176
+ "type": {
177
+ "text": "boolean"
178
+ },
179
+ "privacy": "private",
180
+ "default": "false"
181
+ },
182
+ {
183
+ "kind": "field",
184
+ "name": "resizeObserver",
185
+ "type": {
186
+ "text": "ResizeObserver | undefined"
187
+ },
188
+ "privacy": "private"
189
+ },
190
+ {
191
+ "kind": "field",
192
+ "name": "observer",
193
+ "type": {
194
+ "text": "MutationObserver"
195
+ },
196
+ "privacy": "private"
197
+ },
198
+ {
199
+ "kind": "field",
200
+ "name": "rowindexUpdateQueued",
201
+ "type": {
202
+ "text": "boolean"
203
+ },
204
+ "privacy": "private",
205
+ "default": "false"
206
+ },
207
+ {
208
+ "kind": "field",
209
+ "name": "columnDefinitionsStale",
210
+ "type": {
211
+ "text": "boolean"
212
+ },
213
+ "privacy": "private",
214
+ "default": "true"
215
+ },
216
+ {
217
+ "kind": "field",
218
+ "name": "generatedGridTemplateColumns",
219
+ "type": {
220
+ "text": "string"
221
+ },
222
+ "privacy": "private",
223
+ "default": "''"
224
+ },
225
+ {
226
+ "kind": "field",
227
+ "name": "focusOnCell",
228
+ "privacy": "private"
229
+ },
230
+ {
231
+ "kind": "method",
232
+ "name": "queueFocusUpdate",
233
+ "privacy": "private",
234
+ "return": {
235
+ "type": {
236
+ "text": "void"
237
+ }
238
+ }
239
+ },
240
+ {
241
+ "kind": "method",
242
+ "name": "updateFocus",
243
+ "privacy": "private",
244
+ "return": {
245
+ "type": {
246
+ "text": "void"
247
+ }
248
+ }
249
+ },
250
+ {
251
+ "kind": "method",
252
+ "name": "toggleGeneratedHeader",
253
+ "privacy": "private",
254
+ "return": {
255
+ "type": {
256
+ "text": "void"
257
+ }
258
+ }
259
+ },
260
+ {
261
+ "kind": "field",
262
+ "name": "onChildListChange",
263
+ "privacy": "private"
264
+ },
265
+ {
266
+ "kind": "field",
267
+ "name": "queueRowIndexUpdate",
268
+ "privacy": "private"
269
+ },
270
+ {
271
+ "kind": "field",
272
+ "name": "updateRowIndexes",
273
+ "privacy": "private"
274
+ },
275
+ {
276
+ "kind": "field",
277
+ "name": "selectionMode",
278
+ "type": {
279
+ "text": "DataGridSelectionMode | undefined"
280
+ },
281
+ "description": "Set the selection mode"
282
+ },
283
+ {
284
+ "kind": "field",
285
+ "name": "#selectedRows",
286
+ "privacy": "private",
287
+ "type": {
288
+ "text": "DataGridRow[]"
289
+ },
290
+ "readonly": true
291
+ },
292
+ {
293
+ "kind": "field",
294
+ "name": "#selectedCells",
295
+ "privacy": "private",
296
+ "type": {
297
+ "text": "DataGridCell[]"
298
+ },
299
+ "readonly": true
300
+ },
301
+ {
302
+ "kind": "field",
303
+ "name": "#handleKeypress",
304
+ "privacy": "private"
305
+ },
306
+ {
307
+ "kind": "field",
308
+ "name": "#handleClick",
309
+ "privacy": "private"
310
+ },
311
+ {
312
+ "kind": "field",
313
+ "name": "#handleCellSelection",
314
+ "privacy": "private"
315
+ },
316
+ {
317
+ "kind": "field",
318
+ "name": "#handleRowSelection",
319
+ "privacy": "private"
320
+ },
321
+ {
322
+ "kind": "field",
323
+ "name": "#changeHandler",
324
+ "privacy": "private",
325
+ "type": {
326
+ "text": "object"
327
+ },
328
+ "default": "{\n\t\thandleChange(dataGrid: DataGrid, propertyName: string) {\n\t\t\t/* v8 ignore else -- @preserve *\/\n\t\t\tif (propertyName === 'columnDefinitions') {\n\t\t\t\t/* v8 ignore else -- @preserve *\/\n\t\t\t\tif (dataGrid.$fastController.isConnected) {\n\t\t\t\t\tdataGrid.toggleGeneratedHeader();\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t}"
329
+ },
330
+ {
331
+ "kind": "method",
332
+ "name": "generateColumns",
333
+ "static": true,
334
+ "parameters": [
335
+ {
336
+ "name": "rowData",
337
+ "type": {
338
+ "text": "any"
339
+ }
340
+ }
341
+ ]
342
+ },
343
+ {
344
+ "kind": "field",
345
+ "name": "VIVID_VERSION",
346
+ "static": true,
347
+ "default": "__PACKAGE_VERSION__",
348
+ "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`.",
349
+ "type": {
350
+ "text": "string"
351
+ },
352
+ "inheritedFrom": {
353
+ "name": "VividElement",
354
+ "module": "src/shared/foundation/vivid-element/vivid-element.ts"
355
+ }
356
+ },
357
+ {
358
+ "kind": "field",
359
+ "name": "componentName",
360
+ "type": {
361
+ "text": "string"
362
+ },
363
+ "static": true,
364
+ "description": "Core component name, without prefix",
365
+ "inheritedFrom": {
366
+ "name": "VividElement",
367
+ "module": "src/shared/foundation/vivid-element/vivid-element.ts"
368
+ }
369
+ }
370
+ ],
371
+ "events": [
372
+ {
373
+ "type": {
374
+ "text": "CustomEvent<{cell: HTMLElement, row: HTMLElement, isHeaderCell: boolean, columnDataKey: string}>"
375
+ },
376
+ "description": "Event that fires when a cell is clicked",
377
+ "name": "cell-click"
378
+ }
379
+ ],
380
+ "attributes": [
381
+ {
382
+ "name": "no-tabbing",
383
+ "type": {
384
+ "text": "boolean"
385
+ },
386
+ "default": "false",
387
+ "description": "Remove the grid from the tab order",
388
+ "fieldName": "noTabbing"
389
+ },
390
+ {
391
+ "name": "generate-header",
392
+ "type": {
393
+ "text": "GenerateHeaderOptions"
394
+ },
395
+ "description": "Whether the grid should automatically generate a header row and its type",
396
+ "fieldName": "generateHeader"
397
+ },
398
+ {
399
+ "name": "grid-template-columns",
400
+ "type": {
401
+ "text": "string"
402
+ },
403
+ "description": "String that gets applied to the css gridTemplateColumns attribute of child rows",
404
+ "fieldName": "gridTemplateColumns"
405
+ },
406
+ {
407
+ "name": "fixed-columns",
408
+ "type": {
409
+ "text": "number | undefined"
410
+ },
411
+ "description": "Sets the number of columns fixed to the left when horizontal scrolling",
412
+ "fieldName": "fixedColumns"
413
+ },
414
+ {
415
+ "name": "selection-mode",
416
+ "type": {
417
+ "text": "DataGridSelectionMode | undefined"
418
+ },
419
+ "description": "Set the selection mode",
420
+ "fieldName": "selectionMode"
421
+ }
422
+ ],
423
+ "superclass": {
424
+ "name": "VividElement",
425
+ "module": "/src/shared/foundation/vivid-element/vivid-element"
426
+ },
427
+ "vividComponent": {
428
+ "public": true,
429
+ "name": "data-grid"
430
+ }
439
431
  }
440
432
  */
441
- import wrapper from '@repo/react-component-wrapper'
442
- import { registerDataGrid } from '@vonage/vivid'
443
-
444
- registerDataGrid('vvd3')
445
-
446
- const VwcDataGrid = wrapper(`vvd3-data-grid`, {
447
- events: [{"name":"cell-click","propName":"onCellClick"}],
448
- attributes: [],
449
- properties: ['noTabbing', 'generateHeader', 'gridTemplateColumns', 'rowsData', 'columnDefinitions', 'rowItemTemplate', 'cellItemTemplate', 'headerCellItemTemplate', 'focusRowIndex', 'focusColumnIndex', 'fixedColumns', 'rowElementTag', 'selectionMode', 'VIVID_VERSION', 'componentName']
450
- })
451
-
452
- VwcDataGrid.displayName = 'VwcDataGrid'
453
-
454
- export default VwcDataGrid
433
+ (0, require("@vonage/vivid").registerDataGrid)("vvd3");
434
+ var VwcDataGrid = require_index_es.g(`vvd3-data-grid`, {
435
+ events: [{
436
+ "name": "cell-click",
437
+ "propName": "onCellClick"
438
+ }],
439
+ attributes: [],
440
+ properties: [
441
+ "noTabbing",
442
+ "generateHeader",
443
+ "gridTemplateColumns",
444
+ "rowsData",
445
+ "columnDefinitions",
446
+ "rowItemTemplate",
447
+ "cellItemTemplate",
448
+ "headerCellItemTemplate",
449
+ "focusRowIndex",
450
+ "focusColumnIndex",
451
+ "fixedColumns",
452
+ "rowElementTag",
453
+ "selectionMode",
454
+ "VIVID_VERSION",
455
+ "componentName"
456
+ ]
457
+ });
458
+ VwcDataGrid.displayName = "VwcDataGrid";
459
+ //#endregion
460
+ exports.default = VwcDataGrid;