@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,166 +1,130 @@
1
1
  /*! PdfViewer's default definitions and variables */
2
2
  .e-pdfviewer .e-pv-icon::before {
3
- font-family: 'e-icons';
3
+ font-family: "e-icons";
4
4
  }
5
-
6
5
  .e-pdfviewer .e-pv-icon-search::before {
7
- font-family: 'e-icons';
6
+ font-family: "e-icons";
8
7
  font-size: 12px;
9
8
  }
10
-
11
9
  .e-pdfviewer .e-pv-open-document-icon::before {
12
- content: '\ec2b';
10
+ content: "\ec2b";
13
11
  }
14
-
15
12
  .e-pdfviewer .e-pv-download-document-icon::before {
16
- content: '\ec32';
13
+ content: "\ec32";
17
14
  }
18
-
19
15
  .e-pdfviewer .e-pv-print-document-icon::before {
20
- content: '\ebd2';
16
+ content: "\ebd2";
21
17
  }
22
-
23
18
  .e-pdfviewer .e-pv-first-page-navigation-icon::before {
24
- content: '\ec2c';
19
+ content: "\ec2c";
25
20
  }
26
-
27
21
  .e-pdfviewer .e-pv-previous-page-navigation-icon::before,
28
22
  .e-pdfviewer .e-pv-prev-search-icon::before {
29
- content: '\ec2d';
23
+ content: "\ec2d";
30
24
  }
31
-
32
25
  .e-pdfviewer .e-pv-next-page-navigation-icon::before,
33
26
  .e-pdfviewer .e-pv-next-search-icon::before {
34
- content: '\ec2e';
27
+ content: "\ec2e";
35
28
  }
36
-
37
29
  .e-pdfviewer .e-pv-last-page-navigation-icon::before {
38
- content: '\ec2f';
30
+ content: "\ec2f";
39
31
  }
40
-
41
32
  .e-pdfviewer .e-pv-zoom-out-icon::before {
42
- content: '\ec30';
33
+ content: "\ec30";
43
34
  line-height: 26px;
44
35
  }
45
-
46
36
  .e-pdfviewer .e-pv-zoom-in-icon::before {
47
- content: '\ec31';
37
+ content: "\ec31";
48
38
  line-height: 26px;
49
39
  }
50
-
51
40
  .e-pdfviewer .e-pv-thumbnail-view-icon::before {
52
- content: '\ebd9';
41
+ content: "\ebd9";
53
42
  }
54
-
55
43
  .e-pdfviewer .e-pv-thumbnail-view-disable-icon::before {
56
44
  color: rgba(51, 51, 51, 0.2);
57
- content: '\ebd9';
45
+ content: "\ebd9";
58
46
  }
59
-
60
47
  .e-pdfviewer .e-pv-thumbnail-view-selection-icon::before {
61
48
  color: #333;
62
- content: '\ebd9';
49
+ content: "\ebd9";
63
50
  }
64
-
65
51
  .e-pdfviewer .e-pv-bookmark-icon::before {
66
- content: '\ec33';
52
+ content: "\ec33";
67
53
  }
68
-
69
54
  .e-pdfviewer .e-pv-bookmark-disable-icon::before {
70
55
  color: rgba(51, 51, 51, 0.2);
71
- content: '\ec33';
56
+ content: "\ec33";
72
57
  }
73
-
74
58
  .e-pdfviewer .e-pv-bookmark-selection-icon::before {
75
59
  color: #333;
76
- content: '\ec33';
60
+ content: "\ec33";
77
61
  }
78
-
79
62
  .e-pdfviewer .e-pv-title-close-icon::before,
80
63
  .e-pdfviewer .e-pv-annotation-tools-close-icon::before,
81
64
  .e-pdfviewer .e-pv-annotation-popup-close::before {
82
- content: '\ebc0';
65
+ content: "\ebc0";
83
66
  font-size: 12px;
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: '\ebce';
73
+ content: "\ebce";
93
74
  }
94
-
95
75
  .e-pdfviewer .e-pv-pan-tool-icon::before {
96
- content: '\ebcb';
76
+ content: "\ebcb";
97
77
  }
98
-
99
78
  .e-pdfviewer .e-pv-text-search-icon::before {
100
- content: '\ebbe';
79
+ content: "\ebbe";
101
80
  }
102
-
103
81
  .e-pdfviewer .e-pv-search-icon::before {
104
- content: '\ebbe';
105
- font-family: 'e-icons';
82
+ content: "\ebbe";
83
+ font-family: "e-icons";
106
84
  }
