@foodmarketmaker/mapag 0.0.6 → 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,6 +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 onMapReady: _angular_core.OutputEmitterRef<Map$1>;
|
|
295
|
+
readonly mapReady: _angular_core.WritableSignal<Map$1 | undefined>;
|
|
294
296
|
faPrint: _fortawesome_fontawesome_common_types.IconDefinition;
|
|
295
297
|
map: maplibregl.Map | undefined;
|
|
296
298
|
svc: MapService;
|
|
@@ -303,7 +305,7 @@ declare class MapComponent implements AfterViewInit, OnDestroy {
|
|
|
303
305
|
private initializeMap;
|
|
304
306
|
saveImage(): void;
|
|
305
307
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MapComponent, never>;
|
|
306
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MapComponent, "mapag-map", never, { "mapper": { "alias": "mapper"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
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>;
|
|
307
309
|
}
|
|
308
310
|
|
|
309
311
|
declare class BasemapSelectMenu {
|