Refactor #5437 - for OrderList / PickList

This commit is contained in:
tugcekucukoglu 2024-03-25 16:02:23 +03:00
parent 9622a2b564
commit 1a23863638
6 changed files with 133 additions and 31 deletions

View file

@ -46,9 +46,27 @@ export default {
type: Boolean,
default: false
},
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
},
tabindex: {
type: Number,