@syncfusion/ej2-vue-pdfviewer 20.1.52 → 20.1.57

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 (34) hide show
  1. package/CHANGELOG.md +53 -1
  2. package/dist/ej2-vue-pdfviewer.umd.min.js +1 -1
  3. package/dist/global/ej2-vue-pdfviewer.min.js +2 -2
  4. package/package.json +8 -8
  5. package/styles/bootstrap-dark.css +149 -220
  6. package/styles/bootstrap.css +151 -222
  7. package/styles/bootstrap4.css +149 -221
  8. package/styles/bootstrap5-dark.css +152 -227
  9. package/styles/bootstrap5.css +152 -227
  10. package/styles/fabric-dark.css +149 -223
  11. package/styles/fabric.css +152 -223
  12. package/styles/fluent-dark.css +155 -230
  13. package/styles/fluent.css +155 -230
  14. package/styles/highcontrast-light.css +170 -241
  15. package/styles/highcontrast.css +170 -241
  16. package/styles/material-dark.css +150 -220
  17. package/styles/material.css +156 -229
  18. package/styles/pdfviewer/bootstrap-dark.css +149 -220
  19. package/styles/pdfviewer/bootstrap.css +151 -222
  20. package/styles/pdfviewer/bootstrap4.css +149 -221
  21. package/styles/pdfviewer/bootstrap5-dark.css +152 -227
  22. package/styles/pdfviewer/bootstrap5.css +152 -227
  23. package/styles/pdfviewer/fabric-dark.css +149 -223
  24. package/styles/pdfviewer/fabric.css +152 -223
  25. package/styles/pdfviewer/fluent-dark.css +155 -230
  26. package/styles/pdfviewer/fluent.css +155 -230
  27. package/styles/pdfviewer/highcontrast-light.css +170 -241
  28. package/styles/pdfviewer/highcontrast.css +170 -241
  29. package/styles/pdfviewer/material-dark.css +150 -220
  30. package/styles/pdfviewer/material.css +156 -229
  31. package/styles/pdfviewer/tailwind-dark.css +152 -227
  32. package/styles/pdfviewer/tailwind.css +152 -227
  33. package/styles/tailwind-dark.css +152 -227
  34. package/styles/tailwind.css +152 -227
@@ -1,179 +1,140 @@
1
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
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: '\e83c';
11
+ content: "\e83c";
14
12
  }
15
-
16
13
  .e-pdfviewer .e-pv-download-document-icon::before {
17
- content: '\e7a1';
14
+ content: "\e7a1";
18
15
  }
19
-
20
16
  .e-pdfviewer .e-pv-print-document-icon::before {
21
- content: '\e75d';
17
+ content: "\e75d";
22
18
  }
23
-
24
19
  .e-pdfviewer .e-pv-first-page-navigation-icon::before {
25
- content: '\e833';
20
+ content: "\e833";
26
21
  }
27
-
28
22
  .e-pdfviewer .e-pv-previous-page-navigation-icon::before {
29
- content: '\e765';
23
+ content: "\e765";
30
24
  }
31
-
32
25
  .e-pdfviewer .e-pv-prev-search-icon::before {
33
26
  color: #6b7280;
34
- content: '\e765';
27
+ content: "\e765";
35
28
  }
36
-
37
29
  .e-pdfviewer .e-pv-next-page-navigation-icon::before {
38
- content: '\e748';
30
+ content: "\e748";
39
31
  }
40
-
41
32
  .e-pdfviewer .e-pv-next-search-icon::before {
42
33
  color: #6b7280;
43
- content: '\e748';
34
+ content: "\e748";
44
35
  }
45
-
46
36
  .e-pdfviewer .e-pv-last-page-navigation-icon::before {
47
- content: '\e818';
37
+ content: "\e818";
48
38
  }
49
-
50
39
  .e-pdfviewer .e-pv-zoom-out-icon::before {
51
- content: '\e81b';
40
+ content: "\e81b";
52
41
  line-height: 26px;
53
42
  }
54
-
55
43
  .e-pdfviewer .e-pv-zoom-in-icon::before {
56
- content: '\e768';
44
+ content: "\e768";
57
45
  line-height: 26px;
58
46
  }
59
-
60
47
  .e-pdfviewer .e-pv-thumbnail-view-icon::before {
61
- content: '\e79e';
48
+ content: "\e79e";
62
49
  }
63
-
64
50
  .e-pdfviewer .e-pv-stamp-icon::before {
65
- content: '\e717';
51
+ content: "\e717";
66
52
  }
67
-
68
53
  .e-pdfviewer .e-pv-thumbnail-view-disable-icon::before {
69
54
  color: #d1d5db;
70
- content: '\e79e';
55
+ content: "\e79e";
71
56
  }
72
-
73
57
  .e-pdfviewer .e-pv-thumbnail-view-selection-icon::before {
74
58
  color: #374151;
75
- content: '\e79e';
59
+ content: "\e79e";
76
60
  }
77
-
78
61
  .e-pdfviewer .e-pv-bookmark-icon::before {
79
- content: '\e750';
62
+ content: "\e750";
80
63
  }
81
-
82
64
  .e-pdfviewer .e-pv-bookmark-disable-icon::before {
83
65
  color: #d1d5db;
84
- content: '\e750';
66
+ content: "\e750";
85
67
  }
86
-
87
68
  .e-pdfviewer .e-pv-bookmark-selection-icon::before {
88
69
  color: #374151;
89
- content: '\e750';
70
+ content: "\e750";
90
71
  }
91
-
92
72
  .e-pdfviewer .e-pv-title-close-icon::before,
93
73
  .e-pdfviewer .e-pv-annotation-tools-close-icon::before,
94
74
  .e-pdfviewer .e-pv-annotation-popup-close::before {
95
- content: '\e7e7';
75
+ content: "\e7e7";
96
76
  }
97
-
98
77
  .e-pdfviewer .e-pv-resize-icon::before {
99
- content: '\e7e3';
78
+ content: "\e7e3";
100
79
  font-size: 10px;
101
80
  }
102
-
103
81
  .e-pdfviewer .e-pv-text-select-tool-icon::before {
104
- content: '\e74e';
82
+ content: "\e74e";
105
83
  }
106
-
107
84
  .e-pdfviewer .e-pv-pan-tool-icon::before {
108
- content: '\e7b1';
85
+ content: "\e7b1";
109
86
  }
110
-
111
87
  .e-pdfviewer .e-pv-text-search-icon::before {
112
- content: '\e754';
88
+ content: "\e754";
113
89
  }
114
-
115
90
  .e-pdfviewer .e-pv-search-icon::before {
116
- content: '\e754';
117
- font-family: 'e-icons';
91
+ content: "\e754";
92
+ font-family: "e-icons";
118
93
  }
119
-
120
94
  .e-pdfviewer .e-pv-search-close::before {
121
- content: '\e754';
122
- font-family: 'e-icons';
95
+ content: "\e754";
96
+ font-family: "e-icons";
123
97
  }
124
-
125
98
  .e-pdfviewer .e-pv-formdesigner-icon::before {
126
- content: '\e732';
99
+ content: "\e732";
127
100
  }
128
-
129
101
  .e-pdfviewer .e-pv-annotation-icon::before {
130
- content: '\e82a';
102
+ content: "\e82a";
131
103
  }
132
-
133
104
  .e-pdfviewer .e-pv-annotation-color-icon::before {
134
- content: '\e783';
105
+ content: "\e783";
135
106
  }
136
-
137
107
  .e-pdfviewer .e-pv-annotation-stroke-icon::before {
138
- content: '\e819';
108
+ content: "\e819";
139
109
  }
140
-
141
110
  .e-pdfviewer .e-pv-annotation-opacity-icon::before {
142
- content: '\e7e1';
111
+ content: "\e7e1";
143
112
  }
144
-
145
113
  .e-pdfviewer .e-pv-annotation-thickness-icon::before {
146
- content: '\e7bf';
114
+ content: "\e7bf";
147
115
  }
148
-
149
116
  .e-pdfviewer .e-pv-annotation-delete-icon::before {
150
- content: '\e820';
117
+ content: "\e820";
151
118
  }
152
-
153
119
  .e-pdfviewer .e-pv-undo-icon::before {
154
- content: '\e713';
120
+ content: "\e713";
155
121
  }
156
-
157
122
  .e-pdfviewer .e-pv-redo-icon::before {
158
- content: '\e755';
123
+ content: "\e755";
159
124
  }
160
-
161
125
  .e-pdfviewer .e-pv-more-icon::before {
162
126
  color: #6b7280;
163
- content: '\e701';
127
+ content: "\e701";
164
128
  }
165
-
166
129
  .e-pdfviewer .e-pv-backward-icon::before {
167
- content: '\e773';
130
+ content: "\e773";
168
131
  }
169
-
170
132
  .e-pdfviewer .e-pv-notification-icon {
171
133
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjM1cHgiIGhlaWdodD0iMzFweCIgdmlld0JveD0iMCAwIDM1IDMxIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTEuMiAoNTc1MTkpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPg0KICAgIDx0aXRsZT5Hcm91cCAzPC90aXRsZT4NCiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4NCiAgICA8ZGVmcz48L2RlZnM+DQogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQogICAgICAgIDxnIGlkPSJDb3JydXB0ZWQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MTQuMDAwMDAwLCAtMzUzLjAwMDAwMCkiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTE5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0OTQuMDAwMDAwLCAyODUuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIwLjAwMDAwMCwgNjguMTg0NDc0KSI+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNS4yMjM0NzA4LDEwLjM1NzYwMjYgTDEyLjY1MzYzNywyMy40MDU1MTA2IEwxNC4xMzIwOTA1LDI2Ljk5MTI0OTUgTDE5LjM2MTc3ODksMjYuOTkxMjQ5NSBDMjAuNDQwMjUwNywxNy44NjA2NDE1IDIwLjY5MzgwOTcsMTIuMzE2MDkyNSAyMC4xMjI0NTU4LDEwLjM1NzYwMjYgQzE5LjU1MTEwMTksOC4zOTkxMTI3NCAxNy45MTgxMDY5LDguMzk5MTEyNzQgMTUuMjIzNDcwOCwxMC4zNTc2MDI2IFoiIGlkPSJQYXRoLTExIiBmaWxsPSIjMEUwRTBFIj48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zMS42MjM4MDkxLDMwLjM4NzQxMDEgQzMzLjgyOTUxMDUsMzAuMzg3NDEwMSAzNC43MjA5MTk0LDI4LjgzODYyNDQgMzMuNjExOTMzMiwyNi45MjMxMDI4IEwxOS4yODk5MDMsMi4xODUwNTA2OCBDMTguMTgyMjEyMiwwLjI3MTc2NjU5NSAxNi4zODc1ODYsMC4yNjk1MjkwNjkgMTUuMjc4NTk5OCwyLjE4NTA1MDY4IEwwLjk1NjU2OTY4NSwyNi45MjMxMDI4IEMtMC4xNTExMjExMDMsMjguODM2Mzg2OCAwLjc0NDI0ODg4MiwzMC4zODc0MTAxIDIuOTQ0NjkzNzksMzAuMzg3NDEwMSBMMzEuNjIzODA5MSwzMC4zODc0MTAxIFogTTE1LjYxNzU4NDgsMjYuMzg3NDEwMSBMMTUuNjE3NTg0OCwyMy4wNTQwNzY3IEwxOC45NTA5MTgxLDIzLjA1NDA3NjcgTDE4Ljk1MDkxODEsMjYuMzg3NDEwMSBMMTUuNjE3NTg0OCwyNi4zODc0MTAxIFogTTE1LjYxNzU4NDgsMjAuNzIwNzQzNCBMMTUuNjE3NTg0OCwxMC4wNTQwNzY3IEwxOC45NTA5MTgxLDEwLjA1NDA3NjcgTDE4Ljk1MDkxODEsMjAuNzIwNzQzNCBMMTUuNjE3NTg0OCwyMC43MjA3NDM0IFoiIGlkPSJTaGFwZSIgZmlsbD0iI0VGQzAwMiI+PC9wYXRoPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==");
172
134
  background-repeat: no-repeat;
173
135
  background-size: 36.7px 31.7px;
174
136
  height: 31.7px;
175
137
  }
176
-
177
138
  .e-pdfviewer .e-pv-notification-icon-rtl {
178
139
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjM1cHgiIGhlaWdodD0iMzFweCIgdmlld0JveD0iMCAwIDM1IDMxIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTEuMiAoNTc1MTkpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPg0KICAgIDx0aXRsZT5Hcm91cCAzPC90aXRsZT4NCiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4NCiAgICA8ZGVmcz48L2RlZnM+DQogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQogICAgICAgIDxnIGlkPSJDb3JydXB0ZWQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MTQuMDAwMDAwLCAtMzUzLjAwMDAwMCkiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTE5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0OTQuMDAwMDAwLCAyODUuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIwLjAwMDAwMCwgNjguMTg0NDc0KSI+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNS4yMjM0NzA4LDEwLjM1NzYwMjYgTDEyLjY1MzYzNywyMy40MDU1MTA2IEwxNC4xMzIwOTA1LDI2Ljk5MTI0OTUgTDE5LjM2MTc3ODksMjYuOTkxMjQ5NSBDMjAuNDQwMjUwNywxNy44NjA2NDE1IDIwLjY5MzgwOTcsMTIuMzE2MDkyNSAyMC4xMjI0NTU4LDEwLjM1NzYwMjYgQzE5LjU1MTEwMTksOC4zOTkxMTI3NCAxNy45MTgxMDY5LDguMzk5MTEyNzQgMTUuMjIzNDcwOCwxMC4zNTc2MDI2IFoiIGlkPSJQYXRoLTExIiBmaWxsPSIjMEUwRTBFIj48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zMS42MjM4MDkxLDMwLjM4NzQxMDEgQzMzLjgyOTUxMDUsMzAuMzg3NDEwMSAzNC43MjA5MTk0LDI4LjgzODYyNDQgMzMuNjExOTMzMiwyNi45MjMxMDI4IEwxOS4yODk5MDMsMi4xODUwNTA2OCBDMTguMTgyMjEyMiwwLjI3MTc2NjU5NSAxNi4zODc1ODYsMC4yNjk1MjkwNjkgMTUuMjc4NTk5OCwyLjE4NTA1MDY4IEwwLjk1NjU2OTY4NSwyNi45MjMxMDI4IEMtMC4xNTExMjExMDMsMjguODM2Mzg2OCAwLjc0NDI0ODg4MiwzMC4zODc0MTAxIDIuOTQ0NjkzNzksMzAuMzg3NDEwMSBMMzEuNjIzODA5MSwzMC4zODc0MTAxIFogTTE1LjYxNzU4NDgsMjYuMzg3NDEwMSBMMTUuNjE3NTg0OCwyMy4wNTQwNzY3IEwxOC45NTA5MTgxLDIzLjA1NDA3NjcgTDE4Ljk1MDkxODEsMjYuMzg3NDEwMSBMMTUuNjE3NTg0OCwyNi4zODc0MTAxIFogTTE1LjYxNzU4NDgsMjAuNzIwNzQzNCBMMTUuNjE3NTg0OCwxMC4wNTQwNzY3IEwxOC45NTA5MTgxLDEwLjA1NDA3NjcgTDE4Ljk1MDkxODEsMjAuNzIwNzQzNCBMMTUuNjE3NTg0OCwyMC43MjA3NDM0IFoiIGlkPSJTaGFwZSIgZmlsbD0iI0VGQzAwMiI+PC9wYXRoPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==");
179
140
  background-position: right;
@@ -181,142 +142,134 @@
181
142
  background-size: 36.7px 31.7px;
182
143
  height: 31.7px;
183
144
  }
184
-
185
145
  .e-pdfviewer .e-pv-textbox-icon::before {
186
- content: '\e830';
146
+ content: "\e830";
187
147
  }
188
-
189
148
  .e-pdfviewer .e-pv-password-icon::before {
190
- content: '\e753';
149
+ content: "\e753";
191
150
  }
192
-
193
151
  .e-pdfviewer .e-pv-checkbox-icon::before {
194
- content: '\e7e4';
152
+ content: "\e7e4";
195
153
  }
196
-
197
154
  .e-pdfviewer .e-pv-radiobutton-icon::before {
198
- content: '\e7b2';
155
+ content: "\e7b2";
199
156
  }
200
-
201
157
  .e-pdfviewer .e-pv-dropdown-icon::before {
202
- content: '\e7a6';
158
+ content: "\e7a6";
203
159
  }
204
-
205
160
  .e-pdfviewer .e-pv-listbox-icon::before {
206
- content: '\e77e';
161
+ content: "\e77e";
207
162
  }
208
-
209
163
  .e-pdfviewer .e-pv-annotation-shape-icon::before {
210
- content: '\e728';
164
+ content: "\e728";
211
165
  }
212
-
213
166
  .e-pdfviewer .e-pv-annotation-calibrate-icon::before {
214
- content: '\e7c7';
167
+ content: "\e7c7";
215
168
  }
216
169
 
217
170
  .e-pv-download-document-icon.e-menu-icon::before {
218
- content: '\e7a1';
171
+ content: "\e7a1";
219
172
  }
220
173
 
221
174
  .e-pv-bookmark-icon.e-menu-icon::before {
222
- content: '\e750';
175
+ content: "\e750";
223
176
  }
224
177
 
225
178
  .e-pv-highlight-icon::before {
226
- content: '\e739';
227
- font-family: 'e-icons';
179
+ content: "\e739";
180
+ font-family: "e-icons";
228
181
  }
229
182
 
230
183
  .e-pv-underline-icon::before {
231
- content: '\e82f';
232
- font-family: 'e-icons';
184
+ content: "\e82f";
185
+ font-family: "e-icons";
233
186
  }
234
187
 
235
188
  .e-pv-strikethrough-icon::before {
236
- content: '\e758';
237
- font-family: 'e-icons';
189
+ content: "\e758";
190
+ font-family: "e-icons";
238
191
  }
239
192
 
240
193
  .e-pv-copy-icon::before {
241
- content: '\e77c';
242
- font-family: 'e-icons';
194
+ content: "\e77c";
195
+ font-family: "e-icons";
243
196
  }
244
197
 
245
198
  .e-pv-cut-icon::before {
246
- content: '\e7fb';
247
- font-family: 'e-icons';
199
+ content: "\e7fb";
200
+ font-family: "e-icons";
248
201
  }
249
202
 
250
203
  .e-pv-paste-icon::before {
251
- content: '\e842';
252
- font-family: 'e-icons';
204
+ content: "\e842";
205
+ font-family: "e-icons";
253
206
  }
254
207
 
255
208
  .e-pv-delete-icon::before {
256
- content: '\e820';
257
- font-family: 'e-icons';
209
+ content: "\e820";
210
+ font-family: "e-icons";
258
211
  }
259
212
 
260
213
  .e-pv-properties-fill-color-icon::before {
261
- content: '\e783';
262
- font-family: 'e-icons';
214
+ content: "\e783";
215
+ font-family: "e-icons";
263
216
  }
264
217
 
265
218
  .e-pv-properties-stroke-color-icon::before {
266
- content: '\e819';
267
- font-family: 'e-icons';
219
+ content: "\e819";
220
+ font-family: "e-icons";
268
221
  }
269
222
 
270
223
  .e-pv-shape-line-icon::before {
271
- content: '\e819';
272
- font-family: 'e-icons';
224
+ content: "\e819";
225
+ font-family: "e-icons";
273
226
  }
274
227
 
275
228
  .e-pv-shape-arrow-icon::before {
276
- content: '\e708';
277
- font-family: 'e-icons';
229
+ content: "\e708";
230
+ font-family: "e-icons";
278
231
  }
279
232
 
280
233
  .e-pv-shape-rectangle-icon::before {
281
- content: '\e723';
282
- font-family: 'e-icons';
234
+ content: "\e723";
235
+ font-family: "e-icons";
283
236
  }
284
237
 
285
238
  .e-pv-shape-circle-icon::before {
286
- content: '\e7ca';
287
- font-family: 'e-icons';
239
+ content: "\e7ca";
240
+ font-family: "e-icons";
288
241
  }
289
242
 
290
243
  .e-pv-shape-pentagon-icon::before {
291
- content: '\e802';
292
- font-family: 'e-icons';
244
+ content: "\e802";
245
+ font-family: "e-icons";
293
246
  }
294
247
 
295
248
  .e-pv-comment-icon::before {
296
- content: '\e733';
297
- font-family: 'e-icons';
249
+ content: "\e733";
250
+ font-family: "e-icons";
298
251
  }
299
252
 
300
253
  .e-pv-property-icon::before {
301
- content: '\e83e';
302
- font-family: 'e-icons';
254
+ content: "\e83e";
255
+ font-family: "e-icons";
303
256
  }
304
257
 
305
258
  .e-pv-comment-selection-icon::before {
306
259
  color: #374151;
307
- content: '\e733';
308
- font-family: 'e-icons';
260
+ content: "\e733";
261
+ font-family: "e-icons";
309
262
  }
310
263
 
311
264
  .e-pv-comment-panel-icon::before {
312
- content: '\e71a';
313
- font-family: 'e-icons';
265
+ content: "\e71a";
266
+ font-family: "e-icons";
314
267
  }
315
268
 
