@progress/kendo-angular-notification 18.0.0-develop.9 → 18.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.
|
@@ -8,8 +8,9 @@
|
|
|
8
8
|
export const packageMetadata = {
|
|
9
9
|
name: '@progress/kendo-angular-notification',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
11
|
+
productCode: 'KENDOUIANGULAR',
|
|
12
|
+
productCodes: ['KENDOUIANGULAR'],
|
|
13
|
+
publishDate: 1737465296,
|
|
14
|
+
version: '18.0.0',
|
|
14
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
16
|
};
|
|
@@ -105,9 +105,10 @@ class NotificationSettings {
|
|
|
105
105
|
const packageMetadata = {
|
|
106
106
|
name: '@progress/kendo-angular-notification',
|
|
107
107
|
productName: 'Kendo UI for Angular',
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
108
|
+
productCode: 'KENDOUIANGULAR',
|
|
109
|
+
productCodes: ['KENDOUIANGULAR'],
|
|
110
|
+
publishDate: 1737465296,
|
|
111
|
+
version: '18.0.0',
|
|
111
112
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
112
113
|
};
|
|
113
114
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-notification",
|
|
3
|
-
"version": "18.0.0
|
|
3
|
+
"version": "18.0.0",
|
|
4
4
|
"description": "Kendo UI Notification for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -13,7 +13,13 @@
|
|
|
13
13
|
"Kendo UI"
|
|
14
14
|
],
|
|
15
15
|
"@progress": {
|
|
16
|
-
"friendlyName": "Notification"
|
|
16
|
+
"friendlyName": "Notification",
|
|
17
|
+
"package": {
|
|
18
|
+
"productName": "Kendo UI for Angular",
|
|
19
|
+
"productCode": "KENDOUIANGULAR",
|
|
20
|
+
"publishDate": 1737465296,
|
|
21
|
+
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
22
|
+
}
|
|
17
23
|
},
|
|
18
24
|
"peerDependencies": {
|
|
19
25
|
"@angular/animations": "16 - 19",
|
|
@@ -21,14 +27,14 @@
|
|
|
21
27
|
"@angular/core": "16 - 19",
|
|
22
28
|
"@angular/platform-browser": "16 - 19",
|
|
23
29
|
"@progress/kendo-licensing": "^1.0.2",
|
|
24
|
-
"@progress/kendo-angular-common": "18.0.0
|
|
25
|
-
"@progress/kendo-angular-l10n": "18.0.0
|
|
26
|
-
"@progress/kendo-angular-icons": "18.0.0
|
|
30
|
+
"@progress/kendo-angular-common": "18.0.0",
|
|
31
|
+
"@progress/kendo-angular-l10n": "18.0.0",
|
|
32
|
+
"@progress/kendo-angular-icons": "18.0.0",
|
|
27
33
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
28
34
|
},
|
|
29
35
|
"dependencies": {
|
|
30
36
|
"tslib": "^2.3.1",
|
|
31
|
-
"@progress/kendo-angular-schematics": "18.0.0
|
|
37
|
+
"@progress/kendo-angular-schematics": "18.0.0"
|
|
32
38
|
},
|
|
33
39
|
"schematics": "./schematics/collection.json",
|
|
34
40
|
"module": "fesm2022/progress-kendo-angular-notification.mjs",
|