diff --git a/components/lib/picklist/BasePickList.vue b/components/lib/picklist/BasePickList.vue index 468f4bdbd..9a5f22317 100644 --- a/components/lib/picklist/BasePickList.vue +++ b/components/lib/picklist/BasePickList.vue @@ -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: { diff --git a/components/lib/picklist/PickList.vue b/components/lib/picklist/PickList.vue index 3bcd65978..5f2376e43 100755 --- a/components/lib/picklist/PickList.vue +++ b/components/lib/picklist/PickList.vue @@ -2,183 +2,160 @@
- + + + +
-
- -
- -