@syncfusion/ej2-angular-pdfviewer 27.1.51 → 27.1.52
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
|
@@ -2,21 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
-
### PDF Viewer
|
|
6
|
-
|
|
7
|
-
#### Bug Fixes
|
|
8
|
-
|
|
9
|
-
- `#I627789` - Now, the context menu for form fields opens properly in desktop touch mode.
|
|
10
|
-
- `#I630341` - Now, the text is properly aligned in the freetext annotation when using the subject property.
|
|
11
|
-
- `#I629789` - Now, the `IsDocumentEdited` property set to false when loading the customer provided PDF document.
|
|
12
|
-
- `#I632424` - Now, the object reference error won't occur when downloading with the dropdown field after updating the dropdown options programmatically.
|
|
13
|
-
- `#I627479` - Now, the browse button is working properly when dynamically changing enableFormFields API value.
|
|
14
|
-
- `#I635120` - Now, After adding a freetext, changing the alignment and font size, the undo and redo functions working properly.
|
|
15
|
-
- `#I635116` - Now, Freetext annotation appeared properly when update the alignment styling.
|
|
16
|
-
- `#I635117` - Now, the undo and redo actions is properly working when perform the cut and paste action.
|
|
17
|
-
- `#I630883` - Now, resizing the form field on the first page doesn't hide the form field on the third page.
|
|
18
|
-
- `#I630441` - Now, the `pageMouseover` event is triggered without annotation and form designer modules.
|
|
19
|
-
|
|
20
5
|
## 27.1.50 (2024-09-24)
|
|
21
6
|
|
|
22
7
|
### PDF Viewer
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-pdfviewer@*",
|
|
3
3
|
"_id": "@syncfusion/ej2-angular-pdfviewer@27.1.50",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-UVIgSw5hOL0Md7A4hnfIbRITXyM3ySI3p9ApRXAz6TJic97z1VDOHS+fEcCGxCdVMbvHcisyVb3U1x5iHZhteA==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-pdfviewer",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
22
|
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-pdfviewer/-/ej2-angular-pdfviewer-27.1.50.tgz",
|
|
23
|
-
"_shasum": "
|
|
23
|
+
"_shasum": "188a78eedd308366c200af896e656a07ab546555",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-pdfviewer@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_27.1.1/ivypackages/included",
|
|
26
26
|
"author": {
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-angular-base": "~27.1.50",
|
|
35
|
-
"@syncfusion/ej2-base": "~27.1.
|
|
36
|
-
"@syncfusion/ej2-pdfviewer": "27.1.
|
|
35
|
+
"@syncfusion/ej2-base": "~27.1.52",
|
|
36
|
+
"@syncfusion/ej2-pdfviewer": "27.1.52"
|
|
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.
|
|
72
|
+
"version": "27.1.52"
|
|
73
73
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-pdfviewer";
|
|
2
|
-
export declare const pkgVer = "^27.1.
|
|
2
|
+
export declare const pkgVer = "^27.1.51";
|
|
3
3
|
export declare const moduleName = "PdfViewerModule";
|
|
4
|
-
export declare const themeVer = "~27.1.
|
|
4
|
+
export declare const themeVer = "~27.1.51";
|
|
@@ -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.
|
|
4
|
+
exports.pkgVer = '^27.1.52';
|
|
5
5
|
exports.moduleName = 'PdfViewerModule';
|
|
6
|
-
exports.themeVer = '~27.1.
|
|
6
|
+
exports.themeVer = '~27.1.52';
|