@vonage/vivid-react 3.4.0 → 3.5.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.
- package/VwcAccordion/package.json +1 -1
- package/VwcActionGroup/package.json +1 -1
- package/VwcBadge/package.json +1 -1
- package/VwcBanner/package.json +1 -1
- package/VwcButton/package.json +1 -1
- package/VwcButtonToggleGroup/package.json +1 -1
- package/VwcCalendar/package.json +1 -1
- package/VwcCalendarEvent/package.json +1 -1
- package/VwcCard/package.json +1 -1
- package/VwcCarousel/package.json +1 -1
- package/VwcCarouselItem/package.json +1 -1
- package/VwcCheckListItem/package.json +1 -1
- package/VwcCheckbox/package.json +1 -1
- package/VwcChip/package.json +1 -1
- package/VwcChipSet/package.json +1 -1
- package/VwcCircularProgress/package.json +1 -1
- package/VwcDataGrid/package.json +1 -1
- package/VwcDataGridColumn/package.json +1 -1
- package/VwcDatepicker/package.json +1 -1
- package/VwcDropdown/package.json +1 -1
- package/VwcElevation/package.json +1 -1
- package/VwcEmptyState/package.json +1 -1
- package/VwcExpansionPanel/package.json +1 -1
- package/VwcFab/package.json +1 -1
- package/VwcFilePicker/package.json +1 -1
- package/VwcFormfield/package.json +1 -1
- package/VwcHelperMessage/package.json +1 -1
- package/VwcIcon/package.json +1 -1
- package/VwcIconButton/package.json +1 -1
- package/VwcIconButtonToggle/package.json +1 -1
- package/VwcKeypad/package.json +1 -1
- package/VwcLayout/package.json +1 -1
- package/VwcLinearProgress/package.json +1 -1
- package/VwcList/package.json +1 -1
- package/VwcListExpansionPanel/package.json +1 -1
- package/VwcListItem/package.json +1 -1
- package/VwcMenu/package.json +1 -1
- package/VwcNotchedOutline/package.json +1 -1
- package/VwcNote/package.json +1 -1
- package/VwcPagination/package.json +1 -1
- package/VwcPopup/package.json +1 -1
- package/VwcRadio/package.json +1 -1
- package/VwcRadioListItem/package.json +1 -1
- package/VwcSchemeSelect/package.json +1 -1
- package/VwcScrubBar/package.json +1 -1
- package/VwcSelect/package.json +1 -1
- package/VwcSlider/package.json +1 -1
- package/VwcSnackbar/package.json +1 -1
- package/VwcSurface/package.json +1 -1
- package/VwcSwitch/package.json +1 -1
- package/VwcTab/package.json +1 -1
- package/VwcTabBar/package.json +1 -1
- package/VwcTag/package.json +1 -1
- package/VwcText/package.json +1 -1
- package/VwcTextarea/package.json +1 -1
- package/VwcTextfield/package.json +1 -1
- package/VwcThemeSwitch/package.json +1 -1
- package/VwcTooltip/package.json +1 -1
- package/VwcTopAppBar/package.json +1 -1
- package/VwcTopAppBarFixed/package.json +1 -1
- package/index.js +5 -5
- package/package.json +4 -3
- package/types/index.d.ts +312 -158
- package/v3/VwcAccordion/index.d.ts +5 -0
- package/v3/VwcAccordion/index.js +29 -2
- package/v3/VwcAccordion/package.json +2 -2
- package/v3/VwcAccordionItem/index.d.ts +9 -0
- package/v3/VwcAccordionItem/index.js +97 -3
- package/v3/VwcAccordionItem/package.json +2 -2
- package/v3/VwcActionGroup/index.d.ts +7 -4
- package/v3/VwcActionGroup/index.js +37 -23
- package/v3/VwcActionGroup/package.json +2 -2
- package/v3/VwcAlert/index.d.ts +7 -2
- package/v3/VwcAlert/index.js +69 -20
- package/v3/VwcAlert/package.json +2 -2
- package/v3/VwcAudioPlayer/index.d.ts +6 -1
- package/v3/VwcAudioPlayer/index.js +39 -4
- package/v3/VwcAudioPlayer/package.json +2 -2
- package/v3/VwcAvatar/index.d.ts +28 -1
- package/v3/VwcAvatar/index.js +284 -5
- package/v3/VwcAvatar/package.json +2 -2
- package/v3/VwcBadge/index.d.ts +11 -0
- package/v3/VwcBadge/index.js +105 -3
- package/v3/VwcBadge/package.json +2 -2
- package/v3/VwcBanner/index.d.ts +9 -4
- package/v3/VwcBanner/index.js +82 -33
- package/v3/VwcBanner/package.json +2 -2
- package/v3/VwcBaseProgress/index.d.ts +5 -0
- package/v3/VwcBaseProgress/index.js +33 -2
- package/v3/VwcBaseProgress/package.json +2 -2
- package/v3/VwcBreadcrumb/index.d.ts +7 -1
- package/v3/VwcBreadcrumb/index.js +47 -2
- package/v3/VwcBreadcrumb/package.json +2 -2
- package/v3/VwcBreadcrumbItem/index.d.ts +25 -0
- package/v3/VwcBreadcrumbItem/index.js +259 -2
- package/v3/VwcBreadcrumbItem/package.json +2 -2
- package/v3/VwcButton/index.d.ts +40 -20
- package/v3/VwcButton/index.js +492 -92
- package/v3/VwcButton/package.json +2 -2
- package/v3/VwcCalendar/index.d.ts +7 -0
- package/v3/VwcCalendar/index.js +52 -2
- package/v3/VwcCalendar/package.json +2 -2
- package/v3/VwcCalendarEvent/index.d.ts +7 -0
- package/v3/VwcCalendarEvent/index.js +49 -2
- package/v3/VwcCalendarEvent/package.json +2 -2
- package/v3/VwcCard/index.d.ts +27 -0
- package/v3/VwcCard/index.js +300 -2
- package/v3/VwcCard/package.json +2 -2
- package/v3/VwcCheckbox/index.d.ts +45 -15
- package/v3/VwcCheckbox/index.js +531 -41
- package/v3/VwcCheckbox/package.json +2 -2
- package/v3/VwcCombobox/index.d.ts +28 -5
- package/v3/VwcCombobox/index.js +458 -31
- package/v3/VwcCombobox/package.json +2 -2
- package/v3/VwcDataGrid/index.d.ts +6 -1
- package/v3/VwcDataGrid/index.js +31 -19
- package/v3/VwcDataGrid/package.json +2 -2
- package/v3/VwcDataGridCell/index.d.ts +9 -0
- package/v3/VwcDataGridCell/index.js +76 -19
- package/v3/VwcDataGridCell/package.json +2 -2
- package/v3/VwcDataGridRow/index.d.ts +7 -0
- package/v3/VwcDataGridRow/index.js +48 -2
- package/v3/VwcDataGridRow/package.json +2 -2
- package/v3/VwcDatePicker/index.d.ts +29 -12
- package/v3/VwcDatePicker/index.js +436 -150
- package/v3/VwcDatePicker/package.json +2 -2
- package/v3/VwcDateRangePicker/index.d.ts +29 -13
- package/v3/VwcDateRangePicker/index.js +430 -144
- package/v3/VwcDateRangePicker/package.json +2 -2
- package/v3/VwcDateTimePicker/index.d.ts +68 -0
- package/v3/VwcDateTimePicker/index.js +885 -0
- package/v3/{VwcDatePickerBase → VwcDateTimePicker}/package.json +3 -3
- package/v3/{VwcFormAssociatedSlider → VwcDelegateAriaBehavior}/index.d.ts +5 -6
- package/v3/VwcDelegateAriaBehavior/index.js +208 -0
- package/v3/{VwcDelegatesARIAButton → VwcDelegateAriaBehavior}/package.json +3 -3
- package/v3/VwcDialPad/index.d.ts +21 -0
- package/v3/VwcDialPad/index.js +73 -6
- package/v3/VwcDialPad/package.json +2 -2
- package/v3/VwcDialog/index.d.ts +9 -2
- package/v3/VwcDialog/index.js +73 -20
- package/v3/VwcDialog/package.json +2 -2
- package/v3/VwcDivider/index.d.ts +8 -1
- package/v3/VwcDivider/index.js +49 -4
- package/v3/VwcDivider/package.json +2 -2
- package/v3/VwcElevation/index.d.ts +5 -0
- package/v3/VwcElevation/index.js +29 -2
- package/v3/VwcElevation/package.json +2 -2
- package/v3/VwcEmptyState/index.d.ts +8 -1
- package/v3/VwcEmptyState/index.js +30 -5
- package/v3/VwcEmptyState/package.json +2 -2
- package/v3/VwcFab/index.d.ts +25 -3
- package/v3/VwcFab/index.js +359 -32
- package/v3/VwcFab/package.json +2 -2
- package/v3/VwcFeedbackMessage/index.d.ts +26 -0
- package/v3/VwcFeedbackMessage/index.js +122 -0
- package/v3/{VwcDelegatesARIALink → VwcFeedbackMessage}/package.json +3 -3
- package/v3/VwcFilePicker/index.d.ts +27 -2
- package/v3/VwcFilePicker/index.js +442 -7
- package/v3/VwcFilePicker/package.json +2 -2
- package/v3/VwcHeader/index.d.ts +7 -0
- package/v3/VwcHeader/index.js +48 -2
- package/v3/VwcHeader/package.json +2 -2
- package/v3/{VwcFormAssociatedSwitch → VwcHostSemanticsBehavior}/index.d.ts +5 -6
- package/v3/VwcHostSemanticsBehavior/index.js +107 -0
- package/v3/VwcHostSemanticsBehavior/package.json +11 -0
- package/v3/VwcIcon/index.d.ts +7 -0
- package/v3/VwcIcon/index.js +47 -2
- package/v3/VwcIcon/package.json +2 -2
- package/v3/VwcInlineTimePicker/index.d.ts +11 -0
- package/v3/VwcInlineTimePicker/index.js +96 -2
- package/v3/VwcInlineTimePicker/package.json +2 -2
- package/v3/VwcLayout/index.d.ts +6 -1
- package/v3/VwcLayout/index.js +31 -4
- package/v3/VwcLayout/package.json +2 -2
- package/v3/VwcListbox/index.d.ts +5 -0
- package/v3/VwcListbox/index.js +30 -2
- package/v3/VwcListbox/package.json +2 -2
- package/v3/VwcMenu/index.d.ts +9 -2
- package/v3/VwcMenu/index.js +118 -47
- package/v3/VwcMenu/package.json +2 -2
- package/v3/VwcMenuBar/index.d.ts +22 -0
- package/v3/VwcMenuBar/index.js +95 -0
- package/v3/{VwcTextAnchor → VwcMenuBar}/package.json +3 -3
- package/v3/VwcMenuItem/index.d.ts +13 -2
- package/v3/VwcMenuItem/index.js +106 -28
- package/v3/VwcMenuItem/package.json +2 -2
- package/v3/VwcNav/index.d.ts +7 -1
- package/v3/VwcNav/index.js +50 -3
- package/v3/VwcNav/package.json +2 -2
- package/v3/VwcNavDisclosure/index.d.ts +11 -2
- package/v3/VwcNavDisclosure/index.js +88 -10
- package/v3/VwcNavDisclosure/package.json +2 -2
- package/v3/VwcNavItem/index.d.ts +32 -3
- package/v3/VwcNavItem/index.js +320 -43
- package/v3/VwcNavItem/package.json +2 -2
- package/v3/VwcNote/index.d.ts +7 -0
- package/v3/VwcNote/index.js +61 -3
- package/v3/VwcNote/package.json +2 -2
- package/v3/VwcNumberField/index.d.ts +31 -2
- package/v3/VwcNumberField/index.js +500 -9
- package/v3/VwcNumberField/package.json +2 -2
- package/v3/VwcOption/index.d.ts +15 -0
- package/v3/VwcOption/index.js +143 -31
- package/v3/VwcOption/package.json +2 -2
- package/v3/VwcOptionTag/index.d.ts +7 -0
- package/v3/VwcOptionTag/index.js +48 -2
- package/v3/VwcOptionTag/package.json +2 -2
- package/v3/VwcPagination/index.d.ts +5 -0
- package/v3/VwcPagination/index.js +46 -2
- package/v3/VwcPagination/package.json +2 -2
- package/v3/VwcPickerField/index.d.ts +49 -0
- package/v3/VwcPickerField/index.js +555 -0
- package/v3/VwcPickerField/package.json +11 -0
- package/v3/VwcPopup/index.d.ts +44 -0
- package/v3/VwcPopup/index.js +380 -0
- package/v3/{VwcAnchor → VwcPopup}/package.json +3 -3
- package/v3/VwcProgress/index.d.ts +11 -6
- package/v3/VwcProgress/index.js +100 -26
- package/v3/VwcProgress/package.json +2 -2
- package/v3/VwcProgressRing/index.d.ts +10 -5
- package/v3/VwcProgressRing/index.js +91 -25
- package/v3/VwcProgressRing/package.json +2 -2
- package/v3/{VwcDelegatesARIATextbox → VwcProseMirrorFacade}/index.d.ts +4 -4
- package/v3/VwcProseMirrorFacade/index.js +231 -0
- package/v3/VwcProseMirrorFacade/package.json +11 -0
- package/v3/VwcRadio/index.d.ts +33 -6
- package/v3/VwcRadio/index.js +452 -47
- package/v3/VwcRadio/package.json +2 -2
- package/v3/VwcRadioGroup/index.d.ts +13 -1
- package/v3/VwcRadioGroup/index.js +106 -8
- package/v3/VwcRadioGroup/package.json +2 -2
- package/v3/VwcRangeSlider/index.d.ts +20 -2
- package/v3/VwcRangeSlider/index.js +306 -10
- package/v3/VwcRangeSlider/package.json +2 -2
- package/v3/VwcRichTextEditor/index.d.ts +28 -0
- package/v3/VwcRichTextEditor/index.js +254 -0
- package/v3/VwcRichTextEditor/package.json +11 -0
- package/v3/VwcSearchableSelect/index.d.ts +45 -2
- package/v3/VwcSearchableSelect/index.js +581 -15
- package/v3/VwcSearchableSelect/package.json +2 -2
- package/v3/VwcSelect/index.d.ts +46 -6
- package/v3/VwcSelect/index.js +519 -59
- package/v3/VwcSelect/package.json +2 -2
- package/v3/VwcSelectableBox/index.d.ts +8 -3
- package/v3/VwcSelectableBox/index.js +52 -21
- package/v3/VwcSelectableBox/package.json +2 -2
- package/v3/VwcSideDrawer/index.d.ts +5 -0
- package/v3/VwcSideDrawer/index.js +33 -2
- package/v3/VwcSideDrawer/package.json +2 -2
- package/v3/VwcSlider/index.d.ts +21 -9
- package/v3/VwcSlider/index.js +283 -40
- package/v3/VwcSlider/package.json +2 -2
- package/v3/VwcSplitButton/index.d.ts +9 -6
- package/v3/VwcSplitButton/index.js +74 -45
- package/v3/VwcSplitButton/package.json +2 -2
- package/v3/VwcSwitch/index.d.ts +31 -13
- package/v3/VwcSwitch/index.js +329 -33
- package/v3/VwcSwitch/package.json +2 -2
- package/v3/VwcTab/index.d.ts +12 -3
- package/v3/VwcTab/index.js +109 -17
- package/v3/VwcTab/package.json +2 -2
- package/v3/VwcTabPanel/index.d.ts +7 -1
- package/v3/VwcTabPanel/index.js +50 -3
- package/v3/VwcTabPanel/package.json +2 -2
- package/v3/VwcTabs/index.d.ts +7 -4
- package/v3/VwcTabs/index.js +110 -178
- package/v3/VwcTabs/package.json +2 -2
- package/v3/VwcTag/index.d.ts +9 -0
- package/v3/VwcTag/index.js +85 -3
- package/v3/VwcTag/package.json +2 -2
- package/v3/VwcTagGroup/index.d.ts +7 -2
- package/v3/VwcTagGroup/index.js +47 -20
- package/v3/VwcTagGroup/package.json +2 -2
- package/v3/VwcTextArea/index.d.ts +31 -4
- package/v3/VwcTextArea/index.js +495 -27
- package/v3/VwcTextArea/package.json +2 -2
- package/v3/VwcTextField/index.d.ts +42 -6
- package/v3/VwcTextField/index.js +500 -27
- package/v3/VwcTextField/package.json +2 -2
- package/v3/VwcTimePicker/index.d.ts +35 -12
- package/v3/VwcTimePicker/index.js +545 -110
- package/v3/VwcTimePicker/package.json +2 -2
- package/v3/VwcToggletip/index.d.ts +7 -1
- package/v3/VwcToggletip/index.js +102 -2
- package/v3/VwcToggletip/package.json +2 -2
- package/v3/VwcTooltip/index.d.ts +7 -1
- package/v3/VwcTooltip/index.js +101 -2
- package/v3/VwcTooltip/package.json +2 -2
- package/v3/VwcTreeItem/index.d.ts +9 -0
- package/v3/VwcTreeItem/index.js +80 -3
- package/v3/VwcTreeItem/package.json +2 -2
- package/v3/VwcTreeView/index.d.ts +7 -0
- package/v3/VwcTreeView/index.js +47 -2
- package/v3/VwcTreeView/package.json +2 -2
- package/v3/VwcVideoPlayer/index.d.ts +6 -1
- package/v3/VwcVideoPlayer/index.js +40 -5
- package/v3/VwcVideoPlayer/package.json +2 -2
- package/v3/VwcVisuallyHidden/index.d.ts +20 -0
- package/v3/VwcVisuallyHidden/index.js +61 -0
- package/v3/VwcVisuallyHidden/package.json +11 -0
- package/v3/VwcVividElement/index.d.ts +9 -1
- package/v3/VwcVividElement/index.js +72 -1
- package/v3/VwcVividElement/package.json +2 -2
- package/v3/VwcVividFoundationButton/index.d.ts +20 -2
- package/v3/VwcVividFoundationButton/index.js +274 -6
- package/v3/VwcVividFoundationButton/package.json +2 -2
- package/v3/VwcARIAGlobalStatesAndProperties/index.d.ts +0 -122
- package/v3/VwcARIAGlobalStatesAndProperties/index.js +0 -352
- package/v3/VwcARIAGlobalStatesAndProperties/package.json +0 -11
- package/v3/VwcAnchor/index.d.ts +0 -33
- package/v3/VwcAnchor/index.js +0 -173
- package/v3/VwcDatePickerBase/index.d.ts +0 -30
- package/v3/VwcDatePickerBase/index.js +0 -275
- package/v3/VwcDelegatesARIAButton/index.d.ts +0 -19
- package/v3/VwcDelegatesARIAButton/index.js +0 -63
- package/v3/VwcDelegatesARIALink/index.d.ts +0 -17
- package/v3/VwcDelegatesARIALink/index.js +0 -46
- package/v3/VwcDelegatesARIAListbox/index.d.ts +0 -23
- package/v3/VwcDelegatesARIAListbox/index.js +0 -63
- package/v3/VwcDelegatesARIAListbox/package.json +0 -11
- package/v3/VwcDelegatesARIAListboxOption/index.d.ts +0 -23
- package/v3/VwcDelegatesARIAListboxOption/index.js +0 -97
- package/v3/VwcDelegatesARIAListboxOption/package.json +0 -11
- package/v3/VwcDelegatesARIASelect/index.d.ts +0 -17
- package/v3/VwcDelegatesARIASelect/index.js +0 -70
- package/v3/VwcDelegatesARIASelect/package.json +0 -11
- package/v3/VwcDelegatesARIATextbox/index.js +0 -59
- package/v3/VwcDelegatesARIATextbox/package.json +0 -11
- package/v3/VwcFormAssociatedCheckbox/index.d.ts +0 -17
- package/v3/VwcFormAssociatedCheckbox/index.js +0 -41
- package/v3/VwcFormAssociatedCheckbox/package.json +0 -11
- package/v3/VwcFormAssociatedFilePicker/index.d.ts +0 -17
- package/v3/VwcFormAssociatedFilePicker/index.js +0 -44
- package/v3/VwcFormAssociatedFilePicker/package.json +0 -11
- package/v3/VwcFormAssociatedNumberField/index.d.ts +0 -17
- package/v3/VwcFormAssociatedNumberField/index.js +0 -41
- package/v3/VwcFormAssociatedNumberField/package.json +0 -11
- package/v3/VwcFormAssociatedRadio/index.d.ts +0 -19
- package/v3/VwcFormAssociatedRadio/index.js +0 -64
- package/v3/VwcFormAssociatedRadio/package.json +0 -11
- package/v3/VwcFormAssociatedRangeSlider/index.d.ts +0 -17
- package/v3/VwcFormAssociatedRangeSlider/index.js +0 -41
- package/v3/VwcFormAssociatedRangeSlider/package.json +0 -11
- package/v3/VwcFormAssociatedSearchableSelect/index.d.ts +0 -17
- package/v3/VwcFormAssociatedSearchableSelect/index.js +0 -41
- package/v3/VwcFormAssociatedSearchableSelect/package.json +0 -11
- package/v3/VwcFormAssociatedSelect/index.d.ts +0 -27
- package/v3/VwcFormAssociatedSelect/index.js +0 -164
- package/v3/VwcFormAssociatedSelect/package.json +0 -11
- package/v3/VwcFormAssociatedSlider/index.js +0 -41
- package/v3/VwcFormAssociatedSlider/package.json +0 -11
- package/v3/VwcFormAssociatedSwitch/index.js +0 -41
- package/v3/VwcFormAssociatedSwitch/package.json +0 -11
- package/v3/VwcFormAssociatedTextArea/index.d.ts +0 -17
- package/v3/VwcFormAssociatedTextArea/index.js +0 -41
- package/v3/VwcFormAssociatedTextArea/package.json +0 -11
- package/v3/VwcFormAssociatedTextField/index.d.ts +0 -17
- package/v3/VwcFormAssociatedTextField/index.js +0 -41
- package/v3/VwcFormAssociatedTextField/package.json +0 -11
- package/v3/VwcFormAssociatedTimePicker/index.d.ts +0 -17
- package/v3/VwcFormAssociatedTimePicker/index.js +0 -41
- package/v3/VwcFormAssociatedTimePicker/package.json +0 -11
- package/v3/VwcTextAnchor/index.d.ts +0 -21
- package/v3/VwcTextAnchor/index.js +0 -93
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vonage/vivid-react-vvd3-vivid-foundation-button",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.28.0",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"private": true,
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@vonage/vivid": "4.
|
|
9
|
+
"@vonage/vivid": "4.28.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
@@ -1,122 +0,0 @@
|
|
|
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;
|
|
@@ -1,352 +0,0 @@
|
|
|
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": "Some states and properties are applicable to all host language elements regardless of whether a role is applied.\nThe following global states and properties are supported by all roles and by all base markup elements.\nhttps://www.w3.org/TR/wai-aria-1.1/#global_states\n\nThis is intended to be used as a mixin. Be sure you extend FASTElement.",
|
|
9
|
-
"name": "ARIAGlobalStatesAndProperties",
|
|
10
|
-
"members": [
|
|
11
|
-
{
|
|
12
|
-
"kind": "field",
|
|
13
|
-
"name": "ariaAtomic",
|
|
14
|
-
"type": {
|
|
15
|
-
"text": "'true' | 'false' | string | null"
|
|
16
|
-
},
|
|
17
|
-
"description": "Indicates whether assistive technologies will present all, or only parts of,\nthe changed region based on the change notifications defined by the aria-relevant attribute.\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-atomic",
|
|
18
|
-
"privacy": "public"
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
"kind": "field",
|
|
22
|
-
"name": "ariaBusy",
|
|
23
|
-
"type": {
|
|
24
|
-
"text": "'true' | 'false' | string | null"
|
|
25
|
-
},
|
|
26
|
-
"description": "Indicates an element is being modified and that assistive technologies MAY want to wait\nuntil the modifications are complete before exposing them to the user.\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-busy",
|
|
27
|
-
"privacy": "public"
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"kind": "field",
|
|
31
|
-
"name": "ariaControls",
|
|
32
|
-
"type": {
|
|
33
|
-
"text": "string | null"
|
|
34
|
-
},
|
|
35
|
-
"description": "Identifies the element (or elements) whose contents or presence are controlled by the current element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-controls",
|
|
36
|
-
"privacy": "public"
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"kind": "field",
|
|
40
|
-
"name": "ariaCurrent",
|
|
41
|
-
"type": {
|
|
42
|
-
"text": "| 'page'\n\t\t| 'step'\n\t\t| 'location'\n\t\t| 'date'\n\t\t| 'time'\n\t\t| 'true'\n\t\t| 'false'\n\t\t| string\n\t\t| null"
|
|
43
|
-
},
|
|
44
|
-
"description": "Indicates the element that represents the current item within a container or set of related elements.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-current",
|
|
45
|
-
"privacy": "public"
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"kind": "field",
|
|
49
|
-
"name": "ariaDescribedby",
|
|
50
|
-
"type": {
|
|
51
|
-
"text": "string | null"
|
|
52
|
-
},
|
|
53
|
-
"description": "Identifies the element (or elements) that describes the object.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-describedby",
|
|
54
|
-
"privacy": "public"
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
"kind": "field",
|
|
58
|
-
"name": "ariaDetails",
|
|
59
|
-
"type": {
|
|
60
|
-
"text": "string | null"
|
|
61
|
-
},
|
|
62
|
-
"description": "Identifies the element that provides a detailed, extended description for the object.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-details",
|
|
63
|
-
"privacy": "public"
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
"kind": "field",
|
|
67
|
-
"name": "ariaDisabled",
|
|
68
|
-
"type": {
|
|
69
|
-
"text": "'true' | 'false' | string | null"
|
|
70
|
-
},
|
|
71
|
-
"description": "Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-disabled",
|
|
72
|
-
"privacy": "public"
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"kind": "field",
|
|
76
|
-
"name": "ariaErrormessage",
|
|
77
|
-
"type": {
|
|
78
|
-
"text": "string | null"
|
|
79
|
-
},
|
|
80
|
-
"description": "Identifies the element that provides an error message for the object.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-errormessage",
|
|
81
|
-
"privacy": "public"
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
"kind": "field",
|
|
85
|
-
"name": "ariaFlowto",
|
|
86
|
-
"type": {
|
|
87
|
-
"text": "string | null"
|
|
88
|
-
},
|
|
89
|
-
"description": "Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion,\nallows assistive technology to override the general default of reading in document source order.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-flowto",
|
|
90
|
-
"privacy": "public"
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"kind": "field",
|
|
94
|
-
"name": "ariaHaspopup",
|
|
95
|
-
"type": {
|
|
96
|
-
"text": "| 'false'\n\t\t| 'true'\n\t\t| 'menu'\n\t\t| 'listbox'\n\t\t| 'tree'\n\t\t| 'grid'\n\t\t| 'dialog'\n\t\t| string\n\t\t| null"
|
|
97
|
-
},
|
|
98
|
-
"description": "Indicates the availability and type of interactive popup element,\nsuch as menu or dialog, that can be triggered by an element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-haspopup",
|
|
99
|
-
"privacy": "public"
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
"kind": "field",
|
|
103
|
-
"name": "ariaHidden",
|
|
104
|
-
"type": {
|
|
105
|
-
"text": "'false' | 'true' | string | null"
|
|
106
|
-
},
|
|
107
|
-
"description": "Indicates whether the element is exposed to an accessibility API\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-hidden",
|
|
108
|
-
"privacy": "public"
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"kind": "field",
|
|
112
|
-
"name": "ariaInvalid",
|
|
113
|
-
"type": {
|
|
114
|
-
"text": "'false' | 'true' | 'grammar' | 'spelling' | string | null"
|
|
115
|
-
},
|
|
116
|
-
"description": "Indicates the entered value does not conform to the format expected by the application.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-invalid",
|
|
117
|
-
"privacy": "public"
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
"kind": "field",
|
|
121
|
-
"name": "ariaKeyshortcuts",
|
|
122
|
-
"type": {
|
|
123
|
-
"text": "string | null"
|
|
124
|
-
},
|
|
125
|
-
"description": "Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-keyshortcuts",
|
|
126
|
-
"privacy": "public"
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
"kind": "field",
|
|
130
|
-
"name": "ariaLabel",
|
|
131
|
-
"type": {
|
|
132
|
-
"text": "string | null"
|
|
133
|
-
},
|
|
134
|
-
"description": "Defines a string value that labels the current element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-label",
|
|
135
|
-
"privacy": "public"
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
"kind": "field",
|
|
139
|
-
"name": "ariaLabelledby",
|
|
140
|
-
"type": {
|
|
141
|
-
"text": "string | null"
|
|
142
|
-
},
|
|
143
|
-
"description": "Identifies the element (or elements) that labels the current element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-labelledby",
|
|
144
|
-
"privacy": "public"
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
"kind": "field",
|
|
148
|
-
"name": "ariaLive",
|
|
149
|
-
"type": {
|
|
150
|
-
"text": "'assertive' | 'off' | 'polite' | string | null"
|
|
151
|
-
},
|
|
152
|
-
"description": "Indicates that an element will be updated, and describes the types of updates the user agents,\nassistive technologies, and user can expect from the live region.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-live",
|
|
153
|
-
"privacy": "public"
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
"kind": "field",
|
|
157
|
-
"name": "ariaOwns",
|
|
158
|
-
"type": {
|
|
159
|
-
"text": "string | null"
|
|
160
|
-
},
|
|
161
|
-
"description": "Identifies an element (or elements) in order to define a visual,\nfunctional, or contextual parent/child relationship between DOM elements\nwhere the DOM hierarchy cannot be used to represent the relationship.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-owns",
|
|
162
|
-
"privacy": "public"
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
"kind": "field",
|
|
166
|
-
"name": "ariaRelevant",
|
|
167
|
-
"type": {
|
|
168
|
-
"text": "| 'additions'\n\t\t| 'additions text'\n\t\t| 'all'\n\t\t| 'removals'\n\t\t| 'text'\n\t\t| string\n\t\t| null"
|
|
169
|
-
},
|
|
170
|
-
"description": "Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-relevant",
|
|
171
|
-
"privacy": "public"
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
"kind": "field",
|
|
175
|
-
"name": "ariaRoledescription",
|
|
176
|
-
"type": {
|
|
177
|
-
"text": "string | null"
|
|
178
|
-
},
|
|
179
|
-
"description": "Defines a human-readable, author-localized description for the role of an element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-roledescription",
|
|
180
|
-
"privacy": "public"
|
|
181
|
-
}
|
|
182
|
-
],
|
|
183
|
-
"attributes": [
|
|
184
|
-
{
|
|
185
|
-
"name": "aria-atomic",
|
|
186
|
-
"type": {
|
|
187
|
-
"text": "'true' | 'false' | string | null"
|
|
188
|
-
},
|
|
189
|
-
"description": "Indicates whether assistive technologies will present all, or only parts of,\nthe changed region based on the change notifications defined by the aria-relevant attribute.\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-atomic",
|
|
190
|
-
"fieldName": "ariaAtomic"
|
|
191
|
-
},
|
|
192
|
-
{
|
|
193
|
-
"name": "aria-busy",
|
|
194
|
-
"type": {
|
|
195
|
-
"text": "'true' | 'false' | string | null"
|
|
196
|
-
},
|
|
197
|
-
"description": "Indicates an element is being modified and that assistive technologies MAY want to wait\nuntil the modifications are complete before exposing them to the user.\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-busy",
|
|
198
|
-
"fieldName": "ariaBusy"
|
|
199
|
-
},
|
|
200
|
-
{
|
|
201
|
-
"name": "aria-controls",
|
|
202
|
-
"type": {
|
|
203
|
-
"text": "string | null"
|
|
204
|
-
},
|
|
205
|
-
"description": "Identifies the element (or elements) whose contents or presence are controlled by the current element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-controls",
|
|
206
|
-
"fieldName": "ariaControls"
|
|
207
|
-
},
|
|
208
|
-
{
|
|
209
|
-
"name": "aria-current",
|
|
210
|
-
"type": {
|
|
211
|
-
"text": "| 'page'\n\t\t| 'step'\n\t\t| 'location'\n\t\t| 'date'\n\t\t| 'time'\n\t\t| 'true'\n\t\t| 'false'\n\t\t| string\n\t\t| null"
|
|
212
|
-
},
|
|
213
|
-
"description": "Indicates the element that represents the current item within a container or set of related elements.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-current",
|
|
214
|
-
"fieldName": "ariaCurrent"
|
|
215
|
-
},
|
|
216
|
-
{
|
|
217
|
-
"name": "aria-describedby",
|
|
218
|
-
"type": {
|
|
219
|
-
"text": "string | null"
|
|
220
|
-
},
|
|
221
|
-
"description": "Identifies the element (or elements) that describes the object.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-describedby",
|
|
222
|
-
"fieldName": "ariaDescribedby"
|
|
223
|
-
},
|
|
224
|
-
{
|
|
225
|
-
"name": "aria-details",
|
|
226
|
-
"type": {
|
|
227
|
-
"text": "string | null"
|
|
228
|
-
},
|
|
229
|
-
"description": "Identifies the element that provides a detailed, extended description for the object.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-details",
|
|
230
|
-
"fieldName": "ariaDetails"
|
|
231
|
-
},
|
|
232
|
-
{
|
|
233
|
-
"name": "aria-disabled",
|
|
234
|
-
"type": {
|
|
235
|
-
"text": "'true' | 'false' | string | null"
|
|
236
|
-
},
|
|
237
|
-
"description": "Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-disabled",
|
|
238
|
-
"fieldName": "ariaDisabled"
|
|
239
|
-
},
|
|
240
|
-
{
|
|
241
|
-
"name": "aria-errormessage",
|
|
242
|
-
"type": {
|
|
243
|
-
"text": "string | null"
|
|
244
|
-
},
|
|
245
|
-
"description": "Identifies the element that provides an error message for the object.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-errormessage",
|
|
246
|
-
"fieldName": "ariaErrormessage"
|
|
247
|
-
},
|
|
248
|
-
{
|
|
249
|
-
"name": "aria-flowto",
|
|
250
|
-
"type": {
|
|
251
|
-
"text": "string | null"
|
|
252
|
-
},
|
|
253
|
-
"description": "Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion,\nallows assistive technology to override the general default of reading in document source order.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-flowto",
|
|
254
|
-
"fieldName": "ariaFlowto"
|
|
255
|
-
},
|
|
256
|
-
{
|
|
257
|
-
"name": "aria-haspopup",
|
|
258
|
-
"type": {
|
|
259
|
-
"text": "| 'false'\n\t\t| 'true'\n\t\t| 'menu'\n\t\t| 'listbox'\n\t\t| 'tree'\n\t\t| 'grid'\n\t\t| 'dialog'\n\t\t| string\n\t\t| null"
|
|
260
|
-
},
|
|
261
|
-
"description": "Indicates the availability and type of interactive popup element,\nsuch as menu or dialog, that can be triggered by an element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-haspopup",
|
|
262
|
-
"fieldName": "ariaHaspopup"
|
|
263
|
-
},
|
|
264
|
-
{
|
|
265
|
-
"name": "aria-hidden",
|
|
266
|
-
"type": {
|
|
267
|
-
"text": "'false' | 'true' | string | null"
|
|
268
|
-
},
|
|
269
|
-
"description": "Indicates whether the element is exposed to an accessibility API\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-hidden",
|
|
270
|
-
"fieldName": "ariaHidden"
|
|
271
|
-
},
|
|
272
|
-
{
|
|
273
|
-
"name": "aria-invalid",
|
|
274
|
-
"type": {
|
|
275
|
-
"text": "'false' | 'true' | 'grammar' | 'spelling' | string | null"
|
|
276
|
-
},
|
|
277
|
-
"description": "Indicates the entered value does not conform to the format expected by the application.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-invalid",
|
|
278
|
-
"fieldName": "ariaInvalid"
|
|
279
|
-
},
|
|
280
|
-
{
|
|
281
|
-
"name": "aria-keyshortcuts",
|
|
282
|
-
"type": {
|
|
283
|
-
"text": "string | null"
|
|
284
|
-
},
|
|
285
|
-
"description": "Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-keyshortcuts",
|
|
286
|
-
"fieldName": "ariaKeyshortcuts"
|
|
287
|
-
},
|
|
288
|
-
{
|
|
289
|
-
"name": "aria-label",
|
|
290
|
-
"type": {
|
|
291
|
-
"text": "string | null"
|
|
292
|
-
},
|
|
293
|
-
"description": "Defines a string value that labels the current element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-label",
|
|
294
|
-
"fieldName": "ariaLabel"
|
|
295
|
-
},
|
|
296
|
-
{
|
|
297
|
-
"name": "aria-labelledby",
|
|
298
|
-
"type": {
|
|
299
|
-
"text": "string | null"
|
|
300
|
-
},
|
|
301
|
-
"description": "Identifies the element (or elements) that labels the current element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-labelledby",
|
|
302
|
-
"fieldName": "ariaLabelledby"
|
|
303
|
-
},
|
|
304
|
-
{
|
|
305
|
-
"name": "aria-live",
|
|
306
|
-
"type": {
|
|
307
|
-
"text": "'assertive' | 'off' | 'polite' | string | null"
|
|
308
|
-
},
|
|
309
|
-
"description": "Indicates that an element will be updated, and describes the types of updates the user agents,\nassistive technologies, and user can expect from the live region.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-live",
|
|
310
|
-
"fieldName": "ariaLive"
|
|
311
|
-
},
|
|
312
|
-
{
|
|
313
|
-
"name": "aria-owns",
|
|
314
|
-
"type": {
|
|
315
|
-
"text": "string | null"
|
|
316
|
-
},
|
|
317
|
-
"description": "Identifies an element (or elements) in order to define a visual,\nfunctional, or contextual parent/child relationship between DOM elements\nwhere the DOM hierarchy cannot be used to represent the relationship.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-owns",
|
|
318
|
-
"fieldName": "ariaOwns"
|
|
319
|
-
},
|
|
320
|
-
{
|
|
321
|
-
"name": "aria-relevant",
|
|
322
|
-
"type": {
|
|
323
|
-
"text": "| 'additions'\n\t\t| 'additions text'\n\t\t| 'all'\n\t\t| 'removals'\n\t\t| 'text'\n\t\t| string\n\t\t| null"
|
|
324
|
-
},
|
|
325
|
-
"description": "Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-relevant",
|
|
326
|
-
"fieldName": "ariaRelevant"
|
|
327
|
-
},
|
|
328
|
-
{
|
|
329
|
-
"name": "aria-roledescription",
|
|
330
|
-
"type": {
|
|
331
|
-
"text": "string | null"
|
|
332
|
-
},
|
|
333
|
-
"description": "Defines a human-readable, author-localized description for the role of an element.\n\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-roledescription",
|
|
334
|
-
"fieldName": "ariaRoledescription"
|
|
335
|
-
}
|
|
336
|
-
]
|
|
337
|
-
}
|
|
338
|
-
*/
|
|
339
|
-
import wrapper from '@vonage/vivid-react-wrapper'
|
|
340
|
-
import { registerARIAGlobalStatesAndProperties } from '@vonage/vivid'
|
|
341
|
-
|
|
342
|
-
registerARIAGlobalStatesAndProperties('vvd3')
|
|
343
|
-
|
|
344
|
-
const VwcARIAGlobalStatesAndProperties = wrapper(`vvd3-a-riaglobal-states-and-properties`, {
|
|
345
|
-
events: [],
|
|
346
|
-
attributes: [],
|
|
347
|
-
properties: ['ariaAtomic', 'ariaBusy', 'ariaControls', 'ariaCurrent', 'ariaDescribedby', 'ariaDetails', 'ariaDisabled', 'ariaErrormessage', 'ariaFlowto', 'ariaHaspopup', 'ariaHidden', 'ariaInvalid', 'ariaKeyshortcuts', 'ariaLabel', 'ariaLabelledby', 'ariaLive', 'ariaOwns', 'ariaRelevant', 'ariaRoledescription']
|
|
348
|
-
})
|
|
349
|
-
|
|
350
|
-
VwcARIAGlobalStatesAndProperties.displayName = 'VwcARIAGlobalStatesAndProperties'
|
|
351
|
-
|
|
352
|
-
export default VwcARIAGlobalStatesAndProperties
|
package/v3/VwcAnchor/index.d.ts
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import React, { ReactNode } from 'react';
|
|
2
|
-
/** Based largely on the https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element .
|
|
3
|
-
* For more info on this Vivid element please visit https://vivid.deno.dev/components/anchor
|
|
4
|
-
* @param {string} download - Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information. **attribute** `download`
|
|
5
|
-
* @param {string} href - The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information. **attribute** `href`
|
|
6
|
-
* @param {string} hreflang - Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information. **attribute** `hreflang`
|
|
7
|
-
* @param {string} ping - See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information. **attribute** `ping`
|
|
8
|
-
* @param {string} referrerpolicy - See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information. **attribute** `referrerpolicy`
|
|
9
|
-
* @param {string} rel - See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information. **attribute** `rel`
|
|
10
|
-
* @param {'_self' | '_blank' | '_parent' | '_top'} target - See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information. **attribute** `target`
|
|
11
|
-
* @param {string} type - See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information. **attribute** `type`
|
|
12
|
-
* @param {HTMLAnchorElement | undefined} control - References the root element
|
|
13
|
-
*/
|
|
14
|
-
declare const VwcAnchor: {
|
|
15
|
-
(props: {
|
|
16
|
-
children?: ReactNode;
|
|
17
|
-
slot?: string | undefined;
|
|
18
|
-
id?: string | undefined;
|
|
19
|
-
style?: React.CSSProperties | undefined;
|
|
20
|
-
ref?: React.RefObject<HTMLDivElement> | ((instance: HTMLDivElement | null) => void) | null | undefined;
|
|
21
|
-
download?: string | undefined;
|
|
22
|
-
href?: string | undefined;
|
|
23
|
-
hreflang?: string | undefined;
|
|
24
|
-
ping?: string | undefined;
|
|
25
|
-
referrerpolicy?: string | undefined;
|
|
26
|
-
rel?: string | undefined;
|
|
27
|
-
target?: any;
|
|
28
|
-
type?: string | undefined;
|
|
29
|
-
control?: any;
|
|
30
|
-
}): JSX.Element;
|
|
31
|
-
displayName: string;
|
|
32
|
-
};
|
|
33
|
-
export default VwcAnchor;
|