@syncfusion/ej2-angular-documenteditor 30.1.38-ngcc → 30.1.39-ngcc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4549 -0
- package/esm2020/public_api.mjs +2 -0
- package/esm2020/src/document-editor/documenteditor-all.module.mjs +134 -0
- package/esm2020/src/document-editor/documenteditor.component.mjs +311 -0
- package/esm2020/src/document-editor/documenteditor.module.mjs +25 -0
- package/esm2020/src/document-editor-container/documenteditorcontainer-all.module.mjs +32 -0
- package/esm2020/src/document-editor-container/documenteditorcontainer.component.mjs +73 -0
- package/esm2020/src/document-editor-container/documenteditorcontainer.module.mjs +25 -0
- package/esm2020/src/index.mjs +8 -0
- package/esm2020/syncfusion-ej2-angular-documenteditor.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +584 -0
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +584 -0
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +1 -0
- package/package.json +29 -47
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +4 -4
- package/src/document-editor/documenteditor-all.module.d.ts +6 -0
- package/src/document-editor/documenteditor.component.d.ts +3 -0
- package/src/document-editor/documenteditor.module.d.ts +6 -0
- package/src/document-editor-container/documenteditorcontainer-all.module.d.ts +7 -0
- package/src/document-editor-container/documenteditorcontainer.component.d.ts +4 -0
- package/src/document-editor-container/documenteditorcontainer.module.d.ts +6 -0
- package/src/index.d.ts +1 -1
- package/syncfusion-ej2-angular-documenteditor.d.ts +5 -0
- package/@syncfusion/ej2-angular-documenteditor.es5.js +0 -637
- package/@syncfusion/ej2-angular-documenteditor.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-documenteditor.js +0 -607
- package/@syncfusion/ej2-angular-documenteditor.js.map +0 -1
- package/dist/ej2-angular-documenteditor.umd.js +0 -1335
- package/dist/ej2-angular-documenteditor.umd.js.map +0 -1
- package/dist/ej2-angular-documenteditor.umd.min.js +0 -11
- package/dist/ej2-angular-documenteditor.umd.min.js.map +0 -1
- package/ej2-angular-documenteditor.d.ts +0 -6
- package/ej2-angular-documenteditor.metadata.json +0 -1
- package/license +0 -10
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"ej2-angular-documenteditor.umd.js","sources":["~/@syncfusion/ej2-angular-documenteditor/src/document-editor-container/documenteditorcontainer-all.module.ts","~/@syncfusion/ej2-angular-documenteditor/src/document-editor-container/documenteditorcontainer.module.ts","~/@syncfusion/ej2-angular-documenteditor/src/document-editor-container/documenteditorcontainer.component.ts","~/@syncfusion/ej2-angular-documenteditor/src/document-editor/documenteditor-all.module.ts","~/@syncfusion/ej2-angular-documenteditor/src/document-editor/documenteditor.module.ts","~/@syncfusion/ej2-angular-documenteditor/src/document-editor/documenteditor.component.ts"],"sourcesContent":["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","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 { 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, 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 { 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 { 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"],"names":["CommonModule","NgModule","Toolbar","DocumentEditorContainerComponent","Injector","ViewContainerRef","Renderer2","__metadata","ElementRef","ComponentMixins","ComponentBase","__decorate","ChangeDetectionStrategy","outputs","inputs","Component","DocumentEditorContainer","setValue","twoWays","CheckBoxFormFieldDialog","DropDownFormFieldDialog","TextFormFieldDialog","TabDialog","Optimized","CollaborativeEditingHandler","ColumnsDialog","CollaborativeEditing","SpellCheckDialog","SpellChecker","CellOptionsDialog","TableOptionsDialog","BordersAndShadingDialog","TablePropertiesDialog","FontDialog","BulletsAndNumberingDialog","StylesDialog","StyleDialog","ListDialog","ParagraphDialog","PageSetupDialog","TableOfContentsDialog","BookmarkDialog","TableDialog","HyperlinkDialog","ImageResizer","ContextMenu","OptionsPane","EditorHistory","Editor","Search","Selection","TextExport","WordExport","SfdtExport","Print","DocumentEditorComponent","DocumentEditor"],"mappings":"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"}
|
@@ -1,11 +0,0 @@
|
|
1
|
-
/*!
|
2
|
-
* filename: ej2-angular-documenteditor.umd.min.js
|
3
|
-
* version : 30.1.38
|
4
|
-
* Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
|
5
|
-
* Use of this code is subject to the terms of our license.
|
6
|
-
* A copy of the current license can be obtained at any time by e-mailing
|
7
|
-
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
8
|
-
* applicable laws.
|
9
|
-
*/
|
10
|
-
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core"),require("@syncfusion/ej2-angular-base"),require("@syncfusion/ej2-documenteditor"),require("@angular/common")):"function"==typeof define&&define.amd?define(["exports","@angular/core","@syncfusion/ej2-angular-base","@syncfusion/ej2-documenteditor","@angular/common"],t):t(e["ej2-angular-documenteditor"]={},e.ng.core,e.ej2.angular.base,e.ej2.documenteditor,e.ng.common)}(this,function(e,t,r,o,n){"use strict";var i=this&&this.__extends||function(){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)t.hasOwnProperty(r)&&(e[r]=t[r])};return function(t,r){function o(){this.constructor=t}e(t,r),t.prototype=null===r?Object.create(r):(o.prototype=r.prototype,new o)}}(),a=this&&this.__decorate||function(e,t,r,o){var n,i=arguments.length,a=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,r):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,o);else for(var p=e.length-1;p>=0;p--)(n=e[p])&&(a=(i<3?n(a):i>3?n(t,r,a):n(t,r))||a);return i>3&&a&&Object.defineProperty(t,r,a),a},p=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},l=["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"],y=["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=[];e.DocumentEditorComponent=function(e){function t(t,o,n,i){var a=e.call(this)||this;a.ngEle=t,a.srenderer=o,a.viewContainerRef=n,a.injector=i,a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[];try{var p=a.injector.get("DocumentEditorPrint");-1===a.injectedModules.indexOf(p)&&a.injectedModules.push(p)}catch(l){}try{p=a.injector.get("DocumentEditorSfdtExport");-1===a.injectedModules.indexOf(p)&&a.injectedModules.push(p)}catch(d){}try{p=a.injector.get("DocumentEditorWordExport");-1===a.injectedModules.indexOf(p)&&a.injectedModules.push(p)}catch(P){}try{p=a.injector.get("DocumentEditorTextExport");-1===a.injectedModules.indexOf(p)&&a.injectedModules.push(p)}catch(s){}try{p=a.injector.get("DocumentEditorSelection");-1===a.injectedModules.indexOf(p)&&a.injectedModules.push(p)}catch(m){}try{p=a.injector.get("DocumentEditorSearch");-1===a.injectedModules.indexOf(p)&&a.injectedModules.push(p)}catch(u){}try{p=a.injector.get("DocumentEditorEditor");-1===a.injectedModules.indexOf(p)&&a.injectedModules.push(p)}catch(g){}try{p=a.injector.get("DocumentEditorEditorHistory");-1===a.injectedModules.indexOf(p)&&a.injectedModules.push(p)}catch(h){}try{p=a.injector.get("DocumentEditorOptionsPane");-1===a.injectedModules.indexOf(p)&&a.injectedModules.push(p)}catch(C){}try{p=a.injector.get("DocumentEditorContextMenu");-1===a.injectedModules.indexOf(p)&&a.injectedModules.push(p)}catch(f){}try{p=a.injector.get("DocumentEditorImageResizer");-1===a.injectedModules.indexOf(p)&&a.injectedModules.push(p)}catch(S){}try{p=a.injector.get("DocumentEditorHyperlinkDialog");-1===a.injectedModules.indexOf(p)&&a.injectedModules.push(p)}catch(D){}try{p=a.injector.get("DocumentEditorTableDialog");-1===a.injectedModules.indexOf(p)&&a.injectedModules.push(p)}catch(E){}try{p=a.injector.get("DocumentEditorBookmarkDialog");-1===a.injectedModules.indexOf(p)&&a.injectedModules.push(p)}catch(b){}try{p=a.injector.get("DocumentEditorTableOfContentsDialog");-1===a.injectedModules.indexOf(p)&&a.injectedModules.push(p)}catch(F){}try{p=a.injector.get("DocumentEditorPageSetupDialog");-1===a.injectedModules.indexOf(p)&&a.injectedModules.push(p)}catch(v){}try{p=a.injector.get("DocumentEditorParagraphDialog");-1===a.injectedModules.indexOf(p)&&a.injectedModules.push(p)}catch(x){}try{p=a.injector.get("DocumentEditorListDialog");-1===a.injectedModules.indexOf(p)&&a.injectedModules.push(p)}catch(T){}try{p=a.injector.get("DocumentEditorStyleDialog");-1===a.injectedModules.indexOf(p)&&a.injectedModules.push(p)}catch(M){}try{p=a.injector.get("DocumentEditorStylesDialog");-1===a.injectedModules.indexOf(p)&&a.injectedModules.push(p)}catch(k){}try{p=a.injector.get("DocumentEditorBulletsAndNumberingDialog");-1===a.injectedModules.indexOf(p)&&a.injectedModules.push(p)}catch(j){}try{p=a.injector.get("DocumentEditorFontDialog");-1===a.injectedModules.indexOf(p)&&a.injectedModules.push(p)}catch(B){}try{p=a.injector.get("DocumentEditorTablePropertiesDialog");-1===a.injectedModules.indexOf(p)&&a.injectedModules.push(p)}catch(A){}try{p=a.injector.get("DocumentEditorBordersAndShadingDialog");-1===a.injectedModules.indexOf(p)&&a.injectedModules.push(p)}catch(O){}try{p=a.injector.get("DocumentEditorTableOptionsDialog");-1===a.injectedModules.indexOf(p)&&a.injectedModules.push(p)}catch(R){}try{p=a.injector.get("DocumentEditorCellOptionsDialog");-1===a.injectedModules.indexOf(p)&&a.injectedModules.push(p)}catch(I){}try{p=a.injector.get("DocumentEditorSpellChecker");-1===a.injectedModules.indexOf(p)&&a.injectedModules.push(p)}catch(W){}try{p=a.injector.get("DocumentEditorSpellCheckDialog");-1===a.injectedModules.indexOf(p)&&a.injectedModules.push(p)}catch(w){}try{p=a.injector.get("DocumentEditorCollaborativeEditing");-1===a.injectedModules.indexOf(p)&&a.injectedModules.push(p)}catch(L){}try{p=a.injector.get("DocumentEditorColumnsDialog");-1===a.injectedModules.indexOf(p)&&a.injectedModules.push(p)}catch(H){}try{p=a.injector.get("DocumentEditorCollaborativeEditingHandler");-1===a.injectedModules.indexOf(p)&&a.injectedModules.push(p)}catch(V){}try{p=a.injector.get("DocumentEditorOptimized");-1===a.injectedModules.indexOf(p)&&a.injectedModules.push(p)}catch(N){}try{p=a.injector.get("DocumentEditorTabDialog");-1===a.injectedModules.indexOf(p)&&a.injectedModules.push(p)}catch(z){}try{p=a.injector.get("DocumentEditorTextFormFieldDialog");-1===a.injectedModules.indexOf(p)&&a.injectedModules.push(p)}catch(q){}try{p=a.injector.get("DocumentEditorDropDownFormFieldDialog");-1===a.injectedModules.indexOf(p)&&a.injectedModules.push(p)}catch(U){}try{p=a.injector.get("DocumentEditorCheckBoxFormFieldDialog");-1===a.injectedModules.indexOf(p)&&a.injectedModules.push(p)}catch(_){}return a.registerEvents(y),a.addTwoWay.call(a,c),r.setValue("currentInstance",a,a.viewContainerRef),a.context=new r.ComponentBase,a}return i(t,e),t.prototype.ngOnInit=function(){this.context.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.context.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.context.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.context.ngAfterContentChecked(this)},t}(o.DocumentEditor),e.DocumentEditorComponent.decorators=[{type:t.Component,args:[{selector:"ejs-documenteditor",inputs:l,outputs:y,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{}}]}],e.DocumentEditorComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.DocumentEditorComponent=a([r.ComponentMixins([r.ComponentBase]),p("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.DocumentEditorComponent);var d=function(){return function(){}}();d.decorators=[{type:t.NgModule,args:[{imports:[n.CommonModule],declarations:[e.DocumentEditorComponent],exports:[e.DocumentEditorComponent]}]}],d.ctorParameters=function(){return[]};var P={provide:"DocumentEditorPrint",useValue:o.Print},s={provide:"DocumentEditorSfdtExport",useValue:o.SfdtExport},m={provide:"DocumentEditorWordExport",useValue:o.WordExport},u={provide:"DocumentEditorTextExport",useValue:o.TextExport},g={provide:"DocumentEditorSelection",useValue:o.Selection},h={provide:"DocumentEditorSearch",useValue:o.Search},C={provide:"DocumentEditorEditor",useValue:o.Editor},f={provide:"DocumentEditorEditorHistory",useValue:o.EditorHistory},S={provide:"DocumentEditorOptionsPane",useValue:o.OptionsPane},D={provide:"DocumentEditorContextMenu",useValue:o.ContextMenu},E={provide:"DocumentEditorImageResizer",useValue:o.ImageResizer},b={provide:"DocumentEditorHyperlinkDialog",useValue:o.HyperlinkDialog},F={provide:"DocumentEditorTableDialog",useValue:o.TableDialog},v={provide:"DocumentEditorBookmarkDialog",useValue:o.BookmarkDialog},x={provide:"DocumentEditorTableOfContentsDialog",useValue:o.TableOfContentsDialog},T={provide:"DocumentEditorPageSetupDialog",useValue:o.PageSetupDialog},M={provide:"DocumentEditorParagraphDialog",useValue:o.ParagraphDialog},k={provide:"DocumentEditorListDialog",useValue:o.ListDialog},j={provide:"DocumentEditorStyleDialog",useValue:o.StyleDialog},B={provide:"DocumentEditorStylesDialog",useValue:o.StylesDialog},A={provide:"DocumentEditorBulletsAndNumberingDialog",useValue:o.BulletsAndNumberingDialog},O={provide:"DocumentEditorFontDialog",useValue:o.FontDialog},R={provide:"DocumentEditorTablePropertiesDialog",useValue:o.TablePropertiesDialog},I={provide:"DocumentEditorBordersAndShadingDialog",useValue:o.BordersAndShadingDialog},W={provide:"DocumentEditorTableOptionsDialog",useValue:o.TableOptionsDialog},w={provide:"DocumentEditorCellOptionsDialog",useValue:o.CellOptionsDialog},L={provide:"DocumentEditorSpellChecker",useValue:o.SpellChecker},H={provide:"DocumentEditorSpellCheckDialog",useValue:o.SpellCheckDialog},V={provide:"DocumentEditorCollaborativeEditing",useValue:o.CollaborativeEditing},N={provide:"DocumentEditorColumnsDialog",useValue:o.ColumnsDialog},z={provide:"DocumentEditorCollaborativeEditingHandler",useValue:o.CollaborativeEditingHandler},q={provide:"DocumentEditorOptimized",useValue:o.Optimized},U={provide:"DocumentEditorTabDialog",useValue:o.TabDialog},_={provide:"DocumentEditorTextFormFieldDialog",useValue:o.TextFormFieldDialog},X={provide:"DocumentEditorDropDownFormFieldDialog",useValue:o.DropDownFormFieldDialog},G={provide:"DocumentEditorCheckBoxFormFieldDialog",useValue:o.CheckBoxFormFieldDialog},K=function(){return function(){}}();K.decorators=[{type:t.NgModule,args:[{imports:[n.CommonModule,d],exports:[d],providers:[P,s,m,u,g,h,C,f,S,D,E,b,F,v,x,T,M,k,j,B,A,O,R,I,W,w,L,H,V,N,z,q,U,_,X,G]}]}],K.ctorParameters=function(){return[]};var Z=this&&this.__decorate||function(e,t,r,o){var n,i=arguments.length,a=i<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,r):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)a=Reflect.decorate(e,t,r,o);else for(var p=e.length-1;p>=0;p--)(n=e[p])&&(a=(i<3?n(a):i>3?n(t,r,a):n(t,r))||a);return i>3&&a&&Object.defineProperty(t,r,a),a},J=this&&this.__metadata||function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},Y=["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"],Q=["beforeAcceptRejectChanges","beforeCommentAction","beforePaneSwitch","commentDelete","contentChange","contentControl","created","customContextMenuBeforeOpen","customContextMenuSelect","destroyed","documentChange","selectionChange","serviceFailure","toolbarClick","trackChange","beforeXmlHttpRequestSend"],$=[];e.DocumentEditorContainerComponent=function(e){function t(t,o,n,i){var a=e.call(this)||this;a.ngEle=t,a.srenderer=o,a.viewContainerRef=n,a.injector=i,a.element=a.ngEle.nativeElement,a.injectedModules=a.injectedModules||[];try{var p=a.injector.get("DocumentEditorToolbar");-1===a.injectedModules.indexOf(p)&&a.injectedModules.push(p)}catch(l){}return a.registerEvents(Q),a.addTwoWay.call(a,$),r.setValue("currentInstance",a,a.viewContainerRef),a.context=new r.ComponentBase,a}return i(t,e),t.prototype.ngOnInit=function(){this.context.ngOnInit(this)},t.prototype.ngAfterViewInit=function(){this.context.ngAfterViewInit(this)},t.prototype.ngOnDestroy=function(){this.context.ngOnDestroy(this)},t.prototype.ngAfterContentChecked=function(){this.context.ngAfterContentChecked(this)},t}(o.DocumentEditorContainer),e.DocumentEditorContainerComponent.decorators=[{type:t.Component,args:[{selector:"ejs-documenteditorcontainer",inputs:Y,outputs:Q,template:"",changeDetection:t.ChangeDetectionStrategy.OnPush,queries:{}}]}],e.DocumentEditorContainerComponent.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2},{type:t.ViewContainerRef},{type:t.Injector}]},e.DocumentEditorContainerComponent=Z([r.ComponentMixins([r.ComponentBase]),J("design:paramtypes",[t.ElementRef,t.Renderer2,t.ViewContainerRef,t.Injector])],e.DocumentEditorContainerComponent);var ee=function(){return function(){}}();ee.decorators=[{type:t.NgModule,args:[{imports:[n.CommonModule],declarations:[e.DocumentEditorContainerComponent],exports:[e.DocumentEditorContainerComponent]}]}],ee.ctorParameters=function(){return[]};var te={provide:"DocumentEditorToolbar",useValue:o.Toolbar},re=function(){return function(){}}();re.decorators=[{type:t.NgModule,args:[{imports:[n.CommonModule,ee],exports:[ee],providers:[te]}]}],re.ctorParameters=function(){return[]},e.DocumentEditorModule=d,e.DocumentEditorAllModule=K,e.PrintService=P,e.SfdtExportService=s,e.WordExportService=m,e.TextExportService=u,e.SelectionService=g,e.SearchService=h,e.EditorService=C,e.EditorHistoryService=f,e.OptionsPaneService=S,e.ContextMenuService=D,e.ImageResizerService=E,e.HyperlinkDialogService=b,e.TableDialogService=F,e.BookmarkDialogService=v,e.TableOfContentsDialogService=x,e.PageSetupDialogService=T,e.ParagraphDialogService=M,e.ListDialogService=k,e.StyleDialogService=j,e.StylesDialogService=B,e.BulletsAndNumberingDialogService=A,e.FontDialogService=O,e.TablePropertiesDialogService=R,e.BordersAndShadingDialogService=I,e.TableOptionsDialogService=W,e.CellOptionsDialogService=w,e.SpellCheckerService=L,e.SpellCheckDialogService=H,e.CollaborativeEditingService=V,e.ColumnsDialogService=N,e.CollaborativeEditingHandlerService=z,e.OptimizedService=q,e.TabDialogService=U,e.TextFormFieldDialogService=_,e.DropDownFormFieldDialogService=X,e.CheckBoxFormFieldDialogService=G,e.DocumentEditorContainerModule=ee,e.DocumentEditorContainerAllModule=re,e.ToolbarService=te,e.ɵc=Y,e.ɵd=Q,e.ɵa=l,e.ɵb=y,e.CharacterRangeType=o.CharacterRangeType,e.FontScriptType=o.FontScriptType,e.LocaleId=o.LocaleId,e.SectionBreakType=o.SectionBreakType,e.CONTROL_CHARACTERS=o.CONTROL_CHARACTERS,e.Comment=o.Comment,e.Dictionary=o.Dictionary,e.WUniqueFormat=o.WUniqueFormat,e.WUniqueFormats=o.WUniqueFormats,e.XmlHttpRequestHandler=o.XmlHttpRequestHandler,e.internalZoomFactorChange=o.internalZoomFactorChange,e.contentChangeEvent=o.contentChangeEvent,e.documentChangeEvent=o.documentChangeEvent,e.selectionChangeEvent=o.selectionChangeEvent,e.zoomFactorChangeEvent=o.zoomFactorChangeEvent,e.beforeFieldFillEvent=o.beforeFieldFillEvent,e.afterFieldFillEvent=o.afterFieldFillEvent,e.afterFormFieldFillEvent=o.afterFormFieldFillEvent,e.beforeFormFieldFillEvent=o.beforeFormFieldFillEvent,e.serviceFailureEvent=o.serviceFailureEvent,e.viewChangeEvent=o.viewChangeEvent,e.customContextMenuSelectEvent=o.customContextMenuSelectEvent,e.customContextMenuBeforeOpenEvent=o.customContextMenuBeforeOpenEvent,e.contentControlEvent=o.contentControlEvent,e.beforecontentControlFillEvent=o.beforecontentControlFillEvent,e.aftercontentControlFillEvent=o.aftercontentControlFillEvent,e.commentBeginEvent=o.commentBeginEvent,e.commentEndEvent=o.commentEndEvent,e.beforeCommentActionEvent=o.beforeCommentActionEvent,e.commentDeleteEvent=o.commentDeleteEvent,e.revisionActionEvent=o.revisionActionEvent,e.beforePaneSwitchEvent=o.beforePaneSwitchEvent,e.requestNavigateEvent=o.requestNavigateEvent,e.actionCompleteEvent=o.actionCompleteEvent,e.trackChangeEvent=o.trackChangeEvent,e.searchResultsChangeEvent=o.searchResultsChangeEvent,e.keyDownEvent=o.keyDownEvent,e.toolbarClickEvent=o.toolbarClickEvent,e.beforeFileOpenEvent=o.beforeFileOpenEvent,e.internalviewChangeEvent=o.internalviewChangeEvent,e.beforeXmlHttpRequestSend=o.beforeXmlHttpRequestSend,e.protectionTypeChangeEvent=o.protectionTypeChangeEvent,e.internalDocumentEditorSettingsChange=o.internalDocumentEditorSettingsChange,e.internalStyleCollectionChange=o.internalStyleCollectionChange,e.defaultFont=o.defaultFont,e.internalAutoResize=o.internalAutoResize,e.beforeAutoResize=o.beforeAutoResize,e.trackChanges=o.trackChanges,e.internalOptionPaneChange=o.internalOptionPaneChange,e.documentLoadFailedEvent=o.documentLoadFailedEvent,e.sectionsProperty=o.sectionsProperty,e.fontSubstitutionTableProperty=o.fontSubstitutionTableProperty,e.characterFormatProperty=o.characterFormatProperty,e.paragraphFormatProperty=o.paragraphFormatProperty,e.listsProperty=o.listsProperty,e.abstractListsProperty=o.abstractListsProperty,e.backgroundProperty=o.backgroundProperty,e.stylesProperty=o.stylesProperty,e.commentsProperty=o.commentsProperty,e.revisionsProperty=o.revisionsProperty,e.customXmlProperty=o.customXmlProperty,e.defaultTabWidthProperty=o.defaultTabWidthProperty,e.formattingProperty=o.formattingProperty,e.trackChangesProperty=o.trackChangesProperty,e.protectionTypeProperty=o.protectionTypeProperty,e.enforcementProperty=o.enforcementProperty,e.hashValueProperty=o.hashValueProperty,e.saltValueProperty=o.saltValueProperty,e.cryptProviderTypeProperty=o.cryptProviderTypeProperty,e.cryptAlgorithmClassProperty=o.cryptAlgorithmClassProperty,e.cryptAlgorithmTypeProperty=o.cryptAlgorithmTypeProperty,e.cryptAlgorithmSidProperty=o.cryptAlgorithmSidProperty,e.cryptSpinCountProperty=o.cryptSpinCountProperty,e.doNotUseHTMLParagraphAutoSpacingProperty=o.doNotUseHTMLParagraphAutoSpacingProperty,e.alignTablesRowByRowProperty=o.alignTablesRowByRowProperty,e.formFieldShadingProperty=o.formFieldShadingProperty,e.lastParagraphMarkCopiedProperty=o.lastParagraphMarkCopiedProperty,e.footnotesProperty=o.footnotesProperty,e.endnotesProperty=o.endnotesProperty,e.compatibilityModeProperty=o.compatibilityModeProperty,e.themeFontLanguagesProperty=o.themeFontLanguagesProperty,e.themesProperty=o.themesProperty,e.nameProperty=o.nameProperty,e.basedOnProperty=o.basedOnProperty,e.nextProperty=o.nextProperty,e.linkProperty=o.linkProperty,e.localeIdProperty=o.localeIdProperty,e.localeIdFarEastProperty=o.localeIdFarEastProperty,e.localeIdBidiProperty=o.localeIdBidiProperty,e.boldProperty=o.boldProperty,e.italicProperty=o.italicProperty,e.underlineProperty=o.underlineProperty,e.underlineColorProperty=o.underlineColorProperty,e.fontHintTypeProperty=o.fontHintTypeProperty,e.baselineAlignmentProperty=o.baselineAlignmentProperty,e.strikethroughProperty=o.strikethroughProperty,e.highlightColorProperty=o.highlightColorProperty,e.fontSizeProperty=o.fontSizeProperty,e.fontColorProperty=o.fontColorProperty,e.fontFamilyProperty=o.fontFamilyProperty,e.styleNameProperty=o.styleNameProperty,e.bidiProperty=o.bidiProperty,e.bdoProperty=o.bdoProperty,e.breakClearTypeProperty=o.breakClearTypeProperty,e.fontSizeBidiProperty=o.fontSizeBidiProperty,e.fontFamilyBidiProperty=o.fontFamilyBidiProperty,e.boldBidiProperty=o.boldBidiProperty,e.italicBidiProperty=o.italicBidiProperty,e.allCapsProperty=o.allCapsProperty,e.complexScriptProperty=o.complexScriptProperty,e.fontFamilyAsciiProperty=o.fontFamilyAsciiProperty,e.fontFamilyFarEastProperty=o.fontFamilyFarEastProperty,e.fontFamilyNonFarEastProperty=o.fontFamilyNonFarEastProperty,e.revisionIdsProperty=o.revisionIdsProperty,e.listIdProperty=o.listIdProperty,e.characterSpacingProperty=o.characterSpacingProperty,e.scalingProperty=o.scalingProperty,e.listLevelNumberProperty=o.listLevelNumberProperty,e.leftIndentProperty=o.leftIndentProperty,e.rightIndentProperty=o.rightIndentProperty,e.firstLineIndentProperty=o.firstLineIndentProperty,e.textAlignmentProperty=o.textAlignmentProperty,e.afterSpacingProperty=o.afterSpacingProperty,e.beforeSpacingProperty=o.beforeSpacingProperty,e.spaceAfterAutoProperty=o.spaceAfterAutoProperty,e.spaceBeforeAutoProperty=o.spaceBeforeAutoProperty,e.lineSpacingProperty=o.lineSpacingProperty,e.lineSpacingTypeProperty=o.lineSpacingTypeProperty,e.listFormatProperty=o.listFormatProperty,e.keepWithNextProperty=o.keepWithNextProperty,e.widowControlProperty=o.widowControlProperty,e.keepLinesTogetherProperty=o.keepLinesTogetherProperty,e.outlineLevelProperty=o.outlineLevelProperty,e.contextualSpacingProperty=o.contextualSpacingProperty,e.bordersProperty=o.bordersProperty,e.tabsProperty=o.tabsProperty,e.headerDistanceProperty=o.headerDistanceProperty,e.footerDistanceProperty=o.footerDistanceProperty,e.differentFirstPageProperty=o.differentFirstPageProperty,e.differentOddAndEvenPagesProperty=o.differentOddAndEvenPagesProperty,e.pageWidthProperty=o.pageWidthProperty,e.pageHeightProperty=o.pageHeightProperty,e.leftMarginProperty=o.leftMarginProperty,e.rightMarginProperty=o.rightMarginProperty,e.topMarginProperty=o.topMarginProperty,e.bottomMarginProperty=o.bottomMarginProperty,e.restartPageNumberingProperty=o.restartPageNumberingProperty,e.pageStartingNumberProperty=o.pageStartingNumberProperty,e.endnoteNumberFormatProperty=o.endnoteNumberFormatProperty,e.footNoteNumberFormatProperty=o.footNoteNumberFormatProperty,e.restartIndexForFootnotesProperty=o.restartIndexForFootnotesProperty,e.restartIndexForEndnotesProperty=o.restartIndexForEndnotesProperty,e.initialFootNoteNumberProperty=o.initialFootNoteNumberProperty,e.initialEndNoteNumberProperty=o.initialEndNoteNumberProperty,e.pageNumberStyleProperty=o.pageNumberStyleProperty,e.columnsProperty=o.columnsProperty,e.numberOfColumnsProperty=o.numberOfColumnsProperty,e.equalWidthProperty=o.equalWidthProperty,e.lineBetweenColumnsProperty=o.lineBetweenColumnsProperty,e.breakCodeProperty=o.breakCodeProperty,e.cellWidthProperty=o.cellWidthProperty,e.columnSpanProperty=o.columnSpanProperty,e.rowSpanProperty=o.rowSpanProperty,e.verticalAlignmentProperty=o.verticalAlignmentProperty,e.allowBreakAcrossPagesProperty=o.allowBreakAcrossPagesProperty,e.isHeaderProperty=o.isHeaderProperty,e.heightTypeProperty=o.heightTypeProperty,e.beforeWidthProperty=o.beforeWidthProperty,e.afterWidthProperty=o.afterWidthProperty,e.gridBeforeProperty=o.gridBeforeProperty,e.gridBeforeWidthProperty=o.gridBeforeWidthProperty,e.gridBeforeWidthTypeProperty=o.gridBeforeWidthTypeProperty,e.gridAfterProperty=o.gridAfterProperty,e.gridAfterWidthProperty=o.gridAfterWidthProperty,e.gridAfterWidthTypeProperty=o.gridAfterWidthTypeProperty,e.allowAutoFitProperty=o.allowAutoFitProperty,e.cellSpacingProperty=o.cellSpacingProperty,e.shadingProperty=o.shadingProperty,e.tableAlignmentProperty=o.tableAlignmentProperty,e.preferredWidthProperty=o.preferredWidthProperty,e.preferredWidthTypeProperty=o.preferredWidthTypeProperty,e.horizontalPositionAbsProperty=o.horizontalPositionAbsProperty,e.textureProperty=o.textureProperty,e.backgroundColorProperty=o.backgroundColorProperty,e.foregroundColorProperty=o.foregroundColorProperty,e.shadowProperty=o.shadowProperty,e.hasNoneStyleProperty=o.hasNoneStyleProperty,e.verticalProperty=o.verticalProperty,e.horizontalProperty=o.horizontalProperty,e.diagonalUpProperty=o.diagonalUpProperty,e.diagonalDownProperty=o.diagonalDownProperty,e.lineStyleProperty=o.lineStyleProperty,e.lineWidthProperty=o.lineWidthProperty,e.layoutProperty=o.layoutProperty,e.dataFormatProperty=o.dataFormatProperty,e.yValueProperty=o.yValueProperty,e.chartDataProperty=o.chartDataProperty,e.categoryXNameProperty=o.categoryXNameProperty,e.lineProperty=o.lineProperty,e.foreColorProperty=o.foreColorProperty,e.patternProperty=o.patternProperty,e.layoutXProperty=o.layoutXProperty,e.layoutYProperty=o.layoutYProperty,e.directionProperty=o.directionProperty,e.endStyleProperty=o.endStyleProperty,e.numberValueProperty=o.numberValueProperty,e.markerStyleProperty=o.markerStyleProperty,e.markerColorProperty=o.markerColorProperty,e.markerSizeProperty=o.markerSizeProperty,e.forwardProperty=o.forwardProperty,e.backwardProperty=o.backwardProperty,e.interceptProperty=o.interceptProperty,e.isDisplayRSquaredProperty=o.isDisplayRSquaredProperty,e.isDisplayEquationProperty=o.isDisplayEquationProperty,e.seriesNameProperty=o.seriesNameProperty,e.dataLabelProperty=o.dataLabelProperty,e.errorBarProperty=o.errorBarProperty,e.seriesFormatProperty=o.seriesFormatProperty,e.trendLinesProperty=o.trendLinesProperty,e.dataPointsProperty=o.dataPointsProperty,e.firstSliceAngleProperty=o.firstSliceAngleProperty,e.holeSizeProperty=o.holeSizeProperty,e.isLegendKeyProperty=o.isLegendKeyProperty,e.isBubbleSizeProperty=o.isBubbleSizeProperty,e.isCategoryNameProperty=o.isCategoryNameProperty,e.isSeriesNameProperty=o.isSeriesNameProperty,e.isValueProperty=o.isValueProperty,e.isPercentageProperty=o.isPercentageProperty,e.isLeaderLinesProperty=o.isLeaderLinesProperty,e.showSeriesKeysProperty=o.showSeriesKeysProperty,e.hasHorizontalBorderProperty=o.hasHorizontalBorderProperty,e.hasVerticalBorderProperty=o.hasVerticalBorderProperty,e.hasBordersProperty=o.hasBordersProperty,e.categoryTypeProperty=o.categoryTypeProperty,e.chartCategoryProperty=o.chartCategoryProperty,e.chartSeriesProperty=o.chartSeriesProperty,e.chartAreaProperty=o.chartAreaProperty,e.chartTitleAreaProperty=o.chartTitleAreaProperty,e.plotAreaProperty=o.plotAreaProperty,e.chartLegendProperty=o.chartLegendProperty,e.chartPrimaryCategoryAxisProperty=o.chartPrimaryCategoryAxisProperty,e.chartPrimaryValueAxisProperty=o.chartPrimaryValueAxisProperty,e.chartTitleProperty=o.chartTitleProperty,e.chartTypeProperty=o.chartTypeProperty,e.gapWidthProperty=o.gapWidthProperty,e.overlapProperty=o.overlapProperty,e.chartDataTableProperty=o.chartDataTableProperty,e.textProperty=o.textProperty,e.shapeIdProperty=o.shapeIdProperty,e.alternativeTextProperty=o.alternativeTextProperty,e.visibleProperty=o.visibleProperty,e.belowTextProperty=o.belowTextProperty,e.horizontalRuleProperty=o.horizontalRuleProperty,e.widthProperty=o.widthProperty,e.heightProperty=o.heightProperty,e.widthScaleProperty=o.widthScaleProperty,e.heightScaleProperty=o.heightScaleProperty,e.lineFormatProperty=o.lineFormatProperty,e.fillFormatProperty=o.fillFormatProperty,e.textWrappingStyleProperty=o.textWrappingStyleProperty,e.textWrappingTypeProperty=o.textWrappingTypeProperty,e.verticalRelativePercentProperty=o.verticalRelativePercentProperty,e.horizontalRelativePercentProperty=o.horizontalRelativePercentProperty,e.heightRelativePercentProperty=o.heightRelativePercentProperty,e.widthRelativePercentProperty=o.widthRelativePercentProperty,e.zOrderPositionProperty=o.zOrderPositionProperty,e.layoutInCellProperty=o.layoutInCellProperty,e.lockAnchorProperty=o.lockAnchorProperty,e.autoShapeTypeProperty=o.autoShapeTypeProperty,e.textFrameProperty=o.textFrameProperty,e.colorProperty=o.colorProperty,e.fillProperty=o.fillProperty,e.textVerticalAlignmentProperty=o.textVerticalAlignmentProperty,e.imageStringProperty=o.imageStringProperty,e.metaFileImageStringProperty=o.metaFileImageStringProperty,e.lengthProperty=o.lengthProperty,e.isInlineImageProperty=o.isInlineImageProperty,e.isMetaFileProperty=o.isMetaFileProperty,e.topProperty=o.topProperty,e.bottomProperty=o.bottomProperty,e.rightProperty=o.rightProperty,e.leftProperty=o.leftProperty,e.getImageHeightProperty=o.getImageHeightProperty,e.getImageWidthProperty=o.getImageWidthProperty,e.hasFieldEndProperty=o.hasFieldEndProperty,e.formFieldDataProperty=o.formFieldDataProperty,e.fieldTypeProperty=o.fieldTypeProperty,e.isCreatedUsingHtmlSpanTagProperty=o.isCreatedUsingHtmlSpanTagProperty,e.enabledProperty=o.enabledProperty,e.helpTextProperty=o.helpTextProperty,e.statusTextProperty=o.statusTextProperty,e.textInputProperty=o.textInputProperty,e.checkBoxProperty=o.checkBoxProperty,e.dropDownListProperty=o.dropDownListProperty,e.maxLengthProperty=o.maxLengthProperty,e.defaultValueProperty=o.defaultValueProperty,e.formatProperty=o.formatProperty,e.sizeTypeProperty=o.sizeTypeProperty,e.sizeProperty=o.sizeProperty,e.checkedProperty=o.checkedProperty,e.dropDownItemsProperty=o.dropDownItemsProperty,e.selectedIndexProperty=o.selectedIndexProperty,e.commentIdProperty=o.commentIdProperty,e.commentCharacterTypeProperty=o.commentCharacterTypeProperty,e.authorProperty=o.authorProperty,e.initialProperty=o.initialProperty,e.dateProperty=o.dateProperty,e.doneProperty=o.doneProperty,e.replyCommentsProperty=o.replyCommentsProperty,e.revisionTypeProperty=o.revisionTypeProperty,e.revisionIdProperty=o.revisionIdProperty,e.itemIDProperty=o.itemIDProperty,e.xmlProperty=o.xmlProperty,e.footnoteTypeProperty=o.footnoteTypeProperty,e.symbolCodeProperty=o.symbolCodeProperty,e.symbolFontNameProperty=o.symbolFontNameProperty,e.customMarkerProperty=o.customMarkerProperty,e.inlinesProperty=o.inlinesProperty,e.contentControlPropertiesProperty=o.contentControlPropertiesProperty,e.lockContentControlProperty=o.lockContentControlProperty,e.lockContentsProperty=o.lockContentsProperty,e.tagProperty=o.tagProperty,e.titleProperty=o.titleProperty,e.hasPlaceHolderTextProperty=o.hasPlaceHolderTextProperty,e.multiLineProperty=o.multiLineProperty,e.isTemporaryProperty=o.isTemporaryProperty,e.dateCalendarTypeProperty=o.dateCalendarTypeProperty,e.dateStorageFormatProperty=o.dateStorageFormatProperty,e.dateDisplayLocaleProperty=o.dateDisplayLocaleProperty,e.dateDisplayFormatProperty=o.dateDisplayFormatProperty,e.isCheckedProperty=o.isCheckedProperty,e.uncheckedStateProperty=o.uncheckedStateProperty,e.checkedStateProperty=o.checkedStateProperty,e.contentControlListItemsProperty=o.contentControlListItemsProperty,e.xmlMappingProperty=o.xmlMappingProperty,e.fontProperty=o.fontProperty,e.valueProperty=o.valueProperty,e.displayTextProperty=o.displayTextProperty,e.isMappedProperty=o.isMappedProperty,e.isWordMlProperty=o.isWordMlProperty,e.prefixMappingProperty=o.prefixMappingProperty,e.xPathProperty=o.xPathProperty,e.storeItemIdProperty=o.storeItemIdProperty,e.customXmlPartProperty=o.customXmlPartProperty,e.idProperty=o.idProperty,e.cellFormatProperty=o.cellFormatProperty,e.rowFormatProperty=o.rowFormatProperty,e.cellsProperty=o.cellsProperty,e.rowsProperty=o.rowsProperty,e.descriptionProperty=o.descriptionProperty,e.wrapTextAroundProperty=o.wrapTextAroundProperty,e.isLegalStyleNumberingProperty=o.isLegalStyleNumberingProperty,e.positioningProperty=o.positioningProperty,e.tableFormatProperty=o.tableFormatProperty,e.allowOverlapProperty=o.allowOverlapProperty,e.distanceTopProperty=o.distanceTopProperty,e.distanceRightProperty=o.distanceRightProperty,e.distanceLeftProperty=o.distanceLeftProperty,e.distanceBottomProperty=o.distanceBottomProperty,e.verticalOriginProperty=o.verticalOriginProperty,e.verticalPositionProperty=o.verticalPositionProperty,e.horizontalOriginProperty=o.horizontalOriginProperty,e.horizontalAlignmentProperty=o.horizontalAlignmentProperty,e.horizontalPositionProperty=o.horizontalPositionProperty,e.blocksProperty=o.blocksProperty,e.headerProperty=o.headerProperty,e.footerProperty=o.footerProperty,e.evenHeaderProperty=o.evenHeaderProperty,e.evenFooterProperty=o.evenFooterProperty,e.firstPageHeaderProperty=o.firstPageHeaderProperty,e.firstPageFooterProperty=o.firstPageFooterProperty,e.headersFootersProperty=o.headersFootersProperty,e.sectionFormatProperty=o.sectionFormatProperty,e.listLevelPatternProperty=o.listLevelPatternProperty,e.followCharacterProperty=o.followCharacterProperty,e.startAtProperty=o.startAtProperty,e.restartLevelProperty=o.restartLevelProperty,e.levelNumberProperty=o.levelNumberProperty,e.numberFormatProperty=o.numberFormatProperty,e.paraStyleNameProperty=o.paraStyleNameProperty,e.abstractListIdProperty=o.abstractListIdProperty,e.nsidProperty=o.nsidProperty,e.levelsProperty=o.levelsProperty,e.overrideListLevelProperty=o.overrideListLevelProperty,e.levelOverridesProperty=o.levelOverridesProperty,e.separatorProperty=o.separatorProperty,e.continuationSeparatorProperty=o.continuationSeparatorProperty,e.continuationNoticeProperty=o.continuationNoticeProperty,e.bookmarkTypeProperty=o.bookmarkTypeProperty,e.propertiesProperty=o.propertiesProperty,e.tabJustificationProperty=o.tabJustificationProperty,e.positionProperty=o.positionProperty,e.deletePositionProperty=o.deletePositionProperty,e.leaderProperty=o.leaderProperty,e.tabLeaderProperty=o.tabLeaderProperty,e.editRangeIdProperty=o.editRangeIdProperty,e.columnFirstProperty=o.columnFirstProperty,e.columnLastProperty=o.columnLastProperty,e.userProperty=o.userProperty,e.groupProperty=o.groupProperty,e.editableRangeStartProperty=o.editableRangeStartProperty,e.spaceProperty=o.spaceProperty,e.fontSchemeProperty=o.fontSchemeProperty,e.fontSchemeNameProperty=o.fontSchemeNameProperty,e.majorFontSchemeProperty=o.majorFontSchemeProperty,e.minorFontSchemeProperty=o.minorFontSchemeProperty,e.fontSchemeListProperty=o.fontSchemeListProperty,e.fontTypefaceProperty=o.fontTypefaceProperty,e.typefaceProperty=o.typefaceProperty,e.panoseProperty=o.panoseProperty,e.typeProperty=o.typeProperty,e.majorUnitProperty=o.majorUnitProperty,e.isAutoMajorProperty=o.isAutoMajorProperty,e.maximumValueProperty=o.maximumValueProperty,e.minimumValueProperty=o.minimumValueProperty,e.hasMajorGridLinesProperty=o.hasMajorGridLinesProperty,e.hasMinorGridLinesProperty=o.hasMinorGridLinesProperty,e.majorTickMarkProperty=o.majorTickMarkProperty,e.minorTickMarkProperty=o.minorTickMarkProperty,e.tickLabelPositionProperty=o.tickLabelPositionProperty,e.rgbProperty=o.rgbProperty,e.appearanceProperty=o.appearanceProperty,e.lineFormatTypeProperty=o.lineFormatTypeProperty,e.allowSpaceOfSameStyleInTableProperty=o.allowSpaceOfSameStyleInTableProperty,e.weightProperty=o.weightProperty,e.inlineFormatProperty=o.inlineFormatProperty,e.fontNameProperty=o.fontNameProperty,e.isCompressedProperty=o.isCompressedProperty,e.columnIndexProperty=o.columnIndexProperty,e.imagesProperty=o.imagesProperty,e.isAfterParagraphMarkProperty=o.isAfterParagraphMarkProperty,e.isAfterCellMarkProperty=o.isAfterCellMarkProperty,e.isAfterRowMarkProperty=o.isAfterRowMarkProperty,e.gridProperty=o.gridProperty,e.columnCountProperty=o.columnCountProperty,e.isAfterTableMarkProperty=o.isAfterTableMarkProperty,e.incrementalOps=o.incrementalOps,e.hiddenProperty=o.hiddenProperty,e.editingPointsProperty=o.editingPointsProperty,e.Print=o.Print,e.ContextMenu=o.ContextMenu,e.CommentReviewPane=o.CommentReviewPane,e.CommentPane=o.CommentPane,e.CommentView=o.CommentView,e.HyperlinkDialog=o.HyperlinkDialog,e.TableDialog=o.TableDialog,e.BookmarkDialog=o.BookmarkDialog,e.TableOfContentsDialog=o.TableOfContentsDialog,e.PageSetupDialog=o.PageSetupDialog,e.ParagraphDialog=o.ParagraphDialog,e.ListDialog=o.ListDialog,e.StyleDialog=o.StyleDialog,e.BulletsAndNumberingDialog=o.BulletsAndNumberingDialog,e.FontDialog=o.FontDialog,e.TablePropertiesDialog=o.TablePropertiesDialog,e.BordersAndShadingDialog=o.BordersAndShadingDialog,e.TableOptionsDialog=o.TableOptionsDialog,e.CellOptionsDialog=o.CellOptionsDialog,e.StylesDialog=o.StylesDialog,e.SpellCheckDialog=o.SpellCheckDialog,e.CheckBoxFormFieldDialog=o.CheckBoxFormFieldDialog,e.TextFormFieldDialog=o.TextFormFieldDialog,e.DropDownFormFieldDialog=o.DropDownFormFieldDialog,e.FormFieldPopUp=o.FormFieldPopUp,e.ColumnsDialog=o.ColumnsDialog,e.TabDialog=o.TabDialog,e.Editor=o.Editor,e.ImageResizer=o.ImageResizer,e.ImageResizingPoints=o.ImageResizingPoints,e.SelectedImageInfo=o.SelectedImageInfo,e.TableResizer=o.TableResizer,e.HelperMethods=o.HelperMethods,e.Point=o.Point,e.Base64=o.Base64,e.WrapPosition=o.WrapPosition,e.CollaborativeEditing=o.CollaborativeEditing,e.XmlPane=o.XmlPane,e.EditorHistory=o.EditorHistory,e.BaseHistoryInfo=o.BaseHistoryInfo,e.HistoryInfo=o.HistoryInfo,e.ModifiedLevel=o.ModifiedLevel,e.ModifiedParagraphFormat=o.ModifiedParagraphFormat,e.RowHistoryFormat=o.RowHistoryFormat,e.TableHistoryInfo=o.TableHistoryInfo,e.TableFormatHistoryInfo=o.TableFormatHistoryInfo,e.RowFormatHistoryInfo=o.RowFormatHistoryInfo,e.CellFormatHistoryInfo=o.CellFormatHistoryInfo,e.CellHistoryFormat=o.CellHistoryFormat,e.WSectionFormat=o.WSectionFormat,e.WColumnFormat=o.WColumnFormat,e.WStyle=o.WStyle,e.WParagraphStyle=o.WParagraphStyle,e.WCharacterStyle=o.WCharacterStyle,e.WTableStyle=o.WTableStyle,e.WStyles=o.WStyles,e.WCharacterFormat=o.WCharacterFormat,e.WListFormat=o.WListFormat,e.WTabStop=o.WTabStop,e.WParagraphFormat=o.WParagraphFormat,e.WTableFormat=o.WTableFormat,e.WRowFormat=o.WRowFormat,e.WCellFormat=o.WCellFormat,e.WBorder=o.WBorder,e.WBorders=o.WBorders,e.WShading=o.WShading,e.WList=o.WList,e.WAbstractList=o.WAbstractList,e.WListLevel=o.WListLevel,e.WLevelOverride=o.WLevelOverride,e.AddUserDialog=o.AddUserDialog,e.EnforceProtectionDialog=o.EnforceProtectionDialog,e.UnProtectDocumentDialog=o.UnProtectDocumentDialog,e.RestrictEditing=o.RestrictEditing,e.Search=o.Search,e.OptionsPane=o.OptionsPane,e.TextSearch=o.TextSearch,e.SearchWidgetInfo=o.SearchWidgetInfo,e.TextSearchResult=o.TextSearchResult,e.TextSearchResults=o.TextSearchResults,e.Selection=o.Selection,e.SelectionCharacterFormat=o.SelectionCharacterFormat,e.SelectionBorder=o.SelectionBorder,e.SelectionBorders=o.SelectionBorders,e.SelectionParagraphFormat=o.SelectionParagraphFormat,e.SelectionHeaderFooter=o.SelectionHeaderFooter,e.SelectionSectionFormat=o.SelectionSectionFormat,e.SelectionTableFormat=o.SelectionTableFormat,e.SelectionCellFormat=o.SelectionCellFormat,e.SelectionRowFormat=o.SelectionRowFormat,e.SelectionImageFormat=o.SelectionImageFormat,e.SelectionColumnFormat=o.SelectionColumnFormat,e.TextPosition=o.TextPosition,e.SelectionWidgetInfo=o.SelectionWidgetInfo,e.Hyperlink=o.Hyperlink,e.ImageSizeInfo=o.ImageSizeInfo,e.SpellChecker=o.SpellChecker,e.Optimized=o.Optimized,e.Regular=o.Regular,e.Revision=o.Revision,e.RevisionCollection=o.RevisionCollection,e.TrackChangesPane=o.TrackChangesPane,e.ChangesSingleView=o.ChangesSingleView,e.DocumentHelper=o.DocumentHelper,e.LayoutViewer=o.LayoutViewer,e.PageLayoutViewer=o.PageLayoutViewer,e.WebLayoutViewer=o.WebLayoutViewer,e.ColumnLayout=o.ColumnLayout,e.Rect=o.Rect,e.Padding=o.Padding,e.Margin=o.Margin,e.Widget=o.Widget,e.BlockContainer=o.BlockContainer,e.BodyWidget=o.BodyWidget,e.HeaderFooterWidget=o.HeaderFooterWidget,e.BlockWidget=o.BlockWidget,e.FootNoteWidget=o.FootNoteWidget,e.ParagraphWidget=o.ParagraphWidget,e.TablePosition=o.TablePosition,e.TableWidget=o.TableWidget,e.TableRowWidget=o.TableRowWidget,e.TableCellWidget=o.TableCellWidget,e.LineWidget=o.LineWidget,e.ElementBox=o.ElementBox,e.FieldElementBox=o.FieldElementBox,e.FormField=o.FormField,e.TextFormField=o.TextFormField,e.CheckBoxFormField=o.CheckBoxFormField,e.DropDownFormField=o.DropDownFormField,e.TextElementBox=o.TextElementBox,e.Footnote=o.Footnote,e.FootnoteElementBox=o.FootnoteElementBox,e.ErrorTextElementBox=o.ErrorTextElementBox,e.FieldTextElementBox=o.FieldTextElementBox,e.TabElementBox=o.TabElementBox,e.BookmarkElementBox=o.BookmarkElementBox,e.ContentControl=o.ContentControl,e.ContentControlProperties=o.ContentControlProperties,e.ContentControlListItems=o.ContentControlListItems,e.CheckBoxState=o.CheckBoxState,e.XmlMapping=o.XmlMapping,e.CustomXmlPart=o.CustomXmlPart,e.ShapeCommon=o.ShapeCommon,e.ShapeBase=o.ShapeBase,e.ShapeElementBox=o.ShapeElementBox,e.TextFrame=o.TextFrame,e.LineFormat=o.LineFormat,e.FillFormat=o.FillFormat,e.ImageElementBox=o.ImageElementBox,e.ListTextElementBox=o.ListTextElementBox,e.EditRangeEndElementBox=o.EditRangeEndElementBox,e.EditRangeStartElementBox=o.EditRangeStartElementBox,e.ChartElementBox=o.ChartElementBox,e.ChartArea=o.ChartArea,e.ChartCategory=o.ChartCategory,e.ChartData=o.ChartData,e.ChartLegend=o.ChartLegend,e.ChartSeries=o.ChartSeries,e.ChartErrorBar=o.ChartErrorBar,e.ChartSeriesFormat=o.ChartSeriesFormat,e.ChartDataLabels=o.ChartDataLabels,e.ChartTrendLines=o.ChartTrendLines,e.ChartTitleArea=o.ChartTitleArea,e.ChartDataFormat=o.ChartDataFormat,e.ChartFill=o.ChartFill,e.ChartLayout=o.ChartLayout,e.ChartCategoryAxis=o.ChartCategoryAxis,e.ChartDataTable=o.ChartDataTable,e.CommentCharacterElementBox=o.CommentCharacterElementBox,e.CommentElementBox=o.CommentElementBox,e.Page=o.Page,e.WTableHolder=o.WTableHolder,e.WColumn=o.WColumn,e.ColumnSizeInfo=o.ColumnSizeInfo,e.CommentEditInfo=o.CommentEditInfo,e.MentionDataEditInfo=o.MentionDataEditInfo,e.BreakElementBox=o.BreakElementBox,e.TabStopListInfo=o.TabStopListInfo,e.FootnoteEndnoteMarkerElementBox=o.FootnoteEndnoteMarkerElementBox,e.Layout=o.Layout,e.Renderer=o.Renderer,e.SfdtReader=o.SfdtReader,e.TextHelper=o.TextHelper,e.Zoom=o.Zoom,e.WordExport=o.WordExport,e.TextExport=o.TextExport,e.SfdtExport=o.SfdtExport,e.HtmlExport=o.HtmlExport,e.FontScheme=o.FontScheme,e.FontSchemeStruct=o.FontSchemeStruct,e.Themes=o.Themes,e.MajorMinorFontScheme=o.MajorMinorFontScheme,e.CollaborativeEditingHandler=o.CollaborativeEditingHandler,e.DocumentEditorSettings=o.DocumentEditorSettings,e.DocumentSettings=o.DocumentSettings,e.AutoResizeSettings=o.AutoResizeSettings,e.DocumentEditor=o.DocumentEditor,e.ServerActionSettings=o.ServerActionSettings,e.FormFieldSettings=o.FormFieldSettings,e.CollaborativeEditingSettings=o.CollaborativeEditingSettings,e.ContainerServerActionSettings=o.ContainerServerActionSettings,e.Toolbar=o.Toolbar,e.DocumentEditorContainer=o.DocumentEditorContainer,Object.defineProperty(e,"__esModule",{value:!0})});
|
11
|
-
//# sourceMappingURL=ej2-angular-documenteditor.umd.min.js.map
|
@@ -1 +0,0 @@
|
|
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 +0,0 @@
|
|
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 +0,0 @@
|
|
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"}
|
package/license
DELETED
@@ -1,10 +0,0 @@
|
|
1
|
-
Essential JS 2 library is available under the Syncfusion Essential Studio program, and can be licensed either under the Syncfusion Community License Program or the Syncfusion commercial license.
|
2
|
-
|
3
|
-
To be qualified for the Syncfusion Community License Program you must have a gross revenue of less than one (1) million U.S. dollars ($1,000,000.00 USD) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusion’s terms and conditions.
|
4
|
-
|
5
|
-
Customers who do not qualify for the community license can contact sales@syncfusion.com for commercial licensing options.
|
6
|
-
|
7
|
-
Under no circumstances can you use this product without (1) either a Community License or a commercial license and (2) without agreeing and abiding by Syncfusion’s license containing all terms and conditions.
|
8
|
-
|
9
|
-
The Syncfusion license that contains the terms and conditions can be found at
|
10
|
-
https://www.syncfusion.com/content/downloads/syncfusion_license.pdf
|