@syncfusion/ej2-angular-richtexteditor 33.2.13-ngcc → 34.1.29-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.
Files changed (84) hide show
  1. package/@syncfusion/ej2-angular-richtexteditor.es5.js +401 -369
  2. package/@syncfusion/ej2-angular-richtexteditor.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-richtexteditor.js +369 -337
  4. package/@syncfusion/ej2-angular-richtexteditor.js.map +1 -1
  5. package/{license → LICENSE} +10 -10
  6. package/README.md +108 -48
  7. package/dist/ej2-angular-richtexteditor.umd.js +525 -393
  8. package/dist/ej2-angular-richtexteditor.umd.js.map +1 -1
  9. package/dist/ej2-angular-richtexteditor.umd.min.js +2 -2
  10. package/dist/ej2-angular-richtexteditor.umd.min.js.map +1 -1
  11. package/ej2-angular-richtexteditor.d.ts +5 -5
  12. package/ej2-angular-richtexteditor.metadata.json +1 -1
  13. package/package.json +15 -46
  14. package/public_api.d.ts +1 -1
  15. package/schematics/utils/lib-details.d.ts +2 -2
  16. package/schematics/utils/lib-details.js +2 -2
  17. package/schematics/utils/lib-details.ts +4 -4
  18. package/src/index.d.ts +4 -4
  19. package/src/rich-text-editor/richtexteditor-all.module.d.ts +27 -24
  20. package/src/rich-text-editor/richtexteditor.component.d.ts +96 -85
  21. package/src/rich-text-editor/richtexteditor.module.d.ts +5 -5
  22. package/styles/bds-lite.scss +1 -1
  23. package/styles/bds.scss +1 -1
  24. package/styles/bootstrap-dark-lite.scss +1 -1
  25. package/styles/bootstrap-dark.scss +1 -1
  26. package/styles/bootstrap-lite.scss +1 -1
  27. package/styles/bootstrap.scss +1 -1
  28. package/styles/bootstrap4-lite.scss +1 -1
  29. package/styles/bootstrap4.scss +1 -1
  30. package/styles/bootstrap5-dark-lite.scss +1 -1
  31. package/styles/bootstrap5-dark.scss +1 -1
  32. package/styles/bootstrap5-lite.scss +1 -1
  33. package/styles/bootstrap5.3-lite.scss +1 -1
  34. package/styles/bootstrap5.3.scss +1 -1
  35. package/styles/bootstrap5.scss +1 -1
  36. package/styles/fabric-dark-lite.scss +1 -1
  37. package/styles/fabric-dark.scss +1 -1
  38. package/styles/fabric-lite.scss +1 -1
  39. package/styles/fabric.scss +1 -1
  40. package/styles/fluent-dark-lite.scss +1 -1
  41. package/styles/fluent-dark.scss +1 -1
  42. package/styles/fluent-lite.scss +1 -1
  43. package/styles/fluent.scss +1 -1
  44. package/styles/fluent2-lite.scss +1 -1
  45. package/styles/fluent2.scss +1 -1
  46. package/styles/highcontrast-light-lite.scss +1 -1
  47. package/styles/highcontrast-light.scss +1 -1
  48. package/styles/highcontrast-lite.scss +1 -1
  49. package/styles/highcontrast.scss +1 -1
  50. package/styles/material-dark-lite.scss +1 -1
  51. package/styles/material-dark.scss +1 -1
  52. package/styles/material-lite.scss +1 -1
  53. package/styles/material.scss +1 -1
  54. package/styles/material3-dark-lite.scss +1 -1
  55. package/styles/material3-dark.scss +1 -2
  56. package/styles/material3-lite.scss +1 -1
  57. package/styles/material3.scss +1 -2
  58. package/styles/rich-text-editor/bds.scss +1 -1
  59. package/styles/rich-text-editor/bootstrap-dark.scss +1 -1
  60. package/styles/rich-text-editor/bootstrap.scss +1 -1
  61. package/styles/rich-text-editor/bootstrap4.scss +1 -1
  62. package/styles/rich-text-editor/bootstrap5-dark.scss +1 -1
  63. package/styles/rich-text-editor/bootstrap5.3.scss +1 -1
  64. package/styles/rich-text-editor/bootstrap5.scss +1 -1
  65. package/styles/rich-text-editor/fabric-dark.scss +1 -1
  66. package/styles/rich-text-editor/fabric.scss +1 -1
  67. package/styles/rich-text-editor/fluent-dark.scss +1 -1
  68. package/styles/rich-text-editor/fluent.scss +1 -1
  69. package/styles/rich-text-editor/fluent2.scss +1 -1
  70. package/styles/rich-text-editor/highcontrast-light.scss +1 -1
  71. package/styles/rich-text-editor/highcontrast.scss +1 -1
  72. package/styles/rich-text-editor/material-dark.scss +1 -1
  73. package/styles/rich-text-editor/material.scss +1 -1
  74. package/styles/rich-text-editor/material3-dark.scss +1 -2
  75. package/styles/rich-text-editor/material3.scss +1 -2
  76. package/styles/rich-text-editor/tailwind-dark.scss +1 -1
  77. package/styles/rich-text-editor/tailwind.scss +1 -1
  78. package/styles/rich-text-editor/tailwind3.scss +1 -1
  79. package/styles/tailwind-dark-lite.scss +1 -1
  80. package/styles/tailwind-dark.scss +1 -1
  81. package/styles/tailwind-lite.scss +1 -1
  82. package/styles/tailwind.scss +1 -1
  83. package/styles/tailwind3-lite.scss +1 -1
  84. package/styles/tailwind3.scss +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"ej2-angular-richtexteditor.js","sources":["~/@syncfusion/ej2-angular-richtexteditor/ej2-angular-richtexteditor.ts","~/@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":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport {RichTextEditorComponent,RichTextEditorModule,RichTextEditorAllModule,ToolbarService,LinkService,ImageService,ImportExportService,AudioService,VideoService,CountService,QuickToolbarService,HtmlEditorService,MarkdownEditorService,TableService,PasteCleanupService,ResizeService,FileManagerService,FormatPainterService,EmojiPickerService,SlashMenuService,CodeBlockService,Toolbar,KeyboardEventArgs,KeyboardEvents,BaseToolbar,BaseQuickToolbar,SelectionDirection,TriggerType,TipPointerPosition,QuickToolbarOffsetParam,QuickToolbar,Count,ColorPickerInput,MarkdownToolbarStatus,ExecCommandCallBack,ToolbarAction,MarkdownEditor,HtmlEditor,PasteCleanup,Resize,DropDownButtons,FileManager,FullScreen,setAttributes,HtmlToolbarStatus,XhtmlValidation,FormatPainter,EmojiPicker,ImportExport,CodeBlock,HTMLFormatter,Formatter,MarkdownFormatter,ContentRender,Render,ToolbarRenderer,Link,Image,Audio,Video,ViewSource,Table,DialogRenderer,IframeContentRender,MarkdownRender,QuickPopupRenderer,SlashMenu,RichTextEditor,RichTextEditorModel,RenderType,ActionOnScroll,ToolbarType,DialogType,ToolbarItems,ToolbarConfigItems,ImageInputSource,SlashMenuItems,IRichTextEditor,IRenderer,IQuickToolbar,NotifyArgs,ICssClassArgs,IItemCollectionArgs,ITouchData,IFormatPainter,IColorPickerModel,IColorPickerEventArgs,IDropDownItem,IDropDownClickArgs,IColorPickerRenderArgs,IImageNotifyArgs,IImageCommandsArgs,IAudioCommandsArgs,IVideoCommandsArgs,ICodeBlockCommandsArgs,ImageDragEvent,ImageDropEventArgs,ILinkCommandsArgs,ITableCommandsArgs,IFormatPainterArgs,IEmojiIcons,EmojiIconsSet,ITableArgs,ITableNotifyArgs,IEditorModel,ITableModel,IPasteModel,CropImageDataItem,IToolbarItems,IToolbarItemModel,IToolbarOptions,IToolbarSettings,IToolbarRenderOptions,IDropDownModel,ISplitButtonModel,IToolsItems,IToolsItemConfigs,IListDropDownModel,ICodeBlockLanguageModel,IDropDownItemModel,ActionCompleteEventArgs,ActionBeginEventArgs,IEmojiPickerArgs,PrintEventArgs,IShowPopupArgs,IUpdateItemsModel,IDropDownRenderArgs,IShowQuickTBarOptions,IPositionChanged,IQuickToolbarOptions,BeforeQuickToolbarOpenArgs,AfterImageDeleteEventArgs,AfterMediaDeleteEventArgs,QuickToolbarEventArgs,IAdapterProcess,IFormatter,IHtmlFormatterModel,IMarkdownFormatterModel,IFontProperties,IBulletFormatListPropertiesProperties,INumberFormatListPropertiesProperties,IFormatProperties,OffsetPosition,ResizeArgs,BeforeSanitizeHtmlArgs,SanitizeSelectors,ExecuteCommandOption,SanitizeRemoveAttrs,ISetToolbarStatusArgs,ChangeEventArgs,DialogOpenEventArgs,DialogCloseEventArgs,ImageSuccessEventArgs,ImageFailedEventArgs,ResponseEventArgs,DestroyedEventArgs,PasteCleanupArgs,BlurEventArgs,ToolbarClickEventArgs,FocusEventArgs,ColorModeType,IColorProperties,IExecutionGroup,ImageUploadingEventArgs,executeGroup,CommandName,StatusArgs,ToolbarStatusEventArgs,CleanupResizeElemArgs,IBaseQuickToolbar,MetaTag,ISlashMenuItem,SlashMenuItemSelectArgs,created,destroyed,tableclass,load,initialLoad,contentChanged,initialEnd,iframeMouseDown,destroy,toolbarClick,toolbarRefresh,slashMenuOpening,refreshBegin,toolbarUpdated,bindOnEnd,htmlToolbarClick,markdownToolbarClick,modelChanged,tableModulekeyUp,keyUp,keyDown,onImport,onExport,onCodeBlock,mouseUp,toolbarCreated,toolbarRenderComplete,enableFullScreen,disableFullScreen,dropDownSelect,beforeDropDownItemRender,execCommandCallBack,imageToolbarAction,audioToolbarAction,videoToolbarAction,linkToolbarAction,windowResize,resizeStart,onResize,resizeStop,undo,redo,insertLink,unLink,editLink,openLink,actionBegin,actionComplete,updatedToolbarStatus,actionSuccess,updateToolbarItem,insertImage,insertAudio,insertVideo,insertCompleted,imageLeft,imageRight,imageCenter,imageBreak,imageInline,imageLink,imageAlt,imageDelete,audioDelete,videoDelete,imageCaption,imageSize,videoSize,sourceCode,updateSource,toolbarOpen,beforeDropDownOpen,selectionSave,selectionRestore,expandPopupClick,count,contentFocus,contentBlur,mouseDown,sourceCodeMouseDown,editAreaClick,scroll,contentscroll,colorPickerChanged,focusChange,selectAll,selectRange,getSelectedHtml,renderInlineToolbar,paste,codeBlockPaste,codeBlockEnter,imgModule,rtlMode,createTable,docClick,tableToolbarAction,checkUndo,readOnlyMode,pasteClean,enterHandler,beforeDialogOpen,clearDialogObj,hideTableQuickToolbar,dialogOpen,beforeDialogClose,dialogClose,beforeQuickToolbarOpen,quickToolbarOpen,quickToolbarClose,popupHide,imageSelected,imageUploading,imageUploadSuccess,imageUploadFailed,imageRemoving,fileSelected,fileUploading,fileUploadSuccess,fileUploadFailed,fileRemoving,afterImageDelete,afterMediaDelete,drop,renderQuickToolbar,xhtmlValidation,beforeImageUpload,beforeFileUpload,resizeInitialized,renderFileManager,beforeImageDrop,dynamicModule,beforePasteCleanup,afterPasteCleanup,updateTbItemsStatus,showLinkDialog,closeLinkDialog,showImageDialog,showAudioDialog,showVideoDialog,closeImageDialog,closeAudioDialog,closeVideoDialog,showTableDialog,closeTableDialog,bindCssClass,formatPainterClick,formatPainterDoubleClick,emojiPicker,destroyTooltip,hidePopup,cleanupResizeElements,afterKeyDown,updateValueOnIdle,documentClickClosedBy,showColorPicker,showDropDown,closeTooltip,autoResize,blockEmptyNodes,inlineEmptyNodes,supportedUnits,conversionFactors,onHandleFontsizeChange,preventQuickToolbarClose,CLS_RTE,CLS_RTL,CLS_CONTENT,CLS_DISABLED,CLS_SCRIPT_SHEET,CLS_STYLE_SHEET,CLS_RTE_CONTAINER,CLS_RTE_IFRAME_CONTENT,CLS_TOOLBAR,CLS_TB_FIXED,CLS_TB_FLOAT,CLS_INLINE,CLS_TB_INLINE,CLS_RTE_EXPAND_TB,CLS_FULL_SCREEN,CLS_QUICK_TB,CLS_TEXT_QUICK_TB,CLS_IMG_QUICK_TB,CLS_AUDIO_QUICK_TB,CLS_VIDEO_QUICK_TB,CLS_TABLE_QUICK_TB,CLS_LINK_QUICK_TB,CLS_POP,CLS_TB_STATIC,CLS_QUICK_POP,CLS_INLINE_POP,CLS_QUICK_TBAR_TIP_POINTER,CLS_QUICK_DROPDOWN,CLS_INLINE_TOOLBAR,CLS_INLINE_DROPDOWN,CLS_DROPDOWN_POPUP,CLS_DROPDOWN_ICONS,CLS_DROPDOWN_ITEMS,CLS_DROPDOWN_BTN,CLS_RTE_CONTENT,CLS_TB_ITEM,CLS_TB_EXTENDED,CLS_TB_WRAP,CLS_POPUP,CLS_SEPARATOR,CLS_MINIMIZE,CLS_MAXIMIZE,CLS_BACK,CLS_SHOW,CLS_HIDE,CLS_VISIBLE,CLS_FOCUS,CLS_RM_WHITE_SPACE,CLS_IMGRIGHT,CLS_IMGLEFT,CLS_IMGCENTER,CLS_IMGBREAK,CLS_AUDIOBREAK,CLS_CLICKELEM,CLS_VID_CLICK_ELEM,CLS_AUDIOWRAP,CLS_VIDEOWRAP,CLS_VIDEOBREAK,CLS_CAPTION,CLS_RTE_CAPTION,CLS_CAPINLINE,CLS_IMGINLINE,CLS_AUDIOINLINE,CLS_VIDEOINLINE,CLS_COUNT,CLS_WARNING,CLS_ERROR,CLS_ICONS,CLS_ACTIVE,CLS_EXPAND_OPEN,CLS_RTE_ELEMENTS,CLS_TB_BTN,CLS_DROPDOWN_MENU,CLS_HR_SEPARATOR,CLS_TB_IOS_FIX,CLS_LIST_PRIMARY_CONTENT,CLS_NUMBERFORMATLIST_TB_BTN,CLS_BULLETFORMATLIST_TB_BTN,CLS_CODEBLOCK_TB_BTN,CLS_CODEBLOCK_TB_BTN_ICON,CLS_FORMATS_TB_BTN,CLS_FONT_NAME_TB_BTN,CLS_FONT_SIZE_TB_BTN,CLS_ALIGN_TB_BTN,CLS_FONT_COLORPICKER,CLS_BACKGROUND_COLORPICKER,CLS_NUMBERFORMATLIST_DROPDOWN,CLS_BULLETFORMATLIST_DROPDOWN,CLS_DROPDOWN,CLS_COLOR_PALETTE,CLS_RTE_READONLY,CLS_TABLE_SEL,CLS_TABLE_SEL_END,CLS_TABLE_MULTI_CELL,CLS_TB_DASH_BOR,CLS_TB_ALT_BOR,CLS_TB_COL_RES,CLS_TB_ROW_RES,CLS_TB_BOX_RES,CLS_RTE_HIDDEN,CLS_RTE_PASTE_KEEP_FORMAT,CLS_RTE_PASTE_REMOVE_FORMAT,CLS_RTE_PASTE_PLAIN_FORMAT,CLS_RTE_PASTE_OK,CLS_RTE_PASTE_CANCEL,CLS_RTE_DIALOG_MIN_HEIGHT,CLS_RTE_RES_HANDLE,CLS_RTE_RES_EAST,CLS_RTE_IMAGE,CLS_RESIZE,CLS_IMG_FOCUS,CLS_AUD_FOCUS,CLS_VID_FOCUS,CLS_RTE_DRAG_IMAGE,CLS_RTE_UPLOAD_POPUP,CLS_POPUP_OPEN,CLS_POPUP_CLOSE,CLS_IMG_RESIZE,CLS_DROPAREA,CLS_IMG_INNER,CLS_UPLOAD_FILES,CLS_RTE_DIALOG_UPLOAD,CLS_RTE_RES_CNT,CLS_CUSTOM_TILE,CLS_NOCOLOR_ITEM,CLS_TABLE,CLS_TABLE_BORDER,CLS_RTE_TABLE_RESIZE,CLS_RTE_FIXED_TB_EXPAND,CLS_RTE_TB_ENABLED,CLS_RTE_RES_WEST,CLS_RTE_SOURCE_CODE_TXTAREA,getIndex,hasClass,getDropDownValue,isIDevice,getFormattedFontSize,pageYOffset,getTooltipText,setToolbarStatus,getCollection,updateDropdownContent,getTBarItemsIndex,updateUndoRedoStatus,dispatchEvent,parseHtml,getTextNodesUnder,toObjectLowerCase,getEditValue,updateTextNode,getDefaultValue,isEditableValueEmpty,decode,sanitizeHelper,parseHelper,getLocaleFontFormat,resetContentEditableElements,cleanupInternalElements,removeSelectionClassStates,updateDropDownFontFormatLocale,ServiceLocator,RendererFactory,FileManagerSettingsModel,EmojiSettingsModel,EditorManager,ICommandModel,IHtmlSubCommands,IKeyboardActionArgs,IHtmlItem,IHtmlItemArgs,IHtmlUndoRedoData,IHtmlKeyboardEvent,IFormatPainterSettings,IFormatPainterAction,IFormatPainterEditor,FormatPainterCollection,FormatPainterValue,DeniedFormatsCollection,CSSPropCollection,IHTMLMouseEventArgs,ITableSelection,BeforeInputEvent,CodeBlockPosition,IMAGE,AUDIO,VIDEO,TABLE,LINK,INSERT_ROW,INSERT_COLUMN,DELETEROW,DELETECOLUMN,REMOVETABLE,TABLEHEADER,TABLE_VERTICAL_ALIGN,TABLE_MERGE,TABLE_VERTICAL_SPLIT,TABLE_HORIZONTAL_SPLIT,TABLE_STYLES,TABLE_BACKGROUND_COLOR,TABLE_MOVE,ALIGNMENT_TYPE,INDENT_TYPE,DEFAULT_TAG,BLOCK_TAGS,IGNORE_BLOCK_TAGS,TABLE_BLOCK_TAGS,SELECTION_TYPE,INSERTHTML_TYPE,INSERT_TEXT_TYPE,CLEAR_TYPE,SELF_CLOSING_TAGS,PASTE_SOURCE,ALLOWED_TABLE_BLOCK_TAGS,EditorExecCommand,CLASS_IMAGE_RIGHT,CLASS_IMAGE_LEFT,CLASS_IMAGE_CENTER,CLASS_VIDEO_RIGHT,CLASS_VIDEO_LEFT,CLASS_VIDEO_CENTER,CLASS_IMAGE_BREAK,CLASS_AUDIO_BREAK,CLASS_VIDEO_BREAK,CLASS_CAPTION,CLASS_RTE_CAPTION,CLASS_CAPTION_INLINE,CLASS_IMAGE_INLINE,CLASS_AUDIO_INLINE,CLASS_CLICK_ELEM,CLASS_VIDEO_CLICK_ELEM,CLASS_AUDIO,CLASS_VIDEO,CLASS_AUDIO_WRAP,CLASS_VIDEO_WRAP,CLASS_EMBED_VIDEO_WRAP,CLASS_AUDIO_FOCUS,CLASS_VIDEO_FOCUS,CLASS_VIDEO_INLINE,Lists,markerClassName,DOMNode,Alignments,Indents,Formats,LinkCommand,InsertMethods,InsertTextExec,InsertHtmlExec,InsertHtml,IsFormatted,MsWordPaste,NodeCutter,ImageCommand,AudioCommand,VideoCommand,SelectionCommands,SelectionBasedExec,ClearFormatExec,UndoRedoManager,TableCommand,statusCollection,ToolbarStatus,FormatPainterActions,EmojiPickerAction,CodeBlockPlugin,PasteCleanupAction,TablePasting,NodeSelection,MarkdownParser,IMDFormats,IMDTable,MarkdownTableFormat,ISelectedLines,IMarkdownParserModel,IMarkdownSubCommands,MarkdownUndoRedoData,IMarkdownItem,IMarkdownItemArgs,IMDKeyboardEvent,LISTS_COMMAND,selectionCommand,LINK_COMMAND,CLEAR_COMMAND,MD_TABLE,INSERT_TEXT_COMMAND,MarkdownExecCommand,ClearFormat,MDLists,MDFormats,MarkdownSelection,UndoRedoCommands,MDSelectionFormats,MDLink,MDTable,markdownFormatTags,markdownSelectionTags,markdownListsTags,htmlKeyConfig,markdownKeyConfig,pasteCleanupGroupingTags,listConversionFilters,selfClosingTags,imageResizeFactor,mentionRestrictKeys,TABLE_SELECTION_STATE_ALLOWED_ACTIONKEYS,KEY_DOWN,ACTION,FORMAT_TYPE,KEY_DOWN_HANDLER,LIST_TYPE,CODE_BLOCK,KEY_UP_HANDLER,KEY_UP,MODEL_CHANGED_PLUGIN,MODEL_CHANGED,MS_WORD_CLEANUP_PLUGIN,MS_WORD_CLEANUP,ON_BEGIN,SPACE_ACTION,FORMAT_PAINTER_ACTIONS,BLOCKQUOTE_LIST_HANDLE,EMOJI_PICKER_ACTIONS,MOUSE_DOWN,DESTROY,INTERNAL_DESTROY,CODEBLOCK_INDENTATION,CODEBLOCK_DISABLETOOLBAR,IAdvanceListItem,ICodeBlockItem,IMarkdownFormatterCallBack,IHtmlFormatterCallBack,IMarkdownToolbarStatus,IUndoCallBack,IToolbarStatus,IImageResizeFactor,ImageOrTableCursor,ImageDimension,ListItemProperties,FileInfo,ValidationMessages,EditorMode,SaveFormat,DisplayLayoutOptions,EnterKey,ShiftEnterKey,QuickToolbarType,ToolbarSettingsModel,ImportWordModel,ExportWordModel,ExportPdfModel,ImageSettingsModel,AudioSettingsModel,VideoSettingsModel,TableSettingsModel,QuickToolbarSettingsModel,FormatPainterSettingsModel,PasteCleanupSettingsModel,FontFamilyModel,FontSizeModel,FormatModel,FontColorModel,BackgroundColorModel,NumberFormatListModel,BulletFormatListModel,CodeBlockSettingsModel,ResourcesModel,IFrameSettingsModel,InlineModeModel,SlashMenuSettingsModel} from './public_api';\n\nexport {inputs as ɵa,outputs as ɵb} from './src/rich-text-editor/richtexteditor.component';","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','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 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.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":[],"mappings":";;;;;;;;;;;;;;;AGAA,AAOO,MAAM,MAAA,GAAmB,CAAA,gBAAE,EAAgB,iBAAC,EAAiB,kBAAC,EAAkB,mBAAC,EAAmB,UAAC,EAAU,YAAC,EAAY,qBAAC,EAAqB,eAAC,EAAe,kBAAC,EAAkB,qBAAC,EAAqB,mBAAC,EAAmB,cAAC,EAAc,WAAC,EAAW,cAAC,EAAc,aAAC,EAAa,SAAC,EAAS,UAAC,EAAU,WAAC,EAAW,YAAC,EAAY,qBAAC,EAAqB,uBAAC,EAAuB,WAAC,EAAW,YAAC,EAAY,UAAC,EAAU,QAAC,EAAQ,uBAAC,EAAuB,WAAC,EAAW,QAAC,EAAQ,gBAAC,EAAgB,gBAAC,EAAgB,YAAC,EAAY,YAAC,EAAY,qBAAC,EAAqB,qBAAC,EAAqB,qBAAC,EAAqB,WAAC,EAAW,QAAC,EAAQ,WAAC,EAAW,kBAAC,EAAkB,sBAAC,EAAsB,aAAC,EAAa,sBAAC,EAAsB,UAAC,EAAU,cAAC,EAAc,eAAC,EAAe,eAAC,EAAe,aAAC,EAAa,mBAAC,EAAmB,eAAC,EAAe,iBAAC,EAAiB,eAAC,EAAe,eAAC,EAAe,OAAC,EAAO,eAAC,EAAe,OAAC,CAAO,CAAC;AACj4B,AAAO,MAAM,OAAA,GAAoB,CAAA,aAAE,EAAa,gBAAC,EAAgB,kBAAC,EAAkB,kBAAC,EAAkB,mBAAC,EAAmB,mBAAC,EAAmB,kBAAC,EAAkB,kBAAC,EAAkB,iBAAC,EAAiB,mBAAC,EAAmB,oBAAC,EAAoB,wBAAC,EAAwB,oBAAC,EAAoB,MAAC,EAAM,QAAC,EAAQ,SAAC,EAAS,WAAC,EAAW,aAAC,EAAa,YAAC,EAAY,cAAC,EAAc,cAAC,EAAc,kBAAC,EAAkB,mBAAC,EAAmB,eAAC,EAAe,OAAC,EAAO,eAAC,EAAe,eAAC,EAAe,mBAAC,EAAmB,oBAAC,EAAoB,gBAAC,EAAgB,mBAAC,EAAmB,kBAAC,EAAkB,aAAC,EAAa,YAAC,EAAY,UAAC,EAAU,qBAAC,EAAqB,cAAC,EAAc,qBAAC,EAAqB,sBAAC,EAAsB,aAAC,CAAa,CAAC;AACpsB,AAAO,MAAM,OAAA,GAAoB,CAAA,OAAE,CAAO,CAAC;;;;;;;AAQ3C,IAAa,uBAAuB,GAApC,yBAAA,GAAA,MAAA,uBAAqC,SAAQ,cAAc,CAA3D;;;;;;;;IAgEA,WAAA,CADwB,KAAO,EAAoB,SAAW,EAAmB,gBAAkB,EAAyB,QAAU,EAAkB,GAAK,EAC7J;QAKQ,KAAK,EAAE,CAAC;QANQ,IAAxB,CAAA,KAAwB,GAAA,KAAA,CAAO;QAAoB,IAAnD,CAAA,SAAmD,GAAA,SAAA,CAAW;QAAmB,IAAjF,CAAA,gBAAiF,GAAA,gBAAA,CAAkB;QAAyB,IAA5H,CAAA,QAA4H,GAAA,QAAA,CAAU;QAAkB,IAAxJ,CAAA,GAAwJ,GAAA,GAAA,CAAK;QADjJ,IAAZ,CAAA,aAAY,GAAwB,IAAA,CAAK;QAQjC,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,KAAK,CAAC,aAAa,CAAC;QACxC,IAAI,CAAC,eAAe,GAAG,IAAI,CAAC,eAAe,IAAI,EAAE,CAAC;QAClD,IAAI;YACI,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,uBAAuB,CAAC,CAAC;YACrD,IAAG,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;gBACzC,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;aACjC;SACJ;QAAC,OAAO,EAArB,EAAoB,GAAG;QACf,IAAI;YACI,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,oBAAoB,CAAC,CAAC;YAClD,IAAG,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;gBACzC,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;aACjC;SACJ;QAAC,OAAO,EAArB,EAAoB,GAAG;QACf,IAAI;YACI,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,qBAAqB,CAAC,CAAC;YACnD,IAAG,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;gBACzC,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;aACjC;SACJ;QAAC,OAAO,EAArB,EAAoB,GAAG;QACf,IAAI;YACI,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,4BAA4B,CAAC,CAAC;YAC1D,IAAG,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;gBACzC,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;aACjC;SACJ;QAAC,OAAO,EAArB,EAAoB,GAAG;QACf,IAAI;YACI,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,qBAAqB,CAAC,CAAC;YACnD,IAAG,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;gBACzC,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;aACjC;SACJ;QAAC,OAAO,EAArB,EAAoB,GAAG;QACf,IAAI;YACI,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,qBAAqB,CAAC,CAAC;YACnD,IAAG,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;gBACzC,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;aACjC;SACJ;QAAC,OAAO,EAArB,EAAoB,GAAG;QACf,IAAI;YACI,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,qBAAqB,CAAC,CAAC;YACnD,IAAG,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;gBACzC,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;aACjC;SACJ;QAAC,OAAO,EAArB,EAAoB,GAAG;QACf,IAAI;YACI,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,4BAA4B,CAAC,CAAC;YAC1D,IAAG,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;gBACzC,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;aACjC;SACJ;QAAC,OAAO,EAArB,EAAoB,GAAG;QACf,IAAI;YACI,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,0BAA0B,CAAC,CAAC;YACxD,IAAG,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;gBACzC,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;aACjC;SACJ;QAAC,OAAO,EAArB,EAAoB,GAAG;QACf,IAAI;YACI,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,8BAA8B,CAAC,CAAC;YAC5D,IAAG,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;gBACzC,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;aACjC;SACJ;QAAC,OAAO,EAArB,EAAoB,GAAG;QACf,IAAI;YACI,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,qBAAqB,CAAC,CAAC;YACnD,IAAG,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;gBACzC,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;aACjC;SACJ;QAAC,OAAO,EAArB,EAAoB,GAAG;QACf,IAAI;YACI,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,4BAA4B,CAAC,CAAC;YAC1D,IAAG,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;gBACzC,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;aACjC;SACJ;QAAC,OAAO,EAArB,EAAoB,GAAG;QACf,IAAI;YACI,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,sBAAsB,CAAC,CAAC;YACpD,IAAG,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;gBACzC,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;aACjC;SACJ;QAAC,OAAO,EAArB,EAAoB,GAAG;QACf,IAAI;YACI,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,2BAA2B,CAAC,CAAC;YACzD,IAAG,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;gBACzC,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;aACjC;SACJ;QAAC,OAAO,EAArB,EAAoB,GAAG;QACf,IAAI;YACI,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,6BAA6B,CAAC,CAAC;YAC3D,IAAG,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;gBACzC,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;aACjC;SACJ;QAAC,OAAO,EAArB,EAAoB,GAAG;QACf,IAAI;YACI,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,2BAA2B,CAAC,CAAC;YACzD,IAAG,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;gBACzC,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;aACjC;SACJ;QAAC,OAAO,EAArB,EAAoB,GAAG;QACf,IAAI;YACI,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,yBAAyB,CAAC,CAAC;YACvD,IAAG,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;gBACzC,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;aACjC;SACJ;QAAC,OAAO,EAArB,EAAoB,GAAG;QACf,IAAI;YACI,IAAI,GAAG,GAAG,IAAI,CAAC,QAAQ,CAAC,GAAG,CAAC,yBAAyB,CAAC,CAAC;YACvD,IAAG,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;gBACzC,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;aACjC;SACJ;QAAC,OAAO,EAArB,EAAoB,GAAG;QAEf,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;QAC7B,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;QACnC,QAAQ,CAAC,iBAAiB,EAAE,IAAI,EAAE,IAAI,CAAC,gBAAgB,CAAC,CAAC;QACzD,IAAI,CAAC,WAAW,GAAI,IAAI,QAAQ,EAAE,CAAC;QACnC,IAAI,CAAC,eAAe,GAAI,IAAI,aAAa,EAAE,CAAC;KAC/C;;;;;IAHA,gBAAA,CAAA,gBAAA,EAAL;KASK;;;;;IANA,iBAAA,CAAA,gBAAA,EAAL;KAYK;;;;;IATA,UAAA,CAAA,KAAA,EAAL;KAeK;;;;;IAZA,gBAAA,CAAA,QAAA,EAAL;KAkBK;;;;IAfA,QAAA,GAAL;QAoBQ,IAAI,CAnBC,eAAC,CAAe,QAAC,CAAQ,IAAC,CAAI,CAAC;KAoBvC;;;;IAjBA,eAAA,GAAL;QAsBQ,IAAI,CArBC,WAAC,CAAW,eAAC,CAAe,IAAC,CAAI,CAAC;KAsB1C;;;;IAnBA,WAAA,GAAL;QAwBQ,IAAI,CAvBC,eAAC,CAAe,WAAC,CAAW,IAAC,CAAI,CAAC;KAwB1C;;;;IArBA,qBAAA,GAAL;QA2BQ,IAAI,CAzBC,eAAC,CAAe,qBAAC,CAAqB,IAAC,CAAI,CAAC;KA0BpD;CAmCJ,CAAA;AAxDM,uBAAP,CAAA,UAAO,GAAoC;IAyB3C,EAxBE,IAAA,EAAM,SAAA,EAAW,IAAA,EAAM,CAAA;gBAyBrB,QAAQ,EAxBE,oBAAA;gBAyBV,MAAM,EAxBE,MAAA;gBAyBR,OAAO,EAxBE,OAAA;gBAyBT,QAAQ,EAxBE,EAAA;gBAWZ,eAAA,EAVmB,uBAAA,CAAwB,MAAC;gBAyB1C,SAAS,EAxBE;oBAyBP;wBACI,OAAO,EAxBE,iBAAA;wBAyBT,WAAW,EAxBE,UAAA,CAAW,MAAM,yBAAA,CAAwB;wBAyBtD,KAAK,EAxBE,IAAA;qBAyBV;iBACJ;gBACD,OAAO,EAxBE,EA0BR;aACJ,EAxBC,EAAG;CAyBJ,CAxBC;;;;AAED,uBAAD,CAAA,cAAC,GAAA,MAAA;IA2BD,EAAC,IAAI,EAAE,UAAU,GAAG;IACpB,EAAC,IAAI,EAAE,SAAS,GAAG;IACnB,EAAC,IAAI,EAAE,gBAAgB,GAAG;IAC1B,EAAC,IAAI,EAAE,QAAQ,GAAG;IAClB,EAAC,IAAI,EAAE,iBAAiB,GAAG;CAC1B,CAAC;AAzBK,uBAAP,CAAA,cAAO,GAAyD;IA2BhE,eAAe,EA1BE,CAAA,EAAG,IAAA,EAAM,YAAA,EAAc,IAAA,EAAM,CAAA,eAAE,EAAe,EAAG,EAAE;CA2BnE,CA1BC;AA5LE,UAAJ,CAAA;IAIK,QAAA,EAAA;;CAJL,EAAA,uBAAA,CAAA,SAAA,EAAA,eAAA,EAAA,KAAA,CAAA,CAA8B,CAA9B;AAvDa,uBAAuB,GAApC,yBAAA,GAAA,UAAA,CAAA;IACC,eAAA,CAAA,CAAA,aAAA,EAAA,QAAA,CAAA,CAAA;IA8DD,UAAA,CAAA,mBAAA,EAAA,CAA+B,UAAA;QAA+B,SAAA;QAAoC,gBAAC;QAAmC,QAAA;QAAuB,iBAAA,CAA7J,CAAA;CA/DA,EAAa,uBAAuB,CA8QnC,CA9QD;AAAA;;ADdA;;;AAGA,AAAA,MAAA,oBAAA,CAAA;;AAE2C,oBAA3C,CAAA,UAA2C,GAAoC;IAD/E,EAEE,IAAA,EAAM,QAAA,EAAU,IAAA,EAAM,CAAA;gBADpB,OAAO,EAEE,CAAA,YAAE,CAAY;gBADvB,YAAY,EAEE;oBADV,uBAAuB;iBAC1B;gBACD,OAAO,EAEE;oBADL,uBAAuB;iBAC1B;aACJ,EAEC,EAAG;CADJ,CAEC;;;;AAED,oBAAD,CAAA,cAAC,GAAA,MAAA,EACA,CAAC;;ADdK,MAAM,cAAA,GAAgC,EAAE,OAAA,EAAS,uBAAA,EAAyB,QAAA,EAAU,OAAA,EAAQ,CAAC;AACpG,AAAO,MAAM,WAAA,GAA6B,EAAE,OAAA,EAAS,oBAAA,EAAsB,QAAA,EAAU,IAAA,EAAK,CAAC;AAC3F,AAAO,MAAM,YAAA,GAA8B,EAAE,OAAA,EAAS,qBAAA,EAAuB,QAAA,EAAU,KAAA,EAAM,CAAC;AAC9F,AAAO,MAAM,mBAAA,GAAqC,EAAE,OAAA,EAAS,4BAAA,EAA8B,QAAA,EAAU,YAAA,EAAa,CAAC;AACnH,AAAO,MAAM,YAAA,GAA8B,EAAE,OAAA,EAAS,qBAAA,EAAuB,QAAA,EAAU,KAAA,EAAM,CAAC;AAC9F,AAAO,MAAM,YAAA,GAA8B,EAAE,OAAA,EAAS,qBAAA,EAAuB,QAAA,EAAU,KAAA,EAAM,CAAC;AAC9F,AAAO,MAAM,YAAA,GAA8B,EAAE,OAAA,EAAS,qBAAA,EAAuB,QAAA,EAAU,KAAA,EAAM,CAAC;AAC9F,AAAO,MAAM,mBAAA,GAAqC,EAAE,OAAA,EAAS,4BAAA,EAA8B,QAAA,EAAU,YAAA,EAAa,CAAC;AACnH,AAAO,MAAM,iBAAA,GAAmC,EAAE,OAAA,EAAS,0BAAA,EAA4B,QAAA,EAAU,UAAA,EAAW,CAAC;AAC7G,AAAO,MAAM,qBAAA,GAAuC,EAAE,OAAA,EAAS,8BAAA,EAAgC,QAAA,EAAU,cAAA,EAAe,CAAC;AACzH,AAAO,MAAM,YAAA,GAA8B,EAAE,OAAA,EAAS,qBAAA,EAAuB,QAAA,EAAU,KAAA,EAAM,CAAC;AAC9F,AAAO,MAAM,mBAAA,GAAqC,EAAE,OAAA,EAAS,4BAAA,EAA8B,QAAA,EAAU,YAAA,EAAa,CAAC;AACnH,AAAO,MAAM,aAAA,GAA+B,EAAE,OAAA,EAAS,sBAAA,EAAwB,QAAA,EAAU,MAAA,EAAO,CAAC;AACjG,AAAO,MAAM,kBAAA,GAAoC,EAAE,OAAA,EAAS,2BAAA,EAA6B,QAAA,EAAU,WAAA,EAAY,CAAC;AAChH,AAAO,MAAM,oBAAA,GAAsC,EAAE,OAAA,EAAS,6BAAA,EAA+B,QAAA,EAAU,aAAA,EAAc,CAAC;AACtH,AAAO,MAAM,kBAAA,GAAoC,EAAE,OAAA,EAAS,2BAAA,EAA6B,QAAA,EAAU,WAAA,EAAY,CAAC;AAChH,AAAO,MAAM,gBAAA,GAAkC,EAAE,OAAA,EAAS,yBAAA,EAA2B,QAAA,EAAU,SAAA,EAAU,CAAC;AAC1G,AAAO,MAAM,gBAAA,GAAkC,EAAE,OAAA,EAAS,yBAAA,EAA2B,QAAA,EAAU,SAAA,EAAU,CAAC;;;;AAI1G,AAAA,MAAA,uBAAA,CAAA;;AAE8C,uBAA9C,CAAA,UAA8C,GAAoC;IADlF,EAEE,IAAA,EAAM,QAAA,EAAU,IAAA,EAAM,CAAA;gBADpB,OAAO,EAEE,CAAA,YAAE,EAAa,oBAAA,CAAqB;gBAD7C,OAAO,EAEE;oBADL,oBAAoB;iBACvB;gBACD,SAAS,EAEC;oBADN,cAAc;oBACd,WAAW;oBACX,YAAY;oBACZ,mBAAmB;oBACnB,YAAY;oBACZ,YAAY;oBACZ,YAAY;oBACZ,mBAAmB;oBACnB,iBAAiB;oBACjB,qBAAqB;oBACrB,YAAY;oBACZ,mBAAmB;oBACnB,aAAa;oBACb,kBAAkB;oBAClB,oBAAoB;oBACpB,kBAAkB;oBAClB,gBAAgB;oBAChB,gBAAgB;iBACnB;aACJ,EAEC,EAAG;CADJ,CAEC;;;;AAED,uBAAD,CAAA,cAAC,GAAA,MAAA,EACA,CAAC;;AD5DF;;GAEG;;;;;"}
1
+ {"version":3,"file":"ej2-angular-richtexteditor.js","sources":["~/@syncfusion/ej2-angular-richtexteditor/ej2-angular-richtexteditor.ts","~/@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":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport {RichTextEditorComponent,RichTextEditorModule,RichTextEditorAllModule,ToolbarService,LinkService,ImageService,ImportExportService,AudioService,VideoService,CountService,QuickToolbarService,HtmlEditorService,MarkdownEditorService,TableService,PasteCleanupService,ResizeService,FileManagerService,FormatPainterService,EmojiPickerService,SlashMenuService,CodeBlockService,ClipBoardCleanupService,AutoFormatService,AIAssistantService,Toolbar,KeyboardEvents,BaseToolbar,BaseQuickToolbar,QuickToolbar,Count,ColorPickerInput,MarkdownToolbarStatus,ExecCommandCallBack,ToolbarAction,MarkdownEditor,HtmlEditor,PasteCleanup,Resize,DropDownButtons,FileManager,FullScreen,setAttributes,HtmlToolbarStatus,XhtmlValidation,FormatPainter,EmojiPicker,ImportExport,CodeBlock,ClipBoardCleanup,AutoFormat,HTMLFormatter,Formatter,MarkdownFormatter,ContentRender,Render,ToolbarRenderer,Link,Image,Audio,Video,ViewSource,Table,DialogRenderer,IframeContentRender,MarkdownRender,QuickPopupRenderer,SlashMenu,AIAssistant,RichTextEditor,RichTextEditorModel,RenderType,IRichTextEditor,IQuickToolbar,ICssClassArgs,IImageNotifyArgs,IRenderer,IToolbarOptions,IToolbarSettings,IToolbarRenderOptions,IUpdateItemsModel,IDropDownRenderArgs,IShowQuickTBarOptions,IPositionChanged,IQuickToolbarOptions,AfterImageDeleteEventArgs,AfterMediaDeleteEventArgs,QuickToolbarEventArgs,IAdapterProcess,IFormatter,IFontProperties,IBulletFormatListPropertiesProperties,INumberFormatListPropertiesProperties,IFormatProperties,ISetToolbarStatusArgs,ChangeEventArgs,DialogOpenEventArgs,ImageFailedEventArgs,DestroyedEventArgs,PasteCleanupArgs,BlurEventArgs,FocusEventArgs,IColorProperties,executeGroup,ToolbarStatusEventArgs,IBaseQuickToolbar,SlashMenuItemSelectArgs,AICommands,IAIAssistantToolbarItem,AIAssitantToolbarClickEventArgs,PopupRootBound,IMenuRenderArgs,AIAssistantPromptRequestArgs,AIAssistantStopRespondingArgs,BeforePopupOpenCloseEventArgs,created,destroyed,tableclass,load,initialLoad,contentChanged,initialEnd,iframeMouseDown,destroy,toolbarClick,toolbarRefresh,slashMenuOpening,refreshBegin,toolbarUpdated,bindOnEnd,htmlToolbarClick,markdownToolbarClick,modelChanged,tableModulekeyUp,keyUp,keyDown,onImport,onExport,onCodeBlock,mouseUp,toolbarCreated,toolbarRenderComplete,enableFullScreen,disableFullScreen,dropDownSelect,beforeDropDownItemRender,execCommandCallBack,imageToolbarAction,audioToolbarAction,videoToolbarAction,linkToolbarAction,windowResize,resizeStart,onResize,resizeStop,undo,redo,insertLink,unLink,editLink,openLink,actionBegin,actionComplete,updatedToolbarStatus,actionSuccess,updateToolbarItem,insertImage,insertAudio,insertVideo,insertCompleted,imageLeft,imageRight,imageCenter,imageBreak,imageInline,imageLink,imageAlt,imageDelete,audioDelete,videoDelete,imageCaption,imageSize,videoSize,sourceCode,updateSource,toolbarOpen,beforeDropDownOpen,selectionSave,selectionRestore,expandPopupClick,count,contentFocus,contentBlur,mouseDown,sourceCodeMouseDown,editAreaClick,scroll,contentscroll,colorPickerChanged,focusChange,selectAll,selectRange,getSelectedHtml,renderInlineToolbar,paste,videoPaste,audioPaste,codeBlockPaste,codeBlockEnter,imgModule,rtlMode,createTable,updateProperty,docClick,tableToolbarAction,checkUndo,readOnlyMode,clipBoardCleanup,beforeClipboardWrite,pasteClean,enterHandler,beforeDialogOpen,clearDialogObj,dialogOpen,beforeDialogClose,dialogClose,beforeQuickToolbarOpen,quickToolbarOpen,quickToolbarClose,popupHide,imageSelected,imageUploading,imageUploadSuccess,imageUploadFailed,imageRemoving,fileSelected,fileUploading,fileUploadSuccess,fileUploadFailed,fileRemoving,afterImageDelete,afterMediaDelete,drop,renderQuickToolbar,xhtmlValidation,beforeImageUpload,beforeFileUpload,resizeInitialized,renderFileManager,beforeImageDrop,beforeMediaDrop,dynamicModule,beforePasteCleanup,afterPasteCleanup,updateTbItemsStatus,showLinkDialog,closeLinkDialog,showImageDialog,showAudioDialog,showVideoDialog,closeImageDialog,closeAudioDialog,closeVideoDialog,showTableDialog,closeTableDialog,bindCssClass,formatPainterClick,formatPainterDoubleClick,emojiPicker,destroyTooltip,hidePopup,cleanupResizeElements,afterKeyDown,updateValueOnIdle,documentClickClosedBy,showColorPicker,showDropDown,closeTooltip,autoResize,onAIAssistant,menuItemselected,menuBeforeOpen,menuBeforeClose,selectionChangeMouseUp,blockEmptyNodes,inlineEmptyNodes,onHandleFontsizeChange,preventQuickToolbarClose,selectionChanged,wordImporting,documentExporting,CLS_RTE,CLS_RTL,CLS_CONTENT,CLS_DISABLED,CLS_SCRIPT_SHEET,CLS_STYLE_SHEET,CLS_RTE_CONTAINER,CLS_RTE_IFRAME_CONTENT,CLS_TOOLBAR,CLS_TB_FIXED,CLS_TB_FLOAT,CLS_INLINE,CLS_TB_INLINE,CLS_RTE_EXPAND_TB,CLS_FULL_SCREEN,CLS_QUICK_TB,CLS_TEXT_QUICK_TB,CLS_IMG_QUICK_TB,CLS_AUDIO_QUICK_TB,CLS_VIDEO_QUICK_TB,CLS_TABLE_QUICK_TB,CLS_LINK_QUICK_TB,CLS_TB_STATIC,CLS_QUICK_POP,CLS_INLINE_POP,CLS_QUICK_TBAR_TIP_POINTER,CLS_QUICK_DROPDOWN,CLS_INLINE_TOOLBAR,CLS_INLINE_DROPDOWN,CLS_DROPDOWN_POPUP,CLS_DROPDOWN_ICONS,CLS_DROPDOWN_ITEMS,CLS_DROPDOWN_BTN,CLS_RTE_CONTENT,CLS_TB_ITEM,CLS_TB_EXTENDED,CLS_TB_WRAP,CLS_POPUP,CLS_SEPARATOR,CLS_MINIMIZE,CLS_MAXIMIZE,CLS_BACK,CLS_SHOW,CLS_HIDE,CLS_VISIBLE,CLS_FOCUS,CLS_RM_WHITE_SPACE,CLS_IMG_CAPTION_CONTAINER,CLS_IMG_RIGHT,CLS_IMG_LEFT,CLS_IMG_CENTER,CLS_IMAGE_LEFT_WRAP,CLS_IMAGE_RIGHT_WRAP,CLS_IMG_INLINE,CLS_IMG_BREAK,CLS_AUDIOBREAK,CLS_CLICKELEM,CLS_VID_CLICK_ELEM,CLS_AUDIOWRAP,CLS_VIDEOWRAP,CLS_VIDEOBREAK,CLS_AUDIOINLINE,CLS_VIDEOINLINE,CLS_COUNT,CLS_WARNING,CLS_ERROR,CLS_ICONS,CLS_ACTIVE,CLS_EXPAND_OPEN,CLS_RTE_ELEMENTS,CLS_TB_BTN,CLS_EDIT_CELL_DROPDOWN,CLS_DROPDOWN_MENU,CLS_HR_SEPARATOR,CLS_TB_IOS_FIX,CLS_LIST_PRIMARY_CONTENT,CLS_NUMBERFORMATLIST_TB_BTN,CLS_BULLETFORMATLIST_TB_BTN,CLS_CODEBLOCK_TB_BTN,CLS_CODEBLOCK_TB_BTN_ICON,CLS_FORMATS_TB_BTN,CLS_FONT_NAME_TB_BTN,CLS_FONT_SIZE_TB_BTN,CLS_ALIGN_TB_BTN,CLS_LINE_HEIGHT_TB_BTN,CLS_BORDER_STYLE_BTN,CLS_BORDERCOLOR_COLORPICKER,CLS_TABLE_BGCOLOR_COLORPICKER,CLS_FONT_COLORPICKER,CLS_BACKGROUND_COLORPICKER,CLS_NUMBERFORMATLIST_DROPDOWN,CLS_BULLETFORMATLIST_DROPDOWN,CLS_DROPDOWN,CLS_COLOR_PALETTE,CLS_RTE_READONLY,CLS_RTE_HIDDEN,CLS_RTE_PASTE_KEEP_FORMAT,CLS_RTE_PASTE_REMOVE_FORMAT,CLS_RTE_PASTE_PLAIN_FORMAT,CLS_RTE_PASTE_OK,CLS_RTE_PASTE_CANCEL,CLS_RTE_DIALOG_MIN_HEIGHT,CLS_RTE_RES_HANDLE,CLS_RTE_RES_EAST,CLS_RTE_IMAGE,CLS_RTE_UPLOAD_POPUP,CLS_POPUP_OPEN,CLS_POPUP_CLOSE,CLS_IMG_RESIZE,CLS_VID_RESIZE,CLS_DROPAREA,CLS_IMG_INNER,CLS_UPLOAD_FILES,CLS_RTE_DIALOG_UPLOAD,CLS_RTE_RES_CNT,CLS_CUSTOM_TILE,CLS_NOCOLOR_ITEM,CLS_TABLE,CLS_TABLE_BORDER,CLS_RTE_FIXED_TB_EXPAND,CLS_RTE_TB_ENABLED,CLS_RTE_RES_WEST,CLS_RTE_SOURCE_CODE_TXTAREA,CLS_RTE_IMAGE_UPLOAD_POPUP,CLS_RTE_VIDEO_UPLOAD_POPUP,CLS_RTE_AUDIO_UPLOAD_POPUP,CLS_AI_COMMANDS_TBAR_BTN,isColorExistsInPresets,getIndex,hasClass,getDropDownValue,getFormattedFontSize,pageYOffset,getTooltipText,setToolbarStatus,getCollection,updateDropdownContent,getTBarItemsIndex,updateUndoRedoStatus,dispatchEvent,parseHtml,getTextNodesUnder,toObjectLowerCase,getEditValue,formatRTEContent,getDefaultValue,isEditableValueEmpty,decode,sanitizeHelper,parseHelper,getLocaleFontFormat,updateDropDownFontFormatLocale,isElementContainsAllowedClass,toggleButtonDisableState,ServiceLocator,RendererFactory,FileManagerSettingsModel,AIAssistantSettingsModel,EditorManager,ICommandModel,IHtmlSubCommands,IKeyboardActionArgs,IHtmlItem,IAIAssistantActionItem,IHtmlItemArgs,IHtmlUndoRedoData,IHtmlKeyboardEvent,IFormatPainterSettings,IFormatPainterAction,ILineHeightProperties,IFormatPainterEditor,FormatPainterCollection,FormatPainterValue,DeniedFormatsCollection,CSSPropCollection,IHTMLMouseEventArgs,ITableSelection,BeforeInputEvent,CodeBlockPosition,IMAGE,AUDIO,VIDEO,TABLE,LINK,INSERT_ROW,INSERT_COLUMN,DELETEROW,DELETECOLUMN,REMOVETABLE,TABLEHEADER,TABLE_VERTICAL_ALIGN,TABLE_MERGE,TABLE_VERTICAL_SPLIT,TABLE_HORIZONTAL_SPLIT,TABLE_STYLES,TABLE_BACKGROUND_COLOR,TABLE_MOVE,ALIGNMENT_TYPE,LINE_HEIGHT_TYPE,INDENT_TYPE,DEFAULT_TAG,BLOCK_TAGS,IGNORE_BLOCK_TAGS,TABLE_BLOCK_TAGS,SELECTION_TYPE,INSERTHTML_TYPE,INSERT_TEXT_TYPE,CLEAR_TYPE,SELF_CLOSING_TAGS,PASTE_SOURCE,ALLOWED_TABLE_BLOCK_TAGS,EditorExecCommand,CLASS_IMAGE_RIGHT,CLASS_IMAGE_LEFT,CLASS_IMAGE_CENTER,CLASS_VIDEO_RIGHT,CLASS_VIDEO_LEFT,CLASS_VIDEO_CENTER,CLASS_IMAGE_BREAK,CLASS_AUDIO_BREAK,CLASS_VIDEO_BREAK,CLASS_CAPTION,CLASS_IMAGE_LEFT_WRAP,CLASS_IMAGE_RIGHT_WRAP,CLASS_RTE_CAPTION,CLASS_CAPTION_INLINE,CLASS_IMAGE_INLINE,CLASS_AUDIO_INLINE,CLASS_CLICK_ELEM,CLASS_VIDEO_CLICK_ELEM,CLASS_AUDIO,CLASS_VIDEO,CLASS_AUDIO_WRAP,CLASS_VIDEO_WRAP,CLASS_EMBED_VIDEO_WRAP,CLASS_AUDIO_FOCUS,CLASS_VIDEO_FOCUS,CLASS_VIDEO_INLINE,Lists,markerClassName,DOMNode,Alignments,Indents,Formats,LinkCommand,InsertMethods,InsertTextExec,InsertHtmlExec,InsertHtml,IsFormatted,MsWordPaste,NodeCutter,ImageCommand,AudioCommand,VideoCommand,AutoFormatPlugin,SelectionCommands,SelectionBasedExec,ClearFormatExec,UndoRedoManager,TableCommand,statusCollection,ToolbarStatus,FormatPainterActions,EmojiPickerAction,CodeBlockPlugin,PasteCleanupAction,ClipBoardCleanupAction,TablePasting,EnterKeyAction,AIAssistantActions,LineHeight,NodeSelection,MarkdownParser,IMDFormats,IMDTable,MarkdownTableFormat,ISelectedLines,IMarkdownParserModel,IMarkdownSubCommands,MarkdownUndoRedoData,IMarkdownItem,IMarkdownItemArgs,IMDKeyboardEvent,LISTS_COMMAND,selectionCommand,LINK_COMMAND,CLEAR_COMMAND,MD_TABLE,INSERT_TEXT_COMMAND,MarkdownExecCommand,ClearFormat,MDLists,MDFormats,MarkdownSelection,UndoRedoCommands,MDSelectionFormats,MDLink,MDTable,markdownFormatTags,markdownSelectionTags,markdownListsTags,htmlKeyConfig,markdownKeyConfig,pasteCleanupGroupingTags,listConversionFilters,selfClosingTags,imageResizeFactor,mentionRestrictKeys,TABLE_SELECTION_STATE_ALLOWED_ACTIONKEYS,KEY_DOWN,ACTION,ON_TABLE_EDIT_DIALOG_OPEN,FORMAT_TYPE,KEY_DOWN_HANDLER,LIST_TYPE,CODE_BLOCK,KEY_UP_HANDLER,KEY_UP,MODEL_CHANGED_PLUGIN,MODEL_CHANGED,MS_WORD_CLEANUP_PLUGIN,MS_WORD_CLEANUP,ON_BEGIN,SPACE_ACTION,FORMAT_PAINTER_ACTIONS,AI_ASSISTANT_ACTIONS,BLOCKQUOTE_LIST_HANDLE,EMOJI_PICKER_ACTIONS,AUTO_FORMAT_ACTIONS,MOUSE_DOWN,DESTROY,INTERNAL_DESTROY,CODEBLOCK_INDENTATION,CODEBLOCK_DISABLETOOLBAR,CLS_RTE_TABLE_RESIZE,CLS_TB_ROW_INSERT,CLS_TB_COL_INSERT,CLS_TB_DASH_BOR,CLS_TB_ALT_BOR,CLS_TB_COL_RES,CLS_TB_ROW_RES,CLS_TB_BOX_RES,CLS_IMG_FOCUS,CLS_TABLE_SEL,CLS_TABLE_SEL_END,CLS_TABLE_MULTI_CELL,CLS_AUD_FOCUS,CLS_VID_FOCUS,CLS_RTE_DRAG_IMAGE,CLS_RESIZE,hideTableQuickToolbar,touchStart,touchEnd,cut,dragEnterEvent,dragOverEvent,dragStartEvent,dropEvent,dragEnter,dragDrop,dragOver,dropEventHandler,ENTER_KEYDOWN_HANLDER,supportedUnits,conversionFactors,IAdvanceListItem,ICodeBlockItem,IMarkdownFormatterCallBack,IHtmlFormatterCallBack,IHTMLEnterKeyCallBack,IMarkdownToolbarStatus,IUndoCallBack,IToolbarStatus,IImageResizeFactor,ImageOrTableCursor,ImageDimension,ListItemProperties,FileInfo,ValidationMessages,IEditorModel,IChecklistItemModel,IDropDownItemModel,IToolbarItemModel,IImageCommandsArgs,IAudioCommandsArgs,IVideoCommandsArgs,ITouchData,ITableCommandsArgs,ExecuteCommandOption,StatusArgs,CleanupResizeElemArgs,ICodeBlockLanguageModel,ActionBeginEventArgs,IEmojiPickerArgs,PrintEventArgs,IItemCollectionArgs,IExecutionGroup,NotifyArgs,ILinkCommandsArgs,IDropDownItem,IDropDownClickArgs,IToolsItems,ClipboardWriteEventArgs,ActionCompleteEventArgs,ICodeBlockCommandsArgs,BeforeSanitizeHtmlArgs,SanitizeSelectors,SanitizeRemoveAttrs,ToolbarClickEventArgs,IShowPopupArgs,OffsetPosition,ResizeArgs,DialogCloseEventArgs,ITableModel,IColorPickerModel,IColorPickerEventArgs,ITableArgs,ImageDragEvent,IMarkdownFormatterModel,IHtmlFormatterModel,ImageUploadingEventArgs,IPasteModel,CropImageDataItem,IDropDownModel,ISplitButtonModel,IFormatPainter,IFormatPainterArgs,IToolbarItems,IToolsItemConfigs,IListDropDownModel,BeforeQuickToolbarOpenArgs,QuickToolbarOffsetParam,ImageSuccessEventArgs,MediaSuccessEventArgs,ResponseEventArgs,IColorPickerRenderArgs,ImageDropEventArgs,MediaDropEventArgs,ITableNotifyArgs,MetaTag,EditTableModel,ITableModule,IEmojiIcons,EmojiIconsSet,ISlashMenuItem,IListCommandArgs,SelectionChangedEventArgs,ExportingEventArgs,EditorMode,SaveFormat,DisplayLayoutOptions,EnterKey,ShiftEnterKey,ActionOnScroll,SlashMenuItems,QuickToolbarType,MediaType,QuickToolbarCollision,SelectionDirection,TriggerType,TipPointerPosition,ExportDocumentType,CommandName,ToolbarItems,ToolbarConfigItems,ColorModeType,DialogType,ToolbarType,ImageInputSource,MediaInputSource,layoutMap,isIDevice,setEditFrameFocus,updateTextNode,swapCaptionClassName,swapImageClassName,getLastTextNode,getDefaultHtmlTbStatus,getDefaultMDTbStatus,hasAnyFormatting,nestedListCleanUp,scrollToCursor,insertItemsAtIndex,removeClassWithAttr,getCorrespondingColumns,mapCellToMatrixPositions,getCorrespondingIndex,insertColGroupWithSizes,getColGroup,getMaxCellCount,getCellIndex,convertPixelToPercentage,resetContentEditableElements,cleanupInternalElements,removeSelectionClassStates,getStructuredHtml,isInSet,wrapTextAndInlineNodes,getNextMeaningfulSibling,getPreviousMeaningfulSibling,needToWrapLiChild,isBlockNode,cleanHTMLString,convertToBlob,escaseHtml,alignmentHtml,formatNode,openPrintWindow,getRootOffsetParent,getMediaResizeBarValue,convertFontSize,IFRAME_EDITOR_STYLES,IFRAME_EDITOR_LIGHT_THEME_STYLES,IFRAME_EDITOR_DARK_THEME_STYLES,EXPORT_STYLES,CustomUserAgentData,ToolbarSettingsModel,ImportWordModel,ExportWordModel,ExportPdfModel,ImageSettingsModel,AudioSettingsModel,VideoSettingsModel,TableSettingsModel,QuickToolbarSettingsModel,FormatPainterSettingsModel,PasteCleanupSettingsModel,FontFamilyModel,FontSizeModel,LineHeightModel,FormatModel,FontColorModel,BackgroundColorModel,NumberFormatListModel,BulletFormatListModel,CodeBlockSettingsModel,ResourcesModel,IFrameSettingsModel,InlineModeModel,SlashMenuSettingsModel,EmojiSettingsModel} from './public_api';\n\nexport {inputs as ɵa,outputs as ɵb} from './src/rich-text-editor/richtexteditor.component';","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, ClipBoardCleanup, AutoFormat, AIAssistant} 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};\nexport const /** @type {?} */ ClipBoardCleanupService: ValueProvider = { provide: 'RichTextEditorClipBoardCleanup', useValue: ClipBoardCleanup};\nexport const /** @type {?} */ AutoFormatService: ValueProvider = { provide: 'RichTextEditorAutoFormat', useValue: AutoFormat};\nexport const /** @type {?} */ AIAssistantService: ValueProvider = { provide: 'RichTextEditorAIAssistant', useValue: AIAssistant};\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 ClipBoardCleanupService,\n AutoFormatService,\n AIAssistantService\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[] = ['aiAssistantSettings','autoSaveOnIdle','backgroundColor','bulletFormatList','codeBlockSettings','cssClass','editorMode','emojiPickerSettings','enableAutoUrl','enableClipboardCleanup','enableHtmlEncode','enableHtmlSanitizer','enableMarkdownAutoFormat','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','lineHeight','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','aiAssistantPromptRequest','aiAssistantStopRespondingClick','aiAssistantToolbarClick','beforeClipboardWrite','beforeDialogClose','beforeDialogOpen','beforeFileUpload','beforeImageDrop','beforeImageUpload','beforeMediaDrop','beforePasteCleanup','beforePopupClose','beforePopupOpen','beforeQuickToolbarOpen','beforeSanitizeHtml','blur','change','created','destroyed','dialogClose','dialogOpen','documentExporting','fileRemoving','fileSelected','fileUploadFailed','fileUploadSuccess','fileUploading','focus','imageRemoving','imageSelected','imageUploadFailed','imageUploadSuccess','imageUploading','quickToolbarClose','quickToolbarOpen','resizeStart','resizeStop','resizing','selectionChanged','slashMenuItemSelect','toolbarClick','toolbarStatusUpdate','updatedToolbarStatus','wordImporting','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\taiAssistantPromptRequest: any;\n\taiAssistantStopRespondingClick: any;\n\taiAssistantToolbarClick: any;\n\tbeforeClipboardWrite: any;\n\tbeforeDialogClose: any;\n\tbeforeDialogOpen: any;\n\tbeforeFileUpload: any;\n\tbeforeImageDrop: any;\n\tbeforeImageUpload: any;\n\tbeforeMediaDrop: any;\n\tbeforePasteCleanup: any;\n\tbeforePopupClose: any;\n\tbeforePopupOpen: 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\tdocumentExporting: 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;\n\twordImporting: 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;\n \n @Template()\npublic aiAssistantSettings_bannerTemplate: 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 try {\n let mod = this.injector.get('RichTextEditorClipBoardCleanup');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorAutoFormat');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('RichTextEditorAIAssistant');\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'aiAssistantSettings_bannerTemplate': [{ type: ContentChild, args: ['aiAssistantSettingsBannerTemplate', ] },],\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.aiAssistantPromptRequest;\n/** @type {?} */\nRichTextEditorComponent.prototype.aiAssistantStopRespondingClick;\n/** @type {?} */\nRichTextEditorComponent.prototype.aiAssistantToolbarClick;\n/** @type {?} */\nRichTextEditorComponent.prototype.beforeClipboardWrite;\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.beforePopupClose;\n/** @type {?} */\nRichTextEditorComponent.prototype.beforePopupOpen;\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.documentExporting;\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.wordImporting;\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.aiAssistantSettings_bannerTemplate;\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":[],"mappings":"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"}
@@ -1,10 +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
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/README.md CHANGED
@@ -1,58 +1,80 @@
1
- # Angular RichTextEditor Component
1
+ # Angular Rich Text Editor | Angular Markdown Editor
2
2
 
3
- The [Angular RichTextEditor](https://www.syncfusion.com/angular-ui-components/angular-wysiwyg-rich-text-editor?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm) component is a feature-rich WYSIWYG HTML editor and WYSIWYG Markdown editor. The Rich Text Editor is widely used to create blogs, forum posts, notes sections, comment sections, messaging applications, and more. The control provides an efficient user interface for a better editing experience with mobile support. It has a variety of tools to edit and format rich content, and it return a valid HTML markup or Markdown (MD) content. It allows users to insert images, links, tables, media files and lists with modular architectures.
3
+ The [Angular RichTextEditor](https://www.syncfusion.com/angular-ui-components/angular-wysiwyg-rich-text-editor?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm) is a feature-rich WYSIWYG HTML editor and Markdown editor. The Rich Text Editor is widely used to create blogs, forum posts, notes sections, comment sections, messaging applications, and more. The component provides an efficient user interface for a better editing experience with mobile support. It has a variety of tools to edit and format rich content, and it return a valid HTML markup or Markdown (MD) content. It allows users to insert images, links, tables, media files and lists with modular architectures.
4
4
 
5
- <p align="center">
6
- <a href="https://ej2.syncfusion.com/angular/documentation/rich-text-editor/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm">Getting started</a> .
7
- <a href="https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm#/bootstrap5/rich-text-editor/tools">Online demos</a> .
8
- <a href="https://www.syncfusion.com/angular-components/angular-wysiwyg-rich-text-editor?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm">Learn more</a>
9
- </p>
5
+ <div align="center">
6
+ <h4>
7
+ <a href="https://ej2.syncfusion.com/angular/documentation/rich-text-editor/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm">📖Getting started</a> &#x2022;
8
+ <a href="https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm#/tailwind3/rich-text-editor/tools">🚀Online demos</a> &#x2022;
9
+ <a href="https://www.syncfusion.com/angular-components/angular-wysiwyg-rich-text-editor?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm">🌐Learn more</a>
10
+ </h4>
11
+ </div>
10
12
 
11
13
  <p align="center">
12
- <img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/angular/angular-rich-text-editor.gif" alt="Angular RichTextEditor Component"/>
14
+ <img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/javascript/javascript-rich-text-editor-new.gif" alt="Angular RichTextEditor Component"/>
13
15
  </p>
14
16
 
15
17
  <p align="center">
16
18
  Trusted by the world's leading companies
17
19
  <a href="https://www.syncfusion.com">
18
- <img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp" alt="Bootstrap logo">
20
+ <img src="https://ej2.syncfusion.com/home/images/trusted_companies.png" alt="Bootstrap logo">
19
21
  </a>
20
22
  </p>
21
23
 
22
- ## Setup
24
+ ## ⚡️ Quick Start
23
25
 
24
- ### Create a Angular Application
26
+ Syncfusion <sup>®</sup> Rich Text Editor is easy to integrate into Angular applications. Just install the package, configure the module, and drop the component into your template.
25
27
 
26
- You can use [Angular CLI](https://github.com/angular/angular-cli) to setup your Angular applications. To install the Angular CLI, use the following command.
28
+ ### 🛠️ Installation
29
+
30
+ Install the Rich Text Editor and its dependencies using npm:
27
31
 
28
32
  ```bash
29
- npm install -g @angular/cli
33
+ npm install @syncfusion/ej2-angular-richtexteditor --save
30
34
  ```
31
35
 
32
- Create a new Angular application using the following Angular CLI command.
36
+ This command will:
37
+
38
+ * Adds `@syncfusion/ej2-angular-richtexteditor` package and its peer dependencies to your `package.json` file.
39
+ * Registers the Syncfusion<sup>®</sup> UI default theme (tailwind) in the `angular.json` file.
40
+
41
+ ### ⚙️ Setup
42
+
43
+ #### 1. Create an Angular Application
44
+
45
+ You can use [Angular CLI](https://github.com/angular/angular-cli) to setup your Angular applications. To install the Angular CLI, use the following command.
33
46
 
34
47
  ```bash
48
+ npm install -g @angular/cli
35
49
  ng new my-app
36
50
  cd my-app
37
51
  ```
38
52
 
39
- ### Adding Syncfusion<sup>®</sup> Rich Text Editor package
40
-
41
- To install RichTextEditor and its dependent packages, use the following command.
53
+ #### 2. Import the Rich Text Editor Module
42
54
 
43
- ```
44
- npm install @syncfusion/ej2-angular-richtexteditor --save
45
- ```
55
+ In `app.module.ts`, import the required module:
46
56
 
47
- The above command does the below configuration to your Angular app.
57
+ ```typescript
58
+ import { NgModule } from '@angular/core';
59
+ import { BrowserModule } from '@angular/platform-browser';
60
+ import { RichTextEditorAllModule } from '@syncfusion/ej2-angular-richtexteditor';
61
+ import { AppComponent } from './app.component';
62
+
63
+ @NgModule({
64
+ declarations: [AppComponent],
65
+ imports: [BrowserModule, RichTextEditorAllModule],
66
+ bootstrap: [AppComponent]
67
+ })
68
+ export class AppModule { }
48
69
 
49
- * Adds `@syncfusion/ej2-angular-richtexteditor` package and its peer dependencies to your `package.json` file.
50
- * Imports the `RichTextEditorModule` in your application module `app.module.ts`.
51
- * Registers the Syncfusion<sup>®</sup> UI default theme (material) in the `angular.json` file.
70
+ ```
52
71
 
53
- This makes it easy to add the Syncfusion<sup>®</sup> Angular Rich Text Editor module to your project and start using it in your application.
72
+ <blockquote>
73
+ <p>ℹ️ <b>Note:</b></p>
74
+ <span><code>RichTextEditorAllModule</code> includes all features of the Rich Text Editor. To reduce bundle size, consider importing only the required modules individually. For detailed information on module injection, refer to the Syncfusion Rich Text Editor Module <a href="https://ej2.syncfusion.com/angular/documentation/rich-text-editor/module">Documentation</a>.</span>
75
+ </blockquote>
54
76
 
55
- ### Add Rich Text Editor component
77
+ ### 🧩 Add the Rich Text Editor Component
56
78
 
57
79
  In **src/app/app.component.ts**, use `<ejs-richtexteditor>` selector in `template` attribute of `@Component` directive to render the Syncfusion<sup>®</sup> Angular Rich Text Editor component.
58
80
 
@@ -63,7 +85,7 @@ import { ToolbarService, LinkService, ImageService, HtmlEditorService } from '@s
63
85
  selector: 'app-root',
64
86
  template: `<ejs-richtexteditor id='defaultRTE'>
65
87
  <ng-template #valueTemplate>
66
- <p>The Rich Text Editor component is WYSIWYG ("what you see is what you get") editor that provides the best user experience to create and update the content. Users can format their content using standard toolbar commands.</p>
88
+ <p>Start editing your content here.</p>
67
89
  </ng-template>
68
90
  </ejs-richtexteditor>`,
69
91
  providers: [ToolbarService, LinkService, ImageService, HtmlEditorService]
@@ -71,33 +93,71 @@ import { ToolbarService, LinkService, ImageService, HtmlEditorService } from '@s
71
93
  export class AppComponent { }
72
94
  ```
73
95
 
74
- ## Supported frameworks
96
+ ## 🛠️ Supported frameworks
75
97
 
76
- RichTextEditor component is also offered in the following list of frameworks.
98
+ Rich Text Editor component is also offered in following list of frameworks.
77
99
 
78
100
  | [<img src="https://ej2.syncfusion.com/github/images/js.svg" height="50" />](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/react.svg" height="50" />](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[React](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/vue.svg" height="50" />](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Vue](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/netcore.svg" height="50" />](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/netmvc.svg" height="50" />](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp; |
79
101
  | :-----: | :-----: | :-----: | :-----: | :-----: |
80
102
 
81
- ## Showcase samples
103
+ ## 🏗️ Showcase samples
104
+
105
+ * [Angular HTML editor demo](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#/tailwind3/rich-text-editor/tools)
106
+ * [Blog posting using angular rich text editor demo](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#/tailwind3/rich-text-editor/blog-posting)
107
+ * [Angular Markdown editor demo](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#/tailwind3/rich-text-editor/markdown-editor)
108
+ * [Angular live HTML editor demo](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#/tailwind3/rich-text-editor/online-html-editor)
109
+
110
+ ## ✨ Key features
111
+
112
+ * [AI Assistant](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#/tailwind3/rich-text-editor/ai-assistant) - The AI Assistant helps generate, rewrite, summarize, and refine editor content. It is designed to speed up content creation and improve editing productivity.
113
+
114
+ * [Paste from MS Word](https://ej2.syncfusion.com/angular/demos/#/tailwind3/rich-text-editor/paste-cleanup) - Paste from MS Word brings content into the editor with formatting cleanup and structure preservation. It helps users reuse Word content without carrying over unwanted styles.
115
+
116
+ * [IFrame](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#/tailwind3/rich-text-editor/iframe) - IFrame mode renders the editor content inside an isolated document context. It helps improve style encapsulation and reduces interference from external page styles.
117
+
118
+ * [@Mentions](https://ej2.syncfusion.com/angular/demos/#/tailwind3/rich-text-editor/mention-integration) - Mentions let users tag people, topics, or items with an autocomplete suggestion list. They make collaboration and inline referencing faster and more accurate.
119
+
120
+ * [Slash Menu](https://ej2.syncfusion.com/angular/demos/#/tailwind3/rich-text-editor/smart-suggestion) - Slash menu support lets users trigger editor commands by typing a forward slash. It provides a quick way to insert content blocks and formatting actions.
121
+
122
+ * [Checklist](https://ej2.syncfusion.com/angular/demos/#/tailwind3/rich-text-editor/tools) - Checklist support enables users to create interactive task lists in the editor. It is useful for organizing work items and tracking progress within content.
123
+
124
+ * [Accessibility & WCAG 2.0 Compliance](https://ej2.syncfusion.com/angular/documentation/rich-text-editor/accessibility) - Accessibility support helps the editor work with assistive technologies and keyboard navigation. It ensures the component can be used more effectively by a broader audience.
125
+
126
+ * [Preventing Cross-Site Scripting (XSS)](https://ej2.syncfusion.com/angular/documentation/rich-text-editor/validation-security/xhtml-validation#cross-site-scripting-xss-prevention) - XSS protection helps validate and sanitize editor content before it is used or rendered. It reduces security risks by blocking malicious scripts and unsafe markup.
127
+
128
+ * [HTML code editing](https://ej2.syncfusion.com/angular/documentation/rich-text-editor/editor-value#source-code-editing) - HTML code editing lets users view and edit the underlying markup directly. It is helpful when precise control over the document structure is required.
129
+
130
+ * [Markdown editor](https://ej2.syncfusion.com/angular/documentation/rich-text-editor/editor-types/editor-mode#markdown-editor) - Markdown editor mode lets users create and edit content using Markdown syntax. It is ideal for lightweight authoring and text-based workflows.
131
+
132
+ * [Custom Toolbar Items](https://ej2.syncfusion.com/angular/documentation/rich-text-editor/toolbar/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm#toolbar-items) - Custom toolbar items allow additional actions to be added to the editor toolbar. They help tailor the editing experience to specific application needs.
133
+
134
+ * [Quick Toolbar](https://ej2.syncfusion.com/angular/documentation/rich-text-editor/toolbar/quick-toolbar) - Quick Toolbar shows contextual actions for selected content such as text, images, and tables. It helps users apply common operations without leaving the editing area.
135
+
136
+ * [File Browser](https://ej2.syncfusion.com/angular/demos/#/tailwind3/rich-text-editor/file-browser) - File Browser integration allows users to browse and select files within editor workflows. It supports file-based content management in a more seamless way.
137
+
138
+ * [Emoji Picker](https://ej2.syncfusion.com/angular/documentation/rich-text-editor/smart-editing/emoji-picker) - Emoji picker support lets users insert emojis into the editor content. It helps make messages and content more expressive and engaging.
139
+
140
+ * [Insert Media](https://ej2.syncfusion.com/angular/demos/#/tailwind3/rich-text-editor/insert-media) - Insert Media allows audio and video content to be embedded in the editor. It is useful for creating richer and more interactive documents.
141
+
142
+ * [Toolbar](https://ej2.syncfusion.com/angular/documentation/rich-text-editor/toolbar/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#toolbar-items) - Toolbar support provides editing controls and customization options for the editor. It supports floating behavior, multiple layout types, and toolbar positioning for flexible UI setups.
143
+
144
+ * [Export and Import](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#/tailwind3/rich-text-editor/export-document) - Export and Import support allows content to be moved between the editor and document formats such as PDF and Word. It simplifies content sharing, archiving, and document processing.
145
+
146
+ * [Undo and redo](https://ej2.syncfusion.com/angular/documentation/rich-text-editor/undo-redo) - Undo and redo support lets users reverse or repeat recent editing actions. It improves editing confidence by making changes easier to correct.
147
+
148
+ * [Module injection](https://ej2.syncfusion.com/angular/documentation/rich-text-editor/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#module-injection) - Module injection lets the editor load only the features that are needed. It helps reduce bundle size and keeps the component more efficient.
82
149
 
83
- * [Angular HTML editor demo](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#/bootstrap5/rich-text-editor/tools)
84
- * [Blog posting using angular rich text editor demo](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#/bootstrap5/rich-text-editor/blog-posting)
85
- * [Angular Markdown editor demo](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#/bootstrap5/rich-text-editor/markdown-editor)
86
- * [Angular live HTML editor demo](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#/bootstrap5/rich-text-editor/online-html-editor)
150
+ * [Third-party integration](https://ej2.syncfusion.com/angular/documentation/rich-text-editor/third-party-integration/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm) - Third-party integration lets the editor work with external libraries and services. It extends the editor with additional capabilities beyond the built-in feature set.
87
151
 
88
- ## Key features
152
+ ## 📚 Resources
89
153
 
90
- * [Edit mode](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#/bootstrap5/rich-text-editor/iframe) - HTML content is possible to edit in a `div` element or an `iframe` in the rich text editor.
91
- * [Markdown editor](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#/bootstrap5/rich-text-editor/markdown-editor-preview) - The rich text editor allows you to edit Markdown content using the Markdown syntax.
92
- * [Markdown content preview](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#/bootstrap5/rich-text-editor/markdown-editor-preview) - Preview of the modified Markdown content in the editor, you can give users the ability to see what the formatted content will look like before they save it.
93
- * [HTML code editing](https://ej2.syncfusion.com/angular/documentation/rich-text-editor/miscellaneous/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#code-view) - The rich text editor allows users to edit the HTML code directly in the HTML code view. This can be useful for users who are familiar with HTML and want to have more control over the formatting and layout of their content.
94
- * [Tools](https://ej2.syncfusion.com/angular/documentation/rich-text-editor/toolbar/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#toolbar-items) - The rich text editor handles a wide range of features, including inserting images, hyperlinks, tables, formatting tools, and more.
95
- * [Toolbar appearance](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#/bootstrap5/rich-text-editor/types) - The rich text editor can provide a fully customizable toolbar that allows users to access the various formatting and editing options that are available.
96
- * [Undo and redo](https://ej2.syncfusion.com/angular/documentation/rich-text-editor/miscellaneous/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#undoredo-manager) - Users can use undo and redo actions to reverse or repeat actions they took while editing the content.
97
- * [Module injection](https://ej2.syncfusion.com/angular/documentation/rich-text-editor/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm/#module-injection) - It is possible to create a editor that utilizes a modular library to load the necessary functionality on demand. This can be useful for optimizing the performance of the editor.
98
- * [Third-party integration](https://ej2.syncfusion.com/angular/documentation/rich-text-editor/third-party-integration/?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm) - It is possible to integrate a third-party library into a rich text editor to add additional functionality or features to the editor like `Code-mirror`, `Embedly` and more.
154
+ * [Documentation](https://ej2.syncfusion.com/angular/documentation/rich-text-editor/getting-started)
155
+ * [Theme Studio](https://ej2.syncfusion.com/themestudio/)
156
+ * [What's New](https://www.syncfusion.com/products/whatsnew/angular?utm_medium=listing&utm_source=github)
157
+ * [Road Map](https://www.syncfusion.com/products/roadmap/angular)
158
+ * [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=angular&type=all)
99
159
 
100
- ## Support
160
+ ## 🤝 Support
101
161
 
102
162
  Product support is available through the following mediums.
103
163
 
@@ -107,13 +167,13 @@ Product support is available through the following mediums.
107
167
  * [Request feature or report bug](https://www.syncfusion.com/feedback/angular?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm)
108
168
  * Live chat
109
169
 
110
- ## Change log
170
+ ## 🔄 Change log
111
171
 
112
172
  Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/components/richtexteditor/CHANGELOG.md?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm). Get minor improvements and bug fixes every week to stay up to date with frequent updates.
113
173
 
114
- ## License and copyright
174
+ ## ⚖️ License and copyright
115
175
 
116
- > This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
176
+ > This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 140+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
117
177
 
118
178
  > A free community [license](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=angular-rich-text-editor-npm) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
119
179