@syncfusion/ej2-angular-documenteditor 31.2.10 → 31.2.12-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 (63) hide show
  1. package/@syncfusion/ej2-angular-documenteditor.es5.js +646 -0
  2. package/@syncfusion/ej2-angular-documenteditor.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-documenteditor.js +616 -0
  4. package/@syncfusion/ej2-angular-documenteditor.js.map +1 -0
  5. package/LICENSE +10 -0
  6. package/README.md +24 -31
  7. package/dist/ej2-angular-documenteditor.umd.js +1363 -0
  8. package/dist/ej2-angular-documenteditor.umd.js.map +1 -0
  9. package/dist/ej2-angular-documenteditor.umd.min.js +11 -0
  10. package/dist/ej2-angular-documenteditor.umd.min.js.map +1 -0
  11. package/ej2-angular-documenteditor.d.ts +6 -0
  12. package/ej2-angular-documenteditor.metadata.json +1 -0
  13. package/package.json +10 -23
  14. package/public_api.d.ts +1 -1
  15. package/schematics/collection.json +10 -14
  16. package/schematics/ng-add/index.js +1 -1
  17. package/schematics/ng-add/index.ts +10 -10
  18. package/schematics/ng-add/schema.json +34 -34
  19. package/schematics/ng-add/schema.ts +30 -30
  20. package/schematics/tsconfig.json +25 -25
  21. package/schematics/utils/lib-details.d.ts +2 -2
  22. package/schematics/utils/lib-details.js +2 -3
  23. package/schematics/utils/lib-details.ts +4 -4
  24. package/src/document-editor/documenteditor-all.module.d.ts +42 -48
  25. package/src/document-editor/documenteditor.component.d.ts +55 -58
  26. package/src/document-editor/documenteditor.module.d.ts +5 -11
  27. package/src/document-editor-container/documenteditorcontainer-all.module.d.ts +8 -14
  28. package/src/document-editor-container/documenteditorcontainer.component.d.ts +45 -48
  29. package/src/document-editor-container/documenteditorcontainer.module.d.ts +5 -11
  30. package/src/index.d.ts +7 -7
  31. package/styles/document-editor/material3-dark.scss +1 -1
  32. package/styles/document-editor/material3.scss +1 -1
  33. package/styles/document-editor-container/material3-dark.scss +1 -1
  34. package/styles/document-editor-container/material3.scss +1 -1
  35. package/CHANGELOG.md +0 -4913
  36. package/esm2020/public_api.mjs +0 -2
  37. package/esm2020/src/document-editor/documenteditor-all.module.mjs +0 -134
  38. package/esm2020/src/document-editor/documenteditor.component.mjs +0 -311
  39. package/esm2020/src/document-editor/documenteditor.module.mjs +0 -25
  40. package/esm2020/src/document-editor-container/documenteditorcontainer-all.module.mjs +0 -32
  41. package/esm2020/src/document-editor-container/documenteditorcontainer.component.mjs +0 -73
  42. package/esm2020/src/document-editor-container/documenteditorcontainer.module.mjs +0 -25
  43. package/esm2020/src/index.mjs +0 -8
  44. package/esm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -5
  45. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +0 -584
  46. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
  47. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -584
  48. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
  49. package/schematics/generators/documenteditorcontainer-default/index.d.ts +0 -3
  50. package/schematics/generators/documenteditorcontainer-default/index.js +0 -8
  51. package/schematics/generators/documenteditorcontainer-default/index.ts +0 -8
  52. package/schematics/generators/documenteditorcontainer-default/sample-details.d.ts +0 -5
  53. package/schematics/generators/documenteditorcontainer-default/sample-details.js +0 -8
  54. package/schematics/generators/documenteditorcontainer-default/sample-details.ts +0 -5
  55. package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  56. package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
  57. package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +0 -25
  58. package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/assets/data.ts +0 -1423
  59. package/schematics/generators/documenteditorcontainer-default/schema.d.ts +0 -3
  60. package/schematics/generators/documenteditorcontainer-default/schema.js +0 -2
  61. package/schematics/generators/documenteditorcontainer-default/schema.json +0 -125
  62. package/schematics/generators/documenteditorcontainer-default/schema.ts +0 -3
  63. package/syncfusion-ej2-angular-documenteditor.d.ts +0 -5
@@ -1,34 +1,34 @@
1
- {
2
- "$schema": "http://json-schema.org/schema",
3
- "$id": "ngAdd",
4
- "title": "Add Essential JS 2 Angular packages",
5
- "type": "object",
6
- "properties": {
7
- "skipPackageJson": {
8
- "type": "boolean",
9
- "default": false,
10
- "description": "Do not add add Essential JS 2 Angular packages dependencies to package.json (e.g., --skipPackageJson)"
11
- },
12
- "modules": {
13
- "type": "string",
14
- "default": "",
15
- "description": "Add only specific Essential JS 2 modules to the app.module file (eg: --modules=slider, grid)"
16
- },
17
- "modulePath": {
18
- "type": "string",
19
- "default": "",
20
- "description": "Used to specify the path of the module file where the EJ2 module needs to be imported"
21
- },
22
- "theme": {
23
- "enum": [
24
- "material",
25
- "fabric",
26
- "bootstrap",
27
- "highcontrast"
28
- ],
29
- "default": "material",
30
- "description": "Used to change the theme that needs to be imported"
31
- }
32
- },
33
- "required": []
34
- }
1
+ {
2
+ "$schema": "http://json-schema.org/schema",
3
+ "$id": "ngAdd",
4
+ "title": "Add Essential JS 2 Angular packages",
5
+ "type": "object",
6
+ "properties": {
7
+ "skipPackageJson": {
8
+ "type": "boolean",
9
+ "default": false,
10
+ "description": "Do not add add Essential JS 2 Angular packages dependencies to package.json (e.g., --skipPackageJson)"
11
+ },
12
+ "modules": {
13
+ "type": "string",
14
+ "default": "",
15
+ "description": "Add only specific Essential JS 2 modules to the app.module file (eg: --modules=slider, grid)"
16
+ },
17
+ "modulePath": {
18
+ "type": "string",
19
+ "default": "",
20
+ "description": "Used to specify the path of the module file where the EJ2 module needs to be imported"
21
+ },
22
+ "theme": {
23
+ "enum": [
24
+ "material",
25
+ "fabric",
26
+ "bootstrap",
27
+ "highcontrast"
28
+ ],
29
+ "default": "material",
30
+ "description": "Used to change the theme that needs to be imported"
31
+ }
32
+ },
33
+ "required": []
34
+ }
@@ -1,30 +1,30 @@
1
- export interface OptionsSchema {
2
- // Whether to skip package.json install.
3
- skipPackageJson: boolean;
4
-
5
- // Used to specify required module names
6
- modules: string;
7
-
8
- // Used to specify custom module path
9
- modulePath: string;
10
-
11
- // Used to specify theme name
12
- theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
13
-
14
- // Name of the project to target.
15
- project?: string;
16
- }
17
-
18
- export interface LibOptionsSchema {
19
- // Package name
20
- pkgName: string;
21
-
22
- // Package version
23
- pkgVer: string;
24
-
25
- // Library base module name
26
- moduleName: string;
27
-
28
- // Theme version
29
- themeVer: string;
30
- }
1
+ export interface OptionsSchema {
2
+ // Whether to skip package.json install.
3
+ skipPackageJson: boolean;
4
+
5
+ // Used to specify required module names
6
+ modules: string;
7
+
8
+ // Used to specify custom module path
9
+ modulePath: string;
10
+
11
+ // Used to specify theme name
12
+ theme: 'material' | 'fabric' | 'bootstrap' | 'highcontrast';
13
+
14
+ // Name of the project to target.
15
+ project?: string;
16
+ }
17
+
18
+ export interface LibOptionsSchema {
19
+ // Package name
20
+ pkgName: string;
21
+
22
+ // Package version
23
+ pkgVer: string;
24
+
25
+ // Library base module name
26
+ moduleName: string;
27
+
28
+ // Theme version
29
+ themeVer: string;
30
+ }
@@ -1,25 +1,25 @@
1
- {
2
- "compilerOptions": {
3
- "lib": ["es2017", "dom"],
4
- "module": "commonjs",
5
- "moduleResolution": "node",
6
- "noEmitOnError": false,
7
- "skipDefaultLibCheck": true,
8
- "skipLibCheck": true,
9
- "sourceMap": true,
10
- "target": "es6",
11
- "declaration": true,
12
- "types": [
13
- "jasmine",
14
- "node"
15
- ]
16
- },
17
- "exclude": [
18
- "node_modules",
19
- "src",
20
- "src/**/*.ts",
21
- "spec",
22
- "spec/**/*.ts",
23
- "@typings"
24
- ]
25
- }
1
+ {
2
+ "compilerOptions": {
3
+ "lib": ["es2017", "dom"],
4
+ "module": "commonjs",
5
+ "moduleResolution": "node",
6
+ "noEmitOnError": false,
7
+ "skipDefaultLibCheck": true,
8
+ "skipLibCheck": true,
9
+ "sourceMap": true,
10
+ "target": "es6",
11
+ "declaration": true,
12
+ "types": [
13
+ "jasmine",
14
+ "node"
15
+ ]
16
+ },
17
+ "exclude": [
18
+ "node_modules",
19
+ "src",
20
+ "src/**/*.ts",
21
+ "spec",
22
+ "spec/**/*.ts",
23
+ "@typings"
24
+ ]
25
+ }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-documenteditor";
2
- export declare const pkgVer = "^31.2.5";
2
+ export declare const pkgVer = "^31.1.20";
3
3
  export declare const moduleName = "DocumentEditorModule, DocumentEditorContainerModule";
4
- export declare const themeVer = "~31.2.5";
4
+ export declare const themeVer = "~31.1.20";
@@ -1,7 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.themeVer = exports.moduleName = exports.pkgVer = exports.pkgName = void 0;
4
3
  exports.pkgName = '@syncfusion/ej2-angular-documenteditor';
5
- exports.pkgVer = '^31.2.5';
4
+ exports.pkgVer = '^31.2.12';
6
5
  exports.moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
7
- exports.themeVer = '~31.2.5';
6
+ exports.themeVer = '~31.2.12';
@@ -1,4 +1,4 @@
1
- export const pkgName = '@syncfusion/ej2-angular-documenteditor';
2
- export const pkgVer = '^31.2.5';
3
- export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
4
- export const themeVer = '~31.2.5';
1
+ export const pkgName = '@syncfusion/ej2-angular-documenteditor';
2
+ export const pkgVer = '^31.2.12';
3
+ export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
4
+ export const themeVer = '~31.2.12';
@@ -1,48 +1,42 @@
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
- export declare const PrintService: ValueProvider;
6
- export declare const SfdtExportService: ValueProvider;
7
- export declare const WordExportService: ValueProvider;
8
- export declare const TextExportService: ValueProvider;
9
- export declare const SelectionService: ValueProvider;
10
- export declare const SearchService: ValueProvider;
11
- export declare const EditorService: ValueProvider;
12
- export declare const EditorHistoryService: ValueProvider;
13
- export declare const OptionsPaneService: ValueProvider;
14
- export declare const ContextMenuService: ValueProvider;
15
- export declare const ImageResizerService: ValueProvider;
16
- export declare const HyperlinkDialogService: ValueProvider;
17
- export declare const TableDialogService: ValueProvider;
18
- export declare const BookmarkDialogService: ValueProvider;
19
- export declare const TableOfContentsDialogService: ValueProvider;
20
- export declare const PageSetupDialogService: ValueProvider;
21
- export declare const ParagraphDialogService: ValueProvider;
22
- export declare const ListDialogService: ValueProvider;
23
- export declare const StyleDialogService: ValueProvider;
24
- export declare const StylesDialogService: ValueProvider;
25
- export declare const BulletsAndNumberingDialogService: ValueProvider;
26
- export declare const FontDialogService: ValueProvider;
27
- export declare const TablePropertiesDialogService: ValueProvider;
28
- export declare const BordersAndShadingDialogService: ValueProvider;
29
- export declare const TableOptionsDialogService: ValueProvider;
30
- export declare const CellOptionsDialogService: ValueProvider;
31
- export declare const SpellCheckerService: ValueProvider;
32
- export declare const SpellCheckDialogService: ValueProvider;
33
- export declare const CollaborativeEditingService: ValueProvider;
34
- export declare const ColumnsDialogService: ValueProvider;
35
- export declare const CollaborativeEditingHandlerService: ValueProvider;
36
- export declare const OptimizedService: ValueProvider;
37
- export declare const TabDialogService: ValueProvider;
38
- export declare const TextFormFieldDialogService: ValueProvider;
39
- export declare const DropDownFormFieldDialogService: ValueProvider;
40
- export declare const CheckBoxFormFieldDialogService: ValueProvider;
41
- /**
42
- * NgModule definition for the DocumentEditor component with providers.
43
- */
44
- 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
- }
1
+ import { ValueProvider } from '@angular/core';
2
+ export declare const PrintService: ValueProvider;
3
+ export declare const SfdtExportService: ValueProvider;
4
+ export declare const WordExportService: ValueProvider;
5
+ export declare const TextExportService: ValueProvider;
6
+ export declare const SelectionService: ValueProvider;
7
+ export declare const SearchService: ValueProvider;
8
+ export declare const EditorService: ValueProvider;
9
+ export declare const EditorHistoryService: ValueProvider;
10
+ export declare const OptionsPaneService: ValueProvider;
11
+ export declare const ContextMenuService: ValueProvider;
12
+ export declare const ImageResizerService: ValueProvider;
13
+ export declare const HyperlinkDialogService: ValueProvider;
14
+ export declare const TableDialogService: ValueProvider;
15
+ export declare const BookmarkDialogService: ValueProvider;
16
+ export declare const TableOfContentsDialogService: ValueProvider;
17
+ export declare const PageSetupDialogService: ValueProvider;
18
+ export declare const ParagraphDialogService: ValueProvider;
19
+ export declare const ListDialogService: ValueProvider;
20
+ export declare const StyleDialogService: ValueProvider;
21
+ export declare const StylesDialogService: ValueProvider;
22
+ export declare const BulletsAndNumberingDialogService: ValueProvider;
23
+ export declare const FontDialogService: ValueProvider;
24
+ export declare const TablePropertiesDialogService: ValueProvider;
25
+ export declare const BordersAndShadingDialogService: ValueProvider;
26
+ export declare const TableOptionsDialogService: ValueProvider;
27
+ export declare const CellOptionsDialogService: ValueProvider;
28
+ export declare const SpellCheckerService: ValueProvider;
29
+ export declare const SpellCheckDialogService: ValueProvider;
30
+ export declare const CollaborativeEditingService: ValueProvider;
31
+ export declare const ColumnsDialogService: ValueProvider;
32
+ export declare const CollaborativeEditingHandlerService: ValueProvider;
33
+ export declare const OptimizedService: ValueProvider;
34
+ export declare const TabDialogService: ValueProvider;
35
+ export declare const TextFormFieldDialogService: ValueProvider;
36
+ export declare const DropDownFormFieldDialogService: ValueProvider;
37
+ export declare const CheckBoxFormFieldDialogService: ValueProvider;
38
+ /**
39
+ * NgModule definition for the DocumentEditor component with providers.
40
+ */
41
+ export declare class DocumentEditorAllModule {
42
+ }
@@ -1,58 +1,55 @@
1
- import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
2
- import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
- import { DocumentEditor } from '@syncfusion/ej2-documenteditor';
4
- import * as i0 from "@angular/core";
5
- export declare const inputs: string[];
6
- export declare const outputs: string[];
7
- export declare const twoWays: string[];
8
- /**
9
- * `ejs-documenteditor` represents the Angular Document Editor Component.
10
- * ```html
11
- * <ejs-documenteditor isReadOnly='true' enableSelection='true'></ejs-documenteditor>
12
- * ```
13
- */
14
- export declare class DocumentEditorComponent extends DocumentEditor implements IComponentBase {
15
- private ngEle;
16
- private srenderer;
17
- private viewContainerRef;
18
- private injector;
19
- context: any;
20
- tagObjects: any;
21
- actionComplete: any;
22
- afterFormFieldFill: any;
23
- beforeAcceptRejectChanges: any;
24
- beforeCommentAction: any;
25
- beforeFileOpen: any;
26
- beforeFormFieldFill: any;
27
- beforePaneSwitch: any;
28
- beforePaste: any;
29
- commentBegin: any;
30
- commentDelete: any;
31
- commentEnd: any;
32
- contentChange: any;
33
- contentControl: any;
34
- created: any;
35
- customContextMenuBeforeOpen: any;
36
- customContextMenuSelect: any;
37
- destroyed: any;
38
- documentChange: any;
39
- keyDown: any;
40
- requestNavigate: any;
41
- searchResultsChange: any;
42
- selectionChange: any;
43
- serviceFailure: any;
44
- trackChange: any;
45
- viewChange: any;
46
- zoomFactorChange: any;
47
- beforeXmlHttpRequestSend: any;
48
- documentLoadFailed: any;
49
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
50
- ngOnInit(): void;
51
- ngAfterViewInit(): void;
52
- ngOnDestroy(): void;
53
- ngAfterContentChecked(): void;
54
- registerEvents: (eventList: string[]) => void;
55
- addTwoWay: (propList: string[]) => void;
56
- static ɵfac: i0.ɵɵFactoryDeclaration<DocumentEditorComponent, never>;
57
- 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"; "beforePaste": "beforePaste"; "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>;
58
- }
1
+ import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { DocumentEditor } from '@syncfusion/ej2-documenteditor';
4
+ export declare const inputs: string[];
5
+ export declare const outputs: string[];
6
+ export declare const twoWays: string[];
7
+ /**
8
+ * `ejs-documenteditor` represents the Angular Document Editor Component.
9
+ * ```html
10
+ * <ejs-documenteditor isReadOnly='true' enableSelection='true'></ejs-documenteditor>
11
+ * ```
12
+ */
13
+ export declare class DocumentEditorComponent extends DocumentEditor implements IComponentBase {
14
+ private ngEle;
15
+ private srenderer;
16
+ private viewContainerRef;
17
+ private injector;
18
+ context: any;
19
+ tagObjects: any;
20
+ actionComplete: any;
21
+ afterFormFieldFill: any;
22
+ beforeAcceptRejectChanges: any;
23
+ beforeCommentAction: any;
24
+ beforeFileOpen: any;
25
+ beforeFormFieldFill: any;
26
+ beforePaneSwitch: any;
27
+ beforePaste: any;
28
+ commentBegin: any;
29
+ commentDelete: any;
30
+ commentEnd: any;
31
+ contentChange: any;
32
+ contentControl: any;
33
+ created: any;
34
+ customContextMenuBeforeOpen: any;
35
+ customContextMenuSelect: any;
36
+ destroyed: any;
37
+ documentChange: any;
38
+ keyDown: any;
39
+ requestNavigate: any;
40
+ searchResultsChange: any;
41
+ selectionChange: any;
42
+ serviceFailure: any;
43
+ trackChange: any;
44
+ viewChange: any;
45
+ zoomFactorChange: any;
46
+ beforeXmlHttpRequestSend: any;
47
+ documentLoadFailed: any;
48
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
49
+ ngOnInit(): void;
50
+ ngAfterViewInit(): void;
51
+ ngOnDestroy(): void;
52
+ ngAfterContentChecked(): void;
53
+ registerEvents: (eventList: string[]) => void;
54
+ addTwoWay: (propList: string[]) => void;
55
+ }
@@ -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
- /**
5
- * NgModule definition for the DocumentEditor component.
6
- */
7
- 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
- }
1
+ /**
2
+ * NgModule definition for the DocumentEditor component.
3
+ */
4
+ export declare class DocumentEditorModule {
5
+ }
@@ -1,14 +1,8 @@
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
- export declare const ToolbarService: ValueProvider;
6
- export declare const RibbonService: ValueProvider;
7
- /**
8
- * NgModule definition for the DocumentEditorContainer component with providers.
9
- */
10
- 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
- }
1
+ import { ValueProvider } from '@angular/core';
2
+ export declare const ToolbarService: ValueProvider;
3
+ export declare const RibbonService: ValueProvider;
4
+ /**
5
+ * NgModule definition for the DocumentEditorContainer component with providers.
6
+ */
7
+ export declare class DocumentEditorContainerAllModule {
8
+ }
@@ -1,48 +1,45 @@
1
- import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
2
- import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
- import { DocumentEditorContainer } from '@syncfusion/ej2-documenteditor';
4
- import * as i0 from "@angular/core";
5
- export declare const inputs: string[];
6
- export declare const outputs: string[];
7
- export declare const twoWays: string[];
8
- /**
9
- * `ejs-documenteditor-container` represents the Angular Document Editor Container.
10
- * ```html
11
- * <ejs-documenteditor-container></ejs-documenteditor-container>
12
- * ```
13
- */
14
- export declare class DocumentEditorContainerComponent extends DocumentEditorContainer implements IComponentBase {
15
- private ngEle;
16
- private srenderer;
17
- private viewContainerRef;
18
- private injector;
19
- context: any;
20
- tagObjects: any;
21
- beforeAcceptRejectChanges: any;
22
- beforeCommentAction: any;
23
- beforePaneSwitch: any;
24
- beforePaste: any;
25
- commentDelete: any;
26
- contentChange: any;
27
- contentControl: any;
28
- created: any;
29
- customContextMenuBeforeOpen: any;
30
- customContextMenuSelect: any;
31
- destroyed: any;
32
- documentChange: any;
33
- fileMenuItemClick: any;
34
- selectionChange: any;
35
- serviceFailure: any;
36
- toolbarClick: any;
37
- trackChange: any;
38
- beforeXmlHttpRequestSend: any;
39
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
40
- ngOnInit(): void;
41
- ngAfterViewInit(): void;
42
- ngOnDestroy(): void;
43
- ngAfterContentChecked(): void;
44
- registerEvents: (eventList: string[]) => void;
45
- addTwoWay: (propList: string[]) => void;
46
- static ɵfac: i0.ɵɵFactoryDeclaration<DocumentEditorContainerComponent, never>;
47
- 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"; "beforePaste": "beforePaste"; "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>;
48
- }
1
+ import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { DocumentEditorContainer } from '@syncfusion/ej2-documenteditor';
4
+ export declare const inputs: string[];
5
+ export declare const outputs: string[];
6
+ export declare const twoWays: string[];
7
+ /**
8
+ * `ejs-documenteditor-container` represents the Angular Document Editor Container.
9
+ * ```html
10
+ * <ejs-documenteditor-container></ejs-documenteditor-container>
11
+ * ```
12
+ */
13
+ export declare class DocumentEditorContainerComponent extends DocumentEditorContainer implements IComponentBase {
14
+ private ngEle;
15
+ private srenderer;
16
+ private viewContainerRef;
17
+ private injector;
18
+ context: any;
19
+ tagObjects: any;
20
+ beforeAcceptRejectChanges: any;
21
+ beforeCommentAction: any;
22
+ beforePaneSwitch: any;
23
+ beforePaste: any;
24
+ commentDelete: any;
25
+ contentChange: any;
26
+ contentControl: any;
27
+ created: any;
28
+ customContextMenuBeforeOpen: any;
29
+ customContextMenuSelect: any;
30
+ destroyed: any;
31
+ documentChange: any;
32
+ fileMenuItemClick: any;
33
+ selectionChange: any;
34
+ serviceFailure: any;
35
+ toolbarClick: any;
36
+ trackChange: any;
37
+ beforeXmlHttpRequestSend: any;
38
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
39
+ ngOnInit(): void;
40
+ ngAfterViewInit(): void;
41
+ ngOnDestroy(): void;
42
+ ngAfterContentChecked(): void;
43
+ registerEvents: (eventList: string[]) => void;
44
+ addTwoWay: (propList: string[]) => void;
45
+ }
@@ -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
- /**
5
- * NgModule definition for the DocumentEditorContainer component.
6
- */
7
- 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
- }
1
+ /**
2
+ * NgModule definition for the DocumentEditorContainer component.
3
+ */
4
+ export declare class DocumentEditorContainerModule {
5
+ }
package/src/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
- export { DocumentEditorComponent } from './document-editor/documenteditor.component';
2
- export { DocumentEditorModule } from './document-editor/documenteditor.module';
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
- export { DocumentEditorContainerComponent } from './document-editor-container/documenteditorcontainer.component';
5
- export { DocumentEditorContainerModule } from './document-editor-container/documenteditorcontainer.module';
6
- export { DocumentEditorContainerAllModule, ToolbarService, RibbonService } from './document-editor-container/documenteditorcontainer-all.module';
7
- export * from '@syncfusion/ej2-documenteditor';
1
+ export { DocumentEditorComponent } from './document-editor/documenteditor.component';
2
+ export { DocumentEditorModule } from './document-editor/documenteditor.module';
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
+ export { DocumentEditorContainerComponent } from './document-editor-container/documenteditorcontainer.component';
5
+ export { DocumentEditorContainerModule } from './document-editor-container/documenteditorcontainer.module';
6
+ export { DocumentEditorContainerAllModule, ToolbarService, RibbonService } from './document-editor-container/documenteditorcontainer-all.module';
7
+ export * from '@syncfusion/ej2-documenteditor';
@@ -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';