@syncfusion/ej2-vue-pdfviewer 20.1.55 → 20.1.58

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 (35) hide show
  1. package/CHANGELOG.md +56 -2
  2. package/dist/ej2-vue-pdfviewer.umd.min.js +2 -29
  3. package/dist/ej2-vue-pdfviewer.umd.min.js.map +1 -1
  4. package/dist/global/ej2-vue-pdfviewer.min.js +2 -2
  5. package/package.json +8 -8
  6. package/styles/bootstrap-dark.css +149 -220
  7. package/styles/bootstrap.css +151 -222
  8. package/styles/bootstrap4.css +149 -221
  9. package/styles/bootstrap5-dark.css +152 -227
  10. package/styles/bootstrap5.css +152 -227
  11. package/styles/fabric-dark.css +149 -223
  12. package/styles/fabric.css +152 -223
  13. package/styles/fluent-dark.css +155 -230
  14. package/styles/fluent.css +155 -230
  15. package/styles/highcontrast-light.css +170 -241
  16. package/styles/highcontrast.css +170 -241
  17. package/styles/material-dark.css +150 -220
  18. package/styles/material.css +156 -229
  19. package/styles/pdfviewer/bootstrap-dark.css +149 -220
  20. package/styles/pdfviewer/bootstrap.css +151 -222
  21. package/styles/pdfviewer/bootstrap4.css +149 -221
  22. package/styles/pdfviewer/bootstrap5-dark.css +152 -227
  23. package/styles/pdfviewer/bootstrap5.css +152 -227
  24. package/styles/pdfviewer/fabric-dark.css +149 -223
  25. package/styles/pdfviewer/fabric.css +152 -223
  26. package/styles/pdfviewer/fluent-dark.css +155 -230
  27. package/styles/pdfviewer/fluent.css +155 -230
  28. package/styles/pdfviewer/highcontrast-light.css +170 -241
  29. package/styles/pdfviewer/highcontrast.css +170 -241
  30. package/styles/pdfviewer/material-dark.css +150 -220
  31. package/styles/pdfviewer/material.css +156 -229
  32. package/styles/pdfviewer/tailwind-dark.css +152 -227
  33. package/styles/pdfviewer/tailwind.css +152 -227
  34. package/styles/tailwind-dark.css +152 -227
  35. package/styles/tailwind.css +152 -227
@@ -1,162 +1,127 @@
1
1
  @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
2
2
  /*! PdfViewer's default definitions and variables */
3
3
  .e-pdfviewer .e-pv-icon::before {
4
- font-family: 'e-icons';
4
+ font-family: "e-icons";
5
5
  }
6
-
7
6
  .e-pdfviewer .e-pv-icon-search::before {
8
- font-family: 'e-icons';
7
+ font-family: "e-icons";
9
8
  font-size: 12px;
10
9
  }
11
-
12
10
  .e-pdfviewer .e-pv-open-document-icon::before {
13
- content: '\ec04';
11
+ content: "\ec04";
14
12
  }
15
-
16
13
  .e-pdfviewer .e-pv-download-document-icon::before {
17
- content: '\ec0b';
14
+ content: "\ec0b";
18
15
  }
19
-
20
16
  .e-pdfviewer .e-pv-print-document-icon::before {
21
- content: '\ec20';
17
+ content: "\ec20";
22
18
  }
23
-
24
19
  .e-pdfviewer .e-pv-first-page-navigation-icon::before {
25
- content: '\ec05';
20
+ content: "\ec05";
26
21
  }
27
-
28
22
  .e-pdfviewer .e-pv-previous-page-navigation-icon::before,
29
23
  .e-pdfviewer .e-pv-prev-search-icon::before {
30
- content: '\ec06';
24
+ content: "\ec06";
31
25
  }
32
-
33
26
  .e-pdfviewer .e-pv-next-page-navigation-icon::before,
34
27
  .e-pdfviewer .e-pv-next-search-icon::before {
35
- content: '\ec07';
28
+ content: "\ec07";
36
29
  }
37
-
38
30
  .e-pdfviewer .e-pv-last-page-navigation-icon::before {
39
- content: '\ec08';
31
+ content: "\ec08";
40
32
  }
41
-
42
33
  .e-pdfviewer .e-pv-zoom-out-icon::before {
43
- content: '\ec09';
34
+ content: "\ec09";
44
35
  line-height: 26px;
45
36
  }
46
-
47
37
  .e-pdfviewer .e-pv-zoom-in-icon::before {
48
- content: '\ec0a';
38
+ content: "\ec0a";
49
39
  line-height: 26px;
50
40
  }
51
-
52
41
  .e-pdfviewer .e-pv-thumbnail-view-icon::before {
53
- content: '\ec27';
42
+ content: "\ec27";
54
43
  }
