@veloceapps/sdk 8.0.0-84 → 8.0.0-85

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veloceapps/sdk",
3
- "version": "8.0.0-84",
3
+ "version": "8.0.0-85",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "~15.2.0",
@@ -4,10 +4,10 @@ import { Observable } from 'rxjs';
4
4
  import { FlowRouterService } from '../services/flow-router.service';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class ContextGuard implements CanActivate, CanActivateChild {
7
- private router;
8
- private routerService;
9
- private contextService;
10
- private runtimeSettingsService;
7
+ protected router: Router;
8
+ protected routerService: FlowRouterService;
9
+ protected contextService: ContextService;
10
+ protected runtimeSettingsService: RuntimeSettingsService;
11
11
  constructor(router: Router, routerService: FlowRouterService, contextService: ContextService, runtimeSettingsService: RuntimeSettingsService);
12
12
  checkActivation(route: ActivatedRouteSnapshot): Observable<boolean>;
13
13
  canActivate(route: ActivatedRouteSnapshot): Observable<boolean> | Promise<boolean> | boolean;
@@ -1,2 +1,2 @@
1
1
  import { CanActivateFn } from '@angular/router';
2
- export declare const isFlowInitialized: CanActivateFn;
2
+ export declare const initFlow: CanActivateFn;