gamma-app-controller 1.2.1 → 1.2.3

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.
@@ -13,7 +13,7 @@ import { GammaGeoChartComponent } from '../../shared/advanced-component/gamma-ge
13
13
  import { GammaHeatChartComponent } from '../../shared/advanced-component/gamma-heatmap/gamma-heatmap.component';
14
14
  import { KpiWithMultiLayoutService } from './kpi-multi-layout.service';
15
15
  import { MultilayoutApplicationDatssetsCall } from './multi-layout-dataset-call.service';
16
- import { AppLocalStorage } from '../../application-controller/tokenStorage.servce';
16
+ import { AppMultiLayoutLocalStorage } from './tokenStorage.servce';
17
17
  import * as i0 from "@angular/core";
18
18
  export declare class KpiWithMultilayoutSetTestComponent implements OnInit {
19
19
  commonService: CommonService;
@@ -85,7 +85,7 @@ export declare class KpiWithMultilayoutSetTestComponent implements OnInit {
85
85
  pageId: any;
86
86
  kpi_breadcrumbs_container: any;
87
87
  operatorName: any;
88
- constructor(commonService: CommonService, activatedRoute: ActivatedRoute, viewContainerRef: ViewContainerRef, componentFactoryResolver: ComponentFactoryResolver, service: KpiWithMultiLayoutService, toastr: ToastrService, router: Router, datasetService: MultilayoutApplicationDatssetsCall, storage: AppLocalStorage);
88
+ constructor(commonService: CommonService, activatedRoute: ActivatedRoute, viewContainerRef: ViewContainerRef, componentFactoryResolver: ComponentFactoryResolver, service: KpiWithMultiLayoutService, toastr: ToastrService, router: Router, datasetService: MultilayoutApplicationDatssetsCall, storage: AppMultiLayoutLocalStorage);
89
89
  ngOnInit(): void;
90
90
  getFiltersForTemplate(filter: any): Promise<void>;
91
91
  getPadeDataSource(context: any): Promise<void>;
@@ -0,0 +1,12 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class AppMultiLayoutLocalStorage {
3
+ private environment;
4
+ constructor(environment: any);
5
+ save(type: any, token: any): void;
6
+ get(type: any): string;
7
+ delete(type: any): string;
8
+ destroy(): void;
9
+ getAppVariableName(attributeName: string): string;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<AppMultiLayoutLocalStorage, never>;
11
+ static ɵprov: i0.ɵɵInjectableDeclaration<AppMultiLayoutLocalStorage>;
12
+ }
@@ -14,7 +14,7 @@ import { GammaHeatChartComponent } from '../../shared/advanced-component/gamma-h
14
14
  import { KpiWithSingleLayoutService } from './kpi-single-layout.service';
15
15
  import { SingleLayoutApplicationDatssetsCall } from './single-layout-dataset-call.service';
16
16
  import { ApplicationChatApiCallService } from './application-chat-api-call.service';
17
- import { AppLocalStorage } from '../../application-controller/tokenStorage.servce';
17
+ import { AppSingleLayoutLocalStorage } from './tokenStorage.servce';
18
18
  import * as i0 from "@angular/core";
19
19
  export declare class KpiWithDataSetTestComponent implements OnInit {
20
20
  commonService: CommonService;
@@ -99,7 +99,7 @@ export declare class KpiWithDataSetTestComponent implements OnInit {
99
99
  };
100
100
  };
101
101
  isDefaultFilterParams: boolean;
102
- constructor(commonService: CommonService, activatedRoute: ActivatedRoute, viewContainerRef: ViewContainerRef, componentFactoryResolver: ComponentFactoryResolver, service: KpiWithSingleLayoutService, toastr: ToastrService, router: Router, datasetService: SingleLayoutApplicationDatssetsCall, chatApiService: ApplicationChatApiCallService, storage: AppLocalStorage);
102
+ constructor(commonService: CommonService, activatedRoute: ActivatedRoute, viewContainerRef: ViewContainerRef, componentFactoryResolver: ComponentFactoryResolver, service: KpiWithSingleLayoutService, toastr: ToastrService, router: Router, datasetService: SingleLayoutApplicationDatssetsCall, chatApiService: ApplicationChatApiCallService, storage: AppSingleLayoutLocalStorage);
103
103
  ngOnInit(): void;
104
104
  getFiltersForTemplate(filter: any): Promise<void>;
105
105
  getPadeDataSource(context: any): Promise<void>;
@@ -130,7 +130,6 @@ export declare class KpiWithDataSetTestComponent implements OnInit {
130
130
  loadDataByOperator(opName: any): Promise<void>;
131
131
  getContextFilterData(value: any): Promise<void>;
132
132
  parseInput(input: any): any;
133
- getDrilldownDisplayByUrlParams(all_views: any): void;
134
133
  static ɵfac: i0.ɵɵFactoryDeclaration<KpiWithDataSetTestComponent, never>;
135
134
  static ɵcmp: i0.ɵɵComponentDeclaration<KpiWithDataSetTestComponent, "app-kpi-with-dataset", never, {}, {}, never, never, false>;
136
135
  }
@@ -0,0 +1,12 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class AppSingleLayoutLocalStorage {
3
+ private environment;
4
+ constructor(environment: any);
5
+ save(type: any, token: any): void;
6
+ get(type: any): string;
7
+ delete(type: any): string;
8
+ destroy(): void;
9
+ getAppVariableName(attributeName: string): string;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<AppSingleLayoutLocalStorage, never>;
11
+ static ɵprov: i0.ɵɵInjectableDeclaration<AppSingleLayoutLocalStorage>;
12
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gamma-app-controller",
3
- "version": "1.2.1",
3
+ "version": "1.2.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.0.0",
6
6
  "@angular/core": "^14.0.0",
package/public-api.d.ts CHANGED
@@ -77,11 +77,13 @@ export * from './lib/template-module/kpiWithSingleLayout/dynamin-modal.component
77
77
  export * from './lib/template-module/kpiWithSingleLayout/kpi-single-layout.service';
78
78
  export * from './lib/template-module/kpiWithSingleLayout/application-chat-api-call.service';
79
79
  export * from './lib/template-module/kpiWithSingleLayout/single-layout-dataset-call.service';
80
+ export * from './lib/template-module/kpiWithSingleLayout/tokenStorage.servce';
80
81
  export * from './lib/template-module/kpiWithMultiLayout/dynamin-modal-multi.component';
81
82
  export * from './lib/template-module/kpiWithMultiLayout/kpi-with-multilayout.component';
82
83
  export * from './lib/template-module/kpiWithMultiLayout/kpiWithMultiayout.module';
83
84
  export * from './lib/template-module/kpiWithMultiLayout/kpi-multi-layout.service';
84
85
  export * from './lib/template-module/kpiWithMultiLayout/multi-layout-dataset-call.service';
86
+ export * from './lib/template-module/kpiWithMultiLayout/tokenStorage.servce';
85
87
  export * from './lib/template-module/defaulLandingComponent/landing-component.component';
86
88
  export * from './lib/template-module/defaulLandingComponent/defaultLandingComponent.module';
87
89
  export * from './lib/template-module/defaulLandingComponent/landing-component.service';