@syncfusion/ej2-maps 32.2.3 → 33.1.44

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: index.d.ts
3
- * version : 32.2.3
3
+ * version : 33.1.44
4
4
  * Copyright Syncfusion Inc. 2001 - 2025. 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,17 +1,17 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-maps",
3
- "version": "32.2.3",
3
+ "version": "33.1.44",
4
4
  "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",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
7
7
  "dependencies": {
8
- "@syncfusion/ej2-base": "~32.2.3",
9
- "@syncfusion/ej2-buttons": "~32.2.3",
10
- "@syncfusion/ej2-compression": "~32.2.3",
11
- "@syncfusion/ej2-data": "~32.2.3",
12
- "@syncfusion/ej2-file-utils": "~32.2.3",
13
- "@syncfusion/ej2-pdf-export": "~32.2.3",
14
- "@syncfusion/ej2-svg-base": "~32.2.3"
8
+ "@syncfusion/ej2-base": "~33.1.44",
9
+ "@syncfusion/ej2-buttons": "~33.1.44",
10
+ "@syncfusion/ej2-compression": "~33.1.44",
11
+ "@syncfusion/ej2-data": "~33.1.44",
12
+ "@syncfusion/ej2-file-utils": "~33.1.44",
13
+ "@syncfusion/ej2-pdf-export": "~33.1.44",
14
+ "@syncfusion/ej2-svg-base": "~33.1.44"
15
15
  },
16
16
  "devDependencies": {},
17
17
  "keywords": [
@@ -1255,7 +1255,7 @@ var Zoom = /** @class */ (function () {
1255
1255
  var layerX = event.type.indexOf('mouse') > -1 || event.type.indexOf('key') > -1 ? event['layerX'] : event.touches[0].pageX;
1256
1256
  var layerY = event.type.indexOf('mouse') > -1 || event.type.indexOf('key') > -1 ? event['layerY'] : event.touches[0].pageY;
1257
1257
  this.maps.mergeCluster();
1258
- if (!map.isTileMap) {
1258
+ if (!map.isTileMap && map.mapScaleValue > 1) {
1259
1259
  var marginTop = getProcessedMarginValue(map.margin.top);
1260
1260
  var legendElement = document.getElementById(map.element.id + '_Legend_Group');
1261
1261
  var legendHeight = !isNullOrUndefined(legendElement) ? legendElement.getClientRects()[0].height : 0;