@syncfusion/ej2-pdfviewer 17.3.57-4568 → 17.3.58-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 (75) 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 +4 -2
  4. package/dist/es6/ej2-pdfviewer.es2015.js.map +1 -1
  5. package/dist/es6/ej2-pdfviewer.es5.js +4 -2
  6. package/dist/es6/ej2-pdfviewer.es5.js.map +1 -1
  7. package/package.json +1 -1
  8. package/src/pdfviewer/tagged-pdf/tagged-pdf.js +4 -2
  9. package/styles/bootstrap-dark.css +317 -5
  10. package/styles/bootstrap.css +319 -5
  11. package/styles/bootstrap4.css +321 -6
  12. package/styles/bootstrap5-dark.css +318 -6
  13. package/styles/bootstrap5.css +318 -6
  14. package/styles/fabric-dark.css +317 -5
  15. package/styles/fabric.css +319 -5
  16. package/styles/fluent-dark.css +319 -6
  17. package/styles/fluent.css +319 -6
  18. package/styles/highcontrast-light.css +317 -5
  19. package/styles/highcontrast.css +317 -5
  20. package/styles/material-dark.css +317 -5
  21. package/styles/material.css +317 -5
  22. package/styles/material3-dark.css +318 -6
  23. package/styles/material3.css +318 -6
  24. package/styles/pdfviewer/_bds-definition.scss +6 -0
  25. package/styles/pdfviewer/_bootstrap-dark-definition.scss +6 -0
  26. package/styles/pdfviewer/_bootstrap-definition.scss +6 -0
  27. package/styles/pdfviewer/_bootstrap4-definition.scss +6 -0
  28. package/styles/pdfviewer/_bootstrap5-definition.scss +7 -1
  29. package/styles/pdfviewer/_fabric-dark-definition.scss +6 -0
  30. package/styles/pdfviewer/_fabric-definition.scss +6 -0
  31. package/styles/pdfviewer/_fluent-definition.scss +6 -0
  32. package/styles/pdfviewer/_fluent2-definition.scss +549 -0
  33. package/styles/pdfviewer/_fusionnew-definition.scss +6 -0
  34. package/styles/pdfviewer/_highcontrast-definition.scss +6 -0
  35. package/styles/pdfviewer/_highcontrast-light-definition.scss +6 -0
  36. package/styles/pdfviewer/_material-dark-definition.scss +12 -6
  37. package/styles/pdfviewer/_material-definition.scss +11 -5
  38. package/styles/pdfviewer/_material3-definition.scss +7 -1
  39. package/styles/pdfviewer/_tailwind-definition.scss +7 -1
  40. package/styles/pdfviewer/_theme.scss +337 -7
  41. package/styles/pdfviewer/bootstrap-dark.css +317 -5
  42. package/styles/pdfviewer/bootstrap.css +319 -5
  43. package/styles/pdfviewer/bootstrap4.css +321 -6
  44. package/styles/pdfviewer/bootstrap5-dark.css +318 -6
  45. package/styles/pdfviewer/bootstrap5.css +318 -6
  46. package/styles/pdfviewer/fabric-dark.css +317 -5
  47. package/styles/pdfviewer/fabric.css +319 -5
  48. package/styles/pdfviewer/fluent-dark.css +319 -6
  49. package/styles/pdfviewer/fluent.css +319 -6
  50. package/styles/pdfviewer/highcontrast-light.css +317 -5
  51. package/styles/pdfviewer/highcontrast.css +317 -5
  52. package/styles/pdfviewer/icons/_bds.scss +511 -0
  53. package/styles/pdfviewer/icons/_bootstrap-dark.scss +22 -0
  54. package/styles/pdfviewer/icons/_bootstrap.scss +22 -0
  55. package/styles/pdfviewer/icons/_bootstrap4.scss +22 -0
  56. package/styles/pdfviewer/icons/_bootstrap5.scss +23 -1
  57. package/styles/pdfviewer/icons/_fabric-dark.scss +22 -0
  58. package/styles/pdfviewer/icons/_fabric.scss +22 -0
  59. package/styles/pdfviewer/icons/_fluent.scss +23 -1
  60. package/styles/pdfviewer/icons/_fusionnew.scss +23 -1
  61. package/styles/pdfviewer/icons/_highcontrast-light.scss +22 -0
  62. package/styles/pdfviewer/icons/_highcontrast.scss +22 -0
  63. package/styles/pdfviewer/icons/_material-dark.scss +22 -0
  64. package/styles/pdfviewer/icons/_material.scss +22 -0
  65. package/styles/pdfviewer/icons/_material3.scss +23 -1
  66. package/styles/pdfviewer/icons/_tailwind-dark.scss +22 -0
  67. package/styles/pdfviewer/icons/_tailwind.scss +22 -0
  68. package/styles/pdfviewer/material-dark.css +317 -5
  69. package/styles/pdfviewer/material.css +317 -5
  70. package/styles/pdfviewer/material3-dark.css +318 -6
  71. package/styles/pdfviewer/material3.css +318 -6
  72. package/styles/pdfviewer/tailwind-dark.css +318 -6
  73. package/styles/pdfviewer/tailwind.css +318 -6
  74. package/styles/tailwind-dark.css +318 -6
  75. package/styles/tailwind.css +318 -6
@@ -21,6 +21,23 @@
21
21
  .e-pdfviewer .e-pv-previous-page-navigation-icon::before {
22
22
  content: "\e765";
23
23
  }
24
+ .e-pdfviewer .e-pv-rotate-right-icon::before {
25
+ content: "\e8a6";
26
+ }
27
+ .e-pdfviewer .e-pv-organize-view-icon::before {
28
+ content: "\e8dc";
29
+ }
30
+ .e-pdfviewer .e-pv-organize-view-disable-icon::before {
31
+ color: #adb5bd;
32
+ content: "\e8dc";
33
+ }
34
+ .e-pdfviewer .e-pv-organize-view-selection-icon::before {
35
+ color: #fff;
36
+ content: "\e8dc";
37
+ }
38
+ .e-pdfviewer .e-pv-rotate-left-icon::before {
39
+ content: "\e8a5";
40
+ }
24
41
  .e-pdfviewer .e-pv-prev-search-icon::before {
25
42
  color: #adb5bd;
26
43
  content: "\e765";
@@ -792,6 +809,18 @@ input.e-pv-input-password::-ms-reveal {
792
809
  padding-top: 16px;
793
810
  }
794
811
 
812
+ .e-pv-image-container {
813
+ width: 100%;
814
+ height: 100%;
815
+ display: -ms-flexbox;
816
+ display: flex;
817
+ -ms-flex-pack: center;
818
+ justify-content: center;
819
+ -ms-flex-align: center;
820
+ align-items: center;
821
+ padding: 3px;
822
+ }
823
+
795
824
  .e-pv-gotopage-apply-btn.e-btn.e-flat.e-primary:disabled {
796
825
  background-color: transparent;
797
826
  }
@@ -1167,6 +1196,10 @@ input.e-pv-input-password::-ms-reveal {
1167
1196
  padding-top: 6px;
1168
1197
  }
1169
1198
 
1199
+ .e-dialog .e-dlg-header {
1200
+ width: auto;
1201
+ }
1202
+
1170
1203
  .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input {
1171
1204
  max-height: 28px;
1172
1205
  padding-bottom: 4px;
@@ -1359,7 +1392,8 @@ input.e-pv-input-password::-ms-reveal {
1359
1392
  border-radius: 100px;
1360
1393
  }
1361
1394
 
1362
- .e-pv-thumbnail-view-button.e-btn {
1395
+ .e-pv-thumbnail-view-button.e-btn,
1396
+ .e-pv-organize-view-button.e-btn {
1363
1397
  background: transparent;
1364
1398
  border: 0;
1365
1399
  border-radius: 4px;
@@ -1379,6 +1413,262 @@ input.e-pv-input-password::-ms-reveal {
1379
1413
  justify-content: center;
1380
1414
  }
1381
1415
 
1416
+ .e-pv-organize-tile.e-pv-thumbnail-column {
1417
+ width: 100%;
1418
+ height: 100%;
1419
+ }
1420
+
1421
+ .e-pv-organize-content-apperance {
1422
+ overflow: hidden;
1423
+ }
1424
+
1425
+ .e-pv-organize-tile-view.e-pv-thumbnail-row {
1426
+ display: -ms-flexbox;
1427
+ display: flex;
1428
+ -ms-flex-pack: center;
1429
+ justify-content: center;
1430
+ -ms-flex-wrap: wrap;
1431
+ flex-wrap: wrap;
1432
+ overflow: auto;
1433
+ overflow-x: hidden;
1434
+ }
1435
+
1436
+ .e-pv-organize-anchor-node {
1437
+ border: 2px solid #444c54;
1438
+ margin: 24px;
1439
+ width: 140px;
1440
+ height: 140px;
1441
+ }
1442
+ @media only screen and (max-width: 1399.98px) {
1443
+ .e-pv-organize-anchor-node {
1444
+ width: 140px;
1445
+ height: 140px;
1446
+ }
1447
+ }
1448
+ @media only screen and (max-width: 1199.98px) {
1449
+ .e-pv-organize-anchor-node {
1450
+ width: 140px;
1451
+ height: 140px;
1452
+ }
1453
+ }
1454
+ @media only screen and (max-width: 991.98px) {
1455
+ .e-pv-organize-anchor-node {
1456
+ width: 140px;
1457
+ height: 140px;
1458
+ }
1459
+ }
1460
+ @media only screen and (max-width: 767.98px) {
1461
+ .e-pv-organize-anchor-node {
1462
+ width: 140px;
1463
+ height: 140px;
1464
+ min-width: 140px;
1465
+ min-height: 140px;
1466
+ }
1467
+ }
1468
+ @media only screen and (max-width: 575.98px) {
1469
+ .e-pv-organize-anchor-node {
1470
+ width: 140px;
1471
+ height: 140px;
1472
+ min-width: 140px;
1473
+ min-height: 140px;
1474
+ margin: 24px 20px;
1475
+ }
1476
+ }
1477
+
1478
+ .e-pdfviewer .e-pv-organize-tile.e-pv-thumbnail-column .e-checkbox-wrapper {
1479
+ width: 100%;
1480
+ height: 100%;
1481
+ position: relative;
1482
+ top: -100%;
1483
+ padding: 4px;
1484
+ }
1485
+
1486
+ @media screen and (max-width: 480px) {
1487
+ .e-pdfviewer .e-pv-organize-tile.e-pv-thumbnail-column .e-checkbox-wrapper {
1488
+ width: 100%;
1489
+ height: 100%;
1490
+ position: relative;
1491
+ top: -100%;
1492
+ padding: 4px;
1493
+ }
1494
+ }
1495
+ .e-pv-organize-buttondiv {
1496
+ -ms-flex-pack: center;
1497
+ justify-content: center;
1498
+ -ms-flex-wrap: nowrap;
1499
+ flex-wrap: nowrap;
1500
+ position: relative;
1501
+ text-align: center;
1502
+ top: calc(-100% - 12px + 1px);
1503
+ }
1504
+
1505
+ .e-pv-organize-anchor-node.e-pv-organize-node-selection-ring {
1506
+ border: 2px solid #0d6efd;
1507
+ border-radius: 2px;
1508
+ }
1509
+
1510
+ @media screen and (max-width: 480px) {
1511
+ .e-pv-organize-anchor-node.e-pv-organize-node-selection-ring {
1512
+ border: 2px solid #0d6efd;
1513
+ border-radius: 2px;
1514
+ }
1515
+ }
1516
+ .e-pv-organize-window {
1517
+ border: 1px solid #444c54;
1518
+ border-radius: 0;
1519
+ }
1520
+
1521
+ .e-pdfviewer .e-pv-organize-window .e-footer-content {
1522
+ border-top: 1px solid #444c54;
1523
+ padding: 15px;
1524
+ }
1525
+
1526
+ .e-pdfviewer .e-pv-organize-window .e-dlg-header-content {
1527
+ padding: 15px;
1528
+ }
1529
+
1530
+ .e-pv-tile-number {
1531
+ text-align: center;
1532
+ margin-top: 16.5px;
1533
+ }
1534
+
1535
+ .e-pv-delete-button.e-btn,
1536
+ .e-pv-rotate-left-button.e-btn,
1537
+ .e-pv-rotate-right-button.e-btn {
1538
+ width: 25px;
1539
+ height: 25px;
1540
+ -ms-flex-pack: center;
1541
+ justify-content: center;
1542
+ -ms-flex-align: center;
1543
+ align-items: center;
1544
+ margin: 0 5px;
1545
+ padding: 0;
1546
+ }
1547
+
1548
+ .e-pv-insert-left-button.e-btn {
1549
+ width: 25px;
1550
+ height: 25px;
1551
+ -ms-flex-pack: center;
1552
+ justify-content: center;
1553
+ -ms-flex-align: center;
1554
+ align-items: center;
1555
+ position: absolute;
1556
+ left: calc(-1 * (25px / 2 + 2px / 2));
1557
+ top: -70px;
1558
+ padding: 0;
1559
+ }
1560
+ @media only screen and (max-width: 1399.98px) {
1561
+ .e-pv-insert-left-button.e-btn {
1562
+ top: -70px;
1563
+ }
1564
+ }
1565
+ @media only screen and (max-width: 1199.98px) {
1566
+ .e-pv-insert-left-button.e-btn {
1567
+ top: -70px;
1568
+ }
1569
+ }
1570
+ @media only screen and (max-width: 991.98px) {
1571
+ .e-pv-insert-left-button.e-btn {
1572
+ top: -70px;
1573
+ }
1574
+ }
1575
+ @media only screen and (max-width: 767.98px) {
1576
+ .e-pv-insert-left-button.e-btn {
1577
+ top: -70px;
1578
+ }
1579
+ }
1580
+ @media only screen and (max-width: 575.98px) {
1581
+ .e-pv-insert-left-button.e-btn {
1582
+ top: -70px;
1583
+ }
1584
+ }
1585
+
1586
+ .e-pv-insert-right-button.e-btn {
1587
+ width: 25px;
1588
+ height: 25px;
1589
+ -ms-flex-pack: center;
1590
+ justify-content: center;
1591
+ -ms-flex-align: center;
1592
+ align-items: center;
1593
+ position: absolute;
1594
+ right: calc(-1 * (25px / 2 + 2px / 2));
1595
+ top: -70px;
1596
+ padding: 0;
1597
+ }
1598
+ @media only screen and (max-width: 1399.98px) {
1599
+ .e-pv-insert-right-button.e-btn {
1600
+ top: -70px;
1601
+ }
1602
+ }
1603
+ @media only screen and (max-width: 1199.98px) {
1604
+ .e-pv-insert-right-button.e-btn {
1605
+ top: -70px;
1606
+ }
1607
+ }
1608
+ @media only screen and (max-width: 991.98px) {
1609
+ .e-pv-insert-right-button.e-btn {
1610
+ top: -70px;
1611
+ }
1612
+ }
1613
+ @media only screen and (max-width: 767.98px) {
1614
+ .e-pv-insert-right-button.e-btn {
1615
+ top: -70px;
1616
+ }
1617
+ }
1618
+ @media only screen and (max-width: 575.98px) {
1619
+ .e-pv-insert-right-button.e-btn {
1620
+ top: -70px;
1621
+ }
1622
+ }
1623
+
1624
+ .e-pv-toolbar-rotate-left-button {
1625
+ height: 32px;
1626
+ width: 32px;
1627
+ padding: 0;
1628
+ top: 7px;
1629
+ position: relative;
1630
+ left: 436px;
1631
+ box-shadow: none;
1632
+ }
1633
+
1634
+ .e-pv-toolbar-rotate-right-button {
1635
+ height: 32px;
1636
+ width: 32px;
1637
+ padding: 0;
1638
+ top: 7px;
1639
+ position: relative;
1640
+ left: 445px;
1641
+ box-shadow: none;
1642
+ }
1643
+
1644
+ .e-pdfviewer .e-pv-organize-window .e-dlg-content {
1645
+ padding: 0;
1646
+ overflow: hidden;
1647
+ border-radius: 0;
1648
+ }
1649
+
1650
+ .e-pv-organize-toolbar-apperance.e-toolbar {
1651
+ width: 1172px;
1652
+ border: 1px solid #444c54;
1653
+ border-width: 1px 0;
1654
+ background: transparent !important; /* stylelint-disable-line declaration-no-important */
1655
+ }
1656
+ .e-pv-organize-toolbar-apperance.e-toolbar .e-toolbar-items.e-tbar-pos {
1657
+ background: transparent !important; /* stylelint-disable-line declaration-no-important */
1658
+ }
1659
+
1660
+ .e-pdfviewer .e-pv-organize-toolbar-apperance .e-checkbox-wrapper {
1661
+ margin-left: 22px;
1662
+ margin-right: 8px;
1663
+ text-wrap: nowrap;
1664
+ }
1665
+
1666
+ @media screen and (max-width: 480px) {
1667
+ .e-pdfviewer .e-pv-organize-toolbar-apperance .e-checkbox-wrapper {
1668
+ width: 35px;
1669
+ margin-left: 22px;
1670
+ }
1671
+ }
1382
1672
  .e-pv-thumbnail-view-button-selection.e-pv-thumbnail-view-button.e-btn,
1383
1673
  .e-pv-bookmark-button-selection.e-pv-bookmark-button.e-btn {
1384
1674
  background: #565e64;
@@ -1474,9 +1764,8 @@ input.e-pv-input-password::-ms-reveal {
1474
1764
  .e-pv-thumbnail-number {
1475
1765
  color: #e9ecef;
1476
1766
  font-family: Roboto;
1477
- padding-left: 50px;
1478
- padding-right: 50px;
1479
1767
  padding-top: 8px;
1768
+ text-align: center;
1480
1769
  }
1481
1770
 
1482
1771
  .e-pv-thumbnail-selection-ring {
@@ -2021,10 +2310,30 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2021
2310
  width: 32px;
2022
2311
  }
2023
2312
 
2313
+ .e-pv-organize-total-page-button {
2314
+ float: left;
2315
+ font-size: 12;
2316
+ font-weight: normal;
2317
+ color: #fff;
2318
+ }
2319
+
2320
+ .e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
2321
+ background-color: transparent;
2322
+ background: transparent;
2323
+ color: #fff;
2324
+ cursor: default;
2325
+ }
2326
+
2024
2327
  .e-pv-annotation-thickness-slider-container {
2025
2328
  margin-top: -6px;
2026
2329
  }
2027
2330
 
2331
+ .e-pv-organize-image {
2332
+ width: calc(100% - 4px);
2333
+ height: calc(100% - 4px);
2334
+ border: 1px solid #444c54;
2335
+ }
2336
+
2028
2337
  .e-pv-annotation-opacity-icon {
2029
2338
  padding-top: 1px;
2030
2339
  }
@@ -2496,7 +2805,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2496
2805
  .e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
2497
2806
  height: 30px;
2498
2807
  line-height: 25px;
2499
- margin: 4px 0;
2808
+ margin: 0;
2500
2809
  padding: 0 1.5px;
2501
2810
  width: 30px;
2502
2811
  }
@@ -2603,6 +2912,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2603
2912
  .e-pdfviewer .e-checkbox-wrapper .e-frame + .e-label,
2604
2913
  .e-pdfviewer .e-css.e-checkbox-wrapper .e-frame + .e-label {
2605
2914
  margin-right: 10px;
2915
+ font-size: 14px;
2606
2916
  }
2607
2917
 
2608
2918
  div > .e-pv-bookmark-icon.e-pv-icon.e-right {
@@ -2837,8 +3147,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2837
3147
  font-size: 14px;
2838
3148
  font-size: 12px;
2839
3149
  font-weight: 500;
2840
- max-width: 237px;
2841
3150
  position: absolute;
3151
+ overflow: hidden;
3152
+ text-overflow: ellipsis;
2842
3153
  }
2843
3154
 
2844
3155
  .e-pv-reply-title {
@@ -2847,10 +3158,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2847
3158
  font-size: 14px;
2848
3159
  font-size: 12px;
2849
3160
  font-weight: 500;
2850
- max-width: 212px;
2851
3161
  padding-left: 8px;
2852
3162
  padding-top: 7px;
2853
3163
  position: absolute;
3164
+ overflow: hidden;
3165
+ text-overflow: ellipsis;
2854
3166
  }
2855
3167
 
2856
3168
  .e-pv-comments-hover {