Resource Dictionary Creation 98/106998/1
authorswapnalipode <sp00501638@techmahindra.com>
Fri, 1 May 2020 20:08:16 +0000 (01:38 +0530)
committerswapnalipode <sp00501638@techmahindra.com>
Fri, 1 May 2020 20:14:15 +0000 (01:44 +0530)
commit2b71782556d2c84c5153113113a8d44f96d717f2
treec1908ea020da555e9f58daa0b9503105b94bcb15
parent6b6ac70007ba2b52c6beb8c0d22453a628c891f3
Resource Dictionary Creation

Adding Resource Dictionary Creation

Change-Id: Ic53018f406ba2cc1f8c878017c816bfce316a362
Issue-ID: CCSDK-1280
Signed-off-by: swapnalipode <sp00501638@techmahindra.com>
28 files changed:
cds-ui/designer-client/src/app/common/core/pipes/search.pipe.ts [new file with mode: 0644]
cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/model/definition.model.ts
cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/model/metaData.model.ts
cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/model/resource-dictionary.model.ts [new file with mode: 0644]
cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/model/sources.model.ts
cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/dictionary-creation.service.spec.ts [new file with mode: 0644]
cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/dictionary-creation.service.ts [new file with mode: 0644]
cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/dictionary-creation.store.ts [new file with mode: 0644]
cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/dictionary-editor/dictionary-editor.component.css [new file with mode: 0644]
cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/dictionary-editor/dictionary-editor.component.html [new file with mode: 0644]
cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/dictionary-editor/dictionary-editor.component.spec.ts [new file with mode: 0644]
cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/dictionary-editor/dictionary-editor.component.ts [new file with mode: 0644]
cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/dictionary-metadata/dictionary-metadata.component.css [new file with mode: 0644]
cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/dictionary-metadata/dictionary-metadata.component.html [new file with mode: 0644]
cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/dictionary-metadata/dictionary-metadata.component.spec.ts [new file with mode: 0644]
cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/dictionary-metadata/dictionary-metadata.component.ts [new file with mode: 0644]
cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/resource-dictionary-creation.component.css [new file with mode: 0644]
cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/resource-dictionary-creation.component.html [new file with mode: 0644]
cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/resource-dictionary-creation.component.spec.ts [new file with mode: 0644]
cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/resource-dictionary-creation.component.ts [new file with mode: 0644]
cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/sources-template/sources-template.component.css [new file with mode: 0644]
cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/sources-template/sources-template.component.html [new file with mode: 0644]
cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/sources-template/sources-template.component.spec.ts [new file with mode: 0644]
cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/sources-template/sources-template.component.ts [new file with mode: 0644]
cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-creation/sources-template/sources.store.ts [new file with mode: 0644]
cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-dashboard/dictionary-list/dictionary-list.component.html
cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary-routing.module.ts
cds-ui/designer-client/src/app/modules/feature-modules/resource-dictionary/resource-dictionary.module.ts