@syncfusion/ej2-angular-richtexteditor 29.1.33 → 29.1.35-ngcc
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/@syncfusion/ej2-angular-richtexteditor.es5.js +361 -0
- package/@syncfusion/ej2-angular-richtexteditor.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-richtexteditor.js +342 -0
- package/@syncfusion/ej2-angular-richtexteditor.js.map +1 -0
- package/dist/ej2-angular-richtexteditor.umd.js +883 -0
- package/dist/ej2-angular-richtexteditor.umd.js.map +1 -0
- package/dist/ej2-angular-richtexteditor.umd.min.js +11 -0
- package/dist/ej2-angular-richtexteditor.umd.min.js.map +1 -0
- package/ej2-angular-richtexteditor.d.ts +5 -0
- package/ej2-angular-richtexteditor.metadata.json +1 -0
- package/license +10 -0
- package/package.json +14 -27
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/rich-text-editor/richtexteditor-all.module.d.ts +0 -6
- package/src/rich-text-editor/richtexteditor.component.d.ts +0 -3
- package/src/rich-text-editor/richtexteditor.module.d.ts +0 -6
- package/CHANGELOG.md +0 -2546
- package/esm2020/public_api.mjs +0 -2
- package/esm2020/src/index.mjs +0 -5
- package/esm2020/src/rich-text-editor/richtexteditor-all.module.mjs +0 -77
- package/esm2020/src/rich-text-editor/richtexteditor.component.mjs +0 -211
- package/esm2020/src/rich-text-editor/richtexteditor.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-richtexteditor.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs +0 -311
- package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs +0 -311
- package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs.map +0 -1
- package/syncfusion-ej2-angular-richtexteditor.d.ts +0 -5
|
@@ -0,0 +1 @@
|
|
|
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} 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};\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 ]\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','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','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','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\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\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\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.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","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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"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* filename: ej2-angular-richtexteditor.umd.min.js
|
|
3
|
+
* version : 29.1.35
|
|
4
|
+
* Copyright Syncfusion Inc. 2001 - 2024. 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,r,n){"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 r,n=arguments.length,a=n<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;_--)(r=e[_])&&(a=(n<3?r(a):n>3?r(o,t,a):r(o,t))||a);return n>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)},l=["autoSaveOnIdle","backgroundColor","bulletFormatList","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"],E=["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","slashMenuItemSelect","toolbarClick","toolbarStatusUpdate","updatedToolbarStatus","valueChange"],S=["value"];e.RichTextEditorComponent=T=function(e){function o(o,t,r,n,a){var _=e.call(this)||this;_.ngEle=o,_.srenderer=t,_.viewContainerRef=r,_.injector=n,_.cdr=a,_.skipFromEvent=!0,_.element=_.ngEle.nativeElement,_.injectedModules=_.injectedModules||[];try{var C=_.injector.get("RichTextEditorToolbar");-1===_.injectedModules.indexOf(C)&&_.injectedModules.push(C)}catch(l){}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(R){}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(A){}try{C=_.injector.get("RichTextEditorMarkdownEditor");-1===_.injectedModules.indexOf(C)&&_.injectedModules.push(C)}catch(I){}try{C=_.injector.get("RichTextEditorTable");-1===_.injectedModules.indexOf(C)&&_.injectedModules.push(C)}catch(u){}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(m){}try{C=_.injector.get("RichTextEditorFileManager");-1===_.injectedModules.indexOf(C)&&_.injectedModules.push(C)}catch(D){}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){}return _.registerEvents(E),_.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}(r.RichTextEditor),e.RichTextEditorComponent.decorators=[{type:o.Component,args:[{selector:"ejs-richtexteditor",inputs:l,outputs:E,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:[n.CommonModule],declarations:[e.RichTextEditorComponent],exports:[e.RichTextEditorComponent]}]}],L.ctorParameters=function(){return[]};var d={provide:"RichTextEditorToolbar",useValue:r.Toolbar},s={provide:"RichTextEditorLink",useValue:r.Link},c={provide:"RichTextEditorImage",useValue:r.Image},R={provide:"RichTextEditorImportExport",useValue:r.ImportExport},O={provide:"RichTextEditorAudio",useValue:r.Audio},A={provide:"RichTextEditorVideo",useValue:r.Video},I={provide:"RichTextEditorCount",useValue:r.Count},u={provide:"RichTextEditorQuickToolbar",useValue:r.QuickToolbar},p={provide:"RichTextEditorHtmlEditor",useValue:r.HtmlEditor},m={provide:"RichTextEditorMarkdownEditor",useValue:r.MarkdownEditor},D={provide:"RichTextEditorTable",useValue:r.Table},N={provide:"RichTextEditorPasteCleanup",useValue:r.PasteCleanup},g={provide:"RichTextEditorResize",useValue:r.Resize},M={provide:"RichTextEditorFileManager",useValue:r.FileManager},P={provide:"RichTextEditorFormatPainter",useValue:r.FormatPainter},f={provide:"RichTextEditorEmojiPicker",useValue:r.EmojiPicker},B={provide:"RichTextEditorSlashMenu",useValue:r.SlashMenu},b=function(){return function(){}}();b.decorators=[{type:o.NgModule,args:[{imports:[n.CommonModule,L],exports:[L],providers:[d,s,c,R,O,A,I,u,p,m,D,N,g,M,P,f,B]}]}],b.ctorParameters=function(){return[]},e.RichTextEditorModule=L,e.RichTextEditorAllModule=b,e.ToolbarService=d,e.LinkService=s,e.ImageService=c,e.ImportExportService=R,e.AudioService=O,e.VideoService=A,e.CountService=I,e.QuickToolbarService=u,e.HtmlEditorService=p,e.MarkdownEditorService=m,e.TableService=D,e.PasteCleanupService=N,e.ResizeService=g,e.FileManagerService=M,e.FormatPainterService=P,e.EmojiPickerService=f,e.SlashMenuService=B,e.ɵa=l,e.ɵb=E,e.Toolbar=r.Toolbar,e.KeyboardEvents=r.KeyboardEvents,e.BaseToolbar=r.BaseToolbar,e.BaseQuickToolbar=r.BaseQuickToolbar,e.QuickToolbar=r.QuickToolbar,e.Count=r.Count,e.ColorPickerInput=r.ColorPickerInput,e.MarkdownToolbarStatus=r.MarkdownToolbarStatus,e.ExecCommandCallBack=r.ExecCommandCallBack,e.ToolbarAction=r.ToolbarAction,e.MarkdownEditor=r.MarkdownEditor,e.HtmlEditor=r.HtmlEditor,e.PasteCleanup=r.PasteCleanup,e.Resize=r.Resize,e.DropDownButtons=r.DropDownButtons,e.FileManager=r.FileManager,e.FullScreen=r.FullScreen,e.setAttributes=r.setAttributes,e.HtmlToolbarStatus=r.HtmlToolbarStatus,e.XhtmlValidation=r.XhtmlValidation,e.FormatPainter=r.FormatPainter,e.EmojiPicker=r.EmojiPicker,e.ImportExport=r.ImportExport,e.HTMLFormatter=r.HTMLFormatter,e.Formatter=r.Formatter,e.MarkdownFormatter=r.MarkdownFormatter,e.ContentRender=r.ContentRender,e.Render=r.Render,e.ToolbarRenderer=r.ToolbarRenderer,e.Link=r.Link,e.Image=r.Image,e.Audio=r.Audio,e.Video=r.Video,e.ViewSource=r.ViewSource,e.Table=r.Table,e.DialogRenderer=r.DialogRenderer,e.IframeContentRender=r.IframeContentRender,e.MarkdownRender=r.MarkdownRender,e.PopupRenderer=r.PopupRenderer,e.SlashMenu=r.SlashMenu,e.RichTextEditor=r.RichTextEditor,e.RenderType=r.RenderType,e.ToolbarType=r.ToolbarType,e.DialogType=r.DialogType,e.ImageInputSource=r.ImageInputSource,e.executeGroup=r.executeGroup,e.created=r.created,e.destroyed=r.destroyed,e.tableclass=r.tableclass,e.load=r.load,e.initialLoad=r.initialLoad,e.contentChanged=r.contentChanged,e.initialEnd=r.initialEnd,e.iframeMouseDown=r.iframeMouseDown,e.destroy=r.destroy,e.toolbarClick=r.toolbarClick,e.toolbarRefresh=r.toolbarRefresh,e.slashMenuOpening=r.slashMenuOpening,e.refreshBegin=r.refreshBegin,e.toolbarUpdated=r.toolbarUpdated,e.bindOnEnd=r.bindOnEnd,e.htmlToolbarClick=r.htmlToolbarClick,e.markdownToolbarClick=r.markdownToolbarClick,e.modelChanged=r.modelChanged,e.tableModulekeyUp=r.tableModulekeyUp,e.keyUp=r.keyUp,e.keyDown=r.keyDown,e.onImport=r.onImport,e.onExport=r.onExport,e.mouseUp=r.mouseUp,e.toolbarCreated=r.toolbarCreated,e.toolbarRenderComplete=r.toolbarRenderComplete,e.enableFullScreen=r.enableFullScreen,e.disableFullScreen=r.disableFullScreen,e.dropDownSelect=r.dropDownSelect,e.beforeDropDownItemRender=r.beforeDropDownItemRender,e.execCommandCallBack=r.execCommandCallBack,e.imageToolbarAction=r.imageToolbarAction,e.audioToolbarAction=r.audioToolbarAction,e.videoToolbarAction=r.videoToolbarAction,e.linkToolbarAction=r.linkToolbarAction,e.windowResize=r.windowResize,e.resizeStart=r.resizeStart,e.onResize=r.onResize,e.resizeStop=r.resizeStop,e.undo=r.undo,e.redo=r.redo,e.insertLink=r.insertLink,e.unLink=r.unLink,e.editLink=r.editLink,e.openLink=r.openLink,e.actionBegin=r.actionBegin,e.actionComplete=r.actionComplete,e.updatedToolbarStatus=r.updatedToolbarStatus,e.actionSuccess=r.actionSuccess,e.updateToolbarItem=r.updateToolbarItem,e.insertImage=r.insertImage,e.insertAudio=r.insertAudio,e.insertVideo=r.insertVideo,e.insertCompleted=r.insertCompleted,e.imageLeft=r.imageLeft,e.imageRight=r.imageRight,e.imageCenter=r.imageCenter,e.imageBreak=r.imageBreak,e.imageInline=r.imageInline,e.imageLink=r.imageLink,e.imageAlt=r.imageAlt,e.imageDelete=r.imageDelete,e.audioDelete=r.audioDelete,e.videoDelete=r.videoDelete,e.imageCaption=r.imageCaption,e.imageSize=r.imageSize,e.videoSize=r.videoSize,e.sourceCode=r.sourceCode,e.updateSource=r.updateSource,e.toolbarOpen=r.toolbarOpen,e.beforeDropDownOpen=r.beforeDropDownOpen,e.selectionSave=r.selectionSave,e.selectionRestore=r.selectionRestore,e.expandPopupClick=r.expandPopupClick,e.count=r.count,e.contentFocus=r.contentFocus,e.contentBlur=r.contentBlur,e.mouseDown=r.mouseDown,e.sourceCodeMouseDown=r.sourceCodeMouseDown,e.editAreaClick=r.editAreaClick,e.scroll=r.scroll,e.contentscroll=r.contentscroll,e.colorPickerChanged=r.colorPickerChanged,e.focusChange=r.focusChange,e.selectAll=r.selectAll,e.selectRange=r.selectRange,e.getSelectedHtml=r.getSelectedHtml,e.renderInlineToolbar=r.renderInlineToolbar,e.paste=r.paste,e.imgModule=r.imgModule,e.rtlMode=r.rtlMode,e.createTable=r.createTable,e.docClick=r.docClick,e.tableToolbarAction=r.tableToolbarAction,e.checkUndo=r.checkUndo,e.readOnlyMode=r.readOnlyMode,e.pasteClean=r.pasteClean,e.enterHandler=r.enterHandler,e.beforeDialogOpen=r.beforeDialogOpen,e.clearDialogObj=r.clearDialogObj,e.hideTableQuickToolbar=r.hideTableQuickToolbar,e.dialogOpen=r.dialogOpen,e.beforeDialogClose=r.beforeDialogClose,e.dialogClose=r.dialogClose,e.beforeQuickToolbarOpen=r.beforeQuickToolbarOpen,e.quickToolbarOpen=r.quickToolbarOpen,e.quickToolbarClose=r.quickToolbarClose,e.popupHide=r.popupHide,e.imageSelected=r.imageSelected,e.imageUploading=r.imageUploading,e.imageUploadSuccess=r.imageUploadSuccess,e.imageUploadFailed=r.imageUploadFailed,e.imageRemoving=r.imageRemoving,e.fileSelected=r.fileSelected,e.fileUploading=r.fileUploading,e.fileUploadSuccess=r.fileUploadSuccess,e.fileUploadFailed=r.fileUploadFailed,e.fileRemoving=r.fileRemoving,e.afterImageDelete=r.afterImageDelete,e.afterMediaDelete=r.afterMediaDelete,e.drop=r.drop,e.renderQuickToolbar=r.renderQuickToolbar,e.xhtmlValidation=r.xhtmlValidation,e.beforeImageUpload=r.beforeImageUpload,e.beforeFileUpload=r.beforeFileUpload,e.resizeInitialized=r.resizeInitialized,e.renderFileManager=r.renderFileManager,e.beforeImageDrop=r.beforeImageDrop,e.dynamicModule=r.dynamicModule,e.beforePasteCleanup=r.beforePasteCleanup,e.afterPasteCleanup=r.afterPasteCleanup,e.updateTbItemsStatus=r.updateTbItemsStatus,e.showLinkDialog=r.showLinkDialog,e.closeLinkDialog=r.closeLinkDialog,e.showImageDialog=r.showImageDialog,e.showAudioDialog=r.showAudioDialog,e.showVideoDialog=r.showVideoDialog,e.closeImageDialog=r.closeImageDialog,e.closeAudioDialog=r.closeAudioDialog,e.closeVideoDialog=r.closeVideoDialog,e.showTableDialog=r.showTableDialog,e.closeTableDialog=r.closeTableDialog,e.bindCssClass=r.bindCssClass,e.formatPainterClick=r.formatPainterClick,e.formatPainterDoubleClick=r.formatPainterDoubleClick,e.emojiPicker=r.emojiPicker,e.destroyTooltip=r.destroyTooltip,e.hidePopup=r.hidePopup,e.cleanupResizeElements=r.cleanupResizeElements,e.afterKeyDown=r.afterKeyDown,e.updateValueOnIdle=r.updateValueOnIdle,e.documentClickClosedBy=r.documentClickClosedBy,e.showColorPicker=r.showColorPicker,e.closeTooltip=r.closeTooltip,e.autoResize=r.autoResize,e.blockEmptyNodes=r.blockEmptyNodes,e.inlineEmptyNodes=r.inlineEmptyNodes,e.supportedUnits=r.supportedUnits,e.conversionFactors=r.conversionFactors,e.onHandleFontsizeChange=r.onHandleFontsizeChange,e.preventQuickToolbarClose=r.preventQuickToolbarClose,e.CLS_RTE=r.CLS_RTE,e.CLS_RTL=r.CLS_RTL,e.CLS_CONTENT=r.CLS_CONTENT,e.CLS_DISABLED=r.CLS_DISABLED,e.CLS_SCRIPT_SHEET=r.CLS_SCRIPT_SHEET,e.CLS_STYLE_SHEET=r.CLS_STYLE_SHEET,e.CLS_RTE_CONTAINER=r.CLS_RTE_CONTAINER,e.CLS_TOOLBAR=r.CLS_TOOLBAR,e.CLS_TB_FIXED=r.CLS_TB_FIXED,e.CLS_TB_FLOAT=r.CLS_TB_FLOAT,e.CLS_INLINE=r.CLS_INLINE,e.CLS_TB_INLINE=r.CLS_TB_INLINE,e.CLS_RTE_EXPAND_TB=r.CLS_RTE_EXPAND_TB,e.CLS_FULL_SCREEN=r.CLS_FULL_SCREEN,e.CLS_QUICK_TB=r.CLS_QUICK_TB,e.CLS_TEXT_QUICK_TB=r.CLS_TEXT_QUICK_TB,e.CLS_POP=r.CLS_POP,e.CLS_TB_STATIC=r.CLS_TB_STATIC,e.CLS_QUICK_POP=r.CLS_QUICK_POP,e.CLS_QUICK_DROPDOWN=r.CLS_QUICK_DROPDOWN,e.CLS_IMAGE_POP=r.CLS_IMAGE_POP,e.CLS_TEXT_POP=r.CLS_TEXT_POP,e.CLS_INLINE_POP=r.CLS_INLINE_POP,e.CLS_INLINE_DROPDOWN=r.CLS_INLINE_DROPDOWN,e.CLS_DROPDOWN_POPUP=r.CLS_DROPDOWN_POPUP,e.CLS_DROPDOWN_ICONS=r.CLS_DROPDOWN_ICONS,e.CLS_DROPDOWN_ITEMS=r.CLS_DROPDOWN_ITEMS,e.CLS_DROPDOWN_BTN=r.CLS_DROPDOWN_BTN,e.CLS_RTE_CONTENT=r.CLS_RTE_CONTENT,e.CLS_TB_ITEM=r.CLS_TB_ITEM,e.CLS_TB_EXTENDED=r.CLS_TB_EXTENDED,e.CLS_TB_WRAP=r.CLS_TB_WRAP,e.CLS_POPUP=r.CLS_POPUP,e.CLS_SEPARATOR=r.CLS_SEPARATOR,e.CLS_MINIMIZE=r.CLS_MINIMIZE,e.CLS_MAXIMIZE=r.CLS_MAXIMIZE,e.CLS_BACK=r.CLS_BACK,e.CLS_SHOW=r.CLS_SHOW,e.CLS_HIDE=r.CLS_HIDE,e.CLS_VISIBLE=r.CLS_VISIBLE,e.CLS_FOCUS=r.CLS_FOCUS,e.CLS_RM_WHITE_SPACE=r.CLS_RM_WHITE_SPACE,e.CLS_IMGRIGHT=r.CLS_IMGRIGHT,e.CLS_IMGLEFT=r.CLS_IMGLEFT,e.CLS_IMGCENTER=r.CLS_IMGCENTER,e.CLS_IMGBREAK=r.CLS_IMGBREAK,e.CLS_AUDIOBREAK=r.CLS_AUDIOBREAK,e.CLS_CLICKELEM=r.CLS_CLICKELEM,e.CLS_VID_CLICK_ELEM=r.CLS_VID_CLICK_ELEM,e.CLS_AUDIOWRAP=r.CLS_AUDIOWRAP,e.CLS_VIDEOWRAP=r.CLS_VIDEOWRAP,e.CLS_VIDEOBREAK=r.CLS_VIDEOBREAK,e.CLS_CAPTION=r.CLS_CAPTION,e.CLS_RTE_CAPTION=r.CLS_RTE_CAPTION,e.CLS_CAPINLINE=r.CLS_CAPINLINE,e.CLS_IMGINLINE=r.CLS_IMGINLINE,e.CLS_AUDIOINLINE=r.CLS_AUDIOINLINE,e.CLS_VIDEOINLINE=r.CLS_VIDEOINLINE,e.CLS_COUNT=r.CLS_COUNT,e.CLS_WARNING=r.CLS_WARNING,e.CLS_ERROR=r.CLS_ERROR,e.CLS_ICONS=r.CLS_ICONS,e.CLS_ACTIVE=r.CLS_ACTIVE,e.CLS_EXPAND_OPEN=r.CLS_EXPAND_OPEN,e.CLS_RTE_ELEMENTS=r.CLS_RTE_ELEMENTS,e.CLS_TB_BTN=r.CLS_TB_BTN,e.CLS_HR_SEPARATOR=r.CLS_HR_SEPARATOR,e.CLS_TB_IOS_FIX=r.CLS_TB_IOS_FIX,e.CLS_LIST_PRIMARY_CONTENT=r.CLS_LIST_PRIMARY_CONTENT,e.CLS_NUMBERFORMATLIST_TB_BTN=r.CLS_NUMBERFORMATLIST_TB_BTN,e.CLS_BULLETFORMATLIST_TB_BTN=r.CLS_BULLETFORMATLIST_TB_BTN,e.CLS_FORMATS_TB_BTN=r.CLS_FORMATS_TB_BTN,e.CLS_FONT_NAME_TB_BTN=r.CLS_FONT_NAME_TB_BTN,e.CLS_FONT_SIZE_TB_BTN=r.CLS_FONT_SIZE_TB_BTN,e.CLS_ALIGN_TB_BTN=r.CLS_ALIGN_TB_BTN,e.CLS_FONT_COLOR_TARGET=r.CLS_FONT_COLOR_TARGET,e.CLS_BACKGROUND_COLOR_TARGET=r.CLS_BACKGROUND_COLOR_TARGET,e.CLS_COLOR_CONTENT=r.CLS_COLOR_CONTENT,e.CLS_FONT_COLOR_DROPDOWN=r.CLS_FONT_COLOR_DROPDOWN,e.CLS_BACKGROUND_COLOR_DROPDOWN=r.CLS_BACKGROUND_COLOR_DROPDOWN,e.CLS_COLOR_PALETTE=r.CLS_COLOR_PALETTE,e.CLS_FONT_COLOR_PICKER=r.CLS_FONT_COLOR_PICKER,e.CLS_BACKGROUND_COLOR_PICKER=r.CLS_BACKGROUND_COLOR_PICKER,e.CLS_RTE_READONLY=r.CLS_RTE_READONLY,e.CLS_TABLE_SEL=r.CLS_TABLE_SEL,e.CLS_TABLE_SEL_END=r.CLS_TABLE_SEL_END,e.CLS_TABLE_MULTI_CELL=r.CLS_TABLE_MULTI_CELL,e.CLS_TB_DASH_BOR=r.CLS_TB_DASH_BOR,e.CLS_TB_ALT_BOR=r.CLS_TB_ALT_BOR,e.CLS_TB_COL_RES=r.CLS_TB_COL_RES,e.CLS_TB_ROW_RES=r.CLS_TB_ROW_RES,e.CLS_TB_BOX_RES=r.CLS_TB_BOX_RES,e.CLS_RTE_HIDDEN=r.CLS_RTE_HIDDEN,e.CLS_RTE_PASTE_KEEP_FORMAT=r.CLS_RTE_PASTE_KEEP_FORMAT,e.CLS_RTE_PASTE_REMOVE_FORMAT=r.CLS_RTE_PASTE_REMOVE_FORMAT,e.CLS_RTE_PASTE_PLAIN_FORMAT=r.CLS_RTE_PASTE_PLAIN_FORMAT,e.CLS_RTE_PASTE_OK=r.CLS_RTE_PASTE_OK,e.CLS_RTE_PASTE_CANCEL=r.CLS_RTE_PASTE_CANCEL,e.CLS_RTE_DIALOG_MIN_HEIGHT=r.CLS_RTE_DIALOG_MIN_HEIGHT,e.CLS_RTE_RES_HANDLE=r.CLS_RTE_RES_HANDLE,e.CLS_RTE_RES_EAST=r.CLS_RTE_RES_EAST,e.CLS_RTE_IMAGE=r.CLS_RTE_IMAGE,e.CLS_RESIZE=r.CLS_RESIZE,e.CLS_IMG_FOCUS=r.CLS_IMG_FOCUS,e.CLS_AUD_FOCUS=r.CLS_AUD_FOCUS,e.CLS_VID_FOCUS=r.CLS_VID_FOCUS,e.CLS_RTE_DRAG_IMAGE=r.CLS_RTE_DRAG_IMAGE,e.CLS_RTE_UPLOAD_POPUP=r.CLS_RTE_UPLOAD_POPUP,e.CLS_POPUP_OPEN=r.CLS_POPUP_OPEN,e.CLS_IMG_RESIZE=r.CLS_IMG_RESIZE,e.CLS_DROPAREA=r.CLS_DROPAREA,e.CLS_IMG_INNER=r.CLS_IMG_INNER,e.CLS_UPLOAD_FILES=r.CLS_UPLOAD_FILES,e.CLS_RTE_DIALOG_UPLOAD=r.CLS_RTE_DIALOG_UPLOAD,e.CLS_RTE_RES_CNT=r.CLS_RTE_RES_CNT,e.CLS_CUSTOM_TILE=r.CLS_CUSTOM_TILE,e.CLS_NOCOLOR_ITEM=r.CLS_NOCOLOR_ITEM,e.CLS_TABLE=r.CLS_TABLE,e.CLS_TABLE_BORDER=r.CLS_TABLE_BORDER,e.CLS_RTE_TABLE_RESIZE=r.CLS_RTE_TABLE_RESIZE,e.CLS_RTE_FIXED_TB_EXPAND=r.CLS_RTE_FIXED_TB_EXPAND,e.CLS_RTE_TB_ENABLED=r.CLS_RTE_TB_ENABLED,e.CLS_RTE_RES_WEST=r.CLS_RTE_RES_WEST,e.CLS_RTE_SOURCE_CODE_TXTAREA=r.CLS_RTE_SOURCE_CODE_TXTAREA,e.ALLOWED_ACTIONKEYS=r.ALLOWED_ACTIONKEYS,e.getIndex=r.getIndex,e.hasClass=r.hasClass,e.getDropDownValue=r.getDropDownValue,e.isIDevice=r.isIDevice,e.getFormattedFontSize=r.getFormattedFontSize,e.pageYOffset=r.pageYOffset,e.getTooltipText=r.getTooltipText,e.setToolbarStatus=r.setToolbarStatus,e.getCollection=r.getCollection,e.updateDropdownContent=r.updateDropdownContent,e.getTBarItemsIndex=r.getTBarItemsIndex,e.updateUndoRedoStatus=r.updateUndoRedoStatus,e.dispatchEvent=r.dispatchEvent,e.parseHtml=r.parseHtml,e.getTextNodesUnder=r.getTextNodesUnder,e.toObjectLowerCase=r.toObjectLowerCase,e.getEditValue=r.getEditValue,e.updateTextNode=r.updateTextNode,e.getDefaultValue=r.getDefaultValue,e.isEditableValueEmpty=r.isEditableValueEmpty,e.decode=r.decode,e.sanitizeHelper=r.sanitizeHelper,e.parseHelper=r.parseHelper,e.convertToBlob=r.convertToBlob,e.getLocaleFontFormat=r.getLocaleFontFormat,e.resetContentEditableElements=r.resetContentEditableElements,e.cleanupInternalElements=r.cleanupInternalElements,e.removeSelectionClassStates=r.removeSelectionClassStates,e.updateDropDownFontFormatLocale=r.updateDropDownFontFormatLocale,e.ServiceLocator=r.ServiceLocator,e.RendererFactory=r.RendererFactory,e.EditorManager=r.EditorManager,e.IMAGE=r.IMAGE,e.AUDIO=r.AUDIO,e.VIDEO=r.VIDEO,e.TABLE=r.TABLE,e.LINK=r.LINK,e.INSERT_ROW=r.INSERT_ROW,e.INSERT_COLUMN=r.INSERT_COLUMN,e.DELETEROW=r.DELETEROW,e.DELETECOLUMN=r.DELETECOLUMN,e.REMOVETABLE=r.REMOVETABLE,e.TABLEHEADER=r.TABLEHEADER,e.TABLE_VERTICAL_ALIGN=r.TABLE_VERTICAL_ALIGN,e.TABLE_MERGE=r.TABLE_MERGE,e.TABLE_VERTICAL_SPLIT=r.TABLE_VERTICAL_SPLIT,e.TABLE_HORIZONTAL_SPLIT=r.TABLE_HORIZONTAL_SPLIT,e.TABLE_DASHED=r.TABLE_DASHED,e.TABLE_ALTERNATE=r.TABLE_ALTERNATE,e.TABLE_BACKGROUND_COLOR=r.TABLE_BACKGROUND_COLOR,e.TABLE_MOVE=r.TABLE_MOVE,e.ALIGNMENT_TYPE=r.ALIGNMENT_TYPE,e.INDENT_TYPE=r.INDENT_TYPE,e.DEFAULT_TAG=r.DEFAULT_TAG,e.BLOCK_TAGS=r.BLOCK_TAGS,e.IGNORE_BLOCK_TAGS=r.IGNORE_BLOCK_TAGS,e.TABLE_BLOCK_TAGS=r.TABLE_BLOCK_TAGS,e.SELECTION_TYPE=r.SELECTION_TYPE,e.INSERTHTML_TYPE=r.INSERTHTML_TYPE,e.INSERT_TEXT_TYPE=r.INSERT_TEXT_TYPE,e.CLEAR_TYPE=r.CLEAR_TYPE,e.SELF_CLOSING_TAGS=r.SELF_CLOSING_TAGS,e.PASTE_SOURCE=r.PASTE_SOURCE,e.ALLOWED_TABLE_BLOCK_TAGS=r.ALLOWED_TABLE_BLOCK_TAGS,e.CLASS_IMAGE_RIGHT=r.CLASS_IMAGE_RIGHT,e.CLASS_IMAGE_LEFT=r.CLASS_IMAGE_LEFT,e.CLASS_IMAGE_CENTER=r.CLASS_IMAGE_CENTER,e.CLASS_VIDEO_RIGHT=r.CLASS_VIDEO_RIGHT,e.CLASS_VIDEO_LEFT=r.CLASS_VIDEO_LEFT,e.CLASS_VIDEO_CENTER=r.CLASS_VIDEO_CENTER,e.CLASS_IMAGE_BREAK=r.CLASS_IMAGE_BREAK,e.CLASS_AUDIO_BREAK=r.CLASS_AUDIO_BREAK,e.CLASS_VIDEO_BREAK=r.CLASS_VIDEO_BREAK,e.CLASS_CAPTION=r.CLASS_CAPTION,e.CLASS_RTE_CAPTION=r.CLASS_RTE_CAPTION,e.CLASS_CAPTION_INLINE=r.CLASS_CAPTION_INLINE,e.CLASS_IMAGE_INLINE=r.CLASS_IMAGE_INLINE,e.CLASS_AUDIO_INLINE=r.CLASS_AUDIO_INLINE,e.CLASS_CLICK_ELEM=r.CLASS_CLICK_ELEM,e.CLASS_VIDEO_CLICK_ELEM=r.CLASS_VIDEO_CLICK_ELEM,e.CLASS_AUDIO=r.CLASS_AUDIO,e.CLASS_VIDEO=r.CLASS_VIDEO,e.CLASS_AUDIO_WRAP=r.CLASS_AUDIO_WRAP,e.CLASS_VIDEO_WRAP=r.CLASS_VIDEO_WRAP,e.CLASS_EMBED_VIDEO_WRAP=r.CLASS_EMBED_VIDEO_WRAP,e.CLASS_AUDIO_FOCUS=r.CLASS_AUDIO_FOCUS,e.CLASS_VIDEO_FOCUS=r.CLASS_VIDEO_FOCUS,e.CLASS_VIDEO_INLINE=r.CLASS_VIDEO_INLINE,e.Lists=r.Lists,e.markerClassName=r.markerClassName,e.DOMNode=r.DOMNode,e.Alignments=r.Alignments,e.Indents=r.Indents,e.Formats=r.Formats,e.LinkCommand=r.LinkCommand,e.InsertMethods=r.InsertMethods,e.InsertTextExec=r.InsertTextExec,e.InsertHtmlExec=r.InsertHtmlExec,e.InsertHtml=r.InsertHtml,e.IsFormatted=r.IsFormatted,e.MsWordPaste=r.MsWordPaste,e.NodeCutter=r.NodeCutter,e.ImageCommand=r.ImageCommand,e.AudioCommand=r.AudioCommand,e.VideoCommand=r.VideoCommand,e.SelectionCommands=r.SelectionCommands,e.SelectionBasedExec=r.SelectionBasedExec,e.ClearFormatExec=r.ClearFormatExec,e.UndoRedoManager=r.UndoRedoManager,e.TableCommand=r.TableCommand,e.statusCollection=r.statusCollection,e.ToolbarStatus=r.ToolbarStatus,e.FormatPainterActions=r.FormatPainterActions,e.EmojiPickerAction=r.EmojiPickerAction,e.NodeSelection=r.NodeSelection,e.MarkdownParser=r.MarkdownParser,e.LISTS_COMMAND=r.LISTS_COMMAND,e.selectionCommand=r.selectionCommand,e.LINK_COMMAND=r.LINK_COMMAND,e.CLEAR_COMMAND=r.CLEAR_COMMAND,e.MD_TABLE=r.MD_TABLE,e.INSERT_TEXT_COMMAND=r.INSERT_TEXT_COMMAND,e.ClearFormat=r.ClearFormat,e.MDLists=r.MDLists,e.MDFormats=r.MDFormats,e.MarkdownSelection=r.MarkdownSelection,e.UndoRedoCommands=r.UndoRedoCommands,e.MDSelectionFormats=r.MDSelectionFormats,e.MDLink=r.MDLink,e.MDTable=r.MDTable,e.markdownFormatTags=r.markdownFormatTags,e.markdownSelectionTags=r.markdownSelectionTags,e.markdownListsTags=r.markdownListsTags,e.htmlKeyConfig=r.htmlKeyConfig,e.markdownKeyConfig=r.markdownKeyConfig,e.pasteCleanupGroupingTags=r.pasteCleanupGroupingTags,e.listConversionFilters=r.listConversionFilters,e.selfClosingTags=r.selfClosingTags,e.imageResizeFactor=r.imageResizeFactor,e.mentionRestrictKeys=r.mentionRestrictKeys,e.KEY_DOWN=r.KEY_DOWN,e.ACTION=r.ACTION,e.FORMAT_TYPE=r.FORMAT_TYPE,e.KEY_DOWN_HANDLER=r.KEY_DOWN_HANDLER,e.LIST_TYPE=r.LIST_TYPE,e.KEY_UP_HANDLER=r.KEY_UP_HANDLER,e.KEY_UP=r.KEY_UP,e.MODEL_CHANGED_PLUGIN=r.MODEL_CHANGED_PLUGIN,e.MODEL_CHANGED=r.MODEL_CHANGED,e.MS_WORD_CLEANUP_PLUGIN=r.MS_WORD_CLEANUP_PLUGIN,e.MS_WORD_CLEANUP=r.MS_WORD_CLEANUP,e.ON_BEGIN=r.ON_BEGIN,e.SPACE_ACTION=r.SPACE_ACTION,e.FORMAT_PAINTER_ACTIONS=r.FORMAT_PAINTER_ACTIONS,e.BLOCKQUOTE_LIST_HANDLE=r.BLOCKQUOTE_LIST_HANDLE,e.EMOJI_PICKER_ACTIONS=r.EMOJI_PICKER_ACTIONS,e.MOUSE_DOWN=r.MOUSE_DOWN,e.DESTROY=r.DESTROY,e.INTERNAL_DESTROY=r.INTERNAL_DESTROY,Object.defineProperty(e,"__esModule",{value:!0})});
|
|
11
|
+
//# sourceMappingURL=ej2-angular-richtexteditor.umd.min.js.map
|
|
@@ -0,0 +1 @@
|
|
|
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','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','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','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\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\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\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.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} 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};\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 ]\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","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","RichTextEditorAllModule"],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
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","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","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","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"}]}]}],"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"}}},"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"},"importAs":"@syncfusion/ej2-angular-richtexteditor"}
|
package/license
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
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
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-richtexteditor@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-richtexteditor@
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-richtexteditor@29.1.33",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-LzuYa0nmJgxUTaUwxzgUiQtoKT36JSYdm8L+PncFVNXclWdfduMxhIAFS2CiFMAVMvTHRa74N6eAW4mL3GqCNQ==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-richtexteditor",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-richtexteditor/-/ej2-angular-richtexteditor-29.1.33.tgz",
|
|
23
|
+
"_shasum": "ff4bae9c482d4c057d560d749d33f3e5c5194a3e",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-richtexteditor@*",
|
|
25
|
-
"_where": "/jenkins/workspace/elease-automation_release_29.1.1/
|
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_29.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Syncfusion Inc."
|
|
28
28
|
},
|
|
@@ -32,28 +32,13 @@
|
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-angular-base": "~29.1.33",
|
|
35
|
-
"@syncfusion/ej2-base": "~29.1.
|
|
36
|
-
"@syncfusion/ej2-richtexteditor": "29.1.
|
|
35
|
+
"@syncfusion/ej2-base": "~29.1.35",
|
|
36
|
+
"@syncfusion/ej2-richtexteditor": "29.1.35"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 RichTextEditor component for Angular",
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"exports": {
|
|
43
|
-
"./package.json": {
|
|
44
|
-
"default": "./package.json"
|
|
45
|
-
},
|
|
46
|
-
".": {
|
|
47
|
-
"types": "./syncfusion-ej2-angular-richtexteditor.d.ts",
|
|
48
|
-
"esm2020": "./esm2020/syncfusion-ej2-angular-richtexteditor.mjs",
|
|
49
|
-
"es2020": "./fesm2020/syncfusion-ej2-angular-richtexteditor.mjs",
|
|
50
|
-
"es2015": "./fesm2015/syncfusion-ej2-angular-richtexteditor.mjs",
|
|
51
|
-
"node": "./fesm2015/syncfusion-ej2-angular-richtexteditor.mjs",
|
|
52
|
-
"default": "./fesm2020/syncfusion-ej2-angular-richtexteditor.mjs"
|
|
53
|
-
}
|
|
54
|
-
},
|
|
55
|
-
"fesm2015": "fesm2015/syncfusion-ej2-angular-richtexteditor.mjs",
|
|
56
|
-
"fesm2020": "fesm2020/syncfusion-ej2-angular-richtexteditor.mjs",
|
|
40
|
+
"devDependencies": {},
|
|
41
|
+
"es2015": "@syncfusion/ej2-angular-richtexteditor.js",
|
|
57
42
|
"homepage": "https://www.syncfusion.com/angular-components",
|
|
58
43
|
"keywords": [
|
|
59
44
|
"angular-rich-text-editor",
|
|
@@ -62,7 +47,9 @@
|
|
|
62
47
|
"angular-wysiwyg-editor"
|
|
63
48
|
],
|
|
64
49
|
"license": "SEE LICENSE IN license",
|
|
65
|
-
"
|
|
50
|
+
"main": "dist/ej2-angular-richtexteditor.umd.js",
|
|
51
|
+
"metadata": "ej2-angular-richtexteditor.metadata.json",
|
|
52
|
+
"module": "@syncfusion/ej2-angular-richtexteditor.es5.js",
|
|
66
53
|
"name": "@syncfusion/ej2-angular-richtexteditor",
|
|
67
54
|
"repository": {
|
|
68
55
|
"type": "git",
|
|
@@ -70,6 +57,6 @@
|
|
|
70
57
|
},
|
|
71
58
|
"schematics": "./schematics/collection.json",
|
|
72
59
|
"sideEffects": false,
|
|
73
|
-
"typings": "
|
|
74
|
-
"version": "29.1.
|
|
60
|
+
"typings": "ej2-angular-richtexteditor.d.ts",
|
|
61
|
+
"version": "29.1.35-ngcc"
|
|
75
62
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-richtexteditor";
|
|
2
|
-
export declare const pkgVer = "^
|
|
2
|
+
export declare const pkgVer = "^29.1.33";
|
|
3
3
|
export declare const moduleName = "RichTextEditorModule";
|
|
4
|
-
export declare const themeVer = "~
|
|
4
|
+
export declare const themeVer = "~29.1.33";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-richtexteditor';
|
|
4
|
-
exports.pkgVer = '^29.1.
|
|
4
|
+
exports.pkgVer = '^29.1.35';
|
|
5
5
|
exports.moduleName = 'RichTextEditorModule';
|
|
6
|
-
exports.themeVer = '~29.1.
|
|
6
|
+
exports.themeVer = '~29.1.35';
|
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
import { ValueProvider } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/common";
|
|
4
|
-
import * as i2 from "./richtexteditor.module";
|
|
5
2
|
export declare const ToolbarService: ValueProvider;
|
|
6
3
|
export declare const LinkService: ValueProvider;
|
|
7
4
|
export declare const ImageService: ValueProvider;
|
|
@@ -23,7 +20,4 @@ export declare const SlashMenuService: ValueProvider;
|
|
|
23
20
|
* NgModule definition for the RichTextEditor component with providers.
|
|
24
21
|
*/
|
|
25
22
|
export declare class RichTextEditorAllModule {
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RichTextEditorAllModule, never>;
|
|
27
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<RichTextEditorAllModule, never, [typeof i1.CommonModule, typeof i2.RichTextEditorModule], [typeof i2.RichTextEditorModule]>;
|
|
28
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<RichTextEditorAllModule>;
|
|
29
23
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
|
|
2
2
|
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
3
|
import { RichTextEditor } from '@syncfusion/ej2-richtexteditor';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
4
|
export declare const inputs: string[];
|
|
6
5
|
export declare const outputs: string[];
|
|
7
6
|
export declare const twoWays: string[];
|
|
@@ -83,6 +82,4 @@ export declare class RichTextEditorComponent extends RichTextEditor implements I
|
|
|
83
82
|
ngAfterContentChecked(): void;
|
|
84
83
|
registerEvents: (eventList: string[]) => void;
|
|
85
84
|
addTwoWay: (propList: string[]) => void;
|
|
86
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RichTextEditorComponent, never>;
|
|
87
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<RichTextEditorComponent, "ejs-richtexteditor", never, { "autoSaveOnIdle": "autoSaveOnIdle"; "backgroundColor": "backgroundColor"; "bulletFormatList": "bulletFormatList"; "cssClass": "cssClass"; "editorMode": "editorMode"; "emojiPickerSettings": "emojiPickerSettings"; "enableAutoUrl": "enableAutoUrl"; "enableHtmlEncode": "enableHtmlEncode"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableResize": "enableResize"; "enableRtl": "enableRtl"; "enableTabKey": "enableTabKey"; "enableXhtml": "enableXhtml"; "enabled": "enabled"; "enterKey": "enterKey"; "exportPdf": "exportPdf"; "exportWord": "exportWord"; "fileManagerSettings": "fileManagerSettings"; "floatingToolbarOffset": "floatingToolbarOffset"; "fontColor": "fontColor"; "fontFamily": "fontFamily"; "fontSize": "fontSize"; "format": "format"; "formatPainterSettings": "formatPainterSettings"; "formatter": "formatter"; "height": "height"; "htmlAttributes": "htmlAttributes"; "iframeSettings": "iframeSettings"; "importWord": "importWord"; "inlineMode": "inlineMode"; "insertAudioSettings": "insertAudioSettings"; "insertImageSettings": "insertImageSettings"; "insertVideoSettings": "insertVideoSettings"; "keyConfig": "keyConfig"; "locale": "locale"; "maxLength": "maxLength"; "numberFormatList": "numberFormatList"; "pasteCleanupSettings": "pasteCleanupSettings"; "placeholder": "placeholder"; "quickToolbarSettings": "quickToolbarSettings"; "readonly": "readonly"; "saveInterval": "saveInterval"; "shiftEnterKey": "shiftEnterKey"; "showCharCount": "showCharCount"; "showTooltip": "showTooltip"; "slashMenuSettings": "slashMenuSettings"; "tableSettings": "tableSettings"; "toolbarSettings": "toolbarSettings"; "undoRedoSteps": "undoRedoSteps"; "undoRedoTimer": "undoRedoTimer"; "value": "value"; "valueTemplate": "valueTemplate"; "width": "width"; }, { "actionBegin": "actionBegin"; "actionComplete": "actionComplete"; "afterImageDelete": "afterImageDelete"; "afterMediaDelete": "afterMediaDelete"; "afterPasteCleanup": "afterPasteCleanup"; "beforeDialogClose": "beforeDialogClose"; "beforeDialogOpen": "beforeDialogOpen"; "beforeFileUpload": "beforeFileUpload"; "beforeImageDrop": "beforeImageDrop"; "beforeImageUpload": "beforeImageUpload"; "beforePasteCleanup": "beforePasteCleanup"; "beforeQuickToolbarOpen": "beforeQuickToolbarOpen"; "beforeSanitizeHtml": "beforeSanitizeHtml"; "blur": "blur"; "change": "change"; "created": "created"; "destroyed": "destroyed"; "dialogClose": "dialogClose"; "dialogOpen": "dialogOpen"; "fileRemoving": "fileRemoving"; "fileSelected": "fileSelected"; "fileUploadFailed": "fileUploadFailed"; "fileUploadSuccess": "fileUploadSuccess"; "fileUploading": "fileUploading"; "focus": "focus"; "imageRemoving": "imageRemoving"; "imageSelected": "imageSelected"; "imageUploadFailed": "imageUploadFailed"; "imageUploadSuccess": "imageUploadSuccess"; "imageUploading": "imageUploading"; "quickToolbarClose": "quickToolbarClose"; "quickToolbarOpen": "quickToolbarOpen"; "resizeStart": "resizeStart"; "resizeStop": "resizeStop"; "resizing": "resizing"; "slashMenuItemSelect": "slashMenuItemSelect"; "toolbarClick": "toolbarClick"; "toolbarStatusUpdate": "toolbarStatusUpdate"; "updatedToolbarStatus": "updatedToolbarStatus"; "valueChange": "valueChange"; }, ["valueTemplate"], never>;
|
|
88
85
|
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./richtexteditor.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
1
|
/**
|
|
5
2
|
* NgModule definition for the RichTextEditor component.
|
|
6
3
|
*/
|
|
7
4
|
export declare class RichTextEditorModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<RichTextEditorModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<RichTextEditorModule, [typeof i1.RichTextEditorComponent], [typeof i2.CommonModule], [typeof i1.RichTextEditorComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<RichTextEditorModule>;
|
|
11
5
|
}
|