@syncfusion/ej2-richtexteditor 21.2.3 → 21.2.5

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 (63) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/ej2-richtexteditor.min.js +2 -2
  3. package/dist/ej2-richtexteditor.umd.min.js +2 -2
  4. package/dist/ej2-richtexteditor.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-richtexteditor.es2015.js +58 -18
  6. package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
  7. package/dist/es6/ej2-richtexteditor.es5.js +58 -18
  8. package/dist/es6/ej2-richtexteditor.es5.js.map +1 -1
  9. package/dist/global/ej2-richtexteditor.min.js +2 -2
  10. package/dist/global/ej2-richtexteditor.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +15 -12
  13. package/src/editor-manager/plugin/ms-word-clean-up.d.ts +3 -0
  14. package/src/editor-manager/plugin/ms-word-clean-up.js +18 -9
  15. package/src/rich-text-editor/actions/paste-clean-up.js +35 -6
  16. package/src/rich-text-editor/base/interface.d.ts +4 -0
  17. package/src/rich-text-editor/base/rich-text-editor.js +0 -1
  18. package/src/rich-text-editor/renderer/image-module.js +1 -0
  19. package/src/rich-text-editor/renderer/table-module.js +4 -2
  20. package/styles/bootstrap-dark.css +17 -0
  21. package/styles/bootstrap.css +17 -0
  22. package/styles/bootstrap4.css +17 -0
  23. package/styles/bootstrap5-dark.css +17 -0
  24. package/styles/bootstrap5.css +17 -0
  25. package/styles/fabric-dark.css +17 -0
  26. package/styles/fabric.css +17 -0
  27. package/styles/fluent-dark.css +17 -0
  28. package/styles/fluent.css +17 -0
  29. package/styles/highcontrast-light.css +17 -0
  30. package/styles/highcontrast.css +17 -0
  31. package/styles/material-dark.css +17 -0
  32. package/styles/material.css +17 -0
  33. package/styles/rich-text-editor/bootstrap-dark.css +17 -0
  34. package/styles/rich-text-editor/bootstrap.css +17 -0
  35. package/styles/rich-text-editor/bootstrap4.css +17 -0
  36. package/styles/rich-text-editor/bootstrap5-dark.css +17 -0
  37. package/styles/rich-text-editor/bootstrap5.css +17 -0
  38. package/styles/rich-text-editor/fabric-dark.css +17 -0
  39. package/styles/rich-text-editor/fabric.css +17 -0
  40. package/styles/rich-text-editor/fluent-dark.css +17 -0
  41. package/styles/rich-text-editor/fluent.css +17 -0
  42. package/styles/rich-text-editor/highcontrast-light.css +17 -0
  43. package/styles/rich-text-editor/highcontrast.css +17 -0
  44. package/styles/rich-text-editor/icons/_bootstrap-dark.scss +21 -0
  45. package/styles/rich-text-editor/icons/_bootstrap.scss +21 -0
  46. package/styles/rich-text-editor/icons/_bootstrap4.scss +21 -0
  47. package/styles/rich-text-editor/icons/_bootstrap5.scss +21 -0
  48. package/styles/rich-text-editor/icons/_fabric-dark.scss +21 -0
  49. package/styles/rich-text-editor/icons/_fabric.scss +21 -0
  50. package/styles/rich-text-editor/icons/_fluent.scss +21 -0
  51. package/styles/rich-text-editor/icons/_fusionnew.scss +21 -0
  52. package/styles/rich-text-editor/icons/_highcontrast-light.scss +21 -0
  53. package/styles/rich-text-editor/icons/_highcontrast.scss +21 -0
  54. package/styles/rich-text-editor/icons/_material-dark.scss +21 -0
  55. package/styles/rich-text-editor/icons/_material.scss +21 -0
  56. package/styles/rich-text-editor/icons/_material3.scss +21 -0
  57. package/styles/rich-text-editor/icons/_tailwind.scss +21 -0
  58. package/styles/rich-text-editor/material-dark.css +17 -0
  59. package/styles/rich-text-editor/material.css +17 -0
  60. package/styles/rich-text-editor/tailwind-dark.css +17 -0
  61. package/styles/rich-text-editor/tailwind.css +17 -0
  62. package/styles/tailwind-dark.css +17 -0
  63. package/styles/tailwind.css +17 -0
@@ -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
  }
@@ -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
  }