@syncfusion/ej2-angular-documenteditor 20.1.60 → 20.2.36
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/esm2020/public_api.mjs +3 -0
- package/esm2020/src/document-editor/documenteditor-all.module.mjs +113 -0
- package/esm2020/src/document-editor/documenteditor.component.mjs +262 -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 +506 -0
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +506 -0
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +1 -0
- package/package.json +29 -15
- 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/styles/bootstrap-dark.css +215 -105
- package/styles/bootstrap.css +214 -104
- package/styles/bootstrap4.css +216 -106
- package/styles/bootstrap5-dark.css +220 -110
- package/styles/bootstrap5.css +220 -110
- package/styles/document-editor/_all.scss +3 -0
- package/styles/document-editor/_bootstrap-dark-definition.scss +544 -0
- package/styles/document-editor/_bootstrap-definition.scss +543 -0
- package/styles/document-editor/_bootstrap4-definition.scss +556 -0
- package/styles/document-editor/_bootstrap5-dark-definition.scss +1 -0
- package/styles/document-editor/_bootstrap5-definition.scss +556 -0
- package/styles/document-editor/_fabric-dark-definition.scss +546 -0
- package/styles/document-editor/_fabric-definition.scss +545 -0
- package/styles/document-editor/_fluent-dark-definition.scss +1 -0
- package/styles/document-editor/_fluent-definition.scss +564 -0
- package/styles/document-editor/_fusionnew-definition.scss +556 -0
- package/styles/document-editor/_highcontrast-definition.scss +545 -0
- package/styles/document-editor/_highcontrast-light-definition.scss +2988 -0
- package/styles/document-editor/_layout.scss +217 -0
- package/styles/document-editor/_material-dark-definition.scss +561 -0
- package/styles/document-editor/_material-definition.scss +563 -0
- package/styles/document-editor/_material3-definition.scss +556 -0
- package/styles/document-editor/_tailwind-dark-definition.scss +1 -0
- package/styles/document-editor/_tailwind-definition.scss +555 -0
- package/styles/document-editor/_theme.scss +3395 -0
- package/styles/document-editor/bootstrap-dark.css +211 -104
- package/styles/document-editor/bootstrap-dark.scss +4 -1
- package/styles/document-editor/bootstrap.css +210 -103
- package/styles/document-editor/bootstrap.scss +4 -1
- package/styles/document-editor/bootstrap4.css +211 -104
- package/styles/document-editor/bootstrap4.scss +4 -1
- package/styles/document-editor/bootstrap5-dark.css +215 -108
- package/styles/document-editor/bootstrap5-dark.scss +4 -1
- package/styles/document-editor/bootstrap5.css +215 -108
- package/styles/document-editor/bootstrap5.scss +4 -1
- package/styles/document-editor/fabric-dark.css +211 -104
- package/styles/document-editor/fabric-dark.scss +4 -1
- package/styles/document-editor/fabric.css +211 -104
- package/styles/document-editor/fabric.scss +4 -1
- package/styles/document-editor/fluent-dark.css +218 -110
- package/styles/document-editor/fluent-dark.scss +4 -1
- package/styles/document-editor/fluent.css +218 -110
- package/styles/document-editor/fluent.scss +4 -1
- package/styles/document-editor/highcontrast-light.css +74 -46
- package/styles/document-editor/highcontrast-light.scss +4 -1
- package/styles/document-editor/highcontrast.css +211 -104
- package/styles/document-editor/highcontrast.scss +4 -1
- package/styles/document-editor/icons/_bootstrap-dark.scss +609 -0
- package/styles/document-editor/icons/_bootstrap.scss +609 -0
- package/styles/document-editor/icons/_bootstrap4.scss +592 -0
- package/styles/document-editor/icons/_bootstrap5-dark.scss +1 -0
- package/styles/document-editor/icons/_bootstrap5.scss +642 -0
- package/styles/document-editor/icons/_fabric-dark.scss +608 -0
- package/styles/document-editor/icons/_fabric.scss +608 -0
- package/styles/document-editor/icons/_fluent-dark.scss +1 -0
- package/styles/document-editor/icons/_fluent.scss +640 -0
- package/styles/document-editor/icons/_fusionnew.scss +642 -0
- package/styles/document-editor/icons/_highcontrast-light.scss +612 -0
- package/styles/document-editor/icons/_highcontrast.scss +607 -0
- package/styles/document-editor/icons/_material-dark.scss +600 -0
- package/styles/document-editor/icons/_material.scss +600 -0
- package/styles/document-editor/icons/_material3.scss +642 -0
- package/styles/document-editor/icons/_tailwind-dark.scss +642 -0
- package/styles/document-editor/icons/_tailwind.scss +642 -0
- package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +171 -0
- package/styles/document-editor/material-dark.css +204 -97
- package/styles/document-editor/material-dark.scss +4 -1
- package/styles/document-editor/material.css +202 -95
- package/styles/document-editor/material.scss +4 -1
- package/styles/document-editor/tailwind-dark.css +221 -127
- package/styles/document-editor/tailwind-dark.scss +4 -1
- package/styles/document-editor/tailwind.css +221 -127
- package/styles/document-editor/tailwind.scss +4 -1
- package/styles/document-editor-container/_all.scss +2 -0
- package/styles/document-editor-container/_bootstrap-dark-definition.scss +125 -0
- package/styles/document-editor-container/_bootstrap-definition.scss +125 -0
- package/styles/document-editor-container/_bootstrap4-definition.scss +141 -0
- package/styles/document-editor-container/_bootstrap5-dark-definition.scss +1 -0
- package/styles/document-editor-container/_bootstrap5-definition.scss +152 -0
- package/styles/document-editor-container/_definition.scss +10 -0
- package/styles/document-editor-container/_fabric-dark-definition.scss +130 -0
- package/styles/document-editor-container/_fabric-definition.scss +127 -0
- package/styles/document-editor-container/_fluent-dark-definition.scss +1 -0
- package/styles/document-editor-container/_fluent-definition.scss +153 -0
- package/styles/document-editor-container/_fusionnew-definition.scss +152 -0
- package/styles/document-editor-container/_highcontrast-definition.scss +128 -0
- package/styles/document-editor-container/_highcontrast-light-definition.scss +131 -0
- package/styles/document-editor-container/_layout.scss +88 -0
- package/styles/document-editor-container/_material-dark-definition.scss +129 -0
- package/styles/document-editor-container/_material-definition.scss +128 -0
- package/styles/document-editor-container/_material3-definition.scss +152 -0
- package/styles/document-editor-container/_tailwind-dark-definition.scss +1 -0
- package/styles/document-editor-container/_tailwind-definition.scss +146 -0
- package/styles/document-editor-container/_theme.scss +2004 -0
- package/styles/document-editor-container/bootstrap-dark.css +4 -1
- package/styles/document-editor-container/bootstrap-dark.scss +5 -1
- package/styles/document-editor-container/bootstrap.css +4 -1
- package/styles/document-editor-container/bootstrap.scss +5 -1
- package/styles/document-editor-container/bootstrap4.css +5 -2
- package/styles/document-editor-container/bootstrap4.scss +5 -1
- package/styles/document-editor-container/bootstrap5-dark.css +5 -2
- package/styles/document-editor-container/bootstrap5-dark.scss +5 -1
- package/styles/document-editor-container/bootstrap5.css +5 -2
- package/styles/document-editor-container/bootstrap5.scss +5 -1
- package/styles/document-editor-container/fabric-dark.css +4 -1
- package/styles/document-editor-container/fabric-dark.scss +5 -1
- package/styles/document-editor-container/fabric.css +4 -1
- package/styles/document-editor-container/fabric.scss +5 -1
- package/styles/document-editor-container/fluent-dark.css +5 -2
- package/styles/document-editor-container/fluent-dark.scss +5 -1
- package/styles/document-editor-container/fluent.css +5 -2
- package/styles/document-editor-container/fluent.scss +5 -1
- package/styles/document-editor-container/highcontrast-light.css +22 -19
- package/styles/document-editor-container/highcontrast-light.scss +5 -1
- package/styles/document-editor-container/highcontrast.css +4 -1
- package/styles/document-editor-container/highcontrast.scss +5 -1
- package/styles/document-editor-container/icons/_bootstrap-dark.scss +397 -0
- package/styles/document-editor-container/icons/_bootstrap.scss +397 -0
- package/styles/document-editor-container/icons/_bootstrap4.scss +397 -0
- package/styles/document-editor-container/icons/_bootstrap5-dark.scss +1 -0
- package/styles/document-editor-container/icons/_bootstrap5.scss +423 -0
- package/styles/document-editor-container/icons/_fabric-dark.scss +397 -0
- package/styles/document-editor-container/icons/_fabric.scss +397 -0
- package/styles/document-editor-container/icons/_fluent-dark.scss +1 -0
- package/styles/document-editor-container/icons/_fluent.scss +423 -0
- package/styles/document-editor-container/icons/_fusionnew.scss +423 -0
- package/styles/document-editor-container/icons/_highcontrast-light.scss +397 -0
- package/styles/document-editor-container/icons/_highcontrast.scss +397 -0
- package/styles/document-editor-container/icons/_material-dark.scss +400 -0
- package/styles/document-editor-container/icons/_material.scss +400 -0
- package/styles/document-editor-container/icons/_material3.scss +423 -0
- package/styles/document-editor-container/icons/_tailwind-dark.scss +423 -0
- package/styles/document-editor-container/icons/_tailwind.scss +423 -0
- package/styles/document-editor-container/material-dark.css +4 -1
- package/styles/document-editor-container/material-dark.scss +5 -1
- package/styles/document-editor-container/material.css +4 -1
- package/styles/document-editor-container/material.scss +5 -1
- package/styles/document-editor-container/tailwind-dark.css +5 -3
- package/styles/document-editor-container/tailwind-dark.scss +5 -1
- package/styles/document-editor-container/tailwind.css +5 -3
- package/styles/document-editor-container/tailwind.scss +5 -1
- package/styles/fabric-dark.css +215 -105
- package/styles/fabric.css +215 -105
- package/styles/fluent-dark.css +223 -112
- package/styles/fluent.css +223 -112
- package/styles/highcontrast-light.css +78 -47
- package/styles/highcontrast.css +215 -105
- package/styles/material-dark.css +208 -98
- package/styles/material.css +206 -96
- package/styles/tailwind-dark.css +226 -130
- package/styles/tailwind.css +226 -130
- package/syncfusion-ej2-angular-documenteditor.d.ts +5 -0
- package/@syncfusion/ej2-angular-documenteditor.es5.js +0 -574
- package/@syncfusion/ej2-angular-documenteditor.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-documenteditor.js +0 -544
- package/@syncfusion/ej2-angular-documenteditor.js.map +0 -1
- package/CHANGELOG.md +0 -3071
- package/dist/ej2-angular-documenteditor.umd.js +0 -838
- 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/postinstall/tagchange.js +0 -18
- package/schematics/collection.json +0 -15
- package/schematics/generators/documenteditorcontainer-default/index.d.ts +0 -3
- package/schematics/generators/documenteditorcontainer-default/index.js +0 -8
- package/schematics/generators/documenteditorcontainer-default/sample-details.d.ts +0 -5
- package/schematics/generators/documenteditorcontainer-default/sample-details.js +0 -7
- package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
- package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
- package/schematics/generators/documenteditorcontainer-default/schema.d.ts +0 -3
- package/schematics/generators/documenteditorcontainer-default/schema.js +0 -2
- package/schematics/generators/documenteditorcontainer-default/schema.json +0 -124
- package/schematics/ng-add/index.d.ts +0 -3
- package/schematics/ng-add/index.js +0 -9
- package/schematics/ng-add/schema.d.ts +0 -13
- package/schematics/ng-add/schema.js +0 -2
- package/schematics/ng-add/schema.json +0 -34
- package/schematics/tsconfig.json +0 -25
- package/schematics/utils/lib-details.d.ts +0 -4
- package/schematics/utils/lib-details.js +0 -6
|
@@ -1,838 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* filename: ej2-angular-documenteditor.umd.js
|
|
3
|
-
* version : 20.1.60
|
|
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.Print = ej2Documenteditor.Print;
|
|
653
|
-
exports.ContextMenu = ej2Documenteditor.ContextMenu;
|
|
654
|
-
exports.CommentReviewPane = ej2Documenteditor.CommentReviewPane;
|
|
655
|
-
exports.CommentPane = ej2Documenteditor.CommentPane;
|
|
656
|
-
exports.CommentView = ej2Documenteditor.CommentView;
|
|
657
|
-
exports.HyperlinkDialog = ej2Documenteditor.HyperlinkDialog;
|
|
658
|
-
exports.TableDialog = ej2Documenteditor.TableDialog;
|
|
659
|
-
exports.BookmarkDialog = ej2Documenteditor.BookmarkDialog;
|
|
660
|
-
exports.TableOfContentsDialog = ej2Documenteditor.TableOfContentsDialog;
|
|
661
|
-
exports.PageSetupDialog = ej2Documenteditor.PageSetupDialog;
|
|
662
|
-
exports.ParagraphDialog = ej2Documenteditor.ParagraphDialog;
|
|
663
|
-
exports.ListDialog = ej2Documenteditor.ListDialog;
|
|
664
|
-
exports.StyleDialog = ej2Documenteditor.StyleDialog;
|
|
665
|
-
exports.BulletsAndNumberingDialog = ej2Documenteditor.BulletsAndNumberingDialog;
|
|
666
|
-
exports.FontDialog = ej2Documenteditor.FontDialog;
|
|
667
|
-
exports.TablePropertiesDialog = ej2Documenteditor.TablePropertiesDialog;
|
|
668
|
-
exports.BordersAndShadingDialog = ej2Documenteditor.BordersAndShadingDialog;
|
|
669
|
-
exports.TableOptionsDialog = ej2Documenteditor.TableOptionsDialog;
|
|
670
|
-
exports.CellOptionsDialog = ej2Documenteditor.CellOptionsDialog;
|
|
671
|
-
exports.StylesDialog = ej2Documenteditor.StylesDialog;
|
|
672
|
-
exports.SpellCheckDialog = ej2Documenteditor.SpellCheckDialog;
|
|
673
|
-
exports.CheckBoxFormFieldDialog = ej2Documenteditor.CheckBoxFormFieldDialog;
|
|
674
|
-
exports.TextFormFieldDialog = ej2Documenteditor.TextFormFieldDialog;
|
|
675
|
-
exports.DropDownFormFieldDialog = ej2Documenteditor.DropDownFormFieldDialog;
|
|
676
|
-
exports.FormFieldPopUp = ej2Documenteditor.FormFieldPopUp;
|
|
677
|
-
exports.Editor = ej2Documenteditor.Editor;
|
|
678
|
-
exports.ImageResizer = ej2Documenteditor.ImageResizer;
|
|
679
|
-
exports.ImageResizingPoints = ej2Documenteditor.ImageResizingPoints;
|
|
680
|
-
exports.SelectedImageInfo = ej2Documenteditor.SelectedImageInfo;
|
|
681
|
-
exports.TableResizer = ej2Documenteditor.TableResizer;
|
|
682
|
-
exports.HelperMethods = ej2Documenteditor.HelperMethods;
|
|
683
|
-
exports.Point = ej2Documenteditor.Point;
|
|
684
|
-
exports.Base64 = ej2Documenteditor.Base64;
|
|
685
|
-
exports.WrapPosition = ej2Documenteditor.WrapPosition;
|
|
686
|
-
exports.CollaborativeEditing = ej2Documenteditor.CollaborativeEditing;
|
|
687
|
-
exports.EditorHistory = ej2Documenteditor.EditorHistory;
|
|
688
|
-
exports.BaseHistoryInfo = ej2Documenteditor.BaseHistoryInfo;
|
|
689
|
-
exports.HistoryInfo = ej2Documenteditor.HistoryInfo;
|
|
690
|
-
exports.ModifiedLevel = ej2Documenteditor.ModifiedLevel;
|
|
691
|
-
exports.ModifiedParagraphFormat = ej2Documenteditor.ModifiedParagraphFormat;
|
|
692
|
-
exports.RowHistoryFormat = ej2Documenteditor.RowHistoryFormat;
|
|
693
|
-
exports.TableHistoryInfo = ej2Documenteditor.TableHistoryInfo;
|
|
694
|
-
exports.TableFormatHistoryInfo = ej2Documenteditor.TableFormatHistoryInfo;
|
|
695
|
-
exports.RowFormatHistoryInfo = ej2Documenteditor.RowFormatHistoryInfo;
|
|
696
|
-
exports.CellFormatHistoryInfo = ej2Documenteditor.CellFormatHistoryInfo;
|
|
697
|
-
exports.CellHistoryFormat = ej2Documenteditor.CellHistoryFormat;
|
|
698
|
-
exports.WSectionFormat = ej2Documenteditor.WSectionFormat;
|
|
699
|
-
exports.WStyle = ej2Documenteditor.WStyle;
|
|
700
|
-
exports.WParagraphStyle = ej2Documenteditor.WParagraphStyle;
|
|
701
|
-
exports.WCharacterStyle = ej2Documenteditor.WCharacterStyle;
|
|
702
|
-
exports.WStyles = ej2Documenteditor.WStyles;
|
|
703
|
-
exports.WCharacterFormat = ej2Documenteditor.WCharacterFormat;
|
|
704
|
-
exports.WListFormat = ej2Documenteditor.WListFormat;
|
|
705
|
-
exports.WTabStop = ej2Documenteditor.WTabStop;
|
|
706
|
-
exports.WParagraphFormat = ej2Documenteditor.WParagraphFormat;
|
|
707
|
-
exports.WTableFormat = ej2Documenteditor.WTableFormat;
|
|
708
|
-
exports.WRowFormat = ej2Documenteditor.WRowFormat;
|
|
709
|
-
exports.WCellFormat = ej2Documenteditor.WCellFormat;
|
|
710
|
-
exports.WBorder = ej2Documenteditor.WBorder;
|
|
711
|
-
exports.WBorders = ej2Documenteditor.WBorders;
|
|
712
|
-
exports.WShading = ej2Documenteditor.WShading;
|
|
713
|
-
exports.WList = ej2Documenteditor.WList;
|
|
714
|
-
exports.WAbstractList = ej2Documenteditor.WAbstractList;
|
|
715
|
-
exports.WListLevel = ej2Documenteditor.WListLevel;
|
|
716
|
-
exports.WLevelOverride = ej2Documenteditor.WLevelOverride;
|
|
717
|
-
exports.AddUserDialog = ej2Documenteditor.AddUserDialog;
|
|
718
|
-
exports.EnforceProtectionDialog = ej2Documenteditor.EnforceProtectionDialog;
|
|
719
|
-
exports.UnProtectDocumentDialog = ej2Documenteditor.UnProtectDocumentDialog;
|
|
720
|
-
exports.RestrictEditing = ej2Documenteditor.RestrictEditing;
|
|
721
|
-
exports.Search = ej2Documenteditor.Search;
|
|
722
|
-
exports.OptionsPane = ej2Documenteditor.OptionsPane;
|
|
723
|
-
exports.TextSearch = ej2Documenteditor.TextSearch;
|
|
724
|
-
exports.SearchWidgetInfo = ej2Documenteditor.SearchWidgetInfo;
|
|
725
|
-
exports.TextSearchResult = ej2Documenteditor.TextSearchResult;
|
|
726
|
-
exports.TextSearchResults = ej2Documenteditor.TextSearchResults;
|
|
727
|
-
exports.Selection = ej2Documenteditor.Selection;
|
|
728
|
-
exports.SelectionCharacterFormat = ej2Documenteditor.SelectionCharacterFormat;
|
|
729
|
-
exports.SelectionParagraphFormat = ej2Documenteditor.SelectionParagraphFormat;
|
|
730
|
-
exports.SelectionSectionFormat = ej2Documenteditor.SelectionSectionFormat;
|
|
731
|
-
exports.SelectionTableFormat = ej2Documenteditor.SelectionTableFormat;
|
|
732
|
-
exports.SelectionCellFormat = ej2Documenteditor.SelectionCellFormat;
|
|
733
|
-
exports.SelectionRowFormat = ej2Documenteditor.SelectionRowFormat;
|
|
734
|
-
exports.SelectionImageFormat = ej2Documenteditor.SelectionImageFormat;
|
|
735
|
-
exports.TextPosition = ej2Documenteditor.TextPosition;
|
|
736
|
-
exports.SelectionWidgetInfo = ej2Documenteditor.SelectionWidgetInfo;
|
|
737
|
-
exports.Hyperlink = ej2Documenteditor.Hyperlink;
|
|
738
|
-
exports.ImageInfo = ej2Documenteditor.ImageInfo;
|
|
739
|
-
exports.SpellChecker = ej2Documenteditor.SpellChecker;
|
|
740
|
-
exports.Optimized = ej2Documenteditor.Optimized;
|
|
741
|
-
exports.Regular = ej2Documenteditor.Regular;
|
|
742
|
-
exports.Revision = ej2Documenteditor.Revision;
|
|
743
|
-
exports.RevisionCollection = ej2Documenteditor.RevisionCollection;
|
|
744
|
-
exports.TrackChangesPane = ej2Documenteditor.TrackChangesPane;
|
|
745
|
-
exports.ChangesSingleView = ej2Documenteditor.ChangesSingleView;
|
|
746
|
-
exports.DocumentHelper = ej2Documenteditor.DocumentHelper;
|
|
747
|
-
exports.LayoutViewer = ej2Documenteditor.LayoutViewer;
|
|
748
|
-
exports.PageLayoutViewer = ej2Documenteditor.PageLayoutViewer;
|
|
749
|
-
exports.WebLayoutViewer = ej2Documenteditor.WebLayoutViewer;
|
|
750
|
-
exports.Rect = ej2Documenteditor.Rect;
|
|
751
|
-
exports.Padding = ej2Documenteditor.Padding;
|
|
752
|
-
exports.Margin = ej2Documenteditor.Margin;
|
|
753
|
-
exports.Widget = ej2Documenteditor.Widget;
|
|
754
|
-
exports.BlockContainer = ej2Documenteditor.BlockContainer;
|
|
755
|
-
exports.BodyWidget = ej2Documenteditor.BodyWidget;
|
|
756
|
-
exports.HeaderFooterWidget = ej2Documenteditor.HeaderFooterWidget;
|
|
757
|
-
exports.BlockWidget = ej2Documenteditor.BlockWidget;
|
|
758
|
-
exports.FootNoteWidget = ej2Documenteditor.FootNoteWidget;
|
|
759
|
-
exports.ParagraphWidget = ej2Documenteditor.ParagraphWidget;
|
|
760
|
-
exports.TablePosition = ej2Documenteditor.TablePosition;
|
|
761
|
-
exports.TableWidget = ej2Documenteditor.TableWidget;
|
|
762
|
-
exports.TableRowWidget = ej2Documenteditor.TableRowWidget;
|
|
763
|
-
exports.TableCellWidget = ej2Documenteditor.TableCellWidget;
|
|
764
|
-
exports.LineWidget = ej2Documenteditor.LineWidget;
|
|
765
|
-
exports.ElementBox = ej2Documenteditor.ElementBox;
|
|
766
|
-
exports.FieldElementBox = ej2Documenteditor.FieldElementBox;
|
|
767
|
-
exports.FormField = ej2Documenteditor.FormField;
|
|
768
|
-
exports.TextFormField = ej2Documenteditor.TextFormField;
|
|
769
|
-
exports.CheckBoxFormField = ej2Documenteditor.CheckBoxFormField;
|
|
770
|
-
exports.DropDownFormField = ej2Documenteditor.DropDownFormField;
|
|
771
|
-
exports.TextElementBox = ej2Documenteditor.TextElementBox;
|
|
772
|
-
exports.Footnote = ej2Documenteditor.Footnote;
|
|
773
|
-
exports.FootnoteElementBox = ej2Documenteditor.FootnoteElementBox;
|
|
774
|
-
exports.ErrorTextElementBox = ej2Documenteditor.ErrorTextElementBox;
|
|
775
|
-
exports.FieldTextElementBox = ej2Documenteditor.FieldTextElementBox;
|
|
776
|
-
exports.TabElementBox = ej2Documenteditor.TabElementBox;
|
|
777
|
-
exports.BookmarkElementBox = ej2Documenteditor.BookmarkElementBox;
|
|
778
|
-
exports.ContentControl = ej2Documenteditor.ContentControl;
|
|
779
|
-
exports.ContentControlProperties = ej2Documenteditor.ContentControlProperties;
|
|
780
|
-
exports.ContentControlListItems = ej2Documenteditor.ContentControlListItems;
|
|
781
|
-
exports.CheckBoxState = ej2Documenteditor.CheckBoxState;
|
|
782
|
-
exports.XmlMapping = ej2Documenteditor.XmlMapping;
|
|
783
|
-
exports.CustomXmlPart = ej2Documenteditor.CustomXmlPart;
|
|
784
|
-
exports.ShapeCommon = ej2Documenteditor.ShapeCommon;
|
|
785
|
-
exports.ShapeBase = ej2Documenteditor.ShapeBase;
|
|
786
|
-
exports.ShapeElementBox = ej2Documenteditor.ShapeElementBox;
|
|
787
|
-
exports.TextFrame = ej2Documenteditor.TextFrame;
|
|
788
|
-
exports.LineFormat = ej2Documenteditor.LineFormat;
|
|
789
|
-
exports.FillFormat = ej2Documenteditor.FillFormat;
|
|
790
|
-
exports.ImageElementBox = ej2Documenteditor.ImageElementBox;
|
|
791
|
-
exports.ListTextElementBox = ej2Documenteditor.ListTextElementBox;
|
|
792
|
-
exports.EditRangeEndElementBox = ej2Documenteditor.EditRangeEndElementBox;
|
|
793
|
-
exports.EditRangeStartElementBox = ej2Documenteditor.EditRangeStartElementBox;
|
|
794
|
-
exports.ChartElementBox = ej2Documenteditor.ChartElementBox;
|
|
795
|
-
exports.ChartArea = ej2Documenteditor.ChartArea;
|
|
796
|
-
exports.ChartCategory = ej2Documenteditor.ChartCategory;
|
|
797
|
-
exports.ChartData = ej2Documenteditor.ChartData;
|
|
798
|
-
exports.ChartLegend = ej2Documenteditor.ChartLegend;
|
|
799
|
-
exports.ChartSeries = ej2Documenteditor.ChartSeries;
|
|
800
|
-
exports.ChartErrorBar = ej2Documenteditor.ChartErrorBar;
|
|
801
|
-
exports.ChartSeriesFormat = ej2Documenteditor.ChartSeriesFormat;
|
|
802
|
-
exports.ChartDataLabels = ej2Documenteditor.ChartDataLabels;
|
|
803
|
-
exports.ChartTrendLines = ej2Documenteditor.ChartTrendLines;
|
|
804
|
-
exports.ChartTitleArea = ej2Documenteditor.ChartTitleArea;
|
|
805
|
-
exports.ChartDataFormat = ej2Documenteditor.ChartDataFormat;
|
|
806
|
-
exports.ChartFill = ej2Documenteditor.ChartFill;
|
|
807
|
-
exports.ChartLayout = ej2Documenteditor.ChartLayout;
|
|
808
|
-
exports.ChartCategoryAxis = ej2Documenteditor.ChartCategoryAxis;
|
|
809
|
-
exports.ChartDataTable = ej2Documenteditor.ChartDataTable;
|
|
810
|
-
exports.CommentCharacterElementBox = ej2Documenteditor.CommentCharacterElementBox;
|
|
811
|
-
exports.CommentElementBox = ej2Documenteditor.CommentElementBox;
|
|
812
|
-
exports.Page = ej2Documenteditor.Page;
|
|
813
|
-
exports.WTableHolder = ej2Documenteditor.WTableHolder;
|
|
814
|
-
exports.WColumn = ej2Documenteditor.WColumn;
|
|
815
|
-
exports.ColumnSizeInfo = ej2Documenteditor.ColumnSizeInfo;
|
|
816
|
-
exports.Layout = ej2Documenteditor.Layout;
|
|
817
|
-
exports.Renderer = ej2Documenteditor.Renderer;
|
|
818
|
-
exports.SfdtReader = ej2Documenteditor.SfdtReader;
|
|
819
|
-
exports.TextHelper = ej2Documenteditor.TextHelper;
|
|
820
|
-
exports.Zoom = ej2Documenteditor.Zoom;
|
|
821
|
-
exports.WordExport = ej2Documenteditor.WordExport;
|
|
822
|
-
exports.TextExport = ej2Documenteditor.TextExport;
|
|
823
|
-
exports.SfdtExport = ej2Documenteditor.SfdtExport;
|
|
824
|
-
exports.HtmlExport = ej2Documenteditor.HtmlExport;
|
|
825
|
-
exports.DocumentEditorSettings = ej2Documenteditor.DocumentEditorSettings;
|
|
826
|
-
exports.DocumentSettings = ej2Documenteditor.DocumentSettings;
|
|
827
|
-
exports.DocumentEditor = ej2Documenteditor.DocumentEditor;
|
|
828
|
-
exports.ServerActionSettings = ej2Documenteditor.ServerActionSettings;
|
|
829
|
-
exports.FormFieldSettings = ej2Documenteditor.FormFieldSettings;
|
|
830
|
-
exports.CollaborativeEditingSettings = ej2Documenteditor.CollaborativeEditingSettings;
|
|
831
|
-
exports.ContainerServerActionSettings = ej2Documenteditor.ContainerServerActionSettings;
|
|
832
|
-
exports.Toolbar = ej2Documenteditor.Toolbar;
|
|
833
|
-
exports.DocumentEditorContainer = ej2Documenteditor.DocumentEditorContainer;
|
|
834
|
-
|
|
835
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
836
|
-
|
|
837
|
-
})));
|
|
838
|
-
//# sourceMappingURL=ej2-angular-documenteditor.umd.js.map
|