@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.
- 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 +4 -4
- package/package.json +2 -2
- package/types/index.d.ts +260 -29
- package/v3/VwcARIAGlobalStatesAndProperties/index.d.ts +122 -0
- package/v3/VwcARIAGlobalStatesAndProperties/index.js +352 -0
- package/v3/VwcARIAGlobalStatesAndProperties/package.json +11 -0
- package/v3/VwcAccordion/index.d.ts +7 -1
- package/v3/VwcAccordion/index.js +142 -3
- package/v3/VwcAccordion/package.json +2 -2
- package/v3/VwcAccordionItem/index.d.ts +6 -0
- package/v3/VwcAccordionItem/index.js +62 -3
- package/v3/VwcAccordionItem/package.json +2 -2
- package/v3/VwcActionGroup/index.js +2 -2
- package/v3/VwcActionGroup/package.json +2 -2
- package/v3/VwcAlert/index.d.ts +10 -14
- package/v3/VwcAlert/index.js +28 -25
- package/v3/VwcAlert/package.json +2 -2
- package/v3/VwcAnchor/index.d.ts +33 -0
- package/v3/VwcAnchor/index.js +173 -0
- package/v3/{VwcAppearanceUi → VwcAnchor}/package.json +3 -3
- package/v3/VwcAudioPlayer/index.js +2 -2
- package/v3/VwcAudioPlayer/package.json +2 -2
- package/v3/VwcAvatar/index.js +2 -2
- package/v3/VwcAvatar/package.json +2 -2
- package/v3/VwcBadge/index.js +58 -2
- package/v3/VwcBadge/package.json +2 -2
- package/v3/VwcBanner/index.js +2 -2
- package/v3/VwcBanner/package.json +2 -2
- package/v3/VwcBaseProgress/index.d.ts +24 -0
- package/v3/VwcBaseProgress/index.js +108 -0
- package/v3/VwcBaseProgress/package.json +11 -0
- package/v3/VwcBreadcrumb/index.js +62 -2
- package/v3/VwcBreadcrumb/package.json +2 -2
- package/v3/VwcBreadcrumbItem/index.js +2 -2
- package/v3/VwcBreadcrumbItem/package.json +2 -2
- package/v3/VwcButton/index.d.ts +24 -3
- package/v3/VwcButton/index.js +369 -5
- package/v3/VwcButton/package.json +2 -2
- package/v3/VwcCalendar/index.js +2 -2
- package/v3/VwcCalendar/package.json +2 -2
- package/v3/VwcCalendarEvent/index.js +2 -2
- package/v3/VwcCalendarEvent/package.json +2 -2
- package/v3/VwcCard/index.js +2 -2
- package/v3/VwcCard/package.json +2 -2
- package/v3/VwcCheckbox/index.d.ts +8 -1
- package/v3/VwcCheckbox/index.js +67 -4
- package/v3/VwcCheckbox/package.json +2 -2
- package/v3/VwcCombobox/index.d.ts +26 -0
- package/v3/VwcCombobox/index.js +286 -4
- package/v3/VwcCombobox/package.json +2 -2
- package/v3/VwcDataGrid/index.d.ts +29 -2
- package/v3/VwcDataGrid/index.js +286 -8
- package/v3/VwcDataGrid/package.json +2 -2
- package/v3/VwcDataGridCell/index.d.ts +10 -2
- package/v3/VwcDataGridCell/index.js +143 -23
- package/v3/VwcDataGridCell/package.json +2 -2
- package/v3/VwcDataGridRow/index.d.ts +16 -0
- package/v3/VwcDataGridRow/index.js +168 -3
- package/v3/VwcDataGridRow/package.json +2 -2
- package/v3/VwcDatePicker/index.js +42 -1
- package/v3/VwcDatePicker/package.json +2 -2
- package/v3/VwcDatePickerBase/index.js +27 -0
- package/v3/VwcDatePickerBase/package.json +2 -2
- package/v3/VwcDateRangePicker/index.js +45 -2
- package/v3/VwcDateRangePicker/package.json +2 -2
- package/v3/VwcDelegatesARIAButton/index.d.ts +19 -0
- package/v3/VwcDelegatesARIAButton/index.js +63 -0
- package/v3/VwcDelegatesARIAButton/package.json +11 -0
- package/v3/VwcDelegatesARIALink/index.d.ts +17 -0
- package/v3/VwcDelegatesARIALink/index.js +46 -0
- package/v3/VwcDelegatesARIALink/package.json +11 -0
- package/v3/VwcDelegatesARIAListbox/index.d.ts +23 -0
- package/v3/VwcDelegatesARIAListbox/index.js +63 -0
- package/v3/VwcDelegatesARIAListbox/package.json +11 -0
- package/v3/VwcDelegatesARIAListboxOption/index.d.ts +23 -0
- package/v3/VwcDelegatesARIAListboxOption/index.js +97 -0
- package/v3/VwcDelegatesARIAListboxOption/package.json +11 -0
- package/v3/VwcDelegatesARIASelect/index.d.ts +17 -0
- package/v3/VwcDelegatesARIASelect/index.js +70 -0
- package/v3/VwcDelegatesARIASelect/package.json +11 -0
- package/v3/VwcDelegatesARIATextbox/index.d.ts +16 -0
- package/v3/VwcDelegatesARIATextbox/index.js +59 -0
- package/v3/VwcDelegatesARIATextbox/package.json +11 -0
- package/v3/VwcDialPad/index.js +5 -3
- package/v3/VwcDialPad/package.json +2 -2
- package/v3/VwcDialog/index.d.ts +11 -1
- package/v3/VwcDialog/index.js +122 -20
- package/v3/VwcDialog/package.json +2 -2
- package/v3/VwcDivider/index.d.ts +4 -1
- package/v3/VwcDivider/index.js +41 -3
- package/v3/VwcDivider/package.json +2 -2
- package/v3/VwcElevation/index.d.ts +2 -0
- package/v3/VwcElevation/index.js +17 -3
- package/v3/VwcElevation/package.json +2 -2
- package/v3/VwcEmptyState/index.d.ts +4 -0
- package/v3/VwcEmptyState/index.js +123 -3
- package/v3/VwcEmptyState/package.json +2 -2
- package/v3/VwcFab/index.d.ts +20 -0
- package/v3/VwcFab/index.js +353 -3
- package/v3/VwcFab/package.json +2 -2
- package/v3/VwcFilePicker/index.d.ts +8 -0
- package/v3/VwcFilePicker/index.js +181 -1
- package/v3/VwcFilePicker/package.json +2 -2
- package/v3/VwcFormAssociatedCheckbox/index.d.ts +17 -0
- package/v3/VwcFormAssociatedCheckbox/index.js +41 -0
- package/v3/VwcFormAssociatedCheckbox/package.json +11 -0
- package/v3/VwcFormAssociatedFilePicker/index.js +1 -1
- package/v3/VwcFormAssociatedFilePicker/package.json +2 -2
- package/v3/VwcFormAssociatedNumberField/index.js +1 -1
- package/v3/VwcFormAssociatedNumberField/package.json +2 -2
- package/v3/VwcFormAssociatedRadio/index.d.ts +19 -0
- package/v3/VwcFormAssociatedRadio/index.js +64 -0
- package/v3/VwcFormAssociatedRadio/package.json +11 -0
- package/v3/VwcFormAssociatedRangeSlider/index.js +1 -1
- package/v3/VwcFormAssociatedRangeSlider/package.json +2 -2
- package/v3/VwcFormAssociatedSearchableSelect/index.d.ts +17 -0
- package/v3/VwcFormAssociatedSearchableSelect/index.js +41 -0
- package/v3/VwcFormAssociatedSearchableSelect/package.json +11 -0
- package/v3/VwcFormAssociatedSelect/index.d.ts +27 -0
- package/v3/VwcFormAssociatedSelect/index.js +164 -0
- package/v3/VwcFormAssociatedSelect/package.json +11 -0
- package/v3/VwcFormAssociatedSlider/index.d.ts +17 -0
- package/v3/VwcFormAssociatedSlider/index.js +41 -0
- package/v3/VwcFormAssociatedSlider/package.json +11 -0
- package/v3/VwcFormAssociatedSwitch/index.d.ts +17 -0
- package/v3/VwcFormAssociatedSwitch/index.js +41 -0
- package/v3/VwcFormAssociatedSwitch/package.json +11 -0
- package/v3/VwcFormAssociatedTextArea/index.d.ts +17 -0
- package/v3/VwcFormAssociatedTextArea/index.js +41 -0
- package/v3/VwcFormAssociatedTextArea/package.json +11 -0
- package/v3/VwcFormAssociatedTextField/index.d.ts +17 -0
- package/v3/VwcFormAssociatedTextField/index.js +41 -0
- package/v3/VwcFormAssociatedTextField/package.json +11 -0
- package/v3/VwcFormAssociatedTimePicker/index.js +1 -1
- package/v3/VwcFormAssociatedTimePicker/package.json +2 -2
- package/v3/VwcHeader/index.js +2 -2
- package/v3/VwcHeader/package.json +2 -2
- package/v3/VwcIcon/index.js +15 -2
- package/v3/VwcIcon/package.json +2 -2
- package/v3/VwcInlineTimePicker/index.d.ts +27 -0
- package/v3/VwcInlineTimePicker/index.js +125 -0
- package/v3/VwcInlineTimePicker/package.json +11 -0
- package/v3/VwcLayout/index.js +2 -2
- package/v3/VwcLayout/package.json +2 -2
- package/v3/VwcListbox/index.d.ts +10 -6
- package/v3/VwcListbox/index.js +51 -76
- package/v3/VwcListbox/package.json +2 -2
- package/v3/VwcMenu/index.d.ts +2 -4
- package/v3/VwcMenu/index.js +148 -11
- package/v3/VwcMenu/package.json +2 -2
- package/v3/VwcMenuItem/index.d.ts +8 -2
- package/v3/VwcMenuItem/index.js +93 -6
- package/v3/VwcMenuItem/package.json +2 -2
- package/v3/VwcNav/index.js +2 -2
- package/v3/VwcNav/package.json +2 -2
- package/v3/VwcNavDisclosure/index.js +2 -2
- package/v3/VwcNavDisclosure/package.json +2 -2
- package/v3/VwcNavItem/package.json +2 -2
- package/v3/VwcNote/index.js +2 -2
- package/v3/VwcNote/package.json +2 -2
- package/v3/VwcNumberField/index.d.ts +2 -0
- package/v3/VwcNumberField/index.js +21 -2
- package/v3/VwcNumberField/package.json +2 -2
- package/v3/VwcOption/index.d.ts +24 -5
- package/v3/VwcOption/index.js +199 -12
- package/v3/VwcOption/package.json +2 -2
- package/v3/VwcOptionTag/index.d.ts +25 -0
- package/v3/VwcOptionTag/index.js +109 -0
- package/v3/VwcOptionTag/package.json +11 -0
- package/v3/VwcPagination/index.js +2 -2
- package/v3/VwcPagination/package.json +2 -2
- package/v3/VwcProgress/index.d.ts +8 -0
- package/v3/VwcProgress/index.js +79 -4
- package/v3/VwcProgress/package.json +2 -2
- package/v3/VwcProgressRing/index.d.ts +8 -0
- package/v3/VwcProgressRing/index.js +84 -2
- package/v3/VwcProgressRing/package.json +2 -2
- package/v3/VwcRadio/index.d.ts +8 -0
- package/v3/VwcRadio/index.js +93 -3
- package/v3/VwcRadio/package.json +2 -2
- package/v3/VwcRadioGroup/index.d.ts +11 -0
- package/v3/VwcRadioGroup/index.js +180 -4
- package/v3/VwcRadioGroup/package.json +2 -2
- package/v3/VwcRangeSlider/index.d.ts +2 -0
- package/v3/VwcRangeSlider/index.js +98 -10
- package/v3/VwcRangeSlider/package.json +2 -2
- package/v3/VwcSearchableSelect/index.d.ts +46 -0
- package/v3/VwcSearchableSelect/index.js +551 -0
- package/v3/VwcSearchableSelect/package.json +11 -0
- package/v3/VwcSelect/index.d.ts +20 -0
- package/v3/VwcSelect/index.js +208 -4
- package/v3/VwcSelect/package.json +2 -2
- package/v3/VwcSelectableBox/index.js +2 -2
- package/v3/VwcSelectableBox/package.json +2 -2
- package/v3/VwcSideDrawer/index.d.ts +1 -0
- package/v3/VwcSideDrawer/index.js +10 -3
- package/v3/VwcSideDrawer/package.json +2 -2
- package/v3/VwcSlider/index.d.ts +24 -11
- package/v3/VwcSlider/index.js +338 -8
- package/v3/VwcSlider/package.json +2 -2
- package/v3/VwcSplitButton/index.js +2 -2
- package/v3/VwcSplitButton/package.json +2 -2
- package/v3/VwcSwitch/index.d.ts +10 -1
- package/v3/VwcSwitch/index.js +93 -4
- package/v3/VwcSwitch/package.json +2 -2
- package/v3/VwcTab/index.d.ts +4 -0
- package/v3/VwcTab/index.js +61 -3
- package/v3/VwcTab/package.json +2 -2
- package/v3/VwcTabPanel/index.js +2 -2
- package/v3/VwcTabPanel/package.json +2 -2
- package/v3/VwcTabs/index.d.ts +11 -1
- package/v3/VwcTabs/index.js +284 -34
- package/v3/VwcTabs/package.json +2 -2
- package/v3/VwcTag/index.js +2 -2
- package/v3/VwcTag/package.json +2 -2
- package/v3/VwcTagGroup/index.js +2 -2
- package/v3/VwcTagGroup/package.json +2 -2
- package/v3/VwcTextAnchor/index.js +2 -2
- package/v3/VwcTextAnchor/package.json +2 -2
- package/v3/VwcTextArea/index.d.ts +27 -0
- package/v3/VwcTextArea/index.js +229 -4
- package/v3/VwcTextArea/package.json +2 -2
- package/v3/VwcTextField/index.d.ts +28 -2
- package/v3/VwcTextField/index.js +224 -4
- package/v3/VwcTextField/package.json +2 -2
- package/v3/VwcTimePicker/index.js +20 -1
- package/v3/VwcTimePicker/package.json +2 -2
- package/v3/VwcToggletip/index.js +2 -2
- package/v3/VwcToggletip/package.json +2 -2
- package/v3/VwcTooltip/index.js +2 -2
- package/v3/VwcTooltip/package.json +2 -2
- package/v3/VwcTreeItem/index.d.ts +6 -0
- package/v3/VwcTreeItem/index.js +107 -3
- package/v3/VwcTreeItem/package.json +2 -2
- package/v3/VwcTreeView/index.d.ts +5 -1
- package/v3/VwcTreeView/index.js +124 -3
- package/v3/VwcTreeView/package.json +2 -2
- package/v3/VwcVideoPlayer/index.js +2 -2
- package/v3/VwcVideoPlayer/package.json +2 -2
- package/v3/VwcVividElement/index.d.ts +16 -0
- package/v3/VwcVividElement/index.js +30 -0
- package/v3/VwcVividElement/package.json +11 -0
- package/v3/VwcVividFoundationButton/index.d.ts +36 -0
- package/v3/VwcVividFoundationButton/index.js +296 -0
- package/v3/VwcVividFoundationButton/package.json +11 -0
- package/v3/VwcAppearanceUi/index.d.ts +0 -29
- 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":
|
|
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
|
-
"
|
|
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-
|
|
399
|
-
|
|
400
|
-
|
|
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":
|
|
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;
|