@syncfusion/ej2-angular-richtexteditor 21.1.35-ngcc → 21.1.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/index.mjs +5 -0
  3. package/esm2020/src/rich-text-editor/richtexteditor-all.module.mjs +68 -0
  4. package/esm2020/src/rich-text-editor/richtexteditor.component.mjs +189 -0
  5. package/esm2020/src/rich-text-editor/richtexteditor.module.mjs +25 -0
  6. package/esm2020/syncfusion-ej2-angular-richtexteditor.mjs +5 -0
  7. package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs +282 -0
  8. package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs.map +1 -0
  9. package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs +282 -0
  10. package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs.map +1 -0
  11. package/package.json +26 -12
  12. package/src/rich-text-editor/richtexteditor-all.module.d.ts +6 -0
  13. package/src/rich-text-editor/richtexteditor.component.d.ts +3 -0
  14. package/src/rich-text-editor/richtexteditor.module.d.ts +6 -0
  15. package/styles/_all.scss +1 -0
  16. package/styles/bootstrap-dark.css +0 -5
  17. package/styles/bootstrap.css +0 -5
  18. package/styles/bootstrap4.css +0 -5
  19. package/styles/bootstrap5-dark.css +0 -5
  20. package/styles/bootstrap5.css +0 -5
  21. package/styles/fabric-dark.css +0 -5
  22. package/styles/fabric.css +0 -5
  23. package/styles/fluent-dark.css +0 -5
  24. package/styles/fluent.css +0 -5
  25. package/styles/highcontrast-light.css +0 -5
  26. package/styles/highcontrast.css +0 -5
  27. package/styles/material-dark.css +0 -5
  28. package/styles/material.css +0 -5
  29. package/styles/rich-text-editor/_all.scss +2 -0
  30. package/styles/rich-text-editor/_bootstrap-dark-definition.scss +234 -0
  31. package/styles/rich-text-editor/_bootstrap-definition.scss +289 -0
  32. package/styles/rich-text-editor/_bootstrap4-definition.scss +416 -0
  33. package/styles/rich-text-editor/_bootstrap5-dark-definition.scss +1 -0
  34. package/styles/rich-text-editor/_bootstrap5-definition.scss +218 -0
  35. package/styles/rich-text-editor/_fabric-dark-definition.scss +215 -0
  36. package/styles/rich-text-editor/_fabric-definition.scss +213 -0
  37. package/styles/rich-text-editor/_fluent-dark-definition.scss +1 -0
  38. package/styles/rich-text-editor/_fluent-definition.scss +221 -0
  39. package/styles/rich-text-editor/_fusionnew-definition.scss +218 -0
  40. package/styles/rich-text-editor/_highcontrast-definition.scss +213 -0
  41. package/styles/rich-text-editor/_highcontrast-light-definition.scss +213 -0
  42. package/styles/rich-text-editor/_layout.scss +1864 -0
  43. package/styles/rich-text-editor/_material-dark-definition.scss +218 -0
  44. package/styles/rich-text-editor/_material-definition.scss +215 -0
  45. package/styles/rich-text-editor/_tailwind-dark-definition.scss +1 -0
  46. package/styles/rich-text-editor/_tailwind-definition.scss +216 -0
  47. package/styles/rich-text-editor/_theme.scss +751 -0
  48. package/styles/rich-text-editor/bootstrap-dark.css +0 -5
  49. package/styles/rich-text-editor/bootstrap-dark.scss +4 -1
  50. package/styles/rich-text-editor/bootstrap.css +0 -5
  51. package/styles/rich-text-editor/bootstrap.scss +4 -1
  52. package/styles/rich-text-editor/bootstrap4.css +0 -5
  53. package/styles/rich-text-editor/bootstrap4.scss +4 -1
  54. package/styles/rich-text-editor/bootstrap5-dark.css +0 -5
  55. package/styles/rich-text-editor/bootstrap5-dark.scss +4 -1
  56. package/styles/rich-text-editor/bootstrap5.css +0 -5
  57. package/styles/rich-text-editor/bootstrap5.scss +4 -1
  58. package/styles/rich-text-editor/fabric-dark.css +0 -5
  59. package/styles/rich-text-editor/fabric-dark.scss +4 -1
  60. package/styles/rich-text-editor/fabric.css +0 -5
  61. package/styles/rich-text-editor/fabric.scss +4 -1
  62. package/styles/rich-text-editor/fluent-dark.css +0 -5
  63. package/styles/rich-text-editor/fluent-dark.scss +4 -1
  64. package/styles/rich-text-editor/fluent.css +0 -5
  65. package/styles/rich-text-editor/fluent.scss +4 -1
  66. package/styles/rich-text-editor/highcontrast-light.css +0 -5
  67. package/styles/rich-text-editor/highcontrast-light.scss +4 -1
  68. package/styles/rich-text-editor/highcontrast.css +0 -5
  69. package/styles/rich-text-editor/highcontrast.scss +4 -1
  70. package/styles/rich-text-editor/icons/_bootstrap-dark.scss +328 -0
  71. package/styles/rich-text-editor/icons/_bootstrap.scss +328 -0
  72. package/styles/rich-text-editor/icons/_bootstrap4.scss +328 -0
  73. package/styles/rich-text-editor/icons/_bootstrap5-dark.scss +1 -0
  74. package/styles/rich-text-editor/icons/_bootstrap5.scss +327 -0
  75. package/styles/rich-text-editor/icons/_fabric-dark.scss +328 -0
  76. package/styles/rich-text-editor/icons/_fabric.scss +328 -0
  77. package/styles/rich-text-editor/icons/_fluent-dark.scss +1 -0
  78. package/styles/rich-text-editor/icons/_fluent.scss +327 -0
  79. package/styles/rich-text-editor/icons/_fusionnew.scss +327 -0
  80. package/styles/rich-text-editor/icons/_highcontrast-light.scss +328 -0
  81. package/styles/rich-text-editor/icons/_highcontrast.scss +328 -0
  82. package/styles/rich-text-editor/icons/_material-dark.scss +328 -0
  83. package/styles/rich-text-editor/icons/_material.scss +328 -0
  84. package/styles/rich-text-editor/icons/_material3.scss +327 -0
  85. package/styles/rich-text-editor/icons/_tailwind-dark.scss +1 -0
  86. package/styles/rich-text-editor/icons/_tailwind.scss +327 -0
  87. package/styles/rich-text-editor/material-dark.css +0 -5
  88. package/styles/rich-text-editor/material-dark.scss +4 -1
  89. package/styles/rich-text-editor/material.css +0 -5
  90. package/styles/rich-text-editor/material.scss +4 -1
  91. package/styles/rich-text-editor/tailwind-dark.css +0 -5
  92. package/styles/rich-text-editor/tailwind-dark.scss +4 -1
  93. package/styles/rich-text-editor/tailwind.css +0 -5
  94. package/styles/rich-text-editor/tailwind.scss +4 -1
  95. package/styles/tailwind-dark.css +0 -5
  96. package/styles/tailwind.css +0 -5
  97. package/syncfusion-ej2-angular-richtexteditor.d.ts +5 -0
  98. package/@syncfusion/ej2-angular-richtexteditor.es5.js +0 -330
  99. package/@syncfusion/ej2-angular-richtexteditor.es5.js.map +0 -1
  100. package/@syncfusion/ej2-angular-richtexteditor.js +0 -311
  101. package/@syncfusion/ej2-angular-richtexteditor.js.map +0 -1
  102. package/CHANGELOG.md +0 -1250
  103. package/dist/ej2-angular-richtexteditor.umd.js +0 -806
  104. package/dist/ej2-angular-richtexteditor.umd.js.map +0 -1
  105. package/dist/ej2-angular-richtexteditor.umd.min.js +0 -11
  106. package/dist/ej2-angular-richtexteditor.umd.min.js.map +0 -1
  107. package/ej2-angular-richtexteditor.d.ts +0 -5
  108. package/ej2-angular-richtexteditor.metadata.json +0 -1
  109. package/postinstall/tagchange.js +0 -18
@@ -563,7 +563,6 @@
563
563
  margin-right: 0;
564
564
  }
565
565
  .e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
566
- display: inline-block;
567
566
  margin-left: 0;
568
567
  margin-right: 0;
569
568
  overflow-x: auto;
@@ -2796,10 +2795,6 @@ span.e-table-box.e-rbox-select {
2796
2795
  color: #f0f0f0;
2797
2796
  }
2798
2797
 
2799
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
2800
- color: #f0f0f0;
2801
- }
2802
-
2803
2798
  .e-richtexteditor.e-rte-tb-expand .e-rte-content-border {
2804
2799
  border-bottom: 0;
2805
2800
  }
@@ -1 +1,4 @@
1
- @import 'ej2-richtexteditor/styles/rich-text-editor/bootstrap-dark.scss';
1
+ @import 'ej2-base/styles/bootstrap-dark-definition.scss';
2
+ @import 'bootstrap-dark-definition.scss';
3
+ @import 'icons/bootstrap-dark.scss';
4
+ @import 'all.scss';
@@ -704,7 +704,6 @@
704
704
  margin-right: 0;
705
705
  }
706
706
  .e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
707
- display: inline-block;
708
707
  margin-left: 0;
709
708
  margin-right: 0;
710
709
  overflow-x: auto;
@@ -2937,10 +2936,6 @@ span.e-table-box.e-rbox-select {
2937
2936
  color: #000;
2938
2937
  }
2939
2938
 
2940
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
2941
- color: #000;
2942
- }
2943
-
2944
2939
  .e-richtexteditor.e-rte-tb-expand .e-rte-content-border {
2945
2940
  border-bottom: 0;
2946
2941
  }
@@ -1 +1,4 @@
1
- @import 'ej2-richtexteditor/styles/rich-text-editor/bootstrap.scss';
1
+ @import 'ej2-base/styles/bootstrap-definition.scss';
2
+ @import 'bootstrap-definition.scss';
3
+ @import 'icons/bootstrap.scss';
4
+ @import 'all.scss';
@@ -799,7 +799,6 @@
799
799
  margin-right: 0;
800
800
  }
801
801
  .e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
802
- display: inline-block;
803
802
  margin-left: 0;
804
803
  margin-right: 0;
805
804
  overflow-x: auto;
@@ -3024,10 +3023,6 @@ span.e-table-box.e-rbox-select {
3024
3023
  color: #fff;
3025
3024
  }
3026
3025
 
3027
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
3028
- color: #212529;
3029
- }
3030
-
3031
3026
  .e-richtexteditor.e-rte-tb-expand .e-rte-content-border {
3032
3027
  border-bottom: 0;
3033
3028
  }
@@ -1 +1,4 @@
1
- @import 'ej2-richtexteditor/styles/rich-text-editor/bootstrap4.scss';
1
+ @import 'ej2-base/styles/bootstrap4-definition.scss';
2
+ @import 'bootstrap4-definition.scss';
3
+ @import 'icons/bootstrap4.scss';
4
+ @import 'all.scss';
@@ -565,7 +565,6 @@
565
565
  margin-right: 0;
566
566
  }
567
567
  .e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
568
- display: inline-block;
569
568
  margin-left: 0;
570
569
  margin-right: 0;
571
570
  overflow-x: auto;
@@ -2893,10 +2892,6 @@ span.e-table-box.e-rbox-select {
2893
2892
  color: #fff;
2894
2893
  }
2895
2894
 
2896
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
2897
- color: #fff;
2898
- }
2899
-
2900
2895
  .e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
2901
2896
  background: #565e64;
2902
2897
  border-radius: 4px;
@@ -1 +1,4 @@
1
- @import 'ej2-richtexteditor/styles/rich-text-editor/bootstrap5-dark.scss';
1
+ @import 'ej2-base/styles/bootstrap5-dark-definition.scss';
2
+ @import 'bootstrap5-dark-definition.scss';
3
+ @import 'icons/bootstrap5-dark.scss';
4
+ @import 'all.scss';
@@ -565,7 +565,6 @@
565
565
  margin-right: 0;
