@syncfusion/ej2-react-pdfviewer 20.4.54 → 21.1.35

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,53 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I437765` - Now, the script error does not occur when the update form field value API is used when a signature already has signature content.
10
+ - `#F180666` - Now, the exception does not occur while downloading the document after adding the type and uploading the handwritten signature and initial annotation.
11
+ - `#I428493` - Now, the signature image in the signature field is visible while printing in the other viewers changes made on the server side.
12
+ - `#I441773` - Now, the annotation positions are moving properly.
13
+ - Now, the `PDFium` package has been updated.
14
+ - `#I438960` - Now, the different culture date time is working properly while exporting annotations.
15
+ - `#I444307` - Now, the check box is not added to the left-most corner of the page.
16
+ - `#I444707` - Now, the signature dialog box footer button alignment is proper in the fluent theme.
17
+ - `#I440251` - Now, the typed handwritten signature is not broken into a new line after downloading and viewing in other viewers.
18
+ - `#I429508` - Now, the form fields appear properly in mobile mode.
19
+ - `#I433831` - The A4 document size is now properly set during printing.
20
+ - `#F180764` - Now, if you move the arrow or line annotations programmatically, their position won't be changed during export.
21
+ - `#I429549` - Now, the checkbox displays properly during the print preview.
22
+ - `#I436286` - Now that the enable shape annotation is false, the script error no longer occurs.
23
+ - `#I429775` - Now, the problem with some specific document's slow rendering has been resolved.
24
+ - `#I437396` - Now, when the page's zoom level is higher, the resizer will not enable inside the annotation.
25
+ - `#I435370` - Now, the border color is preserved properly for the transparent textbox field.
26
+ - `#I438421` - Now, the script error does not occur while loading an annotation restricted document when the `enableAnnotation` API is set to false.
27
+ - `#F180082` - Now, while adding the text markup annotation programmatically, the text markup content is added properly.
28
+ - `#I434198` - Now, the custom stamp is added properly on the form fields.
29
+ - `#I180081` - Now, when attempting to delete a post in the comment panel, the annotations are not deleted from the comment panel.
30
+ - `#I431466` - Now, the toolbar behavior is stable in mobile mode.
31
+ - `#I432820`, `#I432145`, `#F179720` - Now, the formFields with the same name in non-rendered pages are downloaded successfully.
32
+ - `#I429549` - Now, the checkboxes are no longer offset to the right in the print preview.
33
+ - `#I429288` - Now, the delete option for a draw signature type will be visible in the context menu.
34
+ - `#I431758` - Now, the checkboxes with the same name are correctly selected.
35
+ - `#I429416` - The checkbox layer is now rendered properly when loading the provided PDF document.
36
+ - `#I431679` - Now, the handwritten signature does not become empty when a random signature is added.
37
+ - `#I431466` - Now, the toolbar icon is properly visible in mobile mode.
38
+ - `#I431286` - Now, the radio button selector size is proper in the given document.
39
+ - `#I408530`, `#I428623` - Now, the free text annotations do not shift towards the left side in edit mode.
40
+
41
+ #### New Features
42
+
43
+ - `#I344527` - Now, the support provided is navigated to the next and previous signature field in the form designer.
44
+ - `#I443775` - Now, support is provided for the saving type and image signatures in the form fields.
45
+ - Now, the JSON structure has been modified based on the PDF library.
46
+ - `#I411856` - Now, support is provided to render the accessibility tags in the PDF Viewer.
47
+ - `#I426307` - Improvements to page rendering for zoom levels under 25% by using thumbnail images.
48
+ - Now, support is provided for the tab navigation in the form fields and form designer.
49
+
50
+ ## 20.4.54 (2023-03-14)
51
+
52
+ ### PDF Viewer
53
+
54
+ #### Bug Fixes
55
+
9
56
  - `#I438960` - Now, different culture date time is working properly while exporting annotations.
10
57
  - `#I444307` - Now, the check box is not added to the left-most corner of the page.
11
58
  - `#I444707` - Now, signature dialog box footer button alignment is proper in fluent theme.
package/diConfig.json CHANGED
@@ -209,6 +209,66 @@
209
209
  {
210
210
  "propertyName": "formFieldCollections",
211
211
  "baseClass": "FormFieldCollections"
212
+ },
213
+ {
214
+ "propertyName": "customStamp",
215
+ "baseClass": "CustomStamp"
216
+ },
217
+ {
218
+ "propertyName": "signatureFieldSettings",
219
+ "baseClass": "SignatureFieldSettings"
220
+ },
221
+ {
222
+ "propertyName": "initialFieldSettings",
223
+ "baseClass": "InitialFieldSettings"
224
+ },
225
+ {
226
+ "propertyName": "signatureDialogSettings",
227
+ "baseClass": "SignatureDialogSettings"
228
+ },
229
+ {
230
+ "propertyName": "inkAnnotationSettings",
231
+ "baseClass": "InkAnnotationSettings"
232
+ },
233
+ {
234
+ "propertyName": "annotationSettings",
235
+ "baseClass": "AnnotationSettings"
236
+ },
237
+ {
238
+ "propertyName": "tileRenderingSettings",
239
+ "baseClass": "TileRenderingSettings"
240
+ },
241
+ {
242
+ "propertyName": "scrollSettings",
243
+ "baseClass": "ScrollSettings"
244
+ },
245
+ {
246
+ "propertyName": "contextMenuSettings",
247
+ "baseClass": "ContextMenuSettings"
248
+ },
249
+ {
250
+ "propertyName": "passwordFieldSettings",
251
+ "baseClass": "PasswordFieldSettings"
252
+ },
253
+ {
254
+ "propertyName": "checkBoxFieldSettings",
255
+ "baseClass": "CheckBoxFieldSettings"
256
+ },
257
+ {
258
+ "propertyName": "radioButtonFieldSettings",
259
+ "baseClass": "RadioButtonFieldSettings"
260
+ },
261
+ {
262
+ "propertyName": "DropdownFieldSettings",
263
+ "baseClass": "DropdownFieldSettings"
264
+ },
265
+ {
266
+ "propertyName": "listBoxFieldSettings",
267
+ "baseClass": "ListBoxFieldSettings"
268
+ },
269
+ {
270
+ "propertyName": "textFieldSettings",
271
+ "baseClass": "TextFieldSettings"
212
272
  }
213
273
  ],
214
274
  "blazorDependency": [
@@ -1,10 +1,10 @@
1
1
  /*!
2
2
  * filename: ej2-react-pdfviewer.min.js
3
- * version : 20.4.54
3
+ * version : 21.1.35
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
7
7
  * licensing@syncfusion.com. Any infringement will be prosecuted under
8
8
  * applicable laws.
9
9
  */
10
- !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}])});
10
+ !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.statelessTemplateProps=null,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,11 @@
1
1
  /*!
2
2
  * filename: ej2-react-pdfviewer.umd.min.js
3
- * version : 20.4.54
3
+ * version : 21.1.35
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
7
7
  * licensing@syncfusion.com. Any infringement will be prosecuted under
8
8
  * applicable laws.
9
9
  */
10
- !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})});
10
+ !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.statelessTemplateProps=null,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
11
  //# sourceMappingURL=ej2-react-pdfviewer.umd.min.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ej2-react-pdfviewer.umd.min.js","sources":["../src/pdfviewer/pdfviewer.component.js"],"sourcesContent":["var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nimport * as React from 'react';\nimport { PdfViewer } from '@syncfusion/ej2-pdfviewer';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * `Represents the react PdfViewer Component.\n * ```tsx\n * <PdfViewerComponent />\n * ```\n */\nvar PdfViewerComponent = /** @class */ (function (_super) {\n __extends(PdfViewerComponent, _super);\n function PdfViewerComponent(props) {\n var _this = _super.call(this, props) || this;\n _this.initRenderCalled = false;\n _this.checkInjectedModules = true;\n _this.immediateRender = true;\n _this.portals = [];\n return _this;\n }\n PdfViewerComponent.prototype.render = function () {\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n _super.prototype.render.call(this);\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('div', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n };\n return PdfViewerComponent;\n}(PdfViewer));\nexport { PdfViewerComponent };\napplyMixins(PdfViewerComponent, [ComponentBase, React.Component]);\n"],"names":["__extends","extendStatics","d","b","Object","setPrototypeOf","__proto__","Array","p","hasOwnProperty","__","this","constructor","prototype","create","PdfViewerComponent","_super","props","_this","call","initRenderCalled","checkInjectedModules","immediateRender","portals","render","element","refreshing","isReactForeceUpdate","React.createElement","getDefaultAttributes","concat","children","PdfViewer","ej2ReactBase","ComponentBase","React.Component"],"mappings":"8XAAA,IAAIA,EAAwC,WACxC,IAAIC,EAAgB,SAAUC,EAAGC,GAI7B,OAHAF,EAAgBG,OAAOC,iBAChBC,wBAA2BC,OAAS,SAAUL,EAAGC,GAAKD,EAAEI,UAAYH,IACvE,SAAUD,EAAGC,GAAK,IAAK,IAAIK,KAAKL,EAAOA,EAAEM,eAAeD,KAAIN,EAAEM,GAAKL,EAAEK,MACpDN,EAAGC,IAE5B,OAAO,SAAUD,EAAGC,GAEhB,SAASO,IAAOC,KAAKC,YAAcV,EADnCD,EAAcC,EAAGC,GAEjBD,EAAEW,UAAkB,OAANV,EAAaC,OAAOU,OAAOX,IAAMO,EAAGG,UAAYV,EAAEU,UAAW,IAAIH,IAV3C,GAsBxCK,EAAoC,SAAUC,GAE9C,SAASD,EAAmBE,GACxB,IAAIC,EAAQF,EAAOG,KAAKR,KAAMM,IAAUN,KAKxC,OAJAO,EAAME,kBAAmB,EACzBF,EAAMG,sBAAuB,EAC7BH,EAAMI,iBAAkB,EACxBJ,EAAMK,WACCL,EAWX,OAlBAlB,EAAUe,EAAoBC,GAS9BD,EAAmBF,UAAUW,OAAS,WAClC,KAAMb,KAAKc,UAAYd,KAAKS,kBAAqBT,KAAKe,aAAgBf,KAAKgB,oBAKvE,OAAOC,gBAAoB,MAAOjB,KAAKkB,0BAA2BC,OAAOnB,KAAKM,MAAMc,SAAUpB,KAAKY,UAJnGP,EAAOH,UAAUW,OAAOL,KAAKR,MAC7BA,KAAKS,kBAAmB,GAMzBL,GACTiB,aACFC,cACYlB,GAAqBmB,gBAAeC"}
1
+ {"version":3,"file":"ej2-react-pdfviewer.umd.min.js","sources":["../src/pdfviewer/pdfviewer.component.js"],"sourcesContent":["var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nimport * as React from 'react';\nimport { PdfViewer } from '@syncfusion/ej2-pdfviewer';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * `Represents the react PdfViewer Component.\n * ```tsx\n * <PdfViewerComponent />\n * ```\n */\nvar PdfViewerComponent = /** @class */ (function (_super) {\n __extends(PdfViewerComponent, _super);\n function PdfViewerComponent(props) {\n var _this = _super.call(this, props) || this;\n _this.initRenderCalled = false;\n _this.checkInjectedModules = true;\n _this.statelessTemplateProps = null;\n _this.immediateRender = true;\n _this.portals = [];\n return _this;\n }\n PdfViewerComponent.prototype.render = function () {\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n _super.prototype.render.call(this);\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('div', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n };\n return PdfViewerComponent;\n}(PdfViewer));\nexport { PdfViewerComponent };\napplyMixins(PdfViewerComponent, [ComponentBase, React.Component]);\n"],"names":["__extends","extendStatics","d","b","Object","setPrototypeOf","__proto__","Array","p","hasOwnProperty","__","this","constructor","prototype","create","PdfViewerComponent","_super","props","_this","call","initRenderCalled","checkInjectedModules","statelessTemplateProps","immediateRender","portals","render","element","refreshing","isReactForeceUpdate","React.createElement","getDefaultAttributes","concat","children","PdfViewer","ej2ReactBase","ComponentBase","React.Component"],"mappings":"8XAAA,IAAIA,EAAwC,WACxC,IAAIC,EAAgB,SAAUC,EAAGC,GAI7B,OAHAF,EAAgBG,OAAOC,iBAChBC,wBAA2BC,OAAS,SAAUL,EAAGC,GAAKD,EAAEI,UAAYH,IACvE,SAAUD,EAAGC,GAAK,IAAK,IAAIK,KAAKL,EAAOA,EAAEM,eAAeD,KAAIN,EAAEM,GAAKL,EAAEK,MACpDN,EAAGC,IAE5B,OAAO,SAAUD,EAAGC,GAEhB,SAASO,IAAOC,KAAKC,YAAcV,EADnCD,EAAcC,EAAGC,GAEjBD,EAAEW,UAAkB,OAANV,EAAaC,OAAOU,OAAOX,IAAMO,EAAGG,UAAYV,EAAEU,UAAW,IAAIH,IAV3C,GAsBxCK,EAAoC,SAAUC,GAE9C,SAASD,EAAmBE,GACxB,IAAIC,EAAQF,EAAOG,KAAKR,KAAMM,IAAUN,KAMxC,OALAO,EAAME,kBAAmB,EACzBF,EAAMG,sBAAuB,EAC7BH,EAAMI,uBAAyB,KAC/BJ,EAAMK,iBAAkB,EACxBL,EAAMM,WACCN,EAWX,OAnBAlB,EAAUe,EAAoBC,GAU9BD,EAAmBF,UAAUY,OAAS,WAClC,KAAMd,KAAKe,UAAYf,KAAKS,kBAAqBT,KAAKgB,aAAgBhB,KAAKiB,oBAKvE,OAAOC,gBAAoB,MAAOlB,KAAKmB,0BAA2BC,OAAOpB,KAAKM,MAAMe,SAAUrB,KAAKa,UAJnGR,EAAOH,UAAUY,OAAON,KAAKR,MAC7BA,KAAKS,kBAAmB,GAMzBL,GACTkB,aACFC,cACYnB,GAAqBoB,gBAAeC"}
@@ -13,6 +13,7 @@ class PdfViewerComponent extends PdfViewer {
13
13
  super(props);
14
14
  this.initRenderCalled = false;
15
15
  this.checkInjectedModules = true;
16
+ this.statelessTemplateProps = null;
16
17
  this.immediateRender = true;
17
18
  this.portals = [];
18
19
  }
