@schneideress/dashboardframework 20.0.23 → 20.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.
package/index.d.ts CHANGED
@@ -1110,8 +1110,6 @@ declare class RAWidgetContainer implements OnInit, OnChanges, AfterViewInit, OnD
1110
1110
  ngOnChanges(changes: SimpleChanges): void;
1111
1111
  invokeWidgetResizedEvent(): void;
1112
1112
  mouseHover(isHover?: boolean): void;
1113
- /** Refresh download icon state when user clicks inside widget (e.g. tab change). */
1114
- onWidgetBodyClick(): void;
1115
1113
  ngAfterViewInit(): void;
1116
1114
  ngOnDestroy(): void;
1117
1115
  /** To Edit current widget configuration*/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schneideress/dashboardframework",
3
- "version": "20.0.23",
3
+ "version": "20.0.25",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.2.1",
6
6
  "@angular/core": "^20.2.1",