@syncfusion/ej2-pdfviewer 17.3.56-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 (76) 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 +5 -3
  4. package/dist/es6/ej2-pdfviewer.es2015.js.map +1 -1
  5. package/dist/es6/ej2-pdfviewer.es5.js +5 -3
  6. package/dist/es6/ej2-pdfviewer.es5.js.map +1 -1
  7. package/package.json +1 -1
  8. package/src/pdfviewer/magnification/magnification.js +1 -1
  9. package/src/pdfviewer/tagged-pdf/tagged-pdf.js +4 -2
  10. package/styles/bootstrap-dark.css +317 -5
  11. package/styles/bootstrap.css +319 -5
  12. package/styles/bootstrap4.css +334 -9
  13. package/styles/bootstrap5-dark.css +340 -10
  14. package/styles/bootstrap5.css +340 -10
  15. package/styles/fabric-dark.css +317 -5
  16. package/styles/fabric.css +319 -5
  17. package/styles/fluent-dark.css +328 -10
  18. package/styles/fluent.css +328 -10
  19. package/styles/highcontrast-light.css +317 -5
  20. package/styles/highcontrast.css +317 -5
  21. package/styles/material-dark.css +317 -5
  22. package/styles/material.css +317 -5
  23. package/styles/material3-dark.css +318 -6
  24. package/styles/material3.css +318 -6
  25. package/styles/pdfviewer/_bds-definition.scss +6 -0
  26. package/styles/pdfviewer/_bootstrap-dark-definition.scss +6 -0
  27. package/styles/pdfviewer/_bootstrap-definition.scss +6 -0
  28. package/styles/pdfviewer/_bootstrap4-definition.scss +6 -0
  29. package/styles/pdfviewer/_bootstrap5-definition.scss +8 -2
  30. package/styles/pdfviewer/_fabric-dark-definition.scss +6 -0
  31. package/styles/pdfviewer/_fabric-definition.scss +6 -0
  32. package/styles/pdfviewer/_fluent-definition.scss +7 -1
  33. package/styles/pdfviewer/_fluent2-definition.scss +549 -0
  34. package/styles/pdfviewer/_fusionnew-definition.scss +6 -0
  35. package/styles/pdfviewer/_highcontrast-definition.scss +6 -0
  36. package/styles/pdfviewer/_highcontrast-light-definition.scss +6 -0
  37. package/styles/pdfviewer/_material-dark-definition.scss +12 -6
  38. package/styles/pdfviewer/_material-definition.scss +11 -5
  39. package/styles/pdfviewer/_material3-definition.scss +7 -1
  40. package/styles/pdfviewer/_tailwind-definition.scss +8 -2
  41. package/styles/pdfviewer/_theme.scss +373 -10
  42. package/styles/pdfviewer/bootstrap-dark.css +317 -5
  43. package/styles/pdfviewer/bootstrap.css +319 -5
  44. package/styles/pdfviewer/bootstrap4.css +334 -9
  45. package/styles/pdfviewer/bootstrap5-dark.css +340 -10
  46. package/styles/pdfviewer/bootstrap5.css +340 -10
  47. package/styles/pdfviewer/fabric-dark.css +317 -5
  48. package/styles/pdfviewer/fabric.css +319 -5
  49. package/styles/pdfviewer/fluent-dark.css +328 -10
  50. package/styles/pdfviewer/fluent.css +328 -10
  51. package/styles/pdfviewer/highcontrast-light.css +317 -5
  52. package/styles/pdfviewer/highcontrast.css +317 -5
  53. package/styles/pdfviewer/icons/_bds.scss +511 -0
  54. package/styles/pdfviewer/icons/_bootstrap-dark.scss +22 -0
  55. package/styles/pdfviewer/icons/_bootstrap.scss +22 -0
  56. package/styles/pdfviewer/icons/_bootstrap4.scss +22 -0
  57. package/styles/pdfviewer/icons/_bootstrap5.scss +23 -1
  58. package/styles/pdfviewer/icons/_fabric-dark.scss +22 -0
  59. package/styles/pdfviewer/icons/_fabric.scss +22 -0
  60. package/styles/pdfviewer/icons/_fluent.scss +23 -1
  61. package/styles/pdfviewer/icons/_fusionnew.scss +23 -1
  62. package/styles/pdfviewer/icons/_highcontrast-light.scss +22 -0
  63. package/styles/pdfviewer/icons/_highcontrast.scss +22 -0
  64. package/styles/pdfviewer/icons/_material-dark.scss +22 -0
  65. package/styles/pdfviewer/icons/_material.scss +22 -0
  66. package/styles/pdfviewer/icons/_material3.scss +23 -1
  67. package/styles/pdfviewer/icons/_tailwind-dark.scss +22 -0
  68. package/styles/pdfviewer/icons/_tailwind.scss +22 -0
  69. package/styles/pdfviewer/material-dark.css +317 -5
  70. package/styles/pdfviewer/material.css +317 -5
  71. package/styles/pdfviewer/material3-dark.css +318 -6
  72. package/styles/pdfviewer/material3.css +318 -6
  73. package/styles/pdfviewer/tailwind-dark.css +319 -7
  74. package/styles/pdfviewer/tailwind.css +319 -7
  75. package/styles/tailwind-dark.css +319 -7
  76. package/styles/tailwind.css +319 -7
