iptdevs-design-system 3.2.68 → 3.2.79

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.
@@ -3,3 +3,8 @@ export interface MediaRq {
3
3
  link: string;
4
4
  user_autor: number;
5
5
  }
6
+ export interface IUploadDocumentRq {
7
+ token: string;
8
+ code_user: number;
9
+ file: File;
10
+ }
@@ -1,3 +1,4 @@
1
+ import { MenuItem } from "primeng/api";
1
2
  import { IMessageServiceRs } from "../activities/activities.interface";
2
3
  import { IDataCourseRq, NoteValue, StudentUser } from "./notes.interface";
3
4
  export interface IServiceCalculateFinalNoteRs {
@@ -124,3 +125,6 @@ export interface INotesTypeRS {
124
125
  note_value: number;
125
126
  observation: string;
126
127
  }
128
+ export interface ICustomMenuItem extends MenuItem {
129
+ data?: any;
130
+ }
@@ -1,7 +1,7 @@
1
1
  import { IPTGeneralService } from '../service-enviroments';
2
2
  import { HttpClient } from '@angular/common/http';
3
3
  import { Observable } from 'rxjs';
4
- import { MediaRq } from '../../models/media/media.interfaces';
4
+ import { IUploadDocumentRq, MediaRq } from '../../models/media/media.interfaces';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class MediaService extends IPTGeneralService {
7
7
  private http;
@@ -10,6 +10,7 @@ export declare class MediaService extends IPTGeneralService {
10
10
  createMedia(request: MediaRq): Observable<any>;
11
11
  getAllDataMedia(): Observable<any>;
12
12
  getMediaByCode(idCode: number): Observable<any>;
13
+ uploadDocument(params: IUploadDocumentRq): Observable<any>;
13
14
  static ɵfac: i0.ɵɵFactoryDeclaration<MediaService, never>;
14
15
  static ɵprov: i0.ɵɵInjectableDeclaration<MediaService>;
15
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.2.68",
3
+ "version": "3.2.79",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",