@vonage/vivid-react 3.2.0 → 3.3.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 (307) hide show
  1. package/VwcAccordion/package.json +1 -1
  2. package/VwcActionGroup/package.json +1 -1
  3. package/VwcBadge/package.json +1 -1
  4. package/VwcBanner/package.json +1 -1
  5. package/VwcButton/package.json +1 -1
  6. package/VwcButtonToggleGroup/package.json +1 -1
  7. package/VwcCalendar/package.json +1 -1
  8. package/VwcCalendarEvent/package.json +1 -1
  9. package/VwcCard/package.json +1 -1
  10. package/VwcCarousel/package.json +1 -1
  11. package/VwcCarouselItem/package.json +1 -1
  12. package/VwcCheckListItem/package.json +1 -1
  13. package/VwcCheckbox/package.json +1 -1
  14. package/VwcChip/package.json +1 -1
  15. package/VwcChipSet/package.json +1 -1
  16. package/VwcCircularProgress/package.json +1 -1
  17. package/VwcDataGrid/package.json +1 -1
  18. package/VwcDataGridColumn/package.json +1 -1
  19. package/VwcDatepicker/package.json +1 -1
  20. package/VwcDropdown/package.json +1 -1
  21. package/VwcElevation/package.json +1 -1
  22. package/VwcEmptyState/package.json +1 -1
  23. package/VwcExpansionPanel/package.json +1 -1
  24. package/VwcFab/package.json +1 -1
  25. package/VwcFilePicker/package.json +1 -1
  26. package/VwcFormfield/package.json +1 -1
  27. package/VwcHelperMessage/package.json +1 -1
  28. package/VwcIcon/package.json +1 -1
  29. package/VwcIconButton/package.json +1 -1
  30. package/VwcIconButtonToggle/package.json +1 -1
  31. package/VwcKeypad/package.json +1 -1
  32. package/VwcLayout/package.json +1 -1
  33. package/VwcLinearProgress/package.json +1 -1
  34. package/VwcList/package.json +1 -1
  35. package/VwcListExpansionPanel/package.json +1 -1
  36. package/VwcListItem/package.json +1 -1
  37. package/VwcMenu/package.json +1 -1
  38. package/VwcNotchedOutline/package.json +1 -1
  39. package/VwcNote/package.json +1 -1
  40. package/VwcPagination/package.json +1 -1
  41. package/VwcPopup/package.json +1 -1
  42. package/VwcRadio/package.json +1 -1
  43. package/VwcRadioListItem/package.json +1 -1
  44. package/VwcSchemeSelect/package.json +1 -1
  45. package/VwcScrubBar/package.json +1 -1
  46. package/VwcSelect/package.json +1 -1
  47. package/VwcSlider/package.json +1 -1
  48. package/VwcSnackbar/package.json +1 -1
  49. package/VwcSurface/package.json +1 -1
  50. package/VwcSwitch/package.json +1 -1
  51. package/VwcTab/package.json +1 -1
  52. package/VwcTabBar/package.json +1 -1
  53. package/VwcTag/package.json +1 -1
  54. package/VwcText/package.json +1 -1
  55. package/VwcTextarea/package.json +1 -1
  56. package/VwcTextfield/package.json +1 -1
  57. package/VwcThemeSwitch/package.json +1 -1
  58. package/VwcTooltip/package.json +1 -1
  59. package/VwcTopAppBar/package.json +1 -1
  60. package/VwcTopAppBarFixed/package.json +1 -1
  61. package/index.js +4 -4
  62. package/package.json +2 -2
  63. package/types/index.d.ts +260 -29
  64. package/v3/VwcARIAGlobalStatesAndProperties/index.d.ts +122 -0
  65. package/v3/VwcARIAGlobalStatesAndProperties/index.js +352 -0
  66. package/v3/VwcARIAGlobalStatesAndProperties/package.json +11 -0
  67. package/v3/VwcAccordion/index.d.ts +7 -1
  68. package/v3/VwcAccordion/index.js +142 -3
  69. package/v3/VwcAccordion/package.json +2 -2
  70. package/v3/VwcAccordionItem/index.d.ts +6 -0
  71. package/v3/VwcAccordionItem/index.js +62 -3
  72. package/v3/VwcAccordionItem/package.json +2 -2
  73. package/v3/VwcActionGroup/index.js +2 -2
  74. package/v3/VwcActionGroup/package.json +2 -2
  75. package/v3/VwcAlert/index.d.ts +10 -14
  76. package/v3/VwcAlert/index.js +28 -25
  77. package/v3/VwcAlert/package.json +2 -2
  78. package/v3/VwcAnchor/index.d.ts +33 -0
  79. package/v3/VwcAnchor/index.js +173 -0
  80. package/v3/{VwcAppearanceUi → VwcAnchor}/package.json +3 -3
  81. package/v3/VwcAudioPlayer/index.js +2 -2
  82. package/v3/VwcAudioPlayer/package.json +2 -2
  83. package/v3/VwcAvatar/index.js +2 -2
  84. package/v3/VwcAvatar/package.json +2 -2
  85. package/v3/VwcBadge/index.js +58 -2
  86. package/v3/VwcBadge/package.json +2 -2
  87. package/v3/VwcBanner/index.js +2 -2
  88. package/v3/VwcBanner/package.json +2 -2
  89. package/v3/VwcBaseProgress/index.d.ts +24 -0
  90. package/v3/VwcBaseProgress/index.js +108 -0
  91. package/v3/VwcBaseProgress/package.json +11 -0
  92. package/v3/VwcBreadcrumb/index.js +62 -2
  93. package/v3/VwcBreadcrumb/package.json +2 -2
  94. package/v3/VwcBreadcrumbItem/index.js +2 -2
  95. package/v3/VwcBreadcrumbItem/package.json +2 -2
  96. package/v3/VwcButton/index.d.ts +24 -3
  97. package/v3/VwcButton/index.js +369 -5
  98. package/v3/VwcButton/package.json +2 -2
  99. package/v3/VwcCalendar/index.js +2 -2
  100. package/v3/VwcCalendar/package.json +2 -2
  101. package/v3/VwcCalendarEvent/index.js +2 -2
  102. package/v3/VwcCalendarEvent/package.json +2 -2
  103. package/v3/VwcCard/index.js +2 -2
  104. package/v3/VwcCard/package.json +2 -2
  105. package/v3/VwcCheckbox/index.d.ts +8 -1
  106. package/v3/VwcCheckbox/index.js +67 -4
  107. package/v3/VwcCheckbox/package.json +2 -2
  108. package/v3/VwcCombobox/index.d.ts +26 -0
  109. package/v3/VwcCombobox/index.js +286 -4
  110. package/v3/VwcCombobox/package.json +2 -2
  111. package/v3/VwcDataGrid/index.d.ts +29 -2
  112. package/v3/VwcDataGrid/index.js +286 -8
  113. package/v3/VwcDataGrid/package.json +2 -2
  114. package/v3/VwcDataGridCell/index.d.ts +10 -2
  115. package/v3/VwcDataGridCell/index.js +143 -23
  116. package/v3/VwcDataGridCell/package.json +2 -2
  117. package/v3/VwcDataGridRow/index.d.ts +16 -0
  118. package/v3/VwcDataGridRow/index.js +168 -3
  119. package/v3/VwcDataGridRow/package.json +2 -2
  120. package/v3/VwcDatePicker/index.js +42 -1
  121. package/v3/VwcDatePicker/package.json +2 -2
  122. package/v3/VwcDatePickerBase/index.js +27 -0
  123. package/v3/VwcDatePickerBase/package.json +2 -2
  124. package/v3/VwcDateRangePicker/index.js +45 -2
  125. package/v3/VwcDateRangePicker/package.json +2 -2
  126. package/v3/VwcDelegatesARIAButton/index.d.ts +19 -0
  127. package/v3/VwcDelegatesARIAButton/index.js +63 -0
  128. package/v3/VwcDelegatesARIAButton/package.json +11 -0
  129. package/v3/VwcDelegatesARIALink/index.d.ts +17 -0
  130. package/v3/VwcDelegatesARIALink/index.js +46 -0
  131. package/v3/VwcDelegatesARIALink/package.json +11 -0
  132. package/v3/VwcDelegatesARIAListbox/index.d.ts +23 -0
  133. package/v3/VwcDelegatesARIAListbox/index.js +63 -0
  134. package/v3/VwcDelegatesARIAListbox/package.json +11 -0
  135. package/v3/VwcDelegatesARIAListboxOption/index.d.ts +23 -0
  136. package/v3/VwcDelegatesARIAListboxOption/index.js +97 -0
  137. package/v3/VwcDelegatesARIAListboxOption/package.json +11 -0
  138. package/v3/VwcDelegatesARIASelect/index.d.ts +17 -0
  139. package/v3/VwcDelegatesARIASelect/index.js +70 -0
  140. package/v3/VwcDelegatesARIASelect/package.json +11 -0
  141. package/v3/VwcDelegatesARIATextbox/index.d.ts +16 -0
  142. package/v3/VwcDelegatesARIATextbox/index.js +59 -0
  143. package/v3/VwcDelegatesARIATextbox/package.json +11 -0
  144. package/v3/VwcDialPad/index.js +5 -3
  145. package/v3/VwcDialPad/package.json +2 -2
  146. package/v3/VwcDialog/index.d.ts +11 -1
  147. package/v3/VwcDialog/index.js +122 -20
  148. package/v3/VwcDialog/package.json +2 -2
  149. package/v3/VwcDivider/index.d.ts +4 -1
  150. package/v3/VwcDivider/index.js +41 -3
  151. package/v3/VwcDivider/package.json +2 -2
  152. package/v3/VwcElevation/index.d.ts +2 -0
  153. package/v3/VwcElevation/index.js +17 -3
  154. package/v3/VwcElevation/package.json +2 -2
  155. package/v3/VwcEmptyState/index.d.ts +4 -0
  156. package/v3/VwcEmptyState/index.js +123 -3
  157. package/v3/VwcEmptyState/package.json +2 -2
  158. package/v3/VwcFab/index.d.ts +20 -0
  159. package/v3/VwcFab/index.js +353 -3
  160. package/v3/VwcFab/package.json +2 -2
  161. package/v3/VwcFilePicker/index.d.ts +8 -0
  162. package/v3/VwcFilePicker/index.js +181 -1
  163. package/v3/VwcFilePicker/package.json +2 -2
  164. package/v3/VwcFormAssociatedCheckbox/index.d.ts +17 -0
  165. package/v3/VwcFormAssociatedCheckbox/index.js +41 -0
  166. package/v3/VwcFormAssociatedCheckbox/package.json +11 -0
  167. package/v3/VwcFormAssociatedFilePicker/index.js +1 -1
  168. package/v3/VwcFormAssociatedFilePicker/package.json +2 -2
  169. package/v3/VwcFormAssociatedNumberField/index.js +1 -1
  170. package/v3/VwcFormAssociatedNumberField/package.json +2 -2
  171. package/v3/VwcFormAssociatedRadio/index.d.ts +19 -0
  172. package/v3/VwcFormAssociatedRadio/index.js +64 -0
  173. package/v3/VwcFormAssociatedRadio/package.json +11 -0
  174. package/v3/VwcFormAssociatedRangeSlider/index.js +1 -1
  175. package/v3/VwcFormAssociatedRangeSlider/package.json +2 -2
  176. package/v3/VwcFormAssociatedSearchableSelect/index.d.ts +17 -0
  177. package/v3/VwcFormAssociatedSearchableSelect/index.js +41 -0
  178. package/v3/VwcFormAssociatedSearchableSelect/package.json +11 -0
  179. package/v3/VwcFormAssociatedSelect/index.d.ts +27 -0
  180. package/v3/VwcFormAssociatedSelect/index.js +164 -0
  181. package/v3/VwcFormAssociatedSelect/package.json +11 -0
  182. package/v3/VwcFormAssociatedSlider/index.d.ts +17 -0
  183. package/v3/VwcFormAssociatedSlider/index.js +41 -0
  184. package/v3/VwcFormAssociatedSlider/package.json +11 -0
  185. package/v3/VwcFormAssociatedSwitch/index.d.ts +17 -0
  186. package/v3/VwcFormAssociatedSwitch/index.js +41 -0
  187. package/v3/VwcFormAssociatedSwitch/package.json +11 -0
  188. package/v3/VwcFormAssociatedTextArea/index.d.ts +17 -0
  189. package/v3/VwcFormAssociatedTextArea/index.js +41 -0
  190. package/v3/VwcFormAssociatedTextArea/package.json +11 -0
  191. package/v3/VwcFormAssociatedTextField/index.d.ts +17 -0
  192. package/v3/VwcFormAssociatedTextField/index.js +41 -0
  193. package/v3/VwcFormAssociatedTextField/package.json +11 -0
  194. package/v3/VwcFormAssociatedTimePicker/index.js +1 -1
  195. package/v3/VwcFormAssociatedTimePicker/package.json +2 -2
  196. package/v3/VwcHeader/index.js +2 -2
  197. package/v3/VwcHeader/package.json +2 -2
  198. package/v3/VwcIcon/index.js +15 -2
  199. package/v3/VwcIcon/package.json +2 -2
  200. package/v3/VwcInlineTimePicker/index.d.ts +27 -0
  201. package/v3/VwcInlineTimePicker/index.js +125 -0
  202. package/v3/VwcInlineTimePicker/package.json +11 -0
  203. package/v3/VwcLayout/index.js +2 -2
  204. package/v3/VwcLayout/package.json +2 -2
  205. package/v3/VwcListbox/index.d.ts +10 -6
  206. package/v3/VwcListbox/index.js +51 -76
  207. package/v3/VwcListbox/package.json +2 -2
  208. package/v3/VwcMenu/index.d.ts +2 -4
  209. package/v3/VwcMenu/index.js +148 -11
  210. package/v3/VwcMenu/package.json +2 -2
  211. package/v3/VwcMenuItem/index.d.ts +8 -2
  212. package/v3/VwcMenuItem/index.js +93 -6
  213. package/v3/VwcMenuItem/package.json +2 -2
  214. package/v3/VwcNav/index.js +2 -2
  215. package/v3/VwcNav/package.json +2 -2
  216. package/v3/VwcNavDisclosure/index.js +2 -2
  217. package/v3/VwcNavDisclosure/package.json +2 -2
  218. package/v3/VwcNavItem/package.json +2 -2
  219. package/v3/VwcNote/index.js +2 -2
  220. package/v3/VwcNote/package.json +2 -2
  221. package/v3/VwcNumberField/index.d.ts +2 -0
  222. package/v3/VwcNumberField/index.js +21 -2
  223. package/v3/VwcNumberField/package.json +2 -2
  224. package/v3/VwcOption/index.d.ts +24 -5
  225. package/v3/VwcOption/index.js +199 -12
  226. package/v3/VwcOption/package.json +2 -2
  227. package/v3/VwcOptionTag/index.d.ts +25 -0
  228. package/v3/VwcOptionTag/index.js +109 -0
  229. package/v3/VwcOptionTag/package.json +11 -0
  230. package/v3/VwcPagination/index.js +2 -2
  231. package/v3/VwcPagination/package.json +2 -2
  232. package/v3/VwcProgress/index.d.ts +8 -0
  233. package/v3/VwcProgress/index.js +79 -4
  234. package/v3/VwcProgress/package.json +2 -2
  235. package/v3/VwcProgressRing/index.d.ts +8 -0
  236. package/v3/VwcProgressRing/index.js +84 -2
  237. package/v3/VwcProgressRing/package.json +2 -2
  238. package/v3/VwcRadio/index.d.ts +8 -0
  239. package/v3/VwcRadio/index.js +93 -3
  240. package/v3/VwcRadio/package.json +2 -2
  241. package/v3/VwcRadioGroup/index.d.ts +11 -0
  242. package/v3/VwcRadioGroup/index.js +180 -4
  243. package/v3/VwcRadioGroup/package.json +2 -2
  244. package/v3/VwcRangeSlider/index.d.ts +2 -0
  245. package/v3/VwcRangeSlider/index.js +98 -10
  246. package/v3/VwcRangeSlider/package.json +2 -2
  247. package/v3/VwcSearchableSelect/index.d.ts +46 -0
  248. package/v3/VwcSearchableSelect/index.js +551 -0
  249. package/v3/VwcSearchableSelect/package.json +11 -0
  250. package/v3/VwcSelect/index.d.ts +20 -0
  251. package/v3/VwcSelect/index.js +208 -4
  252. package/v3/VwcSelect/package.json +2 -2
  253. package/v3/VwcSelectableBox/index.js +2 -2
  254. package/v3/VwcSelectableBox/package.json +2 -2
  255. package/v3/VwcSideDrawer/index.d.ts +1 -0
  256. package/v3/VwcSideDrawer/index.js +10 -3
  257. package/v3/VwcSideDrawer/package.json +2 -2
  258. package/v3/VwcSlider/index.d.ts +24 -11
  259. package/v3/VwcSlider/index.js +338 -8
  260. package/v3/VwcSlider/package.json +2 -2
  261. package/v3/VwcSplitButton/index.js +2 -2
  262. package/v3/VwcSplitButton/package.json +2 -2
  263. package/v3/VwcSwitch/index.d.ts +10 -1
  264. package/v3/VwcSwitch/index.js +93 -4
  265. package/v3/VwcSwitch/package.json +2 -2
  266. package/v3/VwcTab/index.d.ts +4 -0
  267. package/v3/VwcTab/index.js +61 -3
  268. package/v3/VwcTab/package.json +2 -2
  269. package/v3/VwcTabPanel/index.js +2 -2
  270. package/v3/VwcTabPanel/package.json +2 -2
  271. package/v3/VwcTabs/index.d.ts +11 -1
  272. package/v3/VwcTabs/index.js +284 -34
  273. package/v3/VwcTabs/package.json +2 -2
  274. package/v3/VwcTag/index.js +2 -2
  275. package/v3/VwcTag/package.json +2 -2
  276. package/v3/VwcTagGroup/index.js +2 -2
  277. package/v3/VwcTagGroup/package.json +2 -2
  278. package/v3/VwcTextAnchor/index.js +2 -2
  279. package/v3/VwcTextAnchor/package.json +2 -2
  280. package/v3/VwcTextArea/index.d.ts +27 -0
  281. package/v3/VwcTextArea/index.js +229 -4
  282. package/v3/VwcTextArea/package.json +2 -2
  283. package/v3/VwcTextField/index.d.ts +28 -2
  284. package/v3/VwcTextField/index.js +224 -4
  285. package/v3/VwcTextField/package.json +2 -2
  286. package/v3/VwcTimePicker/index.js +20 -1
  287. package/v3/VwcTimePicker/package.json +2 -2
  288. package/v3/VwcToggletip/index.js +2 -2
  289. package/v3/VwcToggletip/package.json +2 -2
  290. package/v3/VwcTooltip/index.js +2 -2
  291. package/v3/VwcTooltip/package.json +2 -2
  292. package/v3/VwcTreeItem/index.d.ts +6 -0
  293. package/v3/VwcTreeItem/index.js +107 -3
  294. package/v3/VwcTreeItem/package.json +2 -2
  295. package/v3/VwcTreeView/index.d.ts +5 -1
  296. package/v3/VwcTreeView/index.js +124 -3
  297. package/v3/VwcTreeView/package.json +2 -2
  298. package/v3/VwcVideoPlayer/index.js +2 -2
  299. package/v3/VwcVideoPlayer/package.json +2 -2
  300. package/v3/VwcVividElement/index.d.ts +16 -0
  301. package/v3/VwcVividElement/index.js +30 -0
  302. package/v3/VwcVividElement/package.json +11 -0
  303. package/v3/VwcVividFoundationButton/index.d.ts +36 -0
  304. package/v3/VwcVividFoundationButton/index.js +296 -0
  305. package/v3/VwcVividFoundationButton/package.json +11 -0
  306. package/v3/VwcAppearanceUi/index.d.ts +0 -29
  307. package/v3/VwcAppearanceUi/index.js +0 -559
