mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Refactor #5437 - For PickList
This commit is contained in:
parent
2ac69c31f8
commit
4dba5277d6
3 changed files with 112 additions and 433 deletions
|
@ -54,44 +54,8 @@ export default {
|
|||
type: Boolean,
|
||||
default: true
|
||||
},
|
||||
targetListProps: {
|
||||
type: null,
|
||||
default: null
|
||||
},
|
||||
sourceListProps: {
|
||||
type: null,
|
||||
default: null
|
||||
},
|
||||
moveUpButtonProps: {
|
||||
type: null,
|
||||
default: null
|
||||
},
|
||||
moveTopButtonProps: {
|
||||
type: null,
|
||||
default: null
|
||||
},
|
||||
moveDownButtonProps: {
|
||||
type: null,
|
||||
default: null
|
||||
},
|
||||
moveBottomButtonProps: {
|
||||
type: null,
|
||||
default: null
|
||||
},
|
||||
moveToTargetProps: {
|
||||
type: null,
|
||||
default: null
|
||||
},
|
||||
moveAllToTargetProps: {
|
||||
type: null,
|
||||
default: null
|
||||
},
|
||||
moveToSourceProps: {
|
||||
type: null,
|
||||
default: null
|
||||
},
|
||||
moveAllToSourceProps: {
|
||||
type: null,
|
||||
severity: {
|
||||
type: String,
|
||||
default: null
|
||||
},
|
||||
tabindex: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue