@angular/google-maps 18.0.0-next.0 → 18.0.0-next.2
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/esm2022/google-map/google-map.mjs +4 -5
- package/esm2022/google-maps-module.mjs +5 -5
- package/esm2022/map-advanced-marker/map-advanced-marker.mjs +4 -5
- package/esm2022/map-base-layer.mjs +4 -5
- package/esm2022/map-bicycling-layer/map-bicycling-layer.mjs +4 -5
- package/esm2022/map-circle/map-circle.mjs +4 -5
- package/esm2022/map-directions-renderer/map-directions-renderer.mjs +4 -5
- package/esm2022/map-directions-renderer/map-directions-service.mjs +4 -5
- package/esm2022/map-geocoder/map-geocoder.mjs +4 -5
- package/esm2022/map-ground-overlay/map-ground-overlay.mjs +4 -5
- package/esm2022/map-heatmap-layer/map-heatmap-layer.mjs +4 -5
- package/esm2022/map-info-window/map-info-window.mjs +4 -5
- package/esm2022/map-kml-layer/map-kml-layer.mjs +4 -5
- package/esm2022/map-marker/map-marker.mjs +4 -5
- package/esm2022/map-marker-clusterer/map-marker-clusterer.mjs +4 -5
- package/esm2022/map-polygon/map-polygon.mjs +4 -5
- package/esm2022/map-polyline/map-polyline.mjs +4 -5
- package/esm2022/map-rectangle/map-rectangle.mjs +4 -5
- package/esm2022/map-traffic-layer/map-traffic-layer.mjs +4 -5
- package/esm2022/map-transit-layer/map-transit-layer.mjs +4 -5
- package/fesm2022/google-maps.mjs +80 -80
- package/fesm2022/google-maps.mjs.map +1 -1
- package/package.json +1 -1
package/fesm2022/google-maps.mjs
CHANGED
|
@@ -68,7 +68,7 @@ class MapEventManager {
|
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
70
|
|
|
71
|
-
|
|
71
|
+
// Workaround for: https://github.com/bazelbuild/rules_nodejs/issues/1265
|
|
72
72
|
/** default options set to the Googleplex */
|
|
73
73
|
const DEFAULT_OPTIONS = {
|
|
74
74
|
center: { lat: 37.421995, lng: -122.084092 },
|
|
@@ -447,10 +447,10 @@ class GoogleMap {
|
|
|
447
447
|
'Please wait for the API to load before trying to interact with it.');
|
|
448
448
|
}
|
|
449
449
|
}
|
|
450
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
451
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.
|
|
450
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: GoogleMap, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: PLATFORM_ID }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
451
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.1", type: GoogleMap, isStandalone: true, selector: "google-map", inputs: { height: "height", width: "width", mapId: "mapId", mapTypeId: "mapTypeId", center: "center", zoom: "zoom", options: "options" }, outputs: { mapInitialized: "mapInitialized", authFailure: "authFailure", boundsChanged: "boundsChanged", centerChanged: "centerChanged", mapClick: "mapClick", mapDblclick: "mapDblclick", mapDrag: "mapDrag", mapDragend: "mapDragend", mapDragstart: "mapDragstart", headingChanged: "headingChanged", idle: "idle", maptypeidChanged: "maptypeidChanged", mapMousemove: "mapMousemove", mapMouseout: "mapMouseout", mapMouseover: "mapMouseover", projectionChanged: "projectionChanged", mapRightclick: "mapRightclick", tilesloaded: "tilesloaded", tiltChanged: "tiltChanged", zoomChanged: "zoomChanged" }, exportAs: ["googleMap"], usesOnChanges: true, ngImport: i0, template: '<div class="map-container"></div><ng-content />', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
452
452
|
}
|
|
453
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
453
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: GoogleMap, decorators: [{
|
|
454
454
|
type: Component,
|
|
455
455
|
args: [{
|
|
456
456
|
selector: 'google-map',
|
|
@@ -527,7 +527,7 @@ function coerceCssPixelValue(value) {
|
|
|
527
527
|
return cssUnitsPattern.test(value) ? value : `${value}px`;
|
|
528
528
|
}
|
|
529
529
|
|
|
530
|
-
|
|
530
|
+
// Workaround for: https://github.com/bazelbuild/rules_nodejs/issues/1265
|
|
531
531
|
class MapBaseLayer {
|
|
532
532
|
constructor(_map, _ngZone) {
|
|
533
533
|
this._map = _map;
|
|
@@ -554,10 +554,10 @@ class MapBaseLayer {
|
|
|
554
554
|
_initializeObject() { }
|
|
555
555
|
_setMap() { }
|
|
556
556
|
_unsetMap() { }
|
|
557
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
558
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.
|
|
557
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MapBaseLayer, deps: [{ token: GoogleMap }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
558
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.1", type: MapBaseLayer, isStandalone: true, selector: "map-base-layer", exportAs: ["mapBaseLayer"], ngImport: i0 }); }
|
|
559
559
|
}
|
|
560
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
560
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MapBaseLayer, decorators: [{
|
|
561
561
|
type: Directive,
|
|
562
562
|
args: [{
|
|
563
563
|
selector: 'map-base-layer',
|
|
@@ -566,7 +566,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.0+sh
|
|
|
566
566
|
}]
|
|
567
567
|
}], ctorParameters: () => [{ type: GoogleMap }, { type: i0.NgZone }] });
|
|
568
568
|
|
|
569
|
-
|
|
569
|
+
// Workaround for: https://github.com/bazelbuild/rules_nodejs/issues/1265
|
|
570
570
|
/**
|
|
571
571
|
* Angular component that renders a Google Maps Bicycling Layer via the Google Maps JavaScript API.
|
|
572
572
|
*
|
|
@@ -610,10 +610,10 @@ class MapBicyclingLayer {
|
|
|
610
610
|
'Please wait for the Transit Layer to load before trying to interact with it.');
|
|
611
611
|
}
|
|
612
612
|
}
|
|
613
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
614
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.
|
|
613
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MapBicyclingLayer, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
614
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.1", type: MapBicyclingLayer, isStandalone: true, selector: "map-bicycling-layer", outputs: { bicyclingLayerInitialized: "bicyclingLayerInitialized" }, exportAs: ["mapBicyclingLayer"], ngImport: i0 }); }
|
|
615
615
|
}
|
|
616
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
616
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MapBicyclingLayer, decorators: [{
|
|
617
617
|
type: Directive,
|
|
618
618
|
args: [{
|
|
619
619
|
selector: 'map-bicycling-layer',
|
|
@@ -624,7 +624,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.0+sh
|
|
|
624
624
|
type: Output
|
|
625
625
|
}] } });
|
|
626
626
|
|
|
627
|
-
|
|
627
|
+
// Workaround for: https://github.com/bazelbuild/rules_nodejs/issues/1265
|
|
628
628
|
/**
|
|
629
629
|
* Angular component that renders a Google Maps Circle via the Google Maps JavaScript API.
|
|
630
630
|
* @see developers.google.com/maps/documentation/javascript/reference/polygon#Circle
|
|
@@ -843,10 +843,10 @@ class MapCircle {
|
|
|
843
843
|
}
|
|
844
844
|
}
|
|
845
845
|
}
|
|
846
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
847
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.
|
|
846
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MapCircle, deps: [{ token: GoogleMap }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
847
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.1", type: MapCircle, isStandalone: true, selector: "map-circle", inputs: { options: "options", center: "center", radius: "radius" }, outputs: { centerChanged: "centerChanged", circleClick: "circleClick", circleDblclick: "circleDblclick", circleDrag: "circleDrag", circleDragend: "circleDragend", circleDragstart: "circleDragstart", circleMousedown: "circleMousedown", circleMousemove: "circleMousemove", circleMouseout: "circleMouseout", circleMouseover: "circleMouseover", circleMouseup: "circleMouseup", radiusChanged: "radiusChanged", circleRightclick: "circleRightclick", circleInitialized: "circleInitialized" }, exportAs: ["mapCircle"], ngImport: i0 }); }
|
|
848
848
|
}
|
|
849
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
849
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MapCircle, decorators: [{
|
|
850
850
|
type: Directive,
|
|
851
851
|
args: [{
|
|
852
852
|
selector: 'map-circle',
|
|
@@ -889,7 +889,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.0+sh
|
|
|
889
889
|
type: Output
|
|
890
890
|
}] } });
|
|
891
891
|
|
|
892
|
-
|
|
892
|
+
// Workaround for: https://github.com/bazelbuild/rules_nodejs/issues/1265
|
|
893
893
|
/**
|
|
894
894
|
* Angular component that renders a Google Maps Directions Renderer via the Google Maps
|
|
895
895
|
* JavaScript API.
|
|
@@ -1004,10 +1004,10 @@ class MapDirectionsRenderer {
|
|
|
1004
1004
|
}
|
|
1005
1005
|
}
|
|
1006
1006
|
}
|
|
1007
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
1008
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.
|
|
1007
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MapDirectionsRenderer, deps: [{ token: GoogleMap }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1008
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.1", type: MapDirectionsRenderer, isStandalone: true, selector: "map-directions-renderer", inputs: { directions: "directions", options: "options" }, outputs: { directionsChanged: "directionsChanged", directionsRendererInitialized: "directionsRendererInitialized" }, exportAs: ["mapDirectionsRenderer"], usesOnChanges: true, ngImport: i0 }); }
|
|
1009
1009
|
}
|
|
1010
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
1010
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MapDirectionsRenderer, decorators: [{
|
|
1011
1011
|
type: Directive,
|
|
1012
1012
|
args: [{
|
|
1013
1013
|
selector: 'map-directions-renderer',
|
|
@@ -1024,7 +1024,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.0+sh
|
|
|
1024
1024
|
type: Output
|
|
1025
1025
|
}] } });
|
|
1026
1026
|
|
|
1027
|
-
|
|
1027
|
+
// Workaround for: https://github.com/bazelbuild/rules_nodejs/issues/1265
|
|
1028
1028
|
/**
|
|
1029
1029
|
* Angular component that renders a Google Maps Ground Overlay via the Google Maps JavaScript API.
|
|
1030
1030
|
*
|
|
@@ -1176,10 +1176,10 @@ class MapGroundOverlay {
|
|
|
1176
1176
|
}
|
|
1177
1177
|
}
|
|
1178
1178
|
}
|
|
1179
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
1180
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.
|
|
1179
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MapGroundOverlay, deps: [{ token: GoogleMap }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1180
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.1", type: MapGroundOverlay, isStandalone: true, selector: "map-ground-overlay", inputs: { url: "url", bounds: "bounds", clickable: "clickable", opacity: "opacity" }, outputs: { mapClick: "mapClick", mapDblclick: "mapDblclick", groundOverlayInitialized: "groundOverlayInitialized" }, exportAs: ["mapGroundOverlay"], ngImport: i0 }); }
|
|
1181
1181
|
}
|
|
1182
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
1182
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MapGroundOverlay, decorators: [{
|
|
1183
1183
|
type: Directive,
|
|
1184
1184
|
args: [{
|
|
1185
1185
|
selector: 'map-ground-overlay',
|
|
@@ -1202,7 +1202,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.0+sh
|
|
|
1202
1202
|
type: Output
|
|
1203
1203
|
}] } });
|
|
1204
1204
|
|
|
1205
|
-
|
|
1205
|
+
// Workaround for: https://github.com/bazelbuild/rules_nodejs/issues/1265
|
|
1206
1206
|
/**
|
|
1207
1207
|
* Angular component that renders a Google Maps info window via the Google Maps JavaScript API.
|
|
1208
1208
|
*
|
|
@@ -1393,10 +1393,10 @@ class MapInfoWindow {
|
|
|
1393
1393
|
}
|
|
1394
1394
|
}
|
|
1395
1395
|
}
|
|
1396
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
1397
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.
|
|
1396
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MapInfoWindow, deps: [{ token: GoogleMap }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1397
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.1", type: MapInfoWindow, isStandalone: true, selector: "map-info-window", inputs: { options: "options", position: "position" }, outputs: { closeclick: "closeclick", contentChanged: "contentChanged", domready: "domready", positionChanged: "positionChanged", zindexChanged: "zindexChanged", infoWindowInitialized: "infoWindowInitialized" }, host: { styleAttribute: "display: none" }, exportAs: ["mapInfoWindow"], ngImport: i0 }); }
|
|
1398
1398
|
}
|
|
1399
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
1399
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MapInfoWindow, decorators: [{
|
|
1400
1400
|
type: Directive,
|
|
1401
1401
|
args: [{
|
|
1402
1402
|
selector: 'map-info-window',
|
|
@@ -1422,7 +1422,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.0+sh
|
|
|
1422
1422
|
type: Output
|
|
1423
1423
|
}] } });
|
|
1424
1424
|
|
|
1425
|
-
|
|
1425
|
+
// Workaround for: https://github.com/bazelbuild/rules_nodejs/issues/1265
|
|
1426
1426
|
/**
|
|
1427
1427
|
* Angular component that renders a Google Maps KML Layer via the Google Maps JavaScript API.
|
|
1428
1428
|
*
|
|
@@ -1566,10 +1566,10 @@ class MapKmlLayer {
|
|
|
1566
1566
|
}
|
|
1567
1567
|
}
|
|
1568
1568
|
}
|
|
1569
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
1570
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.
|
|
1569
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MapKmlLayer, deps: [{ token: GoogleMap }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1570
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.1", type: MapKmlLayer, isStandalone: true, selector: "map-kml-layer", inputs: { options: "options", url: "url" }, outputs: { kmlClick: "kmlClick", defaultviewportChanged: "defaultviewportChanged", statusChanged: "statusChanged", kmlLayerInitialized: "kmlLayerInitialized" }, exportAs: ["mapKmlLayer"], ngImport: i0 }); }
|
|
1571
1571
|
}
|
|
1572
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
1572
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MapKmlLayer, decorators: [{
|
|
1573
1573
|
type: Directive,
|
|
1574
1574
|
args: [{
|
|
1575
1575
|
selector: 'map-kml-layer',
|
|
@@ -1590,7 +1590,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.0+sh
|
|
|
1590
1590
|
type: Output
|
|
1591
1591
|
}] } });
|
|
1592
1592
|
|
|
1593
|
-
|
|
1593
|
+
// Workaround for: https://github.com/bazelbuild/rules_nodejs/issues/1265
|
|
1594
1594
|
/**
|
|
1595
1595
|
* Default options for the Google Maps marker component. Displays a marker
|
|
1596
1596
|
* at the Googleplex.
|
|
@@ -1952,10 +1952,10 @@ class MapMarker {
|
|
|
1952
1952
|
}
|
|
1953
1953
|
}
|
|
1954
1954
|
}
|
|
1955
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
1956
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.
|
|
1955
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MapMarker, deps: [{ token: GoogleMap }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1956
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.1", type: MapMarker, isStandalone: true, selector: "map-marker", inputs: { title: "title", position: "position", label: "label", clickable: "clickable", options: "options", icon: "icon", visible: "visible" }, outputs: { animationChanged: "animationChanged", mapClick: "mapClick", clickableChanged: "clickableChanged", cursorChanged: "cursorChanged", mapDblclick: "mapDblclick", mapDrag: "mapDrag", mapDragend: "mapDragend", draggableChanged: "draggableChanged", mapDragstart: "mapDragstart", flatChanged: "flatChanged", iconChanged: "iconChanged", mapMousedown: "mapMousedown", mapMouseout: "mapMouseout", mapMouseover: "mapMouseover", mapMouseup: "mapMouseup", positionChanged: "positionChanged", mapRightclick: "mapRightclick", shapeChanged: "shapeChanged", titleChanged: "titleChanged", visibleChanged: "visibleChanged", zindexChanged: "zindexChanged", markerInitialized: "markerInitialized" }, exportAs: ["mapMarker"], usesOnChanges: true, ngImport: i0 }); }
|
|
1957
1957
|
}
|
|
1958
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
1958
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MapMarker, decorators: [{
|
|
1959
1959
|
type: Directive,
|
|
1960
1960
|
args: [{
|
|
1961
1961
|
selector: 'map-marker',
|
|
@@ -2022,7 +2022,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.0+sh
|
|
|
2022
2022
|
type: Output
|
|
2023
2023
|
}] } });
|
|
2024
2024
|
|
|
2025
|
-
|
|
2025
|
+
// Workaround for: https://github.com/bazelbuild/rules_nodejs/issues/1265
|
|
2026
2026
|
/** Default options for a clusterer. */
|
|
2027
2027
|
const DEFAULT_CLUSTERER_OPTIONS = {};
|
|
2028
2028
|
/**
|
|
@@ -2363,10 +2363,10 @@ class MapMarkerClusterer {
|
|
|
2363
2363
|
}
|
|
2364
2364
|
}
|
|
2365
2365
|
}
|
|
2366
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
2367
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.
|
|
2366
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MapMarkerClusterer, deps: [{ token: GoogleMap }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2367
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.0.0-next.1", type: MapMarkerClusterer, isStandalone: true, selector: "map-marker-clusterer", inputs: { ariaLabelFn: "ariaLabelFn", averageCenter: "averageCenter", batchSize: "batchSize", batchSizeIE: "batchSizeIE", calculator: "calculator", clusterClass: "clusterClass", enableRetinaIcons: "enableRetinaIcons", gridSize: "gridSize", ignoreHidden: "ignoreHidden", imageExtension: "imageExtension", imagePath: "imagePath", imageSizes: "imageSizes", maxZoom: "maxZoom", minimumClusterSize: "minimumClusterSize", styles: "styles", title: "title", zIndex: "zIndex", zoomOnClick: "zoomOnClick", options: "options" }, outputs: { clusteringbegin: "clusteringbegin", clusteringend: "clusteringend", clusterClick: "clusterClick", markerClustererInitialized: "markerClustererInitialized" }, queries: [{ propertyName: "_markers", predicate: MapMarker, descendants: true }], exportAs: ["mapMarkerClusterer"], usesOnChanges: true, ngImport: i0, template: '<ng-content />', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
2368
2368
|
}
|
|
2369
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
2369
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MapMarkerClusterer, decorators: [{
|
|
2370
2370
|
type: Component,
|
|
2371
2371
|
args: [{
|
|
2372
2372
|
selector: 'map-marker-clusterer',
|
|
@@ -2427,7 +2427,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.0+sh
|
|
|
2427
2427
|
type: Output
|
|
2428
2428
|
}] } });
|
|
2429
2429
|
|
|
2430
|
-
|
|
2430
|
+
// Workaround for: https://github.com/bazelbuild/rules_nodejs/issues/1265
|
|
2431
2431
|
/**
|
|
2432
2432
|
* Angular component that renders a Google Maps Polygon via the Google Maps JavaScript API.
|
|
2433
2433
|
*
|
|
@@ -2599,10 +2599,10 @@ class MapPolygon {
|
|
|
2599
2599
|
}
|
|
2600
2600
|
}
|
|
2601
2601
|
}
|
|
2602
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
2603
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.
|
|
2602
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MapPolygon, deps: [{ token: GoogleMap }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2603
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.1", type: MapPolygon, isStandalone: true, selector: "map-polygon", inputs: { options: "options", paths: "paths" }, outputs: { polygonClick: "polygonClick", polygonDblclick: "polygonDblclick", polygonDrag: "polygonDrag", polygonDragend: "polygonDragend", polygonDragstart: "polygonDragstart", polygonMousedown: "polygonMousedown", polygonMousemove: "polygonMousemove", polygonMouseout: "polygonMouseout", polygonMouseover: "polygonMouseover", polygonMouseup: "polygonMouseup", polygonRightclick: "polygonRightclick", polygonInitialized: "polygonInitialized" }, exportAs: ["mapPolygon"], ngImport: i0 }); }
|
|
2604
2604
|
}
|
|
2605
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
2605
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MapPolygon, decorators: [{
|
|
2606
2606
|
type: Directive,
|
|
2607
2607
|
args: [{
|
|
2608
2608
|
selector: 'map-polygon',
|
|
@@ -2639,7 +2639,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.0+sh
|
|
|
2639
2639
|
type: Output
|
|
2640
2640
|
}] } });
|
|
2641
2641
|
|
|
2642
|
-
|
|
2642
|
+
// Workaround for: https://github.com/bazelbuild/rules_nodejs/issues/1265
|
|
2643
2643
|
/**
|
|
2644
2644
|
* Angular component that renders a Google Maps Polyline via the Google Maps JavaScript API.
|
|
2645
2645
|
*
|
|
@@ -2804,10 +2804,10 @@ class MapPolyline {
|
|
|
2804
2804
|
}
|
|
2805
2805
|
}
|
|
2806
2806
|
}
|
|
2807
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
2808
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.
|
|
2807
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MapPolyline, deps: [{ token: GoogleMap }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2808
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.1", type: MapPolyline, isStandalone: true, selector: "map-polyline", inputs: { options: "options", path: "path" }, outputs: { polylineClick: "polylineClick", polylineDblclick: "polylineDblclick", polylineDrag: "polylineDrag", polylineDragend: "polylineDragend", polylineDragstart: "polylineDragstart", polylineMousedown: "polylineMousedown", polylineMousemove: "polylineMousemove", polylineMouseout: "polylineMouseout", polylineMouseover: "polylineMouseover", polylineMouseup: "polylineMouseup", polylineRightclick: "polylineRightclick", polylineInitialized: "polylineInitialized" }, exportAs: ["mapPolyline"], ngImport: i0 }); }
|
|
2809
2809
|
}
|
|
2810
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
2810
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MapPolyline, decorators: [{
|
|
2811
2811
|
type: Directive,
|
|
2812
2812
|
args: [{
|
|
2813
2813
|
selector: 'map-polyline',
|
|
@@ -2844,7 +2844,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.0+sh
|
|
|
2844
2844
|
type: Output
|
|
2845
2845
|
}] } });
|
|
2846
2846
|
|
|
2847
|
-
|
|
2847
|
+
// Workaround for: https://github.com/bazelbuild/rules_nodejs/issues/1265
|
|
2848
2848
|
/**
|
|
2849
2849
|
* Angular component that renders a Google Maps Rectangle via the Google Maps JavaScript API.
|
|
2850
2850
|
*
|
|
@@ -3027,10 +3027,10 @@ class MapRectangle {
|
|
|
3027
3027
|
}
|
|
3028
3028
|
}
|
|
3029
3029
|
}
|
|
3030
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
3031
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.
|
|
3030
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MapRectangle, deps: [{ token: GoogleMap }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3031
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.1", type: MapRectangle, isStandalone: true, selector: "map-rectangle", inputs: { options: "options", bounds: "bounds" }, outputs: { boundsChanged: "boundsChanged", rectangleClick: "rectangleClick", rectangleDblclick: "rectangleDblclick", rectangleDrag: "rectangleDrag", rectangleDragend: "rectangleDragend", rectangleDragstart: "rectangleDragstart", rectangleMousedown: "rectangleMousedown", rectangleMousemove: "rectangleMousemove", rectangleMouseout: "rectangleMouseout", rectangleMouseover: "rectangleMouseover", rectangleMouseup: "rectangleMouseup", rectangleRightclick: "rectangleRightclick", rectangleInitialized: "rectangleInitialized" }, exportAs: ["mapRectangle"], ngImport: i0 }); }
|
|
3032
3032
|
}
|
|
3033
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
3033
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MapRectangle, decorators: [{
|
|
3034
3034
|
type: Directive,
|
|
3035
3035
|
args: [{
|
|
3036
3036
|
selector: 'map-rectangle',
|
|
@@ -3069,7 +3069,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.0+sh
|
|
|
3069
3069
|
type: Output
|
|
3070
3070
|
}] } });
|
|
3071
3071
|
|
|
3072
|
-
|
|
3072
|
+
// Workaround for: https://github.com/bazelbuild/rules_nodejs/issues/1265
|
|
3073
3073
|
/**
|
|
3074
3074
|
* Angular component that renders a Google Maps Traffic Layer via the Google Maps JavaScript API.
|
|
3075
3075
|
*
|
|
@@ -3142,10 +3142,10 @@ class MapTrafficLayer {
|
|
|
3142
3142
|
'Please wait for the Traffic Layer to load before trying to interact with it.');
|
|
3143
3143
|
}
|
|
3144
3144
|
}
|
|
3145
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
3146
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.
|
|
3145
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MapTrafficLayer, deps: [{ token: GoogleMap }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3146
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.1", type: MapTrafficLayer, isStandalone: true, selector: "map-traffic-layer", inputs: { autoRefresh: "autoRefresh" }, outputs: { trafficLayerInitialized: "trafficLayerInitialized" }, exportAs: ["mapTrafficLayer"], ngImport: i0 }); }
|
|
3147
3147
|
}
|
|
3148
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
3148
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MapTrafficLayer, decorators: [{
|
|
3149
3149
|
type: Directive,
|
|
3150
3150
|
args: [{
|
|
3151
3151
|
selector: 'map-traffic-layer',
|
|
@@ -3158,7 +3158,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.0+sh
|
|
|
3158
3158
|
type: Output
|
|
3159
3159
|
}] } });
|
|
3160
3160
|
|
|
3161
|
-
|
|
3161
|
+
// Workaround for: https://github.com/bazelbuild/rules_nodejs/issues/1265
|
|
3162
3162
|
/**
|
|
3163
3163
|
* Angular component that renders a Google Maps Transit Layer via the Google Maps JavaScript API.
|
|
3164
3164
|
*
|
|
@@ -3202,10 +3202,10 @@ class MapTransitLayer {
|
|
|
3202
3202
|
'Please wait for the Transit Layer to load before trying to interact with it.');
|
|
3203
3203
|
}
|
|
3204
3204
|
}
|
|
3205
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
3206
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.
|
|
3205
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MapTransitLayer, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3206
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.1", type: MapTransitLayer, isStandalone: true, selector: "map-transit-layer", outputs: { transitLayerInitialized: "transitLayerInitialized" }, exportAs: ["mapTransitLayer"], ngImport: i0 }); }
|
|
3207
3207
|
}
|
|
3208
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
3208
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MapTransitLayer, decorators: [{
|
|
3209
3209
|
type: Directive,
|
|
3210
3210
|
args: [{
|
|
3211
3211
|
selector: 'map-transit-layer',
|
|
@@ -3216,7 +3216,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.0+sh
|
|
|
3216
3216
|
type: Output
|
|
3217
3217
|
}] } });
|
|
3218
3218
|
|
|
3219
|
-
|
|
3219
|
+
// Workaround for: https://github.com/bazelbuild/rules_nodejs/issues/1265
|
|
3220
3220
|
/**
|
|
3221
3221
|
* Angular directive that renders a Google Maps heatmap via the Google Maps JavaScript API.
|
|
3222
3222
|
*
|
|
@@ -3333,10 +3333,10 @@ class MapHeatmapLayer {
|
|
|
3333
3333
|
}
|
|
3334
3334
|
}
|
|
3335
3335
|
}
|
|
3336
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
3337
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.
|
|
3336
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MapHeatmapLayer, deps: [{ token: GoogleMap }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3337
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.1", type: MapHeatmapLayer, isStandalone: true, selector: "map-heatmap-layer", inputs: { data: "data", options: "options" }, outputs: { heatmapInitialized: "heatmapInitialized" }, exportAs: ["mapHeatmapLayer"], usesOnChanges: true, ngImport: i0 }); }
|
|
3338
3338
|
}
|
|
3339
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
3339
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MapHeatmapLayer, decorators: [{
|
|
3340
3340
|
type: Directive,
|
|
3341
3341
|
args: [{
|
|
3342
3342
|
selector: 'map-heatmap-layer',
|
|
@@ -3355,7 +3355,7 @@ function isLatLngLiteral(value) {
|
|
|
3355
3355
|
return value && typeof value.lat === 'number' && typeof value.lng === 'number';
|
|
3356
3356
|
}
|
|
3357
3357
|
|
|
3358
|
-
|
|
3358
|
+
// Workaround for: https://github.com/bazelbuild/rules_nodejs/issues/1265
|
|
3359
3359
|
/**
|
|
3360
3360
|
* Default options for the Google Maps marker component. Displays a marker
|
|
3361
3361
|
* at the Googleplex.
|
|
@@ -3520,10 +3520,10 @@ class MapAdvancedMarker {
|
|
|
3520
3520
|
}
|
|
3521
3521
|
}
|
|
3522
3522
|
}
|
|
3523
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
3524
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.
|
|
3523
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MapAdvancedMarker, deps: [{ token: GoogleMap }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3524
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.0.0-next.1", type: MapAdvancedMarker, isStandalone: true, selector: "map-advanced-marker", inputs: { title: "title", position: "position", content: "content", gmpDraggable: "gmpDraggable", options: "options", zIndex: "zIndex" }, outputs: { mapClick: "mapClick", mapDrag: "mapDrag", mapDragend: "mapDragend", mapDragstart: "mapDragstart", markerInitialized: "markerInitialized" }, exportAs: ["mapAdvancedMarker"], usesOnChanges: true, ngImport: i0 }); }
|
|
3525
3525
|
}
|
|
3526
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
3526
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MapAdvancedMarker, decorators: [{
|
|
3527
3527
|
type: Directive,
|
|
3528
3528
|
args: [{
|
|
3529
3529
|
selector: 'map-advanced-marker',
|
|
@@ -3574,8 +3574,8 @@ const COMPONENTS = [
|
|
|
3574
3574
|
MapTransitLayer,
|
|
3575
3575
|
];
|
|
3576
3576
|
class GoogleMapsModule {
|
|
3577
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
3578
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.0-next.
|
|
3577
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: GoogleMapsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3578
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.0.0-next.1", ngImport: i0, type: GoogleMapsModule, imports: [GoogleMap,
|
|
3579
3579
|
MapBaseLayer,
|
|
3580
3580
|
MapBicyclingLayer,
|
|
3581
3581
|
MapCircle,
|
|
@@ -3608,9 +3608,9 @@ class GoogleMapsModule {
|
|
|
3608
3608
|
MapRectangle,
|
|
3609
3609
|
MapTrafficLayer,
|
|
3610
3610
|
MapTransitLayer] }); }
|
|
3611
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
3611
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: GoogleMapsModule }); }
|
|
3612
3612
|
}
|
|
3613
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
3613
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: GoogleMapsModule, decorators: [{
|
|
3614
3614
|
type: NgModule,
|
|
3615
3615
|
args: [{
|
|
3616
3616
|
imports: COMPONENTS,
|
|
@@ -3618,7 +3618,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.0+sh
|
|
|
3618
3618
|
}]
|
|
3619
3619
|
}] });
|
|
3620
3620
|
|
|
3621
|
-
|
|
3621
|
+
// Workaround for: https://github.com/bazelbuild/rules_nodejs/issues/1265
|
|
3622
3622
|
/**
|
|
3623
3623
|
* Angular service that wraps the Google Maps DirectionsService from the Google Maps JavaScript
|
|
3624
3624
|
* API.
|
|
@@ -3660,15 +3660,15 @@ class MapDirectionsService {
|
|
|
3660
3660
|
}
|
|
3661
3661
|
return Promise.resolve(this._directionsService);
|
|
3662
3662
|
}
|
|
3663
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
3664
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
3663
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MapDirectionsService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3664
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MapDirectionsService, providedIn: 'root' }); }
|
|
3665
3665
|
}
|
|
3666
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
3666
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MapDirectionsService, decorators: [{
|
|
3667
3667
|
type: Injectable,
|
|
3668
3668
|
args: [{ providedIn: 'root' }]
|
|
3669
3669
|
}], ctorParameters: () => [{ type: i0.NgZone }] });
|
|
3670
3670
|
|
|
3671
|
-
|
|
3671
|
+
// Workaround for: https://github.com/bazelbuild/rules_nodejs/issues/1265
|
|
3672
3672
|
/**
|
|
3673
3673
|
* Angular service that wraps the Google Maps Geocoder from the Google Maps JavaScript API.
|
|
3674
3674
|
* See developers.google.com/maps/documentation/javascript/reference/geocoder#Geocoder
|
|
@@ -3706,10 +3706,10 @@ class MapGeocoder {
|
|
|
3706
3706
|
}
|
|
3707
3707
|
return Promise.resolve(this._geocoder);
|
|
3708
3708
|
}
|
|
3709
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
3710
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
3709
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MapGeocoder, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3710
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MapGeocoder, providedIn: 'root' }); }
|
|
3711
3711
|
}
|
|
3712
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.
|
|
3712
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.0.0-next.1", ngImport: i0, type: MapGeocoder, decorators: [{
|
|
3713
3713
|
type: Injectable,
|
|
3714
3714
|
args: [{ providedIn: 'root' }]
|
|
3715
3715
|
}], ctorParameters: () => [{ type: i0.NgZone }] });
|