@syncfusion/ej2-angular-maps 21.2.10 → 22.1.34

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 (119) hide show
  1. package/README.md +45 -107
  2. package/esm2020/src/maps/annotations.directive.mjs +2 -2
  3. package/esm2020/src/maps/bubblesettings.directive.mjs +2 -2
  4. package/esm2020/src/maps/colormapping.directive.mjs +2 -2
  5. package/esm2020/src/maps/initialshapeselection.directive.mjs +2 -2
  6. package/esm2020/src/maps/layers.directive.mjs +2 -2
  7. package/esm2020/src/maps/maps.component.mjs +4 -5
  8. package/esm2020/src/maps/markersettings.directive.mjs +4 -4
  9. package/esm2020/src/maps/navigationlinesettings.directive.mjs +2 -2
  10. package/fesm2015/syncfusion-ej2-angular-maps.mjs +12 -13
  11. package/fesm2015/syncfusion-ej2-angular-maps.mjs.map +1 -1
  12. package/fesm2020/syncfusion-ej2-angular-maps.mjs +12 -13
  13. package/fesm2020/syncfusion-ej2-angular-maps.mjs.map +1 -1
  14. package/license +10 -0
  15. package/package.json +29 -8
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/maps/annotations.directive.d.ts +7 -10
  18. package/src/maps/bubblesettings.directive.d.ts +20 -20
  19. package/src/maps/colormapping.directive.d.ts +9 -9
  20. package/src/maps/initialshapeselection.directive.d.ts +3 -3
  21. package/src/maps/layers.directive.d.ts +29 -38
  22. package/src/maps/maps.component.d.ts +2 -6
  23. package/src/maps/markersettings.directive.d.ts +27 -33
  24. package/src/maps/navigationlinesettings.directive.d.ts +10 -11
  25. package/schematics/collection.json +0 -55
  26. package/schematics/generators/maps-annotation/images/__path__/__name@dasherize__/compass.svg +0 -197
  27. package/schematics/generators/maps-annotation/index.d.ts +0 -3
  28. package/schematics/generators/maps-annotation/index.js +0 -8
  29. package/schematics/generators/maps-annotation/sample-details.d.ts +0 -5
  30. package/schematics/generators/maps-annotation/sample-details.js +0 -7
  31. package/schematics/generators/maps-annotation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -21
  32. package/schematics/generators/maps-annotation/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -15
  33. package/schematics/generators/maps-annotation/schema.d.ts +0 -3
  34. package/schematics/generators/maps-annotation/schema.js +0 -2
  35. package/schematics/generators/maps-annotation/schema.json +0 -125
  36. package/schematics/generators/maps-bubble/index.d.ts +0 -3
  37. package/schematics/generators/maps-bubble/index.js +0 -8
  38. package/schematics/generators/maps-bubble/sample-details.d.ts +0 -5
  39. package/schematics/generators/maps-bubble/sample-details.js +0 -7
  40. package/schematics/generators/maps-bubble/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  41. package/schematics/generators/maps-bubble/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -10
  42. package/schematics/generators/maps-bubble/schema.d.ts +0 -3
  43. package/schematics/generators/maps-bubble/schema.js +0 -2
  44. package/schematics/generators/maps-bubble/schema.json +0 -125
  45. package/schematics/generators/maps-color-mapping/images/__path__/__name@dasherize__/ballon.png +0 -0
  46. package/schematics/generators/maps-color-mapping/index.d.ts +0 -3
  47. package/schematics/generators/maps-color-mapping/index.js +0 -8
  48. package/schematics/generators/maps-color-mapping/sample-details.d.ts +0 -5
  49. package/schematics/generators/maps-color-mapping/sample-details.js +0 -7
  50. package/schematics/generators/maps-color-mapping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  51. package/schematics/generators/maps-color-mapping/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
  52. package/schematics/generators/maps-color-mapping/schema.d.ts +0 -3
  53. package/schematics/generators/maps-color-mapping/schema.js +0 -2
  54. package/schematics/generators/maps-color-mapping/schema.json +0 -125
  55. package/schematics/generators/maps-default/images/__path__/__name@dasherize__/ballon.png +0 -0
  56. package/schematics/generators/maps-default/index.d.ts +0 -3
  57. package/schematics/generators/maps-default/index.js +0 -8
  58. package/schematics/generators/maps-default/sample-details.d.ts +0 -5
  59. package/schematics/generators/maps-default/sample-details.js +0 -7
  60. package/schematics/generators/maps-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  61. package/schematics/generators/maps-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -10
  62. package/schematics/generators/maps-default/schema.d.ts +0 -3
  63. package/schematics/generators/maps-default/schema.js +0 -2
  64. package/schematics/generators/maps-default/schema.json +0 -125
  65. package/schematics/generators/maps-label/index.d.ts +0 -3
  66. package/schematics/generators/maps-label/index.js +0 -8
  67. package/schematics/generators/maps-label/sample-details.d.ts +0 -5
  68. package/schematics/generators/maps-label/sample-details.js +0 -7
  69. package/schematics/generators/maps-label/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  70. package/schematics/generators/maps-label/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
  71. package/schematics/generators/maps-label/schema.d.ts +0 -3
  72. package/schematics/generators/maps-label/schema.js +0 -2
  73. package/schematics/generators/maps-label/schema.json +0 -125
  74. package/schematics/generators/maps-legend/images/__path__/__name@dasherize__/ballon.png +0 -0
  75. package/schematics/generators/maps-legend/index.d.ts +0 -3
  76. package/schematics/generators/maps-legend/index.js +0 -8
  77. package/schematics/generators/maps-legend/sample-details.d.ts +0 -5
  78. package/schematics/generators/maps-legend/sample-details.js +0 -7
  79. package/schematics/generators/maps-legend/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  80. package/schematics/generators/maps-legend/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
  81. package/schematics/generators/maps-legend/schema.d.ts +0 -3
  82. package/schematics/generators/maps-legend/schema.js +0 -2
  83. package/schematics/generators/maps-legend/schema.json +0 -125
  84. package/schematics/generators/maps-marker/images/__path__/__name@dasherize__/ballon.png +0 -0
  85. package/schematics/generators/maps-marker/index.d.ts +0 -3
  86. package/schematics/generators/maps-marker/index.js +0 -8
  87. package/schematics/generators/maps-marker/sample-details.d.ts +0 -5
  88. package/schematics/generators/maps-marker/sample-details.js +0 -7
  89. package/schematics/generators/maps-marker/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  90. package/schematics/generators/maps-marker/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -10
  91. package/schematics/generators/maps-marker/schema.d.ts +0 -3
  92. package/schematics/generators/maps-marker/schema.js +0 -2
  93. package/schematics/generators/maps-marker/schema.json +0 -125
  94. package/schematics/generators/maps-navigation-line/index.d.ts +0 -3
  95. package/schematics/generators/maps-navigation-line/index.js +0 -8
  96. package/schematics/generators/maps-navigation-line/sample-details.d.ts +0 -5
  97. package/schematics/generators/maps-navigation-line/sample-details.js +0 -7
  98. package/schematics/generators/maps-navigation-line/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -19
  99. package/schematics/generators/maps-navigation-line/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -6
  100. package/schematics/generators/maps-navigation-line/schema.d.ts +0 -3
  101. package/schematics/generators/maps-navigation-line/schema.js +0 -2
  102. package/schematics/generators/maps-navigation-line/schema.json +0 -125
  103. package/schematics/generators/maps-osm/index.d.ts +0 -3
  104. package/schematics/generators/maps-osm/index.js +0 -8
  105. package/schematics/generators/maps-osm/sample-details.d.ts +0 -5
  106. package/schematics/generators/maps-osm/sample-details.js +0 -7
  107. package/schematics/generators/maps-osm/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
  108. package/schematics/generators/maps-osm/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -10
  109. package/schematics/generators/maps-osm/schema.d.ts +0 -3
  110. package/schematics/generators/maps-osm/schema.js +0 -2
  111. package/schematics/generators/maps-osm/schema.json +0 -125
  112. package/schematics/ng-add/index.d.ts +0 -3
  113. package/schematics/ng-add/index.js +0 -9
  114. package/schematics/ng-add/schema.d.ts +0 -13
  115. package/schematics/ng-add/schema.js +0 -2
  116. package/schematics/ng-add/schema.json +0 -34
  117. package/schematics/tsconfig.json +0 -25
  118. package/schematics/utils/lib-details.d.ts +0 -4
  119. package/schematics/utils/lib-details.js +0 -6
@@ -9,7 +9,7 @@ import { CommonModule } from '@angular/common';
9
9
  let input$6 = ['shapePath', 'shapeValue'];
10
10
  let outputs$7 = [];
11
11
  /**
12
- * Represents the directive to configure the selection of the shapes when the maps is initially rendered.
12
+ * Layer Directive
13
13
  * ```html
14
14
  * <e-layers>
15
15
  * <e-layer>
@@ -62,10 +62,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
62
62
  }]
63
63
  }], ctorParameters: function () { return []; } });
64
64
 
65
- let input$5 = ['animationDelay', 'animationDuration', 'border', 'colorValuePath', 'dashArray', 'dataSource', 'enableDrag', 'fill', 'height', 'highlightSettings', 'imageUrl', 'imageUrlValuePath', 'initialMarkerSelection', 'latitudeValuePath', 'legendText', 'longitudeValuePath', 'offset', 'opacity', 'query', 'selectionSettings', 'shape', 'shapeValuePath', 'template', 'tooltipSettings', 'visible', 'width'];
65
+ let input$5 = ['animationDelay', 'animationDuration', 'border', 'colorValuePath', 'dashArray', 'dataSource', 'fill', 'height', 'highlightSettings', 'imageUrl', 'imageUrlValuePath', 'initialMarkerSelection', 'latitudeValuePath', 'legendText', 'longitudeValuePath', 'offset', 'opacity', 'query', 'selectionSettings', 'shape', 'shapeValuePath', 'template', 'tooltipSettings', 'visible', 'width'];
66
66
  let outputs$6 = [];
67
67
  /**
68
- * Represents the directive to define the markers in the maps.
68
+ * Layer Directive
69
69
  * ```html
70
70
  * <e-layers>
71
71
  * <e-layer>
@@ -87,7 +87,7 @@ class MarkerDirective extends ComplexBase {
87
87
  }
88
88
  }
89
89
  MarkerDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: MarkerDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
90
- MarkerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: MarkerDirective, selector: "e-layer>e-markerSettings>e-markerSetting", inputs: { animationDelay: "animationDelay", animationDuration: "animationDuration", border: "border", colorValuePath: "colorValuePath", dashArray: "dashArray", dataSource: "dataSource", enableDrag: "enableDrag", 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" }, queries: [{ propertyName: "template", first: true, predicate: ["template"], descendants: true }, { propertyName: "tooltipSettings_template", first: true, predicate: ["tooltipSettingsTemplate"], descendants: true }], usesInheritance: true, ngImport: i0 });
90
+ MarkerDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: MarkerDirective, selector: "e-layer>e-markerSettings>e-markerSetting", inputs: { 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" }, queries: [{ propertyName: "template", first: true, predicate: ["template"], descendants: true }, { propertyName: "tooltipSettings_template", first: true, predicate: ["tooltipSettingsTemplate"], descendants: true }], usesInheritance: true, ngImport: i0 });
91
91
  __decorate([
92
92
  Template()
93
93
  ], MarkerDirective.prototype, "template", void 0);
@@ -133,7 +133,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
133
133
  let input$4 = ['color', 'from', 'label', 'maxOpacity', 'minOpacity', 'showLegend', 'to', 'value'];
134
134
  let outputs$5 = [];
135
135
  /**
136
- * Represents the directive to define the bubble color mapping in the maps.
136
+ * ColorMapping Directive
137
137
  * ```html
138
138
  * <e-layers>
139
139
  * <e-layer>
@@ -191,7 +191,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
191
191
  let input$3 = ['animationDelay', 'animationDuration', 'border', 'bubbleType', 'colorMapping', 'colorValuePath', 'dataSource', 'fill', 'highlightSettings', 'maxRadius', 'minRadius', 'opacity', 'query', 'selectionSettings', 'tooltipSettings', 'valuePath', 'visible'];
192
192
  let outputs$4 = [];
193
193
  /**
194
- * Represents the directive to define the bubbles in the maps.
194
+ * Layer Directive
195
195
  * ```html
196
196
  * <e-layers>
197
197
  * <e-layer>
@@ -256,7 +256,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
256
256
  let input$2 = ['angle', 'arrowSettings', 'color', 'dashArray', 'highlightSettings', 'latitude', 'longitude', 'selectionSettings', 'visible', 'width'];
257
257
  let outputs$3 = [];
258
258
  /**
259
- * Represents the directive to define the navigation lines in the maps.
259
+ * Layer Directive
260
260
  * ```html
261
261
  * <e-layers>
262
262
  * <e-layer>
@@ -318,7 +318,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
318
318
  let input$1 = ['animationDuration', 'bingMapType', 'bubbleSettings', 'dataLabelSettings', 'dataSource', 'geometryType', 'highlightSettings', 'initialShapeSelection', 'key', 'layerType', 'markerClusterSettings', 'markerSettings', 'navigationLineSettings', 'query', 'selectionSettings', 'shapeData', 'shapeDataPath', 'shapePropertyPath', 'shapeSettings', 'staticMapType', 'toggleLegendSettings', 'tooltipSettings', 'type', 'urlTemplate', 'visible'];
319
319
  let outputs$2 = [];
320
320
  /**
321
- * Represents the directive to define the layer of the maps.
321
+ * Layer Directive
322
322
  * ```html
323
323
  * <e-layers>
324
324
  * <e-layer></e-layer>
@@ -375,7 +375,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
375
375
  let input = ['content', 'horizontalAlignment', 'verticalAlignment', 'x', 'y', 'zIndex'];
376
376
  let outputs$1 = [];
377
377
  /**
378
- * Represents the directive to define the annotations in the maps.
378
+ * Annotation Directive
379
379
  * ```html
380
380
  * <e-maps-annotations>
381
381
  * <e-maps-annotation></e-maps-annotation>
@@ -430,11 +430,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
430
430
  }], ctorParameters: function () { return []; } });
431
431
 
432
432
  const inputs = ['allowImageExport', 'allowPdfExport', 'allowPrint', 'annotations', 'background', 'baseLayerIndex', 'border', 'centerPosition', 'description', 'enablePersistence', 'enableRtl', 'format', 'height', 'layers', 'legendSettings', 'locale', 'mapsArea', 'margin', 'projectionType', 'tabIndex', 'theme', 'titleSettings', 'tooltipDisplayMode', 'useGroupingSeparator', 'width', 'zoomSettings'];
433
- const outputs = ['animationComplete', 'annotationRendering', 'beforePrint', 'bubbleClick', 'bubbleMouseMove', 'bubbleRendering', 'click', 'dataLabelRendering', 'doubleClick', 'itemHighlight', 'itemSelection', 'layerRendering', 'legendRendering', 'load', 'loaded', 'markerClick', 'markerClusterClick', 'markerClusterMouseMove', 'markerClusterRendering', 'markerDragEnd', 'markerDragStart', 'markerMouseMove', 'markerRendering', 'onclick', 'pan', 'resize', 'rightClick', 'shapeHighlight', 'shapeRendering', 'shapeSelected', 'tooltipRender', 'tooltipRenderComplete', 'zoom', 'dataSourceChange'];
433
+ const outputs = ['animationComplete', 'annotationRendering', 'beforePrint', 'bubbleClick', 'bubbleMouseMove', 'bubbleRendering', 'click', 'dataLabelRendering', 'doubleClick', 'itemHighlight', 'itemSelection', 'layerRendering', 'legendRendering', 'load', 'loaded', 'markerClick', 'markerClusterClick', 'markerClusterMouseMove', 'markerClusterRendering', 'markerMouseMove', 'markerRendering', 'pan', 'resize', 'rightClick', 'shapeHighlight', 'shapeRendering', 'shapeSelected', 'tooltipRender', 'tooltipRenderComplete', 'zoom', 'dataSourceChange'];
434
434
  const twoWays = ['dataSource'];
435
435
  /**
436
- * Represents the Angular Maps component.
437
- * 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.
436
+ * Represents Maps Component
438
437
  * ```html
439
438
  * <ej-maps></ej-maps>
440
439
  * ```
@@ -563,7 +562,7 @@ let MapsComponent = class MapsComponent extends Maps {
563
562
  }
564
563
  };
565
564
  MapsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: MapsComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
566
- MapsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: MapsComponent, selector: "ejs-maps", inputs: { 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" }, outputs: { 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", markerDragEnd: "markerDragEnd", markerDragStart: "markerDragStart", markerMouseMove: "markerMouseMove", markerRendering: "markerRendering", onclick: "onclick", pan: "pan", resize: "resize", rightClick: "rightClick", shapeHighlight: "shapeHighlight", shapeRendering: "shapeRendering", shapeSelected: "shapeSelected", tooltipRender: "tooltipRender", tooltipRenderComplete: "tooltipRenderComplete", zoom: "zoom", dataSourceChange: "dataSourceChange" }, queries: [{ propertyName: "childLayers", first: true, predicate: LayersDirective, descendants: true }, { propertyName: "childAnnotations", first: true, predicate: AnnotationsDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
565
+ MapsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: MapsComponent, selector: "ejs-maps", inputs: { 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" }, outputs: { 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" }, queries: [{ propertyName: "childLayers", first: true, predicate: LayersDirective, descendants: true }, { propertyName: "childAnnotations", first: true, predicate: AnnotationsDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
567
566
  MapsComponent = __decorate([
568
567
  ComponentMixins([ComponentBase])
569
568
  ], MapsComponent);
@@ -1 +1 @@
1
- {"version":3,"file":"syncfusion-ej2-angular-maps.mjs","sources":["../../src/maps/initialshapeselection.directive.ts","../../src/maps/markersettings.directive.ts","../../src/maps/colormapping.directive.ts","../../src/maps/bubblesettings.directive.ts","../../src/maps/navigationlinesettings.directive.ts","../../src/maps/layers.directive.ts","../../src/maps/annotations.directive.ts","../../src/maps/maps.component.ts","../../src/maps/maps.module.ts","../../src/maps/maps-all.module.ts","../../public_api.ts","../../syncfusion-ej2-angular-maps.ts"],"sourcesContent":["import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet input: string[] = ['shapePath', 'shapeValue'];\nlet outputs: string[] = [];\n/**\n * Represents the directive to configure the selection of the shapes when the maps is initially rendered.\n * ```html\n * <e-layers>\n * <e-layer>\n * <e-initialShapeSelections>\n * <e-initialShapeSelection>\n * </e-initialShapeSelection>\n * </e-initialShapeSelections>\n * </e-layer>\n * </e-layers>\n * ```\n */\n@Directive({\n selector: 'e-layer>e-initialShapeSelections>e-initialShapeSelection',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n})\nexport class InitialShapeSelectionDirective extends ComplexBase<InitialShapeSelectionDirective> {\n public directivePropList: any;\n\t\n\n\n /** \n * Gets or sets the property name from the data source in maps.\n * @default null\n */\n public shapePath: any;\n /** \n * Gets or sets the value from the data source which is bound to the shape in maps.\n * @default null\n */\n public shapeValue: any;\n\n constructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\n}\n\n/**\n * InitialShapeSelection Array Directive\n * @private\n */\n@Directive({\n selector: 'e-layer>e-initialShapeSelections',\n queries: {\n children: new ContentChildren(InitialShapeSelectionDirective)\n },\n})\nexport class InitialShapeSelectionsDirective extends ArrayBase<InitialShapeSelectionsDirective> {\n constructor() {\n super('initialshapeselection');\n }\n}","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet input: string[] = ['animationDelay', 'animationDuration', 'border', 'colorValuePath', 'dashArray', 'dataSource', 'enableDrag', 'fill', 'height', 'highlightSettings', 'imageUrl', 'imageUrlValuePath', 'initialMarkerSelection', 'latitudeValuePath', 'legendText', 'longitudeValuePath', 'offset', 'opacity', 'query', 'selectionSettings', 'shape', 'shapeValuePath', 'template', 'tooltipSettings', 'visible', 'width'];\nlet outputs: string[] = [];\n/**\n * Represents the directive to define the markers in the maps.\n * ```html\n * <e-layers>\n * <e-layer>\n * <e-markerSettings>\n * <e-markerSetting>\n * </e-markerSetting>\n * </e-markerSettings>\n * </e-layer>\n * </e-layers>\n * ```\n */\n@Directive({\n selector: 'e-layer>e-markerSettings>e-markerSetting',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n})\nexport class MarkerDirective extends ComplexBase<MarkerDirective> {\n public directivePropList: any;\n\t\n\n\n /** \n * Gets or sets the delay time for the animation in marker.\n * @default 0\n */\n public animationDelay: any;\n /** \n * Gets or sets the duration time for animating the marker.\n * @default 1000\n */\n public animationDuration: any;\n /** \n * Gets or sets the options for customizing the style properties of the border of the marker in maps.\n */\n public border: any;\n /** \n * Gets or sets the field name from the marker data source based on which the color is applied for the marker.\n * @default null\n */\n public colorValuePath: any;\n /** \n * Gets or sets the dash-array for the marker.\n */\n public dashArray: any;\n /** \n * Gets or sets the data source for the marker. \n * The data source for the marker will contain latitude and longitude values to specify the location \n * of the marker. \n * The data source can contain data such as color, shape, and other details that can be bound to the color, shape, \n * and tooltip of the marker.\n * @isobservable true\n * @default []\n */\n public dataSource: any;\n /** \n * Enables or disables marker drag and drop functionality at any location on the map.\n * @default false\n */\n public enableDrag: any;\n /** \n * Gets or sets the color for the marker in maps.\n * @default '#FF471A'\n */\n public fill: any;\n /** \n * Gets or sets the height of the marker in maps.\n * @default 10\n */\n public height: any;\n /** \n * Gets or sets the options to customize the marker when the mouse hovers over the markers in maps.\n */\n public highlightSettings: any;\n /** \n * 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.\n */\n public imageUrl: any;\n /** \n * 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.\n * @default null\n */\n public imageUrlValuePath: any;\n /** \n * Gets or sets the options to select the markers at the initial rendering time of the maps. \n * The initial selection of markers will be performed only when the selection functionality of marker is enabled.\n */\n public initialMarkerSelection: any;\n /** \n * Defines the field name from the marker data source for setting latitude for a set of markers.\n */\n public latitudeValuePath: any;\n /** \n * Gets or sets the field name from the marker data source to render legend item text for the marker legend.\n * @default ''\n */\n public legendText: any;\n /** \n * Defines the field name from the marker data source for setting longitude for a set of markers.\n */\n public longitudeValuePath: any;\n /** \n * Gets or sets the offset value from which the marker must be rendered from the intended position.\n */\n public offset: any;\n /** \n * Gets or sets the opacity for the marker in maps.\n * @default 1\n */\n public opacity: any;\n /** \n * Gets or sets the query to select particular data from the marker data source. \n * This property is applicable only when the data source is created by data manager.\n * @default null\n */\n public query: any;\n /** \n * Gets or sets the options to customize the marker while selecting the marker in maps.\n */\n public selectionSettings: any;\n /** \n * Gets or sets the shape of the marker in maps.\n * @default Balloon\n */\n public shape: any;\n /** \n * Gets or sets the field name from the marker data source based on which the shape for individual markers are set.\n * @default null\n */\n public shapeValuePath: any;\n /** \n * Gets or sets the options to customize the tooltip of the marker in maps.\n */\n public tooltipSettings: any;\n /** \n * Enables or disables the visibility of the markers in maps.\n * @default false\n */\n public visible: any;\n /** \n * Gets or sets the width of the marker in maps.\n * @default 10\n */\n public width: any;\n /** \n * Gets or sets the template for the marker to render custom elements.\n * @default null\n */\n @ContentChild('template')\n @Template()\n public template: any;\n @ContentChild('tooltipSettingsTemplate')\n @Template()\n public tooltipSettings_template: any;\n\n constructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\n}\n\n/**\n * Marker Array Directive\n * @private\n */\n@Directive({\n selector: 'e-layer>e-markerSettings',\n queries: {\n children: new ContentChildren(MarkerDirective)\n },\n})\nexport class MarkersDirective extends ArrayBase<MarkersDirective> {\n constructor() {\n super('markersettings');\n }\n}","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet input: string[] = ['color', 'from', 'label', 'maxOpacity', 'minOpacity', 'showLegend', 'to', 'value'];\nlet outputs: string[] = [];\n/**\n * Represents the directive to define the bubble color mapping in the maps.\n * ```html\n * <e-layers>\n * <e-layer>\n * <e-bubbleSettings>\n * <e-colorMappings>\n * <e-colorMapping>\n * </e-colorMapping>\n * </e-colorMappings>\n * </e-bubbleSettings>\n * </e-layer>\n * </e-layers>\n * ```\n */\n@Directive({\n selector: 'e-bubbleSettings>e-colorMappings>e-colorMapping',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n})\nexport class ColorMappingDirective extends ComplexBase<ColorMappingDirective> {\n public directivePropList: any;\n\t\n\n\n /** \n * Gets or sets the color for the color-mapping in maps.\n * @default null\n */\n public color: any;\n /** \n * Gets or sets the value from where the range for the color-mapping starts.\n * @aspdefaultvalueignore \n * @default null\n */\n public from: any;\n /** \n * Gets or sets the label for the color-mapping to display in the legend item text.\n * @default null\n */\n public label: any;\n /** \n * Gets or sets the maximum opacity for the color-mapping in maps.\n * @default null\n */\n public maxOpacity: any;\n /** \n * Gets or sets the minimum opacity for the color-mapping in maps.\n * @default null\n */\n public minOpacity: any;\n /** \n * Enables or disables the visibility of legend for the corresponding color-mapped shapes in maps.\n * @default true\n */\n public showLegend: any;\n /** \n * Gets or sets the value to where the range for the color-mapping ends.\n * @aspdefaultvalueignore \n * @default null\n */\n public to: any;\n /** \n * Gets or sets the value from the data source to map the corresponding colors to the shapes.\n * @default null\n */\n public value: any;\n\n constructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\n}\n\n/**\n * ColorMapping Array Directive\n * @private\n */\n@Directive({\n selector: 'e-bubbleSettings>e-colorMappings',\n queries: {\n children: new ContentChildren(ColorMappingDirective)\n },\n})\nexport class ColorMappingsDirective extends ArrayBase<ColorMappingsDirective> {\n constructor() {\n super('colormapping');\n }\n}","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\nimport { ColorMappingsDirective } from './colormapping.directive';\n\nlet input: string[] = ['animationDelay', 'animationDuration', 'border', 'bubbleType', 'colorMapping', 'colorValuePath', 'dataSource', 'fill', 'highlightSettings', 'maxRadius', 'minRadius', 'opacity', 'query', 'selectionSettings', 'tooltipSettings', 'valuePath', 'visible'];\nlet outputs: string[] = [];\n/**\n * Represents the directive to define the bubbles in the maps.\n * ```html\n * <e-layers>\n * <e-layer>\n * <e-bubbleSettings>\n * <e-bubbleSetting>\n * </e-bubbleSetting>\n * </e-bubbleSettings>\n * </e-layer>\n * </e-layers>\n * ```\n */\n@Directive({\n selector: 'e-layer>e-bubbleSettings>e-bubbleSetting',\n inputs: input,\n outputs: outputs, \n queries: {\n childColorMapping: new ContentChild(ColorMappingsDirective)\n }\n})\nexport class BubbleDirective extends ComplexBase<BubbleDirective> {\n public directivePropList: any;\n\t\n public childColorMapping: any;\n public tags: string[] = ['colorMapping'];\n /** \n * Gets or sets the delay in animation for the bubbles in maps.\n * @default 0\n */\n public animationDelay: any;\n /** \n * Gets or sets the duration for the animation of the bubbles in maps.\n * @default 1000\n */\n public animationDuration: any;\n /** \n * Gets or sets the options to customize the style properties of the border for the bubbles in maps.\n */\n public border: any;\n /** \n * Gets or sets the type of the bubble in maps.\n * @default Circle\n */\n public bubbleType: any;\n /** \n * Gets or sets the color-mapping for the bubbles in maps.\n * @default []\n */\n public colorMapping: any;\n /** \n * Gets or sets the field name from the data source of bubble settings to set the color for each bubble in maps.\n * @default null\n */\n public colorValuePath: any;\n /** \n * Gets or sets the data source for the bubble. \n * The data source must contain the size value of the bubble that can be bound to the bubble \n * of the maps using the `valuePath` property in the `bubbleSettings`. \n * The data source can contain data such as color and other informations that can be bound to the bubble and tooltip of the bubble.\n * @isobservable true\n * @default []\n */\n public dataSource: any;\n /** \n * Gets or sets the color for the bubbles in maps.\n * @default ''\n */\n public fill: any;\n /** \n * Gets or sets the options to customize the highlight of the bubbles in maps.\n */\n public highlightSettings: any;\n /** \n * Gets or sets the maximum radius for the bubbles in maps.\n * @default 20\n */\n public maxRadius: any;\n /** \n * Gets or sets the minimum radius for the bubbles in maps.\n * @default 10\n */\n public minRadius: any;\n /** \n * Gets or sets the opacity of the bubbles in maps.\n * @default 1\n */\n public opacity: any;\n /** \n * Gets or sets the query to select particular data from the bubble data source. \n * This property is applicable only when the data source is created by data manager.\n * @default null\n */\n public query: any;\n /** \n * Gets or sets the options to customize the selection of the bubbles in maps.\n */\n public selectionSettings: any;\n /** \n * Gets or sets the options to customize the tooltip of the bubbles in maps.\n */\n public tooltipSettings: any;\n /** \n * Gets or sets the field name from the data source of bubble settings based on which the bubbles are rendered on the maps.\n * @default null\n */\n public valuePath: any;\n /** \n * Enables or disables the visibility of the bubbles in maps.\n * @default false\n */\n public visible: any;\n @ContentChild('tooltipSettingsTemplate')\n @Template()\n public tooltipSettings_template: any;\n\n constructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\n}\n\n/**\n * Bubble Array Directive\n * @private\n */\n@Directive({\n selector: 'e-layer>e-bubbleSettings',\n queries: {\n children: new ContentChildren(BubbleDirective)\n },\n})\nexport class BubblesDirective extends ArrayBase<BubblesDirective> {\n constructor() {\n super('bubblesettings');\n }\n}","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet input: string[] = ['angle', 'arrowSettings', 'color', 'dashArray', 'highlightSettings', 'latitude', 'longitude', 'selectionSettings', 'visible', 'width'];\nlet outputs: string[] = [];\n/**\n * Represents the directive to define the navigation lines in the maps.\n * ```html\n * <e-layers>\n * <e-layer>\n * <e-navigationLineSettings>\n * <e-navigationLineSetting>\n * </e-navigationLineSetting>\n * </e-navigationLineSettings>\n * </e-layer>\n * </e-layers>\n * ```\n */\n@Directive({\n selector: 'e-layer>e-navigationLineSettings>e-navigationLineSetting',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n})\nexport class NavigationLineDirective extends ComplexBase<NavigationLineDirective> {\n public directivePropList: any;\n\t\n\n\n /** \n * Gets or sets the angle of the curve connecting different locations in maps.\n * @default 0\n */\n public angle: any;\n /** \n * Gets or sets the options to customize the arrow for the navigation line in maps.\n */\n public arrowSettings: any;\n /** \n * Gets or sets the color for the navigation lines in maps.\n * @default 'black'\n */\n public color: any;\n /** \n * Gets or sets the dash-array for the navigation lines drawn in maps.\n * @default ''\n */\n public dashArray: any;\n /** \n * Gets or sets the highlight settings of the navigation line in maps.\n */\n public highlightSettings: any;\n /** \n * Gets or sets the latitude value for the navigation lines to be drawn in maps.\n * @default []\n */\n public latitude: any;\n /** \n * Gets or sets the longitude for the navigation lines to be drawn in maps.\n * @default []\n */\n public longitude: any;\n /** \n * Gets or sets the selection settings of the navigation line in maps.\n */\n public selectionSettings: any;\n /** \n * Enables or disables the navigation lines to be drawn in maps.\n * @default false\n */\n public visible: any;\n /** \n * Gets or sets the width of the navigation lines in maps.\n * @default 1\n */\n public width: any;\n @ContentChild('tooltipSettingsTemplate')\n @Template()\n public tooltipSettings_template: any;\n\n constructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\n}\n\n/**\n * NavigationLine Array Directive\n * @private\n */\n@Directive({\n selector: 'e-layer>e-navigationLineSettings',\n queries: {\n children: new ContentChildren(NavigationLineDirective)\n },\n})\nexport class NavigationLinesDirective extends ArrayBase<NavigationLinesDirective> {\n constructor() {\n super('navigationlinesettings');\n }\n}","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\nimport { InitialShapeSelectionsDirective } from './initialshapeselection.directive';\nimport { MarkersDirective } from './markersettings.directive';\nimport { BubblesDirective } from './bubblesettings.directive';\nimport { NavigationLinesDirective } from './navigationlinesettings.directive';\n\nlet input: string[] = ['animationDuration', 'bingMapType', 'bubbleSettings', 'dataLabelSettings', 'dataSource', 'geometryType', 'highlightSettings', 'initialShapeSelection', 'key', 'layerType', 'markerClusterSettings', 'markerSettings', 'navigationLineSettings', 'query', 'selectionSettings', 'shapeData', 'shapeDataPath', 'shapePropertyPath', 'shapeSettings', 'staticMapType', 'toggleLegendSettings', 'tooltipSettings', 'type', 'urlTemplate', 'visible'];\nlet outputs: string[] = [];\n/**\n * Represents the directive to define the layer of the maps.\n * ```html\n * <e-layers>\n * <e-layer></e-layer>\n * </e-layers>\n * ```\n */\n@Directive({\n selector: 'e-layers>e-layer',\n inputs: input,\n outputs: outputs, \n queries: {\n childInitialShapeSelection: new ContentChild(InitialShapeSelectionsDirective), \n childMarkerSettings: new ContentChild(MarkersDirective), \n childBubbleSettings: new ContentChild(BubblesDirective), \n childNavigationLineSettings: new ContentChild(NavigationLinesDirective)\n }\n})\nexport class LayerDirective extends ComplexBase<LayerDirective> {\n public directivePropList: any;\n\t\n public childInitialShapeSelection: any;\n public childMarkerSettings: any;\n public childBubbleSettings: any;\n public childNavigationLineSettings: any;\n public tags: string[] = ['initialShapeSelection', 'markerSettings', 'bubbleSettings', 'navigationLineSettings'];\n /** \n * Gets or sets the type of the layer in maps. There are two types: Layer and SubLayer.\n * @default Layer\n */\n public type: any;\n /** \n * Gets or sets the duration of the animation of layers when the zooming is performed in maps.\n * @default 0\n */\n public animationDuration: any;\n /** \n * 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\", \n * then the map will be rendered based on the provided shape data since the default layer type will be set as \"Geometry\".\n * @deprecated \n * @default Aerial\n */\n public bingMapType: any;\n /** \n * Gets or sets the options for customizing the bubbles in maps.\n */\n public bubbleSettings: any;\n /** \n * Gets or sets the options for customizing the data labels in maps.\n */\n public dataLabelSettings: any;\n /** \n * Gets or sets the data source for the layer. \n * The data bound to the shapes using data source can be used to display the tooltip, marker, and bubble.\n * @isobservable true\n * @default []\n */\n public dataSource: any;\n /** \n * Gets or sets the geometry type for the layer in maps. There are two types: Geographic and Normal. \n * * Geographic type renders the shape maps with geographical coordinate system. \n * * Normal type renders the shape maps using default coordinate system.\n * @default Geographic\n */\n public geometryType: any;\n /** \n * Gets or sets the options for customizing the shapes when the mouse hovers over maps.\n */\n public highlightSettings: any;\n /** \n * Gets or sets the settings for the shapes to be selected when the maps rendering initially. \n * The initial selection of shapes will be performed only when the selection functionality of layer is enabled.\n */\n public initialShapeSelection: any;\n /** \n * Gets or sets the key for the online map provider to render in the layer of the maps.\n * @deprecated \n * @default ''\n */\n public key: any;\n /** \n * Gets or sets the type of the layer in maps. If we use layer type with shape data property in layer of the maps \n * then map will render based on the provided layer type.\n * @deprecated \n * @default Geometry\n */\n public layerType: any;\n /** \n * Gets or sets the options for customizing the cluster of markers in maps.\n */\n public markerClusterSettings: any;\n /** \n * Gets or sets the options for customizing the markers in maps.\n */\n public markerSettings: any;\n /** \n * Gets or sets the options for customizing the navigation lines in maps.\n */\n public navigationLineSettings: any;\n /** \n * Gets or sets the query to select particular data from the layer data source. \n * This property is applicable only when the data source is created by data manager.\n * @default null\n */\n public query: any;\n /** \n * Gets or sets the options for customizing the shapes when clicking on the shapes in maps.\n */\n public selectionSettings: any;\n /** \n * Gets or sets the data for the maps to render. \n * The data is normally JSON object with GeoJSON format that defines the shapes and geometries of the map.\n * @isobservable true\n * @default null\n */\n public shapeData: any;\n /** \n * Gets or sets the field name from the GeoJSON data to map the shape to the data defined in the layer data source.\n * @default 'name'\n */\n public shapeDataPath: any;\n /** \n * Gets or sets the field name from the data source to map the shape to the data defined in the layer data source.\n * @default 'name'\n */\n public shapePropertyPath: any;\n /** \n * Gets or sets the options to customize the shape of the maps.\n */\n public shapeSettings: any;\n /** \n * Gets or sets the type of the static maps.\n * @deprecated \n * @default RoadMap\n */\n public staticMapType: any;\n /** \n * Gets or sets the options for customizing the toggle state of shapes when selecting the legend in maps.\n */\n public toggleLegendSettings: any;\n /** \n * Gets or sets the options for customizing the tooltip of the layers in maps.\n */\n public tooltipSettings: any;\n /** \n * Gets or sets the URL of the online map providers. \n * The online map providers will be rendered only when the shape data is not set and layer type is set with default value.\n * @default ''\n */\n public urlTemplate: any;\n /** \n * Enables or disables the visibility of the layers in maps.\n * @default true\n */\n public visible: any;\n\n constructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\n}\n\n/**\n * Layer Array Directive\n * @private\n */\n@Directive({\n selector: 'ej-maps>e-layers',\n queries: {\n children: new ContentChildren(LayerDirective)\n },\n})\nexport class LayersDirective extends ArrayBase<LayersDirective> {\n constructor() {\n super('layers');\n }\n}","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet input: string[] = ['content', 'horizontalAlignment', 'verticalAlignment', 'x', 'y', 'zIndex'];\nlet outputs: string[] = [];\n/**\n * Represents the directive to define the annotations in the maps.\n * ```html\n * <e-maps-annotations>\n * <e-maps-annotation></e-maps-annotation>\n * </e-maps-annotations>\n * ```\n */\n@Directive({\n selector: 'e-maps-annotations>e-maps-annotation',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n})\nexport class AnnotationDirective extends ComplexBase<AnnotationDirective> {\n public directivePropList: any;\n\t\n\n\n /** \n * Gets or sets the type of the placement when the annotation is to be aligned horizontally.\n * @default None\n */\n public horizontalAlignment: any;\n /** \n * Gets or sets the type of the placement when the annotation is to be aligned vertically.\n * @default None\n */\n public verticalAlignment: any;\n /** \n * Gets or sets the x position of the annotation in pixel or percentage format.\n * @default '0px'\n */\n public x: any;\n /** \n * Gets or sets the y position of the annotation in pixel or percentage format.\n * @default '0px'\n */\n public y: any;\n /** \n * Gets or sets the z-index of the annotation in maps.\n * @default '-1'\n */\n public zIndex: any;\n /** \n * Gets or sets the content for the annotation in maps.\n * @default ''\n */\n @ContentChild('content')\n @Template()\n public content: any;\n\n constructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\n}\n\n/**\n * Annotation Array Directive\n * @private\n */\n@Directive({\n selector: 'ej-maps>e-maps-annotations',\n queries: {\n children: new ContentChildren(AnnotationDirective)\n },\n})\nexport class AnnotationsDirective extends ArrayBase<AnnotationsDirective> {\n constructor() {\n super('annotations');\n }\n}","import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { Maps } from '@syncfusion/ej2-maps';\n\nimport { LayersDirective } from './layers.directive';\nimport { AnnotationsDirective } from './annotations.directive';\n\nexport const inputs: string[] = ['allowImageExport','allowPdfExport','allowPrint','annotations','background','baseLayerIndex','border','centerPosition','description','enablePersistence','enableRtl','format','height','layers','legendSettings','locale','mapsArea','margin','projectionType','tabIndex','theme','titleSettings','tooltipDisplayMode','useGroupingSeparator','width','zoomSettings'];\nexport const outputs: string[] = ['animationComplete','annotationRendering','beforePrint','bubbleClick','bubbleMouseMove','bubbleRendering','click','dataLabelRendering','doubleClick','itemHighlight','itemSelection','layerRendering','legendRendering','load','loaded','markerClick','markerClusterClick','markerClusterMouseMove','markerClusterRendering','markerDragEnd','markerDragStart','markerMouseMove','markerRendering','onclick','pan','resize','rightClick','shapeHighlight','shapeRendering','shapeSelected','tooltipRender','tooltipRenderComplete','zoom','dataSourceChange'];\nexport const twoWays: string[] = ['dataSource'];\n\n/**\n * Represents the Angular Maps component.\n * 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. \n * ```html\n * <ej-maps></ej-maps>\n * ```\n */\n@Component({\n selector: 'ejs-maps',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childLayers: new ContentChild(LayersDirective), \n childAnnotations: new ContentChild(AnnotationsDirective)\n }\n})\n@ComponentMixins([ComponentBase])\nexport class MapsComponent extends Maps implements IComponentBase {\n public context : any;\n public tagObjects: any;\n\tanimationComplete: any;\n\tannotationRendering: any;\n\tbeforePrint: any;\n\tbubbleClick: any;\n\tbubbleMouseMove: any;\n\tbubbleRendering: any;\n\tclick: any;\n\tdataLabelRendering: any;\n\tdoubleClick: any;\n\titemHighlight: any;\n\titemSelection: any;\n\tlayerRendering: any;\n\tlegendRendering: any;\n\tload: any;\n\tloaded: any;\n\tmarkerClick: any;\n\tmarkerClusterClick: any;\n\tmarkerClusterMouseMove: any;\n\tmarkerClusterRendering: any;\n\tmarkerDragEnd: any;\n\tmarkerDragStart: any;\n\tmarkerMouseMove: any;\n\tmarkerRendering: any;\n\tonclick: any;\n\tpan: any;\n\tresize: any;\n\trightClick: any;\n\tshapeHighlight: any;\n\tshapeRendering: any;\n\tshapeSelected: any;\n\ttooltipRender: any;\n\ttooltipRenderComplete: any;\n\tzoom: any;\n\tpublic dataSourceChange: any;\n public childLayers: QueryList<LayersDirective>;\n public childAnnotations: QueryList<AnnotationsDirective>;\n public tags: string[] = ['layers', 'annotations'];\n\n constructor(private ngEle: ElementRef, private srenderer: Renderer2, private viewContainerRef:ViewContainerRef, private injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('MapsBubble');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('MapsLegend');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('MapsMarker');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('MapsHighlight');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('MapsSelection');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('MapsMapsTooltip');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('MapsZoom');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('MapsDataLabel');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('MapsNavigationLine');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('MapsAnnotations');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('MapsPrint');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('MapsPdfExport');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('MapsImageExport');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.context = new ComponentBase();\n }\n\n public ngOnInit() {\n this.context.ngOnInit(this);\n }\n\n public ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n\n public ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n\n public ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childLayers;\n if (this.childAnnotations) {\n this.tagObjects[1].instance = this.childAnnotations as any;\n }\n this.context.ngAfterContentChecked(this);\n }\n\n public registerEvents: (eventList: string[]) => void;\n public addTwoWay: (propList: string[]) => void;\n}\n\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { InitialShapeSelectionDirective, InitialShapeSelectionsDirective } from './initialshapeselection.directive';\nimport { MarkerDirective, MarkersDirective } from './markersettings.directive';\nimport { ColorMappingDirective, ColorMappingsDirective } from './colormapping.directive';\nimport { BubbleDirective, BubblesDirective } from './bubblesettings.directive';\nimport { NavigationLineDirective, NavigationLinesDirective } from './navigationlinesettings.directive';\nimport { LayerDirective, LayersDirective } from './layers.directive';\nimport { AnnotationDirective, AnnotationsDirective } from './annotations.directive';\nimport { MapsComponent } from './maps.component';\n\n/**\n * NgModule definition for the Maps component.\n */\n@NgModule({\n imports: [CommonModule],\n declarations: [\n MapsComponent,\n InitialShapeSelectionDirective,\n InitialShapeSelectionsDirective,\n MarkerDirective,\n MarkersDirective,\n ColorMappingDirective,\n ColorMappingsDirective,\n BubbleDirective,\n BubblesDirective,\n NavigationLineDirective,\n NavigationLinesDirective,\n LayerDirective,\n LayersDirective,\n AnnotationDirective,\n AnnotationsDirective\n ],\n exports: [\n MapsComponent,\n InitialShapeSelectionDirective,\n InitialShapeSelectionsDirective,\n MarkerDirective,\n MarkersDirective,\n ColorMappingDirective,\n ColorMappingsDirective,\n BubbleDirective,\n BubblesDirective,\n NavigationLineDirective,\n NavigationLinesDirective,\n LayerDirective,\n LayersDirective,\n AnnotationDirective,\n AnnotationsDirective\n ]\n})\nexport class MapsModule { }","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { InitialShapeSelectionDirective, InitialShapeSelectionsDirective } from './initialshapeselection.directive';\nimport { MarkerDirective, MarkersDirective } from './markersettings.directive';\nimport { ColorMappingDirective, ColorMappingsDirective } from './colormapping.directive';\nimport { BubbleDirective, BubblesDirective } from './bubblesettings.directive';\nimport { NavigationLineDirective, NavigationLinesDirective } from './navigationlinesettings.directive';\nimport { LayerDirective, LayersDirective } from './layers.directive';\nimport { AnnotationDirective, AnnotationsDirective } from './annotations.directive';\nimport { MapsComponent } from './maps.component';\nimport { MapsModule } from './maps.module';\nimport {Bubble, Legend, Marker, Highlight, Selection, MapsTooltip, Zoom, DataLabel, NavigationLine, Annotations, Print, PdfExport, ImageExport} from '@syncfusion/ej2-maps'\n\n\nexport const BubbleService: ValueProvider = { provide: 'MapsBubble', useValue: Bubble};\nexport const LegendService: ValueProvider = { provide: 'MapsLegend', useValue: Legend};\nexport const MarkerService: ValueProvider = { provide: 'MapsMarker', useValue: Marker};\nexport const HighlightService: ValueProvider = { provide: 'MapsHighlight', useValue: Highlight};\nexport const SelectionService: ValueProvider = { provide: 'MapsSelection', useValue: Selection};\nexport const MapsTooltipService: ValueProvider = { provide: 'MapsMapsTooltip', useValue: MapsTooltip};\nexport const ZoomService: ValueProvider = { provide: 'MapsZoom', useValue: Zoom};\nexport const DataLabelService: ValueProvider = { provide: 'MapsDataLabel', useValue: DataLabel};\nexport const NavigationLineService: ValueProvider = { provide: 'MapsNavigationLine', useValue: NavigationLine};\nexport const AnnotationsService: ValueProvider = { provide: 'MapsAnnotations', useValue: Annotations};\nexport const PrintService: ValueProvider = { provide: 'MapsPrint', useValue: Print};\nexport const PdfExportService: ValueProvider = { provide: 'MapsPdfExport', useValue: PdfExport};\nexport const ImageExportService: ValueProvider = { provide: 'MapsImageExport', useValue: ImageExport};\n\n/**\n * NgModule definition for the Maps component with providers.\n */\n@NgModule({\n imports: [CommonModule, MapsModule],\n exports: [\n MapsModule\n ],\n providers:[\n BubbleService,\n LegendService,\n MarkerService,\n HighlightService,\n SelectionService,\n MapsTooltipService,\n ZoomService,\n DataLabelService,\n NavigationLineService,\n AnnotationsService,\n PrintService,\n PdfExportService,\n ImageExportService\n ]\n})\nexport class MapsAllModule { }","// Mapping root file for package generation\nexport * from './src/index';","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":["input","outputs"],"mappings":"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"}
1
+ {"version":3,"file":"syncfusion-ej2-angular-maps.mjs","sources":["../../src/maps/initialshapeselection.directive.ts","../../src/maps/markersettings.directive.ts","../../src/maps/colormapping.directive.ts","../../src/maps/bubblesettings.directive.ts","../../src/maps/navigationlinesettings.directive.ts","../../src/maps/layers.directive.ts","../../src/maps/annotations.directive.ts","../../src/maps/maps.component.ts","../../src/maps/maps.module.ts","../../src/maps/maps-all.module.ts","../../public_api.ts","../../syncfusion-ej2-angular-maps.ts"],"sourcesContent":["import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet input: string[] = ['shapePath', 'shapeValue'];\nlet outputs: string[] = [];\n/**\n * Layer Directive\n * ```html\n * <e-layers>\n * <e-layer>\n * <e-initialShapeSelections>\n * <e-initialShapeSelection>\n * </e-initialShapeSelection>\n * </e-initialShapeSelections>\n * </e-layer>\n * </e-layers>\n * ```\n */\n@Directive({\n selector: 'e-layer>e-initialShapeSelections>e-initialShapeSelection',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n})\nexport class InitialShapeSelectionDirective extends ComplexBase<InitialShapeSelectionDirective> {\n public directivePropList: any;\n\t\n\n\n /** \n * Sets and gets the property name from the data source in maps.\n * @default null\n */\n public shapePath: any;\n /** \n * Sets and gets the value for the shape from data source in maps.\n * @default null\n */\n public shapeValue: any;\n\n constructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\n}\n\n/**\n * InitialShapeSelection Array Directive\n * @private\n */\n@Directive({\n selector: 'e-layer>e-initialShapeSelections',\n queries: {\n children: new ContentChildren(InitialShapeSelectionDirective)\n },\n})\nexport class InitialShapeSelectionsDirective extends ArrayBase<InitialShapeSelectionsDirective> {\n constructor() {\n super('initialshapeselection');\n }\n}","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet input: string[] = ['animationDelay', 'animationDuration', 'border', 'colorValuePath', 'dashArray', 'dataSource', 'fill', 'height', 'highlightSettings', 'imageUrl', 'imageUrlValuePath', 'initialMarkerSelection', 'latitudeValuePath', 'legendText', 'longitudeValuePath', 'offset', 'opacity', 'query', 'selectionSettings', 'shape', 'shapeValuePath', 'template', 'tooltipSettings', 'visible', 'width'];\nlet outputs: string[] = [];\n/**\n * Layer Directive\n * ```html\n * <e-layers>\n * <e-layer>\n * <e-markerSettings>\n * <e-markerSetting>\n * </e-markerSetting>\n * </e-markerSettings>\n * </e-layer>\n * </e-layers>\n * ```\n */\n@Directive({\n selector: 'e-layer>e-markerSettings>e-markerSetting',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n})\nexport class MarkerDirective extends ComplexBase<MarkerDirective> {\n public directivePropList: any;\n\t\n\n\n /** \n * Sets and gets the delay time for the animation in marker.\n * @default 0\n */\n public animationDelay: any;\n /** \n * Sets and gets the duration time for animating the marker.\n * @default 1000\n */\n public animationDuration: any;\n /** \n * Sets and gets the options for customizing the color and width of the border for the marker in maps.\n */\n public border: any;\n /** \n * Sets and gets the value path from the marker data source to apply color for the marker.\n * @default null\n */\n public colorValuePath: any;\n /** \n * Sets and gets the dash-array for the marker.\n */\n public dashArray: any;\n /** \n * Sets and gets the data source for the marker. \n * The data source for the marker will contain latitude and longitude values to specify the location \n * of the marker. \n * The data source can contain data such as color, shape, and other details that can be bound to the color, shape, \n * and tooltip of the marker.\n * @isobservable true\n * @default []\n */\n public dataSource: any;\n /** \n * Sets and gets the color for the marker in maps.\n * @default '#FF471A'\n */\n public fill: any;\n /** \n * Sets and gets the height of the marker in maps.\n * @default 10\n */\n public height: any;\n /** \n * Sets and gets the options to customize the marker while the mouse has hovered on the marker in maps.\n */\n public highlightSettings: any;\n /** \n * Sets and gets the URL for rendering the marker as image.\n */\n public imageUrl: any;\n /** \n * Sets and gets the value path from the marker data source for the image of the marker.\n * @default null\n */\n public imageUrlValuePath: any;\n /** \n * To select the shape at the rendering time.\n */\n public initialMarkerSelection: any;\n /** \n * Defines the value path from the marker data source for setting latitude for a set of markers.\n */\n public latitudeValuePath: any;\n /** \n * Sets and gets the text for the legend from the marker data source.\n * @default ''\n */\n public legendText: any;\n /** \n * Defines the value path from the marker data source for setting longitude for a set of markers.\n */\n public longitudeValuePath: any;\n /** \n * Sets and gets the position to move the marker by setting specific value.\n */\n public offset: any;\n /** \n * Sets and gets the opacity for the marker in maps.\n * @default 1\n */\n public opacity: any;\n /** \n * Sets and gets the query to select particular data from the marker data. \n * This property is applicable only when the data source is created by data manager.\n * @default null\n */\n public query: any;\n /** \n * Sets and gets the options to customize the marker while selecting the marker in maps.\n */\n public selectionSettings: any;\n /** \n * Sets and gets the shape of the marker in maps.\n * @default Balloon\n */\n public shape: any;\n /** \n * Sets and gets the value path from the marker data source to set the shape of the marker.\n * @default null\n */\n public shapeValuePath: any;\n /** \n * Sets and gets the options to customize the tooltip for the marker in maps.\n */\n public tooltipSettings: any;\n /** \n * Enables or disables the visibility state of the marker based on the marker data source in maps.\n * @default false\n */\n public visible: any;\n /** \n * Sets and gets the width of the marker in maps.\n * @default 10\n */\n public width: any;\n /** \n * Sets and gets the template for the marker.\n * @default null\n */\n @ContentChild('template')\n @Template()\n public template: any;\n @ContentChild('tooltipSettingsTemplate')\n @Template()\n public tooltipSettings_template: any;\n\n constructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\n}\n\n/**\n * Marker Array Directive\n * @private\n */\n@Directive({\n selector: 'e-layer>e-markerSettings',\n queries: {\n children: new ContentChildren(MarkerDirective)\n },\n})\nexport class MarkersDirective extends ArrayBase<MarkersDirective> {\n constructor() {\n super('markersettings');\n }\n}","import { Directive, ViewContainerRef, ContentChildren } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\n\n\nlet input: string[] = ['color', 'from', 'label', 'maxOpacity', 'minOpacity', 'showLegend', 'to', 'value'];\nlet outputs: string[] = [];\n/**\n * ColorMapping Directive\n * ```html\n * <e-layers>\n * <e-layer>\n * <e-bubbleSettings>\n * <e-colorMappings>\n * <e-colorMapping>\n * </e-colorMapping>\n * </e-colorMappings>\n * </e-bubbleSettings>\n * </e-layer>\n * </e-layers>\n * ```\n */\n@Directive({\n selector: 'e-bubbleSettings>e-colorMappings>e-colorMapping',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n})\nexport class ColorMappingDirective extends ComplexBase<ColorMappingDirective> {\n public directivePropList: any;\n\t\n\n\n /** \n * Sets and gets the color for the color-mapping in maps.\n * @default null\n */\n public color: any;\n /** \n * Sets and gets the value from where the range color-mapping starts.\n * @aspdefaultvalueignore \n * @default null\n */\n public from: any;\n /** \n * Sets and gets the label for the color-mapping from the data source in maps.\n * @default null\n */\n public label: any;\n /** \n * Sets and gets the maximum opacity for the color-mapping in maps.\n * @default null\n */\n public maxOpacity: any;\n /** \n * Sets and gets the minimum opacity for the color-mapping in maps.\n * @default null\n */\n public minOpacity: any;\n /** \n * Enables or disables the visibility state of legend for the color-mapping shapes in maps.\n * @default true\n */\n public showLegend: any;\n /** \n * Sets and gets the value to where the range color-mapping ends.\n * @aspdefaultvalueignore \n * @default null\n */\n public to: any;\n /** \n * Sets and gets the value for the color-mapping from the data source.\n * @default null\n */\n public value: any;\n\n constructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\n}\n\n/**\n * ColorMapping Array Directive\n * @private\n */\n@Directive({\n selector: 'e-bubbleSettings>e-colorMappings',\n queries: {\n children: new ContentChildren(ColorMappingDirective)\n },\n})\nexport class ColorMappingsDirective extends ArrayBase<ColorMappingsDirective> {\n constructor() {\n super('colormapping');\n }\n}","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\nimport { ColorMappingsDirective } from './colormapping.directive';\n\nlet input: string[] = ['animationDelay', 'animationDuration', 'border', 'bubbleType', 'colorMapping', 'colorValuePath', 'dataSource', 'fill', 'highlightSettings', 'maxRadius', 'minRadius', 'opacity', 'query', 'selectionSettings', 'tooltipSettings', 'valuePath', 'visible'];\nlet outputs: string[] = [];\n/**\n * Layer Directive\n * ```html\n * <e-layers>\n * <e-layer>\n * <e-bubbleSettings>\n * <e-bubbleSetting>\n * </e-bubbleSetting>\n * </e-bubbleSettings>\n * </e-layer>\n * </e-layers>\n * ```\n */\n@Directive({\n selector: 'e-layer>e-bubbleSettings>e-bubbleSetting',\n inputs: input,\n outputs: outputs, \n queries: {\n childColorMapping: new ContentChild(ColorMappingsDirective)\n }\n})\nexport class BubbleDirective extends ComplexBase<BubbleDirective> {\n public directivePropList: any;\n\t\n public childColorMapping: any;\n public tags: string[] = ['colorMapping'];\n /** \n * Sets and gets the delay in animation for bubble in maps.\n * @default 0\n */\n public animationDelay: any;\n /** \n * Sets and gets the duration for the animation for bubble in maps.\n * @default 1000\n */\n public animationDuration: any;\n /** \n * Sets and gets the options to customize the color and width of the border for the bubble in maps.\n */\n public border: any;\n /** \n * Sets and gets the type of the bubble in maps.\n * @default Circle\n */\n public bubbleType: any;\n /** \n * Sets and gets the color-mapping for the bubble in maps.\n * @default []\n */\n public colorMapping: any;\n /** \n * Sets and gets the value from the data source of bubble settings for the color of the bubble in maps.\n * @default null\n */\n public colorValuePath: any;\n /** \n * Sets and gets the data source for the bubble. \n * The data source must contain the size value of the bubble that can be bound to the bubble \n * of the Maps using the valuePath property in the bubbleSettings. \n * 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.\n * @isobservable true\n * @default []\n */\n public dataSource: any;\n /** \n * Sets and gets the color for the bubble in maps.\n * @default ''\n */\n public fill: any;\n /** \n * Sets and gets the highlight settings for the bubble in maps.\n */\n public highlightSettings: any;\n /** \n * Sets and gets the maximum radius for the bubble in maps.\n * @default 20\n */\n public maxRadius: any;\n /** \n * Sets and gets the minimum radius for the bubble in maps.\n * @default 10\n */\n public minRadius: any;\n /** \n * Sets and gets the opacity of the bubble in maps.\n * @default 1\n */\n public opacity: any;\n /** \n * Sets and gets the query to select particular data from the bubble data. \n * This property is applicable only when the data source is created by data manager.\n * @default null\n */\n public query: any;\n /** \n * Sets and gets the selection settings for the bubble in maps.\n */\n public selectionSettings: any;\n /** \n * Sets and gets the options to customize the tooltip for the bubbles in maps.\n */\n public tooltipSettings: any;\n /** \n * Sets and gets the value from the data source of bubble settings for the bubble to be rendered in maps.\n * @default null\n */\n public valuePath: any;\n /** \n * Enables or disables the visibility state of the bubbles in maps.\n * @default false\n */\n public visible: any;\n @ContentChild('tooltipSettingsTemplate')\n @Template()\n public tooltipSettings_template: any;\n\n constructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\n}\n\n/**\n * Bubble Array Directive\n * @private\n */\n@Directive({\n selector: 'e-layer>e-bubbleSettings',\n queries: {\n children: new ContentChildren(BubbleDirective)\n },\n})\nexport class BubblesDirective extends ArrayBase<BubblesDirective> {\n constructor() {\n super('bubblesettings');\n }\n}","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet input: string[] = ['angle', 'arrowSettings', 'color', 'dashArray', 'highlightSettings', 'latitude', 'longitude', 'selectionSettings', 'visible', 'width'];\nlet outputs: string[] = [];\n/**\n * Layer Directive\n * ```html\n * <e-layers>\n * <e-layer>\n * <e-navigationLineSettings>\n * <e-navigationLineSetting>\n * </e-navigationLineSetting>\n * </e-navigationLineSettings>\n * </e-layer>\n * </e-layers>\n * ```\n */\n@Directive({\n selector: 'e-layer>e-navigationLineSettings>e-navigationLineSetting',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n})\nexport class NavigationLineDirective extends ComplexBase<NavigationLineDirective> {\n public directivePropList: any;\n\t\n\n\n /** \n * Sets and gets the angle of curve connecting different locations in maps.\n * @default 0\n */\n public angle: any;\n /** \n * Sets and gets the options to customize the arrow for the navigation line in maps.\n */\n public arrowSettings: any;\n /** \n * Sets and gets the color for the navigation lines in maps.\n */\n public color: any;\n /** \n * Sets and gets the dash-array for the navigation lines drawn in maps.\n * @default ''\n */\n public dashArray: any;\n /** \n * Sets and gets the highlight settings of the navigation line in maps.\n */\n public highlightSettings: any;\n /** \n * Sets and gets the latitude value for the navigation lines drawn in maps.\n * @default []\n */\n public latitude: any;\n /** \n * Sets and gets the longitude for the navigation lines drawn in maps.\n * @default []\n */\n public longitude: any;\n /** \n * Sets and gets the selection settings of the navigation line in maps.\n */\n public selectionSettings: any;\n /** \n * Enables or disables the navigation lines to be drawn in maps.\n * @default false\n */\n public visible: any;\n /** \n * Sets and gets the width of the navigation lines in maps.\n * @default 1\n */\n public width: any;\n @ContentChild('tooltipSettingsTemplate')\n @Template()\n public tooltipSettings_template: any;\n\n constructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\n}\n\n/**\n * NavigationLine Array Directive\n * @private\n */\n@Directive({\n selector: 'e-layer>e-navigationLineSettings',\n queries: {\n children: new ContentChildren(NavigationLineDirective)\n },\n})\nexport class NavigationLinesDirective extends ArrayBase<NavigationLinesDirective> {\n constructor() {\n super('navigationlinesettings');\n }\n}","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\n\nimport { InitialShapeSelectionsDirective } from './initialshapeselection.directive';\nimport { MarkersDirective } from './markersettings.directive';\nimport { BubblesDirective } from './bubblesettings.directive';\nimport { NavigationLinesDirective } from './navigationlinesettings.directive';\n\nlet input: string[] = ['animationDuration', 'bingMapType', 'bubbleSettings', 'dataLabelSettings', 'dataSource', 'geometryType', 'highlightSettings', 'initialShapeSelection', 'key', 'layerType', 'markerClusterSettings', 'markerSettings', 'navigationLineSettings', 'query', 'selectionSettings', 'shapeData', 'shapeDataPath', 'shapePropertyPath', 'shapeSettings', 'staticMapType', 'toggleLegendSettings', 'tooltipSettings', 'type', 'urlTemplate', 'visible'];\nlet outputs: string[] = [];\n/**\n * Layer Directive\n * ```html\n * <e-layers>\n * <e-layer></e-layer>\n * </e-layers>\n * ```\n */\n@Directive({\n selector: 'e-layers>e-layer',\n inputs: input,\n outputs: outputs, \n queries: {\n childInitialShapeSelection: new ContentChild(InitialShapeSelectionsDirective), \n childMarkerSettings: new ContentChild(MarkersDirective), \n childBubbleSettings: new ContentChild(BubblesDirective), \n childNavigationLineSettings: new ContentChild(NavigationLinesDirective)\n }\n})\nexport class LayerDirective extends ComplexBase<LayerDirective> {\n public directivePropList: any;\n\t\n public childInitialShapeSelection: any;\n public childMarkerSettings: any;\n public childBubbleSettings: any;\n public childNavigationLineSettings: any;\n public tags: string[] = ['initialShapeSelection', 'markerSettings', 'bubbleSettings', 'navigationLineSettings'];\n /** \n * Sets and gets the type of the layer in maps.\n * @default Layer\n */\n public type: any;\n /** \n * Sets and gets the duration for the animation of layers in maps.\n * @default 0\n */\n public animationDuration: any;\n /** \n * Sets and gets the Bing map type for the layer. If you use shape data with BingMapType without using layer type as Bing, \n * then the map will render based on shape data since default layer type will be set as Geometry.\n * @default Aerial\n */\n public bingMapType: any;\n /** \n * Sets and gets the options for customizing the bubble in maps.\n */\n public bubbleSettings: any;\n /** \n * Sets and gets the options for customizing the data-label in maps.\n */\n public dataLabelSettings: any;\n /** \n * * Sets and gets the data source for the layer. \n * * The data source can contain data that can be bound to the tooltip, marker, and bubble.\n * @isobservable true\n * @default []\n */\n public dataSource: any;\n /** \n * Sets and gets the geometry type for the layer in maps.\n * @default Geographic\n */\n public geometryType: any;\n /** \n * Sets and gets the options for customizing the shapes when the mouse has hovered on maps.\n */\n public highlightSettings: any;\n /** \n * Sets and gets the settings for shapes that is selected at the time of rendering.\n */\n public initialShapeSelection: any;\n /** \n * Sets and gets the key for the tile map layer in maps.\n * @default ''\n */\n public key: any;\n /** \n * Sets and gets the type of the layer in maps. If we use layer type with shape data property in layer of the maps \n * then map will render based on the provided layer type.\n * @default Geometry\n */\n public layerType: any;\n /** \n * Sets and gets the options for customizing the cluster of markers in maps.\n */\n public markerClusterSettings: any;\n /** \n * Sets and gets the options for customizing the marker in maps.\n */\n public markerSettings: any;\n /** \n * Sets and gets the options for customizing the navigation line in maps.\n */\n public navigationLineSettings: any;\n /** \n * Sets and gets the query to select particular data from the shape data. \n * This property is applicable only when the data source is created by data manager.\n * @default null\n */\n public query: any;\n /** \n * Sets and gets the options for customizing the shapes when clicking the shapes in maps.\n */\n public selectionSettings: any;\n /** \n * Sets and gets the shape data for the maps to render.\n * @isobservable true\n * @default null\n */\n public shapeData: any;\n /** \n * Sets and gets the path for the shape from the shape data in maps.\n * @default 'name'\n */\n public shapeDataPath: any;\n /** \n * Sets and gets the path for the layers from the layer data source in maps.\n * @default 'name'\n */\n public shapePropertyPath: any;\n /** \n * Sets and gets the options to customize the shape of the maps.\n */\n public shapeSettings: any;\n /** \n * Sets and gets the type of the static maps.\n * @default RoadMap\n */\n public staticMapType: any;\n /** \n * Sets and gets the options for customizing the toggle state of shapes when selecting the legend in maps.\n */\n public toggleLegendSettings: any;\n /** \n * Sets and gets the options for customizing the tooltip for the layers, markers, and bubbles in maps.\n */\n public tooltipSettings: any;\n /** \n * Sets and gets the template for the map using the url.\n * @default 'https://a.tile.openstreetmap.org/level/tileX/tileY.png'\n */\n public urlTemplate: any;\n /** \n * Enables or disables the visibility state for the layers in maps.\n * @default true\n */\n public visible: any;\n\n constructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\n}\n\n/**\n * Layer Array Directive\n * @private\n */\n@Directive({\n selector: 'ej-maps>e-layers',\n queries: {\n children: new ContentChildren(LayerDirective)\n },\n})\nexport class LayersDirective extends ArrayBase<LayersDirective> {\n constructor() {\n super('layers');\n }\n}","import { Directive, ViewContainerRef, ContentChildren, ContentChild } from '@angular/core';\nimport { ComplexBase, ArrayBase, setValue } from '@syncfusion/ej2-angular-base';\nimport { Template } from '@syncfusion/ej2-angular-base';\n\n\nlet input: string[] = ['content', 'horizontalAlignment', 'verticalAlignment', 'x', 'y', 'zIndex'];\nlet outputs: string[] = [];\n/**\n * Annotation Directive\n * ```html\n * <e-maps-annotations>\n * <e-maps-annotation></e-maps-annotation>\n * </e-maps-annotations>\n * ```\n */\n@Directive({\n selector: 'e-maps-annotations>e-maps-annotation',\n inputs: input,\n outputs: outputs, \n queries: {\n\n }\n})\nexport class AnnotationDirective extends ComplexBase<AnnotationDirective> {\n public directivePropList: any;\n\t\n\n\n /** \n * Sets and gets the annotation element to be aligned horizontally.\n * @default None\n */\n public horizontalAlignment: any;\n /** \n * Sets and gets the annotation element to be aligned vertically.\n * @default None\n */\n public verticalAlignment: any;\n /** \n * Sets and gets the x position of the annotation in maps component.\n */\n public x: any;\n /** \n * Sets and gets the y position of the annotation in maps component.\n */\n public y: any;\n /** \n * Sets and gets the z-index of the annotation in maps component.\n * @default '-1'\n */\n public zIndex: any;\n /** \n * Sets and gets the content for the annotation in maps component.\n */\n @ContentChild('content')\n @Template()\n public content: any;\n\n constructor(private viewContainerRef:ViewContainerRef) {\n super();\n setValue('currentInstance', this, this.viewContainerRef);\n this.registerEvents(outputs);\n this.directivePropList = input;\n }\n}\n\n/**\n * Annotation Array Directive\n * @private\n */\n@Directive({\n selector: 'ej-maps>e-maps-annotations',\n queries: {\n children: new ContentChildren(AnnotationDirective)\n },\n})\nexport class AnnotationsDirective extends ArrayBase<AnnotationsDirective> {\n constructor() {\n super('annotations');\n }\n}","import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider, ContentChild } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { Maps } from '@syncfusion/ej2-maps';\n\nimport { LayersDirective } from './layers.directive';\nimport { AnnotationsDirective } from './annotations.directive';\n\nexport const inputs: string[] = ['allowImageExport','allowPdfExport','allowPrint','annotations','background','baseLayerIndex','border','centerPosition','description','enablePersistence','enableRtl','format','height','layers','legendSettings','locale','mapsArea','margin','projectionType','tabIndex','theme','titleSettings','tooltipDisplayMode','useGroupingSeparator','width','zoomSettings'];\nexport const outputs: string[] = ['animationComplete','annotationRendering','beforePrint','bubbleClick','bubbleMouseMove','bubbleRendering','click','dataLabelRendering','doubleClick','itemHighlight','itemSelection','layerRendering','legendRendering','load','loaded','markerClick','markerClusterClick','markerClusterMouseMove','markerClusterRendering','markerMouseMove','markerRendering','pan','resize','rightClick','shapeHighlight','shapeRendering','shapeSelected','tooltipRender','tooltipRenderComplete','zoom','dataSourceChange'];\nexport const twoWays: string[] = ['dataSource'];\n\n/**\n * Represents Maps Component\n * ```html\n * <ej-maps></ej-maps>\n * ```\n */\n@Component({\n selector: 'ejs-maps',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n childLayers: new ContentChild(LayersDirective), \n childAnnotations: new ContentChild(AnnotationsDirective)\n }\n})\n@ComponentMixins([ComponentBase])\nexport class MapsComponent extends Maps implements IComponentBase {\n public context : any;\n public tagObjects: any;\n\tanimationComplete: any;\n\tannotationRendering: any;\n\tbeforePrint: any;\n\tbubbleClick: any;\n\tbubbleMouseMove: any;\n\tbubbleRendering: any;\n\tclick: any;\n\tdataLabelRendering: any;\n\tdoubleClick: any;\n\titemHighlight: any;\n\titemSelection: any;\n\tlayerRendering: any;\n\tlegendRendering: any;\n\tload: any;\n\tloaded: any;\n\tmarkerClick: any;\n\tmarkerClusterClick: any;\n\tmarkerClusterMouseMove: any;\n\tmarkerClusterRendering: any;\n\tmarkerMouseMove: any;\n\tmarkerRendering: any;\n\tpan: any;\n\tresize: any;\n\trightClick: any;\n\tshapeHighlight: any;\n\tshapeRendering: any;\n\tshapeSelected: any;\n\ttooltipRender: any;\n\ttooltipRenderComplete: any;\n\tzoom: any;\n\tpublic dataSourceChange: any;\n public childLayers: QueryList<LayersDirective>;\n public childAnnotations: QueryList<AnnotationsDirective>;\n public tags: string[] = ['layers', 'annotations'];\n\n constructor(private ngEle: ElementRef, private srenderer: Renderer2, private viewContainerRef:ViewContainerRef, private injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('MapsBubble');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('MapsLegend');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('MapsMarker');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('MapsHighlight');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('MapsSelection');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('MapsMapsTooltip');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('MapsZoom');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('MapsDataLabel');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('MapsNavigationLine');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('MapsAnnotations');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('MapsPrint');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('MapsPdfExport');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r try {\n let mod = this.injector.get('MapsImageExport');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\r\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.context = new ComponentBase();\n }\n\n public ngOnInit() {\n this.context.ngOnInit(this);\n }\n\n public ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n\n public ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n\n public ngAfterContentChecked(): void {\n this.tagObjects[0].instance = this.childLayers;\n if (this.childAnnotations) {\n this.tagObjects[1].instance = this.childAnnotations as any;\n }\n this.context.ngAfterContentChecked(this);\n }\n\n public registerEvents: (eventList: string[]) => void;\n public addTwoWay: (propList: string[]) => void;\n}\n\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { InitialShapeSelectionDirective, InitialShapeSelectionsDirective } from './initialshapeselection.directive';\nimport { MarkerDirective, MarkersDirective } from './markersettings.directive';\nimport { ColorMappingDirective, ColorMappingsDirective } from './colormapping.directive';\nimport { BubbleDirective, BubblesDirective } from './bubblesettings.directive';\nimport { NavigationLineDirective, NavigationLinesDirective } from './navigationlinesettings.directive';\nimport { LayerDirective, LayersDirective } from './layers.directive';\nimport { AnnotationDirective, AnnotationsDirective } from './annotations.directive';\nimport { MapsComponent } from './maps.component';\n\n/**\n * NgModule definition for the Maps component.\n */\n@NgModule({\n imports: [CommonModule],\n declarations: [\n MapsComponent,\n InitialShapeSelectionDirective,\n InitialShapeSelectionsDirective,\n MarkerDirective,\n MarkersDirective,\n ColorMappingDirective,\n ColorMappingsDirective,\n BubbleDirective,\n BubblesDirective,\n NavigationLineDirective,\n NavigationLinesDirective,\n LayerDirective,\n LayersDirective,\n AnnotationDirective,\n AnnotationsDirective\n ],\n exports: [\n MapsComponent,\n InitialShapeSelectionDirective,\n InitialShapeSelectionsDirective,\n MarkerDirective,\n MarkersDirective,\n ColorMappingDirective,\n ColorMappingsDirective,\n BubbleDirective,\n BubblesDirective,\n NavigationLineDirective,\n NavigationLinesDirective,\n LayerDirective,\n LayersDirective,\n AnnotationDirective,\n AnnotationsDirective\n ]\n})\nexport class MapsModule { }","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { InitialShapeSelectionDirective, InitialShapeSelectionsDirective } from './initialshapeselection.directive';\nimport { MarkerDirective, MarkersDirective } from './markersettings.directive';\nimport { ColorMappingDirective, ColorMappingsDirective } from './colormapping.directive';\nimport { BubbleDirective, BubblesDirective } from './bubblesettings.directive';\nimport { NavigationLineDirective, NavigationLinesDirective } from './navigationlinesettings.directive';\nimport { LayerDirective, LayersDirective } from './layers.directive';\nimport { AnnotationDirective, AnnotationsDirective } from './annotations.directive';\nimport { MapsComponent } from './maps.component';\nimport { MapsModule } from './maps.module';\nimport {Bubble, Legend, Marker, Highlight, Selection, MapsTooltip, Zoom, DataLabel, NavigationLine, Annotations, Print, PdfExport, ImageExport} from '@syncfusion/ej2-maps'\n\n\nexport const BubbleService: ValueProvider = { provide: 'MapsBubble', useValue: Bubble};\nexport const LegendService: ValueProvider = { provide: 'MapsLegend', useValue: Legend};\nexport const MarkerService: ValueProvider = { provide: 'MapsMarker', useValue: Marker};\nexport const HighlightService: ValueProvider = { provide: 'MapsHighlight', useValue: Highlight};\nexport const SelectionService: ValueProvider = { provide: 'MapsSelection', useValue: Selection};\nexport const MapsTooltipService: ValueProvider = { provide: 'MapsMapsTooltip', useValue: MapsTooltip};\nexport const ZoomService: ValueProvider = { provide: 'MapsZoom', useValue: Zoom};\nexport const DataLabelService: ValueProvider = { provide: 'MapsDataLabel', useValue: DataLabel};\nexport const NavigationLineService: ValueProvider = { provide: 'MapsNavigationLine', useValue: NavigationLine};\nexport const AnnotationsService: ValueProvider = { provide: 'MapsAnnotations', useValue: Annotations};\nexport const PrintService: ValueProvider = { provide: 'MapsPrint', useValue: Print};\nexport const PdfExportService: ValueProvider = { provide: 'MapsPdfExport', useValue: PdfExport};\nexport const ImageExportService: ValueProvider = { provide: 'MapsImageExport', useValue: ImageExport};\n\n/**\n * NgModule definition for the Maps component with providers.\n */\n@NgModule({\n imports: [CommonModule, MapsModule],\n exports: [\n MapsModule\n ],\n providers:[\n BubbleService,\n LegendService,\n MarkerService,\n HighlightService,\n SelectionService,\n MapsTooltipService,\n ZoomService,\n DataLabelService,\n NavigationLineService,\n AnnotationsService,\n PrintService,\n PdfExportService,\n ImageExportService\n ]\n})\nexport class MapsAllModule { }","// Mapping root file for package generation\nexport * from './src/index';","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":["input","outputs"],"mappings":"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"}
package/license ADDED
@@ -0,0 +1,10 @@
1
+ Essential JS 2 library is available under the Syncfusion Essential Studio program, and can be licensed either under the Syncfusion Community License Program or the Syncfusion commercial license.
2
+
3
+ To be qualified for the Syncfusion Community License Program you must have a gross revenue of less than one (1) million U.S. dollars ($1,000,000.00 USD) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusion’s terms and conditions.
4
+
5
+ Customers who do not qualify for the community license can contact sales@syncfusion.com for commercial licensing options.
6
+
7
+ Under no circumstances can you use this product without (1) either a Community License or a commercial license and (2) without agreeing and abiding by Syncfusion’s license containing all terms and conditions.
8
+
9
+ The Syncfusion license that contains the terms and conditions can be found at
10
+ https://www.syncfusion.com/content/downloads/syncfusion_license.pdf
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-maps@*",
3
- "_id": "@syncfusion/ej2-angular-maps@21.2.5",
3
+ "_id": "@syncfusion/ej2-angular-maps@20.1.55",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-Ls73hGQkf+pnt+VJk7yIOT/V7X7KgBboelr51WI1d1RIgVZeUS3N0BrxFj0aMceTqbCAx0h7sB14+cD1MkOQYw==",
5
+ "_integrity": "sha512-9UmIwYhvb9s/wBjL1V45a6xZjm/hGfMMcSBiY7lhhvNn3gR0VXFrqMW1nQlLOlES2auytPz1ctqlC9iUgiXeiA==",
6
6
  "_location": "/@syncfusion/ej2-angular-maps",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-maps/-/ej2-angular-maps-21.2.5.tgz",
23
- "_shasum": "e00a608acd8d31f63761e65b34610a54f57c6ca6",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-release/@syncfusion/ej2-angular-maps/-/ej2-angular-maps-20.1.55.tgz",
23
+ "_shasum": "732d815734ec5f4c7f12849be8bd374d695029e3",
24
24
  "_spec": "@syncfusion/ej2-angular-maps@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_21.1.1/ivypackages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~21.2.3",
35
- "@syncfusion/ej2-base": "~21.2.9",
36
- "@syncfusion/ej2-maps": "21.2.10",
34
+ "@syncfusion/ej2-angular-base": "~22.1.34",
35
+ "@syncfusion/ej2-base": "~22.1.34",
36
+ "@syncfusion/ej2-maps": "22.1.34",
37
37
  "tslib": "^2.3.0"
38
38
  },
39
39
  "deprecated": false,
@@ -57,6 +57,27 @@
57
57
  "fesm2020": "fesm2020/syncfusion-ej2-angular-maps.mjs",
58
58
  "homepage": "https://www.syncfusion.com/angular-components",
59
59
  "keywords": [
60
+ "ej2",
61
+ "syncfusion",
62
+ "ej2-maps",
63
+ "web-components",
64
+ "maps",
65
+ "shape-data",
66
+ "OSM",
67
+ "projection",
68
+ "bubble",
69
+ "color-mapping",
70
+ "marker",
71
+ "data-label",
72
+ "navigation-line",
73
+ "legend",
74
+ "tooltip",
75
+ "zooming",
76
+ "panning",
77
+ "drilldown",
78
+ "annotation",
79
+ "custom-shapes",
80
+ "typescript",
60
81
  "angular",
61
82
  "ng-maps",
62
83
  "ej2-ng-maps"
@@ -71,5 +92,5 @@
71
92
  "schematics": "./schematics/collection.json",
72
93
  "sideEffects": false,
73
94
  "typings": "syncfusion-ej2-angular-maps.d.ts",
74
- "version": "21.2.10"
95
+ "version": "22.1.34"
75
96
  }
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-maps';
2
- export const pkgVer = '^21.2.10';
2
+ export const pkgVer = '^20.1.55';
3
3
  export const moduleName = 'MapsModule';
