@syncfusion/ej2-angular-documenteditor 33.2.15-ngcc → 34.1.29-ngcc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/@syncfusion/ej2-angular-documenteditor.es5.js +2 -2
  2. package/@syncfusion/ej2-angular-documenteditor.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-documenteditor.js +2 -2
  4. package/@syncfusion/ej2-angular-documenteditor.js.map +1 -1
  5. package/README.md +30 -23
  6. package/dist/ej2-angular-documenteditor.umd.js +205 -2
  7. package/dist/ej2-angular-documenteditor.umd.js.map +1 -1
  8. package/dist/ej2-angular-documenteditor.umd.min.js +2 -2
  9. package/dist/ej2-angular-documenteditor.umd.min.js.map +1 -1
  10. package/ej2-angular-documenteditor.metadata.json +1 -1
  11. package/package.json +15 -46
  12. package/schematics/utils/lib-details.d.ts +2 -2
  13. package/schematics/utils/lib-details.js +2 -2
  14. package/schematics/utils/lib-details.ts +2 -2
  15. package/src/document-editor/documenteditor.component.d.ts +1 -0
  16. package/styles/bds-lite.scss +1 -1
  17. package/styles/bds.scss +2 -2
  18. package/styles/bootstrap-dark-lite.scss +1 -1
  19. package/styles/bootstrap-dark.scss +2 -2
  20. package/styles/bootstrap-lite.scss +1 -1
  21. package/styles/bootstrap.scss +2 -2
  22. package/styles/bootstrap4-lite.scss +1 -1
  23. package/styles/bootstrap4.scss +2 -2
  24. package/styles/bootstrap5-dark-lite.scss +1 -1
  25. package/styles/bootstrap5-dark.scss +2 -2
  26. package/styles/bootstrap5-lite.scss +1 -1
  27. package/styles/bootstrap5.3-lite.scss +1 -1
  28. package/styles/bootstrap5.3.scss +2 -2
  29. package/styles/bootstrap5.scss +2 -2
  30. package/styles/document-editor/bds.scss +1 -1
  31. package/styles/document-editor/bootstrap-dark.scss +1 -1
  32. package/styles/document-editor/bootstrap.scss +1 -1
  33. package/styles/document-editor/bootstrap4.scss +1 -1
  34. package/styles/document-editor/bootstrap5-dark.scss +1 -1
  35. package/styles/document-editor/bootstrap5.3.scss +1 -1
  36. package/styles/document-editor/bootstrap5.scss +1 -1
  37. package/styles/document-editor/fabric-dark.scss +1 -1
  38. package/styles/document-editor/fabric.scss +1 -1
  39. package/styles/document-editor/fluent-dark.scss +1 -1
  40. package/styles/document-editor/fluent.scss +1 -1
  41. package/styles/document-editor/fluent2.scss +1 -1
  42. package/styles/document-editor/highcontrast-light.scss +1 -1
  43. package/styles/document-editor/highcontrast.scss +1 -1
  44. package/styles/document-editor/material-dark.scss +1 -1
  45. package/styles/document-editor/material.scss +1 -1
  46. package/styles/document-editor/material3-dark.scss +1 -2
  47. package/styles/document-editor/material3.scss +1 -2
  48. package/styles/document-editor/tailwind-dark.scss +1 -1
  49. package/styles/document-editor/tailwind.scss +1 -1
  50. package/styles/document-editor/tailwind3.scss +1 -1
  51. package/styles/document-editor-container/bds.scss +1 -1
  52. package/styles/document-editor-container/bootstrap-dark.scss +1 -1
  53. package/styles/document-editor-container/bootstrap.scss +1 -1
  54. package/styles/document-editor-container/bootstrap4.scss +1 -1
  55. package/styles/document-editor-container/bootstrap5-dark.scss +1 -1
  56. package/styles/document-editor-container/bootstrap5.3.scss +1 -1
  57. package/styles/document-editor-container/bootstrap5.scss +1 -1
  58. package/styles/document-editor-container/fabric-dark.scss +1 -1
  59. package/styles/document-editor-container/fabric.scss +1 -1
  60. package/styles/document-editor-container/fluent-dark.scss +1 -1
  61. package/styles/document-editor-container/fluent.scss +1 -1
  62. package/styles/document-editor-container/fluent2.scss +1 -1
  63. package/styles/document-editor-container/highcontrast-light.scss +1 -1
  64. package/styles/document-editor-container/highcontrast.scss +1 -1
  65. package/styles/document-editor-container/material-dark.scss +1 -1
  66. package/styles/document-editor-container/material.scss +1 -1
  67. package/styles/document-editor-container/material3-dark.scss +1 -2
  68. package/styles/document-editor-container/material3.scss +1 -2
  69. package/styles/document-editor-container/tailwind-dark.scss +1 -1
  70. package/styles/document-editor-container/tailwind.scss +1 -1
  71. package/styles/document-editor-container/tailwind3.scss +1 -1
  72. package/styles/fabric-dark-lite.scss +1 -1
  73. package/styles/fabric-dark.scss +2 -2
  74. package/styles/fabric-lite.scss +1 -1
  75. package/styles/fabric.scss +2 -2
  76. package/styles/fluent-dark-lite.scss +1 -1
  77. package/styles/fluent-dark.scss +2 -2
  78. package/styles/fluent-lite.scss +1 -1
  79. package/styles/fluent.scss +2 -2
  80. package/styles/fluent2-lite.scss +1 -1
  81. package/styles/fluent2.scss +2 -2
  82. package/styles/highcontrast-light-lite.scss +1 -1
  83. package/styles/highcontrast-light.scss +2 -2
  84. package/styles/highcontrast-lite.scss +1 -1
  85. package/styles/highcontrast.scss +2 -2
  86. package/styles/material-dark-lite.scss +1 -1
  87. package/styles/material-dark.scss +2 -2
  88. package/styles/material-lite.scss +1 -1
  89. package/styles/material.scss +2 -2
  90. package/styles/material3-dark-lite.scss +1 -1
  91. package/styles/material3-dark.scss +2 -3
  92. package/styles/material3-lite.scss +1 -1
  93. package/styles/material3.scss +2 -3
  94. package/styles/tailwind-dark-lite.scss +1 -1
  95. package/styles/tailwind-dark.scss +2 -2
  96. package/styles/tailwind-lite.scss +1 -1
  97. package/styles/tailwind.scss +2 -2
  98. package/styles/tailwind3-lite.scss +1 -1
  99. package/styles/tailwind3.scss +2 -2
@@ -1 +1 @@
1
- {"__symbolic":"module","version":3,"exports":[{"from":"@syncfusion/ej2-documenteditor"}],"metadata":{"ɵa":["acceptTab","autoResizeOnVisibilityChange","currentUser","defaultPasteOption","documentEditorSettings","documentName","documentSettings","enableAutoFocus","enableBookmarkDialog","enableBordersAndShadingDialog","enableCollaborativeEditing","enableColumnsDialog","enableComment","enableContextMenu","enableCursorOnReadOnly","enableEditor","enableEditorHistory","enableFontDialog","enableFootnoteAndEndnoteDialog","enableFormField","enableHyperlinkDialog","enableImageResizer","enableLayout","enableListDialog","enableLocalPaste","enableLockAndEdit","enableOptionsPane","enablePageSetupDialog","enableParagraphDialog","enablePersistence","enablePrint","enableRtl","enableSearch","enableSelection","enableSfdtExport","enableSpellCheck","enableStyleDialog","enableTableDialog","enableTableOfContentsDialog","enableTableOptionsDialog","enableTablePropertiesDialog","enableTextExport","enableTrackChanges","enableWordExport","headers","height","isReadOnly","layoutType","locale","pageGap","pageOutline","serverActionSettings","serviceUrl","showComments","showRevisions","useCtrlClickToFollowHyperlink","userColor","width","zIndex","zoomFactor"],"ɵb":["actionComplete","afterFormFieldFill","beforeAcceptRejectChanges","beforeCommentAction","beforeFileOpen","beforeFormFieldFill","beforePaneSwitch","beforePaste","commentBegin","commentDelete","commentEnd","contentChange","contentControl","created","customContextMenuBeforeOpen","customContextMenuSelect","destroyed","documentChange","keyDown","requestNavigate","searchResultsChange","selectionChange","serviceFailure","trackChange","viewChange","zoomFactorChange","beforeXmlHttpRequestSend","documentLoadFailed"],"ɵc":["autoResizeOnVisibilityChange","backstageMenu","currentUser","documentEditorSettings","documentSettings","enableAutoFocus","enableComment","enableCsp","enableLocalPaste","enableLockAndEdit","enablePersistence","enableRtl","enableSpellCheck","enableToolbar","enableTrackChanges","fileMenuItems","headers","height","layoutType","locale","restrictEditing","ribbonLayout","serverActionSettings","serviceUrl","showPropertiesPane","toolbarItems","toolbarMode","userColor","width","zIndex"],"ɵd":["beforeAcceptRejectChanges","beforeCommentAction","beforePaneSwitch","beforePaste","commentDelete","contentChange","contentControl","created","customContextMenuBeforeOpen","customContextMenuSelect","destroyed","documentChange","fileMenuItemClick","selectionChange","serviceFailure","toolbarClick","trackChange","beforeXmlHttpRequestSend"],"DocumentEditorComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"DocumentEditor"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-documenteditor","inputs":{"__symbolic":"reference","name":"ɵa"},"outputs":{"__symbolic":"reference","name":"ɵb"},"template":"","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"queries":{}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"}]]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"DocumentEditorModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"DocumentEditorComponent"}],"exports":[{"__symbolic":"reference","name":"DocumentEditorComponent"}]}]}],"members":{}},"DocumentEditorAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"DocumentEditorModule"}],"exports":[{"__symbolic":"reference","name":"DocumentEditorModule"}],"providers":[{"__symbolic":"reference","name":"PrintService"},{"__symbolic":"reference","name":"SfdtExportService"},{"__symbolic":"reference","name":"WordExportService"},{"__symbolic":"reference","name":"TextExportService"},{"__symbolic":"reference","name":"SelectionService"},{"__symbolic":"reference","name":"SearchService"},{"__symbolic":"reference","name":"EditorService"},{"__symbolic":"reference","name":"EditorHistoryService"},{"__symbolic":"reference","name":"OptionsPaneService"},{"__symbolic":"reference","name":"ContextMenuService"},{"__symbolic":"reference","name":"ImageResizerService"},{"__symbolic":"reference","name":"HyperlinkDialogService"},{"__symbolic":"reference","name":"TableDialogService"},{"__symbolic":"reference","name":"BookmarkDialogService"},{"__symbolic":"reference","name":"TableOfContentsDialogService"},{"__symbolic":"reference","name":"PageSetupDialogService"},{"__symbolic":"reference","name":"ParagraphDialogService"},{"__symbolic":"reference","name":"ListDialogService"},{"__symbolic":"reference","name":"StyleDialogService"},{"__symbolic":"reference","name":"StylesDialogService"},{"__symbolic":"reference","name":"BulletsAndNumberingDialogService"},{"__symbolic":"reference","name":"FontDialogService"},{"__symbolic":"reference","name":"TablePropertiesDialogService"},{"__symbolic":"reference","name":"BordersAndShadingDialogService"},{"__symbolic":"reference","name":"TableOptionsDialogService"},{"__symbolic":"reference","name":"CellOptionsDialogService"},{"__symbolic":"reference","name":"SpellCheckerService"},{"__symbolic":"reference","name":"SpellCheckDialogService"},{"__symbolic":"reference","name":"CollaborativeEditingService"},{"__symbolic":"reference","name":"ColumnsDialogService"},{"__symbolic":"reference","name":"CollaborativeEditingHandlerService"},{"__symbolic":"reference","name":"OptimizedService"},{"__symbolic":"reference","name":"TabDialogService"},{"__symbolic":"reference","name":"TextFormFieldDialogService"},{"__symbolic":"reference","name":"DropDownFormFieldDialogService"},{"__symbolic":"reference","name":"CheckBoxFormFieldDialogService"}]}]}],"members":{}},"PrintService":{"provide":"DocumentEditorPrint","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"Print"}},"SfdtExportService":{"provide":"DocumentEditorSfdtExport","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"SfdtExport"}},"WordExportService":{"provide":"DocumentEditorWordExport","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"WordExport"}},"TextExportService":{"provide":"DocumentEditorTextExport","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"TextExport"}},"SelectionService":{"provide":"DocumentEditorSelection","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"Selection"}},"SearchService":{"provide":"DocumentEditorSearch","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"Search"}},"EditorService":{"provide":"DocumentEditorEditor","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"Editor"}},"EditorHistoryService":{"provide":"DocumentEditorEditorHistory","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"EditorHistory"}},"OptionsPaneService":{"provide":"DocumentEditorOptionsPane","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"OptionsPane"}},"ContextMenuService":{"provide":"DocumentEditorContextMenu","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"ContextMenu"}},"ImageResizerService":{"provide":"DocumentEditorImageResizer","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"ImageResizer"}},"HyperlinkDialogService":{"provide":"DocumentEditorHyperlinkDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"HyperlinkDialog"}},"TableDialogService":{"provide":"DocumentEditorTableDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"TableDialog"}},"BookmarkDialogService":{"provide":"DocumentEditorBookmarkDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"BookmarkDialog"}},"TableOfContentsDialogService":{"provide":"DocumentEditorTableOfContentsDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"TableOfContentsDialog"}},"PageSetupDialogService":{"provide":"DocumentEditorPageSetupDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"PageSetupDialog"}},"ParagraphDialogService":{"provide":"DocumentEditorParagraphDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"ParagraphDialog"}},"ListDialogService":{"provide":"DocumentEditorListDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"ListDialog"}},"StyleDialogService":{"provide":"DocumentEditorStyleDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"StyleDialog"}},"StylesDialogService":{"provide":"DocumentEditorStylesDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"StylesDialog"}},"BulletsAndNumberingDialogService":{"provide":"DocumentEditorBulletsAndNumberingDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"BulletsAndNumberingDialog"}},"FontDialogService":{"provide":"DocumentEditorFontDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"FontDialog"}},"TablePropertiesDialogService":{"provide":"DocumentEditorTablePropertiesDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"TablePropertiesDialog"}},"BordersAndShadingDialogService":{"provide":"DocumentEditorBordersAndShadingDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"BordersAndShadingDialog"}},"TableOptionsDialogService":{"provide":"DocumentEditorTableOptionsDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"TableOptionsDialog"}},"CellOptionsDialogService":{"provide":"DocumentEditorCellOptionsDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"CellOptionsDialog"}},"SpellCheckerService":{"provide":"DocumentEditorSpellChecker","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"SpellChecker"}},"SpellCheckDialogService":{"provide":"DocumentEditorSpellCheckDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"SpellCheckDialog"}},"CollaborativeEditingService":{"provide":"DocumentEditorCollaborativeEditing","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"CollaborativeEditing"}},"ColumnsDialogService":{"provide":"DocumentEditorColumnsDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"ColumnsDialog"}},"CollaborativeEditingHandlerService":{"provide":"DocumentEditorCollaborativeEditingHandler","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"CollaborativeEditingHandler"}},"OptimizedService":{"provide":"DocumentEditorOptimized","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"Optimized"}},"TabDialogService":{"provide":"DocumentEditorTabDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"TabDialog"}},"TextFormFieldDialogService":{"provide":"DocumentEditorTextFormFieldDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"TextFormFieldDialog"}},"DropDownFormFieldDialogService":{"provide":"DocumentEditorDropDownFormFieldDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"DropDownFormFieldDialog"}},"CheckBoxFormFieldDialogService":{"provide":"DocumentEditorCheckBoxFormFieldDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"CheckBoxFormFieldDialog"}},"DocumentEditorContainerComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"DocumentEditorContainer"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-documenteditorcontainer","inputs":{"__symbolic":"reference","name":"ɵc"},"outputs":{"__symbolic":"reference","name":"ɵd"},"template":"","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"queries":{}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"}]]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"DocumentEditorContainerModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"DocumentEditorContainerComponent"}],"exports":[{"__symbolic":"reference","name":"DocumentEditorContainerComponent"}]}]}],"members":{}},"DocumentEditorContainerAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"DocumentEditorContainerModule"}],"exports":[{"__symbolic":"reference","name":"DocumentEditorContainerModule"}],"providers":[{"__symbolic":"reference","name":"ToolbarService"},{"__symbolic":"reference","name":"RibbonService"}]}]}],"members":{}},"ToolbarService":{"provide":"DocumentEditorToolbar","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"Toolbar"}},"RibbonService":{"provide":"DocumentEditorRibbon","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"Ribbon"}}},"origins":{"ɵa":"./src/document-editor/documenteditor.component","ɵb":"./src/document-editor/documenteditor.component","ɵc":"./src/document-editor-container/documenteditorcontainer.component","ɵd":"./src/document-editor-container/documenteditorcontainer.component","DocumentEditorComponent":"./src/document-editor/documenteditor.component","DocumentEditorModule":"./src/document-editor/documenteditor.module","DocumentEditorAllModule":"./src/document-editor/documenteditor-all.module","PrintService":"./src/document-editor/documenteditor-all.module","SfdtExportService":"./src/document-editor/documenteditor-all.module","WordExportService":"./src/document-editor/documenteditor-all.module","TextExportService":"./src/document-editor/documenteditor-all.module","SelectionService":"./src/document-editor/documenteditor-all.module","SearchService":"./src/document-editor/documenteditor-all.module","EditorService":"./src/document-editor/documenteditor-all.module","EditorHistoryService":"./src/document-editor/documenteditor-all.module","OptionsPaneService":"./src/document-editor/documenteditor-all.module","ContextMenuService":"./src/document-editor/documenteditor-all.module","ImageResizerService":"./src/document-editor/documenteditor-all.module","HyperlinkDialogService":"./src/document-editor/documenteditor-all.module","TableDialogService":"./src/document-editor/documenteditor-all.module","BookmarkDialogService":"./src/document-editor/documenteditor-all.module","TableOfContentsDialogService":"./src/document-editor/documenteditor-all.module","PageSetupDialogService":"./src/document-editor/documenteditor-all.module","ParagraphDialogService":"./src/document-editor/documenteditor-all.module","ListDialogService":"./src/document-editor/documenteditor-all.module","StyleDialogService":"./src/document-editor/documenteditor-all.module","StylesDialogService":"./src/document-editor/documenteditor-all.module","BulletsAndNumberingDialogService":"./src/document-editor/documenteditor-all.module","FontDialogService":"./src/document-editor/documenteditor-all.module","TablePropertiesDialogService":"./src/document-editor/documenteditor-all.module","BordersAndShadingDialogService":"./src/document-editor/documenteditor-all.module","TableOptionsDialogService":"./src/document-editor/documenteditor-all.module","CellOptionsDialogService":"./src/document-editor/documenteditor-all.module","SpellCheckerService":"./src/document-editor/documenteditor-all.module","SpellCheckDialogService":"./src/document-editor/documenteditor-all.module","CollaborativeEditingService":"./src/document-editor/documenteditor-all.module","ColumnsDialogService":"./src/document-editor/documenteditor-all.module","CollaborativeEditingHandlerService":"./src/document-editor/documenteditor-all.module","OptimizedService":"./src/document-editor/documenteditor-all.module","TabDialogService":"./src/document-editor/documenteditor-all.module","TextFormFieldDialogService":"./src/document-editor/documenteditor-all.module","DropDownFormFieldDialogService":"./src/document-editor/documenteditor-all.module","CheckBoxFormFieldDialogService":"./src/document-editor/documenteditor-all.module","DocumentEditorContainerComponent":"./src/document-editor-container/documenteditorcontainer.component","DocumentEditorContainerModule":"./src/document-editor-container/documenteditorcontainer.module","DocumentEditorContainerAllModule":"./src/document-editor-container/documenteditorcontainer-all.module","ToolbarService":"./src/document-editor-container/documenteditorcontainer-all.module","RibbonService":"./src/document-editor-container/documenteditorcontainer-all.module"},"importAs":"@syncfusion/ej2-angular-documenteditor"}
1
+ {"__symbolic":"module","version":3,"exports":[{"from":"@syncfusion/ej2-documenteditor"}],"metadata":{"ɵa":["acceptTab","autoResizeOnVisibilityChange","currentUser","defaultPasteOption","documentEditorSettings","documentName","documentSettings","enableAutoFocus","enableBookmarkDialog","enableBordersAndShadingDialog","enableCollaborativeEditing","enableColumnsDialog","enableComment","enableContextMenu","enableCursorOnReadOnly","enableEditor","enableEditorHistory","enableFontDialog","enableFootnoteAndEndnoteDialog","enableFormField","enableHyperlinkDialog","enableImageResizer","enableLayout","enableListDialog","enableLocalPaste","enableLockAndEdit","enableOptionsPane","enablePageSetupDialog","enableParagraphDialog","enablePersistence","enablePrint","enableRtl","enableSearch","enableSelection","enableSfdtExport","enableSpellCheck","enableStyleDialog","enableTableDialog","enableTableOfContentsDialog","enableTableOptionsDialog","enableTablePropertiesDialog","enableTextExport","enableTrackChanges","enableWordExport","headers","height","isReadOnly","layoutType","locale","pageGap","pageOutline","serverActionSettings","serviceUrl","showComments","showRevisions","useCtrlClickToFollowHyperlink","userColor","width","zIndex","zoomFactor"],"ɵb":["actionComplete","afterFormFieldFill","beforeAcceptRejectChanges","beforeCommentAction","beforeFileOpen","beforeFormFieldFill","beforePaneSwitch","beforePaste","commentBegin","commentDelete","commentEnd","contentChange","contentControl","created","customContextMenuBeforeOpen","customContextMenuSelect","destroyed","documentChange","keyDown","requestNavigate","searchResultsChange","selectionChange","serviceFailure","trackChange","unsupportedBorderStyleClick","viewChange","zoomFactorChange","beforeXmlHttpRequestSend","documentLoadFailed"],"ɵc":["autoResizeOnVisibilityChange","backstageMenu","currentUser","documentEditorSettings","documentSettings","enableAutoFocus","enableComment","enableCsp","enableLocalPaste","enableLockAndEdit","enablePersistence","enableRtl","enableSpellCheck","enableToolbar","enableTrackChanges","fileMenuItems","headers","height","layoutType","locale","restrictEditing","ribbonLayout","serverActionSettings","serviceUrl","showPropertiesPane","toolbarItems","toolbarMode","userColor","width","zIndex"],"ɵd":["beforeAcceptRejectChanges","beforeCommentAction","beforePaneSwitch","beforePaste","commentDelete","contentChange","contentControl","created","customContextMenuBeforeOpen","customContextMenuSelect","destroyed","documentChange","fileMenuItemClick","selectionChange","serviceFailure","toolbarClick","trackChange","beforeXmlHttpRequestSend"],"DocumentEditorComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"DocumentEditor"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-documenteditor","inputs":{"__symbolic":"reference","name":"ɵa"},"outputs":{"__symbolic":"reference","name":"ɵb"},"template":"","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"queries":{}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"}]]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"DocumentEditorModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"DocumentEditorComponent"}],"exports":[{"__symbolic":"reference","name":"DocumentEditorComponent"}]}]}],"members":{}},"DocumentEditorAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"DocumentEditorModule"}],"exports":[{"__symbolic":"reference","name":"DocumentEditorModule"}],"providers":[{"__symbolic":"reference","name":"PrintService"},{"__symbolic":"reference","name":"SfdtExportService"},{"__symbolic":"reference","name":"WordExportService"},{"__symbolic":"reference","name":"TextExportService"},{"__symbolic":"reference","name":"SelectionService"},{"__symbolic":"reference","name":"SearchService"},{"__symbolic":"reference","name":"EditorService"},{"__symbolic":"reference","name":"EditorHistoryService"},{"__symbolic":"reference","name":"OptionsPaneService"},{"__symbolic":"reference","name":"ContextMenuService"},{"__symbolic":"reference","name":"ImageResizerService"},{"__symbolic":"reference","name":"HyperlinkDialogService"},{"__symbolic":"reference","name":"TableDialogService"},{"__symbolic":"reference","name":"BookmarkDialogService"},{"__symbolic":"reference","name":"TableOfContentsDialogService"},{"__symbolic":"reference","name":"PageSetupDialogService"},{"__symbolic":"reference","name":"ParagraphDialogService"},{"__symbolic":"reference","name":"ListDialogService"},{"__symbolic":"reference","name":"StyleDialogService"},{"__symbolic":"reference","name":"StylesDialogService"},{"__symbolic":"reference","name":"BulletsAndNumberingDialogService"},{"__symbolic":"reference","name":"FontDialogService"},{"__symbolic":"reference","name":"TablePropertiesDialogService"},{"__symbolic":"reference","name":"BordersAndShadingDialogService"},{"__symbolic":"reference","name":"TableOptionsDialogService"},{"__symbolic":"reference","name":"CellOptionsDialogService"},{"__symbolic":"reference","name":"SpellCheckerService"},{"__symbolic":"reference","name":"SpellCheckDialogService"},{"__symbolic":"reference","name":"CollaborativeEditingService"},{"__symbolic":"reference","name":"ColumnsDialogService"},{"__symbolic":"reference","name":"CollaborativeEditingHandlerService"},{"__symbolic":"reference","name":"OptimizedService"},{"__symbolic":"reference","name":"TabDialogService"},{"__symbolic":"reference","name":"TextFormFieldDialogService"},{"__symbolic":"reference","name":"DropDownFormFieldDialogService"},{"__symbolic":"reference","name":"CheckBoxFormFieldDialogService"}]}]}],"members":{}},"PrintService":{"provide":"DocumentEditorPrint","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"Print"}},"SfdtExportService":{"provide":"DocumentEditorSfdtExport","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"SfdtExport"}},"WordExportService":{"provide":"DocumentEditorWordExport","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"WordExport"}},"TextExportService":{"provide":"DocumentEditorTextExport","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"TextExport"}},"SelectionService":{"provide":"DocumentEditorSelection","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"Selection"}},"SearchService":{"provide":"DocumentEditorSearch","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"Search"}},"EditorService":{"provide":"DocumentEditorEditor","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"Editor"}},"EditorHistoryService":{"provide":"DocumentEditorEditorHistory","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"EditorHistory"}},"OptionsPaneService":{"provide":"DocumentEditorOptionsPane","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"OptionsPane"}},"ContextMenuService":{"provide":"DocumentEditorContextMenu","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"ContextMenu"}},"ImageResizerService":{"provide":"DocumentEditorImageResizer","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"ImageResizer"}},"HyperlinkDialogService":{"provide":"DocumentEditorHyperlinkDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"HyperlinkDialog"}},"TableDialogService":{"provide":"DocumentEditorTableDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"TableDialog"}},"BookmarkDialogService":{"provide":"DocumentEditorBookmarkDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"BookmarkDialog"}},"TableOfContentsDialogService":{"provide":"DocumentEditorTableOfContentsDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"TableOfContentsDialog"}},"PageSetupDialogService":{"provide":"DocumentEditorPageSetupDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"PageSetupDialog"}},"ParagraphDialogService":{"provide":"DocumentEditorParagraphDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"ParagraphDialog"}},"ListDialogService":{"provide":"DocumentEditorListDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"ListDialog"}},"StyleDialogService":{"provide":"DocumentEditorStyleDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"StyleDialog"}},"StylesDialogService":{"provide":"DocumentEditorStylesDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"StylesDialog"}},"BulletsAndNumberingDialogService":{"provide":"DocumentEditorBulletsAndNumberingDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"BulletsAndNumberingDialog"}},"FontDialogService":{"provide":"DocumentEditorFontDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"FontDialog"}},"TablePropertiesDialogService":{"provide":"DocumentEditorTablePropertiesDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"TablePropertiesDialog"}},"BordersAndShadingDialogService":{"provide":"DocumentEditorBordersAndShadingDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"BordersAndShadingDialog"}},"TableOptionsDialogService":{"provide":"DocumentEditorTableOptionsDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"TableOptionsDialog"}},"CellOptionsDialogService":{"provide":"DocumentEditorCellOptionsDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"CellOptionsDialog"}},"SpellCheckerService":{"provide":"DocumentEditorSpellChecker","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"SpellChecker"}},"SpellCheckDialogService":{"provide":"DocumentEditorSpellCheckDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"SpellCheckDialog"}},"CollaborativeEditingService":{"provide":"DocumentEditorCollaborativeEditing","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"CollaborativeEditing"}},"ColumnsDialogService":{"provide":"DocumentEditorColumnsDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"ColumnsDialog"}},"CollaborativeEditingHandlerService":{"provide":"DocumentEditorCollaborativeEditingHandler","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"CollaborativeEditingHandler"}},"OptimizedService":{"provide":"DocumentEditorOptimized","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"Optimized"}},"TabDialogService":{"provide":"DocumentEditorTabDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"TabDialog"}},"TextFormFieldDialogService":{"provide":"DocumentEditorTextFormFieldDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"TextFormFieldDialog"}},"DropDownFormFieldDialogService":{"provide":"DocumentEditorDropDownFormFieldDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"DropDownFormFieldDialog"}},"CheckBoxFormFieldDialogService":{"provide":"DocumentEditorCheckBoxFormFieldDialog","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"CheckBoxFormFieldDialog"}},"DocumentEditorContainerComponent":{"__symbolic":"class","extends":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"DocumentEditorContainer"},"decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component"},"arguments":[{"selector":"ejs-documenteditorcontainer","inputs":{"__symbolic":"reference","name":"ɵc"},"outputs":{"__symbolic":"reference","name":"ɵd"},"template":"","changeDetection":{"__symbolic":"select","expression":{"__symbolic":"reference","module":"@angular/core","name":"ChangeDetectionStrategy"},"member":"OnPush"},"queries":{}}]},{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentMixins"},"arguments":[[{"__symbolic":"reference","module":"@syncfusion/ej2-angular-base","name":"ComponentBase"}]]}],"members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbolic":"reference","module":"@angular/core","name":"ElementRef"},{"__symbolic":"reference","module":"@angular/core","name":"Renderer2"},{"__symbolic":"reference","module":"@angular/core","name":"ViewContainerRef"},{"__symbolic":"reference","module":"@angular/core","name":"Injector"}]}],"ngOnInit":[{"__symbolic":"method"}],"ngAfterViewInit":[{"__symbolic":"method"}],"ngOnDestroy":[{"__symbolic":"method"}],"ngAfterContentChecked":[{"__symbolic":"method"}]}},"DocumentEditorContainerModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"}],"declarations":[{"__symbolic":"reference","name":"DocumentEditorContainerComponent"}],"exports":[{"__symbolic":"reference","name":"DocumentEditorContainerComponent"}]}]}],"members":{}},"DocumentEditorContainerAllModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule"},"arguments":[{"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule"},{"__symbolic":"reference","name":"DocumentEditorContainerModule"}],"exports":[{"__symbolic":"reference","name":"DocumentEditorContainerModule"}],"providers":[{"__symbolic":"reference","name":"ToolbarService"},{"__symbolic":"reference","name":"RibbonService"}]}]}],"members":{}},"ToolbarService":{"provide":"DocumentEditorToolbar","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"Toolbar"}},"RibbonService":{"provide":"DocumentEditorRibbon","useValue":{"__symbolic":"reference","module":"@syncfusion/ej2-documenteditor","name":"Ribbon"}}},"origins":{"ɵa":"./src/document-editor/documenteditor.component","ɵb":"./src/document-editor/documenteditor.component","ɵc":"./src/document-editor-container/documenteditorcontainer.component","ɵd":"./src/document-editor-container/documenteditorcontainer.component","DocumentEditorComponent":"./src/document-editor/documenteditor.component","DocumentEditorModule":"./src/document-editor/documenteditor.module","DocumentEditorAllModule":"./src/document-editor/documenteditor-all.module","PrintService":"./src/document-editor/documenteditor-all.module","SfdtExportService":"./src/document-editor/documenteditor-all.module","WordExportService":"./src/document-editor/documenteditor-all.module","TextExportService":"./src/document-editor/documenteditor-all.module","SelectionService":"./src/document-editor/documenteditor-all.module","SearchService":"./src/document-editor/documenteditor-all.module","EditorService":"./src/document-editor/documenteditor-all.module","EditorHistoryService":"./src/document-editor/documenteditor-all.module","OptionsPaneService":"./src/document-editor/documenteditor-all.module","ContextMenuService":"./src/document-editor/documenteditor-all.module","ImageResizerService":"./src/document-editor/documenteditor-all.module","HyperlinkDialogService":"./src/document-editor/documenteditor-all.module","TableDialogService":"./src/document-editor/documenteditor-all.module","BookmarkDialogService":"./src/document-editor/documenteditor-all.module","TableOfContentsDialogService":"./src/document-editor/documenteditor-all.module","PageSetupDialogService":"./src/document-editor/documenteditor-all.module","ParagraphDialogService":"./src/document-editor/documenteditor-all.module","ListDialogService":"./src/document-editor/documenteditor-all.module","StyleDialogService":"./src/document-editor/documenteditor-all.module","StylesDialogService":"./src/document-editor/documenteditor-all.module","BulletsAndNumberingDialogService":"./src/document-editor/documenteditor-all.module","FontDialogService":"./src/document-editor/documenteditor-all.module","TablePropertiesDialogService":"./src/document-editor/documenteditor-all.module","BordersAndShadingDialogService":"./src/document-editor/documenteditor-all.module","TableOptionsDialogService":"./src/document-editor/documenteditor-all.module","CellOptionsDialogService":"./src/document-editor/documenteditor-all.module","SpellCheckerService":"./src/document-editor/documenteditor-all.module","SpellCheckDialogService":"./src/document-editor/documenteditor-all.module","CollaborativeEditingService":"./src/document-editor/documenteditor-all.module","ColumnsDialogService":"./src/document-editor/documenteditor-all.module","CollaborativeEditingHandlerService":"./src/document-editor/documenteditor-all.module","OptimizedService":"./src/document-editor/documenteditor-all.module","TabDialogService":"./src/document-editor/documenteditor-all.module","TextFormFieldDialogService":"./src/document-editor/documenteditor-all.module","DropDownFormFieldDialogService":"./src/document-editor/documenteditor-all.module","CheckBoxFormFieldDialogService":"./src/document-editor/documenteditor-all.module","DocumentEditorContainerComponent":"./src/document-editor-container/documenteditorcontainer.component","DocumentEditorContainerModule":"./src/document-editor-container/documenteditorcontainer.module","DocumentEditorContainerAllModule":"./src/document-editor-container/documenteditorcontainer-all.module","ToolbarService":"./src/document-editor-container/documenteditorcontainer-all.module","RibbonService":"./src/document-editor-container/documenteditorcontainer-all.module"},"importAs":"@syncfusion/ej2-angular-documenteditor"}
package/package.json CHANGED
@@ -1,61 +1,30 @@
1
1
  {
2
- "_from": "@syncfusion/ej2-angular-documenteditor@*",
3
- "_id": "@syncfusion/ej2-angular-documenteditor@33.1.1",
4
- "_inBundle": false,
5
- "_integrity": "sha512-L+4InMXMfYQpgKCQDam5WPJj79kfuz1s5cuLUDjM34rbuGt5rHgMswaDjb+09afq7C6F7bAek8B93j+sfWnRhg==",
6
- "_location": "/@syncfusion/ej2-angular-documenteditor",
7
- "_phantomChildren": {},
8
- "_requested": {
9
- "type": "range",
10
- "registry": true,
11
- "raw": "@syncfusion/ej2-angular-documenteditor@*",
12
- "name": "@syncfusion/ej2-angular-documenteditor",
13
- "escapedName": "@syncfusion%2fej2-angular-documenteditor",
14
- "scope": "@syncfusion",
15
- "rawSpec": "*",
16
- "saveSpec": null,
17
- "fetchSpec": "*"
18
- },
19
- "_requiredBy": [
20
- "/"
21
- ],
22
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-angular-documenteditor/-/ej2-angular-documenteditor-33.1.1.tgz",
23
- "_shasum": "f63dd655696c6f97e2813f2e71fdfdae463bbb64",
24
- "_spec": "@syncfusion/ej2-angular-documenteditor@*",
25
- "_where": "C:\\Users\\DeepikaArumugasamy\\Downloads\\ej2-nexus-branch-switching-dev 2\\release",
26
- "author": {
27
- "name": "Syncfusion Inc."
28
- },
29
- "bugs": {
30
- "url": "https://github.com/syncfusion/ej2-angular-ui-components/issues"
31
- },
32
- "bundleDependencies": false,
2
+ "name": "@syncfusion/ej2-angular-documenteditor",
3
+ "version": "34.1.29-ngcc",
4
+ "description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular",
5
+ "author": "Syncfusion Inc.",
6
+ "license": "SEE LICENSE IN license",
7
+ "schematics": "./schematics/collection.json",
33
8
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~33.2.10",
35
- "@syncfusion/ej2-base": "~33.2.3",
36
- "@syncfusion/ej2-documenteditor": "33.2.15"
9
+ "@syncfusion/ej2-base": "~34.1.29",
10
+ "@syncfusion/ej2-angular-base": "~34.1.29",
11
+ "@syncfusion/ej2-documenteditor": "34.1.29"
37
12
  },
38
- "deprecated": false,
39
- "description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular",
40
13
  "devDependencies": {},
41
- "es2015": "@syncfusion/ej2-angular-documenteditor.js",
42
- "homepage": "https://www.syncfusion.com/angular-components",
43
14
  "keywords": [
44
15
  "ej2-angular-documenteditor",
45
16
  "angular-documenteditor",
46
17
  "angular"
47
18
  ],
48
- "license": "SEE LICENSE IN license",
49
- "main": "dist/ej2-angular-documenteditor.umd.js",
50
- "metadata": "ej2-angular-documenteditor.metadata.json",
51
- "module": "@syncfusion/ej2-angular-documenteditor.es5.js",
52
- "name": "@syncfusion/ej2-angular-documenteditor",
53
19
  "repository": {
54
20
  "type": "git",
55
- "url": "git+https://github.com/syncfusion/ej2-angular-ui-components.git"
21
+ "url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
56
22
  },
57
- "schematics": "./schematics/collection.json",
58
23
  "sideEffects": false,
24
+ "main": "dist/ej2-angular-documenteditor.umd.js",
25
+ "module": "@syncfusion/ej2-angular-documenteditor.es5.js",
26
+ "es2015": "@syncfusion/ej2-angular-documenteditor.js",
59
27
  "typings": "ej2-angular-documenteditor.d.ts",
