@syncfusion/ej2-angular-maps 19.4.56 → 19.4.57-105067

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.
Files changed (75) hide show
  1. package/@syncfusion/ej2-angular-maps.es5.js +866 -866
  2. package/@syncfusion/ej2-angular-maps.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-maps.js +771 -771
  4. package/@syncfusion/ej2-angular-maps.js.map +1 -1
  5. package/CHANGELOG.md +2 -0
  6. package/README.md +73 -73
  7. package/dist/ej2-angular-maps.umd.js +857 -865
  8. package/dist/ej2-angular-maps.umd.js.map +1 -1
  9. package/dist/ej2-angular-maps.umd.min.js +1 -10
  10. package/dist/ej2-angular-maps.umd.min.js.map +1 -1
  11. package/ej2-angular-maps.d.ts +5 -5
  12. package/ej2-angular-maps.metadata.json +1 -1
  13. package/package.json +80 -80
  14. package/postinstall/tagchange.js +18 -18
  15. package/public_api.d.ts +1 -1
  16. package/schematics/generators/maps-annotation/images/__path__/__name@dasherize__/compass.svg +197 -197
  17. package/schematics/generators/maps-annotation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +20 -20
  18. package/schematics/generators/maps-annotation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +14 -14
  19. package/schematics/generators/maps-annotation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +57 -57
  20. package/schematics/generators/maps-annotation/schema.json +3 -2
  21. package/schematics/generators/maps-bubble/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -3
  22. package/schematics/generators/maps-bubble/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -10
  23. package/schematics/generators/maps-bubble/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +71 -71
  24. package/schematics/generators/maps-bubble/samples/__path__/__name@dasherize@if-flat__/assets/population-data.ts +45 -45
  25. package/schematics/generators/maps-bubble/samples/__path__/__name@dasherize@if-flat__/assets/world-map.ts +184 -184
  26. package/schematics/generators/maps-bubble/schema.json +3 -2
  27. package/schematics/generators/maps-color-mapping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -3
  28. package/schematics/generators/maps-color-mapping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -8
  29. package/schematics/generators/maps-color-mapping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +76 -76
  30. package/schematics/generators/maps-color-mapping/schema.json +3 -2
  31. package/schematics/generators/maps-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -3
  32. package/schematics/generators/maps-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -10
  33. package/schematics/generators/maps-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +32 -32
  34. package/schematics/generators/maps-default/schema.json +3 -2
  35. package/schematics/generators/maps-label/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -3
  36. package/schematics/generators/maps-label/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -8
  37. package/schematics/generators/maps-label/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +37 -37
  38. package/schematics/generators/maps-label/samples/__path__/__name@dasherize@if-flat__/assets/world-map.ts +184 -184
  39. package/schematics/generators/maps-label/schema.json +3 -2
  40. package/schematics/generators/maps-legend/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -3
  41. package/schematics/generators/maps-legend/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -7
  42. package/schematics/generators/maps-legend/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +101 -101
  43. package/schematics/generators/maps-legend/schema.json +3 -2
  44. package/schematics/generators/maps-marker/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -3
  45. package/schematics/generators/maps-marker/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -10
  46. package/schematics/generators/maps-marker/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +100 -100
  47. package/schematics/generators/maps-marker/schema.json +3 -2
  48. package/schematics/generators/maps-navigation-line/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +18 -18
  49. package/schematics/generators/maps-navigation-line/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -5
  50. package/schematics/generators/maps-navigation-line/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +120 -120
  51. package/schematics/generators/maps-navigation-line/samples/__path__/__name@dasherize@if-flat__/assets/map-location.ts +127 -127
  52. package/schematics/generators/maps-navigation-line/samples/__path__/__name@dasherize@if-flat__/assets/world-map.ts +184 -184
  53. package/schematics/generators/maps-navigation-line/schema.json +3 -2
  54. package/schematics/generators/maps-osm/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -3
  55. package/schematics/generators/maps-osm/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -10
  56. package/schematics/generators/maps-osm/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +32 -32
  57. package/schematics/generators/maps-osm/schema.json +3 -2
  58. package/schematics/ng-add/index.ts +10 -10
  59. package/schematics/ng-add/schema.json +34 -34
  60. package/schematics/ng-add/schema.ts +30 -30
  61. package/schematics/tsconfig.json +25 -25
  62. package/schematics/utils/lib-details.d.ts +2 -2
  63. package/schematics/utils/lib-details.js +2 -2
  64. package/schematics/utils/lib-details.ts +4 -4
  65. package/src/index.d.ts +11 -11
  66. package/src/maps/annotations.directive.d.ts +49 -49
  67. package/src/maps/bubblesettings.directive.d.ts +116 -116
  68. package/src/maps/colormapping.directive.d.ts +71 -71
  69. package/src/maps/initialshapeselection.directive.d.ts +37 -37
  70. package/src/maps/layers.directive.d.ts +151 -147
  71. package/src/maps/maps-all.module.d.ts +19 -19
  72. package/src/maps/maps.component.d.ts +64 -63
  73. package/src/maps/maps.module.d.ts +5 -5
  74. package/src/maps/markersettings.directive.d.ts +149 -149
  75. package/src/maps/navigationlinesettings.directive.d.ts +74 -74
