@syncfusion/ej2-angular-inplace-editor 23.1.40-ngcc → 23.1.41-ngcc

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
@@ -261,6 +261,8 @@ The In-place Editor component is used to edit and update the input value dynamic
261
261
  - **Globalization** - Provides right to left and localization support.
262
262
 
263
263
 
264
+ ## 23.1.40 (2023-10-10)
265
+
264
266
  ## InPlaceEditor
265
267
 
266
268
  ### Bug Fixes
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-inplace-editor.umd.js
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
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-inplace-editor.umd.min.js
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-angular-inplace-editor@*",
3
- "_id": "@syncfusion/ej2-angular-inplace-editor@23.1.36",
3
+ "_id": "@syncfusion/ej2-angular-inplace-editor@23.1.40",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-6A/d8LrYhMduwgjAuEfDr9u4uYzPlCcy6+ApB2QTJwY0FMEQsvcJ1HGJbH9rCrm7mBsbNgPeYuege5EH1YrFHw==",
5
+ "_integrity": "sha512-Mr9QUUZlz+eH143PYYqoT6U96Ja7Q8BFAvdxRQWERHMCzIuThVRUpdkp3LlMKkdPnzY12r0DWRq7rdOCX/qnNQ==",
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": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-inplace-editor/-/ej2-angular-inplace-editor-23.1.36.tgz",
23
- "_shasum": "b8fc7af02e141ba76a2128c44e1e854c4718a886",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-inplace-editor/-/ej2-angular-inplace-editor-23.1.40.tgz",
23
+ "_shasum": "929592d2589f31c20397d472acebdefea72878f1",
24
24
  "_spec": "@syncfusion/ej2-angular-inplace-editor@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
26
26
  "author": {
@@ -32,8 +32,8 @@
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~23.1.38",
35
- "@syncfusion/ej2-base": "~23.1.38",
36
- "@syncfusion/ej2-inplace-editor": "23.1.40"
35
+ "@syncfusion/ej2-base": "~23.1.41",
36
+ "@syncfusion/ej2-inplace-editor": "23.1.41"
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",
@@ -59,5 +59,5 @@
59
59
  "schematics": "./schematics/collection.json",
60
60
  "sideEffects": false,
61
61
  "typings": "ej2-angular-inplace-editor.d.ts",
62
- "version": "23.1.40-ngcc"
62
+ "version": "23.1.41-ngcc"
63
63
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-inplace-editor";
2
- export declare const pkgVer = "^23.1.36";
2
+ export declare const pkgVer = "^23.1.40";
3
3
  export declare const moduleName = "InPlaceEditorModule";
4
- export declare const themeVer = "~23.1.36";
4
+ export declare const themeVer = "~23.1.40";
@@ -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 = '^23.1.40';
4
+ exports.pkgVer = '^23.1.41';
5
5
  exports.moduleName = 'InPlaceEditorModule';
6
- exports.themeVer = '~23.1.40';
6
+ exports.themeVer = '~23.1.41';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-inplace-editor';
2
- export const pkgVer = '^23.1.40';
2
+ export const pkgVer = '^23.1.41';
3
3
  export const moduleName = 'InPlaceEditorModule';
4
- export const themeVer = '~23.1.40';
4
+ export const themeVer = '~23.1.41';
@@ -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;