@syncfusion/ej2-angular-documenteditor 20.2.50 → 20.3.47-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 (203) hide show
  1. package/@syncfusion/ej2-angular-documenteditor.es5.js +574 -0
  2. package/@syncfusion/ej2-angular-documenteditor.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-documenteditor.js +544 -0
  4. package/@syncfusion/ej2-angular-documenteditor.js.map +1 -0
  5. package/CHANGELOG.md +2986 -0
  6. package/dist/ej2-angular-documenteditor.umd.js +843 -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/collection.json +15 -0
  15. package/schematics/generators/documenteditorcontainer-default/index.d.ts +3 -0
  16. package/schematics/generators/documenteditorcontainer-default/index.js +8 -0
  17. package/schematics/generators/documenteditorcontainer-default/sample-details.d.ts +5 -0
  18. package/schematics/generators/documenteditorcontainer-default/sample-details.js +7 -0
  19. package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  20. package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  21. package/schematics/generators/documenteditorcontainer-default/schema.d.ts +3 -0
  22. package/schematics/generators/documenteditorcontainer-default/schema.js +2 -0
  23. package/schematics/generators/documenteditorcontainer-default/schema.json +125 -0
  24. package/schematics/ng-add/index.d.ts +3 -0
  25. package/schematics/ng-add/index.js +9 -0
  26. package/schematics/ng-add/schema.d.ts +13 -0
  27. package/schematics/ng-add/schema.js +2 -0
  28. package/schematics/ng-add/schema.json +34 -0
  29. package/schematics/tsconfig.json +25 -0
  30. package/schematics/utils/lib-details.d.ts +4 -0
  31. package/schematics/utils/lib-details.js +6 -0
  32. package/schematics/utils/lib-details.ts +2 -2
  33. package/src/document-editor/documenteditor-all.module.d.ts +0 -6
  34. package/src/document-editor/documenteditor.component.d.ts +0 -3
  35. package/src/document-editor/documenteditor.module.d.ts +0 -6
  36. package/src/document-editor-container/documenteditorcontainer-all.module.d.ts +0 -6
  37. package/src/document-editor-container/documenteditorcontainer.component.d.ts +0 -3
  38. package/src/document-editor-container/documenteditorcontainer.module.d.ts +0 -6
  39. package/styles/bootstrap-dark.css +18 -1
  40. package/styles/bootstrap.css +18 -1
  41. package/styles/bootstrap4.css +19 -2
  42. package/styles/bootstrap5-dark.css +19 -3
  43. package/styles/bootstrap5.css +19 -3
  44. package/styles/document-editor/bootstrap-dark.css +5 -0
  45. package/styles/document-editor/bootstrap-dark.scss +1 -4
  46. package/styles/document-editor/bootstrap.css +5 -0
  47. package/styles/document-editor/bootstrap.scss +1 -4
  48. package/styles/document-editor/bootstrap4.css +5 -0
  49. package/styles/document-editor/bootstrap4.scss +1 -4
  50. package/styles/document-editor/bootstrap5-dark.css +5 -0
  51. package/styles/document-editor/bootstrap5-dark.scss +1 -4
  52. package/styles/document-editor/bootstrap5.css +5 -0
  53. package/styles/document-editor/bootstrap5.scss +1 -4
  54. package/styles/document-editor/fabric-dark.css +5 -0
  55. package/styles/document-editor/fabric-dark.scss +1 -4
  56. package/styles/document-editor/fabric.css +5 -0
  57. package/styles/document-editor/fabric.scss +1 -4
  58. package/styles/document-editor/fluent-dark.css +5 -0
  59. package/styles/document-editor/fluent-dark.scss +1 -4
  60. package/styles/document-editor/fluent.css +5 -0
  61. package/styles/document-editor/fluent.scss +1 -4
  62. package/styles/document-editor/highcontrast-light.css +18 -14
  63. package/styles/document-editor/highcontrast-light.scss +1 -4
  64. package/styles/document-editor/highcontrast.css +5 -0
  65. package/styles/document-editor/highcontrast.scss +1 -4
  66. package/styles/document-editor/material-dark.css +5 -0
  67. package/styles/document-editor/material-dark.scss +1 -4
  68. package/styles/document-editor/material.css +5 -0
  69. package/styles/document-editor/material.scss +1 -4
  70. package/styles/document-editor/tailwind-dark.css +5 -0
  71. package/styles/document-editor/tailwind-dark.scss +1 -4
  72. package/styles/document-editor/tailwind.css +5 -0
  73. package/styles/document-editor/tailwind.scss +1 -4
  74. package/styles/document-editor-container/bootstrap-dark.css +13 -1
  75. package/styles/document-editor-container/bootstrap-dark.scss +1 -5
  76. package/styles/document-editor-container/bootstrap.css +13 -1
  77. package/styles/document-editor-container/bootstrap.scss +1 -5
  78. package/styles/document-editor-container/bootstrap4.css +14 -2
  79. package/styles/document-editor-container/bootstrap4.scss +1 -5
  80. package/styles/document-editor-container/bootstrap5-dark.css +14 -3
  81. package/styles/document-editor-container/bootstrap5-dark.scss +1 -5
  82. package/styles/document-editor-container/bootstrap5.css +14 -3
  83. package/styles/document-editor-container/bootstrap5.scss +1 -5
  84. package/styles/document-editor-container/fabric-dark.css +13 -1
  85. package/styles/document-editor-container/fabric-dark.scss +1 -5
  86. package/styles/document-editor-container/fabric.css +13 -1
  87. package/styles/document-editor-container/fabric.scss +1 -5
  88. package/styles/document-editor-container/fluent-dark.css +14 -3
  89. package/styles/document-editor-container/fluent-dark.scss +1 -5
  90. package/styles/document-editor-container/fluent.css +14 -3
  91. package/styles/document-editor-container/fluent.scss +1 -5
  92. package/styles/document-editor-container/highcontrast-light.css +27 -15
  93. package/styles/document-editor-container/highcontrast-light.scss +1 -5
  94. package/styles/document-editor-container/highcontrast.css +13 -1
  95. package/styles/document-editor-container/highcontrast.scss +1 -5
  96. package/styles/document-editor-container/material-dark.css +13 -1
  97. package/styles/document-editor-container/material-dark.scss +1 -5
  98. package/styles/document-editor-container/material.css +13 -1
  99. package/styles/document-editor-container/material.scss +1 -5
  100. package/styles/document-editor-container/tailwind-dark.css +14 -3
  101. package/styles/document-editor-container/tailwind-dark.scss +1 -5
  102. package/styles/document-editor-container/tailwind.css +14 -3
  103. package/styles/document-editor-container/tailwind.scss +1 -5
  104. package/styles/fabric-dark.css +18 -1
  105. package/styles/fabric.css +18 -1
  106. package/styles/fluent-dark.css +19 -3
  107. package/styles/fluent.css +19 -3
  108. package/styles/highcontrast-light.css +31 -15
  109. package/styles/highcontrast.css +18 -1
  110. package/styles/material-dark.css +18 -1
  111. package/styles/material.css +18 -1
  112. package/styles/tailwind-dark.css +19 -3
  113. package/styles/tailwind.css +19 -3
  114. package/esm2020/public_api.mjs +0 -3
  115. package/esm2020/src/document-editor/documenteditor-all.module.mjs +0 -113
  116. package/esm2020/src/document-editor/documenteditor.component.mjs +0 -262
  117. package/esm2020/src/document-editor/documenteditor.module.mjs +0 -25
  118. package/esm2020/src/document-editor-container/documenteditorcontainer-all.module.mjs +0 -29
  119. package/esm2020/src/document-editor-container/documenteditorcontainer.component.mjs +0 -66
  120. package/esm2020/src/document-editor-container/documenteditorcontainer.module.mjs +0 -25
  121. package/esm2020/src/index.mjs +0 -8
  122. package/esm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -5
  123. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +0 -506
  124. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
  125. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -506
  126. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
  127. package/styles/document-editor/_all.scss +0 -3
  128. package/styles/document-editor/_bootstrap-dark-definition.scss +0 -544
  129. package/styles/document-editor/_bootstrap-definition.scss +0 -543
  130. package/styles/document-editor/_bootstrap4-definition.scss +0 -556
  131. package/styles/document-editor/_bootstrap5-dark-definition.scss +0 -1
  132. package/styles/document-editor/_bootstrap5-definition.scss +0 -556
  133. package/styles/document-editor/_fabric-dark-definition.scss +0 -546
  134. package/styles/document-editor/_fabric-definition.scss +0 -545
  135. package/styles/document-editor/_fluent-dark-definition.scss +0 -1
  136. package/styles/document-editor/_fluent-definition.scss +0 -564
  137. package/styles/document-editor/_fusionnew-definition.scss +0 -556
  138. package/styles/document-editor/_highcontrast-definition.scss +0 -545
  139. package/styles/document-editor/_highcontrast-light-definition.scss +0 -2988
  140. package/styles/document-editor/_layout.scss +0 -217
  141. package/styles/document-editor/_material-dark-definition.scss +0 -561
  142. package/styles/document-editor/_material-definition.scss +0 -563
  143. package/styles/document-editor/_material3-definition.scss +0 -556
  144. package/styles/document-editor/_tailwind-dark-definition.scss +0 -1
  145. package/styles/document-editor/_tailwind-definition.scss +0 -555
  146. package/styles/document-editor/_theme.scss +0 -3395
  147. package/styles/document-editor/icons/_bootstrap-dark.scss +0 -609
  148. package/styles/document-editor/icons/_bootstrap.scss +0 -609
  149. package/styles/document-editor/icons/_bootstrap4.scss +0 -592
  150. package/styles/document-editor/icons/_bootstrap5-dark.scss +0 -1
  151. package/styles/document-editor/icons/_bootstrap5.scss +0 -642
  152. package/styles/document-editor/icons/_fabric-dark.scss +0 -608
  153. package/styles/document-editor/icons/_fabric.scss +0 -608
  154. package/styles/document-editor/icons/_fluent-dark.scss +0 -1
  155. package/styles/document-editor/icons/_fluent.scss +0 -640
  156. package/styles/document-editor/icons/_fusionnew.scss +0 -642
  157. package/styles/document-editor/icons/_highcontrast-light.scss +0 -612
  158. package/styles/document-editor/icons/_highcontrast.scss +0 -607
  159. package/styles/document-editor/icons/_material-dark.scss +0 -600
  160. package/styles/document-editor/icons/_material.scss +0 -600
  161. package/styles/document-editor/icons/_material3.scss +0 -642
  162. package/styles/document-editor/icons/_tailwind-dark.scss +0 -642
  163. package/styles/document-editor/icons/_tailwind.scss +0 -642
  164. package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +0 -171
  165. package/styles/document-editor-container/_all.scss +0 -2
  166. package/styles/document-editor-container/_bootstrap-dark-definition.scss +0 -125
  167. package/styles/document-editor-container/_bootstrap-definition.scss +0 -125
  168. package/styles/document-editor-container/_bootstrap4-definition.scss +0 -141
  169. package/styles/document-editor-container/_bootstrap5-dark-definition.scss +0 -1
  170. package/styles/document-editor-container/_bootstrap5-definition.scss +0 -152
  171. package/styles/document-editor-container/_definition.scss +0 -10
  172. package/styles/document-editor-container/_fabric-dark-definition.scss +0 -130
  173. package/styles/document-editor-container/_fabric-definition.scss +0 -127
  174. package/styles/document-editor-container/_fluent-dark-definition.scss +0 -1
  175. package/styles/document-editor-container/_fluent-definition.scss +0 -153
  176. package/styles/document-editor-container/_fusionnew-definition.scss +0 -152
  177. package/styles/document-editor-container/_highcontrast-definition.scss +0 -128
  178. package/styles/document-editor-container/_highcontrast-light-definition.scss +0 -131
  179. package/styles/document-editor-container/_layout.scss +0 -88
  180. package/styles/document-editor-container/_material-dark-definition.scss +0 -129
  181. package/styles/document-editor-container/_material-definition.scss +0 -128
  182. package/styles/document-editor-container/_material3-definition.scss +0 -152
  183. package/styles/document-editor-container/_tailwind-dark-definition.scss +0 -1
  184. package/styles/document-editor-container/_tailwind-definition.scss +0 -146
  185. package/styles/document-editor-container/_theme.scss +0 -2004
  186. package/styles/document-editor-container/icons/_bootstrap-dark.scss +0 -397
  187. package/styles/document-editor-container/icons/_bootstrap.scss +0 -397
  188. package/styles/document-editor-container/icons/_bootstrap4.scss +0 -397
  189. package/styles/document-editor-container/icons/_bootstrap5-dark.scss +0 -1
  190. package/styles/document-editor-container/icons/_bootstrap5.scss +0 -423
  191. package/styles/document-editor-container/icons/_fabric-dark.scss +0 -397
  192. package/styles/document-editor-container/icons/_fabric.scss +0 -397
  193. package/styles/document-editor-container/icons/_fluent-dark.scss +0 -1
  194. package/styles/document-editor-container/icons/_fluent.scss +0 -423
  195. package/styles/document-editor-container/icons/_fusionnew.scss +0 -423
  196. package/styles/document-editor-container/icons/_highcontrast-light.scss +0 -397
  197. package/styles/document-editor-container/icons/_highcontrast.scss +0 -397
  198. package/styles/document-editor-container/icons/_material-dark.scss +0 -400
  199. package/styles/document-editor-container/icons/_material.scss +0 -400
  200. package/styles/document-editor-container/icons/_material3.scss +0 -423
  201. package/styles/document-editor-container/icons/_tailwind-dark.scss +0 -423
  202. package/styles/document-editor-container/icons/_tailwind.scss +0 -423
  203. package/syncfusion-ej2-angular-documenteditor.d.ts +0 -5
@@ -1,4 +1,3 @@
1
- @charset "UTF-8";
2
1
  .e-de-ctnr-close::before {
3
2
  color: #605e5c;
4
3
  content: "\e7e7";
@@ -421,6 +420,11 @@
421
420
  font-family: "e-icons";
422
421
  }
423
422
 
423
+ .e-de-e-paragraph-mark::before {
424
+ content: "\e844";
425
+ font-family: "e-icons";
426
+ }
427
+
424
428
  .e-de-toolbar {
425
429
  height: 100%;
426
430
  }
@@ -465,13 +469,14 @@
465
469
 
466
470
  .e-de-ctnr-hglt-no-color {
467
471
  font-size: 12px;
468
- font-weight: 400;
472
+ font-weight: normal;
469
473
  left: 40px;
470
474
  padding-top: 11px;
471
475
  position: absolute;
472
476
  top: 100px;
473
477
  }
474
478
 
479
+ /* stylelint-disable */
475
480
  .e-de-scrollbar-hide::-webkit-scrollbar {
476
481
  width: 0;
477
482
  }
@@ -481,6 +486,7 @@
481
486
  scrollbar-width: none;
482
487
  }
483
488
 
489
+ /* stylelint-enable */
484
490
  .e-de-ctnr-group-btn .e-btn .e-btn-icon.e-icons.e-de-ctnr-fontcolor,
