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