iptdevs-design-system 2.7.161 → 2.7.162
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-documents-section/cod-documents-section.component.mjs +6 -5
- package/fesm2015/iptdevs-design-system.mjs +5 -4
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +5 -4
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/lib/cod/cod-documents-section/cod-documents-section.component.d.ts +1 -0
- package/package.json +1 -1
|
@@ -2224,11 +2224,12 @@ class CodDocumentsSectionComponent {
|
|
|
2224
2224
|
this.docConfanorte = false;
|
|
2225
2225
|
this.idPdf = [];
|
|
2226
2226
|
this.numDoc = -1;
|
|
2227
|
+
this.value = false;
|
|
2227
2228
|
this.documentState = {
|
|
2228
|
-
doc_student:
|
|
2229
|
-
doc_agreement:
|
|
2230
|
-
doc_parent:
|
|
2231
|
-
doc_confanorte:
|
|
2229
|
+
doc_student: this.value,
|
|
2230
|
+
doc_agreement: this.value,
|
|
2231
|
+
doc_parent: this.value,
|
|
2232
|
+
doc_confanorte: this.value,
|
|
2232
2233
|
};
|
|
2233
2234
|
this.documentsForm = this.fb.group({
|
|
2234
2235
|
doc_student: ['', [Validators.required], []],
|