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

@syncfusion/ej2-vue-richtexteditor

Package Overview
Dependencies
Maintainers
2
Versions
265
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 16.2.52 to 16.3.17

17

CHANGELOG.md

@@ -7,2 +7,19 @@ # Changelog

#### New Features
1. Image resize support has been provided.
1. Insert table support has provided for HTML Editor which includes below sub features,
1. Create and modify the table, table rows and columns.
1. Row and column resize.
1. Quick toolbar interaction.
1. Table header and custom styles.
#### Breaking Changes
- `setContent` method has removed, use `value` property to set the content instead.
## 16.2.51 (2018-09-04)
### RichTextEditor
#### Bug Fixes

@@ -9,0 +26,0 @@

6

dist/ej2-vue-richtexteditor.umd.min.js
/*!
* filename: ej2-vue-richtexteditor.umd.min.js
* version : 16.2.52
* version : 16.3.17
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved.

@@ -12,3 +12,3 @@ * Use of this code is subject to the terms of our license.

* filename: ej2-vue-richtexteditor.umd.min.js
* version : 16.2.50
* version : 16.2.41
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved.

@@ -21,3 +21,3 @@ * Use of this code is subject to the terms of our license.

!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@syncfusion/ej2-richtexteditor"),require("@syncfusion/ej2-base"),require("@syncfusion/ej2-vue-base")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-richtexteditor","@syncfusion/ej2-base","@syncfusion/ej2-vue-base"],t):t(e.ej={},e.ej2Richtexteditor,e.ej2Base,e.ej2VueBase)}(this,function(e,t,n,o){"use strict";var r=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 o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),s=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},i=["backgroundColor","cssClass","editorMode","enableHtmlEncode","enablePersistence","enableRtl","enableTabKey","enabled","floatingToolbarOffset","fontColor","fontFamily","fontSize","format","formatter","height","htmlAttributes","iframeSettings","inlineMode","insertImageSettings","keyConfig","locale","maxLength","placeholder","quickToolbarSettings","readonly","showCharCount","toolbarSettings","undoRedoSteps","undoRedoTimer","value","valueTemplate","width","actionBegin","actionComplete","blur","change","created","destroyed","focus","toolbarClick"],c=["value"],a=function(e){function a(){var n=e.call(this)||this;return n.propKeys=i,n.models=c,n.hasChildDirective=!1,n.hasInjectedModules=!0,n.tagMapper={},n.tagNameMapper={},n.ej2Instances=new t.RichTextEditor({}),n.ej2Instances._trigger=n.ej2Instances.trigger,n.ej2Instances.trigger=n.trigger,n.bindProperties(),n}return r(a,e),a.prototype.trigger=function(e,t){if("change"===e&&this.models&&0!==this.models.length){var o=this.models.toString().match(/checked|value/)||[],r=o[0];t&&o&&!n.isUndefined(t[r])&&this.$emit("modelchanged",t[r])}this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t)},a.prototype.setProperties=function(e,t){var n=this;if(this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&0!==this.models.length){var o=[],r=!1;Object.keys(e).map(function(e){n.models.map(function(t){e!==t||/datasource/i.test(e)||(o.push(e),r=!0)})}),r&&o.map(function(t){n.$emit("update:"+t,e[t])})}},a.prototype.render=function(e){return e("div",this.$slots.default)},a.prototype.disableToolbarItem=function(e){return this.ej2Instances.disableToolbarItem(e)},a.prototype.enableToolbarItem=function(e){return this.ej2Instances.enableToolbarItem(e)},a.prototype.executeCommand=function(e,t){return this.ej2Instances.executeCommand(e,t)},a.prototype.focusIn=function(){return this.ej2Instances.focusIn()},a.prototype.focusOut=function(){return this.ej2Instances.focusOut()},a.prototype.getContent=function(){return this.ej2Instances.getContent()},a.prototype.getHtml=function(){return this.ej2Instances.getHtml()},a.prototype.getID=function(){return this.ej2Instances.getID()},a.prototype.getRange=function(){return this.ej2Instances.getRange()},a.prototype.getSelection=function(){return this.ej2Instances.getSelection()},a.prototype.getText=function(){return this.ej2Instances.getText()},a.prototype.invokeChangeEvent=function(){return this.ej2Instances.invokeChangeEvent()},a.prototype.onCopy=function(){return this.ej2Instances.onCopy()},a.prototype.onCut=function(){return this.ej2Instances.onCut()},a.prototype.onPaste=function(e){return this.ej2Instances.onPaste(e)},a.prototype.print=function(){return this.ej2Instances.print()},a.prototype.refresh=function(){return this.ej2Instances.refresh()},a.prototype.removeToolbarItem=function(e){return this.ej2Instances.removeToolbarItem(e)},a.prototype.selectAll=function(){return this.ej2Instances.selectAll()},a.prototype.selectRange=function(e){return this.ej2Instances.selectRange(e)},a.prototype.setContent=function(e){return this.ej2Instances.setContent(e)},a.prototype.setContentHeight=function(e,t){return this.ej2Instances.setContentHeight(e,t)},a.prototype.setEnable=function(){return this.ej2Instances.setEnable()},a.prototype.setPlaceHolder=function(){return this.ej2Instances.setPlaceHolder()},a.prototype.setReadOnly=function(){return this.ej2Instances.setReadOnly()},a.prototype.showFullScreen=function(){return this.ej2Instances.showFullScreen()},a.prototype.showSourceCode=function(){return this.ej2Instances.showSourceCode()},a.prototype.updateValue=function(e){return this.ej2Instances.updateValue(e)},a=s([o.EJComponentDecorator({props:i,model:{event:"modelchanged"}})],a)}(o.ComponentBase),u={name:"ejs-richtexteditor",install:function(e){e.component(u.name,a)}};e.RichTextEditorComponent=a,e.RichTextEditorPlugin=u,Object.keys(t).forEach(function(n){e[n]=t[n]}),Object.defineProperty(e,"__esModule",{value:!0})});
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@syncfusion/ej2-richtexteditor"),require("@syncfusion/ej2-base"),require("@syncfusion/ej2-vue-base")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-richtexteditor","@syncfusion/ej2-base","@syncfusion/ej2-vue-base"],t):t(e.ej={},e.ej2Richtexteditor,e.ej2Base,e.ej2VueBase)}(this,function(e,t,n,o){"use strict";var r=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 o(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(o.prototype=n.prototype,new o)}}(),s=function(e,t,n,o){var r,s=arguments.length,i=s<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,o);else for(var c=e.length-1;c>=0;c--)(r=e[c])&&(i=(s<3?r(i):s>3?r(t,n,i):r(t,n))||i);return s>3&&i&&Object.defineProperty(t,n,i),i},i=["backgroundColor","cssClass","editorMode","enableHtmlEncode","enablePersistence","enableRtl","enableTabKey","enabled","floatingToolbarOffset","fontColor","fontFamily","fontSize","format","formatter","height","htmlAttributes","iframeSettings","inlineMode","insertImageSettings","keyConfig","locale","maxLength","placeholder","quickToolbarSettings","readonly","showCharCount","tableSettings","toolbarSettings","undoRedoSteps","undoRedoTimer","value","valueTemplate","width","actionBegin","actionComplete","blur","change","created","destroyed","focus","resizeStart","resizeStop","resizing","toolbarClick"],c=["value"],a=function(e){function a(){var n=e.call(this)||this;return n.propKeys=i,n.models=c,n.hasChildDirective=!1,n.hasInjectedModules=!0,n.tagMapper={},n.tagNameMapper={},n.ej2Instances=new t.RichTextEditor({}),n.ej2Instances._trigger=n.ej2Instances.trigger,n.ej2Instances.trigger=n.trigger,n.bindProperties(),n}return r(a,e),a.prototype.trigger=function(e,t){if("change"===e&&this.models&&0!==this.models.length){var o=this.models.toString().match(/checked|value/)||[],r=o[0];t&&o&&!n.isUndefined(t[r])&&this.$emit("modelchanged",t[r])}this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t)},a.prototype.setProperties=function(e,t){var n=this;if(this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&0!==this.models.length){var o=[],r=!1;Object.keys(e).map(function(e){n.models.map(function(t){e!==t||/datasource/i.test(e)||(o.push(e),r=!0)})}),r&&o.map(function(t){n.$emit("update:"+t,e[t])})}},a.prototype.render=function(e){return e("div",this.$slots.default)},a.prototype.disableToolbarItem=function(e){return this.ej2Instances.disableToolbarItem(e)},a.prototype.enableToolbarItem=function(e){return this.ej2Instances.enableToolbarItem(e)},a.prototype.executeCommand=function(e,t){return this.ej2Instances.executeCommand(e,t)},a.prototype.focusIn=function(){return this.ej2Instances.focusIn()},a.prototype.focusOut=function(){return this.ej2Instances.focusOut()},a.prototype.getContent=function(){return this.ej2Instances.getContent()},a.prototype.getHtml=function(){return this.ej2Instances.getHtml()},a.prototype.getID=function(){return this.ej2Instances.getID()},a.prototype.getRange=function(){return this.ej2Instances.getRange()},a.prototype.getSelection=function(){return this.ej2Instances.getSelection()},a.prototype.getText=function(){return this.ej2Instances.getText()},a.prototype.invokeChangeEvent=function(){return this.ej2Instances.invokeChangeEvent()},a.prototype.onCopy=function(){return this.ej2Instances.onCopy()},a.prototype.onCut=function(){return this.ej2Instances.onCut()},a.prototype.onPaste=function(e){return this.ej2Instances.onPaste(e)},a.prototype.preventDefaultResize=function(e){return this.ej2Instances.preventDefaultResize(e)},a.prototype.print=function(){return this.ej2Instances.print()},a.prototype.refresh=function(){return this.ej2Instances.refresh()},a.prototype.removeToolbarItem=function(e){return this.ej2Instances.removeToolbarItem(e)},a.prototype.selectAll=function(){return this.ej2Instances.selectAll()},a.prototype.selectRange=function(e){return this.ej2Instances.selectRange(e)},a.prototype.setContentHeight=function(e,t){return this.ej2Instances.setContentHeight(e,t)},a.prototype.setEnable=function(){return this.ej2Instances.setEnable()},a.prototype.setPlaceHolder=function(){return this.ej2Instances.setPlaceHolder()},a.prototype.setReadOnly=function(){return this.ej2Instances.setReadOnly()},a.prototype.showFullScreen=function(){return this.ej2Instances.showFullScreen()},a.prototype.showSourceCode=function(){return this.ej2Instances.showSourceCode()},a.prototype.updateValue=function(e){return this.ej2Instances.updateValue(e)},a=s([o.EJComponentDecorator({props:i,model:{event:"modelchanged"}})],a)}(o.ComponentBase),u={name:"ejs-richtexteditor",install:function(e){e.component(u.name,a)}};e.RichTextEditorComponent=a,e.RichTextEditorPlugin=u,Object.keys(t).forEach(function(n){e[n]=t[n]}),Object.defineProperty(e,"__esModule",{value:!0})});
//# sourceMappingURL=ej2-vue-richtexteditor.umd.min.js.map

@@ -11,3 +11,3 @@ import { RichTextEditor } from '@syncfusion/ej2-richtexteditor';

};
const properties = ['backgroundColor', 'cssClass', 'editorMode', 'enableHtmlEncode', 'enablePersistence', 'enableRtl', 'enableTabKey', 'enabled', 'floatingToolbarOffset', 'fontColor', 'fontFamily', 'fontSize', 'format', 'formatter', 'height', 'htmlAttributes', 'iframeSettings', 'inlineMode', 'insertImageSettings', 'keyConfig', 'locale', 'maxLength', 'placeholder', 'quickToolbarSettings', 'readonly', 'showCharCount', 'toolbarSettings', 'undoRedoSteps', 'undoRedoTimer', 'value', 'valueTemplate', 'width', 'actionBegin', 'actionComplete', 'blur', 'change', 'created', 'destroyed', 'focus', 'toolbarClick'];
const properties = ['backgroundColor', 'cssClass', 'editorMode', 'enableHtmlEncode', 'enablePersistence', 'enableRtl', 'enableTabKey', 'enabled', 'floatingToolbarOffset', 'fontColor', 'fontFamily', 'fontSize', 'format', 'formatter', 'height', 'htmlAttributes', 'iframeSettings', 'inlineMode', 'insertImageSettings', 'keyConfig', 'locale', 'maxLength', 'placeholder', 'quickToolbarSettings', 'readonly', 'showCharCount', 'tableSettings', 'toolbarSettings', 'undoRedoSteps', 'undoRedoTimer', 'value', 'valueTemplate', 'width', 'actionBegin', 'actionComplete', 'blur', 'change', 'created', 'destroyed', 'focus', 'resizeStart', 'resizeStop', 'resizing', 'toolbarClick'];
const modelProps = ['value'];

@@ -119,2 +119,5 @@ /**

}
preventDefaultResize(e) {
return this.ej2Instances.preventDefaultResize(e);
}
print() {

@@ -135,5 +138,2 @@ return this.ej2Instances.print();

}
setContent(element) {
return this.ej2Instances.setContent(element);
}
setContentHeight(target, isExpand) {

@@ -140,0 +140,0 @@ return this.ej2Instances.setContentHeight(target, isExpand);

@@ -21,3 +21,3 @@ import { RichTextEditor } from '@syncfusion/ej2-richtexteditor';

};
var properties = ['backgroundColor', 'cssClass', 'editorMode', 'enableHtmlEncode', 'enablePersistence', 'enableRtl', 'enableTabKey', 'enabled', 'floatingToolbarOffset', 'fontColor', 'fontFamily', 'fontSize', 'format', 'formatter', 'height', 'htmlAttributes', 'iframeSettings', 'inlineMode', 'insertImageSettings', 'keyConfig', 'locale', 'maxLength', 'placeholder', 'quickToolbarSettings', 'readonly', 'showCharCount', 'toolbarSettings', 'undoRedoSteps', 'undoRedoTimer', 'value', 'valueTemplate', 'width', 'actionBegin', 'actionComplete', 'blur', 'change', 'created', 'destroyed', 'focus', 'toolbarClick'];
var properties = ['backgroundColor', 'cssClass', 'editorMode', 'enableHtmlEncode', 'enablePersistence', 'enableRtl', 'enableTabKey', 'enabled', 'floatingToolbarOffset', 'fontColor', 'fontFamily', 'fontSize', 'format', 'formatter', 'height', 'htmlAttributes', 'iframeSettings', 'inlineMode', 'insertImageSettings', 'keyConfig', 'locale', 'maxLength', 'placeholder', 'quickToolbarSettings', 'readonly', 'showCharCount', 'tableSettings', 'toolbarSettings', 'undoRedoSteps', 'undoRedoTimer', 'value', 'valueTemplate', 'width', 'actionBegin', 'actionComplete', 'blur', 'change', 'created', 'destroyed', 'focus', 'resizeStart', 'resizeStop', 'resizing', 'toolbarClick'];
var modelProps = ['value'];

@@ -132,2 +132,5 @@ /**

};
RichTextEditorComponent.prototype.preventDefaultResize = function (e) {
return this.ej2Instances.preventDefaultResize(e);
};
RichTextEditorComponent.prototype.print = function () {

@@ -148,5 +151,2 @@ return this.ej2Instances.print();

};
RichTextEditorComponent.prototype.setContent = function (element) {
return this.ej2Instances.setContent(element);
};
RichTextEditorComponent.prototype.setContentHeight = function (target, isExpand) {

@@ -153,0 +153,0 @@ return this.ej2Instances.setContentHeight(target, isExpand);

{
"name": "@syncfusion/ej2-vue-richtexteditor",
"version": "16.2.52",
"version": "16.3.17",
"description": "Essential JS 2 RichTextEditor component for Vue",

@@ -30,5 +30,5 @@ "author": "Syncfusion Inc.",

"dependencies": {
"@syncfusion/ej2-base": "~16.2.50",
"@syncfusion/ej2-vue-base": "~16.2.50",
"@syncfusion/ej2-richtexteditor": "16.2.52"
"@syncfusion/ej2-base": "~16.3.17",
"@syncfusion/ej2-vue-base": "~16.3.17",
"@syncfusion/ej2-richtexteditor": "16.3.17"
},

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

@@ -5,4 +5,5 @@ # ej2-vue-richtexteditor

![](../../Read-me-Images/rte.GIF)
![](../../ReadMe_Images/RTE.GIF)
>Note: This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials).

@@ -22,17 +23,19 @@ >A free community license (https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers..

* [GettingStarted](https://ej2.syncfusion.com/vue/documentation/rich-text-editor/getting-started.html)
* [View Online Demos](https://ej2.syncfusion.com/vue/demos/#/material/rte/)
* [Product Page](https://www.syncfusion.com/products/vue/rich-text-editor)
* [GettingStarted](https://ej2.syncfusion.com/vue/documentation/rich-text-editor/getting-started.html)
* [View Online Demos](https://ej2.syncfusion.com/vue/demos/#/material/rte/)
* [Product Page](https://www.syncfusion.com/products/vue/rich-text-editor)
## 3. Supported frameworks
These components are available in following list of
1. [TypeScript](https://ej2.syncfusion.com/demos/#/material)
2. [Angular](https://ej2.syncfusion.com/angular/demos/#/material)
3. [React](https://ej2.syncfusion.com/react/demos/#/material)
4. [ASP.NET Core](https://aspdotnetcore.syncfusion.com)
5. [ASP.NET MVC](http://aspnetmvc.syncfusion.com)
6. [JavaScript (ES5)](https://ej2.syncfusion.com/javascript/demos/#/material)
1. [TypeScript - https://ej2.syncfusion.com/demos/#/material)
2. [Angular - https://ej2.syncfusion.com/angular/demos/#/material)
3. [React - https://ej2.syncfusion.com/react/demos/#/material)
4. [ASP.NET Core - https://aspdotnetcore.syncfusion.com)
5. [ASP.NET MVC - http://aspnetmvc.syncfusion.com)
6. [JavaScript (ES5) - https://ej2.syncfusion.com/javascript/demos/#/material)
## 4. Use-case samples / Showcase samples
## 4. Use-case samples / Showcase samples
* HTML editor ([Live Demo](https://ej2.syncfusion.com/vue/demos/#/material/rte/tools.html))

@@ -45,11 +48,11 @@ * Blog posting ([Live Demo](https://ej2.syncfusion.com/vue/demos/#/material/rte/forums.html))

* [**Mode**](https://ej2.syncfusion.com/vue/demos/#/material/rte/iframe.html): Provides `<IFRAME>` and `<DIV>` mode.
* [**Markdown**](https://ej2.syncfusion.com/vue/demos/#/material/rte/markdown-preview.html): Handles markdown editing.
* [**Module**](https://ej2.syncfusion.com/vue/documentation/rich-text-editor/getting-started.html?lang=typescript#module-injection): Contains a modular library to load the necessary functionality on demand.
* [**Toolbar**](https://ej2.syncfusion.com/vue/demos/#/material/rte/types.html): Provides a fully customizable toolbar.
* [**Editing**](https://ej2.syncfusion.com/vue/documentation/rich-text-editor/miscellaneous.html?lang=typescript#code-view): HTML view to edit the source directly for developers.
* [**Third-party Integration**](https://ej2.syncfusion.com/vue/documentation/rich-text-editor/third-party.html): Integrates third-party library.
* [**Preview**](https://ej2.syncfusion.com/vue/demos/#/material/rte/markdown-preview.html): Preview the modified content before saving it.
* [**Tools**](https://ej2.syncfusion.com/vue/documentation/rich-text-editor/toolbar.html#toolbar-items): Handles images, hyperlinks, uploads, and more.
* [**Undo and Redo**](https://ej2.syncfusion.com/vue/documentation/rich-text-editor/miscellaneous.html?lang=typescript#undoredo-manager): Contains undo/redo manager.
* [Mode](https://ej2.syncfusion.com/vue/demos/#/material/rte/iframe.html): Provides <IFRAME> and <DIV> mode.
* [Markdown](https://ej2.syncfusion.com/vue/demos/#/material/rte/markdown-preview.html): Handles markdown editing.
* [Module](https://ej2.syncfusion.com/vue/documentation/rich-text-editor/getting-started.html?lang=typescript#module-injection): Contains a modular library to load the necessary functionality on demand.
* [Toolbar](https://ej2.syncfusion.com/vue/demos/#/material/rte/types.html): Provides a fully customizable toolbar.
* [Editing](https://ej2.syncfusion.com/vue/documentation/rich-text-editor/miscellaneous.html?lang=typescript#code-view): HTML view to edit the source directly for developers.
* [Third-party Integration](https://ej2.syncfusion.com/vue/documentation/rich-text-editor/third-party.html): Integrates third-party library.
* [Preview](https://ej2.syncfusion.com/vue/demos/#/material/rte/markdown-preview.html): Preview the modified content before saving it.
* [Tools](https://ej2.syncfusion.com/vue/documentation/rich-text-editor/toolbar.html#toolbar-items): Handles images, hyperlinks, uploads, and more.
* [Undo and Redo](https://ej2.syncfusion.com/vue/documentation/rich-text-editor/miscellaneous.html?lang=typescript#undoredo-manager): Contains undo/redo manager.

@@ -60,5 +63,5 @@

Product support can be obtained through the following mediums:
* Creating incident in Syncfusion [Direct-trac](https://www.syncfusion.com/support/directtrac/incidents?utm_source=npm&utm_campaign=richtexteditor) support system or [Community forum.](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_campaign=richtexteditor)
* New [GitHub issue](https://github.com/syncfusion/ej2-richtexteditor/issues/new).
* Ask your query in Stack Overflow with tag `syncfusion`, `ej2`.
• Creating incident in Syncfusion [Direct-trac](https://www.syncfusion.com/support/directtrac/incidents?utm_source=npm&utm_campaign=richtexteditor) support system or [Community forum.](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_campaign=richtexteditor)
• New [GitHub issue](https://github.com/syncfusion/ej2-richtexteditor/issues/new).
• Ask your query in Stack Overflow with tag ‘syncfusion’, ‘ej2’.

@@ -65,0 +68,0 @@ ## 7. License

@@ -1,5 +0,1 @@

import * as vuerichtexteditor from './index';
import * as base from '@syncfusion/ej2-base';
import * as vuebase from '@syncfusion/ej2-vue-base';
import * as richtexteditor from '@syncfusion/ej2-richtexteditor';
export { vuerichtexteditor, base, vuebase, richtexteditor };
export * from './index';

@@ -41,2 +41,3 @@ import { ComponentBase } from '@syncfusion/ej2-vue-base';

onPaste(e?: Object | Object): void;
preventDefaultResize(e: Object | Object): void;
print(): void;

@@ -47,3 +48,2 @@ refresh(): void;

selectRange(range: Object): void;
setContent(element: Object): void;
setContentHeight(target?: string, isExpand?: boolean): void;

@@ -50,0 +50,0 @@ setEnable(): void;

@@ -20,3 +20,3 @@ var __extends = (this && this.__extends) || (function () {

import { RichTextEditor } from '@syncfusion/ej2-richtexteditor';
export var properties = ['backgroundColor', 'cssClass', 'editorMode', 'enableHtmlEncode', 'enablePersistence', 'enableRtl', 'enableTabKey', 'enabled', 'floatingToolbarOffset', 'fontColor', 'fontFamily', 'fontSize', 'format', 'formatter', 'height', 'htmlAttributes', 'iframeSettings', 'inlineMode', 'insertImageSettings', 'keyConfig', 'locale', 'maxLength', 'placeholder', 'quickToolbarSettings', 'readonly', 'showCharCount', 'toolbarSettings', 'undoRedoSteps', 'undoRedoTimer', 'value', 'valueTemplate', 'width', 'actionBegin', 'actionComplete', 'blur', 'change', 'created', 'destroyed', 'focus', 'toolbarClick'];
export var properties = ['backgroundColor', 'cssClass', 'editorMode', 'enableHtmlEncode', 'enablePersistence', 'enableRtl', 'enableTabKey', 'enabled', 'floatingToolbarOffset', 'fontColor', 'fontFamily', 'fontSize', 'format', 'formatter', 'height', 'htmlAttributes', 'iframeSettings', 'inlineMode', 'insertImageSettings', 'keyConfig', 'locale', 'maxLength', 'placeholder', 'quickToolbarSettings', 'readonly', 'showCharCount', 'tableSettings', 'toolbarSettings', 'undoRedoSteps', 'undoRedoTimer', 'value', 'valueTemplate', 'width', 'actionBegin', 'actionComplete', 'blur', 'change', 'created', 'destroyed', 'focus', 'resizeStart', 'resizeStop', 'resizing', 'toolbarClick'];
export var modelProps = ['value'];

@@ -131,2 +131,5 @@ /**

};
RichTextEditorComponent.prototype.preventDefaultResize = function (e) {
return this.ej2Instances.preventDefaultResize(e);
};
RichTextEditorComponent.prototype.print = function () {

@@ -147,5 +150,2 @@ return this.ej2Instances.print();

};
RichTextEditorComponent.prototype.setContent = function (element) {
return this.ej2Instances.setContent(element);
};
RichTextEditorComponent.prototype.setContentHeight = function (target, isExpand) {

@@ -152,0 +152,0 @@ return this.ej2Instances.setContentHeight(target, isExpand);

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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