From 705d8228d980f8a17396a5bce92c4a57b5b6abc6 Mon Sep 17 00:00:00 2001 From: Sarah Abouzainah Date: Mon, 2 Nov 2020 15:58:49 +0200 Subject: HTML: Add Attributes from Function - Modal Issue-ID: CCSDK-2779 Signed-off-by: Sarah Abouzainah Change-Id: I8f10cedad7ee88c658206ab31c69b564af470a7c --- cds-ui/designer-client/angular.json | 6 +- .../action-attributes.component.html | 224 ++++++++++++++++----- .../packages/designer/designer.component.css | 83 ++++++++ .../packages/designer/designer.component.html | 55 +++-- .../filter-by-tags/filter-by-tags.component.html | 25 ++- .../src/assets/icomoon/fonts/icomoon.eot | Bin 25056 -> 30204 bytes .../src/assets/icomoon/fonts/icomoon.svg | 5 + .../src/assets/icomoon/fonts/icomoon.ttf | Bin 24892 -> 30040 bytes .../src/assets/icomoon/fonts/icomoon.woff | Bin 24972 -> 30120 bytes .../designer-client/src/assets/icomoon/style.css | 30 ++- cds-ui/designer-client/src/styles.css | 9 + 11 files changed, 342 insertions(+), 95 deletions(-) diff --git a/cds-ui/designer-client/angular.json b/cds-ui/designer-client/angular.json index 59ad17a7a..9c6f59ec1 100644 --- a/cds-ui/designer-client/angular.json +++ b/cds-ui/designer-client/angular.json @@ -82,8 +82,8 @@ }, { "type": "anyComponentStyle", - "maximumWarning": "16kb", - "maximumError": "20kb" + "maximumWarning": "25kb", + "maximumError": "30kb" } ] } @@ -155,4 +155,4 @@ } }, "defaultProject": "designer-client" -} \ No newline at end of file +} 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 ccf9ce072..ff097111a 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 @@ -14,13 +14,14 @@
+ class="btn btn-secondary"> Custom Attribute
- + Function Attribute
@@ -32,7 +33,7 @@

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

@@ -80,9 +82,9 @@
@@ -95,14 +97,14 @@