@schneideress/dashboardframework 20.0.5 → 20.0.6

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/index.d.ts CHANGED
@@ -896,7 +896,6 @@ declare class RADashboardArea implements OnInit, OnChanges, OnDestroy {
896
896
  hasGird: boolean;
897
897
  private initialWidgetCount;
898
898
  private currentLoadingCount;
899
- isSiteDetailDashboard: boolean;
900
899
  userDashboardId: number;
901
900
  areaKey: string;
902
901
  downloadDatastreamLimit: any;
@@ -1207,9 +1206,7 @@ declare enum RAEvent {
1207
1206
  /** Event on emission report snapshot button clicked*/
1208
1207
  SnapShotClick = "SnapShotClick",
1209
1208
  /** Event on emission report snapshot selected from list*/
1210
- SnapShotSelected = "SnapShotSelected",
1211
- /** Event to update widget count */
1212
- UpdateWidgetCount = "UpdateWidgetCount"
1209
+ SnapShotSelected = "SnapShotSelected"
1213
1210
  }
1214
1211
  declare enum RAEventKey {
1215
1212
  /** on edit widget click */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schneideress/dashboardframework",
3
- "version": "20.0.5",
3
+ "version": "20.0.6",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.2.1",
6
6
  "@angular/core": "^20.2.1",