iptdevs-design-system 3.1.281 → 3.1.282
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 -2
- package/fesm2015/iptdevs-design-system.mjs +2 -1
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +2 -1
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -4529,7 +4529,7 @@ class CodFormStepFiveComponent extends CodFormSteps {
|
|
|
4529
4529
|
multiculturalism_6: [false, []],
|
|
4530
4530
|
multiculturalism_7: [false, []],
|
|
4531
4531
|
health_regimen: ['', [Validators.required]],
|
|
4532
|
-
code_refers: ['
|
|
4532
|
+
code_refers: [''],
|
|
4533
4533
|
code_cod: [''],
|
|
4534
4534
|
document_refers: [{ value: '', disabled: true }],
|
|
4535
4535
|
name_refers: [{ value: '', disabled: true }],
|
|
@@ -4621,6 +4621,7 @@ class CodFormStepFiveComponent extends CodFormSteps {
|
|
|
4621
4621
|
this.codFormStepFive.controls['health_regimen'].setValue(null);
|
|
4622
4622
|
this.codFormStepFive.controls['observation'].setValue(null);
|
|
4623
4623
|
this.codFormStepFive.controls['code_refers'].setValue(null);
|
|
4624
|
+
this.codFormStepFive.controls['code_cod'].setValue(null);
|
|
4624
4625
|
}
|
|
4625
4626
|
cleanComponent() {
|
|
4626
4627
|
this.resetLocalStorage(this.controls);
|