@syncfusion/ej2-angular-richtexteditor 21.2.10 → 22.1.34-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.
- package/@syncfusion/ej2-angular-richtexteditor.es5.js +339 -0
- package/@syncfusion/ej2-angular-richtexteditor.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-richtexteditor.js +320 -0
- package/@syncfusion/ej2-angular-richtexteditor.js.map +1 -0
- package/CHANGELOG.md +1338 -0
- package/dist/ej2-angular-richtexteditor.umd.js +821 -0
- package/dist/ej2-angular-richtexteditor.umd.js.map +1 -0
- package/dist/ej2-angular-richtexteditor.umd.min.js +11 -0
- package/dist/ej2-angular-richtexteditor.umd.min.js.map +1 -0
- package/ej2-angular-richtexteditor.d.ts +5 -0
- package/ej2-angular-richtexteditor.metadata.json +1 -0
- package/license +10 -0
- package/package.json +15 -29
- package/postinstall/tagchange.js +18 -0
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/index.d.ts +1 -1
- package/src/rich-text-editor/richtexteditor-all.module.d.ts +1 -6
- package/src/rich-text-editor/richtexteditor.component.d.ts +1 -3
- package/src/rich-text-editor/richtexteditor.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +299 -137
- package/styles/bootstrap.css +305 -140
- package/styles/bootstrap4.css +304 -133
- package/styles/bootstrap5-dark.css +310 -165
- package/styles/bootstrap5.css +310 -165
- package/styles/fabric-dark.css +297 -136
- package/styles/fabric.css +294 -133
- package/styles/fluent-dark.css +311 -170
- package/styles/fluent.css +311 -170
- package/styles/highcontrast-light.css +289 -128
- package/styles/highcontrast.css +296 -135
- package/styles/material-dark.css +295 -129
- package/styles/material.css +300 -134
- package/styles/material3-dark.css +3082 -0
- package/styles/material3-dark.scss +2 -0
- package/styles/material3.css +3138 -0
- package/styles/material3.scss +2 -0
- package/styles/rich-text-editor/bootstrap-dark.css +299 -137
- package/styles/rich-text-editor/bootstrap-dark.scss +1 -4
- package/styles/rich-text-editor/bootstrap.css +305 -140
- package/styles/rich-text-editor/bootstrap.scss +1 -4
- package/styles/rich-text-editor/bootstrap4.css +304 -133
- package/styles/rich-text-editor/bootstrap4.scss +1 -4
- package/styles/rich-text-editor/bootstrap5-dark.css +310 -165
- package/styles/rich-text-editor/bootstrap5-dark.scss +1 -4
- package/styles/rich-text-editor/bootstrap5.css +310 -165
- package/styles/rich-text-editor/bootstrap5.scss +1 -4
- package/styles/rich-text-editor/fabric-dark.css +297 -136
- package/styles/rich-text-editor/fabric-dark.scss +1 -4
- package/styles/rich-text-editor/fabric.css +294 -133
- package/styles/rich-text-editor/fabric.scss +1 -4
- package/styles/rich-text-editor/fluent-dark.css +311 -170
- package/styles/rich-text-editor/fluent-dark.scss +1 -4
- package/styles/rich-text-editor/fluent.css +311 -170
- package/styles/rich-text-editor/fluent.scss +1 -4
- package/styles/rich-text-editor/highcontrast-light.css +289 -128
- package/styles/rich-text-editor/highcontrast-light.scss +1 -4
- package/styles/rich-text-editor/highcontrast.css +296 -135
- package/styles/rich-text-editor/highcontrast.scss +1 -4
- package/styles/rich-text-editor/material-dark.css +295 -129
- package/styles/rich-text-editor/material-dark.scss +1 -4
- package/styles/rich-text-editor/material.css +300 -134
- package/styles/rich-text-editor/material.scss +1 -4
- package/styles/rich-text-editor/material3-dark.css +3082 -0
- package/styles/rich-text-editor/material3-dark.scss +2 -0
- package/styles/rich-text-editor/material3.css +3138 -0
- package/styles/rich-text-editor/material3.scss +2 -0
- package/styles/rich-text-editor/tailwind-dark.css +313 -157
- package/styles/rich-text-editor/tailwind-dark.scss +1 -4
- package/styles/rich-text-editor/tailwind.css +313 -157
- package/styles/rich-text-editor/tailwind.scss +1 -4
- package/styles/tailwind-dark.css +313 -157
- package/styles/tailwind.css +313 -157
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/index.mjs +0 -5
- package/esm2020/src/rich-text-editor/richtexteditor-all.module.mjs +0 -68
- package/esm2020/src/rich-text-editor/richtexteditor.component.mjs +0 -189
- package/esm2020/src/rich-text-editor/richtexteditor.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-richtexteditor.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs +0 -282
- package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs +0 -282
- package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs.map +0 -1
- package/styles/_all.scss +0 -1
- package/styles/rich-text-editor/_all.scss +0 -2
- package/styles/rich-text-editor/_bootstrap-dark-definition.scss +0 -235
- package/styles/rich-text-editor/_bootstrap-definition.scss +0 -290
- package/styles/rich-text-editor/_bootstrap4-definition.scss +0 -417
- package/styles/rich-text-editor/_bootstrap5-dark-definition.scss +0 -1
- package/styles/rich-text-editor/_bootstrap5-definition.scss +0 -219
- package/styles/rich-text-editor/_fabric-dark-definition.scss +0 -216
- package/styles/rich-text-editor/_fabric-definition.scss +0 -214
- package/styles/rich-text-editor/_fluent-dark-definition.scss +0 -1
- package/styles/rich-text-editor/_fluent-definition.scss +0 -222
- package/styles/rich-text-editor/_fusionnew-definition.scss +0 -219
- package/styles/rich-text-editor/_highcontrast-definition.scss +0 -214
- package/styles/rich-text-editor/_highcontrast-light-definition.scss +0 -214
- package/styles/rich-text-editor/_layout.scss +0 -1860
- package/styles/rich-text-editor/_material-dark-definition.scss +0 -219
- package/styles/rich-text-editor/_material-definition.scss +0 -216
- package/styles/rich-text-editor/_tailwind-dark-definition.scss +0 -1
- package/styles/rich-text-editor/_tailwind-definition.scss +0 -217
- package/styles/rich-text-editor/_theme.scss +0 -753
- package/styles/rich-text-editor/icons/_bootstrap-dark.scss +0 -349
- package/styles/rich-text-editor/icons/_bootstrap.scss +0 -349
- package/styles/rich-text-editor/icons/_bootstrap4.scss +0 -349
- package/styles/rich-text-editor/icons/_bootstrap5-dark.scss +0 -1
- package/styles/rich-text-editor/icons/_bootstrap5.scss +0 -348
- package/styles/rich-text-editor/icons/_fabric-dark.scss +0 -349
- package/styles/rich-text-editor/icons/_fabric.scss +0 -349
- package/styles/rich-text-editor/icons/_fluent-dark.scss +0 -1
- package/styles/rich-text-editor/icons/_fluent.scss +0 -348
- package/styles/rich-text-editor/icons/_fusionnew.scss +0 -348
- package/styles/rich-text-editor/icons/_highcontrast-light.scss +0 -349
- package/styles/rich-text-editor/icons/_highcontrast.scss +0 -349
- package/styles/rich-text-editor/icons/_material-dark.scss +0 -349
- package/styles/rich-text-editor/icons/_material.scss +0 -349
- package/styles/rich-text-editor/icons/_material3.scss +0 -348
- package/styles/rich-text-editor/icons/_tailwind-dark.scss +0 -1
- package/styles/rich-text-editor/icons/_tailwind.scss +0 -348
- package/syncfusion-ej2-angular-richtexteditor.d.ts +0 -5
|
@@ -1,349 +0,0 @@
|
|
|
1
|
-
/*! component's theme wise override definitions and variables */
|
|
2
|
-
|
|
3
|
-
@include export-module('richtexteditor-bootstrap4-icons') {
|
|
4
|
-
|
|
5
|
-
/*! richtexteditor icons */
|
|
6
|
-
|
|
7
|
-
.e-rte-toolbar,
|
|
8
|
-
.e-rte-dropdown-popup {
|
|
9
|
-
|
|
10
|
-
.e-alignments::before {
|
|
11
|
-
content: '\e76f';
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.e-justify-left::before {
|
|
15
|
-
content: '\e76f';
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.e-justify-center::before {
|
|
19
|
-
content: '\e732';
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.e-justify-right::before {
|
|
23
|
-
content: '\e746';
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.e-justify-full::before {
|
|
27
|
-
content: '\e79b';
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.e-font-name::before {
|
|
31
|
-
content: '\e74b';
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.e-rte-font-color::before {
|
|
35
|
-
content: '\e80e';
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.e-background-color::before {
|
|
39
|
-
content: '\e754';
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.e-bold::before {
|
|
43
|
-
content: '\e78b';
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.e-italic::before {
|
|
47
|
-
content: '\e78e';
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.e-underline::before {
|
|
51
|
-
content: '\e792';
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.e-strike-through::before {
|
|
55
|
-
content: '\e786';
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.e-clear-format::before {
|
|
59
|
-
content: '\e80c';
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.e-clear-all::before {
|
|
63
|
-
content: '\e703';
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
.e-cut::before {
|
|
67
|
-
content: '\e73f';
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
.e-copy::before {
|
|
71
|
-
content: '\e77b';
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
.e-paste::before {
|
|
75
|
-
content: '\e739';
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.e-unorder-list::before {
|
|
79
|
-
content: '\e72a';
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
.e-order-list::before {
|
|
83
|
-
content: '\e72c';
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.e-indent::before {
|
|
87
|
-
content: '\e702';
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
.e-outdent::before {
|
|
91
|
-
content: '\e722';
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
.e-undo::before {
|
|
95
|
-
content: '\e752';
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.e-redo::before {
|
|
99
|
-
content: '\e778';
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.e-super-script::before {
|
|
103
|
-
content: '\e779';
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
.e-sub-script::before {
|
|
107
|
-
content: '\e707';
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
.e-create-link::before {
|
|
111
|
-
content: '\e72e';
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
.e-open-link::before {
|
|
115
|
-
content: '\e785';
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
.e-edit-link::before {
|
|
119
|
-
content: '\e78f';
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
.e-remove-link::before {
|
|
123
|
-
content: '\e794';
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
.e-image::before {
|
|
127
|
-
content: '\e776';
|
|
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: '\e80d';
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
.e-align::before {
|
|
145
|
-
content: '\e76f';
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
.e-caption::before {
|
|
149
|
-
content: '\e795';
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
.e-remove::before,
|
|
153
|
-
.e-audio-remove::before,
|
|
154
|
-
.e-video-remove::before {
|
|
155
|
-
content: '\e773';
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
.e-insert-link::before {
|
|
159
|
-
content: '\e72e';
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
.e-display::before,
|
|
163
|
-
.e-audio-display::before,
|
|
164
|
-
.e-video-display::before {
|
|
165
|
-
content: '\e788';
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
.e-alt-text::before {
|
|
169
|
-
content: '\e80b';
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
.e-img-dimension::before,
|
|
173
|
-
.e-video-dimension::before {
|
|
174
|
-
content: '\e791';
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
.e-maximize::before {
|
|
178
|
-
content: '\e771';
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
.e-minimize::before {
|
|
182
|
-
content: '\e723';
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
.e-zoom-in::before {
|
|
186
|
-
content: '\e70a';
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
.e-zoom-out::before {
|
|
190
|
-
content: '\e74a';
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
.e-lower-case::before {
|
|
194
|
-
content: '\e789';
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
.e-upper-case::before {
|
|
198
|
-
content: '\e78a';
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
.e-print::before {
|
|
202
|
-
content: '\e743';
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
.e-formats::before {
|
|
206
|
-
content: '\e720';
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
.e-source-code::before {
|
|
210
|
-
content: '\e790';
|
|
211
|
-
}
|
|
212
|
-
|
|
213
|
-
.e-preview::before {
|
|
214
|
-
content: '\e787';
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
.e-view-side::before {
|
|
218
|
-
content: '\e796';
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
.e-insert-code::before {
|
|
222
|
-
content: '\e793';
|
|
223
|
-
}
|
|
224
|
-
|
|
225
|
-
.e-table-header::before {
|
|
226
|
-
content: '\e80a';
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
.e-table-remove::before {
|
|
230
|
-
content: '\e773';
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
.e-table-rows::before {
|
|
234
|
-
content: '\e75c';
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
.e-table-columns::before {
|
|
238
|
-
content: '\e782';
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
.e-table-cell-ver-align::before {
|
|
242
|
-
content: '\e706';
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
.e-table-edit-properties::before {
|
|
246
|
-
content: '\e78f';
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
.e-create-table::before {
|
|
250
|
-
content: '\e763';
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
.e-align-bottom::before {
|
|
254
|
-
content: '\e726';
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
.e-align-middle::before {
|
|
258
|
-
content: '\e706';
|
|
259
|
-
}
|
|
260
|
-
|
|
261
|
-
.e-align-top::before {
|
|
262
|
-
content: '\e709';
|
|
263
|
-
}
|
|
264
|
-
|
|
265
|
-
.e-insert-column-left::before {
|
|
266
|
-
content: '\e737';
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
.e-insert-column-right::before {
|
|
270
|
-
content: '\e70e';
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
.e-delete-column::before {
|
|
274
|
-
content: '\e719';
|
|
275
|
-
}
|
|
276
|
-
|
|
277
|
-
.e-insert-row-before::before {
|
|
278
|
-
content: '\e783';
|
|
279
|
-
}
|
|
280
|
-
|
|
281
|
-
.e-insert-row-after::before {
|
|
282
|
-
content: '\e736';
|
|
283
|
-
}
|
|
284
|
-
|
|
285
|
-
.e-delete-row::before {
|
|
286
|
-
content: '\e738';
|
|
287
|
-
}
|
|
288
|
-
|
|
289
|
-
.e-style::before {
|
|
290
|
-
content: '\e71a';
|
|
291
|
-
}
|
|
292
|
-
|
|
293
|
-
.e-rte-file-manager::before {
|
|
294
|
-
content: '\e70f';
|
|
295
|
-
}
|
|
296
|
-
|
|
297
|
-
.e-rte-format-painter::before {
|
|
298
|
-
content: '\e979';
|
|
299
|
-
}
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
.e-richtexteditor {
|
|
303
|
-
.e-south-east::before,
|
|
304
|
-
.e-south-west::before {
|
|
305
|
-
content: '\e7cf';
|
|
306
|
-
}
|
|
307
|
-
}
|
|
308
|
-
|
|
309
|
-
.e-rtl {
|
|
310
|
-
.e-rte-toolbar,
|
|
311
|
-
.e-rte-dropdown-popup {
|
|
312
|
-
.e-unorder-list::before {
|
|
313
|
-
content: '\e980';
|
|
314
|
-
}
|
|
315
|
-
|
|
316
|
-
.e-order-list::before {
|
|
317
|
-
content: '\e981';
|
|
318
|
-
}
|
|
319
|
-
|
|
320
|
-
.e-indent::before {
|
|
321
|
-
content: '\e982';
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
.e-outdent::before {
|
|
325
|
-
content: '\e983';
|
|
326
|
-
}
|
|
327
|
-
}
|
|
328
|
-
}
|
|
329
|
-
|
|
330
|
-
.e-cell-merge::before {
|
|
331
|
-
content: '\e89a';
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
.e-cell-horizontal-split::before {
|
|
335
|
-
content: '\e89b';
|
|
336
|
-
}
|
|
337
|
-
|
|
338
|
-
.e-cell-vertical-split::before {
|
|
339
|
-
content: '\e89d';
|
|
340
|
-
}
|
|
341
|
-
|
|
342
|
-
.e-table-cell::before {
|
|
343
|
-
content: '\e89c';
|
|
344
|
-
}
|
|
345
|
-
|
|
346
|
-
.e-rte-cursor-brush {
|
|
347
|
-
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;
|
|
348
|
-
}
|
|
349
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import './bootstrap5.scss';
|
|
@@ -1,348 +0,0 @@
|
|
|
1
|
-
/*! component's theme wise override definitions and variables */
|
|
2
|
-
@include export-module('richtexteditor-material-icons') {
|
|
3
|
-
|
|
4
|
-
/*! richtexteditor icons */
|
|
5
|
-
|
|
6
|
-
.e-rte-toolbar,
|
|
7
|
-
.e-rte-dropdown-popup {
|
|
8
|
-
|
|
9
|
-
.e-alignments::before {
|
|
10
|
-
content: '\e7b8';
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.e-justify-left::before {
|
|
14
|
-
content: '\e7b8';
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.e-justify-center::before {
|
|
18
|
-
content: '\e813';
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.e-justify-right::before {
|
|
22
|
-
content: '\e719';
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.e-justify-full::before {
|
|
26
|
-
content: '\e721';
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.e-font-name::before {
|
|
30
|
-
content: '\e76f';
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.e-rte-font-color::before {
|
|
34
|
-
content: '\e79f';
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.e-background-color::before {
|
|
38
|
-
content: '\e783';
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.e-bold::before {
|
|
42
|
-
content: '\e737';
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.e-italic::before {
|
|
46
|
-
content: '\e75a';
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.e-underline::before {
|
|
50
|
-
content: '\e82f';
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
.e-strike-through::before {
|
|
54
|
-
content: '\e758';
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.e-clear-format::before {
|
|
58
|
-
content: '\e803';
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.e-clear-all::before {
|
|
62
|
-
content: '\e7cc';
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.e-cut::before {
|
|
66
|
-
content: '\e7fb';
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
.e-copy::before {
|
|
70
|
-
content: '\e77c';
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
.e-paste::before {
|
|
74
|
-
content: '\e70b';
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.e-unorder-list::before {
|
|
78
|
-
content: '\e77e';
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
.e-order-list::before {
|
|
82
|
-
content: '\e7cb';
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
.e-indent::before {
|
|
86
|
-
content: '\e810';
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
.e-outdent::before {
|
|
90
|
-
content: '\e72a';
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
.e-undo::before {
|
|
94
|
-
content: '\e713';
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
.e-redo::before {
|
|
98
|
-
content: '\e755';
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
.e-super-script::before {
|
|
102
|
-
content: '\e7a7';
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
.e-sub-script::before {
|
|
106
|
-
content: '\e80a';
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
.e-create-link::before {
|
|
110
|
-
content: '\e757';
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
.e-open-link::before {
|
|
114
|
-
content: '\e77a';
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
.e-edit-link::before {
|
|
118
|
-
content: '\e722';
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
.e-remove-link::before {
|
|
122
|
-
content: '\e80c';
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
.e-image::before {
|
|
126
|
-
content: '\e786';
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
.e-audio::before {
|
|
130
|
-
content: '\e894';
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
.e-video::before {
|
|
134
|
-
content: '\e895';
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
.e-replace::before,
|
|
138
|
-
.e-audio-replace::before,
|
|
139
|
-
.e-video-replace::before {
|
|
140
|
-
content: '\e710';
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
.e-align::before {
|
|
144
|
-
content: '\e7b8';
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
.e-caption::before {
|
|
148
|
-
content: '\e82e';
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
.e-remove::before,
|
|
152
|
-
.e-audio-remove::before,
|
|
153
|
-
.e-video-remove::before {
|
|
154
|
-
content: '\e820';
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
.e-insert-link::before {
|
|
158
|
-
content: '\e757';
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
.e-display::before,
|
|
162
|
-
.e-audio-display::before,
|
|
163
|
-
.e-video-display::before {
|
|
164
|
-
content: '\e7b7';
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
.e-alt-text::before {
|
|
168
|
-
content: '\e769';
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
.e-img-dimension::before,
|
|
172
|
-
.e-video-dimension::before {
|
|
173
|
-
content: '\e879';
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
.e-maximize::before {
|
|
177
|
-
content: '\e81c';
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
.e-minimize::before {
|
|
181
|
-
content: '\e7b0';
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
.e-zoom-in::before {
|
|
185
|
-
content: '\e795';
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
.e-zoom-out::before {
|
|
189
|
-
content: '\e825';
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
.e-lower-case::before {
|
|
193
|
-
content: '\e746';
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
.e-upper-case::before {
|
|
197
|
-
content: '\e793';
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
.e-print::before {
|
|
201
|
-
content: '\e75d';
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
.e-formats::before {
|
|
205
|
-
content: '\e844';
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
.e-source-code::before {
|
|
209
|
-
content: '\e80e';
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
.e-preview::before {
|
|
213
|
-
content: '\e7de';
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
.e-view-side::before {
|
|
217
|
-
content: '\e82b';
|
|
218
|
-
}
|
|
219
|
-
|
|
220
|
-
.e-insert-code::before {
|
|
221
|
-
content: '\e831';
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
.e-table-header::before {
|
|
225
|
-
content: '\e7c3';
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
.e-table-remove::before {
|
|
229
|
-
content: '\e820';
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
.e-table-rows::before {
|
|
233
|
-
content: '\e77f';
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
.e-table-columns::before {
|
|
237
|
-
content: '\e841';
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
.e-table-cell-ver-align::before {
|
|
241
|
-
content: '\e74f';
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
.e-table-edit-properties::before {
|
|
245
|
-
content: '\e730';
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
.e-create-table::before {
|
|
249
|
-
content: '\e7e9';
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
.e-align-bottom::before {
|
|
253
|
-
content: '\e7a0';
|
|
254
|
-
}
|
|
255
|
-
|
|
256
|
-
.e-align-middle::before {
|
|
257
|
-
content: '\e74f';
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
.e-align-top::before {
|
|
261
|
-
content: '\e707';
|
|
262
|
-
}
|
|
263
|
-
|
|
264
|
-
.e-insert-column-left::before {
|
|
265
|
-
content: '\e78b';
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
.e-insert-column-right::before {
|
|
269
|
-
content: '\e70e';
|
|
270
|
-
}
|
|
271
|
-
|
|
272
|
-
.e-delete-column::before {
|
|
273
|
-
content: '\e714';
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
.e-insert-row-before::before {
|
|
277
|
-
content: '\e836';
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
.e-insert-row-after::before {
|
|
281
|
-
content: '\e801';
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
.e-delete-row::before {
|
|
285
|
-
content: '\e7f2';
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
.e-style::before {
|
|
289
|
-
content: '\e76e';
|
|
290
|
-
}
|
|
291
|
-
|
|
292
|
-
.e-rte-file-manager::before {
|
|
293
|
-
content: '\e83c';
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
.e-rte-format-painter::before {
|
|
297
|
-
content: '\e8bd';
|
|
298
|
-
}
|
|
299
|
-
}
|
|
300
|
-
|
|
301
|
-
.e-richtexteditor {
|
|
302
|
-
.e-south-east::before,
|
|
303
|
-
.e-south-west::before {
|
|
304
|
-
content: '\e761';
|
|
305
|
-
}
|
|
306
|
-
}
|
|
307
|
-
|
|
308
|
-
.e-rtl {
|
|
309
|
-
.e-rte-toolbar,
|
|
310
|
-
.e-rte-dropdown-popup {
|
|
311
|
-
.e-unorder-list::before {
|
|
312
|
-
content: '\e8c4';
|
|
313
|
-
}
|
|
314
|
-
|
|
315
|
-
.e-order-list::before {
|
|
316
|
-
content: '\e8c5';
|
|
317
|
-
}
|
|
318
|
-
|
|
319
|
-
.e-indent::before {
|
|
320
|
-
content: '\e8c6';
|
|
321
|
-
}
|
|
322
|
-
|
|
323
|
-
.e-outdent::before {
|
|
324
|
-
content: '\e8c7';
|
|
325
|
-
}
|
|
326
|
-
}
|
|
327
|
-
}
|
|
328
|
-
|
|
329
|
-
.e-cell-merge::before {
|
|
330
|
-
content: '\e83a';
|
|
331
|
-
}
|
|
332
|
-
|
|
333
|
-
.e-cell-horizontal-split::before {
|
|
334
|
-
content: '\e7a4';
|
|
335
|
-
}
|
|
336
|
-
|
|
337
|
-
.e-cell-vertical-split::before {
|
|
338
|
-
content: '\e732';
|
|
339
|
-
}
|
|
340
|
-
|
|
341
|
-
.e-table-cell::before {
|
|
342
|
-
content: '\e7c2';
|
|
343
|
-
}
|
|
344
|
-
|
|
345
|
-
.e-rte-cursor-brush {
|
|
346
|
-
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="M8.9995 3C8.9995 1.34315 10.3426 0 11.9995 0C13.6564 0 14.9995 1.34315 14.9995 3V8H17.9995C19.6564 8 20.9995 9.34315 20.9995 11V21C20.9995 22.6569 19.6564 24 17.9995 24H5.39593C3.51419 24 2.13195 22.3035 2.40063 20.4885C2.70116 18.4583 2.85091 16.8264 2.92551 15.7066C2.9628 15.1467 2.9813 14.7151 2.99048 14.4258C2.99507 14.2812 2.99732 14.1723 2.99843 14.1007C2.99899 14.0649 2.99925 14.0385 2.99938 14.0216L2.99949 14.0035L2.9995 14V11C2.9995 9.34315 4.34265 8 5.9995 8H8.9995V3ZM10.9995 8H12.9995V3C12.9995 2.44772 12.5518 2 11.9995 2C11.4472 2 10.9995 2.44772 10.9995 3V8ZM4.9995 13H18.9995V11C18.9995 10.4477 18.5518 10 17.9995 10H5.9995C5.44722 10 4.9995 10.4477 4.9995 11V13ZM18.9995 15H4.96914C4.95785 15.2397 4.94235 15.5203 4.92108 15.8395C4.84327 17.0075 4.6882 18.6931 4.37907 20.7813C4.28231 21.435 4.78205 22 5.39593 22H6.77987L18.9995 16.3602V15ZM18.9995 18.5629L11.5525 22H17.9995C18.5518 22 18.9995 21.5523 18.9995 21V18.5629Z" fill="black"/><path d="M4.96914 15H18.9995V16.3602L6.77987 22H5.39593C4.78205 22 4.28231 21.435 4.37907 20.7813C4.6882 18.6931 4.84327 17.0075 4.92108 15.8395C4.94235 15.5203 4.95785 15.2397 4.96914 15Z" fill="white"/><path d="M18.9995 13H4.9995V11C4.9995 10.4477 5.44722 10 5.9995 10H17.9995C18.5518 10 18.9995 10.4477 18.9995 11V13Z" fill="white"/><path d="M11.5525 22L18.9995 18.5629V21C18.9995 21.5523 18.5518 22 17.9995 22H11.5525Z" fill="white"/><path d="M12.9995 8H10.9995V3C10.9995 2.44772 11.4472 2 11.9995 2C12.5518 2 12.9995 2.44772 12.9995 3V8Z" fill="white"/></svg>'), text;
|
|
347
|
-
}
|
|
348
|
-
}
|