mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
parent
a8f3e2d5e3
commit
a42abd68a0
11 changed files with 53 additions and 7 deletions
11
components/lib/cascadeselect/CascadeSelect.d.ts
vendored
11
components/lib/cascadeselect/CascadeSelect.d.ts
vendored
|
@ -116,14 +116,17 @@ export interface CascadeSelectProps {
|
|||
loading?: boolean | undefined;
|
||||
/**
|
||||
* Icon to display in the dropdown.
|
||||
* @deprecated since v3.27.0. Use 'dropdownicon' slot.
|
||||
*/
|
||||
dropdownIcon?: string | undefined;
|
||||
/**
|
||||
* Icon to display in loading state.
|
||||
* @deprecated since v3.27.0. Use 'loadingicon' slot.
|
||||
*/
|
||||
loadingIcon?: string | undefined;
|
||||
/**
|
||||
* Icon to display in the option group.
|
||||
* @deprecated since v3.27.0. Use 'optiongroupicon' slot.
|
||||
*/
|
||||
optionGroupIcon?: string | undefined;
|
||||
/**
|
||||
|
@ -211,6 +214,14 @@ export interface CascadeSelectSlots {
|
|||
* Custom indicator template.
|
||||
*/
|
||||
indicator(): VNode[];
|
||||
/**
|
||||
* Custom dropdown icon template.
|
||||
*/
|
||||
dropdownicon(): VNode[];
|
||||
/**
|
||||
* Custom loading icon template.
|
||||
*/
|
||||
loadingicon(): VNode[];
|
||||
/**
|
||||
* Custom option group icon template.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue