@loxia/mst-viewer 8.1.3-202511121541 → 8.1.3-202511121623

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.
@@ -7,10 +7,10 @@ import { SignaleringsBeeldManagerService } from '../../services/signalerings-bee
7
7
  import { MstEditorState } from '../mst-editor-state';
8
8
  import * as i0 from "@angular/core";
9
9
  export declare class RitdelenEffect {
10
- private actions$;
11
- private store;
12
- private sbmService;
13
- private editorService;
10
+ private readonly actions$;
11
+ private readonly store;
12
+ private readonly sbmService;
13
+ private readonly editorService;
14
14
  constructor(actions$: Actions, store: Store<MstEditorState>, sbmService: SignaleringsBeeldManagerService, editorService: EditorService);
15
15
  updateRitDelen$: import("rxjs").Observable<{
16
16
  ritDelen: Ritdeel[];
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-202511121541",
4
+ "version": "8.1.3-202511121623",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "@loxia:registry": "https://registry.npmjs.org"