@syncfusion/ej2-maps
Advanced tools
Comparing version 28.1.33 to 28.1.38
/*! | ||
* filename: index.d.ts | ||
* version : 28.1.33 | ||
* version : 28.1.38 | ||
* Copyright Syncfusion Inc. 2001 - 2024. 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@16.42.7", | ||
"_id": "@syncfusion/ej2-maps@28.1.33", | ||
"_inBundle": false, | ||
"_integrity": "sha512-hYdA8I18QpGdTInSRH3iZ3hdp6/U1dkGLMq7yFsKaEDDvCyl5rvajihb+XaUX1VmW8+eWdgjbI5rPTTfO219RQ==", | ||
"_integrity": "sha512-RoBTQ5CdBlhsbZvklDAQgXOe1n7XdJfgMDwvwirF20yH+VIco5JJ1SLetO9X0k44KrznXpXzDvEvAaWl9DKavg==", | ||
"_location": "/@syncfusion/ej2-maps", | ||
@@ -26,4 +26,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-maps/-/ej2-maps-16.42.7.tgz", | ||
"_shasum": "36fc1e11aef49f674a3f00eeaa4618bd0aad2a95", | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-maps/-/ej2-maps-28.1.33.tgz", | ||
"_shasum": "e82de8f17740f0d7fa03ba657be051242e338c59", | ||
"_spec": "@syncfusion/ej2-maps@*", | ||
@@ -40,8 +40,8 @@ "_where": "/jenkins/workspace/elease-automation_release_28.1.1/packages/included", | ||
"@syncfusion/ej2-base": "~28.1.33", | ||
"@syncfusion/ej2-buttons": "~28.1.33", | ||
"@syncfusion/ej2-buttons": "~28.1.37", | ||
"@syncfusion/ej2-compression": "~28.1.33", | ||
"@syncfusion/ej2-data": "~28.1.33", | ||
"@syncfusion/ej2-file-utils": "~28.1.33", | ||
"@syncfusion/ej2-pdf-export": "~28.1.33", | ||
"@syncfusion/ej2-svg-base": "~28.1.33" | ||
"@syncfusion/ej2-pdf-export": "~28.1.38", | ||
"@syncfusion/ej2-svg-base": "~28.1.37" | ||
}, | ||
@@ -98,4 +98,4 @@ "deprecated": false, | ||
"typings": "index.d.ts", | ||
"version": "28.1.33", | ||
"version": "28.1.38", | ||
"sideEffects": false | ||
} |
@@ -87,2 +87,2 @@ # JavaScript Maps Control | ||
© Copyright 2024 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution. | ||
© Copyright 2025 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution. |
@@ -87,6 +87,7 @@ import { Maps, ITouches } from '../../index'; | ||
* @param {string} type - Specifies the type. | ||
* @param {boolean} isMouseWheel - Indicates whether the zoom operation was triggered by the mouse wheel. | ||
* @returns {void} | ||
* @private | ||
*/ | ||
performZooming(position: Point, newZoomFactor: number, type: string): void; | ||
performZooming(position: Point, newZoomFactor: number, type: string, isMouseWheel?: boolean): void; | ||
private calculateInitalZoomTranslatePoint; | ||
@@ -128,2 +129,3 @@ private triggerZoomEvent; | ||
* @param {Maps} maps - Specifies the Map control | ||
* @param {boolean} isMouseWheel - Indicates whether the zoom operation was triggered by the mouse wheel. | ||
* @param {boolean} animate - Specifies the animation is available or not | ||
@@ -134,3 +136,3 @@ * @param {boolean} isPanning - Specifies that it is panning or not | ||
*/ | ||
applyTransform(maps: Maps, animate?: boolean, isPanning?: boolean): void; | ||
applyTransform(maps: Maps, isMouseWheel?: boolean, animate?: boolean, isPanning?: boolean): void; | ||
private markerTranslates; | ||
@@ -137,0 +139,0 @@ /** |
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
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
10918663
68289