@progress/kendo-angular-notification 16.7.2-develop.1 → 16.8.0-develop.1

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.
@@ -5,8 +5,6 @@
5
5
  import { NgModule } from '@angular/core';
6
6
  import { IconsService } from '@progress/kendo-angular-icons';
7
7
  import { NotificationService } from './services/notification.service';
8
- import { NotificationComponent } from './notification.component';
9
- import { NotificationContainerComponent } from './notification.container.component';
10
8
  import { KENDO_NOTIFICATION } from './directives';
11
9
  import * as i0 from "@angular/core";
12
10
  import * as i1 from "./notification.component";
@@ -50,7 +48,6 @@ NotificationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
50
48
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NotificationModule, decorators: [{
51
49
  type: NgModule,
52
50
  args: [{
53
- entryComponents: [NotificationComponent, NotificationContainerComponent],
54
51
  imports: [...KENDO_NOTIFICATION],
55
52
  exports: [...KENDO_NOTIFICATION],
56
53
  providers: [NotificationService, IconsService]
@@ -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: 1723713317,
13
- version: '16.7.2-develop.1',
12
+ publishDate: 1724077227,
13
+ version: '16.8.0-develop.1',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -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: 1723713317,
80
- version: '16.7.2-develop.1',
79
+ publishDate: 1724077227,
80
+ version: '16.8.0-develop.1',
81
81
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
82
82
  };
83
83
 
@@ -751,7 +751,6 @@ NotificationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
751
751
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NotificationModule, decorators: [{
752
752
  type: NgModule,
753
753
  args: [{
754
- entryComponents: [NotificationComponent, NotificationContainerComponent],
755
754
  imports: [...KENDO_NOTIFICATION],
756
755
  exports: [...KENDO_NOTIFICATION],
757
756
  providers: [NotificationService, IconsService]
@@ -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: 1723713317,
80
- version: '16.7.2-develop.1',
79
+ publishDate: 1724077227,
80
+ version: '16.8.0-develop.1',
81
81
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
82
82
  };
83
83
 
@@ -749,7 +749,6 @@ NotificationModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", vers
749
749
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: NotificationModule, decorators: [{
750
750
  type: NgModule,
751
751
  args: [{
752
- entryComponents: [NotificationComponent, NotificationContainerComponent],
753
752
  imports: [...KENDO_NOTIFICATION],
754
753
  exports: [...KENDO_NOTIFICATION],
755
754
  providers: [NotificationService, IconsService]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-notification",
3
- "version": "16.7.2-develop.1",
3
+ "version": "16.8.0-develop.1",
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.2-develop.1",
25
- "@progress/kendo-angular-l10n": "16.7.2-develop.1",
26
- "@progress/kendo-angular-icons": "16.7.2-develop.1",
24
+ "@progress/kendo-angular-common": "16.8.0-develop.1",
25
+ "@progress/kendo-angular-l10n": "16.8.0-develop.1",
26
+ "@progress/kendo-angular-icons": "16.8.0-develop.1",
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.2-develop.1"
31
+ "@progress/kendo-angular-schematics": "16.8.0-develop.1"
32
32
  },
33
33
  "schematics": "./schematics/collection.json",
34
34
  "module": "fesm2015/progress-kendo-angular-notification.mjs",