@syncfusion/ej2-react-richtexteditor 26.2.14 → 27.1.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 (46) hide show
  1. package/diConfig.json +29 -1
  2. package/dist/ej2-react-richtexteditor.min.js +1 -1
  3. package/dist/ej2-react-richtexteditor.umd.min.js +1 -1
  4. package/package.json +9 -9
  5. package/styles/bootstrap-dark-lite.css +1 -0
  6. package/styles/bootstrap-dark-lite.scss +1 -0
  7. package/styles/bootstrap-lite.css +1 -0
  8. package/styles/bootstrap-lite.scss +1 -0
  9. package/styles/bootstrap4-lite.css +1 -0
  10. package/styles/bootstrap4-lite.scss +1 -0
  11. package/styles/bootstrap5-dark-lite.css +1 -0
  12. package/styles/bootstrap5-dark-lite.scss +1 -0
  13. package/styles/bootstrap5-lite.css +1 -0
  14. package/styles/bootstrap5-lite.scss +1 -0
  15. package/styles/bootstrap5.3-lite.css +1 -0
  16. package/styles/bootstrap5.3-lite.scss +1 -0
  17. package/styles/bootstrap5.3.css +1 -0
  18. package/styles/bootstrap5.3.scss +1 -0
  19. package/styles/fabric-dark-lite.css +1 -0
  20. package/styles/fabric-dark-lite.scss +1 -0
  21. package/styles/fabric-lite.css +1 -0
  22. package/styles/fabric-lite.scss +1 -0
  23. package/styles/fluent-dark-lite.css +1 -0
  24. package/styles/fluent-dark-lite.scss +1 -0
  25. package/styles/fluent-lite.css +1 -0
  26. package/styles/fluent-lite.scss +1 -0
  27. package/styles/fluent2-lite.css +1 -0
  28. package/styles/fluent2-lite.scss +1 -0
  29. package/styles/highcontrast-light-lite.css +1 -0
  30. package/styles/highcontrast-light-lite.scss +1 -0
  31. package/styles/highcontrast-lite.css +1 -0
  32. package/styles/highcontrast-lite.scss +1 -0
  33. package/styles/material-dark-lite.css +1 -0
  34. package/styles/material-dark-lite.scss +1 -0
  35. package/styles/material-lite.css +1 -0
  36. package/styles/material-lite.scss +1 -0
  37. package/styles/material3-dark-lite.css +1 -0
  38. package/styles/material3-dark-lite.scss +1 -0
  39. package/styles/material3-lite.css +1 -0
  40. package/styles/material3-lite.scss +1 -0
  41. package/styles/rich-text-editor/bootstrap5.3.css +1 -0
  42. package/styles/rich-text-editor/bootstrap5.3.scss +1 -0
  43. package/styles/tailwind-dark-lite.css +1 -0
  44. package/styles/tailwind-dark-lite.scss +1 -0
  45. package/styles/tailwind-lite.css +1 -0
  46. package/styles/tailwind-lite.scss +1 -0
package/diConfig.json CHANGED
@@ -72,6 +72,7 @@
72
72
  "Toolbar",
73
73
  "Link",
74
74
  "Image",
75
+ "ImportExport",
75
76
  "Audio",
76
77
  "Video",
77
78
  "Count",
@@ -83,7 +84,8 @@
83
84
  "Resize",
84
85
  "FileManager",
85
86
  "FormatPainter",
86
- "EmojiPicker"
87
+ "EmojiPicker",
88
+ "SlashMenu"
87
89
  ],
88
90
  "diModuleFiles": [
89
91
  {
@@ -98,6 +100,9 @@
98
100
  {
99
101
  "fileName": "image"
100
102
  },
103
+ {
104
+ "fileName": "import-export"
105
+ },
101
106
  {
102
107
  "fileName": "audio"
103
108
  },
@@ -130,6 +135,9 @@
130
135
  },
131
136
  {
132
137
  "fileName": "emoji-picker"
138
+ },
139
+ {
140
+ "fileName": "slash-menu"
133
141
  }
134
142
  ],
135
143
  "comment": [
@@ -185,6 +193,21 @@
185
193
  "baseClass": "ImageSettings",
186
194
  "SelectorName": "e-richtexteditor-insertImageSettings"
187
195
  },
