@syncfusion/ej2-angular-documenteditor 26.2.9 → 26.2.10-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 (34) hide show
  1. package/@syncfusion/ej2-angular-documenteditor.es5.js +592 -0
  2. package/@syncfusion/ej2-angular-documenteditor.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-documenteditor.js +562 -0
  4. package/@syncfusion/ej2-angular-documenteditor.js.map +1 -0
  5. package/dist/ej2-angular-documenteditor.umd.js +1278 -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 +15 -29
  13. package/schematics/utils/lib-details.ts +2 -2
  14. package/src/document-editor/documenteditor-all.module.d.ts +0 -6
  15. package/src/document-editor/documenteditor.component.d.ts +0 -3
  16. package/src/document-editor/documenteditor.module.d.ts +0 -6
  17. package/src/document-editor-container/documenteditorcontainer-all.module.d.ts +0 -6
  18. package/src/document-editor-container/documenteditorcontainer.component.d.ts +0 -3
  19. package/src/document-editor-container/documenteditorcontainer.module.d.ts +0 -6
  20. package/CHANGELOG.md +0 -3995
  21. package/esm2020/public_api.mjs +0 -2
  22. package/esm2020/src/document-editor/documenteditor-all.module.mjs +0 -119
  23. package/esm2020/src/document-editor/documenteditor.component.mjs +0 -276
  24. package/esm2020/src/document-editor/documenteditor.module.mjs +0 -25
  25. package/esm2020/src/document-editor-container/documenteditorcontainer-all.module.mjs +0 -29
  26. package/esm2020/src/document-editor-container/documenteditorcontainer.component.mjs +0 -66
  27. package/esm2020/src/document-editor-container/documenteditorcontainer.module.mjs +0 -25
  28. package/esm2020/src/index.mjs +0 -8
  29. package/esm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -5
  30. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +0 -524
  31. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
  32. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -524
  33. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
  34. package/syncfusion-ej2-angular-documenteditor.d.ts +0 -5
@@ -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
  }