iptdevs-design-system 3.1.215 → 3.1.217

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.
@@ -1,4 +1,4 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
1
+ import { EventEmitter, SimpleChanges, OnChanges } from '@angular/core';
2
2
  import { FormGroup, FormBuilder } from '@angular/forms';
3
3
  import { CodFormSteps } from '../../logic/cod-form-steps';
4
4
  import { CodFormControls } from '../../logic/cod-form-controls';
@@ -9,7 +9,7 @@ import { ParameterService } from '../../../core/services/parameters-service/para
9
9
  import { CommercialService } from '../../../core/services/commercial-service/comercial.service';
10
10
  import { BaseService } from '../../../core/utils/base-service/base.service';
11
11
  import * as i0 from "@angular/core";
12
- export declare class CodFormStepFourComponent extends CodFormSteps implements OnInit {
12
+ export declare class CodFormStepFourComponent extends CodFormSteps implements OnChanges {
13
13
  private fb;
14
14
  private calculateQuotesService;
15
15
  private communicatorService;
@@ -18,6 +18,7 @@ export declare class CodFormStepFourComponent extends CodFormSteps implements On
18
18
  private commercialService;
19
19
  private baseService;
20
20
  isEditCod?: boolean;
21
+ initialData?: any;
21
22
  changeStepEvent: EventEmitter<number>;
22
23
  financingData: EventEmitter<any>;
23
24
  codFormStepFour: FormGroup;
@@ -34,7 +35,7 @@ export declare class CodFormStepFourComponent extends CodFormSteps implements On
34
35
  thereArePlans: boolean;
35
36
  controls: import("../../logic/cod-form-controls").Control[];
36
37
  constructor(fb: FormBuilder, calculateQuotesService: CalculateQuotesService, communicatorService: CommunicatorService, parameterService: ParameterService, codFormControls: CodFormControls, commercialService: CommercialService, baseService: BaseService);
37
- ngOnInit(): void;
38
+ ngOnChanges(changes: SimpleChanges): void;
38
39
  getValuesOfStepOneComponent(): void;
39
40
  getCodPricesByAgreement(agreement?: string): void;
40
41
  validateErrors(): void;
@@ -53,6 +54,7 @@ export declare class CodFormStepFourComponent extends CodFormSteps implements On
53
54
  cleanComponent(): void;
54
55
  selectLevels(dataPayment: any): void;
55
56
  clearInputPayment(): void;
57
+ setDataFromPreviusCodPrices(): void;
56
58
  static ɵfac: i0.ɵɵFactoryDeclaration<CodFormStepFourComponent, never>;
57
- static ɵcmp: i0.ɵɵComponentDeclaration<CodFormStepFourComponent, "app-cod-form-step-four", never, { "isEditCod": "isEditCod"; }, { "changeStepEvent": "changeStepEvent"; "financingData": "financingData"; }, never, never, false>;
59
+ static ɵcmp: i0.ɵɵComponentDeclaration<CodFormStepFourComponent, "app-cod-form-step-four", never, { "isEditCod": "isEditCod"; "initialData": "initialData"; }, { "changeStepEvent": "changeStepEvent"; "financingData": "financingData"; }, never, never, false>;
58
60
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.215",
3
+ "version": "3.1.217",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",