@maptiler/geocoding-control 1.2.3 → 1.2.4
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/leaflet.js +1 -1
- package/leaflet.umd.js +1 -1
- package/maplibregl-controller.js +761 -759
- package/maplibregl-controller.js.map +1 -1
- package/maplibregl-controller.umd.js +3 -3
- package/maplibregl-controller.umd.js.map +1 -1
- package/maplibregl.js +357 -355
- package/maplibregl.js.map +1 -1
- package/maplibregl.umd.js +4 -4
- package/maplibregl.umd.js.map +1 -1
- package/maptilersdk.js +357 -355
- package/maptilersdk.js.map +1 -1
- package/maptilersdk.umd.js +4 -4
- package/maptilersdk.umd.js.map +1 -1
- package/openlayers.js +1 -1
- package/openlayers.umd.js +1 -1
- package/package.json +1 -1
- package/react.js +1 -1
- package/react.umd.js +1 -1
- package/svelte/GeocodingControl.svelte +1 -1
- package/svelte/maplibregl-controller.js +15 -6
- package/vanilla.js +1 -1
- package/vanilla.umd.js +1 -1
package/openlayers.js
CHANGED
|
@@ -7320,7 +7320,7 @@ function c_(i) {
|
|
|
7320
7320
|
};
|
|
7321
7321
|
}
|
|
7322
7322
|
function h_(i, t, e) {
|
|
7323
|
-
let n, { $$slots: r = {}, $$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: m = "Something went wrong…" } = t, { filter: p = () => !0 } = t, { flyTo: _ = !0 } = t, { fuzzyMatch: y = !0 } = t, { language: v = void 0 } = t, { limit: E = void 0 } = t, { mapController: C = void 0 } = t, { minLength: b = 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: T = "Search" } = t, { proximity: w = [{ type: "server-geolocation" }] } = t, { reverseActive: P = d === "always" } = t, { reverseButtonTitle: z = "toggle reverse geocoding" } = t, { searchValue: F = "" } = t, { showFullGeometry: Y = !0 } = t, { showPlaceType: L = "ifNeeded" } = t, { showResultsWhileTyping: M = !0 } = t, { selectFirst: B = !0 } = t, { flyToSelected: X = !1 } = t, { markerOnSelected: K = !0 } = t, { types: rt = void 0 } = t, { excludeTypes: _t = !1 } = t, { zoom: wt = 16 } = t, { maxZoom: k = 18 } = t, { apiUrl: Te = "https://api.maptiler.com/geocoding" } = t, { fetchParameters: se = {} } = t, { iconsBaseUrl: Me = "https://cdn.maptiler.com/maptiler-geocoding-control/v1.2.
|
|
7323
|
+
let n, { $$slots: r = {}, $$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: m = "Something went wrong…" } = t, { filter: p = () => !0 } = t, { flyTo: _ = !0 } = t, { fuzzyMatch: y = !0 } = t, { language: v = void 0 } = t, { limit: E = void 0 } = t, { mapController: C = void 0 } = t, { minLength: b = 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: T = "Search" } = t, { proximity: w = [{ type: "server-geolocation" }] } = t, { reverseActive: P = d === "always" } = t, { reverseButtonTitle: z = "toggle reverse geocoding" } = t, { searchValue: F = "" } = t, { showFullGeometry: Y = !0 } = t, { showPlaceType: L = "ifNeeded" } = t, { showResultsWhileTyping: M = !0 } = t, { selectFirst: B = !0 } = t, { flyToSelected: X = !1 } = t, { markerOnSelected: K = !0 } = t, { types: rt = void 0 } = t, { excludeTypes: _t = !1 } = t, { zoom: wt = 16 } = t, { maxZoom: k = 18 } = t, { apiUrl: Te = "https://api.maptiler.com/geocoding" } = t, { fetchParameters: se = {} } = t, { iconsBaseUrl: Me = "https://cdn.maptiler.com/maptiler-geocoding-control/v1.2.4/icons/" } = t, { adjustUrlQuery: xo = (N) => {
|
|
7324
7324
|
} } = t;
|
|
7325
7325
|
function Ju() {
|
|
7326
7326
|
Sn.focus();
|