Add data type view/workspace 14/131314/4
authorandre.schmid <andre.schmid@est.tech>
Fri, 23 Sep 2022 11:31:12 +0000 (12:31 +0100)
committerMichael Morris <michael.morris@est.tech>
Wed, 5 Oct 2022 08:18:25 +0000 (08:18 +0000)
commit6ed5592ccb3b2bdb61403f1d1d41d93088cb0709
tree1978737dc736d000dbb34a9ddc50a7e2008ab573
parent404bfc9c50e95df1e75dbf8325fae41bfd96871a
Add data type view/workspace

Implements a data type workspace, based on the Service/VF workspace,
where it is possible to view a data type information.

Issue-ID: SDC-4193
Signed-off-by: André Schmid <andre.schmid@est.tech>
Change-Id: Ica341efa43e70b4ac85d42d22a1397e0ab6e2794
29 files changed:
catalog-ui/configurations/menu.js
catalog-ui/src/app/app.ts
catalog-ui/src/app/models/data-types.ts
catalog-ui/src/app/modules/directive-module.ts
catalog-ui/src/app/modules/view-model-module.ts
catalog-ui/src/app/ng2/app.module.ts
catalog-ui/src/app/ng2/components/layout/top-nav/top-nav.component.ts
catalog-ui/src/app/ng2/config/sdc-menu.config.factory.ts
catalog-ui/src/app/ng2/pages/type-workspace/type-workspace-general/type-workspace-general.component.html [new file with mode: 0644]
catalog-ui/src/app/ng2/pages/type-workspace/type-workspace-general/type-workspace-general.component.less [new file with mode: 0644]
catalog-ui/src/app/ng2/pages/type-workspace/type-workspace-general/type-workspace-general.component.spec.ts [new file with mode: 0644]
catalog-ui/src/app/ng2/pages/type-workspace/type-workspace-general/type-workspace-general.component.ts [new file with mode: 0644]
catalog-ui/src/app/ng2/pages/type-workspace/type-workspace.component.html [new file with mode: 0644]
catalog-ui/src/app/ng2/pages/type-workspace/type-workspace.component.less [new file with mode: 0644]
catalog-ui/src/app/ng2/pages/type-workspace/type-workspace.component.spec.ts [new file with mode: 0644]
catalog-ui/src/app/ng2/pages/type-workspace/type-workspace.component.ts [new file with mode: 0644]
catalog-ui/src/app/ng2/pages/type-workspace/type-workspace.module.ts [new file with mode: 0644]
catalog-ui/src/app/ng2/pages/type-workspace/workspace-menu/workspace-menu.component.html [new file with mode: 0644]
catalog-ui/src/app/ng2/pages/type-workspace/workspace-menu/workspace-menu.component.less [new file with mode: 0644]
catalog-ui/src/app/ng2/pages/type-workspace/workspace-menu/workspace-menu.component.spec.ts [new file with mode: 0644]
catalog-ui/src/app/ng2/pages/type-workspace/workspace-menu/workspace-menu.component.ts [new file with mode: 0644]
catalog-ui/src/app/ng2/services/cookie.service.ts
catalog-ui/src/app/ng2/services/data-type.service.ts
catalog-ui/src/app/ng2/utils/ng1-upgraded-provider.ts
catalog-ui/src/app/services/data-types-service.ts
catalog-ui/src/app/utils/constants.ts
catalog-ui/src/app/view-models/workspace/workspace-view-model.ts
catalog-ui/src/assets/languages/en_US.json
integration-tests/environments/plugins-configuration.yaml