@esfaenza/extensions 11.2.57 → 11.2.59

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.
@@ -6,8 +6,6 @@ import { CallResult } from "../models/CallResult";
6
6
  */
7
7
  export declare class MessageService {
8
8
  private injector;
9
- private FANCY_ALERTS;
10
- private LOCALE;
11
9
  /**
12
10
  * Oggetto statico in supporto alla localizzazione
13
11
  */
@@ -41,12 +39,14 @@ export declare class MessageService {
41
39
  */
42
40
  private expiredSessionSwal;
43
41
  private get toastr();
42
+ private FANCY_ALERTS;
43
+ private LOCALE;
44
44
  /**
45
45
  * Costruttore
46
46
  *
47
47
  * @ignore
48
48
  */
49
- constructor(injector: Injector, FANCY_ALERTS: boolean, LOCALE: string);
49
+ constructor(injector: Injector);
50
50
  /**
51
51
  * Presentazione di un semplice messaggio di successo
52
52
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esfaenza/extensions",
3
- "version": "11.2.57",
3
+ "version": "11.2.59",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },