@syncfusion/ej2-maps 23.1.36 → 23.1.38

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,7 +1,7 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 23.1.36
4
- * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
3
+ * version : 23.1.38
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-maps@*",
3
- "_id": "@syncfusion/ej2-maps@16.42.0",
3
+ "_id": "@syncfusion/ej2-maps@23.1.36",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-H3ZkM03G9U0zWAZBoQvjnZ9H5Ckvf8q/V98WcUVkOlblkD82V5Hh0P3Z8c+PtwBkI0rpGvgR5wtJv7QMN1lXUg==",
5
+ "_integrity": "sha512-DHexGEx9Reh9aCOtiKewi3be9q+bGrjK5N4vhJbZ5A8x7Ysnyd9jWq6OSGwk31KnQW8dEJ+6y9rAhkBgsF58IQ==",
6
6
  "_location": "/@syncfusion/ej2-maps",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -23,8 +23,8 @@
23
23
  "/@syncfusion/ej2-react-maps",
24
24
  "/@syncfusion/ej2-vue-maps"
25
25
  ],
26
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-maps/-/ej2-maps-16.42.0.tgz",
27
- "_shasum": "574fe0af0d6ba3dd6005d24a99ce878fa2c85c0b",
26
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-maps/-/ej2-maps-23.1.36.tgz",
27
+ "_shasum": "9222849a225a6da65d0d4e3784a38fd46408a8bf",
28
28
  "_spec": "@syncfusion/ej2-maps@*",
29
29
  "_where": "/jenkins/workspace/elease-automation_release_23.1.1/packages/included",
30
30
  "author": {
@@ -35,7 +35,7 @@
35
35
  },
36
36
  "bundleDependencies": false,
37
37
  "dependencies": {
38
- "@syncfusion/ej2-base": "~23.1.36",
38
+ "@syncfusion/ej2-base": "~23.1.38",
39
39
  "@syncfusion/ej2-buttons": "~23.1.36",
40
40
  "@syncfusion/ej2-compression": "~23.1.36",
41
41
  "@syncfusion/ej2-data": "~23.1.36",
@@ -93,6 +93,6 @@
93
93
  "url": "git+https://github.com/syncfusion/ej2-javascript-ui-controls.git"
94
94
  },
95
95
  "typings": "index.d.ts",
96
- "version": "23.1.36",
96
+ "version": "23.1.38",
97
97
  "sideEffects": false
98
98
  }
@@ -899,7 +899,7 @@ var Zoom = /** @class */ (function () {
899
899
  var lng = (!isNullOrUndefined(marker.longitudeValuePath)) ?
900
900
  Number(getValueFromObject(marker.dataSource[dataIndex], marker.longitudeValuePath)) :
901
901
  !isNullOrUndefined(marker.dataSource[dataIndex]['longitude']) ? parseFloat(marker.dataSource[dataIndex]['longitude']) :
902
- !isNullOrUndefined(marker.dataSource[dataIndex]['Latitude']) ? parseFloat(marker.dataSource[dataIndex]['Latitude']) : 0;
902
+ !isNullOrUndefined(marker.dataSource[dataIndex]['Longitude']) ? parseFloat(marker.dataSource[dataIndex]['Longitude']) : 0;
903
903
  var lat = (!isNullOrUndefined(marker.latitudeValuePath)) ?
904
904
  Number(getValueFromObject(marker.dataSource[dataIndex], marker.latitudeValuePath)) :
905
905
  !isNullOrUndefined(marker.dataSource[dataIndex]['latitude']) ? parseFloat(marker.dataSource[dataIndex]['latitude']) :