@posiwise/user-module 0.0.132 → 0.0.135

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
- activateMenu(): void;
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posiwise/user-module",
3
- "version": "0.0.132",
3
+ "version": "0.0.135",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.2.18",
6
6
  "@angular/core": "^19.2.18",