iptdevs-design-system 3.1.141 → 3.1.142

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.
@@ -7,6 +7,7 @@ import { CommunicatorService } from '../../logic/communicator.service';
7
7
  import { CodPrices } from '../../../core/models/commercial/commercial.model';
8
8
  import { ParameterService } from '../../../core/services/parameters-service/parameters.service';
9
9
  import { CommercialService } from '../../../core/services/commercial-service/comercial.service';
10
+ import { BaseService } from 'design-system/src/lib/core/utils/base-service/base.service';
10
11
  import * as i0 from "@angular/core";
11
12
  export declare class CodFormStepFourComponent extends CodFormSteps implements OnInit {
12
13
  private fb;
@@ -15,6 +16,7 @@ export declare class CodFormStepFourComponent extends CodFormSteps implements On
15
16
  private parameterService;
16
17
  private codFormControls;
17
18
  private commercialService;
19
+ private baseService;
18
20
  changeStepEvent: EventEmitter<number>;
19
21
  financingData: EventEmitter<any>;
20
22
  codFormStepFour: FormGroup;
@@ -26,8 +28,11 @@ export declare class CodFormStepFourComponent extends CodFormSteps implements On
26
28
  isSemestral: boolean;
27
29
  codPrices: CodPrices[];
28
30
  codPricesFilter: CodPrices[];
31
+ dataPrices: any;
32
+ feeResponse: boolean;
33
+ thereArePlans: boolean;
29
34
  controls: import("../../logic/cod-form-controls").Control[];
30
- constructor(fb: FormBuilder, calculateQuotesService: CalculateQuotesService, communicatorService: CommunicatorService, parameterService: ParameterService, codFormControls: CodFormControls, commercialService: CommercialService);
35
+ constructor(fb: FormBuilder, calculateQuotesService: CalculateQuotesService, communicatorService: CommunicatorService, parameterService: ParameterService, codFormControls: CodFormControls, commercialService: CommercialService, baseService: BaseService);
31
36
  ngOnInit(): void;
32
37
  getValuesOfStepOneComponent(): void;
33
38
  getCodPricesByAgreement(agreement?: string): void;
@@ -45,6 +50,7 @@ export declare class CodFormStepFourComponent extends CodFormSteps implements On
45
50
  selectPaymentMethod(paymentMethod: any): void;
46
51
  selectQuotas(quotas: string): void;
47
52
  cleanComponent(): void;
53
+ selectLevels(dataPayment: any): void;
48
54
  static ɵfac: i0.ɵɵFactoryDeclaration<CodFormStepFourComponent, never>;
49
55
  static ɵcmp: i0.ɵɵComponentDeclaration<CodFormStepFourComponent, "app-cod-form-step-four", never, {}, { "changeStepEvent": "changeStepEvent"; "financingData": "financingData"; }, never, never, false>;
50
56
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.141",
3
+ "version": "3.1.142",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",