@syncfusion/ej2-angular-richtexteditor 21.2.5 → 21.2.6-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 +330 -0
- package/@syncfusion/ej2-angular-richtexteditor.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-richtexteditor.js +311 -0
- package/@syncfusion/ej2-angular-richtexteditor.js.map +1 -0
- package/CHANGELOG.md +1298 -0
- package/dist/ej2-angular-richtexteditor.umd.js +806 -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/package.json +13 -27
- 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/rich-text-editor/richtexteditor-all.module.d.ts +0 -6
- package/src/rich-text-editor/richtexteditor.component.d.ts +0 -3
- package/src/rich-text-editor/richtexteditor.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +17 -0
- package/styles/bootstrap.css +17 -0
- package/styles/bootstrap4.css +17 -0
- package/styles/bootstrap5-dark.css +17 -0
- package/styles/bootstrap5.css +17 -0
- package/styles/fabric-dark.css +17 -0
- package/styles/fabric.css +17 -0
- package/styles/fluent-dark.css +17 -0
- package/styles/fluent.css +17 -0
- package/styles/highcontrast-light.css +17 -0
- package/styles/highcontrast.css +17 -0
- package/styles/material-dark.css +17 -0
- package/styles/material.css +17 -0
- package/styles/rich-text-editor/bootstrap-dark.css +17 -0
- package/styles/rich-text-editor/bootstrap-dark.scss +1 -4
- package/styles/rich-text-editor/bootstrap.css +17 -0
- package/styles/rich-text-editor/bootstrap.scss +1 -4
- package/styles/rich-text-editor/bootstrap4.css +17 -0
- package/styles/rich-text-editor/bootstrap4.scss +1 -4
- package/styles/rich-text-editor/bootstrap5-dark.css +17 -0
- package/styles/rich-text-editor/bootstrap5-dark.scss +1 -4
- package/styles/rich-text-editor/bootstrap5.css +17 -0
- package/styles/rich-text-editor/bootstrap5.scss +1 -4
- package/styles/rich-text-editor/fabric-dark.css +17 -0
- package/styles/rich-text-editor/fabric-dark.scss +1 -4
- package/styles/rich-text-editor/fabric.css +17 -0
- package/styles/rich-text-editor/fabric.scss +1 -4
- package/styles/rich-text-editor/fluent-dark.css +17 -0
- package/styles/rich-text-editor/fluent-dark.scss +1 -4
- package/styles/rich-text-editor/fluent.css +17 -0
- package/styles/rich-text-editor/fluent.scss +1 -4
- package/styles/rich-text-editor/highcontrast-light.css +17 -0
- package/styles/rich-text-editor/highcontrast-light.scss +1 -4
- package/styles/rich-text-editor/highcontrast.css +17 -0
- package/styles/rich-text-editor/highcontrast.scss +1 -4
- package/styles/rich-text-editor/material-dark.css +17 -0
- package/styles/rich-text-editor/material-dark.scss +1 -4
- package/styles/rich-text-editor/material.css +17 -0
- package/styles/rich-text-editor/material.scss +1 -4
- package/styles/rich-text-editor/tailwind-dark.css +17 -0
- package/styles/rich-text-editor/tailwind-dark.scss +1 -4
- package/styles/rich-text-editor/tailwind.css +17 -0
- package/styles/rich-text-editor/tailwind.scss +1 -4
- package/styles/tailwind-dark.css +17 -0
- package/styles/tailwind.css +17 -0
- 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 -1865
- 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 -328
- package/styles/rich-text-editor/icons/_bootstrap.scss +0 -328
- package/styles/rich-text-editor/icons/_bootstrap4.scss +0 -328
- package/styles/rich-text-editor/icons/_bootstrap5-dark.scss +0 -1
- package/styles/rich-text-editor/icons/_bootstrap5.scss +0 -327
- package/styles/rich-text-editor/icons/_fabric-dark.scss +0 -328
- package/styles/rich-text-editor/icons/_fabric.scss +0 -328
- package/styles/rich-text-editor/icons/_fluent-dark.scss +0 -1
- package/styles/rich-text-editor/icons/_fluent.scss +0 -327
- package/styles/rich-text-editor/icons/_fusionnew.scss +0 -327
- package/styles/rich-text-editor/icons/_highcontrast-light.scss +0 -328
- package/styles/rich-text-editor/icons/_highcontrast.scss +0 -328
- package/styles/rich-text-editor/icons/_material-dark.scss +0 -328
- package/styles/rich-text-editor/icons/_material.scss +0 -328
- package/styles/rich-text-editor/icons/_material3.scss +0 -327
- package/styles/rich-text-editor/icons/_tailwind-dark.scss +0 -1
- package/styles/rich-text-editor/icons/_tailwind.scss +0 -327
- package/syncfusion-ej2-angular-richtexteditor.d.ts +0 -5
package/styles/fluent.css
CHANGED
|
@@ -304,6 +304,23 @@
|
|
|
304
304
|
content: "\e761";
|
|
305
305
|
}
|
|
306
306
|
|
|
307
|
+
.e-rtl .e-rte-toolbar .e-unorder-list::before,
|
|
308
|
+
.e-rtl .e-rte-dropdown-popup .e-unorder-list::before {
|
|
309
|
+
content: "\e8c4";
|
|
310
|
+
}
|
|
311
|
+
.e-rtl .e-rte-toolbar .e-order-list::before,
|
|
312
|
+
.e-rtl .e-rte-dropdown-popup .e-order-list::before {
|
|
313
|
+
content: "\e8c5";
|
|
314
|
+
}
|
|
315
|
+
.e-rtl .e-rte-toolbar .e-indent::before,
|
|
316
|
+
.e-rtl .e-rte-dropdown-popup .e-indent::before {
|
|
317
|
+
content: "\e8c6";
|
|
318
|
+
}
|
|
319
|
+
.e-rtl .e-rte-toolbar .e-outdent::before,
|
|
320
|
+
.e-rtl .e-rte-dropdown-popup .e-outdent::before {
|
|
321
|
+
content: "\e8c7";
|
|
322
|
+
}
|
|
323
|
+
|
|
307
324
|
.e-cell-merge::before {
|
|
308
325
|
content: "\e83a";
|
|
309
326
|
}
|
|
@@ -304,6 +304,23 @@
|
|
|
304
304
|
content: "\eb06";
|
|
305
305
|
}
|
|
306
306
|
|
|
307
|
+
.e-rtl .e-rte-toolbar .e-unorder-list::before,
|
|
308
|
+
.e-rtl .e-rte-dropdown-popup .e-unorder-list::before {
|
|
309
|
+
content: "\e986";
|
|
310
|
+
}
|
|
311
|
+
.e-rtl .e-rte-toolbar .e-order-list::before,
|
|
312
|
+
.e-rtl .e-rte-dropdown-popup .e-order-list::before {
|
|
313
|
+
content: "\e987";
|
|
314
|
+
}
|
|
315
|
+
.e-rtl .e-rte-toolbar .e-indent::before,
|
|
316
|
+
.e-rtl .e-rte-dropdown-popup .e-indent::before {
|
|
317
|
+
content: "\e989";
|
|
318
|
+
}
|
|
319
|
+
.e-rtl .e-rte-toolbar .e-outdent::before,
|
|
320
|
+
.e-rtl .e-rte-dropdown-popup .e-outdent::before {
|
|
321
|
+
content: "\e98a";
|
|
322
|
+
}
|
|
323
|
+
|
|
307
324
|
.e-cell-merge::before {
|
|
308
325
|
content: "\e89a";
|
|
309
326
|
}
|
package/styles/highcontrast.css
CHANGED
|
@@ -304,6 +304,23 @@
|
|
|
304
304
|
content: "\eb06";
|
|
305
305
|
}
|
|
306
306
|
|
|
307
|
+
.e-rtl .e-rte-toolbar .e-unorder-list::before,
|
|
308
|
+
.e-rtl .e-rte-dropdown-popup .e-unorder-list::before {
|
|
309
|
+
content: "\e986";
|
|
310
|
+
}
|
|
311
|
+
.e-rtl .e-rte-toolbar .e-order-list::before,
|
|
312
|
+
.e-rtl .e-rte-dropdown-popup .e-order-list::before {
|
|
313
|
+
content: "\e987";
|
|
314
|
+
}
|
|
315
|
+
.e-rtl .e-rte-toolbar .e-indent::before,
|
|
316
|
+
.e-rtl .e-rte-dropdown-popup .e-indent::before {
|
|
317
|
+
content: "\e989";
|
|
318
|
+
}
|
|
319
|
+
.e-rtl .e-rte-toolbar .e-outdent::before,
|
|
320
|
+
.e-rtl .e-rte-dropdown-popup .e-outdent::before {
|
|
321
|
+
content: "\e98a";
|
|
322
|
+
}
|
|
323
|
+
|
|
307
324
|
.e-cell-merge::before {
|
|
308
325
|
content: "\e89a";
|
|
309
326
|
}
|
package/styles/material-dark.css
CHANGED
|
@@ -305,6 +305,23 @@
|
|
|
305
305
|
content: "\eb05";
|
|
306
306
|
}
|
|
307
307
|
|
|
308
|
+
.e-rtl .e-rte-toolbar .e-unorder-list::before,
|
|
309
|
+
.e-rtl .e-rte-dropdown-popup .e-unorder-list::before {
|
|
310
|
+
content: "\e982";
|
|
311
|
+
}
|
|
312
|
+
.e-rtl .e-rte-toolbar .e-order-list::before,
|
|
313
|
+
.e-rtl .e-rte-dropdown-popup .e-order-list::before {
|
|
314
|
+
content: "\e983";
|
|
315
|
+
}
|
|
316
|
+
.e-rtl .e-rte-toolbar .e-indent::before,
|
|
317
|
+
.e-rtl .e-rte-dropdown-popup .e-indent::before {
|
|
318
|
+
content: "\e985";
|
|
319
|
+
}
|
|
320
|
+
.e-rtl .e-rte-toolbar .e-outdent::before,
|
|
321
|
+
.e-rtl .e-rte-dropdown-popup .e-outdent::before {
|
|
322
|
+
content: "\e986";
|
|
323
|
+
}
|
|
324
|
+
|
|
308
325
|
.e-cell-merge::before {
|
|
309
326
|
content: "\e89a";
|
|
310
327
|
}
|
package/styles/material.css
CHANGED
|
@@ -300,6 +300,23 @@
|
|
|
300
300
|
content: "\e97b";
|
|
301
301
|
}
|
|
302
302
|
|
|
303
|
+
.e-rtl .e-rte-toolbar .e-unorder-list::before,
|
|
304
|
+
.e-rtl .e-rte-dropdown-popup .e-unorder-list::before {
|
|
305
|
+
content: "\e982";
|
|
306
|
+
}
|
|
307
|
+
.e-rtl .e-rte-toolbar .e-order-list::before,
|
|
308
|
+
.e-rtl .e-rte-dropdown-popup .e-order-list::before {
|
|
309
|
+
content: "\e983";
|
|
310
|
+
}
|
|
311
|
+
.e-rtl .e-rte-toolbar .e-indent::before,
|
|
312
|
+
.e-rtl .e-rte-dropdown-popup .e-indent::before {
|
|
313
|
+
content: "\e985";
|
|
314
|
+
}
|
|
315
|
+
.e-rtl .e-rte-toolbar .e-outdent::before,
|
|
316
|
+
.e-rtl .e-rte-dropdown-popup .e-outdent::before {
|
|
317
|
+
content: "\e986";
|
|
318
|
+
}
|
|
319
|
+
|
|
303
320
|
.e-richtexteditor .e-south-east::before,
|
|
304
321
|
.e-richtexteditor .e-south-west::before {
|
|
305
322
|
content: "\eb05";
|
|
@@ -310,6 +310,23 @@
|
|
|
310
310
|
content: "\e98b";
|
|
311
311
|
}
|
|
312
312
|
|
|
313
|
+
.e-rtl .e-rte-toolbar .e-unorder-list::before,
|
|
314
|
+
.e-rtl .e-rte-dropdown-popup .e-unorder-list::before {
|
|
315
|
+
content: "\e997";
|
|
316
|
+
}
|
|
317
|
+
.e-rtl .e-rte-toolbar .e-order-list::before,
|
|
318
|
+
.e-rtl .e-rte-dropdown-popup .e-order-list::before {
|
|
319
|
+
content: "\e998";
|
|
320
|
+
}
|
|
321
|
+
.e-rtl .e-rte-toolbar .e-indent::before,
|
|
322
|
+
.e-rtl .e-rte-dropdown-popup .e-indent::before {
|
|
323
|
+
content: "\e999";
|
|
324
|
+
}
|
|
325
|
+
.e-rtl .e-rte-toolbar .e-outdent::before,
|
|
326
|
+
.e-rtl .e-rte-dropdown-popup .e-outdent::before {
|
|
327
|
+
content: "\e99a";
|
|
328
|
+
}
|
|
329
|
+
|
|
313
330
|
.e-richtexteditor .e-south-east::before,
|
|
314
331
|
.e-richtexteditor .e-south-west::before {
|
|
315
332
|
content: "\eb08";
|
|
@@ -451,6 +451,23 @@
|
|
|
451
451
|
content: "\e98b";
|
|
452
452
|
}
|
|
453
453
|
|
|
454
|
+
.e-rtl .e-rte-toolbar .e-unorder-list::before,
|
|
455
|
+
.e-rtl .e-rte-dropdown-popup .e-unorder-list::before {
|
|
456
|
+
content: "\e997";
|
|
457
|
+
}
|
|
458
|
+
.e-rtl .e-rte-toolbar .e-order-list::before,
|
|
459
|
+
.e-rtl .e-rte-dropdown-popup .e-order-list::before {
|
|
460
|
+
content: "\e998";
|
|
461
|
+
}
|
|
462
|
+
.e-rtl .e-rte-toolbar .e-indent::before,
|
|
463
|
+
.e-rtl .e-rte-dropdown-popup .e-indent::before {
|
|
464
|
+
content: "\e999";
|
|
465
|
+
}
|
|
466
|
+
.e-rtl .e-rte-toolbar .e-outdent::before,
|
|
467
|
+
.e-rtl .e-rte-dropdown-popup .e-outdent::before {
|
|
468
|
+
content: "\e99a";
|
|
469
|
+
}
|
|
470
|
+
|
|
454
471
|
.e-richtexteditor .e-south-east::before,
|
|
455
472
|
.e-richtexteditor .e-south-west::before {
|
|
456
473
|
content: "\eb08";
|
|
@@ -551,6 +551,23 @@
|
|
|
551
551
|
content: "\e7cf";
|
|
552
552
|
}
|
|
553
553
|
|
|
554
|
+
.e-rtl .e-rte-toolbar .e-unorder-list::before,
|
|
555
|
+
.e-rtl .e-rte-dropdown-popup .e-unorder-list::before {
|
|
556
|
+
content: "\e980";
|
|
557
|
+
}
|
|
558
|
+
.e-rtl .e-rte-toolbar .e-order-list::before,
|
|
559
|
+
.e-rtl .e-rte-dropdown-popup .e-order-list::before {
|
|
560
|
+
content: "\e981";
|
|
561
|
+
}
|
|
562
|
+
.e-rtl .e-rte-toolbar .e-indent::before,
|
|
563
|
+
.e-rtl .e-rte-dropdown-popup .e-indent::before {
|
|
564
|
+
content: "\e982";
|
|
565
|
+
}
|
|
566
|
+
.e-rtl .e-rte-toolbar .e-outdent::before,
|
|
567
|
+
.e-rtl .e-rte-dropdown-popup .e-outdent::before {
|
|
568
|
+
content: "\e983";
|
|
569
|
+
}
|
|
570
|
+
|
|
554
571
|
.e-cell-merge::before {
|
|
555
572
|
content: "\e89a";
|
|
556
573
|
}
|
|
@@ -304,6 +304,23 @@
|
|
|
304
304
|
content: "\e761";
|
|
305
305
|
}
|
|
306
306
|
|
|
307
|
+
.e-rtl .e-rte-toolbar .e-unorder-list::before,
|
|
308
|
+
.e-rtl .e-rte-dropdown-popup .e-unorder-list::before {
|
|
309
|
+
content: "\e8c4";
|
|
310
|
+
}
|
|
311
|
+
.e-rtl .e-rte-toolbar .e-order-list::before,
|
|
312
|
+
.e-rtl .e-rte-dropdown-popup .e-order-list::before {
|
|
313
|
+
content: "\e8c5";
|
|
314
|
+
}
|
|
315
|
+
.e-rtl .e-rte-toolbar .e-indent::before,
|
|
316
|
+
.e-rtl .e-rte-dropdown-popup .e-indent::before {
|
|
317
|
+
content: "\e8c6";
|
|
318
|
+
}
|
|
319
|
+
.e-rtl .e-rte-toolbar .e-outdent::before,
|
|
320
|
+
.e-rtl .e-rte-dropdown-popup .e-outdent::before {
|
|
321
|
+
content: "\e8c7";
|
|
322
|
+
}
|
|
323
|
+
|
|
307
324
|
.e-cell-merge::before {
|
|
308
325
|
content: "\e83a";
|
|
309
326
|
}
|
|
@@ -304,6 +304,23 @@
|
|
|
304
304
|
content: "\e761";
|
|
305
305
|
}
|
|
306
306
|
|
|
307
|
+
.e-rtl .e-rte-toolbar .e-unorder-list::before,
|
|
308
|
+
.e-rtl .e-rte-dropdown-popup .e-unorder-list::before {
|
|
309
|
+
content: "\e8c4";
|
|
310
|
+
}
|
|
311
|
+
.e-rtl .e-rte-toolbar .e-order-list::before,
|
|
312
|
+
.e-rtl .e-rte-dropdown-popup .e-order-list::before {
|
|
313
|
+
content: "\e8c5";
|
|
314
|
+
}
|
|
315
|
+
.e-rtl .e-rte-toolbar .e-indent::before,
|
|
316
|
+
.e-rtl .e-rte-dropdown-popup .e-indent::before {
|
|
317
|
+
content: "\e8c6";
|
|
318
|
+
}
|
|
319
|
+
.e-rtl .e-rte-toolbar .e-outdent::before,
|
|
320
|
+
.e-rtl .e-rte-dropdown-popup .e-outdent::before {
|
|
321
|
+
content: "\e8c7";
|
|
322
|
+
}
|
|
323
|
+
|
|
307
324
|
.e-cell-merge::before {
|
|
308
325
|
content: "\e83a";
|
|
309
326
|
}
|
|
@@ -304,6 +304,23 @@
|
|
|
304
304
|
content: "\eb06";
|
|
305
305
|
}
|
|
306
306
|
|
|
307
|
+
.e-rtl .e-rte-toolbar .e-unorder-list::before,
|
|
308
|
+
.e-rtl .e-rte-dropdown-popup .e-unorder-list::before {
|
|
309
|
+
content: "\e988";
|
|
310
|
+
}
|
|
311
|
+
.e-rtl .e-rte-toolbar .e-order-list::before,
|
|
312
|
+
.e-rtl .e-rte-dropdown-popup .e-order-list::before {
|
|
313
|
+
content: "\e989";
|
|
314
|
+
}
|
|
315
|
+
.e-rtl .e-rte-toolbar .e-indent::before,
|
|
316
|
+
.e-rtl .e-rte-dropdown-popup .e-indent::before {
|
|
317
|
+
content: "\e98a";
|
|
318
|
+
}
|
|
319
|
+
.e-rtl .e-rte-toolbar .e-outdent::before,
|
|
320
|
+
.e-rtl .e-rte-dropdown-popup .e-outdent::before {
|
|
321
|
+
content: "\e98b";
|
|
322
|
+
}
|
|
323
|
+
|
|
307
324
|
.e-cell-merge::before {
|
|
308
325
|
content: "\e89a";
|
|
309
326
|
}
|
|
@@ -304,6 +304,23 @@
|
|
|
304
304
|
content: "\eb06";
|
|
305
305
|
}
|
|
306
306
|
|
|
307
|
+
.e-rtl .e-rte-toolbar .e-unorder-list::before,
|
|
308
|
+
.e-rtl .e-rte-dropdown-popup .e-unorder-list::before {
|
|
309
|
+
content: "\e988";
|
|
310
|
+
}
|
|
311
|
+
.e-rtl .e-rte-toolbar .e-order-list::before,
|
|
312
|
+
.e-rtl .e-rte-dropdown-popup .e-order-list::before {
|
|
313
|
+
content: "\e989";
|
|
314
|
+
}
|
|
315
|
+
.e-rtl .e-rte-toolbar .e-indent::before,
|
|
316
|
+
.e-rtl .e-rte-dropdown-popup .e-indent::before {
|
|
317
|
+
content: "\e98a";
|
|
318
|
+
}
|
|
319
|
+
.e-rtl .e-rte-toolbar .e-outdent::before,
|
|
320
|
+
.e-rtl .e-rte-dropdown-popup .e-outdent::before {
|
|
321
|
+
content: "\e98b";
|
|
322
|
+
}
|
|
323
|
+
|
|
307
324
|
.e-cell-merge::before {
|
|
308
325
|
content: "\e89a";
|
|
309
326
|
}
|
|
@@ -304,6 +304,23 @@
|
|
|
304
304
|
content: "\e761";
|
|
305
305
|
}
|
|
306
306
|
|
|
307
|
+
.e-rtl .e-rte-toolbar .e-unorder-list::before,
|
|
308
|
+
.e-rtl .e-rte-dropdown-popup .e-unorder-list::before {
|
|
309
|
+
content: "\e8c4";
|
|
310
|
+
}
|
|
311
|
+
.e-rtl .e-rte-toolbar .e-order-list::before,
|
|
312
|
+
.e-rtl .e-rte-dropdown-popup .e-order-list::before {
|
|
313
|
+
content: "\e8c5";
|
|
314
|
+
}
|
|
315
|
+
.e-rtl .e-rte-toolbar .e-indent::before,
|
|
316
|
+
.e-rtl .e-rte-dropdown-popup .e-indent::before {
|
|
317
|
+
content: "\e8c6";
|
|
318
|
+
}
|
|
319
|
+
.e-rtl .e-rte-toolbar .e-outdent::before,
|
|
320
|
+
.e-rtl .e-rte-dropdown-popup .e-outdent::before {
|
|
321
|
+
content: "\e8c7";
|
|
322
|
+
}
|
|
323
|
+
|
|
307
324
|
.e-cell-merge::before {
|
|
308
325
|
content: "\e83a";
|
|
309
326
|
}
|
|
@@ -304,6 +304,23 @@
|
|
|
304
304
|
content: "\e761";
|
|
305
305
|
}
|
|
306
306
|
|
|
307
|
+
.e-rtl .e-rte-toolbar .e-unorder-list::before,
|
|
308
|
+
.e-rtl .e-rte-dropdown-popup .e-unorder-list::before {
|
|
309
|
+
content: "\e8c4";
|
|
310
|
+
}
|
|
311
|
+
.e-rtl .e-rte-toolbar .e-order-list::before,
|
|
312
|
+
.e-rtl .e-rte-dropdown-popup .e-order-list::before {
|
|
313
|
+
content: "\e8c5";
|
|
314
|
+
}
|
|
315
|
+
.e-rtl .e-rte-toolbar .e-indent::before,
|
|
316
|
+
.e-rtl .e-rte-dropdown-popup .e-indent::before {
|
|
317
|
+
content: "\e8c6";
|
|
318
|
+
}
|
|
319
|
+
.e-rtl .e-rte-toolbar .e-outdent::before,
|
|
320
|
+
.e-rtl .e-rte-dropdown-popup .e-outdent::before {
|
|
321
|
+
content: "\e8c7";
|
|
322
|
+
}
|
|
323
|
+
|
|
307
324
|
.e-cell-merge::before {
|
|
308
325
|
content: "\e83a";
|
|
309
326
|
}
|
|
@@ -304,6 +304,23 @@
|
|
|
304
304
|
content: "\eb06";
|
|
305
305
|
}
|
|
306
306
|
|
|
307
|
+
.e-rtl .e-rte-toolbar .e-unorder-list::before,
|
|
308
|
+
.e-rtl .e-rte-dropdown-popup .e-unorder-list::before {
|
|
309
|
+
content: "\e986";
|
|
310
|
+
}
|
|
311
|
+
.e-rtl .e-rte-toolbar .e-order-list::before,
|
|
312
|
+
.e-rtl .e-rte-dropdown-popup .e-order-list::before {
|
|
313
|
+
content: "\e987";
|
|
314
|
+
}
|
|
315
|
+
.e-rtl .e-rte-toolbar .e-indent::before,
|
|
316
|
+
.e-rtl .e-rte-dropdown-popup .e-indent::before {
|
|
317
|
+
content: "\e989";
|
|
318
|
+
}
|
|
319
|
+
.e-rtl .e-rte-toolbar .e-outdent::before,
|
|
320
|
+
.e-rtl .e-rte-dropdown-popup .e-outdent::before {
|
|
321
|
+
content: "\e98a";
|
|
322
|
+
}
|
|
323
|
+
|
|
307
324
|
.e-cell-merge::before {
|
|
308
325
|
content: "\e89a";
|
|
309
326
|
}
|
|
@@ -304,6 +304,23 @@
|
|
|
304
304
|
content: "\eb06";
|
|
305
305
|
}
|
|
306
306
|
|
|
307
|
+
.e-rtl .e-rte-toolbar .e-unorder-list::before,
|
|
308
|
+
.e-rtl .e-rte-dropdown-popup .e-unorder-list::before {
|
|
309
|
+
content: "\e986";
|
|
310
|
+
}
|
|
311
|
+
.e-rtl .e-rte-toolbar .e-order-list::before,
|
|
312
|
+
.e-rtl .e-rte-dropdown-popup .e-order-list::before {
|
|
313
|
+
content: "\e987";
|
|
314
|
+
}
|
|
315
|
+
.e-rtl .e-rte-toolbar .e-indent::before,
|
|
316
|
+
.e-rtl .e-rte-dropdown-popup .e-indent::before {
|
|
317
|
+
content: "\e989";
|
|
318
|
+
}
|
|
319
|
+
.e-rtl .e-rte-toolbar .e-outdent::before,
|
|
320
|
+
.e-rtl .e-rte-dropdown-popup .e-outdent::before {
|
|
321
|
+
content: "\e98a";
|
|
322
|
+
}
|
|
323
|
+
|
|
307
324
|
.e-cell-merge::before {
|
|
308
325
|
content: "\e89a";
|
|
309
326
|
}
|
|
@@ -305,6 +305,23 @@
|
|
|
305
305
|
content: "\eb05";
|
|
306
306
|
}
|
|
307
307
|
|
|
308
|
+
.e-rtl .e-rte-toolbar .e-unorder-list::before,
|
|
309
|
+
.e-rtl .e-rte-dropdown-popup .e-unorder-list::before {
|
|
310
|
+
content: "\e982";
|
|
311
|
+
}
|
|
312
|
+
.e-rtl .e-rte-toolbar .e-order-list::before,
|
|
313
|
+
.e-rtl .e-rte-dropdown-popup .e-order-list::before {
|
|
314
|
+
content: "\e983";
|
|
315
|
+
}
|
|
316
|
+
.e-rtl .e-rte-toolbar .e-indent::before,
|
|
317
|
+
.e-rtl .e-rte-dropdown-popup .e-indent::before {
|
|
318
|
+
content: "\e985";
|
|
319
|
+
}
|
|
320
|
+
.e-rtl .e-rte-toolbar .e-outdent::before,
|
|
321
|
+
.e-rtl .e-rte-dropdown-popup .e-outdent::before {
|
|
322
|
+
content: "\e986";
|
|
323
|
+
}
|
|
324
|
+
|
|
308
325
|
.e-cell-merge::before {
|
|
309
326
|
content: "\e89a";
|
|
310
327
|
}
|
|
@@ -300,6 +300,23 @@
|
|
|
300
300
|
content: "\e97b";
|
|
301
301
|
}
|
|
302
302
|
|
|
303
|
+
.e-rtl .e-rte-toolbar .e-unorder-list::before,
|
|
304
|
+
.e-rtl .e-rte-dropdown-popup .e-unorder-list::before {
|
|
305
|
+
content: "\e982";
|
|
306
|
+
}
|
|
307
|
+
.e-rtl .e-rte-toolbar .e-order-list::before,
|
|
308
|
+
.e-rtl .e-rte-dropdown-popup .e-order-list::before {
|
|
309
|
+
content: "\e983";
|
|
310
|
+
}
|
|
311
|
+
.e-rtl .e-rte-toolbar .e-indent::before,
|
|
312
|
+
.e-rtl .e-rte-dropdown-popup .e-indent::before {
|
|
313
|
+
content: "\e985";
|
|
314
|
+
}
|
|
315
|
+
.e-rtl .e-rte-toolbar .e-outdent::before,
|
|
316
|
+
.e-rtl .e-rte-dropdown-popup .e-outdent::before {
|
|
317
|
+
content: "\e986";
|
|
318
|
+
}
|
|
319
|
+
|
|
303
320
|
.e-richtexteditor .e-south-east::before,
|
|
304
321
|
.e-richtexteditor .e-south-west::before {
|
|
305
322
|
content: "\eb05";
|
|
@@ -305,6 +305,23 @@
|
|
|
305
305
|
content: "\e761";
|
|
306
306
|
}
|
|
307
307
|
|
|
308
|
+
.e-rtl .e-rte-toolbar .e-unorder-list::before,
|
|
309
|
+
.e-rtl .e-rte-dropdown-popup .e-unorder-list::before {
|
|
310
|
+
content: "\e8c4";
|
|
311
|
+
}
|
|
312
|
+
.e-rtl .e-rte-toolbar .e-order-list::before,
|
|
313
|
+
.e-rtl .e-rte-dropdown-popup .e-order-list::before {
|
|
314
|
+
content: "\e8c5";
|
|
315
|
+
}
|
|
316
|
+
.e-rtl .e-rte-toolbar .e-indent::before,
|
|
317
|
+
.e-rtl .e-rte-dropdown-popup .e-indent::before {
|
|
318
|
+
content: "\e8c6";
|
|
319
|
+
}
|
|
320
|
+
.e-rtl .e-rte-toolbar .e-outdent::before,
|
|
321
|
+
.e-rtl .e-rte-dropdown-popup .e-outdent::before {
|
|
322
|
+
content: "\e8c7";
|
|
323
|
+
}
|
|
324
|
+
|
|
308
325
|
.e-cell-merge::before {
|
|
309
326
|
content: "\e83a";
|
|
310
327
|
}
|
|
@@ -305,6 +305,23 @@
|
|
|
305
305
|
content: "\e761";
|
|
306
306
|
}
|
|
307
307
|
|
|
308
|
+
.e-rtl .e-rte-toolbar .e-unorder-list::before,
|
|
309
|
+
.e-rtl .e-rte-dropdown-popup .e-unorder-list::before {
|
|
310
|
+
content: "\e8c4";
|
|
311
|
+
}
|
|
312
|
+
.e-rtl .e-rte-toolbar .e-order-list::before,
|
|
313
|
+
.e-rtl .e-rte-dropdown-popup .e-order-list::before {
|
|
314
|
+
content: "\e8c5";
|
|
315
|
+
}
|
|
316
|
+
.e-rtl .e-rte-toolbar .e-indent::before,
|
|
317
|
+
.e-rtl .e-rte-dropdown-popup .e-indent::before {
|
|
318
|
+
content: "\e8c6";
|
|
319
|
+
}
|
|
320
|
+
.e-rtl .e-rte-toolbar .e-outdent::before,
|
|
321
|
+
.e-rtl .e-rte-dropdown-popup .e-outdent::before {
|
|
322
|
+
content: "\e8c7";
|
|
323
|
+
}
|
|
324
|
+
|
|
308
325
|
.e-cell-merge::before {
|
|
309
326
|
content: "\e83a";
|
|
310
327
|
}
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -305,6 +305,23 @@
|
|
|
305
305
|
content: "\e761";
|
|
306
306
|
}
|
|
307
307
|
|
|
308
|
+
.e-rtl .e-rte-toolbar .e-unorder-list::before,
|
|
309
|
+
.e-rtl .e-rte-dropdown-popup .e-unorder-list::before {
|
|
310
|
+
content: "\e8c4";
|
|
311
|
+
}
|
|
312
|
+
.e-rtl .e-rte-toolbar .e-order-list::before,
|
|
313
|
+
.e-rtl .e-rte-dropdown-popup .e-order-list::before {
|
|
314
|
+
content: "\e8c5";
|
|
315
|
+
}
|
|
316
|
+
.e-rtl .e-rte-toolbar .e-indent::before,
|
|
317
|
+
.e-rtl .e-rte-dropdown-popup .e-indent::before {
|
|
318
|
+
content: "\e8c6";
|
|
319
|
+
}
|
|
320
|
+
.e-rtl .e-rte-toolbar .e-outdent::before,
|
|
321
|
+
.e-rtl .e-rte-dropdown-popup .e-outdent::before {
|
|
322
|
+
content: "\e8c7";
|
|
323
|
+
}
|
|
324
|
+
|
|
308
325
|
.e-cell-merge::before {
|
|
309
326
|
content: "\e83a";
|
|
310
327
|
}
|
package/styles/tailwind.css
CHANGED
|
@@ -305,6 +305,23 @@
|
|
|
305
305
|
content: "\e761";
|
|
306
306
|
}
|
|
307
307
|
|
|
308
|
+
.e-rtl .e-rte-toolbar .e-unorder-list::before,
|
|
309
|
+
.e-rtl .e-rte-dropdown-popup .e-unorder-list::before {
|
|
310
|
+
content: "\e8c4";
|
|
311
|
+
}
|
|
312
|
+
.e-rtl .e-rte-toolbar .e-order-list::before,
|
|
313
|
+
.e-rtl .e-rte-dropdown-popup .e-order-list::before {
|
|
314
|
+
content: "\e8c5";
|
|
315
|
+
}
|
|
316
|
+
.e-rtl .e-rte-toolbar .e-indent::before,
|
|
317
|
+
.e-rtl .e-rte-dropdown-popup .e-indent::before {
|
|
318
|
+
content: "\e8c6";
|
|
319
|
+
}
|
|
320
|
+
.e-rtl .e-rte-toolbar .e-outdent::before,
|
|
321
|
+
.e-rtl .e-rte-dropdown-popup .e-outdent::before {
|
|
322
|
+
content: "\e8c7";
|
|
323
|
+
}
|
|
324
|
+
|
|
308
325
|
.e-cell-merge::before {
|
|
309
326
|
content: "\e83a";
|
|
310
327
|
}
|
package/esm2020/public_api.mjs
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
// Mapping root file for package generation
|
|
2
|
-
export * from './src/index';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3B1YmxpY19hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsMkNBQTJDO0FBQzNDLGNBQWMsYUFBYSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLy8gTWFwcGluZyByb290IGZpbGUgZm9yIHBhY2thZ2UgZ2VuZXJhdGlvblxuZXhwb3J0ICogZnJvbSAnLi9zcmMvaW5kZXgnOyJdfQ==
|
package/esm2020/src/index.mjs
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export { RichTextEditorComponent } from './rich-text-editor/richtexteditor.component';
|
|
2
|
-
export { RichTextEditorModule } from './rich-text-editor/richtexteditor.module';
|
|
3
|
-
export { RichTextEditorAllModule, ToolbarService, LinkService, ImageService, AudioService, VideoService, CountService, QuickToolbarService, HtmlEditorService, MarkdownEditorService, TableService, PasteCleanupService, ResizeService, FileManagerService, FormatPainterService } from './rich-text-editor/richtexteditor-all.module';
|
|
4
|
-
export * from '@syncfusion/ej2-richtexteditor';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFDLE1BQU0sNkNBQTZDLENBQUM7QUFDckYsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sMENBQTBDLENBQUM7QUFDaEYsT0FBTyxFQUFFLHVCQUF1QixFQUFFLGNBQWMsRUFBRSxXQUFXLEVBQUUsWUFBWSxFQUFFLFlBQVksRUFBRSxZQUFZLEVBQUUsWUFBWSxFQUFFLG1CQUFtQixFQUFFLGlCQUFpQixFQUFFLHFCQUFxQixFQUFFLFlBQVksRUFBRSxtQkFBbUIsRUFBRSxhQUFhLEVBQUUsa0JBQWtCLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSw4Q0FBOEMsQ0FBQztBQUN2VSxjQUFjLGdDQUFnQyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHsgUmljaFRleHRFZGl0b3JDb21wb25lbnR9IGZyb20gJy4vcmljaC10ZXh0LWVkaXRvci9yaWNodGV4dGVkaXRvci5jb21wb25lbnQnO1xuZXhwb3J0IHsgUmljaFRleHRFZGl0b3JNb2R1bGUgfSBmcm9tICcuL3JpY2gtdGV4dC1lZGl0b3IvcmljaHRleHRlZGl0b3IubW9kdWxlJztcbmV4cG9ydCB7IFJpY2hUZXh0RWRpdG9yQWxsTW9kdWxlLCBUb29sYmFyU2VydmljZSwgTGlua1NlcnZpY2UsIEltYWdlU2VydmljZSwgQXVkaW9TZXJ2aWNlLCBWaWRlb1NlcnZpY2UsIENvdW50U2VydmljZSwgUXVpY2tUb29sYmFyU2VydmljZSwgSHRtbEVkaXRvclNlcnZpY2UsIE1hcmtkb3duRWRpdG9yU2VydmljZSwgVGFibGVTZXJ2aWNlLCBQYXN0ZUNsZWFudXBTZXJ2aWNlLCBSZXNpemVTZXJ2aWNlLCBGaWxlTWFuYWdlclNlcnZpY2UsIEZvcm1hdFBhaW50ZXJTZXJ2aWNlIH0gZnJvbSAnLi9yaWNoLXRleHQtZWRpdG9yL3JpY2h0ZXh0ZWRpdG9yLWFsbC5tb2R1bGUnO1xuZXhwb3J0ICogZnJvbSAnQHN5bmNmdXNpb24vZWoyLXJpY2h0ZXh0ZWRpdG9yJzsiXX0=
|