@syncfusion/ej2-maps
Advanced tools
Comparing version 25.1.41 to 25.2.3
@@ -15,2 +15,10 @@ <!-- markdownlint-disable MD010 --> | ||
- `#I580579` - Script errors will no longer be thrown when the markers in the Maps are disabled. | ||
## 25.1.41 (2024-04-23) | ||
### Maps | ||
#### Bug Fixes | ||
- `#I576422` - Script errors will no longer occur when rendering data labels with "Normal" geometry type maps, and the data labels will be rendered properly with the provided labels without trimming. | ||
@@ -17,0 +25,0 @@ - `#I566503` - The flickering in the tile images of the online maps will no longer occur while panning. |
/*! | ||
* filename: index.d.ts | ||
* version : 25.1.41 | ||
* version : 25.2.3 | ||
* Copyright Syncfusion Inc. 2001 - 2023. 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@25.1.40", | ||
"_id": "@syncfusion/ej2-maps@25.1.41", | ||
"_inBundle": false, | ||
"_integrity": "sha512-JVVKXJ9HituoHeGWMEoues4XOwwcSl79tKEKhFHUTRKaYmzrpZIm4M2QEU2+0+3IhQjKSaQgv0ictbRytkpeiQ==", | ||
"_integrity": "sha512-f3i1agwk554peX5JwF25nYx4Spy6FhCaRvPuvbQq0PIslntofQeqvtJCh8uiodToSusmNixIvo5dr/+bmtUwjQ==", | ||
"_location": "/@syncfusion/ej2-maps", | ||
@@ -26,4 +26,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-maps/-/ej2-maps-25.1.40.tgz", | ||
"_shasum": "dadf7bd16cf348c721c94c4e26b329294dcf7896", | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-maps/-/ej2-maps-25.1.41.tgz", | ||
"_shasum": "f7a46097b695e5576502c1e4508edfc587b91aa4", | ||
"_spec": "@syncfusion/ej2-maps@*", | ||
@@ -39,9 +39,9 @@ "_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included", | ||
"dependencies": { | ||
"@syncfusion/ej2-base": "~25.1.35", | ||
"@syncfusion/ej2-buttons": "~25.1.39", | ||
"@syncfusion/ej2-compression": "~25.1.35", | ||
"@syncfusion/ej2-data": "~25.1.35", | ||
"@syncfusion/ej2-file-utils": "~25.1.35", | ||
"@syncfusion/ej2-pdf-export": "~25.1.38", | ||
"@syncfusion/ej2-svg-base": "~25.1.37" | ||
"@syncfusion/ej2-base": "~25.2.3", | ||
"@syncfusion/ej2-buttons": "~25.2.3", | ||
"@syncfusion/ej2-compression": "~25.2.3", | ||
"@syncfusion/ej2-data": "~25.2.3", | ||
"@syncfusion/ej2-file-utils": "~25.2.3", | ||
"@syncfusion/ej2-pdf-export": "~25.2.3", | ||
"@syncfusion/ej2-svg-base": "~25.2.3" | ||
}, | ||
@@ -98,4 +98,4 @@ "deprecated": false, | ||
"typings": "index.d.ts", | ||
"version": "25.1.41", | ||
"version": "25.2.3", | ||
"sideEffects": false | ||
} |
@@ -18,2 +18,7 @@ import { Maps } from '../../index'; | ||
constructor(maps: Maps); | ||
/** | ||
* @private | ||
* @returns {Maps} - Returns the instance of the map. | ||
*/ | ||
getMapsInstance(): Maps; | ||
markerRender(maps: Maps, layerElement: Element, layerIndex: number, factor: number, type: string): void; | ||
@@ -20,0 +25,0 @@ /** |
@@ -17,2 +17,9 @@ import { markerRendering, convertTileLatLongToPoint, MapLocation, markerDragStart } from '../index'; | ||
} | ||
/** | ||
* @private | ||
* @returns {Maps} - Returns the instance of the map. | ||
*/ | ||
Marker.prototype.getMapsInstance = function () { | ||
return this.maps; | ||
}; | ||
Marker.prototype.markerRender = function (maps, layerElement, layerIndex, factor, type) { | ||
@@ -19,0 +26,0 @@ var _this = this; |
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
10434140
66586
+ Added@syncfusion/ej2-base@25.2.7(transitive)
+ Added@syncfusion/ej2-buttons@25.2.7(transitive)
+ Added@syncfusion/ej2-compression@25.2.3(transitive)
+ Added@syncfusion/ej2-data@25.2.3(transitive)
+ Added@syncfusion/ej2-file-utils@25.2.3(transitive)
+ Added@syncfusion/ej2-icons@25.2.3(transitive)
+ Added@syncfusion/ej2-pdf-export@25.2.3(transitive)
+ Added@syncfusion/ej2-svg-base@25.2.5(transitive)
- Removed@syncfusion/ej2-base@25.1.35(transitive)
- Removed@syncfusion/ej2-buttons@25.1.39(transitive)
- Removed@syncfusion/ej2-compression@25.1.35(transitive)
- Removed@syncfusion/ej2-data@25.1.35(transitive)
- Removed@syncfusion/ej2-file-utils@25.1.35(transitive)
- Removed@syncfusion/ej2-icons@25.1.35(transitive)
- Removed@syncfusion/ej2-pdf-export@25.1.38(transitive)
- Removed@syncfusion/ej2-svg-base@25.1.37(transitive)
Updated@syncfusion/ej2-base@~25.2.3
Updated@syncfusion/ej2-data@~25.2.3