@schneideress/dashboardframework 17.0.17 → 17.0.19

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.
@@ -44,7 +44,7 @@ export declare class RADashboardArea implements OnInit, OnChanges, OnDestroy {
44
44
  emptyDashboardButtonIcon: any;
45
45
  emptyDashboardButtonAction: any;
46
46
  private initialWidgetCount;
47
- private currentLoadedIndex;
47
+ private currentLoadingCount;
48
48
  private loading;
49
49
  private widgetsLoaded;
50
50
  userDashboardId: number;
@@ -59,7 +59,7 @@ export declare class RADashboardArea implements OnInit, OnChanges, OnDestroy {
59
59
  templateConfig: any;
60
60
  hideDashboardBanner: EventEmitter<any>;
61
61
  gridWrapper: ElementRef;
62
- divBottom: ElementRef;
62
+ private widgets;
63
63
  constructor(dashboardService: RaDashboardService, ngZone: NgZone, ngxService: NgxUiLoaderService, translateService: RATranslateService, notifier: NotifierService, cdr: ChangeDetectorRef, responsiveService: RADashboardResponsiveService, permissionService: RAPermissionService);
64
64
  ngOnInit(): void;
65
65
  ngOnChanges(changes: SimpleChanges): void;
@@ -67,7 +67,10 @@ export declare class RADashboardArea implements OnInit, OnChanges, OnDestroy {
67
67
  setEmptyDashboardConfig(): void;
68
68
  /**To set GridsterConfig */
69
69
  initiateGridsterConfig(): void;
70
- widgetLoaded(widget: any): void;
70
+ widgetLoaded(widgetElement: any, widget: any): void;
71
+ private loadData;
72
+ dataLoaded(widgetInfo: any): void;
73
+ private elementInViewport;
71
74
  /** To initiate eventbus subsctiptions */
72
75
  inititateEventBusSubscritions(): void;
73
76
  /**
@@ -86,10 +89,7 @@ export declare class RADashboardArea implements OnInit, OnChanges, OnDestroy {
86
89
  formatWidgetDataForPositionDetails(widgetItemList: IWidgetInfo[]): any;
87
90
  /** To retrieve widgets based on userDashboardid and area name */
88
91
  loadWidgets(userDashboarId: number, areaKey: string): void;
89
- private loadWidgetsDelta;
90
- dataLoaded(widgetElement: any): void;
91
- private loadNext;
92
- private elementInViewport;
92
+ private loadWidgetWrappers;
93
93
  /** To set Area(Gridster) height dynamically as widgets are added/removed */
94
94
  setAreaHeight(): void;
95
95
  /** To remove a widget instance from dashboard and to save info in database */
package/package.json CHANGED
@@ -1,10 +1,9 @@
1
1
  {
2
2
  "name": "@schneideress/dashboardframework",
3
- "version": "17.0.17",
3
+ "version": "17.0.19",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.1.0",
6
6
  "@angular/core": "^17.1.0",
7
- "angular-font-awesome": "^3.1.2",
8
7
  "bootstrap": "^5.3.2"
9
8
  },
10
9
  "dependencies": {