@syncfusion/ej2-react-richtexteditor 29.2.11 → 30.1.38
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/diConfig.json
CHANGED
@@ -85,7 +85,8 @@
|
|
85
85
|
"FileManager",
|
86
86
|
"FormatPainter",
|
87
87
|
"EmojiPicker",
|
88
|
-
"SlashMenu"
|
88
|
+
"SlashMenu",
|
89
|
+
"CodeBlock"
|
89
90
|
],
|
90
91
|
"diModuleFiles": [
|
91
92
|
{
|
@@ -138,6 +139,9 @@
|
|
138
139
|
},
|
139
140
|
{
|
140
141
|
"fileName": "slash-menu"
|
142
|
+
},
|
143
|
+
{
|
144
|
+
"fileName": "code-block"
|
141
145
|
}
|
142
146
|
],
|
143
147
|
"comment": [
|
@@ -288,6 +292,11 @@
|
|
288
292
|
"propertyName": "slashMenuSettings",
|
289
293
|
"baseClass": "SlashMenuSettings",
|
290
294
|
"SelectorName": "e-richtexteditor-slashMenuSettings"
|
295
|
+
},
|
296
|
+
{
|
297
|
+
"propertyName": "codeBlockSettings",
|
298
|
+
"baseClass": "CodeBlockSettings",
|
299
|
+
"SelectorName": "e-richtexteditor-codeBlockSettings"
|
291
300
|
}
|
292
301
|
]
|
293
302
|
}
|
@@ -1,10 +1,10 @@
|
|
1
1
|
/*!
|
2
2
|
* filename: ej2-react-richtexteditor.min.js
|
3
|
-
* version :
|
3
|
+
* version : 30.1.38
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2024. 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
|
7
7
|
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
8
8
|
* applicable laws.
|
9
9
|
*/
|
10
|
-
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("React"),require("SyncfusionRichtexteditor"),require("SyncfusionReactBase")):"function"==typeof define&&define.amd?define(["React","SyncfusionRichtexteditor","SyncfusionReactBase"],t):"object"==typeof exports?exports.SyncfusionReactRichtexteditor=t(require("React"),require("SyncfusionRichtexteditor"),require("SyncfusionReactBase")):e.SyncfusionReactRichtexteditor=t(e.React,e.SyncfusionRichtexteditor,e.SyncfusionReactBase)}(self,(
|
10
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("React"),require("SyncfusionRichtexteditor"),require("SyncfusionReactBase")):"function"==typeof define&&define.amd?define(["React","SyncfusionRichtexteditor","SyncfusionReactBase"],t):"object"==typeof exports?exports.SyncfusionReactRichtexteditor=t(require("React"),require("SyncfusionRichtexteditor"),require("SyncfusionReactBase")):e.SyncfusionReactRichtexteditor=t(e.React,e.SyncfusionRichtexteditor,e.SyncfusionReactBase)}(self,(e,t,o)=>(()=>{"use strict";var r={618:(e,t,o)=>{o.d(t,{Y:()=>a});var r,n=o(24),i=o(674),c=o(705),s=(r=function(e,t){return r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var o in t)t.hasOwnProperty(o)&&(e[o]=t[o])},r(e,t)},function(e,t){function o(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(o.prototype=t.prototype,new o)}),a=function(e){function t(t){var o=e.call(this,t)||this;return o.initRenderCalled=!1,o.checkInjectedModules=!0,o.statelessTemplateProps=["valueTemplate"],o.templateProps=null,o.immediateRender=!1,o.isReactMock=!0,o.portals=[],o}return s(t,e),t.prototype.render=function(){if(this.isReactMock=!1,!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return n.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));e.prototype.render.call(this),this.initRenderCalled=!0},t}(i.RichTextEditor);(0,c.applyMixins)(a,[c.ComponentBase,n.Component])},24:t=>{t.exports=e},705:e=>{e.exports=o},674:e=>{e.exports=t}},n={};function i(e){var t=n[e];if(void 0!==t)return t.exports;var o=n[e]={exports:{}};return r[e](o,o.exports,i),o.exports}i.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return i.d(t,{a:t}),t},i.d=(e,t)=>{for(var o in t)i.o(t,o)&&!i.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},i.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),i.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var c={};return(()=>{i.r(c),i.d(c,{Inject:()=>t.Inject,RichTextEditorComponent:()=>e.Y});var e=i(618),t=i(705),o=i(674),r={};for(const e in o)["default","Inject","RichTextEditorComponent"].indexOf(e)<0&&(r[e]=()=>o[e]);i.d(c,r)})(),c})());
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
* filename: ej2-react-richtexteditor.umd.min.js
|
3
|
-
* version :
|
3
|
+
* version : 30.1.38
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2024. 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,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@syncfusion/ej2-react-richtexteditor",
|
3
|
-
"version": "
|
3
|
+
"version": "30.1.38",
|
4
4
|
"description": "Essential JS 2 RichTextEditor component for React",
|
5
5
|
"author": "Syncfusion Inc.",
|
6
6
|
"license": "SEE LICENSE IN license",
|
@@ -19,9 +19,9 @@
|
|
19
19
|
"es2015": "dist/es6/ej2-react-richtexteditor.es2015.js",
|
20
20
|
"readme": "ReadMe.md",
|
21
21
|
"dependencies": {
|
22
|
-
"@syncfusion/ej2-base": "~
|
23
|
-
"@syncfusion/ej2-react-base": "~
|
24
|
-
"@syncfusion/ej2-richtexteditor": "
|
22
|
+
"@syncfusion/ej2-base": "~30.1.38",
|
23
|
+
"@syncfusion/ej2-react-base": "~30.1.37",
|
24
|
+
"@syncfusion/ej2-richtexteditor": "30.1.38"
|
25
25
|
},
|
26
26
|
"devDependencies": {},
|
27
27
|
"sideEffects": false,
|