@posiwise/user-module 0.0.132 → 0.0.134
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.
|
@@ -11,7 +11,6 @@ export declare class UserProfilePageComponent extends AppBaseComponent implement
|
|
|
11
11
|
private readonly profileService;
|
|
12
12
|
private readonly modalService;
|
|
13
13
|
private readonly scriptLoader;
|
|
14
|
-
menu: MenuItem[];
|
|
15
14
|
private loggedInUserDetails;
|
|
16
15
|
user: User;
|
|
17
16
|
slug: string;
|
|
@@ -25,7 +24,9 @@ export declare class UserProfilePageComponent extends AppBaseComponent implement
|
|
|
25
24
|
userProfile: UserProfile;
|
|
26
25
|
items: MenuItem[];
|
|
27
26
|
activeItem: MenuItem;
|
|
28
|
-
|
|
27
|
+
/** Current tab value for p-tabs */
|
|
28
|
+
activeTabValue: string;
|
|
29
|
+
onTabChange(value: string): void;
|
|
29
30
|
constructor(injector: Injector, profileService: ProfileService, modalService: NgbModal, scriptLoader: ScriptLoaderService);
|
|
30
31
|
get allowEdit(): boolean;
|
|
31
32
|
ngOnInit(): void;
|