@progress/kendo-angular-dialog 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.
@@ -53,7 +53,6 @@ DialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
53
53
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DialogModule, decorators: [{
54
54
  type: NgModule,
55
55
  args: [{
56
- entryComponents: [DIALOG_DIRECTIVES],
57
56
  exports: [...KENDO_DIALOG],
58
57
  imports: [...KENDO_DIALOG],
59
58
  providers: [DialogContainerService, DialogService, IconsService]
@@ -9,7 +9,7 @@ export const packageMetadata = {
9
9
  name: '@progress/kendo-angular-dialog',
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
12
- publishDate: 1723712882,
13
- version: '16.7.2-develop.1',
12
+ publishDate: 1724076777,
13
+ version: '16.8.0-develop.1',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -56,7 +56,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
56
56
  args: [{
57
57
  imports: [...KENDO_WINDOW],
58
58
  exports: [...KENDO_WINDOW],
59
- entryComponents: [ENTRY_COMPONENTS],
60
59
  providers: [WindowContainerService, WindowService, IconsService]
61
60
  }]
62
61
  }] });
@@ -616,8 +616,8 @@ const packageMetadata = {
616
616
  name: '@progress/kendo-angular-dialog',
617
617
  productName: 'Kendo UI for Angular',
618
618
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
619
- publishDate: 1723712882,
620
- version: '16.7.2-develop.1',
619
+ publishDate: 1724076777,
620
+ version: '16.8.0-develop.1',
621
621
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
622
622
  };
623
623
 
@@ -3703,7 +3703,6 @@ DialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
3703
3703
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DialogModule, decorators: [{
3704
3704
  type: NgModule,
3705
3705
  args: [{
3706
- entryComponents: [DIALOG_DIRECTIVES],
3707
3706
  exports: [...KENDO_DIALOG],
3708
3707
  imports: [...KENDO_DIALOG],
3709
3708
  providers: [DialogContainerService, DialogService, IconsService]
@@ -3747,7 +3746,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3747
3746
  args: [{
3748
3747
  imports: [...KENDO_WINDOW],
3749
3748
  exports: [...KENDO_WINDOW],
3750
- entryComponents: [ENTRY_COMPONENTS],
3751
3749
  providers: [WindowContainerService, WindowService, IconsService]
3752
3750
  }]
3753
3751
  }] });
@@ -612,8 +612,8 @@ const packageMetadata = {
612
612
  name: '@progress/kendo-angular-dialog',
613
613
  productName: 'Kendo UI for Angular',
614
614
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
615
- publishDate: 1723712882,
616
- version: '16.7.2-develop.1',
615
+ publishDate: 1724076777,
616
+ version: '16.8.0-develop.1',
617
617
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
618
618
  };
619
619
 
@@ -3685,7 +3685,6 @@ DialogModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
3685
3685
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DialogModule, decorators: [{
3686
3686
  type: NgModule,
3687
3687
  args: [{
3688
- entryComponents: [DIALOG_DIRECTIVES],
3689
3688
  exports: [...KENDO_DIALOG],
3690
3689
  imports: [...KENDO_DIALOG],
3691
3690
  providers: [DialogContainerService, DialogService, IconsService]
@@ -3729,7 +3728,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
3729
3728
  args: [{
3730
3729
  imports: [...KENDO_WINDOW],
3731
3730
  exports: [...KENDO_WINDOW],
3732
- entryComponents: [ENTRY_COMPONENTS],
3733
3731
  providers: [WindowContainerService, WindowService, IconsService]
3734
3732
  }]
3735
3733
  }] });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-dialog",
3
- "version": "16.7.2-develop.1",
3
+ "version": "16.8.0-develop.1",
4
4
  "description": "Dialog Package for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -27,15 +27,15 @@
27
27
  "@angular/core": "15 - 18",
28
28
  "@angular/platform-browser": "15 - 18",
29
29
  "@progress/kendo-licensing": "^1.0.2",
30
- "@progress/kendo-angular-buttons": "16.7.2-develop.1",
31
- "@progress/kendo-angular-common": "16.7.2-develop.1",
32
- "@progress/kendo-angular-icons": "16.7.2-develop.1",
33
- "@progress/kendo-angular-l10n": "16.7.2-develop.1",
30
+ "@progress/kendo-angular-buttons": "16.8.0-develop.1",
31
+ "@progress/kendo-angular-common": "16.8.0-develop.1",
32
+ "@progress/kendo-angular-icons": "16.8.0-develop.1",
33
+ "@progress/kendo-angular-l10n": "16.8.0-develop.1",
34
34
  "rxjs": "^6.5.3 || ^7.0.0"
35
35
  },
36
36
  "dependencies": {
37
37
  "tslib": "^2.3.1",
38
- "@progress/kendo-angular-schematics": "16.7.2-develop.1",
38
+ "@progress/kendo-angular-schematics": "16.8.0-develop.1",
39
39
  "@progress/kendo-popup-common": "^1.7.0"
40
40
  },
41
41
  "schematics": "./schematics/collection.json",
@@ -4,7 +4,7 @@ const schematics_1 = require("@angular-devkit/schematics");
4
4
  function default_1(options) {
5
5
  const finalOptions = Object.assign(Object.assign({}, options), { mainNgModule: 'DialogsModule', package: 'dialog', peerDependencies: {
6
6
  // Peer dependency of buttons
7
- '@progress/kendo-angular-popup': '16.7.2-develop.1',
7
+ '@progress/kendo-angular-popup': '16.8.0-develop.1',
8
8
  // Peer dependency of icons
9
9
  '@progress/kendo-svg-icons': '^3.0.0'
10
10
  } });