@syncfusion/ej2-angular-documenteditor 20.4.38 → 20.4.40-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 (188) 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 +3128 -0
  6. package/dist/ej2-angular-documenteditor.umd.js +866 -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 +16 -40
  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 +1 -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/src/index.d.ts +1 -1
  24. package/styles/bootstrap-dark.css +126 -0
  25. package/styles/bootstrap.css +126 -0
  26. package/styles/bootstrap4.css +126 -0
  27. package/styles/bootstrap5-dark.css +126 -0
  28. package/styles/bootstrap5.css +126 -0
  29. package/styles/document-editor/bootstrap-dark.css +61 -0
  30. package/styles/document-editor/bootstrap-dark.scss +1 -4
  31. package/styles/document-editor/bootstrap.css +61 -0
  32. package/styles/document-editor/bootstrap.scss +1 -4
  33. package/styles/document-editor/bootstrap4.css +61 -0
  34. package/styles/document-editor/bootstrap4.scss +1 -4
  35. package/styles/document-editor/bootstrap5-dark.css +61 -0
  36. package/styles/document-editor/bootstrap5-dark.scss +1 -4
  37. package/styles/document-editor/bootstrap5.css +61 -0
  38. package/styles/document-editor/bootstrap5.scss +1 -4
  39. package/styles/document-editor/fabric-dark.css +61 -0
  40. package/styles/document-editor/fabric-dark.scss +1 -4
  41. package/styles/document-editor/fabric.css +61 -0
  42. package/styles/document-editor/fabric.scss +1 -4
  43. package/styles/document-editor/fluent-dark.css +61 -0
  44. package/styles/document-editor/fluent-dark.scss +1 -4
  45. package/styles/document-editor/fluent.css +61 -0
  46. package/styles/document-editor/fluent.scss +1 -4
  47. package/styles/document-editor/highcontrast-light.css +47 -0
  48. package/styles/document-editor/highcontrast-light.scss +1 -4
  49. package/styles/document-editor/highcontrast.css +61 -0
  50. package/styles/document-editor/highcontrast.scss +1 -4
  51. package/styles/document-editor/material-dark.css +61 -0
  52. package/styles/document-editor/material-dark.scss +1 -4
  53. package/styles/document-editor/material.css +61 -0
  54. package/styles/document-editor/material.scss +1 -4
  55. package/styles/document-editor/tailwind-dark.css +61 -0
  56. package/styles/document-editor/tailwind-dark.scss +1 -4
  57. package/styles/document-editor/tailwind.css +61 -0
  58. package/styles/document-editor/tailwind.scss +1 -4
  59. package/styles/document-editor-container/bootstrap-dark.css +65 -0
  60. package/styles/document-editor-container/bootstrap-dark.scss +1 -5
  61. package/styles/document-editor-container/bootstrap.css +65 -0
  62. package/styles/document-editor-container/bootstrap.scss +1 -5
  63. package/styles/document-editor-container/bootstrap4.css +65 -0
  64. package/styles/document-editor-container/bootstrap4.scss +1 -5
  65. package/styles/document-editor-container/bootstrap5-dark.css +65 -0
  66. package/styles/document-editor-container/bootstrap5-dark.scss +1 -5
  67. package/styles/document-editor-container/bootstrap5.css +65 -0
  68. package/styles/document-editor-container/bootstrap5.scss +1 -5
  69. package/styles/document-editor-container/fabric-dark.css +66 -0
  70. package/styles/document-editor-container/fabric-dark.scss +1 -5
  71. package/styles/document-editor-container/fabric.css +66 -0
  72. package/styles/document-editor-container/fabric.scss +1 -5
  73. package/styles/document-editor-container/fluent-dark.css +65 -0
  74. package/styles/document-editor-container/fluent-dark.scss +1 -5
  75. package/styles/document-editor-container/fluent.css +65 -0
  76. package/styles/document-editor-container/fluent.scss +1 -5
  77. package/styles/document-editor-container/highcontrast-light.css +65 -0
  78. package/styles/document-editor-container/highcontrast-light.scss +1 -5
  79. package/styles/document-editor-container/highcontrast.css +65 -0
  80. package/styles/document-editor-container/highcontrast.scss +1 -5
  81. package/styles/document-editor-container/material-dark.css +65 -0
  82. package/styles/document-editor-container/material-dark.scss +1 -5
  83. package/styles/document-editor-container/material.css +65 -0
  84. package/styles/document-editor-container/material.scss +1 -5
  85. package/styles/document-editor-container/tailwind-dark.css +65 -0
  86. package/styles/document-editor-container/tailwind-dark.scss +1 -5
  87. package/styles/document-editor-container/tailwind.css +65 -0
  88. package/styles/document-editor-container/tailwind.scss +1 -5
  89. package/styles/fabric-dark.css +127 -0
  90. package/styles/fabric.css +127 -0
  91. package/styles/fluent-dark.css +126 -0
  92. package/styles/fluent.css +126 -0
  93. package/styles/highcontrast-light.css +112 -0
  94. package/styles/highcontrast.css +126 -0
  95. package/styles/material-dark.css +126 -0
  96. package/styles/material.css +126 -0
  97. package/styles/tailwind-dark.css +126 -0
  98. package/styles/tailwind.css +126 -0
  99. package/esm2020/public_api.mjs +0 -3
  100. package/esm2020/src/document-editor/documenteditor-all.module.mjs +0 -113
  101. package/esm2020/src/document-editor/documenteditor.component.mjs +0 -262
  102. package/esm2020/src/document-editor/documenteditor.module.mjs +0 -25
  103. package/esm2020/src/document-editor-container/documenteditorcontainer-all.module.mjs +0 -29
  104. package/esm2020/src/document-editor-container/documenteditorcontainer.component.mjs +0 -66
  105. package/esm2020/src/document-editor-container/documenteditorcontainer.module.mjs +0 -25
  106. package/esm2020/src/index.mjs +0 -8
  107. package/esm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -5
  108. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +0 -506
  109. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
  110. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -506
  111. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
  112. package/styles/document-editor/_all.scss +0 -3
  113. package/styles/document-editor/_bootstrap-dark-definition.scss +0 -544
  114. package/styles/document-editor/_bootstrap-definition.scss +0 -543
  115. package/styles/document-editor/_bootstrap4-definition.scss +0 -556
  116. package/styles/document-editor/_bootstrap5-dark-definition.scss +0 -1
  117. package/styles/document-editor/_bootstrap5-definition.scss +0 -557
  118. package/styles/document-editor/_fabric-dark-definition.scss +0 -546
  119. package/styles/document-editor/_fabric-definition.scss +0 -545
  120. package/styles/document-editor/_fluent-dark-definition.scss +0 -1
  121. package/styles/document-editor/_fluent-definition.scss +0 -566
  122. package/styles/document-editor/_fusionnew-definition.scss +0 -557
  123. package/styles/document-editor/_highcontrast-definition.scss +0 -545
  124. package/styles/document-editor/_highcontrast-light-definition.scss +0 -2985
  125. package/styles/document-editor/_layout.scss +0 -216
  126. package/styles/document-editor/_material-dark-definition.scss +0 -562
  127. package/styles/document-editor/_material-definition.scss +0 -562
  128. package/styles/document-editor/_material3-definition.scss +0 -557
  129. package/styles/document-editor/_tailwind-dark-definition.scss +0 -1
  130. package/styles/document-editor/_tailwind-definition.scss +0 -554
  131. package/styles/document-editor/_theme.scss +0 -3391
  132. package/styles/document-editor/icons/_bootstrap-dark.scss +0 -607
  133. package/styles/document-editor/icons/_bootstrap.scss +0 -607
  134. package/styles/document-editor/icons/_bootstrap4.scss +0 -592
  135. package/styles/document-editor/icons/_bootstrap5-dark.scss +0 -1
  136. package/styles/document-editor/icons/_bootstrap5.scss +0 -642
  137. package/styles/document-editor/icons/_fabric-dark.scss +0 -607
  138. package/styles/document-editor/icons/_fabric.scss +0 -607
  139. package/styles/document-editor/icons/_fluent-dark.scss +0 -1
  140. package/styles/document-editor/icons/_fluent.scss +0 -640
  141. package/styles/document-editor/icons/_fusionnew.scss +0 -642
  142. package/styles/document-editor/icons/_highcontrast-light.scss +0 -612
  143. package/styles/document-editor/icons/_highcontrast.scss +0 -607
  144. package/styles/document-editor/icons/_material-dark.scss +0 -600
  145. package/styles/document-editor/icons/_material.scss +0 -600
  146. package/styles/document-editor/icons/_material3.scss +0 -642
  147. package/styles/document-editor/icons/_tailwind-dark.scss +0 -642
  148. package/styles/document-editor/icons/_tailwind.scss +0 -642
  149. package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +0 -171
  150. package/styles/document-editor-container/_all.scss +0 -2
  151. package/styles/document-editor-container/_bootstrap-dark-definition.scss +0 -127
  152. package/styles/document-editor-container/_bootstrap-definition.scss +0 -127
  153. package/styles/document-editor-container/_bootstrap4-definition.scss +0 -143
  154. package/styles/document-editor-container/_bootstrap5-dark-definition.scss +0 -1
  155. package/styles/document-editor-container/_bootstrap5-definition.scss +0 -153
  156. package/styles/document-editor-container/_definition.scss +0 -11
  157. package/styles/document-editor-container/_fabric-dark-definition.scss +0 -132
  158. package/styles/document-editor-container/_fabric-definition.scss +0 -129
  159. package/styles/document-editor-container/_fluent-dark-definition.scss +0 -1
  160. package/styles/document-editor-container/_fluent-definition.scss +0 -154
  161. package/styles/document-editor-container/_fusionnew-definition.scss +0 -153
  162. package/styles/document-editor-container/_highcontrast-definition.scss +0 -130
  163. package/styles/document-editor-container/_highcontrast-light-definition.scss +0 -133
  164. package/styles/document-editor-container/_layout.scss +0 -87
  165. package/styles/document-editor-container/_material-dark-definition.scss +0 -131
  166. package/styles/document-editor-container/_material-definition.scss +0 -130
  167. package/styles/document-editor-container/_material3-definition.scss +0 -153
  168. package/styles/document-editor-container/_tailwind-dark-definition.scss +0 -1
  169. package/styles/document-editor-container/_tailwind-definition.scss +0 -147
  170. package/styles/document-editor-container/_theme.scss +0 -2005
  171. package/styles/document-editor-container/icons/_bootstrap-dark.scss +0 -402
  172. package/styles/document-editor-container/icons/_bootstrap.scss +0 -402
  173. package/styles/document-editor-container/icons/_bootstrap4.scss +0 -402
  174. package/styles/document-editor-container/icons/_bootstrap5-dark.scss +0 -1
  175. package/styles/document-editor-container/icons/_bootstrap5.scss +0 -428
  176. package/styles/document-editor-container/icons/_fabric-dark.scss +0 -402
  177. package/styles/document-editor-container/icons/_fabric.scss +0 -402
  178. package/styles/document-editor-container/icons/_fluent-dark.scss +0 -1
  179. package/styles/document-editor-container/icons/_fluent.scss +0 -428
  180. package/styles/document-editor-container/icons/_fusionnew.scss +0 -428
  181. package/styles/document-editor-container/icons/_highcontrast-light.scss +0 -402
  182. package/styles/document-editor-container/icons/_highcontrast.scss +0 -402
  183. package/styles/document-editor-container/icons/_material-dark.scss +0 -404
  184. package/styles/document-editor-container/icons/_material.scss +0 -404
  185. package/styles/document-editor-container/icons/_material3.scss +0 -428
  186. package/styles/document-editor-container/icons/_tailwind-dark.scss +0 -428
  187. package/styles/document-editor-container/icons/_tailwind.scss +0 -428
  188. package/syncfusion-ej2-angular-documenteditor.d.ts +0 -5
