@syncfusion/ej2-angular-pdfviewer 20.2.50-ngcc → 20.2.50

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 (90) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/index.mjs +5 -0
  3. package/esm2020/src/pdfviewer/pdfviewer-all.module.mjs +62 -0
  4. package/esm2020/src/pdfviewer/pdfviewer.component.mjs +143 -0
  5. package/esm2020/src/pdfviewer/pdfviewer.module.mjs +25 -0
  6. package/esm2020/syncfusion-ej2-angular-pdfviewer.mjs +5 -0
  7. package/fesm2015/syncfusion-ej2-angular-pdfviewer.mjs +231 -0
  8. package/fesm2015/syncfusion-ej2-angular-pdfviewer.mjs.map +1 -0
  9. package/fesm2020/syncfusion-ej2-angular-pdfviewer.mjs +231 -0
  10. package/fesm2020/syncfusion-ej2-angular-pdfviewer.mjs.map +1 -0
  11. package/package.json +26 -12
  12. package/schematics/utils/lib-details.ts +2 -2
  13. package/src/pdfviewer/pdfviewer-all.module.d.ts +6 -0
  14. package/src/pdfviewer/pdfviewer.component.d.ts +3 -0
  15. package/src/pdfviewer/pdfviewer.module.d.ts +6 -0
  16. package/styles/_all.scss +0 -0
  17. package/styles/pdfviewer/_all.scss +2 -0
  18. package/styles/pdfviewer/_bootstrap-dark-definition.scss +536 -0
  19. package/styles/pdfviewer/_bootstrap-definition.scss +536 -0
  20. package/styles/pdfviewer/_bootstrap4-definition.scss +582 -0
  21. package/styles/pdfviewer/_bootstrap5-dark-definition.scss +1 -0
  22. package/styles/pdfviewer/_bootstrap5-definition.scss +531 -0
  23. package/styles/pdfviewer/_fabric-dark-definition.scss +533 -0
  24. package/styles/pdfviewer/_fabric-definition.scss +535 -0
  25. package/styles/pdfviewer/_fluent-dark-definition.scss +1 -0
  26. package/styles/pdfviewer/_fluent-definition.scss +537 -0
  27. package/styles/pdfviewer/_fusionnew-definition.scss +531 -0
  28. package/styles/pdfviewer/_highcontrast-definition.scss +535 -0
  29. package/styles/pdfviewer/_highcontrast-light-definition.scss +531 -0
  30. package/styles/pdfviewer/_layout.scss +195 -0
  31. package/styles/pdfviewer/_material-dark-definition.scss +534 -0
  32. package/styles/pdfviewer/_material-definition.scss +532 -0
  33. package/styles/pdfviewer/_material3-definition.scss +531 -0
  34. package/styles/pdfviewer/_tailwind-dark-definition.scss +1 -0
  35. package/styles/pdfviewer/_tailwind-definition.scss +537 -0
  36. package/styles/pdfviewer/_theme.scss +4115 -0
  37. package/styles/pdfviewer/bootstrap-dark.scss +4 -1
  38. package/styles/pdfviewer/bootstrap.scss +4 -1
  39. package/styles/pdfviewer/bootstrap4.scss +4 -1
  40. package/styles/pdfviewer/bootstrap5-dark.scss +4 -1
  41. package/styles/pdfviewer/bootstrap5.scss +4 -1
  42. package/styles/pdfviewer/fabric-dark.scss +4 -1
  43. package/styles/pdfviewer/fabric.scss +4 -1
  44. package/styles/pdfviewer/fluent-dark.scss +4 -1
  45. package/styles/pdfviewer/fluent.scss +4 -1
  46. package/styles/pdfviewer/highcontrast-light.scss +4 -1
  47. package/styles/pdfviewer/highcontrast.scss +4 -1
  48. package/styles/pdfviewer/icons/_bootstrap-dark.scss +475 -0
  49. package/styles/pdfviewer/icons/_bootstrap.scss +480 -0
  50. package/styles/pdfviewer/icons/_bootstrap4.scss +482 -0
  51. package/styles/pdfviewer/icons/_bootstrap5-dark.scss +1 -0
  52. package/styles/pdfviewer/icons/_bootstrap5.scss +489 -0
  53. package/styles/pdfviewer/icons/_fabric-dark.scss +489 -0
  54. package/styles/pdfviewer/icons/_fabric.scss +492 -0
  55. package/styles/pdfviewer/icons/_fluent-dark.scss +1 -0
  56. package/styles/pdfviewer/icons/_fluent.scss +488 -0
  57. package/styles/pdfviewer/icons/_fusionnew.scss +489 -0
  58. package/styles/pdfviewer/icons/_highcontrast-light.scss +476 -0
  59. package/styles/pdfviewer/icons/_highcontrast.scss +475 -0
  60. package/styles/pdfviewer/icons/_material-dark.scss +477 -0
  61. package/styles/pdfviewer/icons/_material.scss +480 -0
  62. package/styles/pdfviewer/icons/_material3.scss +489 -0
  63. package/styles/pdfviewer/icons/_tailwind-dark.scss +489 -0
  64. package/styles/pdfviewer/icons/_tailwind.scss +489 -0
  65. package/styles/pdfviewer/material-dark.scss +4 -1
  66. package/styles/pdfviewer/material.scss +4 -1
  67. package/styles/pdfviewer/tailwind-dark.scss +4 -1
  68. package/styles/pdfviewer/tailwind.scss +4 -1
  69. package/syncfusion-ej2-angular-pdfviewer.d.ts +5 -0
  70. package/@syncfusion/ej2-angular-pdfviewer.es5.js +0 -270
  71. package/@syncfusion/ej2-angular-pdfviewer.es5.js.map +0 -1
  72. package/@syncfusion/ej2-angular-pdfviewer.js +0 -251
  73. package/@syncfusion/ej2-angular-pdfviewer.js.map +0 -1
  74. package/CHANGELOG.md +0 -1471
  75. package/dist/ej2-angular-pdfviewer.umd.js +0 -454
  76. package/dist/ej2-angular-pdfviewer.umd.js.map +0 -1
  77. package/dist/ej2-angular-pdfviewer.umd.min.js +0 -11
  78. package/dist/ej2-angular-pdfviewer.umd.min.js.map +0 -1
  79. package/ej2-angular-pdfviewer.d.ts +0 -5
  80. package/ej2-angular-pdfviewer.metadata.json +0 -1
  81. package/postinstall/tagchange.js +0 -18
  82. package/schematics/collection.json +0 -10
  83. package/schematics/ng-add/index.d.ts +0 -3
  84. package/schematics/ng-add/index.js +0 -9
  85. package/schematics/ng-add/schema.d.ts +0 -13
  86. package/schematics/ng-add/schema.js +0 -2
  87. package/schematics/ng-add/schema.json +0 -34
  88. package/schematics/tsconfig.json +0 -25
  89. package/schematics/utils/lib-details.d.ts +0 -4
  90. package/schematics/utils/lib-details.js +0 -6