107
-
108
85
  .e-pdfviewer .e-pv-search-close::before {
109
- content: '\ebc0';
110
- font-family: 'e-icons';
86
+ content: "\ebc0";
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: '\ebd8';
93
+ content: "\ebd8";
119
94
  }
120
-
121
95
  .e-pdfviewer .e-pv-annotation-color-icon::before {
122
- content: '\ebca';
96
+ content: "\ebca";
123
97
  }
124
-
125
98
  .e-pdfviewer .e-pv-annotation-stroke-icon::before {
126
- content: '\e668';
99
+ content: "\e668";
127
100
  }
128
-
129
101
  .e-pdfviewer .e-pv-annotation-opacity-icon::before {
130
- content: '\ebcc';
102
+ content: "\ebcc";
131
103
  }
132
-
133
104
  .e-pdfviewer .e-pv-annotation-thickness-icon::before {
134
- content: '\ebd7';
105
+ content: "\ebd7";
135
106
  }
136
-
137
107
  .e-pdfviewer .e-pv-annotation-delete-icon::before {
138
- content: '\ebcd';
108
+ content: "\ebcd";
139
109
  }
140
-
141
110
  .e-pdfviewer .e-pv-undo-icon::before {
142
- content: '\ebc5';
111
+ content: "\ebc5";
143
112
  }
144
-
145
113
  .e-pdfviewer .e-pv-redo-icon::before {
146
- content: '\ebd3';
114
+ content: "\ebd3";
147
115
  }
148
-
149
116
  .e-pdfviewer .e-pv-more-icon::before {
150
- content: '\ebc7';
117
+ content: "\ebc7";
151
118
  }
152
-
153
119
  .e-pdfviewer .e-pv-backward-icon::before {
154
- content: '\e94b';
120
+ content: "\e94b";
155
121
  }
156
-
157
122
  .e-pdfviewer .e-pv-notification-icon {
158
123
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjM1cHgiIGhlaWdodD0iMzFweCIgdmlld0JveD0iMCAwIDM1IDMxIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTEuMiAoNTc1MTkpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPg0KICAgIDx0aXRsZT5Hcm91cCAzPC90aXRsZT4NCiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4NCiAgICA8ZGVmcz48L2RlZnM+DQogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQogICAgICAgIDxnIGlkPSJDb3JydXB0ZWQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MTQuMDAwMDAwLCAtMzUzLjAwMDAwMCkiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTE5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0OTQuMDAwMDAwLCAyODUuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIwLjAwMDAwMCwgNjguMTg0NDc0KSI+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNS4yMjM0NzA4LDEwLjM1NzYwMjYgTDEyLjY1MzYzNywyMy40MDU1MTA2IEwxNC4xMzIwOTA1LDI2Ljk5MTI0OTUgTDE5LjM2MTc3ODksMjYuOTkxMjQ5NSBDMjAuNDQwMjUwNywxNy44NjA2NDE1IDIwLjY5MzgwOTcsMTIuMzE2MDkyNSAyMC4xMjI0NTU4LDEwLjM1NzYwMjYgQzE5LjU1MTEwMTksOC4zOTkxMTI3NCAxNy45MTgxMDY5LDguMzk5MTEyNzQgMTUuMjIzNDcwOCwxMC4zNTc2MDI2IFoiIGlkPSJQYXRoLTExIiBmaWxsPSIjMEUwRTBFIj48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zMS42MjM4MDkxLDMwLjM4NzQxMDEgQzMzLjgyOTUxMDUsMzAuMzg3NDEwMSAzNC43MjA5MTk0LDI4LjgzODYyNDQgMzMuNjExOTMzMiwyNi45MjMxMDI4IEwxOS4yODk5MDMsMi4xODUwNTA2OCBDMTguMTgyMjEyMiwwLjI3MTc2NjU5NSAxNi4zODc1ODYsMC4yNjk1MjkwNjkgMTUuMjc4NTk5OCwyLjE4NTA1MDY4IEwwLjk1NjU2OTY4NSwyNi45MjMxMDI4IEMtMC4xNTExMjExMDMsMjguODM2Mzg2OCAwLjc0NDI0ODg4MiwzMC4zODc0MTAxIDIuOTQ0NjkzNzksMzAuMzg3NDEwMSBMMzEuNjIzODA5MSwzMC4zODc0MTAxIFogTTE1LjYxNzU4NDgsMjYuMzg3NDEwMSBMMTUuNjE3NTg0OCwyMy4wNTQwNzY3IEwxOC45NTA5MTgxLDIzLjA1NDA3NjcgTDE4Ljk1MDkxODEsMjYuMzg3NDEwMSBMMTUuNjE3NTg0OCwyNi4zODc0MTAxIFogTTE1LjYxNzU4NDgsMjAuNzIwNzQzNCBMMTUuNjE3NTg0OCwxMC4wNTQwNzY3IEwxOC45NTA5MTgxLDEwLjA1NDA3NjcgTDE4Ljk1MDkxODEsMjAuNzIwNzQzNCBMMTUuNjE3NTg0OCwyMC43MjA3NDM0IFoiIGlkPSJTaGFwZSIgZmlsbD0iI0VGQzAwMiI+PC9wYXRoPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==");
159
124
  background-repeat: no-repeat;
160
125
  background-size: 38px 33px;
161
126
  height: 33px;
162
127
  }
