@syncfusion/ej2-angular-richtexteditor 29.2.11-ngcc → 30.1.37-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,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-richtexteditor.umd.js
3
- * version : 29.2.11
3
+ * version : 30.1.37
4
4
  * Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -13,355 +13,364 @@
13
13
  (factory((global['ej2-angular-richtexteditor'] = {}),global.ng.core,global.ng.forms,global.ej2.angular.base,global.ej2.richtexteditor,global.ng.common));
14
14
  }(this, (function (exports,core,forms,ej2AngularBase,ej2Richtexteditor,common) { 'use strict';
15
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 = ['autoSaveOnIdle', 'backgroundColor', 'bulletFormatList', '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', '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'];
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
- _this.registerEvents(outputs);
188
- _this.addTwoWay.call(_this, twoWays);
189
- ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
190
- _this.formContext = new ej2AngularBase.FormBase();
191
- _this.formCompContext = new ej2AngularBase.ComponentBase();
192
- return _this;
193
- }
194
- /**
195
- * @param {?} registerFunction
196
- * @return {?}
197
- */
198
- RichTextEditorComponent.prototype.registerOnChange = function (registerFunction) {
199
- };
200
- /**
201
- * @param {?} registerFunction
202
- * @return {?}
203
- */
204
- RichTextEditorComponent.prototype.registerOnTouched = function (registerFunction) {
205
- };
206
- /**
207
- * @param {?} value
208
- * @return {?}
209
- */
210
- RichTextEditorComponent.prototype.writeValue = function (value) {
211
- };
212
- /**
213
- * @param {?} disabled
214
- * @return {?}
215
- */
216
- RichTextEditorComponent.prototype.setDisabledState = function (disabled) {
217
- };
218
- /**
219
- * @return {?}
220
- */
221
- RichTextEditorComponent.prototype.ngOnInit = function () {
222
- this.formCompContext.ngOnInit(this);
223
- };
224
- /**
225
- * @return {?}
226
- */
227
- RichTextEditorComponent.prototype.ngAfterViewInit = function () {
228
- this.formContext.ngAfterViewInit(this);
229
- };
230
- /**
231
- * @return {?}
232
- */
233
- RichTextEditorComponent.prototype.ngOnDestroy = function () {
234
- this.formCompContext.ngOnDestroy(this);
235
- };
236
- /**
237
- * @return {?}
238
- */
239
- RichTextEditorComponent.prototype.ngAfterContentChecked = function () {
240
- this.formCompContext.ngAfterContentChecked(this);
241
- };
242
- return RichTextEditorComponent;
243
- }(ej2Richtexteditor.RichTextEditor));
244
- exports.RichTextEditorComponent.decorators = [
245
- { type: core.Component, args: [{
246
- selector: 'ejs-richtexteditor',
247
- inputs: inputs,
248
- outputs: outputs,
249
- template: '',
250
- changeDetection: core.ChangeDetectionStrategy.OnPush,
251
- providers: [
252
- {
253
- provide: forms.NG_VALUE_ACCESSOR,
254
- useExisting: core.forwardRef(function () { return RichTextEditorComponent_1; }),
255
- multi: true
256
- }
257
- ],
258
- queries: {}
259
- },] },
260
- ];
261
- /**
262
- * @nocollapse
263
- */
264
- exports.RichTextEditorComponent.ctorParameters = function () { return [
265
- { type: core.ElementRef, },
266
- { type: core.Renderer2, },
267
- { type: core.ViewContainerRef, },
268
- { type: core.Injector, },
269
- { type: core.ChangeDetectorRef, },
270
- ]; };
271
- exports.RichTextEditorComponent.propDecorators = {
272
- 'valueTemplate': [{ type: core.ContentChild, args: ['valueTemplate',] },],
273
- };
274
- __decorate([
275
- ej2AngularBase.Template(),
276
- __metadata("design:type", Object)
277
- ], exports.RichTextEditorComponent.prototype, "valueTemplate", void 0);
278
- exports.RichTextEditorComponent = RichTextEditorComponent_1 = __decorate([
279
- ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase, ej2AngularBase.FormBase]),
280
- __metadata("design:paramtypes", [core.ElementRef,
281
- core.Renderer2,
282
- core.ViewContainerRef,
283
- core.Injector,
284
- core.ChangeDetectorRef])
285
- ], exports.RichTextEditorComponent);
286
- var RichTextEditorComponent_1;
287
- /**
288
- * NgModule definition for the RichTextEditor component.
289
- */
290
- var RichTextEditorModule = /** @class */ (function () {
291
- function RichTextEditorModule() {
292
- }
293
- return RichTextEditorModule;
294
- }());
295
- RichTextEditorModule.decorators = [
296
- { type: core.NgModule, args: [{
297
- imports: [common.CommonModule],
298
- declarations: [
299
- exports.RichTextEditorComponent
300
- ],
301
- exports: [
302
- exports.RichTextEditorComponent
303
- ]
304
- },] },
305
- ];
306
- /**
307
- * @nocollapse
308
- */
309
- RichTextEditorModule.ctorParameters = function () { return []; };
310
- var ToolbarService = { provide: 'RichTextEditorToolbar', useValue: ej2Richtexteditor.Toolbar };
311
- var LinkService = { provide: 'RichTextEditorLink', useValue: ej2Richtexteditor.Link };
312
- var ImageService = { provide: 'RichTextEditorImage', useValue: ej2Richtexteditor.Image };
313
- var ImportExportService = { provide: 'RichTextEditorImportExport', useValue: ej2Richtexteditor.ImportExport };
314
- var AudioService = { provide: 'RichTextEditorAudio', useValue: ej2Richtexteditor.Audio };
315
- var VideoService = { provide: 'RichTextEditorVideo', useValue: ej2Richtexteditor.Video };
316
- var CountService = { provide: 'RichTextEditorCount', useValue: ej2Richtexteditor.Count };
317
- var QuickToolbarService = { provide: 'RichTextEditorQuickToolbar', useValue: ej2Richtexteditor.QuickToolbar };
318
- var HtmlEditorService = { provide: 'RichTextEditorHtmlEditor', useValue: ej2Richtexteditor.HtmlEditor };
319
- var MarkdownEditorService = { provide: 'RichTextEditorMarkdownEditor', useValue: ej2Richtexteditor.MarkdownEditor };
320
- var TableService = { provide: 'RichTextEditorTable', useValue: ej2Richtexteditor.Table };
321
- var PasteCleanupService = { provide: 'RichTextEditorPasteCleanup', useValue: ej2Richtexteditor.PasteCleanup };
322
- var ResizeService = { provide: 'RichTextEditorResize', useValue: ej2Richtexteditor.Resize };
323
- var FileManagerService = { provide: 'RichTextEditorFileManager', useValue: ej2Richtexteditor.FileManager };
324
- var FormatPainterService = { provide: 'RichTextEditorFormatPainter', useValue: ej2Richtexteditor.FormatPainter };
325
- var EmojiPickerService = { provide: 'RichTextEditorEmojiPicker', useValue: ej2Richtexteditor.EmojiPicker };
326
- var SlashMenuService = { provide: 'RichTextEditorSlashMenu', useValue: ej2Richtexteditor.SlashMenu };
327
- /**
328
- * NgModule definition for the RichTextEditor component with providers.
329
- */
330
- var RichTextEditorAllModule = /** @class */ (function () {
331
- function RichTextEditorAllModule() {
332
- }
333
- return RichTextEditorAllModule;
334
- }());
335
- RichTextEditorAllModule.decorators = [
336
- { type: core.NgModule, args: [{
337
- imports: [common.CommonModule, RichTextEditorModule],
338
- exports: [
339
- RichTextEditorModule
340
- ],
341
- providers: [
342
- ToolbarService,
343
- LinkService,
344
- ImageService,
345
- ImportExportService,
346
- AudioService,
347
- VideoService,
348
- CountService,
349
- QuickToolbarService,
350
- HtmlEditorService,
351
- MarkdownEditorService,
352
- TableService,
353
- PasteCleanupService,
354
- ResizeService,
355
- FileManagerService,
356
- FormatPainterService,
357
- EmojiPickerService,
358
- SlashMenuService
359
- ]
360
- },] },
361
- ];
362
- /**
363
- * @nocollapse
364
- */
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', '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'];
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
+ */
365
374
  RichTextEditorAllModule.ctorParameters = function () { return []; };
