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