@syncfusion/ej2-angular-documenteditor 20.4.54 → 21.1.35

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 (94) hide show
  1. package/esm2020/src/document-editor/documenteditor.component.mjs +3 -3
  2. package/esm2020/src/document-editor-container/documenteditorcontainer.component.mjs +3 -3
  3. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +4 -4
  4. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +1 -1
  5. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +4 -4
  6. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +1 -1
  7. package/package.json +9 -9
  8. package/schematics/utils/lib-details.d.ts +2 -2
  9. package/schematics/utils/lib-details.js +2 -2
  10. package/schematics/utils/lib-details.ts +2 -2
  11. package/src/document-editor/documenteditor.component.d.ts +1 -1
  12. package/src/document-editor-container/documenteditorcontainer.component.d.ts +1 -1
  13. package/styles/bootstrap-dark.css +64 -21
  14. package/styles/bootstrap.css +60 -17
  15. package/styles/bootstrap4.css +74 -28
  16. package/styles/bootstrap5-dark.css +84 -37
  17. package/styles/bootstrap5.css +84 -37
  18. package/styles/document-editor/_bootstrap5-definition.scss +6 -6
  19. package/styles/document-editor/_fluent-definition.scss +6 -6
  20. package/styles/document-editor/_tailwind-definition.scss +6 -6
  21. package/styles/document-editor/_theme.scss +103 -33
  22. package/styles/document-editor/bootstrap-dark.css +6 -2
  23. package/styles/document-editor/bootstrap.css +6 -2
  24. package/styles/document-editor/bootstrap4.css +8 -4
  25. package/styles/document-editor/bootstrap5-dark.css +25 -17
  26. package/styles/document-editor/bootstrap5.css +25 -17
  27. package/styles/document-editor/fabric-dark.css +6 -2
  28. package/styles/document-editor/fabric.css +6 -2
  29. package/styles/document-editor/fluent-dark.css +40 -27
  30. package/styles/document-editor/fluent.css +40 -27
  31. package/styles/document-editor/highcontrast-light.css +4 -0
  32. package/styles/document-editor/highcontrast.css +6 -2
  33. package/styles/document-editor/icons/_bootstrap-dark.scss +5 -0
  34. package/styles/document-editor/icons/_bootstrap.scss +5 -0
  35. package/styles/document-editor/icons/_bootstrap4.scss +5 -0
  36. package/styles/document-editor/icons/_bootstrap5.scss +9 -0
  37. package/styles/document-editor/icons/_fabric-dark.scss +5 -0
  38. package/styles/document-editor/icons/_fabric.scss +5 -0
  39. package/styles/document-editor/icons/_fluent.scss +28 -14
  40. package/styles/document-editor/icons/_fusionnew.scss +6 -0
  41. package/styles/document-editor/icons/_highcontrast-light.scss +5 -0
  42. package/styles/document-editor/icons/_highcontrast.scss +5 -0
  43. package/styles/document-editor/icons/_material-dark.scss +5 -0
  44. package/styles/document-editor/icons/_material.scss +5 -0
  45. package/styles/document-editor/icons/_material3.scss +12 -6
  46. package/styles/document-editor/icons/_tailwind-dark.scss +6 -0
  47. package/styles/document-editor/icons/_tailwind.scss +9 -0
  48. package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +3 -0
  49. package/styles/document-editor/material-dark.css +6 -2
  50. package/styles/document-editor/material.css +6 -2
  51. package/styles/document-editor/tailwind-dark.css +22 -17
  52. package/styles/document-editor/tailwind.css +25 -17
  53. package/styles/document-editor-container/_bootstrap-dark-definition.scss +7 -2
  54. package/styles/document-editor-container/_bootstrap-definition.scss +7 -2
  55. package/styles/document-editor-container/_bootstrap4-definition.scss +7 -2
  56. package/styles/document-editor-container/_bootstrap5-definition.scss +11 -6
  57. package/styles/document-editor-container/_definition.scss +1 -0
  58. package/styles/document-editor-container/_fabric-dark-definition.scss +7 -2
  59. package/styles/document-editor-container/_fabric-definition.scss +7 -2
  60. package/styles/document-editor-container/_fluent-definition.scss +11 -6
  61. package/styles/document-editor-container/_fusionnew-definition.scss +7 -2
  62. package/styles/document-editor-container/_highcontrast-definition.scss +7 -2
  63. package/styles/document-editor-container/_highcontrast-light-definition.scss +7 -2
  64. package/styles/document-editor-container/_material-dark-definition.scss +7 -2
  65. package/styles/document-editor-container/_material-definition.scss +7 -2
  66. package/styles/document-editor-container/_tailwind-definition.scss +12 -7
  67. package/styles/document-editor-container/_theme.scss +249 -67
  68. package/styles/document-editor-container/bootstrap-dark.css +58 -19
  69. package/styles/document-editor-container/bootstrap.css +54 -15
  70. package/styles/document-editor-container/bootstrap4.css +66 -24
  71. package/styles/document-editor-container/bootstrap5-dark.css +59 -20
  72. package/styles/document-editor-container/bootstrap5.css +59 -20
  73. package/styles/document-editor-container/fabric-dark.css +58 -19
  74. package/styles/document-editor-container/fabric.css +58 -19
  75. package/styles/document-editor-container/fluent-dark.css +63 -27
  76. package/styles/document-editor-container/fluent.css +63 -27
  77. package/styles/document-editor-container/highcontrast-light.css +58 -19
  78. package/styles/document-editor-container/highcontrast.css +58 -19
  79. package/styles/document-editor-container/material-dark.css +58 -19
  80. package/styles/document-editor-container/material.css +57 -18
  81. package/styles/document-editor-container/tailwind-dark.css +58 -19
  82. package/styles/document-editor-container/tailwind.css +58 -19
  83. package/styles/fabric-dark.css +64 -21
  84. package/styles/fabric.css +64 -21
  85. package/styles/fluent-dark.css +103 -54
  86. package/styles/fluent.css +103 -54
  87. package/styles/highcontrast-light.css +62 -19
  88. package/styles/highcontrast.css +64 -21
  89. package/styles/material-dark.css +64 -21
  90. package/styles/material.css +63 -20
  91. package/styles/tailwind-dark.css +80 -36
  92. package/styles/tailwind.css +83 -36
  93. package/styles/document-editor/_material3-definition.scss +0 -560
  94. package/styles/document-editor-container/_material3-definition.scss +0 -153
