@syncfusion/ej2-pdfviewer 17.3.57-4568 → 17.3.58-4568

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 (75) hide show
  1. package/dist/ej2-pdfviewer.umd.min.js +1 -1
  2. package/dist/ej2-pdfviewer.umd.min.js.map +1 -1
  3. package/dist/es6/ej2-pdfviewer.es2015.js +4 -2
  4. package/dist/es6/ej2-pdfviewer.es2015.js.map +1 -1
  5. package/dist/es6/ej2-pdfviewer.es5.js +4 -2
  6. package/dist/es6/ej2-pdfviewer.es5.js.map +1 -1
  7. package/package.json +1 -1
  8. package/src/pdfviewer/tagged-pdf/tagged-pdf.js +4 -2
  9. package/styles/bootstrap-dark.css +317 -5
  10. package/styles/bootstrap.css +319 -5
  11. package/styles/bootstrap4.css +321 -6
  12. package/styles/bootstrap5-dark.css +318 -6
  13. package/styles/bootstrap5.css +318 -6
  14. package/styles/fabric-dark.css +317 -5
  15. package/styles/fabric.css +319 -5
  16. package/styles/fluent-dark.css +319 -6
  17. package/styles/fluent.css +319 -6
  18. package/styles/highcontrast-light.css +317 -5
  19. package/styles/highcontrast.css +317 -5
  20. package/styles/material-dark.css +317 -5
  21. package/styles/material.css +317 -5
  22. package/styles/material3-dark.css +318 -6
  23. package/styles/material3.css +318 -6
  24. package/styles/pdfviewer/_bds-definition.scss +6 -0
  25. package/styles/pdfviewer/_bootstrap-dark-definition.scss +6 -0
  26. package/styles/pdfviewer/_bootstrap-definition.scss +6 -0
  27. package/styles/pdfviewer/_bootstrap4-definition.scss +6 -0
  28. package/styles/pdfviewer/_bootstrap5-definition.scss +7 -1
  29. package/styles/pdfviewer/_fabric-dark-definition.scss +6 -0
  30. package/styles/pdfviewer/_fabric-definition.scss +6 -0
  31. package/styles/pdfviewer/_fluent-definition.scss +6 -0
  32. package/styles/pdfviewer/_fluent2-definition.scss +549 -0
  33. package/styles/pdfviewer/_fusionnew-definition.scss +6 -0
  34. package/styles/pdfviewer/_highcontrast-definition.scss +6 -0
  35. package/styles/pdfviewer/_highcontrast-light-definition.scss +6 -0
  36. package/styles/pdfviewer/_material-dark-definition.scss +12 -6
  37. package/styles/pdfviewer/_material-definition.scss +11 -5
  38. package/styles/pdfviewer/_material3-definition.scss +7 -1
  39. package/styles/pdfviewer/_tailwind-definition.scss +7 -1
  40. package/styles/pdfviewer/_theme.scss +337 -7
  41. package/styles/pdfviewer/bootstrap-dark.css +317 -5
  42. package/styles/pdfviewer/bootstrap.css +319 -5
  43. package/styles/pdfviewer/bootstrap4.css +321 -6
  44. package/styles/pdfviewer/bootstrap5-dark.css +318 -6
  45. package/styles/pdfviewer/bootstrap5.css +318 -6
  46. package/styles/pdfviewer/fabric-dark.css +317 -5
  47. package/styles/pdfviewer/fabric.css +319 -5
  48. package/styles/pdfviewer/fluent-dark.css +319 -6
  49. package/styles/pdfviewer/fluent.css +319 -6
  50. package/styles/pdfviewer/highcontrast-light.css +317 -5
  51. package/styles/pdfviewer/highcontrast.css +317 -5
  52. package/styles/pdfviewer/icons/_bds.scss +511 -0
  53. package/styles/pdfviewer/icons/_bootstrap-dark.scss +22 -0
  54. package/styles/pdfviewer/icons/_bootstrap.scss +22 -0
  55. package/styles/pdfviewer/icons/_bootstrap4.scss +22 -0
  56. package/styles/pdfviewer/icons/_bootstrap5.scss +23 -1
  57. package/styles/pdfviewer/icons/_fabric-dark.scss +22 -0
  58. package/styles/pdfviewer/icons/_fabric.scss +22 -0
  59. package/styles/pdfviewer/icons/_fluent.scss +23 -1
  60. package/styles/pdfviewer/icons/_fusionnew.scss +23 -1
  61. package/styles/pdfviewer/icons/_highcontrast-light.scss +22 -0
  62. package/styles/pdfviewer/icons/_highcontrast.scss +22 -0
  63. package/styles/pdfviewer/icons/_material-dark.scss +22 -0
  64. package/styles/pdfviewer/icons/_material.scss +22 -0
  65. package/styles/pdfviewer/icons/_material3.scss +23 -1
  66. package/styles/pdfviewer/icons/_tailwind-dark.scss +22 -0
  67. package/styles/pdfviewer/icons/_tailwind.scss +22 -0
  68. package/styles/pdfviewer/material-dark.css +317 -5
  69. package/styles/pdfviewer/material.css +317 -5
  70. package/styles/pdfviewer/material3-dark.css +318 -6
  71. package/styles/pdfviewer/material3.css +318 -6
  72. package/styles/pdfviewer/tailwind-dark.css +318 -6
  73. package/styles/pdfviewer/tailwind.css +318 -6
  74. package/styles/tailwind-dark.css +318 -6
  75. package/styles/tailwind.css +318 -6
