mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
parent
5017cedd0b
commit
fba52967d1
3 changed files with 150 additions and 22 deletions
32
components/lib/picklist/PickList.d.ts
vendored
32
components/lib/picklist/PickList.d.ts
vendored
|
@ -236,6 +236,38 @@ export interface PickListSlots {
|
|||
* Custom target controls end template.
|
||||
*/
|
||||
targetcontrolsend(): VNode[];
|
||||
/**
|
||||
* Custom move up icon template.
|
||||
*/
|
||||
moveupicon(): VNode[];
|
||||
/**
|
||||
* Custom move top icon template.
|
||||
*/
|
||||
movetopicon(): VNode[];
|
||||
/**
|
||||
* Custom move down icon template.
|
||||
*/
|
||||
movedownicon(): VNode[];
|
||||
/**
|
||||
* Custom move bottom icon template.
|
||||
*/
|
||||
movebottomicon(): VNode[];
|
||||
/**
|
||||
* Custom move to target icon template.
|
||||
*/
|
||||
movetotargeticon(): VNode[];
|
||||
/**
|
||||
* Custom move all to target icon template.
|
||||
*/
|
||||
movealltotargeticon(): VNode[];
|
||||
/**
|
||||
* Custom move to source icon template.
|
||||
*/
|
||||
movetosourceicon(): VNode[];
|
||||
/**
|
||||
* Custom move all to source icon template.
|
||||
*/
|
||||
movealltosourceicon(): VNode[];
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue