Support addition of scalar type constraints 05/131605/14
authorJvD_Ericsson <jeff.van.dam@est.tech>
Thu, 27 Oct 2022 11:47:28 +0000 (12:47 +0100)
committerMichael Morris <michael.morris@est.tech>
Wed, 30 Nov 2022 13:26:41 +0000 (13:26 +0000)
commit0d708e3bb2502abe50e1ed4069b43536b538ceef
treea36c57ddeb12207af60c6c5cfc5311246ca4c126
parent15f3f0bb8e0cec965a9714e3681fbdee4b19b3c4
Support addition of scalar type constraints

this also supports the addition of
the in_range and the valid_values constraints,
and supports delete and editing of current and
added constraints

Issue-ID: SDC-4223
Change-Id: I5ffb4d17d9f8c2730f650153fb4ff89eccfdd474
Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
catalog-model/src/main/java/org/openecomp/sdc/be/model/operations/impl/PropertyOperation.java
catalog-model/src/main/java/org/openecomp/sdc/be/model/tosca/constraints/LessThanConstraint.java
catalog-ui/src/app/directives/property-types/type-map/type-map-directive.html
catalog-ui/src/app/directives/property-types/type-map/type-map-directive.less
catalog-ui/src/app/models/properties.ts
catalog-ui/src/app/modules/directive-module.ts
catalog-ui/src/app/ng2/pages/properties-assignment/constraints/constraints.component.html
catalog-ui/src/app/ng2/pages/properties-assignment/constraints/constraints.component.ts
catalog-ui/src/app/utils/constants.ts
catalog-ui/src/app/view-models/forms/property-forms/component-property-form/property-form-view-model.ts
catalog-ui/src/app/view-models/forms/property-forms/component-property-form/property-form-view.html