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.
- package/esm2020/lib/template-module/kpiWithSingleLayout/kpi-with-dataset.component.mjs +2 -33
- package/fesm2015/gamma-app-controller.mjs +1 -32
- package/fesm2015/gamma-app-controller.mjs.map +1 -1
- package/fesm2020/gamma-app-controller.mjs +1 -32
- package/fesm2020/gamma-app-controller.mjs.map +1 -1
- package/lib/template-module/kpiWithSingleLayout/kpi-with-dataset.component.d.ts +0 -1
- package/package.json +1 -1
|
@@ -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
|
}
|