@igo2/integration 21.0.0-next.20 → 21.0.0-next.21
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.21",
|
|
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.21",
|
|
35
|
+
"@igo2/context": "^21.0.0-next.21",
|
|
36
|
+
"@igo2/geo": "^21.0.0-next.21",
|
|
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,
|
|
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, 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';
|
|
@@ -447,6 +447,7 @@ declare class MapState {
|
|
|
447
447
|
private projectionService;
|
|
448
448
|
private storageService;
|
|
449
449
|
private configService;
|
|
450
|
+
private overlayService;
|
|
450
451
|
get showAllLegendsValue(): boolean | undefined;
|
|
451
452
|
set showAllLegendsValue(value: boolean | undefined);
|
|
452
453
|
private _legendToolShowAll;
|
|
@@ -816,6 +817,7 @@ declare class SearchResultsToolComponent implements OnInit, OnDestroy {
|
|
|
816
817
|
private elRef;
|
|
817
818
|
toolState: ToolState;
|
|
818
819
|
private directionState;
|
|
820
|
+
private overlayService;
|
|
819
821
|
/**
|
|
820
822
|
* to show hide results icons
|
|
821
823
|
*/
|
|
@@ -1206,7 +1208,9 @@ interface AppOptions {
|
|
|
1206
1208
|
enabled?: boolean;
|
|
1207
1209
|
path?: string;
|
|
1208
1210
|
};
|
|
1209
|
-
offline?:
|
|
1211
|
+
offline?: {
|
|
1212
|
+
enabled?: boolean;
|
|
1213
|
+
};
|
|
1210
1214
|
}
|
|
1211
1215
|
|
|
1212
1216
|
declare class WfsActionsService implements OnDestroy {
|