485
491
  .e-de-ctnr-group-btn .e-btn .e-btn-icon.e-icons.e-de-ctnr-change-case {
486
492
  font-size: 18px;
@@ -491,6 +497,7 @@
491
497
  font-size: 21px;
492
498
  }
493
499
 
500
+ /* stylelint-disable */
494
501
  .e-de-toolbar {
495
502
  height: 100%;
496
503
  }
@@ -592,7 +599,7 @@
592
599
  }
593
600
  .e-bigger .e-de-ctn-title button {
594
601
  font-size: 16px !important;
595
- height: auto !important;
602
+ height: auto !important;
596
603
  margin: 0 !important;
597
604
  }
598
605
  .e-bigger .e-de-ctn-title button .e-btn-icon {
@@ -719,11 +726,13 @@
719
726
  }
720
727
 
721
728
  .e-de-ctnr-segment > div:first-child:not(.e-rtl),
729
+ .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
722
730
  .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
723
731
  margin-right: 16px;
724
732
  }
725
733
 
726
734
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
735
+ .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
727
736
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
728
737
  margin-left: 16px;
729
738
  margin-right: 0;
@@ -1547,10 +1556,12 @@
1547
1556
  margin-bottom: 20px;
1548
1557
  }
1549
1558
  .e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
1559
+ .e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
1550
1560
  .e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
1551
1561
  margin-right: 20px;
1552
1562
  }
1553
1563
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
1564
+ .e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
1554
1565
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
1555
1566
  margin-left: 20px;
1556
1567
  margin-right: 0;
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/fluent-definition.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';
@@ -308,63 +308,63 @@
308
308
  content: "\e339";
309
309
  font-family: "e-icons";
310
310
  font-size: 16px;
311
- font-weight: 400;
311
+ font-weight: normal;
312
312
  }
313
313
 
314
314
  .e-de-italic::before {
315
315
  content: "\e35a";
316
316
  font-family: "e-icons";
317
317
  font-size: 16px;
318
- font-weight: 400;
318
+ font-weight: normal;
319
319
  }
320
320
 
321
321
  .e-de-underline::before {
322
322
  content: "\e343";
323
323
  font-family: "e-icons";
324
324
  font-size: 16px;
325
- font-weight: 400;
325
+ font-weight: normal;
326
326
  }
327
327
 
328
328
  .e-de-indent::before {
329
329
  content: "\e35d";
330
330
  font-family: "e-icons";
331
331
  font-size: 16px;
332
- font-weight: 400;
332
+ font-weight: normal;
333
333
  }
334
334
 
335
335
  .e-de-outdent::before {
336
336
  content: "\e33f";
337
337
  font-family: "e-icons";
338
338
  font-size: 16px;
339
- font-weight: 400;
339
+ font-weight: normal;
340
340
  }
341
341
 
342
342
  .e-de-align-left::before {
343
343
  content: "\e33a";
344
344
  font-family: "e-icons";
345
345
  font-size: 16px;
346
- font-weight: 400;
346
+ font-weight: normal;
347
347
  }
348
348
 
349
349
  .e-de-align-center::before {
350
350
  content: "\e35e";
351
351
  font-family: "e-icons";
352
352
  font-size: 16px;
353
- font-weight: 400;
353
+ font-weight: normal;
354
354
  }
355
355
 
356
356
  .e-de-align-right::before {
357
357
  content: "\e34d";
358
358
  font-family: "e-icons";
359
359
  font-size: 16px;
360
- font-weight: 400;
360
+ font-weight: normal;
361
361
  }
362
362
 
363
363
  .e-de-justify::before {
364
364
  content: "\e334";
365
365
  font-family: "e-icons";
366
366
  font-size: 16px;
367
- font-weight: 400;
367
+ font-weight: normal;
368
368
  }
369
369
 
370
370
  .e-de-single-spacing::before {
@@ -737,7 +737,7 @@
737
737
 
738
738
  .e-de-hyperlink-dlg-title {
739
739
  font-size: 12px;
740
- font-weight: 400;
740
+ font-weight: normal;
741
741
  margin-bottom: 8px;
742
742
  margin-top: 8px;
743
743
  }
@@ -848,7 +848,7 @@ label[for=container_wholeWord] {
848
848
  .e-de-cell-dia-label-common {
849
849
  display: inline-block;
850
850
  font-size: 12px;
851
- font-weight: 400;
851
+ font-weight: normal;
852
852
  margin-bottom: 8px;
853
853
  margin-top: 8px;
854
854
  width: 150px;
@@ -1631,7 +1631,7 @@ label[for=container_wholeWord] {
1631
1631
  .e-de-style-style-based-on,
1632
1632
  .e-de-style-style-paragraph {
1633
1633
  font-size: 13px;
1634
- font-weight: 400;
1634
+ font-weight: normal;
1635
1635
  margin-bottom: 8px;
1636
1636
  width: 180px;
1637
1637
  }
@@ -1900,7 +1900,7 @@ label[for=container_wholeWord] {
1900
1900
  }
1901
1901
 
1902
1902
  .e-styles-dlgfields {
1903
- font-weight: 400;
1903
+ font-weight: normal;
1904
1904
  margin-bottom: 6px;
1905
1905
  }
1906
1906
 
@@ -1919,7 +1919,7 @@ label[for=container_wholeWord] {
1919
1919
  }
1920
1920
 
1921
1921
  .e-bookmark-dlgfields {
1922
- font-weight: 400;
1922
+ font-weight: normal;
1923
1923
  margin-bottom: 0;
1924
1924
  }
1925
1925
 
@@ -2432,6 +2432,11 @@ label[for=container_wholeWord] {
2432
2432
  font-family: "e-icons";
2433
2433
  }
2434
2434
 
2435
+ .e-de-e-paragraph-mark::before {
2436
+ content: "\e353";
2437
+ font-family: "e-icons";
2438
+ }
2439
+
2435
2440
  .e-de-toolbar {
2436
2441
  height: 100%;
2437
2442
  }
@@ -2476,13 +2481,14 @@ label[for=container_wholeWord] {
2476
2481
 
2477
2482
  .e-de-ctnr-hglt-no-color {
2478
2483
  font-size: 12px;
2479
- font-weight: 400;
2484
+ font-weight: normal;
2480
2485
  left: 40px;
2481
2486
  padding-top: 11px;
2482
2487
  position: absolute;
2483
2488
  top: 100px;
2484
2489
  }
2485
2490
 
2491
+ /* stylelint-disable */
2486
2492
  .e-de-scrollbar-hide::-webkit-scrollbar {
2487
2493
  width: 0;
2488
2494
  }
@@ -2492,6 +2498,8 @@ label[for=container_wholeWord] {
2492
2498
  scrollbar-width: none;
2493
2499
  }
2494
2500
 
2501
+ /* stylelint-enable */
2502
+ /* stylelint-disable */
2495
2503
  .e-de-toolbar {
2496
2504
  height: 100%;
2497
2505
  }
@@ -2649,11 +2657,13 @@ label[for=container_wholeWord] {
2649
2657
  }
2650
2658
 
2651
2659
  .e-de-ctnr-segment > div:first-child:not(.e-rtl),
2660
+ .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
2652
2661
  .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
2653
2662
  margin-right: 12px;
2654
2663
  }
2655
2664
 
2656
2665
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
2666
+ .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
2657
2667
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
2658
2668
  margin-left: 12px;
2659
2669
  margin-right: 0;
@@ -3465,10 +3475,12 @@ label[for=container_wholeWord] {
3465
3475
  margin-bottom: 16px;
3466
3476
  }
3467
3477
  .e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
3478
+ .e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
3468
3479
  .e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
3469
3480
  margin-right: 16px;
3470
3481
  }
3471
3482
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
3483
+ .e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
3472
3484
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
3473
3485
  margin-left: 16px;
3474
3486
  margin-right: 0;
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/highcontrast-light-definition.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';
@@ -394,6 +394,11 @@
394
394
  font-family: "e-icons";
395
395
  }
396
396
 
397
+ .e-de-e-paragraph-mark::before {
398
+ content: "\e353";
399
+ font-family: "e-icons";
400
+ }
401
+
397
402
  .e-de-toolbar {
398
403
  height: 100%;
399
404
  }
@@ -438,13 +443,14 @@
438
443
 
439
444
  .e-de-ctnr-hglt-no-color {
440
445
  font-size: 12px;
441
- font-weight: 400;
446
+ font-weight: normal;
442
447
  left: 40px;
443
448
  padding-top: 11px;
444
449
  position: absolute;
445
450
  top: 100px;
446
451
  }
447
452
 
453
+ /* stylelint-disable */
448
454
  .e-de-scrollbar-hide::-webkit-scrollbar {
449
455
  width: 0;
450
456
  }
@@ -454,6 +460,8 @@
454
460
  scrollbar-width: none;
455
461
  }
456
462
 
463
+ /* stylelint-enable */
464
+ /* stylelint-disable */
457
465
  .e-de-toolbar {
458
466
  height: 100%;
459
467
  }
@@ -611,11 +619,13 @@
611
619
  }
