@angular/google-maps 17.1.0-next.0 → 17.1.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 +6 -5
- package/esm2022/google-maps-module.mjs +11 -11
- package/esm2022/map-base-layer.mjs +5 -4
- package/esm2022/map-bicycling-layer/map-bicycling-layer.mjs +5 -4
- package/esm2022/map-circle/map-circle.mjs +5 -4
- package/esm2022/map-directions-renderer/map-directions-renderer.mjs +5 -4
- package/esm2022/map-directions-renderer/map-directions-service.mjs +4 -4
- package/esm2022/map-event-manager.mjs +1 -1
- package/esm2022/map-geocoder/map-geocoder.mjs +4 -4
- package/esm2022/map-ground-overlay/map-ground-overlay.mjs +5 -4
- package/esm2022/map-heatmap-layer/map-heatmap-layer.mjs +5 -4
- package/esm2022/map-info-window/map-info-window.mjs +5 -4
- package/esm2022/map-kml-layer/map-kml-layer.mjs +5 -4
- package/esm2022/map-marker/map-marker.mjs +5 -4
- package/esm2022/map-marker-clusterer/map-marker-clusterer.mjs +6 -5
- package/esm2022/map-polygon/map-polygon.mjs +5 -4
- package/esm2022/map-polyline/map-polyline.mjs +5 -4
- package/esm2022/map-rectangle/map-rectangle.mjs +5 -4
- package/esm2022/map-traffic-layer/map-traffic-layer.mjs +5 -4
- package/esm2022/map-transit-layer/map-transit-layer.mjs +5 -4
- package/fesm2022/google-maps.mjs +82 -66
- package/fesm2022/google-maps.mjs.map +1 -1
- package/index.d.ts +29 -29
- package/package.json +2 -1
- package/schematics/collection.json +10 -0
- package/schematics/ng-add/index.d.ts +9 -0
- package/schematics/ng-add/index.js +16 -0
- package/schematics/ng-add/index.mjs +16 -0
- package/schematics/package.json +3 -0
- package/schematics/schematics.externs.js +0 -0
package/fesm2022/google-maps.mjs
CHANGED
|
@@ -427,16 +427,17 @@ class GoogleMap {
|
|
|
427
427
|
'Please wait for the API to load before trying to interact with it.');
|
|
428
428
|
}
|
|
429
429
|
}
|
|
430
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
431
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.
|
|
430
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: GoogleMap, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: PLATFORM_ID }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
431
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.0-next.2", type: GoogleMap, isStandalone: true, selector: "google-map", inputs: { height: "height", width: "width", 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 }); }
|
|
432
432
|
}
|
|
433
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
433
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: GoogleMap, decorators: [{
|
|
434
434
|
type: Component,
|
|
435
435
|
args: [{
|
|
436
436
|
selector: 'google-map',
|
|
437
437
|
exportAs: 'googleMap',
|
|
438
|
+
standalone: true,
|
|
438
439
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
439
|
-
template: '<div class="map-container"></div><ng-content
|
|
440
|
+
template: '<div class="map-container"></div><ng-content />',
|
|
440
441
|
encapsulation: ViewEncapsulation.None,
|
|
441
442
|
}]
|
|
442
443
|
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.NgZone }, { type: Object, decorators: [{
|
|
@@ -531,14 +532,15 @@ class MapBaseLayer {
|
|
|
531
532
|
_initializeObject() { }
|
|
532
533
|
_setMap() { }
|
|
533
534
|
_unsetMap() { }
|
|
534
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
535
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
535
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MapBaseLayer, deps: [{ token: GoogleMap }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
536
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0-next.2", type: MapBaseLayer, isStandalone: true, selector: "map-base-layer", exportAs: ["mapBaseLayer"], ngImport: i0 }); }
|
|
536
537
|
}
|
|
537
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
538
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MapBaseLayer, decorators: [{
|
|
538
539
|
type: Directive,
|
|
539
540
|
args: [{
|
|
540
541
|
selector: 'map-base-layer',
|
|
541
542
|
exportAs: 'mapBaseLayer',
|
|
543
|
+
standalone: true,
|
|
542
544
|
}]
|
|
543
545
|
}], ctorParameters: () => [{ type: GoogleMap }, { type: i0.NgZone }] });
|
|
544
546
|
|
|
@@ -567,14 +569,15 @@ class MapBicyclingLayer extends MapBaseLayer {
|
|
|
567
569
|
'Please wait for the Transit Layer to load before trying to interact with it.');
|
|
568
570
|
}
|
|
569
571
|
}
|
|
570
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
571
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
572
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MapBicyclingLayer, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
573
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0-next.2", type: MapBicyclingLayer, isStandalone: true, selector: "map-bicycling-layer", exportAs: ["mapBicyclingLayer"], usesInheritance: true, ngImport: i0 }); }
|
|
572
574
|
}
|
|
573
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
575
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MapBicyclingLayer, decorators: [{
|
|
574
576
|
type: Directive,
|
|
575
577
|
args: [{
|
|
576
578
|
selector: 'map-bicycling-layer',
|
|
577
579
|
exportAs: 'mapBicyclingLayer',
|
|
580
|
+
standalone: true,
|
|
578
581
|
}]
|
|
579
582
|
}] });
|
|
580
583
|
|
|
@@ -787,14 +790,15 @@ class MapCircle {
|
|
|
787
790
|
}
|
|
788
791
|
}
|
|
789
792
|
}
|
|
790
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
791
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
793
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MapCircle, deps: [{ token: GoogleMap }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
794
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0-next.2", 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" }, exportAs: ["mapCircle"], ngImport: i0 }); }
|
|
792
795
|
}
|
|
793
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
796
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MapCircle, decorators: [{
|
|
794
797
|
type: Directive,
|
|
795
798
|
args: [{
|
|
796
799
|
selector: 'map-circle',
|
|
797
800
|
exportAs: 'mapCircle',
|
|
801
|
+
standalone: true,
|
|
798
802
|
}]
|
|
799
803
|
}], ctorParameters: () => [{ type: GoogleMap }, { type: i0.NgZone }], propDecorators: { options: [{
|
|
800
804
|
type: Input
|
|
@@ -936,14 +940,15 @@ class MapDirectionsRenderer {
|
|
|
936
940
|
}
|
|
937
941
|
}
|
|
938
942
|
}
|
|
939
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
940
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
943
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MapDirectionsRenderer, deps: [{ token: GoogleMap }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
944
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0-next.2", type: MapDirectionsRenderer, isStandalone: true, selector: "map-directions-renderer", inputs: { directions: "directions", options: "options" }, outputs: { directionsChanged: "directionsChanged" }, exportAs: ["mapDirectionsRenderer"], usesOnChanges: true, ngImport: i0 }); }
|
|
941
945
|
}
|
|
942
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
946
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MapDirectionsRenderer, decorators: [{
|
|
943
947
|
type: Directive,
|
|
944
948
|
args: [{
|
|
945
949
|
selector: 'map-directions-renderer',
|
|
946
950
|
exportAs: 'mapDirectionsRenderer',
|
|
951
|
+
standalone: true,
|
|
947
952
|
}]
|
|
948
953
|
}], ctorParameters: () => [{ type: GoogleMap }, { type: i0.NgZone }], propDecorators: { directions: [{
|
|
949
954
|
type: Input
|
|
@@ -1091,14 +1096,15 @@ class MapGroundOverlay {
|
|
|
1091
1096
|
}
|
|
1092
1097
|
}
|
|
1093
1098
|
}
|
|
1094
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
1095
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
1099
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MapGroundOverlay, deps: [{ token: GoogleMap }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1100
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0-next.2", type: MapGroundOverlay, isStandalone: true, selector: "map-ground-overlay", inputs: { url: "url", bounds: "bounds", clickable: "clickable", opacity: "opacity" }, outputs: { mapClick: "mapClick", mapDblclick: "mapDblclick" }, exportAs: ["mapGroundOverlay"], ngImport: i0 }); }
|
|
1096
1101
|
}
|
|
1097
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
1102
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MapGroundOverlay, decorators: [{
|
|
1098
1103
|
type: Directive,
|
|
1099
1104
|
args: [{
|
|
1100
1105
|
selector: 'map-ground-overlay',
|
|
1101
1106
|
exportAs: 'mapGroundOverlay',
|
|
1107
|
+
standalone: true,
|
|
1102
1108
|
}]
|
|
1103
1109
|
}], ctorParameters: () => [{ type: GoogleMap }, { type: i0.NgZone }], propDecorators: { url: [{
|
|
1104
1110
|
type: Input
|
|
@@ -1280,14 +1286,15 @@ class MapInfoWindow {
|
|
|
1280
1286
|
}
|
|
1281
1287
|
}
|
|
1282
1288
|
}
|
|
1283
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
1284
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
1289
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MapInfoWindow, deps: [{ token: GoogleMap }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1290
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0-next.2", type: MapInfoWindow, isStandalone: true, selector: "map-info-window", inputs: { options: "options", position: "position" }, outputs: { closeclick: "closeclick", contentChanged: "contentChanged", domready: "domready", positionChanged: "positionChanged", zindexChanged: "zindexChanged" }, host: { styleAttribute: "display: none" }, exportAs: ["mapInfoWindow"], ngImport: i0 }); }
|
|
1285
1291
|
}
|
|
1286
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
1292
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MapInfoWindow, decorators: [{
|
|
1287
1293
|
type: Directive,
|
|
1288
1294
|
args: [{
|
|
1289
1295
|
selector: 'map-info-window',
|
|
1290
1296
|
exportAs: 'mapInfoWindow',
|
|
1297
|
+
standalone: true,
|
|
1291
1298
|
host: { 'style': 'display: none' },
|
|
1292
1299
|
}]
|
|
1293
1300
|
}], ctorParameters: () => [{ type: GoogleMap }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { options: [{
|
|
@@ -1439,14 +1446,15 @@ class MapKmlLayer {
|
|
|
1439
1446
|
}
|
|
1440
1447
|
}
|
|
1441
1448
|
}
|
|
1442
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
1443
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
1449
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MapKmlLayer, deps: [{ token: GoogleMap }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1450
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0-next.2", type: MapKmlLayer, isStandalone: true, selector: "map-kml-layer", inputs: { options: "options", url: "url" }, outputs: { kmlClick: "kmlClick", defaultviewportChanged: "defaultviewportChanged", statusChanged: "statusChanged" }, exportAs: ["mapKmlLayer"], ngImport: i0 }); }
|
|
1444
1451
|
}
|
|
1445
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
1452
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MapKmlLayer, decorators: [{
|
|
1446
1453
|
type: Directive,
|
|
1447
1454
|
args: [{
|
|
1448
1455
|
selector: 'map-kml-layer',
|
|
1449
1456
|
exportAs: 'mapKmlLayer',
|
|
1457
|
+
standalone: true,
|
|
1450
1458
|
}]
|
|
1451
1459
|
}], ctorParameters: () => [{ type: GoogleMap }, { type: i0.NgZone }], propDecorators: { options: [{
|
|
1452
1460
|
type: Input
|
|
@@ -1805,14 +1813,15 @@ class MapMarker {
|
|
|
1805
1813
|
}
|
|
1806
1814
|
}
|
|
1807
1815
|
}
|
|
1808
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
1809
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
1816
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MapMarker, deps: [{ token: GoogleMap }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1817
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0-next.2", 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" }, exportAs: ["mapMarker"], usesOnChanges: true, ngImport: i0 }); }
|
|
1810
1818
|
}
|
|
1811
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
1819
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MapMarker, decorators: [{
|
|
1812
1820
|
type: Directive,
|
|
1813
1821
|
args: [{
|
|
1814
1822
|
selector: 'map-marker',
|
|
1815
1823
|
exportAs: 'mapMarker',
|
|
1824
|
+
standalone: true,
|
|
1816
1825
|
}]
|
|
1817
1826
|
}], ctorParameters: () => [{ type: GoogleMap }, { type: i0.NgZone }], propDecorators: { title: [{
|
|
1818
1827
|
type: Input
|
|
@@ -2199,16 +2208,17 @@ class MapMarkerClusterer {
|
|
|
2199
2208
|
}
|
|
2200
2209
|
}
|
|
2201
2210
|
}
|
|
2202
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
2203
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.
|
|
2211
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MapMarkerClusterer, deps: [{ token: GoogleMap }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2212
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.1.0-next.2", 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" }, 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 }); }
|
|
2204
2213
|
}
|
|
2205
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
2214
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MapMarkerClusterer, decorators: [{
|
|
2206
2215
|
type: Component,
|
|
2207
2216
|
args: [{
|
|
2208
2217
|
selector: 'map-marker-clusterer',
|
|
2209
2218
|
exportAs: 'mapMarkerClusterer',
|
|
2210
2219
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2211
|
-
|
|
2220
|
+
standalone: true,
|
|
2221
|
+
template: '<ng-content />',
|
|
2212
2222
|
encapsulation: ViewEncapsulation.None,
|
|
2213
2223
|
}]
|
|
2214
2224
|
}], ctorParameters: () => [{ type: GoogleMap }, { type: i0.NgZone }], propDecorators: { ariaLabelFn: [{
|
|
@@ -2423,14 +2433,15 @@ class MapPolygon {
|
|
|
2423
2433
|
}
|
|
2424
2434
|
}
|
|
2425
2435
|
}
|
|
2426
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
2427
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
2436
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MapPolygon, deps: [{ token: GoogleMap }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2437
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0-next.2", 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" }, exportAs: ["mapPolygon"], ngImport: i0 }); }
|
|
2428
2438
|
}
|
|
2429
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
2439
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MapPolygon, decorators: [{
|
|
2430
2440
|
type: Directive,
|
|
2431
2441
|
args: [{
|
|
2432
2442
|
selector: 'map-polygon',
|
|
2433
2443
|
exportAs: 'mapPolygon',
|
|
2444
|
+
standalone: true,
|
|
2434
2445
|
}]
|
|
2435
2446
|
}], ctorParameters: () => [{ type: GoogleMap }, { type: i0.NgZone }], propDecorators: { options: [{
|
|
2436
2447
|
type: Input
|
|
@@ -2614,14 +2625,15 @@ class MapPolyline {
|
|
|
2614
2625
|
}
|
|
2615
2626
|
}
|
|
2616
2627
|
}
|
|
2617
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
2618
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
2628
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MapPolyline, deps: [{ token: GoogleMap }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2629
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0-next.2", 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" }, exportAs: ["mapPolyline"], ngImport: i0 }); }
|
|
2619
2630
|
}
|
|
2620
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
2631
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MapPolyline, decorators: [{
|
|
2621
2632
|
type: Directive,
|
|
2622
2633
|
args: [{
|
|
2623
2634
|
selector: 'map-polyline',
|
|
2624
2635
|
exportAs: 'mapPolyline',
|
|
2636
|
+
standalone: true,
|
|
2625
2637
|
}]
|
|
2626
2638
|
}], ctorParameters: () => [{ type: GoogleMap }, { type: i0.NgZone }], propDecorators: { options: [{
|
|
2627
2639
|
type: Input
|
|
@@ -2825,14 +2837,15 @@ class MapRectangle {
|
|
|
2825
2837
|
}
|
|
2826
2838
|
}
|
|
2827
2839
|
}
|
|
2828
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
2829
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
2840
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MapRectangle, deps: [{ token: GoogleMap }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2841
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0-next.2", 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" }, exportAs: ["mapRectangle"], ngImport: i0 }); }
|
|
2830
2842
|
}
|
|
2831
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
2843
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MapRectangle, decorators: [{
|
|
2832
2844
|
type: Directive,
|
|
2833
2845
|
args: [{
|
|
2834
2846
|
selector: 'map-rectangle',
|
|
2835
2847
|
exportAs: 'mapRectangle',
|
|
2848
|
+
standalone: true,
|
|
2836
2849
|
}]
|
|
2837
2850
|
}], ctorParameters: () => [{ type: GoogleMap }, { type: i0.NgZone }], propDecorators: { options: [{
|
|
2838
2851
|
type: Input
|
|
@@ -2929,14 +2942,15 @@ class MapTrafficLayer {
|
|
|
2929
2942
|
'Please wait for the Traffic Layer to load before trying to interact with it.');
|
|
2930
2943
|
}
|
|
2931
2944
|
}
|
|
2932
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
2933
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
2945
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MapTrafficLayer, deps: [{ token: GoogleMap }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2946
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0-next.2", type: MapTrafficLayer, isStandalone: true, selector: "map-traffic-layer", inputs: { autoRefresh: "autoRefresh" }, exportAs: ["mapTrafficLayer"], ngImport: i0 }); }
|
|
2934
2947
|
}
|
|
2935
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
2948
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MapTrafficLayer, decorators: [{
|
|
2936
2949
|
type: Directive,
|
|
2937
2950
|
args: [{
|
|
2938
2951
|
selector: 'map-traffic-layer',
|
|
2939
2952
|
exportAs: 'mapTrafficLayer',
|
|
2953
|
+
standalone: true,
|
|
2940
2954
|
}]
|
|
2941
2955
|
}], ctorParameters: () => [{ type: GoogleMap }, { type: i0.NgZone }], propDecorators: { autoRefresh: [{
|
|
2942
2956
|
type: Input
|
|
@@ -2967,14 +2981,15 @@ class MapTransitLayer extends MapBaseLayer {
|
|
|
2967
2981
|
'Please wait for the Transit Layer to load before trying to interact with it.');
|
|
2968
2982
|
}
|
|
2969
2983
|
}
|
|
2970
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
2971
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
2984
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MapTransitLayer, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2985
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0-next.2", type: MapTransitLayer, isStandalone: true, selector: "map-transit-layer", exportAs: ["mapTransitLayer"], usesInheritance: true, ngImport: i0 }); }
|
|
2972
2986
|
}
|
|
2973
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
2987
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MapTransitLayer, decorators: [{
|
|
2974
2988
|
type: Directive,
|
|
2975
2989
|
args: [{
|
|
2976
2990
|
selector: 'map-transit-layer',
|
|
2977
2991
|
exportAs: 'mapTransitLayer',
|
|
2992
|
+
standalone: true,
|
|
2978
2993
|
}]
|
|
2979
2994
|
}] });
|
|
2980
2995
|
|
|
@@ -3081,14 +3096,15 @@ class MapHeatmapLayer {
|
|
|
3081
3096
|
}
|
|
3082
3097
|
}
|
|
3083
3098
|
}
|
|
3084
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
3085
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.
|
|
3099
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MapHeatmapLayer, deps: [{ token: GoogleMap }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3100
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.1.0-next.2", type: MapHeatmapLayer, isStandalone: true, selector: "map-heatmap-layer", inputs: { data: "data", options: "options" }, exportAs: ["mapHeatmapLayer"], usesOnChanges: true, ngImport: i0 }); }
|
|
3086
3101
|
}
|
|
3087
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
3102
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MapHeatmapLayer, decorators: [{
|
|
3088
3103
|
type: Directive,
|
|
3089
3104
|
args: [{
|
|
3090
3105
|
selector: 'map-heatmap-layer',
|
|
3091
3106
|
exportAs: 'mapHeatmapLayer',
|
|
3107
|
+
standalone: true,
|
|
3092
3108
|
}]
|
|
3093
3109
|
}], ctorParameters: () => [{ type: GoogleMap }, { type: i0.NgZone }], propDecorators: { data: [{
|
|
3094
3110
|
type: Input
|
|
@@ -3107,6 +3123,7 @@ const COMPONENTS = [
|
|
|
3107
3123
|
MapCircle,
|
|
3108
3124
|
MapDirectionsRenderer,
|
|
3109
3125
|
MapGroundOverlay,
|
|
3126
|
+
MapHeatmapLayer,
|
|
3110
3127
|
MapInfoWindow,
|
|
3111
3128
|
MapKmlLayer,
|
|
3112
3129
|
MapMarker,
|
|
@@ -3116,16 +3133,16 @@ const COMPONENTS = [
|
|
|
3116
3133
|
MapRectangle,
|
|
3117
3134
|
MapTrafficLayer,
|
|
3118
3135
|
MapTransitLayer,
|
|
3119
|
-
MapHeatmapLayer,
|
|
3120
3136
|
];
|
|
3121
3137
|
class GoogleMapsModule {
|
|
3122
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
3123
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.
|
|
3138
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: GoogleMapsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3139
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.1.0-next.2", ngImport: i0, type: GoogleMapsModule, imports: [GoogleMap,
|
|
3124
3140
|
MapBaseLayer,
|
|
3125
3141
|
MapBicyclingLayer,
|
|
3126
3142
|
MapCircle,
|
|
3127
3143
|
MapDirectionsRenderer,
|
|
3128
3144
|
MapGroundOverlay,
|
|
3145
|
+
MapHeatmapLayer,
|
|
3129
3146
|
MapInfoWindow,
|
|
3130
3147
|
MapKmlLayer,
|
|
3131
3148
|
MapMarker,
|
|
@@ -3134,13 +3151,13 @@ class GoogleMapsModule {
|
|
|
3134
3151
|
MapPolyline,
|
|
3135
3152
|
MapRectangle,
|
|
3136
3153
|
MapTrafficLayer,
|
|
3137
|
-
MapTransitLayer,
|
|
3138
|
-
MapHeatmapLayer], exports: [GoogleMap,
|
|
3154
|
+
MapTransitLayer], exports: [GoogleMap,
|
|
3139
3155
|
MapBaseLayer,
|
|
3140
3156
|
MapBicyclingLayer,
|
|
3141
3157
|
MapCircle,
|
|
3142
3158
|
MapDirectionsRenderer,
|
|
3143
3159
|
MapGroundOverlay,
|
|
3160
|
+
MapHeatmapLayer,
|
|
3144
3161
|
MapInfoWindow,
|
|
3145
3162
|
MapKmlLayer,
|
|
3146
3163
|
MapMarker,
|
|
@@ -3149,14 +3166,13 @@ class GoogleMapsModule {
|
|
|
3149
3166
|
MapPolyline,
|
|
3150
3167
|
MapRectangle,
|
|
3151
3168
|
MapTrafficLayer,
|
|
3152
|
-
MapTransitLayer
|
|
3153
|
-
|
|
3154
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.0", ngImport: i0, type: GoogleMapsModule }); }
|
|
3169
|
+
MapTransitLayer] }); }
|
|
3170
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: GoogleMapsModule }); }
|
|
3155
3171
|
}
|
|
3156
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
3172
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: GoogleMapsModule, decorators: [{
|
|
3157
3173
|
type: NgModule,
|
|
3158
3174
|
args: [{
|
|
3159
|
-
|
|
3175
|
+
imports: COMPONENTS,
|
|
3160
3176
|
exports: COMPONENTS,
|
|
3161
3177
|
}]
|
|
3162
3178
|
}] });
|
|
@@ -3192,10 +3208,10 @@ class MapDirectionsService {
|
|
|
3192
3208
|
});
|
|
3193
3209
|
});
|
|
3194
3210
|
}
|
|
3195
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
3196
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.
|
|
3211
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MapDirectionsService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3212
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MapDirectionsService, providedIn: 'root' }); }
|
|
3197
3213
|
}
|
|
3198
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
3214
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MapDirectionsService, decorators: [{
|
|
3199
3215
|
type: Injectable,
|
|
3200
3216
|
args: [{ providedIn: 'root' }]
|
|
3201
3217
|
}], ctorParameters: () => [{ type: i0.NgZone }] });
|
|
@@ -3227,10 +3243,10 @@ class MapGeocoder {
|
|
|
3227
3243
|
});
|
|
3228
3244
|
});
|
|
3229
3245
|
}
|
|
3230
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.
|
|
3231
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.
|
|
3246
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MapGeocoder, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
3247
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MapGeocoder, providedIn: 'root' }); }
|
|
3232
3248
|
}
|
|
3233
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.
|
|
3249
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.0-next.2", ngImport: i0, type: MapGeocoder, decorators: [{
|
|
3234
3250
|
type: Injectable,
|
|
3235
3251
|
args: [{ providedIn: 'root' }]
|
|
3236
3252
|
}], ctorParameters: () => [{ type: i0.NgZone }] });
|