@maptiler/geocoding-control 0.0.79 → 0.0.82

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 (49) hide show
  1. package/ClearIcon.svelte.d.ts +23 -0
  2. package/GeocodingControl.svelte +685 -0
  3. package/GeocodingControl.svelte.d.ts +66 -0
  4. package/LoadingIcon.svelte.d.ts +23 -0
  5. package/{src/lib/MarkerIcon.svelte → MarkerIcon.svelte} +1 -2
  6. package/MarkerIcon.svelte.d.ts +16 -0
  7. package/README.md +7 -7
  8. package/ReverseGeocodingIcon.svelte.d.ts +23 -0
  9. package/SearchIcon.svelte.d.ts +23 -0
  10. package/leaflet-controller.js +1 -0
  11. package/leaflet-controller.js.map +1 -0
  12. package/leaflet-controller.umd.js +1 -0
  13. package/leaflet-controller.umd.js.map +1 -0
  14. package/leaflet.js +3943 -3970
  15. package/leaflet.js.map +1 -0
  16. package/leaflet.umd.js +6 -5
  17. package/leaflet.umd.js.map +1 -0
  18. package/maplibregl-controller.js +1 -0
  19. package/maplibregl-controller.js.map +1 -0
  20. package/maplibregl-controller.umd.js +1 -0
  21. package/maplibregl-controller.umd.js.map +1 -0
  22. package/maplibregl.js +4028 -4055
  23. package/maplibregl.js.map +1 -0
  24. package/maplibregl.umd.js +6 -5
  25. package/maplibregl.umd.js.map +1 -0
  26. package/package.json +20 -20
  27. package/react.js +470 -552
  28. package/react.js.map +1 -0
  29. package/react.umd.js +2 -1
  30. package/react.umd.js.map +1 -0
  31. package/style.css +1 -1
  32. package/src/AppLeaflet.svelte +0 -55
  33. package/src/AppMaplibregl.svelte +0 -45
  34. package/src/lib/GeocodingControl.svelte +0 -851
  35. package/src/lib/LeafletGeocodingControl.ts +0 -154
  36. package/src/lib/MaplibreglGeocodingControl.ts +0 -160
  37. package/src/lib/ReactGeocodingControl.ts +0 -158
  38. package/src/lib/leafletMapController.ts +0 -305
  39. package/src/lib/maplibreglMapController.ts +0 -366
  40. package/src/lib/mask.ts +0 -70
  41. package/src/lib/types.ts +0 -235
  42. package/src/main-copy.ts +0 -59
  43. package/src/main.ts +0 -65
  44. package/src/vite-env.d.ts +0 -2
  45. /package/{src/lib/ClearIcon.svelte → ClearIcon.svelte} +0 -0
  46. /package/{src/lib/LoadingIcon.svelte → LoadingIcon.svelte} +0 -0
  47. /package/{src/lib/ReverseGeocodingIcon.svelte → ReverseGeocodingIcon.svelte} +0 -0
  48. /package/{src/lib/SearchIcon.svelte → SearchIcon.svelte} +0 -0
  49. /package/{maplibre.d.ts → maplibregl.d.ts} +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.