@syncfusion/ej2-angular-documenteditor 20.4.54 → 21.1.35-ngcc

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 (187) hide show
  1. package/@syncfusion/ej2-angular-documenteditor.es5.js +583 -0
  2. package/@syncfusion/ej2-angular-documenteditor.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-documenteditor.js +553 -0
  4. package/@syncfusion/ej2-angular-documenteditor.js.map +1 -0
  5. package/CHANGELOG.md +3267 -0
  6. package/dist/ej2-angular-documenteditor.umd.js +1238 -0
  7. package/dist/ej2-angular-documenteditor.umd.js.map +1 -0
  8. package/dist/ej2-angular-documenteditor.umd.min.js +11 -0
  9. package/dist/ej2-angular-documenteditor.umd.min.js.map +1 -0
  10. package/ej2-angular-documenteditor.d.ts +6 -0
  11. package/ej2-angular-documenteditor.metadata.json +1 -0
  12. package/package.json +15 -29
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/utils/lib-details.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/document-editor/documenteditor-all.module.d.ts +0 -6
  18. package/src/document-editor/documenteditor.component.d.ts +0 -3
  19. package/src/document-editor/documenteditor.module.d.ts +0 -6
  20. package/src/document-editor-container/documenteditorcontainer-all.module.d.ts +0 -6
  21. package/src/document-editor-container/documenteditorcontainer.component.d.ts +0 -3
  22. package/src/document-editor-container/documenteditorcontainer.module.d.ts +0 -6
  23. package/styles/bootstrap-dark.css +64 -21
  24. package/styles/bootstrap.css +60 -17
  25. package/styles/bootstrap4.css +74 -28
  26. package/styles/bootstrap5-dark.css +84 -37
  27. package/styles/bootstrap5.css +84 -37
  28. package/styles/document-editor/bootstrap-dark.css +6 -2
  29. package/styles/document-editor/bootstrap-dark.scss +1 -4
  30. package/styles/document-editor/bootstrap.css +6 -2
  31. package/styles/document-editor/bootstrap.scss +1 -4
  32. package/styles/document-editor/bootstrap4.css +8 -4
  33. package/styles/document-editor/bootstrap4.scss +1 -4
  34. package/styles/document-editor/bootstrap5-dark.css +25 -17
  35. package/styles/document-editor/bootstrap5-dark.scss +1 -4
  36. package/styles/document-editor/bootstrap5.css +25 -17
  37. package/styles/document-editor/bootstrap5.scss +1 -4
  38. package/styles/document-editor/fabric-dark.css +6 -2
  39. package/styles/document-editor/fabric-dark.scss +1 -4
  40. package/styles/document-editor/fabric.css +6 -2
  41. package/styles/document-editor/fabric.scss +1 -4
  42. package/styles/document-editor/fluent-dark.css +40 -27
  43. package/styles/document-editor/fluent-dark.scss +1 -4
  44. package/styles/document-editor/fluent.css +40 -27
  45. package/styles/document-editor/fluent.scss +1 -4
  46. package/styles/document-editor/highcontrast-light.css +4 -0
  47. package/styles/document-editor/highcontrast-light.scss +1 -4
  48. package/styles/document-editor/highcontrast.css +6 -2
  49. package/styles/document-editor/highcontrast.scss +1 -4
  50. package/styles/document-editor/material-dark.css +6 -2
  51. package/styles/document-editor/material-dark.scss +1 -4
  52. package/styles/document-editor/material.css +6 -2
  53. package/styles/document-editor/material.scss +1 -4
  54. package/styles/document-editor/tailwind-dark.css +22 -17
  55. package/styles/document-editor/tailwind-dark.scss +1 -4
  56. package/styles/document-editor/tailwind.css +25 -17
  57. package/styles/document-editor/tailwind.scss +1 -4
  58. package/styles/document-editor-container/bootstrap-dark.css +58 -19
  59. package/styles/document-editor-container/bootstrap-dark.scss +1 -5
  60. package/styles/document-editor-container/bootstrap.css +54 -15
  61. package/styles/document-editor-container/bootstrap.scss +1 -5
  62. package/styles/document-editor-container/bootstrap4.css +66 -24
  63. package/styles/document-editor-container/bootstrap4.scss +1 -5
  64. package/styles/document-editor-container/bootstrap5-dark.css +59 -20
  65. package/styles/document-editor-container/bootstrap5-dark.scss +1 -5
  66. package/styles/document-editor-container/bootstrap5.css +59 -20
  67. package/styles/document-editor-container/bootstrap5.scss +1 -5
  68. package/styles/document-editor-container/fabric-dark.css +58 -19
  69. package/styles/document-editor-container/fabric-dark.scss +1 -5
  70. package/styles/document-editor-container/fabric.css +58 -19
  71. package/styles/document-editor-container/fabric.scss +1 -5
  72. package/styles/document-editor-container/fluent-dark.css +63 -27
  73. package/styles/document-editor-container/fluent-dark.scss +1 -5
  74. package/styles/document-editor-container/fluent.css +63 -27
  75. package/styles/document-editor-container/fluent.scss +1 -5
  76. package/styles/document-editor-container/highcontrast-light.css +58 -19
  77. package/styles/document-editor-container/highcontrast-light.scss +1 -5
  78. package/styles/document-editor-container/highcontrast.css +58 -19
  79. package/styles/document-editor-container/highcontrast.scss +1 -5
  80. package/styles/document-editor-container/material-dark.css +58 -19
  81. package/styles/document-editor-container/material-dark.scss +1 -5
  82. package/styles/document-editor-container/material.css +57 -18
  83. package/styles/document-editor-container/material.scss +1 -5
  84. package/styles/document-editor-container/tailwind-dark.css +58 -19
  85. package/styles/document-editor-container/tailwind-dark.scss +1 -5
  86. package/styles/document-editor-container/tailwind.css +58 -19
  87. package/styles/document-editor-container/tailwind.scss +1 -5
  88. package/styles/fabric-dark.css +64 -21
  89. package/styles/fabric.css +64 -21
  90. package/styles/fluent-dark.css +103 -54
  91. package/styles/fluent.css +103 -54
  92. package/styles/highcontrast-light.css +62 -19
  93. package/styles/highcontrast.css +64 -21
  94. package/styles/material-dark.css +64 -21
  95. package/styles/material.css +63 -20
  96. package/styles/tailwind-dark.css +80 -36
  97. package/styles/tailwind.css +83 -36
  98. package/esm2020/public_api.mjs +0 -3
  99. package/esm2020/src/document-editor/documenteditor-all.module.mjs +0 -116
  100. package/esm2020/src/document-editor/documenteditor.component.mjs +0 -269
  101. package/esm2020/src/document-editor/documenteditor.module.mjs +0 -25
  102. package/esm2020/src/document-editor-container/documenteditorcontainer-all.module.mjs +0 -29
  103. package/esm2020/src/document-editor-container/documenteditorcontainer.component.mjs +0 -66
  104. package/esm2020/src/document-editor-container/documenteditorcontainer.module.mjs +0 -25
  105. package/esm2020/src/index.mjs +0 -8
  106. package/esm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -5
  107. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +0 -516
  108. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
  109. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -516
  110. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
  111. package/styles/document-editor/_all.scss +0 -3
  112. package/styles/document-editor/_bootstrap-dark-definition.scss +0 -547
  113. package/styles/document-editor/_bootstrap-definition.scss +0 -546
  114. package/styles/document-editor/_bootstrap4-definition.scss +0 -559
  115. package/styles/document-editor/_bootstrap5-dark-definition.scss +0 -1
  116. package/styles/document-editor/_bootstrap5-definition.scss +0 -560
  117. package/styles/document-editor/_fabric-dark-definition.scss +0 -549
  118. package/styles/document-editor/_fabric-definition.scss +0 -548
  119. package/styles/document-editor/_fluent-dark-definition.scss +0 -1
  120. package/styles/document-editor/_fluent-definition.scss +0 -569
  121. package/styles/document-editor/_fusionnew-definition.scss +0 -560
  122. package/styles/document-editor/_highcontrast-definition.scss +0 -548
  123. package/styles/document-editor/_highcontrast-light-definition.scss +0 -2988
  124. package/styles/document-editor/_layout.scss +0 -216
  125. package/styles/document-editor/_material-dark-definition.scss +0 -565
  126. package/styles/document-editor/_material-definition.scss +0 -565
  127. package/styles/document-editor/_material3-definition.scss +0 -560
  128. package/styles/document-editor/_tailwind-dark-definition.scss +0 -1
  129. package/styles/document-editor/_tailwind-definition.scss +0 -557
  130. package/styles/document-editor/_theme.scss +0 -3404
  131. package/styles/document-editor/icons/_bootstrap-dark.scss +0 -654
  132. package/styles/document-editor/icons/_bootstrap.scss +0 -654
  133. package/styles/document-editor/icons/_bootstrap4.scss +0 -639
  134. package/styles/document-editor/icons/_bootstrap5-dark.scss +0 -1
  135. package/styles/document-editor/icons/_bootstrap5.scss +0 -689
  136. package/styles/document-editor/icons/_fabric-dark.scss +0 -654
  137. package/styles/document-editor/icons/_fabric.scss +0 -654
  138. package/styles/document-editor/icons/_fluent-dark.scss +0 -1
  139. package/styles/document-editor/icons/_fluent.scss +0 -687
  140. package/styles/document-editor/icons/_fusionnew.scss +0 -689
  141. package/styles/document-editor/icons/_highcontrast-light.scss +0 -659
  142. package/styles/document-editor/icons/_highcontrast.scss +0 -654
  143. package/styles/document-editor/icons/_material-dark.scss +0 -647
  144. package/styles/document-editor/icons/_material.scss +0 -647
  145. package/styles/document-editor/icons/_material3.scss +0 -689
  146. package/styles/document-editor/icons/_tailwind-dark.scss +0 -689
  147. package/styles/document-editor/icons/_tailwind.scss +0 -689
  148. package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +0 -171
  149. package/styles/document-editor-container/_all.scss +0 -2
  150. package/styles/document-editor-container/_bootstrap-dark-definition.scss +0 -127
  151. package/styles/document-editor-container/_bootstrap-definition.scss +0 -127
  152. package/styles/document-editor-container/_bootstrap4-definition.scss +0 -143
  153. package/styles/document-editor-container/_bootstrap5-dark-definition.scss +0 -1
  154. package/styles/document-editor-container/_bootstrap5-definition.scss +0 -153
  155. package/styles/document-editor-container/_definition.scss +0 -11
  156. package/styles/document-editor-container/_fabric-dark-definition.scss +0 -132
  157. package/styles/document-editor-container/_fabric-definition.scss +0 -129
  158. package/styles/document-editor-container/_fluent-dark-definition.scss +0 -1
  159. package/styles/document-editor-container/_fluent-definition.scss +0 -154
  160. package/styles/document-editor-container/_fusionnew-definition.scss +0 -153
  161. package/styles/document-editor-container/_highcontrast-definition.scss +0 -130
  162. package/styles/document-editor-container/_highcontrast-light-definition.scss +0 -133
  163. package/styles/document-editor-container/_layout.scss +0 -87
  164. package/styles/document-editor-container/_material-dark-definition.scss +0 -131
  165. package/styles/document-editor-container/_material-definition.scss +0 -130
  166. package/styles/document-editor-container/_material3-definition.scss +0 -153
  167. package/styles/document-editor-container/_tailwind-dark-definition.scss +0 -1
  168. package/styles/document-editor-container/_tailwind-definition.scss +0 -147
  169. package/styles/document-editor-container/_theme.scss +0 -2005
  170. package/styles/document-editor-container/icons/_bootstrap-dark.scss +0 -467
  171. package/styles/document-editor-container/icons/_bootstrap.scss +0 -467
  172. package/styles/document-editor-container/icons/_bootstrap4.scss +0 -467
  173. package/styles/document-editor-container/icons/_bootstrap5-dark.scss +0 -1
  174. package/styles/document-editor-container/icons/_bootstrap5.scss +0 -494
  175. package/styles/document-editor-container/icons/_fabric-dark.scss +0 -468
  176. package/styles/document-editor-container/icons/_fabric.scss +0 -467
  177. package/styles/document-editor-container/icons/_fluent-dark.scss +0 -1
  178. package/styles/document-editor-container/icons/_fluent.scss +0 -493
  179. package/styles/document-editor-container/icons/_fusionnew.scss +0 -493
  180. package/styles/document-editor-container/icons/_highcontrast-light.scss +0 -467
  181. package/styles/document-editor-container/icons/_highcontrast.scss +0 -467
  182. package/styles/document-editor-container/icons/_material-dark.scss +0 -469
  183. package/styles/document-editor-container/icons/_material.scss +0 -469
  184. package/styles/document-editor-container/icons/_material3.scss +0 -493
  185. package/styles/document-editor-container/icons/_tailwind-dark.scss +0 -493
  186. package/styles/document-editor-container/icons/_tailwind.scss +0 -493
  187. package/syncfusion-ej2-angular-documenteditor.d.ts +0 -5
