@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
@@ -44,7 +44,7 @@
44
44
  --color-sf-on-warning: 99, 52, 0;
45
45
  --color-sf-on-warning-container: 255, 220, 193;
46
46
  --color-sf-spreadsheet-gridline: 231, 224, 236;
47
- --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
47
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000, 0 0 0 3px #fff;
48
48
  --color-sf-success-text: 0, 0, 0;
49
49
  --color-sf-warning-text: 0, 0, 0;
50
50
  --color-sf-info-text: 0, 0, 0;
@@ -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
  }
@@ -1044,6 +1073,10 @@ input.e-pv-input-password::-ms-reveal {
1044
1073
  padding: 0;
1045
1074
  }
1046
1075
 
1076
+ .e-pv-fontfamily-container .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-valid-input {
1077
+ width: 100px;
1078
+ }
1079
+
1047
1080
  .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),
1048
1081
  .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),
1049
1082
  .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),
@@ -1182,6 +1215,10 @@ input.e-pv-input-password::-ms-reveal {
1182
1215
  border-top: 0;
1183
1216
  }
1184
1217
 
1218
+ .e-dialog .e-dlg-header {
1219
+ width: auto;
1220
+ }
1221
+
1185
1222
  .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input {
1186
1223
  max-height: 32px;
1187
1224
  padding-bottom: 4px;
@@ -1373,7 +1410,8 @@ input.e-pv-input-password::-ms-reveal {
1373
1410
  height: 329px;
1374
1411
  }
1375
1412
 
1376
- .e-pv-thumbnail-view-button.e-btn {
1413
+ .e-pv-thumbnail-view-button.e-btn,
1414
+ .e-pv-organize-view-button.e-btn {
1377
1415
  background: transparent;
1378
1416
  border: 0;
1379
1417
  border-radius: 4px;
@@ -1387,6 +1425,262 @@ input.e-pv-input-password::-ms-reveal {
1387
1425
  width: 32px;
1388
1426
  }
1389
1427
 
1428
+ .e-pv-organize-tile.e-pv-thumbnail-column {
1429
+ width: 100%;
1430
+ height: 100%;
1431
+ }
1432
+
1433
+ .e-pv-organize-content-apperance {
1434
+ overflow: hidden;
1435
+ }
1436
+
1437
+ .e-pv-organize-tile-view.e-pv-thumbnail-row {
1438
+ display: -ms-flexbox;
1439
+ display: flex;
1440
+ -ms-flex-pack: center;
1441
+ justify-content: center;
1442
+ -ms-flex-wrap: wrap;
1443
+ flex-wrap: wrap;
1444
+ overflow: auto;
1445
+ overflow-x: hidden;
1446
+ }
1447
+
1448
+ .e-pv-organize-anchor-node {
1449
+ border: 2px solid rgba(var(--color-sf-outline-variant));
1450
+ margin: 24px;
1451
+ width: 140px;
1452
+ height: 140px;
1453
+ }
1454
+ @media only screen and (max-width: 1399.98px) {
1455
+ .e-pv-organize-anchor-node {
1456
+ width: 140px;
1457
+ height: 140px;
1458
+ }
1459
+ }
1460
+ @media only screen and (max-width: 1199.98px) {
1461
+ .e-pv-organize-anchor-node {
1462
+ width: 140px;
1463
+ height: 140px;
1464
+ }
1465
+ }
1466
+ @media only screen and (max-width: 991.98px) {
1467
+ .e-pv-organize-anchor-node {
1468
+ width: 140px;
1469
+ height: 140px;
1470
+ }
1471
+ }
1472
+ @media only screen and (max-width: 767.98px) {
1473
+ .e-pv-organize-anchor-node {
1474
+ width: 140px;
1475
+ height: 140px;
1476
+ min-width: 140px;
1477
+ min-height: 140px;
1478
+ }
1479
+ }
1480
+ @media only screen and (max-width: 575.98px) {
1481
+ .e-pv-organize-anchor-node {
1482
+ width: 140px;
1483
+ height: 140px;
1484
+ min-width: 140px;
1485
+ min-height: 140px;
1486
+ margin: 24px 20px;
1487
+ }
1488
+ }
1489
+
1490
+ .e-pdfviewer .e-pv-organize-tile.e-pv-thumbnail-column .e-checkbox-wrapper {
1491
+ width: 100%;
1492
+ height: 100%;
1493
+ position: relative;
1494
+ top: -100%;
1495
+ padding: 4px;
1496
+ }
1497
+
1498
+ @media screen and (max-width: 480px) {
1499
+ .e-pdfviewer .e-pv-organize-tile.e-pv-thumbnail-column .e-checkbox-wrapper {
1500
+ width: 100%;
1501
+ height: 100%;
1502
+ position: relative;
1503
+ top: -100%;
1504
+ padding: 4px;
1505
+ }
1506
+ }
1507
+ .e-pv-organize-buttondiv {
1508
+ -ms-flex-pack: center;
1509
+ justify-content: center;
1510
+ -ms-flex-wrap: nowrap;
1511
+ flex-wrap: nowrap;
1512
+ position: relative;
1513
+ text-align: center;
1514
+ top: calc(-100% - 12px + 1px);
1515
+ }
1516
+
1517
+ .e-pv-organize-anchor-node.e-pv-organize-node-selection-ring {
1518
+ border: 2px solid rgba(var(--color-sf-primary));
1519
+ border-radius: 2px;
1520
+ }
1521
+
1522
+ @media screen and (max-width: 480px) {
1523
+ .e-pv-organize-anchor-node.e-pv-organize-node-selection-ring {
1524
+ border: 2px solid rgba(var(--color-sf-primary));
1525
+ border-radius: 2px;
1526
+ }
1527
+ }
1528
+ .e-pv-organize-window {
1529
+ border: 1px solid rgba(var(--color-sf-outline-variant));
1530
+ border-radius: 0;
1531
+ }
1532
+
1533
+ .e-pdfviewer .e-pv-organize-window .e-footer-content {
1534
+ border-top: 1px solid rgba(var(--color-sf-outline-variant));
1535
+ padding: 15px;
1536
+ }
1537
+
1538
+ .e-pdfviewer .e-pv-organize-window .e-dlg-header-content {
1539
+ padding: 15px;
1540
+ }
1541
+
1542
+ .e-pv-tile-number {
1543
+ text-align: center;
1544
+ margin-top: 16.5px;
1545
+ }
1546
+
1547
+ .e-pv-delete-button.e-btn,
1548
+ .e-pv-rotate-left-button.e-btn,
1549
+ .e-pv-rotate-right-button.e-btn {
1550
+ width: 25px;
1551
+ height: 25px;
1552
+ -ms-flex-pack: center;
1553
+ justify-content: center;
1554
+ -ms-flex-align: center;
1555
+ align-items: center;
1556
+ margin: 0 5px;
1557
+ padding: 0;
1558
+ }
1559
+
1560
+ .e-pv-insert-left-button.e-btn {
1561
+ width: 25px;
1562
+ height: 25px;
1563
+ -ms-flex-pack: center;
1564
+ justify-content: center;
1565
+ -ms-flex-align: center;
1566
+ align-items: center;
1567
+ position: absolute;
1568
+ left: calc(-1 * (25px / 2 + 2px / 2));
1569
+ top: -70px;
1570
+ padding: 0;
1571
+ }
1572
+ @media only screen and (max-width: 1399.98px) {
1573
+ .e-pv-insert-left-button.e-btn {
1574
+ top: -70px;
1575
+ }
1576
+ }
1577
+ @media only screen and (max-width: 1199.98px) {
1578
+ .e-pv-insert-left-button.e-btn {
1579
+ top: -70px;
1580
+ }
1581
+ }
1582
+ @media only screen and (max-width: 991.98px) {
1583
+ .e-pv-insert-left-button.e-btn {
1584
+ top: -70px;
1585
+ }
1586
+ }
1587
+ @media only screen and (max-width: 767.98px) {
1588
+ .e-pv-insert-left-button.e-btn {
1589
+ top: -70px;
1590
+ }
1591
+ }
1592
+ @media only screen and (max-width: 575.98px) {
1593
+ .e-pv-insert-left-button.e-btn {
1594
+ top: -70px;
1595
+ }
1596
+ }
1597
+
1598
+ .e-pv-insert-right-button.e-btn {
1599
+ width: 25px;
1600
+ height: 25px;
1601
+ -ms-flex-pack: center;
1602
+ justify-content: center;
1603
+ -ms-flex-align: center;
1604
+ align-items: center;
1605
+ position: absolute;
1606
+ right: calc(-1 * (25px / 2 + 2px / 2));
1607
+ top: -70px;
1608
+ padding: 0;
1609
+ }
1610
+ @media only screen and (max-width: 1399.98px) {
1611
+ .e-pv-insert-right-button.e-btn {
1612
+ top: -70px;
1613
+ }
1614
+ }
1615
+ @media only screen and (max-width: 1199.98px) {
1616
+ .e-pv-insert-right-button.e-btn {
1617
+ top: -70px;
1618
+ }
1619
+ }
1620
+ @media only screen and (max-width: 991.98px) {
1621
+ .e-pv-insert-right-button.e-btn {
1622
+ top: -70px;
1623
+ }
1624
+ }
1625
+ @media only screen and (max-width: 767.98px) {
1626
+ .e-pv-insert-right-button.e-btn {
1627
+ top: -70px;
1628
+ }
1629
+ }
1630
+ @media only screen and (max-width: 575.98px) {
1631
+ .e-pv-insert-right-button.e-btn {
1632
+ top: -70px;
1633
+ }
1634
+ }
1635
+
1636
+ .e-pv-toolbar-rotate-left-button {
1637
+ height: 32px;
1638
+ width: 32px;
1639
+ padding: 0;
1640
+ top: 7px;
1641
+ position: relative;
1642
+ left: 436px;
1643
+ box-shadow: none;
1644
+ }
1645
+
1646
+ .e-pv-toolbar-rotate-right-button {
1647
+ height: 32px;
1648
+ width: 32px;
1649
+ padding: 0;
1650
+ top: 7px;
1651
+ position: relative;
1652
+ left: 445px;
1653
+ box-shadow: none;
1654
+ }
1655
+
1656
+ .e-pdfviewer .e-pv-organize-window .e-dlg-content {
1657
+ padding: 0;
1658
+ overflow: hidden;
1659
+ border-radius: 0;
1660
+ }
1661
+
1662
+ .e-pv-organize-toolbar-apperance.e-toolbar {
1663
+ width: 1172px;
1664
+ border: 1px solid rgba(var(--color-sf-outline-variant));
1665
+ border-width: 1px 0;
1666
+ background: transparent !important; /* stylelint-disable-line declaration-no-important */
1667
+ }
1668
+ .e-pv-organize-toolbar-apperance.e-toolbar .e-toolbar-items.e-tbar-pos {
1669
+ background: transparent !important; /* stylelint-disable-line declaration-no-important */
1670
+ }
1671
+
1672
+ .e-pdfviewer .e-pv-organize-toolbar-apperance .e-checkbox-wrapper {
1673
+ margin-left: 22px;
1674
+ margin-right: 8px;
1675
+ text-wrap: nowrap;
1676
+ }
1677
+
1678
+ @media screen and (max-width: 480px) {
1679
+ .e-pdfviewer .e-pv-organize-toolbar-apperance .e-checkbox-wrapper {
1680
+ width: 35px;
1681
+ margin-left: 22px;
1682
+ }
1683
+ }
1390
1684
  .e-pv-thumbnail-view-button-selection.e-pv-thumbnail-view-button.e-btn,
1391
1685
  .e-pv-bookmark-button-selection.e-pv-bookmark-button.e-btn {
1392
1686
  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 +1766,8 @@ input.e-pv-input-password::-ms-reveal {
1472
1766
  .e-pv-thumbnail-number {
1473
1767
  color: rgba(var(--color-sf-on-surface));
1474
1768
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
1475
- padding-left: 50px;
1476
- padding-right: 50px;
1477
1769
  padding-top: 8px;
1770
+ text-align: center;
1478
1771
  font-weight: 500;
1479
1772
  }
1480
1773
 
@@ -1970,10 +2263,30 @@ div > .e-pv-bookmark-icon.e-pv-icon {
1970
2263
  width: 32px;
1971
2264
  }
1972
2265
 
2266
+ .e-pv-organize-total-page-button {
2267
+ float: left;
2268
+ font-weight: normal;
2269
+ color: rgba(var(--color-sf-on-surface));
2270
+ font-size: 12;
2271
+ }
2272
+
2273
+ .e-pdfviewer .e-pv-organize-window .e-footer-content .e-btn.e-flat:disabled {
2274
+ background-color: transparent;
2275
+ background: transparent;
2276
+ color: rgba(var(--color-sf-on-surface));
2277
+ cursor: default;
2278
+ }
2279
+
1973
2280
  .e-pv-annotation-thickness-slider-container {
1974
2281
  margin-top: -6px;
1975
2282
  }
1976
2283
 
2284
+ .e-pv-organize-image {
2285
+ width: calc(100% - 4px);
2286
+ height: calc(100% - 4px);
2287
+ border: 1px solid rgba(var(--color-sf-outline-variant));
2288
+ }
2289
+
1977
2290
  .e-pv-annotation-opacity-icon {
1978
2291
  padding-top: 1px;
1979
2292
  }
@@ -2218,9 +2531,9 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2218
2531
  .e-pv-properties-line-stroke-color-label,
2219
2532
  .e-pv-properties-line-opacity-label,
2220
2533
  .e-pv-properties-line-leader-length-label {
2221
- margin-bottom: 8px;
2222
2534
  font-size: 10px;
2223
2535
  margin-bottom: 0;
2536
+ margin-bottom: 8px;
2224
2537
  }
2225
2538
 
2226
2539
  .e-pv-properties-line-end-container,
@@ -2359,7 +2672,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2359
2672
  .e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn {
2360
2673
  height: 32px;
2361
2674
  line-height: 25px;
2362
- margin: 4px 0;
2675
+ margin: 0;
2363
2676
  width: 32px;
2364
2677
  }
2365
2678
 
@@ -2431,6 +2744,7 @@ div > .e-pv-bookmark-icon.e-pv-icon {
2431
2744
  .e-pdfviewer .e-checkbox-wrapper .e-frame + .e-label,
2432
2745
  .e-pdfviewer .e-css.e-checkbox-wrapper .e-frame + .e-label {
2433
2746
  margin-right: 10px;
2747
+ font-size: 14px;
2434
2748
  }
2435
2749
 
2436
2750
  div > .e-pv-bookmark-icon.e-pv-icon.e-right {
@@ -2507,12 +2821,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2507
2821
  }
2508
2822
 
2509
2823
  .e-pv-reply-div.e-pv-comments-leave.e-focused {
2510
- border: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
2824
+ border: 0 0 0 1px #000, 0 0 0 3px #fff;
2511
2825
  background: rgba(var(--color-sf-on-surface), 0.05);
2512
2826
  }
2513
2827
 
2514
2828
  .e-pv-comments-div.e-focused {
2515
- border: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
2829
+ border: 0 0 0 1px #000, 0 0 0 3px #fff;
2516
2830
  background: rgba(var(--color-sf-on-surface), 0.05);
2517
2831
  }
2518
2832
 
@@ -2701,18 +3015,20 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2701
3015
  padding-top: 12px;
2702
3016
  padding-bottom: 30px;
2703
3017
  height: 18px;
2704
- max-width: 237px;
2705
3018
  position: absolute;
3019
+ overflow: hidden;
3020
+ text-overflow: ellipsis;
2706
3021
  }
2707
3022
 
2708
3023
  .e-pv-reply-title {
2709
3024
  color: rgba(var(--color-sf-on-surface));
2710
3025
  font-size: 14px;
2711
3026
  font-size: 12px;
2712
- max-width: 212px;
2713
3027
  padding-left: 8px;
2714
3028
  padding-top: 12px;
2715
3029
  position: absolute;
3030
+ overflow: hidden;
3031
+ text-overflow: ellipsis;
2716
3032
  }
2717
3033
 
2718
3034
  .e-pv-comments-hover {
@@ -2835,7 +3151,6 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2835
3151
  }
2836
3152
 
2837
3153
  .e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper {
2838
- margin-top: 10px;
2839
3154
  padding-bottom: 5px;
2840
3155
  margin-top: 12px;
2841
3156
  }
@@ -2901,12 +3216,12 @@ div > .e-pv-bookmark-icon.e-pv-icon.e-right {
2901
3216
  border-radius: 5px;
2902
3217
  display: inline-block;
2903
3218
  font-size: 13px;
2904
- height: 88px;
2905
- margin: 15px;
2906
3219
  padding-top: 40px;
2907
3220
  text-align: center;
2908
- width: 311px;
2909
3221
  word-wrap: break-word;
3222
+ height: 88px;
3223
+ width: 311px;
3224
+ margin: 15px;
2910
3225
  border: 1px dashed rgba(var(--color-sf-primary));
2911
3226
  border-radius: 4px;
2912
3227
  background: var(--color-sf-surface);
@@ -1,3 +1,6 @@
1
1
 
2
2
  @import 'ej2-base/styles/definition/material3-dark.scss';
3
- @import 'pdfviewer/material3-dark.scss';
3
+
4
+ @import 'pdfviewer/material3-dark-definition.scss';
5
+ @import 'pdfviewer/icons/material3-dark.scss';
6
+ @import 'pdfviewer/all.scss';