iptdevs-design-system 3.1.662 → 3.1.663

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.
@@ -15,12 +15,14 @@ export declare class CodSelfManagedComponent implements OnDestroy, OnInit {
15
15
  financingData?: any[];
16
16
  countInitialStep: number;
17
17
  subscription?: Subscription;
18
+ idTypes: any;
18
19
  items: MenuItem[];
19
20
  constructor(baseService: BaseService, commercialService: CommercialService);
20
21
  ngOnInit(): void;
21
22
  ngOnDestroy(): void;
22
23
  changeStep(step: any): void;
23
24
  saveFinancingData(data: any[]): void;
25
+ handleIdTypesChanged(idTypes: any): void;
24
26
  static ɵfac: i0.ɵɵFactoryDeclaration<CodSelfManagedComponent, never>;
25
27
  static ɵcmp: i0.ɵɵComponentDeclaration<CodSelfManagedComponent, "ipt-cod-self-managed", never, { "user": "user"; "scorePlacementTest": "scorePlacementTest"; "codPrevious": "codPrevious"; }, {}, never, never, false>;
26
28
  }
@@ -1,4 +1,3 @@
1
- import { ParameterService } from './../../../core/services/parameters-service/parameters.service';
2
1
  import { EventEmitter, OnInit } from '@angular/core';
3
2
  import { FormGroup, FormBuilder } from '@angular/forms';
4
3
  import { MessageService } from 'primeng/api';
@@ -8,7 +7,7 @@ import * as i0 from "@angular/core";
8
7
  export declare class CodSelfFormStepFourComponent extends CodSelfManagedSteps implements OnInit {
9
8
  private fb;
10
9
  private messageService;
11
- private parameterService;
10
+ idTypes: any;
12
11
  completed: EventEmitter<number>;
13
12
  controls: import("../../logic/cod-self-managed-controls").ControlSteps[];
14
13
  messageInfo: string;
@@ -19,18 +18,16 @@ export declare class CodSelfFormStepFourComponent extends CodSelfManagedSteps im
19
18
  disableweekdays: boolean[];
20
19
  isSelectionOptionPayments: boolean;
21
20
  isEditBillingData: boolean;
22
- idTypes: any;
23
21
  OptionPayments: any[];
24
- constructor(fb: FormBuilder, messageService: MessageService, parameterService: ParameterService);
22
+ constructor(fb: FormBuilder, messageService: MessageService);
25
23
  ngOnInit(): void;
26
- getDataUser(): void;
27
24
  initForm(): void;
25
+ getDataUser(): void;
28
26
  back(): void;
29
27
  next(): void;
30
28
  startLocalStorageWork(): void;
31
29
  editBillingData(): void;
32
30
  updateDatosBillingData(): void;
33
- getParamenters(): void;
34
31
  sendForm(): void;
35
32
  onReject(): void;
36
33
  showConfirm(): void;
@@ -39,5 +36,5 @@ export declare class CodSelfFormStepFourComponent extends CodSelfManagedSteps im
39
36
  getViewBasedOnPaymentOption(): string;
40
37
  getIdTypeDescription(idType: string): string;
41
38
  static ɵfac: i0.ɵɵFactoryDeclaration<CodSelfFormStepFourComponent, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<CodSelfFormStepFourComponent, "app-cod-self-form-step-four", never, {}, { "completed": "completed"; }, never, never, false>;
39
+ static ɵcmp: i0.ɵɵComponentDeclaration<CodSelfFormStepFourComponent, "app-cod-self-form-step-four", never, { "idTypes": "idTypes"; }, { "completed": "completed"; }, never, never, false>;
43
40
  }
@@ -12,6 +12,7 @@ export declare class CodSelfFormStepOneComponent extends CodSelfManagedSteps imp
12
12
  private messageService;
13
13
  userStudent?: IUserIPTRqs;
14
14
  completed: EventEmitter<number>;
15
+ idTypesChanged: EventEmitter<any>;
15
16
  codSelfFormStepOne: FormGroup;
16
17
  genders: any[];
17
18
  stratums: any;
@@ -53,5 +54,5 @@ export declare class CodSelfFormStepOneComponent extends CodSelfManagedSteps imp
53
54
  showConfirm(): void;
54
55
  onReject(): void;
55
56
  static ɵfac: i0.ɵɵFactoryDeclaration<CodSelfFormStepOneComponent, never>;
56
- static ɵcmp: i0.ɵɵComponentDeclaration<CodSelfFormStepOneComponent, "app-cod-self-form-step-one", never, { "userStudent": "userStudent"; }, { "completed": "completed"; }, never, never, false>;
57
+ static ɵcmp: i0.ɵɵComponentDeclaration<CodSelfFormStepOneComponent, "app-cod-self-form-step-one", never, { "userStudent": "userStudent"; }, { "completed": "completed"; "idTypesChanged": "idTypesChanged"; }, never, never, false>;
57
58
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.662",
3
+ "version": "3.1.663",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",