@syncfusion/ej2-angular-maps 25.1.35 → 25.1.37
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/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-maps@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-maps@
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-maps@25.1.35",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-j57b4gLaTx9qEWHbE3uL2ePYp02YuRzlUw0lYlZJWA/9h57VmwhRPmI88VEax7r7HUgmE1DYFC3W46mEBX7f+A==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-maps",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-maps/-/ej2-angular-maps-25.1.35.tgz",
|
|
23
|
+
"_shasum": "f152dce3dae3aaeaee3f1d214e12a999d4bbb92a",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-maps@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_25.1.1/ivypackages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,13 +31,14 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~25.1.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~25.1.37",
|
|
35
35
|
"@syncfusion/ej2-base": "~25.1.35",
|
|
36
|
-
"@syncfusion/ej2-maps": "25.1.
|
|
36
|
+
"@syncfusion/ej2-maps": "25.1.37",
|
|
37
37
|
"tslib": "^2.3.0"
|
|
38
38
|
},
|
|
39
39
|
"deprecated": false,
|
|
40
40
|
"description": "The Maps component is used to visualize the geographical data and represent the statistical data of a particular geographical area on earth with user interactivity, and provides various customizing options for Angular",
|
|
41
|
+
"devDependencies": {},
|
|
41
42
|
"es2020": "fesm2020/syncfusion-ej2-angular-maps.mjs",
|
|
42
43
|
"esm2020": "esm2020/syncfusion-ej2-angular-maps.mjs",
|
|
43
44
|
"exports": {
|
|
@@ -71,5 +72,5 @@
|
|
|
71
72
|
"schematics": "./schematics/collection.json",
|
|
72
73
|
"sideEffects": false,
|
|
73
74
|
"typings": "syncfusion-ej2-angular-maps.d.ts",
|
|
74
|
-
"version": "25.1.
|
|
75
|
+
"version": "25.1.37"
|
|
75
76
|
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// var fs = require("fs");
|
|
2
|
+
// var glob = require("glob");
|
|
3
|
+
|
|
4
|
+
// // selectors
|
|
5
|
+
|
|
6
|
+
// if (process.env.tagName !== undefined) {
|
|
7
|
+
// var newTagPrefix = process.env.tagName.trim();
|
|
8
|
+
// var files = glob.sync("./@syncfusion/*");
|
|
9
|
+
// for (var i = 0; i < files.length; i++) {
|
|
10
|
+
// var sourceFile = fs.readFileSync(files[i], "utf8");
|
|
11
|
+
// for (var j = 0; j < selectors.length; j++) {
|
|
12
|
+
// selectors[j] = selectors[j].replace('[','').replace(']','');
|
|
13
|
+
// var tagRegex = new RegExp(selectors[j], "g");
|
|
14
|
+
// sourceFile = sourceFile.replace(tagRegex,selectors[j].replace("ejs", newTagPrefix));
|
|
15
|
+
// }
|
|
16
|
+
// fs.writeFileSync(files[i], sourceFile, "utf8");
|
|
17
|
+
// }
|
|
18
|
+
// }
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-maps";
|
|
2
|
-
export declare const pkgVer = "^
|
|
2
|
+
export declare const pkgVer = "^25.1.35";
|
|
3
3
|
export declare const moduleName = "MapsModule";
|
|
4
|
-
export declare const themeVer = "~
|
|
4
|
+
export declare const themeVer = "~25.1.35";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-maps';
|
|
4
|
-
exports.pkgVer = '^25.1.
|
|
4
|
+
exports.pkgVer = '^25.1.37';
|
|
5
5
|
exports.moduleName = 'MapsModule';
|
|
6
|
-
exports.themeVer = '~25.1.
|
|
6
|
+
exports.themeVer = '~25.1.37';
|