iptdevs-design-system 3.1.204 → 3.1.206
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.
- package/esm2020/lib/cod/cod-form/cod-form.component.mjs +27 -8
- package/esm2020/lib/cod/steps/cod-form-step-five/cod-form-step-five.component.mjs +18 -8
- package/esm2020/lib/core/models/budget/budget.model.mjs +1 -1
- package/esm2020/lib/core/services/budget-service/budget-service.mjs +6 -1
- package/fesm2015/iptdevs-design-system.mjs +48 -14
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +48 -14
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/lib/cod/cod-form/cod-form.component.d.ts +3 -1
- package/lib/cod/steps/cod-form-step-five/cod-form-step-five.component.d.ts +2 -1
- package/lib/core/models/budget/budget.model.d.ts +6 -0
- package/lib/core/services/budget-service/budget-service.d.ts +2 -1
- package/package.json +1 -1
|
@@ -14,6 +14,7 @@ export declare class CodFormComponent implements OnChanges {
|
|
|
14
14
|
dataFromPreviusCodData?: any;
|
|
15
15
|
courseSelect?: any;
|
|
16
16
|
isNewCod: boolean;
|
|
17
|
+
editCod: boolean;
|
|
17
18
|
okCreatedCOD: EventEmitter<Boolean>;
|
|
18
19
|
subscription?: Subscription;
|
|
19
20
|
private allowedRoles;
|
|
@@ -24,6 +25,7 @@ export declare class CodFormComponent implements OnChanges {
|
|
|
24
25
|
financingData?: any[];
|
|
25
26
|
isLoading: boolean;
|
|
26
27
|
loaderMessage: string;
|
|
28
|
+
codCreationSubscription: Subscription | null;
|
|
27
29
|
constructor(baseService: BaseService, localStorageCOD: LocalStorageCODService, codFormControls: CodFormControls, commercialService: CommercialService);
|
|
28
30
|
ngOnChanges(changes: SimpleChanges): void;
|
|
29
31
|
allowedRole(): boolean;
|
|
@@ -35,5 +37,5 @@ export declare class CodFormComponent implements OnChanges {
|
|
|
35
37
|
getCreateCOD(data: any[]): CreateCODRq;
|
|
36
38
|
changeStep(step: number): void;
|
|
37
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<CodFormComponent, never>;
|
|
38
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CodFormComponent, "ipt-cod-form", never, { "dataFromPreviusCodData": "dataFromPreviusCodData"; "courseSelect": "courseSelect"; "isNewCod": "isNewCod"; }, { "okCreatedCOD": "okCreatedCOD"; }, never, never, false>;
|
|
40
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CodFormComponent, "ipt-cod-form", never, { "dataFromPreviusCodData": "dataFromPreviusCodData"; "courseSelect": "courseSelect"; "isNewCod": "isNewCod"; "editCod": "editCod"; }, { "okCreatedCOD": "okCreatedCOD"; }, never, never, false>;
|
|
39
41
|
}
|
|
@@ -8,6 +8,7 @@ export declare class CodFormStepFiveComponent extends CodFormSteps implements On
|
|
|
8
8
|
private parameterService;
|
|
9
9
|
userRole: number;
|
|
10
10
|
initialData?: any;
|
|
11
|
+
isEditCod?: boolean;
|
|
11
12
|
changeStepEvent: EventEmitter<number>;
|
|
12
13
|
action: EventEmitter<string>;
|
|
13
14
|
codFormStepFive: FormGroup;
|
|
@@ -36,5 +37,5 @@ export declare class CodFormStepFiveComponent extends CodFormSteps implements On
|
|
|
36
37
|
referredUser(data: any): void;
|
|
37
38
|
openModalReferred(): void;
|
|
38
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<CodFormStepFiveComponent, never>;
|
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CodFormStepFiveComponent, "app-cod-form-step-five", never, { "userRole": "userRole"; "initialData": "initialData"; }, { "changeStepEvent": "changeStepEvent"; "action": "action"; }, never, never, false>;
|
|
40
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CodFormStepFiveComponent, "app-cod-form-step-five", never, { "userRole": "userRole"; "initialData": "initialData"; "isEditCod": "isEditCod"; }, { "changeStepEvent": "changeStepEvent"; "action": "action"; }, never, never, false>;
|
|
40
41
|
}
|
|
@@ -270,3 +270,9 @@ export interface ICancelStudentReceiptRq {
|
|
|
270
270
|
quotas_affected: IQuotasAffectedRq[] | null;
|
|
271
271
|
receipt: number | null;
|
|
272
272
|
}
|
|
273
|
+
export interface ICancelledReceiptByDateRq {
|
|
274
|
+
token: string;
|
|
275
|
+
code_type_consult: number;
|
|
276
|
+
start_date: Date | null;
|
|
277
|
+
finish_date: Date | null;
|
|
278
|
+
}
|
|
@@ -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 } from '../../models/budget/budget.model';
|
|
3
|
+
import { getdiscountAllRq, DiscountRq, DiscountUpdateRq, IObtainAllCoursewallet, IAssignRequestRq, IObtainAvailableCourseRs, IGetCodByPaymentPlanRq, IUpdateAmountCodPaymentsRq, IParamsUpdateDateCodPaymentsRq, ICancelStudentReceiptRq, ICancelledReceiptByDateRq } 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';
|
|
@@ -46,6 +46,7 @@ export declare class BudgetService extends IPTGeneralService {
|
|
|
46
46
|
obtainReceiptByCode(codeReceipt: number): Observable<any>;
|
|
47
47
|
obtainPaymentsForReceiptCode(codeStudent: number): Observable<any>;
|
|
48
48
|
canelStudentReceipt(params: ICancelStudentReceiptRq): Observable<any>;
|
|
49
|
+
getCancelledReceiptsByDate(params: ICancelledReceiptByDateRq): Observable<any>;
|
|
49
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<BudgetService, never>;
|
|
50
51
|
static ɵprov: i0.ɵɵInjectableDeclaration<BudgetService>;
|
|
51
52
|
}
|