diff options
author | Ahmed Abbas <ahmad.helmy@orange.com> | 2019-12-05 15:50:20 +0200 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2019-12-06 19:40:45 +0000 |
commit | 1b8623b4cf3e5ddf8eb3e9a6fd38cb3982eeb94f (patch) | |
tree | 77774771b75be8cdfdc2205ffbb16449222430f6 | |
parent | ea84b36447601d0d6a633ae708b72c6aaae6dc67 (diff) |
rename ui project from client-franfurt to designer-client
Issue-ID: CCSDK-1981
Signed-off-by: Ahmed Abbas <ahmad.helmy@orange.com>
Change-Id: Ic53ea9cf4a48d0ba60f91aa27960e05c77ae9b07
-rw-r--r-- | cds-ui/designer-client/README.md (renamed from cds-ui/client-frankfurt/README.md) | 2 | ||||
-rw-r--r-- | cds-ui/designer-client/angular.json (renamed from cds-ui/client-frankfurt/angular.json) | 16 | ||||
-rw-r--r-- | cds-ui/designer-client/browserslist (renamed from cds-ui/client-frankfurt/browserslist) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/e2e/protractor.conf.js (renamed from cds-ui/client-frankfurt/e2e/protractor.conf.js) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/e2e/src/app.e2e-spec.ts (renamed from cds-ui/client-frankfurt/e2e/src/app.e2e-spec.ts) | 2 | ||||
-rw-r--r-- | cds-ui/designer-client/e2e/src/app.po.ts (renamed from cds-ui/client-frankfurt/e2e/src/app.po.ts) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/e2e/tsconfig.json (renamed from cds-ui/client-frankfurt/e2e/tsconfig.json) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/karma.conf.js (renamed from cds-ui/client-frankfurt/karma.conf.js) | 2 | ||||
-rw-r--r-- | cds-ui/designer-client/package.json (renamed from cds-ui/client-frankfurt/package.json) | 2 | ||||
-rw-r--r-- | cds-ui/designer-client/proxy.conf.json (renamed from cds-ui/client-frankfurt/proxy.conf.json) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/app/app-routing.module.ts (renamed from cds-ui/client-frankfurt/src/app/app-routing.module.ts) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/app/app.component.css (renamed from cds-ui/client-frankfurt/src/app/app.component.css) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/app/app.component.html (renamed from cds-ui/client-frankfurt/src/app/app.component.html) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/app/app.component.spec.ts (renamed from cds-ui/client-frankfurt/src/app/app.component.spec.ts) | 6 | ||||
-rw-r--r-- | cds-ui/designer-client/src/app/app.component.ts (renamed from cds-ui/client-frankfurt/src/app/app.component.ts) | 2 | ||||
-rw-r--r-- | cds-ui/designer-client/src/app/app.module.ts (renamed from cds-ui/client-frankfurt/src/app/app.module.ts) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/app/common/constants/app-constants.ts (renamed from cds-ui/client-frankfurt/src/app/common/constants/app-constants.ts) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/app/common/core/services/api.service.ts (renamed from cds-ui/client-frankfurt/src/app/common/core/services/api.service.ts) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/app/common/core/services/api.typed.service.ts (renamed from cds-ui/client-frankfurt/src/app/common/core/services/api.typed.service.ts) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/app/common/core/stores/Store.ts (renamed from cds-ui/client-frankfurt/src/app/common/core/stores/Store.ts) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/app/common/model/page.ts (renamed from cds-ui/client-frankfurt/src/app/common/model/page.ts) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/app/modules/feature-modules/packages/blueprint.page.mock.ts (renamed from cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/blueprint.page.mock.ts) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.css (renamed from cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/designer/designer.component.css) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.html (renamed from cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/designer/designer.component.html) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.spec.ts (renamed from cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/designer/designer.component.spec.ts) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.ts (renamed from cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/designer/designer.component.ts) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/app/modules/feature-modules/packages/model/BluePrint.model.ts (renamed from cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/model/BluePrint.model.ts) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/app/modules/feature-modules/packages/model/packages-dashboard.state.ts (renamed from cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/model/packages-dashboard.state.ts) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/filter-by-tags/filter-by-tags.component.css (renamed from cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/filter-by-tags/filter-by-tags.component.css) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/filter-by-tags/filter-by-tags.component.html (renamed from cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/filter-by-tags/filter-by-tags.component.html) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/filter-by-tags/filter-by-tags.component.spec.ts (renamed from cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/filter-by-tags/filter-by-tags.component.spec.ts) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/filter-by-tags/filter-by-tags.component.ts (renamed from cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/filter-by-tags/filter-by-tags.component.ts) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.css (renamed from cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.css) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.html (renamed from cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.html) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.spec.ts (renamed from cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.spec.ts) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.ts (renamed from cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.ts) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-pagination/package-pagination.component.css (renamed from cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/package-pagination/package-pagination.component.css) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-pagination/package-pagination.component.html (renamed from cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/package-pagination/package-pagination.component.html) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-pagination/package-pagination.component.spec.ts (renamed from cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/package-pagination/package-pagination.component.spec.ts) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-pagination/package-pagination.component.ts (renamed from cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/package-pagination/package-pagination.component.ts) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/packages-dahsboard.component.spec.ts (renamed from cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/packages-dahsboard.component.spec.ts) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/packages-dashboard.component.css (renamed from cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/packages-dashboard.component.css) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/packages-dashboard.component.html (renamed from cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/packages-dashboard.component.html) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/packages-dashboard.component.ts (renamed from cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/packages-dashboard.component.ts) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/search-by-packages/search-by-packages.component.css (renamed from cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/search-by-packages/search-by-packages.component.css) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/search-by-packages/search-by-packages.component.html (renamed from cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/search-by-packages/search-by-packages.component.html) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/search-by-packages/search-by-packages.component.spec.ts (renamed from cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/search-by-packages/search-by-packages.component.spec.ts) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/search-by-packages/search-by-packages.component.ts (renamed from cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/search-by-packages/search-by-packages.component.ts) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-list.service.ts (renamed from cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-list.service.ts) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/app/modules/feature-modules/packages/packages.module.ts (renamed from cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages.module.ts) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/app/modules/feature-modules/packages/packages.routing.module.ts (renamed from cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages.routing.module.ts) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/app/modules/feature-modules/packages/packages.store.spec.ts (renamed from cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages.store.spec.ts) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/app/modules/feature-modules/packages/packages.store.ts (renamed from cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages.store.ts) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/app/modules/shared-modules/header/header.component.css (renamed from cds-ui/client-frankfurt/src/app/modules/shared-modules/header/header.component.css) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/app/modules/shared-modules/header/header.component.html (renamed from cds-ui/client-frankfurt/src/app/modules/shared-modules/header/header.component.html) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/app/modules/shared-modules/header/header.component.spec.ts (renamed from cds-ui/client-frankfurt/src/app/modules/shared-modules/header/header.component.spec.ts) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/app/modules/shared-modules/header/header.component.ts (renamed from cds-ui/client-frankfurt/src/app/modules/shared-modules/header/header.component.ts) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/app/modules/shared-modules/shared-modules.module.ts (renamed from cds-ui/client-frankfurt/src/app/modules/shared-modules/shared-modules.module.ts) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/assets/.gitkeep (renamed from cds-ui/client-frankfurt/src/assets/.gitkeep) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/assets/css/bootstrap.min.css (renamed from cds-ui/client-frankfurt/src/assets/css/bootstrap.min.css) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/assets/css/designer.css (renamed from cds-ui/client-frankfurt/src/assets/css/designer.css) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/assets/css/font-awesome.min.css (renamed from cds-ui/client-frankfurt/src/assets/css/font-awesome.min.css) | 0 | ||||
-rwxr-xr-x | cds-ui/designer-client/src/assets/css/orangeHelvetica.css (renamed from cds-ui/client-frankfurt/src/assets/css/orangeHelvetica.css) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/assets/css/style1.css (renamed from cds-ui/client-frankfurt/src/assets/css/style1.css) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/assets/css/style2.css (renamed from cds-ui/client-frankfurt/src/assets/css/style2.css) | 0 | ||||
-rwxr-xr-x | cds-ui/designer-client/src/assets/fonts/HelvNeue55_W1G.eot (renamed from cds-ui/client-frankfurt/src/assets/fonts/HelvNeue55_W1G.eot) | bin | 39193 -> 39193 bytes | |||
-rwxr-xr-x | cds-ui/designer-client/src/assets/fonts/HelvNeue55_W1G.svg (renamed from cds-ui/client-frankfurt/src/assets/fonts/HelvNeue55_W1G.svg) | 0 | ||||
-rwxr-xr-x | cds-ui/designer-client/src/assets/fonts/HelvNeue55_W1G.ttf (renamed from cds-ui/client-frankfurt/src/assets/fonts/HelvNeue55_W1G.ttf) | bin | 88172 -> 88172 bytes | |||
-rwxr-xr-x | cds-ui/designer-client/src/assets/fonts/HelvNeue55_W1G.woff (renamed from cds-ui/client-frankfurt/src/assets/fonts/HelvNeue55_W1G.woff) | bin | 48038 -> 48038 bytes | |||
-rwxr-xr-x | cds-ui/designer-client/src/assets/fonts/HelvNeue55_W1G.woff2 (renamed from cds-ui/client-frankfurt/src/assets/fonts/HelvNeue55_W1G.woff2) | bin | 38000 -> 38000 bytes | |||
-rwxr-xr-x | cds-ui/designer-client/src/assets/fonts/HelvNeue75_W1G.eot (renamed from cds-ui/client-frankfurt/src/assets/fonts/HelvNeue75_W1G.eot) | bin | 39324 -> 39324 bytes | |||
-rwxr-xr-x | cds-ui/designer-client/src/assets/fonts/HelvNeue75_W1G.svg (renamed from cds-ui/client-frankfurt/src/assets/fonts/HelvNeue75_W1G.svg) | 0 | ||||
-rwxr-xr-x | cds-ui/designer-client/src/assets/fonts/HelvNeue75_W1G.ttf (renamed from cds-ui/client-frankfurt/src/assets/fonts/HelvNeue75_W1G.ttf) | bin | 85816 -> 85816 bytes | |||
-rwxr-xr-x | cds-ui/designer-client/src/assets/fonts/HelvNeue75_W1G.woff (renamed from cds-ui/client-frankfurt/src/assets/fonts/HelvNeue75_W1G.woff) | bin | 47987 -> 47987 bytes | |||
-rwxr-xr-x | cds-ui/designer-client/src/assets/fonts/HelvNeue75_W1G.woff2 (renamed from cds-ui/client-frankfurt/src/assets/fonts/HelvNeue75_W1G.woff2) | bin | 37996 -> 37996 bytes | |||
-rwxr-xr-x | cds-ui/designer-client/src/assets/fonts/icon-orange.eot (renamed from cds-ui/client-frankfurt/src/assets/fonts/icon-orange.eot) | bin | 389532 -> 389532 bytes | |||
-rwxr-xr-x | cds-ui/designer-client/src/assets/fonts/icon-orange.svg (renamed from cds-ui/client-frankfurt/src/assets/fonts/icon-orange.svg) | 0 | ||||
-rwxr-xr-x | cds-ui/designer-client/src/assets/fonts/icon-orange.ttf (renamed from cds-ui/client-frankfurt/src/assets/fonts/icon-orange.ttf) | bin | 389372 -> 389372 bytes | |||
-rwxr-xr-x | cds-ui/designer-client/src/assets/fonts/icon-orange.woff (renamed from cds-ui/client-frankfurt/src/assets/fonts/icon-orange.woff) | bin | 389448 -> 389448 bytes | |||
-rwxr-xr-x | cds-ui/designer-client/src/assets/fonts/icon-orange.woff2 (renamed from cds-ui/client-frankfurt/src/assets/fonts/icon-orange.woff2) | bin | 165812 -> 165812 bytes | |||
-rw-r--r-- | cds-ui/designer-client/src/assets/img/favicon/android-chrome-192x192.png (renamed from cds-ui/client-frankfurt/src/assets/img/favicon/android-chrome-192x192.png) | bin | 12178 -> 12178 bytes | |||
-rw-r--r-- | cds-ui/designer-client/src/assets/img/favicon/android-chrome-512x512.png (renamed from cds-ui/client-frankfurt/src/assets/img/favicon/android-chrome-512x512.png) | bin | 37218 -> 37218 bytes | |||
-rw-r--r-- | cds-ui/designer-client/src/assets/img/favicon/apple-touch-icon.png (renamed from cds-ui/client-frankfurt/src/assets/img/favicon/apple-touch-icon.png) | bin | 11490 -> 11490 bytes | |||
-rw-r--r-- | cds-ui/designer-client/src/assets/img/favicon/browserconfig.xml (renamed from cds-ui/client-frankfurt/src/assets/img/favicon/browserconfig.xml) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/assets/img/favicon/favicon-16x16.png (renamed from cds-ui/client-frankfurt/src/assets/img/favicon/favicon-16x16.png) | bin | 1217 -> 1217 bytes | |||
-rw-r--r-- | cds-ui/designer-client/src/assets/img/favicon/favicon-32x32.png (renamed from cds-ui/client-frankfurt/src/assets/img/favicon/favicon-32x32.png) | bin | 2069 -> 2069 bytes | |||
-rw-r--r-- | cds-ui/designer-client/src/assets/img/favicon/favicon.ico (renamed from cds-ui/client-frankfurt/src/assets/img/favicon/favicon.ico) | bin | 15086 -> 15086 bytes | |||
-rw-r--r-- | cds-ui/designer-client/src/assets/img/favicon/mstile-150x150.png (renamed from cds-ui/client-frankfurt/src/assets/img/favicon/mstile-150x150.png) | bin | 8822 -> 8822 bytes | |||
-rw-r--r-- | cds-ui/designer-client/src/assets/img/favicon/safari-pinned-tab.svg (renamed from cds-ui/client-frankfurt/src/assets/img/favicon/safari-pinned-tab.svg) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/assets/img/favicon/site.webmanifest (renamed from cds-ui/client-frankfurt/src/assets/img/favicon/site.webmanifest) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/assets/img/icon-add-hover.svg (renamed from cds-ui/client-frankfurt/src/assets/img/icon-add-hover.svg) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/assets/img/icon-add.svg (renamed from cds-ui/client-frankfurt/src/assets/img/icon-add.svg) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/assets/img/icon-addPackage.svg (renamed from cds-ui/client-frankfurt/src/assets/img/icon-addPackage.svg) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/assets/img/icon-archive-sm.svg (renamed from cds-ui/client-frankfurt/src/assets/img/icon-archive-sm.svg) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/assets/img/icon-btn-card-config.svg (renamed from cds-ui/client-frankfurt/src/assets/img/icon-btn-card-config.svg) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/assets/img/icon-btn-card-topology.svg (renamed from cds-ui/client-frankfurt/src/assets/img/icon-btn-card-topology.svg) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/assets/img/icon-clone-sm.svg (renamed from cds-ui/client-frankfurt/src/assets/img/icon-clone-sm.svg) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/assets/img/icon-close.svg (renamed from cds-ui/client-frankfurt/src/assets/img/icon-close.svg) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/assets/img/icon-comType1-sm.svg (renamed from cds-ui/client-frankfurt/src/assets/img/icon-comType1-sm.svg) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/assets/img/icon-comType1.svg (renamed from cds-ui/client-frankfurt/src/assets/img/icon-comType1.svg) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/assets/img/icon-comType2-sm.svg (renamed from cds-ui/client-frankfurt/src/assets/img/icon-comType2-sm.svg) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/assets/img/icon-comType2.svg (renamed from cds-ui/client-frankfurt/src/assets/img/icon-comType2.svg) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/assets/img/icon-comType3-sm.svg (renamed from cds-ui/client-frankfurt/src/assets/img/icon-comType3-sm.svg) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/assets/img/icon-comType3.svg (renamed from cds-ui/client-frankfurt/src/assets/img/icon-comType3.svg) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/assets/img/icon-comType4-sm.svg (renamed from cds-ui/client-frankfurt/src/assets/img/icon-comType4-sm.svg) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/assets/img/icon-create-white.svg (renamed from cds-ui/client-frankfurt/src/assets/img/icon-create-white.svg) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/assets/img/icon-delete-sm.svg (renamed from cds-ui/client-frankfurt/src/assets/img/icon-delete-sm.svg) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/assets/img/icon-deploy.svg (renamed from cds-ui/client-frankfurt/src/assets/img/icon-deploy.svg) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/assets/img/icon-drag.svg (renamed from cds-ui/client-frankfurt/src/assets/img/icon-drag.svg) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/assets/img/icon-edit.svg (renamed from cds-ui/client-frankfurt/src/assets/img/icon-edit.svg) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/assets/img/icon-import-blue.svg (renamed from cds-ui/client-frankfurt/src/assets/img/icon-import-blue.svg) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/assets/img/icon-menuDots.svg (renamed from cds-ui/client-frankfurt/src/assets/img/icon-menuDots.svg) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/assets/img/icon-nav-dictionary.svg (renamed from cds-ui/client-frankfurt/src/assets/img/icon-nav-dictionary.svg) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/assets/img/icon-nav-packages.svg (renamed from cds-ui/client-frankfurt/src/assets/img/icon-nav-packages.svg) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/assets/img/icon-redo.svg (renamed from cds-ui/client-frankfurt/src/assets/img/icon-redo.svg) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/assets/img/icon-search-light.svg (renamed from cds-ui/client-frankfurt/src/assets/img/icon-search-light.svg) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/assets/img/icon-search.svg (renamed from cds-ui/client-frankfurt/src/assets/img/icon-search.svg) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/assets/img/icon-topologySource.svg (renamed from cds-ui/client-frankfurt/src/assets/img/icon-topologySource.svg) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/assets/img/icon-topologyView-active.svg (renamed from cds-ui/client-frankfurt/src/assets/img/icon-topologyView-active.svg) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/assets/img/icon-undoActive.svg (renamed from cds-ui/client-frankfurt/src/assets/img/icon-undoActive.svg) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/assets/img/icon-zoomIn.svg (renamed from cds-ui/client-frankfurt/src/assets/img/icon-zoomIn.svg) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/assets/img/icon-zoomOut.svg (renamed from cds-ui/client-frankfurt/src/assets/img/icon-zoomOut.svg) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/assets/img/img-user1.jpeg (renamed from cds-ui/client-frankfurt/src/assets/img/img-user1.jpeg) | bin | 25183 -> 25183 bytes | |||
-rw-r--r-- | cds-ui/designer-client/src/assets/img/img-user2.jpg (renamed from cds-ui/client-frankfurt/src/assets/img/img-user2.jpg) | bin | 242904 -> 242904 bytes | |||
-rw-r--r-- | cds-ui/designer-client/src/assets/img/img-user3.jpg (renamed from cds-ui/client-frankfurt/src/assets/img/img-user3.jpg) | bin | 194503 -> 194503 bytes | |||
-rw-r--r-- | cds-ui/designer-client/src/assets/img/img-userProfile.png (renamed from cds-ui/client-frankfurt/src/assets/img/img-userProfile.png) | bin | 1551 -> 1551 bytes | |||
-rw-r--r-- | cds-ui/designer-client/src/assets/img/logo-icon.svg (renamed from cds-ui/client-frankfurt/src/assets/img/logo-icon.svg) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/assets/img/logo-text.svg (renamed from cds-ui/client-frankfurt/src/assets/img/logo-text.svg) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/assets/js/bootstrap.min.js (renamed from cds-ui/client-frankfurt/src/assets/js/bootstrap.min.js) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/assets/js/jquery-3.3.1.slim.min.js (renamed from cds-ui/client-frankfurt/src/assets/js/jquery-3.3.1.slim.min.js) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/assets/js/popper.min.js (renamed from cds-ui/client-frankfurt/src/assets/js/popper.min.js) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/environments/environment.prod.ts (renamed from cds-ui/client-frankfurt/src/environments/environment.prod.ts) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/environments/environment.ts (renamed from cds-ui/client-frankfurt/src/environments/environment.ts) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/favicon.ico (renamed from cds-ui/client-frankfurt/src/favicon.ico) | bin | 948 -> 948 bytes | |||
-rw-r--r-- | cds-ui/designer-client/src/index.html (renamed from cds-ui/client-frankfurt/src/index.html) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/main.ts (renamed from cds-ui/client-frankfurt/src/main.ts) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/polyfills.ts (renamed from cds-ui/client-frankfurt/src/polyfills.ts) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/styles.css (renamed from cds-ui/client-frankfurt/src/styles.css) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/src/test.ts (renamed from cds-ui/client-frankfurt/src/test.ts) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/tsconfig.app.json (renamed from cds-ui/client-frankfurt/tsconfig.app.json) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/tsconfig.json (renamed from cds-ui/client-frankfurt/tsconfig.json) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/tsconfig.spec.json (renamed from cds-ui/client-frankfurt/tsconfig.spec.json) | 0 | ||||
-rw-r--r-- | cds-ui/designer-client/tslint.json (renamed from cds-ui/client-frankfurt/tslint.json) | 0 |
143 files changed, 16 insertions, 16 deletions
diff --git a/cds-ui/client-frankfurt/README.md b/cds-ui/designer-client/README.md index de895422e..444e36963 100644 --- a/cds-ui/client-frankfurt/README.md +++ b/cds-ui/designer-client/README.md @@ -1,4 +1,4 @@ -# ClientFrankfurt +# designer-client This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.3.9. diff --git a/cds-ui/client-frankfurt/angular.json b/cds-ui/designer-client/angular.json index fafa6d775..954ad4ec9 100644 --- a/cds-ui/client-frankfurt/angular.json +++ b/cds-ui/designer-client/angular.json @@ -3,7 +3,7 @@ "version": 1, "newProjectRoot": "projects", "projects": { - "client-frankfurt": { + "designer-client": { "projectType": "application", "schematics": {}, "root": "", @@ -13,7 +13,7 @@ "build": { "builder": "@angular-devkit/build-angular:browser", "options": { - "outputPath": "dist/client-frankfurt", + "outputPath": "dist/designer-client", "index": "src/index.html", "main": "src/main.ts", "polyfills": "src/polyfills.ts", @@ -76,18 +76,18 @@ "serve": { "builder": "@angular-devkit/build-angular:dev-server", "options": { - "browserTarget": "client-frankfurt:build" + "browserTarget": "designer-client:build" }, "configurations": { "production": { - "browserTarget": "client-frankfurt:build:production" + "browserTarget": "designer-client:build:production" } } }, "extract-i18n": { "builder": "@angular-devkit/build-angular:extract-i18n", "options": { - "browserTarget": "client-frankfurt:build" + "browserTarget": "designer-client:build" } }, "test": { @@ -131,16 +131,16 @@ "builder": "@angular-devkit/build-angular:protractor", "options": { "protractorConfig": "e2e/protractor.conf.js", - "devServerTarget": "client-frankfurt:serve" + "devServerTarget": "designer-client:serve" }, "configurations": { "production": { - "devServerTarget": "client-frankfurt:serve:production" + "devServerTarget": "designer-client:serve:production" } } } } } }, - "defaultProject": "client-frankfurt" + "defaultProject": "designer-client" }
\ No newline at end of file diff --git a/cds-ui/client-frankfurt/browserslist b/cds-ui/designer-client/browserslist index 80848532e..80848532e 100644 --- a/cds-ui/client-frankfurt/browserslist +++ b/cds-ui/designer-client/browserslist diff --git a/cds-ui/client-frankfurt/e2e/protractor.conf.js b/cds-ui/designer-client/e2e/protractor.conf.js index 73e4e6806..73e4e6806 100644 --- a/cds-ui/client-frankfurt/e2e/protractor.conf.js +++ b/cds-ui/designer-client/e2e/protractor.conf.js diff --git a/cds-ui/client-frankfurt/e2e/src/app.e2e-spec.ts b/cds-ui/designer-client/e2e/src/app.e2e-spec.ts index 3f88c1b54..e399c42a3 100644 --- a/cds-ui/client-frankfurt/e2e/src/app.e2e-spec.ts +++ b/cds-ui/designer-client/e2e/src/app.e2e-spec.ts @@ -10,7 +10,7 @@ describe('workspace-project App', () => { it('should display welcome message', () => { page.navigateTo(); - expect(page.getTitleText()).toEqual('client-frankfurt app is running!'); + expect(page.getTitleText()).toEqual('designer-client app is running!'); }); afterEach(async () => { diff --git a/cds-ui/client-frankfurt/e2e/src/app.po.ts b/cds-ui/designer-client/e2e/src/app.po.ts index f8bd473c7..f8bd473c7 100644 --- a/cds-ui/client-frankfurt/e2e/src/app.po.ts +++ b/cds-ui/designer-client/e2e/src/app.po.ts diff --git a/cds-ui/client-frankfurt/e2e/tsconfig.json b/cds-ui/designer-client/e2e/tsconfig.json index 39b800f78..39b800f78 100644 --- a/cds-ui/client-frankfurt/e2e/tsconfig.json +++ b/cds-ui/designer-client/e2e/tsconfig.json diff --git a/cds-ui/client-frankfurt/karma.conf.js b/cds-ui/designer-client/karma.conf.js index a0f1a8708..45660e8cb 100644 --- a/cds-ui/client-frankfurt/karma.conf.js +++ b/cds-ui/designer-client/karma.conf.js @@ -16,7 +16,7 @@ module.exports = function (config) { clearContext: false // leave Jasmine Spec Runner output visible in browser }, coverageIstanbulReporter: { - dir: require('path').join(__dirname, './coverage/client-frankfurt'), + dir: require('path').join(__dirname, './coverage/designer-client'), reports: ['html', 'lcovonly', 'text-summary'], fixWebpackSourcePaths: true }, diff --git a/cds-ui/client-frankfurt/package.json b/cds-ui/designer-client/package.json index c4fa1ab62..78e26a4c8 100644 --- a/cds-ui/client-frankfurt/package.json +++ b/cds-ui/designer-client/package.json @@ -1,5 +1,5 @@ { - "name": "client-frankfurt", + "name": "designer-client", "version": "0.0.0", "scripts": { "ng": "ng", diff --git a/cds-ui/client-frankfurt/proxy.conf.json b/cds-ui/designer-client/proxy.conf.json index 11ed26767..11ed26767 100644 --- a/cds-ui/client-frankfurt/proxy.conf.json +++ b/cds-ui/designer-client/proxy.conf.json diff --git a/cds-ui/client-frankfurt/src/app/app-routing.module.ts b/cds-ui/designer-client/src/app/app-routing.module.ts index c6e42cb0b..c6e42cb0b 100644 --- a/cds-ui/client-frankfurt/src/app/app-routing.module.ts +++ b/cds-ui/designer-client/src/app/app-routing.module.ts diff --git a/cds-ui/client-frankfurt/src/app/app.component.css b/cds-ui/designer-client/src/app/app.component.css index e69de29bb..e69de29bb 100644 --- a/cds-ui/client-frankfurt/src/app/app.component.css +++ b/cds-ui/designer-client/src/app/app.component.css diff --git a/cds-ui/client-frankfurt/src/app/app.component.html b/cds-ui/designer-client/src/app/app.component.html index 693dba7c3..693dba7c3 100644 --- a/cds-ui/client-frankfurt/src/app/app.component.html +++ b/cds-ui/designer-client/src/app/app.component.html diff --git a/cds-ui/client-frankfurt/src/app/app.component.spec.ts b/cds-ui/designer-client/src/app/app.component.spec.ts index b015063ad..037b400b6 100644 --- a/cds-ui/client-frankfurt/src/app/app.component.spec.ts +++ b/cds-ui/designer-client/src/app/app.component.spec.ts @@ -41,16 +41,16 @@ describe('AppComponent', () => { expect(app).toBeTruthy(); }); - it(`should have as title 'client-frankfurt'`, () => { + it(`should have as title 'designer-client'`, () => { const fixture = TestBed.createComponent(AppComponent); const app = fixture.debugElement.componentInstance; - expect(app.title).toEqual('client-frankfurt'); + expect(app.title).toEqual('designer-client'); }); it('should render title', () => { const fixture = TestBed.createComponent(AppComponent); fixture.detectChanges(); const compiled = fixture.debugElement.nativeElement; - expect(compiled.querySelector('.content span').textContent).toContain('client-frankfurt app is running!'); + expect(compiled.querySelector('.content span').textContent).toContain('designer-client app is running!'); }); }); diff --git a/cds-ui/client-frankfurt/src/app/app.component.ts b/cds-ui/designer-client/src/app/app.component.ts index f60f622ce..03d91759b 100644 --- a/cds-ui/client-frankfurt/src/app/app.component.ts +++ b/cds-ui/designer-client/src/app/app.component.ts @@ -28,5 +28,5 @@ import { Component } from '@angular/core'; }) export class AppComponent { - title = 'client-frankfurt'; + title = 'designer-client'; } diff --git a/cds-ui/client-frankfurt/src/app/app.module.ts b/cds-ui/designer-client/src/app/app.module.ts index 20b9b4d7b..20b9b4d7b 100644 --- a/cds-ui/client-frankfurt/src/app/app.module.ts +++ b/cds-ui/designer-client/src/app/app.module.ts diff --git a/cds-ui/client-frankfurt/src/app/common/constants/app-constants.ts b/cds-ui/designer-client/src/app/common/constants/app-constants.ts index cfe8061f3..cfe8061f3 100644 --- a/cds-ui/client-frankfurt/src/app/common/constants/app-constants.ts +++ b/cds-ui/designer-client/src/app/common/constants/app-constants.ts diff --git a/cds-ui/client-frankfurt/src/app/common/core/services/api.service.ts b/cds-ui/designer-client/src/app/common/core/services/api.service.ts index de8aab886..de8aab886 100644 --- a/cds-ui/client-frankfurt/src/app/common/core/services/api.service.ts +++ b/cds-ui/designer-client/src/app/common/core/services/api.service.ts diff --git a/cds-ui/client-frankfurt/src/app/common/core/services/api.typed.service.ts b/cds-ui/designer-client/src/app/common/core/services/api.typed.service.ts index 2f3778c1a..2f3778c1a 100644 --- a/cds-ui/client-frankfurt/src/app/common/core/services/api.typed.service.ts +++ b/cds-ui/designer-client/src/app/common/core/services/api.typed.service.ts diff --git a/cds-ui/client-frankfurt/src/app/common/core/stores/Store.ts b/cds-ui/designer-client/src/app/common/core/stores/Store.ts index 1d5b0afc1..1d5b0afc1 100644 --- a/cds-ui/client-frankfurt/src/app/common/core/stores/Store.ts +++ b/cds-ui/designer-client/src/app/common/core/stores/Store.ts diff --git a/cds-ui/client-frankfurt/src/app/common/model/page.ts b/cds-ui/designer-client/src/app/common/model/page.ts index 7c3a0c4f3..7c3a0c4f3 100644 --- a/cds-ui/client-frankfurt/src/app/common/model/page.ts +++ b/cds-ui/designer-client/src/app/common/model/page.ts diff --git a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/blueprint.page.mock.ts b/cds-ui/designer-client/src/app/modules/feature-modules/packages/blueprint.page.mock.ts index 9e0ce71d2..9e0ce71d2 100644 --- a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/blueprint.page.mock.ts +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/blueprint.page.mock.ts diff --git a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/designer/designer.component.css b/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.css index 067d30d7f..067d30d7f 100644 --- a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/designer/designer.component.css +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.css diff --git a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/designer/designer.component.html b/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.html index 991e126c0..991e126c0 100644 --- a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/designer/designer.component.html +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.html diff --git a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/designer/designer.component.spec.ts b/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.spec.ts index 3b767cb81..3b767cb81 100644 --- a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/designer/designer.component.spec.ts +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.spec.ts diff --git a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/designer/designer.component.ts b/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.ts index 547c1e574..547c1e574 100644 --- a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/designer/designer.component.ts +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.ts diff --git a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/model/BluePrint.model.ts b/cds-ui/designer-client/src/app/modules/feature-modules/packages/model/BluePrint.model.ts index 46dab88f8..46dab88f8 100644 --- a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/model/BluePrint.model.ts +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/model/BluePrint.model.ts diff --git a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/model/packages-dashboard.state.ts b/cds-ui/designer-client/src/app/modules/feature-modules/packages/model/packages-dashboard.state.ts index 068e93160..068e93160 100644 --- a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/model/packages-dashboard.state.ts +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/model/packages-dashboard.state.ts diff --git a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/filter-by-tags/filter-by-tags.component.css b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/filter-by-tags/filter-by-tags.component.css index e69de29bb..e69de29bb 100644 --- a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/filter-by-tags/filter-by-tags.component.css +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/filter-by-tags/filter-by-tags.component.css diff --git a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/filter-by-tags/filter-by-tags.component.html b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/filter-by-tags/filter-by-tags.component.html index 6ce3a53a1..6ce3a53a1 100644 --- a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/filter-by-tags/filter-by-tags.component.html +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/filter-by-tags/filter-by-tags.component.html diff --git a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/filter-by-tags/filter-by-tags.component.spec.ts b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/filter-by-tags/filter-by-tags.component.spec.ts index 8285d8962..8285d8962 100644 --- a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/filter-by-tags/filter-by-tags.component.spec.ts +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/filter-by-tags/filter-by-tags.component.spec.ts diff --git a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/filter-by-tags/filter-by-tags.component.ts b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/filter-by-tags/filter-by-tags.component.ts index b4007215a..b4007215a 100644 --- a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/filter-by-tags/filter-by-tags.component.ts +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/filter-by-tags/filter-by-tags.component.ts diff --git a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.css b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.css index e69de29bb..e69de29bb 100644 --- a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.css +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.css diff --git a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.html b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.html index 18428d4b4..18428d4b4 100644 --- a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.html +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.html diff --git a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.spec.ts b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.spec.ts index f45f25996..f45f25996 100644 --- a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.spec.ts +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.spec.ts diff --git a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.ts b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.ts index c7ec0af20..c7ec0af20 100644 --- a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.ts +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.ts diff --git a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/package-pagination/package-pagination.component.css b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-pagination/package-pagination.component.css index e69de29bb..e69de29bb 100644 --- a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/package-pagination/package-pagination.component.css +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-pagination/package-pagination.component.css diff --git a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/package-pagination/package-pagination.component.html b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-pagination/package-pagination.component.html index b5245f757..b5245f757 100644 --- a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/package-pagination/package-pagination.component.html +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-pagination/package-pagination.component.html diff --git a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/package-pagination/package-pagination.component.spec.ts b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-pagination/package-pagination.component.spec.ts index ce7f99f62..ce7f99f62 100644 --- a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/package-pagination/package-pagination.component.spec.ts +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-pagination/package-pagination.component.spec.ts diff --git a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/package-pagination/package-pagination.component.ts b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-pagination/package-pagination.component.ts index 49f91316b..49f91316b 100644 --- a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/package-pagination/package-pagination.component.ts +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-pagination/package-pagination.component.ts diff --git a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/packages-dahsboard.component.spec.ts b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/packages-dahsboard.component.spec.ts index fe156b6cb..fe156b6cb 100644 --- a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/packages-dahsboard.component.spec.ts +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/packages-dahsboard.component.spec.ts diff --git a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/packages-dashboard.component.css b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/packages-dashboard.component.css index e69de29bb..e69de29bb 100644 --- a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/packages-dashboard.component.css +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/packages-dashboard.component.css diff --git a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/packages-dashboard.component.html b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/packages-dashboard.component.html index ac510893b..ac510893b 100644 --- a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/packages-dashboard.component.html +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/packages-dashboard.component.html diff --git a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/packages-dashboard.component.ts b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/packages-dashboard.component.ts index 4e33a9df1..4e33a9df1 100644 --- a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/packages-dashboard.component.ts +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/packages-dashboard.component.ts diff --git a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/search-by-packages/search-by-packages.component.css b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/search-by-packages/search-by-packages.component.css index e69de29bb..e69de29bb 100644 --- a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/search-by-packages/search-by-packages.component.css +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/search-by-packages/search-by-packages.component.css diff --git a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/search-by-packages/search-by-packages.component.html b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/search-by-packages/search-by-packages.component.html index e7c605fd1..e7c605fd1 100644 --- a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/search-by-packages/search-by-packages.component.html +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/search-by-packages/search-by-packages.component.html diff --git a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/search-by-packages/search-by-packages.component.spec.ts b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/search-by-packages/search-by-packages.component.spec.ts index 7e50c55cc..7e50c55cc 100644 --- a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/search-by-packages/search-by-packages.component.spec.ts +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/search-by-packages/search-by-packages.component.spec.ts diff --git a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/search-by-packages/search-by-packages.component.ts b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/search-by-packages/search-by-packages.component.ts index 91304e5c2..91304e5c2 100644 --- a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-dashboard/search-by-packages/search-by-packages.component.ts +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/search-by-packages/search-by-packages.component.ts diff --git a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-list.service.ts b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-list.service.ts index e8a98099c..e8a98099c 100644 --- a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages-list.service.ts +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-list.service.ts diff --git a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages.module.ts b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages.module.ts index f24ae8b00..f24ae8b00 100644 --- a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages.module.ts +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages.module.ts diff --git a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages.routing.module.ts b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages.routing.module.ts index 83044dde5..83044dde5 100644 --- a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages.routing.module.ts +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages.routing.module.ts diff --git a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages.store.spec.ts b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages.store.spec.ts index b091ed90e..b091ed90e 100644 --- a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages.store.spec.ts +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages.store.spec.ts diff --git a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages.store.ts b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages.store.ts index d770bf737..d770bf737 100644 --- a/cds-ui/client-frankfurt/src/app/modules/feature-modules/packages/packages.store.ts +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages.store.ts diff --git a/cds-ui/client-frankfurt/src/app/modules/shared-modules/header/header.component.css b/cds-ui/designer-client/src/app/modules/shared-modules/header/header.component.css index 240f9dfae..240f9dfae 100644 --- a/cds-ui/client-frankfurt/src/app/modules/shared-modules/header/header.component.css +++ b/cds-ui/designer-client/src/app/modules/shared-modules/header/header.component.css diff --git a/cds-ui/client-frankfurt/src/app/modules/shared-modules/header/header.component.html b/cds-ui/designer-client/src/app/modules/shared-modules/header/header.component.html index 541b38d1a..541b38d1a 100644 --- a/cds-ui/client-frankfurt/src/app/modules/shared-modules/header/header.component.html +++ b/cds-ui/designer-client/src/app/modules/shared-modules/header/header.component.html diff --git a/cds-ui/client-frankfurt/src/app/modules/shared-modules/header/header.component.spec.ts b/cds-ui/designer-client/src/app/modules/shared-modules/header/header.component.spec.ts index 2d0479d7d..2d0479d7d 100644 --- a/cds-ui/client-frankfurt/src/app/modules/shared-modules/header/header.component.spec.ts +++ b/cds-ui/designer-client/src/app/modules/shared-modules/header/header.component.spec.ts diff --git a/cds-ui/client-frankfurt/src/app/modules/shared-modules/header/header.component.ts b/cds-ui/designer-client/src/app/modules/shared-modules/header/header.component.ts index 3ee4d0f65..3ee4d0f65 100644 --- a/cds-ui/client-frankfurt/src/app/modules/shared-modules/header/header.component.ts +++ b/cds-ui/designer-client/src/app/modules/shared-modules/header/header.component.ts diff --git a/cds-ui/client-frankfurt/src/app/modules/shared-modules/shared-modules.module.ts b/cds-ui/designer-client/src/app/modules/shared-modules/shared-modules.module.ts index 6b6d39689..6b6d39689 100644 --- a/cds-ui/client-frankfurt/src/app/modules/shared-modules/shared-modules.module.ts +++ b/cds-ui/designer-client/src/app/modules/shared-modules/shared-modules.module.ts diff --git a/cds-ui/client-frankfurt/src/assets/.gitkeep b/cds-ui/designer-client/src/assets/.gitkeep index e69de29bb..e69de29bb 100644 --- a/cds-ui/client-frankfurt/src/assets/.gitkeep +++ b/cds-ui/designer-client/src/assets/.gitkeep diff --git a/cds-ui/client-frankfurt/src/assets/css/bootstrap.min.css b/cds-ui/designer-client/src/assets/css/bootstrap.min.css index 92e3fe871..92e3fe871 100644 --- a/cds-ui/client-frankfurt/src/assets/css/bootstrap.min.css +++ b/cds-ui/designer-client/src/assets/css/bootstrap.min.css diff --git a/cds-ui/client-frankfurt/src/assets/css/designer.css b/cds-ui/designer-client/src/assets/css/designer.css index e69de29bb..e69de29bb 100644 --- a/cds-ui/client-frankfurt/src/assets/css/designer.css +++ b/cds-ui/designer-client/src/assets/css/designer.css diff --git a/cds-ui/client-frankfurt/src/assets/css/font-awesome.min.css b/cds-ui/designer-client/src/assets/css/font-awesome.min.css index 540440ce8..540440ce8 100644 --- a/cds-ui/client-frankfurt/src/assets/css/font-awesome.min.css +++ b/cds-ui/designer-client/src/assets/css/font-awesome.min.css diff --git a/cds-ui/client-frankfurt/src/assets/css/orangeHelvetica.css b/cds-ui/designer-client/src/assets/css/orangeHelvetica.css index b2f0939c8..b2f0939c8 100755 --- a/cds-ui/client-frankfurt/src/assets/css/orangeHelvetica.css +++ b/cds-ui/designer-client/src/assets/css/orangeHelvetica.css diff --git a/cds-ui/client-frankfurt/src/assets/css/style1.css b/cds-ui/designer-client/src/assets/css/style1.css index e69de29bb..e69de29bb 100644 --- a/cds-ui/client-frankfurt/src/assets/css/style1.css +++ b/cds-ui/designer-client/src/assets/css/style1.css diff --git a/cds-ui/client-frankfurt/src/assets/css/style2.css b/cds-ui/designer-client/src/assets/css/style2.css index df65e6753..df65e6753 100644 --- a/cds-ui/client-frankfurt/src/assets/css/style2.css +++ b/cds-ui/designer-client/src/assets/css/style2.css diff --git a/cds-ui/client-frankfurt/src/assets/fonts/HelvNeue55_W1G.eot b/cds-ui/designer-client/src/assets/fonts/HelvNeue55_W1G.eot Binary files differindex 818d20ed3..818d20ed3 100755 --- a/cds-ui/client-frankfurt/src/assets/fonts/HelvNeue55_W1G.eot +++ b/cds-ui/designer-client/src/assets/fonts/HelvNeue55_W1G.eot diff --git a/cds-ui/client-frankfurt/src/assets/fonts/HelvNeue55_W1G.svg b/cds-ui/designer-client/src/assets/fonts/HelvNeue55_W1G.svg index 28057ceff..28057ceff 100755 --- a/cds-ui/client-frankfurt/src/assets/fonts/HelvNeue55_W1G.svg +++ b/cds-ui/designer-client/src/assets/fonts/HelvNeue55_W1G.svg diff --git a/cds-ui/client-frankfurt/src/assets/fonts/HelvNeue55_W1G.ttf b/cds-ui/designer-client/src/assets/fonts/HelvNeue55_W1G.ttf Binary files differindex 007f6d19a..007f6d19a 100755 --- a/cds-ui/client-frankfurt/src/assets/fonts/HelvNeue55_W1G.ttf +++ b/cds-ui/designer-client/src/assets/fonts/HelvNeue55_W1G.ttf diff --git a/cds-ui/client-frankfurt/src/assets/fonts/HelvNeue55_W1G.woff b/cds-ui/designer-client/src/assets/fonts/HelvNeue55_W1G.woff Binary files differindex 79d02e3c5..79d02e3c5 100755 --- a/cds-ui/client-frankfurt/src/assets/fonts/HelvNeue55_W1G.woff +++ b/cds-ui/designer-client/src/assets/fonts/HelvNeue55_W1G.woff diff --git a/cds-ui/client-frankfurt/src/assets/fonts/HelvNeue55_W1G.woff2 b/cds-ui/designer-client/src/assets/fonts/HelvNeue55_W1G.woff2 Binary files differindex 8ad6b5531..8ad6b5531 100755 --- a/cds-ui/client-frankfurt/src/assets/fonts/HelvNeue55_W1G.woff2 +++ b/cds-ui/designer-client/src/assets/fonts/HelvNeue55_W1G.woff2 diff --git a/cds-ui/client-frankfurt/src/assets/fonts/HelvNeue75_W1G.eot b/cds-ui/designer-client/src/assets/fonts/HelvNeue75_W1G.eot Binary files differindex f5a075df8..f5a075df8 100755 --- a/cds-ui/client-frankfurt/src/assets/fonts/HelvNeue75_W1G.eot +++ b/cds-ui/designer-client/src/assets/fonts/HelvNeue75_W1G.eot diff --git a/cds-ui/client-frankfurt/src/assets/fonts/HelvNeue75_W1G.svg b/cds-ui/designer-client/src/assets/fonts/HelvNeue75_W1G.svg index bb5811c01..bb5811c01 100755 --- a/cds-ui/client-frankfurt/src/assets/fonts/HelvNeue75_W1G.svg +++ b/cds-ui/designer-client/src/assets/fonts/HelvNeue75_W1G.svg diff --git a/cds-ui/client-frankfurt/src/assets/fonts/HelvNeue75_W1G.ttf b/cds-ui/designer-client/src/assets/fonts/HelvNeue75_W1G.ttf Binary files differindex 01ebe37bc..01ebe37bc 100755 --- a/cds-ui/client-frankfurt/src/assets/fonts/HelvNeue75_W1G.ttf +++ b/cds-ui/designer-client/src/assets/fonts/HelvNeue75_W1G.ttf diff --git a/cds-ui/client-frankfurt/src/assets/fonts/HelvNeue75_W1G.woff b/cds-ui/designer-client/src/assets/fonts/HelvNeue75_W1G.woff Binary files differindex 96ba6a6fc..96ba6a6fc 100755 --- a/cds-ui/client-frankfurt/src/assets/fonts/HelvNeue75_W1G.woff +++ b/cds-ui/designer-client/src/assets/fonts/HelvNeue75_W1G.woff diff --git a/cds-ui/client-frankfurt/src/assets/fonts/HelvNeue75_W1G.woff2 b/cds-ui/designer-client/src/assets/fonts/HelvNeue75_W1G.woff2 Binary files differindex 81b0c4d35..81b0c4d35 100755 --- a/cds-ui/client-frankfurt/src/assets/fonts/HelvNeue75_W1G.woff2 +++ b/cds-ui/designer-client/src/assets/fonts/HelvNeue75_W1G.woff2 diff --git a/cds-ui/client-frankfurt/src/assets/fonts/icon-orange.eot b/cds-ui/designer-client/src/assets/fonts/icon-orange.eot Binary files differindex 6561ccce7..6561ccce7 100755 --- a/cds-ui/client-frankfurt/src/assets/fonts/icon-orange.eot +++ b/cds-ui/designer-client/src/assets/fonts/icon-orange.eot diff --git a/cds-ui/client-frankfurt/src/assets/fonts/icon-orange.svg b/cds-ui/designer-client/src/assets/fonts/icon-orange.svg index 72d0d46c7..72d0d46c7 100755 --- a/cds-ui/client-frankfurt/src/assets/fonts/icon-orange.svg +++ b/cds-ui/designer-client/src/assets/fonts/icon-orange.svg diff --git a/cds-ui/client-frankfurt/src/assets/fonts/icon-orange.ttf b/cds-ui/designer-client/src/assets/fonts/icon-orange.ttf Binary files differindex a2dbfc839..a2dbfc839 100755 --- a/cds-ui/client-frankfurt/src/assets/fonts/icon-orange.ttf +++ b/cds-ui/designer-client/src/assets/fonts/icon-orange.ttf diff --git a/cds-ui/client-frankfurt/src/assets/fonts/icon-orange.woff b/cds-ui/designer-client/src/assets/fonts/icon-orange.woff Binary files differindex 629ec7e60..629ec7e60 100755 --- a/cds-ui/client-frankfurt/src/assets/fonts/icon-orange.woff +++ b/cds-ui/designer-client/src/assets/fonts/icon-orange.woff diff --git a/cds-ui/client-frankfurt/src/assets/fonts/icon-orange.woff2 b/cds-ui/designer-client/src/assets/fonts/icon-orange.woff2 Binary files differindex 82cd64dfd..82cd64dfd 100755 --- a/cds-ui/client-frankfurt/src/assets/fonts/icon-orange.woff2 +++ b/cds-ui/designer-client/src/assets/fonts/icon-orange.woff2 diff --git a/cds-ui/client-frankfurt/src/assets/img/favicon/android-chrome-192x192.png b/cds-ui/designer-client/src/assets/img/favicon/android-chrome-192x192.png Binary files differindex fdb1149d8..fdb1149d8 100644 --- a/cds-ui/client-frankfurt/src/assets/img/favicon/android-chrome-192x192.png +++ b/cds-ui/designer-client/src/assets/img/favicon/android-chrome-192x192.png diff --git a/cds-ui/client-frankfurt/src/assets/img/favicon/android-chrome-512x512.png b/cds-ui/designer-client/src/assets/img/favicon/android-chrome-512x512.png Binary files differindex 864c20eda..864c20eda 100644 --- a/cds-ui/client-frankfurt/src/assets/img/favicon/android-chrome-512x512.png +++ b/cds-ui/designer-client/src/assets/img/favicon/android-chrome-512x512.png diff --git a/cds-ui/client-frankfurt/src/assets/img/favicon/apple-touch-icon.png b/cds-ui/designer-client/src/assets/img/favicon/apple-touch-icon.png Binary files differindex 14d6c061a..14d6c061a 100644 --- a/cds-ui/client-frankfurt/src/assets/img/favicon/apple-touch-icon.png +++ b/cds-ui/designer-client/src/assets/img/favicon/apple-touch-icon.png diff --git a/cds-ui/client-frankfurt/src/assets/img/favicon/browserconfig.xml b/cds-ui/designer-client/src/assets/img/favicon/browserconfig.xml index b3930d0f0..b3930d0f0 100644 --- a/cds-ui/client-frankfurt/src/assets/img/favicon/browserconfig.xml +++ b/cds-ui/designer-client/src/assets/img/favicon/browserconfig.xml diff --git a/cds-ui/client-frankfurt/src/assets/img/favicon/favicon-16x16.png b/cds-ui/designer-client/src/assets/img/favicon/favicon-16x16.png Binary files differindex d49e691f2..d49e691f2 100644 --- a/cds-ui/client-frankfurt/src/assets/img/favicon/favicon-16x16.png +++ b/cds-ui/designer-client/src/assets/img/favicon/favicon-16x16.png diff --git a/cds-ui/client-frankfurt/src/assets/img/favicon/favicon-32x32.png b/cds-ui/designer-client/src/assets/img/favicon/favicon-32x32.png Binary files differindex 0814cc10b..0814cc10b 100644 --- a/cds-ui/client-frankfurt/src/assets/img/favicon/favicon-32x32.png +++ b/cds-ui/designer-client/src/assets/img/favicon/favicon-32x32.png diff --git a/cds-ui/client-frankfurt/src/assets/img/favicon/favicon.ico b/cds-ui/designer-client/src/assets/img/favicon/favicon.ico Binary files differindex 748fd3404..748fd3404 100644 --- a/cds-ui/client-frankfurt/src/assets/img/favicon/favicon.ico +++ b/cds-ui/designer-client/src/assets/img/favicon/favicon.ico diff --git a/cds-ui/client-frankfurt/src/assets/img/favicon/mstile-150x150.png b/cds-ui/designer-client/src/assets/img/favicon/mstile-150x150.png Binary files differindex 9ef285ee3..9ef285ee3 100644 --- a/cds-ui/client-frankfurt/src/assets/img/favicon/mstile-150x150.png +++ b/cds-ui/designer-client/src/assets/img/favicon/mstile-150x150.png diff --git a/cds-ui/client-frankfurt/src/assets/img/favicon/safari-pinned-tab.svg b/cds-ui/designer-client/src/assets/img/favicon/safari-pinned-tab.svg index f7b52bd6f..f7b52bd6f 100644 --- a/cds-ui/client-frankfurt/src/assets/img/favicon/safari-pinned-tab.svg +++ b/cds-ui/designer-client/src/assets/img/favicon/safari-pinned-tab.svg diff --git a/cds-ui/client-frankfurt/src/assets/img/favicon/site.webmanifest b/cds-ui/designer-client/src/assets/img/favicon/site.webmanifest index b20abb7cb..b20abb7cb 100644 --- a/cds-ui/client-frankfurt/src/assets/img/favicon/site.webmanifest +++ b/cds-ui/designer-client/src/assets/img/favicon/site.webmanifest diff --git a/cds-ui/client-frankfurt/src/assets/img/icon-add-hover.svg b/cds-ui/designer-client/src/assets/img/icon-add-hover.svg index 66a8e1b88..66a8e1b88 100644 --- a/cds-ui/client-frankfurt/src/assets/img/icon-add-hover.svg +++ b/cds-ui/designer-client/src/assets/img/icon-add-hover.svg diff --git a/cds-ui/client-frankfurt/src/assets/img/icon-add.svg b/cds-ui/designer-client/src/assets/img/icon-add.svg index 13020ba0f..13020ba0f 100644 --- a/cds-ui/client-frankfurt/src/assets/img/icon-add.svg +++ b/cds-ui/designer-client/src/assets/img/icon-add.svg diff --git a/cds-ui/client-frankfurt/src/assets/img/icon-addPackage.svg b/cds-ui/designer-client/src/assets/img/icon-addPackage.svg index fcc8675ce..fcc8675ce 100644 --- a/cds-ui/client-frankfurt/src/assets/img/icon-addPackage.svg +++ b/cds-ui/designer-client/src/assets/img/icon-addPackage.svg diff --git a/cds-ui/client-frankfurt/src/assets/img/icon-archive-sm.svg b/cds-ui/designer-client/src/assets/img/icon-archive-sm.svg index 53683e9f1..53683e9f1 100644 --- a/cds-ui/client-frankfurt/src/assets/img/icon-archive-sm.svg +++ b/cds-ui/designer-client/src/assets/img/icon-archive-sm.svg diff --git a/cds-ui/client-frankfurt/src/assets/img/icon-btn-card-config.svg b/cds-ui/designer-client/src/assets/img/icon-btn-card-config.svg index 4e9130e9b..4e9130e9b 100644 --- a/cds-ui/client-frankfurt/src/assets/img/icon-btn-card-config.svg +++ b/cds-ui/designer-client/src/assets/img/icon-btn-card-config.svg diff --git a/cds-ui/client-frankfurt/src/assets/img/icon-btn-card-topology.svg b/cds-ui/designer-client/src/assets/img/icon-btn-card-topology.svg index 68a875321..68a875321 100644 --- a/cds-ui/client-frankfurt/src/assets/img/icon-btn-card-topology.svg +++ b/cds-ui/designer-client/src/assets/img/icon-btn-card-topology.svg diff --git a/cds-ui/client-frankfurt/src/assets/img/icon-clone-sm.svg b/cds-ui/designer-client/src/assets/img/icon-clone-sm.svg index e532ccf8a..e532ccf8a 100644 --- a/cds-ui/client-frankfurt/src/assets/img/icon-clone-sm.svg +++ b/cds-ui/designer-client/src/assets/img/icon-clone-sm.svg diff --git a/cds-ui/client-frankfurt/src/assets/img/icon-close.svg b/cds-ui/designer-client/src/assets/img/icon-close.svg index bdd51b26f..bdd51b26f 100644 --- a/cds-ui/client-frankfurt/src/assets/img/icon-close.svg +++ b/cds-ui/designer-client/src/assets/img/icon-close.svg diff --git a/cds-ui/client-frankfurt/src/assets/img/icon-comType1-sm.svg b/cds-ui/designer-client/src/assets/img/icon-comType1-sm.svg index d0dd6aed9..d0dd6aed9 100644 --- a/cds-ui/client-frankfurt/src/assets/img/icon-comType1-sm.svg +++ b/cds-ui/designer-client/src/assets/img/icon-comType1-sm.svg diff --git a/cds-ui/client-frankfurt/src/assets/img/icon-comType1.svg b/cds-ui/designer-client/src/assets/img/icon-comType1.svg index aab6e1ed1..aab6e1ed1 100644 --- a/cds-ui/client-frankfurt/src/assets/img/icon-comType1.svg +++ b/cds-ui/designer-client/src/assets/img/icon-comType1.svg diff --git a/cds-ui/client-frankfurt/src/assets/img/icon-comType2-sm.svg b/cds-ui/designer-client/src/assets/img/icon-comType2-sm.svg index b28bd927a..b28bd927a 100644 --- a/cds-ui/client-frankfurt/src/assets/img/icon-comType2-sm.svg +++ b/cds-ui/designer-client/src/assets/img/icon-comType2-sm.svg diff --git a/cds-ui/client-frankfurt/src/assets/img/icon-comType2.svg b/cds-ui/designer-client/src/assets/img/icon-comType2.svg index e1f75962e..e1f75962e 100644 --- a/cds-ui/client-frankfurt/src/assets/img/icon-comType2.svg +++ b/cds-ui/designer-client/src/assets/img/icon-comType2.svg diff --git a/cds-ui/client-frankfurt/src/assets/img/icon-comType3-sm.svg b/cds-ui/designer-client/src/assets/img/icon-comType3-sm.svg index f823d8c19..f823d8c19 100644 --- a/cds-ui/client-frankfurt/src/assets/img/icon-comType3-sm.svg +++ b/cds-ui/designer-client/src/assets/img/icon-comType3-sm.svg diff --git a/cds-ui/client-frankfurt/src/assets/img/icon-comType3.svg b/cds-ui/designer-client/src/assets/img/icon-comType3.svg index 1d43c82da..1d43c82da 100644 --- a/cds-ui/client-frankfurt/src/assets/img/icon-comType3.svg +++ b/cds-ui/designer-client/src/assets/img/icon-comType3.svg diff --git a/cds-ui/client-frankfurt/src/assets/img/icon-comType4-sm.svg b/cds-ui/designer-client/src/assets/img/icon-comType4-sm.svg index 18bb8f952..18bb8f952 100644 --- a/cds-ui/client-frankfurt/src/assets/img/icon-comType4-sm.svg +++ b/cds-ui/designer-client/src/assets/img/icon-comType4-sm.svg diff --git a/cds-ui/client-frankfurt/src/assets/img/icon-create-white.svg b/cds-ui/designer-client/src/assets/img/icon-create-white.svg index 10b76f736..10b76f736 100644 --- a/cds-ui/client-frankfurt/src/assets/img/icon-create-white.svg +++ b/cds-ui/designer-client/src/assets/img/icon-create-white.svg diff --git a/cds-ui/client-frankfurt/src/assets/img/icon-delete-sm.svg b/cds-ui/designer-client/src/assets/img/icon-delete-sm.svg index 2bf7c7836..2bf7c7836 100644 --- a/cds-ui/client-frankfurt/src/assets/img/icon-delete-sm.svg +++ b/cds-ui/designer-client/src/assets/img/icon-delete-sm.svg diff --git a/cds-ui/client-frankfurt/src/assets/img/icon-deploy.svg b/cds-ui/designer-client/src/assets/img/icon-deploy.svg index adaf6956e..adaf6956e 100644 --- a/cds-ui/client-frankfurt/src/assets/img/icon-deploy.svg +++ b/cds-ui/designer-client/src/assets/img/icon-deploy.svg diff --git a/cds-ui/client-frankfurt/src/assets/img/icon-drag.svg b/cds-ui/designer-client/src/assets/img/icon-drag.svg index 844043d1e..844043d1e 100644 --- a/cds-ui/client-frankfurt/src/assets/img/icon-drag.svg +++ b/cds-ui/designer-client/src/assets/img/icon-drag.svg diff --git a/cds-ui/client-frankfurt/src/assets/img/icon-edit.svg b/cds-ui/designer-client/src/assets/img/icon-edit.svg index d4f10aae6..d4f10aae6 100644 --- a/cds-ui/client-frankfurt/src/assets/img/icon-edit.svg +++ b/cds-ui/designer-client/src/assets/img/icon-edit.svg diff --git a/cds-ui/client-frankfurt/src/assets/img/icon-import-blue.svg b/cds-ui/designer-client/src/assets/img/icon-import-blue.svg index 3a495d0ed..3a495d0ed 100644 --- a/cds-ui/client-frankfurt/src/assets/img/icon-import-blue.svg +++ b/cds-ui/designer-client/src/assets/img/icon-import-blue.svg diff --git a/cds-ui/client-frankfurt/src/assets/img/icon-menuDots.svg b/cds-ui/designer-client/src/assets/img/icon-menuDots.svg index 99344589c..99344589c 100644 --- a/cds-ui/client-frankfurt/src/assets/img/icon-menuDots.svg +++ b/cds-ui/designer-client/src/assets/img/icon-menuDots.svg diff --git a/cds-ui/client-frankfurt/src/assets/img/icon-nav-dictionary.svg b/cds-ui/designer-client/src/assets/img/icon-nav-dictionary.svg index 6fb435fe6..6fb435fe6 100644 --- a/cds-ui/client-frankfurt/src/assets/img/icon-nav-dictionary.svg +++ b/cds-ui/designer-client/src/assets/img/icon-nav-dictionary.svg diff --git a/cds-ui/client-frankfurt/src/assets/img/icon-nav-packages.svg b/cds-ui/designer-client/src/assets/img/icon-nav-packages.svg index 4989ee15f..4989ee15f 100644 --- a/cds-ui/client-frankfurt/src/assets/img/icon-nav-packages.svg +++ b/cds-ui/designer-client/src/assets/img/icon-nav-packages.svg diff --git a/cds-ui/client-frankfurt/src/assets/img/icon-redo.svg b/cds-ui/designer-client/src/assets/img/icon-redo.svg index e48e59537..e48e59537 100644 --- a/cds-ui/client-frankfurt/src/assets/img/icon-redo.svg +++ b/cds-ui/designer-client/src/assets/img/icon-redo.svg diff --git a/cds-ui/client-frankfurt/src/assets/img/icon-search-light.svg b/cds-ui/designer-client/src/assets/img/icon-search-light.svg index e6bea0cc9..e6bea0cc9 100644 --- a/cds-ui/client-frankfurt/src/assets/img/icon-search-light.svg +++ b/cds-ui/designer-client/src/assets/img/icon-search-light.svg diff --git a/cds-ui/client-frankfurt/src/assets/img/icon-search.svg b/cds-ui/designer-client/src/assets/img/icon-search.svg index fad9c9bf9..fad9c9bf9 100644 --- a/cds-ui/client-frankfurt/src/assets/img/icon-search.svg +++ b/cds-ui/designer-client/src/assets/img/icon-search.svg diff --git a/cds-ui/client-frankfurt/src/assets/img/icon-topologySource.svg b/cds-ui/designer-client/src/assets/img/icon-topologySource.svg index 3d53d447d..3d53d447d 100644 --- a/cds-ui/client-frankfurt/src/assets/img/icon-topologySource.svg +++ b/cds-ui/designer-client/src/assets/img/icon-topologySource.svg diff --git a/cds-ui/client-frankfurt/src/assets/img/icon-topologyView-active.svg b/cds-ui/designer-client/src/assets/img/icon-topologyView-active.svg index dad285835..dad285835 100644 --- a/cds-ui/client-frankfurt/src/assets/img/icon-topologyView-active.svg +++ b/cds-ui/designer-client/src/assets/img/icon-topologyView-active.svg diff --git a/cds-ui/client-frankfurt/src/assets/img/icon-undoActive.svg b/cds-ui/designer-client/src/assets/img/icon-undoActive.svg index 2ae0cb6b3..2ae0cb6b3 100644 --- a/cds-ui/client-frankfurt/src/assets/img/icon-undoActive.svg +++ b/cds-ui/designer-client/src/assets/img/icon-undoActive.svg diff --git a/cds-ui/client-frankfurt/src/assets/img/icon-zoomIn.svg b/cds-ui/designer-client/src/assets/img/icon-zoomIn.svg index 857787634..857787634 100644 --- a/cds-ui/client-frankfurt/src/assets/img/icon-zoomIn.svg +++ b/cds-ui/designer-client/src/assets/img/icon-zoomIn.svg diff --git a/cds-ui/client-frankfurt/src/assets/img/icon-zoomOut.svg b/cds-ui/designer-client/src/assets/img/icon-zoomOut.svg index 5449f63f4..5449f63f4 100644 --- a/cds-ui/client-frankfurt/src/assets/img/icon-zoomOut.svg +++ b/cds-ui/designer-client/src/assets/img/icon-zoomOut.svg diff --git a/cds-ui/client-frankfurt/src/assets/img/img-user1.jpeg b/cds-ui/designer-client/src/assets/img/img-user1.jpeg Binary files differindex 8b9f98b03..8b9f98b03 100644 --- a/cds-ui/client-frankfurt/src/assets/img/img-user1.jpeg +++ b/cds-ui/designer-client/src/assets/img/img-user1.jpeg diff --git a/cds-ui/client-frankfurt/src/assets/img/img-user2.jpg b/cds-ui/designer-client/src/assets/img/img-user2.jpg Binary files differindex d107129c4..d107129c4 100644 --- a/cds-ui/client-frankfurt/src/assets/img/img-user2.jpg +++ b/cds-ui/designer-client/src/assets/img/img-user2.jpg diff --git a/cds-ui/client-frankfurt/src/assets/img/img-user3.jpg b/cds-ui/designer-client/src/assets/img/img-user3.jpg Binary files differindex 23e305930..23e305930 100644 --- a/cds-ui/client-frankfurt/src/assets/img/img-user3.jpg +++ b/cds-ui/designer-client/src/assets/img/img-user3.jpg diff --git a/cds-ui/client-frankfurt/src/assets/img/img-userProfile.png b/cds-ui/designer-client/src/assets/img/img-userProfile.png Binary files differindex 83b830c0f..83b830c0f 100644 --- a/cds-ui/client-frankfurt/src/assets/img/img-userProfile.png +++ b/cds-ui/designer-client/src/assets/img/img-userProfile.png diff --git a/cds-ui/client-frankfurt/src/assets/img/logo-icon.svg b/cds-ui/designer-client/src/assets/img/logo-icon.svg index 83b7441dd..83b7441dd 100644 --- a/cds-ui/client-frankfurt/src/assets/img/logo-icon.svg +++ b/cds-ui/designer-client/src/assets/img/logo-icon.svg diff --git a/cds-ui/client-frankfurt/src/assets/img/logo-text.svg b/cds-ui/designer-client/src/assets/img/logo-text.svg index d6dee87a2..d6dee87a2 100644 --- a/cds-ui/client-frankfurt/src/assets/img/logo-text.svg +++ b/cds-ui/designer-client/src/assets/img/logo-text.svg diff --git a/cds-ui/client-frankfurt/src/assets/js/bootstrap.min.js b/cds-ui/designer-client/src/assets/js/bootstrap.min.js index c4c0d1f95..c4c0d1f95 100644 --- a/cds-ui/client-frankfurt/src/assets/js/bootstrap.min.js +++ b/cds-ui/designer-client/src/assets/js/bootstrap.min.js diff --git a/cds-ui/client-frankfurt/src/assets/js/jquery-3.3.1.slim.min.js b/cds-ui/designer-client/src/assets/js/jquery-3.3.1.slim.min.js index f4ca9b24b..f4ca9b24b 100644 --- a/cds-ui/client-frankfurt/src/assets/js/jquery-3.3.1.slim.min.js +++ b/cds-ui/designer-client/src/assets/js/jquery-3.3.1.slim.min.js diff --git a/cds-ui/client-frankfurt/src/assets/js/popper.min.js b/cds-ui/designer-client/src/assets/js/popper.min.js index 94a5c26fc..94a5c26fc 100644 --- a/cds-ui/client-frankfurt/src/assets/js/popper.min.js +++ b/cds-ui/designer-client/src/assets/js/popper.min.js diff --git a/cds-ui/client-frankfurt/src/environments/environment.prod.ts b/cds-ui/designer-client/src/environments/environment.prod.ts index 3612073bc..3612073bc 100644 --- a/cds-ui/client-frankfurt/src/environments/environment.prod.ts +++ b/cds-ui/designer-client/src/environments/environment.prod.ts diff --git a/cds-ui/client-frankfurt/src/environments/environment.ts b/cds-ui/designer-client/src/environments/environment.ts index 7b4f817ad..7b4f817ad 100644 --- a/cds-ui/client-frankfurt/src/environments/environment.ts +++ b/cds-ui/designer-client/src/environments/environment.ts diff --git a/cds-ui/client-frankfurt/src/favicon.ico b/cds-ui/designer-client/src/favicon.ico Binary files differindex 997406ad2..997406ad2 100644 --- a/cds-ui/client-frankfurt/src/favicon.ico +++ b/cds-ui/designer-client/src/favicon.ico diff --git a/cds-ui/client-frankfurt/src/index.html b/cds-ui/designer-client/src/index.html index 1aa7a99d1..1aa7a99d1 100644 --- a/cds-ui/client-frankfurt/src/index.html +++ b/cds-ui/designer-client/src/index.html diff --git a/cds-ui/client-frankfurt/src/main.ts b/cds-ui/designer-client/src/main.ts index c7b673cf4..c7b673cf4 100644 --- a/cds-ui/client-frankfurt/src/main.ts +++ b/cds-ui/designer-client/src/main.ts diff --git a/cds-ui/client-frankfurt/src/polyfills.ts b/cds-ui/designer-client/src/polyfills.ts index aa665d6b8..aa665d6b8 100644 --- a/cds-ui/client-frankfurt/src/polyfills.ts +++ b/cds-ui/designer-client/src/polyfills.ts diff --git a/cds-ui/client-frankfurt/src/styles.css b/cds-ui/designer-client/src/styles.css index ff85e332f..ff85e332f 100644 --- a/cds-ui/client-frankfurt/src/styles.css +++ b/cds-ui/designer-client/src/styles.css diff --git a/cds-ui/client-frankfurt/src/test.ts b/cds-ui/designer-client/src/test.ts index 900b9ec53..900b9ec53 100644 --- a/cds-ui/client-frankfurt/src/test.ts +++ b/cds-ui/designer-client/src/test.ts diff --git a/cds-ui/client-frankfurt/tsconfig.app.json b/cds-ui/designer-client/tsconfig.app.json index 565a11a21..565a11a21 100644 --- a/cds-ui/client-frankfurt/tsconfig.app.json +++ b/cds-ui/designer-client/tsconfig.app.json diff --git a/cds-ui/client-frankfurt/tsconfig.json b/cds-ui/designer-client/tsconfig.json index 30956ae7e..30956ae7e 100644 --- a/cds-ui/client-frankfurt/tsconfig.json +++ b/cds-ui/designer-client/tsconfig.json diff --git a/cds-ui/client-frankfurt/tsconfig.spec.json b/cds-ui/designer-client/tsconfig.spec.json index 6400fde7d..6400fde7d 100644 --- a/cds-ui/client-frankfurt/tsconfig.spec.json +++ b/cds-ui/designer-client/tsconfig.spec.json diff --git a/cds-ui/client-frankfurt/tslint.json b/cds-ui/designer-client/tslint.json index c8d70f152..c8d70f152 100644 --- a/cds-ui/client-frankfurt/tslint.json +++ b/cds-ui/designer-client/tslint.json |