366
375
 
367
376
  exports.RichTextEditorModule = RichTextEditorModule;
@@ -383,6 +392,7 @@ exports.FileManagerService = FileManagerService;
383
392
  exports.FormatPainterService = FormatPainterService;
384
393
  exports.EmojiPickerService = EmojiPickerService;
385
394
  exports.SlashMenuService = SlashMenuService;
395
+ exports.CodeBlockService = CodeBlockService;
386
396
  exports.ɵa = inputs;
387
397
  exports.ɵb = outputs;
388
398
  exports.Toolbar = ej2Richtexteditor.Toolbar;
@@ -408,6 +418,7 @@ exports.XhtmlValidation = ej2Richtexteditor.XhtmlValidation;
408
418
  exports.FormatPainter = ej2Richtexteditor.FormatPainter;
409
419
  exports.EmojiPicker = ej2Richtexteditor.EmojiPicker;
410
420
  exports.ImportExport = ej2Richtexteditor.ImportExport;
421
+ exports.CodeBlock = ej2Richtexteditor.CodeBlock;
411
422
  exports.HTMLFormatter = ej2Richtexteditor.HTMLFormatter;
412
423
  exports.Formatter = ej2Richtexteditor.Formatter;
413
424
  exports.MarkdownFormatter = ej2Richtexteditor.MarkdownFormatter;
@@ -423,13 +434,10 @@ exports.Table = ej2Richtexteditor.Table;
423
434
  exports.DialogRenderer = ej2Richtexteditor.DialogRenderer;
424
435
  exports.IframeContentRender = ej2Richtexteditor.IframeContentRender;
425
436
  exports.MarkdownRender = ej2Richtexteditor.MarkdownRender;
426
- exports.PopupRenderer = ej2Richtexteditor.PopupRenderer;
437
+ exports.QuickPopupRenderer = ej2Richtexteditor.QuickPopupRenderer;
427
438
  exports.SlashMenu = ej2Richtexteditor.SlashMenu;
428
439
  exports.RichTextEditor = ej2Richtexteditor.RichTextEditor;
429
440
  exports.RenderType = ej2Richtexteditor.RenderType;
430
- exports.ToolbarType = ej2Richtexteditor.ToolbarType;
431
- exports.DialogType = ej2Richtexteditor.DialogType;
432
- exports.ImageInputSource = ej2Richtexteditor.ImageInputSource;
433
441
  exports.executeGroup = ej2Richtexteditor.executeGroup;
434
442
  exports.created = ej2Richtexteditor.created;
435
443
  exports.destroyed = ej2Richtexteditor.destroyed;
@@ -454,6 +462,7 @@ exports.keyUp = ej2Richtexteditor.keyUp;
454
462
  exports.keyDown = ej2Richtexteditor.keyDown;
455
463
  exports.onImport = ej2Richtexteditor.onImport;
456
464
  exports.onExport = ej2Richtexteditor.onExport;
465
+ exports.onCodeBlock = ej2Richtexteditor.onCodeBlock;
457
466
  exports.mouseUp = ej2Richtexteditor.mouseUp;
458
467
  exports.toolbarCreated = ej2Richtexteditor.toolbarCreated;
459
468
  exports.toolbarRenderComplete = ej2Richtexteditor.toolbarRenderComplete;
@@ -520,9 +529,12 @@ exports.selectRange = ej2Richtexteditor.selectRange;
520
529
  exports.getSelectedHtml = ej2Richtexteditor.getSelectedHtml;
521
530
  exports.renderInlineToolbar = ej2Richtexteditor.renderInlineToolbar;
522
531
  exports.paste = ej2Richtexteditor.paste;
532
+ exports.codeBlockPaste = ej2Richtexteditor.codeBlockPaste;
533
+ exports.codeBlockEnter = ej2Richtexteditor.codeBlockEnter;
523
534
  exports.imgModule = ej2Richtexteditor.imgModule;
524
535
  exports.rtlMode = ej2Richtexteditor.rtlMode;
525
536
  exports.createTable = ej2Richtexteditor.createTable;
537
+ exports.updateProperty = ej2Richtexteditor.updateProperty;
526
538
  exports.docClick = ej2Richtexteditor.docClick;
527
539
  exports.tableToolbarAction = ej2Richtexteditor.tableToolbarAction;
528
540
  exports.checkUndo = ej2Richtexteditor.checkUndo;
@@ -531,7 +543,6 @@ exports.pasteClean = ej2Richtexteditor.pasteClean;
531
543
  exports.enterHandler = ej2Richtexteditor.enterHandler;
532
544
  exports.beforeDialogOpen = ej2Richtexteditor.beforeDialogOpen;
533
545
  exports.clearDialogObj = ej2Richtexteditor.clearDialogObj;
534
- exports.hideTableQuickToolbar = ej2Richtexteditor.hideTableQuickToolbar;
535
546
  exports.dialogOpen = ej2Richtexteditor.dialogOpen;
536
547
  exports.beforeDialogClose = ej2Richtexteditor.beforeDialogClose;
537
548
  exports.dialogClose = ej2Richtexteditor.dialogClose;
@@ -584,6 +595,7 @@ exports.afterKeyDown = ej2Richtexteditor.afterKeyDown;
584
595
  exports.updateValueOnIdle = ej2Richtexteditor.updateValueOnIdle;
585
596
  exports.documentClickClosedBy = ej2Richtexteditor.documentClickClosedBy;
586
597
  exports.showColorPicker = ej2Richtexteditor.showColorPicker;
598
+ exports.showDropDown = ej2Richtexteditor.showDropDown;
587
599
  exports.closeTooltip = ej2Richtexteditor.closeTooltip;
588
600
  exports.autoResize = ej2Richtexteditor.autoResize;
589
601
  exports.blockEmptyNodes = ej2Richtexteditor.blockEmptyNodes;
@@ -599,6 +611,7 @@ exports.CLS_DISABLED = ej2Richtexteditor.CLS_DISABLED;
599
611
  exports.CLS_SCRIPT_SHEET = ej2Richtexteditor.CLS_SCRIPT_SHEET;
600
612
  exports.CLS_STYLE_SHEET = ej2Richtexteditor.CLS_STYLE_SHEET;
