@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
@@ -157,6 +157,23 @@
157
157
  .e-pdfviewer .e-pv-thumbnail-view-icon::before {
158
158
  content: "\e79e";
159
159
  }
160
+ .e-pdfviewer .e-pv-rotate-right-icon::before {
161
+ content: "\e8a6";
162
+ }
163
+ .e-pdfviewer .e-pv-organize-view-icon::before {
164
+ content: "\e8dc";
165
+ }
166
+ .e-pdfviewer .e-pv-organize-view-disable-icon::before {
167
+ color: rgba(var(--color-sf-on-surface-variant), 0.38);
168
+ content: "\e8dc";
169
+ }
170
+ .e-pdfviewer .e-pv-organize-view-selection-icon::before {
171
+ color: rgba(var(--color-sf-on-surface));
172
+ content: "\e8dc";
173
+ }
174
+ .e-pdfviewer .e-pv-rotate-left-icon::before {
175
+ content: "\e8a5";
176
+ }
160
177
  .e-pdfviewer .e-pv-stamp-icon::before {
161
178
  content: "\e717";
162
179
  }
@@ -899,6 +916,18 @@ input.e-pv-input-password::-ms-reveal {
899
916
  padding-top: 16px;
900
917
  }
901
918
 
919
+ .e-pv-image-container {
920
+ width: 100%;
921
+ height: 100%;
922
+ display: -ms-flexbox;
923
+ display: flex;
924
+ -ms-flex-pack: center;
925
+ justify-content: center;
926
+ -ms-flex-align: center;
927
+ align-items: center;
928
+ padding: 3px;
929
+ }
930
+
902
931
  .e-pv-gotopage-apply-btn.e-btn.e-flat.e-primary:disabled {
903
932
  background-color: transparent;
904
933
  }
@@ -1238,6 +1267,10 @@ input.e-pv-input-password::-ms-reveal {
1238
1267
  border-top: 0;
1239
1268
  }
1240
1269
 
