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

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