@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: #303030;
593
+ background: #303030;
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: #303030;
640
+ background: #303030;
573
641
  border: 0;
574
642
  color: #fff;
575
643
  float: right;
@@ -632,14 +700,22 @@
632
700
  .e-de-statusbar-separator {
633
701
  border-left: 1px solid #626161;
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 #626161;
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 {
@@ -677,7 +752,7 @@
677
752
 
678
753
  .e-de-tool-ctnr-properties-pane,
679
754
  .e-de-ctnr-properties-pane {
680
- background-color: #303030;
755
+ background: #303030;
681
756
  border-bottom: 1px solid #616161;
682
757
  border-top: 1px solid #616161;
683
758
  }
@@ -776,7 +851,7 @@
776
851
  margin: 0 5.5px;
777
852
  }
778
853
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
779
- margin-left: 12px;
854
+ margin-left: 12px !important;
780
855
  margin-right: 6px;
781
856
  }
782
857
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -792,20 +867,23 @@
792
867
  }
793
868
 
794
869
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
870
+ -ms-flex-direction: column;
871
+ flex-direction: column;
872
+ height: calc(100% - 10px);
795
873
  padding: 0;
796
- padding-bottom: 6px;
874
+ padding-bottom: 5px;
797
875
  }
798
876
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
799
877
  padding: 0;
800
- padding-bottom: 6px;
878
+ padding-bottom: 5px;
801
879
  }
802
880
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
803
881
  padding: 0;
804
- padding-bottom: 6px;
882
+ padding-bottom: 5px;
805
883
  }
806
884
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
807
885
  padding: 0;
808
- padding-bottom: 6px;
886
+ padding-bottom: 5px;
809
887
  }
810
888
 
811
889
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
@@ -834,7 +912,7 @@
834
912
  }
835
913
 
836
914
  .e-de-ctnr-properties-pane-btn .e-btn {
837
- background-color: #212121;
915
+ background: #212121;
838
916
  border-radius: 0;
839
917
  box-shadow: none;
840
918
  color: #3f51b5;
@@ -876,6 +954,7 @@
876
954
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
877
955
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
878
956
  padding: 0 !important;
957
+ min-height: 16px;
879
958
  }
880
959
 
881
960
  .e-de-hdr-ftr-frst-div {
@@ -898,6 +977,7 @@
898
977
  }
899
978
 
900
979
  .e-de-review-pane {
980
+ background: #303030;
901
981
  border-left: 1px solid #616161;
902
982
  height: 100%;
903
983
  min-height: 200px;
@@ -915,34 +995,6 @@
915
995
  width: 270px;
916
996
  }
917
997
 
918
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) {
919
- box-shadow: none;
920
- height: 28px;
921
- }
922
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus {
923
- box-shadow: none;
924
- }
925
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active {
926
- box-shadow: none;
927
- }
928
- .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
929
- box-shadow: none;
930
- }
931
-
932
- .e-de-ctnr-group-btn button {
933
- box-shadow: none;
934
- height: 28px;
935
- }
936
- .e-de-ctnr-group-btn button:focus {
937
- box-shadow: none;
938
- }
939
- .e-de-ctnr-group-btn button:active {
940
- box-shadow: none;
941
- }
942
- .e-de-ctnr-group-btn button:hover {
943
- box-shadow: none;
944
- }
945
-
946
998
  .e-de-property-div-padding {
947
999
  border-bottom: 0.5px solid #616161;
948
1000
  padding: 12.5px;
@@ -1066,7 +1118,7 @@
1066
1118
  }
1067
1119
 
1068
1120
  .e-de-list-header-presetmenu .e-de-list-line {
1069
- border-bottom: 1px solid #ccc;
1121
+ border-bottom: 1px solid #ccc !important;
1070
1122
  margin-left: 5px;
1071
1123
  width: 100%;
1072
1124
  }
@@ -1135,10 +1187,10 @@
1135
1187
  }
1136
1188
 
1137
1189
  .e-de-list-container {
1138
- background: #303030;
1139
1190
  border: 1px solid #ccc;
1140
1191
  border-radius: 2px;
1141
1192
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
1193
+ background: #303030;
1142
1194
  box-sizing: border-box;
1143
1195
  display: inline-block;
1144
1196
  line-height: normal;
@@ -1230,8 +1282,8 @@
1230
1282
  border: 1px solid #616161;
1231
1283
  color: #9e9e9e;
1232
1284
  height: 129px;
1233
- margin-left: 78px;
1234
1285
  width: 94px;
1286
+ margin-left: 78px;
1235
1287
  }
1236
1288
 
1237
1289
  .e-de-toc-template1.e-de-rtl {
@@ -1286,7 +1338,7 @@
1286
1338
  }
1287
1339
 
1288
1340
  .e-de-status-bar {
1289
- background-color: #303030;
1341
+ background: #303030;
1290
1342
  display: -ms-flexbox;
1291
1343
  display: flex;
1292
1344
  padding-top: 2.5px;
@@ -1411,7 +1463,7 @@
1411
1463
  }
1412
1464
 
1413
1465
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
1414
- height: 38px !important;
1466
+ height: 36px !important;
1415
1467
  }
1416
1468
 
1417
1469
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
@@ -1419,8 +1471,8 @@
1419
1471
  }
1420
1472
 
1421
1473
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
1422
- height: 38px;
1423
1474
  width: 38px;
1475
+ height: 38px;
1424
1476
  }
1425
1477
 
1426
1478
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
@@ -1432,6 +1484,18 @@
1432
1484
  width: 70px;
1433
1485
  }
1434
1486
 
1487
+ .e-rtl .e-listview .e-list-icon {
1488
+ height: 24px;
1489
+ width: 16px;
1490
+ margin-left: 12px;
1491
+ }
1492
+ .e-rtl .e-de-listview-icon {
1493
+ height: auto;
1494
+ width: auto;
1495
+ line-height: 22px;
1496
+ margin-left: 12px;
1497
+ }
1498
+
1435
1499
  .e-bigger .de-split-button > div:first-child {
1436
1500
  margin-right: 0;
1437
1501
  }
@@ -1488,7 +1552,7 @@
1488
1552
  .e-bigger .e-de-ctnr-toolbar {
1489
1553
  display: -ms-flexbox;
1490
1554
  display: flex;
1491
- height: 82px;
1555
+ height: 90px;
1492
1556
  width: 100%;
1493
1557
  }
1494
1558
  .e-bigger .e-de-tlbr-wrapper .e-de-toolbar.e-toolbar,
@@ -1517,7 +1581,7 @@
1517
1581
  }
1518
1582
  .e-bigger .e-de-tlbr-wrapper {
1519
1583
  background-color: #212121;
1520
- height: 82px;
1584
+ height: 90px;
1521
1585
  width: calc(100% - 75px);
1522
1586
  }
1523
1587
  .e-bigger .e-de-ctnr-prop-label {
@@ -1537,14 +1601,13 @@
1537
1601
  margin-right: 14.5px;
1538
1602
  }
1539
1603
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items {
1540
- height: 82px;
1604
+ height: 90px;
1541
1605
  }
1542
1606
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator {
1543
- height: 25px;
1544
1607
  margin: 0 7.5px;
1545
1608
  }
1546
1609
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
1547
- margin-left: 16px;
1610
+ margin-left: 16px !important;
1548
1611
  margin-right: 8px;
1549
1612
  }
1550
1613
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -1561,22 +1624,22 @@
1561
1624
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1562
1625
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1563
1626
  padding: 0;
1564
- padding-bottom: 6px;
1627
+ padding-bottom: 5px;
1565
1628
  }
1566
1629
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
1567
1630
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
1568
1631
  padding: 0;
1569
- padding-bottom: 6px;
1632
+ padding-bottom: 5px;
1570
1633
  }
1571
1634
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
1572
1635
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1573
1636
  padding: 0;