163
-
164
128
  .e-pdfviewer .e-pv-notification-icon-rtl {
165
129
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjM1cHgiIGhlaWdodD0iMzFweCIgdmlld0JveD0iMCAwIDM1IDMxIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTEuMiAoNTc1MTkpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPg0KICAgIDx0aXRsZT5Hcm91cCAzPC90aXRsZT4NCiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4NCiAgICA8ZGVmcz48L2RlZnM+DQogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQogICAgICAgIDxnIGlkPSJDb3JydXB0ZWQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MTQuMDAwMDAwLCAtMzUzLjAwMDAwMCkiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTE5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0OTQuMDAwMDAwLCAyODUuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIwLjAwMDAwMCwgNjguMTg0NDc0KSI+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNS4yMjM0NzA4LDEwLjM1NzYwMjYgTDEyLjY1MzYzNywyMy40MDU1MTA2IEwxNC4xMzIwOTA1LDI2Ljk5MTI0OTUgTDE5LjM2MTc3ODksMjYuOTkxMjQ5NSBDMjAuNDQwMjUwNywxNy44NjA2NDE1IDIwLjY5MzgwOTcsMTIuMzE2MDkyNSAyMC4xMjI0NTU4LDEwLjM1NzYwMjYgQzE5LjU1MTEwMTksOC4zOTkxMTI3NCAxNy45MTgxMDY5LDguMzk5MTEyNzQgMTUuMjIzNDcwOCwxMC4zNTc2MDI2IFoiIGlkPSJQYXRoLTExIiBmaWxsPSIjMEUwRTBFIj48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zMS42MjM4MDkxLDMwLjM4NzQxMDEgQzMzLjgyOTUxMDUsMzAuMzg3NDEwMSAzNC43MjA5MTk0LDI4LjgzODYyNDQgMzMuNjExOTMzMiwyNi45MjMxMDI4IEwxOS4yODk5MDMsMi4xODUwNTA2OCBDMTguMTgyMjEyMiwwLjI3MTc2NjU5NSAxNi4zODc1ODYsMC4yNjk1MjkwNjkgMTUuMjc4NTk5OCwyLjE4NTA1MDY4IEwwLjk1NjU2OTY4NSwyNi45MjMxMDI4IEMtMC4xNTExMjExMDMsMjguODM2Mzg2OCAwLjc0NDI0ODg4MiwzMC4zODc0MTAxIDIuOTQ0NjkzNzksMzAuMzg3NDEwMSBMMzEuNjIzODA5MSwzMC4zODc0MTAxIFogTTE1LjYxNzU4NDgsMjYuMzg3NDEwMSBMMTUuNjE3NTg0OCwyMy4wNTQwNzY3IEwxOC45NTA5MTgxLDIzLjA1NDA3NjcgTDE4Ljk1MDkxODEsMjYuMzg3NDEwMSBMMTUuNjE3NTg0OCwyNi4zODc0MTAxIFogTTE1LjYxNzU4NDgsMjAuNzIwNzQzNCBMMTUuNjE3NTg0OCwxMC4wNTQwNzY3IEwxOC45NTA5MTgxLDEwLjA1NDA3NjcgTDE4Ljk1MDkxODEsMjAuNzIwNzQzNCBMMTUuNjE3NTg0OCwyMC43MjA3NDM0IFoiIGlkPSJTaGFwZSIgZmlsbD0iI0VGQzAwMiI+PC9wYXRoPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==");
166
130
  background-position: right;
@@ -168,146 +132,139 @@
168
132
  background-size: 38px 33px;
169
133
  height: 33px;
170
134
  }
