@syncfusion/ej2-maps
Advanced tools
Comparing version 21.2.4 to 21.2.5
@@ -15,2 +15,10 @@ <!-- markdownlint-disable MD010 --> | ||
- `#I457059` - Marker template will now be properly clustered in the Maps component. | ||
## 21.2.4 (2023-05-09) | ||
### Maps | ||
#### Bug fixes | ||
- `#F181587` - The click event will now be properly triggered in the button element in the tooltip template. | ||
@@ -17,0 +25,0 @@ |
/*! | ||
* filename: index.d.ts | ||
* version : 21.2.4 | ||
* version : 21.2.5 | ||
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"_from": "@syncfusion/ej2-maps@*", | ||
"_id": "@syncfusion/ej2-maps@21.2.3", | ||
"_id": "@syncfusion/ej2-maps@21.2.4", | ||
"_inBundle": false, | ||
"_integrity": "sha512-PSiITREcLYnKvsKTv1UDiFpid89kYPUC7VdGSeKHtCKgdU8pgrj3c374QiHCpuarpMm3FN1OZ+SQoCeZlOM9Nw==", | ||
"_integrity": "sha512-chFGr5RHKzsoD0m4uHhhzZ3VXh16ZKdd9/1B2U9+dlFU1fiQhS3X8tb+zlHpX436ajWxRfPdiH7F5y8HqNhBMQ==", | ||
"_location": "/@syncfusion/ej2-maps", | ||
@@ -26,4 +26,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-maps/-/ej2-maps-21.2.3.tgz", | ||
"_shasum": "db740bd3feb13b219448114efef68f484d65c33f", | ||
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-maps/-/ej2-maps-21.2.4.tgz", | ||
"_shasum": "7cf07ae680629ddbb80aec3011aa1c7c7c3439b5", | ||
"_spec": "@syncfusion/ej2-maps@*", | ||
@@ -40,3 +40,3 @@ "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included", | ||
"@syncfusion/ej2-base": "~21.2.3", | ||
"@syncfusion/ej2-buttons": "~21.2.3", | ||
"@syncfusion/ej2-buttons": "~21.2.5", | ||
"@syncfusion/ej2-compression": "~21.2.3", | ||
@@ -98,4 +98,4 @@ "@syncfusion/ej2-data": "~21.2.4", | ||
"typings": "index.d.ts", | ||
"version": "21.2.4", | ||
"version": "21.2.5", | ||
"sideEffects": false | ||
} |
@@ -403,3 +403,3 @@ import { markerRendering, convertTileLatLongToPoint, MapLocation, markerDragStart } from '../index'; | ||
var clusterElement = document.getElementById(target.indexOf('_datalabel_') > -1 ? layer.markerClusterSettings.shape === 'Balloon' ? target.split('_datalabel_')[0] + '_Group' : target.split('_datalabel_')[0] : layer.markerClusterSettings.shape === 'Balloon' ? target + '_Group' : target); | ||
var indexes = layer.markerClusterSettings.shape === 'Balloon' ? clusterElement.children[0].innerText.split(',').map(Number) : clusterElement.innerText.split(',').map(Number); | ||
var indexes = layer.markerClusterSettings.shape === 'Balloon' ? clusterElement.children[0].textContent.split(',').map(Number) : clusterElement.textContent.split(',').map(Number); | ||
collection_1 = []; | ||
@@ -406,0 +406,0 @@ for (var _i = 0, indexes_1 = indexes; _i < indexes_1.length; _i++) { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9730174
62357