@angular/google-maps 17.0.2 → 17.1.0-next.1
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 -3
- package/esm2022/google-maps-module.mjs +8 -8
- package/esm2022/map-base-layer.mjs +3 -2
- package/esm2022/map-bicycling-layer/map-bicycling-layer.mjs +3 -2
- package/esm2022/map-circle/map-circle.mjs +3 -2
- package/esm2022/map-directions-renderer/map-directions-renderer.mjs +3 -2
- package/esm2022/map-ground-overlay/map-ground-overlay.mjs +3 -2
- package/esm2022/map-heatmap-layer/map-heatmap-layer.mjs +3 -2
- package/esm2022/map-info-window/map-info-window.mjs +3 -2
- package/esm2022/map-kml-layer/map-kml-layer.mjs +3 -2
- package/esm2022/map-marker/map-marker.mjs +3 -2
- package/esm2022/map-marker-clusterer/map-marker-clusterer.mjs +4 -3
- package/esm2022/map-polygon/map-polygon.mjs +3 -2
- package/esm2022/map-polyline/map-polyline.mjs +3 -2
- package/esm2022/map-rectangle/map-rectangle.mjs +3 -2
- package/esm2022/map-traffic-layer/map-traffic-layer.mjs +3 -2
- package/esm2022/map-transit-layer/map-transit-layer.mjs +3 -2
- package/fesm2022/google-maps.mjs +41 -25
- package/fesm2022/google-maps.mjs.map +1 -1
- package/index.d.ts +29 -29
- package/package.json +3 -3
package/fesm2022/google-maps.mjs
CHANGED
|
@@ -428,15 +428,16 @@ class GoogleMap {
|
|
|
428
428
|
}
|
|
429
429
|
}
|
|
430
430
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.4", 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.0.4", type: GoogleMap, 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
|
|
431
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.4", 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
433
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", 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: [{
|
|
@@ -532,13 +533,14 @@ class MapBaseLayer {
|
|
|
532
533
|
_setMap() { }
|
|
533
534
|
_unsetMap() { }
|
|
534
535
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: MapBaseLayer, deps: [{ token: GoogleMap }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
535
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.4", type: MapBaseLayer, selector: "map-base-layer", exportAs: ["mapBaseLayer"], ngImport: i0 }); }
|
|
536
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.4", type: MapBaseLayer, isStandalone: true, selector: "map-base-layer", exportAs: ["mapBaseLayer"], ngImport: i0 }); }
|
|
536
537
|
}
|
|
537
538
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", 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
|
|
|
@@ -568,13 +570,14 @@ class MapBicyclingLayer extends MapBaseLayer {
|
|
|
568
570
|
}
|
|
569
571
|
}
|
|
570
572
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: MapBicyclingLayer, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
571
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.4", type: MapBicyclingLayer, selector: "map-bicycling-layer", exportAs: ["mapBicyclingLayer"], usesInheritance: true, ngImport: i0 }); }
|
|
573
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.4", type: MapBicyclingLayer, isStandalone: true, selector: "map-bicycling-layer", exportAs: ["mapBicyclingLayer"], usesInheritance: true, ngImport: i0 }); }
|
|
572
574
|
}
|
|
573
575
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", 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
|
|
|
@@ -788,13 +791,14 @@ class MapCircle {
|
|
|
788
791
|
}
|
|
789
792
|
}
|
|
790
793
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: MapCircle, deps: [{ token: GoogleMap }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
791
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.4", type: MapCircle, 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 }); }
|
|
794
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.4", 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
796
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", 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
|
|
@@ -937,13 +941,14 @@ class MapDirectionsRenderer {
|
|
|
937
941
|
}
|
|
938
942
|
}
|
|
939
943
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: MapDirectionsRenderer, deps: [{ token: GoogleMap }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
940
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.4", type: MapDirectionsRenderer, selector: "map-directions-renderer", inputs: { directions: "directions", options: "options" }, outputs: { directionsChanged: "directionsChanged" }, exportAs: ["mapDirectionsRenderer"], usesOnChanges: true, ngImport: i0 }); }
|
|
944
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.4", 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
946
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", 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
|
|
@@ -1092,13 +1097,14 @@ class MapGroundOverlay {
|
|
|
1092
1097
|
}
|
|
1093
1098
|
}
|
|
1094
1099
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: MapGroundOverlay, deps: [{ token: GoogleMap }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1095
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.4", type: MapGroundOverlay, selector: "map-ground-overlay", inputs: { url: "url", bounds: "bounds", clickable: "clickable", opacity: "opacity" }, outputs: { mapClick: "mapClick", mapDblclick: "mapDblclick" }, exportAs: ["mapGroundOverlay"], ngImport: i0 }); }
|
|
1100
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.4", 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
1102
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", 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
|
|
@@ -1281,13 +1287,14 @@ class MapInfoWindow {
|
|
|
1281
1287
|
}
|
|
1282
1288
|
}
|
|
1283
1289
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: MapInfoWindow, deps: [{ token: GoogleMap }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1284
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.4", type: MapInfoWindow, 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 }); }
|
|
1290
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.4", 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
1292
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", 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: [{
|
|
@@ -1440,13 +1447,14 @@ class MapKmlLayer {
|
|
|
1440
1447
|
}
|
|
1441
1448
|
}
|
|
1442
1449
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: MapKmlLayer, deps: [{ token: GoogleMap }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1443
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.4", type: MapKmlLayer, selector: "map-kml-layer", inputs: { options: "options", url: "url" }, outputs: { kmlClick: "kmlClick", defaultviewportChanged: "defaultviewportChanged", statusChanged: "statusChanged" }, exportAs: ["mapKmlLayer"], ngImport: i0 }); }
|
|
1450
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.4", 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
1452
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", 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
|
|
@@ -1806,13 +1814,14 @@ class MapMarker {
|
|
|
1806
1814
|
}
|
|
1807
1815
|
}
|
|
1808
1816
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: MapMarker, deps: [{ token: GoogleMap }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1809
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.4", type: MapMarker, 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 }); }
|
|
1817
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.4", 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
1819
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", 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
|
|
@@ -2200,7 +2209,7 @@ class MapMarkerClusterer {
|
|
|
2200
2209
|
}
|
|
2201
2210
|
}
|
|
2202
2211
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: MapMarkerClusterer, deps: [{ token: GoogleMap }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2203
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.4", type: MapMarkerClusterer, 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
|
|
2212
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.4", 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
2214
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: MapMarkerClusterer, decorators: [{
|
|
2206
2215
|
type: Component,
|
|
@@ -2208,7 +2217,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", ngImpor
|
|
|
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: [{
|
|
@@ -2424,13 +2434,14 @@ class MapPolygon {
|
|
|
2424
2434
|
}
|
|
2425
2435
|
}
|
|
2426
2436
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: MapPolygon, deps: [{ token: GoogleMap }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2427
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.4", type: MapPolygon, 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 }); }
|
|
2437
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.4", 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
2439
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", 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
|
|
@@ -2615,13 +2626,14 @@ class MapPolyline {
|
|
|
2615
2626
|
}
|
|
2616
2627
|
}
|
|
2617
2628
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: MapPolyline, deps: [{ token: GoogleMap }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2618
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.4", type: MapPolyline, 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 }); }
|
|
2629
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.4", 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
2631
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", 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
|
|
@@ -2826,13 +2838,14 @@ class MapRectangle {
|
|
|
2826
2838
|
}
|
|
2827
2839
|
}
|
|
2828
2840
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: MapRectangle, deps: [{ token: GoogleMap }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2829
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.4", type: MapRectangle, 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 }); }
|
|
2841
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.4", 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
2843
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", 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
|
|
@@ -2930,13 +2943,14 @@ class MapTrafficLayer {
|
|
|
2930
2943
|
}
|
|
2931
2944
|
}
|
|
2932
2945
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: MapTrafficLayer, deps: [{ token: GoogleMap }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2933
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.4", type: MapTrafficLayer, selector: "map-traffic-layer", inputs: { autoRefresh: "autoRefresh" }, exportAs: ["mapTrafficLayer"], ngImport: i0 }); }
|
|
2946
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.4", type: MapTrafficLayer, isStandalone: true, selector: "map-traffic-layer", inputs: { autoRefresh: "autoRefresh" }, exportAs: ["mapTrafficLayer"], ngImport: i0 }); }
|
|
2934
2947
|
}
|
|
2935
2948
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", 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
|
|
@@ -2968,13 +2982,14 @@ class MapTransitLayer extends MapBaseLayer {
|
|
|
2968
2982
|
}
|
|
2969
2983
|
}
|
|
2970
2984
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: MapTransitLayer, deps: null, target: i0.ɵɵFactoryTarget.Directive }); }
|
|
2971
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.4", type: MapTransitLayer, selector: "map-transit-layer", exportAs: ["mapTransitLayer"], usesInheritance: true, ngImport: i0 }); }
|
|
2985
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.4", type: MapTransitLayer, isStandalone: true, selector: "map-transit-layer", exportAs: ["mapTransitLayer"], usesInheritance: true, ngImport: i0 }); }
|
|
2972
2986
|
}
|
|
2973
2987
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", 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
|
|
|
@@ -3082,13 +3097,14 @@ class MapHeatmapLayer {
|
|
|
3082
3097
|
}
|
|
3083
3098
|
}
|
|
3084
3099
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: MapHeatmapLayer, deps: [{ token: GoogleMap }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
3085
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.4", type: MapHeatmapLayer, selector: "map-heatmap-layer", inputs: { data: "data", options: "options" }, exportAs: ["mapHeatmapLayer"], usesOnChanges: true, ngImport: i0 }); }
|
|
3100
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.0.4", type: MapHeatmapLayer, isStandalone: true, selector: "map-heatmap-layer", inputs: { data: "data", options: "options" }, exportAs: ["mapHeatmapLayer"], usesOnChanges: true, ngImport: i0 }); }
|
|
3086
3101
|
}
|
|
3087
3102
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", 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
3138
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: GoogleMapsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
3123
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.4", ngImport: i0, type: GoogleMapsModule,
|
|
3139
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.4", 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
|
-
MapHeatmapLayer] }); }
|
|
3169
|
+
MapTransitLayer] }); }
|
|
3154
3170
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: GoogleMapsModule }); }
|
|
3155
3171
|
}
|
|
3156
3172
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: GoogleMapsModule, decorators: [{
|
|
3157
3173
|
type: NgModule,
|
|
3158
3174
|
args: [{
|
|
3159
|
-
|
|
3175
|
+
imports: COMPONENTS,
|
|
3160
3176
|
exports: COMPONENTS,
|
|
3161
3177
|
}]
|
|
3162
3178
|
}] });
|