@schneideress/dashboardframework 17.0.36 → 17.0.38

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.
@@ -21,6 +21,7 @@ export declare class RADashboardArea implements OnInit, OnChanges, OnDestroy {
21
21
  widgetList: GridsterItem[];
22
22
  options: GridsterConfig;
23
23
  gridheight: number;
24
+ gridsterHeight: string;
24
25
  gridcellHeight: number;
25
26
  userWidgets: any[];
26
27
  PAMWidgets: any;
@@ -53,7 +54,7 @@ export declare class RADashboardArea implements OnInit, OnChanges, OnDestroy {
53
54
  emptyDashboardButtonAction: any;
54
55
  DownloadOnlyStateButtonAction1: any;
55
56
  DownloadOnlyStateButtonAction2: any;
56
- isOnlyWidgets: boolean;
57
+ hasGird: boolean;
57
58
  private initialWidgetCount;
58
59
  private currentLoadingCount;
59
60
  userDashboardId: number;
@@ -72,6 +73,7 @@ export declare class RADashboardArea implements OnInit, OnChanges, OnDestroy {
72
73
  hideDashboardBanner: EventEmitter<any>;
73
74
  gridWrapper: ElementRef;
74
75
  private scrollTrigger;
76
+ gridItem: any;
75
77
  constructor(dashboardService: RaDashboardService, ngZone: NgZone, ngxService: NgxUiLoaderService, translateService: RATranslateService, notifier: NotifierService, cdr: ChangeDetectorRef, responsiveService: RADashboardResponsiveService, permissionService: RAPermissionService);
76
78
  scroll(): void;
77
79
  ngOnInit(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schneideress/dashboardframework",
3
- "version": "17.0.36",
3
+ "version": "17.0.38",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.1.0",
6
6
  "@angular/core": "^17.1.0",