iptdevs-design-system 2.7.16 → 2.7.18
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/core/models/course/courses.model.mjs +2 -0
- package/esm2020/lib/core/models/payment/payment-rq.model.mjs +1 -1
- package/esm2020/lib/core/services/commercial-service/validators.mjs +4 -0
- package/esm2020/public-api.mjs +8 -1
- package/fesm2015/iptdevs-design-system.mjs +5 -1
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +5 -1
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/lib/core/models/course/courses.model.d.ts +18 -0
- package/lib/core/models/payment/payment-rq.model.d.ts +8 -7
- package/lib/core/services/commercial-service/validators.d.ts +2 -0
- package/package.json +1 -1
- package/public-api.d.ts +7 -0
|
@@ -2540,6 +2540,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.3", ngImpor
|
|
|
2540
2540
|
}]
|
|
2541
2541
|
}], ctorParameters: function () { return [{ type: i1$2.HttpClient }]; } });
|
|
2542
2542
|
|
|
2543
|
+
const validateCoupunts = (control) => {
|
|
2544
|
+
const value = control.value.trim();
|
|
2545
|
+
};
|
|
2546
|
+
|
|
2543
2547
|
class Session {
|
|
2544
2548
|
}
|
|
2545
2549
|
|
|
@@ -2556,5 +2560,5 @@ class UserLoginRs {
|
|
|
2556
2560
|
* Generated bundle index. Do not edit.
|
|
2557
2561
|
*/
|
|
2558
2562
|
|
|
2559
|
-
export { ActivityService, AsideButtonComponent, AttendanceService, BaseService, BudgetService, ButtonComponent, CalendarService, CheckboxComponent, ClassroomService, CommercialService, ComponentsModule, CoreModule, CourseService, CreateUserFormComponent, DatalistComponent, DesignSystemModule, InputComponent, LevelButtonComponent, LevelTextComponent, LoaderComponent, LoginFormComponent, MarketingService, NotesService, ParameterService, RadioComponent, RedirectGuard, SelectComponent, Session, SidenavComponent, StorageService, StudentService, SwitchService, TestService, TextLinkComponent, UserLoginRs, UserRs, UserService };
|
|
2563
|
+
export { AcademicService, ActivityService, AsideButtonComponent, AttendanceService, BaseService, BudgetService, ButtonComponent, CalendarService, CertificateService, CheckboxComponent, ClassroomService, CommercialService, ComponentsModule, CoreModule, CourseService, CreateUserFormComponent, DatalistComponent, DesignSystemModule, InputComponent, LevelButtonComponent, LevelTextComponent, LoaderComponent, LoginFormComponent, MarketingService, NotesService, ParameterService, RadioComponent, RedirectGuard, SelectComponent, Session, SidenavComponent, StorageService, StudentService, SwitchService, TestService, TextLinkComponent, UserEktService, UserLoginRs, UserRs, UserService, validateCoupunts };
|
|
2560
2564
|
//# sourceMappingURL=iptdevs-design-system.mjs.map
|