@progress/kendo-angular-map 18.0.0-develop.9 → 18.0.1-develop.1
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-map',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
11
|
+
productCode: 'KENDOUIANGULAR',
|
|
12
|
+
productCodes: ['KENDOUIANGULAR'],
|
|
13
|
+
publishDate: 1737625028,
|
|
14
|
+
version: '18.0.1-develop.1',
|
|
14
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
16
|
};
|
|
@@ -909,9 +909,10 @@ class InstanceEventService {
|
|
|
909
909
|
const packageMetadata = {
|
|
910
910
|
name: '@progress/kendo-angular-map',
|
|
911
911
|
productName: 'Kendo UI for Angular',
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
912
|
+
productCode: 'KENDOUIANGULAR',
|
|
913
|
+
productCodes: ['KENDOUIANGULAR'],
|
|
914
|
+
publishDate: 1737625028,
|
|
915
|
+
version: '18.0.1-develop.1',
|
|
915
916
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
916
917
|
};
|
|
917
918
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-map",
|
|
3
|
-
"version": "18.0.
|
|
3
|
+
"version": "18.0.1-develop.1",
|
|
4
4
|
"description": "Kendo UI Map for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -18,7 +18,13 @@
|
|
|
18
18
|
"Spatial"
|
|
19
19
|
],
|
|
20
20
|
"@progress": {
|
|
21
|
-
"friendlyName": "Map"
|
|
21
|
+
"friendlyName": "Map",
|
|
22
|
+
"package": {
|
|
23
|
+
"productName": "Kendo UI for Angular",
|
|
24
|
+
"productCode": "KENDOUIANGULAR",
|
|
25
|
+
"publishDate": 1737625028,
|
|
26
|
+
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
27
|
+
}
|
|
22
28
|
},
|
|
23
29
|
"peerDependencies": {
|
|
24
30
|
"@angular/animations": "16 - 19",
|
|
@@ -27,15 +33,15 @@
|
|
|
27
33
|
"@angular/platform-browser": "16 - 19",
|
|
28
34
|
"@progress/kendo-drawing": "^1.21.0",
|
|
29
35
|
"@progress/kendo-licensing": "^1.0.2",
|
|
30
|
-
"@progress/kendo-angular-common": "18.0.
|
|
31
|
-
"@progress/kendo-angular-icons": "18.0.
|
|
32
|
-
"@progress/kendo-angular-l10n": "18.0.
|
|
33
|
-
"@progress/kendo-angular-popup": "18.0.
|
|
36
|
+
"@progress/kendo-angular-common": "18.0.1-develop.1",
|
|
37
|
+
"@progress/kendo-angular-icons": "18.0.1-develop.1",
|
|
38
|
+
"@progress/kendo-angular-l10n": "18.0.1-develop.1",
|
|
39
|
+
"@progress/kendo-angular-popup": "18.0.1-develop.1",
|
|
34
40
|
"rxjs": "^6.4.0 || ^7.0.0"
|
|
35
41
|
},
|
|
36
42
|
"dependencies": {
|
|
37
43
|
"tslib": "^2.3.1",
|
|
38
|
-
"@progress/kendo-angular-schematics": "18.0.
|
|
44
|
+
"@progress/kendo-angular-schematics": "18.0.1-develop.1",
|
|
39
45
|
"@progress/kendo-charts": "2.6.2"
|
|
40
46
|
},
|
|
41
47
|
"schematics": "./schematics/collection.json",
|
|
@@ -10,7 +10,7 @@ function default_1(options) {
|
|
|
10
10
|
// Additional dependencies to install.
|
|
11
11
|
// See https://github.com/telerik/kendo-schematics/issues/28
|
|
12
12
|
peerDependencies: {
|
|
13
|
-
// '@progress/kendo-angular-foo': '18.0.
|
|
13
|
+
// '@progress/kendo-angular-foo': '18.0.1-develop.1'
|
|
14
14
|
} });
|
|
15
15
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
16
16
|
}
|