@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
@@ -20,6 +20,23 @@
20
20
  .e-pdfviewer .e-pv-previous-page-navigation-icon::before {
21
21
  content: "\e765";
22
22
  }
23
+ .e-pdfviewer .e-pv-rotate-right-icon::before {
24
+ content: "\e8a6";
25
+ }
26
+ .e-pdfviewer .e-pv-organize-view-icon::before {
27
+ content: "\e8dc";
28
+ }
29
+ .e-pdfviewer .e-pv-organize-view-disable-icon::before {
30
+ color: #484644;
31
+ content: "\e8dc";
32
+ }
33
+ .e-pdfviewer .e-pv-organize-view-selection-icon::before {
34
+ color: #fff;
35
+ content: "\e8dc";
36
+ }
37
+ .e-pdfviewer .e-pv-rotate-left-icon::before {
38
+ content: "\e8a5";
39
+ }
23
40
  .e-pdfviewer .e-pv-prev-search-icon::before {
24
41
  color: #a19f9d;
25
42
  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
  }
@@ -1155,6 +1184,10 @@ input.e-pv-input-password::-ms-reveal {
1155
1184
  padding-top: 6px;
1156
1185
  }
1157
1186
 
1187
+ .e-dialog .e-dlg-header {
1188
+ width: auto;
1189
+ }
1190
+
1158
1191
  .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input {
1159
1192
  max-height: 32px;
1160
1193
  padding-bottom: 1px;
@@ -1347,7 +1380,8 @@ input.e-pv-input-password::-ms-reveal {
1347
1380
  border-radius: 100px;
1348
1381
  }
1349
1382
 
1350
- .e-pv-thumbnail-view-button.e-btn {
1383
+ .e-pv-thumbnail-view-button.e-btn,
1384
+ .e-pv-organize-view-button.e-btn {
1351
1385
  background: transparent;
1352
1386
  border: 0;
1353
1387
  border-radius: 4px;
@@ -1367,7 +1401,264 @@ input.e-pv-input-password::-ms-reveal {
1367
1401
  justify-content: center;
1368
1402
  }
1369
1403
 
1370
- .e-bigger .e-pv-thumbnail-view-button.e-btn {
1404
+ .e-pv-organize-tile.e-pv-thumbnail-column {
1405
+ width: 100%;
1406
+ height: 100%;
1407
+ }
1408
+
1409
+ .e-pv-organize-content-apperance {
1410
+ overflow: hidden;
1411
+ }
1412
+
1413
+ .e-pv-organize-tile-view.e-pv-thumbnail-row {
1414
+ display: -ms-flexbox;
1415
+ display: flex;
1416
+ -ms-flex-pack: center;
1417
+ justify-content: center;
1418
+ -ms-flex-wrap: wrap;
1419
+ flex-wrap: wrap;
1420
+ overflow: auto;
1421
+ overflow-x: hidden;
1422
+ }
1423
+
1424
+ .e-pv-organize-anchor-node {
1425
+ border: 2px solid #292827;
1426
+ margin: 24px;
1427
+ width: 140px;
1428
+ height: 140px;
1429
+ }
1430
+ @media only screen and (max-width: 1399.98px) {
1431
+ .e-pv-organize-anchor-node {
1432
+ width: 140px;
1433
+ height: 140px;
1434
+ }
1435
+ }
1436
+ @media only screen and (max-width: 1199.98px) {
1437
+ .e-pv-organize-anchor-node {
1438
+ width: 140px;
1439
+ height: 140px;
1440
+ }
1441
+ }
1442
+ @media only screen and (max-width: 991.98px) {
1443
+ .e-pv-organize-anchor-node {
1444
+ width: 140px;
1445
+ height: 140px;
1446
+ }
1447
+ }
1448
+ @media only screen and (max-width: 767.98px) {
1449
+ .e-pv-organize-anchor-node {
1450
+ width: 140px;
1451
+ height: 140px;
1452
+ min-width: 140px;
1453
+ min-height: 140px;
1454
+ }
1455
+ }
1456
+ @media only screen and (max-width: 575.98px) {
1457
+ .e-pv-organize-anchor-node {
1458
+ width: 140px;
1459
+ height: 140px;
1460
+ min-width: 140px;
1461
+ min-height: 140px;
1462
+ margin: 24px 20px;
1463
+ }
1464
+ }
1465
+
1466
+ .e-pdfviewer .e-pv-organize-tile.e-pv-thumbnail-column .e-checkbox-wrapper {
1467
+ width: 100%;
1468
+ height: 100%;
1469
+ position: relative;
1470
+ top: -100%;
1471
+ padding: 4px;
1472
+ }
1473
+
1474
+ @media screen and (max-width: 480px) {
1475
+ .e-pdfviewer .e-pv-organize-tile.e-pv-thumbnail-column .e-checkbox-wrapper {
1476
+ width: 100%;
1477
+ height: 100%;
1478
+ position: relative;
1479
+ top: -100%;
1480
+ padding: 4px;
1481
+ }
1482
+ }
1483
+ .e-pv-organize-buttondiv {
1484
+ -ms-flex-pack: center;
1485
+ justify-content: center;
1486
+ -ms-flex-wrap: nowrap;
1487
+ flex-wrap: nowrap;
1488
+ position: relative;
1489
+ text-align: center;
1490
+ top: calc(-100% - 12px + 1px);
1491
+ }
1492
+
1493
+ .e-pv-organize-anchor-node.e-pv-organize-node-selection-ring {
1494
+ border: 2px solid #0078d4;
1495
+ border-radius: 2px;
1496
+ }
1497
+
1498
+ @media screen and (max-width: 480px) {
1499
+ .e-pv-organize-anchor-node.e-pv-organize-node-selection-ring {
1500
+ border: 2px solid #0078d4;
1501
+ border-radius: 2px;
1502
+ }
1503
+ }
1504
+ .e-pv-organize-window {
1505
+ border: 1px solid #292827;
1506
+ border-radius: 0;
1507
+ }
1508
+
1509
+ .e-pdfviewer .e-pv-organize-window .e-footer-content {
1510
+ border-top: 1px solid #292827;
1511
+ padding: 15px;
1512
+ }
1513
+
1514
+ .e-pdfviewer .e-pv-organize-window .e-dlg-header-content {
1515
+ padding: 15px;
1516
+ }
1517
+
1518
+ .e-pv-tile-number {
1519
+ text-align: center;
1520
+ margin-top: 16.5px;
1521
+ }
1522
+
1523
+ .e-pv-delete-button.e-btn,
1524
+ .e-pv-rotate-left-button.e-btn,
1525
+ .e-pv-rotate-right-button.e-btn {
1526
+ width: 25px;
1527
+ height: 25px;
1528
+ -ms-flex-pack: center;
1529
+ justify-content: center;
1530
+ -ms-flex-align: center;
1531
+ align-items: center;
1532
+ margin: 0 5px;
1533
+ padding: 0;
1534
+ }
1535
+
1536
+ .e-pv-insert-left-button.e-btn {
1537
+ width: 25px;
1538
+ height: 25px;
1539
+ -ms-flex-pack: center;
1540
+ justify-content: center;
1541
+ -ms-flex-align: center;
1542
+ align-items: center;
1543
+ position: absolute;
1544
+ left: calc(-1 * (25px / 2 + 2px / 2));
1545
+ top: -70px;
1546
+ padding: 0;
1547
+ }
1548
+ @media only screen and (max-width: 1399.98px) {
1549
+ .e-pv-insert-left-button.e-btn {
1550
+ top: -70px;
1551
+ }
1552
+ }
1553
+ @media only screen and (max-width: 1199.98px) {
1554
+ .e-pv-insert-left-button.e-btn {
1555
+ top: -70px;
1556
+ }
1557
+ }
1558
+ @media only screen and (max-width: 991.98px) {
1559
+ .e-pv-insert-left-button.e-btn {
1560
+ top: -70px;
1561
+ }
1562
+ }
1563
+ @media only screen and (max-width: 767.98px) {
1564
+ .e-pv-insert-left-button.e-btn {
1565
+ top: -70px;
1566
+ }
1567
+ }
1568
+ @media only screen and (max-width: 575.98px) {
1569
+ .e-pv-insert-left-button.e-btn {
1570
+ top: -70px;
1571
+ }
1572
+ }
1573
+
1574
+ .e-pv-insert-right-button.e-btn {
1575
+ width: 25px;
1576
+ height: 25px;
1577
+ -ms-flex-pack: center;
1578
+ justify-content: center;
1579
+ -ms-flex-align: center;
1580
+ align-items: center;
1581
+ position: absolute;
1582
+ right: calc(-1 * (25px / 2 + 2px / 2));
1583
+ top: -70px;
1584
+ padding: 0;
1585
+ }
1586
+ @media only screen and (max-width: 1399.98px) {
1587
+ .e-pv-insert-right-button.e-btn {
1588
+ top: -70px;
1589
+ }
1590
+ }
1591
+ @media only screen and (max-width: 1199.98px) {
1592
+ .e-pv-insert-right-button.e-btn {
1593
+ top: -70px;
1594
+ }
1595
+ }
1596
+ @media only screen and (max-width: 991.98px) {
1597
+ .e-pv-insert-right-button.e-btn {
1598
+ top: -70px;
1599
+ }
1600
+ }
1601
+ @media only screen and (max-width: 767.98px) {
1602
+ .e-pv-insert-right-button.e-btn {
1603
+ top: -70px;
1604
+ }
1605
+ }
1606
+ @media only screen and (max-width: 575.98px) {
1607
+ .e-pv-insert-right-button.e-btn {
1608
+ top: -70px;
1609
+ }
1610
+ }
1611
+
1612
+ .e-pv-toolbar-rotate-left-button {
1613
+ height: 32px;
1614
+ width: 32px;
1615
+ padding: 0;
1616
+ top: 7px;
1617
+ position: relative;
1618
+ left: 436px;
1619
+ box-shadow: none;
1620
+ }
1621
+
1622
+ .e-pv-toolbar-rotate-right-button {
1623
+ height: 32px;
1624
+ width: 32px;
1625
+ padding: 0;
1626
+ top: 7px;
1627
+ position: relative;
1628
+ left: 445px;
1629
+ box-shadow: none;
1630
+ }
1631
+
1632
+ .e-pdfviewer .e-pv-organize-window .e-dlg-content {
1633
+ padding: 0;
1634
+ overflow: hidden;
1635
+ border-radius: 0;
1636
+ }
1637
+
1638
+ .e-pv-organize-toolbar-apperance.e-toolbar {
1639
+ width: 1172px;
1640
+ border: 1px solid #292827;
1641
+ border-width: 1px 0;
1642
+ background: transparent !important; /* stylelint-disable-line declaration-no-important */
1643
+ }
1644
+ .e-pv-organize-toolbar-apperance.e-toolbar .e-toolbar-items.e-tbar-pos {
1645
+ background: transparent !important; /* stylelint-disable-line declaration-no-important */
1646
+ }
1647
+
1648
+ .e-pdfviewer .e-pv-organize-toolbar-apperance .e-checkbox-wrapper {
1649
+ margin-left: 22px;
1650
+ margin-right: 8px;
1651
+ text-wrap: nowrap;
1652
+ }
1653
+
1654
+ @media screen and (max-width: 480px) {
1655
+ .e-pdfviewer .e-pv-organize-toolbar-apperance .e-checkbox-wrapper {
1656
+ width: 35px;
1657
+ margin-left: 22px;
1658
+ }
1659
+ }
1660
+ .e-bigger .e-pv-thumbnail-view-button.e-btn,
1661
+ .e-bigger .e-pv-organize-view-button.e-btn {
1371
1662
  margin: 12px 6px;
1372
1663
  }
1373
1664
 
@@ -1466,9 +1757,8 @@ input.e-pv-input-password::-ms-reveal {
1466
1757
  .e-pv-thumbnail-number {
1467
1758
  color: #d2d0ce;
1468
1759
  font-family: Roboto;
1469
- padding-left: 50px;
1470
- padding-right: 50px;
1471
1760
  padding-top: 8px;
1761
+ text-align: center;
1472
1762
  }
1473
1763
 
1474
1764
  .e-pv-thumbnail-selection-ring {
@@ -2011,6 +2301,20 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2011
2301
  min-height: 32px;
2012
2302
  }
2013
2303
 
2304
+ .e-pv-organize-total-page-button {
2305
+ float: left;
2306
+ font-size: 12;
2307
+ font-weight: normal;
2308
+ color: #f3f2f1;
2309
+ }
2310
+
2311
+ .e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
2312
+ background-color: transparent;
2313
+ background: transparent;
2314
+ color: #f3f2f1;
2315
+ cursor: default;
2316
+ }
2317
+
2014
2318
  .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
2015
2319
  .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
2016
2320
  min-height: 32px;
@@ -2020,6 +2324,12 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2020
2324
  margin-top: -6px;
2021
2325
  }
2022
2326
 
2327
+ .e-pv-organize-image {
2328
+ width: calc(100% - 4px);
2329
+ height: calc(100% - 4px);
2330
+ border: 1px solid #292827;
2331
+ }
2332
+
2023
2333
  .e-pv-annotation-opacity-icon {
2024
2334
  padding-top: 1px;
2025
2335
  }
@@ -2588,6 +2898,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2588
2898
  .e-pdfviewer .e-checkbox-wrapper .e-frame + .e-label,
2589
2899
  .e-pdfviewer .e-css.e-checkbox-wrapper .e-frame + .e-label {
2590
2900
  margin-right: 10px;
2901
+ font-size: 14px;
2591
2902
  }
2592
2903
 
2593
2904
  div > .e-pv-bookmark-icon.e-pv-icon.e-right {
@@ -2818,8 +3129,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2818
3129
  color: #f3f2f1;
2819
3130
  font-size: 14px;
2820
3131
  font-weight: 600;
2821
- max-width: 237px;
2822
3132
  position: absolute;
3133
+ overflow: hidden;
3134
+ text-overflow: ellipsis;
2823
3135
  }
2824
3136
 
2825
3137
  .e-pv-reply-title {
@@ -2827,10 +3139,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2827
3139
  color: #f3f2f1;
2828
3140
  font-size: 14px;
2829
3141
  font-weight: 600;
2830
- max-width: 212px;
2831
3142
  padding-left: 8px;
2832
3143
  padding-top: 5px;
2833
3144
  position: absolute;
3145
+ overflow: hidden;
3146
+ text-overflow: ellipsis;
2834
3147
  }
2835
3148
 
2836
3149
  .e-pv-comments-hover {