@syncfusion/ej2-angular-maps 20.1.48 → 20.2.36-ngcc
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/@syncfusion/ej2-angular-maps.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-maps.js.map +1 -1
- package/CHANGELOG.md +10 -45
- package/dist/ej2-angular-maps.umd.js +1 -1
- package/dist/ej2-angular-maps.umd.js.map +1 -1
- package/dist/ej2-angular-maps.umd.min.js +1 -1
- package/dist/ej2-angular-maps.umd.min.js.map +1 -1
- package/package.json +8 -8
- package/schematics/generators/maps-annotation/schema.json +3 -2
- package/schematics/generators/maps-bubble/schema.json +3 -2
- package/schematics/generators/maps-color-mapping/schema.json +3 -2
- package/schematics/generators/maps-default/schema.json +3 -2
- package/schematics/generators/maps-label/schema.json +3 -2
- package/schematics/generators/maps-legend/schema.json +3 -2
- package/schematics/generators/maps-marker/schema.json +3 -2
- package/schematics/generators/maps-navigation-line/schema.json +3 -2
- package/schematics/generators/maps-osm/schema.json +3 -2
- package/schematics/ng-add/schema.json +1 -1
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/maps/layers.directive.d.ts +5 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-maps';
|
|
4
|
-
exports.pkgVer = '^
|
|
4
|
+
exports.pkgVer = '^16.39.0';
|
|
5
5
|
exports.moduleName = 'MapsModule';
|
|
6
|
-
exports.themeVer = '~
|
|
6
|
+
exports.themeVer = '~16.39.0';
|
|
@@ -29,6 +29,7 @@ export declare class LayerDirective extends ComplexBase<LayerDirective> {
|
|
|
29
29
|
/**
|
|
30
30
|
* Sets and gets the Bing map type for the layer. If you use shape data with BingMapType without using layer type as Bing,
|
|
31
31
|
* then the map will render based on shape data since default layer type will be set as Geometry.
|
|
32
|
+
|
|
32
33
|
* @default Aerial
|
|
33
34
|
*/
|
|
34
35
|
bingMapType: any;
|
|
@@ -62,12 +63,14 @@ export declare class LayerDirective extends ComplexBase<LayerDirective> {
|
|
|
62
63
|
initialShapeSelection: any;
|
|
63
64
|
/**
|
|
64
65
|
* Sets and gets the key for the tile map layer in maps.
|
|
66
|
+
|
|
65
67
|
* @default ''
|
|
66
68
|
*/
|
|
67
69
|
key: any;
|
|
68
70
|
/**
|
|
69
71
|
* Sets and gets the type of the layer in maps. If we use layer type with shape data property in layer of the maps
|
|
70
72
|
* then map will render based on the provided layer type.
|
|
73
|
+
|
|
71
74
|
* @default Geometry
|
|
72
75
|
*/
|
|
73
76
|
layerType: any;
|
|
@@ -115,6 +118,7 @@ export declare class LayerDirective extends ComplexBase<LayerDirective> {
|
|
|
115
118
|
shapeSettings: any;
|
|
116
119
|
/**
|
|
117
120
|
* Sets and gets the type of the static maps.
|
|
121
|
+
|
|
118
122
|
* @default RoadMap
|
|
119
123
|
*/
|
|
120
124
|
staticMapType: any;
|
|
@@ -128,7 +132,7 @@ export declare class LayerDirective extends ComplexBase<LayerDirective> {
|
|
|
128
132
|
tooltipSettings: any;
|
|
129
133
|
/**
|
|
130
134
|
* Sets and gets the template for the map using the url.
|
|
131
|
-
* @default '
|
|
135
|
+
* @default ''
|
|
132
136
|
*/
|
|
133
137
|
urlTemplate: any;
|
|
134
138
|
/**
|