566
566
  }
567
567
  .e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
568
- display: inline-block;
569
568
  margin-left: 0;
570
569
  margin-right: 0;
571
570
  overflow-x: auto;
@@ -2893,10 +2892,6 @@ span.e-table-box.e-rbox-select {
2893
2892
  color: #fff;
2894
2893
  }
2895
2894
 
2896
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
2897
- color: #fff;
2898
- }
2899
-
2900
2895
  .e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
2901
2896
  background: #565e64;
2902
2897
  border-radius: 4px;
@@ -1 +1,4 @@
1
- @import 'ej2-richtexteditor/styles/rich-text-editor/bootstrap5.scss';
1
+ @import 'ej2-base/styles/bootstrap5-definition.scss';
2
+ @import 'bootstrap5-definition.scss';
3
+ @import 'icons/bootstrap5.scss';
4
+ @import 'all.scss';
@@ -552,7 +552,6 @@
552
552
  margin-right: 0;
553
553
  }
554
554
  .e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
555
- display: inline-block;
556
555
  margin-left: 0;
557
556
  margin-right: 0;
558
557
  overflow-x: auto;
@@ -2777,10 +2776,6 @@ span.e-table-box.e-rbox-select {
2777
2776
  color: #fff;
2778
2777
  }
2779
2778
 
2780
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
2781
- color: #dadada;
2782
- }
2783
-
2784
2779
  .e-richtexteditor.e-rte-tb-expand .e-rte-content-border {
2785
2780
  border-bottom: 0;
2786
2781
  }
@@ -1 +1,4 @@
1
- @import 'ej2-richtexteditor/styles/rich-text-editor/fabric-dark.scss';
1
+ @import 'ej2-base/styles/fabric-dark-definition.scss';
2
+ @import 'fabric-dark-definition.scss';
3
+ @import 'icons/fabric-dark.scss';
4
+ @import 'all.scss';
@@ -552,7 +552,6 @@
552
552
  margin-right: 0;
553
553
  }
554
554
  .e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
555
- display: inline-block;
556
555
  margin-left: 0;
557
556
  margin-right: 0;
558
557
  overflow-x: auto;
@@ -2777,10 +2776,6 @@ span.e-table-box.e-rbox-select {
2777
2776
  color: #000;
2778
2777
  }
2779
2778
 
2780
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
2781
- color: #000;
2782
- }
2783
-
2784
2779
  .e-richtexteditor.e-rte-tb-expand .e-rte-content-border {
2785
2780
  border-bottom: 0;
2786
2781
  }
@@ -1 +1,4 @@
1
- @import 'ej2-richtexteditor/styles/rich-text-editor/fabric.scss';
1
+ @import 'ej2-base/styles/fabric-definition.scss';
2
+ @import 'fabric-definition.scss';
3
+ @import 'icons/fabric.scss';
4
+ @import 'all.scss';
@@ -553,7 +553,6 @@
553
553
  margin-right: 0;
554
554
  }
555
555
  .e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
556
- display: inline-block;
557
556
  margin-left: 0;
558
557
  margin-right: 0;
559
558
  overflow-x: auto;
@@ -2843,10 +2842,6 @@ span.e-table-box.e-rbox-select {
2843
2842
  color: #a19f9d;
2844
2843
  }
2845
2844
 
2846
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
2847
- color: #a19f9d;
2848
- }
2849
-
2850
2845
  .e-richtexteditor.e-rte-tb-expand .e-rte-content-border {
2851
2846
  border-bottom: 0;
2852
2847
  }
@@ -1 +1,4 @@
1
- @import 'ej2-richtexteditor/styles/rich-text-editor/fluent-dark.scss';
1
+ @import 'ej2-base/styles/fluent-dark-definition.scss';
2
+ @import 'fluent-dark-definition.scss';
3
+ @import 'icons/fluent-dark.scss';
4
+ @import 'all.scss';
@@ -553,7 +553,6 @@
553
553
  margin-right: 0;
554
554
  }
555
555
  .e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
556
- display: inline-block;
557
556
  margin-left: 0;
558
557
  margin-right: 0;
559
558
  overflow-x: auto;
@@ -2843,10 +2842,6 @@ span.e-table-box.e-rbox-select {
2843
2842
  color: #605e5c;
2844
2843
  }
2845
2844
 
2846
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
2847
- color: #605e5c;
2848
- }
2849
-
2850
2845
  .e-richtexteditor.e-rte-tb-expand .e-rte-content-border {
2851
2846
  border-bottom: 0;
2852
2847
  }
@@ -1 +1,4 @@
1
- @import 'ej2-richtexteditor/styles/rich-text-editor/fluent.scss';
1
+ @import 'ej2-base/styles/fluent-definition.scss';
2
+ @import 'fluent-definition.scss';
3
+ @import 'icons/fluent.scss';
4
+ @import 'all.scss';
@@ -552,7 +552,6 @@
552
552
  margin-right: 0;
553
553
  }
554
554
  .e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
555
- display: inline-block;
556
555
  margin-left: 0;
557
556
  margin-right: 0;
558
557
  overflow-x: auto;
@@ -2777,10 +2776,6 @@ span.e-table-box.e-rbox-select {
2777
2776
  color: #fff;
2778
2777
  }
2779
2778
 
2780
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
2781
- color: #000;
2782
- }
2783
-
2784
2779
  .e-richtexteditor.e-rte-tb-expand .e-rte-content-border {
2785
2780
  border-bottom: 0;
2786
2781
  }
@@ -1 +1,4 @@
1
- @import 'ej2-richtexteditor/styles/rich-text-editor/highcontrast-light.scss';
1
+ @import 'ej2-base/styles/highcontrast-light-definition.scss';
2
+ @import 'highcontrast-light-definition.scss';
3
+ @import 'icons/highcontrast-light.scss';
4
+ @import 'all.scss';
@@ -552,7 +552,6 @@
552
552
  margin-right: 0;
553
553
  }
