@syncfusion/ej2-angular-richtexteditor 31.1.22-ngcc → 31.1.22

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.
Files changed (29) hide show
  1. package/CHANGELOG.md +2828 -0
  2. package/esm2020/public_api.mjs +2 -0
  3. package/esm2020/src/index.mjs +5 -0
  4. package/esm2020/src/rich-text-editor/richtexteditor-all.module.mjs +80 -0
  5. package/esm2020/src/rich-text-editor/richtexteditor.component.mjs +218 -0
  6. package/esm2020/src/rich-text-editor/richtexteditor.module.mjs +25 -0
  7. package/esm2020/syncfusion-ej2-angular-richtexteditor.mjs +5 -0
  8. package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs +321 -0
  9. package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs.map +1 -0
  10. package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs +321 -0
  11. package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs.map +1 -0
  12. package/package.json +20 -7
  13. package/public_api.d.ts +1 -1
  14. package/src/index.d.ts +4 -4
  15. package/src/rich-text-editor/richtexteditor-all.module.d.ts +30 -24
  16. package/src/rich-text-editor/richtexteditor.component.d.ts +90 -87
  17. package/src/rich-text-editor/richtexteditor.module.d.ts +11 -5
  18. package/syncfusion-ej2-angular-richtexteditor.d.ts +5 -0
  19. package/@syncfusion/ej2-angular-richtexteditor.es5.js +0 -370
  20. package/@syncfusion/ej2-angular-richtexteditor.es5.js.map +0 -1
  21. package/@syncfusion/ej2-angular-richtexteditor.js +0 -351
  22. package/@syncfusion/ej2-angular-richtexteditor.js.map +0 -1
  23. package/LICENSE +0 -10
  24. package/dist/ej2-angular-richtexteditor.umd.js +0 -958
  25. package/dist/ej2-angular-richtexteditor.umd.js.map +0 -1
  26. package/dist/ej2-angular-richtexteditor.umd.min.js +0 -11
  27. package/dist/ej2-angular-richtexteditor.umd.min.js.map +0 -1
  28. package/ej2-angular-richtexteditor.d.ts +0 -5
  29. package/ej2-angular-richtexteditor.metadata.json +0 -1
@@ -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, ImportExport, Audio, Video, Count, QuickToolbar, HtmlEditor, MarkdownEditor, Table, PasteCleanup, Resize, FileManager, FormatPainter, EmojiPicker, SlashMenu, CodeBlock} 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 {?} */ ImportExportService: ValueProvider = { provide: 'RichTextEditorImportExport', useValue: ImportExport};\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};\nexport const /** @type {?} */ SlashMenuService: ValueProvider = { provide: 'RichTextEditorSlashMenu', useValue: SlashMenu};\nexport const /** @type {?} */ CodeBlockService: ValueProvider = { provide: 'RichTextEditorCodeBlock', useValue: CodeBlock};\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 ImportExportService,\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 SlashMenuService,\n CodeBlockService\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','codeBlockSettings','cssClass','editorMode','emojiPickerSettings','enableAutoUrl','enableHtmlEncode','enableHtmlSanitizer','enablePersistence','enableResize','enableRtl','enableTabKey','enableXhtml','enabled','enterKey','exportPdf','exportWord','fileManagerSettings','floatingToolbarOffset','fontColor','fontFamily','fontSize','format','formatPainterSettings','formatter','height','htmlAttributes','iframeSettings','importWord','inlineMode','insertAudioSettings','insertImageSettings','insertVideoSettings','keyConfig','locale','maxLength','numberFormatList','pasteCleanupSettings','placeholder','quickToolbarSettings','readonly','saveInterval','shiftEnterKey','showCharCount','showTooltip','slashMenuSettings','tableSettings','toolbarSettings','undoRedoSteps','undoRedoTimer','value','valueTemplate','width'];\nexport const /** @type {?} */ outputs: string[] = ['actionBegin','actionComplete','afterImageDelete','afterMediaDelete','afterPasteCleanup','beforeDialogClose','beforeDialogOpen','beforeFileUpload','beforeImageDrop','beforeImageUpload','beforeMediaDrop','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','selectionChanged','slashMenuItemSelect','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\tbeforeMediaDrop: 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\tselectionChanged: any;\n\tslashMenuItemSelect: any;\n\ttoolbarClick: any;\n\ttoolbarStatusUpdate: any;\n\tupdatedToolbarStatus: any;\npublic valueChange: any;\n/**\n * Accepts a template design and assigns it as the content of the Rich Text Editor. \n * The built-in template engine provides options to compile a template string into an executable function. \n * For example, it supports expression evaluation similar to ES6 template 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('RichTextEditorImportExport');\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 try {\n let mod = this.injector.get('RichTextEditorSlashMenu');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorCodeBlock');\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.beforeMediaDrop;\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.selectionChanged;\n/** @type {?} */\nRichTextEditorComponent.prototype.slashMenuItemSelect;\n/** @type {?} */\nRichTextEditorComponent.prototype.toolbarClick;\n/** @type {?} */\nRichTextEditorComponent.prototype.toolbarStatusUpdate;\n/** @type {?} */\nRichTextEditorComponent.prototype.updatedToolbarStatus;\n/** @type {?} */\nRichTextEditorComponent.prototype.valueChange;\n/**\n * Accepts a template design and assigns it as the content of the Rich Text Editor. \n * The built-in template engine provides options to compile a template string into an executable function. \n * For example, it supports expression evaluation similar to ES6 template 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","CodeBlock","SlashMenu","EmojiPicker","FormatPainter","FileManager","Resize","PasteCleanup","Table","MarkdownEditor","HtmlEditor","QuickToolbar","Count","Video","Audio","ImportExport","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 : 31.1.22
4
- * Copyright Syncfusion Inc. 2001 - 2025. 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,i,n,r){"use strict";var a=this&&this.__extends||function(){var e=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])};return function(o,t){function i(){this.constructor=o}e(o,t),o.prototype=null===t?Object.create(t):(i.prototype=t.prototype,new i)}}(),_=this&&this.__decorate||function(e,o,t,i){var n,r=arguments.length,a=r<3?o:null===i?i=Object.getOwnPropertyDescriptor(o,t):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,o,t,i);else for(var _=e.length-1;_>=0;_--)(n=e[_])&&(a=(r<3?n(a):r>3?n(o,t,a):n(o,t))||a);return r>3&&a&&Object.defineProperty(o,t,a),a},C=this&&this.__metadata||function(e,o){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,o)},E=["autoSaveOnIdle","backgroundColor","bulletFormatList","codeBlockSettings","cssClass","editorMode","emojiPickerSettings","enableAutoUrl","enableHtmlEncode","enableHtmlSanitizer","enablePersistence","enableResize","enableRtl","enableTabKey","enableXhtml","enabled","enterKey","exportPdf","exportWord","fileManagerSettings","floatingToolbarOffset","fontColor","fontFamily","fontSize","format","formatPainterSettings","formatter","height","htmlAttributes","iframeSettings","importWord","inlineMode","insertAudioSettings","insertImageSettings","insertVideoSettings","keyConfig","locale","maxLength","numberFormatList","pasteCleanupSettings","placeholder","quickToolbarSettings","readonly","saveInterval","shiftEnterKey","showCharCount","showTooltip","slashMenuSettings","tableSettings","toolbarSettings","undoRedoSteps","undoRedoTimer","value","valueTemplate","width"],l=["actionBegin","actionComplete","afterImageDelete","afterMediaDelete","afterPasteCleanup","beforeDialogClose","beforeDialogOpen","beforeFileUpload","beforeImageDrop","beforeImageUpload","beforeMediaDrop","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","selectionChanged","slashMenuItemSelect","toolbarClick","toolbarStatusUpdate","updatedToolbarStatus","valueChange"],S=["value"];e.RichTextEditorComponent=T=function(e){function o(o,t,n,r,a){var _=e.call(this)||this;_.ngEle=o,_.srenderer=t,_.viewContainerRef=n,_.injector=r,_.cdr=a,_.skipFromEvent=!0,_.element=_.ngEle.nativeElement,_.injectedModules=_.injectedModules||[];try{var C=_.injector.get("RichTextEditorToolbar");-1===_.injectedModules.indexOf(C)&&_.injectedModules.push(C)}catch(E){}try{C=_.injector.get("RichTextEditorLink");-1===_.injectedModules.indexOf(C)&&_.injectedModules.push(C)}catch(T){}try{C=_.injector.get("RichTextEditorImage");-1===_.injectedModules.indexOf(C)&&_.injectedModules.push(C)}catch(L){}try{C=_.injector.get("RichTextEditorImportExport");-1===_.injectedModules.indexOf(C)&&_.injectedModules.push(C)}catch(d){}try{C=_.injector.get("RichTextEditorAudio");-1===_.injectedModules.indexOf(C)&&_.injectedModules.push(C)}catch(s){}try{C=_.injector.get("RichTextEditorVideo");-1===_.injectedModules.indexOf(C)&&_.injectedModules.push(C)}catch(c){}try{C=_.injector.get("RichTextEditorCount");-1===_.injectedModules.indexOf(C)&&_.injectedModules.push(C)}catch(I){}try{C=_.injector.get("RichTextEditorQuickToolbar");-1===_.injectedModules.indexOf(C)&&_.injectedModules.push(C)}catch(O){}try{C=_.injector.get("RichTextEditorHtmlEditor");-1===_.injectedModules.indexOf(C)&&_.injectedModules.push(C)}catch(R){}try{C=_.injector.get("RichTextEditorMarkdownEditor");-1===_.injectedModules.indexOf(C)&&_.injectedModules.push(C)}catch(u){}try{C=_.injector.get("RichTextEditorTable");-1===_.injectedModules.indexOf(C)&&_.injectedModules.push(C)}catch(A){}try{C=_.injector.get("RichTextEditorPasteCleanup");-1===_.injectedModules.indexOf(C)&&_.injectedModules.push(C)}catch(p){}try{C=_.injector.get("RichTextEditorResize");-1===_.injectedModules.indexOf(C)&&_.injectedModules.push(C)}catch(D){}try{C=_.injector.get("RichTextEditorFileManager");-1===_.injectedModules.indexOf(C)&&_.injectedModules.push(C)}catch(m){}try{C=_.injector.get("RichTextEditorFormatPainter");-1===_.injectedModules.indexOf(C)&&_.injectedModules.push(C)}catch(N){}try{C=_.injector.get("RichTextEditorEmojiPicker");-1===_.injectedModules.indexOf(C)&&_.injectedModules.push(C)}catch(g){}try{C=_.injector.get("RichTextEditorSlashMenu");-1===_.injectedModules.indexOf(C)&&_.injectedModules.push(C)}catch(M){}try{C=_.injector.get("RichTextEditorCodeBlock");-1===_.injectedModules.indexOf(C)&&_.injectedModules.push(C)}catch(P){}return _.registerEvents(l),_.addTwoWay.call(_,S),i.setValue("currentInstance",_,_.viewContainerRef),_.formContext=new i.FormBase,_.formCompContext=new i.ComponentBase,_}return a(o,e),o.prototype.registerOnChange=function(e){},o.prototype.registerOnTouched=function(e){},o.prototype.writeValue=function(e){},o.prototype.setDisabledState=function(e){},o.prototype.ngOnInit=function(){this.formCompContext.ngOnInit(this)},o.prototype.ngAfterViewInit=function(){this.formContext.ngAfterViewInit(this)},o.prototype.ngOnDestroy=function(){this.formCompContext.ngOnDestroy(this)},o.prototype.ngAfterContentChecked=function(){this.formCompContext.ngAfterContentChecked(this)},o}(n.RichTextEditor),e.RichTextEditorComponent.decorators=[{type:o.Component,args:[{selector:"ejs-richtexteditor",inputs:E,outputs:l,template:"",changeDetection:o.ChangeDetectionStrategy.OnPush,providers:[{provide:t.NG_VALUE_ACCESSOR,useExisting:o.forwardRef(function(){return T}),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"]}]},_([i.Template(),C("design:type",Object)],e.RichTextEditorComponent.prototype,"valueTemplate",void 0),e.RichTextEditorComponent=T=_([i.ComponentMixins([i.ComponentBase,i.FormBase]),C("design:paramtypes",[o.ElementRef,o.Renderer2,o.ViewContainerRef,o.Injector,o.ChangeDetectorRef])],e.RichTextEditorComponent);var T,L=function(){return function(){}}();L.decorators=[{type:o.NgModule,args:[{imports:[r.CommonModule],declarations:[e.RichTextEditorComponent],exports:[e.RichTextEditorComponent]}]}],L.ctorParameters=function(){return[]};var d={provide:"RichTextEditorToolbar",useValue:n.Toolbar},s={provide:"RichTextEditorLink",useValue:n.Link},c={provide:"RichTextEditorImage",useValue:n.Image},I={provide:"RichTextEditorImportExport",useValue:n.ImportExport},O={provide:"RichTextEditorAudio",useValue:n.Audio},R={provide:"RichTextEditorVideo",useValue:n.Video},u={provide:"RichTextEditorCount",useValue:n.Count},A={provide:"RichTextEditorQuickToolbar",useValue:n.QuickToolbar},p={provide:"RichTextEditorHtmlEditor",useValue:n.HtmlEditor},D={provide:"RichTextEditorMarkdownEditor",useValue:n.MarkdownEditor},m={provide:"RichTextEditorTable",useValue:n.Table},N={provide:"RichTextEditorPasteCleanup",useValue:n.PasteCleanup},g={provide:"RichTextEditorResize",useValue:n.Resize},M={provide:"RichTextEditorFileManager",useValue:n.FileManager},P={provide:"RichTextEditorFormatPainter",useValue:n.FormatPainter},B={provide:"RichTextEditorEmojiPicker",useValue:n.EmojiPicker},f={provide:"RichTextEditorSlashMenu",useValue:n.SlashMenu},h={provide:"RichTextEditorCodeBlock",useValue:n.CodeBlock},b=function(){return function(){}}();b.decorators=[{type:o.NgModule,args:[{imports:[r.CommonModule,L],exports:[L],providers:[d,s,c,I,O,R,u,A,p,D,m,N,g,M,P,B,f,h]}]}],b.ctorParameters=function(){return[]},e.RichTextEditorModule=L,e.RichTextEditorAllModule=b,e.ToolbarService=d,e.LinkService=s,e.ImageService=c,e.ImportExportService=I,e.AudioService=O,e.VideoService=R,e.CountService=u,e.QuickToolbarService=A,e.HtmlEditorService=p,e.MarkdownEditorService=D,e.TableService=m,e.PasteCleanupService=N,e.ResizeService=g,e.FileManagerService=M,e.FormatPainterService=P,e.EmojiPickerService=B,e.SlashMenuService=f,e.CodeBlockService=h,e.ɵa=E,e.ɵb=l,e.Toolbar=n.Toolbar,e.KeyboardEvents=n.KeyboardEvents,e.BaseToolbar=n.BaseToolbar,e.BaseQuickToolbar=n.BaseQuickToolbar,e.QuickToolbar=n.QuickToolbar,e.Count=n.Count,e.ColorPickerInput=n.ColorPickerInput,e.MarkdownToolbarStatus=n.MarkdownToolbarStatus,e.ExecCommandCallBack=n.ExecCommandCallBack,e.ToolbarAction=n.ToolbarAction,e.MarkdownEditor=n.MarkdownEditor,e.HtmlEditor=n.HtmlEditor,e.PasteCleanup=n.PasteCleanup,e.Resize=n.Resize,e.DropDownButtons=n.DropDownButtons,e.FileManager=n.FileManager,e.FullScreen=n.FullScreen,e.setAttributes=n.setAttributes,e.HtmlToolbarStatus=n.HtmlToolbarStatus,e.XhtmlValidation=n.XhtmlValidation,e.FormatPainter=n.FormatPainter,e.EmojiPicker=n.EmojiPicker,e.ImportExport=n.ImportExport,e.CodeBlock=n.CodeBlock,e.HTMLFormatter=n.HTMLFormatter,e.Formatter=n.Formatter,e.MarkdownFormatter=n.MarkdownFormatter,e.ContentRender=n.ContentRender,e.Render=n.Render,e.ToolbarRenderer=n.ToolbarRenderer,e.Link=n.Link,e.Image=n.Image,e.Audio=n.Audio,e.Video=n.Video,e.ViewSource=n.ViewSource,e.Table=n.Table,e.DialogRenderer=n.DialogRenderer,e.IframeContentRender=n.IframeContentRender,e.MarkdownRender=n.MarkdownRender,e.QuickPopupRenderer=n.QuickPopupRenderer,e.SlashMenu=n.SlashMenu,e.RichTextEditor=n.RichTextEditor,e.RenderType=n.RenderType,e.executeGroup=n.executeGroup,e.created=n.created,e.destroyed=n.destroyed,e.tableclass=n.tableclass,e.load=n.load,e.initialLoad=n.initialLoad,e.contentChanged=n.contentChanged,e.initialEnd=n.initialEnd,e.iframeMouseDown=n.iframeMouseDown,e.destroy=n.destroy,e.toolbarClick=n.toolbarClick,e.toolbarRefresh=n.toolbarRefresh,e.slashMenuOpening=n.slashMenuOpening,e.refreshBegin=n.refreshBegin,e.toolbarUpdated=n.toolbarUpdated,e.bindOnEnd=n.bindOnEnd,e.htmlToolbarClick=n.htmlToolbarClick,e.markdownToolbarClick=n.markdownToolbarClick,e.modelChanged=n.modelChanged,e.tableModulekeyUp=n.tableModulekeyUp,e.keyUp=n.keyUp,e.keyDown=n.keyDown,e.onImport=n.onImport,e.onExport=n.onExport,e.onCodeBlock=n.onCodeBlock,e.mouseUp=n.mouseUp,e.toolbarCreated=n.toolbarCreated,e.toolbarRenderComplete=n.toolbarRenderComplete,e.enableFullScreen=n.enableFullScreen,e.disableFullScreen=n.disableFullScreen,e.dropDownSelect=n.dropDownSelect,e.beforeDropDownItemRender=n.beforeDropDownItemRender,e.execCommandCallBack=n.execCommandCallBack,e.imageToolbarAction=n.imageToolbarAction,e.audioToolbarAction=n.audioToolbarAction,e.videoToolbarAction=n.videoToolbarAction,e.linkToolbarAction=n.linkToolbarAction,e.windowResize=n.windowResize,e.resizeStart=n.resizeStart,e.onResize=n.onResize,e.resizeStop=n.resizeStop,e.undo=n.undo,e.redo=n.redo,e.insertLink=n.insertLink,e.unLink=n.unLink,e.editLink=n.editLink,e.openLink=n.openLink,e.actionBegin=n.actionBegin,e.actionComplete=n.actionComplete,e.updatedToolbarStatus=n.updatedToolbarStatus,e.actionSuccess=n.actionSuccess,e.updateToolbarItem=n.updateToolbarItem,e.insertImage=n.insertImage,e.insertAudio=n.insertAudio,e.insertVideo=n.insertVideo,e.insertCompleted=n.insertCompleted,e.imageLeft=n.imageLeft,e.imageRight=n.imageRight,e.imageCenter=n.imageCenter,e.imageBreak=n.imageBreak,e.imageInline=n.imageInline,e.imageLink=n.imageLink,e.imageAlt=n.imageAlt,e.imageDelete=n.imageDelete,e.audioDelete=n.audioDelete,e.videoDelete=n.videoDelete,e.imageCaption=n.imageCaption,e.imageSize=n.imageSize,e.videoSize=n.videoSize,e.sourceCode=n.sourceCode,e.updateSource=n.updateSource,e.toolbarOpen=n.toolbarOpen,e.beforeDropDownOpen=n.beforeDropDownOpen,e.selectionSave=n.selectionSave,e.selectionRestore=n.selectionRestore,e.expandPopupClick=n.expandPopupClick,e.count=n.count,e.contentFocus=n.contentFocus,e.contentBlur=n.contentBlur,e.mouseDown=n.mouseDown,e.sourceCodeMouseDown=n.sourceCodeMouseDown,e.editAreaClick=n.editAreaClick,e.scroll=n.scroll,e.contentscroll=n.contentscroll,e.colorPickerChanged=n.colorPickerChanged,e.focusChange=n.focusChange,e.selectAll=n.selectAll,e.selectRange=n.selectRange,e.getSelectedHtml=n.getSelectedHtml,e.renderInlineToolbar=n.renderInlineToolbar,e.paste=n.paste,e.codeBlockPaste=n.codeBlockPaste,e.codeBlockEnter=n.codeBlockEnter,e.imgModule=n.imgModule,e.rtlMode=n.rtlMode,e.createTable=n.createTable,e.updateProperty=n.updateProperty,e.docClick=n.docClick,e.tableToolbarAction=n.tableToolbarAction,e.checkUndo=n.checkUndo,e.readOnlyMode=n.readOnlyMode,e.pasteClean=n.pasteClean,e.enterHandler=n.enterHandler,e.beforeDialogOpen=n.beforeDialogOpen,e.clearDialogObj=n.clearDialogObj,e.dialogOpen=n.dialogOpen,e.beforeDialogClose=n.beforeDialogClose,e.dialogClose=n.dialogClose,e.beforeQuickToolbarOpen=n.beforeQuickToolbarOpen,e.quickToolbarOpen=n.quickToolbarOpen,e.quickToolbarClose=n.quickToolbarClose,e.popupHide=n.popupHide,e.imageSelected=n.imageSelected,e.imageUploading=n.imageUploading,e.imageUploadSuccess=n.imageUploadSuccess,e.imageUploadFailed=n.imageUploadFailed,e.imageRemoving=n.imageRemoving,e.fileSelected=n.fileSelected,e.fileUploading=n.fileUploading,e.fileUploadSuccess=n.fileUploadSuccess,e.fileUploadFailed=n.fileUploadFailed,e.fileRemoving=n.fileRemoving,e.afterImageDelete=n.afterImageDelete,e.afterMediaDelete=n.afterMediaDelete,e.drop=n.drop,e.renderQuickToolbar=n.renderQuickToolbar,e.xhtmlValidation=n.xhtmlValidation,e.beforeImageUpload=n.beforeImageUpload,e.beforeFileUpload=n.beforeFileUpload,e.resizeInitialized=n.resizeInitialized,e.renderFileManager=n.renderFileManager,e.beforeImageDrop=n.beforeImageDrop,e.beforeMediaDrop=n.beforeMediaDrop,e.dynamicModule=n.dynamicModule,e.beforePasteCleanup=n.beforePasteCleanup,e.afterPasteCleanup=n.afterPasteCleanup,e.updateTbItemsStatus=n.updateTbItemsStatus,e.showLinkDialog=n.showLinkDialog,e.closeLinkDialog=n.closeLinkDialog,e.showImageDialog=n.showImageDialog,e.showAudioDialog=n.showAudioDialog,e.showVideoDialog=n.showVideoDialog,e.closeImageDialog=n.closeImageDialog,e.closeAudioDialog=n.closeAudioDialog,e.closeVideoDialog=n.closeVideoDialog,e.showTableDialog=n.showTableDialog,e.closeTableDialog=n.closeTableDialog,e.bindCssClass=n.bindCssClass,e.formatPainterClick=n.formatPainterClick,e.formatPainterDoubleClick=n.formatPainterDoubleClick,e.emojiPicker=n.emojiPicker,e.destroyTooltip=n.destroyTooltip,e.hidePopup=n.hidePopup,e.cleanupResizeElements=n.cleanupResizeElements,e.afterKeyDown=n.afterKeyDown,e.updateValueOnIdle=n.updateValueOnIdle,e.documentClickClosedBy=n.documentClickClosedBy,e.showColorPicker=n.showColorPicker,e.showDropDown=n.showDropDown,e.closeTooltip=n.closeTooltip,e.autoResize=n.autoResize,e.selectionChangeMouseUp=n.selectionChangeMouseUp,e.blockEmptyNodes=n.blockEmptyNodes,e.inlineEmptyNodes=n.inlineEmptyNodes,e.supportedUnits=n.supportedUnits,e.conversionFactors=n.conversionFactors,e.onHandleFontsizeChange=n.onHandleFontsizeChange,e.preventQuickToolbarClose=n.preventQuickToolbarClose,e.selectionChanged=n.selectionChanged,e.CLS_RTE=n.CLS_RTE,e.CLS_RTL=n.CLS_RTL,e.CLS_CONTENT=n.CLS_CONTENT,e.CLS_DISABLED=n.CLS_DISABLED,e.CLS_SCRIPT_SHEET=n.CLS_SCRIPT_SHEET,e.CLS_STYLE_SHEET=n.CLS_STYLE_SHEET,e.CLS_RTE_CONTAINER=n.CLS_RTE_CONTAINER,e.CLS_RTE_IFRAME_CONTENT=n.CLS_RTE_IFRAME_CONTENT,e.CLS_TOOLBAR=n.CLS_TOOLBAR,e.CLS_TB_FIXED=n.CLS_TB_FIXED,e.CLS_TB_FLOAT=n.CLS_TB_FLOAT,e.CLS_INLINE=n.CLS_INLINE,e.CLS_TB_INLINE=n.CLS_TB_INLINE,e.CLS_RTE_EXPAND_TB=n.CLS_RTE_EXPAND_TB,e.CLS_FULL_SCREEN=n.CLS_FULL_SCREEN,e.CLS_QUICK_TB=n.CLS_QUICK_TB,e.CLS_TEXT_QUICK_TB=n.CLS_TEXT_QUICK_TB,e.CLS_IMG_QUICK_TB=n.CLS_IMG_QUICK_TB,e.CLS_AUDIO_QUICK_TB=n.CLS_AUDIO_QUICK_TB,e.CLS_VIDEO_QUICK_TB=n.CLS_VIDEO_QUICK_TB,e.CLS_TABLE_QUICK_TB=n.CLS_TABLE_QUICK_TB,e.CLS_LINK_QUICK_TB=n.CLS_LINK_QUICK_TB,e.CLS_TB_STATIC=n.CLS_TB_STATIC,e.CLS_QUICK_POP=n.CLS_QUICK_POP,e.CLS_INLINE_POP=n.CLS_INLINE_POP,e.CLS_QUICK_TBAR_TIP_POINTER=n.CLS_QUICK_TBAR_TIP_POINTER,e.CLS_QUICK_DROPDOWN=n.CLS_QUICK_DROPDOWN,e.CLS_INLINE_TOOLBAR=n.CLS_INLINE_TOOLBAR,e.CLS_INLINE_DROPDOWN=n.CLS_INLINE_DROPDOWN,e.CLS_DROPDOWN_POPUP=n.CLS_DROPDOWN_POPUP,e.CLS_DROPDOWN_ICONS=n.CLS_DROPDOWN_ICONS,e.CLS_DROPDOWN_ITEMS=n.CLS_DROPDOWN_ITEMS,e.CLS_DROPDOWN_BTN=n.CLS_DROPDOWN_BTN,e.CLS_RTE_CONTENT=n.CLS_RTE_CONTENT,e.CLS_TB_ITEM=n.CLS_TB_ITEM,e.CLS_TB_EXTENDED=n.CLS_TB_EXTENDED,e.CLS_TB_WRAP=n.CLS_TB_WRAP,e.CLS_POPUP=n.CLS_POPUP,e.CLS_SEPARATOR=n.CLS_SEPARATOR,e.CLS_MINIMIZE=n.CLS_MINIMIZE,e.CLS_MAXIMIZE=n.CLS_MAXIMIZE,e.CLS_BACK=n.CLS_BACK,e.CLS_SHOW=n.CLS_SHOW,e.CLS_HIDE=n.CLS_HIDE,e.CLS_VISIBLE=n.CLS_VISIBLE,e.CLS_FOCUS=n.CLS_FOCUS,e.CLS_RM_WHITE_SPACE=n.CLS_RM_WHITE_SPACE,e.CLS_IMGRIGHT=n.CLS_IMGRIGHT,e.CLS_IMGLEFT=n.CLS_IMGLEFT,e.CLS_IMGCENTER=n.CLS_IMGCENTER,e.CLS_IMGBREAK=n.CLS_IMGBREAK,e.CLS_AUDIOBREAK=n.CLS_AUDIOBREAK,e.CLS_CLICKELEM=n.CLS_CLICKELEM,e.CLS_VID_CLICK_ELEM=n.CLS_VID_CLICK_ELEM,e.CLS_AUDIOWRAP=n.CLS_AUDIOWRAP,e.CLS_VIDEOWRAP=n.CLS_VIDEOWRAP,e.CLS_VIDEOBREAK=n.CLS_VIDEOBREAK,e.CLS_CAPTION=n.CLS_CAPTION,e.CLS_RTE_CAPTION=n.CLS_RTE_CAPTION,e.CLS_CAPINLINE=n.CLS_CAPINLINE,e.CLS_IMGINLINE=n.CLS_IMGINLINE,e.CLS_AUDIOINLINE=n.CLS_AUDIOINLINE,e.CLS_VIDEOINLINE=n.CLS_VIDEOINLINE,e.CLS_COUNT=n.CLS_COUNT,e.CLS_WARNING=n.CLS_WARNING,e.CLS_ERROR=n.CLS_ERROR,e.CLS_ICONS=n.CLS_ICONS,e.CLS_ACTIVE=n.CLS_ACTIVE,e.CLS_EXPAND_OPEN=n.CLS_EXPAND_OPEN,e.CLS_RTE_ELEMENTS=n.CLS_RTE_ELEMENTS,e.CLS_TB_BTN=n.CLS_TB_BTN,e.CLS_DROPDOWN_MENU=n.CLS_DROPDOWN_MENU,e.CLS_HR_SEPARATOR=n.CLS_HR_SEPARATOR,e.CLS_TB_IOS_FIX=n.CLS_TB_IOS_FIX,e.CLS_LIST_PRIMARY_CONTENT=n.CLS_LIST_PRIMARY_CONTENT,e.CLS_NUMBERFORMATLIST_TB_BTN=n.CLS_NUMBERFORMATLIST_TB_BTN,e.CLS_BULLETFORMATLIST_TB_BTN=n.CLS_BULLETFORMATLIST_TB_BTN,e.CLS_CODEBLOCK_TB_BTN=n.CLS_CODEBLOCK_TB_BTN,e.CLS_CODEBLOCK_TB_BTN_ICON=n.CLS_CODEBLOCK_TB_BTN_ICON,e.CLS_FORMATS_TB_BTN=n.CLS_FORMATS_TB_BTN,e.CLS_FONT_NAME_TB_BTN=n.CLS_FONT_NAME_TB_BTN,e.CLS_FONT_SIZE_TB_BTN=n.CLS_FONT_SIZE_TB_BTN,e.CLS_ALIGN_TB_BTN=n.CLS_ALIGN_TB_BTN,e.CLS_BORDER_STYLE_BTN=n.CLS_BORDER_STYLE_BTN,e.CLS_BORDERCOLOR_COLORPICKER=n.CLS_BORDERCOLOR_COLORPICKER,e.CLS_TABLE_BGCOLOR_COLORPICKER=n.CLS_TABLE_BGCOLOR_COLORPICKER,e.CLS_FONT_COLORPICKER=n.CLS_FONT_COLORPICKER,e.CLS_BACKGROUND_COLORPICKER=n.CLS_BACKGROUND_COLORPICKER,e.CLS_NUMBERFORMATLIST_DROPDOWN=n.CLS_NUMBERFORMATLIST_DROPDOWN,e.CLS_BULLETFORMATLIST_DROPDOWN=n.CLS_BULLETFORMATLIST_DROPDOWN,e.CLS_DROPDOWN=n.CLS_DROPDOWN,e.CLS_COLOR_PALETTE=n.CLS_COLOR_PALETTE,e.CLS_RTE_READONLY=n.CLS_RTE_READONLY,e.CLS_RTE_HIDDEN=n.CLS_RTE_HIDDEN,e.CLS_RTE_PASTE_KEEP_FORMAT=n.CLS_RTE_PASTE_KEEP_FORMAT,e.CLS_RTE_PASTE_REMOVE_FORMAT=n.CLS_RTE_PASTE_REMOVE_FORMAT,e.CLS_RTE_PASTE_PLAIN_FORMAT=n.CLS_RTE_PASTE_PLAIN_FORMAT,e.CLS_RTE_PASTE_OK=n.CLS_RTE_PASTE_OK,e.CLS_RTE_PASTE_CANCEL=n.CLS_RTE_PASTE_CANCEL,e.CLS_RTE_DIALOG_MIN_HEIGHT=n.CLS_RTE_DIALOG_MIN_HEIGHT,e.CLS_RTE_RES_HANDLE=n.CLS_RTE_RES_HANDLE,e.CLS_RTE_RES_EAST=n.CLS_RTE_RES_EAST,e.CLS_RTE_IMAGE=n.CLS_RTE_IMAGE,e.CLS_RTE_UPLOAD_POPUP=n.CLS_RTE_UPLOAD_POPUP,e.CLS_POPUP_OPEN=n.CLS_POPUP_OPEN,e.CLS_POPUP_CLOSE=n.CLS_POPUP_CLOSE,e.CLS_IMG_RESIZE=n.CLS_IMG_RESIZE,e.CLS_VID_RESIZE=n.CLS_VID_RESIZE,e.CLS_DROPAREA=n.CLS_DROPAREA,e.CLS_IMG_INNER=n.CLS_IMG_INNER,e.CLS_UPLOAD_FILES=n.CLS_UPLOAD_FILES,e.CLS_RTE_DIALOG_UPLOAD=n.CLS_RTE_DIALOG_UPLOAD,e.CLS_RTE_RES_CNT=n.CLS_RTE_RES_CNT,e.CLS_CUSTOM_TILE=n.CLS_CUSTOM_TILE,e.CLS_NOCOLOR_ITEM=n.CLS_NOCOLOR_ITEM,e.CLS_TABLE=n.CLS_TABLE,e.CLS_TABLE_BORDER=n.CLS_TABLE_BORDER,e.CLS_RTE_FIXED_TB_EXPAND=n.CLS_RTE_FIXED_TB_EXPAND,e.CLS_RTE_TB_ENABLED=n.CLS_RTE_TB_ENABLED,e.CLS_RTE_RES_WEST=n.CLS_RTE_RES_WEST,e.CLS_RTE_SOURCE_CODE_TXTAREA=n.CLS_RTE_SOURCE_CODE_TXTAREA,e.CLS_RTE_IMAGE_UPLOAD_POPUP=n.CLS_RTE_IMAGE_UPLOAD_POPUP,e.CLS_RTE_VIDEO_UPLOAD_POPUP=n.CLS_RTE_VIDEO_UPLOAD_POPUP,e.CLS_RTE_AUDIO_UPLOAD_POPUP=n.CLS_RTE_AUDIO_UPLOAD_POPUP,e.getIndex=n.getIndex,e.hasClass=n.hasClass,e.getDropDownValue=n.getDropDownValue,e.getFormattedFontSize=n.getFormattedFontSize,e.pageYOffset=n.pageYOffset,e.getTooltipText=n.getTooltipText,e.setToolbarStatus=n.setToolbarStatus,e.getCollection=n.getCollection,e.updateDropdownContent=n.updateDropdownContent,e.getTBarItemsIndex=n.getTBarItemsIndex,e.updateUndoRedoStatus=n.updateUndoRedoStatus,e.dispatchEvent=n.dispatchEvent,e.parseHtml=n.parseHtml,e.getTextNodesUnder=n.getTextNodesUnder,e.toObjectLowerCase=n.toObjectLowerCase,e.getEditValue=n.getEditValue,e.formatRTEContent=n.formatRTEContent,e.getDefaultValue=n.getDefaultValue,e.isEditableValueEmpty=n.isEditableValueEmpty,e.decode=n.decode,e.sanitizeHelper=n.sanitizeHelper,e.parseHelper=n.parseHelper,e.getLocaleFontFormat=n.getLocaleFontFormat,e.updateDropDownFontFormatLocale=n.updateDropDownFontFormatLocale,e.ServiceLocator=n.ServiceLocator,e.RendererFactory=n.RendererFactory,e.EditorManager=n.EditorManager,e.IMAGE=n.IMAGE,e.AUDIO=n.AUDIO,e.VIDEO=n.VIDEO,e.TABLE=n.TABLE,e.LINK=n.LINK,e.INSERT_ROW=n.INSERT_ROW,e.INSERT_COLUMN=n.INSERT_COLUMN,e.DELETEROW=n.DELETEROW,e.DELETECOLUMN=n.DELETECOLUMN,e.REMOVETABLE=n.REMOVETABLE,e.TABLEHEADER=n.TABLEHEADER,e.TABLE_VERTICAL_ALIGN=n.TABLE_VERTICAL_ALIGN,e.TABLE_MERGE=n.TABLE_MERGE,e.TABLE_VERTICAL_SPLIT=n.TABLE_VERTICAL_SPLIT,e.TABLE_HORIZONTAL_SPLIT=n.TABLE_HORIZONTAL_SPLIT,e.TABLE_STYLES=n.TABLE_STYLES,e.TABLE_BACKGROUND_COLOR=n.TABLE_BACKGROUND_COLOR,e.TABLE_MOVE=n.TABLE_MOVE,e.ALIGNMENT_TYPE=n.ALIGNMENT_TYPE,e.INDENT_TYPE=n.INDENT_TYPE,e.DEFAULT_TAG=n.DEFAULT_TAG,e.BLOCK_TAGS=n.BLOCK_TAGS,e.IGNORE_BLOCK_TAGS=n.IGNORE_BLOCK_TAGS,e.TABLE_BLOCK_TAGS=n.TABLE_BLOCK_TAGS,e.SELECTION_TYPE=n.SELECTION_TYPE,e.INSERTHTML_TYPE=n.INSERTHTML_TYPE,e.INSERT_TEXT_TYPE=n.INSERT_TEXT_TYPE,e.CLEAR_TYPE=n.CLEAR_TYPE,e.SELF_CLOSING_TAGS=n.SELF_CLOSING_TAGS,e.PASTE_SOURCE=n.PASTE_SOURCE,e.ALLOWED_TABLE_BLOCK_TAGS=n.ALLOWED_TABLE_BLOCK_TAGS,e.CLASS_IMAGE_RIGHT=n.CLASS_IMAGE_RIGHT,e.CLASS_IMAGE_LEFT=n.CLASS_IMAGE_LEFT,e.CLASS_IMAGE_CENTER=n.CLASS_IMAGE_CENTER,e.CLASS_VIDEO_RIGHT=n.CLASS_VIDEO_RIGHT,e.CLASS_VIDEO_LEFT=n.CLASS_VIDEO_LEFT,e.CLASS_VIDEO_CENTER=n.CLASS_VIDEO_CENTER,e.CLASS_IMAGE_BREAK=n.CLASS_IMAGE_BREAK,e.CLASS_AUDIO_BREAK=n.CLASS_AUDIO_BREAK,e.CLASS_VIDEO_BREAK=n.CLASS_VIDEO_BREAK,e.CLASS_CAPTION=n.CLASS_CAPTION,e.CLASS_RTE_CAPTION=n.CLASS_RTE_CAPTION,e.CLASS_CAPTION_INLINE=n.CLASS_CAPTION_INLINE,e.CLASS_IMAGE_INLINE=n.CLASS_IMAGE_INLINE,e.CLASS_AUDIO_INLINE=n.CLASS_AUDIO_INLINE,e.CLASS_CLICK_ELEM=n.CLASS_CLICK_ELEM,e.CLASS_VIDEO_CLICK_ELEM=n.CLASS_VIDEO_CLICK_ELEM,e.CLASS_AUDIO=n.CLASS_AUDIO,e.CLASS_VIDEO=n.CLASS_VIDEO,e.CLASS_AUDIO_WRAP=n.CLASS_AUDIO_WRAP,e.CLASS_VIDEO_WRAP=n.CLASS_VIDEO_WRAP,e.CLASS_EMBED_VIDEO_WRAP=n.CLASS_EMBED_VIDEO_WRAP,e.CLASS_AUDIO_FOCUS=n.CLASS_AUDIO_FOCUS,e.CLASS_VIDEO_FOCUS=n.CLASS_VIDEO_FOCUS,e.CLASS_VIDEO_INLINE=n.CLASS_VIDEO_INLINE,e.Lists=n.Lists,e.markerClassName=n.markerClassName,e.DOMNode=n.DOMNode,e.Alignments=n.Alignments,e.Indents=n.Indents,e.Formats=n.Formats,e.LinkCommand=n.LinkCommand,e.InsertMethods=n.InsertMethods,e.InsertTextExec=n.InsertTextExec,e.InsertHtmlExec=n.InsertHtmlExec,e.InsertHtml=n.InsertHtml,e.IsFormatted=n.IsFormatted,e.MsWordPaste=n.MsWordPaste,e.NodeCutter=n.NodeCutter,e.ImageCommand=n.ImageCommand,e.AudioCommand=n.AudioCommand,e.VideoCommand=n.VideoCommand,e.SelectionCommands=n.SelectionCommands,e.SelectionBasedExec=n.SelectionBasedExec,e.ClearFormatExec=n.ClearFormatExec,e.UndoRedoManager=n.UndoRedoManager,e.TableCommand=n.TableCommand,e.statusCollection=n.statusCollection,e.ToolbarStatus=n.ToolbarStatus,e.FormatPainterActions=n.FormatPainterActions,e.EmojiPickerAction=n.EmojiPickerAction,e.CodeBlockPlugin=n.CodeBlockPlugin,e.PasteCleanupAction=n.PasteCleanupAction,e.TablePasting=n.TablePasting,e.NodeSelection=n.NodeSelection,e.MarkdownParser=n.MarkdownParser,e.LISTS_COMMAND=n.LISTS_COMMAND,e.selectionCommand=n.selectionCommand,e.LINK_COMMAND=n.LINK_COMMAND,e.CLEAR_COMMAND=n.CLEAR_COMMAND,e.MD_TABLE=n.MD_TABLE,e.INSERT_TEXT_COMMAND=n.INSERT_TEXT_COMMAND,e.ClearFormat=n.ClearFormat,e.MDLists=n.MDLists,e.MDFormats=n.MDFormats,e.MarkdownSelection=n.MarkdownSelection,e.UndoRedoCommands=n.UndoRedoCommands,e.MDSelectionFormats=n.MDSelectionFormats,e.MDLink=n.MDLink,e.MDTable=n.MDTable,e.markdownFormatTags=n.markdownFormatTags,e.markdownSelectionTags=n.markdownSelectionTags,e.markdownListsTags=n.markdownListsTags,e.htmlKeyConfig=n.htmlKeyConfig,e.markdownKeyConfig=n.markdownKeyConfig,e.pasteCleanupGroupingTags=n.pasteCleanupGroupingTags,e.listConversionFilters=n.listConversionFilters,e.selfClosingTags=n.selfClosingTags,e.imageResizeFactor=n.imageResizeFactor,e.mentionRestrictKeys=n.mentionRestrictKeys,e.TABLE_SELECTION_STATE_ALLOWED_ACTIONKEYS=n.TABLE_SELECTION_STATE_ALLOWED_ACTIONKEYS,e.KEY_DOWN=n.KEY_DOWN,e.ACTION=n.ACTION,e.FORMAT_TYPE=n.FORMAT_TYPE,e.KEY_DOWN_HANDLER=n.KEY_DOWN_HANDLER,e.LIST_TYPE=n.LIST_TYPE,e.CODE_BLOCK=n.CODE_BLOCK,e.KEY_UP_HANDLER=n.KEY_UP_HANDLER,e.KEY_UP=n.KEY_UP,e.MODEL_CHANGED_PLUGIN=n.MODEL_CHANGED_PLUGIN,e.MODEL_CHANGED=n.MODEL_CHANGED,e.MS_WORD_CLEANUP_PLUGIN=n.MS_WORD_CLEANUP_PLUGIN,e.MS_WORD_CLEANUP=n.MS_WORD_CLEANUP,e.ON_BEGIN=n.ON_BEGIN,e.SPACE_ACTION=n.SPACE_ACTION,e.FORMAT_PAINTER_ACTIONS=n.FORMAT_PAINTER_ACTIONS,e.BLOCKQUOTE_LIST_HANDLE=n.BLOCKQUOTE_LIST_HANDLE,e.EMOJI_PICKER_ACTIONS=n.EMOJI_PICKER_ACTIONS,e.MOUSE_DOWN=n.MOUSE_DOWN,e.DESTROY=n.DESTROY,e.INTERNAL_DESTROY=n.INTERNAL_DESTROY,e.CODEBLOCK_INDENTATION=n.CODEBLOCK_INDENTATION,e.CODEBLOCK_DISABLETOOLBAR=n.CODEBLOCK_DISABLETOOLBAR,e.CLS_RTE_TABLE_RESIZE=n.CLS_RTE_TABLE_RESIZE,e.CLS_TB_ROW_INSERT=n.CLS_TB_ROW_INSERT,e.CLS_TB_COL_INSERT=n.CLS_TB_COL_INSERT,e.CLS_TB_DASH_BOR=n.CLS_TB_DASH_BOR,e.CLS_TB_ALT_BOR=n.CLS_TB_ALT_BOR,e.CLS_TB_COL_RES=n.CLS_TB_COL_RES,e.CLS_TB_ROW_RES=n.CLS_TB_ROW_RES,e.CLS_TB_BOX_RES=n.CLS_TB_BOX_RES,e.CLS_IMG_FOCUS=n.CLS_IMG_FOCUS,e.CLS_TABLE_SEL=n.CLS_TABLE_SEL,e.CLS_TABLE_SEL_END=n.CLS_TABLE_SEL_END,e.CLS_TABLE_MULTI_CELL=n.CLS_TABLE_MULTI_CELL,e.CLS_AUD_FOCUS=n.CLS_AUD_FOCUS,e.CLS_VID_FOCUS=n.CLS_VID_FOCUS,e.CLS_RTE_DRAG_IMAGE=n.CLS_RTE_DRAG_IMAGE,e.CLS_RESIZE=n.CLS_RESIZE,e.hideTableQuickToolbar=n.hideTableQuickToolbar,e.DialogType=n.DialogType,e.ToolbarType=n.ToolbarType,e.ImageInputSource=n.ImageInputSource,e.MediaInputSource=n.MediaInputSource,e.isIDevice=n.isIDevice,e.setEditFrameFocus=n.setEditFrameFocus,e.updateTextNode=n.updateTextNode,e.getLastTextNode=n.getLastTextNode,e.getDefaultHtmlTbStatus=n.getDefaultHtmlTbStatus,e.getDefaultMDTbStatus=n.getDefaultMDTbStatus,e.hasAnyFormatting=n.hasAnyFormatting,e.nestedListCleanUp=n.nestedListCleanUp,e.scrollToCursor=n.scrollToCursor,e.insertItemsAtIndex=n.insertItemsAtIndex,e.removeClassWithAttr=n.removeClassWithAttr,e.getCorrespondingColumns=n.getCorrespondingColumns,e.mapCellToMatrixPositions=n.mapCellToMatrixPositions,e.getCorrespondingIndex=n.getCorrespondingIndex,e.insertColGroupWithSizes=n.insertColGroupWithSizes,e.getColGroup=n.getColGroup,e.getMaxCellCount=n.getMaxCellCount,e.getCellIndex=n.getCellIndex,e.convertPixelToPercentage=n.convertPixelToPercentage,e.resetContentEditableElements=n.resetContentEditableElements,e.cleanupInternalElements=n.cleanupInternalElements,e.removeSelectionClassStates=n.removeSelectionClassStates,e.getStructuredHtml=n.getStructuredHtml,e.isInSet=n.isInSet,e.wrapTextAndInlineNodes=n.wrapTextAndInlineNodes,e.getNextMeaningfulSibling=n.getNextMeaningfulSibling,e.getPreviousMeaningfulSibling=n.getPreviousMeaningfulSibling,e.needToWrapLiChild=n.needToWrapLiChild,e.cleanHTMLString=n.cleanHTMLString,e.convertToBlob=n.convertToBlob,e.escaseHtml=n.escaseHtml,e.alignmentHtml=n.alignmentHtml,e.formatNode=n.formatNode,e.openPrintWindow=n.openPrintWindow,e.IFRAME_EDITOR_STYLES=n.IFRAME_EDITOR_STYLES,e.IFRAME_EDITOR_LIGHT_THEME_STYLES=n.IFRAME_EDITOR_LIGHT_THEME_STYLES,e.IFRAME_EDITOR_DARK_THEME_STYLES=n.IFRAME_EDITOR_DARK_THEME_STYLES,e.EXPORT_STYLES=n.EXPORT_STYLES,e.CustomUserAgentData=n.CustomUserAgentData,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 /** @type {?} */ inputs: string[] = ['autoSaveOnIdle','backgroundColor','bulletFormatList','codeBlockSettings','cssClass','editorMode','emojiPickerSettings','enableAutoUrl','enableHtmlEncode','enableHtmlSanitizer','enablePersistence','enableResize','enableRtl','enableTabKey','enableXhtml','enabled','enterKey','exportPdf','exportWord','fileManagerSettings','floatingToolbarOffset','fontColor','fontFamily','fontSize','format','formatPainterSettings','formatter','height','htmlAttributes','iframeSettings','importWord','inlineMode','insertAudioSettings','insertImageSettings','insertVideoSettings','keyConfig','locale','maxLength','numberFormatList','pasteCleanupSettings','placeholder','quickToolbarSettings','readonly','saveInterval','shiftEnterKey','showCharCount','showTooltip','slashMenuSettings','tableSettings','toolbarSettings','undoRedoSteps','undoRedoTimer','value','valueTemplate','width'];\nexport const /** @type {?} */ outputs: string[] = ['actionBegin','actionComplete','afterImageDelete','afterMediaDelete','afterPasteCleanup','beforeDialogClose','beforeDialogOpen','beforeFileUpload','beforeImageDrop','beforeImageUpload','beforeMediaDrop','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','selectionChanged','slashMenuItemSelect','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\tbeforeMediaDrop: 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\tselectionChanged: any;\n\tslashMenuItemSelect: any;\n\ttoolbarClick: any;\n\ttoolbarStatusUpdate: any;\n\tupdatedToolbarStatus: any;\npublic valueChange: any;\n/**\n * Accepts a template design and assigns it as the content of the Rich Text Editor. \n * The built-in template engine provides options to compile a template string into an executable function. \n * For example, it supports expression evaluation similar to ES6 template 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('RichTextEditorImportExport');\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 try {\n let mod = this.injector.get('RichTextEditorSlashMenu');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorCodeBlock');\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.beforeMediaDrop;\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.selectionChanged;\n/** @type {?} */\nRichTextEditorComponent.prototype.slashMenuItemSelect;\n/** @type {?} */\nRichTextEditorComponent.prototype.toolbarClick;\n/** @type {?} */\nRichTextEditorComponent.prototype.toolbarStatusUpdate;\n/** @type {?} */\nRichTextEditorComponent.prototype.updatedToolbarStatus;\n/** @type {?} */\nRichTextEditorComponent.prototype.valueChange;\n/**\n * Accepts a template design and assigns it as the content of the Rich Text Editor. \n * The built-in template engine provides options to compile a template string into an executable function. \n * For example, it supports expression evaluation similar to ES6 template 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","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 { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { RichTextEditorComponent } from './richtexteditor.component';\nimport { RichTextEditorModule } from './richtexteditor.module';\nimport {Toolbar, Link, Image, ImportExport, Audio, Video, Count, QuickToolbar, HtmlEditor, MarkdownEditor, Table, PasteCleanup, Resize, FileManager, FormatPainter, EmojiPicker, SlashMenu, CodeBlock} 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 {?} */ ImportExportService: ValueProvider = { provide: 'RichTextEditorImportExport', useValue: ImportExport};\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};\nexport const /** @type {?} */ SlashMenuService: ValueProvider = { provide: 'RichTextEditorSlashMenu', useValue: SlashMenu};\nexport const /** @type {?} */ CodeBlockService: ValueProvider = { provide: 'RichTextEditorCodeBlock', useValue: CodeBlock};\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 ImportExportService,\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 SlashMenuService,\n CodeBlockService\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"],"names":["inputs","outputs","twoWays","exports","RichTextEditorComponent","RichTextEditorComponent_1","_super","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","_r","_s","_t","registerEvents","addTwoWay","setValue","formContext","FormBase","formCompContext","ComponentBase","__extends","prototype","registerOnChange","registerFunction","registerOnTouched","writeValue","value","setDisabledState","disabled","ngOnInit","ngAfterViewInit","ngOnDestroy","ngAfterContentChecked","RichTextEditor","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","NgModule","imports","CommonModule","declarations","ToolbarService","useValue","Toolbar","LinkService","Link","ImageService","Image","ImportExportService","ImportExport","AudioService","Audio","VideoService","Video","CountService","Count","QuickToolbarService","QuickToolbar","HtmlEditorService","HtmlEditor","MarkdownEditorService","MarkdownEditor","TableService","Table","PasteCleanupService","PasteCleanup","ResizeService","Resize","FileManagerService","FileManager","FormatPainterService","FormatPainter","EmojiPickerService","EmojiPicker","SlashMenuService","SlashMenu","CodeBlockService","CodeBlock","RichTextEditorAllModule"],"mappings":"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"}
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './public_api';
5
- export { inputs as ɵa, outputs as ɵb } from './src/rich-text-editor/richtexteditor.component';
@@ -1 +0,0 @@
1
- {"__symbolic":"module","version":3,"exports":[{"from":"@syncfusion/ej2-richtexteditor"}],"metadata":{"ɵa":["autoSaveOnIdle","backgroundColor","bulletFormatList","codeBlockSettings","cssClass","editorMode","emojiPickerSettings","enableAutoUrl","enableHtmlEncode","enableHtmlSanitizer","enablePersistence","enableResize","enableRtl","enableTabKey","enableXhtml","enabled","enterKey","exportPdf","exportWord","fileManagerSettings","floatingToolbarOffset","fontColor","fontFamily","fontSize","format","formatPainterSettings","formatter","height","htmlAttributes","iframeSettings","importWord","inlineMode","insertAudioSettings","insertImageSettings","insertVideoSettings","keyConfig","locale","maxLength","numberFormatList","pasteCleanupSettings","placeholder","quickToolbarSettings","readonly","saveInterval","shiftEnterKey","showCharCount","showTooltip","slashMenuSettings","tableSettings","toolbarSettings","undoRedoSteps","undoRedoTimer","value","valueTemplate","width"],"ɵb":["actionBegin","actionComplete","afterImageDelete","afterMediaDelete","afterPasteCleanup","beforeDialogClose","beforeDialogOpen","beforeFileUpload","beforeImageDrop","beforeImageUpload","beforeMediaDrop","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","selectionChanged","slashMenuItemSelect","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":"ImportExportService"},{"__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"},{"__symbolic":"reference","name":"SlashMenuService"},{"__symbolic":"reference","name":"CodeBlockService"}]}]}],"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"}},"ImportExportService":{"provide":"RichTextEditorImportExport","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-richtexteditor","name":"ImportExport"}},"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"}},"SlashMenuService":{"provide":"RichTextEditorSlashMenu","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-richtexteditor","name":"SlashMenu"}},"CodeBlockService":{"provide":"RichTextEditorCodeBlock","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-richtexteditor","name":"CodeBlock"}}},"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","ImportExportService":"./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","SlashMenuService":"./src/rich-text-editor/richtexteditor-all.module","CodeBlockService":"./src/rich-text-editor/richtexteditor-all.module"},"importAs":"@syncfusion/ej2-angular-richtexteditor"}