@progress/kendo-angular-notification 22.1.0-develop.18 → 22.1.0-develop.19
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.
|
@@ -118,7 +118,7 @@ const packageMetadata = {
|
|
|
118
118
|
productCode: 'KENDOUIANGULAR',
|
|
119
119
|
productCodes: ['KENDOUIANGULAR'],
|
|
120
120
|
publishDate: 0,
|
|
121
|
-
version: '22.1.0-develop.
|
|
121
|
+
version: '22.1.0-develop.19',
|
|
122
122
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
123
123
|
};
|
|
124
124
|
|
|
@@ -369,7 +369,7 @@ class NotificationComponent {
|
|
|
369
369
|
closeTitle="Close"
|
|
370
370
|
>
|
|
371
371
|
</ng-container>
|
|
372
|
-
<div class="k-notification
|
|
372
|
+
<div class="k-notification {{ notificationClasses() }}"
|
|
373
373
|
[ngClass]="cssClass"
|
|
374
374
|
[style.height.px]="height"
|
|
375
375
|
[style.width.px]="width"
|
|
@@ -417,7 +417,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
417
417
|
closeTitle="Close"
|
|
418
418
|
>
|
|
419
419
|
</ng-container>
|
|
420
|
-
<div class="k-notification
|
|
420
|
+
<div class="k-notification {{ notificationClasses() }}"
|
|
421
421
|
[ngClass]="cssClass"
|
|
422
422
|
[style.height.px]="height"
|
|
423
423
|
[style.width.px]="width"
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "22.1.0-develop.
|
|
10
|
+
"publishDate": 1770219916,
|
|
11
|
+
"version": "22.1.0-develop.19",
|
|
12
12
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
13
13
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-notification",
|
|
3
|
-
"version": "22.1.0-develop.
|
|
3
|
+
"version": "22.1.0-develop.19",
|
|
4
4
|
"description": "Kendo UI Notification for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"package": {
|
|
18
18
|
"productName": "Kendo UI for Angular",
|
|
19
19
|
"productCode": "KENDOUIANGULAR",
|
|
20
|
-
"publishDate":
|
|
20
|
+
"publishDate": 1770219916,
|
|
21
21
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
22
22
|
}
|
|
23
23
|
},
|
|
@@ -27,14 +27,14 @@
|
|
|
27
27
|
"@angular/core": "19 - 21",
|
|
28
28
|
"@angular/platform-browser": "19 - 21",
|
|
29
29
|
"@progress/kendo-licensing": "^1.10.0",
|
|
30
|
-
"@progress/kendo-angular-common": "22.1.0-develop.
|
|
31
|
-
"@progress/kendo-angular-l10n": "22.1.0-develop.
|
|
32
|
-
"@progress/kendo-angular-icons": "22.1.0-develop.
|
|
30
|
+
"@progress/kendo-angular-common": "22.1.0-develop.19",
|
|
31
|
+
"@progress/kendo-angular-l10n": "22.1.0-develop.19",
|
|
32
|
+
"@progress/kendo-angular-icons": "22.1.0-develop.19",
|
|
33
33
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"tslib": "^2.3.1",
|
|
37
|
-
"@progress/kendo-angular-schematics": "22.1.0-develop.
|
|
37
|
+
"@progress/kendo-angular-schematics": "22.1.0-develop.19"
|
|
38
38
|
},
|
|
39
39
|
"schematics": "./schematics/collection.json",
|
|
40
40
|
"module": "fesm2022/progress-kendo-angular-notification.mjs",
|