@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
@@ -101,6 +101,23 @@
101
101
  .e-pdfviewer .e-pv-thumbnail-view-icon::before {
102
102
  content: "\e79e";
103
103
  }
104
+ .e-pdfviewer .e-pv-rotate-right-icon::before {
105
+ content: "\e8a6";
106
+ }
107
+ .e-pdfviewer .e-pv-organize-view-icon::before {
108
+ content: "\e8dc";
109
+ }
110
+ .e-pdfviewer .e-pv-organize-view-disable-icon::before {
111
+ color: rgba(var(--color-sf-on-surface-variant), 0.38);
112
+ content: "\e8dc";
113
+ }
114
+ .e-pdfviewer .e-pv-organize-view-selection-icon::before {
115
+ color: rgba(var(--color-sf-on-surface));
116
+ content: "\e8dc";
117
+ }
118
+ .e-pdfviewer .e-pv-rotate-left-icon::before {
119
+ content: "\e8a5";
120
+ }
104
121
  .e-pdfviewer .e-pv-stamp-icon::before {
105
122
  content: "\e717";
106
123
  }
@@ -843,6 +860,18 @@ input.e-pv-input-password::-ms-reveal {
843
860
  padding-top: 16px;
844
861
  }
845
862
 
863
+ .e-pv-image-container {
864
+ width: 100%;
865
+ height: 100%;
866
+ display: -ms-flexbox;
867
+ display: flex;
868
+ -ms-flex-pack: center;
869
+ justify-content: center;
870
+ -ms-flex-align: center;
871
+ align-items: center;
872
+ padding: 3px;
873
+ }
874
+
846
875
  .e-pv-gotopage-apply-btn.e-btn.e-flat.e-primary:disabled {
847
876
  background-color: transparent;
848
877
  }
@@ -1182,6 +1211,10 @@ input.e-pv-input-password::-ms-reveal {
1182
1211
  border-top: 0;
1183
1212
  }
1184
1213
 
1214
+ .e-dialog .e-dlg-header {
1215
+ width: auto;
1216
+ }
1217
+
1185
1218
  .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input {
1186
1219
  max-height: 32px;
1187
1220
  padding-bottom: 4px;
@@ -1373,7 +1406,8 @@ input.e-pv-input-password::-ms-reveal {
1373
1406
  height: 329px;
1374
1407
  }
1375
1408
 
1376
- .e-pv-thumbnail-view-button.e-btn {
1409
+ .e-pv-thumbnail-view-button.e-btn,
1410
+ .e-pv-organize-view-button.e-btn {
1377
1411
  background: transparent;
1378
1412
  border: 0;
1379
1413
  border-radius: 4px;
@@ -1387,6 +1421,262 @@ input.e-pv-input-password::-ms-reveal {
1387
1421
  width: 32px;
1388
1422
  }
1389
1423
 
1424
+ .e-pv-organize-tile.e-pv-thumbnail-column {
1425
+ width: 100%;
1426
+ height: 100%;
1427
+ }
1428
+
1429
+ .e-pv-organize-content-apperance {
1430
+ overflow: hidden;
1431
+ }
1432
+
1433
+ .e-pv-organize-tile-view.e-pv-thumbnail-row {
1434
+ display: -ms-flexbox;
1435
+ display: flex;
1436
+ -ms-flex-pack: center;
1437
+ justify-content: center;
1438
+ -ms-flex-wrap: wrap;
1439
+ flex-wrap: wrap;
1440
+ overflow: auto;
1441
+ overflow-x: hidden;
1442
+ }
1443
+
1444
+ .e-pv-organize-anchor-node {
1445
+ border: 2px solid rgba(var(--color-sf-outline-variant));
1446
+ margin: 24px;
1447
+ width: 140px;
1448
+ height: 140px;
1449
+ }
1450
+ @media only screen and (max-width: 1399.98px) {
1451
+ .e-pv-organize-anchor-node {
1452
+ width: 140px;
1453
+ height: 140px;
1454
+ }
1455
+ }
1456
+ @media only screen and (max-width: 1199.98px) {
1457
+ .e-pv-organize-anchor-node {
1458
+ width: 140px;
1459
+ height: 140px;
1460
+ }
1461
+ }
1462
+ @media only screen and (max-width: 991.98px) {
1463
+ .e-pv-organize-anchor-node {
1464
+ width: 140px;
1465
+ height: 140px;
1466
+ }
1467
+ }
1468
+ @media only screen and (max-width: 767.98px) {
1469
+ .e-pv-organize-anchor-node {
1470
+ width: 140px;
1471
+ height: 140px;
1472
+ min-width: 140px;
1473
+ min-height: 140px;
1474
+ }
1475
+ }
1476
+ @media only screen and (max-width: 575.98px) {
1477
+ .e-pv-organize-anchor-node {
1478
+ width: 140px;
1479
+ height: 140px;
1480
+ min-width: 140px;
1481
+ min-height: 140px;
1482
+ margin: 24px 20px;
1483
+ }
1484
+ }
1485
+
1486
+ .e-pdfviewer .e-pv-organize-tile.e-pv-thumbnail-column .e-checkbox-wrapper {
1487
+ width: 100%;
1488
+ height: 100%;
1489
+ position: relative;
1490
+ top: -100%;
1491
+ padding: 4px;
1492
+ }
1493
+
1494
+ @media screen and (max-width: 480px) {
1495
+ .e-pdfviewer .e-pv-organize-tile.e-pv-thumbnail-column .e-checkbox-wrapper {
1496
+ width: 100%;
1497
+ height: 100%;
1498
+ position: relative;
1499
+ top: -100%;
1500
+ padding: 4px;
1501
+ }
1502
+ }
1503
+ .e-pv-organize-buttondiv {
1504
+ -ms-flex-pack: center;
1505
+ justify-content: center;
1506
+ -ms-flex-wrap: nowrap;
1507
+ flex-wrap: nowrap;
1508
+ position: relative;
1509
+ text-align: center;
1510
+ top: calc(-100% - 12px + 1px);
1511
+ }
1512
+
1513
+ .e-pv-organize-anchor-node.e-pv-organize-node-selection-ring {
1514
+ border: 2px solid rgba(var(--color-sf-primary));
1515
+ border-radius: 2px;
1516
+ }
1517
+
1518
+ @media screen and (max-width: 480px) {
1519
+ .e-pv-organize-anchor-node.e-pv-organize-node-selection-ring {
1520
+ border: 2px solid rgba(var(--color-sf-primary));
1521
+ border-radius: 2px;
1522
+ }
1523
+ }
1524
+ .e-pv-organize-window {
1525
+ border: 1px solid rgba(var(--color-sf-outline-variant));
1526
+ border-radius: 0;
1527
+ }
1528
+
1529
+ .e-pdfviewer .e-pv-organize-window .e-footer-content {
1530
+ border-top: 1px solid rgba(var(--color-sf-outline-variant));
1531
+ padding: 15px;
1532
+ }
1533
+
1534
+ .e-pdfviewer .e-pv-organize-window .e-dlg-header-content {
1535
+ padding: 15px;
1536
+ }
1537
+
1538
+ .e-pv-tile-number {
1539
+ text-align: center;
1540
+ margin-top: 16.5px;
1541
+ }
1542
+
1543
+ .e-pv-delete-button.e-btn,
1544
+ .e-pv-rotate-left-button.e-btn,
1545
+ .e-pv-rotate-right-button.e-btn {
1546
+ width: 25px;
1547
+ height: 25px;
1548
+ -ms-flex-pack: center;
1549
+ justify-content: center;
1550
+ -ms-flex-align: center;
1551
+ align-items: center;
1552
+ margin: 0 5px;
1553
+ padding: 0;
1554
+ }
1555
+
1556
+ .e-pv-insert-left-button.e-btn {
1557
+ width: 25px;
1558
+ height: 25px;
1559
+ -ms-flex-pack: center;
1560
+ justify-content: center;
1561
+ -ms-flex-align: center;
1562
+ align-items: center;
1563
+ position: absolute;
1564
+ left: calc(-1 * (25px / 2 + 2px / 2));
1565
+ top: -70px;
1566
+ padding: 0;
1567
+ }
1568
+ @media only screen and (max-width: 1399.98px) {
1569
+ .e-pv-insert-left-button.e-btn {
1570
+ top: -70px;
1571
+ }
1572
+ }
1573
+ @media only screen and (max-width: 1199.98px) {
1574
+ .e-pv-insert-left-button.e-btn {
1575
+ top: -70px;
1576
+ }
1577
+ }
1578
+ @media only screen and (max-width: 991.98px) {
1579
+ .e-pv-insert-left-button.e-btn {
1580
+ top: -70px;
1581
+ }
1582
+ }
1583
+ @media only screen and (max-width: 767.98px) {
1584
+ .e-pv-insert-left-button.e-btn {
1585
+ top: -70px;
1586
+ }
1587
+ }
1588
+ @media only screen and (max-width: 575.98px) {
1589
+ .e-pv-insert-left-button.e-btn {
1590
+ top: -70px;
1591
+ }
1592
+ }
1593
+
1594
+ .e-pv-insert-right-button.e-btn {
1595
+ width: 25px;
1596
+ height: 25px;
1597
+ -ms-flex-pack: center;
1598
+ justify-content: center;
1599
+ -ms-flex-align: center;
1600
+ align-items: center;
1601
+ position: absolute;
1602
+ right: calc(-1 * (25px / 2 + 2px / 2));
1603
+ top: -70px;
1604
+ padding: 0;
1605
+ }
1606
+ @media only screen and (max-width: 1399.98px) {
1607
+ .e-pv-insert-right-button.e-btn {
1608
+ top: -70px;
1609
+ }
1610
+ }
1611
+ @media only screen and (max-width: 1199.98px) {
1612
+ .e-pv-insert-right-button.e-btn {
1613
+ top: -70px;
1614
+ }
1615
+ }
1616
+ @media only screen and (max-width: 991.98px) {
1617
+ .e-pv-insert-right-button.e-btn {
1618
+ top: -70px;
1619
+ }
1620
+ }
1621
+ @media only screen and (max-width: 767.98px) {
1622
+ .e-pv-insert-right-button.e-btn {
1623
+ top: -70px;
1624
+ }
1625
+ }
1626
+ @media only screen and (max-width: 575.98px) {
1627
+ .e-pv-insert-right-button.e-btn {
1628
+ top: -70px;
1629
+ }
1630
+ }
1631
+
1632
+ .e-pv-toolbar-rotate-left-button {
1633
+ height: 32px;
1634
+ width: 32px;
1635
+ padding: 0;
1636
+ top: 7px;
1637
+ position: relative;
1638
+ left: 436px;
1639
+ box-shadow: none;
1640
+ }
1641
+
1642
+ .e-pv-toolbar-rotate-right-button {
1643
+ height: 32px;
1644
+ width: 32px;
1645
+ padding: 0;
1646
+ top: 7px;
1647
+ position: relative;
1648
+ left: 445px;
1649
+ box-shadow: none;
1650
+ }
1651
+
1652
+ .e-pdfviewer .e-pv-organize-window .e-dlg-content {
1653
+ padding: 0;
1654
+ overflow: hidden;
1655
+ border-radius: 0;
1656
+ }
1657
+
1658
+ .e-pv-organize-toolbar-apperance.e-toolbar {
1659
+ width: 1172px;
1660
+ border: 1px solid rgba(var(--color-sf-outline-variant));
1661
+ border-width: 1px 0;
1662
+ background: transparent !important; /* stylelint-disable-line declaration-no-important */
1663
+ }
1664
+ .e-pv-organize-toolbar-apperance.e-toolbar .e-toolbar-items.e-tbar-pos {
1665
+ background: transparent !important; /* stylelint-disable-line declaration-no-important */
1666
+ }
1667
+
1668
+ .e-pdfviewer .e-pv-organize-toolbar-apperance .e-checkbox-wrapper {
1669
+ margin-left: 22px;
1670
+ margin-right: 8px;
1671
+ text-wrap: nowrap;
1672
+ }
1673
+
1674
+ @media screen and (max-width: 480px) {
1675
+ .e-pdfviewer .e-pv-organize-toolbar-apperance .e-checkbox-wrapper {
1676
+ width: 35px;
1677
+ margin-left: 22px;
1678
+ }
1679
+ }
1390
1680
  .e-pv-thumbnail-view-button-selection.e-pv-thumbnail-view-button.e-btn,
1391
1681
  .e-pv-bookmark-button-selection.e-pv-bookmark-button.e-btn {
1392
1682
  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));
@@ -1472,9 +1762,8 @@ input.e-pv-input-password::-ms-reveal {
1472
1762
  .e-pv-thumbnail-number {
1473
1763
  color: rgba(var(--color-sf-on-surface));
1474
1764
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
1475
- padding-left: 50px;
1476
- padding-right: 50px;
1477
1765
  padding-top: 8px;
1766
+ text-align: center;
1478
1767
  font-weight: 500;
1479
1768
  }
1480
1769
 
@@ -1970,10 +2259,30 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1970
2259
  width: 32px;
1971
2260
  }
1972
2261
 
2262
+ .e-pv-organize-total-page-button {
2263
+ float: left;
2264
+ font-size: 12;
2265
+ font-weight: normal;
2266
+ color: rgba(var(--color-sf-on-surface));
2267
+ }
2268
+
2269
+ .e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
2270
+ background-color: transparent;
2271
+ background: transparent;
2272
+ color: rgba(var(--color-sf-on-surface));
2273
+ cursor: default;
2274
+ }
2275
+
1973
2276
  .e-pv-annotation-thickness-slider-container {
1974
2277
  margin-top: -6px;
1975
2278
  }
1976
2279
 
2280
+ .e-pv-organize-image {
2281
+ width: calc(100% - 4px);
2282
+ height: calc(100% - 4px);
2283
+ border: 1px solid rgba(var(--color-sf-outline-variant));
2284
+ }
2285
+
1977
2286
  .e-pv-annotation-opacity-icon {
1978
2287
  padding-top: 1px;
1979
2288
  }
@@ -2359,7 +2668,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2359
2668
  .e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
2360
2669
  height: 32px;
2361
2670
  line-height: 25px;
2362
- margin: 4px 0;
2671
+ margin: 0;
2363
2672
  width: 32px;
2364
2673
  }
