@igo2/integration 18.0.0-next.10 → 18.0.0-next.11
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/esm2022/lib/directions/directions-tool/directions-tool.component.mjs +4 -4
- package/esm2022/lib/directions/directions.state.mjs +3 -3
- package/esm2022/lib/map/map-proximity.state.mjs +1 -1
- package/esm2022/lib/search/search-results-tool/search-results-tool.component.mjs +1 -1
- package/fesm2022/igo2-integration.mjs +5 -5
- package/fesm2022/igo2-integration.mjs.map +1 -1
- package/lib/directions/directions-tool/directions-tool.component.d.ts +3 -3
- package/lib/directions/directions.state.d.ts +2 -2
- package/lib/map/map-proximity.state.d.ts +2 -1
- package/package.json +4 -4
|
@@ -3,7 +3,7 @@ import { AuthService } from '@igo2/auth';
|
|
|
3
3
|
import { LanguageService } from '@igo2/core/language';
|
|
4
4
|
import { MessageService } from '@igo2/core/message';
|
|
5
5
|
import { StorageService } from '@igo2/core/storage';
|
|
6
|
-
import { IgoMap, RoutesFeatureStore,
|
|
6
|
+
import { IgoMap, RoutesFeatureStore, StepsFeatureStore, StopsFeatureStore, StopsStore } from '@igo2/geo';
|
|
7
7
|
import { BehaviorSubject, Subject } from 'rxjs';
|
|
8
8
|
import { ContextState } from '../../context/context.state';
|
|
9
9
|
import { MapState } from '../../map/map.state';
|
|
@@ -38,12 +38,12 @@ export declare class DirectionsToolComponent implements OnInit {
|
|
|
38
38
|
* step store
|
|
39
39
|
* @internal
|
|
40
40
|
*/
|
|
41
|
-
get stepFeatureStore():
|
|
41
|
+
get stepFeatureStore(): StepsFeatureStore;
|
|
42
42
|
/**
|
|
43
43
|
* step store
|
|
44
44
|
* @internal
|
|
45
45
|
*/
|
|
46
|
-
get
|
|
46
|
+
get zoomOnActiveRoute$(): Subject<void>;
|
|
47
47
|
get authenticated$(): BehaviorSubject<boolean>;
|
|
48
48
|
/**
|
|
49
49
|
* Map to measure on
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { RoutesFeatureStore,
|
|
1
|
+
import { RoutesFeatureStore, StepsFeatureStore, StopsFeatureStore, StopsStore } from '@igo2/geo';
|
|
2
2
|
import { Subject } from 'rxjs';
|
|
3
3
|
import { MapState } from '../map/map.state';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
@@ -20,7 +20,7 @@ export declare class DirectionState {
|
|
|
20
20
|
* Store that holds the driving route as feature
|
|
21
21
|
*/
|
|
22
22
|
routesFeatureStore: RoutesFeatureStore;
|
|
23
|
-
stepFeatureStore:
|
|
23
|
+
stepFeatureStore: StepsFeatureStore;
|
|
24
24
|
debounceTime: number;
|
|
25
25
|
constructor(mapState: MapState);
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<DirectionState, never>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { StorageService } from '@igo2/core/storage';
|
|
2
2
|
import { AnyLayer, Feature, FeatureStore, IgoMap } from '@igo2/geo';
|
|
3
|
+
import { Coordinate } from 'ol/coordinate';
|
|
3
4
|
import { BehaviorSubject } from 'rxjs';
|
|
4
5
|
import { MapState } from '../map/map.state';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
@@ -15,7 +16,7 @@ export declare class MapProximityState {
|
|
|
15
16
|
proximitylocationType$: BehaviorSubject<string>;
|
|
16
17
|
proximityFeatureStore: FeatureStore<Feature>;
|
|
17
18
|
private subs$$;
|
|
18
|
-
currentPositionCoordinate$: BehaviorSubject<
|
|
19
|
+
currentPositionCoordinate$: BehaviorSubject<Coordinate>;
|
|
19
20
|
get map(): IgoMap;
|
|
20
21
|
constructor(mapState: MapState, storageService: StorageService);
|
|
21
22
|
subscribeProximityMonitor(): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@igo2/integration",
|
|
3
|
-
"version": "18.0.0-next.
|
|
3
|
+
"version": "18.0.0-next.11",
|
|
4
4
|
"description": "IGO Library",
|
|
5
5
|
"author": "IGO Community",
|
|
6
6
|
"keywords": [
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"@angular/common": "^18.0.0",
|
|
34
34
|
"@angular/core": "^18.0.0",
|
|
35
|
-
"@igo2/auth": "^18.0.0-next.
|
|
36
|
-
"@igo2/context": "^18.0.0-next.
|
|
37
|
-
"@igo2/geo": "^18.0.0-next.
|
|
35
|
+
"@igo2/auth": "^18.0.0-next.11",
|
|
36
|
+
"@igo2/context": "^18.0.0-next.11",
|
|
37
|
+
"@igo2/geo": "^18.0.0-next.11",
|
|
38
38
|
"@turf/point-on-feature": "^6.5.0",
|
|
39
39
|
"jspdf": "^2.5.1",
|
|
40
40
|
"jspdf-autotable": "^3.8.0",
|