@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(
|
|
1729
|
+
constructor(overlayService: AXOverlayService);
|
|
1731
1730
|
show(location?: Element): number;
|
|
1732
1731
|
hide(id: any): void;
|
|
1733
1732
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXLoadingService, never>;
|