@progress/kendo-angular-notification 16.7.1-develop.1 → 16.7.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.
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-notification',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1723123822,
13
- version: '16.7.1-develop.1',
12
+ publishDate: 1723193103,
13
+ version: '16.7.1-develop.3',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -92,7 +92,7 @@ export class NotificationService {
92
92
  if (!groupContainer) {
93
93
  throw new Error(`
94
94
  View Container not found! Inject the NOTIFICATION_CONTAINER or define a specific ViewContainerRef via
95
- the appendTo option. See http://www.telerik.com/kendo-angular-ui/components/notification/api/NOTIFICATION_CONTAINER/
95
+ the appendTo option. See https://www.telerik.com/kendo-angular-ui/components/notification/api/NOTIFICATION_CONTAINER/
96
96
  for more details.
97
97
  `);
98
98
  }
@@ -76,8 +76,8 @@ const packageMetadata = {
76
76
  name: '@progress/kendo-angular-notification',
77
77
  productName: 'Kendo UI for Angular',
78
78
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
79
- publishDate: 1723123822,
80
- version: '16.7.1-develop.1',
79
+ publishDate: 1723193103,
80
+ version: '16.7.1-develop.3',
81
81
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
82
82
  };
83
83
 
@@ -655,7 +655,7 @@ class NotificationService {
655
655
  if (!groupContainer) {
656
656
  throw new Error(`
657
657
  View Container not found! Inject the NOTIFICATION_CONTAINER or define a specific ViewContainerRef via
658
- the appendTo option. See http://www.telerik.com/kendo-angular-ui/components/notification/api/NOTIFICATION_CONTAINER/
658
+ the appendTo option. See https://www.telerik.com/kendo-angular-ui/components/notification/api/NOTIFICATION_CONTAINER/
659
659
  for more details.
660
660
  `);
661
661
  }
@@ -76,8 +76,8 @@ const packageMetadata = {
76
76
  name: '@progress/kendo-angular-notification',
77
77
  productName: 'Kendo UI for Angular',
78
78
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
79
- publishDate: 1723123822,
80
- version: '16.7.1-develop.1',
79
+ publishDate: 1723193103,
80
+ version: '16.7.1-develop.3',
81
81
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
82
82
  };
83
83
 
@@ -655,7 +655,7 @@ class NotificationService {
655
655
  if (!groupContainer) {
656
656
  throw new Error(`
657
657
  View Container not found! Inject the NOTIFICATION_CONTAINER or define a specific ViewContainerRef via
658
- the appendTo option. See http://www.telerik.com/kendo-angular-ui/components/notification/api/NOTIFICATION_CONTAINER/
658
+ the appendTo option. See https://www.telerik.com/kendo-angular-ui/components/notification/api/NOTIFICATION_CONTAINER/
659
659
  for more details.
660
660
  `);
661
661
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-notification",
3
- "version": "16.7.1-develop.1",
3
+ "version": "16.7.1-develop.3",
4
4
  "description": "Kendo UI Notification for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -21,14 +21,14 @@
21
21
  "@angular/core": "15 - 18",
22
22
  "@angular/platform-browser": "15 - 18",
23
23
  "@progress/kendo-licensing": "^1.0.2",
24
- "@progress/kendo-angular-common": "16.7.1-develop.1",
25
- "@progress/kendo-angular-l10n": "16.7.1-develop.1",
26
- "@progress/kendo-angular-icons": "16.7.1-develop.1",
24
+ "@progress/kendo-angular-common": "16.7.1-develop.3",
25
+ "@progress/kendo-angular-l10n": "16.7.1-develop.3",
26
+ "@progress/kendo-angular-icons": "16.7.1-develop.3",
27
27
  "rxjs": "^6.5.3 || ^7.0.0"
28
28
  },
29
29
  "dependencies": {
30
30
  "tslib": "^2.3.1",
31
- "@progress/kendo-angular-schematics": "16.7.1-develop.1"
31
+ "@progress/kendo-angular-schematics": "16.7.1-develop.3"
32
32
  },
33
33
  "schematics": "./schematics/collection.json",
34
34
  "module": "fesm2015/progress-kendo-angular-notification.mjs",