@syncfusion/ej2-angular-pdfviewer 26.1.35 → 26.1.38

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
@@ -6,6 +6,24 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I589042` - Now, the textbox field font size is does not increase automatically when zoom percentage increases.
10
+ - `#F188158` - Now, script error does not occurred when searching the non-matched word in the provided document.
11
+ - `#I587591` - Now, the stamp is updated correctly after reloading the resized stamp.
12
+ - `#I593317` - Now, the signature and initial background color is preserved upon reloading the downloaded document.
13
+ - `#I591009` - Now, the radio button name does not changes upon reloading the downloaded document.
14
+ - `#I591558` - Now, the ink annotation comment was not missing when importing the annotation sequentially in Stand-alone mode.
15
+ - `#I586497` - Now, the stamp annotation rendered properly when the PDF document is loaded with `EditContent` restrictions.
16
+ - `#I590035` - Now, the handwritten signature is exported properly when the `isSignatureEditable` API is set to true.
17
+ - `#I587843` - Now, the checkbox state is properly preserved when saving the provided document, even though the form designer module was not injected.
18
+ - `#I591558` - Now, the selector style applied for programmatically added annotation.
19
+ - `#I588798` - Now, the date time in the comment panel is not updated automatically upon export and import after locking annotations.
20
+
21
+ ## 26.1.35 (2024-06-11)
22
+
23
+ ### PDF Viewer
24
+
25
+ #### Bug Fixes
26
+
9
27
  - `#I591752` - Now, the textbox field and comment panel focused when entering `Shift + H` and `Shift + V` characters.
10
28
 
11
29
  #### Features
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "_from": "@syncfusion/ej2-angular-pdfviewer@*",
3
3
  "_id": "@syncfusion/ej2-angular-pdfviewer@26.1.35",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-WuRS2oxZdHH/jF42xmofwkE7vwPXDlchNtlQAlhYwUP9e4UtstLQXHIeY/gOErIgEvY79NHGyRw9Sw33zBzQjw==",
5
+ "_integrity": "sha512-Ic6E5TyXhO42ZS0Vm3P/lJRxxtgDzL6XqqpKuBW7y7Y5UyhdVjbXBfkQmGCyEShPo0mwUcyFs1IyUKAH+hsScw==",
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-release/@syncfusion/ej2-angular-pdfviewer/-/ej2-angular-pdfviewer-26.1.35.tgz",
23
- "_shasum": "360c3db097f1a891215fa5e89ea4a7e8041f26ad",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-pdfviewer/-/ej2-angular-pdfviewer-26.1.35.tgz",
23
+ "_shasum": "7ffda2f6d0f4fb5577d32a209e96f2625b83e880",
24
24
  "_spec": "@syncfusion/ej2-angular-pdfviewer@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_26.1.1/ivypackages/included",
26
26
  "author": {
@@ -32,8 +32,8 @@
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~26.1.35",
35
- "@syncfusion/ej2-base": "~26.1.35",
36
- "@syncfusion/ej2-pdfviewer": "26.1.35",
35
+ "@syncfusion/ej2-base": "~26.1.37",
36
+ "@syncfusion/ej2-pdfviewer": "26.1.38",
37
37
  "tslib": "^2.3.0"
38
38
  },
39
39
  "deprecated": false,
@@ -70,5 +70,5 @@
70
70
  "schematics": "./schematics/collection.json",
71
71
  "sideEffects": false,
72
72
  "typings": "syncfusion-ej2-angular-pdfviewer.d.ts",
73
- "version": "26.1.35"
73
+ "version": "26.1.38"
74
74
  }
@@ -1,3 +0,0 @@
1
- import { OptionsSchema } from './schema';
2
- import { Rule } from '@angular-devkit/schematics';
3
- export default function (options: OptionsSchema): Rule;
@@ -1,9 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const lib_details_1 = require("./../utils/lib-details");
4
- const schematics_1 = require("@syncfusion/ej2-angular-base/schematics");
5
- function default_1(options) {
6
- const libOptions = Object.assign({}, { 'pkgName': lib_details_1.pkgName, 'pkgVer': lib_details_1.pkgVer, 'moduleName': lib_details_1.moduleName, 'themeVer': lib_details_1.themeVer });
7
- return schematics_1.install(options, libOptions);
8
- }
9
- exports.default = default_1;
@@ -1,13 +0,0 @@
1
- export interface OptionsSchema {
2
- skipPackageJson: boolean;
3
- modules: string;
4
- modulePath: string;
5
- theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
6
- project?: string;
7
- }
8
- export interface LibOptionsSchema {
9
- pkgName: string;
10
- pkgVer: string;
11
- moduleName: string;
12
- themeVer: string;
13
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- export declare const pkgName = "@syncfusion/ej2-angular-pdfviewer";
2
- export declare const pkgVer = "^25.2.6";
3
- export declare const moduleName = "PdfViewerModule";
4
- export declare const themeVer = "~25.2.6";
@@ -1,6 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.pkgName = '@syncfusion/ej2-angular-pdfviewer';
4
- exports.pkgVer = '^26.1.35';
5
- exports.moduleName = 'PdfViewerModule';
6
- exports.themeVer = '~26.1.35';