@syncfusion/ej2-react-pdfviewer 21.2.9 → 22.1.34
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 +18 -2
- package/README.md +1 -1
- package/dist/ej2-react-pdfviewer.min.js +1 -1
- package/dist/ej2-react-pdfviewer.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +54 -10
- package/styles/bootstrap.css +54 -10
- package/styles/bootstrap4.css +54 -10
- package/styles/bootstrap5-dark.css +66 -16
- package/styles/bootstrap5.css +66 -16
- package/styles/fabric-dark.css +54 -10
- package/styles/fabric.css +54 -10
- package/styles/fluent-dark.css +66 -10
- package/styles/fluent.css +66 -10
- package/styles/highcontrast-light.css +54 -10
- package/styles/highcontrast.css +54 -10
- package/styles/material-dark.css +54 -10
- package/styles/material.css +54 -10
- package/styles/material3-dark.css +3482 -0
- package/styles/material3-dark.scss +2 -0
- package/styles/material3.css +3538 -0
- package/styles/material3.scss +2 -0
- package/styles/pdfviewer/bootstrap-dark.css +54 -10
- package/styles/pdfviewer/bootstrap.css +54 -10
- package/styles/pdfviewer/bootstrap4.css +54 -10
- package/styles/pdfviewer/bootstrap5-dark.css +66 -16
- package/styles/pdfviewer/bootstrap5.css +66 -16
- package/styles/pdfviewer/fabric-dark.css +54 -10
- package/styles/pdfviewer/fabric.css +54 -10
- package/styles/pdfviewer/fluent-dark.css +66 -10
- package/styles/pdfviewer/fluent.css +66 -10
- package/styles/pdfviewer/highcontrast-light.css +54 -10
- package/styles/pdfviewer/highcontrast.css +54 -10
- package/styles/pdfviewer/material-dark.css +54 -10
- package/styles/pdfviewer/material.css +54 -10
- package/styles/pdfviewer/material3-dark.css +3482 -0
- package/styles/pdfviewer/material3-dark.scss +2 -0
- package/styles/pdfviewer/material3.css +3538 -0
- package/styles/pdfviewer/material3.scss +2 -0
- package/styles/pdfviewer/tailwind-dark.css +57 -10
- package/styles/pdfviewer/tailwind.css +57 -10
- package/styles/tailwind-dark.css +57 -10
- package/styles/tailwind.css +57 -10
package/CHANGELOG.md
CHANGED
|
@@ -6,10 +6,26 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I464829` - Now, we can select text in the comment panel using the mouse cursor.
|
|
10
|
+
- `#I464868` - Now, the default placeholder text is automatically selected when the comment text box for free text annotation is in focus.
|
|
11
|
+
- `#I430769` - Now, when the document is reloaded, exported, or imported into the PDF viewer, the order of the annotations is preserved.
|
|
12
|
+
- `#I472757`- Now, the custom Stamp is not removed when downloading the document after undo and redo.
|
|
13
|
+
|
|
14
|
+
#### New Features
|
|
15
|
+
|
|
16
|
+
- `#I426363`, `F180068` – Provided the support for value property in the radio button and checkbox field.
|
|
17
|
+
- `#I448261` – Exposed the API to load the number of pages on the initial loading.
|
|
18
|
+
|
|
19
|
+
## 21.2.9 (2023-06-06)
|
|
20
|
+
|
|
21
|
+
### PDF Viewer
|
|
22
|
+
|
|
23
|
+
#### Bug Fixes
|
|
24
|
+
|
|
9
25
|
- `#I464832` - Now, we can able to edit the first comment of the text markup annotation.
|
|
10
26
|
- `#I464832` - Now, the words within the comments are split for readability.
|
|
11
|
-
- `#I466770` - Now, able to edit the free text annotation content programmatically and the content does not change while exporting.
|
|
12
27
|
- `#I464992` - Now, enabling the form designer toolbar programmatically activates the form designer mode.
|
|
28
|
+
- `#I466770` - Now, able to edit the free text annotation content programmatically and the content does not change while exporting.
|
|
13
29
|
- `#I465319` - Now, adding a free text annotation shows its content once in the comment panel.
|
|
14
30
|
- `#I464819` - Now, web service not listening does not occur when loading the provided PDF file.
|
|
15
31
|
|
|
@@ -47,7 +63,7 @@
|
|
|
47
63
|
|
|
48
64
|
#### New Features
|
|
49
65
|
|
|
50
|
-
- `#I426363`, `F180068` – Provided support for value property in the radio button and checkbox field
|
|
66
|
+
- `#I426363`, `F180068` – Provided support for value property in the radio button and checkbox field.
|
|
51
67
|
|
|
52
68
|
#### Bug Fixes
|
|
53
69
|
|
package/README.md
CHANGED
|
@@ -153,7 +153,7 @@ Product support is available through the following mediums.
|
|
|
153
153
|
|
|
154
154
|
## Changelog
|
|
155
155
|
|
|
156
|
-
Check the changelog [here](https://github.com/syncfusion/ej2-
|
|
156
|
+
Check the changelog [here](https://github.com/syncfusion/ej2-react-ui-components/blob/master/components/pdfviewer/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
157
|
|
|
158
158
|
## License and copyright
|
|
159
159
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-pdfviewer.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 22.1.34
|
|
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 :
|
|
3
|
+
* version : 22.1.34
|
|
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@
|
|
3
|
+
"_id": "@syncfusion/ej2-react-pdfviewer@20.10.23",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-SqaJIS30l5AJuqmUHgC32mhnTeD324xv5+nkycyOE95AUoS8aUpV2yozbcf+y4uJmTc1qyJ0Y/xWx6bNXzjtVw==",
|
|
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-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-pdfviewer/-/ej2-react-pdfviewer-20.10.23.tgz",
|
|
23
|
+
"_shasum": "eb5b583439e76ae0cd2153f0e8262c200994fb9f",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-pdfviewer@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~
|
|
35
|
-
"@syncfusion/ej2-pdfviewer": "
|
|
36
|
-
"@syncfusion/ej2-react-base": "~
|
|
34
|
+
"@syncfusion/ej2-base": "~22.1.34",
|
|
35
|
+
"@syncfusion/ej2-pdfviewer": "22.1.34",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~22.1.34"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 PDF viewer Component for React",
|
|
@@ -54,6 +54,6 @@
|
|
|
54
54
|
"type": "git",
|
|
55
55
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
56
56
|
},
|
|
57
|
-
"version": "
|
|
57
|
+
"version": "22.1.34",
|
|
58
58
|
"sideEffects": false
|
|
59
59
|
}
|
|
@@ -595,13 +595,13 @@
|
|
|
595
595
|
/* stylelint-disable value-no-vendor-prefix */
|
|
596
596
|
/* stylelint-disable property-no-vendor-prefix */
|
|
597
597
|
.e-pv-viewer-container {
|
|
598
|
-
background-color: #1a1a1a;
|
|
599
598
|
border-color: #505050;
|
|
600
599
|
height: calc(100% - 50px);
|
|
601
600
|
overflow: auto;
|
|
602
601
|
position: relative;
|
|
603
602
|
-ms-touch-action: pan-x pan-y;
|
|
604
603
|
touch-action: pan-x pan-y;
|
|
604
|
+
background-color: #1a1a1a;
|
|
605
605
|
}
|
|
606
606
|
|
|
607
607
|
.e-pdfviewer.e-pv-mobile-view .e-pv-viewer-container::-webkit-scrollbar {
|
|
@@ -814,6 +814,11 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
814
814
|
padding-bottom: 0;
|
|
815
815
|
}
|
|
816
816
|
|
|
817
|
+
.e-bigger .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
818
|
+
.e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
819
|
+
padding-bottom: 0;
|
|
820
|
+
}
|
|
821
|
+
|
|
817
822
|
.e-pv-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
818
823
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
819
824
|
line-height: 26px;
|
|
@@ -1803,6 +1808,12 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1803
1808
|
font-size: 12px;
|
|
1804
1809
|
}
|
|
1805
1810
|
|
|
1811
|
+
.e-bigger .e-.e-pv-annotation-color-container.e-dropdown-btn.e-btn .e-caret .e-pv-annotation-opacity-container.e-dropdown-btn.e-btn .e-caret .e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn .e-caret,
|
|
1812
|
+
.e-bigger .e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-caret,
|
|
1813
|
+
.e-bigger .e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-caret {
|
|
1814
|
+
font-size: 18px;
|
|
1815
|
+
}
|
|
1816
|
+
|
|
1806
1817
|
.e-pv-annotation-color-container,
|
|
1807
1818
|
.e-pv-annotation-opacity-container,
|
|
1808
1819
|
.e-pv-annotation-stroke-container,
|
|
@@ -2058,8 +2069,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2058
2069
|
.e-pv-properties-line-stroke-color-label,
|
|
2059
2070
|
.e-pv-properties-line-opacity-label,
|
|
2060
2071
|
.e-pv-properties-line-leader-length-label {
|
|
2061
|
-
font-size: 14px;
|
|
2062
2072
|
margin-bottom: 8px;
|
|
2073
|
+
font-size: 14px;
|
|
2063
2074
|
}
|
|
2064
2075
|
|
|
2065
2076
|
.e-pv-properties-line-end-container,
|
|
@@ -2338,10 +2349,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2338
2349
|
|
|
2339
2350
|
.e-pdfviewer .e-editable-value-wrapper {
|
|
2340
2351
|
color: rgba(255, 255, 255, 0.9);
|
|
2341
|
-
font-size: 14px;
|
|
2342
2352
|
line-height: normal;
|
|
2343
2353
|
min-height: 22px;
|
|
2344
2354
|
padding: 2px 8px 3px;
|
|
2355
|
+
font-size: 14px;
|
|
2345
2356
|
}
|
|
2346
2357
|
|
|
2347
2358
|
.e-pdfviewer .e-pv-comment-textbox .e-editable-value-wrapper {
|
|
@@ -2445,20 +2456,20 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2445
2456
|
|
|
2446
2457
|
.e-pv-comment-panel-title-container {
|
|
2447
2458
|
background-color: #131313;
|
|
2448
|
-
border-color: #505050;
|
|
2449
2459
|
border-style: double;
|
|
2450
2460
|
border-width: 0 1px 1px 0;
|
|
2451
2461
|
height: 45px;
|
|
2452
2462
|
position: relative;
|
|
2463
|
+
border-color: #505050;
|
|
2453
2464
|
}
|
|
2454
2465
|
|
|
2455
2466
|
.e-pv-comment-panel-title {
|
|
2456
2467
|
color: rgba(255, 255, 255, 0.9);
|
|
2457
2468
|
font-size: 14px;
|
|
2458
2469
|
left: 15px;
|
|
2470
|
+
top: 14px;
|
|
2459
2471
|
position: absolute;
|
|
2460
2472
|
text-align: left;
|
|
2461
|
-
top: 14px;
|
|
2462
2473
|
}
|
|
2463
2474
|
|
|
2464
2475
|
.e-pv-comment-panel-title-close-div.e-btn {
|
|
@@ -2506,10 +2517,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2506
2517
|
|
|
2507
2518
|
.e-pv-comment-title {
|
|
2508
2519
|
color: rgba(255, 255, 255, 0.6);
|
|
2509
|
-
font-size: 14px;
|
|
2510
|
-
max-width: 237px;
|
|
2511
2520
|
padding-left: 32px;
|
|
2512
2521
|
padding-top: 8px;
|
|
2522
|
+
font-size: 14px;
|
|
2523
|
+
max-width: 237px;
|
|
2513
2524
|
position: absolute;
|
|
2514
2525
|
}
|
|
2515
2526
|
|
|
@@ -2648,8 +2659,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2648
2659
|
}
|
|
2649
2660
|
|
|
2650
2661
|
.e-pv-signature-dialog-height .e-pv-cancelbtn {
|
|
2651
|
-
height:
|
|
2652
|
-
min-height:
|
|
2662
|
+
height: 32px;
|
|
2663
|
+
min-height: 32px;
|
|
2653
2664
|
}
|
|
2654
2665
|
|
|
2655
2666
|
.e-pv-signature-dialog-height .e-pv-createbtn {
|
|
@@ -2942,6 +2953,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2942
2953
|
padding: 12px 20px 12px 1px;
|
|
2943
2954
|
}
|
|
2944
2955
|
|
|
2956
|
+
.e-bigger .e-pv-properties-fill-color-style-prop,
|
|
2957
|
+
.e-bigger .e-pv-properties-stroke-color-style-prop,
|
|
2958
|
+
.e-bigger .e-pv-properties-stroke-thickness-style-prop {
|
|
2959
|
+
padding: 12px 20px 12px 1px;
|
|
2960
|
+
}
|
|
2961
|
+
|
|
2945
2962
|
.e-pv-formfield-fontcolor-icon,
|
|
2946
2963
|
.e-pv-formfield-strokecolor-icon,
|
|
2947
2964
|
.e-pv-formfield-strokethickness-icon {
|
|
@@ -3106,7 +3123,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3106
3123
|
background-color: #d3d3d3;
|
|
3107
3124
|
}
|
|
3108
3125
|
|
|
3109
|
-
.e-pv-formfield-li-element:hover {
|
|
3126
|
+
.e-pv-formfield-li-element:hover:not(.e-pv-li-select) {
|
|
3110
3127
|
background-color: #d3d3d3;
|
|
3111
3128
|
}
|
|
3112
3129
|
|
|
@@ -3182,6 +3199,29 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3182
3199
|
width: 120px;
|
|
3183
3200
|
}
|
|
3184
3201
|
|
|
3202
|
+
.e-bigger .e-pv-properties-form-field-font-style {
|
|
3203
|
+
background: #000;
|
|
3204
|
+
border-radius: 2px;
|
|
3205
|
+
display: -ms-flexbox;
|
|
3206
|
+
display: flex;
|
|
3207
|
+
height: 36px;
|
|
3208
|
+
-ms-flex-pack: space-evenly;
|
|
3209
|
+
justify-content: space-evenly;
|
|
3210
|
+
width: 154px;
|
|
3211
|
+
}
|
|
3212
|
+
|
|
3213
|
+
.e-bigger .e-pv-properties-form-field-font-align {
|
|
3214
|
+
background: #000;
|
|
3215
|
+
border-radius: 2px;
|
|
3216
|
+
display: -ms-flexbox;
|
|
3217
|
+
display: flex;
|
|
3218
|
+
height: 36px;
|
|
3219
|
+
-ms-flex-pack: space-evenly;
|
|
3220
|
+
justify-content: space-evenly;
|
|
3221
|
+
margin-right: 15px;
|
|
3222
|
+
width: 120px;
|
|
3223
|
+
}
|
|
3224
|
+
|
|
3185
3225
|
.e-pv-properties-formfield-label {
|
|
3186
3226
|
color: #757575;
|
|
3187
3227
|
font-family: "Roboto";
|
|
@@ -3233,6 +3273,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3233
3273
|
height: 570px;
|
|
3234
3274
|
}
|
|
3235
3275
|
|
|
3276
|
+
.e-bigger .e-pv-signature-dialog-height {
|
|
3277
|
+
min-height: 592px;
|
|
3278
|
+
}
|
|
3279
|
+
|
|
3236
3280
|
.e-dialog.e-pv-signature-dialog-blazor-height {
|
|
3237
3281
|
height: 560px;
|
|
3238
3282
|
}
|
package/styles/bootstrap.css
CHANGED
|
@@ -600,13 +600,13 @@
|
|
|
600
600
|
/* stylelint-disable value-no-vendor-prefix */
|
|
601
601
|
/* stylelint-disable property-no-vendor-prefix */
|
|
602
602
|
.e-pv-viewer-container {
|
|
603
|
-
background-color: #e6e6e6;
|
|
604
603
|
border-color: #ccc;
|
|
605
604
|
height: calc(100% - 50px);
|
|
606
605
|
overflow: auto;
|
|
607
606
|
position: relative;
|
|
608
607
|
-ms-touch-action: pan-x pan-y;
|
|
609
608
|
touch-action: pan-x pan-y;
|
|
609
|
+
background-color: #e6e6e6;
|
|
610
610
|
}
|
|
611
611
|
|
|
612
612
|
.e-pdfviewer.e-pv-mobile-view .e-pv-viewer-container::-webkit-scrollbar {
|
|
@@ -820,6 +820,11 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
820
820
|
padding-bottom: 0;
|
|
821
821
|
}
|
|
822
822
|
|
|
823
|
+
.e-bigger .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
824
|
+
.e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
825
|
+
padding-bottom: 0;
|
|
826
|
+
}
|
|
827
|
+
|
|
823
828
|
.e-pv-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
824
829
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
825
830
|
line-height: 26px;
|
|
@@ -1809,6 +1814,12 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
1809
1814
|
font-size: 12px;
|
|
1810
1815
|
}
|
|
1811
1816
|
|
|
1817
|
+
.e-bigger .e-.e-pv-annotation-color-container.e-dropdown-btn.e-btn .e-caret .e-pv-annotation-opacity-container.e-dropdown-btn.e-btn .e-caret .e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn .e-caret,
|
|
1818
|
+
.e-bigger .e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-caret,
|
|
1819
|
+
.e-bigger .e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-caret {
|
|
1820
|
+
font-size: 18px;
|
|
1821
|
+
}
|
|
1822
|
+
|
|
1812
1823
|
.e-pv-annotation-color-container,
|
|
1813
1824
|
.e-pv-annotation-opacity-container,
|
|
1814
1825
|
.e-pv-annotation-stroke-container,
|
|
@@ -2064,8 +2075,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2064
2075
|
.e-pv-properties-line-stroke-color-label,
|
|
2065
2076
|
.e-pv-properties-line-opacity-label,
|
|
2066
2077
|
.e-pv-properties-line-leader-length-label {
|
|
2067
|
-
font-size: 14px;
|
|
2068
2078
|
margin-bottom: 8px;
|
|
2079
|
+
font-size: 14px;
|
|
2069
2080
|
}
|
|
2070
2081
|
|
|
2071
2082
|
.e-pv-properties-line-end-container,
|
|
@@ -2344,10 +2355,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2344
2355
|
|
|
2345
2356
|
.e-pdfviewer .e-editable-value-wrapper {
|
|
2346
2357
|
color: rgba(51, 51, 51, 0.9);
|
|
2347
|
-
font-size: 14px;
|
|
2348
2358
|
line-height: normal;
|
|
2349
2359
|
min-height: 22px;
|
|
2350
2360
|
padding: 2px 8px 3px;
|
|
2361
|
+
font-size: 14px;
|
|
2351
2362
|
}
|
|
2352
2363
|
|
|
2353
2364
|
.e-pdfviewer .e-pv-comment-textbox .e-editable-value-wrapper {
|
|
@@ -2451,20 +2462,20 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2451
2462
|
|
|
2452
2463
|
.e-pv-comment-panel-title-container {
|
|
2453
2464
|
background-color: #f8f8f8;
|
|
2454
|
-
border-color: #adadad;
|
|
2455
2465
|
border-style: double;
|
|
2456
2466
|
border-width: 0 1px 1px 0;
|
|
2457
2467
|
height: 45px;
|
|
2458
2468
|
position: relative;
|
|
2469
|
+
border-color: #adadad;
|
|
2459
2470
|
}
|
|
2460
2471
|
|
|
2461
2472
|
.e-pv-comment-panel-title {
|
|
2462
2473
|
color: rgba(51, 51, 51, 0.9);
|
|
2463
2474
|
font-size: 14px;
|
|
2464
2475
|
left: 15px;
|
|
2476
|
+
top: 14px;
|
|
2465
2477
|
position: absolute;
|
|
2466
2478
|
text-align: left;
|
|
2467
|
-
top: 14px;
|
|
2468
2479
|
}
|
|
2469
2480
|
|
|
2470
2481
|
.e-pv-comment-panel-title-close-div.e-btn {
|
|
@@ -2512,10 +2523,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2512
2523
|
|
|
2513
2524
|
.e-pv-comment-title {
|
|
2514
2525
|
color: rgba(51, 51, 51, 0.6);
|
|
2515
|
-
font-size: 14px;
|
|
2516
|
-
max-width: 237px;
|
|
2517
2526
|
padding-left: 32px;
|
|
2518
2527
|
padding-top: 8px;
|
|
2528
|
+
font-size: 14px;
|
|
2529
|
+
max-width: 237px;
|
|
2519
2530
|
position: absolute;
|
|
2520
2531
|
}
|
|
2521
2532
|
|
|
@@ -2654,8 +2665,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2654
2665
|
}
|
|
2655
2666
|
|
|
2656
2667
|
.e-pv-signature-dialog-height .e-pv-cancelbtn {
|
|
2657
|
-
height:
|
|
2658
|
-
min-height:
|
|
2668
|
+
height: 32px;
|
|
2669
|
+
min-height: 32px;
|
|
2659
2670
|
}
|
|
2660
2671
|
|
|
2661
2672
|
.e-pv-signature-dialog-height .e-pv-createbtn {
|
|
@@ -2949,6 +2960,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2949
2960
|
padding: 12px 20px 12px 1px;
|
|
2950
2961
|
}
|
|
2951
2962
|
|
|
2963
|
+
.e-bigger .e-pv-properties-fill-color-style-prop,
|
|
2964
|
+
.e-bigger .e-pv-properties-stroke-color-style-prop,
|
|
2965
|
+
.e-bigger .e-pv-properties-stroke-thickness-style-prop {
|
|
2966
|
+
padding: 12px 20px 12px 1px;
|
|
2967
|
+
}
|
|
2968
|
+
|
|
2952
2969
|
.e-pv-formfield-fontcolor-icon,
|
|
2953
2970
|
.e-pv-formfield-strokecolor-icon,
|
|
2954
2971
|
.e-pv-formfield-strokethickness-icon {
|
|
@@ -3113,7 +3130,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3113
3130
|
background-color: #d3d3d3;
|
|
3114
3131
|
}
|
|
3115
3132
|
|
|
3116
|
-
.e-pv-formfield-li-element:hover {
|
|
3133
|
+
.e-pv-formfield-li-element:hover:not(.e-pv-li-select) {
|
|
3117
3134
|
background-color: #d3d3d3;
|
|
3118
3135
|
}
|
|
3119
3136
|
|
|
@@ -3189,6 +3206,29 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3189
3206
|
width: 120px;
|
|
3190
3207
|
}
|
|
3191
3208
|
|
|
3209
|
+
.e-bigger .e-pv-properties-form-field-font-style {
|
|
3210
|
+
background: #eee;
|
|
3211
|
+
border-radius: 2px;
|
|
3212
|
+
display: -ms-flexbox;
|
|
3213
|
+
display: flex;
|
|
3214
|
+
height: 36px;
|
|
3215
|
+
-ms-flex-pack: space-evenly;
|
|
3216
|
+
justify-content: space-evenly;
|
|
3217
|
+
width: 154px;
|
|
3218
|
+
}
|
|
3219
|
+
|
|
3220
|
+
.e-bigger .e-pv-properties-form-field-font-align {
|
|
3221
|
+
background: #eee;
|
|
3222
|
+
border-radius: 2px;
|
|
3223
|
+
display: -ms-flexbox;
|
|
3224
|
+
display: flex;
|
|
3225
|
+
height: 36px;
|
|
3226
|
+
-ms-flex-pack: space-evenly;
|
|
3227
|
+
justify-content: space-evenly;
|
|
3228
|
+
margin-right: 15px;
|
|
3229
|
+
width: 120px;
|
|
3230
|
+
}
|
|
3231
|
+
|
|
3192
3232
|
.e-pv-properties-formfield-label {
|
|
3193
3233
|
color: #757575;
|
|
3194
3234
|
font-family: "Roboto";
|
|
@@ -3240,6 +3280,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3240
3280
|
height: 565px;
|
|
3241
3281
|
}
|
|
3242
3282
|
|
|
3283
|
+
.e-bigger .e-pv-signature-dialog-height {
|
|
3284
|
+
min-height: 592px;
|
|
3285
|
+
}
|
|
3286
|
+
|
|
3243
3287
|
.e-dialog.e-pv-signature-dialog-blazor-height {
|
|
3244
3288
|
height: 560px;
|
|
3245
3289
|
}
|
package/styles/bootstrap4.css
CHANGED
|
@@ -601,13 +601,13 @@
|
|
|
601
601
|
/* stylelint-disable value-no-vendor-prefix */
|
|
602
602
|
/* stylelint-disable property-no-vendor-prefix */
|
|
603
603
|
.e-pv-viewer-container {
|
|
604
|
-
background-color: #e9ecef;
|
|
605
604
|
border-color: #dee2e6;
|
|
606
605
|
height: calc(100% - 40px);
|
|
607
606
|
overflow: auto;
|
|
608
607
|
position: relative;
|
|
609
608
|
-ms-touch-action: pan-x pan-y;
|
|
610
609
|
touch-action: pan-x pan-y;
|
|
610
|
+
background-color: #e9ecef;
|
|
611
611
|
}
|
|
612
612
|
|
|
613
613
|
.e-pdfviewer.e-pv-mobile-view .e-pv-viewer-container::-webkit-scrollbar {
|
|
@@ -837,6 +837,11 @@ input.e-pv-input-password::-ms-reveal {
|
|
|
837
837
|
padding-bottom: 0;
|
|
838
838
|
}
|
|
839
839
|
|
|
840
|
+
.e-bigger .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
841
|
+
.e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
842
|
+
padding-bottom: 0;
|
|
843
|
+
}
|
|
844
|
+
|
|
840
845
|
.e-pv-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon,
|
|
841
846
|
.e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
|
|
842
847
|
line-height: 26px;
|
|
@@ -2016,6 +2021,12 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2016
2021
|
font-size: 12px;
|
|
2017
2022
|
}
|
|
2018
2023
|
|
|
2024
|
+
.e-bigger .e-.e-pv-annotation-color-container.e-dropdown-btn.e-btn .e-caret .e-pv-annotation-opacity-container.e-dropdown-btn.e-btn .e-caret .e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn .e-caret,
|
|
2025
|
+
.e-bigger .e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-caret,
|
|
2026
|
+
.e-bigger .e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-caret {
|
|
2027
|
+
font-size: 18px;
|
|
2028
|
+
}
|
|
2029
|
+
|
|
2019
2030
|
.e-pv-annotation-color-container,
|
|
2020
2031
|
.e-pv-annotation-opacity-container,
|
|
2021
2032
|
.e-pv-annotation-stroke-container,
|
|
@@ -2271,8 +2282,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
|
|
|
2271
2282
|
.e-pv-properties-line-stroke-color-label,
|
|
2272
2283
|
.e-pv-properties-line-opacity-label,
|
|
2273
2284
|
.e-pv-properties-line-leader-length-label {
|
|
2274
|
-
font-size: 14px;
|
|
2275
2285
|
margin-bottom: 8px;
|
|
2286
|
+
font-size: 14px;
|
|
2276
2287
|
}
|
|
2277
2288
|
|
|
2278
2289
|
.e-pv-properties-line-end-container,
|
|
@@ -2621,10 +2632,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2621
2632
|
|
|
2622
2633
|
.e-pdfviewer .e-editable-value-wrapper {
|
|
2623
2634
|
color: rgba(33, 37, 41, 0.9);
|
|
2624
|
-
font-size: 14px;
|
|
2625
2635
|
line-height: normal;
|
|
2626
2636
|
min-height: 22px;
|
|
2627
2637
|
padding: 2px 8px 3px;
|
|
2638
|
+
font-size: 14px;
|
|
2628
2639
|
}
|
|
2629
2640
|
|
|
2630
2641
|
.e-pdfviewer .e-pv-comment-textbox .e-editable-value-wrapper {
|
|
@@ -2728,20 +2739,20 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2728
2739
|
|
|
2729
2740
|
.e-pv-comment-panel-title-container {
|
|
2730
2741
|
background-color: #f8f9fa;
|
|
2731
|
-
border-color: #dee2e6;
|
|
2732
2742
|
border-style: double;
|
|
2733
2743
|
border-width: 0 1px 1px 0;
|
|
2734
2744
|
height: 45px;
|
|
2735
2745
|
position: relative;
|
|
2746
|
+
border-color: #dee2e6;
|
|
2736
2747
|
}
|
|
2737
2748
|
|
|
2738
2749
|
.e-pv-comment-panel-title {
|
|
2739
2750
|
color: rgba(33, 37, 41, 0.9);
|
|
2740
2751
|
font-size: 14px;
|
|
2741
2752
|
left: 15px;
|
|
2753
|
+
top: 14px;
|
|
2742
2754
|
position: absolute;
|
|
2743
2755
|
text-align: left;
|
|
2744
|
-
top: 14px;
|
|
2745
2756
|
}
|
|
2746
2757
|
|
|
2747
2758
|
.e-pv-comment-panel-title-close-div.e-btn {
|
|
@@ -2790,10 +2801,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2790
2801
|
|
|
2791
2802
|
.e-pv-comment-title {
|
|
2792
2803
|
color: rgba(33, 37, 41, 0.6);
|
|
2793
|
-
font-size: 14px;
|
|
2794
|
-
max-width: 237px;
|
|
2795
2804
|
padding-left: 32px;
|
|
2796
2805
|
padding-top: 7px;
|
|
2806
|
+
font-size: 14px;
|
|
2807
|
+
max-width: 237px;
|
|
2797
2808
|
position: absolute;
|
|
2798
2809
|
}
|
|
2799
2810
|
|
|
@@ -2932,8 +2943,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
2932
2943
|
}
|
|
2933
2944
|
|
|
2934
2945
|
.e-pv-signature-dialog-height .e-pv-cancelbtn {
|
|
2935
|
-
height:
|
|
2936
|
-
min-height:
|
|
2946
|
+
height: 32px;
|
|
2947
|
+
min-height: 32px;
|
|
2937
2948
|
}
|
|
2938
2949
|
|
|
2939
2950
|
.e-pv-signature-dialog-height .e-pv-createbtn {
|
|
@@ -3259,6 +3270,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3259
3270
|
padding: 12px 20px 12px 1px;
|
|
3260
3271
|
}
|
|
3261
3272
|
|
|
3273
|
+
.e-bigger .e-pv-properties-fill-color-style-prop,
|
|
3274
|
+
.e-bigger .e-pv-properties-stroke-color-style-prop,
|
|
3275
|
+
.e-bigger .e-pv-properties-stroke-thickness-style-prop {
|
|
3276
|
+
padding: 12px 20px 12px 1px;
|
|
3277
|
+
}
|
|
3278
|
+
|
|
3262
3279
|
.e-pv-formfield-fontcolor-icon,
|
|
3263
3280
|
.e-pv-formfield-strokecolor-icon,
|
|
3264
3281
|
.e-pv-formfield-strokethickness-icon {
|
|
@@ -3425,7 +3442,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3425
3442
|
background-color: #d3d3d3;
|
|
3426
3443
|
}
|
|
3427
3444
|
|
|
3428
|
-
.e-pv-formfield-li-element:hover {
|
|
3445
|
+
.e-pv-formfield-li-element:hover:not(.e-pv-li-select) {
|
|
3429
3446
|
background-color: #d3d3d3;
|
|
3430
3447
|
}
|
|
3431
3448
|
|
|
@@ -3501,6 +3518,29 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3501
3518
|
width: 120px;
|
|
3502
3519
|
}
|
|
3503
3520
|
|
|
3521
|
+
.e-bigger .e-pv-properties-form-field-font-style {
|
|
3522
|
+
background: #eee;
|
|
3523
|
+
border-radius: 2px;
|
|
3524
|
+
display: -ms-flexbox;
|
|
3525
|
+
display: flex;
|
|
3526
|
+
height: 36px;
|
|
3527
|
+
-ms-flex-pack: space-evenly;
|
|
3528
|
+
justify-content: space-evenly;
|
|
3529
|
+
width: 154px;
|
|
3530
|
+
}
|
|
3531
|
+
|
|
3532
|
+
.e-bigger .e-pv-properties-form-field-font-align {
|
|
3533
|
+
background: #eee;
|
|
3534
|
+
border-radius: 2px;
|
|
3535
|
+
display: -ms-flexbox;
|
|
3536
|
+
display: flex;
|
|
3537
|
+
height: 36px;
|
|
3538
|
+
-ms-flex-pack: space-evenly;
|
|
3539
|
+
justify-content: space-evenly;
|
|
3540
|
+
margin-right: 15px;
|
|
3541
|
+
width: 120px;
|
|
3542
|
+
}
|
|
3543
|
+
|
|
3504
3544
|
.e-pv-properties-formfield-label {
|
|
3505
3545
|
color: #757575;
|
|
3506
3546
|
font-family: "Roboto";
|
|
@@ -3565,6 +3605,10 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
|
|
|
3565
3605
|
height: 535px;
|
|
3566
3606
|
}
|
|
3567
3607
|
|
|
3608
|
+
.e-bigger .e-pv-signature-dialog-height {
|
|
3609
|
+
min-height: 592px;
|
|
3610
|
+
}
|
|
3611
|
+
|
|
3568
3612
|
.e-dialog.e-pv-signature-dialog-blazor-height {
|
|
3569
3613
|
height: 540px;
|
|
3570
3614
|
}
|