@@ -344,6 +344,45 @@
344
344
  top: 2px;
345
345
  }
346
346
 
347
+ .e-de-columns-presets-genral {
348
+ height: 62px;
349
+ width: 62px;
350
+ margin-right: 33px;
351
+ margin-bottom: 12px;
352
+ }
353
+
354
+ .e-de-columns-padding-alignment {
355
+ padding-top: 24px;
356
+ }
357
+
358
+ .e-de-column-dlg-preview-div {
359
+ border: 1px solid #6b7280;
360
+ height: 120px;
361
+ width: 120px;
362
+ }
363
+
364
+ .e-de-padding-col-prev {
365
+ padding-left: 15px;
366
+ }
367
+
368
+ .e-width-space-div {
369
+ width: 320px;
370
+ }
371
+
372
+ .e-de-columns-presets-genral.e-de-rtl {
373
+ margin-left: 33px;
374
+ }
375
+
376
+ .e-de-padding-col-prev.e-de-rtl {
377
+ padding-right: 15px;
378
+ }
379
+
380
+ .e-de-column-dlg-preview-div.e-de-rtl {
381
+ border: 1px solid #6b7280;
382
+ height: 120px;
383
+ width: 120px;
384
+ }
385
+
347
386
  .e-menu-item .e-de-cmt-add::before {
348
387
  content: "\e82c";
349
388
  }
