@syncfusion/ej2-angular-documenteditor 23.1.44 → 23.2.4-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 (202) 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 +3745 -0
  6. package/dist/ej2-angular-documenteditor.umd.js +1257 -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 +74 -0
  24. package/styles/bootstrap.css +74 -0
  25. package/styles/bootstrap4.css +74 -0
  26. package/styles/bootstrap5-dark.css +74 -0
  27. package/styles/bootstrap5.css +74 -0
  28. package/styles/document-editor/bootstrap-dark.css +8 -0
  29. package/styles/document-editor/bootstrap-dark.scss +1 -4
  30. package/styles/document-editor/bootstrap.css +8 -0
  31. package/styles/document-editor/bootstrap.scss +1 -4
  32. package/styles/document-editor/bootstrap4.css +8 -0
  33. package/styles/document-editor/bootstrap4.scss +1 -4
  34. package/styles/document-editor/bootstrap5-dark.css +8 -0
  35. package/styles/document-editor/bootstrap5-dark.scss +1 -4
  36. package/styles/document-editor/bootstrap5.css +8 -0
  37. package/styles/document-editor/bootstrap5.scss +1 -4
  38. package/styles/document-editor/fabric-dark.css +8 -0
  39. package/styles/document-editor/fabric-dark.scss +1 -4
  40. package/styles/document-editor/fabric.css +8 -0
  41. package/styles/document-editor/fabric.scss +1 -4
  42. package/styles/document-editor/fluent-dark.css +8 -0
  43. package/styles/document-editor/fluent-dark.scss +1 -4
  44. package/styles/document-editor/fluent.css +8 -0
  45. package/styles/document-editor/fluent.scss +1 -4
  46. package/styles/document-editor/highcontrast-light.scss +1 -4
  47. package/styles/document-editor/highcontrast.css +8 -0
  48. package/styles/document-editor/highcontrast.scss +1 -4
  49. package/styles/document-editor/material-dark.css +8 -0
  50. package/styles/document-editor/material-dark.scss +1 -4
  51. package/styles/document-editor/material.css +8 -0
  52. package/styles/document-editor/material.scss +1 -4
  53. package/styles/document-editor/material3-dark.css +8 -0
  54. package/styles/document-editor/material3-dark.scss +1 -4
  55. package/styles/document-editor/material3.css +8 -0
  56. package/styles/document-editor/material3.scss +1 -4
  57. package/styles/document-editor/tailwind-dark.css +8 -0
  58. package/styles/document-editor/tailwind-dark.scss +1 -4
  59. package/styles/document-editor/tailwind.css +8 -0
  60. package/styles/document-editor/tailwind.scss +1 -4
  61. package/styles/document-editor-container/bootstrap-dark.css +66 -0
  62. package/styles/document-editor-container/bootstrap-dark.scss +1 -5
  63. package/styles/document-editor-container/bootstrap.css +66 -0
  64. package/styles/document-editor-container/bootstrap.scss +1 -5
  65. package/styles/document-editor-container/bootstrap4.css +66 -0
  66. package/styles/document-editor-container/bootstrap4.scss +1 -5
  67. package/styles/document-editor-container/bootstrap5-dark.css +66 -0
  68. package/styles/document-editor-container/bootstrap5-dark.scss +1 -5
  69. package/styles/document-editor-container/bootstrap5.css +66 -0
  70. package/styles/document-editor-container/bootstrap5.scss +1 -5
  71. package/styles/document-editor-container/fabric-dark.css +66 -0
  72. package/styles/document-editor-container/fabric-dark.scss +1 -5
  73. package/styles/document-editor-container/fabric.css +66 -0
  74. package/styles/document-editor-container/fabric.scss +1 -5
  75. package/styles/document-editor-container/fluent-dark.css +66 -0
  76. package/styles/document-editor-container/fluent-dark.scss +1 -5
  77. package/styles/document-editor-container/fluent.css +66 -0
  78. package/styles/document-editor-container/fluent.scss +1 -5
  79. package/styles/document-editor-container/highcontrast-light.css +66 -0
  80. package/styles/document-editor-container/highcontrast-light.scss +1 -5
  81. package/styles/document-editor-container/highcontrast.css +66 -0
  82. package/styles/document-editor-container/highcontrast.scss +1 -5
  83. package/styles/document-editor-container/material-dark.css +66 -0
  84. package/styles/document-editor-container/material-dark.scss +1 -5
  85. package/styles/document-editor-container/material.css +66 -0
  86. package/styles/document-editor-container/material.scss +1 -5
  87. package/styles/document-editor-container/material3-dark.css +69 -0
  88. package/styles/document-editor-container/material3-dark.scss +1 -5
  89. package/styles/document-editor-container/material3.css +69 -0
  90. package/styles/document-editor-container/material3.scss +1 -5
  91. package/styles/document-editor-container/tailwind-dark.css +66 -0
  92. package/styles/document-editor-container/tailwind-dark.scss +1 -5
  93. package/styles/document-editor-container/tailwind.css +66 -0
  94. package/styles/document-editor-container/tailwind.scss +1 -5
  95. package/styles/fabric-dark.css +74 -0
  96. package/styles/fabric.css +74 -0
  97. package/styles/fluent-dark.css +74 -0
  98. package/styles/fluent.css +74 -0
  99. package/styles/highcontrast-light.css +66 -0
  100. package/styles/highcontrast.css +74 -0
  101. package/styles/material-dark.css +74 -0
  102. package/styles/material.css +74 -0
  103. package/styles/material3-dark.css +132 -0
  104. package/styles/material3-dark.scss +0 -1
  105. package/styles/material3.css +188 -0
  106. package/styles/material3.scss +0 -1
  107. package/styles/tailwind-dark.css +74 -0
  108. package/styles/tailwind.css +74 -0
  109. package/esm2020/public_api.mjs +0 -3
  110. package/esm2020/src/document-editor/documenteditor-all.module.mjs +0 -116
  111. package/esm2020/src/document-editor/documenteditor.component.mjs +0 -269
  112. package/esm2020/src/document-editor/documenteditor.module.mjs +0 -25
  113. package/esm2020/src/document-editor-container/documenteditorcontainer-all.module.mjs +0 -29
  114. package/esm2020/src/document-editor-container/documenteditorcontainer.component.mjs +0 -66
  115. package/esm2020/src/document-editor-container/documenteditorcontainer.module.mjs +0 -25
  116. package/esm2020/src/index.mjs +0 -8
  117. package/esm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -5
  118. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +0 -516
  119. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
  120. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -516
  121. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
  122. package/styles/document-editor/_all.scss +0 -3
  123. package/styles/document-editor/_bootstrap-dark-definition.scss +0 -548
  124. package/styles/document-editor/_bootstrap-definition.scss +0 -547
  125. package/styles/document-editor/_bootstrap4-definition.scss +0 -560
  126. package/styles/document-editor/_bootstrap5-dark-definition.scss +0 -1
  127. package/styles/document-editor/_bootstrap5-definition.scss +0 -561
  128. package/styles/document-editor/_fabric-dark-definition.scss +0 -550
  129. package/styles/document-editor/_fabric-definition.scss +0 -549
  130. package/styles/document-editor/_fluent-dark-definition.scss +0 -1
  131. package/styles/document-editor/_fluent-definition.scss +0 -570
  132. package/styles/document-editor/_fusionnew-definition.scss +0 -561
  133. package/styles/document-editor/_highcontrast-definition.scss +0 -549
  134. package/styles/document-editor/_highcontrast-light-definition.scss +0 -2989
  135. package/styles/document-editor/_layout.scss +0 -224
  136. package/styles/document-editor/_material-dark-definition.scss +0 -566
  137. package/styles/document-editor/_material-definition.scss +0 -566
  138. package/styles/document-editor/_material3-dark-definition.scss +0 -1
  139. package/styles/document-editor/_material3-definition.scss +0 -561
  140. package/styles/document-editor/_tailwind-dark-definition.scss +0 -1
  141. package/styles/document-editor/_tailwind-definition.scss +0 -558
  142. package/styles/document-editor/_theme.scss +0 -3554
  143. package/styles/document-editor/icons/_bootstrap-dark.scss +0 -660
  144. package/styles/document-editor/icons/_bootstrap.scss +0 -660
  145. package/styles/document-editor/icons/_bootstrap4.scss +0 -645
  146. package/styles/document-editor/icons/_bootstrap5-dark.scss +0 -1
  147. package/styles/document-editor/icons/_bootstrap5.scss +0 -699
  148. package/styles/document-editor/icons/_fabric-dark.scss +0 -660
  149. package/styles/document-editor/icons/_fabric.scss +0 -660
  150. package/styles/document-editor/icons/_fluent-dark.scss +0 -1
  151. package/styles/document-editor/icons/_fluent.scss +0 -702
  152. package/styles/document-editor/icons/_fusionnew.scss +0 -696
  153. package/styles/document-editor/icons/_highcontrast-light.scss +0 -665
  154. package/styles/document-editor/icons/_highcontrast.scss +0 -660
  155. package/styles/document-editor/icons/_material-dark.scss +0 -653
  156. package/styles/document-editor/icons/_material.scss +0 -653
  157. package/styles/document-editor/icons/_material3-dark.scss +0 -1
  158. package/styles/document-editor/icons/_material3.scss +0 -696
  159. package/styles/document-editor/icons/_tailwind-dark.scss +0 -696
  160. package/styles/document-editor/icons/_tailwind.scss +0 -699
  161. package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +0 -174
  162. package/styles/document-editor-container/_all.scss +0 -2
  163. package/styles/document-editor-container/_bootstrap-dark-definition.scss +0 -133
  164. package/styles/document-editor-container/_bootstrap-definition.scss +0 -133
  165. package/styles/document-editor-container/_bootstrap4-definition.scss +0 -149
  166. package/styles/document-editor-container/_bootstrap5-dark-definition.scss +0 -1
  167. package/styles/document-editor-container/_bootstrap5-definition.scss +0 -159
  168. package/styles/document-editor-container/_definition.scss +0 -12
  169. package/styles/document-editor-container/_fabric-dark-definition.scss +0 -138
  170. package/styles/document-editor-container/_fabric-definition.scss +0 -135
  171. package/styles/document-editor-container/_fluent-dark-definition.scss +0 -1
  172. package/styles/document-editor-container/_fluent-definition.scss +0 -160
  173. package/styles/document-editor-container/_fusionnew-definition.scss +0 -159
  174. package/styles/document-editor-container/_highcontrast-definition.scss +0 -136
  175. package/styles/document-editor-container/_highcontrast-light-definition.scss +0 -139
  176. package/styles/document-editor-container/_layout.scss +0 -89
  177. package/styles/document-editor-container/_material-dark-definition.scss +0 -137
  178. package/styles/document-editor-container/_material-definition.scss +0 -136
  179. package/styles/document-editor-container/_material3-dark-definition.scss +0 -1
  180. package/styles/document-editor-container/_material3-definition.scss +0 -163
  181. package/styles/document-editor-container/_tailwind-dark-definition.scss +0 -1
  182. package/styles/document-editor-container/_tailwind-definition.scss +0 -153
  183. package/styles/document-editor-container/_theme.scss +0 -2407
  184. package/styles/document-editor-container/icons/_bootstrap-dark.scss +0 -482
  185. package/styles/document-editor-container/icons/_bootstrap.scss +0 -482
  186. package/styles/document-editor-container/icons/_bootstrap4.scss +0 -482
  187. package/styles/document-editor-container/icons/_bootstrap5-dark.scss +0 -1
  188. package/styles/document-editor-container/icons/_bootstrap5.scss +0 -509
  189. package/styles/document-editor-container/icons/_fabric-dark.scss +0 -483
  190. package/styles/document-editor-container/icons/_fabric.scss +0 -482
  191. package/styles/document-editor-container/icons/_fluent-dark.scss +0 -1
  192. package/styles/document-editor-container/icons/_fluent.scss +0 -508
  193. package/styles/document-editor-container/icons/_fusionnew.scss +0 -508
  194. package/styles/document-editor-container/icons/_highcontrast-light.scss +0 -482
  195. package/styles/document-editor-container/icons/_highcontrast.scss +0 -482
  196. package/styles/document-editor-container/icons/_material-dark.scss +0 -484
  197. package/styles/document-editor-container/icons/_material.scss +0 -484
  198. package/styles/document-editor-container/icons/_material3-dark.scss +0 -1
  199. package/styles/document-editor-container/icons/_material3.scss +0 -507
  200. package/styles/document-editor-container/icons/_tailwind-dark.scss +0 -508
  201. package/styles/document-editor-container/icons/_tailwind.scss +0 -508
  202. package/syncfusion-ej2-angular-documenteditor.d.ts +0 -5
@@ -1487,6 +1487,67 @@
1487
1487
  width: 70px;
1488
1488
  }
1489
1489
 
1490
+ .e-de-hRuler {
1491
+ background-color: #201f1f;
1492
+ border-bottom: 0.5px solid #4a4848;
1493
+ }
1494
+
1495
+ .e-de-vRuler {
1496
+ background-color: #201f1f;
1497
+ border-right: 0.5px solid #4a4848;
1498
+ }
1499
+
1500
+ .e-de-ruler-margin {
1501
+ background-color: #333232;
1502
+ }
1503
+
1504
+ .e-de-ruler-tick {
1505
+ stroke: #9a9a9a;
1506
+ }
1507
+
1508
+ .e-de-ruler-tick-label {
1509
+ fill: #dadada;
1510
+ }
1511
+
1512
+ .e-de-ruler-markIndicator {
1513
+ background-color: #333232;
1514
+ }
1515
+
1516
+ .e-de-ruler-marker .e-de-ruler-tab-svg {
1517
+ fill: #9a9a9a;
1518
+ }
1519
+
1520
+ .e-de-ruler-marker .e-de-ruler-indent-svg {
1521
+ fill: #9a9a9a;
1522
+ }
1523
+
1524
+ .e-de-ruler-indent .e-de-ruler-indent-svg {
1525
+ fill: #333232;
1526
+ stroke: #dadada;
1527
+ }
1528
+
1529
+ .e-de-ruler-indent .e-de-ruler-indent-svg:hover {
1530
+ fill: #201f1f;
1531
+ stroke: #dadada;
1532
+ }
1533
+
1534
+ .e-de-ruler-indent .e-de-ruler-indent-svg:active {
1535
+ fill: #0074cc;
1536
+ stroke: #dadada;
1537
+ }
1538
+
1539
+ .e-de-ruler-table-svg {
1540
+ fill: #dadada;
1541
+ }
1542
+
1543
+ .e-de-ruler-table-svg:hover {
1544
+ fill: #201f1f;
1545
+ }
1546
+
1547
+ .e-de-ruler-table-svg:active {
1548
+ fill: #0074cc;
1549
+ }
1550
+
1490
1551
  .e-rtl .e-listview .e-list-icon {
1491
1552
  height: 24px;
1492
1553
  width: 16px;
@@ -1498,6 +1559,11 @@
1498
1559
  line-height: 22px;
1499
1560
  margin-left: 12px;
1500
1561
  }
1562
+ .e-rtl .e-de-vRuler {
1563
+ background-color: #201f1f;
1564
+ border-right: none;
1565
+ border-left: 0.5px solid #4a4848;
1566
+ }
1501
1567
 
1502
1568
  .e-bigger .de-split-button > div:first-child {
1503
1569
  margin-right: 0;
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/definition/fabric-dark.scss';
2
- @import '../document-editor/fabric-dark-definition.scss';
3
- @import 'fabric-dark-definition.scss';
4
- @import 'icons/fabric-dark.scss';
5
- @import 'all.scss';
1
+ @import 'ej2-documenteditor/styles/document-editor-container/fabric-dark.scss';
@@ -1491,6 +1491,67 @@
1491
1491
  width: 70px;
1492
1492
  }
1493
1493
 
1494
+ .e-de-hRuler {
1495
+ background-color: #f4f4f4;
1496
+ border-bottom: 0.5px solid #dadada;
1497
+ }
1498
+
1499
+ .e-de-vRuler {
1500
+ background-color: #f4f4f4;
1501
+ border-right: 0.5px solid #dadada;
1502
+ }
1503
+
1504
+ .e-de-ruler-margin {
1505
+ background-color: #fff;
1506
+ }
1507
+
1508
+ .e-de-ruler-tick {
1509
+ stroke: #d0d0d0;
1510
+ }
1511
+
1512
+ .e-de-ruler-tick-label {
1513
+ fill: #333;
1514
+ }
1515
+
1516
+ .e-de-ruler-markIndicator {
1517
+ background-color: #fff;
1518
+ }
1519
+
1520
+ .e-de-ruler-marker .e-de-ruler-tab-svg {
1521
+ fill: #d0d0d0;
1522
+ }
1523
+
1524
+ .e-de-ruler-marker .e-de-ruler-indent-svg {
1525
+ fill: #d0d0d0;
1526
+ }
1527
+
1528
+ .e-de-ruler-indent .e-de-ruler-indent-svg {
1529
+ fill: #fff;
1530
+ stroke: #666;
1531
+ }
1532
+
1533
+ .e-de-ruler-indent .e-de-ruler-indent-svg:hover {
1534
+ fill: #f4f4f4;
1535
+ stroke: #666;
1536
+ }
1537
+
1538
+ .e-de-ruler-indent .e-de-ruler-indent-svg:active {
1539
+ fill: #0078d6;
1540
+ stroke: #666;
1541
+ }
1542
+
1543
+ .e-de-ruler-table-svg {
1544
+ fill: #666;
1545
+ }
1546
+
1547
+ .e-de-ruler-table-svg:hover {
1548
+ fill: #f4f4f4;
1549
+ }
1550
+
1551
+ .e-de-ruler-table-svg:active {
1552
+ fill: #0078d6;
1553
+ }
1554
+
1494
1555
  .e-rtl .e-listview .e-list-icon {
1495
1556
  height: 24px;
1496
1557
  width: 16px;
@@ -1502,6 +1563,11 @@
1502
1563
  line-height: 22px;
1503
1564
  margin-left: 12px;
1504
1565
  }
1566
+ .e-rtl .e-de-vRuler {
1567
+ background-color: #f4f4f4;
1568
+ border-right: none;
1569
+ border-left: 0.5px solid #dadada;
1570
+ }
1505
1571
 
1506
1572
  .e-bigger .de-split-button > div:first-child {
1507
1573
  margin-right: 0;
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/definition/fabric.scss';
2
- @import '../document-editor/fabric-definition.scss';
3
- @import 'fabric-definition.scss';
4
- @import 'icons/fabric.scss';
5
- @import 'all.scss';
1
+ @import 'ej2-documenteditor/styles/document-editor-container/fabric.scss';
@@ -1605,6 +1605,67 @@
1605
1605
  width: 70px;
1606
1606
  }
1607
1607
 
1608
+ .e-de-hRuler {
1609
+ background-color: #323130;
1610
+ border-bottom: 0.5px solid #292827;
1611
+ }
1612
+
1613
+ .e-de-vRuler {
1614
+ background-color: #323130;
1615
+ border-right: 0.5px solid #292827;
1616
+ }
1617
+
1618
+ .e-de-ruler-margin {
1619
+ background-color: #1b1a19;
1620
+ }
1621
+
1622
+ .e-de-ruler-tick {
1623
+ stroke: #a19f9d;
1624
+ }
1625
+
1626
+ .e-de-ruler-tick-label {
1627
+ fill: #d2d0ce;
1628
+ }
1629
+
1630
+ .e-de-ruler-markIndicator {
1631
+ background-color: #1b1a19;
1632
+ }
1633
+
1634
+ .e-de-ruler-marker .e-de-ruler-tab-svg {
1635
+ fill: #a19f9d;
1636
+ }
1637
+
1638
+ .e-de-ruler-marker .e-de-ruler-indent-svg {
1639
+ fill: #a19f9d;
1640
+ }
1641
+
1642
+ .e-de-ruler-indent .e-de-ruler-indent-svg {
1643
+ fill: #1b1a19;
1644
+ stroke: #a19f9d;
1645
+ }
1646
+
1647
+ .e-de-ruler-indent .e-de-ruler-indent-svg:hover {
1648
+ fill: #323130;
1649
+ stroke: #a19f9d;
1650
+ }
1651
+
1652
+ .e-de-ruler-indent .e-de-ruler-indent-svg:active {
1653
+ fill: #0078d4;
1654
+ stroke: #a19f9d;
1655
+ }
1656
+
1657
+ .e-de-ruler-table-svg {
1658
+ fill: #a19f9d;
1659
+ }
1660
+
1661
+ .e-de-ruler-table-svg:hover {
1662
+ fill: #323130;
1663
+ }
1664
+
1665
+ .e-de-ruler-table-svg:active {
1666
+ fill: #0078d4;
1667
+ }
1668
+
1608
1669
  .e-rtl .e-listview .e-list-icon {
1609
1670
  height: 24px;
1610
1671
  width: 16px;
@@ -1616,6 +1677,11 @@
1616
1677
  line-height: 22px;
1617
1678
  margin-left: 16px;
1618
1679
  }
1680
+ .e-rtl .e-de-vRuler {
1681
+ background-color: #323130;
1682
+ border-right: none;
1683
+ border-left: 0.5px solid #292827;
1684
+ }
1619
1685
 
1620
1686
  .e-bigger .de-split-button > div:first-child {
1621
1687
  margin-right: 0;
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/definition/fluent-dark.scss';
2
- @import '../document-editor/fluent-dark-definition.scss';
3
- @import 'fluent-dark-definition.scss';
4
- @import 'icons/fluent-dark.scss';
5
- @import 'all.scss';
1
+ @import 'ej2-documenteditor/styles/document-editor-container/fluent-dark.scss';
@@ -1605,6 +1605,67 @@
1605
1605
  width: 70px;
1606
1606
  }
1607
1607
 
1608
+ .e-de-hRuler {
1609
+ background-color: #e1dfdd;
1610
+ border-bottom: 0.5px solid #edebe9;
1611
+ }
1612
+
1613
+ .e-de-vRuler {
1614
+ background-color: #e1dfdd;
1615
+ border-right: 0.5px solid #edebe9;
1616
+ }
1617
+
1618
+ .e-de-ruler-margin {
1619
+ background-color: #fff;
1620
+ }
1621
+
1622
+ .e-de-ruler-tick {
1623
+ stroke: #605e5c;
1624
+ }
1625
+
1626
+ .e-de-ruler-tick-label {
1627
+ fill: #323130;
1628
+ }
1629
+
1630
+ .e-de-ruler-markIndicator {
1631
+ background-color: #fff;
1632
+ }
1633
+
1634
+ .e-de-ruler-marker .e-de-ruler-tab-svg {
1635
+ fill: #605e5c;
1636
+ }
1637
+
1638
+ .e-de-ruler-marker .e-de-ruler-indent-svg {
1639
+ fill: #605e5c;
1640
+ }
1641
+
1642
+ .e-de-ruler-indent .e-de-ruler-indent-svg {
1643
+ fill: #fff;
1644
+ stroke: #605e5c;
1645
+ }
1646
+
1647
+ .e-de-ruler-indent .e-de-ruler-indent-svg:hover {
1648
+ fill: #e1dfdd;
1649
+ stroke: #605e5c;
1650
+ }
1651
+
1652
+ .e-de-ruler-indent .e-de-ruler-indent-svg:active {
1653
+ fill: #0078d4;
1654
+ stroke: #605e5c;
1655
+ }
1656
+
1657
+ .e-de-ruler-table-svg {
1658
+ fill: #605e5c;
1659
+ }
1660
+
1661
+ .e-de-ruler-table-svg:hover {
1662
+ fill: #e1dfdd;
1663
+ }
1664
+
1665
+ .e-de-ruler-table-svg:active {
1666
+ fill: #0078d4;
1667
+ }
1668
+
1608
1669
  .e-rtl .e-listview .e-list-icon {
1609
1670
  height: 24px;
1610
1671
  width: 16px;
@@ -1616,6 +1677,11 @@
1616
1677
  line-height: 22px;
1617
1678
  margin-left: 16px;
1618
1679
  }