@@ -532,7 +532,7 @@
532
532
  }
533
533
 
534
534
  .e-de-statusbar-pageweb {
535
- background-color: #f8f8f8;
535
+ background: #f8f8f8;
536
536
  border: 0;
537
537
  box-shadow: none;
538
538
  float: right;
@@ -562,12 +562,22 @@
562
562
  margin-top: -6px;
563
563
  }
564
564
 
565
+ .e-listview .e-list-icon {
566
+ height: 24px;
567
+ width: 16px;
568
+ margin-right: 12px;
569
+ }
570
+
571
+ .e-de-listview-icon {
572
+ line-height: 22px;
573
+ }
574
+
565
575
  .e-de-linespacing {
566
576
  margin-top: 6px;
567
577
  }
568
578
 
569
579
  .e-de-statusbar-zoom {
570
- background-color: #f8f8f8;
580
+ background: #f8f8f8;
571
581
  border: 0;
572
582
  color: #333;
573
583
  float: right;
@@ -675,7 +685,7 @@
675
685
 
676
686
  .e-de-tool-ctnr-properties-pane,
677
687
  .e-de-ctnr-properties-pane {
678
- background-color: #f8f8f8;
688
+ background: #f8f8f8;
679
689
  border-bottom: 1px solid #ccc;
680
690
  border-top: 1px solid #ccc;
681
691
  }
@@ -785,7 +795,7 @@
785
795
  margin: 0 5.5px;
786
796
  }
787
797
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
788
- margin-left: 12px;
798
+ margin-left: 12px !important;
789
799
  margin-right: 6px;
790
800
  }
791
801
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -801,20 +811,23 @@
801
811
  }
802
812
 
803
813
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
814
+ -ms-flex-direction: column;
815
+ flex-direction: column;
816
+ height: calc(100% - 10px);
804
817
  padding: 0 1px;
805
- padding-bottom: 6px;
818
+ padding-bottom: 5px;
806
819
  }
807
820
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
808
821
  padding: 0;
809
- padding-bottom: 6px;
822
+ padding-bottom: 5px;
810
823
  }
811
824
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
812
825
  padding: 0;
813
- padding-bottom: 6px;
826
+ padding-bottom: 5px;
814
827
  }
815
828
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
816
829
  padding: 0;
817
- padding-bottom: 6px;
830
+ padding-bottom: 5px;
818
831
  }
819
832
 
820
833
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
@@ -843,7 +856,7 @@
843
856
  }
844
857
 
845
858
  .e-de-ctnr-properties-pane-btn .e-btn {
846
- background-color: #f8f8f8;
859
+ background: #f8f8f8;
847
860
  border-radius: 0;
848
861
  box-shadow: none;
849
862
  color: #317ab9;
@@ -885,6 +898,7 @@
885
898
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
886
899
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
887
900
  padding: 0 !important;
901
+ min-height: 16px;
888
902
  }
