@syncfusion/ej2-richtexteditor 19.4.54 → 20.1.47

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 (79) hide show
  1. package/CHANGELOG.md +2 -58
  2. package/dist/ej2-richtexteditor.umd.min.js +2 -2
  3. package/dist/ej2-richtexteditor.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-richtexteditor.es2015.js +125 -42
  5. package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
  6. package/dist/es6/ej2-richtexteditor.es5.js +122 -39
  7. package/dist/es6/ej2-richtexteditor.es5.js.map +1 -1
  8. package/dist/global/ej2-richtexteditor.min.js +2 -2
  9. package/dist/global/ej2-richtexteditor.min.js.map +1 -1
  10. package/dist/global/index.d.ts +1 -1
  11. package/package.json +12 -12
  12. package/src/editor-manager/plugin/clearformat.js +3 -2
  13. package/src/editor-manager/plugin/image.js +6 -1
  14. package/src/editor-manager/plugin/inserthtml.js +8 -2
  15. package/src/editor-manager/plugin/link.js +5 -0
  16. package/src/editor-manager/plugin/lists.js +22 -6
  17. package/src/editor-manager/plugin/selection-commands.js +8 -2
  18. package/src/editor-manager/plugin/table.js +6 -5
  19. package/src/rich-text-editor/actions/count.js +2 -2
  20. package/src/rich-text-editor/actions/dropdown-buttons.js +1 -1
  21. package/src/rich-text-editor/actions/html-editor.js +4 -1
  22. package/src/rich-text-editor/base/classes.d.ts +5 -0
  23. package/src/rich-text-editor/base/classes.js +5 -0
  24. package/src/rich-text-editor/base/rich-text-editor.js +4 -3
  25. package/src/rich-text-editor/renderer/image-module.js +23 -7
  26. package/src/rich-text-editor/renderer/table-module.js +21 -6
  27. package/src/selection/selection.js +3 -0
  28. package/styles/bootstrap-dark.css +6 -3
  29. package/styles/bootstrap.css +6 -3
  30. package/styles/bootstrap4.css +2 -2
  31. package/styles/bootstrap5-dark.css +30 -6
  32. package/styles/bootstrap5.css +31 -7
  33. package/styles/fabric-dark.css +2 -2
  34. package/styles/fabric.css +2 -2
  35. package/styles/fluent-dark.css +3001 -0
  36. package/styles/fluent-dark.scss +1 -0
  37. package/styles/fluent.css +3001 -0
  38. package/styles/fluent.scss +1 -0
  39. package/styles/highcontrast-light.css +2 -2
  40. package/styles/highcontrast.css +2 -2
  41. package/styles/material-dark.css +2 -2
  42. package/styles/material.css +2 -2
  43. package/styles/rich-text-editor/_bootstrap-dark-definition.scss +19 -0
  44. package/styles/rich-text-editor/_bootstrap-definition.scss +19 -0
  45. package/styles/rich-text-editor/_bootstrap4-definition.scss +19 -0
  46. package/styles/rich-text-editor/_bootstrap5-definition.scss +24 -3
  47. package/styles/rich-text-editor/_fabric-dark-definition.scss +19 -0
  48. package/styles/rich-text-editor/_fabric-definition.scss +19 -0
  49. package/styles/rich-text-editor/_fluent-dark-definition.scss +1 -0
  50. package/styles/rich-text-editor/_fluent-definition.scss +42 -19
  51. package/styles/rich-text-editor/_highcontrast-definition.scss +19 -0
  52. package/styles/rich-text-editor/_highcontrast-light-definition.scss +19 -0
  53. package/styles/rich-text-editor/_layout.scss +96 -6
  54. package/styles/rich-text-editor/_material-dark-definition.scss +18 -1
  55. package/styles/rich-text-editor/_material-definition.scss +19 -0
  56. package/styles/rich-text-editor/_tailwind-definition.scss +26 -6
  57. package/styles/rich-text-editor/_theme.scss +17 -2
  58. package/styles/rich-text-editor/bootstrap-dark.css +6 -3
  59. package/styles/rich-text-editor/bootstrap.css +6 -3
  60. package/styles/rich-text-editor/bootstrap4.css +2 -2
  61. package/styles/rich-text-editor/bootstrap5-dark.css +30 -6
  62. package/styles/rich-text-editor/bootstrap5.css +31 -7
  63. package/styles/rich-text-editor/fabric-dark.css +2 -2
  64. package/styles/rich-text-editor/fabric.css +2 -2
  65. package/styles/rich-text-editor/fluent-dark.css +3001 -0
  66. package/styles/rich-text-editor/fluent-dark.scss +4 -0
  67. package/styles/rich-text-editor/fluent.css +3001 -0
  68. package/styles/rich-text-editor/fluent.scss +4 -0
  69. package/styles/rich-text-editor/highcontrast-light.css +2 -2
  70. package/styles/rich-text-editor/highcontrast.css +2 -2
  71. package/styles/rich-text-editor/icons/_fluent-dark.scss +1 -0
  72. package/styles/rich-text-editor/icons/_fluent.scss +74 -74
  73. package/styles/rich-text-editor/icons/_tailwind.scss +73 -74
  74. package/styles/rich-text-editor/material-dark.css +2 -2
  75. package/styles/rich-text-editor/material.css +2 -2
  76. package/styles/rich-text-editor/tailwind-dark.css +104 -85
  77. package/styles/rich-text-editor/tailwind.css +105 -86
  78. package/styles/tailwind-dark.css +104 -85
  79. package/styles/tailwind.css +105 -86
