@maptiler/geocoding-control 1.3.0-rc2 → 1.3.0-rc3
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 +843 -850
- package/leaflet.js.map +1 -1
- package/leaflet.umd.js +8 -8
- package/leaflet.umd.js.map +1 -1
- package/maplibregl.js +1 -1
- package/maplibregl.umd.js +1 -1
- package/maptilersdk.js +848 -855
- package/maptilersdk.js.map +1 -1
- package/maptilersdk.umd.js +8 -8
- package/maptilersdk.umd.js.map +1 -1
- package/openlayers.js +1 -1
- package/openlayers.umd.js +1 -1
- package/package.json +2 -2
- package/react.js +1 -1
- package/react.umd.js +1 -1
- package/svelte/GeocodingControl.svelte +1 -1
- package/vanilla.js +1 -1
- package/vanilla.umd.js +1 -1
package/openlayers.js
CHANGED
|
@@ -11567,7 +11567,7 @@ function hx(n) {
|
|
|
11567
11567
|
};
|
|
11568
11568
|
}
|
|
11569
11569
|
function cx(n, t, e) {
|
|
11570
|
-
let i, { $$slots: s = {}, $$scope: u } = t, { class: l = void 0 } = t, { apiKey: f } = t, { bbox: g = void 0 } = t, { clearButtonTitle: m = "clear" } = t, { clearOnBlur: y = !1 } = t, { collapsed: p = !1 } = t, { country: _ = void 0 } = t, { debounceSearch: x = 200 } = t, { enableReverse: S = !1 } = t, { errorMessage: b = "Something went wrong…" } = t, { filter: k = () => !0 } = t, { flyTo: C = !0 } = t, { fuzzyMatch: R = !0 } = t, { language: M = void 0 } = t, { limit: O = void 0 } = t, { mapController: T = void 0 } = t, { minLength: G = 2 } = t, { noResultsMessage: D = "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: F = "Search" } = t, { proximity: A = [{ type: "server-geolocation" }] } = t, { reverseActive: j = S === "always" } = t, { reverseButtonTitle: et = "toggle reverse geocoding" } = t, { searchValue: U = "" } = t, { showFullGeometry: nt = !0 } = t, { showPlaceType: z = "ifNeeded" } = t, { showResultsWhileTyping: K = !0 } = t, { selectFirst: Z = !0 } = t, { flyToSelected: at = !1 } = t, { markerOnSelected: gt = !0 } = t, { types: Et = void 0 } = t, { excludeTypes: Q = !1 } = t, { zoom: _t = 16 } = t, { maxZoom: xt = 18 } = t, { apiUrl: Wt = "https://api.maptiler.com/geocoding" } = t, { fetchParameters: X = {} } = t, { iconsBaseUrl: ve = "https://cdn.maptiler.com/maptiler-geocoding-control/v1.3.0-
|
|
11570
|
+
let i, { $$slots: s = {}, $$scope: u } = t, { class: l = void 0 } = t, { apiKey: f } = t, { bbox: g = void 0 } = t, { clearButtonTitle: m = "clear" } = t, { clearOnBlur: y = !1 } = t, { collapsed: p = !1 } = t, { country: _ = void 0 } = t, { debounceSearch: x = 200 } = t, { enableReverse: S = !1 } = t, { errorMessage: b = "Something went wrong…" } = t, { filter: k = () => !0 } = t, { flyTo: C = !0 } = t, { fuzzyMatch: R = !0 } = t, { language: M = void 0 } = t, { limit: O = void 0 } = t, { mapController: T = void 0 } = t, { minLength: G = 2 } = t, { noResultsMessage: D = "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: F = "Search" } = t, { proximity: A = [{ type: "server-geolocation" }] } = t, { reverseActive: j = S === "always" } = t, { reverseButtonTitle: et = "toggle reverse geocoding" } = t, { searchValue: U = "" } = t, { showFullGeometry: nt = !0 } = t, { showPlaceType: z = "ifNeeded" } = t, { showResultsWhileTyping: K = !0 } = t, { selectFirst: Z = !0 } = t, { flyToSelected: at = !1 } = t, { markerOnSelected: gt = !0 } = t, { types: Et = void 0 } = t, { excludeTypes: Q = !1 } = t, { zoom: _t = 16 } = t, { maxZoom: xt = 18 } = t, { apiUrl: Wt = "https://api.maptiler.com/geocoding" } = t, { fetchParameters: X = {} } = t, { iconsBaseUrl: ve = "https://cdn.maptiler.com/maptiler-geocoding-control/v1.3.0-rc3/icons/" } = t, { adjustUrlQuery: zn = () => {
|
|
11571
11571
|
} } = t;
|
|
11572
11572
|
function li() {
|
|
11573
11573
|
ie.focus();
|