nuxeo-development-framework 0.8.5 → 0.8.6

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.
@@ -2,6 +2,8 @@ import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnChanges,
2
2
  import { NuxeoService } from '../../../Core/services/nuxeo/nuxeo.service';
3
3
  import { PdftronService } from './pdftron.service';
4
4
  import { SecurePipe } from '../../../pipes/secure.pipe';
5
+ import { TranslationService } from '../../../Core/services/translation/translation.service';
6
+ import { Subscription } from 'rxjs';
5
7
  import * as i0 from "@angular/core";
6
8
  /**
7
9
  * A reusable file viewer based on PDFTron Library
@@ -22,6 +24,7 @@ export declare class PdftronComponent implements OnInit, AfterViewInit, OnDestro
22
24
  private nuxeo;
23
25
  private baseHref;
24
26
  private securePipe;
27
+ private translationService;
25
28
  private environment;
26
29
  viewerRef: ElementRef;
27
30
  webViewerInstance: any;
@@ -48,7 +51,9 @@ export declare class PdftronComponent implements OnInit, AfterViewInit, OnDestro
48
51
  firstTimeLoad: boolean;
49
52
  firstSignatureLoad: boolean;
50
53
  newSignCreation: boolean;
51
- constructor(cdr: ChangeDetectorRef, pdftronService: PdftronService, nuxeo: NuxeoService, baseHref: string, securePipe: SecurePipe, environment: any);
54
+ transelationSubscrition: Subscription;
55
+ isArabic: any;
56
+ constructor(cdr: ChangeDetectorRef, pdftronService: PdftronService, nuxeo: NuxeoService, baseHref: string, securePipe: SecurePipe, translationService: TranslationService, environment: any);
52
57
  ngOnInit(): Promise<void>;
53
58
  ngAfterViewInit(): Promise<void>;
54
59
  importSignature(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxeo-development-framework",
3
- "version": "0.8.5",
3
+ "version": "0.8.6",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~12.2.4",
6
6
  "@angular/common": "~12.2.4",