@syncfusion/ej2-angular-filemanager 29.2.4-ngcc → 29.2.10-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.
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
2
|
* filename: ej2-angular-filemanager.umd.js
|
3
|
-
* version : 29.2.
|
3
|
+
* version : 29.2.10
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2024. 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-filemanager.umd.min.js
|
3
|
-
* version : 29.2.
|
3
|
+
* version : 29.2.10
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2024. 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,45 +1,16 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
"
|
4
|
-
"
|
5
|
-
"
|
6
|
-
"
|
7
|
-
"
|
8
|
-
"_requested": {
|
9
|
-
"type": "range",
|
10
|
-
"registry": true,
|
11
|
-
"raw": "@syncfusion/ej2-angular-filemanager@*",
|
12
|
-
"name": "@syncfusion/ej2-angular-filemanager",
|
13
|
-
"escapedName": "@syncfusion%2fej2-angular-filemanager",
|
14
|
-
"scope": "@syncfusion",
|
15
|
-
"rawSpec": "*",
|
16
|
-
"saveSpec": null,
|
17
|
-
"fetchSpec": "*"
|
18
|
-
},
|
19
|
-
"_requiredBy": [
|
20
|
-
"/"
|
21
|
-
],
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-filemanager/-/ej2-angular-filemanager-29.1.39.tgz",
|
23
|
-
"_shasum": "4591db8f7f4467d1edaf203097a40011b2b835d2",
|
24
|
-
"_spec": "@syncfusion/ej2-angular-filemanager@*",
|
25
|
-
"_where": "/jenkins/workspace/elease-automation_release_29.1.1/packages/included",
|
26
|
-
"author": {
|
27
|
-
"name": "Syncfusion Inc."
|
28
|
-
},
|
29
|
-
"bugs": {
|
30
|
-
"url": "https://github.com/syncfusion/ej2-angular-ui-components/issues"
|
31
|
-
},
|
32
|
-
"bundleDependencies": false,
|
2
|
+
"name": "@syncfusion/ej2-angular-filemanager",
|
3
|
+
"version": "29.2.10-ngcc",
|
4
|
+
"description": "Essential JS 2 FileManager Component for Angular",
|
5
|
+
"author": "Syncfusion Inc.",
|
6
|
+
"license": "SEE LICENSE IN license",
|
7
|
+
"schematics": "./schematics/collection.json",
|
33
8
|
"dependencies": {
|
34
|
-
"@syncfusion/ej2-angular-base": "~29.2.4",
|
35
9
|
"@syncfusion/ej2-base": "~29.2.4",
|
36
|
-
"@syncfusion/ej2-
|
10
|
+
"@syncfusion/ej2-angular-base": "~29.2.10",
|
11
|
+
"@syncfusion/ej2-filemanager": "29.2.10"
|
37
12
|
},
|
38
|
-
"deprecated": false,
|
39
|
-
"description": "Essential JS 2 FileManager Component for Angular",
|
40
13
|
"devDependencies": {},
|
41
|
-
"es2015": "@syncfusion/ej2-angular-filemanager.js",
|
42
|
-
"homepage": "https://www.syncfusion.com/angular-components",
|
43
14
|
"keywords": [
|
44
15
|
"angular",
|
45
16
|
"angular-filemanager",
|
@@ -51,17 +22,15 @@
|
|
51
22
|
"angular-file selector",
|
52
23
|
"angular-directory viewer"
|
53
24
|
],
|
54
|
-
"license": "SEE LICENSE IN license",
|
55
|
-
"main": "dist/ej2-angular-filemanager.umd.js",
|
56
|
-
"metadata": "ej2-angular-filemanager.metadata.json",
|
57
|
-
"module": "@syncfusion/ej2-angular-filemanager.es5.js",
|
58
|
-
"name": "@syncfusion/ej2-angular-filemanager",
|
59
25
|
"repository": {
|
60
26
|
"type": "git",
|
61
|
-
"url": "
|
27
|
+
"url": "https://github.com/syncfusion/ej2-angular-ui-components.git"
|
62
28
|
},
|
63
|
-
"schematics": "./schematics/collection.json",
|
64
29
|
"sideEffects": false,
|
30
|
+
"main": "dist/ej2-angular-filemanager.umd.js",
|
31
|
+
"module": "@syncfusion/ej2-angular-filemanager.es5.js",
|
32
|
+
"es2015": "@syncfusion/ej2-angular-filemanager.js",
|
65
33
|
"typings": "ej2-angular-filemanager.d.ts",
|
66
|
-
"
|
34
|
+
"metadata": "ej2-angular-filemanager.metadata.json",
|
35
|
+
"homepage": "https://www.syncfusion.com/angular-components"
|
67
36
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-filemanager';
|
4
|
-
exports.pkgVer = '^29.2.
|
4
|
+
exports.pkgVer = '^29.2.10';
|
5
5
|
exports.moduleName = 'FileManagerModule';
|
6
|
-
exports.themeVer = '~29.2.
|
6
|
+
exports.themeVer = '~29.2.10';
|