@syncfusion/ej2-angular-maps 31.2.2 → 31.2.12-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/dist/ej2-angular-maps.umd.js +1137 -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/ej2-angular-maps.d.ts +5 -0
- package/ej2-angular-maps.metadata.json +1 -0
- package/package.json +17 -61
- package/public_api.d.ts +1 -1
- 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 -636
- 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,80 +1,75 @@
|
|
|
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
|
-
|
|
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
|
-
export declare class NavigationLinesDirective extends ArrayBase<NavigationLinesDirective> {
|
|
77
|
-
constructor();
|
|
78
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationLinesDirective, never>;
|
|
79
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<NavigationLinesDirective, "e-layer>e-navigationLineSettings", never, {}, {}, ["children"]>;
|
|
80
|
-
}
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
/**
|
|
4
|
+
* Represents the directive to define the navigation lines in the maps.
|
|
5
|
+
* ```html
|
|
6
|
+
* <e-layers>
|
|
7
|
+
* <e-layer>
|
|
8
|
+
* <e-navigationLineSettings>
|
|
9
|
+
* <e-navigationLineSetting>
|
|
10
|
+
* </e-navigationLineSetting>
|
|
11
|
+
* </e-navigationLineSettings>
|
|
12
|
+
* </e-layer>
|
|
13
|
+
* </e-layers>
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
16
|
+
export declare class NavigationLineDirective extends ComplexBase<NavigationLineDirective> {
|
|
17
|
+
private viewContainerRef;
|
|
18
|
+
directivePropList: any;
|
|
19
|
+
/**
|
|
20
|
+
* Gets or sets the angle of the curve connecting different locations in maps.
|
|
21
|
+
* @default 0
|
|
22
|
+
*/
|
|
23
|
+
angle: any;
|
|
24
|
+
/**
|
|
25
|
+
* Gets or sets the options to customize the arrow for the navigation line in maps.
|
|
26
|
+
*/
|
|
27
|
+
arrowSettings: any;
|
|
28
|
+
/**
|
|
29
|
+
* Gets or sets the color for the navigation lines in maps.
|
|
30
|
+
* @default 'black'
|
|
31
|
+
*/
|
|
32
|
+
color: any;
|
|
33
|
+
/**
|
|
34
|
+
* Gets or sets the dash-array for the navigation lines drawn in maps.
|
|
35
|
+
* @default ''
|
|
36
|
+
*/
|
|
37
|
+
dashArray: any;
|
|
38
|
+
/**
|
|
39
|
+
* Gets or sets the highlight settings of the navigation line in maps.
|
|
40
|
+
*/
|
|
41
|
+
highlightSettings: any;
|
|
42
|
+
/**
|
|
43
|
+
* Gets or sets the latitude value for the navigation lines to be drawn in maps.
|
|
44
|
+
* @default []
|
|
45
|
+
*/
|
|
46
|
+
latitude: any;
|
|
47
|
+
/**
|
|
48
|
+
* Gets or sets the longitude for the navigation lines to be drawn in maps.
|
|
49
|
+
* @default []
|
|
50
|
+
*/
|
|
51
|
+
longitude: any;
|
|
52
|
+
/**
|
|
53
|
+
* Gets or sets the selection settings of the navigation line in maps.
|
|
54
|
+
*/
|
|
55
|
+
selectionSettings: any;
|
|
56
|
+
/**
|
|
57
|
+
* Enables or disables the navigation lines to be drawn in maps.
|
|
58
|
+
* @default false
|
|
59
|
+
*/
|
|
60
|
+
visible: any;
|
|
61
|
+
/**
|
|
62
|
+
* Gets or sets the width of the navigation lines in maps.
|
|
63
|
+
* @default 1
|
|
64
|
+
*/
|
|
65
|
+
width: any;
|
|
66
|
+
tooltipSettings_template: any;
|
|
67
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* NavigationLine Array Directive
|
|
71
|
+
* @private
|
|
72
|
+
*/
|
|
73
|
+
export declare class NavigationLinesDirective extends ArrayBase<NavigationLinesDirective> {
|
|
74
|
+
constructor();
|
|
75
|
+
}
|