@syncfusion/ej2-angular-maps 29.1.34 → 29.2.4
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
|
@@ -8,16 +8,6 @@
|
|
|
8
8
|
|
|
9
9
|
## [Unreleased]
|
|
10
10
|
|
|
11
|
-
### Maps
|
|
12
|
-
|
|
13
|
-
#### New Features
|
|
14
|
-
|
|
15
|
-
- An animation transition will now occur when the data labels are first rendered.
|
|
16
|
-
|
|
17
|
-
#### Bug Fixes
|
|
18
|
-
|
|
19
|
-
- `#I493376` - The tooltip will now be displayed properly above the marker templates.
|
|
20
|
-
|
|
21
11
|
## 28.2.9 (2025-03-04)
|
|
22
12
|
|
|
23
13
|
### Maps
|
|
@@ -560,7 +550,19 @@ The Maps control is used to visualize the geographical data. It is used to repre
|
|
|
560
550
|
- **Data Labels** - Supports data label to provide additional information about the shapes.
|
|
561
551
|
- **Navigation Lines** - Lines can be rendered between various points in map.
|
|
562
552
|
- **Annotations** - Supports placing any HTML element on desired location in the map.
|
|
563
|
-
- **User interaction** - Supports interactive features like zooming, panning, tooltip, highlight, selection and interactive legend.##
|
|
553
|
+
- **User interaction** - Supports interactive features like zooming, panning, tooltip, highlight, selection and interactive legend.## 29.1.33 (2025-03-25)
|
|
554
|
+
|
|
555
|
+
### Maps
|
|
556
|
+
|
|
557
|
+
#### New Features
|
|
558
|
+
|
|
559
|
+
- An animation transition will now occur when the data labels are first rendered.
|
|
560
|
+
|
|
561
|
+
#### Bug Fixes
|
|
562
|
+
|
|
563
|
+
- `#I493376` - The tooltip will now be displayed properly above the marker templates.
|
|
564
|
+
|
|
565
|
+
## 17.2.28-beta (2019-06-27)
|
|
564
566
|
|
|
565
567
|
### Maps
|
|
566
568
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-maps@*",
|
|
3
3
|
"_id": "@syncfusion/ej2-angular-maps@29.1.33",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-vSopruaXQnwsmS7ihgAWgXpWWI5mgJaG92cdj11Ept2KYBgPv3ewDS6iADKysGma6PpyZinWlHxqT7ZHSINmsA==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-maps",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-maps/-/ej2-angular-maps-29.1.33.tgz",
|
|
23
|
+
"_shasum": "283905e98a0758cf15b1e456452c78b607bb67b3",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-maps@*",
|
|
25
|
-
"_where": "
|
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_29.1.1/ivypackages/included",
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Syncfusion Inc."
|
|
28
28
|
},
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~29.
|
|
35
|
-
"@syncfusion/ej2-base": "~29.
|
|
36
|
-
"@syncfusion/ej2-maps": "29.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~29.2.4",
|
|
35
|
+
"@syncfusion/ej2-base": "~29.2.4",
|
|
36
|
+
"@syncfusion/ej2-maps": "29.2.4"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"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",
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
"schematics": "./schematics/collection.json",
|
|
71
71
|
"sideEffects": false,
|
|
72
72
|
"typings": "syncfusion-ej2-angular-maps.d.ts",
|
|
73
|
-
"version": "29.
|
|
74
|
-
}
|
|
73
|
+
"version": "29.2.4"
|
|
74
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-maps";
|
|
2
|
-
export declare const pkgVer = "^
|
|
2
|
+
export declare const pkgVer = "^29.1.33";
|
|
3
3
|
export declare const moduleName = "MapsModule";
|
|
4
|
-
export declare const themeVer = "~
|
|
4
|
+
export declare const themeVer = "~29.1.33";
|
|
@@ -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 = '^29.
|
|
4
|
+
exports.pkgVer = '^29.2.4';
|
|
5
5
|
exports.moduleName = 'MapsModule';
|
|
6
|
-
exports.themeVer = '~29.
|
|
6
|
+
exports.themeVer = '~29.2.4';
|