iptdevs-design-system 2.4.3 → 2.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/components/molecules/sidenav/sidenav.component.mjs +2 -2
- package/esm2020/lib/core/models/activities/activities.interface.mjs +2 -0
- package/esm2020/lib/core/models/attendance/attendance.interface.mjs +2 -0
- package/esm2020/lib/core/models/calendar/calendar-rq.models.mjs +2 -0
- package/esm2020/lib/core/models/course/course-rq.model.mjs +1 -1
- package/esm2020/lib/core/models/cronogram/cronogram.models.mjs +2 -0
- package/esm2020/lib/core/models/notes/notes.interface.mjs +2 -0
- package/esm2020/lib/core/models/response/response.interface.mjs +2 -0
- package/esm2020/lib/core/models/student/student.interface.mjs +2 -0
- package/esm2020/lib/core/models/user/user-rq.model.mjs +1 -1
- package/esm2020/lib/core/services/attendance-service/attendance.service.mjs +17 -0
- package/esm2020/lib/core/services/calendar-service/calendar.service.mjs +34 -0
- package/esm2020/lib/core/services/course-service/course-service.model.mjs +20 -1
- package/esm2020/lib/core/services/notes-service/notes.service.mjs +40 -0
- package/esm2020/lib/core/services/parameters-service/parameters.service.mjs +5 -1
- package/esm2020/lib/core/services/student-service/student.service.mjs +30 -0
- package/esm2020/public-api.mjs +19 -8
- package/fesm2015/iptdevs-design-system.mjs +132 -3
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +132 -3
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/lib/core/models/activities/activities.interface.d.ts +6 -0
- package/lib/core/models/attendance/attendance.interface.d.ts +44 -0
- package/lib/core/models/calendar/calendar-rq.models.d.ts +27 -0
- package/lib/core/models/course/course-rq.model.d.ts +8 -0
- package/lib/core/models/cronogram/cronogram.models.d.ts +71 -0
- package/lib/core/models/notes/notes.interface.d.ts +59 -0
- package/lib/core/models/response/response.interface.d.ts +10 -0
- package/lib/core/models/student/student.interface.d.ts +4 -0
- package/lib/core/models/user/user-rq.model.d.ts +19 -0
- package/lib/core/services/attendance-service/attendance.service.d.ts +8 -0
- package/lib/core/services/calendar-service/calendar.service.d.ts +15 -0
- package/lib/core/services/course-service/course-service.model.d.ts +6 -1
- package/lib/core/services/notes-service/notes.service.d.ts +17 -0
- package/lib/core/services/parameters-service/parameters.service.d.ts +1 -0
- package/lib/core/services/student-service/student.service.d.ts +14 -0
- package/package.json +3 -3
- package/public-api.d.ts +18 -7
|
@@ -1077,7 +1077,7 @@ SidenavComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
|
|
|
1077
1077
|
<div class="photo-logout"></div>
|
|
1078
1078
|
</div>
|
|
1079
1079
|
</mat-toolbar>
|
|
1080
|
-
`, isInline: true, styles: ["*{font-family:Poppins,sans-serif}@media screen and (min-width: 320px){.header{background-color:#fff;display:flex;justify-content:space-between;filter:drop-shadow(0px -1px 7px #000)}mat-sidenav{width:-moz-fit-content!important;width:fit-content!important;background-color:#1c77f7!important}.img-logo,.text-container{display:none}.mat-toolbar.mat-primary{background-color:#fff!important;color:#003d99!important;filter:drop-shadow(0px -1px 7px #000)}.logout-container{box-shadow:#11111a1a 0 8px 24px,#11111a1a 0 16px 56px,#11111a1a 0 24px 80px;height:35px;width:auto;border-radius:30px;display:flex;margin-left:10px}.logout-button{display:flex;align-items:center;color:#1c77f7;font-weight:500;font-size:16px;margin-left:20px;text-align:center;width:150px}.photo-logout{background:url(http://qa.iptdev.com.co/assets/icons/exit.png);background-size:25px 25px;background-position:center;background-repeat:no-repeat}.menu-icon{background:url(http://qa.iptdev.com.co/assets/icons/icon-menu.png);background-size:25px 25px;background-position:center;background-repeat:no-repeat}.menu-icon-close{background:url(http://qa.iptdev.com.co/assets/icons/cruz.png);background-size:25px 25px;background-position:center;background-repeat:no-repeat;width:35px;height:35px}.menu-container{box-shadow:#11111a1a 0 8px 24px,#11111a1a 0 16px 56px,#11111a1a 0 24px 80px;height:35px;width:52.5px;width:auto;border-radius:30px;display:flex}.menu-container p{width:85px;display:flex;align-items:center;color:#1c77f7;font-weight:500;font-size:16px;margin:0 0 0 15px;text-align:center}}@media screen and (min-width: 768px){.img-logo{display:flex;width:120px;height:60px}.text-container{border-radius:40px;height:45px;width:100%;display:flex;gap:-100px;justify-content:center;flex-direction:column;align-items:flex-start}}.p1{color:gray;margin-left:30px;font-size:13px;height:20px}.p2{margin-left:30px;font-size:14px;font-weight:600;color:#1c77f7}.flex-container-menu{font-size:18px;color:#fff!important}.mat-nav-list{padding:0}\n"], components: [{ type: i3$1.MatSidenav, selector: "mat-sidenav", inputs: ["fixedInViewport", "fixedTopGap", "fixedBottomGap"], exportAs: ["matSidenav"] }, { type: i4.MatToolbar, selector: "mat-toolbar", inputs: ["color"], exportAs: ["matToolbar"] }, { type: i5.MatNavList, selector: "mat-nav-list", inputs: ["disableRipple", "disabled"], exportAs: ["matNavList"] }, { type: AsideButtonComponent, selector: "ipt-aside-button", inputs: ["icon", "text", "buttonActive"], outputs: ["isClicked"] }], directives: [{ type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
1080
|
+
`, isInline: true, styles: ["*{font-family:Poppins,sans-serif}@media screen and (min-width: 320px){.header{background-color:#fff;display:flex;justify-content:space-between;filter:drop-shadow(0px -1px 7px #000)}mat-sidenav{width:-moz-fit-content!important;width:fit-content!important;background-color:#1c77f7!important}.img-logo,.text-container{display:none}.mat-toolbar.mat-primary{background-color:#fff!important;color:#003d99!important;filter:drop-shadow(0px -1px 7px #000)}.logout-container{box-shadow:#11111a1a 0 8px 24px,#11111a1a 0 16px 56px,#11111a1a 0 24px 80px;height:35px;width:auto;border-radius:30px;display:flex;margin-left:10px}.logout-button{display:flex;align-items:center;color:#1c77f7;font-weight:500;font-size:16px;margin-left:20px;text-align:center;width:150px}.photo-logout{background:url(http://qa.iptdev.com.co/assets/icons/exit.png);background-size:25px 25px;background-position:center;background-repeat:no-repeat}.menu-icon{background:url(http://qa.iptdev.com.co/assets/icons/icon-menu.png);background-size:25px 25px;background-position:center;background-repeat:no-repeat}.menu-icon-close{background:url(http://qa.iptdev.com.co/assets/icons/cruz.png);background-size:25px 25px;background-position:center;background-repeat:no-repeat;width:35px;height:35px}.menu-container{box-shadow:#11111a1a 0 8px 24px,#11111a1a 0 16px 56px,#11111a1a 0 24px 80px;height:35px;width:52.5px;width:auto;border-radius:30px;display:flex}.menu-container:hover{cursor:pointer}.menu-container p{width:85px;display:flex;align-items:center;color:#1c77f7;font-weight:500;font-size:16px;margin:0 0 0 15px;text-align:center}}@media screen and (min-width: 768px){.img-logo{display:flex;width:120px;height:60px}.text-container{border-radius:40px;height:45px;width:100%;display:flex;gap:-100px;justify-content:center;flex-direction:column;align-items:flex-start}}.p1{color:gray;margin-left:30px;font-size:13px;height:20px}.p2{margin-left:30px;font-size:14px;font-weight:600;color:#1c77f7}.flex-container-menu{font-size:18px;color:#fff!important}.mat-nav-list{padding:0}\n"], components: [{ type: i3$1.MatSidenav, selector: "mat-sidenav", inputs: ["fixedInViewport", "fixedTopGap", "fixedBottomGap"], exportAs: ["matSidenav"] }, { type: i4.MatToolbar, selector: "mat-toolbar", inputs: ["color"], exportAs: ["matToolbar"] }, { type: i5.MatNavList, selector: "mat-nav-list", inputs: ["disableRipple", "disabled"], exportAs: ["matNavList"] }, { type: AsideButtonComponent, selector: "ipt-aside-button", inputs: ["icon", "text", "buttonActive"], outputs: ["isClicked"] }], directives: [{ type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
1081
1081
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: SidenavComponent, decorators: [{
|
|
1082
1082
|
type: Component,
|
|
1083
1083
|
args: [{ selector: 'ipt-sidenav', template: `
|
|
@@ -1127,7 +1127,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImpor
|
|
|
1127
1127
|
<div class="photo-logout"></div>
|
|
1128
1128
|
</div>
|
|
1129
1129
|
</mat-toolbar>
|
|
1130
|
-
`, styles: ["*{font-family:Poppins,sans-serif}@media screen and (min-width: 320px){.header{background-color:#fff;display:flex;justify-content:space-between;filter:drop-shadow(0px -1px 7px #000)}mat-sidenav{width:-moz-fit-content!important;width:fit-content!important;background-color:#1c77f7!important}.img-logo,.text-container{display:none}.mat-toolbar.mat-primary{background-color:#fff!important;color:#003d99!important;filter:drop-shadow(0px -1px 7px #000)}.logout-container{box-shadow:#11111a1a 0 8px 24px,#11111a1a 0 16px 56px,#11111a1a 0 24px 80px;height:35px;width:auto;border-radius:30px;display:flex;margin-left:10px}.logout-button{display:flex;align-items:center;color:#1c77f7;font-weight:500;font-size:16px;margin-left:20px;text-align:center;width:150px}.photo-logout{background:url(http://qa.iptdev.com.co/assets/icons/exit.png);background-size:25px 25px;background-position:center;background-repeat:no-repeat}.menu-icon{background:url(http://qa.iptdev.com.co/assets/icons/icon-menu.png);background-size:25px 25px;background-position:center;background-repeat:no-repeat}.menu-icon-close{background:url(http://qa.iptdev.com.co/assets/icons/cruz.png);background-size:25px 25px;background-position:center;background-repeat:no-repeat;width:35px;height:35px}.menu-container{box-shadow:#11111a1a 0 8px 24px,#11111a1a 0 16px 56px,#11111a1a 0 24px 80px;height:35px;width:52.5px;width:auto;border-radius:30px;display:flex}.menu-container p{width:85px;display:flex;align-items:center;color:#1c77f7;font-weight:500;font-size:16px;margin:0 0 0 15px;text-align:center}}@media screen and (min-width: 768px){.img-logo{display:flex;width:120px;height:60px}.text-container{border-radius:40px;height:45px;width:100%;display:flex;gap:-100px;justify-content:center;flex-direction:column;align-items:flex-start}}.p1{color:gray;margin-left:30px;font-size:13px;height:20px}.p2{margin-left:30px;font-size:14px;font-weight:600;color:#1c77f7}.flex-container-menu{font-size:18px;color:#fff!important}.mat-nav-list{padding:0}\n"] }]
|
|
1130
|
+
`, styles: ["*{font-family:Poppins,sans-serif}@media screen and (min-width: 320px){.header{background-color:#fff;display:flex;justify-content:space-between;filter:drop-shadow(0px -1px 7px #000)}mat-sidenav{width:-moz-fit-content!important;width:fit-content!important;background-color:#1c77f7!important}.img-logo,.text-container{display:none}.mat-toolbar.mat-primary{background-color:#fff!important;color:#003d99!important;filter:drop-shadow(0px -1px 7px #000)}.logout-container{box-shadow:#11111a1a 0 8px 24px,#11111a1a 0 16px 56px,#11111a1a 0 24px 80px;height:35px;width:auto;border-radius:30px;display:flex;margin-left:10px}.logout-button{display:flex;align-items:center;color:#1c77f7;font-weight:500;font-size:16px;margin-left:20px;text-align:center;width:150px}.photo-logout{background:url(http://qa.iptdev.com.co/assets/icons/exit.png);background-size:25px 25px;background-position:center;background-repeat:no-repeat}.menu-icon{background:url(http://qa.iptdev.com.co/assets/icons/icon-menu.png);background-size:25px 25px;background-position:center;background-repeat:no-repeat}.menu-icon-close{background:url(http://qa.iptdev.com.co/assets/icons/cruz.png);background-size:25px 25px;background-position:center;background-repeat:no-repeat;width:35px;height:35px}.menu-container{box-shadow:#11111a1a 0 8px 24px,#11111a1a 0 16px 56px,#11111a1a 0 24px 80px;height:35px;width:52.5px;width:auto;border-radius:30px;display:flex}.menu-container:hover{cursor:pointer}.menu-container p{width:85px;display:flex;align-items:center;color:#1c77f7;font-weight:500;font-size:16px;margin:0 0 0 15px;text-align:center}}@media screen and (min-width: 768px){.img-logo{display:flex;width:120px;height:60px}.text-container{border-radius:40px;height:45px;width:100%;display:flex;gap:-100px;justify-content:center;flex-direction:column;align-items:flex-start}}.p1{color:gray;margin-left:30px;font-size:13px;height:20px}.p2{margin-left:30px;font-size:14px;font-weight:600;color:#1c77f7}.flex-container-menu{font-size:18px;color:#fff!important}.mat-nav-list{padding:0}\n"] }]
|
|
1131
1131
|
}], ctorParameters: function () { return [{ type: UserService }, { type: StorageService }]; }, propDecorators: { department: [{
|
|
1132
1132
|
type: Input
|
|
1133
1133
|
}], setPage: [{
|
|
@@ -1275,6 +1275,25 @@ class CourseService {
|
|
|
1275
1275
|
this.generateRequestParams(params);
|
|
1276
1276
|
return this.http.post(serviceUrl, this.httpOptions);
|
|
1277
1277
|
}
|
|
1278
|
+
getCoursesByTeacher(params) {
|
|
1279
|
+
let serviceUrl = this.SERVICE_URL + 'post/course/by/teacher';
|
|
1280
|
+
this.generateRequestParams(params);
|
|
1281
|
+
return this.http.post(serviceUrl, this.httpOptions);
|
|
1282
|
+
}
|
|
1283
|
+
getFilteredCoursesByTeacher(params) {
|
|
1284
|
+
let serviceUrl = this.SERVICE_URL + 'post/course/filtered/by/teacher';
|
|
1285
|
+
this.generateRequestParams(params);
|
|
1286
|
+
return this.http.post(serviceUrl, this.httpOptions);
|
|
1287
|
+
}
|
|
1288
|
+
getCoursesByStartDate(params) {
|
|
1289
|
+
let serviceUrl = this.SERVICE_URL + 'post/course/by/startdate';
|
|
1290
|
+
this.generateRequestParams(params);
|
|
1291
|
+
return this.http.post(serviceUrl, this.httpOptions);
|
|
1292
|
+
}
|
|
1293
|
+
numberClassByCode(idCode) {
|
|
1294
|
+
let serviceUrl = this.SERVICE_URL + 'get/coursetype/numclass/by/code/' + idCode;
|
|
1295
|
+
return this.http.get(serviceUrl);
|
|
1296
|
+
}
|
|
1278
1297
|
// construye los headers y params
|
|
1279
1298
|
generateRequestParams(param) {
|
|
1280
1299
|
this.httpOptions = {
|
|
@@ -1389,6 +1408,10 @@ class ParameterService {
|
|
|
1389
1408
|
let serviceUrl = this.SERVICE_URL + 'get/commercial/typediscounts/all';
|
|
1390
1409
|
return this.http.get(serviceUrl);
|
|
1391
1410
|
}
|
|
1411
|
+
getAllCourseModality() {
|
|
1412
|
+
let serviceUrl = this.SERVICE_URL + 'get/all/course/modality';
|
|
1413
|
+
return this.http.get(serviceUrl);
|
|
1414
|
+
}
|
|
1392
1415
|
}
|
|
1393
1416
|
ParameterService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: ParameterService, deps: [{ token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1394
1417
|
ParameterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: ParameterService, providedIn: 'root' });
|
|
@@ -1715,6 +1738,112 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImpor
|
|
|
1715
1738
|
}]
|
|
1716
1739
|
}] });
|
|
1717
1740
|
|
|
1741
|
+
class AttendanceService {
|
|
1742
|
+
constructor(http) {
|
|
1743
|
+
this.http = http;
|
|
1744
|
+
}
|
|
1745
|
+
}
|
|
1746
|
+
AttendanceService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: AttendanceService, deps: [{ token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1747
|
+
AttendanceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: AttendanceService, providedIn: 'root' });
|
|
1748
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: AttendanceService, decorators: [{
|
|
1749
|
+
type: Injectable,
|
|
1750
|
+
args: [{
|
|
1751
|
+
providedIn: 'root'
|
|
1752
|
+
}]
|
|
1753
|
+
}], ctorParameters: function () { return [{ type: i1$2.HttpClient }]; } });
|
|
1754
|
+
|
|
1755
|
+
class CalendarService {
|
|
1756
|
+
constructor(http) {
|
|
1757
|
+
this.http = http;
|
|
1758
|
+
this.SERVICE_URL = 'http://localhost:8000/api/';
|
|
1759
|
+
}
|
|
1760
|
+
getEventByIdCalendar(idCalendar) {
|
|
1761
|
+
let serviceUrl = this.SERVICE_URL + 'get/event/calendar/idcalendar/all/' + idCalendar;
|
|
1762
|
+
return this.http.get(serviceUrl);
|
|
1763
|
+
}
|
|
1764
|
+
postEventByDayTime(params) {
|
|
1765
|
+
let serviceUrl = this.SERVICE_URL + 'post/event/calendar/idcalendar/by/datetime';
|
|
1766
|
+
this.generateRequestParams(params);
|
|
1767
|
+
return this.http.post(serviceUrl, this.httpOptions);
|
|
1768
|
+
}
|
|
1769
|
+
generateRequestParams(param) {
|
|
1770
|
+
this.httpOptions = {
|
|
1771
|
+
header: new HttpHeaders(),
|
|
1772
|
+
params: param,
|
|
1773
|
+
};
|
|
1774
|
+
}
|
|
1775
|
+
}
|
|
1776
|
+
CalendarService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: CalendarService, deps: [{ token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1777
|
+
CalendarService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: CalendarService, providedIn: 'root' });
|
|
1778
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: CalendarService, decorators: [{
|
|
1779
|
+
type: Injectable,
|
|
1780
|
+
args: [{
|
|
1781
|
+
providedIn: 'root',
|
|
1782
|
+
}]
|
|
1783
|
+
}], ctorParameters: function () { return [{ type: i1$2.HttpClient }]; } });
|
|
1784
|
+
|
|
1785
|
+
class NotesService {
|
|
1786
|
+
constructor(http) {
|
|
1787
|
+
this.http = http;
|
|
1788
|
+
this.SERVICE_URL = 'https://iptdev.com.co/lab/academic/api/';
|
|
1789
|
+
}
|
|
1790
|
+
getNotesByGroup(params) {
|
|
1791
|
+
let serviceUrl = this.SERVICE_URL + 'post/obtain/notes/by/course';
|
|
1792
|
+
this.generateRequestParams(params);
|
|
1793
|
+
return this.http.post(serviceUrl, this.httpOptions);
|
|
1794
|
+
}
|
|
1795
|
+
getNotesByStudent(params) {
|
|
1796
|
+
let serviceUrl = this.SERVICE_URL + 'post/obtain/notes/by/student';
|
|
1797
|
+
this.generateRequestParams(params);
|
|
1798
|
+
return this.http.post(serviceUrl, this.httpOptions);
|
|
1799
|
+
}
|
|
1800
|
+
createNewNote(params) {
|
|
1801
|
+
let serviceUrl = this.SERVICE_URL + 'post/create/note';
|
|
1802
|
+
this.generateRequestParams(params);
|
|
1803
|
+
return this.http.post(serviceUrl, this.httpOptions);
|
|
1804
|
+
}
|
|
1805
|
+
generateRequestParams(param) {
|
|
1806
|
+
this.httpOptions = {
|
|
1807
|
+
header: new HttpHeaders(),
|
|
1808
|
+
params: param,
|
|
1809
|
+
};
|
|
1810
|
+
}
|
|
1811
|
+
}
|
|
1812
|
+
NotesService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: NotesService, deps: [{ token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1813
|
+
NotesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: NotesService, providedIn: 'root' });
|
|
1814
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: NotesService, decorators: [{
|
|
1815
|
+
type: Injectable,
|
|
1816
|
+
args: [{
|
|
1817
|
+
providedIn: 'root'
|
|
1818
|
+
}]
|
|
1819
|
+
}], ctorParameters: function () { return [{ type: i1$2.HttpClient }]; } });
|
|
1820
|
+
|
|
1821
|
+
class StudentService {
|
|
1822
|
+
constructor(http) {
|
|
1823
|
+
this.http = http;
|
|
1824
|
+
this.SERVICE_URL = 'https://iptdev.com.co/lab/academic/api/';
|
|
1825
|
+
}
|
|
1826
|
+
getStudentsByCourse(params) {
|
|
1827
|
+
let serviceUrl = this.SERVICE_URL + 'post/obtain/students/by/course';
|
|
1828
|
+
this.generateRequestParams(params);
|
|
1829
|
+
return this.http.post(serviceUrl, this.httpOptions);
|
|
1830
|
+
}
|
|
1831
|
+
generateRequestParams(param) {
|
|
1832
|
+
this.httpOptions = {
|
|
1833
|
+
header: new HttpHeaders(),
|
|
1834
|
+
params: param,
|
|
1835
|
+
};
|
|
1836
|
+
}
|
|
1837
|
+
}
|
|
1838
|
+
StudentService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: StudentService, deps: [{ token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1839
|
+
StudentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: StudentService, providedIn: 'root' });
|
|
1840
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: StudentService, decorators: [{
|
|
1841
|
+
type: Injectable,
|
|
1842
|
+
args: [{
|
|
1843
|
+
providedIn: 'root'
|
|
1844
|
+
}]
|
|
1845
|
+
}], ctorParameters: function () { return [{ type: i1$2.HttpClient }]; } });
|
|
1846
|
+
|
|
1718
1847
|
class Session {
|
|
1719
1848
|
}
|
|
1720
1849
|
|
|
@@ -1731,5 +1860,5 @@ class UserLoginRs {
|
|
|
1731
1860
|
* Generated bundle index. Do not edit.
|
|
1732
1861
|
*/
|
|
1733
1862
|
|
|
1734
|
-
export { AsideButtonComponent, BaseService, BudgetService, ButtonComponent, CheckboxComponent, ComponentsModule, CoreModule, CourseService, DatalistComponent, DesignSystemModule, InputComponent, LevelButtonComponent, LevelTextComponent, LoginFormComponent, MarketingService, ParameterService, RadioComponent, RedirectGuard, SelectComponent, Session, SidenavComponent, StorageService, SwitchService, TestService, TextLinkComponent, UserLoginRs, UserRs, UserService };
|
|
1863
|
+
export { AsideButtonComponent, AttendanceService, BaseService, BudgetService, ButtonComponent, CalendarService, CheckboxComponent, ComponentsModule, CoreModule, CourseService, DatalistComponent, DesignSystemModule, InputComponent, LevelButtonComponent, LevelTextComponent, LoginFormComponent, MarketingService, NotesService, ParameterService, RadioComponent, RedirectGuard, SelectComponent, Session, SidenavComponent, StorageService, StudentService, SwitchService, TestService, TextLinkComponent, UserLoginRs, UserRs, UserService };
|
|
1735
1864
|
//# sourceMappingURL=iptdevs-design-system.mjs.map
|