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

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