@acorex/components 16.20.3 → 16.20.4

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