@schneideress/dashboardframework 17.0.23 → 17.0.25

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.
@@ -27,6 +27,7 @@ export declare class RADashboardArea implements OnInit, OnChanges, OnDestroy {
27
27
  private conifgAddClick;
28
28
  private curatedFilterChange;
29
29
  private bulkActionClick;
30
+ private calculateLayout;
30
31
  private rearrangeWidgetClick;
31
32
  private widgetDeleteEvent;
32
33
  private widgetAddEvent;
@@ -55,7 +55,8 @@ export declare enum RAEvent {
55
55
  /** Global Filter Clicked */
56
56
  /** When user change the curated filter(eg:data streams), system will create/delete widgets */
57
57
  CuratedFilterChange = "CuratedFilterChange",
58
- GlobalFilterClick = "GlobalFilterClick"
58
+ GlobalFilterClick = "GlobalFilterClick",
59
+ LayoutChange = "LayoutChange"
59
60
  }
60
61
  export declare enum RAEventKey {
61
62
  /** on edit widget click */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schneideress/dashboardframework",
3
- "version": "17.0.23",
3
+ "version": "17.0.25",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.1.0",
6
6
  "@angular/core": "^17.1.0",