From 4dd2f9d159e12e888e4e6dd9dda245e296e38b98 Mon Sep 17 00:00:00 2001 From: ShaabanEltanany Date: Mon, 26 Oct 2020 13:46:14 +0200 Subject: adding inputs and outputs to entry definition (Designer) Issue-ID: CCSDK-2943 Signed-off-by: ShaabanEltanany Change-Id: Iffd5c80ecf3fa35b21ab14b8c70308e0d3ee2a50 --- .../action-attributes.component.html | 110 +++++++++++---------- .../action-attributes.component.ts | 67 ++++++++++--- .../designer/action-attributes/models/Action.ts | 5 + .../packages/designer/designer.component.html | 54 +++++----- .../packages/designer/designer.component.ts | 13 ++- .../packages/designer/designer.store.ts | 41 ++++---- .../designer/model/designer.dashboard.state.ts | 4 +- .../package-list/package-list.component.ts | 2 +- 8 files changed, 177 insertions(+), 119 deletions(-) create mode 100644 cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/action-attributes/models/Action.ts (limited to 'cds-ui') diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/action-attributes/action-attributes.component.html b/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/action-attributes/action-attributes.component.html index f7ba40ce1..d23628bc7 100644 --- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/action-attributes/action-attributes.component.html +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/action-attributes/action-attributes.component.html @@ -3,7 +3,7 @@
- +
@@ -14,13 +14,13 @@
+ class="btn btn-secondary"> Custom Attribute
+ aria-hidden="true"> Function Attribute
@@ -32,7 +32,7 @@

@@ -44,15 +44,15 @@
+ class="accordion-delete editAttribute" tooltip="Edit Attribute" + placement="bottom"> + placement="bottom">
@@ -67,7 +67,7 @@

@@ -79,10 +79,10 @@
@@ -95,14 +95,14 @@