55
-
56
44
  .e-pdfviewer .e-pv-thumbnail-view-disable-icon::before {
57
45
  color: rgba(255, 255, 255, 0.2);
58
- content: '\ec27';
46
+ content: "\ec27";
59
47
  }
60
-
61
48
  .e-pdfviewer .e-pv-thumbnail-view-selection-icon::before {
62
49
  color: rgba(0, 176, 255, 0.6);
63
- content: '\ec27';
50
+ content: "\ec27";
64
51
  }
65
-
66
52
  .e-pdfviewer .e-pv-bookmark-icon::before {
67
- content: '\ec0c';
53
+ content: "\ec0c";
68
54
  }
69
-
70
55
  .e-pdfviewer .e-pv-bookmark-disable-icon::before {
71
56
  color: rgba(255, 255, 255, 0.2);
72
- content: '\ec0c';
57
+ content: "\ec0c";
73
58
  }
74
-
75
59
  .e-pdfviewer .e-pv-bookmark-selection-icon::before {
76
60
  color: rgba(0, 176, 255, 0.6);
77
- content: '\ec0c';
61
+ content: "\ec0c";
78
62
  }
79
-
80
63
  .e-pdfviewer .e-pv-title-close-icon::before,
81
64
  .e-pdfviewer .e-pv-annotation-tools-close-icon::before,
82
65
  .e-pdfviewer .e-pv-annotation-popup-close::before {
83
- content: '\ec0f';
66
+ content: "\ec0f";
84
67
  }
85
-
86
68
  .e-pdfviewer .e-pv-resize-icon::before {
87
- content: '\e84b';
69
+ content: "\e84b";
88
70
  font-size: 10px;
89
71
  }
90
-
91
72
  .e-pdfviewer .e-pv-text-select-tool-icon::before {
92
- content: '\ec1d';
73
+ content: "\ec1d";
93
74
  }
94
-
95
75
  .e-pdfviewer .e-pv-pan-tool-icon::before {
96
- content: '\ec1a';
76
+ content: "\ec1a";
97
77
  }
98
-
99
78
  .e-pdfviewer .e-pv-text-search-icon::before {
100
- content: '\ec0d';
79
+ content: "\ec0d";
101
80
  }
102
-
103
81
  .e-pdfviewer .e-pv-search-icon::before {
104
- content: '\ec0d';
105
- font-family: 'e-icons';
82
+ content: "\ec0d";
83
+ font-family: "e-icons";
106
84
  }
107
-
108
85
  .e-pdfviewer .e-pv-search-close::before {
109
- content: '\ec0f';
110
- font-family: 'e-icons';
86
+ content: "\ec0f";
87
+ font-family: "e-icons";
111
88
  }
112
-
113
89
  .e-pdfviewer .e-pv-formdesigner-icon::before {
114
- content: '\e90c';
90
+ content: "\e90c";
115
91
  }
116
-
117
92
  .e-pdfviewer .e-pv-annotation-icon::before {
118
- content: '\ec26';
93
+ content: "\ec26";
119
94
  }
120
-
121
95
  .e-pdfviewer .e-pv-annotation-color-icon::before {
122
- content: '\ec19';
96
+ content: "\ec19";
123
97
  }
124
-
125
98
  .e-pdfviewer .e-pv-annotation-opacity-icon::before {
126
- content: '\ec1b';
99
+ content: "\ec1b";
127
100
  }
128
-
129
101
  .e-pdfviewer .e-pv-annotation-thickness-icon::before {
130
- content: '\ec25';
102
+ content: "\ec25";
131
103
  }
132
-
133
104
  .e-pdfviewer .e-pv-annotation-delete-icon::before {
134
- content: '\ec1c';
105
+ content: "\ec1c";
135
106
  }
136
-
137
107
  .e-pdfviewer .e-pv-undo-icon::before {
138
- content: '\ec14';
108
+ content: "\ec14";
139
109
  }
140
-
141
110
  .e-pdfviewer .e-pv-redo-icon::before {
142
- content: '\ec21';
111
+ content: "\ec21";
143
112
  }
144
-
145
113
  .e-pdfviewer .e-pv-more-icon::before {
146
- content: '\ec16';
114
+ content: "\ec16";
147
115
  }
148
-
149
116
  .e-pdfviewer .e-pv-backward-icon::before {
150
- content: '\e977';
117
+ content: "\e977";
151
118
  }
