@syncfusion/ej2-react-pdfviewer 20.2.50 → 20.3.48

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,12 +6,74 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I406164` - Now, the Ink annotations from the import JSON file present on the last page.
10
+ - `#I406143` - Now, the Page Index property is present in the form field collections while adding the form fields.
11
+ - `#I406883` - Now, the Deleted ink annotations do not exist after scrolling the document.
12
+ - `#I408609` - Now, the Keyboard shortcuts are working properly.
13
+ - `#I383963` - Now, the Form fields are allowed to rename without affecting any other field.
14
+ - `#I406552` - Now, The removal of fields from other pages is prevented while the field is programmatically focused.
15
+ - `#I406586` - Now, Ink annotation is not missing in the annotation collection.
16
+ - `#I408087` - Now, adequate space in the type signature field.
17
+ - `#I404936` - Now, Typed signature is appeared from the downloaded document.
18
+ - `#I406793` - Now, two custom stamps can't be selected at the same time.
19
+
20
+ ## 20.3.47 (2022-09-29)
21
+
22
+ ### PDF Viewer
23
+
24
+ #### New Features
25
+
26
+ - `#I391994` - The document download performance has improved for larger PDF files, over 5000+ pages.
27
+
28
+ #### Bug Fixes
29
+
9
30
  - `#I397357` - Now, Radio button values update properly.
10
31
  - `#I401805` - Now, Form fields updates proper value on download.
11
32
  - `#I382837` - Now, Interaction on checkbox in mobile device is working fine.
12
33
  - `#I404631` - Now, `isFormDesignerToolbarVisible=true` property opens in the Form designer toolbar.
13
34
  - `#I385978` - Now, Free Text Annotations can be edited in iPhone, iPad and iPod Devices.
14
35
  - `#I403614` - Now, the annotation signature key not found error is resolved in the customer document.