60
- "version": "33.2.15-ngcc"
28
+ "metadata": "ej2-angular-documenteditor.metadata.json",
29
+ "homepage": "https://www.syncfusion.com/angular-components"
61
30
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-documenteditor";
2
- export declare const pkgVer = "^30.3.0";
2
+ export declare const pkgVer = "^33.2.13";
3
3
  export declare const moduleName = "DocumentEditorModule, DocumentEditorContainerModule";
4
- export declare const themeVer = "~30.3.0";
4
+ export declare const themeVer = "~33.2.13";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-documenteditor';
4
- exports.pkgVer = '^33.2.15';
4
+ exports.pkgVer = '^34.1.29';
5
5
  exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
6
- exports.themeVer = '~33.2.15';
6
+ exports.themeVer = '~34.1.29';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-documenteditor';
2
- export const pkgVer = '^33.2.15';
2
+ export const pkgVer = '^34.1.29';
3
3
  export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
4
- export const themeVer = '~33.2.15';
4
+ export const themeVer = '~34.1.29';
@@ -41,6 +41,7 @@ export declare class DocumentEditorComponent extends DocumentEditor implements I
41
41
  selectionChange: any;
42
42
  serviceFailure: any;
43
43
  trackChange: any;
44
+ unsupportedBorderStyleClick: any;
44
45
  viewChange: any;
45
46
  zoomFactorChange: any;
46
47
  beforeXmlHttpRequestSend: any;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/bds-lite.scss';
1
+ @use '@syncfusion/ej2-documenteditor/bds-lite' as *;
package/styles/bds.scss CHANGED
@@ -1,2 +1,2 @@
1
- @import 'document-editor/bds.scss';
2
- @import 'document-editor-container/bds.scss';
1
+ @use 'document-editor/bds' as *;
2
+ @use 'document-editor-container/bds' as *;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/bootstrap-dark-lite.scss';
1
+ @use '@syncfusion/ej2-documenteditor/bootstrap-dark-lite' as *;
@@ -1,2 +1,2 @@
1
- @import 'document-editor/bootstrap-dark.scss';
2
- @import 'document-editor-container/bootstrap-dark.scss';
1
+ @use 'document-editor/bootstrap-dark' as *;
2
+ @use 'document-editor-container/bootstrap-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/bootstrap-lite.scss';
1
+ @use '@syncfusion/ej2-documenteditor/bootstrap-lite' as *;
@@ -1,2 +1,2 @@
1
- @import 'document-editor/bootstrap.scss';
2
- @import 'document-editor-container/bootstrap.scss';
1
+ @use 'document-editor/bootstrap' as *;
2
+ @use 'document-editor-container/bootstrap' as *;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/bootstrap4-lite.scss';
1
+ @use '@syncfusion/ej2-documenteditor/bootstrap4-lite' as *;
@@ -1,2 +1,2 @@
1
- @import 'document-editor/bootstrap4.scss';
2
- @import 'document-editor-container/bootstrap4.scss';
1
+ @use 'document-editor/bootstrap4' as *;
2
+ @use 'document-editor-container/bootstrap4' as *;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/bootstrap5-dark-lite.scss';
1
+ @use '@syncfusion/ej2-documenteditor/bootstrap5-dark-lite' as *;
@@ -1,2 +1,2 @@
1
- @import 'document-editor/bootstrap5-dark.scss';
2
- @import 'document-editor-container/bootstrap5-dark.scss';
1
+ @use 'document-editor/bootstrap5-dark' as *;
2
+ @use 'document-editor-container/bootstrap5-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/bootstrap5-lite.scss';
1
+ @use '@syncfusion/ej2-documenteditor/bootstrap5-lite' as *;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/bootstrap5.3-lite.scss';
1
+ @use '@syncfusion/ej2-documenteditor/bootstrap5.3-lite' as *;
@@ -1,2 +1,2 @@
1
- @import 'document-editor/bootstrap5.3.scss';
2
- @import 'document-editor-container/bootstrap5.3.scss';
1
+ @use 'document-editor/bootstrap5.3' as *;
2
+ @use 'document-editor-container/bootstrap5.3' as *;
@@ -1,2 +1,2 @@
1
- @import 'document-editor/bootstrap5.scss';
2
- @import 'document-editor-container/bootstrap5.scss';
1
+ @use 'document-editor/bootstrap5' as *;
2
+ @use 'document-editor-container/bootstrap5' as *;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/document-editor/bds.scss';
1
+ @use '@syncfusion/ej2-documenteditor/styles/document-editor/bds' as *;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/document-editor/bootstrap-dark.scss';
1
+ @use '@syncfusion/ej2-documenteditor/styles/document-editor/bootstrap-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/document-editor/bootstrap.scss';
1
+ @use '@syncfusion/ej2-documenteditor/styles/document-editor/bootstrap' as *;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/document-editor/bootstrap4.scss';
1
+ @use '@syncfusion/ej2-documenteditor/styles/document-editor/bootstrap4' as *;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/document-editor/bootstrap5-dark.scss';
1
+ @use '@syncfusion/ej2-documenteditor/styles/document-editor/bootstrap5-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/document-editor/bootstrap5.3.scss';
1
+ @use '@syncfusion/ej2-documenteditor/styles/document-editor/bootstrap5.3' as *;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/document-editor/bootstrap5.scss';
1
+ @use '@syncfusion/ej2-documenteditor/styles/document-editor/bootstrap5' as *;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/document-editor/fabric-dark.scss';
1
+ @use '@syncfusion/ej2-documenteditor/styles/document-editor/fabric-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/document-editor/fabric.scss';
1
+ @use '@syncfusion/ej2-documenteditor/styles/document-editor/fabric' as *;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/document-editor/fluent-dark.scss';
1
+ @use '@syncfusion/ej2-documenteditor/styles/document-editor/fluent-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/document-editor/fluent.scss';
1
+ @use '@syncfusion/ej2-documenteditor/styles/document-editor/fluent' as *;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/document-editor/fluent2.scss';
1
+ @use '@syncfusion/ej2-documenteditor/styles/document-editor/fluent2' as *;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/document-editor/highcontrast-light.scss';
1
+ @use '@syncfusion/ej2-documenteditor/styles/document-editor/highcontrast-light' as *;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/document-editor/highcontrast.scss';
1
+ @use '@syncfusion/ej2-documenteditor/styles/document-editor/highcontrast' as *;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/document-editor/material-dark.scss';
1
+ @use '@syncfusion/ej2-documenteditor/styles/document-editor/material-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/document-editor/material.scss';
1
+ @use '@syncfusion/ej2-documenteditor/styles/document-editor/material' as *;
@@ -1,2 +1 @@
1
-
2
- @import 'ej2-documenteditor/styles/document-editor/material3-dark.scss';
1
+ @use '@syncfusion/ej2-documenteditor/styles/document-editor/material3-dark' as *;
@@ -1,2 +1 @@
1
-
2
- @import 'ej2-documenteditor/styles/document-editor/material3.scss';
1
+ @use '@syncfusion/ej2-documenteditor/styles/document-editor/material3' as *;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/document-editor/tailwind-dark.scss';
1
+ @use '@syncfusion/ej2-documenteditor/styles/document-editor/tailwind-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/document-editor/tailwind.scss';
1
+ @use '@syncfusion/ej2-documenteditor/styles/document-editor/tailwind' as *;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/document-editor/tailwind3.scss';
1
+ @use '@syncfusion/ej2-documenteditor/styles/document-editor/tailwind3' as *;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/document-editor-container/bds.scss';
1
+ @use '@syncfusion/ej2-documenteditor/styles/document-editor-container/bds' as *;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/document-editor-container/bootstrap-dark.scss';
1
+ @use '@syncfusion/ej2-documenteditor/styles/document-editor-container/bootstrap-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/document-editor-container/bootstrap.scss';
1
+ @use '@syncfusion/ej2-documenteditor/styles/document-editor-container/bootstrap' as *;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/document-editor-container/bootstrap4.scss';
1
+ @use '@syncfusion/ej2-documenteditor/styles/document-editor-container/bootstrap4' as *;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/document-editor-container/bootstrap5-dark.scss';
1
+ @use '@syncfusion/ej2-documenteditor/styles/document-editor-container/bootstrap5-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/document-editor-container/bootstrap5.3.scss';
1
+ @use '@syncfusion/ej2-documenteditor/styles/document-editor-container/bootstrap5.3' as *;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/document-editor-container/bootstrap5.scss';
1
+ @use '@syncfusion/ej2-documenteditor/styles/document-editor-container/bootstrap5' as *;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/document-editor-container/fabric-dark.scss';
1
+ @use '@syncfusion/ej2-documenteditor/styles/document-editor-container/fabric-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/document-editor-container/fabric.scss';
1
+ @use '@syncfusion/ej2-documenteditor/styles/document-editor-container/fabric' as *;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/document-editor-container/fluent-dark.scss';
1
+ @use '@syncfusion/ej2-documenteditor/styles/document-editor-container/fluent-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/document-editor-container/fluent.scss';
1
+ @use '@syncfusion/ej2-documenteditor/styles/document-editor-container/fluent' as *;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/document-editor-container/fluent2.scss';
1
+ @use '@syncfusion/ej2-documenteditor/styles/document-editor-container/fluent2' as *;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/document-editor-container/highcontrast-light.scss';
1
+ @use '@syncfusion/ej2-documenteditor/styles/document-editor-container/highcontrast-light' as *;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/document-editor-container/highcontrast.scss';
1
+ @use '@syncfusion/ej2-documenteditor/styles/document-editor-container/highcontrast' as *;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/document-editor-container/material-dark.scss';
1
+ @use '@syncfusion/ej2-documenteditor/styles/document-editor-container/material-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/document-editor-container/material.scss';
1
+ @use '@syncfusion/ej2-documenteditor/styles/document-editor-container/material' as *;
@@ -1,2 +1 @@
1
-
2
- @import 'ej2-documenteditor/styles/document-editor-container/material3-dark.scss';
1
+ @use '@syncfusion/ej2-documenteditor/styles/document-editor-container/material3-dark' as *;
@@ -1,2 +1 @@
1
-
2
- @import 'ej2-documenteditor/styles/document-editor-container/material3.scss';
1
+ @use '@syncfusion/ej2-documenteditor/styles/document-editor-container/material3' as *;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/document-editor-container/tailwind-dark.scss';
1
+ @use '@syncfusion/ej2-documenteditor/styles/document-editor-container/tailwind-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/document-editor-container/tailwind.scss';
1
+ @use '@syncfusion/ej2-documenteditor/styles/document-editor-container/tailwind' as *;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/document-editor-container/tailwind3.scss';
1
+ @use '@syncfusion/ej2-documenteditor/styles/document-editor-container/tailwind3' as *;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/fabric-dark-lite.scss';
1
+ @use '@syncfusion/ej2-documenteditor/fabric-dark-lite' as *;
@@ -1,2 +1,2 @@
1
- @import 'document-editor/fabric-dark.scss';
2
- @import 'document-editor-container/fabric-dark.scss';
1
+ @use 'document-editor/fabric-dark' as *;
2
+ @use 'document-editor-container/fabric-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/fabric-lite.scss';
1
+ @use '@syncfusion/ej2-documenteditor/fabric-lite' as *;
@@ -1,2 +1,2 @@
1
- @import 'document-editor/fabric.scss';
2
- @import 'document-editor-container/fabric.scss';
1
+ @use 'document-editor/fabric' as *;
2
+ @use 'document-editor-container/fabric' as *;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/fluent-dark-lite.scss';
1
+ @use '@syncfusion/ej2-documenteditor/fluent-dark-lite' as *;
@@ -1,2 +1,2 @@
1
- @import 'document-editor/fluent-dark.scss';
2
- @import 'document-editor-container/fluent-dark.scss';
1
+ @use 'document-editor/fluent-dark' as *;
2
+ @use 'document-editor-container/fluent-dark' as *;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/fluent-lite.scss';
1
+ @use '@syncfusion/ej2-documenteditor/fluent-lite' as *;
@@ -1,2 +1,2 @@
1
- @import 'document-editor/fluent.scss';
2
- @import 'document-editor-container/fluent.scss';
1
+ @use 'document-editor/fluent' as *;
2
+ @use 'document-editor-container/fluent' as *;
@@ -1 +1 @@
1
- @import 'ej2-documenteditor/styles/fluent2-lite.scss';
1
+ @use '@syncfusion/ej2-documenteditor/fluent2-lite' as *;