1270
+ .e-dialog .e-dlg-header {
1271
+ width: auto;
1272
+ }
1273
+
1241
1274
  .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input {
1242
1275
  max-height: 32px;
1243
1276
  padding-bottom: 4px;
@@ -1429,7 +1462,8 @@ input.e-pv-input-password::-ms-reveal {
1429
1462
  height: 329px;
1430
1463
  }
1431
1464
 
1432
- .e-pv-thumbnail-view-button.e-btn {
1465
+ .e-pv-thumbnail-view-button.e-btn,
1466
+ .e-pv-organize-view-button.e-btn {
1433
1467
  background: transparent;
1434
1468
  border: 0;
1435
1469
  border-radius: 4px;
@@ -1443,6 +1477,262 @@ input.e-pv-input-password::-ms-reveal {
1443
1477
  width: 32px;
1444
1478
  }
1445
1479
 
1480
+ .e-pv-organize-tile.e-pv-thumbnail-column {
1481
+ width: 100%;
1482
+ height: 100%;
1483
+ }
1484
+
1485
+ .e-pv-organize-content-apperance {
1486
+ overflow: hidden;
1487
+ }
1488
+
1489
+ .e-pv-organize-tile-view.e-pv-thumbnail-row {
1490
+ display: -ms-flexbox;
1491
+ display: flex;
1492
+ -ms-flex-pack: center;
1493
+ justify-content: center;
1494
+ -ms-flex-wrap: wrap;
1495
+ flex-wrap: wrap;
1496
+ overflow: auto;
1497
+ overflow-x: hidden;
1498
+ }
1499
+
1500
+ .e-pv-organize-anchor-node {
1501
+ border: 2px solid rgba(var(--color-sf-outline-variant));
1502
+ margin: 24px;
1503
+ width: 140px;
1504
+ height: 140px;
1505
+ }
1506
+ @media only screen and (max-width: 1399.98px) {
1507
+ .e-pv-organize-anchor-node {
1508
+ width: 140px;
1509
+ height: 140px;
1510
+ }
1511
+ }
1512
+ @media only screen and (max-width: 1199.98px) {
1513
+ .e-pv-organize-anchor-node {
1514
+ width: 140px;
1515
+ height: 140px;
1516
+ }
1517
+ }
1518
+ @media only screen and (max-width: 991.98px) {
1519
+ .e-pv-organize-anchor-node {
1520
+ width: 140px;
1521
+ height: 140px;
1522
+ }
1523
+ }
1524
+ @media only screen and (max-width: 767.98px) {
1525
+ .e-pv-organize-anchor-node {
1526
+ width: 140px;
1527
+ height: 140px;
1528
+ min-width: 140px;
1529
+ min-height: 140px;
1530
+ }
1531
+ }
1532
+ @media only screen and (max-width: 575.98px) {
1533
+ .e-pv-organize-anchor-node {
1534
+ width: 140px;
1535
+ height: 140px;
1536
+ min-width: 140px;
1537
+ min-height: 140px;
1538
+ margin: 24px 20px;
1539
+ }
1540
+ }
1541
+
1542
+ .e-pdfviewer .e-pv-organize-tile.e-pv-thumbnail-column .e-checkbox-wrapper {
1543
+ width: 100%;
1544
+ height: 100%;
1545
+ position: relative;
1546
+ top: -100%;
1547
+ padding: 4px;
1548
+ }
1549
+
1550
+ @media screen and (max-width: 480px) {
1551
+ .e-pdfviewer .e-pv-organize-tile.e-pv-thumbnail-column .e-checkbox-wrapper {
1552
+ width: 100%;
1553
+ height: 100%;
1554
+ position: relative;
1555
+ top: -100%;
1556
+ padding: 4px;
1557
+ }
1558
+ }
1559
+ .e-pv-organize-buttondiv {
1560
+ -ms-flex-pack: center;
1561
+ justify-content: center;
1562
+ -ms-flex-wrap: nowrap;
1563
+ flex-wrap: nowrap;
1564
+ position: relative;
1565
+ text-align: center;
1566
+ top: calc(-100% - 12px + 1px);
1567
+ }
1568
+
1569
+ .e-pv-organize-anchor-node.e-pv-organize-node-selection-ring {
1570
+ border: 2px solid rgba(var(--color-sf-primary));
1571
+ border-radius: 2px;
1572
+ }
1573
+
1574
+ @media screen and (max-width: 480px) {
1575
+ .e-pv-organize-anchor-node.e-pv-organize-node-selection-ring {
1576
+ border: 2px solid rgba(var(--color-sf-primary));
1577
+ border-radius: 2px;
1578
+ }
1579
+ }
1580
+ .e-pv-organize-window {
1581
+ border: 1px solid rgba(var(--color-sf-outline-variant));
1582
+ border-radius: 0;
1583
+ }
1584
+
1585
+ .e-pdfviewer .e-pv-organize-window .e-footer-content {
1586
+ border-top: 1px solid rgba(var(--color-sf-outline-variant));
1587
+ padding: 15px;
1588
+ }
1589
+
1590
+ .e-pdfviewer .e-pv-organize-window .e-dlg-header-content {
1591
+ padding: 15px;
1592
+ }
1593
+
1594
+ .e-pv-tile-number {
1595
+ text-align: center;
1596
+ margin-top: 16.5px;
1597
+ }
1598
+
1599
+ .e-pv-delete-button.e-btn,
1600
+ .e-pv-rotate-left-button.e-btn,
1601
+ .e-pv-rotate-right-button.e-btn {
1602
+ width: 25px;
1603
+ height: 25px;
1604
+ -ms-flex-pack: center;
1605
+ justify-content: center;
1606
+ -ms-flex-align: center;
1607
+ align-items: center;
1608
+ margin: 0 5px;
1609
+ padding: 0;
1610
+ }
1611
+
1612
+ .e-pv-insert-left-button.e-btn {
1613
+ width: 25px;
1614
+ height: 25px;
1615
+ -ms-flex-pack: center;
1616
+ justify-content: center;
1617
+ -ms-flex-align: center;
1618
+ align-items: center;
1619
+ position: absolute;
1620
+ left: calc(-1 * (25px / 2 + 2px / 2));
1621
+ top: -70px;
1622
+ padding: 0;
1623
+ }
1624
+ @media only screen and (max-width: 1399.98px) {
1625
+ .e-pv-insert-left-button.e-btn {
1626
+ top: -70px;
1627
+ }
1628
+ }
1629
+ @media only screen and (max-width: 1199.98px) {
1630
+ .e-pv-insert-left-button.e-btn {
1631
+ top: -70px;
1632
+ }
1633
+ }
1634
+ @media only screen and (max-width: 991.98px) {
1635
+ .e-pv-insert-left-button.e-btn {
1636
+ top: -70px;
1637
+ }
1638
+ }
1639
+ @media only screen and (max-width: 767.98px) {
1640
+ .e-pv-insert-left-button.e-btn {
1641
+ top: -70px;
1642
+ }
1643
+ }
1644
+ @media only screen and (max-width: 575.98px) {
1645
+ .e-pv-insert-left-button.e-btn {
1646
+ top: -70px;
1647
+ }
1648
+ }
1649
+
1650
+ .e-pv-insert-right-button.e-btn {
1651
+ width: 25px;
1652
+ height: 25px;
1653
+ -ms-flex-pack: center;
1654
+ justify-content: center;
1655
+ -ms-flex-align: center;
1656
+ align-items: center;
1657
+ position: absolute;
1658
+ right: calc(-1 * (25px / 2 + 2px / 2));
1659
+ top: -70px;
1660
+ padding: 0;
1661
+ }
1662
+ @media only screen and (max-width: 1399.98px) {
1663
+ .e-pv-insert-right-button.e-btn {
1664
+ top: -70px;
1665
+ }
1666
+ }
1667
+ @media only screen and (max-width: 1199.98px) {
1668
+ .e-pv-insert-right-button.e-btn {
1669
+ top: -70px;
1670
+ }
1671
+ }
1672
+ @media only screen and (max-width: 991.98px) {
1673
+ .e-pv-insert-right-button.e-btn {
1674
+ top: -70px;
1675
+ }
1676
+ }
1677
+ @media only screen and (max-width: 767.98px) {
1678
+ .e-pv-insert-right-button.e-btn {
1679
+ top: -70px;
1680
+ }
1681
+ }
1682
+ @media only screen and (max-width: 575.98px) {
1683
+ .e-pv-insert-right-button.e-btn {
1684
+ top: -70px;
1685
+ }
1686
+ }
1687
+
1688
+ .e-pv-toolbar-rotate-left-button {
1689
+ height: 32px;
1690
+ width: 32px;
1691
+ padding: 0;
1692
+ top: 7px;
1693
+ position: relative;
1694
+ left: 436px;
1695
+ box-shadow: none;
1696
+ }
1697
+
1698
+ .e-pv-toolbar-rotate-right-button {
1699
+ height: 32px;
1700
+ width: 32px;
1701
+ padding: 0;
1702
+ top: 7px;
1703
+ position: relative;
1704
+ left: 445px;
1705
+ box-shadow: none;
1706
+ }
1707
+
1708
+ .e-pdfviewer .e-pv-organize-window .e-dlg-content {
1709
+ padding: 0;
1710
+ overflow: hidden;
1711
+ border-radius: 0;
1712
+ }
1713
+
1714
+ .e-pv-organize-toolbar-apperance.e-toolbar {
1715
+ width: 1172px;
1716
+ border: 1px solid rgba(var(--color-sf-outline-variant));
1717
+ border-width: 1px 0;
1718
+ background: transparent !important; /* stylelint-disable-line declaration-no-important */
1719
+ }
1720
+ .e-pv-organize-toolbar-apperance.e-toolbar .e-toolbar-items.e-tbar-pos {
1721
+ background: transparent !important; /* stylelint-disable-line declaration-no-important */
1722
+ }
1723
+
1724
+ .e-pdfviewer .e-pv-organize-toolbar-apperance .e-checkbox-wrapper {
1725
+ margin-left: 22px;
1726
+ margin-right: 8px;
1727
+ text-wrap: nowrap;
1728
+ }
1729
+
1730
+ @media screen and (max-width: 480px) {
1731
+ .e-pdfviewer .e-pv-organize-toolbar-apperance .e-checkbox-wrapper {
1732
+ width: 35px;
1733
+ margin-left: 22px;
1734
+ }
1735
+ }
1446
1736
  .e-pv-thumbnail-view-button-selection.e-pv-thumbnail-view-button.e-btn,
1447
1737
  .e-pv-bookmark-button-selection.e-pv-bookmark-button.e-btn {
1448
1738
  background: linear-gradient(0deg, rgba(var(--color-sf-on-surface), 0.12), rgba(var(--color-sf-on-surface), 0.12)), rgba(var(--color-sf-surface));
@@ -1528,9 +1818,8 @@ input.e-pv-input-password::-ms-reveal {
1528
1818
  .e-pv-thumbnail-number {
1529
1819
  color: rgba(var(--color-sf-on-surface));
1530
1820
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
1531
- padding-left: 50px;
1532
- padding-right: 50px;
1533
1821
  padding-top: 8px;
1822
+ text-align: center;
1534
1823
  font-weight: 500;
1535
1824
  }
1536
1825
 
@@ -2026,10 +2315,30 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2026
2315
  width: 32px;
2027
2316
  }
2028
2317
 
2318
+ .e-pv-organize-total-page-button {
2319
+ float: left;
2320
+ font-size: 12;
2321
+ font-weight: normal;
2322
+ color: rgba(var(--color-sf-on-surface));
2323
+ }
2324
+
2325
+ .e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
2326
+ background-color: transparent;
2327
+ background: transparent;
2328
+ color: rgba(var(--color-sf-on-surface));
2329
+ cursor: default;
2330
+ }
2331
+
2029
2332
  .e-pv-annotation-thickness-slider-container {
2030
2333
  margin-top: -6px;
2031
2334
  }
2032
2335
 
2336
+ .e-pv-organize-image {
2337
+ width: calc(100% - 4px);
2338
+ height: calc(100% - 4px);
2339
+ border: 1px solid rgba(var(--color-sf-outline-variant));
2340
+ }
2341
+
2033
2342
  .e-pv-annotation-opacity-icon {
2034
2343
  padding-top: 1px;
2035
2344
  }
@@ -2415,7 +2724,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2415
2724
  .e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
2416
2725
  height: 32px;
2417
2726
  line-height: 25px;
2418
- margin: 4px 0;
2727
+ margin: 0;
2419
2728
  width: 32px;
2420
2729
  }
2421
2730
 
@@ -2487,6 +2796,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2487
2796
  .e-pdfviewer .e-checkbox-wrapper .e-frame + .e-label,
2488
2797
  .e-pdfviewer .e-css.e-checkbox-wrapper .e-frame + .e-label {
2489
2798
  margin-right: 10px;
2799
+ font-size: 14px;
2490
2800
  }
2491
2801
 
2492
2802
  div > .e-pv-bookmark-icon.e-pv-icon.e-right {
@@ -2757,18 +3067,20 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2757
3067
  padding-top: 12px;
2758
3068
  padding-bottom: 30px;
2759
3069
  height: 18px;
2760
- max-width: 237px;
2761
3070
  position: absolute;
3071
+ overflow: hidden;
3072
+ text-overflow: ellipsis;
2762
3073
  }
2763
3074
 
2764
3075
  .e-pv-reply-title {
2765
3076
  color: rgba(var(--color-sf-on-surface));
2766
3077
  font-size: 14px;
2767
3078
  font-size: 12px;
2768
- max-width: 212px;
2769
3079
  padding-left: 8px;
2770
3080
  padding-top: 12px;
2771
3081
  position: absolute;
3082
+ overflow: hidden;
3083
+ text-overflow: ellipsis;
2772
3084
  }
2773
3085
 
2774
3086
  .e-pv-comments-hover {