152
-
153
119
  .e-pdfviewer .e-pv-notification-icon {
154
120
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjM1cHgiIGhlaWdodD0iMzFweCIgdmlld0JveD0iMCAwIDM1IDMxIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTEuMiAoNTc1MTkpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPg0KICAgIDx0aXRsZT5Hcm91cCAzPC90aXRsZT4NCiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4NCiAgICA8ZGVmcz48L2RlZnM+DQogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQogICAgICAgIDxnIGlkPSJDb3JydXB0ZWQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MTQuMDAwMDAwLCAtMzUzLjAwMDAwMCkiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTE5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0OTQuMDAwMDAwLCAyODUuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIwLjAwMDAwMCwgNjguMTg0NDc0KSI+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNS4yMjM0NzA4LDEwLjM1NzYwMjYgTDEyLjY1MzYzNywyMy40MDU1MTA2IEwxNC4xMzIwOTA1LDI2Ljk5MTI0OTUgTDE5LjM2MTc3ODksMjYuOTkxMjQ5NSBDMjAuNDQwMjUwNywxNy44NjA2NDE1IDIwLjY5MzgwOTcsMTIuMzE2MDkyNSAyMC4xMjI0NTU4LDEwLjM1NzYwMjYgQzE5LjU1MTEwMTksOC4zOTkxMTI3NCAxNy45MTgxMDY5LDguMzk5MTEyNzQgMTUuMjIzNDcwOCwxMC4zNTc2MDI2IFoiIGlkPSJQYXRoLTExIiBmaWxsPSIjMEUwRTBFIj48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zMS42MjM4MDkxLDMwLjM4NzQxMDEgQzMzLjgyOTUxMDUsMzAuMzg3NDEwMSAzNC43MjA5MTk0LDI4LjgzODYyNDQgMzMuNjExOTMzMiwyNi45MjMxMDI4IEwxOS4yODk5MDMsMi4xODUwNTA2OCBDMTguMTgyMjEyMiwwLjI3MTc2NjU5NSAxNi4zODc1ODYsMC4yNjk1MjkwNjkgMTUuMjc4NTk5OCwyLjE4NTA1MDY4IEwwLjk1NjU2OTY4NSwyNi45MjMxMDI4IEMtMC4xNTExMjExMDMsMjguODM2Mzg2OCAwLjc0NDI0ODg4MiwzMC4zODc0MTAxIDIuOTQ0NjkzNzksMzAuMzg3NDEwMSBMMzEuNjIzODA5MSwzMC4zODc0MTAxIFogTTE1LjYxNzU4NDgsMjYuMzg3NDEwMSBMMTUuNjE3NTg0OCwyMy4wNTQwNzY3IEwxOC45NTA5MTgxLDIzLjA1NDA3NjcgTDE4Ljk1MDkxODEsMjYuMzg3NDEwMSBMMTUuNjE3NTg0OCwyNi4zODc0MTAxIFogTTE1LjYxNzU4NDgsMjAuNzIwNzQzNCBMMTUuNjE3NTg0OCwxMC4wNTQwNzY3IEwxOC45NTA5MTgxLDEwLjA1NDA3NjcgTDE4Ljk1MDkxODEsMjAuNzIwNzQzNCBMMTUuNjE3NTg0OCwyMC43MjA3NDM0IFoiIGlkPSJTaGFwZSIgZmlsbD0iI0VGQzAwMiI+PC9wYXRoPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==");
155
121
  background-repeat: no-repeat;
156
122
  background-size: 36.7px 31.7px;
157
123
  height: 31.7px;
158
124
  }