1680
+ .e-rtl .e-de-vRuler {
1681
+ background-color: #e1dfdd;
1682
+ border-right: none;
1683
+ border-left: 0.5px solid #edebe9;
1684
+ }
1619
1685
 
1620
1686
  .e-bigger .de-split-button > div:first-child {
1621
1687
  margin-right: 0;
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/definition/fluent.scss';
2
- @import '../document-editor/fluent-definition.scss';
3
- @import 'fluent-definition.scss';
4
- @import 'icons/fluent.scss';
5
- @import 'all.scss';
1
+ @import 'ej2-documenteditor/styles/document-editor-container/fluent.scss';
@@ -3524,6 +3524,67 @@ label[for=container_wholeWord] {
3524
3524
  width: 70px;
3525
3525
  }
3526
3526
 
3527
+ .e-de-hRuler {
3528
+ background-color: #fff;
3529
+ border-bottom: 0.5px solid #000;
3530
+ }
3531
+
3532
+ .e-de-vRuler {
3533
+ background-color: #fff;
3534
+ border-right: 0.5px solid #000;
3535
+ }
3536
+
3537
+ .e-de-ruler-margin {
3538
+ background-color: #fff;
3539
+ }
3540
+
3541
+ .e-de-ruler-tick {
3542
+ stroke: #000;
3543
+ }
3544
+
3545
+ .e-de-ruler-tick-label {
3546
+ fill: #000;
3547
+ }
3548
+
3549
+ .e-de-ruler-markIndicator {
3550
+ background-color: #fff;
3551
+ }
3552
+
3553
+ .e-de-ruler-marker .e-de-ruler-tab-svg {
3554
+ fill: #000;
3555
+ }
3556
+
3557
+ .e-de-ruler-marker .e-de-ruler-indent-svg {
3558
+ fill: #000;
3559
+ }
3560
+
3561
+ .e-de-ruler-indent .e-de-ruler-indent-svg {
3562
+ fill: #fff;
3563
+ stroke: #000;
3564
+ }
3565
+
3566
+ .e-de-ruler-indent .e-de-ruler-indent-svg:hover {
3567
+ fill: #000;
3568
+ stroke: #000;
3569
+ }
3570
+
3571
+ .e-de-ruler-indent .e-de-ruler-indent-svg:active {
3572
+ fill: #400074;
3573
+ stroke: #000;
3574
+ }
3575
+
3576
+ .e-de-ruler-table-svg {
3577
+ fill: #000;
3578
+ }
3579
+
3580
+ .e-de-ruler-table-svg:hover {
3581
+ fill: #000;
3582
+ }
3583
+
3584
+ .e-de-ruler-table-svg:active {
3585
+ fill: #400074;
3586
+ }
3587
+
3527
3588
  .e-rtl .e-listview .e-list-icon {
3528
3589
  height: 24px;
3529
3590
  width: 16px;
@@ -3535,6 +3596,11 @@ label[for=container_wholeWord] {
3535
3596
  line-height: 22px;
3536
3597
  margin-left: 12px;
3537
3598
  }
3599
+ .e-rtl .e-de-vRuler {
3600
+ background-color: #fff;
3601
+ border-right: none;
3602
+ border-left: 0.5px solid #000;
3603
+ }
3538
3604
 
3539
3605
  .e-bigger .de-split-button > div:first-child {
3540
3606
  margin-right: 0;
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/definition/highcontrast-light.scss';
2
- @import '../document-editor/highcontrast-light-definition.scss';
3
- @import 'highcontrast-light-definition.scss';
4
- @import 'icons/highcontrast-light.scss';
5
- @import 'all.scss';
1
+ @import 'ej2-documenteditor/styles/document-editor-container/highcontrast-light.scss';
@@ -1495,6 +1495,67 @@
1495
1495
  width: 70px;
1496
1496
  }
1497
1497
 
1498
+ .e-de-hRuler {
1499
+ background-color: #000;
1500
+ border-bottom: 0.5px solid #fff;
1501
+ }
1502
+
1503
+ .e-de-vRuler {
1504
+ background-color: #000;
1505
+ border-right: 0.5px solid #fff;
1506
+ }
1507
+
1508
+ .e-de-ruler-margin {
1509
+ background-color: #000;
1510
+ }
1511
+
1512
+ .e-de-ruler-tick {
1513
+ stroke: #fff;
1514
+ }
1515
+
1516
+ .e-de-ruler-tick-label {
1517
+ fill: #fff;
1518
+ }
1519
+
1520
+ .e-de-ruler-markIndicator {
1521
+ background-color: #000;
1522
+ }
1523
+
1524
+ .e-de-ruler-marker .e-de-ruler-tab-svg {
1525
+ fill: #fff;
1526
+ }
1527
+
1528
+ .e-de-ruler-marker .e-de-ruler-indent-svg {
1529
+ fill: #fff;
1530
+ }
1531
+
1532
+ .e-de-ruler-indent .e-de-ruler-indent-svg {
1533
+ fill: #000;
1534
+ stroke: #fff;
1535
+ }
1536
+
1537
+ .e-de-ruler-indent .e-de-ruler-indent-svg:hover {
1538
+ fill: #fff;
1539
+ stroke: #fff;
1540
+ }
1541
+
1542
+ .e-de-ruler-indent .e-de-ruler-indent-svg:active {
1543
+ fill: #ffd939;
1544
+ stroke: #fff;
1545
+ }
1546
+
1547
+ .e-de-ruler-table-svg {
1548
+ fill: #fff;
1549
+ }
1550
+
1551
+ .e-de-ruler-table-svg:hover {
1552
+ fill: #fff;
1553
+ }
1554
+
1555
+ .e-de-ruler-table-svg:active {
1556
+ fill: #ffd939;
1557
+ }
1558
+
1498
1559
  .e-rtl .e-listview .e-list-icon {
1499
1560
  height: 24px;
1500
1561
  width: 16px;
@@ -1506,6 +1567,11 @@
1506
1567
  line-height: 22px;
1507
1568
  margin-left: 12px;
1508
1569
  }
1570
+ .e-rtl .e-de-vRuler {
1571
+ background-color: #000;
1572
+ border-right: none;
1573
+ border-left: 0.5px solid #fff;
1574
+ }
1509
1575
 
1510
1576
  .e-bigger .de-split-button > div:first-child {
1511
1577
  margin-right: 0;
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/definition/highcontrast.scss';
2
- @import '../document-editor/highcontrast-definition.scss';
3
- @import 'highcontrast-definition.scss';
4
- @import 'icons/highcontrast.scss';
5
- @import 'all.scss';
1
+ @import 'ej2-documenteditor/styles/document-editor-container/highcontrast.scss';
@@ -1488,6 +1488,67 @@
1488
1488
  width: 70px;
1489
1489
  }
1490
1490
 
1491
+ .e-de-hRuler {
1492
+ background-color: #212121;
1493
+ border-bottom: 0.5px solid #616161;
1494
+ }
1495
+
1496
+ .e-de-vRuler {
1497
+ background-color: #212121;
1498
+ border-right: 0.5px solid #616161;
1499
+ }
1500
+
1501
+ .e-de-ruler-margin {
1502
+ background-color: #424242;
1503
+ }
1504
+
1505
+ .e-de-ruler-tick {
1506
+ stroke: #9e9e9e;
1507
+ }
1508
+
1509
+ .e-de-ruler-tick-label {
1510
+ fill: #fff;
1511
+ }
1512
+
1513
+ .e-de-ruler-markIndicator {
1514
+ background-color: #424242;
1515
+ }
1516
+
1517
+ .e-de-ruler-marker .e-de-ruler-tab-svg {
1518
+ fill: #9e9e9e;
1519
+ }
1520
+
1521
+ .e-de-ruler-marker .e-de-ruler-indent-svg {
1522
+ fill: #9e9e9e;
1523
+ }
1524
+
1525
+ .e-de-ruler-indent .e-de-ruler-indent-svg {
1526
+ fill: #424242;
1527
+ stroke: #eee;
1528
+ }
1529
+
1530
+ .e-de-ruler-indent .e-de-ruler-indent-svg:hover {
1531
+ fill: #212121;
1532
+ stroke: #eee;
1533
+ }
1534
+
1535
+ .e-de-ruler-indent .e-de-ruler-indent-svg:active {
1536
+ fill: #3f51b5;
1537
+ stroke: #eee;
1538
+ }
1539
+
1540
+ .e-de-ruler-table-svg {
1541
+ fill: #eee;
1542
+ }
1543
+
1544
+ .e-de-ruler-table-svg:hover {
1545
+ fill: #212121;
1546
+ }
1547
+
1548
+ .e-de-ruler-table-svg:active {
1549
+ fill: #3f51b5;
1550
+ }
1551
+
1491
1552
  .e-rtl .e-listview .e-list-icon {
1492
1553
  height: 24px;
1493
1554
  width: 16px;
@@ -1499,6 +1560,11 @@
1499
1560
  line-height: 22px;
1500
1561
  margin-left: 12px;
1501
1562
  }
1563
+ .e-rtl .e-de-vRuler {
1564
+ background-color: #212121;
1565
+ border-right: none;
1566
+ border-left: 0.5px solid #616161;
1567
+ }
1502
1568
 
1503
1569
  .e-bigger .de-split-button > div:first-child {
1504
1570
  margin-right: 0;
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/definition/material-dark.scss';
2
- @import '../document-editor/material-dark-definition.scss';
3
- @import 'material-dark-definition.scss';
4
- @import 'icons/material-dark.scss';
5
- @import 'all.scss';
1
+ @import 'ej2-documenteditor/styles/document-editor-container/material-dark.scss';
@@ -1493,6 +1493,67 @@
1493
1493
  width: 70px;
1494
1494
  }
1495
1495
 
1496
+ .e-de-hRuler {
1497
+ background-color: #f5f5f5;
1498
+ border-bottom: 0.5px solid #eee;
1499
+ }
1500
+
1501
+ .e-de-vRuler {
1502
+ background-color: #f5f5f5;
1503
+ border-right: 0.5px solid #eee;
1504
+ }
1505
+
1506
+ .e-de-ruler-margin {
1507
+ background-color: #fff;
1508
+ }
1509
+
1510
+ .e-de-ruler-tick {
1511
+ stroke: #bdbdbd;
1512
+ }
1513
+
1514
+ .e-de-ruler-tick-label {
1515
+ fill: rgba(0, 0, 0, 0.54);
1516
+ }
1517
+
1518
+ .e-de-ruler-markIndicator {
1519
+ background-color: #fff;
1520
+ }
1521
+
1522
+ .e-de-ruler-marker .e-de-ruler-tab-svg {
1523
+ fill: #bdbdbd;
1524
+ }
1525
+
1526
+ .e-de-ruler-marker .e-de-ruler-indent-svg {
1527
+ fill: #bdbdbd;
1528
+ }
1529
+
1530
+ .e-de-ruler-indent .e-de-ruler-indent-svg {
1531
+ fill: #fff;
1532
+ stroke: #757575;
1533
+ }
1534
+
1535
+ .e-de-ruler-indent .e-de-ruler-indent-svg:hover {
1536
+ fill: #eee;
1537
+ stroke: #757575;
1538
+ }
1539
+
1540
+ .e-de-ruler-indent .e-de-ruler-indent-svg:active {
1541
+ fill: #3f51b5;
1542
+ stroke: #757575;
1543
+ }
1544
+
1545
+ .e-de-ruler-table-svg {
1546
+ fill: #757575;
1547
+ }
1548
+
1549
+ .e-de-ruler-table-svg:hover {
1550
+ fill: #eee;
1551
+ }
1552
+
1553
+ .e-de-ruler-table-svg:active {
1554
+ fill: #3f51b5;
1555
+ }
1556
+
1496
1557
  .e-rtl .e-listview .e-list-icon {
1497
1558
  height: 24px;
1498
1559
  width: 16px;
@@ -1504,6 +1565,11 @@
1504
1565
  line-height: 22px;
1505
1566
  margin-left: 12px;
1506
1567
  }
1568
+ .e-rtl .e-de-vRuler {
1569
+ background-color: #f5f5f5;
1570
+ border-right: none;
1571
+ border-left: 0.5px solid #eee;
1572
+ }
1507
1573
 
1508
1574
  .e-bigger .de-split-button > div:first-child {
1509
1575
  margin-right: 0;
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/definition/material.scss';
2
- @import '../document-editor/material-definition.scss';
3
- @import 'material-definition.scss';
4
- @import 'icons/material.scss';
5
- @import 'all.scss';
1
+ @import 'ej2-documenteditor/styles/document-editor-container/material.scss';