iptdevs-design-system 2.7.66 → 2.7.67
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/cod-form/cod-form.component.mjs +3 -1
- package/esm2020/lib/cod/steps/cod-form-step-two/cod-form-step-two.component.mjs +2 -1
- package/fesm2015/iptdevs-design-system.mjs +3 -0
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +3 -0
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -2936,6 +2936,7 @@ class CodFormStepTwoComponent extends CodFormSteps {
|
|
|
2936
2936
|
this.controls = new CodFormControls().controls[1];
|
|
2937
2937
|
}
|
|
2938
2938
|
ngOnInit() {
|
|
2939
|
+
console.log(this.initialData);
|
|
2939
2940
|
this.getParameters();
|
|
2940
2941
|
this.initForm();
|
|
2941
2942
|
this.startLocalStorageWork();
|
|
@@ -3778,6 +3779,8 @@ class CodFormComponent {
|
|
|
3778
3779
|
this.userRole = this.baseService.getUserRole();
|
|
3779
3780
|
}
|
|
3780
3781
|
ngOnChanges(changes) {
|
|
3782
|
+
console.log(this.codCode);
|
|
3783
|
+
console.log(this.dataFromPreviusCodData);
|
|
3781
3784
|
if (changes['codCode']) {
|
|
3782
3785
|
this.formTitle = 'Formulario para verificar información del COD';
|
|
3783
3786
|
this.getCodbyCode();
|