@schneideress/dashboardframework 20.0.28 → 20.0.30
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
|
@@ -927,6 +927,11 @@ declare class RADashboardArea implements OnInit, OnChanges, OnDestroy {
|
|
|
927
927
|
widgetLoaded(widgetElement: any, widget: any): void;
|
|
928
928
|
private loadData;
|
|
929
929
|
changeInitialWidgetCount(): void;
|
|
930
|
+
/**
|
|
931
|
+
* Whether expanded view is active. URL `?expanded=true` is checked first; then bulk action (works in normal browser and kiosk).
|
|
932
|
+
* Handles bulkActionData as string (from API) or object (from event).
|
|
933
|
+
*/
|
|
934
|
+
private isExpandedView;
|
|
930
935
|
dataLoaded(widgetInfo: any): void;
|
|
931
936
|
/**
|
|
932
937
|
* Override widget height and width for expanded view based on actual data content
|