36
+ - `#I403632` - Now, custom stamp position is not wrong on mobile device.
37
+ - `#I404420` - Now, Selection of the closely placed Signature Field is improved in Mobile devices.
38
+ - `#I403607` - Now, the Add Signature event is triggered when adding the signature, and the Remove Signature event is triggered while removing the signature.
39
+ - `#I397357` - Now, Radio button values update properly.
40
+ - `#I401805` - Now, Form fields updates the proper value on download.
41
+ - `#I382837` - Now, the interaction on a checkbox in the mobile device is working fine.
42
+ - `#I404631` - Now, `isFormDesignerToolbarVisible=true` property opens in the Form designer toolbar.
43
+ - `#I385978` - Now, Free Text Annotations can be edited on iPhone, iPad, and iPod Devices.
44
+ - `#I403614` - Now, the annotation signature key not found error is resolved in the customer document.
45
+ - `#I403632` - Now, the custom stamp position is not wrong on the mobile device.
46
+ - `#I404420` - Now, the Selection of the closely placed Signature Field is improved in Mobile devices.
47
+ - `#I403607` - Now, the Add Signature event is triggered when adding the signature, and the Remove Signature event is triggered while removing the signature.
48
+ - `#I176922` - Now, comments are not duplicated if a shape annotation is added inside an annotation.
49
+ - `#I390997`,`#I392717`,`#I394607` - The signature is now displayed and properly positioned in change the width and height and in the read-only mode of the document that was downloaded.
50
+ - `#I398911` - Provided support for suppressing the Digital signature without affecting the download of the same.
51
+ - `#I400958` - Now, Adding a signature field programmatically and from the UI level does not have the same signature field name.
52
+ - `#I398958` - Now, the Script error does not occur while adding signature and initial fields when enabling form field is false.
53
+ - `#I397605` - Now, If a portion of the free text annotation is outside the viewer, moving or resizing it will bring that annotation inside the viewer.
54
+ - `#I392269` - Now, considered both GUID and description while importing the annotations.
55
+ - `#I398972` - Now, The Script error does not occur while saving the PDF consecutively with Calibrate perimeter control.
56
+ - `#I399220` - Now, Some form fields are not removed on reloading the downloaded document.
57
+ - `#I389566` - Now, The Script error does not occur while trying to change the PDF view to the text view in the sample.
58
+ - `#I369895` - When an image signature is added programmatically, the width is now properly maintained.
59
+ - `#I388895` - Now, stamp annotations comments display valid time in the comment panel for any culture.
60
+ - `#I391994` - Now, Programmatically able to add all form fields in read-only mode.
61
+ - `#I394117` - Now, Tapping a page with a signature field does not moves to another page on mobile devices.
62
+ - `#I395979` - Now, Deleted annotations are updated in the annotation collection properly.
63
+ - `#I369895` - Now, The selection and strike-through are now aligned properly.
64
+ - `#I389679` - Now, the form field color should not be changed on read-only mode.
65
+ - `#I383430` - Now, form fields do not generate duplicates while using CTRL c and CRTL v.
66
+ - `#I394763` - Now, form fields are not deleted while trying to delete the text with the delete key in the property dialog.
67
+ - `#I394979` - The problem with continuously and programmatically adding a signature image disappearing has been resolved.
68
+ - `#I397495` - Now, the signature and Initial field are visible in chrome downloaded in the PDF Viewer.
69
+ - `#F176687` - Now, markup text of Free Text annotation is proper for Arabic text.
70
+ - `#I386832` - Now if the `zoomMode` is set to `FitToWidth`, we can update or get the form field values properly.
71
+ - `#I394274`,`#I394827` - Now, the signature and initials are updated after the 10th page.
72
+ - `#I395889` - Now, the script error that occurs without injecting annotation has been fixed.
73
+ - `#F173061` - Now, we can able to zoom to a specific annotation if the annotation is not visible in the viewport.
74
+ - `#I396556` - Now, import and export for JSON and XFDF is the document working properly.
75
+ - `#I401240` - Now, search content text highlight is working fine.
76
+ - `#I401761`,`#I399940`,`#I405109`,`#I406172` - Now, the Page is not scrolled when deleting annotations using `deleteAnnotationById()` method.
15
77
 
16
78
  ## 20.2.49 (2022-09-13)
17
79
 
@@ -195,16 +257,16 @@
195
257
  - `#F173751` - Radio buttons that have been dynamically imported can now preserve its checked status.
196
258
  - `#I376227` - The issue with the PDF Viewer's annotation FillColor not updating correctly has been fixed.
197
259
  - `#I376346` - This issue with an annotation moving to the top of multiple pages has been resolved.
198
- - `#F173061`- A `zoomToRect()` method is now used to zoom a particular area multiple times with different scroll positions in the viewport.
260
+ - `#F173061` - A `zoomToRect()` method is now used to zoom a particular area multiple times with different scroll positions in the viewport.
199
261
  - `#I377714` - The problem with pinch zooming and form field position has been fixed.
200
262
  - `#I377638` - The issue with the Read Only radio button value changing when downloading has been fixed.
201
- - `#I378257`- The issue with the checkbox printing multiple times has been resolved.
263
+ - `#I378257` - The issue with the checkbox printing multiple times has been resolved.
202
264
  - `#I378394` - Changes to form field properties that are made using the `formFieldPropertiesChange` event are no longer lost is now working properly.
203
265
  - `#I379205` - Drawing a freehand signature when switching between tabs in the Add signature dialogue is no longer possible.
204
266
  - `#I379120` - The pixel quality of the handwritten signature has now improved.
205
267
  - `#I386899` - Issue with signature rendering is now resolved.
206
268
  - `#I383513` - When a textbox is marked as required, it no longer has a red border in the document that's been downloaded is now working properly.
207
- - `#I369733`- The free text annotation is no longer rotated when it is added programmatically to rotated documents.
269
+ - `#I369733` - The free text annotation is no longer rotated when it is added programmatically to rotated documents.
208
270
  - `#I383963` - Issue with cloned form field value is duplicated has been fixed.
