@syncfusion/ej2-vue-documenteditor 20.4.54 → 21.1.36

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 (71) hide show
  1. package/CHANGELOG.md +208 -0
  2. package/README.md +1 -1
  3. package/dist/ej2-vue-documenteditor.umd.min.js +2 -2
  4. package/dist/ej2-vue-documenteditor.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-vue-documenteditor.es2015.js +240 -282
  6. package/dist/es6/ej2-vue-documenteditor.es2015.js.map +1 -1
  7. package/dist/es6/ej2-vue-documenteditor.es5.js +261 -313
  8. package/dist/es6/ej2-vue-documenteditor.es5.js.map +1 -1
  9. package/dist/global/ej2-vue-documenteditor.min.js +2 -2
  10. package/package.json +11 -10
  11. package/src/document-editor/documenteditor.component.d.ts +3 -50
  12. package/src/document-editor/documenteditor.component.js +168 -197
  13. package/src/document-editor-container/documenteditorcontainer.component.d.ts +3 -26
  14. package/src/document-editor-container/documenteditorcontainer.component.js +96 -125
  15. package/styles/bootstrap-dark.css +167 -58
  16. package/styles/bootstrap.css +167 -54
  17. package/styles/bootstrap4.css +185 -65
  18. package/styles/bootstrap5-dark.css +187 -74
  19. package/styles/bootstrap5.css +187 -74
  20. package/styles/document-editor/bootstrap-dark.css +13 -2
  21. package/styles/document-editor/bootstrap.css +17 -2
  22. package/styles/document-editor/bootstrap4.css +23 -4
  23. package/styles/document-editor/bootstrap5-dark.css +32 -17
  24. package/styles/document-editor/bootstrap5.css +32 -17
  25. package/styles/document-editor/fabric-dark.css +13 -2
  26. package/styles/document-editor/fabric.css +17 -2
  27. package/styles/document-editor/fluent-dark.css +47 -27
  28. package/styles/document-editor/fluent.css +47 -27
  29. package/styles/document-editor/highcontrast-light.css +5 -0
  30. package/styles/document-editor/highcontrast.css +13 -2
  31. package/styles/document-editor/material-dark.css +13 -2
  32. package/styles/document-editor/material.css +13 -2
  33. package/styles/document-editor/material3-dark.css +3971 -0
  34. package/styles/document-editor/material3-dark.scss +2 -0
  35. package/styles/document-editor/material3.css +4027 -0
  36. package/styles/document-editor/material3.scss +2 -0
  37. package/styles/document-editor/tailwind-dark.css +29 -17
  38. package/styles/document-editor/tailwind.css +32 -17
  39. package/styles/document-editor-container/bootstrap-dark.css +154 -56
  40. package/styles/document-editor-container/bootstrap.css +150 -52
  41. package/styles/document-editor-container/bootstrap4.css +162 -61
  42. package/styles/document-editor-container/bootstrap5-dark.css +155 -57
  43. package/styles/document-editor-container/bootstrap5.css +155 -57
  44. package/styles/document-editor-container/fabric-dark.css +154 -56
  45. package/styles/document-editor-container/fabric.css +154 -56
  46. package/styles/document-editor-container/fluent-dark.css +159 -64
  47. package/styles/document-editor-container/fluent.css +159 -64
  48. package/styles/document-editor-container/highcontrast-light.css +154 -56
  49. package/styles/document-editor-container/highcontrast.css +154 -56
  50. package/styles/document-editor-container/material-dark.css +159 -61
  51. package/styles/document-editor-container/material.css +154 -55
  52. package/styles/document-editor-container/material3-dark.css +2178 -0
  53. package/styles/document-editor-container/material3-dark.scss +2 -0
  54. package/styles/document-editor-container/material3.css +2234 -0
  55. package/styles/document-editor-container/material3.scss +2 -0
  56. package/styles/document-editor-container/tailwind-dark.css +153 -55
  57. package/styles/document-editor-container/tailwind.css +153 -55
  58. package/styles/fabric-dark.css +167 -58
  59. package/styles/fabric.css +171 -58
  60. package/styles/fluent-dark.css +206 -91
  61. package/styles/fluent.css +206 -91
  62. package/styles/highcontrast-light.css +159 -56
  63. package/styles/highcontrast.css +167 -58
  64. package/styles/material-dark.css +172 -63
  65. package/styles/material.css +167 -57
  66. package/styles/material3-dark.css +6150 -0
  67. package/styles/material3-dark.scss +3 -0
  68. package/styles/material3.css +6261 -0
  69. package/styles/material3.scss +3 -0
  70. package/styles/tailwind-dark.css +182 -72
  71. package/styles/tailwind.css +185 -72
@@ -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,8 +549,48 @@
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
- background-color: #fafafa;
593
+ background: #fafafa;
539
594
  border: 0;
540
595
  box-shadow: none;
541
596
  float: right;
@@ -564,12 +619,25 @@
564
619
  font-size: 16px;
565
620
  }
566
621
 
622
+ .e-listview .e-list-icon {
623
+ height: 24px;
624
+ width: 16px;
625
+ margin-right: 12px;
626
+ }
627
+
628
+ .e-de-listview-icon {
629
+ height: auto;
630
+ width: auto;
631
+ line-height: 22px;
632
+ margin-right: 12px;
633
+ }
634
+
567
635
  .e-de-linespacing {
568
636
  margin-top: 11px;
569
637
  }
570
638
 
571
639
  .e-de-statusbar-zoom {
572
- background-color: #fafafa;
640
+ background: #fafafa;
573
641
  border: 0;
574
642
  color: #000;
575
643
  float: right;
@@ -632,14 +700,22 @@
632
700
  .e-de-statusbar-separator {
633
701
  border-left: 1px solid #ebebeb;
634
702
  height: 16px;
635
- margin-left: 15.5;
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;
636
713
  margin-top: 10px;
637
714
  }
638
715
 
639
716
  .e-de-statusbar-spellcheck {
640
717
  border-radius: 2px;
641
718
  font-weight: 400;
642
- margin-left: 7.5px;
643
719
  }
644
720
 
645
721
  .e-de-ctn {
@@ -652,7 +728,6 @@
652
728
 
653
729
  .e-bigger .e-de-statusbar-spellcheck {
654
730
  border-radius: 2px;
655
- margin-left: 7.5px;
656
731
  }
657
732
 
658
733
  .e-de-ctnr-toolbar {
@@ -682,7 +757,7 @@
682
757
 
683
758
  .e-de-tool-ctnr-properties-pane,
684
759
  .e-de-ctnr-properties-pane {
685
- background-color: #fafafa;
760
+ background: #fafafa;
686
761
  border-bottom: 1px solid #eee;
687
762
  border-top: 1px solid #eee;
688
763
  }
@@ -781,7 +856,7 @@
781
856
  margin: 0 5.5px;
782
857
  }
783
858
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
784
- margin-left: 12px;
859
+ margin-left: 12px !important;
785
860
  margin-right: 6px;
786
861
  }
787
862
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -797,20 +872,23 @@
797
872
  }
798
873
 
799
874
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
875
+ -ms-flex-direction: column;
876
+ flex-direction: column;
877
+ height: calc(100% - 10px);
800
878
  padding: 0;
801
- padding-bottom: 6px;
879
+ padding-bottom: 5px;
802
880
  }
803
881
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
804
882
  padding: 0;
805
- padding-bottom: 6px;
883
+ padding-bottom: 5px;
806
884
  }
807
885
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
808
886
  padding: 0;
809
- padding-bottom: 6px;
887
+ padding-bottom: 5px;
810
888
  }
811
889
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
812
890
  padding: 0;
813
- padding-bottom: 6px;
891
+ padding-bottom: 5px;
814
892
  }
815
893
 
816
894
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
@@ -839,7 +917,7 @@
839
917
  }
840
918
 
841
919
  .e-de-ctnr-properties-pane-btn .e-btn {
842
- background-color: #fafafa;
920
+ background: #fafafa;
843
921
  border-radius: 0;
844
922
  box-shadow: none;
845
923
  color: #3f51b5;
@@ -881,6 +959,7 @@
881
959
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
882
960
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
883
961
  padding: 0 !important;
962
+ min-height: 16px;
884
963
  }
885
964
 
886
965
  .e-de-hdr-ftr-frst-div {
@@ -903,6 +982,7 @@
903
982
  }
904
983
 
905
984
  .e-de-review-pane {
985
+ background: #fafafa;
906
986
  border-left: 1px solid #e0e0e0;
907
987
  height: 100%;
908
988
  min-height: 200px;
@@ -920,34 +1000,6 @@
920
1000
  width: 270px;
921
1001
  }
922
1002
 
923
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
924
- box-shadow: none;
925
- height: 28px;
926
- }
927
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
928
- box-shadow: none;
929
- }
930
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
931
- box-shadow: none;
932
- }
933
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
934
- box-shadow: none;
935
- }
936
-
937
- .e-de-ctnr-group-btn button {
938
- box-shadow: none;
939
- height: 28px;
940
- }
941
- .e-de-ctnr-group-btn button:focus {
942
- box-shadow: none;
943
- }
944
- .e-de-ctnr-group-btn button:active {
945
- box-shadow: none;
946
- }
947
- .e-de-ctnr-group-btn button:hover {
948
- box-shadow: none;
949
- }
950
-
951
1003
  .e-de-property-div-padding {
952
1004
  border-bottom: 0.5px solid #e0e0e0;
953
1005
  padding: 12.5px;
@@ -1071,7 +1123,7 @@
1071
1123
  }
1072
1124
 
1073
1125
  .e-de-list-header-presetmenu .e-de-list-line {
1074
- border-bottom: 1px solid #ccc;
1126
+ border-bottom: 1px solid #ccc !important;
1075
1127
  margin-left: 5px;
1076
1128
  width: 100%;
1077
1129
  }
@@ -1140,10 +1192,10 @@
1140
1192
  }
1141
1193
 
1142
1194
  .e-de-list-container {
1143
- background: #fafafa;
1144
1195
  border: 1px solid #ccc;
1145
1196
  border-radius: 2px;
1146
1197
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
1198
+ background: #fafafa;
1147
1199
  box-sizing: border-box;
1148
1200
  display: inline-block;
1149
1201
  line-height: normal;
@@ -1235,8 +1287,8 @@
1235
1287
  border: 1px solid #eee;
1236
1288
  color: rgba(0, 0, 0, 0.54);
1237
1289
  height: 129px;
1238
- margin-left: 78px;
1239
1290
  width: 94px;
1291
+ margin-left: 78px;
1240
1292
  }
1241
1293
 
1242
1294
  .e-de-toc-template1.e-de-rtl {
@@ -1291,7 +1343,7 @@
1291
1343
  }
1292
1344
 
1293
1345
  .e-de-status-bar {
1294
- background-color: #fafafa;
1346
+ background: #fafafa;
1295
1347
  display: -ms-flexbox;
1296
1348
  display: flex;
1297
1349
  padding-top: 2.5px;
@@ -1416,7 +1468,7 @@
1416
1468
  }
1417
1469
 
1418
1470
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
1419
- height: 38px !important;
1471
+ height: 36px !important;
1420
1472
  }
1421
1473
 
1422
1474
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
@@ -1424,8 +1476,8 @@
1424
1476
  }
1425
1477
 
1426
1478
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
1427
- height: 38px;
1428
1479
  width: 38px;
1480
+ height: 38px;
1429
1481
  }
1430
1482
 
1431
1483
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
@@ -1437,6 +1489,18 @@
1437
1489
  width: 70px;
1438
1490
  }
1439
1491
 
1492
+ .e-rtl .e-listview .e-list-icon {
1493
+ height: 24px;
1494
+ width: 16px;
1495
+ margin-left: 12px;
1496
+ }
1497
+ .e-rtl .e-de-listview-icon {
1498
+ height: auto;
1499
+ width: auto;
1500
+ line-height: 22px;
1501
+ margin-left: 12px;
1502
+ }
1503
+
1440
1504
  .e-bigger .de-split-button > div:first-child {
1441
1505
  margin-right: 0;
1442
1506
  }
@@ -1549,11 +1613,10 @@
1549
1613
  height: 82px;
1550
1614
  }
1551
1615
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
1552
- height: 25px;
1553
1616
  margin: 0 7.5px;
1554
1617
  }
1555
1618
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
1556
- margin-left: 16px;
1619
+ margin-left: 16px !important;
1557
1620
  margin-right: 8px;
1558
1621
  }
1559
1622
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -1570,22 +1633,22 @@
1570
1633
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1571
1634
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1572
1635
  padding: 0;
1573
- padding-bottom: 6px;
1636
+ padding-bottom: 5px;
1574
1637
  }
1575
1638
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
1576
1639
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
1577
1640
  padding: 0;
1578
- padding-bottom: 6px;
1641
+ padding-bottom: 5px;
1579
1642
  }
1580
1643
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
1581
1644
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1582
1645
  padding: 0;
1583
- padding-bottom: 6px;
1646
+ padding-bottom: 5px;
1584
1647
  }
1585
1648
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
1586
1649
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
1587
1650
  padding: 0;
1588
- padding-bottom: 6px;
1651
+ padding-bottom: 5px;
1589
1652
  }
1590
1653
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
1591
1654
  padding: 0 !important;
@@ -1601,7 +1664,7 @@
1601
1664
  width: 75px;
1602
1665
  }
1603
1666
  .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
1604
- background-color: #fafafa;
1667
+ background: #fafafa;
1605
1668
  border-radius: 0;
1606
1669
  box-shadow: none;
1607
1670
  min-height: 100%;
@@ -1630,6 +1693,7 @@
1630
1693
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
1631
1694
  display: table;
1632
1695
  font-size: 13px;
1696
+ font-size: 12px !important;
1633
1697
  margin: 0 6px;
1634
1698
  padding: 0;
1635
1699
  white-space: normal;
@@ -1652,6 +1716,19 @@
1652
1716
  .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
1653
1717
  box-shadow: none;
1654
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
+ }
1655
1732
  .e-bigger .e-de-ctnr-group-btn button {
1656
1733
  box-shadow: none;
1657
1734
  height: 36px;
@@ -1765,18 +1842,18 @@
1765
1842
  margin-left: 10px;
1766
1843
  }
1767
1844
  .e-bigger .e-de-status-bar {
1768
- background-color: #fafafa;
1845
+ background: #fafafa;
1769
1846
  display: -ms-flexbox;
1770
1847
  display: flex;
1771
1848
  padding-top: 3.5px;
1772
1849
  width: 100%;
1773
1850
  }
1774
1851
  .e-bigger .e-de-statusbar-zoom {
1775
- background-color: #fafafa;
1776
1852
  border: 0;
1777
1853
  color: #000;
1778
1854
  float: right;
1779
1855
  height: 34px;
1856
+ background-color: #fafafa;
1780
1857
  }
1781
1858
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
1782
1859
  line-height: 25px;
@@ -1785,6 +1862,28 @@
1785
1862
  height: 6px;
1786
1863
  line-height: 0;
1787
1864
  }
1865
+ .e-bigger .e-listview .e-list-icon {
1866
+ height: 24px;
1867
+ width: 16px;
1868
+ margin-right: 12px;
1869
+ }
1870
+ .e-bigger .e-de-listview-icon {
1871
+ height: auto;
1872
+ width: auto;
1873
+ line-height: 22px;
1874
+ margin-right: 12px;
1875
+ }
1876
+ .e-bigger .e-rtl .e-listview .e-list-icon {
1877
+ height: 24px;
1878
+ width: 16px;
1879
+ margin-left: 12px;
1880
+ }
1881
+ .e-bigger .e-rtl .e-de-listview-icon {
1882
+ height: auto;
1883
+ width: auto;
1884
+ line-height: 22px;
1885
+ margin-left: 12px;
1886
+ }
1788
1887
 
1789
1888
  .e-de-ctn .e-de-bzr-button {
1790
1889
  font-size: 12px;