@syncfusion/ej2-angular-documenteditor 29.2.10 → 29.2.11-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 (35) 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 +9 -22
  13. package/schematics/utils/lib-details.js +2 -2
  14. package/schematics/utils/lib-details.ts +2 -2
  15. package/src/document-editor/documenteditor-all.module.d.ts +0 -6
  16. package/src/document-editor/documenteditor.component.d.ts +0 -3
  17. package/src/document-editor/documenteditor.module.d.ts +0 -6
  18. package/src/document-editor-container/documenteditorcontainer-all.module.d.ts +0 -6
  19. package/src/document-editor-container/documenteditorcontainer.component.d.ts +0 -3
  20. package/src/document-editor-container/documenteditorcontainer.module.d.ts +0 -6
  21. package/CHANGELOG.md +0 -4527
  22. package/esm2020/public_api.mjs +0 -2
  23. package/esm2020/src/document-editor/documenteditor-all.module.mjs +0 -134
  24. package/esm2020/src/document-editor/documenteditor.component.mjs +0 -311
  25. package/esm2020/src/document-editor/documenteditor.module.mjs +0 -25
  26. package/esm2020/src/document-editor-container/documenteditorcontainer-all.module.mjs +0 -29
  27. package/esm2020/src/document-editor-container/documenteditorcontainer.component.mjs +0 -66
  28. package/esm2020/src/document-editor-container/documenteditorcontainer.module.mjs +0 -25
  29. package/esm2020/src/index.mjs +0 -8
  30. package/esm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -5
  31. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +0 -574
  32. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
  33. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -574
  34. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
  35. package/syncfusion-ej2-angular-documenteditor.d.ts +0 -5
@@ -1,13 +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
3
  /**
7
4
  * NgModule definition for the DocumentEditorContainer component with providers.
8
5
  */
9
6
  export declare class DocumentEditorContainerAllModule {
10
- static ɵfac: i0.ɵɵFactoryDeclaration<DocumentEditorContainerAllModule, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<DocumentEditorContainerAllModule, never, [typeof i1.CommonModule, typeof i2.DocumentEditorContainerModule], [typeof i2.DocumentEditorContainerModule]>;
12
- static ɵinj: i0.ɵɵInjectorDeclaration<DocumentEditorContainerAllModule>;
13
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[];
@@ -41,6 +40,4 @@ export declare class DocumentEditorContainerComponent extends DocumentEditorCont
41
40
  ngAfterContentChecked(): void;
42
41
  registerEvents: (eventList: string[]) => void;
43
42
  addTwoWay: (propList: string[]) => void;
44
- static ɵfac: i0.ɵɵFactoryDeclaration<DocumentEditorContainerComponent, never>;
45
- static ɵcmp: i0.ɵɵComponentDeclaration<DocumentEditorContainerComponent, "ejs-documenteditorcontainer", never, { "autoResizeOnVisibilityChange": "autoResizeOnVisibilityChange"; "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"; "headers": "headers"; "height": "height"; "layoutType": "layoutType"; "locale": "locale"; "restrictEditing": "restrictEditing"; "serverActionSettings": "serverActionSettings"; "serviceUrl": "serviceUrl"; "showPropertiesPane": "showPropertiesPane"; "toolbarItems": "toolbarItems"; "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"; "selectionChange": "selectionChange"; "serviceFailure": "serviceFailure"; "toolbarClick": "toolbarClick"; "trackChange": "trackChange"; "beforeXmlHttpRequestSend": "beforeXmlHttpRequestSend"; }, never, never>;
46
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
  }