@syncfusion/ej2-angular-richtexteditor 31.2.18-ngcc → 31.2.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2920 -0
- package/README.md +89 -37
- package/esm2020/public_api.mjs +2 -0
- package/esm2020/src/index.mjs +5 -0
- package/esm2020/src/rich-text-editor/richtexteditor-all.module.mjs +80 -0
- package/esm2020/src/rich-text-editor/richtexteditor.component.mjs +218 -0
- package/esm2020/src/rich-text-editor/richtexteditor.module.mjs +25 -0
- package/esm2020/syncfusion-ej2-angular-richtexteditor.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs +321 -0
- package/fesm2015/syncfusion-ej2-angular-richtexteditor.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs +321 -0
- package/fesm2020/syncfusion-ej2-angular-richtexteditor.mjs.map +1 -0
- package/package.json +20 -7
- package/public_api.d.ts +1 -1
- package/src/index.d.ts +4 -4
- package/src/rich-text-editor/richtexteditor-all.module.d.ts +30 -24
- package/src/rich-text-editor/richtexteditor.component.d.ts +90 -87
- package/src/rich-text-editor/richtexteditor.module.d.ts +11 -5
- package/syncfusion-ej2-angular-richtexteditor.d.ts +5 -0
- package/@syncfusion/ej2-angular-richtexteditor.es5.js +0 -370
- package/@syncfusion/ej2-angular-richtexteditor.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-richtexteditor.js +0 -351
- package/@syncfusion/ej2-angular-richtexteditor.js.map +0 -1
- package/LICENSE +0 -10
- package/dist/ej2-angular-richtexteditor.umd.js +0 -958
- package/dist/ej2-angular-richtexteditor.umd.js.map +0 -1
- package/dist/ej2-angular-richtexteditor.umd.min.js +0 -11
- package/dist/ej2-angular-richtexteditor.umd.min.js.map +0 -1
- package/ej2-angular-richtexteditor.d.ts +0 -5
- package/ej2-angular-richtexteditor.metadata.json +0 -1
|
@@ -1,958 +0,0 @@
|
|
|
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
|
-
(function (global, factory) {
|
|
11
|
-
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
|
-
typeof define === 'function' && define.amd ? define(['exports', '@angular/core', '@angular/forms', '@syncfusion/ej2-angular-base', '@syncfusion/ej2-richtexteditor', '@angular/common'], factory) :
|
|
13
|
-
(factory((global['ej2-angular-richtexteditor'] = {}),global.ng.core,global.ng.forms,global.ej2.angular.base,global.ej2.richtexteditor,global.ng.common));
|
|
14
|
-
}(this, (function (exports,core,forms,ej2AngularBase,ej2Richtexteditor,common) { 'use strict';
|
|
15
|
-
|
|
16
|
-
var __extends = (this && this.__extends) || (function () {
|
|
17
|
-
var extendStatics = Object.setPrototypeOf ||
|
|
18
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
19
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
20
|
-
return function (d, b) {
|
|
21
|
-
extendStatics(d, b);
|
|
22
|
-
function __() { this.constructor = d; }
|
|
23
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
24
|
-
};
|
|
25
|
-
})();
|
|
26
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
27
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
28
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
29
|
-
r = Reflect.decorate(decorators, target, key, desc);
|
|
30
|
-
else
|
|
31
|
-
for (var i = decorators.length - 1; i >= 0; i--)
|
|
32
|
-
if (d = decorators[i])
|
|
33
|
-
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
34
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
35
|
-
};
|
|
36
|
-
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
37
|
-
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
38
|
-
return Reflect.metadata(k, v);
|
|
39
|
-
};
|
|
40
|
-
var inputs = ['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
|
-
*/
|
|
374
|
-
RichTextEditorAllModule.ctorParameters = function () { return []; };
|
|
375
|
-
|
|
376
|
-
exports.RichTextEditorModule = RichTextEditorModule;
|
|
377
|
-
exports.RichTextEditorAllModule = RichTextEditorAllModule;
|
|
378
|
-
exports.ToolbarService = ToolbarService;
|
|
379
|
-
exports.LinkService = LinkService;
|
|
380
|
-
exports.ImageService = ImageService;
|
|
381
|
-
exports.ImportExportService = ImportExportService;
|
|
382
|
-
exports.AudioService = AudioService;
|
|
383
|
-
exports.VideoService = VideoService;
|
|
384
|
-
exports.CountService = CountService;
|
|
385
|
-
exports.QuickToolbarService = QuickToolbarService;
|
|
386
|
-
exports.HtmlEditorService = HtmlEditorService;
|
|
387
|
-
exports.MarkdownEditorService = MarkdownEditorService;
|
|
388
|
-
exports.TableService = TableService;
|
|
389
|
-
exports.PasteCleanupService = PasteCleanupService;
|
|
390
|
-
exports.ResizeService = ResizeService;
|
|
391
|
-
exports.FileManagerService = FileManagerService;
|
|
392
|
-
exports.FormatPainterService = FormatPainterService;
|
|
393
|
-
exports.EmojiPickerService = EmojiPickerService;
|
|
394
|
-
exports.SlashMenuService = SlashMenuService;
|
|
395
|
-
exports.CodeBlockService = CodeBlockService;
|
|
396
|
-
exports.ɵa = inputs;
|
|
397
|
-
exports.ɵb = outputs;
|
|
398
|
-
exports.Toolbar = ej2Richtexteditor.Toolbar;
|
|
399
|
-
exports.KeyboardEvents = ej2Richtexteditor.KeyboardEvents;
|
|
400
|
-
exports.BaseToolbar = ej2Richtexteditor.BaseToolbar;
|
|
401
|
-
exports.BaseQuickToolbar = ej2Richtexteditor.BaseQuickToolbar;
|
|
402
|
-
exports.QuickToolbar = ej2Richtexteditor.QuickToolbar;
|
|
403
|
-
exports.Count = ej2Richtexteditor.Count;
|
|
404
|
-
exports.ColorPickerInput = ej2Richtexteditor.ColorPickerInput;
|
|
405
|
-
exports.MarkdownToolbarStatus = ej2Richtexteditor.MarkdownToolbarStatus;
|
|
406
|
-
exports.ExecCommandCallBack = ej2Richtexteditor.ExecCommandCallBack;
|
|
407
|
-
exports.ToolbarAction = ej2Richtexteditor.ToolbarAction;
|
|
408
|
-
exports.MarkdownEditor = ej2Richtexteditor.MarkdownEditor;
|
|
409
|
-
exports.HtmlEditor = ej2Richtexteditor.HtmlEditor;
|
|
410
|
-
exports.PasteCleanup = ej2Richtexteditor.PasteCleanup;
|
|
411
|
-
exports.Resize = ej2Richtexteditor.Resize;
|
|
412
|
-
exports.DropDownButtons = ej2Richtexteditor.DropDownButtons;
|
|
413
|
-
exports.FileManager = ej2Richtexteditor.FileManager;
|
|
414
|
-
exports.FullScreen = ej2Richtexteditor.FullScreen;
|
|
415
|
-
exports.setAttributes = ej2Richtexteditor.setAttributes;
|
|
416
|
-
exports.HtmlToolbarStatus = ej2Richtexteditor.HtmlToolbarStatus;
|
|
417
|
-
exports.XhtmlValidation = ej2Richtexteditor.XhtmlValidation;
|
|
418
|
-
exports.FormatPainter = ej2Richtexteditor.FormatPainter;
|
|
419
|
-
exports.EmojiPicker = ej2Richtexteditor.EmojiPicker;
|
|
420
|
-
exports.ImportExport = ej2Richtexteditor.ImportExport;
|
|
421
|
-
exports.CodeBlock = ej2Richtexteditor.CodeBlock;
|
|
422
|
-
exports.HTMLFormatter = ej2Richtexteditor.HTMLFormatter;
|
|
423
|
-
exports.Formatter = ej2Richtexteditor.Formatter;
|
|
424
|
-
exports.MarkdownFormatter = ej2Richtexteditor.MarkdownFormatter;
|
|
425
|
-
exports.ContentRender = ej2Richtexteditor.ContentRender;
|
|
426
|
-
exports.Render = ej2Richtexteditor.Render;
|
|
427
|
-
exports.ToolbarRenderer = ej2Richtexteditor.ToolbarRenderer;
|
|
428
|
-
exports.Link = ej2Richtexteditor.Link;
|
|
429
|
-
exports.Image = ej2Richtexteditor.Image;
|
|
430
|
-
exports.Audio = ej2Richtexteditor.Audio;
|
|
431
|
-
exports.Video = ej2Richtexteditor.Video;
|
|
432
|
-
exports.ViewSource = ej2Richtexteditor.ViewSource;
|
|
433
|
-
exports.Table = ej2Richtexteditor.Table;
|
|
434
|
-
exports.DialogRenderer = ej2Richtexteditor.DialogRenderer;
|
|
435
|
-
exports.IframeContentRender = ej2Richtexteditor.IframeContentRender;
|
|
436
|
-
exports.MarkdownRender = ej2Richtexteditor.MarkdownRender;
|
|
437
|
-
exports.QuickPopupRenderer = ej2Richtexteditor.QuickPopupRenderer;
|
|
438
|
-
exports.SlashMenu = ej2Richtexteditor.SlashMenu;
|
|
439
|
-
exports.RichTextEditor = ej2Richtexteditor.RichTextEditor;
|
|
440
|
-
exports.RenderType = ej2Richtexteditor.RenderType;
|
|
441
|
-
exports.executeGroup = ej2Richtexteditor.executeGroup;
|
|
442
|
-
exports.created = ej2Richtexteditor.created;
|
|
443
|
-
exports.destroyed = ej2Richtexteditor.destroyed;
|
|
444
|
-
exports.tableclass = ej2Richtexteditor.tableclass;
|
|
445
|
-
exports.load = ej2Richtexteditor.load;
|
|
446
|
-
exports.initialLoad = ej2Richtexteditor.initialLoad;
|
|
447
|
-
exports.contentChanged = ej2Richtexteditor.contentChanged;
|
|
448
|
-
exports.initialEnd = ej2Richtexteditor.initialEnd;
|
|
449
|
-
exports.iframeMouseDown = ej2Richtexteditor.iframeMouseDown;
|
|
450
|
-
exports.destroy = ej2Richtexteditor.destroy;
|
|
451
|
-
exports.toolbarClick = ej2Richtexteditor.toolbarClick;
|
|
452
|
-
exports.toolbarRefresh = ej2Richtexteditor.toolbarRefresh;
|
|
453
|
-
exports.slashMenuOpening = ej2Richtexteditor.slashMenuOpening;
|
|
454
|
-
exports.refreshBegin = ej2Richtexteditor.refreshBegin;
|
|
455
|
-
exports.toolbarUpdated = ej2Richtexteditor.toolbarUpdated;
|
|
456
|
-
exports.bindOnEnd = ej2Richtexteditor.bindOnEnd;
|
|
457
|
-
exports.htmlToolbarClick = ej2Richtexteditor.htmlToolbarClick;
|
|
458
|
-
exports.markdownToolbarClick = ej2Richtexteditor.markdownToolbarClick;
|
|
459
|
-
exports.modelChanged = ej2Richtexteditor.modelChanged;
|
|
460
|
-
exports.tableModulekeyUp = ej2Richtexteditor.tableModulekeyUp;
|
|
461
|
-
exports.keyUp = ej2Richtexteditor.keyUp;
|
|
462
|
-
exports.keyDown = ej2Richtexteditor.keyDown;
|
|
463
|
-
exports.onImport = ej2Richtexteditor.onImport;
|
|
464
|
-
exports.onExport = ej2Richtexteditor.onExport;
|
|
465
|
-
exports.onCodeBlock = ej2Richtexteditor.onCodeBlock;
|
|
466
|
-
exports.mouseUp = ej2Richtexteditor.mouseUp;
|
|
467
|
-
exports.toolbarCreated = ej2Richtexteditor.toolbarCreated;
|
|
468
|
-
exports.toolbarRenderComplete = ej2Richtexteditor.toolbarRenderComplete;
|
|
469
|
-
exports.enableFullScreen = ej2Richtexteditor.enableFullScreen;
|
|
470
|
-
exports.disableFullScreen = ej2Richtexteditor.disableFullScreen;
|
|
471
|
-
exports.dropDownSelect = ej2Richtexteditor.dropDownSelect;
|
|
472
|
-
exports.beforeDropDownItemRender = ej2Richtexteditor.beforeDropDownItemRender;
|
|
473
|
-
exports.execCommandCallBack = ej2Richtexteditor.execCommandCallBack;
|
|
474
|
-
exports.imageToolbarAction = ej2Richtexteditor.imageToolbarAction;
|
|
475
|
-
exports.audioToolbarAction = ej2Richtexteditor.audioToolbarAction;
|
|
476
|
-
exports.videoToolbarAction = ej2Richtexteditor.videoToolbarAction;
|
|
477
|
-
exports.linkToolbarAction = ej2Richtexteditor.linkToolbarAction;
|
|
478
|
-
exports.windowResize = ej2Richtexteditor.windowResize;
|
|
479
|
-
exports.resizeStart = ej2Richtexteditor.resizeStart;
|
|
480
|
-
exports.onResize = ej2Richtexteditor.onResize;
|
|
481
|
-
exports.resizeStop = ej2Richtexteditor.resizeStop;
|
|
482
|
-
exports.undo = ej2Richtexteditor.undo;
|
|
483
|
-
exports.redo = ej2Richtexteditor.redo;
|
|
484
|
-
exports.insertLink = ej2Richtexteditor.insertLink;
|
|
485
|
-
exports.unLink = ej2Richtexteditor.unLink;
|
|
486
|
-
exports.editLink = ej2Richtexteditor.editLink;
|
|
487
|
-
exports.openLink = ej2Richtexteditor.openLink;
|
|
488
|
-
exports.actionBegin = ej2Richtexteditor.actionBegin;
|
|
489
|
-
exports.actionComplete = ej2Richtexteditor.actionComplete;
|
|
490
|
-
exports.updatedToolbarStatus = ej2Richtexteditor.updatedToolbarStatus;
|
|
491
|
-
exports.actionSuccess = ej2Richtexteditor.actionSuccess;
|
|
492
|
-
exports.updateToolbarItem = ej2Richtexteditor.updateToolbarItem;
|
|
493
|
-
exports.insertImage = ej2Richtexteditor.insertImage;
|
|
494
|
-
exports.insertAudio = ej2Richtexteditor.insertAudio;
|
|
495
|
-
exports.insertVideo = ej2Richtexteditor.insertVideo;
|
|
496
|
-
exports.insertCompleted = ej2Richtexteditor.insertCompleted;
|
|
497
|
-
exports.imageLeft = ej2Richtexteditor.imageLeft;
|
|
498
|
-
exports.imageRight = ej2Richtexteditor.imageRight;
|
|
499
|
-
exports.imageCenter = ej2Richtexteditor.imageCenter;
|
|
500
|
-
exports.imageBreak = ej2Richtexteditor.imageBreak;
|
|
501
|
-
exports.imageInline = ej2Richtexteditor.imageInline;
|
|
502
|
-
exports.imageLink = ej2Richtexteditor.imageLink;
|
|
503
|
-
exports.imageAlt = ej2Richtexteditor.imageAlt;
|
|
504
|
-
exports.imageDelete = ej2Richtexteditor.imageDelete;
|
|
505
|
-
exports.audioDelete = ej2Richtexteditor.audioDelete;
|
|
506
|
-
exports.videoDelete = ej2Richtexteditor.videoDelete;
|
|
507
|
-
exports.imageCaption = ej2Richtexteditor.imageCaption;
|
|
508
|
-
exports.imageSize = ej2Richtexteditor.imageSize;
|
|
509
|
-
exports.videoSize = ej2Richtexteditor.videoSize;
|
|
510
|
-
exports.sourceCode = ej2Richtexteditor.sourceCode;
|
|
511
|
-
exports.updateSource = ej2Richtexteditor.updateSource;
|
|
512
|
-
exports.toolbarOpen = ej2Richtexteditor.toolbarOpen;
|
|
513
|
-
exports.beforeDropDownOpen = ej2Richtexteditor.beforeDropDownOpen;
|
|
514
|
-
exports.selectionSave = ej2Richtexteditor.selectionSave;
|
|
515
|
-
exports.selectionRestore = ej2Richtexteditor.selectionRestore;
|
|
516
|
-
exports.expandPopupClick = ej2Richtexteditor.expandPopupClick;
|
|
517
|
-
exports.count = ej2Richtexteditor.count;
|
|
518
|
-
exports.contentFocus = ej2Richtexteditor.contentFocus;
|
|
519
|
-
exports.contentBlur = ej2Richtexteditor.contentBlur;
|
|
520
|
-
exports.mouseDown = ej2Richtexteditor.mouseDown;
|
|
521
|
-
exports.sourceCodeMouseDown = ej2Richtexteditor.sourceCodeMouseDown;
|
|
522
|
-
exports.editAreaClick = ej2Richtexteditor.editAreaClick;
|
|
523
|
-
exports.scroll = ej2Richtexteditor.scroll;
|
|
524
|
-
exports.contentscroll = ej2Richtexteditor.contentscroll;
|
|
525
|
-
exports.colorPickerChanged = ej2Richtexteditor.colorPickerChanged;
|
|
526
|
-
exports.focusChange = ej2Richtexteditor.focusChange;
|
|
527
|
-
exports.selectAll = ej2Richtexteditor.selectAll;
|
|
528
|
-
exports.selectRange = ej2Richtexteditor.selectRange;
|
|
529
|
-
exports.getSelectedHtml = ej2Richtexteditor.getSelectedHtml;
|
|
530
|
-
exports.renderInlineToolbar = ej2Richtexteditor.renderInlineToolbar;
|
|
531
|
-
exports.paste = ej2Richtexteditor.paste;
|
|
532
|
-
exports.codeBlockPaste = ej2Richtexteditor.codeBlockPaste;
|
|
533
|
-
exports.codeBlockEnter = ej2Richtexteditor.codeBlockEnter;
|
|
534
|
-
exports.imgModule = ej2Richtexteditor.imgModule;
|
|
535
|
-
exports.rtlMode = ej2Richtexteditor.rtlMode;
|
|
536
|
-
exports.createTable = ej2Richtexteditor.createTable;
|
|
537
|
-
exports.updateProperty = ej2Richtexteditor.updateProperty;
|
|
538
|
-
exports.docClick = ej2Richtexteditor.docClick;
|
|
539
|
-
exports.tableToolbarAction = ej2Richtexteditor.tableToolbarAction;
|
|
540
|
-
exports.checkUndo = ej2Richtexteditor.checkUndo;
|
|
541
|
-
exports.readOnlyMode = ej2Richtexteditor.readOnlyMode;
|
|
542
|
-
exports.pasteClean = ej2Richtexteditor.pasteClean;
|
|
543
|
-
exports.enterHandler = ej2Richtexteditor.enterHandler;
|
|
544
|
-
exports.beforeDialogOpen = ej2Richtexteditor.beforeDialogOpen;
|
|
545
|
-
exports.clearDialogObj = ej2Richtexteditor.clearDialogObj;
|
|
546
|
-
exports.dialogOpen = ej2Richtexteditor.dialogOpen;
|
|
547
|
-
exports.beforeDialogClose = ej2Richtexteditor.beforeDialogClose;
|
|
548
|
-
exports.dialogClose = ej2Richtexteditor.dialogClose;
|
|
549
|
-
exports.beforeQuickToolbarOpen = ej2Richtexteditor.beforeQuickToolbarOpen;
|
|
550
|
-
exports.quickToolbarOpen = ej2Richtexteditor.quickToolbarOpen;
|
|
551
|
-
exports.quickToolbarClose = ej2Richtexteditor.quickToolbarClose;
|
|
552
|
-
exports.popupHide = ej2Richtexteditor.popupHide;
|
|
553
|
-
exports.imageSelected = ej2Richtexteditor.imageSelected;
|
|
554
|
-
exports.imageUploading = ej2Richtexteditor.imageUploading;
|
|
555
|
-
exports.imageUploadSuccess = ej2Richtexteditor.imageUploadSuccess;
|
|
556
|
-
exports.imageUploadFailed = ej2Richtexteditor.imageUploadFailed;
|
|
557
|
-
exports.imageRemoving = ej2Richtexteditor.imageRemoving;
|
|
558
|
-
exports.fileSelected = ej2Richtexteditor.fileSelected;
|
|
559
|
-
exports.fileUploading = ej2Richtexteditor.fileUploading;
|
|
560
|
-
exports.fileUploadSuccess = ej2Richtexteditor.fileUploadSuccess;
|
|
561
|
-
exports.fileUploadFailed = ej2Richtexteditor.fileUploadFailed;
|
|
562
|
-
exports.fileRemoving = ej2Richtexteditor.fileRemoving;
|
|
563
|
-
exports.afterImageDelete = ej2Richtexteditor.afterImageDelete;
|
|
564
|
-
exports.afterMediaDelete = ej2Richtexteditor.afterMediaDelete;
|
|
565
|
-
exports.drop = ej2Richtexteditor.drop;
|
|
566
|
-
exports.renderQuickToolbar = ej2Richtexteditor.renderQuickToolbar;
|
|
567
|
-
exports.xhtmlValidation = ej2Richtexteditor.xhtmlValidation;
|
|
568
|
-
exports.beforeImageUpload = ej2Richtexteditor.beforeImageUpload;
|
|
569
|
-
exports.beforeFileUpload = ej2Richtexteditor.beforeFileUpload;
|
|
570
|
-
exports.resizeInitialized = ej2Richtexteditor.resizeInitialized;
|
|
571
|
-
exports.renderFileManager = ej2Richtexteditor.renderFileManager;
|
|
572
|
-
exports.beforeImageDrop = ej2Richtexteditor.beforeImageDrop;
|
|
573
|
-
exports.beforeMediaDrop = ej2Richtexteditor.beforeMediaDrop;
|
|
574
|
-
exports.dynamicModule = ej2Richtexteditor.dynamicModule;
|
|
575
|
-
exports.beforePasteCleanup = ej2Richtexteditor.beforePasteCleanup;
|
|
576
|
-
exports.afterPasteCleanup = ej2Richtexteditor.afterPasteCleanup;
|
|
577
|
-
exports.updateTbItemsStatus = ej2Richtexteditor.updateTbItemsStatus;
|
|
578
|
-
exports.showLinkDialog = ej2Richtexteditor.showLinkDialog;
|
|
579
|
-
exports.closeLinkDialog = ej2Richtexteditor.closeLinkDialog;
|
|
580
|
-
exports.showImageDialog = ej2Richtexteditor.showImageDialog;
|
|
581
|
-
exports.showAudioDialog = ej2Richtexteditor.showAudioDialog;
|
|
582
|
-
exports.showVideoDialog = ej2Richtexteditor.showVideoDialog;
|
|
583
|
-
exports.closeImageDialog = ej2Richtexteditor.closeImageDialog;
|
|
584
|
-
exports.closeAudioDialog = ej2Richtexteditor.closeAudioDialog;
|
|
585
|
-
exports.closeVideoDialog = ej2Richtexteditor.closeVideoDialog;
|
|
586
|
-
exports.showTableDialog = ej2Richtexteditor.showTableDialog;
|
|
587
|
-
exports.closeTableDialog = ej2Richtexteditor.closeTableDialog;
|
|
588
|
-
exports.bindCssClass = ej2Richtexteditor.bindCssClass;
|
|
589
|
-
exports.formatPainterClick = ej2Richtexteditor.formatPainterClick;
|
|
590
|
-
exports.formatPainterDoubleClick = ej2Richtexteditor.formatPainterDoubleClick;
|
|
591
|
-
exports.emojiPicker = ej2Richtexteditor.emojiPicker;
|
|
592
|
-
exports.destroyTooltip = ej2Richtexteditor.destroyTooltip;
|
|
593
|
-
exports.hidePopup = ej2Richtexteditor.hidePopup;
|
|
594
|
-
exports.cleanupResizeElements = ej2Richtexteditor.cleanupResizeElements;
|
|
595
|
-
exports.afterKeyDown = ej2Richtexteditor.afterKeyDown;
|
|
596
|
-
exports.updateValueOnIdle = ej2Richtexteditor.updateValueOnIdle;
|
|
597
|
-
exports.documentClickClosedBy = ej2Richtexteditor.documentClickClosedBy;
|
|
598
|
-
exports.showColorPicker = ej2Richtexteditor.showColorPicker;
|
|
599
|
-
exports.showDropDown = ej2Richtexteditor.showDropDown;
|
|
600
|
-
exports.closeTooltip = ej2Richtexteditor.closeTooltip;
|
|
601
|
-
exports.autoResize = ej2Richtexteditor.autoResize;
|
|
602
|
-
exports.selectionChangeMouseUp = ej2Richtexteditor.selectionChangeMouseUp;
|
|
603
|
-
exports.blockEmptyNodes = ej2Richtexteditor.blockEmptyNodes;
|
|
604
|
-
exports.inlineEmptyNodes = ej2Richtexteditor.inlineEmptyNodes;
|
|
605
|
-
exports.supportedUnits = ej2Richtexteditor.supportedUnits;
|
|
606
|
-
exports.conversionFactors = ej2Richtexteditor.conversionFactors;
|
|
607
|
-
exports.onHandleFontsizeChange = ej2Richtexteditor.onHandleFontsizeChange;
|
|
608
|
-
exports.preventQuickToolbarClose = ej2Richtexteditor.preventQuickToolbarClose;
|
|
609
|
-
exports.selectionChanged = ej2Richtexteditor.selectionChanged;
|
|
610
|
-
exports.CLS_RTE = ej2Richtexteditor.CLS_RTE;
|
|
611
|
-
exports.CLS_RTL = ej2Richtexteditor.CLS_RTL;
|
|
612
|
-
exports.CLS_CONTENT = ej2Richtexteditor.CLS_CONTENT;
|
|
613
|
-
exports.CLS_DISABLED = ej2Richtexteditor.CLS_DISABLED;
|
|
614
|
-
exports.CLS_SCRIPT_SHEET = ej2Richtexteditor.CLS_SCRIPT_SHEET;
|
|
615
|
-
exports.CLS_STYLE_SHEET = ej2Richtexteditor.CLS_STYLE_SHEET;
|
|
616
|
-
exports.CLS_RTE_CONTAINER = ej2Richtexteditor.CLS_RTE_CONTAINER;
|
|
617
|
-
exports.CLS_RTE_IFRAME_CONTENT = ej2Richtexteditor.CLS_RTE_IFRAME_CONTENT;
|
|
618
|
-
exports.CLS_TOOLBAR = ej2Richtexteditor.CLS_TOOLBAR;
|
|
619
|
-
exports.CLS_TB_FIXED = ej2Richtexteditor.CLS_TB_FIXED;
|
|
620
|
-
exports.CLS_TB_FLOAT = ej2Richtexteditor.CLS_TB_FLOAT;
|
|
621
|
-
exports.CLS_INLINE = ej2Richtexteditor.CLS_INLINE;
|
|
622
|
-
exports.CLS_TB_INLINE = ej2Richtexteditor.CLS_TB_INLINE;
|
|
623
|
-
exports.CLS_RTE_EXPAND_TB = ej2Richtexteditor.CLS_RTE_EXPAND_TB;
|
|
624
|
-
exports.CLS_FULL_SCREEN = ej2Richtexteditor.CLS_FULL_SCREEN;
|
|
625
|
-
exports.CLS_QUICK_TB = ej2Richtexteditor.CLS_QUICK_TB;
|
|
626
|
-
exports.CLS_TEXT_QUICK_TB = ej2Richtexteditor.CLS_TEXT_QUICK_TB;
|
|
627
|
-
exports.CLS_IMG_QUICK_TB = ej2Richtexteditor.CLS_IMG_QUICK_TB;
|
|
628
|
-
exports.CLS_AUDIO_QUICK_TB = ej2Richtexteditor.CLS_AUDIO_QUICK_TB;
|
|
629
|
-
exports.CLS_VIDEO_QUICK_TB = ej2Richtexteditor.CLS_VIDEO_QUICK_TB;
|
|
630
|
-
exports.CLS_TABLE_QUICK_TB = ej2Richtexteditor.CLS_TABLE_QUICK_TB;
|
|
631
|
-
exports.CLS_LINK_QUICK_TB = ej2Richtexteditor.CLS_LINK_QUICK_TB;
|
|
632
|
-
exports.CLS_TB_STATIC = ej2Richtexteditor.CLS_TB_STATIC;
|
|
633
|
-
exports.CLS_QUICK_POP = ej2Richtexteditor.CLS_QUICK_POP;
|
|
634
|
-
exports.CLS_INLINE_POP = ej2Richtexteditor.CLS_INLINE_POP;
|
|
635
|
-
exports.CLS_QUICK_TBAR_TIP_POINTER = ej2Richtexteditor.CLS_QUICK_TBAR_TIP_POINTER;
|
|
636
|
-
exports.CLS_QUICK_DROPDOWN = ej2Richtexteditor.CLS_QUICK_DROPDOWN;
|
|
637
|
-
exports.CLS_INLINE_TOOLBAR = ej2Richtexteditor.CLS_INLINE_TOOLBAR;
|
|
638
|
-
exports.CLS_INLINE_DROPDOWN = ej2Richtexteditor.CLS_INLINE_DROPDOWN;
|
|
639
|
-
exports.CLS_DROPDOWN_POPUP = ej2Richtexteditor.CLS_DROPDOWN_POPUP;
|
|
640
|
-
exports.CLS_DROPDOWN_ICONS = ej2Richtexteditor.CLS_DROPDOWN_ICONS;
|
|
641
|
-
exports.CLS_DROPDOWN_ITEMS = ej2Richtexteditor.CLS_DROPDOWN_ITEMS;
|
|
642
|
-
exports.CLS_DROPDOWN_BTN = ej2Richtexteditor.CLS_DROPDOWN_BTN;
|
|
643
|
-
exports.CLS_RTE_CONTENT = ej2Richtexteditor.CLS_RTE_CONTENT;
|
|
644
|
-
exports.CLS_TB_ITEM = ej2Richtexteditor.CLS_TB_ITEM;
|
|
645
|
-
exports.CLS_TB_EXTENDED = ej2Richtexteditor.CLS_TB_EXTENDED;
|
|
646
|
-
exports.CLS_TB_WRAP = ej2Richtexteditor.CLS_TB_WRAP;
|
|
647
|
-
exports.CLS_POPUP = ej2Richtexteditor.CLS_POPUP;
|
|
648
|
-
exports.CLS_SEPARATOR = ej2Richtexteditor.CLS_SEPARATOR;
|
|
649
|
-
exports.CLS_MINIMIZE = ej2Richtexteditor.CLS_MINIMIZE;
|
|
650
|
-
exports.CLS_MAXIMIZE = ej2Richtexteditor.CLS_MAXIMIZE;
|
|
651
|
-
exports.CLS_BACK = ej2Richtexteditor.CLS_BACK;
|
|
652
|
-
exports.CLS_SHOW = ej2Richtexteditor.CLS_SHOW;
|
|
653
|
-
exports.CLS_HIDE = ej2Richtexteditor.CLS_HIDE;
|
|
654
|
-
exports.CLS_VISIBLE = ej2Richtexteditor.CLS_VISIBLE;
|
|
655
|
-
exports.CLS_FOCUS = ej2Richtexteditor.CLS_FOCUS;
|
|
656
|
-
exports.CLS_RM_WHITE_SPACE = ej2Richtexteditor.CLS_RM_WHITE_SPACE;
|
|
657
|
-
exports.CLS_IMGRIGHT = ej2Richtexteditor.CLS_IMGRIGHT;
|
|
658
|
-
exports.CLS_IMGLEFT = ej2Richtexteditor.CLS_IMGLEFT;
|
|
659
|
-
exports.CLS_IMGCENTER = ej2Richtexteditor.CLS_IMGCENTER;
|
|
660
|
-
exports.CLS_IMGBREAK = ej2Richtexteditor.CLS_IMGBREAK;
|
|
661
|
-
exports.CLS_AUDIOBREAK = ej2Richtexteditor.CLS_AUDIOBREAK;
|
|
662
|
-
exports.CLS_CLICKELEM = ej2Richtexteditor.CLS_CLICKELEM;
|
|
663
|
-
exports.CLS_VID_CLICK_ELEM = ej2Richtexteditor.CLS_VID_CLICK_ELEM;
|
|
664
|
-
exports.CLS_AUDIOWRAP = ej2Richtexteditor.CLS_AUDIOWRAP;
|
|
665
|
-
exports.CLS_VIDEOWRAP = ej2Richtexteditor.CLS_VIDEOWRAP;
|
|
666
|
-
exports.CLS_VIDEOBREAK = ej2Richtexteditor.CLS_VIDEOBREAK;
|
|
667
|
-
exports.CLS_CAPTION = ej2Richtexteditor.CLS_CAPTION;
|
|
668
|
-
exports.CLS_RTE_CAPTION = ej2Richtexteditor.CLS_RTE_CAPTION;
|
|
669
|
-
exports.CLS_CAPINLINE = ej2Richtexteditor.CLS_CAPINLINE;
|
|
670
|
-
exports.CLS_IMGINLINE = ej2Richtexteditor.CLS_IMGINLINE;
|
|
671
|
-
exports.CLS_AUDIOINLINE = ej2Richtexteditor.CLS_AUDIOINLINE;
|
|
672
|
-
exports.CLS_VIDEOINLINE = ej2Richtexteditor.CLS_VIDEOINLINE;
|
|
673
|
-
exports.CLS_COUNT = ej2Richtexteditor.CLS_COUNT;
|
|
674
|
-
exports.CLS_WARNING = ej2Richtexteditor.CLS_WARNING;
|
|
675
|
-
exports.CLS_ERROR = ej2Richtexteditor.CLS_ERROR;
|
|
676
|
-
exports.CLS_ICONS = ej2Richtexteditor.CLS_ICONS;
|
|
677
|
-
exports.CLS_ACTIVE = ej2Richtexteditor.CLS_ACTIVE;
|
|
678
|
-
exports.CLS_EXPAND_OPEN = ej2Richtexteditor.CLS_EXPAND_OPEN;
|
|
679
|
-
exports.CLS_RTE_ELEMENTS = ej2Richtexteditor.CLS_RTE_ELEMENTS;
|
|
680
|
-
exports.CLS_TB_BTN = ej2Richtexteditor.CLS_TB_BTN;
|
|
681
|
-
exports.CLS_DROPDOWN_MENU = ej2Richtexteditor.CLS_DROPDOWN_MENU;
|
|
682
|
-
exports.CLS_HR_SEPARATOR = ej2Richtexteditor.CLS_HR_SEPARATOR;
|
|
683
|
-
exports.CLS_TB_IOS_FIX = ej2Richtexteditor.CLS_TB_IOS_FIX;
|
|
684
|
-
exports.CLS_LIST_PRIMARY_CONTENT = ej2Richtexteditor.CLS_LIST_PRIMARY_CONTENT;
|
|
685
|
-
exports.CLS_NUMBERFORMATLIST_TB_BTN = ej2Richtexteditor.CLS_NUMBERFORMATLIST_TB_BTN;
|
|
686
|
-
exports.CLS_BULLETFORMATLIST_TB_BTN = ej2Richtexteditor.CLS_BULLETFORMATLIST_TB_BTN;
|
|
687
|
-
exports.CLS_CODEBLOCK_TB_BTN = ej2Richtexteditor.CLS_CODEBLOCK_TB_BTN;
|
|
688
|
-
exports.CLS_CODEBLOCK_TB_BTN_ICON = ej2Richtexteditor.CLS_CODEBLOCK_TB_BTN_ICON;
|
|
689
|
-
exports.CLS_FORMATS_TB_BTN = ej2Richtexteditor.CLS_FORMATS_TB_BTN;
|
|
690
|
-
exports.CLS_FONT_NAME_TB_BTN = ej2Richtexteditor.CLS_FONT_NAME_TB_BTN;
|
|
691
|
-
exports.CLS_FONT_SIZE_TB_BTN = ej2Richtexteditor.CLS_FONT_SIZE_TB_BTN;
|
|
692
|
-
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
|
-
exports.CLS_FONT_COLORPICKER = ej2Richtexteditor.CLS_FONT_COLORPICKER;
|
|
697
|
-
exports.CLS_BACKGROUND_COLORPICKER = ej2Richtexteditor.CLS_BACKGROUND_COLORPICKER;
|
|
698
|
-
exports.CLS_NUMBERFORMATLIST_DROPDOWN = ej2Richtexteditor.CLS_NUMBERFORMATLIST_DROPDOWN;
|
|
699
|
-
exports.CLS_BULLETFORMATLIST_DROPDOWN = ej2Richtexteditor.CLS_BULLETFORMATLIST_DROPDOWN;
|
|
700
|
-
exports.CLS_DROPDOWN = ej2Richtexteditor.CLS_DROPDOWN;
|
|
701
|
-
exports.CLS_COLOR_PALETTE = ej2Richtexteditor.CLS_COLOR_PALETTE;
|
|
702
|
-
exports.CLS_RTE_READONLY = ej2Richtexteditor.CLS_RTE_READONLY;
|
|
703
|
-
exports.CLS_RTE_HIDDEN = ej2Richtexteditor.CLS_RTE_HIDDEN;
|
|
704
|
-
exports.CLS_RTE_PASTE_KEEP_FORMAT = ej2Richtexteditor.CLS_RTE_PASTE_KEEP_FORMAT;
|
|
705
|
-
exports.CLS_RTE_PASTE_REMOVE_FORMAT = ej2Richtexteditor.CLS_RTE_PASTE_REMOVE_FORMAT;
|
|
706
|
-
exports.CLS_RTE_PASTE_PLAIN_FORMAT = ej2Richtexteditor.CLS_RTE_PASTE_PLAIN_FORMAT;
|
|
707
|
-
exports.CLS_RTE_PASTE_OK = ej2Richtexteditor.CLS_RTE_PASTE_OK;
|
|
708
|
-
exports.CLS_RTE_PASTE_CANCEL = ej2Richtexteditor.CLS_RTE_PASTE_CANCEL;
|
|
709
|
-
exports.CLS_RTE_DIALOG_MIN_HEIGHT = ej2Richtexteditor.CLS_RTE_DIALOG_MIN_HEIGHT;
|
|
710
|
-
exports.CLS_RTE_RES_HANDLE = ej2Richtexteditor.CLS_RTE_RES_HANDLE;
|
|
711
|
-
exports.CLS_RTE_RES_EAST = ej2Richtexteditor.CLS_RTE_RES_EAST;
|
|
712
|
-
exports.CLS_RTE_IMAGE = ej2Richtexteditor.CLS_RTE_IMAGE;
|
|
713
|
-
exports.CLS_RTE_UPLOAD_POPUP = ej2Richtexteditor.CLS_RTE_UPLOAD_POPUP;
|
|
714
|
-
exports.CLS_POPUP_OPEN = ej2Richtexteditor.CLS_POPUP_OPEN;
|
|
715
|
-
exports.CLS_POPUP_CLOSE = ej2Richtexteditor.CLS_POPUP_CLOSE;
|
|
716
|
-
exports.CLS_IMG_RESIZE = ej2Richtexteditor.CLS_IMG_RESIZE;
|
|
717
|
-
exports.CLS_VID_RESIZE = ej2Richtexteditor.CLS_VID_RESIZE;
|
|
718
|
-
exports.CLS_DROPAREA = ej2Richtexteditor.CLS_DROPAREA;
|
|
719
|
-
exports.CLS_IMG_INNER = ej2Richtexteditor.CLS_IMG_INNER;
|
|
720
|
-
exports.CLS_UPLOAD_FILES = ej2Richtexteditor.CLS_UPLOAD_FILES;
|
|
721
|
-
exports.CLS_RTE_DIALOG_UPLOAD = ej2Richtexteditor.CLS_RTE_DIALOG_UPLOAD;
|
|
722
|
-
exports.CLS_RTE_RES_CNT = ej2Richtexteditor.CLS_RTE_RES_CNT;
|
|
723
|
-
exports.CLS_CUSTOM_TILE = ej2Richtexteditor.CLS_CUSTOM_TILE;
|
|
724
|
-
exports.CLS_NOCOLOR_ITEM = ej2Richtexteditor.CLS_NOCOLOR_ITEM;
|
|
725
|
-
exports.CLS_TABLE = ej2Richtexteditor.CLS_TABLE;
|
|
726
|
-
exports.CLS_TABLE_BORDER = ej2Richtexteditor.CLS_TABLE_BORDER;
|
|
727
|
-
exports.CLS_RTE_FIXED_TB_EXPAND = ej2Richtexteditor.CLS_RTE_FIXED_TB_EXPAND;
|
|
728
|
-
exports.CLS_RTE_TB_ENABLED = ej2Richtexteditor.CLS_RTE_TB_ENABLED;
|
|
729
|
-
exports.CLS_RTE_RES_WEST = ej2Richtexteditor.CLS_RTE_RES_WEST;
|
|
730
|
-
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
|
-
exports.getIndex = ej2Richtexteditor.getIndex;
|
|
735
|
-
exports.hasClass = ej2Richtexteditor.hasClass;
|
|
736
|
-
exports.getDropDownValue = ej2Richtexteditor.getDropDownValue;
|
|
737
|
-
exports.getFormattedFontSize = ej2Richtexteditor.getFormattedFontSize;
|
|
738
|
-
exports.pageYOffset = ej2Richtexteditor.pageYOffset;
|
|
739
|
-
exports.getTooltipText = ej2Richtexteditor.getTooltipText;
|
|
740
|
-
exports.setToolbarStatus = ej2Richtexteditor.setToolbarStatus;
|
|
741
|
-
exports.getCollection = ej2Richtexteditor.getCollection;
|
|
742
|
-
exports.updateDropdownContent = ej2Richtexteditor.updateDropdownContent;
|
|
743
|
-
exports.getTBarItemsIndex = ej2Richtexteditor.getTBarItemsIndex;
|
|
744
|
-
exports.updateUndoRedoStatus = ej2Richtexteditor.updateUndoRedoStatus;
|
|
745
|
-
exports.dispatchEvent = ej2Richtexteditor.dispatchEvent;
|
|
746
|
-
exports.parseHtml = ej2Richtexteditor.parseHtml;
|
|
747
|
-
exports.getTextNodesUnder = ej2Richtexteditor.getTextNodesUnder;
|
|
748
|
-
exports.toObjectLowerCase = ej2Richtexteditor.toObjectLowerCase;
|
|
749
|
-
exports.getEditValue = ej2Richtexteditor.getEditValue;
|
|
750
|
-
exports.formatRTEContent = ej2Richtexteditor.formatRTEContent;
|
|
751
|
-
exports.getDefaultValue = ej2Richtexteditor.getDefaultValue;
|
|
752
|
-
exports.isEditableValueEmpty = ej2Richtexteditor.isEditableValueEmpty;
|
|
753
|
-
exports.decode = ej2Richtexteditor.decode;
|
|
754
|
-
exports.sanitizeHelper = ej2Richtexteditor.sanitizeHelper;
|
|
755
|
-
exports.parseHelper = ej2Richtexteditor.parseHelper;
|
|
756
|
-
exports.getLocaleFontFormat = ej2Richtexteditor.getLocaleFontFormat;
|
|
757
|
-
exports.updateDropDownFontFormatLocale = ej2Richtexteditor.updateDropDownFontFormatLocale;
|
|
758
|
-
exports.ServiceLocator = ej2Richtexteditor.ServiceLocator;
|
|
759
|
-
exports.RendererFactory = ej2Richtexteditor.RendererFactory;
|
|
760
|
-
exports.EditorManager = ej2Richtexteditor.EditorManager;
|
|
761
|
-
exports.IMAGE = ej2Richtexteditor.IMAGE;
|
|
762
|
-
exports.AUDIO = ej2Richtexteditor.AUDIO;
|
|
763
|
-
exports.VIDEO = ej2Richtexteditor.VIDEO;
|
|
764
|
-
exports.TABLE = ej2Richtexteditor.TABLE;
|
|
765
|
-
exports.LINK = ej2Richtexteditor.LINK;
|
|
766
|
-
exports.INSERT_ROW = ej2Richtexteditor.INSERT_ROW;
|
|
767
|
-
exports.INSERT_COLUMN = ej2Richtexteditor.INSERT_COLUMN;
|
|
768
|
-
exports.DELETEROW = ej2Richtexteditor.DELETEROW;
|
|
769
|
-
exports.DELETECOLUMN = ej2Richtexteditor.DELETECOLUMN;
|
|
770
|
-
exports.REMOVETABLE = ej2Richtexteditor.REMOVETABLE;
|
|
771
|
-
exports.TABLEHEADER = ej2Richtexteditor.TABLEHEADER;
|
|
772
|
-
exports.TABLE_VERTICAL_ALIGN = ej2Richtexteditor.TABLE_VERTICAL_ALIGN;
|
|
773
|
-
exports.TABLE_MERGE = ej2Richtexteditor.TABLE_MERGE;
|
|
774
|
-
exports.TABLE_VERTICAL_SPLIT = ej2Richtexteditor.TABLE_VERTICAL_SPLIT;
|
|
775
|
-
exports.TABLE_HORIZONTAL_SPLIT = ej2Richtexteditor.TABLE_HORIZONTAL_SPLIT;
|
|
776
|
-
exports.TABLE_STYLES = ej2Richtexteditor.TABLE_STYLES;
|
|
777
|
-
exports.TABLE_BACKGROUND_COLOR = ej2Richtexteditor.TABLE_BACKGROUND_COLOR;
|
|
778
|
-
exports.TABLE_MOVE = ej2Richtexteditor.TABLE_MOVE;
|
|
779
|
-
exports.ALIGNMENT_TYPE = ej2Richtexteditor.ALIGNMENT_TYPE;
|
|
780
|
-
exports.INDENT_TYPE = ej2Richtexteditor.INDENT_TYPE;
|
|
781
|
-
exports.DEFAULT_TAG = ej2Richtexteditor.DEFAULT_TAG;
|
|
782
|
-
exports.BLOCK_TAGS = ej2Richtexteditor.BLOCK_TAGS;
|
|
783
|
-
exports.IGNORE_BLOCK_TAGS = ej2Richtexteditor.IGNORE_BLOCK_TAGS;
|
|
784
|
-
exports.TABLE_BLOCK_TAGS = ej2Richtexteditor.TABLE_BLOCK_TAGS;
|
|
785
|
-
exports.SELECTION_TYPE = ej2Richtexteditor.SELECTION_TYPE;
|
|
786
|
-
exports.INSERTHTML_TYPE = ej2Richtexteditor.INSERTHTML_TYPE;
|
|
787
|
-
exports.INSERT_TEXT_TYPE = ej2Richtexteditor.INSERT_TEXT_TYPE;
|
|
788
|
-
exports.CLEAR_TYPE = ej2Richtexteditor.CLEAR_TYPE;
|
|
789
|
-
exports.SELF_CLOSING_TAGS = ej2Richtexteditor.SELF_CLOSING_TAGS;
|
|
790
|
-
exports.PASTE_SOURCE = ej2Richtexteditor.PASTE_SOURCE;
|
|
791
|
-
exports.ALLOWED_TABLE_BLOCK_TAGS = ej2Richtexteditor.ALLOWED_TABLE_BLOCK_TAGS;
|
|
792
|
-
exports.CLASS_IMAGE_RIGHT = ej2Richtexteditor.CLASS_IMAGE_RIGHT;
|
|
793
|
-
exports.CLASS_IMAGE_LEFT = ej2Richtexteditor.CLASS_IMAGE_LEFT;
|
|
794
|
-
exports.CLASS_IMAGE_CENTER = ej2Richtexteditor.CLASS_IMAGE_CENTER;
|
|
795
|
-
exports.CLASS_VIDEO_RIGHT = ej2Richtexteditor.CLASS_VIDEO_RIGHT;
|
|
796
|
-
exports.CLASS_VIDEO_LEFT = ej2Richtexteditor.CLASS_VIDEO_LEFT;
|
|
797
|
-
exports.CLASS_VIDEO_CENTER = ej2Richtexteditor.CLASS_VIDEO_CENTER;
|
|
798
|
-
exports.CLASS_IMAGE_BREAK = ej2Richtexteditor.CLASS_IMAGE_BREAK;
|
|
799
|
-
exports.CLASS_AUDIO_BREAK = ej2Richtexteditor.CLASS_AUDIO_BREAK;
|
|
800
|
-
exports.CLASS_VIDEO_BREAK = ej2Richtexteditor.CLASS_VIDEO_BREAK;
|
|
801
|
-
exports.CLASS_CAPTION = ej2Richtexteditor.CLASS_CAPTION;
|
|
802
|
-
exports.CLASS_RTE_CAPTION = ej2Richtexteditor.CLASS_RTE_CAPTION;
|
|
803
|
-
exports.CLASS_CAPTION_INLINE = ej2Richtexteditor.CLASS_CAPTION_INLINE;
|
|
804
|
-
exports.CLASS_IMAGE_INLINE = ej2Richtexteditor.CLASS_IMAGE_INLINE;
|
|
805
|
-
exports.CLASS_AUDIO_INLINE = ej2Richtexteditor.CLASS_AUDIO_INLINE;
|
|
806
|
-
exports.CLASS_CLICK_ELEM = ej2Richtexteditor.CLASS_CLICK_ELEM;
|
|
807
|
-
exports.CLASS_VIDEO_CLICK_ELEM = ej2Richtexteditor.CLASS_VIDEO_CLICK_ELEM;
|
|
808
|
-
exports.CLASS_AUDIO = ej2Richtexteditor.CLASS_AUDIO;
|
|
809
|
-
exports.CLASS_VIDEO = ej2Richtexteditor.CLASS_VIDEO;
|
|
810
|
-
exports.CLASS_AUDIO_WRAP = ej2Richtexteditor.CLASS_AUDIO_WRAP;
|
|
811
|
-
exports.CLASS_VIDEO_WRAP = ej2Richtexteditor.CLASS_VIDEO_WRAP;
|
|
812
|
-
exports.CLASS_EMBED_VIDEO_WRAP = ej2Richtexteditor.CLASS_EMBED_VIDEO_WRAP;
|
|
813
|
-
exports.CLASS_AUDIO_FOCUS = ej2Richtexteditor.CLASS_AUDIO_FOCUS;
|
|
814
|
-
exports.CLASS_VIDEO_FOCUS = ej2Richtexteditor.CLASS_VIDEO_FOCUS;
|
|
815
|
-
exports.CLASS_VIDEO_INLINE = ej2Richtexteditor.CLASS_VIDEO_INLINE;
|
|
816
|
-
exports.Lists = ej2Richtexteditor.Lists;
|
|
817
|
-
exports.markerClassName = ej2Richtexteditor.markerClassName;
|
|
818
|
-
exports.DOMNode = ej2Richtexteditor.DOMNode;
|
|
819
|
-
exports.Alignments = ej2Richtexteditor.Alignments;
|
|
820
|
-
exports.Indents = ej2Richtexteditor.Indents;
|
|
821
|
-
exports.Formats = ej2Richtexteditor.Formats;
|
|
822
|
-
exports.LinkCommand = ej2Richtexteditor.LinkCommand;
|
|
823
|
-
exports.InsertMethods = ej2Richtexteditor.InsertMethods;
|
|
824
|
-
exports.InsertTextExec = ej2Richtexteditor.InsertTextExec;
|
|
825
|
-
exports.InsertHtmlExec = ej2Richtexteditor.InsertHtmlExec;
|
|
826
|
-
exports.InsertHtml = ej2Richtexteditor.InsertHtml;
|
|
827
|
-
exports.IsFormatted = ej2Richtexteditor.IsFormatted;
|
|
828
|
-
exports.MsWordPaste = ej2Richtexteditor.MsWordPaste;
|
|
829
|
-
exports.NodeCutter = ej2Richtexteditor.NodeCutter;
|
|
830
|
-
exports.ImageCommand = ej2Richtexteditor.ImageCommand;
|
|
831
|
-
exports.AudioCommand = ej2Richtexteditor.AudioCommand;
|
|
832
|
-
exports.VideoCommand = ej2Richtexteditor.VideoCommand;
|
|
833
|
-
exports.SelectionCommands = ej2Richtexteditor.SelectionCommands;
|
|
834
|
-
exports.SelectionBasedExec = ej2Richtexteditor.SelectionBasedExec;
|
|
835
|
-
exports.ClearFormatExec = ej2Richtexteditor.ClearFormatExec;
|
|
836
|
-
exports.UndoRedoManager = ej2Richtexteditor.UndoRedoManager;
|
|
837
|
-
exports.TableCommand = ej2Richtexteditor.TableCommand;
|
|
838
|
-
exports.statusCollection = ej2Richtexteditor.statusCollection;
|
|
839
|
-
exports.ToolbarStatus = ej2Richtexteditor.ToolbarStatus;
|
|
840
|
-
exports.FormatPainterActions = ej2Richtexteditor.FormatPainterActions;
|
|
841
|
-
exports.EmojiPickerAction = ej2Richtexteditor.EmojiPickerAction;
|
|
842
|
-
exports.CodeBlockPlugin = ej2Richtexteditor.CodeBlockPlugin;
|
|
843
|
-
exports.PasteCleanupAction = ej2Richtexteditor.PasteCleanupAction;
|
|
844
|
-
exports.TablePasting = ej2Richtexteditor.TablePasting;
|
|
845
|
-
exports.NodeSelection = ej2Richtexteditor.NodeSelection;
|
|
846
|
-
exports.MarkdownParser = ej2Richtexteditor.MarkdownParser;
|
|
847
|
-
exports.LISTS_COMMAND = ej2Richtexteditor.LISTS_COMMAND;
|
|
848
|
-
exports.selectionCommand = ej2Richtexteditor.selectionCommand;
|
|
849
|
-
exports.LINK_COMMAND = ej2Richtexteditor.LINK_COMMAND;
|
|
850
|
-
exports.CLEAR_COMMAND = ej2Richtexteditor.CLEAR_COMMAND;
|
|
851
|
-
exports.MD_TABLE = ej2Richtexteditor.MD_TABLE;
|
|
852
|
-
exports.INSERT_TEXT_COMMAND = ej2Richtexteditor.INSERT_TEXT_COMMAND;
|
|
853
|
-
exports.ClearFormat = ej2Richtexteditor.ClearFormat;
|
|
854
|
-
exports.MDLists = ej2Richtexteditor.MDLists;
|
|
855
|
-
exports.MDFormats = ej2Richtexteditor.MDFormats;
|
|
856
|
-
exports.MarkdownSelection = ej2Richtexteditor.MarkdownSelection;
|
|
857
|
-
exports.UndoRedoCommands = ej2Richtexteditor.UndoRedoCommands;
|
|
858
|
-
exports.MDSelectionFormats = ej2Richtexteditor.MDSelectionFormats;
|
|
859
|
-
exports.MDLink = ej2Richtexteditor.MDLink;
|
|
860
|
-
exports.MDTable = ej2Richtexteditor.MDTable;
|
|
861
|
-
exports.markdownFormatTags = ej2Richtexteditor.markdownFormatTags;
|
|
862
|
-
exports.markdownSelectionTags = ej2Richtexteditor.markdownSelectionTags;
|
|
863
|
-
exports.markdownListsTags = ej2Richtexteditor.markdownListsTags;
|
|
864
|
-
exports.htmlKeyConfig = ej2Richtexteditor.htmlKeyConfig;
|
|
865
|
-
exports.markdownKeyConfig = ej2Richtexteditor.markdownKeyConfig;
|
|
866
|
-
exports.pasteCleanupGroupingTags = ej2Richtexteditor.pasteCleanupGroupingTags;
|
|
867
|
-
exports.listConversionFilters = ej2Richtexteditor.listConversionFilters;
|
|
868
|
-
exports.selfClosingTags = ej2Richtexteditor.selfClosingTags;
|
|
869
|
-
exports.imageResizeFactor = ej2Richtexteditor.imageResizeFactor;
|
|
870
|
-
exports.mentionRestrictKeys = ej2Richtexteditor.mentionRestrictKeys;
|
|
871
|
-
exports.TABLE_SELECTION_STATE_ALLOWED_ACTIONKEYS = ej2Richtexteditor.TABLE_SELECTION_STATE_ALLOWED_ACTIONKEYS;
|
|
872
|
-
exports.KEY_DOWN = ej2Richtexteditor.KEY_DOWN;
|
|
873
|
-
exports.ACTION = ej2Richtexteditor.ACTION;
|
|
874
|
-
exports.FORMAT_TYPE = ej2Richtexteditor.FORMAT_TYPE;
|
|
875
|
-
exports.KEY_DOWN_HANDLER = ej2Richtexteditor.KEY_DOWN_HANDLER;
|
|
876
|
-
exports.LIST_TYPE = ej2Richtexteditor.LIST_TYPE;
|
|
877
|
-
exports.CODE_BLOCK = ej2Richtexteditor.CODE_BLOCK;
|
|
878
|
-
exports.KEY_UP_HANDLER = ej2Richtexteditor.KEY_UP_HANDLER;
|
|
879
|
-
exports.KEY_UP = ej2Richtexteditor.KEY_UP;
|
|
880
|
-
exports.MODEL_CHANGED_PLUGIN = ej2Richtexteditor.MODEL_CHANGED_PLUGIN;
|
|
881
|
-
exports.MODEL_CHANGED = ej2Richtexteditor.MODEL_CHANGED;
|
|
882
|
-
exports.MS_WORD_CLEANUP_PLUGIN = ej2Richtexteditor.MS_WORD_CLEANUP_PLUGIN;
|
|
883
|
-
exports.MS_WORD_CLEANUP = ej2Richtexteditor.MS_WORD_CLEANUP;
|
|
884
|
-
exports.ON_BEGIN = ej2Richtexteditor.ON_BEGIN;
|
|
885
|
-
exports.SPACE_ACTION = ej2Richtexteditor.SPACE_ACTION;
|
|
886
|
-
exports.FORMAT_PAINTER_ACTIONS = ej2Richtexteditor.FORMAT_PAINTER_ACTIONS;
|
|
887
|
-
exports.BLOCKQUOTE_LIST_HANDLE = ej2Richtexteditor.BLOCKQUOTE_LIST_HANDLE;
|
|
888
|
-
exports.EMOJI_PICKER_ACTIONS = ej2Richtexteditor.EMOJI_PICKER_ACTIONS;
|
|
889
|
-
exports.MOUSE_DOWN = ej2Richtexteditor.MOUSE_DOWN;
|
|
890
|
-
exports.DESTROY = ej2Richtexteditor.DESTROY;
|
|
891
|
-
exports.INTERNAL_DESTROY = ej2Richtexteditor.INTERNAL_DESTROY;
|
|
892
|
-
exports.CODEBLOCK_INDENTATION = ej2Richtexteditor.CODEBLOCK_INDENTATION;
|
|
893
|
-
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
|
-
|
|
955
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
956
|
-
|
|
957
|
-
})));
|
|
958
|
-
//# sourceMappingURL=ej2-angular-richtexteditor.umd.js.map
|