@syncfusion/ej2-inplace-editor 23.1.40 → 23.1.41

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.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 23.1.40
3
+ * version : 23.1.41
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. 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@23.1.36",
3
+ "_id": "@syncfusion/ej2-inplace-editor@23.1.40",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-Hqb/JPN2nyEJ6R2pW+EPQF59im0hzbbhf/T7joYTcz7W5EEHMtA+syiaWxOELIesW9lBtFusRYMJ6aRzp7OAYw==",
5
+ "_integrity": "sha512-4zWvY+JFG9YQvEL8jIioRpBmyc5SuAy9AyfgzcfXAbOWJVUDsbmhdm0NMWssZCXBpfrB7mV4FV56l7xauhZShQ==",
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": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-inplace-editor/-/ej2-inplace-editor-23.1.36.tgz",
28
- "_shasum": "f5b8f566a4d0a4bfc851659715dee03fcb736ca0",
27
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-inplace-editor/-/ej2-inplace-editor-23.1.40.tgz",
28
+ "_shasum": "5c6e18abea67a37ed8cf7edf9db673ae1bdfd9c1",
29
29
  "_spec": "@syncfusion/ej2-inplace-editor@*",
30
30
  "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
31
31
  "author": {
@@ -36,18 +36,18 @@
36
36
  },
37
37
  "bundleDependencies": false,
38
38
  "dependencies": {
39
- "@syncfusion/ej2-base": "~23.1.38",
40
- "@syncfusion/ej2-buttons": "~23.1.39",
41
- "@syncfusion/ej2-calendars": "~23.1.40",
39
+ "@syncfusion/ej2-base": "~23.1.41",
40
+ "@syncfusion/ej2-buttons": "~23.1.41",
41
+ "@syncfusion/ej2-calendars": "~23.1.41",
42
42
  "@syncfusion/ej2-data": "~23.1.36",
43
- "@syncfusion/ej2-dropdowns": "~23.1.40",
43
+ "@syncfusion/ej2-dropdowns": "~23.1.41",
44
44
  "@syncfusion/ej2-inputs": "~23.1.40",
45
45
  "@syncfusion/ej2-lists": "~23.1.36",
46
- "@syncfusion/ej2-navigations": "~23.1.40",
46
+ "@syncfusion/ej2-navigations": "~23.1.41",
47
47
  "@syncfusion/ej2-notifications": "~23.1.40",
48
48
  "@syncfusion/ej2-popups": "~23.1.38",
49
- "@syncfusion/ej2-richtexteditor": "~23.1.40",
50
- "@syncfusion/ej2-splitbuttons": "~23.1.36"
49
+ "@syncfusion/ej2-richtexteditor": "~23.1.41",
50
+ "@syncfusion/ej2-splitbuttons": "~23.1.41"
51
51
  },
52
52
  "deprecated": false,
53
53
  "description": "A package of Essential JS 2 Inplace editor components, which is used to edit and update the value dynamically in server.",
@@ -70,6 +70,6 @@
70
70
  "url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
71
71
  },
72
72
  "typings": "index.d.ts",
73
- "version": "23.1.40",
73
+ "version": "23.1.41",
74
74
  "sideEffects": false
75
75
  }
@@ -670,7 +670,7 @@ var InPlaceEditor = /** @class */ (function (_super) {
670
670
  this.submitBtn = undefined;
671
671
  }
672
672
  if (!isNOU(this.cancelBtn)) {
673
- EventHandler.remove(this.cancelBtn.element, 'mouseup', this.cancelBtnClick);
673
+ EventHandler.remove(this.cancelBtn.element, 'mousedown', this.cancelBtnClick);
674
674
  EventHandler.remove(this.cancelBtn.element, 'keydown', this.btnKeyDownHandler);
675
675
  this.cancelBtn.destroy();
676
676
  this.cancelBtn = undefined;
@@ -962,7 +962,7 @@ var InPlaceEditor = /** @class */ (function (_super) {
962
962
  EventHandler.add(this.submitBtn.element, 'keydown', this.btnKeyDownHandler, this);
963
963
  }
964
964
  if (!isNOU(this.cancelBtn)) {
965
- EventHandler.add(this.cancelBtn.element, 'mouseup', this.cancelBtnClick, this);
965
+ EventHandler.add(this.cancelBtn.element, 'mousedown', this.cancelBtnClick, this);
966
966
  EventHandler.add(this.cancelBtn.element, 'keydown', this.btnKeyDownHandler, this);
967
967
  }
968
968
  };
@@ -125,13 +125,24 @@
125
125
  }
126
126
 
127
127
  .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
128
- font-size: 8px;
128
+ font-size: 12px;
129
+ }
130
+
131
+ .e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
132
+ .e-bigger.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
133
+ font-size: 14px;
129
134
  }
130
135
 
131
- .e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
136
+ .e-small .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
137
+ .e-small.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
132
138
  font-size: 10px;
133
139
  }
134
140
 
141
+ .e-small.e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
142
+ .e-small.e-bigger.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
143
+ font-size: 12px;
144
+ }
145
+
135
146
  .e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
136
147
  font-size: 14px;
137
148
  line-height: 34px;
@@ -165,6 +176,25 @@
165
176
  border-right-width: 0;
166
177
  }
167
178
 
179
+ .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
180
+ font-size: 12px;
181
+ }
182
+
183
+ .e-bigger .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
184
+ .e-bigger.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
185
+ font-size: 14px;
186
+ }
187
+
188
+ .e-small .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
189
+ .e-small.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
190
+ font-size: 10px;
191
+ }
192
+
193
+ .e-small.e-bigger .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
194
+ .e-small.e-bigger.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
195
+ font-size: 12px;
196
+ }
197
+
168
198
  .e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
169
199
  border-left-width: 0;
170
200
  border-radius: 4px 0 0 4px;
@@ -125,13 +125,24 @@
125
125
  }
126
126
 
127
127
  .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
128
- font-size: 8px;
128
+ font-size: 12px;
129
+ }
130
+
131
+ .e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
132
+ .e-bigger.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
133
+ font-size: 14px;
129
134
  }
130
135
 
131
- .e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
136
+ .e-small .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
137
+ .e-small.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
132
138
  font-size: 10px;
133
139
  }
134
140
 
141
+ .e-small.e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
142
+ .e-small.e-bigger.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
143
+ font-size: 12px;
144
+ }
145
+
135
146
  .e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
136
147
  font-size: 14px;
137
148
  line-height: 34px;
@@ -165,6 +176,25 @@
165
176
  border-right-width: 0;
166
177
  }
167
178
 
179
+ .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
180
+ font-size: 12px;
181
+ }
182
+
183
+ .e-bigger .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
184
+ .e-bigger.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
185
+ font-size: 14px;
186
+ }
187
+
188
+ .e-small .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
189
+ .e-small.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
190
+ font-size: 10px;
191
+ }
192
+
193
+ .e-small.e-bigger .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
194
+ .e-small.e-bigger.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
195
+ font-size: 12px;
196
+ }
197
+
168
198
  .e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
169
199
  border-left-width: 0;
170
200
  border-radius: 4px 0 0 4px;