@syncfusion/ej2-react-richtexteditor 20.2.50 → 20.3.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.
- package/CHANGELOG.md +12 -0
- package/diConfig.json +18 -0
- package/dist/ej2-react-richtexteditor.min.js +10 -0
- package/dist/ej2-react-richtexteditor.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +220 -70
- package/styles/bootstrap.css +220 -70
- package/styles/bootstrap4.css +220 -70
- package/styles/bootstrap5-dark.css +220 -70
- package/styles/bootstrap5.css +220 -70
- package/styles/fabric-dark.css +220 -70
- package/styles/fabric.css +222 -72
- package/styles/fluent-dark.css +222 -72
- package/styles/fluent.css +222 -72
- package/styles/highcontrast-light.css +222 -72
- package/styles/highcontrast.css +222 -72
- package/styles/material-dark.css +220 -70
- package/styles/material.css +220 -70
- package/styles/rich-text-editor/bootstrap-dark.css +220 -70
- package/styles/rich-text-editor/bootstrap.css +220 -70
- package/styles/rich-text-editor/bootstrap4.css +220 -70
- package/styles/rich-text-editor/bootstrap5-dark.css +220 -70
- package/styles/rich-text-editor/bootstrap5.css +220 -70
- package/styles/rich-text-editor/fabric-dark.css +220 -70
- package/styles/rich-text-editor/fabric.css +222 -72
- package/styles/rich-text-editor/fluent-dark.css +222 -72
- package/styles/rich-text-editor/fluent.css +222 -72
- package/styles/rich-text-editor/highcontrast-light.css +222 -72
- package/styles/rich-text-editor/highcontrast.css +222 -72
- package/styles/rich-text-editor/material-dark.css +220 -70
- package/styles/rich-text-editor/material.css +220 -70
- package/styles/rich-text-editor/tailwind-dark.css +220 -70
- package/styles/rich-text-editor/tailwind.css +220 -70
- package/styles/tailwind-dark.css +220 -70
- package/styles/tailwind.css +220 -70
package/CHANGELOG.md
CHANGED
@@ -4,6 +4,18 @@
|
|
4
4
|
|
5
5
|
### RichTextEditor
|
6
6
|
|
7
|
+
#### New Features
|
8
|
+
|
9
|
+
- **Insert Audio & Video**: This feature allows the editor to insert `audio` and `video` files from the local path or web URL or embed URL from sources such as YouTube or Vimeo and customize it by using the quick toolbar.
|
10
|
+
|
11
|
+
#### Bug Fixes
|
12
|
+
|
13
|
+
- `#F177143` - When using the keyboard buttons in RTE to navigate to the next cell, the Table selection is now removed.
|
14
|
+
|
15
|
+
## 20.2.50 (2022-09-20)
|
16
|
+
|
17
|
+
### RichTextEditor
|
18
|
+
|
7
19
|
#### Bug Fixes
|
8
20
|
|
9
21
|
- `#I398633` - Now, when hovering over the elements inside the table body, the script error is not thrown.
|
package/diConfig.json
CHANGED
@@ -39,6 +39,8 @@
|
|
39
39
|
"Toolbar",
|
40
40
|
"Link",
|
41
41
|
"Image",
|
42
|
+
"Audio",
|
43
|
+
"Video",
|
42
44
|
"Count",
|
43
45
|
"QuickToolbar",
|
44
46
|
"HtmlEditor",
|
@@ -61,6 +63,12 @@
|
|
61
63
|
{
|
62
64
|
"fileName": "image"
|
63
65
|
},
|
66
|
+
{
|
67
|
+
"fileName": "audio"
|
68
|
+
},
|
69
|
+
{
|
70
|
+
"fileName": "video"
|
71
|
+
},
|
64
72
|
{
|
65
73
|
"fileName": "html-editor"
|
66
74
|
},
|
@@ -136,6 +144,16 @@
|
|
136
144
|
"baseClass": "ImageSettings",
|
137
145
|
"SelectorName": "e-richtexteditor-insertImageSettings"
|
138
146
|
},
|
147
|
+
{
|
148
|
+
"propertyName": "insertAudioSettings",
|
149
|
+
"baseClass": "AudioSettings",
|
150
|
+
"SelectorName": "e-richtexteditor-insertAudioSettings"
|
151
|
+
},
|
152
|
+
{
|
153
|
+
"propertyName": "insertVideoSettings",
|
154
|
+
"baseClass": "VideoSettings",
|
155
|
+
"SelectorName": "e-richtexteditor-insertVideoSettings"
|
156
|
+
},
|
139
157
|
{
|
140
158
|
"propertyName": "tableSettings",
|
141
159
|
"baseClass": "TableSettings",
|
@@ -0,0 +1,10 @@
|
|
1
|
+
/*!
|
2
|
+
* filename: ej2-react-richtexteditor.min.js
|
3
|
+
* version : 20.3.47
|
4
|
+
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
5
|
+
* Use of this code is subject to the terms of our license.
|
6
|
+
* A copy of the current license can be obtained at any time by e-mailing
|
7
|
+
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
8
|
+
* applicable laws.
|
9
|
+
*/
|
10
|
+
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("SyncfusionReactBase"),require("SyncfusionRichtexteditor"),require("React")):"function"==typeof define&&define.amd?define(["SyncfusionReactBase","SyncfusionRichtexteditor","React"],e):"object"==typeof exports?exports.SyncfusionReactRichtexteditor=e(require("SyncfusionReactBase"),require("SyncfusionRichtexteditor"),require("React")):t.SyncfusionReactRichtexteditor=e(t.SyncfusionReactBase,t.SyncfusionRichtexteditor,t.React)}(this,function(t,e,n){return function(t){function e(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,e),o.l=!0,o.exports}var n={};return e.m=t,e.c=n,e.i=function(t){return t},e.d=function(t,n,r){e.o(t,n)||Object.defineProperty(t,n,{configurable:!1,enumerable:!0,get:r})},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=3)}([function(e,n){e.exports=t},function(t,n){t.exports=e},function(t,e,n){"use strict";var r=n(4);n.d(e,"a",function(){return r.a})},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(2);n.d(e,"RichTextEditorComponent",function(){return r.a});var o=n(0);n.n(o);n.o(o,"Inject")&&n.d(e,"Inject",function(){return o.Inject});var i=n(1);n.n(i);for(var c in i)["RichTextEditorComponent","Inject","default"].indexOf(c)<0&&function(t){n.d(e,t,function(){return i[t]})}(c)},function(t,e,n){"use strict";n.d(e,"a",function(){return u});var r=n(5),o=(n.n(r),n(1)),i=(n.n(o),n(0)),c=(n.n(i),this&&this.__extends||function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}()),u=function(t){function e(e){var n=t.call(this,e)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!0,n.immediateRender=!1,n.portals=[],n}return c(e,t),e.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing)||this.isReactForeceUpdate)return r.createElement("div",this.getDefaultAttributes(),[].concat(this.props.children,this.portals));t.prototype.render.call(this),this.initRenderCalled=!0},e}(o.RichTextEditor);n.i(i.applyMixins)(u,[i.ComponentBase,r.Component])},function(t,e){t.exports=n}])});
|
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
* filename: ej2-react-richtexteditor.umd.min.js
|
3
|
-
* version : 20.
|
3
|
+
* version : 20.3.47
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. 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@
|
3
|
+
"_id": "@syncfusion/ej2-react-richtexteditor@19.11.12",
|
4
4
|
"_inBundle": false,
|
5
|
-
"_integrity": "sha512-
|
5
|
+
"_integrity": "sha512-LnGdvSA0J5dvPzbksHYVfEiecUP/5rZCNX6pYGUcZfnMsNNkjNyhtDlqSZ17DmEwRDx7PCWJsEBd0a+1x+z3Bg==",
|
6
6
|
"_location": "/@syncfusion/ej2-react-richtexteditor",
|
7
7
|
"_phantomChildren": {},
|
8
8
|
"_requested": {
|
@@ -19,8 +19,8 @@
|
|
19
19
|
"_requiredBy": [
|
20
20
|
"/"
|
21
21
|
],
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-
|
23
|
-
"_shasum": "
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-richtexteditor/-/ej2-react-richtexteditor-19.11.12.tgz",
|
23
|
+
"_shasum": "3ae5f83c5ddccada548332bffda59d8aa86624ed",
|
24
24
|
"_spec": "@syncfusion/ej2-react-richtexteditor@*",
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
26
26
|
"author": {
|
@@ -31,9 +31,9 @@
|
|
31
31
|
},
|
32
32
|
"bundleDependencies": false,
|
33
33
|
"dependencies": {
|
34
|
-
"@syncfusion/ej2-base": "~20.
|
35
|
-
"@syncfusion/ej2-react-base": "~20.
|
36
|
-
"@syncfusion/ej2-richtexteditor": "20.
|
34
|
+
"@syncfusion/ej2-base": "~20.3.47",
|
35
|
+
"@syncfusion/ej2-react-base": "~20.3.47",
|
36
|
+
"@syncfusion/ej2-richtexteditor": "20.3.47"
|
37
37
|
},
|
38
38
|
"deprecated": false,
|
39
39
|
"description": "Essential JS 2 RichTextEditor component for React",
|
@@ -59,6 +59,6 @@
|
|
59
59
|
"type": "git",
|
60
60
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
61
61
|
},
|
62
|
-
"version": "20.
|
62
|
+
"version": "20.3.47",
|
63
63
|
"sideEffects": false
|
64
64
|
}
|