package/types/index.d.ts CHANGED
@@ -6,9 +6,12 @@ declare module '@vonage/vivid-react';
6
6
  declare namespace JSX {
7
7
  interface IntrinsicElements {
8
8
  "vvd3-accordion": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
9
-
9
+ "expand-mode": AccordionExpandMode;
10
10
  }>;
11
11
  "vvd3-accordion-item": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
12
+ "heading-level": 1 | 2 | 3 | 4 | 5 | 6;
13
+ "expanded": boolean;
14
+ "id": string;
12
15
  "heading": string | undefined;
13
16
  "no-indicator": boolean;
14
17
  "meta": string | undefined;
@@ -34,15 +37,6 @@ declare namespace JSX {
34
37
  "strategy": AlertStrategy | undefined;
35
38
  "open": boolean;
36
39
  }>;
37
- "vvd3-appearance-ui": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
38
- "appearance": AppearanceUIAppearance | undefined;
39
- "hovered": boolean;
40
- "active": boolean;
41
- "selected": boolean;
42
- "disabled": boolean;
43
- "readonly": boolean;
44
- "text": string | undefined;
45
- }>;
46
40
  "vvd3-audio-player": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
47
41
  "play-button-aria-label": | string
48
42
  | null;
@@ -92,13 +86,14 @@ declare namespace JSX {
92
86
  "text": string | undefined;
93
87
  }>;
