@syncfusion/ej2-pdfviewer 17.3.57-4568 → 17.3.59-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 (102) 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 +42 -44
  4. package/dist/es6/ej2-pdfviewer.es2015.js.map +1 -1
  5. package/dist/es6/ej2-pdfviewer.es5.js +42 -44
  6. package/dist/es6/ej2-pdfviewer.es5.js.map +1 -1
  7. package/package.json +1 -1
  8. package/src/pdfviewer/annotation/annotation.js +3 -0
  9. package/src/pdfviewer/base/pdfviewer-base.d.ts +2 -0
  10. package/src/pdfviewer/base/pdfviewer-base.js +33 -10
  11. package/src/pdfviewer/magnification/magnification.d.ts +0 -1
  12. package/src/pdfviewer/magnification/magnification.js +2 -32
  13. package/src/pdfviewer/tagged-pdf/tagged-pdf.js +4 -2
  14. package/styles/bootstrap-dark.css +326 -10
  15. package/styles/bootstrap-dark.scss +4 -1
  16. package/styles/bootstrap.css +328 -10
  17. package/styles/bootstrap.scss +4 -1
  18. package/styles/bootstrap4.css +330 -11
  19. package/styles/bootstrap4.scss +4 -1
  20. package/styles/bootstrap5-dark.css +332 -13
  21. package/styles/bootstrap5-dark.scss +4 -1
  22. package/styles/bootstrap5.css +332 -13
  23. package/styles/bootstrap5.scss +4 -1
  24. package/styles/fabric-dark.css +326 -10
  25. package/styles/fabric-dark.scss +4 -1
  26. package/styles/fabric.css +328 -10
  27. package/styles/fabric.scss +4 -1
  28. package/styles/fluent-dark.css +328 -11
  29. package/styles/fluent-dark.scss +4 -1
  30. package/styles/fluent.css +328 -11
  31. package/styles/fluent.scss +4 -1
  32. package/styles/fluent2.css +4876 -0
  33. package/styles/fluent2.scss +4 -0
  34. package/styles/highcontrast-light.css +326 -10
  35. package/styles/highcontrast-light.scss +4 -1
  36. package/styles/highcontrast.css +326 -10
  37. package/styles/highcontrast.scss +4 -1
  38. package/styles/material-dark.css +326 -10
  39. package/styles/material-dark.scss +4 -1
  40. package/styles/material.css +326 -10
  41. package/styles/material.scss +4 -1
  42. package/styles/material3-dark.css +329 -14
  43. package/styles/material3-dark.scss +4 -1
  44. package/styles/material3.css +329 -14
  45. package/styles/material3.scss +4 -1
  46. package/styles/pdfviewer/_bds-definition.scss +6 -0
  47. package/styles/pdfviewer/_bootstrap-dark-definition.scss +6 -0
  48. package/styles/pdfviewer/_bootstrap-definition.scss +6 -0
  49. package/styles/pdfviewer/_bootstrap4-definition.scss +6 -0
  50. package/styles/pdfviewer/_bootstrap5-definition.scss +7 -1
  51. package/styles/pdfviewer/_fabric-dark-definition.scss +6 -0
  52. package/styles/pdfviewer/_fabric-definition.scss +6 -0
  53. package/styles/pdfviewer/_fluent-definition.scss +6 -0
  54. package/styles/pdfviewer/_fluent2-definition.scss +550 -0
  55. package/styles/pdfviewer/_fusionnew-definition.scss +6 -0
  56. package/styles/pdfviewer/_highcontrast-definition.scss +6 -0
  57. package/styles/pdfviewer/_highcontrast-light-definition.scss +6 -0
  58. package/styles/pdfviewer/_material-dark-definition.scss +12 -6
  59. package/styles/pdfviewer/_material-definition.scss +11 -5
  60. package/styles/pdfviewer/_material3-definition.scss +7 -1
  61. package/styles/pdfviewer/_tailwind-definition.scss +7 -1
  62. package/styles/pdfviewer/_theme.scss +764 -34
  63. package/styles/pdfviewer/bootstrap-dark.css +326 -10
  64. package/styles/pdfviewer/bootstrap.css +328 -10
  65. package/styles/pdfviewer/bootstrap4.css +330 -11
  66. package/styles/pdfviewer/bootstrap5-dark.css +332 -13
  67. package/styles/pdfviewer/bootstrap5.css +332 -13
  68. package/styles/pdfviewer/fabric-dark.css +326 -10
  69. package/styles/pdfviewer/fabric.css +328 -10
  70. package/styles/pdfviewer/fluent-dark.css +328 -11
  71. package/styles/pdfviewer/fluent.css +328 -11
  72. package/styles/pdfviewer/fluent2.css +4876 -0
  73. package/styles/pdfviewer/fluent2.scss +4 -0
  74. package/styles/pdfviewer/highcontrast-light.css +326 -10
  75. package/styles/pdfviewer/highcontrast.css +326 -10
  76. package/styles/pdfviewer/icons/_bds.scss +511 -0
  77. package/styles/pdfviewer/icons/_bootstrap-dark.scss +22 -0
  78. package/styles/pdfviewer/icons/_bootstrap.scss +22 -0
  79. package/styles/pdfviewer/icons/_bootstrap4.scss +22 -0
  80. package/styles/pdfviewer/icons/_bootstrap5.scss +23 -3
  81. package/styles/pdfviewer/icons/_fabric-dark.scss +22 -0
  82. package/styles/pdfviewer/icons/_fabric.scss +22 -0
  83. package/styles/pdfviewer/icons/_fluent.scss +23 -1
  84. package/styles/pdfviewer/icons/_fluent2.scss +510 -0
  85. package/styles/pdfviewer/icons/_fusionnew.scss +23 -1
  86. package/styles/pdfviewer/icons/_highcontrast-light.scss +22 -0
  87. package/styles/pdfviewer/icons/_highcontrast.scss +22 -0
  88. package/styles/pdfviewer/icons/_material-dark.scss +22 -0
  89. package/styles/pdfviewer/icons/_material.scss +22 -0
  90. package/styles/pdfviewer/icons/_material3.scss +23 -1
  91. package/styles/pdfviewer/icons/_tailwind-dark.scss +22 -0
  92. package/styles/pdfviewer/icons/_tailwind.scss +22 -0
  93. package/styles/pdfviewer/material-dark.css +326 -10
  94. package/styles/pdfviewer/material.css +326 -10
  95. package/styles/pdfviewer/material3-dark.css +329 -14
  96. package/styles/pdfviewer/material3.css +329 -14
  97. package/styles/pdfviewer/tailwind-dark.css +327 -11
  98. package/styles/pdfviewer/tailwind.css +327 -11
  99. package/styles/tailwind-dark.css +327 -11
  100. package/styles/tailwind-dark.scss +4 -1
  101. package/styles/tailwind.css +327 -11
  102. package/styles/tailwind.scss +4 -1
