nuxeo-development-framework 2.0.0 → 2.0.3

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.
@@ -46,6 +46,7 @@ export declare class PdftronComponent implements OnInit, AfterViewInit, OnDestro
46
46
  secrecyProperty: any;
47
47
  editingType: any;
48
48
  userSignatures: any;
49
+ searchString: string;
49
50
  useOutsideAnotations: boolean;
50
51
  importedAnotations: any;
51
52
  onAddingAnotation: EventEmitter<any>;
@@ -75,7 +76,25 @@ export declare class PdftronComponent implements OnInit, AfterViewInit, OnDestro
75
76
  toggleEdit(): void;
76
77
  ngOnChanges(changes: any): void;
77
78
  private pdfTronEvent;
79
+ pages: any;
80
+ standardHeight: any;
81
+ standardWidth: any;
82
+ pageHeight: any;
83
+ pageWidth: any;
84
+ savedAnotations: any[];
85
+ fileWithOcr: boolean;
86
+ newAnnotations: any[];
87
+ mySearchStringResults: any[];
88
+ recivedSearchStringsArray: any[];
89
+ addSearchListner(): void;
90
+ automaticSearch(searchTextArray: any): void;
91
+ searchForWordInAllPages(searchedWord: any): void;
92
+ SearchForWordInLine(listOfSearchedWords: any, line: any, pagenumber: any, page: any): void;
93
+ constructSearchResult(searchedText: any, pageNum: any, quads: any, line: any): void;
94
+ dispalaySearchResults(docViewer: any): void;
95
+ higlightText(quads: any, pageNumber: any): void;
96
+ searchFn: (searchValue: any, options: any) => void;
78
97
  ngOnDestroy(): void;
79
98
  static ɵfac: i0.ɵɵFactoryDeclaration<PdftronComponent, never>;
80
- 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"; "useOutsideAnotations": "useOutsideAnotations"; "importedAnotations": "importedAnotations"; }, { "onAddingAnotation": "onAddingAnotation"; "events": "events"; "SignatureEvent": "SignatureEvent"; }, never, never>;
99
+ 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"; "useOutsideAnotations": "useOutsideAnotations"; "importedAnotations": "importedAnotations"; }, { "onAddingAnotation": "onAddingAnotation"; "events": "events"; "SignatureEvent": "SignatureEvent"; }, never, never>;
81
100
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxeo-development-framework",
3
- "version": "2.0.0",
3
+ "version": "2.0.3",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~12.2.4",
6
6
  "@angular/common": "~12.2.4",