@loxia/mst-viewer 8.1.3-202511191847 → 8.1.3-202511192110
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.
|
@@ -2,7 +2,7 @@ import { RijwegplanRijwegDwangCombinatie } from './rijwegplan-rijweg-dwang-combi
|
|
|
2
2
|
import { SeinOpRitdeel } from './sein-op-ritdeel';
|
|
3
3
|
export declare class NieuweRoute {
|
|
4
4
|
beginSeinOpRitdeel: SeinOpRitdeel;
|
|
5
|
-
combinatieVoorEindsein?: RijwegplanRijwegDwangCombinatie;
|
|
6
|
-
constructor(beginSeinOpRitdeel: SeinOpRitdeel, combinatieVoorEindsein?: RijwegplanRijwegDwangCombinatie);
|
|
5
|
+
combinatieVoorEindsein?: RijwegplanRijwegDwangCombinatie | undefined;
|
|
6
|
+
constructor(beginSeinOpRitdeel: SeinOpRitdeel, combinatieVoorEindsein?: RijwegplanRijwegDwangCombinatie | undefined);
|
|
7
7
|
isValid(): boolean;
|
|
8
8
|
}
|
|
@@ -22,7 +22,7 @@ export declare class LaadSignaleringsbeeldenEffect {
|
|
|
22
22
|
laadEnVerwerkSignaleringsbeeldInfo$: Observable<ISignaleringsbeeldInfoDto[]> & import("@ngrx/effects").CreateEffectMetadata;
|
|
23
23
|
private handleSignaleringsbeeldInfo;
|
|
24
24
|
private processResponse;
|
|
25
|
-
navigeerBuitenRit$: Observable<
|
|
25
|
+
navigeerBuitenRit$: Observable<void> & import("@ngrx/effects").CreateEffectMetadata;
|
|
26
26
|
private getOtherRand;
|
|
27
27
|
private loadRouteFilesAndSignaleringsbeeldInfo;
|
|
28
28
|
private loadSignaleringsbeelden;
|
|
@@ -57,7 +57,7 @@ export declare const alternatievenClickableIdsReducer: import("@ngrx/store").Act
|
|
|
57
57
|
export declare const eindSeinenClickableIdsReducer: import("@ngrx/store").ActionReducer<string[], import("@ngrx/store").Action<string>>;
|
|
58
58
|
export declare const connectorClickableIdsReducer: import("@ngrx/store").ActionReducer<string[], import("@ngrx/store").Action<string>>;
|
|
59
59
|
export declare const beginSeinRightClickableIdsReducer: import("@ngrx/store").ActionReducer<string[], import("@ngrx/store").Action<string>>;
|
|
60
|
-
export declare const nieuweRouteReducer: import("@ngrx/store").ActionReducer<NieuweRoute, import("@ngrx/store").Action<string>>;
|
|
60
|
+
export declare const nieuweRouteReducer: import("@ngrx/store").ActionReducer<NieuweRoute | undefined, import("@ngrx/store").Action<string>>;
|
|
61
61
|
export declare const signaleringsbeeldInfoDtosReducer: import("@ngrx/store").ActionReducer<ISignaleringsbeeldInfoDto[], import("@ngrx/store").Action<string>>;
|
|
62
62
|
export declare const visibleSbInfoDtosReducer: import("@ngrx/store").ActionReducer<ISignaleringsbeeldInfoDto[], import("@ngrx/store").Action<string>>;
|
|
63
63
|
export declare const iaVersieReducer: import("@ngrx/store").ActionReducer<InfraModel, import("@ngrx/store").Action<string>>;
|