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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-dsxlibrary",
3
- "version": "1.21.29",
3
+ "version": "1.21.31",
4
4
  "description": "Libreria para control de código automatizado.",
5
5
  "author": "DevSoftXela",
6
6
  "dependencies": {
@@ -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