889
903
 
890
904
  .e-de-hdr-ftr-frst-div {
@@ -1240,8 +1254,8 @@
1240
1254
  border: 1px solid #ccc;
1241
1255
  color: #333;
1242
1256
  height: 129px;
1243
- margin-left: 78px;
1244
1257
  width: 94px;
1258
+ margin-left: 78px;
1245
1259
  }
1246
1260
 
1247
1261
  .e-de-toc-template1.e-de-rtl {
@@ -1296,7 +1310,7 @@
1296
1310
  }
1297
1311
 
1298
1312
  .e-de-status-bar {
1299
- background-color: #f8f8f8;
1313
+ background: #f8f8f8;
1300
1314
  display: -ms-flexbox;
1301
1315
  display: flex;
1302
1316
  padding-top: 2.5px;
@@ -1429,8 +1443,8 @@
1429
1443
  }
1430
1444
 
1431
1445
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
1432
- height: 38px;
1433
1446
  width: 38px;
1447
+ height: 38px;
1434
1448
  }
1435
1449
 
1436
1450
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
@@ -1442,6 +1456,15 @@
1442
1456
  width: 70px;
1443
1457
  }
1444
1458
 
1459
+ .e-rtl .e-listview .e-list-icon {
1460
+ height: 24px;
1461
+ width: 16px;
1462
+ margin-left: 12px;
1463
+ }
1464
+ .e-rtl .e-de-listview-icon {
1465
+ line-height: 22px;
1466
+ }
1467
+
1445
1468
  .e-bigger .de-split-button > div:first-child {
1446
1469
  margin-right: 16px;
1447
1470
  }
@@ -1563,7 +1586,7 @@
1563
1586
  margin: 0 7.5px;
1564
1587
  }
1565
1588
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
1566
- margin-left: 16px;
1589
+ margin-left: 16px !important;
1567
1590
  margin-right: 8px;
1568
1591
  }
1569
1592
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -1611,7 +1634,7 @@
1611
1634
  width: 75px;
1612
1635
  }
1613
1636
  .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
1614
- background-color: #f8f8f8;
1637
+ background: #f8f8f8;
1615
1638
  border-radius: 0;
1616
1639
  box-shadow: none;
1617
1640
  min-height: 100%;
@@ -1639,7 +1662,7 @@
1639
1662
  }
1640
1663
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
1641
1664
  display: table;
1642
- font-size: 12px;
1665
+ font-size: 12px !important;
1643
1666
  margin: 0 6px;
1644
1667
  padding: 0;
1645
1668
  white-space: normal;
@@ -1802,6 +1825,22 @@
1802
1825
  height: 0;
1803
1826
  line-height: 0;
1804
1827
  }
1828
+ .e-bigger .e-listview .e-list-icon {
1829
+ height: 24px;
1830
+ width: 16px;
1831
+ margin-right: 16px;
1832
+ }
1833
+ .e-bigger .e-de-listview-icon {
1834
+ line-height: 22px;
1835
+ }
1836
+ .e-bigger .e-rtl .e-listview .e-list-icon {
1837
+ height: 24px;
1838
+ width: 16px;
1839
+ margin-left: 16px;
1840
+ }
1841
+ .e-bigger .e-rtl .e-de-listview-icon {
1842
+ line-height: 22px;
1843
+ }
1805
1844
 
1806
1845
  .e-de-ctn .e-de-bzr-button {
1807
1846
  font-size: 12px;
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/bootstrap-definition.scss';
2
- @import '../document-editor/bootstrap-definition.scss';
3
- @import 'bootstrap-definition.scss';
4
- @import 'icons/bootstrap.scss';
5
- @import 'all.scss';
1
+ @import 'ej2-documenteditor/styles/document-editor-container/bootstrap.scss';
@@ -532,7 +532,7 @@
532
532
  }
533
533
 
534
534
  .e-de-statusbar-pageweb {
535
- background-color: #f8f9fa;
535
+ background: #f8f9fa;
536
536
  border: 0;
537
537
  box-shadow: none;
538
538
  float: right;
@@ -562,12 +562,22 @@
562
562
  font-size: 18px;
563
563
  }
564
564
 
565
+ .e-listview .e-list-icon {
566
+ height: 24px;
567
+ width: 16px;
568
+ margin-right: 14px;
569
+ }
570
+
571
+ .e-de-listview-icon {
572
+ line-height: 22px;
573
+ }
574
+
565
575
  .e-de-linespacing {
566
576
  margin-top: 6px;
567
577
  }
568
578
 
569
579
  .e-de-statusbar-zoom {
570
- background-color: #f8f9fa;
580
+ background: #f8f9fa;
571
581
  border: 0;
572
582
  color: #212529;
573
583
  float: right;
@@ -676,7 +686,7 @@
676
686
 
677
687
  .e-de-tool-ctnr-properties-pane,
678
688
  .e-de-ctnr-properties-pane {
679
- background-color: #f8f9fa;
689
+ background: #f8f9fa;
680
690
  border-bottom: 1px solid #dee2e6;
681
691
  border-top: 1px solid #dee2e6;
682
692
  }
@@ -786,7 +796,7 @@
786
796
  margin: 0 5.5px;
787
797
  }
788
798
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
789
- margin-left: 14px;
799
+ margin-left: 14px !important;
790
800
  margin-right: 7px;
791
801
  }
792
802
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -802,37 +812,43 @@
802
812
  }
803
813
 
804
814
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
815
+ -ms-flex-direction: column;
816
+ flex-direction: column;
817
+ height: calc(100% - 10px);
805
818
  padding: 0;
806
- padding-bottom: 6px;
819
+ padding-bottom: 5px;
807
820
  }
808
821
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
809
822
  padding: 0;
810
- padding-bottom: 6px;
823
+ padding-bottom: 5px;
811
824
  }
812
825
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
813
826
  padding: 0;
814
- padding-bottom: 6px;
827
+ padding-bottom: 5px;
815
828
  }
816
829
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
817
830
  padding: 0;
818
- padding-bottom: 6px;
831
+ padding-bottom: 5px;
819
832
  }
820
833
 
821
834
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
835
+ -ms-flex-direction: column;
836
+ flex-direction: column;
837
+ height: calc(100% - 10px);
822
838
  padding: 0 1px;
823
- padding-bottom: 6px;
839
+ padding-bottom: 5px;
824
840
  }
825
841
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus {
826
842
  padding: 0;
827
- padding-bottom: 6px;
843
+ padding-bottom: 5px;
828
844
  }
829
845
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active {
830
846
  padding: 0;
831
- padding-bottom: 6px;
847
+ padding-bottom: 5px;
832
848
  }
833
849
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
834
850
  padding: 0;
835
- padding-bottom: 6px;
851
+ padding-bottom: 5px;
836
852
  }
837
853
 
838
854
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-btn-icon {
@@ -904,7 +920,7 @@
904
920
  }
905
921
 
906
922
  .e-de-ctnr-group-btn .e-btn {
907
- background-color: #fff;
923
+ background: #fff;
908
924
  border-color: #dee2e6;
909
925
  }
910
926
  .e-de-ctnr-group-btn .e-btn:focus {
@@ -1001,7 +1017,7 @@
1001
1017
  }
1002
1018
 
1003
1019
  .e-de-ctnr-properties-pane-btn .e-btn {
1004
- background-color: #f8f9fa;
1020
+ background: #f8f9fa;
1005
1021
  border-radius: 0;
1006
1022
  box-shadow: none;
1007
1023
  color: #007bff;
@@ -1043,6 +1059,7 @@
1043
1059
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1044
1060
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
1045
1061
  padding: 0 !important;
1062
+ min-height: 16px;
1046
1063
  }
1047
1064
 
1048
1065
  .e-de-hdr-ftr-frst-div {
@@ -1403,8 +1420,8 @@
1403
1420
  border: 1px solid #dee2e6;
1404
1421
  color: #212529;
1405
1422
  height: 129px;
1406
- margin-left: 78px;
1407
1423
  width: 94px;
1424
+ margin-left: 78px;
1408
1425
  }
1409
1426
 
1410
1427
  .e-de-toc-template1.e-de-rtl {
@@ -1459,7 +1476,7 @@
1459
1476
  }
1460
1477
 
1461
1478
  .e-de-status-bar {
1462
- background-color: #f8f9fa;
1479
+ background: #f8f9fa;
1463
1480
  display: -ms-flexbox;
1464
1481
  display: flex;
1465
1482
  padding-top: 2.5px;
@@ -1592,8 +1609,8 @@
1592
1609
  }
1593
1610
 
1594
1611
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
1595
- height: 38px;
1596
1612
  width: 38px;
1613
+ height: 38px;
1597
1614
  }
1598
1615
 
1599
1616
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
@@ -1605,6 +1622,15 @@
1605
1622
  width: 70px;
1606
1623
  }
1607
1624
 
1625
+ .e-rtl .e-listview .e-list-icon {
1626
+ height: 24px;
1627
+ width: 16px;
1628
+ margin-left: 14px;
1629
+ }
1630
+ .e-rtl .e-de-listview-icon {
1631
+ line-height: 22px;
1632
+ }
1633
+
1608
1634
  .e-bigger .de-split-button > div:first-child {
1609
1635
  margin-right: 0;
1610
1636
  }
@@ -1726,7 +1752,7 @@
1726
1752
  margin: 0 7.5px;
1727
1753
  }
1728
1754
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
1729
- margin-left: 16px;
1755
+ margin-left: 16px !important;
1730
1756
  margin-right: 8px;
1731
1757
  }
1732
1758
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -1743,22 +1769,22 @@
1743
1769
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1744
1770
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1745
1771
  padding: 0;
1746
- padding-bottom: 6px;
1772
+ padding-bottom: 5px;
1747
1773
  }
1748
1774
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
1749
1775
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
1750
1776
  padding: 0;
1751
- padding-bottom: 6px;
1777
+ padding-bottom: 5px;
1752
1778
  }
1753
1779
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
1754
1780
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1755
1781
  padding: 0;
1756
- padding-bottom: 6px;
1782
+ padding-bottom: 5px;
1757
1783
  }
1758
1784
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
1759
1785
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
1760
1786
  padding: 0;
1761
- padding-bottom: 6px;
1787
+ padding-bottom: 5px;
1762
1788
  }
1763
1789
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1764
1790
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
@@ -1794,7 +1820,7 @@
1794
1820
  width: 75px;
1795
1821
  }
1796
1822
  .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
1797
- background-color: #f8f9fa;
1823
+ background: #f8f9fa;
1798
1824
  border-radius: 0;
1799
1825
  box-shadow: none;
1800
1826
  min-height: 100%;
@@ -1822,7 +1848,7 @@
1822
1848
  }
