@syncfusion/ej2-angular-inplace-editor 23.1.36-ngcc → 23.1.40-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 +6 -0
- package/dist/ej2-angular-inplace-editor.umd.js +2 -2
- package/dist/ej2-angular-inplace-editor.umd.min.js +2 -2
- package/package.json +8 -8
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -261,3 +261,9 @@ 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
|
+
## InPlaceEditor
|
|
265
|
+
|
|
266
|
+
### Bug Fixes
|
|
267
|
+
|
|
268
|
+
- `#F495335` - Resolved the issue where the "Clear" icon was not initially visible in the `DropDownList` inside the `InplaceEditor` on first `focus`.
|
|
269
|
+
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-inplace-editor.umd.js
|
|
3
|
-
* version : 23.1.
|
|
4
|
-
* Copyright Syncfusion Inc. 2001 -
|
|
3
|
+
* version : 23.1.40
|
|
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
|
|
7
7
|
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-inplace-editor.umd.min.js
|
|
3
|
-
* version : 23.1.
|
|
4
|
-
* Copyright Syncfusion Inc. 2001 -
|
|
3
|
+
* version : 23.1.40
|
|
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
|
|
7
7
|
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
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@
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-inplace-editor@23.1.36",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-6A/d8LrYhMduwgjAuEfDr9u4uYzPlCcy6+ApB2QTJwY0FMEQsvcJ1HGJbH9rCrm7mBsbNgPeYuege5EH1YrFHw==",
|
|
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-
|
|
23
|
-
"_shasum": "
|
|
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",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-inplace-editor@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~23.1.
|
|
35
|
-
"@syncfusion/ej2-base": "~23.1.
|
|
36
|
-
"@syncfusion/ej2-inplace-editor": "23.1.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~23.1.38",
|
|
35
|
+
"@syncfusion/ej2-base": "~23.1.38",
|
|
36
|
+
"@syncfusion/ej2-inplace-editor": "23.1.40"
|
|
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.
|
|
62
|
+
"version": "23.1.40-ngcc"
|
|
63
63
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-inplace-editor";
|
|
2
|
-
export declare const pkgVer = "^
|
|
2
|
+
export declare const pkgVer = "^23.1.36";
|
|
3
3
|
export declare const moduleName = "InPlaceEditorModule";
|
|
4
|
-
export declare const themeVer = "~
|
|
4
|
+
export declare const themeVer = "~23.1.36";
|
|
@@ -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.
|
|
4
|
+
exports.pkgVer = '^23.1.40';
|
|
5
5
|
exports.moduleName = 'InPlaceEditorModule';
|
|
6
|
-
exports.themeVer = '~23.1.
|
|
6
|
+
exports.themeVer = '~23.1.40';
|