UI support for custom functions 11/134011/6
authorJvD_Ericsson <jeff.van.dam@est.tech>
Fri, 31 Mar 2023 13:42:07 +0000 (14:42 +0100)
committerJEFF VAN DAM <jeff.van.dam@est.tech>
Thu, 13 Apr 2023 15:35:54 +0000 (15:35 +0000)
commitb6c9ed78e512e2d96f1725ca3748a5f02b31e7df
tree9723706e738bb041f339810cc233e2307d0c9018
parentb06691c5ed1fb02760a6440383dd40ec4894a9e5
UI support for custom functions

Issue-ID: SDC-4466
Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
Change-Id: I8ff794be8783dc31efecbd1f6abe2efefec6b819
12 files changed:
catalog-ui/src/app/models/tosca-custom-function.ts [new file with mode: 0644]
catalog-ui/src/app/models/tosca-function-type.enum.ts
catalog-ui/src/app/ng2/pages/properties-assignment/tosca-function/tosca-concat-function/tosca-concat-function.component.spec.ts
catalog-ui/src/app/ng2/pages/properties-assignment/tosca-function/tosca-custom-function/tosca-custom-function.component.html [new file with mode: 0644]
catalog-ui/src/app/ng2/pages/properties-assignment/tosca-function/tosca-custom-function/tosca-custom-function.component.less [new file with mode: 0644]
catalog-ui/src/app/ng2/pages/properties-assignment/tosca-function/tosca-custom-function/tosca-custom-function.component.spec.ts [new file with mode: 0644]
catalog-ui/src/app/ng2/pages/properties-assignment/tosca-function/tosca-custom-function/tosca-custom-function.component.ts [new file with mode: 0644]
catalog-ui/src/app/ng2/pages/properties-assignment/tosca-function/tosca-function.component.html
catalog-ui/src/app/ng2/pages/properties-assignment/tosca-function/tosca-function.component.ts
catalog-ui/src/app/ng2/pages/properties-assignment/tosca-function/tosca-function.module.ts
catalog-ui/src/app/ng2/pages/properties-assignment/tosca-function/tosca-get-function/tosca-get-function.component.ts
catalog-ui/src/app/utils/constants.ts