ngx-snotifire 15.1.1 → 16.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.
- package/{esm2020 → esm2022}/lib/components/buttons/buttons.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/components/ngx-notifire/ngx-snotifire.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/components/prompt/prompt.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/components/toast/toast.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/ngx-snotifire.module.mjs +10 -10
- package/{esm2020 → esm2022}/lib/pipes/keys.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/lib/pipes/truncate.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/lib/services/notification.service.mjs +4 -4
- package/{fesm2020 → fesm2022}/ngx-snotifire.mjs +30 -30
- package/{fesm2020 → fesm2022}/ngx-snotifire.mjs.map +1 -1
- package/lib/components/buttons/buttons.component.d.ts +1 -1
- package/lib/components/prompt/prompt.component.d.ts +1 -1
- package/lib/components/toast/toast.component.d.ts +1 -1
- package/package.json +12 -16
- package/fesm2015/ngx-snotifire.mjs +0 -1060
- package/fesm2015/ngx-snotifire.mjs.map +0 -1
- /package/{esm2020 → esm2022}/lib/components/buttons/buttons-config.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/components/toast/notifire-toast.model.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/decorators/set-toast-type.decorator.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/decorators/transform-argument.decorator.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/defaults/defaults.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/defaults/global-config.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/defaults/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/defaults/toast-defaults.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/models/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/models/snotifire-animate.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/models/snotifire-config.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/models/snotifire-event.type.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/models/snotifire-notifications.interface.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/models/snotifire-position.type.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/models/snotifire.model.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/models/snotifire.type.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/pipes/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/services/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/utils.mjs +0 -0
- /package/{esm2020 → esm2022}/ngx-snotifire.mjs +0 -0
- /package/{esm2020 → esm2022}/public-api.mjs +0 -0
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ngx-snotifire",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "16.0.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"peerDependencies": {
|
|
6
|
-
"@angular/common": "^
|
|
7
|
-
"@angular/core": "^
|
|
6
|
+
"@angular/common": "^16.2.12",
|
|
7
|
+
"@angular/core": "^16.2.12",
|
|
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
|
-
"
|
|
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
|
-
"
|
|
36
|
+
"snotifire",
|
|
35
37
|
"ng7-snotify",
|
|
36
|
-
"
|
|
38
|
+
"ngx14-snotifire",
|
|
37
39
|
"angular14 notifications",
|
|
38
40
|
"angular15 notifications",
|
|
39
41
|
"toaster",
|
|
40
42
|
"snotifire"
|
|
41
43
|
],
|
|
42
|
-
"module": "
|
|
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
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
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
|