@@ -559,7 +559,7 @@
559
559
  }
560
560
 
561
561
  .e-de-statusbar-pageweb {
562
- background-color: #f3f4f6;
562
+ background: #f3f4f6;
563
563
  border: 0;
564
564
  box-shadow: none;
565
565
  float: right;
@@ -583,12 +583,22 @@
583
583
  font-size: 18px;
584
584
  }
585
585
 
586
+ .e-listview .e-list-icon {
587
+ height: 24px;
588
+ width: 16px;
589
+ margin-right: 10px;
590
+ }
591
+
592
+ .e-de-listview-icon {
593
+ line-height: 22px;
594
+ }
595
+
586
596
  .e-de-linespacing {
587
597
  margin-top: 8px;
588
598
  }
589
599
 
590
600
  .e-de-statusbar-zoom {
591
- background-color: #f3f4f6;
601
+ background: #f3f4f6;
592
602
  border: 0;
593
603
  color: #6b7280;
594
604
  float: right;
@@ -722,7 +732,7 @@
722
732
 
723
733
  .e-de-tool-ctnr-properties-pane,
724
734
  .e-de-ctnr-properties-pane {
725
- background-color: #f9fafb;
735
+ background: #f9fafb;
726
736
  border-bottom: 1px solid #e5e7eb;
727
737
  border-top: 1px solid #e5e7eb;
728
738
  }
@@ -870,7 +880,7 @@
870
880
  margin: 0 8px;
871
881
  }
872
882
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
873
- margin-left: 8px;
883
+ margin-left: 8px !important;
874
884
  margin-right: 8px;
875
885
  }
876
886
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -886,20 +896,23 @@
886
896
  }
887
897
 
888
898
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
899
+ -ms-flex-direction: column;
900
+ flex-direction: column;
901
+ height: calc(100% - 10px);
889
902
  padding: 0;
890
- padding-bottom: 14px;
903
+ padding-bottom: 10px;
891
904
  }
892
905
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
893
906
  padding: 0;
894
- padding-bottom: 14px;
907
+ padding-bottom: 10px;
895
908
  }
896
909
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
897
910
  padding: 0;
898
- padding-bottom: 14px;
911
+ padding-bottom: 10px;
899
912
  }
900
913
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
901
914
  padding: 0;
902
- padding-bottom: 14px;
915
+ padding-bottom: 10px;
903
916
  }
904
917
 
905
918
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
@@ -928,7 +941,7 @@
928
941
  }
929
942
 
930
943
  .e-de-ctnr-properties-pane-btn .e-btn {
931
- background-color: #f3f4f6;
944
+ background: #f3f4f6;
932
945
  border-radius: 0;
933
946
  box-shadow: none;
934
947
  color: #4f46e5;
@@ -970,6 +983,7 @@
970
983
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
971
984
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
972
985
  padding: 0 !important;
986
+ min-height: 16px;
973
987
  }
974
988
 
975
989
  .e-de-hdr-ftr-frst-div {
@@ -1085,7 +1099,7 @@
1085
1099
  }
1086
1100
 
1087
1101
  .e-bigger .e-de-panel-right-width {
1088
- width: 86px;
1102
+ width: 96px;
1089
1103
  }
1090
1104
  .e-bigger .e-de-char-fmt-btn-left > button,
1091
1105
  .e-bigger .e-de-char-fmt-btn-right > button {
@@ -1323,8 +1337,8 @@
1323
1337
  border: 1px solid #e5e7eb;
1324
1338
  color: #6b7280;
1325
1339
  height: 129px;
1326
- margin-left: 78px;
1327
1340
  width: 94px;
1341
+ margin-left: 78px;
1328
1342
  }
1329
1343
 
1330
1344
  .e-de-toc-template1.e-de-rtl {
@@ -1380,7 +1394,7 @@
1380
1394
  }
1381
1395
 
1382
1396
  .e-de-status-bar {
1383
- background-color: #f3f4f6;
1397
+ background: #f3f4f6;
1384
1398
  display: -ms-flexbox;
1385
1399
  display: flex;
1386
1400
  padding-top: 0;
@@ -1513,8 +1527,8 @@
1513
1527
  }
1514
1528
 
1515
1529
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
1516
- height: 38px;
1517
1530
  width: 38px;
1531
+ height: 38px;
1518
1532
  }
1519
1533
 
1520
1534
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
@@ -1536,6 +1550,15 @@
1536
1550
  padding: 0;
1537
1551
  }
1538
1552
 
1553
+ .e-rtl .e-listview .e-list-icon {
1554
+ height: 24px;
1555
+ width: 16px;
1556
+ margin-left: 10px;
1557
+ }
1558
+ .e-rtl .e-de-listview-icon {
1559
+ line-height: 22px;
1560
+ }
1561
+
1539
1562
  .e-bigger .de-split-button > div:first-child {
1540
1563
  margin-right: 0;
1541
1564
  }
@@ -1658,7 +1681,7 @@
1658
1681
  margin: 0 12px;
1659
1682
  }
1660
1683
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
1661
- margin-left: 12px;
1684
+ margin-left: 12px !important;
1662
1685
  margin-right: 12px;
1663
1686
  }
1664
1687
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -1675,22 +1698,22 @@
1675
1698
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1676
1699
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1677
1700
  padding: 0;
1678
- padding-bottom: 14px;
1701
+ padding-bottom: 10px;
1679
1702
  }
1680
1703
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
1681
1704
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
1682
1705
  padding: 0;
1683
- padding-bottom: 14px;
1706
+ padding-bottom: 10px;
1684
1707
  }
1685
1708
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
1686
1709
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1687
1710
  padding: 0;
1688
- padding-bottom: 14px;
1711
+ padding-bottom: 10px;
1689
1712
  }
1690
1713
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
1691
1714
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
1692
1715
  padding: 0;
1693
- padding-bottom: 14px;
1716
+ padding-bottom: 10px;
1694
1717
  }
1695
1718
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
1696
1719
  padding: 0 !important;
@@ -1706,7 +1729,7 @@
1706
1729
  width: 75px;
1707
1730
  }
1708
1731
  .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
1709
- background-color: #f3f4f6;
1732
+ background: #f3f4f6;
1710
1733
  border-radius: 0;
1711
1734
  box-shadow: none;
1712
1735
  min-height: 100%;
@@ -1875,6 +1898,22 @@
1875
1898
  float: right;
1876
1899
  height: 34px;
1877
1900
  }
1901
+ .e-bigger .e-listview .e-list-icon {
1902
+ height: 24px;
1903
+ width: 16px;
1904
+ margin-right: 16px;
1905
+ }
1906
+ .e-bigger .e-de-listview-icon {
1907
+ line-height: 22px;
1908
+ }
1909
+ .e-bigger .e-rtl .e-listview .e-list-icon {
1910
+ height: 24px;
1911
+ width: 16px;
1912
+ margin-left: 16px;
1913
+ }
1914
+ .e-bigger .e-rtl .e-de-listview-icon {
1915
+ line-height: 22px;
1916
+ }
1878
1917
 
1879
1918
  .e-de-ctn .e-de-bzr-button {
1880
1919
  font-weight: 400;
@@ -44,6 +44,10 @@
44
44
  font-family: "e-icons";
45
45
  font-size: 13px;
46
46
  }
47
+ .e-documenteditor .e-de-multi-cmt-mark::before {
48
+ content: "\e97e";
49
+ font-family: "e-icons";
50
+ }
47
51
  .e-documenteditor .e-de-cmt-post::before {
48
52
  content: "\e816";
49
53
  font-family: "e-icons";
@@ -1691,7 +1695,7 @@ label[for*=_wholeWord_e-de-rtl] {
1691
1695
 
1692
1696
  .e-de-restrict-pane,
1693
1697
  .e-de-op {
1694
- background-color: #201f1f;
1698
+ background: #201f1f;
1695
1699
  }
1696
1700
 
1697
1701
  .e-de-restrict-pane .e-tab-header .e-toolbar-items,
@@ -2384,7 +2388,7 @@ label[for*=_wholeWord_e-de-rtl] {
2384
2388
  margin-right: 20px;
2385
2389
  }
2386
2390
 
2387
- .e-de-style-left-div .e-de-style-dlg-name-input {
2391
+ .e-de-style-dlg-name-input {
2388
2392
  height: 32px;
2389
2393
  }
2390
2394
 
@@ -4346,7 +4350,7 @@ label[for*=_wholeWord_e-de-rtl] {
4346
4350
  }
4347
4351
 
4348
4352
  .e-de-statusbar-pageweb {
4349
- background-color: #282727;
4353
+ background: #282727;
4350
4354
  border: 0;
4351
4355
  box-shadow: none;
4352
4356
  float: right;
@@ -4375,12 +4379,22 @@ label[for*=_wholeWord_e-de-rtl] {
4375
4379
  font-size: 16px;
4376
4380
  }
4377
4381
 
4382
+ .e-listview .e-list-icon {
4383
+ height: 24px;
4384
+ width: 16px;
4385
+ margin-right: 12px;
4386
+ }
4387
+
4388
+ .e-de-listview-icon {
4389
+ line-height: 22px;
4390
+ }
4391
+
4378
4392
  .e-de-linespacing {
4379
4393
  margin-top: 12px;
4380
4394
  }
4381
4395
 
4382
4396
  .e-de-statusbar-zoom {
4383
- background-color: #282727;
4397
+ background: #282727;
4384
4398
  border: 0;
4385
4399
  color: #dadada;
4386
4400
  float: right;
@@ -4488,7 +4502,7 @@ label[for*=_wholeWord_e-de-rtl] {
4488
4502
 
4489
4503
  .e-de-tool-ctnr-properties-pane,
4490
4504
  .e-de-ctnr-properties-pane {
4491
- background-color: #282727;
4505
+ background: #282727;
4492
4506
  border-bottom: 1px solid #4a4848;
4493
4507
  border-top: 1px solid #4a4848;
4494
4508
  }
@@ -4587,7 +4601,7 @@ label[for*=_wholeWord_e-de-rtl] {
4587
4601
  margin: 0 5.5px;
4588
4602
  }
4589
4603
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
4590
- margin-left: 12px;
4604
+ margin-left: 12px !important;
4591
4605
  margin-right: 6px;
4592
4606
  }
4593
4607
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -4603,20 +4617,23 @@ label[for*=_wholeWord_e-de-rtl] {
4603
4617
  }
4604
4618
 
4605
4619
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
4620
+ -ms-flex-direction: column;
4621
+ flex-direction: column;
4622
+ height: calc(100% - 10px);
4606
4623
  padding: 0;
4607
- padding-bottom: 6px;
4624
+ padding-bottom: 5px;
4608
4625
  }
4609
4626
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
4610
4627
  padding: 0;
4611
- padding-bottom: 6px;
4628
+ padding-bottom: 5px;
4612
4629
  }
4613
4630
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
4614
4631
  padding: 0;
4615
- padding-bottom: 6px;
4632
+ padding-bottom: 5px;
4616
4633
  }
4617
4634
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
4618
4635
  padding: 0;
4619
- padding-bottom: 6px;
4636
+ padding-bottom: 5px;
4620
4637
  }
4621
4638
 
4622
4639
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
@@ -4645,7 +4662,7 @@ label[for*=_wholeWord_e-de-rtl] {
4645
4662
  }
4646
4663
 
4647
4664
  .e-de-ctnr-properties-pane-btn .e-btn {
4648
- background-color: #333232;
4665
+ background: #333232;
4649
4666
  border-radius: 0;
4650
4667
  box-shadow: none;
4651
4668
  color: #007ddb;
@@ -4687,6 +4704,7 @@ label[for*=_wholeWord_e-de-rtl] {
4687
4704
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
4688
4705
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
4689
4706
  padding: 0 !important;
4707
+ min-height: 16px;
4690
4708
  }
4691
4709
 
4692
4710
  .e-de-hdr-ftr-frst-div {
@@ -5041,8 +5059,8 @@ label[for*=_wholeWord_e-de-rtl] {
5041
5059
  border: 1px solid #4a4848;
5042
5060
  color: #c8c8c8;
5043
5061
  height: 129px;
5044
- margin-left: 78px;
5045
5062
  width: 94px;
5063
+ margin-left: 78px;
5046
5064
  }
5047
5065
 
5048
5066
  .e-de-toc-template1.e-de-rtl {
@@ -5097,7 +5115,7 @@ label[for*=_wholeWord_e-de-rtl] {
5097
5115
  }
5098
5116
 
5099
5117
  .e-de-status-bar {
5100
- background-color: #282727;
5118
+ background: #282727;
5101
5119
  display: -ms-flexbox;
5102
5120
  display: flex;
5103
5121
  padding-top: 2.5px;
@@ -5230,8 +5248,8 @@ label[for*=_wholeWord_e-de-rtl] {
5230
5248
  }
5231
5249
 
5232
5250
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
5233
- height: 38px;
5234
5251
  width: 38px;
5252
+ height: 38px;
5235
5253
  }
5236
5254
 
5237
5255
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
@@ -5243,6 +5261,15 @@ label[for*=_wholeWord_e-de-rtl] {
5243
5261
  width: 70px;
5244
5262
  }
5245
5263
 
5264
+ .e-rtl .e-listview .e-list-icon {
5265
+ height: 24px;
5266
+ width: 16px;
5267
+ margin-left: 12px;
5268
+ }
5269
+ .e-rtl .e-de-listview-icon {
5270
+ line-height: 22px;
5271
+ }
5272
+
5246
5273
  .e-bigger .de-split-button > div:first-child {
5247
5274
  margin-right: 0;
5248
5275
  }
@@ -5355,7 +5382,7 @@ label[for*=_wholeWord_e-de-rtl] {
5355
5382
  margin: 0 7.5px;
5356
5383
  }
5357
5384
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
5358
- margin-left: 16px;
5385
+ margin-left: 16px !important;
5359
5386
  margin-right: 8px;
5360
5387
  }
5361
5388
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -5372,22 +5399,22 @@ label[for*=_wholeWord_e-de-rtl] {
5372
5399
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
5373
5400
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
5374
5401
  padding: 0;
5375
- padding-bottom: 6px;
5402
+ padding-bottom: 5px;
5376
5403
  }
5377
5404
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
5378
5405
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
5379
5406
  padding: 0;
5380
- padding-bottom: 6px;
5407
+ padding-bottom: 5px;
5381
5408
  }
5382
5409
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
5383
5410
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
5384
5411
  padding: 0;
5385
- padding-bottom: 6px;
5412
+ padding-bottom: 5px;
5386
5413
  }
5387
5414
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
5388
5415
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
5389
5416
  padding: 0;
5390
- padding-bottom: 6px;
5417
+ padding-bottom: 5px;
5391
5418
  }
5392
5419
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
5393
5420
  padding: 0 !important;
@@ -5403,7 +5430,7 @@ label[for*=_wholeWord_e-de-rtl] {
5403
5430
  width: 75px;
5404
5431
  }
5405
5432
  .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
5406
- background-color: #333232;
5433
+ background: #333232;
5407
5434
  border-radius: 0;
5408
5435
  box-shadow: none;
5409
5436
  min-height: 100%;
@@ -5431,7 +5458,7 @@ label[for*=_wholeWord_e-de-rtl] {
5431
5458
  }
5432
5459
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
5433
5460
  display: table;
5434
- font-size: 12px;
5461
+ font-size: 12px !important;
5435
5462
  margin: 0 6px;
5436
5463
  padding: 0;
5437
5464
  white-space: normal;
@@ -5587,6 +5614,22 @@ label[for*=_wholeWord_e-de-rtl] {
5587
5614
  height: 0;
5588
5615
  line-height: 0;
5589
5616
  }
5617
+ .e-bigger .e-listview .e-list-icon {
5618
+ height: 24px;
5619
+ width: 16px;
5620
+ margin-right: 16px;
5621
+ }
5622
+ .e-bigger .e-de-listview-icon {
5623
+ line-height: 22px;
5624
+ }
5625
+ .e-bigger .e-rtl .e-listview .e-list-icon {
5626
+ height: 24px;
5627
+ width: 16px;
5628
+ margin-left: 16px;
5629
+ }
5630
+ .e-bigger .e-rtl .e-de-listview-icon {
5631
+ line-height: 22px;
5632
+ }
5590
5633
 
5591
5634
  .e-de-ctn .e-de-bzr-button {
5592
5635
  font-size: 12px;
package/styles/fabric.css CHANGED
@@ -44,6 +44,10 @@
44
44
  font-family: "e-icons";
45
45
  font-size: 13px;
46
46
  }
