mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #4124 - PickList pt context improvements
This commit is contained in:
parent
919c53885c
commit
f7d4ba1d2d
3 changed files with 6 additions and 17 deletions
6
components/lib/picklist/PickList.d.ts
vendored
6
components/lib/picklist/PickList.d.ts
vendored
|
@ -139,10 +139,6 @@ export interface PickListPassThroughOptions {
|
|||
* Uses to pass attributes to the source list's DOM element.
|
||||
*/
|
||||
sourceList?: PickListPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the source item's DOM element.
|
||||
*/
|
||||
sourceItem?: PickListPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the buttons' DOM element.
|
||||
*/
|
||||
|
@ -178,7 +174,7 @@ export interface PickListPassThroughOptions {
|
|||
/**
|
||||
* Uses to pass attributes to the target item's DOM element.
|
||||
*/
|
||||
targetItem?: PickListPassThroughOptionType;
|
||||
item?: PickListPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the target controls' DOM element.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue