ngx-dsxlibrary 1.21.29 → 1.21.31
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.
|
Binary file
|
package/package.json
CHANGED
|
@@ -103,9 +103,11 @@ declare class JsonValuesDebujComponent {
|
|
|
103
103
|
|
|
104
104
|
declare class SpinnerLoadingService {
|
|
105
105
|
spinnerVisible: i0.WritableSignal<boolean>;
|
|
106
|
+
private counter;
|
|
106
107
|
constructor();
|
|
107
108
|
show(): void;
|
|
108
109
|
hide(): void;
|
|
110
|
+
reset(): void;
|
|
109
111
|
static ɵfac: i0.ɵɵFactoryDeclaration<SpinnerLoadingService, never>;
|
|
110
112
|
static ɵprov: i0.ɵɵInjectableDeclaration<SpinnerLoadingService>;
|
|
111
113
|
}
|
|
Binary file
|