4
- export const themeVer = '~21.2.10';
4
+ export const themeVer = '~20.1.55';
@@ -2,7 +2,7 @@ import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
3
  import * as i0 from "@angular/core";
4
4
  /**
5
- * Represents the directive to define the annotations in the maps.
5
+ * Annotation Directive
6
6
  * ```html
7
7
  * <e-maps-annotations>
8
8
  * <e-maps-annotation></e-maps-annotation>
@@ -13,33 +13,30 @@ export declare class AnnotationDirective extends ComplexBase<AnnotationDirective
13
13
  private viewContainerRef;
14
14
  directivePropList: any;
15
15
  /**
16
- * Gets or sets the type of the placement when the annotation is to be aligned horizontally.
16
+ * Sets and gets the annotation element to be aligned horizontally.
17
17
  * @default None
18
18
  */
19
19
  horizontalAlignment: any;
20
20
  /**
21
- * Gets or sets the type of the placement when the annotation is to be aligned vertically.
21
+ * Sets and gets the annotation element to be aligned vertically.
22
22
  * @default None
23
23
  */
24
24
  verticalAlignment: any;
25
25
  /**
26
- * Gets or sets the x position of the annotation in pixel or percentage format.
27
- * @default '0px'
26
+ * Sets and gets the x position of the annotation in maps component.
28
27
  */
29
28
  x: any;
30
29
  /**
31
- * Gets or sets the y position of the annotation in pixel or percentage format.
32
- * @default '0px'
30
+ * Sets and gets the y position of the annotation in maps component.
33
31
  */
34
32
  y: any;
35
33
  /**
36
- * Gets or sets the z-index of the annotation in maps.
34
+ * Sets and gets the z-index of the annotation in maps component.
37
35
  * @default '-1'
38
36
  */
39
37
  zIndex: any;
40
38
  /**
41
- * Gets or sets the content for the annotation in maps.
42
- * @default ''
39
+ * Sets and gets the content for the annotation in maps component.
43
40
  */
44
41
  content: any;
45
42
  constructor(viewContainerRef: ViewContainerRef);