iptdevs-design-system 3.1.162 → 3.1.164

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.
@@ -12,6 +12,7 @@ export declare class CodFormComponent implements OnChanges {
12
12
  private codFormControls;
13
13
  private commercialService;
14
14
  dataFromPreviusCodData?: any;
15
+ courseSelect?: any;
15
16
  isNewCod: boolean;
16
17
  okCreatedCOD: EventEmitter<Boolean>;
17
18
  subscription?: Subscription;
@@ -34,5 +35,5 @@ export declare class CodFormComponent implements OnChanges {
34
35
  getCreateCOD(data: any[]): CreateCODRq;
35
36
  changeStep(step: number): void;
36
37
  static ɵfac: i0.ɵɵFactoryDeclaration<CodFormComponent, never>;
37
- static ɵcmp: i0.ɵɵComponentDeclaration<CodFormComponent, "ipt-cod-form", never, { "dataFromPreviusCodData": "dataFromPreviusCodData"; "isNewCod": "isNewCod"; }, { "okCreatedCOD": "okCreatedCOD"; }, never, never, false>;
38
+ static ɵcmp: i0.ɵɵComponentDeclaration<CodFormComponent, "ipt-cod-form", never, { "dataFromPreviusCodData": "dataFromPreviusCodData"; "courseSelect": "courseSelect"; "isNewCod": "isNewCod"; }, { "okCreatedCOD": "okCreatedCOD"; }, never, never, false>;
38
39
  }
@@ -216,3 +216,18 @@ export interface IGoalRs {
216
216
  daily_goal: number;
217
217
  goal_period: Date;
218
218
  }
219
+ export interface IOveralGoalAdvisorRs {
220
+ totalMonthlyGoal: number;
221
+ allGoalsAdvisor: IAllGoalsAdvisorRs[];
222
+ }
223
+ export interface IAllGoalsAdvisorRs {
224
+ code: number;
225
+ user: number;
226
+ goal: number;
227
+ status: number;
228
+ name: string;
229
+ monthly_goal: number;
230
+ weekly_goal: number;
231
+ daily_goal: number;
232
+ goal_period: Date;
233
+ }
@@ -156,3 +156,7 @@ export interface TeacherCRq {
156
156
  id_card: string;
157
157
  token: string;
158
158
  }
159
+ export interface IgetCodBcourseByModalityAndDisponibilityRq {
160
+ token: string;
161
+ modality: number;
162
+ }
@@ -5,6 +5,7 @@ import { GetCourseByTypeRq, GetStudentByCourse, GetLastStudentCodRq, GetStudentB
5
5
  import { UserTokenRq } from '../../models/user/user-rq.model';
6
6
  import { GetStudentsByCourseRq } from '../../models/student/student.interface';
7
7
  import { GetCodByStudentCourseRq } from '../../models/cod/cod-rq.model';
8
+ import { IgetCodBcourseByModalityAndDisponibilityRq } from '../../models/course/course-rq.model';
8
9
  import * as i0 from "@angular/core";
9
10
  export declare class AcademicService extends IPTGeneralService {
10
11
  private http;
@@ -22,6 +23,7 @@ export declare class AcademicService extends IPTGeneralService {
22
23
  getAllCodActiveByCourse(params: GetStudentsByCourseRq): Observable<any>;
23
24
  createClassroom(params: ClassRoomRQI): Observable<any>;
24
25
  getCodByStudentAndCourse(params: GetCodByStudentCourseRq): Observable<any>;
26
+ getCodBcourseByModalityAndDisponibility(params: IgetCodBcourseByModalityAndDisponibilityRq): Observable<any>;
25
27
  static ɵfac: i0.ɵɵFactoryDeclaration<AcademicService, never>;
26
28
  static ɵprov: i0.ɵɵInjectableDeclaration<AcademicService>;
27
29
  }
@@ -40,6 +40,7 @@ export declare class CommercialService extends IPTGeneralService {
40
40
  postCreatedSocialNetowrks(params: ISocialNetworksRq): Observable<any>;
41
41
  postAssigningAdvisorGoals(params: IAssigningAdvisorGoalsRq): Observable<any>;
42
42
  posObtainAdvisorGoals(params: IObtainAllCoursewallet): Observable<any>;
43
+ postObtainOveralGoalAdviso(params: IObtainAllCoursewallet): Observable<any>;
43
44
  static ɵfac: i0.ɵɵFactoryDeclaration<CommercialService, never>;
44
45
  static ɵprov: i0.ɵɵInjectableDeclaration<CommercialService>;
45
46
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.162",
3
+ "version": "3.1.164",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",