@schneideress/dashboardframework 17.0.9 → 17.0.11

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.
@@ -1,4 +1,4 @@
1
- import { OnInit, OnChanges, SimpleChanges, NgZone, OnDestroy, ElementRef, EventEmitter } from '@angular/core';
1
+ import { OnInit, OnChanges, SimpleChanges, NgZone, OnDestroy, ElementRef, EventEmitter, ChangeDetectorRef } from '@angular/core';
2
2
  import { GridsterConfig, GridsterItem } from '../../gridster/index';
3
3
  import { RaDashboardService } from '../ra.dashboard.service';
4
4
  import { RADashboardEventBus } from '../ra.dashbard.event.bus';
@@ -15,6 +15,7 @@ export declare class RADashboardArea implements OnInit, OnChanges, OnDestroy {
15
15
  private ngxService;
16
16
  private translateService;
17
17
  private notifier;
18
+ private cdr;
18
19
  private responsiveService;
19
20
  private permissionService;
20
21
  widgetList: GridsterItem[];
@@ -57,9 +58,10 @@ export declare class RADashboardArea implements OnInit, OnChanges, OnDestroy {
57
58
  hideDashboardBanner: EventEmitter<any>;
58
59
  gridWrapper: ElementRef;
59
60
  divBottom: ElementRef;
60
- constructor(dashboardService: RaDashboardService, ngZone: NgZone, ngxService: NgxUiLoaderService, translateService: RATranslateService, notifier: NotifierService, responsiveService: RADashboardResponsiveService, permissionService: RAPermissionService);
61
+ constructor(dashboardService: RaDashboardService, ngZone: NgZone, ngxService: NgxUiLoaderService, translateService: RATranslateService, notifier: NotifierService, cdr: ChangeDetectorRef, responsiveService: RADashboardResponsiveService, permissionService: RAPermissionService);
61
62
  ngOnInit(): void;
62
63
  ngOnChanges(changes: SimpleChanges): void;
64
+ ngAfterViewChecked(): void;
63
65
  setEmptyDashboardConfig(): void;
64
66
  /**To set GridsterConfig */
65
67
  initiateGridsterConfig(): void;
@@ -1,4 +1,4 @@
1
- import { OnInit, ElementRef, EventEmitter, OnChanges, SimpleChanges, AfterViewInit, OnDestroy, NgZone, Renderer2, TemplateRef, ViewContainerRef } from '@angular/core';
1
+ import { OnInit, ElementRef, EventEmitter, OnChanges, SimpleChanges, AfterViewInit, OnDestroy, NgZone, Renderer2, TemplateRef, ViewContainerRef, ChangeDetectorRef } from '@angular/core';
2
2
  import { RaDashboardService } from './../ra.dashboard.service';
3
3
  import { RADashboardEventBus } from '../ra.dashbard.event.bus';
4
4
  import { IAppConfig, IWidgetInfo, RADownloadType, RaWidgetlockStatus, WidgetViewState, IconfigChanges, IBulkAction, IDashboardInfo } from '@schneideress/widgetframework';
@@ -14,6 +14,7 @@ export declare class RAWidgetContainer implements OnInit, OnChanges, AfterViewIn
14
14
  private ngZone;
15
15
  private notifier;
16
16
  private renderer;
17
+ private cdr;
17
18
  private raPermissionService;
18
19
  private domService;
19
20
  showPanel: boolean;
@@ -98,7 +99,7 @@ export declare class RAWidgetContainer implements OnInit, OnChanges, AfterViewIn
98
99
  enableTitleLineActual: boolean;
99
100
  widgetElementHandler: any;
100
101
  set setResized(resized: boolean);
101
- constructor(dashboardService: RaDashboardService, ngxService: NgxUiLoaderService, translateService: RATranslateService, ngZone: NgZone, notifier: NotifierService, renderer: Renderer2, raPermissionService: RAPermissionService, domService: DomService);
102
+ constructor(dashboardService: RaDashboardService, ngxService: NgxUiLoaderService, translateService: RATranslateService, ngZone: NgZone, notifier: NotifierService, renderer: Renderer2, cdr: ChangeDetectorRef, raPermissionService: RAPermissionService, domService: DomService);
102
103
  ngOnInit(): void;
103
104
  get widgetViewState(): typeof WidgetViewState;
104
105
  ngOnChanges(changes: SimpleChanges): void;
@@ -2,7 +2,7 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "./ra-dashboard-area/ra.dashboard.area";
3
3
  import * as i2 from "./ra-widget-container/ra.widget.container.component";
4
4
  import * as i3 from "./ra-widget-container/lock-tooltip/lock.tooltip.component";
5
- import * as i4 from "@angular/platform-browser";
5
+ import * as i4 from "@angular/common";
6
6
  import * as i5 from "../gridster/lib/gridster.module";
7
7
  import * as i6 from "@angular/common/http";
8
8
  import * as i7 from "ngx-ui-loader";
@@ -11,6 +11,6 @@ import * as i9 from "@schneideress/ra-common";
11
11
  import * as i10 from "@schneideress/common-controls";
12
12
  export declare class DashboardFrameworkModule {
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<DashboardFrameworkModule, never>;
14
- static ɵmod: i0.ɵɵNgModuleDeclaration<DashboardFrameworkModule, [typeof i1.RADashboardArea, typeof i2.RAWidgetContainer, typeof i3.LockTooltip], [typeof i4.BrowserModule, typeof i5.GridsterModule, typeof i6.HttpClientModule, typeof i7.NgxUiLoaderModule, typeof i8.NotifierModule, typeof i9.RACommonModule, typeof i10.RACommonControlsModule], [typeof i1.RADashboardArea]>;
14
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DashboardFrameworkModule, [typeof i1.RADashboardArea, typeof i2.RAWidgetContainer, typeof i3.LockTooltip], [typeof i4.CommonModule, typeof i5.GridsterModule, typeof i6.HttpClientModule, typeof i7.NgxUiLoaderModule, typeof i8.NotifierModule, typeof i9.RACommonModule, typeof i10.RACommonControlsModule], [typeof i1.RADashboardArea]>;
15
15
  static ɵinj: i0.ɵɵInjectorDeclaration<DashboardFrameworkModule>;
16
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schneideress/dashboardframework",
3
- "version": "17.0.9",
3
+ "version": "17.0.11",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.1.0",
6
6
  "@angular/core": "^17.1.0"