simpo-component-library 2.2.21 → 2.2.221
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/sections/navbar-section/navbar-section.component.mjs +3 -3
- package/esm2022/lib/sections/profile-section/profile-section.component.mjs +8 -31
- package/fesm2022/simpo-component-library.mjs +7 -29
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/sections/profile-section/profile-section.component.d.ts +3 -10
- package/package.json +1 -1
- package/simpo-component-library-2.2.221.tgz +0 -0
- package/simpo-component-library-2.2.21.tgz +0 -0
@@ -1,23 +1,16 @@
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
2
1
|
import { ProfileSectionModel } from './profile-section.modal';
|
3
2
|
import { RestService } from '../../services/rest.service';
|
4
|
-
import { ActivatedRoute, Router } from '@angular/router';
|
5
3
|
import * as i0 from "@angular/core";
|
6
4
|
export declare class ProfileSectionComponent {
|
7
5
|
private restService;
|
8
|
-
private activatedRoute;
|
9
|
-
private router;
|
10
6
|
data?: ProfileSectionModel;
|
11
|
-
|
12
|
-
tabChanged: EventEmitter<void>;
|
13
|
-
constructor(restService: RestService, activatedRoute: ActivatedRoute, router: Router);
|
7
|
+
constructor(restService: RestService);
|
14
8
|
ngOnInit(): void;
|
9
|
+
selectedPanel: string;
|
15
10
|
sidePanelTabs: any[];
|
16
11
|
investorDetails: any;
|
17
12
|
getInvestorDetails(): void;
|
18
13
|
getInitials(): string;
|
19
|
-
get isMobile(): boolean;
|
20
|
-
changeTab(tab: any): void;
|
21
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProfileSectionComponent, never>;
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProfileSectionComponent, "simpo-profile-section", never, { "data": { "alias": "data"; "required": false; };
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProfileSectionComponent, "simpo-profile-section", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>;
|
23
16
|
}
|
package/package.json
CHANGED
Binary file
|
Binary file
|