@syncfusion/ej2-angular-documenteditor 30.1.37 → 30.1.38-ngcc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/@syncfusion/ej2-angular-documenteditor.es5.js +637 -0
  2. package/@syncfusion/ej2-angular-documenteditor.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-documenteditor.js +607 -0
  4. package/@syncfusion/ej2-angular-documenteditor.js.map +1 -0
  5. package/dist/ej2-angular-documenteditor.umd.js +1335 -0
  6. package/dist/ej2-angular-documenteditor.umd.js.map +1 -0
  7. package/dist/ej2-angular-documenteditor.umd.min.js +11 -0
  8. package/dist/ej2-angular-documenteditor.umd.min.js.map +1 -0
  9. package/ej2-angular-documenteditor.d.ts +6 -0
  10. package/ej2-angular-documenteditor.metadata.json +1 -0
  11. package/license +10 -0
  12. package/package.json +47 -29
  13. package/schematics/utils/lib-details.d.ts +2 -2
  14. package/schematics/utils/lib-details.js +2 -2
  15. package/schematics/utils/lib-details.ts +4 -4
  16. package/src/document-editor/documenteditor-all.module.d.ts +0 -6
  17. package/src/document-editor/documenteditor.component.d.ts +0 -3
  18. package/src/document-editor/documenteditor.module.d.ts +0 -6
  19. package/src/document-editor-container/documenteditorcontainer-all.module.d.ts +0 -7
  20. package/src/document-editor-container/documenteditorcontainer.component.d.ts +0 -4
  21. package/src/document-editor-container/documenteditorcontainer.module.d.ts +0 -6
  22. package/src/index.d.ts +1 -1
  23. package/CHANGELOG.md +0 -4549
  24. package/esm2020/public_api.mjs +0 -2
  25. package/esm2020/src/document-editor/documenteditor-all.module.mjs +0 -134
  26. package/esm2020/src/document-editor/documenteditor.component.mjs +0 -311
  27. package/esm2020/src/document-editor/documenteditor.module.mjs +0 -25
  28. package/esm2020/src/document-editor-container/documenteditorcontainer-all.module.mjs +0 -32
  29. package/esm2020/src/document-editor-container/documenteditorcontainer.component.mjs +0 -73
  30. package/esm2020/src/document-editor-container/documenteditorcontainer.module.mjs +0 -25
  31. package/esm2020/src/index.mjs +0 -8
  32. package/esm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -5
  33. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +0 -584
  34. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
  35. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -584
  36. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
  37. package/syncfusion-ej2-angular-documenteditor.d.ts +0 -5
@@ -1,7 +1,4 @@
1
1
  import { ValueProvider } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/common";
4
- import * as i2 from "./documenteditor.module";
5
2
  export declare const PrintService: ValueProvider;
6
3
  export declare const SfdtExportService: ValueProvider;
7
4
  export declare const WordExportService: ValueProvider;
@@ -42,7 +39,4 @@ export declare const CheckBoxFormFieldDialogService: ValueProvider;
42
39
  * NgModule definition for the DocumentEditor component with providers.
43
40
  */
44
41
  export declare class DocumentEditorAllModule {
45
- static ɵfac: i0.ɵɵFactoryDeclaration<DocumentEditorAllModule, never>;
46
- static ɵmod: i0.ɵɵNgModuleDeclaration<DocumentEditorAllModule, never, [typeof i1.CommonModule, typeof i2.DocumentEditorModule], [typeof i2.DocumentEditorModule]>;
47
- static ɵinj: i0.ɵɵInjectorDeclaration<DocumentEditorAllModule>;
48
42
  }
@@ -1,7 +1,6 @@
1
1
  import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { DocumentEditor } from '@syncfusion/ej2-documenteditor';
4
- import * as i0 from "@angular/core";
5
4
  export declare const inputs: string[];
6
5
  export declare const outputs: string[];
7
6
  export declare const twoWays: string[];
@@ -52,6 +51,4 @@ export declare class DocumentEditorComponent extends DocumentEditor implements I
52
51
  ngAfterContentChecked(): void;
53
52
  registerEvents: (eventList: string[]) => void;
54
53
  addTwoWay: (propList: string[]) => void;
55
- static ɵfac: i0.ɵɵFactoryDeclaration<DocumentEditorComponent, never>;
56
- static ɵcmp: i0.ɵɵComponentDeclaration<DocumentEditorComponent, "ejs-documenteditor", never, { "acceptTab": "acceptTab"; "autoResizeOnVisibilityChange": "autoResizeOnVisibilityChange"; "currentUser": "currentUser"; "defaultPasteOption": "defaultPasteOption"; "documentEditorSettings": "documentEditorSettings"; "documentName": "documentName"; "documentSettings": "documentSettings"; "enableAutoFocus": "enableAutoFocus"; "enableBookmarkDialog": "enableBookmarkDialog"; "enableBordersAndShadingDialog": "enableBordersAndShadingDialog"; "enableCollaborativeEditing": "enableCollaborativeEditing"; "enableColumnsDialog": "enableColumnsDialog"; "enableComment": "enableComment"; "enableContextMenu": "enableContextMenu"; "enableCursorOnReadOnly": "enableCursorOnReadOnly"; "enableEditor": "enableEditor"; "enableEditorHistory": "enableEditorHistory"; "enableFontDialog": "enableFontDialog"; "enableFootnoteAndEndnoteDialog": "enableFootnoteAndEndnoteDialog"; "enableFormField": "enableFormField"; "enableHyperlinkDialog": "enableHyperlinkDialog"; "enableImageResizer": "enableImageResizer"; "enableLayout": "enableLayout"; "enableListDialog": "enableListDialog"; "enableLocalPaste": "enableLocalPaste"; "enableLockAndEdit": "enableLockAndEdit"; "enableOptionsPane": "enableOptionsPane"; "enablePageSetupDialog": "enablePageSetupDialog"; "enableParagraphDialog": "enableParagraphDialog"; "enablePersistence": "enablePersistence"; "enablePrint": "enablePrint"; "enableRtl": "enableRtl"; "enableSearch": "enableSearch"; "enableSelection": "enableSelection"; "enableSfdtExport": "enableSfdtExport"; "enableSpellCheck": "enableSpellCheck"; "enableStyleDialog": "enableStyleDialog"; "enableTableDialog": "enableTableDialog"; "enableTableOfContentsDialog": "enableTableOfContentsDialog"; "enableTableOptionsDialog": "enableTableOptionsDialog"; "enableTablePropertiesDialog": "enableTablePropertiesDialog"; "enableTextExport": "enableTextExport"; "enableTrackChanges": "enableTrackChanges"; "enableWordExport": "enableWordExport"; "headers": "headers"; "height": "height"; "isReadOnly": "isReadOnly"; "layoutType": "layoutType"; "locale": "locale"; "pageGap": "pageGap"; "pageOutline": "pageOutline"; "serverActionSettings": "serverActionSettings"; "serviceUrl": "serviceUrl"; "showComments": "showComments"; "showRevisions": "showRevisions"; "useCtrlClickToFollowHyperlink": "useCtrlClickToFollowHyperlink"; "userColor": "userColor"; "width": "width"; "zIndex": "zIndex"; "zoomFactor": "zoomFactor"; }, { "actionComplete": "actionComplete"; "afterFormFieldFill": "afterFormFieldFill"; "beforeAcceptRejectChanges": "beforeAcceptRejectChanges"; "beforeCommentAction": "beforeCommentAction"; "beforeFileOpen": "beforeFileOpen"; "beforeFormFieldFill": "beforeFormFieldFill"; "beforePaneSwitch": "beforePaneSwitch"; "commentBegin": "commentBegin"; "commentDelete": "commentDelete"; "commentEnd": "commentEnd"; "contentChange": "contentChange"; "contentControl": "contentControl"; "created": "created"; "customContextMenuBeforeOpen": "customContextMenuBeforeOpen"; "customContextMenuSelect": "customContextMenuSelect"; "destroyed": "destroyed"; "documentChange": "documentChange"; "keyDown": "keyDown"; "requestNavigate": "requestNavigate"; "searchResultsChange": "searchResultsChange"; "selectionChange": "selectionChange"; "serviceFailure": "serviceFailure"; "trackChange": "trackChange"; "viewChange": "viewChange"; "zoomFactorChange": "zoomFactorChange"; "beforeXmlHttpRequestSend": "beforeXmlHttpRequestSend"; "documentLoadFailed": "documentLoadFailed"; }, never, never>;
57
54
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./documenteditor.component";
3
- import * as i2 from "@angular/common";
4
1
  /**
5
2
  * NgModule definition for the DocumentEditor component.
6
3
  */
7
4
  export declare class DocumentEditorModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<DocumentEditorModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<DocumentEditorModule, [typeof i1.DocumentEditorComponent], [typeof i2.CommonModule], [typeof i1.DocumentEditorComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<DocumentEditorModule>;
11
5
  }
@@ -1,14 +1,7 @@
1
1
  import { ValueProvider } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/common";
4
- import * as i2 from "./documenteditorcontainer.module";
5
2
  export declare const ToolbarService: ValueProvider;
6
- export declare const RibbonService: ValueProvider;
7
3
  /**
8
4
  * NgModule definition for the DocumentEditorContainer component with providers.
9
5
  */