612
620
 
613
621
  .e-de-ctnr-segment > div:first-child:not(.e-rtl),
622
+ .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
614
623
  .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
615
624
  margin-right: 12px;
616
625
  }
617
626
 
618
627
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
628
+ .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
619
629
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
620
630
  margin-left: 12px;
621
631
  margin-right: 0;
@@ -1436,10 +1446,12 @@
1436
1446
  margin-bottom: 16px;
1437
1447
  }
1438
1448
  .e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
1449
+ .e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
1439
1450
  .e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
1440
1451
  margin-right: 16px;
1441
1452
  }
1442
1453
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
1454
+ .e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
1443
1455
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
1444
1456
  margin-left: 16px;
1445
1457
  margin-right: 0;
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/highcontrast-definition.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';
@@ -397,6 +397,11 @@
397
397
  font-family: "e-icons";
398
398
  }
399
399
 
400
+ .e-de-e-paragraph-mark::before {
401
+ content: "\e353";
402
+ font-family: "e-icons";
403
+ }
404
+
400
405
  .e-de-toolbar {
401
406
  height: 100%;
402
407
  }
@@ -441,13 +446,14 @@
441
446
 
442
447
  .e-de-ctnr-hglt-no-color {
443
448
  font-size: 12px;
444
- font-weight: 400;
449
+ font-weight: normal;
445
450
  left: 40px;
446
451
  padding-top: 11px;
447
452
  position: absolute;
448
453
  top: 100px;
449
454
  }
450
455
 
456
+ /* stylelint-disable */
451
457
  .e-de-scrollbar-hide::-webkit-scrollbar {
452
458
  width: 0;
453
459
  }
@@ -457,6 +463,8 @@
457
463
  scrollbar-width: none;
458
464
  }
459
465
 
466
+ /* stylelint-enable */
467
+ /* stylelint-disable */
460
468
  .e-de-toolbar {
461
469
  height: 100%;
462
470
  }
@@ -614,11 +622,13 @@
614
622
  }
615
623
 
616
624
  .e-de-ctnr-segment > div:first-child:not(.e-rtl),
625
+ .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
617
626
  .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
618
627
  margin-right: 12px;
619
628
  }
620
629
 
621
630
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
631
+ .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
622
632
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
623
633
  margin-left: 12px;
624
634
  margin-right: 0;
@@ -1430,10 +1440,12 @@
1430
1440
  margin-bottom: 16px;
1431
1441
  }
1432
1442
  .e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
1443
+ .e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
1433
1444
  .e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
1434
1445
  margin-right: 12px;
1435
1446
  }
1436
1447
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
1448
+ .e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
1437
1449
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
1438
1450
  margin-left: 12px;
1439
1451
  margin-right: 0;
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/material-dark-definition.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';
@@ -397,6 +397,11 @@
397
397
  font-family: "e-icons";
398
398
  }
399
399
 
400
+ .e-de-e-paragraph-mark::before {
401
+ content: "\e353";
402
+ font-family: "e-icons";
403
+ }
404
+
400
405
  .e-de-toolbar {
401
406
  height: 100%;
402
407
  }
@@ -441,13 +446,14 @@
441
446
 
442
447
  .e-de-ctnr-hglt-no-color {
443
448
  font-size: 12px;
444
- font-weight: 400;
449
+ font-weight: normal;
445
450
  left: 40px;
446
451
  padding-top: 11px;
447
452
  position: absolute;
448
453
  top: 100px;
449
454
  }
450
455
 
456
+ /* stylelint-disable */
451
457
  .e-de-scrollbar-hide::-webkit-scrollbar {
452
458
  width: 0;
453
459
  }
@@ -457,6 +463,8 @@
457
463
  scrollbar-width: none;
458
464
  }
459
465
 
466
+ /* stylelint-enable */
467
+ /* stylelint-disable */
460
468
  .e-de-toolbar {
461
469
  height: 100%;
462
470
  }
@@ -619,11 +627,13 @@
619
627
  }
620
628
 
621
629
  .e-de-ctnr-segment > div:first-child:not(.e-rtl),
630
+ .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
622
631
  .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
623
632
  margin-right: 12px;
624
633
  }
625
634
 
626
635
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
636
+ .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
627
637
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
628
638
  margin-left: 12px;
629
639
  margin-right: 0;
@@ -1439,10 +1449,12 @@
1439
1449
  margin-bottom: 16px;
1440
1450
  }
1441
1451
  .e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
1452
+ .e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
1442
1453
  .e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
1443
1454
  margin-right: 12px;
1444
1455
  }
1445
1456
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
1457
+ .e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
1446
1458
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
1447
1459
  margin-left: 12px;
1448
1460
  margin-right: 0;
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/material-definition.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';
@@ -1,4 +1,3 @@
1
- @charset "UTF-8";
2
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
3
2
  .e-de-ctnr-close::before {
4
3
  color: #d1d5db;
@@ -422,6 +421,11 @@
422
421
  font-family: "e-icons";
423
422
  }
424
423
 
424
+ .e-de-e-paragraph-mark::before {
425
+ content: "\e844";
426
+ font-family: "e-icons";
427
+ }
428
+
425
429
  .e-de-toolbar {
426
430
  height: 100%;
427
431
  }
@@ -466,13 +470,14 @@
466
470
 
467
471
  .e-de-ctnr-hglt-no-color {
468
472
  font-size: 12px;
469
- font-weight: 400;
473
+ font-weight: normal;
470
474
  left: 40px;
471
475
  padding-top: 11px;
472
476
  position: absolute;
473
477
  top: 100px;
474
478
  }
475
479
 
480
+ /* stylelint-disable */
476
481
  .e-de-scrollbar-hide::-webkit-scrollbar {
477
482
  width: 0;
478
483
  }
@@ -482,6 +487,8 @@
482
487
  scrollbar-width: none;
483
488
  }
484
489
 
490
+ /* stylelint-enable */
491
+ /* stylelint-disable */
485
492
  .e-de-toolbar {
486
493
  height: 100%;
487
494
  }
@@ -582,7 +589,7 @@
582
589
  }
