@maptiler/geocoding-control 0.0.79 → 0.0.81

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