@syncfusion/ej2-angular-inplace-editor 19.3.43 → 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 CHANGED
@@ -2,6 +2,21 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### In-place Editor
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I347382` - The issue with "'submitClick' event not triggered for 'enter' key action" has been resolved.
10
+ - `#I347379` - The issue with "Editor closed when press enter key on multiline enabled textbox" has been resolved.
11
+
12
+ ## 19.3.46 (2021-10-19)
13
+
14
+ ### In-place Editor
15
+
16
+ #### Bug Fixes
17
+
18
+ - `#I341653` - The issue with "Window `resize` event listener is not removed properly" has been resolved.
19
+
5
20
  ## 19.2.51 (2021-08-03)
6
21
 
7
22
  ### In-place Editor
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-inplace-editor.umd.js
3
- * version : 19.3.43
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
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-inplace-editor.umd.min.js
3
- * version : 19.3.43
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-angular-inplace-editor@*",
3
- "_id": "@syncfusion/ej2-angular-inplace-editor@18.20.0",
3
+ "_id": "@syncfusion/ej2-angular-inplace-editor@19.3.53",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-YCd8XMgYjUjPK3u2pRzUxZK/KRa535ZCvmxpQ1UT4305z98BHx+esND19iOiJLJKoPfOw8EnUC1I8xhu9sPOcg==",
5
+ "_integrity": "sha512-pUYFVhA4pB2Yt3IamaMJ6h1MBGELpQXGjqTK4AEReJaTufhZroYB99Xe2IaDJ3L35aJd7qYDYi2C1bylmxQSug==",
6
6
  "_location": "/@syncfusion/ej2-angular-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-release/@syncfusion/ej2-angular-inplace-editor/-/ej2-angular-inplace-editor-18.20.0.tgz",
23
- "_shasum": "acd5da00a527fd8e839d1fcf398c9e8cc8565d97",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-inplace-editor/-/ej2-angular-inplace-editor-19.3.53.tgz",
23
+ "_shasum": "81e0262e3fb1ec9c5efbd0d189b21e4d791949d4",
24
24
  "_spec": "@syncfusion/ej2-angular-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-angular-base": "~19.3.43",
35
- "@syncfusion/ej2-base": "~19.3.43",
36
- "@syncfusion/ej2-inplace-editor": "19.3.43"
34
+ "@syncfusion/ej2-angular-base": "~19.3.55",
35
+ "@syncfusion/ej2-base": "~19.3.56",
36
+ "@syncfusion/ej2-inplace-editor": "19.3.56"
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 Angular",
@@ -64,5 +64,5 @@
64
64
  "schematics": "./schematics/collection.json",
65
65
  "sideEffects": false,
66
66
  "typings": "ej2-angular-inplace-editor.d.ts",
67
- "version": "19.3.43"
67
+ "version": "19.3.56"
68
68
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-inplace-editor";
2
- export declare const pkgVer = "^18.20.0";
2
+ export declare const pkgVer = "^19.3.53";
3
3
  export declare const moduleName = "InPlaceEditorModule";
4
- export declare const themeVer = "~18.20.0";
4
+ export declare const themeVer = "~19.3.53";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-inplace-editor';
4
- exports.pkgVer = '^18.20.0';
4
+ exports.pkgVer = '^19.3.53';
5
5
  exports.moduleName = 'InPlaceEditorModule';
6
- exports.themeVer = '~18.20.0';
6
+ exports.themeVer = '~19.3.53';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-inplace-editor';
2
- export const pkgVer = '^18.20.0';
2
+ export const pkgVer = '^19.3.53';
3
3
  export const moduleName = 'InPlaceEditorModule';
4
- export const themeVer = '~18.20.0';
4
+ export const themeVer = '~19.3.53';
@@ -85,6 +85,11 @@
85
85
  background: transparent;
86
86
  }
87
87
 
88
+ .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
89
+ .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
90
+ background: #e9ecef;
91
+ }
92
+
88
93
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
89
94
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
90
95
  .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
@@ -63,6 +63,12 @@
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;
67
+ }
68
+
69
+ .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
70
+ .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
71
+ background: #343a40;
66
72
  }
67
73
 
68
74
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
@@ -63,6 +63,12 @@
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;
67
+ }
68
+
69
+ .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
70
+ .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
71
+ background: #e9ecef;
66
72
  }
67
73
 
68
74
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
@@ -85,6 +85,11 @@
85
85
  background: transparent;
86
86
  }
87
87
 
88
+ .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
89
+ .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
90
+ background: #e9ecef;
91
+ }
92
+
88
93
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
89
94
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
90
95
  .e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
@@ -63,6 +63,12 @@
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;
67
+ }
68
+
69
+ .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
70
+ .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
71
+ background: #343a40;
66
72
  }
67
73
 
68
74
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
@@ -63,6 +63,12 @@
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;
67
+ }
68
+
69
+ .e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
70
+ .e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
71
+ background: #e9ecef;
66
72
  }
67
73
 
68
74
  .e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,