@syncfusion/ej2-angular-maps 31.2.12 → 32.1.19-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 +877 -0
- package/@syncfusion/ej2-angular-maps.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-maps.js +810 -0
- package/@syncfusion/ej2-angular-maps.js.map +1 -0
- package/LICENSE +10 -0
- package/README.md +7 -15
- package/dist/ej2-angular-maps.umd.js +1128 -0
- package/dist/ej2-angular-maps.umd.js.map +1 -0
- package/dist/ej2-angular-maps.umd.min.js +2 -0
- package/dist/ej2-angular-maps.umd.min.js.map +1 -0
- package/ej2-angular-maps.d.ts +5 -0
- package/ej2-angular-maps.metadata.json +1 -0
- package/package.json +48 -30
- package/public_api.d.ts +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/index.d.ts +11 -11
- package/src/maps/annotations.directive.d.ts +53 -58
- package/src/maps/bubblesettings.directive.d.ts +116 -121
- package/src/maps/colormapping.directive.d.ts +71 -76
- package/src/maps/initialshapeselection.directive.d.ts +37 -42
- package/src/maps/layers.directive.d.ts +135 -140
- package/src/maps/maps-all.module.d.ts +20 -26
- package/src/maps/maps.component.d.ts +70 -73
- package/src/maps/maps.module.d.ts +5 -18
- package/src/maps/markersettings.directive.d.ts +171 -176
- package/src/maps/navigationlinesettings.directive.d.ts +75 -80
- package/CHANGELOG.md +0 -644
- package/esm2020/public_api.mjs +0 -2
- package/esm2020/src/index.mjs +0 -12
- package/esm2020/src/maps/annotations.directive.mjs +0 -62
- package/esm2020/src/maps/bubblesettings.directive.mjs +0 -71
- package/esm2020/src/maps/colormapping.directive.mjs +0 -61
- package/esm2020/src/maps/initialshapeselection.directive.mjs +0 -59
- package/esm2020/src/maps/layers.directive.mjs +0 -64
- package/esm2020/src/maps/maps-all.module.mjs +0 -68
- package/esm2020/src/maps/maps.component.mjs +0 -168
- package/esm2020/src/maps/maps.module.mjs +0 -88
- package/esm2020/src/maps/markersettings.directive.mjs +0 -73
- package/esm2020/src/maps/navigationlinesettings.directive.mjs +0 -67
- package/esm2020/syncfusion-ej2-angular-maps.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-maps.mjs +0 -737
- package/fesm2015/syncfusion-ej2-angular-maps.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-maps.mjs +0 -737
- package/fesm2020/syncfusion-ej2-angular-maps.mjs.map +0 -1
- package/syncfusion-ej2-angular-maps.d.ts +0 -5
|
@@ -1,76 +1,71 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* <e-
|
|
8
|
-
* <e-
|
|
9
|
-
* <e-
|
|
10
|
-
* <e-
|
|
11
|
-
*
|
|
12
|
-
* </e-
|
|
13
|
-
* </e-
|
|
14
|
-
* </e-
|
|
15
|
-
* </e-
|
|
16
|
-
*
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
*
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
*
|
|
29
|
-
* @
|
|
30
|
-
|
|
31
|
-
|
|
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
|
-
export declare class ColorMappingsDirective extends ArrayBase<ColorMappingsDirective> {
|
|
73
|
-
constructor();
|
|
74
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColorMappingsDirective, never>;
|
|
75
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ColorMappingsDirective, "e-bubbleSettings>e-colorMappings", never, {}, {}, ["children"]>;
|
|
76
|
-
}
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
/**
|
|
4
|
+
* Represents the directive to define the bubble color mapping in the maps.
|
|
5
|
+
* ```html
|
|
6
|
+
* <e-layers>
|
|
7
|
+
* <e-layer>
|
|
8
|
+
* <e-bubbleSettings>
|
|
9
|
+
* <e-colorMappings>
|
|
10
|
+
* <e-colorMapping>
|
|
11
|
+
* </e-colorMapping>
|
|
12
|
+
* </e-colorMappings>
|
|
13
|
+
* </e-bubbleSettings>
|
|
14
|
+
* </e-layer>
|
|
15
|
+
* </e-layers>
|
|
16
|
+
* ```
|
|
17
|
+
*/
|
|
18
|
+
export declare class ColorMappingDirective extends ComplexBase<ColorMappingDirective> {
|
|
19
|
+
private viewContainerRef;
|
|
20
|
+
directivePropList: any;
|
|
21
|
+
/**
|
|
22
|
+
* Gets or sets the color for the color-mapping in maps.
|
|
23
|
+
* @default null
|
|
24
|
+
*/
|
|
25
|
+
color: any;
|
|
26
|
+
/**
|
|
27
|
+
* Gets or sets the value from where the range for the color-mapping starts.
|
|
28
|
+
* @aspdefaultvalueignore
|
|
29
|
+
* @default null
|
|
30
|
+
*/
|
|
31
|
+
from: any;
|
|
32
|
+
/**
|
|
33
|
+
* Gets or sets the label for the color-mapping to display in the legend item text.
|
|
34
|
+
* @default null
|
|
35
|
+
*/
|
|
36
|
+
label: any;
|
|
37
|
+
/**
|
|
38
|
+
* Gets or sets the maximum opacity for the color-mapping in maps.
|
|
39
|
+
* @default null
|
|
40
|
+
*/
|
|
41
|
+
maxOpacity: any;
|
|
42
|
+
/**
|
|
43
|
+
* Gets or sets the minimum opacity for the color-mapping in maps.
|
|
44
|
+
* @default null
|
|
45
|
+
*/
|
|
46
|
+
minOpacity: any;
|
|
47
|
+
/**
|
|
48
|
+
* Enables or disables the visibility of legend for the corresponding color-mapped shapes in maps.
|
|
49
|
+
* @default true
|
|
50
|
+
*/
|
|
51
|
+
showLegend: any;
|
|
52
|
+
/**
|
|
53
|
+
* Gets or sets the value to where the range for the color-mapping ends.
|
|
54
|
+
* @aspdefaultvalueignore
|
|
55
|
+
* @default null
|
|
56
|
+
*/
|
|
57
|
+
to: any;
|
|
58
|
+
/**
|
|
59
|
+
* Gets or sets the value from the data source to map the corresponding colors to the shapes.
|
|
60
|
+
* @default null
|
|
61
|
+
*/
|
|
62
|
+
value: any;
|
|
63
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
* ColorMapping Array Directive
|
|
67
|
+
* @private
|
|
68
|
+
*/
|
|
69
|
+
export declare class ColorMappingsDirective extends ArrayBase<ColorMappingsDirective> {
|
|
70
|
+
constructor();
|
|
71
|
+
}
|
|
@@ -1,42 +1,37 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* <e-
|
|
8
|
-
* <e-
|
|
9
|
-
* <e-
|
|
10
|
-
*
|
|
11
|
-
* </e-
|
|
12
|
-
* </e-
|
|
13
|
-
* </e-
|
|
14
|
-
*
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
*
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
*
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
export declare class InitialShapeSelectionsDirective extends ArrayBase<InitialShapeSelectionsDirective> {
|
|
39
|
-
constructor();
|
|
40
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<InitialShapeSelectionsDirective, never>;
|
|
41
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<InitialShapeSelectionsDirective, "e-layer>e-initialShapeSelections", never, {}, {}, ["children"]>;
|
|
42
|
-
}
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
/**
|
|
4
|
+
* Represents the directive to configure the selection of the shapes when the maps is initially rendered.
|
|
5
|
+
* ```html
|
|
6
|
+
* <e-layers>
|
|
7
|
+
* <e-layer>
|
|
8
|
+
* <e-initialShapeSelections>
|
|
9
|
+
* <e-initialShapeSelection>
|
|
10
|
+
* </e-initialShapeSelection>
|
|
11
|
+
* </e-initialShapeSelections>
|
|
12
|
+
* </e-layer>
|
|
13
|
+
* </e-layers>
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
16
|
+
export declare class InitialShapeSelectionDirective extends ComplexBase<InitialShapeSelectionDirective> {
|
|
17
|
+
private viewContainerRef;
|
|
18
|
+
directivePropList: any;
|
|
19
|
+
/**
|
|
20
|
+
* Gets or sets the property name from the data source in maps.
|
|
21
|
+
* @default null
|
|
22
|
+
*/
|
|
23
|
+
shapePath: any;
|
|
24
|
+
/**
|
|
25
|
+
* Gets or sets the value from the data source which is bound to the shape in maps.
|
|
26
|
+
* @default null
|
|
27
|
+
*/
|
|
28
|
+
shapeValue: any;
|
|
29
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* InitialShapeSelection Array Directive
|
|
33
|
+
* @private
|
|
34
|
+
*/
|
|
35
|
+
export declare class InitialShapeSelectionsDirective extends ArrayBase<InitialShapeSelectionsDirective> {
|
|
36
|
+
constructor();
|
|
37
|
+
}
|
|
@@ -1,140 +1,135 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* <e-
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
*
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
*
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
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
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
export declare class LayersDirective extends ArrayBase<LayersDirective> {
|
|
137
|
-
constructor();
|
|
138
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LayersDirective, never>;
|
|
139
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LayersDirective, "ej-maps>e-layers", never, {}, {}, ["children"]>;
|
|
140
|
-
}
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
/**
|
|
4
|
+
* Represents the directive to define the layer of the maps.
|
|
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
|
+
* Gets or sets the type of the layer in maps. There are two types: Layer and SubLayer.
|
|
21
|
+
* @default Layer
|
|
22
|
+
*/
|
|
23
|
+
type: any;
|
|
24
|
+
/**
|
|
25
|
+
* Gets or sets the duration of the animation of layers when the zooming is performed in maps.
|
|
26
|
+
* @default 0
|
|
27
|
+
*/
|
|
28
|
+
animationDuration: any;
|
|
29
|
+
/**
|
|
30
|
+
* Gets or sets the options for customizing the bubbles in maps.
|
|
31
|
+
*/
|
|
32
|
+
bubbleSettings: any;
|
|
33
|
+
/**
|
|
34
|
+
* Gets or sets the options for customizing the data labels in maps.
|
|
35
|
+
*/
|
|
36
|
+
dataLabelSettings: any;
|
|
37
|
+
/**
|
|
38
|
+
* Gets or sets the data source for the layer.
|
|
39
|
+
* The data bound to the shapes using data source can be used to display the tooltip, marker, and bubble.
|
|
40
|
+
* @isobservable true
|
|
41
|
+
* @default []
|
|
42
|
+
*/
|
|
43
|
+
dataSource: any;
|
|
44
|
+
/**
|
|
45
|
+
* Gets or sets the geometry type for the layer in maps. There are two types: Geographic and Normal.
|
|
46
|
+
* - Geographic type renders the shape maps with geographical coordinate system.
|
|
47
|
+
* - Normal type renders the shape maps using default coordinate system.
|
|
48
|
+
* @default Geographic
|
|
49
|
+
*/
|
|
50
|
+
geometryType: any;
|
|
51
|
+
/**
|
|
52
|
+
* Gets or sets the options for customizing the shapes when the mouse hovers over maps.
|
|
53
|
+
*/
|
|
54
|
+
highlightSettings: any;
|
|
55
|
+
/**
|
|
56
|
+
* Gets or sets the settings for the shapes to be selected when the maps rendering initially.
|
|
57
|
+
* The initial selection of shapes will be performed only when the selection functionality of layer is enabled.
|
|
58
|
+
*/
|
|
59
|
+
initialShapeSelection: any;
|
|
60
|
+
/**
|
|
61
|
+
* Gets or sets the options for customizing the cluster of markers in maps.
|
|
62
|
+
*/
|
|
63
|
+
markerClusterSettings: any;
|
|
64
|
+
/**
|
|
65
|
+
* Gets or sets the options for customizing the markers in maps.
|
|
66
|
+
*/
|
|
67
|
+
markerSettings: any;
|
|
68
|
+
/**
|
|
69
|
+
* Gets or sets the options for customizing the navigation lines in maps.
|
|
70
|
+
*/
|
|
71
|
+
navigationLineSettings: any;
|
|
72
|
+
/**
|
|
73
|
+
* Gets or sets the properties of the polygon shapes that will be rendered on a map layer.
|
|
74
|
+
* The selection and highlight settings for polygon shapes can also be defined.
|
|
75
|
+
*/
|
|
76
|
+
polygonSettings: any;
|
|
77
|
+
/**
|
|
78
|
+
* Gets or sets the query to select particular data from the layer data source.
|
|
79
|
+
* This property is applicable only when the data source is created by data manager.
|
|
80
|
+
* @default null
|
|
81
|
+
*/
|
|
82
|
+
query: any;
|
|
83
|
+
/**
|
|
84
|
+
* Gets or sets the options for customizing the shapes when clicking on the shapes in maps.
|
|
85
|
+
*/
|
|
86
|
+
selectionSettings: any;
|
|
87
|
+
/**
|
|
88
|
+
* Gets or sets the data for the maps to render.
|
|
89
|
+
* The data is normally JSON object with GeoJSON format that defines the shapes and geometries of the map.
|
|
90
|
+
* @isobservable true
|
|
91
|
+
* @default null
|
|
92
|
+
*/
|
|
93
|
+
shapeData: any;
|
|
94
|
+
/**
|
|
95
|
+
* Gets or sets the field name from the GeoJSON data to map the shape to the data defined in the layer data source.
|
|
96
|
+
* @default 'name'
|
|
97
|
+
*/
|
|
98
|
+
shapeDataPath: any;
|
|
99
|
+
/**
|
|
100
|
+
* Gets or sets the field name from the data source to map the shape to the data defined in the layer data source.
|
|
101
|
+
* @default 'name'
|
|
102
|
+
*/
|
|
103
|
+
shapePropertyPath: any;
|
|
104
|
+
/**
|
|
105
|
+
* Gets or sets the options to customize the shape of the maps.
|
|
106
|
+
*/
|
|
107
|
+
shapeSettings: any;
|
|
108
|
+
/**
|
|
109
|
+
* Gets or sets the options for customizing the toggle state of shapes when selecting the legend in maps.
|
|
110
|
+
*/
|
|
111
|
+
toggleLegendSettings: any;
|
|
112
|
+
/**
|
|
113
|
+
* Gets or sets the options for customizing the tooltip of the layers in maps.
|
|
114
|
+
*/
|
|
115
|
+
tooltipSettings: any;
|
|
116
|
+
/**
|
|
117
|
+
* Gets or sets the URL of the online map providers.
|
|
118
|
+
* The online map providers will be rendered only when the shape data is not set and layer type is set with default value.
|
|
119
|
+
* @default ''
|
|
120
|
+
*/
|
|
121
|
+
urlTemplate: any;
|
|
122
|
+
/**
|
|
123
|
+
* Enables or disables the visibility of the layers in maps.
|
|
124
|
+
* @default true
|
|
125
|
+
*/
|
|
126
|
+
visible: any;
|
|
127
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
128
|
+
}
|
|
129
|
+
/**
|
|
130
|
+
* Layer Array Directive
|
|
131
|
+
* @private
|
|
132
|
+
*/
|
|
133
|
+
export declare class LayersDirective extends ArrayBase<LayersDirective> {
|
|
134
|
+
constructor();
|
|
135
|
+
}
|
|
@@ -1,26 +1,20 @@
|
|
|
1
|
-
import { ValueProvider } from '@angular/core';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export declare const
|
|
6
|
-
export declare const
|
|
7
|
-
export declare const
|
|
8
|
-
export declare const
|
|
9
|
-
export declare const
|
|
10
|
-
export declare const
|
|
11
|
-
export declare const
|
|
12
|
-
export declare const
|
|
13
|
-
export declare const
|
|
14
|
-
export declare const
|
|
15
|
-
export declare const
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
*/
|
|
22
|
-
export declare class MapsAllModule {
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MapsAllModule, never>;
|
|
24
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MapsAllModule, never, [typeof i1.CommonModule, typeof i2.MapsModule], [typeof i2.MapsModule]>;
|
|
25
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<MapsAllModule>;
|
|
26
|
-
}
|
|
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
|
+
export declare const PolygonService: ValueProvider;
|
|
16
|
+
/**
|
|
17
|
+
* NgModule definition for the Maps component with providers.
|
|
18
|
+
*/
|
|
19
|
+
export declare class MapsAllModule {
|
|
20
|
+
}
|