@syncfusion/ej2-angular-maps 25.2.3-ngcc → 25.2.4-ngcc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-maps.umd.js
3
- * version : 25.2.3
3
+ * version : 25.2.4
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -25,24 +25,10 @@ var __extends = (this && this.__extends) || (function () {
25
25
  })();
26
26
  var input = ['shapePath', 'shapeValue'];
27
27
  var outputs = [];
28
- /**
29
- * Represents the directive to configure the selection of the shapes when the maps is initially rendered.
30
- * ```html
31
- * <e-layers>
32
- * <e-layer>
33
- * <e-initialShapeSelections>
34
- * <e-initialShapeSelection>
35
- * </e-initialShapeSelection>
36
- * </e-initialShapeSelections>
37
- * </e-layer>
38
- * </e-layers>
39
- * ```
40
- */
41
- var InitialShapeSelectionDirective = /** @class */ (function (_super) {
28
+
29
+ var InitialShapeSelectionDirective = (function (_super) {
42
30
  __extends(InitialShapeSelectionDirective, _super);
43
- /**
44
- * @param {?} viewContainerRef
45
- */
31
+
46
32
  function InitialShapeSelectionDirective(viewContainerRef) {
47
33
  var _this = _super.call(this) || this;
48
34
  _this.viewContainerRef = viewContainerRef;
@@ -61,16 +47,12 @@ InitialShapeSelectionDirective.decorators = [
61
47
  queries: {}
62
48
  },] },
63
49
  ];
64
- /**
65
- * @nocollapse
66
- */
50
+
67
51
  InitialShapeSelectionDirective.ctorParameters = function () { return [
68
52
  { type: core.ViewContainerRef, },
69
53
  ]; };
70
- /**
71
- * InitialShapeSelection Array Directive
72
- */
73
- var InitialShapeSelectionsDirective = /** @class */ (function (_super) {
54
+
55
+ var InitialShapeSelectionsDirective = (function (_super) {
74
56
  __extends(InitialShapeSelectionsDirective, _super);
75
57
  function InitialShapeSelectionsDirective() {
76
58
  return _super.call(this, 'initialshapeselection') || this;
@@ -85,9 +67,7 @@ InitialShapeSelectionsDirective.decorators = [
85
67
  },
86
68
  },] },
87
69
  ];
88
- /**
89
- * @nocollapse
90
- */
70
+
91
71
  InitialShapeSelectionsDirective.ctorParameters = function () { return []; };
92
72
  var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
93
73
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
@@ -105,24 +85,10 @@ var __metadata = (this && this.__metadata) || function (k, v) {
105
85
  };
106
86
  var input$1 = ['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'];
107
87
  var outputs$1 = [];
108
- /**
109
- * Represents the directive to define the markers in the maps.
110
- * ```html
111
- * <e-layers>
112
- * <e-layer>
113
- * <e-markerSettings>
114
- * <e-markerSetting>
115
- * </e-markerSetting>
116
- * </e-markerSettings>
117
- * </e-layer>
118
- * </e-layers>
119
- * ```
120
- */
121
- var MarkerDirective = /** @class */ (function (_super) {
88
+
89
+ var MarkerDirective = (function (_super) {
122
90
  __extends(MarkerDirective, _super);
123
- /**
124
- * @param {?} viewContainerRef
125
- */
91
+
126
92
  function MarkerDirective(viewContainerRef) {
127
93
  var _this = _super.call(this) || this;
128
94
  _this.viewContainerRef = viewContainerRef;
@@ -141,9 +107,7 @@ MarkerDirective.decorators = [
141
107
  queries: {}
142
108
  },] },
143
109
  ];
144
- /**
145
- * @nocollapse
146
- */
110
+
147
111
  MarkerDirective.ctorParameters = function () { return [
148
112
  { type: core.ViewContainerRef, },
149
113
  ]; };
@@ -159,10 +123,8 @@ __decorate([
159
123
  ej2AngularBase.Template(),
160
124
  __metadata("design:type", Object)
161
125
  ], MarkerDirective.prototype, "tooltipSettings_template", void 0);
162
- /**
163
- * Marker Array Directive
164
- */
165
- var MarkersDirective = /** @class */ (function (_super) {
126
+
127
+ var MarkersDirective = (function (_super) {
166
128
  __extends(MarkersDirective, _super);
167
129
  function MarkersDirective() {
168
130
  return _super.call(this, 'markersettings') || this;
@@ -177,32 +139,14 @@ MarkersDirective.decorators = [
177
139
  },
178
140
  },] },
179
141
  ];
180
- /**
181
- * @nocollapse
182
- */
142
+
183
143
  MarkersDirective.ctorParameters = function () { return []; };
184
144
  var input$2 = ['color', 'from', 'label', 'maxOpacity', 'minOpacity', 'showLegend', 'to', 'value'];
185
145
  var outputs$2 = [];
186
- /**
187
- * Represents the directive to define the bubble color mapping in the maps.
188
- * ```html
189
- * <e-layers>
190
- * <e-layer>
191
- * <e-bubbleSettings>
192
- * <e-colorMappings>
193
- * <e-colorMapping>
194
- * </e-colorMapping>
195
- * </e-colorMappings>
196
- * </e-bubbleSettings>
197
- * </e-layer>
198
- * </e-layers>
199
- * ```
200
- */
201
- var ColorMappingDirective = /** @class */ (function (_super) {
146
+
147
+ var ColorMappingDirective = (function (_super) {
202
148
  __extends(ColorMappingDirective, _super);
203
- /**
204
- * @param {?} viewContainerRef
205
- */
149
+
206
150
  function ColorMappingDirective(viewContainerRef) {
207
151
  var _this = _super.call(this) || this;
208
152
  _this.viewContainerRef = viewContainerRef;
@@ -221,16 +165,12 @@ ColorMappingDirective.decorators = [
221
165
  queries: {}
222
166
  },] },
223
167
  ];
224
- /**
225
- * @nocollapse
226
- */
168
+
227
169
  ColorMappingDirective.ctorParameters = function () { return [
228
170
  { type: core.ViewContainerRef, },
229
171
  ]; };
230
- /**
231
- * ColorMapping Array Directive
232
- */
233
- var ColorMappingsDirective = /** @class */ (function (_super) {
172
+
173
+ var ColorMappingsDirective = (function (_super) {
234
174
  __extends(ColorMappingsDirective, _super);
235
175
  function ColorMappingsDirective() {
236
176
  return _super.call(this, 'colormapping') || this;
@@ -245,9 +185,7 @@ ColorMappingsDirective.decorators = [
245
185
  },
246
186
  },] },
247
187
  ];
248
- /**
249
- * @nocollapse
250
- */
188
+
251
189
  ColorMappingsDirective.ctorParameters = function () { return []; };
252
190
  var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
253
191
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
@@ -265,24 +203,10 @@ var __metadata$1 = (this && this.__metadata) || function (k, v) {
265
203
  };
266
204
  var input$3 = ['animationDelay', 'animationDuration', 'border', 'bubbleType', 'colorMapping', 'colorValuePath', 'dataSource', 'fill', 'highlightSettings', 'maxRadius', 'minRadius', 'opacity', 'query', 'selectionSettings', 'tooltipSettings', 'valuePath', 'visible'];
267
205
  var outputs$3 = [];
268
- /**
269
- * Represents the directive to define the bubbles in the maps.
270
- * ```html
271
- * <e-layers>
272
- * <e-layer>
273
- * <e-bubbleSettings>
274
- * <e-bubbleSetting>
275
- * </e-bubbleSetting>
276
- * </e-bubbleSettings>
277
- * </e-layer>
278
- * </e-layers>
279
- * ```
280
- */
281
- var BubbleDirective = /** @class */ (function (_super) {
206
+
207
+ var BubbleDirective = (function (_super) {
282
208
  __extends(BubbleDirective, _super);
283
- /**
284
- * @param {?} viewContainerRef
285
- */
209
+
286
210
  function BubbleDirective(viewContainerRef) {
287
211
  var _this = _super.call(this) || this;
288
212
  _this.viewContainerRef = viewContainerRef;
@@ -304,9 +228,7 @@ BubbleDirective.decorators = [
304
228
  }
305
229
  },] },
306
230
  ];
307
- /**
308
- * @nocollapse
309
- */
231
+
310
232
  BubbleDirective.ctorParameters = function () { return [
311
233
  { type: core.ViewContainerRef, },
312
234
  ]; };
@@ -317,10 +239,8 @@ __decorate$1([
317
239
  ej2AngularBase.Template(),
318
240
  __metadata$1("design:type", Object)
319
241
  ], BubbleDirective.prototype, "tooltipSettings_template", void 0);
320
- /**
321
- * Bubble Array Directive
322
- */
323
- var BubblesDirective = /** @class */ (function (_super) {
242
+
243
+ var BubblesDirective = (function (_super) {
324
244
  __extends(BubblesDirective, _super);
325
245
  function BubblesDirective() {
326
246
  return _super.call(this, 'bubblesettings') || this;
@@ -335,9 +255,7 @@ BubblesDirective.decorators = [
335
255
  },
336
256
  },] },
337
257
  ];
338
- /**
339
- * @nocollapse
340
- */
258
+
341
259
  BubblesDirective.ctorParameters = function () { return []; };
342
260
  var __decorate$2 = (this && this.__decorate) || function (decorators, target, key, desc) {
343
261
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
@@ -355,24 +273,10 @@ var __metadata$2 = (this && this.__metadata) || function (k, v) {
355
273
  };
356
274
  var input$4 = ['angle', 'arrowSettings', 'color', 'dashArray', 'highlightSettings', 'latitude', 'longitude', 'selectionSettings', 'visible', 'width'];
357
275
  var outputs$4 = [];
358
- /**
359
- * Represents the directive to define the navigation lines in the maps.
360
- * ```html
361
- * <e-layers>
362
- * <e-layer>
363
- * <e-navigationLineSettings>
364
- * <e-navigationLineSetting>
365
- * </e-navigationLineSetting>
366
- * </e-navigationLineSettings>
367
- * </e-layer>
368
- * </e-layers>
369
- * ```
370
- */
371
- var NavigationLineDirective = /** @class */ (function (_super) {
276
+
277
+ var NavigationLineDirective = (function (_super) {
372
278
  __extends(NavigationLineDirective, _super);
373
- /**
374
- * @param {?} viewContainerRef
375
- */
279
+
376
280
  function NavigationLineDirective(viewContainerRef) {
377
281
  var _this = _super.call(this) || this;
378
282
  _this.viewContainerRef = viewContainerRef;
@@ -391,9 +295,7 @@ NavigationLineDirective.decorators = [
391
295
  queries: {}
392
296
  },] },
393
297
  ];
394
- /**
395
- * @nocollapse
396
- */
298
+
397
299
  NavigationLineDirective.ctorParameters = function () { return [
398
300
  { type: core.ViewContainerRef, },
399
301
  ]; };
@@ -404,10 +306,8 @@ __decorate$2([
404
306
  ej2AngularBase.Template(),
405
307
  __metadata$2("design:type", Object)
406
308
  ], NavigationLineDirective.prototype, "tooltipSettings_template", void 0);
407
- /**
408
- * NavigationLine Array Directive
409
- */
410
- var NavigationLinesDirective = /** @class */ (function (_super) {
309
+
310
+ var NavigationLinesDirective = (function (_super) {
411
311
  __extends(NavigationLinesDirective, _super);
412
312
  function NavigationLinesDirective() {
413
313
  return _super.call(this, 'navigationlinesettings') || this;
@@ -422,25 +322,14 @@ NavigationLinesDirective.decorators = [
422
322
  },
423
323
  },] },
424
324
  ];
425
- /**
426
- * @nocollapse
427
- */
325
+
428
326
  NavigationLinesDirective.ctorParameters = function () { return []; };
429
327
  var input$5 = ['animationDuration', 'bingMapType', 'bubbleSettings', 'dataLabelSettings', 'dataSource', 'geometryType', 'highlightSettings', 'initialShapeSelection', 'key', 'layerType', 'markerClusterSettings', 'markerSettings', 'navigationLineSettings', 'polygonSettings', 'query', 'selectionSettings', 'shapeData', 'shapeDataPath', 'shapePropertyPath', 'shapeSettings', 'staticMapType', 'toggleLegendSettings', 'tooltipSettings', 'type', 'urlTemplate', 'visible'];
430
328
  var outputs$5 = [];
431
- /**
432
- * Represents the directive to define the layer of the maps.
433
- * ```html
434
- * <e-layers>
435
- * <e-layer></e-layer>
436
- * </e-layers>
437
- * ```
438
- */
439
- var LayerDirective = /** @class */ (function (_super) {
329
+
330
+ var LayerDirective = (function (_super) {
440
331
  __extends(LayerDirective, _super);
441
- /**
442
- * @param {?} viewContainerRef
443
- */
332
+
444
333
  function LayerDirective(viewContainerRef) {
445
334
  var _this = _super.call(this) || this;
446
335
  _this.viewContainerRef = viewContainerRef;
@@ -465,16 +354,12 @@ LayerDirective.decorators = [
465
354
  }
466
355
  },] },
467
356
  ];
468
- /**
469
- * @nocollapse
470
- */
357
+
471
358
  LayerDirective.ctorParameters = function () { return [
472
359
  { type: core.ViewContainerRef, },
473
360
  ]; };
474
- /**
475
- * Layer Array Directive
476
- */
477
- var LayersDirective = /** @class */ (function (_super) {
361
+
362
+ var LayersDirective = (function (_super) {
478
363
  __extends(LayersDirective, _super);
479
364
  function LayersDirective() {
480
365
  return _super.call(this, 'layers') || this;
@@ -489,9 +374,7 @@ LayersDirective.decorators = [
489
374
  },
490
375
  },] },
491
376
  ];
492
- /**
493
- * @nocollapse
494
- */
377
+
495
378
  LayersDirective.ctorParameters = function () { return []; };
496
379
  var __decorate$3 = (this && this.__decorate) || function (decorators, target, key, desc) {
497
380
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
@@ -509,19 +392,10 @@ var __metadata$3 = (this && this.__metadata) || function (k, v) {
509
392
  };
510
393
  var input$6 = ['content', 'horizontalAlignment', 'verticalAlignment', 'x', 'y', 'zIndex'];
511
394
  var outputs$6 = [];
512
- /**
513
- * Represents the directive to define the annotations in the maps.
514
- * ```html
515
- * <e-maps-annotations>
516
- * <e-maps-annotation></e-maps-annotation>
517
- * </e-maps-annotations>
518
- * ```
519
- */
520
- var AnnotationDirective = /** @class */ (function (_super) {
395
+
396
+ var AnnotationDirective = (function (_super) {
521
397
  __extends(AnnotationDirective, _super);
522
- /**
523
- * @param {?} viewContainerRef
524
- */
398
+
525
399
  function AnnotationDirective(viewContainerRef) {
526
400
  var _this = _super.call(this) || this;
527
401
  _this.viewContainerRef = viewContainerRef;
@@ -540,9 +414,7 @@ AnnotationDirective.decorators = [
540
414
  queries: {}
541
415
  },] },
542
416
  ];
543
- /**
544
- * @nocollapse
545
- */
417
+
546
418
  AnnotationDirective.ctorParameters = function () { return [
547
419
  { type: core.ViewContainerRef, },
548
420
  ]; };
@@ -553,10 +425,8 @@ __decorate$3([
553
425
  ej2AngularBase.Template(),
554
426
  __metadata$3("design:type", Object)
555
427
  ], AnnotationDirective.prototype, "content", void 0);
556
- /**
557
- * Annotation Array Directive
558
- */
559
- var AnnotationsDirective = /** @class */ (function (_super) {
428
+
429
+ var AnnotationsDirective = (function (_super) {
560
430
  __extends(AnnotationsDirective, _super);
561
431
  function AnnotationsDirective() {
562
432
  return _super.call(this, 'annotations') || this;
@@ -571,9 +441,7 @@ AnnotationsDirective.decorators = [
571
441
  },
572
442
  },] },
573
443
  ];
574
- /**
575
- * @nocollapse
576
- */
444
+
577
445
  AnnotationsDirective.ctorParameters = function () { return []; };
578
446
  var __decorate$4 = (this && this.__decorate) || function (decorators, target, key, desc) {
579
447
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
@@ -592,21 +460,10 @@ var __metadata$4 = (this && this.__metadata) || function (k, v) {
592
460
  var 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'];
593
461
  var outputs$7 = ['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', 'panComplete', 'resize', 'rightClick', 'shapeHighlight', 'shapeRendering', 'shapeSelected', 'tooltipRender', 'tooltipRenderComplete', 'zoom', 'zoomComplete', 'dataSourceChange'];
594
462
  var twoWays = ['dataSource'];
595
- /**
596
- * Represents the Angular Maps component.
597
- * 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.
598
- * ```html
599
- * <ej-maps></ej-maps>
600
- * ```
601
- */
602
- exports.MapsComponent = /** @class */ (function (_super) {
463
+
464
+ exports.MapsComponent = (function (_super) {
603
465
  __extends(MapsComponent, _super);
604
- /**
605
- * @param {?} ngEle
606
- * @param {?} srenderer
607
- * @param {?} viewContainerRef
608
- * @param {?} injector
609
- */
466
+
610
467
  function MapsComponent(ngEle, srenderer, viewContainerRef, injector) {
611
468
  var _this = _super.call(this) || this;
612
469
  _this.ngEle = ngEle;
@@ -720,31 +577,23 @@ exports.MapsComponent = /** @class */ (function (_super) {
720
577
  _this.context = new ej2AngularBase.ComponentBase();
721
578
  return _this;
722
579
  }
723
- /**
724
- * @return {?}
725
- */
580
+
726
581
  MapsComponent.prototype.ngOnInit = function () {
727
582
  this.context.ngOnInit(this);
728
583
  };
729
- /**
730
- * @return {?}
731
- */
584
+
732
585
  MapsComponent.prototype.ngAfterViewInit = function () {
733
586
  this.context.ngAfterViewInit(this);
734
587
  };
735
- /**
736
- * @return {?}
737
- */
588
+
738
589
  MapsComponent.prototype.ngOnDestroy = function () {
739
590
  this.context.ngOnDestroy(this);
740
591
  };
741
- /**
742
- * @return {?}
743
- */
592
+
744
593
  MapsComponent.prototype.ngAfterContentChecked = function () {
745
594
  this.tagObjects[0].instance = this.childLayers;
746
595
  if (this.childAnnotations) {
747
- this.tagObjects[1].instance = /** @type {?} */ (this.childAnnotations);
596
+ this.tagObjects[1].instance = (this.childAnnotations);
748
597
  }
749
598
  this.context.ngAfterContentChecked(this);
750
599
  };
@@ -763,9 +612,7 @@ exports.MapsComponent.decorators = [
763
612
  }
764
613
  },] },
765
614
  ];
766
- /**
767
- * @nocollapse
768
- */
615
+
769
616
  exports.MapsComponent.ctorParameters = function () { return [
770
617
  { type: core.ElementRef, },
771
618
  { type: core.Renderer2, },
@@ -779,10 +626,8 @@ exports.MapsComponent = __decorate$4([
779
626
  core.ViewContainerRef,
780
627
  core.Injector])
781
628
  ], exports.MapsComponent);
782
- /**
783
- * NgModule definition for the Maps component.
784
- */
785
- var MapsModule = /** @class */ (function () {
629
+
630
+ var MapsModule = (function () {
786
631
  function MapsModule() {
787
632
  }
788
633
  return MapsModule;
@@ -826,9 +671,7 @@ MapsModule.decorators = [
826
671
  ]
827
672
  },] },
828
673
  ];
829
- /**
830
- * @nocollapse
831
- */
674
+
832
675
  MapsModule.ctorParameters = function () { return []; };
833
676
  var BubbleService = { provide: 'MapsBubble', useValue: ej2Maps.Bubble };
834
677
  var LegendService = { provide: 'MapsLegend', useValue: ej2Maps.Legend };
@@ -844,10 +687,8 @@ var PrintService = { provide: 'MapsPrint', useValue: ej2Maps.Print };
844
687
  var PdfExportService = { provide: 'MapsPdfExport', useValue: ej2Maps.PdfExport };
845
688
  var ImageExportService = { provide: 'MapsImageExport', useValue: ej2Maps.ImageExport };
846
689
  var PolygonService = { provide: 'MapsPolygon', useValue: ej2Maps.Polygon };
847
- /**
848
- * NgModule definition for the Maps component with providers.
849
- */
850
- var MapsAllModule = /** @class */ (function () {
690
+
691
+ var MapsAllModule = (function () {
851
692
  function MapsAllModule() {
852
693
  }
853
694
  return MapsAllModule;
@@ -876,9 +717,7 @@ MapsAllModule.decorators = [
876
717
  ]
877
718
  },] },
878
719
  ];
879
- /**
880
- * @nocollapse
881
- */
720
+
882
721
  MapsAllModule.ctorParameters = function () { return []; };
883
722
 
884
723
  exports.InitialShapeSelectionDirective = InitialShapeSelectionDirective;
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-maps.umd.min.js
3
- * version : 25.2.3
3
+ * version : 25.2.4
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~25.2.3",
34
+ "@syncfusion/ej2-angular-base": "~25.2.4",
35
35
  "@syncfusion/ej2-base": "~25.2.3",
36
- "@syncfusion/ej2-maps": "25.2.3"
36
+ "@syncfusion/ej2-maps": "25.2.4"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "The Maps component is used to visualize the geographical data and represent the statistical data of a particular geographical area on earth with user interactivity, and provides various customizing options for Angular",
@@ -57,5 +57,5 @@
57
57
  "schematics": "./schematics/collection.json",
58
58
  "sideEffects": false,
59
59
  "typings": "ej2-angular-maps.d.ts",
60
- "version": "25.2.3-ngcc"
60
+ "version": "25.2.4-ngcc"
61
61
  }
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-maps';
4
- exports.pkgVer = '^25.2.3';
4
+ exports.pkgVer = '^25.2.4';
5
5
  exports.moduleName = 'MapsModule';
6
- exports.themeVer = '~25.2.3';
6
+ exports.themeVer = '~25.2.4';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-maps';
2
- export const pkgVer = '^25.2.3';
2
+ export const pkgVer = '^25.2.4';
3
3
  export const moduleName = 'MapsModule';
4
- export const themeVer = '~25.2.3';
4
+ export const themeVer = '~25.2.4';