10
6
  export declare class DocumentEditorContainerAllModule {
11
- static ɵfac: i0.ɵɵFactoryDeclaration<DocumentEditorContainerAllModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<DocumentEditorContainerAllModule, never, [typeof i1.CommonModule, typeof i2.DocumentEditorContainerModule], [typeof i2.DocumentEditorContainerModule]>;
13
- static ɵinj: i0.ɵɵInjectorDeclaration<DocumentEditorContainerAllModule>;
14
7
  }
@@ -1,7 +1,6 @@
1
1
  import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { DocumentEditorContainer } from '@syncfusion/ej2-documenteditor';
4
- import * as i0 from "@angular/core";
5
4
  export declare const inputs: string[];
6
5
  export declare const outputs: string[];
7
6
  export declare const twoWays: string[];
@@ -29,7 +28,6 @@ export declare class DocumentEditorContainerComponent extends DocumentEditorCont
29
28
  customContextMenuSelect: any;
30
29
  destroyed: any;
31
30
  documentChange: any;
32
- fileMenuItemClick: any;
33
31
  selectionChange: any;
34
32
  serviceFailure: any;
35
33
  toolbarClick: any;
@@ -42,6 +40,4 @@ export declare class DocumentEditorContainerComponent extends DocumentEditorCont
42
40
  ngAfterContentChecked(): void;
43
41
  registerEvents: (eventList: string[]) => void;
44
42
  addTwoWay: (propList: string[]) => void;
45
- static ɵfac: i0.ɵɵFactoryDeclaration<DocumentEditorContainerComponent, never>;
46
- static ɵcmp: i0.ɵɵComponentDeclaration<DocumentEditorContainerComponent, "ejs-documenteditorcontainer", never, { "autoResizeOnVisibilityChange": "autoResizeOnVisibilityChange"; "backstageMenu": "backstageMenu"; "currentUser": "currentUser"; "documentEditorSettings": "documentEditorSettings"; "documentSettings": "documentSettings"; "enableAutoFocus": "enableAutoFocus"; "enableComment": "enableComment"; "enableCsp": "enableCsp"; "enableLocalPaste": "enableLocalPaste"; "enableLockAndEdit": "enableLockAndEdit"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableSpellCheck": "enableSpellCheck"; "enableToolbar": "enableToolbar"; "enableTrackChanges": "enableTrackChanges"; "fileMenuItems": "fileMenuItems"; "headers": "headers"; "height": "height"; "layoutType": "layoutType"; "locale": "locale"; "restrictEditing": "restrictEditing"; "ribbonLayout": "ribbonLayout"; "serverActionSettings": "serverActionSettings"; "serviceUrl": "serviceUrl"; "showPropertiesPane": "showPropertiesPane"; "toolbarItems": "toolbarItems"; "toolbarMode": "toolbarMode"; "userColor": "userColor"; "width": "width"; "zIndex": "zIndex"; }, { "beforeAcceptRejectChanges": "beforeAcceptRejectChanges"; "beforeCommentAction": "beforeCommentAction"; "beforePaneSwitch": "beforePaneSwitch"; "commentDelete": "commentDelete"; "contentChange": "contentChange"; "contentControl": "contentControl"; "created": "created"; "customContextMenuBeforeOpen": "customContextMenuBeforeOpen"; "customContextMenuSelect": "customContextMenuSelect"; "destroyed": "destroyed"; "documentChange": "documentChange"; "fileMenuItemClick": "fileMenuItemClick"; "selectionChange": "selectionChange"; "serviceFailure": "serviceFailure"; "toolbarClick": "toolbarClick"; "trackChange": "trackChange"; "beforeXmlHttpRequestSend": "beforeXmlHttpRequestSend"; }, never, never>;
47
43
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./documenteditorcontainer.component";
3
- import * as i2 from "@angular/common";
4
1
  /**
5
2
  * NgModule definition for the DocumentEditorContainer component.
6
3
  */
7
4
  export declare class DocumentEditorContainerModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<DocumentEditorContainerModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<DocumentEditorContainerModule, [typeof i1.DocumentEditorContainerComponent], [typeof i2.CommonModule], [typeof i1.DocumentEditorContainerComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<DocumentEditorContainerModule>;
11
5
  }
package/src/index.d.ts CHANGED
@@ -3,5 +3,5 @@ export { DocumentEditorModule } from './document-editor/documenteditor.module';
3
3
  export { 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 } from './document-editor/documenteditor-all.module';
4
4
  export { DocumentEditorContainerComponent } from './document-editor-container/documenteditorcontainer.component';
5
5
  export { DocumentEditorContainerModule } from './document-editor-container/documenteditorcontainer.module';
6
- export { DocumentEditorContainerAllModule, ToolbarService, RibbonService } from './document-editor-container/documenteditorcontainer-all.module';
6
+ export { DocumentEditorContainerAllModule, ToolbarService } from './document-editor-container/documenteditorcontainer-all.module';
7
7
  export * from '@syncfusion/ej2-documenteditor';