@syncfusion/ej2-angular-documenteditor 26.2.6 → 26.2.7-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 (39) 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/README.md +1 -1
  6. package/dist/ej2-angular-documenteditor.umd.js +1277 -0
  7. package/dist/ej2-angular-documenteditor.umd.js.map +1 -0
  8. package/dist/ej2-angular-documenteditor.umd.min.js +11 -0
  9. package/dist/ej2-angular-documenteditor.umd.min.js.map +1 -0
  10. package/ej2-angular-documenteditor.d.ts +6 -0
  11. package/ej2-angular-documenteditor.metadata.json +1 -0
  12. package/license +10 -0
  13. package/package.json +12 -26
  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/styles/document-editor/material3-dark.scss +1 -1
  22. package/styles/document-editor/material3.scss +1 -1
  23. package/styles/document-editor-container/material3-dark.scss +1 -1
  24. package/styles/document-editor-container/material3.scss +1 -1
  25. package/CHANGELOG.md +0 -3954
  26. package/esm2020/public_api.mjs +0 -2
  27. package/esm2020/src/document-editor/documenteditor-all.module.mjs +0 -119
  28. package/esm2020/src/document-editor/documenteditor.component.mjs +0 -276
  29. package/esm2020/src/document-editor/documenteditor.module.mjs +0 -25
  30. package/esm2020/src/document-editor-container/documenteditorcontainer-all.module.mjs +0 -29
  31. package/esm2020/src/document-editor-container/documenteditorcontainer.component.mjs +0 -66
  32. package/esm2020/src/document-editor-container/documenteditorcontainer.module.mjs +0 -25
  33. package/esm2020/src/index.mjs +0 -8
  34. package/esm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -5
  35. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +0 -524
  36. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
  37. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -524
  38. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
  39. package/syncfusion-ej2-angular-documenteditor.d.ts +0 -5
@@ -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
  }
@@ -1,2 +1,2 @@
1
- @import 'ej2-base/styles/definition/material3-dark.scss';
1
+
2
2
  @import 'ej2-documenteditor/styles/document-editor/material3-dark.scss';
@@ -1,2 +1,2 @@
1
- @import 'ej2-base/styles/definition/material3.scss';
1
+
2
2
  @import 'ej2-documenteditor/styles/document-editor/material3.scss';
@@ -1,2 +1,2 @@
1
- @import 'ej2-base/styles/definition/material3-dark.scss';
1
+
2
2
  @import 'ej2-documenteditor/styles/document-editor-container/material3-dark.scss';
@@ -1,2 +1,2 @@
1
- @import 'ej2-base/styles/definition/material3.scss';
1
+
2
2
  @import 'ej2-documenteditor/styles/document-editor-container/material3.scss';