@progress/kendo-angular-notification 24.2.2-develop.1 → 24.2.2-develop.10

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.
@@ -132,8 +132,8 @@ const packageMetadata = {
132
132
  productName: 'Kendo UI for Angular',
133
133
  productCode: 'KENDOUIANGULAR',
134
134
  productCodes: ['KENDOUIANGULAR'],
135
- publishDate: 1782977081,
136
- version: '24.2.2-develop.1',
135
+ publishDate: 1783423560,
136
+ version: '24.2.2-develop.10',
137
137
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
138
138
  };
139
139
 
@@ -764,7 +764,7 @@ class NotificationService {
764
764
  const currentId = `${position.horizontal} ${position.vertical}`;
765
765
  let container;
766
766
  let notificationRef;
767
- let notificationContainer = this.notificationContainers.find(c => target.nativeElement.contains(c.element.nativeElement) && c.id === currentId);
767
+ let notificationContainer = this.notificationContainers.find(c => c.element.nativeElement.parentNode === target.nativeElement && c.id === currentId);
768
768
  if (!notificationContainer) {
769
769
  const environmentInjector = this.injector.get(EnvironmentInjector);
770
770
  container = createComponent(NotificationContainerComponent, {
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1782977081,
11
- "version": "24.2.2-develop.1",
10
+ "publishDate": 1783423560,
11
+ "version": "24.2.2-develop.10",
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": "24.2.2-develop.1",
3
+ "version": "24.2.2-develop.10",
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": 1782977081,
20
+ "publishDate": 1783423560,
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 - 22",
28
28
  "@angular/platform-browser": "19 - 22",
29
29
  "@progress/kendo-licensing": "^1.11.0",
30
- "@progress/kendo-angular-common": "24.2.2-develop.1",
31
- "@progress/kendo-angular-l10n": "24.2.2-develop.1",
32
- "@progress/kendo-angular-icons": "24.2.2-develop.1",
30
+ "@progress/kendo-angular-common": "24.2.2-develop.10",
31
+ "@progress/kendo-angular-l10n": "24.2.2-develop.10",
32
+ "@progress/kendo-angular-icons": "24.2.2-develop.10",
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": "24.2.2-develop.1"
37
+ "@progress/kendo-angular-schematics": "24.2.2-develop.10"
38
38
  },
39
39
  "schematics": "./schematics/collection.json",
40
40
  "module": "fesm2022/progress-kendo-angular-notification.mjs",