@@ -18,6 +18,23 @@
18
18
  .e-pdfviewer .e-pv-first-page-navigation-icon::before {
19
19
  content: "\ec05";
20
20
  }
21
+ .e-pdfviewer .e-pv-rotate-right-icon::before {
22
+ content: "\e960";
23
+ }
24
+ .e-pdfviewer .e-pv-organize-view-icon::before {
25
+ content: "\e99f";
26
+ }
27
+ .e-pdfviewer .e-pv-organize-view-disable-icon::before {
28
+ color: rgba(0, 0, 0, 0.2);
29
+ content: "\e99f";
30
+ }
31
+ .e-pdfviewer .e-pv-organize-view-selection-icon::before {
32
+ color: rgba(227, 22, 91, 0.6);
33
+ content: "\e99f";
34
+ }
35
+ .e-pdfviewer .e-pv-rotate-left-icon::before {
36
+ content: "\e95f";
37
+ }
21
38
  .e-pdfviewer .e-pv-previous-page-navigation-icon::before,
22
39
  .e-pdfviewer .e-pv-prev-search-icon::before {
23
40
  content: "\ec06";
@@ -781,6 +798,18 @@ input.e-pv-input-password::-ms-reveal {
781
798
  padding-top: 16px;
782
799
  }
783
800
 
801
+ .e-pv-image-container {
802
+ width: 100%;
803
+ height: 100%;
804
+ display: -ms-flexbox;
805
+ display: flex;
806
+ -ms-flex-pack: center;
807
+ justify-content: center;
808
+ -ms-flex-align: center;
809
+ align-items: center;
810
+ padding: 3px;
811
+ }
812
+
784
813
  .e-pv-gotopage-apply-btn.e-btn.e-flat.e-primary:disabled {
785
814
  background-color: transparent;
786
815
  }
@@ -1138,6 +1167,10 @@ input.e-pv-input-password::-ms-reveal {
1138
1167
  padding-top: 6px;
1139
1168
  }
1140
1169
 
1170
+ .e-dialog .e-dlg-header {
1171
+ width: auto;
1172
+ }
1173
+
1141
1174
  .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input {
1142
1175
  max-height: 28px;
1143
1176
  padding-bottom: 8px;
@@ -1325,7 +1358,8 @@ input.e-pv-input-password::-ms-reveal {
1325
1358
  border-radius: 100px;
1326
1359
  }
1327
1360
 
1328
- .e-pv-thumbnail-view-button.e-btn {
1361
+ .e-pv-thumbnail-view-button.e-btn,
1362
+ .e-pv-organize-view-button.e-btn {
1329
1363
  background: transparent;
1330
1364
  border: 0;
1331
1365
  border-radius: 0;
@@ -1339,6 +1373,262 @@ input.e-pv-input-password::-ms-reveal {
1339
1373
  width: 32px;
1340
1374
  }
1341
1375
 
1376
+ .e-pv-organize-tile.e-pv-thumbnail-column {
1377
+ width: 100%;
1378
+ height: 100%;
1379
+ }
1380
+
1381
+ .e-pv-organize-content-apperance {
1382
+ overflow: hidden;
1383
+ }
1384
+
1385
+ .e-pv-organize-tile-view.e-pv-thumbnail-row {
1386
+ display: -ms-flexbox;
1387
+ display: flex;
1388
+ -ms-flex-pack: center;
1389
+ justify-content: center;
1390
+ -ms-flex-wrap: wrap;
1391
+ flex-wrap: wrap;
1392
+ overflow: auto;
1393
+ overflow-x: hidden;
1394
+ }
1395
+
1396
+ .e-pv-organize-anchor-node {
1397
+ border: 6px solid #e0e0e0;
1398
+ margin: 24px;
1399
+ width: 140px;
1400
+ height: 140px;
1401
+ }
1402
+ @media only screen and (max-width: 1399.98px) {
1403
+ .e-pv-organize-anchor-node {
1404
+ width: 140px;
1405
+ height: 140px;
1406
+ }
1407
+ }
1408
+ @media only screen and (max-width: 1199.98px) {
1409
+ .e-pv-organize-anchor-node {
1410
+ width: 140px;
1411
+ height: 140px;
1412
+ }
1413
+ }
1414
+ @media only screen and (max-width: 991.98px) {
1415
+ .e-pv-organize-anchor-node {
1416
+ width: 140px;
1417
+ height: 140px;
1418
+ }
1419
+ }
1420
+ @media only screen and (max-width: 767.98px) {
1421
+ .e-pv-organize-anchor-node {
1422
+ width: 140px;
1423
+ height: 140px;
1424
+ min-width: 140px;
1425
+ min-height: 140px;
1426
+ }
1427
+ }
1428
+ @media only screen and (max-width: 575.98px) {
1429
+ .e-pv-organize-anchor-node {
1430
+ width: 140px;
1431
+ height: 140px;
1432
+ min-width: 140px;
1433
+ min-height: 140px;
1434
+ margin: 24px 20px;
1435
+ }
1436
+ }
1437
+
1438
+ .e-pdfviewer .e-pv-organize-tile.e-pv-thumbnail-column .e-checkbox-wrapper {
1439
+ width: 100%;
1440
+ height: 100%;
1441
+ position: relative;
1442
+ top: -100%;
1443
+ padding: 4px;
1444
+ }
1445
+
1446
+ @media screen and (max-width: 480px) {
1447
+ .e-pdfviewer .e-pv-organize-tile.e-pv-thumbnail-column .e-checkbox-wrapper {
1448
+ width: 100%;
1449
+ height: 100%;
1450
+ position: relative;
1451
+ top: -100%;
1452
+ padding: 4px;
1453
+ }
1454
+ }
1455
+ .e-pv-organize-buttondiv {
1456
+ -ms-flex-pack: center;
1457
+ justify-content: center;
1458
+ -ms-flex-wrap: nowrap;
1459
+ flex-wrap: nowrap;
1460
+ position: relative;
1461
+ text-align: center;
1462
+ top: calc(-100% - 12px + 3px);
1463
+ }
1464
+
1465
+ .e-pv-organize-anchor-node.e-pv-organize-node-selection-ring {
1466
+ border: 6px solid rgba(227, 22, 91, 0.7);
1467
+ border-radius: 2px;
1468
+ }
1469
+
1470
+ @media screen and (max-width: 480px) {
1471
+ .e-pv-organize-anchor-node.e-pv-organize-node-selection-ring {
1472
+ border: 6px solid rgba(227, 22, 91, 0.7);
1473
+ border-radius: 2px;
1474
+ }
1475
+ }
1476
+ .e-pv-organize-window {
1477
+ border: 1px solid #e0e0e0;
1478
+ border-radius: 0;
1479
+ }
1480
+
1481
+ .e-pdfviewer .e-pv-organize-window .e-footer-content {
1482
+ border-top: 1px solid #e0e0e0;
1483
+ padding: 15px;
1484
+ }
1485
+
1486
+ .e-pdfviewer .e-pv-organize-window .e-dlg-header-content {
1487
+ padding: 15px;
1488
+ }
1489
+
1490
+ .e-pv-tile-number {
1491
+ text-align: center;
1492
+ margin-top: 20.5px;
1493
+ }
1494
+
1495
+ .e-pv-delete-button.e-btn,
1496
+ .e-pv-rotate-left-button.e-btn,
1497
+ .e-pv-rotate-right-button.e-btn {
1498
+ width: 25px;
1499
+ height: 25px;
1500
+ -ms-flex-pack: center;
1501
+ justify-content: center;
1502
+ -ms-flex-align: center;
1503
+ align-items: center;
1504
+ margin: 0 5px;
1505
+ padding: 0;
1506
+ }
1507
+
1508
+ .e-pv-insert-left-button.e-btn {
1509
+ width: 25px;
1510
+ height: 25px;
1511
+ -ms-flex-pack: center;
1512
+ justify-content: center;
1513
+ -ms-flex-align: center;
1514
+ align-items: center;
1515
+ position: absolute;
1516
+ left: calc(-1 * (25px / 2 + 6px / 2));
1517
+ top: -70px;
1518
+ padding: 0;
1519
+ }
1520
+ @media only screen and (max-width: 1399.98px) {
1521
+ .e-pv-insert-left-button.e-btn {
1522
+ top: -70px;
1523
+ }
1524
+ }
1525
+ @media only screen and (max-width: 1199.98px) {
1526
+ .e-pv-insert-left-button.e-btn {
1527
+ top: -70px;
1528
+ }
1529
+ }
1530
+ @media only screen and (max-width: 991.98px) {
1531
+ .e-pv-insert-left-button.e-btn {
1532
+ top: -70px;
1533
+ }
1534
+ }
1535
+ @media only screen and (max-width: 767.98px) {
1536
+ .e-pv-insert-left-button.e-btn {
1537
+ top: -70px;
1538
+ }
1539
+ }
1540
+ @media only screen and (max-width: 575.98px) {
1541
+ .e-pv-insert-left-button.e-btn {
1542
+ top: -70px;
1543
+ }
1544
+ }
1545
+
1546
+ .e-pv-insert-right-button.e-btn {
1547
+ width: 25px;
1548
+ height: 25px;
1549
+ -ms-flex-pack: center;
1550
+ justify-content: center;
1551
+ -ms-flex-align: center;
1552
+ align-items: center;
1553
+ position: absolute;
1554
+ right: calc(-1 * (25px / 2 + 6px / 2));
1555
+ top: -70px;
1556
+ padding: 0;
1557
+ }
1558
+ @media only screen and (max-width: 1399.98px) {
1559
+ .e-pv-insert-right-button.e-btn {
1560
+ top: -70px;
1561
+ }
1562
+ }
1563
+ @media only screen and (max-width: 1199.98px) {
1564
+ .e-pv-insert-right-button.e-btn {
1565
+ top: -70px;
1566
+ }
1567
+ }
1568
+ @media only screen and (max-width: 991.98px) {
1569
+ .e-pv-insert-right-button.e-btn {
1570
+ top: -70px;
1571
+ }
1572
+ }
1573
+ @media only screen and (max-width: 767.98px) {
1574
+ .e-pv-insert-right-button.e-btn {
1575
+ top: -70px;
1576
+ }
1577
+ }
1578
+ @media only screen and (max-width: 575.98px) {
1579
+ .e-pv-insert-right-button.e-btn {
1580
+ top: -70px;
1581
+ }
1582
+ }
1583
+
1584
+ .e-pv-toolbar-rotate-left-button {
1585
+ height: 32px;
1586
+ width: 32px;
1587
+ padding: 0;
1588
+ top: 7px;
1589
+ position: relative;
1590
+ left: 436px;
1591
+ box-shadow: none;
1592
+ }
1593
+
1594
+ .e-pv-toolbar-rotate-right-button {
1595
+ height: 32px;
1596
+ width: 32px;
1597
+ padding: 0;
1598
+ top: 7px;
1599
+ position: relative;
1600
+ left: 445px;
1601
+ box-shadow: none;
1602
+ }
1603
+
1604
+ .e-pdfviewer .e-pv-organize-window .e-dlg-content {
1605
+ padding: 0;
1606
+ overflow: hidden;
1607
+ border-radius: 0;
1608
+ }
1609
+
1610
+ .e-pv-organize-toolbar-apperance.e-toolbar {
1611
+ width: 1172px;
1612
+ border: 1px solid #e0e0e0;
1613
+ border-width: 1px 0;
1614
+ background: transparent !important; /* stylelint-disable-line declaration-no-important */
1615
+ }
1616
+ .e-pv-organize-toolbar-apperance.e-toolbar .e-toolbar-items.e-tbar-pos {
1617
+ background: transparent !important; /* stylelint-disable-line declaration-no-important */
1618
+ }
1619
+
1620
+ .e-pdfviewer .e-pv-organize-toolbar-apperance .e-checkbox-wrapper {
1621
+ margin-left: 22px;
1622
+ margin-right: 8px;
1623
+ text-wrap: nowrap;
1624
+ }
1625
+
1626
+ @media screen and (max-width: 480px) {
1627
+ .e-pdfviewer .e-pv-organize-toolbar-apperance .e-checkbox-wrapper {
1628
+ width: 35px;
1629
+ margin-left: 22px;
1630
+ }
1631
+ }
1342
1632
  .e-pv-thumbnail-view-button-selection.e-pv-thumbnail-view-button.e-btn,
1343
1633
  .e-pv-bookmark-button-selection.e-pv-bookmark-button.e-btn {
1344
1634
  background: transparent;
@@ -1424,9 +1714,8 @@ input.e-pv-input-password::-ms-reveal {
1424
1714
  .e-pv-thumbnail-number {
1425
1715
  color: rgba(38, 38, 38, 0.87);
1426
1716
  font-family: Roboto;
1427
- padding-left: 50px;
1428
- padding-right: 50px;
1429
1717
  padding-top: 8px;
1718
+ text-align: center;
1430
1719
  }
1431
1720
 
1432
1721
  .e-pv-thumbnail-selection-ring {
@@ -1907,10 +2196,30 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1907
2196
  width: 32px;
1908
2197
  }
1909
2198
 
2199
+ .e-pv-organize-total-page-button {
2200
+ float: left;
2201
+ font-size: 12;
2202
+ font-weight: normal;
2203
+ color: rgba(0, 0, 0, 0.87);
2204
+ }
2205
+
2206
+ .e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
2207
+ background-color: transparent;
2208
+ background: transparent;
2209
+ color: rgba(0, 0, 0, 0.87);
2210
+ cursor: default;
2211
+ }
2212
+
1910
2213
  .e-pv-annotation-thickness-slider-container {
1911
2214
  margin-top: -6px;
1912
2215
  }
1913
2216
 
2217
+ .e-pv-organize-image {
2218
+ width: calc(100% - 12px);
2219
+ height: calc(100% - 12px);
2220
+ border: 1px solid #e0e0e0;
2221
+ }
2222
+
1914
2223
  .e-pv-annotation-opacity-icon {
1915
2224
  padding-top: 1px;
1916
2225
  }
@@ -2379,6 +2688,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2379
2688
  .e-pdfviewer .e-checkbox-wrapper .e-frame + .e-label,
2380
2689
  .e-pdfviewer .e-css.e-checkbox-wrapper .e-frame + .e-label {
2381
2690
  margin-right: 10px;
2691
+ font-size: 14px;
2382
2692
  }
2383
2693
 
2384
2694
  div > .e-pv-bookmark-icon.e-pv-icon.e-right {
@@ -2610,17 +2920,19 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2610
2920
  padding-left: 32px;
2611
2921
  padding-top: 7px;
2612
2922
  font-size: 14px;
2613
- max-width: 237px;
2614
2923
  position: absolute;
2924
+ overflow: hidden;
2925
+ text-overflow: ellipsis;
2615
2926
  }
2616
2927
 
2617
2928
  .e-pv-reply-title {
2618
2929
  color: rgba(0, 0, 0, 0.6);
2619
2930
  font-size: 14px;
2620
- max-width: 212px;
2621
2931
  padding-left: 8px;
2622
2932
  padding-top: 7px;
2623
2933
  position: absolute;
2934
+ overflow: hidden;
2935
+ text-overflow: ellipsis;
2624
2936
  }
2625
2937
 
2626
2938
  .e-pv-comments-hover {