@veloceapps/sdk 7.0.2-95 → 7.0.2-96
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2020/src/guards/context.guard.mjs +6 -5
- package/esm2020/src/pages/record-not-found/record-not-found.component.mjs +6 -3
- package/esm2020/src/resolvers/flow.resolver.mjs +8 -4
- package/esm2020/src/resolvers/quote.resolver.mjs +8 -6
- package/fesm2015/veloceapps-sdk.mjs +20 -15
- package/fesm2015/veloceapps-sdk.mjs.map +1 -1
- package/fesm2020/veloceapps-sdk.mjs +22 -13
- package/fesm2020/veloceapps-sdk.mjs.map +1 -1
- package/package.json +1 -1
- package/src/pages/record-not-found/record-not-found.component.d.ts +2 -0
package/package.json
CHANGED
@@ -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>;
|