@acorex/components 16.20.4 → 16.20.5

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
@@ -1728,7 +1728,7 @@ declare class AXLoadingService {
1728
1728
  private _stack;
1729
1729
  constructor(overlayService: AXOverlayService);
1730
1730
  show(location?: Element): number;
1731
- hide(id: any): void;
1731
+ hide(id: number): void;
1732
1732
  static ɵfac: i0.ɵɵFactoryDeclaration<AXLoadingService, never>;
1733
1733
  static ɵprov: i0.ɵɵInjectableDeclaration<AXLoadingService>;
1734
1734
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/components",
3
- "version": "16.20.4",
3
+ "version": "16.20.5",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.5",
6
6
  "@angular/core": "^19.0.5",