gamma-app-controller 1.2.1 → 1.2.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.
@@ -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
  }
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.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.0.0",
6
6
  "@angular/core": "^14.0.0",