@syncfusion/ej2-angular-maps 20.4.44-ngcc → 20.4.44

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 (40) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/index.mjs +12 -0
  3. package/esm2020/src/maps/annotations.directive.mjs +62 -0
  4. package/esm2020/src/maps/bubblesettings.directive.mjs +71 -0
  5. package/esm2020/src/maps/colormapping.directive.mjs +61 -0
  6. package/esm2020/src/maps/initialshapeselection.directive.mjs +59 -0
  7. package/esm2020/src/maps/layers.directive.mjs +64 -0
  8. package/esm2020/src/maps/maps-all.module.mjs +65 -0
  9. package/esm2020/src/maps/maps.component.mjs +160 -0
  10. package/esm2020/src/maps/maps.module.mjs +88 -0
  11. package/esm2020/src/maps/markersettings.directive.mjs +73 -0
  12. package/esm2020/src/maps/navigationlinesettings.directive.mjs +67 -0
  13. package/esm2020/syncfusion-ej2-angular-maps.mjs +5 -0
  14. package/fesm2015/syncfusion-ej2-angular-maps.mjs +728 -0
  15. package/fesm2015/syncfusion-ej2-angular-maps.mjs.map +1 -0
  16. package/fesm2020/syncfusion-ej2-angular-maps.mjs +728 -0
  17. package/fesm2020/syncfusion-ej2-angular-maps.mjs.map +1 -0
  18. package/package.json +27 -13
  19. package/src/maps/annotations.directive.d.ts +5 -0
  20. package/src/maps/bubblesettings.directive.d.ts +5 -0
  21. package/src/maps/colormapping.directive.d.ts +5 -0
  22. package/src/maps/initialshapeselection.directive.d.ts +5 -0
  23. package/src/maps/layers.directive.d.ts +9 -4
  24. package/src/maps/maps-all.module.d.ts +6 -0
  25. package/src/maps/maps.component.d.ts +3 -0
  26. package/src/maps/maps.module.d.ts +13 -0
  27. package/src/maps/markersettings.directive.d.ts +5 -0
  28. package/src/maps/navigationlinesettings.directive.d.ts +5 -0
  29. package/{ej2-angular-maps.d.ts → syncfusion-ej2-angular-maps.d.ts} +1 -1
  30. package/@syncfusion/ej2-angular-maps.es5.js +0 -867
  31. package/@syncfusion/ej2-angular-maps.es5.js.map +0 -1
  32. package/@syncfusion/ej2-angular-maps.js +0 -800
  33. package/@syncfusion/ej2-angular-maps.js.map +0 -1
  34. package/CHANGELOG.md +0 -575
  35. package/dist/ej2-angular-maps.umd.js +0 -1106
  36. package/dist/ej2-angular-maps.umd.js.map +0 -1
  37. package/dist/ej2-angular-maps.umd.min.js +0 -11
  38. package/dist/ej2-angular-maps.umd.min.js.map +0 -1
  39. package/ej2-angular-maps.metadata.json +0 -1
  40. package/postinstall/tagchange.js +0 -18
package/CHANGELOG.md DELETED
@@ -1,575 +0,0 @@
1
- <!-- markdownlint-disable MD010 -->
2
-
3
-
4
- <!-- markdownlint-disable MD030 -->
5
-
6
-
7
- <!-- markdownlint-disable MD004 -->
8
-
9
-
10
- # Changelog
11
-
12
- ## [Unreleased]
13
-
14
- ## 20.4.38 (2022-12-21)
15
-
16
- ### Maps
17
-
18
- #### New Features
19
-
20
- - When panning is performed, the image rendering in online map providers is now improved.
21
-
22
- ## 20.3.56 (2022-11-08)
23
-
24
- ### Maps
25
-
26
- #### Bug Fixes
27
-
28
- - `#I413909` - When the highlight is removed from the interactive legend, the opacity of the corresponding shape is now properly maintained.
29
- - `#I412101` - `shapeHighlight` event will now trigger properly.
30
- - `#I411790` - `zoomByPosition` method will now work properly in the online map providers.
31
- - `#I401870` - The fixes for the styles, related to the Content Security Policy (CSP), are included.
32
-
33
- ## 20.3.49 (2022-10-11)
34
-
35
- ### Maps
36
-
37
- #### Bug Fixes
38
-
39
- - `#I408673` - Data labels will now render properly when the values from `shapeDataPath` and `shapePropertyPath` are numbers.
40
-
41
- ## 20.3.47 (2022-09-29)
42
-
43
- ### Maps
44
-
45
- #### Breaking Changes
46
-
47
- - The `click` event is deprecated because it is triggered twice in the Angular application. The reason for this is that in Angular, the native `click` event is triggered first, followed by the `click` event available on Maps. To address this, we introduced a `onclick` event for the same functionality, which will now only trigger once.
48
-
49
- #### Bug Fixes
50
-
51
- - `#I404496` - Europe GeoJSON map will now render properly when legend is enabled.
52
- - `#F175229` - `offsetX` and `offsetY` properties are now available in the event arguments of `dataLabelRendering` event to customize the label position.
53
-
54
- #### New Features
55
-
56
- - Azure Maps can now be loaded and viewed through our Maps.
57
-
58
- ## 20.2.43 (2022-08-08)
59
-
60
- ### Maps
61
-
62
- #### New Features
63
-
64
- - `#I390757` - As an alternative to the `click` event, the `onclick` event is exposed.
65
-
66
- #### Bug Fixes
67
-
68
- - `#I392653` - The `content` property in the event argument can now be used to customize the layer tooltip with format in the `tooltipRender` event.
69
- - `#F174180` - Maps will function properly when adding and removing layers via the `zoom` event.
70
-
71
- ## 20.2.38 (2022-07-12)
72
-
73
- ### Maps
74
-
75
- #### Bug Fixes
76
-
77
- - `#I388045` - In mobile devices, the marker tooltip will now render properly when touched.
78
-
79
- ## 20.2.36 (2022-06-30)
80
-
81
- ### Maps
82
-
83
- #### New Features
84
-
85
- - GeoJSON data with geometry types like "MultiLineString," "MultiPoint," and "GeometryCollection" can now be displayed in Maps.
86
- - `#F170451` - `urlTemplate` has been extended to accept tile server URLs from online map providers like ESRI, TomTom, and Mapbox.
87
- - `#I326902` - Support for legend is provided when markers or sublayers are rendered in the online map providers.
88
-
89
- ## 20.1.59 (2022-06-07)
90
-
91
- ### Maps
92
-
93
- #### Bug Fixes
94
-
95
- - "Maps throws script error while resizing the window in React 18 sample" issue has been resolved.
96
-
97
- ## 20.1.48 (2022-04-12)
98
-
99
- ### Maps
100
-
101
- #### Bug Fixes
102
-
103
- - `#F174008` - `cancel` argument of the `zoom` event will work as expected when the value is set as **true**.
104
-
105
- ## 20.1.47 (2022-04-04)
106
-
107
- ### Maps
108
-
109
- #### New Features
110
-
111
- - Maps control now supports keyboard interaction for zooming, navigating, and other functions.
112
-
113
- #### Bug Fixes
114
-
115
- - `#F173348` - When the Maps control is printed, the position of the markers will now be proper.
116
-
117
- ## 19.4.38 (2021-12-17)
118
-
119
- ### Maps
120
-
121
- #### New Features
122
-
123
- - GeoJSON maps with "LineString" geometry type is now supported in the Maps control.
124
- - When the `animationDuration` property is set, the zooming of map service providers such as OSM, Bing, and others is now smoother.
125
-
126
- #### Bug Fixes
127
-
128
- - `#F163990` - When the `imageUrlValuePath` property is set as the source image for the markers, image type markers will render properly.
129
-
130
- ## 19.3.46 (2021-10-19)
131
-
132
- ### Maps
133
-
134
- #### Bug Fixes
135
-
136
- - Script error will not be thrown when a shape is selected without binding the data source to the Maps.
137
-
138
- ## 19.3.44 (2021-10-05)
139
-
140
- ### Maps
141
-
142
- #### Bug Fixes
143
-
144
- - `#I342201` - When the `projectionType` is set to `Equirectangular`, data labels will now render correctly.
145
-
146
- ## 19.1.59 (2021-05-04)
147
-
148
- ### Maps
149
-
150
- #### Bug Fixes
151
-
152
- - `#F164278` - `click` event will now work properly in the mobile devices.
153
-
154
- ## 19.1.57 (2021-04-20)
155
-
156
- ### Maps
157
-
158
- #### Bug Fixes
159
-
160
- - `#318561` - When the `height` property is set to a percentage value, Maps can now render with proper height of the parent element.
161
-
162
- ## 19.1.56 (2021-04-13)
163
-
164
- ### Maps
165
-
166
- #### New Features
167
-
168
- - `#315251` - The `opacity` property for `border` in `shapeSettings` is exposed to provide opacity for the border of the shapes.
169
-
170
- #### Bug Fixes
171
-
172
- - `#F163539` - The data labels will now render properly when the value of `labelPath` of `dataLabelSettings` is different from the value of `shapePropertyPath` and `shapeDataPath`.
173
-
174
- ## 19.1.54 (2021-03-30)
175
-
176
- ### Maps
177
-
178
- #### Bug Fixes
179
-
180
- - `#312465` - When the `zoomFactor` property is set as 0 in the tile maps, it now renders properly.
181
- - `#311273` - The `imageUrlValuePath` property now correctly renders markers as images.
182
- - `#312865` - Markers will now render properly when they are added dynamically in the click event with "Normal" geometry type maps.
183
- - `#317398` - `shapeSelection` method will now work properly with multi-layers on the Maps.
184
-
185
- ## 18.4.39 (2021-01-28)
186
-
187
- ### Maps
188
-
189
- #### New Features
190
-
191
- - `#306094` - `borderWidthValuePath` and `borderColorValuePath` properties are exposed to set border width and color to individual shapes using data source values.
192
-
193
- #### Bug Fixes
194
-
195
- - `#307853` - The property in the JSON for the maps shape data can now be displayed in the tooltip template.
196
-
197
- ## 18.4.30 (2020-12-17)
198
-
199
- ### Maps
200
-
201
- #### Bug Fixes
202
-
203
- - `#302270` - The position of the marker cluster will now render properly when the Map control is positioned in an absolute location.
204
-
205
- ## 18.3.51 (2020-11-24)
206
-
207
- ### Maps
208
-
209
- #### Bug Fixes
210
-
211
- - `#301355` - The balloon marker will now select properly with `initialMarkerSelection`.
212
-
213
- ## 18.3.44 (2020-10-27)
214
-
215
- ### Maps
216
-
217
- #### Bug Fixes
218
-
219
- - `#298697` - The font style of legend and data labels will be now set properly.
220
-
221
- ## 18.3.42 (2020-10-20)
222
-
223
- ### Maps
224
-
225
- #### Bug Fixes
226
-
227
- - `#292757` - `doubleClick` event will now be triggered properly.
228
-
229
- ## 18.3.40 (2020-10-13)
230
-
231
- ### Maps
232
-
233
- #### Bug Fixes
234
-
235
- - `#292757` - The multiple tile maps in a single page will now work properly.
236
-
237
- ## 18.3.35 (2020-10-01)
238
-
239
- ### Maps
240
-
241
- #### New Features
242
-
243
- `#291448` - A property `isShapeSelected` is exposed in the event arguments of the click event to specify whether the map shape is selected or not.
244
-
245
-
246
- #### Bug Fixes
247
-
248
- - `#F157226` - Marker clusters will now render properly when the markers are added dynamically to the maps.
249
- - `#289864` - Hyperlinks added in the tooltip template will now be clickable in the click action.
250
- - `#289034` - Panning will now work properly on mobile devices.
251
- - `#287918` - Markers will now render properly when the animation duration is greater than 0.
252
- - `#285727` - Outline for the shapes will no longer appear when clicking on it.
253
-
254
- ## 18.2.47 (2020-07-28)
255
-
256
- ### Maps
257
-
258
- #### Bug Fixes
259
-
260
- - `#285727` - Outline for the shapes will no longer appear when clicking on it.
261
-
262
- ## 18.2.44 (2020-07-07)
263
-
264
- ### Maps
265
-
266
- #### New Features
267
-
268
- - The data manager support for bubble and marker data source is now available.
269
- - `Google` enum value is provided in `ShapeLayerType` to render the Google maps in the Maps control.
270
- - `#280380` - `isResized` argument is exposed in the `loaded` event argument for indicating that the component is resized.
271
-
272
- - The data manager support for bubble and marker data source is now available.
273
- - `Google` enum value is provided in `ShapeLayerType` to render the Google maps in the Maps control.
274
-
275
- #### Bug Fixes
276
-
277
- - `#278468` - The script errors will not be thrown when rendering the GeoJSON file with line string geometry in Maps control.
278
- - `#280380` - The center position property will be maintained when the zooming operation is done after the reset zoom.
279
-
280
- - `#I278468` - The script errors will not be thrown when rendering the GeoJSON file with line string geometry in Maps control.
281
-
282
- ## 17.4.39 (2019-12-17)
283
-
284
- ### Maps
285
-
286
- #### New Features
287
-
288
- - `#I244108`, `#I240060`, `#I247767`, `#I250088` - Provided support to zoom the maps initially, based on the marker’s location.
289
- - `#I248021` - Provided support to cluster and expand markers with the same latitude and longitude values.
290
- - `#I253516` - Provided clustering support for marker templates.
291
- - `#I255189` - Improved the `markerClusterClick` event to get the hidden cluster collection details.
292
- - `#I242130` - Provided support to select or deselect the shapes dynamically and on initial rendering.
293
- - `#I248172` - Provided support to show tooltip on tap/click.
294
- - `F146103`, `F147309` - Provided support to bind the shapes and colors to the markers from the data source.
295
-
296
- ## 17.3.21 (2019-10-30)
297
-
298
- ### Maps
299
-
300
- #### New Features
301
-
302
- - Improved the marker cluster appearance for duplicate markers.
303
-
304
- ## 17.3.14 (2019-10-03)
305
-
306
- ### Maps
307
-
308
- #### Bug Fixes
309
-
310
- - `F147309` - Issue in adding sub layer in the 'OpenStreetMap' has been resolved.
311
-
312
- ## 17.3.9-beta (2019-09-20)
313
-
314
- ### Maps
315
-
316
- #### New Features
317
-
318
- - The toggle option has been provided for legend. So, if you toggle the legend, the given color will be changed to the corresponding shape item.
319
-
320
- ## 17.2.41 (2019-08-14)
321
-
322
- ### Maps
323
-
324
- #### Bug Fixes
325
-
326
- - `#244108` - The issue with legend border that does not disappear when hover over the legend item has been fixed.
327
- - The issue with tooltip was not working in Internet Explorer 11 browser has been fixed.
328
-
329
- ## 17.2.40 (2019-08-06)
330
-
331
- ### Maps
332
-
333
- #### Bug Fixes
334
-
335
- - `#I243271` - The issue with changing text in our component when the text argument is changed in the datalabelRendering event has been fixed.
336
- - `#I243499` - The issue with arrow option in the navigation line has been fixed.
337
- - `#I238404` - The issue with bubble color and size when using point type shape data has been fixed.
338
-
339
- ## 17.2.39 (2019-07-30)
340
-
341
- ### Maps
342
-
343
- #### Bug Fixes
344
-
345
- - `#I240804` - The issue with dynamically updating the zoom factor along with the initial case of the zoom factor has been fixed.
346
- - `#I240836` - The issue with border that was not applied for marker highlight and selection has been fixed.
347
-
348
- ## 17.2.36 (2019-07-24)
349
-
350
- ### Maps
351
-
352
- #### Bug Fixes
353
-
354
- - `#I240833` - Some labels disappear when you change "colorMapping" and refresh the map issue has been fixed.
355
- - `I240804` - The issue with dynamically updating the zoom factor has been fixed
356
- - `I241873` - The issue with zooming the map component with a single click has been fixed
357
-
358
- ## 17.2.35 (2019-07-17)
359
-
360
- ### Maps
361
-
362
- #### Bug Fixes
363
-
364
- - `#I240835` - Highlight border thickness on the shape is huge when hovering on the legend item, it does not set as we given in code issue has been fixed
365
- - `#I240836` - Marker highlight and selection settings do not make a difference issue has been fixed
366
- - `#I240834` - Interactive legend is not working while changing data source issue has been fixed.
367
-
368
- ## 17.2.34 (2019-07-11)
369
-
370
- ### Maps
371
-
372
- #### Bug Fixes
373
-
374
- - `#F143717` - Zooming toolbar position misalign problem that occurs when there are multiple elements in DOM has been fixed
375
- - `#I238404` - The issue that occurs when rendering bubble for point type Shape Data has been fixed
376
- - `#I238839` - The console error that occurs when mouse leaves from the maps Shapes with legend hide option has been resolved
377
-
378
- ## 17.1.32-beta (2019-03-13)
379
-
380
- ### Maps
381
-
382
- #### Bug Fixes
383
-
384
- - Now, the border style is applied properly to the shapes when performing selection.
385
-
386
- ## 16.4.55 (2019-02-27)
387
-
388
- ### Maps
389
-
390
- #### Bug Fixes
391
-
392
- - Changed the OSM and Bing maps URL from http to https.
393
-
394
- ## 16.4.53 (2019-02-13)
395
-
396
- ### Maps
397
-
398
- #### Bug Fixes
399
-
400
- - Padding issue for OSM type layers resolved now.
401
-
402
- ## 16.4.40-beta (2018-12-10)
403
-
404
- ### Maps
405
-
406
- #### New Features
407
-
408
- - Support has been added for desaturation color mapping.
409
- - Support has been added to hide specific legend items and bind legend text from data source.
410
- - Support has been added for highlighting or selecting the legend items along with shapes.
411
- - Support has been added to specify multiple fields in the data source for **shapePropertyPath**.
412
- - Events has been added for zoom-in and zoom-out.
413
-
414
- ## 16.3.33 (2018-11-20)
415
-
416
- ### Maps
417
-
418
- #### Bug Fixes
419
-
420
- - Now map is rendering properly in universal applications
421
- - Now panning works properly without freezing
422
-
423
- ## 16.3.22 (2018-09-25)
424
-
425
- ### Maps
426
-
427
- #### Bug Fixes
428
-
429
- - Now the data labels are rendering properly with numeric values.
430
-
431
- ## 16.3.17 (2018-09-12)
432
-
433
- ### Maps
434
-
435
- #### Breaking Changes
436
-
437
- - The maps tooltip has been replaced with `EJ2 SVG Tooltip`, so now it is mandatory to include `ej2-svg-base.umd.min.js` in system.js configuration if you are using system.js module loader. Update the system.js configuration while using this version and above.
438
-
439
- #### Bug Fixes
440
-
441
- - Tooltip is now working properly for marker in OSM map.
442
-
443
- ## 16.2.49 (2018-08-21)
444
-
445
- ### Maps
446
-
447
- #### Bug Fixes
448
-
449
- - Shape selection is now working fine with touch events.
450
-
451
- ## 16.2.45 (2018-07-17)
452
-
453
- ### Maps
454
-
455
- #### Bug Fixes
456
-
457
- - Marker click event is now working fine with OSM layer.
458
-
459
- ## 16.2.44 (2018-07-10)
460
-
461
- ### Maps
462
-
463
- #### Bug Fixes
464
-
465
- - Bing map type is changed as AerialWithLabels and now it is rendering properly with labels.
466
-
467
- ## 16.2.41 (2018-06-25)
468
-
469
- ### Maps
470
-
471
- #### New Features
472
-
473
- - Support has been added for animating the shapes on zooming.
474
- - Support has been added to trim the maps title, when it exceeds the available width.
475
- - Support had been provided for printing and exporting the maps.
476
- - Support has been provided for printing.
477
-
478
- - Support has been added for animating the shapes on zooming.
479
- - Support has been added to trim the maps title, when it exceeds the available width.
480
- - Support had been provided for printing and exporting the maps.
481
- - Support has been provided for printing.
482
-
483
-
484
- ## 16.1.24 (2018-02-22)
485
-
486
- ### Maps
487
-
488
- The Maps control is used to visualize the geographical data. It is used to represent the statistical data of a particular geographical area on Earth, with user interactivity and provides various customizing options. All the map elements are rendered using Scalable Vector Graphics (SVG).
489
-
490
-
491
- - **Layers** - Map is maintained through layers and it can accommodate one or more layers.
492
- - **GeoJSON Data Input** - Supports GeoJSON data, which allows you to plot your own shapes in the maps.
493
- - **Map Providers** - Supports map providers such as Bing and OpenStreetMap that can be added to any layers.
494
- - **Projection** - Supports 6 types of map projections.
495
- - **Marker** - Supports 10 types of marker shapes and also takes custom HTML element.
496
- - **Bubbles** - Supports 2 types of bubbles such as Circle and Square.
497
- - **Legend** - Supports legend which is useful in providing additional information about shapes, bubbles and markers with paging and customization options.
498
- - **Data Labels** - Supports data label to provide additional information about the shapes.
499
- - **Navigation Lines** - Lines can be rendered between various points in map.
500
- - **Annotations** - Supports placing any HTML element on desired location in the map.
501
- - **User interaction** - Supports interactive features like zooming, panning, tooltip, highlight, selection and interactive legend.
502
-
503
-
504
- ## 17.2.28-beta (2019-06-27)
505
-
506
- ### Maps
507
-
508
- #### New Features
509
-
510
- - `#I227277` - Support has been provided to get geo location when clicking on maps.
511
- - `#I217458` - Support has been provided to hide and cluster a marker when it intersects with other markers.
512
-
513
- ## 17.1.50 (2019-06-04)
514
-
515
- ### Maps
516
-
517
- #### Bug Fixes
518
-
519
- - `#I237041` - The issue in the sublayers are not re-rendered when zooming or panning is fixed.
520
-
521
- ## 17.1.48 (2019-05-21)
522
-
523
- ### Maps
524
-
525
- #### New Features
526
-
527
- - `#I233127` - The issue with recalculating the data labels when zooming the maps has been fixed.
528
-
529
- ## 17.1.44 (2019-05-07)
530
-
531
- ### Maps
532
-
533
- #### Bug Fixes
534
-
535
- - `#I234578` - The issue with rendering data label and tooltip when the layers type is set to 'Sublayer' has been fixed.
536
- - `#I234578` - The issue with returning wrong highlight opacity to shapes in maps when highlighting the legend has been fixed.
537
-
538
- ## 17.1.43 (2019-04-30)
539
-
540
- ### Maps
541
-
542
- #### Bug Fixes
543
-
544
- - `#F143717` - The div containing the maps component overlaps the div with inputs above it issue has been fixed
545
- - `#I233127` - The issue with the last interacted scaling is not maintained when refreshing the browser
546
- ```
547
- with the 'enablePersistence' API as true has been fixed.
548
- ```
549
-
550
- ## 17.1.42 (2019-04-23)
551
-
552
- ### Maps
553
-
554
- #### Bug Fixes
555
-
556
- - `#I233129` – The issue in data label rendering, if you resize the map by setting the "intersectionAction" property to 'hide' has been fixed.
557
- - `#I233127` - When selecting the new shape, the border for old shape is not removed issue has been fixed.
558
- - `#I233127` – The issue of border width changing, when zooming the map has been fixed.
559
-
560
- ## 17.1.41 (2019-04-16)
561
-
562
- ### Maps
563
-
564
- #### Bug Fixes
565
-
566
- - `#F143717` - The issue "When setting high zoom factor to OpenStreetMap, sub layer is not placed properly" has been fixed".
567
-
568
- ## 17.1.38 (2019-03-29)
569
-
570
- ### Maps
571
-
572
- #### Bug Fixes
573
-
574
- - The ng-template support has been provided to render custom annotation.
575
-