@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,178 +1,139 @@
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: '\e83c';
10
+ content: "\e83c";
13
11
  }
14
-
15
12
  .e-pdfviewer .e-pv-download-document-icon::before {
16
- content: '\e7a1';
13
+ content: "\e7a1";
17
14
  }
18
-
19
15
  .e-pdfviewer .e-pv-print-document-icon::before {
20
- content: '\e75d';
16
+ content: "\e75d";
21
17
  }
22
-
23
18
  .e-pdfviewer .e-pv-first-page-navigation-icon::before {
24
- content: '\e833';
19
+ content: "\e833";
25
20
  }
26
-
27
21
  .e-pdfviewer .e-pv-previous-page-navigation-icon::before {
28
- content: '\e765';
22
+ content: "\e765";
29
23
  }
30
-
31
24
  .e-pdfviewer .e-pv-prev-search-icon::before {
32
25
  color: #6c757d;
33
- content: '\e765';
26
+ content: "\e765";
34
27
  }
35
-
36
28
  .e-pdfviewer .e-pv-next-page-navigation-icon::before {
37
- content: '\e748';
29
+ content: "\e748";
38
30
  }
39
-
40
31
  .e-pdfviewer .e-pv-next-search-icon::before {
41
32
  color: #6c757d;
42
- content: '\e748';
33
+ content: "\e748";
43
34
  }
44
-
45
35
  .e-pdfviewer .e-pv-last-page-navigation-icon::before {
46
- content: '\e818';
36
+ content: "\e818";
47
37
  }
48
-
49
38
  .e-pdfviewer .e-pv-zoom-out-icon::before {
50
- content: '\e81b';
39
+ content: "\e81b";
51
40
  line-height: 26px;
52
41
  }
53
-
54
42
  .e-pdfviewer .e-pv-zoom-in-icon::before {
55
- content: '\e768';
43
+ content: "\e768";
56
44
  line-height: 26px;
57
45
  }
58
-
59
46
  .e-pdfviewer .e-pv-thumbnail-view-icon::before {
60
- content: '\e79e';
47
+ content: "\e79e";
61
48
  }
62
-
63
49
  .e-pdfviewer .e-pv-stamp-icon::before {
64
- content: '\e717';
50
+ content: "\e717";
65
51
  }
66
-
67
52
  .e-pdfviewer .e-pv-thumbnail-view-disable-icon::before {
68
53
  color: #adb5bd;
69
- content: '\e79e';
54
+ content: "\e79e";
70
55
  }
71
-
72
56
  .e-pdfviewer .e-pv-thumbnail-view-selection-icon::before {
73
57
  color: #fff;
74
- content: '\e79e';
58
+ content: "\e79e";
75
59
  }
76
-
77
60
  .e-pdfviewer .e-pv-bookmark-icon::before {
78
- content: '\e750';
61
+ content: "\e750";
79
62
  }
80
-
81
63
  .e-pdfviewer .e-pv-bookmark-disable-icon::before {
82
64
  color: #adb5bd;
83
- content: '\e750';
65
+ content: "\e750";
84
66
  }
85
-
86
67
  .e-pdfviewer .e-pv-bookmark-selection-icon::before {
87
68
  color: #fff;
88
- content: '\e750';
69
+ content: "\e750";
89
70
  }
90
-
91
71
  .e-pdfviewer .e-pv-title-close-icon::before,
92
72
  .e-pdfviewer .e-pv-annotation-tools-close-icon::before,
93
73
  .e-pdfviewer .e-pv-annotation-popup-close::before {
94
- content: '\e7e7';
74
+ content: "\e7e7";
95
75
  }
96
-
97
76
  .e-pdfviewer .e-pv-resize-icon::before {
98
- content: '\e7e3';
77
+ content: "\e7e3";
99
78
  font-size: 10px;
100
79
  }
101
-
102
80
  .e-pdfviewer .e-pv-text-select-tool-icon::before {
103
- content: '\e74e';
81
+ content: "\e74e";
104
82
  }
105
-
106
83
  .e-pdfviewer .e-pv-pan-tool-icon::before {
107
- content: '\e7b1';
84
+ content: "\e7b1";
108
85
  }
109
-
110
86
  .e-pdfviewer .e-pv-text-search-icon::before {
111
- content: '\e754';
87
+ content: "\e754";
112
88
  }
113
-
114
89
  .e-pdfviewer .e-pv-search-icon::before {
115
- content: '\e754';
116
- font-family: 'e-icons';
90
+ content: "\e754";
91
+ font-family: "e-icons";
117
92
  }
118
-
119
93
  .e-pdfviewer .e-pv-search-close::before {
120
- content: '\e754';
121
- font-family: 'e-icons';
94
+ content: "\e754";
95
+ font-family: "e-icons";
122
96
  }
123
-
124
97
  .e-pdfviewer .e-pv-formdesigner-icon::before {
125
- content: '\e732';
98
+ content: "\e732";
126
99
  }
127
-
128
100
  .e-pdfviewer .e-pv-annotation-icon::before {
129
- content: '\e82a';
101
+ content: "\e82a";
130
102
  }
131
-
132
103
  .e-pdfviewer .e-pv-annotation-color-icon::before {
133
- content: '\e783';
104
+ content: "\e783";
134
105
  }
135
-
136
106
  .e-pdfviewer .e-pv-annotation-stroke-icon::before {
137
- content: '\e819';
107
+ content: "\e819";
138
108
  }
139
-
140
109
  .e-pdfviewer .e-pv-annotation-opacity-icon::before {
141
- content: '\e7e1';
110
+ content: "\e7e1";
142
111
  }
143
-
144
112
  .e-pdfviewer .e-pv-annotation-thickness-icon::before {
145
- content: '\e7bf';
113
+ content: "\e7bf";
146
114
  }
147
-
148
115
  .e-pdfviewer .e-pv-annotation-delete-icon::before {
149
- content: '\e820';
116
+ content: "\e820";
150
117
  }
151
-
152
118
  .e-pdfviewer .e-pv-undo-icon::before {
153
- content: '\e713';
119
+ content: "\e713";
154
120
  }
155
-
156
121
  .e-pdfviewer .e-pv-redo-icon::before {
157
- content: '\e755';
122
+ content: "\e755";
158
123
  }
159
-
160
124
  .e-pdfviewer .e-pv-more-icon::before {
161
125
  color: #6c757d;
162
- content: '\e701';
126
+ content: "\e701";
163
127
  }
164
-
165
128
  .e-pdfviewer .e-pv-backward-icon::before {
166
- content: '\e773';
129
+ content: "\e773";
167
130
  }
168
-
169
131
  .e-pdfviewer .e-pv-notification-icon {
170
132
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjM1cHgiIGhlaWdodD0iMzFweCIgdmlld0JveD0iMCAwIDM1IDMxIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTEuMiAoNTc1MTkpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPg0KICAgIDx0aXRsZT5Hcm91cCAzPC90aXRsZT4NCiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4NCiAgICA8ZGVmcz48L2RlZnM+DQogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQogICAgICAgIDxnIGlkPSJDb3JydXB0ZWQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MTQuMDAwMDAwLCAtMzUzLjAwMDAwMCkiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTE5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0OTQuMDAwMDAwLCAyODUuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIwLjAwMDAwMCwgNjguMTg0NDc0KSI+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNS4yMjM0NzA4LDEwLjM1NzYwMjYgTDEyLjY1MzYzNywyMy40MDU1MTA2IEwxNC4xMzIwOTA1LDI2Ljk5MTI0OTUgTDE5LjM2MTc3ODksMjYuOTkxMjQ5NSBDMjAuNDQwMjUwNywxNy44NjA2NDE1IDIwLjY5MzgwOTcsMTIuMzE2MDkyNSAyMC4xMjI0NTU4LDEwLjM1NzYwMjYgQzE5LjU1MTEwMTksOC4zOTkxMTI3NCAxNy45MTgxMDY5LDguMzk5MTEyNzQgMTUuMjIzNDcwOCwxMC4zNTc2MDI2IFoiIGlkPSJQYXRoLTExIiBmaWxsPSIjMEUwRTBFIj48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zMS42MjM4MDkxLDMwLjM4NzQxMDEgQzMzLjgyOTUxMDUsMzAuMzg3NDEwMSAzNC43MjA5MTk0LDI4LjgzODYyNDQgMzMuNjExOTMzMiwyNi45MjMxMDI4IEwxOS4yODk5MDMsMi4xODUwNTA2OCBDMTguMTgyMjEyMiwwLjI3MTc2NjU5NSAxNi4zODc1ODYsMC4yNjk1MjkwNjkgMTUuMjc4NTk5OCwyLjE4NTA1MDY4IEwwLjk1NjU2OTY4NSwyNi45MjMxMDI4IEMtMC4xNTExMjExMDMsMjguODM2Mzg2OCAwLjc0NDI0ODg4MiwzMC4zODc0MTAxIDIuOTQ0NjkzNzksMzAuMzg3NDEwMSBMMzEuNjIzODA5MSwzMC4zODc0MTAxIFogTTE1LjYxNzU4NDgsMjYuMzg3NDEwMSBMMTUuNjE3NTg0OCwyMy4wNTQwNzY3IEwxOC45NTA5MTgxLDIzLjA1NDA3NjcgTDE4Ljk1MDkxODEsMjYuMzg3NDEwMSBMMTUuNjE3NTg0OCwyNi4zODc0MTAxIFogTTE1LjYxNzU4NDgsMjAuNzIwNzQzNCBMMTUuNjE3NTg0OCwxMC4wNTQwNzY3IEwxOC45NTA5MTgxLDEwLjA1NDA3NjcgTDE4Ljk1MDkxODEsMjAuNzIwNzQzNCBMMTUuNjE3NTg0OCwyMC43MjA3NDM0IFoiIGlkPSJTaGFwZSIgZmlsbD0iI0VGQzAwMiI+PC9wYXRoPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==");
171
133
  background-repeat: no-repeat;
172
134
  background-size: 36.7px 31.7px;
173
135
  height: 31.7px;
174
136
  }
