@syncfusion/ej2-inplace-editor 19.3.53 → 19.3.56
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 +10 -0
- 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 -1
- package/dist/es6/ej2-inplace-editor.es2015.js.map +1 -1
- package/dist/es6/ej2-inplace-editor.es5.js +2 -1
- 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 +11 -11
- package/src/inplace-editor/base/inplace-editor.js +2 -1
- package/styles/bootstrap5-dark.css +1 -0
- package/styles/bootstrap5.css +1 -0
- package/styles/inplace-editor/bootstrap5-dark.css +1 -0
- package/styles/inplace-editor/bootstrap5.css +1 -0
package/dist/global/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: index.d.ts
|
|
3
|
-
* version : 19.3.
|
|
3
|
+
* version : 19.3.56
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. 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@19.3.
|
|
3
|
+
"_id": "@syncfusion/ej2-inplace-editor@19.3.53",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-tEHMJjmEbE3IbQBaz5LJKKtPA4akIT7KYejl5Bf/F5QmexinvZcLSon7lhNKHc4ZTJpPSAS1ryEfUFJV+2p9RA==",
|
|
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": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-inplace-editor/-/ej2-inplace-editor-19.3.
|
|
28
|
-
"_shasum": "
|
|
27
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-inplace-editor/-/ej2-inplace-editor-19.3.53.tgz",
|
|
28
|
+
"_shasum": "2b18776bee28e5d5ce3c0d3ebebc0f775c9a3328",
|
|
29
29
|
"_spec": "@syncfusion/ej2-inplace-editor@*",
|
|
30
30
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
31
31
|
"author": {
|
|
@@ -36,16 +36,16 @@
|
|
|
36
36
|
},
|
|
37
37
|
"bundleDependencies": false,
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@syncfusion/ej2-base": "~19.3.
|
|
39
|
+
"@syncfusion/ej2-base": "~19.3.56",
|
|
40
40
|
"@syncfusion/ej2-buttons": "~19.3.53",
|
|
41
|
-
"@syncfusion/ej2-calendars": "~19.3.
|
|
42
|
-
"@syncfusion/ej2-data": "~19.3.
|
|
43
|
-
"@syncfusion/ej2-dropdowns": "~19.3.
|
|
41
|
+
"@syncfusion/ej2-calendars": "~19.3.56",
|
|
42
|
+
"@syncfusion/ej2-data": "~19.3.56",
|
|
43
|
+
"@syncfusion/ej2-dropdowns": "~19.3.56",
|
|
44
44
|
"@syncfusion/ej2-inputs": "~19.3.53",
|
|
45
45
|
"@syncfusion/ej2-lists": "~19.3.53",
|
|
46
|
-
"@syncfusion/ej2-navigations": "~19.3.
|
|
46
|
+
"@syncfusion/ej2-navigations": "~19.3.56",
|
|
47
47
|
"@syncfusion/ej2-popups": "~19.3.53",
|
|
48
|
-
"@syncfusion/ej2-richtexteditor": "~19.3.
|
|
48
|
+
"@syncfusion/ej2-richtexteditor": "~19.3.55",
|
|
49
49
|
"@syncfusion/ej2-splitbuttons": "~19.3.53"
|
|
50
50
|
},
|
|
51
51
|
"deprecated": false,
|
|
@@ -69,6 +69,6 @@
|
|
|
69
69
|
"url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
|
|
70
70
|
},
|
|
71
71
|
"typings": "index.d.ts",
|
|
72
|
-
"version": "19.3.
|
|
72
|
+
"version": "19.3.56",
|
|
73
73
|
"sideEffects": false
|
|
74
74
|
}
|
|
@@ -1116,9 +1116,10 @@ var InPlaceEditor = /** @class */ (function (_super) {
|
|
|
1116
1116
|
});
|
|
1117
1117
|
};
|
|
1118
1118
|
InPlaceEditor.prototype.enterKeyDownHandler = function (e) {
|
|
1119
|
-
if (!closest(e.target, '.' + classes.INPUT + ' .e-richtexteditor')) {
|
|
1119
|
+
if (!closest(e.target, '.' + classes.INPUT + ' .e-richtexteditor') && (!e.currentTarget.getElementsByTagName("textarea")[0])) {
|
|
1120
1120
|
if ((e.keyCode === 13 && e.which === 13) && closest(e.target, '.' + classes.INPUT)) {
|
|
1121
1121
|
this.save();
|
|
1122
|
+
this.trigger('submitClick', e);
|
|
1122
1123
|
}
|
|
1123
1124
|
else if (e.keyCode === 27 && e.which === 27) {
|
|
1124
1125
|
this.cancelHandler('cancel');
|
package/styles/bootstrap5.css
CHANGED