47
+ .e-documenteditor .e-de-multi-cmt-mark::before {
48
+ content: "\e97e";
49
+ font-family: "e-icons";
50
+ }
47
51
  .e-documenteditor .e-de-cmt-post::before {
48
52
  content: "\e816";
49
53
  font-family: "e-icons";
@@ -1691,7 +1695,7 @@ label[for*=_wholeWord_e-de-rtl] {
1691
1695
 
1692
1696
  .e-de-restrict-pane,
1693
1697
  .e-de-op {
1694
- background-color: #fff;
1698
+ background: #fff;
1695
1699
  }
1696
1700
 
1697
1701
  .e-de-restrict-pane .e-tab-header .e-toolbar-items,
@@ -2384,7 +2388,7 @@ label[for*=_wholeWord_e-de-rtl] {
2384
2388
  margin-right: 20px;
2385
2389
  }
2386
2390
 
2387
- .e-de-style-left-div .e-de-style-dlg-name-input {
2391
+ .e-de-style-dlg-name-input {
2388
2392
  height: 32px;
2389
2393
  }
2390
2394
 
@@ -4346,7 +4350,7 @@ label[for*=_wholeWord_e-de-rtl] {
4346
4350
  }
4347
4351
 
4348
4352
  .e-de-statusbar-pageweb {
4349
- background-color: #fff;
4353
+ background: #fff;
4350
4354
  border: 0;
4351
4355
  box-shadow: none;
4352
4356
  float: right;
@@ -4375,12 +4379,22 @@ label[for*=_wholeWord_e-de-rtl] {
4375
4379
  font-size: 16px;
4376
4380
  }
4377
4381
 
4382
+ .e-listview .e-list-icon {
4383
+ height: 24px;
4384
+ width: 16px;
4385
+ margin-right: 12px;
4386
+ }
4387
+
4388
+ .e-de-listview-icon {
4389
+ line-height: 22px;
4390
+ }
4391
+
4378
4392
  .e-de-linespacing {
4379
4393
  margin-top: 12px;
4380
4394
  }
4381
4395
 
4382
4396
  .e-de-statusbar-zoom {
4383
- background-color: #fff;
4397
+ background: #fff;
4384
4398
  border: 0;
4385
4399
  color: #333;
4386
4400
  float: right;
@@ -4488,7 +4502,7 @@ label[for*=_wholeWord_e-de-rtl] {
4488
4502
 
4489
4503
  .e-de-tool-ctnr-properties-pane,
4490
4504
  .e-de-ctnr-properties-pane {
4491
- background-color: #fff;
4505
+ background: #fff;
4492
4506
  border-bottom: 1px solid #dadada;
4493
4507
  border-top: 1px solid #dadada;
4494
4508
  }
@@ -4589,7 +4603,7 @@ label[for*=_wholeWord_e-de-rtl] {
4589
4603
  margin: 0 5.5px;
4590
4604
  }
4591
4605
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
4592
- margin-left: 12px;
4606
+ margin-left: 12px !important;
4593
4607
  margin-right: 6px;
4594
4608
  }
4595
4609
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -4605,20 +4619,23 @@ label[for*=_wholeWord_e-de-rtl] {
4605
4619
  }
4606
4620
 
4607
4621
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
4622
+ -ms-flex-direction: column;
4623
+ flex-direction: column;
4624
+ height: calc(100% - 10px);
4608
4625
  padding: 0;
4609
- padding-bottom: 6px;
4626
+ padding-bottom: 5px;
4610
4627
  }
4611
4628
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
4612
4629
  padding: 0;
4613
- padding-bottom: 6px;
4630
+ padding-bottom: 5px;
4614
4631
  }
4615
4632
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
4616
4633
  padding: 0;
4617
- padding-bottom: 6px;
4634
+ padding-bottom: 5px;
4618
4635
  }
4619
4636
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
4620
4637
  padding: 0;
4621
- padding-bottom: 6px;
4638
+ padding-bottom: 5px;
4622
4639
  }
4623
4640
 
4624
4641
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
@@ -4647,7 +4664,7 @@ label[for*=_wholeWord_e-de-rtl] {
4647
4664
  }
4648
4665
 
4649
4666
  .e-de-ctnr-properties-pane-btn .e-btn {
4650
- background-color: #fff;
4667
+ background: #fff;
4651
4668
  border-radius: 0;
4652
4669
  box-shadow: none;
4653
4670
  color: #0081e5;
@@ -4689,6 +4706,7 @@ label[for*=_wholeWord_e-de-rtl] {
4689
4706
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
4690
4707
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
4691
4708
  padding: 0 !important;
4709
+ min-height: 16px;
4692
4710
  }
4693
4711
 
4694
4712
  .e-de-hdr-ftr-frst-div {
@@ -5045,8 +5063,8 @@ label[for*=_wholeWord_e-de-rtl] {
5045
5063
  border: 1px solid #dadada;
5046
5064
  color: #333;
5047
5065
  height: 129px;
5048
- margin-left: 78px;
5049
5066
  width: 94px;
5067
+ margin-left: 78px;
5050
5068
  }
5051
5069
 
5052
5070
  .e-de-toc-template1.e-de-rtl {
@@ -5101,7 +5119,7 @@ label[for*=_wholeWord_e-de-rtl] {
5101
5119
  }
5102
5120
 
5103
5121
  .e-de-status-bar {
5104
- background-color: #fff;
5122
+ background: #fff;
5105
5123
  display: -ms-flexbox;
5106
5124
  display: flex;
5107
5125
  padding-top: 2.8px;
@@ -5234,8 +5252,8 @@ label[for*=_wholeWord_e-de-rtl] {
5234
5252
  }
5235
5253
 
5236
5254
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
5237
- height: 38px;
5238
5255
  width: 38px;
5256
+ height: 38px;
5239
5257
  }
5240
5258
 
5241
5259
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
@@ -5247,6 +5265,15 @@ label[for*=_wholeWord_e-de-rtl] {
5247
5265
  width: 70px;
5248
5266
  }
5249
5267
 
5268
+ .e-rtl .e-listview .e-list-icon {
5269
+ height: 24px;
5270
+ width: 16px;
5271
+ margin-left: 12px;
5272
+ }
5273
+ .e-rtl .e-de-listview-icon {
5274
+ line-height: 22px;
5275
+ }
5276
+
5250
5277
  .e-bigger .de-split-button > div:first-child {
5251
5278
  margin-right: 0;
5252
5279
  }
@@ -5359,7 +5386,7 @@ label[for*=_wholeWord_e-de-rtl] {
5359
5386
  margin: 0 7.5px;
5360
5387
  }
5361
5388
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
5362
- margin-left: 16px;
5389
+ margin-left: 16px !important;
5363
5390
  margin-right: 8px;
5364
5391
  }
5365
5392
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -5376,22 +5403,22 @@ label[for*=_wholeWord_e-de-rtl] {
5376
5403
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
5377
5404
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
5378
5405
  padding: 0;
5379
- padding-bottom: 6px;
5406
+ padding-bottom: 5px;
5380
5407
  }
5381
5408
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
5382
5409
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
5383
5410
  padding: 0;
5384
- padding-bottom: 6px;
5411
+ padding-bottom: 5px;
5385
5412
  }
5386
5413
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
5387
5414
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
5388
5415
  padding: 0;
5389
- padding-bottom: 6px;
5416
+ padding-bottom: 5px;
5390
5417
  }
5391
5418
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
5392
5419
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
5393
5420
  padding: 0;
5394
- padding-bottom: 6px;
5421
+ padding-bottom: 5px;
5395
5422
  }
