@progress/kendo-angular-notification 18.2.1-develop.1 → 18.2.1-develop.3

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.
@@ -106,6 +106,9 @@ export class NotificationContainerComponent {
106
106
  if (settings.cssClass) {
107
107
  notification.cssClass = settings.cssClass;
108
108
  }
109
+ if (settings.notificationLabel) {
110
+ notification.notificationLabel = settings.notificationLabel;
111
+ }
109
112
  notification.closable = settings.closable;
110
113
  notification.hideAfter = settings.hideAfter;
111
114
  notification.width = settings.width;
@@ -10,7 +10,7 @@ export const packageMetadata = {
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCode: 'KENDOUIANGULAR',
12
12
  productCodes: ['KENDOUIANGULAR'],
13
- publishDate: 1742832615,
14
- version: '18.2.1-develop.1',
13
+ publishDate: 1742998954,
14
+ version: '18.2.1-develop.3',
15
15
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
16
16
  };
@@ -107,8 +107,8 @@ const packageMetadata = {
107
107
  productName: 'Kendo UI for Angular',
108
108
  productCode: 'KENDOUIANGULAR',
109
109
  productCodes: ['KENDOUIANGULAR'],
110
- publishDate: 1742832615,
111
- version: '18.2.1-develop.1',
110
+ publishDate: 1742998954,
111
+ version: '18.2.1-develop.3',
112
112
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
113
113
  };
114
114
 
@@ -576,6 +576,9 @@ class NotificationContainerComponent {
576
576
  if (settings.cssClass) {
577
577
  notification.cssClass = settings.cssClass;
578
578
  }
579
+ if (settings.notificationLabel) {
580
+ notification.notificationLabel = settings.notificationLabel;
581
+ }
579
582
  notification.closable = settings.closable;
580
583
  notification.hideAfter = settings.hideAfter;
581
584
  notification.width = settings.width;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-notification",
3
- "version": "18.2.1-develop.1",
3
+ "version": "18.2.1-develop.3",
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": 1742832615,
20
+ "publishDate": 1742998954,
21
21
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
22
22
  }
23
23
  },
@@ -27,14 +27,14 @@
27
27
  "@angular/core": "16 - 19",
28
28
  "@angular/platform-browser": "16 - 19",
29
29
  "@progress/kendo-licensing": "^1.5.0",
30
- "@progress/kendo-angular-common": "18.2.1-develop.1",
31
- "@progress/kendo-angular-l10n": "18.2.1-develop.1",
32
- "@progress/kendo-angular-icons": "18.2.1-develop.1",
30
+ "@progress/kendo-angular-common": "18.2.1-develop.3",
31
+ "@progress/kendo-angular-l10n": "18.2.1-develop.3",
32
+ "@progress/kendo-angular-icons": "18.2.1-develop.3",
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": "18.2.1-develop.1"
37
+ "@progress/kendo-angular-schematics": "18.2.1-develop.3"
38
38
  },
39
39
  "schematics": "./schematics/collection.json",
40
40
  "module": "fesm2022/progress-kendo-angular-notification.mjs",