iptdevs-design-system 3.1.5 → 3.1.7
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/cod/cod-form/cod-form.component.mjs +3 -1
- package/esm2020/lib/core/models/user/user-rq.model.mjs +1 -1
- package/esm2020/lib/core/models/user/user-rs.model.mjs +3 -1
- package/esm2020/lib/core/services/user-service/user-service.mjs +11 -1
- package/fesm2015/iptdevs-design-system.mjs +15 -1
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +15 -1
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/lib/core/models/user/user-rq.model.d.ts +34 -0
- package/lib/core/models/user/user-rs.model.d.ts +20 -0
- package/lib/core/services/user-service/user-service.d.ts +3 -1
- package/package.json +1 -1
|
@@ -852,6 +852,16 @@ class UserService extends IPTGeneralService {
|
|
|
852
852
|
this.generateRequestParams(token);
|
|
853
853
|
return this.http.post(serviceUrl, this.httpOptions);
|
|
854
854
|
}
|
|
855
|
+
updateUserValidated(params) {
|
|
856
|
+
let serviceUrl = this.SERVICE_URL + 'post/update/user/validated';
|
|
857
|
+
this.generateRequestParams(params);
|
|
858
|
+
return this.http.post(serviceUrl, this.httpOptions);
|
|
859
|
+
}
|
|
860
|
+
deletedUserValidated(params) {
|
|
861
|
+
let serviceUrl = this.SERVICE_URL + 'post/deleted/user/validated';
|
|
862
|
+
this.generateRequestParams(params);
|
|
863
|
+
return this.http.post(serviceUrl, this.httpOptions);
|
|
864
|
+
}
|
|
855
865
|
}
|
|
856
866
|
UserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: UserService, deps: [{ token: i1$2.HttpClient }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
857
867
|
UserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "14.0.7", ngImport: i0, type: UserService, providedIn: 'root' });
|
|
@@ -4226,6 +4236,7 @@ class CodFormComponent {
|
|
|
4226
4236
|
createCOD(totalData) {
|
|
4227
4237
|
this.isLoading = true;
|
|
4228
4238
|
this.loaderMessage = 'Creando COD, espere un momento';
|
|
4239
|
+
console.log('totaldata', totalData);
|
|
4229
4240
|
let request = this.getCreateCOD(totalData);
|
|
4230
4241
|
console.log(request);
|
|
4231
4242
|
this.commercialService.createCOD(request).subscribe({
|
|
@@ -4310,6 +4321,7 @@ class CodFormComponent {
|
|
|
4310
4321
|
state: data.filter(data => data.control === 'state')[0].value,
|
|
4311
4322
|
academic_plan: data.filter(data => data.control === 'academic_plan')[0].value,
|
|
4312
4323
|
};
|
|
4324
|
+
console.log(request);
|
|
4313
4325
|
return request;
|
|
4314
4326
|
}
|
|
4315
4327
|
changeStep(step) {
|
|
@@ -5102,6 +5114,8 @@ class UserRs {
|
|
|
5102
5114
|
}
|
|
5103
5115
|
class UserLoginRs {
|
|
5104
5116
|
}
|
|
5117
|
+
class IUserFullDataRs {
|
|
5118
|
+
}
|
|
5105
5119
|
|
|
5106
5120
|
/*
|
|
5107
5121
|
* Public API Surface of design-system dockerizada
|
|
@@ -5111,5 +5125,5 @@ class UserLoginRs {
|
|
|
5111
5125
|
* Generated bundle index. Do not edit.
|
|
5112
5126
|
*/
|
|
5113
5127
|
|
|
5114
|
-
export { AcademicService, ActivityService, AsideButtonComponent, AttendanceService, BaseService, BudgetService, ButtonComponent, CalculateQuotesService, CalendarService, CertificateService, CheckboxComponent, ClassroomService, CodDocumentsSectionComponent, CodFormComponent, CodFormControls, CodFormStepFiveComponent, CodFormStepFourComponent, CodFormStepOneComponent, CodFormStepThreeComponent, CodFormStepTwoComponent, CodFormSteps, CodModule, CommercialService, CommunicatorService, ComponentsModule, CopiesService, CoreModule, CourseService, CreateUserFormComponent, DatalistComponent, DesignSystemModule, InputComponent, LevelButtonComponent, LevelTextComponent, LoaderComponent, LocalStorageCODService, LoginFormComponent, MarketingService, NotesService, ParameterService, QuestionTypeComponent, RadioComponent, RedirectGuard, SelectComponent, Session, SidenavComponent, StorageService, StudentService, SwitchService, TestService, TextLinkComponent, UserEktService, UserLoginRs, UserRs, UserService, validateCoupunts };
|
|
5128
|
+
export { AcademicService, ActivityService, AsideButtonComponent, AttendanceService, BaseService, BudgetService, ButtonComponent, CalculateQuotesService, CalendarService, CertificateService, CheckboxComponent, ClassroomService, CodDocumentsSectionComponent, CodFormComponent, CodFormControls, CodFormStepFiveComponent, CodFormStepFourComponent, CodFormStepOneComponent, CodFormStepThreeComponent, CodFormStepTwoComponent, CodFormSteps, CodModule, CommercialService, CommunicatorService, ComponentsModule, CopiesService, CoreModule, CourseService, CreateUserFormComponent, DatalistComponent, DesignSystemModule, IUserFullDataRs, InputComponent, LevelButtonComponent, LevelTextComponent, LoaderComponent, LocalStorageCODService, LoginFormComponent, MarketingService, NotesService, ParameterService, QuestionTypeComponent, RadioComponent, RedirectGuard, SelectComponent, Session, SidenavComponent, StorageService, StudentService, SwitchService, TestService, TextLinkComponent, UserEktService, UserLoginRs, UserRs, UserService, validateCoupunts };
|
|
5115
5129
|
//# sourceMappingURL=iptdevs-design-system.mjs.map
|