@@ -607,6 +646,14 @@
607
646
  content: "\e882";
608
647
  }
609
648
 
649
+ .e-de-preset-container {
650
+ width: 95px;
651
+ }
652
+
653
+ .e-de-preset-container.e-de-rtl {
654
+ width: 85px;
655
+ }
656
+
610
657
  .e-de-dlg-container {
611
658
  padding-bottom: 12px;
612
659
  }
@@ -788,6 +835,20 @@
788
835
  background-color: #e5e7eb;
789
836
  }
790
837
 
838
+ .e-de-column-label {
839
+ font-size: 12px;
840
+ font-weight: 500;
841
+ padding-left: 20px;
842
+ padding-right: 20px;
843
+ }
844
+
845
+ .e-de-column-label.e-de-rtl {
846
+ font-size: 12px;
847
+ font-weight: 500;
848
+ padding-left: 50px;
849
+ padding-right: 50px;
850
+ }
851
+
791
852
  .e-de-ff-sub-header {
792
853
  display: block;
793
854
  font-size: 12px;
@@ -1,4 +1 @@
1
- @import 'ej2-base/styles/tailwind-definition.scss';
2
- @import 'tailwind-definition.scss';
3
- @import 'icons/tailwind.scss';
4
- @import 'all.scss';
1
+ @import 'ej2-documenteditor/styles/document-editor/tailwind.scss';
@@ -399,6 +399,71 @@
399
399
  font-family: "e-icons";
400
400
  }
401
401
 
402
+ .e-de-ctnr-columns::before {
403
+ content: "\e955";
404
+ font-family: "e-icons";
405
+ }
406
+
407
+ .e-de-ctnr-page-size::before {
408
+ content: "\e952";
409
+ font-family: "e-icons";
410
+ }
411
+
412
+ .e-de-ctnr-page-break-column::before {
413
+ content: "\e980";
414
+ font-family: "e-icons";
415
+ }
416
+
417
+ .e-de-ctnr-page-break-text-wrapping::before {
418
+ content: "\e982";
419
+ font-family: "e-icons";
420
+ }
421
+
422
+ .e-de-ctnr-section-break-continuous::before {
423
+ content: "\e981";
424
+ font-family: "e-icons";
425
+ }
426
+
427
+ .e-de-ctnr-section-break-even-page::before {
428
+ content: "\e97e";
429
+ font-family: "e-icons";
430
+ }
431
+
432
+ .e-de-ctnr-section-break-odd-page::before {
433
+ content: "\e97f";
434
+ font-family: "e-icons";
435
+ }
436
+
437
+ .e-de-ctnr-columns-one::before {
438
+ content: "\e986";
439
+ font-family: "e-icons";
440
+ font-size: 60px;
441
+ }
442
+
443
+ .e-de-ctnr-columns-two::before {
444
+ content: "\e987";
445
+ font-family: "e-icons";
446
+ font-size: 60px;
447
+ }
448
+
449
+ .e-de-ctnr-columns-three::before {
450
+ content: "\e989";
451
+ font-family: "e-icons";
452
+ font-size: 60px;
453
+ }
454
+
455
+ .e-de-ctnr-columns-right::before {
456
+ content: "\e983";
457
+ font-family: "e-icons";
458
+ font-size: 60px;
459
+ }
460
+
461
+ .e-de-ctnr-columns-left::before {
462
+ content: "\e985";
463
+ font-family: "e-icons";
464
+ font-size: 60px;
465
+ }
466
+
402
467
  .e-de-toolbar {
403
468
  height: 100%;
404
469
  }
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/bootstrap-dark-definition.scss';
2
- @import '../document-editor/bootstrap-dark-definition.scss';
3
- @import 'bootstrap-dark-definition.scss';
4
- @import 'icons/bootstrap-dark.scss';
5
- @import 'all.scss';
1
+ @import 'ej2-documenteditor/styles/document-editor-container/bootstrap-dark.scss';
@@ -399,6 +399,71 @@
399
399
  font-family: "e-icons";
400
400
  }
401
401
 
402
+ .e-de-ctnr-columns::before {
403
+ content: "\e955";
404
+ font-family: "e-icons";
405
+ }
406
+
407
+ .e-de-ctnr-page-size::before {
408
+ content: "\e952";
409
+ font-family: "e-icons";
410
+ }
411
+
412
+ .e-de-ctnr-page-break-column::before {
413
+ content: "\e980";
414
+ font-family: "e-icons";
415
+ }
416
+
417
+ .e-de-ctnr-page-break-text-wrapping::before {
418
+ content: "\e982";
419
+ font-family: "e-icons";
420
+ }
421
+
422
+ .e-de-ctnr-section-break-continuous::before {
423
+ content: "\e981";
424
+ font-family: "e-icons";
425
+ }
426
+
427
+ .e-de-ctnr-section-break-even-page::before {
428
+ content: "\e97e";
429
+ font-family: "e-icons";
430
+ }
431
+
432
+ .e-de-ctnr-section-break-odd-page::before {
433
+ content: "\e97f";
434
+ font-family: "e-icons";
435
+ }
436
+
437
+ .e-de-ctnr-columns-one::before {
438
+ content: "\e986";
439
+ font-family: "e-icons";
440
+ font-size: 60px;
441
+ }
442
+
443
+ .e-de-ctnr-columns-two::before {
444
+ content: "\e987";
445
+ font-family: "e-icons";
446
+ font-size: 60px;
447
+ }
448
+
449
+ .e-de-ctnr-columns-three::before {
450
+ content: "\e989";
451
+ font-family: "e-icons";
452
+ font-size: 60px;
453
+ }
454
+
455
+ .e-de-ctnr-columns-right::before {
456
+ content: "\e983";
457
+ font-family: "e-icons";
458
+ font-size: 60px;
459
+ }
460
+
461
+ .e-de-ctnr-columns-left::before {
462
+ content: "\e985";
463
+ font-family: "e-icons";
464
+ font-size: 60px;
465
+ }
466
+
402
467
  .e-de-toolbar {
403
468
  height: 100%;
404
469
  }
@@ -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';
@@ -399,6 +399,71 @@
399
399
  font-family: "e-icons";
400
400
  }
