mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Fixed typo
This commit is contained in:
parent
5284b61a13
commit
70980de77a
107 changed files with 753 additions and 753 deletions
28
components/lib/listbox/Listbox.d.ts
vendored
28
components/lib/listbox/Listbox.d.ts
vendored
|
@ -117,11 +117,11 @@ export interface ListboxFilterEvent {
|
|||
*/
|
||||
export interface ListboxPassThroughOptions<T = any> {
|
||||
/**
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
*/
|
||||
root?: ListboxPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the header's DOM element.
|
||||
* Used to pass attributes to the headers DOM element.
|
||||
*/
|
||||
header?: ListboxPassThroughOptionType<T>;
|
||||
/**
|
||||
|
@ -140,11 +140,11 @@ export interface ListboxPassThroughOptions<T = any> {
|
|||
*/
|
||||
pcFilterIconContainer?: InputIconPassThroughOptions<ListboxSharedPassThroughMethodOptions>;
|
||||
/**
|
||||
* Used to pass attributes to the filter icon's DOM element.
|
||||
* Used to pass attributes to the filter icons DOM element.
|
||||
*/
|
||||
filterIcon?: ListboxPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the list container's DOM element.
|
||||
* Used to pass attributes to the list containers DOM element.
|
||||
*/
|
||||
listContainer?: ListboxPassThroughOptionType<T>;
|
||||
/**
|
||||
|
@ -153,43 +153,43 @@ export interface ListboxPassThroughOptions<T = any> {
|
|||
*/
|
||||
virtualScroller?: VirtualScrollerPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the list's DOM element.
|
||||
* Used to pass attributes to the lists DOM element.
|
||||
*/
|
||||
list?: ListboxPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the option group's DOM element.
|
||||
* Used to pass attributes to the option groups DOM element.
|
||||
*/
|
||||
optionGroup?: ListboxPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the option's DOM element.
|
||||
* Used to pass attributes to the options DOM element.
|
||||
*/
|
||||
option?: ListboxPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the option check icon's DOM element.
|
||||
* Used to pass attributes to the option check icons DOM element.
|
||||
*/
|
||||
optionCheckIcon?: ListboxPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the option blank icon's DOM element.
|
||||
* Used to pass attributes to the option blank icons DOM element.
|
||||
*/
|
||||
optionBlankIcon?: ListboxPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the emptyMessage's DOM element.
|
||||
* Used to pass attributes to the emptyMessages DOM element.
|
||||
*/
|
||||
emptyMessage?: ListboxPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the hidden first focusable element's DOM element.
|
||||
* Used to pass attributes to the hidden first focusable elements DOM element.
|
||||
*/
|
||||
hiddenFirstFocusableEl?: ListboxPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the hidden filter result's DOM element.
|
||||
* Used to pass attributes to the hidden filter results DOM element.
|
||||
*/
|
||||
hiddenFilterResult?: ListboxPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the hidden selected message's DOM element.
|
||||
* Used to pass attributes to the hidden selected messages DOM element.
|
||||
*/
|
||||
hiddenSelectedMessage?: ListboxPassThroughOptionType<T>;
|
||||
/**
|
||||
* Used to pass attributes to the hidden last focusable element's DOM element.
|
||||
* Used to pass attributes to the hidden last focusable elements DOM element.
|
||||
*/
|
||||
hiddenLastFocusableEl?: ListboxPassThroughOptionType<T>;
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue