@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,116 +1,116 @@
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-bubbleSettings>
9
- * <e-bubbleSetting>
10
- * </e-bubbleSetting>
11
- * </e-bubbleSettings>
12
- * </e-layer>
13
- * </e-layers>
14
- * ```
15
- */
16
- export declare class BubbleDirective extends ComplexBase<BubbleDirective> {
17
- private viewContainerRef;
18
- directivePropList: any;
19
- childColorMapping: any;
20
- tags: string[];
21
- /**
22
- * Sets and gets the delay in animation for bubble in maps.
23
- * @default 0
24
- */
25
- animationDelay: any;
26
- /**
27
- * Sets and gets the duration for the animation for bubble in maps.
28
- * @default 1000
29
- */
30
- animationDuration: any;
31
- /**
32
- * Sets and gets the options to customize the color and width of the border for the bubble in maps.
33
- */
34
- border: any;
35
- /**
36
- * Sets and gets the type of the bubble in maps.
37
- * @default Circle
38
- */
39
- bubbleType: any;
40
- /**
41
- * Sets and gets the color-mapping for the bubble in maps.
42
- * @default []
43
- */
44
- colorMapping: any;
45
- /**
46
- * Sets and gets the value from the data source of bubble settings for the color of the bubble in maps.
47
- * @default null
48
- */
49
- colorValuePath: any;
50
- /**
51
- * Sets and gets the data source for the bubble.
52
- * The data source must contain the size value of the bubble that can be bound to the bubble
53
- * of the Maps using the valuePath property in the bubbleSettings.
54
- * The data source can contain data such as color, and the other information that can be bound to the bubble, and tooltip of the bubble.
55
- * @isobservable true
56
- * @default []
57
- */
58
- dataSource: any;
59
- /**
60
- * Sets and gets the color for the bubble in maps.
61
- * @default ''
62
- */
63
- fill: any;
64
- /**
65
- * Sets and gets the highlight settings for the bubble in maps.
66
- */
67
- highlightSettings: any;
68
- /**
69
- * Sets and gets the maximum radius for the bubble in maps.
70
- * @default 20
71
- */
72
- maxRadius: any;
73
- /**
74
- * Sets and gets the minimum radius for the bubble in maps.
75
- * @default 10
76
- */
77
- minRadius: any;
78
- /**
79
- * Sets and gets the opacity of the bubble in maps.
80
- * @default 1
81
- */
82
- opacity: any;
83
- /**
84
- * Sets and gets the query to select particular data from the bubble data.
85
- * This property is applicable only when the data source is created by data manager.
86
- * @default null
87
- */
88
- query: any;
89
- /**
90
- * Sets and gets the selection settings for the bubble in maps.
91
- */
92
- selectionSettings: any;
93
- /**
94
- * Sets and gets the options to customize the tooltip for the bubbles in maps.
95
- */
96
- tooltipSettings: any;
97
- /**
98
- * Sets and gets the value from the data source of bubble settings for the bubble to be rendered in maps.
99
- * @default null
100
- */
101
- valuePath: any;
102
- /**
103
- * Enables or disables the visibility state of the bubbles in maps.
104
- * @default false
105
- */
106
- visible: any;
107
- tooltipSettings_template: any;
108
- constructor(viewContainerRef: ViewContainerRef);
109
- }
110
- /**
111
- * Bubble Array Directive
112
- * @private
113
- */
114
- export declare class BubblesDirective extends ArrayBase<BubblesDirective> {
115
- constructor();
116
- }
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-bubbleSettings>
9
+ * <e-bubbleSetting>
10
+ * </e-bubbleSetting>
11
+ * </e-bubbleSettings>
12
+ * </e-layer>
13
+ * </e-layers>
14
+ * ```
15
+ */
16
+ export declare class BubbleDirective extends ComplexBase<BubbleDirective> {
17
+ private viewContainerRef;
18
+ directivePropList: any;
19
+ childColorMapping: any;
20
+ tags: string[];
21
+ /**
22
+ * Sets and gets the delay in animation for bubble in maps.
23
+ * @default 0
24
+ */
25
+ animationDelay: any;
26
+ /**
27
+ * Sets and gets the duration for the animation for bubble in maps.
28
+ * @default 1000
29
+ */
30
+ animationDuration: any;
31
+ /**
32
+ * Sets and gets the options to customize the color and width of the border for the bubble in maps.
33
+ */
34
+ border: any;
35
+ /**
36
+ * Sets and gets the type of the bubble in maps.
37
+ * @default Circle
38
+ */
39
+ bubbleType: any;
40
+ /**
41
+ * Sets and gets the color-mapping for the bubble in maps.
42
+ * @default []
43
+ */
44
+ colorMapping: any;
45
+ /**
46
+ * Sets and gets the value from the data source of bubble settings for the color of the bubble in maps.
47
+ * @default null
48
+ */
49
+ colorValuePath: any;
50
+ /**
51
+ * Sets and gets the data source for the bubble.
52
+ * The data source must contain the size value of the bubble that can be bound to the bubble
53
+ * of the Maps using the valuePath property in the bubbleSettings.
54
+ * The data source can contain data such as color, and the other information that can be bound to the bubble, and tooltip of the bubble.
55
+ * @isobservable true
56
+ * @default []
57
+ */
58
+ dataSource: any;
59
+ /**
60
+ * Sets and gets the color for the bubble in maps.
61
+ * @default ''
62
+ */
63
+ fill: any;
64
+ /**
65
+ * Sets and gets the highlight settings for the bubble in maps.
66
+ */
67
+ highlightSettings: any;
68
+ /**
69
+ * Sets and gets the maximum radius for the bubble in maps.
70
+ * @default 20
71
+ */
72
+ maxRadius: any;
73
+ /**
74
+ * Sets and gets the minimum radius for the bubble in maps.
75
+ * @default 10
76
+ */
77
+ minRadius: any;
78
+ /**
79
+ * Sets and gets the opacity of the bubble in maps.
80
+ * @default 1
81
+ */
82
+ opacity: any;
83
+ /**
84
+ * Sets and gets the query to select particular data from the bubble data.
85
+ * This property is applicable only when the data source is created by data manager.
86
+ * @default null
87
+ */
88
+ query: any;
89
+ /**
90
+ * Sets and gets the selection settings for the bubble in maps.
91
+ */
92
+ selectionSettings: any;
93
+ /**
94
+ * Sets and gets the options to customize the tooltip for the bubbles in maps.
95
+ */
96
+ tooltipSettings: any;
97
+ /**
98
+ * Sets and gets the value from the data source of bubble settings for the bubble to be rendered in maps.
99
+ * @default null
100
+ */
101
+ valuePath: any;
102
+ /**
103
+ * Enables or disables the visibility state of the bubbles in maps.
104
+ * @default false
105
+ */
106
+ visible: any;
107
+ tooltipSettings_template: any;
108
+ constructor(viewContainerRef: ViewContainerRef);
109
+ }
110
+ /**
111
+ * Bubble Array Directive
112
+ * @private
113
+ */
114
+ export declare class BubblesDirective extends ArrayBase<BubblesDirective> {
115
+ constructor();
116
+ }
@@ -1,71 +1,71 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- /**
4
- * ColorMapping Directive
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
- * Sets and gets the color for the color-mapping in maps.
23
- * @default null
24
- */
25
- color: any;
26
- /**
27
- * Sets and gets the value from where the range color-mapping starts.
28
- * @aspdefaultvalueignore
29
- * @default null
30
- */
31
- from: any;
32
- /**
33
- * Sets and gets the label for the color-mapping from the data source in maps.
34
- * @default null
35
- */
36
- label: any;
37
- /**
38
- * Sets and gets the maximum opacity for the color-mapping in maps.
39
- * @default null
40
- */
41
- maxOpacity: any;
42
- /**
43
- * Sets and gets the minimum opacity for the color-mapping in maps.
44
- * @default null
45
- */
46
- minOpacity: any;
47
- /**
48
- * Enables or disables the visibility state of legend for the color-mapping shapes in maps.
49
- * @default true
50
- */
51
- showLegend: any;
52
- /**
53
- * Sets and gets the value to where the range color-mapping ends.
54
- * @aspdefaultvalueignore
55
- * @default null
56
- */
57
- to: any;
58
- /**
59
- * Sets and gets the value for the color-mapping from the data source.
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
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ /**
4
+ * ColorMapping Directive
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
+ * Sets and gets the color for the color-mapping in maps.
23
+ * @default null
24
+ */
25
+ color: any;
26
+ /**
27
+ * Sets and gets the value from where the range color-mapping starts.
28
+ * @aspdefaultvalueignore
29
+ * @default null
30
+ */
31
+ from: any;
32
+ /**
33
+ * Sets and gets the label for the color-mapping from the data source in maps.
34
+ * @default null
35
+ */
36
+ label: any;
37
+ /**
38
+ * Sets and gets the maximum opacity for the color-mapping in maps.
39
+ * @default null
40
+ */
41
+ maxOpacity: any;
42
+ /**
43
+ * Sets and gets the minimum opacity for the color-mapping in maps.
44
+ * @default null
45
+ */
46
+ minOpacity: any;
47
+ /**
48
+ * Enables or disables the visibility state of legend for the color-mapping shapes in maps.
49
+ * @default true
50
+ */
51
+ showLegend: any;
52
+ /**
53
+ * Sets and gets the value to where the range color-mapping ends.
54
+ * @aspdefaultvalueignore
55
+ * @default null
56
+ */
57
+ to: any;
58
+ /**
59
+ * Sets and gets the value for the color-mapping from the data source.
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,37 +1,37 @@
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-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
- * Sets and gets the property name from the data source in maps.
21
- * @default null
22
- */
23
- shapePath: any;
24
- /**
25
- * Sets and gets the value for the shape from data source 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
+ 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-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
+ * Sets and gets the property name from the data source in maps.
21
+ * @default null
22
+ */
23
+ shapePath: any;
24
+ /**
25
+ * Sets and gets the value for the shape from data source 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
+ }