401
401
 
402
+ .e-de-ctnr-columns::before {
403
+ content: "\e955";
404
+ font-family: "e-icons";
405
+ }
406
+
407
+ .e-de-ctnr-page-size::before {
408
+ content: "\e952";
409
+ font-family: "e-icons";
410
+ }
411
+
412
+ .e-de-ctnr-page-break-column::before {
413
+ content: "\e970";
414
+ font-family: "e-icons";
415
+ }
416
+
417
+ .e-de-ctnr-page-break-text-wrapping::before {
418
+ content: "\e972";
419
+ font-family: "e-icons";
420
+ }
421
+
422
+ .e-de-ctnr-section-break-continuous::before {
423
+ content: "\e971";
424
+ font-family: "e-icons";
425
+ }
426
+
427
+ .e-de-ctnr-section-break-even-page::before {
428
+ content: "\e96e";
429
+ font-family: "e-icons";
430
+ }
431
+
432
+ .e-de-ctnr-section-break-odd-page::before {
433
+ content: "\e96f";
434
+ font-family: "e-icons";
435
+ }
436
+
437
+ .e-de-ctnr-columns-one::before {
438
+ content: "\e975";
439
+ font-family: "e-icons";
440
+ font-size: 60px;
441
+ }
442
+
443
+ .e-de-ctnr-columns-two::before {
444
+ content: "\e976";
445
+ font-family: "e-icons";
446
+ font-size: 60px;
447
+ }
448
+
449
+ .e-de-ctnr-columns-three::before {
450
+ content: "\e977";
451
+ font-family: "e-icons";
452
+ font-size: 60px;
453
+ }
454
+
455
+ .e-de-ctnr-columns-right::before {
456
+ content: "\e973";
457
+ font-family: "e-icons";
458
+ font-size: 60px;
459
+ }
460
+
461
+ .e-de-ctnr-columns-left::before {
462
+ content: "\e974";
463
+ font-family: "e-icons";
464
+ font-size: 60px;
465
+ }
466
+
402
467
  .e-de-toolbar {
403
468
  height: 100%;
404
469
  }
@@ -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';
@@ -425,6 +425,71 @@
425
425
  font-family: "e-icons";
426
426
  }
427
427
 
428
+ .e-de-ctnr-columns::before {
429
+ content: "\e8b4";
430
+ font-family: "e-icons";
431
+ }
432
+
433
+ .e-de-ctnr-page-size::before {
434
+ content: "\e89a";
435
+ font-family: "e-icons";
436
+ }
437
+
438
+ .e-de-ctnr-page-break-column::before {
439
+ content: "\e8b6";
440
+ font-family: "e-icons";
441
+ }
442
+
443
+ .e-de-ctnr-page-break-text-wrapping::before {
444
+ content: "\e89d";
445
+ font-family: "e-icons";
446
+ }
447
+
448
+ .e-de-ctnr-section-break-continuous::before {
449
+ content: "\e8b5";
450
+ font-family: "e-icons";
451
+ }
452
+
453
+ .e-de-ctnr-section-break-even-page::before {
454
+ content: "\e8b2";
455
+ font-family: "e-icons";
456
+ }
457
+
458
+ .e-de-ctnr-section-break-odd-page::before {
459
+ content: "\e8b3";
460
+ font-family: "e-icons";
461
+ }
462
+
463
+ .e-de-ctnr-columns-one::before {
464
+ content: "\e8b9";
465
+ font-family: "e-icons";
466
+ font-size: 60px;
467
+ }
468
+
469
+ .e-de-ctnr-columns-two::before {
470
+ content: "\e8ba";
471
+ font-family: "e-icons";
472
+ font-size: 60px;
473
+ }
474
+
475
+ .e-de-ctnr-columns-three::before {
476
+ content: "\e8bb";
477
+ font-family: "e-icons";
478
+ font-size: 60px;
479
+ }
480
+
481
+ .e-de-ctnr-columns-right::before {
482
+ content: "\e8b7";
483
+ font-family: "e-icons";
484
+ font-size: 60px;
485
+ }
486
+
487
+ .e-de-ctnr-columns-left::before {
488
+ content: "\e8b8";
489
+ font-family: "e-icons";
490
+ font-size: 60px;
491
+ }
492
+
428
493
  .e-de-toolbar {
429
494
  height: 100%;
430
495
  }