1574
- padding-bottom: 6px;
1637
+ padding-bottom: 5px;
1575
1638
  }
1576
1639
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
1577
1640
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
1578
1641
  padding: 0;
1579
- padding-bottom: 6px;
1642
+ padding-bottom: 5px;
1580
1643
  }
1581
1644
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
1582
1645
  padding: 0 !important;
@@ -1592,7 +1655,7 @@
1592
1655
  width: 75px;
1593
1656
  }
1594
1657
  .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
1595
- background-color: #212121;
1658
+ background: #212121;
1596
1659
  border-radius: 0;
1597
1660
  box-shadow: none;
1598
1661
  min-height: 100%;
@@ -1609,18 +1672,18 @@
1609
1672
  }
1610
1673
  .e-bigger .e-de-showhide-btn {
1611
1674
  border: 0;
1612
- height: 82px;
1675
+ height: 90px;
1613
1676
  }
1614
1677
  .e-bigger .e-de-showhide-btn-rtl {
1615
1678
  border: 0;
1616
- height: 82px;
1679
+ height: 90px;
1617
1680
  }
1618
1681
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
1619
1682
  padding: 0;
1620
1683
  }
1621
1684
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
1622
1685
  display: table;
1623
- font-size: 12px;
1686
+ font-size: 12px !important;
1624
1687
  margin: 0 6px;
1625
1688
  padding: 0;
1626
1689
  white-space: normal;
@@ -1642,6 +1705,19 @@
1642
1705
  .e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover {
1643
1706
  box-shadow: none;
1644
1707
  }
1708
+ .e-bigger .e-de-status-bar button {
1709
+ height: 36px;
1710
+ box-shadow: none;
1711
+ }
1712
+ .e-bigger .e-de-status-bar button:focus {
1713
+ box-shadow: none;
1714
+ }
1715
+ .e-bigger .e-de-status-bar button:active {
1716
+ box-shadow: none;
1717
+ }
1718
+ .e-bigger .e-de-status-bar button:hover {
1719
+ box-shadow: none;
1720
+ }
1645
1721
  .e-bigger .e-de-ctnr-group-btn button {
1646
1722
  box-shadow: none;
1647
1723
  height: 36px;
@@ -1755,18 +1831,18 @@
1755
1831
  margin-left: 10px;
1756
1832
  }
1757
1833
  .e-bigger .e-de-status-bar {
1758
- background-color: #303030;
1834
+ background: #303030;
1759
1835
  display: -ms-flexbox;
1760
1836
  display: flex;
1761
1837
  padding-top: 3.5px;
1762
1838
  width: 100%;
1763
1839
  }
1764
1840
  .e-bigger .e-de-statusbar-zoom {
1765
- background-color: #303030;
1766
1841
  border: 0;
1767
1842
  color: #fff;
1768
1843
  float: right;
1769
1844
  height: 34px;
1845
+ background-color: #303030;
1770
1846
  }
1771
1847
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
1772
1848
  line-height: 25px;
@@ -1776,6 +1852,28 @@
1776
1852
  height: 0;
1777
1853
  line-height: 0;
1778
1854
  }
1855
+ .e-bigger .e-listview .e-list-icon {
1856
+ height: 24px;
1857
+ width: 16px;
1858
+ margin-right: 12px;
1859
+ }
1860
+ .e-bigger .e-de-listview-icon {
1861
+ height: auto;
1862
+ width: auto;
1863
+ line-height: 22px;
1864
+ margin-right: 12px;
1865
+ }
1866
+ .e-bigger .e-rtl .e-listview .e-list-icon {
1867
+ height: 24px;
1868
+ width: 16px;
1869
+ margin-left: 12px;
1870
+ }
1871
+ .e-bigger .e-rtl .e-de-listview-icon {
1872
+ height: auto;
1873
+ width: auto;
1874
+ line-height: 22px;
1875
+ margin-left: 12px;
1876
+ }
1779
1877
 
1780
1878
  .e-de-ctn .e-de-bzr-button {
1781
1879
  font-size: 12px;