iptdevs-design-system 3.1.561 → 3.1.563

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,3 @@
1
- import { ICourseByTokenRs } from './../../../core/models/activities/activities.interface';
2
1
  import { AcademicService } from './../../../core/services/academic-service/academic.service';
3
2
  import { BaseService } from './../../../core/utils/base-service/base.service';
4
3
  import { EventEmitter, OnChanges, ChangeDetectorRef, OnInit } from '@angular/core';
@@ -32,9 +31,9 @@ export declare class CodSelfFormStepTwoComponent extends CodSelfManagedSteps imp
32
31
  messageAlertModality: boolean;
33
32
  messageAlertPlacementTest: boolean;
34
33
  SearchData: boolean;
35
- dataCourse: ICourseByTokenRs[];
34
+ dataCourse: any[];
36
35
  isLoading: boolean;
37
- CourseSelect: ICourseByTokenRs;
36
+ courseSelect?: any;
38
37
  visibleGroupReview: boolean;
39
38
  constructor(fb: FormBuilder, cdRef: ChangeDetectorRef, messageService: MessageService, baseService: BaseService, academicService: AcademicService);
40
39
  ngOnInit(): void;
@@ -50,7 +49,8 @@ export declare class CodSelfFormStepTwoComponent extends CodSelfManagedSteps imp
50
49
  selectModality(eve: IweekDaysRq[]): void;
51
50
  selectOpcionsPlacementTest(eve: IweekDaysRq[]): void;
52
51
  filterAgain(): void;
53
- courseCode(codeCourse: ICourseByTokenRs): void;
52
+ courseCode(codeCourse: any): void;
53
+ setValuesForm(): void;
54
54
  openTestInNewTab(): void;
55
55
  static ɵfac: i0.ɵɵFactoryDeclaration<CodSelfFormStepTwoComponent, never>;
56
56
  static ɵcmp: i0.ɵɵComponentDeclaration<CodSelfFormStepTwoComponent, "app-cod-self-form-step-two", never, { "scorePlacementTest": "scorePlacementTest"; "codPrevious": "codPrevious"; }, { "completed": "completed"; }, never, never, false>;
@@ -15,15 +15,16 @@ import * as i13 from "./molecules/sidenav/sidenav.component";
15
15
  import * as i14 from "./atoms/text-link/text-link.component";
16
16
  import * as i15 from "./molecules/question-type/edit-question-types.component";
17
17
  import * as i16 from "./molecules/card-course/card-course.component";