@@ -0,0 +1,489 @@
1
+ @include export-module('pdfviewer-fabric-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: '\ebdd';
14
+ }
15
+
16
+ .e-pv-download-document-icon::before {
17
+ content: '\ebe4';
18
+ }
19
+
20
+ .e-pv-print-document-icon::before {
21
+ content: '\ebf9';
22
+ }
23
+
24
+ .e-pv-first-page-navigation-icon::before {
25
+ content: '\ebde';
26
+ }
27
+
28
+ .e-pv-previous-page-navigation-icon::before,
29
+ .e-pv-prev-search-icon::before {
30
+ content: '\ebdf';
31
+ }
32
+
33
+ .e-pv-next-page-navigation-icon::before,
34
+ .e-pv-next-search-icon::before {
35
+ content: '\ebe0';
36
+ }
37
+
38
+ .e-pv-last-page-navigation-icon::before {
39
+ content: '\ebe1';
40
+ }
41
+
42
+ .e-pv-zoom-out-icon::before {
43
+ content: '\ebe2';
44
+ line-height: $pv-toolbaritem-btn-line-height;
45
+ }
46
+
47
+ .e-pv-zoom-in-icon::before {
48
+ content: '\ebe3';
49
+ line-height: $pv-toolbaritem-btn-line-height;
50
+ }
51
+
52
+ .e-pv-thumbnail-view-icon::before {
53
+ content: '\ec00';
54
+ }
55
+
56
+ .e-pv-thumbnail-view-disable-icon::before {
57
+ color: $pv-thumbnail-icon-disable-color;
58
+ content: '\ec00';
59
+ }
60
+
61
+ .e-pv-thumbnail-view-selection-icon::before {
62
+ color: $pv-thumbnail-icon-selection-color;
63
+ content: '\ec00';
64
+ }
65
+
66
+ .e-pv-bookmark-icon::before {
67
+ content: '\ebe5';
68
+ }
69
+
70
+ .e-pv-bookmark-disable-icon::before {
71
+ color: $pv-thumbnail-icon-disable-color;
72
+ content: '\ebe5';
73
+ }
74
+
75
+ .e-pv-bookmark-selection-icon::before {
76
+ color: $pv-thumbnail-icon-selection-color;
77
+ content: '\ebe5';
78
+ }
79
+
80
+ .e-pv-title-close-icon::before,
81
+ .e-pv-annotation-tools-close-icon::before,
82
+ .e-pv-annotation-popup-close::before {
83
+ content: '\ebe8';
84
+ font-size: $pv-title-close-font-size;
85
+ }
86
+
87
+ .e-pv-resize-icon::before {
88
+ content: '\e84b';
89
+ font-size: 10px;
90
+ }
91
+
92
+ .e-pv-text-select-tool-icon::before {
93
+ content: '\ebf6';
94
+ }
95
+
96
+ .e-pv-pan-tool-icon::before {
97
+ content: '\ebf3';
98
+ }
99
+
100
+ .e-pv-text-search-icon::before {
101
+ content: '\ebe6';
102
+ }
103
+
104
+ .e-pv-search-icon::before {
105
+ content: '\ebe6';
106
+ font-family: 'e-icons';
107
+ }
108
+
109
+ .e-pv-search-close::before {
110
+ content: '\ebe8';
111
+ font-family: 'e-icons';
112
+ }
113
+
114
+ .e-pv-formdesigner-icon::before {
115
+ content: '\e90c';
116
+ }
117
+
118
+ .e-pv-annotation-icon::before {
119
+ content: '\ebff';
120
+ }
121
+
122
+ .e-pv-annotation-color-icon::before {
123
+ content: '\ebf2';
124
+ }
125
+
126
+ .e-pv-annotation-stroke-icon::before {
127
+ content: '\e668';
128
+ }
129
+
130
+ .e-pv-annotation-opacity-icon::before {
131
+ content: '\ebf4';
132
+ }
133
+
134
+ .e-pv-annotation-thickness-icon::before {
135
+ content: '\ebfe';
136
+ }
137
+
138
+ .e-pv-annotation-delete-icon::before {
139
+ content: '\ebf5';
140
+ }
141
+
142
+ .e-pv-undo-icon::before {
143
+ content: '\ebed';
144
+ }
145
+
146
+ .e-pv-redo-icon::before {
147
+ content: '\ebfa';
148
+ }
149
+
150
+ .e-pv-more-icon::before {
151
+ content: '\ebef';
152
+ }
153
+
154
+ .e-pv-backward-icon::before {
155
+ content: '\e962';
156
+ }
157
+
158
+ .e-pv-notification-icon {
159
+ background-image: $pv-corrupted-notification-background-image;
160
+ background-repeat: $pv-corrupted-notification-background-repeat;
161
+ background-size: $pv-corrupted-notification-background-size;
162
+ height: $pv-corrupted-notification-height;
163
+ }
164
+
165
+ .e-pv-notification-icon-rtl {
166
+ background-image: $pv-corrupted-notification-background-image;
167
+ background-position: $pv-corrupted-notification-background-position;
168
+ background-repeat: $pv-corrupted-notification-background-repeat;
169
+ background-size: $pv-corrupted-notification-background-size;
170
+ height: $pv-corrupted-notification-height;
171
+ }
172
+
173
+ .e-pv-textbox-icon::before {
174
+ content: '\e89f';
175
+ }
176
+
177
+ .e-pv-password-icon::before {
178
+ content: '\e91a';
179
+ }
180
+
181
+ .e-pv-checkbox-icon::before {
182
+ content: '\e90b';
183
+ }
184
+
185
+ .e-pv-radiobutton-icon::before {
186
+ content: '\e90f';
187
+ }
188
+
189
+ .e-pv-dropdown-icon::before {
190
+ content: '\e90e';
191
+ }
192
+
193
+ .e-pv-listbox-icon::before {
194
+ content: '\e89e';
195
+ }
196
+
197
+ .e-pv-annotation-calibrate-icon::before {
198
+ content: '\e678';
199
+ }
200
+
201
+ .e-menu-item.e-menu-caret-icon {
202
+ padding-left: $pv-stamp-icon-padding;
203
+ padding-top: $pv-stamp-icon-padding;
204
+ }
205
+
206
+ .e-pv-stamp.e-menu-wrapper ul .e-menu-item {
207
+ padding-top: $pv-stamp-icon-padding;
208
+ }
209
+
210
+ .e-pv-annotation-stamp-container .e-menu-wrapper ul.e-menu:not(.e-vertical) {
211
+ padding: $pv-stamp-icon-padding $pv-zoom-drop-down-margin-top;
212
+ }
213
+ }
214
+
215
+ .e-pv-download-document-icon.e-menu-icon::before {
216
+ content: '\ebe4';
217
+ }
218
+
219
+ .e-pv-bookmark-icon.e-menu-icon::before {
220
+ content: '\ebe5';
221
+ }
222
+
223
+ .e-pv-highlight-icon::before {
224
+ content: '\ebee';
225
+ font-family: 'e-icons';
226
+ }
227
+
228
+ .e-pv-underline-icon::before {
229
+ content: '\ebf0';
230
+ font-family: 'e-icons';
231
+ }
232
+
233
+ .e-pv-strikethrough-icon::before {
234
+ content: '\ebf1';
235
+ font-family: 'e-icons';
236
+ }
237
+
238
+ .e-pv-copy-icon::before {
239
+ content: '\e70a';
240
+ font-family: 'e-icons';
241
+ }
242
+
243
+ .e-pv-stamp-icon::before {
244
+ content: '\ec01';
245
+ }
246
+
247
+ .e-pv-shape-line-icon::before {
248
+ content: '\e668';
249
+ font-family: 'e-icons';
250
+ }
251
+
252
+ .e-pv-shape-arrow-icon::before {
253
+ content: '\e669';
254
+ font-family: 'e-icons';
255
+ }
256
+
257
+ .e-pv-shape-rectangle-icon::before {
258
+ content: '\e670';
259
+ font-family: 'e-icons';
260
+ }
261
+
262
+ .e-pv-shape-circle-icon::before {
263
+ content: '\e671';
264
+ font-family: 'e-icons';
265
+ }
266
+
267
+ .e-pv-shape-pentagon-icon::before {
268
+ content: '\e672';
269
+ font-family: 'e-icons';
270
+ }
271
+
272
+ .e-pv-annotation-shape-icon::before {
273
+ content: '\ebfc';
274
+ }
275
+
276
+ .e-pv-cut-icon::before {
277
+ content: '\e33b';
278
+ font-family: 'e-icons';
279
+ }
280
+
281
+ .e-pv-paste-icon::before {
282
+ content: '\e33d';
283
+ font-family: 'e-icons';
284
+ }
285
+
286
+ .e-pv-delete-icon::before {
287
+ content: '\ebf5';
288
+ font-family: 'e-icons';
289
+ }
290
+
291
+ .e-pv-properties-fill-color-icon::before {
292
+ content: '\ebf2';
293
+ font-family: 'e-icons';
294
+ }
295
+
296
+ .e-pv-properties-stroke-color-icon::before {
297
+ content: '\e668';
298
+ font-family: 'e-icons';
299
+ }
300
+
301
+
302
+ .e-pv-comment-icon::before {
303
+ content: '\e680';
304
+ font-family: 'e-icons';
305
+ }
306
+
307
+ .e-pv-property-icon::before {
308
+ content: '\e199';
309
+ font-family: 'e-icons';
310
+ }
311
+
312
+ .e-pv-comment-selection-icon::before {
313
+ color: $pv-thumbnail-icon-selection-color;
314
+ content: '\e680';
315
+ font-family: 'e-icons';
316
+ }
317
+
318
+ .e-pv-comment-panel-icon::before {
319
+ content: '\eb8b';
320
+ font-family: 'e-icons';
321
+ }
322
+
323
+ .e-pv-accepted-icon::before {
324
+ color: $pv-status-icon-color;
325
+ content: '\e682';
326
+ font-family: 'e-icons';
327
+ font-size: $pv-status-icon-font-size;
328
+ padding: $pv-accepted-icon-padding;
329
+ position: $pv-status-icon-position;
330
+ }
331
+
332
+ .e-pv-rejected-icon::before {
333
+ color: $pv-status-icon-color;
334
+ content: '\e683';
335
+ font-family: 'e-icons';
336
+ font-size: $pv-status-icon-font-size;
337
+ padding: $pv-rejected-icon-padding;
338
+ position: $pv-status-icon-position;
339
+ }
340
+
341
+ .e-pv-completed-icon::before {
342
+ color: $pv-status-icon-color;
343
+ content: '\e614';
344
+ font-family: 'e-icons';
345
+ font-size: $pv-status-icon-font-size;
346
+ padding: $pv-status-icon-padding;
347
+ position: $pv-status-icon-position;
348
+ }
349
+
350
+ .e-pv-cancelled-icon::before {
351
+ color: $pv-status-icon-color;
352
+ content: '\e60a';
353
+ font-family: 'e-icons';
354
+ font-size: $pv-status-icon-font-size;
355
+ padding: $pv-status-icon-padding;
356
+ position: $pv-status-icon-position;
357
+ }
358
+
359
+ .e-pv-scale-ratio-icon::before {
360
+ content: '\e678';
361
+ font-family: 'e-icons';
362
+ }
363
+
364
+ .e-pv-calibrate-distance-icon::before {
365
+ content: '\e673';
366
+ font-family: 'e-icons';
367
+ }
368
+
369
+ .e-pv-calibrate-perimeter-icon::before {
370
+ content: '\e674';
371
+ font-family: 'e-icons';
372
+ }
373
+
374
+ .e-pv-calibrate-area-icon::before {
375
+ content: '\e675';
376
+ font-family: 'e-icons';
377
+ }
378
+
379
+ .e-pv-calibrate-radius-icon::before {
380
+ content: '\e676';
381
+ font-family: 'e-icons';
382
+ }
383
+
384
+ .e-pv-calibrate-volume-icon::before {
385
+ content: '\e677';
386
+ font-family: 'e-icons';
387
+ }
388
+
389
+ .e-pv-freetext-icon::before {
390
+ content: '\ebe7';
391
+ font-family: 'e-icons';
392
+ }
393
+
394
+ .e-pv-annotation-textalign-icon::before {
395
+ content: '\ebeb';
396
+ font-family: 'e-icons';
397
+ }
398
+
399
+ .e-pv-annotation-textprop-icon::before {
400
+ content: '\eb04';
401
+ font-family: 'e-icons';
402
+ }
403
+
404
+ .e-pv-annotation-textcolor-icon::before {
405
+ content: '\e34c';
406
+ font-family: 'e-icons';
407
+ }
408
+
409
+ .e-pv-left-align-icon::before {
410
+ content: '\ebeb';
411
+ font-family: 'e-icons';
412
+ }
413
+
414
+ .e-pv-right-align-icon::before {
415
+ content: '\eb82';
416
+ font-family: 'e-icons';
417
+ }
418
+
419
+ .e-pv-center-align-icon::before {
420
+ content: '\eb9e';
421
+ font-family: 'e-icons';
422
+ }
423
+
424
+ .e-pv-justfiy-align-icon::before {
425
+ content: '\eb67';
426
+ font-family: 'e-icons';
427
+ }
428
+
429
+ .e-pv-bold-icon::before {
430
+ content: '\eb77';
431
+ font-family: 'e-icons';
432
+ }
433
+
434
+ .e-pv-italic-icon::before {
435
+ content: '\eb99';
436
+ font-family: 'e-icons';
437
+ }
438
+
439
+ .e-pv-strikeout-icon::before {
440
+ content: '\eb7f';
441
+ font-family: 'e-icons';
442
+ }
443
+
444
+ .e-pv-underlinetext-icon::before {
445
+ content: '\ebf0';
446
+ font-family: 'e-icons';
447
+ }
448
+
449
+ .e-pv-superscript-icon::before {
450
+ content: '\e352';
451
+ font-family: 'e-icons';
452
+ }
453
+
454
+ .e-pv-subscript-icon::before {
455
+ content: '\e357';
456
+ font-family: 'e-icons';
457
+ }
458
+
459
+ .e-pv-handwritten-icon::before {
460
+ content: '\e739';
461
+ font-family: 'e-icons';
462
+ }
463
+
464
+ .e-pv-inkannotation-icon::before {
465
+ content: '\ebec';
466
+ font-family: 'e-icons';
467
+ }
468
+
469
+ .e-pv-delete::before {
470
+ content: '\eb00';
471
+ font-family: 'e-icons';
472
+ }
473
+
474
+ .e-pv-eye-icon::before {
475
+ content: '\e345';
476
+ cursor: $pv-eye-icon-hover-cursor;
477
+ font-family: 'e-icons';
478
+ font-size: $pv-eye-icon-font-size;
479
+ padding: $pv-eye-icon-padding;
480
+ }
481
+
482
+ .e-pv-eye-slash-icon::before {
483
+ content: '\e721';
484
+ cursor: $pv-eye-icon-hover-cursor;
485
+ font-family: 'e-icons';
486
+ font-size: $pv-eye-icon-font-size;
487
+ padding: $pv-eye-icon-padding;
488
+ }
489
+ }