@@ -21,15 +21,30 @@
21
21
  .e-pdfviewer .e-pv-previous-page-navigation-icon::before {
22
22
  content: "\e765";
23
23
  }
24
+ .e-pdfviewer .e-pv-rotate-right-icon::before {
25
+ content: "\e8a6";
26
+ }
27
+ .e-pdfviewer .e-pv-organize-view-icon::before {
28
+ content: "\e8dc";
29
+ }
30
+ .e-pdfviewer .e-pv-organize-view-disable-icon::before {
31
+ color: #adb5bd;
32
+ content: "\e8dc";
33
+ }
34
+ .e-pdfviewer .e-pv-organize-view-selection-icon::before {
35
+ color: #fff;
36
+ content: "\e8dc";
37
+ }
38
+ .e-pdfviewer .e-pv-rotate-left-icon::before {
39
+ content: "\e8a5";
40
+ }
24
41
  .e-pdfviewer .e-pv-prev-search-icon::before {
25
- color: #6c757d;
26
42
  content: "\e765";
27
43
  }
28
44
  .e-pdfviewer .e-pv-next-page-navigation-icon::before {
29
45
  content: "\e748";
30
46
  }
31
47
  .e-pdfviewer .e-pv-next-search-icon::before {
32
- color: #6c757d;
33
48
  content: "\e748";
34
49
  }
35
50
  .e-pdfviewer .e-pv-last-page-navigation-icon::before {
@@ -792,6 +807,18 @@ input.e-pv-input-password::-ms-reveal {
792
807
  padding-top: 16px;
793
808
  }
794
809
 
810
+ .e-pv-image-container {
811
+ width: 100%;
812
+ height: 100%;
813
+ display: -ms-flexbox;
814
+ display: flex;
815
+ -ms-flex-pack: center;
816
+ justify-content: center;
817
+ -ms-flex-align: center;
818
+ align-items: center;
819
+ padding: 3px;
820
+ }
821
+
795
822
  .e-pv-gotopage-apply-btn.e-btn.e-flat.e-primary:disabled {
796
823
  background-color: transparent;
797
824
  }
@@ -1004,6 +1031,10 @@ input.e-pv-input-password::-ms-reveal {
1004
1031
  padding: 0;
1005
1032
  }
1006
1033
 
1034
+ .e-pv-fontfamily-container .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input {
1035
+ width: 100px;
1036
+ }
1037
+
1007
1038
  .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
1008
1039
  .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
1009
1040
  .e-input-group.e-control-wrapper.e-pv-zoom-drop-down-rtl.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error),
@@ -1167,6 +1198,10 @@ input.e-pv-input-password::-ms-reveal {
1167
1198
  padding-top: 6px;
1168
1199
  }
1169
1200
 
