iptdevs-design-system 3.1.214 → 3.1.216

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, OnInit, SimpleChanges } 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';
@@ -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,6 +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);
38
+ ngOnChanges(changes: SimpleChanges): void;
37
39
  ngOnInit(): void;
38
40
  getValuesOfStepOneComponent(): void;
39
41
  getCodPricesByAgreement(agreement?: string): void;
@@ -53,6 +55,7 @@ export declare class CodFormStepFourComponent extends CodFormSteps implements On
53
55
  cleanComponent(): void;
54
56
  selectLevels(dataPayment: any): void;
55
57
  clearInputPayment(): void;
58
+ setDataFromPreviusCodPrices(): void;
56
59
  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>;
60
+ static ɵcmp: i0.ɵɵComponentDeclaration<CodFormStepFourComponent, "app-cod-form-step-four", never, { "isEditCod": "isEditCod"; "initialData": "initialData"; }, { "changeStepEvent": "changeStepEvent"; "financingData": "financingData"; }, never, never, false>;
58
61
  }
@@ -30,6 +30,7 @@ export declare class CodFormStepOneComponent extends CodFormSteps implements OnC
30
30
  constructor(fb: FormBuilder, parameterService: ParameterService, copiesService: CopiesService, baseService: BaseService, courseService: CourseService, communicatorService: CommunicatorService);
31
31
  ngOnChanges(changes: SimpleChanges): void;
32
32
  setDataFromUserHistory(): void;
33
+ setDataFromEditCodHistory(): void;
33
34
  startLocalStorageWork(): void;
34
35
  getParameters(): void;
35
36
  initForm(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.214",
3
+ "version": "3.1.216",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",