@syncfusion/ej2-angular-richtexteditor 26.2.8-ngcc → 26.2.8
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 +2251 -0
- package/esm2020/public_api.mjs +2 -0
- package/esm2020/src/index.mjs +5 -0
- package/esm2020/src/rich-text-editor/richtexteditor-all.module.mjs +71 -0
- package/esm2020/src/rich-text-editor/richtexteditor.component.mjs +197 -0
- package/esm2020/src/rich-text-editor/richtexteditor.module.mjs +25 -0
- package/esm2020/syncfusion-ej2-angular-richtexteditor.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs +291 -0
- package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs +291 -0
- package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs.map +1 -0
- package/package.json +26 -12
- package/src/rich-text-editor/richtexteditor-all.module.d.ts +6 -0
- package/src/rich-text-editor/richtexteditor.component.d.ts +3 -0
- package/src/rich-text-editor/richtexteditor.module.d.ts +6 -0
- package/syncfusion-ej2-angular-richtexteditor.d.ts +5 -0
- package/@syncfusion/ej2-angular-richtexteditor.es5.js +0 -343
- package/@syncfusion/ej2-angular-richtexteditor.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-richtexteditor.js +0 -324
- package/@syncfusion/ej2-angular-richtexteditor.js.map +0 -1
- package/dist/ej2-angular-richtexteditor.umd.js +0 -847
- package/dist/ej2-angular-richtexteditor.umd.js.map +0 -1
- package/dist/ej2-angular-richtexteditor.umd.min.js +0 -11
- package/dist/ej2-angular-richtexteditor.umd.min.js.map +0 -1
- package/ej2-angular-richtexteditor.d.ts +0 -5
- package/ej2-angular-richtexteditor.metadata.json +0 -1
- package/license +0 -10
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ej2-angular-richtexteditor.umd.js","sources":["~/@syncfusion/ej2-angular-richtexteditor/src/rich-text-editor/richtexteditor-all.module.ts","~/@syncfusion/ej2-angular-richtexteditor/src/rich-text-editor/richtexteditor.module.ts","~/@syncfusion/ej2-angular-richtexteditor/src/rich-text-editor/richtexteditor.component.ts"],"sourcesContent":["import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { RichTextEditorComponent } from './richtexteditor.component';\nimport { RichTextEditorModule } from './richtexteditor.module';\nimport {Toolbar, Link, Image, Audio, Video, Count, QuickToolbar, HtmlEditor, MarkdownEditor, Table, PasteCleanup, Resize, FileManager, FormatPainter, EmojiPicker} from '@syncfusion/ej2-richtexteditor';\n\n\nexport const /** @type {?} */ ToolbarService: ValueProvider = { provide: 'RichTextEditorToolbar', useValue: Toolbar};\nexport const /** @type {?} */ LinkService: ValueProvider = { provide: 'RichTextEditorLink', useValue: Link};\nexport const /** @type {?} */ ImageService: ValueProvider = { provide: 'RichTextEditorImage', useValue: Image};\nexport const /** @type {?} */ AudioService: ValueProvider = { provide: 'RichTextEditorAudio', useValue: Audio};\nexport const /** @type {?} */ VideoService: ValueProvider = { provide: 'RichTextEditorVideo', useValue: Video};\nexport const /** @type {?} */ CountService: ValueProvider = { provide: 'RichTextEditorCount', useValue: Count};\nexport const /** @type {?} */ QuickToolbarService: ValueProvider = { provide: 'RichTextEditorQuickToolbar', useValue: QuickToolbar};\nexport const /** @type {?} */ HtmlEditorService: ValueProvider = { provide: 'RichTextEditorHtmlEditor', useValue: HtmlEditor};\nexport const /** @type {?} */ MarkdownEditorService: ValueProvider = { provide: 'RichTextEditorMarkdownEditor', useValue: MarkdownEditor};\nexport const /** @type {?} */ TableService: ValueProvider = { provide: 'RichTextEditorTable', useValue: Table};\nexport const /** @type {?} */ PasteCleanupService: ValueProvider = { provide: 'RichTextEditorPasteCleanup', useValue: PasteCleanup};\nexport const /** @type {?} */ ResizeService: ValueProvider = { provide: 'RichTextEditorResize', useValue: Resize};\nexport const /** @type {?} */ FileManagerService: ValueProvider = { provide: 'RichTextEditorFileManager', useValue: FileManager};\nexport const /** @type {?} */ FormatPainterService: ValueProvider = { provide: 'RichTextEditorFormatPainter', useValue: FormatPainter};\nexport const /** @type {?} */ EmojiPickerService: ValueProvider = { provide: 'RichTextEditorEmojiPicker', useValue: EmojiPicker};\n/**\n * NgModule definition for the RichTextEditor component with providers.\n */\nexport class RichTextEditorAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, RichTextEditorModule],\n exports: [\n RichTextEditorModule\n ],\n providers:[\n ToolbarService,\n LinkService,\n ImageService,\n AudioService,\n VideoService,\n CountService,\n QuickToolbarService,\n HtmlEditorService,\n MarkdownEditorService,\n TableService,\n PasteCleanupService,\n ResizeService,\n FileManagerService,\n FormatPainterService,\n EmojiPickerService\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction RichTextEditorAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nRichTextEditorAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRichTextEditorAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { RichTextEditorComponent } from './richtexteditor.component';\n/**\n * NgModule definition for the RichTextEditor component.\n */\nexport class RichTextEditorModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n RichTextEditorComponent\n ],\n exports: [\n RichTextEditorComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction RichTextEditorModule_tsickle_Closure_declarations() {\n/** @type {?} */\nRichTextEditorModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRichTextEditorModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, ChangeDetectorRef, forwardRef, ContentChild } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, FormBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { RichTextEditor } from '@syncfusion/ej2-richtexteditor';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nexport const /** @type {?} */ inputs: string[] = ['autoSaveOnIdle','backgroundColor','bulletFormatList','cssClass','editorMode','emojiPickerSettings','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'];\nexport const /** @type {?} */ outputs: string[] = ['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','valueChange'];\nexport const /** @type {?} */ twoWays: string[] = ['value'];\n/**\n * `ejs-richtexteditor` represents the Angular richtexteditor Component.\n * ```html\n * <ejs-richtexteditor></ejs-richtexteditor>\n * ```\n */\n@ComponentMixins([ComponentBase, FormBase])\nexport class RichTextEditorComponent extends RichTextEditor implements IComponentBase {\npublic formCompContext : any;\npublic formContext : any;\npublic tagObjects: any;\n\tactionBegin: any;\n\tactionComplete: any;\n\tafterImageDelete: any;\n\tafterMediaDelete: any;\n\tafterPasteCleanup: any;\n\tbeforeDialogClose: any;\n\tbeforeDialogOpen: any;\n\tbeforeFileUpload: any;\n\tbeforeImageDrop: any;\n\tbeforeImageUpload: any;\n\tbeforePasteCleanup: any;\n\tbeforeQuickToolbarOpen: any;\n\tbeforeSanitizeHtml: any;\n\tblur: any;\n\tchange: any;\n\tcreated: any;\n\tdestroyed: any;\n\tdialogClose: any;\n\tdialogOpen: any;\n\tfileRemoving: any;\n\tfileSelected: any;\n\tfileUploadFailed: any;\n\tfileUploadSuccess: any;\n\tfileUploading: any;\n\tfocus: any;\n\timageRemoving: any;\n\timageSelected: any;\n\timageUploadFailed: any;\n\timageUploadSuccess: any;\n\timageUploading: any;\n\tquickToolbarClose: any;\n\tquickToolbarOpen: any;\n\tresizeStart: any;\n\tresizeStop: any;\n\tresizing: any;\n\ttoolbarClick: any;\n\ttoolbarStatusUpdate: any;\n\tupdatedToolbarStatus: any;\npublic valueChange: any;\n/**\n * Accepts the template design and assigns it as RichTextEditor’s content. \n * The built-in template engine which provides options to compile template string into a executable function. \n * For EX: We have expression evolution as like ES6 expression string literals\n * \n * {% codeBlock src='rich-text-editor/value-template/index.md' %}{% endcodeBlock %}\n * \n * \\@default null\n * \\@asptype string\n */\n@Template()\n public valueTemplate: any;\nprivate skipFromEvent:boolean = true;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n * @param {?} cdr\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector,\nprivate cdr: ChangeDetectorRef) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('RichTextEditorToolbar');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorLink');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorImage');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorAudio');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorVideo');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorCount');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorQuickToolbar');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorHtmlEditor');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorMarkdownEditor');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorTable');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorPasteCleanup');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorResize');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorFileManager');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorFormatPainter');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorEmojiPicker');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.formContext = new FormBase();\n this.formCompContext = new ComponentBase();\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnChange(registerFunction: (_: any) => void): void {\n }\n/**\n * @param {?} registerFunction\n * @return {?}\n */\npublic registerOnTouched(registerFunction: () => void): void {\n }\n/**\n * @param {?} value\n * @return {?}\n */\npublic writeValue(value: any): void {\n }\n/**\n * @param {?} disabled\n * @return {?}\n */\npublic setDisabledState(disabled: boolean): void {\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.formCompContext.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.formContext.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.formCompContext.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.formCompContext.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-richtexteditor',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => RichTextEditorComponent),\n multi: true\n }\n ],\n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n{type: ChangeDetectorRef, },\n];\nstatic propDecorators: {[key: string]: DecoratorInvocation[]} = {\n'valueTemplate': [{ type: ContentChild, args: ['valueTemplate', ] },],\n};\n}\n\nfunction RichTextEditorComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nRichTextEditorComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nRichTextEditorComponent.ctorParameters;\n/** @type {?} */\nRichTextEditorComponent.propDecorators;\n/** @type {?} */\nRichTextEditorComponent.prototype.formCompContext;\n/** @type {?} */\nRichTextEditorComponent.prototype.formContext;\n/** @type {?} */\nRichTextEditorComponent.prototype.tagObjects;\n/** @type {?} */\nRichTextEditorComponent.prototype.actionBegin;\n/** @type {?} */\nRichTextEditorComponent.prototype.actionComplete;\n/** @type {?} */\nRichTextEditorComponent.prototype.afterImageDelete;\n/** @type {?} */\nRichTextEditorComponent.prototype.afterMediaDelete;\n/** @type {?} */\nRichTextEditorComponent.prototype.afterPasteCleanup;\n/** @type {?} */\nRichTextEditorComponent.prototype.beforeDialogClose;\n/** @type {?} */\nRichTextEditorComponent.prototype.beforeDialogOpen;\n/** @type {?} */\nRichTextEditorComponent.prototype.beforeFileUpload;\n/** @type {?} */\nRichTextEditorComponent.prototype.beforeImageDrop;\n/** @type {?} */\nRichTextEditorComponent.prototype.beforeImageUpload;\n/** @type {?} */\nRichTextEditorComponent.prototype.beforePasteCleanup;\n/** @type {?} */\nRichTextEditorComponent.prototype.beforeQuickToolbarOpen;\n/** @type {?} */\nRichTextEditorComponent.prototype.beforeSanitizeHtml;\n/** @type {?} */\nRichTextEditorComponent.prototype.blur;\n/** @type {?} */\nRichTextEditorComponent.prototype.change;\n/** @type {?} */\nRichTextEditorComponent.prototype.created;\n/** @type {?} */\nRichTextEditorComponent.prototype.destroyed;\n/** @type {?} */\nRichTextEditorComponent.prototype.dialogClose;\n/** @type {?} */\nRichTextEditorComponent.prototype.dialogOpen;\n/** @type {?} */\nRichTextEditorComponent.prototype.fileRemoving;\n/** @type {?} */\nRichTextEditorComponent.prototype.fileSelected;\n/** @type {?} */\nRichTextEditorComponent.prototype.fileUploadFailed;\n/** @type {?} */\nRichTextEditorComponent.prototype.fileUploadSuccess;\n/** @type {?} */\nRichTextEditorComponent.prototype.fileUploading;\n/** @type {?} */\nRichTextEditorComponent.prototype.focus;\n/** @type {?} */\nRichTextEditorComponent.prototype.imageRemoving;\n/** @type {?} */\nRichTextEditorComponent.prototype.imageSelected;\n/** @type {?} */\nRichTextEditorComponent.prototype.imageUploadFailed;\n/** @type {?} */\nRichTextEditorComponent.prototype.imageUploadSuccess;\n/** @type {?} */\nRichTextEditorComponent.prototype.imageUploading;\n/** @type {?} */\nRichTextEditorComponent.prototype.quickToolbarClose;\n/** @type {?} */\nRichTextEditorComponent.prototype.quickToolbarOpen;\n/** @type {?} */\nRichTextEditorComponent.prototype.resizeStart;\n/** @type {?} */\nRichTextEditorComponent.prototype.resizeStop;\n/** @type {?} */\nRichTextEditorComponent.prototype.resizing;\n/** @type {?} */\nRichTextEditorComponent.prototype.toolbarClick;\n/** @type {?} */\nRichTextEditorComponent.prototype.toolbarStatusUpdate;\n/** @type {?} */\nRichTextEditorComponent.prototype.updatedToolbarStatus;\n/** @type {?} */\nRichTextEditorComponent.prototype.valueChange;\n/**\n * Accepts the template design and assigns it as RichTextEditor’s content. \n * The built-in template engine which provides options to compile template string into a executable function. \n * For EX: We have expression evolution as like ES6 expression string literals\n * \n * {% codeBlock src='rich-text-editor/value-template/index.md' %}{% endcodeBlock %}\n * \n * \\@default null\n * \\@asptype string\n * @type {?}\n */\nRichTextEditorComponent.prototype.valueTemplate;\n/** @type {?} */\nRichTextEditorComponent.prototype.skipFromEvent;\n/** @type {?} */\nRichTextEditorComponent.prototype.registerEvents;\n/** @type {?} */\nRichTextEditorComponent.prototype.addTwoWay;\n/** @type {?} */\nRichTextEditorComponent.prototype.ngEle;\n/** @type {?} */\nRichTextEditorComponent.prototype.srenderer;\n/** @type {?} */\nRichTextEditorComponent.prototype.viewContainerRef;\n/** @type {?} */\nRichTextEditorComponent.prototype.injector;\n/** @type {?} */\nRichTextEditorComponent.prototype.cdr;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":["CommonModule","NgModule","EmojiPicker","FormatPainter","FileManager","Resize","PasteCleanup","Table","MarkdownEditor","HtmlEditor","QuickToolbar","Count","Video","Audio","Image","Link","Toolbar","RichTextEditorComponent","ChangeDetectorRef","Injector","ViewContainerRef","Renderer2","ElementRef","ComponentMixins","ComponentBase","FormBase","Template","ContentChild","forwardRef","NG_VALUE_ACCESSOR","ChangeDetectionStrategy","Component","RichTextEditor","setValue"],"mappings":"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"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* filename: ej2-angular-richtexteditor.umd.min.js
|
|
3
|
-
* version : 26.2.8
|
|
4
|
-
* Copyright Syncfusion Inc. 2001 - 2023. 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(e,o){"object"==typeof exports&&"undefined"!=typeof module?o(exports,require("@angular/core"),require("@angular/forms"),require("@syncfusion/ej2-angular-base"),require("@syncfusion/ej2-richtexteditor"),require("@angular/common")):"function"==typeof define&&define.amd?define(["exports","@angular/core","@angular/forms","@syncfusion/ej2-angular-base","@syncfusion/ej2-richtexteditor","@angular/common"],o):o(e["ej2-angular-richtexteditor"]={},e.ng.core,e.ng.forms,e.ej2.angular.base,e.ej2.richtexteditor,e.ng.common)}(this,function(e,o,t,m,i,a){"use strict";var r,D,n,_=this&&this.__extends||(r=Object.setPrototypeOf||({__proto__:[]}instanceof Array?function(e,o){e.__proto__=o}:function(e,o){for(var t in o)o.hasOwnProperty(t)&&(e[t]=o[t])}),function(e,o){function t(){this.constructor=e}r(e,o),e.prototype=null===o?Object.create(o):(t.prototype=o.prototype,new t)}),C=this&&this.__decorate||function(e,o,t,i){var a,r=arguments.length,n=r<3?o:null===i?i=Object.getOwnPropertyDescriptor(o,t):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)n=Reflect.decorate(e,o,t,i);else for(var _=e.length-1;0<=_;_--)(a=e[_])&&(n=(r<3?a(n):3<r?a(o,t,n):a(o,t))||n);return 3<r&&n&&Object.defineProperty(o,t,n),n},E=this&&this.__metadata||function(e,o){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,o)},l=["autoSaveOnIdle","backgroundColor","bulletFormatList","cssClass","editorMode","emojiPickerSettings","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"],p=["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","valueChange"],N=["value"];function S(e,o,t,i,a){var r=D.call(this)||this;r.ngEle=e,r.srenderer=o,r.viewContainerRef=t,r.injector=i,r.cdr=a,r.skipFromEvent=!0,r.element=r.ngEle.nativeElement,r.injectedModules=r.injectedModules||[];try{var n=r.injector.get("RichTextEditorToolbar");-1===r.injectedModules.indexOf(n)&&r.injectedModules.push(n)}catch(_){}try{n=r.injector.get("RichTextEditorLink");-1===r.injectedModules.indexOf(n)&&r.injectedModules.push(n)}catch(C){}try{n=r.injector.get("RichTextEditorImage");-1===r.injectedModules.indexOf(n)&&r.injectedModules.push(n)}catch(E){}try{n=r.injector.get("RichTextEditorAudio");-1===r.injectedModules.indexOf(n)&&r.injectedModules.push(n)}catch(l){}try{n=r.injector.get("RichTextEditorVideo");-1===r.injectedModules.indexOf(n)&&r.injectedModules.push(n)}catch(S){}try{n=r.injector.get("RichTextEditorCount");-1===r.injectedModules.indexOf(n)&&r.injectedModules.push(n)}catch(L){}try{n=r.injector.get("RichTextEditorQuickToolbar");-1===r.injectedModules.indexOf(n)&&r.injectedModules.push(n)}catch(T){}try{n=r.injector.get("RichTextEditorHtmlEditor");-1===r.injectedModules.indexOf(n)&&r.injectedModules.push(n)}catch(d){}try{n=r.injector.get("RichTextEditorMarkdownEditor");-1===r.injectedModules.indexOf(n)&&r.injectedModules.push(n)}catch(s){}try{n=r.injector.get("RichTextEditorTable");-1===r.injectedModules.indexOf(n)&&r.injectedModules.push(n)}catch(c){}try{n=r.injector.get("RichTextEditorPasteCleanup");-1===r.injectedModules.indexOf(n)&&r.injectedModules.push(n)}catch(R){}try{n=r.injector.get("RichTextEditorResize");-1===r.injectedModules.indexOf(n)&&r.injectedModules.push(n)}catch(O){}try{n=r.injector.get("RichTextEditorFileManager");-1===r.injectedModules.indexOf(n)&&r.injectedModules.push(n)}catch(I){}try{n=r.injector.get("RichTextEditorFormatPainter");-1===r.injectedModules.indexOf(n)&&r.injectedModules.push(n)}catch(A){}try{n=r.injector.get("RichTextEditorEmojiPicker");-1===r.injectedModules.indexOf(n)&&r.injectedModules.push(n)}catch(u){}return r.registerEvents(p),r.addTwoWay.call(r,N),m.setValue("currentInstance",r,r.viewContainerRef),r.formContext=new m.FormBase,r.formCompContext=new m.ComponentBase,r}e.RichTextEditorComponent=(D=i.RichTextEditor,_(S,D),S.prototype.registerOnChange=function(e){},S.prototype.registerOnTouched=function(e){},S.prototype.writeValue=function(e){},S.prototype.setDisabledState=function(e){},S.prototype.ngOnInit=function(){this.formCompContext.ngOnInit(this)},S.prototype.ngAfterViewInit=function(){this.formContext.ngAfterViewInit(this)},S.prototype.ngOnDestroy=function(){this.formCompContext.ngOnDestroy(this)},S.prototype.ngAfterContentChecked=function(){this.formCompContext.ngAfterContentChecked(this)},n=S),e.RichTextEditorComponent.decorators=[{type:o.Component,args:[{selector:"ejs-richtexteditor",inputs:l,outputs:p,template:"",changeDetection:o.ChangeDetectionStrategy.OnPush,providers:[{provide:t.NG_VALUE_ACCESSOR,useExisting:o.forwardRef(function(){return n}),multi:!0}],queries:{}}]}],e.RichTextEditorComponent.ctorParameters=function(){return[{type:o.ElementRef},{type:o.Renderer2},{type:o.ViewContainerRef},{type:o.Injector},{type:o.ChangeDetectorRef}]},e.RichTextEditorComponent.propDecorators={valueTemplate:[{type:o.ContentChild,args:["valueTemplate"]}]},C([m.Template(),E("design:type",Object)],e.RichTextEditorComponent.prototype,"valueTemplate",void 0),e.RichTextEditorComponent=n=C([m.ComponentMixins([m.ComponentBase,m.FormBase]),E("design:paramtypes",[o.ElementRef,o.Renderer2,o.ViewContainerRef,o.Injector,o.ChangeDetectorRef])],e.RichTextEditorComponent);var _=function(){},t=(_.decorators=[{type:o.NgModule,args:[{imports:[a.CommonModule],declarations:[e.RichTextEditorComponent],exports:[e.RichTextEditorComponent]}]}],_.ctorParameters=function(){return[]},{provide:"RichTextEditorToolbar",useValue:i.Toolbar}),E={provide:"RichTextEditorLink",useValue:i.Link},C={provide:"RichTextEditorImage",useValue:i.Image},L={provide:"RichTextEditorAudio",useValue:i.Audio},T={provide:"RichTextEditorVideo",useValue:i.Video},d={provide:"RichTextEditorCount",useValue:i.Count},s={provide:"RichTextEditorQuickToolbar",useValue:i.QuickToolbar},c={provide:"RichTextEditorHtmlEditor",useValue:i.HtmlEditor},R={provide:"RichTextEditorMarkdownEditor",useValue:i.MarkdownEditor},O={provide:"RichTextEditorTable",useValue:i.Table},I={provide:"RichTextEditorPasteCleanup",useValue:i.PasteCleanup},A={provide:"RichTextEditorResize",useValue:i.Resize},u={provide:"RichTextEditorFileManager",useValue:i.FileManager},g={provide:"RichTextEditorFormatPainter",useValue:i.FormatPainter},M={provide:"RichTextEditorEmojiPicker",useValue:i.EmojiPicker},P=function(){};P.decorators=[{type:o.NgModule,args:[{imports:[a.CommonModule,_],exports:[_],providers:[t,E,C,L,T,d,s,c,R,O,I,A,u,g,M]}]}],P.ctorParameters=function(){return[]},e.RichTextEditorModule=_,e.RichTextEditorAllModule=P,e.ToolbarService=t,e.LinkService=E,e.ImageService=C,e.AudioService=L,e.VideoService=T,e.CountService=d,e.QuickToolbarService=s,e.HtmlEditorService=c,e.MarkdownEditorService=R,e.TableService=O,e.PasteCleanupService=I,e.ResizeService=A,e.FileManagerService=u,e.FormatPainterService=g,e.EmojiPickerService=M,e.ɵa=l,e.ɵb=p,e.Toolbar=i.Toolbar,e.KeyboardEvents=i.KeyboardEvents,e.BaseToolbar=i.BaseToolbar,e.BaseQuickToolbar=i.BaseQuickToolbar,e.QuickToolbar=i.QuickToolbar,e.Count=i.Count,e.ColorPickerInput=i.ColorPickerInput,e.MarkdownToolbarStatus=i.MarkdownToolbarStatus,e.ExecCommandCallBack=i.ExecCommandCallBack,e.ToolbarAction=i.ToolbarAction,e.MarkdownEditor=i.MarkdownEditor,e.HtmlEditor=i.HtmlEditor,e.PasteCleanup=i.PasteCleanup,e.Resize=i.Resize,e.DropDownButtons=i.DropDownButtons,e.FileManager=i.FileManager,e.FullScreen=i.FullScreen,e.setAttributes=i.setAttributes,e.HtmlToolbarStatus=i.HtmlToolbarStatus,e.XhtmlValidation=i.XhtmlValidation,e.FormatPainter=i.FormatPainter,e.EmojiPicker=i.EmojiPicker,e.HTMLFormatter=i.HTMLFormatter,e.Formatter=i.Formatter,e.MarkdownFormatter=i.MarkdownFormatter,e.ContentRender=i.ContentRender,e.Render=i.Render,e.ToolbarRenderer=i.ToolbarRenderer,e.Link=i.Link,e.Image=i.Image,e.Audio=i.Audio,e.Video=i.Video,e.ViewSource=i.ViewSource,e.Table=i.Table,e.DialogRenderer=i.DialogRenderer,e.IframeContentRender=i.IframeContentRender,e.MarkdownRender=i.MarkdownRender,e.PopupRenderer=i.PopupRenderer,e.RichTextEditor=i.RichTextEditor,e.RenderType=i.RenderType,e.ToolbarType=i.ToolbarType,e.DialogType=i.DialogType,e.ImageInputSource=i.ImageInputSource,e.executeGroup=i.executeGroup,e.created=i.created,e.destroyed=i.destroyed,e.tableclass=i.tableclass,e.load=i.load,e.initialLoad=i.initialLoad,e.contentChanged=i.contentChanged,e.initialEnd=i.initialEnd,e.iframeMouseDown=i.iframeMouseDown,e.destroy=i.destroy,e.toolbarClick=i.toolbarClick,e.toolbarRefresh=i.toolbarRefresh,e.refreshBegin=i.refreshBegin,e.toolbarUpdated=i.toolbarUpdated,e.bindOnEnd=i.bindOnEnd,e.htmlToolbarClick=i.htmlToolbarClick,e.markdownToolbarClick=i.markdownToolbarClick,e.modelChanged=i.modelChanged,e.tableModulekeyUp=i.tableModulekeyUp,e.keyUp=i.keyUp,e.keyDown=i.keyDown,e.mouseUp=i.mouseUp,e.toolbarCreated=i.toolbarCreated,e.toolbarRenderComplete=i.toolbarRenderComplete,e.enableFullScreen=i.enableFullScreen,e.disableFullScreen=i.disableFullScreen,e.dropDownSelect=i.dropDownSelect,e.beforeDropDownItemRender=i.beforeDropDownItemRender,e.execCommandCallBack=i.execCommandCallBack,e.imageToolbarAction=i.imageToolbarAction,e.audioToolbarAction=i.audioToolbarAction,e.videoToolbarAction=i.videoToolbarAction,e.linkToolbarAction=i.linkToolbarAction,e.windowResize=i.windowResize,e.resizeStart=i.resizeStart,e.onResize=i.onResize,e.resizeStop=i.resizeStop,e.undo=i.undo,e.redo=i.redo,e.insertLink=i.insertLink,e.unLink=i.unLink,e.editLink=i.editLink,e.openLink=i.openLink,e.actionBegin=i.actionBegin,e.actionComplete=i.actionComplete,e.updatedToolbarStatus=i.updatedToolbarStatus,e.actionSuccess=i.actionSuccess,e.updateToolbarItem=i.updateToolbarItem,e.insertImage=i.insertImage,e.insertAudio=i.insertAudio,e.insertVideo=i.insertVideo,e.insertCompleted=i.insertCompleted,e.imageLeft=i.imageLeft,e.imageRight=i.imageRight,e.imageCenter=i.imageCenter,e.imageBreak=i.imageBreak,e.imageInline=i.imageInline,e.imageLink=i.imageLink,e.imageAlt=i.imageAlt,e.imageDelete=i.imageDelete,e.audioDelete=i.audioDelete,e.videoDelete=i.videoDelete,e.imageCaption=i.imageCaption,e.imageSize=i.imageSize,e.videoSize=i.videoSize,e.sourceCode=i.sourceCode,e.updateSource=i.updateSource,e.toolbarOpen=i.toolbarOpen,e.beforeDropDownOpen=i.beforeDropDownOpen,e.selectionSave=i.selectionSave,e.selectionRestore=i.selectionRestore,e.expandPopupClick=i.expandPopupClick,e.count=i.count,e.contentFocus=i.contentFocus,e.contentBlur=i.contentBlur,e.mouseDown=i.mouseDown,e.sourceCodeMouseDown=i.sourceCodeMouseDown,e.editAreaClick=i.editAreaClick,e.scroll=i.scroll,e.contentscroll=i.contentscroll,e.colorPickerChanged=i.colorPickerChanged,e.tableColorPickerChanged=i.tableColorPickerChanged,e.focusChange=i.focusChange,e.selectAll=i.selectAll,e.selectRange=i.selectRange,e.getSelectedHtml=i.getSelectedHtml,e.renderInlineToolbar=i.renderInlineToolbar,e.paste=i.paste,e.imgModule=i.imgModule,e.rtlMode=i.rtlMode,e.createTable=i.createTable,e.docClick=i.docClick,e.tableToolbarAction=i.tableToolbarAction,e.checkUndo=i.checkUndo,e.readOnlyMode=i.readOnlyMode,e.moduleDestroy=i.moduleDestroy,e.pasteClean=i.pasteClean,e.enterHandler=i.enterHandler,e.beforeDialogOpen=i.beforeDialogOpen,e.clearDialogObj=i.clearDialogObj,e.dialogOpen=i.dialogOpen,e.beforeDialogClose=i.beforeDialogClose,e.dialogClose=i.dialogClose,e.beforeQuickToolbarOpen=i.beforeQuickToolbarOpen,e.quickToolbarOpen=i.quickToolbarOpen,e.quickToolbarClose=i.quickToolbarClose,e.popupHide=i.popupHide,e.imageSelected=i.imageSelected,e.imageUploading=i.imageUploading,e.imageUploadSuccess=i.imageUploadSuccess,e.imageUploadFailed=i.imageUploadFailed,e.imageRemoving=i.imageRemoving,e.fileSelected=i.fileSelected,e.fileUploading=i.fileUploading,e.fileUploadSuccess=i.fileUploadSuccess,e.fileUploadFailed=i.fileUploadFailed,e.fileRemoving=i.fileRemoving,e.afterImageDelete=i.afterImageDelete,e.afterMediaDelete=i.afterMediaDelete,e.drop=i.drop,e.xhtmlValidation=i.xhtmlValidation,e.beforeImageUpload=i.beforeImageUpload,e.beforeFileUpload=i.beforeFileUpload,e.resizeInitialized=i.resizeInitialized,e.renderFileManager=i.renderFileManager,e.beforeImageDrop=i.beforeImageDrop,e.dynamicModule=i.dynamicModule,e.beforePasteCleanup=i.beforePasteCleanup,e.afterPasteCleanup=i.afterPasteCleanup,e.updateTbItemsStatus=i.updateTbItemsStatus,e.showLinkDialog=i.showLinkDialog,e.closeLinkDialog=i.closeLinkDialog,e.showImageDialog=i.showImageDialog,e.showAudioDialog=i.showAudioDialog,e.showVideoDialog=i.showVideoDialog,e.closeImageDialog=i.closeImageDialog,e.closeAudioDialog=i.closeAudioDialog,e.closeVideoDialog=i.closeVideoDialog,e.showTableDialog=i.showTableDialog,e.closeTableDialog=i.closeTableDialog,e.bindCssClass=i.bindCssClass,e.formatPainterClick=i.formatPainterClick,e.formatPainterDoubleClick=i.formatPainterDoubleClick,e.emojiPicker=i.emojiPicker,e.destroyTooltip=i.destroyTooltip,e.hidePopup=i.hidePopup,e.cleanupResizeElements=i.cleanupResizeElements,e.afterKeyDown=i.afterKeyDown,e.updateValueOnIdle=i.updateValueOnIdle,e.documentClickClosedBy=i.documentClickClosedBy,e.showColorPicker=i.showColorPicker,e.closeTooltip=i.closeTooltip,e.autoResize=i.autoResize,e.blockEmptyNodes=i.blockEmptyNodes,e.inlineEmptyNodes=i.inlineEmptyNodes,e.supportedUnits=i.supportedUnits,e.conversionFactors=i.conversionFactors,e.onHandleFontsizeChange=i.onHandleFontsizeChange,e.CLS_RTE=i.CLS_RTE,e.CLS_RTL=i.CLS_RTL,e.CLS_CONTENT=i.CLS_CONTENT,e.CLS_DISABLED=i.CLS_DISABLED,e.CLS_SCRIPT_SHEET=i.CLS_SCRIPT_SHEET,e.CLS_STYLE_SHEET=i.CLS_STYLE_SHEET,e.CLS_RTE_CONTAINER=i.CLS_RTE_CONTAINER,e.CLS_TOOLBAR=i.CLS_TOOLBAR,e.CLS_TB_FIXED=i.CLS_TB_FIXED,e.CLS_TB_FLOAT=i.CLS_TB_FLOAT,e.CLS_INLINE=i.CLS_INLINE,e.CLS_TB_INLINE=i.CLS_TB_INLINE,e.CLS_RTE_EXPAND_TB=i.CLS_RTE_EXPAND_TB,e.CLS_FULL_SCREEN=i.CLS_FULL_SCREEN,e.CLS_QUICK_TB=i.CLS_QUICK_TB,e.CLS_TEXT_QUICK_TB=i.CLS_TEXT_QUICK_TB,e.CLS_POP=i.CLS_POP,e.CLS_TB_STATIC=i.CLS_TB_STATIC,e.CLS_QUICK_POP=i.CLS_QUICK_POP,e.CLS_QUICK_DROPDOWN=i.CLS_QUICK_DROPDOWN,e.CLS_IMAGE_POP=i.CLS_IMAGE_POP,e.CLS_TEXT_POP=i.CLS_TEXT_POP,e.CLS_INLINE_POP=i.CLS_INLINE_POP,e.CLS_INLINE_DROPDOWN=i.CLS_INLINE_DROPDOWN,e.CLS_DROPDOWN_POPUP=i.CLS_DROPDOWN_POPUP,e.CLS_DROPDOWN_ICONS=i.CLS_DROPDOWN_ICONS,e.CLS_DROPDOWN_ITEMS=i.CLS_DROPDOWN_ITEMS,e.CLS_DROPDOWN_BTN=i.CLS_DROPDOWN_BTN,e.CLS_RTE_CONTENT=i.CLS_RTE_CONTENT,e.CLS_TB_ITEM=i.CLS_TB_ITEM,e.CLS_TB_EXTENDED=i.CLS_TB_EXTENDED,e.CLS_TB_WRAP=i.CLS_TB_WRAP,e.CLS_POPUP=i.CLS_POPUP,e.CLS_SEPARATOR=i.CLS_SEPARATOR,e.CLS_MINIMIZE=i.CLS_MINIMIZE,e.CLS_MAXIMIZE=i.CLS_MAXIMIZE,e.CLS_BACK=i.CLS_BACK,e.CLS_SHOW=i.CLS_SHOW,e.CLS_HIDE=i.CLS_HIDE,e.CLS_VISIBLE=i.CLS_VISIBLE,e.CLS_FOCUS=i.CLS_FOCUS,e.CLS_RM_WHITE_SPACE=i.CLS_RM_WHITE_SPACE,e.CLS_IMGRIGHT=i.CLS_IMGRIGHT,e.CLS_IMGLEFT=i.CLS_IMGLEFT,e.CLS_IMGCENTER=i.CLS_IMGCENTER,e.CLS_IMGBREAK=i.CLS_IMGBREAK,e.CLS_AUDIOBREAK=i.CLS_AUDIOBREAK,e.CLS_CLICKELEM=i.CLS_CLICKELEM,e.CLS_VID_CLICK_ELEM=i.CLS_VID_CLICK_ELEM,e.CLS_AUDIOWRAP=i.CLS_AUDIOWRAP,e.CLS_VIDEOWRAP=i.CLS_VIDEOWRAP,e.CLS_VIDEOBREAK=i.CLS_VIDEOBREAK,e.CLS_CAPTION=i.CLS_CAPTION,e.CLS_RTE_CAPTION=i.CLS_RTE_CAPTION,e.CLS_CAPINLINE=i.CLS_CAPINLINE,e.CLS_IMGINLINE=i.CLS_IMGINLINE,e.CLS_AUDIOINLINE=i.CLS_AUDIOINLINE,e.CLS_VIDEOINLINE=i.CLS_VIDEOINLINE,e.CLS_COUNT=i.CLS_COUNT,e.CLS_WARNING=i.CLS_WARNING,e.CLS_ERROR=i.CLS_ERROR,e.CLS_ICONS=i.CLS_ICONS,e.CLS_ACTIVE=i.CLS_ACTIVE,e.CLS_EXPAND_OPEN=i.CLS_EXPAND_OPEN,e.CLS_RTE_ELEMENTS=i.CLS_RTE_ELEMENTS,e.CLS_TB_BTN=i.CLS_TB_BTN,e.CLS_HR_SEPARATOR=i.CLS_HR_SEPARATOR,e.CLS_TB_IOS_FIX=i.CLS_TB_IOS_FIX,e.CLS_LIST_PRIMARY_CONTENT=i.CLS_LIST_PRIMARY_CONTENT,e.CLS_NUMBERFORMATLIST_TB_BTN=i.CLS_NUMBERFORMATLIST_TB_BTN,e.CLS_BULLETFORMATLIST_TB_BTN=i.CLS_BULLETFORMATLIST_TB_BTN,e.CLS_FORMATS_TB_BTN=i.CLS_FORMATS_TB_BTN,e.CLS_FONT_NAME_TB_BTN=i.CLS_FONT_NAME_TB_BTN,e.CLS_FONT_SIZE_TB_BTN=i.CLS_FONT_SIZE_TB_BTN,e.CLS_ALIGN_TB_BTN=i.CLS_ALIGN_TB_BTN,e.CLS_FONT_COLOR_TARGET=i.CLS_FONT_COLOR_TARGET,e.CLS_BACKGROUND_COLOR_TARGET=i.CLS_BACKGROUND_COLOR_TARGET,e.CLS_COLOR_CONTENT=i.CLS_COLOR_CONTENT,e.CLS_FONT_COLOR_DROPDOWN=i.CLS_FONT_COLOR_DROPDOWN,e.CLS_BACKGROUND_COLOR_DROPDOWN=i.CLS_BACKGROUND_COLOR_DROPDOWN,e.CLS_COLOR_PALETTE=i.CLS_COLOR_PALETTE,e.CLS_FONT_COLOR_PICKER=i.CLS_FONT_COLOR_PICKER,e.CLS_BACKGROUND_COLOR_PICKER=i.CLS_BACKGROUND_COLOR_PICKER,e.CLS_RTE_READONLY=i.CLS_RTE_READONLY,e.CLS_TABLE_SEL=i.CLS_TABLE_SEL,e.CLS_TABLE_SEL_END=i.CLS_TABLE_SEL_END,e.CLS_TABLE_MULTI_CELL=i.CLS_TABLE_MULTI_CELL,e.CLS_TB_DASH_BOR=i.CLS_TB_DASH_BOR,e.CLS_TB_ALT_BOR=i.CLS_TB_ALT_BOR,e.CLS_TB_COL_RES=i.CLS_TB_COL_RES,e.CLS_TB_ROW_RES=i.CLS_TB_ROW_RES,e.CLS_TB_BOX_RES=i.CLS_TB_BOX_RES,e.CLS_RTE_HIDDEN=i.CLS_RTE_HIDDEN,e.CLS_RTE_PASTE_KEEP_FORMAT=i.CLS_RTE_PASTE_KEEP_FORMAT,e.CLS_RTE_PASTE_REMOVE_FORMAT=i.CLS_RTE_PASTE_REMOVE_FORMAT,e.CLS_RTE_PASTE_PLAIN_FORMAT=i.CLS_RTE_PASTE_PLAIN_FORMAT,e.CLS_RTE_PASTE_OK=i.CLS_RTE_PASTE_OK,e.CLS_RTE_PASTE_CANCEL=i.CLS_RTE_PASTE_CANCEL,e.CLS_RTE_DIALOG_MIN_HEIGHT=i.CLS_RTE_DIALOG_MIN_HEIGHT,e.CLS_RTE_RES_HANDLE=i.CLS_RTE_RES_HANDLE,e.CLS_RTE_RES_EAST=i.CLS_RTE_RES_EAST,e.CLS_RTE_IMAGE=i.CLS_RTE_IMAGE,e.CLS_RESIZE=i.CLS_RESIZE,e.CLS_IMG_FOCUS=i.CLS_IMG_FOCUS,e.CLS_AUD_FOCUS=i.CLS_AUD_FOCUS,e.CLS_VID_FOCUS=i.CLS_VID_FOCUS,e.CLS_RTE_DRAG_IMAGE=i.CLS_RTE_DRAG_IMAGE,e.CLS_RTE_UPLOAD_POPUP=i.CLS_RTE_UPLOAD_POPUP,e.CLS_POPUP_OPEN=i.CLS_POPUP_OPEN,e.CLS_IMG_RESIZE=i.CLS_IMG_RESIZE,e.CLS_DROPAREA=i.CLS_DROPAREA,e.CLS_IMG_INNER=i.CLS_IMG_INNER,e.CLS_UPLOAD_FILES=i.CLS_UPLOAD_FILES,e.CLS_RTE_DIALOG_UPLOAD=i.CLS_RTE_DIALOG_UPLOAD,e.CLS_RTE_RES_CNT=i.CLS_RTE_RES_CNT,e.CLS_CUSTOM_TILE=i.CLS_CUSTOM_TILE,e.CLS_NOCOLOR_ITEM=i.CLS_NOCOLOR_ITEM,e.CLS_TABLE=i.CLS_TABLE,e.CLS_TABLE_BORDER=i.CLS_TABLE_BORDER,e.CLS_RTE_TABLE_RESIZE=i.CLS_RTE_TABLE_RESIZE,e.CLS_RTE_FIXED_TB_EXPAND=i.CLS_RTE_FIXED_TB_EXPAND,e.CLS_RTE_TB_ENABLED=i.CLS_RTE_TB_ENABLED,e.CLS_RTE_RES_WEST=i.CLS_RTE_RES_WEST,e.CLS_RTE_SOURCE_CODE_TXTAREA=i.CLS_RTE_SOURCE_CODE_TXTAREA,e.ALLOWED_ACTIONKEYS=i.ALLOWED_ACTIONKEYS,e.getIndex=i.getIndex,e.hasClass=i.hasClass,e.getDropDownValue=i.getDropDownValue,e.isIDevice=i.isIDevice,e.getFormattedFontSize=i.getFormattedFontSize,e.pageYOffset=i.pageYOffset,e.getTooltipText=i.getTooltipText,e.setToolbarStatus=i.setToolbarStatus,e.getCollection=i.getCollection,e.getTBarItemsIndex=i.getTBarItemsIndex,e.updateUndoRedoStatus=i.updateUndoRedoStatus,e.dispatchEvent=i.dispatchEvent,e.parseHtml=i.parseHtml,e.getTextNodesUnder=i.getTextNodesUnder,e.toObjectLowerCase=i.toObjectLowerCase,e.getEditValue=i.getEditValue,e.updateTextNode=i.updateTextNode,e.getDefaultValue=i.getDefaultValue,e.isEditableValueEmpty=i.isEditableValueEmpty,e.decode=i.decode,e.sanitizeHelper=i.sanitizeHelper,e.convertToBlob=i.convertToBlob,e.getLocaleFontFormat=i.getLocaleFontFormat,e.updateDropDownFontFormatLocale=i.updateDropDownFontFormatLocale,e.ServiceLocator=i.ServiceLocator,e.RendererFactory=i.RendererFactory,e.EditorManager=i.EditorManager,e.IMAGE=i.IMAGE,e.AUDIO=i.AUDIO,e.VIDEO=i.VIDEO,e.TABLE=i.TABLE,e.LINK=i.LINK,e.INSERT_ROW=i.INSERT_ROW,e.INSERT_COLUMN=i.INSERT_COLUMN,e.DELETEROW=i.DELETEROW,e.DELETECOLUMN=i.DELETECOLUMN,e.REMOVETABLE=i.REMOVETABLE,e.TABLEHEADER=i.TABLEHEADER,e.TABLE_VERTICAL_ALIGN=i.TABLE_VERTICAL_ALIGN,e.TABLE_MERGE=i.TABLE_MERGE,e.TABLE_VERTICAL_SPLIT=i.TABLE_VERTICAL_SPLIT,e.TABLE_HORIZONTAL_SPLIT=i.TABLE_HORIZONTAL_SPLIT,e.TABLE_MOVE=i.TABLE_MOVE,e.ALIGNMENT_TYPE=i.ALIGNMENT_TYPE,e.INDENT_TYPE=i.INDENT_TYPE,e.DEFAULT_TAG=i.DEFAULT_TAG,e.BLOCK_TAGS=i.BLOCK_TAGS,e.IGNORE_BLOCK_TAGS=i.IGNORE_BLOCK_TAGS,e.TABLE_BLOCK_TAGS=i.TABLE_BLOCK_TAGS,e.SELECTION_TYPE=i.SELECTION_TYPE,e.INSERTHTML_TYPE=i.INSERTHTML_TYPE,e.INSERT_TEXT_TYPE=i.INSERT_TEXT_TYPE,e.CLEAR_TYPE=i.CLEAR_TYPE,e.SELF_CLOSING_TAGS=i.SELF_CLOSING_TAGS,e.PASTE_SOURCE=i.PASTE_SOURCE,e.CLASS_IMAGE_RIGHT=i.CLASS_IMAGE_RIGHT,e.CLASS_IMAGE_LEFT=i.CLASS_IMAGE_LEFT,e.CLASS_IMAGE_CENTER=i.CLASS_IMAGE_CENTER,e.CLASS_VIDEO_RIGHT=i.CLASS_VIDEO_RIGHT,e.CLASS_VIDEO_LEFT=i.CLASS_VIDEO_LEFT,e.CLASS_VIDEO_CENTER=i.CLASS_VIDEO_CENTER,e.CLASS_IMAGE_BREAK=i.CLASS_IMAGE_BREAK,e.CLASS_AUDIO_BREAK=i.CLASS_AUDIO_BREAK,e.CLASS_VIDEO_BREAK=i.CLASS_VIDEO_BREAK,e.CLASS_CAPTION=i.CLASS_CAPTION,e.CLASS_RTE_CAPTION=i.CLASS_RTE_CAPTION,e.CLASS_CAPTION_INLINE=i.CLASS_CAPTION_INLINE,e.CLASS_IMAGE_INLINE=i.CLASS_IMAGE_INLINE,e.CLASS_AUDIO_INLINE=i.CLASS_AUDIO_INLINE,e.CLASS_CLICK_ELEM=i.CLASS_CLICK_ELEM,e.CLASS_VIDEO_CLICK_ELEM=i.CLASS_VIDEO_CLICK_ELEM,e.CLASS_AUDIO=i.CLASS_AUDIO,e.CLASS_VIDEO=i.CLASS_VIDEO,e.CLASS_AUDIO_WRAP=i.CLASS_AUDIO_WRAP,e.CLASS_VIDEO_WRAP=i.CLASS_VIDEO_WRAP,e.CLASS_EMBED_VIDEO_WRAP=i.CLASS_EMBED_VIDEO_WRAP,e.CLASS_AUDIO_FOCUS=i.CLASS_AUDIO_FOCUS,e.CLASS_VIDEO_FOCUS=i.CLASS_VIDEO_FOCUS,e.CLASS_VIDEO_INLINE=i.CLASS_VIDEO_INLINE,e.Lists=i.Lists,e.markerClassName=i.markerClassName,e.DOMNode=i.DOMNode,e.Alignments=i.Alignments,e.Indents=i.Indents,e.Formats=i.Formats,e.LinkCommand=i.LinkCommand,e.InsertMethods=i.InsertMethods,e.InsertTextExec=i.InsertTextExec,e.InsertHtmlExec=i.InsertHtmlExec,e.InsertHtml=i.InsertHtml,e.IsFormatted=i.IsFormatted,e.MsWordPaste=i.MsWordPaste,e.NodeCutter=i.NodeCutter,e.ImageCommand=i.ImageCommand,e.AudioCommand=i.AudioCommand,e.VideoCommand=i.VideoCommand,e.SelectionCommands=i.SelectionCommands,e.SelectionBasedExec=i.SelectionBasedExec,e.ClearFormatExec=i.ClearFormatExec,e.UndoRedoManager=i.UndoRedoManager,e.TableCommand=i.TableCommand,e.statusCollection=i.statusCollection,e.ToolbarStatus=i.ToolbarStatus,e.FormatPainterActions=i.FormatPainterActions,e.EmojiPickerAction=i.EmojiPickerAction,e.NodeSelection=i.NodeSelection,e.MarkdownParser=i.MarkdownParser,e.LISTS_COMMAND=i.LISTS_COMMAND,e.selectionCommand=i.selectionCommand,e.LINK_COMMAND=i.LINK_COMMAND,e.CLEAR_COMMAND=i.CLEAR_COMMAND,e.MD_TABLE=i.MD_TABLE,e.INSERT_TEXT_COMMAND=i.INSERT_TEXT_COMMAND,e.ClearFormat=i.ClearFormat,e.MDLists=i.MDLists,e.MDFormats=i.MDFormats,e.MarkdownSelection=i.MarkdownSelection,e.UndoRedoCommands=i.UndoRedoCommands,e.MDSelectionFormats=i.MDSelectionFormats,e.MDLink=i.MDLink,e.MDTable=i.MDTable,e.markdownFormatTags=i.markdownFormatTags,e.markdownSelectionTags=i.markdownSelectionTags,e.markdownListsTags=i.markdownListsTags,e.htmlKeyConfig=i.htmlKeyConfig,e.markdownKeyConfig=i.markdownKeyConfig,e.pasteCleanupGroupingTags=i.pasteCleanupGroupingTags,e.listConversionFilters=i.listConversionFilters,e.selfClosingTags=i.selfClosingTags,e.imageResizeFactor=i.imageResizeFactor,e.KEY_DOWN=i.KEY_DOWN,e.ACTION=i.ACTION,e.FORMAT_TYPE=i.FORMAT_TYPE,e.KEY_DOWN_HANDLER=i.KEY_DOWN_HANDLER,e.LIST_TYPE=i.LIST_TYPE,e.KEY_UP_HANDLER=i.KEY_UP_HANDLER,e.KEY_UP=i.KEY_UP,e.MODEL_CHANGED_PLUGIN=i.MODEL_CHANGED_PLUGIN,e.MODEL_CHANGED=i.MODEL_CHANGED,e.MS_WORD_CLEANUP_PLUGIN=i.MS_WORD_CLEANUP_PLUGIN,e.MS_WORD_CLEANUP=i.MS_WORD_CLEANUP,e.ON_BEGIN=i.ON_BEGIN,e.SPACE_ACTION=i.SPACE_ACTION,e.FORMAT_PAINTER_ACTIONS=i.FORMAT_PAINTER_ACTIONS,e.BLOCKQUOTE_LIST_HANDLE=i.BLOCKQUOTE_LIST_HANDLE,e.EMOJI_PICKER_ACTIONS=i.EMOJI_PICKER_ACTIONS,e.MOUSE_DOWN=i.MOUSE_DOWN,e.DESTROY=i.DESTROY,e.INTERNAL_DESTROY=i.INTERNAL_DESTROY,Object.defineProperty(e,"__esModule",{value:!0})});
|
|
11
|
-
//# sourceMappingURL=ej2-angular-richtexteditor.umd.min.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ej2-angular-richtexteditor.umd.min.js","sources":["~/@syncfusion/ej2-angular-richtexteditor/src/rich-text-editor/richtexteditor.component.ts","~/@syncfusion/ej2-angular-richtexteditor/src/rich-text-editor/richtexteditor.module.ts","~/@syncfusion/ej2-angular-richtexteditor/src/rich-text-editor/richtexteditor-all.module.ts"],"sourcesContent":["import { Component, ElementRef, ViewContainerRef, ValueProvider, Renderer2, Injector, ChangeDetectionStrategy, ChangeDetectorRef, forwardRef, ContentChild } from '@angular/core';\nimport { NG_VALUE_ACCESSOR } from '@angular/forms';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, FormBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { RichTextEditor } from '@syncfusion/ej2-richtexteditor';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nexport const inputs: string[] = ['autoSaveOnIdle','backgroundColor','bulletFormatList','cssClass','editorMode','emojiPickerSettings','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'];\nexport const outputs: string[] = ['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','valueChange'];\nexport const twoWays: string[] = ['value'];\n\n/**\n * `ejs-richtexteditor` represents the Angular richtexteditor Component.\n * ```html\n * <ejs-richtexteditor></ejs-richtexteditor>\n * ```\n */\n@Component({\n selector: 'ejs-richtexteditor',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => RichTextEditorComponent),\n multi: true\n }\n ],\n queries: {\n\n }\n})\n@ComponentMixins([ComponentBase, FormBase])\nexport class RichTextEditorComponent extends RichTextEditor implements IComponentBase {\n public formCompContext : any;\n public formContext : any;\n public tagObjects: any;\n\tactionBegin: any;\n\tactionComplete: any;\n\tafterImageDelete: any;\n\tafterMediaDelete: any;\n\tafterPasteCleanup: any;\n\tbeforeDialogClose: any;\n\tbeforeDialogOpen: any;\n\tbeforeFileUpload: any;\n\tbeforeImageDrop: any;\n\tbeforeImageUpload: any;\n\tbeforePasteCleanup: any;\n\tbeforeQuickToolbarOpen: any;\n\tbeforeSanitizeHtml: any;\n\tblur: any;\n\tchange: any;\n\tcreated: any;\n\tdestroyed: any;\n\tdialogClose: any;\n\tdialogOpen: any;\n\tfileRemoving: any;\n\tfileSelected: any;\n\tfileUploadFailed: any;\n\tfileUploadSuccess: any;\n\tfileUploading: any;\n\tfocus: any;\n\timageRemoving: any;\n\timageSelected: any;\n\timageUploadFailed: any;\n\timageUploadSuccess: any;\n\timageUploading: any;\n\tquickToolbarClose: any;\n\tquickToolbarOpen: any;\n\tresizeStart: any;\n\tresizeStop: any;\n\tresizing: any;\n\ttoolbarClick: any;\n\ttoolbarStatusUpdate: any;\n\tupdatedToolbarStatus: any;\n\tpublic valueChange: any;\n\n\n /** \n * Accepts the template design and assigns it as RichTextEditor’s content. \n * The built-in template engine which provides options to compile template string into a executable function. \n * For EX: We have expression evolution as like ES6 expression string literals\n * \n * {% codeBlock src='rich-text-editor/value-template/index.md' %}{% endcodeBlock %}\n * \n * @default null\n * @asptype string\n */\n @ContentChild('valueTemplate')\n @Template()\n public valueTemplate: any;\n\n private skipFromEvent:boolean = true;\n constructor(private ngEle: ElementRef, private srenderer: Renderer2, private viewContainerRef:ViewContainerRef, private injector: Injector, private cdr: ChangeDetectorRef) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('RichTextEditorToolbar');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorLink');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorImage');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorAudio');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorVideo');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorCount');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorQuickToolbar');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorHtmlEditor');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorMarkdownEditor');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorTable');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorPasteCleanup');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorResize');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorFileManager');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorFormatPainter');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorEmojiPicker');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.formContext = new FormBase();\n this.formCompContext = new ComponentBase();\n }\n\n public registerOnChange(registerFunction: (_: any) => void): void {\n }\n\n public registerOnTouched(registerFunction: () => void): void {\n }\n\n public writeValue(value: any): void {\n }\n \n public setDisabledState(disabled: boolean): void {\n }\n\n public ngOnInit() {\n this.formCompContext.ngOnInit(this);\n }\n\n public ngAfterViewInit(): void {\n this.formContext.ngAfterViewInit(this);\n }\n\n public ngOnDestroy(): void {\n this.formCompContext.ngOnDestroy(this);\n }\n\n public ngAfterContentChecked(): void {\n \n this.formCompContext.ngAfterContentChecked(this);\n }\n\n public registerEvents: (eventList: string[]) => void;\n public addTwoWay: (propList: string[]) => void;\n}\n\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { RichTextEditorComponent } from './richtexteditor.component';\n\n/**\n * NgModule definition for the RichTextEditor component.\n */\n@NgModule({\n imports: [CommonModule],\n declarations: [\n RichTextEditorComponent\n ],\n exports: [\n RichTextEditorComponent\n ]\n})\nexport class RichTextEditorModule { }","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { RichTextEditorComponent } from './richtexteditor.component';\nimport { RichTextEditorModule } from './richtexteditor.module';\nimport {Toolbar, Link, Image, Audio, Video, Count, QuickToolbar, HtmlEditor, MarkdownEditor, Table, PasteCleanup, Resize, FileManager, FormatPainter, EmojiPicker} from '@syncfusion/ej2-richtexteditor'\n\n\nexport const ToolbarService: ValueProvider = { provide: 'RichTextEditorToolbar', useValue: Toolbar};\nexport const LinkService: ValueProvider = { provide: 'RichTextEditorLink', useValue: Link};\nexport const ImageService: ValueProvider = { provide: 'RichTextEditorImage', useValue: Image};\nexport const AudioService: ValueProvider = { provide: 'RichTextEditorAudio', useValue: Audio};\nexport const VideoService: ValueProvider = { provide: 'RichTextEditorVideo', useValue: Video};\nexport const CountService: ValueProvider = { provide: 'RichTextEditorCount', useValue: Count};\nexport const QuickToolbarService: ValueProvider = { provide: 'RichTextEditorQuickToolbar', useValue: QuickToolbar};\nexport const HtmlEditorService: ValueProvider = { provide: 'RichTextEditorHtmlEditor', useValue: HtmlEditor};\nexport const MarkdownEditorService: ValueProvider = { provide: 'RichTextEditorMarkdownEditor', useValue: MarkdownEditor};\nexport const TableService: ValueProvider = { provide: 'RichTextEditorTable', useValue: Table};\nexport const PasteCleanupService: ValueProvider = { provide: 'RichTextEditorPasteCleanup', useValue: PasteCleanup};\nexport const ResizeService: ValueProvider = { provide: 'RichTextEditorResize', useValue: Resize};\nexport const FileManagerService: ValueProvider = { provide: 'RichTextEditorFileManager', useValue: FileManager};\nexport const FormatPainterService: ValueProvider = { provide: 'RichTextEditorFormatPainter', useValue: FormatPainter};\nexport const EmojiPickerService: ValueProvider = { provide: 'RichTextEditorEmojiPicker', useValue: EmojiPicker};\n\n/**\n * NgModule definition for the RichTextEditor component with providers.\n */\n@NgModule({\n imports: [CommonModule, RichTextEditorModule],\n exports: [\n RichTextEditorModule\n ],\n providers:[\n ToolbarService,\n LinkService,\n ImageService,\n AudioService,\n VideoService,\n CountService,\n QuickToolbarService,\n HtmlEditorService,\n MarkdownEditorService,\n TableService,\n PasteCleanupService,\n ResizeService,\n FileManagerService,\n FormatPainterService,\n EmojiPickerService\n ]\n})\nexport class RichTextEditorAllModule { }"],"names":["_super","RichTextEditorComponent_1","inputs","outputs","twoWays","RichTextEditorComponent","ngEle","srenderer","viewContainerRef","injector","cdr","_this","call","this","skipFromEvent","element","nativeElement","injectedModules","mod","get","indexOf","push","_a","_b","_c","_d","_e","_f","_g","_h","_j","_k","_l","_m","_o","_p","_q","registerEvents","addTwoWay","setValue","formContext","FormBase","formCompContext","ComponentBase","exports","RichTextEditor","__extends","prototype","registerOnChange","registerFunction","registerOnTouched","writeValue","value","setDisabledState","disabled","ngOnInit","ngAfterViewInit","ngOnDestroy","ngAfterContentChecked","decorators","type","Component","args","selector","template","changeDetection","ChangeDetectionStrategy","OnPush","providers","provide","NG_VALUE_ACCESSOR","useExisting","forwardRef","multi","queries","ctorParameters","ElementRef","Renderer2","ViewContainerRef","Injector","ChangeDetectorRef","propDecorators","valueTemplate","ContentChild","__decorate","Template","ComponentMixins","__metadata","RichTextEditorModule","ToolbarService","NgModule","imports","CommonModule","declarations","useValue","Toolbar","LinkService","Link","ImageService","Image","AudioService","Audio","VideoService","Video","CountService","Count","QuickToolbarService","QuickToolbar","HtmlEditorService","HtmlEditor","MarkdownEditorService","MarkdownEditor","TableService","Table","PasteCleanupService","PasteCleanup","ResizeService","Resize","FileManagerService","FileManager","FormatPainterService","FormatPainter","EmojiPickerService","EmojiPicker","RichTextEditorAllModule"],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"__symbolic":"module","version":3,"exports":[{"from":"@syncfusion/ej2-richtexteditor"}],"metadata":{"ɵa":["autoSaveOnIdle","backgroundColor","bulletFormatList","cssClass","editorMode","emojiPickerSettings","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"],"ɵb":["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","valueChange"],"RichTextEditorComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-richtexteditor","name":"RichTextEditor"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-richtexteditor","inputs":{"__symbolic":"reference","name":"ɵa"},"outputs":{"__symbolic":"reference","name":"ɵb"},"template":"","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"providers":[{"provide":{"__symbolic":"reference","module":"@angular/forms","name":"NG_VALUE_ACCESSOR"},"useExisting":{"__symbolic":"reference","name":"RichTextEditorComponent"},"multi":true}],"queries":{}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"},{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"FormBase"}]]}],"members":{"valueTemplate":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"ContentChild"},"arguments":["valueTemplate"]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"Template"}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"},{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectorRef"}]}],"registerOnChange":[{"__symbolic":"method"}],"registerOnTouched":[{"__symbolic":"method"}],"writeValue":[{"__symbolic":"method"}],"setDisabledState":[{"__symbolic":"method"}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"RichTextEditorModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"RichTextEditorComponent"}],"exports":[{"__symbolic":"reference","name":"RichTextEditorComponent"}]}]}],"members":{}},"RichTextEditorAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"RichTextEditorModule"}],"exports":[{"__symbolic":"reference","name":"RichTextEditorModule"}],"providers":[{"__symbolic":"reference","name":"ToolbarService"},{"__symbolic":"reference","name":"LinkService"},{"__symbolic":"reference","name":"ImageService"},{"__symbolic":"reference","name":"AudioService"},{"__symbolic":"reference","name":"VideoService"},{"__symbolic":"reference","name":"CountService"},{"__symbolic":"reference","name":"QuickToolbarService"},{"__symbolic":"reference","name":"HtmlEditorService"},{"__symbolic":"reference","name":"MarkdownEditorService"},{"__symbolic":"reference","name":"TableService"},{"__symbolic":"reference","name":"PasteCleanupService"},{"__symbolic":"reference","name":"ResizeService"},{"__symbolic":"reference","name":"FileManagerService"},{"__symbolic":"reference","name":"FormatPainterService"},{"__symbolic":"reference","name":"EmojiPickerService"}]}]}],"members":{}},"ToolbarService":{"provide":"RichTextEditorToolbar","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-richtexteditor","name":"Toolbar"}},"LinkService":{"provide":"RichTextEditorLink","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-richtexteditor","name":"Link"}},"ImageService":{"provide":"RichTextEditorImage","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-richtexteditor","name":"Image"}},"AudioService":{"provide":"RichTextEditorAudio","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-richtexteditor","name":"Audio"}},"VideoService":{"provide":"RichTextEditorVideo","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-richtexteditor","name":"Video"}},"CountService":{"provide":"RichTextEditorCount","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-richtexteditor","name":"Count"}},"QuickToolbarService":{"provide":"RichTextEditorQuickToolbar","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-richtexteditor","name":"QuickToolbar"}},"HtmlEditorService":{"provide":"RichTextEditorHtmlEditor","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-richtexteditor","name":"HtmlEditor"}},"MarkdownEditorService":{"provide":"RichTextEditorMarkdownEditor","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-richtexteditor","name":"MarkdownEditor"}},"TableService":{"provide":"RichTextEditorTable","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-richtexteditor","name":"Table"}},"PasteCleanupService":{"provide":"RichTextEditorPasteCleanup","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-richtexteditor","name":"PasteCleanup"}},"ResizeService":{"provide":"RichTextEditorResize","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-richtexteditor","name":"Resize"}},"FileManagerService":{"provide":"RichTextEditorFileManager","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-richtexteditor","name":"FileManager"}},"FormatPainterService":{"provide":"RichTextEditorFormatPainter","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-richtexteditor","name":"FormatPainter"}},"EmojiPickerService":{"provide":"RichTextEditorEmojiPicker","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-richtexteditor","name":"EmojiPicker"}}},"origins":{"ɵa":"./src/rich-text-editor/richtexteditor.component","ɵb":"./src/rich-text-editor/richtexteditor.component","RichTextEditorComponent":"./src/rich-text-editor/richtexteditor.component","RichTextEditorModule":"./src/rich-text-editor/richtexteditor.module","RichTextEditorAllModule":"./src/rich-text-editor/richtexteditor-all.module","ToolbarService":"./src/rich-text-editor/richtexteditor-all.module","LinkService":"./src/rich-text-editor/richtexteditor-all.module","ImageService":"./src/rich-text-editor/richtexteditor-all.module","AudioService":"./src/rich-text-editor/richtexteditor-all.module","VideoService":"./src/rich-text-editor/richtexteditor-all.module","CountService":"./src/rich-text-editor/richtexteditor-all.module","QuickToolbarService":"./src/rich-text-editor/richtexteditor-all.module","HtmlEditorService":"./src/rich-text-editor/richtexteditor-all.module","MarkdownEditorService":"./src/rich-text-editor/richtexteditor-all.module","TableService":"./src/rich-text-editor/richtexteditor-all.module","PasteCleanupService":"./src/rich-text-editor/richtexteditor-all.module","ResizeService":"./src/rich-text-editor/richtexteditor-all.module","FileManagerService":"./src/rich-text-editor/richtexteditor-all.module","FormatPainterService":"./src/rich-text-editor/richtexteditor-all.module","EmojiPickerService":"./src/rich-text-editor/richtexteditor-all.module"},"importAs":"@syncfusion/ej2-angular-richtexteditor"}
|
package/license
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
Essential JS 2 library is available under the Syncfusion Essential Studio program, and can be licensed either under the Syncfusion Community License Program or the Syncfusion commercial license.
|
|
2
|
-
|
|
3
|
-
To be qualified for the Syncfusion Community License Program you must have a gross revenue of less than one (1) million U.S. dollars ($1,000,000.00 USD) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusion’s terms and conditions.
|
|
4
|
-
|
|
5
|
-
Customers who do not qualify for the community license can contact sales@syncfusion.com for commercial licensing options.
|
|
6
|
-
|
|
7
|
-
Under no circumstances can you use this product without (1) either a Community License or a commercial license and (2) without agreeing and abiding by Syncfusion’s license containing all terms and conditions.
|
|
8
|
-
|
|
9
|
-
The Syncfusion license that contains the terms and conditions can be found at
|
|
10
|
-
https://www.syncfusion.com/content/downloads/syncfusion_license.pdf
|