iptdevs-design-system 3.1.110 → 3.1.112
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/cod/steps/cod-form-step-five/cod-form-step-five.component.mjs +3 -1
- package/fesm2015/iptdevs-design-system.mjs +2 -0
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +2 -0
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -4206,6 +4206,7 @@ class CodFormStepFiveComponent extends CodFormSteps {
|
|
|
4206
4206
|
this.codFormStepFive.controls['code_refers'].clearValidators();
|
|
4207
4207
|
this.codFormStepFive.controls['code_refers'].updateValueAndValidity();
|
|
4208
4208
|
this.modalVisible = false;
|
|
4209
|
+
this.visbleReferred = false;
|
|
4209
4210
|
}
|
|
4210
4211
|
});
|
|
4211
4212
|
}
|
|
@@ -4277,6 +4278,7 @@ class CodFormStepFiveComponent extends CodFormSteps {
|
|
|
4277
4278
|
}
|
|
4278
4279
|
closeModal(respons) {
|
|
4279
4280
|
this.modalVisible = respons;
|
|
4281
|
+
this.visbleReferred = false;
|
|
4280
4282
|
}
|
|
4281
4283
|
referredUser(data) {
|
|
4282
4284
|
console.log('step5');
|