316
269
  .e-pv-accepted-icon::before {
317
270
  color: #fff;
318
- content: '\e7a8';
319
- font-family: 'e-icons';
271
+ content: "\e7a8";
272
+ font-family: "e-icons";
320
273
  font-size: 14px;
321
274
  padding: 1px 1px 1px 4px;
322
275
  position: absolute;
@@ -324,8 +277,8 @@
324
277
 
325
278
  .e-pv-rejected-icon::before {
326
279
  color: #fff;
327
- content: '\e815';
328
- font-family: 'e-icons';
280
+ content: "\e815";
281
+ font-family: "e-icons";
329
282
  font-size: 14px;
330
283
  padding: 2px 1px 1px 4px;
331
284
  position: absolute;
@@ -333,8 +286,8 @@
333
286
 
334
287
  .e-pv-completed-icon::before {
335
288
  color: #fff;
336
- content: '\e774';
337
- font-family: 'e-icons';
289
+ content: "\e774";
290
+ font-family: "e-icons";
338
291
  font-size: 14px;
339
292
  padding: 2px 1px 1px 3.5px;
340
293
  position: absolute;
@@ -342,144 +295,144 @@
342
295
 
343
296
  .e-pv-cancelled-icon::before {
344
297
  color: #fff;
345
- content: '\e7e7';
346
- font-family: 'e-icons';
298
+ content: "\e7e7";
299
+ font-family: "e-icons";
347
300
  font-size: 14px;
348
301
  padding: 2px 1px 1px 3.5px;
349
302
  position: absolute;
350
303
  }
351
304
 
352
305
  .e-pv-scale-ratio-icon::before {
353
- content: '\e7c7';
354
- font-family: 'e-icons';
306
+ content: "\e7c7";
307
+ font-family: "e-icons";
355
308
  }
356
309
 
357
310
  .e-pv-calibrate-distance-icon::before {
358
- content: '\e743';
359
- font-family: 'e-icons';
311
+ content: "\e743";
312
+ font-family: "e-icons";
360
313
  }
361
314
 
362
315
  .e-pv-calibrate-perimeter-icon::before {
363
- content: '\e716';
364
- font-family: 'e-icons';
316
+ content: "\e716";
317
+ font-family: "e-icons";
365
318
  }
366
319
 
367
320
  .e-pv-calibrate-area-icon::before {
368
- content: '\e78c';
369
- font-family: 'e-icons';
321
+ content: "\e78c";
322
+ font-family: "e-icons";
370
323
  }
371
324
 
372
325
  .e-pv-calibrate-radius-icon::before {
373
- content: '\e790';
374
- font-family: 'e-icons';
326
+ content: "\e790";
327
+ font-family: "e-icons";
375
328
  }
376
329
 
377
330
  .e-pv-calibrate-volume-icon::before {
378
- content: '\e741';
379
- font-family: 'e-icons';
331
+ content: "\e741";
332
+ font-family: "e-icons";
380
333
  }
381
334
 
382
335
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret::before {
383
- content: '\e734';
336
+ content: "\e734";
384
337
  font-size: 18px;
385
338
  }
386
339
 
387
340
  .e-pv-freetext-icon::before {
388
- content: '\e7b3';
389
- font-family: 'e-icons';
341
+ content: "\e7b3";
342
+ font-family: "e-icons";
390
343
  }
391
344
 
392
345
  .e-pv-annotation-textcolor-icon::before {
393
- content: '\e79f';
346
+ content: "\e79f";
394
347
  }
395
348
 
396
349
  .e-pv-annotation-textalign-icon::before {
397
- content: '\e7b8';
398
- font-family: 'e-icons';
350
+ content: "\e7b8";
351
+ font-family: "e-icons";
399
352
  }
400
353
 
401
354
  .e-pv-annotation-textprop-icon::before {
402
- content: '\e71c';
403
- font-family: 'e-icons';
355
+ content: "\e71c";
356
+ font-family: "e-icons";
404
357
  }
405
358
 
406
359
  .e-pv-left-align-icon::before {
407
- content: '\e7b8';
408
- font-family: 'e-icons';
360
+ content: "\e7b8";
361
+ font-family: "e-icons";
409
362
  }
410
363
 
411
364
  .e-pv-right-align-icon::before {
412
- content: '\e719';
413
- font-family: 'e-icons';
365
+ content: "\e719";
366
+ font-family: "e-icons";
414
367
  }
415
368
 
416
369
  .e-pv-center-align-icon::before {
417
- content: '\e813';
418
- font-family: 'e-icons';
370
+ content: "\e813";
371
+ font-family: "e-icons";
419
372
  }
420
373
 
421
374
  .e-pv-justfiy-align-icon::before {
422
- content: '\e721';
423
- font-family: 'e-icons';
375
+ content: "\e721";
376
+ font-family: "e-icons";
424
377
  }
425
378
 
426
379
  .e-pv-bold-icon::before {
427
- content: '\e737';
428
- font-family: 'e-icons';
380
+ content: "\e737";
381
+ font-family: "e-icons";
429
382
  }
430
383
 
431
384
  .e-pv-italic-icon::before {
432
- content: '\e75a';
433
- font-family: 'e-icons';
385
+ content: "\e75a";
386
+ font-family: "e-icons";
434
387
  }
435
388
 
436
389
  .e-pv-strikeout-icon::before {
437
- content: '\e758';
438
- font-family: 'e-icons';
390
+ content: "\e758";
391
+ font-family: "e-icons";
439
392
  }
440
393
 
441
394
  .e-pv-underlinetext-icon::before {
442
- content: '\e82f';
443
- font-family: 'e-icons';
395
+ content: "\e82f";
396
+ font-family: "e-icons";
444
397
  }
445
398
 
446
399
  .e-pv-superscript-icon::before {
447
- content: '\e7a7';
448
- font-family: 'e-icons';
400
+ content: "\e7a7";
401
+ font-family: "e-icons";
449
402
  }
450
403
 
451
404
  .e-pv-subscript-icon::before {
452
- content: '\e80a';
453
- font-family: 'e-icons';
405
+ content: "\e80a";
406
+ font-family: "e-icons";
454
407
  }
455
408
 
456
409
  .e-pv-handwritten-icon::before {
457
- content: '\e7db';
458
- font-family: 'e-icons';
410
+ content: "\e7db";
411
+ font-family: "e-icons";
459
412
  }
460
413
 
461
414
  .e-pv-inkannotation-icon::before {
462
- content: '\e76e';
463
- font-family: 'e-icons';
415
+ content: "\e76e";
416
+ font-family: "e-icons";
464
417
  }
465
418
 
466
419
  .e-pv-delete::before {
467
- content: '\e820';
468
- font-family: 'e-icons';
420
+ content: "\e820";
421
+ font-family: "e-icons";
469
422
  }
470
423
 
471
424
  .e-pv-eye-icon::before {
472
- content: '\e7de';
425
+ content: "\e7de";
473
426
  cursor: pointer;
474
- font-family: 'e-icons';
427
+ font-family: "e-icons";
475
428
  font-size: 18px;
476
429
  padding: 7px;
477
430
  }
478
431
 
479
432
  .e-pv-eye-slash-icon::before {
480
- content: '\e887';
433
+ content: "\e887";
481
434
  cursor: pointer;
482
- font-family: 'e-icons';
435
+ font-family: "e-icons";
483
436
  font-size: 18px;
484
437
  padding: 7px;
485
438
  }
@@ -489,19 +442,16 @@
489
442
  border-style: solid;
490
443
  border-width: 1px 1px 1px 0;
491
444
  }
492
-
493
445
  .e-pdfviewer .e-pv-text-layer {
494
446
  position: absolute;
495
447
  top: 0;
496
448
  z-index: 2;
497
449
  }
498
-
499
450
  .e-pdfviewer .e-pv-annotation-canvas {
500
451
  left: 0;
501
452
  position: absolute;
502
453
  top: 0;
503
454
  }
504
-
505
455
  .e-pdfviewer .e-pv-text {
506
456
  background: transparent;
507
457
  color: transparent;
@@ -509,50 +459,40 @@
509
459
  opacity: 0.6;
510
460
  position: absolute;
511
461
  }
512
-
513
462
  .e-pdfviewer .e-pv-search-text-highlight,
514
463
  .e-pdfviewer .e-pv-search-text-highlightother {
515
464
  line-height: normal;
516
465
  opacity: 0.6;
517
466
  position: absolute;
518
467
  }
519
-
520
468
  .e-pdfviewer .e-pv-hyperlink {
521
469
  z-index: 2;
522
470
  }
523
-
524
471
  .e-pdfviewer .e-pv-hyperlink.e-pv-onselection {
525
472
  z-index: 1;
526
473
  }
527
-
528
474
  .e-pdfviewer .e-enable-text-selection {
529
475
  -ms-user-select: text;
530
476
  -webkit-user-select: text;
531
477
  user-select: text;
532
478
  }
533
-
534
479
  .e-pdfviewer .e-disable-text-selection {
535
480
  -ms-user-select: none;
536
481
  -webkit-user-select: none;
537
482
  user-select: none;
538
483
  }
539
-
540
484
  .e-pdfviewer .e-enable-text-selection .e-pv-text {
541
485
  display: inline-block;
542
486
  }
543
-
544
487
  .e-pdfviewer .e-disable-text-selection .e-pv-text {
545
488
  display: none;
546
489
  }
547
-
548
490
  .e-pdfviewer .e-pv-cursor {
549
491
  cursor: text;
550
492
  }
551
-
552
493
  .e-pdfviewer .e-pv-crosshair-cursor {
553
494
  cursor: crosshair;
554
495
  }
555
-
556
496
  .e-pdfviewer .e-pv-touch-select-drop {
557
497
  display: inline-block;
558
498
  height: 30px;
@@ -560,7 +500,6 @@
560
500
  width: 30px;
561
501
  z-index: 1000;
562
502
  }
563
-
564
503
  .e-pdfviewer .e-pv-touch-ellipse {
565
504
  background-color: #4f46e5;
566
505
  border-bottom-left-radius: 50%;
@@ -574,7 +513,6 @@
574
513
  position: absolute;
575
514
  width: 20px;
576
515
  }
577
-
578
516
  .e-pdfviewer .e-pv-annotation-note {
579
517
  border-radius: 2px;
580
518
  cursor: auto;
@@ -589,12 +527,10 @@
589
527
  width: auto;
590
528
  z-index: 10000;
591
529
  }
592
-
593
530
  .e-pdfviewer .e-pv-annotation-note-author {
594
531
  border-bottom: 1px solid #000;
595
532
  font-weight: bold;
596
533
  }
597
-
598
534
  .e-pdfviewer .e-pv-annotation-popup-menu {
599
535
  cursor: auto;
600
536
  min-width: 396px;
@@ -603,39 +539,33 @@
603
539
  width: auto;
604
540
  z-index: 10000;
605
541
  }
606
-
607
542
  .e-pdfviewer .e-pv-annotation-popup-header {
608
543
  height: auto;
609
544
  min-height: 29px;
610
545
  padding-top: 14px;
611
546
  }
612
-
613
547
  .e-pdfviewer .e-pv-annotation-popup-author {
614
548
  float: left;
615
549
  font-size: 16px;
616
550
  font-weight: bold;
617
551
  margin-left: 14px;
618
552
  }
619
-
620
553
  .e-pdfviewer .e-pv-annotation-popup-close {
621
554
  float: right;
622
555
  height: 20px;
623
556
  margin-right: 14px;
624
557
  width: 20px;
625
558
  }
626
-
627
559
  .e-pdfviewer .e-pv-annotation-modified-time {
628
560
  height: 14px;
629
561
  margin-left: 14px;
630
562
  padding-top: 8px;
631
563
  }
632
-
633
564
  .e-pdfviewer .e-pv-annotation-popup-note-container {
634
565
  height: auto;
635
566
  padding: 14px;
636
567
  width: auto;
637
568
  }
638
-
639
569
  .e-pdfviewer .e-pv-annotation-popup-content {
640
570
  background-color: #fff;
641
571
  border: 1px solid;
@@ -644,12 +574,10 @@
644
574
  overflow: hidden auto;
645
575
  width: 368px;
646
576
  }
647
-
648
577
  .e-pdfviewer .e-pv-properties-fill-color-icon,
649
578
  .e-pdfviewer .e-pv-properties-stroke-color-icon {
650
579
  border-bottom: 2px solid;
651
580
  }
652
-
653
581
  .e-pdfviewer .e-pv-drop {
654
582
  color: #4f46e5;
655
583
  display: inline-block;
@@ -658,7 +586,6 @@
658
586
  width: 20px;
659
587
  z-index: 1000;
660
588
  }
661
-
662
589
  .e-pdfviewer .e-pv-droplet {
663
590
  background-color: #4f46e5;
664
591
  border-bottom-left-radius: 50%;
@@ -676,7 +603,7 @@
676
603
  .e-pv-viewer-container {
677
604
  background-color: #e5e7eb;
678
605
  border-color: #e5e7eb;
679
- height: calc(100%);
606
+ height: 100%;
680
607
  overflow: auto;
681
608
  position: relative;
682
609
  -ms-touch-action: pan-x pan-y;
@@ -1159,7 +1086,7 @@ input.e-pv-input-password::-ms-reveal {
1159
1086
  padding-top: 6.9px;
1160
1087
  }
1161
1088
 
1162
- .e-pv-password-popup.e-dialog span[id*='_prompt'] {
1089
+ .e-pv-password-popup.e-dialog span[id*=_prompt] {
1163
1090
  font-size: 16px;
1164
1091
  letter-spacing: -0.16px;
1165
1092
  }
@@ -1226,7 +1153,7 @@ input.e-pv-input-password::-ms-reveal {
1226
1153
  bottom: 0;
1227
1154
  position: absolute;
1228
1155
  top: 56px;
1229
- transition: transform .3s ease;
1156
+ transition: transform 0.3s ease;
1230
1157
  transition-duration: 200ms;
1231
1158
  transition-timing-function: ease;
1232
1159
  width: 250px;
@@ -1343,7 +1270,7 @@ input.e-pv-input-password::-ms-reveal {
1343
1270
  border-width: 0;
1344
1271
  color: inherit;
1345
1272
  cursor: ew-resize;
1346
- height: calc(100%);
1273
+ height: 100%;
1347
1274
  position: absolute;
1348
1275
  width: 8px;
1349
1276
  z-index: 105;
@@ -1888,9 +1815,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1888
1815
  height: 16px;
1889
1816
  }
1890
1817
 
1891
- .e-pv-annotation-color-container.e-dropdown-btn.e-btn .e-caret
1892
- .e-pv-annotation-opacity-container.e-dropdown-btn.e-btn .e-caret
1893
- .e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn .e-caret,
1818
+ .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,
1894
1819
  .e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-caret,
1895
1820
  .e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-caret {
1896
1821
  font-size: 12px;
@@ -2762,7 +2687,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2762
2687
  border-width: 0;
2763
2688
  color: inherit;
2764
2689
  cursor: ew-resize;
2765
- height: calc(100%);
2690
+ height: 100%;
2766
2691
  position: absolute;
2767
2692
  width: 8px;
2768
2693
  z-index: 105;
@@ -2925,7 +2850,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2925
2850
  }
2926
2851
 
2927
2852
  .e-pv-radio-btn + .e-pv-radiobtn-span::before {
2928
- content: '';
2853
+ content: "";
2929
2854
  display: block;
2930
2855
  height: inherit;
2931
2856
  width: inherit;
@@ -3341,4 +3266,4 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3341
3266
 
3342
3267
  .e-pv-font-appearance-style-blazor {
3343
3268
  padding: 8px;
3344
- }
3269
+ }