196
+ {
197
+ "propertyName": "importWord",
198
+ "baseClass": "ImportWord",
199
+ "SelectorName": "e-richtexteditor-importWord"
200
+ },
201
+ {
202
+ "propertyName": "exportWord",
203
+ "baseClass": "ExportWord",
204
+ "SelectorName": "e-richtexteditor-exportWord"
205
+ },
206
+ {
207
+ "propertyName": "exportPdf",
208
+ "baseClass": "ExportPdf",
209
+ "SelectorName": "e-richtexteditor-exportPdf"
210
+ },
188
211
  {
189
212
  "propertyName": "insertAudioSettings",
190
213
  "baseClass": "AudioSettings",
@@ -260,6 +283,11 @@
260
283
  "propertyName": "emojiPickerSettings",
261
284
  "baseClass": "EmojiSettings",
262
285
  "SelectorName": "e-richtexteditor-emojiPickerSettings"
286
+ },
287
+ {
288
+ "propertyName": "slashMenuSettings",
289
+ "baseClass": "SlashMenuSettings",
290
+ "SelectorName": "e-richtexteditor-slashMenuSettings"
263
291
  }
264
292
  ]
265
293
  }
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-richtexteditor.min.js
3
- * version : 26.2.14
3
+ * version : 27.1.50
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-richtexteditor.umd.min.js
3
- * version : 26.2.14
3
+ * version : 27.1.50
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-react-richtexteditor@*",
3
- "_id": "@syncfusion/ej2-react-richtexteditor@26.2.13",
3
+ "_id": "@syncfusion/ej2-react-richtexteditor@27.1.48",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-a4/kIuycVYRhPMFRKH3h2Hy0g6IaUfnYTveLjSq4K+HSMORQWZU7tBNfy3m8TBihrxztw+5Bkgx5G61H4MCbyA==",
5
+ "_integrity": "sha512-ifPYOf2iflttNZP2wHu8+sp/48l7cm8nca/psargl3Mnkz5uNcX54e49hAHoKS8Sl7mNO2ST+9OAX1NjnaW0Ew==",
6
6
  "_location": "/@syncfusion/ej2-react-richtexteditor",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-richtexteditor/-/ej2-react-richtexteditor-26.2.13.tgz",
23
- "_shasum": "9ec71dd1fbc4f408f01b5e3a569ba95bbb950d69",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-richtexteditor/-/ej2-react-richtexteditor-27.1.48.tgz",
23
+ "_shasum": "dfc6637c12082dd400264626f0a33183b32968ee",
24
24
  "_spec": "@syncfusion/ej2-react-richtexteditor@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_26.1.1/packages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_27.1.1/packages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~26.2.10",
35
- "@syncfusion/ej2-react-base": "~26.2.10",
36
- "@syncfusion/ej2-richtexteditor": "26.2.14"
34
+ "@syncfusion/ej2-base": "~27.1.50",
35
+ "@syncfusion/ej2-react-base": "~27.1.50",
36
+ "@syncfusion/ej2-richtexteditor": "27.1.50"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 RichTextEditor component for React",
@@ -54,6 +54,6 @@
54
54
  "type": "git",
55
55
  "url": "https://github.com/syncfusion/ej2-react-ui-components.git"
56
56
  },
57
- "version": "26.2.14",
57
+ "version": "27.1.50",
58
58
  "sideEffects": false
59
59
  }
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-richtexteditor/styles/bootstrap-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-richtexteditor/styles/bootstrap-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-richtexteditor/styles/bootstrap-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-richtexteditor/styles/bootstrap-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-richtexteditor/styles/bootstrap4-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-richtexteditor/styles/bootstrap4-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-richtexteditor/styles/bootstrap5-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-richtexteditor/styles/bootstrap5-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-richtexteditor/styles/bootstrap5-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-richtexteditor/styles/bootstrap5-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-richtexteditor/styles/bootstrap5.3-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-richtexteditor/styles/bootstrap5.3-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-richtexteditor/styles/bootstrap5.3.css';
@@ -0,0 +1 @@
1
+ @import 'rich-text-editor/bootstrap5.3.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-richtexteditor/styles/fabric-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-richtexteditor/styles/fabric-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-richtexteditor/styles/fabric-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-richtexteditor/styles/fabric-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-richtexteditor/styles/fluent-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-richtexteditor/styles/fluent-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-richtexteditor/styles/fluent-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-richtexteditor/styles/fluent-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-richtexteditor/styles/fluent2-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-richtexteditor/styles/fluent2-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-richtexteditor/styles/highcontrast-light-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-richtexteditor/styles/highcontrast-light-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-richtexteditor/styles/highcontrast-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-richtexteditor/styles/highcontrast-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-richtexteditor/styles/material-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-richtexteditor/styles/material-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-richtexteditor/styles/material-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-richtexteditor/styles/material-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-richtexteditor/styles/material3-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-richtexteditor/styles/material3-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-richtexteditor/styles/material3-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-richtexteditor/styles/material3-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-richtexteditor/styles/rich-text-editor/bootstrap5.3.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-richtexteditor/styles/rich-text-editor/bootstrap5.3.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-richtexteditor/styles/tailwind-dark-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-richtexteditor/styles/tailwind-dark-lite.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-richtexteditor/styles/tailwind-lite.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-richtexteditor/styles/tailwind-lite.scss';