159
-
160
125
  .e-pdfviewer .e-pv-notification-icon-rtl {
161
126
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjM1cHgiIGhlaWdodD0iMzFweCIgdmlld0JveD0iMCAwIDM1IDMxIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTEuMiAoNTc1MTkpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPg0KICAgIDx0aXRsZT5Hcm91cCAzPC90aXRsZT4NCiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4NCiAgICA8ZGVmcz48L2RlZnM+DQogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQogICAgICAgIDxnIGlkPSJDb3JydXB0ZWQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MTQuMDAwMDAwLCAtMzUzLjAwMDAwMCkiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTE5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0OTQuMDAwMDAwLCAyODUuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIwLjAwMDAwMCwgNjguMTg0NDc0KSI+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNS4yMjM0NzA4LDEwLjM1NzYwMjYgTDEyLjY1MzYzNywyMy40MDU1MTA2IEwxNC4xMzIwOTA1LDI2Ljk5MTI0OTUgTDE5LjM2MTc3ODksMjYuOTkxMjQ5NSBDMjAuNDQwMjUwNywxNy44NjA2NDE1IDIwLjY5MzgwOTcsMTIuMzE2MDkyNSAyMC4xMjI0NTU4LDEwLjM1NzYwMjYgQzE5LjU1MTEwMTksOC4zOTkxMTI3NCAxNy45MTgxMDY5LDguMzk5MTEyNzQgMTUuMjIzNDcwOCwxMC4zNTc2MDI2IFoiIGlkPSJQYXRoLTExIiBmaWxsPSIjMEUwRTBFIj48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zMS42MjM4MDkxLDMwLjM4NzQxMDEgQzMzLjgyOTUxMDUsMzAuMzg3NDEwMSAzNC43MjA5MTk0LDI4LjgzODYyNDQgMzMuNjExOTMzMiwyNi45MjMxMDI4IEwxOS4yODk5MDMsMi4xODUwNTA2OCBDMTguMTgyMjEyMiwwLjI3MTc2NjU5NSAxNi4zODc1ODYsMC4yNjk1MjkwNjkgMTUuMjc4NTk5OCwyLjE4NTA1MDY4IEwwLjk1NjU2OTY4NSwyNi45MjMxMDI4IEMtMC4xNTExMjExMDMsMjguODM2Mzg2OCAwLjc0NDI0ODg4MiwzMC4zODc0MTAxIDIuOTQ0NjkzNzksMzAuMzg3NDEwMSBMMzEuNjIzODA5MSwzMC4zODc0MTAxIFogTTE1LjYxNzU4NDgsMjYuMzg3NDEwMSBMMTUuNjE3NTg0OCwyMy4wNTQwNzY3IEwxOC45NTA5MTgxLDIzLjA1NDA3NjcgTDE4Ljk1MDkxODEsMjYuMzg3NDEwMSBMMTUuNjE3NTg0OCwyNi4zODc0MTAxIFogTTE1LjYxNzU4NDgsMjAuNzIwNzQzNCBMMTUuNjE3NTg0OCwxMC4wNTQwNzY3IEwxOC45NTA5MTgxLDEwLjA1NDA3NjcgTDE4Ljk1MDkxODEsMjAuNzIwNzQzNCBMMTUuNjE3NTg0OCwyMC43MjA3NDM0IFoiIGlkPSJTaGFwZSIgZmlsbD0iI0VGQzAwMiI+PC9wYXRoPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==");
162
127
  background-position: right;
@@ -164,146 +129,139 @@
164
129
  background-size: 36.7px 31.7px;
165
130
  height: 31.7px;
166
131
  }
167
-
168
132
  .e-pdfviewer .e-pv-textbox-icon::before {
169
- content: '\e89f';
133
+ content: "\e89f";
170
134
  }
171
-
172
135
  .e-pdfviewer .e-pv-password-icon::before {
173
- content: '\e91a';
136
+ content: "\e91a";
174
137
  }
175
-
176
138
  .e-pdfviewer .e-pv-checkbox-icon::before {
177
- content: '\e90b';
139
+ content: "\e90b";
178
140
  }
179
-
180
141
  .e-pdfviewer .e-pv-radiobutton-icon::before {
181
- content: '\e90f';
142
+ content: "\e90f";
182
143
  }
183
-
184
144
  .e-pdfviewer .e-pv-dropdown-icon::before {
185
- content: '\e90e';
145
+ content: "\e90e";
186
146
  }
187
-
188
147
  .e-pdfviewer .e-pv-listbox-icon::before {
189
- content: '\e89e';
148
+ content: "\e89e";
190
149
  }
191
-
192
150
  .e-pdfviewer .e-pv-annotation-calibrate-icon::before {
193
- content: '\e678';
151
+ content: "\e678";
194
152
  }
195
153
 
196
154
  .e-pv-download-document-icon.e-menu-icon::before {
197
- content: '\ec0b';
155
+ content: "\ec0b";
198
156
  }
199
157
 
200
158
  .e-pv-bookmark-icon.e-menu-icon::before {
201
- content: '\ec0c';
159
+ content: "\ec0c";
202
160
  }
203
161
 
204
162
  .e-pv-highlight-icon::before {
205
- content: '\ec15';
206
- font-family: 'e-icons';
163
+ content: "\ec15";
164
+ font-family: "e-icons";
207
165
  }
208
166
 
209
167
  .e-pv-underline-icon::before {
210
- content: '\ec17';
211
- font-family: 'e-icons';
168
+ content: "\ec17";
169
+ font-family: "e-icons";
212
170
  }
213
171
 
214
172
  .e-pv-strikethrough-icon::before {
215
- content: '\ec18';
216
- font-family: 'e-icons';
173
+ content: "\ec18";
174
+ font-family: "e-icons";
217
175
  }
218
176
 
219
177
  .e-pv-copy-icon::before {
220
- content: '\e70a';
221
- font-family: 'e-icons';
178
+ content: "\e70a";
179
+ font-family: "e-icons";
222
180
  }
223
181
 
224
182
  .e-pv-stamp-icon::before {
225
- content: '\ec28';
183
+ content: "\ec28";
226
184
  }
227
185
 
228
186
  .e-pv-shape-line-icon::before {
229
- content: '\e668';
230
- font-family: 'e-icons';
187
+ content: "\e668";
188
+ font-family: "e-icons";
231
189
  }
232
190
 
