@syncfusion/ej2-angular-pdfviewer 27.1.57 → 27.1.58

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/CHANGELOG.md CHANGED
@@ -4,6 +4,17 @@
4
4
 
5
5
  ### PDF Viewer
6
6
 
7
+ #### Bug Fixes
8
+
9
+ - `#I638740` - Now, the comment delete event is properly triggered when the parent comment `div` is deleted.
10
+ - `#I646822` - Now, the `formFieldMouseover` event includes both the form field ID and Name.
11
+ - `#I637574` - Now, the signature position is accurately rendered in the provided document upon reloading the downloaded file.
12
+ - `#I641496` - Now, the annotation signature buttons no longer overflow when the translation string is too long.
13
+
14
+ ## 27.1.57 (2024-10-29)
15
+
16
+ ### PDF Viewer
17
+
7
18
  #### Breaking Changes
8
19
 
9
20
  - The `getPageDetails` API has been renamed to `getPageInfo`. Additionally, the zoom factor parameter has been removed from the `getPageInfo` API, as the zoom factor can be accessed directly through the `zoomPercentage` API.
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-pdfviewer@*",
3
- "_id": "@syncfusion/ej2-angular-pdfviewer@27.1.55",
3
+ "_id": "@syncfusion/ej2-angular-pdfviewer@27.1.57",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-FDQShKNSo1S84Oh9HGGbLRPbkd64d09qJ6kzu+e+v2aFfPyLqwwtjmrt0rCCSGGLiJZ3wQLCS5TXnzo8jG9PAQ==",
5
+ "_integrity": "sha512-dI4k76xm9GRwl+Qg6M3DkSboBGpkfFgwfXJYNCEvd6tCB0cV9upIZDEXYpMYGnE/1whf/qCUdWP2xUlZuOIdCw==",
6
6
  "_location": "/@syncfusion/ej2-angular-pdfviewer",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-pdfviewer/-/ej2-angular-pdfviewer-27.1.55.tgz",
23
- "_shasum": "35302c323d0c2456ff05538b1ca9ca46b5f9ea4d",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-pdfviewer/-/ej2-angular-pdfviewer-27.1.57.tgz",
23
+ "_shasum": "5d416faa83ff797deb8dfbb00c5d2330229d5118",
24
24
  "_spec": "@syncfusion/ej2-angular-pdfviewer@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_27.1.1/ivypackages/included",
26
26
  "author": {
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~27.1.50",
35
35
  "@syncfusion/ej2-base": "~27.1.55",
36
- "@syncfusion/ej2-pdfviewer": "27.1.57"
36
+ "@syncfusion/ej2-pdfviewer": "27.1.58"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 PDF viewer Component for Angular",
@@ -69,5 +69,5 @@
69
69
  "schematics": "./schematics/collection.json",
70
70
  "sideEffects": false,
71
71
  "typings": "syncfusion-ej2-angular-pdfviewer.d.ts",
72
- "version": "27.1.57"
72
+ "version": "27.1.58"
73
73
  }
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-pdfviewer';
4
- exports.pkgVer = '^27.1.57';
4
+ exports.pkgVer = '^27.1.58';
5
5
  exports.moduleName = 'PdfViewerModule';
6
- exports.themeVer = '~27.1.57';
6
+ exports.themeVer = '~27.1.58';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-pdfviewer';
2
- export const pkgVer = '^27.1.57';
2
+ export const pkgVer = '^27.1.58';
3
3
  export const moduleName = 'PdfViewerModule';
4
- export const themeVer = '~27.1.57';
4
+ export const themeVer = '~27.1.58';