@syncfusion/ej2-angular-richtexteditor 25.2.3-ngcc → 25.2.4-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.
- package/CHANGELOG.md +9 -0
- package/dist/ej2-angular-richtexteditor.umd.js +19 -60
- package/dist/ej2-angular-richtexteditor.umd.min.js +1 -1
- package/package.json +7 -7
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### RichTextEditor
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#I579605` - Now, the editor scrolls to the cursor position after pasting content into the editor.
|
|
10
|
+
- `#I581468` - Now, improved the alignment of the pasted images and table content from the new outlook.
|
|
11
|
+
- `I566845` - Now, when pasting images from `FSNotes`, the image is uploaded properly to the server in the Rich Text Editor.
|
|
12
|
+
- `I564770` - Now, the list type is applied properly to both the parent and the nest list while applying indents in the Rich Text Editor.
|
|
13
|
+
|
|
5
14
|
## 25.1.42 (2024-04-30)
|
|
6
15
|
|
|
7
16
|
### RichTextEditor
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-richtexteditor.umd.js
|
|
3
|
-
* version : 25.2.
|
|
3
|
+
* version : 25.2.4
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. 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
|
|
@@ -40,21 +40,10 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
40
40
|
var inputs = ['autoSaveOnIdle', 'backgroundColor', 'bulletFormatList', 'cssClass', 'editorMode', 'emojiPickerSettings', 'enableAutoUrl', 'enableHtmlEncode', 'enableHtmlSanitizer', 'enablePersistence', 'enableResize', 'enableRtl', 'enableTabKey', 'enableXhtml', 'enabled', 'enterKey', 'fileManagerSettings', 'floatingToolbarOffset', 'fontColor', 'fontFamily', 'fontSize', 'format', 'formatPainterSettings', 'formatter', 'height', 'htmlAttributes', 'iframeSettings', 'inlineMode', 'insertAudioSettings', 'insertImageSettings', 'insertVideoSettings', 'keyConfig', 'locale', 'maxLength', 'numberFormatList', 'pasteCleanupSettings', 'placeholder', 'quickToolbarSettings', 'readonly', 'saveInterval', 'shiftEnterKey', 'showCharCount', 'showTooltip', 'tableSettings', 'toolbarSettings', 'undoRedoSteps', 'undoRedoTimer', 'value', 'valueTemplate', 'width'];
|
|
41
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', 'toolbarClick', 'toolbarStatusUpdate', 'updatedToolbarStatus', 'valueChange'];
|
|
42
42
|
var twoWays = ['value'];
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
* ```html
|
|
46
|
-
* <ejs-richtexteditor></ejs-richtexteditor>
|
|
47
|
-
* ```
|
|
48
|
-
*/
|
|
49
|
-
exports.RichTextEditorComponent = RichTextEditorComponent_1 = /** @class */ (function (_super) {
|
|
43
|
+
|
|
44
|
+
exports.RichTextEditorComponent = RichTextEditorComponent_1 = (function (_super) {
|
|
50
45
|
__extends(RichTextEditorComponent, _super);
|
|
51
|
-
|
|
52
|
-
* @param {?} ngEle
|
|
53
|
-
* @param {?} srenderer
|
|
54
|
-
* @param {?} viewContainerRef
|
|
55
|
-
* @param {?} injector
|
|
56
|
-
* @param {?} cdr
|
|
57
|
-
*/
|
|
46
|
+
|
|
58
47
|
function RichTextEditorComponent(ngEle, srenderer, viewContainerRef, injector, cdr) {
|
|
59
48
|
var _this = _super.call(this) || this;
|
|
60
49
|
_this.ngEle = ngEle;
|
|
@@ -177,51 +166,31 @@ exports.RichTextEditorComponent = RichTextEditorComponent_1 = /** @class */ (fun
|
|
|
177
166
|
_this.formCompContext = new ej2AngularBase.ComponentBase();
|
|
178
167
|
return _this;
|
|
179
168
|
}
|
|
180
|
-
|
|
181
|
-
* @param {?} registerFunction
|
|
182
|
-
* @return {?}
|
|
183
|
-
*/
|
|
169
|
+
|
|
184
170
|
RichTextEditorComponent.prototype.registerOnChange = function (registerFunction) {
|
|
185
171
|
};
|
|
186
|
-
|
|
187
|
-
* @param {?} registerFunction
|
|
188
|
-
* @return {?}
|
|
189
|
-
*/
|
|
172
|
+
|
|
190
173
|
RichTextEditorComponent.prototype.registerOnTouched = function (registerFunction) {
|
|
191
174
|
};
|
|
192
|
-
|
|
193
|
-
* @param {?} value
|
|
194
|
-
* @return {?}
|
|
195
|
-
*/
|
|
175
|
+
|
|
196
176
|
RichTextEditorComponent.prototype.writeValue = function (value) {
|
|
197
177
|
};
|
|
198
|
-
|
|
199
|
-
* @param {?} disabled
|
|
200
|
-
* @return {?}
|
|
201
|
-
*/
|
|
178
|
+
|
|
202
179
|
RichTextEditorComponent.prototype.setDisabledState = function (disabled) {
|
|
203
180
|
};
|
|
204
|
-
|
|
205
|
-
* @return {?}
|
|
206
|
-
*/
|
|
181
|
+
|
|
207
182
|
RichTextEditorComponent.prototype.ngOnInit = function () {
|
|
208
183
|
this.formCompContext.ngOnInit(this);
|
|
209
184
|
};
|
|
210
|
-
|
|
211
|
-
* @return {?}
|
|
212
|
-
*/
|
|
185
|
+
|
|
213
186
|
RichTextEditorComponent.prototype.ngAfterViewInit = function () {
|
|
214
187
|
this.formContext.ngAfterViewInit(this);
|
|
215
188
|
};
|
|
216
|
-
|
|
217
|
-
* @return {?}
|
|
218
|
-
*/
|
|
189
|
+
|
|
219
190
|
RichTextEditorComponent.prototype.ngOnDestroy = function () {
|
|
220
191
|
this.formCompContext.ngOnDestroy(this);
|
|
221
192
|
};
|
|
222
|
-
|
|
223
|
-
* @return {?}
|
|
224
|
-
*/
|
|
193
|
+
|
|
225
194
|
RichTextEditorComponent.prototype.ngAfterContentChecked = function () {
|
|
226
195
|
this.formCompContext.ngAfterContentChecked(this);
|
|
227
196
|
};
|
|
@@ -244,9 +213,7 @@ exports.RichTextEditorComponent.decorators = [
|
|
|
244
213
|
queries: {}
|
|
245
214
|
},] },
|
|
246
215
|
];
|
|
247
|
-
|
|
248
|
-
* @nocollapse
|
|
249
|
-
*/
|
|
216
|
+
|
|
250
217
|
exports.RichTextEditorComponent.ctorParameters = function () { return [
|
|
251
218
|
{ type: core.ElementRef, },
|
|
252
219
|
{ type: core.Renderer2, },
|
|
@@ -270,10 +237,8 @@ exports.RichTextEditorComponent = RichTextEditorComponent_1 = __decorate([
|
|
|
270
237
|
core.ChangeDetectorRef])
|
|
271
238
|
], exports.RichTextEditorComponent);
|
|
272
239
|
var RichTextEditorComponent_1;
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
*/
|
|
276
|
-
var RichTextEditorModule = /** @class */ (function () {
|
|
240
|
+
|
|
241
|
+
var RichTextEditorModule = (function () {
|
|
277
242
|
function RichTextEditorModule() {
|
|
278
243
|
}
|
|
279
244
|
return RichTextEditorModule;
|
|
@@ -289,9 +254,7 @@ RichTextEditorModule.decorators = [
|
|
|
289
254
|
]
|
|
290
255
|
},] },
|
|
291
256
|
];
|
|
292
|
-
|
|
293
|
-
* @nocollapse
|
|
294
|
-
*/
|
|
257
|
+
|
|
295
258
|
RichTextEditorModule.ctorParameters = function () { return []; };
|
|
296
259
|
var ToolbarService = { provide: 'RichTextEditorToolbar', useValue: ej2Richtexteditor.Toolbar };
|
|
297
260
|
var LinkService = { provide: 'RichTextEditorLink', useValue: ej2Richtexteditor.Link };
|
|
@@ -308,10 +271,8 @@ var ResizeService = { provide: 'RichTextEditorResize', useValue: ej2Richtextedit
|
|
|
308
271
|
var FileManagerService = { provide: 'RichTextEditorFileManager', useValue: ej2Richtexteditor.FileManager };
|
|
309
272
|
var FormatPainterService = { provide: 'RichTextEditorFormatPainter', useValue: ej2Richtexteditor.FormatPainter };
|
|
310
273
|
var EmojiPickerService = { provide: 'RichTextEditorEmojiPicker', useValue: ej2Richtexteditor.EmojiPicker };
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
*/
|
|
314
|
-
var RichTextEditorAllModule = /** @class */ (function () {
|
|
274
|
+
|
|
275
|
+
var RichTextEditorAllModule = (function () {
|
|
315
276
|
function RichTextEditorAllModule() {
|
|
316
277
|
}
|
|
317
278
|
return RichTextEditorAllModule;
|
|
@@ -341,9 +302,7 @@ RichTextEditorAllModule.decorators = [
|
|
|
341
302
|
]
|
|
342
303
|
},] },
|
|
343
304
|
];
|
|
344
|
-
|
|
345
|
-
* @nocollapse
|
|
346
|
-
*/
|
|
305
|
+
|
|
347
306
|
RichTextEditorAllModule.ctorParameters = function () { return []; };
|
|
348
307
|
|
|
349
308
|
exports.RichTextEditorModule = RichTextEditorModule;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-richtexteditor.umd.min.js
|
|
3
|
-
* version : 25.2.
|
|
3
|
+
* version : 25.2.4
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. 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
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-richtexteditor@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-richtexteditor@25.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-richtexteditor@25.2.3",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-vX2xb0h8npC7aow3Zey5tjgz+Pp9KP1tN8ZLcOkFM75LyK+yUwqFOkndZby44XbYEc3OFUL7pnL6/FJA6y4eKw==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-richtexteditor",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-richtexteditor/-/ej2-angular-richtexteditor-25.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-richtexteditor/-/ej2-angular-richtexteditor-25.2.3.tgz",
|
|
23
|
+
"_shasum": "7bf3c24bfa6a9877a41d4d2dcf538727de3de55d",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-richtexteditor@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~25.2.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~25.2.4",
|
|
35
35
|
"@syncfusion/ej2-base": "~25.2.3",
|
|
36
|
-
"@syncfusion/ej2-richtexteditor": "25.2.
|
|
36
|
+
"@syncfusion/ej2-richtexteditor": "25.2.4"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 RichTextEditor component for Angular",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"schematics": "./schematics/collection.json",
|
|
59
59
|
"sideEffects": false,
|
|
60
60
|
"typings": "ej2-angular-richtexteditor.d.ts",
|
|
61
|
-
"version": "25.2.
|
|
61
|
+
"version": "25.2.4-ngcc"
|
|
62
62
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-richtexteditor";
|
|
2
|
-
export declare const pkgVer = "^25.
|
|
2
|
+
export declare const pkgVer = "^25.2.3";
|
|
3
3
|
export declare const moduleName = "RichTextEditorModule";
|
|
4
|
-
export declare const themeVer = "~25.
|
|
4
|
+
export declare const themeVer = "~25.2.3";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-richtexteditor';
|
|
4
|
-
exports.pkgVer = '^25.2.
|
|
4
|
+
exports.pkgVer = '^25.2.4';
|
|
5
5
|
exports.moduleName = 'RichTextEditorModule';
|
|
6
|
-
exports.themeVer = '~25.2.
|
|
6
|
+
exports.themeVer = '~25.2.4';
|