From 981573b5b00cdb47cd9f2bbd002735ccc0c362fc Mon Sep 17 00:00:00 2001 From: Sarah Abouzainah Date: Tue, 15 Dec 2020 02:15:46 +0200 Subject: Add CDS version and apply minor css style changes Issue-ID: CCSDK-2292 Signed-off-by: Sarah Abouzainah Change-Id: Ie06a5d6fa3e0e52aad50ef5ce501b324f39ab2b1 --- .../configuration-dashboard.component.html | 329 ++++++++++----------- .../configuration-dashboard.component.ts | 14 +- .../action-attributes.component.html | 2 +- .../packages/designer/designer.component.css | 32 +- .../packages/designer/designer.component.html | 7 +- .../packages/designer/designer.component.ts | 10 +- .../functions-attribute.component.html | 13 +- .../source-view/source-view.component.html | 14 +- .../dsl-definitions-tab.component.html | 6 +- .../metadata-tab/metadata-tab.component.html | 2 +- .../package-creation.component.html | 2 + .../package-creation/package-creation.component.ts | 4 +- .../templ-mapp-creation.component.html | 2 +- .../filter-by-tags/filter-by-tags.component.html | 17 +- .../filter-by-tags/filter-by-tags.component.ts | 2 +- .../import-package/import-package.component.html | 4 +- .../import-package/import-package.component.ts | 8 +- .../package-list/package-list.component.html | 2 +- .../package-list/package-list.component.ts | 4 +- .../packages-dashboard.component.html | 1 + .../packages-header/packages-header.component.html | 2 + .../shared-modules/header/header.component.html | 3 +- cds-ui/designer-client/src/styles.css | 35 ++- 23 files changed, 256 insertions(+), 259 deletions(-) (limited to 'cds-ui/designer-client/src') diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html b/cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html index 305ffa6f3..3efc68838 100644 --- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html @@ -18,6 +18,8 @@ --> + + - - -
- +
@@ -91,7 +90,7 @@ Save @@ -108,7 +107,7 @@ + (click)="downloadPackage(viewedPackage.artifactName,viewedPackage.artifactVersion)"> Download @@ -118,7 +117,6 @@ Delete
-
@@ -149,19 +147,19 @@
@@ -628,11 +606,10 @@
+ class="custom-control-input" + id="customControlValidation5" required> + for="customControlValidation5">config-assign1
@@ -640,11 +617,10 @@
+ class="custom-control-input" + id="customControlValidation5" required> + for="customControlValidation5">config-assign1
@@ -661,30 +637,30 @@ @@ -221,20 +223,21 @@
diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/source-view/source-view.component.html b/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/source-view/source-view.component.html index 1042024f3..30f657d12 100644 --- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/source-view/source-view.component.html +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/source-view/source-view.component.html @@ -126,24 +126,23 @@ - - +
- +
@@ -157,4 +156,5 @@ [theme]="'tomorrow_night_bright'" #editor style="height:500px"> - \ No newline at end of file + +
\ No newline at end of file diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/dsl-definitions-tab/dsl-definitions-tab.component.html b/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/dsl-definitions-tab/dsl-definitions-tab.component.html index e93ee72ca..51cf9f974 100644 --- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/dsl-definitions-tab/dsl-definitions-tab.component.html +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/dsl-definitions-tab/dsl-definitions-tab.component.html @@ -1,10 +1,10 @@
    -
  • To add new property:
  • +
  • To add new dsl_definitions:
  • 1. Use Copy and paste option or
  • -
  • 2. Write them manually
  • +
  • 2. Write them manually in the editor below
+ [durationBeforeCallback]="1000" (textChanged)="textChanged($event)" [theme]="'eclipse'" #editor style="height:340px;"> diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/metadata-tab/metadata-tab.component.html b/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/metadata-tab/metadata-tab.component.html index e011d47cd..cca0dbcc1 100644 --- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/metadata-tab/metadata-tab.component.html +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/metadata-tab/metadata-tab.component.html @@ -61,7 +61,7 @@
- +
diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/package-creation.component.html b/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/package-creation.component.html index fb21d3bd7..238906e2b 100644 --- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/package-creation.component.html +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/package-creation.component.html @@ -14,6 +14,8 @@