Refactor #5437 - For OrderList

This commit is contained in:
tugcekucukoglu 2024-03-21 16:20:49 +03:00
parent 007ed56d06
commit 2ac69c31f8
6 changed files with 118 additions and 421 deletions

View file

@ -46,30 +46,14 @@ export default {
type: Boolean,
default: false
},
severity: {
type: String,
default: null
},
tabindex: {
type: Number,
default: 0
},
listProps: {
type: null,
default: null
},
moveUpButtonProps: {
type: null,
default: null
},
moveTopButtonProps: {
type: null,
default: null
},
moveDownButtonProps: {
type: null,
default: null
},
moveBottomButtonProps: {
type: null,
default: null
},
ariaLabelledby: {
type: String,
default: null