@progress/kendo-angular-dialog 17.0.0-develop.39 → 17.0.0-develop.40
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.
package/dialog.module.d.ts
CHANGED
|
@@ -8,10 +8,6 @@ import * as i2 from "./dialog/dialog-titlebar.component";
|
|
|
8
8
|
import * as i3 from "./dialog/dialog-container.directive";
|
|
9
9
|
import * as i4 from "./dialog/dialog-actions.component";
|
|
10
10
|
import * as i5 from "./localization/custom-messages.component";
|
|
11
|
-
/**
|
|
12
|
-
* @hidden
|
|
13
|
-
*/
|
|
14
|
-
export declare const DIALOG_DIRECTIVES: any[];
|
|
15
11
|
/**
|
|
16
12
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
17
13
|
* definition for the Dialog component that includes all Dialog components and directives.
|
|
@@ -4,8 +4,6 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { NgModule } from '@angular/core';
|
|
6
6
|
import { IconsService } from '@progress/kendo-angular-icons';
|
|
7
|
-
import { DialogComponent } from './dialog/dialog.component';
|
|
8
|
-
import { DialogTitleBarComponent } from './dialog/dialog-titlebar.component';
|
|
9
7
|
import { DialogService } from './dialog/dialog.service';
|
|
10
8
|
import { DialogContainerService } from './dialog/dialog-container.service';
|
|
11
9
|
import { KENDO_DIALOG } from './directives';
|
|
@@ -15,13 +13,6 @@ import * as i2 from "./dialog/dialog-titlebar.component";
|
|
|
15
13
|
import * as i3 from "./dialog/dialog-container.directive";
|
|
16
14
|
import * as i4 from "./dialog/dialog-actions.component";
|
|
17
15
|
import * as i5 from "./localization/custom-messages.component";
|
|
18
|
-
/**
|
|
19
|
-
* @hidden
|
|
20
|
-
*/
|
|
21
|
-
export const DIALOG_DIRECTIVES = [
|
|
22
|
-
DialogComponent,
|
|
23
|
-
DialogTitleBarComponent
|
|
24
|
-
];
|
|
25
16
|
//IMPORTANT: NgModule export kept for backwards compatibility
|
|
26
17
|
/**
|
|
27
18
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
@@ -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:
|
|
13
|
-
version: '17.0.0-develop.
|
|
12
|
+
publishDate: 1730798830,
|
|
13
|
+
version: '17.0.0-develop.40',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -4,8 +4,6 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { NgModule } from "@angular/core";
|
|
6
6
|
import { IconsService } from "@progress/kendo-angular-icons";
|
|
7
|
-
import { WindowComponent } from "./window/window.component";
|
|
8
|
-
import { WindowTitleBarComponent } from "./window/window-titlebar.component";
|
|
9
7
|
import { WindowService } from './window/window.service';
|
|
10
8
|
import { WindowContainerService } from './window/window-container.service';
|
|
11
9
|
import { KENDO_WINDOW } from "./directives";
|
|
@@ -19,10 +17,6 @@ import * as i6 from "./window/window-titlebar.component";
|
|
|
19
17
|
import * as i7 from "./window/window-container.directive";
|
|
20
18
|
import * as i8 from "./dialog/dialog-actions.component";
|
|
21
19
|
import * as i9 from "./localization/custom-messages.component";
|
|
22
|
-
const ENTRY_COMPONENTS = [
|
|
23
|
-
WindowComponent,
|
|
24
|
-
WindowTitleBarComponent
|
|
25
|
-
];
|
|
26
20
|
//IMPORTANT: NgModule export kept for backwards compatibility
|
|
27
21
|
/**
|
|
28
22
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
@@ -649,8 +649,8 @@ const packageMetadata = {
|
|
|
649
649
|
name: '@progress/kendo-angular-dialog',
|
|
650
650
|
productName: 'Kendo UI for Angular',
|
|
651
651
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
652
|
-
publishDate:
|
|
653
|
-
version: '17.0.0-develop.
|
|
652
|
+
publishDate: 1730798830,
|
|
653
|
+
version: '17.0.0-develop.40',
|
|
654
654
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
655
655
|
};
|
|
656
656
|
|
|
@@ -4104,13 +4104,6 @@ const KENDO_DIALOGS = [
|
|
|
4104
4104
|
...KENDO_WINDOW
|
|
4105
4105
|
];
|
|
4106
4106
|
|
|
4107
|
-
/**
|
|
4108
|
-
* @hidden
|
|
4109
|
-
*/
|
|
4110
|
-
const DIALOG_DIRECTIVES = [
|
|
4111
|
-
DialogComponent,
|
|
4112
|
-
DialogTitleBarComponent
|
|
4113
|
-
];
|
|
4114
4107
|
//IMPORTANT: NgModule export kept for backwards compatibility
|
|
4115
4108
|
/**
|
|
4116
4109
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
@@ -4148,10 +4141,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
4148
4141
|
}]
|
|
4149
4142
|
}] });
|
|
4150
4143
|
|
|
4151
|
-
const ENTRY_COMPONENTS = [
|
|
4152
|
-
WindowComponent,
|
|
4153
|
-
WindowTitleBarComponent
|
|
4154
|
-
];
|
|
4155
4144
|
//IMPORTANT: NgModule export kept for backwards compatibility
|
|
4156
4145
|
/**
|
|
4157
4146
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-dialog",
|
|
3
|
-
"version": "17.0.0-develop.
|
|
3
|
+
"version": "17.0.0-develop.40",
|
|
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": "16 - 18",
|
|
28
28
|
"@angular/platform-browser": "16 - 18",
|
|
29
29
|
"@progress/kendo-licensing": "^1.0.2",
|
|
30
|
-
"@progress/kendo-angular-buttons": "17.0.0-develop.
|
|
31
|
-
"@progress/kendo-angular-common": "17.0.0-develop.
|
|
32
|
-
"@progress/kendo-angular-icons": "17.0.0-develop.
|
|
33
|
-
"@progress/kendo-angular-l10n": "17.0.0-develop.
|
|
30
|
+
"@progress/kendo-angular-buttons": "17.0.0-develop.40",
|
|
31
|
+
"@progress/kendo-angular-common": "17.0.0-develop.40",
|
|
32
|
+
"@progress/kendo-angular-icons": "17.0.0-develop.40",
|
|
33
|
+
"@progress/kendo-angular-l10n": "17.0.0-develop.40",
|
|
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": "17.0.0-develop.
|
|
38
|
+
"@progress/kendo-angular-schematics": "17.0.0-develop.40",
|
|
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': '17.0.0-develop.
|
|
7
|
+
'@progress/kendo-angular-popup': '17.0.0-develop.40',
|
|
8
8
|
// Peer dependency of icons
|
|
9
9
|
'@progress/kendo-svg-icons': '^3.0.0'
|
|
10
10
|
} });
|