1823
1849
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text {
1824
1850
  display: table;
1825
- font-size: 12px;
1851
+ font-size: 12px !important;
1826
1852
  margin: 0 6px;
1827
1853
  padding: 0;
1828
1854
  white-space: normal;
@@ -1985,6 +2011,22 @@
1985
2011
  height: 0;
1986
2012
  line-height: 0;
1987
2013
  }
2014
+ .e-bigger .e-listview .e-list-icon {
2015
+ height: 24px;
2016
+ width: 16px;
2017
+ margin-right: 16px;
2018
+ }
2019
+ .e-bigger .e-de-listview-icon {
2020
+ line-height: 22px;
2021
+ }
2022
+ .e-bigger .e-rtl .e-listview .e-list-icon {
2023
+ height: 24px;
2024
+ width: 16px;
2025
+ margin-left: 16px;
2026
+ }
2027
+ .e-bigger .e-rtl .e-de-listview-icon {
2028
+ line-height: 22px;
2029
+ }
1988
2030
 
1989
2031
  .e-de-ctn .e-de-bzr-button {
1990
2032
  font-size: 12px;
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/bootstrap4-definition.scss';
2
- @import '../document-editor/bootstrap4-definition.scss';
3
- @import 'bootstrap4-definition.scss';
4
- @import 'icons/bootstrap4.scss';
5
- @import 'all.scss';
1
+ @import 'ej2-documenteditor/styles/document-editor-container/bootstrap4.scss';
@@ -558,7 +558,7 @@
558
558
  }
559
559
 
560
560
  .e-de-statusbar-pageweb {
561
- background-color: #282d31;
561
+ background: #282d31;
562
562
  border: 0;
563
563
  box-shadow: none;
564
564
  float: right;
@@ -585,12 +585,22 @@
585
585
  font-size: 18px;
586
586
  }
587
587
 
588
+ .e-listview .e-list-icon {
589
+ height: 24px;
590
+ width: 16px;
591
+ margin-right: 12px;
592
+ }
593
+
594
+ .e-de-listview-icon {
595
+ line-height: 22px;
596
+ }
597
+
588
598
  .e-de-linespacing {
589
599
  margin-top: 8px;
590
600
  }
591
601
 
592
602
  .e-de-statusbar-zoom {
593
- background-color: #282d31;
603
+ background: #282d31;
594
604
  border: 0;
595
605
  color: #ced4da;
596
606
  float: right;
@@ -727,7 +737,7 @@
727
737
 
728
738
  .e-de-tool-ctnr-properties-pane,
729
739
  .e-de-ctnr-properties-pane {
730
- background-color: #282d31;
740
+ background: #282d31;
731
741
  border-bottom: 1px solid #444c54;
732
742
  border-top: 1px solid #444c54;
733
743
  }
@@ -874,7 +884,7 @@
874
884
  margin: 0 14px;
875
885
  }
876
886
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
877
- margin-left: 8px;
887
+ margin-left: 8px !important;
878
888
  margin-right: 4px;
879
889
  }
880
890
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -890,20 +900,23 @@
890
900
  }
891
901
 
892
902
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn {
903
+ -ms-flex-direction: column;
904
+ flex-direction: column;
905
+ height: calc(100% - 10px);
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:focus {
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:active {
901
914
  padding: 0;
902
- padding-bottom: 14px;
915
+ padding-bottom: 10px;
903
916
  }
904
917
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover {
905
918
  padding: 0;
906
- padding-bottom: 14px;
919
+ padding-bottom: 10px;
907
920
  }
908
921
 
909
922
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
@@ -949,7 +962,7 @@
949
962
  }
950
963
 
951
964
  .e-de-ctnr-group-btn .e-btn {
952
- background-color: #212529;
965
+ background: #212529;
953
966
  border-color: #444c54;
954
967
  }
955
968
  .e-de-ctnr-group-btn .e-btn:focus {
@@ -1042,7 +1055,7 @@
1042
1055
  }
1043
1056
 
1044
1057
  .e-de-ctnr-properties-pane-btn .e-btn {
1045
- background-color: #282d31;
1058
+ background: #282d31;
1046
1059
  border-radius: 0;
1047
1060
  box-shadow: none;
1048
1061
  color: #0d6efd;
@@ -1084,6 +1097,7 @@
1084
1097
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
1085
1098
  .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
1086
1099
  padding: 0 !important;
1100
+ min-height: 16px;
1087
1101
  }
1088
1102
 
1089
1103
  .e-de-hdr-ftr-frst-div {
@@ -1192,7 +1206,7 @@
1192
1206
  }
1193
1207
 
1194
1208
  .e-bigger .e-de-panel-right-width {
1195
- width: 86px;
1209
+ width: 96px;
1196
1210
  }
1197
1211
  .e-bigger .e-de-char-fmt-btn-left > button,
1198
1212
  .e-bigger .e-de-char-fmt-btn-right > button {
@@ -1447,8 +1461,8 @@
1447
1461
  border: 1px solid #444c54;
1448
1462
  color: #ced4da;
1449
1463
  height: 129px;
1450
- margin-left: 78px;
1451
1464
  width: 94px;
1465
+ margin-left: 78px;
1452
1466
  }
1453
1467
 
1454
1468
  .e-de-toc-template1.e-de-rtl {
@@ -1503,7 +1517,7 @@
1503
1517
  }
1504
1518
 
1505
1519
  .e-de-status-bar {
1506
- background-color: #282d31;
1520
+ background: #282d31;
1507
1521
  display: -ms-flexbox;
1508
1522
  display: flex;
1509
1523
  padding-top: 4px;
@@ -1636,8 +1650,8 @@
1636
1650
  }
1637
1651
 
1638
1652
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
1639
- height: 38px;
1640
1653
  width: 39px;
1654
+ height: 38px;
1641
1655
  }
