@syncfusion/ej2-react-documenteditor 21.2.9 → 22.1.34
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.
- package/CHANGELOG.md +22 -0
- package/dist/ej2-react-documenteditor.min.js +1 -1
- package/dist/ej2-react-documenteditor.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +102 -37
- package/styles/bootstrap.css +106 -37
- package/styles/bootstrap4.css +110 -37
- package/styles/bootstrap5-dark.css +102 -37
- package/styles/bootstrap5.css +102 -37
- package/styles/document-editor/bootstrap-dark.css +6 -0
- package/styles/document-editor/bootstrap.css +10 -0
- package/styles/document-editor/bootstrap4.css +14 -0
- package/styles/document-editor/bootstrap5-dark.css +6 -0
- package/styles/document-editor/bootstrap5.css +6 -0
- package/styles/document-editor/fabric-dark.css +6 -0
- package/styles/document-editor/fabric.css +10 -0
- package/styles/document-editor/fluent-dark.css +6 -0
- package/styles/document-editor/fluent.css +6 -0
- package/styles/document-editor/highcontrast.css +6 -0
- package/styles/document-editor/material-dark.css +6 -0
- package/styles/document-editor/material.css +6 -0
- package/styles/document-editor/material3-dark.css +3971 -0
- package/styles/document-editor/material3-dark.scss +2 -0
- package/styles/document-editor/material3.css +4027 -0
- package/styles/document-editor/material3.scss +2 -0
- package/styles/document-editor/tailwind-dark.css +6 -0
- package/styles/document-editor/tailwind.css +6 -0
- package/styles/document-editor-container/bootstrap-dark.css +96 -37
- package/styles/document-editor-container/bootstrap.css +96 -37
- package/styles/document-editor-container/bootstrap4.css +96 -37
- package/styles/document-editor-container/bootstrap5-dark.css +96 -37
- package/styles/document-editor-container/bootstrap5.css +96 -37
- package/styles/document-editor-container/fabric-dark.css +96 -37
- package/styles/document-editor-container/fabric.css +96 -37
- package/styles/document-editor-container/fluent-dark.css +96 -37
- package/styles/document-editor-container/fluent.css +96 -37
- package/styles/document-editor-container/highcontrast-light.css +96 -37
- package/styles/document-editor-container/highcontrast.css +96 -37
- package/styles/document-editor-container/material-dark.css +101 -42
- package/styles/document-editor-container/material.css +97 -37
- package/styles/document-editor-container/material3-dark.css +2178 -0
- package/styles/document-editor-container/material3-dark.scss +2 -0
- package/styles/document-editor-container/material3.css +2234 -0
- package/styles/document-editor-container/material3.scss +2 -0
- package/styles/document-editor-container/tailwind-dark.css +95 -36
- package/styles/document-editor-container/tailwind.css +95 -36
- package/styles/fabric-dark.css +102 -37
- package/styles/fabric.css +106 -37
- package/styles/fluent-dark.css +102 -37
- package/styles/fluent.css +102 -37
- package/styles/highcontrast-light.css +96 -37
- package/styles/highcontrast.css +102 -37
- package/styles/material-dark.css +107 -42
- package/styles/material.css +103 -37
- package/styles/material3-dark.css +6150 -0
- package/styles/material3-dark.scss +3 -0
- package/styles/material3.css +6261 -0
- package/styles/material3.scss +3 -0
- package/styles/tailwind-dark.css +101 -36
- package/styles/tailwind.css +101 -36
|
@@ -402,6 +402,21 @@
|
|
|
402
402
|
font-family: "e-icons";
|
|
403
403
|
}
|
|
404
404
|
|
|
405
|
+
.e-de-e-paragraph-style-mark::before {
|
|
406
|
+
content: "\e353";
|
|
407
|
+
font-family: "e-icons";
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
.e-de-e-character-style-mark::before {
|
|
411
|
+
content: "\e97d";
|
|
412
|
+
font-family: "e-icons";
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
.e-de-e-linked-style-mark::before {
|
|
416
|
+
content: "\e97e";
|
|
417
|
+
font-family: "e-icons";
|
|
418
|
+
}
|
|
419
|
+
|
|
405
420
|
.e-de-ctnr-columns::before {
|
|
406
421
|
content: "\e955";
|
|
407
422
|
font-family: "e-icons";
|
|
@@ -534,6 +549,46 @@
|
|
|
534
549
|
height: 100%;
|
|
535
550
|
}
|
|
536
551
|
|
|
552
|
+
.e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
|
|
553
|
+
box-shadow: none;
|
|
554
|
+
height: 28px;
|
|
555
|
+
}
|
|
556
|
+
.e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
|
|
557
|
+
box-shadow: none;
|
|
558
|
+
}
|
|
559
|
+
.e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
|
|
560
|
+
box-shadow: none;
|
|
561
|
+
}
|
|
562
|
+
.e-de-prop-pane .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
563
|
+
box-shadow: none;
|
|
564
|
+
}
|
|
565
|
+
|
|
566
|
+
.e-de-ctnr-group-btn-middle button {
|
|
567
|
+
border-radius: 0px;
|
|
568
|
+
}
|
|
569
|
+
|
|
570
|
+
.de-tbl-fill-clr .e-dropdown-btn.e-btn {
|
|
571
|
+
box-shadow: none;
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
.e-de-prop-pane .e-de-ctnr-group-btn button,
|
|
575
|
+
.e-de-ctn .e-de-status-bar button {
|
|
576
|
+
box-shadow: none;
|
|
577
|
+
height: 28px;
|
|
578
|
+
}
|
|
579
|
+
.e-de-prop-pane .e-de-ctnr-group-btn button:focus,
|
|
580
|
+
.e-de-ctn .e-de-status-bar button:focus {
|
|
581
|
+
box-shadow: none;
|
|
582
|
+
}
|
|
583
|
+
.e-de-prop-pane .e-de-ctnr-group-btn button:active,
|
|
584
|
+
.e-de-ctn .e-de-status-bar button:active {
|
|
585
|
+
box-shadow: none;
|
|
586
|
+
}
|
|
587
|
+
.e-de-prop-pane .e-de-ctnr-group-btn button:hover,
|
|
588
|
+
.e-de-ctn .e-de-status-bar button:hover {
|
|
589
|
+
box-shadow: none;
|
|
590
|
+
}
|
|
591
|
+
|
|
537
592
|
.e-de-statusbar-pageweb {
|
|
538
593
|
background: #fafafa;
|
|
539
594
|
border: 0;
|
|
@@ -571,7 +626,10 @@
|
|
|
571
626
|
}
|
|
572
627
|
|
|
573
628
|
.e-de-listview-icon {
|
|
629
|
+
height: auto;
|
|
630
|
+
width: auto;
|
|
574
631
|
line-height: 22px;
|
|
632
|
+
margin-right: 12px;
|
|
575
633
|
}
|
|
576
634
|
|
|
577
635
|
.e-de-linespacing {
|
|
@@ -642,14 +700,22 @@
|
|
|
642
700
|
.e-de-statusbar-separator {
|
|
643
701
|
border-left: 1px solid #ebebeb;
|
|
644
702
|
height: 16px;
|
|
645
|
-
margin-left:
|
|
703
|
+
margin-left: 7.5px;
|
|
704
|
+
margin-right: 7.5px;
|
|
705
|
+
margin-top: 10px;
|
|
706
|
+
}
|
|
707
|
+
|
|
708
|
+
.e-bigger .e-de-statusbar-separator {
|
|
709
|
+
border-left: 1px solid #ebebeb;
|
|
710
|
+
height: 16px;
|
|
711
|
+
margin-left: 7.5px;
|
|
712
|
+
margin-right: 7.5px;
|
|
646
713
|
margin-top: 10px;
|
|
647
714
|
}
|
|
648
715
|
|
|
649
716
|
.e-de-statusbar-spellcheck {
|
|
650
717
|
border-radius: 2px;
|
|
651
718
|
font-weight: 400;
|
|
652
|
-
margin-left: 7.5px;
|
|
653
719
|
}
|
|
654
720
|
|
|
655
721
|
.e-de-ctn {
|
|
@@ -662,7 +728,6 @@
|
|
|
662
728
|
|
|
663
729
|
.e-bigger .e-de-statusbar-spellcheck {
|
|
664
730
|
border-radius: 2px;
|
|
665
|
-
margin-left: 7.5px;
|
|
666
731
|
}
|
|
667
732
|
|
|
668
733
|
.e-de-ctnr-toolbar {
|
|
@@ -917,6 +982,7 @@
|
|
|
917
982
|
}
|
|
918
983
|
|
|
919
984
|
.e-de-review-pane {
|
|
985
|
+
background: #fafafa;
|
|
920
986
|
border-left: 1px solid #e0e0e0;
|
|
921
987
|
height: 100%;
|
|
922
988
|
min-height: 200px;
|
|
@@ -934,34 +1000,6 @@
|
|
|
934
1000
|
width: 270px;
|
|
935
1001
|
}
|
|
936
1002
|
|
|
937
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
|
|
938
|
-
box-shadow: none;
|
|
939
|
-
height: 28px;
|
|
940
|
-
}
|
|
941
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
|
|
942
|
-
box-shadow: none;
|
|
943
|
-
}
|
|
944
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
|
|
945
|
-
box-shadow: none;
|
|
946
|
-
}
|
|
947
|
-
.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
948
|
-
box-shadow: none;
|
|
949
|
-
}
|
|
950
|
-
|
|
951
|
-
.e-de-ctnr-group-btn button {
|
|
952
|
-
box-shadow: none;
|
|
953
|
-
height: 28px;
|
|
954
|
-
}
|
|
955
|
-
.e-de-ctnr-group-btn button:focus {
|
|
956
|
-
box-shadow: none;
|
|
957
|
-
}
|
|
958
|
-
.e-de-ctnr-group-btn button:active {
|
|
959
|
-
box-shadow: none;
|
|
960
|
-
}
|
|
961
|
-
.e-de-ctnr-group-btn button:hover {
|
|
962
|
-
box-shadow: none;
|
|
963
|
-
}
|
|
964
|
-
|
|
965
1003
|
.e-de-property-div-padding {
|
|
966
1004
|
border-bottom: 0.5px solid #e0e0e0;
|
|
967
1005
|
padding: 12.5px;
|
|
@@ -1085,7 +1123,7 @@
|
|
|
1085
1123
|
}
|
|
1086
1124
|
|
|
1087
1125
|
.e-de-list-header-presetmenu .e-de-list-line {
|
|
1088
|
-
border-bottom: 1px solid #ccc;
|
|
1126
|
+
border-bottom: 1px solid #ccc !important;
|
|
1089
1127
|
margin-left: 5px;
|
|
1090
1128
|
width: 100%;
|
|
1091
1129
|
}
|
|
@@ -1154,10 +1192,10 @@
|
|
|
1154
1192
|
}
|
|
1155
1193
|
|
|
1156
1194
|
.e-de-list-container {
|
|
1157
|
-
background: #fafafa;
|
|
1158
1195
|
border: 1px solid #ccc;
|
|
1159
1196
|
border-radius: 2px;
|
|
1160
1197
|
box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
|
|
1198
|
+
background: #fafafa;
|
|
1161
1199
|
box-sizing: border-box;
|
|
1162
1200
|
display: inline-block;
|
|
1163
1201
|
line-height: normal;
|
|
@@ -1430,7 +1468,7 @@
|
|
|
1430
1468
|
}
|
|
1431
1469
|
|
|
1432
1470
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
1433
|
-
height:
|
|
1471
|
+
height: 36px !important;
|
|
1434
1472
|
}
|
|
1435
1473
|
|
|
1436
1474
|
.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
@@ -1457,7 +1495,10 @@
|
|
|
1457
1495
|
margin-left: 12px;
|
|
1458
1496
|
}
|
|
1459
1497
|
.e-rtl .e-de-listview-icon {
|
|
1498
|
+
height: auto;
|
|
1499
|
+
width: auto;
|
|
1460
1500
|
line-height: 22px;
|
|
1501
|
+
margin-left: 12px;
|
|
1461
1502
|
}
|
|
1462
1503
|
|
|
1463
1504
|
.e-bigger .de-split-button > div:first-child {
|
|
@@ -1572,7 +1613,6 @@
|
|
|
1572
1613
|
height: 82px;
|
|
1573
1614
|
}
|
|
1574
1615
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
|
|
1575
|
-
height: 25px;
|
|
1576
1616
|
margin: 0 7.5px;
|
|
1577
1617
|
}
|
|
1578
1618
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
|
|
@@ -1653,6 +1693,7 @@
|
|
|
1653
1693
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
1654
1694
|
display: table;
|
|
1655
1695
|
font-size: 13px;
|
|
1696
|
+
font-size: 12px !important;
|
|
1656
1697
|
margin: 0 6px;
|
|
1657
1698
|
padding: 0;
|
|
1658
1699
|
white-space: normal;
|
|
@@ -1675,6 +1716,19 @@
|
|
|
1675
1716
|
.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
|
|
1676
1717
|
box-shadow: none;
|
|
1677
1718
|
}
|
|
1719
|
+
.e-bigger .e-de-status-bar button {
|
|
1720
|
+
height: 36px;
|
|
1721
|
+
box-shadow: none;
|
|
1722
|
+
}
|
|
1723
|
+
.e-bigger .e-de-status-bar button:focus {
|
|
1724
|
+
box-shadow: none;
|
|
1725
|
+
}
|
|
1726
|
+
.e-bigger .e-de-status-bar button:active {
|
|
1727
|
+
box-shadow: none;
|
|
1728
|
+
}
|
|
1729
|
+
.e-bigger .e-de-status-bar button:hover {
|
|
1730
|
+
box-shadow: none;
|
|
1731
|
+
}
|
|
1678
1732
|
.e-bigger .e-de-ctnr-group-btn button {
|
|
1679
1733
|
box-shadow: none;
|
|
1680
1734
|
height: 36px;
|
|
@@ -1788,18 +1842,18 @@
|
|
|
1788
1842
|
margin-left: 10px;
|
|
1789
1843
|
}
|
|
1790
1844
|
.e-bigger .e-de-status-bar {
|
|
1791
|
-
background
|
|
1845
|
+
background: #fafafa;
|
|
1792
1846
|
display: -ms-flexbox;
|
|
1793
1847
|
display: flex;
|
|
1794
1848
|
padding-top: 3.5px;
|
|
1795
1849
|
width: 100%;
|
|
1796
1850
|
}
|
|
1797
1851
|
.e-bigger .e-de-statusbar-zoom {
|
|
1798
|
-
background-color: #fafafa;
|
|
1799
1852
|
border: 0;
|
|
1800
1853
|
color: #000;
|
|
1801
1854
|
float: right;
|
|
1802
1855
|
height: 34px;
|
|
1856
|
+
background-color: #fafafa;
|
|
1803
1857
|
}
|
|
1804
1858
|
.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
|
|
1805
1859
|
line-height: 25px;
|
|
@@ -1814,7 +1868,10 @@
|
|
|
1814
1868
|
margin-right: 12px;
|
|
1815
1869
|
}
|
|
1816
1870
|
.e-bigger .e-de-listview-icon {
|
|
1871
|
+
height: auto;
|
|
1872
|
+
width: auto;
|
|
1817
1873
|
line-height: 22px;
|
|
1874
|
+
margin-right: 12px;
|
|
1818
1875
|
}
|
|
1819
1876
|
.e-bigger .e-rtl .e-listview .e-list-icon {
|
|
1820
1877
|
height: 24px;
|
|
@@ -1822,7 +1879,10 @@
|
|
|
1822
1879
|
margin-left: 12px;
|
|
1823
1880
|
}
|
|
1824
1881
|
.e-bigger .e-rtl .e-de-listview-icon {
|
|
1882
|
+
height: auto;
|
|
1883
|
+
width: auto;
|
|
1825
1884
|
line-height: 22px;
|
|
1885
|
+
margin-left: 12px;
|
|
1826
1886
|
}
|
|
1827
1887
|
|
|
1828
1888
|
.e-de-ctn .e-de-bzr-button {
|