2365
2674
 
@@ -2431,6 +2740,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2431
2740
  .e-pdfviewer .e-checkbox-wrapper .e-frame + .e-label,
2432
2741
  .e-pdfviewer .e-css.e-checkbox-wrapper .e-frame + .e-label {
2433
2742
  margin-right: 10px;
2743
+ font-size: 14px;
2434
2744
  }
2435
2745
 
2436
2746
  div > .e-pv-bookmark-icon.e-pv-icon.e-right {
@@ -2701,18 +3011,20 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2701
3011
  padding-top: 12px;
2702
3012
  padding-bottom: 30px;
2703
3013
  height: 18px;
2704
- max-width: 237px;
2705
3014
  position: absolute;
3015
+ overflow: hidden;
3016
+ text-overflow: ellipsis;
2706
3017
  }
2707
3018
 
2708
3019
  .e-pv-reply-title {
2709
3020
  color: rgba(var(--color-sf-on-surface));
2710
3021
  font-size: 14px;
2711
3022
  font-size: 12px;
2712
- max-width: 212px;
2713
3023
  padding-left: 8px;
2714
3024
  padding-top: 12px;
2715
3025
  position: absolute;
3026
+ overflow: hidden;
3027
+ text-overflow: ellipsis;
2716
3028
  }
2717
3029
 
2718
3030
  .e-pv-comments-hover {