iptdevs-design-system 3.1.577 → 3.1.578

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,12 +1,12 @@
1
1
  import { CalculateQuotesService } from './../../../cod/logic/calculate-quotes.service';
2
2
  import { BaseService } from './../../../core/utils/base-service/base.service';
3
- import { EventEmitter } from '@angular/core';
3
+ import { EventEmitter, OnInit } from '@angular/core';
4
4
  import { MessageService } from 'primeng/api';
5
5
  import { CodSelfManagedSteps } from '../../logic/cod-self-managed-steps';
6
6
  import { FormGroup, FormBuilder } from '@angular/forms';
7
7
  import { CommercialService } from '../../../core/services/commercial-service/comercial.service';
8
8
  import * as i0 from "@angular/core";
9
- export declare class CodSelfFormStepThreeComponent extends CodSelfManagedSteps {
9
+ export declare class CodSelfFormStepThreeComponent extends CodSelfManagedSteps implements OnInit {
10
10
  private fb;
11
11
  private messageService;
12
12
  private commercialService;
@@ -14,6 +14,7 @@ export declare class CodSelfFormStepThreeComponent extends CodSelfManagedSteps {
14
14
  private calculateQuotesService;
15
15
  completed: EventEmitter<number>;
16
16
  financingData: EventEmitter<any>;
17
+ controls: import("./../../logic/cod-self-managed-controls").ControlSteps[];
17
18
  messageInfo: string;
18
19
  visible: boolean;
19
20
  codSelfFormStepThree: FormGroup;
@@ -26,6 +27,8 @@ export declare class CodSelfFormStepThreeComponent extends CodSelfManagedSteps {
26
27
  dataFinancing: any[];
27
28
  constructor(fb: FormBuilder, messageService: MessageService, commercialService: CommercialService, baseService: BaseService, calculateQuotesService: CalculateQuotesService);
28
29
  initForm(): void;
30
+ ngOnInit(): void;
31
+ startLocalStorageWork(): void;
29
32
  onReject(): void;
30
33
  showConfirm(): void;
31
34
  selectPaymentMethod(paymentMethod: any): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.577",
3
+ "version": "3.1.578",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",