@coreui/angular-pro 5.5.24 → 5.5.25

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
@@ -648,8 +648,8 @@ declare class BackdropService {
648
648
  readonly backdropClick$: rxjs.Observable<boolean>;
649
649
  activeBackdrop: any;
650
650
  scrollbarWidth: string;
651
- setBackdrop(type?: string): any;
652
- clearBackdrop(backdropElement: any): any;
651
+ setBackdrop(type?: string): HTMLDivElement;
652
+ clearBackdrop(backdropElement: HTMLElement): any;
653
653
  hideScrollbar(): void;
654
654
  resetScrollbar(): void;
655
655
  onClickHandler(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coreui/angular-pro",
3
- "version": "5.5.24",
3
+ "version": "5.5.25",
4
4
  "description": "CoreUI Pro Components Library for Angular",
5
5
  "copyright": "Copyright 2025 creativeLabs Łukasz Holeczek",
6
6
  "homepage": "https://coreui.io/angular",
@@ -22,14 +22,14 @@
22
22
  },
23
23
  "sideEffects": false,
24
24
  "peerDependencies": {
25
- "@angular/animations": "^20.3.0",
26
- "@angular/cdk": "^20.2.12",
27
- "@angular/common": "^20.3.0",
28
- "@angular/core": "^20.3.0",
29
- "@angular/forms": "^20.3.0",
30
- "@angular/router": "^20.3.0",
31
- "@coreui/coreui-pro": "^5.21.1",
32
- "@coreui/icons-angular": "~5.5.24",
25
+ "@angular/animations": "^20.3.14",
26
+ "@angular/cdk": "^20.2.14",
27
+ "@angular/common": "^20.3.14",
28
+ "@angular/core": "^20.3.14",
29
+ "@angular/forms": "^20.3.14",
30
+ "@angular/router": "^20.3.14",
31
+ "@coreui/coreui-pro": "^5.22.0",
32
+ "@coreui/icons-angular": "~5.5.25",
33
33
  "rxjs": "^7.8.2"
34
34
  },
35
35
  "repository": {