@igo2/integration 20.0.1-next.1 → 20.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/fesm2022/igo2-integration.mjs +661 -727
- package/fesm2022/igo2-integration.mjs.map +1 -1
- package/index.d.ts +85 -89
- package/package.json +4 -4
package/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import { IgoMap, LayerListControlsOptions, Catalog, CatalogItem, CatalogItemStat
|
|
|
4
4
|
import * as _igo2_common_entity from '@igo2/common/entity';
|
|
5
5
|
import { EntityStore, EntityTableComponent, EntityTableTemplate, EntityRecord, EntityState } from '@igo2/common/entity';
|
|
6
6
|
import * as rxjs from 'rxjs';
|
|
7
|
-
import { BehaviorSubject,
|
|
7
|
+
import { BehaviorSubject, Observable, ReplaySubject, Subscription } from 'rxjs';
|
|
8
8
|
import { DetailedContext, EnvironmentOptions as EnvironmentOptions$3 } from '@igo2/context';
|
|
9
9
|
import { WorkspaceStore, Workspace } from '@igo2/common/workspace';
|
|
10
10
|
import { MatRadioChange } from '@angular/material/radio';
|
|
@@ -40,12 +40,12 @@ declare class ContextEditorToolComponent {
|
|
|
40
40
|
declare class ContextManagerToolComponent {
|
|
41
41
|
private toolState;
|
|
42
42
|
private mapState;
|
|
43
|
-
toolToOpenOnContextChange: string
|
|
43
|
+
readonly toolToOpenOnContextChange: i0.InputSignal<string>;
|
|
44
44
|
get map(): IgoMap;
|
|
45
45
|
editContext(): void;
|
|
46
46
|
managePermissions(): void;
|
|
47
47
|
static ɵfac: i0.ɵɵFactoryDeclaration<ContextManagerToolComponent, never>;
|
|
48
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ContextManagerToolComponent, "igo-context-manager-tool", never, { "toolToOpenOnContextChange": { "alias": "toolToOpenOnContextChange"; "required": false; }; }, {}, never, never, true, never>;
|
|
48
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContextManagerToolComponent, "igo-context-manager-tool", never, { "toolToOpenOnContextChange": { "alias": "toolToOpenOnContextChange"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
declare class ContextPermissionManagerToolComponent {
|
|
@@ -104,15 +104,15 @@ declare class CatalogLibraryToolComponent implements OnInit, OnDestroy {
|
|
|
104
104
|
/**
|
|
105
105
|
* Determine if the form to add a catalog is allowed
|
|
106
106
|
*/
|
|
107
|
-
addCatalogAllowed: boolean
|
|
107
|
+
readonly addCatalogAllowed: i0.InputSignal<boolean>;
|
|
108
108
|
/**
|
|
109
109
|
* Determine if the export button is shown
|
|
110
110
|
*/
|
|
111
|
-
exportButton: boolean
|
|
111
|
+
readonly exportButton: i0.InputSignal<boolean>;
|
|
112
112
|
/**
|
|
113
113
|
* List of predefined catalogs
|
|
114
114
|
*/
|
|
115
|
-
predefinedCatalogs: Catalog[]
|
|
115
|
+
readonly predefinedCatalogs: i0.InputSignal<Catalog[]>;
|
|
116
116
|
set selectedCatalogId(id: any);
|
|
117
117
|
get currentTool(): string;
|
|
118
118
|
get lastTool(): string;
|
|
@@ -160,7 +160,7 @@ declare class CatalogLibraryToolComponent implements OnInit, OnDestroy {
|
|
|
160
160
|
*/
|
|
161
161
|
exportExcel(catalogOutputs: ListExport[]): Promise<void>;
|
|
162
162
|
static ɵfac: i0.ɵɵFactoryDeclaration<CatalogLibraryToolComponent, never>;
|
|
163
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatalogLibraryToolComponent, "igo-catalog-library-tool", never, { "addCatalogAllowed": { "alias": "addCatalogAllowed"; "required": false; }; "exportButton": { "alias": "exportButton"; "required": false; }; "predefinedCatalogs": { "alias": "predefinedCatalogs"; "required": false; }; }, {}, never, never, true, never>;
|
|
163
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CatalogLibraryToolComponent, "igo-catalog-library-tool", never, { "addCatalogAllowed": { "alias": "addCatalogAllowed"; "required": false; "isSignal": true; }; "exportButton": { "alias": "exportButton"; "required": false; "isSignal": true; }; "predefinedCatalogs": { "alias": "predefinedCatalogs"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
164
164
|
}
|
|
165
165
|
|
|
166
166
|
/**
|
|
@@ -193,7 +193,7 @@ declare class CatalogBrowserToolComponent implements OnInit, OnDestroy {
|
|
|
193
193
|
/**
|
|
194
194
|
* Whether a group can be toggled when it's collapsed
|
|
195
195
|
*/
|
|
196
|
-
toggleCollapsedGroup: boolean
|
|
196
|
+
readonly toggleCollapsedGroup: i0.InputSignal<boolean>;
|
|
197
197
|
/**
|
|
198
198
|
* Map to add layers to
|
|
199
199
|
* @internal
|
|
@@ -214,7 +214,7 @@ declare class CatalogBrowserToolComponent implements OnInit, OnDestroy {
|
|
|
214
214
|
*/
|
|
215
215
|
private loadCatalogItems;
|
|
216
216
|
static ɵfac: i0.ɵɵFactoryDeclaration<CatalogBrowserToolComponent, never>;
|
|
217
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatalogBrowserToolComponent, "igo-catalog-browser-tool", never, { "toggleCollapsedGroup": { "alias": "toggleCollapsedGroup"; "required": false; }; }, {}, never, never, true, never>;
|
|
217
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CatalogBrowserToolComponent, "igo-catalog-browser-tool", never, { "toggleCollapsedGroup": { "alias": "toggleCollapsedGroup"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
218
218
|
}
|
|
219
219
|
|
|
220
220
|
/**
|
|
@@ -270,7 +270,6 @@ declare class ContextState {
|
|
|
270
270
|
declare class DirectionsToolComponent implements OnInit {
|
|
271
271
|
private directionState;
|
|
272
272
|
private mapState;
|
|
273
|
-
private languageService;
|
|
274
273
|
private messageService;
|
|
275
274
|
private storageService;
|
|
276
275
|
contextState: ContextState;
|
|
@@ -292,17 +291,9 @@ declare class DirectionsToolComponent implements OnInit {
|
|
|
292
291
|
* @internal
|
|
293
292
|
*/
|
|
294
293
|
get routesFeatureStore(): RoutesFeatureStore;
|
|
295
|
-
/**
|
|
296
|
-
* step store
|
|
297
|
-
* @internal
|
|
298
|
-
*/
|
|
299
294
|
get stepFeatureStore(): StepsFeatureStore;
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
* @internal
|
|
303
|
-
*/
|
|
304
|
-
get zoomOnActiveRoute$(): Subject<void>;
|
|
305
|
-
get authenticated$(): BehaviorSubject<boolean>;
|
|
295
|
+
get zoomOnActiveRoute(): i0.WritableSignal<boolean>;
|
|
296
|
+
get authenticated$(): rxjs.BehaviorSubject<boolean>;
|
|
306
297
|
/**
|
|
307
298
|
* Map to measure on
|
|
308
299
|
* @internal
|
|
@@ -376,12 +367,12 @@ declare class WorkspaceButtonComponent implements OnInit, OnDestroy {
|
|
|
376
367
|
set layer(value: AnyLayer);
|
|
377
368
|
get layer(): AnyLayer;
|
|
378
369
|
private _layer;
|
|
379
|
-
color: string
|
|
370
|
+
readonly color: i0.InputSignal<string>;
|
|
380
371
|
ngOnInit(): void;
|
|
381
372
|
ngOnDestroy(): void;
|
|
382
373
|
activateWorkspace(): void;
|
|
383
374
|
static ɵfac: i0.ɵɵFactoryDeclaration<WorkspaceButtonComponent, never>;
|
|
384
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WorkspaceButtonComponent, "igo-workspace-button", never, { "layer": { "alias": "layer"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, true, never>;
|
|
375
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WorkspaceButtonComponent, "igo-workspace-button", never, { "layer": { "alias": "layer"; "required": false; }; "color": { "alias": "color"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
385
376
|
}
|
|
386
377
|
|
|
387
378
|
/**
|
|
@@ -420,16 +411,16 @@ declare class ImportExportToolComponent implements OnInit {
|
|
|
420
411
|
importExportState: ImportExportState;
|
|
421
412
|
private workspaceState;
|
|
422
413
|
contextState: ContextState;
|
|
423
|
-
projectionsLimitations: ProjectionsLimitationsOptions
|
|
424
|
-
selectFirstProj: boolean
|
|
414
|
+
readonly projectionsLimitations: i0.InputSignal<ProjectionsLimitationsOptions>;
|
|
415
|
+
readonly selectFirstProj: i0.InputSignal<boolean>;
|
|
425
416
|
/**
|
|
426
417
|
* Map to measure on
|
|
427
418
|
* @internal
|
|
428
419
|
*/
|
|
429
420
|
get map(): IgoMap;
|
|
430
421
|
get workspaceStore(): WorkspaceStore;
|
|
431
|
-
importExportType: ImportExportType
|
|
432
|
-
importExportShowBothType: boolean
|
|
422
|
+
readonly importExportType: i0.ModelSignal<ImportExportType>;
|
|
423
|
+
readonly importExportShowBothType: i0.InputSignal<boolean>;
|
|
433
424
|
ngOnInit(): void;
|
|
434
425
|
private selectType;
|
|
435
426
|
private selectMode;
|
|
@@ -437,7 +428,7 @@ declare class ImportExportToolComponent implements OnInit {
|
|
|
437
428
|
exportOptionsChange(exportOptions: ExportOptions): void;
|
|
438
429
|
importExportTypeChange(event: any): void;
|
|
439
430
|
static ɵfac: i0.ɵɵFactoryDeclaration<ImportExportToolComponent, never>;
|
|
440
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ImportExportToolComponent, "igo-import-export-tool", never, { "projectionsLimitations": { "alias": "projectionsLimitations"; "required": false; }; "selectFirstProj": { "alias": "selectFirstProj"; "required": false; }; "importExportType": { "alias": "importExportType"; "required": false; }; "importExportShowBothType": { "alias": "importExportShowBothType"; "required": false; }; }, {}, never, never, true, never>;
|
|
431
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ImportExportToolComponent, "igo-import-export-tool", never, { "projectionsLimitations": { "alias": "projectionsLimitations"; "required": false; "isSignal": true; }; "selectFirstProj": { "alias": "selectFirstProj"; "required": false; "isSignal": true; }; "importExportType": { "alias": "importExportType"; "required": false; "isSignal": true; }; "importExportShowBothType": { "alias": "importExportShowBothType"; "required": false; "isSignal": true; }; }, { "importExportType": "importExportTypeChange"; }, never, never, true, never>;
|
|
441
432
|
}
|
|
442
433
|
|
|
443
434
|
/**
|
|
@@ -515,7 +506,7 @@ declare class MapProximityToolComponent implements OnInit, OnDestroy {
|
|
|
515
506
|
private languageService;
|
|
516
507
|
private messageService;
|
|
517
508
|
private subs$$;
|
|
518
|
-
table: EntityTableComponent
|
|
509
|
+
readonly table: i0.Signal<EntityTableComponent>;
|
|
519
510
|
get maxDistance(): number;
|
|
520
511
|
set maxDistance(value: number);
|
|
521
512
|
get map(): IgoMap;
|
|
@@ -549,13 +540,13 @@ declare class MapToolComponent implements OnInit {
|
|
|
549
540
|
mediaService: MediaService;
|
|
550
541
|
private cdr;
|
|
551
542
|
isDesktop: boolean;
|
|
552
|
-
toggleLegendOnVisibilityChange: boolean
|
|
553
|
-
expandLegendOfVisibleLayers: boolean
|
|
554
|
-
updateLegendOnResolutionChange: boolean
|
|
555
|
-
ogcButton: boolean
|
|
556
|
-
timeButton: boolean
|
|
557
|
-
layerListControls: LayerListControlsOptions
|
|
558
|
-
queryBadge: boolean
|
|
543
|
+
readonly toggleLegendOnVisibilityChange: i0.InputSignal<boolean>;
|
|
544
|
+
readonly expandLegendOfVisibleLayers: i0.InputSignal<boolean>;
|
|
545
|
+
readonly updateLegendOnResolutionChange: i0.InputSignal<boolean>;
|
|
546
|
+
readonly ogcButton: i0.InputSignal<boolean>;
|
|
547
|
+
readonly timeButton: i0.InputSignal<boolean>;
|
|
548
|
+
readonly layerListControls: i0.InputSignal<LayerListControlsOptions>;
|
|
549
|
+
readonly queryBadge: i0.InputSignal<boolean>;
|
|
559
550
|
get map(): IgoMap;
|
|
560
551
|
get excludeBaseLayers(): boolean;
|
|
561
552
|
get layerFilterAndSortOptions(): any;
|
|
@@ -566,7 +557,7 @@ declare class MapToolComponent implements OnInit {
|
|
|
566
557
|
activateExport(layer: Layer): void;
|
|
567
558
|
private handleMedia;
|
|
568
559
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapToolComponent, never>;
|
|
569
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MapToolComponent, "igo-map-tool", never, { "toggleLegendOnVisibilityChange": { "alias": "toggleLegendOnVisibilityChange"; "required": false; }; "expandLegendOfVisibleLayers": { "alias": "expandLegendOfVisibleLayers"; "required": false; }; "updateLegendOnResolutionChange": { "alias": "updateLegendOnResolutionChange"; "required": false; }; "ogcButton": { "alias": "ogcButton"; "required": false; }; "timeButton": { "alias": "timeButton"; "required": false; }; "layerListControls": { "alias": "layerListControls"; "required": false; }; "queryBadge": { "alias": "queryBadge"; "required": false; }; }, {}, never, never, true, never>;
|
|
560
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapToolComponent, "igo-map-tool", never, { "toggleLegendOnVisibilityChange": { "alias": "toggleLegendOnVisibilityChange"; "required": false; "isSignal": true; }; "expandLegendOfVisibleLayers": { "alias": "expandLegendOfVisibleLayers"; "required": false; "isSignal": true; }; "updateLegendOnResolutionChange": { "alias": "updateLegendOnResolutionChange"; "required": false; "isSignal": true; }; "ogcButton": { "alias": "ogcButton"; "required": false; "isSignal": true; }; "timeButton": { "alias": "timeButton"; "required": false; "isSignal": true; }; "layerListControls": { "alias": "layerListControls"; "required": false; "isSignal": true; }; "queryBadge": { "alias": "queryBadge"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
570
561
|
}
|
|
571
562
|
|
|
572
563
|
/**
|
|
@@ -604,27 +595,27 @@ declare class MapToolsComponent implements OnInit, OnDestroy {
|
|
|
604
595
|
private resolution$$;
|
|
605
596
|
private visibleOrInRangeLayers$$;
|
|
606
597
|
delayedShowEmptyMapContent: boolean;
|
|
607
|
-
allowShowAllLegends: boolean
|
|
608
|
-
showAllLegendsValue: boolean
|
|
609
|
-
toggleLegendOnVisibilityChange: boolean
|
|
610
|
-
expandLegendOfVisibleLayers: boolean
|
|
611
|
-
updateLegendOnResolutionChange: boolean
|
|
612
|
-
selectedTabAtOpening: string
|
|
613
|
-
ogcButton: boolean
|
|
614
|
-
timeButton: boolean
|
|
615
|
-
layerAdditionAllowed: boolean
|
|
598
|
+
readonly allowShowAllLegends: i0.InputSignal<boolean>;
|
|
599
|
+
readonly showAllLegendsValue: i0.InputSignal<boolean>;
|
|
600
|
+
readonly toggleLegendOnVisibilityChange: i0.InputSignal<boolean>;
|
|
601
|
+
readonly expandLegendOfVisibleLayers: i0.InputSignal<boolean>;
|
|
602
|
+
readonly updateLegendOnResolutionChange: i0.InputSignal<boolean>;
|
|
603
|
+
readonly selectedTabAtOpening: i0.InputSignal<string>;
|
|
604
|
+
readonly ogcButton: i0.InputSignal<boolean>;
|
|
605
|
+
readonly timeButton: i0.InputSignal<boolean>;
|
|
606
|
+
readonly layerAdditionAllowed: i0.InputSignal<boolean>;
|
|
616
607
|
get layerListControls(): LayerListControlsOptions;
|
|
617
608
|
set layerListControls(value: LayerListControlsOptions);
|
|
618
609
|
private _layerListControls;
|
|
619
610
|
get map(): IgoMap;
|
|
620
|
-
queryBadge: boolean
|
|
611
|
+
readonly queryBadge: i0.InputSignal<boolean>;
|
|
621
612
|
get visibleOrInRangeLayers$(): Observable<AnyLayer[]>;
|
|
622
613
|
get visibleLayers$(): Observable<AnyLayer[]>;
|
|
623
614
|
get excludeBaseLayers(): boolean;
|
|
624
615
|
get layerFilterAndSortOptions(): LayerListControlsOptions;
|
|
625
616
|
private _layerViewerOptions;
|
|
626
617
|
get layerViewerOptions(): LayerViewerOptions;
|
|
627
|
-
tabGroup:
|
|
618
|
+
readonly tabGroup: i0.Signal<unknown>;
|
|
628
619
|
get searchToolInToolbar(): boolean;
|
|
629
620
|
get catalogToolInToolbar(): boolean;
|
|
630
621
|
get contextToolInToolbar(): boolean;
|
|
@@ -648,7 +639,7 @@ declare class MapToolsComponent implements OnInit, OnDestroy {
|
|
|
648
639
|
isStyleEditButton(layer: Layer): boolean;
|
|
649
640
|
private handleMedia;
|
|
650
641
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapToolsComponent, never>;
|
|
651
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MapToolsComponent, "igo-map-tools", never, { "allowShowAllLegends": { "alias": "allowShowAllLegends"; "required": false; }; "showAllLegendsValue": { "alias": "showAllLegendsValue"; "required": false; }; "toggleLegendOnVisibilityChange": { "alias": "toggleLegendOnVisibilityChange"; "required": false; }; "expandLegendOfVisibleLayers": { "alias": "expandLegendOfVisibleLayers"; "required": false; }; "updateLegendOnResolutionChange": { "alias": "updateLegendOnResolutionChange"; "required": false; }; "selectedTabAtOpening": { "alias": "selectedTabAtOpening"; "required": false; }; "ogcButton": { "alias": "ogcButton"; "required": false; }; "timeButton": { "alias": "timeButton"; "required": false; }; "layerAdditionAllowed": { "alias": "layerAdditionAllowed"; "required": false; }; "layerListControls": { "alias": "layerListControls"; "required": false; }; "queryBadge": { "alias": "queryBadge"; "required": false; }; }, {}, never, never, true, never>;
|
|
642
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapToolsComponent, "igo-map-tools", never, { "allowShowAllLegends": { "alias": "allowShowAllLegends"; "required": false; "isSignal": true; }; "showAllLegendsValue": { "alias": "showAllLegendsValue"; "required": false; "isSignal": true; }; "toggleLegendOnVisibilityChange": { "alias": "toggleLegendOnVisibilityChange"; "required": false; "isSignal": true; }; "expandLegendOfVisibleLayers": { "alias": "expandLegendOfVisibleLayers"; "required": false; "isSignal": true; }; "updateLegendOnResolutionChange": { "alias": "updateLegendOnResolutionChange"; "required": false; "isSignal": true; }; "selectedTabAtOpening": { "alias": "selectedTabAtOpening"; "required": false; "isSignal": true; }; "ogcButton": { "alias": "ogcButton"; "required": false; "isSignal": true; }; "timeButton": { "alias": "timeButton"; "required": false; "isSignal": true; }; "layerAdditionAllowed": { "alias": "layerAdditionAllowed"; "required": false; "isSignal": true; }; "layerListControls": { "alias": "layerListControls"; "required": false; }; "queryBadge": { "alias": "queryBadge"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
652
643
|
}
|
|
653
644
|
|
|
654
645
|
declare class MapDetailsToolComponent implements OnInit {
|
|
@@ -661,14 +652,14 @@ declare class MapDetailsToolComponent implements OnInit {
|
|
|
661
652
|
private cdr;
|
|
662
653
|
isDesktop: boolean;
|
|
663
654
|
delayedShowEmptyMapContent: boolean;
|
|
664
|
-
toggleLegendOnVisibilityChange: boolean
|
|
665
|
-
expandLegendOfVisibleLayers: boolean
|
|
666
|
-
updateLegendOnResolutionChange: boolean
|
|
667
|
-
ogcButton: boolean
|
|
668
|
-
timeButton: boolean
|
|
669
|
-
layerListControls: LayerListControlsOptions
|
|
670
|
-
queryBadge: boolean
|
|
671
|
-
layerAdditionAllowed: boolean
|
|
655
|
+
readonly toggleLegendOnVisibilityChange: i0.InputSignal<boolean>;
|
|
656
|
+
readonly expandLegendOfVisibleLayers: i0.InputSignal<boolean>;
|
|
657
|
+
readonly updateLegendOnResolutionChange: i0.InputSignal<boolean>;
|
|
658
|
+
readonly ogcButton: i0.InputSignal<boolean>;
|
|
659
|
+
readonly timeButton: i0.InputSignal<boolean>;
|
|
660
|
+
readonly layerListControls: i0.InputSignal<LayerListControlsOptions>;
|
|
661
|
+
readonly queryBadge: i0.InputSignal<boolean>;
|
|
662
|
+
readonly layerAdditionAllowed: i0.InputSignal<boolean>;
|
|
672
663
|
private _layerViewerOptions;
|
|
673
664
|
get layerViewerOptions(): LayerViewerOptions;
|
|
674
665
|
get map(): IgoMap;
|
|
@@ -686,7 +677,7 @@ declare class MapDetailsToolComponent implements OnInit {
|
|
|
686
677
|
activateExport(layer: Layer): void;
|
|
687
678
|
private handleMedia;
|
|
688
679
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapDetailsToolComponent, never>;
|
|
689
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MapDetailsToolComponent, "igo-map-details-tool", never, { "toggleLegendOnVisibilityChange": { "alias": "toggleLegendOnVisibilityChange"; "required": false; }; "expandLegendOfVisibleLayers": { "alias": "expandLegendOfVisibleLayers"; "required": false; }; "updateLegendOnResolutionChange": { "alias": "updateLegendOnResolutionChange"; "required": false; }; "ogcButton": { "alias": "ogcButton"; "required": false; }; "timeButton": { "alias": "timeButton"; "required": false; }; "layerListControls": { "alias": "layerListControls"; "required": false; }; "queryBadge": { "alias": "queryBadge"; "required": false; }; "layerAdditionAllowed": { "alias": "layerAdditionAllowed"; "required": false; }; }, {}, never, never, true, never>;
|
|
680
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapDetailsToolComponent, "igo-map-details-tool", never, { "toggleLegendOnVisibilityChange": { "alias": "toggleLegendOnVisibilityChange"; "required": false; "isSignal": true; }; "expandLegendOfVisibleLayers": { "alias": "expandLegendOfVisibleLayers"; "required": false; "isSignal": true; }; "updateLegendOnResolutionChange": { "alias": "updateLegendOnResolutionChange"; "required": false; "isSignal": true; }; "ogcButton": { "alias": "ogcButton"; "required": false; "isSignal": true; }; "timeButton": { "alias": "timeButton"; "required": false; "isSignal": true; }; "layerListControls": { "alias": "layerListControls"; "required": false; "isSignal": true; }; "queryBadge": { "alias": "queryBadge"; "required": false; "isSignal": true; }; "layerAdditionAllowed": { "alias": "layerAdditionAllowed"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
690
681
|
}
|
|
691
682
|
|
|
692
683
|
declare class MapLegendToolComponent implements OnInit, OnDestroy {
|
|
@@ -700,11 +691,11 @@ declare class MapLegendToolComponent implements OnInit, OnDestroy {
|
|
|
700
691
|
change$: ReplaySubject<void>;
|
|
701
692
|
private resolution$$;
|
|
702
693
|
private visibleOrInRangeLayers$$;
|
|
703
|
-
updateLegendOnResolutionChange: boolean
|
|
704
|
-
layerAdditionAllowed: boolean
|
|
705
|
-
allowShowAllLegends: boolean
|
|
706
|
-
showAllLegendsValue: boolean
|
|
707
|
-
layerListControls: LayerListControlsOptions
|
|
694
|
+
readonly updateLegendOnResolutionChange: i0.InputSignal<boolean>;
|
|
695
|
+
readonly layerAdditionAllowed: i0.InputSignal<boolean>;
|
|
696
|
+
readonly allowShowAllLegends: i0.InputSignal<boolean>;
|
|
697
|
+
readonly showAllLegendsValue: i0.InputSignal<boolean>;
|
|
698
|
+
readonly layerListControls: i0.InputSignal<LayerListControlsOptions>;
|
|
708
699
|
get map(): IgoMap;
|
|
709
700
|
get visibleOrInRangeLayers$(): Observable<AnyLayer[]>;
|
|
710
701
|
get visibleLayers$(): Observable<AnyLayer[]>;
|
|
@@ -720,7 +711,7 @@ declare class MapLegendToolComponent implements OnInit, OnDestroy {
|
|
|
720
711
|
catalogEmit(): void;
|
|
721
712
|
contextEmit(): void;
|
|
722
713
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapLegendToolComponent, never>;
|
|
723
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MapLegendToolComponent, "igo-map-legend-tool", never, { "updateLegendOnResolutionChange": { "alias": "updateLegendOnResolutionChange"; "required": false; }; "layerAdditionAllowed": { "alias": "layerAdditionAllowed"; "required": false; }; "allowShowAllLegends": { "alias": "allowShowAllLegends"; "required": false; }; "showAllLegendsValue": { "alias": "showAllLegendsValue"; "required": false; }; "layerListControls": { "alias": "layerListControls"; "required": false; }; }, {}, never, never, true, never>;
|
|
714
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapLegendToolComponent, "igo-map-legend-tool", never, { "updateLegendOnResolutionChange": { "alias": "updateLegendOnResolutionChange"; "required": false; "isSignal": true; }; "layerAdditionAllowed": { "alias": "layerAdditionAllowed"; "required": false; "isSignal": true; }; "allowShowAllLegends": { "alias": "allowShowAllLegends"; "required": false; "isSignal": true; }; "showAllLegendsValue": { "alias": "showAllLegendsValue"; "required": false; "isSignal": true; }; "layerListControls": { "alias": "layerListControls"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
724
715
|
}
|
|
725
716
|
|
|
726
717
|
/**
|
|
@@ -832,11 +823,11 @@ declare class SearchResultsToolComponent implements OnInit, OnDestroy {
|
|
|
832
823
|
/**
|
|
833
824
|
* to show hide results icons
|
|
834
825
|
*/
|
|
835
|
-
showIcons: boolean
|
|
826
|
+
readonly showIcons: i0.InputSignal<boolean>;
|
|
836
827
|
/**
|
|
837
828
|
* Determine the top panel default state
|
|
838
829
|
*/
|
|
839
|
-
topPanelStateDefault: string
|
|
830
|
+
readonly topPanelStateDefault: i0.InputSignal<string>;
|
|
840
831
|
private hasFeatureEmphasisOnSelection;
|
|
841
832
|
saveSearchResultInLayer: boolean;
|
|
842
833
|
private showResultsGeometries$$;
|
|
@@ -909,7 +900,7 @@ declare class SearchResultsToolComponent implements OnInit, OnDestroy {
|
|
|
909
900
|
isScrolledIntoView(elemSource: any, elem: any): boolean;
|
|
910
901
|
getRoute(): void;
|
|
911
902
|
static ɵfac: i0.ɵɵFactoryDeclaration<SearchResultsToolComponent, never>;
|
|
912
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SearchResultsToolComponent, "igo-search-results-tool", never, { "showIcons": { "alias": "showIcons"; "required": false; }; "topPanelStateDefault": { "alias": "topPanelStateDefault"; "required": false; }; "topPanelState": { "alias": "topPanelState"; "required": false; }; }, {}, never, never, true, never>;
|
|
903
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SearchResultsToolComponent, "igo-search-results-tool", never, { "showIcons": { "alias": "showIcons"; "required": false; "isSignal": true; }; "topPanelStateDefault": { "alias": "topPanelStateDefault"; "required": false; "isSignal": true; }; "topPanelState": { "alias": "topPanelState"; "required": false; }; }, {}, never, never, true, never>;
|
|
913
904
|
}
|
|
914
905
|
|
|
915
906
|
/**
|
|
@@ -953,7 +944,6 @@ declare class ActiveTimeFilterToolComponent {
|
|
|
953
944
|
* Tool to apply spatial filter
|
|
954
945
|
*/
|
|
955
946
|
declare class SpatialFilterToolComponent implements OnInit, OnDestroy {
|
|
956
|
-
private matIconRegistry;
|
|
957
947
|
private spatialFilterService;
|
|
958
948
|
private layerService;
|
|
959
949
|
private mapState;
|
|
@@ -964,26 +954,26 @@ declare class SpatialFilterToolComponent implements OnInit, OnDestroy {
|
|
|
964
954
|
private workspaceState;
|
|
965
955
|
private cdRef;
|
|
966
956
|
get map(): IgoMap;
|
|
967
|
-
type: SpatialFilterType
|
|
968
|
-
itemType: SpatialFilterItemType
|
|
969
|
-
freehandDrawIsActive: boolean
|
|
957
|
+
readonly type: i0.ModelSignal<SpatialFilterType>;
|
|
958
|
+
readonly itemType: i0.ModelSignal<SpatialFilterItemType>;
|
|
959
|
+
readonly freehandDrawIsActive: i0.ModelSignal<boolean>;
|
|
970
960
|
layers: AnyLayer[];
|
|
971
961
|
activeLayers: AnyLayer[];
|
|
972
962
|
queryType: SpatialFilterQueryType;
|
|
973
963
|
thematics: SpatialFilterThematic[];
|
|
974
|
-
zone: Feature;
|
|
975
|
-
zoneWithBuffer: Feature;
|
|
976
964
|
buffer: number;
|
|
977
965
|
iterator: number;
|
|
978
966
|
selectedFeature$: BehaviorSubject<Feature<Record<string, any>>>;
|
|
979
|
-
private format;
|
|
980
967
|
store: EntityStore<Feature>;
|
|
981
968
|
spatialListStore: EntityStore<Feature>;
|
|
982
969
|
loading: boolean;
|
|
983
970
|
thematicLength: number;
|
|
984
971
|
measureUnit: MeasureLengthUnit;
|
|
985
|
-
private unsubscribe$;
|
|
986
972
|
defaultStyle: olstyle.Style | ((feature: any, resolution: any) => olstyle.Style);
|
|
973
|
+
zones: Feature[];
|
|
974
|
+
private unsubscribe$;
|
|
975
|
+
private activePredefinedLayerZones;
|
|
976
|
+
private activeDrawLayerZones;
|
|
987
977
|
ngOnInit(): void;
|
|
988
978
|
ngOnDestroy(): void;
|
|
989
979
|
getOutputType(event: SpatialFilterType): void;
|
|
@@ -996,25 +986,31 @@ declare class SpatialFilterToolComponent implements OnInit, OnDestroy {
|
|
|
996
986
|
getOutputClearSearch(): void;
|
|
997
987
|
clearMap(): void;
|
|
998
988
|
private loadThematics;
|
|
999
|
-
|
|
1000
|
-
/**
|
|
1001
|
-
* Try to add zone feature to the map overlay
|
|
1002
|
-
*/
|
|
1003
|
-
tryAddFeaturesToMap(features: Feature[], buffer?: boolean): void;
|
|
989
|
+
private getFeatureByType;
|
|
1004
990
|
/**
|
|
1005
991
|
* Try to add point features to the map
|
|
1006
992
|
* Necessary to create clusters
|
|
1007
993
|
*/
|
|
1008
994
|
private tryAddPointToMap;
|
|
1009
|
-
private createSvgIcon;
|
|
1010
995
|
/**
|
|
1011
996
|
* Try to add line or polygon features to the map
|
|
1012
997
|
*/
|
|
1013
998
|
private tryAddLayerToMap;
|
|
1014
|
-
|
|
1015
|
-
|
|
999
|
+
private pushLayer;
|
|
1000
|
+
onAddZone(feature: Feature | undefined): void;
|
|
1001
|
+
onAddZoneWithBuffer(features: Feature[] | Feature): void;
|
|
1002
|
+
onRemovedZone(feature: Feature): void;
|
|
1003
|
+
private addFeaturesToMap;
|
|
1004
|
+
private zonesExistsInLayers;
|
|
1005
|
+
private findLastZoneIndex;
|
|
1006
|
+
private createZoneStyle;
|
|
1007
|
+
private createZoneLayer;
|
|
1008
|
+
private setActiveZoneLayer;
|
|
1009
|
+
private addFeaturesToLayer;
|
|
1010
|
+
private zoomToOlFeatures;
|
|
1011
|
+
private setPointProps;
|
|
1016
1012
|
static ɵfac: i0.ɵɵFactoryDeclaration<SpatialFilterToolComponent, never>;
|
|
1017
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SpatialFilterToolComponent, "igo-spatial-filter-tool", never, { "type": { "alias": "type"; "required": false; }; "itemType": { "alias": "itemType"; "required": false; }; "freehandDrawIsActive": { "alias": "freehandDrawIsActive"; "required": false; }; }, {}, never, never, true, never>;
|
|
1013
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpatialFilterToolComponent, "igo-spatial-filter-tool", never, { "type": { "alias": "type"; "required": false; "isSignal": true; }; "itemType": { "alias": "itemType"; "required": false; "isSignal": true; }; "freehandDrawIsActive": { "alias": "freehandDrawIsActive"; "required": false; "isSignal": true; }; }, { "type": "typeChange"; "itemType": "itemTypeChange"; "freehandDrawIsActive": "freehandDrawIsActiveChange"; }, never, never, true, never>;
|
|
1018
1014
|
}
|
|
1019
1015
|
|
|
1020
1016
|
/**
|
|
@@ -1042,7 +1038,7 @@ declare class AboutToolComponent implements OnInit {
|
|
|
1042
1038
|
discoverTitleInLocale$: Observable<string>;
|
|
1043
1039
|
get discoverTitleInLocale(): string;
|
|
1044
1040
|
set discoverTitleInLocale(value: string);
|
|
1045
|
-
trainingGuideURLs: any
|
|
1041
|
+
readonly trainingGuideURLs: i0.ModelSignal<any>;
|
|
1046
1042
|
effectiveVersion: string;
|
|
1047
1043
|
private _html;
|
|
1048
1044
|
private _headerHtml;
|
|
@@ -1054,7 +1050,7 @@ declare class AboutToolComponent implements OnInit {
|
|
|
1054
1050
|
openGuide(guide?: any): void;
|
|
1055
1051
|
formatFileName(name: string): string;
|
|
1056
1052
|
static ɵfac: i0.ɵɵFactoryDeclaration<AboutToolComponent, never>;
|
|
1057
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AboutToolComponent, "igo-about-tool", never, { "headerHtml": { "alias": "headerHtml"; "required": false; }; "html": { "alias": "html"; "required": false; }; "discoverTitleInLocale": { "alias": "discoverTitleInLocale"; "required": false; }; "trainingGuideURLs": { "alias": "trainingGuideURLs"; "required": false; }; }, {}, never, never, true, never>;
|
|
1053
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AboutToolComponent, "igo-about-tool", never, { "headerHtml": { "alias": "headerHtml"; "required": false; }; "html": { "alias": "html"; "required": false; }; "discoverTitleInLocale": { "alias": "discoverTitleInLocale"; "required": false; }; "trainingGuideURLs": { "alias": "trainingGuideURLs"; "required": false; "isSignal": true; }; }, { "trainingGuideURLs": "trainingGuideURLsChange"; }, never, never, true, never>;
|
|
1058
1054
|
}
|
|
1059
1055
|
|
|
1060
1056
|
/**
|
|
@@ -1082,7 +1078,7 @@ declare class DataIssueReporterToolComponent implements OnInit, OnDestroy {
|
|
|
1082
1078
|
/**
|
|
1083
1079
|
* Url to report the data issue. Use the Post protocol to send the form.
|
|
1084
1080
|
*/
|
|
1085
|
-
url: string
|
|
1081
|
+
readonly url: i0.InputSignal<string>;
|
|
1086
1082
|
/**
|
|
1087
1083
|
* Map to link to the form
|
|
1088
1084
|
* @internal
|
|
@@ -1097,7 +1093,7 @@ declare class DataIssueReporterToolComponent implements OnInit, OnDestroy {
|
|
|
1097
1093
|
clearForm(): void;
|
|
1098
1094
|
onSubmit(data: DataIssueReporterData): void;
|
|
1099
1095
|
static ɵfac: i0.ɵɵFactoryDeclaration<DataIssueReporterToolComponent, never>;
|
|
1100
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DataIssueReporterToolComponent, "igo-issue-reporter-tool", never, { "url": { "alias": "url"; "required": false; }; }, {}, never, never, false, never>;
|
|
1096
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DataIssueReporterToolComponent, "igo-issue-reporter-tool", never, { "url": { "alias": "url"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
|
|
1101
1097
|
}
|
|
1102
1098
|
|
|
1103
1099
|
declare class IgoAppGeometryFormModule {
|
|
@@ -1177,7 +1173,7 @@ declare class CatalogState {
|
|
|
1177
1173
|
*/
|
|
1178
1174
|
declare class DirectionState {
|
|
1179
1175
|
private mapState;
|
|
1180
|
-
zoomToActiveRoute
|
|
1176
|
+
zoomToActiveRoute: i0.WritableSignal<boolean>;
|
|
1181
1177
|
/**
|
|
1182
1178
|
* Store that holds the stop
|
|
1183
1179
|
*/
|
|
@@ -1282,7 +1278,7 @@ declare class WorkspaceState implements OnDestroy {
|
|
|
1282
1278
|
private wfsActionsService;
|
|
1283
1279
|
private editionActionsService;
|
|
1284
1280
|
private storageService;
|
|
1285
|
-
|
|
1281
|
+
expanded: i0.WritableSignal<boolean>;
|
|
1286
1282
|
readonly workspaceEnabled$: BehaviorSubject<boolean>;
|
|
1287
1283
|
readonly rowsInMapExtentCheckCondition$: BehaviorSubject<boolean>;
|
|
1288
1284
|
readonly selectOnlyCheckCondition$: BehaviorSubject<boolean>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@igo2/integration",
|
|
3
|
-
"version": "20.0
|
|
3
|
+
"version": "20.1.0-next.1",
|
|
4
4
|
"description": "IGO Library",
|
|
5
5
|
"author": "IGO Community",
|
|
6
6
|
"keywords": [
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"@angular/common": "^20.0.0",
|
|
32
32
|
"@angular/core": "^20.0.0",
|
|
33
|
-
"@igo2/auth": "^20.0
|
|
34
|
-
"@igo2/context": "^20.0
|
|
35
|
-
"@igo2/geo": "^20.0
|
|
33
|
+
"@igo2/auth": "^20.1.0-next.1",
|
|
34
|
+
"@igo2/context": "^20.1.0-next.1",
|
|
35
|
+
"@igo2/geo": "^20.1.0-next.1",
|
|
36
36
|
"@turf/point-on-feature": "^7.2.0",
|
|
37
37
|
"jspdf-autotable": "^5.0.0",
|
|
38
38
|
"jspdf": "^3.0.0",
|