94
88
  "vvd3-button": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
95
- "title": string;
89
+ "title": boolean;
96
90
  "connotation": ButtonConnotation | undefined;
97
91
  "shape": ButtonShape | undefined;
98
92
  "appearance": ButtonAppearance | undefined;
99
93
  "size": ButtonSize | undefined;
100
94
  "stacked": boolean;
101
95
  "pending": boolean;
96
+ "dropdown-indicator": boolean;
102
97
  "active": boolean;
103
98
  "label": string | undefined;
104
99
  "href": string | undefined;
@@ -108,6 +103,12 @@ declare namespace JSX {
108
103
  "referrerpolicy": string | undefined;
109
104
  "rel": string | undefined;
110
105
  "target": '_self' | '_blank' | '_parent' | '_top' | undefined;
106
+ "form": string;
107
+ "formaction": string;
108
+ "formenctype": string;
109
+ "formmethod": string;
110
+ "formtarget": '_self' | '_blank' | '_parent' | '_top';
111
+ "type": 'submit' | 'reset' | 'button';
111
112
  }>;
112
113
  "vvd3-calendar": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
113
114
  "datetime": Date | string | undefined;
@@ -131,25 +132,43 @@ declare namespace JSX {
131
132
  "text": string | undefined;
132
133
  "icon": string | undefined;
133
134
  "elevation": 0 | 2 | 4 | 8 | 12 | 16 | 24 | undefined;
135
+ }>;
136
+ "vvd3-form-associated-checkbox": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
137
+
134
138
  }>;
