@syncfusion/ej2-vue-inplace-editor 20.4.48 → 20.4.54
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
CHANGED
|
@@ -6,6 +6,15 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I440965` - Now, the validation works properly when using two way binding for the `value` property.
|
|
10
|
+
- `#I443357` - Now, when you click the cancel button in the In-place Editor, the Rich Text Editor will no longer be focused.
|
|
11
|
+
|
|
12
|
+
## 20.4.48 (2023-02-01)
|
|
13
|
+
|
|
14
|
+
### In-place Editor
|
|
15
|
+
|
|
16
|
+
#### Bug Fixes
|
|
17
|
+
|
|
9
18
|
- `#I427677` - Resolved issue with `maxLength` validation rules for RTE type in In-place Editor.
|
|
10
19
|
|
|
11
20
|
## 19.4.38 (2021-12-17)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-inplace-editor.umd.min.js
|
|
3
|
-
* version : 20.4.
|
|
3
|
+
* version : 20.4.54
|
|
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-vue-inplace-editor@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-inplace-editor@20.4.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-inplace-editor@20.4.48",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-oxT/DDsA8rF11YzWz0TzMceH+1ZLtHK94h5OGlbXA6E6PD6fh+iaEZd4MlXgOG1HRz5FfcZ8KEF+4rXNqWGdZA==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-inplace-editor",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-inplace-editor/-/ej2-vue-inplace-editor-20.4.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-inplace-editor/-/ej2-vue-inplace-editor-20.4.48.tgz",
|
|
23
|
+
"_shasum": "c4b198eed120aac0a76797f896af3306bb96838e",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-inplace-editor@*",
|
|
25
25
|
"_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~20.4.
|
|
35
|
-
"@syncfusion/ej2-inplace-editor": "20.4.
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~20.4.
|
|
34
|
+
"@syncfusion/ej2-base": "~20.4.51",
|
|
35
|
+
"@syncfusion/ej2-inplace-editor": "20.4.54",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~20.4.51"
|
|
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 Vue",
|
|
@@ -57,6 +57,6 @@
|
|
|
57
57
|
"scripts": {
|
|
58
58
|
"postinstall": "node ../ej2-vue-base/postinstall.js"
|
|
59
59
|
},
|
|
60
|
-
"version": "20.4.
|
|
60
|
+
"version": "20.4.54",
|
|
61
61
|
"sideEffects": false
|
|
62
62
|
}
|