18
- import * as i17 from "@angular/common";
19
- import * as i18 from "@angular/forms";
20
- import * as i19 from "./material.module";
21
- import * as i20 from "ng2-currency-mask";
22
- import * as i21 from "primeng/panel";
23
- import * as i22 from "../core/pipes/pipe.module";
24
- import * as i23 from "primeng/skeleton";
18
+ import * as i17 from "./molecules/card-select-course/card-select-course.component";
19
+ import * as i18 from "@angular/common";
20
+ import * as i19 from "@angular/forms";
21
+ import * as i20 from "./material.module";
22
+ import * as i21 from "ng2-currency-mask";
23
+ import * as i22 from "primeng/panel";
24
+ import * as i23 from "../core/pipes/pipe.module";
25
+ import * as i24 from "primeng/skeleton";
25
26
  export declare class ComponentsModule {
26
27
  static ɵfac: i0.ɵɵFactoryDeclaration<ComponentsModule, never>;
27
- static ɵmod: i0.ɵɵNgModuleDeclaration<ComponentsModule, [typeof i1.AsideButtonComponent, typeof i2.ButtonComponent, typeof i3.CheckboxComponent, typeof i4.CreateUserFormComponent, typeof i5.DatalistComponent, typeof i6.InputComponent, typeof i7.LevelButtonComponent, typeof i8.LevelTextComponent, typeof i9.LoginFormComponent, typeof i10.LoaderComponent, typeof i11.RadioComponent, typeof i12.SelectComponent, typeof i13.SidenavComponent, typeof i14.TextLinkComponent, typeof i15.QuestionTypeComponent, typeof i16.CardCourseComponent], [typeof i17.CommonModule, typeof i18.FormsModule, typeof i18.ReactiveFormsModule, typeof i19.MaterialModule, typeof i20.CurrencyMaskModule, typeof i21.PanelModule, typeof i22.PipeModule, typeof i23.SkeletonModule], [typeof i1.AsideButtonComponent, typeof i2.ButtonComponent, typeof i3.CheckboxComponent, typeof i4.CreateUserFormComponent, typeof i5.DatalistComponent, typeof i6.InputComponent, typeof i7.LevelButtonComponent, typeof i8.LevelTextComponent, typeof i10.LoaderComponent, typeof i11.RadioComponent, typeof i12.SelectComponent, typeof i14.TextLinkComponent, typeof i9.LoginFormComponent, typeof i13.SidenavComponent, typeof i20.CurrencyMaskModule, typeof i15.QuestionTypeComponent, typeof i16.CardCourseComponent]>;
28
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ComponentsModule, [typeof i1.AsideButtonComponent, typeof i2.ButtonComponent, typeof i3.CheckboxComponent, typeof i4.CreateUserFormComponent, typeof i5.DatalistComponent, typeof i6.InputComponent, typeof i7.LevelButtonComponent, typeof i8.LevelTextComponent, typeof i9.LoginFormComponent, typeof i10.LoaderComponent, typeof i11.RadioComponent, typeof i12.SelectComponent, typeof i13.SidenavComponent, typeof i14.TextLinkComponent, typeof i15.QuestionTypeComponent, typeof i16.CardCourseComponent, typeof i17.CardSelectCourseComponent], [typeof i18.CommonModule, typeof i19.FormsModule, typeof i19.ReactiveFormsModule, typeof i20.MaterialModule, typeof i21.CurrencyMaskModule, typeof i22.PanelModule, typeof i23.PipeModule, typeof i24.SkeletonModule], [typeof i1.AsideButtonComponent, typeof i2.ButtonComponent, typeof i3.CheckboxComponent, typeof i4.CreateUserFormComponent, typeof i5.DatalistComponent, typeof i6.InputComponent, typeof i7.LevelButtonComponent, typeof i8.LevelTextComponent, typeof i10.LoaderComponent, typeof i11.RadioComponent, typeof i12.SelectComponent, typeof i14.TextLinkComponent, typeof i9.LoginFormComponent, typeof i13.SidenavComponent, typeof i21.CurrencyMaskModule, typeof i15.QuestionTypeComponent, typeof i16.CardCourseComponent, typeof i17.CardSelectCourseComponent]>;
28
29
  static ɵinj: i0.ɵɵInjectorDeclaration<ComponentsModule>;
29
30
  }
@@ -0,0 +1,9 @@
1
+ import { OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class CardSelectCourseComponent implements OnInit {
4
+ courseSelect?: any;
5
+ ngOnInit(): void;
6
+ selectDepartment(event: any): void;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<CardSelectCourseComponent, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardSelectCourseComponent, "ipt-card-select-course-self-cod-managed", never, { "courseSelect": "courseSelect"; }, {}, never, never, false>;
9
+ }
@@ -410,3 +410,74 @@ export interface IObtainPaymentTranHistoryByCodRq {
410
410
  course_code: number;
411
411
  cod_code: number;
412
412
  }
413
+ export interface IObtainStudentPaymentByDiffParamRq {
414
+ token: string;
415
+ user: string;
416
+ }
417
+ export interface IObtainStudentPaymentByDiffParamRs {
418
+ code: number;
419
+ document: string;
420
+ full_name: string;
421
+ phone: string;
422
+ email: string;
423
+ overdue_payments: IOverduePaymentsRs;
424
+ outstanding_payments: IOutstandingPaymentsRs;
425
+ payments_made: number;
426
+ previous_course: null;
427
+ color_due: string;
428
+ fulldataCourse: IAllCoursesViewedRs;
429
+ current_cod: ICurrentCodRs;
430
+ all_courses_viewed: IAllCoursesViewedRs[];
431
+ user_wallet: IUserWalletRs;
432
+ }
433
+ export interface IAllCoursesViewedRs {
434
+ code: number;
435
+ course_schedule: string[];
436
+ teacher: string;
437
+ course_type: ICourseTypeCluAndTheRs;
438
+ to_start: Date;
439
+ start_date: Date;
440
+ finish_date: Date;
441
+ capacity: number;
442
+ more_days: null;
443
+ english_level: string;
444
+ agreement: string;
445
+ course_modality: ICourseModalityRq;
446
+ is_renovation: number;
447
+ is_from: null;
448
+ is_club: number;
449
+ is_visible: number;
450
+ updated_at?: Date;
451
+ created_at: Date;
452
+ }
453
+ export interface ICurrentCodRs {
454
+ code: number;
455
+ course: number;
456
+ course_type: number;
457
+ agreement: number;
458
+ english_level: number;
459
+ student: number;
460
+ parent: number;
461
+ aditional_information: number;
462
+ adviser: number;
463
+ cod_status: number;
464
+ cod_price: number;
465
+ cod_paid: number;
466
+ updated_at: Date;
467
+ created_at: Date;
468
+ }
469
+ export interface IOutstandingPaymentsRs {
470
+ outstanding_payments: number;
471
+ number_installments: number;
472
+ }
473
+ export interface IOverduePaymentsRs {
474
+ Overdue_payments: number;
475
+ number_installments: number;
476
+ }
477
+ export interface IUserWalletRs {
478
+ user_code: number;
479
+ full_name: string;
480
+ email_ipt: string;
481
+ phone_number: string;
482
+ is_visible: number;
483
+ }
@@ -1,6 +1,6 @@
1
1
  import { HttpClient } from '@angular/common/http';
2
2
  import { Observable } from 'rxjs';
3
- import { getdiscountAllRq, DiscountRq, DiscountUpdateRq, IObtainAllCoursewallet, IAssignRequestRq, IObtainAvailableCourseRs, IGetCodByPaymentPlanRq, IUpdateAmountCodPaymentsRq, IParamsUpdateDateCodPaymentsRq, ICancelStudentReceiptRq, ICancelledReceiptByDateRq, IPaymentsReceivedByUserRq, IObtainCourseByCoodDiffParamRq, NameCommonExpenses, IObtainPaymentTranHistoryRq } from '../../models/budget/budget.model';
3
+ import { getdiscountAllRq, DiscountRq, DiscountUpdateRq, IObtainAllCoursewallet, IAssignRequestRq, IObtainAvailableCourseRs, IGetCodByPaymentPlanRq, IUpdateAmountCodPaymentsRq, IParamsUpdateDateCodPaymentsRq, ICancelStudentReceiptRq, ICancelledReceiptByDateRq, IPaymentsReceivedByUserRq, IObtainCourseByCoodDiffParamRq, NameCommonExpenses, IObtainPaymentTranHistoryRq, IObtainStudentPaymentByDiffParamRq } from '../../models/budget/budget.model';
4
4
  import { IFullCodStudentOverdueByCoordinatorRq, IPaymentOverdueByCoordinatorCourseRq, IPaymentOverdueByCoordinatorRq, PaymentBillRq2, PriceByTypeServiceRq } from '../../models/payment/payment-rq.model';
5
5
  import { IgetCoursesFinishAndunassignedRq } from '../../models/reports/reports.model';
6
6
  import { IPTGeneralService } from '../service-enviroments';
@@ -55,6 +55,7 @@ export declare class BudgetService extends IPTGeneralService {
55
55
  obtainCodAndStatusApprovedLevelByGroup(param: NameCommonExpenses): Observable<any>;
56
56
  obtainStudentPaymentTransactionHistoryByCourse(param: IObtainPaymentTranHistoryRq): Observable<any>;
57
57
  obtainPaymentTransactionHistoryByCod(param: IObtainPaymentTranHistoryRq): Observable<any>;
58
+ obtainStudentPaymentByDifferentParameter(param: IObtainStudentPaymentByDiffParamRq): Observable<any>;
58
59
  static ɵfac: i0.ɵɵFactoryDeclaration<BudgetService, never>;
59
60
  static ɵprov: i0.ɵɵInjectableDeclaration<BudgetService>;
60
61
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.561",
3
+ "version": "3.1.563",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",
package/public-api.d.ts CHANGED
@@ -18,6 +18,7 @@ export * from "./lib/components/molecules/sidenav/sidenav.component";
18
18
  export * from "./lib/components/molecules/question-type/edit-question-types.component";
19
19
  export * from "./lib/components/forms/create-user-form/create-user-form.component";
20
20
  export * from "./lib/components/molecules/card-course/card-course.component";
21
+ export * from "./lib/components/molecules/card-select-course/card-select-course.component";
21
22
  export * from "./lib/core/services/attendance-service/attendance.service";
22
23
  export * from "./lib/core/services/budget-service/budget-service";
23
24
  export * from "./lib/core/services/course-service/course-service.model";