@syncfusion/ej2-vue-richtexteditor 20.4.53 → 21.1.35
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 +13 -1
- package/README.md +4 -4
- package/dist/ej2-vue-richtexteditor.umd.min.js +2 -2
- package/dist/ej2-vue-richtexteditor.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-richtexteditor.es2015.js +184 -207
- package/dist/es6/ej2-vue-richtexteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-richtexteditor.es5.js +199 -227
- package/dist/es6/ej2-vue-richtexteditor.es5.js.map +1 -1
- package/dist/global/ej2-vue-richtexteditor.min.js +2 -2
- package/package.json +9 -9
- package/src/rich-text-editor/richtexteditor.component.d.ts +3 -52
- package/src/rich-text-editor/richtexteditor.component.js +201 -232
- package/styles/bootstrap-dark.css +31 -1
- package/styles/bootstrap.css +31 -1
- package/styles/bootstrap4.css +31 -1
- package/styles/bootstrap5-dark.css +32 -2
- package/styles/bootstrap5.css +32 -2
- package/styles/fabric-dark.css +31 -1
- package/styles/fabric.css +31 -1
- package/styles/fluent-dark.css +34 -4
- package/styles/fluent.css +34 -4
- package/styles/highcontrast-light.css +31 -1
- package/styles/highcontrast.css +31 -1
- package/styles/material-dark.css +31 -1
- package/styles/material.css +31 -1
- package/styles/rich-text-editor/bootstrap-dark.css +31 -1
- package/styles/rich-text-editor/bootstrap.css +31 -1
- package/styles/rich-text-editor/bootstrap4.css +31 -1
- package/styles/rich-text-editor/bootstrap5-dark.css +32 -2
- package/styles/rich-text-editor/bootstrap5.css +32 -2
- package/styles/rich-text-editor/fabric-dark.css +31 -1
- package/styles/rich-text-editor/fabric.css +31 -1
- package/styles/rich-text-editor/fluent-dark.css +34 -4
- package/styles/rich-text-editor/fluent.css +34 -4
- package/styles/rich-text-editor/highcontrast-light.css +31 -1
- package/styles/rich-text-editor/highcontrast.css +31 -1
- package/styles/rich-text-editor/material-dark.css +31 -1
- package/styles/rich-text-editor/material.css +31 -1
- package/styles/rich-text-editor/tailwind-dark.css +31 -1
- package/styles/rich-text-editor/tailwind.css +31 -1
- package/styles/tailwind-dark.css +31 -1
- package/styles/tailwind.css +31 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,19 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I442919` - Now, when focusing out of the Rich Text Editor, the embed YouTube video will not be removed.
|
|
10
|
+
|
|
11
|
+
#### New Features
|
|
12
|
+
|
|
13
|
+
- **Tooltip Integration**: The Rich Text Editor tooltip has been redesigned to more clearly display the keyboard shortcut information, making it easier for users to understand the functions of each toolbar item.
|
|
14
|
+
|
|
15
|
+
## 20.4.53 (2023-03-07)
|
|
16
|
+
|
|
17
|
+
### RichTextEditor
|
|
18
|
+
|
|
19
|
+
#### Bug Fixes
|
|
20
|
+
|
|
21
|
+
- `#F180013` - Resolved issue where pasting from Word with `enterKey` configuration set to `BR` did not work properly in the RichTextEditor.
|
|
9
22
|
- `#I440490` - Now, the inline toolbar will be shown while selecting text in the Rich Text Editor using the keyboard.
|
|
10
23
|
- `#I440456` - Now, expanding the toolbar will work properly when the width of the Rich Text Editor is half the screen size.
|
|
11
24
|
- `#I436678` - Now, the image is not duplicated when it is pasted into the Rich Text Editor and performing `shift+enter` key action.
|
|
@@ -31,7 +44,6 @@
|
|
|
31
44
|
|
|
32
45
|
#### Bug Fixes
|
|
33
46
|
|
|
34
|
-
- `#F180013` - Resolved issue where pasting from Word with `enterKey` configuration set to `BR` did not work properly in the RichTextEditor.
|
|
35
47
|
- `#I431289` - Fixed issue where pasting text from MS Word into the Rich Text Editor and pressing enter caused bullet point text to be removed.
|
|
36
48
|
|
|
37
49
|
## 20.4.50 (2023-02-14)
|
package/README.md
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
The [Vue Rich Text Editor](https://www.syncfusion.com/vue-ui-components/vue-wysiwyg-rich-text-editor?utm_source=npm&utm_medium=listing&utm_campaign=vue-rich-text-editor-npm) component is a feature-rich WYSIWYG HTML editor and WYSIWYG Markdown editor. The Rich Text Editor is widely used to create blogs, forum posts, notes sections, comment sections, messaging applications, and more. The control provides an efficient user interface for a better editing experience with mobile support. It has a variety of tools to edit and format rich content, and it return a valid HTML markup or Markdown (MD) content. It allows users to insert images, links, tables, media files and lists with modular architectures.
|
|
4
4
|
|
|
5
5
|
<p align="center">
|
|
6
|
-
<a href="https://ej2.syncfusion.com/vue/documentation/rich-text-editor/getting-started
|
|
7
|
-
<a href="https://ej2.syncfusion.com/vue/demos
|
|
8
|
-
<a href="https://www.syncfusion.com/vue-components/vue-wysiwyg-rich-text-editor
|
|
6
|
+
<a href="https://ej2.syncfusion.com/vue/documentation/rich-text-editor/getting-started/">Getting started</a> .
|
|
7
|
+
<a href="https://ej2.syncfusion.com/vue/demos/#/bootstrap5/rich-text-editor/tools.html">Online demos</a> .
|
|
8
|
+
<a href="https://www.syncfusion.com/vue-components/vue-wysiwyg-rich-text-editor">Learn more</a>
|
|
9
9
|
</p>
|
|
10
10
|
|
|
11
11
|
<p align="center">
|
|
@@ -104,7 +104,7 @@ Add the Vue Rich Text Editor by using **ejs-richtexteditor** selector in **templ
|
|
|
104
104
|
@import "../node_modules/@syncfusion/ej2-vue-richtexteditor/styles/bootstrap5.css";
|
|
105
105
|
</style>
|
|
106
106
|
```
|
|
107
|
-
> Refer the [Getting Started with Vue3](https://ej2.syncfusion.com/vue/documentation/rich-text-editor/get-started/#getting-started
|
|
107
|
+
> Refer the [Getting Started with Vue3](https://ej2.syncfusion.com/vue/documentation/rich-text-editor/get-started/#getting-started) for using Syncfusion Vue components in Vue 3 applications.
|
|
108
108
|
|
|
109
109
|
## Supported frameworks
|
|
110
110
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-richtexteditor.umd.min.js
|
|
3
|
-
* version :
|
|
3
|
+
* version : 21.1.35
|
|
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
|
|
7
7
|
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
8
8
|
* applicable laws.
|
|
9
9
|
*/
|
|
10
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@syncfusion/ej2-richtexteditor"),require("@syncfusion/ej2-base"),require("@syncfusion/ej2-
|
|
10
|
+
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@syncfusion/ej2-richtexteditor"),require("@syncfusion/ej2-vue-base"),require("@syncfusion/ej2-base")):"function"==typeof define&&define.amd?define(["exports","@syncfusion/ej2-richtexteditor","@syncfusion/ej2-vue-base","@syncfusion/ej2-base"],t):t(e.ej={},e.ej2Richtexteditor,e.ej2VueBase,e.ej2Base)}(this,function(e,t,n,s){"use strict";var i=["isLazyUpdate","plugins","autoSaveOnIdle","backgroundColor","bulletFormatList","cssClass","editorMode","enableAutoUrl","enableHtmlEncode","enableHtmlSanitizer","enablePersistence","enableResize","enableRtl","enableTabKey","enableXhtml","enabled","enterKey","fileManagerSettings","floatingToolbarOffset","fontColor","fontFamily","fontSize","format","formatPainterSettings","formatter","height","htmlAttributes","iframeSettings","inlineMode","insertAudioSettings","insertImageSettings","insertVideoSettings","keyConfig","locale","maxLength","numberFormatList","pasteCleanupSettings","placeholder","quickToolbarSettings","readonly","saveInterval","shiftEnterKey","showCharCount","showTooltip","tableSettings","toolbarSettings","undoRedoSteps","undoRedoTimer","value","valueTemplate","width","actionBegin","actionComplete","afterImageDelete","afterMediaDelete","afterPasteCleanup","beforeDialogClose","beforeDialogOpen","beforeFileUpload","beforeImageDrop","beforeImageUpload","beforePasteCleanup","beforeQuickToolbarOpen","beforeSanitizeHtml","blur","change","created","destroyed","dialogClose","dialogOpen","fileRemoving","fileSelected","fileUploadFailed","fileUploadSuccess","fileUploading","focus","imageRemoving","imageSelected","imageUploadFailed","imageUploadSuccess","imageUploading","quickToolbarClose","quickToolbarOpen","resizeStart","resizeStop","resizing","toolbarClick","toolbarStatusUpdate","updatedToolbarStatus"],o=["value"],a=n.getProps({props:i}),r=a[0],l=a[1],c=Object.keys(l);c.push("modelchanged","update:modelValue");for(var u=0,h=o;u<h.length;u++){var d=h[u];c.push("update:"+d)}var m=n.vueDefineComponent({name:"RichTextEditorComponent",mixins:[n.ComponentBase],props:r,watch:l,emits:c,model:{event:"modelchanged"},provide:function(){return{custom:this.custom}},data:function(){return{ej2Instances:new t.RichTextEditor({}),propKeys:i,models:o,hasChildDirective:!1,hasInjectedModules:!0,tagMapper:{},tagNameMapper:{},isVue3:!n.isExecute,templateCollection:{}}},created:function(){this.ej2Instances._trigger=this.ej2Instances.trigger,this.ej2Instances.trigger=this.trigger,this.bindProperties(),this.ej2Instances._setProperties=this.ej2Instances.setProperties,this.ej2Instances.setProperties=this.setProperties,this.ej2Instances.clearTemplate=this.clearTemplate,this.updated=this.updated},render:function(e){var t=n.isExecute?e:n.gh,i=null;return s.isNullOrUndefined(this.$slots.default)||(i=n.isExecute?this.$slots.default:this.$slots.default()),t("textarea",i)},methods:{clearTemplate:function(e){if(e||(e=Object.keys(this.templateCollection||{})),e.length&&this.templateCollection)for(var t=0,n=e;t<n.length;t++){var i=n[t],o=this.templateCollection[i];if(o&&o.length){for(var a=0,r=o;a<r.length;a++){var l=r[a];s.getValue("__vue__.$destroy",l)&&l.__vue__.$destroy(),l.innerHTML&&(l.innerHTML="")}delete this.templateCollection[i]}}},setProperties:function(e,t){var n=this;this.isVue3&&(this.models=this.models?this.models:this.ej2Instances.referModels),this.ej2Instances&&this.ej2Instances._setProperties&&this.ej2Instances._setProperties(e,t),e&&this.models&&this.models.length&&Object.keys(e).map(function(t){n.models.map(function(s){t!==s||/datasource/i.test(t)||(n.isVue3?n.ej2Instances.vueInstance.$emit("update:"+t,e[t]):(n.$emit("update:"+t,e[t]),n.$emit("modelchanged",e[t])))})})},trigger:function(e,t,i){if(n.isExecute||(this.models=this.models?this.models:this.ej2Instances.referModels),"change"!==e&&"input"!==e||!this.models||0===this.models.length){if("actionBegin"===e&&"dateNavigate"===t.requestType&&this.models&&0!==this.models.length){a=(o=this.models.toString().match(/currentView|selectedDate/)||[])[0];t&&o&&!s.isUndefined(t[a])&&(n.isExecute?(this.$emit("update:"+a,t[a]),this.$emit("modelchanged",t[a])):(this.ej2Instances.vueInstance.$emit("update:"+a,t[a]),this.ej2Instances.vueInstance.$emit("modelchanged",t[a])))}}else{var o,a=(o=this.models.toString().match(/checked|value/)||[])[0];t&&o&&!s.isUndefined(t[a])&&(n.isExecute?("change"===e||this.$props&&!this.$props.isLazyUpdate)&&(this.$emit("update:"+a,t[a]),this.$emit("modelchanged",t[a])):(this.ej2Instances.vueInstance.$emit("update:"+a,t[a]),this.ej2Instances.vueInstance.$emit("modelchanged",t[a]),this.ej2Instances.vueInstance.$emit("update:modelValue",t[a])))}this.ej2Instances&&this.ej2Instances._trigger&&this.ej2Instances._trigger(e,t,i)},custom:function(){this.updated()},cleanList:function(e){return this.ej2Instances.cleanList(e)},closeDialog:function(e){return this.ej2Instances.closeDialog(e)},disableToolbarItem:function(e,t){return this.ej2Instances.disableToolbarItem(e,t)},enableToolbarItem:function(e,t){return this.ej2Instances.enableToolbarItem(e,t)},executeCommand:function(e,t,n){return this.ej2Instances.executeCommand(e,t,n)},focusIn:function(){return this.ej2Instances.focusIn()},focusOut:function(){return this.ej2Instances.focusOut()},getCharCount:function(){return this.ej2Instances.getCharCount()},getContent:function(){return this.ej2Instances.getContent()},getHtml:function(){return this.ej2Instances.getHtml()},getRange:function(){return this.ej2Instances.getRange()},getSelectedHtml:function(){return this.ej2Instances.getSelectedHtml()},getSelection:function(){return this.ej2Instances.getSelection()},getText:function(){return this.ej2Instances.getText()},getXhtml:function(){return this.ej2Instances.getXhtml()},hideInlineToolbar:function(){return this.ej2Instances.hideInlineToolbar()},print:function(){return this.ej2Instances.print()},refreshUI:function(){return this.ej2Instances.refreshUI()},removeToolbarItem:function(e){return this.ej2Instances.removeToolbarItem(e)},renderTemplates:function(e){return this.ej2Instances.renderTemplates(e)},sanitizeHtml:function(e){return this.ej2Instances.sanitizeHtml(e)},selectAll:function(){return this.ej2Instances.selectAll()},selectRange:function(e){return this.ej2Instances.selectRange(e)},showDialog:function(e){return this.ej2Instances.showDialog(e)},showFullScreen:function(){return this.ej2Instances.showFullScreen()},showInlineToolbar:function(){return this.ej2Instances.showInlineToolbar()},showSourceCode:function(){return this.ej2Instances.showSourceCode()}}}),f={name:"ejs-richtexteditor",install:function(e){e.component(f.name,m)}};e.RichTextEditorComponent=m,e.RichTextEditorPlugin=f,Object.keys(t).forEach(function(n){e[n]=t[n]}),Object.defineProperty(e,"__esModule",{value:!0})});
|
|
11
11
|
//# sourceMappingURL=ej2-vue-richtexteditor.umd.min.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ej2-vue-richtexteditor.umd.min.js","sources":["../vue2/src/rich-text-editor/richtexteditor.component.js"],"sourcesContent":["var __extends = (this && this.__extends) || (function () {\n var extendStatics = function (d, b) {\n extendStatics = Object.setPrototypeOf ||\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\n function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };\n return extendStatics(d, b);\n };\n return function (d, b) {\n extendStatics(d, b);\n function __() { this.constructor = d; }\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\n };\n})();\nvar __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\n return c > 3 && r && Object.defineProperty(target, key, r), r;\n};\nimport { isUndefined } from '@syncfusion/ej2-base';\nimport { ComponentBase, EJComponentDecorator } from '@syncfusion/ej2-vue-base';\nimport { getValue } from '@syncfusion/ej2-base';\nimport { RichTextEditor } from '@syncfusion/ej2-richtexteditor';\nexport var properties = ['isLazyUpdate', 'plugins', 'autoSaveOnIdle', 'backgroundColor', 'bulletFormatList', 'cssClass', 'editorMode', 'enableAutoUrl', 'enableHtmlEncode', 'enableHtmlSanitizer', 'enablePersistence', 'enableResize', 'enableRtl', 'enableTabKey', 'enableXhtml', 'enabled', 'enterKey', 'fileManagerSettings', 'floatingToolbarOffset', 'fontColor', 'fontFamily', 'fontSize', 'format', 'formatter', 'height', 'htmlAttributes', 'iframeSettings', 'inlineMode', 'insertAudioSettings', 'insertImageSettings', 'insertVideoSettings', 'keyConfig', 'locale', 'maxLength', 'numberFormatList', 'pasteCleanupSettings', 'placeholder', 'quickToolbarSettings', 'readonly', 'saveInterval', 'shiftEnterKey', 'showCharCount', 'tableSettings', 'toolbarSettings', 'undoRedoSteps', 'undoRedoTimer', 'value', 'valueTemplate', 'width', 'actionBegin', 'actionComplete', 'afterImageDelete', 'afterMediaDelete', 'afterPasteCleanup', 'beforeDialogClose', 'beforeDialogOpen', 'beforeFileUpload', 'beforeImageDrop', 'beforeImageUpload', 'beforePasteCleanup', 'beforeQuickToolbarOpen', 'beforeSanitizeHtml', 'blur', 'change', 'created', 'destroyed', 'dialogClose', 'dialogOpen', 'fileRemoving', 'fileSelected', 'fileUploadFailed', 'fileUploadSuccess', 'fileUploading', 'focus', 'imageRemoving', 'imageSelected', 'imageUploadFailed', 'imageUploadSuccess', 'imageUploading', 'quickToolbarClose', 'quickToolbarOpen', 'resizeStart', 'resizeStop', 'resizing', 'toolbarClick', 'toolbarStatusUpdate', 'updatedToolbarStatus'];\nexport var modelProps = ['value'];\n/**\n * `ejs-richtexteditor` represents the VueJS RichTextEditor Component.\n * ```vue\n * <ejs-richtexteditor></ejs-richtexteditor>\n * ```\n */\nvar RichTextEditorComponent = /** @class */ (function (_super) {\n __extends(RichTextEditorComponent, _super);\n function RichTextEditorComponent() {\n var _this = _super.call(this, arguments) || this;\n _this.propKeys = properties;\n _this.models = modelProps;\n _this.hasChildDirective = false;\n _this.hasInjectedModules = true;\n _this.tagMapper = {};\n _this.tagNameMapper = {};\n _this.ej2Instances = new RichTextEditor({});\n _this.ej2Instances._trigger = _this.ej2Instances.trigger;\n _this.ej2Instances.trigger = _this.trigger;\n _this.bindProperties();\n _this.ej2Instances._setProperties = _this.ej2Instances.setProperties;\n _this.ej2Instances.setProperties = _this.setProperties;\n _this.ej2Instances.clearTemplate = _this.clearTemplate;\n _this.updated = _this.updated;\n return _this;\n }\n RichTextEditorComponent.prototype.clearTemplate = function (templateNames) {\n if (!templateNames) {\n templateNames = Object.keys(this.templateCollection || {});\n }\n if (templateNames.length && this.templateCollection) {\n for (var _i = 0, templateNames_1 = templateNames; _i < templateNames_1.length; _i++) {\n var tempName = templateNames_1[_i];\n var elementCollection = this.templateCollection[tempName];\n if (elementCollection && elementCollection.length) {\n for (var _a = 0, elementCollection_1 = elementCollection; _a < elementCollection_1.length; _a++) {\n var ele = elementCollection_1[_a];\n var destroy = getValue('__vue__.$destroy', ele);\n if (destroy) {\n ele.__vue__.$destroy();\n }\n if (ele.innerHTML) {\n ele.innerHTML = '';\n }\n }\n delete this.templateCollection[tempName];\n }\n }\n }\n };\n RichTextEditorComponent.prototype.setProperties = function (prop, muteOnChange) {\n var _this = this;\n if (this.ej2Instances && this.ej2Instances._setProperties) {\n this.ej2Instances._setProperties(prop, muteOnChange);\n }\n if (prop && this.models && this.models.length) {\n Object.keys(prop).map(function (key) {\n _this.models.map(function (model) {\n if ((key === model) && !(/datasource/i.test(key))) {\n _this.$emit('update:' + key, prop[key]);\n }\n });\n });\n }\n };\n RichTextEditorComponent.prototype.trigger = function (eventName, eventProp, successHandler) {\n if ((eventName === 'change' || eventName === 'input') && this.models && (this.models.length !== 0)) {\n var key = this.models.toString().match(/checked|value/) || [];\n var propKey = key[0];\n if (eventProp && key && !isUndefined(eventProp[propKey])) {\n this.$emit('update:' + propKey, eventProp[propKey]);\n this.$emit('modelchanged', eventProp[propKey]);\n }\n }\n else if ((eventName === 'actionBegin' && eventProp.requestType === 'dateNavigate') && this.models && (this.models.length !== 0)) {\n var key = this.models.toString().match(/currentView|selectedDate/) || [];\n var propKey = key[0];\n if (eventProp && key && !isUndefined(eventProp[propKey])) {\n this.$emit('update:' + propKey, eventProp[propKey]);\n this.$emit('modelchanged', eventProp[propKey]);\n }\n }\n if (this.ej2Instances && this.ej2Instances._trigger) {\n this.ej2Instances._trigger(eventName, eventProp, successHandler);\n }\n };\n RichTextEditorComponent.prototype.render = function (createElement) {\n return createElement('textarea', this.$slots.default);\n };\n RichTextEditorComponent.prototype.custom = function () {\n this.updated();\n };\n RichTextEditorComponent.prototype.cleanList = function (e) {\n return this.ej2Instances.cleanList(e);\n };\n RichTextEditorComponent.prototype.closeDialog = function (type) {\n return this.ej2Instances.closeDialog(type);\n };\n RichTextEditorComponent.prototype.disableToolbarItem = function (items, muteToolbarUpdate) {\n return this.ej2Instances.disableToolbarItem(items, muteToolbarUpdate);\n };\n RichTextEditorComponent.prototype.enableToolbarItem = function (items, muteToolbarUpdate) {\n return this.ej2Instances.enableToolbarItem(items, muteToolbarUpdate);\n };\n RichTextEditorComponent.prototype.executeCommand = function (commandName, value, option) {\n return this.ej2Instances.executeCommand(commandName, value, option);\n };\n RichTextEditorComponent.prototype.focusIn = function () {\n return this.ej2Instances.focusIn();\n };\n RichTextEditorComponent.prototype.focusOut = function () {\n return this.ej2Instances.focusOut();\n };\n RichTextEditorComponent.prototype.getCharCount = function () {\n return this.ej2Instances.getCharCount();\n };\n RichTextEditorComponent.prototype.getContent = function () {\n return this.ej2Instances.getContent();\n };\n RichTextEditorComponent.prototype.getHtml = function () {\n return this.ej2Instances.getHtml();\n };\n RichTextEditorComponent.prototype.getRange = function () {\n return this.ej2Instances.getRange();\n };\n RichTextEditorComponent.prototype.getSelectedHtml = function () {\n return this.ej2Instances.getSelectedHtml();\n };\n RichTextEditorComponent.prototype.getSelection = function () {\n return this.ej2Instances.getSelection();\n };\n RichTextEditorComponent.prototype.getText = function () {\n return this.ej2Instances.getText();\n };\n RichTextEditorComponent.prototype.getXhtml = function () {\n return this.ej2Instances.getXhtml();\n };\n RichTextEditorComponent.prototype.hideInlineToolbar = function () {\n return this.ej2Instances.hideInlineToolbar();\n };\n RichTextEditorComponent.prototype.print = function () {\n return this.ej2Instances.print();\n };\n RichTextEditorComponent.prototype.refreshUI = function () {\n return this.ej2Instances.refreshUI();\n };\n RichTextEditorComponent.prototype.removeToolbarItem = function (items) {\n return this.ej2Instances.removeToolbarItem(items);\n };\n RichTextEditorComponent.prototype.renderTemplates = function (callBack) {\n return this.ej2Instances.renderTemplates(callBack);\n };\n RichTextEditorComponent.prototype.sanitizeHtml = function (value) {\n return this.ej2Instances.sanitizeHtml(value);\n };\n RichTextEditorComponent.prototype.selectAll = function () {\n return this.ej2Instances.selectAll();\n };\n RichTextEditorComponent.prototype.selectRange = function (range) {\n return this.ej2Instances.selectRange(range);\n };\n RichTextEditorComponent.prototype.showDialog = function (type) {\n return this.ej2Instances.showDialog(type);\n };\n RichTextEditorComponent.prototype.showFullScreen = function () {\n return this.ej2Instances.showFullScreen();\n };\n RichTextEditorComponent.prototype.showInlineToolbar = function () {\n return this.ej2Instances.showInlineToolbar();\n };\n RichTextEditorComponent.prototype.showSourceCode = function () {\n return this.ej2Instances.showSourceCode();\n };\n RichTextEditorComponent = __decorate([\n EJComponentDecorator({\n props: properties,\n model: {\n event: 'modelchanged'\n }\n })\n ], RichTextEditorComponent);\n return RichTextEditorComponent;\n}(ComponentBase));\nexport { RichTextEditorComponent };\nexport var RichTextEditorPlugin = {\n name: 'ejs-richtexteditor',\n install: function (Vue) {\n Vue.component(RichTextEditorPlugin.name, RichTextEditorComponent);\n }\n};\n"],"names":["__extends","extendStatics","d","b","Object","setPrototypeOf","__proto__","Array","p","hasOwnProperty","__","this","constructor","prototype","create","__decorate","decorators","target","key","desc","c","arguments","length","r","getOwnPropertyDescriptor","Reflect","decorate","i","defineProperty","properties","modelProps","RichTextEditorComponent","_super","_this","call","propKeys","models","hasChildDirective","hasInjectedModules","tagMapper","tagNameMapper","ej2Instances","RichTextEditor","_trigger","trigger","bindProperties","_setProperties","setProperties","clearTemplate","updated","templateNames","keys","templateCollection","_i","templateNames_1","tempName","elementCollection","_a","elementCollection_1","ele","getValue","__vue__","$destroy","innerHTML","prop","muteOnChange","map","model","test","$emit","eventName","eventProp","successHandler","requestType","propKey","toString","match","isUndefined","render","createElement","$slots","default","custom","cleanList","e","closeDialog","type","disableToolbarItem","items","muteToolbarUpdate","enableToolbarItem","executeCommand","commandName","value","option","focusIn","focusOut","getCharCount","getContent","getHtml","getRange","getSelectedHtml","getSelection","getText","getXhtml","hideInlineToolbar","print","refreshUI","removeToolbarItem","renderTemplates","callBack","sanitizeHtml","selectAll","selectRange","range","showDialog","showFullScreen","showInlineToolbar","showSourceCode","EJComponentDecorator","props","event","ComponentBase","RichTextEditorPlugin","name","install","Vue","component"],"mappings":"uaAAA,IAAIA,EAAwC,WACxC,IAAIC,EAAgB,SAAUC,EAAGC,GAI7B,OAHAF,EAAgBG,OAAOC,iBAChBC,wBAA2BC,OAAS,SAAUL,EAAGC,GAAKD,EAAEI,UAAYH,IACvE,SAAUD,EAAGC,GAAK,IAAK,IAAIK,KAAKL,EAAOA,EAAEM,eAAeD,KAAIN,EAAEM,GAAKL,EAAEK,MACpDN,EAAGC,IAE5B,OAAO,SAAUD,EAAGC,GAEhB,SAASO,IAAOC,KAAKC,YAAcV,EADnCD,EAAcC,EAAGC,GAEjBD,EAAEW,UAAkB,OAANV,EAAaC,OAAOU,OAAOX,IAAMO,EAAGG,UAAYV,EAAEU,UAAW,IAAIH,IAV3C,GAaxCK,EAA0C,SAAUC,EAAYC,EAAQC,EAAKC,GAC7E,IAA2HjB,EAAvHkB,EAAIC,UAAUC,OAAQC,EAAIH,EAAI,EAAIH,EAAkB,OAATE,EAAgBA,EAAOf,OAAOoB,yBAAyBP,EAAQC,GAAOC,EACrH,GAAuB,iBAAZM,SAAoD,mBAArBA,QAAQC,SAAyBH,EAAIE,QAAQC,SAASV,EAAYC,EAAQC,EAAKC,QACpH,IAAK,IAAIQ,EAAIX,EAAWM,OAAS,EAAGK,GAAK,EAAGA,KAASzB,EAAIc,EAAWW,MAAIJ,GAAKH,EAAI,EAAIlB,EAAEqB,GAAKH,EAAI,EAAIlB,EAAEe,EAAQC,EAAKK,GAAKrB,EAAEe,EAAQC,KAASK,GAChJ,OAAOH,EAAI,GAAKG,GAAKnB,OAAOwB,eAAeX,EAAQC,EAAKK,GAAIA,GAMrDM,GAAc,eAAgB,UAAW,iBAAkB,kBAAmB,mBAAoB,WAAY,aAAc,gBAAiB,mBAAoB,sBAAuB,oBAAqB,eAAgB,YAAa,eAAgB,cAAe,UAAW,WAAY,sBAAuB,wBAAyB,YAAa,aAAc,WAAY,SAAU,YAAa,SAAU,iBAAkB,iBAAkB,aAAc,sBAAuB,sBAAuB,sBAAuB,YAAa,SAAU,YAAa,mBAAoB,uBAAwB,cAAe,uBAAwB,WAAY,eAAgB,gBAAiB,gBAAiB,gBAAiB,kBAAmB,gBAAiB,gBAAiB,QAAS,gBAAiB,QAAS,cAAe,iBAAkB,mBAAoB,mBAAoB,oBAAqB,oBAAqB,mBAAoB,mBAAoB,kBAAmB,oBAAqB,qBAAsB,yBAA0B,qBAAsB,OAAQ,SAAU,UAAW,YAAa,cAAe,aAAc,eAAgB,eAAgB,mBAAoB,oBAAqB,gBAAiB,QAAS,gBAAiB,gBAAiB,oBAAqB,qBAAsB,iBAAkB,oBAAqB,mBAAoB,cAAe,aAAc,WAAY,eAAgB,sBAAuB,wBACx7CC,GAAc,SAOrBC,EAAyC,SAAUC,GAEnD,SAASD,IACL,IAAIE,EAAQD,EAAOE,KAAKvB,KAAMU,YAAcV,KAe5C,OAdAsB,EAAME,SAAWN,EACjBI,EAAMG,OAASN,EACfG,EAAMI,mBAAoB,EAC1BJ,EAAMK,oBAAqB,EAC3BL,EAAMM,aACNN,EAAMO,iBACNP,EAAMQ,aAAe,IAAIC,qBACzBT,EAAMQ,aAAaE,SAAWV,EAAMQ,aAAaG,QACjDX,EAAMQ,aAAaG,QAAUX,EAAMW,QACnCX,EAAMY,iBACNZ,EAAMQ,aAAaK,eAAiBb,EAAMQ,aAAaM,cACvDd,EAAMQ,aAAaM,cAAgBd,EAAMc,cACzCd,EAAMQ,aAAaO,cAAgBf,EAAMe,cACzCf,EAAMgB,QAAUhB,EAAMgB,QACfhB,EA6JX,OA9KAjC,EAAU+B,EAAyBC,GAmBnCD,EAAwBlB,UAAUmC,cAAgB,SAAUE,GAIxD,GAHKA,IACDA,EAAgB9C,OAAO+C,KAAKxC,KAAKyC,yBAEjCF,EAAc5B,QAAUX,KAAKyC,mBAC7B,IAAK,IAAIC,EAAK,EAAGC,EAAkBJ,EAAeG,EAAKC,EAAgBhC,OAAQ+B,IAAM,CACjF,IAAIE,EAAWD,EAAgBD,GAC3BG,EAAoB7C,KAAKyC,mBAAmBG,GAChD,GAAIC,GAAqBA,EAAkBlC,OAAQ,CAC/C,IAAK,IAAImC,EAAK,EAAGC,EAAsBF,EAAmBC,EAAKC,EAAoBpC,OAAQmC,IAAM,CAC7F,IAAIE,EAAMD,EAAoBD,GAChBG,WAAS,mBAAoBD,IAEvCA,EAAIE,QAAQC,WAEZH,EAAII,YACJJ,EAAII,UAAY,WAGjBpD,KAAKyC,mBAAmBG,MAK/CxB,EAAwBlB,UAAUkC,cAAgB,SAAUiB,EAAMC,GAC9D,IAAIhC,EAAQtB,KACRA,KAAK8B,cAAgB9B,KAAK8B,aAAaK,gBACvCnC,KAAK8B,aAAaK,eAAekB,EAAMC,GAEvCD,GAAQrD,KAAKyB,QAAUzB,KAAKyB,OAAOd,QACnClB,OAAO+C,KAAKa,GAAME,IAAI,SAAUhD,GAC5Be,EAAMG,OAAO8B,IAAI,SAAUC,GAClBjD,IAAQiD,GAAY,cAAcC,KAAKlD,IACxCe,EAAMoC,MAAM,UAAYnD,EAAK8C,EAAK9C,SAMtDa,EAAwBlB,UAAU+B,QAAU,SAAU0B,EAAWC,EAAWC,GACxE,GAAmB,WAAdF,GAAwC,UAAdA,IAA0B3D,KAAKyB,QAAkC,IAAvBzB,KAAKyB,OAAOd,QAQhF,GAAmB,gBAAdgD,GAAyD,iBAA1BC,EAAUE,aAAmC9D,KAAKyB,QAAkC,IAAvBzB,KAAKyB,OAAOd,OAAe,CAEzHoD,GADAxD,EAAMP,KAAKyB,OAAOuC,WAAWC,MAAM,iCACrB,GACdL,GAAarD,IAAQ2D,cAAYN,EAAUG,MAC3C/D,KAAK0D,MAAM,UAAYK,EAASH,EAAUG,IAC1C/D,KAAK0D,MAAM,eAAgBE,EAAUG,UAbuD,CAChG,IAAIxD,EACAwD,GADAxD,EAAMP,KAAKyB,OAAOuC,WAAWC,MAAM,sBACrB,GACdL,GAAarD,IAAQ2D,cAAYN,EAAUG,MAC3C/D,KAAK0D,MAAM,UAAYK,EAASH,EAAUG,IAC1C/D,KAAK0D,MAAM,eAAgBE,EAAUG,KAWzC/D,KAAK8B,cAAgB9B,KAAK8B,aAAaE,UACvChC,KAAK8B,aAAaE,SAAS2B,EAAWC,EAAWC,IAGzDzC,EAAwBlB,UAAUiE,OAAS,SAAUC,GACjD,OAAOA,EAAc,WAAYpE,KAAKqE,OAAOC,UAEjDlD,EAAwBlB,UAAUqE,OAAS,WACvCvE,KAAKsC,WAETlB,EAAwBlB,UAAUsE,UAAY,SAAUC,GACpD,OAAOzE,KAAK8B,aAAa0C,UAAUC,IAEvCrD,EAAwBlB,UAAUwE,YAAc,SAAUC,GACtD,OAAO3E,KAAK8B,aAAa4C,YAAYC,IAEzCvD,EAAwBlB,UAAU0E,mBAAqB,SAAUC,EAAOC,GACpE,OAAO9E,KAAK8B,aAAa8C,mBAAmBC,EAAOC,IAEvD1D,EAAwBlB,UAAU6E,kBAAoB,SAAUF,EAAOC,GACnE,OAAO9E,KAAK8B,aAAaiD,kBAAkBF,EAAOC,IAEtD1D,EAAwBlB,UAAU8E,eAAiB,SAAUC,EAAaC,EAAOC,GAC7E,OAAOnF,KAAK8B,aAAakD,eAAeC,EAAaC,EAAOC,IAEhE/D,EAAwBlB,UAAUkF,QAAU,WACxC,OAAOpF,KAAK8B,aAAasD,WAE7BhE,EAAwBlB,UAAUmF,SAAW,WACzC,OAAOrF,KAAK8B,aAAauD,YAE7BjE,EAAwBlB,UAAUoF,aAAe,WAC7C,OAAOtF,KAAK8B,aAAawD,gBAE7BlE,EAAwBlB,UAAUqF,WAAa,WAC3C,OAAOvF,KAAK8B,aAAayD,cAE7BnE,EAAwBlB,UAAUsF,QAAU,WACxC,OAAOxF,KAAK8B,aAAa0D,WAE7BpE,EAAwBlB,UAAUuF,SAAW,WACzC,OAAOzF,KAAK8B,aAAa2D,YAE7BrE,EAAwBlB,UAAUwF,gBAAkB,WAChD,OAAO1F,KAAK8B,aAAa4D,mBAE7BtE,EAAwBlB,UAAUyF,aAAe,WAC7C,OAAO3F,KAAK8B,aAAa6D,gBAE7BvE,EAAwBlB,UAAU0F,QAAU,WACxC,OAAO5F,KAAK8B,aAAa8D,WAE7BxE,EAAwBlB,UAAU2F,SAAW,WACzC,OAAO7F,KAAK8B,aAAa+D,YAE7BzE,EAAwBlB,UAAU4F,kBAAoB,WAClD,OAAO9F,KAAK8B,aAAagE,qBAE7B1E,EAAwBlB,UAAU6F,MAAQ,WACtC,OAAO/F,KAAK8B,aAAaiE,SAE7B3E,EAAwBlB,UAAU8F,UAAY,WAC1C,OAAOhG,KAAK8B,aAAakE,aAE7B5E,EAAwBlB,UAAU+F,kBAAoB,SAAUpB,GAC5D,OAAO7E,KAAK8B,aAAamE,kBAAkBpB,IAE/CzD,EAAwBlB,UAAUgG,gBAAkB,SAAUC,GAC1D,OAAOnG,KAAK8B,aAAaoE,gBAAgBC,IAE7C/E,EAAwBlB,UAAUkG,aAAe,SAAUlB,GACvD,OAAOlF,KAAK8B,aAAasE,aAAalB,IAE1C9D,EAAwBlB,UAAUmG,UAAY,WAC1C,OAAOrG,KAAK8B,aAAauE,aAE7BjF,EAAwBlB,UAAUoG,YAAc,SAAUC,GACtD,OAAOvG,KAAK8B,aAAawE,YAAYC,IAEzCnF,EAAwBlB,UAAUsG,WAAa,SAAU7B,GACrD,OAAO3E,KAAK8B,aAAa0E,WAAW7B,IAExCvD,EAAwBlB,UAAUuG,eAAiB,WAC/C,OAAOzG,KAAK8B,aAAa2E,kBAE7BrF,EAAwBlB,UAAUwG,kBAAoB,WAClD,OAAO1G,KAAK8B,aAAa4E,qBAE7BtF,EAAwBlB,UAAUyG,eAAiB,WAC/C,OAAO3G,KAAK8B,aAAa6E,kBAE7BvF,EAA0BhB,GACtBwG,wBACIC,MAAO3F,EACPsC,OACIsD,MAAO,mBAGhB1F,IAEL2F,iBAESC,GACPC,KAAM,qBACNC,QAAS,SAAUC,GACfA,EAAIC,UAAUJ,EAAqBC,KAAM7F"}
|
|
1
|
+
{"version":3,"file":"ej2-vue-richtexteditor.umd.min.js","sources":["../src/rich-text-editor/richtexteditor.component.js"],"sourcesContent":["import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';\nimport { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';\nimport { isUndefined } from '@syncfusion/ej2-base';\nimport { RichTextEditor } from '@syncfusion/ej2-richtexteditor';\nexport var properties = ['isLazyUpdate', 'plugins', 'autoSaveOnIdle', 'backgroundColor', 'bulletFormatList', 'cssClass', 'editorMode', 'enableAutoUrl', 'enableHtmlEncode', 'enableHtmlSanitizer', 'enablePersistence', 'enableResize', 'enableRtl', 'enableTabKey', 'enableXhtml', 'enabled', 'enterKey', 'fileManagerSettings', 'floatingToolbarOffset', 'fontColor', 'fontFamily', 'fontSize', 'format', 'formatPainterSettings', 'formatter', 'height', 'htmlAttributes', 'iframeSettings', 'inlineMode', 'insertAudioSettings', 'insertImageSettings', 'insertVideoSettings', 'keyConfig', 'locale', 'maxLength', 'numberFormatList', 'pasteCleanupSettings', 'placeholder', 'quickToolbarSettings', 'readonly', 'saveInterval', 'shiftEnterKey', 'showCharCount', 'showTooltip', 'tableSettings', 'toolbarSettings', 'undoRedoSteps', 'undoRedoTimer', 'value', 'valueTemplate', 'width', 'actionBegin', 'actionComplete', 'afterImageDelete', 'afterMediaDelete', 'afterPasteCleanup', 'beforeDialogClose', 'beforeDialogOpen', 'beforeFileUpload', 'beforeImageDrop', 'beforeImageUpload', 'beforePasteCleanup', 'beforeQuickToolbarOpen', 'beforeSanitizeHtml', 'blur', 'change', 'created', 'destroyed', 'dialogClose', 'dialogOpen', 'fileRemoving', 'fileSelected', 'fileUploadFailed', 'fileUploadSuccess', 'fileUploading', 'focus', 'imageRemoving', 'imageSelected', 'imageUploadFailed', 'imageUploadSuccess', 'imageUploading', 'quickToolbarClose', 'quickToolbarOpen', 'resizeStart', 'resizeStop', 'resizing', 'toolbarClick', 'toolbarStatusUpdate', 'updatedToolbarStatus'];\nexport var modelProps = ['value'];\nexport var testProp = getProps({ props: properties });\nexport var props = testProp[0], watch = testProp[1], emitProbs = Object.keys(watch);\nemitProbs.push('modelchanged', 'update:modelValue');\nfor (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {\n var props_1 = modelProps_1[_i];\n emitProbs.push('update:' + props_1);\n}\n/**\n * `ejs-richtexteditor` represents the VueJS RichTextEditor Component.\n * ```vue\n * <ejs-richtexteditor></ejs-richtexteditor>\n * ```\n */\nexport var RichTextEditorComponent = vueDefineComponent({\n name: 'RichTextEditorComponent',\n mixins: [ComponentBase],\n props: props,\n watch: watch,\n emits: emitProbs,\n model: { event: 'modelchanged' },\n provide: function () { return { custom: this.custom }; },\n data: function () {\n return {\n ej2Instances: new RichTextEditor({}),\n propKeys: properties,\n models: modelProps,\n hasChildDirective: false,\n hasInjectedModules: true,\n tagMapper: {},\n tagNameMapper: {},\n isVue3: !isExecute,\n templateCollection: {},\n };\n },\n created: function () {\n this.ej2Instances._trigger = this.ej2Instances.trigger;\n this.ej2Instances.trigger = this.trigger;\n this.bindProperties();\n this.ej2Instances._setProperties = this.ej2Instances.setProperties;\n this.ej2Instances.setProperties = this.setProperties;\n this.ej2Instances.clearTemplate = this.clearTemplate;\n this.updated = this.updated;\n },\n render: function (createElement) {\n var h = !isExecute ? gh : createElement;\n var slots = null;\n if (!isNullOrUndefined(this.$slots.default)) {\n slots = !isExecute ? this.$slots.default() : this.$slots.default;\n }\n return h('textarea', slots);\n },\n methods: {\n clearTemplate: function (templateNames) {\n if (!templateNames) {\n templateNames = Object.keys(this.templateCollection || {});\n }\n if (templateNames.length && this.templateCollection) {\n for (var _i = 0, templateNames_1 = templateNames; _i < templateNames_1.length; _i++) {\n var tempName = templateNames_1[_i];\n var elementCollection = this.templateCollection[tempName];\n if (elementCollection && elementCollection.length) {\n for (var _a = 0, elementCollection_1 = elementCollection; _a < elementCollection_1.length; _a++) {\n var ele = elementCollection_1[_a];\n var destroy = getValue('__vue__.$destroy', ele);\n if (destroy) {\n ele.__vue__.$destroy();\n }\n if (ele.innerHTML) {\n ele.innerHTML = '';\n }\n }\n delete this.templateCollection[tempName];\n }\n }\n }\n },\n setProperties: function (prop, muteOnChange) {\n var _this = this;\n if (this.isVue3) {\n this.models = !this.models ? this.ej2Instances.referModels : this.models;\n }\n if (this.ej2Instances && this.ej2Instances._setProperties) {\n this.ej2Instances._setProperties(prop, muteOnChange);\n }\n if (prop && this.models && this.models.length) {\n Object.keys(prop).map(function (key) {\n _this.models.map(function (model) {\n if ((key === model) && !(/datasource/i.test(key))) {\n if (_this.isVue3) {\n _this.ej2Instances.vueInstance.$emit('update:' + key, prop[key]);\n }\n else {\n _this.$emit('update:' + key, prop[key]);\n _this.$emit('modelchanged', prop[key]);\n }\n }\n });\n });\n }\n },\n trigger: function (eventName, eventProp, successHandler) {\n if (!isExecute) {\n this.models = !this.models ? this.ej2Instances.referModels : this.models;\n }\n if ((eventName === 'change' || eventName === 'input') && this.models && (this.models.length !== 0)) {\n var key = this.models.toString().match(/checked|value/) || [];\n var propKey = key[0];\n if (eventProp && key && !isUndefined(eventProp[propKey])) {\n if (!isExecute) {\n this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);\n this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);\n this.ej2Instances.vueInstance.$emit('update:modelValue', eventProp[propKey]);\n }\n else {\n if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {\n this.$emit('update:' + propKey, eventProp[propKey]);\n this.$emit('modelchanged', eventProp[propKey]);\n }\n }\n }\n }\n else if ((eventName === 'actionBegin' && eventProp.requestType === 'dateNavigate') && this.models && (this.models.length !== 0)) {\n var key = this.models.toString().match(/currentView|selectedDate/) || [];\n var propKey = key[0];\n if (eventProp && key && !isUndefined(eventProp[propKey])) {\n if (!isExecute) {\n this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);\n this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);\n }\n else {\n this.$emit('update:' + propKey, eventProp[propKey]);\n this.$emit('modelchanged', eventProp[propKey]);\n }\n }\n }\n if ((this.ej2Instances && this.ej2Instances._trigger)) {\n this.ej2Instances._trigger(eventName, eventProp, successHandler);\n }\n },\n custom: function () {\n this.updated();\n },\n cleanList: function (e) {\n return this.ej2Instances.cleanList(e);\n },\n closeDialog: function (type) {\n return this.ej2Instances.closeDialog(type);\n },\n disableToolbarItem: function (items, muteToolbarUpdate) {\n return this.ej2Instances.disableToolbarItem(items, muteToolbarUpdate);\n },\n enableToolbarItem: function (items, muteToolbarUpdate) {\n return this.ej2Instances.enableToolbarItem(items, muteToolbarUpdate);\n },\n executeCommand: function (commandName, value, option) {\n return this.ej2Instances.executeCommand(commandName, value, option);\n },\n focusIn: function () {\n return this.ej2Instances.focusIn();\n },\n focusOut: function () {\n return this.ej2Instances.focusOut();\n },\n getCharCount: function () {\n return this.ej2Instances.getCharCount();\n },\n getContent: function () {\n return this.ej2Instances.getContent();\n },\n getHtml: function () {\n return this.ej2Instances.getHtml();\n },\n getRange: function () {\n return this.ej2Instances.getRange();\n },\n getSelectedHtml: function () {\n return this.ej2Instances.getSelectedHtml();\n },\n getSelection: function () {\n return this.ej2Instances.getSelection();\n },\n getText: function () {\n return this.ej2Instances.getText();\n },\n getXhtml: function () {\n return this.ej2Instances.getXhtml();\n },\n hideInlineToolbar: function () {\n return this.ej2Instances.hideInlineToolbar();\n },\n print: function () {\n return this.ej2Instances.print();\n },\n refreshUI: function () {\n return this.ej2Instances.refreshUI();\n },\n removeToolbarItem: function (items) {\n return this.ej2Instances.removeToolbarItem(items);\n },\n renderTemplates: function (callBack) {\n return this.ej2Instances.renderTemplates(callBack);\n },\n sanitizeHtml: function (value) {\n return this.ej2Instances.sanitizeHtml(value);\n },\n selectAll: function () {\n return this.ej2Instances.selectAll();\n },\n selectRange: function (range) {\n return this.ej2Instances.selectRange(range);\n },\n showDialog: function (type) {\n return this.ej2Instances.showDialog(type);\n },\n showFullScreen: function () {\n return this.ej2Instances.showFullScreen();\n },\n showInlineToolbar: function () {\n return this.ej2Instances.showInlineToolbar();\n },\n showSourceCode: function () {\n return this.ej2Instances.showSourceCode();\n },\n }\n});\nexport var RichTextEditorPlugin = {\n name: 'ejs-richtexteditor',\n install: function (Vue) {\n Vue.component(RichTextEditorPlugin.name, RichTextEditorComponent);\n }\n};\n"],"names":["properties","modelProps","testProp","getProps","props","watch","emitProbs","Object","keys","push","_i","modelProps_1","length","props_1","RichTextEditorComponent","vueDefineComponent","name","mixins","ComponentBase","emits","model","event","provide","custom","this","data","ej2Instances","RichTextEditor","propKeys","models","hasChildDirective","hasInjectedModules","tagMapper","tagNameMapper","isVue3","isExecute","templateCollection","created","_trigger","trigger","bindProperties","_setProperties","setProperties","clearTemplate","updated","render","createElement","h","gh","slots","isNullOrUndefined","$slots","default","methods","templateNames","templateNames_1","tempName","elementCollection","_a","elementCollection_1","ele","getValue","__vue__","$destroy","innerHTML","prop","muteOnChange","_this","referModels","map","key","test","vueInstance","$emit","eventName","eventProp","successHandler","requestType","propKey","toString","match","isUndefined","$props","isLazyUpdate","cleanList","e","closeDialog","type","disableToolbarItem","items","muteToolbarUpdate","enableToolbarItem","executeCommand","commandName","value","option","focusIn","focusOut","getCharCount","getContent","getHtml","getRange","getSelectedHtml","getSelection","getText","getXhtml","hideInlineToolbar","print","refreshUI","removeToolbarItem","renderTemplates","callBack","sanitizeHtml","selectAll","selectRange","range","showDialog","showFullScreen","showInlineToolbar","showSourceCode","RichTextEditorPlugin","install","Vue","component"],"mappings":"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"}
|