@syncfusion/ej2-angular-documenteditor 20.2.39 → 20.2.40-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.
- package/@syncfusion/ej2-angular-documenteditor.es5.js +574 -0
- package/@syncfusion/ej2-angular-documenteditor.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-documenteditor.js +544 -0
- package/@syncfusion/ej2-angular-documenteditor.js.map +1 -0
- package/CHANGELOG.md +3034 -0
- package/dist/ej2-angular-documenteditor.umd.js +841 -0
- package/dist/ej2-angular-documenteditor.umd.js.map +1 -0
- package/dist/ej2-angular-documenteditor.umd.min.js +11 -0
- package/dist/ej2-angular-documenteditor.umd.min.js.map +1 -0
- package/ej2-angular-documenteditor.d.ts +6 -0
- package/ej2-angular-documenteditor.metadata.json +1 -0
- package/package.json +14 -28
- package/postinstall/tagchange.js +18 -0
- package/schematics/collection.json +15 -0
- package/schematics/generators/documenteditorcontainer-default/index.d.ts +3 -0
- package/schematics/generators/documenteditorcontainer-default/index.js +8 -0
- package/schematics/generators/documenteditorcontainer-default/sample-details.d.ts +5 -0
- package/schematics/generators/documenteditorcontainer-default/sample-details.js +7 -0
- package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
- package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
- package/schematics/generators/documenteditorcontainer-default/schema.d.ts +3 -0
- package/schematics/generators/documenteditorcontainer-default/schema.js +2 -0
- package/schematics/generators/documenteditorcontainer-default/schema.json +125 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/src/document-editor/documenteditor-all.module.d.ts +0 -6
- package/src/document-editor/documenteditor.component.d.ts +0 -3
- package/src/document-editor/documenteditor.module.d.ts +0 -6
- package/src/document-editor-container/documenteditorcontainer-all.module.d.ts +0 -6
- package/src/document-editor-container/documenteditorcontainer.component.d.ts +0 -3
- package/src/document-editor-container/documenteditorcontainer.module.d.ts +0 -6
- package/styles/bootstrap-dark.css +1 -9
- package/styles/bootstrap.css +1 -9
- package/styles/bootstrap4.css +1 -9
- package/styles/bootstrap5-dark.css +3 -10
- package/styles/bootstrap5.css +3 -10
- package/styles/document-editor/bootstrap-dark.css +0 -5
- package/styles/document-editor/bootstrap-dark.scss +1 -4
- package/styles/document-editor/bootstrap.css +0 -5
- package/styles/document-editor/bootstrap.scss +1 -4
- package/styles/document-editor/bootstrap4.css +0 -5
- package/styles/document-editor/bootstrap4.scss +1 -4
- package/styles/document-editor/bootstrap5-dark.css +0 -5
- package/styles/document-editor/bootstrap5-dark.scss +1 -4
- package/styles/document-editor/bootstrap5.css +0 -5
- package/styles/document-editor/bootstrap5.scss +1 -4
- package/styles/document-editor/fabric-dark.css +0 -5
- package/styles/document-editor/fabric-dark.scss +1 -4
- package/styles/document-editor/fabric.css +0 -5
- package/styles/document-editor/fabric.scss +1 -4
- package/styles/document-editor/fluent-dark.css +0 -5
- package/styles/document-editor/fluent-dark.scss +1 -4
- package/styles/document-editor/fluent.css +0 -5
- package/styles/document-editor/fluent.scss +1 -4
- package/styles/document-editor/highcontrast-light.css +14 -18
- package/styles/document-editor/highcontrast-light.scss +1 -4
- package/styles/document-editor/highcontrast.css +0 -5
- package/styles/document-editor/highcontrast.scss +1 -4
- package/styles/document-editor/material-dark.css +0 -5
- package/styles/document-editor/material-dark.scss +1 -4
- package/styles/document-editor/material.css +0 -5
- package/styles/document-editor/material.scss +1 -4
- package/styles/document-editor/tailwind-dark.css +0 -5
- package/styles/document-editor/tailwind-dark.scss +1 -4
- package/styles/document-editor/tailwind.css +0 -5
- package/styles/document-editor/tailwind.scss +1 -4
- package/styles/document-editor-container/bootstrap-dark.css +1 -4
- package/styles/document-editor-container/bootstrap-dark.scss +1 -5
- package/styles/document-editor-container/bootstrap.css +1 -4
- package/styles/document-editor-container/bootstrap.scss +1 -5
- package/styles/document-editor-container/bootstrap4.css +1 -4
- package/styles/document-editor-container/bootstrap4.scss +1 -5
- package/styles/document-editor-container/bootstrap5-dark.css +3 -5
- package/styles/document-editor-container/bootstrap5-dark.scss +1 -5
- package/styles/document-editor-container/bootstrap5.css +3 -5
- package/styles/document-editor-container/bootstrap5.scss +1 -5
- package/styles/document-editor-container/fabric-dark.css +1 -4
- package/styles/document-editor-container/fabric-dark.scss +1 -5
- package/styles/document-editor-container/fabric.css +1 -4
- package/styles/document-editor-container/fabric.scss +1 -5
- package/styles/document-editor-container/fluent-dark.css +3 -5
- package/styles/document-editor-container/fluent-dark.scss +1 -5
- package/styles/document-editor-container/fluent.css +3 -5
- package/styles/document-editor-container/fluent.scss +1 -5
- package/styles/document-editor-container/highcontrast-light.css +15 -18
- package/styles/document-editor-container/highcontrast-light.scss +1 -5
- package/styles/document-editor-container/highcontrast.css +1 -4
- package/styles/document-editor-container/highcontrast.scss +1 -5
- package/styles/document-editor-container/material-dark.css +1 -4
- package/styles/document-editor-container/material-dark.scss +1 -5
- package/styles/document-editor-container/material.css +1 -4
- package/styles/document-editor-container/material.scss +1 -5
- package/styles/document-editor-container/tailwind-dark.css +3 -5
- package/styles/document-editor-container/tailwind-dark.scss +1 -5
- package/styles/document-editor-container/tailwind.css +3 -5
- package/styles/document-editor-container/tailwind.scss +1 -5
- package/styles/fabric-dark.css +1 -9
- package/styles/fabric.css +1 -9
- package/styles/fluent-dark.css +3 -10
- package/styles/fluent.css +3 -10
- package/styles/highcontrast-light.css +15 -22
- package/styles/highcontrast.css +1 -9
- package/styles/material-dark.css +1 -9
- package/styles/material.css +1 -9
- package/styles/tailwind-dark.css +3 -10
- package/styles/tailwind.css +3 -10
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/document-editor/documenteditor-all.module.mjs +0 -113
- package/esm2020/src/document-editor/documenteditor.component.mjs +0 -262
- package/esm2020/src/document-editor/documenteditor.module.mjs +0 -25
- package/esm2020/src/document-editor-container/documenteditorcontainer-all.module.mjs +0 -29
- package/esm2020/src/document-editor-container/documenteditorcontainer.component.mjs +0 -66
- package/esm2020/src/document-editor-container/documenteditorcontainer.module.mjs +0 -25
- package/esm2020/src/index.mjs +0 -8
- package/esm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +0 -506
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -506
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
- package/styles/document-editor/_all.scss +0 -3
- package/styles/document-editor/_bootstrap-dark-definition.scss +0 -544
- package/styles/document-editor/_bootstrap-definition.scss +0 -543
- package/styles/document-editor/_bootstrap4-definition.scss +0 -556
- package/styles/document-editor/_bootstrap5-dark-definition.scss +0 -1
- package/styles/document-editor/_bootstrap5-definition.scss +0 -557
- package/styles/document-editor/_fabric-dark-definition.scss +0 -546
- package/styles/document-editor/_fabric-definition.scss +0 -545
- package/styles/document-editor/_fluent-dark-definition.scss +0 -1
- package/styles/document-editor/_fluent-definition.scss +0 -566
- package/styles/document-editor/_fusionnew-definition.scss +0 -557
- package/styles/document-editor/_highcontrast-definition.scss +0 -545
- package/styles/document-editor/_highcontrast-light-definition.scss +0 -2985
- package/styles/document-editor/_layout.scss +0 -216
- package/styles/document-editor/_material-dark-definition.scss +0 -562
- package/styles/document-editor/_material-definition.scss +0 -562
- package/styles/document-editor/_material3-definition.scss +0 -557
- package/styles/document-editor/_tailwind-dark-definition.scss +0 -1
- package/styles/document-editor/_tailwind-definition.scss +0 -554
- package/styles/document-editor/_theme.scss +0 -3391
- package/styles/document-editor/icons/_bootstrap-dark.scss +0 -607
- package/styles/document-editor/icons/_bootstrap.scss +0 -607
- package/styles/document-editor/icons/_bootstrap4.scss +0 -592
- package/styles/document-editor/icons/_bootstrap5-dark.scss +0 -1
- package/styles/document-editor/icons/_bootstrap5.scss +0 -642
- package/styles/document-editor/icons/_fabric-dark.scss +0 -607
- package/styles/document-editor/icons/_fabric.scss +0 -607
- package/styles/document-editor/icons/_fluent-dark.scss +0 -1
- package/styles/document-editor/icons/_fluent.scss +0 -640
- package/styles/document-editor/icons/_fusionnew.scss +0 -642
- package/styles/document-editor/icons/_highcontrast-light.scss +0 -612
- package/styles/document-editor/icons/_highcontrast.scss +0 -607
- package/styles/document-editor/icons/_material-dark.scss +0 -600
- package/styles/document-editor/icons/_material.scss +0 -600
- package/styles/document-editor/icons/_material3.scss +0 -642
- package/styles/document-editor/icons/_tailwind-dark.scss +0 -642
- package/styles/document-editor/icons/_tailwind.scss +0 -642
- package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +0 -171
- package/styles/document-editor-container/_all.scss +0 -2
- package/styles/document-editor-container/_bootstrap-dark-definition.scss +0 -127
- package/styles/document-editor-container/_bootstrap-definition.scss +0 -127
- package/styles/document-editor-container/_bootstrap4-definition.scss +0 -143
- package/styles/document-editor-container/_bootstrap5-dark-definition.scss +0 -1
- package/styles/document-editor-container/_bootstrap5-definition.scss +0 -153
- package/styles/document-editor-container/_definition.scss +0 -11
- package/styles/document-editor-container/_fabric-dark-definition.scss +0 -132
- package/styles/document-editor-container/_fabric-definition.scss +0 -129
- package/styles/document-editor-container/_fluent-dark-definition.scss +0 -1
- package/styles/document-editor-container/_fluent-definition.scss +0 -154
- package/styles/document-editor-container/_fusionnew-definition.scss +0 -153
- package/styles/document-editor-container/_highcontrast-definition.scss +0 -130
- package/styles/document-editor-container/_highcontrast-light-definition.scss +0 -133
- package/styles/document-editor-container/_layout.scss +0 -87
- package/styles/document-editor-container/_material-dark-definition.scss +0 -131
- package/styles/document-editor-container/_material-definition.scss +0 -130
- package/styles/document-editor-container/_material3-definition.scss +0 -153
- package/styles/document-editor-container/_tailwind-dark-definition.scss +0 -1
- package/styles/document-editor-container/_tailwind-definition.scss +0 -147
- package/styles/document-editor-container/_theme.scss +0 -2001
- package/styles/document-editor-container/icons/_bootstrap-dark.scss +0 -397
- package/styles/document-editor-container/icons/_bootstrap.scss +0 -397
- package/styles/document-editor-container/icons/_bootstrap4.scss +0 -397
- package/styles/document-editor-container/icons/_bootstrap5-dark.scss +0 -1
- package/styles/document-editor-container/icons/_bootstrap5.scss +0 -423
- package/styles/document-editor-container/icons/_fabric-dark.scss +0 -397
- package/styles/document-editor-container/icons/_fabric.scss +0 -397
- package/styles/document-editor-container/icons/_fluent-dark.scss +0 -1
- package/styles/document-editor-container/icons/_fluent.scss +0 -423
- package/styles/document-editor-container/icons/_fusionnew.scss +0 -423
- package/styles/document-editor-container/icons/_highcontrast-light.scss +0 -397
- package/styles/document-editor-container/icons/_highcontrast.scss +0 -397
- package/styles/document-editor-container/icons/_material-dark.scss +0 -399
- package/styles/document-editor-container/icons/_material.scss +0 -399
- package/styles/document-editor-container/icons/_material3.scss +0 -423
- package/styles/document-editor-container/icons/_tailwind-dark.scss +0 -423
- package/styles/document-editor-container/icons/_tailwind.scss +0 -423
- package/syncfusion-ej2-angular-documenteditor.d.ts +0 -5
|
@@ -0,0 +1,841 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* filename: ej2-angular-documenteditor.umd.js
|
|
3
|
+
* version : 20.2.40
|
|
4
|
+
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
|
+
* Use of this code is subject to the terms of our license.
|
|
6
|
+
* A copy of the current license can be obtained at any time by e-mailing
|
|
7
|
+
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
8
|
+
* applicable laws.
|
|
9
|
+
*/
|
|
10
|
+
(function (global, factory) {
|
|
11
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@syncfusion/ej2-angular-base'), require('@syncfusion/ej2-documenteditor'), require('@angular/common')) :
|
|
12
|
+
typeof define === 'function' && define.amd ? define(['exports', '@angular/core', '@syncfusion/ej2-angular-base', '@syncfusion/ej2-documenteditor', '@angular/common'], factory) :
|
|
13
|
+
(factory((global['ej2-angular-documenteditor'] = {}),global.ng.core,global.ej2.angular.base,global.ej2.documenteditor,global.ng.common));
|
|
14
|
+
}(this, (function (exports,core,ej2AngularBase,ej2Documenteditor,common) { 'use strict';
|
|
15
|
+
|
|
16
|
+
var __extends = (this && this.__extends) || (function () {
|
|
17
|
+
var extendStatics = Object.setPrototypeOf ||
|
|
18
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
19
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
20
|
+
return function (d, b) {
|
|
21
|
+
extendStatics(d, b);
|
|
22
|
+
function __() { this.constructor = d; }
|
|
23
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
24
|
+
};
|
|
25
|
+
})();
|
|
26
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
27
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
28
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
29
|
+
r = Reflect.decorate(decorators, target, key, desc);
|
|
30
|
+
else
|
|
31
|
+
for (var i = decorators.length - 1; i >= 0; i--)
|
|
32
|
+
if (d = decorators[i])
|
|
33
|
+
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
34
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
35
|
+
};
|
|
36
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
37
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
38
|
+
return Reflect.metadata(k, v);
|
|
39
|
+
};
|
|
40
|
+
var inputs = ['acceptTab', 'currentUser', 'defaultPasteOption', 'documentEditorSettings', 'documentName', 'documentSettings', 'enableBookmarkDialog', 'enableBordersAndShadingDialog', 'enableComment', 'enableContextMenu', 'enableCursorOnReadOnly', 'enableEditor', 'enableEditorHistory', 'enableFontDialog', 'enableFootnoteAndEndnoteDialog', 'enableFormField', 'enableHyperlinkDialog', 'enableImageResizer', 'enableListDialog', 'enableLocalPaste', 'enableLockAndEdit', 'enableOptionsPane', 'enablePageSetupDialog', 'enableParagraphDialog', 'enablePersistence', 'enablePrint', 'enableRtl', 'enableSearch', 'enableSelection', 'enableSfdtExport', 'enableSpellCheck', 'enableStyleDialog', 'enableTableDialog', 'enableTableOfContentsDialog', 'enableTableOptionsDialog', 'enableTablePropertiesDialog', 'enableTextExport', 'enableTrackChanges', 'enableWordExport', 'headers', 'height', 'isReadOnly', 'layoutType', 'locale', 'pageGap', 'pageOutline', 'serverActionSettings', 'serviceUrl', 'showComments', 'showRevisions', 'useCtrlClickToFollowHyperlink', 'userColor', 'width', 'zIndex', 'zoomFactor'];
|
|
41
|
+
var outputs = ['actionComplete', 'afterFormFieldFill', 'beforeCommentAction', 'beforeFileOpen', 'beforeFormFieldFill', 'beforePaneSwitch', 'commentBegin', 'commentDelete', 'commentEnd', 'contentChange', 'contentControl', 'created', 'customContextMenuBeforeOpen', 'customContextMenuSelect', 'destroyed', 'documentChange', 'keyDown', 'requestNavigate', 'searchResultsChange', 'selectionChange', 'serviceFailure', 'trackChange', 'viewChange', 'zoomFactorChange', 'beforeXmlHttpRequestSend'];
|
|
42
|
+
var twoWays = [];
|
|
43
|
+
/**
|
|
44
|
+
* `ejs-documenteditor` represents the Angular Document Editor Component.
|
|
45
|
+
* ```html
|
|
46
|
+
* <ejs-documenteditor isReadOnly='true' enableSelection='true'></ejs-documenteditor>
|
|
47
|
+
* ```
|
|
48
|
+
*/
|
|
49
|
+
exports.DocumentEditorComponent = /** @class */ (function (_super) {
|
|
50
|
+
__extends(DocumentEditorComponent, _super);
|
|
51
|
+
/**
|
|
52
|
+
* @param {?} ngEle
|
|
53
|
+
* @param {?} srenderer
|
|
54
|
+
* @param {?} viewContainerRef
|
|
55
|
+
* @param {?} injector
|
|
56
|
+
*/
|
|
57
|
+
function DocumentEditorComponent(ngEle, srenderer, viewContainerRef, injector) {
|
|
58
|
+
var _this = _super.call(this) || this;
|
|
59
|
+
_this.ngEle = ngEle;
|
|
60
|
+
_this.srenderer = srenderer;
|
|
61
|
+
_this.viewContainerRef = viewContainerRef;
|
|
62
|
+
_this.injector = injector;
|
|
63
|
+
_this.element = _this.ngEle.nativeElement;
|
|
64
|
+
_this.injectedModules = _this.injectedModules || [];
|
|
65
|
+
try {
|
|
66
|
+
var mod = _this.injector.get('DocumentEditorPrint');
|
|
67
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
68
|
+
_this.injectedModules.push(mod);
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
catch (_a) { }
|
|
72
|
+
try {
|
|
73
|
+
var mod = _this.injector.get('DocumentEditorSfdtExport');
|
|
74
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
75
|
+
_this.injectedModules.push(mod);
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
catch (_b) { }
|
|
79
|
+
try {
|
|
80
|
+
var mod = _this.injector.get('DocumentEditorWordExport');
|
|
81
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
82
|
+
_this.injectedModules.push(mod);
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
catch (_c) { }
|
|
86
|
+
try {
|
|
87
|
+
var mod = _this.injector.get('DocumentEditorTextExport');
|
|
88
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
89
|
+
_this.injectedModules.push(mod);
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
catch (_d) { }
|
|
93
|
+
try {
|
|
94
|
+
var mod = _this.injector.get('DocumentEditorSelection');
|
|
95
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
96
|
+
_this.injectedModules.push(mod);
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
catch (_e) { }
|
|
100
|
+
try {
|
|
101
|
+
var mod = _this.injector.get('DocumentEditorSearch');
|
|
102
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
103
|
+
_this.injectedModules.push(mod);
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
catch (_f) { }
|
|
107
|
+
try {
|
|
108
|
+
var mod = _this.injector.get('DocumentEditorEditor');
|
|
109
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
110
|
+
_this.injectedModules.push(mod);
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
catch (_g) { }
|
|
114
|
+
try {
|
|
115
|
+
var mod = _this.injector.get('DocumentEditorEditorHistory');
|
|
116
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
117
|
+
_this.injectedModules.push(mod);
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
catch (_h) { }
|
|
121
|
+
try {
|
|
122
|
+
var mod = _this.injector.get('DocumentEditorOptionsPane');
|
|
123
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
124
|
+
_this.injectedModules.push(mod);
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
catch (_j) { }
|
|
128
|
+
try {
|
|
129
|
+
var mod = _this.injector.get('DocumentEditorContextMenu');
|
|
130
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
131
|
+
_this.injectedModules.push(mod);
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
catch (_k) { }
|
|
135
|
+
try {
|
|
136
|
+
var mod = _this.injector.get('DocumentEditorImageResizer');
|
|
137
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
138
|
+
_this.injectedModules.push(mod);
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
catch (_l) { }
|
|
142
|
+
try {
|
|
143
|
+
var mod = _this.injector.get('DocumentEditorHyperlinkDialog');
|
|
144
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
145
|
+
_this.injectedModules.push(mod);
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
catch (_m) { }
|
|
149
|
+
try {
|
|
150
|
+
var mod = _this.injector.get('DocumentEditorTableDialog');
|
|
151
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
152
|
+
_this.injectedModules.push(mod);
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
catch (_o) { }
|
|
156
|
+
try {
|
|
157
|
+
var mod = _this.injector.get('DocumentEditorBookmarkDialog');
|
|
158
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
159
|
+
_this.injectedModules.push(mod);
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
catch (_p) { }
|
|
163
|
+
try {
|
|
164
|
+
var mod = _this.injector.get('DocumentEditorTableOfContentsDialog');
|
|
165
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
166
|
+
_this.injectedModules.push(mod);
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
catch (_q) { }
|
|
170
|
+
try {
|
|
171
|
+
var mod = _this.injector.get('DocumentEditorPageSetupDialog');
|
|
172
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
173
|
+
_this.injectedModules.push(mod);
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
catch (_r) { }
|
|
177
|
+
try {
|
|
178
|
+
var mod = _this.injector.get('DocumentEditorParagraphDialog');
|
|
179
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
180
|
+
_this.injectedModules.push(mod);
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
catch (_s) { }
|
|
184
|
+
try {
|
|
185
|
+
var mod = _this.injector.get('DocumentEditorListDialog');
|
|
186
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
187
|
+
_this.injectedModules.push(mod);
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
catch (_t) { }
|
|
191
|
+
try {
|
|
192
|
+
var mod = _this.injector.get('DocumentEditorStyleDialog');
|
|
193
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
194
|
+
_this.injectedModules.push(mod);
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
catch (_u) { }
|
|
198
|
+
try {
|
|
199
|
+
var mod = _this.injector.get('DocumentEditorStylesDialog');
|
|
200
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
201
|
+
_this.injectedModules.push(mod);
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
catch (_v) { }
|
|
205
|
+
try {
|
|
206
|
+
var mod = _this.injector.get('DocumentEditorBulletsAndNumberingDialog');
|
|
207
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
208
|
+
_this.injectedModules.push(mod);
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
catch (_w) { }
|
|
212
|
+
try {
|
|
213
|
+
var mod = _this.injector.get('DocumentEditorFontDialog');
|
|
214
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
215
|
+
_this.injectedModules.push(mod);
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
catch (_x) { }
|
|
219
|
+
try {
|
|
220
|
+
var mod = _this.injector.get('DocumentEditorTablePropertiesDialog');
|
|
221
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
222
|
+
_this.injectedModules.push(mod);
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
catch (_y) { }
|
|
226
|
+
try {
|
|
227
|
+
var mod = _this.injector.get('DocumentEditorBordersAndShadingDialog');
|
|
228
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
229
|
+
_this.injectedModules.push(mod);
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
catch (_z) { }
|
|
233
|
+
try {
|
|
234
|
+
var mod = _this.injector.get('DocumentEditorTableOptionsDialog');
|
|
235
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
236
|
+
_this.injectedModules.push(mod);
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
catch (_0) { }
|
|
240
|
+
try {
|
|
241
|
+
var mod = _this.injector.get('DocumentEditorCellOptionsDialog');
|
|
242
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
243
|
+
_this.injectedModules.push(mod);
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
catch (_1) { }
|
|
247
|
+
try {
|
|
248
|
+
var mod = _this.injector.get('DocumentEditorSpellChecker');
|
|
249
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
250
|
+
_this.injectedModules.push(mod);
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
catch (_2) { }
|
|
254
|
+
try {
|
|
255
|
+
var mod = _this.injector.get('DocumentEditorSpellCheckDialog');
|
|
256
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
257
|
+
_this.injectedModules.push(mod);
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
catch (_3) { }
|
|
261
|
+
try {
|
|
262
|
+
var mod = _this.injector.get('DocumentEditorCollaborativeEditing');
|
|
263
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
264
|
+
_this.injectedModules.push(mod);
|
|
265
|
+
}
|
|
266
|
+
}
|
|
267
|
+
catch (_4) { }
|
|
268
|
+
_this.registerEvents(outputs);
|
|
269
|
+
_this.addTwoWay.call(_this, twoWays);
|
|
270
|
+
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
|
271
|
+
_this.context = new ej2AngularBase.ComponentBase();
|
|
272
|
+
return _this;
|
|
273
|
+
}
|
|
274
|
+
/**
|
|
275
|
+
* @return {?}
|
|
276
|
+
*/
|
|
277
|
+
DocumentEditorComponent.prototype.ngOnInit = function () {
|
|
278
|
+
this.context.ngOnInit(this);
|
|
279
|
+
};
|
|
280
|
+
/**
|
|
281
|
+
* @return {?}
|
|
282
|
+
*/
|
|
283
|
+
DocumentEditorComponent.prototype.ngAfterViewInit = function () {
|
|
284
|
+
this.context.ngAfterViewInit(this);
|
|
285
|
+
};
|
|
286
|
+
/**
|
|
287
|
+
* @return {?}
|
|
288
|
+
*/
|
|
289
|
+
DocumentEditorComponent.prototype.ngOnDestroy = function () {
|
|
290
|
+
this.context.ngOnDestroy(this);
|
|
291
|
+
};
|
|
292
|
+
/**
|
|
293
|
+
* @return {?}
|
|
294
|
+
*/
|
|
295
|
+
DocumentEditorComponent.prototype.ngAfterContentChecked = function () {
|
|
296
|
+
this.context.ngAfterContentChecked(this);
|
|
297
|
+
};
|
|
298
|
+
return DocumentEditorComponent;
|
|
299
|
+
}(ej2Documenteditor.DocumentEditor));
|
|
300
|
+
exports.DocumentEditorComponent.decorators = [
|
|
301
|
+
{ type: core.Component, args: [{
|
|
302
|
+
selector: 'ejs-documenteditor',
|
|
303
|
+
inputs: inputs,
|
|
304
|
+
outputs: outputs,
|
|
305
|
+
template: '',
|
|
306
|
+
changeDetection: core.ChangeDetectionStrategy.OnPush,
|
|
307
|
+
queries: {}
|
|
308
|
+
},] },
|
|
309
|
+
];
|
|
310
|
+
/**
|
|
311
|
+
* @nocollapse
|
|
312
|
+
*/
|
|
313
|
+
exports.DocumentEditorComponent.ctorParameters = function () { return [
|
|
314
|
+
{ type: core.ElementRef, },
|
|
315
|
+
{ type: core.Renderer2, },
|
|
316
|
+
{ type: core.ViewContainerRef, },
|
|
317
|
+
{ type: core.Injector, },
|
|
318
|
+
]; };
|
|
319
|
+
exports.DocumentEditorComponent = __decorate([
|
|
320
|
+
ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
|
|
321
|
+
__metadata("design:paramtypes", [core.ElementRef,
|
|
322
|
+
core.Renderer2,
|
|
323
|
+
core.ViewContainerRef,
|
|
324
|
+
core.Injector])
|
|
325
|
+
], exports.DocumentEditorComponent);
|
|
326
|
+
/**
|
|
327
|
+
* NgModule definition for the DocumentEditor component.
|
|
328
|
+
*/
|
|
329
|
+
var DocumentEditorModule = /** @class */ (function () {
|
|
330
|
+
function DocumentEditorModule() {
|
|
331
|
+
}
|
|
332
|
+
return DocumentEditorModule;
|
|
333
|
+
}());
|
|
334
|
+
DocumentEditorModule.decorators = [
|
|
335
|
+
{ type: core.NgModule, args: [{
|
|
336
|
+
imports: [common.CommonModule],
|
|
337
|
+
declarations: [
|
|
338
|
+
exports.DocumentEditorComponent
|
|
339
|
+
],
|
|
340
|
+
exports: [
|
|
341
|
+
exports.DocumentEditorComponent
|
|
342
|
+
]
|
|
343
|
+
},] },
|
|
344
|
+
];
|
|
345
|
+
/**
|
|
346
|
+
* @nocollapse
|
|
347
|
+
*/
|
|
348
|
+
DocumentEditorModule.ctorParameters = function () { return []; };
|
|
349
|
+
var PrintService = { provide: 'DocumentEditorPrint', useValue: ej2Documenteditor.Print };
|
|
350
|
+
var SfdtExportService = { provide: 'DocumentEditorSfdtExport', useValue: ej2Documenteditor.SfdtExport };
|
|
351
|
+
var WordExportService = { provide: 'DocumentEditorWordExport', useValue: ej2Documenteditor.WordExport };
|
|
352
|
+
var TextExportService = { provide: 'DocumentEditorTextExport', useValue: ej2Documenteditor.TextExport };
|
|
353
|
+
var SelectionService = { provide: 'DocumentEditorSelection', useValue: ej2Documenteditor.Selection };
|
|
354
|
+
var SearchService = { provide: 'DocumentEditorSearch', useValue: ej2Documenteditor.Search };
|
|
355
|
+
var EditorService = { provide: 'DocumentEditorEditor', useValue: ej2Documenteditor.Editor };
|
|
356
|
+
var EditorHistoryService = { provide: 'DocumentEditorEditorHistory', useValue: ej2Documenteditor.EditorHistory };
|
|
357
|
+
var OptionsPaneService = { provide: 'DocumentEditorOptionsPane', useValue: ej2Documenteditor.OptionsPane };
|
|
358
|
+
var ContextMenuService = { provide: 'DocumentEditorContextMenu', useValue: ej2Documenteditor.ContextMenu };
|
|
359
|
+
var ImageResizerService = { provide: 'DocumentEditorImageResizer', useValue: ej2Documenteditor.ImageResizer };
|
|
360
|
+
var HyperlinkDialogService = { provide: 'DocumentEditorHyperlinkDialog', useValue: ej2Documenteditor.HyperlinkDialog };
|
|
361
|
+
var TableDialogService = { provide: 'DocumentEditorTableDialog', useValue: ej2Documenteditor.TableDialog };
|
|
362
|
+
var BookmarkDialogService = { provide: 'DocumentEditorBookmarkDialog', useValue: ej2Documenteditor.BookmarkDialog };
|
|
363
|
+
var TableOfContentsDialogService = { provide: 'DocumentEditorTableOfContentsDialog', useValue: ej2Documenteditor.TableOfContentsDialog };
|
|
364
|
+
var PageSetupDialogService = { provide: 'DocumentEditorPageSetupDialog', useValue: ej2Documenteditor.PageSetupDialog };
|
|
365
|
+
var ParagraphDialogService = { provide: 'DocumentEditorParagraphDialog', useValue: ej2Documenteditor.ParagraphDialog };
|
|
366
|
+
var ListDialogService = { provide: 'DocumentEditorListDialog', useValue: ej2Documenteditor.ListDialog };
|
|
367
|
+
var StyleDialogService = { provide: 'DocumentEditorStyleDialog', useValue: ej2Documenteditor.StyleDialog };
|
|
368
|
+
var StylesDialogService = { provide: 'DocumentEditorStylesDialog', useValue: ej2Documenteditor.StylesDialog };
|
|
369
|
+
var BulletsAndNumberingDialogService = { provide: 'DocumentEditorBulletsAndNumberingDialog', useValue: ej2Documenteditor.BulletsAndNumberingDialog };
|
|
370
|
+
var FontDialogService = { provide: 'DocumentEditorFontDialog', useValue: ej2Documenteditor.FontDialog };
|
|
371
|
+
var TablePropertiesDialogService = { provide: 'DocumentEditorTablePropertiesDialog', useValue: ej2Documenteditor.TablePropertiesDialog };
|
|
372
|
+
var BordersAndShadingDialogService = { provide: 'DocumentEditorBordersAndShadingDialog', useValue: ej2Documenteditor.BordersAndShadingDialog };
|
|
373
|
+
var TableOptionsDialogService = { provide: 'DocumentEditorTableOptionsDialog', useValue: ej2Documenteditor.TableOptionsDialog };
|
|
374
|
+
var CellOptionsDialogService = { provide: 'DocumentEditorCellOptionsDialog', useValue: ej2Documenteditor.CellOptionsDialog };
|
|
375
|
+
var SpellCheckerService = { provide: 'DocumentEditorSpellChecker', useValue: ej2Documenteditor.SpellChecker };
|
|
376
|
+
var SpellCheckDialogService = { provide: 'DocumentEditorSpellCheckDialog', useValue: ej2Documenteditor.SpellCheckDialog };
|
|
377
|
+
var CollaborativeEditingService = { provide: 'DocumentEditorCollaborativeEditing', useValue: ej2Documenteditor.CollaborativeEditing };
|
|
378
|
+
/**
|
|
379
|
+
* NgModule definition for the DocumentEditor component with providers.
|
|
380
|
+
*/
|
|
381
|
+
var DocumentEditorAllModule = /** @class */ (function () {
|
|
382
|
+
function DocumentEditorAllModule() {
|
|
383
|
+
}
|
|
384
|
+
return DocumentEditorAllModule;
|
|
385
|
+
}());
|
|
386
|
+
DocumentEditorAllModule.decorators = [
|
|
387
|
+
{ type: core.NgModule, args: [{
|
|
388
|
+
imports: [common.CommonModule, DocumentEditorModule],
|
|
389
|
+
exports: [
|
|
390
|
+
DocumentEditorModule
|
|
391
|
+
],
|
|
392
|
+
providers: [
|
|
393
|
+
PrintService,
|
|
394
|
+
SfdtExportService,
|
|
395
|
+
WordExportService,
|
|
396
|
+
TextExportService,
|
|
397
|
+
SelectionService,
|
|
398
|
+
SearchService,
|
|
399
|
+
EditorService,
|
|
400
|
+
EditorHistoryService,
|
|
401
|
+
OptionsPaneService,
|
|
402
|
+
ContextMenuService,
|
|
403
|
+
ImageResizerService,
|
|
404
|
+
HyperlinkDialogService,
|
|
405
|
+
TableDialogService,
|
|
406
|
+
BookmarkDialogService,
|
|
407
|
+
TableOfContentsDialogService,
|
|
408
|
+
PageSetupDialogService,
|
|
409
|
+
ParagraphDialogService,
|
|
410
|
+
ListDialogService,
|
|
411
|
+
StyleDialogService,
|
|
412
|
+
StylesDialogService,
|
|
413
|
+
BulletsAndNumberingDialogService,
|
|
414
|
+
FontDialogService,
|
|
415
|
+
TablePropertiesDialogService,
|
|
416
|
+
BordersAndShadingDialogService,
|
|
417
|
+
TableOptionsDialogService,
|
|
418
|
+
CellOptionsDialogService,
|
|
419
|
+
SpellCheckerService,
|
|
420
|
+
SpellCheckDialogService,
|
|
421
|
+
CollaborativeEditingService
|
|
422
|
+
]
|
|
423
|
+
},] },
|
|
424
|
+
];
|
|
425
|
+
/**
|
|
426
|
+
* @nocollapse
|
|
427
|
+
*/
|
|
428
|
+
DocumentEditorAllModule.ctorParameters = function () { return []; };
|
|
429
|
+
var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
430
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
431
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
432
|
+
r = Reflect.decorate(decorators, target, key, desc);
|
|
433
|
+
else
|
|
434
|
+
for (var i = decorators.length - 1; i >= 0; i--)
|
|
435
|
+
if (d = decorators[i])
|
|
436
|
+
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
437
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
438
|
+
};
|
|
439
|
+
var __metadata$1 = (this && this.__metadata) || function (k, v) {
|
|
440
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
441
|
+
return Reflect.metadata(k, v);
|
|
442
|
+
};
|
|
443
|
+
var inputs$1 = ['currentUser', 'documentEditorSettings', 'documentSettings', 'enableComment', 'enableCsp', 'enableLocalPaste', 'enableLockAndEdit', 'enablePersistence', 'enableRtl', 'enableSpellCheck', 'enableToolbar', 'enableTrackChanges', 'headers', 'height', 'layoutType', 'locale', 'restrictEditing', 'serverActionSettings', 'serviceUrl', 'showPropertiesPane', 'toolbarItems', 'userColor', 'width', 'zIndex'];
|
|
444
|
+
var outputs$1 = ['beforeCommentAction', 'beforePaneSwitch', 'commentDelete', 'contentChange', 'contentControl', 'created', 'customContextMenuBeforeOpen', 'customContextMenuSelect', 'destroyed', 'documentChange', 'selectionChange', 'serviceFailure', 'toolbarClick', 'trackChange', 'beforeXmlHttpRequestSend'];
|
|
445
|
+
var twoWays$1 = [];
|
|
446
|
+
/**
|
|
447
|
+
* `ejs-documenteditor-container` represents the Angular Document Editor Container.
|
|
448
|
+
* ```html
|
|
449
|
+
* <ejs-documenteditor-container></ejs-documenteditor-container>
|
|
450
|
+
* ```
|
|
451
|
+
*/
|
|
452
|
+
exports.DocumentEditorContainerComponent = /** @class */ (function (_super) {
|
|
453
|
+
__extends(DocumentEditorContainerComponent, _super);
|
|
454
|
+
/**
|
|
455
|
+
* @param {?} ngEle
|
|
456
|
+
* @param {?} srenderer
|
|
457
|
+
* @param {?} viewContainerRef
|
|
458
|
+
* @param {?} injector
|
|
459
|
+
*/
|
|
460
|
+
function DocumentEditorContainerComponent(ngEle, srenderer, viewContainerRef, injector) {
|
|
461
|
+
var _this = _super.call(this) || this;
|
|
462
|
+
_this.ngEle = ngEle;
|
|
463
|
+
_this.srenderer = srenderer;
|
|
464
|
+
_this.viewContainerRef = viewContainerRef;
|
|
465
|
+
_this.injector = injector;
|
|
466
|
+
_this.element = _this.ngEle.nativeElement;
|
|
467
|
+
_this.injectedModules = _this.injectedModules || [];
|
|
468
|
+
try {
|
|
469
|
+
var mod = _this.injector.get('DocumentEditorToolbar');
|
|
470
|
+
if (_this.injectedModules.indexOf(mod) === -1) {
|
|
471
|
+
_this.injectedModules.push(mod);
|
|
472
|
+
}
|
|
473
|
+
}
|
|
474
|
+
catch (_a) { }
|
|
475
|
+
_this.registerEvents(outputs$1);
|
|
476
|
+
_this.addTwoWay.call(_this, twoWays$1);
|
|
477
|
+
ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
|
|
478
|
+
_this.context = new ej2AngularBase.ComponentBase();
|
|
479
|
+
return _this;
|
|
480
|
+
}
|
|
481
|
+
/**
|
|
482
|
+
* @return {?}
|
|
483
|
+
*/
|
|
484
|
+
DocumentEditorContainerComponent.prototype.ngOnInit = function () {
|
|
485
|
+
this.context.ngOnInit(this);
|
|
486
|
+
};
|
|
487
|
+
/**
|
|
488
|
+
* @return {?}
|
|
489
|
+
*/
|
|
490
|
+
DocumentEditorContainerComponent.prototype.ngAfterViewInit = function () {
|
|
491
|
+
this.context.ngAfterViewInit(this);
|
|
492
|
+
};
|
|
493
|
+
/**
|
|
494
|
+
* @return {?}
|
|
495
|
+
*/
|
|
496
|
+
DocumentEditorContainerComponent.prototype.ngOnDestroy = function () {
|
|
497
|
+
this.context.ngOnDestroy(this);
|
|
498
|
+
};
|
|
499
|
+
/**
|
|
500
|
+
* @return {?}
|
|
501
|
+
*/
|
|
502
|
+
DocumentEditorContainerComponent.prototype.ngAfterContentChecked = function () {
|
|
503
|
+
this.context.ngAfterContentChecked(this);
|
|
504
|
+
};
|
|
505
|
+
return DocumentEditorContainerComponent;
|
|
506
|
+
}(ej2Documenteditor.DocumentEditorContainer));
|
|
507
|
+
exports.DocumentEditorContainerComponent.decorators = [
|
|
508
|
+
{ type: core.Component, args: [{
|
|
509
|
+
selector: 'ejs-documenteditorcontainer',
|
|
510
|
+
inputs: inputs$1,
|
|
511
|
+
outputs: outputs$1,
|
|
512
|
+
template: '',
|
|
513
|
+
changeDetection: core.ChangeDetectionStrategy.OnPush,
|
|
514
|
+
queries: {}
|
|
515
|
+
},] },
|
|
516
|
+
];
|
|
517
|
+
/**
|
|
518
|
+
* @nocollapse
|
|
519
|
+
*/
|
|
520
|
+
exports.DocumentEditorContainerComponent.ctorParameters = function () { return [
|
|
521
|
+
{ type: core.ElementRef, },
|
|
522
|
+
{ type: core.Renderer2, },
|
|
523
|
+
{ type: core.ViewContainerRef, },
|
|
524
|
+
{ type: core.Injector, },
|
|
525
|
+
]; };
|
|
526
|
+
exports.DocumentEditorContainerComponent = __decorate$1([
|
|
527
|
+
ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase]),
|
|
528
|
+
__metadata$1("design:paramtypes", [core.ElementRef,
|
|
529
|
+
core.Renderer2,
|
|
530
|
+
core.ViewContainerRef,
|
|
531
|
+
core.Injector])
|
|
532
|
+
], exports.DocumentEditorContainerComponent);
|
|
533
|
+
/**
|
|
534
|
+
* NgModule definition for the DocumentEditorContainer component.
|
|
535
|
+
*/
|
|
536
|
+
var DocumentEditorContainerModule = /** @class */ (function () {
|
|
537
|
+
function DocumentEditorContainerModule() {
|
|
538
|
+
}
|
|
539
|
+
return DocumentEditorContainerModule;
|
|
540
|
+
}());
|
|
541
|
+
DocumentEditorContainerModule.decorators = [
|
|
542
|
+
{ type: core.NgModule, args: [{
|
|
543
|
+
imports: [common.CommonModule],
|
|
544
|
+
declarations: [
|
|
545
|
+
exports.DocumentEditorContainerComponent
|
|
546
|
+
],
|
|
547
|
+
exports: [
|
|
548
|
+
exports.DocumentEditorContainerComponent
|
|
549
|
+
]
|
|
550
|
+
},] },
|
|
551
|
+
];
|
|
552
|
+
/**
|
|
553
|
+
* @nocollapse
|
|
554
|
+
*/
|
|
555
|
+
DocumentEditorContainerModule.ctorParameters = function () { return []; };
|
|
556
|
+
var ToolbarService = { provide: 'DocumentEditorToolbar', useValue: ej2Documenteditor.Toolbar };
|
|
557
|
+
/**
|
|
558
|
+
* NgModule definition for the DocumentEditorContainer component with providers.
|
|
559
|
+
*/
|
|
560
|
+
var DocumentEditorContainerAllModule = /** @class */ (function () {
|
|
561
|
+
function DocumentEditorContainerAllModule() {
|
|
562
|
+
}
|
|
563
|
+
return DocumentEditorContainerAllModule;
|
|
564
|
+
}());
|
|
565
|
+
DocumentEditorContainerAllModule.decorators = [
|
|
566
|
+
{ type: core.NgModule, args: [{
|
|
567
|
+
imports: [common.CommonModule, DocumentEditorContainerModule],
|
|
568
|
+
exports: [
|
|
569
|
+
DocumentEditorContainerModule
|
|
570
|
+
],
|
|
571
|
+
providers: [
|
|
572
|
+
ToolbarService
|
|
573
|
+
]
|
|
574
|
+
},] },
|
|
575
|
+
];
|
|
576
|
+
/**
|
|
577
|
+
* @nocollapse
|
|
578
|
+
*/
|
|
579
|
+
DocumentEditorContainerAllModule.ctorParameters = function () { return []; };
|
|
580
|
+
|
|
581
|
+
exports.DocumentEditorModule = DocumentEditorModule;
|
|
582
|
+
exports.DocumentEditorAllModule = DocumentEditorAllModule;
|
|
583
|
+
exports.PrintService = PrintService;
|
|
584
|
+
exports.SfdtExportService = SfdtExportService;
|
|
585
|
+
exports.WordExportService = WordExportService;
|
|
586
|
+
exports.TextExportService = TextExportService;
|
|
587
|
+
exports.SelectionService = SelectionService;
|
|
588
|
+
exports.SearchService = SearchService;
|
|
589
|
+
exports.EditorService = EditorService;
|
|
590
|
+
exports.EditorHistoryService = EditorHistoryService;
|
|
591
|
+
exports.OptionsPaneService = OptionsPaneService;
|
|
592
|
+
exports.ContextMenuService = ContextMenuService;
|
|
593
|
+
exports.ImageResizerService = ImageResizerService;
|
|
594
|
+
exports.HyperlinkDialogService = HyperlinkDialogService;
|
|
595
|
+
exports.TableDialogService = TableDialogService;
|
|
596
|
+
exports.BookmarkDialogService = BookmarkDialogService;
|
|
597
|
+
exports.TableOfContentsDialogService = TableOfContentsDialogService;
|
|
598
|
+
exports.PageSetupDialogService = PageSetupDialogService;
|
|
599
|
+
exports.ParagraphDialogService = ParagraphDialogService;
|
|
600
|
+
exports.ListDialogService = ListDialogService;
|
|
601
|
+
exports.StyleDialogService = StyleDialogService;
|
|
602
|
+
exports.StylesDialogService = StylesDialogService;
|
|
603
|
+
exports.BulletsAndNumberingDialogService = BulletsAndNumberingDialogService;
|
|
604
|
+
exports.FontDialogService = FontDialogService;
|
|
605
|
+
exports.TablePropertiesDialogService = TablePropertiesDialogService;
|
|
606
|
+
exports.BordersAndShadingDialogService = BordersAndShadingDialogService;
|
|
607
|
+
exports.TableOptionsDialogService = TableOptionsDialogService;
|
|
608
|
+
exports.CellOptionsDialogService = CellOptionsDialogService;
|
|
609
|
+
exports.SpellCheckerService = SpellCheckerService;
|
|
610
|
+
exports.SpellCheckDialogService = SpellCheckDialogService;
|
|
611
|
+
exports.CollaborativeEditingService = CollaborativeEditingService;
|
|
612
|
+
exports.DocumentEditorContainerModule = DocumentEditorContainerModule;
|
|
613
|
+
exports.DocumentEditorContainerAllModule = DocumentEditorContainerAllModule;
|
|
614
|
+
exports.ToolbarService = ToolbarService;
|
|
615
|
+
exports.ɵc = inputs$1;
|
|
616
|
+
exports.ɵd = outputs$1;
|
|
617
|
+
exports.ɵa = inputs;
|
|
618
|
+
exports.ɵb = outputs;
|
|
619
|
+
exports.CharacterRangeType = ej2Documenteditor.CharacterRangeType;
|
|
620
|
+
exports.Dictionary = ej2Documenteditor.Dictionary;
|
|
621
|
+
exports.WUniqueFormat = ej2Documenteditor.WUniqueFormat;
|
|
622
|
+
exports.WUniqueFormats = ej2Documenteditor.WUniqueFormats;
|
|
623
|
+
exports.XmlHttpRequestHandler = ej2Documenteditor.XmlHttpRequestHandler;
|
|
624
|
+
exports.internalZoomFactorChange = ej2Documenteditor.internalZoomFactorChange;
|
|
625
|
+
exports.contentChangeEvent = ej2Documenteditor.contentChangeEvent;
|
|
626
|
+
exports.documentChangeEvent = ej2Documenteditor.documentChangeEvent;
|
|
627
|
+
exports.selectionChangeEvent = ej2Documenteditor.selectionChangeEvent;
|
|
628
|
+
exports.zoomFactorChangeEvent = ej2Documenteditor.zoomFactorChangeEvent;
|
|
629
|
+
exports.beforeFieldFillEvent = ej2Documenteditor.beforeFieldFillEvent;
|
|
630
|
+
exports.afterFieldFillEvent = ej2Documenteditor.afterFieldFillEvent;
|
|
631
|
+
exports.afterFormFieldFillEvent = ej2Documenteditor.afterFormFieldFillEvent;
|
|
632
|
+
exports.beforeFormFieldFillEvent = ej2Documenteditor.beforeFormFieldFillEvent;
|
|
633
|
+
exports.serviceFailureEvent = ej2Documenteditor.serviceFailureEvent;
|
|
634
|
+
exports.viewChangeEvent = ej2Documenteditor.viewChangeEvent;
|
|
635
|
+
exports.customContextMenuSelectEvent = ej2Documenteditor.customContextMenuSelectEvent;
|
|
636
|
+
exports.customContextMenuBeforeOpenEvent = ej2Documenteditor.customContextMenuBeforeOpenEvent;
|
|
637
|
+
exports.contentControlEvent = ej2Documenteditor.contentControlEvent;
|
|
638
|
+
exports.commentBeginEvent = ej2Documenteditor.commentBeginEvent;
|
|
639
|
+
exports.commentEndEvent = ej2Documenteditor.commentEndEvent;
|
|
640
|
+
exports.beforeCommentActionEvent = ej2Documenteditor.beforeCommentActionEvent;
|
|
641
|
+
exports.commentDeleteEvent = ej2Documenteditor.commentDeleteEvent;
|
|
642
|
+
exports.beforePaneSwitchEvent = ej2Documenteditor.beforePaneSwitchEvent;
|
|
643
|
+
exports.requestNavigateEvent = ej2Documenteditor.requestNavigateEvent;
|
|
644
|
+
exports.actionCompleteEvent = ej2Documenteditor.actionCompleteEvent;
|
|
645
|
+
exports.trackChangeEvent = ej2Documenteditor.trackChangeEvent;
|
|
646
|
+
exports.searchResultsChangeEvent = ej2Documenteditor.searchResultsChangeEvent;
|
|
647
|
+
exports.keyDownEvent = ej2Documenteditor.keyDownEvent;
|
|
648
|
+
exports.toolbarClickEvent = ej2Documenteditor.toolbarClickEvent;
|
|
649
|
+
exports.beforeFileOpenEvent = ej2Documenteditor.beforeFileOpenEvent;
|
|
650
|
+
exports.internalviewChangeEvent = ej2Documenteditor.internalviewChangeEvent;
|
|
651
|
+
exports.beforeXmlHttpRequestSend = ej2Documenteditor.beforeXmlHttpRequestSend;
|
|
652
|
+
exports.protectionTypeChangeEvent = ej2Documenteditor.protectionTypeChangeEvent;
|
|
653
|
+
exports.Print = ej2Documenteditor.Print;
|
|
654
|
+
exports.ContextMenu = ej2Documenteditor.ContextMenu;
|
|
655
|
+
exports.CommentReviewPane = ej2Documenteditor.CommentReviewPane;
|
|
656
|
+
exports.CommentPane = ej2Documenteditor.CommentPane;
|
|
657
|
+
exports.CommentView = ej2Documenteditor.CommentView;
|
|
658
|
+
exports.HyperlinkDialog = ej2Documenteditor.HyperlinkDialog;
|
|
659
|
+
exports.TableDialog = ej2Documenteditor.TableDialog;
|
|
660
|
+
exports.BookmarkDialog = ej2Documenteditor.BookmarkDialog;
|
|
661
|
+
exports.TableOfContentsDialog = ej2Documenteditor.TableOfContentsDialog;
|
|
662
|
+
exports.PageSetupDialog = ej2Documenteditor.PageSetupDialog;
|
|
663
|
+
exports.ParagraphDialog = ej2Documenteditor.ParagraphDialog;
|
|
664
|
+
exports.ListDialog = ej2Documenteditor.ListDialog;
|
|
665
|
+
exports.StyleDialog = ej2Documenteditor.StyleDialog;
|
|
666
|
+
exports.BulletsAndNumberingDialog = ej2Documenteditor.BulletsAndNumberingDialog;
|
|
667
|
+
exports.FontDialog = ej2Documenteditor.FontDialog;
|
|
668
|
+
exports.TablePropertiesDialog = ej2Documenteditor.TablePropertiesDialog;
|
|
669
|
+
exports.BordersAndShadingDialog = ej2Documenteditor.BordersAndShadingDialog;
|
|
670
|
+
exports.TableOptionsDialog = ej2Documenteditor.TableOptionsDialog;
|
|
671
|
+
exports.CellOptionsDialog = ej2Documenteditor.CellOptionsDialog;
|
|
672
|
+
exports.StylesDialog = ej2Documenteditor.StylesDialog;
|
|
673
|
+
exports.SpellCheckDialog = ej2Documenteditor.SpellCheckDialog;
|
|
674
|
+
exports.CheckBoxFormFieldDialog = ej2Documenteditor.CheckBoxFormFieldDialog;
|
|
675
|
+
exports.TextFormFieldDialog = ej2Documenteditor.TextFormFieldDialog;
|
|
676
|
+
exports.DropDownFormFieldDialog = ej2Documenteditor.DropDownFormFieldDialog;
|
|
677
|
+
exports.FormFieldPopUp = ej2Documenteditor.FormFieldPopUp;
|
|
678
|
+
exports.Editor = ej2Documenteditor.Editor;
|
|
679
|
+
exports.ImageResizer = ej2Documenteditor.ImageResizer;
|
|
680
|
+
exports.ImageResizingPoints = ej2Documenteditor.ImageResizingPoints;
|
|
681
|
+
exports.SelectedImageInfo = ej2Documenteditor.SelectedImageInfo;
|
|
682
|
+
exports.TableResizer = ej2Documenteditor.TableResizer;
|
|
683
|
+
exports.HelperMethods = ej2Documenteditor.HelperMethods;
|
|
684
|
+
exports.Point = ej2Documenteditor.Point;
|
|
685
|
+
exports.Base64 = ej2Documenteditor.Base64;
|
|
686
|
+
exports.WrapPosition = ej2Documenteditor.WrapPosition;
|
|
687
|
+
exports.CollaborativeEditing = ej2Documenteditor.CollaborativeEditing;
|
|
688
|
+
exports.EditorHistory = ej2Documenteditor.EditorHistory;
|
|
689
|
+
exports.BaseHistoryInfo = ej2Documenteditor.BaseHistoryInfo;
|
|
690
|
+
exports.HistoryInfo = ej2Documenteditor.HistoryInfo;
|
|
691
|
+
exports.ModifiedLevel = ej2Documenteditor.ModifiedLevel;
|
|
692
|
+
exports.ModifiedParagraphFormat = ej2Documenteditor.ModifiedParagraphFormat;
|
|
693
|
+
exports.RowHistoryFormat = ej2Documenteditor.RowHistoryFormat;
|
|
694
|
+
exports.TableHistoryInfo = ej2Documenteditor.TableHistoryInfo;
|
|
695
|
+
exports.TableFormatHistoryInfo = ej2Documenteditor.TableFormatHistoryInfo;
|
|
696
|
+
exports.RowFormatHistoryInfo = ej2Documenteditor.RowFormatHistoryInfo;
|
|
697
|
+
exports.CellFormatHistoryInfo = ej2Documenteditor.CellFormatHistoryInfo;
|
|
698
|
+
exports.CellHistoryFormat = ej2Documenteditor.CellHistoryFormat;
|
|
699
|
+
exports.WSectionFormat = ej2Documenteditor.WSectionFormat;
|
|
700
|
+
exports.WStyle = ej2Documenteditor.WStyle;
|
|
701
|
+
exports.WParagraphStyle = ej2Documenteditor.WParagraphStyle;
|
|
702
|
+
exports.WCharacterStyle = ej2Documenteditor.WCharacterStyle;
|
|
703
|
+
exports.WStyles = ej2Documenteditor.WStyles;
|
|
704
|
+
exports.WCharacterFormat = ej2Documenteditor.WCharacterFormat;
|
|
705
|
+
exports.WListFormat = ej2Documenteditor.WListFormat;
|
|
706
|
+
exports.WTabStop = ej2Documenteditor.WTabStop;
|
|
707
|
+
exports.WParagraphFormat = ej2Documenteditor.WParagraphFormat;
|
|
708
|
+
exports.WTableFormat = ej2Documenteditor.WTableFormat;
|
|
709
|
+
exports.WRowFormat = ej2Documenteditor.WRowFormat;
|
|
710
|
+
exports.WCellFormat = ej2Documenteditor.WCellFormat;
|
|
711
|
+
exports.WBorder = ej2Documenteditor.WBorder;
|
|
712
|
+
exports.WBorders = ej2Documenteditor.WBorders;
|
|
713
|
+
exports.WShading = ej2Documenteditor.WShading;
|
|
714
|
+
exports.WList = ej2Documenteditor.WList;
|
|
715
|
+
exports.WAbstractList = ej2Documenteditor.WAbstractList;
|
|
716
|
+
exports.WListLevel = ej2Documenteditor.WListLevel;
|
|
717
|
+
exports.WLevelOverride = ej2Documenteditor.WLevelOverride;
|
|
718
|
+
exports.AddUserDialog = ej2Documenteditor.AddUserDialog;
|
|
719
|
+
exports.EnforceProtectionDialog = ej2Documenteditor.EnforceProtectionDialog;
|
|
720
|
+
exports.UnProtectDocumentDialog = ej2Documenteditor.UnProtectDocumentDialog;
|
|
721
|
+
exports.RestrictEditing = ej2Documenteditor.RestrictEditing;
|
|
722
|
+
exports.Search = ej2Documenteditor.Search;
|
|
723
|
+
exports.OptionsPane = ej2Documenteditor.OptionsPane;
|
|
724
|
+
exports.TextSearch = ej2Documenteditor.TextSearch;
|
|
725
|
+
exports.SearchWidgetInfo = ej2Documenteditor.SearchWidgetInfo;
|
|
726
|
+
exports.TextSearchResult = ej2Documenteditor.TextSearchResult;
|
|
727
|
+
exports.TextSearchResults = ej2Documenteditor.TextSearchResults;
|
|
728
|
+
exports.Selection = ej2Documenteditor.Selection;
|
|
729
|
+
exports.SelectionCharacterFormat = ej2Documenteditor.SelectionCharacterFormat;
|
|
730
|
+
exports.SelectionBorder = ej2Documenteditor.SelectionBorder;
|
|
731
|
+
exports.SelectionBorders = ej2Documenteditor.SelectionBorders;
|
|
732
|
+
exports.SelectionParagraphFormat = ej2Documenteditor.SelectionParagraphFormat;
|
|
733
|
+
exports.SelectionSectionFormat = ej2Documenteditor.SelectionSectionFormat;
|
|
734
|
+
exports.SelectionTableFormat = ej2Documenteditor.SelectionTableFormat;
|
|
735
|
+
exports.SelectionCellFormat = ej2Documenteditor.SelectionCellFormat;
|
|
736
|
+
exports.SelectionRowFormat = ej2Documenteditor.SelectionRowFormat;
|
|
737
|
+
exports.SelectionImageFormat = ej2Documenteditor.SelectionImageFormat;
|
|
738
|
+
exports.TextPosition = ej2Documenteditor.TextPosition;
|
|
739
|
+
exports.SelectionWidgetInfo = ej2Documenteditor.SelectionWidgetInfo;
|
|
740
|
+
exports.Hyperlink = ej2Documenteditor.Hyperlink;
|
|
741
|
+
exports.ImageInfo = ej2Documenteditor.ImageInfo;
|
|
742
|
+
exports.SpellChecker = ej2Documenteditor.SpellChecker;
|
|
743
|
+
exports.Optimized = ej2Documenteditor.Optimized;
|
|
744
|
+
exports.Regular = ej2Documenteditor.Regular;
|
|
745
|
+
exports.Revision = ej2Documenteditor.Revision;
|
|
746
|
+
exports.RevisionCollection = ej2Documenteditor.RevisionCollection;
|
|
747
|
+
exports.TrackChangesPane = ej2Documenteditor.TrackChangesPane;
|
|
748
|
+
exports.ChangesSingleView = ej2Documenteditor.ChangesSingleView;
|
|
749
|
+
exports.DocumentHelper = ej2Documenteditor.DocumentHelper;
|
|
750
|
+
exports.LayoutViewer = ej2Documenteditor.LayoutViewer;
|
|
751
|
+
exports.PageLayoutViewer = ej2Documenteditor.PageLayoutViewer;
|
|
752
|
+
exports.WebLayoutViewer = ej2Documenteditor.WebLayoutViewer;
|
|
753
|
+
exports.Rect = ej2Documenteditor.Rect;
|
|
754
|
+
exports.Padding = ej2Documenteditor.Padding;
|
|
755
|
+
exports.Margin = ej2Documenteditor.Margin;
|
|
756
|
+
exports.Widget = ej2Documenteditor.Widget;
|
|
757
|
+
exports.BlockContainer = ej2Documenteditor.BlockContainer;
|
|
758
|
+
exports.BodyWidget = ej2Documenteditor.BodyWidget;
|
|
759
|
+
exports.HeaderFooterWidget = ej2Documenteditor.HeaderFooterWidget;
|
|
760
|
+
exports.BlockWidget = ej2Documenteditor.BlockWidget;
|
|
761
|
+
exports.FootNoteWidget = ej2Documenteditor.FootNoteWidget;
|
|
762
|
+
exports.ParagraphWidget = ej2Documenteditor.ParagraphWidget;
|
|
763
|
+
exports.TablePosition = ej2Documenteditor.TablePosition;
|
|
764
|
+
exports.TableWidget = ej2Documenteditor.TableWidget;
|
|
765
|
+
exports.TableRowWidget = ej2Documenteditor.TableRowWidget;
|
|
766
|
+
exports.TableCellWidget = ej2Documenteditor.TableCellWidget;
|
|
767
|
+
exports.LineWidget = ej2Documenteditor.LineWidget;
|
|
768
|
+
exports.ElementBox = ej2Documenteditor.ElementBox;
|
|
769
|
+
exports.FieldElementBox = ej2Documenteditor.FieldElementBox;
|
|
770
|
+
exports.FormField = ej2Documenteditor.FormField;
|
|
771
|
+
exports.TextFormField = ej2Documenteditor.TextFormField;
|
|
772
|
+
exports.CheckBoxFormField = ej2Documenteditor.CheckBoxFormField;
|
|
773
|
+
exports.DropDownFormField = ej2Documenteditor.DropDownFormField;
|
|
774
|
+
exports.TextElementBox = ej2Documenteditor.TextElementBox;
|
|
775
|
+
exports.Footnote = ej2Documenteditor.Footnote;
|
|
776
|
+
exports.FootnoteElementBox = ej2Documenteditor.FootnoteElementBox;
|
|
777
|
+
exports.ErrorTextElementBox = ej2Documenteditor.ErrorTextElementBox;
|
|
778
|
+
exports.FieldTextElementBox = ej2Documenteditor.FieldTextElementBox;
|
|
779
|
+
exports.TabElementBox = ej2Documenteditor.TabElementBox;
|
|
780
|
+
exports.BookmarkElementBox = ej2Documenteditor.BookmarkElementBox;
|
|
781
|
+
exports.ContentControl = ej2Documenteditor.ContentControl;
|
|
782
|
+
exports.ContentControlProperties = ej2Documenteditor.ContentControlProperties;
|
|
783
|
+
exports.ContentControlListItems = ej2Documenteditor.ContentControlListItems;
|
|
784
|
+
exports.CheckBoxState = ej2Documenteditor.CheckBoxState;
|
|
785
|
+
exports.XmlMapping = ej2Documenteditor.XmlMapping;
|
|
786
|
+
exports.CustomXmlPart = ej2Documenteditor.CustomXmlPart;
|
|
787
|
+
exports.ShapeCommon = ej2Documenteditor.ShapeCommon;
|
|
788
|
+
exports.ShapeBase = ej2Documenteditor.ShapeBase;
|
|
789
|
+
exports.ShapeElementBox = ej2Documenteditor.ShapeElementBox;
|
|
790
|
+
exports.TextFrame = ej2Documenteditor.TextFrame;
|
|
791
|
+
exports.LineFormat = ej2Documenteditor.LineFormat;
|
|
792
|
+
exports.FillFormat = ej2Documenteditor.FillFormat;
|
|
793
|
+
exports.ImageElementBox = ej2Documenteditor.ImageElementBox;
|
|
794
|
+
exports.ListTextElementBox = ej2Documenteditor.ListTextElementBox;
|
|
795
|
+
exports.EditRangeEndElementBox = ej2Documenteditor.EditRangeEndElementBox;
|
|
796
|
+
exports.EditRangeStartElementBox = ej2Documenteditor.EditRangeStartElementBox;
|
|
797
|
+
exports.ChartElementBox = ej2Documenteditor.ChartElementBox;
|
|
798
|
+
exports.ChartArea = ej2Documenteditor.ChartArea;
|
|
799
|
+
exports.ChartCategory = ej2Documenteditor.ChartCategory;
|
|
800
|
+
exports.ChartData = ej2Documenteditor.ChartData;
|
|
801
|
+
exports.ChartLegend = ej2Documenteditor.ChartLegend;
|
|
802
|
+
exports.ChartSeries = ej2Documenteditor.ChartSeries;
|
|
803
|
+
exports.ChartErrorBar = ej2Documenteditor.ChartErrorBar;
|
|
804
|
+
exports.ChartSeriesFormat = ej2Documenteditor.ChartSeriesFormat;
|
|
805
|
+
exports.ChartDataLabels = ej2Documenteditor.ChartDataLabels;
|
|
806
|
+
exports.ChartTrendLines = ej2Documenteditor.ChartTrendLines;
|
|
807
|
+
exports.ChartTitleArea = ej2Documenteditor.ChartTitleArea;
|
|
808
|
+
exports.ChartDataFormat = ej2Documenteditor.ChartDataFormat;
|
|
809
|
+
exports.ChartFill = ej2Documenteditor.ChartFill;
|
|
810
|
+
exports.ChartLayout = ej2Documenteditor.ChartLayout;
|
|
811
|
+
exports.ChartCategoryAxis = ej2Documenteditor.ChartCategoryAxis;
|
|
812
|
+
exports.ChartDataTable = ej2Documenteditor.ChartDataTable;
|
|
813
|
+
exports.CommentCharacterElementBox = ej2Documenteditor.CommentCharacterElementBox;
|
|
814
|
+
exports.CommentElementBox = ej2Documenteditor.CommentElementBox;
|
|
815
|
+
exports.Page = ej2Documenteditor.Page;
|
|
816
|
+
exports.WTableHolder = ej2Documenteditor.WTableHolder;
|
|
817
|
+
exports.WColumn = ej2Documenteditor.WColumn;
|
|
818
|
+
exports.ColumnSizeInfo = ej2Documenteditor.ColumnSizeInfo;
|
|
819
|
+
exports.Layout = ej2Documenteditor.Layout;
|
|
820
|
+
exports.Renderer = ej2Documenteditor.Renderer;
|
|
821
|
+
exports.SfdtReader = ej2Documenteditor.SfdtReader;
|
|
822
|
+
exports.TextHelper = ej2Documenteditor.TextHelper;
|
|
823
|
+
exports.Zoom = ej2Documenteditor.Zoom;
|
|
824
|
+
exports.WordExport = ej2Documenteditor.WordExport;
|
|
825
|
+
exports.TextExport = ej2Documenteditor.TextExport;
|
|
826
|
+
exports.SfdtExport = ej2Documenteditor.SfdtExport;
|
|
827
|
+
exports.HtmlExport = ej2Documenteditor.HtmlExport;
|
|
828
|
+
exports.DocumentEditorSettings = ej2Documenteditor.DocumentEditorSettings;
|
|
829
|
+
exports.DocumentSettings = ej2Documenteditor.DocumentSettings;
|
|
830
|
+
exports.DocumentEditor = ej2Documenteditor.DocumentEditor;
|
|
831
|
+
exports.ServerActionSettings = ej2Documenteditor.ServerActionSettings;
|
|
832
|
+
exports.FormFieldSettings = ej2Documenteditor.FormFieldSettings;
|
|
833
|
+
exports.CollaborativeEditingSettings = ej2Documenteditor.CollaborativeEditingSettings;
|
|
834
|
+
exports.ContainerServerActionSettings = ej2Documenteditor.ContainerServerActionSettings;
|
|
835
|
+
exports.Toolbar = ej2Documenteditor.Toolbar;
|
|
836
|
+
exports.DocumentEditorContainer = ej2Documenteditor.DocumentEditorContainer;
|
|
837
|
+
|
|
838
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
839
|
+
|
|
840
|
+
})));
|
|
841
|
+
//# sourceMappingURL=ej2-angular-documenteditor.umd.js.map
|