@aprova.ch/ngx-next-pdf-viewer 21.0.12 → 21.2.1
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.
- package/README.md +1 -1
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -77,7 +77,7 @@ export class AppComponent { ... }
|
|
|
77
77
|
> **License required** — The output events (`boxClicked`, `boxesSelected`, `pagesSelected`) are only available with a valid license.
|
|
78
78
|
>
|
|
79
79
|
> - **30-day trial:** Contact the Telegram bot [@AprovaLicenceBot](https://t.me/AprovaLicenceBot)
|
|
80
|
-
> - **Permanent license
|
|
80
|
+
> - **Permanent license** with enterprise support: Email [licence@aprova.ch](mailto:licence@aprova.ch)
|
|
81
81
|
|
|
82
82
|
| Output | Type | Description |
|
|
83
83
|
|-----------------|--------------------------------------------------------|-------------------------------------------------------|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aprova.ch/ngx-next-pdf-viewer",
|
|
3
|
-
"version": "21.
|
|
3
|
+
"version": "21.2.1",
|
|
4
4
|
"description": "Angular PDF viewer with bounding-box annotations, search, zoom and page rotation",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -47,5 +47,6 @@
|
|
|
47
47
|
"default": "./fesm2022/aprova.ch-ngx-next-pdf-viewer.mjs"
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
|
-
"sideEffects": false
|
|
50
|
+
"sideEffects": false,
|
|
51
|
+
"type": "module"
|
|
51
52
|
}
|