@progress/kendo-angular-dialog 17.0.0-develop.4 → 17.0.0-develop.5
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.0.0-develop.
|
|
12
|
+
publishDate: 1729003995,
|
|
13
|
+
version: '17.0.0-develop.5',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -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:
|
|
620
|
-
version: '17.0.0-develop.
|
|
619
|
+
publishDate: 1729003995,
|
|
620
|
+
version: '17.0.0-develop.5',
|
|
621
621
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
622
622
|
};
|
|
623
623
|
|
|
@@ -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:
|
|
616
|
-
version: '17.0.0-develop.
|
|
615
|
+
publishDate: 1729003995,
|
|
616
|
+
version: '17.0.0-develop.5',
|
|
617
617
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
618
618
|
};
|
|
619
619
|
|
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.5",
|
|
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": "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.5",
|
|
31
|
+
"@progress/kendo-angular-common": "17.0.0-develop.5",
|
|
32
|
+
"@progress/kendo-angular-icons": "17.0.0-develop.5",
|
|
33
|
+
"@progress/kendo-angular-l10n": "17.0.0-develop.5",
|
|
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.5",
|
|
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.5',
|
|
8
8
|
// Peer dependency of icons
|
|
9
9
|
'@progress/kendo-svg-icons': '^3.0.0'
|
|
10
10
|
} });
|