@2gis/mapgl
Advanced tools
Comparing version 1.31.1 to 1.32.0
{ | ||
"name": "@2gis/mapgl", | ||
"version": "1.31.1", | ||
"version": "1.32.0", | ||
"description": "MapGL API script loader with typings", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -286,2 +286,6 @@ import { MapOptions, FitBoundsOptions, Padding, StyleState } from './types'; | ||
/** | ||
* Call the map rerender. | ||
*/ | ||
triggerRerender(): void; | ||
/** | ||
* Set padding for controls layout. | ||
@@ -288,0 +292,0 @@ * @param {Partial<Padding>} padding. Unspecified values will be replaced with default values. |
@@ -146,2 +146,6 @@ import { Style } from './styles'; | ||
changeLanguage: ChangeLanguageEvent; | ||
/** | ||
* Emitted after the map is destroyed. | ||
*/ | ||
destroy: DestroyMapEvent; | ||
} | ||
@@ -369,1 +373,3 @@ /** | ||
} | ||
export interface DestroyMapEvent { | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
75952
2433
0