@syncfusion/ej2-vue-pdfviewer 19.4.56 → 20.1.47

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 (37) hide show
  1. package/dist/ej2-vue-pdfviewer.umd.min.js +2 -2
  2. package/dist/global/ej2-vue-pdfviewer.min.js +2 -2
  3. package/package.json +8 -8
  4. package/styles/bootstrap-dark.css +13 -3
  5. package/styles/bootstrap.css +13 -3
  6. package/styles/bootstrap4.css +14 -3
  7. package/styles/bootstrap5-dark.css +21 -12
  8. package/styles/bootstrap5.css +20 -11
  9. package/styles/fabric-dark.css +13 -3
  10. package/styles/fabric.css +13 -3
  11. package/styles/fluent-dark.css +3530 -0
  12. package/styles/fluent-dark.scss +1 -0
  13. package/styles/fluent.css +3530 -0
  14. package/styles/fluent.scss +1 -0
  15. package/styles/highcontrast-light.css +13 -3
  16. package/styles/highcontrast.css +13 -3
  17. package/styles/material-dark.css +13 -3
  18. package/styles/material.css +13 -3
  19. package/styles/pdfviewer/bootstrap-dark.css +13 -3
  20. package/styles/pdfviewer/bootstrap.css +13 -3
  21. package/styles/pdfviewer/bootstrap4.css +14 -3
  22. package/styles/pdfviewer/bootstrap5-dark.css +21 -12
  23. package/styles/pdfviewer/bootstrap5.css +20 -11
  24. package/styles/pdfviewer/fabric-dark.css +13 -3
  25. package/styles/pdfviewer/fabric.css +13 -3
  26. package/styles/pdfviewer/fluent-dark.css +3530 -0
  27. package/styles/pdfviewer/fluent-dark.scss +1 -0
  28. package/styles/pdfviewer/fluent.css +3530 -0
  29. package/styles/pdfviewer/fluent.scss +1 -0
  30. package/styles/pdfviewer/highcontrast-light.css +13 -3
  31. package/styles/pdfviewer/highcontrast.css +13 -3
  32. package/styles/pdfviewer/material-dark.css +13 -3
  33. package/styles/pdfviewer/material.css +13 -3
  34. package/styles/pdfviewer/tailwind-dark.css +115 -99
  35. package/styles/pdfviewer/tailwind.css +117 -100
  36. package/styles/tailwind-dark.css +115 -99
  37. package/styles/tailwind.css +117 -100
@@ -10,154 +10,161 @@
10
10
  }
11
11
 
12
12
  .e-pdfviewer .e-pv-open-document-icon::before {
13
- content: '\e7d3';
13
+ content: '\e83c';
14
14
  }
15
15
 
16
16
  .e-pdfviewer .e-pv-download-document-icon::before {
17
- content: '\e794';
17
+ content: '\e7a1';
18
18
  }
19
19
 
20
20
  .e-pdfviewer .e-pv-print-document-icon::before {
21
- content: '\e76c';
21
+ content: '\e75d';
22
22
  }
23
23
 
24
24
  .e-pdfviewer .e-pv-first-page-navigation-icon::before {
25
- content: '\e7d1';
25
+ content: '\e833';
26
+ }
27
+
28
+ .e-pdfviewer .e-pv-previous-page-navigation-icon::before {
29
+ content: '\e765';
26
30
  }
27
31
 
28
- .e-pdfviewer .e-pv-previous-page-navigation-icon::before,
29
32
  .e-pdfviewer .e-pv-prev-search-icon::before {
30
- content: '\e70f';
31
- font-size: 18px;
33
+ color: #6b7280;
34
+ content: '\e765';
35
+ }
36
+
37
+ .e-pdfviewer .e-pv-next-page-navigation-icon::before {
38
+ content: '\e748';
32
39
  }
33
40
 
34
- .e-pdfviewer .e-pv-next-page-navigation-icon::before,
35
41
  .e-pdfviewer .e-pv-next-search-icon::before {
36
- content: '\e7b7';
37
- font-size: 18px;
42
+ color: #6b7280;
43
+ content: '\e748';
38
44
  }
39
45
 
40
46
  .e-pdfviewer .e-pv-last-page-navigation-icon::before {
41
- content: '\e7cd';
47
+ content: '\e818';
42
48
  }
43
49
 
44
50
  .e-pdfviewer .e-pv-zoom-out-icon::before {
45
- content: '\e769';
51
+ content: '\e81b';
46
52
  line-height: 26px;
47
53
  }
48
54
 
49
55
  .e-pdfviewer .e-pv-zoom-in-icon::before {
50
- content: '\e783';
56
+ content: '\e768';
51
57
  line-height: 26px;
52
58
  }
53
59
 
54
60
  .e-pdfviewer .e-pv-thumbnail-view-icon::before {
55
- content: '\e7e3';
61
+ content: '\e79e';
56
62
  }
57
63
 
58
64
  .e-pdfviewer .e-pv-stamp-icon::before {
59
- content: '\e77b';
65
+ content: '\e717';
60
66
  }
61
67
 
62
68
  .e-pdfviewer .e-pv-thumbnail-view-disable-icon::before {
63
69
  color: #d1d5db;
64
- content: '\e7e3';
70
+ content: '\e79e';
65
71
  }
66
72
 
67
73
  .e-pdfviewer .e-pv-thumbnail-view-selection-icon::before {
68
74
  color: #374151;
69
- content: '\e7e3';
75
+ content: '\e79e';
70
76
  }
71
77
 
72
78
  .e-pdfviewer .e-pv-bookmark-icon::before {
73
- content: '\e793';
79
+ content: '\e750';
74
80
  }
75
81
 
76
82
  .e-pdfviewer .e-pv-bookmark-disable-icon::before {
77
83
  color: #d1d5db;
78
- content: '\e793';
84
+ content: '\e750';
79
85
  }
80
86
 
81
87
  .e-pdfviewer .e-pv-bookmark-selection-icon::before {
82
88
  color: #374151;
83
- content: '\e793';
89
+ content: '\e750';
84
90
  }
85
91
 
86
92
  .e-pdfviewer .e-pv-title-close-icon::before,
87
93
  .e-pdfviewer .e-pv-annotation-tools-close-icon::before,
88
94
  .e-pdfviewer .e-pv-annotation-popup-close::before {
89
- content: '\e771';
95
+ content: '\e7e7';
90
96
  }
91
97
 
92
98
  .e-pdfviewer .e-pv-resize-icon::before {
93
- content: '\e855';
99
+ content: '\e7e3';
94
100
  font-size: 10px;
95
101
  }
96
102
 
97
103
  .e-pdfviewer .e-pv-text-select-tool-icon::before {
98
- content: '\e7af';
104
+ content: '\e74e';
99
105
  }
100
106
 
101
107
  .e-pdfviewer .e-pv-pan-tool-icon::before {
102
- content: '\e712';
108
+ content: '\e7b1';
103
109
  }
104
110
 
105
111
  .e-pdfviewer .e-pv-text-search-icon::before {
106
- content: '\e737';
112
+ content: '\e754';
107
113
  }
108
114
 
109
115
  .e-pdfviewer .e-pv-search-icon::before {
110
- content: '\e737';
116
+ content: '\e754';
111
117
  font-family: 'e-icons';
112
118
  }
113
119
 
114
120
  .e-pdfviewer .e-pv-search-close::before {
115
- content: '\e737';
121
+ content: '\e754';
116
122
  font-family: 'e-icons';
117
123
  }
118
124
 
119
125
  .e-pdfviewer .e-pv-formdesigner-icon::before {
120
- content: '\e90c';
126
+ content: '\e732';
121
127
  }
122
128
 
123
129
  .e-pdfviewer .e-pv-annotation-icon::before {
124
- content: '\e796';
130
+ content: '\e82a';
125
131
  }
126
132
 
127
133
  .e-pdfviewer .e-pv-annotation-color-icon::before {
128
- content: '\e782';
134
+ content: '\e783';
129
135
  }
130
136
 
131
137
  .e-pdfviewer .e-pv-annotation-stroke-icon::before {
132
- content: '\e826';
138
+ content: '\e819';
133
139
  }
134
140
 
135
141
  .e-pdfviewer .e-pv-annotation-opacity-icon::before {
136
- content: '\e700';
142
+ content: '\e7e1';
137
143
  }
138
144
 
139
145
  .e-pdfviewer .e-pv-annotation-thickness-icon::before {
140
- content: '\e754';
146
+ content: '\e7bf';
141
147
  }
142
148
 
143
149
  .e-pdfviewer .e-pv-annotation-delete-icon::before {
144
- content: '\e78d';
150
+ content: '\e820';
145
151
  }
146
152
 
147
153
  .e-pdfviewer .e-pv-undo-icon::before {
148
- content: '\e7bd';
154
+ content: '\e713';
149
155
  }
150
156
 
151
157
  .e-pdfviewer .e-pv-redo-icon::before {
152
- content: '\e7b9';
158
+ content: '\e755';
153
159
  }
154
160
 
155
161
  .e-pdfviewer .e-pv-more-icon::before {
156
- content: '\e7e2';
162
+ color: #6b7280;
163
+ content: '\e701';
157
164
  }
158
165
 
159
166
  .e-pdfviewer .e-pv-backward-icon::before {
160
- content: '\e7a5';
167
+ content: '\e773';
161
168
  }
162
169
 
163
170
  .e-pdfviewer .e-pv-notification-icon {
@@ -176,139 +183,139 @@
176
183
  }
177
184
 
178
185
  .e-pdfviewer .e-pv-textbox-icon::before {
179
- content: '\e860';
186
+ content: '\e830';
180
187
  }
181
188
 
182
189
  .e-pdfviewer .e-pv-password-icon::before {
183
- content: '\e8f4';
190
+ content: '\e753';
184
191
  }
185
192
 
186
193
  .e-pdfviewer .e-pv-checkbox-icon::before {
187
- content: '\e85f';
194
+ content: '\e7e4';
188
195
  }
189
196
 
190
197
  .e-pdfviewer .e-pv-radiobutton-icon::before {
191
- content: '\e8ef';
198
+ content: '\e7b2';
192
199
  }
193
200
 
194
201
  .e-pdfviewer .e-pv-dropdown-icon::before {
195
- content: '\e865';
202
+ content: '\e7a6';
196
203
  }
197
204
 
198
205
  .e-pdfviewer .e-pv-listbox-icon::before {
199
- content: '\e743';
206
+ content: '\e77e';
200
207
  }
201
208
 
202
209
  .e-pdfviewer .e-pv-annotation-shape-icon::before {
203
- content: '\e7d7';
210
+ content: '\e728';
204
211
  }
205
212
 
206
213
  .e-pdfviewer .e-pv-annotation-calibrate-icon::before {
207
- content: '\e809';
214
+ content: '\e7c7';
208
215
  }
209
216
 
210
217
  .e-pv-download-document-icon.e-menu-icon::before {
211
- content: '\e794';
218
+ content: '\e7a1';
212
219
  }
213
220
 
214
221
  .e-pv-bookmark-icon.e-menu-icon::before {
215
- content: '\e793';
222
+ content: '\e750';
216
223
  }
217
224
 
218
225
  .e-pv-highlight-icon::before {
219
- content: '\e7c1';
226
+ content: '\e739';
220
227
  font-family: 'e-icons';
221
228
  }
222
229
 
223
230
  .e-pv-underline-icon::before {
224
- content: '\e7d4';
231
+ content: '\e82f';
225
232
  font-family: 'e-icons';
226
233
  }
227
234
 
228
235
  .e-pv-strikethrough-icon::before {
229
- content: '\e760';
236
+ content: '\e758';
230
237
  font-family: 'e-icons';
231
238
  }
232
239
 
233
240
  .e-pv-copy-icon::before {
234
- content: '\e7ce';
241
+ content: '\e77c';
235
242
  font-family: 'e-icons';
236
243
  }
237
244
 
238
245
  .e-pv-cut-icon::before {
239
- content: '\e763';
246
+ content: '\e7fb';
240
247
  font-family: 'e-icons';
241
248
  }
242
249
 
243
250
  .e-pv-paste-icon::before {
244
- content: '\e75e';
251
+ content: '\e842';
245
252
  font-family: 'e-icons';
246
253
  }
247
254
 
248
255
  .e-pv-delete-icon::before {
249
- content: '\e78d';
256
+ content: '\e820';
250
257
  font-family: 'e-icons';
251
258
  }
252
259
 
253
260
  .e-pv-properties-fill-color-icon::before {
254
- content: '\e782';
261
+ content: '\e783';
255
262
  font-family: 'e-icons';
256
263
  }
257
264
 
258
265
  .e-pv-properties-stroke-color-icon::before {
259
- content: '\e826';
266
+ content: '\e819';
260
267
  font-family: 'e-icons';
261
268
  }
262
269
 
263
270
  .e-pv-shape-line-icon::before {
264
- content: '\e826';
271
+ content: '\e819';
265
272
  font-family: 'e-icons';
266
273
  }
267
274
 
268
275
  .e-pv-shape-arrow-icon::before {
269
- content: '\e832';
276
+ content: '\e708';
270
277
  font-family: 'e-icons';
271
278
  }
272
279
 
273
280
  .e-pv-shape-rectangle-icon::before {
274
- content: '\e850';
281
+ content: '\e723';
275
282
  font-family: 'e-icons';
276
283
  }
277
284
 
278
285
  .e-pv-shape-circle-icon::before {
279
- content: '\e849';
286
+ content: '\e7ca';
280
287
  font-family: 'e-icons';
281
288
  }
282
289
 
283
290
  .e-pv-shape-pentagon-icon::before {
284
- content: '\e848';
291
+ content: '\e802';
285
292
  font-family: 'e-icons';
286
293
  }
287
294
 
288
295
  .e-pv-comment-icon::before {
289
- content: '\e83b';
296
+ content: '\e733';
290
297
  font-family: 'e-icons';
291
298
  }
292
299
 
293
300
  .e-pv-property-icon::before {
294
- content: '\e8f1';
301
+ content: '\e83e';
295
302
  font-family: 'e-icons';
296
303
  }
297
304
 
298
305
  .e-pv-comment-selection-icon::before {
299
306
  color: #374151;
300
- content: '\e83b';
307
+ content: '\e733';
301
308
  font-family: 'e-icons';
302
309
  }
303
310
 
304
311
  .e-pv-comment-panel-icon::before {
305
- content: '\e75f';
312
+ content: '\e71a';
306
313
  font-family: 'e-icons';
307
314
  }
308
315
 
309
316
  .e-pv-accepted-icon::before {
310
317
  color: #fff;
311
- content: '\e853';
318
+ content: '\e7a8';
312
319
  font-family: 'e-icons';
313
320
  font-size: 14px;
314
321
  padding: 1px 1px 1px 4px;
@@ -317,7 +324,7 @@
317
324
 
318
325
  .e-pv-rejected-icon::before {
319
326
  color: #fff;
320
- content: '\e805';
327
+ content: '\e815';
321
328
  font-family: 'e-icons';
322
329
  font-size: 14px;
323
330
  padding: 2px 1px 1px 4px;
@@ -326,7 +333,7 @@
326
333
 
327
334
  .e-pv-completed-icon::before {
328
335
  color: #fff;
329
- content: '\e75d';
336
+ content: '\e774';
330
337
  font-family: 'e-icons';
331
338
  font-size: 14px;
332
339
  padding: 2px 1px 1px 3.5px;
@@ -335,7 +342,7 @@
335
342
 
336
343
  .e-pv-cancelled-icon::before {
337
344
  color: #fff;
338
- content: '\e771';
345
+ content: '\e7e7';
339
346
  font-family: 'e-icons';
340
347
  font-size: 14px;
341
348
  padding: 2px 1px 1px 3.5px;
@@ -343,126 +350,126 @@
343
350
  }
344
351
 
345
352
  .e-pv-scale-ratio-icon::before {
346
- content: '\e678';
353
+ content: '\e7c7';
347
354
  font-family: 'e-icons';
348
355
  }
349
356
 
350
357
  .e-pv-calibrate-distance-icon::before {
351
- content: '\e82c';
358
+ content: '\e743';
352
359
  font-family: 'e-icons';
353
360
  }
354
361
 
355
362
  .e-pv-calibrate-perimeter-icon::before {
356
- content: '\e852';
363
+ content: '\e716';
357
364
  font-family: 'e-icons';
358
365
  }
359
366
 
360
367
  .e-pv-calibrate-area-icon::before {
361
- content: '\e818';
368
+ content: '\e78c';
362
369
  font-family: 'e-icons';
363
370
  }
364
371
 
365
372
  .e-pv-calibrate-radius-icon::before {
366
- content: '\e825';
373
+ content: '\e790';
367
374
  font-family: 'e-icons';
368
375
  }
369
376
 
370
377
  .e-pv-calibrate-volume-icon::before {
371
- content: '\e810';
378
+ content: '\e741';
372
379
  font-family: 'e-icons';
373
380
  }
374
381
 
375
382
  .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret::before {
376
- content: '\e732';
383
+ content: '\e734';
377
384
  font-size: 18px;
378
385
  }
379
386
 
380
387
  .e-pv-freetext-icon::before {
381
- content: '\e7bb';
388
+ content: '\e7b3';
382
389
  font-family: 'e-icons';
383
390
  }
384
391
 
385
392
  .e-pv-annotation-textcolor-icon::before {
386
- content: '\e775';
393
+ content: '\e79f';
387
394
  }
388
395
 
389
396
  .e-pv-annotation-textalign-icon::before {
390
- content: '\e7ae';
397
+ content: '\e7b8';
391
398
  font-family: 'e-icons';
392
399
  }
393
400
 
394
401
  .e-pv-annotation-textprop-icon::before {
395
- content: '\e76f';
402
+ content: '\e71c';
396
403
  font-family: 'e-icons';
397
404
  }
398
405
 
399
406
  .e-pv-left-align-icon::before {
400
- content: '\e7ae';
407
+ content: '\e7b8';
401
408
  font-family: 'e-icons';
402
409
  }
403
410
 
404
411
  .e-pv-right-align-icon::before {
405
- content: '\e772';
412
+ content: '\e719';
406
413
  font-family: 'e-icons';
407
414
  }
408
415
 
409
416
  .e-pv-center-align-icon::before {
410
- content: '\e74f';
417
+ content: '\e813';
411
418
  font-family: 'e-icons';
412
419
  }
413
420
 
414
421
  .e-pv-justfiy-align-icon::before {
415
- content: '\e723';
422
+ content: '\e721';
416
423
  font-family: 'e-icons';
417
424
  }
418
425
 
419
426
  .e-pv-bold-icon::before {
420
- content: '\e79d';
427
+ content: '\e737';
421
428
  font-family: 'e-icons';
422
429
  }
423
430
 
424
431
  .e-pv-italic-icon::before {
425
- content: '\e722';
432
+ content: '\e75a';
426
433
  font-family: 'e-icons';
427
434
  }
428
435
 
429
436
  .e-pv-strikeout-icon::before {
430
- content: '\e760';
437
+ content: '\e758';
431
438
  font-family: 'e-icons';
432
439
  }
433
440
 
434
441
  .e-pv-underlinetext-icon::before {
435
- content: '\e7d4';
442
+ content: '\e82f';
436
443
  font-family: 'e-icons';
437
444
  }
438
445
 
439
446
  .e-pv-superscript-icon::before {
440
- content: '\e352';
447
+ content: '\e7a7';
441
448
  font-family: 'e-icons';
442
449
  }
443
450
 
444
451
  .e-pv-subscript-icon::before {
445
- content: '\e357';
452
+ content: '\e80a';
446
453
  font-family: 'e-icons';
447
454
  }
448
455
 
449
456
  .e-pv-handwritten-icon::before {
450
- content: '\e727';
457
+ content: '\e7db';
451
458
  font-family: 'e-icons';
452
459
  }
453
460
 
454
461
  .e-pv-inkannotation-icon::before {
455
- content: '\e724';
462
+ content: '\e76e';
456
463
  font-family: 'e-icons';
457
464
  }
458
465
 
459
466
  .e-pv-delete::before {
460
- content: '\e78d';
467
+ content: '\e820';
461
468
  font-family: 'e-icons';
462
469
  }
463
470
 
464
471
  .e-pv-eye-icon::before {
465
- content: '\e7d0';
472
+ content: '\e7de';
466
473
  cursor: pointer;
467
474
  font-family: 'e-icons';
468
475
  font-size: 18px;
@@ -470,7 +477,7 @@
470
477
  }
471
478
 
472
479
  .e-pv-eye-slash-icon::before {
473
- content: '\e836';
480
+ content: '\e887';
474
481
  cursor: pointer;
475
482
  font-family: 'e-icons';
476
483
  font-size: 18px;
@@ -886,7 +893,6 @@ input.e-pv-input-password::-ms-reveal {
886
893
  .e-pv-annotation-toolbar.e-toolbar.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon {
887
894
  line-height: 26px;
888
895
  min-height: 26px;
889
- font-size: 16px;
890
896
  }
891
897
 
892
898
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
@@ -1843,7 +1849,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1843
1849
  .e-pv-annotation-thickness-popup-container {
1844
1850
  background-color: #fff;
1845
1851
  box-shadow: 0 3px 8px 0 #f3f4f6;
1846
- color: #111827;
1852
+ color: #374151;
1847
1853
  height: auto;
1848
1854
  min-height: 48px;
1849
1855
  padding: 16px;
@@ -2047,7 +2053,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2047
2053
  }
2048
2054
 
2049
2055
  .e-pv-scale-ratio-dialog {
2050
- max-width: 500px;
2056
+ max-width: 543px;
2051
2057
  }
2052
2058
 
2053
2059
  .e-pv-line-styles-content,
@@ -2646,7 +2652,7 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2646
2652
  }
2647
2653
 
2648
2654
  .e-dropdown-popup.e-lib.e-popup.e-control.e-pv-handwritten-popup.e-popup-open ul {
2649
- padding-bottom: 8px;
2655
+ padding-bottom: 6px;
2650
2656
  padding-top: 17px;
2651
2657
  }
2652
2658
 
@@ -2676,6 +2682,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2676
2682
  background: transparent;
2677
2683
  }
2678
2684
 
2685
+ .e-pdfviewer .e-inplaceeditor .e-editable-value-container {
2686
+ background: transparent;
2687
+ width: 229px;
2688
+ }
2689
+
2679
2690
  .e-pv-status-div {
2680
2691
  height: 20px;
2681
2692
  left: 8px;
@@ -2702,6 +2713,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2702
2713
  border: 1px solid #e5e7eb;
2703
2714
  }
2704
2715
 
2716
+ .e-pdfviewer .e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:focus,
2717
+ .e-pdfviewer .e-accordion .e-acrdn-item.e-selected > .e-acrdn-header {
2718
+ background: #f9fafb;
2719
+ box-shadow: none;
2720
+ }
2721
+
2705
2722
  .e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-icon,
2706
2723
  .e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-content,
2707
2724
  .e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-icon,