@veloceapps/sdk 8.0.0-144 → 8.0.0-146

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-144",
3
+ "version": "8.0.0-146",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "~15.2.0",
@@ -5,6 +5,8 @@ export declare class RecordNotFoundComponent {
5
5
  private route;
6
6
  message: string;
7
7
  subMessage: string;
8
+ type: string;
9
+ details: string[];
8
10
  constructor(router: Router, route: ActivatedRoute);
9
11
  static ɵfac: i0.ɵɵFactoryDeclaration<RecordNotFoundComponent, never>;
10
12
  static ɵcmp: i0.ɵɵComponentDeclaration<RecordNotFoundComponent, "vl-flow-record-not-found", never, {}, {}, never, never, false, never>;
@@ -37,7 +37,7 @@ export declare class FlowRouterService {
37
37
  navigateToShoppingCart(): void;
38
38
  navigateToCatalog(): void;
39
39
  navigateToAssets(): void;
40
- showErrorPage$(message: string): Observable<false>;
40
+ showErrorPage$(message: string, details?: string[]): Observable<false>;
41
41
  switchObject(id: string): void;
42
42
  static ɵfac: i0.ɵɵFactoryDeclaration<FlowRouterService, never>;
43
43
  static ɵprov: i0.ɵɵInjectableDeclaration<FlowRouterService>;