209
271
 
210
272
  ## 20.1.60 (2022-06-14)
@@ -213,9 +275,9 @@
213
275
 
214
276
  #### Bug Fixes
215
277
 
216
- - `#I378257`- The issue with the checkbox printing multiple times has been resolved.
278
+ - `#I378257` - The issue with the checkbox printing multiple times has been resolved.
217
279
  - `#F173751` - Radio buttons that have been dynamically imported can now preserve its checked status.
218
- - `#F173061`- A `zoomToRect()` method is now used to zoom a particular area multiple times with different scroll positions in the viewport.
280
+ - `#F173061` - A `zoomToRect()` method is now used to zoom a particular area multiple times with different scroll positions in the viewport.
219
281
  - `#I371792` - Pan mode is now activated for all mobile devices by default.
220
282
  - `#I368423` - Now, rotation for form elements is considered.
221
283
  - `#I379205` - Drawing a freehand signature when switching between tabs in the Add signature dialogue is no longer possible.
@@ -266,33 +328,33 @@
266
328
 
267
329
  #### New Features
268
330
 
269
- - `#I368647`, `#I366041`- Exposed a method to focus form fields on a document.
270
- - `#I362221`, `#I364814`, `#I368380`, `#I363379`- Provided the support for field Id and field Name for the Form Fields events.
271
- - `#I353301`- Implemented the `GetPageNumberFromClientPoint`, `ConvertClientPointToPagePoint`, `ConvertPagePointToClientPoint`, `ConvertPagePointToScrollingPoint` and `zoomToRect` methods.
272
-
273
- #### Bug Fixes
274
-
275
- - `#I372732`- A signature in the signature field will be displayed in the downloaded document when the form field properties have been updated using the `updateFormFields` method.
276
- - `#I361979`- Now, signature fields with the same value for the name property will be visible when the document is downloaded and reloaded.
277
- - `#I367560`, `#I367313`- Improved the pinch-zoom in and out responsiveness in the mobile device.
278
- - `#I368770`, `#I373344`, `#I372215`- Now, the properties of text box fields are changed properly using the `textFieldSettings` property.
279
- - `#I369002`- A signature will be downloaded in the correct position for rotated and scanned documents.
280
- - `#I369554`- The form fields are now added horizontally to the page, even for rotated documents.
281
- - `#I371560`- Form fields in a rotated document will be rendered according to the field rotation.
282
- - `#I373137`- The `ArgumentOutOfRangeException` exception will no longer occur when extracting the text for the provided document.
283
- - `#I375548`, `#I374826`, `#I375215`, `#I376171`, `#I376531`- The `Microsoft.Extensions.Caching.Memory` was changed into a stable version.
284
- - `#I364871`- Now, the handwritten signature images and custom stamps will be resized proportionally.
285
- - `#I368168`- PDF Viewer toolbar appeared properly from view on zooming in mobile mode.
286
- - `#I370140`- The label content of calibrating annotations is correctly updated when their properties are edited programmatically.
287
- - `#I370758`- The Script error will no longer be thrown while downloading the document after adding the handwritten type signature on a mobile device.
288
- - `#I370904`- The signature collection and some signature properties are properly defined in the `addSignature` event on a mobile device.
289
- - `#I377746`- The PDF Viewer download button no longer opens the blob URL in Firefox for downloading the document.
290
- - `#I367878`- The Script error will no longer be thrown while clicking the form field for the second time.
291
- - `#I373785`- The initial field will no longer be undefined after filling the field.
292
- - `#I363381`- The `formFieldPropertiesChange` event triggers on removing the signature from the signature field.
293
- - `#I371825`- Now, the form fields will appear while scrolling through the different pages.
294
- - `#I371838`- The Custom stamp annotation will be rendered correctly for the PDF document provided.
295
- - `#I365736`, `#I366420`- In mobile devices, the Script error will no longer occur when adding the signature.
331
+ - `#I368647`, `#I366041` - Exposed a method to focus form fields on a document.
332
+ - `#I362221`, `#I364814`, `#I368380`, `#I363379` - Provided the support for field Id and field Name for the Form Fields events.
333
+ - `#I353301` - Implemented the `GetPageNumberFromClientPoint`, `ConvertClientPointToPagePoint`, `ConvertPagePointToClientPoint`, `ConvertPagePointToScrollingPoint` and `zoomToRect` methods.
334
+
335
+ #### Bug Fixes
336
+
337
+ - `#I372732` - A signature in the signature field will be displayed in the downloaded document when the form field properties have been updated using the `updateFormFields` method.
338
+ - `#I361979` - Now, signature fields with the same value for the name property will be visible when the document is downloaded and reloaded.
339
+ - `#I367560`, `#I367313` - Improved the pinch-zoom in and out responsiveness in the mobile device.
340
+ - `#I368770`, `#I373344`, `#I372215` - Now, the properties of text box fields are changed properly using the `textFieldSettings` property.
341
+ - `#I369002` - A signature will be downloaded in the correct position for rotated and scanned documents.
342
+ - `#I369554` - The form fields are now added horizontally to the page, even for rotated documents.
343
+ - `#I371560` - Form fields in a rotated document will be rendered according to the field rotation.
344
+ - `#I373137` - The `ArgumentOutOfRangeException` exception will no longer occur when extracting the text for the provided document.
345
+ - `#I375548`, `#I374826`, `#I375215`, `#I376171`, `#I376531` - The `Microsoft.Extensions.Caching.Memory` was changed into a stable version.
346
+ - `#I364871` - Now, the handwritten signature images and custom stamps will be resized proportionally.
347
+ - `#I368168` - PDF Viewer toolbar appeared properly from view on zooming in mobile mode.
348
+ - `#I370140` - The label content of calibrating annotations is correctly updated when their properties are edited programmatically.
349
+ - `#I370758` - The Script error will no longer be thrown while downloading the document after adding the handwritten type signature on a mobile device.
350
+ - `#I370904` - The signature collection and some signature properties are properly defined in the `addSignature` event on a mobile device.
351
+ - `#I377746` - The PDF Viewer download button no longer opens the blob URL in Firefox for downloading the document.
352
+ - `#I367878` - The Script error will no longer be thrown while clicking the form field for the second time.
353
+ - `#I373785` - The initial field will no longer be undefined after filling the field.
354
+ - `#I363381` - The `formFieldPropertiesChange` event triggers on removing the signature from the signature field.
355
+ - `#I371825` - Now, the form fields will appear while scrolling through the different pages.
356
+ - `#I371838` - The Custom stamp annotation will be rendered correctly for the PDF document provided.
357
+ - `#I365736`, `#I366420` - In mobile devices, the Script error will no longer occur when adding the signature.
296
358
 
