@schneideress/dashboardframework 17.0.42 → 17.0.44

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.
@@ -2,7 +2,7 @@ import { IAppConfig } from '@schneideress/widgetframework';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare abstract class RaBaseDashboardFilter {
4
4
  abstract getFilterConfig(): any;
5
- abstract setFilterConfig(filter: string, appConfig: IAppConfig, hasIDM: boolean): any;
5
+ abstract setFilterConfig(filter: string, appConfig: IAppConfig): any;
6
6
  abstract clearData(): void;
7
7
  abstract isValid(): boolean;
8
8
  abstract showHideInapplicableMsg(status: boolean): any;
@@ -11,7 +11,7 @@ export declare abstract class RaBaseDashboardFilter {
11
11
  setInapplicableFilterMsg: (status: boolean) => void;
12
12
  isValidEntry: () => boolean;
13
13
  clearAllData: () => void;
14
- setAllFilterConfig: (globalFilter: string, appConfig: IAppConfig, hasIDM: boolean) => void;
14
+ setAllFilterConfig: (globalFilter: string, appConfig: IAppConfig) => void;
15
15
  showOnlyDateRangeControl: (isIndicatorDashboard: boolean) => void;
16
16
  ngOnInit(): void;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<RaBaseDashboardFilter, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schneideress/dashboardframework",
3
- "version": "17.0.42",
3
+ "version": "17.0.44",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.1.0",
6
6
  "@angular/core": "^17.1.0",