135
139
  "vvd3-checkbox": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
136
140
  "aria-label": string | null;
137
141
  "tabindex": string | null;
138
142
  "connotation": CheckboxConnotation | undefined;
143
+ "aria-checked": AriaCheckedStates | null;
144
+ "readonly": boolean;
139
145
  }>;
140
146
  "vvd3-combobox": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
147
+ "autocomplete": ComboboxAutocomplete | undefined;
141
148
  "appearance": ComboboxAppearance | undefined;
149
+ "shape": ComboboxShape | undefined;
150
+ "scale": ComboboxSize | undefined;
142
151
  "placement": PopupPlacement | undefined;
143
152
  "fixed-dropdown": boolean;
153
+ "open": boolean;
154
+ "placeholder": string;
155
+ "disabled": boolean;
144
156
  }>;
145
157
  "vvd3-data-grid-cell": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
158
+ "cell-type": DataGridCellTypes;
159
+ "grid-column": string;
146
160
  "aria-selected": string | null;
147
161
  "aria-sort": string | null;
148
162
  }>;
149
163
  "vvd3-data-grid-row": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
164
+ "grid-template-columns": string;
165
+ "row-type": DataGridRowTypes;
150
166
  "aria-selected": string | null;
151
167
  }>;
152
168
  "vvd3-data-grid": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
