@loxia/mst-viewer 8.1.3-202511131635 → 8.1.3-202511131933

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.
@@ -18,7 +18,7 @@ export declare class SvgVisualisatieComponent implements OnInit, OnDestroy {
18
18
  private editorService;
19
19
  nietGeplandeActies: Actie[];
20
20
  useClickArea: boolean;
21
- imxviewer: ImxViewerComponent;
21
+ imxviewer?: ImxViewerComponent;
22
22
  svgInfos$: Observable<SvgInfo[]>;
23
23
  popoverInfos: PopoverInfo[];
24
24
  clickableIds: string[];
@@ -80,7 +80,7 @@ export declare class ActieHelper {
80
80
  private debug;
81
81
  constructor(sbmService: SignaleringsBeeldManagerService, mstLogResource: MstLoggingResource, messagesService: MessagesService, store: Store<MstEditorState>, loggingHelper: LoggingHelper);
82
82
  static getActieTopoElements(ritDeel: Ritdeel, sbmService: SignaleringsBeeldManagerService): TopologyElement[];
83
- static isVSTActie(actie: any): boolean;
83
+ static isVSTActie(actie: Actie): boolean;
84
84
  static isWisselSlijpenActie(actie: any): boolean;
85
85
  static bepaalTakId(actie: any): string;
86
86
  static isHeelOfHalfEngelsWisselActie(actie: Actie): boolean;
@@ -102,7 +102,7 @@ export declare class ActieHelper {
102
102
  private static isKantCodeRechts;
103
103
  private static isKantCodeLinks;
104
104
  bepaalPuicsVoorActie(actie: Actie): string[];
105
- bepaalActiePuicsUitRitdeel(ritDeel: any): ArrayMultimap<Actie, string>;
105
+ bepaalActiePuicsUitRitdeel(ritDeel: Ritdeel): ArrayMultimap<Actie, string>;
106
106
  bepaalActiesPuics(acties: Actie[], topoElem: TopologyElement[]): ArrayMultimap<Actie, string>;
107
107
  private verwerkActies;
108
108
  private logLegeMeldingDto;
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-202511131635",
4
+ "version": "8.1.3-202511131933",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "@loxia:registry": "https://registry.npmjs.org"