@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
@@ -18,6 +18,23 @@
18
18
  .e-pdfviewer .e-pv-first-page-navigation-icon::before {
19
19
  content: "\ebde";
20
20
  }
21
+ .e-pdfviewer .e-pv-rotate-right-icon::before {
22
+ content: "\e956";
23
+ }
24
+ .e-pdfviewer .e-pv-organize-view-icon::before {
25
+ content: "\e9a2";
26
+ }
27
+ .e-pdfviewer .e-pv-organize-view-disable-icon::before {
28
+ color: rgba(248, 248, 248, 0.2);
29
+ content: "\e9a2";
30
+ }
31
+ .e-pdfviewer .e-pv-organize-view-selection-icon::before {
32
+ color: #0074cc;
33
+ content: "\e9a2";
34
+ }
35
+ .e-pdfviewer .e-pv-rotate-left-icon::before {
36
+ content: "\e955";
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: "\ebdf";
@@ -788,6 +805,18 @@ input.e-pv-input-password::-ms-reveal {
788
805
  padding-top: 16px;
789
806
  }
790
807
 
808
+ .e-pv-image-container {
809
+ width: 100%;
810
+ height: 100%;
811
+ display: -ms-flexbox;
812
+ display: flex;
813
+ -ms-flex-pack: center;
814
+ justify-content: center;
815
+ -ms-flex-align: center;
816
+ align-items: center;
817
+ padding: 3px;
818
+ }
819
+
791
820
  .e-pv-gotopage-apply-btn.e-btn.e-flat.e-primary:disabled {
792
821
  background-color: transparent;
793
822
  }
@@ -1145,6 +1174,10 @@ input.e-pv-input-password::-ms-reveal {
1145
1174
  padding-top: 1px;
1146
1175
  }
1147
1176
 
1177
+ .e-dialog .e-dlg-header {
1178
+ width: auto;
1179
+ }
1180
+
1148
1181
  .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input {
1149
1182
  max-height: 30px;
1150
1183
  padding-bottom: 5px;
@@ -1332,7 +1365,8 @@ input.e-pv-input-password::-ms-reveal {
1332
1365
  border-radius: 100px;
1333
1366
  }
1334
1367
 
1335
- .e-pv-thumbnail-view-button.e-btn {
1368
+ .e-pv-thumbnail-view-button.e-btn,
1369
+ .e-pv-organize-view-button.e-btn {
1336
1370
  background: transparent;
1337
1371
  border: 0;
1338
1372
  border-radius: 0;
@@ -1346,6 +1380,262 @@ input.e-pv-input-password::-ms-reveal {
1346
1380
  width: 32px;
1347
1381
  }
1348
1382
 
1383
+ .e-pv-organize-tile.e-pv-thumbnail-column {
1384
+ width: 100%;
1385
+ height: 100%;
1386
+ }
1387
+
1388
+ .e-pv-organize-content-apperance {
1389
+ overflow: hidden;
1390
+ }
1391
+
1392
+ .e-pv-organize-tile-view.e-pv-thumbnail-row {
1393
+ display: -ms-flexbox;
1394
+ display: flex;
1395
+ -ms-flex-pack: center;
1396
+ justify-content: center;
1397
+ -ms-flex-wrap: wrap;
1398
+ flex-wrap: wrap;
1399
+ overflow: auto;
1400
+ overflow-x: hidden;
1401
+ }
1402
+
1403
+ .e-pv-organize-anchor-node {
1404
+ border: 6px solid #6f6c6c;
1405
+ margin: 24px;
1406
+ width: 140px;
1407
+ height: 140px;
1408
+ }
1409
+ @media only screen and (max-width: 1399.98px) {
1410
+ .e-pv-organize-anchor-node {
1411
+ width: 140px;
1412
+ height: 140px;
1413
+ }
1414
+ }
1415
+ @media only screen and (max-width: 1199.98px) {
1416
+ .e-pv-organize-anchor-node {
1417
+ width: 140px;
1418
+ height: 140px;
1419
+ }
1420
+ }
1421
+ @media only screen and (max-width: 991.98px) {
1422
+ .e-pv-organize-anchor-node {
1423
+ width: 140px;
1424
+ height: 140px;
1425
+ }
1426
+ }
1427
+ @media only screen and (max-width: 767.98px) {
1428
+ .e-pv-organize-anchor-node {
1429
+ width: 140px;
1430
+ height: 140px;
1431
+ min-width: 140px;
1432
+ min-height: 140px;
1433
+ }
1434
+ }
1435
+ @media only screen and (max-width: 575.98px) {
1436
+ .e-pv-organize-anchor-node {
1437
+ width: 140px;
1438
+ height: 140px;
1439
+ min-width: 140px;
1440
+ min-height: 140px;
1441
+ margin: 24px 20px;
1442
+ }
1443
+ }
1444
+
1445
+ .e-pdfviewer .e-pv-organize-tile.e-pv-thumbnail-column .e-checkbox-wrapper {
1446
+ width: 100%;
1447
+ height: 100%;
1448
+ position: relative;
1449
+ top: -100%;
1450
+ padding: 4px;
1451
+ }
1452
+
1453
+ @media screen and (max-width: 480px) {
1454
+ .e-pdfviewer .e-pv-organize-tile.e-pv-thumbnail-column .e-checkbox-wrapper {
1455
+ width: 100%;
1456
+ height: 100%;
1457
+ position: relative;
1458
+ top: -100%;
1459
+ padding: 4px;
1460
+ }
1461
+ }
1462
+ .e-pv-organize-buttondiv {
1463
+ -ms-flex-pack: center;
1464
+ justify-content: center;
1465
+ -ms-flex-wrap: nowrap;
1466
+ flex-wrap: nowrap;
1467
+ position: relative;
1468
+ text-align: center;
1469
+ top: calc(-100% - 12px + 3px);
1470
+ }
1471
+
1472
+ .e-pv-organize-anchor-node.e-pv-organize-node-selection-ring {
1473
+ border: 6px solid #0074cc;
1474
+ border-radius: 2px;
1475
+ }
1476
+
1477
+ @media screen and (max-width: 480px) {
1478
+ .e-pv-organize-anchor-node.e-pv-organize-node-selection-ring {
1479
+ border: 6px solid #0074cc;
1480
+ border-radius: 2px;
1481
+ }
1482
+ }
1483
+ .e-pv-organize-window {
1484
+ border: 1px solid #6f6c6c;
1485
+ border-radius: 0;
1486
+ }
1487
+
1488
+ .e-pdfviewer .e-pv-organize-window .e-footer-content {
1489
+ border-top: 1px solid #6f6c6c;
1490
+ padding: 15px;
1491
+ }
1492
+
1493
+ .e-pdfviewer .e-pv-organize-window .e-dlg-header-content {
1494
+ padding: 15px;
1495
+ }
1496
+
1497
+ .e-pv-tile-number {
1498
+ text-align: center;
1499
+ margin-top: 20.5px;
1500
+ }
1501
+
1502
+ .e-pv-delete-button.e-btn,
1503
+ .e-pv-rotate-left-button.e-btn,
1504
+ .e-pv-rotate-right-button.e-btn {
1505
+ width: 25px;
1506
+ height: 25px;
1507
+ -ms-flex-pack: center;
1508
+ justify-content: center;
1509
+ -ms-flex-align: center;
1510
+ align-items: center;
1511
+ margin: 0 5px;
1512
+ padding: 0;
1513
+ }
1514
+
1515
+ .e-pv-insert-left-button.e-btn {
1516
+ width: 25px;
1517
+ height: 25px;
1518
+ -ms-flex-pack: center;
1519
+ justify-content: center;
1520
+ -ms-flex-align: center;
1521
+ align-items: center;
1522
+ position: absolute;
1523
+ left: calc(-1 * (25px / 2 + 6px / 2));
1524
+ top: -70px;
1525
+ padding: 0;
1526
+ }
1527
+ @media only screen and (max-width: 1399.98px) {
1528
+ .e-pv-insert-left-button.e-btn {
1529
+ top: -70px;
1530
+ }
1531
+ }
1532
+ @media only screen and (max-width: 1199.98px) {
1533
+ .e-pv-insert-left-button.e-btn {
1534
+ top: -70px;
1535
+ }
1536
+ }
1537
+ @media only screen and (max-width: 991.98px) {
1538
+ .e-pv-insert-left-button.e-btn {
1539
+ top: -70px;
1540
+ }
1541
+ }
1542
+ @media only screen and (max-width: 767.98px) {
1543
+ .e-pv-insert-left-button.e-btn {
1544
+ top: -70px;
1545
+ }
1546
+ }
1547
+ @media only screen and (max-width: 575.98px) {
1548
+ .e-pv-insert-left-button.e-btn {
1549
+ top: -70px;
1550
+ }
1551
+ }
1552
+
1553
+ .e-pv-insert-right-button.e-btn {
1554
+ width: 25px;
1555
+ height: 25px;
1556
+ -ms-flex-pack: center;
1557
+ justify-content: center;
1558
+ -ms-flex-align: center;
1559
+ align-items: center;
1560
+ position: absolute;
1561
+ right: calc(-1 * (25px / 2 + 6px / 2));
1562
+ top: -70px;
1563
+ padding: 0;
1564
+ }
1565
+ @media only screen and (max-width: 1399.98px) {
1566
+ .e-pv-insert-right-button.e-btn {
1567
+ top: -70px;
1568
+ }
1569
+ }
1570
+ @media only screen and (max-width: 1199.98px) {
1571
+ .e-pv-insert-right-button.e-btn {
1572
+ top: -70px;
1573
+ }
1574
+ }
1575
+ @media only screen and (max-width: 991.98px) {
1576
+ .e-pv-insert-right-button.e-btn {
1577
+ top: -70px;
1578
+ }
1579
+ }
1580
+ @media only screen and (max-width: 767.98px) {
1581
+ .e-pv-insert-right-button.e-btn {
1582
+ top: -70px;
1583
+ }
1584
+ }
1585
+ @media only screen and (max-width: 575.98px) {
1586
+ .e-pv-insert-right-button.e-btn {
1587
+ top: -70px;
1588
+ }
1589
+ }
1590
+
1591
+ .e-pv-toolbar-rotate-left-button {
1592
+ height: 32px;
1593
+ width: 32px;
1594
+ padding: 0;
1595
+ top: 7px;
1596
+ position: relative;
1597
+ left: 436px;
1598
+ box-shadow: none;
1599
+ }
1600
+
1601
+ .e-pv-toolbar-rotate-right-button {
1602
+ height: 32px;
1603
+ width: 32px;
1604
+ padding: 0;
1605
+ top: 7px;
1606
+ position: relative;
1607
+ left: 445px;
1608
+ box-shadow: none;
1609
+ }
1610
+
1611
+ .e-pdfviewer .e-pv-organize-window .e-dlg-content {
1612
+ padding: 0;
1613
+ overflow: hidden;
1614
+ border-radius: 0;
1615
+ }
1616
+
1617
+ .e-pv-organize-toolbar-apperance.e-toolbar {
1618
+ width: 1172px;
1619
+ border: 1px solid #6f6c6c;
1620
+ border-width: 1px 0;
1621
+ background: transparent !important; /* stylelint-disable-line declaration-no-important */
1622
+ }
1623
+ .e-pv-organize-toolbar-apperance.e-toolbar .e-toolbar-items.e-tbar-pos {
1624
+ background: transparent !important; /* stylelint-disable-line declaration-no-important */
1625
+ }
1626
+
1627
+ .e-pdfviewer .e-pv-organize-toolbar-apperance .e-checkbox-wrapper {
1628
+ margin-left: 22px;
1629
+ margin-right: 8px;
1630
+ text-wrap: nowrap;
1631
+ }
1632
+
1633
+ @media screen and (max-width: 480px) {
1634
+ .e-pdfviewer .e-pv-organize-toolbar-apperance .e-checkbox-wrapper {
1635
+ width: 35px;
1636
+ margin-left: 22px;
1637
+ }
1638
+ }
1349
1639
  .e-pv-thumbnail-view-button-selection.e-pv-thumbnail-view-button.e-btn,
1350
1640
  .e-pv-bookmark-button-selection.e-pv-bookmark-button.e-btn {
1351
1641
  background: #282727;
@@ -1431,9 +1721,8 @@ input.e-pv-input-password::-ms-reveal {
1431
1721
  .e-pv-thumbnail-number {
1432
1722
  color: #dadada;
1433
1723
  font-family: Roboto;
1434
- padding-left: 50px;
1435
- padding-right: 50px;
1436
1724
  padding-top: 8px;
1725
+ text-align: center;
1437
1726
  }
1438
1727
 
1439
1728
  .e-pv-thumbnail-selection-ring {
@@ -1914,10 +2203,30 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1914
2203
  width: 32px;
1915
2204
  }
1916
2205
 
2206
+ .e-pv-organize-total-page-button {
2207
+ float: left;
2208
+ font-size: 12;
2209
+ font-weight: normal;
2210
+ color: #dadada;
2211
+ }
2212
+
2213
+ .e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
2214
+ background-color: transparent;
2215
+ background: transparent;
2216
+ color: #dadada;
2217
+ cursor: default;
2218
+ }
2219
+
1917
2220
  .e-pv-annotation-thickness-slider-container {
1918
2221
  margin-top: -6px;
1919
2222
  }
1920
2223
 
2224
+ .e-pv-organize-image {
2225
+ width: calc(100% - 12px);
2226
+ height: calc(100% - 12px);
2227
+ border: 1px solid #6f6c6c;
2228
+ }
2229
+
1921
2230
  .e-pv-annotation-opacity-icon {
1922
2231
  padding-top: 1px;
1923
2232
  }
@@ -2386,6 +2695,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2386
2695
  .e-pdfviewer .e-checkbox-wrapper .e-frame + .e-label,
2387
2696
  .e-pdfviewer .e-css.e-checkbox-wrapper .e-frame + .e-label {
2388
2697
  margin-right: 10px;
2698
+ font-size: 14px;
2389
2699
  }
2390
2700
 
2391
2701
  div > .e-pv-bookmark-icon.e-pv-icon.e-right {
@@ -2617,17 +2927,19 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2617
2927
  padding-left: 32px;
2618
2928
  padding-top: 5px;
2619
2929
  font-size: 14px;
2620
- max-width: 237px;
2621
2930
  position: absolute;
2931
+ overflow: hidden;
2932
+ text-overflow: ellipsis;
2622
2933
  }
2623
2934
 
2624
2935
  .e-pv-reply-title {
2625
2936
  color: rgba(218, 218, 218, 0.6);
2626
2937
  font-size: 14px;
2627
- max-width: 212px;
2628
2938
  padding-left: 8px;
2629
2939
  padding-top: 5px;
2630
2940
  position: absolute;
2941
+ overflow: hidden;
2942
+ text-overflow: ellipsis;
2631
2943
  }
2632
2944
 
2633
2945
  .e-pv-comments-hover {