169
+ "no-tabbing": boolean;
170
+ "generate-header": GenerateHeaderOptions;
171
+ "grid-template-columns": string;
153
172
  "selection-mode": DataGridSelectionMode | undefined;
154
173
  }>;
155
174
  "vvd3-date-picker": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
@@ -193,31 +212,50 @@ declare namespace JSX {
193
212
  "dismiss-button-aria-label": | string
194
213
  | null;
195
214
  "no-light-dismiss": boolean;
215
+ "no-dismiss-on-esc": boolean;
216
+ "no-dismiss-button": boolean;
217
+ "non-dismissible": boolean;
218
+ "modal": boolean;
196
219
  }>;
197
220
  "vvd3-divider": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
198
-
221
+ "role": DividerRole;
222
+ "orientation": Orientation;
199
223
  }>;
200
224
  "vvd3-elevation": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
201
225
  "dp": 0 | 2 | 4 | 8 | 12 | 16 | 24 | undefined;
202
226
  "no-shadow": boolean | undefined;
227
+ "not-relative": boolean | undefined;
203
228
  }>;
204
229
  "vvd3-empty-state": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
230
+ "connotation": EmptyStateConnotation | undefined;
205
231
  "headline": string | undefined;
206
232
  "icon": string | undefined;
233
+ "icon-decoration": EmptyStateIconDecoration | undefined;
207
234
  }>;
208
235
  "vvd3-fab": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
209
236
  "connotation": FabConnotation | undefined;
210
237
  "size": FABSize | undefined;
211
238
  "label": string | undefined;
239
+ "autofocus": boolean;
240
+ "form": string;
241
+ "formaction": string;
242
+ "formenctype": string;
243
+ "formmethod": string;
244
+ "formtarget": '_self' | '_blank' | '_parent' | '_top';
245
+ "type": 'submit' | 'reset' | 'button';
212
246
  }>;
213
247
  "vvd3-form-associated-file-picker": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
214
248
 
215
249
  }>;
216
250
  "vvd3-file-picker": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
251
+ "single-file": boolean;
217
252
  "max-files": number | undefined;
218
253
  "max-file-size": number;
219
254
  "accept": string | undefined;
220
255
  "size": FilePickerSize | undefined;
256
+ "invalid-file-type-error": string | undefined;
257
+ "max-files-exceeded-error": string | undefined;
258
+ "file-too-big-error": string | undefined;
221
259
  }>;
222
260
  "vvd3-header": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
223
261
  "elevation-shadow": boolean;
@@ -246,19 +284,19 @@ declare namespace JSX {
246
284
  "row-spacing": RowSpacing | undefined;
247
285
  "auto-sizing": AUTO_SIZING | undefined;
248
286
  }>;
249
- "vvd3-listbox": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
250
- "appearance": LisboxAppearance | undefined;
251
- "orientation": 'horizontal' | 'vertical' | undefined;
252
- "shape": ListboxShape | undefined;
253
- }>;
254
287
  "vvd3-menu": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
255
288
  "aria-label": string | null;
256
289
  "placement": Placement | undefined;
257
290
  "trigger": 'auto' | 'legacy' | 'off' | undefined;
258
291
  "auto-dismiss": boolean;
292
+ "position-strategy": Strategy | undefined;
259
293
  "open": boolean;
260
294
  }>;
261
295
  "vvd3-menu-item": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
296
+ "disabled": boolean;
297
+ "expanded": boolean;
298
+ "role": MenuItemRole;
299
+ "checked": boolean;
262
300
  "text": string | undefined;
263
301
  "text-secondary": string | undefined;
264
302
  "connotation": MenuItemConnotation | undefined;
@@ -295,6 +333,7 @@ declare namespace JSX {
295
333
  "maxlength": number;
296
334
  "minlength": number;
297
335
  "size": number;
336
+ "scale": NumberFieldSize | undefined;
298
337
  "step": number;
299
338
  "max": number;
300
339
  "min": number;
@@ -307,8 +346,14 @@ declare namespace JSX {
307
346
  "autoComplete": string | undefined;
308
347
  }>;
309
348
  "vvd3-listbox-option": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
310
- "text": string | undefined;
349
+ "disabled": boolean;
350
+ "selected": boolean;
351
+ "value": string;
311
352
  "label": string | undefined;
353
+ "text": string | undefined;
354
+ }>;
355
+ "vvd3-delegates-arialistbox-option": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
356
+
312
357
  }>;
313
358
  "vvd3-pagination": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
314
359
  "size": PaginationSize | undefined;
@@ -327,14 +372,25 @@ declare namespace JSX {
327
372
  "aria-label": string | null;
328
373
  "connotation": ProgressRingConnotation | undefined;
329
374
  "size": -6 | -5 | -4 | -3 | -2 | -1 | 0 | 1 | 2 | 3 | 4 | 5 | undefined;
375
+ "value": boolean;
376
+ }>;
377
+ "vvd3-form-associated-radio": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
378
+
330
379
  }>;
331
380
  "vvd3-radio": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
332
381
  "aria-label": string | null;
333
382
  "label": string | undefined;
