pull/4879/head
tugcekucukoglu 2023-11-24 15:21:54 +03:00
parent d65bda79f0
commit 437818c7f2
32 changed files with 62 additions and 62 deletions

View File

@ -455,11 +455,11 @@ export interface AutoCompleteProps {
/**
* Defines a string value that labels an interactive element.
*/
'aria-label'?: string | undefined;
ariaLabel?: string | undefined;
/**
* Identifier of the underlying input element.
*/
'aria-labelledby'?: string | undefined;
ariaLabelledby?: string | undefined;
/**
* Used to pass attributes to DOM elements inside the component.
* @type {AutoCompletePassThroughOptions}

View File

@ -157,11 +157,11 @@ export default {
type: Number,
default: 0
},
'aria-label': {
ariaLabel: {
type: String,
default: null
},
'aria-labelledby': {
ariaLabelledby: {
type: String,
default: null
}

View File

@ -101,11 +101,11 @@ export interface AvatarProps {
/**
* Establishes a string value that labels the component.
*/
'aria-label'?: string | undefined;
ariaLabel?: string | undefined;
/**
* Establishes relationships between the component and label(s) where its value should be one or more element IDs.
*/
'aria-labelledby'?: string | undefined;
ariaLabelledby?: string | undefined;
/**
* Used to pass attributes to DOM elements inside the component.
* @type {AvatarPassThroughOptions}

View File

@ -141,11 +141,11 @@ export interface BreadcrumbProps {
/**
* Defines a string value that labels an interactive element.
*/
'aria-label'?: string | undefined;
ariaLabel?: string | undefined;
/**
* Identifier of the underlying menu element.
*/
'aria-labelledby'?: string | undefined;
ariaLabelledby?: string | undefined;
/**
* Used to pass attributes to DOM elements inside the component.
* @type {BreadcrumbPassThroughOptions}

View File

@ -713,11 +713,11 @@ export interface CalendarProps {
/**
* Establishes relationships between the component and label(s) where its value should be one or more element IDs.
*/
'aria-labelledby'?: string | undefined;
ariaLabelledby?: string | undefined;
/**
* Establishes a string value that labels the component.
*/
'aria-label'?: string | undefined;
ariaLabel?: string | undefined;
/**
* Used to pass attributes to DOM elements inside the component.
* @type {CalendarPassThroughOptions}

View File

@ -330,11 +330,11 @@ export interface CascadeSelectProps {
/**
* Establishes relationships between the component and label(s) where its value should be one or more element IDs.
*/
'aria-labelledby'?: string | undefined;
ariaLabelledby?: string | undefined;
/**
* Establishes a string value that labels the component.
*/
'aria-label'?: string | undefined;
ariaLabel?: string | undefined;
/**
* Used to pass attributes to DOM elements inside the component.
* @type {CascadeSelectPassThroughOptions}

View File

@ -159,11 +159,11 @@ export interface CheckboxProps {
/**
* Establishes relationships between the component and label(s) where its value should be one or more element IDs.
*/
'aria-labelledby'?: string | undefined;
ariaLabelledby?: string | undefined;
/**
* Establishes a string value that labels the component.
*/
'aria-label'?: string | undefined;
ariaLabel?: string | undefined;
/**
* Used to pass attributes to DOM elements inside the component.
* @type {CheckboxPassThroughOptions}

View File

@ -187,11 +187,11 @@ export interface ChipsProps {
/**
* Establishes relationships between the component and label(s) where its value should be one or more element IDs.
*/
'aria-labelledby'?: string | undefined;
ariaLabelledby?: string | undefined;
/**
* Establishes a string value that labels the component.
*/
'aria-label'?: string | undefined;
ariaLabel?: string | undefined;
/**
* Used to pass attributes to DOM elements inside the component.
* @type {ChipsPassThroughOptions}

View File

@ -252,11 +252,11 @@ export interface ContextMenuProps {
/**
* Defines a string value that labels an interactive element.
*/
'aria-label'?: string | undefined;
ariaLabel?: string | undefined;
/**
* Identifier of the underlying menu element.
*/
'aria-labelledby'?: string | undefined;
ariaLabelledby?: string | undefined;
/**
* Used to pass attributes to DOM elements inside the component.
* @type {ContextMenuPassThroughOptions}

View File

@ -213,11 +213,11 @@ export interface DockProps {
/**
* Establishes relationships between the component and label(s) where its value should be one or more element IDs.
*/
'aria-labelledby'?: string | undefined;
ariaLabelledby?: string | undefined;
/**
* Establishes a string value that labels the component.
*/
'aria-label'?: string | undefined;
ariaLabel?: string | undefined;
/**
* Used to pass attributes to DOM elements inside the component.
* @type {DockPassThroughOptions}

View File

@ -436,11 +436,11 @@ export interface DropdownProps {
/**
* Defines a string value that labels an interactive element.
*/
'aria-label'?: string | undefined;
ariaLabel?: string | undefined;
/**
* Identifier of the underlying input element.
*/
'aria-labelledby'?: string | undefined;
ariaLabelledby?: string | undefined;
/**
* Used to pass attributes to DOM elements inside the component.
* @type {DropdownPassThroughOptions}

View File

@ -278,11 +278,11 @@ export interface InputNumberProps {
/**
* Establishes relationships between the component and label(s) where its value should be one or more element IDs.
*/
'aria-labelledby'?: string | undefined;
ariaLabelledby?: string | undefined;
/**
* Establishes a string value that labels the component.
*/
'aria-label'?: string | undefined;
ariaLabel?: string | undefined;
/**
* Used to pass attributes to DOM elements inside the component.
* @type {InputNumberPassThroughOptions}

View File

@ -125,11 +125,11 @@ export interface InputSwitchProps {
/**
* Establishes relationships between the component and label(s) where its value should be one or more element IDs.
*/
'aria-labelledby'?: string | undefined;
ariaLabelledby?: string | undefined;
/**
* Establishes a string value that labels the component.
*/
'aria-label'?: string | undefined;
ariaLabel?: string | undefined;
/**
* Used to pass attributes to DOM elements inside the component.
* @type {InputSwitchPassThroughOptions}

View File

@ -179,11 +179,11 @@ export interface KnobProps {
/**
* Establishes relationships between the component and label(s) where its value should be one or more element IDs.
*/
'aria-labelledby'?: string | undefined;
ariaLabelledby?: string | undefined;
/**
* Used to define a string that labels the element.
*/
'aria-label'?: string | undefined;
ariaLabel?: string | undefined;
/**
* Used to pass attributes to DOM elements inside the component.
* @type {KnobPassThroughOptions}

View File

@ -330,11 +330,11 @@ export interface ListboxProps {
/**
* Defines a string value that labels an interactive element.
*/
'aria-label'?: string | undefined;
ariaLabel?: string | undefined;
/**
* Identifier of the underlying input element.
*/
'aria-labelledby'?: string | undefined;
ariaLabelledby?: string | undefined;
/**
* Used to pass attributes to DOM elements inside the component.
* @type {ListboxPassThroughOptions}

View File

@ -262,11 +262,11 @@ export interface MegaMenuProps {
/**
* Defines a string value that labels an interactive element.
*/
'aria-label'?: string | undefined;
ariaLabel?: string | undefined;
/**
* Identifier of the underlying menu element.
*/
'aria-labelledby'?: string | undefined;
ariaLabelledby?: string | undefined;
/**
* Used to pass attributes to DOM elements inside the component.
* @type {MegaMenuPassThroughOptions}

View File

@ -221,11 +221,11 @@ export interface MenuProps {
/**
* Defines a string value that labels an interactive element.
*/
'aria-label'?: string | undefined;
ariaLabel?: string | undefined;
/**
* Identifier of the underlying input element.
*/
'aria-labelledby'?: string | undefined;
ariaLabelledby?: string | undefined;
/**
* Used to pass attributes to DOM elements inside the component.
* @type {MenuPassThroughOptions}

View File

@ -245,11 +245,11 @@ export interface MenubarProps {
/**
* Defines a string value that labels an interactive element.
*/
'aria-label'?: string | undefined;
ariaLabel?: string | undefined;
/**
* Identifier of the underlying input element.
*/
'aria-labelledby'?: string | undefined;
ariaLabelledby?: string | undefined;
/**
* Used to pass attributes to DOM elements inside the component.
* @type {MenubarPassThroughOptions}

View File

@ -518,11 +518,11 @@ export interface MultiSelectProps {
/**
* Defines a string value that labels an interactive element.
*/
'aria-label'?: string | undefined;
ariaLabel?: string | undefined;
/**
* Identifier of the underlying input element.
*/
'aria-labelledby'?: string | undefined;
ariaLabelledby?: string | undefined;
/**
* Used to pass attributes to DOM elements inside the component.
* @type {MultiSelectPassThroughOptions}

View File

@ -248,11 +248,11 @@ export interface OrderListProps {
/**
* Defines a string value that labels an interactive list element.
*/
'aria-label'?: string | undefined;
ariaLabel?: string | undefined;
/**
* Identifier of the underlying list element.
*/
'aria-labelledby'?: string | undefined;
ariaLabelledby?: string | undefined;
/**
* Used to pass attributes to DOM elements inside the component.
* @type {OrderListPassThroughOptions}

View File

@ -248,11 +248,11 @@ export interface PasswordProps extends InputHTMLAttributes {
/**
* Establishes relationships between the component and label(s) where its value should be one or more element IDs.
*/
'aria-labelledby'?: string | undefined;
ariaLabelledby?: string | undefined;
/**
* Establishes a string value that labels the component.
*/
'aria-label'?: string | undefined;
ariaLabel?: string | undefined;
/**
* Used to pass attributes to DOM elements inside the component.
* @type {PasswordPassThroughOptions}

View File

@ -126,11 +126,11 @@ export interface RadioButtonProps {
/**
* Establishes relationships between the component and label(s) where its value should be one or more element IDs.
*/
'aria-labelledby'?: string | undefined;
ariaLabelledby?: string | undefined;
/**
* Establishes a string value that labels the component.
*/
'aria-label'?: string | undefined;
ariaLabel?: string | undefined;
/**
* Used to pass attributes to DOM elements inside the component.
* @type {RadioButtonPassThroughOptions}

View File

@ -168,7 +168,7 @@ export interface SelectButtonProps {
/**
* Identifier of the underlying element.
*/
'aria-labelledby'?: string | undefined;
ariaLabelledby?: string | undefined;
/**
* Used to pass attributes to DOM elements inside the component.
* @type {SelectButtonPassThroughOptions}

View File

@ -130,11 +130,11 @@ export interface SliderProps {
/**
* Establishes relationships between the component and label(s) where its value should be one or more element IDs.
*/
'aria-labelledby'?: string | undefined;
ariaLabelledby?: string | undefined;
/**
* Used to define a string that labels the element.
*/
'aria-label'?: string | undefined;
ariaLabel?: string | undefined;
/**
* Used to pass attributes to DOM elements inside the component.
* @type {SliderPassThroughOptions}

View File

@ -247,11 +247,11 @@ export interface SpeedDialProps {
/**
* Defines a string value that labels an interactive list element.
*/
'aria-label'?: string | undefined;
ariaLabel?: string | undefined;
/**
* Identifier of the underlying list element.
*/
'aria-labelledby'?: string | undefined;
ariaLabelledby?: string | undefined;
/**
* Used to pass attributes to DOM elements inside the component.
* @type {SpeedDialPassThroughOptions}

View File

@ -168,11 +168,11 @@ export interface TabMenuProps {
/**
* Defines a string value that labels an interactive element.
*/
'aria-label'?: string | undefined;
ariaLabel?: string | undefined;
/**
* Identifier of the underlying input element.
*/
'aria-labelledby'?: string | undefined;
ariaLabelledby?: string | undefined;
/**
* Used to pass attributes to DOM elements inside the component.
* @type {TabMenuPassThroughOptions}

View File

@ -251,11 +251,11 @@ export interface TieredMenuProps {
/**
* Defines a string value that labels an interactive element.
*/
'aria-label'?: string | undefined;
ariaLabel?: string | undefined;
/**
* Identifier of the underlying menu element.
*/
'aria-labelledby'?: string | undefined;
ariaLabelledby?: string | undefined;
/**
* Used to pass attributes to DOM elements inside the component.
* @type {TieredMenuPassThroughOptions}

View File

@ -172,11 +172,11 @@ export interface ToggleButtonProps {
/**
* Establishes relationships between the component and label(s) where its value should be one or more element IDs.
*/
'aria-labelledby'?: string | undefined;
ariaLabelledby?: string | undefined;
/**
* Establishes a string value that labels the component.
*/
'aria-label'?: string | undefined;
ariaLabel?: string | undefined;
/**
* Used to pass attributes to DOM elements inside the component.
* @type {ToggleButtonPassThroughOptions}

View File

@ -74,7 +74,7 @@ export interface ToolbarProps {
/**
* Defines a string value that labels an interactive element.
*/
'aria-labelledby'?: string | undefined;
ariaLabelledby?: string | undefined;
/**
* Used to pass attributes to DOM elements inside the component.
* @type {ToolbarPassThroughOptions}

View File

@ -262,11 +262,11 @@ export interface TreeProps {
/**
* Defines a string value that labels an interactive element.
*/
'aria-label'?: string | undefined;
ariaLabel?: string | undefined;
/**
* Identifier of the underlying menu element.
*/
'aria-labelledby'?: string | undefined;
ariaLabelledby?: string | undefined;
/**
* Used to pass attributes to DOM elements inside the component.
* @type {TreePassThroughOptions}

View File

@ -214,11 +214,11 @@ export interface TreeSelectProps {
/**
* Establishes relationships between the component and label(s) where its value should be one or more element IDs.
*/
'aria-labelledby'?: string | undefined;
ariaLabelledby?: string | undefined;
/**
* Establishes a string value that labels the component.
*/
'aria-label'?: string | undefined;
ariaLabel?: string | undefined;
/**
* Used to pass attributes to DOM elements inside the component.
* @type {TreeSelectPassThroughOptions}

View File

@ -152,11 +152,11 @@ export interface TriStateCheckboxProps {
/**
* Establishes relationships between the component and label(s) where its value should be one or more element IDs.
*/
'aria-labelledby'?: string | undefined;
ariaLabelledby?: string | undefined;
/**
* Establishes a string value that labels the component.
*/
'aria-label'?: string | undefined;
ariaLabel?: string | undefined;
/**
* Used to pass attributes to DOM elements inside the component.
* @type {TriStateCheckboxPassThroughOptions}