@progress/kendo-angular-map 19.3.0-develop.8 → 19.3.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.
|
@@ -10,7 +10,7 @@ export const packageMetadata = {
|
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCode: 'KENDOUIANGULAR',
|
|
12
12
|
productCodes: ['KENDOUIANGULAR'],
|
|
13
|
-
publishDate:
|
|
14
|
-
version: '19.3.0
|
|
13
|
+
publishDate: 1755030756,
|
|
14
|
+
version: '19.3.0',
|
|
15
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
16
16
|
};
|
|
@@ -21,13 +21,13 @@ import * as i0 from "@angular/core";
|
|
|
21
21
|
* selector: 'my-app',
|
|
22
22
|
* template: `
|
|
23
23
|
* <kendo-map>
|
|
24
|
-
* <kendo-map-layer
|
|
24
|
+
* <kendo-map-bubble-layer [data]="data">
|
|
25
25
|
* <kendo-map-bubble-layer-tooltip>
|
|
26
26
|
* <ng-template kendoMapBubbleTooltipTemplate let-dataItem="dataItem" let-value="value">
|
|
27
27
|
* <div>{{ dataItem.name }}: {{ value }}</div>
|
|
28
28
|
* </ng-template>
|
|
29
29
|
* </kendo-map-bubble-layer-tooltip>
|
|
30
|
-
* </kendo-map-layer>
|
|
30
|
+
* </kendo-map-bubble-layer>
|
|
31
31
|
* </kendo-map>
|
|
32
32
|
* `
|
|
33
33
|
* })
|
|
@@ -950,8 +950,8 @@ const packageMetadata = {
|
|
|
950
950
|
productName: 'Kendo UI for Angular',
|
|
951
951
|
productCode: 'KENDOUIANGULAR',
|
|
952
952
|
productCodes: ['KENDOUIANGULAR'],
|
|
953
|
-
publishDate:
|
|
954
|
-
version: '19.3.0
|
|
953
|
+
publishDate: 1755030756,
|
|
954
|
+
version: '19.3.0',
|
|
955
955
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
956
956
|
};
|
|
957
957
|
|
|
@@ -2213,13 +2213,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2213
2213
|
* selector: 'my-app',
|
|
2214
2214
|
* template: `
|
|
2215
2215
|
* <kendo-map>
|
|
2216
|
-
* <kendo-map-layer
|
|
2216
|
+
* <kendo-map-bubble-layer [data]="data">
|
|
2217
2217
|
* <kendo-map-bubble-layer-tooltip>
|
|
2218
2218
|
* <ng-template kendoMapBubbleTooltipTemplate let-dataItem="dataItem" let-value="value">
|
|
2219
2219
|
* <div>{{ dataItem.name }}: {{ value }}</div>
|
|
2220
2220
|
* </ng-template>
|
|
2221
2221
|
* </kendo-map-bubble-layer-tooltip>
|
|
2222
|
-
* </kendo-map-layer>
|
|
2222
|
+
* </kendo-map-bubble-layer>
|
|
2223
2223
|
* </kendo-map>
|
|
2224
2224
|
* `
|
|
2225
2225
|
* })
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-map",
|
|
3
|
-
"version": "19.3.0
|
|
3
|
+
"version": "19.3.0",
|
|
4
4
|
"description": "Kendo UI Map for Angular",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"package": {
|
|
23
23
|
"productName": "Kendo UI for Angular",
|
|
24
24
|
"productCode": "KENDOUIANGULAR",
|
|
25
|
-
"publishDate":
|
|
25
|
+
"publishDate": 1755030756,
|
|
26
26
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
27
27
|
}
|
|
28
28
|
},
|
|
@@ -32,17 +32,17 @@
|
|
|
32
32
|
"@angular/core": "16 - 20",
|
|
33
33
|
"@angular/platform-browser": "16 - 20",
|
|
34
34
|
"@progress/kendo-drawing": "^1.21.0",
|
|
35
|
-
"@progress/kendo-licensing": "^1.
|
|
36
|
-
"@progress/kendo-angular-common": "19.3.0
|
|
37
|
-
"@progress/kendo-angular-icons": "19.3.0
|
|
38
|
-
"@progress/kendo-angular-l10n": "19.3.0
|
|
39
|
-
"@progress/kendo-angular-popup": "19.3.0
|
|
35
|
+
"@progress/kendo-licensing": "^1.7.0",
|
|
36
|
+
"@progress/kendo-angular-common": "19.3.0",
|
|
37
|
+
"@progress/kendo-angular-icons": "19.3.0",
|
|
38
|
+
"@progress/kendo-angular-l10n": "19.3.0",
|
|
39
|
+
"@progress/kendo-angular-popup": "19.3.0",
|
|
40
40
|
"rxjs": "^6.4.0 || ^7.0.0"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"tslib": "^2.3.1",
|
|
44
|
-
"@progress/kendo-angular-schematics": "19.3.0
|
|
45
|
-
"@progress/kendo-charts": "2.
|
|
44
|
+
"@progress/kendo-angular-schematics": "19.3.0",
|
|
45
|
+
"@progress/kendo-charts": "2.8.0"
|
|
46
46
|
},
|
|
47
47
|
"schematics": "./schematics/collection.json",
|
|
48
48
|
"module": "fesm2022/progress-kendo-angular-map.mjs",
|
|
@@ -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': '19.3.0
|
|
13
|
+
// '@progress/kendo-angular-foo': '19.3.0'
|
|
14
14
|
} });
|
|
15
15
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
16
16
|
}
|
|
@@ -21,13 +21,13 @@ import * as i0 from "@angular/core";
|
|
|
21
21
|
* selector: 'my-app',
|
|
22
22
|
* template: `
|
|
23
23
|
* <kendo-map>
|
|
24
|
-
* <kendo-map-layer
|
|
24
|
+
* <kendo-map-bubble-layer [data]="data">
|
|
25
25
|
* <kendo-map-bubble-layer-tooltip>
|
|
26
26
|
* <ng-template kendoMapBubbleTooltipTemplate let-dataItem="dataItem" let-value="value">
|
|
27
27
|
* <div>{{ dataItem.name }}: {{ value }}</div>
|
|
28
28
|
* </ng-template>
|
|
29
29
|
* </kendo-map-bubble-layer-tooltip>
|
|
30
|
-
* </kendo-map-layer>
|
|
30
|
+
* </kendo-map-bubble-layer>
|
|
31
31
|
* </kendo-map>
|
|
32
32
|
* `
|
|
33
33
|
* })
|