175
-
176
137
  .e-pdfviewer .e-pv-notification-icon-rtl {
177
138
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjM1cHgiIGhlaWdodD0iMzFweCIgdmlld0JveD0iMCAwIDM1IDMxIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTEuMiAoNTc1MTkpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPg0KICAgIDx0aXRsZT5Hcm91cCAzPC90aXRsZT4NCiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4NCiAgICA8ZGVmcz48L2RlZnM+DQogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQogICAgICAgIDxnIGlkPSJDb3JydXB0ZWQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MTQuMDAwMDAwLCAtMzUzLjAwMDAwMCkiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTE5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0OTQuMDAwMDAwLCAyODUuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIwLjAwMDAwMCwgNjguMTg0NDc0KSI+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNS4yMjM0NzA4LDEwLjM1NzYwMjYgTDEyLjY1MzYzNywyMy40MDU1MTA2IEwxNC4xMzIwOTA1LDI2Ljk5MTI0OTUgTDE5LjM2MTc3ODksMjYuOTkxMjQ5NSBDMjAuNDQwMjUwNywxNy44NjA2NDE1IDIwLjY5MzgwOTcsMTIuMzE2MDkyNSAyMC4xMjI0NTU4LDEwLjM1NzYwMjYgQzE5LjU1MTEwMTksOC4zOTkxMTI3NCAxNy45MTgxMDY5LDguMzk5MTEyNzQgMTUuMjIzNDcwOCwxMC4zNTc2MDI2IFoiIGlkPSJQYXRoLTExIiBmaWxsPSIjMEUwRTBFIj48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zMS42MjM4MDkxLDMwLjM4NzQxMDEgQzMzLjgyOTUxMDUsMzAuMzg3NDEwMSAzNC43MjA5MTk0LDI4LjgzODYyNDQgMzMuNjExOTMzMiwyNi45MjMxMDI4IEwxOS4yODk5MDMsMi4xODUwNTA2OCBDMTguMTgyMjEyMiwwLjI3MTc2NjU5NSAxNi4zODc1ODYsMC4yNjk1MjkwNjkgMTUuMjc4NTk5OCwyLjE4NTA1MDY4IEwwLjk1NjU2OTY4NSwyNi45MjMxMDI4IEMtMC4xNTExMjExMDMsMjguODM2Mzg2OCAwLjc0NDI0ODg4MiwzMC4zODc0MTAxIDIuOTQ0NjkzNzksMzAuMzg3NDEwMSBMMzEuNjIzODA5MSwzMC4zODc0MTAxIFogTTE1LjYxNzU4NDgsMjYuMzg3NDEwMSBMMTUuNjE3NTg0OCwyMy4wNTQwNzY3IEwxOC45NTA5MTgxLDIzLjA1NDA3NjcgTDE4Ljk1MDkxODEsMjYuMzg3NDEwMSBMMTUuNjE3NTg0OCwyNi4zODc0MTAxIFogTTE1LjYxNzU4NDgsMjAuNzIwNzQzNCBMMTUuNjE3NTg0OCwxMC4wNTQwNzY3IEwxOC45NTA5MTgxLDEwLjA1NDA3NjcgTDE4Ljk1MDkxODEsMjAuNzIwNzQzNCBMMTUuNjE3NTg0OCwyMC43MjA3NDM0IFoiIGlkPSJTaGFwZSIgZmlsbD0iI0VGQzAwMiI+PC9wYXRoPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg==");
178
139
  background-position: right;
@@ -180,142 +141,134 @@
180
141
  background-size: 36.7px 31.7px;
181
142
  height: 31.7px;
182
143
  }