297
359
  ## 20.1.52 (2022-05-04)
298
360
 
@@ -0,0 +1,10 @@
1
+ /*!
2
+ * filename: ej2-react-pdfviewer.min.js
3
+ * version : 20.3.48
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
+ !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,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-pdfviewer.umd.min.js
3
- * version : 20.2.50
3
+ * version : 20.3.48
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.49",
3
+ "_id": "@syncfusion/ej2-react-pdfviewer@20.3.47",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-6BcTndCEn8n9i8ziUIrOKMW4H2Ox5t8upT/GsHXq1hAzgnEg/fmVZQp4HpLvRg19ifrgCxlnse+gglulqUh71Q==",
5
+ "_integrity": "sha512-ql4qdge/Lhb3bAQw8IQRmEZdi89sx3mwNNvC/E3fUx4pGh7+aRRwUpavNKb3+odHHFXkITP8+X8TUIi1eaOSsQ==",
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.49.tgz",
23
- "_shasum": "25ec654efd3ce0e3f6c939529a2f3d604e6e5f4a",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-20.3.47.tgz",
23
+ "_shasum": "344b514984926b7228a3fc0a05d79282fd3d4a58",
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,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.2.48",
35
- "@syncfusion/ej2-pdfviewer": "20.2.50",
36
- "@syncfusion/ej2-react-base": "~20.2.45"
34
+ "@syncfusion/ej2-base": "~20.3.48",
35
+ "@syncfusion/ej2-pdfviewer": "20.3.48",
36
+ "@syncfusion/ej2-react-base": "~20.3.47"
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.2.50",
64
+ "version": "20.3.48",
65
65
  "sideEffects": false
66
66
  }
@@ -429,6 +429,7 @@
429
429
  }
430
430
 
431
431
  /*! component layout */
