@syncfusion/ej2-vue-inplace-editor 19.3.53 → 19.4.52

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
@@ -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
@@ -1,6 +1,15 @@
1
1
  /*!
2
2
  * filename: ej2-vue-inplace-editor.umd.min.js
3
- * version : 19.3.53
3
+ * version : 19.4.52
4
+ * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
+ * Use of this code is subject to the terms of our license.
6
+ * A copy of the current license can be obtained at any time by e-mailing
7
+ * licensing@syncfusion.com. Any infringement will be prosecuted under
8
+ * applicable laws.
9
+ */
10
+ /*!
11
+ * filename: ej2-vue-inplace-editor.umd.min.js
12
+ * version : 19.4.38
4
13
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
14
  * Use of this code is subject to the terms of our license.
6
15
  * 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@19.3.45",
3
+ "_id": "@syncfusion/ej2-vue-inplace-editor@19.3.56",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-M04Z8GbYLUCHBeksCEZVG3tGOKcPrbWJ5s+ZyiInwjdB6nozG9AKHNs9RAWl7C1Jpb+4G2wVMgqW+0DxXmjK3w==",
5
+ "_integrity": "sha512-ZnDWvXvtHlODmimv2u7FOODVs2F/wecKbNY3V+lNigcXTrS+OG82ar1UQ8xueXqSGD/FQjSiUY0m4mfPXaVGHw==",
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": "http://nexus.syncfusion.com/repository/ej2-hotfix/@syncfusion/ej2-vue-inplace-editor/-/ej2-vue-inplace-editor-19.3.45.tgz",
23
- "_shasum": "9787c21750e63278bdcb7c9e2fb0e8c63212e846",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-inplace-editor/-/ej2-vue-inplace-editor-19.3.56.tgz",
23
+ "_shasum": "fb7d925968dafef86e7b1b7d6123869e7f2c3c5e",
24
24
  "_spec": "@syncfusion/ej2-vue-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.3.53",
35
- "@syncfusion/ej2-inplace-editor": "19.3.53",
36
- "@syncfusion/ej2-vue-base": "~19.3.53"
34
+ "@syncfusion/ej2-base": "~19.4.52",
35
+ "@syncfusion/ej2-inplace-editor": "19.4.52",
36
+ "@syncfusion/ej2-vue-base": "~19.4.52"
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",
@@ -59,6 +59,6 @@
59
59
  "type": "git",
60
60
  "url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
61
61
  },
62
- "version": "19.3.53",
62
+ "version": "19.4.52",
63
63
  "sideEffects": false
64
64
  }
@@ -63,6 +63,7 @@
63
63
  .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
64
64
  .e-float-input.e-control-wrapper.e-ddl input[readonly] {
65
65
  background: transparent;
66
+ color: inherit;
66
67
  }
67
68
 
68
69
  .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
@@ -63,6 +63,7 @@
63
63
  .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
64
64
  .e-float-input.e-control-wrapper.e-ddl input[readonly] {
65
65
  background: transparent;
66
+ color: inherit;
66
67
  }
67
68
 
68
69
  .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
@@ -63,6 +63,7 @@
63
63
  .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
64
64
  .e-float-input.e-control-wrapper.e-ddl input[readonly] {
65
65
  background: transparent;
66
+ color: inherit;
66
67
  }
67
68
 
68
69
  .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
@@ -63,6 +63,7 @@
63
63
  .e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
64
64
  .e-float-input.e-control-wrapper.e-ddl input[readonly] {
65
65
  background: transparent;
66
+ color: inherit;
66
67
  }
67
68
 
68
69
  .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],