@syncfusion/ej2-angular-documenteditor 32.2.4 → 32.2.5-ngcc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (122) hide show
  1. package/@syncfusion/ej2-angular-documenteditor.es5.js +646 -0
  2. package/@syncfusion/ej2-angular-documenteditor.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-documenteditor.js +616 -0
  4. package/@syncfusion/ej2-angular-documenteditor.js.map +1 -0
  5. package/LICENSE +10 -0
  6. package/README.md +23 -30
  7. package/dist/ej2-angular-documenteditor.umd.js +1362 -0
  8. package/dist/ej2-angular-documenteditor.umd.js.map +1 -0
  9. package/dist/ej2-angular-documenteditor.umd.min.js +11 -0
  10. package/dist/ej2-angular-documenteditor.umd.min.js.map +1 -0
  11. package/ej2-angular-documenteditor.d.ts +6 -0
  12. package/ej2-angular-documenteditor.metadata.json +1 -0
  13. package/package.json +47 -29
  14. package/public_api.d.ts +1 -1
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/document-editor/documenteditor-all.module.d.ts +42 -48
  18. package/src/document-editor/documenteditor.component.d.ts +55 -59
  19. package/src/document-editor/documenteditor.module.d.ts +5 -11
  20. package/src/document-editor-container/documenteditorcontainer-all.module.d.ts +8 -14
  21. package/src/document-editor-container/documenteditorcontainer.component.d.ts +45 -49
  22. package/src/document-editor-container/documenteditorcontainer.module.d.ts +5 -11
  23. package/src/index.d.ts +7 -7
  24. package/styles/bds-lite.scss +1 -1
  25. package/styles/bds.scss +2 -2
  26. package/styles/bootstrap-dark-lite.scss +1 -1
  27. package/styles/bootstrap-dark.scss +2 -2
  28. package/styles/bootstrap-lite.scss +1 -1
  29. package/styles/bootstrap.scss +2 -2
  30. package/styles/bootstrap4-lite.scss +1 -1
  31. package/styles/bootstrap4.scss +2 -2
  32. package/styles/bootstrap5-dark-lite.scss +1 -1
  33. package/styles/bootstrap5-dark.scss +2 -2
  34. package/styles/bootstrap5-lite.scss +1 -1
  35. package/styles/bootstrap5.3-lite.scss +1 -1
  36. package/styles/bootstrap5.3.scss +2 -2
  37. package/styles/bootstrap5.scss +2 -2
  38. package/styles/document-editor/bds.scss +1 -1
  39. package/styles/document-editor/bootstrap-dark.scss +1 -1
  40. package/styles/document-editor/bootstrap.scss +1 -1
  41. package/styles/document-editor/bootstrap4.scss +1 -1
  42. package/styles/document-editor/bootstrap5-dark.scss +1 -1
  43. package/styles/document-editor/bootstrap5.3.scss +1 -1
  44. package/styles/document-editor/bootstrap5.scss +1 -1
  45. package/styles/document-editor/fabric-dark.scss +1 -1
  46. package/styles/document-editor/fabric.scss +1 -1
  47. package/styles/document-editor/fluent-dark.scss +1 -1
  48. package/styles/document-editor/fluent.scss +1 -1
  49. package/styles/document-editor/fluent2.scss +1 -1
  50. package/styles/document-editor/highcontrast-light.scss +1 -1
  51. package/styles/document-editor/highcontrast.scss +1 -1
  52. package/styles/document-editor/material-dark.scss +1 -1
  53. package/styles/document-editor/material.scss +1 -1
  54. package/styles/document-editor/material3-dark.scss +2 -1
  55. package/styles/document-editor/material3.scss +2 -1
  56. package/styles/document-editor/tailwind-dark.scss +1 -1
  57. package/styles/document-editor/tailwind.scss +1 -1
  58. package/styles/document-editor/tailwind3.scss +1 -1
  59. package/styles/document-editor-container/bds.scss +1 -1
  60. package/styles/document-editor-container/bootstrap-dark.scss +1 -1
  61. package/styles/document-editor-container/bootstrap.scss +1 -1
  62. package/styles/document-editor-container/bootstrap4.scss +1 -1
  63. package/styles/document-editor-container/bootstrap5-dark.scss +1 -1
  64. package/styles/document-editor-container/bootstrap5.3.scss +1 -1
  65. package/styles/document-editor-container/bootstrap5.scss +1 -1
  66. package/styles/document-editor-container/fabric-dark.scss +1 -1
  67. package/styles/document-editor-container/fabric.scss +1 -1
  68. package/styles/document-editor-container/fluent-dark.scss +1 -1
  69. package/styles/document-editor-container/fluent.scss +1 -1
  70. package/styles/document-editor-container/fluent2.scss +1 -1
  71. package/styles/document-editor-container/highcontrast-light.scss +1 -1
  72. package/styles/document-editor-container/highcontrast.scss +1 -1
  73. package/styles/document-editor-container/material-dark.scss +1 -1
  74. package/styles/document-editor-container/material.scss +1 -1
  75. package/styles/document-editor-container/material3-dark.scss +2 -1
  76. package/styles/document-editor-container/material3.scss +2 -1
  77. package/styles/document-editor-container/tailwind-dark.scss +1 -1
  78. package/styles/document-editor-container/tailwind.scss +1 -1
  79. package/styles/document-editor-container/tailwind3.scss +1 -1
  80. package/styles/fabric-dark-lite.scss +1 -1
  81. package/styles/fabric-dark.scss +2 -2
  82. package/styles/fabric-lite.scss +1 -1
  83. package/styles/fabric.scss +2 -2
  84. package/styles/fluent-dark-lite.scss +1 -1
  85. package/styles/fluent-dark.scss +2 -2
  86. package/styles/fluent-lite.scss +1 -1
  87. package/styles/fluent.scss +2 -2
  88. package/styles/fluent2-lite.scss +1 -1
  89. package/styles/fluent2.scss +2 -2
  90. package/styles/highcontrast-light-lite.scss +1 -1
  91. package/styles/highcontrast-light.scss +2 -2
  92. package/styles/highcontrast-lite.scss +1 -1
  93. package/styles/highcontrast.scss +2 -2
  94. package/styles/material-dark-lite.scss +1 -1
  95. package/styles/material-dark.scss +2 -2
  96. package/styles/material-lite.scss +1 -1
  97. package/styles/material.scss +2 -2
  98. package/styles/material3-dark-lite.scss +1 -1
  99. package/styles/material3-dark.scss +3 -2
  100. package/styles/material3-lite.scss +1 -1
  101. package/styles/material3.scss +3 -2
  102. package/styles/tailwind-dark-lite.scss +1 -1
  103. package/styles/tailwind-dark.scss +2 -2
  104. package/styles/tailwind-lite.scss +1 -1
  105. package/styles/tailwind.scss +2 -2
  106. package/styles/tailwind3-lite.scss +1 -1
  107. package/styles/tailwind3.scss +2 -2
  108. package/CHANGELOG.md +0 -4993
  109. package/esm2020/public_api.mjs +0 -2
  110. package/esm2020/src/document-editor/documenteditor-all.module.mjs +0 -134
  111. package/esm2020/src/document-editor/documenteditor.component.mjs +0 -311
  112. package/esm2020/src/document-editor/documenteditor.module.mjs +0 -25
  113. package/esm2020/src/document-editor-container/documenteditorcontainer-all.module.mjs +0 -32
  114. package/esm2020/src/document-editor-container/documenteditorcontainer.component.mjs +0 -73
  115. package/esm2020/src/document-editor-container/documenteditorcontainer.module.mjs +0 -25
  116. package/esm2020/src/index.mjs +0 -8
  117. package/esm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -5
  118. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +0 -584
  119. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
  120. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -584
  121. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
  122. package/syncfusion-ej2-angular-documenteditor.d.ts +0 -5
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ej2-angular-documenteditor.js","sources":["~/@syncfusion/ej2-angular-documenteditor/ej2-angular-documenteditor.ts","~/@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":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport {DocumentEditorComponent,DocumentEditorModule,DocumentEditorAllModule,PrintService,SfdtExportService,WordExportService,TextExportService,SelectionService,SearchService,EditorService,EditorHistoryService,OptionsPaneService,ContextMenuService,ImageResizerService,HyperlinkDialogService,TableDialogService,BookmarkDialogService,TableOfContentsDialogService,PageSetupDialogService,ParagraphDialogService,ListDialogService,StyleDialogService,StylesDialogService,BulletsAndNumberingDialogService,FontDialogService,TablePropertiesDialogService,BordersAndShadingDialogService,TableOptionsDialogService,CellOptionsDialogService,SpellCheckerService,SpellCheckDialogService,CollaborativeEditingService,ColumnsDialogService,CollaborativeEditingHandlerService,OptimizedService,TabDialogService,TextFormFieldDialogService,DropDownFormFieldDialogService,CheckBoxFormFieldDialogService,DocumentEditorContainerComponent,DocumentEditorContainerModule,DocumentEditorContainerAllModule,ToolbarService,RibbonService,HyperlinkType,RevisionType,ReviewTabType,Underline,Strikethrough,BaselineAlignment,HighlightColor,LineSpacingType,TextAlignment,HeaderFooterType,ListType,ListLevelPattern,FollowCharacterType,TableAlignment,WidthType,CellVerticalAlignment,HeightType,LineStyle,TextureStyle,FormatType,FindOption,WColor,OutlineLevel,StyleType,RowPlacement,ColumnPlacement,TabJustification,TabLeader,PageFitType,ContextType,BorderType,DialogType,Action,BiDirectionalOverride,AutoFitType,ProtectionType,PasteOptions,TablePasteOptions,PasteOptionSwitch,LayoutType,ToolbarItem,TextFormFieldType,CheckBoxSizeType,FormFieldType,VerticalOrigin,VerticalAlignment,HorizontalOrigin,HorizontalAlignment,LineFormatType,LineDashing,AutoShapeType,ExportAutoShapeType,TextWrappingStyle,TextWrappingType,FormFillingMode,FormattingExceptions,ContentControlWidgetType,ContentControlType,CollaborativeEditingAction,CommentAction,FootnoteType,FootnoteRestartIndex,FootEndNoteNumberFormat,ImageFormat,CompatibilityMode,RevisionActionType,CharacterRangeType,FontScriptType,FontHintType,ServerActionType,LocaleId,SectionBreakType,BreakClearType,ToolbarMode,RibbonLayoutType,CONTROL_CHARACTERS,FileMenuItemType,PasteType,ServiceFailureArgs,AutoResizeEventArgs,FormFieldFillEventArgs,ContentControlFillEventArgs,FormFieldData,CommentProperties,CommentInfo,Comment,ContentControlInfo,DocumentChangeEventArgs,ViewChangeEventArgs,ZoomFactorChangeEventArgs,SelectionChangeEventArgs,RequestNavigateEventArgs,ContentChangeEventArgs,DocumentEditorKeyDownEventArgs,SearchResultsChangeEventArgs,CustomContentMenuEventArgs,BeforeOpenCloseCustomContentMenuEventArgs,CommentDeleteEventArgs,RevisionActionEventArgs,CommentActionEventArgs,BeforeFileOpenArgs,TrackChangeEventArgs,BeforePaneSwitchEventArgs,ContainerContentChangeEventArgs,ContainerSelectionChangeEventArgs,ContainerDocumentChangeEventArgs,CustomToolbarItemModel,XmlHttpRequestEventArgs,DocumentLoadFailedEventArgs,BeforePasteEventArgs,DictionaryInfo,Dictionary,WUniqueFormat,WUniqueFormats,XmlHttpRequestHandler,internalZoomFactorChange,contentChangeEvent,documentChangeEvent,selectionChangeEvent,zoomFactorChangeEvent,beforeFieldFillEvent,afterFieldFillEvent,afterFormFieldFillEvent,beforeFormFieldFillEvent,serviceFailureEvent,viewChangeEvent,customContextMenuSelectEvent,customContextMenuBeforeOpenEvent,contentControlEvent,beforecontentControlFillEvent,aftercontentControlFillEvent,commentBeginEvent,commentEndEvent,beforeCommentActionEvent,commentDeleteEvent,revisionActionEvent,beforePaneSwitchEvent,requestNavigateEvent,actionCompleteEvent,trackChangeEvent,searchResultsChangeEvent,keyDownEvent,toolbarClickEvent,beforeFileOpenEvent,internalviewChangeEvent,beforeXmlHttpRequestSend,protectionTypeChangeEvent,internalDocumentEditorSettingsChange,internalStyleCollectionChange,defaultFont,internalAutoResize,beforeAutoResize,trackChanges,internalOptionPaneChange,documentLoadFailedEvent,fileMenuItemClickEvent,beforePaste,sectionsProperty,fontSubstitutionTableProperty,characterFormatProperty,paragraphFormatProperty,listsProperty,abstractListsProperty,backgroundProperty,stylesProperty,commentsProperty,revisionsProperty,customXmlProperty,defaultTabWidthProperty,formattingProperty,trackChangesProperty,protectionTypeProperty,enforcementProperty,hashValueProperty,saltValueProperty,cryptProviderTypeProperty,cryptAlgorithmClassProperty,cryptAlgorithmTypeProperty,cryptAlgorithmSidProperty,cryptSpinCountProperty,doNotUseHTMLParagraphAutoSpacingProperty,alignTablesRowByRowProperty,formFieldShadingProperty,lastParagraphMarkCopiedProperty,footnotesProperty,endnotesProperty,compatibilityModeProperty,themeFontLanguagesProperty,themesProperty,nameProperty,basedOnProperty,nextProperty,linkProperty,localeIdProperty,localeIdFarEastProperty,localeIdBidiProperty,boldProperty,italicProperty,underlineProperty,underlineColorProperty,fontHintTypeProperty,baselineAlignmentProperty,strikethroughProperty,highlightColorProperty,fontSizeProperty,fontColorProperty,fontFamilyProperty,styleNameProperty,bidiProperty,bdoProperty,breakClearTypeProperty,fontSizeBidiProperty,fontFamilyBidiProperty,boldBidiProperty,italicBidiProperty,allCapsProperty,complexScriptProperty,fontFamilyAsciiProperty,fontFamilyFarEastProperty,fontFamilyNonFarEastProperty,revisionIdsProperty,listIdProperty,characterSpacingProperty,scalingProperty,listLevelNumberProperty,leftIndentProperty,rightIndentProperty,firstLineIndentProperty,textAlignmentProperty,afterSpacingProperty,beforeSpacingProperty,spaceAfterAutoProperty,spaceBeforeAutoProperty,lineSpacingProperty,lineSpacingTypeProperty,listFormatProperty,keepWithNextProperty,widowControlProperty,keepLinesTogetherProperty,outlineLevelProperty,contextualSpacingProperty,bordersProperty,tabsProperty,headerDistanceProperty,footerDistanceProperty,differentFirstPageProperty,differentOddAndEvenPagesProperty,pageWidthProperty,pageHeightProperty,leftMarginProperty,rightMarginProperty,topMarginProperty,bottomMarginProperty,restartPageNumberingProperty,pageStartingNumberProperty,endnoteNumberFormatProperty,footNoteNumberFormatProperty,restartIndexForFootnotesProperty,restartIndexForEndnotesProperty,initialFootNoteNumberProperty,initialEndNoteNumberProperty,pageNumberStyleProperty,columnsProperty,numberOfColumnsProperty,equalWidthProperty,lineBetweenColumnsProperty,breakCodeProperty,cellWidthProperty,columnSpanProperty,rowSpanProperty,verticalAlignmentProperty,allowBreakAcrossPagesProperty,isHeaderProperty,heightTypeProperty,beforeWidthProperty,afterWidthProperty,gridBeforeProperty,gridBeforeWidthProperty,gridBeforeWidthTypeProperty,gridAfterProperty,gridAfterWidthProperty,gridAfterWidthTypeProperty,allowAutoFitProperty,cellSpacingProperty,shadingProperty,tableAlignmentProperty,preferredWidthProperty,preferredWidthTypeProperty,horizontalPositionAbsProperty,textureProperty,backgroundColorProperty,foregroundColorProperty,shadowProperty,hasNoneStyleProperty,verticalProperty,horizontalProperty,diagonalUpProperty,diagonalDownProperty,lineStyleProperty,lineWidthProperty,layoutProperty,dataFormatProperty,yValueProperty,chartDataProperty,categoryXNameProperty,lineProperty,foreColorProperty,patternProperty,layoutXProperty,layoutYProperty,directionProperty,endStyleProperty,numberValueProperty,markerStyleProperty,markerColorProperty,markerSizeProperty,forwardProperty,backwardProperty,interceptProperty,isDisplayRSquaredProperty,isDisplayEquationProperty,seriesNameProperty,dataLabelProperty,errorBarProperty,seriesFormatProperty,trendLinesProperty,dataPointsProperty,firstSliceAngleProperty,holeSizeProperty,isLegendKeyProperty,isBubbleSizeProperty,isCategoryNameProperty,isSeriesNameProperty,isValueProperty,isPercentageProperty,isLeaderLinesProperty,showSeriesKeysProperty,hasHorizontalBorderProperty,hasVerticalBorderProperty,hasBordersProperty,categoryTypeProperty,chartCategoryProperty,chartSeriesProperty,chartAreaProperty,chartTitleAreaProperty,plotAreaProperty,chartLegendProperty,chartPrimaryCategoryAxisProperty,chartPrimaryValueAxisProperty,chartTitleProperty,chartTypeProperty,gapWidthProperty,overlapProperty,chartDataTableProperty,textProperty,shapeIdProperty,alternativeTextProperty,visibleProperty,belowTextProperty,horizontalRuleProperty,widthProperty,heightProperty,widthScaleProperty,heightScaleProperty,lineFormatProperty,fillFormatProperty,textWrappingStyleProperty,textWrappingTypeProperty,verticalRelativePercentProperty,horizontalRelativePercentProperty,heightRelativePercentProperty,widthRelativePercentProperty,zOrderPositionProperty,layoutInCellProperty,lockAnchorProperty,autoShapeTypeProperty,textFrameProperty,colorProperty,fillProperty,textVerticalAlignmentProperty,imageStringProperty,metaFileImageStringProperty,lengthProperty,isInlineImageProperty,isMetaFileProperty,hasImageReferenceProperty,topProperty,bottomProperty,rightProperty,leftProperty,getImageHeightProperty,getImageWidthProperty,hasFieldEndProperty,formFieldDataProperty,fieldTypeProperty,isCreatedUsingHtmlSpanTagProperty,enabledProperty,helpTextProperty,statusTextProperty,textInputProperty,checkBoxProperty,dropDownListProperty,maxLengthProperty,defaultValueProperty,formatProperty,sizeTypeProperty,sizeProperty,checkedProperty,dropDownItemsProperty,selectedIndexProperty,commentIdProperty,commentCharacterTypeProperty,authorProperty,initialProperty,dateProperty,doneProperty,replyCommentsProperty,revisionTypeProperty,revisionIdProperty,customDataProperty,itemIDProperty,xmlProperty,footnoteTypeProperty,symbolCodeProperty,symbolFontNameProperty,customMarkerProperty,inlinesProperty,contentControlPropertiesProperty,lockContentControlProperty,lockContentsProperty,tagProperty,titleProperty,hasPlaceHolderTextProperty,multiLineProperty,isTemporaryProperty,dateCalendarTypeProperty,dateStorageFormatProperty,dateDisplayLocaleProperty,dateDisplayFormatProperty,isCheckedProperty,uncheckedStateProperty,checkedStateProperty,contentControlListItemsProperty,xmlMappingProperty,fontProperty,valueProperty,displayTextProperty,isMappedProperty,isWordMlProperty,prefixMappingProperty,xPathProperty,storeItemIdProperty,customXmlPartProperty,idProperty,cellFormatProperty,rowFormatProperty,cellsProperty,rowsProperty,descriptionProperty,wrapTextAroundProperty,isLegalStyleNumberingProperty,positioningProperty,tableFormatProperty,allowOverlapProperty,distanceTopProperty,distanceRightProperty,distanceLeftProperty,distanceBottomProperty,verticalOriginProperty,verticalPositionProperty,horizontalOriginProperty,horizontalAlignmentProperty,horizontalPositionProperty,blocksProperty,headerProperty,footerProperty,evenHeaderProperty,evenFooterProperty,firstPageHeaderProperty,firstPageFooterProperty,headersFootersProperty,sectionFormatProperty,listLevelPatternProperty,followCharacterProperty,startAtProperty,restartLevelProperty,levelNumberProperty,numberFormatProperty,paraStyleNameProperty,abstractListIdProperty,nsidProperty,levelsProperty,overrideListLevelProperty,levelOverridesProperty,separatorProperty,continuationSeparatorProperty,continuationNoticeProperty,bookmarkTypeProperty,propertiesProperty,tabJustificationProperty,positionProperty,deletePositionProperty,leaderProperty,tabLeaderProperty,editRangeIdProperty,columnFirstProperty,columnLastProperty,userProperty,groupProperty,editableRangeStartProperty,spaceProperty,fontSchemeProperty,fontSchemeNameProperty,majorFontSchemeProperty,minorFontSchemeProperty,fontSchemeListProperty,fontTypefaceProperty,typefaceProperty,panoseProperty,typeProperty,majorUnitProperty,isAutoMajorProperty,maximumValueProperty,minimumValueProperty,hasMajorGridLinesProperty,hasMinorGridLinesProperty,majorTickMarkProperty,minorTickMarkProperty,tickLabelPositionProperty,rgbProperty,appearanceProperty,lineFormatTypeProperty,allowSpaceOfSameStyleInTableProperty,weightProperty,inlineFormatProperty,fontNameProperty,isCompressedProperty,columnIndexProperty,imagesProperty,isAfterParagraphMarkProperty,isAfterCellMarkProperty,isAfterRowMarkProperty,gridProperty,columnCountProperty,isAfterTableMarkProperty,incrementalOps,hiddenProperty,editingPointsProperty,childShapeProperty,offsetXValue,offsetYValue,extentXValue,extentYValue,Print,ContextMenu,CommentReviewPane,CommentPane,CommentView,HyperlinkDialog,TableDialog,BookmarkDialog,TableOfContentsDialog,PageSetupDialog,ParagraphDialog,ListDialog,StyleDialog,BulletsAndNumberingDialog,FontDialog,TablePropertiesDialog,BordersAndShadingDialog,TableOptionsDialog,CellOptionsDialog,StylesDialog,SpellCheckDialog,CheckBoxFormFieldDialog,TextFormFieldDialog,DropDownFormFieldDialog,FormFieldPopUp,ColumnsDialog,TabDialog,Editor,SelectionInfo,ContinueNumberingInfo,BorderSettings,TocLevelSettings,PageRefFields,TableOfContentsSettings,CharacterFormatProperties,ParagraphFormatProperties,SectionFormatProperties,TabPositionInfo,ShapeProperties,ImageResizer,ImageResizingPoints,SelectedImageInfo,LeftTopInfo,TableResizer,HelperMethods,Point,Base64,TextSearchResultInfo,ListSearchResultInfo,LockSelectionInfo,CollaborativeEditingEventArgs,SubWidthInfo,LineElementInfo,Color,CaretHeightInfo,SizeInfo,FirstElementInfo,IndexInfo,ImagePointInfo,HyperlinkTextInfo,BodyWidgetInfo,ParagraphInfo,ErrorInfo,SpaceCharacterInfo,SpecialCharacterInfo,ContextElementInfo,WordSpellInfo,TextInLineInfo,CellInfo,FieldCodeInfo,LineInfo,ElementInfo,ParagraphFormatResult,RevisionMatchedInfo,RevisionInfo,MatchResults,TextPositionInfo,ShapeInfo,PageInfo,CanvasInfo,CellCountInfo,BlockInfo,WidthInfo,RtlInfo,ImageFormatInfo,ImageStringInfo,PositionInfo,BorderRenderInfo,LineCountInfo,FieldInfo,TextFormFieldInfo,CheckBoxFormFieldInfo,DropDownFormFieldInfo,BorderInfo,LtrRtlTextInfo,FootNoteWidgetsInfo,SelectedCommentInfo,AbsolutePositionInfo,FieldResultInfo,AbsoluteParagraphInfo,WrapPosition,ExternalFontInfo,FieldStartInfo,ScrollPosition,CollaborativeEditing,XmlPane,EditorHistory,BaseHistoryInfo,Operation,ImageInfo,MarkerInfo,ProtectionInfo,ListInfo,HistoryInfo,BookmarkInfo,ContentInfo,EditRangeInfo,ModifiedLevel,ModifiedParagraphFormat,RowHistoryFormat,TableHistoryInfo,TableFormatHistoryInfo,RowFormatHistoryInfo,CellFormatHistoryInfo,CellHistoryFormat,WSectionFormat,WColumnFormat,WStyle,WParagraphStyle,WCharacterStyle,WTableStyle,WStyles,WCharacterFormat,WListFormat,WTabStop,WParagraphFormat,WTableFormat,WRowFormat,WCellFormat,WBorder,WBorders,WShading,WList,WAbstractList,WListLevel,WLevelOverride,AddUserDialog,EnforceProtectionDialog,UnProtectDocumentDialog,RestrictEditing,Search,OptionsPane,TextSearch,SearchWidgetInfo,TextSearchResult,TextSearchResults,Selection,SelectionSettings,SelectionCharacterFormat,SelectionBorder,SelectionBorders,SelectionParagraphFormat,SelectionHeaderFooter,SelectionSectionFormat,SelectionTableFormat,SelectionCellFormat,SelectionRowFormat,SelectionImageFormat,SelectionColumnFormat,TextPosition,SelectionWidgetInfo,Hyperlink,ImageSizeInfo,SpellChecker,Optimized,Regular,Revision,RevisionCollection,TrackChangesPane,ChangesSingleView,DocumentHelper,LayoutViewer,PageLayoutViewer,WebLayoutViewer,ColumnLayout,Rect,Padding,Margin,IWidget,Widget,BlockContainer,BodyWidget,HeaderFooters,HeaderFooterWidget,BlockWidget,FootNoteWidget,ParagraphWidget,TablePosition,TableWidget,TableRowWidget,TableCellWidget,LineWidget,ElementBox,FieldElementBox,FormField,TextFormField,CheckBoxFormField,DropDownFormField,TextElementBox,Footnote,FootnoteElementBox,ErrorTextElementBox,FieldTextElementBox,TabElementBox,BookmarkElementBox,ContentControl,ContentControlProperties,ContentControlListItems,CheckBoxState,XmlMapping,CustomXmlPart,ShapeCommon,ShapeBase,ShapeElementBox,GroupShapeElementBox,TextFrame,LineFormat,FillFormat,ImageElementBox,ListTextElementBox,EditRangeEndElementBox,EditRangeStartElementBox,ChartElementBox,ChartArea,ChartCategory,ChartData,ChartLegend,ChartSeries,ChartErrorBar,ChartSeriesFormat,ChartDataLabels,ChartTrendLines,ChartTitleArea,ChartDataFormat,ChartFill,ChartLayout,ChartCategoryAxis,ChartDataTable,CommentCharacterElementBox,CommentElementBox,Page,WTableHolder,WColumn,ColumnSizeInfo,CommentEditInfo,MentionDataEditInfo,BreakElementBox,TabStopListInfo,FootnoteEndnoteMarkerElementBox,Layout,Renderer,SfdtReader,TextSizeInfo,FontSizeInfo,TextHeightInfo,FontHeightInfo,TextHelper,Zoom,WordExport,TextExport,SfdtExport,HtmlExport,FontScheme,FontSchemeStruct,Themes,MajorMinorFontScheme,CollaborativeEditingHandler,ActionInfo,DocumentEditorSettings,DocumentSettings,RevisionSettings,AutoResizeSettings,DocumentEditor,ServerActionSettings,FormFieldSettings,CollaborativeEditingSettings,ContainerServerActionSettings,DocumentEditorSettingsModel,DocumentSettingsModel,RevisionSettingsModel,AutoResizeSettingsModel,DocumentEditorModel,ServerActionSettingsModel,FormFieldSettingsModel,CollaborativeEditingSettingsModel,ContainerServerActionSettingsModel,Toolbar,Ribbon,HOME_TAB_ID,HOME_TAB_TEXT,HomeTab,VIEW_TAB_ID,ViewTab,DocumentEditorContainerModel,DocumentEditorContainer} from './public_api';\n\nexport {inputs as ɵc,outputs as ɵd} from './src/document-editor-container/documenteditorcontainer.component';\nexport {inputs as ɵa,outputs as ɵb} from './src/document-editor/documenteditor.component';","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { DocumentEditorContainerComponent } from './documenteditorcontainer.component';\nimport { DocumentEditorContainerModule } from './documenteditorcontainer.module';\nimport {Toolbar, Ribbon} from '@syncfusion/ej2-documenteditor';\n\n\nexport const /** @type {?} */ ToolbarService: ValueProvider = { provide: 'DocumentEditorToolbar', useValue: Toolbar};\nexport const /** @type {?} */ RibbonService: ValueProvider = { provide: 'DocumentEditorRibbon', useValue: Ribbon};\n/**\n * NgModule definition for the DocumentEditorContainer component with providers.\n */\nexport class DocumentEditorContainerAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, DocumentEditorContainerModule],\n exports: [\n DocumentEditorContainerModule\n ],\n providers:[\n ToolbarService,\n RibbonService\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction DocumentEditorContainerAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nDocumentEditorContainerAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDocumentEditorContainerAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","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','backstageMenu','currentUser','documentEditorSettings','documentSettings','enableAutoFocus','enableComment','enableCsp','enableLocalPaste','enableLockAndEdit','enablePersistence','enableRtl','enableSpellCheck','enableToolbar','enableTrackChanges','fileMenuItems','headers','height','layoutType','locale','restrictEditing','ribbonLayout','serverActionSettings','serviceUrl','showPropertiesPane','toolbarItems','toolbarMode','userColor','width','zIndex'];\nexport const /** @type {?} */ outputs: string[] = ['beforeAcceptRejectChanges','beforeCommentAction','beforePaneSwitch','beforePaste','commentDelete','contentChange','contentControl','created','customContextMenuBeforeOpen','customContextMenuSelect','destroyed','documentChange','fileMenuItemClick','selectionChange','serviceFailure','toolbarClick','trackChange','beforeXmlHttpRequestSend'];\nexport const /** @type {?} */ twoWays: string[] = [];\n/**\n * `ejs-documenteditor-container` represents the Angular Document Editor Container.\n * ```html\n * <ejs-documenteditor-container></ejs-documenteditor-container>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class DocumentEditorContainerComponent extends DocumentEditorContainer implements IComponentBase {\npublic context : any;\npublic tagObjects: any;\n\tbeforeAcceptRejectChanges: any;\n\tbeforeCommentAction: any;\n\tbeforePaneSwitch: any;\n\tbeforePaste: any;\n\tcommentDelete: any;\n\tcontentChange: any;\n\tcontentControl: any;\n\tcreated: any;\n\tcustomContextMenuBeforeOpen: any;\n\tcustomContextMenuSelect: any;\n\tdestroyed: any;\n\tdocumentChange: any;\n\tfileMenuItemClick: any;\n\tselectionChange: any;\n\tserviceFailure: any;\n\ttoolbarClick: any;\n\ttrackChange: any;\npublic beforeXmlHttpRequestSend: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('DocumentEditorToolbar');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorRibbon');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.context = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.context.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.context.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-documenteditorcontainer',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\n}\n\nfunction DocumentEditorContainerComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nDocumentEditorContainerComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDocumentEditorContainerComponent.ctorParameters;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.context;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.tagObjects;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.beforeAcceptRejectChanges;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.beforeCommentAction;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.beforePaneSwitch;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.beforePaste;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.commentDelete;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.contentChange;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.contentControl;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.created;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.customContextMenuBeforeOpen;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.customContextMenuSelect;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.destroyed;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.documentChange;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.fileMenuItemClick;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.selectionChange;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.serviceFailure;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.toolbarClick;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.trackChange;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.beforeXmlHttpRequestSend;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.registerEvents;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.addTwoWay;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.ngEle;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.srenderer;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.viewContainerRef;\n/** @type {?} */\nDocumentEditorContainerComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { DocumentEditorComponent } from './documenteditor.component';\nimport { DocumentEditorModule } from './documenteditor.module';\nimport {Print, SfdtExport, WordExport, TextExport, Selection, Search, Editor, EditorHistory, OptionsPane, ContextMenu, ImageResizer, HyperlinkDialog, TableDialog, BookmarkDialog, TableOfContentsDialog, PageSetupDialog, ParagraphDialog, ListDialog, StyleDialog, StylesDialog, BulletsAndNumberingDialog, FontDialog, TablePropertiesDialog, BordersAndShadingDialog, TableOptionsDialog, CellOptionsDialog, SpellChecker, SpellCheckDialog, CollaborativeEditing, ColumnsDialog, CollaborativeEditingHandler, Optimized, TabDialog, TextFormFieldDialog, DropDownFormFieldDialog, CheckBoxFormFieldDialog} from '@syncfusion/ej2-documenteditor';\n\n\nexport const /** @type {?} */ PrintService: ValueProvider = { provide: 'DocumentEditorPrint', useValue: Print};\nexport const /** @type {?} */ SfdtExportService: ValueProvider = { provide: 'DocumentEditorSfdtExport', useValue: SfdtExport};\nexport const /** @type {?} */ WordExportService: ValueProvider = { provide: 'DocumentEditorWordExport', useValue: WordExport};\nexport const /** @type {?} */ TextExportService: ValueProvider = { provide: 'DocumentEditorTextExport', useValue: TextExport};\nexport const /** @type {?} */ SelectionService: ValueProvider = { provide: 'DocumentEditorSelection', useValue: Selection};\nexport const /** @type {?} */ SearchService: ValueProvider = { provide: 'DocumentEditorSearch', useValue: Search};\nexport const /** @type {?} */ EditorService: ValueProvider = { provide: 'DocumentEditorEditor', useValue: Editor};\nexport const /** @type {?} */ EditorHistoryService: ValueProvider = { provide: 'DocumentEditorEditorHistory', useValue: EditorHistory};\nexport const /** @type {?} */ OptionsPaneService: ValueProvider = { provide: 'DocumentEditorOptionsPane', useValue: OptionsPane};\nexport const /** @type {?} */ ContextMenuService: ValueProvider = { provide: 'DocumentEditorContextMenu', useValue: ContextMenu};\nexport const /** @type {?} */ ImageResizerService: ValueProvider = { provide: 'DocumentEditorImageResizer', useValue: ImageResizer};\nexport const /** @type {?} */ HyperlinkDialogService: ValueProvider = { provide: 'DocumentEditorHyperlinkDialog', useValue: HyperlinkDialog};\nexport const /** @type {?} */ TableDialogService: ValueProvider = { provide: 'DocumentEditorTableDialog', useValue: TableDialog};\nexport const /** @type {?} */ BookmarkDialogService: ValueProvider = { provide: 'DocumentEditorBookmarkDialog', useValue: BookmarkDialog};\nexport const /** @type {?} */ TableOfContentsDialogService: ValueProvider = { provide: 'DocumentEditorTableOfContentsDialog', useValue: TableOfContentsDialog};\nexport const /** @type {?} */ PageSetupDialogService: ValueProvider = { provide: 'DocumentEditorPageSetupDialog', useValue: PageSetupDialog};\nexport const /** @type {?} */ ParagraphDialogService: ValueProvider = { provide: 'DocumentEditorParagraphDialog', useValue: ParagraphDialog};\nexport const /** @type {?} */ ListDialogService: ValueProvider = { provide: 'DocumentEditorListDialog', useValue: ListDialog};\nexport const /** @type {?} */ StyleDialogService: ValueProvider = { provide: 'DocumentEditorStyleDialog', useValue: StyleDialog};\nexport const /** @type {?} */ StylesDialogService: ValueProvider = { provide: 'DocumentEditorStylesDialog', useValue: StylesDialog};\nexport const /** @type {?} */ BulletsAndNumberingDialogService: ValueProvider = { provide: 'DocumentEditorBulletsAndNumberingDialog', useValue: BulletsAndNumberingDialog};\nexport const /** @type {?} */ FontDialogService: ValueProvider = { provide: 'DocumentEditorFontDialog', useValue: FontDialog};\nexport const /** @type {?} */ TablePropertiesDialogService: ValueProvider = { provide: 'DocumentEditorTablePropertiesDialog', useValue: TablePropertiesDialog};\nexport const /** @type {?} */ BordersAndShadingDialogService: ValueProvider = { provide: 'DocumentEditorBordersAndShadingDialog', useValue: BordersAndShadingDialog};\nexport const /** @type {?} */ TableOptionsDialogService: ValueProvider = { provide: 'DocumentEditorTableOptionsDialog', useValue: TableOptionsDialog};\nexport const /** @type {?} */ CellOptionsDialogService: ValueProvider = { provide: 'DocumentEditorCellOptionsDialog', useValue: CellOptionsDialog};\nexport const /** @type {?} */ SpellCheckerService: ValueProvider = { provide: 'DocumentEditorSpellChecker', useValue: SpellChecker};\nexport const /** @type {?} */ SpellCheckDialogService: ValueProvider = { provide: 'DocumentEditorSpellCheckDialog', useValue: SpellCheckDialog};\nexport const /** @type {?} */ CollaborativeEditingService: ValueProvider = { provide: 'DocumentEditorCollaborativeEditing', useValue: CollaborativeEditing};\nexport const /** @type {?} */ ColumnsDialogService: ValueProvider = { provide: 'DocumentEditorColumnsDialog', useValue: ColumnsDialog};\nexport const /** @type {?} */ CollaborativeEditingHandlerService: ValueProvider = { provide: 'DocumentEditorCollaborativeEditingHandler', useValue: CollaborativeEditingHandler};\nexport const /** @type {?} */ OptimizedService: ValueProvider = { provide: 'DocumentEditorOptimized', useValue: Optimized};\nexport const /** @type {?} */ TabDialogService: ValueProvider = { provide: 'DocumentEditorTabDialog', useValue: TabDialog};\nexport const /** @type {?} */ TextFormFieldDialogService: ValueProvider = { provide: 'DocumentEditorTextFormFieldDialog', useValue: TextFormFieldDialog};\nexport const /** @type {?} */ DropDownFormFieldDialogService: ValueProvider = { provide: 'DocumentEditorDropDownFormFieldDialog', useValue: DropDownFormFieldDialog};\nexport const /** @type {?} */ CheckBoxFormFieldDialogService: ValueProvider = { provide: 'DocumentEditorCheckBoxFormFieldDialog', useValue: CheckBoxFormFieldDialog};\n/**\n * NgModule definition for the DocumentEditor component with providers.\n */\nexport class DocumentEditorAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, DocumentEditorModule],\n exports: [\n DocumentEditorModule\n ],\n providers:[\n PrintService,\n SfdtExportService,\n WordExportService,\n TextExportService,\n SelectionService,\n SearchService,\n EditorService,\n EditorHistoryService,\n OptionsPaneService,\n ContextMenuService,\n ImageResizerService,\n HyperlinkDialogService,\n TableDialogService,\n BookmarkDialogService,\n TableOfContentsDialogService,\n PageSetupDialogService,\n ParagraphDialogService,\n ListDialogService,\n StyleDialogService,\n StylesDialogService,\n BulletsAndNumberingDialogService,\n FontDialogService,\n TablePropertiesDialogService,\n BordersAndShadingDialogService,\n TableOptionsDialogService,\n CellOptionsDialogService,\n SpellCheckerService,\n SpellCheckDialogService,\n CollaborativeEditingService,\n ColumnsDialogService,\n CollaborativeEditingHandlerService,\n OptimizedService,\n TabDialogService,\n TextFormFieldDialogService,\n DropDownFormFieldDialogService,\n CheckBoxFormFieldDialogService\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction DocumentEditorAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nDocumentEditorAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDocumentEditorAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { DocumentEditorComponent } from './documenteditor.component';\n/**\n * NgModule definition for the DocumentEditor component.\n */\nexport class DocumentEditorModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n DocumentEditorComponent\n ],\n exports: [\n DocumentEditorComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction DocumentEditorModule_tsickle_Closure_declarations() {\n/** @type {?} */\nDocumentEditorModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDocumentEditorModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { DocumentEditor } from '@syncfusion/ej2-documenteditor';\n\n\n\nexport const /** @type {?} */ inputs: string[] = ['acceptTab','autoResizeOnVisibilityChange','currentUser','defaultPasteOption','documentEditorSettings','documentName','documentSettings','enableAutoFocus','enableBookmarkDialog','enableBordersAndShadingDialog','enableCollaborativeEditing','enableColumnsDialog','enableComment','enableContextMenu','enableCursorOnReadOnly','enableEditor','enableEditorHistory','enableFontDialog','enableFootnoteAndEndnoteDialog','enableFormField','enableHyperlinkDialog','enableImageResizer','enableLayout','enableListDialog','enableLocalPaste','enableLockAndEdit','enableOptionsPane','enablePageSetupDialog','enableParagraphDialog','enablePersistence','enablePrint','enableRtl','enableSearch','enableSelection','enableSfdtExport','enableSpellCheck','enableStyleDialog','enableTableDialog','enableTableOfContentsDialog','enableTableOptionsDialog','enableTablePropertiesDialog','enableTextExport','enableTrackChanges','enableWordExport','headers','height','isReadOnly','layoutType','locale','pageGap','pageOutline','serverActionSettings','serviceUrl','showComments','showRevisions','useCtrlClickToFollowHyperlink','userColor','width','zIndex','zoomFactor'];\nexport const /** @type {?} */ outputs: string[] = ['actionComplete','afterFormFieldFill','beforeAcceptRejectChanges','beforeCommentAction','beforeFileOpen','beforeFormFieldFill','beforePaneSwitch','beforePaste','commentBegin','commentDelete','commentEnd','contentChange','contentControl','created','customContextMenuBeforeOpen','customContextMenuSelect','destroyed','documentChange','keyDown','requestNavigate','searchResultsChange','selectionChange','serviceFailure','trackChange','viewChange','zoomFactorChange','beforeXmlHttpRequestSend','documentLoadFailed'];\nexport const /** @type {?} */ twoWays: string[] = [];\n/**\n * `ejs-documenteditor` represents the Angular Document Editor Component.\n * ```html\n * <ejs-documenteditor isReadOnly='true' enableSelection='true'></ejs-documenteditor>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class DocumentEditorComponent extends DocumentEditor implements IComponentBase {\npublic context : any;\npublic tagObjects: any;\n\tactionComplete: any;\n\tafterFormFieldFill: any;\n\tbeforeAcceptRejectChanges: any;\n\tbeforeCommentAction: any;\n\tbeforeFileOpen: any;\n\tbeforeFormFieldFill: any;\n\tbeforePaneSwitch: any;\n\tbeforePaste: any;\n\tcommentBegin: any;\n\tcommentDelete: any;\n\tcommentEnd: any;\n\tcontentChange: any;\n\tcontentControl: any;\n\tcreated: any;\n\tcustomContextMenuBeforeOpen: any;\n\tcustomContextMenuSelect: any;\n\tdestroyed: any;\n\tdocumentChange: any;\n\tkeyDown: any;\n\trequestNavigate: any;\n\tsearchResultsChange: any;\n\tselectionChange: any;\n\tserviceFailure: any;\n\ttrackChange: any;\n\tviewChange: any;\n\tzoomFactorChange: any;\n\tbeforeXmlHttpRequestSend: any;\npublic documentLoadFailed: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('DocumentEditorPrint');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorSfdtExport');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorWordExport');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorTextExport');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorSelection');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorSearch');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorEditor');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorEditorHistory');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorOptionsPane');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorContextMenu');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorImageResizer');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorHyperlinkDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorTableDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorBookmarkDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorTableOfContentsDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorPageSetupDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorParagraphDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorListDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorStyleDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorStylesDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorBulletsAndNumberingDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorFontDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorTablePropertiesDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorBordersAndShadingDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorTableOptionsDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorCellOptionsDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorSpellChecker');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorSpellCheckDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorCollaborativeEditing');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorColumnsDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorCollaborativeEditingHandler');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorOptimized');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorTabDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorTextFormFieldDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorDropDownFormFieldDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('DocumentEditorCheckBoxFormFieldDialog');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.context = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.context.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.context.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-documenteditor',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\n}\n\nfunction DocumentEditorComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nDocumentEditorComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nDocumentEditorComponent.ctorParameters;\n/** @type {?} */\nDocumentEditorComponent.prototype.context;\n/** @type {?} */\nDocumentEditorComponent.prototype.tagObjects;\n/** @type {?} */\nDocumentEditorComponent.prototype.actionComplete;\n/** @type {?} */\nDocumentEditorComponent.prototype.afterFormFieldFill;\n/** @type {?} */\nDocumentEditorComponent.prototype.beforeAcceptRejectChanges;\n/** @type {?} */\nDocumentEditorComponent.prototype.beforeCommentAction;\n/** @type {?} */\nDocumentEditorComponent.prototype.beforeFileOpen;\n/** @type {?} */\nDocumentEditorComponent.prototype.beforeFormFieldFill;\n/** @type {?} */\nDocumentEditorComponent.prototype.beforePaneSwitch;\n/** @type {?} */\nDocumentEditorComponent.prototype.beforePaste;\n/** @type {?} */\nDocumentEditorComponent.prototype.commentBegin;\n/** @type {?} */\nDocumentEditorComponent.prototype.commentDelete;\n/** @type {?} */\nDocumentEditorComponent.prototype.commentEnd;\n/** @type {?} */\nDocumentEditorComponent.prototype.contentChange;\n/** @type {?} */\nDocumentEditorComponent.prototype.contentControl;\n/** @type {?} */\nDocumentEditorComponent.prototype.created;\n/** @type {?} */\nDocumentEditorComponent.prototype.customContextMenuBeforeOpen;\n/** @type {?} */\nDocumentEditorComponent.prototype.customContextMenuSelect;\n/** @type {?} */\nDocumentEditorComponent.prototype.destroyed;\n/** @type {?} */\nDocumentEditorComponent.prototype.documentChange;\n/** @type {?} */\nDocumentEditorComponent.prototype.keyDown;\n/** @type {?} */\nDocumentEditorComponent.prototype.requestNavigate;\n/** @type {?} */\nDocumentEditorComponent.prototype.searchResultsChange;\n/** @type {?} */\nDocumentEditorComponent.prototype.selectionChange;\n/** @type {?} */\nDocumentEditorComponent.prototype.serviceFailure;\n/** @type {?} */\nDocumentEditorComponent.prototype.trackChange;\n/** @type {?} */\nDocumentEditorComponent.prototype.viewChange;\n/** @type {?} */\nDocumentEditorComponent.prototype.zoomFactorChange;\n/** @type {?} */\nDocumentEditorComponent.prototype.beforeXmlHttpRequestSend;\n/** @type {?} */\nDocumentEditorComponent.prototype.documentLoadFailed;\n/** @type {?} */\nDocumentEditorComponent.prototype.registerEvents;\n/** @type {?} */\nDocumentEditorComponent.prototype.addTwoWay;\n/** @type {?} */\nDocumentEditorComponent.prototype.ngEle;\n/** @type {?} */\nDocumentEditorComponent.prototype.srenderer;\n/** @type {?} */\nDocumentEditorComponent.prototype.viewContainerRef;\n/** @type {?} */\nDocumentEditorComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":["__metadata","__decorate","outputs","inputs","twoWays"],"mappings":"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"}
package/LICENSE ADDED
@@ -0,0 +1,10 @@
1
+ Essential JS 2 library is available under the Syncfusion Essential Studio program, and can be licensed either under the Syncfusion Community License Program or the Syncfusion commercial license.
2
+
3
+ To be qualified for the Syncfusion Community License Program you must have a gross revenue of less than one (1) million U.S. dollars ($1,000,000.00 USD) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusion’s terms and conditions.
4
+
5
+ Customers who do not qualify for the community license can contact sales@syncfusion.com for commercial licensing options.
6
+
7
+ Under no circumstances can you use this product without (1) either a Community License or a commercial license and (2) without agreeing and abiding by Syncfusion’s license containing all terms and conditions.
8
+
9
+ The Syncfusion license that contains the terms and conditions can be found at
10
+ https://www.syncfusion.com/content/downloads/syncfusion_license.pdf
package/README.md CHANGED
@@ -1,25 +1,25 @@
1
- # Angular DOCX Editor Component
1
+ # Angular Word Processor Component
2
2
 
3
- The [Angular DOCX Editor](https://www.syncfusion.com/docx-editor-sdk/angular-docx-editor?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm) component is a feature rich UI component with document editing capabilities like Microsoft Word. Also known as the document editor, it is used to create, edit, view, and print Word documents. It provides all the common Word processing features including editing text, formatting content, resizing images and tables, finding and replacing text, bookmarks, tables of contents, track changes, commenting, restrict editing, printing, importing and exporting Word documents.
3
+ The [Angular Word Processor](https://www.syncfusion.com/angular-ui-components/angular-word-processor?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm) component is a feature rich UI component with document editing capabilities like Microsoft Word. Also known as the document editor, it is used to create, edit, view, and print Word documents. It provides all the common Word processing features including editing text, formatting content, resizing images and tables, finding and replacing text, bookmarks, tables of contents, track changes, commenting, restrict editing, printing, importing and exporting Word documents.
4
4
 
5
- An example [DOCX Editor server-side Web API projects for ASP.NET MVC, ASP.NET Core, and Java is available in GitHub](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm) which contains all the mandatory Web APIs for opening Word documents, paste with formatting, restrict editing, spell-checking, and saving documents other than SFDT/DOCX format. Apart from these operations, all the user interactions and editing operations run purely in the client-side provides much faster editing experience to the users.
5
+ An example [Word Processor server-side Web API projects for ASP.NET MVC, ASP.NET Core, and Java is available in GitHub](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm) which contains all the mandatory Web APIs for opening Word documents, paste with formatting, restrict editing, spell-checking, and saving documents other than SFDT/DOCX format. Apart from these operations, all the user interactions and editing operations run purely in the client-side provides much faster editing experience to the users.
6
6
 
7
- Syncfusion provides a predefined [DOCX Editor server docker image](https://hub.docker.com/r/syncfusion/word-processor-server?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm) targeting ASP.NET Core 2.1 framework. You can directly pull this docker image and deploy it in server on the go. You can also create own docker image by customizing the existing [docker project from GitHub](https://github.com/SyncfusionExamples/Word-Processor-Server-Docker?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm).
7
+ Syncfusion provides a predefined [Word Processor server docker image](https://hub.docker.com/r/syncfusion/word-processor-server?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm) targeting ASP.NET Core 2.1 framework. You can directly pull this docker image and deploy it in server on the go. You can also create own docker image by customizing the existing [docker project from GitHub](https://github.com/SyncfusionExamples/Word-Processor-Server-Docker?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm).
8
8
 
9
9
  <p align="center">
10
- <a href="https://help.syncfusion.com/document-processing/word/word-processor/angular/getting-started?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm">Getting Started</a> .
11
- <a href="https://document.syncfusion.com/demos/docx-editor/angular/#/tailwind3/document-editor/default?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm#">Online demos</a> .
12
- <a href="https://www.syncfusion.com/docx-editor-sdk/angular-docx-editor?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm">Learn more</a>
10
+ <a href="https://ej2.syncfusion.com/angular/documentation/document-editor/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm">Getting Started</a> .
11
+ <a href="https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm#/bootstrap5/document-editor/default">Online demos</a> .
12
+ <a href="https://www.syncfusion.com/angular-components/angular-word-processor?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm">Learn more</a>
13
13
  </p>
14
14
 
15
15
  <p align="center">
16
- <img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/angular/angular-word-processor.png" alt="Angular DOCX Editor Component">
16
+ <img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/angular/angular-word-processor.png" alt="Angular Word Processor Component">
17
17
  </p>
18
18
 
19
19
  <p align="center">
20
20
  Trusted by the world's leading companies
21
21
  <a href="https://www.syncfusion.com">
22
- <img src="https://ej2.syncfusion.com/home/images/trusted_companies.png" alt="Bootstrap logo">
22
+ <img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp" alt="Bootstrap logo">
23
23
  </a>
24
24
  </p>
25
25
 
@@ -35,7 +35,7 @@ cd quickstart
35
35
  npm install
36
36
  ```
37
37
 
38
- ### Adding Syncfusion DOCX Editor package
38
+ ### Adding Syncfusion Word Processor package
39
39
 
40
40
  All Syncfusion Angular packages are published in [npmjs.com](https://www.npmjs.com/~syncfusionorg) registry. To install Angular Document editor package, use the following command.
41
41
 
@@ -43,7 +43,7 @@ All Syncfusion Angular packages are published in [npmjs.com](https://www.npmjs.c
43
43
  npm install @syncfusion/ej2-angular-documenteditor --save
44
44
  ```
45
45
 
46
- ### Adding CSS references for DOCX Editor
46
+ ### Adding CSS references for Word Processor
47
47
 
48
48
  Add CSS references needed for Document editor in the **src/styles/styles.css** file.
49
49
 
@@ -83,7 +83,7 @@ import { AppComponent } from './default.component';
83
83
  export class AppModule { }
84
84
  ```
85
85
 
86
- ## Add DOCX Editor component
86
+ ## Add Word Processor component
87
87
 
88
88
  Modify the template in [src/app/app.component.ts] file to render the Document Editor component.
89
89
  Add the Angular Document Editor by using <ejs-documenteditorcontainer> selector in template section of the **app.component.ts** file.
@@ -95,7 +95,7 @@ import { ToolbarService } from '@syncfusion/ej2-angular-documenteditor';
95
95
  @Component({
96
96
  selector: 'app-container',
97
97
  // specifies the template string for the DocumentEditorContainer component
98
- template: `<ejs-documenteditorcontainer serviceUrl="https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/" [enableToolbar]=true> </ejs-documenteditorcontainer>`,
98
+ template: `<ejs-documenteditorcontainer serviceUrl="https://ej2services.syncfusion.com/production/web-services/api/documenteditor/" [enableToolbar]=true> </ejs-documenteditorcontainer>`,
99
99
  providers: [ToolbarService]
100
100
  })
101
101
  export class AppComponent implements OnInit {
@@ -105,13 +105,13 @@ export class AppComponent implements OnInit {
105
105
  }
106
106
  ```
107
107
 
108
- > The web API ('https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/') is created specifically for our online demos. You should host web API on your side, refer the [web service documentation](https://help.syncfusion.com/document-processing/word/word-processor/angular/web-services/core?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm) for more information.
108
+ > The web API ('https://ej2services.syncfusion.com/production/web-services/api/documenteditor/') is created specifically for our online demos. You should host web API on your side, refer the [web service documentation](https://ej2.syncfusion.com/angular/documentation/document-editor/web-services/?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm) for more information.
109
109
 
110
110
  ## Supported frameworks
111
111
 
112
- The Angular DOCX Editor (Document Editor) component is also offered in the following list of frameworks.
112
+ The Angular Word Processor (Document Editor) component is also offered in the following list of frameworks.
113
113
 
114
- | [<img src="https://ej2.syncfusion.com/github/images/js.svg" height="50" />](https://www.syncfusion.com/docx-editor-sdk/javascript-docx-editor?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[JavaScript](https://www.syncfusion.com/docx-editor-sdk/javascript-docx-editor?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/react.svg" height="50" />](https://www.syncfusion.com/docx-editor-sdk/react-docx-editor?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[React](https://www.syncfusion.com/docx-editor-sdk/react-docx-editor?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/vue.svg" height="50" />](https://www.syncfusion.com/docx-editor-sdk/vue-docx-editor?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Vue](https://www.syncfusion.com/docx-editor-sdk/vue-docx-editor?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/netcore.svg" height="50" />](https://www.syncfusion.com/docx-editor-sdk/asp-net-core-docx-editor?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;Core](https://www.syncfusion.com/docx-editor-sdk/asp-net-core-docx-editor?utm_medium=listing&utm_source=github)&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/netmvc.svg" height="50" />](https://www.syncfusion.com/docx-editor-sdk/asp-net-mvc-docx-editor?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;MVC](https://www.syncfusion.com/docx-editor-sdk/asp-net-mvc-docx-editor?utm_medium=listing&utm_source=github)&nbsp;&nbsp; |
114
+ | [<img src="https://ej2.syncfusion.com/github/images/js.svg" height="50" />](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/react.svg" height="50" />](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[React](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/vue.svg" height="50" />](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[Vue](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/netcore.svg" height="50" />](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp; | [<img src="https://ej2.syncfusion.com/github/images/netmvc.svg" height="50" />](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)<br/>&nbsp;&nbsp;[ASP.NET&nbsp;MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)&nbsp;&nbsp; |
115
115
  | :-----: | :-----: | :-----: | :-----: | :-----: |
116
116
 
117
117
  ## Showcase samples
@@ -122,16 +122,16 @@ The Angular DOCX Editor (Document Editor) component is also offered in the follo
122
122
 
123
123
  ## Key features
124
124
 
125
- * [Document Authoring](https://document.syncfusion.com/demos/docx-editor/angular/?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm#/tailwind3/document-editor/default) - Allows to create a document with supported elements and formatting options.
125
+ * [Document Authoring](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm#/bootstrap5/document-editor/default) - Allows to create a document with supported elements and formatting options.
126
126
  * Supported elements - Supports document elements like text, inline image, table, hyperlink, fields, bookmark, table of contents, footnote and endnote, section, header, and footer.
127
127
  * Styles - Supports character and paragraph styles.
128
128
  * Editing - Supports all the common editing and formatting operations.
129
129
  * History - Supports options to perform undo redo operations.
130
130
  * Find and replace - Provides support to find and replace text within the document.
131
- * [Track changes](https://document.syncfusion.com/demos/docx-editor/angular/?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm#/tailwind3/document-editor/track-changes) - Suppports tracking the content insertion and deletion.
132
- * [Commenting](https://document.syncfusion.com/demos/docx-editor/angular/?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm#/tailwind3/document-editor/comments) - Supports adding a comment, replying to an existing comment or mark as resolved and more.
133
- * [Form filling](https://document.syncfusion.com/demos/docx-editor/angular/?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm#/tailwind3/document-editor/form-fields) - Supports designing fillable forms in Word document and fill the forms.
134
- * [Restrict editng](https://document.syncfusion.com/demos/docx-editor/angular/?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm#/tailwind3/document-editor/document-protection) - Supports restricting edit permission for a region in Word document and control what type of changes can be made to the document .
131
+ * [Track changes](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm#/bootstrap5/document-editor/track-changes) - Suppports tracking the content insertion and deletion.
132
+ * [Commenting](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm#/bootstrap5/document-editor/comments) - Supports adding a comment, replying to an existing comment or mark as resolved and more.
133
+ * [Form filling](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm#/bootstrap5/document-editor/form-fields) - Supports designing fillable forms in Word document and fill the forms.
134
+ * [Restrict editng](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-word-processor-npm#/bootstrap5/document-editor/document-protection) - Supports restricting edit permission for a region in Word document and control what type of changes can be made to the document.
135
135
  * Export - Provides the options to export the documents in the client-side as `Syncfusion Document Text (*.sfdt)` and `Word document (*.docx)`. With server-side library, exporting as other formats can be achieved.
136
136
  * Import - Provides the options to import the native `Syncfusion Document Text (*.sfdt)` format documents in the client-side. With server-side library, importing other formats can be achieved.
137
137
  * Print - Provides the options to print the documents.
@@ -140,14 +140,7 @@ The Angular DOCX Editor (Document Editor) component is also offered in the follo
140
140
  * Context menu - Provides context menu.
141
141
  * Dialog - Provides dialog for inserting elements such as hyperlink, table and formatting such as font, paragraph, list, style, table.
142
142
  * Options pane - Provides options pane to perform find and replace operations.
143
-
144
- ## Resources
145
-
146
- * [Theme Studio](https://ej2.syncfusion.com/themestudio/)
147
- * [What's New](https://www.syncfusion.com/products/whatsnew/docx-editor-sdk?utm_medium=listing&utm_source=github)
148
- * [Road Map](https://www.syncfusion.com/products/roadmap/docx-editor-sdk)
149
- * [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=angular&type=all)
150
-
143
+
151
144
  ## Support
152
145
 
153
146
  Product support is available through the following mediums.
@@ -164,7 +157,7 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
164
157
 
165
158
  ## License and copyright
166
159
 
167
- > This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 140+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
160
+ > This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
168
161
 
169
162
  > A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
170
163