1642
1656
 
1643
1657
  .e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
@@ -1649,6 +1663,15 @@
1649
1663
  width: 70px;
1650
1664
  }
1651
1665
 
1666
+ .e-rtl .e-listview .e-list-icon {
1667
+ height: 24px;
1668
+ width: 16px;
1669
+ margin-left: 12px;
1670
+ }
1671
+ .e-rtl .e-de-listview-icon {
1672
+ line-height: 22px;
1673
+ }
1674
+
1652
1675
  .e-bigger .de-split-button > div:first-child {
1653
1676
  margin-right: 0;
1654
1677
  }
@@ -1773,7 +1796,7 @@
1773
1796
  margin: 0 16px;
1774
1797
  }
1775
1798
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start {
1776
- margin-left: 12px;
1799
+ margin-left: 12px !important;
1777
1800
  margin-right: 6px;
1778
1801
  }
1779
1802
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle {
@@ -1790,22 +1813,22 @@
1790
1813
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn,
1791
1814
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control {
1792
1815
  padding: 0;
1793
- padding-bottom: 14px;
1816
+ padding-bottom: 10px;
1794
1817
  }
1795
1818
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus,
1796
1819
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus {
1797
1820
  padding: 0;
1798
- padding-bottom: 14px;
1821
+ padding-bottom: 10px;
1799
1822
  }
1800
1823
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active,
1801
1824
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active {
1802
1825
  padding: 0;
1803
- padding-bottom: 14px;
1826
+ padding-bottom: 10px;
1804
1827
  }
1805
1828
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover,
1806
1829
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover {
1807
1830
  padding: 0;
1808
- padding-bottom: 14px;
1831
+ padding-bottom: 10px;
1809
1832
  }
1810
1833
  .e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text {
1811
1834
  padding: 0 !important;
@@ -1821,7 +1844,7 @@
1821
1844
  width: 75px;
1822
1845
  }
1823
1846
  .e-bigger .e-de-ctnr-properties-pane-btn .e-btn {
1824
- background-color: #282d31;
1847
+ background: #282d31;
1825
1848
  border-radius: 0;
1826
1849
  box-shadow: none;
1827
1850
  min-height: 100%;
@@ -2007,6 +2030,22 @@
2007
2030
  height: 0;
2008
2031
  line-height: 0.5;
2009
2032
  }
2033
+ .e-bigger .e-listview .e-list-icon {
2034
+ height: 24px;
2035
+ width: 16px;
2036
+ margin-right: 16px;
2037
+ }
2038
+ .e-bigger .e-de-listview-icon {
2039
+ line-height: 22px;
2040
+ }
2041
+ .e-bigger .e-rtl .e-listview .e-list-icon {
2042
+ height: 24px;
2043
+ width: 16px;
2044
+ margin-left: 16px;
2045
+ }
2046
+ .e-bigger .e-rtl .e-de-listview-icon {
2047
+ line-height: 22px;
2048
+ }
2010
2049
 
2011
2050
  .e-de-ctn .e-de-bzr-button {
2012
2051
  background: #282d31;
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/bootstrap5-dark-definition.scss';
2
- @import '../document-editor/bootstrap5-dark-definition.scss';
3
- @import 'bootstrap5-dark-definition.scss';
4
- @import 'icons/bootstrap5-dark.scss';
5
- @import 'all.scss';
1
+ @import 'ej2-documenteditor/styles/document-editor-container/bootstrap5-dark.scss';