183
-
184
144
  .e-pdfviewer .e-pv-textbox-icon::before {
185
- content: '\e830';
145
+ content: "\e830";
186
146
  }
187
-
188
147
  .e-pdfviewer .e-pv-password-icon::before {
189
- content: '\e753';
148
+ content: "\e753";
190
149
  }
191
-
192
150
  .e-pdfviewer .e-pv-checkbox-icon::before {
193
- content: '\e7e4';
151
+ content: "\e7e4";
194
152
  }
195
-
196
153
  .e-pdfviewer .e-pv-radiobutton-icon::before {
197
- content: '\e7b2';
154
+ content: "\e7b2";
198
155
  }
199
-
200
156
  .e-pdfviewer .e-pv-dropdown-icon::before {
201
- content: '\e7a6';
157
+ content: "\e7a6";
202
158
  }
203
-
204
159
  .e-pdfviewer .e-pv-listbox-icon::before {
205
- content: '\e77e';
160
+ content: "\e77e";
206
161
  }
207
-
208
162
  .e-pdfviewer .e-pv-annotation-shape-icon::before {
209
- content: '\e728';
163
+ content: "\e728";
210
164
  }
211
-
212
165
  .e-pdfviewer .e-pv-annotation-calibrate-icon::before {
213
- content: '\e7c7';
166
+ content: "\e7c7";
214
167
  }
215
168
 
216
169
  .e-pv-download-document-icon.e-menu-icon::before {
217
- content: '\e7a1';
170
+ content: "\e7a1";
218
171
  }
219
172
 
220
173
  .e-pv-bookmark-icon.e-menu-icon::before {
221
- content: '\e750';
174
+ content: "\e750";
222
175
  }
223
176
 
224
177
  .e-pv-highlight-icon::before {
225
- content: '\e739';
226
- font-family: 'e-icons';
178
+ content: "\e739";
179
+ font-family: "e-icons";
227
180
  }
228
181
 
229
182
  .e-pv-underline-icon::before {
230
- content: '\e82f';
231
- font-family: 'e-icons';
183
+ content: "\e82f";
184
+ font-family: "e-icons";
232
185
  }
233
186
 
234
187
  .e-pv-strikethrough-icon::before {
235
- content: '\e758';
236
- font-family: 'e-icons';
188
+ content: "\e758";
189
+ font-family: "e-icons";
237
190
  }
238
191
 
239
192
  .e-pv-copy-icon::before {
240
- content: '\e77c';
241
- font-family: 'e-icons';
193
+ content: "\e77c";
194
+ font-family: "e-icons";
242
195
  }
243
196
 
244
197
  .e-pv-cut-icon::before {
245
- content: '\e7fb';
246
- font-family: 'e-icons';
198
+ content: "\e7fb";
199
+ font-family: "e-icons";
247
200
  }
248
201
 
249
202
  .e-pv-paste-icon::before {
250
- content: '\e842';
251
- font-family: 'e-icons';
203
+ content: "\e842";
204
+ font-family: "e-icons";
252
205
  }
253
206
 
254
207
  .e-pv-delete-icon::before {
255
- content: '\e820';
256
- font-family: 'e-icons';
208
+ content: "\e820";
209
+ font-family: "e-icons";
257
210
  }
258
211
 
259
212
  .e-pv-properties-fill-color-icon::before {
260
- content: '\e783';
261
- font-family: 'e-icons';
213
+ content: "\e783";
214
+ font-family: "e-icons";
262
215
  }
263
216
 
264
217
  .e-pv-properties-stroke-color-icon::before {
265
- content: '\e819';
266
- font-family: 'e-icons';
218
+ content: "\e819";
219
+ font-family: "e-icons";
267
220
  }
268
221
 
269
222
  .e-pv-shape-line-icon::before {
270
- content: '\e819';
271
- font-family: 'e-icons';
223
+ content: "\e819";
224
+ font-family: "e-icons";
272
225
  }
273
226
 
274
227
  .e-pv-shape-arrow-icon::before {
275
- content: '\e708';
276
- font-family: 'e-icons';
228
+ content: "\e708";
229
+ font-family: "e-icons";
277
230
  }
278
231
 
279
232
  .e-pv-shape-rectangle-icon::before {
280
- content: '\e723';
281
- font-family: 'e-icons';
233
+ content: "\e723";
234
+ font-family: "e-icons";
282
235
  }
283
236
 
284
237
  .e-pv-shape-circle-icon::before {
285
- content: '\e7ca';
286
- font-family: 'e-icons';
238
+ content: "\e7ca";
239
+ font-family: "e-icons";
287
240
  }
288
241
 
289
242
  .e-pv-shape-pentagon-icon::before {
290
- content: '\e802';
291
- font-family: 'e-icons';
243
+ content: "\e802";
244
+ font-family: "e-icons";
292
245
  }
293
246
 
294
247
  .e-pv-comment-icon::before {
295
- content: '\e733';
296
- font-family: 'e-icons';
248
+ content: "\e733";
249
+ font-family: "e-icons";
297
250
  }
298
251
 
299
252
  .e-pv-property-icon::before {
300
- content: '\e83e';
301
- font-family: 'e-icons';
253
+ content: "\e83e";
254
+ font-family: "e-icons";
302
255
  }
303
256
 
304
257
  .e-pv-comment-selection-icon::before {
305
258
  color: #fff;
306
- content: '\e733';
307
- font-family: 'e-icons';
259
+ content: "\e733";
260
+ font-family: "e-icons";
308
261
  }
309
262
 
310
263
  .e-pv-comment-panel-icon::before {
311
- content: '\e71a';
312
- font-family: 'e-icons';
264
+ content: "\e71a";
265
+ font-family: "e-icons";
313
266
  }
314
267
 
