@progress/kendo-angular-dialog 15.2.0-develop.6 → 15.2.0-develop.7
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: '15.2.0-develop.
|
|
12
|
+
publishDate: 1710166540,
|
|
13
|
+
version: '15.2.0-develop.7',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -624,8 +624,8 @@ const packageMetadata = {
|
|
|
624
624
|
name: '@progress/kendo-angular-dialog',
|
|
625
625
|
productName: 'Kendo UI for Angular',
|
|
626
626
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
627
|
-
publishDate:
|
|
628
|
-
version: '15.2.0-develop.
|
|
627
|
+
publishDate: 1710166540,
|
|
628
|
+
version: '15.2.0-develop.7',
|
|
629
629
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
630
630
|
};
|
|
631
631
|
|
|
@@ -620,8 +620,8 @@ const packageMetadata = {
|
|
|
620
620
|
name: '@progress/kendo-angular-dialog',
|
|
621
621
|
productName: 'Kendo UI for Angular',
|
|
622
622
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
623
|
-
publishDate:
|
|
624
|
-
version: '15.2.0-develop.
|
|
623
|
+
publishDate: 1710166540,
|
|
624
|
+
version: '15.2.0-develop.7',
|
|
625
625
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
626
626
|
};
|
|
627
627
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-dialog",
|
|
3
|
-
"version": "15.2.0-develop.
|
|
3
|
+
"version": "15.2.0-develop.7",
|
|
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": "13 - 17",
|
|
28
28
|
"@angular/platform-browser": "13 - 17",
|
|
29
29
|
"@progress/kendo-licensing": "^1.0.2",
|
|
30
|
-
"@progress/kendo-angular-buttons": "15.2.0-develop.
|
|
31
|
-
"@progress/kendo-angular-common": "15.2.0-develop.
|
|
32
|
-
"@progress/kendo-angular-icons": "15.2.0-develop.
|
|
33
|
-
"@progress/kendo-angular-l10n": "15.2.0-develop.
|
|
30
|
+
"@progress/kendo-angular-buttons": "15.2.0-develop.7",
|
|
31
|
+
"@progress/kendo-angular-common": "15.2.0-develop.7",
|
|
32
|
+
"@progress/kendo-angular-icons": "15.2.0-develop.7",
|
|
33
|
+
"@progress/kendo-angular-l10n": "15.2.0-develop.7",
|
|
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": "15.2.0-develop.
|
|
38
|
+
"@progress/kendo-angular-schematics": "15.2.0-develop.7",
|
|
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': '15.2.0-develop.
|
|
7
|
+
'@progress/kendo-angular-popup': '15.2.0-develop.7',
|
|
8
8
|
// Peer dependency of icons
|
|
9
9
|
'@progress/kendo-svg-icons': '^2.0.0'
|
|
10
10
|
} });
|