334
383
  "connotation": RadioConnotation | undefined;
384
+ "readonly": boolean;
385
+ "name": string;
335
386
  }>;
336
387
  "vvd3-radio-group": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
337
388
  "label": string | undefined;
389
+ "readonly": boolean;
390
+ "disabled": boolean;
391
+ "name": string;
392
+ "value": string;
393
+ "orientation": Orientation | 'horizontal' | 'vertical';
338
394
  }>;
339
395
  "vvd3-form-associated-range-slider": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
340
396
 
@@ -353,12 +409,42 @@ declare namespace JSX {
353
409
  "aria-end-label": string | null;
354
410
  "markers": boolean;
355
411
  "connotation": RangeSliderConnotation | undefined;
412
+ "pin": boolean;
413
+ }>;
414
+ "vvd3-option-tag": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
415
+ "shape": OptionTagShape | undefined;
416
+ "label": string | undefined;
417
+ "removable": boolean;
418
+ "disabled": boolean;
419
+ }>;
420
+ "vvd3-form-associated-searchable-select": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
421
+
422
+ }>;
423
+ "vvd3-searchable-select": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
424
+ "appearance": SearchableSelectAppearance | undefined;
425
+ "shape": SearchableSelectShape | undefined;
426
+ "fixed-dropdown": boolean;
427
+ "placeholder": string | undefined;
428
+ "open": boolean;
429
+ "multiple": boolean;
430
+ "external-tags": boolean;
431
+ "max-lines": number | null;
432
+ "clearable": boolean;
433
+ }>;
434
+ "vvd3-form-associated-select": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
435
+ "disabled": boolean;
356
436
  }>;
357
437
  "vvd3-select": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
438
+ "multiple": boolean;
439
+ "open": boolean;
440
+ "scale": SelectSize | undefined;
358
441
  "appearance": SelectAppearance | undefined;
359
442
  "shape": SelectShape | undefined;
360
443
  "fixed-dropdown": boolean;
361
444
  "placeholder": string | undefined;
445
+ }>;
446
+ "vvd3-delegates-ariaselect": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
447
+
362
448
  }>;
363
449
  "vvd3-selectable-box": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
364
450
  "aria-label": string | null;
@@ -375,12 +461,6 @@ declare namespace JSX {
375
461
  "open": boolean;
376
462
  "trailing": boolean;
377
463
  }>;
378
- "vvd3-slider": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
379
- "aria-label": string | null;
380
- "aria-valuetext": string | null;
381
- "markers": boolean;
382
- "connotation": SliderConnotation | undefined;
383
- }>;
384
464
  "vvd3-split-button": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
385
465
  "connotation": SplitButtonConnotation | undefined;
386
466
  "shape": SplitButtonShape | undefined;
@@ -395,24 +475,51 @@ declare namespace JSX {
395
475
  "indicator-aria-label": | string
396
476
  | null;
397
477
  }>;
398
- "vvd3-switch": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
399
- "label": string | undefined;
400
- "connotation": SwitchConnotation | undefined;
478
+ "vvd3-form-associated-slider": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
479
+
480
+ }>;
481
+ "vvd3-slider": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
482
+ "readonly": boolean;
483
+ "min": number;
484
+ "max": number;
485
+ "step": number;
486
+ "orientation": Orientation;
487
+ "mode": SliderMode;
488
+ "aria-label": string | null;
489
+ "aria-valuetext": string | null;
490
+ "markers": boolean;
491
+ "pin": boolean;
492
+ "connotation": SliderConnotation | undefined;
401
493
  }>;
402
494
  "vvd3-tab": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
495
+ "disabled": boolean;
403
496
  "connotation": TabConnotation | undefined;
404
497
  "shape": TabShape | undefined;
405
498
  "label": string | undefined;
499
+ "removable": boolean;
406
500
  "tabIndex": number;
407
501
  "aria-selected": string | null;
408
502
  }>;
503
+ "vvd3-form-associated-switch": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
504
+
505
+ }>;
506
+ "vvd3-switch": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
507
+ "aria-label": string | null;
508
+ "label": string | undefined;
509
+ "connotation": SwitchConnotation | undefined;
510
+ "readonly": boolean;
511
+ }>;
409
512
  "vvd3-tab-panel": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
410
513
 
411
514
  }>;
412
515
  "vvd3-tabs": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
516
+ "orientation": TabsOrientation;
517
+ "activeid": string;
518
+ "activeindicator": boolean;
413
519
  "connotation": TabsConnotation | undefined;
414
- "gutters": Gutters | undefined;
520
+ "gutters": TabsGutters | undefined;
415
521
  "scrollable-panel": boolean;
522
+ "tabs-layout": 'align-start' | 'stretch' | undefined;
416
523
  }>;
417
524
  "vvd3-tag": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
418
525
  "connotation": TagConnotation | undefined;
@@ -431,14 +538,47 @@ declare namespace JSX {
431
538
  "text": string | undefined;
432
539
  "connotation": TextAnchorConnotation | undefined;
433
540
  "appearance": TextAnchorAppearance | undefined;
541
+ }>;
542
+ "vvd3-form-associated-text-area": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
543
+
434
544
  }>;
435
545
  "vvd3-text-area": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
546
+ "readOnly": boolean;
547
+ "resize": TextAreaResize;
548
+ "autofocus": boolean;
549
+ "form": string;
550
+ "list": string;
551
+ "maxlength": number;
552
+ "minlength": number;
553
+ "name": string;
554
+ "placeholder": string;
555
+ "cols": number;
556
+ "rows": number;
557
+ "spellcheck": boolean;
436
558
  "wrap": TextAreaWrap | undefined;
559
+ }>;
560
+ "vvd3-form-associated-text-field": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
561
+
437
562
  }>;
438
563
  "vvd3-text-field": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
