iptdevs-design-system 3.1.688 → 3.1.690

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.
@@ -33,8 +33,10 @@ export declare class CodSelfManagedComponent implements OnDestroy, OnInit {
33
33
  saveFinancingData(data: any[]): void;
34
34
  handleIdTypesChanged(idTypes: any): void;
35
35
  getFormAction(action: string): void;
36
+ validateFormData(data: any[]): string[];
36
37
  createCOD(totalData: any[]): void;
37
38
  getCreateCOD(data: any[]): any;
39
+ getDataByName(data: any[], name: string): any;
38
40
  static ɵfac: i0.ɵɵFactoryDeclaration<CodSelfManagedComponent, never>;
39
41
  static ɵcmp: i0.ɵɵComponentDeclaration<CodSelfManagedComponent, "ipt-cod-self-managed", never, { "user": "user"; "scorePlacementTest": "scorePlacementTest"; "codPrevious": "codPrevious"; }, { "okCreatedCOD": "okCreatedCOD"; }, never, never, false>;
40
42
  }
@@ -3,10 +3,12 @@ import { FormGroup, FormBuilder, FormControl } from '@angular/forms';
3
3
  import { MessageService } from 'primeng/api';
4
4
  import { IweekDaysRq } from './../../../core/models/academic/academic.component';
5
5
  import { CodSelfManagedSteps } from '../../logic/cod-self-managed-steps';
6
+ import { CodSelfManagedControls } from '../../logic/cod-self-managed-controls';
6
7
  import * as i0 from "@angular/core";
7
8
  export declare class CodSelfFormStepFourComponent extends CodSelfManagedSteps implements OnInit {
8
9
  private fb;
9
10
  private messageService;
11
+ private codFormControls;
10
12
  idTypes: any;
11
13
  completed: EventEmitter<number>;
12
14
  action: EventEmitter<string>;
@@ -21,7 +23,7 @@ export declare class CodSelfFormStepFourComponent extends CodSelfManagedSteps im
21
23
  isEditBillingData: boolean;
22
24
  OptionPayments: any[];
23
25
  studentIdCardType: FormControl<any>;
24
- constructor(fb: FormBuilder, messageService: MessageService);
26
+ constructor(fb: FormBuilder, messageService: MessageService, codFormControls: CodSelfManagedControls);
25
27
  ngOnInit(): void;
26
28
  initForm(): void;
27
29
  subscribeToStudentIdCardTypeChanges(): void;
@@ -41,6 +43,7 @@ export declare class CodSelfFormStepFourComponent extends CodSelfManagedSteps im
41
43
  selectIdType(idType: any): void;
42
44
  getViewBasedOnPaymentOption(): string;
43
45
  getIdTypeDescription(idType: string): string;
46
+ updateGlobalControls(change: number): void;
44
47
  static ɵfac: i0.ɵɵFactoryDeclaration<CodSelfFormStepFourComponent, never>;
45
48
  static ɵcmp: i0.ɵɵComponentDeclaration<CodSelfFormStepFourComponent, "app-cod-self-form-step-four", never, { "idTypes": "idTypes"; }, { "completed": "completed"; "action": "action"; }, never, never, false>;
46
49
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.688",
3
+ "version": "3.1.690",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",