@syncfusion/ej2-react-inplace-editor 19.3.46 → 19.4.48
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 +11 -0
- package/README.md +1 -1
- package/dist/ej2-react-inplace-editor.umd.min.js +1 -1
- package/package.json +8 -8
- 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/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## 19.3.56 (2021-12-02)
|
|
6
|
+
|
|
7
|
+
### In-place Editor
|
|
8
|
+
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- `#I347382` - The issue with "'submitClick' event not triggered for 'enter' key action" has been resolved.
|
|
12
|
+
- `#I347379` - The issue with "Editor closed when press enter key on multiline enabled textbox" has been resolved.
|
|
13
|
+
|
|
14
|
+
## 19.3.46 (2021-10-19)
|
|
15
|
+
|
|
5
16
|
### In-place Editor
|
|
6
17
|
|
|
7
18
|
#### Bug Fixes
|
package/README.md
CHANGED
|
@@ -57,4 +57,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2-javascript-ui-
|
|
|
57
57
|
Check the changelog [here](https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/controls/inplace-editor/CHANGELOG.md?utm_source=npm&utm_campaign=inplace-editor)
|
|
58
58
|
|
|
59
59
|
|
|
60
|
-
© Copyright
|
|
60
|
+
© Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-inplace-editor.umd.min.js
|
|
3
|
-
* version : 19.
|
|
3
|
+
* version : 19.4.48
|
|
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-react-inplace-editor@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-react-inplace-editor@19.3.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-inplace-editor@19.3.56",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-MJLwNrhXiQWBLXH1FtSftsC1khyPxnt7s8z82VMvv1dI5ba2xpLRh7fqNmM/POW721oVI4RD6jwmKbEFJNo3Hw==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-react-inplace-editor",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-react-inplace-editor/-/ej2-react-inplace-editor-19.3.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-inplace-editor/-/ej2-react-inplace-editor-19.3.56.tgz",
|
|
23
|
+
"_shasum": "95f09de0fd1829a372cdb835dbaeb0548152d931",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-inplace-editor@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~19.
|
|
35
|
-
"@syncfusion/ej2-inplace-editor": "19.
|
|
36
|
-
"@syncfusion/ej2-react-base": "~19.
|
|
34
|
+
"@syncfusion/ej2-base": "~19.4.48",
|
|
35
|
+
"@syncfusion/ej2-inplace-editor": "19.4.48",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~19.4.48"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server. for React",
|
|
@@ -59,6 +59,6 @@
|
|
|
59
59
|
"type": "git",
|
|
60
60
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
61
61
|
},
|
|
62
|
-
"version": "19.
|
|
62
|
+
"version": "19.4.48",
|
|
63
63
|
"sideEffects": false
|
|
64
64
|
}
|
package/styles/bootstrap5.css
CHANGED