@@ -0,0 +1,511 @@
1
+ @include export-module('pdfviewer-bds-icons') {
2
+ .e-pdfviewer {
3
+ .e-pv-icon::before {
4
+ font-family: 'e-icons';
5
+ }
6
+
7
+ .e-pv-icon-search::before {
8
+ font-family: 'e-icons';
9
+ font-size: 12px;
10
+ }
11
+
12
+ .e-pv-open-document-icon::before {
13
+ content: '\e83c';
14
+ }
15
+
16
+ .e-pv-download-document-icon::before {
17
+ content: '\e7a1';
18
+ }
19
+
20
+ .e-pv-print-document-icon::before {
21
+ content: '\e75d';
22
+ }
23
+
24
+ .e-pv-first-page-navigation-icon::before {
25
+ content: '\e833';
26
+ }
27
+
28
+ .e-pv-rotate-right-icon::before{
29
+ content: '\e8a6';
30
+ }
31
+
32
+ .e-pv-organize-view-icon::before{
33
+ content: '\e8dc';
34
+ }
35
+
36
+ .e-pv-organize-view-disable-icon::before{
37
+ color: $pv-thumbnail-icon-disable-color;
38
+ content: '\e8dc';
39
+ }
40
+
41
+ .e-pv-organize-view-selection-icon::before{
42
+ color: $pv-thumbnail-icon-selection-color;
43
+ content: '\e8dc';
44
+ }
45
+
46
+ .e-pv-rotate-left-icon::before{
47
+ content: '\e8a5';
48
+ }
49
+
50
+ .e-pv-previous-page-navigation-icon::before {
51
+ content: '\e765';
52
+ }
53
+
54
+ .e-pv-prev-search-icon::before {
55
+ color: $icon-color;
56
+ content: '\e765';
57
+ }
58
+
59
+ .e-pv-next-page-navigation-icon::before {
60
+ content: '\e748';
61
+ }
62
+
63
+ .e-pv-next-search-icon::before {
64
+ color: $icon-color;
65
+ content: '\e748';
66
+ }
67
+
68
+ .e-pv-last-page-navigation-icon::before {
69
+ content: '\e818';
70
+ }
71
+
72
+ .e-pv-zoom-out-icon::before {
73
+ content: '\e81b';
74
+ line-height: $pv-toolbaritem-btn-line-height;
75
+ }
76
+
77
+ .e-pv-zoom-in-icon::before {
78
+ content: '\e768';
79
+ line-height: $pv-toolbaritem-btn-line-height;
80
+ }
81
+
82
+ .e-pv-thumbnail-view-icon::before {
83
+ content: '\e79e';
84
+ }
85
+
86
+ .e-pv-stamp-icon::before {
87
+ content: '\e717';
88
+ }
89
+
90
+ .e-pv-thumbnail-view-disable-icon::before {
91
+ color: $pv-thumbnail-icon-disable-color;
92
+ content: '\e79e';
93
+ }
94
+
95
+ .e-pv-thumbnail-view-selection-icon::before {
96
+ color: $pv-thumbnail-icon-selection-color;
97
+ content: '\e79e';
98
+ }
99
+
100
+ .e-pv-bookmark-icon::before {
101
+ content: '\e750';
102
+ }
103
+
104
+ .e-pv-bookmark-disable-icon::before {
105
+ color: $pv-thumbnail-icon-disable-color;
106
+ content: '\e750';
107
+ }
108
+
109
+ .e-pv-bookmark-selection-icon::before {
110
+ color: $pv-thumbnail-icon-selection-color;
111
+ content: '\e750';
112
+ }
113
+
114
+ .e-pv-title-close-icon::before,
115
+ .e-pv-annotation-tools-close-icon::before,
116
+ .e-pv-annotation-popup-close::before {
117
+ content: '\e7e7';
118
+ }
119
+
120
+ .e-pv-resize-icon::before {
121
+ content: '\e7e3';
122
+ font-size: 10px;
123
+ }
124
+
125
+ .e-pv-text-select-tool-icon::before {
126
+ content: '\e74e';
127
+ }
128
+
129
+ .e-pv-pan-tool-icon::before {
130
+ content: '\e7b1';
131
+ }
132
+
133
+ .e-pv-text-search-icon::before {
134
+ content: '\e754';
135
+ }
136
+
137
+ .e-pv-search-icon::before {
138
+ content: '\e754';
139
+ font-family: 'e-icons';
140
+ }
141
+
142
+ .e-pv-search-close::before {
143
+ content: '\e7e7';
144
+ font-family: 'e-icons';
145
+ }
146
+
147
+ .e-pv-formdesigner-icon::before {
148
+ content: '\e732';
149
+ }
150
+
151
+ .e-pv-annotation-icon::before {
152
+ content: '\e82a';
153
+ }
154
+
155
+ .e-pv-annotation-color-icon::before {
156
+ content: '\e783';
157
+ }
158
+
159
+ .e-pv-annotation-stroke-icon::before {
160
+ content: '\e819';
161
+ }
162
+
163
+ .e-pv-annotation-opacity-icon::before {
164
+ content: '\e7e1';
165
+ }
166
+
167
+ .e-pv-annotation-thickness-icon::before {
168
+ content: '\e7bf';
169
+ }
170
+
171
+ .e-pv-annotation-delete-icon::before {
172
+ content: '\e820';
173
+ }
174
+
175
+ .e-pv-undo-icon::before {
176
+ content: '\e713';
177
+ }
178
+
179
+ .e-pv-redo-icon::before {
180
+ content: '\e755';
181
+ }
182
+
183
+ .e-pv-more-icon::before {
184
+ @if $skin-name == 'tailwind' {
185
+ color: $icon-color;
186
+ }
187
+ content: '\e701';
188
+ }
189
+
190
+ .e-pv-backward-icon::before {
191
+ content: '\e773';
192
+ }
193
+
194
+ .e-pv-notification-icon {
195
+ background-image: $pv-corrupted-notification-background-image;
196
+ background-repeat: $pv-corrupted-notification-background-repeat;
197
+ background-size: $pv-corrupted-notification-background-size;
198
+ height: $pv-corrupted-notification-height;
199
+ }
200
+
201
+ .e-pv-notification-icon-rtl {
202
+ background-image: $pv-corrupted-notification-background-image;
203
+ background-position: $pv-corrupted-notification-background-position;
204
+ background-repeat: $pv-corrupted-notification-background-repeat;
205
+ background-size: $pv-corrupted-notification-background-size;
206
+ height: $pv-corrupted-notification-height;
207
+ }
208
+
209
+ .e-pv-textbox-icon::before {
210
+ content: '\e830';
211
+ }
212
+
213
+ .e-pv-password-icon::before {
214
+ content: '\e753';
215
+ }
216
+
217
+ .e-pv-checkbox-icon::before {
218
+ content: '\e7e4';
219
+ }
220
+
221
+ .e-pv-radiobutton-icon::before {
222
+ content: '\e7b2';
223
+ }
224
+
225
+ .e-pv-dropdown-icon::before {
226
+ content: '\e7a6';
227
+ }
228
+
229
+ .e-pv-listbox-icon::before {
230
+ content: '\e77e';
231
+ }
232
+
233
+ .e-pv-annotation-shape-icon::before {
234
+ content: '\e728';
235
+ }
236
+
237
+ .e-pv-annotation-calibrate-icon::before {
238
+ content: '\e7c7';
239
+ }
240
+ }
241
+
242
+ .e-pv-download-document-icon.e-menu-icon::before {
243
+ content: '\e7a1';
244
+ }
245
+
246
+ .e-pv-bookmark-icon.e-menu-icon::before {
247
+ content: '\e750';
248
+ }
249
+
250
+ .e-pv-highlight-icon::before {
251
+ content: '\e739';
252
+ font-family: 'e-icons';
253
+ }
254
+
255
+ .e-pv-underline-icon::before {
256
+ content: '\e82f';
257
+ font-family: 'e-icons';
258
+ }
259
+
260
+ .e-pv-strikethrough-icon::before {
261
+ content: '\e758';
262
+ font-family: 'e-icons';
263
+ }
264
+
265
+ .e-pv-copy-icon::before {
266
+ content: '\e77c';
267
+ font-family: 'e-icons';
268
+ }
269
+
270
+ .e-pv-cut-icon::before {
271
+ content: '\e7fb';
272
+ font-family: 'e-icons';
273
+ }
274
+
275
+ .e-pv-paste-icon::before {
276
+ content: '\e842';
277
+ font-family: 'e-icons';
278
+ }
279
+
280
+ .e-pv-delete-icon::before {
281
+ content: '\e820';
282
+ font-family: 'e-icons';
283
+ }
284
+
285
+ .e-pv-properties-fill-color-icon::before {
286
+ content: '\e783';
287
+ font-family: 'e-icons';
288
+ }
289
+
290
+ .e-pv-properties-stroke-color-icon::before {
291
+ content: '\e819';
292
+ font-family: 'e-icons';
293
+ }
294
+
295
+ .e-pv-shape-line-icon::before {
296
+ content: '\e819';
297
+ font-family: 'e-icons';
298
+ }
299
+
300
+ .e-pv-shape-arrow-icon::before {
301
+ content: '\e708';
302
+ font-family: 'e-icons';
303
+ }
304
+
305
+ .e-pv-shape-rectangle-icon::before {
306
+ content: '\e723';
307
+ font-family: 'e-icons';
308
+ }
309
+
310
+ .e-pv-shape-circle-icon::before {
311
+ content: '\e7ca';
312
+ font-family: 'e-icons';
313
+ }
314
+
315
+ .e-pv-shape-pentagon-icon::before {
316
+ content: '\e802';
317
+ font-family: 'e-icons';
318
+ }
319
+
320
+ .e-pv-comment-icon::before {
321
+ content: '\e733';
322
+ font-family: 'e-icons';
323
+ }
324
+
325
+ .e-pv-property-icon::before {
326
+ content: '\e83e';
327
+ font-family: 'e-icons';
328
+ }
329
+
330
+ .e-pv-comment-selection-icon::before {
331
+ color: $pv-thumbnail-icon-selection-color;
332
+ content: '\e733';
333
+ font-family: 'e-icons';
334
+ }
335
+
336
+ .e-pv-comment-panel-icon::before {
337
+ content: '\e71a';
338
+ font-family: 'e-icons';
339
+ }
340
+
341
+ .e-pv-accepted-icon::before {
342
+ color: $pv-status-icon-color;
343
+ content: '\e7a8';
344
+ font-family: 'e-icons';
345
+ font-size: $pv-status-icon-font-size;
346
+ padding: $pv-accepted-icon-padding;
347
+ position: $pv-status-icon-position;
348
+ }
349
+
350
+ .e-pv-rejected-icon::before {
351
+ color: $pv-status-icon-color;
352
+ content: '\e815';
353
+ font-family: 'e-icons';
354
+ font-size: $pv-status-icon-font-size;
355
+ padding: $pv-rejected-icon-padding;
356
+ position: $pv-status-icon-position;
357
+ }
358
+
359
+ .e-pv-completed-icon::before {
360
+ color: $pv-status-icon-color;
361
+ content: '\e774';
362
+ font-family: 'e-icons';
363
+ font-size: $pv-status-icon-font-size;
364
+ padding: $pv-status-icon-padding;
365
+ position: $pv-status-icon-position;
366
+ }
367
+
368
+ .e-pv-cancelled-icon::before {
369
+ color: $pv-status-icon-color;
370
+ content: '\e7e7';
371
+ font-family: 'e-icons';
372
+ font-size: $pv-status-icon-font-size;
373
+ padding: $pv-status-icon-padding;
374
+ position: $pv-status-icon-position;
375
+ }
376
+
377
+ .e-pv-scale-ratio-icon::before {
378
+ content: '\e7c7';
379
+ font-family: 'e-icons';
380
+ }
381
+
382
+ .e-pv-calibrate-distance-icon::before {
383
+ content: '\e743';
384
+ font-family: 'e-icons';
385
+ }
386
+
387
+ .e-pv-calibrate-perimeter-icon::before {
388
+ content: '\e716';
389
+ font-family: 'e-icons';
390
+ }
391
+
392
+ .e-pv-calibrate-area-icon::before {
393
+ content: '\e78c';
394
+ font-family: 'e-icons';
395
+ }
396
+
397
+ .e-pv-calibrate-radius-icon::before {
398
+ content: '\e790';
399
+ font-family: 'e-icons';
400
+ }
401
+
402
+ .e-pv-calibrate-volume-icon::before {
403
+ content: '\e741';
404
+ font-family: 'e-icons';
405
+ }
406
+
407
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret::before {
408
+ content: '\e734';
409
+ font-size: 18px;
410
+ }
411
+
412
+ .e-pv-freetext-icon::before {
413
+ content: '\e7b3';
414
+ font-family: 'e-icons';
415
+ }
416
+
417
+ .e-pv-annotation-textcolor-icon::before {
418
+ content: '\e79f';
419
+ }
420
+
421
+ .e-pv-annotation-textalign-icon::before {
422
+ content: '\e7b8';
423
+ font-family: 'e-icons';
424
+ }
425
+
426
+ .e-pv-annotation-textprop-icon::before {
427
+ content: '\e71c';
428
+ font-family: 'e-icons';
429
+ }
430
+
431
+ .e-pv-left-align-icon::before {
432
+ content: '\e7b8';
433
+ font-family: 'e-icons';
434
+ }
435
+
436
+ .e-pv-right-align-icon::before {
437
+ content: '\e719';
438
+ font-family: 'e-icons';
439
+ }
440
+
441
+ .e-pv-center-align-icon::before {
442
+ content: '\e813';
443
+ font-family: 'e-icons';
444
+ }
445
+
446
+ .e-pv-justfiy-align-icon::before {
447
+ content: '\e721';
448
+ font-family: 'e-icons';
449
+ }
450
+
451
+ .e-pv-bold-icon::before {
452
+ content: '\e737';
453
+ font-family: 'e-icons';
454
+ }
455
+
456
+ .e-pv-italic-icon::before {
457
+ content: '\e75a';
458
+ font-family: 'e-icons';
459
+ }
460
+
461
+ .e-pv-strikeout-icon::before {
462
+ content: '\e758';
463
+ font-family: 'e-icons';
464
+ }
465
+
466
+ .e-pv-underlinetext-icon::before {
467
+ content: '\e82f';
468
+ font-family: 'e-icons';
469
+ }
470
+
471
+ .e-pv-superscript-icon::before {
472
+ content: '\e7a7';
473
+ font-family: 'e-icons';
474
+ }
475
+
476
+ .e-pv-subscript-icon::before {
477
+ content: '\e80a';
478
+ font-family: 'e-icons';
479
+ }
480
+
481
+ .e-pv-handwritten-icon::before {
482
+ content: '\e7db';
483
+ font-family: 'e-icons';
484
+ }
485
+
486
+ .e-pv-inkannotation-icon::before {
487
+ content: '\e76e';
488
+ font-family: 'e-icons';
489
+ }
490
+
491
+ .e-pv-delete::before {
492
+ content: '\e820';
493
+ font-family: 'e-icons';
494
+ }
495
+
496
+ .e-pv-eye-icon::before {
497
+ content: '\e7de';
498
+ cursor: $pv-eye-icon-hover-cursor;
499
+ font-family: 'e-icons';
500
+ font-size: $pv-eye-icon-font-size;
501
+ padding: $pv-eye-icon-padding;
502
+ }
503
+
504
+ .e-pv-eye-slash-icon::before {
505
+ content: '\e887';
506
+ cursor: $pv-eye-icon-hover-cursor;
507
+ font-family: 'e-icons';
508
+ font-size: $pv-eye-icon-font-size;
509
+ padding: $pv-eye-icon-padding;
510
+ }
511
+ }
@@ -25,6 +25,28 @@
25
25
  content: '\ec2c';
26
26
  }
27
27
 
28
+ .e-pv-rotate-right-icon::before{
29
+ content: '\e971';
30
+ }
31
+
32
+ .e-pv-organize-view-icon::before{
33
+ content: '\e117';
34
+ }
35
+
36
+ .e-pv-organize-view-disable-icon::before{
37
+ color: $pv-thumbnail-icon-disable-color;
38
+ content: '\e117';
39
+ }
40
+
41
+ .e-pv-organize-view-selection-icon::before{
42
+ color: $pv-thumbnail-icon-selection-color;
43
+ content: '\e117';
44
+ }
45
+
46
+ .e-pv-rotate-left-icon::before{
47
+ content: '\e970';
48
+ }
49
+
28
50
  .e-pv-previous-page-navigation-icon::before,
29
51
  .e-pv-prev-search-icon::before {
30
52
  content: '\ec2d';
@@ -25,6 +25,28 @@
25
25
  content: '\ec2c';
26
26
  }
27
27
 
28
+ .e-pv-rotate-right-icon::before{
29
+ content: '\e971';
30
+ }
31
+
32
+ .e-pv-organize-view-icon::before{
33
+ content: '\e117';
34
+ }
35
+
36
+ .e-pv-organize-view-disable-icon::before{
37
+ color: $pv-thumbnail-icon-disable-color;
38
+ content: '\e117';
39
+ }
40
+
41
+ .e-pv-organize-view-selection-icon::before{
42
+ color: $pv-thumbnail-icon-selection-color;
43
+ content: '\e117';
44
+ }
45
+
46
+ .e-pv-rotate-left-icon::before{
47
+ content: '\e970';
48
+ }
49
+
28
50
  .e-pv-previous-page-navigation-icon::before,
