@progress/kendo-angular-map 19.1.2-develop.4 → 19.1.2-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.
- package/esm2022/map/bubble-layer.component.mjs +3 -0
- package/esm2022/map/layers.component.mjs +3 -0
- package/esm2022/map/marker-layer.component.mjs +3 -0
- package/esm2022/map/shape-layer.component.mjs +3 -0
- package/esm2022/map.component.mjs +3 -0
- package/esm2022/package-metadata.mjs +2 -2
- package/fesm2022/progress-kendo-angular-map.mjs +17 -2
- package/map/bubble-layer.component.d.ts +3 -0
- package/map/layers.component.d.ts +3 -0
- package/map/marker-layer.component.d.ts +3 -0
- package/map/shape-layer.component.d.ts +3 -0
- package/map.component.d.ts +3 -0
- package/package.json +7 -7
- package/schematics/ngAdd/index.js +1 -1
|
@@ -30,6 +30,9 @@ import * as i2 from "../common/collection.service";
|
|
|
30
30
|
* public shapeData = [];
|
|
31
31
|
* }
|
|
32
32
|
* ```
|
|
33
|
+
*
|
|
34
|
+
* @remarks
|
|
35
|
+
* Supported children components are: {@link TileLayerComponent}, {@link ShapeLayerComponent}, {@link BubbleLayerComponent}, {@link MarkerLayerComponent}.
|
|
33
36
|
*/
|
|
34
37
|
export class LayersComponent extends CollectionComponent {
|
|
35
38
|
configurationService;
|
|
@@ -32,6 +32,9 @@ import * as i3 from "@angular/platform-browser";
|
|
|
32
32
|
* public shapeStyle = { fill: { color: "#007acc" }, stroke: { color: "#ffffff" } };
|
|
33
33
|
* }
|
|
34
34
|
* ```
|
|
35
|
+
*
|
|
36
|
+
* @remarks
|
|
37
|
+
* Supported children components are: {@link ShapeTooltipComponent}.
|
|
35
38
|
*/
|
|
36
39
|
export class ShapeLayerComponent extends LayerComponent {
|
|
37
40
|
configurationService;
|
|
@@ -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.1.2-develop.
|
|
13
|
+
publishDate: 1750431150,
|
|
14
|
+
version: '19.1.2-develop.5',
|
|
15
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
16
16
|
};
|
|
@@ -375,6 +375,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
375
375
|
* ];
|
|
376
376
|
* }
|
|
377
377
|
* ```
|
|
378
|
+
*
|
|
379
|
+
* @remarks
|
|
380
|
+
* Supported children components are: {@link BubbleTooltipComponent}.
|
|
378
381
|
*/
|
|
379
382
|
class BubbleLayerComponent extends LayerComponent {
|
|
380
383
|
configurationService;
|
|
@@ -947,8 +950,8 @@ const packageMetadata = {
|
|
|
947
950
|
productName: 'Kendo UI for Angular',
|
|
948
951
|
productCode: 'KENDOUIANGULAR',
|
|
949
952
|
productCodes: ['KENDOUIANGULAR'],
|
|
950
|
-
publishDate:
|
|
951
|
-
version: '19.1.2-develop.
|
|
953
|
+
publishDate: 1750431150,
|
|
954
|
+
version: '19.1.2-develop.5',
|
|
952
955
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
953
956
|
};
|
|
954
957
|
|
|
@@ -1232,6 +1235,9 @@ const svgIcons = {
|
|
|
1232
1235
|
* markers = [{ latlng: [30.2675, -97.7409], name: "Zevo Toys" }];
|
|
1233
1236
|
* }
|
|
1234
1237
|
* ```
|
|
1238
|
+
*
|
|
1239
|
+
* @remarks
|
|
1240
|
+
* Supported children components are: {@link LayersComponent}.
|
|
1235
1241
|
*/
|
|
1236
1242
|
class MapComponent {
|
|
1237
1243
|
configurationService;
|
|
@@ -1922,6 +1928,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1922
1928
|
* public shapeData = [];
|
|
1923
1929
|
* }
|
|
1924
1930
|
* ```
|
|
1931
|
+
*
|
|
1932
|
+
* @remarks
|
|
1933
|
+
* Supported children components are: {@link TileLayerComponent}, {@link ShapeLayerComponent}, {@link BubbleLayerComponent}, {@link MarkerLayerComponent}.
|
|
1925
1934
|
*/
|
|
1926
1935
|
class LayersComponent extends CollectionComponent {
|
|
1927
1936
|
configurationService;
|
|
@@ -1969,6 +1978,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1969
1978
|
* ];
|
|
1970
1979
|
* }
|
|
1971
1980
|
* ```
|
|
1981
|
+
*
|
|
1982
|
+
* @remarks
|
|
1983
|
+
* Supported children components are: {@link MarkerTooltipComponent}.
|
|
1972
1984
|
*/
|
|
1973
1985
|
class MarkerLayerComponent extends LayerComponent {
|
|
1974
1986
|
configurationService;
|
|
@@ -2053,6 +2065,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2053
2065
|
* public shapeStyle = { fill: { color: "#007acc" }, stroke: { color: "#ffffff" } };
|
|
2054
2066
|
* }
|
|
2055
2067
|
* ```
|
|
2068
|
+
*
|
|
2069
|
+
* @remarks
|
|
2070
|
+
* Supported children components are: {@link ShapeTooltipComponent}.
|
|
2056
2071
|
*/
|
|
2057
2072
|
class ShapeLayerComponent extends LayerComponent {
|
|
2058
2073
|
configurationService;
|
|
@@ -34,6 +34,9 @@ import * as i0 from "@angular/core";
|
|
|
34
34
|
* ];
|
|
35
35
|
* }
|
|
36
36
|
* ```
|
|
37
|
+
*
|
|
38
|
+
* @remarks
|
|
39
|
+
* Supported children components are: {@link BubbleTooltipComponent}.
|
|
37
40
|
*/
|
|
38
41
|
export declare class BubbleLayerComponent extends LayerComponent implements BubbleLayerOptions {
|
|
39
42
|
protected configurationService: ConfigurationService;
|
|
@@ -27,6 +27,9 @@ import * as i0 from "@angular/core";
|
|
|
27
27
|
* public shapeData = [];
|
|
28
28
|
* }
|
|
29
29
|
* ```
|
|
30
|
+
*
|
|
31
|
+
* @remarks
|
|
32
|
+
* Supported children components are: {@link TileLayerComponent}, {@link ShapeLayerComponent}, {@link BubbleLayerComponent}, {@link MarkerLayerComponent}.
|
|
30
33
|
*/
|
|
31
34
|
export declare class LayersComponent extends CollectionComponent {
|
|
32
35
|
protected configurationService: ConfigurationService;
|
|
@@ -32,6 +32,9 @@ import * as i0 from "@angular/core";
|
|
|
32
32
|
* ];
|
|
33
33
|
* }
|
|
34
34
|
* ```
|
|
35
|
+
*
|
|
36
|
+
* @remarks
|
|
37
|
+
* Supported children components are: {@link MarkerTooltipComponent}.
|
|
35
38
|
*/
|
|
36
39
|
export declare class MarkerLayerComponent extends LayerComponent implements MarkerLayerOptions {
|
|
37
40
|
protected configurationService: ConfigurationService;
|
|
@@ -30,6 +30,9 @@ import * as i0 from "@angular/core";
|
|
|
30
30
|
* public shapeStyle = { fill: { color: "#007acc" }, stroke: { color: "#ffffff" } };
|
|
31
31
|
* }
|
|
32
32
|
* ```
|
|
33
|
+
*
|
|
34
|
+
* @remarks
|
|
35
|
+
* Supported children components are: {@link ShapeTooltipComponent}.
|
|
33
36
|
*/
|
|
34
37
|
export declare class ShapeLayerComponent extends LayerComponent implements ShapeLayerOptions {
|
|
35
38
|
protected configurationService: ConfigurationService;
|
package/map.component.d.ts
CHANGED
|
@@ -55,6 +55,9 @@ import * as i0 from "@angular/core";
|
|
|
55
55
|
* markers = [{ latlng: [30.2675, -97.7409], name: "Zevo Toys" }];
|
|
56
56
|
* }
|
|
57
57
|
* ```
|
|
58
|
+
*
|
|
59
|
+
* @remarks
|
|
60
|
+
* Supported children components are: {@link LayersComponent}.
|
|
58
61
|
*/
|
|
59
62
|
export declare class MapComponent implements AfterViewInit, AfterViewChecked, OnChanges, OnDestroy {
|
|
60
63
|
configurationService: ConfigurationService;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-map",
|
|
3
|
-
"version": "19.1.2-develop.
|
|
3
|
+
"version": "19.1.2-develop.5",
|
|
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": 1750431150,
|
|
26
26
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
27
27
|
}
|
|
28
28
|
},
|
|
@@ -33,15 +33,15 @@
|
|
|
33
33
|
"@angular/platform-browser": "16 - 20",
|
|
34
34
|
"@progress/kendo-drawing": "^1.21.0",
|
|
35
35
|
"@progress/kendo-licensing": "^1.5.0",
|
|
36
|
-
"@progress/kendo-angular-common": "19.1.2-develop.
|
|
37
|
-
"@progress/kendo-angular-icons": "19.1.2-develop.
|
|
38
|
-
"@progress/kendo-angular-l10n": "19.1.2-develop.
|
|
39
|
-
"@progress/kendo-angular-popup": "19.1.2-develop.
|
|
36
|
+
"@progress/kendo-angular-common": "19.1.2-develop.5",
|
|
37
|
+
"@progress/kendo-angular-icons": "19.1.2-develop.5",
|
|
38
|
+
"@progress/kendo-angular-l10n": "19.1.2-develop.5",
|
|
39
|
+
"@progress/kendo-angular-popup": "19.1.2-develop.5",
|
|
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.1.2-develop.
|
|
44
|
+
"@progress/kendo-angular-schematics": "19.1.2-develop.5",
|
|
45
45
|
"@progress/kendo-charts": "2.7.2"
|
|
46
46
|
},
|
|
47
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': '19.1.2-develop.
|
|
13
|
+
// '@progress/kendo-angular-foo': '19.1.2-develop.5'
|
|
14
14
|
} });
|
|
15
15
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
16
16
|
}
|