601
613
  exports.CLS_RTE_CONTAINER = ej2Richtexteditor.CLS_RTE_CONTAINER;
614
+ exports.CLS_RTE_IFRAME_CONTENT = ej2Richtexteditor.CLS_RTE_IFRAME_CONTENT;
602
615
  exports.CLS_TOOLBAR = ej2Richtexteditor.CLS_TOOLBAR;
603
616
  exports.CLS_TB_FIXED = ej2Richtexteditor.CLS_TB_FIXED;
604
617
  exports.CLS_TB_FLOAT = ej2Richtexteditor.CLS_TB_FLOAT;
@@ -608,13 +621,17 @@ exports.CLS_RTE_EXPAND_TB = ej2Richtexteditor.CLS_RTE_EXPAND_TB;
608
621
  exports.CLS_FULL_SCREEN = ej2Richtexteditor.CLS_FULL_SCREEN;
609
622
  exports.CLS_QUICK_TB = ej2Richtexteditor.CLS_QUICK_TB;
610
623
  exports.CLS_TEXT_QUICK_TB = ej2Richtexteditor.CLS_TEXT_QUICK_TB;
611
- exports.CLS_POP = ej2Richtexteditor.CLS_POP;
624
+ exports.CLS_IMG_QUICK_TB = ej2Richtexteditor.CLS_IMG_QUICK_TB;
625
+ exports.CLS_AUDIO_QUICK_TB = ej2Richtexteditor.CLS_AUDIO_QUICK_TB;
626
+ exports.CLS_VIDEO_QUICK_TB = ej2Richtexteditor.CLS_VIDEO_QUICK_TB;
627
+ exports.CLS_TABLE_QUICK_TB = ej2Richtexteditor.CLS_TABLE_QUICK_TB;
628
+ exports.CLS_LINK_QUICK_TB = ej2Richtexteditor.CLS_LINK_QUICK_TB;
612
629
  exports.CLS_TB_STATIC = ej2Richtexteditor.CLS_TB_STATIC;
613
630
  exports.CLS_QUICK_POP = ej2Richtexteditor.CLS_QUICK_POP;
614
- exports.CLS_QUICK_DROPDOWN = ej2Richtexteditor.CLS_QUICK_DROPDOWN;
615
- exports.CLS_IMAGE_POP = ej2Richtexteditor.CLS_IMAGE_POP;
616
- exports.CLS_TEXT_POP = ej2Richtexteditor.CLS_TEXT_POP;
617
631
  exports.CLS_INLINE_POP = ej2Richtexteditor.CLS_INLINE_POP;
632
+ exports.CLS_QUICK_TBAR_TIP_POINTER = ej2Richtexteditor.CLS_QUICK_TBAR_TIP_POINTER;
633
+ exports.CLS_QUICK_DROPDOWN = ej2Richtexteditor.CLS_QUICK_DROPDOWN;
634
+ exports.CLS_INLINE_TOOLBAR = ej2Richtexteditor.CLS_INLINE_TOOLBAR;
618
635
  exports.CLS_INLINE_DROPDOWN = ej2Richtexteditor.CLS_INLINE_DROPDOWN;
619
636
  exports.CLS_DROPDOWN_POPUP = ej2Richtexteditor.CLS_DROPDOWN_POPUP;
620
637
  exports.CLS_DROPDOWN_ICONS = ej2Richtexteditor.CLS_DROPDOWN_ICONS;
@@ -658,32 +675,25 @@ exports.CLS_ACTIVE = ej2Richtexteditor.CLS_ACTIVE;
658
675
  exports.CLS_EXPAND_OPEN = ej2Richtexteditor.CLS_EXPAND_OPEN;
659
676
  exports.CLS_RTE_ELEMENTS = ej2Richtexteditor.CLS_RTE_ELEMENTS;
660
677
  exports.CLS_TB_BTN = ej2Richtexteditor.CLS_TB_BTN;
678
+ exports.CLS_DROPDOWN_MENU = ej2Richtexteditor.CLS_DROPDOWN_MENU;
661
679
  exports.CLS_HR_SEPARATOR = ej2Richtexteditor.CLS_HR_SEPARATOR;
662
680
  exports.CLS_TB_IOS_FIX = ej2Richtexteditor.CLS_TB_IOS_FIX;
663
681
  exports.CLS_LIST_PRIMARY_CONTENT = ej2Richtexteditor.CLS_LIST_PRIMARY_CONTENT;
664
682
  exports.CLS_NUMBERFORMATLIST_TB_BTN = ej2Richtexteditor.CLS_NUMBERFORMATLIST_TB_BTN;
665
683
  exports.CLS_BULLETFORMATLIST_TB_BTN = ej2Richtexteditor.CLS_BULLETFORMATLIST_TB_BTN;
