@syncfusion/ej2-react-pdfviewer 20.1.61 → 20.2.39
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 +60 -1
- package/dist/ej2-react-pdfviewer.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap5-dark.css +2 -2
- package/styles/bootstrap5.css +1 -1
- package/styles/fluent-dark.css +3 -3
- package/styles/fluent.css +3 -3
- package/styles/pdfviewer/bootstrap5-dark.css +2 -2
- package/styles/pdfviewer/bootstrap5.css +1 -1
- package/styles/pdfviewer/fluent-dark.css +3 -3
- package/styles/pdfviewer/fluent.css +3 -3
- package/styles/pdfviewer/tailwind-dark.css +18 -18
- package/styles/pdfviewer/tailwind.css +2 -2
- package/styles/tailwind-dark.css +18 -18
- package/styles/tailwind.css +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,7 +6,66 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
-
- `#SF-
|
|
9
|
+
- `#SF-390764` - The issue of is document edited API is false while editing a document has been resolved.
|
|
10
|
+
- `#SF-388086` - The issue of replied comments merging with other annotations has been resolved.
|
|
11
|
+
- `#SF-379142`,`#SF-391296` - The x,y bounds of the form fields are proper while adding the form field.
|
|
12
|
+
- `#SF-386887` - The issue with radio button alignment with different zoom settings has been resolved.
|
|
13
|
+
- `#F175614` - For load failed and PDF file path not found errors, an error message is now displayed.
|
|
14
|
+
- `#SF-379627` - formFieldMouseover and formFieldMouseLeave is now trigger properly.
|
|
15
|
+
- `#SF-387260` - Now Signature Indicator Properties can be modified Programmatically in DOM.
|
|
16
|
+
- `#SF-384670` - Now that the type has been fixed, the signature value for the second time has been updated using form field collections.
|
|
17
|
+
- `#SF-382941`,`#SF-383132` - Now duplicate form fields able to select, move, delete and edit after deleting original form fields.
|
|
18
|
+
|
|
19
|
+
## 20.2.38 (2022-07-12)
|
|
20
|
+
|
|
21
|
+
### PDF Viewer
|
|
22
|
+
|
|
23
|
+
#### Bug Fixes
|
|
24
|
+
|
|
25
|
+
- `#SF-383108` - Now,the custom stamp annotations are added properly in touch mode
|
|
26
|
+
- `#SF-377362` - Annotations are now placed in the correct position in the download PDF document with crop value.
|
|
27
|
+
- `#SF-383385` - The delete key can be used to remove annotations added in touch mode.
|
|
28
|
+
- `#SF-381030` - Unloading a PDF document from the first PDF Viewer component no longer affects the rendering of the PDF document in the second PDF Viewer component.
|
|
29
|
+
- `#SF-385936` - The value of the Add Signature button will not extend outside the button and missing Portuguese tooltips have been translated.
|
|
30
|
+
- `#SF-372855`, `#F173951` - An annotation can now be added and resized up to the edge of the PDF document.
|
|
31
|
+
- `#SF-380996` - The `TextSearchComplete` event will be triggered when the text is searched in the PDF viewer.
|
|
32
|
+
- `#SF-377035`,`#SF-379948` - A tooltip will be displayed in a form field even if the FormDesignerService is not injected.
|
|
33
|
+
- `#SF-380472` - Added form fields after pressing escape no longer shades form fields.
|
|
34
|
+
- `#SF-384112` - The `formFieldSelect` event will be triggered while selecting the first form field in the document.
|
|
35
|
+
- `#SF-386568` - In the Bootstrap5 theme, the search icon will change to a clear icon after a search has been initiated.
|
|
36
|
+
- `#SF-382999` - The type signature in the signature fields will be modified based on the height of the Signature field while resizing.
|
|
37
|
+
- `#SF-379221` - Now, cache values (PDF_CONTENT) are updated in the `getCache()` method.
|
|
38
|
+
- `#SF-385864` - Now, the dropdown values will be changed programmatically in the PDF Viewer.
|
|
39
|
+
- `#SF-386545` - Now, the signature field color will appear while scrolling down long document.
|
|
40
|
+
- `#SF-272377` - Now, the position and size of the arrow shapes in the shape annotation are same as in the downloaded document.
|
|
41
|
+
- `#F173953` - Now, Script error have been resolved.
|
|
42
|
+
- `#SF-378591` - The issue with the comment panel not opening after disabling and enabling again has been fixed.
|
|
43
|
+
- `#SF-386545` - Now, the signature field color will appear with opacity while scrolling down long document.
|
|
44
|
+
|
|
45
|
+
## 20.2.36 (2022-06-30)
|
|
46
|
+
|
|
47
|
+
### PDF Viewer
|
|
48
|
+
|
|
49
|
+
#### Bug Fixes
|
|
50
|
+
|
|
51
|
+
- `#I371792` - Pan mode is now activated for all mobile devices by default.
|
|
52
|
+
- `#I363298` - The issue when form fields had different names when the form designer module is enabled and disabled has been fixed.
|
|
53
|
+
- `#F173953` - The issue with the incorrect sentence search functionality in the PDF Viewer has been resolved.
|
|
54
|
+
- `#I368423` - Now, rotation for form elements is considered.
|
|
55
|
+
- `#F173751` - Radio buttons that have been dynamically imported can now preserve its checked status.
|
|
56
|
+
- `#I376227` - The issue with the PDF Viewer's annotation FillColor not updating correctly has been fixed.
|
|
57
|
+
- `#I376346` - This issue with an annotation moving to the top of multiple pages has been resolved.
|
|
58
|
+
- `#F173061`- A `zoomToRect()` method is now used to zoom a particular area multiple times with different scroll positions in the viewport.
|
|
59
|
+
- `#I377714` - The problem with pinch zooming and form field position has been fixed.
|
|
60
|
+
- `#I377638` - The issue with the Read Only radio button value changing when downloading has been fixed.
|
|
61
|
+
- `#I378257`- The issue with the checkbox printing multiple times has been resolved.
|
|
62
|
+
- `#I378394` - Changes to form field properties that are made using the `formFieldPropertiesChange` event are no longer lost is now working properly.
|
|
63
|
+
- `#I379205` - Drawing a freehand signature when switching between tabs in the Add signature dialogue is no longer possible.
|
|
64
|
+
- `#I379120` - The pixel quality of the handwritten signature has now improved.
|
|
65
|
+
- `#I386899` - Issue with signature rendering is now resolved.
|
|
66
|
+
- `#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.
|
|
67
|
+
- `#I369733`- The free text annotation is no longer rotated when it is added programmatically to rotated documents.
|
|
68
|
+
- `#I383963` - Issue with cloned form field value is duplicated has been fixed.
|
|
10
69
|
|
|
11
70
|
## 20.1.60 (2022-06-14)
|
|
12
71
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-pdfviewer.umd.min.js
|
|
3
|
-
* version : 20.
|
|
3
|
+
* version : 20.2.39
|
|
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
|
+
"_id": "@syncfusion/ej2-react-pdfviewer@20.2.38",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-QzYq2ArUMenzEvpAN/C+/aM4vEPMqVpp8EocyUuwB5iF5MJwlkRW5Sn68EPLESJFjlMAQjEaNxETmUW/QwAywg==",
|
|
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.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-20.2.38.tgz",
|
|
23
|
+
"_shasum": "c259b6d690242c41069d1bfb0f29b2b724fe6c37",
|
|
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.
|
|
35
|
-
"@syncfusion/ej2-pdfviewer": "20.
|
|
36
|
-
"@syncfusion/ej2-react-base": "~20.
|
|
34
|
+
"@syncfusion/ej2-base": "~20.2.38",
|
|
35
|
+
"@syncfusion/ej2-pdfviewer": "20.2.39",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~20.2.38"
|
|
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.
|
|
64
|
+
"version": "20.2.39",
|
|
65
65
|
"sideEffects": false
|
|
66
66
|
}
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
font-family: "e-icons";
|
|
92
92
|
}
|
|
93
93
|
.e-pdfviewer .e-pv-search-close::before {
|
|
94
|
-
content: "\
|
|
94
|
+
content: "\e7e7";
|
|
95
95
|
font-family: "e-icons";
|
|
96
96
|
}
|
|
97
97
|
.e-pdfviewer .e-pv-formdesigner-icon::before {
|
|
@@ -1858,7 +1858,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1858
1858
|
.e-pv-annotation-thickness-popup-container {
|
|
1859
1859
|
background-color: #fff;
|
|
1860
1860
|
box-shadow: 0 3px 8px 0 #31373d;
|
|
1861
|
-
color: #
|
|
1861
|
+
color: #fff;
|
|
1862
1862
|
height: auto;
|
|
1863
1863
|
min-height: 48px;
|
|
1864
1864
|
padding: 16px;
|
package/styles/bootstrap5.css
CHANGED
package/styles/fluent-dark.css
CHANGED
|
@@ -1847,7 +1847,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1847
1847
|
.e-pv-annotation-thickness-popup-container {
|
|
1848
1848
|
background-color: #fff;
|
|
1849
1849
|
box-shadow: none;
|
|
1850
|
-
color: #
|
|
1850
|
+
color: #f3f2f1;
|
|
1851
1851
|
height: auto;
|
|
1852
1852
|
min-height: 48px;
|
|
1853
1853
|
padding: 16px;
|
|
@@ -2598,7 +2598,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2598
2598
|
.e-pdfviewer .e-btn-save.e-outline.e-primary:disabled {
|
|
2599
2599
|
background-color: transparent;
|
|
2600
2600
|
border-radius: 2px;
|
|
2601
|
-
color: #
|
|
2601
|
+
color: #1b1a19;
|
|
2602
2602
|
}
|
|
2603
2603
|
|
|
2604
2604
|
.e-pdfviewer .e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content {
|
|
@@ -2786,7 +2786,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2786
2786
|
}
|
|
2787
2787
|
|
|
2788
2788
|
.e-pdfviewer .e-input-group.e-control-wrapper.e-editable-elements.e-input-focus {
|
|
2789
|
-
caret-color: #
|
|
2789
|
+
caret-color: #000;
|
|
2790
2790
|
}
|
|
2791
2791
|
|
|
2792
2792
|
.e-pv-reply-div {
|
package/styles/fluent.css
CHANGED
|
@@ -1847,7 +1847,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1847
1847
|
.e-pv-annotation-thickness-popup-container {
|
|
1848
1848
|
background-color: #fff;
|
|
1849
1849
|
box-shadow: none;
|
|
1850
|
-
color: #
|
|
1850
|
+
color: #201f1e;
|
|
1851
1851
|
height: auto;
|
|
1852
1852
|
min-height: 48px;
|
|
1853
1853
|
padding: 16px;
|
|
@@ -2598,7 +2598,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2598
2598
|
.e-pdfviewer .e-btn-save.e-outline.e-primary:disabled {
|
|
2599
2599
|
background-color: transparent;
|
|
2600
2600
|
border-radius: 2px;
|
|
2601
|
-
color: #
|
|
2601
|
+
color: #fff;
|
|
2602
2602
|
}
|
|
2603
2603
|
|
|
2604
2604
|
.e-pdfviewer .e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content {
|
|
@@ -2786,7 +2786,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2786
2786
|
}
|
|
2787
2787
|
|
|
2788
2788
|
.e-pdfviewer .e-input-group.e-control-wrapper.e-editable-elements.e-input-focus {
|
|
2789
|
-
caret-color: #
|
|
2789
|
+
caret-color: #000;
|
|
2790
2790
|
}
|
|
2791
2791
|
|
|
2792
2792
|
.e-pv-reply-div {
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
font-family: "e-icons";
|
|
92
92
|
}
|
|
93
93
|
.e-pdfviewer .e-pv-search-close::before {
|
|
94
|
-
content: "\
|
|
94
|
+
content: "\e7e7";
|
|
95
95
|
font-family: "e-icons";
|
|
96
96
|
}
|
|
97
97
|
.e-pdfviewer .e-pv-formdesigner-icon::before {
|
|
@@ -1858,7 +1858,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1858
1858
|
.e-pv-annotation-thickness-popup-container {
|
|
1859
1859
|
background-color: #fff;
|
|
1860
1860
|
box-shadow: 0 3px 8px 0 #31373d;
|
|
1861
|
-
color: #
|
|
1861
|
+
color: #fff;
|
|
1862
1862
|
height: auto;
|
|
1863
1863
|
min-height: 48px;
|
|
1864
1864
|
padding: 16px;
|
|
@@ -1847,7 +1847,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1847
1847
|
.e-pv-annotation-thickness-popup-container {
|
|
1848
1848
|
background-color: #fff;
|
|
1849
1849
|
box-shadow: none;
|
|
1850
|
-
color: #
|
|
1850
|
+
color: #f3f2f1;
|
|
1851
1851
|
height: auto;
|
|
1852
1852
|
min-height: 48px;
|
|
1853
1853
|
padding: 16px;
|
|
@@ -2598,7 +2598,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2598
2598
|
.e-pdfviewer .e-btn-save.e-outline.e-primary:disabled {
|
|
2599
2599
|
background-color: transparent;
|
|
2600
2600
|
border-radius: 2px;
|
|
2601
|
-
color: #
|
|
2601
|
+
color: #1b1a19;
|
|
2602
2602
|
}
|
|
2603
2603
|
|
|
2604
2604
|
.e-pdfviewer .e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content {
|
|
@@ -2786,7 +2786,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2786
2786
|
}
|
|
2787
2787
|
|
|
2788
2788
|
.e-pdfviewer .e-input-group.e-control-wrapper.e-editable-elements.e-input-focus {
|
|
2789
|
-
caret-color: #
|
|
2789
|
+
caret-color: #000;
|
|
2790
2790
|
}
|
|
2791
2791
|
|
|
2792
2792
|
.e-pv-reply-div {
|
|
@@ -1847,7 +1847,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1847
1847
|
.e-pv-annotation-thickness-popup-container {
|
|
1848
1848
|
background-color: #fff;
|
|
1849
1849
|
box-shadow: none;
|
|
1850
|
-
color: #
|
|
1850
|
+
color: #201f1e;
|
|
1851
1851
|
height: auto;
|
|
1852
1852
|
min-height: 48px;
|
|
1853
1853
|
padding: 16px;
|
|
@@ -2598,7 +2598,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2598
2598
|
.e-pdfviewer .e-btn-save.e-outline.e-primary:disabled {
|
|
2599
2599
|
background-color: transparent;
|
|
2600
2600
|
border-radius: 2px;
|
|
2601
|
-
color: #
|
|
2601
|
+
color: #fff;
|
|
2602
2602
|
}
|
|
2603
2603
|
|
|
2604
2604
|
.e-pdfviewer .e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content {
|
|
@@ -2786,7 +2786,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2786
2786
|
}
|
|
2787
2787
|
|
|
2788
2788
|
.e-pdfviewer .e-input-group.e-control-wrapper.e-editable-elements.e-input-focus {
|
|
2789
|
-
caret-color: #
|
|
2789
|
+
caret-color: #000;
|
|
2790
2790
|
}
|
|
2791
2791
|
|
|
2792
2792
|
.e-pv-reply-div {
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
font-family: "e-icons";
|
|
93
93
|
}
|
|
94
94
|
.e-pdfviewer .e-pv-search-close::before {
|
|
95
|
-
content: "\
|
|
95
|
+
content: "\e7e7";
|
|
96
96
|
font-family: "e-icons";
|
|
97
97
|
}
|
|
98
98
|
.e-pdfviewer .e-pv-formdesigner-icon::before {
|
|
@@ -669,9 +669,9 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
669
669
|
|
|
670
670
|
.e-pv-viewer-container .e-pv-page-div {
|
|
671
671
|
border-color: #4b5563;
|
|
672
|
-
border-style:
|
|
672
|
+
border-style: solid;
|
|
673
673
|
border-width: 1px;
|
|
674
|
-
box-shadow:
|
|
674
|
+
box-shadow: none;
|
|
675
675
|
box-sizing: content-box;
|
|
676
676
|
position: absolute;
|
|
677
677
|
}
|
|
@@ -957,7 +957,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
957
957
|
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
958
958
|
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
959
959
|
.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error) {
|
|
960
|
-
background-color:
|
|
960
|
+
background-color: #fff;
|
|
961
961
|
border: 0;
|
|
962
962
|
border-radius: 2px;
|
|
963
963
|
}
|
|
@@ -1266,7 +1266,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1266
1266
|
.e-pv-sidebar-resizer {
|
|
1267
1267
|
background: #232e3e;
|
|
1268
1268
|
border: 0;
|
|
1269
|
-
border-width:
|
|
1269
|
+
border-width: 0;
|
|
1270
1270
|
color: inherit;
|
|
1271
1271
|
cursor: ew-resize;
|
|
1272
1272
|
height: 100%;
|
|
@@ -1303,7 +1303,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1303
1303
|
line-height: inherit;
|
|
1304
1304
|
margin: 12px 2px;
|
|
1305
1305
|
outline: none;
|
|
1306
|
-
padding:
|
|
1306
|
+
padding: 0;
|
|
1307
1307
|
width: 30px;
|
|
1308
1308
|
-ms-flex-align: center;
|
|
1309
1309
|
align-items: center;
|
|
@@ -1317,9 +1317,9 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1317
1317
|
.e-pv-bookmark-button-selection.e-pv-bookmark-button.e-btn {
|
|
1318
1318
|
background: #4b5563;
|
|
1319
1319
|
border: none;
|
|
1320
|
-
border-radius:
|
|
1320
|
+
border-radius: 4px;
|
|
1321
1321
|
line-height: inherit;
|
|
1322
|
-
padding:
|
|
1322
|
+
padding: 0;
|
|
1323
1323
|
}
|
|
1324
1324
|
|
|
1325
1325
|
.e-pv-bookmark-button.e-btn {
|
|
@@ -1420,7 +1420,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1420
1420
|
.e-pv-thumbnail-focus {
|
|
1421
1421
|
border: 2px solid #22d3ee;
|
|
1422
1422
|
border-radius: 2px;
|
|
1423
|
-
box-shadow: 0
|
|
1423
|
+
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
1424
1424
|
cursor: pointer;
|
|
1425
1425
|
padding: 0;
|
|
1426
1426
|
}
|
|
@@ -1773,7 +1773,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1773
1773
|
|
|
1774
1774
|
.e-pv-annotation-opacity-popup-container,
|
|
1775
1775
|
.e-pv-annotation-thickness-popup-container {
|
|
1776
|
-
background-color: #
|
|
1776
|
+
background-color: #fff;
|
|
1777
1777
|
box-shadow: 0 3px 8px 0 #4b5563;
|
|
1778
1778
|
color: #fff;
|
|
1779
1779
|
height: auto;
|
|
@@ -1906,7 +1906,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1906
1906
|
.e-pv-annotation-textalign-container.e-btn:active,
|
|
1907
1907
|
.e-pv-annotation-textprop-container.e-btn:active,
|
|
1908
1908
|
.e-pv-annotation-handwritten-container.e-btn:active {
|
|
1909
|
-
background-color: #
|
|
1909
|
+
background-color: #374151;
|
|
1910
1910
|
border-color: transparent;
|
|
1911
1911
|
box-shadow: none;
|
|
1912
1912
|
color: #fff;
|
|
@@ -2683,7 +2683,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2683
2683
|
.e-pv-comment-panel-resizer {
|
|
2684
2684
|
background: #232e3e;
|
|
2685
2685
|
border: 0;
|
|
2686
|
-
border-width:
|
|
2686
|
+
border-width: 0;
|
|
2687
2687
|
color: inherit;
|
|
2688
2688
|
cursor: ew-resize;
|
|
2689
2689
|
height: 100%;
|
|
@@ -3005,13 +3005,13 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3005
3005
|
.e-pv-properties-formfield-maxlength-text-label,
|
|
3006
3006
|
.e-pv-formfield-maxlength {
|
|
3007
3007
|
padding-left: 1px;
|
|
3008
|
-
width:
|
|
3008
|
+
width: 95px;
|
|
3009
3009
|
}
|
|
3010
3010
|
|
|
3011
3011
|
.e-pv-formfield-maxlength-group {
|
|
3012
3012
|
display: -ms-flexbox;
|
|
3013
3013
|
display: flex;
|
|
3014
|
-
padding-left:
|
|
3014
|
+
padding-left: 82px;
|
|
3015
3015
|
}
|
|
3016
3016
|
|
|
3017
3017
|
.e-pv-properties-form-field-list-add-div {
|
|
@@ -3120,7 +3120,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3120
3120
|
.e-pv-form-field-property-header {
|
|
3121
3121
|
-ms-user-select: none;
|
|
3122
3122
|
-webkit-user-select: none;
|
|
3123
|
-
color: #
|
|
3123
|
+
color: #000;
|
|
3124
3124
|
display: block;
|
|
3125
3125
|
font-family: Roboto;
|
|
3126
3126
|
font-size: 20px;
|
|
@@ -3243,7 +3243,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3243
3243
|
}
|
|
3244
3244
|
|
|
3245
3245
|
.e-pv-handwritten-signature-canvas {
|
|
3246
|
-
height:
|
|
3246
|
+
height: 366px;
|
|
3247
3247
|
width: 712px;
|
|
3248
3248
|
}
|
|
3249
3249
|
|
|
@@ -3252,11 +3252,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3252
3252
|
}
|
|
3253
3253
|
|
|
3254
3254
|
.e-pv-canvas-signature {
|
|
3255
|
-
width:
|
|
3255
|
+
width: 712px;
|
|
3256
3256
|
}
|
|
3257
3257
|
|
|
3258
3258
|
.e-pv-canvas-signature-blazor {
|
|
3259
|
-
width:
|
|
3259
|
+
width: 712px;
|
|
3260
3260
|
}
|
|
3261
3261
|
|
|
3262
3262
|
.e-pv-font-appearance-style {
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
font-family: "e-icons";
|
|
93
93
|
}
|
|
94
94
|
.e-pdfviewer .e-pv-search-close::before {
|
|
95
|
-
content: "\
|
|
95
|
+
content: "\e7e7";
|
|
96
96
|
font-family: "e-icons";
|
|
97
97
|
}
|
|
98
98
|
.e-pdfviewer .e-pv-formdesigner-icon::before {
|
|
@@ -1776,7 +1776,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1776
1776
|
.e-pv-annotation-thickness-popup-container {
|
|
1777
1777
|
background-color: #fff;
|
|
1778
1778
|
box-shadow: 0 3px 8px 0 #f3f4f6;
|
|
1779
|
-
color: #
|
|
1779
|
+
color: #111827;
|
|
1780
1780
|
height: auto;
|
|
1781
1781
|
min-height: 48px;
|
|
1782
1782
|
padding: 16px;
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
font-family: "e-icons";
|
|
93
93
|
}
|
|
94
94
|
.e-pdfviewer .e-pv-search-close::before {
|
|
95
|
-
content: "\
|
|
95
|
+
content: "\e7e7";
|
|
96
96
|
font-family: "e-icons";
|
|
97
97
|
}
|
|
98
98
|
.e-pdfviewer .e-pv-formdesigner-icon::before {
|
|
@@ -669,9 +669,9 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
669
669
|
|
|
670
670
|
.e-pv-viewer-container .e-pv-page-div {
|
|
671
671
|
border-color: #4b5563;
|
|
672
|
-
border-style:
|
|
672
|
+
border-style: solid;
|
|
673
673
|
border-width: 1px;
|
|
674
|
-
box-shadow:
|
|
674
|
+
box-shadow: none;
|
|
675
675
|
box-sizing: content-box;
|
|
676
676
|
position: absolute;
|
|
677
677
|
}
|
|
@@ -957,7 +957,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
957
957
|
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
958
958
|
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
959
959
|
.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error) {
|
|
960
|
-
background-color:
|
|
960
|
+
background-color: #fff;
|
|
961
961
|
border: 0;
|
|
962
962
|
border-radius: 2px;
|
|
963
963
|
}
|
|
@@ -1266,7 +1266,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1266
1266
|
.e-pv-sidebar-resizer {
|
|
1267
1267
|
background: #232e3e;
|
|
1268
1268
|
border: 0;
|
|
1269
|
-
border-width:
|
|
1269
|
+
border-width: 0;
|
|
1270
1270
|
color: inherit;
|
|
1271
1271
|
cursor: ew-resize;
|
|
1272
1272
|
height: 100%;
|
|
@@ -1303,7 +1303,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1303
1303
|
line-height: inherit;
|
|
1304
1304
|
margin: 12px 2px;
|
|
1305
1305
|
outline: none;
|
|
1306
|
-
padding:
|
|
1306
|
+
padding: 0;
|
|
1307
1307
|
width: 30px;
|
|
1308
1308
|
-ms-flex-align: center;
|
|
1309
1309
|
align-items: center;
|
|
@@ -1317,9 +1317,9 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1317
1317
|
.e-pv-bookmark-button-selection.e-pv-bookmark-button.e-btn {
|
|
1318
1318
|
background: #4b5563;
|
|
1319
1319
|
border: none;
|
|
1320
|
-
border-radius:
|
|
1320
|
+
border-radius: 4px;
|
|
1321
1321
|
line-height: inherit;
|
|
1322
|
-
padding:
|
|
1322
|
+
padding: 0;
|
|
1323
1323
|
}
|
|
1324
1324
|
|
|
1325
1325
|
.e-pv-bookmark-button.e-btn {
|
|
@@ -1420,7 +1420,7 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
1420
1420
|
.e-pv-thumbnail-focus {
|
|
1421
1421
|
border: 2px solid #22d3ee;
|
|
1422
1422
|
border-radius: 2px;
|
|
1423
|
-
box-shadow: 0
|
|
1423
|
+
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
|
|
1424
1424
|
cursor: pointer;
|
|
1425
1425
|
padding: 0;
|
|
1426
1426
|
}
|
|
@@ -1773,7 +1773,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1773
1773
|
|
|
1774
1774
|
.e-pv-annotation-opacity-popup-container,
|
|
1775
1775
|
.e-pv-annotation-thickness-popup-container {
|
|
1776
|
-
background-color: #
|
|
1776
|
+
background-color: #fff;
|
|
1777
1777
|
box-shadow: 0 3px 8px 0 #4b5563;
|
|
1778
1778
|
color: #fff;
|
|
1779
1779
|
height: auto;
|
|
@@ -1906,7 +1906,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1906
1906
|
.e-pv-annotation-textalign-container.e-btn:active,
|
|
1907
1907
|
.e-pv-annotation-textprop-container.e-btn:active,
|
|
1908
1908
|
.e-pv-annotation-handwritten-container.e-btn:active {
|
|
1909
|
-
background-color: #
|
|
1909
|
+
background-color: #374151;
|
|
1910
1910
|
border-color: transparent;
|
|
1911
1911
|
box-shadow: none;
|
|
1912
1912
|
color: #fff;
|
|
@@ -2683,7 +2683,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2683
2683
|
.e-pv-comment-panel-resizer {
|
|
2684
2684
|
background: #232e3e;
|
|
2685
2685
|
border: 0;
|
|
2686
|
-
border-width:
|
|
2686
|
+
border-width: 0;
|
|
2687
2687
|
color: inherit;
|
|
2688
2688
|
cursor: ew-resize;
|
|
2689
2689
|
height: 100%;
|
|
@@ -3005,13 +3005,13 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3005
3005
|
.e-pv-properties-formfield-maxlength-text-label,
|
|
3006
3006
|
.e-pv-formfield-maxlength {
|
|
3007
3007
|
padding-left: 1px;
|
|
3008
|
-
width:
|
|
3008
|
+
width: 95px;
|
|
3009
3009
|
}
|
|
3010
3010
|
|
|
3011
3011
|
.e-pv-formfield-maxlength-group {
|
|
3012
3012
|
display: -ms-flexbox;
|
|
3013
3013
|
display: flex;
|
|
3014
|
-
padding-left:
|
|
3014
|
+
padding-left: 82px;
|
|
3015
3015
|
}
|
|
3016
3016
|
|
|
3017
3017
|
.e-pv-properties-form-field-list-add-div {
|
|
@@ -3120,7 +3120,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3120
3120
|
.e-pv-form-field-property-header {
|
|
3121
3121
|
-ms-user-select: none;
|
|
3122
3122
|
-webkit-user-select: none;
|
|
3123
|
-
color: #
|
|
3123
|
+
color: #000;
|
|
3124
3124
|
display: block;
|
|
3125
3125
|
font-family: Roboto;
|
|
3126
3126
|
font-size: 20px;
|
|
@@ -3243,7 +3243,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3243
3243
|
}
|
|
3244
3244
|
|
|
3245
3245
|
.e-pv-handwritten-signature-canvas {
|
|
3246
|
-
height:
|
|
3246
|
+
height: 366px;
|
|
3247
3247
|
width: 712px;
|
|
3248
3248
|
}
|
|
3249
3249
|
|
|
@@ -3252,11 +3252,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3252
3252
|
}
|
|
3253
3253
|
|
|
3254
3254
|
.e-pv-canvas-signature {
|
|
3255
|
-
width:
|
|
3255
|
+
width: 712px;
|
|
3256
3256
|
}
|
|
3257
3257
|
|
|
3258
3258
|
.e-pv-canvas-signature-blazor {
|
|
3259
|
-
width:
|
|
3259
|
+
width: 712px;
|
|
3260
3260
|
}
|
|
3261
3261
|
|
|
3262
3262
|
.e-pv-font-appearance-style {
|
package/styles/tailwind.css
CHANGED
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
font-family: "e-icons";
|
|
93
93
|
}
|
|
94
94
|
.e-pdfviewer .e-pv-search-close::before {
|
|
95
|
-
content: "\
|
|
95
|
+
content: "\e7e7";
|
|
96
96
|
font-family: "e-icons";
|
|
97
97
|
}
|
|
98
98
|
.e-pdfviewer .e-pv-formdesigner-icon::before {
|
|
@@ -1776,7 +1776,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1776
1776
|
.e-pv-annotation-thickness-popup-container {
|
|
1777
1777
|
background-color: #fff;
|
|
1778
1778
|
box-shadow: 0 3px 8px 0 #f3f4f6;
|
|
1779
|
-
color: #
|
|
1779
|
+
color: #111827;
|
|
1780
1780
|
height: auto;
|
|
1781
1781
|
min-height: 48px;
|
|
1782
1782
|
padding: 16px;
|