@loxia/mst-viewer 8.1.3-202511131950 → 8.1.3-202511140957

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,5 +2,5 @@ export declare class ProgressIndicator {
2
2
  lowerText: string;
3
3
  upperText: string;
4
4
  iconClass: string;
5
- constructor(lowerText: string, upperText: string, iconClass: string);
5
+ constructor(lowerText?: string, upperText?: string, iconClass?: string);
6
6
  }
@@ -23,7 +23,7 @@ export interface MstEditorState {
23
23
  eindSeinenClickableIds: string[];
24
24
  connectorClickableIds: string[];
25
25
  beginSeinRightClickableIds: string[];
26
- nieuweRoute: NieuweRoute;
26
+ nieuweRoute?: NieuweRoute;
27
27
  signaleringsbeeldInfoDtos: ISignaleringsbeeldInfoDto[];
28
28
  visibleSbInfoDtos: ISignaleringsbeeldInfoDto[];
29
29
  algemeneRitInfoDto: AlgemeneRitDto;
@@ -42,27 +42,27 @@ interface ProgressState {
42
42
  progressIndicator?: ProgressIndicator;
43
43
  }
44
44
  export declare const editableReducer: import("@ngrx/store").ActionReducer<boolean, import("@ngrx/store").Action<string>>;
45
- export declare const progressIndicatorReducer: import("@ngrx/store").ActionReducer<any, import("@ngrx/store").Action<string>>;
45
+ export declare const progressIndicatorReducer: import("@ngrx/store").ActionReducer<ProgressState, import("@ngrx/store").Action<string>>;
46
46
  export declare const svgInfoReducer: import("@ngrx/store").ActionReducer<SvgInfo[], import("@ngrx/store").Action<string>>;
47
47
  export declare const debugReducer: import("@ngrx/store").ActionReducer<boolean, import("@ngrx/store").Action<string>>;
48
- export declare const ritSelectieIdsReducer: import("@ngrx/store").ActionReducer<any, import("@ngrx/store").Action<string>>;
48
+ export declare const ritSelectieIdsReducer: import("@ngrx/store").ActionReducer<string[], import("@ngrx/store").Action<string>>;
49
49
  export declare const actieOpRitReducer: import("@ngrx/store").ActionReducer<ArrayMultimap<Actie, string>, import("@ngrx/store").Action<string>>;
50
- export declare const actieOpRitSelectieIdsReducer: import("@ngrx/store").ActionReducer<any, import("@ngrx/store").Action<string>>;
50
+ export declare const actieOpRitSelectieIdsReducer: import("@ngrx/store").ActionReducer<string[], import("@ngrx/store").Action<string>>;
51
51
  export declare const ongeplandeActieReducer: import("@ngrx/store").ActionReducer<ArrayMultimap<string, OngeplandeActie>, import("@ngrx/store").Action<string>>;
52
- export declare const ongeplandeActieSelectieIdsReducer: import("@ngrx/store").ActionReducer<any, import("@ngrx/store").Action<string>>;
53
- export declare const gebrokenRitSelectieIdsReducer: import("@ngrx/store").ActionReducer<any, import("@ngrx/store").Action<string>>;
54
- export declare const alternatievenSelectieIdsReducer: import("@ngrx/store").ActionReducer<any, import("@ngrx/store").Action<string>>;
55
- export declare const beginSeinSelectieIdsReducer: import("@ngrx/store").ActionReducer<any, import("@ngrx/store").Action<string>>;
56
- export declare const eindSeinSelectieIdsReducer: import("@ngrx/store").ActionReducer<any, import("@ngrx/store").Action<string>>;
57
- export declare const alternatievenClickableIdsReducer: import("@ngrx/store").ActionReducer<any, import("@ngrx/store").Action<string>>;
58
- export declare const eindSeinenClickableIdsReducer: import("@ngrx/store").ActionReducer<any, import("@ngrx/store").Action<string>>;
59
- export declare const connectorClickableIdsReducer: import("@ngrx/store").ActionReducer<any, import("@ngrx/store").Action<string>>;
60
- export declare const beginSeinRightClickableIdsReducer: import("@ngrx/store").ActionReducer<any, import("@ngrx/store").Action<string>>;
52
+ export declare const ongeplandeActieSelectieIdsReducer: import("@ngrx/store").ActionReducer<string[], import("@ngrx/store").Action<string>>;
53
+ export declare const gebrokenRitSelectieIdsReducer: import("@ngrx/store").ActionReducer<string[], import("@ngrx/store").Action<string>>;
54
+ export declare const alternatievenSelectieIdsReducer: import("@ngrx/store").ActionReducer<string[], import("@ngrx/store").Action<string>>;
55
+ export declare const beginSeinSelectieIdsReducer: import("@ngrx/store").ActionReducer<string[], import("@ngrx/store").Action<string>>;
56
+ export declare const eindSeinSelectieIdsReducer: import("@ngrx/store").ActionReducer<string[], import("@ngrx/store").Action<string>>;
57
+ export declare const alternatievenClickableIdsReducer: import("@ngrx/store").ActionReducer<string[], import("@ngrx/store").Action<string>>;
58
+ export declare const eindSeinenClickableIdsReducer: import("@ngrx/store").ActionReducer<string[], import("@ngrx/store").Action<string>>;
59
+ export declare const connectorClickableIdsReducer: import("@ngrx/store").ActionReducer<string[], import("@ngrx/store").Action<string>>;
60
+ export declare const beginSeinRightClickableIdsReducer: import("@ngrx/store").ActionReducer<string[], import("@ngrx/store").Action<string>>;
61
61
  export declare const nieuweRouteReducer: import("@ngrx/store").ActionReducer<NieuweRoute, import("@ngrx/store").Action<string>>;
62
62
  export declare const signaleringsbeeldInfoDtosReducer: import("@ngrx/store").ActionReducer<ISignaleringsbeeldInfoDto[], import("@ngrx/store").Action<string>>;
63
63
  export declare const visibleSbInfoDtosReducer: import("@ngrx/store").ActionReducer<ISignaleringsbeeldInfoDto[], import("@ngrx/store").Action<string>>;
64
64
  export declare const iaVersieReducer: import("@ngrx/store").ActionReducer<InfraModel, import("@ngrx/store").Action<string>>;
65
- export declare const algemeneRitInfoDtoReducer: import("@ngrx/store").ActionReducer<{}, import("@ngrx/store").Action<string>>;
65
+ export declare const algemeneRitInfoDtoReducer: import("@ngrx/store").ActionReducer<AlgemeneRitDto, import("@ngrx/store").Action<string>>;
66
66
  export declare const ongeplandeActiesBepaaldReducer: import("@ngrx/store").ActionReducer<boolean, import("@ngrx/store").Action<string>>;
67
67
  export declare const nieuweBewegingReducer: import("@ngrx/store").ActionReducer<Beweging[], import("@ngrx/store").Action<string>>;
68
68
  export declare const baseUrlReducer: import("@ngrx/store").ActionReducer<string, import("@ngrx/store").Action<string>>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@loxia/mst-viewer",
3
3
  "description": "mstviewer component",
4
- "version": "8.1.3-202511131950",
4
+ "version": "8.1.3-202511140957",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "@loxia:registry": "https://registry.npmjs.org"