@syncfusion/ej2-react-pdfviewer 20.2.45 → 20.2.49

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,6 +2,31 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ - `#F176922` - Now, comments are not duplicated if a shape annotation is added inside an annotation.
6
+ - `#SF-390997`,`#SF-392717`,`#SF-394607` - The signature is now displayed and properly positioned in change the width and height the document that was downloaded.
7
+ - `#SF-398911` - Provided support for suppressing of the Digital signature without affecting download of the same.
8
+ - `#SF-400958` - Now, Adding signature field programmatically and from UI level does not have same signature field name.
9
+
10
+ ## 20.2.48 (2022-09-06)
11
+
12
+ - `#SF-398958` - Now, Script error does not occurs while adding signature and initial fields when enable form field is false.
13
+ - `#SF-397605` - Now, If a portion of the free text annotation is outside the viewer, moving or resizing it will bring that annotation inside viewer.
14
+ - `#SF-392269` - Now, considered both GUID and description while importing the annotations .
15
+ - `#SF-398972` - Now, The Script error is not occurred while saving the PDF consecutively with Calibrate perimeter control .
16
+ - `#SF-399220` - Now, Some form fields are not removed on reloading the downloaded document .
17
+ - `#SF-389566` - Now, The Script error is not occurred while try to change PDF view to text view in sample .
18
+ - `#SF-369895` - When an image signature is added programmatically, the width is now properly maintained.
19
+ - `#SF-388895` - Now, stamp annotations comments displays valid time in comment panel for any culture.
20
+
21
+ ## 20.2.46 (2022-08-30)
22
+
23
+ - `#SF-391994` - Now, Programmatically able to add a all form fields in read only mode .
24
+ - `#SF-394117` - Now, Tapping a page with signature field does not moves to another page on mobile devices.
25
+ - `#SF-395979` - Now, Deleted annotations are updated in the annotation collection properly.
26
+ - `#SF-369895` - Now, The selection and strike through is now aligned properly.
27
+
28
+ ## 20.2.45 (2022-08-23)
29
+
5
30
  - `#SF-389679` - Now ,form fields color should not be changed on read only mode.
6
31
  - `#SF-390997`,`#SF-392717`,`#SF-394607` - The signature is now displayed and properly positioned in read only mode the document that was downloaded.
7
32
  - `#SF-383430` - Now , form fields does not generate duplicates while using CTRL c and CRTL v.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-pdfviewer.umd.min.js
3
- * version : 20.2.45
3
+ * version : 20.2.49
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-react-pdfviewer@*",
3
- "_id": "@syncfusion/ej2-react-pdfviewer@20.2.44",
3
+ "_id": "@syncfusion/ej2-react-pdfviewer@20.2.48",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-F8eiF9d0I4tm5myv6yAsYrn8Rkv2FIvyXk2LDdnKMUH5CD8Bp/FnrAKlyGs69+wp6TWEKQaCpzTY3IRFwbRE4g==",
5
+ "_integrity": "sha512-HHnfrMl5tTKSERZldfbmmhkBIUDUWSAYpmXIYbLA12ogGgY4c2vZVQ2iGK0lmYnqR/GfZKtjDjUdM12MyfAigw==",
6
6
  "_location": "/@syncfusion/ej2-react-pdfviewer",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-20.2.44.tgz",
23
- "_shasum": "eb3db3b797db5ef13a04c8adab32c97720315317",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-20.2.48.tgz",
23
+ "_shasum": "70905f662c2cd8ab99da0bf63f2f189841369c4c",
24
24
  "_spec": "@syncfusion/ej2-react-pdfviewer@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,8 +31,8 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.2.45",
35
- "@syncfusion/ej2-pdfviewer": "20.2.45",
34
+ "@syncfusion/ej2-base": "~20.2.48",
35
+ "@syncfusion/ej2-pdfviewer": "20.2.49",
36
36
  "@syncfusion/ej2-react-base": "~20.2.45"
37
37
  },
38
38
  "deprecated": false,
@@ -61,6 +61,6 @@
61
61
  "type": "git",
62
62
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
63
63
  },
64
- "version": "20.2.45",
64
+ "version": "20.2.49",
65
65
  "sideEffects": false
66
66
  }
@@ -698,7 +698,10 @@ input.e-pv-input-password::-ms-reveal {
698
698
  }
699
699
 
700
700
  .e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
701
- display: none;
701
+ display: block;
702
+ padding-left: 10px;
703
+ padding-right: 10px;
704
+ width: auto;
702
705
  }
703
706
 
704
707
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
@@ -703,7 +703,10 @@ input.e-pv-input-password::-ms-reveal {
703
703
  }
704
704
 
705
705
  .e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
