@angular/google-maps 13.2.0-next.0 → 14.0.0-next.0

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.
@@ -87,7 +87,7 @@ export declare class MapInfoWindow implements OnInit, OnDestroy {
87
87
  * Opens the MapInfoWindow using the provided anchor. If the anchor is not set,
88
88
  * then the position property of the options input is used instead.
89
89
  */
90
- open(anchor?: MapAnchorPoint): void;
90
+ open(anchor?: MapAnchorPoint, shouldFocus?: boolean): void;
91
91
  private _combineOptions;
92
92
  private _watchForOptionsChanges;
93
93
  private _watchForPositionChanges;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/google-maps",
3
- "version": "13.2.0-next.0",
3
+ "version": "14.0.0-next.0",
4
4
  "description": "Angular Google Maps",
5
5
  "repository": {
6
6
  "type": "git",