@syncfusion/ej2-react-pdfviewer 20.3.50 → 20.3.56

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,42 @@
4
4
 
5
5
  ### PDF Viewer
6
6
 
7
+ #### New Features
8
+
9
+ - `#I408588` - Touchpad pinch zooming has been implemented in Windows and Mac environments.
10
+
11
+ #### Bug Fixes
12
+
13
+ - `#I411644` - Now, Signature are added properly in the respective signature fields.
14
+ - `#I412264` - Now, Exposed the API for show and hide the digital signature form fields in the PDF Viewer.
15
+ - `#I408609` - Now, properties dialog and context menu are open on right click.
16
+ - `#I414492`,`#I414536` - Now, the Signature dialogue is vertical.
17
+ - `#I413111` - Now the Ink annotation auto-write issue is resolved.
18
+ - `#I406980` - Now, the Values of free text annotation properties are not missing on importing.
19
+ - `#I408171` - Now, Annotation added above free text annotation does not hide behind after downloading and flattening.
20
+ - `#I412525` - Now we are able to update form field values from code behind if the pages are not rendered.
21
+
22
+ ## 20.3.52 (2022-10-26)
23
+
24
+ ### PDF Viewer
25
+
26
+ #### New Features
27
+
28
+ - `#I408588` - Mouse wheel zooming has been implemented based on cursor position. On iPad/iOS devices, the zooming issue has been fixed. and enhanced mobile device pinch zooming functionality.
29
+ - `#I409164` - Now the thickness property for signature and initial fields has been added, so now the signature field and initial field will allow changing their border thickness.
30
+
31
+ #### Bug Fixes
32
+
33
+ - `#I408281` - Now, The Script error does not occur while changing the PDF view to the text view in the sample.
34
+ - `#I412183` - Now, Vertical images are rendered properly in the signature fields.
35
+ - `#I397357` - Now, Radio buttons are rendered properly while printing the document.
36
+ - `#I411792` - Now, able to export annotation after `strikethrough`.
37
+ - `#I401159` - Now, backward text selection is working properly.
38
+
39
+ ## 20.3.50 (2022-10-18)
40
+
41
+ ### PDF Viewer
42
+
7
43
  #### Bug Fixes
8
44
 
9
45
  - `#I409189` - Now, no blank pages are created while printing the document.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-pdfviewer.min.js
3
- * version : 20.3.50
3
+ * version : 20.3.56
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
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-pdfviewer.umd.min.js
3
- * version : 20.3.50
3
+ * version : 20.3.56
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.3.49",
3
+ "_id": "@syncfusion/ej2-react-pdfviewer@20.3.52",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-JfB3AL5t101rF/jcuk5xSP/QfuP7hOd+o3qb8WoSdq4TAzHvS15hz+Lq6YAfxGENZTNG6+ip2Oln6//KgH4tVw==",
5
+ "_integrity": "sha512-WW+GEHm6uO0f4gxLGvjCnWmEIJVRu70l6ogj2kaqIfBGxfyjUcik2K64H4oBGzIeUpCV8XN0U13d+e3aKJ8ThQ==",
6
6
  "_location": "/@syncfusion/ej2-react-pdfviewer",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
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.3.49.tgz",
23
- "_shasum": "e145a3b231f821aa55fb8de0e08d0c9911d97707",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-20.3.52.tgz",
23
+ "_shasum": "b16a340e716eb18543951c6789159c5527140c59",
24
24
  "_spec": "@syncfusion/ej2-react-pdfviewer@*",
25
- "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
25
+ "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.3.50",
35
- "@syncfusion/ej2-pdfviewer": "20.3.50",
36
- "@syncfusion/ej2-react-base": "~20.3.47"
34
+ "@syncfusion/ej2-base": "~20.3.56",
35
+ "@syncfusion/ej2-pdfviewer": "20.3.56",
36
+ "@syncfusion/ej2-react-base": "~20.3.56"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 PDF viewer Component for React",
@@ -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.3.50",
64
+ "version": "20.3.56",
65
65
  "sideEffects": false
66
66
  }
@@ -3213,7 +3213,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3213
3213
  padding: 0 7px;
3214
3214
  }
3215
3215
 
3216
- .e-pv-signature-dialog-height {
3216
+ .e-dialog.e-pv-signature-dialog-height {
3217
3217
  height: 570px;
3218
3218
  }
3219
3219
 
@@ -3220,7 +3220,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3220
3220
  padding: 0 7px;
3221
3221
  }
3222
3222
 
3223
- .e-pv-signature-dialog-height {
3223
+ .e-dialog.e-pv-signature-dialog-height {
3224
3224
  height: 565px;
3225
3225
  }
3226
3226
 
@@ -3545,7 +3545,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3545
3545
  color: #495057;
3546
3546
  }
3547
3547
 
3548
- .e-pv-signature-dialog-height {
3548
+ .e-dialog.e-pv-signature-dialog-height {
3549
3549
  height: 535px;
3550
3550
  }
3551
3551
 
@@ -3517,7 +3517,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3517
3517
  padding: 0 7px;
3518
3518
  }
3519
3519
 
3520
- .e-pv-signature-dialog-height {
3520
+ .e-dialog.e-pv-signature-dialog-height {
3521
3521
  height: 535px;
3522
3522
  }
3523
3523
 
@@ -3517,7 +3517,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3517
3517
  padding: 0 7px;
3518
3518
  }
3519
3519
 
3520
- .e-pv-signature-dialog-height {
3520
+ .e-dialog.e-pv-signature-dialog-height {
3521
3521
  height: 535px;
3522
3522
  }
3523
3523
 
@@ -3221,7 +3221,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3221
3221
  padding: 0 7px;
3222
3222
  }
3223
3223
 
3224
- .e-pv-signature-dialog-height {
3224
+ .e-dialog.e-pv-signature-dialog-height {
3225
3225
  height: 580px;
3226
3226
  }
3227
3227
 
package/styles/fabric.css CHANGED
@@ -3234,7 +3234,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3234
3234
  padding: 0 7px;
3235
3235
  }
3236
3236
 
3237
- .e-pv-signature-dialog-height {
3237
+ .e-dialog.e-pv-signature-dialog-height {
3238
3238
  height: 565px;
3239
3239
  }
3240
3240
 
@@ -3436,7 +3436,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3436
3436
  padding: 0 7px;
3437
3437
  }
3438
3438
 
3439
- .e-pv-signature-dialog-height {
3439
+ .e-dialog.e-pv-signature-dialog-height {
3440
3440
  height: 555px;
3441
3441
  min-height: 555px;
3442
3442
  }
package/styles/fluent.css CHANGED
@@ -3436,7 +3436,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3436
3436
  padding: 0 7px;
3437
3437
  }
3438
3438
 
3439
- .e-pv-signature-dialog-height {
3439
+ .e-dialog.e-pv-signature-dialog-height {
3440
3440
  height: 555px;
3441
3441
  min-height: 555px;
3442
3442
  }
@@ -3211,7 +3211,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3211
3211
  padding: 0 7px;
3212
3212
  }
3213
3213
 
3214
- .e-pv-signature-dialog-height {
3214
+ .e-dialog.e-pv-signature-dialog-height {
3215
3215
  height: 570px;
3216
3216
  }
3217
3217
 
@@ -3232,7 +3232,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3232
3232
  background-color: #fff;
3233
3233
  }
3234
3234
 
3235
- .e-pv-signature-dialog-height {
3235
+ .e-dialog.e-pv-signature-dialog-height {
3236
3236
  height: 570px;
3237
3237
  }
3238
3238
 
@@ -3215,7 +3215,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3215
3215
  padding: 0 7px;
3216
3216
  }
3217
3217
 
3218
- .e-pv-signature-dialog-height {
3218
+ .e-dialog.e-pv-signature-dialog-height {
3219
3219
  height: 540px;
3220
3220
  }
3221
3221
 
@@ -3217,7 +3217,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3217
3217
  padding: 0 7px;
3218
3218
  }
3219
3219
 
3220
- .e-pv-signature-dialog-height {
3220
+ .e-dialog.e-pv-signature-dialog-height {
3221
3221
  height: 535px;
3222
3222
  }
3223
3223
 
@@ -3213,7 +3213,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3213
3213
  padding: 0 7px;
3214
3214
  }
3215
3215
 
3216
- .e-pv-signature-dialog-height {
3216
+ .e-dialog.e-pv-signature-dialog-height {
3217
3217
  height: 570px;
3218
3218
  }
3219
3219
 
@@ -3220,7 +3220,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3220
3220
  padding: 0 7px;
3221
3221
  }
3222
3222
 
3223
- .e-pv-signature-dialog-height {
3223
+ .e-dialog.e-pv-signature-dialog-height {
3224
3224
  height: 565px;
3225
3225
  }
3226
3226
 
@@ -3545,7 +3545,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3545
3545
  color: #495057;
3546
3546
  }
3547
3547
 
