mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Add Listbox header and remove from OrderList/PickList
This commit is contained in:
parent
fc947d61fa
commit
bb51b40051
7 changed files with 6 additions and 25 deletions
8
components/lib/picklist/PickList.d.ts
vendored
8
components/lib/picklist/PickList.d.ts
vendored
|
@ -172,10 +172,6 @@ export interface PickListPassThroughOptions {
|
|||
* Used to pass attributes to the source wrapper's DOM element.
|
||||
*/
|
||||
sourceWrapper?: PickListPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the source header's DOM element.
|
||||
*/
|
||||
sourceHeader?: PickListPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the source list's DOM element.
|
||||
*/
|
||||
|
@ -204,10 +200,6 @@ export interface PickListPassThroughOptions {
|
|||
* Used to pass attributes to the target wrapper's DOM element.
|
||||
*/
|
||||
targetWrapper?: PickListPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the target header's DOM element.
|
||||
*/
|
||||
targetHeader?: PickListPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the target list's DOM element.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue