@syncfusion/ej2-angular-richtexteditor 31.2.18-ngcc → 32.1.19-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.
@@ -1,376 +1,367 @@
1
- /*!
2
- * filename: ej2-angular-richtexteditor.umd.js
3
- * version : 31.2.18
4
- * Copyright Syncfusion Inc. 2001 - 2025. 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
1
  (function (global, factory) {
11
2
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/forms'), require('@syncfusion/ej2-angular-base'), require('@syncfusion/ej2-richtexteditor'), require('@angular/common')) :
12
3
  typeof define === 'function' && define.amd ? define(['exports', '@angular/core', '@angular/forms', '@syncfusion/ej2-angular-base', '@syncfusion/ej2-richtexteditor', '@angular/common'], factory) :
13
4
  (factory((global['ej2-angular-richtexteditor'] = {}),global.ng.core,global.ng.forms,global.ej2.angular.base,global.ej2.richtexteditor,global.ng.common));
14
5
  }(this, (function (exports,core,forms,ej2AngularBase,ej2Richtexteditor,common) { 'use strict';
15
6
 
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 = ['autoSaveOnIdle', 'backgroundColor', 'bulletFormatList', 'codeBlockSettings', 'cssClass', 'editorMode', 'emojiPickerSettings', 'enableAutoUrl', 'enableHtmlEncode', 'enableHtmlSanitizer', 'enablePersistence', 'enableResize', 'enableRtl', 'enableTabKey', 'enableXhtml', 'enabled', 'enterKey', 'exportPdf', 'exportWord', 'fileManagerSettings', 'floatingToolbarOffset', 'fontColor', 'fontFamily', 'fontSize', 'format', 'formatPainterSettings', 'formatter', 'height', 'htmlAttributes', 'iframeSettings', 'importWord', 'inlineMode', 'insertAudioSettings', 'insertImageSettings', 'insertVideoSettings', 'keyConfig', 'locale', 'maxLength', 'numberFormatList', 'pasteCleanupSettings', 'placeholder', 'quickToolbarSettings', 'readonly', 'saveInterval', 'shiftEnterKey', 'showCharCount', 'showTooltip', 'slashMenuSettings', 'tableSettings', 'toolbarSettings', 'undoRedoSteps', 'undoRedoTimer', 'value', 'valueTemplate', 'width'];
41
- var outputs = ['actionBegin', 'actionComplete', 'afterImageDelete', 'afterMediaDelete', 'afterPasteCleanup', 'beforeDialogClose', 'beforeDialogOpen', 'beforeFileUpload', 'beforeImageDrop', 'beforeImageUpload', 'beforeMediaDrop', 'beforePasteCleanup', 'beforeQuickToolbarOpen', 'beforeSanitizeHtml', 'blur', 'change', 'created', 'destroyed', 'dialogClose', 'dialogOpen', 'fileRemoving', 'fileSelected', 'fileUploadFailed', 'fileUploadSuccess', 'fileUploading', 'focus', 'imageRemoving', 'imageSelected', 'imageUploadFailed', 'imageUploadSuccess', 'imageUploading', 'quickToolbarClose', 'quickToolbarOpen', 'resizeStart', 'resizeStop', 'resizing', 'selectionChanged', 'slashMenuItemSelect', 'toolbarClick', 'toolbarStatusUpdate', 'updatedToolbarStatus', 'valueChange'];
42
- var twoWays = ['value'];
43
- /**
44
- * `ejs-richtexteditor` represents the Angular richtexteditor Component.
45
- * ```html
46
- * <ejs-richtexteditor></ejs-richtexteditor>
47
- * ```
48
- */
49
- exports.RichTextEditorComponent = RichTextEditorComponent_1 = /** @class */ (function (_super) {
50
- __extends(RichTextEditorComponent, _super);
51
- /**
52
- * @param {?} ngEle
53
- * @param {?} srenderer
54
- * @param {?} viewContainerRef
55
- * @param {?} injector
56
- * @param {?} cdr
57
- */
58
- function RichTextEditorComponent(ngEle, srenderer, viewContainerRef, injector, cdr) {
59
- var _this = _super.call(this) || this;
60
- _this.ngEle = ngEle;
61
- _this.srenderer = srenderer;
62
- _this.viewContainerRef = viewContainerRef;
63
- _this.injector = injector;
64
- _this.cdr = cdr;
65
- _this.skipFromEvent = true;
66
- _this.element = _this.ngEle.nativeElement;
67
- _this.injectedModules = _this.injectedModules || [];
68
- try {
69
- var mod = _this.injector.get('RichTextEditorToolbar');
70
- if (_this.injectedModules.indexOf(mod) === -1) {
71
- _this.injectedModules.push(mod);
72
- }
73
- }
74
- catch (_a) { }
75
- try {
76
- var mod = _this.injector.get('RichTextEditorLink');
77
- if (_this.injectedModules.indexOf(mod) === -1) {
78
- _this.injectedModules.push(mod);
79
- }
80
- }
81
- catch (_b) { }
82
- try {
83
- var mod = _this.injector.get('RichTextEditorImage');
84
- if (_this.injectedModules.indexOf(mod) === -1) {
85
- _this.injectedModules.push(mod);
86
- }
87
- }
88
- catch (_c) { }
89
- try {
90
- var mod = _this.injector.get('RichTextEditorImportExport');
91
- if (_this.injectedModules.indexOf(mod) === -1) {
92
- _this.injectedModules.push(mod);
93
- }
94
- }
95
- catch (_d) { }
96
- try {
97
- var mod = _this.injector.get('RichTextEditorAudio');
98
- if (_this.injectedModules.indexOf(mod) === -1) {
99
- _this.injectedModules.push(mod);
100
- }
101
- }
102
- catch (_e) { }
103
- try {
104
- var mod = _this.injector.get('RichTextEditorVideo');
105
- if (_this.injectedModules.indexOf(mod) === -1) {
106
- _this.injectedModules.push(mod);
107
- }
108
- }
109
- catch (_f) { }
110
- try {
111
- var mod = _this.injector.get('RichTextEditorCount');
112
- if (_this.injectedModules.indexOf(mod) === -1) {
113
- _this.injectedModules.push(mod);
114
- }
115
- }
116
- catch (_g) { }
117
- try {
118
- var mod = _this.injector.get('RichTextEditorQuickToolbar');
119
- if (_this.injectedModules.indexOf(mod) === -1) {
120
- _this.injectedModules.push(mod);
121
- }
122
- }
123
- catch (_h) { }
124
- try {
125
- var mod = _this.injector.get('RichTextEditorHtmlEditor');
126
- if (_this.injectedModules.indexOf(mod) === -1) {
127
- _this.injectedModules.push(mod);
128
- }
129
- }
130
- catch (_j) { }
131
- try {
132
- var mod = _this.injector.get('RichTextEditorMarkdownEditor');
133
- if (_this.injectedModules.indexOf(mod) === -1) {
134
- _this.injectedModules.push(mod);
135
- }
136
- }
137
- catch (_k) { }
138
- try {
139
- var mod = _this.injector.get('RichTextEditorTable');
140
- if (_this.injectedModules.indexOf(mod) === -1) {
141
- _this.injectedModules.push(mod);
142
- }
143
- }
144
- catch (_l) { }
145
- try {
146
- var mod = _this.injector.get('RichTextEditorPasteCleanup');
147
- if (_this.injectedModules.indexOf(mod) === -1) {
148
- _this.injectedModules.push(mod);
149
- }
150
- }
151
- catch (_m) { }
152
- try {
153
- var mod = _this.injector.get('RichTextEditorResize');
154
- if (_this.injectedModules.indexOf(mod) === -1) {
155
- _this.injectedModules.push(mod);
156
- }
157
- }
158
- catch (_o) { }
159
- try {
160
- var mod = _this.injector.get('RichTextEditorFileManager');
161
- if (_this.injectedModules.indexOf(mod) === -1) {
162
- _this.injectedModules.push(mod);
163
- }
164
- }
165
- catch (_p) { }
166
- try {
167
- var mod = _this.injector.get('RichTextEditorFormatPainter');
168
- if (_this.injectedModules.indexOf(mod) === -1) {
169
- _this.injectedModules.push(mod);
170
- }
171
- }
172
- catch (_q) { }
173
- try {
174
- var mod = _this.injector.get('RichTextEditorEmojiPicker');
175
- if (_this.injectedModules.indexOf(mod) === -1) {
176
- _this.injectedModules.push(mod);
177
- }
178
- }
179
- catch (_r) { }
180
- try {
181
- var mod = _this.injector.get('RichTextEditorSlashMenu');
182
- if (_this.injectedModules.indexOf(mod) === -1) {
183
- _this.injectedModules.push(mod);
184
- }
185
- }
186
- catch (_s) { }
187
- try {
188
- var mod = _this.injector.get('RichTextEditorCodeBlock');
189
- if (_this.injectedModules.indexOf(mod) === -1) {
190
- _this.injectedModules.push(mod);
191
- }
192
- }
193
- catch (_t) { }
194
- _this.registerEvents(outputs);
195
- _this.addTwoWay.call(_this, twoWays);
196
- ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
197
- _this.formContext = new ej2AngularBase.FormBase();
198
- _this.formCompContext = new ej2AngularBase.ComponentBase();
199
- return _this;
200
- }
201
- /**
202
- * @param {?} registerFunction
203
- * @return {?}
204
- */
205
- RichTextEditorComponent.prototype.registerOnChange = function (registerFunction) {
206
- };
207
- /**
208
- * @param {?} registerFunction
209
- * @return {?}
210
- */
211
- RichTextEditorComponent.prototype.registerOnTouched = function (registerFunction) {
212
- };
213
- /**
214
- * @param {?} value
215
- * @return {?}
216
- */
217
- RichTextEditorComponent.prototype.writeValue = function (value) {
218
- };
219
- /**
220
- * @param {?} disabled
221
- * @return {?}
222
- */
223
- RichTextEditorComponent.prototype.setDisabledState = function (disabled) {
224
- };
225
- /**
226
- * @return {?}
227
- */
228
- RichTextEditorComponent.prototype.ngOnInit = function () {
229
- this.formCompContext.ngOnInit(this);
230
- };
231
- /**
232
- * @return {?}
233
- */
234
- RichTextEditorComponent.prototype.ngAfterViewInit = function () {
235
- this.formContext.ngAfterViewInit(this);
236
- };
237
- /**
238
- * @return {?}
239
- */
240
- RichTextEditorComponent.prototype.ngOnDestroy = function () {
241
- this.formCompContext.ngOnDestroy(this);
242
- };
243
- /**
244
- * @return {?}
245
- */
246
- RichTextEditorComponent.prototype.ngAfterContentChecked = function () {
247
- this.formCompContext.ngAfterContentChecked(this);
248
- };
249
- return RichTextEditorComponent;
250
- }(ej2Richtexteditor.RichTextEditor));
251
- exports.RichTextEditorComponent.decorators = [
252
- { type: core.Component, args: [{
253
- selector: 'ejs-richtexteditor',
254
- inputs: inputs,
255
- outputs: outputs,
256
- template: '',
257
- changeDetection: core.ChangeDetectionStrategy.OnPush,
258
- providers: [
259
- {
260
- provide: forms.NG_VALUE_ACCESSOR,
261
- useExisting: core.forwardRef(function () { return RichTextEditorComponent_1; }),
262
- multi: true
263
- }
264
- ],
265
- queries: {}
266
- },] },
267
- ];
268
- /**
269
- * @nocollapse
270
- */
271
- exports.RichTextEditorComponent.ctorParameters = function () { return [
272
- { type: core.ElementRef, },
273
- { type: core.Renderer2, },
274
- { type: core.ViewContainerRef, },
275
- { type: core.Injector, },
276
- { type: core.ChangeDetectorRef, },
277
- ]; };
278
- exports.RichTextEditorComponent.propDecorators = {
279
- 'valueTemplate': [{ type: core.ContentChild, args: ['valueTemplate',] },],
280
- };
281
- __decorate([
282
- ej2AngularBase.Template(),
283
- __metadata("design:type", Object)
284
- ], exports.RichTextEditorComponent.prototype, "valueTemplate", void 0);
285
- exports.RichTextEditorComponent = RichTextEditorComponent_1 = __decorate([
286
- ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase, ej2AngularBase.FormBase]),
287
- __metadata("design:paramtypes", [core.ElementRef,
288
- core.Renderer2,
289
- core.ViewContainerRef,
290
- core.Injector,
291
- core.ChangeDetectorRef])
292
- ], exports.RichTextEditorComponent);
293
- var RichTextEditorComponent_1;
294
- /**
295
- * NgModule definition for the RichTextEditor component.
296
- */
297
- var RichTextEditorModule = /** @class */ (function () {
298
- function RichTextEditorModule() {
299
- }
300
- return RichTextEditorModule;
301
- }());
302
- RichTextEditorModule.decorators = [
303
- { type: core.NgModule, args: [{
304
- imports: [common.CommonModule],
305
- declarations: [
306
- exports.RichTextEditorComponent
307
- ],
308
- exports: [
309
- exports.RichTextEditorComponent
310
- ]
311
- },] },
312
- ];
313
- /**
314
- * @nocollapse
315
- */
316
- RichTextEditorModule.ctorParameters = function () { return []; };
317
- var ToolbarService = { provide: 'RichTextEditorToolbar', useValue: ej2Richtexteditor.Toolbar };
318
- var LinkService = { provide: 'RichTextEditorLink', useValue: ej2Richtexteditor.Link };
319
- var ImageService = { provide: 'RichTextEditorImage', useValue: ej2Richtexteditor.Image };
320
- var ImportExportService = { provide: 'RichTextEditorImportExport', useValue: ej2Richtexteditor.ImportExport };
321
- var AudioService = { provide: 'RichTextEditorAudio', useValue: ej2Richtexteditor.Audio };
322
- var VideoService = { provide: 'RichTextEditorVideo', useValue: ej2Richtexteditor.Video };
323
- var CountService = { provide: 'RichTextEditorCount', useValue: ej2Richtexteditor.Count };
324
- var QuickToolbarService = { provide: 'RichTextEditorQuickToolbar', useValue: ej2Richtexteditor.QuickToolbar };
325
- var HtmlEditorService = { provide: 'RichTextEditorHtmlEditor', useValue: ej2Richtexteditor.HtmlEditor };
326
- var MarkdownEditorService = { provide: 'RichTextEditorMarkdownEditor', useValue: ej2Richtexteditor.MarkdownEditor };
327
- var TableService = { provide: 'RichTextEditorTable', useValue: ej2Richtexteditor.Table };
328
- var PasteCleanupService = { provide: 'RichTextEditorPasteCleanup', useValue: ej2Richtexteditor.PasteCleanup };
329
- var ResizeService = { provide: 'RichTextEditorResize', useValue: ej2Richtexteditor.Resize };
330
- var FileManagerService = { provide: 'RichTextEditorFileManager', useValue: ej2Richtexteditor.FileManager };
331
- var FormatPainterService = { provide: 'RichTextEditorFormatPainter', useValue: ej2Richtexteditor.FormatPainter };
332
- var EmojiPickerService = { provide: 'RichTextEditorEmojiPicker', useValue: ej2Richtexteditor.EmojiPicker };
333
- var SlashMenuService = { provide: 'RichTextEditorSlashMenu', useValue: ej2Richtexteditor.SlashMenu };
334
- var CodeBlockService = { provide: 'RichTextEditorCodeBlock', useValue: ej2Richtexteditor.CodeBlock };
335
- /**
336
- * NgModule definition for the RichTextEditor component with providers.
337
- */
338
- var RichTextEditorAllModule = /** @class */ (function () {
339
- function RichTextEditorAllModule() {
340
- }
341
- return RichTextEditorAllModule;
342
- }());
343
- RichTextEditorAllModule.decorators = [
344
- { type: core.NgModule, args: [{
345
- imports: [common.CommonModule, RichTextEditorModule],
346
- exports: [
347
- RichTextEditorModule
348
- ],
349
- providers: [
350
- ToolbarService,
351
- LinkService,
352
- ImageService,
353
- ImportExportService,
354
- AudioService,
355
- VideoService,
356
- CountService,
357
- QuickToolbarService,
358
- HtmlEditorService,
359
- MarkdownEditorService,
360
- TableService,
361
- PasteCleanupService,
362
- ResizeService,
363
- FileManagerService,
364
- FormatPainterService,
365
- EmojiPickerService,
366
- SlashMenuService,
367
- CodeBlockService
368
- ]
369
- },] },
370
- ];
371
- /**
372
- * @nocollapse
373
- */
7
+ var __extends = (this && this.__extends) || (function () {
8
+ var extendStatics = Object.setPrototypeOf ||
9
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
10
+ function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
11
+ return function (d, b) {
12
+ extendStatics(d, b);
13
+ function __() { this.constructor = d; }
14
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
+ };
16
+ })();
17
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
18
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
19
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
20
+ r = Reflect.decorate(decorators, target, key, desc);
21
+ else
22
+ for (var i = decorators.length - 1; i >= 0; i--)
23
+ if (d = decorators[i])
24
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
25
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
26
+ };
27
+ var __metadata = (this && this.__metadata) || function (k, v) {
28
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
29
+ return Reflect.metadata(k, v);
30
+ };
31
+ var inputs = ['autoSaveOnIdle', 'backgroundColor', 'bulletFormatList', 'codeBlockSettings', 'cssClass', 'editorMode', 'emojiPickerSettings', 'enableAutoUrl', 'enableHtmlEncode', 'enableHtmlSanitizer', 'enablePersistence', 'enableResize', 'enableRtl', 'enableTabKey', 'enableXhtml', 'enabled', 'enterKey', 'exportPdf', 'exportWord', 'fileManagerSettings', 'floatingToolbarOffset', 'fontColor', 'fontFamily', 'fontSize', 'format', 'formatPainterSettings', 'formatter', 'height', 'htmlAttributes', 'iframeSettings', 'importWord', 'inlineMode', 'insertAudioSettings', 'insertImageSettings', 'insertVideoSettings', 'keyConfig', 'locale', 'maxLength', 'numberFormatList', 'pasteCleanupSettings', 'placeholder', 'quickToolbarSettings', 'readonly', 'saveInterval', 'shiftEnterKey', 'showCharCount', 'showTooltip', 'slashMenuSettings', 'tableSettings', 'toolbarSettings', 'undoRedoSteps', 'undoRedoTimer', 'value', 'valueTemplate', 'width'];
32
+ var outputs = ['actionBegin', 'actionComplete', 'afterImageDelete', 'afterMediaDelete', 'afterPasteCleanup', 'beforeDialogClose', 'beforeDialogOpen', 'beforeFileUpload', 'beforeImageDrop', 'beforeImageUpload', 'beforePasteCleanup', 'beforeQuickToolbarOpen', 'beforeSanitizeHtml', 'blur', 'change', 'created', 'destroyed', 'dialogClose', 'dialogOpen', 'fileRemoving', 'fileSelected', 'fileUploadFailed', 'fileUploadSuccess', 'fileUploading', 'focus', 'imageRemoving', 'imageSelected', 'imageUploadFailed', 'imageUploadSuccess', 'imageUploading', 'quickToolbarClose', 'quickToolbarOpen', 'resizeStart', 'resizeStop', 'resizing', 'slashMenuItemSelect', 'toolbarClick', 'toolbarStatusUpdate', 'updatedToolbarStatus', 'valueChange'];
33
+ var twoWays = ['value'];
34
+ /**
35
+ * `ejs-richtexteditor` represents the Angular richtexteditor Component.
36
+ * ```html
37
+ * <ejs-richtexteditor></ejs-richtexteditor>
38
+ * ```
39
+ */
40
+ exports.RichTextEditorComponent = RichTextEditorComponent_1 = /** @class */ (function (_super) {
41
+ __extends(RichTextEditorComponent, _super);
42
+ /**
43
+ * @param {?} ngEle
44
+ * @param {?} srenderer
45
+ * @param {?} viewContainerRef
46
+ * @param {?} injector
47
+ * @param {?} cdr
48
+ */
49
+ function RichTextEditorComponent(ngEle, srenderer, viewContainerRef, injector, cdr) {
50
+ var _this = _super.call(this) || this;
51
+ _this.ngEle = ngEle;
52
+ _this.srenderer = srenderer;
53
+ _this.viewContainerRef = viewContainerRef;
54
+ _this.injector = injector;
55
+ _this.cdr = cdr;
56
+ _this.skipFromEvent = true;
57
+ _this.element = _this.ngEle.nativeElement;
58
+ _this.injectedModules = _this.injectedModules || [];
59
+ try {
60
+ var mod = _this.injector.get('RichTextEditorToolbar');
61
+ if (_this.injectedModules.indexOf(mod) === -1) {
62
+ _this.injectedModules.push(mod);
63
+ }
64
+ }
65
+ catch (_a) { }
66
+ try {
67
+ var mod = _this.injector.get('RichTextEditorLink');
68
+ if (_this.injectedModules.indexOf(mod) === -1) {
69
+ _this.injectedModules.push(mod);
70
+ }
71
+ }
72
+ catch (_b) { }
73
+ try {
74
+ var mod = _this.injector.get('RichTextEditorImage');
75
+ if (_this.injectedModules.indexOf(mod) === -1) {
76
+ _this.injectedModules.push(mod);
77
+ }
78
+ }
79
+ catch (_c) { }
80
+ try {
81
+ var mod = _this.injector.get('RichTextEditorImportExport');
82
+ if (_this.injectedModules.indexOf(mod) === -1) {
83
+ _this.injectedModules.push(mod);
84
+ }
85
+ }
86
+ catch (_d) { }
87
+ try {
88
+ var mod = _this.injector.get('RichTextEditorAudio');
89
+ if (_this.injectedModules.indexOf(mod) === -1) {
90
+ _this.injectedModules.push(mod);
91
+ }
92
+ }
93
+ catch (_e) { }
94
+ try {
95
+ var mod = _this.injector.get('RichTextEditorVideo');
96
+ if (_this.injectedModules.indexOf(mod) === -1) {
97
+ _this.injectedModules.push(mod);
98
+ }
99
+ }
100
+ catch (_f) { }
101
+ try {
102
+ var mod = _this.injector.get('RichTextEditorCount');
103
+ if (_this.injectedModules.indexOf(mod) === -1) {
104
+ _this.injectedModules.push(mod);
105
+ }
106
+ }
107
+ catch (_g) { }
108
+ try {
109
+ var mod = _this.injector.get('RichTextEditorQuickToolbar');
110
+ if (_this.injectedModules.indexOf(mod) === -1) {
111
+ _this.injectedModules.push(mod);
112
+ }
113
+ }
114
+ catch (_h) { }
115
+ try {
116
+ var mod = _this.injector.get('RichTextEditorHtmlEditor');
117
+ if (_this.injectedModules.indexOf(mod) === -1) {
118
+ _this.injectedModules.push(mod);
119
+ }
120
+ }
121
+ catch (_j) { }
122
+ try {
123
+ var mod = _this.injector.get('RichTextEditorMarkdownEditor');
124
+ if (_this.injectedModules.indexOf(mod) === -1) {
125
+ _this.injectedModules.push(mod);
126
+ }
127
+ }
128
+ catch (_k) { }
129
+ try {
130
+ var mod = _this.injector.get('RichTextEditorTable');
131
+ if (_this.injectedModules.indexOf(mod) === -1) {
132
+ _this.injectedModules.push(mod);
133
+ }
134
+ }
135
+ catch (_l) { }
136
+ try {
137
+ var mod = _this.injector.get('RichTextEditorPasteCleanup');
138
+ if (_this.injectedModules.indexOf(mod) === -1) {
139
+ _this.injectedModules.push(mod);
140
+ }
141
+ }
142
+ catch (_m) { }
143
+ try {
144
+ var mod = _this.injector.get('RichTextEditorResize');
145
+ if (_this.injectedModules.indexOf(mod) === -1) {
146
+ _this.injectedModules.push(mod);
147
+ }
148
+ }
149
+ catch (_o) { }
150
+ try {
151
+ var mod = _this.injector.get('RichTextEditorFileManager');
152
+ if (_this.injectedModules.indexOf(mod) === -1) {
153
+ _this.injectedModules.push(mod);
154
+ }
155
+ }
156
+ catch (_p) { }
157
+ try {
158
+ var mod = _this.injector.get('RichTextEditorFormatPainter');
159
+ if (_this.injectedModules.indexOf(mod) === -1) {
160
+ _this.injectedModules.push(mod);
161
+ }
162
+ }
163
+ catch (_q) { }
164
+ try {
165
+ var mod = _this.injector.get('RichTextEditorEmojiPicker');
166
+ if (_this.injectedModules.indexOf(mod) === -1) {
167
+ _this.injectedModules.push(mod);
168
+ }
169
+ }
170
+ catch (_r) { }
171
+ try {
172
+ var mod = _this.injector.get('RichTextEditorSlashMenu');
173
+ if (_this.injectedModules.indexOf(mod) === -1) {
174
+ _this.injectedModules.push(mod);
175
+ }
176
+ }
177
+ catch (_s) { }
178
+ try {
179
+ var mod = _this.injector.get('RichTextEditorCodeBlock');
180
+ if (_this.injectedModules.indexOf(mod) === -1) {
181
+ _this.injectedModules.push(mod);
182
+ }
183
+ }
184
+ catch (_t) { }
185
+ _this.registerEvents(outputs);
186
+ _this.addTwoWay.call(_this, twoWays);
187
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
188
+ _this.formContext = new ej2AngularBase.FormBase();
189
+ _this.formCompContext = new ej2AngularBase.ComponentBase();
190
+ return _this;
191
+ }
192
+ /**
193
+ * @param {?} registerFunction
194
+ * @return {?}
195
+ */
196
+ RichTextEditorComponent.prototype.registerOnChange = function (registerFunction) {
197
+ };
198
+ /**
199
+ * @param {?} registerFunction
200
+ * @return {?}
201
+ */
202
+ RichTextEditorComponent.prototype.registerOnTouched = function (registerFunction) {
203
+ };
204
+ /**
205
+ * @param {?} value
206
+ * @return {?}
207
+ */
208
+ RichTextEditorComponent.prototype.writeValue = function (value) {
209
+ };
210
+ /**
211
+ * @param {?} disabled
212
+ * @return {?}
213
+ */
214
+ RichTextEditorComponent.prototype.setDisabledState = function (disabled) {
215
+ };
216
+ /**
217
+ * @return {?}
218
+ */
219
+ RichTextEditorComponent.prototype.ngOnInit = function () {
220
+ this.formCompContext.ngOnInit(this);
221
+ };
222
+ /**
223
+ * @return {?}
224
+ */
225
+ RichTextEditorComponent.prototype.ngAfterViewInit = function () {
226
+ this.formContext.ngAfterViewInit(this);
227
+ };
228
+ /**
229
+ * @return {?}
230
+ */
231
+ RichTextEditorComponent.prototype.ngOnDestroy = function () {
232
+ this.formCompContext.ngOnDestroy(this);
233
+ };
234
+ /**
235
+ * @return {?}
236
+ */
237
+ RichTextEditorComponent.prototype.ngAfterContentChecked = function () {
238
+ this.formCompContext.ngAfterContentChecked(this);
239
+ };
240
+ return RichTextEditorComponent;
241
+ }(ej2Richtexteditor.RichTextEditor));
242
+ exports.RichTextEditorComponent.decorators = [
243
+ { type: core.Component, args: [{
244
+ selector: 'ejs-richtexteditor',
245
+ inputs: inputs,
246
+ outputs: outputs,
247
+ template: '',
248
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
249
+ providers: [
250
+ {
251
+ provide: forms.NG_VALUE_ACCESSOR,
252
+ useExisting: core.forwardRef(function () { return RichTextEditorComponent_1; }),
253
+ multi: true
254
+ }
255
+ ],
256
+ queries: {}
257
+ },] },
258
+ ];
259
+ /**
260
+ * @nocollapse
261
+ */
262
+ exports.RichTextEditorComponent.ctorParameters = function () { return [
263
+ { type: core.ElementRef, },
264
+ { type: core.Renderer2, },
265
+ { type: core.ViewContainerRef, },
266
+ { type: core.Injector, },
267
+ { type: core.ChangeDetectorRef, },
268
+ ]; };
269
+ exports.RichTextEditorComponent.propDecorators = {
270
+ 'valueTemplate': [{ type: core.ContentChild, args: ['valueTemplate',] },],
271
+ };
272
+ __decorate([
273
+ ej2AngularBase.Template(),
274
+ __metadata("design:type", Object)
275
+ ], exports.RichTextEditorComponent.prototype, "valueTemplate", void 0);
276
+ exports.RichTextEditorComponent = RichTextEditorComponent_1 = __decorate([
277
+ ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase, ej2AngularBase.FormBase]),
278
+ __metadata("design:paramtypes", [core.ElementRef,
279
+ core.Renderer2,
280
+ core.ViewContainerRef,
281
+ core.Injector,
282
+ core.ChangeDetectorRef])
283
+ ], exports.RichTextEditorComponent);
284
+ var RichTextEditorComponent_1;
285
+ /**
286
+ * NgModule definition for the RichTextEditor component.
287
+ */
288
+ var RichTextEditorModule = /** @class */ (function () {
289
+ function RichTextEditorModule() {
290
+ }
291
+ return RichTextEditorModule;
292
+ }());
293
+ RichTextEditorModule.decorators = [
294
+ { type: core.NgModule, args: [{
295
+ imports: [common.CommonModule],
296
+ declarations: [
297
+ exports.RichTextEditorComponent
298
+ ],
299
+ exports: [
300
+ exports.RichTextEditorComponent
301
+ ]
302
+ },] },
303
+ ];
304
+ /**
305
+ * @nocollapse
306
+ */
307
+ RichTextEditorModule.ctorParameters = function () { return []; };
308
+ var ToolbarService = { provide: 'RichTextEditorToolbar', useValue: ej2Richtexteditor.Toolbar };
309
+ var LinkService = { provide: 'RichTextEditorLink', useValue: ej2Richtexteditor.Link };
310
+ var ImageService = { provide: 'RichTextEditorImage', useValue: ej2Richtexteditor.Image };
311
+ var ImportExportService = { provide: 'RichTextEditorImportExport', useValue: ej2Richtexteditor.ImportExport };
312
+ var AudioService = { provide: 'RichTextEditorAudio', useValue: ej2Richtexteditor.Audio };
313
+ var VideoService = { provide: 'RichTextEditorVideo', useValue: ej2Richtexteditor.Video };
314
+ var CountService = { provide: 'RichTextEditorCount', useValue: ej2Richtexteditor.Count };
315
+ var QuickToolbarService = { provide: 'RichTextEditorQuickToolbar', useValue: ej2Richtexteditor.QuickToolbar };
316
+ var HtmlEditorService = { provide: 'RichTextEditorHtmlEditor', useValue: ej2Richtexteditor.HtmlEditor };
317
+ var MarkdownEditorService = { provide: 'RichTextEditorMarkdownEditor', useValue: ej2Richtexteditor.MarkdownEditor };
318
+ var TableService = { provide: 'RichTextEditorTable', useValue: ej2Richtexteditor.Table };
319
+ var PasteCleanupService = { provide: 'RichTextEditorPasteCleanup', useValue: ej2Richtexteditor.PasteCleanup };
320
+ var ResizeService = { provide: 'RichTextEditorResize', useValue: ej2Richtexteditor.Resize };
321
+ var FileManagerService = { provide: 'RichTextEditorFileManager', useValue: ej2Richtexteditor.FileManager };
322
+ var FormatPainterService = { provide: 'RichTextEditorFormatPainter', useValue: ej2Richtexteditor.FormatPainter };
323
+ var EmojiPickerService = { provide: 'RichTextEditorEmojiPicker', useValue: ej2Richtexteditor.EmojiPicker };
324
+ var SlashMenuService = { provide: 'RichTextEditorSlashMenu', useValue: ej2Richtexteditor.SlashMenu };
325
+ var CodeBlockService = { provide: 'RichTextEditorCodeBlock', useValue: ej2Richtexteditor.CodeBlock };
326
+ /**
327
+ * NgModule definition for the RichTextEditor component with providers.
328
+ */
329
+ var RichTextEditorAllModule = /** @class */ (function () {
330
+ function RichTextEditorAllModule() {
331
+ }
332
+ return RichTextEditorAllModule;
333
+ }());
334
+ RichTextEditorAllModule.decorators = [
335
+ { type: core.NgModule, args: [{
336
+ imports: [common.CommonModule, RichTextEditorModule],
337
+ exports: [
338
+ RichTextEditorModule
339
+ ],
340
+ providers: [
341
+ ToolbarService,
342
+ LinkService,
343
+ ImageService,
344
+ ImportExportService,
345
+ AudioService,
346
+ VideoService,
347
+ CountService,
348
+ QuickToolbarService,
349
+ HtmlEditorService,
350
+ MarkdownEditorService,
351
+ TableService,
352
+ PasteCleanupService,
353
+ ResizeService,
354
+ FileManagerService,
355
+ FormatPainterService,
356
+ EmojiPickerService,
357
+ SlashMenuService,
358
+ CodeBlockService
359
+ ]
360
+ },] },
361
+ ];
362
+ /**
363
+ * @nocollapse
364
+ */
374
365
  RichTextEditorAllModule.ctorParameters = function () { return []; };
375
366
 
376
367
  exports.RichTextEditorModule = RichTextEditorModule;
@@ -438,6 +429,9 @@ exports.QuickPopupRenderer = ej2Richtexteditor.QuickPopupRenderer;
438
429
  exports.SlashMenu = ej2Richtexteditor.SlashMenu;
439
430
  exports.RichTextEditor = ej2Richtexteditor.RichTextEditor;
440
431
  exports.RenderType = ej2Richtexteditor.RenderType;
432
+ exports.ToolbarType = ej2Richtexteditor.ToolbarType;
433
+ exports.DialogType = ej2Richtexteditor.DialogType;
434
+ exports.ImageInputSource = ej2Richtexteditor.ImageInputSource;
441
435
  exports.executeGroup = ej2Richtexteditor.executeGroup;
442
436
  exports.created = ej2Richtexteditor.created;
443
437
  exports.destroyed = ej2Richtexteditor.destroyed;
@@ -534,7 +528,6 @@ exports.codeBlockEnter = ej2Richtexteditor.codeBlockEnter;
534
528
  exports.imgModule = ej2Richtexteditor.imgModule;
535
529
  exports.rtlMode = ej2Richtexteditor.rtlMode;
536
530
  exports.createTable = ej2Richtexteditor.createTable;
537
- exports.updateProperty = ej2Richtexteditor.updateProperty;
538
531
  exports.docClick = ej2Richtexteditor.docClick;
539
532
  exports.tableToolbarAction = ej2Richtexteditor.tableToolbarAction;
540
533
  exports.checkUndo = ej2Richtexteditor.checkUndo;
@@ -543,6 +536,7 @@ exports.pasteClean = ej2Richtexteditor.pasteClean;
543
536
  exports.enterHandler = ej2Richtexteditor.enterHandler;
544
537
  exports.beforeDialogOpen = ej2Richtexteditor.beforeDialogOpen;
545
538
  exports.clearDialogObj = ej2Richtexteditor.clearDialogObj;
539
+ exports.hideTableQuickToolbar = ej2Richtexteditor.hideTableQuickToolbar;
546
540
  exports.dialogOpen = ej2Richtexteditor.dialogOpen;
547
541
  exports.beforeDialogClose = ej2Richtexteditor.beforeDialogClose;
548
542
  exports.dialogClose = ej2Richtexteditor.dialogClose;
@@ -570,7 +564,6 @@ exports.beforeFileUpload = ej2Richtexteditor.beforeFileUpload;
570
564
  exports.resizeInitialized = ej2Richtexteditor.resizeInitialized;
571
565
  exports.renderFileManager = ej2Richtexteditor.renderFileManager;
572
566
  exports.beforeImageDrop = ej2Richtexteditor.beforeImageDrop;
573
- exports.beforeMediaDrop = ej2Richtexteditor.beforeMediaDrop;
574
567
  exports.dynamicModule = ej2Richtexteditor.dynamicModule;
575
568
  exports.beforePasteCleanup = ej2Richtexteditor.beforePasteCleanup;
576
569
  exports.afterPasteCleanup = ej2Richtexteditor.afterPasteCleanup;
@@ -599,14 +592,12 @@ exports.showColorPicker = ej2Richtexteditor.showColorPicker;
599
592
  exports.showDropDown = ej2Richtexteditor.showDropDown;
600
593
  exports.closeTooltip = ej2Richtexteditor.closeTooltip;
601
594
  exports.autoResize = ej2Richtexteditor.autoResize;
602
- exports.selectionChangeMouseUp = ej2Richtexteditor.selectionChangeMouseUp;
603
595
  exports.blockEmptyNodes = ej2Richtexteditor.blockEmptyNodes;
604
596
  exports.inlineEmptyNodes = ej2Richtexteditor.inlineEmptyNodes;
605
597
  exports.supportedUnits = ej2Richtexteditor.supportedUnits;
606
598
  exports.conversionFactors = ej2Richtexteditor.conversionFactors;
607
599
  exports.onHandleFontsizeChange = ej2Richtexteditor.onHandleFontsizeChange;
608
600
  exports.preventQuickToolbarClose = ej2Richtexteditor.preventQuickToolbarClose;
609
- exports.selectionChanged = ej2Richtexteditor.selectionChanged;
610
601
  exports.CLS_RTE = ej2Richtexteditor.CLS_RTE;
611
602
  exports.CLS_RTL = ej2Richtexteditor.CLS_RTL;
612
603
  exports.CLS_CONTENT = ej2Richtexteditor.CLS_CONTENT;
@@ -629,6 +620,7 @@ exports.CLS_AUDIO_QUICK_TB = ej2Richtexteditor.CLS_AUDIO_QUICK_TB;
629
620
  exports.CLS_VIDEO_QUICK_TB = ej2Richtexteditor.CLS_VIDEO_QUICK_TB;
630
621
  exports.CLS_TABLE_QUICK_TB = ej2Richtexteditor.CLS_TABLE_QUICK_TB;
631
622
  exports.CLS_LINK_QUICK_TB = ej2Richtexteditor.CLS_LINK_QUICK_TB;
623
+ exports.CLS_POP = ej2Richtexteditor.CLS_POP;
632
624
  exports.CLS_TB_STATIC = ej2Richtexteditor.CLS_TB_STATIC;
633
625
  exports.CLS_QUICK_POP = ej2Richtexteditor.CLS_QUICK_POP;