5396
5423
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
5397
5424
  padding: 0 !important;
@@ -5407,7 +5434,7 @@ label[for*=_wholeWord_e-de-rtl] {
5407
5434
  width: 75px;
5408
5435
  }
5409
5436
  .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
5410
- background-color: #fff;
5437
+ background: #fff;
5411
5438
  border-radius: 0;
5412
5439
  box-shadow: none;
5413
5440
  min-height: 100%;
@@ -5435,7 +5462,7 @@ label[for*=_wholeWord_e-de-rtl] {
5435
5462
  }
5436
5463
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
5437
5464
  display: table;
5438
- font-size: 12px;
5465
+ font-size: 12px !important;
5439
5466
  margin: 0 6px;
5440
5467
  padding: 0;
5441
5468
  white-space: normal;
@@ -5593,6 +5620,22 @@ label[for*=_wholeWord_e-de-rtl] {
5593
5620
  height: 0;
5594
5621
  line-height: 0;
5595
5622
  }
5623
+ .e-bigger .e-listview .e-list-icon {
5624
+ height: 24px;
5625
+ width: 16px;
5626
+ margin-right: 16px;
5627
+ }
5628
+ .e-bigger .e-de-listview-icon {
5629
+ line-height: 22px;
5630
+ }
5631
+ .e-bigger .e-rtl .e-listview .e-list-icon {
5632
+ height: 24px;
5633
+ width: 16px;
5634
+ margin-left: 16px;
5635
+ }
5636
+ .e-bigger .e-rtl .e-de-listview-icon {
5637
+ line-height: 22px;
5638
+ }
5596
5639
 
5597
5640
  .e-de-ctn .e-de-bzr-button {
5598
5641
  font-size: 12px;