@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,149 +1,149 @@
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>
8
- * <e-markerSettings>
9
- * <e-markerSetting>
10
- * </e-markerSetting>
11
- * </e-markerSettings>
12
- * </e-layer>
13
- * </e-layers>
14
- * ```
15
- */
16
- export declare class MarkerDirective extends ComplexBase<MarkerDirective> {
17
- private viewContainerRef;
18
- directivePropList: any;
19
- /**
20
- * Sets and gets the delay time for the animation in marker.
21
- * @default 0
22
- */
23
- animationDelay: any;
24
- /**
25
- * Sets and gets the duration time for animating the marker.
26
- * @default 1000
27
- */
28
- animationDuration: any;
29
- /**
30
- * Sets and gets the options for customizing the color and width of the border for the marker in maps.
31
- */
32
- border: any;
33
- /**
34
- * Sets and gets the value path from the marker data source to apply color for the marker.
35
- * @default null
36
- */
37
- colorValuePath: any;
38
- /**
39
- * Sets and gets the dash-array for the marker.
40
- */
41
- dashArray: any;
42
- /**
43
- * Sets and gets the data source for the marker.
44
- * The data source for the marker will contain latitude and longitude values to specify the location
45
- * of the marker.
46
- * The data source can contain data such as color, shape, and other details that can be bound to the color, shape,
47
- * and tooltip of the marker.
48
- * @isobservable true
49
- * @default []
50
- */
51
- dataSource: any;
52
- /**
53
- * Sets and gets the color for the marker in maps.
54
- * @default '#FF471A'
55
- */
56
- fill: any;
57
- /**
58
- * Sets and gets the height of the marker in maps.
59
- * @default 10
60
- */
61
- height: any;
62
- /**
63
- * Sets and gets the options to customize the marker while the mouse has hovered on the marker in maps.
64
- */
65
- highlightSettings: any;
66
- /**
67
- * Sets and gets the URL for rendering the marker as image.
68
- */
69
- imageUrl: any;
70
- /**
71
- * Sets and gets the value path from the marker data source for the image of the marker.
72
- * @default null
73
- */
74
- imageUrlValuePath: any;
75
- /**
76
- * To select the shape at the rendering time.
77
- */
78
- initialMarkerSelection: any;
79
- /**
80
- * Defines the value path from the marker data source for setting latitude for a set of markers.
81
- */
82
- latitudeValuePath: any;
83
- /**
84
- * Sets and gets the text for the legend from the marker data source.
85
- * @default ''
86
- */
87
- legendText: any;
88
- /**
89
- * Defines the value path from the marker data source for setting longitude for a set of markers.
90
- */
91
- longitudeValuePath: any;
92
- /**
93
- * Sets and gets the position to move the marker by setting specific value.
94
- */
95
- offset: any;
96
- /**
97
- * Sets and gets the opacity for the marker in maps.
98
- * @default 1
99
- */
100
- opacity: any;
101
- /**
102
- * Sets and gets the query to select particular data from the marker data.
103
- * This property is applicable only when the data source is created by data manager.
104
- * @default null
105
- */
106
- query: any;
107
- /**
108
- * Sets and gets the options to customize the marker while selecting the marker in maps.
109
- */
110
- selectionSettings: any;
111
- /**
112
- * Sets and gets the shape of the marker in maps.
113
- * @default Balloon
114
- */
115
- shape: any;
116
- /**
117
- * Sets and gets the value path from the marker data source to set the shape of the marker.
118
- * @default null
119
- */
120
- shapeValuePath: any;
121
- /**
122
- * Sets and gets the options to customize the tooltip for the marker in maps.
123
- */
124
- tooltipSettings: any;
125
- /**
126
- * Enables or disables the visibility state of the marker based on the marker data source in maps.
127
- * @default false
128
- */
129
- visible: any;
130
- /**
131
- * Sets and gets the width of the marker in maps.
132
- * @default 10
133
- */
134
- width: any;
135
- /**
136
- * Sets and gets the template for the marker.
137
- * @default null
138
- */
139
- template: any;
140
- tooltipSettings_template: any;
141
- constructor(viewContainerRef: ViewContainerRef);
142
- }
143
- /**
144
- * Marker Array Directive
145
- * @private
146
- */
147
- export declare class MarkersDirective extends ArrayBase<MarkersDirective> {
148
- constructor();
149
- }
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>
8
+ * <e-markerSettings>
9
+ * <e-markerSetting>
10
+ * </e-markerSetting>
11
+ * </e-markerSettings>
12
+ * </e-layer>
13
+ * </e-layers>
14
+ * ```
15
+ */
16
+ export declare class MarkerDirective extends ComplexBase<MarkerDirective> {
17
+ private viewContainerRef;
18
+ directivePropList: any;
19
+ /**
20
+ * Sets and gets the delay time for the animation in marker.
21
+ * @default 0
22
+ */
23
+ animationDelay: any;
24
+ /**
25
+ * Sets and gets the duration time for animating the marker.
26
+ * @default 1000
27
+ */
28
+ animationDuration: any;
29
+ /**
30
+ * Sets and gets the options for customizing the color and width of the border for the marker in maps.
31
+ */
32
+ border: any;
33
+ /**
34
+ * Sets and gets the value path from the marker data source to apply color for the marker.
35
+ * @default null
36
+ */
37
+ colorValuePath: any;
38
+ /**
39
+ * Sets and gets the dash-array for the marker.
40
+ */
41
+ dashArray: any;
42
+ /**
43
+ * Sets and gets the data source for the marker.
44
+ * The data source for the marker will contain latitude and longitude values to specify the location
45
+ * of the marker.
46
+ * The data source can contain data such as color, shape, and other details that can be bound to the color, shape,
47
+ * and tooltip of the marker.
48
+ * @isobservable true
49
+ * @default []
50
+ */
51
+ dataSource: any;
52
+ /**
53
+ * Sets and gets the color for the marker in maps.
54
+ * @default '#FF471A'
55
+ */
56
+ fill: any;
57
+ /**
58
+ * Sets and gets the height of the marker in maps.
59
+ * @default 10
60
+ */
61
+ height: any;
62
+ /**
63
+ * Sets and gets the options to customize the marker while the mouse has hovered on the marker in maps.
64
+ */
65
+ highlightSettings: any;
66
+ /**
67
+ * Sets and gets the URL for rendering the marker as image.
68
+ */
69
+ imageUrl: any;
70
+ /**
71
+ * Sets and gets the value path from the marker data source for the image of the marker.
72
+ * @default null
73
+ */
74
+ imageUrlValuePath: any;
75
+ /**
76
+ * To select the shape at the rendering time.
77
+ */
78
+ initialMarkerSelection: any;
79
+ /**
80
+ * Defines the value path from the marker data source for setting latitude for a set of markers.
81
+ */
82
+ latitudeValuePath: any;
83
+ /**
84
+ * Sets and gets the text for the legend from the marker data source.
85
+ * @default ''
86
+ */
87
+ legendText: any;
88
+ /**
89
+ * Defines the value path from the marker data source for setting longitude for a set of markers.
90
+ */
91
+ longitudeValuePath: any;
92
+ /**
93
+ * Sets and gets the position to move the marker by setting specific value.
94
+ */
95
+ offset: any;
96
+ /**
97
+ * Sets and gets the opacity for the marker in maps.
98
+ * @default 1
99
+ */
100
+ opacity: any;
101
+ /**
102
+ * Sets and gets the query to select particular data from the marker data.
103
+ * This property is applicable only when the data source is created by data manager.
104
+ * @default null
105
+ */
106
+ query: any;
107
+ /**
108
+ * Sets and gets the options to customize the marker while selecting the marker in maps.
109
+ */
110
+ selectionSettings: any;
111
+ /**
112
+ * Sets and gets the shape of the marker in maps.
113
+ * @default Balloon
114
+ */
115
+ shape: any;
116
+ /**
117
+ * Sets and gets the value path from the marker data source to set the shape of the marker.
118
+ * @default null
119
+ */
120
+ shapeValuePath: any;
121
+ /**
122
+ * Sets and gets the options to customize the tooltip for the marker in maps.
123
+ */
124
+ tooltipSettings: any;
125
+ /**
126
+ * Enables or disables the visibility state of the marker based on the marker data source in maps.
127
+ * @default false
128
+ */
129
+ visible: any;
130
+ /**
131
+ * Sets and gets the width of the marker in maps.
132
+ * @default 10
133
+ */
134
+ width: any;
135
+ /**
136
+ * Sets and gets the template for the marker.
137
+ * @default null
138
+ */
139
+ template: any;
140
+ tooltipSettings_template: any;
141
+ constructor(viewContainerRef: ViewContainerRef);
142
+ }
143
+ /**
144
+ * Marker Array Directive
145
+ * @private
146
+ */
147
+ export declare class MarkersDirective extends ArrayBase<MarkersDirective> {
148
+ constructor();
149
+ }
@@ -1,74 +1,74 @@
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>
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
- * Sets and gets the angle of curve connecting different locations in maps.
21
- * @default 0
22
- */
23
- angle: any;
24
- /**
25
- * Sets and gets the options to customize the arrow for the navigation line in maps.
26
- */
27
- arrowSettings: any;
28
- /**
29
- * Sets and gets the color for the navigation lines in maps.
30
- */
31
- color: any;
32
- /**
33
- * Sets and gets the dash-array for the navigation lines drawn in maps.
34
- * @default ''
35
- */
36
- dashArray: any;
37
- /**
38
- * Sets and gets the highlight settings of the navigation line in maps.
39
- */
40
- highlightSettings: any;
41
- /**
42
- * Sets and gets the latitude value for the navigation lines drawn in maps.
43
- * @default []
44
- */
45
- latitude: any;
46
- /**
47
- * Sets and gets the longitude for the navigation lines drawn in maps.
48
- * @default []
49
- */
50
- longitude: any;
51
- /**
52
- * Sets and gets the selection settings of the navigation line in maps.
53
- */
54
- selectionSettings: any;
55
- /**
56
- * Enables or disables the navigation lines to be drawn in maps.
57
- * @default false
58
- */
59
- visible: any;
60
- /**
61
- * Sets and gets the width of the navigation lines in maps.
62
- * @default 1
63
- */
64
- width: any;
65
- tooltipSettings_template: any;
66
- constructor(viewContainerRef: ViewContainerRef);
67
- }
68
- /**
69
- * NavigationLine Array Directive
70
- * @private
71
- */
72
- export declare class NavigationLinesDirective extends ArrayBase<NavigationLinesDirective> {
73
- constructor();
74
- }
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>
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
+ * Sets and gets the angle of curve connecting different locations in maps.
21
+ * @default 0
22
+ */
23
+ angle: any;
24
+ /**
25
+ * Sets and gets the options to customize the arrow for the navigation line in maps.
26
+ */
27
+ arrowSettings: any;
28
+ /**
29
+ * Sets and gets the color for the navigation lines in maps.
30
+ */
31
+ color: any;
32
+ /**
33
+ * Sets and gets the dash-array for the navigation lines drawn in maps.
34
+ * @default ''
35
+ */
36
+ dashArray: any;
37
+ /**
38
+ * Sets and gets the highlight settings of the navigation line in maps.
39
+ */
40
+ highlightSettings: any;
41
+ /**
42
+ * Sets and gets the latitude value for the navigation lines drawn in maps.
43
+ * @default []
44
+ */
45
+ latitude: any;
46
+ /**
47
+ * Sets and gets the longitude for the navigation lines drawn in maps.
48
+ * @default []
49
+ */
50
+ longitude: any;
51
+ /**
52
+ * Sets and gets the selection settings of the navigation line in maps.
53
+ */
54
+ selectionSettings: any;
55
+ /**
56
+ * Enables or disables the navigation lines to be drawn in maps.
57
+ * @default false
58
+ */
59
+ visible: any;
60
+ /**
61
+ * Sets and gets the width of the navigation lines in maps.
62
+ * @default 1
63
+ */
64
+ width: any;
65
+ tooltipSettings_template: any;
66
+ constructor(viewContainerRef: ViewContainerRef);
67
+ }
68
+ /**
69
+ * NavigationLine Array Directive
70
+ * @private
71
+ */
72
+ export declare class NavigationLinesDirective extends ArrayBase<NavigationLinesDirective> {
73
+ constructor();
74
+ }