@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/openlayers.js
CHANGED
|
@@ -6780,7 +6780,7 @@ function _m(r) {
|
|
|
6780
6780
|
};
|
|
6781
6781
|
}
|
|
6782
6782
|
function mm(r, t, e) {
|
|
6783
|
-
let n, { $$slots: i = {}, $$scope: s } = t, { class: o = void 0 } = t, { apiKey: a } = t, { bbox: u = void 0 } = t, { clearButtonTitle: l = "clear" } = t, { clearOnBlur: c = !1 } = t, { collapsed: h = !1 } = t, { country: f = void 0 } = t, { debounceSearch: g = 200 } = t, { enableReverse: d = !1 } = t, { errorMessage: p = "Something went wrong…" } = t, { filter: _ = () => !0 } = t, { flyTo: m = !0 } = t, { fuzzyMatch: y = !0 } = t, { language: v = void 0 } = t, { limit: I = void 0 } = t, { mapController: x = void 0 } = t, { minLength: L = 2 } = t, { noResultsMessage: b = "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: T = "Search" } = t, { proximity: w = [{ type: "server-geolocation" }] } = t, { reverseActive: M = d === "always" } = t, { reverseButtonTitle: z = "toggle reverse geocoding" } = t, { searchValue: F = "" } = t, { showFullGeometry: U = !0 } = t, { showPlaceType: R = "ifNeeded" } = t, { showResultsWhileTyping: P = !0 } = t, { types: B = void 0 } = t, { excludeTypes: V = !1 } = t, { zoom: Z = 16 } = t, { maxZoom: nt = 18 } = t, { apiUrl: yt = "https://api.maptiler.com/geocoding" } = t, { fetchParameters: Ot = {} } = t, { iconsBaseUrl: G = "https://cdn.maptiler.com/maptiler-geocoding-control/v1.1.
|
|
6783
|
+
let n, { $$slots: i = {}, $$scope: s } = t, { class: o = void 0 } = t, { apiKey: a } = t, { bbox: u = void 0 } = t, { clearButtonTitle: l = "clear" } = t, { clearOnBlur: c = !1 } = t, { collapsed: h = !1 } = t, { country: f = void 0 } = t, { debounceSearch: g = 200 } = t, { enableReverse: d = !1 } = t, { errorMessage: p = "Something went wrong…" } = t, { filter: _ = () => !0 } = t, { flyTo: m = !0 } = t, { fuzzyMatch: y = !0 } = t, { language: v = void 0 } = t, { limit: I = void 0 } = t, { mapController: x = void 0 } = t, { minLength: L = 2 } = t, { noResultsMessage: b = "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: T = "Search" } = t, { proximity: w = [{ type: "server-geolocation" }] } = t, { reverseActive: M = d === "always" } = t, { reverseButtonTitle: z = "toggle reverse geocoding" } = t, { searchValue: F = "" } = t, { showFullGeometry: U = !0 } = t, { showPlaceType: R = "ifNeeded" } = t, { showResultsWhileTyping: P = !0 } = t, { types: B = void 0 } = t, { excludeTypes: V = !1 } = t, { zoom: Z = 16 } = t, { maxZoom: nt = 18 } = t, { apiUrl: yt = "https://api.maptiler.com/geocoding" } = t, { fetchParameters: Ot = {} } = t, { iconsBaseUrl: G = "https://cdn.maptiler.com/maptiler-geocoding-control/v1.1.1/icons/" } = t, { adjustUrlQuery: Pe = (N) => {
|
|
6784
6784
|
} } = t;
|
|
6785
6785
|
function Ie() {
|
|
6786
6786
|
Me.focus();
|