valtech-components 4.0.236 → 4.0.237
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.
- package/esm2022/lib/services/header-actions.service.mjs +7 -1
- package/esm2022/lib/version.mjs +2 -2
- package/fesm2022/valtech-components.mjs +6 -1
- package/fesm2022/valtech-components.mjs.map +1 -1
- package/lib/services/header-actions.service.d.ts +1 -0
- package/lib/version.d.ts +1 -1
- package/package.json +1 -1
|
@@ -32,6 +32,7 @@ export interface HeaderActionsConfig {
|
|
|
32
32
|
export declare class HeaderActionsService {
|
|
33
33
|
private modal;
|
|
34
34
|
private router;
|
|
35
|
+
private nav;
|
|
35
36
|
handle(token: string, config?: HeaderActionsConfig): Promise<boolean>;
|
|
36
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderActionsService, never>;
|
|
37
38
|
static ɵprov: i0.ɵɵInjectableDeclaration<HeaderActionsService>;
|
package/lib/version.d.ts
CHANGED