233
191
  .e-pv-shape-arrow-icon::before {
234
- content: '\e669';
235
- font-family: 'e-icons';
192
+ content: "\e669";
193
+ font-family: "e-icons";
236
194
  }
237
195
 
238
196
  .e-pv-shape-rectangle-icon::before {
239
- content: '\e670';
240
- font-family: 'e-icons';
197
+ content: "\e670";
198
+ font-family: "e-icons";
241
199
  }
242
200
 
243
201
  .e-pv-shape-circle-icon::before {
244
- content: '\e671';
245
- font-family: 'e-icons';
202
+ content: "\e671";
203
+ font-family: "e-icons";
246
204
  }
247
205
 
248
206
  .e-pv-shape-pentagon-icon::before {
249
- content: '\e672';
250
- font-family: 'e-icons';
207
+ content: "\e672";
208
+ font-family: "e-icons";
251
209
  }
252
210
 
253
211
  .e-pv-annotation-shape-icon::before {
254
- content: '\ec23';
212
+ content: "\ec23";
255
213
  }
256
214
 
257
215
  .e-pv-cut-icon::before {
258
- content: '\e33b';
259
- font-family: 'e-icons';
216
+ content: "\e33b";
217
+ font-family: "e-icons";
260
218
  }
261
219
 
262
220
  .e-pv-paste-icon::before {
263
- content: '\e355';
264
- font-family: 'e-icons';
221
+ content: "\e355";
222
+ font-family: "e-icons";
265
223
  }
266
224
 
267
225
  .e-pv-delete-icon::before {
268
- content: '\ec1c';
269
- font-family: 'e-icons';
226
+ content: "\ec1c";
227
+ font-family: "e-icons";
270
228
  }
271
229
 
272
230
  .e-pv-properties-fill-color-icon::before {
273
- content: '\ec19';
274
- font-family: 'e-icons';
231
+ content: "\ec19";
232
+ font-family: "e-icons";
275
233
  }
276
234
 
277
235
  .e-pv-properties-stroke-color-icon::before {
278
- content: '\e668';
279
- font-family: 'e-icons';
236
+ content: "\e668";
237
+ font-family: "e-icons";
280
238
  }
281
239
 
282
240
  .e-pv-comment-icon::before {
283
- content: '\e680';
284
- font-family: 'e-icons';
241
+ content: "\e680";
242
+ font-family: "e-icons";
285
243
  }
286
244
 
287
245
  .e-pv-property-icon::before {
288
- content: '\e199';
289
- font-family: 'e-icons';
246
+ content: "\e199";
247
+ font-family: "e-icons";
290
248
  }
291
249
 
292
250
  .e-pv-comment-selection-icon::before {
293
251
  color: rgba(0, 176, 255, 0.6);
294
- content: '\e680';
295
- font-family: 'e-icons';
252
+ content: "\e680";
253
+ font-family: "e-icons";
296
254
  }
297
255
 
298
256
  .e-pv-comment-panel-icon::before {
299
- content: '\eb5d';
300
- font-family: 'e-icons';
257
+ content: "\eb5d";
258
+ font-family: "e-icons";
301
259
  }
302
260
 
