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