package/CHANGELOG.md CHANGED
@@ -6,65 +6,9 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
- - `#I366312` - Now, pressing the `Enter` key twice works properly after the `Shift + Enter` action in the `Firefox` browser.
9
+ - `#I369216` - Now, pasting the note pad with link contents is pasted properly without moving the cursor to the previous line.
10
10
 
11
- - `#I365989` - Now, the pasted content can be edited properly in the Rich Text Editor when the `enterKey` is configured as `BR`.
12
-
13
- - `#I364798` - Now, the toolbar will be disabled when the pasted image in the Rich Text Editor is begin uploaded.
14
-
15
- - `#I365104` - Now, the clearing the list content in the Rich Text Editor works properly by removing all the list elements.
16
-
17
- ## 19.4.53 (2022-02-22)
18
-
19
- ### RichTextEditor
20
-
21
- #### Bug Fixes
22
-
23
- - `#I363960` - Now, the image is deleted properly using the delete key after pasting the image content in the Rich Text Editor.
24
-
25
- ## 19.4.52 (2022-02-15)
26
-
27
- ### RichTextEditor
28
-
29
- #### Bug Fixes
30
-
31
- - `#F171387` - Now, changing the `width` API dynamically when the toolbar is in inline mode works properly.
32
-
33
- ## 19.4.50 (2022-02-08)
34
-
35
- ### RichTextEditor
36
-
37
- #### Bug Fixes
38
-
39
- - `#F171387` - Now, pressing the backspace key when the cursor is at the start of the last list element works properly.
40
-
41
- - `#I361186` - Now, cursor focus in the Rich Text Editor works properly when continuously pressing `enter` and `shift + enter` keys.
42
-
43
- - `#F171703` - Now, paste the content in the Rich Text Editor after pressing the `shift + enter` key works properly.
44
-
45
- ## 19.4.47 (2022-01-25)
46
-
47
- ### RichTextEditor
48
-
49
- #### Bug Fixes
50
-
51
- - `#I361186` - The issue with "Strange behavior occurred in the Rich Text Editor component, when repeatedly pressing the `shift + enter` key" has been resolved.
52
-
53
- ## 19.4.40 (2021-12-28)
54
-
55
- ### RichTextEditor
56
-
57
- #### Bug Fixes
58
-
59
- - `#I347512` - The issue with "ColorPicker of Table quick toolbar got reset whenever quick toolbar rendered" has been resolved.
60
-
61
- - `#I358633` - Now, pasting alpha list type contents from the MS Word into the Rich Text Editor works properly.
62
-
63
- - `#I359685` - Now, enter key action works properly when an image is added in the list and pressed enter.
64
-
65
- - `#I359685` - Now, pressing the space key after `11.` works properly and doesn't create a list.
66
-
67
- - `#I358998` - Now, focusing on other elements when the cursor is in Rich Text Editor works properly in the IE11 browser.
11
+ - `#F171703` - Now, pasting the content in the Rich Text Editor after pressing the `shift + enter` key works properly.
68
12
 
69
13
  ## 19.4.38 (2021-12-17)
70
14