@@ -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';
@@ -425,6 +425,71 @@
425
425
  font-family: "e-icons";
426
426
  }
427
427
 
428
+ .e-de-ctnr-columns::before {
429
+ content: "\e8b4";
430
+ font-family: "e-icons";
431
+ }
432
+
433
+ .e-de-ctnr-page-size::before {
434
+ content: "\e89a";
435
+ font-family: "e-icons";
436
+ }
437
+
438
+ .e-de-ctnr-page-break-column::before {
439
+ content: "\e8b6";
440
+ font-family: "e-icons";
441
+ }
442
+
443
+ .e-de-ctnr-page-break-text-wrapping::before {
444
+ content: "\e89d";
445
+ font-family: "e-icons";
446
+ }
447
+
448
+ .e-de-ctnr-section-break-continuous::before {
449
+ content: "\e8b5";
450
+ font-family: "e-icons";
451
+ }
452
+
453
+ .e-de-ctnr-section-break-even-page::before {
454
+ content: "\e8b2";
455
+ font-family: "e-icons";
456
+ }
457
+
458
+ .e-de-ctnr-section-break-odd-page::before {
459
+ content: "\e8b3";
460
+ font-family: "e-icons";
461
+ }
462
+
463
+ .e-de-ctnr-columns-one::before {
464
+ content: "\e8b9";
465
+ font-family: "e-icons";
466
+ font-size: 60px;
467
+ }
468
+
469
+ .e-de-ctnr-columns-two::before {
470
+ content: "\e8ba";
471
+ font-family: "e-icons";
472
+ font-size: 60px;
473
+ }
474
+
475
+ .e-de-ctnr-columns-three::before {
476
+ content: "\e8bb";
477
+ font-family: "e-icons";
478
+ font-size: 60px;
479
+ }
480
+
481
+ .e-de-ctnr-columns-right::before {
482
+ content: "\e8b7";
483
+ font-family: "e-icons";
484
+ font-size: 60px;
485
+ }
486
+
487
+ .e-de-ctnr-columns-left::before {
488
+ content: "\e8b8";
489
+ font-family: "e-icons";
490
+ font-size: 60px;
491
+ }
492
+
428
493
  .e-de-toolbar {
429
494
  height: 100%;
430
495
  }
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/bootstrap5-definition.scss';
2
- @import '../document-editor/bootstrap5-definition.scss';
3
- @import 'bootstrap5-definition.scss';
4
- @import 'icons/bootstrap5.scss';
5
- @import 'all.scss';
1
+ @import 'ej2-documenteditor/styles/document-editor-container/bootstrap5.scss';
@@ -1,3 +1,4 @@
1
+ @charset "UTF-8";
1
2
  .e-de-ctnr-linespacing::before {
2
3
  content: "\eb8a";
3
4
  }
@@ -399,6 +400,71 @@
399
400
  font-family: "e-icons";
400
401
  }
401
402
 
