iptdevs-design-system 3.1.869 → 3.1.871

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.
@@ -3,9 +3,7 @@ import { FormGroup, FormBuilder } from '@angular/forms';
3
3
  import { CodFormSteps } from '../../logic/cod-form-steps';
4
4
  import { CodFormControls } from '../../logic/cod-form-controls';
5
5
  import { CalculateQuotesService } from '../../logic/calculate-quotes.service';
6
- import { CommunicatorService } from '../../logic/communicator.service';
7
6
  import { CodPrices } from '../../../core/models/commercial/commercial.model';
8
- import { ParameterService } from '../../../core/services/parameters-service/parameters.service';
9
7
  import { CommercialService } from '../../../core/services/commercial-service/comercial.service';
10
8
  import { BaseService } from '../../../core/utils/base-service/base.service';
11
9
  import * as i0 from "@angular/core";
@@ -14,8 +12,6 @@ export declare class CodFormStepFourComponent extends CodFormSteps implements On
14
12
  private calculateQuotesService;
15
13
  private codFormControls;
16
14
  private commercialService;
17
- private communicatorService;
18
- private parameterService;
19
15
  private baseService;
20
16
  isEditCod?: boolean;
21
17
  initialData?: any;
@@ -36,9 +32,8 @@ export declare class CodFormStepFourComponent extends CodFormSteps implements On
36
32
  thereArePlans: boolean;
37
33
  isDisabledSel: boolean;
38
34
  controls: import("../../logic/cod-form-controls").Control[];
39
- constructor(fb: FormBuilder, calculateQuotesService: CalculateQuotesService, codFormControls: CodFormControls, commercialService: CommercialService, communicatorService: CommunicatorService, parameterService: ParameterService, baseService: BaseService);
35
+ constructor(fb: FormBuilder, calculateQuotesService: CalculateQuotesService, codFormControls: CodFormControls, commercialService: CommercialService, baseService: BaseService);
40
36
  ngOnChanges(changes: SimpleChanges): void;
41
- getValuesOfStepOneComponent(): void;
42
37
  getCodPricesByAgreement(agreement?: string): void;
43
38
  validateErrors(): void;
44
39
  searchPriceByTypePayment(agreementSelected: any, type: string, change: string): void;
@@ -25,9 +25,9 @@ export declare class CodFormStepOneComponent extends CodFormSteps implements OnC
25
25
  codFormStepOne: FormGroup;
26
26
  hasAvailableCourse: boolean;
27
27
  isLoading: boolean;
28
- agreements: any[];
28
+ agreements: any;
29
29
  availibleCourses: any[];
30
- course_type: any[];
30
+ course_type: any;
31
31
  levels: any;
32
32
  plans: any;
33
33
  isDisabledSel: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.869",
3
+ "version": "3.1.871",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",