Refactor #5437 - For PickList

This commit is contained in:
tugcekucukoglu 2024-03-21 16:21:01 +03:00
parent 2ac69c31f8
commit 4dba5277d6
3 changed files with 112 additions and 433 deletions

View file

@ -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: {