ngx-snotifire 15.1.2 → 17.0.0

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.
Files changed (38) hide show
  1. package/{esm2020 → esm2022}/lib/components/buttons/buttons.component.mjs +5 -5
  2. package/{esm2020 → esm2022}/lib/components/ngx-notifire/ngx-snotifire.component.mjs +5 -5
  3. package/{esm2020 → esm2022}/lib/components/prompt/prompt.component.mjs +4 -4
  4. package/{esm2020 → esm2022}/lib/components/toast/toast.component.mjs +5 -5
  5. package/{esm2020 → esm2022}/lib/ngx-snotifire.module.mjs +10 -10
  6. package/{esm2020 → esm2022}/lib/pipes/keys.pipe.mjs +4 -4
  7. package/{esm2020 → esm2022}/lib/pipes/truncate.pipe.mjs +4 -4
  8. package/{esm2020 → esm2022}/lib/services/notification.service.mjs +6 -6
  9. package/{fesm2020 → fesm2022}/ngx-snotifire.mjs +36 -36
  10. package/{fesm2020 → fesm2022}/ngx-snotifire.mjs.map +1 -1
  11. package/lib/components/buttons/buttons.component.d.ts +1 -1
  12. package/lib/components/prompt/prompt.component.d.ts +1 -1
  13. package/lib/components/toast/toast.component.d.ts +1 -1
  14. package/package.json +12 -16
  15. package/fesm2015/ngx-snotifire.mjs +0 -1060
  16. package/fesm2015/ngx-snotifire.mjs.map +0 -1
  17. /package/{esm2020 → esm2022}/lib/components/buttons/buttons-config.interface.mjs +0 -0
  18. /package/{esm2020 → esm2022}/lib/components/index.mjs +0 -0
  19. /package/{esm2020 → esm2022}/lib/components/toast/notifire-toast.model.mjs +0 -0
  20. /package/{esm2020 → esm2022}/lib/decorators/set-toast-type.decorator.mjs +0 -0
  21. /package/{esm2020 → esm2022}/lib/decorators/transform-argument.decorator.mjs +0 -0
  22. /package/{esm2020 → esm2022}/lib/defaults/defaults.interface.mjs +0 -0
  23. /package/{esm2020 → esm2022}/lib/defaults/global-config.interface.mjs +0 -0
  24. /package/{esm2020 → esm2022}/lib/defaults/index.mjs +0 -0
  25. /package/{esm2020 → esm2022}/lib/defaults/toast-defaults.mjs +0 -0
  26. /package/{esm2020 → esm2022}/lib/models/index.mjs +0 -0
  27. /package/{esm2020 → esm2022}/lib/models/snotifire-animate.interface.mjs +0 -0
  28. /package/{esm2020 → esm2022}/lib/models/snotifire-config.interface.mjs +0 -0
  29. /package/{esm2020 → esm2022}/lib/models/snotifire-event.type.mjs +0 -0
  30. /package/{esm2020 → esm2022}/lib/models/snotifire-notifications.interface.mjs +0 -0
  31. /package/{esm2020 → esm2022}/lib/models/snotifire-position.type.mjs +0 -0
  32. /package/{esm2020 → esm2022}/lib/models/snotifire.model.mjs +0 -0
  33. /package/{esm2020 → esm2022}/lib/models/snotifire.type.mjs +0 -0
  34. /package/{esm2020 → esm2022}/lib/pipes/index.mjs +0 -0
  35. /package/{esm2020 → esm2022}/lib/services/index.mjs +0 -0
  36. /package/{esm2020 → esm2022}/lib/utils.mjs +0 -0
  37. /package/{esm2020 → esm2022}/ngx-snotifire.mjs +0 -0
  38. /package/{esm2020 → esm2022}/public-api.mjs +0 -0
@@ -13,5 +13,5 @@ export declare class ButtonsComponent {
13
13
  */
14
14
  remove(): void;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<ButtonsComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<ButtonsComponent, "notifire-button", never, { "toast": "toast"; }, {}, never, never, false, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<ButtonsComponent, "notifire-button", never, { "toast": { "alias": "toast"; "required": false; }; }, {}, never, never, false, never>;
17
17
  }
@@ -13,5 +13,5 @@ export declare class PromptComponent {
13
13
  isPromptFocused: boolean;
14
14
  getValue($event: any): string;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<PromptComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<PromptComponent, "ngx-snotify-prompt", never, { "toast": "toast"; }, {}, never, never, false, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<PromptComponent, "ngx-snotify-prompt", never, { "toast": { "alias": "toast"; "required": false; }; }, {}, never, never, false, never>;
17
17
  }
@@ -60,5 +60,5 @@ export declare class ToastComponent implements OnInit, OnDestroy {
60
60
  startTimeout(startTime?: number): void;
61
61
  ngOnDestroy(): void;
62
62
  static ɵfac: i0.ɵɵFactoryDeclaration<ToastComponent, never>;
63
- static ɵcmp: i0.ɵɵComponentDeclaration<ToastComponent, "ngx-toast", never, { "toast": "toast"; }, { "stateChanged": "stateChanged"; }, never, never, false, never>;
63
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToastComponent, "ngx-toast", never, { "toast": { "alias": "toast"; "required": false; }; }, { "stateChanged": "stateChanged"; }, never, never, false, never>;
64
64
  }
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "ngx-snotifire",
3
- "version": "15.1.2",
3
+ "version": "17.0.0",
4
4
  "license": "Apache-2.0",
5
5
  "peerDependencies": {
6
- "@angular/common": "^15.0.0",
7
- "@angular/core": "^15.0.0",
6
+ "@angular/common": "^17.0.3",
7
+ "@angular/core": "^17.0.3",
8
8
  "rxjs": "^7.0.0"
9
9
  },
10
10
  "dependencies": {
@@ -14,12 +14,14 @@
14
14
  "angular",
15
15
  "angular 14",
16
16
  "angular 15",
17
+ "angular 16",
17
18
  "ng14",
18
19
  "ng15",
19
20
  "Angular14",
20
21
  "Angular15",
22
+ "Angular16",
21
23
  "14",
22
- "15",
24
+ "16",
23
25
  "Library",
24
26
  "Notifications",
25
27
  "Notification",
@@ -31,19 +33,15 @@
31
33
  "notify",
32
34
  "notie",
33
35
  "notification-center",
34
- "snotify",
36
+ "snotifire",
35
37
  "ng7-snotify",
36
- "ng14-snotify",
38
+ "ngx14-snotifire",
37
39
  "angular14 notifications",
38
40
  "angular15 notifications",
39
41
  "toaster",
40
42
  "snotifire"
41
43
  ],
42
- "module": "fesm2015/ngx-snotifire.mjs",
43
- "es2020": "fesm2020/ngx-snotifire.mjs",
44
- "esm2020": "esm2020/ngx-snotifire.mjs",
45
- "fesm2020": "fesm2020/ngx-snotifire.mjs",
46
- "fesm2015": "fesm2015/ngx-snotifire.mjs",
44
+ "module": "fesm2022/ngx-snotifire.mjs",
47
45
  "typings": "index.d.ts",
48
46
  "exports": {
49
47
  "./package.json": {
@@ -51,11 +49,9 @@
51
49
  },
52
50
  ".": {
53
51
  "types": "./index.d.ts",
54
- "esm2020": "./esm2020/ngx-snotifire.mjs",
55
- "es2020": "./fesm2020/ngx-snotifire.mjs",
56
- "es2015": "./fesm2015/ngx-snotifire.mjs",
57
- "node": "./fesm2015/ngx-snotifire.mjs",
58
- "default": "./fesm2020/ngx-snotifire.mjs"
52
+ "esm2022": "./esm2022/ngx-snotifire.mjs",
53
+ "esm": "./esm2022/ngx-snotifire.mjs",
54
+ "default": "./fesm2022/ngx-snotifire.mjs"
59
55
  }
60
56
  },
61
57
  "sideEffects": false