29
51
  .e-pv-prev-search-icon::before {
30
52
  content: '\ec2d';
@@ -25,6 +25,28 @@
25
25
  content: '\e77c';
26
26
  }
27
27
 
28
+ .e-pv-rotate-right-icon::before{
29
+ content: '\e960';
30
+ }
31
+
32
+ .e-pv-organize-view-icon::before{
33
+ content: '\e998';
34
+ }
35
+
36
+ .e-pv-organize-view-disable-icon::before{
37
+ color: $pv-thumbnail-icon-disable-color;
38
+ content: '\e998';
39
+ }
40
+
41
+ .e-pv-organize-view-selection-icon::before{
42
+ color: $pv-thumbnail-icon-selection-color;
43
+ content: '\e998';
44
+ }
45
+
46
+ .e-pv-rotate-left-icon::before{
47
+ content: '\e95f';
48
+ }
49
+
28
50
  .e-pv-previous-page-navigation-icon::before,
29
51
  .e-pv-prev-search-icon::before {
30
52
  content: '\e70d';
@@ -1,4 +1,4 @@
1
- @include export-module('pdfviewer-tailwind-icons') {
1
+ @include export-module('pdfviewer-bootstrap-icons') {
2
2
  .e-pdfviewer {
3
3
  .e-pv-icon::before {
4
4
  font-family: 'e-icons';
@@ -29,6 +29,28 @@
29
29
  content: '\e765';
30
30
  }
31
31
 
32
+ .e-pv-rotate-right-icon::before{
33
+ content: '\e8a6';
34
+ }
35
+
36
+ .e-pv-organize-view-icon::before{
37
+ content: '\e8dc';
38
+ }
39
+
40
+ .e-pv-organize-view-disable-icon::before{
41
+ color: $pv-thumbnail-icon-disable-color;
42
+ content: '\e8dc';
43
+ }
44
+
45
+ .e-pv-organize-view-selection-icon::before{
46
+ color: $pv-thumbnail-icon-selection-color;
47
+ content: '\e8dc';
48
+ }
49
+
50
+ .e-pv-rotate-left-icon::before{
51
+ content: '\e8a5';
52
+ }
53
+
32
54
  .e-pv-prev-search-icon::before {
33
55
  color: $icon-color;
34
56
  content: '\e765';
@@ -25,6 +25,28 @@
25
25
  content: '\ebde';
26
26
  }
27
27
 
28
+ .e-pv-rotate-right-icon::before{
29
+ content: '\e956';
30
+ }
31
+
32
+ .e-pv-organize-view-icon::before{
33
+ content: '\e9a2';
34
+ }
35
+
36
+ .e-pv-organize-view-disable-icon::before{
37
+ color: $pv-thumbnail-icon-disable-color;
38
+ content: '\e9a2';
39
+ }
40
+
41
+ .e-pv-organize-view-selection-icon::before{
42
+ color: $pv-thumbnail-icon-selection-color;
43
+ content: '\e9a2';
44
+ }
45
+
46
+ .e-pv-rotate-left-icon::before{
47
+ content: '\e955';
48
+ }
49
+
28
50
  .e-pv-previous-page-navigation-icon::before,
29
51
  .e-pv-prev-search-icon::before {
30
52
  content: '\ebdf';
@@ -25,6 +25,28 @@
25
25
  content: '\ebde';
26
26
  }
27
27
 
28
+ .e-pv-rotate-right-icon::before{
29
+ content: '\e956';
30
+ }
31
+
32
+ .e-pv-organize-view-icon::before{
33
+ content: '\e9a2';
34
+ }
35
+
36
+ .e-pv-organize-view-disable-icon::before{
37
+ color: $pv-thumbnail-icon-disable-color;
38
+ content: '\e9a2';
39
+ }
40
+
41
+ .e-pv-organize-view-selection-icon::before{
42
+ color: $pv-thumbnail-icon-selection-color;
43
+ content: '\e9a2';
44
+ }
45
+
46
+ .e-pv-rotate-left-icon::before{
47
+ content: '\e955';
48
+ }
49
+
28
50
  .e-pv-previous-page-navigation-icon::before,
29
51
  .e-pv-prev-search-icon::before {
30
52
  content: '\ebdf';
@@ -1,4 +1,4 @@
1
- @include export-module('pdfviewer-tailwind-icons') {
1
+ @include export-module('pdfviewer-fluent-icons') {
2
2
  .e-pdfviewer {
3
3
  .e-pv-icon::before {
4
4
  font-family: 'e-icons';
@@ -28,6 +28,28 @@
28
28
  content: '\e765';
29
29
  }
30
30
 
31
+ .e-pv-rotate-right-icon::before{
32
+ content: '\e8a6';
33
+ }
34
+
35
+ .e-pv-organize-view-icon::before{
36
+ content: '\e8dc';
37
+ }
38
+
39
+ .e-pv-organize-view-disable-icon::before{
40
+ color: $pv-thumbnail-icon-disable-color;
41
+ content: '\e8dc';
42
+ }
43
+
44
+ .e-pv-organize-view-selection-icon::before{
45
+ color: $pv-thumbnail-icon-selection-color;
46
+ content: '\e8dc';
47
+ }
48
+
49
+ .e-pv-rotate-left-icon::before{
50
+ content: '\e8a5';
51
+ }
52
+
31
53
  .e-pv-prev-search-icon::before {
32
54
  color: $icon-color;
33
55
  content: '\e765';