iptdevs-design-system 3.1.140 → 3.1.142

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.
@@ -7,6 +7,7 @@ import { CommunicatorService } from '../../logic/communicator.service';
7
7
  import { CodPrices } from '../../../core/models/commercial/commercial.model';
8
8
  import { ParameterService } from '../../../core/services/parameters-service/parameters.service';
9
9
  import { CommercialService } from '../../../core/services/commercial-service/comercial.service';
10
+ import { BaseService } from 'design-system/src/lib/core/utils/base-service/base.service';
10
11
  import * as i0 from "@angular/core";
11
12
  export declare class CodFormStepFourComponent extends CodFormSteps implements OnInit {
12
13
  private fb;
@@ -15,6 +16,7 @@ export declare class CodFormStepFourComponent extends CodFormSteps implements On
15
16
  private parameterService;
16
17
  private codFormControls;
17
18
  private commercialService;
19
+ private baseService;
18
20
  changeStepEvent: EventEmitter<number>;
19
21
  financingData: EventEmitter<any>;
20
22
  codFormStepFour: FormGroup;
@@ -26,8 +28,11 @@ export declare class CodFormStepFourComponent extends CodFormSteps implements On
26
28
  isSemestral: boolean;
27
29
  codPrices: CodPrices[];
28
30
  codPricesFilter: CodPrices[];
31
+ dataPrices: any;
32
+ feeResponse: boolean;
33
+ thereArePlans: boolean;
29
34
  controls: import("../../logic/cod-form-controls").Control[];
30
- constructor(fb: FormBuilder, calculateQuotesService: CalculateQuotesService, communicatorService: CommunicatorService, parameterService: ParameterService, codFormControls: CodFormControls, commercialService: CommercialService);
35
+ constructor(fb: FormBuilder, calculateQuotesService: CalculateQuotesService, communicatorService: CommunicatorService, parameterService: ParameterService, codFormControls: CodFormControls, commercialService: CommercialService, baseService: BaseService);
31
36
  ngOnInit(): void;
32
37
  getValuesOfStepOneComponent(): void;
33
38
  getCodPricesByAgreement(agreement?: string): void;
@@ -45,6 +50,7 @@ export declare class CodFormStepFourComponent extends CodFormSteps implements On
45
50
  selectPaymentMethod(paymentMethod: any): void;
46
51
  selectQuotas(quotas: string): void;
47
52
  cleanComponent(): void;
53
+ selectLevels(dataPayment: any): void;
48
54
  static ɵfac: i0.ɵɵFactoryDeclaration<CodFormStepFourComponent, never>;
49
55
  static ɵcmp: i0.ɵɵComponentDeclaration<CodFormStepFourComponent, "app-cod-form-step-four", never, {}, { "changeStepEvent": "changeStepEvent"; "financingData": "financingData"; }, never, never, false>;
50
56
  }
@@ -106,3 +106,11 @@ export interface ITypeSocialNetworksRq {
106
106
  code: number;
107
107
  name: string;
108
108
  }
109
+ export interface ISocialNetworksRq {
110
+ token: string;
111
+ name: string;
112
+ email: string;
113
+ phone: number;
114
+ plaform_id: number;
115
+ description: string;
116
+ }
@@ -5,6 +5,7 @@ import { CreateCODRq, FullDataCODRq, GetCodByCourseRq } from '../../models/cod/c
5
5
  import { IPTGeneralService } from '../service-enviroments';
6
6
  import { AdicInfoByCodeRq, CodPricesRq, IGoalInterfaceRq, ParentByCodeRq, IReportExcelRq, IObtainRefersByUserRq, IAssignPosibleStudentForValueRq, IGetContactsadviserRq, IObtainCodPricesRq } from '../../models/commercial/commercial.model';
7
7
  import { UserTokenRq } from '../../models/user/user-rq.model';
8
+ import { ISocialNetworksRq } from '../../models/marketing/marketing.model';
8
9
  import * as i0 from "@angular/core";
9
10
  export declare class CommercialService extends IPTGeneralService {
10
11
  private http;
@@ -35,6 +36,7 @@ export declare class CommercialService extends IPTGeneralService {
35
36
  postAssignPosibleStuentForValue(params: IAssignPosibleStudentForValueRq): Observable<any>;
36
37
  getContactsByAdviserCommercial(params: IGetContactsadviserRq): Observable<any>;
37
38
  ObtainCodPrices(params: IObtainCodPricesRq): Observable<any>;
39
+ postCreatedSocialNetowrks(params: ISocialNetworksRq): Observable<any>;
38
40
  static ɵfac: i0.ɵɵFactoryDeclaration<CommercialService, never>;
39
41
  static ɵprov: i0.ɵɵInjectableDeclaration<CommercialService>;
40
42
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.140",
3
+ "version": "3.1.142",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",