@syncfusion/ej2-maps 27.1.56 → 28.1.33

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 (36) hide show
  1. package/.gitleaksignore +37 -0
  2. package/README.md +2 -2
  3. package/dist/ej2-maps.min.js +3 -3
  4. package/dist/ej2-maps.umd.min.js +3 -3
  5. package/dist/ej2-maps.umd.min.js.map +1 -1
  6. package/dist/es6/ej2-maps.es2015.js +528 -224
  7. package/dist/es6/ej2-maps.es2015.js.map +1 -1
  8. package/dist/es6/ej2-maps.es5.js +537 -233
  9. package/dist/es6/ej2-maps.es5.js.map +1 -1
  10. package/dist/global/ej2-maps.min.js +3 -3
  11. package/dist/global/ej2-maps.min.js.map +1 -1
  12. package/dist/global/index.d.ts +2 -2
  13. package/package.json +13 -13
  14. package/src/maps/layers/legend.d.ts +1 -1
  15. package/src/maps/layers/legend.js +40 -38
  16. package/src/maps/layers/marker.d.ts +8 -1
  17. package/src/maps/layers/marker.js +104 -33
  18. package/src/maps/maps-model.d.ts +8 -1
  19. package/src/maps/maps.d.ts +19 -3
  20. package/src/maps/maps.js +53 -15
  21. package/src/maps/model/base-model.d.ts +20 -0
  22. package/src/maps/model/base.d.ts +17 -0
  23. package/src/maps/model/base.js +9 -0
  24. package/src/maps/model/constants.d.ts +6 -0
  25. package/src/maps/model/constants.js +6 -0
  26. package/src/maps/model/export-image.js +4 -4
  27. package/src/maps/model/export-pdf.js +4 -4
  28. package/src/maps/model/interface.d.ts +15 -0
  29. package/src/maps/model/print.js +2 -2
  30. package/src/maps/model/theme.js +72 -0
  31. package/src/maps/user-interaction/tooltip.js +3 -1
  32. package/src/maps/user-interaction/zoom.d.ts +13 -1
  33. package/src/maps/user-interaction/zoom.js +139 -91
  34. package/src/maps/utils/enum.d.ts +4 -0
  35. package/src/maps/utils/helper.d.ts +4 -9
  36. package/src/maps/utils/helper.js +102 -46
@@ -0,0 +1,37 @@
1
+ demos/CRIssues/markerDataNull.ts:generic-api-key:11
2
+ demos/TestedIssuesbranch/property.ts:generic-api-key:8
3
+ demos/Testing/Bing.ts:generic-api-key:9
4
+ demos/Testing/BingMarker.ts:generic-api-key:11
5
+ demos/Testing/BingClusterExpand.ts:generic-api-key:12
6
+ demos/Testing/BingNavigation.ts:generic-api-key:10
7
+ demos/Testing/BingMarkerCluster.ts:generic-api-key:9
8
+ demos/Testing/BingSublayer.ts:generic-api-key:10
9
+ demos/Testing/EnablePersistBing.ts:generic-api-key:11
10
+ demos/Testing/InitialZoomBing.ts:generic-api-key:11
11
+ spec/maps/layers/marker.spec.ts:generic-api-key:1057
12
+ spec/maps/layers/marker.spec.ts:generic-api-key:2359
13
+ spec/maps/layers/marker.spec.ts:generic-api-key:2388
14
+ spec/maps/layers/marker.spec.ts:generic-api-key:2497
15
+ spec/maps/user-interaction/zoom.spec.ts:generic-api-key:47
16
+ spec/maps/user-interaction/zoom.spec.ts:generic-api-key:327
17
+ spec/maps/user-interaction/zoom.spec.ts:generic-api-key:383
18
+ spec/maps/user-interaction/zoom.spec.ts:generic-api-key:409
19
+ spec/maps/user-interaction/zoom.spec.ts:generic-api-key:497
20
+ spec/maps/user-interaction/zoom.spec.ts:generic-api-key:569
21
+ spec/maps/user-interaction/zoom.spec.ts:generic-api-key:630
22
+ spec/maps/user-interaction/zoom.spec.ts:generic-api-key:718
23
+ spec/maps/user-interaction/zoom.spec.ts:generic-api-key:814
24
+ spec/maps/user-interaction/zoom.spec.ts:generic-api-key:838
25
+ spec/maps/user-interaction/zoom.spec.ts:generic-api-key:874
26
+ spec/maps/user-interaction/zoom.spec.ts:generic-api-key:891
27
+ spec/maps/user-interaction/zoom.spec.ts:generic-api-key:908
28
+ spec/maps/user-interaction/zoom.spec.ts:generic-api-key:948
29
+ spec/maps/user-interaction/zoom.spec.ts:generic-api-key:1345
30
+ spec/maps/user-interaction/zoom.spec.ts:generic-api-key:1421
31
+ spec/maps/user-interaction/zoom.spec.ts:generic-api-key:1514
32
+ spec/maps/user-interaction/zoom.spec.ts:generic-api-key:1798
33
+ spec/maps/user-interaction/zoom.spec.ts:generic-api-key:1976
34
+ spec/maps/user-interaction/zoom.spec.ts:generic-api-key:2203
35
+ spec/maps/user-interaction/zoom.spec.ts:generic-api-key:2511
36
+ spec/maps/user-interaction/zoom.spec.ts:generic-api-key:2644
37
+ spec/maps/user-interaction/zoom.spec.ts:generic-api-key:2755
package/README.md CHANGED
@@ -78,10 +78,10 @@ Check the changelog [here](https://github.com/syncfusion/ej2-javascript-ui-contr
78
78
 
79
79
  ## License and copyright
80
80
 
81
- > This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this control, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [JavaScript UI controls](https://www.syncfusion.com/javascript-ui-controls), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
81
+ > This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this control, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [JavaScript UI controls](https://www.syncfusion.com/javascript-ui-controls), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
82
82
 
83
83
  > A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
84
84
 
85
85
  See [LICENSE FILE](https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/controls/maps/license?utm_source=npm&utm_campaign=javascript-map-npm) for more info.
86
86
 
87
- © Copyright 2024 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
87
+ © Copyright 2024 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution.