@syncfusion/ej2-react-pdfviewer 20.4.38 → 20.4.40

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,16 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I420988` - Now, the annotations are not delete while drag, resize or deleting the form fields.
10
+ - `#I422542` - Now, the strike through can now be added to free text annotations programmatically.
11
+ - `#I424231` - Now, the issue with the document's signature disappearing has been fixed.
12
+
13
+ ## 20.4.38 (2022-12-21)
14
+
15
+ ### PDF Viewer
16
+
17
+ #### Bug Fixes
18
+
9
19
  - `#F178667` - Now, the zero thickness property is applied to the form fields.
10
20
  - `#I421990` - Updating read-only to false for a form field is working properly.
11
21
  - `#I420531` - The free text annotations are no longer scaled on double clicks.
package/README.md CHANGED
@@ -163,4 +163,4 @@ Check the changelog [here](https://github.com/syncfusion/ej2-pdfviewer/blob/mast
163
163
 
164
164
  See [LICENSE FILE](https://github.com/syncfusion/ej2/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=react-pdf-viewer-npm) for more info.
165
165
 
166
- © Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
166
+ © Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
@@ -1,10 +1 @@
1
- /*!
2
- * filename: ej2-react-pdfviewer.min.js
3
- * version : 20.4.38
4
- * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
- * Use of this code is subject to the terms of our license.
6
- * A copy of the current license can be obtained at any time by e-mailing
7
- * licensing@syncfusion.com. Any infringement will be prosecuted under
8
- * applicable laws.
9
- */
10
1
  !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("SyncfusionPdfviewer"),require("SyncfusionReactBase"),require("React")):"function"==typeof define&&define.amd?define(["SyncfusionPdfviewer","SyncfusionReactBase","React"],t):"object"==typeof exports?exports.SyncfusionReactPdfviewer=t(require("SyncfusionPdfviewer"),require("SyncfusionReactBase"),require("React")):e.SyncfusionReactPdfviewer=t(e.SyncfusionPdfviewer,e.SyncfusionReactBase,e.React)}(this,function(e,t,n){return function(e){function t(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,t),o.l=!0,o.exports}var n={};return t.m=e,t.c=n,t.i=function(e){return e},t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=3)}([function(t,n){t.exports=e},function(e,n){e.exports=t},function(e,t,n){"use strict";var r=n(4);n.d(t,"a",function(){return r.a})},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(2);n.d(t,"PdfViewerComponent",function(){return r.a});var o=n(1);n.n(o);n.o(o,"Inject")&&n.d(t,"Inject",function(){return o.Inject});var i=n(0);n.n(i);for(var c in i)["PdfViewerComponent","Inject","default"].indexOf(c)<0&&function(e){n.d(t,e,function(){return i[e]})}(c)},function(e,t,n){"use strict";n.d(t,"a",function(){return u});var r=n(5),o=(n.n(r),n(0)),i=(n.n(o),n(1)),c=(n.n(i),this&&this.__extends||function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),u=function(e){function t(t){var n=e.call(this,t)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!0,n.immediateRender=!0,n.portals=[],n}return c(t,e),t.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return r.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));e.prototype.render.call(this),this.initRenderCalled=!0},t}(o.PdfViewer);n.i(i.applyMixins)(u,[i.ComponentBase,r.Component])},function(e,t){e.exports=n}])});
@@ -1,11 +1,2 @@
1
- /*!
2
- * filename: ej2-react-pdfviewer.umd.min.js
3
- * version : 20.4.38
4
- * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
- * Use of this code is subject to the terms of our license.
6
- * A copy of the current license can be obtained at any time by e-mailing
7
- * licensing@syncfusion.com. Any infringement will be prosecuted under
8
- * applicable laws.
9
- */
10
1
  !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("react"),require("@syncfusion/ej2-pdfviewer"),require("@syncfusion/ej2-react-base")):"function"==typeof define&&define.amd?define(["exports","react","@syncfusion/ej2-pdfviewer","@syncfusion/ej2-react-base"],t):t(e.ej={},e.React,e.ej2Pdfviewer,e.ej2ReactBase)}(this,function(e,t,n,r){"use strict";var i=function(){var e=function(t,n){return(e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(t,n)};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),o=function(e){function n(t){var n=e.call(this,t)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!0,n.immediateRender=!0,n.portals=[],n}return i(n,e),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return t.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));e.prototype.render.call(this),this.initRenderCalled=!0},n}(n.PdfViewer);r.applyMixins(o,[r.ComponentBase,t.Component]),e.Inject=r.Inject,e.PdfViewerComponent=o,Object.keys(n).forEach(function(t){e[t]=n[t]}),Object.defineProperty(e,"__esModule",{value:!0})});
11
2
  //# sourceMappingURL=ej2-react-pdfviewer.umd.min.js.map
package/package.json CHANGED
@@ -1,64 +1,64 @@
1
- {
2
- "_from": "@syncfusion/ej2-react-pdfviewer@*",
3
- "_id": "@syncfusion/ej2-react-pdfviewer@20.3.67",
4
- "_inBundle": false,
5
- "_integrity": "sha512-UrZqbjWbolQlMVlWWYIIQXG1BYpe6dt636N27/iC4HrE2T4VDaX220mVtrO52cqea13P3dn6EtuHBz37cHU7wA==",
6
- "_location": "/@syncfusion/ej2-react-pdfviewer",
7
- "_phantomChildren": {},
8
- "_requested": {
9
- "type": "range",
10
- "registry": true,
11
- "raw": "@syncfusion/ej2-react-pdfviewer@*",
12
- "name": "@syncfusion/ej2-react-pdfviewer",
13
- "escapedName": "@syncfusion%2fej2-react-pdfviewer",
14
- "scope": "@syncfusion",
15
- "rawSpec": "*",
16
- "saveSpec": null,
17
- "fetchSpec": "*"
18
- },
19
- "_requiredBy": [
20
- "/"
21
- ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-20.3.67.tgz",
23
- "_shasum": "1da0c36c0da0cb5da29ccbc2da33c7afa9084ae3",
24
- "_spec": "@syncfusion/ej2-react-pdfviewer@*",
25
- "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
26
- "author": {
27
- "name": "Syncfusion Inc."
28
- },
29
- "bugs": {
30
- "url": "https://github.com/syncfusion/ej2-react-ui-components/issues"
31
- },
32
- "bundleDependencies": false,
33
- "dependencies": {
34
- "@syncfusion/ej2-base": "~20.4.38",
35
- "@syncfusion/ej2-pdfviewer": "20.4.38",
36
- "@syncfusion/ej2-react-base": "~20.4.38"
37
- },
38
- "deprecated": false,
39
- "description": "Essential JS 2 PDF viewer Component for React",
40
- "devDependencies": {},
41
- "es2015": "dist/es6/ej2-react-pdfviewer.es2015.js",
42
- "homepage": "https://github.com/syncfusion/ej2-react-ui-components#readme",
43
- "keywords": [
44
- "ej2",
45
- "ej2-pdfviewer",
46
- "syncfusion",
47
- "pdf-viewer",
48
- "typescript",
49
- "react",
50
- "reactjs",
51
- "react-pdf-viewer",
52
- "javascript"
53
- ],
54
- "license": "SEE LICENSE IN license",
55
- "main": "./dist/ej2-react-pdfviewer.umd.min.js",
56
- "module": "./index.js",
57
- "name": "@syncfusion/ej2-react-pdfviewer",
58
- "repository": {
59
- "type": "git",
60
- "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
61
- },
62
- "version": "20.4.38",
63
- "sideEffects": false
64
- }
1
+ {
2
+ "_from": "@syncfusion/ej2-react-pdfviewer@*",
3
+ "_id": "@syncfusion/ej2-react-pdfviewer@20.3.67",
4
+ "_inBundle": false,
5
+ "_integrity": "sha512-UrZqbjWbolQlMVlWWYIIQXG1BYpe6dt636N27/iC4HrE2T4VDaX220mVtrO52cqea13P3dn6EtuHBz37cHU7wA==",
6
+ "_location": "/@syncfusion/ej2-react-pdfviewer",
7
+ "_phantomChildren": {},
8
+ "_requested": {
9
+ "type": "range",
10
+ "registry": true,
11
+ "raw": "@syncfusion/ej2-react-pdfviewer@*",
12
+ "name": "@syncfusion/ej2-react-pdfviewer",
13
+ "escapedName": "@syncfusion%2fej2-react-pdfviewer",
14
+ "scope": "@syncfusion",
15
+ "rawSpec": "*",
16
+ "saveSpec": null,
17
+ "fetchSpec": "*"
18
+ },
19
+ "_requiredBy": [
20
+ "/"
21
+ ],
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-20.3.67.tgz",
23
+ "_shasum": "1da0c36c0da0cb5da29ccbc2da33c7afa9084ae3",
24
+ "_spec": "@syncfusion/ej2-react-pdfviewer@*",
25
+ "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
26
+ "author": {
27
+ "name": "Syncfusion Inc."
28
+ },
29
+ "bugs": {
30
+ "url": "https://github.com/syncfusion/ej2-react-ui-components/issues"
31
+ },
32
+ "bundleDependencies": false,
33
+ "dependencies": {
34
+ "@syncfusion/ej2-base": "~20.4.40",
35
+ "@syncfusion/ej2-pdfviewer": "20.4.40",
36
+ "@syncfusion/ej2-react-base": "~20.4.40"
37
+ },
38
+ "deprecated": false,
39
+ "description": "Essential JS 2 PDF viewer Component for React",
40
+ "devDependencies": {},
41
+ "es2015": "dist/es6/ej2-react-pdfviewer.es2015.js",
42
+ "homepage": "https://github.com/syncfusion/ej2-react-ui-components#readme",
43
+ "keywords": [
44
+ "ej2",
45
+ "ej2-pdfviewer",
46
+ "syncfusion",
47
+ "pdf-viewer",
48
+ "typescript",
49
+ "react",
50
+ "reactjs",
51
+ "react-pdf-viewer",
52
+ "javascript"
53
+ ],
54
+ "license": "SEE LICENSE IN license",
55
+ "main": "./dist/ej2-react-pdfviewer.umd.min.js",
56
+ "module": "./index.js",
57
+ "name": "@syncfusion/ej2-react-pdfviewer",
58
+ "repository": {
59
+ "type": "git",
60
+ "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
61
+ },
62
+ "version": "20.4.40",
63
+ "sideEffects": false
64
+ }