@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.
- package/@syncfusion/ej2-angular-maps.es5.js +866 -866
- package/@syncfusion/ej2-angular-maps.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-maps.js +771 -771
- package/@syncfusion/ej2-angular-maps.js.map +1 -1
- package/CHANGELOG.md +2 -0
- package/README.md +73 -73
- package/dist/ej2-angular-maps.umd.js +857 -865
- package/dist/ej2-angular-maps.umd.js.map +1 -1
- package/dist/ej2-angular-maps.umd.min.js +1 -10
- package/dist/ej2-angular-maps.umd.min.js.map +1 -1
- package/ej2-angular-maps.d.ts +5 -5
- package/ej2-angular-maps.metadata.json +1 -1
- package/package.json +80 -80
- package/postinstall/tagchange.js +18 -18
- package/public_api.d.ts +1 -1
- package/schematics/generators/maps-annotation/images/__path__/__name@dasherize__/compass.svg +197 -197
- package/schematics/generators/maps-annotation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +20 -20
- package/schematics/generators/maps-annotation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +14 -14
- package/schematics/generators/maps-annotation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +57 -57
- package/schematics/generators/maps-annotation/schema.json +3 -2
- package/schematics/generators/maps-bubble/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -3
- package/schematics/generators/maps-bubble/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -10
- package/schematics/generators/maps-bubble/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +71 -71
- package/schematics/generators/maps-bubble/samples/__path__/__name@dasherize@if-flat__/assets/population-data.ts +45 -45
- package/schematics/generators/maps-bubble/samples/__path__/__name@dasherize@if-flat__/assets/world-map.ts +184 -184
- package/schematics/generators/maps-bubble/schema.json +3 -2
- package/schematics/generators/maps-color-mapping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -3
- package/schematics/generators/maps-color-mapping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -8
- package/schematics/generators/maps-color-mapping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +76 -76
- package/schematics/generators/maps-color-mapping/schema.json +3 -2
- package/schematics/generators/maps-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -3
- package/schematics/generators/maps-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -10
- package/schematics/generators/maps-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +32 -32
- package/schematics/generators/maps-default/schema.json +3 -2
- package/schematics/generators/maps-label/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -3
- package/schematics/generators/maps-label/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -8
- package/schematics/generators/maps-label/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +37 -37
- package/schematics/generators/maps-label/samples/__path__/__name@dasherize@if-flat__/assets/world-map.ts +184 -184
- package/schematics/generators/maps-label/schema.json +3 -2
- package/schematics/generators/maps-legend/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -3
- package/schematics/generators/maps-legend/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +7 -7
- package/schematics/generators/maps-legend/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +101 -101
- package/schematics/generators/maps-legend/schema.json +3 -2
- package/schematics/generators/maps-marker/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -3
- package/schematics/generators/maps-marker/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -10
- package/schematics/generators/maps-marker/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +100 -100
- package/schematics/generators/maps-marker/schema.json +3 -2
- package/schematics/generators/maps-navigation-line/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +18 -18
- package/schematics/generators/maps-navigation-line/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +5 -5
- package/schematics/generators/maps-navigation-line/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +120 -120
- package/schematics/generators/maps-navigation-line/samples/__path__/__name@dasherize@if-flat__/assets/map-location.ts +127 -127
- package/schematics/generators/maps-navigation-line/samples/__path__/__name@dasherize@if-flat__/assets/world-map.ts +184 -184
- package/schematics/generators/maps-navigation-line/schema.json +3 -2
- package/schematics/generators/maps-osm/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -3
- package/schematics/generators/maps-osm/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -10
- package/schematics/generators/maps-osm/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts +32 -32
- package/schematics/generators/maps-osm/schema.json +3 -2
- package/schematics/ng-add/index.ts +10 -10
- package/schematics/ng-add/schema.json +34 -34
- package/schematics/ng-add/schema.ts +30 -30
- package/schematics/tsconfig.json +25 -25
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +4 -4
- package/src/index.d.ts +11 -11
- package/src/maps/annotations.directive.d.ts +49 -49
- package/src/maps/bubblesettings.directive.d.ts +116 -116
- package/src/maps/colormapping.directive.d.ts +71 -71
- package/src/maps/initialshapeselection.directive.d.ts +37 -37
- package/src/maps/layers.directive.d.ts +151 -147
- package/src/maps/maps-all.module.d.ts +19 -19
- package/src/maps/maps.component.d.ts +64 -63
- package/src/maps/maps.module.d.ts +5 -5
- package/src/maps/markersettings.directive.d.ts +149 -149
- 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
|
-
* @
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
* *
|
|
46
|
-
*
|
|
47
|
-
* @
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
*
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
*
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
*
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
*
|
|
123
|
-
*/
|
|
124
|
-
|
|
125
|
-
/**
|
|
126
|
-
* Sets and gets the options for customizing the
|
|
127
|
-
*/
|
|
128
|
-
|
|
129
|
-
/**
|
|
130
|
-
* Sets and gets the
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
*
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
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
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
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
|
+
}
|