mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Refactor #5437 - for OrderList / PickList
This commit is contained in:
parent
9622a2b564
commit
1a23863638
6 changed files with 133 additions and 31 deletions
|
@ -54,9 +54,43 @@ export default {
|
|||
type: Boolean,
|
||||
default: true
|
||||
},
|
||||
severity: {
|
||||
type: String,
|
||||
default: 'secondary'
|
||||
buttonProps: {
|
||||
type: Object,
|
||||
default() {
|
||||
return { severity: 'secondary' };
|
||||
}
|
||||
},
|
||||
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,
|
||||
default: null
|
||||
},
|
||||
tabindex: {
|
||||
type: Number,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue