iptdevs-design-system 3.1.947 → 3.1.948
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-two/cod-form-step-two.component.mjs +4 -4
- package/fesm2015/iptdevs-design-system.mjs +10 -10
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +3 -3
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -4803,8 +4803,8 @@ class CodFormStepTwoComponent extends CodFormSteps {
|
|
|
4803
4803
|
this.initForm();
|
|
4804
4804
|
this.startLocalStorageWork();
|
|
4805
4805
|
this.validateErrors();
|
|
4806
|
-
this.trackStudentIdCardChanges();
|
|
4807
4806
|
this.getParameters();
|
|
4807
|
+
this.trackStudentIdCardChanges();
|
|
4808
4808
|
if (changes['initialData']) {
|
|
4809
4809
|
if (this.initialData != null) {
|
|
4810
4810
|
if (this.initialData.student != null) {
|
|
@@ -4945,8 +4945,8 @@ class CodFormStepTwoComponent extends CodFormSteps {
|
|
|
4945
4945
|
}
|
|
4946
4946
|
getParameters() {
|
|
4947
4947
|
// this.idTypes =this.parametersAll?.TypeIdCardByCountryCol;
|
|
4948
|
-
this.idTypes = [...(this.parametersAll?.TypeIdCardByCountryCol || [])];
|
|
4949
|
-
console.log('Initial idTypes:', this.idTypes); // Depuración
|
|
4948
|
+
// this.idTypes = [...(this.parametersAll?.TypeIdCardByCountryCol || [])];
|
|
4949
|
+
// console.log('Initial idTypes:', this.idTypes); // Depuración
|
|
4950
4950
|
this.indicatives = this.parametersAll?.indicatives;
|
|
4951
4951
|
this.countries = this.parametersAll?.country;
|
|
4952
4952
|
this.stratums = this.parametersAll?.stratum;
|