706
- display: none;
706
+ display: block;
707
+ padding-left: 10px;
708
+ padding-right: 10px;
709
+ width: auto;
707
710
  }
708
711
 
709
712
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
@@ -720,7 +720,10 @@ input.e-pv-input-password::-ms-reveal {
720
720
  }
721
721
 
722
722
  .e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
723
- display: none;
723
+ display: block;
724
+ padding-left: 10px;
725
+ padding-right: 10px;
726
+ width: auto;
724
727
  }
725
728
 
726
729
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
@@ -711,7 +711,10 @@ input.e-pv-input-password::-ms-reveal {
711
711
  }
712
712
 
713
713
  .e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
714
- display: none;
714
+ display: block;
715
+ padding-left: 10px;
716
+ padding-right: 10px;
717
+ width: auto;
715
718
  }
716
719
 
717
720
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
@@ -711,7 +711,10 @@ input.e-pv-input-password::-ms-reveal {
711
711
  }
712
712
 
713
713
  .e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
714
- display: none;
714
+ display: block;
715
+ padding-left: 10px;
716
+ padding-right: 10px;
717
+ width: auto;
715
718
  }
716
719
 
717
720
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
@@ -708,7 +708,10 @@ input.e-pv-input-password::-ms-reveal {
708
708
  }
709
709
 
710
710
  .e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
711
- display: none;
711
+ display: block;
712
+ padding-left: 10px;
713
+ padding-right: 10px;
714
+ width: auto;
712
715
  }
713
716
 
714
717
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
package/styles/fabric.css CHANGED
@@ -715,7 +715,10 @@ input.e-pv-input-password::-ms-reveal {
715
715
  }
716
716
 
717
717
  .e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
718
- display: none;
718
+ display: block;
719
+ padding-left: 10px;
720
+ padding-right: 10px;
721
+ width: auto;
719
722
  }
720
723
 
721
724
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
@@ -712,7 +712,10 @@ input.e-pv-input-password::-ms-reveal {
712
712
  }
713
713
 
714
714
  .e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
715
- display: none;
715
+ display: block;
716
+ padding-left: 10px;
717
+ padding-right: 10px;
718
+ width: auto;
716
719
  }
717
720
 
718
721
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
package/styles/fluent.css CHANGED
@@ -712,7 +712,10 @@ input.e-pv-input-password::-ms-reveal {
712
712
  }
713
713
 
714
714
  .e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
715
- display: none;
715
+ display: block;
716
+ padding-left: 10px;
717
+ padding-right: 10px;
718
+ width: auto;
716
719
  }
717
720
 
718
721
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
@@ -698,7 +698,10 @@ input.e-pv-input-password::-ms-reveal {
698
698
  }
699
699
 
700
700
  .e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
701
- display: none;
701
+ display: block;
702
+ padding-left: 10px;
703
+ padding-right: 10px;
704
+ width: auto;
702
705
  }
703
706
 
704
707
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
@@ -698,7 +698,10 @@ input.e-pv-input-password::-ms-reveal {
698
698
  }
699
699
 
700
700
  .e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
701
- display: none;
701
+ display: block;
702
+ padding-left: 10px;
703
+ padding-right: 10px;
704
+ width: auto;
702
705
  }
703
706
 
704
707
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
@@ -702,7 +702,10 @@ input.e-pv-input-password::-ms-reveal {
702
702
  }
703
703
 
704
704
  .e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
705
- display: none;
705
+ display: block;
706
+ padding-left: 10px;
707
+ padding-right: 10px;
708
+ width: auto;
706
709
  }
707
710
 
708
711
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
@@ -702,7 +702,10 @@ input.e-pv-input-password::-ms-reveal {
702
702
  }
703
703
 
704
704
  .e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
705
- display: none;
705
+ display: block;
706
+ padding-left: 10px;
707
+ padding-right: 10px;
708
+ width: auto;
706
709
  }
707
710
 
708
711
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
@@ -698,7 +698,10 @@ input.e-pv-input-password::-ms-reveal {
698
698
  }
699
699
 
700
700
  .e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
701
- display: none;
701
+ display: block;
702
+ padding-left: 10px;
703
+ padding-right: 10px;
704
+ width: auto;
702
705
  }
703
706
 
704
707
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
@@ -703,7 +703,10 @@ input.e-pv-input-password::-ms-reveal {
703
703
  }
704
704
 
705
705
  .e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
706
- display: none;
706
+ display: block;
707
+ padding-left: 10px;
708
+ padding-right: 10px;
709
+ width: auto;
707
710
  }
708
711
 
709
712
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
@@ -720,7 +720,10 @@ input.e-pv-input-password::-ms-reveal {
720
720
  }
721
721
 
722
722
  .e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
723
- display: none;
723
+ display: block;
724
+ padding-left: 10px;
725
+ padding-right: 10px;
726
+ width: auto;
724
727
  }
