@progress/kendo-angular-dialog 17.2.0-develop.4 → 17.2.0
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-dialog',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '17.2.0
|
|
12
|
+
publishDate: 1734681658,
|
|
13
|
+
version: '17.2.0',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -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.2.0
|
|
652
|
+
publishDate: 1734681658,
|
|
653
|
+
version: '17.2.0',
|
|
654
654
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
655
655
|
};
|
|
656
656
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-dialog",
|
|
3
|
-
"version": "17.2.0
|
|
3
|
+
"version": "17.2.0",
|
|
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 - 19",
|
|
28
28
|
"@angular/platform-browser": "16 - 19",
|
|
29
29
|
"@progress/kendo-licensing": "^1.0.2",
|
|
30
|
-
"@progress/kendo-angular-buttons": "17.2.0
|
|
31
|
-
"@progress/kendo-angular-common": "17.2.0
|
|
32
|
-
"@progress/kendo-angular-icons": "17.2.0
|
|
33
|
-
"@progress/kendo-angular-l10n": "17.2.0
|
|
30
|
+
"@progress/kendo-angular-buttons": "17.2.0",
|
|
31
|
+
"@progress/kendo-angular-common": "17.2.0",
|
|
32
|
+
"@progress/kendo-angular-icons": "17.2.0",
|
|
33
|
+
"@progress/kendo-angular-l10n": "17.2.0",
|
|
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.2.0
|
|
38
|
+
"@progress/kendo-angular-schematics": "17.2.0",
|
|
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.2.0
|
|
7
|
+
'@progress/kendo-angular-popup': '17.2.0',
|
|
8
8
|
// Peer dependency of icons
|
|
9
9
|
'@progress/kendo-svg-icons': '^4.0.0'
|
|
10
10
|
} });
|