@igo2/integration 21.0.0-next.6 → 21.0.0-next.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@igo2/integration",
|
|
3
|
-
"version": "21.0.0-next.
|
|
3
|
+
"version": "21.0.0-next.8",
|
|
4
4
|
"description": "IGO Library",
|
|
5
5
|
"author": "IGO Community",
|
|
6
6
|
"keywords": [
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"@angular/common": "^21.0.0",
|
|
33
33
|
"@angular/core": "^21.0.0",
|
|
34
|
-
"@igo2/auth": "^21.0.0-next.
|
|
35
|
-
"@igo2/context": "^21.0.0-next.
|
|
36
|
-
"@igo2/geo": "^21.0.0-next.
|
|
34
|
+
"@igo2/auth": "^21.0.0-next.8",
|
|
35
|
+
"@igo2/context": "^21.0.0-next.8",
|
|
36
|
+
"@igo2/geo": "^21.0.0-next.8",
|
|
37
37
|
"@turf/point-on-feature": "^7.3.0",
|
|
38
38
|
"jspdf": "^4.2.0",
|
|
39
39
|
"jspdf-autotable": "^5.0.0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { OnInit, OnDestroy, ModuleWithProviders } from '@angular/core';
|
|
3
|
-
import { IgoMap, LayerListControlsOptions, LayerId, Catalog, CatalogItem, CatalogItemState, StopsStore, StopsFeatureStore, RoutesFeatureStore, StepsFeatureStore, FeatureStore, FeatureWithDraw, DrawControl, VectorLayer, AnyLayer, ExportOptions, ProjectionsLimitationsOptions, Feature, LayerViewerOptions, Layer, FeatureWithMeasure, SearchResult, Research, SpatialFilterType, SpatialFilterItemType, SpatialFilterQueryType, SpatialFilterThematic, MeasureLengthUnit, EnvironmentOptions as EnvironmentOptions$4, IOfflineOptions, WfsWorkspace, FeatureWorkspace,
|
|
3
|
+
import { IgoMap, LayerListControlsOptions, LayerId, Catalog, CatalogItem, CatalogItemState, StopsStore, StopsFeatureStore, RoutesFeatureStore, StepsFeatureStore, FeatureStore, FeatureWithDraw, DrawControl, VectorLayer, AnyLayer, ExportOptions, ProjectionsLimitationsOptions, Feature, LayerViewerOptions, Layer, FeatureWithMeasure, SearchResult, Research, SpatialFilterType, SpatialFilterItemType, SpatialFilterQueryType, SpatialFilterThematic, MeasureLengthUnit, EnvironmentOptions as EnvironmentOptions$4, IOfflineOptions, WfsWorkspace, FeatureWorkspace, ConfigurableStylesOptions, FeatureMotion } from '@igo2/geo';
|
|
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';
|
|
@@ -825,17 +825,14 @@ declare class SearchResultsToolComponent implements OnInit, OnDestroy {
|
|
|
825
825
|
* Determine the top panel default state
|
|
826
826
|
*/
|
|
827
827
|
readonly topPanelStateDefault: i0.InputSignal<string>;
|
|
828
|
-
private
|
|
828
|
+
private searchResultsOverlayAll$$;
|
|
829
829
|
saveSearchResultInLayer: boolean;
|
|
830
|
-
private
|
|
830
|
+
private searchResultsOverlayFocused;
|
|
831
|
+
private searchResultsOverlaySelected;
|
|
832
|
+
private searchResultsOverlayAll;
|
|
831
833
|
private getRoute$$?;
|
|
832
|
-
private shownResultsGeometries;
|
|
833
|
-
private shownResultsEmphasisGeometries;
|
|
834
|
-
private focusedResult$;
|
|
835
834
|
isSelectedResultOutOfView$: BehaviorSubject<boolean>;
|
|
836
835
|
private isSelectedResultOutOfView$$;
|
|
837
|
-
private abstractFocusedResult?;
|
|
838
|
-
private abstractSelectedResult?;
|
|
839
836
|
private destroyRef;
|
|
840
837
|
debouncedEmpty: i0.WritableSignal<boolean>;
|
|
841
838
|
private searchResult;
|
|
@@ -860,9 +857,8 @@ declare class SearchResultsToolComponent implements OnInit, OnDestroy {
|
|
|
860
857
|
get stores(): FeatureStore<Feature>[];
|
|
861
858
|
constructor();
|
|
862
859
|
ngOnInit(): void;
|
|
860
|
+
handleShowAllResults(): void;
|
|
863
861
|
private monitorResultOutOfView;
|
|
864
|
-
private buildResultEmphasis;
|
|
865
|
-
private clearFeatureEmphasis;
|
|
866
862
|
ngOnDestroy(): void;
|
|
867
863
|
/**
|
|
868
864
|
* Try to add a feature to the map when it's being focused
|
|
@@ -890,7 +886,7 @@ declare class SearchResultsToolComponent implements OnInit, OnDestroy {
|
|
|
890
886
|
* @param result A search result that could be a feature
|
|
891
887
|
* @param motion A FeatureMotion to trigger when adding the searchresult to the map search overlay
|
|
892
888
|
*/
|
|
893
|
-
private
|
|
889
|
+
private addResultToOverlay;
|
|
894
890
|
isScrolledIntoView(elemSource: HTMLElement, elem: HTMLElement): boolean;
|
|
895
891
|
getRoute(): void;
|
|
896
892
|
static ɵfac: i0.ɵɵFactoryDeclaration<SearchResultsToolComponent, never>;
|
|
@@ -1198,7 +1194,6 @@ interface EnvironmentOptions extends BaseEnvironmentOptions {
|
|
|
1198
1194
|
}
|
|
1199
1195
|
interface IntegrationEnvironmentOptions {
|
|
1200
1196
|
app?: AppOptions;
|
|
1201
|
-
hasFeatureEmphasisOnSelection?: boolean;
|
|
1202
1197
|
saveSearchResultInLayer?: boolean;
|
|
1203
1198
|
}
|
|
1204
1199
|
interface AppOptions {
|
|
@@ -1341,9 +1336,7 @@ declare class QueryState {
|
|
|
1341
1336
|
* Store that holds the query results
|
|
1342
1337
|
*/
|
|
1343
1338
|
store: EntityStore<SearchResult<Record<string, any>>, _igo2_common_entity.EntityState>;
|
|
1344
|
-
queryOverlayStyle:
|
|
1345
|
-
queryOverlayStyleSelection: CommonVectorStyleOptions;
|
|
1346
|
-
queryOverlayStyleFocus: CommonVectorStyleOptions;
|
|
1339
|
+
queryOverlayStyle: ConfigurableStylesOptions;
|
|
1347
1340
|
constructor();
|
|
1348
1341
|
static ɵfac: i0.ɵɵFactoryDeclaration<QueryState, never>;
|
|
1349
1342
|
static ɵprov: i0.ɵɵInjectableDeclaration<QueryState>;
|
|
@@ -1366,9 +1359,6 @@ declare class SearchState {
|
|
|
1366
1359
|
private configService;
|
|
1367
1360
|
private mapState;
|
|
1368
1361
|
searchLayerStores: FeatureStore<Feature>[];
|
|
1369
|
-
searchOverlayStyle: CommonVectorStyleOptions;
|
|
1370
|
-
searchOverlayStyleSelection: CommonVectorStyleOptions;
|
|
1371
|
-
searchOverlayStyleFocus: CommonVectorStyleOptions;
|
|
1372
1362
|
focusedOrResolution$$?: Subscription;
|
|
1373
1363
|
selectedOrResolution$$?: Subscription;
|
|
1374
1364
|
/**
|
|
@@ -1388,6 +1378,7 @@ declare class SearchState {
|
|
|
1388
1378
|
* Store that holds the search results
|
|
1389
1379
|
*/
|
|
1390
1380
|
readonly store: EntityStore<SearchResult<Record<string, any>>, _igo2_common_entity.EntityState>;
|
|
1381
|
+
searchOverlayStyle: ConfigurableStylesOptions;
|
|
1391
1382
|
/**
|
|
1392
1383
|
* Search types currently enabled in the search source service
|
|
1393
1384
|
*/
|