684
+ exports.CLS_CODEBLOCK_TB_BTN = ej2Richtexteditor.CLS_CODEBLOCK_TB_BTN;
685
+ exports.CLS_CODEBLOCK_TB_BTN_ICON = ej2Richtexteditor.CLS_CODEBLOCK_TB_BTN_ICON;
666
686
  exports.CLS_FORMATS_TB_BTN = ej2Richtexteditor.CLS_FORMATS_TB_BTN;
667
687
  exports.CLS_FONT_NAME_TB_BTN = ej2Richtexteditor.CLS_FONT_NAME_TB_BTN;
668
688
  exports.CLS_FONT_SIZE_TB_BTN = ej2Richtexteditor.CLS_FONT_SIZE_TB_BTN;
669
689
  exports.CLS_ALIGN_TB_BTN = ej2Richtexteditor.CLS_ALIGN_TB_BTN;
670
- exports.CLS_FONT_COLOR_TARGET = ej2Richtexteditor.CLS_FONT_COLOR_TARGET;
671
- exports.CLS_BACKGROUND_COLOR_TARGET = ej2Richtexteditor.CLS_BACKGROUND_COLOR_TARGET;
672
- exports.CLS_COLOR_CONTENT = ej2Richtexteditor.CLS_COLOR_CONTENT;
673
- exports.CLS_FONT_COLOR_DROPDOWN = ej2Richtexteditor.CLS_FONT_COLOR_DROPDOWN;
674
- exports.CLS_BACKGROUND_COLOR_DROPDOWN = ej2Richtexteditor.CLS_BACKGROUND_COLOR_DROPDOWN;
690
+ exports.CLS_FONT_COLORPICKER = ej2Richtexteditor.CLS_FONT_COLORPICKER;
691
+ exports.CLS_BACKGROUND_COLORPICKER = ej2Richtexteditor.CLS_BACKGROUND_COLORPICKER;
692
+ exports.CLS_NUMBERFORMATLIST_DROPDOWN = ej2Richtexteditor.CLS_NUMBERFORMATLIST_DROPDOWN;
693
+ exports.CLS_BULLETFORMATLIST_DROPDOWN = ej2Richtexteditor.CLS_BULLETFORMATLIST_DROPDOWN;
694
+ exports.CLS_DROPDOWN = ej2Richtexteditor.CLS_DROPDOWN;
675
695
  exports.CLS_COLOR_PALETTE = ej2Richtexteditor.CLS_COLOR_PALETTE;
676
- exports.CLS_FONT_COLOR_PICKER = ej2Richtexteditor.CLS_FONT_COLOR_PICKER;
677
- exports.CLS_BACKGROUND_COLOR_PICKER = ej2Richtexteditor.CLS_BACKGROUND_COLOR_PICKER;
678
696
  exports.CLS_RTE_READONLY = ej2Richtexteditor.CLS_RTE_READONLY;
679
- exports.CLS_TABLE_SEL = ej2Richtexteditor.CLS_TABLE_SEL;
680
- exports.CLS_TABLE_SEL_END = ej2Richtexteditor.CLS_TABLE_SEL_END;
681
- exports.CLS_TABLE_MULTI_CELL = ej2Richtexteditor.CLS_TABLE_MULTI_CELL;
682
- exports.CLS_TB_DASH_BOR = ej2Richtexteditor.CLS_TB_DASH_BOR;
683
- exports.CLS_TB_ALT_BOR = ej2Richtexteditor.CLS_TB_ALT_BOR;
684
- exports.CLS_TB_COL_RES = ej2Richtexteditor.CLS_TB_COL_RES;
685
- exports.CLS_TB_ROW_RES = ej2Richtexteditor.CLS_TB_ROW_RES;
686
- exports.CLS_TB_BOX_RES = ej2Richtexteditor.CLS_TB_BOX_RES;
687
697
  exports.CLS_RTE_HIDDEN = ej2Richtexteditor.CLS_RTE_HIDDEN;
688
698
  exports.CLS_RTE_PASTE_KEEP_FORMAT = ej2Richtexteditor.CLS_RTE_PASTE_KEEP_FORMAT;
689
699
  exports.CLS_RTE_PASTE_REMOVE_FORMAT = ej2Richtexteditor.CLS_RTE_PASTE_REMOVE_FORMAT;
@@ -694,13 +704,9 @@ exports.CLS_RTE_DIALOG_MIN_HEIGHT = ej2Richtexteditor.CLS_RTE_DIALOG_MIN_HEIGHT;
694
704
  exports.CLS_RTE_RES_HANDLE = ej2Richtexteditor.CLS_RTE_RES_HANDLE;
695
705
  exports.CLS_RTE_RES_EAST = ej2Richtexteditor.CLS_RTE_RES_EAST;
696
706
  exports.CLS_RTE_IMAGE = ej2Richtexteditor.CLS_RTE_IMAGE;
