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

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 (145) 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 +59 -0
  4. package/esm2020/src/rich-text-editor/richtexteditor.component.mjs +168 -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 +252 -0
  8. package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs.map +1 -0
  9. package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs +252 -0
  10. package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs.map +1 -0
  11. package/package.json +26 -12
  12. package/schematics/utils/lib-details.ts +2 -2
  13. package/src/rich-text-editor/richtexteditor-all.module.d.ts +6 -0
  14. package/src/rich-text-editor/richtexteditor.component.d.ts +3 -0
  15. package/src/rich-text-editor/richtexteditor.module.d.ts +6 -0
  16. package/styles/_all.scss +2 -0
  17. package/styles/rich-text-editor/_all.scss +2 -0
  18. package/styles/rich-text-editor/_bootstrap-dark-definition.scss +207 -0
  19. package/styles/rich-text-editor/_bootstrap-definition.scss +264 -0
  20. package/styles/rich-text-editor/_bootstrap4-definition.scss +390 -0
  21. package/styles/rich-text-editor/_bootstrap5-dark-definition.scss +1 -0
  22. package/styles/rich-text-editor/_bootstrap5-definition.scss +190 -0
  23. package/styles/rich-text-editor/_fabric-dark-definition.scss +188 -0
  24. package/styles/rich-text-editor/_fabric-definition.scss +187 -0
  25. package/styles/rich-text-editor/_fluent-dark-definition.scss +1 -0
  26. package/styles/rich-text-editor/_fluent-definition.scss +193 -0
  27. package/styles/rich-text-editor/_fusionnew-definition.scss +190 -0
  28. package/styles/rich-text-editor/_highcontrast-definition.scss +187 -0
  29. package/styles/rich-text-editor/_highcontrast-light-definition.scss +187 -0
  30. package/styles/rich-text-editor/_layout.scss +1791 -0
  31. package/styles/rich-text-editor/_material-dark-definition.scss +190 -0
  32. package/styles/rich-text-editor/_material-definition.scss +189 -0
  33. package/styles/rich-text-editor/_material3-definition.scss +190 -0
  34. package/styles/rich-text-editor/_tailwind-dark-definition.scss +1 -0
  35. package/styles/rich-text-editor/_tailwind-definition.scss +188 -0
  36. package/styles/rich-text-editor/_theme.scss +641 -0
  37. package/styles/rich-text-editor/bootstrap-dark.scss +4 -1
  38. package/styles/rich-text-editor/bootstrap.scss +4 -1
  39. package/styles/rich-text-editor/bootstrap4.scss +4 -1
  40. package/styles/rich-text-editor/bootstrap5-dark.scss +4 -1
  41. package/styles/rich-text-editor/bootstrap5.scss +4 -1
  42. package/styles/rich-text-editor/fabric-dark.scss +4 -1
  43. package/styles/rich-text-editor/fabric.scss +4 -1
  44. package/styles/rich-text-editor/fluent-dark.scss +4 -1
  45. package/styles/rich-text-editor/fluent.scss +4 -1
  46. package/styles/rich-text-editor/highcontrast-light.scss +4 -1
  47. package/styles/rich-text-editor/highcontrast.scss +4 -1
  48. package/styles/rich-text-editor/icons/_bootstrap-dark.scss +304 -0
  49. package/styles/rich-text-editor/icons/_bootstrap.scss +304 -0
  50. package/styles/rich-text-editor/icons/_bootstrap4.scss +304 -0
  51. package/styles/rich-text-editor/icons/_bootstrap5-dark.scss +1 -0
  52. package/styles/rich-text-editor/icons/_bootstrap5.scss +303 -0
  53. package/styles/rich-text-editor/icons/_fabric-dark.scss +304 -0
  54. package/styles/rich-text-editor/icons/_fabric.scss +304 -0
  55. package/styles/rich-text-editor/icons/_fluent-dark.scss +1 -0
  56. package/styles/rich-text-editor/icons/_fluent.scss +303 -0
  57. package/styles/rich-text-editor/icons/_fusionnew.scss +303 -0
  58. package/styles/rich-text-editor/icons/_highcontrast-light.scss +304 -0
  59. package/styles/rich-text-editor/icons/_highcontrast.scss +304 -0
  60. package/styles/rich-text-editor/icons/_material-dark.scss +304 -0
  61. package/styles/rich-text-editor/icons/_material.scss +304 -0
  62. package/styles/rich-text-editor/icons/_material3.scss +303 -0
  63. package/styles/rich-text-editor/icons/_tailwind-dark.scss +1 -0
  64. package/styles/rich-text-editor/icons/_tailwind.scss +303 -0
  65. package/styles/rich-text-editor/material-dark.scss +4 -1
  66. package/styles/rich-text-editor/material.scss +4 -1
  67. package/styles/rich-text-editor/tailwind-dark.scss +4 -1
  68. package/styles/rich-text-editor/tailwind.scss +4 -1
  69. package/syncfusion-ej2-angular-richtexteditor.d.ts +5 -0
  70. package/@syncfusion/ej2-angular-richtexteditor.es5.js +0 -303
  71. package/@syncfusion/ej2-angular-richtexteditor.es5.js.map +0 -1
  72. package/@syncfusion/ej2-angular-richtexteditor.js +0 -284
  73. package/@syncfusion/ej2-angular-richtexteditor.js.map +0 -1
  74. package/CHANGELOG.md +0 -1131
  75. package/dist/ej2-angular-richtexteditor.umd.js +0 -728
  76. package/dist/ej2-angular-richtexteditor.umd.js.map +0 -1
  77. package/dist/ej2-angular-richtexteditor.umd.min.js +0 -11
  78. package/dist/ej2-angular-richtexteditor.umd.min.js.map +0 -1
  79. package/ej2-angular-richtexteditor.d.ts +0 -5
  80. package/ej2-angular-richtexteditor.metadata.json +0 -1
  81. package/postinstall/tagchange.js +0 -18
  82. package/schematics/collection.json +0 -40
  83. package/schematics/generators/richtexteditor-iframe/index.d.ts +0 -3
  84. package/schematics/generators/richtexteditor-iframe/index.js +0 -8
  85. package/schematics/generators/richtexteditor-iframe/sample-details.d.ts +0 -5
  86. package/schematics/generators/richtexteditor-iframe/sample-details.js +0 -7
  87. package/schematics/generators/richtexteditor-iframe/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  88. package/schematics/generators/richtexteditor-iframe/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -44
  89. package/schematics/generators/richtexteditor-iframe/schema.d.ts +0 -3
  90. package/schematics/generators/richtexteditor-iframe/schema.js +0 -2
  91. package/schematics/generators/richtexteditor-iframe/schema.json +0 -125
  92. package/schematics/generators/richtexteditor-inline/index.d.ts +0 -3
  93. package/schematics/generators/richtexteditor-inline/index.js +0 -8
  94. package/schematics/generators/richtexteditor-inline/sample-details.d.ts +0 -5
  95. package/schematics/generators/richtexteditor-inline/sample-details.js +0 -7
  96. package/schematics/generators/richtexteditor-inline/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  97. package/schematics/generators/richtexteditor-inline/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -10
  98. package/schematics/generators/richtexteditor-inline/schema.d.ts +0 -3
  99. package/schematics/generators/richtexteditor-inline/schema.js +0 -2
  100. package/schematics/generators/richtexteditor-inline/schema.json +0 -125
  101. package/schematics/generators/richtexteditor-markdown/index.d.ts +0 -3
  102. package/schematics/generators/richtexteditor-markdown/index.js +0 -8
  103. package/schematics/generators/richtexteditor-markdown/sample-details.d.ts +0 -5
  104. package/schematics/generators/richtexteditor-markdown/sample-details.js +0 -7
  105. package/schematics/generators/richtexteditor-markdown/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  106. package/schematics/generators/richtexteditor-markdown/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -13
  107. package/schematics/generators/richtexteditor-markdown/schema.d.ts +0 -3
  108. package/schematics/generators/richtexteditor-markdown/schema.js +0 -2
  109. package/schematics/generators/richtexteditor-markdown/schema.json +0 -125
  110. package/schematics/generators/richtexteditor-overview/images/__path__/__name@dasherize__/RTEImage-Feather.png +0 -0
  111. package/schematics/generators/richtexteditor-overview/index.d.ts +0 -3
  112. package/schematics/generators/richtexteditor-overview/index.js +0 -8
  113. package/schematics/generators/richtexteditor-overview/sample-details.d.ts +0 -5
  114. package/schematics/generators/richtexteditor-overview/sample-details.js +0 -7
  115. package/schematics/generators/richtexteditor-overview/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  116. package/schematics/generators/richtexteditor-overview/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -47
  117. package/schematics/generators/richtexteditor-overview/schema.d.ts +0 -3
  118. package/schematics/generators/richtexteditor-overview/schema.js +0 -2
  119. package/schematics/generators/richtexteditor-overview/schema.json +0 -125
  120. package/schematics/generators/richtexteditor-reactform/index.d.ts +0 -3
  121. package/schematics/generators/richtexteditor-reactform/index.js +0 -8
  122. package/schematics/generators/richtexteditor-reactform/sample-details.d.ts +0 -5
  123. package/schematics/generators/richtexteditor-reactform/sample-details.js +0 -7
  124. package/schematics/generators/richtexteditor-reactform/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  125. package/schematics/generators/richtexteditor-reactform/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -20
  126. package/schematics/generators/richtexteditor-reactform/schema.d.ts +0 -3
  127. package/schematics/generators/richtexteditor-reactform/schema.js +0 -2
  128. package/schematics/generators/richtexteditor-reactform/schema.json +0 -125
  129. package/schematics/generators/richtexteditor-templatedriven/index.d.ts +0 -3
  130. package/schematics/generators/richtexteditor-templatedriven/index.js +0 -8
  131. package/schematics/generators/richtexteditor-templatedriven/sample-details.d.ts +0 -5
  132. package/schematics/generators/richtexteditor-templatedriven/sample-details.js +0 -7
  133. package/schematics/generators/richtexteditor-templatedriven/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  134. package/schematics/generators/richtexteditor-templatedriven/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -19
  135. package/schematics/generators/richtexteditor-templatedriven/schema.d.ts +0 -3
  136. package/schematics/generators/richtexteditor-templatedriven/schema.js +0 -2
  137. package/schematics/generators/richtexteditor-templatedriven/schema.json +0 -125
  138. package/schematics/ng-add/index.d.ts +0 -3
  139. package/schematics/ng-add/index.js +0 -9
  140. package/schematics/ng-add/schema.d.ts +0 -13
  141. package/schematics/ng-add/schema.js +0 -2
  142. package/schematics/ng-add/schema.json +0 -34
  143. package/schematics/tsconfig.json +0 -25
  144. package/schematics/utils/lib-details.d.ts +0 -4
  145. package/schematics/utils/lib-details.js +0 -6
@@ -0,0 +1,641 @@
1
+ @include export-module('richtexteditor-theme') {
2
+ /*! tab layout */
3
+
4
+ .e-richtexteditor {
5
+
6
+ .e-rte-toolbar {
7
+ border: 1px solid $rte-border-color;
8
+ border-bottom: 0;
9
+
10
+ .e-toolbar-item {
11
+
12
+ @if $skin-name != 'highcontrast' {
13
+ &.e-overlay .e-tbar-btn .e-icons {
14
+ color: $rte-ext-tbar-overlay-icons-color;
15
+ }
16
+ }
17
+
18
+ @if $skin-name == 'bootstrap5' {
19
+ .e-tbar-btn:focus .e-icons {
20
+ color: $rte-quick-item-active-font-color;
21
+ }
22
+ }
23
+
24
+ &.e-active .e-tbar-btn,
25
+ &.e-active .e-tbar-btn:focus {
26
+ background: $rte-tb-item-active-bg;
27
+ border: $rte-tb-item-active-border;
28
+
29
+ @if $skin-name == 'bootstrap5' {
30
+ border: 0;
31
+ }
32
+ }
33
+
34
+ &.e-active .e-tbar-btn .e-icons,
35
+ &.e-active .e-tbar-btn:focus .e-icons {
36
+ color: $rte-tb-active-font-color;
37
+ }
38
+
39
+ .e-icons {
40
+ color: $rte-icons-color;
41
+ }
42
+
43
+ @if $skin-name == 'bootstrap5' {
44
+ .e-tbar-btn:hover .e-icons {
45
+ color: $rte-tb-hover-font-color;
46
+ }
47
+
48
+ .e-tbar-btn:focus .e-icons {
49
+ color: $primary-text-focus;
50
+ }
51
+ }
52
+
53
+ .e-dropdown-btn.e-active {
54
+ background: $rte-drop-btn-active-bg;
55
+ border-color: $rte-drop-btn-active-border-color;
56
+
57
+ .e-icons,
58
+ .e-rte-dropdown-btn-text {
59
+ color: $rte-drop-btn-active-color;
60
+ }
61
+ }
62
+
63
+ @if $skin-name == 'bootstrap5' {
64
+ .e-tbar-btn:hover .e-rte-dropdown-btn-text {
65
+ color: $rte-tb-hover-font-color;
66
+ }
67
+ }
68
+
69
+ & .e-rte-backgroundcolor-dropdown,
70
+ & .e-rte-fontcolor-dropdown,
71
+ & .e-rte-numberformatlist-dropdown,
72
+ & .e-rte-bulletformatlist-dropdown {
73
+
74
+ &:hover .e-rte-color-content::after {
75
+ background: $rte-split-btn-bar-bg;
76
+ }
77
+
78
+ &:active:hover {
79
+
80
+ .e-icons {
81
+ color: $rte-split-btn-color;
82
+ }
83
+
84
+ @if $skin-name == 'bootstrap5' or $skin-name == 'tailwind' {
85
+ .e-icons {
86
+ color: $rte-tb-hover-font-color;
87
+ }
88
+ }
89
+
90
+ .e-caret:active.e-icons,
91
+ .e-rte-color-content:active .e-icons,
92
+ .e-rte-list-primary-content:active .e-icons {
93
+ color: $rte-split-btn-active-color;
94
+ }
95
+ }
96
+
97
+ &:hover {
98
+ background: $rte-split-btn-hover-bg;
99
+
100
+ .e-rte-color-content,
101
+ .e-rte-list-primary-content {
102
+
103
+ &:hover {
104
+ background: $rte-split-btn-span-hover-bg;
105
+ }
106
+
107
+ &:focus {
108
+ background: $rte-split-btn-span-focus-bg;
109
+ }
110
+
111
+ &:active {
112
+ background: $rte-split-btn-span-active-bg;
113
+ }
114
+ }
115
+
116
+ .e-caret {
117
+
118
+ &:hover {
119
+ background: $rte-split-btn-span-hover-bg;
120
+ }
121
+
122
+ &:focus {
123
+ background: $rte-split-btn-span-focus-bg;
124
+ }
125
+
126
+ &:active {
127
+ background: $rte-split-btn-span-active-bg;
128
+ }
129
+ }
130
+ }
131
+
132
+ &.e-active {
133
+ background: $rte-split-btn-active-bg;
134
+ border: $rte-split-btn-active-border;
135
+
136
+ .e-rte-color-content::after {
137
+ background: $rte-split-btn-active-bar-bg;
138
+ }
139
+
140
+ &:hover .e-caret:hover,
141
+ &:hover .e-rte-color-content:hover,
142
+ &:hover .e-rte-list-primary-content:hover {
143
+ background: transparent;
144
+ }
145
+
146
+ .e-icons,
147
+ &:active .e-icons {
148
+ color: $rte-split-btn-active-color;
149
+ }
150
+ }
151
+ }
152
+ }
153
+
154
+ .e-toolbar-extended {
155
+
156
+ .e-toolbar-item .e-tbar-btn .e-icons {
157
+ color: $rte-icons-color;
158
+ }
159
+
160
+ .e-toolbar-item.e-active .e-tbar-btn .e-icons {
161
+ color: $rte-tb-active-font-color;
162
+ }
163
+
164
+ @if $skin-name != 'highcontrast' {
165
+ .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
166
+ color: $rte-ext-tbar-overlay-icons-color;
167
+ }
168
+ }
169
+
170
+ .e-toolbar-item .e-dropdown-btn.e-active {
171
+ background: $rte-drop-btn-active-bg;
172
+ }
173
+
174
+ @if $skin-name == 'bootstrap5' {
175
+ .e-toolbar-item .e-tbar-btn:focus,
176
+ .e-toolbar-item .e-tbar-btn:hover {
177
+ border-radius: 4px;
178
+ }
179
+ }
180
+ }
181
+
182
+ &.e-rte-tb-float {
183
+ border: 1px solid $rte-border-color;
184
+ }
185
+
186
+ &.e-tb-static {
187
+ border-bottom: 1px solid $rte-border-color;
188
+ }
189
+ }
190
+
191
+ .e-toolbar-wrapper + .e-rte-toolbar:not(.e-rte-tb-float) {
192
+ border: 0;
193
+ }
194
+
195
+ img.e-img-focus::selection {
196
+ background: transparent;
197
+ color: transparent;
198
+ }
199
+
200
+ .e-rte-content,
201
+ .e-source-content {
202
+ background: $rte-content-bg;
203
+ border: 1px solid $rte-border-color;
204
+ color: $rte-content-color;
205
+
206
+ .e-content blockquote {
207
+ border-left: $rte-content-blockquote-border-left-color;
208
+ }
209
+
210
+ .e-content .e-img-focus:not(.e-resize) {
211
+ border: $rte-img-border;
212
+ }
213
+
214
+ .e-content a {
215
+ color: $rte-anchor-color;
216
+ }
217
+ }
218
+
219
+ &.e-rtl {
220
+ .e-rte-content .e-content blockquote {
221
+ border-left: 0;
222
+ border-right: $rte-content-blockquote-border-left-color;
223
+ }
224
+ }
225
+
226
+ &.e-rte-resize {
227
+ background: $rte-content-bg;
228
+ }
229
+
230
+ .e-input.e-rte-linkurl.e-error,
231
+ .e-input.e-img-link.e-error {
232
+ color: $rte-link-valid-color;
233
+ }
234
+
235
+ &.e-rte-full-screen {
236
+ background: $rte-full-screen-bg;
237
+ }
238
+
239
+ &.e-rte-inline {
240
+
241
+ .e-rte-content {
242
+ border: 0;
243
+ }
244
+ }
245
+
246
+ &:not(.e-rte-toolbar-enabled) {
247
+ border: 1px solid $rte-border-color;
248
+
249
+ .e-rte-content {
250
+ border: 0;
251
+ border-bottom: 0;
252
+ border-top: 0;
253
+ }
254
+ }
255
+
256
+ &.e-rte-tb-expand {
257
+ border: 1px solid $rte-border-color;
258
+
259
+ .e-rte-toolbar {
260
+ border: 0;
261
+
262
+ &.e-extended-toolbar,
263
+ .e-toolbar-extended {
264
+ border-bottom-left-radius: 0;
265
+ border-bottom-right-radius: 0;
266
+ border-top-left-radius: 0;
267
+ border-top-right-radius: 0;
268
+ }
269
+
270
+ .e-toolbar-extended {
271
+ border: 0;
272
+ border-bottom: 0;
273
+
274
+ &.e-popup-open {
275
+ border-bottom: 0;
276
+ }
277
+ }
278
+
279
+ &.e-expand-open + .e-rte-content {
280
+ border-top: 0;
281
+ }
282
+
283
+ &.e-rte-tb-float {
284
+ border-bottom: 1px solid $rte-border-color;
285
+ border-right: 1px solid $rte-border-color;
286
+ border-top: 1px solid $rte-border-color;
287
+
288
+ &.e-expand-open {
289
+ border-bottom: $rte-expand-tb-border-bottom;
290
+
291
+ .e-toolbar-extended {
292
+ border-bottom: 1px solid $rte-border-color;
293
+ border-right: 1px solid $rte-border-color;
294
+ }
295
+ }
296
+ }
297
+ }
298
+
299
+ .e-rte-content,
300
+ .e-source-content {
301
+ border: 0;
302
+ border-bottom: 1px solid $rte-border-color;
303
+ border-top: 1px solid $rte-border-color;
304
+ }
305
+
306
+ .e-toolbar-extended.e-popup-open {
307
+ border-bottom: 1px solid $rte-border-color;
308
+ }
309
+
310
+ &.e-rte-resize {
311
+ .e-rte-content,
312
+ .e-source-content {
313
+ border-bottom: 0;
314
+ }
315
+ }
316
+ }
317
+ }
318
+
319
+ .e-rte-quick-popup {
320
+ border: $rte-quick-pop-border;
321
+ border-radius: 2px;
322
+ box-shadow: $rte-quick-pop-shadow;
323
+
324
+ .e-rte-quick-toolbar {
325
+ background: $rte-quick-pop-bg;
326
+ border: $rte-quick-tb-border;
327
+
328
+ .e-toolbar-items {
329
+ background: $rte-quick-pop-bg;
330
+
331
+ .e-separator {
332
+ border: .5px solid $rte-quick-vr-line-color;
333
+ }
334
+
335
+ .e-tbar-btn {
336
+ background: $rte-quick-pop-bg;
337
+ border: $rte-quick-item-border;
338
+ }
339
+
340
+ .e-tbar-btn:hover {
341
+ background: $rte-quick-tb-btn-hover;
342
+ border-color: $rte-quick-item-hover-border-color;
343
+ }
344
+
345
+ .e-tbar-btn:focus {
346
+ background: $rte-quick-pop-item-focus-bg;
347
+ }
348
+
349
+ .e-tbar-btn:active {
350
+ background: $rte-quick-item-active-bg;
351
+ border-color: $rte-quick-item-active-border-color;
352
+
353
+ .e-icons {
354
+ color: $rte-quick-item-active-font-color;
355
+ }
356
+ }
357
+
358
+ .e-toolbar-item.e-active .e-tbar-btn,
359
+ .e-toolbar-item.e-active .e-tbar-btn:focus {
360
+ background: $rte-tb-item-active-bg;
361
+ border: $rte-tb-item-active-border;
362
+ }
363
+
364
+ .e-toolbar-item.e-active .e-tbar-btn .e-icons,
365
+ .e-toolbar-item.e-active .e-tbar-btn:focus .e-icons {
366
+ color: $rte-tb-active-font-color;
367
+ }
368
+
369
+ .e-icons {
370
+ color: $rte-icons-color;
371
+ }
372
+
373
+ @if $skin-name == 'bootstrap5' {
374
+ .e-tbar-btn:hover .e-icons {
375
+ color: $rte-tb-hover-font-color;
376
+ }
377
+
378
+ .e-tbar-btn:focus .e-icons {
379
+ color: $primary-text-focus;
380
+ }
381
+ }
382
+ }
383
+
384
+ .e-toolbar-extended {
385
+
386
+ .e-toolbar-item .e-tbar-btn .e-icons {
387
+ color: $rte-icons-color;
388
+ }
389
+ }
390
+ }
391
+
392
+ .e-rte-dropdown-btn {
393
+ background: $rte-quick-pop-bg;
394
+ border-color: $rte-quick-drop-btn-border-color;
395
+
396
+ &:focus,
397
+ &:hover {
398
+ background: $rte-quick-tb-btn-hover;
399
+ }
400
+
401
+ &:hover {
402
+ border-color: $rte-quick-drop-btn-hover-border-color;
403
+
404
+ @if $skin-name == 'highcontrast' {
405
+ border-width: $rte-2px-border-size;
406
+ }
407
+ }
408
+ }
409
+ }
410
+
411
+ .e-dialog .e-img-uploadwrap .e-droptext {
412
+ border: dashed 2px $rte-upload-drag-border-clr;
413
+ border-radius: 4px;
414
+ color: $rte-drop-text-clr;
415
+ display: block;
416
+ font-family: $rte-font-family;
417
+ font-size: 14px;
418
+ height: 185px;
419
+ margin: 0 auto;
420
+ text-align: center;
421
+ width: 300px;
422
+ }
423
+
424
+ .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext {
425
+ margin: 0 auto;
426
+ width: 250px;
427
+ }
428
+
429
+ .e-linkheader {
430
+ color: $rte-img-header-clr;
431
+ }
432
+
433
+ .e-rte-img-popup.e-popup {
434
+ background: $rte-full-screen-bg;
435
+ border: $rte-img-popup-border;
436
+ box-shadow: $rte-img-popup-box-shadow;
437
+ color: $rte-img-popup-color;
438
+ padding: 10px;
439
+ }
440
+
441
+ .e-rte-content .e-content img:not(.e-resize) {
442
+ z-index: 1000;
443
+ }
444
+
445
+ span.e-rte-imageboxmark {
446
+ background: $rte-img-resize-back-color;
447
+ border: 1px solid $rte-img-resize-color;
448
+ display: block;
449
+ height: 10px;
450
+ position: absolute;
451
+ width: 10px;
452
+ z-index: 1000;
453
+ }
454
+
455
+ .e-mob-rte span.e-rte-imageboxmark {
456
+ background: $rte-img-resize-color;
457
+ border: 1px solid $rte-img-resize-back-color;
458
+ border-radius: 15px;
459
+ height: 20px;
460
+ width: 20px;
461
+ }
462
+
463
+ .e-mob-rte.e-mob-span span.e-rte-imageboxmark {
464
+ background: $rte-img-resize-back-color;
465
+ border: 1px solid $rte-img-resize-color;
466
+ }
467
+
468
+ .e-rte-content .e-content img.e-resize {
469
+ z-index: 1000;
470
+ }
471
+
472
+ #{if(&, '&', '*')}.e-disabled {
473
+ user-select: none;.e-rte-toolbar .e-toolbar-item {
474
+ cursor: default;& .e-tbar-btn.e-icon-btn,
475
+ & .e-dropdown-btn.e-btn ,
476
+ & .e-colorpicker-wrapper .e-btn {
477
+ &:hover ,
478
+ &:active ,
479
+ &:focus {
480
+ background: transparent;
481
+ cursor: default;
482
+ }
483
+ }
484
+ }
485
+ }
486
+
487
+ .e-dropdown-popup {
488
+ & ul {
489
+ & .e-item.e-active {
490
+ background-color: $rte-dropdown-selection-bgcolor;
491
+ color: $rte-dropdown-selection-color;
492
+ }
493
+ }
494
+ }
495
+
496
+ .e-popup-overlay {
497
+ background-color: $rte-overlay-color;
498
+ }
499
+
500
+ .e-rte-toolbar.e-extended-toolbar .e-toolbar-item.e-overlay .e-dropdown-btn {
501
+ color: $rte-ext-tbar-overlay-dropdown-color;
502
+ }
503
+
504
+ .e-rte-table-popup.e-popup.e-popup-open {
505
+ background-color: $rte-content-bg;
506
+ color: $rte-item-color;
507
+ }
508
+
509
+ @if $skin-name == 'bootstrap5' {
510
+ .e-rte-table-popup.e-popup.e-popup-open {
511
+ background-color: $rte-table-popup-bg;
512
+ }
513
+ }
514
+
515
+ .e-rte-table-popup .e-span-border {
516
+ border: 1px solid $rte-border-color;
517
+ display: block;
518
+ margin-bottom: 8px;
519
+ margin-top: 12px;
520
+ }
521
+
522
+ @if $skin-name == 'FluentUI' {
523
+ .e-rte-table-popup .e-span-border {
524
+ display: none;
525
+ }
526
+ }
527
+
528
+ .e-rte-table-popup .e-rte-popup-header {
529
+ color: $rte-table-header-color;
530
+ font-family: $rte-font-family;
531
+ font-size: 14px;
532
+ text-align: center;
533
+ }
534
+
535
+ .e-rte-table-popup.e-popup-open .e-rte-tablecell.e-default {
536
+ background-color: $rte-table-span-bg-color;
537
+ }
538
+
539
+ .e-rte-table-popup.e-popup-open .e-rte-tablecell.e-active {
540
+ background-color: $rte-table-span-active-bg-color;
541
+ border: 1px solid $rte-table-span-active-border-color;
542
+ }
543
+
544
+ .e-rte-table.e-alternate-border tbody tr:nth-child(2n+0) {
545
+ background-color: $rte-table-alternate-color;
546
+ @if $skin-name == 'highcontrast' {
547
+ color: $rte-img-popup-color;
548
+ }
549
+ }
550
+
551
+ .e-rte-table th {
552
+ background-color: $rte-table-header-bg;
553
+ }
554
+
555
+ .e-rte-table-popup.e-popup.e-popup-open {
556
+ background-color: $rte-table-popup-bg;
557
+ color: $rte-table-popup-color;
558
+ }
559
+
560
+ span.e-table-box {
561
+ background-color: $rte-table-popup-bg;
562
+ border: 1px solid $rte-table-border-color;
563
+ }
564
+
565
+ span.e-table-box.e-rbox-select {
566
+ background-color: $rte-table-border-color;
567
+ border: 1px solid $rte-table-border-color;
568
+ }
569
+
570
+ .e-table-rhelper {
571
+ background-color: $rte-table-span-active-border-color;
572
+ }
573
+
574
+ .e-rte-dialog-upload.e-upload.e-lib.e-keyboard {
575
+ background: $rte-content-bg;
576
+ }
577
+
578
+ .e-rte-inline-popup .e-rte-quick-toolbar.e-rte-toolbar .e-toolbar-items .e-toolbar-item {
579
+ &.e-active .e-tbar-btn .e-icons,
580
+ & .e-tbar-btn:active .e-icons,
581
+ & .e-tbar-btn:focus .e-icons,
582
+ & .e-tbar-btn:hover .e-icons {
583
+ color: $rte-quick-item-active-font-color;
584
+ }
585
+ }
586
+
587
+ @if $skin-name == 'tailwind' {
588
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-extended {
589
+ background: $rte-extended-toolbar-background;
590
+ }
591
+
592
+ .e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons {
593
+ color: $rte-icons-color;
594
+ }
595
+
596
+ .e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
597
+ border-radius: 4px;
598
+ }
599
+
600
+ .e-richtexteditor .e-toolbar .e-tbar-btn {
601
+ border-bottom: 1px solid $transparent;
602
+ border-top: 1px solid $transparent;
603
+ }
604
+
605
+ .e-richtexteditor .e-toolbar .e-tbar-btn:hover {
606
+ background: $rte-tb-hover-bg-color;
607
+ border: 1px solid $rte-quick-item-hover-border-color;
608
+ }
609
+
610
+ .e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
611
+ background: $rte-tb-hover-bg-color;
612
+ border: 1px solid $rte-quick-item-hover-border-color;
613
+ }
614
+ }
615
+
616
+ @if $skin-name == 'bootstrap5' {
617
+ .e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active {
618
+ background: $rte-tb-item-active-bg;
619
+ border-radius: 4px;
620
+ }
621
+
622
+ .e-richtexteditor .e-toolbar .e-insert-table-btn.e-btn:hover .e-icons {
623
+ color: $rte-tb-hover-font-color;
624
+ }
625
+ }
626
+
627
+ // Blazor styles start
628
+ .e-richtexteditor.e-rte-tb-expand .e-rte-content-border {
629
+ border-bottom: 0;
630
+ }
631
+
632
+ @if $skin-name == 'bootstrap5' or $skin-name == 'tailwind' {
633
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:active .e-icons,
634
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:active .e-rte-dropdown-btn-text,
635
+ .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:focus .e-rte-dropdown-btn-text,
636
+ .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-icon-button:focus .e-icons {
637
+ color: $rte-quick-item-active-font-color;
638
+ }
639
+ }
640
+ // Blazor styles end
641
+ }
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';
@@ -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';