171
-
172
135
  .e-pdfviewer .e-pv-textbox-icon::before {
173
- content: '\e89f';
136
+ content: "\e89f";
174
137
  }
175
-
176
138
  .e-pdfviewer .e-pv-password-icon::before {
177
- content: '\e91a';
139
+ content: "\e91a";
178
140
  }
179
-
180
141
  .e-pdfviewer .e-pv-checkbox-icon::before {
181
- content: '\e90b';
142
+ content: "\e90b";
182
143
  }
183
-
184
144
  .e-pdfviewer .e-pv-radiobutton-icon::before {
185
- content: '\e90f';
145
+ content: "\e90f";
186
146
  }
187
-
188
147
  .e-pdfviewer .e-pv-dropdown-icon::before {
189
- content: '\e90e';
148
+ content: "\e90e";
190
149
  }
191
-
192
150
  .e-pdfviewer .e-pv-listbox-icon::before {
193
- content: '\e89e';
151
+ content: "\e89e";
194
152
  }
195
-
196
153
  .e-pdfviewer .e-pv-annotation-calibrate-icon::before {
197
- content: '\e678';
154
+ content: "\e678";
198
155
  }
199
156
 
200
157
  .e-pv-download-document-icon.e-menu-icon::before {
201
- content: '\ec32';
158
+ content: "\ec32";
202
159
  }
203
160
 
204
161
  .e-pv-bookmark-icon.e-menu-icon::before {
205
- content: '\ec33';
162
+ content: "\ec33";
206
163
  }
207
164
 
208
165
  .e-pv-highlight-icon::before {
209
- content: '\ebc6';
210
- font-family: 'e-icons';
166
+ content: "\ebc6";
167
+ font-family: "e-icons";
211
168
  }
212
169
 
213
170
  .e-pv-underline-icon::before {
214
- content: '\ebc8';
215
- font-family: 'e-icons';
171
+ content: "\ebc8";
172
+ font-family: "e-icons";
216
173
  }
217
174
 
218
175
  .e-pv-strikethrough-icon::before {
219
- content: '\ebc9';
220
- font-family: 'e-icons';
176
+ content: "\ebc9";
177
+ font-family: "e-icons";
221
178
  }
222
179
 
223
180
  .e-pv-copy-icon::before {
224
- content: '\e70a';
225
- font-family: 'e-icons';
181
+ content: "\e70a";
182
+ font-family: "e-icons";
226
183
  }
227
184
 
228
185
  .e-pv-stamp-icon::before {
229
- content: '\ebda';
186
+ content: "\ebda";
230
187
  }
231
188
 
232
189
  .e-pv-shape-line-icon::before {
233
- content: '\e668';
234
- font-family: 'e-icons';
190
+ content: "\e668";
191
+ font-family: "e-icons";
235
192
  }
236
193
 
237
194
  .e-pv-shape-arrow-icon::before {
238
- content: '\e669';
239
- font-family: 'e-icons';
195
+ content: "\e669";
196
+ font-family: "e-icons";
240
197
  }
241
198
 
242
199
  .e-pv-shape-rectangle-icon::before {
243
- content: '\e670';
244
- font-family: 'e-icons';
200
+ content: "\e670";
201
+ font-family: "e-icons";
245
202
  }
246
203
 
247
204
  .e-pv-shape-circle-icon::before {
248
- content: '\e671';
249
- font-family: 'e-icons';
205
+ content: "\e671";
206
+ font-family: "e-icons";
250
207
  }
251
208
 
252
209
  .e-pv-shape-pentagon-icon::before {
253
- content: '\e672';
254
- font-family: 'e-icons';
210
+ content: "\e672";
211
+ font-family: "e-icons";
255
212
  }
256
213
 
257
214
  .e-pv-annotation-shape-icon::before {
258
- content: '\ebd5';
215
+ content: "\ebd5";
259
216
  }
260
217
 
261
218
  .e-pv-cut-icon::before {
262
- content: '\e604';
263
- font-family: 'e-icons';
219
+ content: "\e604";
220
+ font-family: "e-icons";
264
221
  }
265
222
 
266
223
  .e-pv-paste-icon::before {
267
- content: '\e601';
268
- font-family: 'e-icons';
224
+ content: "\e601";
225
+ font-family: "e-icons";
269
226
  }
