@pdftools/pdf-web-viewer
Advanced tools
Comparing version 5.2.0 to 5.3.0
@@ -188,3 +188,6 @@ import { PdfToolsComponent } from '../core/pdftools-component'; | ||
clicked: (options: StickyNoteModalOptions) => void; | ||
addEventListener: (eventName: "clicked", fn: (options: StickyNoteModalOptions) => void) => void; | ||
addEventListener: (eventName: "clicked", fn: (options: StickyNoteModalOptions) => void) => void; /** | ||
* When this is refactored, the condition may change depending on the implementation. | ||
* For now, AnnotationReading is sufficient, but later on, we might include other feature checks such as AnnotationAdding. | ||
*/ | ||
}; | ||
@@ -191,0 +194,0 @@ cancelButton: { |
@@ -90,3 +90,3 @@ import { LicenseKey } from '@pdftools/pdf-web-sdk'; | ||
}; | ||
export type Cursor = 'auto' | 'crosshair'; | ||
export type Cursor = 'auto' | 'crosshair' | 'pointer' | 'wait'; | ||
export type ContextualMenuOptions = { | ||
@@ -93,0 +93,0 @@ origin: Point; |
{ | ||
"name": "@pdftools/pdf-web-viewer", | ||
"version": "5.2.0", | ||
"description": "", | ||
"version": "5.3.0", | ||
"description": "When Swiss precision matters for your valuable PDF documents.", | ||
"main": "es6/index.js", | ||
@@ -21,3 +21,3 @@ "types": "es6/index.js", | ||
"dependencies": { | ||
"@pdftools/pdf-web-sdk": "5.2.0" | ||
"@pdftools/pdf-web-sdk": "5.3.0" | ||
}, | ||
@@ -24,0 +24,0 @@ "module": "es6/index.js", |
@@ -1,12 +0,11 @@ | ||
<h1 align="center"> | ||
<p align="center"> | ||
<br> | ||
<br> | ||
<img width="320" src="pdf-tools.svg" alt="Pdftools logo"> | ||
<br> | ||
<br> | ||
<br> | ||
</h1> | ||
<img width="320" src="https://pdftools-public-downloads-production.s3.eu-west-1.amazonaws.com/images/full-logo.png" alt="Pdftools logo" /> | ||
<br> | ||
<br> | ||
<br> | ||
</p> | ||
PDF Web Viewer | ||
============== | ||
# PDF Web Viewer | ||
@@ -47,2 +46,2 @@ Integrate a comprehensive PDF viewer with editing capabilities into your web applications. The PDF Viewer SDK is a fully customizable development library for TypeScript. It is compatible with multiple frameworks and browsers. Its core is written in C++ and compiled as a web assembly to deliver a high-performance and high-accuracy experience. | ||
The underlying PDF Web SDK used for building the PDF Web Viewer is available for download at the npm [PDF Web SDK](https://www.npmjs.com/package/@pdftools/pdf-web-sdk) page. | ||
The underlying PDF Web SDK used for building the PDF Web Viewer is available for download at the npm [PDF Web SDK](https://www.npmjs.com/package/@pdftools/pdf-web-sdk) page. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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 too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
16158481
27457
+ Added@pdftools/pdf-web-sdk@5.3.0(transitive)
- Removed@pdftools/pdf-web-sdk@5.2.0(transitive)
Updated@pdftools/pdf-web-sdk@5.3.0