@syncfusion/ej2-react-pdfviewer 19.2.56 → 19.3.43
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 +0 -49
- package/dist/ej2-react-pdfviewer.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +152 -40
- package/styles/bootstrap.css +152 -40
- package/styles/bootstrap4.css +171 -46
- package/styles/bootstrap5-dark.css +3510 -0
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5.css +3510 -0
- package/styles/bootstrap5.scss +1 -0
- package/styles/fabric-dark.css +154 -42
- package/styles/fabric.css +154 -41
- package/styles/highcontrast-light.css +150 -38
- package/styles/highcontrast.css +156 -39
- package/styles/material-dark.css +159 -47
- package/styles/material.css +157 -40
- package/styles/pdfviewer/bootstrap-dark.css +152 -40
- package/styles/pdfviewer/bootstrap.css +152 -40
- package/styles/pdfviewer/bootstrap4.css +171 -46
- package/styles/pdfviewer/bootstrap5-dark.css +3510 -0
- package/styles/pdfviewer/bootstrap5-dark.scss +1 -0
- package/styles/pdfviewer/bootstrap5.css +3510 -0
- package/styles/pdfviewer/bootstrap5.scss +1 -0
- package/styles/pdfviewer/fabric-dark.css +154 -42
- package/styles/pdfviewer/fabric.css +154 -41
- package/styles/pdfviewer/highcontrast-light.css +150 -38
- package/styles/pdfviewer/highcontrast.css +156 -39
- package/styles/pdfviewer/material-dark.css +159 -47
- package/styles/pdfviewer/material.css +157 -40
- package/styles/pdfviewer/tailwind-dark.css +310 -170
- package/styles/pdfviewer/tailwind.css +317 -177
- package/styles/tailwind-dark.css +310 -170
- package/styles/tailwind.css +317 -177
package/CHANGELOG.md
CHANGED
|
@@ -2,55 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
-
### PDF Viewer
|
|
6
|
-
|
|
7
|
-
#### Bug Fixes
|
|
8
|
-
|
|
9
|
-
- `#336843` - Now, the search notification dialog is displaying in the correct position while disabling the toolbar.
|
|
10
|
-
- `#337234`, `#337796` - Now, the stamp annotation will not be removed from the PDF document while removing the annotation comments.
|
|
11
|
-
|
|
12
|
-
## 19.2.51 (2021-08-03)
|
|
13
|
-
|
|
14
|
-
### PDF Viewer
|
|
15
|
-
|
|
16
|
-
#### Bug Fixes
|
|
17
|
-
|
|
18
|
-
- `#334546` - Now, the provided PDF document is loading correctly in the PDF Viewer.
|
|
19
|
-
|
|
20
|
-
## 19.2.49 (2021-07-27)
|
|
21
|
-
|
|
22
|
-
### PDF Viewer
|
|
23
|
-
|
|
24
|
-
#### Bug Fixes
|
|
25
|
-
|
|
26
|
-
- `#334546` - Now, the stamp annotation size is maintained properly in the saved PDF document once the annotation is moved.
|
|
27
|
-
|
|
28
|
-
## 19.2.48 (2021-07-20)
|
|
29
|
-
|
|
30
|
-
### PDF Viewer
|
|
31
|
-
|
|
32
|
-
#### Bug Fixes
|
|
33
|
-
|
|
34
|
-
- `#333530` - Now, the PDF document is rendered correctly, when the viewport width property is null.
|
|
35
|
-
- `#335487` - Now, the Radio button and checkbox fields are movable before resizing them.
|
|
36
|
-
|
|
37
|
-
## 19.2.47 (2021-07-13)
|
|
38
|
-
|
|
39
|
-
### PDF Viewer
|
|
40
|
-
|
|
41
|
-
#### Bug Fixes
|
|
42
|
-
|
|
43
|
-
- `#287792`, `#335501` - Now, the ExportFormfields as JSON is working properly.
|
|
44
|
-
|
|
45
|
-
## 19.2.46 (2021-07-06)
|
|
46
|
-
|
|
47
|
-
### PDF Viewer
|
|
48
|
-
|
|
49
|
-
#### Bug Fixes
|
|
50
|
-
|
|
51
|
-
- `#331233` - The Script error will no longer be thrown if we disable the toolbar and navigate the next page from code behind.
|
|
52
|
-
- `#331680` - Now, the Annotation toolbar items are aligned properly in the drop-down.
|
|
53
|
-
|
|
54
5
|
## 19.1.67 (2021-06-08)
|
|
55
6
|
|
|
56
7
|
### PDF Viewer
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-pdfviewer.umd.min.js
|
|
3
|
-
* version : 19.
|
|
3
|
+
* version : 19.3.43
|
|
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@19.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-pdfviewer@19.21.0",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512
|
|
5
|
+
"_integrity": "sha512-+WONy+LGlzI8bb7mByLHRRkYsopGYVfop1O2In0F0s4Axf37B/NbjJuhWRA+k2uvKhWkDGOdT0TN6c4UUGLDHw==",
|
|
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-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-19.21.0.tgz",
|
|
23
|
+
"_shasum": "0453789fa2fe1ee1f795b63a43cbb33ea5a82fa8",
|
|
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": "~19.
|
|
35
|
-
"@syncfusion/ej2-pdfviewer": "19.
|
|
36
|
-
"@syncfusion/ej2-react-base": "~19.
|
|
34
|
+
"@syncfusion/ej2-base": "~19.3.43",
|
|
35
|
+
"@syncfusion/ej2-pdfviewer": "19.3.43",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~19.3.43"
|
|
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": "19.
|
|
64
|
+
"version": "19.3.43",
|
|
65
65
|
"sideEffects": false
|
|
66
66
|
}
|
|
@@ -288,6 +288,11 @@
|
|
|
288
288
|
font-family: 'e-icons';
|
|
289
289
|
}
|
|
290
290
|
|
|
291
|
+
.e-pv-property-icon::before {
|
|
292
|
+
content: '\e199';
|
|
293
|
+
font-family: 'e-icons';
|
|
294
|
+
}
|
|
295
|
+
|
|
291
296
|
.e-pv-comment-selection-icon::before {
|
|
292
297
|
color: #0070f0;
|
|
293
298
|
content: '\e680';
|
|
@@ -686,6 +691,14 @@
|
|
|
686
691
|
font-size: 16px;
|
|
687
692
|
}
|
|
688
693
|
|
|
694
|
+
.e-pv-annotation-ink-container .e-pv-inkannotation-icon {
|
|
695
|
+
font-size: 16px;
|
|
696
|
+
}
|
|
697
|
+
|
|
698
|
+
.e-pv-annotation-handwritten-container .e-pv-handwritten-icon.e-btn-icon:not(.e-caret) {
|
|
699
|
+
font-size: 16px;
|
|
700
|
+
}
|
|
701
|
+
|
|
689
702
|
.e-pv-mobilescroll-container {
|
|
690
703
|
background-color: #1a1a1a;
|
|
691
704
|
border: 1px solid #505050;
|
|
@@ -956,7 +969,9 @@
|
|
|
956
969
|
}
|
|
957
970
|
|
|
958
971
|
.e-pv-zoom-drop-down.e-input-group.e-control-wrapper.e-ddl:not(.e-error),
|
|
959
|
-
.e-pv-prop-dropdown.e-input-group.e-control-wrapper.e-ddl:not(.e-error)
|
|
972
|
+
.e-pv-prop-dropdown.e-input-group.e-control-wrapper.e-ddl:not(.e-error),
|
|
973
|
+
.e-pv-zoom-drop-down-rtl.e-input-group.e-control-wrapper.e-ddl:not(.e-error),
|
|
974
|
+
.e-pv-prop-dropdown-rtl.e-input-group.e-control-wrapper.e-ddl:not(.e-error) {
|
|
960
975
|
background-color: transparent;
|
|
961
976
|
border: 1px solid #858585;
|
|
962
977
|
height: inherit;
|
|
@@ -965,19 +980,25 @@
|
|
|
965
980
|
}
|
|
966
981
|
|
|
967
982
|
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
|
|
968
|
-
.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)
|
|
983
|
+
.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),
|
|
984
|
+
.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),
|
|
985
|
+
.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) {
|
|
969
986
|
background-color: transparent;
|
|
970
987
|
border: 1px solid #676767;
|
|
971
988
|
border-radius: 2px;
|
|
972
989
|
}
|
|
973
990
|
|
|
974
991
|
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus .e-search-icon.e-ddl-icon,
|
|
975
|
-
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus .e-search-icon.e-ddl-icon
|
|
992
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus .e-search-icon.e-ddl-icon,
|
|
993
|
+
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus .e-search-icon.e-ddl-icon,
|
|
994
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-input-focus .e-search-icon.e-ddl-icon {
|
|
976
995
|
color: inherit;
|
|
977
996
|
}
|
|
978
997
|
|
|
979
998
|
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control.e-keyboard,
|
|
980
|
-
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard
|
|
999
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard,
|
|
1000
|
+
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl .e-input.e-control.e-keyboard,
|
|
1001
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl .e-input.e-control.e-keyboard {
|
|
981
1002
|
height: inherit;
|
|
982
1003
|
margin-top: -1px;
|
|
983
1004
|
padding-bottom: 0;
|
|
@@ -985,17 +1006,23 @@
|
|
|
985
1006
|
}
|
|
986
1007
|
|
|
987
1008
|
.e-pv-toolbar:not(.e-rtl) .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control.e-keyboard,
|
|
988
|
-
.e-pv-toolbar:not(.e-rtl) .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard
|
|
1009
|
+
.e-pv-toolbar:not(.e-rtl) .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard,
|
|
1010
|
+
.e-pv-toolbar:not(.e-rtl) .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl .e-input.e-control.e-keyboard,
|
|
1011
|
+
.e-pv-toolbar:not(.e-rtl) .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl .e-input.e-control.e-keyboard {
|
|
989
1012
|
padding-left: 0;
|
|
990
1013
|
}
|
|
991
1014
|
|
|
992
1015
|
.e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control.e-keyboard,
|
|
993
|
-
.e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard
|
|
1016
|
+
.e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard,
|
|
1017
|
+
.e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl .e-input.e-control.e-keyboard,
|
|
1018
|
+
.e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl .e-input.e-control.e-keyboard {
|
|
994
1019
|
padding-right: 0;
|
|
995
1020
|
}
|
|
996
1021
|
|
|
997
1022
|
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-search-icon.e-ddl-icon,
|
|
998
|
-
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-search-icon.e-ddl-icon
|
|
1023
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-search-icon.e-ddl-icon,
|
|
1024
|
+
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl .e-search-icon.e-ddl-icon,
|
|
1025
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl .e-search-icon.e-ddl-icon {
|
|
999
1026
|
background-color: transparent;
|
|
1000
1027
|
border-left: 0;
|
|
1001
1028
|
margin-bottom: 0;
|
|
@@ -1006,7 +1033,9 @@
|
|
|
1006
1033
|
|
|
1007
1034
|
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control,
|
|
1008
1035
|
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control,
|
|
1009
|
-
.e-input-group.e-control-wrapper.e-pv-current-page-box .e-numerictextbox.e-input
|
|
1036
|
+
.e-input-group.e-control-wrapper.e-pv-current-page-box .e-numerictextbox.e-input,
|
|
1037
|
+
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl .e-input.e-control,
|
|
1038
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl .e-input.e-control {
|
|
1010
1039
|
text-align: center;
|
|
1011
1040
|
}
|
|
1012
1041
|
|
|
@@ -1015,12 +1044,18 @@
|
|
|
1015
1044
|
text-align: left;
|
|
1016
1045
|
}
|
|
1017
1046
|
|
|
1018
|
-
.e-pv-zoom-drop-down.e-
|
|
1019
|
-
.e-pv-prop-dropdown.e-
|
|
1047
|
+
.e-pv-zoom-drop-down-rtl.e-ddl.e-popup.e-popup-open,
|
|
1048
|
+
.e-pv-prop-dropdown-rtl.e-ddl.e-popup.e-popup-open {
|
|
1049
|
+
text-align: right;
|
|
1050
|
+
}
|
|
1051
|
+
|
|
1052
|
+
.e-pv-zoom-drop-down.e-popup.e-popup-open .e-dropdownbase .e-list-item.e-active .e-pv-prop-dropdown.e-popup.e-popup-open .e-dropdownbase .e-list-item.e-active,
|
|
1053
|
+
.e-pv-zoom-drop-down-rtl.e-popup.e-popup-open .e-dropdownbase .e-list-item.e-active .e-pv-prop-dropdown-rtl.e-popup.e-popup-open .e-dropdownbase .e-list-item.e-active {
|
|
1020
1054
|
color: #fff;
|
|
1021
1055
|
}
|
|
1022
1056
|
|
|
1023
|
-
.e-pv-zoom-drop-down.e-popup.e-popup-open
|
|
1057
|
+
.e-pv-zoom-drop-down.e-popup.e-popup-open,
|
|
1058
|
+
.e-pv-zoom-drop-down-rtl.e-popup.e-popup-open {
|
|
1024
1059
|
min-height: 236px;
|
|
1025
1060
|
min-width: 122px;
|
|
1026
1061
|
}
|
|
@@ -1030,6 +1065,11 @@
|
|
|
1030
1065
|
border-radius: 2px;
|
|
1031
1066
|
}
|
|
1032
1067
|
|
|
1068
|
+
.e-pv-zoom-drop-down.e-ddl.e-valid-input.e-input-focus,
|
|
1069
|
+
.e-pv-zoom-drop-down-rtl.e-ddl.e-valid-input.e-input-focus {
|
|
1070
|
+
box-shadow: none;
|
|
1071
|
+
}
|
|
1072
|
+
|
|
1033
1073
|
.e-pv-password-popup.e-dialog .e-dlg-header,
|
|
1034
1074
|
.e-pv-corrupted-popup.e-dialog .e-pv-corrupted-popup-header,
|
|
1035
1075
|
.e-pv-notification-popup.e-dialog .e-dlg-header {
|
|
@@ -1103,7 +1143,9 @@
|
|
|
1103
1143
|
}
|
|
1104
1144
|
|
|
1105
1145
|
.e-pv-zoom-drop-down.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before,
|
|
1106
|
-
.e-pv-prop-dropdown.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before
|
|
1146
|
+
.e-pv-prop-dropdown.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before,
|
|
1147
|
+
.e-pv-zoom-drop-down-rtl.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before,
|
|
1148
|
+
.e-pv-prop-dropdown-rtl.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before {
|
|
1107
1149
|
transform: rotate(0deg);
|
|
1108
1150
|
}
|
|
1109
1151
|
|
|
@@ -1118,7 +1160,15 @@
|
|
|
1118
1160
|
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl::after,
|
|
1119
1161
|
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl::before,
|
|
1120
1162
|
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus::after,
|
|
1121
|
-
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus::before
|
|
1163
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus::before,
|
|
1164
|
+
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl::after,
|
|
1165
|
+
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl::before,
|
|
1166
|
+
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus::after,
|
|
1167
|
+
.e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus::before,
|
|
1168
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl::after,
|
|
1169
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl::before,
|
|
1170
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-input-focus::after,
|
|
1171
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-input-focus::before {
|
|
1122
1172
|
background: none;
|
|
1123
1173
|
}
|
|
1124
1174
|
|
|
@@ -1178,6 +1228,8 @@
|
|
|
1178
1228
|
|
|
1179
1229
|
.e-pv-sidebar-title-container {
|
|
1180
1230
|
background: #131313;
|
|
1231
|
+
border: 1px solid #505050;
|
|
1232
|
+
border-width: 0 0 0 0;
|
|
1181
1233
|
height: 50px;
|
|
1182
1234
|
position: absolute;
|
|
1183
1235
|
top: 0;
|
|
@@ -1489,9 +1541,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1489
1541
|
.e-pv-shapes-toolbar .e-pv-tbar-btn,
|
|
1490
1542
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused,
|
|
1491
1543
|
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon,
|
|
1492
|
-
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret
|
|
1493
|
-
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon,
|
|
1494
|
-
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret {
|
|
1544
|
+
.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret {
|
|
1495
1545
|
color: #f0f0f0;
|
|
1496
1546
|
}
|
|
1497
1547
|
|
|
@@ -1716,6 +1766,11 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1716
1766
|
vertical-align: initial;
|
|
1717
1767
|
}
|
|
1718
1768
|
|
|
1769
|
+
.e-pv-custom-annotation-thickness-container .e-btn-icon.e-pv-annotation-thickness-icon.e-pv-icon {
|
|
1770
|
+
padding-top: 7px;
|
|
1771
|
+
vertical-align: initial;
|
|
1772
|
+
}
|
|
1773
|
+
|
|
1719
1774
|
.e-pv-annotation-opacity-popup-container,
|
|
1720
1775
|
.e-pv-annotation-thickness-popup-container {
|
|
1721
1776
|
box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.26);
|
|
@@ -1768,6 +1823,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1768
1823
|
.e-pv-annotation-color-container,
|
|
1769
1824
|
.e-pv-annotation-opacity-container,
|
|
1770
1825
|
.e-pv-annotation-stroke-container,
|
|
1826
|
+
.e-pv-custom-annotation-thickness-container,
|
|
1771
1827
|
.e-pv-annotation-thickness-container,
|
|
1772
1828
|
.e-pv-annotation-textcolor-container,
|
|
1773
1829
|
.e-pv-annotation-textalign-container,
|
|
@@ -1833,6 +1889,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1833
1889
|
.e-pv-annotation-textprop-container.e-btn:hover,
|
|
1834
1890
|
.e-pv-annotation-handwritten-container.e-btn:hover,
|
|
1835
1891
|
.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input:hover,
|
|
1892
|
+
.e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl.e-valid-input:hover,
|
|
1836
1893
|
.e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:hover {
|
|
1837
1894
|
background-color: #313131;
|
|
1838
1895
|
border-color: #6e6e6e;
|
|
@@ -1865,6 +1922,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1865
1922
|
.e-pv-annotation-color-container.e-dropdown-btn.e-btn,
|
|
1866
1923
|
.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn,
|
|
1867
1924
|
.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn,
|
|
1925
|
+
.e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-btn,
|
|
1868
1926
|
.e-pv-annotation-thickness-container.e-dropdown-btn.e-btn,
|
|
1869
1927
|
.e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn,
|
|
1870
1928
|
.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn,
|
|
@@ -1873,6 +1931,28 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1873
1931
|
padding: 7px 8px;
|
|
1874
1932
|
}
|
|
1875
1933
|
|
|
1934
|
+
.e-pv-annotation-color-container.e-dropdown-btn.e-button,
|
|
1935
|
+
.e-pv-annotation-opacity-container.e-dropdown-btn.e-button,
|
|
1936
|
+
.e-pv-annotation-stroke-container.e-dropdown-btn.e-button,
|
|
1937
|
+
.e-pv-custom-annotation-thickness-container.e-dropdown-btn.e-button,
|
|
1938
|
+
.e-pv-annotation-thickness-container.e-dropdown-btn.e-bbuttontn,
|
|
1939
|
+
.e-pv-annotation-textcolor-container.e-dropdown-btn.e-button,
|
|
1940
|
+
.e-pv-annotation-textalign-container.e-dropdown-btn.e-button,
|
|
1941
|
+
.e-pv-annotation-textprop-container.e-dropdown-btn.e-button {
|
|
1942
|
+
line-height: 16px;
|
|
1943
|
+
padding: 7px 8px;
|
|
1944
|
+
}
|
|
1945
|
+
|
|
1946
|
+
.e-pv-toolbar.e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text.e-pv-submitform-text {
|
|
1947
|
+
display: inline-block;
|
|
1948
|
+
padding: 0 4px;
|
|
1949
|
+
}
|
|
1950
|
+
|
|
1951
|
+
.e-pv-toolbar.e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-pv-submit .e-tbar-btn .e-tbar-btn-text.e-pv-submitform-text {
|
|
1952
|
+
display: inline-block;
|
|
1953
|
+
padding: 0 4px;
|
|
1954
|
+
}
|
|
1955
|
+
|
|
1876
1956
|
.e-pv-mobile-toolbar .e-toolbar-items .e-toolbar-item .e-btn.e-tbar-btn,
|
|
1877
1957
|
.e-pv-nav-toolbar .e-toolbar-items .e-toolbar-item .e-btn.e-tbar-btn {
|
|
1878
1958
|
height: 36px;
|
|
@@ -2089,13 +2169,13 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2089
2169
|
.e-pv-annotation-shapes-container.e-btn.e-icon-btn,
|
|
2090
2170
|
.e-pv-annotation-calibrate-container.e-btn.e-icon-btn,
|
|
2091
2171
|
.e-pv-annotation-handwritten-container.e-btn.e-icon-btn {
|
|
2092
|
-
padding
|
|
2172
|
+
padding: 1px 8px 3px;
|
|
2093
2173
|
}
|
|
2094
2174
|
|
|
2095
2175
|
.e-pv-annotation-shape-icon,
|
|
2096
2176
|
.e-pv-annotation-calibrate-icon,
|
|
2097
2177
|
.e-pv-handwritten-icon {
|
|
2098
|
-
margin-right:
|
|
2178
|
+
margin-right: 4px;
|
|
2099
2179
|
}
|
|
2100
2180
|
|
|
2101
2181
|
.e-pv-properties-opacity-indicator {
|
|
@@ -2178,7 +2258,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2178
2258
|
}
|
|
2179
2259
|
|
|
2180
2260
|
.e-bigger .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl input.e-input.e-control.e-keyboard,
|
|
2181
|
-
.e-bigger .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper
|
|
2261
|
+
.e-bigger .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl input.e-input.e-control.e-keyboard,
|
|
2262
|
+
.e-bigger .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl input.e-input.e-control.e-keyboard,
|
|
2263
|
+
.e-bigger .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-prop-dropdown-rtl.e-ddl input.e-input.e-control.e-keyboard {
|
|
2182
2264
|
padding-left: 0;
|
|
2183
2265
|
padding-right: 12px;
|
|
2184
2266
|
}
|
|
@@ -2475,6 +2557,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2475
2557
|
}
|
|
2476
2558
|
|
|
2477
2559
|
.e-menu-icon.e-pv-stamp-icon.e-pv-icon {
|
|
2560
|
+
margin-top: 0;
|
|
2478
2561
|
padding-left: 7px;
|
|
2479
2562
|
}
|
|
2480
2563
|
|
|
@@ -2522,7 +2605,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2522
2605
|
.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header,
|
|
2523
2606
|
.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header {
|
|
2524
2607
|
background: #131313;
|
|
2525
|
-
border: #505050;
|
|
2608
|
+
border: 1px solid #505050;
|
|
2526
2609
|
}
|
|
2527
2610
|
|
|
2528
2611
|
.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-icon,
|
|
@@ -2543,6 +2626,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2543
2626
|
|
|
2544
2627
|
.e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
|
|
2545
2628
|
margin-top: 10px;
|
|
2629
|
+
padding-bottom: 1px;
|
|
2546
2630
|
}
|
|
2547
2631
|
|
|
2548
2632
|
.e-pdfviewer .e-pv-signature-window .e-footer-content .e-pv-clearbtn {
|
|
@@ -2602,32 +2686,25 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2602
2686
|
border-radius: 5px;
|
|
2603
2687
|
display: inline-block;
|
|
2604
2688
|
font-size: 13px;
|
|
2605
|
-
height:
|
|
2606
|
-
margin
|
|
2607
|
-
margin-left: 20px;
|
|
2608
|
-
margin-right: 15px;
|
|
2609
|
-
margin-top: 25px;
|
|
2689
|
+
height: 88px;
|
|
2690
|
+
margin: 15px;
|
|
2610
2691
|
padding-top: 40px;
|
|
2611
2692
|
text-align: center;
|
|
2612
|
-
width:
|
|
2693
|
+
width: 311px;
|
|
2613
2694
|
word-wrap: break-word;
|
|
2614
2695
|
}
|
|
2615
2696
|
|
|
2616
|
-
.e-pv-
|
|
2617
|
-
.e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-menu-icon,
|
|
2618
|
-
.e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item .e-caret,
|
|
2619
|
-
.e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item.e-focused .e-menu-icon,
|
|
2620
|
-
.e-pv-custom-annotation-stamp-container.e-menu-container ul .e-menu-item.e-focused .e-caret {
|
|
2697
|
+
.e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {
|
|
2621
2698
|
color: #f0f0f0;
|
|
2622
2699
|
}
|
|
2623
2700
|
|
|
2624
|
-
.e-pv-
|
|
2625
|
-
.e-pv-
|
|
2626
|
-
|
|
2627
|
-
|
|
2701
|
+
.e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item,
|
|
2702
|
+
.e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item .e-menu-icon,
|
|
2703
|
+
.e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item .e-caret {
|
|
2704
|
+
color: #f0f0f0;
|
|
2628
2705
|
}
|
|
2629
2706
|
|
|
2630
|
-
.e-pv-
|
|
2707
|
+
.e-pv-stamp-template-container .e-menu-container .e-menu {
|
|
2631
2708
|
background-color: #131313;
|
|
2632
2709
|
border-color: transparent;
|
|
2633
2710
|
}
|
|
@@ -2746,13 +2823,19 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2746
2823
|
.e-pv-properties-font-items-container {
|
|
2747
2824
|
display: -ms-flexbox;
|
|
2748
2825
|
display: flex;
|
|
2826
|
+
-ms-flex-pack: space-evenly;
|
|
2827
|
+
justify-content: space-evenly;
|
|
2828
|
+
}
|
|
2829
|
+
|
|
2830
|
+
.e-pv-properties-form-field-name-main-div,
|
|
2831
|
+
.e-pv-properties-form-field-value-main-div {
|
|
2832
|
+
padding-right: 15px;
|
|
2749
2833
|
}
|
|
2750
2834
|
|
|
2751
2835
|
.e-pv-properties-form-field-name-main-div,
|
|
2752
2836
|
.e-pv-properties-form-field-tooltip-main-div,
|
|
2753
2837
|
.e-pv-properties-form-field-value-main-div,
|
|
2754
2838
|
.e-pv-properties-form-field-visibility-main-div {
|
|
2755
|
-
padding-right: 15px;
|
|
2756
2839
|
width: 285px;
|
|
2757
2840
|
}
|
|
2758
2841
|
|
|
@@ -2879,13 +2962,13 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2879
2962
|
.e-pv-properties-formfield-maxlength-text-label,
|
|
2880
2963
|
.e-pv-formfield-maxlength {
|
|
2881
2964
|
padding-left: 1px;
|
|
2882
|
-
width:
|
|
2965
|
+
width: 77px;
|
|
2883
2966
|
}
|
|
2884
2967
|
|
|
2885
2968
|
.e-pv-formfield-maxlength-group {
|
|
2886
2969
|
display: -ms-flexbox;
|
|
2887
2970
|
display: flex;
|
|
2888
|
-
padding-left:
|
|
2971
|
+
padding-left: 105px;
|
|
2889
2972
|
}
|
|
2890
2973
|
|
|
2891
2974
|
.e-pv-properties-form-field-list-add-div {
|
|
@@ -2953,6 +3036,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2953
3036
|
.e-pv-show-designer-name {
|
|
2954
3037
|
-ms-flex-align: center;
|
|
2955
3038
|
align-items: center;
|
|
3039
|
+
color: #000;
|
|
2956
3040
|
display: -ms-grid;
|
|
2957
3041
|
display: grid;
|
|
2958
3042
|
height: 100%;
|
|
@@ -2972,6 +3056,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2972
3056
|
background-color: #d3d3d3;
|
|
2973
3057
|
}
|
|
2974
3058
|
|
|
3059
|
+
.e-pv-formfield-li-element.e-pv-li-select {
|
|
3060
|
+
background-color: #d3d3d3;
|
|
3061
|
+
}
|
|
3062
|
+
|
|
2975
3063
|
.e-pv-formfield-li-element:hover {
|
|
2976
3064
|
background-color: #d3d3d3;
|
|
2977
3065
|
}
|
|
@@ -3058,7 +3146,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3058
3146
|
line-height: 15px;
|
|
3059
3147
|
}
|
|
3060
3148
|
|
|
3061
|
-
.e-pv-formfield-maxlength.e-
|
|
3149
|
+
.e-pv-formfield-maxlength .e-input-group.e-control-wrapper .e-input-group-icon {
|
|
3062
3150
|
min-width: 18px;
|
|
3063
3151
|
}
|
|
3064
3152
|
|
|
@@ -3099,7 +3187,31 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3099
3187
|
height: 570px;
|
|
3100
3188
|
}
|
|
3101
3189
|
|
|
3190
|
+
.e-pv-signature-dialog-blazor-height {
|
|
3191
|
+
height: 560px;
|
|
3192
|
+
}
|
|
3193
|
+
|
|
3102
3194
|
.e-pv-handwritten-signature-canvas {
|
|
3103
3195
|
height: 356px;
|
|
3104
3196
|
width: 717px;
|
|
3105
3197
|
}
|
|
3198
|
+
|
|
3199
|
+
.e-pv-toolbar-scroll .e-toolbar-pop.e-popup-open {
|
|
3200
|
+
overflow: auto;
|
|
3201
|
+
}
|
|
3202
|
+
|
|
3203
|
+
.e-pv-canvas-signature {
|
|
3204
|
+
width: 718px;
|
|
3205
|
+
}
|
|
3206
|
+
|
|
3207
|
+
.e-pv-canvas-signature-blazor {
|
|
3208
|
+
width: 718px;
|
|
3209
|
+
}
|
|
3210
|
+
|
|
3211
|
+
.e-pv-font-appearance-style {
|
|
3212
|
+
padding: 15px;
|
|
3213
|
+
}
|
|
3214
|
+
|
|
3215
|
+
.e-pv-font-appearance-style-blazor {
|
|
3216
|
+
padding: 15px;
|
|
3217
|
+
}
|