@@ -1 +1 @@
1
- {"version":3,"file":"ej2-react-pdfviewer.es2015.js","sources":["../src/es6/pdfviewer/pdfviewer.component.js"],"sourcesContent":["import * as React from 'react';\nimport { PdfViewer } from '@syncfusion/ej2-pdfviewer';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * `Represents the react PdfViewer Component.\n * ```tsx\n * <PdfViewerComponent />\n * ```\n */\nexport class PdfViewerComponent extends PdfViewer {\n constructor(props) {\n super(props);\n this.initRenderCalled = false;\n this.checkInjectedModules = true;\n this.immediateRender = true;\n this.portals = [];\n }\n render() {\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n super.render();\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('div', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n }\n}\napplyMixins(PdfViewerComponent, [ComponentBase, React.Component]);\n"],"names":["React.createElement","React.Component"],"mappings":";;;;AAGA;;;;;;AAMA,AAAO,MAAM,kBAAkB,SAAS,SAAS,CAAC;IAC9C,WAAW,CAAC,KAAK,EAAE;QACf,KAAK,CAAC,KAAK,CAAC,CAAC;QACb,IAAI,CAAC,gBAAgB,GAAG,KAAK,CAAC;QAC9B,IAAI,CAAC,oBAAoB,GAAG,IAAI,CAAC;QACjC,IAAI,CAAC,eAAe,GAAG,IAAI,CAAC;QAC5B,IAAI,CAAC,OAAO,GAAG,EAAE,CAAC;KACrB;IACD,MAAM,GAAG;QACL,IAAI,CAAC,CAAC,IAAI,CAAC,OAAO,IAAI,CAAC,IAAI,CAAC,gBAAgB,KAAK,IAAI,CAAC,UAAU,KAAK,CAAC,IAAI,CAAC,mBAAmB,EAAE;YAC5F,KAAK,CAAC,MAAM,EAAE,CAAC;YACf,IAAI,CAAC,gBAAgB,GAAG,IAAI,CAAC;SAChC;aACI;YACD,OAAOA,aAAmB,CAAC,KAAK,EAAE,IAAI,CAAC,oBAAoB,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,QAAQ,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC;SAChH;KACJ;CACJ;AACD,WAAW,CAAC,kBAAkB,EAAE,CAAC,aAAa,EAAEC,SAAe,CAAC,CAAC,CAAC;;;;;;"}
1
+ {"version":3,"file":"ej2-react-pdfviewer.es2015.js","sources":["../src/es6/pdfviewer/pdfviewer.component.js"],"sourcesContent":["import * as React from 'react';\nimport { PdfViewer } from '@syncfusion/ej2-pdfviewer';\nimport { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';\n/**\n * `Represents the react PdfViewer Component.\n * ```tsx\n * <PdfViewerComponent />\n * ```\n */\nexport class PdfViewerComponent extends PdfViewer {\n constructor(props) {\n super(props);\n this.initRenderCalled = false;\n this.checkInjectedModules = true;\n this.statelessTemplateProps = null;\n this.immediateRender = true;\n this.portals = [];\n }\n render() {\n if (((this.element && !this.initRenderCalled) || this.refreshing) && !this.isReactForeceUpdate) {\n super.render();\n this.initRenderCalled = true;\n }\n else {\n return React.createElement('div', this.getDefaultAttributes(), [].concat(this.props.children, this.portals));\n }\n }\n}\napplyMixins(PdfViewerComponent, [ComponentBase, React.Component]);\n"],"names":["React.createElement","React.Component"],"mappings":";;;;AAGA;;;;;;AAMA,AAAO,MAAM,kBAAkB,SAAS,SAAS,CAAC;IAC9C,WAAW,CAAC,KAAK,EAAE;QACf,KAAK,CAAC,KAAK,CAAC,CAAC;QACb,IAAI,CAAC,gBAAgB,GAAG,KAAK,CAAC;QAC9B,IAAI,CAAC,oBAAoB,GAAG,IAAI,CAAC;QACjC,IAAI,CAAC,sBAAsB,GAAG,IAAI,CAAC;QACnC,IAAI,CAAC,eAAe,GAAG,IAAI,CAAC;QAC5B,IAAI,CAAC,OAAO,GAAG,EAAE,CAAC;KACrB;IACD,MAAM,GAAG;QACL,IAAI,CAAC,CAAC,IAAI,CAAC,OAAO,IAAI,CAAC,IAAI,CAAC,gBAAgB,KAAK,IAAI,CAAC,UAAU,KAAK,CAAC,IAAI,CAAC,mBAAmB,EAAE;YAC5F,KAAK,CAAC,MAAM,EAAE,CAAC;YACf,IAAI,CAAC,gBAAgB,GAAG,IAAI,CAAC;SAChC;aACI;YACD,OAAOA,aAAmB,CAAC,KAAK,EAAE,IAAI,CAAC,oBAAoB,EAAE,EAAE,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,QAAQ,EAAE,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC;SAChH;KACJ;CACJ;AACD,WAAW,CAAC,kBAAkB,EAAE,CAAC,aAAa,EAAEC,SAAe,CAAC,CAAC,CAAC;;;;;;"}
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-react-pdfviewer@*",
3
- "_id": "@syncfusion/ej2-react-pdfviewer@20.4.53",
3
+ "_id": "@syncfusion/ej2-react-pdfviewer@20.6.9",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-Bv7lMOSvwMC39voyiQWSS70zqg2/O/se4iNyFxGlo/Q9it8VwuK2zWR2ROMSaq6lOtZI2oMkvJMkDasmdzEO/A==",
5
+ "_integrity": "sha512-QnPeLpP6SxQEQAwOFBCZmNSC0UhsN+FVu6Pocm8iPj73qoM3metcaOG+XPB0Ajb5F9JUdWMXMZtvzptKPheuFg==",
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": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-20.4.53.tgz",
23
- "_shasum": "720f274fb9e1d36656e1057ee3277d4405964c78",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-20.6.9.tgz",
23
+ "_shasum": "1b37d2d284940c6f0c1447f2a8e3fcd592200d00",
24
24
  "_spec": "@syncfusion/ej2-react-pdfviewer@*",
