@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*/
|