@syncfusion/ej2-angular-documenteditor 30.1.37-ngcc → 30.1.38-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.
@@ -1 +1 @@
1
- {"version":3,"file":"ej2-angular-documenteditor.umd.min.js","sources":["~/@syncfusion/ej2-angular-documenteditor/src/document-editor/documenteditor.component.ts","~/@syncfusion/ej2-angular-documenteditor/src/document-editor/documenteditor.module.ts","~/@syncfusion/ej2-angular-documenteditor/src/document-editor/documenteditor-all.module.ts","~/@syncfusion/ej2-angular-documenteditor/src/document-editor-container/documenteditorcontainer.component.ts","~/@syncfusion/ej2-angular-documenteditor/src/document-editor-container/documenteditorcontainer.module.ts","~/@syncfusion/ej2-angular-documenteditor/src/document-editor-container/documenteditorcontainer-all.module.ts"],"sourcesContent":["import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { DocumentEditor } from '@syncfusion/ej2-documenteditor';\n\n\n\nexport const /** @type {?} */ inputs: string[] = ['acceptTab','autoResizeOnVisibilityChange','currentUser','defaultPasteOption','documentEditorSettings','documentName','documentSettings','enableAutoFocus','enableBookmarkDialog','enableBordersAndShadingDialog','enableCollaborativeEditing','enableColumnsDialog','enableComment','enableContextMenu','enableCursorOnReadOnly','enableEditor','enableEditorHistory','enableFontDialog','enableFootnoteAndEndnoteDialog','enableFormField','enableHyperlinkDialog','enableImageResizer','enableLayout','enableListDialog','enableLocalPaste','enableLockAndEdit','enableOptionsPane','enablePageSetupDialog','enableParagraphDialog','enablePersistence','enablePrint','enableRtl','enableSearch','enableSelection','enableSfdtExport','enableSpellCheck','enableStyleDialog','enableTableDialog','enableTableOfContentsDialog','enableTableOptionsDialog','enableTablePropertiesDialog','enableTextExport','enableTrackChanges','enableWordExport','headers','height','isReadOnly','layoutType','locale','pageGap','pageOutline','serverActionSettings','serviceUrl','showComments','showRevisions','useCtrlClickToFollowHyperlink','userColor','width','zIndex','zoomFactor'];\nexport const /** @type {?} */ outputs: string[] = ['actionComplete','afterFormFieldFill','beforeAcceptRejectChanges','beforeCommentAction','beforeFileOpen','beforeFormFieldFill','beforePaneSwitch','commentBegin','commentDelete','commentEnd','contentChange','contentControl','created','customContextMenuBeforeOpen','customContextMenuSelect','destroyed','documentChange','keyDown','requestNavigate','searchResultsChange','selectionChange','serviceFailure','trackChange','viewChange','zoomFactorChange','beforeXmlHttpRequestSend','documentLoadFailed'];\nexport const /** @type {?} */ twoWays: string[] = [];\n/**\n * `ejs-documenteditor` represents the Angular Document Editor Component.\n * ```html\n * <ejs-documenteditor isReadOnly='true' enableSelection='true'></ejs-documenteditor>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class DocumentEditorComponent extends DocumentEditor implements IComponentBase {\npublic context : any;\npublic tagObjects: any;\n\tactionComplete: any;\n\tafterFormFieldFill: any;\n\tbeforeAcceptRejectChanges: any;\n\tbeforeCommentAction: any;\n\tbeforeFileOpen: any;\n\tbeforeFormFieldFill: any;\n\tbeforePaneSwitch: any;\n\tcommentBegin: any;\n\tcommentDelete: any;\n\tcommentEnd: any;\n\tcontentChange: any;\n\tcontentControl: any;\n\tcreated: any;\n\tcustomContextMenuBeforeOpen: any;\n\tcustomContextMenuSelect: any;\n\tdestroyed: any;\n\tdocumentChange: any;\n\tkeyDown: any;\n\trequestNavigate: any;\n\tsearchResultsChange: any;\n\tselectionChange: any;\n\tserviceFailure: any;\n\ttrackChange: any;\n\tviewChange: any;\n\tzoomFactorChange: any;\n\tbeforeXmlHttpRequestSend: any;\npublic documentLoadFailed: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('DocumentEditorPrint');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorSfdtExport');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorWordExport');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorTextExport');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorSelection');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorSearch');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorEditor');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorEditorHistory');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorOptionsPane');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorContextMenu');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorImageResizer');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorHyperlinkDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorTableDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorBookmarkDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorTableOfContentsDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorPageSetupDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorParagraphDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorListDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorStyleDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorStylesDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorBulletsAndNumberingDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorFontDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorTablePropertiesDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorBordersAndShadingDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorTableOptionsDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorCellOptionsDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorSpellChecker');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorSpellCheckDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorCollaborativeEditing');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorColumnsDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorCollaborativeEditingHandler');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorOptimized');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorTabDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorTextFormFieldDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorDropDownFormFieldDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorCheckBoxFormFieldDialog');\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.context = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.context.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.context.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-documenteditor',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\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];\n}\n\nfunction DocumentEditorComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nDocumentEditorComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDocumentEditorComponent.ctorParameters;\n/** @type {?} */\nDocumentEditorComponent.prototype.context;\n/** @type {?} */\nDocumentEditorComponent.prototype.tagObjects;\n/** @type {?} */\nDocumentEditorComponent.prototype.actionComplete;\n/** @type {?} */\nDocumentEditorComponent.prototype.afterFormFieldFill;\n/** @type {?} */\nDocumentEditorComponent.prototype.beforeAcceptRejectChanges;\n/** @type {?} */\nDocumentEditorComponent.prototype.beforeCommentAction;\n/** @type {?} */\nDocumentEditorComponent.prototype.beforeFileOpen;\n/** @type {?} */\nDocumentEditorComponent.prototype.beforeFormFieldFill;\n/** @type {?} */\nDocumentEditorComponent.prototype.beforePaneSwitch;\n/** @type {?} */\nDocumentEditorComponent.prototype.commentBegin;\n/** @type {?} */\nDocumentEditorComponent.prototype.commentDelete;\n/** @type {?} */\nDocumentEditorComponent.prototype.commentEnd;\n/** @type {?} */\nDocumentEditorComponent.prototype.contentChange;\n/** @type {?} */\nDocumentEditorComponent.prototype.contentControl;\n/** @type {?} */\nDocumentEditorComponent.prototype.created;\n/** @type {?} */\nDocumentEditorComponent.prototype.customContextMenuBeforeOpen;\n/** @type {?} */\nDocumentEditorComponent.prototype.customContextMenuSelect;\n/** @type {?} */\nDocumentEditorComponent.prototype.destroyed;\n/** @type {?} */\nDocumentEditorComponent.prototype.documentChange;\n/** @type {?} */\nDocumentEditorComponent.prototype.keyDown;\n/** @type {?} */\nDocumentEditorComponent.prototype.requestNavigate;\n/** @type {?} */\nDocumentEditorComponent.prototype.searchResultsChange;\n/** @type {?} */\nDocumentEditorComponent.prototype.selectionChange;\n/** @type {?} */\nDocumentEditorComponent.prototype.serviceFailure;\n/** @type {?} */\nDocumentEditorComponent.prototype.trackChange;\n/** @type {?} */\nDocumentEditorComponent.prototype.viewChange;\n/** @type {?} */\nDocumentEditorComponent.prototype.zoomFactorChange;\n/** @type {?} */\nDocumentEditorComponent.prototype.beforeXmlHttpRequestSend;\n/** @type {?} */\nDocumentEditorComponent.prototype.documentLoadFailed;\n/** @type {?} */\nDocumentEditorComponent.prototype.registerEvents;\n/** @type {?} */\nDocumentEditorComponent.prototype.addTwoWay;\n/** @type {?} */\nDocumentEditorComponent.prototype.ngEle;\n/** @type {?} */\nDocumentEditorComponent.prototype.srenderer;\n/** @type {?} */\nDocumentEditorComponent.prototype.viewContainerRef;\n/** @type {?} */\nDocumentEditorComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { DocumentEditorComponent } from './documenteditor.component';\n/**\n * NgModule definition for the DocumentEditor component.\n */\nexport class DocumentEditorModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n DocumentEditorComponent\n ],\n exports: [\n DocumentEditorComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction DocumentEditorModule_tsickle_Closure_declarations() {\n/** @type {?} */\nDocumentEditorModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDocumentEditorModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { DocumentEditorComponent } from './documenteditor.component';\nimport { DocumentEditorModule } from './documenteditor.module';\nimport {Print, SfdtExport, WordExport, TextExport, Selection, Search, Editor, EditorHistory, OptionsPane, ContextMenu, ImageResizer, HyperlinkDialog, TableDialog, BookmarkDialog, TableOfContentsDialog, PageSetupDialog, ParagraphDialog, ListDialog, StyleDialog, StylesDialog, BulletsAndNumberingDialog, FontDialog, TablePropertiesDialog, BordersAndShadingDialog, TableOptionsDialog, CellOptionsDialog, SpellChecker, SpellCheckDialog, CollaborativeEditing, ColumnsDialog, CollaborativeEditingHandler, Optimized, TabDialog, TextFormFieldDialog, DropDownFormFieldDialog, CheckBoxFormFieldDialog} from '@syncfusion/ej2-documenteditor';\n\n\nexport const /** @type {?} */ PrintService: ValueProvider = { provide: 'DocumentEditorPrint', useValue: Print};\nexport const /** @type {?} */ SfdtExportService: ValueProvider = { provide: 'DocumentEditorSfdtExport', useValue: SfdtExport};\nexport const /** @type {?} */ WordExportService: ValueProvider = { provide: 'DocumentEditorWordExport', useValue: WordExport};\nexport const /** @type {?} */ TextExportService: ValueProvider = { provide: 'DocumentEditorTextExport', useValue: TextExport};\nexport const /** @type {?} */ SelectionService: ValueProvider = { provide: 'DocumentEditorSelection', useValue: Selection};\nexport const /** @type {?} */ SearchService: ValueProvider = { provide: 'DocumentEditorSearch', useValue: Search};\nexport const /** @type {?} */ EditorService: ValueProvider = { provide: 'DocumentEditorEditor', useValue: Editor};\nexport const /** @type {?} */ EditorHistoryService: ValueProvider = { provide: 'DocumentEditorEditorHistory', useValue: EditorHistory};\nexport const /** @type {?} */ OptionsPaneService: ValueProvider = { provide: 'DocumentEditorOptionsPane', useValue: OptionsPane};\nexport const /** @type {?} */ ContextMenuService: ValueProvider = { provide: 'DocumentEditorContextMenu', useValue: ContextMenu};\nexport const /** @type {?} */ ImageResizerService: ValueProvider = { provide: 'DocumentEditorImageResizer', useValue: ImageResizer};\nexport const /** @type {?} */ HyperlinkDialogService: ValueProvider = { provide: 'DocumentEditorHyperlinkDialog', useValue: HyperlinkDialog};\nexport const /** @type {?} */ TableDialogService: ValueProvider = { provide: 'DocumentEditorTableDialog', useValue: TableDialog};\nexport const /** @type {?} */ BookmarkDialogService: ValueProvider = { provide: 'DocumentEditorBookmarkDialog', useValue: BookmarkDialog};\nexport const /** @type {?} */ TableOfContentsDialogService: ValueProvider = { provide: 'DocumentEditorTableOfContentsDialog', useValue: TableOfContentsDialog};\nexport const /** @type {?} */ PageSetupDialogService: ValueProvider = { provide: 'DocumentEditorPageSetupDialog', useValue: PageSetupDialog};\nexport const /** @type {?} */ ParagraphDialogService: ValueProvider = { provide: 'DocumentEditorParagraphDialog', useValue: ParagraphDialog};\nexport const /** @type {?} */ ListDialogService: ValueProvider = { provide: 'DocumentEditorListDialog', useValue: ListDialog};\nexport const /** @type {?} */ StyleDialogService: ValueProvider = { provide: 'DocumentEditorStyleDialog', useValue: StyleDialog};\nexport const /** @type {?} */ StylesDialogService: ValueProvider = { provide: 'DocumentEditorStylesDialog', useValue: StylesDialog};\nexport const /** @type {?} */ BulletsAndNumberingDialogService: ValueProvider = { provide: 'DocumentEditorBulletsAndNumberingDialog', useValue: BulletsAndNumberingDialog};\nexport const /** @type {?} */ FontDialogService: ValueProvider = { provide: 'DocumentEditorFontDialog', useValue: FontDialog};\nexport const /** @type {?} */ TablePropertiesDialogService: ValueProvider = { provide: 'DocumentEditorTablePropertiesDialog', useValue: TablePropertiesDialog};\nexport const /** @type {?} */ BordersAndShadingDialogService: ValueProvider = { provide: 'DocumentEditorBordersAndShadingDialog', useValue: BordersAndShadingDialog};\nexport const /** @type {?} */ TableOptionsDialogService: ValueProvider = { provide: 'DocumentEditorTableOptionsDialog', useValue: TableOptionsDialog};\nexport const /** @type {?} */ CellOptionsDialogService: ValueProvider = { provide: 'DocumentEditorCellOptionsDialog', useValue: CellOptionsDialog};\nexport const /** @type {?} */ SpellCheckerService: ValueProvider = { provide: 'DocumentEditorSpellChecker', useValue: SpellChecker};\nexport const /** @type {?} */ SpellCheckDialogService: ValueProvider = { provide: 'DocumentEditorSpellCheckDialog', useValue: SpellCheckDialog};\nexport const /** @type {?} */ CollaborativeEditingService: ValueProvider = { provide: 'DocumentEditorCollaborativeEditing', useValue: CollaborativeEditing};\nexport const /** @type {?} */ ColumnsDialogService: ValueProvider = { provide: 'DocumentEditorColumnsDialog', useValue: ColumnsDialog};\nexport const /** @type {?} */ CollaborativeEditingHandlerService: ValueProvider = { provide: 'DocumentEditorCollaborativeEditingHandler', useValue: CollaborativeEditingHandler};\nexport const /** @type {?} */ OptimizedService: ValueProvider = { provide: 'DocumentEditorOptimized', useValue: Optimized};\nexport const /** @type {?} */ TabDialogService: ValueProvider = { provide: 'DocumentEditorTabDialog', useValue: TabDialog};\nexport const /** @type {?} */ TextFormFieldDialogService: ValueProvider = { provide: 'DocumentEditorTextFormFieldDialog', useValue: TextFormFieldDialog};\nexport const /** @type {?} */ DropDownFormFieldDialogService: ValueProvider = { provide: 'DocumentEditorDropDownFormFieldDialog', useValue: DropDownFormFieldDialog};\nexport const /** @type {?} */ CheckBoxFormFieldDialogService: ValueProvider = { provide: 'DocumentEditorCheckBoxFormFieldDialog', useValue: CheckBoxFormFieldDialog};\n/**\n * NgModule definition for the DocumentEditor component with providers.\n */\nexport class DocumentEditorAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, DocumentEditorModule],\n exports: [\n DocumentEditorModule\n ],\n providers:[\n PrintService,\n SfdtExportService,\n WordExportService,\n TextExportService,\n SelectionService,\n SearchService,\n EditorService,\n EditorHistoryService,\n OptionsPaneService,\n ContextMenuService,\n ImageResizerService,\n HyperlinkDialogService,\n TableDialogService,\n BookmarkDialogService,\n TableOfContentsDialogService,\n PageSetupDialogService,\n ParagraphDialogService,\n ListDialogService,\n StyleDialogService,\n StylesDialogService,\n BulletsAndNumberingDialogService,\n FontDialogService,\n TablePropertiesDialogService,\n BordersAndShadingDialogService,\n TableOptionsDialogService,\n CellOptionsDialogService,\n SpellCheckerService,\n SpellCheckDialogService,\n CollaborativeEditingService,\n ColumnsDialogService,\n CollaborativeEditingHandlerService,\n OptimizedService,\n TabDialogService,\n TextFormFieldDialogService,\n DropDownFormFieldDialogService,\n CheckBoxFormFieldDialogService\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction DocumentEditorAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nDocumentEditorAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDocumentEditorAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { DocumentEditorContainer } from '@syncfusion/ej2-documenteditor';\n\n\n\nexport const /** @type {?} */ inputs: string[] = ['autoResizeOnVisibilityChange','backstageMenu','currentUser','documentEditorSettings','documentSettings','enableAutoFocus','enableComment','enableCsp','enableLocalPaste','enableLockAndEdit','enablePersistence','enableRtl','enableSpellCheck','enableToolbar','enableTrackChanges','fileMenuItems','headers','height','layoutType','locale','restrictEditing','ribbonLayout','serverActionSettings','serviceUrl','showPropertiesPane','toolbarItems','toolbarMode','userColor','width','zIndex'];\nexport const /** @type {?} */ outputs: string[] = ['beforeAcceptRejectChanges','beforeCommentAction','beforePaneSwitch','commentDelete','contentChange','contentControl','created','customContextMenuBeforeOpen','customContextMenuSelect','destroyed','documentChange','fileMenuItemClick','selectionChange','serviceFailure','toolbarClick','trackChange','beforeXmlHttpRequestSend'];\nexport const /** @type {?} */ twoWays: string[] = [];\n/**\n * `ejs-documenteditor-container` represents the Angular Document Editor Container.\n * ```html\n * <ejs-documenteditor-container></ejs-documenteditor-container>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class DocumentEditorContainerComponent extends DocumentEditorContainer implements IComponentBase {\npublic context : any;\npublic tagObjects: any;\n\tbeforeAcceptRejectChanges: any;\n\tbeforeCommentAction: any;\n\tbeforePaneSwitch: any;\n\tcommentDelete: any;\n\tcontentChange: any;\n\tcontentControl: any;\n\tcreated: any;\n\tcustomContextMenuBeforeOpen: any;\n\tcustomContextMenuSelect: any;\n\tdestroyed: any;\n\tdocumentChange: any;\n\tfileMenuItemClick: any;\n\tselectionChange: any;\n\tserviceFailure: any;\n\ttoolbarClick: any;\n\ttrackChange: any;\npublic beforeXmlHttpRequestSend: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('DocumentEditorToolbar');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorRibbon');\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.context = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.context.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.context.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-documenteditorcontainer',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\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];\n}\n\nfunction DocumentEditorContainerComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nDocumentEditorContainerComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDocumentEditorContainerComponent.ctorParameters;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.context;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.tagObjects;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.beforeAcceptRejectChanges;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.beforeCommentAction;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.beforePaneSwitch;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.commentDelete;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.contentChange;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.contentControl;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.created;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.customContextMenuBeforeOpen;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.customContextMenuSelect;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.destroyed;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.documentChange;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.fileMenuItemClick;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.selectionChange;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.serviceFailure;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.toolbarClick;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.trackChange;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.beforeXmlHttpRequestSend;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.registerEvents;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.addTwoWay;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.ngEle;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.srenderer;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.viewContainerRef;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { DocumentEditorContainerComponent } from './documenteditorcontainer.component';\n/**\n * NgModule definition for the DocumentEditorContainer component.\n */\nexport class DocumentEditorContainerModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n DocumentEditorContainerComponent\n ],\n exports: [\n DocumentEditorContainerComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction DocumentEditorContainerModule_tsickle_Closure_declarations() {\n/** @type {?} */\nDocumentEditorContainerModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDocumentEditorContainerModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { DocumentEditorContainerComponent } from './documenteditorcontainer.component';\nimport { DocumentEditorContainerModule } from './documenteditorcontainer.module';\nimport {Toolbar, Ribbon} from '@syncfusion/ej2-documenteditor';\n\n\nexport const /** @type {?} */ ToolbarService: ValueProvider = { provide: 'DocumentEditorToolbar', useValue: Toolbar};\nexport const /** @type {?} */ RibbonService: ValueProvider = { provide: 'DocumentEditorRibbon', useValue: Ribbon};\n/**\n * NgModule definition for the DocumentEditorContainer component with providers.\n */\nexport class DocumentEditorContainerAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, DocumentEditorContainerModule],\n exports: [\n DocumentEditorContainerModule\n ],\n providers:[\n ToolbarService,\n RibbonService\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction DocumentEditorContainerAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nDocumentEditorContainerAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDocumentEditorContainerAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":["inputs","outputs","twoWays","exports","DocumentEditorComponent","_super","ngEle","srenderer","viewContainerRef","injector","_this","call","this","element","nativeElement","injectedModules","mod","get","indexOf","push","_a","_b","_c","_d","_e","_f","_g","_h","_j","_k","_l","_m","_o","_p","_q","_r","_s","_t","_u","_v","_w","_x","_y","_z","_0","_1","_2","_3","_4","_5","_6","_7","_8","_9","_10","_11","registerEvents","addTwoWay","setValue","context","ComponentBase","__extends","prototype","ngOnInit","ngAfterViewInit","ngOnDestroy","ngAfterContentChecked","DocumentEditor","decorators","type","Component","args","selector","template","changeDetection","ChangeDetectionStrategy","OnPush","queries","ctorParameters","ElementRef","Renderer2","ViewContainerRef","Injector","__decorate","ComponentMixins","__metadata","DocumentEditorModule","NgModule","imports","CommonModule","declarations","PrintService","provide","useValue","Print","SfdtExportService","SfdtExport","WordExportService","WordExport","TextExportService","TextExport","SelectionService","Selection","SearchService","Search","EditorService","Editor","EditorHistoryService","EditorHistory","OptionsPaneService","OptionsPane","ContextMenuService","ContextMenu","ImageResizerService","ImageResizer","HyperlinkDialogService","HyperlinkDialog","TableDialogService","TableDialog","BookmarkDialogService","BookmarkDialog","TableOfContentsDialogService","TableOfContentsDialog","PageSetupDialogService","PageSetupDialog","ParagraphDialogService","ParagraphDialog","ListDialogService","ListDialog","StyleDialogService","StyleDialog","StylesDialogService","StylesDialog","BulletsAndNumberingDialogService","BulletsAndNumberingDialog","FontDialogService","FontDialog","TablePropertiesDialogService","TablePropertiesDialog","BordersAndShadingDialogService","BordersAndShadingDialog","TableOptionsDialogService","TableOptionsDialog","CellOptionsDialogService","CellOptionsDialog","SpellCheckerService","SpellChecker","SpellCheckDialogService","SpellCheckDialog","CollaborativeEditingService","CollaborativeEditing","ColumnsDialogService","ColumnsDialog","CollaborativeEditingHandlerService","CollaborativeEditingHandler","OptimizedService","Optimized","TabDialogService","TabDialog","TextFormFieldDialogService","TextFormFieldDialog","DropDownFormFieldDialogService","DropDownFormFieldDialog","CheckBoxFormFieldDialogService","CheckBoxFormFieldDialog","DocumentEditorAllModule","providers","DocumentEditorContainerComponent","DocumentEditorContainer","DocumentEditorContainerModule","ToolbarService","Toolbar","RibbonService","Ribbon","DocumentEditorContainerAllModule"],"mappings":"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"}
1
+ {"version":3,"file":"ej2-angular-documenteditor.umd.min.js","sources":["~/@syncfusion/ej2-angular-documenteditor/src/document-editor/documenteditor.component.ts","~/@syncfusion/ej2-angular-documenteditor/src/document-editor/documenteditor.module.ts","~/@syncfusion/ej2-angular-documenteditor/src/document-editor/documenteditor-all.module.ts","~/@syncfusion/ej2-angular-documenteditor/src/document-editor-container/documenteditorcontainer.component.ts","~/@syncfusion/ej2-angular-documenteditor/src/document-editor-container/documenteditorcontainer.module.ts","~/@syncfusion/ej2-angular-documenteditor/src/document-editor-container/documenteditorcontainer-all.module.ts"],"sourcesContent":["import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { DocumentEditor } from '@syncfusion/ej2-documenteditor';\n\n\n\nexport const /** @type {?} */ inputs: string[] = ['acceptTab','autoResizeOnVisibilityChange','currentUser','defaultPasteOption','documentEditorSettings','documentName','documentSettings','enableAutoFocus','enableBookmarkDialog','enableBordersAndShadingDialog','enableCollaborativeEditing','enableColumnsDialog','enableComment','enableContextMenu','enableCursorOnReadOnly','enableEditor','enableEditorHistory','enableFontDialog','enableFootnoteAndEndnoteDialog','enableFormField','enableHyperlinkDialog','enableImageResizer','enableListDialog','enableLocalPaste','enableLockAndEdit','enableOptionsPane','enablePageSetupDialog','enableParagraphDialog','enablePersistence','enablePrint','enableRtl','enableSearch','enableSelection','enableSfdtExport','enableSpellCheck','enableStyleDialog','enableTableDialog','enableTableOfContentsDialog','enableTableOptionsDialog','enableTablePropertiesDialog','enableTextExport','enableTrackChanges','enableWordExport','headers','height','isReadOnly','layoutType','locale','pageGap','pageOutline','serverActionSettings','serviceUrl','showComments','showRevisions','useCtrlClickToFollowHyperlink','userColor','width','zIndex','zoomFactor'];\nexport const /** @type {?} */ outputs: string[] = ['actionComplete','afterFormFieldFill','beforeAcceptRejectChanges','beforeCommentAction','beforeFileOpen','beforeFormFieldFill','beforePaneSwitch','commentBegin','commentDelete','commentEnd','contentChange','contentControl','created','customContextMenuBeforeOpen','customContextMenuSelect','destroyed','documentChange','keyDown','requestNavigate','searchResultsChange','selectionChange','serviceFailure','trackChange','viewChange','zoomFactorChange','beforeXmlHttpRequestSend','documentLoadFailed'];\nexport const /** @type {?} */ twoWays: string[] = [];\n/**\n * `ejs-documenteditor` represents the Angular Document Editor Component.\n * ```html\n * <ejs-documenteditor isReadOnly='true' enableSelection='true'></ejs-documenteditor>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class DocumentEditorComponent extends DocumentEditor implements IComponentBase {\npublic context : any;\npublic tagObjects: any;\n\tactionComplete: any;\n\tafterFormFieldFill: any;\n\tbeforeAcceptRejectChanges: any;\n\tbeforeCommentAction: any;\n\tbeforeFileOpen: any;\n\tbeforeFormFieldFill: any;\n\tbeforePaneSwitch: any;\n\tcommentBegin: any;\n\tcommentDelete: any;\n\tcommentEnd: any;\n\tcontentChange: any;\n\tcontentControl: any;\n\tcreated: any;\n\tcustomContextMenuBeforeOpen: any;\n\tcustomContextMenuSelect: any;\n\tdestroyed: any;\n\tdocumentChange: any;\n\tkeyDown: any;\n\trequestNavigate: any;\n\tsearchResultsChange: any;\n\tselectionChange: any;\n\tserviceFailure: any;\n\ttrackChange: any;\n\tviewChange: any;\n\tzoomFactorChange: any;\n\tbeforeXmlHttpRequestSend: any;\npublic documentLoadFailed: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('DocumentEditorPrint');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorSfdtExport');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorWordExport');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorTextExport');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorSelection');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorSearch');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorEditor');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorEditorHistory');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorOptionsPane');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorContextMenu');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorImageResizer');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorHyperlinkDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorTableDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorBookmarkDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorTableOfContentsDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorPageSetupDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorParagraphDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorListDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorStyleDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorStylesDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorBulletsAndNumberingDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorFontDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorTablePropertiesDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorBordersAndShadingDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorTableOptionsDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorCellOptionsDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorSpellChecker');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorSpellCheckDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorCollaborativeEditing');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorColumnsDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorCollaborativeEditingHandler');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorOptimized');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorTabDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorTextFormFieldDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorDropDownFormFieldDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorCheckBoxFormFieldDialog');\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.context = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.context.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.context.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-documenteditor',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\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];\n}\n\nfunction DocumentEditorComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nDocumentEditorComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDocumentEditorComponent.ctorParameters;\n/** @type {?} */\nDocumentEditorComponent.prototype.context;\n/** @type {?} */\nDocumentEditorComponent.prototype.tagObjects;\n/** @type {?} */\nDocumentEditorComponent.prototype.actionComplete;\n/** @type {?} */\nDocumentEditorComponent.prototype.afterFormFieldFill;\n/** @type {?} */\nDocumentEditorComponent.prototype.beforeAcceptRejectChanges;\n/** @type {?} */\nDocumentEditorComponent.prototype.beforeCommentAction;\n/** @type {?} */\nDocumentEditorComponent.prototype.beforeFileOpen;\n/** @type {?} */\nDocumentEditorComponent.prototype.beforeFormFieldFill;\n/** @type {?} */\nDocumentEditorComponent.prototype.beforePaneSwitch;\n/** @type {?} */\nDocumentEditorComponent.prototype.commentBegin;\n/** @type {?} */\nDocumentEditorComponent.prototype.commentDelete;\n/** @type {?} */\nDocumentEditorComponent.prototype.commentEnd;\n/** @type {?} */\nDocumentEditorComponent.prototype.contentChange;\n/** @type {?} */\nDocumentEditorComponent.prototype.contentControl;\n/** @type {?} */\nDocumentEditorComponent.prototype.created;\n/** @type {?} */\nDocumentEditorComponent.prototype.customContextMenuBeforeOpen;\n/** @type {?} */\nDocumentEditorComponent.prototype.customContextMenuSelect;\n/** @type {?} */\nDocumentEditorComponent.prototype.destroyed;\n/** @type {?} */\nDocumentEditorComponent.prototype.documentChange;\n/** @type {?} */\nDocumentEditorComponent.prototype.keyDown;\n/** @type {?} */\nDocumentEditorComponent.prototype.requestNavigate;\n/** @type {?} */\nDocumentEditorComponent.prototype.searchResultsChange;\n/** @type {?} */\nDocumentEditorComponent.prototype.selectionChange;\n/** @type {?} */\nDocumentEditorComponent.prototype.serviceFailure;\n/** @type {?} */\nDocumentEditorComponent.prototype.trackChange;\n/** @type {?} */\nDocumentEditorComponent.prototype.viewChange;\n/** @type {?} */\nDocumentEditorComponent.prototype.zoomFactorChange;\n/** @type {?} */\nDocumentEditorComponent.prototype.beforeXmlHttpRequestSend;\n/** @type {?} */\nDocumentEditorComponent.prototype.documentLoadFailed;\n/** @type {?} */\nDocumentEditorComponent.prototype.registerEvents;\n/** @type {?} */\nDocumentEditorComponent.prototype.addTwoWay;\n/** @type {?} */\nDocumentEditorComponent.prototype.ngEle;\n/** @type {?} */\nDocumentEditorComponent.prototype.srenderer;\n/** @type {?} */\nDocumentEditorComponent.prototype.viewContainerRef;\n/** @type {?} */\nDocumentEditorComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { DocumentEditorComponent } from './documenteditor.component';\n/**\n * NgModule definition for the DocumentEditor component.\n */\nexport class DocumentEditorModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n DocumentEditorComponent\n ],\n exports: [\n DocumentEditorComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction DocumentEditorModule_tsickle_Closure_declarations() {\n/** @type {?} */\nDocumentEditorModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDocumentEditorModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { DocumentEditorComponent } from './documenteditor.component';\nimport { DocumentEditorModule } from './documenteditor.module';\nimport {Print, SfdtExport, WordExport, TextExport, Selection, Search, Editor, EditorHistory, OptionsPane, ContextMenu, ImageResizer, HyperlinkDialog, TableDialog, BookmarkDialog, TableOfContentsDialog, PageSetupDialog, ParagraphDialog, ListDialog, StyleDialog, StylesDialog, BulletsAndNumberingDialog, FontDialog, TablePropertiesDialog, BordersAndShadingDialog, TableOptionsDialog, CellOptionsDialog, SpellChecker, SpellCheckDialog, CollaborativeEditing, ColumnsDialog, CollaborativeEditingHandler, Optimized, TabDialog, TextFormFieldDialog, DropDownFormFieldDialog, CheckBoxFormFieldDialog} from '@syncfusion/ej2-documenteditor';\n\n\nexport const /** @type {?} */ PrintService: ValueProvider = { provide: 'DocumentEditorPrint', useValue: Print};\nexport const /** @type {?} */ SfdtExportService: ValueProvider = { provide: 'DocumentEditorSfdtExport', useValue: SfdtExport};\nexport const /** @type {?} */ WordExportService: ValueProvider = { provide: 'DocumentEditorWordExport', useValue: WordExport};\nexport const /** @type {?} */ TextExportService: ValueProvider = { provide: 'DocumentEditorTextExport', useValue: TextExport};\nexport const /** @type {?} */ SelectionService: ValueProvider = { provide: 'DocumentEditorSelection', useValue: Selection};\nexport const /** @type {?} */ SearchService: ValueProvider = { provide: 'DocumentEditorSearch', useValue: Search};\nexport const /** @type {?} */ EditorService: ValueProvider = { provide: 'DocumentEditorEditor', useValue: Editor};\nexport const /** @type {?} */ EditorHistoryService: ValueProvider = { provide: 'DocumentEditorEditorHistory', useValue: EditorHistory};\nexport const /** @type {?} */ OptionsPaneService: ValueProvider = { provide: 'DocumentEditorOptionsPane', useValue: OptionsPane};\nexport const /** @type {?} */ ContextMenuService: ValueProvider = { provide: 'DocumentEditorContextMenu', useValue: ContextMenu};\nexport const /** @type {?} */ ImageResizerService: ValueProvider = { provide: 'DocumentEditorImageResizer', useValue: ImageResizer};\nexport const /** @type {?} */ HyperlinkDialogService: ValueProvider = { provide: 'DocumentEditorHyperlinkDialog', useValue: HyperlinkDialog};\nexport const /** @type {?} */ TableDialogService: ValueProvider = { provide: 'DocumentEditorTableDialog', useValue: TableDialog};\nexport const /** @type {?} */ BookmarkDialogService: ValueProvider = { provide: 'DocumentEditorBookmarkDialog', useValue: BookmarkDialog};\nexport const /** @type {?} */ TableOfContentsDialogService: ValueProvider = { provide: 'DocumentEditorTableOfContentsDialog', useValue: TableOfContentsDialog};\nexport const /** @type {?} */ PageSetupDialogService: ValueProvider = { provide: 'DocumentEditorPageSetupDialog', useValue: PageSetupDialog};\nexport const /** @type {?} */ ParagraphDialogService: ValueProvider = { provide: 'DocumentEditorParagraphDialog', useValue: ParagraphDialog};\nexport const /** @type {?} */ ListDialogService: ValueProvider = { provide: 'DocumentEditorListDialog', useValue: ListDialog};\nexport const /** @type {?} */ StyleDialogService: ValueProvider = { provide: 'DocumentEditorStyleDialog', useValue: StyleDialog};\nexport const /** @type {?} */ StylesDialogService: ValueProvider = { provide: 'DocumentEditorStylesDialog', useValue: StylesDialog};\nexport const /** @type {?} */ BulletsAndNumberingDialogService: ValueProvider = { provide: 'DocumentEditorBulletsAndNumberingDialog', useValue: BulletsAndNumberingDialog};\nexport const /** @type {?} */ FontDialogService: ValueProvider = { provide: 'DocumentEditorFontDialog', useValue: FontDialog};\nexport const /** @type {?} */ TablePropertiesDialogService: ValueProvider = { provide: 'DocumentEditorTablePropertiesDialog', useValue: TablePropertiesDialog};\nexport const /** @type {?} */ BordersAndShadingDialogService: ValueProvider = { provide: 'DocumentEditorBordersAndShadingDialog', useValue: BordersAndShadingDialog};\nexport const /** @type {?} */ TableOptionsDialogService: ValueProvider = { provide: 'DocumentEditorTableOptionsDialog', useValue: TableOptionsDialog};\nexport const /** @type {?} */ CellOptionsDialogService: ValueProvider = { provide: 'DocumentEditorCellOptionsDialog', useValue: CellOptionsDialog};\nexport const /** @type {?} */ SpellCheckerService: ValueProvider = { provide: 'DocumentEditorSpellChecker', useValue: SpellChecker};\nexport const /** @type {?} */ SpellCheckDialogService: ValueProvider = { provide: 'DocumentEditorSpellCheckDialog', useValue: SpellCheckDialog};\nexport const /** @type {?} */ CollaborativeEditingService: ValueProvider = { provide: 'DocumentEditorCollaborativeEditing', useValue: CollaborativeEditing};\nexport const /** @type {?} */ ColumnsDialogService: ValueProvider = { provide: 'DocumentEditorColumnsDialog', useValue: ColumnsDialog};\nexport const /** @type {?} */ CollaborativeEditingHandlerService: ValueProvider = { provide: 'DocumentEditorCollaborativeEditingHandler', useValue: CollaborativeEditingHandler};\nexport const /** @type {?} */ OptimizedService: ValueProvider = { provide: 'DocumentEditorOptimized', useValue: Optimized};\nexport const /** @type {?} */ TabDialogService: ValueProvider = { provide: 'DocumentEditorTabDialog', useValue: TabDialog};\nexport const /** @type {?} */ TextFormFieldDialogService: ValueProvider = { provide: 'DocumentEditorTextFormFieldDialog', useValue: TextFormFieldDialog};\nexport const /** @type {?} */ DropDownFormFieldDialogService: ValueProvider = { provide: 'DocumentEditorDropDownFormFieldDialog', useValue: DropDownFormFieldDialog};\nexport const /** @type {?} */ CheckBoxFormFieldDialogService: ValueProvider = { provide: 'DocumentEditorCheckBoxFormFieldDialog', useValue: CheckBoxFormFieldDialog};\n/**\n * NgModule definition for the DocumentEditor component with providers.\n */\nexport class DocumentEditorAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, DocumentEditorModule],\n exports: [\n DocumentEditorModule\n ],\n providers:[\n PrintService,\n SfdtExportService,\n WordExportService,\n TextExportService,\n SelectionService,\n SearchService,\n EditorService,\n EditorHistoryService,\n OptionsPaneService,\n ContextMenuService,\n ImageResizerService,\n HyperlinkDialogService,\n TableDialogService,\n BookmarkDialogService,\n TableOfContentsDialogService,\n PageSetupDialogService,\n ParagraphDialogService,\n ListDialogService,\n StyleDialogService,\n StylesDialogService,\n BulletsAndNumberingDialogService,\n FontDialogService,\n TablePropertiesDialogService,\n BordersAndShadingDialogService,\n TableOptionsDialogService,\n CellOptionsDialogService,\n SpellCheckerService,\n SpellCheckDialogService,\n CollaborativeEditingService,\n ColumnsDialogService,\n CollaborativeEditingHandlerService,\n OptimizedService,\n TabDialogService,\n TextFormFieldDialogService,\n DropDownFormFieldDialogService,\n CheckBoxFormFieldDialogService\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction DocumentEditorAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nDocumentEditorAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDocumentEditorAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { DocumentEditorContainer } from '@syncfusion/ej2-documenteditor';\n\n\n\nexport const /** @type {?} */ inputs: string[] = ['autoResizeOnVisibilityChange','currentUser','documentEditorSettings','documentSettings','enableAutoFocus','enableComment','enableCsp','enableLocalPaste','enableLockAndEdit','enablePersistence','enableRtl','enableSpellCheck','enableToolbar','enableTrackChanges','headers','height','layoutType','locale','restrictEditing','serverActionSettings','serviceUrl','showPropertiesPane','toolbarItems','userColor','width','zIndex'];\nexport const /** @type {?} */ outputs: string[] = ['beforeAcceptRejectChanges','beforeCommentAction','beforePaneSwitch','commentDelete','contentChange','contentControl','created','customContextMenuBeforeOpen','customContextMenuSelect','destroyed','documentChange','selectionChange','serviceFailure','toolbarClick','trackChange','beforeXmlHttpRequestSend'];\nexport const /** @type {?} */ twoWays: string[] = [];\n/**\n * `ejs-documenteditor-container` represents the Angular Document Editor Container.\n * ```html\n * <ejs-documenteditor-container></ejs-documenteditor-container>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class DocumentEditorContainerComponent extends DocumentEditorContainer implements IComponentBase {\npublic context : any;\npublic tagObjects: any;\n\tbeforeAcceptRejectChanges: any;\n\tbeforeCommentAction: any;\n\tbeforePaneSwitch: any;\n\tcommentDelete: any;\n\tcontentChange: any;\n\tcontentControl: any;\n\tcreated: any;\n\tcustomContextMenuBeforeOpen: any;\n\tcustomContextMenuSelect: any;\n\tdestroyed: any;\n\tdocumentChange: any;\n\tselectionChange: any;\n\tserviceFailure: any;\n\ttoolbarClick: any;\n\ttrackChange: any;\npublic beforeXmlHttpRequestSend: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('DocumentEditorToolbar');\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.context = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.context.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.context.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-documenteditorcontainer',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\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];\n}\n\nfunction DocumentEditorContainerComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nDocumentEditorContainerComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDocumentEditorContainerComponent.ctorParameters;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.context;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.tagObjects;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.beforeAcceptRejectChanges;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.beforeCommentAction;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.beforePaneSwitch;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.commentDelete;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.contentChange;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.contentControl;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.created;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.customContextMenuBeforeOpen;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.customContextMenuSelect;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.destroyed;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.documentChange;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.selectionChange;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.serviceFailure;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.toolbarClick;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.trackChange;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.beforeXmlHttpRequestSend;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.registerEvents;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.addTwoWay;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.ngEle;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.srenderer;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.viewContainerRef;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { DocumentEditorContainerComponent } from './documenteditorcontainer.component';\n/**\n * NgModule definition for the DocumentEditorContainer component.\n */\nexport class DocumentEditorContainerModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n DocumentEditorContainerComponent\n ],\n exports: [\n DocumentEditorContainerComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction DocumentEditorContainerModule_tsickle_Closure_declarations() {\n/** @type {?} */\nDocumentEditorContainerModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDocumentEditorContainerModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { DocumentEditorContainerComponent } from './documenteditorcontainer.component';\nimport { DocumentEditorContainerModule } from './documenteditorcontainer.module';\nimport {Toolbar} from '@syncfusion/ej2-documenteditor';\n\n\nexport const /** @type {?} */ ToolbarService: ValueProvider = { provide: 'DocumentEditorToolbar', useValue: Toolbar};\n/**\n * NgModule definition for the DocumentEditorContainer component with providers.\n */\nexport class DocumentEditorContainerAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, DocumentEditorContainerModule],\n exports: [\n DocumentEditorContainerModule\n ],\n providers:[\n ToolbarService\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction DocumentEditorContainerAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nDocumentEditorContainerAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDocumentEditorContainerAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":["inputs","outputs","twoWays","exports","DocumentEditorComponent","_super","ngEle","srenderer","viewContainerRef","injector","_this","call","this","element","nativeElement","injectedModules","mod","get","indexOf","push","_a","_b","_c","_d","_e","_f","_g","_h","_j","_k","_l","_m","_o","_p","_q","_r","_s","_t","_u","_v","_w","_x","_y","_z","_0","_1","_2","_3","_4","_5","_6","_7","_8","_9","_10","_11","registerEvents","addTwoWay","setValue","context","ComponentBase","__extends","prototype","ngOnInit","ngAfterViewInit","ngOnDestroy","ngAfterContentChecked","DocumentEditor","decorators","type","Component","args","selector","template","changeDetection","ChangeDetectionStrategy","OnPush","queries","ctorParameters","ElementRef","Renderer2","ViewContainerRef","Injector","__decorate","ComponentMixins","__metadata","DocumentEditorModule","NgModule","imports","CommonModule","declarations","PrintService","provide","useValue","Print","SfdtExportService","SfdtExport","WordExportService","WordExport","TextExportService","TextExport","SelectionService","Selection","SearchService","Search","EditorService","Editor","EditorHistoryService","EditorHistory","OptionsPaneService","OptionsPane","ContextMenuService","ContextMenu","ImageResizerService","ImageResizer","HyperlinkDialogService","HyperlinkDialog","TableDialogService","TableDialog","BookmarkDialogService","BookmarkDialog","TableOfContentsDialogService","TableOfContentsDialog","PageSetupDialogService","PageSetupDialog","ParagraphDialogService","ParagraphDialog","ListDialogService","ListDialog","StyleDialogService","StyleDialog","StylesDialogService","StylesDialog","BulletsAndNumberingDialogService","BulletsAndNumberingDialog","FontDialogService","FontDialog","TablePropertiesDialogService","TablePropertiesDialog","BordersAndShadingDialogService","BordersAndShadingDialog","TableOptionsDialogService","TableOptionsDialog","CellOptionsDialogService","CellOptionsDialog","SpellCheckerService","SpellChecker","SpellCheckDialogService","SpellCheckDialog","CollaborativeEditingService","CollaborativeEditing","ColumnsDialogService","ColumnsDialog","CollaborativeEditingHandlerService","CollaborativeEditingHandler","OptimizedService","Optimized","TabDialogService","TabDialog","TextFormFieldDialogService","TextFormFieldDialog","DropDownFormFieldDialogService","DropDownFormFieldDialog","CheckBoxFormFieldDialogService","CheckBoxFormFieldDialog","DocumentEditorAllModule","providers","DocumentEditorContainerComponent","DocumentEditorContainer","DocumentEditorContainerModule","ToolbarService","Toolbar","DocumentEditorContainerAllModule"],"mappings":"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"}
@@ -1,6 +1,6 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './public_api';
5
- export { inputs as ɵc, outputs as ɵd } from './src/document-editor-container/documenteditorcontainer.component';
6
- export { inputs as ɵa, outputs as ɵb } from './src/document-editor/documenteditor.component';
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ export * from './public_api';
5
+ export { inputs as ɵc, outputs as ɵd } from './src/document-editor-container/documenteditorcontainer.component';
6
+ export { inputs as ɵa, outputs as ɵb } from './src/document-editor/documenteditor.component';
@@ -1 +1 @@
1
- {"__symbolic":"module","version":3,"exports":[{"from":"@syncfusion/ej2-documenteditor"}],"metadata":{"ɵa":["acceptTab","autoResizeOnVisibilityChange","currentUser","defaultPasteOption","documentEditorSettings","documentName","documentSettings","enableAutoFocus","enableBookmarkDialog","enableBordersAndShadingDialog","enableCollaborativeEditing","enableColumnsDialog","enableComment","enableContextMenu","enableCursorOnReadOnly","enableEditor","enableEditorHistory","enableFontDialog","enableFootnoteAndEndnoteDialog","enableFormField","enableHyperlinkDialog","enableImageResizer","enableLayout","enableListDialog","enableLocalPaste","enableLockAndEdit","enableOptionsPane","enablePageSetupDialog","enableParagraphDialog","enablePersistence","enablePrint","enableRtl","enableSearch","enableSelection","enableSfdtExport","enableSpellCheck","enableStyleDialog","enableTableDialog","enableTableOfContentsDialog","enableTableOptionsDialog","enableTablePropertiesDialog","enableTextExport","enableTrackChanges","enableWordExport","headers","height","isReadOnly","layoutType","locale","pageGap","pageOutline","serverActionSettings","serviceUrl","showComments","showRevisions","useCtrlClickToFollowHyperlink","userColor","width","zIndex","zoomFactor"],"ɵb":["actionComplete","afterFormFieldFill","beforeAcceptRejectChanges","beforeCommentAction","beforeFileOpen","beforeFormFieldFill","beforePaneSwitch","commentBegin","commentDelete","commentEnd","contentChange","contentControl","created","customContextMenuBeforeOpen","customContextMenuSelect","destroyed","documentChange","keyDown","requestNavigate","searchResultsChange","selectionChange","serviceFailure","trackChange","viewChange","zoomFactorChange","beforeXmlHttpRequestSend","documentLoadFailed"],"ɵc":["autoResizeOnVisibilityChange","backstageMenu","currentUser","documentEditorSettings","documentSettings","enableAutoFocus","enableComment","enableCsp","enableLocalPaste","enableLockAndEdit","enablePersistence","enableRtl","enableSpellCheck","enableToolbar","enableTrackChanges","fileMenuItems","headers","height","layoutType","locale","restrictEditing","ribbonLayout","serverActionSettings","serviceUrl","showPropertiesPane","toolbarItems","toolbarMode","userColor","width","zIndex"],"ɵd":["beforeAcceptRejectChanges","beforeCommentAction","beforePaneSwitch","commentDelete","contentChange","contentControl","created","customContextMenuBeforeOpen","customContextMenuSelect","destroyed","documentChange","fileMenuItemClick","selectionChange","serviceFailure","toolbarClick","trackChange","beforeXmlHttpRequestSend"],"DocumentEditorComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"DocumentEditor"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-documenteditor","inputs":{"__symbolic":"reference","name":"ɵa"},"outputs":{"__symbolic":"reference","name":"ɵb"},"template":"","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"queries":{}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"}]]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"DocumentEditorModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"DocumentEditorComponent"}],"exports":[{"__symbolic":"reference","name":"DocumentEditorComponent"}]}]}],"members":{}},"DocumentEditorAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"DocumentEditorModule"}],"exports":[{"__symbolic":"reference","name":"DocumentEditorModule"}],"providers":[{"__symbolic":"reference","name":"PrintService"},{"__symbolic":"reference","name":"SfdtExportService"},{"__symbolic":"reference","name":"WordExportService"},{"__symbolic":"reference","name":"TextExportService"},{"__symbolic":"reference","name":"SelectionService"},{"__symbolic":"reference","name":"SearchService"},{"__symbolic":"reference","name":"EditorService"},{"__symbolic":"reference","name":"EditorHistoryService"},{"__symbolic":"reference","name":"OptionsPaneService"},{"__symbolic":"reference","name":"ContextMenuService"},{"__symbolic":"reference","name":"ImageResizerService"},{"__symbolic":"reference","name":"HyperlinkDialogService"},{"__symbolic":"reference","name":"TableDialogService"},{"__symbolic":"reference","name":"BookmarkDialogService"},{"__symbolic":"reference","name":"TableOfContentsDialogService"},{"__symbolic":"reference","name":"PageSetupDialogService"},{"__symbolic":"reference","name":"ParagraphDialogService"},{"__symbolic":"reference","name":"ListDialogService"},{"__symbolic":"reference","name":"StyleDialogService"},{"__symbolic":"reference","name":"StylesDialogService"},{"__symbolic":"reference","name":"BulletsAndNumberingDialogService"},{"__symbolic":"reference","name":"FontDialogService"},{"__symbolic":"reference","name":"TablePropertiesDialogService"},{"__symbolic":"reference","name":"BordersAndShadingDialogService"},{"__symbolic":"reference","name":"TableOptionsDialogService"},{"__symbolic":"reference","name":"CellOptionsDialogService"},{"__symbolic":"reference","name":"SpellCheckerService"},{"__symbolic":"reference","name":"SpellCheckDialogService"},{"__symbolic":"reference","name":"CollaborativeEditingService"},{"__symbolic":"reference","name":"ColumnsDialogService"},{"__symbolic":"reference","name":"CollaborativeEditingHandlerService"},{"__symbolic":"reference","name":"OptimizedService"},{"__symbolic":"reference","name":"TabDialogService"},{"__symbolic":"reference","name":"TextFormFieldDialogService"},{"__symbolic":"reference","name":"DropDownFormFieldDialogService"},{"__symbolic":"reference","name":"CheckBoxFormFieldDialogService"}]}]}],"members":{}},"PrintService":{"provide":"DocumentEditorPrint","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"Print"}},"SfdtExportService":{"provide":"DocumentEditorSfdtExport","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"SfdtExport"}},"WordExportService":{"provide":"DocumentEditorWordExport","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"WordExport"}},"TextExportService":{"provide":"DocumentEditorTextExport","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"TextExport"}},"SelectionService":{"provide":"DocumentEditorSelection","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"Selection"}},"SearchService":{"provide":"DocumentEditorSearch","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"Search"}},"EditorService":{"provide":"DocumentEditorEditor","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"Editor"}},"EditorHistoryService":{"provide":"DocumentEditorEditorHistory","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"EditorHistory"}},"OptionsPaneService":{"provide":"DocumentEditorOptionsPane","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"OptionsPane"}},"ContextMenuService":{"provide":"DocumentEditorContextMenu","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"ContextMenu"}},"ImageResizerService":{"provide":"DocumentEditorImageResizer","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"ImageResizer"}},"HyperlinkDialogService":{"provide":"DocumentEditorHyperlinkDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"HyperlinkDialog"}},"TableDialogService":{"provide":"DocumentEditorTableDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"TableDialog"}},"BookmarkDialogService":{"provide":"DocumentEditorBookmarkDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"BookmarkDialog"}},"TableOfContentsDialogService":{"provide":"DocumentEditorTableOfContentsDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"TableOfContentsDialog"}},"PageSetupDialogService":{"provide":"DocumentEditorPageSetupDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"PageSetupDialog"}},"ParagraphDialogService":{"provide":"DocumentEditorParagraphDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"ParagraphDialog"}},"ListDialogService":{"provide":"DocumentEditorListDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"ListDialog"}},"StyleDialogService":{"provide":"DocumentEditorStyleDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"StyleDialog"}},"StylesDialogService":{"provide":"DocumentEditorStylesDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"StylesDialog"}},"BulletsAndNumberingDialogService":{"provide":"DocumentEditorBulletsAndNumberingDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"BulletsAndNumberingDialog"}},"FontDialogService":{"provide":"DocumentEditorFontDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"FontDialog"}},"TablePropertiesDialogService":{"provide":"DocumentEditorTablePropertiesDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"TablePropertiesDialog"}},"BordersAndShadingDialogService":{"provide":"DocumentEditorBordersAndShadingDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"BordersAndShadingDialog"}},"TableOptionsDialogService":{"provide":"DocumentEditorTableOptionsDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"TableOptionsDialog"}},"CellOptionsDialogService":{"provide":"DocumentEditorCellOptionsDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"CellOptionsDialog"}},"SpellCheckerService":{"provide":"DocumentEditorSpellChecker","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"SpellChecker"}},"SpellCheckDialogService":{"provide":"DocumentEditorSpellCheckDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"SpellCheckDialog"}},"CollaborativeEditingService":{"provide":"DocumentEditorCollaborativeEditing","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"CollaborativeEditing"}},"ColumnsDialogService":{"provide":"DocumentEditorColumnsDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"ColumnsDialog"}},"CollaborativeEditingHandlerService":{"provide":"DocumentEditorCollaborativeEditingHandler","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"CollaborativeEditingHandler"}},"OptimizedService":{"provide":"DocumentEditorOptimized","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"Optimized"}},"TabDialogService":{"provide":"DocumentEditorTabDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"TabDialog"}},"TextFormFieldDialogService":{"provide":"DocumentEditorTextFormFieldDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"TextFormFieldDialog"}},"DropDownFormFieldDialogService":{"provide":"DocumentEditorDropDownFormFieldDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"DropDownFormFieldDialog"}},"CheckBoxFormFieldDialogService":{"provide":"DocumentEditorCheckBoxFormFieldDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"CheckBoxFormFieldDialog"}},"DocumentEditorContainerComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"DocumentEditorContainer"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-documenteditorcontainer","inputs":{"__symbolic":"reference","name":"ɵc"},"outputs":{"__symbolic":"reference","name":"ɵd"},"template":"","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"queries":{}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"}]]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"DocumentEditorContainerModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"DocumentEditorContainerComponent"}],"exports":[{"__symbolic":"reference","name":"DocumentEditorContainerComponent"}]}]}],"members":{}},"DocumentEditorContainerAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"DocumentEditorContainerModule"}],"exports":[{"__symbolic":"reference","name":"DocumentEditorContainerModule"}],"providers":[{"__symbolic":"reference","name":"ToolbarService"},{"__symbolic":"reference","name":"RibbonService"}]}]}],"members":{}},"ToolbarService":{"provide":"DocumentEditorToolbar","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"Toolbar"}},"RibbonService":{"provide":"DocumentEditorRibbon","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"Ribbon"}}},"origins":{"ɵa":"./src/document-editor/documenteditor.component","ɵb":"./src/document-editor/documenteditor.component","ɵc":"./src/document-editor-container/documenteditorcontainer.component","ɵd":"./src/document-editor-container/documenteditorcontainer.component","DocumentEditorComponent":"./src/document-editor/documenteditor.component","DocumentEditorModule":"./src/document-editor/documenteditor.module","DocumentEditorAllModule":"./src/document-editor/documenteditor-all.module","PrintService":"./src/document-editor/documenteditor-all.module","SfdtExportService":"./src/document-editor/documenteditor-all.module","WordExportService":"./src/document-editor/documenteditor-all.module","TextExportService":"./src/document-editor/documenteditor-all.module","SelectionService":"./src/document-editor/documenteditor-all.module","SearchService":"./src/document-editor/documenteditor-all.module","EditorService":"./src/document-editor/documenteditor-all.module","EditorHistoryService":"./src/document-editor/documenteditor-all.module","OptionsPaneService":"./src/document-editor/documenteditor-all.module","ContextMenuService":"./src/document-editor/documenteditor-all.module","ImageResizerService":"./src/document-editor/documenteditor-all.module","HyperlinkDialogService":"./src/document-editor/documenteditor-all.module","TableDialogService":"./src/document-editor/documenteditor-all.module","BookmarkDialogService":"./src/document-editor/documenteditor-all.module","TableOfContentsDialogService":"./src/document-editor/documenteditor-all.module","PageSetupDialogService":"./src/document-editor/documenteditor-all.module","ParagraphDialogService":"./src/document-editor/documenteditor-all.module","ListDialogService":"./src/document-editor/documenteditor-all.module","StyleDialogService":"./src/document-editor/documenteditor-all.module","StylesDialogService":"./src/document-editor/documenteditor-all.module","BulletsAndNumberingDialogService":"./src/document-editor/documenteditor-all.module","FontDialogService":"./src/document-editor/documenteditor-all.module","TablePropertiesDialogService":"./src/document-editor/documenteditor-all.module","BordersAndShadingDialogService":"./src/document-editor/documenteditor-all.module","TableOptionsDialogService":"./src/document-editor/documenteditor-all.module","CellOptionsDialogService":"./src/document-editor/documenteditor-all.module","SpellCheckerService":"./src/document-editor/documenteditor-all.module","SpellCheckDialogService":"./src/document-editor/documenteditor-all.module","CollaborativeEditingService":"./src/document-editor/documenteditor-all.module","ColumnsDialogService":"./src/document-editor/documenteditor-all.module","CollaborativeEditingHandlerService":"./src/document-editor/documenteditor-all.module","OptimizedService":"./src/document-editor/documenteditor-all.module","TabDialogService":"./src/document-editor/documenteditor-all.module","TextFormFieldDialogService":"./src/document-editor/documenteditor-all.module","DropDownFormFieldDialogService":"./src/document-editor/documenteditor-all.module","CheckBoxFormFieldDialogService":"./src/document-editor/documenteditor-all.module","DocumentEditorContainerComponent":"./src/document-editor-container/documenteditorcontainer.component","DocumentEditorContainerModule":"./src/document-editor-container/documenteditorcontainer.module","DocumentEditorContainerAllModule":"./src/document-editor-container/documenteditorcontainer-all.module","ToolbarService":"./src/document-editor-container/documenteditorcontainer-all.module","RibbonService":"./src/document-editor-container/documenteditorcontainer-all.module"},"importAs":"@syncfusion/ej2-angular-documenteditor"}
1
+ {"__symbolic":"module","version":3,"exports":[{"from":"@syncfusion/ej2-documenteditor"}],"metadata":{"ɵa":["acceptTab","autoResizeOnVisibilityChange","currentUser","defaultPasteOption","documentEditorSettings","documentName","documentSettings","enableAutoFocus","enableBookmarkDialog","enableBordersAndShadingDialog","enableCollaborativeEditing","enableColumnsDialog","enableComment","enableContextMenu","enableCursorOnReadOnly","enableEditor","enableEditorHistory","enableFontDialog","enableFootnoteAndEndnoteDialog","enableFormField","enableHyperlinkDialog","enableImageResizer","enableListDialog","enableLocalPaste","enableLockAndEdit","enableOptionsPane","enablePageSetupDialog","enableParagraphDialog","enablePersistence","enablePrint","enableRtl","enableSearch","enableSelection","enableSfdtExport","enableSpellCheck","enableStyleDialog","enableTableDialog","enableTableOfContentsDialog","enableTableOptionsDialog","enableTablePropertiesDialog","enableTextExport","enableTrackChanges","enableWordExport","headers","height","isReadOnly","layoutType","locale","pageGap","pageOutline","serverActionSettings","serviceUrl","showComments","showRevisions","useCtrlClickToFollowHyperlink","userColor","width","zIndex","zoomFactor"],"ɵb":["actionComplete","afterFormFieldFill","beforeAcceptRejectChanges","beforeCommentAction","beforeFileOpen","beforeFormFieldFill","beforePaneSwitch","commentBegin","commentDelete","commentEnd","contentChange","contentControl","created","customContextMenuBeforeOpen","customContextMenuSelect","destroyed","documentChange","keyDown","requestNavigate","searchResultsChange","selectionChange","serviceFailure","trackChange","viewChange","zoomFactorChange","beforeXmlHttpRequestSend","documentLoadFailed"],"ɵc":["autoResizeOnVisibilityChange","currentUser","documentEditorSettings","documentSettings","enableAutoFocus","enableComment","enableCsp","enableLocalPaste","enableLockAndEdit","enablePersistence","enableRtl","enableSpellCheck","enableToolbar","enableTrackChanges","headers","height","layoutType","locale","restrictEditing","serverActionSettings","serviceUrl","showPropertiesPane","toolbarItems","userColor","width","zIndex"],"ɵd":["beforeAcceptRejectChanges","beforeCommentAction","beforePaneSwitch","commentDelete","contentChange","contentControl","created","customContextMenuBeforeOpen","customContextMenuSelect","destroyed","documentChange","selectionChange","serviceFailure","toolbarClick","trackChange","beforeXmlHttpRequestSend"],"DocumentEditorComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"DocumentEditor"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-documenteditor","inputs":{"__symbolic":"reference","name":"ɵa"},"outputs":{"__symbolic":"reference","name":"ɵb"},"template":"","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"queries":{}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"}]]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"DocumentEditorModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"DocumentEditorComponent"}],"exports":[{"__symbolic":"reference","name":"DocumentEditorComponent"}]}]}],"members":{}},"DocumentEditorAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"DocumentEditorModule"}],"exports":[{"__symbolic":"reference","name":"DocumentEditorModule"}],"providers":[{"__symbolic":"reference","name":"PrintService"},{"__symbolic":"reference","name":"SfdtExportService"},{"__symbolic":"reference","name":"WordExportService"},{"__symbolic":"reference","name":"TextExportService"},{"__symbolic":"reference","name":"SelectionService"},{"__symbolic":"reference","name":"SearchService"},{"__symbolic":"reference","name":"EditorService"},{"__symbolic":"reference","name":"EditorHistoryService"},{"__symbolic":"reference","name":"OptionsPaneService"},{"__symbolic":"reference","name":"ContextMenuService"},{"__symbolic":"reference","name":"ImageResizerService"},{"__symbolic":"reference","name":"HyperlinkDialogService"},{"__symbolic":"reference","name":"TableDialogService"},{"__symbolic":"reference","name":"BookmarkDialogService"},{"__symbolic":"reference","name":"TableOfContentsDialogService"},{"__symbolic":"reference","name":"PageSetupDialogService"},{"__symbolic":"reference","name":"ParagraphDialogService"},{"__symbolic":"reference","name":"ListDialogService"},{"__symbolic":"reference","name":"StyleDialogService"},{"__symbolic":"reference","name":"StylesDialogService"},{"__symbolic":"reference","name":"BulletsAndNumberingDialogService"},{"__symbolic":"reference","name":"FontDialogService"},{"__symbolic":"reference","name":"TablePropertiesDialogService"},{"__symbolic":"reference","name":"BordersAndShadingDialogService"},{"__symbolic":"reference","name":"TableOptionsDialogService"},{"__symbolic":"reference","name":"CellOptionsDialogService"},{"__symbolic":"reference","name":"SpellCheckerService"},{"__symbolic":"reference","name":"SpellCheckDialogService"},{"__symbolic":"reference","name":"CollaborativeEditingService"},{"__symbolic":"reference","name":"ColumnsDialogService"},{"__symbolic":"reference","name":"CollaborativeEditingHandlerService"},{"__symbolic":"reference","name":"OptimizedService"},{"__symbolic":"reference","name":"TabDialogService"},{"__symbolic":"reference","name":"TextFormFieldDialogService"},{"__symbolic":"reference","name":"DropDownFormFieldDialogService"},{"__symbolic":"reference","name":"CheckBoxFormFieldDialogService"}]}]}],"members":{}},"PrintService":{"provide":"DocumentEditorPrint","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"Print"}},"SfdtExportService":{"provide":"DocumentEditorSfdtExport","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"SfdtExport"}},"WordExportService":{"provide":"DocumentEditorWordExport","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"WordExport"}},"TextExportService":{"provide":"DocumentEditorTextExport","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"TextExport"}},"SelectionService":{"provide":"DocumentEditorSelection","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"Selection"}},"SearchService":{"provide":"DocumentEditorSearch","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"Search"}},"EditorService":{"provide":"DocumentEditorEditor","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"Editor"}},"EditorHistoryService":{"provide":"DocumentEditorEditorHistory","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"EditorHistory"}},"OptionsPaneService":{"provide":"DocumentEditorOptionsPane","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"OptionsPane"}},"ContextMenuService":{"provide":"DocumentEditorContextMenu","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"ContextMenu"}},"ImageResizerService":{"provide":"DocumentEditorImageResizer","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"ImageResizer"}},"HyperlinkDialogService":{"provide":"DocumentEditorHyperlinkDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"HyperlinkDialog"}},"TableDialogService":{"provide":"DocumentEditorTableDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"TableDialog"}},"BookmarkDialogService":{"provide":"DocumentEditorBookmarkDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"BookmarkDialog"}},"TableOfContentsDialogService":{"provide":"DocumentEditorTableOfContentsDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"TableOfContentsDialog"}},"PageSetupDialogService":{"provide":"DocumentEditorPageSetupDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"PageSetupDialog"}},"ParagraphDialogService":{"provide":"DocumentEditorParagraphDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"ParagraphDialog"}},"ListDialogService":{"provide":"DocumentEditorListDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"ListDialog"}},"StyleDialogService":{"provide":"DocumentEditorStyleDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"StyleDialog"}},"StylesDialogService":{"provide":"DocumentEditorStylesDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"StylesDialog"}},"BulletsAndNumberingDialogService":{"provide":"DocumentEditorBulletsAndNumberingDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"BulletsAndNumberingDialog"}},"FontDialogService":{"provide":"DocumentEditorFontDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"FontDialog"}},"TablePropertiesDialogService":{"provide":"DocumentEditorTablePropertiesDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"TablePropertiesDialog"}},"BordersAndShadingDialogService":{"provide":"DocumentEditorBordersAndShadingDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"BordersAndShadingDialog"}},"TableOptionsDialogService":{"provide":"DocumentEditorTableOptionsDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"TableOptionsDialog"}},"CellOptionsDialogService":{"provide":"DocumentEditorCellOptionsDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"CellOptionsDialog"}},"SpellCheckerService":{"provide":"DocumentEditorSpellChecker","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"SpellChecker"}},"SpellCheckDialogService":{"provide":"DocumentEditorSpellCheckDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"SpellCheckDialog"}},"CollaborativeEditingService":{"provide":"DocumentEditorCollaborativeEditing","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"CollaborativeEditing"}},"ColumnsDialogService":{"provide":"DocumentEditorColumnsDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"ColumnsDialog"}},"CollaborativeEditingHandlerService":{"provide":"DocumentEditorCollaborativeEditingHandler","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"CollaborativeEditingHandler"}},"OptimizedService":{"provide":"DocumentEditorOptimized","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"Optimized"}},"TabDialogService":{"provide":"DocumentEditorTabDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"TabDialog"}},"TextFormFieldDialogService":{"provide":"DocumentEditorTextFormFieldDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"TextFormFieldDialog"}},"DropDownFormFieldDialogService":{"provide":"DocumentEditorDropDownFormFieldDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"DropDownFormFieldDialog"}},"CheckBoxFormFieldDialogService":{"provide":"DocumentEditorCheckBoxFormFieldDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"CheckBoxFormFieldDialog"}},"DocumentEditorContainerComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"DocumentEditorContainer"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-documenteditorcontainer","inputs":{"__symbolic":"reference","name":"ɵc"},"outputs":{"__symbolic":"reference","name":"ɵd"},"template":"","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"queries":{}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"}]]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"DocumentEditorContainerModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"DocumentEditorContainerComponent"}],"exports":[{"__symbolic":"reference","name":"DocumentEditorContainerComponent"}]}]}],"members":{}},"DocumentEditorContainerAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"DocumentEditorContainerModule"}],"exports":[{"__symbolic":"reference","name":"DocumentEditorContainerModule"}],"providers":[{"__symbolic":"reference","name":"ToolbarService"}]}]}],"members":{}},"ToolbarService":{"provide":"DocumentEditorToolbar","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"Toolbar"}}},"origins":{"ɵa":"./src/document-editor/documenteditor.component","ɵb":"./src/document-editor/documenteditor.component","ɵc":"./src/document-editor-container/documenteditorcontainer.component","ɵd":"./src/document-editor-container/documenteditorcontainer.component","DocumentEditorComponent":"./src/document-editor/documenteditor.component","DocumentEditorModule":"./src/document-editor/documenteditor.module","DocumentEditorAllModule":"./src/document-editor/documenteditor-all.module","PrintService":"./src/document-editor/documenteditor-all.module","SfdtExportService":"./src/document-editor/documenteditor-all.module","WordExportService":"./src/document-editor/documenteditor-all.module","TextExportService":"./src/document-editor/documenteditor-all.module","SelectionService":"./src/document-editor/documenteditor-all.module","SearchService":"./src/document-editor/documenteditor-all.module","EditorService":"./src/document-editor/documenteditor-all.module","EditorHistoryService":"./src/document-editor/documenteditor-all.module","OptionsPaneService":"./src/document-editor/documenteditor-all.module","ContextMenuService":"./src/document-editor/documenteditor-all.module","ImageResizerService":"./src/document-editor/documenteditor-all.module","HyperlinkDialogService":"./src/document-editor/documenteditor-all.module","TableDialogService":"./src/document-editor/documenteditor-all.module","BookmarkDialogService":"./src/document-editor/documenteditor-all.module","TableOfContentsDialogService":"./src/document-editor/documenteditor-all.module","PageSetupDialogService":"./src/document-editor/documenteditor-all.module","ParagraphDialogService":"./src/document-editor/documenteditor-all.module","ListDialogService":"./src/document-editor/documenteditor-all.module","StyleDialogService":"./src/document-editor/documenteditor-all.module","StylesDialogService":"./src/document-editor/documenteditor-all.module","BulletsAndNumberingDialogService":"./src/document-editor/documenteditor-all.module","FontDialogService":"./src/document-editor/documenteditor-all.module","TablePropertiesDialogService":"./src/document-editor/documenteditor-all.module","BordersAndShadingDialogService":"./src/document-editor/documenteditor-all.module","TableOptionsDialogService":"./src/document-editor/documenteditor-all.module","CellOptionsDialogService":"./src/document-editor/documenteditor-all.module","SpellCheckerService":"./src/document-editor/documenteditor-all.module","SpellCheckDialogService":"./src/document-editor/documenteditor-all.module","CollaborativeEditingService":"./src/document-editor/documenteditor-all.module","ColumnsDialogService":"./src/document-editor/documenteditor-all.module","CollaborativeEditingHandlerService":"./src/document-editor/documenteditor-all.module","OptimizedService":"./src/document-editor/documenteditor-all.module","TabDialogService":"./src/document-editor/documenteditor-all.module","TextFormFieldDialogService":"./src/document-editor/documenteditor-all.module","DropDownFormFieldDialogService":"./src/document-editor/documenteditor-all.module","CheckBoxFormFieldDialogService":"./src/document-editor/documenteditor-all.module","DocumentEditorContainerComponent":"./src/document-editor-container/documenteditorcontainer.component","DocumentEditorContainerModule":"./src/document-editor-container/documenteditorcontainer.module","DocumentEditorContainerAllModule":"./src/document-editor-container/documenteditorcontainer-all.module","ToolbarService":"./src/document-editor-container/documenteditorcontainer-all.module"},"importAs":"@syncfusion/ej2-angular-documenteditor"}
@@ -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/package.json CHANGED
@@ -1,30 +1,61 @@
1
1
  {
2
- "name": "@syncfusion/ej2-angular-documenteditor",
3
- "version": "30.1.37-ngcc",
4
- "description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular",
5
- "author": "Syncfusion Inc.",
6
- "license": "SEE LICENSE IN license",
7
- "schematics": "./schematics/collection.json",
2
+ "_from": "@syncfusion/ej2-angular-documenteditor@*",
3
+ "_id": "@syncfusion/ej2-angular-documenteditor@29.2.0",
4
+ "_inBundle": false,
5
+ "_integrity": "sha512-OS5KznXRxBfZiyuHmH7C4ZI30/UXol+0LEtqQMyd6gQeibFkDlJ7qLTAlXfiwX+Ki3OLJqI5XwIIYUGDPWgURA==",
6
+ "_location": "/@syncfusion/ej2-angular-documenteditor",
7
+ "_phantomChildren": {},
8
+ "_requested": {
9
+ "type": "range",
10
+ "registry": true,
11
+ "raw": "@syncfusion/ej2-angular-documenteditor@*",
12
+ "name": "@syncfusion/ej2-angular-documenteditor",
13
+ "escapedName": "@syncfusion%2fej2-angular-documenteditor",
14
+ "scope": "@syncfusion",
15
+ "rawSpec": "*",
16
+ "saveSpec": null,
17
+ "fetchSpec": "*"
18
+ },
19
+ "_requiredBy": [
20
+ "/"
21
+ ],
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-development/@syncfusion/ej2-angular-documenteditor/-/ej2-angular-documenteditor-29.2.0.tgz",
23
+ "_shasum": "084bbe9b58dddd22f52fde1a5e765e5cec587883",
24
+ "_spec": "@syncfusion/ej2-angular-documenteditor@*",
25
+ "_where": "D:\\SF3992\\WFH\\Nexus\\ej2-nexus-branch-switching-dev\\release",
26
+ "author": {
27
+ "name": "Syncfusion Inc."
28
+ },
29
+ "bugs": {
30
+ "url": "https://github.com/syncfusion/ej2-angular-ui-components/issues"
31
+ },
32
+ "bundleDependencies": false,
8
33
  "dependencies": {
9
- "@syncfusion/ej2-base": "~30.1.37",
10
34
  "@syncfusion/ej2-angular-base": "~30.1.37",
11
- "@syncfusion/ej2-documenteditor": "30.1.37"
35
+ "@syncfusion/ej2-base": "~30.1.38",
36
+ "@syncfusion/ej2-documenteditor": "30.1.38"
12
37
  },
38
+ "deprecated": false,
39
+ "description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular",
13
40
  "devDependencies": {},
41
+ "es2015": "@syncfusion/ej2-angular-documenteditor.js",
42
+ "homepage": "https://www.syncfusion.com/angular-components",
14
43
  "keywords": [
15
44
  "ej2-angular-documenteditor",
16
45
  "angular-documenteditor",
17
46
  "angular"
18
47
  ],
48
+ "license": "SEE LICENSE IN license",
49
+ "main": "dist/ej2-angular-documenteditor.umd.js",
50
+ "metadata": "ej2-angular-documenteditor.metadata.json",
51
+ "module": "@syncfusion/ej2-angular-documenteditor.es5.js",
52
+ "name": "@syncfusion/ej2-angular-documenteditor",
19
53
  "repository": {
20
54
  "type": "git",
21
- "url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
55
+ "url": "git+https://github.com/syncfusion/ej2-angular-ui-components.git"
22
56
  },
57
+ "schematics": "./schematics/collection.json",
23
58
  "sideEffects": false,
24
- "main": "dist/ej2-angular-documenteditor.umd.js",
25
- "module": "@syncfusion/ej2-angular-documenteditor.es5.js",
26
- "es2015": "@syncfusion/ej2-angular-documenteditor.js",
27
59
  "typings": "ej2-angular-documenteditor.d.ts",
28
- "metadata": "ej2-angular-documenteditor.metadata.json",
29
- "homepage": "https://www.syncfusion.com/angular-components"
60
+ "version": "30.1.38-ngcc"
30
61
  }
package/public_api.d.ts CHANGED
@@ -1 +1 @@
1
- export * from './src/index';
1
+ export * from './src/index';
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-documenteditor";
2
- export declare const pkgVer = "^29.1.37";
2
+ export declare const pkgVer = "^29.2.0";
3
3
  export declare const moduleName = "DocumentEditorModule, DocumentEditorContainerModule";
4
- export declare const themeVer = "~29.1.37";
4
+ export declare const themeVer = "~29.2.0";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-documenteditor';
4
- exports.pkgVer = '^30.1.37';
4
+ exports.pkgVer = '^30.1.38';
5
5
  exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
6
- exports.themeVer = '~30.1.37';
6
+ exports.themeVer = '~30.1.38';
@@ -1,4 +1,4 @@
1
- export const pkgName = '@syncfusion/ej2-angular-documenteditor';
2
- export const pkgVer = '^30.1.37';
3
- export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
4
- export const themeVer = '~30.1.37';
1
+ export const pkgName = '@syncfusion/ej2-angular-documenteditor';
2
+ export const pkgVer = '^30.1.38';
3
+ export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
4
+ export const themeVer = '~30.1.38';