@schneideress/dashboardframework 20.0.29 → 20.0.31

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
@@ -928,8 +928,8 @@ declare class RADashboardArea implements OnInit, OnChanges, OnDestroy {
928
928
  private loadData;
929
929
  changeInitialWidgetCount(): void;
930
930
  /**
931
- * Whether expanded view is active. Uses bulk action as source of truth (works in both normal browser and kiosk).
932
- * Handles bulkActionData as string (from API) or object (from event). Falls back to URL param for edge cases (e.g. shared link).
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
933
  */
934
934
  private isExpandedView;
935
935
  dataLoaded(widgetInfo: any): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schneideress/dashboardframework",
3
- "version": "20.0.29",
3
+ "version": "20.0.31",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.2.1",
6
6
  "@angular/core": "^20.2.1",