mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +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.
|
* Uses to pass attributes to the dropdown button's DOM element.
|
||||||
*/
|
*/
|
||||||
dropdownButton?: CascadeSelectPassThroughOptionType;
|
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.
|
* Uses to pass attributes to the dropdown icon's DOM element.
|
||||||
*/
|
*/
|
||||||
dropdownIcon?: CascadeSelectPassThroughOptionType;
|
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.
|
* 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.
|
* Uses to pass attributes to the search result message text aria's DOM element.
|
||||||
*/
|
*/
|
||||||
hiddenSearchResult?: CascadeSelectPassThroughOptionType;
|
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