432
+ /* stylelint-disable property-no-vendor-prefix */
432
433
  .e-pdfviewer .e-pv-viewer-container {
433
434
  border-style: solid;
434
435
  border-width: 1px 1px 1px 0;
@@ -591,6 +592,8 @@
591
592
  width: 20px;
592
593
  }
593
594
 
595
+ /* stylelint-disable value-no-vendor-prefix */
596
+ /* stylelint-disable property-no-vendor-prefix */
594
597
  .e-pv-viewer-container {
595
598
  background-color: #1a1a1a;
596
599
  border-color: #505050;
@@ -741,7 +744,7 @@ input.e-pv-input-password::-ms-reveal {
741
744
  width: 10%;
742
745
  }
743
746
 
744
- .e-pv-gotopage-popup {
747
+ .e-dialog.e-pv-gotopage-popup {
745
748
  max-width: 500px;
746
749
  padding-left: 16px;
747
750
  padding-top: 16px;
@@ -2634,10 +2637,26 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2634
2637
  padding-bottom: 1px;
2635
2638
  }
2636
2639
 
2637
- .e-pdfviewer .e-pv-signature-window .e-footer-content .e-pv-clearbtn {
2640
+ .e-pdfviewer .e-pv-signature-window .e-footer-content {
2638
2641
  float: left;
2639
2642
  }
2640
2643
 
2644
+ .e-pv-signature-dialog-height .e-pv-clearbtn {
2645
+ float: left;
2646
+ height: 30px;
2647
+ min-height: 30px;
2648
+ }
2649
+
2650
+ .e-pv-signature-dialog-height .e-pv-cancelbtn {
2651
+ height: 30px;
2652
+ min-height: 30px;
2653
+ }
2654
+
2655
+ .e-pv-signature-dialog-height .e-pv-createbtn {
2656
+ height: 30px;
2657
+ min-height: 30px;
2658
+ }
2659
+
2641
2660
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2642
2661
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2643
2662
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
@@ -3089,7 +3108,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3089
3108
  -webkit-user-select: none;
3090
3109
  color: #000;
3091
3110
  display: block;
3092
- font-family: Roboto;
3111
+ font-family: "Roboto";
3093
3112
  font-size: 20px;
3094
3113
  font-style: normal;
3095
3114
  font-weight: 500;
@@ -3106,7 +3125,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3106
3125
  }
3107
3126
 
3108
3127
  .e-pv-form-field-property-header-general {
3109
- font-family: Roboto;
3128
+ font-family: "Roboto";
3110
3129
  font-size: 13px;
3111
3130
  font-style: normal;
3112
3131
  font-weight: 500;
@@ -3115,7 +3134,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3115
3134
 
3116
3135
  .e-pv-properties-formfield-formatting {
3117
3136
  color: #757575;
3118
- font-family: Roboto;
3137
+ font-family: "Roboto";
3119
3138
  font-size: 13px;
3120
3139
  font-style: normal;
3121
3140
  font-weight: normal;
@@ -3149,7 +3168,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3149
3168
 
3150
3169
  .e-pv-properties-formfield-label {
3151
3170
  color: #757575;
3152
- font-family: Roboto;
3171
+ font-family: "Roboto";
3153
3172
  font-size: 13px;
3154
3173
  font-style: normal;
3155
3174
  font-weight: normal;
@@ -3198,7 +3217,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3198
3217
  height: 570px;
3199
3218
  }
3200
3219
 
3201
- .e-pv-signature-dialog-blazor-height {
3220
+ .e-dialog.e-pv-signature-dialog-blazor-height {
3202
3221
  height: 560px;
3203
3222
  }
3204
3223
 
@@ -434,6 +434,7 @@
434
434
  }
435
435
 
436
436
  /*! component layout */
437
+ /* stylelint-disable property-no-vendor-prefix */
437
438
  .e-pdfviewer .e-pv-viewer-container {
438
439
  border-style: solid;
439
440
  border-width: 1px 1px 1px 0;
@@ -596,6 +597,8 @@
596
597
  width: 20px;
597
598
  }
598
599
 
600
+ /* stylelint-disable value-no-vendor-prefix */
601
+ /* stylelint-disable property-no-vendor-prefix */
599
602
  .e-pv-viewer-container {
600
603
  background-color: #e6e6e6;
601
604
  border-color: #ccc;
@@ -746,7 +749,7 @@ input.e-pv-input-password::-ms-reveal {
746
749
  width: 10%;
747
750
  }
748
751
 
749
- .e-pv-gotopage-popup {
752
+ .e-dialog.e-pv-gotopage-popup {
750
753
  max-width: 500px;
751
754
  padding-left: 16px;
752
755
  padding-top: 16px;
@@ -2640,10 +2643,26 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2640
2643
  padding-bottom: 1px;
2641
2644
  }
2642
2645
 
2643
- .e-pdfviewer .e-pv-signature-window .e-footer-content .e-pv-clearbtn {
2646
+ .e-pdfviewer .e-pv-signature-window .e-footer-content {
2644
2647
  float: left;
2645
2648
  }
2646
2649
 
2650
+ .e-pv-signature-dialog-height .e-pv-clearbtn {
2651
+ float: left;
2652
+ height: 30px;
2653
+ min-height: 30px;
2654
+ }
2655
+
2656
+ .e-pv-signature-dialog-height .e-pv-cancelbtn {
2657
+ height: 30px;
2658
+ min-height: 30px;
2659
+ }
2660
+
2661
+ .e-pv-signature-dialog-height .e-pv-createbtn {
2662
+ height: 30px;
2663
+ min-height: 30px;
2664
+ }
2665
+
2647
2666
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2648
2667
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2649
2668
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
@@ -3096,7 +3115,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3096
3115
  -webkit-user-select: none;
3097
3116
  color: #000;
3098
3117
  display: block;
3099
- font-family: Roboto;
3118
+ font-family: "Roboto";
3100
3119
  font-size: 20px;
3101
3120
  font-style: normal;
3102
3121
  font-weight: 500;
@@ -3113,7 +3132,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3113
3132
  }
3114
3133
 
3115
3134
  .e-pv-form-field-property-header-general {
3116
- font-family: Roboto;
3135
+ font-family: "Roboto";
3117
3136
  font-size: 13px;
3118
3137
  font-style: normal;
3119
3138
  font-weight: 500;
@@ -3122,7 +3141,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3122
3141
 
3123
3142
  .e-pv-properties-formfield-formatting {
3124
3143
  color: #757575;
3125
- font-family: Roboto;
3144
+ font-family: "Roboto";
3126
3145
  font-size: 13px;
3127
3146
  font-style: normal;
3128
3147
  font-weight: normal;
@@ -3156,7 +3175,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3156
3175
 
3157
3176
  .e-pv-properties-formfield-label {
3158
3177
  color: #757575;
3159
- font-family: Roboto;
3178
+ font-family: "Roboto";
3160
3179
  font-size: 13px;
3161
3180
  font-style: normal;
3162
3181
  font-weight: normal;
@@ -3205,7 +3224,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3205
3224
  height: 565px;
3206
3225
  }
3207
3226
 
3208
- .e-pv-signature-dialog-blazor-height {
3227
+ .e-dialog.e-pv-signature-dialog-blazor-height {
3209
3228
  height: 560px;
3210
3229
  }
3211
3230
 
@@ -435,6 +435,7 @@
435
435
  }
436
436
 
437
437
  /*! component layout */
438
+ /* stylelint-disable property-no-vendor-prefix */
438
439
  .e-pdfviewer .e-pv-viewer-container {
439
440
  border-style: solid;
440
441
  border-width: 1px 1px 1px 0;
@@ -597,6 +598,8 @@
597
598
  width: 20px;
598
599
  }
599
600
 
601
+ /* stylelint-disable value-no-vendor-prefix */
602
+ /* stylelint-disable property-no-vendor-prefix */
600
603
  .e-pv-viewer-container {
601
604
  background-color: #e9ecef;
602
605
  border-color: #dee2e6;
@@ -763,7 +766,7 @@ input.e-pv-input-password::-ms-reveal {
763
766
  width: 10%;
764
767
  }
765
768
 
766
- .e-pv-gotopage-popup {
769
+ .e-dialog.e-pv-gotopage-popup {
767
770
  max-width: 500px;
768
771
  padding-left: 16px;
769
772
  padding-top: 16px;
@@ -2918,10 +2921,26 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2918
2921
  padding-bottom: 1px;
2919
2922
  }
2920
2923
 
2921
- .e-pdfviewer .e-pv-signature-window .e-footer-content .e-pv-clearbtn {
2924
+ .e-pdfviewer .e-pv-signature-window .e-footer-content {
2922
2925
  float: left;
2923
2926
  }
2924
2927
 
2928
+ .e-pv-signature-dialog-height .e-pv-clearbtn {
2929
+ float: left;
2930
+ height: 30px;
2931
+ min-height: 30px;
2932
+ }
2933
+
2934
+ .e-pv-signature-dialog-height .e-pv-cancelbtn {
2935
+ height: 30px;
2936
+ min-height: 30px;
2937
+ }
2938
+
2939
+ .e-pv-signature-dialog-height .e-pv-createbtn {
2940
+ height: 30px;
2941
+ min-height: 30px;
2942
+ }
2943
+
2925
2944
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2926
2945
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2927
2946
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
@@ -3408,7 +3427,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3408
3427
  -webkit-user-select: none;
3409
3428
  color: #000;
3410
3429
  display: block;
3411
- font-family: Roboto;
3430
+ font-family: "Roboto";
3412
3431
  font-size: 20px;
3413
3432
  font-style: normal;
3414
3433
  font-weight: 500;
@@ -3425,7 +3444,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3425
3444
  }
3426
3445
 
3427
3446
  .e-pv-form-field-property-header-general {
3428
- font-family: Roboto;
3447
+ font-family: "Roboto";
3429
3448
  font-size: 13px;
3430
3449
  font-style: normal;
3431
3450
  font-weight: 500;
@@ -3434,7 +3453,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3434
3453
 
3435
3454
  .e-pv-properties-formfield-formatting {
3436
3455
  color: #757575;
3437
- font-family: Roboto;
3456
+ font-family: "Roboto";
3438
3457
  font-size: 13px;
3439
3458
  font-style: normal;
3440
3459
  font-weight: normal;
@@ -3468,7 +3487,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3468
3487
 
3469
3488
  .e-pv-properties-formfield-label {
3470
3489
  color: #757575;
3471
- font-family: Roboto;
3490
+ font-family: "Roboto";
3472
3491
  font-size: 13px;
3473
3492
  font-style: normal;
3474
3493
  font-weight: normal;
@@ -3530,7 +3549,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3530
3549
  height: 535px;
3531
3550
  }
3532
3551
 
3533
- .e-pv-signature-dialog-blazor-height {
3552
+ .e-dialog.e-pv-signature-dialog-blazor-height {
3534
3553
  height: 540px;
3535
3554
  }
3536
3555
 
@@ -437,6 +437,7 @@
437
437
  }
438
438
 
439
439
  /*! component layout */
440
+ /* stylelint-disable property-no-vendor-prefix */
440
441
  .e-pdfviewer .e-pv-viewer-container {
441
442
  border-style: solid;
442
443
  border-width: 1px 1px 1px 0;
@@ -599,6 +600,8 @@
599
600
  width: 20px;
600
601
  }
601
602
 
603
+ /* stylelint-disable value-no-vendor-prefix */
604
+ /* stylelint-disable property-no-vendor-prefix */
602
605
  .e-pv-viewer-container {
603
606
  background-color: #343a40;
604
607
  border-color: #343a40;
@@ -755,7 +758,7 @@ input.e-pv-input-password::-ms-reveal {
755
758
  width: 10%;
756
759
  }
757
760
 
758
- .e-pv-gotopage-popup {
761
+ .e-dialog.e-pv-gotopage-popup {
759
762
  max-width: 500px;
760
763
  padding-left: 16px;
761
764
  padding-top: 16px;
@@ -2853,10 +2856,26 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2853
2856
  padding-bottom: 5px;
2854
2857
  }
2855
2858
 
2856
- .e-pdfviewer .e-pv-signature-window .e-footer-content .e-pv-clearbtn {
2859
+ .e-pdfviewer .e-pv-signature-window .e-footer-content {
2857
2860
  float: left;
2858
2861
  }
2859
2862
 
2863
+ .e-pv-signature-dialog-height .e-pv-clearbtn {
2864
+ float: left;
2865
+ height: 30px;
2866
+ min-height: 30px;
2867
+ }
2868
+
2869
+ .e-pv-signature-dialog-height .e-pv-cancelbtn {
2870
+ height: 30px;
2871
+ min-height: 30px;
2872
+ }
2873
+
2874
+ .e-pv-signature-dialog-height .e-pv-createbtn {
2875
+ height: 30px;
2876
+ min-height: 30px;
2877
+ }
2878
+
2860
2879
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2861
2880
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2862
2881
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
@@ -3380,7 +3399,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3380
3399
  -webkit-user-select: none;
3381
3400
  color: #fff;
3382
3401
  display: block;
3383
- font-family: Roboto;
3402
+ font-family: "Roboto";
3384
3403
  font-family: inherit;
3385
3404
  font-size: 20px;
3386
3405
  font-style: normal;
@@ -3398,7 +3417,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3398
3417
  }
3399
3418
 
3400
3419
  .e-pv-form-field-property-header-general {
3401
- font-family: Roboto;
3420
+ font-family: "Roboto";
3402
3421
  font-family: inherit;
3403
3422
  font-size: 12px;
3404
3423
  font-style: normal;
@@ -3408,7 +3427,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3408
3427
 
3409
3428
  .e-pv-properties-formfield-formatting {
3410
3429
  color: #e9ecef;
3411
- font-family: Roboto;
3430
+ font-family: "Roboto";
3412
3431
  font-size: 12px;
3413
3432
  font-style: normal;
3414
3433
  font-weight: normal;
@@ -3451,7 +3470,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3451
3470
 
3452
3471
  .e-pv-properties-formfield-label {
3453
3472
  color: #e9ecef;
3454
- font-family: Roboto;
3473
+ font-family: "Roboto";
3455
3474
  font-family: inherit;
3456
3475
  font-size: 12px;
3457
3476
  font-style: normal;
@@ -3502,7 +3521,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3502
3521
  height: 535px;
3503
3522
  }
3504
3523
 
3505
- .e-pv-signature-dialog-blazor-height {
3524
+ .e-dialog.e-pv-signature-dialog-blazor-height {
3506
3525
  height: 530px;
3507
3526
  }
3508
3527