nuxeo-development-framework 5.9.6 → 5.9.9

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.
@@ -55,8 +55,10 @@ export declare class PdftronComponent implements OnInit, OnDestroy, OnChanges {
55
55
  allowDownloadSecretFile: boolean;
56
56
  allowPrintSecretFile: boolean;
57
57
  negelectAddingWaterMark: boolean;
58
+ flattenAnotation: boolean;
58
59
  recognizedJson: any;
59
60
  isSignedDocument: boolean;
61
+ allowPrintFromOutSide: boolean;
60
62
  onDownloadingSignedDocument: EventEmitter<any>;
61
63
  onAddingAnotation: EventEmitter<any>;
62
64
  events: EventEmitter<any>;
@@ -71,6 +73,7 @@ export declare class PdftronComponent implements OnInit, OnDestroy, OnChanges {
71
73
  resizeObserver: ResizeObserver;
72
74
  constructor(cdr: ChangeDetectorRef, pdftronService: PdftronService, nuxeo: NuxeoService, baseHref: string, translationService: TranslationService, silentPdfTronService: SilentPdfTronService, environment: any);
73
75
  ngOnInit(): Promise<void>;
76
+ importFullApi(): boolean;
74
77
  importAnotationsFromOutside(): void;
75
78
  exportAnotationsToOutside(): void;
76
79
  importSignature(): void;
@@ -107,5 +110,5 @@ export declare class PdftronComponent implements OnInit, OnDestroy, OnChanges {
107
110
  searchFn: (searchValue: any, options: any) => void;
108
111
  ngOnDestroy(): void;
109
112
  static ɵfac: i0.ɵɵFactoryDeclaration<PdftronComponent, never>;
110
- 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"; "searchString": "searchString"; "trackSignature": "trackSignature"; "useOutsideAnotations": "useOutsideAnotations"; "importedAnotations": "importedAnotations"; "allowDownloadSecretFile": "allowDownloadSecretFile"; "allowPrintSecretFile": "allowPrintSecretFile"; "negelectAddingWaterMark": "negelectAddingWaterMark"; "recognizedJson": "recognizedJson"; "isSignedDocument": "isSignedDocument"; }, { "onSignatureTracking": "onSignatureTracking"; "onDownloadingSignedDocument": "onDownloadingSignedDocument"; "onAddingAnotation": "onAddingAnotation"; "events": "events"; "SignatureEvent": "SignatureEvent"; }, never, never>;
113
+ 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"; "searchString": "searchString"; "trackSignature": "trackSignature"; "useOutsideAnotations": "useOutsideAnotations"; "importedAnotations": "importedAnotations"; "allowDownloadSecretFile": "allowDownloadSecretFile"; "allowPrintSecretFile": "allowPrintSecretFile"; "negelectAddingWaterMark": "negelectAddingWaterMark"; "flattenAnotation": "flattenAnotation"; "recognizedJson": "recognizedJson"; "isSignedDocument": "isSignedDocument"; "allowPrintFromOutSide": "allowPrintFromOutSide"; }, { "onSignatureTracking": "onSignatureTracking"; "onDownloadingSignedDocument": "onDownloadingSignedDocument"; "onAddingAnotation": "onAddingAnotation"; "events": "events"; "SignatureEvent": "SignatureEvent"; }, never, never>;
111
114
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxeo-development-framework",
3
- "version": "5.9.6",
3
+ "version": "5.9.9",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "12.2.3",
6
6
  "@angular/common": "12.2.3",