@progress/kendo-angular-dialog 18.0.0-develop.13 → 18.0.0-develop.15
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.
|
@@ -8,8 +8,9 @@
|
|
|
8
8
|
export const packageMetadata = {
|
|
9
9
|
name: '@progress/kendo-angular-dialog',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
11
|
+
productCode: 'KENDOUIANGULAR',
|
|
12
|
+
productCodes: ['KENDOUIANGULAR'],
|
|
13
|
+
publishDate: 1737389854,
|
|
14
|
+
version: '18.0.0-develop.15',
|
|
14
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
16
|
};
|
|
@@ -648,9 +648,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
648
648
|
const packageMetadata = {
|
|
649
649
|
name: '@progress/kendo-angular-dialog',
|
|
650
650
|
productName: 'Kendo UI for Angular',
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
651
|
+
productCode: 'KENDOUIANGULAR',
|
|
652
|
+
productCodes: ['KENDOUIANGULAR'],
|
|
653
|
+
publishDate: 1737389854,
|
|
654
|
+
version: '18.0.0-develop.15',
|
|
654
655
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
655
656
|
};
|
|
656
657
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-dialog",
|
|
3
|
-
"version": "18.0.0-develop.
|
|
3
|
+
"version": "18.0.0-develop.15",
|
|
4
4
|
"description": "Dialog Package for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -19,7 +19,13 @@
|
|
|
19
19
|
"alert"
|
|
20
20
|
],
|
|
21
21
|
"@progress": {
|
|
22
|
-
"friendlyName": "Dialogs"
|
|
22
|
+
"friendlyName": "Dialogs",
|
|
23
|
+
"package": {
|
|
24
|
+
"productName": "Kendo UI for Angular",
|
|
25
|
+
"productCode": "KENDOUIANGULAR",
|
|
26
|
+
"publishDate": 1737389854,
|
|
27
|
+
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
28
|
+
}
|
|
23
29
|
},
|
|
24
30
|
"peerDependencies": {
|
|
25
31
|
"@angular/animations": "16 - 19",
|
|
@@ -27,15 +33,15 @@
|
|
|
27
33
|
"@angular/core": "16 - 19",
|
|
28
34
|
"@angular/platform-browser": "16 - 19",
|
|
29
35
|
"@progress/kendo-licensing": "^1.0.2",
|
|
30
|
-
"@progress/kendo-angular-buttons": "18.0.0-develop.
|
|
31
|
-
"@progress/kendo-angular-common": "18.0.0-develop.
|
|
32
|
-
"@progress/kendo-angular-icons": "18.0.0-develop.
|
|
33
|
-
"@progress/kendo-angular-l10n": "18.0.0-develop.
|
|
36
|
+
"@progress/kendo-angular-buttons": "18.0.0-develop.15",
|
|
37
|
+
"@progress/kendo-angular-common": "18.0.0-develop.15",
|
|
38
|
+
"@progress/kendo-angular-icons": "18.0.0-develop.15",
|
|
39
|
+
"@progress/kendo-angular-l10n": "18.0.0-develop.15",
|
|
34
40
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
35
41
|
},
|
|
36
42
|
"dependencies": {
|
|
37
43
|
"tslib": "^2.3.1",
|
|
38
|
-
"@progress/kendo-angular-schematics": "18.0.0-develop.
|
|
44
|
+
"@progress/kendo-angular-schematics": "18.0.0-develop.15",
|
|
39
45
|
"@progress/kendo-popup-common": "^1.7.0"
|
|
40
46
|
},
|
|
41
47
|
"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': '18.0.0-develop.
|
|
7
|
+
'@progress/kendo-angular-popup': '18.0.0-develop.15',
|
|
8
8
|
// Peer dependency of icons
|
|
9
9
|
'@progress/kendo-svg-icons': '^4.0.0'
|
|
10
10
|
} });
|