iptdevs-design-system 3.1.571 → 3.1.573

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.
@@ -17,8 +17,9 @@ import * as i15 from "primeng/accordion";
17
17
  import * as i16 from "primeng/checkbox";
18
18
  import * as i17 from "primeng/radiobutton";
19
19
  import * as i18 from "primeng/tooltip";
20
+ import * as i19 from "primeng/table";
20
21
  export declare class codSelfManagedModule {
21
22
  static ɵfac: i0.ɵɵFactoryDeclaration<codSelfManagedModule, never>;
22
- static ɵmod: i0.ɵɵNgModuleDeclaration<codSelfManagedModule, [typeof i1.CodSelfManagedComponent, typeof i2.CodSelfFormStepOneComponent, typeof i3.CodSelfFormStepTwoComponent, typeof i4.CodSelfFormStepThreeComponent, typeof i5.CodSelfFormStepFourComponent], [typeof i6.CommonModule, typeof i7.ComponentsModule, typeof i8.ReactiveFormsModule, typeof i9.StepsModule, typeof i8.FormsModule, typeof i10.ButtonModule, typeof i11.ToastModule, typeof i12.CalendarModule, typeof i13.TabViewModule, typeof i14.SelectButtonModule, typeof i15.AccordionModule, typeof i16.CheckboxModule, typeof i17.RadioButtonModule, typeof i18.TooltipModule], [typeof i1.CodSelfManagedComponent, typeof i2.CodSelfFormStepOneComponent, typeof i3.CodSelfFormStepTwoComponent, typeof i4.CodSelfFormStepThreeComponent, typeof i5.CodSelfFormStepFourComponent]>;
23
+ static ɵmod: i0.ɵɵNgModuleDeclaration<codSelfManagedModule, [typeof i1.CodSelfManagedComponent, typeof i2.CodSelfFormStepOneComponent, typeof i3.CodSelfFormStepTwoComponent, typeof i4.CodSelfFormStepThreeComponent, typeof i5.CodSelfFormStepFourComponent], [typeof i6.CommonModule, typeof i7.ComponentsModule, typeof i8.ReactiveFormsModule, typeof i9.StepsModule, typeof i8.FormsModule, typeof i10.ButtonModule, typeof i11.ToastModule, typeof i12.CalendarModule, typeof i13.TabViewModule, typeof i14.SelectButtonModule, typeof i15.AccordionModule, typeof i16.CheckboxModule, typeof i17.RadioButtonModule, typeof i18.TooltipModule, typeof i19.TableModule], [typeof i1.CodSelfManagedComponent, typeof i2.CodSelfFormStepOneComponent, typeof i3.CodSelfFormStepTwoComponent, typeof i4.CodSelfFormStepThreeComponent, typeof i5.CodSelfFormStepFourComponent]>;
23
24
  static ɵinj: i0.ɵɵInjectorDeclaration<codSelfManagedModule>;
24
25
  }
@@ -1,11 +1,41 @@
1
+ import { CalculateQuotesService } from './../../../cod/logic/calculate-quotes.service';
2
+ import { BaseService } from './../../../core/utils/base-service/base.service';
1
3
  import { EventEmitter } from '@angular/core';
4
+ import { MessageService } from 'primeng/api';
2
5
  import { CodSelfManagedSteps } from '../../logic/cod-self-managed-steps';
6
+ import { FormGroup, FormBuilder } from '@angular/forms';
7
+ import { CommercialService } from '../../../core/services/commercial-service/comercial.service';
3
8
  import * as i0 from "@angular/core";
4
9
  export declare class CodSelfFormStepThreeComponent extends CodSelfManagedSteps {
10
+ private fb;
11
+ private messageService;
12
+ private commercialService;
13
+ private baseService;
14
+ private calculateQuotesService;
5
15
  completed: EventEmitter<number>;
6
- constructor();
16
+ financingData: EventEmitter<any>;
17
+ messageInfo: string;
18
+ visible: boolean;
19
+ codSelfFormStepThree: FormGroup;
20
+ paymentMethods: any[];
21
+ feeResponse: boolean;
22
+ thereArePlans: boolean;
23
+ dataPrices: any;
24
+ isFinancing: boolean;
25
+ isCalculateQuotesButtonClicked: boolean;
26
+ dataFinancing: any[];
27
+ constructor(fb: FormBuilder, messageService: MessageService, commercialService: CommercialService, baseService: BaseService, calculateQuotesService: CalculateQuotesService);
28
+ initForm(): void;
29
+ onReject(): void;
30
+ showConfirm(): void;
31
+ selectPaymentMethod(paymentMethod: any): void;
32
+ clearInputPayment(): void;
7
33
  back(): void;
8
34
  sendForm(): void;
35
+ showTable(): void;
36
+ calculateNewQuotes(): void;
37
+ selectLevels(dataPayment: any): void;
38
+ updateValueAndValidity(): void;
9
39
  static ɵfac: i0.ɵɵFactoryDeclaration<CodSelfFormStepThreeComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<CodSelfFormStepThreeComponent, "app-cod-self-form-step-three", never, {}, { "completed": "completed"; }, never, never, false>;
40
+ static ɵcmp: i0.ɵɵComponentDeclaration<CodSelfFormStepThreeComponent, "app-cod-self-form-step-three", never, {}, { "completed": "completed"; "financingData": "financingData"; }, never, never, false>;
11
41
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.571",
3
+ "version": "3.1.573",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",