1201
+ .e-dialog .e-dlg-header {
1202
+ width: auto;
1203
+ }
1204
+
1170
1205
  .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input {
1171
1206
  max-height: 28px;
1172
1207
  padding-bottom: 4px;
@@ -1359,7 +1394,8 @@ input.e-pv-input-password::-ms-reveal {
1359
1394
  border-radius: 100px;
1360
1395
  }
1361
1396
 
1362
- .e-pv-thumbnail-view-button.e-btn {
1397
+ .e-pv-thumbnail-view-button.e-btn,
1398
+ .e-pv-organize-view-button.e-btn {
1363
1399
  background: transparent;
1364
1400
  border: 0;
1365
1401
  border-radius: 4px;
@@ -1379,6 +1415,262 @@ input.e-pv-input-password::-ms-reveal {
1379
1415
  justify-content: center;
1380
1416
  }
1381
1417
 
1418
+ .e-pv-organize-tile.e-pv-thumbnail-column {
1419
+ width: 100%;
1420
+ height: 100%;
1421
+ }
1422
+
1423
+ .e-pv-organize-content-apperance {
1424
+ overflow: hidden;
1425
+ }
1426
+
1427
+ .e-pv-organize-tile-view.e-pv-thumbnail-row {
1428
+ display: -ms-flexbox;
1429
+ display: flex;
1430
+ -ms-flex-pack: center;
1431
+ justify-content: center;
1432
+ -ms-flex-wrap: wrap;
1433
+ flex-wrap: wrap;
1434
+ overflow: auto;
1435
+ overflow-x: hidden;
1436
+ }
1437
+
1438
+ .e-pv-organize-anchor-node {
1439
+ border: 2px solid #dee2e6;
1440
+ margin: 24px;
1441
+ width: 140px;
1442
+ height: 140px;
1443
+ }
1444
+ @media only screen and (max-width: 1399.98px) {
1445
+ .e-pv-organize-anchor-node {
1446
+ width: 140px;
1447
+ height: 140px;
1448
+ }
1449
+ }
1450
+ @media only screen and (max-width: 1199.98px) {
1451
+ .e-pv-organize-anchor-node {
1452
+ width: 140px;
1453
+ height: 140px;
1454
+ }
1455
+ }
1456
+ @media only screen and (max-width: 991.98px) {
1457
+ .e-pv-organize-anchor-node {
1458
+ width: 140px;
1459
+ height: 140px;
1460
+ }
1461
+ }
1462
+ @media only screen and (max-width: 767.98px) {
1463
+ .e-pv-organize-anchor-node {
1464
+ width: 140px;
1465
+ height: 140px;
1466
+ min-width: 140px;
1467
+ min-height: 140px;
1468
+ }
1469
+ }
1470
+ @media only screen and (max-width: 575.98px) {
1471
+ .e-pv-organize-anchor-node {
1472
+ width: 140px;
1473
+ height: 140px;
1474
+ min-width: 140px;
1475
+ min-height: 140px;
1476
+ margin: 24px 20px;
1477
+ }
1478
+ }
1479
+
1480
+ .e-pdfviewer .e-pv-organize-tile.e-pv-thumbnail-column .e-checkbox-wrapper {
1481
+ width: 100%;
1482
+ height: 100%;
1483
+ position: relative;
1484
+ top: -100%;
1485
+ padding: 4px;
1486
+ }
1487
+
1488
+ @media screen and (max-width: 480px) {
1489
+ .e-pdfviewer .e-pv-organize-tile.e-pv-thumbnail-column .e-checkbox-wrapper {
1490
+ width: 100%;
1491
+ height: 100%;
1492
+ position: relative;
1493
+ top: -100%;
1494
+ padding: 4px;
1495
+ }
1496
+ }
1497
+ .e-pv-organize-buttondiv {
1498
+ -ms-flex-pack: center;
1499
+ justify-content: center;
1500
+ -ms-flex-wrap: nowrap;
1501
+ flex-wrap: nowrap;
1502
+ position: relative;
1503
+ text-align: center;
1504
+ top: calc(-100% - 12px + 1px);
1505
+ }
1506
+
1507
+ .e-pv-organize-anchor-node.e-pv-organize-node-selection-ring {
1508
+ border: 2px solid #0d6efd;
1509
+ border-radius: 2px;
1510
+ }
1511
+
1512
+ @media screen and (max-width: 480px) {
1513
+ .e-pv-organize-anchor-node.e-pv-organize-node-selection-ring {
1514
+ border: 2px solid #0d6efd;
1515
+ border-radius: 2px;
1516
+ }
1517
+ }
1518
+ .e-pv-organize-window {
1519
+ border: 1px solid #dee2e6;
1520
+ border-radius: 0;
1521
+ }
1522
+
1523
+ .e-pdfviewer .e-pv-organize-window .e-footer-content {
1524
+ border-top: 1px solid #dee2e6;
1525
+ padding: 15px;
1526
+ }
1527
+
1528
+ .e-pdfviewer .e-pv-organize-window .e-dlg-header-content {
1529
+ padding: 15px;
1530
+ }
1531
+
1532
+ .e-pv-tile-number {
1533
+ text-align: center;
1534
+ margin-top: 16.5px;
1535
+ }
1536
+
1537
+ .e-pv-delete-button.e-btn,
1538
+ .e-pv-rotate-left-button.e-btn,
1539
+ .e-pv-rotate-right-button.e-btn {
1540
+ width: 25px;
1541
+ height: 25px;
1542
+ -ms-flex-pack: center;
1543
+ justify-content: center;
1544
+ -ms-flex-align: center;
1545
+ align-items: center;
1546
+ margin: 0 5px;
1547
+ padding: 0;
1548
+ }
1549
+
1550
+ .e-pv-insert-left-button.e-btn {
1551
+ width: 25px;
1552
+ height: 25px;
1553
+ -ms-flex-pack: center;
1554
+ justify-content: center;
1555
+ -ms-flex-align: center;
1556
+ align-items: center;
1557
+ position: absolute;
1558
+ left: calc(-1 * (25px / 2 + 2px / 2));
1559
+ top: -70px;
1560
+ padding: 0;
1561
+ }
1562
+ @media only screen and (max-width: 1399.98px) {
1563
+ .e-pv-insert-left-button.e-btn {
1564
+ top: -70px;
1565
+ }
1566
+ }
1567
+ @media only screen and (max-width: 1199.98px) {
1568
+ .e-pv-insert-left-button.e-btn {
1569
+ top: -70px;
1570
+ }
1571
+ }
1572
+ @media only screen and (max-width: 991.98px) {
1573
+ .e-pv-insert-left-button.e-btn {
1574
+ top: -70px;
1575
+ }
1576
+ }
1577
+ @media only screen and (max-width: 767.98px) {
1578
+ .e-pv-insert-left-button.e-btn {
1579
+ top: -70px;
1580
+ }
1581
+ }
1582
+ @media only screen and (max-width: 575.98px) {
1583
+ .e-pv-insert-left-button.e-btn {
1584
+ top: -70px;
1585
+ }
1586
+ }
1587
+
1588
+ .e-pv-insert-right-button.e-btn {
1589
+ width: 25px;
1590
+ height: 25px;
1591
+ -ms-flex-pack: center;
1592
+ justify-content: center;
1593
+ -ms-flex-align: center;
1594
+ align-items: center;
1595
+ position: absolute;
1596
+ right: calc(-1 * (25px / 2 + 2px / 2));
1597
+ top: -70px;
1598
+ padding: 0;
1599
+ }
1600
+ @media only screen and (max-width: 1399.98px) {
1601
+ .e-pv-insert-right-button.e-btn {
1602
+ top: -70px;
1603
+ }
1604
+ }
1605
+ @media only screen and (max-width: 1199.98px) {
1606
+ .e-pv-insert-right-button.e-btn {
1607
+ top: -70px;
1608
+ }
1609
+ }
1610
+ @media only screen and (max-width: 991.98px) {
1611
+ .e-pv-insert-right-button.e-btn {
1612
+ top: -70px;
1613
+ }
1614
+ }
1615
+ @media only screen and (max-width: 767.98px) {
1616
+ .e-pv-insert-right-button.e-btn {
1617
+ top: -70px;
1618
+ }
1619
+ }
1620
+ @media only screen and (max-width: 575.98px) {
1621
+ .e-pv-insert-right-button.e-btn {
1622
+ top: -70px;
1623
+ }
1624
+ }
1625
+
1626
+ .e-pv-toolbar-rotate-left-button {
1627
+ height: 32px;
1628
+ width: 32px;
1629
+ padding: 0;
1630
+ top: 7px;
1631
+ position: relative;
1632
+ left: 436px;
1633
+ box-shadow: none;
1634
+ }
1635
+
1636
+ .e-pv-toolbar-rotate-right-button {
1637
+ height: 32px;
1638
+ width: 32px;
1639
+ padding: 0;
1640
+ top: 7px;
1641
+ position: relative;
1642
+ left: 445px;
1643
+ box-shadow: none;
1644
+ }
1645
+
1646
+ .e-pdfviewer .e-pv-organize-window .e-dlg-content {
1647
+ padding: 0;
1648
+ overflow: hidden;
1649
+ border-radius: 0;
1650
+ }
1651
+
1652
+ .e-pv-organize-toolbar-apperance.e-toolbar {
1653
+ width: 1172px;
1654
+ border: 1px solid #dee2e6;
1655
+ border-width: 1px 0;
1656
+ background: transparent !important; /* stylelint-disable-line declaration-no-important */
1657
+ }
1658
+ .e-pv-organize-toolbar-apperance.e-toolbar .e-toolbar-items.e-tbar-pos {
1659
+ background: transparent !important; /* stylelint-disable-line declaration-no-important */
1660
+ }
1661
+
1662
+ .e-pdfviewer .e-pv-organize-toolbar-apperance .e-checkbox-wrapper {
1663
+ margin-left: 22px;
1664
+ margin-right: 8px;
1665
+ text-wrap: nowrap;
1666
+ }
1667
+
1668
+ @media screen and (max-width: 480px) {
1669
+ .e-pdfviewer .e-pv-organize-toolbar-apperance .e-checkbox-wrapper {
1670
+ width: 35px;
1671
+ margin-left: 22px;
1672
+ }
1673
+ }
1382
1674
  .e-pv-thumbnail-view-button-selection.e-pv-thumbnail-view-button.e-btn,
1383
1675
  .e-pv-bookmark-button-selection.e-pv-bookmark-button.e-btn {
1384
1676
  background: #565e64;
@@ -1474,9 +1766,8 @@ input.e-pv-input-password::-ms-reveal {
1474
1766
  .e-pv-thumbnail-number {
1475
1767
  color: #343a40;
1476
1768
  font-family: Roboto;
1477
- padding-left: 50px;
1478
- padding-right: 50px;
1479
1769
  padding-top: 8px;
1770
+ text-align: center;
1480
1771
  }
1481
1772
 
1482
1773
  .e-pv-thumbnail-selection-ring {
@@ -1788,11 +2079,16 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1788
2079
 
1789
2080
  .e-pv-search-btn.e-btn {
1790
2081
  background-color: transparent;
2082
+ color: #6c757d;
1791
2083
  border: 0;
1792
2084
  box-shadow: none;
1793
2085
  height: 24px;
1794
2086
  margin-top: -6px;
1795
2087
  width: 24px;
2088
+ padding-bottom: 0;
2089
+ padding-left: 1px;
2090
+ padding-right: 1px;
2091
+ padding-top: 1px;
1796
2092
  }
1797
2093
 
1798
2094
  .e-pv-search-btn.e-btn:active {
@@ -2021,10 +2317,30 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2021
2317
  width: 32px;
2022
2318
  }
2023
2319
 
2320
+ .e-pv-organize-total-page-button {
2321
+ float: left;
2322
+ font-weight: normal;
2323
+ color: #212529;
2324
+ font-size: 12;
2325
+ }
2326
+
2327
+ .e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
2328
+ background-color: transparent;
2329
+ background: transparent;
2330
+ color: #212529;
2331
+ cursor: default;
2332
+ }
2333
+
2024
2334
  .e-pv-annotation-thickness-slider-container {
2025
2335
  margin-top: -6px;
2026
2336
  }
2027
2337
 
2338
+ .e-pv-organize-image {
2339
+ width: calc(100% - 4px);
2340
+ height: calc(100% - 4px);
2341
+ border: 1px solid #dee2e6;
2342
+ }
2343
+
2028
2344
  .e-pv-annotation-opacity-icon {
2029
2345
  padding-top: 1px;
2030
2346
  }
@@ -2310,8 +2626,8 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2310
2626
  .e-pv-properties-line-stroke-color-label,
2311
2627
  .e-pv-properties-line-opacity-label,
2312
2628
  .e-pv-properties-line-leader-length-label {
2313
- margin-bottom: 8px;
2314
2629
  font-size: 14px;
2630
+ margin-bottom: 8px;
2315
2631
  }
2316
2632
 
2317
2633
  .e-pv-properties-line-end-container,
@@ -2496,7 +2812,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2496
2812
  .e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
2497
2813
  height: 30px;
2498
2814
  line-height: 25px;
2499
- margin: 4px 0;
2815
+ margin: 0;
2500
2816
  padding: 0 1.5px;
2501
2817
  width: 30px;
2502
2818
  }
@@ -2603,6 +2919,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2603
2919
  .e-pdfviewer .e-checkbox-wrapper .e-frame + .e-label,
2604
2920
  .e-pdfviewer .e-css.e-checkbox-wrapper .e-frame + .e-label {
2605
2921
  margin-right: 10px;
2922
+ font-size: 14px;
2606
2923
  }
2607
2924
 
2608
2925
  div > .e-pv-bookmark-icon.e-pv-icon.e-right {
@@ -2837,8 +3154,9 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2837
3154
  font-size: 14px;
2838
3155
  font-size: 12px;
2839
3156
  font-weight: 500;
2840
- max-width: 237px;
2841
3157
  position: absolute;
3158
+ overflow: hidden;
3159
+ text-overflow: ellipsis;
2842
3160
  }
2843
3161
 
2844
3162
  .e-pv-reply-title {
@@ -2847,10 +3165,11 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2847
3165
  font-size: 14px;
2848
3166
  font-size: 12px;
2849
3167
  font-weight: 500;
2850
- max-width: 212px;
2851
3168
  padding-left: 8px;
2852
3169
  padding-top: 7px;
2853
3170
  position: absolute;
3171
+ overflow: hidden;
3172
+ text-overflow: ellipsis;
2854
3173
  }
2855
3174
 
2856
3175
  .e-pv-comments-hover {
@@ -2966,8 +3285,8 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2966
3285
  }
2967
3286
 
2968
3287
  .e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
2969
- margin-top: 10px;
2970
3288
  padding-bottom: 5px;
3289
+ margin-top: 10px;
2971
3290
  }
2972
3291
 
2973
3292
  .e-pdfviewer .e-pv-signature-window .e-footer-content {
@@ -3060,12 +3379,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
3060
3379
  border-radius: 5px;
3061
3380
  display: inline-block;
3062
3381
  font-size: 13px;
3063
- height: 88px;
3064
- margin: 15px;
3065
3382
  padding-top: 40px;
3066
3383
  text-align: center;
3067
- width: 311px;
3068
3384
  word-wrap: break-word;
3385
+ height: 88px;
3386
+ width: 311px;
3387
+ margin: 15px;
3069
3388
  }
3070
3389
 
3071
3390
  .e-pv-stamp-template-container .e-menu-container .e-menu .e-menu-item.e-focused {
@@ -1 +1,4 @@
1
- @import 'pdfviewer/bootstrap5.scss';
1
+ @import 'ej2-base/styles/definition/bootstrap5.scss';
2
+ @import 'pdfviewer/bootstrap5-definition.scss';
3
+ @import 'pdfviewer/icons/bootstrap5.scss';
4
+ @import 'pdfviewer/all.scss';