@firestitch/pdf-viewer
Advanced tools
Comparing version 13.2.4 to 14.0.0
import { ChangeDetectorRef, EventEmitter, OnDestroy, OnInit } from '@angular/core'; | ||
import { FsApiFile } from '@firestitch/api'; | ||
import { FsFile } from '@firestitch/file'; | ||
import { PdfViewerComponent } from 'ng2-pdf-viewer'; | ||
import { PdfViewerComponent, RenderTextMode } from 'ng2-pdf-viewer'; | ||
import * as i0 from "@angular/core"; | ||
@@ -11,2 +11,4 @@ export declare class FsPdfViewerComponent implements OnInit, OnDestroy { | ||
height: any; | ||
renderText: boolean; | ||
renderTextMode: RenderTextMode; | ||
backgroundColor: string; | ||
@@ -27,3 +29,3 @@ init: EventEmitter<any>; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<FsPdfViewerComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<FsPdfViewerComponent, "fs-pdf-viewer", never, { "pdf": "pdf"; "height": "height"; "backgroundColor": "backgroundColor"; }, { "init": "init"; }, never, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<FsPdfViewerComponent, "fs-pdf-viewer", never, { "pdf": "pdf"; "height": "height"; "renderText": "renderText"; "renderTextMode": "renderTextMode"; "backgroundColor": "backgroundColor"; }, { "init": "init"; }, never, never, false>; | ||
} |
{ | ||
"name": "@firestitch/pdf-viewer", | ||
"version": "13.2.4", | ||
"version": "14.0.0", | ||
"repository": { | ||
@@ -29,3 +29,3 @@ "type": "git", | ||
"fesm2015": "fesm2015/firestitch-pdf-viewer.mjs", | ||
"typings": "firestitch-pdf-viewer.d.ts", | ||
"typings": "index.d.ts", | ||
"exports": { | ||
@@ -36,3 +36,3 @@ "./package.json": { | ||
".": { | ||
"types": "./firestitch-pdf-viewer.d.ts", | ||
"types": "./index.d.ts", | ||
"esm2020": "./esm2020/firestitch-pdf-viewer.mjs", | ||
@@ -39,0 +39,0 @@ "es2020": "./fesm2020/firestitch-pdf-viewer.mjs", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
70182
538