@syncfusion/ej2-inplace-editor 24.2.3 → 24.2.7
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/dist/ej2-inplace-editor.min.js +2 -2
- package/dist/ej2-inplace-editor.umd.min.js +2 -2
- package/dist/ej2-inplace-editor.umd.min.js.map +1 -1
- package/dist/es6/ej2-inplace-editor.es2015.js +2 -2
- package/dist/es6/ej2-inplace-editor.es2015.js.map +1 -1
- package/dist/es6/ej2-inplace-editor.es5.js +2 -2
- package/dist/es6/ej2-inplace-editor.es5.js.map +1 -1
- package/dist/global/ej2-inplace-editor.min.js +2 -2
- package/dist/global/ej2-inplace-editor.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +16 -16
- package/src/inplace-editor/modules/rte.js +2 -2
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 24.2.
|
|
3
|
+
* version : 24.2.7
|
|
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-inplace-editor@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-inplace-editor@24.
|
|
3
|
+
"_id": "@syncfusion/ej2-inplace-editor@24.2.4",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-4Jcf9ewpwJWvb9kk0LXEuoiV1nGeyfhrgZtiHYY6vapMxfAfZGEqQ7dQrBo5qnRL43gXHXqThqbK1q0Rdq08lg==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-inplace-editor",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"/@syncfusion/ej2-react-inplace-editor",
|
|
25
25
|
"/@syncfusion/ej2-vue-inplace-editor"
|
|
26
26
|
],
|
|
27
|
-
"_resolved": "https://nexus.
|
|
28
|
-
"_shasum": "
|
|
27
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-inplace-editor/-/ej2-inplace-editor-24.2.4.tgz",
|
|
28
|
+
"_shasum": "4fff99ddcff99ee87b0e207684772cfaba6e54ad",
|
|
29
29
|
"_spec": "@syncfusion/ej2-inplace-editor@*",
|
|
30
30
|
"_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
|
|
31
31
|
"author": {
|
|
@@ -36,18 +36,18 @@
|
|
|
36
36
|
},
|
|
37
37
|
"bundleDependencies": false,
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@syncfusion/ej2-base": "~24.2.
|
|
40
|
-
"@syncfusion/ej2-buttons": "~24.2.
|
|
41
|
-
"@syncfusion/ej2-calendars": "~24.2.
|
|
39
|
+
"@syncfusion/ej2-base": "~24.2.7",
|
|
40
|
+
"@syncfusion/ej2-buttons": "~24.2.7",
|
|
41
|
+
"@syncfusion/ej2-calendars": "~24.2.5",
|
|
42
42
|
"@syncfusion/ej2-data": "~24.2.3",
|
|
43
|
-
"@syncfusion/ej2-dropdowns": "~24.2.
|
|
44
|
-
"@syncfusion/ej2-inputs": "~24.2.
|
|
45
|
-
"@syncfusion/ej2-lists": "~24.2.
|
|
46
|
-
"@syncfusion/ej2-navigations": "~24.2.
|
|
47
|
-
"@syncfusion/ej2-notifications": "~24.2.
|
|
48
|
-
"@syncfusion/ej2-popups": "~24.2.
|
|
49
|
-
"@syncfusion/ej2-richtexteditor": "~24.2.
|
|
50
|
-
"@syncfusion/ej2-splitbuttons": "~24.2.
|
|
43
|
+
"@syncfusion/ej2-dropdowns": "~24.2.7",
|
|
44
|
+
"@syncfusion/ej2-inputs": "~24.2.7",
|
|
45
|
+
"@syncfusion/ej2-lists": "~24.2.4",
|
|
46
|
+
"@syncfusion/ej2-navigations": "~24.2.4",
|
|
47
|
+
"@syncfusion/ej2-notifications": "~24.2.4",
|
|
48
|
+
"@syncfusion/ej2-popups": "~24.2.5",
|
|
49
|
+
"@syncfusion/ej2-richtexteditor": "~24.2.7",
|
|
50
|
+
"@syncfusion/ej2-splitbuttons": "~24.2.7"
|
|
51
51
|
},
|
|
52
52
|
"deprecated": false,
|
|
53
53
|
"description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server.",
|
|
@@ -70,6 +70,6 @@
|
|
|
70
70
|
"url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
|
|
71
71
|
},
|
|
72
72
|
"typings": "index.d.ts",
|
|
73
|
-
"version": "24.2.
|
|
73
|
+
"version": "24.2.7",
|
|
74
74
|
"sideEffects": false
|
|
75
75
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { RichTextEditor, HtmlEditor } from '@syncfusion/ej2-richtexteditor';
|
|
2
|
-
import { MarkdownEditor, Toolbar, Link, Image, QuickToolbar, Table, FileManager } from '@syncfusion/ej2-richtexteditor';
|
|
2
|
+
import { MarkdownEditor, Toolbar, Link, Image, QuickToolbar, Table, FileManager, PasteCleanup, EmojiPicker, Audio, Video, FormatPainter, Count } from '@syncfusion/ej2-richtexteditor';
|
|
3
3
|
import { Base } from './base-module';
|
|
4
4
|
/**
|
|
5
5
|
* The `RTE` module is used configure the properties of RTE type editor.
|
|
@@ -7,7 +7,7 @@ import { Base } from './base-module';
|
|
|
7
7
|
var Rte = /** @class */ (function () {
|
|
8
8
|
function Rte(parent) {
|
|
9
9
|
this.compObj = undefined;
|
|
10
|
-
RichTextEditor.Inject(HtmlEditor, MarkdownEditor, Toolbar, Link, Image, QuickToolbar, Table, FileManager);
|
|
10
|
+
RichTextEditor.Inject(HtmlEditor, MarkdownEditor, Toolbar, Link, Image, QuickToolbar, Table, FileManager, PasteCleanup, EmojiPicker, Audio, Video, FormatPainter, Count);
|
|
11
11
|
this.parent = parent;
|
|
12
12
|
this.parent.rteModule = this;
|
|
13
13
|
this.base = new Base(this.parent, this);
|