303
261
  .e-pv-accepted-icon::before {
304
262
  color: #fff;
305
- content: '\e682';
306
- font-family: 'e-icons';
263
+ content: "\e682";
264
+ font-family: "e-icons";
307
265
  font-size: 14px;
308
266
  padding: 1px 1px 1px 4px;
309
267
  position: absolute;
@@ -311,8 +269,8 @@
311
269
 
312
270
  .e-pv-rejected-icon::before {
313
271
  color: #fff;
314
- content: '\e683';
315
- font-family: 'e-icons';
272
+ content: "\e683";
273
+ font-family: "e-icons";
316
274
  font-size: 14px;
317
275
  padding: 2px 1px 1px 4px;
318
276
  position: absolute;
@@ -320,8 +278,8 @@
320
278
 
321
279
  .e-pv-completed-icon::before {
322
280
  color: #fff;
323
- content: '\e614';
324
- font-family: 'e-icons';
281
+ content: "\e614";
282
+ font-family: "e-icons";
325
283
  font-size: 14px;
326
284
  padding: 2px 1px 1px 3.5px;
327
285
  position: absolute;
@@ -329,147 +287,147 @@
329
287
 
330
288
  .e-pv-cancelled-icon::before {
331
289
  color: #fff;
332
- content: '\e60a';
333
- font-family: 'e-icons';
290
+ content: "\e60a";
291
+ font-family: "e-icons";
334
292
  font-size: 14px;
335
293
  padding: 2px 1px 1px 3.5px;
336
294
  position: absolute;
337
295
  }
338
296
 
339
297
  .e-pv-scale-ratio-icon::before {
340
- content: '\e678';
341
- font-family: 'e-icons';
298
+ content: "\e678";
299
+ font-family: "e-icons";
342
300
  }
343
301
 
344
302
  .e-pv-calibrate-distance-icon::before {
345
- content: '\e673';
346
- font-family: 'e-icons';
303
+ content: "\e673";
304
+ font-family: "e-icons";
347
305
  }
348
306
 
349
307
  .e-pv-calibrate-perimeter-icon::before {
350
- content: '\e674';
351
- font-family: 'e-icons';
308
+ content: "\e674";
309
+ font-family: "e-icons";
352
310
  }
353
311
 
354
312
  .e-pv-calibrate-area-icon::before {
355
- content: '\e675';
356
- font-family: 'e-icons';
313
+ content: "\e675";
314
+ font-family: "e-icons";
357
315
  }
358
316
 
359
317
  .e-pv-calibrate-radius-icon::before {
360
- content: '\e676';
361
- font-family: 'e-icons';
318
+ content: "\e676";
319
+ font-family: "e-icons";
362
320
  }
363
321
 
364
322
  .e-pv-calibrate-volume-icon::before {
365
- content: '\e677';
366
- font-family: 'e-icons';
323
+ content: "\e677";
324
+ font-family: "e-icons";
367
325
  }
368
326
 
369
327
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret::before {
370
- content: '\e969';
328
+ content: "\e969";
371
329
  }
372
330
 
373
331
  .e-pv-freetext-icon::before {
374
- content: '\ec0e';
375
- font-family: 'e-icons';
332
+ content: "\ec0e";
333
+ font-family: "e-icons";
376
334
  }
377
335
 
378
336
  .e-pv-annotation-textcolor-icon::before {
379
- content: '\e34c';
337
+ content: "\e34c";
380
338
  }
381
339
 
382
340
  .e-pv-annotation-textalign-icon::before {
383
- content: '\e33a';
384
- font-family: 'e-icons';
341
+ content: "\e33a";
342
+ font-family: "e-icons";
385
343
  }
386
344
 
387
345
  .e-pv-annotation-textprop-icon::before {
388
- content: '\eb04';
389
- font-family: 'e-icons';
346
+ content: "\eb04";
347
+ font-family: "e-icons";
390
348
  }
391
349
 
392
350
  .e-pv-left-align-icon::before {
393
- content: '\e33a';
394
- font-family: 'e-icons';
351
+ content: "\e33a";
352
+ font-family: "e-icons";
395
353
  }
396
354
 
397
355
  .e-pv-right-align-icon::before {
398
- content: '\eb5f';
399
- font-family: 'e-icons';
356
+ content: "\eb5f";
357
+ font-family: "e-icons";
400
358
  }
401
359
 
402
360
  .e-pv-center-align-icon::before {
403
- content: '\e35e';
404
- font-family: 'e-icons';
361
+ content: "\e35e";
362
+ font-family: "e-icons";
405
363
  }
406
364
 
407
365
  .e-pv-justfiy-align-icon::before {
408
- content: '\e334';
409
- font-family: 'e-icons';
366
+ content: "\e334";
367
+ font-family: "e-icons";
410
368
  }
411
369
 
412
370
  .e-pv-bold-icon::before {
413
- content: '\eb47';
414
- font-family: 'e-icons';
371
+ content: "\eb47";
372
+ font-family: "e-icons";
415
373
  }
416
374
 
417
375
  .e-pv-italic-icon::before {
418
- content: '\e35a';
419
- font-family: 'e-icons';
376
+ content: "\e35a";
377
+ font-family: "e-icons";
420
378
  }
421
379
 
422
380
  .e-pv-strikeout-icon::before {
423
- content: '\e332';
424
- font-family: 'e-icons';
381
+ content: "\e332";
382
+ font-family: "e-icons";
425
383
  }
426
384
 
427
385
  .e-pv-underlinetext-icon::before {
428
- content: '\e343';
429
- font-family: 'e-icons';
386
+ content: "\e343";
387
+ font-family: "e-icons";
430
388
  }
431
389
 
432
390
  .e-pv-superscript-icon::before {
433
- content: '\e352';
434
- font-family: 'e-icons';
391
+ content: "\e352";
392
+ font-family: "e-icons";
435
393
  }
436
394
 
437
395
  .e-pv-subscript-icon::before {
438
- content: '\e357';
439
- font-family: 'e-icons';
396
+ content: "\e357";
397
+ font-family: "e-icons";
440
398
  }
441
399
 
442
400
  .e-pv-handwritten-icon::before {
443
- content: '\e737';
444
- font-family: 'e-icons';
401
+ content: "\e737";
402
+ font-family: "e-icons";
445
403
  }
446
404
 
447
405
  .e-pv-inkannotation-icon::before {
448
- content: '\ec13';
449
- font-family: 'e-icons';
406
+ content: "\ec13";
407
+ font-family: "e-icons";
450
408
  }
451
409
 
452
410
  .e-pv-delete::before {
453
- content: '\e94a';
454
- font-family: 'e-icons';
411
+ content: "\e94a";
412
+ font-family: "e-icons";
455
413
  }
456
414
 
457
415
  .e-pv-annotation-stroke-icon::before {
458
- content: '\e668';
416
+ content: "\e668";
459
417
  }
460
418
 
461
419
  .e-pv-eye-icon::before {
462
- content: '\e345';
420
+ content: "\e345";
463
421
  cursor: pointer;
464
- font-family: 'e-icons';
422
+ font-family: "e-icons";
465
423
  font-size: 18px;
466
424
  padding: 7px;
467
425
  }
468
426
 
469
427
  .e-pv-eye-slash-icon::before {
470
- content: '\e721';
428
+ content: "\e721";
471
429
  cursor: pointer;
472
- font-family: 'e-icons';
430
+ font-family: "e-icons";
473
431
  font-size: 18px;
474
432
  padding: 7px;
475
433
  }
@@ -479,19 +437,16 @@
479
437
  border-style: solid;
480
438
  border-width: 1px 1px 1px 0;
481
439
  }
482
-
483
440
  .e-pdfviewer .e-pv-text-layer {
484
441
  position: absolute;
485
442
  top: 0;
486
443
  z-index: 2;
487
444
  }
488
-
489
445
  .e-pdfviewer .e-pv-annotation-canvas {
490
446
  left: 0;
491
447
  position: absolute;
492
448
  top: 0;
493
449
  }
494
-
495
450
  .e-pdfviewer .e-pv-text {
496
451
  background: transparent;
497
452
  color: transparent;
@@ -499,50 +454,40 @@
499
454
  opacity: 0.6;
500
455
  position: absolute;
501
456
  }
502
-
503
457
  .e-pdfviewer .e-pv-search-text-highlight,
504
458
  .e-pdfviewer .e-pv-search-text-highlightother {
505
459
  line-height: normal;
506
460
  opacity: 0.6;
507
461
  position: absolute;
508
462
  }
509
-
510
463
  .e-pdfviewer .e-pv-hyperlink {
511
464
  z-index: 2;
512
465
  }
513
-
514
466
  .e-pdfviewer .e-pv-hyperlink.e-pv-onselection {
515
467
  z-index: 1;
516
468
  }
517
-
518
469
  .e-pdfviewer .e-enable-text-selection {
519
470
  -ms-user-select: text;
520
471
  -webkit-user-select: text;
521
472
  user-select: text;
522
473
  }
523
-
524
474
  .e-pdfviewer .e-disable-text-selection {
525
475
  -ms-user-select: none;
526
476
  -webkit-user-select: none;
527
477
  user-select: none;
528
478
  }
529
-
530
479
  .e-pdfviewer .e-enable-text-selection .e-pv-text {
531
480
  display: inline-block;
532
481
  }
533
-
534
482
  .e-pdfviewer .e-disable-text-selection .e-pv-text {
535
483
  display: none;
536
484
  }
537
-
538
485
  .e-pdfviewer .e-pv-cursor {
539
486
  cursor: text;
540
487
  }
541
-
542
488
  .e-pdfviewer .e-pv-crosshair-cursor {
543
489
  cursor: crosshair;
544
490
  }
545
-
546
491
  .e-pdfviewer .e-pv-touch-select-drop {
547
492
  display: inline-block;
548
493
  height: 30px;
@@ -550,7 +495,6 @@
550
495
  width: 30px;
551
496
  z-index: 1000;
552
497
  }
553
-
554
498
  .e-pdfviewer .e-pv-touch-ellipse {
555
499
  background-color: #3088ed;
556
500
  border-bottom-left-radius: 50%;
@@ -564,7 +508,6 @@
564
508
  position: absolute;
565
509
  width: 20px;
566
510
  }
567
-
568
511
  .e-pdfviewer .e-pv-annotation-note {
569
512
  border-radius: 2px;
570
513
  cursor: auto;
@@ -579,12 +522,10 @@
579
522
  width: auto;
580
523
  z-index: 10000;
581
524
  }
582
-
583
525
  .e-pdfviewer .e-pv-annotation-note-author {
584
526
  border-bottom: 1px solid #000;
585
527
  font-weight: bold;
586
528
  }
587
-
588
529
  .e-pdfviewer .e-pv-annotation-popup-menu {
589
530
  cursor: auto;
590
531
  min-width: 396px;
@@ -593,39 +534,33 @@
593
534
  width: auto;
594
535
  z-index: 10000;
595
536
  }
596
-
597
537
  .e-pdfviewer .e-pv-annotation-popup-header {
598
538
  height: auto;
599
539
  min-height: 29px;
600
540
  padding-top: 14px;
601
541
  }
602
-
603
542
  .e-pdfviewer .e-pv-annotation-popup-author {
604
543
  float: left;
605
544
  font-size: 16px;
606
545
  font-weight: bold;
607
546
  margin-left: 14px;
608
547
  }
609
-
610
548
  .e-pdfviewer .e-pv-annotation-popup-close {
611
549
  float: right;
612
550
  height: 20px;
613
551
  margin-right: 14px;
614
552
  width: 20px;
615
553
  }
616
-
617
554
  .e-pdfviewer .e-pv-annotation-modified-time {
618
555
  height: 14px;
619
556
  margin-left: 14px;
620
557
  padding-top: 8px;
621
558
  }
622
-
623
559
  .e-pdfviewer .e-pv-annotation-popup-note-container {
624
560
  height: auto;
625
561
  padding: 14px;
626
562
  width: auto;
627
563
  }
628
-
629
564
  .e-pdfviewer .e-pv-annotation-popup-content {
630
565
  background-color: #fff;
631
566
  border: 1px solid;
@@ -634,12 +569,10 @@
634
569
  overflow: hidden auto;
635
570
  width: 368px;
636
571
  }
637
-
638
572
  .e-pdfviewer .e-pv-properties-fill-color-icon,
639
573
  .e-pdfviewer .e-pv-properties-stroke-color-icon {
640
574
  border-bottom: 2px solid;
641
575
  }
642
-
643
576
  .e-pdfviewer .e-pv-drop {
644
577
  color: #3088ed;
645
578
  display: inline-block;
@@ -648,7 +581,6 @@
648
581
  width: 20px;
649
582
  z-index: 1000;
650
583
  }
651
-
652
584
  .e-pdfviewer .e-pv-droplet {
653
585
  background-color: #3088ed;
654
586
  border-bottom-left-radius: 50%;
@@ -1150,7 +1082,7 @@ input.e-pv-input-password::-ms-reveal {
1150
1082
  padding-top: 6.9px;
1151
1083
  }
1152
1084
 
1153
- .e-pv-password-popup.e-dialog span[id*='_prompt'] {
1085
+ .e-pv-password-popup.e-dialog span[id*=_prompt] {
1154
1086
  font-size: 16px;
1155
1087
  letter-spacing: -0.16px;
1156
1088
  }
@@ -1217,7 +1149,7 @@ input.e-pv-input-password::-ms-reveal {
1217
1149
  bottom: 0;
1218
1150
  position: absolute;
1219
1151
  top: 56px;
1220
- transition: transform .3s ease;
1152
+ transition: transform 0.3s ease;
1221
1153
  transition-duration: 200ms;
1222
1154
  transition-timing-function: ease;
1223
1155
  width: 250px;
@@ -1331,7 +1263,7 @@ input.e-pv-input-password::-ms-reveal {
1331
1263
  border-width: 0;
1332
1264
  color: #fff;
1333
1265
  cursor: ew-resize;
1334
- height: calc(100%);
1266
+ height: 100%;
1335
1267
  position: absolute;
1336
1268
  width: 8px;
1337
1269
  z-index: 105;
@@ -1861,9 +1793,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1861
1793
  height: 16px;
1862
1794
  }
1863
1795
 
1864
- .e-pv-annotation-color-container.e-dropdown-btn.e-btn .e-caret
1865
- .e-pv-annotation-opacity-container.e-dropdown-btn.e-btn .e-caret
1866
- .e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn .e-caret,
1796
+ .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,
1867
1797
  .e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-caret,
1868
1798
  .e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-caret {
1869
1799
  font-size: 12px;
@@ -2663,7 +2593,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2663
2593
  }
2664
2594
 
2665
2595
  .e-pdfviewer .e-input-group.e-control-wrapper.e-editable-elements.e-input-focus {
2666
- caret-color: #ff80ab;
2596
+ caret-color: rgb(255, 128, 171);
2667
2597
  }
2668
2598
 
2669
2599
  .e-pv-reply-div {
@@ -2725,7 +2655,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2725
2655
  border-width: 0;
2726
2656
  color: #fff;
2727
2657
  cursor: ew-resize;
2728
- height: calc(100%);
2658
+ height: 100%;
2729
2659
  position: absolute;
2730
2660
  width: 8px;
2731
2661
  z-index: 105;
@@ -2887,7 +2817,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2887
2817
  }
2888
2818
 
2889
2819
  .e-pv-radio-btn + .e-pv-radiobtn-span::before {
2890
- content: '';
2820
+ content: "";
2891
2821
  display: block;
2892
2822
  height: inherit;
2893
2823
  width: inherit;
@@ -3294,4 +3224,4 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3294
3224
 
3295
3225
  .e-pv-font-appearance-style-blazor {
3296
3226
  padding: 15px;
3297
- }
3227
+ }