270
227
 
271
228
  .e-pv-delete-icon::before {
272
- content: '\ebcd';
273
- font-family: 'e-icons';
229
+ content: "\ebcd";
230
+ font-family: "e-icons";
274
231
  }
275
232
 
276
233
  .e-pv-properties-fill-color-icon::before {
277
- content: '\ebca';
278
- font-family: 'e-icons';
234
+ content: "\ebca";
235
+ font-family: "e-icons";
279
236
  }
280
237
 
281
238
  .e-pv-properties-stroke-color-icon::before {
282
- content: '\e668';
283
- font-family: 'e-icons';
239
+ content: "\e668";
240
+ font-family: "e-icons";
284
241
  }
285
242
 
286
243
  .e-pv-comment-icon::before {
287
- content: '\e680';
288
- font-family: 'e-icons';
244
+ content: "\e680";
245
+ font-family: "e-icons";
289
246
  }
290
247
 
291
248
  .e-pv-property-icon::before {
292
- content: '\e199';
293
- font-family: 'e-icons';
249
+ content: "\e199";
250
+ font-family: "e-icons";
294
251
  }
295
252
 
296
253
  .e-pv-comment-selection-icon::before {
297
254
  color: #333;
298
- content: '\e680';
299
- font-family: 'e-icons';
255
+ content: "\e680";
256
+ font-family: "e-icons";
300
257
  }
301
258
 
302
259
  .e-pv-comment-panel-icon::before {
303
- content: '\eb23';
304
- font-family: 'e-icons';
260
+ content: "\eb23";
261
+ font-family: "e-icons";
305
262
  }
306
263
 
