iptdevs-design-system 2.7.43 → 2.7.44
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/README.md +24 -24
- package/esm2020/iptdevs-design-system.mjs +4 -4
- package/esm2020/lib/cod/cod-documents-section/cod-documents-section.component.mjs +16 -16
- package/esm2020/lib/cod/cod-form/cod-form.component.mjs +227 -227
- package/esm2020/lib/cod/cod.module.mjs +90 -90
- package/esm2020/lib/cod/logic/calculate-quotes.service.mjs +72 -72
- package/esm2020/lib/cod/logic/cod-form-controls.mjs +91 -91
- package/esm2020/lib/cod/logic/cod-form-steps.mjs +29 -29
- package/esm2020/lib/cod/logic/communicator.service.mjs +28 -28
- package/esm2020/lib/cod/logic/local-storage-cod.service.mjs +39 -39
- package/esm2020/lib/cod/steps/cod-form-step-five/cod-form-step-five.component.mjs +146 -146
- package/esm2020/lib/cod/steps/cod-form-step-four/cod-form-step-four.component.mjs +251 -251
- package/esm2020/lib/cod/steps/cod-form-step-one/cod-form-step-one.component.mjs +200 -200
- package/esm2020/lib/cod/steps/cod-form-step-three/cod-form-step-three.component.mjs +175 -175
- package/esm2020/lib/cod/steps/cod-form-step-two/cod-form-step-two.component.mjs +255 -255
- package/esm2020/lib/components/atoms/aside-button/aside-button.component.mjs +50 -50
- package/esm2020/lib/components/atoms/button/button.component.mjs +64 -64
- package/esm2020/lib/components/atoms/checkbox/checkbox.component.mjs +47 -47
- package/esm2020/lib/components/atoms/datalist/datalist.component.mjs +94 -94
- package/esm2020/lib/components/atoms/input/input.component.mjs +145 -145
- package/esm2020/lib/components/atoms/level-button/level-button.component.mjs +64 -64
- package/esm2020/lib/components/atoms/level-text/level-text.component.mjs +19 -19
- package/esm2020/lib/components/atoms/loader/loader.component.mjs +48 -48
- package/esm2020/lib/components/atoms/radio/radio.component.mjs +47 -47
- package/esm2020/lib/components/atoms/select/select.component.mjs +102 -102
- package/esm2020/lib/components/atoms/text-link/text-link.component.mjs +39 -39
- package/esm2020/lib/components/components.module.mjs +123 -123
- package/esm2020/lib/components/forms/create-user-form/create-user-form.component.mjs +228 -228
- package/esm2020/lib/components/forms/login-form/login-form.component.mjs +93 -93
- package/esm2020/lib/components/material.module.mjs +19 -19
- package/esm2020/lib/components/molecules/question-type/edit-question-types.component.mjs +346 -346
- package/esm2020/lib/components/molecules/sidenav/sidenav.component.mjs +150 -150
- package/esm2020/lib/core/core.module.mjs +73 -73
- package/esm2020/lib/core/models/academic/academic.component.mjs +2 -2
- package/esm2020/lib/core/models/activities/activities.interface.mjs +2 -2
- package/esm2020/lib/core/models/attendance/attendance.interface.mjs +2 -2
- package/esm2020/lib/core/models/budget/budget.model.mjs +2 -2
- package/esm2020/lib/core/models/calendar/calendar-rq.models.mjs +2 -2
- package/esm2020/lib/core/models/classroom/classroom-rq.model.mjs +2 -2
- package/esm2020/lib/core/models/cod/cod-rq.model.mjs +2 -2
- package/esm2020/lib/core/models/commercial/commercial.model.mjs +2 -2
- package/esm2020/lib/core/models/course/course-rq.model.mjs +2 -2
- package/esm2020/lib/core/models/course/courses.model.mjs +2 -2
- package/esm2020/lib/core/models/cronogram/cronogram.models.mjs +2 -2
- package/esm2020/lib/core/models/marketing/marketing.model.mjs +2 -2
- package/esm2020/lib/core/models/notes/notes.interface.mjs +2 -2
- package/esm2020/lib/core/models/payment/payment-rq.model.mjs +2 -2
- package/esm2020/lib/core/models/response/response.interface.mjs +2 -2
- package/esm2020/lib/core/models/session/session.model.mjs +3 -3
- package/esm2020/lib/core/models/student/student.interface.mjs +2 -2
- package/esm2020/lib/core/models/table/table-rs.model.mjs +2 -2
- package/esm2020/lib/core/models/test/test.model.mjs +2 -2
- package/esm2020/lib/core/models/url/url.model.mjs +2 -2
- package/esm2020/lib/core/models/user/user-rq.model.mjs +2 -2
- package/esm2020/lib/core/models/user/user-rs.model.mjs +5 -5
- package/esm2020/lib/core/services/academic-service/academic.service.mjs +55 -55
- package/esm2020/lib/core/services/activity-service/activity.service.mjs +87 -87
- package/esm2020/lib/core/services/attendance-service/attendance.service.mjs +64 -64
- package/esm2020/lib/core/services/budget-service/budget-service.mjs +66 -66
- package/esm2020/lib/core/services/calendar-service/calendar.service.mjs +65 -65
- package/esm2020/lib/core/services/certificate-service/certificate.service.mjs +26 -26
- package/esm2020/lib/core/services/classroom-service/classroom-service.service.mjs +36 -36
- package/esm2020/lib/core/services/commercial-service/comercial.service.mjs +49 -49
- package/esm2020/lib/core/services/commercial-service/validators.mjs +4 -4
- package/esm2020/lib/core/services/copies.service.mjs +17 -17
- package/esm2020/lib/core/services/course-service/course-service.model.mjs +70 -70
- package/esm2020/lib/core/services/ekt-service/userekt.service.mjs +29 -29
- package/esm2020/lib/core/services/marketing-service/marketing-service.mjs +52 -52
- package/esm2020/lib/core/services/notes-service/notes.service.mjs +46 -46
- package/esm2020/lib/core/services/parameters-service/parameters.service.mjs +173 -173
- package/esm2020/lib/core/services/service-enviroments.mjs +26 -26
- package/esm2020/lib/core/services/storage-service/storage-service.mjs +50 -50
- package/esm2020/lib/core/services/student-service/student.service.mjs +26 -26
- package/esm2020/lib/core/services/switch-service/switch.service.mjs +16 -16
- package/esm2020/lib/core/services/test-service/test.service.mjs +128 -128
- package/esm2020/lib/core/services/user-service/user-service.mjs +100 -100
- package/esm2020/lib/core/utils/base-service/base.service.mjs +191 -191
- package/esm2020/lib/core/utils/copies.mjs +214 -214
- package/esm2020/lib/core/utils/route-service/route.service.mjs +18 -18
- package/esm2020/lib/design-system.module.mjs +40 -40
- package/esm2020/public-api.mjs +89 -89
- package/fesm2015/iptdevs-design-system.mjs +4592 -4592
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +4589 -4589
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/iptdevs-design-system.d.ts +5 -5
- package/lib/cod/cod-documents-section/cod-documents-section.component.d.ts +8 -8
- package/lib/cod/cod-form/cod-form.component.d.ts +37 -37
- package/lib/cod/cod.module.d.ts +21 -21
- package/lib/cod/logic/calculate-quotes.service.d.ts +14 -14
- package/lib/cod/logic/cod-form-controls.d.ts +16 -16
- package/lib/cod/logic/cod-form-steps.d.ts +15 -15
- package/lib/cod/logic/communicator.service.d.ts +13 -13
- package/lib/cod/logic/local-storage-cod.service.d.ts +8 -8
- package/lib/cod/steps/cod-form-step-five/cod-form-step-five.component.d.ts +31 -31
- package/lib/cod/steps/cod-form-step-four/cod-form-step-four.component.d.ts +47 -47
- package/lib/cod/steps/cod-form-step-one/cod-form-step-one.component.d.ts +46 -46
- package/lib/cod/steps/cod-form-step-three/cod-form-step-three.component.d.ts +35 -35
- package/lib/cod/steps/cod-form-step-two/cod-form-step-two.component.d.ts +44 -44
- package/lib/components/atoms/aside-button/aside-button.component.d.ts +11 -11
- package/lib/components/atoms/button/button.component.d.ts +13 -13
- package/lib/components/atoms/checkbox/checkbox.component.d.ts +11 -11
- package/lib/components/atoms/datalist/datalist.component.d.ts +20 -20
- package/lib/components/atoms/input/input.component.d.ts +26 -26
- package/lib/components/atoms/level-button/level-button.component.d.ts +11 -11
- package/lib/components/atoms/level-text/level-text.component.d.ts +7 -7
- package/lib/components/atoms/loader/loader.component.d.ts +7 -7
- package/lib/components/atoms/radio/radio.component.d.ts +11 -11
- package/lib/components/atoms/select/select.component.d.ts +26 -26
- package/lib/components/atoms/text-link/text-link.component.d.ts +12 -12
- package/lib/components/components.module.d.ts +25 -25
- package/lib/components/forms/create-user-form/create-user-form.component.d.ts +36 -36
- package/lib/components/forms/login-form/login-form.component.d.ts +13 -13
- package/lib/components/material.module.d.ts +11 -11
- package/lib/components/molecules/question-type/edit-question-types.component.d.ts +11 -11
- package/lib/components/molecules/sidenav/sidenav.component.d.ts +25 -25
- package/lib/core/core.module.d.ts +6 -6
- package/lib/core/models/academic/academic.component.d.ts +26 -26
- package/lib/core/models/activities/activities.interface.d.ts +12 -12
- package/lib/core/models/attendance/attendance.interface.d.ts +62 -62
- package/lib/core/models/budget/budget.model.d.ts +69 -69
- package/lib/core/models/calendar/calendar-rq.models.d.ts +27 -27
- package/lib/core/models/classroom/classroom-rq.model.d.ts +23 -23
- package/lib/core/models/cod/cod-rq.model.d.ts +168 -168
- package/lib/core/models/commercial/commercial.model.d.ts +10 -10
- package/lib/core/models/course/course-rq.model.d.ts +86 -86
- package/lib/core/models/course/courses.model.d.ts +18 -18
- package/lib/core/models/cronogram/cronogram.models.d.ts +184 -183
- package/lib/core/models/marketing/marketing.model.d.ts +104 -104
- package/lib/core/models/notes/notes.interface.d.ts +89 -89
- package/lib/core/models/payment/payment-rq.model.d.ts +212 -212
- package/lib/core/models/response/response.interface.d.ts +10 -10
- package/lib/core/models/session/session.model.d.ts +5 -5
- package/lib/core/models/student/student.interface.d.ts +4 -4
- package/lib/core/models/table/table-rs.model.d.ts +7 -7
- package/lib/core/models/test/test.model.d.ts +219 -219
- package/lib/core/models/url/url.model.d.ts +8 -8
- package/lib/core/models/user/user-rq.model.d.ts +90 -90
- package/lib/core/models/user/user-rs.model.d.ts +35 -35
- package/lib/core/services/academic-service/academic.service.d.ts +20 -20
- package/lib/core/services/activity-service/activity.service.d.ts +25 -25
- package/lib/core/services/attendance-service/attendance.service.d.ts +22 -22
- package/lib/core/services/budget-service/budget-service.d.ts +23 -23
- package/lib/core/services/calendar-service/calendar.service.d.ts +23 -23
- package/lib/core/services/certificate-service/certificate.service.d.ts +13 -13
- package/lib/core/services/classroom-service/classroom-service.service.d.ts +15 -15
- package/lib/core/services/commercial-service/comercial.service.d.ts +19 -19
- package/lib/core/services/commercial-service/validators.d.ts +2 -2
- package/lib/core/services/copies.service.d.ts +7 -7
- package/lib/core/services/course-service/course-service.model.d.ts +23 -23
- package/lib/core/services/ekt-service/userekt.service.d.ts +13 -13
- package/lib/core/services/marketing-service/marketing-service.d.ts +19 -19
- package/lib/core/services/notes-service/notes.service.d.ts +18 -18
- package/lib/core/services/parameters-service/parameters.service.d.ts +49 -49
- package/lib/core/services/service-enviroments.d.ts +5 -5
- package/lib/core/services/storage-service/storage-service.d.ts +18 -18
- package/lib/core/services/student-service/student.service.d.ts +13 -13
- package/lib/core/services/switch-service/switch.service.d.ts +8 -8
- package/lib/core/services/test-service/test.service.d.ts +33 -33
- package/lib/core/services/user-service/user-service.d.ts +30 -30
- package/lib/core/utils/base-service/base.service.d.ts +23 -23
- package/lib/core/utils/copies.d.ts +1 -1
- package/lib/core/utils/route-service/route.service.d.ts +9 -9
- package/lib/design-system.module.d.ts +10 -10
- package/package.json +1 -1
- package/public-api.d.ts +76 -76
|
@@ -1,49 +1,49 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { IPTGeneralService } from '../service-enviroments';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class ParameterService extends IPTGeneralService {
|
|
6
|
-
private http;
|
|
7
|
-
private SERVICE_URL;
|
|
8
|
-
constructor(http: HttpClient);
|
|
9
|
-
getIndicatives(): Observable<any>;
|
|
10
|
-
getCardTypes(country: string): Observable<any>;
|
|
11
|
-
getCountries(): Observable<any>;
|
|
12
|
-
getStatesByCountry(country: string): Observable<any>;
|
|
13
|
-
getCitiesByState(state: number): Observable<any>;
|
|
14
|
-
getAllPlans(): Observable<any>;
|
|
15
|
-
getLevels(): Observable<any>;
|
|
16
|
-
getAgreements(): Observable<any>;
|
|
17
|
-
getAgreementByCategory(typeCategory: any): Observable<any>;
|
|
18
|
-
getAllClassrooms(): Observable<any>;
|
|
19
|
-
getCoursesTypes(): Observable<any>;
|
|
20
|
-
getCoursesTypesByPlan(typePlan: any): Observable<any>;
|
|
21
|
-
getDegrees(): Observable<any>;
|
|
22
|
-
getProgramsByDegree(typeDegree: any): Observable<any>;
|
|
23
|
-
getMarketingReasons(): Observable<any>;
|
|
24
|
-
getStudyReasons(): Observable<any>;
|
|
25
|
-
getAcademicUnits(): Observable<any>;
|
|
26
|
-
getStatusContact(): Observable<any>;
|
|
27
|
-
getTypePlan(): Observable<any>;
|
|
28
|
-
getTypePlanDiscount(): Observable<any>;
|
|
29
|
-
getContactedType(): Observable<any>;
|
|
30
|
-
getStatusByCode(codeStatus: number): Observable<any>;
|
|
31
|
-
getAllTypeDiscount(): Observable<any>;
|
|
32
|
-
getAllCourseModality(): Observable<any>;
|
|
33
|
-
getAllPaymentMethod(): Observable<any>;
|
|
34
|
-
getAllPaymentService(): Observable<any>;
|
|
35
|
-
getAllBanks(): Observable<any>;
|
|
36
|
-
getAllCampus(): Observable<any>;
|
|
37
|
-
getCampusByCode(codeCampu: number): Observable<any>;
|
|
38
|
-
getGenders(): Observable<any>;
|
|
39
|
-
getGenderByCode(code: number): Observable<any>;
|
|
40
|
-
getStratums(): Observable<any>;
|
|
41
|
-
getStratumByCode(code: number): Observable<any>;
|
|
42
|
-
getCivilStatus(): Observable<any>;
|
|
43
|
-
getCivilStatusByCode(code: number): Observable<any>;
|
|
44
|
-
getMulticulturalisms(): Observable<any>;
|
|
45
|
-
getMulticulturalismByCode(code: number): Observable<any>;
|
|
46
|
-
getClassRoomByMod(codeModality: number): Observable<any>;
|
|
47
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ParameterService, never>;
|
|
48
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ParameterService>;
|
|
49
|
-
}
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { IPTGeneralService } from '../service-enviroments';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class ParameterService extends IPTGeneralService {
|
|
6
|
+
private http;
|
|
7
|
+
private SERVICE_URL;
|
|
8
|
+
constructor(http: HttpClient);
|
|
9
|
+
getIndicatives(): Observable<any>;
|
|
10
|
+
getCardTypes(country: string): Observable<any>;
|
|
11
|
+
getCountries(): Observable<any>;
|
|
12
|
+
getStatesByCountry(country: string): Observable<any>;
|
|
13
|
+
getCitiesByState(state: number): Observable<any>;
|
|
14
|
+
getAllPlans(): Observable<any>;
|
|
15
|
+
getLevels(): Observable<any>;
|
|
16
|
+
getAgreements(): Observable<any>;
|
|
17
|
+
getAgreementByCategory(typeCategory: any): Observable<any>;
|
|
18
|
+
getAllClassrooms(): Observable<any>;
|
|
19
|
+
getCoursesTypes(): Observable<any>;
|
|
20
|
+
getCoursesTypesByPlan(typePlan: any): Observable<any>;
|
|
21
|
+
getDegrees(): Observable<any>;
|
|
22
|
+
getProgramsByDegree(typeDegree: any): Observable<any>;
|
|
23
|
+
getMarketingReasons(): Observable<any>;
|
|
24
|
+
getStudyReasons(): Observable<any>;
|
|
25
|
+
getAcademicUnits(): Observable<any>;
|
|
26
|
+
getStatusContact(): Observable<any>;
|
|
27
|
+
getTypePlan(): Observable<any>;
|
|
28
|
+
getTypePlanDiscount(): Observable<any>;
|
|
29
|
+
getContactedType(): Observable<any>;
|
|
30
|
+
getStatusByCode(codeStatus: number): Observable<any>;
|
|
31
|
+
getAllTypeDiscount(): Observable<any>;
|
|
32
|
+
getAllCourseModality(): Observable<any>;
|
|
33
|
+
getAllPaymentMethod(): Observable<any>;
|
|
34
|
+
getAllPaymentService(): Observable<any>;
|
|
35
|
+
getAllBanks(): Observable<any>;
|
|
36
|
+
getAllCampus(): Observable<any>;
|
|
37
|
+
getCampusByCode(codeCampu: number): Observable<any>;
|
|
38
|
+
getGenders(): Observable<any>;
|
|
39
|
+
getGenderByCode(code: number): Observable<any>;
|
|
40
|
+
getStratums(): Observable<any>;
|
|
41
|
+
getStratumByCode(code: number): Observable<any>;
|
|
42
|
+
getCivilStatus(): Observable<any>;
|
|
43
|
+
getCivilStatusByCode(code: number): Observable<any>;
|
|
44
|
+
getMulticulturalisms(): Observable<any>;
|
|
45
|
+
getMulticulturalismByCode(code: number): Observable<any>;
|
|
46
|
+
getClassRoomByMod(codeModality: number): Observable<any>;
|
|
47
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ParameterService, never>;
|
|
48
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ParameterService>;
|
|
49
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare class IPTGeneralService {
|
|
2
|
-
httpOptions: any;
|
|
3
|
-
baseUrl(): string;
|
|
4
|
-
generateRequestParams(param: any): void;
|
|
5
|
-
}
|
|
1
|
+
export declare class IPTGeneralService {
|
|
2
|
+
httpOptions: any;
|
|
3
|
+
baseUrl(): string;
|
|
4
|
+
generateRequestParams(param: any): void;
|
|
5
|
+
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { Session } from "../../models/session/session.model";
|
|
2
|
-
import { UserRs } from "../../models/user/user-rs.model";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class StorageService {
|
|
5
|
-
private localStorageService;
|
|
6
|
-
private currentSession;
|
|
7
|
-
constructor();
|
|
8
|
-
setCurrentSession(session: Session): void;
|
|
9
|
-
loadSessionData(): Session | null;
|
|
10
|
-
getCurrentSession(): Session | null;
|
|
11
|
-
removeCurrentSession(): void;
|
|
12
|
-
getCurrentUser(): UserRs | null;
|
|
13
|
-
isAuthenticated(): boolean;
|
|
14
|
-
getCurrentToken(): string | null;
|
|
15
|
-
logout(): void;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<StorageService, never>;
|
|
17
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<StorageService>;
|
|
18
|
-
}
|
|
1
|
+
import { Session } from "../../models/session/session.model";
|
|
2
|
+
import { UserRs } from "../../models/user/user-rs.model";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class StorageService {
|
|
5
|
+
private localStorageService;
|
|
6
|
+
private currentSession;
|
|
7
|
+
constructor();
|
|
8
|
+
setCurrentSession(session: Session): void;
|
|
9
|
+
loadSessionData(): Session | null;
|
|
10
|
+
getCurrentSession(): Session | null;
|
|
11
|
+
removeCurrentSession(): void;
|
|
12
|
+
getCurrentUser(): UserRs | null;
|
|
13
|
+
isAuthenticated(): boolean;
|
|
14
|
+
getCurrentToken(): string | null;
|
|
15
|
+
logout(): void;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StorageService, never>;
|
|
17
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<StorageService>;
|
|
18
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { GetStudentsByCourseRq } from '../../models/student/student.interface';
|
|
4
|
-
import { IPTGeneralService } from '../service-enviroments';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class StudentService extends IPTGeneralService {
|
|
7
|
-
private http;
|
|
8
|
-
private SERVICE_URL;
|
|
9
|
-
constructor(http: HttpClient);
|
|
10
|
-
getStudentsByCourse(params: GetStudentsByCourseRq): Observable<any>;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<StudentService, never>;
|
|
12
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<StudentService>;
|
|
13
|
-
}
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { GetStudentsByCourseRq } from '../../models/student/student.interface';
|
|
4
|
+
import { IPTGeneralService } from '../service-enviroments';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class StudentService extends IPTGeneralService {
|
|
7
|
+
private http;
|
|
8
|
+
private SERVICE_URL;
|
|
9
|
+
constructor(http: HttpClient);
|
|
10
|
+
getStudentsByCourse(params: GetStudentsByCourseRq): Observable<any>;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StudentService, never>;
|
|
12
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<StudentService>;
|
|
13
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class SwitchService {
|
|
4
|
-
constructor();
|
|
5
|
-
$modal: EventEmitter<any>;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SwitchService, never>;
|
|
7
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<SwitchService>;
|
|
8
|
-
}
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class SwitchService {
|
|
4
|
+
constructor();
|
|
5
|
+
$modal: EventEmitter<any>;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SwitchService, never>;
|
|
7
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<SwitchService>;
|
|
8
|
+
}
|
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { CopyExamRq, CreateAnswerRq, CreateQuestionRq, CreateSectionRq, CreateSectionWithAllRq, Exam, GetAllExamsRq, GetAllSectionsRq, GetQuestionsBySectionRq, getQuestionsBySectionsRq, UpdateAnswerRq, UpdateExamRq, UpdateExamStatusRq, UpdateQuestionRq, UpdateQuestionStateRq, UpdateSectionMediaRq, UpdateSectionRq, UpdateSectionStateRq } from '../../models/test/test.model';
|
|
4
|
-
import { IPTGeneralService } from '../service-enviroments';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class TestService extends IPTGeneralService {
|
|
7
|
-
private http;
|
|
8
|
-
private SERVICE_URL;
|
|
9
|
-
constructor(http: HttpClient);
|
|
10
|
-
createExam(exam: Exam): Observable<any>;
|
|
11
|
-
getAllExams(params: GetAllExamsRq): Observable<any>;
|
|
12
|
-
updateExam(params: UpdateExamRq): Observable<any>;
|
|
13
|
-
updateExamStatus(params: UpdateExamStatusRq): Observable<any>;
|
|
14
|
-
copyExam(params: CopyExamRq): Observable<any>;
|
|
15
|
-
getExamByCode(code: number): Observable<any>;
|
|
16
|
-
createSectionWithAll(params: CreateSectionWithAllRq): Observable<any>;
|
|
17
|
-
createSection(params: CreateSectionRq): Observable<any>;
|
|
18
|
-
getAllSections(params: GetAllSectionsRq): Observable<any>;
|
|
19
|
-
updateSection(params: UpdateSectionRq): Observable<any>;
|
|
20
|
-
updateSectionMedia(params: UpdateSectionMediaRq): Observable<any>;
|
|
21
|
-
updateSectionState(params: UpdateSectionStateRq): Observable<any>;
|
|
22
|
-
getSectionsByExam(code: number): Observable<any>;
|
|
23
|
-
createQuestion(params: CreateQuestionRq): Observable<any>;
|
|
24
|
-
updateQuestion(params: UpdateQuestionRq): Observable<any>;
|
|
25
|
-
getQuestionsBySections(params: getQuestionsBySectionsRq): Observable<any>;
|
|
26
|
-
getQuestionsBySection(params: GetQuestionsBySectionRq): Observable<any>;
|
|
27
|
-
createAnswer(params: CreateAnswerRq): Observable<any>;
|
|
28
|
-
updateAnswer(params: UpdateAnswerRq): Observable<any>;
|
|
29
|
-
getAnswersByQuestion(code: number): Observable<any>;
|
|
30
|
-
updateQuestionState(params: UpdateQuestionStateRq): Observable<any>;
|
|
31
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TestService, never>;
|
|
32
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<TestService>;
|
|
33
|
-
}
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { CopyExamRq, CreateAnswerRq, CreateQuestionRq, CreateSectionRq, CreateSectionWithAllRq, Exam, GetAllExamsRq, GetAllSectionsRq, GetQuestionsBySectionRq, getQuestionsBySectionsRq, UpdateAnswerRq, UpdateExamRq, UpdateExamStatusRq, UpdateQuestionRq, UpdateQuestionStateRq, UpdateSectionMediaRq, UpdateSectionRq, UpdateSectionStateRq } from '../../models/test/test.model';
|
|
4
|
+
import { IPTGeneralService } from '../service-enviroments';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class TestService extends IPTGeneralService {
|
|
7
|
+
private http;
|
|
8
|
+
private SERVICE_URL;
|
|
9
|
+
constructor(http: HttpClient);
|
|
10
|
+
createExam(exam: Exam): Observable<any>;
|
|
11
|
+
getAllExams(params: GetAllExamsRq): Observable<any>;
|
|
12
|
+
updateExam(params: UpdateExamRq): Observable<any>;
|
|
13
|
+
updateExamStatus(params: UpdateExamStatusRq): Observable<any>;
|
|
14
|
+
copyExam(params: CopyExamRq): Observable<any>;
|
|
15
|
+
getExamByCode(code: number): Observable<any>;
|
|
16
|
+
createSectionWithAll(params: CreateSectionWithAllRq): Observable<any>;
|
|
17
|
+
createSection(params: CreateSectionRq): Observable<any>;
|
|
18
|
+
getAllSections(params: GetAllSectionsRq): Observable<any>;
|
|
19
|
+
updateSection(params: UpdateSectionRq): Observable<any>;
|
|
20
|
+
updateSectionMedia(params: UpdateSectionMediaRq): Observable<any>;
|
|
21
|
+
updateSectionState(params: UpdateSectionStateRq): Observable<any>;
|
|
22
|
+
getSectionsByExam(code: number): Observable<any>;
|
|
23
|
+
createQuestion(params: CreateQuestionRq): Observable<any>;
|
|
24
|
+
updateQuestion(params: UpdateQuestionRq): Observable<any>;
|
|
25
|
+
getQuestionsBySections(params: getQuestionsBySectionsRq): Observable<any>;
|
|
26
|
+
getQuestionsBySection(params: GetQuestionsBySectionRq): Observable<any>;
|
|
27
|
+
createAnswer(params: CreateAnswerRq): Observable<any>;
|
|
28
|
+
updateAnswer(params: UpdateAnswerRq): Observable<any>;
|
|
29
|
+
getAnswersByQuestion(code: number): Observable<any>;
|
|
30
|
+
updateQuestionState(params: UpdateQuestionStateRq): Observable<any>;
|
|
31
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TestService, never>;
|
|
32
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<TestService>;
|
|
33
|
+
}
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { RegisterIndexRq, RegisterDashboardRq, UserTokenRq, ForgotPasswordRq, LoginRq, RegisterRq, getStudentRq, TeacherByCodeRq } from '../../models/user/user-rq.model';
|
|
4
|
-
import { getStrategyByUserCommercialRq } from '../../models/marketing/marketing.model';
|
|
5
|
-
import { IPTGeneralService } from '../service-enviroments';
|
|
6
|
-
import { GetStudentByCodeRq, tokenAdministrativeRq } from '../../models/payment/payment-rq.model';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class UserService extends IPTGeneralService {
|
|
9
|
-
private http;
|
|
10
|
-
private SERVICE_URL;
|
|
11
|
-
constructor(http: HttpClient);
|
|
12
|
-
login(userLogin: LoginRq): Observable<any>;
|
|
13
|
-
resetPassword(resetPassword: ForgotPasswordRq): Observable<any>;
|
|
14
|
-
register(user: RegisterRq): Observable<any>;
|
|
15
|
-
registerIndex(register: RegisterIndexRq): Observable<any>;
|
|
16
|
-
registerDashboard(user: RegisterDashboardRq): Observable<any>;
|
|
17
|
-
getAvailableTeachers(token: UserTokenRq): Observable<any>;
|
|
18
|
-
getAllAdvisor(userToken: getStrategyByUserCommercialRq): Observable<any>;
|
|
19
|
-
getByRoleUser(codeRole: number): Observable<any>;
|
|
20
|
-
getUserStatistics(userToken: getStrategyByUserCommercialRq): Observable<any>;
|
|
21
|
-
getRoutesForRole(token: UserTokenRq): Observable<any>;
|
|
22
|
-
getStudents(token: UserTokenRq): Observable<any>;
|
|
23
|
-
getStudent(token: getStudentRq): Observable<any>;
|
|
24
|
-
getAllAdministrative(userToken: tokenAdministrativeRq): Observable<any>;
|
|
25
|
-
getAllMarketing(userToken: tokenAdministrativeRq): Observable<any>;
|
|
26
|
-
getStudenbyCode(parans: GetStudentByCodeRq): Observable<any>;
|
|
27
|
-
getTeachersbyCode(parans: TeacherByCodeRq): Observable<any>;
|
|
28
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UserService, never>;
|
|
29
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<UserService>;
|
|
30
|
-
}
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { RegisterIndexRq, RegisterDashboardRq, UserTokenRq, ForgotPasswordRq, LoginRq, RegisterRq, getStudentRq, TeacherByCodeRq } from '../../models/user/user-rq.model';
|
|
4
|
+
import { getStrategyByUserCommercialRq } from '../../models/marketing/marketing.model';
|
|
5
|
+
import { IPTGeneralService } from '../service-enviroments';
|
|
6
|
+
import { GetStudentByCodeRq, tokenAdministrativeRq } from '../../models/payment/payment-rq.model';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class UserService extends IPTGeneralService {
|
|
9
|
+
private http;
|
|
10
|
+
private SERVICE_URL;
|
|
11
|
+
constructor(http: HttpClient);
|
|
12
|
+
login(userLogin: LoginRq): Observable<any>;
|
|
13
|
+
resetPassword(resetPassword: ForgotPasswordRq): Observable<any>;
|
|
14
|
+
register(user: RegisterRq): Observable<any>;
|
|
15
|
+
registerIndex(register: RegisterIndexRq): Observable<any>;
|
|
16
|
+
registerDashboard(user: RegisterDashboardRq): Observable<any>;
|
|
17
|
+
getAvailableTeachers(token: UserTokenRq): Observable<any>;
|
|
18
|
+
getAllAdvisor(userToken: getStrategyByUserCommercialRq): Observable<any>;
|
|
19
|
+
getByRoleUser(codeRole: number): Observable<any>;
|
|
20
|
+
getUserStatistics(userToken: getStrategyByUserCommercialRq): Observable<any>;
|
|
21
|
+
getRoutesForRole(token: UserTokenRq): Observable<any>;
|
|
22
|
+
getStudents(token: UserTokenRq): Observable<any>;
|
|
23
|
+
getStudent(token: getStudentRq): Observable<any>;
|
|
24
|
+
getAllAdministrative(userToken: tokenAdministrativeRq): Observable<any>;
|
|
25
|
+
getAllMarketing(userToken: tokenAdministrativeRq): Observable<any>;
|
|
26
|
+
getStudenbyCode(parans: GetStudentByCodeRq): Observable<any>;
|
|
27
|
+
getTeachersbyCode(parans: TeacherByCodeRq): Observable<any>;
|
|
28
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UserService, never>;
|
|
29
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<UserService>;
|
|
30
|
+
}
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { RegisterDashboardRq } from '../../models/user/user-rq.model';
|
|
2
|
-
import { UserService } from '../../services/user-service/user-service';
|
|
3
|
-
import { StorageService } from '../../services/storage-service/storage-service';
|
|
4
|
-
import { CalendarService } from '../../services/calendar-service/calendar.service';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class BaseService {
|
|
7
|
-
private userService;
|
|
8
|
-
private storageService;
|
|
9
|
-
private calendarService;
|
|
10
|
-
constructor(userService: UserService, storageService: StorageService, calendarService: CalendarService);
|
|
11
|
-
webLogin(user: string, password: string): Promise<boolean>;
|
|
12
|
-
getCronogramAvailability(isTeacher: boolean, code: number, startDate: string, numClass: number, weekDays: any[], startTime: string, endTime: string): Promise<any>;
|
|
13
|
-
isAnAppUser(): boolean;
|
|
14
|
-
getUserRole(): number;
|
|
15
|
-
getUserToken(): string;
|
|
16
|
-
getUserName(): string;
|
|
17
|
-
getUserCode(): number;
|
|
18
|
-
registerUserFromDashboard(registerDashboardRq: RegisterDashboardRq): Promise<boolean>;
|
|
19
|
-
jsonToArray(data: any[]): any[][];
|
|
20
|
-
subJsonToArray(data: any[]): string;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BaseService, never>;
|
|
22
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<BaseService>;
|
|
23
|
-
}
|
|
1
|
+
import { RegisterDashboardRq } from '../../models/user/user-rq.model';
|
|
2
|
+
import { UserService } from '../../services/user-service/user-service';
|
|
3
|
+
import { StorageService } from '../../services/storage-service/storage-service';
|
|
4
|
+
import { CalendarService } from '../../services/calendar-service/calendar.service';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class BaseService {
|
|
7
|
+
private userService;
|
|
8
|
+
private storageService;
|
|
9
|
+
private calendarService;
|
|
10
|
+
constructor(userService: UserService, storageService: StorageService, calendarService: CalendarService);
|
|
11
|
+
webLogin(user: string, password: string): Promise<boolean>;
|
|
12
|
+
getCronogramAvailability(isTeacher: boolean, code: number, startDate: string, numClass: number, weekDays: any[], startTime: string, endTime: string): Promise<any>;
|
|
13
|
+
isAnAppUser(): boolean;
|
|
14
|
+
getUserRole(): number;
|
|
15
|
+
getUserToken(): string;
|
|
16
|
+
getUserName(): string;
|
|
17
|
+
getUserCode(): number;
|
|
18
|
+
registerUserFromDashboard(registerDashboardRq: RegisterDashboardRq): Promise<boolean>;
|
|
19
|
+
jsonToArray(data: any[]): any[][];
|
|
20
|
+
subJsonToArray(data: any[]): string;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BaseService, never>;
|
|
22
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<BaseService>;
|
|
23
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare function getCopies(): any;
|
|
1
|
+
export declare function getCopies(): any;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { CanActivate, ActivatedRouteSnapshot, Router, RouterStateSnapshot } from '@angular/router';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class RedirectGuard implements CanActivate {
|
|
4
|
-
private router;
|
|
5
|
-
constructor(router: Router);
|
|
6
|
-
canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): boolean;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RedirectGuard, never>;
|
|
8
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<RedirectGuard>;
|
|
9
|
-
}
|
|
1
|
+
import { CanActivate, ActivatedRouteSnapshot, Router, RouterStateSnapshot } from '@angular/router';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class RedirectGuard implements CanActivate {
|
|
4
|
+
private router;
|
|
5
|
+
constructor(router: Router);
|
|
6
|
+
canActivate(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): boolean;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RedirectGuard, never>;
|
|
8
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<RedirectGuard>;
|
|
9
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./components/components.module";
|
|
3
|
-
import * as i2 from "./core/core.module";
|
|
4
|
-
import * as i3 from "ng2-currency-mask";
|
|
5
|
-
import * as i4 from "./cod/cod.module";
|
|
6
|
-
export declare class DesignSystemModule {
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DesignSystemModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DesignSystemModule, never, [typeof i1.ComponentsModule, typeof i2.CoreModule, typeof i3.CurrencyMaskModule], [typeof i1.ComponentsModule, typeof i2.CoreModule, typeof i3.CurrencyMaskModule, typeof i4.CodModule]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<DesignSystemModule>;
|
|
10
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./components/components.module";
|
|
3
|
+
import * as i2 from "./core/core.module";
|
|
4
|
+
import * as i3 from "ng2-currency-mask";
|
|
5
|
+
import * as i4 from "./cod/cod.module";
|
|
6
|
+
export declare class DesignSystemModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DesignSystemModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DesignSystemModule, never, [typeof i1.ComponentsModule, typeof i2.CoreModule, typeof i3.CurrencyMaskModule], [typeof i1.ComponentsModule, typeof i2.CoreModule, typeof i3.CurrencyMaskModule, typeof i4.CodModule]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DesignSystemModule>;
|
|
10
|
+
}
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -1,76 +1,76 @@
|
|
|
1
|
-
export * from "./lib/design-system.module";
|
|
2
|
-
export * from "./lib/components/components.module";
|
|
3
|
-
export * from "./lib/core/core.module";
|
|
4
|
-
export * from "./lib/components/atoms/aside-button/aside-button.component";
|
|
5
|
-
export * from "./lib/components/atoms/button/button.component";
|
|
6
|
-
export * from "./lib/components/atoms/checkbox/checkbox.component";
|
|
7
|
-
export * from "./lib/components/atoms/datalist/datalist.component";
|
|
8
|
-
export * from "./lib/components/atoms/input/input.component";
|
|
9
|
-
export * from "./lib/components/atoms/level-button/level-button.component";
|
|
10
|
-
export * from "./lib/components/atoms/level-text/level-text.component";
|
|
11
|
-
export * from "./lib/components/atoms/loader/loader.component";
|
|
12
|
-
export * from "./lib/components/atoms/radio/radio.component";
|
|
13
|
-
export * from "./lib/components/atoms/select/select.component";
|
|
14
|
-
export * from "./lib/components/atoms/text-link/text-link.component";
|
|
15
|
-
export * from "./lib/components/forms/login-form/login-form.component";
|
|
16
|
-
export * from "./lib/components/molecules/sidenav/sidenav.component";
|
|
17
|
-
export * from "./lib/components/molecules/question-type/edit-question-types.component";
|
|
18
|
-
export * from "./lib/components/forms/create-user-form/create-user-form.component";
|
|
19
|
-
export * from "./lib/core/services/attendance-service/attendance.service";
|
|
20
|
-
export * from "./lib/core/services/budget-service/budget-service";
|
|
21
|
-
export * from "./lib/core/services/course-service/course-service.model";
|
|
22
|
-
export * from "./lib/core/services/calendar-service/calendar.service";
|
|
23
|
-
export * from "./lib/core/services/marketing-service/marketing-service";
|
|
24
|
-
export * from "./lib/core/services/notes-service/notes.service";
|
|
25
|
-
export * from "./lib/core/services/parameters-service/parameters.service";
|
|
26
|
-
export * from "./lib/core/services/student-service/student.service";
|
|
27
|
-
export * from "./lib/core/services/storage-service/storage-service";
|
|
28
|
-
export * from "./lib/core/services/switch-service/switch.service";
|
|
29
|
-
export * from "./lib/core/services/test-service/test.service";
|
|
30
|
-
export * from "./lib/core/services/user-service/user-service";
|
|
31
|
-
export * from "./lib/core/utils/base-service/base.service";
|
|
32
|
-
export * from "./lib/core/utils/route-service/route.service";
|
|
33
|
-
export * from "./lib/core/services/classroom-service/classroom-service.service";
|
|
34
|
-
export * from "./lib/core/services/activity-service/activity.service";
|
|
35
|
-
export * from "./lib/core/services/commercial-service/comercial.service";
|
|
36
|
-
export * from "./lib/core/services/commercial-service/validators";
|
|
37
|
-
export * from "./lib/core/services/academic-service/academic.service";
|
|
38
|
-
export * from "./lib/core/services/certificate-service/certificate.service";
|
|
39
|
-
export * from "./lib/core/services/ekt-service/userekt.service";
|
|
40
|
-
export * from "./lib/core/services/copies.service";
|
|
41
|
-
export * from "./lib/core/models/activities/activities.interface";
|
|
42
|
-
export * from "./lib/core/models/attendance/attendance.interface";
|
|
43
|
-
export * from "./lib/core/models/budget/budget.model";
|
|
44
|
-
export * from "./lib/core/models/cod/cod-rq.model";
|
|
45
|
-
export * from "./lib/core/models/calendar/calendar-rq.models";
|
|
46
|
-
export * from "./lib/core/models/cronogram/cronogram.models";
|
|
47
|
-
export * from "./lib/core/models/course/course-rq.model";
|
|
48
|
-
export * from "./lib/core/models/marketing/marketing.model";
|
|
49
|
-
export * from "./lib/core/models/notes/notes.interface";
|
|
50
|
-
export * from "./lib/core/models/response/response.interface";
|
|
51
|
-
export * from "./lib/core/models/session/session.model";
|
|
52
|
-
export * from "./lib/core/models/student/student.interface";
|
|
53
|
-
export * from "./lib/core/models/table/table-rs.model";
|
|
54
|
-
export * from "./lib/core/models/test/test.model";
|
|
55
|
-
export * from "./lib/core/models/url/url.model";
|
|
56
|
-
export * from "./lib/core/models/user/user-rq.model";
|
|
57
|
-
export * from "./lib/core/models/user/user-rs.model";
|
|
58
|
-
export * from "./lib/core/models/classroom/classroom-rq.model";
|
|
59
|
-
export * from "./lib/core/models/academic/academic.component";
|
|
60
|
-
export * from "./lib/core/models/course/courses.model";
|
|
61
|
-
export * from "./lib/core/models/payment/payment-rq.model";
|
|
62
|
-
export * from "./lib/core/models/commercial/commercial.model";
|
|
63
|
-
export * from "./lib/components/components.module";
|
|
64
|
-
export * from "./lib/cod/cod.module";
|
|
65
|
-
export * from "./lib/cod/cod-form/cod-form.component";
|
|
66
|
-
export * from "./lib/cod/cod-documents-section/cod-documents-section.component";
|
|
67
|
-
export * from "./lib/cod/logic/calculate-quotes.service";
|
|
68
|
-
export * from "./lib/cod/logic/cod-form-controls";
|
|
69
|
-
export * from "./lib/cod/logic/cod-form-steps";
|
|
70
|
-
export * from "./lib/cod/logic/communicator.service";
|
|
71
|
-
export * from "./lib/cod/logic/local-storage-cod.service";
|
|
72
|
-
export * from "./lib/cod/steps/cod-form-step-one/cod-form-step-one.component";
|
|
73
|
-
export * from "./lib/cod/steps/cod-form-step-two/cod-form-step-two.component";
|
|
74
|
-
export * from "./lib/cod/steps/cod-form-step-three/cod-form-step-three.component";
|
|
75
|
-
export * from "./lib/cod/steps/cod-form-step-four/cod-form-step-four.component";
|
|
76
|
-
export * from "./lib/cod/steps/cod-form-step-five/cod-form-step-five.component";
|
|
1
|
+
export * from "./lib/design-system.module";
|
|
2
|
+
export * from "./lib/components/components.module";
|
|
3
|
+
export * from "./lib/core/core.module";
|
|
4
|
+
export * from "./lib/components/atoms/aside-button/aside-button.component";
|
|
5
|
+
export * from "./lib/components/atoms/button/button.component";
|
|
6
|
+
export * from "./lib/components/atoms/checkbox/checkbox.component";
|
|
7
|
+
export * from "./lib/components/atoms/datalist/datalist.component";
|
|
8
|
+
export * from "./lib/components/atoms/input/input.component";
|
|
9
|
+
export * from "./lib/components/atoms/level-button/level-button.component";
|
|
10
|
+
export * from "./lib/components/atoms/level-text/level-text.component";
|
|
11
|
+
export * from "./lib/components/atoms/loader/loader.component";
|
|
12
|
+
export * from "./lib/components/atoms/radio/radio.component";
|
|
13
|
+
export * from "./lib/components/atoms/select/select.component";
|
|
14
|
+
export * from "./lib/components/atoms/text-link/text-link.component";
|
|
15
|
+
export * from "./lib/components/forms/login-form/login-form.component";
|
|
16
|
+
export * from "./lib/components/molecules/sidenav/sidenav.component";
|
|
17
|
+
export * from "./lib/components/molecules/question-type/edit-question-types.component";
|
|
18
|
+
export * from "./lib/components/forms/create-user-form/create-user-form.component";
|
|
19
|
+
export * from "./lib/core/services/attendance-service/attendance.service";
|
|
20
|
+
export * from "./lib/core/services/budget-service/budget-service";
|
|
21
|
+
export * from "./lib/core/services/course-service/course-service.model";
|
|
22
|
+
export * from "./lib/core/services/calendar-service/calendar.service";
|
|
23
|
+
export * from "./lib/core/services/marketing-service/marketing-service";
|
|
24
|
+
export * from "./lib/core/services/notes-service/notes.service";
|
|
25
|
+
export * from "./lib/core/services/parameters-service/parameters.service";
|
|
26
|
+
export * from "./lib/core/services/student-service/student.service";
|
|
27
|
+
export * from "./lib/core/services/storage-service/storage-service";
|
|
28
|
+
export * from "./lib/core/services/switch-service/switch.service";
|
|
29
|
+
export * from "./lib/core/services/test-service/test.service";
|
|
30
|
+
export * from "./lib/core/services/user-service/user-service";
|
|
31
|
+
export * from "./lib/core/utils/base-service/base.service";
|
|
32
|
+
export * from "./lib/core/utils/route-service/route.service";
|
|
33
|
+
export * from "./lib/core/services/classroom-service/classroom-service.service";
|
|
34
|
+
export * from "./lib/core/services/activity-service/activity.service";
|
|
35
|
+
export * from "./lib/core/services/commercial-service/comercial.service";
|
|
36
|
+
export * from "./lib/core/services/commercial-service/validators";
|
|
37
|
+
export * from "./lib/core/services/academic-service/academic.service";
|
|
38
|
+
export * from "./lib/core/services/certificate-service/certificate.service";
|
|
39
|
+
export * from "./lib/core/services/ekt-service/userekt.service";
|
|
40
|
+
export * from "./lib/core/services/copies.service";
|
|
41
|
+
export * from "./lib/core/models/activities/activities.interface";
|
|
42
|
+
export * from "./lib/core/models/attendance/attendance.interface";
|
|
43
|
+
export * from "./lib/core/models/budget/budget.model";
|
|
44
|
+
export * from "./lib/core/models/cod/cod-rq.model";
|
|
45
|
+
export * from "./lib/core/models/calendar/calendar-rq.models";
|
|
46
|
+
export * from "./lib/core/models/cronogram/cronogram.models";
|
|
47
|
+
export * from "./lib/core/models/course/course-rq.model";
|
|
48
|
+
export * from "./lib/core/models/marketing/marketing.model";
|
|
49
|
+
export * from "./lib/core/models/notes/notes.interface";
|
|
50
|
+
export * from "./lib/core/models/response/response.interface";
|
|
51
|
+
export * from "./lib/core/models/session/session.model";
|
|
52
|
+
export * from "./lib/core/models/student/student.interface";
|
|
53
|
+
export * from "./lib/core/models/table/table-rs.model";
|
|
54
|
+
export * from "./lib/core/models/test/test.model";
|
|
55
|
+
export * from "./lib/core/models/url/url.model";
|
|
56
|
+
export * from "./lib/core/models/user/user-rq.model";
|
|
57
|
+
export * from "./lib/core/models/user/user-rs.model";
|
|
58
|
+
export * from "./lib/core/models/classroom/classroom-rq.model";
|
|
59
|
+
export * from "./lib/core/models/academic/academic.component";
|
|
60
|
+
export * from "./lib/core/models/course/courses.model";
|
|
61
|
+
export * from "./lib/core/models/payment/payment-rq.model";
|
|
62
|
+
export * from "./lib/core/models/commercial/commercial.model";
|
|
63
|
+
export * from "./lib/components/components.module";
|
|
64
|
+
export * from "./lib/cod/cod.module";
|
|
65
|
+
export * from "./lib/cod/cod-form/cod-form.component";
|
|
66
|
+
export * from "./lib/cod/cod-documents-section/cod-documents-section.component";
|
|
67
|
+
export * from "./lib/cod/logic/calculate-quotes.service";
|
|
68
|
+
export * from "./lib/cod/logic/cod-form-controls";
|
|
69
|
+
export * from "./lib/cod/logic/cod-form-steps";
|
|
70
|
+
export * from "./lib/cod/logic/communicator.service";
|
|
71
|
+
export * from "./lib/cod/logic/local-storage-cod.service";
|
|
72
|
+
export * from "./lib/cod/steps/cod-form-step-one/cod-form-step-one.component";
|
|
73
|
+
export * from "./lib/cod/steps/cod-form-step-two/cod-form-step-two.component";
|
|
74
|
+
export * from "./lib/cod/steps/cod-form-step-three/cod-form-step-three.component";
|
|
75
|
+
export * from "./lib/cod/steps/cod-form-step-four/cod-form-step-four.component";
|
|
76
|
+
export * from "./lib/cod/steps/cod-form-step-five/cod-form-step-five.component";
|