583
590
  .e-bigger .e-de-ctn-title button {
584
591
  font-size: 16px !important;
585
- height: auto !important;
592
+ height: auto !important;
586
593
  }
587
594
  .e-bigger .e-de-ctn-title button .e-btn-icon {
588
595
  font-size: 18px !important;
@@ -708,11 +715,13 @@
708
715
  }
709
716
 
710
717
  .e-de-ctnr-segment > div:first-child:not(.e-rtl),
718
+ .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
711
719
  .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
712
720
  margin-right: 10px;
713
721
  }
714
722
 
715
723
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
724
+ .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
716
725
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
717
726
  margin-left: 10px;
718
727
  margin-right: 0;
@@ -1544,10 +1553,12 @@
1544
1553
  margin-right: 0;
1545
1554
  }
1546
1555
  .e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
1556
+ .e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
1547
1557
  .e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
1548
1558
  margin-right: 16px;
1549
1559
  }
1550
1560
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
1561
+ .e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
1551
1562
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
1552
1563
  margin-left: 16px;
1553
1564
  margin-right: 0;
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/tailwind-dark-definition.scss';
2
- @import '../document-editor/tailwind-dark-definition.scss';
3
- @import 'tailwind-dark-definition.scss';
4
- @import 'icons/tailwind-dark.scss';
5
- @import 'all.scss';
1
+ @import 'ej2-documenteditor/styles/document-editor-container/tailwind-dark.scss';
@@ -1,4 +1,3 @@
1
- @charset "UTF-8";
2
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
3
2
  .e-de-ctnr-close::before {
4
3
  color: #6b7280;
@@ -422,6 +421,11 @@
422
421
  font-family: "e-icons";
423
422
  }
424
423
 
424
+ .e-de-e-paragraph-mark::before {
425
+ content: "\e844";
426
+ font-family: "e-icons";
427
+ }
428
+
425
429
  .e-de-toolbar {
426
430
  height: 100%;
427
431
  }
@@ -466,13 +470,14 @@
466
470
 
467
471
  .e-de-ctnr-hglt-no-color {
468
472
  font-size: 12px;
469
- font-weight: 400;
473
+ font-weight: normal;
470
474
  left: 40px;
471
475
  padding-top: 11px;
472
476
  position: absolute;
473
477
  top: 100px;
474
478
  }
475
479
 
480
+ /* stylelint-disable */
476
481
  .e-de-scrollbar-hide::-webkit-scrollbar {
477
482
  width: 0;
478
483
  }
@@ -482,6 +487,8 @@
482
487
  scrollbar-width: none;
483
488
  }
484
489
 
490
+ /* stylelint-enable */
491
+ /* stylelint-disable */
485
492
  .e-de-toolbar {
486
493
  height: 100%;
487
494
  }
@@ -582,7 +589,7 @@
582
589
  }
583
590
  .e-bigger .e-de-ctn-title button {
584
591
  font-size: 16px !important;
585
- height: auto !important;
592
+ height: auto !important;
586
593
  }
587
594
  .e-bigger .e-de-ctn-title button .e-btn-icon {
588
595
  font-size: 18px !important;
@@ -708,11 +715,13 @@
708
715
  }
709
716
 
710
717
  .e-de-ctnr-segment > div:first-child:not(.e-rtl),
718
+ .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
711
719
  .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
712
720
  margin-right: 10px;
713
721
  }
714
722
 
715
723
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
724
+ .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
716
725
  .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
717
726
  margin-left: 10px;
718
727
  margin-right: 0;
@@ -1544,10 +1553,12 @@
1544
1553
  margin-right: 0;
1545
1554
  }
1546
1555
  .e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
1556
+ .e-bigger .e-de-ctnr-segment-list > div:last-child:not(.e-rtl),
1547
1557
  .e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
1548
1558
  margin-right: 16px;
1549
1559
  }
1550
1560
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child,
1561
+ .e-bigger .e-de-ctnr-segment-list.e-de-ctnr-segment-list-rtl > div:last-child,
1551
1562
  .e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child {
1552
1563
  margin-left: 16px;
1553
1564
  margin-right: 0;
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/tailwind-definition.scss';
2
- @import '../document-editor/tailwind-definition.scss';
3
- @import 'tailwind-definition.scss';
4
- @import 'icons/tailwind.scss';
5
- @import 'all.scss';
1
+ @import 'ej2-documenteditor/styles/document-editor-container/tailwind.scss';