@loxia/mst-viewer 8.1.3-202511101208 → 8.1.3-202511101320

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.
@@ -5,7 +5,7 @@ import { MstEditorState } from '../state/mst-editor-state';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class MstLoggingResource implements OnDestroy {
7
7
  private readonly controller;
8
- private store;
8
+ private readonly store;
9
9
  private subscriptions;
10
10
  constructor(controller: LogControllerService, store: Store<MstEditorState>);
11
11
  ngOnDestroy(): void;
@@ -6,7 +6,7 @@ import { SignaleringsbeeldInfoDto } from '../resources/signaleringsbeeldinfo.res
6
6
  import { MstEditorState } from '../state/mst-editor-state';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class LoggingHelper {
9
- private store;
9
+ private readonly store;
10
10
  constructor(store: Store<MstEditorState>);
11
11
  maakLogDTO(melding: MeldingEvent, actie: Actie): LogDto;
12
12
  getSbInfoDtos(): SignaleringsbeeldInfoDto[];
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-202511101208",
4
+ "version": "8.1.3-202511101320",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "@loxia:registry": "https://registry.npmjs.org"