3548
- .e-pv-signature-dialog-height {
3548
+ .e-dialog.e-pv-signature-dialog-height {
3549
3549
  height: 535px;
3550
3550
  }
3551
3551
 
@@ -3517,7 +3517,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3517
3517
  padding: 0 7px;
3518
3518
  }
3519
3519
 
3520
- .e-pv-signature-dialog-height {
3520
+ .e-dialog.e-pv-signature-dialog-height {
3521
3521
  height: 535px;
3522
3522
  }
3523
3523
 
@@ -3517,7 +3517,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3517
3517
  padding: 0 7px;
3518
3518
  }
3519
3519
 
3520
- .e-pv-signature-dialog-height {
3520
+ .e-dialog.e-pv-signature-dialog-height {
3521
3521
  height: 535px;
3522
3522
  }
3523
3523
 
@@ -3221,7 +3221,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3221
3221
  padding: 0 7px;
3222
3222
  }
3223
3223
 
3224
- .e-pv-signature-dialog-height {
3224
+ .e-dialog.e-pv-signature-dialog-height {
3225
3225
  height: 580px;
3226
3226
  }
3227
3227
 
@@ -3234,7 +3234,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3234
3234
  padding: 0 7px;
3235
3235
  }
3236
3236
 
3237
- .e-pv-signature-dialog-height {
3237
+ .e-dialog.e-pv-signature-dialog-height {
3238
3238
  height: 565px;
3239
3239
  }
3240
3240
 
@@ -3436,7 +3436,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3436
3436
  padding: 0 7px;
3437
3437
  }
3438
3438
 
3439
- .e-pv-signature-dialog-height {
3439
+ .e-dialog.e-pv-signature-dialog-height {
3440
3440
  height: 555px;
3441
3441
  min-height: 555px;
3442
3442
  }
@@ -3436,7 +3436,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3436
3436
  padding: 0 7px;
3437
3437
  }
3438
3438
 
3439
- .e-pv-signature-dialog-height {
3439
+ .e-dialog.e-pv-signature-dialog-height {
3440
3440
  height: 555px;
3441
3441
  min-height: 555px;
3442
3442
  }
@@ -3211,7 +3211,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3211
3211
  padding: 0 7px;
3212
3212
  }
3213
3213
 
3214
- .e-pv-signature-dialog-height {
3214
+ .e-dialog.e-pv-signature-dialog-height {
3215
3215
  height: 570px;
3216
3216
  }
3217
3217
 
@@ -3232,7 +3232,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3232
3232
  background-color: #fff;
3233
3233
  }
3234
3234
 
3235
- .e-pv-signature-dialog-height {
3235
+ .e-dialog.e-pv-signature-dialog-height {
3236
3236
  height: 570px;
3237
3237
  }
3238
3238
 
@@ -3215,7 +3215,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3215
3215
  padding: 0 7px;
3216
3216
  }
3217
3217
 
3218
- .e-pv-signature-dialog-height {
3218
+ .e-dialog.e-pv-signature-dialog-height {
3219
3219
  height: 540px;
3220
3220
  }
3221
3221
 
@@ -3217,7 +3217,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3217
3217
  padding: 0 7px;
3218
3218
  }
3219
3219
 
3220
- .e-pv-signature-dialog-height {
3220
+ .e-dialog.e-pv-signature-dialog-height {
3221
3221
  height: 535px;
3222
3222
  }
3223
3223
 
@@ -3256,7 +3256,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3256
3256
  padding: 0 7px;
3257
3257
  }
3258
3258
 
3259
- .e-pv-signature-dialog-height {
3259
+ .e-dialog.e-pv-signature-dialog-height {
3260
3260
  height: 550px;
3261
3261
  }
3262
3262
 
@@ -3257,7 +3257,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3257
3257
  padding: 0 7px;
3258
3258
  }
3259
3259
 
3260
- .e-pv-signature-dialog-height {
3260
+ .e-dialog.e-pv-signature-dialog-height {
3261
3261
  height: 550px;
3262
3262
  }
3263
3263
 
@@ -3256,7 +3256,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3256
3256
  padding: 0 7px;
3257
3257
  }
3258
3258
 
3259
- .e-pv-signature-dialog-height {
3259
+ .e-dialog.e-pv-signature-dialog-height {
3260
3260
  height: 550px;
3261
3261
  }
3262
3262
 
@@ -3257,7 +3257,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3257
3257
  padding: 0 7px;
3258
3258
  }
3259
3259
 
3260
- .e-pv-signature-dialog-height {
3260
+ .e-dialog.e-pv-signature-dialog-height {
3261
3261
  height: 550px;
3262
3262
  }
3263
3263