564
+ "readonly": boolean;
565
+ "autofocus": boolean;
566
+ "placeholder": string;
567
+ "type": TextFieldType;
568
+ "list": string;
569
+ "maxlength": number;
570
+ "minlength": number;
571
+ "pattern": string;
572
+ "size": number;
573
+ "spellcheck": boolean;
439
574
  "appearance": TextFieldAppearance | undefined;
440
575
  "shape": TextFieldShape | undefined;
441
576
  "autoComplete": string | undefined;
577
+ "scale": TextFieldSize | undefined;
578
+ "inputmode": string;
579
+ }>;
580
+ "vvd3-delegates-ariatextbox": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
581
+
442
582
  }>;
443
583
  "vvd3-form-associated-time-picker": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
444
584
 
@@ -464,9 +604,12 @@ declare namespace JSX {
464
604
  }>;
465
605
  "vvd3-tree-item": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
466
606
  "text": string | undefined;
607
+ "expanded": boolean;
608
+ "selected": boolean;
609
+ "disabled": boolean;
467
610
  }>;
468
611
  "vvd3-tree-view": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
469
-
612
+ "render-collapsed-nodes": boolean;
470
613
  }>;
471
614
  "vvd3-video-player": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
472
615
  "poster": string | undefined;
@@ -475,6 +618,94 @@ declare namespace JSX {
475
618
  "loop": boolean;
476
619
  "playback-rates": string;
477
620
  "skip-by": MediaSkipBy;
621
+ }>;
622
+ "vvd3-inline-time-picker": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
623
+
624
+ }>;
625
+ "vvd3-anchor": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
626
+ "download": string;
627
+ "href": string;
628
+ "hreflang": string;
629
+ "ping": string;
630
+ "referrerpolicy": string;
631
+ "rel": string;
632
+ "target": '_self' | '_blank' | '_parent' | '_top';
633
+ "type": string;
634
+ }>;
635
+ "vvd3-delegates-arialink": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
636
+ "aria-expanded": 'true' | 'false' | string | null;
637
+ }>;
638
+ "vvd3-vivid-foundation-button": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
639
+ "autofocus": boolean;
640
+ "form": string;
641
+ "formaction": string;
642
+ "formenctype": string;
643
+ "formmethod": string;
644
+ "formnovalidate": boolean;
645
+ "formtarget": '_self' | '_blank' | '_parent' | '_top';
646
+ "type": 'submit' | 'reset' | 'button';
647
+ }>;
648
+ "vvd3-delegates-ariabutton": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
649
+ "aria-expanded": 'true' | 'false' | string | null;
650
+ "aria-pressed": 'true' | 'false' | 'mixed' | string | null;
651
+ }>;
652
+ "vvd3-listbox": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
653
+ "disabled": boolean;
654
+ }>;
655
+ "vvd3-delegates-arialistbox": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
656
+
657
+ }>;
658
+ "vvd3-a-riaglobal-states-and-properties": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
659
+ "aria-atomic": 'true' | 'false' | string | null;
660
+ "aria-busy": 'true' | 'false' | string | null;
661
+ "aria-controls": string | null;
662
+ "aria-current": | 'page'
663
+ | 'step'
664
+ | 'location'
665
+ | 'date'
666
+ | 'time'
667
+ | 'true'
668
+ | 'false'
669
+ | string
670
+ | null;
671
+ "aria-describedby": string | null;
672
+ "aria-details": string | null;
673
+ "aria-disabled": 'true' | 'false' | string | null;
674
+ "aria-errormessage": string | null;
675
+ "aria-flowto": string | null;
676
+ "aria-haspopup": | 'false'
677
+ | 'true'
678
+ | 'menu'
679
+ | 'listbox'
680
+ | 'tree'
681
+ | 'grid'
682
+ | 'dialog'
683
+ | string
684
+ | null;
685
+ "aria-hidden": 'false' | 'true' | string | null;
686
+ "aria-invalid": 'false' | 'true' | 'grammar' | 'spelling' | string | null;
687
+ "aria-keyshortcuts": string | null;
688
+ "aria-label": string | null;
689
+ "aria-labelledby": string | null;
690
+ "aria-live": 'assertive' | 'off' | 'polite' | string | null;
691
+ "aria-owns": string | null;
692
+ "aria-relevant": | 'additions'
693
+ | 'additions text'
694
+ | 'all'
695
+ | 'removals'
696
+ | 'text'
697
+ | string
698
+ | null;
699
+ "aria-roledescription": string | null;
700
+ }>;
701
+ "vvd3-base-progress": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
702
+ "value": number | null;
703
+ "min": number;
704
+ "max": number;
705
+ "paused": boolean;
706
+ }>;
707
+ "vvd3-vivid-element": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
708
+
478
709
  }>;
