@syncfusion/ej2-react-pdfviewer 20.3.59 → 20.4.38

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.
Files changed (36) hide show
  1. package/CHANGELOG.md +57 -0
  2. package/README.md +141 -37
  3. package/diConfig.json +5 -9
  4. package/dist/ej2-react-pdfviewer.min.js +1 -1
  5. package/dist/ej2-react-pdfviewer.umd.min.js +1 -1
  6. package/package.json +11 -13
  7. package/styles/bootstrap-dark.css +16 -0
  8. package/styles/bootstrap.css +16 -0
  9. package/styles/bootstrap4.css +16 -0
  10. package/styles/bootstrap5-dark.css +16 -0
  11. package/styles/bootstrap5.css +16 -0
  12. package/styles/fabric-dark.css +16 -0
  13. package/styles/fabric.css +16 -0
  14. package/styles/fluent-dark.css +16 -0
  15. package/styles/fluent.css +16 -0
  16. package/styles/highcontrast-light.css +16 -0
  17. package/styles/highcontrast.css +16 -0
  18. package/styles/material-dark.css +16 -0
  19. package/styles/material.css +16 -0
  20. package/styles/pdfviewer/bootstrap-dark.css +16 -0
  21. package/styles/pdfviewer/bootstrap.css +16 -0
  22. package/styles/pdfviewer/bootstrap4.css +16 -0
  23. package/styles/pdfviewer/bootstrap5-dark.css +16 -0
  24. package/styles/pdfviewer/bootstrap5.css +16 -0
  25. package/styles/pdfviewer/fabric-dark.css +16 -0
  26. package/styles/pdfviewer/fabric.css +16 -0
  27. package/styles/pdfviewer/fluent-dark.css +16 -0
  28. package/styles/pdfviewer/fluent.css +16 -0
  29. package/styles/pdfviewer/highcontrast-light.css +16 -0
  30. package/styles/pdfviewer/highcontrast.css +16 -0
  31. package/styles/pdfviewer/material-dark.css +16 -0
  32. package/styles/pdfviewer/material.css +16 -0
  33. package/styles/pdfviewer/tailwind-dark.css +16 -0
  34. package/styles/pdfviewer/tailwind.css +16 -0
  35. package/styles/tailwind-dark.css +16 -0
  36. package/styles/tailwind.css +16 -0
package/CHANGELOG.md CHANGED
@@ -4,6 +4,60 @@
4
4
 
5
5
  ### PDF Viewer
6
6
 
7
+ #### Bug Fixes
8
+
9
+ - `#F178667` - Now, the zero thickness property is applied to the form fields.
10
+ - `#I421990` - Updating read-only to false for a form field is working properly.
11
+ - `#I420531` - The free text annotations are no longer scaled on double clicks.
12
+ - `#F178453` - Cut, copy, and paste at the form fields are working properly on downloading.
13
+ - `#I419557` - The `IsPrint` property value of the text markup annotation is properly updated.
14
+ - `#I418726` - The draw and image type signatures are now preserved while changing the tabs on mobile devices.
15
+ - `#I420588` - Printing the PDF document that contains signature fields on non-rendered pages won’t throw script errors.
16
+ - `#I420304` - Programmatically updating the read only properties won’t throw script errors.
17
+ - `#I416032` - The radio button now triggers the form field click event.
18
+ - `#I420423` - The background color of the initial indicator settings can be applied programmatically while adding form fields.
19
+ - `#I422736` - Fixed issue with saving the PDF document on form fields export.
20
+ - `#I418731` - Export and import values of form fields with same name have been properly updated.
21
+ - `#I416298` - Focusing the signature and initial fields are proper on different zoom levels.
22
+ - `#I411856` - The issue with programmatically updating the initial indicator properties has been resolved.
23
+ - `#F178660` - Fixed issue with `RenderAnnotationComments` on the .NET 6.0 platform.
24
+ - `#I418199` - Programmatically updating images in the form fields won’t throw script errors.
25
+ - `#I408281` - Switching between the PDF view and the text view won’t throw script errors.
26
+ - `#I413254` - Aspect ratio is maintained for the image type signatures.
27
+ - `#F178250` - Now, the color palette is no longer obscured in the PDF Viewer.
28
+ - `#I178667` - Now, the text box's border color is properly updated and no longer hidden.
29
+ - `#I418214` - Session items of the older documents are cleared now.
30
+ - `#I178018` - Searching for a multiple-sentence phrase no longer causes the PDF Viewer to freeze.
31
+ - `#I421388` - Handwritten signatures will appear properly on loading the document again.
32
+ - `#F178018` - Now, the script issue no longer occurs when doing multiline searches in the Pdf document.
33
+
34
+ #### Features
35
+
36
+ - Form fields values can be exported to FDF and XFDF formats and the same can be imported into the PDF Viewer, programmatically.
37
+ - Digital signatures of the existing PDF documents are now rendered in the PDF Viewer.
38
+ - `#I369895`, `#I403367`, `#I406191` - Now, the text selection `strikethrough` has been improved.
39
+ - `#I419679` - Provided the support to show or hide the `FormDesignerToolbar` after document loading.
40
+ - `#I421694` - Angular applications renders PDF Viewer controls without ID properties by generating the ID internally, if not provided.
41
+ - `#I409823` - Margin can be set to the value was preserved for the free text annotation in the downloaded document.
42
+ - `#I412460` - Provided the support for retrying Ajax requests with a status code collection.
43
+
44
+ ## 20.3.60 (2022-12-06)
45
+
46
+ ### PDF Viewer
47
+
48
+ #### New Features
49
+
50
+ - `#I369895`,`#I403367`,`#I406191` - Now, improvements in text selection `strikethrough` for specific document.
51
+ - `#I419679` - Provided the ability to display or hide the `FormDesignerToolbar` after document loading.
52
+
53
+ #### Bug Fixes
54
+
55
+ - `#F178453` - Now, cut, copy and paste of form field are working properly on downloading.
56
+
57
+ ## 20.3.59 (2022-11-29)
58
+
59
+ ### PDF Viewer
60
+
7
61
  #### New Features
