iptdevs-design-system 2.6.42 → 2.6.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/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 +92 -92
- package/esm2020/lib/components/atoms/text-link/text-link.component.mjs +39 -39
- package/esm2020/lib/components/components.module.mjs +118 -118
- 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/sidenav/sidenav.component.mjs +146 -146
- package/esm2020/lib/core/core.module.mjs +52 -52
- 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/course/course-rq.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/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/activity-service/activity.service.mjs +92 -92
- package/esm2020/lib/core/services/attendance-service/attendance.service.mjs +69 -69
- package/esm2020/lib/core/services/budget-service/budget-service.mjs +41 -41
- package/esm2020/lib/core/services/calendar-service/calendar.service.mjs +59 -59
- package/esm2020/lib/core/services/classroom-service/classroom-service.service.mjs +36 -36
- package/esm2020/lib/core/services/course-service/course-service.model.mjs +75 -75
- package/esm2020/lib/core/services/marketing-service/marketing-service.mjs +57 -57
- package/esm2020/lib/core/services/notes-service/notes.service.mjs +50 -50
- package/esm2020/lib/core/services/parameters-service/parameters.service.mjs +114 -114
- package/esm2020/lib/core/services/storage-service/storage-service.mjs +50 -50
- package/esm2020/lib/core/services/student-service/student.service.mjs +30 -30
- package/esm2020/lib/core/services/switch-service/switch.service.mjs +16 -16
- package/esm2020/lib/core/services/test-service/test.service.mjs +136 -136
- package/esm2020/lib/core/services/user-service/user-service.mjs +84 -84
- package/esm2020/lib/core/utils/base-service/base.service.mjs +183 -179
- package/esm2020/lib/core/utils/route-service/route.service.mjs +18 -18
- package/esm2020/lib/design-system.module.mjs +36 -36
- package/esm2020/public-api.mjs +61 -61
- package/fesm2015/iptdevs-design-system.mjs +2286 -2282
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +2283 -2279
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/iptdevs-design-system.d.ts +5 -5
- 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 +24 -24
- package/lib/components/atoms/text-link/text-link.component.d.ts +12 -12
- package/lib/components/components.module.d.ts +24 -24
- 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/sidenav/sidenav.component.d.ts +22 -22
- package/lib/core/core.module.d.ts +6 -6
- 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 +18 -8
- package/lib/core/models/cod/cod-rq.model.d.ts +51 -51
- package/lib/core/models/course/course-rq.model.d.ts +86 -86
- package/lib/core/models/cronogram/cronogram.models.d.ts +183 -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/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 +91 -91
- package/lib/core/models/user/user-rs.model.d.ts +35 -35
- package/lib/core/services/activity-service/activity.service.d.ts +26 -26
- package/lib/core/services/attendance-service/attendance.service.d.ts +23 -23
- package/lib/core/services/budget-service/budget-service.d.ts +16 -16
- package/lib/core/services/calendar-service/calendar.service.d.ts +22 -22
- package/lib/core/services/classroom-service/classroom-service.service.d.ts +15 -15
- package/lib/core/services/course-service/course-service.model.d.ts +24 -24
- package/lib/core/services/marketing-service/marketing-service.d.ts +20 -20
- package/lib/core/services/notes-service/notes.service.d.ts +19 -19
- package/lib/core/services/parameters-service/parameters.service.d.ts +34 -34
- package/lib/core/services/storage-service/storage-service.d.ts +18 -18
- package/lib/core/services/student-service/student.service.d.ts +14 -14
- package/lib/core/services/switch-service/switch.service.d.ts +8 -8
- package/lib/core/services/test-service/test.service.d.ts +35 -35
- package/lib/core/services/user-service/user-service.d.ts +26 -26
- package/lib/core/utils/base-service/base.service.d.ts +22 -21
- package/lib/core/utils/route-service/route.service.d.ts +9 -9
- package/lib/design-system.module.d.ts +9 -9
- package/package.json +1 -1
- package/public-api.d.ts +52 -52
|
@@ -1,91 +1,91 @@
|
|
|
1
|
-
export interface UserRq {
|
|
2
|
-
name: string;
|
|
3
|
-
last_name: string;
|
|
4
|
-
id_card: number;
|
|
5
|
-
email: string;
|
|
6
|
-
phone_indicative: string;
|
|
7
|
-
phone_number: number;
|
|
8
|
-
password: string;
|
|
9
|
-
}
|
|
10
|
-
export interface LoginRq {
|
|
11
|
-
user: string;
|
|
12
|
-
password: string;
|
|
13
|
-
}
|
|
14
|
-
export interface RegisterRq {
|
|
15
|
-
name: string;
|
|
16
|
-
last_name: string;
|
|
17
|
-
id_card_type: string;
|
|
18
|
-
id_card: number;
|
|
19
|
-
phone_indicative: string;
|
|
20
|
-
phone_number: number;
|
|
21
|
-
email: string;
|
|
22
|
-
password: string;
|
|
23
|
-
city?: number;
|
|
24
|
-
gender?: number;
|
|
25
|
-
}
|
|
26
|
-
export interface RegisterIndexRq {
|
|
27
|
-
name: string;
|
|
28
|
-
last_name: string;
|
|
29
|
-
email: string;
|
|
30
|
-
phone_indicative: string;
|
|
31
|
-
phone_number: number;
|
|
32
|
-
id_card_type: number;
|
|
33
|
-
id_card: number;
|
|
34
|
-
city: string;
|
|
35
|
-
birthdate: string;
|
|
36
|
-
comment?: string;
|
|
37
|
-
}
|
|
38
|
-
export interface RegisterHomeRq {
|
|
39
|
-
name: string;
|
|
40
|
-
last_name: string;
|
|
41
|
-
type_id: string;
|
|
42
|
-
id_card: number;
|
|
43
|
-
city: string;
|
|
44
|
-
date_of_birth: string;
|
|
45
|
-
phone: number;
|
|
46
|
-
email: string;
|
|
47
|
-
comments: string;
|
|
48
|
-
}
|
|
49
|
-
export interface RegisterDashboardRq {
|
|
50
|
-
name: string;
|
|
51
|
-
last_name: string;
|
|
52
|
-
email: string;
|
|
53
|
-
phone_indicative: string;
|
|
54
|
-
phone_number: number;
|
|
55
|
-
id_card_type: number;
|
|
56
|
-
id_card: number;
|
|
57
|
-
city: string;
|
|
58
|
-
service_hour: number;
|
|
59
|
-
role: number;
|
|
60
|
-
password: string;
|
|
61
|
-
}
|
|
62
|
-
export interface UserTokenRq {
|
|
63
|
-
token: string;
|
|
64
|
-
}
|
|
65
|
-
export interface ForgotPasswordRq {
|
|
66
|
-
email: string;
|
|
67
|
-
id_card: number;
|
|
68
|
-
}
|
|
69
|
-
export interface getStudentRq {
|
|
70
|
-
token: string;
|
|
71
|
-
param: string;
|
|
72
|
-
}
|
|
73
|
-
export interface IptUser {
|
|
74
|
-
code: number;
|
|
75
|
-
name: string;
|
|
76
|
-
last_name: string;
|
|
77
|
-
nick_name: null;
|
|
78
|
-
email: string;
|
|
79
|
-
email_ipt: null;
|
|
80
|
-
role: number;
|
|
81
|
-
service_hour: number;
|
|
82
|
-
phone_indicative: number;
|
|
83
|
-
phone_number: string;
|
|
84
|
-
gender: number;
|
|
85
|
-
birthdate: null;
|
|
86
|
-
city: string;
|
|
87
|
-
id_card_type: number;
|
|
88
|
-
id_card: string;
|
|
89
|
-
token: string;
|
|
90
|
-
updated_at: Date;
|
|
91
|
-
}
|
|
1
|
+
export interface UserRq {
|
|
2
|
+
name: string;
|
|
3
|
+
last_name: string;
|
|
4
|
+
id_card: number;
|
|
5
|
+
email: string;
|
|
6
|
+
phone_indicative: string;
|
|
7
|
+
phone_number: number;
|
|
8
|
+
password: string;
|
|
9
|
+
}
|
|
10
|
+
export interface LoginRq {
|
|
11
|
+
user: string;
|
|
12
|
+
password: string;
|
|
13
|
+
}
|
|
14
|
+
export interface RegisterRq {
|
|
15
|
+
name: string;
|
|
16
|
+
last_name: string;
|
|
17
|
+
id_card_type: string;
|
|
18
|
+
id_card: number;
|
|
19
|
+
phone_indicative: string;
|
|
20
|
+
phone_number: number;
|
|
21
|
+
email: string;
|
|
22
|
+
password: string;
|
|
23
|
+
city?: number;
|
|
24
|
+
gender?: number;
|
|
25
|
+
}
|
|
26
|
+
export interface RegisterIndexRq {
|
|
27
|
+
name: string;
|
|
28
|
+
last_name: string;
|
|
29
|
+
email: string;
|
|
30
|
+
phone_indicative: string;
|
|
31
|
+
phone_number: number;
|
|
32
|
+
id_card_type: number;
|
|
33
|
+
id_card: number;
|
|
34
|
+
city: string;
|
|
35
|
+
birthdate: string;
|
|
36
|
+
comment?: string;
|
|
37
|
+
}
|
|
38
|
+
export interface RegisterHomeRq {
|
|
39
|
+
name: string;
|
|
40
|
+
last_name: string;
|
|
41
|
+
type_id: string;
|
|
42
|
+
id_card: number;
|
|
43
|
+
city: string;
|
|
44
|
+
date_of_birth: string;
|
|
45
|
+
phone: number;
|
|
46
|
+
email: string;
|
|
47
|
+
comments: string;
|
|
48
|
+
}
|
|
49
|
+
export interface RegisterDashboardRq {
|
|
50
|
+
name: string;
|
|
51
|
+
last_name: string;
|
|
52
|
+
email: string;
|
|
53
|
+
phone_indicative: string;
|
|
54
|
+
phone_number: number;
|
|
55
|
+
id_card_type: number;
|
|
56
|
+
id_card: number;
|
|
57
|
+
city: string;
|
|
58
|
+
service_hour: number;
|
|
59
|
+
role: number;
|
|
60
|
+
password: string;
|
|
61
|
+
}
|
|
62
|
+
export interface UserTokenRq {
|
|
63
|
+
token: string;
|
|
64
|
+
}
|
|
65
|
+
export interface ForgotPasswordRq {
|
|
66
|
+
email: string;
|
|
67
|
+
id_card: number;
|
|
68
|
+
}
|
|
69
|
+
export interface getStudentRq {
|
|
70
|
+
token: string;
|
|
71
|
+
param: string;
|
|
72
|
+
}
|
|
73
|
+
export interface IptUser {
|
|
74
|
+
code: number;
|
|
75
|
+
name: string;
|
|
76
|
+
last_name: string;
|
|
77
|
+
nick_name: null;
|
|
78
|
+
email: string;
|
|
79
|
+
email_ipt: null;
|
|
80
|
+
role: number;
|
|
81
|
+
service_hour: number;
|
|
82
|
+
phone_indicative: number;
|
|
83
|
+
phone_number: string;
|
|
84
|
+
gender: number;
|
|
85
|
+
birthdate: null;
|
|
86
|
+
city: string;
|
|
87
|
+
id_card_type: number;
|
|
88
|
+
id_card: string;
|
|
89
|
+
token: string;
|
|
90
|
+
updated_at: Date;
|
|
91
|
+
}
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
export declare class UserRs {
|
|
2
|
-
code: number;
|
|
3
|
-
name: string;
|
|
4
|
-
last_name: string;
|
|
5
|
-
nick_name: string;
|
|
6
|
-
email: string;
|
|
7
|
-
email_ipt: string;
|
|
8
|
-
role: number;
|
|
9
|
-
service_hour: number;
|
|
10
|
-
phone_indicative: number;
|
|
11
|
-
phone_number: number;
|
|
12
|
-
gender: string;
|
|
13
|
-
birthdate: string;
|
|
14
|
-
city: number;
|
|
15
|
-
id_card_type: number;
|
|
16
|
-
id_card: number;
|
|
17
|
-
comment?: string;
|
|
18
|
-
password: string;
|
|
19
|
-
token: string;
|
|
20
|
-
}
|
|
21
|
-
export declare class UserLoginRs {
|
|
22
|
-
code: number;
|
|
23
|
-
name: string;
|
|
24
|
-
last_name: string;
|
|
25
|
-
email: string;
|
|
26
|
-
id_card: string;
|
|
27
|
-
id_card_type: number;
|
|
28
|
-
phone_indicative: number;
|
|
29
|
-
phone: string;
|
|
30
|
-
gender: number;
|
|
31
|
-
city: number;
|
|
32
|
-
role: number;
|
|
33
|
-
birthdate: string;
|
|
34
|
-
token: string;
|
|
35
|
-
}
|
|
1
|
+
export declare class UserRs {
|
|
2
|
+
code: number;
|
|
3
|
+
name: string;
|
|
4
|
+
last_name: string;
|
|
5
|
+
nick_name: string;
|
|
6
|
+
email: string;
|
|
7
|
+
email_ipt: string;
|
|
8
|
+
role: number;
|
|
9
|
+
service_hour: number;
|
|
10
|
+
phone_indicative: number;
|
|
11
|
+
phone_number: number;
|
|
12
|
+
gender: string;
|
|
13
|
+
birthdate: string;
|
|
14
|
+
city: number;
|
|
15
|
+
id_card_type: number;
|
|
16
|
+
id_card: number;
|
|
17
|
+
comment?: string;
|
|
18
|
+
password: string;
|
|
19
|
+
token: string;
|
|
20
|
+
}
|
|
21
|
+
export declare class UserLoginRs {
|
|
22
|
+
code: number;
|
|
23
|
+
name: string;
|
|
24
|
+
last_name: string;
|
|
25
|
+
email: string;
|
|
26
|
+
id_card: string;
|
|
27
|
+
id_card_type: number;
|
|
28
|
+
phone_indicative: number;
|
|
29
|
+
phone: string;
|
|
30
|
+
gender: number;
|
|
31
|
+
city: number;
|
|
32
|
+
role: number;
|
|
33
|
+
birthdate: string;
|
|
34
|
+
token: string;
|
|
35
|
+
}
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ActivityService {
|
|
5
|
-
private http;
|
|
6
|
-
private SERVICE_URL;
|
|
7
|
-
httpOptions: any;
|
|
8
|
-
constructor(http: HttpClient);
|
|
9
|
-
getActivityByCourse(params: any): Observable<any>;
|
|
10
|
-
getNoticesByCourse(codeCourse: number): Observable<any>;
|
|
11
|
-
getUnitsByActivity(params: any): Observable<any>;
|
|
12
|
-
getElementsByUnit(params: any): Observable<any>;
|
|
13
|
-
getCourseTeacherByToken(params: any): Observable<any>;
|
|
14
|
-
getAllTypeResource(): Observable<any>;
|
|
15
|
-
getAllTypeElement(): Observable<any>;
|
|
16
|
-
getElementsByUnitNew(params: any): Observable<any>;
|
|
17
|
-
updateCourseByCronogram(params: any): Observable<any>;
|
|
18
|
-
getTemplateCourseByCourse(codeCourse: number): Observable<any>;
|
|
19
|
-
saveMagnageActivity(params: any): Observable<any>;
|
|
20
|
-
postNotesActivityH5P(params: any): Observable<any>;
|
|
21
|
-
getMagnageActivity(params: any): Observable<any>;
|
|
22
|
-
getNoteActivityH5P(params: any): Observable<any>;
|
|
23
|
-
private generateRequestParams;
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ActivityService, never>;
|
|
25
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ActivityService>;
|
|
26
|
-
}
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ActivityService {
|
|
5
|
+
private http;
|
|
6
|
+
private SERVICE_URL;
|
|
7
|
+
httpOptions: any;
|
|
8
|
+
constructor(http: HttpClient);
|
|
9
|
+
getActivityByCourse(params: any): Observable<any>;
|
|
10
|
+
getNoticesByCourse(codeCourse: number): Observable<any>;
|
|
11
|
+
getUnitsByActivity(params: any): Observable<any>;
|
|
12
|
+
getElementsByUnit(params: any): Observable<any>;
|
|
13
|
+
getCourseTeacherByToken(params: any): Observable<any>;
|
|
14
|
+
getAllTypeResource(): Observable<any>;
|
|
15
|
+
getAllTypeElement(): Observable<any>;
|
|
16
|
+
getElementsByUnitNew(params: any): Observable<any>;
|
|
17
|
+
updateCourseByCronogram(params: any): Observable<any>;
|
|
18
|
+
getTemplateCourseByCourse(codeCourse: number): Observable<any>;
|
|
19
|
+
saveMagnageActivity(params: any): Observable<any>;
|
|
20
|
+
postNotesActivityH5P(params: any): Observable<any>;
|
|
21
|
+
getMagnageActivity(params: any): Observable<any>;
|
|
22
|
+
getNoteActivityH5P(params: any): Observable<any>;
|
|
23
|
+
private generateRequestParams;
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ActivityService, never>;
|
|
25
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ActivityService>;
|
|
26
|
+
}
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { Response } from '../../models/response/response.interface';
|
|
3
|
-
import { Observable } from 'rxjs';
|
|
4
|
-
import { AddEventByCourseRq, CourseAttendance, GetEventByCodeRq, GetEventsByCourseCodeRq, GetNotAttendancesByCodRq, RegisterNewAttendanceByEventRq } from '../../models/attendance/attendance.interface';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class AttendanceService {
|
|
7
|
-
private http;
|
|
8
|
-
private SERVICE_URL;
|
|
9
|
-
httpOptions: any;
|
|
10
|
-
constructor(http: HttpClient);
|
|
11
|
-
addEventByCourseRq(params: AddEventByCourseRq): Observable<Response>;
|
|
12
|
-
getEventsByCourseCode(params: GetEventsByCourseCodeRq): Observable<Response>;
|
|
13
|
-
getEventByCode(params: GetEventByCodeRq): Observable<Response>;
|
|
14
|
-
registerNewAttendanceByEvent(params: RegisterNewAttendanceByEventRq): Observable<Response>;
|
|
15
|
-
getAttendaceByCourse(courseCode: number): Observable<CourseAttendance>;
|
|
16
|
-
getCODCodeByStudentCode(studentCode: number): Observable<any>;
|
|
17
|
-
getAttendanceHistoryByStudent(token: string, cod_code: number): Observable<Response>;
|
|
18
|
-
getAllNotAttendancesByCod(params: GetNotAttendancesByCodRq): Observable<Response>;
|
|
19
|
-
getNotAttendancesOfLastWeekByCod(params: GetNotAttendancesByCodRq): Observable<Response>;
|
|
20
|
-
private generateRequestParams;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AttendanceService, never>;
|
|
22
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<AttendanceService>;
|
|
23
|
-
}
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { Response } from '../../models/response/response.interface';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { AddEventByCourseRq, CourseAttendance, GetEventByCodeRq, GetEventsByCourseCodeRq, GetNotAttendancesByCodRq, RegisterNewAttendanceByEventRq } from '../../models/attendance/attendance.interface';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class AttendanceService {
|
|
7
|
+
private http;
|
|
8
|
+
private SERVICE_URL;
|
|
9
|
+
httpOptions: any;
|
|
10
|
+
constructor(http: HttpClient);
|
|
11
|
+
addEventByCourseRq(params: AddEventByCourseRq): Observable<Response>;
|
|
12
|
+
getEventsByCourseCode(params: GetEventsByCourseCodeRq): Observable<Response>;
|
|
13
|
+
getEventByCode(params: GetEventByCodeRq): Observable<Response>;
|
|
14
|
+
registerNewAttendanceByEvent(params: RegisterNewAttendanceByEventRq): Observable<Response>;
|
|
15
|
+
getAttendaceByCourse(courseCode: number): Observable<CourseAttendance>;
|
|
16
|
+
getCODCodeByStudentCode(studentCode: number): Observable<any>;
|
|
17
|
+
getAttendanceHistoryByStudent(token: string, cod_code: number): Observable<Response>;
|
|
18
|
+
getAllNotAttendancesByCod(params: GetNotAttendancesByCodRq): Observable<Response>;
|
|
19
|
+
getNotAttendancesOfLastWeekByCod(params: GetNotAttendancesByCodRq): Observable<Response>;
|
|
20
|
+
private generateRequestParams;
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AttendanceService, never>;
|
|
22
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AttendanceService>;
|
|
23
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { getdiscountAllRq, DiscountRq, DiscountUpdateRq } from '../../models/budget/budget.model';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class BudgetService {
|
|
6
|
-
private http;
|
|
7
|
-
private SERVICE_URL;
|
|
8
|
-
httpOptions: any;
|
|
9
|
-
constructor(http: HttpClient);
|
|
10
|
-
getAllDiscount(user: getdiscountAllRq): Observable<any>;
|
|
11
|
-
createDiscount(params: DiscountRq): Observable<any>;
|
|
12
|
-
updateDiscount(params: DiscountUpdateRq): Observable<any>;
|
|
13
|
-
private generateRequestParams;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BudgetService, never>;
|
|
15
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<BudgetService>;
|
|
16
|
-
}
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { getdiscountAllRq, DiscountRq, DiscountUpdateRq } from '../../models/budget/budget.model';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class BudgetService {
|
|
6
|
+
private http;
|
|
7
|
+
private SERVICE_URL;
|
|
8
|
+
httpOptions: any;
|
|
9
|
+
constructor(http: HttpClient);
|
|
10
|
+
getAllDiscount(user: getdiscountAllRq): Observable<any>;
|
|
11
|
+
createDiscount(params: DiscountRq): Observable<any>;
|
|
12
|
+
updateDiscount(params: DiscountUpdateRq): Observable<any>;
|
|
13
|
+
private generateRequestParams;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BudgetService, never>;
|
|
15
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<BudgetService>;
|
|
16
|
+
}
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { eventqueryRq } from '../../models/calendar/calendar-rq.models';
|
|
4
|
-
import { AddNewEventRq, AvailabilityQueryRq, AvailabilityQueryRqs, GetEventByDateTimeRq, GetEventsByCourseRq } from '../../models/cronogram/cronogram.models';
|
|
5
|
-
import { Response } from '../../models/response/response.interface';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class CalendarService {
|
|
8
|
-
private http;
|
|
9
|
-
private SERVICE_URL;
|
|
10
|
-
httpOptions: any;
|
|
11
|
-
constructor(http: HttpClient);
|
|
12
|
-
postCreateQueryEvent(params: AvailabilityQueryRq): Observable<Response>;
|
|
13
|
-
getEventByIdCalendar(idCalendar: string): Observable<any>;
|
|
14
|
-
postEventByDayTime(params: eventqueryRq): Observable<any>;
|
|
15
|
-
getEventsByCourse(params: GetEventsByCourseRq): Observable<any>;
|
|
16
|
-
getEventByDateTime(params: GetEventByDateTimeRq): Observable<any>;
|
|
17
|
-
getAvailability(params: AvailabilityQueryRqs): Observable<any>;
|
|
18
|
-
addNewEvent(params: AddNewEventRq): Observable<any>;
|
|
19
|
-
private generateRequestParams;
|
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarService, never>;
|
|
21
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<CalendarService>;
|
|
22
|
-
}
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { eventqueryRq } from '../../models/calendar/calendar-rq.models';
|
|
4
|
+
import { AddNewEventRq, AvailabilityQueryRq, AvailabilityQueryRqs, GetEventByDateTimeRq, GetEventsByCourseRq } from '../../models/cronogram/cronogram.models';
|
|
5
|
+
import { Response } from '../../models/response/response.interface';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class CalendarService {
|
|
8
|
+
private http;
|
|
9
|
+
private SERVICE_URL;
|
|
10
|
+
httpOptions: any;
|
|
11
|
+
constructor(http: HttpClient);
|
|
12
|
+
postCreateQueryEvent(params: AvailabilityQueryRq): Observable<Response>;
|
|
13
|
+
getEventByIdCalendar(idCalendar: string): Observable<any>;
|
|
14
|
+
postEventByDayTime(params: eventqueryRq): Observable<any>;
|
|
15
|
+
getEventsByCourse(params: GetEventsByCourseRq): Observable<any>;
|
|
16
|
+
getEventByDateTime(params: GetEventByDateTimeRq): Observable<any>;
|
|
17
|
+
getAvailability(params: AvailabilityQueryRqs): Observable<any>;
|
|
18
|
+
addNewEvent(params: AddNewEventRq): Observable<any>;
|
|
19
|
+
private generateRequestParams;
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CalendarService, never>;
|
|
21
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CalendarService>;
|
|
22
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { ClassroomByIdCalendarRq, ClassroomModalityRq } from '../../models/classroom/classroom-rq.model';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class ClassroomService {
|
|
6
|
-
private http;
|
|
7
|
-
private SERVICE_URL;
|
|
8
|
-
httpOptions: any;
|
|
9
|
-
constructor(http: HttpClient);
|
|
10
|
-
getClassroomsByModality(params: ClassroomModalityRq): Observable<Response>;
|
|
11
|
-
getClassroomByIdCalendar(params: ClassroomByIdCalendarRq): Observable<Response>;
|
|
12
|
-
private generateRequestParams;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ClassroomService, never>;
|
|
14
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ClassroomService>;
|
|
15
|
-
}
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { ClassroomByIdCalendarRq, ClassroomModalityRq } from '../../models/classroom/classroom-rq.model';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class ClassroomService {
|
|
6
|
+
private http;
|
|
7
|
+
private SERVICE_URL;
|
|
8
|
+
httpOptions: any;
|
|
9
|
+
constructor(http: HttpClient);
|
|
10
|
+
getClassroomsByModality(params: ClassroomModalityRq): Observable<Response>;
|
|
11
|
+
getClassroomByIdCalendar(params: ClassroomByIdCalendarRq): Observable<Response>;
|
|
12
|
+
private generateRequestParams;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClassroomService, never>;
|
|
14
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ClassroomService>;
|
|
15
|
+
}
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { CreateCourseRq, EditCourseRq, GetAvailibleCoursesRq, GetCourseByCodeRq, GetCoursesByTeacherRq, GetCoursesRq } from '../../models/course/course-rq.model';
|
|
4
|
-
import { CourseStartDateRq } from '../../models/cronogram/cronogram.models';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class CourseService {
|
|
7
|
-
private http;
|
|
8
|
-
private SERVICE_URL;
|
|
9
|
-
httpOptions: any;
|
|
10
|
-
constructor(http: HttpClient);
|
|
11
|
-
createCourse(course: CreateCourseRq): Observable<any>;
|
|
12
|
-
editCourse(course: EditCourseRq): Observable<any>;
|
|
13
|
-
getAllCourses(params: GetCoursesRq): Observable<any>;
|
|
14
|
-
getCoursesByLevel(params: GetCoursesRq): Observable<any>;
|
|
15
|
-
getAvailibleCourses(availibleCourses: GetAvailibleCoursesRq): Observable<any>;
|
|
16
|
-
getCourseByCode(params: GetCourseByCodeRq): Observable<any>;
|
|
17
|
-
getCoursesByTeacher(params: GetCoursesByTeacherRq): Observable<any>;
|
|
18
|
-
getFilteredCoursesByTeacher(params: GetCoursesByTeacherRq): Observable<any>;
|
|
19
|
-
getCoursesByStartDate(params: CourseStartDateRq): Observable<any>;
|
|
20
|
-
numberClassByCode(idCode: number): Observable<any>;
|
|
21
|
-
private generateRequestParams;
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CourseService, never>;
|
|
23
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<CourseService>;
|
|
24
|
-
}
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { CreateCourseRq, EditCourseRq, GetAvailibleCoursesRq, GetCourseByCodeRq, GetCoursesByTeacherRq, GetCoursesRq } from '../../models/course/course-rq.model';
|
|
4
|
+
import { CourseStartDateRq } from '../../models/cronogram/cronogram.models';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class CourseService {
|
|
7
|
+
private http;
|
|
8
|
+
private SERVICE_URL;
|
|
9
|
+
httpOptions: any;
|
|
10
|
+
constructor(http: HttpClient);
|
|
11
|
+
createCourse(course: CreateCourseRq): Observable<any>;
|
|
12
|
+
editCourse(course: EditCourseRq): Observable<any>;
|
|
13
|
+
getAllCourses(params: GetCoursesRq): Observable<any>;
|
|
14
|
+
getCoursesByLevel(params: GetCoursesRq): Observable<any>;
|
|
15
|
+
getAvailibleCourses(availibleCourses: GetAvailibleCoursesRq): Observable<any>;
|
|
16
|
+
getCourseByCode(params: GetCourseByCodeRq): Observable<any>;
|
|
17
|
+
getCoursesByTeacher(params: GetCoursesByTeacherRq): Observable<any>;
|
|
18
|
+
getFilteredCoursesByTeacher(params: GetCoursesByTeacherRq): Observable<any>;
|
|
19
|
+
getCoursesByStartDate(params: CourseStartDateRq): Observable<any>;
|
|
20
|
+
numberClassByCode(idCode: number): Observable<any>;
|
|
21
|
+
private generateRequestParams;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CourseService, never>;
|
|
23
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CourseService>;
|
|
24
|
+
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { getStrategyByUserCommercialRq, CreateObservationsRq } from '../../models/marketing/marketing.model';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class MarketingService {
|
|
6
|
-
private http;
|
|
7
|
-
private SERVICE_URL;
|
|
8
|
-
httpOptions: any;
|
|
9
|
-
constructor(http: HttpClient);
|
|
10
|
-
getStrategyByUserCommercial(user: getStrategyByUserCommercialRq): Observable<any>;
|
|
11
|
-
getObservationsContact(codeContact: number): Observable<any>;
|
|
12
|
-
createObservations(params: CreateObservationsRq): Observable<any>;
|
|
13
|
-
getUserStatistics(userToken: getStrategyByUserCommercialRq): Observable<any>;
|
|
14
|
-
getTopAdviser(): Observable<any>;
|
|
15
|
-
getMovementStatus(): Observable<any>;
|
|
16
|
-
getgroupSignupStatus(): Observable<any>;
|
|
17
|
-
private generateRequestParams;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MarketingService, never>;
|
|
19
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<MarketingService>;
|
|
20
|
-
}
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { getStrategyByUserCommercialRq, CreateObservationsRq } from '../../models/marketing/marketing.model';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class MarketingService {
|
|
6
|
+
private http;
|
|
7
|
+
private SERVICE_URL;
|
|
8
|
+
httpOptions: any;
|
|
9
|
+
constructor(http: HttpClient);
|
|
10
|
+
getStrategyByUserCommercial(user: getStrategyByUserCommercialRq): Observable<any>;
|
|
11
|
+
getObservationsContact(codeContact: number): Observable<any>;
|
|
12
|
+
createObservations(params: CreateObservationsRq): Observable<any>;
|
|
13
|
+
getUserStatistics(userToken: getStrategyByUserCommercialRq): Observable<any>;
|
|
14
|
+
getTopAdviser(): Observable<any>;
|
|
15
|
+
getMovementStatus(): Observable<any>;
|
|
16
|
+
getgroupSignupStatus(): Observable<any>;
|
|
17
|
+
private generateRequestParams;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MarketingService, never>;
|
|
19
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MarketingService>;
|
|
20
|
+
}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { CreateNewNoteRq, GetNotesByGroupRq, GetNotesByStudentRq, UpdateStudentNoteRq, calculateFinalNoteRq } from '../../models/notes/notes.interface';
|
|
3
|
-
import { Observable } from 'rxjs';
|
|
4
|
-
import { Response } from '../../models/response/response.interface';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class NotesService {
|
|
7
|
-
private http;
|
|
8
|
-
private SERVICE_URL;
|
|
9
|
-
httpOptions: any;
|
|
10
|
-
constructor(http: HttpClient);
|
|
11
|
-
getNotesByGroup(params: GetNotesByGroupRq): Observable<Response>;
|
|
12
|
-
getNotesByStudent(params: GetNotesByStudentRq): Observable<Response>;
|
|
13
|
-
createNewNote(params: CreateNewNoteRq): Observable<Response>;
|
|
14
|
-
updateStudentNote(params: UpdateStudentNoteRq): Observable<Response>;
|
|
15
|
-
calculateFinalNote(params: calculateFinalNoteRq): Observable<Response>;
|
|
16
|
-
private generateRequestParams;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NotesService, never>;
|
|
18
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<NotesService>;
|
|
19
|
-
}
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { CreateNewNoteRq, GetNotesByGroupRq, GetNotesByStudentRq, UpdateStudentNoteRq, calculateFinalNoteRq } from '../../models/notes/notes.interface';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { Response } from '../../models/response/response.interface';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class NotesService {
|
|
7
|
+
private http;
|
|
8
|
+
private SERVICE_URL;
|
|
9
|
+
httpOptions: any;
|
|
10
|
+
constructor(http: HttpClient);
|
|
11
|
+
getNotesByGroup(params: GetNotesByGroupRq): Observable<Response>;
|
|
12
|
+
getNotesByStudent(params: GetNotesByStudentRq): Observable<Response>;
|
|
13
|
+
createNewNote(params: CreateNewNoteRq): Observable<Response>;
|
|
14
|
+
updateStudentNote(params: UpdateStudentNoteRq): Observable<Response>;
|
|
15
|
+
calculateFinalNote(params: calculateFinalNoteRq): Observable<Response>;
|
|
16
|
+
private generateRequestParams;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NotesService, never>;
|
|
18
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<NotesService>;
|
|
19
|
+
}
|