@maptiler/geocoding-control 1.1.0 → 1.1.1
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.
- package/MapLibreBasedGeocodingControl.d.ts +3 -6
- package/leaflet.d.ts +3 -6
- package/leaflet.js +1 -1
- package/leaflet.js.map +1 -1
- package/leaflet.umd.js +1 -1
- package/leaflet.umd.js.map +1 -1
- package/maplibregl.js +1 -1
- package/maplibregl.js.map +1 -1
- package/maplibregl.umd.js +1 -1
- package/maplibregl.umd.js.map +1 -1
- package/maptilersdk.js +1 -1
- package/maptilersdk.js.map +1 -1
- package/maptilersdk.umd.js +1 -1
- package/maptilersdk.umd.js.map +1 -1
- package/openlayers.js +1 -1
- package/openlayers.js.map +1 -1
- package/openlayers.umd.js +1 -1
- package/openlayers.umd.js.map +1 -1
- package/package.json +6 -2
- package/react.js +1 -1
- package/react.umd.js +1 -1
- package/svelte/GeocodingControl.svelte +1 -1
- package/svelte/MapLibreBasedGeocodingControl.d.ts +3 -6
- package/svelte/leaflet.d.ts +3 -6
- package/svelte/types.d.ts +29 -58
- package/types.d.ts +29 -58
- package/vanilla.js +1 -1
- package/vanilla.umd.js +1 -1
package/maptilersdk.js
CHANGED
|
@@ -1523,7 +1523,7 @@ function Ec(n) {
|
|
|
1523
1523
|
};
|
|
1524
1524
|
}
|
|
1525
1525
|
function Ic(n, t, e) {
|
|
1526
|
-
let r, { $$slots: i = {}, $$scope: o } = t, { class: s = void 0 } = t, { apiKey: a } = t, { bbox: u = void 0 } = t, { clearButtonTitle: l = "clear" } = t, { clearOnBlur: c = !1 } = t, { collapsed: f = !1 } = t, { country: h = void 0 } = t, { debounceSearch: p = 200 } = t, { enableReverse: g = !1 } = t, { errorMessage: v = "Something went wrong…" } = t, { filter: d = () => !0 } = t, { flyTo: _ = !0 } = t, { fuzzyMatch: C = !0 } = t, { language: E = void 0 } = t, { limit: S = void 0 } = t, { mapController: w = void 0 } = t, { minLength: T = 2 } = t, { noResultsMessage: R = "Oops! Looks like you're trying to predict something that's not quite right. We can't seem to find what you're looking for. Maybe try double-checking your spelling or try a different search term. Keep on typing - we'll do our best to get you where you need to go!" } = t, { placeholder: D = "Search" } = t, { proximity: L = [{ type: "server-geolocation" }] } = t, { reverseActive: A = g === "always" } = t, { reverseButtonTitle: Y = "toggle reverse geocoding" } = t, { searchValue: G = "" } = t, { showFullGeometry: ot = !0 } = t, { showPlaceType: N = "ifNeeded" } = t, { showResultsWhileTyping: k = !0 } = t, { types: K = void 0 } = t, { excludeTypes: dt = !1 } = t, { zoom: Wt = 16 } = t, { maxZoom: Jt = 18 } = t, { apiUrl: on = "https://api.maptiler.com/geocoding" } = t, { fetchParameters: Ve = {} } = t, { iconsBaseUrl: Br = "https://cdn.maptiler.com/maptiler-geocoding-control/v1.1.
|
|
1526
|
+
let r, { $$slots: i = {}, $$scope: o } = t, { class: s = void 0 } = t, { apiKey: a } = t, { bbox: u = void 0 } = t, { clearButtonTitle: l = "clear" } = t, { clearOnBlur: c = !1 } = t, { collapsed: f = !1 } = t, { country: h = void 0 } = t, { debounceSearch: p = 200 } = t, { enableReverse: g = !1 } = t, { errorMessage: v = "Something went wrong…" } = t, { filter: d = () => !0 } = t, { flyTo: _ = !0 } = t, { fuzzyMatch: C = !0 } = t, { language: E = void 0 } = t, { limit: S = void 0 } = t, { mapController: w = void 0 } = t, { minLength: T = 2 } = t, { noResultsMessage: R = "Oops! Looks like you're trying to predict something that's not quite right. We can't seem to find what you're looking for. Maybe try double-checking your spelling or try a different search term. Keep on typing - we'll do our best to get you where you need to go!" } = t, { placeholder: D = "Search" } = t, { proximity: L = [{ type: "server-geolocation" }] } = t, { reverseActive: A = g === "always" } = t, { reverseButtonTitle: Y = "toggle reverse geocoding" } = t, { searchValue: G = "" } = t, { showFullGeometry: ot = !0 } = t, { showPlaceType: N = "ifNeeded" } = t, { showResultsWhileTyping: k = !0 } = t, { types: K = void 0 } = t, { excludeTypes: dt = !1 } = t, { zoom: Wt = 16 } = t, { maxZoom: Jt = 18 } = t, { apiUrl: on = "https://api.maptiler.com/geocoding" } = t, { fetchParameters: Ve = {} } = t, { iconsBaseUrl: Br = "https://cdn.maptiler.com/maptiler-geocoding-control/v1.1.1/icons/" } = t, { adjustUrlQuery: ze = (x) => {
|
|
1527
1527
|
} } = t;
|
|
1528
1528
|
function gi() {
|
|
1529
1529
|
kr.focus();
|