gamma-app-controller 1.2.10 → 1.2.11

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.
@@ -45,6 +45,7 @@ export declare class DashTableComponent implements OnInit {
45
45
  enrichNameList: string[];
46
46
  selectedTableViewType: any;
47
47
  isLoader: boolean;
48
+ allConfiguredPage: any;
48
49
  selectedViewConfigs: any;
49
50
  constructor(commonService: CommonService, cdr: ChangeDetectorRef, service: ApplicationContentService, taostr: ToastrService);
50
51
  activeTab: string;
@@ -116,6 +116,7 @@ export declare class LandingComponentComponent implements OnInit {
116
116
  getViewByRowCLickForHourlyChart(event: any, node: any): void;
117
117
  getModalViewByRowCLick(event: any, view: any): Promise<void>;
118
118
  getViewByRowCLick(event: any, view: any): Promise<void>;
119
+ replaceAssociatedParams(template: string, params: any, appliedFilters: any): string;
119
120
  scrollToBottom(container: HTMLElement): void;
120
121
  findWidgetById(configs: any[], id: string): any | undefined;
121
122
  updateOperatorData(key_name: string[], value_data: any): any;
@@ -118,6 +118,7 @@ export declare class KpiWithDataSetTestComponent implements OnInit {
118
118
  getViewByRowCLickForHourlyChart(event: any, node: any): void;
119
119
  getModalViewByRowCLick(event: any, view: any): Promise<void>;
120
120
  getViewByRowCLick(event: any, view: any): Promise<void>;
121
+ replaceAssociatedParams(template: string, params: any, appliedFilters: any): string;
121
122
  scrollToBottom(container: HTMLElement): void;
122
123
  findWidgetById(configs: any[], id: string): any | undefined;
123
124
  updateOperatorData(key_name: string[], value_data: any): any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gamma-app-controller",
3
- "version": "1.2.10",
3
+ "version": "1.2.11",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.0.0",
6
6
  "@angular/core": "^14.0.0",