725
728
 
726
729
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
@@ -711,7 +711,10 @@ input.e-pv-input-password::-ms-reveal {
711
711
  }
712
712
 
713
713
  .e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
714
- display: none;
714
+ display: block;
715
+ padding-left: 10px;
716
+ padding-right: 10px;
717
+ width: auto;
715
718
  }
716
719
 
717
720
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
@@ -711,7 +711,10 @@ input.e-pv-input-password::-ms-reveal {
711
711
  }
712
712
 
713
713
  .e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
714
- display: none;
714
+ display: block;
715
+ padding-left: 10px;
716
+ padding-right: 10px;
717
+ width: auto;
715
718
  }
716
719
 
717
720
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
@@ -708,7 +708,10 @@ input.e-pv-input-password::-ms-reveal {
708
708
  }
709
709
 
710
710
  .e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
711
- display: none;
711
+ display: block;
712
+ padding-left: 10px;
713
+ padding-right: 10px;
714
+ width: auto;
712
715
  }
713
716
 
714
717
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
@@ -715,7 +715,10 @@ input.e-pv-input-password::-ms-reveal {
715
715
  }
716
716
 
717
717
  .e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
718
- display: none;
718
+ display: block;
719
+ padding-left: 10px;
720
+ padding-right: 10px;
721
+ width: auto;
719
722
  }
720
723
 
721
724
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
@@ -712,7 +712,10 @@ input.e-pv-input-password::-ms-reveal {
712
712
  }
713
713
 
714
714
  .e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
715
- display: none;
715
+ display: block;
716
+ padding-left: 10px;
717
+ padding-right: 10px;
718
+ width: auto;
716
719
  }
717
720
 
718
721
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
@@ -712,7 +712,10 @@ input.e-pv-input-password::-ms-reveal {
712
712
  }
713
713
 
714
714
  .e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
715
- display: none;
715
+ display: block;
716
+ padding-left: 10px;
717
+ padding-right: 10px;
718
+ width: auto;
716
719
  }
717
720
 
718
721
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
@@ -698,7 +698,10 @@ input.e-pv-input-password::-ms-reveal {
698
698
  }
699
699
 
700
700
  .e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
701
- display: none;
701
+ display: block;
702
+ padding-left: 10px;
703
+ padding-right: 10px;
704
+ width: auto;
702
705
  }
703
706
 
704
707
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
@@ -698,7 +698,10 @@ input.e-pv-input-password::-ms-reveal {
698
698
  }
699
699
 
700
700
  .e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
701
- display: none;
701
+ display: block;
702
+ padding-left: 10px;
703
+ padding-right: 10px;
704
+ width: auto;
702
705
  }
703
706
 
704
707
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
@@ -702,7 +702,10 @@ input.e-pv-input-password::-ms-reveal {
702
702
  }
703
703
 
704
704
  .e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
705
- display: none;
705
+ display: block;
706
+ padding-left: 10px;
707
+ padding-right: 10px;
708
+ width: auto;
706
709
  }
707
710
 
708
711
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
@@ -702,7 +702,10 @@ input.e-pv-input-password::-ms-reveal {
702
702
  }
703
703
 
704
704
  .e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
705
- display: none;
705
+ display: block;
706
+ padding-left: 10px;
707
+ padding-right: 10px;
708
+ width: auto;
706
709
  }
707
710
 
708
711
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
@@ -706,7 +706,10 @@ input.e-pv-input-password::-ms-reveal {
706
706
  }
707
707
 
708
708
  .e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
709
- display: none;
709
+ display: block;
710
+ padding-left: 10px;
711
+ padding-right: 10px;
712
+ width: auto;
710
713
  }
711
714
 
712
715
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
@@ -707,7 +707,10 @@ input.e-pv-input-password::-ms-reveal {
707
707
  }
708
708
 
709
709
  .e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
710
- display: none;
710
+ display: block;
711
+ padding-left: 10px;
712
+ padding-right: 10px;
713
+ width: auto;
711
714
  }
712
715
 
713
716
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
@@ -706,7 +706,10 @@ input.e-pv-input-password::-ms-reveal {
706
706
  }
707
707
 
708
708
  .e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
709
- display: none;
709
+ display: block;
710
+ padding-left: 10px;
711
+ padding-right: 10px;
712
+ width: auto;
710
713
  }
711
714
 
712
715
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,
@@ -707,7 +707,10 @@ input.e-pv-input-password::-ms-reveal {
707
707
  }
708
708
 
709
709
  .e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container {
710
- display: none;
710
+ display: block;
711
+ padding-left: 10px;
712
+ padding-right: 10px;
713
+ width: auto;
711
714
  }
712
715
 
713
716
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text,