@@ -1,147 +1,151 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- /**
4
- * Layer Directive
5
- * ```html
6
- * <e-layers>
7
- * <e-layer></e-layer>
8
- * </e-layers>
9
- * ```
10
- */
11
- export declare class LayerDirective extends ComplexBase<LayerDirective> {
12
- private viewContainerRef;
13
- directivePropList: any;
14
- childInitialShapeSelection: any;
15
- childMarkerSettings: any;
16
- childBubbleSettings: any;
17
- childNavigationLineSettings: any;
18
- tags: string[];
19
- /**
20
- * Sets and gets the type of the layer in maps.
21
- * @default Layer
22
- */
23
- type: any;
24
- /**
25
- * Sets and gets the duration for the animation of layers in maps.
26
- * @default 0
27
- */
28
- animationDuration: any;
29
- /**
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
- * then the map will render based on shape data since default layer type will be set as Geometry.
32
- * @default Aerial
33
- */
34
- bingMapType: any;
35
- /**
36
- * Sets and gets the options for customizing the bubble in maps.
37
- */
38
- bubbleSettings: any;
39
- /**
40
- * Sets and gets the options for customizing the data-label in maps.
41
- */
42
- dataLabelSettings: any;
43
- /**
44
- * * Sets and gets the data source for the layer.
45
- * * The data source can contain data that can be bound to the tooltip, marker, and bubble.
46
- * @isobservable true
47
- * @default []
48
- */
49
- dataSource: any;
50
- /**
51
- * Sets and gets the geometry type for the layer in maps.
52
- * @default Geographic
53
- */
54
- geometryType: any;
55
- /**
56
- * Sets and gets the options for customizing the shapes when the mouse has hovered on maps.
57
- */
58
- highlightSettings: any;
59
- /**
60
- * Sets and gets the settings for shapes that is selected at the time of rendering.
61
- */
62
- initialShapeSelection: any;
63
- /**
64
- * Sets and gets the key for the tile map layer in maps.
65
- * @default ''
66
- */
67
- key: any;
68
- /**
69
- * 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
- * then map will render based on the provided layer type.
71
- * @default Geometry
72
- */
73
- layerType: any;
74
- /**
75
- * Sets and gets the options for customizing the cluster of markers in maps.
76
- */
77
- markerClusterSettings: any;
78
- /**
79
- * Sets and gets the options for customizing the marker in maps.
80
- */
81
- markerSettings: any;
82
- /**
83
- * Sets and gets the options for customizing the navigation line in maps.
84
- */
85
- navigationLineSettings: any;
86
- /**
87
- * Sets and gets the query to select particular data from the shape data.
88
- * This property is applicable only when the data source is created by data manager.
89
- * @default null
90
- */
91
- query: any;
92
- /**
93
- * Sets and gets the options for customizing the shapes when clicking the shapes in maps.
94
- */
95
- selectionSettings: any;
96
- /**
97
- * Sets and gets the shape data for the maps to render.
98
- * @isobservable true
99
- * @default null
100
- */
101
- shapeData: any;
102
- /**
103
- * Sets and gets the path for the shape from the shape data in maps.
104
- * @default 'name'
105
- */
106
- shapeDataPath: any;
107
- /**
108
- * Sets and gets the path for the layers from the layer data source in maps.
109
- * @default 'name'
110
- */
111
- shapePropertyPath: any;
112
- /**
113
- * Sets and gets the options to customize the shape of the maps.
114
- */
115
- shapeSettings: any;
116
- /**
117
- * Sets and gets the type of the static maps.
118
- * @default RoadMap
119
- */
120
- staticMapType: any;
121
- /**
122
- * Sets and gets the options for customizing the toggle state of shapes when selecting the legend in maps.
123
- */
124
- toggleLegendSettings: any;
125
- /**
126
- * Sets and gets the options for customizing the tooltip for the layers, markers, and bubbles in maps.
127
- */
128
- tooltipSettings: any;
129
- /**
130
- * Sets and gets the template for the map using the url.
131
- * @default 'https://a.tile.openstreetmap.org/level/tileX/tileY.png'
132
- */
133
- urlTemplate: any;
134
- /**
135
- * Enables or disables the visibility state for the layers in maps.
136
- * @default true
137
- */
138
- visible: any;
139
- constructor(viewContainerRef: ViewContainerRef);
140
- }
141
- /**
142
- * Layer Array Directive
143
- * @private
144
- */
145
- export declare class LayersDirective extends ArrayBase<LayersDirective> {
146
- constructor();
147
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ /**
4
+ * Layer Directive
5
+ * ```html
6
+ * <e-layers>
7
+ * <e-layer></e-layer>
8
+ * </e-layers>
9
+ * ```
10
+ */
11
+ export declare class LayerDirective extends ComplexBase<LayerDirective> {
12
+ private viewContainerRef;
13
+ directivePropList: any;
14
+ childInitialShapeSelection: any;
15
+ childMarkerSettings: any;
16
+ childBubbleSettings: any;
17
+ childNavigationLineSettings: any;
18
+ tags: string[];
19
+ /**
20
+ * Sets and gets the type of the layer in maps.
21
+ * @default Layer
22
+ */
23
+ type: any;
24
+ /**
25
+ * Sets and gets the duration for the animation of layers in maps.
26
+ * @default 0
27
+ */
28
+ animationDuration: any;
29
+ /**
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
+ * then the map will render based on shape data since default layer type will be set as Geometry.
32
+ * @deprecated
33
+ * @default Aerial
34
+ */
35
+ bingMapType: any;
36
+ /**
37
+ * Sets and gets the options for customizing the bubble in maps.
38
+ */
39
+ bubbleSettings: any;
40
+ /**
41
+ * Sets and gets the options for customizing the data-label in maps.
42
+ */
43
+ dataLabelSettings: any;
44
+ /**
45
+ * * Sets and gets the data source for the layer.
46
+ * * The data source can contain data that can be bound to the tooltip, marker, and bubble.
47
+ * @isobservable true
48
+ * @default []
49
+ */
50
+ dataSource: any;
51
+ /**
52
+ * Sets and gets the geometry type for the layer in maps.
53
+ * @default Geographic
54
+ */
55
+ geometryType: any;
56
+ /**
57
+ * Sets and gets the options for customizing the shapes when the mouse has hovered on maps.
58
+ */
59
+ highlightSettings: any;
60
+ /**
61
+ * Sets and gets the settings for shapes that is selected at the time of rendering.
62
+ */
63
+ initialShapeSelection: any;
64
+ /**
65
+ * Sets and gets the key for the tile map layer in maps.
66
+ * @deprecated
67
+ * @default ''
68
+ */
69
+ key: any;
70
+ /**
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
72
+ * then map will render based on the provided layer type.
73
+ * @deprecated
74
+ * @default Geometry
75
+ */
76
+ layerType: any;
77
+ /**
78
+ * Sets and gets the options for customizing the cluster of markers in maps.
79
+ */
80
+ markerClusterSettings: any;
81
+ /**
82
+ * Sets and gets the options for customizing the marker in maps.
83
+ */
84
+ markerSettings: any;
85
+ /**
86
+ * Sets and gets the options for customizing the navigation line in maps.
87
+ */
88
+ navigationLineSettings: any;
89
+ /**
90
+ * Sets and gets the query to select particular data from the shape data.
91
+ * This property is applicable only when the data source is created by data manager.
92
+ * @default null
93
+ */
94
+ query: any;
95
+ /**
96
+ * Sets and gets the options for customizing the shapes when clicking the shapes in maps.
97
+ */
98
+ selectionSettings: any;
99
+ /**
100
+ * Sets and gets the shape data for the maps to render.
101
+ * @isobservable true
102
+ * @default null
103
+ */
104
+ shapeData: any;
105
+ /**
106
+ * Sets and gets the path for the shape from the shape data in maps.
107
+ * @default 'name'
108
+ */
109
+ shapeDataPath: any;
110
+ /**
111
+ * Sets and gets the path for the layers from the layer data source in maps.
112
+ * @default 'name'
113
+ */
114
+ shapePropertyPath: any;
115
+ /**
116
+ * Sets and gets the options to customize the shape of the maps.
117
+ */
118
+ shapeSettings: any;
119
+ /**
120
+ * Sets and gets the type of the static maps.
121
+ * @deprecated
122
+ * @default RoadMap
123
+ */
124
+ staticMapType: any;
125
+ /**
126
+ * Sets and gets the options for customizing the toggle state of shapes when selecting the legend in maps.
127
+ */
128
+ toggleLegendSettings: any;
129
+ /**
130
+ * Sets and gets the options for customizing the tooltip for the layers, markers, and bubbles in maps.
131
+ */
132
+ tooltipSettings: any;
133
+ /**
134
+ * Sets and gets the template for the map using the url.
135
+ * @default ''
136
+ */
137
+ urlTemplate: any;
138
+ /**
139
+ * Enables or disables the visibility state for the layers in maps.
140
+ * @default true
141
+ */
142
+ visible: any;
143
+ constructor(viewContainerRef: ViewContainerRef);
144
+ }
145
+ /**
146
+ * Layer Array Directive
147
+ * @private
148
+ */
149
+ export declare class LayersDirective extends ArrayBase<LayersDirective> {
150
+ constructor();
151
+ }
@@ -1,19 +1,19 @@
1
- import { ValueProvider } from '@angular/core';
2
- export declare const BubbleService: ValueProvider;
3
- export declare const LegendService: ValueProvider;
4
- export declare const MarkerService: ValueProvider;
5
- export declare const HighlightService: ValueProvider;
6
- export declare const SelectionService: ValueProvider;
7
- export declare const MapsTooltipService: ValueProvider;
8
- export declare const ZoomService: ValueProvider;
9
- export declare const DataLabelService: ValueProvider;
10
- export declare const NavigationLineService: ValueProvider;
11
- export declare const AnnotationsService: ValueProvider;
12
- export declare const PrintService: ValueProvider;
13
- export declare const PdfExportService: ValueProvider;
14
- export declare const ImageExportService: ValueProvider;
15
- /**
16
- * NgModule definition for the Maps component with providers.
17
- */
18
- export declare class MapsAllModule {
19
- }
1
+ import { ValueProvider } from '@angular/core';
2
+ export declare const BubbleService: ValueProvider;
3
+ export declare const LegendService: ValueProvider;
4
+ export declare const MarkerService: ValueProvider;
5
+ export declare const HighlightService: ValueProvider;
6
+ export declare const SelectionService: ValueProvider;
7
+ export declare const MapsTooltipService: ValueProvider;
8
+ export declare const ZoomService: ValueProvider;
9
+ export declare const DataLabelService: ValueProvider;
10
+ export declare const NavigationLineService: ValueProvider;
11
+ export declare const AnnotationsService: ValueProvider;
12
+ export declare const PrintService: ValueProvider;
13
+ export declare const PdfExportService: ValueProvider;
14
+ export declare const ImageExportService: ValueProvider;
15
+ /**
16
+ * NgModule definition for the Maps component with providers.
17
+ */
18
+ export declare class MapsAllModule {
19
+ }
@@ -1,63 +1,64 @@
1
- import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
2
- import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
- import { Maps } from '@syncfusion/ej2-maps';
4
- import { LayersDirective } from './layers.directive';
5
- import { AnnotationsDirective } from './annotations.directive';
6
- export declare const inputs: string[];
7
- export declare const outputs: string[];
8
- export declare const twoWays: string[];
9
- /**
10
- * Represents Maps Component
11
- * ```html
12
- * <ej-maps></ej-maps>
13
- * ```
14
- */
15
- export declare class MapsComponent extends Maps implements IComponentBase {
16
- private ngEle;
17
- private srenderer;
18
- private viewContainerRef;
19
- private injector;
20
- context: any;
21
- tagObjects: any;
22
- animationComplete: any;
23
- annotationRendering: any;
24
- beforePrint: any;
25
- bubbleClick: any;
26
- bubbleMouseMove: any;
27
- bubbleRendering: any;
28
- click: any;
29
- dataLabelRendering: any;
30
- doubleClick: any;
31
- itemHighlight: any;
32
- itemSelection: any;
33
- layerRendering: any;
34
- legendRendering: any;
35
- load: any;
36
- loaded: any;
37
- markerClick: any;
38
- markerClusterClick: any;
39
- markerClusterMouseMove: any;
40
- markerClusterRendering: any;
41
- markerMouseMove: any;
42
- markerRendering: any;
43
- pan: any;
44
- resize: any;
45
- rightClick: any;
46
- shapeHighlight: any;
47
- shapeRendering: any;
48
- shapeSelected: any;
49
- tooltipRender: any;
50
- tooltipRenderComplete: any;
51
- zoom: any;
52
- dataSourceChange: any;
53
- childLayers: QueryList<LayersDirective>;
54
- childAnnotations: QueryList<AnnotationsDirective>;
55
- tags: string[];
56
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
57
- ngOnInit(): void;
58
- ngAfterViewInit(): void;
59
- ngOnDestroy(): void;
60
- ngAfterContentChecked(): void;
61
- registerEvents: (eventList: string[]) => void;
62
- addTwoWay: (propList: string[]) => void;
63
- }
1
+ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { Maps } from '@syncfusion/ej2-maps';
4
+ import { LayersDirective } from './layers.directive';
5
+ import { AnnotationsDirective } from './annotations.directive';
6
+ export declare const inputs: string[];
7
+ export declare const outputs: string[];
8
+ export declare const twoWays: string[];
9
+ /**
10
+ * Represents Maps Component
11
+ * ```html
12
+ * <ej-maps></ej-maps>
13
+ * ```
14
+ */
15
+ export declare class MapsComponent extends Maps implements IComponentBase {
16
+ private ngEle;
17
+ private srenderer;
18
+ private viewContainerRef;
19
+ private injector;
20
+ context: any;
21
+ tagObjects: any;
22
+ animationComplete: any;
23
+ annotationRendering: any;
24
+ beforePrint: any;
25
+ bubbleClick: any;
26
+ bubbleMouseMove: any;
27
+ bubbleRendering: any;
28
+ click: any;
29
+ dataLabelRendering: any;
30
+ doubleClick: any;
31
+ itemHighlight: any;
32
+ itemSelection: any;
33
+ layerRendering: any;
34
+ legendRendering: any;
35
+ load: any;
36
+ loaded: any;
37
+ markerClick: any;
38
+ markerClusterClick: any;
39
+ markerClusterMouseMove: any;
40
+ markerClusterRendering: any;
41
+ markerMouseMove: any;
42
+ markerRendering: any;
43
+ onclick: any;
44
+ pan: any;
45
+ resize: any;
46
+ rightClick: any;
47
+ shapeHighlight: any;
48
+ shapeRendering: any;
49
+ shapeSelected: any;
50
+ tooltipRender: any;
51
+ tooltipRenderComplete: any;
52
+ zoom: any;
53
+ dataSourceChange: any;
54
+ childLayers: QueryList<LayersDirective>;
55
+ childAnnotations: QueryList<AnnotationsDirective>;
56
+ tags: string[];
57
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
58
+ ngOnInit(): void;
59
+ ngAfterViewInit(): void;
60
+ ngOnDestroy(): void;
61
+ ngAfterContentChecked(): void;
62
+ registerEvents: (eventList: string[]) => void;
63
+ addTwoWay: (propList: string[]) => void;
64
+ }
@@ -1,5 +1,5 @@
1
- /**
2
- * NgModule definition for the Maps component.
3
- */
4
- export declare class MapsModule {
5
- }
1
+ /**
2
+ * NgModule definition for the Maps component.
3
+ */
4
+ export declare class MapsModule {
5
+ }