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