25
- "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_21.1.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.4.51",
35
- "@syncfusion/ej2-pdfviewer": "20.4.54",
36
- "@syncfusion/ej2-react-base": "~20.4.54"
34
+ "@syncfusion/ej2-base": "~21.1.35",
35
+ "@syncfusion/ej2-pdfviewer": "21.1.35",
36
+ "@syncfusion/ej2-react-base": "~21.1.35"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 PDF viewer Component for React",
@@ -54,6 +54,6 @@
54
54
  "type": "git",
55
55
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
56
56
  },
57
- "version": "20.4.54",
57
+ "version": "21.1.35",
58
58
  "sideEffects": false
59
59
  }
@@ -15,6 +15,7 @@ export declare class PdfViewerComponent extends PdfViewer {
15
15
  private getDefaultAttributes;
16
16
  initRenderCalled: boolean;
17
17
  private checkInjectedModules;
18
+ private statelessTemplateProps;
18
19
  private immediateRender;
19
20
  props: Readonly<{
20
21
  children?: React.ReactNode | React.ReactNode[];
@@ -26,6 +26,7 @@ var PdfViewerComponent = /** @class */ (function (_super) {
26
26
  var _this = _super.call(this, props) || this;
27
27
  _this.initRenderCalled = false;
28
28
  _this.checkInjectedModules = true;
29
+ _this.statelessTemplateProps = null;
29
30
  _this.immediateRender = true;
30
31
  _this.portals = [];
31
32
  return _this;
@@ -1074,7 +1074,7 @@ input.e-pv-input-password::-ms-reveal {
1074
1074
  }
1075
1075
 
1076
1076
  .e-pv-password-popup.e-dialog {
1077
- height: 198px;
1077
+ height: 240px;
1078
1078
  margin: 0 10px;
1079
1079
  max-width: 500px;
1080
1080
  }
@@ -1759,7 +1759,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1759
1759
  }
1760
1760
 
1761
1761
  .e-pv-notification-popup.e-pv-notification-large-content {
1762
- height: 205px;
1762
+ height: 278px;
1763
1763
  max-width: 400px;
1764
1764
  }
1765
1765
 
@@ -2412,6 +2412,11 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2412
2412
  height: 240px;
2413
2413
  }
2414
2414
 
2415
+ .e-bigger .e-pv-password-popup.e-dialog,
2416
+ .e-pv-mobile-view .e-pv-password-popup.e-dialog {
2417
+ height: 270px;
2418
+ }
2419
+
2415
2420
  .e-bigger .e-pv-notification-popup.e-dialog,
2416
2421
  .e-pv-mobile-view .e-pv-notification-popup.e-dialog {
2417
2422
  height: 195px;
@@ -2422,6 +2427,11 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2422
2427
  height: 220px;
2423
2428
  }
2424
2429
 
2430
+ .e-bigger .e-pv-notification-popup.e-pv-notification-large-content.e-dialog,
2431
+ .e-pv-mobile-view .e-pv-notification-popup.e-pv-notification-large-content.e-dialog {
2432
+ height: 280px;
2433
+ }
2434
+
2425
2435
  .e-bigger .e-pv-corrupted-popup.e-dialog,
2426
2436
  .e-pv-mobile-view .e-pv-corrupted-popup.e-dialog {
2427
2437
  height: 198px;
@@ -3420,7 +3430,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3420
3430
  }
3421
3431
 
3422
3432
  .e-pv-properties-form-field-window {
3423
- height: 479px;
3433
+ height: 555px;
3434
+ }
3435
+
3436
+ .e-bigger .e-pv-properties-form-field-window {
3437
+ height: 585px;
3424
3438
  }
3425
3439
 
3426
3440
  .e-pv-properties-header-spliter {
@@ -3453,8 +3467,13 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3453
3467
  }
3454
3468
 
3455
3469
  .e-dialog.e-pv-signature-dialog-height {
3456
- height: 555px;
3457
- min-height: 555px;
3470
+ height: 591px;
3471
+ min-height: 591px;
3472
+ }
3473
+
3474
+ .e-bigger .e-dialog.e-pv-signature-dialog-height {
3475
+ height: 627px;
3476
+ min-height: 591px;
3458
3477
  }
3459
3478
 
3460
3479
  .e-bigger .e-pv-signature-dialog-height {
@@ -3463,7 +3482,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3463
3482
 
3464
3483
  .e-dialog.e-pv-signature-dialog-blazor-height {
3465
3484
  height: 535px;
3466
- min-height: 555px;
3485
+ min-height: 591px;
3467
3486
  }
3468
3487
 
3469
3488
  .e-pv-handwritten-signature-canvas {
package/styles/fluent.css CHANGED
@@ -1074,7 +1074,7 @@ input.e-pv-input-password::-ms-reveal {
1074
1074
  }
1075
1075
 
1076
1076
  .e-pv-password-popup.e-dialog {
1077
- height: 198px;
1077
+ height: 240px;
1078
1078
  margin: 0 10px;
1079
1079
  max-width: 500px;
1080
1080
  }
@@ -1759,7 +1759,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1759
1759
  }
1760
1760
 
1761
1761
  .e-pv-notification-popup.e-pv-notification-large-content {
1762
- height: 205px;
1762
+ height: 278px;
1763
1763
  max-width: 400px;
1764
1764
  }
1765
1765
 
@@ -2412,6 +2412,11 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2412
2412
  height: 240px;
2413
2413
  }
2414
2414
 
2415
+ .e-bigger .e-pv-password-popup.e-dialog,
2416
+ .e-pv-mobile-view .e-pv-password-popup.e-dialog {
2417
+ height: 270px;
2418
+ }
2419
+
2415
2420
  .e-bigger .e-pv-notification-popup.e-dialog,
2416
2421
  .e-pv-mobile-view .e-pv-notification-popup.e-dialog {
2417
2422
  height: 195px;
@@ -2422,6 +2427,11 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2422
2427
  height: 220px;
2423
2428
  }
2424
2429
 
2430
+ .e-bigger .e-pv-notification-popup.e-pv-notification-large-content.e-dialog,
2431
+ .e-pv-mobile-view .e-pv-notification-popup.e-pv-notification-large-content.e-dialog {
2432
+ height: 280px;
2433
+ }
2434
+
2425
2435
  .e-bigger .e-pv-corrupted-popup.e-dialog,
2426
2436
  .e-pv-mobile-view .e-pv-corrupted-popup.e-dialog {
2427
2437
  height: 198px;
@@ -3420,7 +3430,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3420
3430
  }
3421
3431
 
3422
3432
  .e-pv-properties-form-field-window {
3423
- height: 479px;
3433
+ height: 555px;
3434
+ }
3435
+
3436
+ .e-bigger .e-pv-properties-form-field-window {
3437
+ height: 585px;
3424
3438
  }
3425
3439
 
3426
3440
  .e-pv-properties-header-spliter {
@@ -3453,8 +3467,13 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3453
3467
  }
3454
3468
 
3455
3469
  .e-dialog.e-pv-signature-dialog-height {
3456
- height: 555px;
3457
- min-height: 555px;
3470
+ height: 591px;
3471
+ min-height: 591px;
3472
+ }
3473
+
3474
+ .e-bigger .e-dialog.e-pv-signature-dialog-height {
3475
+ height: 627px;
3476
+ min-height: 591px;
3458
3477
  }
3459
3478
 
3460
3479
  .e-bigger .e-pv-signature-dialog-height {
@@ -3463,7 +3482,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3463
3482
 
3464
3483
  .e-dialog.e-pv-signature-dialog-blazor-height {
3465
3484
  height: 535px;
3466
- min-height: 555px;
3485
+ min-height: 591px;
3467
3486
  }
3468
3487
 
3469
3488
  .e-pv-handwritten-signature-canvas {
@@ -2392,11 +2392,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2392
2392
  border-color: transparent;
2393
2393
  }
2394
2394
 
2395
- .e-btn.e-outline.e-primary,
2396
- .e-css.e-btn.e-outline.e-primary {
2397
- color: #d71456;
2398
- }
2399
-
2400
2395
  .e-pdfviewer .e-editable-inline .e-editable-form {
2401
2396
  margin-bottom: 1px;
2402
2397
  }
@@ -1074,7 +1074,7 @@ input.e-pv-input-password::-ms-reveal {
1074
1074
  }
1075
1075
 
1076
1076
  .e-pv-password-popup.e-dialog {
1077
- height: 198px;
1077
+ height: 240px;
1078
1078
  margin: 0 10px;
1079
1079
  max-width: 500px;
1080
1080
  }
@@ -1759,7 +1759,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1759
1759
  }
1760
1760
 
1761
1761
  .e-pv-notification-popup.e-pv-notification-large-content {
1762
- height: 205px;
1762
+ height: 278px;
1763
1763
  max-width: 400px;
1764
1764
  }
1765
1765
 
@@ -2412,6 +2412,11 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2412
2412
  height: 240px;
2413
2413
  }
2414
2414
 
2415
+ .e-bigger .e-pv-password-popup.e-dialog,
2416
+ .e-pv-mobile-view .e-pv-password-popup.e-dialog {
2417
+ height: 270px;
2418
+ }
2419
+
2415
2420
  .e-bigger .e-pv-notification-popup.e-dialog,
2416
2421
  .e-pv-mobile-view .e-pv-notification-popup.e-dialog {
2417
2422
  height: 195px;
@@ -2422,6 +2427,11 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2422
2427
  height: 220px;
2423
2428
  }
2424
2429
 
2430
+ .e-bigger .e-pv-notification-popup.e-pv-notification-large-content.e-dialog,
2431
+ .e-pv-mobile-view .e-pv-notification-popup.e-pv-notification-large-content.e-dialog {
2432
+ height: 280px;
2433
+ }
2434
+
2425
2435
  .e-bigger .e-pv-corrupted-popup.e-dialog,
2426
2436
  .e-pv-mobile-view .e-pv-corrupted-popup.e-dialog {
2427
2437
  height: 198px;
@@ -3420,7 +3430,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3420
3430
  }
3421
3431
 
3422
3432
  .e-pv-properties-form-field-window {
3423
- height: 479px;
3433
+ height: 555px;
3434
+ }
3435
+
3436
+ .e-bigger .e-pv-properties-form-field-window {
3437
+ height: 585px;
3424
3438
  }
3425
3439
 
3426
3440
  .e-pv-properties-header-spliter {
@@ -3453,8 +3467,13 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3453
3467
  }
3454
3468
 
3455
3469
  .e-dialog.e-pv-signature-dialog-height {
3456
- height: 555px;
3457
- min-height: 555px;
3470
+ height: 591px;
3471
+ min-height: 591px;
3472
+ }
3473
+
3474
+ .e-bigger .e-dialog.e-pv-signature-dialog-height {
3475
+ height: 627px;
3476
+ min-height: 591px;
3458
3477
  }
3459
3478
 
3460
3479
  .e-bigger .e-pv-signature-dialog-height {
@@ -3463,7 +3482,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3463
3482
 
3464
3483
  .e-dialog.e-pv-signature-dialog-blazor-height {
3465
3484
  height: 535px;
3466
- min-height: 555px;
3485
+ min-height: 591px;
3467
3486
  }
3468
3487
 
3469
3488
  .e-pv-handwritten-signature-canvas {
@@ -1074,7 +1074,7 @@ input.e-pv-input-password::-ms-reveal {
1074
1074
  }
1075
1075
 
1076
1076
  .e-pv-password-popup.e-dialog {
1077
- height: 198px;
1077
+ height: 240px;
1078
1078
  margin: 0 10px;
1079
1079
  max-width: 500px;
1080
1080
  }
@@ -1759,7 +1759,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1759
1759
  }
1760
1760
 
1761
1761
  .e-pv-notification-popup.e-pv-notification-large-content {
1762
- height: 205px;
1762
+ height: 278px;
1763
1763
  max-width: 400px;
1764
1764
  }
1765
1765
 
@@ -2412,6 +2412,11 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2412
2412
  height: 240px;
2413
2413
  }
2414
2414
 
2415
+ .e-bigger .e-pv-password-popup.e-dialog,
2416
+ .e-pv-mobile-view .e-pv-password-popup.e-dialog {
2417
+ height: 270px;
2418
+ }
2419
+
2415
2420
  .e-bigger .e-pv-notification-popup.e-dialog,
2416
2421
  .e-pv-mobile-view .e-pv-notification-popup.e-dialog {
2417
2422
  height: 195px;
@@ -2422,6 +2427,11 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2422
2427
  height: 220px;
2423
2428
  }
2424
2429
 
2430
+ .e-bigger .e-pv-notification-popup.e-pv-notification-large-content.e-dialog,
2431
+ .e-pv-mobile-view .e-pv-notification-popup.e-pv-notification-large-content.e-dialog {
2432
+ height: 280px;
2433
+ }
2434
+
2425
2435
  .e-bigger .e-pv-corrupted-popup.e-dialog,
2426
2436
  .e-pv-mobile-view .e-pv-corrupted-popup.e-dialog {
2427
2437
  height: 198px;
@@ -3420,7 +3430,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3420
3430
  }
3421
3431
 
3422
3432
  .e-pv-properties-form-field-window {
3423
- height: 479px;
3433
+ height: 555px;
3434
+ }
3435
+
3436
+ .e-bigger .e-pv-properties-form-field-window {
3437
+ height: 585px;
3424
3438
  }
3425
3439
 
3426
3440
  .e-pv-properties-header-spliter {
@@ -3453,8 +3467,13 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3453
3467
  }
3454
3468
 
3455
3469
  .e-dialog.e-pv-signature-dialog-height {
3456
- height: 555px;
3457
- min-height: 555px;
3470
+ height: 591px;
3471
+ min-height: 591px;
3472
+ }
3473
+
3474
+ .e-bigger .e-dialog.e-pv-signature-dialog-height {
3475
+ height: 627px;
3476
+ min-height: 591px;
3458
3477
  }
3459
3478
 
3460
3479
  .e-bigger .e-pv-signature-dialog-height {
@@ -3463,7 +3482,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3463
3482
 
3464
3483
  .e-dialog.e-pv-signature-dialog-blazor-height {
3465
3484
  height: 535px;
3466
- min-height: 555px;
3485
+ min-height: 591px;
3467
3486
  }
3468
3487
 
3469
3488
  .e-pv-handwritten-signature-canvas {
@@ -2392,11 +2392,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2392
2392
  border-color: transparent;
2393
2393
  }
2394
2394
 
2395
- .e-btn.e-outline.e-primary,
2396
- .e-css.e-btn.e-outline.e-primary {
2397
- color: #d71456;
2398
- }
2399
-
2400
2395
  .e-pdfviewer .e-editable-inline .e-editable-form {
2401
2396
  margin-bottom: 1px;
2402
2397
  }