mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Update CascadeSelect.d.ts
This commit is contained in:
parent
99aea5b000
commit
758e72a8fc
1 changed files with 4 additions and 8 deletions
12
components/lib/cascadeselect/CascadeSelect.d.ts
vendored
12
components/lib/cascadeselect/CascadeSelect.d.ts
vendored
|
@ -62,14 +62,14 @@ export interface CascadeSelectPassThroughOptions {
|
|||
* Uses to pass attributes to the dropdown button's DOM element.
|
||||
*/
|
||||
dropdownButton?: CascadeSelectPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the loading icon's DOM element.
|
||||
*/
|
||||
loadingIcon?: CascadeSelectPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the dropdown icon's DOM element.
|
||||
*/
|
||||
dropdownIcon?: CascadeSelectPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the loading icon's DOM element.
|
||||
*/
|
||||
loadingIcon?: CascadeSelectPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the panel's DOM element.
|
||||
*/
|
||||
|
@ -102,10 +102,6 @@ export interface CascadeSelectPassThroughOptions {
|
|||
* Uses to pass attributes to the search result message text aria's DOM element.
|
||||
*/
|
||||
hiddenSearchResult?: CascadeSelectPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the selected message text aria's DOM element.
|
||||
*/
|
||||
selectedMessageAria?: CascadeSelectPassThroughOptionType;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue