@angular/google-maps 20.0.0-next.5 → 20.0.0-next.7

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.
package/index.d.ts CHANGED
@@ -2001,4 +2001,5 @@ declare class MapEventManager {
2001
2001
  destroy(): void;
2002
2002
  }
2003
2003
 
2004
- export { type Algorithm, type AlgorithmInput, type AlgorithmOptions, type AlgorithmOutput, type AriaLabelFn, type Calculator, type Cluster, type ClusterIconStyle, type ClusterOptions, type ClusterStats, DeprecatedMapMarkerClusterer, GoogleMap, GoogleMapsModule, type HeatmapData, MapAdvancedMarker, type MapAnchorPoint, MapBaseLayer, MapBicyclingLayer, MapCircle, MapDirectionsRenderer, type MapDirectionsResponse, MapDirectionsService, MapEventManager, MapGeocoder, type MapGeocoderResponse, MapGroundOverlay, MapHeatmapLayer, MapInfoWindow, MapKmlLayer, MapMarker, MapMarkerClusterer, MapPolygon, MapPolyline, MapRectangle, MapTrafficLayer, MapTransitLayer, MarkerClusterer, MarkerClustererEvents, type MarkerClustererOptions$1 as MarkerClustererOptions, type Renderer, defaultOnClusterClickHandler, type onClusterClickHandler };
2004
+ export { DeprecatedMapMarkerClusterer, GoogleMap, GoogleMapsModule, MapAdvancedMarker, MapBaseLayer, MapBicyclingLayer, MapCircle, MapDirectionsRenderer, MapDirectionsService, MapEventManager, MapGeocoder, MapGroundOverlay, MapHeatmapLayer, MapInfoWindow, MapKmlLayer, MapMarker, MapMarkerClusterer, MapPolygon, MapPolyline, MapRectangle, MapTrafficLayer, MapTransitLayer, MarkerClusterer, MarkerClustererEvents, defaultOnClusterClickHandler };
2005
+ export type { Algorithm, AlgorithmInput, AlgorithmOptions, AlgorithmOutput, AriaLabelFn, Calculator, Cluster, ClusterIconStyle, ClusterOptions, ClusterStats, HeatmapData, MapAnchorPoint, MapDirectionsResponse, MapGeocoderResponse, MarkerClustererOptions$1 as MarkerClustererOptions, Renderer, onClusterClickHandler };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/google-maps",
3
- "version": "20.0.0-next.5",
3
+ "version": "20.0.0-next.7",
4
4
  "description": "Angular Google Maps",
5
5
  "repository": {
6
6
  "type": "git",