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