From 4dba5277d691390bdfab5bf8838026dd75999e8c Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Thu, 21 Mar 2024 16:21:01 +0300 Subject: [PATCH] Refactor #5437 - For PickList --- components/lib/picklist/BasePickList.vue | 40 +- components/lib/picklist/PickList.vue | 497 ++++-------------- .../lib/picklist/style/PickListStyle.js | 8 +- 3 files changed, 112 insertions(+), 433 deletions(-) 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 @@
- + + + +
-
- -
- -