@foodmarketmaker/mapag 0.0.8 → 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts
CHANGED
|
@@ -291,7 +291,8 @@ declare class MapComponent implements AfterViewInit, OnDestroy {
|
|
|
291
291
|
readonly mapper: _angular_core.InputSignal<MapboxMapperGroup<any>>;
|
|
292
292
|
readonly mapContainer: _angular_core.Signal<ElementRef<any> | undefined>;
|
|
293
293
|
readonly id: _angular_core.InputSignal<string>;
|
|
294
|
-
readonly
|
|
294
|
+
readonly onMapReady: _angular_core.OutputEmitterRef<Map$1>;
|
|
295
|
+
readonly mapReady: _angular_core.WritableSignal<Map$1 | undefined>;
|
|
295
296
|
faPrint: _fortawesome_fontawesome_common_types.IconDefinition;
|
|
296
297
|
map: maplibregl.Map | undefined;
|
|
297
298
|
svc: MapService;
|
|
@@ -304,7 +305,7 @@ declare class MapComponent implements AfterViewInit, OnDestroy {
|
|
|
304
305
|
private initializeMap;
|
|
305
306
|
saveImage(): void;
|
|
306
307
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MapComponent, never>;
|
|
307
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MapComponent, "mapag-map", never, { "mapper": { "alias": "mapper"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; }, { "
|
|
308
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MapComponent, "mapag-map", never, { "mapper": { "alias": "mapper"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; }, { "onMapReady": "onMapReady"; }, never, ["*"], true, never>;
|
|
308
309
|
}
|
|
309
310
|
|
|
310
311
|
declare class BasemapSelectMenu {
|