8
62
 
9
63
  - `#I421694` - Now, Angular applications may render PDF Viewer controls without ID properties.
@@ -15,6 +69,9 @@
15
69
  - `#I418726` - Now, the draw and image signature is now preserved while changing tabs on mobile devices.
16
70
  - `#I420588` - Now, the Script error does not occur while printing the document contains signature fields on non-rendered pages.
17
71
  - `#I420304` - Now, the script error does not occur while updating read only property programmatically.
72
+ - `#I416032` - The radio button now triggers the form field click event.
73
+ - `#I420423` - Now, the background color of the initial indicator settings is now applied when adding form fields programmatically.
74
+ - `#I422736` - Fixed issue with saving PDF document on form fields export.
18
75
 
19
76
  ## 20.3.58 (2022-11-22)
20
77
 
package/README.md CHANGED
@@ -1,62 +1,166 @@
1
- # ej2-pdfviewer
1
+ # React PDF Viewer Component
2
2
 
3
- Syncfusion [React PDF Viewer](https://www.syncfusion.com/react-ui-components/react-pdf-viewer?utm_source=npm&utm_medium=listing&utm_campaign=react-pdf-viewer-npm) control enables you to view and print PDF files from your web applications.
3
+ The [React PDF Viewer](https://www.syncfusion.com/react-ui-components/react-pdf-viewer?utm_source=npm&utm_medium=listing&utm_campaign=react-pdf-viewer-npm) component enables you to view, annotate, prepare and fill forms, and print PDF files from your web applications.
4
4
 
5
- ![PDF Viewer](https://ej2.syncfusion.com/products/images/pdfviewer/readme.gif)
5
+ <p align="center">
6
+ <a href="https://ej2.syncfusion.com/react/documentation/pdfviewer/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=react-pdf-viewer-npm">Getting started</a> .
7
+ <a href="https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-pdf-viewer-npm#/bootstrap5/pdfviewer/default">Online demos</a> .
8
+ <a href="https://www.syncfusion.com/react-components/react-pdf-viewer?utm_source=npm&utm_medium=listing&utm_campaign=react-pdf-viewer-npm">Learn more</a>
9
+ </p>
6
10
 
7
- > This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials).
11
+ <p align="center">
12
+ <img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/react/react-pdf-viewer.png" alt="React PDF Viewer Component"/>
13
+ </p>
8
14
 
9
- > A free community license (https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
15
+ <p align="center">
16
+ Trusted by the world's leading companies
17
+ <a href="https://www.syncfusion.com">
18
+ <img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp" alt="Bootstrap logo">
19
+ </a>
20
+ </p>
10
21
 
11
22
  ## Setup
12
23
 
13
- To install PDF Viewer and its dependent packages, use the following command
24
+ ### Create a React Application
14
25
 
15
- ```sh
16
- npm install @syncfusion/ej2-pdfviewer
26
+ You can use [`create-react-app`](https://github.com/facebookincubator/create-react-app) to setup applications. To create React app use the following command.
27
+
28
+ ```bash
29
+ npx create-react-app my-app --template typescript
30
+ cd my-app
31
+ npm start
17
32
  ```
18
33
 
19
- ## Resources
34
+ ### Adding Syncfusion PDF Viewer package
20
35
 
21
- * [Getting Started](https://ej2.syncfusion.com/react/documentation/pdfviewer/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=react-pdf-viewer-npm)
22
- * [View Online Demos](https://ej2.syncfusion.com/react/demos/?utm_source=npm&utm_medium=listing&utm_campaign=react-pdf-viewer-npm#/material/pdfviewer/default)
23
- * [Product Page](https://www.syncfusion.com/react-ui-components/react-pdf-viewer?utm_source=npm&utm_medium=listing&utm_campaign=react-pdf-viewer-npm)
36
+ All Syncfusion react packages are published in the [npmjs.com](https://www.npmjs.com/~syncfusionorg) registry. To install the react PDF Viewer package, use the following command.
24
37
 
25
- ## Supported Frameworks
38
+ ```bash
39
+ npm install @syncfusion/ej2-react-pdfviewer --save
40
+ ```
26
41
 
27
- PDF Viewer component is also offered in following list of frameworks.
42
+ ### Adding CSS references for PDF Viewer
43
+
44
+ Add CSS references needed for a PDF Viewer in **src/index.css** from the **../node_modules/@syncfusion** package folder.
45
+
46
+ ```css
47
+ @import '../node_modules/@syncfusion/ej2-base/styles/material.css';
48
+ @import '../node_modules/@syncfusion/ej2-buttons/styles/material.css';
49
+ @import '../node_modules/@syncfusion/ej2-inputs/styles/material.css';
50
+ @import '../node_modules/@syncfusion/ej2-popups/styles/material.css';
51
+ @import '../node_modules/@syncfusion/ej2-lists/styles/material.css';
52
+ @import '../node_modules/@syncfusion/ej2-navigations/styles/material.css';
53
+ @import '../node_modules/@syncfusion/ej2-dropdowns/styles/material.css';
54
+ @import '../node_modules/@syncfusion/ej2-splitbuttons/styles/material.css';
55
+ @import '../node_modules/@syncfusion/ej2-notifications/styles/material.css';
56
+ @import "../node_modules/@syncfusion/ej2-react-pdfviewer/styles/material.css";
57
+ ```
28
58
 
29
- 1. [Angular PDF Viewer](https://www.syncfusion.com/angular-ui-components/angular-pdf-viewer?utm_source=npm&utm_medium=listing&utm_campaign=react-pdf-viewer-npm)
30
- 2. [JavaScript PDF Viewer](https://www.syncfusion.com/javascript-ui-controls/js-pdf-viewer?utm_source=npm&utm_medium=listing&utm_campaign=react-pdf-viewer-npm)
31
- 3. [VueJS PDF Viewer](https://www.syncfusion.com/vue-ui-components/vue-pdf-viewer?utm_source=npm&utm_medium=listing&utm_campaign=react-pdf-viewer-npm)
32
- 4. [ASP.NET Core PDF Viewer](https://www.syncfusion.com/aspnet-core-ui-controls/pdf-viewer?utm_source=npm&utm_medium=listing&utm_campaign=react-pdf-viewer-npm)
33
- 5. [ASP.NET MVC PDF Viewer](https://www.syncfusion.com/aspnet-mvc-ui-controls/pdf-viewer?utm_source=npm&utm_medium=listing&utm_campaign=react-pdf-viewer-npm)
59
+ ### Add PDF Viewer component
60
+
61
+ In the **src/index.js** file, use the following code snippet to render the Syncfusion React PDF Viewer control and import **index.css** to apply styles to the PDF Viewer:
62
+
63
+ ```typescript
64
+ import { createRoot } from 'react-dom/client';
65
+ import './index.css';
66
+ import * as React from 'react';
67
+ import {
68
+ PdfViewerComponent,
69
+ Toolbar,
70
+ Magnification,
71
+ Navigation,
72
+ LinkAnnotation,
73
+ BookmarkView,
74
+ ThumbnailView,
75
+ Print,
76
+ TextSelection,
77
+ TextSearch,
78
+ Annotation,
79
+ FormFields,
80
+ FormDesigner,
81
+ Inject,
82
+ } from '@syncfusion/ej2-react-pdfviewer';
83
+ import { SampleBase } from './sample-base';
84
+ export class Default extends SampleBase {
85
+ render() {
86
+ return (
87
+ <div>
88
+ <div className="control-section">
89
+ <PdfViewerComponent
90
+ id="container"
91
+ documentPath="PDF_Succinctly.pdf"
92
+ serviceUrl="https://ej2services.syncfusion.com/production/web-services/api/pdfviewer"
93
+ toolbarSettings={{ showTooltip: true, toolbarItems: ['OpenOption', 'PanTool', 'AnnotationEditTool', 'FormDesignerEditTool', ], annotationToolbarItems: ['HandWrittenSignatureTool'], formDesignerToolbarItems: ['TextboxTool', 'PasswordTool', ] }}
94
+ style={{ height: '640px' }}
95
+ >
96
+ <Inject
97
+ services={[
98
+ Toolbar,
99
+ Magnification,
100
+ Navigation,
101
+ LinkAnnotation,
102
+ BookmarkView,
103
+ ThumbnailView,
104
+ Print,
105
+ TextSelection,
106
+ TextSearch,
107
+ Annotation,
108
+ FormFields,
109
+ FormDesigner,
110
+ ]}
111
+ />
112
+ </PdfViewerComponent>
113
+ </div>
114
+ </div>
115
+ );
116
+ }
117
+ }
118
+
119
+ const root = createRoot(document.getElementById('sample'));
120
+ root.render(<Default />);
121
+ ```
34
122
 
35
- ## Key Features
123
+ ## Supported frameworks
36
124
 
37
- * **View PDF Document** - Open and display both normal and PDF files protected with AES and RC4 encryption.
38
- * **Core interactions** - Scrolling, Zooming, panning and page navigation.
39
- * **Built-in toolbar** - Built-in-toolbar to perform user interaction of PDF Viewer functionalities.
40
- * **Selection** - Select and copy text from PDF file.
41
- * **Search** - Search a text easily across the PDF document.
42
- * **Navigation** - Easy navigation with the help of Bookmarks, thumbnails, hyperlinks and table of contents.
43
- * **View modes** - fit to page, fit to visible and fit to width.
44
- * **Print** - Print the entire document or a specific page directly from the browser.
125
+ PDF Viewer component is also offered in the following list of frameworks.
45
126
 
46
- ## Support
127
+ | [<img src="https://ej2.syncfusion.com/github/images/js.svg" height="50" />](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/angular.svg" height="50" />](https://www.syncfusion.com/angular-components/?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Angular](https://www.syncfusion.com/angular-components/?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/vue.svg" height="50" />](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Vue](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/netcore.svg" height="50" />](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/netmvc.svg" height="50" />](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp; |
128
+ | :-----: | :-----: | :-----: | :-----: | :-----: |
47
129
 
48
- Product support is available for through following mediums.
130
+ ## Key features
49
131
 
50
- * Creating incident in Syncfusion [Direct-trac](https://www.syncfusion.com/support/directtrac/incidents?utm_source=npm&utm_medium=listing&utm_campaign=react-pdf-viewer-npm) support system or [Community forum](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=react-pdf-viewer-npm).
51
- * New [GitHub issue](https://github.com/syncfusion/ej2-pdfviewer/issues/new?utm_source=npm&utm_medium=listing&utm_campaign=react-pdf-viewer-npm).
52
- * Ask your query in Stack Overflow with tag `syncfusion`, `ej2`.
132
+ * [View PDF Document](https://ej2.syncfusion.com/react/documentation/pdfviewer/getting-started/) - Open and display both the normal and the protected PDF files with AES and RC4 encryption.
133
+ * [Annotations](https://ej2.syncfusion.com/react/documentation/pdfviewer/annotation/text-markup-annotation/) - Annotate with text markup, shapes, stamps, ink, and sticky notes.
134
+ * [Form Fields](https://ej2.syncfusion.com/react/documentation/pdfviewer/form-designer/create-fillable-PDF-forms/create-programmatically/) - Form filling and form designing can be done.
135
+ * [Signature](https://ej2.syncfusion.com/angular/documentation/pdfviewer/handwritten-signature/) - Hand-written and digital signatures are allowed.
136
+ * [Toolbar](https://ej2.syncfusion.com/react/documentation/pdfviewer/toolbar/) - Built-in-toolbar and custom toolbars to perform user interaction of PDF Viewer functionalities.
137
+ * [Navigation](https://ej2.syncfusion.com/react/documentation/pdfviewer/navigation/) - Easy navigation with the help of bookmarks, thumbnails, hyperlinks, and table of contents.
138
+ * [Magnification](https://ej2.syncfusion.com/react/documentation/pdfviewer/magnification/) - Fit to page, fit to width, and automatic (fits to the visible area).
139
+ * [Search](https://ej2.syncfusion.com/react/documentation/pdfviewer/text-search/) - Search a text easily across the PDF document.
140
+ * [Core Interactions](https://ej2.syncfusion.com/react/documentation/pdfviewer/interaction-mode/) - Allows scrolling, zooming, panning, selection, and page navigation.
141
+ * [Print](https://ej2.syncfusion.com/react/documentation/pdfviewer/print/) - Print the entire document or a specific page directly from the browser.
142
+ * [Globalization](https://ej2.syncfusion.com/react/documentation/pdfviewer/globalization/) - Provides inherent support to localize the UI.
53
143
 
54
- ## License
144
+ ## Support
55
145
 
56
- Check the license detail [here](https://github.com/syncfusion/ej2/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=react-pdf-viewer-npm).
146
+ Product support is available through the following mediums.
147
+
148
+ * [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support
149
+ * [Community forum](https://www.syncfusion.com/forums/react-js2?utm_source=npm&utm_medium=listing&utm_campaign=react-pdf-viewer-npm)
150
+ * [GitHub issues](https://github.com/syncfusion/ej2-react-ui-components/issues/new)
151
+ * [Request feature or report bug](https://www.syncfusion.com/feedback/react?utm_source=npm&utm_medium=listing&utm_campaign=react-pdf-viewer-npm)
152
+ * Live chat
57
153
 
58
154
  ## Changelog
59
155
 
60
- Check the changelog [here](https://github.com/syncfusion/ej2-pdfviewer/blob/master/CHANGELOG.md?utm_source=npm&utm_medium=listing&utm_campaign=react-pdf-viewer-npm)
156
+ Check the changelog [here](https://github.com/syncfusion/ej2-pdfviewer/blob/master/CHANGELOG.md?utm_source=npm&utm_medium=listing&utm_campaign=react-pdf-viewer-npm). Get minor improvements and bug fixes every week to stay up to date with frequent updates.
157
+
158
+ ## License and copyright
159
+
160
+ > This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [React UI components](https://www.syncfusion.com/react-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
161
+
162
+ > A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
163
+
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.
61
165
 
62
- © 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.
package/diConfig.json CHANGED
@@ -8,27 +8,23 @@
8
8
  "ej2",
9
9
  "ej2-pdfviewer",
10
10
  "syncfusion",
11
- "web-components",
12
- "viewer",
13
- "pdf",
11
+ "pdf-viewer",
14
12
  "typescript"
15
13
  ],
16
14
  "angular": [
17
15
  "angular",
18
- "ng-pdfviewer",
19
- "ej2-ng-pdfviewer"
16
+ "angular-pdf-viewer"
20
17
  ],
21
18
  "react": [
22
19
  "react",
23
20
  "reactjs",
24
- "react-pdfviewer",
25
- "ej2-react-pdfviewer"
21
+ "react-pdf-viewer",
22
+ "javascript"
26
23
  ],
27
24
  "vue": [
28
25
  "vue",
29
26
  "vuejs",
30
- "vue-grids",
31
- "ej2-vue-grids"
27
+ "vue-pdf-viewer"
32
28
  ]
33
29
  },
34
30
  "repository": {
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-pdfviewer.min.js
3
- * version : 20.3.59
3
+ * version : 20.4.38
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.59
3
+ * version : 20.4.38
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.58",
3
+ "_id": "@syncfusion/ej2-react-pdfviewer@20.3.67",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-ZiVFDixR25STejgep6Zjty+Z/Ikkcfj+3zt1xeYeC91fOCXjm7/cR6Aljhpi9H12CdS7rUOkphFKyoS4d/A7Fg==",
5
+ "_integrity": "sha512-UrZqbjWbolQlMVlWWYIIQXG1BYpe6dt636N27/iC4HrE2T4VDaX220mVtrO52cqea13P3dn6EtuHBz37cHU7wA==",
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": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-20.3.58.tgz",
23
- "_shasum": "5daa43b92ecb57e8a3a936bf461ed18543fba1bb",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-20.3.67.tgz",
23
+ "_shasum": "1da0c36c0da0cb5da29ccbc2da33c7afa9084ae3",
24
24
  "_spec": "@syncfusion/ej2-react-pdfviewer@*",
25
25
  "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.3.56",
35
- "@syncfusion/ej2-pdfviewer": "20.3.59",
36
- "@syncfusion/ej2-react-base": "~20.3.56"
34
+ "@syncfusion/ej2-base": "~20.4.38",
35
+ "@syncfusion/ej2-pdfviewer": "20.4.38",
36
+ "@syncfusion/ej2-react-base": "~20.4.38"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 PDF viewer Component for React",
@@ -44,14 +44,12 @@
44
44
  "ej2",
45
45
  "ej2-pdfviewer",
46
46
  "syncfusion",
47
- "web-components",
48
- "viewer",
49
- "pdf",
47
+ "pdf-viewer",
50
48
  "typescript",
51
49
  "react",
52
50
  "reactjs",
53
- "react-pdfviewer",
54
- "ej2-react-pdfviewer"
51
+ "react-pdf-viewer",
52
+ "javascript"
55
53
  ],
56
54
  "license": "SEE LICENSE IN license",
57
55
  "main": "./dist/ej2-react-pdfviewer.umd.min.js",
@@ -61,6 +59,6 @@
61
59
  "type": "git",
62
60
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
63
61
  },
64
- "version": "20.3.59",
62
+ "version": "20.4.38",
65
63
  "sideEffects": false
66
64
  }
@@ -2657,6 +2657,22 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2657
2657
  min-height: 30px;
2658
2658
  }
2659
2659
 
2660
+ .e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
2661
+ float: left;
2662
+ height: 49px;
2663
+ min-height: 49px;
2664
+ }
2665
+
2666
+ .e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
2667
+ height: 49px;
2668
+ min-height: 49px;
2669
+ }
2670
+
2671
+ .e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
2672
+ height: 49px;
2673
+ min-height: 49px;
2674
+ }
2675
+
2660
2676
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2661
2677
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2662
2678
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
@@ -2663,6 +2663,22 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2663
2663
  min-height: 30px;
2664
2664
  }
2665
2665
 
2666
+ .e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
2667
+ float: left;
2668
+ height: 49px;
2669
+ min-height: 49px;
2670
+ }
2671
+
2672
+ .e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
2673
+ height: 49px;
2674
+ min-height: 49px;
2675
+ }
2676
+
2677
+ .e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
2678
+ height: 49px;
2679
+ min-height: 49px;
2680
+ }
2681
+
2666
2682
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2667
2683
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2668
2684
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
@@ -2941,6 +2941,22 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2941
2941
  min-height: 30px;
2942
2942
  }
2943
2943
 
2944
+ .e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
2945
+ float: left;
2946
+ height: 49px;
2947
+ min-height: 49px;
2948
+ }
2949
+
2950
+ .e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
2951
+ height: 49px;
2952
+ min-height: 49px;
2953
+ }
2954
+
2955
+ .e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
2956
+ height: 49px;
2957
+ min-height: 49px;
2958
+ }
2959
+
2944
2960
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2945
2961
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2946
2962
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
@@ -2876,6 +2876,22 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2876
2876
  min-height: 30px;
2877
2877
  }
2878
2878
 
2879
+ .e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
2880
+ float: left;
2881
+ height: 49px;
2882
+ min-height: 49px;
2883
+ }
2884
+
2885
+ .e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
2886
+ height: 49px;
2887
+ min-height: 49px;
2888
+ }
2889
+
2890
+ .e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
2891
+ height: 49px;
2892
+ min-height: 49px;
2893
+ }
2894
+
2879
2895
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2880
2896
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2881
2897
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
@@ -2876,6 +2876,22 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2876
2876
  min-height: 30px;
2877
2877
  }
2878
2878
 
2879
+ .e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
2880
+ float: left;
2881
+ height: 49px;
2882
+ min-height: 49px;
2883
+ }
2884
+
2885
+ .e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
2886
+ height: 49px;
2887
+ min-height: 49px;
2888
+ }
2889
+
2890
+ .e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
2891
+ height: 49px;
2892
+ min-height: 49px;
2893
+ }
2894
+
2879
2895
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2880
2896
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2881
2897
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
@@ -2665,6 +2665,22 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2665
2665
  min-height: 30px;
2666
2666
  }
2667
2667
 
2668
+ .e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
2669
+ float: left;
2670
+ height: 49px;
2671
+ min-height: 49px;
2672
+ }
2673
+
2674
+ .e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
2675
+ height: 49px;
2676
+ min-height: 49px;
2677
+ }
2678
+
2679
+ .e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
2680
+ height: 49px;
2681
+ min-height: 49px;
2682
+ }
2683
+
2668
2684
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2669
2685
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2670
2686
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
package/styles/fabric.css CHANGED
@@ -2678,6 +2678,22 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2678
2678
  min-height: 30px;
2679
2679
  }
2680
2680
 
2681
+ .e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
2682
+ float: left;
2683
+ height: 49px;
2684
+ min-height: 49px;
2685
+ }
2686
+
2687
+ .e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
2688
+ height: 49px;
2689
+ min-height: 49px;
2690
+ }
2691
+
2692
+ .e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
2693
+ height: 49px;
2694
+ min-height: 49px;
2695
+ }
2696
+
2681
2697
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2682
2698
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2683
2699
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
@@ -2852,6 +2852,22 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2852
2852
  min-height: 30px;
2853
2853
  }
2854
2854
 
2855
+ .e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
2856
+ float: left;
2857
+ height: 49px;
2858
+ min-height: 49px;
2859
+ }
2860
+
2861
+ .e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
2862
+ height: 49px;
2863
+ min-height: 49px;
2864
+ }
2865
+
2866
+ .e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
2867
+ height: 49px;
2868
+ min-height: 49px;
2869
+ }
2870
+
2855
2871
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2856
2872
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2857
2873
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
package/styles/fluent.css CHANGED
@@ -2852,6 +2852,22 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2852
2852
  min-height: 30px;
2853
2853
  }
2854
2854
 
2855
+ .e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
2856
+ float: left;
2857
+ height: 49px;
2858
+ min-height: 49px;
2859
+ }
2860
+
2861
+ .e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
2862
+ height: 49px;
2863
+ min-height: 49px;
2864
+ }
2865
+
2866
+ .e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
2867
+ height: 49px;
2868
+ min-height: 49px;
2869
+ }
2870
+
2855
2871
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2856
2872
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2857
2873
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
@@ -2655,6 +2655,22 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2655
2655
  min-height: 30px;
2656
2656
  }
2657
2657
 
2658
+ .e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
2659
+ float: left;
2660
+ height: 49px;
2661
+ min-height: 49px;
2662
+ }
2663
+
2664
+ .e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
2665
+ height: 49px;
2666
+ min-height: 49px;
2667
+ }
2668
+
2669
+ .e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
2670
+ height: 49px;
2671
+ min-height: 49px;
2672
+ }
2673
+
2658
2674
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2659
2675
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2660
2676
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
@@ -2659,6 +2659,22 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2659
2659
  min-height: 30px;
2660
2660
  }
2661
2661
 
2662
+ .e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
2663
+ float: left;
2664
+ height: 49px;
2665
+ min-height: 49px;
2666
+ }
2667
+
2668
+ .e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
2669
+ height: 49px;
2670
+ min-height: 49px;
2671
+ }
2672
+
2673
+ .e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
2674
+ height: 49px;
2675
+ min-height: 49px;
2676
+ }
2677
+
2662
2678
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2663
2679
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2664
2680
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
@@ -2659,6 +2659,22 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2659
2659
  min-height: 30px;
2660
2660
  }
2661
2661
 
2662
+ .e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
2663
+ float: left;
2664
+ height: 49px;
2665
+ min-height: 49px;
2666
+ }
2667
+
2668
+ .e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
2669
+ height: 49px;
2670
+ min-height: 49px;
2671
+ }
2672
+
2673
+ .e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
2674
+ height: 49px;
2675
+ min-height: 49px;
2676
+ }
2677
+
2662
2678
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2663
2679
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2664
2680
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
@@ -2659,6 +2659,22 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2659
2659
  min-height: 30px;
2660
2660
  }
2661
2661
 
2662
+ .e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
2663
+ float: left;
2664
+ height: 49px;
2665
+ min-height: 49px;
2666
+ }
2667
+
2668
+ .e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
2669
+ height: 49px;
2670
+ min-height: 49px;
2671
+ }
2672
+
2673
+ .e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
2674
+ height: 49px;
2675
+ min-height: 49px;
2676
+ }
2677
+
2662
2678
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2663
2679
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2664
2680
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
@@ -2657,6 +2657,22 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2657
2657
  min-height: 30px;
2658
2658
  }
2659
2659
 
2660
+ .e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
2661
+ float: left;
2662
+ height: 49px;
2663
+ min-height: 49px;
2664
+ }
2665
+
2666
+ .e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
2667
+ height: 49px;
2668
+ min-height: 49px;
2669
+ }
2670
+
2671
+ .e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
2672
+ height: 49px;
2673
+ min-height: 49px;
2674
+ }
2675
+
2660
2676
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2661
2677
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2662
2678
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
@@ -2663,6 +2663,22 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2663
2663
  min-height: 30px;
2664
2664
  }
2665
2665
 
2666
+ .e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
2667
+ float: left;
2668
+ height: 49px;
2669
+ min-height: 49px;
2670
+ }
2671
+
2672
+ .e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
2673
+ height: 49px;
2674
+ min-height: 49px;
2675
+ }
2676
+
2677
+ .e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
2678
+ height: 49px;
2679
+ min-height: 49px;
2680
+ }
2681
+
2666
2682
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2667
2683
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2668
2684
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
@@ -2941,6 +2941,22 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2941
2941
  min-height: 30px;
2942
2942
  }
2943
2943
 
2944
+ .e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
2945
+ float: left;
2946
+ height: 49px;
2947
+ min-height: 49px;
2948
+ }
2949
+
2950
+ .e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
2951
+ height: 49px;
2952
+ min-height: 49px;
2953
+ }
2954
+
2955
+ .e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
2956
+ height: 49px;
2957
+ min-height: 49px;
2958
+ }
2959
+
2944
2960
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2945
2961
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2946
2962
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
@@ -2876,6 +2876,22 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2876
2876
  min-height: 30px;
2877
2877
  }
2878
2878
 
2879
+ .e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
2880
+ float: left;
2881
+ height: 49px;
2882
+ min-height: 49px;
2883
+ }
2884
+
2885
+ .e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
2886
+ height: 49px;
2887
+ min-height: 49px;
2888
+ }
2889
+
2890
+ .e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
2891
+ height: 49px;
2892
+ min-height: 49px;
2893
+ }
2894
+
2879
2895
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2880
2896
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2881
2897
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
@@ -2876,6 +2876,22 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2876
2876
  min-height: 30px;
2877
2877
  }
2878
2878
 
2879
+ .e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
2880
+ float: left;
2881
+ height: 49px;
2882
+ min-height: 49px;
2883
+ }
2884
+
2885
+ .e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
2886
+ height: 49px;
2887
+ min-height: 49px;
2888
+ }
2889
+
2890
+ .e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
2891
+ height: 49px;
2892
+ min-height: 49px;
2893
+ }
2894
+
2879
2895
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2880
2896
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2881
2897
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
@@ -2665,6 +2665,22 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2665
2665
  min-height: 30px;
2666
2666
  }
2667
2667
 
2668
+ .e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
2669
+ float: left;
2670
+ height: 49px;
2671
+ min-height: 49px;
2672
+ }
2673
+
2674
+ .e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
2675
+ height: 49px;
2676
+ min-height: 49px;
2677
+ }
2678
+
2679
+ .e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
2680
+ height: 49px;
2681
+ min-height: 49px;
2682
+ }
2683
+
2668
2684
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2669
2685
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2670
2686
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
@@ -2678,6 +2678,22 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2678
2678
  min-height: 30px;
2679
2679
  }
2680
2680
 
2681
+ .e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
2682
+ float: left;
2683
+ height: 49px;
2684
+ min-height: 49px;
2685
+ }
2686
+
2687
+ .e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
2688
+ height: 49px;
2689
+ min-height: 49px;
2690
+ }
2691
+
2692
+ .e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
2693
+ height: 49px;
2694
+ min-height: 49px;
2695
+ }
2696
+
2681
2697
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2682
2698
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2683
2699
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
@@ -2852,6 +2852,22 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2852
2852
  min-height: 30px;
2853
2853
  }
2854
2854
 
2855
+ .e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
2856
+ float: left;
2857
+ height: 49px;
2858
+ min-height: 49px;
2859
+ }
2860
+
2861
+ .e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
2862
+ height: 49px;
2863
+ min-height: 49px;
2864
+ }
2865
+
2866
+ .e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
2867
+ height: 49px;
2868
+ min-height: 49px;
2869
+ }
2870
+
2855
2871
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2856
2872
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2857
2873
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
@@ -2852,6 +2852,22 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2852
2852
  min-height: 30px;
2853
2853
  }
2854
2854
 
2855
+ .e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
2856
+ float: left;
2857
+ height: 49px;
2858
+ min-height: 49px;
2859
+ }
2860
+
2861
+ .e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
2862
+ height: 49px;
2863
+ min-height: 49px;
2864
+ }
2865
+
2866
+ .e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
2867
+ height: 49px;
2868
+ min-height: 49px;
2869
+ }
2870
+
2855
2871
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2856
2872
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2857
2873
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
@@ -2655,6 +2655,22 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2655
2655
  min-height: 30px;
2656
2656
  }
2657
2657
 
2658
+ .e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
2659
+ float: left;
2660
+ height: 49px;
2661
+ min-height: 49px;
2662
+ }
2663
+
2664
+ .e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
2665
+ height: 49px;
2666
+ min-height: 49px;
2667
+ }
2668
+
2669
+ .e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
2670
+ height: 49px;
2671
+ min-height: 49px;
2672
+ }
2673
+
2658
2674
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2659
2675
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2660
2676
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
@@ -2659,6 +2659,22 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2659
2659
  min-height: 30px;
2660
2660
  }
2661
2661
 
2662
+ .e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
2663
+ float: left;
2664
+ height: 49px;
2665
+ min-height: 49px;
2666
+ }
2667
+
2668
+ .e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
2669
+ height: 49px;
2670
+ min-height: 49px;
2671
+ }
2672
+
2673
+ .e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
2674
+ height: 49px;
2675
+ min-height: 49px;
2676
+ }
2677
+
2662
2678
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2663
2679
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2664
2680
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
@@ -2659,6 +2659,22 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2659
2659
  min-height: 30px;
2660
2660
  }
2661
2661
 
2662
+ .e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
2663
+ float: left;
2664
+ height: 49px;
2665
+ min-height: 49px;
2666
+ }
2667
+
2668
+ .e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
2669
+ height: 49px;
2670
+ min-height: 49px;
2671
+ }
2672
+
2673
+ .e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
2674
+ height: 49px;
2675
+ min-height: 49px;
2676
+ }
2677
+
2662
2678
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2663
2679
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2664
2680
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
@@ -2659,6 +2659,22 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2659
2659
  min-height: 30px;
2660
2660
  }
2661
2661
 
2662
+ .e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
2663
+ float: left;
2664
+ height: 49px;
2665
+ min-height: 49px;
2666
+ }
2667
+
2668
+ .e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
2669
+ height: 49px;
2670
+ min-height: 49px;
2671
+ }
2672
+
2673
+ .e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
2674
+ height: 49px;
2675
+ min-height: 49px;
2676
+ }
2677
+
2662
2678
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2663
2679
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2664
2680
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
@@ -2690,6 +2690,22 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2690
2690
  min-height: 30px;
2691
2691
  }
2692
2692
 
2693
+ .e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
2694
+ float: left;
2695
+ height: 49px;
2696
+ min-height: 49px;
2697
+ }
2698
+
2699
+ .e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
2700
+ height: 49px;
2701
+ min-height: 49px;
2702
+ }
2703
+
2704
+ .e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
2705
+ height: 49px;
2706
+ min-height: 49px;
2707
+ }
2708
+
2693
2709
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2694
2710
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2695
2711
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
@@ -2691,6 +2691,22 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2691
2691
  min-height: 30px;
2692
2692
  }
2693
2693
 
2694
+ .e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
2695
+ float: left;
2696
+ height: 49px;
2697
+ min-height: 49px;
2698
+ }
2699
+
2700
+ .e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
2701
+ height: 49px;
2702
+ min-height: 49px;
2703
+ }
2704
+
2705
+ .e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
2706
+ height: 49px;
2707
+ min-height: 49px;
2708
+ }
2709
+
2694
2710
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2695
2711
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2696
2712
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
@@ -2690,6 +2690,22 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2690
2690
  min-height: 30px;
2691
2691
  }
2692
2692
 
2693
+ .e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
2694
+ float: left;
2695
+ height: 49px;
2696
+ min-height: 49px;
2697
+ }
2698
+
2699
+ .e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
2700
+ height: 49px;
2701
+ min-height: 49px;
2702
+ }
2703
+
2704
+ .e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
2705
+ height: 49px;
2706
+ min-height: 49px;
2707
+ }
2708
+
2693
2709
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2694
2710
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2695
2711
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,
@@ -2691,6 +2691,22 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2691
2691
  min-height: 30px;
2692
2692
  }
2693
2693
 
2694
+ .e-bigger .e-pv-signature-dialog-height .e-pv-clearbtn {
2695
+ float: left;
2696
+ height: 49px;
2697
+ min-height: 49px;
2698
+ }
2699
+
2700
+ .e-bigger .e-pv-signature-dialog-height .e-pv-cancelbtn {
2701
+ height: 49px;
2702
+ min-height: 49px;
2703
+ }
2704
+
2705
+ .e-bigger .e-pv-signature-dialog-height .e-pv-createbtn {
2706
+ height: 49px;
2707
+ min-height: 49px;
2708
+ }
2709
+
2694
2710
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2695
2711
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active,
2696
2712
  .e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active,