634
626
  exports.CLS_INLINE_POP = ej2Richtexteditor.CLS_INLINE_POP;
@@ -690,9 +682,6 @@ exports.CLS_FORMATS_TB_BTN = ej2Richtexteditor.CLS_FORMATS_TB_BTN;
690
682
  exports.CLS_FONT_NAME_TB_BTN = ej2Richtexteditor.CLS_FONT_NAME_TB_BTN;
691
683
  exports.CLS_FONT_SIZE_TB_BTN = ej2Richtexteditor.CLS_FONT_SIZE_TB_BTN;
692
684
  exports.CLS_ALIGN_TB_BTN = ej2Richtexteditor.CLS_ALIGN_TB_BTN;
693
- exports.CLS_BORDER_STYLE_BTN = ej2Richtexteditor.CLS_BORDER_STYLE_BTN;
694
- exports.CLS_BORDERCOLOR_COLORPICKER = ej2Richtexteditor.CLS_BORDERCOLOR_COLORPICKER;
695
- exports.CLS_TABLE_BGCOLOR_COLORPICKER = ej2Richtexteditor.CLS_TABLE_BGCOLOR_COLORPICKER;
696
685
  exports.CLS_FONT_COLORPICKER = ej2Richtexteditor.CLS_FONT_COLORPICKER;
697
686
  exports.CLS_BACKGROUND_COLORPICKER = ej2Richtexteditor.CLS_BACKGROUND_COLORPICKER;
698
687
  exports.CLS_NUMBERFORMATLIST_DROPDOWN = ej2Richtexteditor.CLS_NUMBERFORMATLIST_DROPDOWN;
@@ -700,6 +689,14 @@ exports.CLS_BULLETFORMATLIST_DROPDOWN = ej2Richtexteditor.CLS_BULLETFORMATLIST_D
700
689
  exports.CLS_DROPDOWN = ej2Richtexteditor.CLS_DROPDOWN;
701
690
  exports.CLS_COLOR_PALETTE = ej2Richtexteditor.CLS_COLOR_PALETTE;
702
691
  exports.CLS_RTE_READONLY = ej2Richtexteditor.CLS_RTE_READONLY;
692
+ exports.CLS_TABLE_SEL = ej2Richtexteditor.CLS_TABLE_SEL;
693
+ exports.CLS_TABLE_SEL_END = ej2Richtexteditor.CLS_TABLE_SEL_END;
694
+ exports.CLS_TABLE_MULTI_CELL = ej2Richtexteditor.CLS_TABLE_MULTI_CELL;
695
+ exports.CLS_TB_DASH_BOR = ej2Richtexteditor.CLS_TB_DASH_BOR;
696
+ exports.CLS_TB_ALT_BOR = ej2Richtexteditor.CLS_TB_ALT_BOR;
697
+ exports.CLS_TB_COL_RES = ej2Richtexteditor.CLS_TB_COL_RES;
698
+ exports.CLS_TB_ROW_RES = ej2Richtexteditor.CLS_TB_ROW_RES;
699
+ exports.CLS_TB_BOX_RES = ej2Richtexteditor.CLS_TB_BOX_RES;
703
700
  exports.CLS_RTE_HIDDEN = ej2Richtexteditor.CLS_RTE_HIDDEN;
704
701
  exports.CLS_RTE_PASTE_KEEP_FORMAT = ej2Richtexteditor.CLS_RTE_PASTE_KEEP_FORMAT;
705
702
  exports.CLS_RTE_PASTE_REMOVE_FORMAT = ej2Richtexteditor.CLS_RTE_PASTE_REMOVE_FORMAT;
@@ -710,11 +707,15 @@ exports.CLS_RTE_DIALOG_MIN_HEIGHT = ej2Richtexteditor.CLS_RTE_DIALOG_MIN_HEIGHT;
710
707
  exports.CLS_RTE_RES_HANDLE = ej2Richtexteditor.CLS_RTE_RES_HANDLE;
711
708
  exports.CLS_RTE_RES_EAST = ej2Richtexteditor.CLS_RTE_RES_EAST;
712
709
  exports.CLS_RTE_IMAGE = ej2Richtexteditor.CLS_RTE_IMAGE;
710
+ exports.CLS_RESIZE = ej2Richtexteditor.CLS_RESIZE;
711
+ exports.CLS_IMG_FOCUS = ej2Richtexteditor.CLS_IMG_FOCUS;
712
+ exports.CLS_AUD_FOCUS = ej2Richtexteditor.CLS_AUD_FOCUS;
713
+ exports.CLS_VID_FOCUS = ej2Richtexteditor.CLS_VID_FOCUS;
714
+ exports.CLS_RTE_DRAG_IMAGE = ej2Richtexteditor.CLS_RTE_DRAG_IMAGE;
713
715
  exports.CLS_RTE_UPLOAD_POPUP = ej2Richtexteditor.CLS_RTE_UPLOAD_POPUP;
714
716
  exports.CLS_POPUP_OPEN = ej2Richtexteditor.CLS_POPUP_OPEN;
715
717
  exports.CLS_POPUP_CLOSE = ej2Richtexteditor.CLS_POPUP_CLOSE;
716
718
  exports.CLS_IMG_RESIZE = ej2Richtexteditor.CLS_IMG_RESIZE;
717
- exports.CLS_VID_RESIZE = ej2Richtexteditor.CLS_VID_RESIZE;
718
719
  exports.CLS_DROPAREA = ej2Richtexteditor.CLS_DROPAREA;
719
720
  exports.CLS_IMG_INNER = ej2Richtexteditor.CLS_IMG_INNER;
720
721
  exports.CLS_UPLOAD_FILES = ej2Richtexteditor.CLS_UPLOAD_FILES;
@@ -724,16 +725,15 @@ exports.CLS_CUSTOM_TILE = ej2Richtexteditor.CLS_CUSTOM_TILE;
724
725
  exports.CLS_NOCOLOR_ITEM = ej2Richtexteditor.CLS_NOCOLOR_ITEM;
725
726
  exports.CLS_TABLE = ej2Richtexteditor.CLS_TABLE;
726
727
  exports.CLS_TABLE_BORDER = ej2Richtexteditor.CLS_TABLE_BORDER;
728
+ exports.CLS_RTE_TABLE_RESIZE = ej2Richtexteditor.CLS_RTE_TABLE_RESIZE;
727
729
  exports.CLS_RTE_FIXED_TB_EXPAND = ej2Richtexteditor.CLS_RTE_FIXED_TB_EXPAND;
728
730
  exports.CLS_RTE_TB_ENABLED = ej2Richtexteditor.CLS_RTE_TB_ENABLED;
729
731
  exports.CLS_RTE_RES_WEST = ej2Richtexteditor.CLS_RTE_RES_WEST;
730
732
  exports.CLS_RTE_SOURCE_CODE_TXTAREA = ej2Richtexteditor.CLS_RTE_SOURCE_CODE_TXTAREA;
731
- exports.CLS_RTE_IMAGE_UPLOAD_POPUP = ej2Richtexteditor.CLS_RTE_IMAGE_UPLOAD_POPUP;
732
- exports.CLS_RTE_VIDEO_UPLOAD_POPUP = ej2Richtexteditor.CLS_RTE_VIDEO_UPLOAD_POPUP;
733
- exports.CLS_RTE_AUDIO_UPLOAD_POPUP = ej2Richtexteditor.CLS_RTE_AUDIO_UPLOAD_POPUP;
734
733
  exports.getIndex = ej2Richtexteditor.getIndex;
735
734
  exports.hasClass = ej2Richtexteditor.hasClass;
736
735
  exports.getDropDownValue = ej2Richtexteditor.getDropDownValue;
736
+ exports.isIDevice = ej2Richtexteditor.isIDevice;
737
737
  exports.getFormattedFontSize = ej2Richtexteditor.getFormattedFontSize;
738
738
  exports.pageYOffset = ej2Richtexteditor.pageYOffset;
739
739
  exports.getTooltipText = ej2Richtexteditor.getTooltipText;
@@ -747,13 +747,16 @@ exports.parseHtml = ej2Richtexteditor.parseHtml;
747
747
  exports.getTextNodesUnder = ej2Richtexteditor.getTextNodesUnder;
748
748
  exports.toObjectLowerCase = ej2Richtexteditor.toObjectLowerCase;
749
749
  exports.getEditValue = ej2Richtexteditor.getEditValue;
750
- exports.formatRTEContent = ej2Richtexteditor.formatRTEContent;
750
+ exports.updateTextNode = ej2Richtexteditor.updateTextNode;
751
751
  exports.getDefaultValue = ej2Richtexteditor.getDefaultValue;
752
752
  exports.isEditableValueEmpty = ej2Richtexteditor.isEditableValueEmpty;
753
753
  exports.decode = ej2Richtexteditor.decode;
754
754
  exports.sanitizeHelper = ej2Richtexteditor.sanitizeHelper;
755
755
  exports.parseHelper = ej2Richtexteditor.parseHelper;
756
756
  exports.getLocaleFontFormat = ej2Richtexteditor.getLocaleFontFormat;
757
+ exports.resetContentEditableElements = ej2Richtexteditor.resetContentEditableElements;
758
+ exports.cleanupInternalElements = ej2Richtexteditor.cleanupInternalElements;
759
+ exports.removeSelectionClassStates = ej2Richtexteditor.removeSelectionClassStates;
757
760
  exports.updateDropDownFontFormatLocale = ej2Richtexteditor.updateDropDownFontFormatLocale;
758
761
  exports.ServiceLocator = ej2Richtexteditor.ServiceLocator;
759
762
  exports.RendererFactory = ej2Richtexteditor.RendererFactory;
@@ -891,66 +894,6 @@ exports.DESTROY = ej2Richtexteditor.DESTROY;
891
894
  exports.INTERNAL_DESTROY = ej2Richtexteditor.INTERNAL_DESTROY;
892
895
  exports.CODEBLOCK_INDENTATION = ej2Richtexteditor.CODEBLOCK_INDENTATION;
893
896
  exports.CODEBLOCK_DISABLETOOLBAR = ej2Richtexteditor.CODEBLOCK_DISABLETOOLBAR;
894
- exports.CLS_RTE_TABLE_RESIZE = ej2Richtexteditor.CLS_RTE_TABLE_RESIZE;
895
- exports.CLS_TB_ROW_INSERT = ej2Richtexteditor.CLS_TB_ROW_INSERT;
896
- exports.CLS_TB_COL_INSERT = ej2Richtexteditor.CLS_TB_COL_INSERT;
897
- exports.CLS_TB_DASH_BOR = ej2Richtexteditor.CLS_TB_DASH_BOR;
898
- exports.CLS_TB_ALT_BOR = ej2Richtexteditor.CLS_TB_ALT_BOR;
899
- exports.CLS_TB_COL_RES = ej2Richtexteditor.CLS_TB_COL_RES;
900
- exports.CLS_TB_ROW_RES = ej2Richtexteditor.CLS_TB_ROW_RES;
901
- exports.CLS_TB_BOX_RES = ej2Richtexteditor.CLS_TB_BOX_RES;
902
- exports.CLS_IMG_FOCUS = ej2Richtexteditor.CLS_IMG_FOCUS;
903
- exports.CLS_TABLE_SEL = ej2Richtexteditor.CLS_TABLE_SEL;
904
- exports.CLS_TABLE_SEL_END = ej2Richtexteditor.CLS_TABLE_SEL_END;
905
- exports.CLS_TABLE_MULTI_CELL = ej2Richtexteditor.CLS_TABLE_MULTI_CELL;
906
- exports.CLS_AUD_FOCUS = ej2Richtexteditor.CLS_AUD_FOCUS;
907
- exports.CLS_VID_FOCUS = ej2Richtexteditor.CLS_VID_FOCUS;
908
- exports.CLS_RTE_DRAG_IMAGE = ej2Richtexteditor.CLS_RTE_DRAG_IMAGE;
909
- exports.CLS_RESIZE = ej2Richtexteditor.CLS_RESIZE;
910
- exports.hideTableQuickToolbar = ej2Richtexteditor.hideTableQuickToolbar;
911
- exports.DialogType = ej2Richtexteditor.DialogType;
912
- exports.ToolbarType = ej2Richtexteditor.ToolbarType;
913
- exports.ImageInputSource = ej2Richtexteditor.ImageInputSource;
914
- exports.MediaInputSource = ej2Richtexteditor.MediaInputSource;
915
- exports.isIDevice = ej2Richtexteditor.isIDevice;
916
- exports.setEditFrameFocus = ej2Richtexteditor.setEditFrameFocus;
917
- exports.updateTextNode = ej2Richtexteditor.updateTextNode;
918
- exports.getLastTextNode = ej2Richtexteditor.getLastTextNode;
919
- exports.getDefaultHtmlTbStatus = ej2Richtexteditor.getDefaultHtmlTbStatus;
920
- exports.getDefaultMDTbStatus = ej2Richtexteditor.getDefaultMDTbStatus;
921
- exports.hasAnyFormatting = ej2Richtexteditor.hasAnyFormatting;
922
- exports.nestedListCleanUp = ej2Richtexteditor.nestedListCleanUp;
923
- exports.scrollToCursor = ej2Richtexteditor.scrollToCursor;
924
- exports.insertItemsAtIndex = ej2Richtexteditor.insertItemsAtIndex;
925
- exports.removeClassWithAttr = ej2Richtexteditor.removeClassWithAttr;
926
- exports.getCorrespondingColumns = ej2Richtexteditor.getCorrespondingColumns;
927
- exports.mapCellToMatrixPositions = ej2Richtexteditor.mapCellToMatrixPositions;
928
- exports.getCorrespondingIndex = ej2Richtexteditor.getCorrespondingIndex;
929
- exports.insertColGroupWithSizes = ej2Richtexteditor.insertColGroupWithSizes;
930
- exports.getColGroup = ej2Richtexteditor.getColGroup;
931
- exports.getMaxCellCount = ej2Richtexteditor.getMaxCellCount;
932
- exports.getCellIndex = ej2Richtexteditor.getCellIndex;
933
- exports.convertPixelToPercentage = ej2Richtexteditor.convertPixelToPercentage;
934
- exports.resetContentEditableElements = ej2Richtexteditor.resetContentEditableElements;
935
- exports.cleanupInternalElements = ej2Richtexteditor.cleanupInternalElements;
936
- exports.removeSelectionClassStates = ej2Richtexteditor.removeSelectionClassStates;
937
- exports.getStructuredHtml = ej2Richtexteditor.getStructuredHtml;
938
- exports.isInSet = ej2Richtexteditor.isInSet;
939
- exports.wrapTextAndInlineNodes = ej2Richtexteditor.wrapTextAndInlineNodes;
940
- exports.getNextMeaningfulSibling = ej2Richtexteditor.getNextMeaningfulSibling;
941
- exports.getPreviousMeaningfulSibling = ej2Richtexteditor.getPreviousMeaningfulSibling;
942
- exports.needToWrapLiChild = ej2Richtexteditor.needToWrapLiChild;
943
- exports.cleanHTMLString = ej2Richtexteditor.cleanHTMLString;
944
- exports.convertToBlob = ej2Richtexteditor.convertToBlob;
945
- exports.escaseHtml = ej2Richtexteditor.escaseHtml;
946
- exports.alignmentHtml = ej2Richtexteditor.alignmentHtml;
947
- exports.formatNode = ej2Richtexteditor.formatNode;
948
- exports.openPrintWindow = ej2Richtexteditor.openPrintWindow;
949
- exports.IFRAME_EDITOR_STYLES = ej2Richtexteditor.IFRAME_EDITOR_STYLES;
950
- exports.IFRAME_EDITOR_LIGHT_THEME_STYLES = ej2Richtexteditor.IFRAME_EDITOR_LIGHT_THEME_STYLES;
951
- exports.IFRAME_EDITOR_DARK_THEME_STYLES = ej2Richtexteditor.IFRAME_EDITOR_DARK_THEME_STYLES;
952
- exports.EXPORT_STYLES = ej2Richtexteditor.EXPORT_STYLES;
953
- exports.CustomUserAgentData = ej2Richtexteditor.CustomUserAgentData;
954
897
 
955
898
  Object.defineProperty(exports, '__esModule', { value: true });
956
899