@maptiler/geocoding-control 1.4.2-dev.2 → 2.0.0

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 (55) hide show
  1. package/MapLibreBasedGeocodingControl.d.ts +70 -35
  2. package/leaflet-controller.d.ts +1 -1
  3. package/leaflet-controller.js +407 -398
  4. package/leaflet-controller.js.map +1 -1
  5. package/leaflet-controller.umd.js +3 -3
  6. package/leaflet-controller.umd.js.map +1 -1
  7. package/leaflet.d.ts +52 -16
  8. package/leaflet.js +888 -870
  9. package/leaflet.js.map +1 -1
  10. package/leaflet.umd.js +3 -3
  11. package/leaflet.umd.js.map +1 -1
  12. package/maplibregl-controller.d.ts +7 -7
  13. package/maplibregl-controller.js +421 -413
  14. package/maplibregl-controller.js.map +1 -1
  15. package/maplibregl-controller.umd.js +3 -3
  16. package/maplibregl-controller.umd.js.map +1 -1
  17. package/maplibregl.d.ts +29 -5
  18. package/maplibregl.js +1244 -1236
  19. package/maplibregl.js.map +1 -1
  20. package/maplibregl.umd.js +3 -3
  21. package/maplibregl.umd.js.map +1 -1
  22. package/maptilersdk.d.ts +29 -5
  23. package/maptilersdk.js +1194 -1180
  24. package/maptilersdk.js.map +1 -1
  25. package/maptilersdk.umd.js +3 -3
  26. package/maptilersdk.umd.js.map +1 -1
  27. package/openlayers.js +694 -692
  28. package/openlayers.js.map +1 -1
  29. package/openlayers.umd.js +3 -3
  30. package/openlayers.umd.js.map +1 -1
  31. package/package.json +5 -5
  32. package/react.js +671 -669
  33. package/react.js.map +1 -1
  34. package/react.umd.js +1 -1
  35. package/react.umd.js.map +1 -1
  36. package/svelte/GeocodingControl.svelte +4 -2
  37. package/svelte/GeocodingControl.svelte.d.ts +1 -0
  38. package/svelte/MapLibreBasedGeocodingControl.d.ts +70 -35
  39. package/svelte/MapLibreBasedGeocodingControl.js +69 -66
  40. package/svelte/leaflet-controller.d.ts +1 -1
  41. package/svelte/leaflet-controller.js +47 -24
  42. package/svelte/leaflet.d.ts +52 -16
  43. package/svelte/leaflet.js +14 -2
  44. package/svelte/maplibregl-controller.d.ts +7 -7
  45. package/svelte/maplibregl-controller.js +55 -34
  46. package/svelte/maplibregl.d.ts +29 -5
  47. package/svelte/maplibregl.js +3 -8
  48. package/svelte/maptilersdk.d.ts +29 -5
  49. package/svelte/maptilersdk.js +15 -18
  50. package/svelte/types.d.ts +6 -0
  51. package/types.d.ts +6 -0
  52. package/vanilla.js +392 -390
  53. package/vanilla.js.map +1 -1
  54. package/vanilla.umd.js +1 -1
  55. package/vanilla.umd.js.map +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maptiler/geocoding-control",
3
- "version": "1.4.2-dev.2",
3
+ "version": "2.0.0",
4
4
  "description": "The Javascript & TypeScript Map Control component for MapTiler Geocoding service. Easy to be integrated into any JavaScript mapping application.",
5
5
  "type": "module",
6
6
  "author": {
@@ -108,13 +108,13 @@
108
108
  "@tsconfig/svelte": "^5.0.4",
109
109
  "@types/geojson": "^7946.0.14",
110
110
  "@types/leaflet": "^1.9.12",
111
- "@types/node": "^22.7.5",
111
+ "@types/node": "^22.7.6",
112
112
  "@types/react": "^18.3.11",
113
113
  "@types/react-dom": "^18.3.1",
114
114
  "concurrently": "^9.0.1",
115
115
  "dotenv": "^16.4.5",
116
116
  "eslint": "^9.12.0",
117
- "eslint-plugin-svelte": "^2.44.1",
117
+ "eslint-plugin-svelte": "^2.45.1",
118
118
  "esm-env": "^1.0.0",
119
119
  "globals": "^15.11.0",
120
120
  "husky": "^9.1.6",
@@ -128,13 +128,13 @@
128
128
  "react": "^18.3.1",
129
129
  "react-dom": "^18.3.1",
130
130
  "replace-in-file": "^8.2.0",
131
- "sass": "^1.79.5",
131
+ "sass": "^1.80.2",
132
132
  "svelte": "^4.2.19",
133
133
  "svelte-check": "^4.0.5",
134
134
  "svelte-preprocess": "^6.0.3",
135
135
  "tslib": "^2.8.0",
136
136
  "typescript": "^5.6.3",
137
- "typescript-eslint": "^8.9.0",
137
+ "typescript-eslint": "^8.10.0",
138
138
  "vite": "^5.4.9"
139
139
  },
140
140
  "peerDependencies": {