nuxeo-development-framework 0.7.7 → 0.7.8

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.
@@ -44,12 +44,14 @@ export declare class PdftronComponent implements OnInit, AfterViewInit, OnDestro
44
44
  editingType: any;
45
45
  userSignatures: any;
46
46
  events: EventEmitter<any>;
47
- exportedSignature: EventEmitter<any>;
47
+ SignatureEvent: EventEmitter<any>;
48
+ firstTimeLoad: boolean;
48
49
  constructor(cdr: ChangeDetectorRef, pdftronService: PdftronService, nuxeo: NuxeoService, baseHref: string, securePipe: SecurePipe, environment: any);
49
50
  ngOnInit(): Promise<void>;
50
51
  ngAfterViewInit(): Promise<void>;
51
52
  importSignature(): void;
52
53
  exportingSignature(): void;
54
+ deleteAnnotation(): void;
53
55
  extractAnnotationSignature(annotation: any, docViewer: any): Promise<void>;
54
56
  addDownloadButton(): void;
55
57
  addPrintButton(): void;
@@ -60,7 +62,6 @@ export declare class PdftronComponent implements OnInit, AfterViewInit, OnDestro
60
62
  ngOnChanges(changes: any): void;
61
63
  private pdfTronEvent;
62
64
  ngOnDestroy(): void;
63
- base64Image: string;
64
65
  static ɵfac: i0.ɵɵFactoryDeclaration<PdftronComponent, never>;
65
- static ɵcmp: i0.ɵɵComponentDeclaration<PdftronComponent, "app-pdftron", never, { "editMode": "editMode"; "actionClicked": "actionClicked"; "fileTitle": "fileTitle"; "docId": "docId"; "DOCUMENT_TYPE": "DOCUMENT_TYPE"; "fileData": "fileData"; "fitMode": "fitMode"; "authHeader": "authHeader"; "fileURL": "fileURL"; "correspondance": "correspondance"; "secrecyProperty": "secrecyProperty"; "editingType": "editingType"; "userSignatures": "userSignatures"; }, { "events": "events"; "exportedSignature": "exportedSignature"; }, never, never>;
66
+ static ɵcmp: i0.ɵɵComponentDeclaration<PdftronComponent, "app-pdftron", never, { "editMode": "editMode"; "actionClicked": "actionClicked"; "fileTitle": "fileTitle"; "docId": "docId"; "DOCUMENT_TYPE": "DOCUMENT_TYPE"; "fileData": "fileData"; "fitMode": "fitMode"; "authHeader": "authHeader"; "fileURL": "fileURL"; "correspondance": "correspondance"; "secrecyProperty": "secrecyProperty"; "editingType": "editingType"; "userSignatures": "userSignatures"; }, { "events": "events"; "SignatureEvent": "SignatureEvent"; }, never, never>;
66
67
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxeo-development-framework",
3
- "version": "0.7.7",
3
+ "version": "0.7.8",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~12.2.4",
6
6
  "@angular/common": "~12.2.4",