697
- exports.CLS_RESIZE = ej2Richtexteditor.CLS_RESIZE;
698
- exports.CLS_IMG_FOCUS = ej2Richtexteditor.CLS_IMG_FOCUS;
699
- exports.CLS_AUD_FOCUS = ej2Richtexteditor.CLS_AUD_FOCUS;
700
- exports.CLS_VID_FOCUS = ej2Richtexteditor.CLS_VID_FOCUS;
701
- exports.CLS_RTE_DRAG_IMAGE = ej2Richtexteditor.CLS_RTE_DRAG_IMAGE;
702
707
  exports.CLS_RTE_UPLOAD_POPUP = ej2Richtexteditor.CLS_RTE_UPLOAD_POPUP;
703
708
  exports.CLS_POPUP_OPEN = ej2Richtexteditor.CLS_POPUP_OPEN;
709
+ exports.CLS_POPUP_CLOSE = ej2Richtexteditor.CLS_POPUP_CLOSE;
704
710
  exports.CLS_IMG_RESIZE = ej2Richtexteditor.CLS_IMG_RESIZE;
705
711
  exports.CLS_DROPAREA = ej2Richtexteditor.CLS_DROPAREA;
706
712
  exports.CLS_IMG_INNER = ej2Richtexteditor.CLS_IMG_INNER;
@@ -711,16 +717,13 @@ exports.CLS_CUSTOM_TILE = ej2Richtexteditor.CLS_CUSTOM_TILE;
711
717
  exports.CLS_NOCOLOR_ITEM = ej2Richtexteditor.CLS_NOCOLOR_ITEM;
712
718
  exports.CLS_TABLE = ej2Richtexteditor.CLS_TABLE;
713
719
  exports.CLS_TABLE_BORDER = ej2Richtexteditor.CLS_TABLE_BORDER;
714
- exports.CLS_RTE_TABLE_RESIZE = ej2Richtexteditor.CLS_RTE_TABLE_RESIZE;
715
720
  exports.CLS_RTE_FIXED_TB_EXPAND = ej2Richtexteditor.CLS_RTE_FIXED_TB_EXPAND;
716
721
  exports.CLS_RTE_TB_ENABLED = ej2Richtexteditor.CLS_RTE_TB_ENABLED;
717
722
  exports.CLS_RTE_RES_WEST = ej2Richtexteditor.CLS_RTE_RES_WEST;
718
723
  exports.CLS_RTE_SOURCE_CODE_TXTAREA = ej2Richtexteditor.CLS_RTE_SOURCE_CODE_TXTAREA;
719
- exports.ALLOWED_ACTIONKEYS = ej2Richtexteditor.ALLOWED_ACTIONKEYS;
720
724
  exports.getIndex = ej2Richtexteditor.getIndex;
721
725
  exports.hasClass = ej2Richtexteditor.hasClass;
722
726
  exports.getDropDownValue = ej2Richtexteditor.getDropDownValue;
723
- exports.isIDevice = ej2Richtexteditor.isIDevice;
724
727
  exports.getFormattedFontSize = ej2Richtexteditor.getFormattedFontSize;
725
728
  exports.pageYOffset = ej2Richtexteditor.pageYOffset;
726
729
  exports.getTooltipText = ej2Richtexteditor.getTooltipText;
@@ -734,17 +737,13 @@ exports.parseHtml = ej2Richtexteditor.parseHtml;
734
737
  exports.getTextNodesUnder = ej2Richtexteditor.getTextNodesUnder;
735
738
  exports.toObjectLowerCase = ej2Richtexteditor.toObjectLowerCase;
736
739
  exports.getEditValue = ej2Richtexteditor.getEditValue;
737
- exports.updateTextNode = ej2Richtexteditor.updateTextNode;
740
+ exports.formatRTEContent = ej2Richtexteditor.formatRTEContent;
738
741
  exports.getDefaultValue = ej2Richtexteditor.getDefaultValue;
739
742
  exports.isEditableValueEmpty = ej2Richtexteditor.isEditableValueEmpty;
740
743
  exports.decode = ej2Richtexteditor.decode;
741
744
  exports.sanitizeHelper = ej2Richtexteditor.sanitizeHelper;
742
745
  exports.parseHelper = ej2Richtexteditor.parseHelper;
743
- exports.convertToBlob = ej2Richtexteditor.convertToBlob;
744
746
  exports.getLocaleFontFormat = ej2Richtexteditor.getLocaleFontFormat;
745
- exports.resetContentEditableElements = ej2Richtexteditor.resetContentEditableElements;
746
- exports.cleanupInternalElements = ej2Richtexteditor.cleanupInternalElements;
747
- exports.removeSelectionClassStates = ej2Richtexteditor.removeSelectionClassStates;
748
747
  exports.updateDropDownFontFormatLocale = ej2Richtexteditor.updateDropDownFontFormatLocale;
749
748
  exports.ServiceLocator = ej2Richtexteditor.ServiceLocator;
750
749
  exports.RendererFactory = ej2Richtexteditor.RendererFactory;
@@ -764,8 +763,7 @@ exports.TABLE_VERTICAL_ALIGN = ej2Richtexteditor.TABLE_VERTICAL_ALIGN;
764
763
  exports.TABLE_MERGE = ej2Richtexteditor.TABLE_MERGE;
765
764
  exports.TABLE_VERTICAL_SPLIT = ej2Richtexteditor.TABLE_VERTICAL_SPLIT;
766
765
  exports.TABLE_HORIZONTAL_SPLIT = ej2Richtexteditor.TABLE_HORIZONTAL_SPLIT;
767
- exports.TABLE_DASHED = ej2Richtexteditor.TABLE_DASHED;
768
- exports.TABLE_ALTERNATE = ej2Richtexteditor.TABLE_ALTERNATE;
766
+ exports.TABLE_STYLES = ej2Richtexteditor.TABLE_STYLES;
769
767
  exports.TABLE_BACKGROUND_COLOR = ej2Richtexteditor.TABLE_BACKGROUND_COLOR;
770
768
  exports.TABLE_MOVE = ej2Richtexteditor.TABLE_MOVE;
771
769
  exports.ALIGNMENT_TYPE = ej2Richtexteditor.ALIGNMENT_TYPE;
@@ -831,6 +829,9 @@ exports.statusCollection = ej2Richtexteditor.statusCollection;
831
829
  exports.ToolbarStatus = ej2Richtexteditor.ToolbarStatus;
832
830
  exports.FormatPainterActions = ej2Richtexteditor.FormatPainterActions;
833
831
  exports.EmojiPickerAction = ej2Richtexteditor.EmojiPickerAction;
832
+ exports.CodeBlockPlugin = ej2Richtexteditor.CodeBlockPlugin;
833
+ exports.PasteCleanupAction = ej2Richtexteditor.PasteCleanupAction;
834
+ exports.TablePasting = ej2Richtexteditor.TablePasting;
834
835
  exports.NodeSelection = ej2Richtexteditor.NodeSelection;
835
836
  exports.MarkdownParser = ej2Richtexteditor.MarkdownParser;
836
837
  exports.LISTS_COMMAND = ej2Richtexteditor.LISTS_COMMAND;
@@ -857,11 +858,13 @@ exports.listConversionFilters = ej2Richtexteditor.listConversionFilters;
857
858
  exports.selfClosingTags = ej2Richtexteditor.selfClosingTags;
858
859
  exports.imageResizeFactor = ej2Richtexteditor.imageResizeFactor;
859
860
  exports.mentionRestrictKeys = ej2Richtexteditor.mentionRestrictKeys;
861
+ exports.TABLE_SELECTION_STATE_ALLOWED_ACTIONKEYS = ej2Richtexteditor.TABLE_SELECTION_STATE_ALLOWED_ACTIONKEYS;
860
862
  exports.KEY_DOWN = ej2Richtexteditor.KEY_DOWN;
861
863
  exports.ACTION = ej2Richtexteditor.ACTION;
862
864
  exports.FORMAT_TYPE = ej2Richtexteditor.FORMAT_TYPE;
863
865
  exports.KEY_DOWN_HANDLER = ej2Richtexteditor.KEY_DOWN_HANDLER;
864
866
  exports.LIST_TYPE = ej2Richtexteditor.LIST_TYPE;
867
+ exports.CODE_BLOCK = ej2Richtexteditor.CODE_BLOCK;
865
868
  exports.KEY_UP_HANDLER = ej2Richtexteditor.KEY_UP_HANDLER;
866
869
  exports.KEY_UP = ej2Richtexteditor.KEY_UP;
867
870
  exports.MODEL_CHANGED_PLUGIN = ej2Richtexteditor.MODEL_CHANGED_PLUGIN;
@@ -876,6 +879,57 @@ exports.EMOJI_PICKER_ACTIONS = ej2Richtexteditor.EMOJI_PICKER_ACTIONS;
876
879
  exports.MOUSE_DOWN = ej2Richtexteditor.MOUSE_DOWN;
877
880
  exports.DESTROY = ej2Richtexteditor.DESTROY;
878
881
  exports.INTERNAL_DESTROY = ej2Richtexteditor.INTERNAL_DESTROY;
882
+ exports.CODEBLOCK_INDENTATION = ej2Richtexteditor.CODEBLOCK_INDENTATION;
883
+ exports.CODEBLOCK_DISABLETOOLBAR = ej2Richtexteditor.CODEBLOCK_DISABLETOOLBAR;
884
+ exports.CLS_RTE_TABLE_RESIZE = ej2Richtexteditor.CLS_RTE_TABLE_RESIZE;
885
+ exports.CLS_TB_DASH_BOR = ej2Richtexteditor.CLS_TB_DASH_BOR;
886
+ exports.CLS_TB_ALT_BOR = ej2Richtexteditor.CLS_TB_ALT_BOR;
887
+ exports.CLS_TB_COL_RES = ej2Richtexteditor.CLS_TB_COL_RES;
888
+ exports.CLS_TB_ROW_RES = ej2Richtexteditor.CLS_TB_ROW_RES;
889
+ exports.CLS_TB_BOX_RES = ej2Richtexteditor.CLS_TB_BOX_RES;
890
+ exports.CLS_IMG_FOCUS = ej2Richtexteditor.CLS_IMG_FOCUS;
891
+ exports.CLS_TABLE_SEL = ej2Richtexteditor.CLS_TABLE_SEL;
892
+ exports.CLS_TABLE_SEL_END = ej2Richtexteditor.CLS_TABLE_SEL_END;
893
+ exports.CLS_TABLE_MULTI_CELL = ej2Richtexteditor.CLS_TABLE_MULTI_CELL;
894
+ exports.CLS_AUD_FOCUS = ej2Richtexteditor.CLS_AUD_FOCUS;
895
+ exports.CLS_VID_FOCUS = ej2Richtexteditor.CLS_VID_FOCUS;
896
+ exports.CLS_RTE_DRAG_IMAGE = ej2Richtexteditor.CLS_RTE_DRAG_IMAGE;
897
+ exports.CLS_RESIZE = ej2Richtexteditor.CLS_RESIZE;
898
+ exports.hideTableQuickToolbar = ej2Richtexteditor.hideTableQuickToolbar;
899
+ exports.DialogType = ej2Richtexteditor.DialogType;
900
+ exports.ToolbarType = ej2Richtexteditor.ToolbarType;
901
+ exports.ImageInputSource = ej2Richtexteditor.ImageInputSource;
902
+ exports.isIDevice = ej2Richtexteditor.isIDevice;
903
+ exports.setEditFrameFocus = ej2Richtexteditor.setEditFrameFocus;
904
+ exports.updateTextNode = ej2Richtexteditor.updateTextNode;
905
+ exports.getLastTextNode = ej2Richtexteditor.getLastTextNode;
906
+ exports.getDefaultHtmlTbStatus = ej2Richtexteditor.getDefaultHtmlTbStatus;
907
+ exports.getDefaultMDTbStatus = ej2Richtexteditor.getDefaultMDTbStatus;
908
+ exports.nestedListCleanUp = ej2Richtexteditor.nestedListCleanUp;
909
+ exports.scrollToCursor = ej2Richtexteditor.scrollToCursor;
910
+ exports.insertItemsAtIndex = ej2Richtexteditor.insertItemsAtIndex;
911
+ exports.removeClassWithAttr = ej2Richtexteditor.removeClassWithAttr;
912
+ exports.getCorrespondingColumns = ej2Richtexteditor.getCorrespondingColumns;
913
+ exports.mapCellToMatrixPositions = ej2Richtexteditor.mapCellToMatrixPositions;
914
+ exports.getCorrespondingIndex = ej2Richtexteditor.getCorrespondingIndex;
915
+ exports.insertColGroupWithSizes = ej2Richtexteditor.insertColGroupWithSizes;
916
+ exports.getColGroup = ej2Richtexteditor.getColGroup;
917
+ exports.getMaxCellCount = ej2Richtexteditor.getMaxCellCount;
918
+ exports.getCellIndex = ej2Richtexteditor.getCellIndex;
919
+ exports.convertPixelToPercentage = ej2Richtexteditor.convertPixelToPercentage;
920
+ exports.resetContentEditableElements = ej2Richtexteditor.resetContentEditableElements;
921
+ exports.cleanupInternalElements = ej2Richtexteditor.cleanupInternalElements;
922
+ exports.removeSelectionClassStates = ej2Richtexteditor.removeSelectionClassStates;
923
+ exports.getStructuredHtml = ej2Richtexteditor.getStructuredHtml;
924
+ exports.isInSet = ej2Richtexteditor.isInSet;
925
+ exports.wrapTextAndInlineNodes = ej2Richtexteditor.wrapTextAndInlineNodes;
926
+ exports.cleanHTMLString = ej2Richtexteditor.cleanHTMLString;
927
+ exports.convertToBlob = ej2Richtexteditor.convertToBlob;
928
+ exports.IFRAME_EDITOR_STYLES = ej2Richtexteditor.IFRAME_EDITOR_STYLES;
929
+ exports.IFRAME_EDITOR_LIGHT_THEME_STYLES = ej2Richtexteditor.IFRAME_EDITOR_LIGHT_THEME_STYLES;
930
+ exports.IFRAME_EDITOR_DARK_THEME_STYLES = ej2Richtexteditor.IFRAME_EDITOR_DARK_THEME_STYLES;
931
+ exports.EXPORT_STYLES = ej2Richtexteditor.EXPORT_STYLES;
932
+ exports.CustomUserAgentData = ej2Richtexteditor.CustomUserAgentData;
879
933
 
880
934
  Object.defineProperty(exports, '__esModule', { value: true });
881
935