@syncfusion/ej2-angular-documenteditor 26.2.7-ngcc → 26.2.7
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.
- package/CHANGELOG.md +3969 -0
- package/esm2020/public_api.mjs +2 -0
- package/esm2020/src/document-editor/documenteditor-all.module.mjs +119 -0
- package/esm2020/src/document-editor/documenteditor.component.mjs +276 -0
- package/esm2020/src/document-editor/documenteditor.module.mjs +25 -0
- package/esm2020/src/document-editor-container/documenteditorcontainer-all.module.mjs +29 -0
- package/esm2020/src/document-editor-container/documenteditorcontainer.component.mjs +66 -0
- package/esm2020/src/document-editor-container/documenteditorcontainer.module.mjs +25 -0
- package/esm2020/src/index.mjs +8 -0
- package/esm2020/syncfusion-ej2-angular-documenteditor.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +524 -0
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +524 -0
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +1 -0
- package/package.json +27 -13
- package/schematics/utils/lib-details.ts +2 -2
- package/src/document-editor/documenteditor-all.module.d.ts +6 -0
- package/src/document-editor/documenteditor.component.d.ts +3 -0
- package/src/document-editor/documenteditor.module.d.ts +6 -0
- package/src/document-editor-container/documenteditorcontainer-all.module.d.ts +6 -0
- package/src/document-editor-container/documenteditorcontainer.component.d.ts +3 -0
- package/src/document-editor-container/documenteditorcontainer.module.d.ts +6 -0
- package/syncfusion-ej2-angular-documenteditor.d.ts +5 -0
- package/@syncfusion/ej2-angular-documenteditor.es5.js +0 -592
- package/@syncfusion/ej2-angular-documenteditor.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-documenteditor.js +0 -562
- package/@syncfusion/ej2-angular-documenteditor.js.map +0 -1
- package/dist/ej2-angular-documenteditor.umd.js +0 -1277
- package/dist/ej2-angular-documenteditor.umd.js.map +0 -1
- package/dist/ej2-angular-documenteditor.umd.min.js +0 -11
- package/dist/ej2-angular-documenteditor.umd.min.js.map +0 -1
- package/ej2-angular-documenteditor.d.ts +0 -6
- package/ej2-angular-documenteditor.metadata.json +0 -1
- package/license +0 -10
package/package.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
{
|
2
2
|
"_from": "@syncfusion/ej2-angular-documenteditor@*",
|
3
|
-
"_id": "@syncfusion/ej2-angular-documenteditor@26.2.
|
3
|
+
"_id": "@syncfusion/ej2-angular-documenteditor@26.2.5",
|
4
4
|
"_inBundle": false,
|
5
|
-
"_integrity": "sha512-
|
5
|
+
"_integrity": "sha512-gkiDjKq7PPa6XiFPCKxWTyECeZbbKBzOcV9UiK7Zv6lGcRRJGZ09Htlzrts+8vF21W/mJ/j4wqzpGHa/8iqvkg==",
|
6
6
|
"_location": "/@syncfusion/ej2-angular-documenteditor",
|
7
7
|
"_phantomChildren": {},
|
8
8
|
"_requested": {
|
@@ -19,10 +19,10 @@
|
|
19
19
|
"_requiredBy": [
|
20
20
|
"/"
|
21
21
|
],
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix
|
23
|
-
"_shasum": "
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-documenteditor/-/ej2-angular-documenteditor-26.2.5.tgz",
|
23
|
+
"_shasum": "e510cdea032c20d7d6cc59e2fe06fa0d9035a6dc",
|
24
24
|
"_spec": "@syncfusion/ej2-angular-documenteditor@*",
|
25
|
-
"_where": "/jenkins/workspace/elease-automation_release_26.1.1/
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_26.1.1/ivypackages/included",
|
26
26
|
"author": {
|
27
27
|
"name": "Syncfusion Inc."
|
28
28
|
},
|
@@ -33,12 +33,28 @@
|
|
33
33
|
"dependencies": {
|
34
34
|
"@syncfusion/ej2-angular-base": "~26.2.5",
|
35
35
|
"@syncfusion/ej2-base": "~26.2.5",
|
36
|
-
"@syncfusion/ej2-documenteditor": "26.2.7"
|
36
|
+
"@syncfusion/ej2-documenteditor": "26.2.7",
|
37
|
+
"tslib": "^2.3.0"
|
37
38
|
},
|
38
39
|
"deprecated": false,
|
39
40
|
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Angular",
|
40
|
-
"
|
41
|
-
"
|
41
|
+
"es2020": "fesm2020/syncfusion-ej2-angular-documenteditor.mjs",
|
42
|
+
"esm2020": "esm2020/syncfusion-ej2-angular-documenteditor.mjs",
|
43
|
+
"exports": {
|
44
|
+
"./package.json": {
|
45
|
+
"default": "./package.json"
|
46
|
+
},
|
47
|
+
".": {
|
48
|
+
"types": "./syncfusion-ej2-angular-documenteditor.d.ts",
|
49
|
+
"esm2020": "./esm2020/syncfusion-ej2-angular-documenteditor.mjs",
|
50
|
+
"es2020": "./fesm2020/syncfusion-ej2-angular-documenteditor.mjs",
|
51
|
+
"es2015": "./fesm2015/syncfusion-ej2-angular-documenteditor.mjs",
|
52
|
+
"node": "./fesm2015/syncfusion-ej2-angular-documenteditor.mjs",
|
53
|
+
"default": "./fesm2020/syncfusion-ej2-angular-documenteditor.mjs"
|
54
|
+
}
|
55
|
+
},
|
56
|
+
"fesm2015": "fesm2015/syncfusion-ej2-angular-documenteditor.mjs",
|
57
|
+
"fesm2020": "fesm2020/syncfusion-ej2-angular-documenteditor.mjs",
|
42
58
|
"homepage": "https://www.syncfusion.com/angular-components",
|
43
59
|
"keywords": [
|
44
60
|
"ej2-angular-documenteditor",
|
@@ -46,9 +62,7 @@
|
|
46
62
|
"angular"
|
47
63
|
],
|
48
64
|
"license": "SEE LICENSE IN license",
|
49
|
-
"
|
50
|
-
"metadata": "ej2-angular-documenteditor.metadata.json",
|
51
|
-
"module": "@syncfusion/ej2-angular-documenteditor.es5.js",
|
65
|
+
"module": "fesm2015/syncfusion-ej2-angular-documenteditor.mjs",
|
52
66
|
"name": "@syncfusion/ej2-angular-documenteditor",
|
53
67
|
"repository": {
|
54
68
|
"type": "git",
|
@@ -56,6 +70,6 @@
|
|
56
70
|
},
|
57
71
|
"schematics": "./schematics/collection.json",
|
58
72
|
"sideEffects": false,
|
59
|
-
"typings": "ej2-angular-documenteditor.d.ts",
|
60
|
-
"version": "26.2.7
|
73
|
+
"typings": "syncfusion-ej2-angular-documenteditor.d.ts",
|
74
|
+
"version": "26.2.7"
|
61
75
|
}
|
@@ -1,4 +1,4 @@
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-documenteditor';
|
2
|
-
export const pkgVer = '^26.2.
|
2
|
+
export const pkgVer = '^26.2.5';
|
3
3
|
export const moduleName = 'DocumentEditorModule, DocumentEditorContainerModule';
|
4
|
-
export const themeVer = '~26.2.
|
4
|
+
export const themeVer = '~26.2.5';
|
@@ -1,4 +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 "./documenteditor.module";
|
2
5
|
export declare const PrintService: ValueProvider;
|
3
6
|
export declare const SfdtExportService: ValueProvider;
|
4
7
|
export declare const WordExportService: ValueProvider;
|
@@ -34,4 +37,7 @@ export declare const CollaborativeEditingHandlerService: ValueProvider;
|
|
34
37
|
* NgModule definition for the DocumentEditor component with providers.
|
35
38
|
*/
|
36
39
|
export declare class DocumentEditorAllModule {
|
40
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentEditorAllModule, never>;
|
41
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DocumentEditorAllModule, never, [typeof i1.CommonModule, typeof i2.DocumentEditorModule], [typeof i2.DocumentEditorModule]>;
|
42
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DocumentEditorAllModule>;
|
37
43
|
}
|
@@ -1,6 +1,7 @@
|
|
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";
|
4
5
|
export declare const inputs: string[];
|
5
6
|
export declare const outputs: string[];
|
6
7
|
export declare const twoWays: string[];
|
@@ -50,4 +51,6 @@ export declare class DocumentEditorComponent extends DocumentEditor implements I
|
|
50
51
|
ngAfterContentChecked(): void;
|
51
52
|
registerEvents: (eventList: string[]) => void;
|
52
53
|
addTwoWay: (propList: string[]) => void;
|
54
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DocumentEditorComponent, never>;
|
55
|
+
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"; "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"; }, never, never>;
|
53
56
|
}
|
@@ -1,5 +1,11 @@
|
|
1
|
+
import * as i0 from "@angular/core";
|
2
|
+
import * as i1 from "./documenteditor.component";
|
3
|
+
import * as i2 from "@angular/common";
|
1
4
|
/**
|
2
5
|
* NgModule definition for the DocumentEditor component.
|
3
6
|
*/
|
4
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>;
|
5
11
|
}
|
@@ -1,7 +1,13 @@
|
|
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";
|
2
5
|
export declare const ToolbarService: ValueProvider;
|
3
6
|
/**
|
4
7
|
* NgModule definition for the DocumentEditorContainer component with providers.
|
5
8
|
*/
|
6
9
|
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>;
|
7
13
|
}
|
@@ -1,6 +1,7 @@
|
|
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";
|
4
5
|
export declare const inputs: string[];
|
5
6
|
export declare const outputs: string[];
|
6
7
|
export declare const twoWays: string[];
|
@@ -40,4 +41,6 @@ export declare class DocumentEditorContainerComponent extends DocumentEditorCont
|
|
40
41
|
ngAfterContentChecked(): void;
|
41
42
|
registerEvents: (eventList: string[]) => void;
|
42
43
|
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>;
|
43
46
|
}
|
@@ -1,5 +1,11 @@
|
|
1
|
+
import * as i0 from "@angular/core";
|
2
|
+
import * as i1 from "./documenteditorcontainer.component";
|
3
|
+
import * as i2 from "@angular/common";
|
1
4
|
/**
|
2
5
|
* NgModule definition for the DocumentEditorContainer component.
|
3
6
|
*/
|
4
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>;
|
5
11
|
}
|