307
264
  .e-pv-accepted-icon::before {
308
265
  color: #fff;
309
- content: '\e682';
310
- font-family: 'e-icons';
266
+ content: "\e682";
267
+ font-family: "e-icons";
311
268
  font-size: 14px;
312
269
  padding: 1px 1px 1px 4px;
313
270
  position: absolute;
@@ -315,8 +272,8 @@
315
272
 
316
273
  .e-pv-rejected-icon::before {
317
274
  color: #fff;
318
- content: '\e683';
319
- font-family: 'e-icons';
275
+ content: "\e683";
276
+ font-family: "e-icons";
320
277
  font-size: 14px;
321
278
  padding: 2px 1px 1px 4px;
322
279
  position: absolute;
@@ -324,8 +281,8 @@
324
281
 
325
282
  .e-pv-completed-icon::before {
326
283
  color: #fff;
327
- content: '\e614';
328
- font-family: 'e-icons';
284
+ content: "\e614";
285
+ font-family: "e-icons";
329
286
  font-size: 14px;
330
287
  padding: 2px 1px 1px 3.5px;
331
288
  position: absolute;
@@ -333,145 +290,145 @@
333
290
 
334
291
  .e-pv-cancelled-icon::before {
335
292
  color: #fff;
336
- content: '\e60a';
337
- font-family: 'e-icons';
293
+ content: "\e60a";
294
+ font-family: "e-icons";
338
295
  font-size: 14px;
339
296
  padding: 2px 1px 1px 3.5px;
340
297
  position: absolute;
341
298
  }
342
299
 
343
300
  .e-pv-scale-ratio-icon::before {
344
- content: '\e678';
345
- font-family: 'e-icons';
301
+ content: "\e678";
302
+ font-family: "e-icons";
346
303
  }
347
304
 
348
305
  .e-pv-calibrate-distance-icon::before {
349
- content: '\e673';
350
- font-family: 'e-icons';
306
+ content: "\e673";
307
+ font-family: "e-icons";
351
308
  }
352
309
 
353
310
  .e-pv-calibrate-perimeter-icon::before {
354
- content: '\e674';
355
- font-family: 'e-icons';
311
+ content: "\e674";
312
+ font-family: "e-icons";
356
313
  }
357
314
 
358
315
  .e-pv-calibrate-area-icon::before {
359
- content: '\e675';
360
- font-family: 'e-icons';
316
+ content: "\e675";
317
+ font-family: "e-icons";
361
318
  }
362
319
 
363
320
  .e-pv-calibrate-radius-icon::before {
364
- content: '\e676';
365
- font-family: 'e-icons';
321
+ content: "\e676";
322
+ font-family: "e-icons";
366
323
  }
367
324
 
368
325
  .e-pv-calibrate-volume-icon::before {
369
- content: '\e677';
370
- font-family: 'e-icons';
326
+ content: "\e677";
327
+ font-family: "e-icons";
371
328
  }
372
329
 
373
330
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret::before {
374
- content: '\e969';
331
+ content: "\e969";
375
332
  font-size: 8px;
376
333
  }
377
334
 
378
335
  .e-pv-freetext-icon::before {
379
- content: '\ebbf';
380
- font-family: 'e-icons';
336
+ content: "\ebbf";
337
+ font-family: "e-icons";
381
338
  }
382
339
 
383
340
  .e-pv-annotation-textalign-icon::before {
384
- content: '\e33a';
385
- font-family: 'e-icons';
341
+ content: "\e33a";
342
+ font-family: "e-icons";
386
343
  }
387
344
 
388
345
  .e-pv-annotation-textcolor-icon::before {
389
- content: '\e34c';
390
- font-family: 'e-icons';
346
+ content: "\e34c";
347
+ font-family: "e-icons";
391
348
  }
392
349
 
393
350
  .e-pv-annotation-textprop-icon::before {
394
- content: '\eb07';
395
- font-family: 'e-icons';
351
+ content: "\eb07";
352
+ font-family: "e-icons";
396
353
  }
397
354
 
398
355
  .e-pv-left-align-icon::before {
399
- content: '\e33a';
400
- font-family: 'e-icons';
356
+ content: "\e33a";
357
+ font-family: "e-icons";
401
358
  }
402
359
 
403
360
  .e-pv-right-align-icon::before {
404
- content: '\e34d';
405
- font-family: 'e-icons';
361
+ content: "\e34d";
362
+ font-family: "e-icons";
406
363
  }
407
364
 
408
365
  .e-pv-center-align-icon::before {
409
- content: '\e35e';
410
- font-family: 'e-icons';
366
+ content: "\e35e";
367
+ font-family: "e-icons";
411
368
  }
412
369
 
413
370
  .e-pv-justfiy-align-icon::before {
414
- content: '\e334';
415
- font-family: 'e-icons';
371
+ content: "\e334";
372
+ font-family: "e-icons";
416
373
  }
417
374
 
418
375
  .e-pv-bold-icon::before {
419
- content: '\eb2f';
420
- font-family: 'e-icons';
376
+ content: "\eb2f";
377
+ font-family: "e-icons";
421
378
  }
422
379
 
423
380
  .e-pv-italic-icon::before {
424
- content: '\eb1d';
425
- font-family: 'e-icons';
381
+ content: "\eb1d";
382
+ font-family: "e-icons";
426
383
  }
427
384
 
428
385
  .e-pv-strikeout-icon::before {
429
- content: '\ebc9';
430
- font-family: 'e-icons';
386
+ content: "\ebc9";
387
+ font-family: "e-icons";
431
388
  }
432
389
 
433
390
  .e-pv-underlinetext-icon::before {
434
- content: '\ebc8';
435
- font-family: 'e-icons';
391
+ content: "\ebc8";
392
+ font-family: "e-icons";
436
393
  }
437
394
 
438
395
  .e-pv-superscript-icon::before {
439
- content: '\e352';
440
- font-family: 'e-icons';
396
+ content: "\e352";
397
+ font-family: "e-icons";
441
398
  }
442
399
 
443
400
  .e-pv-subscript-icon::before {
444
- content: '\e357';
445
- font-family: 'e-icons';
401
+ content: "\e357";
402
+ font-family: "e-icons";
446
403
  }
447
404
 
448
405
  .e-pv-handwritten-icon::before {
449
- content: '\e767';
450
- font-family: 'e-icons';
406
+ content: "\e767";
407
+ font-family: "e-icons";
451
408
  }
452
409
 
453
410
  .e-pv-inkannotation-icon::before {
454
- content: '\ebc4';
455
- font-family: 'e-icons';
411
+ content: "\ebc4";
412
+ font-family: "e-icons";
456
413
  }
457
414
 
458
415
  .e-pv-delete::before {
459
- content: '\e94a';
460
- font-family: 'e-icons';
416
+ content: "\e94a";
417
+ font-family: "e-icons";
461
418
  }
462
419
 
463
420
  .e-pv-eye-icon::before {
464
- content: '\e345';
421
+ content: "\e345";
465
422
  cursor: pointer;
466
- font-family: 'e-icons';
423
+ font-family: "e-icons";
467
424
  font-size: 18px;
468
425
  padding: 7px;
469
426
  }
470
427
 
471
428
  .e-pv-eye-slash-icon::before {
472
- content: '\e721';
429
+ content: "\e721";
473
430
  cursor: pointer;
474
- font-family: 'e-icons';
431
+ font-family: "e-icons";
475
432
  font-size: 18px;
476
433
  padding: 7px;
477
434
  }
@@ -481,19 +438,16 @@
481
438
  border-style: solid;
482
439
  border-width: 1px 1px 1px 0;
483
440
  }
484
-
485
441
  .e-pdfviewer .e-pv-text-layer {
486
442
  position: absolute;
487
443
  top: 0;
488
444
  z-index: 2;
489
445
  }
490
-
491
446
  .e-pdfviewer .e-pv-annotation-canvas {
492
447
  left: 0;
493
448
  position: absolute;
494
449
  top: 0;
495
450
  }
496
-
497
451
  .e-pdfviewer .e-pv-text {
498
452
  background: transparent;
499
453
  color: transparent;
@@ -501,50 +455,40 @@
501
455
  opacity: 0.6;
502
456
  position: absolute;
503
457
  }
504
-
505
458
  .e-pdfviewer .e-pv-search-text-highlight,
506
459
  .e-pdfviewer .e-pv-search-text-highlightother {
507
460
  line-height: normal;
508
461
  opacity: 0.6;
509
462
  position: absolute;
510
463
  }
511
-
512
464
  .e-pdfviewer .e-pv-hyperlink {
513
465
  z-index: 2;
514
466
  }
515
-
516
467
  .e-pdfviewer .e-pv-hyperlink.e-pv-onselection {
517
468
  z-index: 1;
518
469
  }
519
-
520
470
  .e-pdfviewer .e-enable-text-selection {
521
471
  -ms-user-select: text;
522
472
  -webkit-user-select: text;
523
473
  user-select: text;
524
474
  }
525
-
526
475
  .e-pdfviewer .e-disable-text-selection {
527
476
  -ms-user-select: none;
528
477
  -webkit-user-select: none;
529
478
  user-select: none;
530
479
  }
531
-
532
480
  .e-pdfviewer .e-enable-text-selection .e-pv-text {
533
481
  display: inline-block;
534
482
  }
535
-
536
483
  .e-pdfviewer .e-disable-text-selection .e-pv-text {
537
484
  display: none;
538
485
  }
539
-
540
486
  .e-pdfviewer .e-pv-cursor {
541
487
  cursor: text;
542
488
  }
543
-
544
489
  .e-pdfviewer .e-pv-crosshair-cursor {
545
490
  cursor: crosshair;
546
491
  }
547
-
548
492
  .e-pdfviewer .e-pv-touch-select-drop {
549
493
  display: inline-block;
550
494
  height: 30px;
@@ -552,7 +496,6 @@
552
496
  width: 30px;
553
497
  z-index: 1000;
554
498
  }
555
-
556
499
  .e-pdfviewer .e-pv-touch-ellipse {
557
500
  background-color: #3088ed;
558
501
  border-bottom-left-radius: 50%;
@@ -566,7 +509,6 @@
566
509
  position: absolute;
567
510
  width: 20px;
568
511
  }
569
-
570
512
  .e-pdfviewer .e-pv-annotation-note {
571
513
  border-radius: 2px;
572
514
  cursor: auto;
@@ -581,12 +523,10 @@
581
523
  width: auto;
582
524
  z-index: 10000;
583
525
  }
584
-
585
526
  .e-pdfviewer .e-pv-annotation-note-author {
586
527
  border-bottom: 1px solid #000;
587
528
  font-weight: bold;
588
529
  }
589
-
590
530
  .e-pdfviewer .e-pv-annotation-popup-menu {
591
531
  cursor: auto;
592
532
  min-width: 396px;
@@ -595,39 +535,33 @@
595
535
  width: auto;
596
536
  z-index: 10000;
597
537
  }
598
-
599
538
  .e-pdfviewer .e-pv-annotation-popup-header {
600
539
  height: auto;
601
540
  min-height: 29px;
602
541
  padding-top: 14px;
603
542
  }
604
-
605
543
  .e-pdfviewer .e-pv-annotation-popup-author {
606
544
  float: left;
607
545
  font-size: 16px;
608
546
  font-weight: bold;
609
547
  margin-left: 14px;
610
548
  }
611
-
612
549
  .e-pdfviewer .e-pv-annotation-popup-close {
613
550
  float: right;
614
551
  height: 20px;
615
552
  margin-right: 14px;
616
553
  width: 20px;
617
554
  }
618
-
619
555
  .e-pdfviewer .e-pv-annotation-modified-time {
620
556
  height: 14px;
621
557
  margin-left: 14px;
622
558
  padding-top: 8px;
623
559
  }
624
-
625
560
  .e-pdfviewer .e-pv-annotation-popup-note-container {
626
561
  height: auto;
627
562
  padding: 14px;
628
563
  width: auto;
629
564
  }
630
-
631
565
  .e-pdfviewer .e-pv-annotation-popup-content {
632
566
  background-color: #fff;
633
567
  border: 1px solid;
@@ -636,12 +570,10 @@
636
570
  overflow: hidden auto;
637
571
  width: 368px;
638
572
  }
639
-
640
573
  .e-pdfviewer .e-pv-properties-fill-color-icon,
641
574
  .e-pdfviewer .e-pv-properties-stroke-color-icon {
642
575
  border-bottom: 2px solid;
643
576
  }
644
-
645
577
  .e-pdfviewer .e-pv-drop {
646
578
  color: #3088ed;
647
579
  display: inline-block;
@@ -650,7 +582,6 @@
650
582
  width: 20px;
651
583
  z-index: 1000;
652
584
  }
653
-
654
585
  .e-pdfviewer .e-pv-droplet {
655
586
  background-color: #3088ed;
656
587
  border-bottom-left-radius: 50%;
@@ -1153,7 +1084,7 @@ input.e-pv-input-password::-ms-reveal {
1153
1084
  padding-top: 5px;
1154
1085
  }
1155
1086
 
1156
- .e-pv-password-popup.e-dialog span[id*='_prompt'] {
1087
+ .e-pv-password-popup.e-dialog span[id*=_prompt] {
1157
1088
  font-size: 14px;
1158
1089
  letter-spacing: -0.16px;
1159
1090
  }
@@ -1220,7 +1151,7 @@ input.e-pv-input-password::-ms-reveal {
1220
1151
  bottom: 0;
1221
1152
  position: absolute;
1222
1153
  top: 50px;
1223
- transition: transform .3s ease;
1154
+ transition: transform 0.3s ease;
1224
1155
  transition-duration: 200ms;
1225
1156
  transition-timing-function: ease;
1226
1157
  width: 250px;
@@ -1334,7 +1265,7 @@ input.e-pv-input-password::-ms-reveal {
1334
1265
  border-width: 0;
1335
1266
  color: inherit;
1336
1267
  cursor: ew-resize;
1337
- height: calc(100%);
1268
+ height: 100%;
1338
1269
  position: absolute;
1339
1270
  width: 8px;
1340
1271
  z-index: 105;
@@ -1866,9 +1797,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1866
1797
  height: 16px;
1867
1798
  }
1868
1799
 
1869
- .e-pv-annotation-color-container.e-dropdown-btn.e-btn .e-caret
1870
- .e-pv-annotation-opacity-container.e-dropdown-btn.e-btn .e-caret
1871
- .e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn .e-caret,
1800
+ .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,
1872
1801
  .e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-caret,
1873
1802
  .e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-caret {
1874
1803
  font-size: 12px;
@@ -2668,7 +2597,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2668
2597
  }
2669
2598
 
2670
2599
  .e-pdfviewer .e-input-group.e-control-wrapper.e-editable-elements.e-input-focus {
2671
- caret-color: #3150b9;
2600
+ caret-color: rgb(49, 80, 185);
2672
2601
  }
2673
2602
 
2674
2603
  .e-pv-reply-div {
@@ -2730,7 +2659,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2730
2659
  border-width: 0;
2731
2660
  color: inherit;
2732
2661
  cursor: ew-resize;
2733
- height: calc(100%);
2662
+ height: 100%;
2734
2663
  position: absolute;
2735
2664
  width: 8px;
2736
2665
  z-index: 105;
@@ -2893,7 +2822,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2893
2822
  }
2894
2823
 
2895
2824
  .e-pv-radio-btn + .e-pv-radiobtn-span::before {
2896
- content: '';
2825
+ content: "";
2897
2826
  display: block;
2898
2827
  height: inherit;
2899
2828
  width: inherit;
@@ -3300,4 +3229,4 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3300
3229
 
3301
3230
  .e-pv-font-appearance-style-blazor {
3302
3231
  padding: 15px;
3303
- }
3232
+ }