@syncfusion/ej2-angular-documenteditor 27.1.53 → 27.1.55-ngcc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/@syncfusion/ej2-angular-documenteditor.es5.js +592 -0
  2. package/@syncfusion/ej2-angular-documenteditor.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-documenteditor.js +562 -0
  4. package/@syncfusion/ej2-angular-documenteditor.js.map +1 -0
  5. package/dist/ej2-angular-documenteditor.umd.js +1281 -0
  6. package/dist/ej2-angular-documenteditor.umd.js.map +1 -0
  7. package/dist/ej2-angular-documenteditor.umd.min.js +11 -0
  8. package/dist/ej2-angular-documenteditor.umd.min.js.map +1 -0
  9. package/ej2-angular-documenteditor.d.ts +6 -0
  10. package/ej2-angular-documenteditor.metadata.json +1 -0
  11. package/license +10 -0
  12. package/package.json +14 -27
  13. package/schematics/utils/lib-details.js +2 -2
  14. package/schematics/utils/lib-details.ts +2 -2
  15. package/src/document-editor/documenteditor-all.module.d.ts +0 -11
  16. package/src/document-editor/documenteditor.component.d.ts +0 -3
  17. package/src/document-editor/documenteditor.module.d.ts +0 -6
  18. package/src/document-editor-container/documenteditorcontainer-all.module.d.ts +0 -6
  19. package/src/document-editor-container/documenteditorcontainer.component.d.ts +0 -3
  20. package/src/document-editor-container/documenteditorcontainer.module.d.ts +0 -6
  21. package/src/index.d.ts +1 -1
  22. package/CHANGELOG.md +0 -4126
  23. package/esm2020/public_api.mjs +0 -2
  24. package/esm2020/src/document-editor/documenteditor-all.module.mjs +0 -134
  25. package/esm2020/src/document-editor/documenteditor.component.mjs +0 -311
  26. package/esm2020/src/document-editor/documenteditor.module.mjs +0 -25
  27. package/esm2020/src/document-editor-container/documenteditorcontainer-all.module.mjs +0 -29
  28. package/esm2020/src/document-editor-container/documenteditorcontainer.component.mjs +0 -66
  29. package/esm2020/src/document-editor-container/documenteditorcontainer.module.mjs +0 -25
  30. package/esm2020/src/index.mjs +0 -8
  31. package/esm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -5
  32. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +0 -574
  33. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
  34. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -574
  35. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
  36. package/syncfusion-ej2-angular-documenteditor.d.ts +0 -5
@@ -0,0 +1,592 @@
1
+ var __extends = (this && this.__extends) || (function () {
2
+ var extendStatics = Object.setPrototypeOf ||
3
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
4
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
5
+ return function (d, b) {
6
+ extendStatics(d, b);
7
+ function __() { this.constructor = d; }
8
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
9
+ };
10
+ })();
11
+ import { ChangeDetectionStrategy, Component, ElementRef, Injector, NgModule, Renderer2, ViewContainerRef } from '@angular/core';
12
+ import { ComponentBase, ComponentMixins, setValue } from '@syncfusion/ej2-angular-base';
13
+ import { BookmarkDialog, BordersAndShadingDialog, BulletsAndNumberingDialog, CellOptionsDialog, CollaborativeEditing, CollaborativeEditingHandler, ColumnsDialog, ContextMenu, DocumentEditor, DocumentEditorContainer, Editor, EditorHistory, FontDialog, HyperlinkDialog, ImageResizer, ListDialog, OptionsPane, PageSetupDialog, ParagraphDialog, Print, Search, Selection, SfdtExport, SpellCheckDialog, SpellChecker, StyleDialog, StylesDialog, TableDialog, TableOfContentsDialog, TableOptionsDialog, TablePropertiesDialog, TextExport, Toolbar, WordExport } from '@syncfusion/ej2-documenteditor';
14
+ import { CommonModule } from '@angular/common';
15
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
16
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
17
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
18
+ r = Reflect.decorate(decorators, target, key, desc);
19
+ else
20
+ for (var i = decorators.length - 1; i >= 0; i--)
21
+ if (d = decorators[i])
22
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
23
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
24
+ };
25
+ var __metadata = (this && this.__metadata) || function (k, v) {
26
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
27
+ return Reflect.metadata(k, v);
28
+ };
29
+ var inputs = ['acceptTab', 'autoResizeOnVisibilityChange', 'currentUser', 'defaultPasteOption', 'documentEditorSettings', 'documentName', 'documentSettings', 'enableAutoFocus', 'enableBookmarkDialog', 'enableBordersAndShadingDialog', 'enableCollaborativeEditing', 'enableColumnsDialog', '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'];
30
+ var outputs = ['actionComplete', 'afterFormFieldFill', 'beforeAcceptRejectChanges', 'beforeCommentAction', 'beforeFileOpen', 'beforeFormFieldFill', 'beforePaneSwitch', 'commentBegin', 'commentDelete', 'commentEnd', 'contentChange', 'contentControl', 'created', 'customContextMenuBeforeOpen', 'customContextMenuSelect', 'destroyed', 'documentChange', 'keyDown', 'requestNavigate', 'searchResultsChange', 'selectionChange', 'serviceFailure', 'trackChange', 'viewChange', 'zoomFactorChange', 'beforeXmlHttpRequestSend'];
31
+ var twoWays = [];
32
+ /**
33
+ * `ejs-documenteditor` represents the Angular Document Editor Component.
34
+ * ```html
35
+ * <ejs-documenteditor isReadOnly='true' enableSelection='true'></ejs-documenteditor>
36
+ * ```
37
+ */
38
+ var DocumentEditorComponent = /** @class */ (function (_super) {
39
+ __extends(DocumentEditorComponent, _super);
40
+ /**
41
+ * @param {?} ngEle
42
+ * @param {?} srenderer
43
+ * @param {?} viewContainerRef
44
+ * @param {?} injector
45
+ */
46
+ function DocumentEditorComponent(ngEle, srenderer, viewContainerRef, injector) {
47
+ var _this = _super.call(this) || this;
48
+ _this.ngEle = ngEle;
49
+ _this.srenderer = srenderer;
50
+ _this.viewContainerRef = viewContainerRef;
51
+ _this.injector = injector;
52
+ _this.element = _this.ngEle.nativeElement;
53
+ _this.injectedModules = _this.injectedModules || [];
54
+ try {
55
+ var mod = _this.injector.get('DocumentEditorPrint');
56
+ if (_this.injectedModules.indexOf(mod) === -1) {
57
+ _this.injectedModules.push(mod);
58
+ }
59
+ }
60
+ catch (_a) { }
61
+ try {
62
+ var mod = _this.injector.get('DocumentEditorSfdtExport');
63
+ if (_this.injectedModules.indexOf(mod) === -1) {
64
+ _this.injectedModules.push(mod);
65
+ }
66
+ }
67
+ catch (_b) { }
68
+ try {
69
+ var mod = _this.injector.get('DocumentEditorWordExport');
70
+ if (_this.injectedModules.indexOf(mod) === -1) {
71
+ _this.injectedModules.push(mod);
72
+ }
73
+ }
74
+ catch (_c) { }
75
+ try {
76
+ var mod = _this.injector.get('DocumentEditorTextExport');
77
+ if (_this.injectedModules.indexOf(mod) === -1) {
78
+ _this.injectedModules.push(mod);
79
+ }
80
+ }
81
+ catch (_d) { }
82
+ try {
83
+ var mod = _this.injector.get('DocumentEditorSelection');
84
+ if (_this.injectedModules.indexOf(mod) === -1) {
85
+ _this.injectedModules.push(mod);
86
+ }
87
+ }
88
+ catch (_e) { }
89
+ try {
90
+ var mod = _this.injector.get('DocumentEditorSearch');
91
+ if (_this.injectedModules.indexOf(mod) === -1) {
92
+ _this.injectedModules.push(mod);
93
+ }
94
+ }
95
+ catch (_f) { }
96
+ try {
97
+ var mod = _this.injector.get('DocumentEditorEditor');
98
+ if (_this.injectedModules.indexOf(mod) === -1) {
99
+ _this.injectedModules.push(mod);
100
+ }
101
+ }
102
+ catch (_g) { }
103
+ try {
104
+ var mod = _this.injector.get('DocumentEditorEditorHistory');
105
+ if (_this.injectedModules.indexOf(mod) === -1) {
106
+ _this.injectedModules.push(mod);
107
+ }
108
+ }
109
+ catch (_h) { }
110
+ try {
111
+ var mod = _this.injector.get('DocumentEditorOptionsPane');
112
+ if (_this.injectedModules.indexOf(mod) === -1) {
113
+ _this.injectedModules.push(mod);
114
+ }
115
+ }
116
+ catch (_j) { }
117
+ try {
118
+ var mod = _this.injector.get('DocumentEditorContextMenu');
119
+ if (_this.injectedModules.indexOf(mod) === -1) {
120
+ _this.injectedModules.push(mod);
121
+ }
122
+ }
123
+ catch (_k) { }
124
+ try {
125
+ var mod = _this.injector.get('DocumentEditorImageResizer');
126
+ if (_this.injectedModules.indexOf(mod) === -1) {
127
+ _this.injectedModules.push(mod);
128
+ }
129
+ }
130
+ catch (_l) { }
131
+ try {
132
+ var mod = _this.injector.get('DocumentEditorHyperlinkDialog');
133
+ if (_this.injectedModules.indexOf(mod) === -1) {
134
+ _this.injectedModules.push(mod);
135
+ }
136
+ }
137
+ catch (_m) { }
138
+ try {
139
+ var mod = _this.injector.get('DocumentEditorTableDialog');
140
+ if (_this.injectedModules.indexOf(mod) === -1) {
141
+ _this.injectedModules.push(mod);
142
+ }
143
+ }
144
+ catch (_o) { }
145
+ try {
146
+ var mod = _this.injector.get('DocumentEditorBookmarkDialog');
147
+ if (_this.injectedModules.indexOf(mod) === -1) {
148
+ _this.injectedModules.push(mod);
149
+ }
150
+ }
151
+ catch (_p) { }
152
+ try {
153
+ var mod = _this.injector.get('DocumentEditorTableOfContentsDialog');
154
+ if (_this.injectedModules.indexOf(mod) === -1) {
155
+ _this.injectedModules.push(mod);
156
+ }
157
+ }
158
+ catch (_q) { }
159
+ try {
160
+ var mod = _this.injector.get('DocumentEditorPageSetupDialog');
161
+ if (_this.injectedModules.indexOf(mod) === -1) {
162
+ _this.injectedModules.push(mod);
163
+ }
164
+ }
165
+ catch (_r) { }
166
+ try {
167
+ var mod = _this.injector.get('DocumentEditorParagraphDialog');
168
+ if (_this.injectedModules.indexOf(mod) === -1) {
169
+ _this.injectedModules.push(mod);
170
+ }
171
+ }
172
+ catch (_s) { }
173
+ try {
174
+ var mod = _this.injector.get('DocumentEditorListDialog');
175
+ if (_this.injectedModules.indexOf(mod) === -1) {
176
+ _this.injectedModules.push(mod);
177
+ }
178
+ }
179
+ catch (_t) { }
180
+ try {
181
+ var mod = _this.injector.get('DocumentEditorStyleDialog');
182
+ if (_this.injectedModules.indexOf(mod) === -1) {
183
+ _this.injectedModules.push(mod);
184
+ }
185
+ }
186
+ catch (_u) { }
187
+ try {
188
+ var mod = _this.injector.get('DocumentEditorStylesDialog');
189
+ if (_this.injectedModules.indexOf(mod) === -1) {
190
+ _this.injectedModules.push(mod);
191
+ }
192
+ }
193
+ catch (_v) { }
194
+ try {
195
+ var mod = _this.injector.get('DocumentEditorBulletsAndNumberingDialog');
196
+ if (_this.injectedModules.indexOf(mod) === -1) {
197
+ _this.injectedModules.push(mod);
198
+ }
199
+ }
200
+ catch (_w) { }
201
+ try {
202
+ var mod = _this.injector.get('DocumentEditorFontDialog');
203
+ if (_this.injectedModules.indexOf(mod) === -1) {
204
+ _this.injectedModules.push(mod);
205
+ }
206
+ }
207
+ catch (_x) { }
208
+ try {
209
+ var mod = _this.injector.get('DocumentEditorTablePropertiesDialog');
210
+ if (_this.injectedModules.indexOf(mod) === -1) {
211
+ _this.injectedModules.push(mod);
212
+ }
213
+ }
214
+ catch (_y) { }
215
+ try {
216
+ var mod = _this.injector.get('DocumentEditorBordersAndShadingDialog');
217
+ if (_this.injectedModules.indexOf(mod) === -1) {
218
+ _this.injectedModules.push(mod);
219
+ }
220
+ }
221
+ catch (_z) { }
222
+ try {
223
+ var mod = _this.injector.get('DocumentEditorTableOptionsDialog');
224
+ if (_this.injectedModules.indexOf(mod) === -1) {
225
+ _this.injectedModules.push(mod);
226
+ }
227
+ }
228
+ catch (_0) { }
229
+ try {
230
+ var mod = _this.injector.get('DocumentEditorCellOptionsDialog');
231
+ if (_this.injectedModules.indexOf(mod) === -1) {
232
+ _this.injectedModules.push(mod);
233
+ }
234
+ }
235
+ catch (_1) { }
236
+ try {
237
+ var mod = _this.injector.get('DocumentEditorSpellChecker');
238
+ if (_this.injectedModules.indexOf(mod) === -1) {
239
+ _this.injectedModules.push(mod);
240
+ }
241
+ }
242
+ catch (_2) { }
243
+ try {
244
+ var mod = _this.injector.get('DocumentEditorSpellCheckDialog');
245
+ if (_this.injectedModules.indexOf(mod) === -1) {
246
+ _this.injectedModules.push(mod);
247
+ }
248
+ }
249
+ catch (_3) { }
250
+ try {
251
+ var mod = _this.injector.get('DocumentEditorCollaborativeEditing');
252
+ if (_this.injectedModules.indexOf(mod) === -1) {
253
+ _this.injectedModules.push(mod);
254
+ }
255
+ }
256
+ catch (_4) { }
257
+ try {
258
+ var mod = _this.injector.get('DocumentEditorColumnsDialog');
259
+ if (_this.injectedModules.indexOf(mod) === -1) {
260
+ _this.injectedModules.push(mod);
261
+ }
262
+ }
263
+ catch (_5) { }
264
+ try {
265
+ var mod = _this.injector.get('DocumentEditorCollaborativeEditingHandler');
266
+ if (_this.injectedModules.indexOf(mod) === -1) {
267
+ _this.injectedModules.push(mod);
268
+ }
269
+ }
270
+ catch (_6) { }
271
+ _this.registerEvents(outputs);
272
+ _this.addTwoWay.call(_this, twoWays);
273
+ setValue('currentInstance', _this, _this.viewContainerRef);
274
+ _this.context = new ComponentBase();
275
+ return _this;
276
+ }
277
+ /**
278
+ * @return {?}
279
+ */
280
+ DocumentEditorComponent.prototype.ngOnInit = function () {
281
+ this.context.ngOnInit(this);
282
+ };
283
+ /**
284
+ * @return {?}
285
+ */
286
+ DocumentEditorComponent.prototype.ngAfterViewInit = function () {
287
+ this.context.ngAfterViewInit(this);
288
+ };
289
+ /**
290
+ * @return {?}
291
+ */
292
+ DocumentEditorComponent.prototype.ngOnDestroy = function () {
293
+ this.context.ngOnDestroy(this);
294
+ };
295
+ /**
296
+ * @return {?}
297
+ */
298
+ DocumentEditorComponent.prototype.ngAfterContentChecked = function () {
299
+ this.context.ngAfterContentChecked(this);
300
+ };
301
+ return DocumentEditorComponent;
302
+ }(DocumentEditor));
303
+ DocumentEditorComponent.decorators = [
304
+ { type: Component, args: [{
305
+ selector: 'ejs-documenteditor',
306
+ inputs: inputs,
307
+ outputs: outputs,
308
+ template: '',
309
+ changeDetection: ChangeDetectionStrategy.OnPush,
310
+ queries: {}
311
+ },] },
312
+ ];
313
+ /**
314
+ * @nocollapse
315
+ */
316
+ DocumentEditorComponent.ctorParameters = function () { return [
317
+ { type: ElementRef, },
318
+ { type: Renderer2, },
319
+ { type: ViewContainerRef, },
320
+ { type: Injector, },
321
+ ]; };
322
+ DocumentEditorComponent = __decorate([
323
+ ComponentMixins([ComponentBase]),
324
+ __metadata("design:paramtypes", [ElementRef,
325
+ Renderer2,
326
+ ViewContainerRef,
327
+ Injector])
328
+ ], DocumentEditorComponent);
329
+ /**
330
+ * NgModule definition for the DocumentEditor component.
331
+ */
332
+ var DocumentEditorModule = /** @class */ (function () {
333
+ function DocumentEditorModule() {
334
+ }
335
+ return DocumentEditorModule;
336
+ }());
337
+ DocumentEditorModule.decorators = [
338
+ { type: NgModule, args: [{
339
+ imports: [CommonModule],
340
+ declarations: [
341
+ DocumentEditorComponent
342
+ ],
343
+ exports: [
344
+ DocumentEditorComponent
345
+ ]
346
+ },] },
347
+ ];
348
+ /**
349
+ * @nocollapse
350
+ */
351
+ DocumentEditorModule.ctorParameters = function () { return []; };
352
+ var PrintService = { provide: 'DocumentEditorPrint', useValue: Print };
353
+ var SfdtExportService = { provide: 'DocumentEditorSfdtExport', useValue: SfdtExport };
354
+ var WordExportService = { provide: 'DocumentEditorWordExport', useValue: WordExport };
355
+ var TextExportService = { provide: 'DocumentEditorTextExport', useValue: TextExport };
356
+ var SelectionService = { provide: 'DocumentEditorSelection', useValue: Selection };
357
+ var SearchService = { provide: 'DocumentEditorSearch', useValue: Search };
358
+ var EditorService = { provide: 'DocumentEditorEditor', useValue: Editor };
359
+ var EditorHistoryService = { provide: 'DocumentEditorEditorHistory', useValue: EditorHistory };
360
+ var OptionsPaneService = { provide: 'DocumentEditorOptionsPane', useValue: OptionsPane };
361
+ var ContextMenuService = { provide: 'DocumentEditorContextMenu', useValue: ContextMenu };
362
+ var ImageResizerService = { provide: 'DocumentEditorImageResizer', useValue: ImageResizer };
363
+ var HyperlinkDialogService = { provide: 'DocumentEditorHyperlinkDialog', useValue: HyperlinkDialog };
364
+ var TableDialogService = { provide: 'DocumentEditorTableDialog', useValue: TableDialog };
365
+ var BookmarkDialogService = { provide: 'DocumentEditorBookmarkDialog', useValue: BookmarkDialog };
366
+ var TableOfContentsDialogService = { provide: 'DocumentEditorTableOfContentsDialog', useValue: TableOfContentsDialog };
367
+ var PageSetupDialogService = { provide: 'DocumentEditorPageSetupDialog', useValue: PageSetupDialog };
368
+ var ParagraphDialogService = { provide: 'DocumentEditorParagraphDialog', useValue: ParagraphDialog };
369
+ var ListDialogService = { provide: 'DocumentEditorListDialog', useValue: ListDialog };
370
+ var StyleDialogService = { provide: 'DocumentEditorStyleDialog', useValue: StyleDialog };
371
+ var StylesDialogService = { provide: 'DocumentEditorStylesDialog', useValue: StylesDialog };
372
+ var BulletsAndNumberingDialogService = { provide: 'DocumentEditorBulletsAndNumberingDialog', useValue: BulletsAndNumberingDialog };
373
+ var FontDialogService = { provide: 'DocumentEditorFontDialog', useValue: FontDialog };
374
+ var TablePropertiesDialogService = { provide: 'DocumentEditorTablePropertiesDialog', useValue: TablePropertiesDialog };
375
+ var BordersAndShadingDialogService = { provide: 'DocumentEditorBordersAndShadingDialog', useValue: BordersAndShadingDialog };
376
+ var TableOptionsDialogService = { provide: 'DocumentEditorTableOptionsDialog', useValue: TableOptionsDialog };
377
+ var CellOptionsDialogService = { provide: 'DocumentEditorCellOptionsDialog', useValue: CellOptionsDialog };
378
+ var SpellCheckerService = { provide: 'DocumentEditorSpellChecker', useValue: SpellChecker };
379
+ var SpellCheckDialogService = { provide: 'DocumentEditorSpellCheckDialog', useValue: SpellCheckDialog };
380
+ var CollaborativeEditingService = { provide: 'DocumentEditorCollaborativeEditing', useValue: CollaborativeEditing };
381
+ var ColumnsDialogService = { provide: 'DocumentEditorColumnsDialog', useValue: ColumnsDialog };
382
+ var CollaborativeEditingHandlerService = { provide: 'DocumentEditorCollaborativeEditingHandler', useValue: CollaborativeEditingHandler };
383
+ /**
384
+ * NgModule definition for the DocumentEditor component with providers.
385
+ */
386
+ var DocumentEditorAllModule = /** @class */ (function () {
387
+ function DocumentEditorAllModule() {
388
+ }
389
+ return DocumentEditorAllModule;
390
+ }());
391
+ DocumentEditorAllModule.decorators = [
392
+ { type: NgModule, args: [{
393
+ imports: [CommonModule, DocumentEditorModule],
394
+ exports: [
395
+ DocumentEditorModule
396
+ ],
397
+ providers: [
398
+ PrintService,
399
+ SfdtExportService,
400
+ WordExportService,
401
+ TextExportService,
402
+ SelectionService,
403
+ SearchService,
404
+ EditorService,
405
+ EditorHistoryService,
406
+ OptionsPaneService,
407
+ ContextMenuService,
408
+ ImageResizerService,
409
+ HyperlinkDialogService,
410
+ TableDialogService,
411
+ BookmarkDialogService,
412
+ TableOfContentsDialogService,
413
+ PageSetupDialogService,
414
+ ParagraphDialogService,
415
+ ListDialogService,
416
+ StyleDialogService,
417
+ StylesDialogService,
418
+ BulletsAndNumberingDialogService,
419
+ FontDialogService,
420
+ TablePropertiesDialogService,
421
+ BordersAndShadingDialogService,
422
+ TableOptionsDialogService,
423
+ CellOptionsDialogService,
424
+ SpellCheckerService,
425
+ SpellCheckDialogService,
426
+ CollaborativeEditingService,
427
+ ColumnsDialogService,
428
+ CollaborativeEditingHandlerService
429
+ ]
430
+ },] },
431
+ ];
432
+ /**
433
+ * @nocollapse
434
+ */
435
+ DocumentEditorAllModule.ctorParameters = function () { return []; };
436
+ var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
437
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
438
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
439
+ r = Reflect.decorate(decorators, target, key, desc);
440
+ else
441
+ for (var i = decorators.length - 1; i >= 0; i--)
442
+ if (d = decorators[i])
443
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
444
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
445
+ };
446
+ var __metadata$1 = (this && this.__metadata) || function (k, v) {
447
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
448
+ return Reflect.metadata(k, v);
449
+ };
450
+ var inputs$1 = ['autoResizeOnVisibilityChange', 'currentUser', 'documentEditorSettings', 'documentSettings', 'enableAutoFocus', 'enableComment', 'enableCsp', 'enableLocalPaste', 'enableLockAndEdit', 'enablePersistence', 'enableRtl', 'enableSpellCheck', 'enableToolbar', 'enableTrackChanges', 'headers', 'height', 'layoutType', 'locale', 'restrictEditing', 'serverActionSettings', 'serviceUrl', 'showPropertiesPane', 'toolbarItems', 'userColor', 'width', 'zIndex'];
451
+ var outputs$1 = ['beforeAcceptRejectChanges', 'beforeCommentAction', 'beforePaneSwitch', 'commentDelete', 'contentChange', 'contentControl', 'created', 'customContextMenuBeforeOpen', 'customContextMenuSelect', 'destroyed', 'documentChange', 'selectionChange', 'serviceFailure', 'toolbarClick', 'trackChange', 'beforeXmlHttpRequestSend'];
452
+ var twoWays$1 = [];
453
+ /**
454
+ * `ejs-documenteditor-container` represents the Angular Document Editor Container.
455
+ * ```html
456
+ * <ejs-documenteditor-container></ejs-documenteditor-container>
457
+ * ```
458
+ */
459
+ var DocumentEditorContainerComponent = /** @class */ (function (_super) {
460
+ __extends(DocumentEditorContainerComponent, _super);
461
+ /**
462
+ * @param {?} ngEle
463
+ * @param {?} srenderer
464
+ * @param {?} viewContainerRef
465
+ * @param {?} injector
466
+ */
467
+ function DocumentEditorContainerComponent(ngEle, srenderer, viewContainerRef, injector) {
468
+ var _this = _super.call(this) || this;
469
+ _this.ngEle = ngEle;
470
+ _this.srenderer = srenderer;
471
+ _this.viewContainerRef = viewContainerRef;
472
+ _this.injector = injector;
473
+ _this.element = _this.ngEle.nativeElement;
474
+ _this.injectedModules = _this.injectedModules || [];
475
+ try {
476
+ var mod = _this.injector.get('DocumentEditorToolbar');
477
+ if (_this.injectedModules.indexOf(mod) === -1) {
478
+ _this.injectedModules.push(mod);
479
+ }
480
+ }
481
+ catch (_a) { }
482
+ _this.registerEvents(outputs$1);
483
+ _this.addTwoWay.call(_this, twoWays$1);
484
+ setValue('currentInstance', _this, _this.viewContainerRef);
485
+ _this.context = new ComponentBase();
486
+ return _this;
487
+ }
488
+ /**
489
+ * @return {?}
490
+ */
491
+ DocumentEditorContainerComponent.prototype.ngOnInit = function () {
492
+ this.context.ngOnInit(this);
493
+ };
494
+ /**
495
+ * @return {?}
496
+ */
497
+ DocumentEditorContainerComponent.prototype.ngAfterViewInit = function () {
498
+ this.context.ngAfterViewInit(this);
499
+ };
500
+ /**
501
+ * @return {?}
502
+ */
503
+ DocumentEditorContainerComponent.prototype.ngOnDestroy = function () {
504
+ this.context.ngOnDestroy(this);
505
+ };
506
+ /**
507
+ * @return {?}
508
+ */
509
+ DocumentEditorContainerComponent.prototype.ngAfterContentChecked = function () {
510
+ this.context.ngAfterContentChecked(this);
511
+ };
512
+ return DocumentEditorContainerComponent;
513
+ }(DocumentEditorContainer));
514
+ DocumentEditorContainerComponent.decorators = [
515
+ { type: Component, args: [{
516
+ selector: 'ejs-documenteditorcontainer',
517
+ inputs: inputs$1,
518
+ outputs: outputs$1,
519
+ template: '',
520
+ changeDetection: ChangeDetectionStrategy.OnPush,
521
+ queries: {}
522
+ },] },
523
+ ];
524
+ /**
525
+ * @nocollapse
526
+ */
527
+ DocumentEditorContainerComponent.ctorParameters = function () { return [
528
+ { type: ElementRef, },
529
+ { type: Renderer2, },
530
+ { type: ViewContainerRef, },
531
+ { type: Injector, },
532
+ ]; };
533
+ DocumentEditorContainerComponent = __decorate$1([
534
+ ComponentMixins([ComponentBase]),
535
+ __metadata$1("design:paramtypes", [ElementRef,
536
+ Renderer2,
537
+ ViewContainerRef,
538
+ Injector])
539
+ ], DocumentEditorContainerComponent);
540
+ /**
541
+ * NgModule definition for the DocumentEditorContainer component.
542
+ */
543
+ var DocumentEditorContainerModule = /** @class */ (function () {
544
+ function DocumentEditorContainerModule() {
545
+ }
546
+ return DocumentEditorContainerModule;
547
+ }());
548
+ DocumentEditorContainerModule.decorators = [
549
+ { type: NgModule, args: [{
550
+ imports: [CommonModule],
551
+ declarations: [
552
+ DocumentEditorContainerComponent
553
+ ],
554
+ exports: [
555
+ DocumentEditorContainerComponent
556
+ ]
557
+ },] },
558
+ ];
559
+ /**
560
+ * @nocollapse
561
+ */
562
+ DocumentEditorContainerModule.ctorParameters = function () { return []; };
563
+ var ToolbarService = { provide: 'DocumentEditorToolbar', useValue: Toolbar };
564
+ /**
565
+ * NgModule definition for the DocumentEditorContainer component with providers.
566
+ */
567
+ var DocumentEditorContainerAllModule = /** @class */ (function () {
568
+ function DocumentEditorContainerAllModule() {
569
+ }
570
+ return DocumentEditorContainerAllModule;
571
+ }());
572
+ DocumentEditorContainerAllModule.decorators = [
573
+ { type: NgModule, args: [{
574
+ imports: [CommonModule, DocumentEditorContainerModule],
575
+ exports: [
576
+ DocumentEditorContainerModule
577
+ ],
578
+ providers: [
579
+ ToolbarService
580
+ ]
581
+ },] },
582
+ ];
583
+ /**
584
+ * @nocollapse
585
+ */
586
+ DocumentEditorContainerAllModule.ctorParameters = function () { return []; };
587
+ /**
588
+ * Generated bundle index. Do not edit.
589
+ */
590
+ export { DocumentEditorComponent, DocumentEditorModule, DocumentEditorAllModule, PrintService, SfdtExportService, WordExportService, TextExportService, SelectionService, SearchService, EditorService, EditorHistoryService, OptionsPaneService, ContextMenuService, ImageResizerService, HyperlinkDialogService, TableDialogService, BookmarkDialogService, TableOfContentsDialogService, PageSetupDialogService, ParagraphDialogService, ListDialogService, StyleDialogService, StylesDialogService, BulletsAndNumberingDialogService, FontDialogService, TablePropertiesDialogService, BordersAndShadingDialogService, TableOptionsDialogService, CellOptionsDialogService, SpellCheckerService, SpellCheckDialogService, CollaborativeEditingService, ColumnsDialogService, CollaborativeEditingHandlerService, DocumentEditorContainerComponent, DocumentEditorContainerModule, DocumentEditorContainerAllModule, ToolbarService, inputs$1 as ɵc, outputs$1 as ɵd, inputs as ɵa, outputs as ɵb };
591
+ export { CharacterRangeType, FontScriptType, FontHintType, LocaleId, SectionBreakType, CONTROL_CHARACTERS, Comment, Dictionary, WUniqueFormat, WUniqueFormats, XmlHttpRequestHandler, internalZoomFactorChange, contentChangeEvent, documentChangeEvent, selectionChangeEvent, zoomFactorChangeEvent, beforeFieldFillEvent, afterFieldFillEvent, afterFormFieldFillEvent, beforeFormFieldFillEvent, serviceFailureEvent, viewChangeEvent, customContextMenuSelectEvent, customContextMenuBeforeOpenEvent, contentControlEvent, commentBeginEvent, commentEndEvent, beforeCommentActionEvent, commentDeleteEvent, revisionActionEvent, beforePaneSwitchEvent, requestNavigateEvent, actionCompleteEvent, trackChangeEvent, searchResultsChangeEvent, keyDownEvent, toolbarClickEvent, beforeFileOpenEvent, internalviewChangeEvent, beforeXmlHttpRequestSend, protectionTypeChangeEvent, internalDocumentEditorSettingsChange, internalStyleCollectionChange, defaultFont, internalAutoResize, beforeAutoResize, trackChanges, internalOptionPaneChange, sectionsProperty, fontSubstitutionTableProperty, characterFormatProperty, paragraphFormatProperty, listsProperty, abstractListsProperty, backgroundProperty, stylesProperty, commentsProperty, revisionsProperty, customXmlProperty, defaultTabWidthProperty, formattingProperty, trackChangesProperty, protectionTypeProperty, enforcementProperty, hashValueProperty, saltValueProperty, cryptProviderTypeProperty, cryptAlgorithmClassProperty, cryptAlgorithmTypeProperty, cryptAlgorithmSidProperty, cryptSpinCountProperty, doNotUseHTMLParagraphAutoSpacingProperty, alignTablesRowByRowProperty, formFieldShadingProperty, lastParagraphMarkCopiedProperty, footnotesProperty, endnotesProperty, compatibilityModeProperty, themeFontLanguagesProperty, themesProperty, nameProperty, basedOnProperty, nextProperty, linkProperty, localeIdProperty, localeIdFarEastProperty, localeIdBidiProperty, boldProperty, italicProperty, underlineProperty, underlineColorProperty, baselineAlignmentProperty, strikethroughProperty, highlightColorProperty, fontSizeProperty, fontColorProperty, fontFamilyProperty, styleNameProperty, bidiProperty, bdoProperty, breakClearTypeProperty, fontSizeBidiProperty, fontFamilyBidiProperty, boldBidiProperty, italicBidiProperty, allCapsProperty, complexScriptProperty, fontFamilyAsciiProperty, fontFamilyFarEastProperty, fontFamilyNonFarEastProperty, revisionIdsProperty, listIdProperty, characterSpacingProperty, scalingProperty, listLevelNumberProperty, leftIndentProperty, rightIndentProperty, firstLineIndentProperty, textAlignmentProperty, afterSpacingProperty, beforeSpacingProperty, spaceAfterAutoProperty, spaceBeforeAutoProperty, lineSpacingProperty, lineSpacingTypeProperty, listFormatProperty, keepWithNextProperty, widowControlProperty, keepLinesTogetherProperty, outlineLevelProperty, contextualSpacingProperty, bordersProperty, tabsProperty, headerDistanceProperty, footerDistanceProperty, differentFirstPageProperty, differentOddAndEvenPagesProperty, pageWidthProperty, pageHeightProperty, leftMarginProperty, rightMarginProperty, topMarginProperty, bottomMarginProperty, restartPageNumberingProperty, pageStartingNumberProperty, endnoteNumberFormatProperty, footNoteNumberFormatProperty, restartIndexForFootnotesProperty, restartIndexForEndnotesProperty, initialFootNoteNumberProperty, initialEndNoteNumberProperty, pageNumberStyleProperty, columnsProperty, numberOfColumnsProperty, equalWidthProperty, lineBetweenColumnsProperty, breakCodeProperty, cellWidthProperty, columnSpanProperty, rowSpanProperty, verticalAlignmentProperty, allowBreakAcrossPagesProperty, isHeaderProperty, heightTypeProperty, beforeWidthProperty, afterWidthProperty, gridBeforeProperty, gridBeforeWidthProperty, gridBeforeWidthTypeProperty, gridAfterProperty, gridAfterWidthProperty, gridAfterWidthTypeProperty, allowAutoFitProperty, cellSpacingProperty, shadingProperty, tableAlignmentProperty, preferredWidthProperty, preferredWidthTypeProperty, horizontalPositionAbsProperty, textureProperty, backgroundColorProperty, foregroundColorProperty, shadowProperty, hasNoneStyleProperty, verticalProperty, horizontalProperty, diagonalUpProperty, diagonalDownProperty, lineStyleProperty, lineWidthProperty, layoutProperty, dataFormatProperty, yValueProperty, chartDataProperty, categoryXNameProperty, lineProperty, foreColorProperty, patternProperty, layoutXProperty, layoutYProperty, directionProperty, endStyleProperty, numberValueProperty, markerStyleProperty, markerColorProperty, markerSizeProperty, forwardProperty, backwardProperty, interceptProperty, isDisplayRSquaredProperty, isDisplayEquationProperty, seriesNameProperty, dataLabelProperty, errorBarProperty, seriesFormatProperty, trendLinesProperty, dataPointsProperty, firstSliceAngleProperty, holeSizeProperty, isLegendKeyProperty, isBubbleSizeProperty, isCategoryNameProperty, isSeriesNameProperty, isValueProperty, isPercentageProperty, isLeaderLinesProperty, showSeriesKeysProperty, hasHorizontalBorderProperty, hasVerticalBorderProperty, hasBordersProperty, categoryTypeProperty, chartCategoryProperty, chartSeriesProperty, chartAreaProperty, chartTitleAreaProperty, plotAreaProperty, chartLegendProperty, chartPrimaryCategoryAxisProperty, chartPrimaryValueAxisProperty, chartTitleProperty, chartTypeProperty, gapWidthProperty, overlapProperty, chartDataTableProperty, textProperty, shapeIdProperty, alternativeTextProperty, visibleProperty, belowTextProperty, horizontalRuleProperty, widthProperty, heightProperty, widthScaleProperty, heightScaleProperty, lineFormatProperty, fillFormatProperty, textWrappingStyleProperty, textWrappingTypeProperty, verticalRelativePercentProperty, horizontalRelativePercentProperty, heightRelativePercentProperty, widthRelativePercentProperty, zOrderPositionProperty, layoutInCellProperty, lockAnchorProperty, autoShapeTypeProperty, textFrameProperty, colorProperty, fillProperty, textVerticalAlignmentProperty, imageStringProperty, metaFileImageStringProperty, lengthProperty, isInlineImageProperty, isMetaFileProperty, topProperty, bottomProperty, rightProperty, leftProperty, getImageHeightProperty, getImageWidthProperty, hasFieldEndProperty, formFieldDataProperty, fieldTypeProperty, isCreatedUsingHtmlSpanTagProperty, enabledProperty, helpTextProperty, statusTextProperty, textInputProperty, checkBoxProperty, dropDownListProperty, maxLengthProperty, defaultValueProperty, formatProperty, sizeTypeProperty, sizeProperty, checkedProperty, dropDownItemsProperty, selectedIndexProperty, commentIdProperty, commentCharacterTypeProperty, authorProperty, initialProperty, dateProperty, doneProperty, replyCommentsProperty, revisionTypeProperty, revisionIdProperty, itemIDProperty, xmlProperty, footnoteTypeProperty, symbolCodeProperty, symbolFontNameProperty, customMarkerProperty, inlinesProperty, contentControlPropertiesProperty, lockContentControlProperty, lockContentsProperty, tagProperty, titleProperty, hasPlaceHolderTextProperty, multiLineProperty, isTemporaryProperty, dateCalendarTypeProperty, dateStorageFormatProperty, dateDisplayLocaleProperty, dateDisplayFormatProperty, isCheckedProperty, uncheckedStateProperty, checkedStateProperty, contentControlListItemsProperty, xmlMappingProperty, fontProperty, valueProperty, displayTextProperty, isMappedProperty, isWordMlProperty, prefixMappingProperty, xPathProperty, storeItemIdProperty, customXmlPartProperty, idProperty, cellFormatProperty, rowFormatProperty, cellsProperty, rowsProperty, descriptionProperty, wrapTextAroundProperty, isLegalStyleNumberingProperty, positioningProperty, tableFormatProperty, allowOverlapProperty, distanceTopProperty, distanceRightProperty, distanceLeftProperty, distanceBottomProperty, verticalOriginProperty, verticalPositionProperty, horizontalOriginProperty, horizontalAlignmentProperty, horizontalPositionProperty, blocksProperty, headerProperty, footerProperty, evenHeaderProperty, evenFooterProperty, firstPageHeaderProperty, firstPageFooterProperty, headersFootersProperty, sectionFormatProperty, listLevelPatternProperty, followCharacterProperty, startAtProperty, restartLevelProperty, levelNumberProperty, numberFormatProperty, paraStyleNameProperty, abstractListIdProperty, nsidProperty, levelsProperty, overrideListLevelProperty, levelOverridesProperty, separatorProperty, continuationSeparatorProperty, continuationNoticeProperty, bookmarkTypeProperty, propertiesProperty, tabJustificationProperty, positionProperty, deletePositionProperty, leaderProperty, tabLeaderProperty, editRangeIdProperty, columnFirstProperty, columnLastProperty, userProperty, groupProperty, editableRangeStartProperty, spaceProperty, fontSchemeProperty, fontSchemeNameProperty, majorFontSchemeProperty, minorFontSchemeProperty, fontSchemeListProperty, fontTypefaceProperty, typefaceProperty, panoseProperty, typeProperty, majorUnitProperty, isAutoMajorProperty, maximumValueProperty, minimumValueProperty, hasMajorGridLinesProperty, hasMinorGridLinesProperty, majorTickMarkProperty, minorTickMarkProperty, tickLabelPositionProperty, rgbProperty, appearanceProperty, lineFormatTypeProperty, allowSpaceOfSameStyleInTableProperty, weightProperty, inlineFormatProperty, fontNameProperty, isCompressedProperty, columnIndexProperty, imagesProperty, isAfterParagraphMarkProperty, isAfterCellMarkProperty, isAfterRowMarkProperty, gridProperty, columnCountProperty, isAfterTableMarkProperty, incrementalOps, editingPointsProperty, Print, ContextMenu, CommentReviewPane, CommentPane, CommentView, HyperlinkDialog, TableDialog, BookmarkDialog, TableOfContentsDialog, PageSetupDialog, ParagraphDialog, ListDialog, StyleDialog, BulletsAndNumberingDialog, FontDialog, TablePropertiesDialog, BordersAndShadingDialog, TableOptionsDialog, CellOptionsDialog, StylesDialog, SpellCheckDialog, CheckBoxFormFieldDialog, TextFormFieldDialog, DropDownFormFieldDialog, FormFieldPopUp, ColumnsDialog, TabDialog, Editor, ImageResizer, ImageResizingPoints, SelectedImageInfo, TableResizer, HelperMethods, Point, Base64, WrapPosition, CollaborativeEditing, XmlPane, EditorHistory, BaseHistoryInfo, HistoryInfo, ModifiedLevel, ModifiedParagraphFormat, RowHistoryFormat, TableHistoryInfo, TableFormatHistoryInfo, RowFormatHistoryInfo, CellFormatHistoryInfo, CellHistoryFormat, WSectionFormat, WColumnFormat, WStyle, WParagraphStyle, WCharacterStyle, WTableStyle, WStyles, WCharacterFormat, WListFormat, WTabStop, WParagraphFormat, WTableFormat, WRowFormat, WCellFormat, WBorder, WBorders, WShading, WList, WAbstractList, WListLevel, WLevelOverride, AddUserDialog, EnforceProtectionDialog, UnProtectDocumentDialog, RestrictEditing, Search, OptionsPane, TextSearch, SearchWidgetInfo, TextSearchResult, TextSearchResults, Selection, SelectionCharacterFormat, SelectionBorder, SelectionBorders, SelectionParagraphFormat, SelectionHeaderFooter, SelectionSectionFormat, SelectionTableFormat, SelectionCellFormat, SelectionRowFormat, SelectionImageFormat, SelectionColumnFormat, TextPosition, SelectionWidgetInfo, Hyperlink, ImageSizeInfo, SpellChecker, Optimized, Regular, Revision, RevisionCollection, TrackChangesPane, ChangesSingleView, DocumentHelper, LayoutViewer, PageLayoutViewer, WebLayoutViewer, ColumnLayout, Rect, Padding, Margin, Widget, BlockContainer, BodyWidget, HeaderFooterWidget, BlockWidget, FootNoteWidget, ParagraphWidget, TablePosition, TableWidget, TableRowWidget, TableCellWidget, LineWidget, ElementBox, FieldElementBox, FormField, TextFormField, CheckBoxFormField, DropDownFormField, TextElementBox, Footnote, FootnoteElementBox, ErrorTextElementBox, FieldTextElementBox, TabElementBox, BookmarkElementBox, ContentControl, ContentControlProperties, ContentControlListItems, CheckBoxState, XmlMapping, CustomXmlPart, ShapeCommon, ShapeBase, ShapeElementBox, TextFrame, LineFormat, FillFormat, ImageElementBox, ListTextElementBox, EditRangeEndElementBox, EditRangeStartElementBox, ChartElementBox, ChartArea, ChartCategory, ChartData, ChartLegend, ChartSeries, ChartErrorBar, ChartSeriesFormat, ChartDataLabels, ChartTrendLines, ChartTitleArea, ChartDataFormat, ChartFill, ChartLayout, ChartCategoryAxis, ChartDataTable, CommentCharacterElementBox, CommentElementBox, Page, WTableHolder, WColumn, ColumnSizeInfo, CommentEditInfo, MentionDataEditInfo, BreakElementBox, TabStopListInfo, FootnoteEndnoteMarkerElementBox, Layout, Renderer, SfdtReader, TextHelper, Zoom, WordExport, TextExport, SfdtExport, HtmlExport, FontScheme, FontSchemeStruct, Themes, MajorMinorFontScheme, CollaborativeEditingHandler, DocumentEditorSettings, DocumentSettings, AutoResizeSettings, DocumentEditor, ServerActionSettings, FormFieldSettings, CollaborativeEditingSettings, ContainerServerActionSettings, Toolbar, DocumentEditorContainer } from '@syncfusion/ej2-documenteditor';
592
+ //# sourceMappingURL=ej2-angular-documenteditor.es5.js.map