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.
Files changed (38) hide show
  1. package/esm2020/lib/components/molecules/sidenav/sidenav.component.mjs +2 -2
  2. package/esm2020/lib/core/models/activities/activities.interface.mjs +2 -0
  3. package/esm2020/lib/core/models/attendance/attendance.interface.mjs +2 -0
  4. package/esm2020/lib/core/models/calendar/calendar-rq.models.mjs +2 -0
  5. package/esm2020/lib/core/models/course/course-rq.model.mjs +1 -1
  6. package/esm2020/lib/core/models/cronogram/cronogram.models.mjs +2 -0
  7. package/esm2020/lib/core/models/notes/notes.interface.mjs +2 -0
  8. package/esm2020/lib/core/models/response/response.interface.mjs +2 -0
  9. package/esm2020/lib/core/models/student/student.interface.mjs +2 -0
  10. package/esm2020/lib/core/models/user/user-rq.model.mjs +1 -1
  11. package/esm2020/lib/core/services/attendance-service/attendance.service.mjs +17 -0
  12. package/esm2020/lib/core/services/calendar-service/calendar.service.mjs +34 -0
  13. package/esm2020/lib/core/services/course-service/course-service.model.mjs +20 -1
  14. package/esm2020/lib/core/services/notes-service/notes.service.mjs +40 -0
  15. package/esm2020/lib/core/services/parameters-service/parameters.service.mjs +5 -1
  16. package/esm2020/lib/core/services/student-service/student.service.mjs +30 -0
  17. package/esm2020/public-api.mjs +19 -8
  18. package/fesm2015/iptdevs-design-system.mjs +132 -3
  19. package/fesm2015/iptdevs-design-system.mjs.map +1 -1
  20. package/fesm2020/iptdevs-design-system.mjs +132 -3
  21. package/fesm2020/iptdevs-design-system.mjs.map +1 -1
  22. package/lib/core/models/activities/activities.interface.d.ts +6 -0
  23. package/lib/core/models/attendance/attendance.interface.d.ts +44 -0
  24. package/lib/core/models/calendar/calendar-rq.models.d.ts +27 -0
  25. package/lib/core/models/course/course-rq.model.d.ts +8 -0
  26. package/lib/core/models/cronogram/cronogram.models.d.ts +71 -0
  27. package/lib/core/models/notes/notes.interface.d.ts +59 -0
  28. package/lib/core/models/response/response.interface.d.ts +10 -0
  29. package/lib/core/models/student/student.interface.d.ts +4 -0
  30. package/lib/core/models/user/user-rq.model.d.ts +19 -0
  31. package/lib/core/services/attendance-service/attendance.service.d.ts +8 -0
  32. package/lib/core/services/calendar-service/calendar.service.d.ts +15 -0
  33. package/lib/core/services/course-service/course-service.model.d.ts +6 -1
  34. package/lib/core/services/notes-service/notes.service.d.ts +17 -0
  35. package/lib/core/services/parameters-service/parameters.service.d.ts +1 -0
  36. package/lib/core/services/student-service/student.service.d.ts +14 -0
  37. package/package.json +3 -3
  38. package/public-api.d.ts +18 -7
@@ -1080,7 +1080,7 @@ SidenavComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versi
1080
1080
  <div class="photo-logout"></div>
1081
1081
  </div>
1082
1082
  </mat-toolbar>
1083
- `, 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"] }] });
1083
+ `, 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"] }] });
1084
1084
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: SidenavComponent, decorators: [{
1085
1085
  type: Component,
1086
1086
  args: [{ selector: 'ipt-sidenav', template: `
@@ -1130,7 +1130,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImpor
1130
1130
  <div class="photo-logout"></div>
1131
1131
  </div>
1132
1132
  </mat-toolbar>
1133
- `, 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"] }]
1133
+ `, 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"] }]
1134
1134
  }], ctorParameters: function () { return [{ type: UserService }, { type: StorageService }]; }, propDecorators: { department: [{
1135
1135
  type: Input
1136
1136
  }], setPage: [{
@@ -1278,6 +1278,25 @@ class CourseService {
1278
1278
  this.generateRequestParams(params);
1279
1279
  return this.http.post(serviceUrl, this.httpOptions);
1280
1280
  }
1281
+ getCoursesByTeacher(params) {
1282
+ let serviceUrl = this.SERVICE_URL + 'post/course/by/teacher';
1283
+ this.generateRequestParams(params);
1284
+ return this.http.post(serviceUrl, this.httpOptions);
1285
+ }
1286
+ getFilteredCoursesByTeacher(params) {
1287
+ let serviceUrl = this.SERVICE_URL + 'post/course/filtered/by/teacher';
1288
+ this.generateRequestParams(params);
1289
+ return this.http.post(serviceUrl, this.httpOptions);
1290
+ }
1291
+ getCoursesByStartDate(params) {
1292
+ let serviceUrl = this.SERVICE_URL + 'post/course/by/startdate';
1293
+ this.generateRequestParams(params);
1294
+ return this.http.post(serviceUrl, this.httpOptions);
1295
+ }
1296
+ numberClassByCode(idCode) {
1297
+ let serviceUrl = this.SERVICE_URL + 'get/coursetype/numclass/by/code/' + idCode;
1298
+ return this.http.get(serviceUrl);
1299
+ }
1281
1300
  // construye los headers y params
1282
1301
  generateRequestParams(param) {
1283
1302
  this.httpOptions = {
@@ -1392,6 +1411,10 @@ class ParameterService {
1392
1411
  let serviceUrl = this.SERVICE_URL + 'get/commercial/typediscounts/all';
1393
1412
  return this.http.get(serviceUrl);
1394
1413
  }
1414
+ getAllCourseModality() {
1415
+ let serviceUrl = this.SERVICE_URL + 'get/all/course/modality';
1416
+ return this.http.get(serviceUrl);
1417
+ }
1395
1418
  }
1396
1419
  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 });
1397
1420
  ParameterService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: ParameterService, providedIn: 'root' });
@@ -1718,6 +1741,112 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImpor
1718
1741
  }]
1719
1742
  }] });
1720
1743
 
1744
+ class AttendanceService {
1745
+ constructor(http) {
1746
+ this.http = http;
1747
+ }
1748
+ }
1749
+ 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 });
1750
+ AttendanceService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: AttendanceService, providedIn: 'root' });
1751
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: AttendanceService, decorators: [{
1752
+ type: Injectable,
1753
+ args: [{
1754
+ providedIn: 'root'
1755
+ }]
1756
+ }], ctorParameters: function () { return [{ type: i1$2.HttpClient }]; } });
1757
+
1758
+ class CalendarService {
1759
+ constructor(http) {
1760
+ this.http = http;
1761
+ this.SERVICE_URL = 'http://localhost:8000/api/';
1762
+ }
1763
+ getEventByIdCalendar(idCalendar) {
1764
+ let serviceUrl = this.SERVICE_URL + 'get/event/calendar/idcalendar/all/' + idCalendar;
1765
+ return this.http.get(serviceUrl);
1766
+ }
1767
+ postEventByDayTime(params) {
1768
+ let serviceUrl = this.SERVICE_URL + 'post/event/calendar/idcalendar/by/datetime';
1769
+ this.generateRequestParams(params);
1770
+ return this.http.post(serviceUrl, this.httpOptions);
1771
+ }
1772
+ generateRequestParams(param) {
1773
+ this.httpOptions = {
1774
+ header: new HttpHeaders(),
1775
+ params: param,
1776
+ };
1777
+ }
1778
+ }
1779
+ 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 });
1780
+ CalendarService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: CalendarService, providedIn: 'root' });
1781
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: CalendarService, decorators: [{
1782
+ type: Injectable,
1783
+ args: [{
1784
+ providedIn: 'root',
1785
+ }]
1786
+ }], ctorParameters: function () { return [{ type: i1$2.HttpClient }]; } });
1787
+
1788
+ class NotesService {
1789
+ constructor(http) {
1790
+ this.http = http;
1791
+ this.SERVICE_URL = 'https://iptdev.com.co/lab/academic/api/';
1792
+ }
1793
+ getNotesByGroup(params) {
1794
+ let serviceUrl = this.SERVICE_URL + 'post/obtain/notes/by/course';
1795
+ this.generateRequestParams(params);
1796
+ return this.http.post(serviceUrl, this.httpOptions);
1797
+ }
1798
+ getNotesByStudent(params) {
1799
+ let serviceUrl = this.SERVICE_URL + 'post/obtain/notes/by/student';
1800
+ this.generateRequestParams(params);
1801
+ return this.http.post(serviceUrl, this.httpOptions);
1802
+ }
1803
+ createNewNote(params) {
1804
+ let serviceUrl = this.SERVICE_URL + 'post/create/note';
1805
+ this.generateRequestParams(params);
1806
+ return this.http.post(serviceUrl, this.httpOptions);
1807
+ }
1808
+ generateRequestParams(param) {
1809
+ this.httpOptions = {
1810
+ header: new HttpHeaders(),
1811
+ params: param,
1812
+ };
1813
+ }
1814
+ }
1815
+ 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 });
1816
+ NotesService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: NotesService, providedIn: 'root' });
1817
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: NotesService, decorators: [{
1818
+ type: Injectable,
1819
+ args: [{
1820
+ providedIn: 'root'
1821
+ }]
1822
+ }], ctorParameters: function () { return [{ type: i1$2.HttpClient }]; } });
1823
+
1824
+ class StudentService {
1825
+ constructor(http) {
1826
+ this.http = http;
1827
+ this.SERVICE_URL = 'https://iptdev.com.co/lab/academic/api/';
1828
+ }
1829
+ getStudentsByCourse(params) {
1830
+ let serviceUrl = this.SERVICE_URL + 'post/obtain/students/by/course';
1831
+ this.generateRequestParams(params);
1832
+ return this.http.post(serviceUrl, this.httpOptions);
1833
+ }
1834
+ generateRequestParams(param) {
1835
+ this.httpOptions = {
1836
+ header: new HttpHeaders(),
1837
+ params: param,
1838
+ };
1839
+ }
1840
+ }
1841
+ 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 });
1842
+ StudentService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: StudentService, providedIn: 'root' });
1843
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImport: i0, type: StudentService, decorators: [{
1844
+ type: Injectable,
1845
+ args: [{
1846
+ providedIn: 'root'
1847
+ }]
1848
+ }], ctorParameters: function () { return [{ type: i1$2.HttpClient }]; } });
1849
+
1721
1850
  class Session {
1722
1851
  }
1723
1852
 
@@ -1734,5 +1863,5 @@ class UserLoginRs {
1734
1863
  * Generated bundle index. Do not edit.
1735
1864
  */
1736
1865
 
1737
- 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 };
1866
+ 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 };
1738
1867
  //# sourceMappingURL=iptdevs-design-system.mjs.map