Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@syncfusion/ej2-react-richtexteditor

Package Overview
Dependencies
Maintainers
2
Versions
264
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-react-richtexteditor - npm Package Compare versions

Comparing version 16.2.44 to 16.2.45

8

CHANGELOG.md

@@ -9,2 +9,10 @@ # Changelog

- Provided `getText` public method from RichTextEditor.
## 16.2.44 (2018-07-10)
### RichTextEditor
#### Bug Fixes
- RichTextEditor `actionBegin` event missing arguments included.

@@ -11,0 +19,0 @@

9

dist/ej2-react-richtexteditor.umd.min.js

@@ -10,13 +10,4 @@ /*!

*/
/*!
* filename: ej2-react-richtexteditor.umd.min.js
* version : 16.2.41
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved.
* Use of this code is subject to the terms of our license.
* A copy of the current license can be obtained at any time by e-mailing
* licensing@syncfusion.com. Any infringement will be prosecuted under
* applicable laws.
*/
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("react"),require("@syncfusion/ej2-richtexteditor"),require("@syncfusion/ej2-react-base")):"function"==typeof define&&define.amd?define(["exports","react","@syncfusion/ej2-richtexteditor","@syncfusion/ej2-react-base"],t):t(e.ej={},e.React,e.ej2Richtexteditor,e.ej2ReactBase)}(this,function(e,t,n,r){"use strict";var i=function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])};return function(t,n){function r(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),o=function(e){function n(t){var n=e.call(this,t)||this;return n.initRenderCalled=!1,n.checkInjectedModules=!0,n.state=t,n}return i(n,e),n.prototype.render=function(){if(!(this.element&&!this.initRenderCalled||this.refreshing))return t.createElement("div",this.getDefaultAttributes(),this.props.children);e.prototype.render.call(this),this.initRenderCalled=!0},n}(n.RichTextEditor);r.applyMixins(o,[r.ComponentBase,t.PureComponent]),e.Inject=r.Inject,e.RichTextEditorComponent=o,Object.keys(n).forEach(function(t){e[t]=n[t]}),Object.defineProperty(e,"__esModule",{value:!0})});
//# sourceMappingURL=ej2-react-richtexteditor.umd.min.js.map

9

index.js

@@ -1,8 +0,1 @@

define(["require", "exports", "./src/index"], function (require, exports, index_1) {
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(index_1);
});
export * from './src/index';
{
"name": "@syncfusion/ej2-react-richtexteditor",
"version": "16.2.44",
"version": "16.2.45",
"description": "Essential JS 2 RichTextEditor component for React",

@@ -17,9 +17,9 @@ "author": "Syncfusion Inc.",

"main": "./dist/ej2-react-richtexteditor.umd.min.js",
"module": "dist/es6/ej2-react-richtexteditor.es5.js",
"module": "./src/index.js",
"es2015": "dist/es6/ej2-react-richtexteditor.es2015.js",
"readme": "ReadMe.md",
"dependencies": {
"@syncfusion/ej2-base": "~16.2.41",
"@syncfusion/ej2-react-base": "~16.2.41",
"@syncfusion/ej2-richtexteditor": "16.2.44"
"@syncfusion/ej2-base": "~16.2.45",
"@syncfusion/ej2-react-base": "~16.2.45",
"@syncfusion/ej2-richtexteditor": "16.2.45"
},

@@ -26,0 +26,0 @@ "devDependencies": {

@@ -1,8 +0,1 @@

define(["require", "exports", "./src/richtexteditor/index"], function (require, exports, index_1) {
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(index_1);
});
export * from './src/richtexteditor/index';

@@ -1,10 +0,3 @@

define(["require", "exports", "./richtexteditor", "@syncfusion/ej2-react-base", "@syncfusion/ej2-richtexteditor"], function (require, exports, richtexteditor_1, ej2_react_base_1, ej2_richtexteditor_1) {
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(richtexteditor_1);
exports.Inject = ej2_react_base_1.Inject;
__export(ej2_richtexteditor_1);
});
export * from './richtexteditor';
export { Inject } from '@syncfusion/ej2-react-base';
export * from '@syncfusion/ej2-richtexteditor';

@@ -1,8 +0,1 @@

define(["require", "exports", "./richtexteditor.component"], function (require, exports, richtexteditor_component_1) {
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(richtexteditor_component_1);
});
export * from './richtexteditor.component';

@@ -11,27 +11,26 @@ var __extends = (this && this.__extends) || (function () {

})();
define(["require", "exports", "react", "@syncfusion/ej2-richtexteditor", "@syncfusion/ej2-react-base"], function (require, exports, React, ej2_richtexteditor_1, ej2_react_base_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var RichTextEditorComponent = (function (_super) {
__extends(RichTextEditorComponent, _super);
function RichTextEditorComponent(props) {
var _this = _super.call(this, props) || this;
_this.initRenderCalled = false;
_this.checkInjectedModules = true;
_this.state = props;
return _this;
import * as React from 'react';
import { RichTextEditor } from '@syncfusion/ej2-richtexteditor';
import { ComponentBase, applyMixins } from '@syncfusion/ej2-react-base';
var RichTextEditorComponent = (function (_super) {
__extends(RichTextEditorComponent, _super);
function RichTextEditorComponent(props) {
var _this = _super.call(this, props) || this;
_this.initRenderCalled = false;
_this.checkInjectedModules = true;
_this.state = props;
return _this;
}
RichTextEditorComponent.prototype.render = function () {
if ((this.element && !this.initRenderCalled) || this.refreshing) {
_super.prototype.render.call(this);
this.initRenderCalled = true;
}
RichTextEditorComponent.prototype.render = function () {
if ((this.element && !this.initRenderCalled) || this.refreshing) {
_super.prototype.render.call(this);
this.initRenderCalled = true;
}
else {
return React.createElement('div', this.getDefaultAttributes(), this.props.children);
}
};
return RichTextEditorComponent;
}(ej2_richtexteditor_1.RichTextEditor));
exports.RichTextEditorComponent = RichTextEditorComponent;
ej2_react_base_1.applyMixins(RichTextEditorComponent, [ej2_react_base_1.ComponentBase, React.PureComponent]);
});
else {
return React.createElement('div', this.getDefaultAttributes(), this.props.children);
}
};
return RichTextEditorComponent;
}(RichTextEditor));
export { RichTextEditorComponent };
applyMixins(RichTextEditorComponent, [ComponentBase, React.PureComponent]);
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc