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. * Defines a string value that labels an interactive element.
*/ */
'aria-label'?: string | undefined; ariaLabel?: string | undefined;
/** /**
* Identifier of the underlying input element. * Identifier of the underlying input element.
*/ */
'aria-labelledby'?: string | undefined; ariaLabelledby?: string | undefined;
/** /**
* Used to pass attributes to DOM elements inside the component. * Used to pass attributes to DOM elements inside the component.
* @type {AutoCompletePassThroughOptions} * @type {AutoCompletePassThroughOptions}

View File

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

View File

@ -101,11 +101,11 @@ export interface AvatarProps {
/** /**
* Establishes a string value that labels the component. * 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. * 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. * Used to pass attributes to DOM elements inside the component.
* @type {AvatarPassThroughOptions} * @type {AvatarPassThroughOptions}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -74,7 +74,7 @@ export interface ToolbarProps {
/** /**
* Defines a string value that labels an interactive element. * 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. * Used to pass attributes to DOM elements inside the component.
* @type {ToolbarPassThroughOptions} * @type {ToolbarPassThroughOptions}

View File

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