@syncfusion/ej2-angular-inplace-editor 32.1.19 → 32.1.24
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/README.md +1 -1
- package/package.json +56 -25
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
package/README.md
CHANGED
|
@@ -67,4 +67,4 @@ Product support is available for through following mediums.
|
|
|
67
67
|
Check the changelog [here](https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/controls/inplace-editor/CHANGELOG.md?utm_source=npm&utm_campaign=inplace-editor)
|
|
68
68
|
|
|
69
69
|
|
|
70
|
-
© Copyright
|
|
70
|
+
© Copyright 2026 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution.
|
package/package.json
CHANGED
|
@@ -1,33 +1,44 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"@syncfusion/ej2-inplace-editor"
|
|
2
|
+
"_from": "@syncfusion/ej2-angular-inplace-editor@*",
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-inplace-editor@21.3.7",
|
|
4
|
+
"_inBundle": false,
|
|
5
|
+
"_integrity": "sha512-c8X/VYWiRAXw4dZVXXFwclGTARFDAT8H4Z/lpc8f2fzXaw1yIn+VKcdyC108CNjztZD1H7IZ3R92CD2UjPyvQw==",
|
|
6
|
+
"_location": "/@syncfusion/ej2-angular-inplace-editor",
|
|
7
|
+
"_phantomChildren": {},
|
|
8
|
+
"_requested": {
|
|
9
|
+
"type": "range",
|
|
10
|
+
"registry": true,
|
|
11
|
+
"raw": "@syncfusion/ej2-angular-inplace-editor@*",
|
|
12
|
+
"name": "@syncfusion/ej2-angular-inplace-editor",
|
|
13
|
+
"escapedName": "@syncfusion%2fej2-angular-inplace-editor",
|
|
14
|
+
"scope": "@syncfusion",
|
|
15
|
+
"rawSpec": "*",
|
|
16
|
+
"saveSpec": null,
|
|
17
|
+
"fetchSpec": "*"
|
|
12
18
|
},
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"ng",
|
|
16
|
-
"angular-inplace-editor",
|
|
17
|
-
"angular-inplace-editor-component",
|
|
18
|
-
"ej2-angular-inplace-editor"
|
|
19
|
+
"_requiredBy": [
|
|
20
|
+
"/"
|
|
19
21
|
],
|
|
20
|
-
"
|
|
21
|
-
|
|
22
|
-
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-release/@syncfusion/ej2-angular-inplace-editor/-/ej2-angular-inplace-editor-21.3.7.tgz",
|
|
23
|
+
"_shasum": "1f7da76bcf833b550ec572c28987c2cc7826e6b3",
|
|
24
|
+
"_spec": "@syncfusion/ej2-angular-inplace-editor@*",
|
|
25
|
+
"_where": "D:\\SF3992\\WFH\\Nexus\\release",
|
|
26
|
+
"author": {
|
|
27
|
+
"name": "Syncfusion Inc."
|
|
23
28
|
},
|
|
24
|
-
"
|
|
25
|
-
|
|
29
|
+
"bugs": {
|
|
30
|
+
"url": "https://github.com/syncfusion/ej2-angular-ui-components/issues"
|
|
31
|
+
},
|
|
32
|
+
"bundleDependencies": false,
|
|
33
|
+
"dependencies": {
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~32.1.24",
|
|
35
|
+
"@syncfusion/ej2-base": "~32.1.24",
|
|
36
|
+
"@syncfusion/ej2-inplace-editor": "32.1.24"
|
|
37
|
+
},
|
|
38
|
+
"deprecated": false,
|
|
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",
|
|
26
40
|
"es2020": "fesm2020/syncfusion-ej2-angular-inplace-editor.mjs",
|
|
27
41
|
"esm2020": "esm2020/syncfusion-ej2-angular-inplace-editor.mjs",
|
|
28
|
-
"fesm2020": "fesm2020/syncfusion-ej2-angular-inplace-editor.mjs",
|
|
29
|
-
"fesm2015": "fesm2015/syncfusion-ej2-angular-inplace-editor.mjs",
|
|
30
|
-
"typings": "syncfusion-ej2-angular-inplace-editor.d.ts",
|
|
31
42
|
"exports": {
|
|
32
43
|
"./package.json": {
|
|
33
44
|
"default": "./package.json"
|
|
@@ -41,5 +52,25 @@
|
|
|
41
52
|
"default": "./fesm2020/syncfusion-ej2-angular-inplace-editor.mjs"
|
|
42
53
|
}
|
|
43
54
|
},
|
|
44
|
-
"
|
|
55
|
+
"fesm2015": "fesm2015/syncfusion-ej2-angular-inplace-editor.mjs",
|
|
56
|
+
"fesm2020": "fesm2020/syncfusion-ej2-angular-inplace-editor.mjs",
|
|
57
|
+
"homepage": "https://www.syncfusion.com/angular-components",
|
|
58
|
+
"keywords": [
|
|
59
|
+
"angular",
|
|
60
|
+
"ng",
|
|
61
|
+
"angular-inplace-editor",
|
|
62
|
+
"angular-inplace-editor-component",
|
|
63
|
+
"ej2-angular-inplace-editor"
|
|
64
|
+
],
|
|
65
|
+
"license": "SEE LICENSE IN license",
|
|
66
|
+
"module": "fesm2015/syncfusion-ej2-angular-inplace-editor.mjs",
|
|
67
|
+
"name": "@syncfusion/ej2-angular-inplace-editor",
|
|
68
|
+
"repository": {
|
|
69
|
+
"type": "git",
|
|
70
|
+
"url": "git+https://github.com/syncfusion/ej2-angular-ui-components.git"
|
|
71
|
+
},
|
|
72
|
+
"schematics": "./schematics/collection.json",
|
|
73
|
+
"sideEffects": false,
|
|
74
|
+
"typings": "syncfusion-ej2-angular-inplace-editor.d.ts",
|
|
75
|
+
"version": "32.1.24"
|
|
45
76
|
}
|
|
@@ -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 = '^32.1.
|
|
4
|
+
exports.pkgVer = '^32.1.24';
|
|
5
5
|
exports.moduleName = 'InPlaceEditorModule';
|
|
6
|
-
exports.themeVer = '~32.1.
|
|
6
|
+
exports.themeVer = '~32.1.24';
|