@osovitny/anatoly 3.17.52 → 3.17.53

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.
@@ -1,9 +1,10 @@
1
1
  export declare class Alerts {
2
- static success(text?: any, params?: any[], title?: any, successAction?: any): void;
2
+ static areYouSure(text: any, title?: any, confirmButtonText?: any, cancelButtonText?: any, successAction?: any, cancelAction?: any): void;
3
3
  static info(text: any, params?: any[], title?: any): void;
4
4
  static warning(text: any, params?: any[], title?: any): void;
5
5
  static error(text?: any, params?: any[], title?: any): void;
6
+ static success(text?: any, params?: any[], title?: any, successAction?: any): void;
6
7
  static cancel(text?: any, params?: any[], title?: any): void;
7
8
  static notImplemented(): void;
8
- static areYouSure(text: any, title?: any, confirmButtonText?: any, cancelButtonText?: any, successAction?: any, cancelAction?: any): void;
9
+ static authenticationRequired(): void;
9
10
  }
@@ -3,13 +3,13 @@ import * as i0 from "@angular/core";
3
3
  export declare class NotificationService {
4
4
  private toastrService;
5
5
  constructor(toastrService: ToastrService);
6
- success(text?: any, params?: any[], title?: any): void;
7
6
  info(text: any, params?: any[], title?: any): void;
8
7
  warning(text: any, params?: any[], title?: any): void;
9
8
  error(text?: any, params?: any[], title?: any): void;
9
+ success(text?: any, params?: any[], title?: any): void;
10
10
  cancel(text?: any, params?: any[], title?: any): void;
11
11
  notImplemented(): void;
12
- userMustBeAuthenticated(): void;
12
+ authenticationRequired(): void;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<NotificationService, never>;
14
14
  static ɵprov: i0.ɵɵInjectableDeclaration<NotificationService>;
15
15
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovitny/anatoly",
3
- "version": "3.17.52",
3
+ "version": "3.17.53",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "17.1.2",
6
6
  "@angular/core": "17.1.2",