iptdevs-design-system 2.7.10 → 2.7.11

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.
Files changed (116) hide show
  1. package/README.md +24 -24
  2. package/esm2020/iptdevs-design-system.mjs +4 -4
  3. package/esm2020/lib/components/atoms/aside-button/aside-button.component.mjs +50 -50
  4. package/esm2020/lib/components/atoms/button/button.component.mjs +64 -64
  5. package/esm2020/lib/components/atoms/checkbox/checkbox.component.mjs +47 -47
  6. package/esm2020/lib/components/atoms/datalist/datalist.component.mjs +94 -94
  7. package/esm2020/lib/components/atoms/input/input.component.mjs +145 -145
  8. package/esm2020/lib/components/atoms/level-button/level-button.component.mjs +64 -64
  9. package/esm2020/lib/components/atoms/level-text/level-text.component.mjs +19 -19
  10. package/esm2020/lib/components/atoms/loader/loader.component.mjs +48 -48
  11. package/esm2020/lib/components/atoms/radio/radio.component.mjs +47 -47
  12. package/esm2020/lib/components/atoms/select/select.component.mjs +102 -102
  13. package/esm2020/lib/components/atoms/text-link/text-link.component.mjs +39 -39
  14. package/esm2020/lib/components/components.module.mjs +118 -118
  15. package/esm2020/lib/components/forms/create-user-form/create-user-form.component.mjs +228 -228
  16. package/esm2020/lib/components/forms/login-form/login-form.component.mjs +93 -93
  17. package/esm2020/lib/components/material.module.mjs +19 -19
  18. package/esm2020/lib/components/molecules/sidenav/sidenav.component.mjs +150 -150
  19. package/esm2020/lib/core/core.module.mjs +52 -52
  20. package/esm2020/lib/core/models/activities/activities.interface.mjs +2 -2
  21. package/esm2020/lib/core/models/attendance/attendance.interface.mjs +2 -2
  22. package/esm2020/lib/core/models/budget/budget.model.mjs +2 -2
  23. package/esm2020/lib/core/models/calendar/calendar-rq.models.mjs +2 -2
  24. package/esm2020/lib/core/models/classroom/classroom-rq.model.mjs +2 -2
  25. package/esm2020/lib/core/models/cod/cod-rq.model.mjs +2 -2
  26. package/esm2020/lib/core/models/course/course-rq.model.mjs +2 -2
  27. package/esm2020/lib/core/models/cronogram/cronogram.models.mjs +2 -2
  28. package/esm2020/lib/core/models/marketing/marketing.model.mjs +2 -2
  29. package/esm2020/lib/core/models/notes/notes.interface.mjs +2 -2
  30. package/esm2020/lib/core/models/response/response.interface.mjs +2 -2
  31. package/esm2020/lib/core/models/session/session.model.mjs +3 -3
  32. package/esm2020/lib/core/models/student/student.interface.mjs +2 -2
  33. package/esm2020/lib/core/models/table/table-rs.model.mjs +2 -2
  34. package/esm2020/lib/core/models/test/test.model.mjs +2 -2
  35. package/esm2020/lib/core/models/url/url.model.mjs +2 -2
  36. package/esm2020/lib/core/models/user/user-rq.model.mjs +2 -2
  37. package/esm2020/lib/core/models/user/user-rs.model.mjs +5 -5
  38. package/esm2020/lib/core/services/activity-service/activity.service.mjs +87 -87
  39. package/esm2020/lib/core/services/attendance-service/attendance.service.mjs +64 -64
  40. package/esm2020/lib/core/services/budget-service/budget-service.mjs +36 -36
  41. package/esm2020/lib/core/services/calendar-service/calendar.service.mjs +55 -55
  42. package/esm2020/lib/core/services/classroom-service/classroom-service.service.mjs +31 -31
  43. package/esm2020/lib/core/services/course-service/course-service.model.mjs +70 -70
  44. package/esm2020/lib/core/services/marketing-service/marketing-service.mjs +52 -52
  45. package/esm2020/lib/core/services/notes-service/notes.service.mjs +46 -46
  46. package/esm2020/lib/core/services/parameters-service/parameters.service.mjs +117 -117
  47. package/esm2020/lib/core/services/service-enviroments.mjs +26 -26
  48. package/esm2020/lib/core/services/storage-service/storage-service.mjs +50 -50
  49. package/esm2020/lib/core/services/student-service/student.service.mjs +26 -26
  50. package/esm2020/lib/core/services/switch-service/switch.service.mjs +16 -16
  51. package/esm2020/lib/core/services/test-service/test.service.mjs +131 -131
  52. package/esm2020/lib/core/services/user-service/user-service.mjs +80 -80
  53. package/esm2020/lib/core/utils/base-service/base.service.mjs +186 -186
  54. package/esm2020/lib/core/utils/route-service/route.service.mjs +18 -18
  55. package/esm2020/lib/design-system.module.mjs +36 -36
  56. package/esm2020/public-api.mjs +61 -61
  57. package/fesm2015/iptdevs-design-system.mjs +2276 -2276
  58. package/fesm2015/iptdevs-design-system.mjs.map +1 -1
  59. package/fesm2020/iptdevs-design-system.mjs +2273 -2273
  60. package/fesm2020/iptdevs-design-system.mjs.map +1 -1
  61. package/iptdevs-design-system.d.ts +5 -5
  62. package/lib/components/atoms/aside-button/aside-button.component.d.ts +11 -11
  63. package/lib/components/atoms/button/button.component.d.ts +13 -13
  64. package/lib/components/atoms/checkbox/checkbox.component.d.ts +11 -11
  65. package/lib/components/atoms/datalist/datalist.component.d.ts +20 -20
  66. package/lib/components/atoms/input/input.component.d.ts +26 -26
  67. package/lib/components/atoms/level-button/level-button.component.d.ts +11 -11
  68. package/lib/components/atoms/level-text/level-text.component.d.ts +7 -7
  69. package/lib/components/atoms/loader/loader.component.d.ts +7 -7
  70. package/lib/components/atoms/radio/radio.component.d.ts +11 -11
  71. package/lib/components/atoms/select/select.component.d.ts +26 -26
  72. package/lib/components/atoms/text-link/text-link.component.d.ts +12 -12
  73. package/lib/components/components.module.d.ts +24 -24
  74. package/lib/components/forms/create-user-form/create-user-form.component.d.ts +36 -36
  75. package/lib/components/forms/login-form/login-form.component.d.ts +13 -13
  76. package/lib/components/material.module.d.ts +11 -11
  77. package/lib/components/molecules/sidenav/sidenav.component.d.ts +25 -25
  78. package/lib/core/core.module.d.ts +6 -6
  79. package/lib/core/models/activities/activities.interface.d.ts +12 -12
  80. package/lib/core/models/attendance/attendance.interface.d.ts +62 -62
  81. package/lib/core/models/budget/budget.model.d.ts +69 -69
  82. package/lib/core/models/calendar/calendar-rq.models.d.ts +27 -27
  83. package/lib/core/models/classroom/classroom-rq.model.d.ts +18 -18
  84. package/lib/core/models/cod/cod-rq.model.d.ts +51 -51
  85. package/lib/core/models/course/course-rq.model.d.ts +86 -86
  86. package/lib/core/models/cronogram/cronogram.models.d.ts +183 -183
  87. package/lib/core/models/marketing/marketing.model.d.ts +104 -104
  88. package/lib/core/models/notes/notes.interface.d.ts +89 -89
  89. package/lib/core/models/response/response.interface.d.ts +10 -10
  90. package/lib/core/models/session/session.model.d.ts +5 -5
  91. package/lib/core/models/student/student.interface.d.ts +4 -4
  92. package/lib/core/models/table/table-rs.model.d.ts +7 -7
  93. package/lib/core/models/test/test.model.d.ts +219 -219
  94. package/lib/core/models/url/url.model.d.ts +8 -8
  95. package/lib/core/models/user/user-rq.model.d.ts +86 -86
  96. package/lib/core/models/user/user-rs.model.d.ts +35 -35
  97. package/lib/core/services/activity-service/activity.service.d.ts +25 -25
  98. package/lib/core/services/attendance-service/attendance.service.d.ts +22 -22
  99. package/lib/core/services/budget-service/budget-service.d.ts +15 -15
  100. package/lib/core/services/calendar-service/calendar.service.d.ts +21 -21
  101. package/lib/core/services/classroom-service/classroom-service.service.d.ts +14 -14
  102. package/lib/core/services/course-service/course-service.model.d.ts +23 -23
  103. package/lib/core/services/marketing-service/marketing-service.d.ts +19 -19
  104. package/lib/core/services/notes-service/notes.service.d.ts +18 -18
  105. package/lib/core/services/parameters-service/parameters.service.d.ts +35 -35
  106. package/lib/core/services/service-enviroments.d.ts +5 -5
  107. package/lib/core/services/storage-service/storage-service.d.ts +18 -18
  108. package/lib/core/services/student-service/student.service.d.ts +13 -13
  109. package/lib/core/services/switch-service/switch.service.d.ts +8 -8
  110. package/lib/core/services/test-service/test.service.d.ts +34 -34
  111. package/lib/core/services/user-service/user-service.d.ts +25 -25
  112. package/lib/core/utils/base-service/base.service.d.ts +22 -22
  113. package/lib/core/utils/route-service/route.service.d.ts +9 -9
  114. package/lib/design-system.module.d.ts +9 -9
  115. package/package.json +1 -1
  116. package/public-api.d.ts +52 -52
@@ -1,86 +1,86 @@
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
- email: string;
29
- phone_number: string;
30
- city: number;
31
- comment?: string;
32
- }
33
- export interface RegisterHomeRq {
34
- name: string;
35
- last_name: string;
36
- type_id: string;
37
- id_card: number;
38
- city: string;
39
- date_of_birth: string;
40
- phone: number;
41
- email: string;
42
- comments: string;
43
- }
44
- export interface RegisterDashboardRq {
45
- name: string;
46
- last_name: string;
47
- email: string;
48
- phone_indicative: string;
49
- phone_number: number;
50
- id_card_type: number;
51
- id_card: number;
52
- city: string;
53
- service_hour: number;
54
- role: number;
55
- password: string;
56
- }
57
- export interface UserTokenRq {
58
- token: string;
59
- }
60
- export interface ForgotPasswordRq {
61
- email: string;
62
- id_card: number;
63
- }
64
- export interface getStudentRq {
65
- token: string;
66
- param: string;
67
- }
68
- export interface IptUser {
69
- code: number;
70
- name: string;
71
- last_name: string;
72
- nick_name: null;
73
- email: string;
74
- email_ipt: null;
75
- role: number;
76
- service_hour: number;
77
- phone_indicative: number;
78
- phone_number: string;
79
- gender: number;
80
- birthdate: null;
81
- city: string;
82
- id_card_type: number;
83
- id_card: string;
84
- token: string;
85
- updated_at: Date;
86
- }
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
+ email: string;
29
+ phone_number: string;
30
+ city: number;
31
+ comment?: string;
32
+ }
33
+ export interface RegisterHomeRq {
34
+ name: string;
35
+ last_name: string;
36
+ type_id: string;
37
+ id_card: number;
38
+ city: string;
39
+ date_of_birth: string;
40
+ phone: number;
41
+ email: string;
42
+ comments: string;
43
+ }
44
+ export interface RegisterDashboardRq {
45
+ name: string;
46
+ last_name: string;
47
+ email: string;
48
+ phone_indicative: string;
49
+ phone_number: number;
50
+ id_card_type: number;
51
+ id_card: number;
52
+ city: string;
53
+ service_hour: number;
54
+ role: number;
55
+ password: string;
56
+ }
57
+ export interface UserTokenRq {
58
+ token: string;
59
+ }
60
+ export interface ForgotPasswordRq {
61
+ email: string;
62
+ id_card: number;
63
+ }
64
+ export interface getStudentRq {
65
+ token: string;
66
+ param: string;
67
+ }
68
+ export interface IptUser {
69
+ code: number;
70
+ name: string;
71
+ last_name: string;
72
+ nick_name: null;
73
+ email: string;
74
+ email_ipt: null;
75
+ role: number;
76
+ service_hour: number;
77
+ phone_indicative: number;
78
+ phone_number: string;
79
+ gender: number;
80
+ birthdate: null;
81
+ city: string;
82
+ id_card_type: number;
83
+ id_card: string;
84
+ token: string;
85
+ updated_at: Date;
86
+ }
@@ -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,25 +1,25 @@
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 ActivityService extends IPTGeneralService {
6
- private http;
7
- private SERVICE_URL;
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
- static ɵfac: i0.ɵɵFactoryDeclaration<ActivityService, never>;
24
- static ɵprov: i0.ɵɵInjectableDeclaration<ActivityService>;
25
- }
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 ActivityService extends IPTGeneralService {
6
+ private http;
7
+ private SERVICE_URL;
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
+ static ɵfac: i0.ɵɵFactoryDeclaration<ActivityService, never>;
24
+ static ɵprov: i0.ɵɵInjectableDeclaration<ActivityService>;
25
+ }
@@ -1,22 +1,22 @@
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 { IPTGeneralService } from '../service-enviroments';
6
- import * as i0 from "@angular/core";
7
- export declare class AttendanceService extends IPTGeneralService {
8
- private http;
9
- private SERVICE_URL;
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
- static ɵfac: i0.ɵɵFactoryDeclaration<AttendanceService, never>;
21
- static ɵprov: i0.ɵɵInjectableDeclaration<AttendanceService>;
22
- }
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 { IPTGeneralService } from '../service-enviroments';
6
+ import * as i0 from "@angular/core";
7
+ export declare class AttendanceService extends IPTGeneralService {
8
+ private http;
9
+ private SERVICE_URL;
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
+ static ɵfac: i0.ɵɵFactoryDeclaration<AttendanceService, never>;
21
+ static ɵprov: i0.ɵɵInjectableDeclaration<AttendanceService>;
22
+ }
@@ -1,15 +1,15 @@
1
- import { HttpClient } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import { getdiscountAllRq, DiscountRq, DiscountUpdateRq } from '../../models/budget/budget.model';
4
- import { IPTGeneralService } from '../service-enviroments';
5
- import * as i0 from "@angular/core";
6
- export declare class BudgetService extends IPTGeneralService {
7
- private http;
8
- private SERVICE_URL;
9
- constructor(http: HttpClient);
10
- getAllDiscount(user: getdiscountAllRq): Observable<any>;
11
- createDiscount(params: DiscountRq): Observable<any>;
12
- updateDiscount(params: DiscountUpdateRq): Observable<any>;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<BudgetService, never>;
14
- static ɵprov: i0.ɵɵInjectableDeclaration<BudgetService>;
15
- }
1
+ import { HttpClient } from '@angular/common/http';
2
+ import { Observable } from 'rxjs';
3
+ import { getdiscountAllRq, DiscountRq, DiscountUpdateRq } from '../../models/budget/budget.model';
4
+ import { IPTGeneralService } from '../service-enviroments';
5
+ import * as i0 from "@angular/core";
6
+ export declare class BudgetService extends IPTGeneralService {
7
+ private http;
8
+ private SERVICE_URL;
9
+ constructor(http: HttpClient);
10
+ getAllDiscount(user: getdiscountAllRq): Observable<any>;
11
+ createDiscount(params: DiscountRq): Observable<any>;
12
+ updateDiscount(params: DiscountUpdateRq): Observable<any>;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<BudgetService, never>;
14
+ static ɵprov: i0.ɵɵInjectableDeclaration<BudgetService>;
15
+ }
@@ -1,21 +1,21 @@
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 { IPTGeneralService } from '../service-enviroments';
7
- import * as i0 from "@angular/core";
8
- export declare class CalendarService extends IPTGeneralService {
9
- private http;
10
- private SERVICE_URL;
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
- static ɵfac: i0.ɵɵFactoryDeclaration<CalendarService, never>;
20
- static ɵprov: i0.ɵɵInjectableDeclaration<CalendarService>;
21
- }
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 { IPTGeneralService } from '../service-enviroments';
7
+ import * as i0 from "@angular/core";
8
+ export declare class CalendarService extends IPTGeneralService {
9
+ private http;
10
+ private SERVICE_URL;
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
+ static ɵfac: i0.ɵɵFactoryDeclaration<CalendarService, never>;
20
+ static ɵprov: i0.ɵɵInjectableDeclaration<CalendarService>;
21
+ }
@@ -1,14 +1,14 @@
1
- import { HttpClient } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import { ClassroomByIdCalendarRq, ClassroomModalityRq } from '../../models/classroom/classroom-rq.model';
4
- import { IPTGeneralService } from '../service-enviroments';
5
- import * as i0 from "@angular/core";
6
- export declare class ClassroomService extends IPTGeneralService {
7
- private http;
8
- private SERVICE_URL;
9
- constructor(http: HttpClient);
10
- getClassroomsByModality(params: ClassroomModalityRq): Observable<Response>;
11
- getClassroomByIdCalendar(params: ClassroomByIdCalendarRq): Observable<Response>;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<ClassroomService, never>;
13
- static ɵprov: i0.ɵɵInjectableDeclaration<ClassroomService>;
14
- }
1
+ import { HttpClient } from '@angular/common/http';
2
+ import { Observable } from 'rxjs';
3
+ import { ClassroomByIdCalendarRq, ClassroomModalityRq } from '../../models/classroom/classroom-rq.model';
4
+ import { IPTGeneralService } from '../service-enviroments';
5
+ import * as i0 from "@angular/core";
6
+ export declare class ClassroomService extends IPTGeneralService {
7
+ private http;
8
+ private SERVICE_URL;
9
+ constructor(http: HttpClient);
10
+ getClassroomsByModality(params: ClassroomModalityRq): Observable<Response>;
11
+ getClassroomByIdCalendar(params: ClassroomByIdCalendarRq): Observable<Response>;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClassroomService, never>;
13
+ static ɵprov: i0.ɵɵInjectableDeclaration<ClassroomService>;
14
+ }
@@ -1,23 +1,23 @@
1
- import { HttpClient } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import { IPTGeneralService } from '../service-enviroments';
4
- import { CreateCourseRq, EditCourseRq, GetAvailibleCoursesRq, GetCourseByCodeRq, GetCoursesByTeacherRq, GetCoursesRq } from '../../models/course/course-rq.model';
5
- import { CourseStartDateRq } from '../../models/cronogram/cronogram.models';
6
- import * as i0 from "@angular/core";
7
- export declare class CourseService extends IPTGeneralService {
8
- private http;
9
- private SERVICE_URL;
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
- static ɵfac: i0.ɵɵFactoryDeclaration<CourseService, never>;
22
- static ɵprov: i0.ɵɵInjectableDeclaration<CourseService>;
23
- }
1
+ import { HttpClient } from '@angular/common/http';
2
+ import { Observable } from 'rxjs';
3
+ import { IPTGeneralService } from '../service-enviroments';
4
+ import { CreateCourseRq, EditCourseRq, GetAvailibleCoursesRq, GetCourseByCodeRq, GetCoursesByTeacherRq, GetCoursesRq } from '../../models/course/course-rq.model';
5
+ import { CourseStartDateRq } from '../../models/cronogram/cronogram.models';
6
+ import * as i0 from "@angular/core";
7
+ export declare class CourseService extends IPTGeneralService {
8
+ private http;
9
+ private SERVICE_URL;
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
+ static ɵfac: i0.ɵɵFactoryDeclaration<CourseService, never>;
22
+ static ɵprov: i0.ɵɵInjectableDeclaration<CourseService>;
23
+ }
@@ -1,19 +1,19 @@
1
- import { HttpClient } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import { getStrategyByUserCommercialRq, CreateObservationsRq } from '../../models/marketing/marketing.model';
4
- import { IPTGeneralService } from '../service-enviroments';
5
- import * as i0 from "@angular/core";
6
- export declare class MarketingService extends IPTGeneralService {
7
- private http;
8
- private SERVICE_URL;
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
- static ɵfac: i0.ɵɵFactoryDeclaration<MarketingService, never>;
18
- static ɵprov: i0.ɵɵInjectableDeclaration<MarketingService>;
19
- }
1
+ import { HttpClient } from '@angular/common/http';
2
+ import { Observable } from 'rxjs';
3
+ import { getStrategyByUserCommercialRq, CreateObservationsRq } from '../../models/marketing/marketing.model';
4
+ import { IPTGeneralService } from '../service-enviroments';
5
+ import * as i0 from "@angular/core";
6
+ export declare class MarketingService extends IPTGeneralService {
7
+ private http;
8
+ private SERVICE_URL;
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
+ static ɵfac: i0.ɵɵFactoryDeclaration<MarketingService, never>;
18
+ static ɵprov: i0.ɵɵInjectableDeclaration<MarketingService>;
19
+ }
@@ -1,18 +1,18 @@
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 { IPTGeneralService } from '../service-enviroments';
6
- import * as i0 from "@angular/core";
7
- export declare class NotesService extends IPTGeneralService {
8
- private http;
9
- private SERVICE_URL;
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
- static ɵfac: i0.ɵɵFactoryDeclaration<NotesService, never>;
17
- static ɵprov: i0.ɵɵInjectableDeclaration<NotesService>;
18
- }
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 { IPTGeneralService } from '../service-enviroments';
6
+ import * as i0 from "@angular/core";
7
+ export declare class NotesService extends IPTGeneralService {
8
+ private http;
9
+ private SERVICE_URL;
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
+ static ɵfac: i0.ɵɵFactoryDeclaration<NotesService, never>;
17
+ static ɵprov: i0.ɵɵInjectableDeclaration<NotesService>;
18
+ }
@@ -1,35 +1,35 @@
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
- static ɵfac: i0.ɵɵFactoryDeclaration<ParameterService, never>;
34
- static ɵprov: i0.ɵɵInjectableDeclaration<ParameterService>;
35
- }
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
+ static ɵfac: i0.ɵɵFactoryDeclaration<ParameterService, never>;
34
+ static ɵprov: i0.ɵɵInjectableDeclaration<ParameterService>;
35
+ }