315
268
  .e-pv-accepted-icon::before {
316
269
  color: #fff;
317
- content: '\e7a8';
318
- font-family: 'e-icons';
270
+ content: "\e7a8";
271
+ font-family: "e-icons";
319
272
  font-size: 14px;
320
273
  padding: 1px 1px 1px 4px;
321
274
  position: absolute;
@@ -323,8 +276,8 @@
323
276
 
324
277
  .e-pv-rejected-icon::before {
325
278
  color: #fff;
326
- content: '\e815';
327
- font-family: 'e-icons';
279
+ content: "\e815";
280
+ font-family: "e-icons";
328
281
  font-size: 14px;
329
282
  padding: 2px 1px 1px 4px;
330
283
  position: absolute;
@@ -332,8 +285,8 @@
332
285
 
333
286
  .e-pv-completed-icon::before {
334
287
  color: #fff;
335
- content: '\e774';
336
- font-family: 'e-icons';
288
+ content: "\e774";
289
+ font-family: "e-icons";
337
290
  font-size: 14px;
338
291
  padding: 2px 1px 1px 3.5px;
339
292
  position: absolute;
@@ -341,144 +294,144 @@
341
294
 
342
295
  .e-pv-cancelled-icon::before {
343
296
  color: #fff;
344
- content: '\e7e7';
345
- font-family: 'e-icons';
297
+ content: "\e7e7";
298
+ font-family: "e-icons";
346
299
  font-size: 14px;
347
300
  padding: 2px 1px 1px 3.5px;
348
301
  position: absolute;
349
302
  }
350
303
 
351
304
  .e-pv-scale-ratio-icon::before {
352
- content: '\e7c7';
353
- font-family: 'e-icons';
305
+ content: "\e7c7";
306
+ font-family: "e-icons";
354
307
  }
355
308
 
356
309
  .e-pv-calibrate-distance-icon::before {
357
- content: '\e743';
358
- font-family: 'e-icons';
310
+ content: "\e743";
311
+ font-family: "e-icons";
359
312
  }
360
313
 
361
314
  .e-pv-calibrate-perimeter-icon::before {
362
- content: '\e716';
363
- font-family: 'e-icons';
315
+ content: "\e716";
316
+ font-family: "e-icons";
364
317
  }
365
318
 
366
319
  .e-pv-calibrate-area-icon::before {
367
- content: '\e78c';
368
- font-family: 'e-icons';
320
+ content: "\e78c";
321
+ font-family: "e-icons";
369
322
  }
370
323
 
371
324
  .e-pv-calibrate-radius-icon::before {
372
- content: '\e790';
373
- font-family: 'e-icons';
325
+ content: "\e790";
326
+ font-family: "e-icons";
374
327
  }
375
328
 
376
329
  .e-pv-calibrate-volume-icon::before {
377
- content: '\e741';
378
- font-family: 'e-icons';
330
+ content: "\e741";
331
+ font-family: "e-icons";
379
332
  }
380
333
 
381
334
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret::before {
382
- content: '\e734';
335
+ content: "\e734";
383
336
  font-size: 18px;
384
337
  }
385
338
 
386
339
  .e-pv-freetext-icon::before {
387
- content: '\e7b3';
388
- font-family: 'e-icons';
340
+ content: "\e7b3";
341
+ font-family: "e-icons";
389
342
  }
390
343
 
391
344
  .e-pv-annotation-textcolor-icon::before {
392
- content: '\e79f';
345
+ content: "\e79f";
393
346
  }
394
347
 
395
348
  .e-pv-annotation-textalign-icon::before {
396
- content: '\e7b8';
397
- font-family: 'e-icons';
349
+ content: "\e7b8";
350
+ font-family: "e-icons";
398
351
  }
399
352
 
400
353
  .e-pv-annotation-textprop-icon::before {
401
- content: '\e71c';
402
- font-family: 'e-icons';
354
+ content: "\e71c";
355
+ font-family: "e-icons";
403
356
  }
404
357
 
405
358
  .e-pv-left-align-icon::before {
406
- content: '\e7b8';
407
- font-family: 'e-icons';
359
+ content: "\e7b8";
360
+ font-family: "e-icons";
408
361
  }
409
362
 
410
363
  .e-pv-right-align-icon::before {
411
- content: '\e719';
412
- font-family: 'e-icons';
364
+ content: "\e719";
365
+ font-family: "e-icons";
413
366
  }
414
367
 
415
368
  .e-pv-center-align-icon::before {
416
- content: '\e813';
417
- font-family: 'e-icons';
369
+ content: "\e813";
370
+ font-family: "e-icons";
418
371
  }
419
372
 
420
373
  .e-pv-justfiy-align-icon::before {
421
- content: '\e721';
422
- font-family: 'e-icons';
374
+ content: "\e721";
375
+ font-family: "e-icons";
423
376
  }
424
377
 
425
378
  .e-pv-bold-icon::before {
426
- content: '\e737';
427
- font-family: 'e-icons';
379
+ content: "\e737";
380
+ font-family: "e-icons";
428
381
  }
429
382
 
430
383
  .e-pv-italic-icon::before {
431
- content: '\e75a';
432
- font-family: 'e-icons';
384
+ content: "\e75a";
385
+ font-family: "e-icons";
433
386
  }
434
387
 
435
388
  .e-pv-strikeout-icon::before {
436
- content: '\e758';
437
- font-family: 'e-icons';
389
+ content: "\e758";
390
+ font-family: "e-icons";
438
391
  }
439
392
 
440
393
  .e-pv-underlinetext-icon::before {
441
- content: '\e82f';
442
- font-family: 'e-icons';
394
+ content: "\e82f";
395
+ font-family: "e-icons";
443
396
  }
444
397
 
445
398
  .e-pv-superscript-icon::before {
446
- content: '\e7a7';
447
- font-family: 'e-icons';
399
+ content: "\e7a7";
400
+ font-family: "e-icons";
448
401
  }
449
402
 
450
403
  .e-pv-subscript-icon::before {
451
- content: '\e80a';
452
- font-family: 'e-icons';
404
+ content: "\e80a";
405
+ font-family: "e-icons";
453
406
  }
454
407
 
455
408
  .e-pv-handwritten-icon::before {
456
- content: '\e7db';
457
- font-family: 'e-icons';
409
+ content: "\e7db";
410
+ font-family: "e-icons";
458
411
  }
459
412
 
460
413
  .e-pv-inkannotation-icon::before {
461
- content: '\e76e';
462
- font-family: 'e-icons';
414
+ content: "\e76e";
415
+ font-family: "e-icons";
463
416
  }
464
417
 
465
418
  .e-pv-delete::before {
466
- content: '\e820';
467
- font-family: 'e-icons';
419
+ content: "\e820";
420
+ font-family: "e-icons";
468
421
  }
469
422
 
470
423
  .e-pv-eye-icon::before {
471
- content: '\e7de';
424
+ content: "\e7de";
472
425
  cursor: pointer;
473
- font-family: 'e-icons';
426
+ font-family: "e-icons";
474
427
  font-size: 18px;
475
428
  padding: 7px;
476
429
  }
477
430
 
478
431
  .e-pv-eye-slash-icon::before {
479
- content: '\e887';
432
+ content: "\e887";
480
433
  cursor: pointer;
481
- font-family: 'e-icons';
434
+ font-family: "e-icons";
482
435
  font-size: 18px;
483
436
  padding: 7px;
484
437
  }
@@ -488,19 +441,16 @@
488
441
  border-style: solid;
489
442
  border-width: 1px 1px 1px 0;
490
443
  }
491
-
492
444
  .e-pdfviewer .e-pv-text-layer {
493
445
  position: absolute;
494
446
  top: 0;
495
447
  z-index: 2;
496
448
  }
497
-
498
449
  .e-pdfviewer .e-pv-annotation-canvas {
499
450
  left: 0;
500
451
  position: absolute;
501
452
  top: 0;
502
453
  }
503
-
504
454
  .e-pdfviewer .e-pv-text {
505
455
  background: transparent;
506
456
  color: transparent;
@@ -508,50 +458,40 @@
508
458
  opacity: 0.6;
509
459
  position: absolute;
510
460
  }
511
-
512
461
  .e-pdfviewer .e-pv-search-text-highlight,
513
462
  .e-pdfviewer .e-pv-search-text-highlightother {
514
463
  line-height: normal;
515
464
  opacity: 0.6;
516
465
  position: absolute;
517
466
  }
518
-
519
467
  .e-pdfviewer .e-pv-hyperlink {
520
468
  z-index: 2;
521
469
  }
522
-
523
470
  .e-pdfviewer .e-pv-hyperlink.e-pv-onselection {
524
471
  z-index: 1;
525
472
  }
526
-
527
473
  .e-pdfviewer .e-enable-text-selection {
528
474
  -ms-user-select: text;
529
475
  -webkit-user-select: text;
530
476
  user-select: text;
531
477
  }
532
-
533
478
  .e-pdfviewer .e-disable-text-selection {
534
479
  -ms-user-select: none;
535
480
  -webkit-user-select: none;
536
481
  user-select: none;
537
482
  }
538
-
539
483
  .e-pdfviewer .e-enable-text-selection .e-pv-text {
540
484
  display: inline-block;
541
485
  }
542
-
543
486
  .e-pdfviewer .e-disable-text-selection .e-pv-text {
544
487
  display: none;
545
488
  }
546
-
547
489
  .e-pdfviewer .e-pv-cursor {
548
490
  cursor: text;
549
491
  }
550
-
551
492
  .e-pdfviewer .e-pv-crosshair-cursor {
552
493
  cursor: crosshair;
553
494
  }
554
-
555
495
  .e-pdfviewer .e-pv-touch-select-drop {
556
496
  display: inline-block;
557
497
  height: 30px;
@@ -559,7 +499,6 @@
559
499
  width: 30px;
560
500
  z-index: 1000;
561
501
  }
562
-
563
502
  .e-pdfviewer .e-pv-touch-ellipse {
564
503
  background-color: #0d6efd;
565
504
  border-bottom-left-radius: 50%;
@@ -573,7 +512,6 @@
573
512
  position: absolute;
574
513
  width: 20px;
575
514
  }
576
-
577
515
  .e-pdfviewer .e-pv-annotation-note {
578
516
  border-radius: 2px;
579
517
  cursor: auto;
@@ -588,12 +526,10 @@
588
526
  width: auto;
589
527
  z-index: 10000;
590
528
  }
591
-
592
529
  .e-pdfviewer .e-pv-annotation-note-author {
593
530
  border-bottom: 1px solid #000;
594
531
  font-weight: bold;
595
532
  }
596
-
597
533
  .e-pdfviewer .e-pv-annotation-popup-menu {
598
534
  cursor: auto;
599
535
  min-width: 396px;
@@ -602,39 +538,33 @@
602
538
  width: auto;
603
539
  z-index: 10000;
604
540
  }
605
-
606
541
  .e-pdfviewer .e-pv-annotation-popup-header {
607
542
  height: auto;
608
543
  min-height: 29px;
609
544
  padding-top: 14px;
610
545
  }
611
-
612
546
  .e-pdfviewer .e-pv-annotation-popup-author {
613
547
  float: left;
614
548
  font-size: 16px;
615
549
  font-weight: bold;
616
550
  margin-left: 14px;
617
551
  }
618
-
619
552
  .e-pdfviewer .e-pv-annotation-popup-close {
620
553
  float: right;
621
554
  height: 20px;
622
555
  margin-right: 14px;
623
556
  width: 20px;
624
557
  }
625
-
626
558
  .e-pdfviewer .e-pv-annotation-modified-time {
627
559
  height: 14px;
628
560
  margin-left: 14px;
629
561
  padding-top: 8px;
630
562
  }
631
-
632
563
  .e-pdfviewer .e-pv-annotation-popup-note-container {
633
564
  height: auto;
634
565
  padding: 14px;
635
566
  width: auto;
636
567
  }
637
-
638
568
  .e-pdfviewer .e-pv-annotation-popup-content {
639
569
  background-color: #fff;
640
570
  border: 1px solid;
@@ -643,12 +573,10 @@
643
573
  overflow: hidden auto;
644
574
  width: 368px;
645
575
  }
646
-
647
576
  .e-pdfviewer .e-pv-properties-fill-color-icon,
648
577
  .e-pdfviewer .e-pv-properties-stroke-color-icon {
649
578
  border-bottom: 2px solid;
650
579
  }
651
-
652
580
  .e-pdfviewer .e-pv-drop {
653
581
  color: #0d6efd;
654
582
  display: inline-block;
@@ -657,7 +585,6 @@
657
585
  width: 20px;
658
586
  z-index: 1000;
659
587
  }
660
-
661
588
  .e-pdfviewer .e-pv-droplet {
662
589
  background-color: #0d6efd;
663
590
  border-bottom-left-radius: 50%;
@@ -675,7 +602,7 @@
675
602
  .e-pv-viewer-container {
676
603
  background-color: #e9ecef;
677
604
  border-color: #e9ecef;
678
- height: calc(100%);
605
+ height: 100%;
679
606
  overflow: auto;
680
607
  position: relative;
681
608
  -ms-touch-action: pan-x pan-y;
@@ -1183,7 +1110,7 @@ input.e-pv-input-password::-ms-reveal {
1183
1110
  padding-top: 6.9px;
1184
1111
  }
1185
1112
 
1186
- .e-pv-password-popup.e-dialog span[id*='_prompt'] {
1113
+ .e-pv-password-popup.e-dialog span[id*=_prompt] {
1187
1114
  font-size: 16px;
1188
1115
  letter-spacing: -0.16px;
1189
1116
  }
@@ -1252,7 +1179,7 @@ input.e-pv-input-password::-ms-reveal {
1252
1179
  bottom: 0;
1253
1180
  position: absolute;
1254
1181
  top: 56px;
1255
- transition: transform .3s ease;
1182
+ transition: transform 0.3s ease;
1256
1183
  transition-duration: 200ms;
1257
1184
  transition-timing-function: ease;
1258
1185
  width: 250px;
@@ -1369,7 +1296,7 @@ input.e-pv-input-password::-ms-reveal {
1369
1296
  border-width: 0;
1370
1297
  color: inherit;
1371
1298
  cursor: ew-resize;
1372
- height: calc(100%);
1299
+ height: 100%;
1373
1300
  position: absolute;
1374
1301
  width: 8px;
1375
1302
  z-index: 105;
@@ -1970,9 +1897,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1970
1897
  height: 16px;
1971
1898
  }
1972
1899
 
1973
- .e-pv-annotation-color-container.e-dropdown-btn.e-btn .e-caret
1974
- .e-pv-annotation-opacity-container.e-dropdown-btn.e-btn .e-caret
1975
- .e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn .e-caret,
1900
+ .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,
1976
1901
  .e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-caret,
1977
1902
  .e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-caret {
1978
1903
  font-size: 12px;
@@ -2948,7 +2873,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2948
2873
  border-width: 0;
2949
2874
  color: inherit;
2950
2875
  cursor: ew-resize;
2951
- height: calc(100%);
2876
+ height: 100%;
2952
2877
  position: absolute;
2953
2878
  width: 8px;
2954
2879
  z-index: 105;
@@ -3146,7 +3071,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3146
3071
  }
3147
3072
 
3148
3073
  .e-pv-radio-btn + .e-pv-radiobtn-span::before {
3149
- content: '';
3074
+ content: "";
3150
3075
  display: block;
3151
3076
  height: inherit;
3152
3077
  width: inherit;
@@ -3601,4 +3526,4 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3601
3526
 
3602
3527
  .e-pv-font-appearance-style-blazor {
3603
3528
  padding: 15px 18px;
3604
- }
3529
+ }