@veloceapps/sdk 8.0.0-120 → 8.0.0-121

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-120",
3
+ "version": "8.0.0-121",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "~15.2.0",
@@ -1,4 +1,4 @@
1
- import { FlowInfoService, QuoteDraftService } from '@veloceapps/sdk/core';
1
+ import { FlowInfoService } from '@veloceapps/sdk/core';
2
2
  import { Observable } from 'rxjs';
3
3
  import { FlowService } from './services';
4
4
  import { FlowRouterService } from './services/flow-router.service';
@@ -6,7 +6,6 @@ import { FlowGuidedSellingService } from './services/guided-selling.service';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class FlowComponent {
8
8
  private routerService;
9
- private quoteDraftService;
10
9
  private flowService;
11
10
  private flowInfo;
12
11
  private guidedSellingService;
@@ -14,7 +13,7 @@ export declare class FlowComponent {
14
13
  showHeader$: Observable<boolean>;
15
14
  isStandalone$: Observable<boolean>;
16
15
  guidedSellingVisible$: Observable<boolean>;
17
- constructor(routerService: FlowRouterService, quoteDraftService: QuoteDraftService, flowService: FlowService, flowInfo: FlowInfoService, guidedSellingService: FlowGuidedSellingService);
16
+ constructor(routerService: FlowRouterService, flowService: FlowService, flowInfo: FlowInfoService, guidedSellingService: FlowGuidedSellingService);
18
17
  static ɵfac: i0.ɵɵFactoryDeclaration<FlowComponent, never>;
19
18
  static ɵcmp: i0.ɵɵComponentDeclaration<FlowComponent, "vl-flow", never, {}, {}, never, never, false, never>;
20
19
  }