gamma-app-controller 2.0.1 → 2.0.2

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.
@@ -27,6 +27,8 @@ export declare class BreadCrumbsComponent implements OnInit {
27
27
  getKpiName(data: any, relativePath: any): void;
28
28
  getBreadCrumbsData(data: any): {};
29
29
  loadBreadCrumbs(): void;
30
+ buildKpiPath(kpiListData: any, startTid: any): string;
31
+ buildTidArray(startTid: any): any[];
30
32
  static ɵfac: i0.ɵɵFactoryDeclaration<BreadCrumbsComponent, never>;
31
33
  static ɵcmp: i0.ɵɵComponentDeclaration<BreadCrumbsComponent, "gamma-bread-crumbs", never, { "kpi_data_container": "kpi_data_container"; }, {}, never, never, false>;
32
34
  }
@@ -3,6 +3,7 @@ export declare class PermissionHelper {
3
3
  private securityPrincipal;
4
4
  constructor(securityPrincipal: any);
5
5
  getPermissionEntity(permission: any): boolean;
6
+ buildMenuTree(userName: string, kpiData: any[]): any[];
6
7
  static ɵfac: i0.ɵɵFactoryDeclaration<PermissionHelper, never>;
7
8
  static ɵprov: i0.ɵɵInjectableDeclaration<PermissionHelper>;
8
9
  }
@@ -29,6 +29,7 @@ export declare class KpiWithSingleLayoutService {
29
29
  getJsonDatasetPayload(requestApi: any): any;
30
30
  genericSqlQueryResponse(requestApi: any, body: any): any;
31
31
  getFilterDataByDrillDown(apiName: any): any;
32
+ listKpiEntryConfigs(): any;
32
33
  static ɵfac: i0.ɵɵFactoryDeclaration<KpiWithSingleLayoutService, never>;
33
34
  static ɵprov: i0.ɵɵInjectableDeclaration<KpiWithSingleLayoutService>;
34
35
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gamma-app-controller",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.0.0",
6
6
  "@angular/core": "^14.0.0",