554
554
  .e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow {
555
- display: inline-block;
556
555
  margin-left: 0;
557
556
  margin-right: 0;
558
557
  overflow-x: auto;
@@ -2773,10 +2772,6 @@ span.e-table-box.e-rbox-select {
2773
2772
  color: #fff;
2774
2773
  }
2775
2774
 
2776
- .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-active .e-icons {
2777
- color: #fff;
2778
- }
2779
-
2780
2775
  .e-richtexteditor.e-rte-tb-expand .e-rte-content-border {
2781
2776
  border-bottom: 0;
2782
2777
  }
@@ -1 +1,4 @@
1
- @import 'ej2-richtexteditor/styles/rich-text-editor/highcontrast.scss';
1
+ @import 'ej2-base/styles/highcontrast-definition.scss';
2
+ @import 'highcontrast-definition.scss';
3
+ @import 'icons/highcontrast.scss';
4
+ @import 'all.scss';
@@ -0,0 +1,328 @@
1
+ /*! component's theme wise override definitions and variables */
2
+
3
+ @include export-module('richtexteditor-bootstrap-dark-icons') {
4
+
5
+ /*! richtexteditor icons */
6
+
7
+ .e-rte-toolbar,
8
+ .e-rte-dropdown-popup {
9
+
10
+ .e-alignments::before {
11
+ content: '\e33a';
12
+ }
13
+
14
+ .e-justify-left::before {
15
+ content: '\e33a';
16
+ }
17
+
18
+ .e-justify-center::before {
19
+ content: '\e35e';
20
+ }
21
+
22
+ .e-justify-right::before {
23
+ content: '\e34d';
24
+ }
25
+
26
+ .e-justify-full::before {
27
+ content: '\e334';
28
+ }
29
+
30
+ .e-font-name::before {
31
+ content: '\e35f';
32
+ }
33
+
34
+ .e-rte-font-color::before {
35
+ content: '\e34c';
36
+ }
37
+
38
+ .e-background-color::before {
39
+ content: '\e35c';
40
+ }
41
+
42
+ .e-bold::before {
43
+ content: '\e339';
44
+ }
45
+
46
+ .e-italic::before {
47
+ content: '\e35a';
48
+ }
49
+
50
+ .e-underline::before {
51
+ content: '\e343';
52
+ }
53
+
54
+ .e-strike-through::before {
55
+ content: '\e332';
56
+ }
57
+
58
+ .e-clear-format::before {
59
+ content: '\e331';
60
+ }
61
+
62
+ .e-clear-all::before {
63
+ content: '\e340';
64
+ }
65
+
66
+ .e-cut::before {
67
+ content: '\e33b';
68
+ }
69
+
70
+ .e-copy::before {
71
+ content: '\e33d';
72
+ }
73
+
74
+ .e-paste::before {
75
+ content: '\e355';
76
+ }
77
+
78
+ .e-unorder-list::before {
79
+ content: '\e344';
80
+ }
81
+
82
+ .e-order-list::before {
83
+ content: '\e346';
84
+ }
85
+
86
+ .e-indent::before {
87
+ content: '\e33f';
88
+ }
89
+
90
+ .e-outdent::before {
91
+ content: '\e35d';
92
+ }
93
+
94
+ .e-undo::before {
95
+ content: '\e341';
96
+ }
97
+
98
+ .e-redo::before {
99
+ content: '\e354';
100
+ }
101
+
102
+ .e-super-script::before {
103
+ content: '\e352';
104
+ }
105
+
106
+ .e-sub-script::before {
107
+ content: '\e357';
108
+ }
109
+
110
+ .e-create-link::before {
111
+ content: '\e34e';
112
+ }
113
+
114
+ .e-open-link::before {
115
+ content: '\e34a';
116
+ }
117
+
118
+ .e-edit-link::before {
119
+ content: '\e338';
120
+ }
121
+
122
+ .e-remove-link::before {
123
+ content: '\e348';
124
+ }
125
+
126
+ .e-image::before {
127
+ content: '\e335';
128
+ }
129
+
130
+ .e-audio::before {
131
+ content: '\e947';
132
+ }
133
+
134
+ .e-video::before {
135
+ content: '\e948';
136
+ }
137
+
138
+ .e-replace::before,
139
+ .e-audio-replace::before,
140
+ .e-video-replace::before {
141
+ content: '\e359';
142
+ }
143
+
144
+ .e-align::before {
145
+ content: '\e33a';
146
+ }
147
+
148
+ .e-caption::before {
149
+ content: '\e35b';
150
+ }
151
+
152
+ .e-remove::before,
153
+ .e-audio-remove::before,
154
+ .e-video-remove::before {
155
+ content: '\e33e';
156
+ }
157
+
158
+ .e-insert-link::before {
159
+ content: '\e34e';
160
+ }
161
+
162
+ .e-display::before,
163
+ .e-audio-display::before,
164
+ .e-video-display::before {
165
+ content: '\e358';
166
+ }
167
+
168
+ .e-alt-text::before {
169
+ content: '\e33c';
170
+ }
171
+
172
+ .e-img-dimension::before,
173
+ .e-video-dimension::before {
174
+ content: '\e336';
175
+ }
176
+
177
+ .e-maximize::before {
178
+ content: '\e342';
179
+ }
180
+
181
+ .e-minimize::before {
182
+ content: '\e337';
183
+ }
184
+
185
+ .e-zoom-in::before {
186
+ content: '\e349';
187
+ }
188
+
189
+ .e-zoom-out::before {
190
+ content: '\e351';
191
+ }
192
+
193
+ .e-lower-case::before {
194
+ content: '\e347';
195
+ }
196
+
197
+ .e-upper-case::before {
198
+ content: '\e333';
199
+ }
200
+
201
+ .e-print::before {
202
+ content: '\e34b';
203
+ }
204
+
205
+ .e-formats::before {
206
+ content: '\e353';
207
+ }
208
+
209
+ .e-source-code::before {
210
+ content: '\e350';
211
+ }
212
+
213
+ .e-preview::before {
214
+ content: '\e345';
215
+ }
216
+
217
+ .e-view-side::before {
218
+ content: '\e34f';
219
+ }
220
+
221
+ .e-insert-code::before {
222
+ content: '\e356';
223
+ }
224
+
225
+ .e-table-header::before {
226
+ content: '\eb03';
227
+ }
228
+
229
+ .e-table-remove::before {
230
+ content: '\eb00';
231
+ }
232
+
233
+ .e-table-rows::before {
234
+ content: '\eb02';
235
+ }
236
+
237
+ .e-table-columns::before {
238
+ content: '\ea9e';
239
+ }
240
+
241
+ .e-table-cell-ver-align::before {
242
+ content: '\ea9b';
243
+ }
244
+
245
+ .e-table-edit-properties::before {
246
+ content: '\ea9a';
247
+ }
248
+
249
+ .e-create-table::before {
250
+ content: '\e705';
251
+ }
252
+
253
+ .e-align-bottom::before {
254
+ content: '\ea91';
255
+ }
256
+
257
+ .e-align-middle::before {
258
+ content: '\ea94';
259
+ }
260
+
261
+ .e-align-top::before {
262
+ content: '\ea98';
263
+ }
264
+
265
+ .e-insert-column-left::before {
266
+ content: '\ea97';
267
+ }
268
+
269
+ .e-insert-column-right::before {
270
+ content: '\ea99';
271
+ }
272
+
273
+ .e-delete-column::before {
274
+ content: '\ea95';
275
+ }
276
+
277
+ .e-insert-row-before::before {
278
+ content: '\ea92';
279
+ }
280
+
281
+ .e-insert-row-after::before {
282
+ content: '\ea93';
283
+ }
284
+
285
+ .e-delete-row::before {
286
+ content: '\ea96';
287
+ }
288
+
289
+ .e-style::before {
290
+ content: '\ea9f';
291
+ }
292
+
293
+ .e-rte-file-manager::before {
294
+ content: '\e42b';
295
+ }
296
+
297
+ .e-rte-format-painter::before {
298
+ content: '\e98b';
299
+ }
300
+ }
301
+
302
+ .e-richtexteditor {
303
+ .e-south-east::before,
304
+ .e-south-west::before {
305
+ content: '\eb08';
306
+ }
307
+ }
308
+
309
+ .e-cell-merge::before {
310
+ content: '\e89a';
311
+ }
312
+
313
+ .e-cell-horizontal-split::before {
314
+ content: '\e89b';
315
+ }
316
+
317
+ .e-cell-vertical-split::before {
318
+ content: '\e89d';
319
+ }
320
+
321
+ .e-table-cell::before {
322
+ content: '\e89c';
323
+ }
324
+
325
+ .e-rte-cursor-brush {
326
+ cursor: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.0194 8H18.0175C19.6583 8 21 9.35001 21 11L20.9903 23H4L5.0932 10.91C5.0932 9.35001 6.42524 8 8.07573 8H10.0544V1H16.0194V8ZM8.06602 10C7.51845 10 7.07184 10.45 7.07184 11L6.89126 13H19.0019V11C19.0019 10.45 18.5553 10 18.0078 10H8.06602ZM14.0311 8V3H12.0427V8H14.0311ZM19.0019 15H6.71068L6.16699 21H7.83689L19.0019 15.6291V15ZM19.0019 17.8463L12.4466 21H19.0019V17.8463Z" fill="black"/><path d="M6.71068 15H19.0019V15.6291L7.83689 21H6.16699L6.71068 15Z" fill="white"/><path d="M8.06602 10C7.51845 10 7.07184 10.45 7.07184 11L6.89126 13H19.0019V11C19.0019 10.45 18.5553 10 18.0078 10H8.06602Z" fill="white"/><path d="M14.0311 8V3H12.0427V8H14.0311Z" fill="white"/><path d="M19.0019 17.8463L12.4466 21H19.0019V17.8463Z" fill="white"/></svg>'), text;
327
+ }
328
+ }