403
+ .e-de-ctnr-columns::before {
404
+ content: "\e972";
405
+ font-family: "e-icons";
406
+ }
407
+
408
+ .e-de-ctnr-page-size::before {
409
+ content: "\e947";
410
+ font-family: "e-icons";
411
+ }
412
+
413
+ .e-de-ctnr-page-break-column::before {
414
+ content: "\e973";
415
+ font-family: "e-icons";
416
+ }
417
+
418
+ .e-de-ctnr-page-break-text-wrapping::before {
419
+ content: "\e94a";
420
+ font-family: "e-icons";
421
+ }
422
+
423
+ .e-de-ctnr-section-break-continuous::before {
424
+ content: "󩝔";
425
+ font-family: "e-icons";
426
+ }
427
+
428
+ .e-de-ctnr-section-break-even-page::before {
429
+ content: "\e970";
430
+ font-family: "e-icons";
431
+ }
432
+
433
+ .e-de-ctnr-section-break-odd-page::before {
434
+ content: "\e971";
435
+ font-family: "e-icons";
436
+ }
437
+
438
+ .e-de-ctnr-columns-one::before {
439
+ content: "\e979";
440
+ font-family: "e-icons";
441
+ font-size: 60px;
442
+ }
443
+
444
+ .e-de-ctnr-columns-two::before {
445
+ content: "\e97a";
446
+ font-family: "e-icons";
447
+ font-size: 60px;
448
+ }
449
+
450
+ .e-de-ctnr-columns-three::before {
451
+ content: "\e97b";
452
+ font-family: "e-icons";
453
+ font-size: 60px;
454
+ }
455
+
456
+ .e-de-ctnr-columns-right::before {
457
+ content: "\e977";
458
+ font-family: "e-icons";
459
+ font-size: 60px;
460
+ }
461
+
462
+ .e-de-ctnr-columns-left::before {
463
+ content: "\e978";
464
+ font-family: "e-icons";
465
+ font-size: 60px;
466
+ }
467
+
402
468
  .e-de-toolbar {
403
469
  height: 100%;
404
470
  }
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/fabric-dark-definition.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';
@@ -1,3 +1,4 @@
1
+ @charset "UTF-8";
1
2
  .e-de-ctnr-linespacing::before {
2
3
  content: "\eb8a";
3
4
  }
@@ -399,6 +400,71 @@
399
400
  font-family: "e-icons";
400
401
  }
401
402
 
403
+ .e-de-ctnr-columns::before {
404
+ content: "\e972";
405
+ font-family: "e-icons";
406
+ }
407
+
408
+ .e-de-ctnr-page-size::before {
409
+ content: "\e947";
410
+ font-family: "e-icons";
411
+ }
412
+
413
+ .e-de-ctnr-page-break-column::before {
414
+ content: "\e973";
415
+ font-family: "e-icons";
416
+ }
417
+
418
+ .e-de-ctnr-page-break-text-wrapping::before {
419
+ content: "\e94a";
420
+ font-family: "e-icons";
421
+ }
422
+
423
+ .e-de-ctnr-section-break-continuous::before {
424
+ content: "󩝔";
425
+ font-family: "e-icons";
426
+ }
427
+
428
+ .e-de-ctnr-section-break-even-page::before {
429
+ content: "\e970";
430
+ font-family: "e-icons";
431
+ }
432
+
433
+ .e-de-ctnr-section-break-odd-page::before {
434
+ content: "\e971";
435
+ font-family: "e-icons";
436
+ }
437
+
438
+ .e-de-ctnr-columns-one::before {
439
+ content: "\e979";
440
+ font-family: "e-icons";
441
+ font-size: 60px;
442
+ }
443
+
444
+ .e-de-ctnr-columns-two::before {
445
+ content: "\e97a";
446
+ font-family: "e-icons";
447
+ font-size: 60px;
448
+ }
449
+
450
+ .e-de-ctnr-columns-three::before {
451
+ content: "\e97b";
452
+ font-family: "e-icons";
453
+ font-size: 60px;
454
+ }
455
+
456
+ .e-de-ctnr-columns-right::before {
457
+ content: "\e977";
458
+ font-family: "e-icons";
459
+ font-size: 60px;
460
+ }
461
+
462
+ .e-de-ctnr-columns-left::before {
463
+ content: "\e978";
464
+ font-family: "e-icons";
465
+ font-size: 60px;
466
+ }
467
+
402
468
  .e-de-toolbar {
403
469
  height: 100%;
404
470
  }
@@ -1,5 +1 @@
1
- @import 'ej2-base/styles/fabric-definition.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';