@smarterplan/ngx-smarterplan-core 1.2.27 → 1.2.28

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,6 +5,7 @@ import { ZoneService } from './models/zone.service';
5
5
  import { ZoneChangeService } from './zoneChange.service';
6
6
  import { BaseUserService } from './user.service';
7
7
  import { ViewerService } from './viewer.service';
8
+ import { ActivatedRoute, Router } from '@angular/router';
8
9
  import * as i0 from "@angular/core";
9
10
  export declare class NavigatorService {
10
11
  private matterportService;
@@ -12,6 +13,8 @@ export declare class NavigatorService {
12
13
  private zoneService;
13
14
  private userService;
14
15
  private zoneChangeService;
16
+ private router;
17
+ private route;
15
18
  currentSweep: string | null;
16
19
  targetSweep: string | null;
17
20
  targetRotation: {
@@ -36,7 +39,8 @@ export declare class NavigatorService {
36
39
  zonesForUserForSpace: Zone[] | null;
37
40
  currentAudioZones: Zone[];
38
41
  audioZonesForUserForSpace: Zone[];
39
- constructor(matterportService: MatterportService, viewerService: ViewerService, zoneService: ZoneService, userService: BaseUserService, zoneChangeService: ZoneChangeService);
42
+ constructor(matterportService: MatterportService, viewerService: ViewerService, zoneService: ZoneService, userService: BaseUserService, zoneChangeService: ZoneChangeService, router: Router, route: ActivatedRoute);
43
+ getDeepLink(): string;
40
44
  getLastPositionForModel(model3D: string): {
41
45
  sweep: string;
42
46
  rotation: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smarterplan/ngx-smarterplan-core",
3
- "version": "1.2.27",
3
+ "version": "1.2.28",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^13.2.0",
6
6
  "@angular/core": "^13.2.0",