@syncfusion/ej2-angular-maps 22.1.34 → 22.1.39-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 +868 -0
- package/@syncfusion/ej2-angular-maps.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-maps.js +801 -0
- package/@syncfusion/ej2-angular-maps.js.map +1 -0
- package/CHANGELOG.md +590 -0
- package/README.md +107 -45
- package/dist/ej2-angular-maps.umd.js +1113 -0
- package/dist/ej2-angular-maps.umd.js.map +1 -0
- package/dist/ej2-angular-maps.umd.min.js +11 -0
- package/dist/ej2-angular-maps.umd.min.js.map +1 -0
- package/{syncfusion-ej2-angular-maps.d.ts → ej2-angular-maps.d.ts} +1 -1
- package/ej2-angular-maps.metadata.json +1 -0
- package/package.json +14 -49
- package/postinstall/tagchange.js +18 -0
- package/schematics/collection.json +55 -0
- package/schematics/generators/maps-annotation/images/__path__/__name@dasherize__/compass.svg +197 -0
- package/schematics/generators/maps-annotation/index.d.ts +3 -0
- package/schematics/generators/maps-annotation/index.js +8 -0
- package/schematics/generators/maps-annotation/sample-details.d.ts +5 -0
- package/schematics/generators/maps-annotation/sample-details.js +7 -0
- package/schematics/generators/maps-annotation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +21 -0
- package/schematics/generators/maps-annotation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +15 -0
- package/schematics/generators/maps-annotation/schema.d.ts +3 -0
- package/schematics/generators/maps-annotation/schema.js +2 -0
- package/schematics/generators/maps-annotation/schema.json +125 -0
- package/schematics/generators/maps-bubble/index.d.ts +3 -0
- package/schematics/generators/maps-bubble/index.js +8 -0
- package/schematics/generators/maps-bubble/sample-details.d.ts +5 -0
- package/schematics/generators/maps-bubble/sample-details.js +7 -0
- package/schematics/generators/maps-bubble/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
- package/schematics/generators/maps-bubble/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -0
- package/schematics/generators/maps-bubble/schema.d.ts +3 -0
- package/schematics/generators/maps-bubble/schema.js +2 -0
- package/schematics/generators/maps-bubble/schema.json +125 -0
- package/schematics/generators/maps-color-mapping/images/__path__/__name@dasherize__/ballon.png +0 -0
- package/schematics/generators/maps-color-mapping/index.d.ts +3 -0
- package/schematics/generators/maps-color-mapping/index.js +8 -0
- package/schematics/generators/maps-color-mapping/sample-details.d.ts +5 -0
- package/schematics/generators/maps-color-mapping/sample-details.js +7 -0
- package/schematics/generators/maps-color-mapping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
- package/schematics/generators/maps-color-mapping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
- package/schematics/generators/maps-color-mapping/schema.d.ts +3 -0
- package/schematics/generators/maps-color-mapping/schema.js +2 -0
- package/schematics/generators/maps-color-mapping/schema.json +125 -0
- package/schematics/generators/maps-default/images/__path__/__name@dasherize__/ballon.png +0 -0
- package/schematics/generators/maps-default/index.d.ts +3 -0
- package/schematics/generators/maps-default/index.js +8 -0
- package/schematics/generators/maps-default/sample-details.d.ts +5 -0
- package/schematics/generators/maps-default/sample-details.js +7 -0
- package/schematics/generators/maps-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
- package/schematics/generators/maps-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -0
- package/schematics/generators/maps-default/schema.d.ts +3 -0
- package/schematics/generators/maps-default/schema.js +2 -0
- package/schematics/generators/maps-default/schema.json +125 -0
- package/schematics/generators/maps-label/index.d.ts +3 -0
- package/schematics/generators/maps-label/index.js +8 -0
- package/schematics/generators/maps-label/sample-details.d.ts +5 -0
- package/schematics/generators/maps-label/sample-details.js +7 -0
- package/schematics/generators/maps-label/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
- package/schematics/generators/maps-label/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
- package/schematics/generators/maps-label/schema.d.ts +3 -0
- package/schematics/generators/maps-label/schema.js +2 -0
- package/schematics/generators/maps-label/schema.json +125 -0
- package/schematics/generators/maps-legend/images/__path__/__name@dasherize__/ballon.png +0 -0
- package/schematics/generators/maps-legend/index.d.ts +3 -0
- package/schematics/generators/maps-legend/index.js +8 -0
- package/schematics/generators/maps-legend/sample-details.d.ts +5 -0
- package/schematics/generators/maps-legend/sample-details.js +7 -0
- package/schematics/generators/maps-legend/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
- package/schematics/generators/maps-legend/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
- package/schematics/generators/maps-legend/schema.d.ts +3 -0
- package/schematics/generators/maps-legend/schema.js +2 -0
- package/schematics/generators/maps-legend/schema.json +125 -0
- package/schematics/generators/maps-marker/images/__path__/__name@dasherize__/ballon.png +0 -0
- package/schematics/generators/maps-marker/index.d.ts +3 -0
- package/schematics/generators/maps-marker/index.js +8 -0
- package/schematics/generators/maps-marker/sample-details.d.ts +5 -0
- package/schematics/generators/maps-marker/sample-details.js +7 -0
- package/schematics/generators/maps-marker/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
- package/schematics/generators/maps-marker/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -0
- package/schematics/generators/maps-marker/schema.d.ts +3 -0
- package/schematics/generators/maps-marker/schema.js +2 -0
- package/schematics/generators/maps-marker/schema.json +125 -0
- package/schematics/generators/maps-navigation-line/index.d.ts +3 -0
- package/schematics/generators/maps-navigation-line/index.js +8 -0
- package/schematics/generators/maps-navigation-line/sample-details.d.ts +5 -0
- package/schematics/generators/maps-navigation-line/sample-details.js +7 -0
- package/schematics/generators/maps-navigation-line/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +19 -0
- package/schematics/generators/maps-navigation-line/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +6 -0
- package/schematics/generators/maps-navigation-line/schema.d.ts +3 -0
- package/schematics/generators/maps-navigation-line/schema.js +2 -0
- package/schematics/generators/maps-navigation-line/schema.json +125 -0
- package/schematics/generators/maps-osm/index.d.ts +3 -0
- package/schematics/generators/maps-osm/index.js +8 -0
- package/schematics/generators/maps-osm/sample-details.d.ts +5 -0
- package/schematics/generators/maps-osm/sample-details.js +7 -0
- package/schematics/generators/maps-osm/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
- package/schematics/generators/maps-osm/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +10 -0
- package/schematics/generators/maps-osm/schema.d.ts +3 -0
- package/schematics/generators/maps-osm/schema.js +2 -0
- package/schematics/generators/maps-osm/schema.json +125 -0
- package/schematics/ng-add/index.d.ts +3 -0
- package/schematics/ng-add/index.js +9 -0
- package/schematics/ng-add/schema.d.ts +13 -0
- package/schematics/ng-add/schema.js +2 -0
- package/schematics/ng-add/schema.json +34 -0
- package/schematics/tsconfig.json +25 -0
- package/schematics/utils/lib-details.d.ts +4 -0
- package/schematics/utils/lib-details.js +6 -0
- package/schematics/utils/lib-details.ts +2 -2
- package/src/maps/annotations.directive.d.ts +11 -12
- package/src/maps/bubblesettings.directive.d.ts +20 -25
- package/src/maps/colormapping.directive.d.ts +9 -14
- package/src/maps/initialshapeselection.directive.d.ts +3 -8
- package/src/maps/layers.directive.d.ts +38 -34
- package/src/maps/maps-all.module.d.ts +0 -6
- package/src/maps/maps.component.d.ts +5 -4
- package/src/maps/maps.module.d.ts +0 -13
- package/src/maps/markersettings.directive.d.ts +33 -31
- package/src/maps/navigationlinesettings.directive.d.ts +11 -15
- package/esm2020/public_api.mjs +0 -3
- 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 -65
- package/esm2020/src/maps/maps.component.mjs +0 -160
- 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 -728
- package/fesm2015/syncfusion-ej2-angular-maps.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-maps.mjs +0 -728
- package/fesm2020/syncfusion-ej2-angular-maps.mjs.map +0 -1
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
|
-
*
|
|
4
|
+
* Represents the directive to define the bubble color mapping in the maps.
|
|
6
5
|
* ```html
|
|
7
6
|
* <e-layers>
|
|
8
7
|
* <e-layer>
|
|
@@ -20,50 +19,48 @@ export declare class ColorMappingDirective extends ComplexBase<ColorMappingDirec
|
|
|
20
19
|
private viewContainerRef;
|
|
21
20
|
directivePropList: any;
|
|
22
21
|
/**
|
|
23
|
-
*
|
|
22
|
+
* Gets or sets the color for the color-mapping in maps.
|
|
24
23
|
* @default null
|
|
25
24
|
*/
|
|
26
25
|
color: any;
|
|
27
26
|
/**
|
|
28
|
-
*
|
|
27
|
+
* Gets or sets the value from where the range for the color-mapping starts.
|
|
29
28
|
* @aspdefaultvalueignore
|
|
30
29
|
* @default null
|
|
31
30
|
*/
|
|
32
31
|
from: any;
|
|
33
32
|
/**
|
|
34
|
-
*
|
|
33
|
+
* Gets or sets the label for the color-mapping to display in the legend item text.
|
|
35
34
|
* @default null
|
|
36
35
|
*/
|
|
37
36
|
label: any;
|
|
38
37
|
/**
|
|
39
|
-
*
|
|
38
|
+
* Gets or sets the maximum opacity for the color-mapping in maps.
|
|
40
39
|
* @default null
|
|
41
40
|
*/
|
|
42
41
|
maxOpacity: any;
|
|
43
42
|
/**
|
|
44
|
-
*
|
|
43
|
+
* Gets or sets the minimum opacity for the color-mapping in maps.
|
|
45
44
|
* @default null
|
|
46
45
|
*/
|
|
47
46
|
minOpacity: any;
|
|
48
47
|
/**
|
|
49
|
-
* Enables or disables the visibility
|
|
48
|
+
* Enables or disables the visibility of legend for the corresponding color-mapped shapes in maps.
|
|
50
49
|
* @default true
|
|
51
50
|
*/
|
|
52
51
|
showLegend: any;
|
|
53
52
|
/**
|
|
54
|
-
*
|
|
53
|
+
* Gets or sets the value to where the range for the color-mapping ends.
|
|
55
54
|
* @aspdefaultvalueignore
|
|
56
55
|
* @default null
|
|
57
56
|
*/
|
|
58
57
|
to: any;
|
|
59
58
|
/**
|
|
60
|
-
*
|
|
59
|
+
* Gets or sets the value from the data source to map the corresponding colors to the shapes.
|
|
61
60
|
* @default null
|
|
62
61
|
*/
|
|
63
62
|
value: any;
|
|
64
63
|
constructor(viewContainerRef: ViewContainerRef);
|
|
65
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColorMappingDirective, never>;
|
|
66
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ColorMappingDirective, "e-bubbleSettings>e-colorMappings>e-colorMapping", never, { "color": "color"; "from": "from"; "label": "label"; "maxOpacity": "maxOpacity"; "minOpacity": "minOpacity"; "showLegend": "showLegend"; "to": "to"; "value": "value"; }, {}, never>;
|
|
67
64
|
}
|
|
68
65
|
/**
|
|
69
66
|
* ColorMapping Array Directive
|
|
@@ -71,6 +68,4 @@ export declare class ColorMappingDirective extends ComplexBase<ColorMappingDirec
|
|
|
71
68
|
*/
|
|
72
69
|
export declare class ColorMappingsDirective extends ArrayBase<ColorMappingsDirective> {
|
|
73
70
|
constructor();
|
|
74
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColorMappingsDirective, never>;
|
|
75
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ColorMappingsDirective, "e-bubbleSettings>e-colorMappings", never, {}, {}, ["children"]>;
|
|
76
71
|
}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
|
-
*
|
|
4
|
+
* Represents the directive to configure the selection of the shapes when the maps is initially rendered.
|
|
6
5
|
* ```html
|
|
7
6
|
* <e-layers>
|
|
8
7
|
* <e-layer>
|
|
@@ -18,18 +17,16 @@ export declare class InitialShapeSelectionDirective extends ComplexBase<InitialS
|
|
|
18
17
|
private viewContainerRef;
|
|
19
18
|
directivePropList: any;
|
|
20
19
|
/**
|
|
21
|
-
*
|
|
20
|
+
* Gets or sets the property name from the data source in maps.
|
|
22
21
|
* @default null
|
|
23
22
|
*/
|
|
24
23
|
shapePath: any;
|
|
25
24
|
/**
|
|
26
|
-
*
|
|
25
|
+
* Gets or sets the value from the data source which is bound to the shape in maps.
|
|
27
26
|
* @default null
|
|
28
27
|
*/
|
|
29
28
|
shapeValue: any;
|
|
30
29
|
constructor(viewContainerRef: ViewContainerRef);
|
|
31
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<InitialShapeSelectionDirective, never>;
|
|
32
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<InitialShapeSelectionDirective, "e-layer>e-initialShapeSelections>e-initialShapeSelection", never, { "shapePath": "shapePath"; "shapeValue": "shapeValue"; }, {}, never>;
|
|
33
30
|
}
|
|
34
31
|
/**
|
|
35
32
|
* InitialShapeSelection Array Directive
|
|
@@ -37,6 +34,4 @@ export declare class InitialShapeSelectionDirective extends ComplexBase<InitialS
|
|
|
37
34
|
*/
|
|
38
35
|
export declare class InitialShapeSelectionsDirective extends ArrayBase<InitialShapeSelectionsDirective> {
|
|
39
36
|
constructor();
|
|
40
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<InitialShapeSelectionsDirective, never>;
|
|
41
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<InitialShapeSelectionsDirective, "e-layer>e-initialShapeSelections", never, {}, {}, ["children"]>;
|
|
42
37
|
}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
|
-
*
|
|
4
|
+
* Represents the directive to define the layer of the maps.
|
|
6
5
|
* ```html
|
|
7
6
|
* <e-layers>
|
|
8
7
|
* <e-layer></e-layer>
|
|
@@ -18,128 +17,135 @@ export declare class LayerDirective extends ComplexBase<LayerDirective> {
|
|
|
18
17
|
childNavigationLineSettings: any;
|
|
19
18
|
tags: string[];
|
|
20
19
|
/**
|
|
21
|
-
*
|
|
20
|
+
* Gets or sets the type of the layer in maps. There are two types: Layer and SubLayer.
|
|
22
21
|
* @default Layer
|
|
23
22
|
*/
|
|
24
23
|
type: any;
|
|
25
24
|
/**
|
|
26
|
-
*
|
|
25
|
+
* Gets or sets the duration of the animation of layers when the zooming is performed in maps.
|
|
27
26
|
* @default 0
|
|
28
27
|
*/
|
|
29
28
|
animationDuration: any;
|
|
30
29
|
/**
|
|
31
|
-
*
|
|
32
|
-
* then the map will
|
|
30
|
+
* Gets or sets the Bing map type for the layer. If you set GeoJSON data in the map and set the `BingMapType` value without setting the layer type as "Bing",
|
|
31
|
+
* then the map will be rendered based on the provided shape data since the default layer type will be set as "Geometry".
|
|
32
|
+
|
|
33
33
|
* @default Aerial
|
|
34
34
|
*/
|
|
35
35
|
bingMapType: any;
|
|
36
36
|
/**
|
|
37
|
-
*
|
|
37
|
+
* Gets or sets the options for customizing the bubbles in maps.
|
|
38
38
|
*/
|
|
39
39
|
bubbleSettings: any;
|
|
40
40
|
/**
|
|
41
|
-
*
|
|
41
|
+
* Gets or sets the options for customizing the data labels in maps.
|
|
42
42
|
*/
|
|
43
43
|
dataLabelSettings: any;
|
|
44
44
|
/**
|
|
45
|
-
*
|
|
46
|
-
*
|
|
45
|
+
* Gets or sets the data source for the layer.
|
|
46
|
+
* The data bound to the shapes using data source can be used to display the tooltip, marker, and bubble.
|
|
47
47
|
* @isobservable true
|
|
48
48
|
* @default []
|
|
49
49
|
*/
|
|
50
50
|
dataSource: any;
|
|
51
51
|
/**
|
|
52
|
-
*
|
|
52
|
+
* Gets or sets the geometry type for the layer in maps. There are two types: Geographic and Normal.
|
|
53
|
+
* * Geographic type renders the shape maps with geographical coordinate system.
|
|
54
|
+
* * Normal type renders the shape maps using default coordinate system.
|
|
53
55
|
* @default Geographic
|
|
54
56
|
*/
|
|
55
57
|
geometryType: any;
|
|
56
58
|
/**
|
|
57
|
-
*
|
|
59
|
+
* Gets or sets the options for customizing the shapes when the mouse hovers over maps.
|
|
58
60
|
*/
|
|
59
61
|
highlightSettings: any;
|
|
60
62
|
/**
|
|
61
|
-
*
|
|
63
|
+
* Gets or sets the settings for the shapes to be selected when the maps rendering initially.
|
|
64
|
+
* The initial selection of shapes will be performed only when the selection functionality of layer is enabled.
|
|
62
65
|
*/
|
|
63
66
|
initialShapeSelection: any;
|
|
64
67
|
/**
|
|
65
|
-
*
|
|
68
|
+
* Gets or sets the key for the online map provider to render in the layer of the maps.
|
|
69
|
+
|
|
66
70
|
* @default ''
|
|
67
71
|
*/
|
|
68
72
|
key: any;
|
|
69
73
|
/**
|
|
70
|
-
*
|
|
74
|
+
* Gets or sets the type of the layer in maps. If we use layer type with shape data property in layer of the maps
|
|
71
75
|
* then map will render based on the provided layer type.
|
|
76
|
+
|
|
72
77
|
* @default Geometry
|
|
73
78
|
*/
|
|
74
79
|
layerType: any;
|
|
75
80
|
/**
|
|
76
|
-
*
|
|
81
|
+
* Gets or sets the options for customizing the cluster of markers in maps.
|
|
77
82
|
*/
|
|
78
83
|
markerClusterSettings: any;
|
|
79
84
|
/**
|
|
80
|
-
*
|
|
85
|
+
* Gets or sets the options for customizing the markers in maps.
|
|
81
86
|
*/
|
|
82
87
|
markerSettings: any;
|
|
83
88
|
/**
|
|
84
|
-
*
|
|
89
|
+
* Gets or sets the options for customizing the navigation lines in maps.
|
|
85
90
|
*/
|
|
86
91
|
navigationLineSettings: any;
|
|
87
92
|
/**
|
|
88
|
-
*
|
|
93
|
+
* Gets or sets the query to select particular data from the layer data source.
|
|
89
94
|
* This property is applicable only when the data source is created by data manager.
|
|
90
95
|
* @default null
|
|
91
96
|
*/
|
|
92
97
|
query: any;
|
|
93
98
|
/**
|
|
94
|
-
*
|
|
99
|
+
* Gets or sets the options for customizing the shapes when clicking on the shapes in maps.
|
|
95
100
|
*/
|
|
96
101
|
selectionSettings: any;
|
|
97
102
|
/**
|
|
98
|
-
*
|
|
103
|
+
* Gets or sets the data for the maps to render.
|
|
104
|
+
* The data is normally JSON object with GeoJSON format that defines the shapes and geometries of the map.
|
|
99
105
|
* @isobservable true
|
|
100
106
|
* @default null
|
|
101
107
|
*/
|
|
102
108
|
shapeData: any;
|
|
103
109
|
/**
|
|
104
|
-
*
|
|
110
|
+
* Gets or sets the field name from the GeoJSON data to map the shape to the data defined in the layer data source.
|
|
105
111
|
* @default 'name'
|
|
106
112
|
*/
|
|
107
113
|
shapeDataPath: any;
|
|
108
114
|
/**
|
|
109
|
-
*
|
|
115
|
+
* Gets or sets the field name from the data source to map the shape to the data defined in the layer data source.
|
|
110
116
|
* @default 'name'
|
|
111
117
|
*/
|
|
112
118
|
shapePropertyPath: any;
|
|
113
119
|
/**
|
|
114
|
-
*
|
|
120
|
+
* Gets or sets the options to customize the shape of the maps.
|
|
115
121
|
*/
|
|
116
122
|
shapeSettings: any;
|
|
117
123
|
/**
|
|
118
|
-
*
|
|
124
|
+
* Gets or sets the type of the static maps.
|
|
125
|
+
|
|
119
126
|
* @default RoadMap
|
|
120
127
|
*/
|
|
121
128
|
staticMapType: any;
|
|
122
129
|
/**
|
|
123
|
-
*
|
|
130
|
+
* Gets or sets the options for customizing the toggle state of shapes when selecting the legend in maps.
|
|
124
131
|
*/
|
|
125
132
|
toggleLegendSettings: any;
|
|
126
133
|
/**
|
|
127
|
-
*
|
|
134
|
+
* Gets or sets the options for customizing the tooltip of the layers in maps.
|
|
128
135
|
*/
|
|
129
136
|
tooltipSettings: any;
|
|
130
137
|
/**
|
|
131
|
-
*
|
|
132
|
-
*
|
|
138
|
+
* Gets or sets the URL of the online map providers.
|
|
139
|
+
* The online map providers will be rendered only when the shape data is not set and layer type is set with default value.
|
|
140
|
+
* @default ''
|
|
133
141
|
*/
|
|
134
142
|
urlTemplate: any;
|
|
135
143
|
/**
|
|
136
|
-
* Enables or disables the visibility
|
|
144
|
+
* Enables or disables the visibility of the layers in maps.
|
|
137
145
|
* @default true
|
|
138
146
|
*/
|
|
139
147
|
visible: any;
|
|
140
148
|
constructor(viewContainerRef: ViewContainerRef);
|
|
141
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LayerDirective, never>;
|
|
142
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LayerDirective, "e-layers>e-layer", never, { "animationDuration": "animationDuration"; "bingMapType": "bingMapType"; "bubbleSettings": "bubbleSettings"; "dataLabelSettings": "dataLabelSettings"; "dataSource": "dataSource"; "geometryType": "geometryType"; "highlightSettings": "highlightSettings"; "initialShapeSelection": "initialShapeSelection"; "key": "key"; "layerType": "layerType"; "markerClusterSettings": "markerClusterSettings"; "markerSettings": "markerSettings"; "navigationLineSettings": "navigationLineSettings"; "query": "query"; "selectionSettings": "selectionSettings"; "shapeData": "shapeData"; "shapeDataPath": "shapeDataPath"; "shapePropertyPath": "shapePropertyPath"; "shapeSettings": "shapeSettings"; "staticMapType": "staticMapType"; "toggleLegendSettings": "toggleLegendSettings"; "tooltipSettings": "tooltipSettings"; "type": "type"; "urlTemplate": "urlTemplate"; "visible": "visible"; }, {}, ["childInitialShapeSelection", "childMarkerSettings", "childBubbleSettings", "childNavigationLineSettings"]>;
|
|
143
149
|
}
|
|
144
150
|
/**
|
|
145
151
|
* Layer Array Directive
|
|
@@ -147,6 +153,4 @@ export declare class LayerDirective extends ComplexBase<LayerDirective> {
|
|
|
147
153
|
*/
|
|
148
154
|
export declare class LayersDirective extends ArrayBase<LayersDirective> {
|
|
149
155
|
constructor();
|
|
150
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LayersDirective, never>;
|
|
151
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LayersDirective, "ej-maps>e-layers", never, {}, {}, ["children"]>;
|
|
152
156
|
}
|
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
import { ValueProvider } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "@angular/common";
|
|
4
|
-
import * as i2 from "./maps.module";
|
|
5
2
|
export declare const BubbleService: ValueProvider;
|
|
6
3
|
export declare const LegendService: ValueProvider;
|
|
7
4
|
export declare const MarkerService: ValueProvider;
|
|
@@ -19,7 +16,4 @@ export declare const ImageExportService: ValueProvider;
|
|
|
19
16
|
* NgModule definition for the Maps component with providers.
|
|
20
17
|
*/
|
|
21
18
|
export declare class MapsAllModule {
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MapsAllModule, never>;
|
|
23
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MapsAllModule, never, [typeof i1.CommonModule, typeof i2.MapsModule], [typeof i2.MapsModule]>;
|
|
24
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<MapsAllModule>;
|
|
25
19
|
}
|
|
@@ -3,12 +3,12 @@ import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
|
3
3
|
import { Maps } from '@syncfusion/ej2-maps';
|
|
4
4
|
import { LayersDirective } from './layers.directive';
|
|
5
5
|
import { AnnotationsDirective } from './annotations.directive';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
6
|
export declare const inputs: string[];
|
|
8
7
|
export declare const outputs: string[];
|
|
9
8
|
export declare const twoWays: string[];
|
|
10
9
|
/**
|
|
11
|
-
* Represents Maps
|
|
10
|
+
* Represents the Angular Maps component.
|
|
11
|
+
* It is ideal for rendering maps from GeoJSON data or other map providers like OpenStreetMap, Google Maps, Bing Maps, etc that has rich feature set that includes markers, labels, bubbles and much more.
|
|
12
12
|
* ```html
|
|
13
13
|
* <ej-maps></ej-maps>
|
|
14
14
|
* ```
|
|
@@ -39,8 +39,11 @@ export declare class MapsComponent extends Maps implements IComponentBase {
|
|
|
39
39
|
markerClusterClick: any;
|
|
40
40
|
markerClusterMouseMove: any;
|
|
41
41
|
markerClusterRendering: any;
|
|
42
|
+
markerDragEnd: any;
|
|
43
|
+
markerDragStart: any;
|
|
42
44
|
markerMouseMove: any;
|
|
43
45
|
markerRendering: any;
|
|
46
|
+
onclick: any;
|
|
44
47
|
pan: any;
|
|
45
48
|
resize: any;
|
|
46
49
|
rightClick: any;
|
|
@@ -61,6 +64,4 @@ export declare class MapsComponent extends Maps implements IComponentBase {
|
|
|
61
64
|
ngAfterContentChecked(): void;
|
|
62
65
|
registerEvents: (eventList: string[]) => void;
|
|
63
66
|
addTwoWay: (propList: string[]) => void;
|
|
64
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MapsComponent, never>;
|
|
65
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MapsComponent, "ejs-maps", never, { "allowImageExport": "allowImageExport"; "allowPdfExport": "allowPdfExport"; "allowPrint": "allowPrint"; "annotations": "annotations"; "background": "background"; "baseLayerIndex": "baseLayerIndex"; "border": "border"; "centerPosition": "centerPosition"; "description": "description"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "format": "format"; "height": "height"; "layers": "layers"; "legendSettings": "legendSettings"; "locale": "locale"; "mapsArea": "mapsArea"; "margin": "margin"; "projectionType": "projectionType"; "tabIndex": "tabIndex"; "theme": "theme"; "titleSettings": "titleSettings"; "tooltipDisplayMode": "tooltipDisplayMode"; "useGroupingSeparator": "useGroupingSeparator"; "width": "width"; "zoomSettings": "zoomSettings"; }, { "animationComplete": "animationComplete"; "annotationRendering": "annotationRendering"; "beforePrint": "beforePrint"; "bubbleClick": "bubbleClick"; "bubbleMouseMove": "bubbleMouseMove"; "bubbleRendering": "bubbleRendering"; "click": "click"; "dataLabelRendering": "dataLabelRendering"; "doubleClick": "doubleClick"; "itemHighlight": "itemHighlight"; "itemSelection": "itemSelection"; "layerRendering": "layerRendering"; "legendRendering": "legendRendering"; "load": "load"; "loaded": "loaded"; "markerClick": "markerClick"; "markerClusterClick": "markerClusterClick"; "markerClusterMouseMove": "markerClusterMouseMove"; "markerClusterRendering": "markerClusterRendering"; "markerMouseMove": "markerMouseMove"; "markerRendering": "markerRendering"; "pan": "pan"; "resize": "resize"; "rightClick": "rightClick"; "shapeHighlight": "shapeHighlight"; "shapeRendering": "shapeRendering"; "shapeSelected": "shapeSelected"; "tooltipRender": "tooltipRender"; "tooltipRenderComplete": "tooltipRenderComplete"; "zoom": "zoom"; "dataSourceChange": "dataSourceChange"; }, ["childLayers", "childAnnotations"], never>;
|
|
66
67
|
}
|
|
@@ -1,18 +1,5 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./maps.component";
|
|
3
|
-
import * as i2 from "./initialshapeselection.directive";
|
|
4
|
-
import * as i3 from "./markersettings.directive";
|
|
5
|
-
import * as i4 from "./colormapping.directive";
|
|
6
|
-
import * as i5 from "./bubblesettings.directive";
|
|
7
|
-
import * as i6 from "./navigationlinesettings.directive";
|
|
8
|
-
import * as i7 from "./layers.directive";
|
|
9
|
-
import * as i8 from "./annotations.directive";
|
|
10
|
-
import * as i9 from "@angular/common";
|
|
11
1
|
/**
|
|
12
2
|
* NgModule definition for the Maps component.
|
|
13
3
|
*/
|
|
14
4
|
export declare class MapsModule {
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MapsModule, never>;
|
|
16
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MapsModule, [typeof i1.MapsComponent, typeof i2.InitialShapeSelectionDirective, typeof i2.InitialShapeSelectionsDirective, typeof i3.MarkerDirective, typeof i3.MarkersDirective, typeof i4.ColorMappingDirective, typeof i4.ColorMappingsDirective, typeof i5.BubbleDirective, typeof i5.BubblesDirective, typeof i6.NavigationLineDirective, typeof i6.NavigationLinesDirective, typeof i7.LayerDirective, typeof i7.LayersDirective, typeof i8.AnnotationDirective, typeof i8.AnnotationsDirective], [typeof i9.CommonModule], [typeof i1.MapsComponent, typeof i2.InitialShapeSelectionDirective, typeof i2.InitialShapeSelectionsDirective, typeof i3.MarkerDirective, typeof i3.MarkersDirective, typeof i4.ColorMappingDirective, typeof i4.ColorMappingsDirective, typeof i5.BubbleDirective, typeof i5.BubblesDirective, typeof i6.NavigationLineDirective, typeof i6.NavigationLinesDirective, typeof i7.LayerDirective, typeof i7.LayersDirective, typeof i8.AnnotationDirective, typeof i8.AnnotationsDirective]>;
|
|
17
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<MapsModule>;
|
|
18
5
|
}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
|
-
*
|
|
4
|
+
* Represents the directive to define the markers in the maps.
|
|
6
5
|
* ```html
|
|
7
6
|
* <e-layers>
|
|
8
7
|
* <e-layer>
|
|
@@ -18,30 +17,30 @@ export declare class MarkerDirective extends ComplexBase<MarkerDirective> {
|
|
|
18
17
|
private viewContainerRef;
|
|
19
18
|
directivePropList: any;
|
|
20
19
|
/**
|
|
21
|
-
*
|
|
20
|
+
* Gets or sets the delay time for the animation in marker.
|
|
22
21
|
* @default 0
|
|
23
22
|
*/
|
|
24
23
|
animationDelay: any;
|
|
25
24
|
/**
|
|
26
|
-
*
|
|
25
|
+
* Gets or sets the duration time for animating the marker.
|
|
27
26
|
* @default 1000
|
|
28
27
|
*/
|
|
29
28
|
animationDuration: any;
|
|
30
29
|
/**
|
|
31
|
-
*
|
|
30
|
+
* Gets or sets the options for customizing the style properties of the border of the marker in maps.
|
|
32
31
|
*/
|
|
33
32
|
border: any;
|
|
34
33
|
/**
|
|
35
|
-
*
|
|
34
|
+
* Gets or sets the field name from the marker data source based on which the color is applied for the marker.
|
|
36
35
|
* @default null
|
|
37
36
|
*/
|
|
38
37
|
colorValuePath: any;
|
|
39
38
|
/**
|
|
40
|
-
*
|
|
39
|
+
* Gets or sets the dash-array for the marker.
|
|
41
40
|
*/
|
|
42
41
|
dashArray: any;
|
|
43
42
|
/**
|
|
44
|
-
*
|
|
43
|
+
* Gets or sets the data source for the marker.
|
|
45
44
|
* The data source for the marker will contain latitude and longitude values to specify the location
|
|
46
45
|
* of the marker.
|
|
47
46
|
* The data source can contain data such as color, shape, and other details that can be bound to the color, shape,
|
|
@@ -51,97 +50,102 @@ export declare class MarkerDirective extends ComplexBase<MarkerDirective> {
|
|
|
51
50
|
*/
|
|
52
51
|
dataSource: any;
|
|
53
52
|
/**
|
|
54
|
-
*
|
|
53
|
+
* Enables or disables marker drag and drop functionality at any location on the map.
|
|
54
|
+
* @default false
|
|
55
|
+
*/
|
|
56
|
+
enableDrag: any;
|
|
57
|
+
/**
|
|
58
|
+
* Gets or sets the color for the marker in maps.
|
|
55
59
|
* @default '#FF471A'
|
|
56
60
|
*/
|
|
57
61
|
fill: any;
|
|
58
62
|
/**
|
|
59
|
-
*
|
|
63
|
+
* Gets or sets the height of the marker in maps.
|
|
60
64
|
* @default 10
|
|
61
65
|
*/
|
|
62
66
|
height: any;
|
|
63
67
|
/**
|
|
64
|
-
*
|
|
68
|
+
* Gets or sets the options to customize the marker when the mouse hovers over the markers in maps.
|
|
65
69
|
*/
|
|
66
70
|
highlightSettings: any;
|
|
67
71
|
/**
|
|
68
|
-
*
|
|
72
|
+
* Gets or sets the URL for rendering the marker as image. This property acts as image source for all the markers in a marker settings.
|
|
69
73
|
*/
|
|
70
74
|
imageUrl: any;
|
|
71
75
|
/**
|
|
72
|
-
*
|
|
76
|
+
* Gets or sets the field name from the marker data source based on which the image source for the image type marker is got individually.
|
|
73
77
|
* @default null
|
|
74
78
|
*/
|
|
75
79
|
imageUrlValuePath: any;
|
|
76
80
|
/**
|
|
77
|
-
*
|
|
81
|
+
* Gets or sets the options to select the markers at the initial rendering time of the maps.
|
|
82
|
+
* The initial selection of markers will be performed only when the selection functionality of marker is enabled.
|
|
78
83
|
*/
|
|
79
84
|
initialMarkerSelection: any;
|
|
80
85
|
/**
|
|
81
|
-
* Defines the
|
|
86
|
+
* Defines the field name from the marker data source for setting latitude for a set of markers.
|
|
82
87
|
*/
|
|
83
88
|
latitudeValuePath: any;
|
|
84
89
|
/**
|
|
85
|
-
*
|
|
90
|
+
* Gets or sets the field name from the marker data source to render legend item text for the marker legend.
|
|
86
91
|
* @default ''
|
|
87
92
|
*/
|
|
88
93
|
legendText: any;
|
|
89
94
|
/**
|
|
90
|
-
* Defines the
|
|
95
|
+
* Defines the field name from the marker data source for setting longitude for a set of markers.
|
|
91
96
|
*/
|
|
92
97
|
longitudeValuePath: any;
|
|
93
98
|
/**
|
|
94
|
-
*
|
|
99
|
+
* Gets or sets the offset value from which the marker must be rendered from the intended position.
|
|
95
100
|
*/
|
|
96
101
|
offset: any;
|
|
97
102
|
/**
|
|
98
|
-
*
|
|
103
|
+
* Gets or sets the opacity for the marker in maps.
|
|
99
104
|
* @default 1
|
|
100
105
|
*/
|
|
101
106
|
opacity: any;
|
|
102
107
|
/**
|
|
103
|
-
*
|
|
108
|
+
* Gets or sets the query to select particular data from the marker data source.
|
|
104
109
|
* This property is applicable only when the data source is created by data manager.
|
|
105
110
|
* @default null
|
|
106
111
|
*/
|
|
107
112
|
query: any;
|
|
108
113
|
/**
|
|
109
|
-
*
|
|
114
|
+
* Gets or sets the options to customize the marker while selecting the marker in maps.
|
|
110
115
|
*/
|
|
111
116
|
selectionSettings: any;
|
|
112
117
|
/**
|
|
113
|
-
*
|
|
118
|
+
* Gets or sets the shape of the marker in maps.
|
|
114
119
|
* @default Balloon
|
|
115
120
|
*/
|
|
116
121
|
shape: any;
|
|
117
122
|
/**
|
|
118
|
-
*
|
|
123
|
+
* Gets or sets the field name from the marker data source based on which the shape for individual markers are set.
|
|
119
124
|
* @default null
|
|
120
125
|
*/
|
|
121
126
|
shapeValuePath: any;
|
|
122
127
|
/**
|
|
123
|
-
*
|
|
128
|
+
* Gets or sets the options to customize the tooltip of the marker in maps.
|
|
124
129
|
*/
|
|
125
130
|
tooltipSettings: any;
|
|
126
131
|
/**
|
|
127
|
-
* Enables or disables the visibility
|
|
132
|
+
* Enables or disables the visibility of the markers in maps.
|
|
128
133
|
* @default false
|
|
129
134
|
*/
|
|
130
135
|
visible: any;
|
|
131
136
|
/**
|
|
132
|
-
*
|
|
137
|
+
* Gets or sets the width of the marker in maps.
|
|
133
138
|
* @default 10
|
|
134
139
|
*/
|
|
135
140
|
width: any;
|
|
136
141
|
/**
|
|
137
|
-
*
|
|
142
|
+
* Gets or sets the template for the marker to render custom elements.
|
|
138
143
|
* @default null
|
|
144
|
+
* @asptype string
|
|
139
145
|
*/
|
|
140
146
|
template: any;
|
|
141
147
|
tooltipSettings_template: any;
|
|
142
148
|
constructor(viewContainerRef: ViewContainerRef);
|
|
143
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MarkerDirective, never>;
|
|
144
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MarkerDirective, "e-layer>e-markerSettings>e-markerSetting", never, { "animationDelay": "animationDelay"; "animationDuration": "animationDuration"; "border": "border"; "colorValuePath": "colorValuePath"; "dashArray": "dashArray"; "dataSource": "dataSource"; "fill": "fill"; "height": "height"; "highlightSettings": "highlightSettings"; "imageUrl": "imageUrl"; "imageUrlValuePath": "imageUrlValuePath"; "initialMarkerSelection": "initialMarkerSelection"; "latitudeValuePath": "latitudeValuePath"; "legendText": "legendText"; "longitudeValuePath": "longitudeValuePath"; "offset": "offset"; "opacity": "opacity"; "query": "query"; "selectionSettings": "selectionSettings"; "shape": "shape"; "shapeValuePath": "shapeValuePath"; "template": "template"; "tooltipSettings": "tooltipSettings"; "visible": "visible"; "width": "width"; }, {}, ["template", "tooltipSettings_template"]>;
|
|
145
149
|
}
|
|
146
150
|
/**
|
|
147
151
|
* Marker Array Directive
|
|
@@ -149,6 +153,4 @@ export declare class MarkerDirective extends ComplexBase<MarkerDirective> {
|
|
|
149
153
|
*/
|
|
150
154
|
export declare class MarkersDirective extends ArrayBase<MarkersDirective> {
|
|
151
155
|
constructor();
|
|
152
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MarkersDirective, never>;
|
|
153
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<MarkersDirective, "e-layer>e-markerSettings", never, {}, {}, ["children"]>;
|
|
154
156
|
}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { ViewContainerRef } from '@angular/core';
|
|
2
2
|
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
3
|
/**
|
|
5
|
-
*
|
|
4
|
+
* Represents the directive to define the navigation lines in the maps.
|
|
6
5
|
* ```html
|
|
7
6
|
* <e-layers>
|
|
8
7
|
* <e-layer>
|
|
@@ -18,39 +17,40 @@ export declare class NavigationLineDirective extends ComplexBase<NavigationLineD
|
|
|
18
17
|
private viewContainerRef;
|
|
19
18
|
directivePropList: any;
|
|
20
19
|
/**
|
|
21
|
-
*
|
|
20
|
+
* Gets or sets the angle of the curve connecting different locations in maps.
|
|
22
21
|
* @default 0
|
|
23
22
|
*/
|
|
24
23
|
angle: any;
|
|
25
24
|
/**
|
|
26
|
-
*
|
|
25
|
+
* Gets or sets the options to customize the arrow for the navigation line in maps.
|
|
27
26
|
*/
|
|
28
27
|
arrowSettings: any;
|
|
29
28
|
/**
|
|
30
|
-
*
|
|
29
|
+
* Gets or sets the color for the navigation lines in maps.
|
|
30
|
+
* @default 'black'
|
|
31
31
|
*/
|
|
32
32
|
color: any;
|
|
33
33
|
/**
|
|
34
|
-
*
|
|
34
|
+
* Gets or sets the dash-array for the navigation lines drawn in maps.
|
|
35
35
|
* @default ''
|
|
36
36
|
*/
|
|
37
37
|
dashArray: any;
|
|
38
38
|
/**
|
|
39
|
-
*
|
|
39
|
+
* Gets or sets the highlight settings of the navigation line in maps.
|
|
40
40
|
*/
|
|
41
41
|
highlightSettings: any;
|
|
42
42
|
/**
|
|
43
|
-
*
|
|
43
|
+
* Gets or sets the latitude value for the navigation lines to be drawn in maps.
|
|
44
44
|
* @default []
|
|
45
45
|
*/
|
|
46
46
|
latitude: any;
|
|
47
47
|
/**
|
|
48
|
-
*
|
|
48
|
+
* Gets or sets the longitude for the navigation lines to be drawn in maps.
|
|
49
49
|
* @default []
|
|
50
50
|
*/
|
|
51
51
|
longitude: any;
|
|
52
52
|
/**
|
|
53
|
-
*
|
|
53
|
+
* Gets or sets the selection settings of the navigation line in maps.
|
|
54
54
|
*/
|
|
55
55
|
selectionSettings: any;
|
|
56
56
|
/**
|
|
@@ -59,14 +59,12 @@ export declare class NavigationLineDirective extends ComplexBase<NavigationLineD
|
|
|
59
59
|
*/
|
|
60
60
|
visible: any;
|
|
61
61
|
/**
|
|
62
|
-
*
|
|
62
|
+
* Gets or sets the width of the navigation lines in maps.
|
|
63
63
|
* @default 1
|
|
64
64
|
*/
|
|
65
65
|
width: any;
|
|
66
66
|
tooltipSettings_template: any;
|
|
67
67
|
constructor(viewContainerRef: ViewContainerRef);
|
|
68
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationLineDirective, never>;
|
|
69
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NavigationLineDirective, "e-layer>e-navigationLineSettings>e-navigationLineSetting", never, { "angle": "angle"; "arrowSettings": "arrowSettings"; "color": "color"; "dashArray": "dashArray"; "highlightSettings": "highlightSettings"; "latitude": "latitude"; "longitude": "longitude"; "selectionSettings": "selectionSettings"; "visible": "visible"; "width": "width"; }, {}, ["tooltipSettings_template"]>;
|
|
70
68
|
}
|
|
71
69
|
/**
|
|
72
70
|
* NavigationLine Array Directive
|
|
@@ -74,6 +72,4 @@ export declare class NavigationLineDirective extends ComplexBase<NavigationLineD
|
|
|
74
72
|
*/
|
|
75
73
|
export declare class NavigationLinesDirective extends ArrayBase<NavigationLinesDirective> {
|
|
76
74
|
constructor();
|
|
77
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationLinesDirective, never>;
|
|
78
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NavigationLinesDirective, "e-layer>e-navigationLineSettings", never, {}, {}, ["children"]>;
|
|
79
75
|
}
|
package/esm2020/public_api.mjs
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
// Mapping root file for package generation
|
|
2
|
-
export * from './src/index';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3B1YmxpY19hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsMkNBQTJDO0FBQzNDLGNBQWMsYUFBYSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLy8gTWFwcGluZyByb290IGZpbGUgZm9yIHBhY2thZ2UgZ2VuZXJhdGlvblxuZXhwb3J0ICogZnJvbSAnLi9zcmMvaW5kZXgnOyJdfQ==
|