479
710
  "vvd3-date-picker-base": React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & Partial<{
480
711
  "min": string;
@@ -0,0 +1,122 @@
1
+ import React, { ReactNode } from 'react';
2
+ /** Some states and properties are applicable to all host language elements regardless of whether a role is applied.
3
+ The following global states and properties are supported by all roles and by all base markup elements.
4
+ https://www.w3.org/TR/wai-aria-1.1/#global_states
5
+
6
+ This is intended to be used as a mixin. Be sure you extend FASTElement.
7
+ * For more info on this Vivid element please visit https://vivid.deno.dev/components/a-riaglobal-states-and-properties
8
+ * @param {'true' | 'false' | string | null} ariaAtomic - Indicates whether assistive technologies will present all, or only parts of,
9
+ the changed region based on the change notifications defined by the aria-relevant attribute.
10
+ https://www.w3.org/TR/wai-aria-1.1/#aria-atomic **attribute** `aria-atomic`
11
+ * @param {'true' | 'false' | string | null} ariaBusy - Indicates an element is being modified and that assistive technologies MAY want to wait
12
+ until the modifications are complete before exposing them to the user.
13
+ https://www.w3.org/TR/wai-aria-1.1/#aria-busy **attribute** `aria-busy`
14
+ * @param {string | null} ariaControls - Identifies the element (or elements) whose contents or presence are controlled by the current element.
15
+
16
+ https://www.w3.org/TR/wai-aria-1.1/#aria-controls **attribute** `aria-controls`
17
+ * @param {| 'page'
18
+ | 'step'
19
+ | 'location'
20
+ | 'date'
21
+ | 'time'
22
+ | 'true'
23
+ | 'false'
24
+ | string
25
+ | null} ariaCurrent - Indicates the element that represents the current item within a container or set of related elements.
26
+
27
+ https://www.w3.org/TR/wai-aria-1.1/#aria-current **attribute** `aria-current`
28
+ * @param {string | null} ariaDescribedby - Identifies the element (or elements) that describes the object.
29
+
30
+ https://www.w3.org/TR/wai-aria-1.1/#aria-describedby **attribute** `aria-describedby`
31
+ * @param {string | null} ariaDetails - Identifies the element that provides a detailed, extended description for the object.
32
+
33
+ https://www.w3.org/TR/wai-aria-1.1/#aria-details **attribute** `aria-details`
34
+ * @param {'true' | 'false' | string | null} ariaDisabled - Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.
35
+
36
+ https://www.w3.org/TR/wai-aria-1.1/#aria-disabled **attribute** `aria-disabled`
37
+ * @param {string | null} ariaErrormessage - Identifies the element that provides an error message for the object.
38
+
39
+ https://www.w3.org/TR/wai-aria-1.1/#aria-errormessage **attribute** `aria-errormessage`
40
+ * @param {string | null} ariaFlowto - Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion,
41
+ allows assistive technology to override the general default of reading in document source order.
42
+
43
+ https://www.w3.org/TR/wai-aria-1.1/#aria-flowto **attribute** `aria-flowto`
44
+ * @param {| 'false'
45
+ | 'true'
46
+ | 'menu'
47
+ | 'listbox'
48
+ | 'tree'
49
+ | 'grid'
50
+ | 'dialog'
51
+ | string
52
+ | null} ariaHaspopup - Indicates the availability and type of interactive popup element,
53
+ such as menu or dialog, that can be triggered by an element.
54
+
55
+ https://www.w3.org/TR/wai-aria-1.1/#aria-haspopup **attribute** `aria-haspopup`
56
+ * @param {'false' | 'true' | string | null} ariaHidden - Indicates whether the element is exposed to an accessibility API
57
+
58
+ https://www.w3.org/TR/wai-aria-1.1/#aria-hidden **attribute** `aria-hidden`
59
+ * @param {'false' | 'true' | 'grammar' | 'spelling' | string | null} ariaInvalid - Indicates the entered value does not conform to the format expected by the application.
60
+
61
+ https://www.w3.org/TR/wai-aria-1.1/#aria-invalid **attribute** `aria-invalid`
62
+ * @param {string | null} ariaKeyshortcuts - Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
63
+
64
+ https://www.w3.org/TR/wai-aria-1.1/#aria-keyshortcuts **attribute** `aria-keyshortcuts`
65
+ * @param {string | null} ariaLabel - Defines a string value that labels the current element.
66
+
67
+ https://www.w3.org/TR/wai-aria-1.1/#aria-label **attribute** `aria-label`
68
+ * @param {string | null} ariaLabelledby - Identifies the element (or elements) that labels the current element.
69
+
70
+ https://www.w3.org/TR/wai-aria-1.1/#aria-labelledby **attribute** `aria-labelledby`
71
+ * @param {'assertive' | 'off' | 'polite' | string | null} ariaLive - Indicates that an element will be updated, and describes the types of updates the user agents,
72
+ assistive technologies, and user can expect from the live region.
73
+
74
+ https://www.w3.org/TR/wai-aria-1.1/#aria-live **attribute** `aria-live`
75
+ * @param {string | null} ariaOwns - Identifies an element (or elements) in order to define a visual,
76
+ functional, or contextual parent/child relationship between DOM elements
77
+ where the DOM hierarchy cannot be used to represent the relationship.
78
+
79
+ https://www.w3.org/TR/wai-aria-1.1/#aria-owns **attribute** `aria-owns`
80
+ * @param {| 'additions'
81
+ | 'additions text'
82
+ | 'all'
83
+ | 'removals'
84
+ | 'text'
85
+ | string
86
+ | null} ariaRelevant - Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.
87
+
88
+ https://www.w3.org/TR/wai-aria-1.1/#aria-relevant **attribute** `aria-relevant`
89
+ * @param {string | null} ariaRoledescription - Defines a human-readable, author-localized description for the role of an element.
90
+
91
+ https://www.w3.org/TR/wai-aria-1.1/#aria-roledescription **attribute** `aria-roledescription`
92
+ */
93
+ declare const VwcARIAGlobalStatesAndProperties: {
94
+ (props: {
95
+ children?: ReactNode;
96
+ slot?: string | undefined;
97
+ id?: string | undefined;
98
+ style?: React.CSSProperties | undefined;
99
+ ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
100
+ ariaAtomic?: any;
101
+ ariaBusy?: any;
102
+ ariaControls?: string | null | undefined;
103
+ ariaCurrent?: any;
104
+ ariaDescribedby?: string | null | undefined;
105
+ ariaDetails?: string | null | undefined;
106
+ ariaDisabled?: any;
107
+ ariaErrormessage?: string | null | undefined;
108
+ ariaFlowto?: string | null | undefined;
109
+ ariaHaspopup?: any;
110
+ ariaHidden?: any;
111
+ ariaInvalid?: any;
112
+ ariaKeyshortcuts?: string | null | undefined;
113
+ ariaLabel?: string | null | undefined;
114
+ ariaLabelledby?: string | null | undefined;
115
+ ariaLive?: any;
116
+ ariaOwns?: string | null | undefined;
117
+ ariaRelevant?: any;
118
+ ariaRoledescription?: string | null | undefined;
119
+ }): JSX.Element;
120
+ displayName: string;
121
+ };
122
+ export default VwcARIAGlobalStatesAndProperties;