From 661d7a5acca219bb7c6196dfb2ef934c70d1f144 Mon Sep 17 00:00:00 2001 From: Sarah Abouzainah Date: Wed, 30 Sep 2020 14:53:50 +0200 Subject: Add Reuired and Optional checkbox to mapping table Issue-ID: CCSDK-2795 Signed-off-by: Sarah Abouzainah Change-Id: I81f5a1f7da38ca44ade8d14ffffde209a4e05eee --- cds-ui/designer-client/package-lock.json | 6 ++++++ .../templ-mapp-creation.component.html | 7 +++++++ cds-ui/designer-client/src/styles.css | 24 +++++++++++++++++++++- 3 files changed, 36 insertions(+), 1 deletion(-) (limited to 'cds-ui') diff --git a/cds-ui/designer-client/package-lock.json b/cds-ui/designer-client/package-lock.json index 6ee937186..14feaad08 100644 --- a/cds-ui/designer-client/package-lock.json +++ b/cds-ui/designer-client/package-lock.json @@ -10941,6 +10941,12 @@ } } }, + "sonar-scanner": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/sonar-scanner/-/sonar-scanner-3.1.0.tgz", + "integrity": "sha1-UcHBEB9UuYq8XYVlIJsdkjKXk0M=", + "dev": true + }, "sort-keys": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-1.1.2.tgz", diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/template-mapping/templ-mapp-creation/templ-mapp-creation.component.html b/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/template-mapping/templ-mapp-creation/templ-mapp-creation.component.html index 870770ac5..3cac1edd5 100644 --- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/template-mapping/templ-mapp-creation/templ-mapp-creation.component.html +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/template-mapping/templ-mapp-creation/templ-mapp-creation.component.html @@ -170,6 +170,13 @@ (click)="selectProp(dict.name)"> --> +
+ + +
+