@maptiler/geocoding-control 1.4.2-dev.1 → 1.4.2-dev.3
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 +731 -729
- package/leaflet.js.map +1 -1
- package/leaflet.umd.js +3 -3
- package/leaflet.umd.js.map +1 -1
- package/maplibregl.js +675 -673
- package/maplibregl.js.map +1 -1
- package/maplibregl.umd.js +3 -3
- package/maplibregl.umd.js.map +1 -1
- package/maptilersdk.js +675 -673
- package/maptilersdk.js.map +1 -1
- package/maptilersdk.umd.js +3 -3
- package/maptilersdk.umd.js.map +1 -1
- package/openlayers.js +774 -772
- package/openlayers.js.map +1 -1
- package/openlayers.umd.js +3 -3
- package/openlayers.umd.js.map +1 -1
- package/package.json +9 -9
- package/react.js +444 -442
- package/react.js.map +1 -1
- package/react.umd.js +1 -1
- package/react.umd.js.map +1 -1
- package/style.css +1 -1
- package/svelte/GeocodingControl.svelte +6 -3
- package/svelte/GeocodingControl.svelte.d.ts +1 -0
- package/svelte/types.d.ts +8 -2
- package/types.d.ts +8 -2
- package/vanilla.js +420 -418
- package/vanilla.js.map +1 -1
- package/vanilla.umd.js +1 -1
- package/vanilla.umd.js.map +1 -1
package/react.js
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
import { forwardRef as
|
|
1
|
+
var oi = Object.defineProperty;
|
|
2
|
+
var si = (i, e, t) => e in i ? oi(i, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : i[e] = t;
|
|
3
|
+
var Ye = (i, e, t) => si(i, typeof e != "symbol" ? e + "" : e, t);
|
|
4
|
+
import { forwardRef as ai, useRef as ut, useEffect as $e, useImperativeHandle as li, createElement as ui } from "react";
|
|
5
5
|
function A() {
|
|
6
6
|
}
|
|
7
|
-
function
|
|
7
|
+
function ci(i, e) {
|
|
8
8
|
for (const t in e) i[t] = e[t];
|
|
9
9
|
return (
|
|
10
10
|
/** @type {T & S} */
|
|
11
11
|
i
|
|
12
12
|
);
|
|
13
13
|
}
|
|
14
|
-
function
|
|
14
|
+
function Rt(i) {
|
|
15
15
|
return i();
|
|
16
16
|
}
|
|
17
|
-
function
|
|
17
|
+
function ct() {
|
|
18
18
|
return /* @__PURE__ */ Object.create(null);
|
|
19
19
|
}
|
|
20
20
|
function ae(i) {
|
|
21
|
-
i.forEach(
|
|
21
|
+
i.forEach(Rt);
|
|
22
22
|
}
|
|
23
23
|
function Ot(i) {
|
|
24
24
|
return typeof i == "function";
|
|
@@ -27,22 +27,22 @@ function he(i, e) {
|
|
|
27
27
|
return i != i ? e == e : i !== e || i && typeof i == "object" || typeof i == "function";
|
|
28
28
|
}
|
|
29
29
|
let Ae;
|
|
30
|
-
function
|
|
30
|
+
function x(i, e) {
|
|
31
31
|
return i === e ? !0 : (Ae || (Ae = document.createElement("a")), Ae.href = e, i === Ae.href);
|
|
32
32
|
}
|
|
33
|
-
function
|
|
33
|
+
function di(i) {
|
|
34
34
|
return Object.keys(i).length === 0;
|
|
35
35
|
}
|
|
36
|
-
function
|
|
36
|
+
function fi(i, e, t, n) {
|
|
37
37
|
if (i) {
|
|
38
|
-
const o =
|
|
38
|
+
const o = Dt(i, e, t, n);
|
|
39
39
|
return i[0](o);
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
|
-
function
|
|
43
|
-
return i[1] && n ?
|
|
42
|
+
function Dt(i, e, t, n) {
|
|
43
|
+
return i[1] && n ? ci(t.ctx.slice(), i[1](n(e))) : t.ctx;
|
|
44
44
|
}
|
|
45
|
-
function
|
|
45
|
+
function mi(i, e, t, n) {
|
|
46
46
|
if (i[2] && n) {
|
|
47
47
|
const o = i[2](n(t));
|
|
48
48
|
if (e.dirty === void 0)
|
|
@@ -57,13 +57,13 @@ function fi(i, e, t, n) {
|
|
|
57
57
|
}
|
|
58
58
|
return e.dirty;
|
|
59
59
|
}
|
|
60
|
-
function
|
|
60
|
+
function gi(i, e, t, n, o, u) {
|
|
61
61
|
if (o) {
|
|
62
|
-
const a =
|
|
62
|
+
const a = Dt(e, t, n, u);
|
|
63
63
|
i.p(a, o);
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
|
-
function
|
|
66
|
+
function hi(i) {
|
|
67
67
|
if (i.ctx.length > 32) {
|
|
68
68
|
const e = [], t = i.ctx.length / 32;
|
|
69
69
|
for (let n = 0; n < t; n++)
|
|
@@ -72,7 +72,7 @@ function gi(i) {
|
|
|
72
72
|
}
|
|
73
73
|
return -1;
|
|
74
74
|
}
|
|
75
|
-
function
|
|
75
|
+
function dt(i) {
|
|
76
76
|
return i ?? "";
|
|
77
77
|
}
|
|
78
78
|
function T(i, e) {
|
|
@@ -84,7 +84,7 @@ function B(i, e, t) {
|
|
|
84
84
|
function U(i) {
|
|
85
85
|
i.parentNode && i.parentNode.removeChild(i);
|
|
86
86
|
}
|
|
87
|
-
function
|
|
87
|
+
function O(i) {
|
|
88
88
|
return document.createElement(i);
|
|
89
89
|
}
|
|
90
90
|
function re(i) {
|
|
@@ -96,13 +96,13 @@ function ce(i) {
|
|
|
96
96
|
function J() {
|
|
97
97
|
return ce(" ");
|
|
98
98
|
}
|
|
99
|
-
function
|
|
99
|
+
function bi() {
|
|
100
100
|
return ce("");
|
|
101
101
|
}
|
|
102
|
-
function
|
|
102
|
+
function K(i, e, t, n) {
|
|
103
103
|
return i.addEventListener(e, t, n), () => i.removeEventListener(e, t, n);
|
|
104
104
|
}
|
|
105
|
-
function
|
|
105
|
+
function vi(i) {
|
|
106
106
|
return function(e) {
|
|
107
107
|
return e.preventDefault(), i.call(this, e);
|
|
108
108
|
};
|
|
@@ -110,39 +110,39 @@ function bi(i) {
|
|
|
110
110
|
function l(i, e, t) {
|
|
111
111
|
t == null ? i.removeAttribute(e) : i.getAttribute(e) !== t && i.setAttribute(e, t);
|
|
112
112
|
}
|
|
113
|
-
function
|
|
113
|
+
function Li(i) {
|
|
114
114
|
return Array.from(i.childNodes);
|
|
115
115
|
}
|
|
116
116
|
function ke(i, e) {
|
|
117
117
|
e = "" + e, i.data !== e && (i.data = /** @type {string} */
|
|
118
118
|
e);
|
|
119
119
|
}
|
|
120
|
-
function
|
|
120
|
+
function ft(i, e) {
|
|
121
121
|
i.value = e ?? "";
|
|
122
122
|
}
|
|
123
123
|
function ue(i, e, t) {
|
|
124
124
|
i.classList.toggle(e, !!t);
|
|
125
125
|
}
|
|
126
|
-
function
|
|
126
|
+
function _i(i, e, { bubbles: t = !1, cancelable: n = !1 } = {}) {
|
|
127
127
|
return new CustomEvent(i, { detail: e, bubbles: t, cancelable: n });
|
|
128
128
|
}
|
|
129
129
|
let Ce;
|
|
130
130
|
function Te(i) {
|
|
131
131
|
Ce = i;
|
|
132
132
|
}
|
|
133
|
-
function
|
|
133
|
+
function Ut() {
|
|
134
134
|
if (!Ce) throw new Error("Function called outside component initialization");
|
|
135
135
|
return Ce;
|
|
136
136
|
}
|
|
137
|
-
function
|
|
138
|
-
|
|
137
|
+
function yi(i) {
|
|
138
|
+
Ut().$$.on_destroy.push(i);
|
|
139
139
|
}
|
|
140
|
-
function
|
|
141
|
-
const i =
|
|
140
|
+
function wi() {
|
|
141
|
+
const i = Ut();
|
|
142
142
|
return (e, t, { cancelable: n = !1 } = {}) => {
|
|
143
143
|
const o = i.$$.callbacks[e];
|
|
144
144
|
if (o) {
|
|
145
|
-
const u =
|
|
145
|
+
const u = _i(
|
|
146
146
|
/** @type {string} */
|
|
147
147
|
e,
|
|
148
148
|
t,
|
|
@@ -155,23 +155,23 @@ function yi() {
|
|
|
155
155
|
return !0;
|
|
156
156
|
};
|
|
157
157
|
}
|
|
158
|
-
function
|
|
158
|
+
function mt(i, e) {
|
|
159
159
|
const t = i.$$.callbacks[e.type];
|
|
160
160
|
t && t.slice().forEach((n) => n.call(this, e));
|
|
161
161
|
}
|
|
162
|
-
const Ee = [],
|
|
162
|
+
const Ee = [], tt = [];
|
|
163
163
|
let Se = [];
|
|
164
|
-
const
|
|
165
|
-
let
|
|
166
|
-
function
|
|
167
|
-
|
|
164
|
+
const gt = [], Ei = /* @__PURE__ */ Promise.resolve();
|
|
165
|
+
let it = !1;
|
|
166
|
+
function Si() {
|
|
167
|
+
it || (it = !0, Ei.then(It));
|
|
168
168
|
}
|
|
169
|
-
function
|
|
169
|
+
function nt(i) {
|
|
170
170
|
Se.push(i);
|
|
171
171
|
}
|
|
172
|
-
const
|
|
172
|
+
const et = /* @__PURE__ */ new Set();
|
|
173
173
|
let we = 0;
|
|
174
|
-
function
|
|
174
|
+
function It() {
|
|
175
175
|
if (we !== 0)
|
|
176
176
|
return;
|
|
177
177
|
const i = Ce;
|
|
@@ -179,30 +179,30 @@ function Ut() {
|
|
|
179
179
|
try {
|
|
180
180
|
for (; we < Ee.length; ) {
|
|
181
181
|
const e = Ee[we];
|
|
182
|
-
we++, Te(e),
|
|
182
|
+
we++, Te(e), pi(e.$$);
|
|
183
183
|
}
|
|
184
184
|
} catch (e) {
|
|
185
185
|
throw Ee.length = 0, we = 0, e;
|
|
186
186
|
}
|
|
187
|
-
for (Te(null), Ee.length = 0, we = 0;
|
|
187
|
+
for (Te(null), Ee.length = 0, we = 0; tt.length; ) tt.pop()();
|
|
188
188
|
for (let e = 0; e < Se.length; e += 1) {
|
|
189
189
|
const t = Se[e];
|
|
190
|
-
|
|
190
|
+
et.has(t) || (et.add(t), t());
|
|
191
191
|
}
|
|
192
192
|
Se.length = 0;
|
|
193
193
|
} while (Ee.length);
|
|
194
|
-
for (;
|
|
195
|
-
|
|
196
|
-
|
|
194
|
+
for (; gt.length; )
|
|
195
|
+
gt.pop()();
|
|
196
|
+
it = !1, et.clear(), Te(i);
|
|
197
197
|
}
|
|
198
|
-
function
|
|
198
|
+
function pi(i) {
|
|
199
199
|
if (i.fragment !== null) {
|
|
200
200
|
i.update(), ae(i.before_update);
|
|
201
201
|
const e = i.dirty;
|
|
202
|
-
i.dirty = [-1], i.fragment && i.fragment.p(i.ctx, e), i.after_update.forEach(
|
|
202
|
+
i.dirty = [-1], i.fragment && i.fragment.p(i.ctx, e), i.after_update.forEach(nt);
|
|
203
203
|
}
|
|
204
204
|
}
|
|
205
|
-
function
|
|
205
|
+
function Ni(i) {
|
|
206
206
|
const e = [], t = [];
|
|
207
207
|
Se.forEach((n) => i.indexOf(n) === -1 ? e.push(n) : t.push(n)), t.forEach((n) => n()), Se = e;
|
|
208
208
|
}
|
|
@@ -230,55 +230,55 @@ function Q(i, e, t, n) {
|
|
|
230
230
|
}), i.o(e);
|
|
231
231
|
} else n && n();
|
|
232
232
|
}
|
|
233
|
-
function
|
|
233
|
+
function ht(i) {
|
|
234
234
|
return (i == null ? void 0 : i.length) !== void 0 ? i : Array.from(i);
|
|
235
235
|
}
|
|
236
|
-
function
|
|
236
|
+
function Mi(i, e) {
|
|
237
237
|
Q(i, 1, 1, () => {
|
|
238
238
|
e.delete(i.key);
|
|
239
239
|
});
|
|
240
240
|
}
|
|
241
|
-
function
|
|
241
|
+
function Ti(i, e, t, n, o, u, a, r, d, c, f, h) {
|
|
242
242
|
let v = i.length, _ = u.length, w = v;
|
|
243
243
|
const W = {};
|
|
244
244
|
for (; w--; ) W[i[w].key] = w;
|
|
245
|
-
const y = [], E = /* @__PURE__ */ new Map(), C = /* @__PURE__ */ new Map(),
|
|
245
|
+
const y = [], E = /* @__PURE__ */ new Map(), C = /* @__PURE__ */ new Map(), R = [];
|
|
246
246
|
for (w = _; w--; ) {
|
|
247
247
|
const g = h(o, u, w), m = t(g);
|
|
248
248
|
let k = a.get(m);
|
|
249
|
-
k ?
|
|
249
|
+
k ? R.push(() => k.p(g, e)) : (k = c(m, g), k.c()), E.set(m, y[w] = k), m in W && C.set(m, Math.abs(w - W[m]));
|
|
250
250
|
}
|
|
251
|
-
const p = /* @__PURE__ */ new Set(),
|
|
251
|
+
const p = /* @__PURE__ */ new Set(), q = /* @__PURE__ */ new Set();
|
|
252
252
|
function b(g) {
|
|
253
253
|
z(g, 1), g.m(r, f), a.set(g.key, g), f = g.first, _--;
|
|
254
254
|
}
|
|
255
255
|
for (; v && _; ) {
|
|
256
256
|
const g = y[_ - 1], m = i[v - 1], k = g.key, H = m.key;
|
|
257
|
-
g === m ? (f = g.first, v--, _--) : E.has(H) ? !a.has(k) || p.has(k) ? b(g) :
|
|
257
|
+
g === m ? (f = g.first, v--, _--) : E.has(H) ? !a.has(k) || p.has(k) ? b(g) : q.has(H) ? v-- : C.get(k) > C.get(H) ? (q.add(k), b(g)) : (p.add(H), v--) : (d(m, a), v--);
|
|
258
258
|
}
|
|
259
259
|
for (; v--; ) {
|
|
260
260
|
const g = i[v];
|
|
261
261
|
E.has(g.key) || d(g, a);
|
|
262
262
|
}
|
|
263
263
|
for (; _; ) b(y[_ - 1]);
|
|
264
|
-
return ae(
|
|
264
|
+
return ae(R), y;
|
|
265
265
|
}
|
|
266
266
|
function de(i) {
|
|
267
267
|
i && i.c();
|
|
268
268
|
}
|
|
269
269
|
function oe(i, e, t) {
|
|
270
270
|
const { fragment: n, after_update: o } = i.$$;
|
|
271
|
-
n && n.m(e, t),
|
|
272
|
-
const u = i.$$.on_mount.map(
|
|
271
|
+
n && n.m(e, t), nt(() => {
|
|
272
|
+
const u = i.$$.on_mount.map(Rt).filter(Ot);
|
|
273
273
|
i.$$.on_destroy ? i.$$.on_destroy.push(...u) : ae(u), i.$$.on_mount = [];
|
|
274
|
-
}), o.forEach(
|
|
274
|
+
}), o.forEach(nt);
|
|
275
275
|
}
|
|
276
276
|
function se(i, e) {
|
|
277
277
|
const t = i.$$;
|
|
278
|
-
t.fragment !== null && (
|
|
278
|
+
t.fragment !== null && (Ni(t.after_update), ae(t.on_destroy), t.fragment && t.fragment.d(e), t.on_destroy = t.fragment = null, t.ctx = []);
|
|
279
279
|
}
|
|
280
|
-
function
|
|
281
|
-
i.$$.dirty[0] === -1 && (Ee.push(i),
|
|
280
|
+
function ki(i, e) {
|
|
281
|
+
i.$$.dirty[0] === -1 && (Ee.push(i), Si(), i.$$.dirty.fill(0)), i.$$.dirty[e / 31 | 0] |= 1 << e % 31;
|
|
282
282
|
}
|
|
283
283
|
function be(i, e, t, n, o, u, a = null, r = [-1]) {
|
|
284
284
|
const d = Ce;
|
|
@@ -290,7 +290,7 @@ function be(i, e, t, n, o, u, a = null, r = [-1]) {
|
|
|
290
290
|
props: u,
|
|
291
291
|
update: A,
|
|
292
292
|
not_equal: o,
|
|
293
|
-
bound:
|
|
293
|
+
bound: ct(),
|
|
294
294
|
// lifecycle
|
|
295
295
|
on_mount: [],
|
|
296
296
|
on_destroy: [],
|
|
@@ -299,7 +299,7 @@ function be(i, e, t, n, o, u, a = null, r = [-1]) {
|
|
|
299
299
|
after_update: [],
|
|
300
300
|
context: new Map(e.context || (d ? d.$$.context : [])),
|
|
301
301
|
// everything else
|
|
302
|
-
callbacks:
|
|
302
|
+
callbacks: ct(),
|
|
303
303
|
dirty: r,
|
|
304
304
|
skip_bound: !1,
|
|
305
305
|
root: e.target || d.$$.root
|
|
@@ -308,14 +308,14 @@ function be(i, e, t, n, o, u, a = null, r = [-1]) {
|
|
|
308
308
|
let f = !1;
|
|
309
309
|
if (c.ctx = t ? t(i, e.props || {}, (h, v, ..._) => {
|
|
310
310
|
const w = _.length ? _[0] : v;
|
|
311
|
-
return c.ctx && o(c.ctx[h], c.ctx[h] = w) && (!c.skip_bound && c.bound[h] && c.bound[h](w), f &&
|
|
311
|
+
return c.ctx && o(c.ctx[h], c.ctx[h] = w) && (!c.skip_bound && c.bound[h] && c.bound[h](w), f && ki(i, h)), v;
|
|
312
312
|
}) : [], c.update(), f = !0, ae(c.before_update), c.fragment = n ? n(c.ctx) : !1, e.target) {
|
|
313
313
|
if (e.hydrate) {
|
|
314
|
-
const h =
|
|
314
|
+
const h = Li(e.target);
|
|
315
315
|
c.fragment && c.fragment.l(h), h.forEach(U);
|
|
316
316
|
} else
|
|
317
317
|
c.fragment && c.fragment.c();
|
|
318
|
-
e.intro && z(i.$$.fragment), oe(i, e.target, e.anchor),
|
|
318
|
+
e.intro && z(i.$$.fragment), oe(i, e.target, e.anchor), It();
|
|
319
319
|
}
|
|
320
320
|
Te(d);
|
|
321
321
|
}
|
|
@@ -328,7 +328,7 @@ class ve {
|
|
|
328
328
|
*
|
|
329
329
|
* @type {any}
|
|
330
330
|
*/
|
|
331
|
-
|
|
331
|
+
Ye(this, "$$");
|
|
332
332
|
/**
|
|
333
333
|
* ### PRIVATE API
|
|
334
334
|
*
|
|
@@ -336,7 +336,7 @@ class ve {
|
|
|
336
336
|
*
|
|
337
337
|
* @type {any}
|
|
338
338
|
*/
|
|
339
|
-
|
|
339
|
+
Ye(this, "$$set");
|
|
340
340
|
}
|
|
341
341
|
/** @returns {void} */
|
|
342
342
|
$destroy() {
|
|
@@ -362,12 +362,12 @@ class ve {
|
|
|
362
362
|
* @returns {void}
|
|
363
363
|
*/
|
|
364
364
|
$set(e) {
|
|
365
|
-
this.$$set && !
|
|
365
|
+
this.$$set && !di(e) && (this.$$.skip_bound = !0, this.$$set(e), this.$$.skip_bound = !1);
|
|
366
366
|
}
|
|
367
367
|
}
|
|
368
|
-
const
|
|
369
|
-
typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(
|
|
370
|
-
function
|
|
368
|
+
const Ci = "4";
|
|
369
|
+
typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Ci);
|
|
370
|
+
function Wi(i) {
|
|
371
371
|
let e, t;
|
|
372
372
|
return {
|
|
373
373
|
c() {
|
|
@@ -384,12 +384,12 @@ function Ci(i) {
|
|
|
384
384
|
}
|
|
385
385
|
};
|
|
386
386
|
}
|
|
387
|
-
class
|
|
387
|
+
class At extends ve {
|
|
388
388
|
constructor(e) {
|
|
389
|
-
super(), be(this, e, null,
|
|
389
|
+
super(), be(this, e, null, Wi, he, {});
|
|
390
390
|
}
|
|
391
391
|
}
|
|
392
|
-
function
|
|
392
|
+
function Ri(i) {
|
|
393
393
|
let e, t;
|
|
394
394
|
return {
|
|
395
395
|
c() {
|
|
@@ -406,16 +406,16 @@ function Wi(i) {
|
|
|
406
406
|
}
|
|
407
407
|
};
|
|
408
408
|
}
|
|
409
|
-
class
|
|
409
|
+
class Bt extends ve {
|
|
410
410
|
constructor(e) {
|
|
411
|
-
super(), be(this, e, null,
|
|
411
|
+
super(), be(this, e, null, Ri, he, {});
|
|
412
412
|
}
|
|
413
413
|
}
|
|
414
414
|
function Oi(i) {
|
|
415
415
|
let e, t;
|
|
416
416
|
return {
|
|
417
417
|
c() {
|
|
418
|
-
e =
|
|
418
|
+
e = O("img"), x(e.src, t = /*iconsBaseUrl*/
|
|
419
419
|
i[3] + "area.svg") || l(e, "src", t), l(
|
|
420
420
|
e,
|
|
421
421
|
"alt",
|
|
@@ -428,7 +428,7 @@ function Oi(i) {
|
|
|
428
428
|
},
|
|
429
429
|
p(n, o) {
|
|
430
430
|
o & /*iconsBaseUrl*/
|
|
431
|
-
8 && !
|
|
431
|
+
8 && !x(e.src, t = /*iconsBaseUrl*/
|
|
432
432
|
n[3] + "area.svg") && l(e, "src", t), o & /*placeType*/
|
|
433
433
|
64 && l(
|
|
434
434
|
e,
|
|
@@ -442,11 +442,11 @@ function Oi(i) {
|
|
|
442
442
|
}
|
|
443
443
|
};
|
|
444
444
|
}
|
|
445
|
-
function
|
|
445
|
+
function Di(i) {
|
|
446
446
|
let e, t;
|
|
447
447
|
return {
|
|
448
448
|
c() {
|
|
449
|
-
e =
|
|
449
|
+
e = O("img"), x(e.src, t = /*iconsBaseUrl*/
|
|
450
450
|
i[3] + "reverse.svg") || l(e, "src", t), l(
|
|
451
451
|
e,
|
|
452
452
|
"alt",
|
|
@@ -459,7 +459,7 @@ function Ri(i) {
|
|
|
459
459
|
},
|
|
460
460
|
p(n, o) {
|
|
461
461
|
o & /*iconsBaseUrl*/
|
|
462
|
-
8 && !
|
|
462
|
+
8 && !x(e.src, t = /*iconsBaseUrl*/
|
|
463
463
|
n[3] + "reverse.svg") && l(e, "src", t), o & /*placeType*/
|
|
464
464
|
64 && l(
|
|
465
465
|
e,
|
|
@@ -473,11 +473,11 @@ function Ri(i) {
|
|
|
473
473
|
}
|
|
474
474
|
};
|
|
475
475
|
}
|
|
476
|
-
function
|
|
476
|
+
function Ui(i) {
|
|
477
477
|
let e, t;
|
|
478
478
|
return {
|
|
479
479
|
c() {
|
|
480
|
-
e =
|
|
480
|
+
e = O("img"), x(e.src, t = /*iconsBaseUrl*/
|
|
481
481
|
i[3] + "poi.svg") || l(e, "src", t), l(
|
|
482
482
|
e,
|
|
483
483
|
"alt",
|
|
@@ -490,7 +490,7 @@ function Di(i) {
|
|
|
490
490
|
},
|
|
491
491
|
p(n, o) {
|
|
492
492
|
o & /*iconsBaseUrl*/
|
|
493
|
-
8 && !
|
|
493
|
+
8 && !x(e.src, t = /*iconsBaseUrl*/
|
|
494
494
|
n[3] + "poi.svg") && l(e, "src", t), o & /*placeType*/
|
|
495
495
|
64 && l(
|
|
496
496
|
e,
|
|
@@ -504,11 +504,11 @@ function Di(i) {
|
|
|
504
504
|
}
|
|
505
505
|
};
|
|
506
506
|
}
|
|
507
|
-
function
|
|
507
|
+
function Ii(i) {
|
|
508
508
|
let e, t;
|
|
509
509
|
return {
|
|
510
510
|
c() {
|
|
511
|
-
e =
|
|
511
|
+
e = O("img"), x(e.src, t = /*iconsBaseUrl*/
|
|
512
512
|
i[3] + "postal_code.svg") || l(e, "src", t), l(
|
|
513
513
|
e,
|
|
514
514
|
"alt",
|
|
@@ -521,7 +521,7 @@ function Ui(i) {
|
|
|
521
521
|
},
|
|
522
522
|
p(n, o) {
|
|
523
523
|
o & /*iconsBaseUrl*/
|
|
524
|
-
8 && !
|
|
524
|
+
8 && !x(e.src, t = /*iconsBaseUrl*/
|
|
525
525
|
n[3] + "postal_code.svg") && l(e, "src", t), o & /*placeType*/
|
|
526
526
|
64 && l(
|
|
527
527
|
e,
|
|
@@ -535,11 +535,11 @@ function Ui(i) {
|
|
|
535
535
|
}
|
|
536
536
|
};
|
|
537
537
|
}
|
|
538
|
-
function
|
|
538
|
+
function Ai(i) {
|
|
539
539
|
let e, t;
|
|
540
540
|
return {
|
|
541
541
|
c() {
|
|
542
|
-
e =
|
|
542
|
+
e = O("img"), x(e.src, t = /*iconsBaseUrl*/
|
|
543
543
|
i[3] + "street.svg") || l(e, "src", t), l(
|
|
544
544
|
e,
|
|
545
545
|
"alt",
|
|
@@ -552,7 +552,7 @@ function Ii(i) {
|
|
|
552
552
|
},
|
|
553
553
|
p(n, o) {
|
|
554
554
|
o & /*iconsBaseUrl*/
|
|
555
|
-
8 && !
|
|
555
|
+
8 && !x(e.src, t = /*iconsBaseUrl*/
|
|
556
556
|
n[3] + "street.svg") && l(e, "src", t), o & /*placeType*/
|
|
557
557
|
64 && l(
|
|
558
558
|
e,
|
|
@@ -566,11 +566,11 @@ function Ii(i) {
|
|
|
566
566
|
}
|
|
567
567
|
};
|
|
568
568
|
}
|
|
569
|
-
function
|
|
569
|
+
function Bi(i) {
|
|
570
570
|
let e, t;
|
|
571
571
|
return {
|
|
572
572
|
c() {
|
|
573
|
-
e =
|
|
573
|
+
e = O("img"), x(e.src, t = /*iconsBaseUrl*/
|
|
574
574
|
i[3] + "road.svg") || l(e, "src", t), l(
|
|
575
575
|
e,
|
|
576
576
|
"alt",
|
|
@@ -583,7 +583,7 @@ function Ai(i) {
|
|
|
583
583
|
},
|
|
584
584
|
p(n, o) {
|
|
585
585
|
o & /*iconsBaseUrl*/
|
|
586
|
-
8 && !
|
|
586
|
+
8 && !x(e.src, t = /*iconsBaseUrl*/
|
|
587
587
|
n[3] + "road.svg") && l(e, "src", t), o & /*placeType*/
|
|
588
588
|
64 && l(
|
|
589
589
|
e,
|
|
@@ -597,11 +597,11 @@ function Ai(i) {
|
|
|
597
597
|
}
|
|
598
598
|
};
|
|
599
599
|
}
|
|
600
|
-
function
|
|
600
|
+
function Fi(i) {
|
|
601
601
|
let e, t;
|
|
602
602
|
return {
|
|
603
603
|
c() {
|
|
604
|
-
e =
|
|
604
|
+
e = O("img"), x(e.src, t = /*iconsBaseUrl*/
|
|
605
605
|
i[3] + "housenumber.svg") || l(e, "src", t), l(
|
|
606
606
|
e,
|
|
607
607
|
"alt",
|
|
@@ -614,7 +614,7 @@ function Bi(i) {
|
|
|
614
614
|
},
|
|
615
615
|
p(n, o) {
|
|
616
616
|
o & /*iconsBaseUrl*/
|
|
617
|
-
8 && !
|
|
617
|
+
8 && !x(e.src, t = /*iconsBaseUrl*/
|
|
618
618
|
n[3] + "housenumber.svg") && l(e, "src", t), o & /*placeType*/
|
|
619
619
|
64 && l(
|
|
620
620
|
e,
|
|
@@ -628,11 +628,11 @@ function Bi(i) {
|
|
|
628
628
|
}
|
|
629
629
|
};
|
|
630
630
|
}
|
|
631
|
-
function
|
|
631
|
+
function zi(i) {
|
|
632
632
|
let e, t, n, o;
|
|
633
633
|
return {
|
|
634
634
|
c() {
|
|
635
|
-
e =
|
|
635
|
+
e = O("img"), x(e.src, t = /*imageUrl*/
|
|
636
636
|
i[5]) || l(e, "src", t), l(
|
|
637
637
|
e,
|
|
638
638
|
"alt",
|
|
@@ -641,7 +641,7 @@ function Fi(i) {
|
|
|
641
641
|
), l(e, "class", "svelte-ltkwvy");
|
|
642
642
|
},
|
|
643
643
|
m(u, a) {
|
|
644
|
-
B(u, e, a), n || (o =
|
|
644
|
+
B(u, e, a), n || (o = K(
|
|
645
645
|
e,
|
|
646
646
|
"error",
|
|
647
647
|
/*error_handler*/
|
|
@@ -650,7 +650,7 @@ function Fi(i) {
|
|
|
650
650
|
},
|
|
651
651
|
p(u, a) {
|
|
652
652
|
a & /*imageUrl*/
|
|
653
|
-
32 && !
|
|
653
|
+
32 && !x(e.src, t = /*imageUrl*/
|
|
654
654
|
u[5]) && l(e, "src", t), a & /*category*/
|
|
655
655
|
16 && l(
|
|
656
656
|
e,
|
|
@@ -664,11 +664,11 @@ function Fi(i) {
|
|
|
664
664
|
}
|
|
665
665
|
};
|
|
666
666
|
}
|
|
667
|
-
function
|
|
667
|
+
function bt(i) {
|
|
668
668
|
let e, t;
|
|
669
669
|
return {
|
|
670
670
|
c() {
|
|
671
|
-
e =
|
|
671
|
+
e = O("span"), t = ce(
|
|
672
672
|
/*placeType*/
|
|
673
673
|
i[6]
|
|
674
674
|
), l(e, "class", "secondary svelte-ltkwvy");
|
|
@@ -689,7 +689,7 @@ function ht(i) {
|
|
|
689
689
|
}
|
|
690
690
|
};
|
|
691
691
|
}
|
|
692
|
-
function
|
|
692
|
+
function Hi(i) {
|
|
693
693
|
let e, t, n, o, u, a, r, d, c, f = (
|
|
694
694
|
/*isReverse*/
|
|
695
695
|
(i[7] ? (
|
|
@@ -716,29 +716,29 @@ function zi(i) {
|
|
|
716
716
|
/*feature*/
|
|
717
717
|
i[0].place_name.replace(/[^,]*,?\s*/, "")
|
|
718
718
|
)) + ""
|
|
719
|
-
), E, C,
|
|
719
|
+
), E, C, R;
|
|
720
720
|
function p(m, k) {
|
|
721
721
|
return k & /*feature*/
|
|
722
722
|
1 && (t = null), k & /*feature*/
|
|
723
723
|
1 && (n = null), k & /*feature*/
|
|
724
724
|
1 && (o = null), k & /*feature*/
|
|
725
725
|
1 && (u = null), /*imageUrl*/
|
|
726
|
-
m[5] ?
|
|
726
|
+
m[5] ? zi : (
|
|
727
727
|
/*feature*/
|
|
728
|
-
m[0].address ?
|
|
729
|
-
m[0].id.startsWith("road.")), t ?
|
|
730
|
-
m[0].id.startsWith("address.")), n ?
|
|
731
|
-
m[0].id.startsWith("postal_code.")), o ?
|
|
732
|
-
m[0].id.startsWith("poi.")), u ?
|
|
728
|
+
m[0].address ? Fi : (t == null && (t = !!/*feature*/
|
|
729
|
+
m[0].id.startsWith("road.")), t ? Bi : (n == null && (n = !!/*feature*/
|
|
730
|
+
m[0].id.startsWith("address.")), n ? Ai : (o == null && (o = !!/*feature*/
|
|
731
|
+
m[0].id.startsWith("postal_code.")), o ? Ii : (u == null && (u = !!/*feature*/
|
|
732
|
+
m[0].id.startsWith("poi.")), u ? Ui : (
|
|
733
733
|
/*isReverse*/
|
|
734
|
-
m[7] ?
|
|
734
|
+
m[7] ? Di : Oi
|
|
735
735
|
)))))
|
|
736
736
|
);
|
|
737
737
|
}
|
|
738
|
-
let
|
|
738
|
+
let q = p(i, -1), b = q(i), g = _ && bt(i);
|
|
739
739
|
return {
|
|
740
740
|
c() {
|
|
741
|
-
e =
|
|
741
|
+
e = O("li"), b.c(), a = J(), r = O("span"), d = O("span"), c = O("span"), h = ce(f), v = J(), g && g.c(), w = J(), W = O("span"), E = ce(y), l(c, "class", "primary svelte-ltkwvy"), l(d, "class", "svelte-ltkwvy"), l(W, "class", "line2 svelte-ltkwvy"), l(r, "class", "texts svelte-ltkwvy"), l(e, "tabindex", "0"), l(
|
|
742
742
|
e,
|
|
743
743
|
"data-selected",
|
|
744
744
|
/*selected*/
|
|
@@ -751,14 +751,14 @@ function zi(i) {
|
|
|
751
751
|
);
|
|
752
752
|
},
|
|
753
753
|
m(m, k) {
|
|
754
|
-
B(m, e, k), b.m(e, null), T(e, a), T(e, r), T(r, d), T(d, c), T(c, h), T(d, v), g && g.m(d, null), T(r, w), T(r, W), T(W, E), C || (
|
|
755
|
-
|
|
754
|
+
B(m, e, k), b.m(e, null), T(e, a), T(e, r), T(r, d), T(d, c), T(c, h), T(d, v), g && g.m(d, null), T(r, w), T(r, W), T(W, E), C || (R = [
|
|
755
|
+
K(
|
|
756
756
|
e,
|
|
757
757
|
"mouseenter",
|
|
758
758
|
/*mouseenter_handler*/
|
|
759
759
|
i[12]
|
|
760
760
|
),
|
|
761
|
-
|
|
761
|
+
K(
|
|
762
762
|
e,
|
|
763
763
|
"focus",
|
|
764
764
|
/*focus_handler*/
|
|
@@ -767,7 +767,7 @@ function zi(i) {
|
|
|
767
767
|
], C = !0);
|
|
768
768
|
},
|
|
769
769
|
p(m, [k]) {
|
|
770
|
-
|
|
770
|
+
q === (q = p(m, k)) && b ? b.p(m, k) : (b.d(1), b = q(m), b && (b.c(), b.m(e, a))), k & /*feature*/
|
|
771
771
|
1 && f !== (f = /*isReverse*/
|
|
772
772
|
(m[7] ? (
|
|
773
773
|
/*feature*/
|
|
@@ -785,7 +785,7 @@ function zi(i) {
|
|
|
785
785
|
m[0].id.startsWith("postal_code.") && (!/*feature*/
|
|
786
786
|
m[0].id.startsWith("poi.") || !/*imageUrl*/
|
|
787
787
|
m[5]) && !/*isReverse*/
|
|
788
|
-
m[7]), _ ? g ? g.p(m, k) : (g =
|
|
788
|
+
m[7]), _ ? g ? g.p(m, k) : (g = bt(m), g.c(), g.m(d, null)) : g && (g.d(1), g = null), k & /*feature*/
|
|
789
789
|
1 && y !== (y = /*isReverse*/
|
|
790
790
|
(m[7] ? "" : (
|
|
791
791
|
/*feature*/
|
|
@@ -807,36 +807,36 @@ function zi(i) {
|
|
|
807
807
|
i: A,
|
|
808
808
|
o: A,
|
|
809
809
|
d(m) {
|
|
810
|
-
m && U(e), b.d(), g && g.d(), C = !1, ae(
|
|
810
|
+
m && U(e), b.d(), g && g.d(), C = !1, ae(R);
|
|
811
811
|
}
|
|
812
812
|
};
|
|
813
813
|
}
|
|
814
|
-
function
|
|
815
|
-
var
|
|
814
|
+
function ji(i, e, t) {
|
|
815
|
+
var R;
|
|
816
816
|
let n, o, { feature: u } = e, { selected: a = !1 } = e, { showPlaceType: r } = e, { missingIconsCache: d } = e, { iconsBaseUrl: c } = e;
|
|
817
|
-
const f = (
|
|
817
|
+
const f = (R = u.properties) == null ? void 0 : R.categories;
|
|
818
818
|
let h, v, _ = 0, w = u.place_type[0] === "reverse";
|
|
819
819
|
function W() {
|
|
820
820
|
v && d.add(v), t(10, _++, _);
|
|
821
821
|
}
|
|
822
822
|
function y(p) {
|
|
823
|
-
|
|
823
|
+
mt.call(this, i, p);
|
|
824
824
|
}
|
|
825
825
|
function E(p) {
|
|
826
|
-
|
|
826
|
+
mt.call(this, i, p);
|
|
827
827
|
}
|
|
828
828
|
const C = () => W();
|
|
829
829
|
return i.$$set = (p) => {
|
|
830
830
|
"feature" in p && t(0, u = p.feature), "selected" in p && t(1, a = p.selected), "showPlaceType" in p && t(2, r = p.showPlaceType), "missingIconsCache" in p && t(9, d = p.missingIconsCache), "iconsBaseUrl" in p && t(3, c = p.iconsBaseUrl);
|
|
831
831
|
}, i.$$.update = () => {
|
|
832
|
-
var p,
|
|
832
|
+
var p, q, b, g;
|
|
833
833
|
if (i.$$.dirty & /*loadIconAttempt, index, category, iconsBaseUrl, imageUrl, missingIconsCache*/
|
|
834
834
|
3640)
|
|
835
835
|
do
|
|
836
836
|
t(11, n--, n), t(4, h = f == null ? void 0 : f[n]), t(5, v = h ? c + h.replace(/ /g, "_") + ".svg" : void 0);
|
|
837
837
|
while (n > -1 && (!v || d.has(v)));
|
|
838
838
|
i.$$.dirty & /*feature*/
|
|
839
|
-
1 && t(6, o = ((
|
|
839
|
+
1 && t(6, o = ((q = (p = u.properties) == null ? void 0 : p.categories) == null ? void 0 : q.join(", ")) ?? ((g = (b = u.properties) == null ? void 0 : b.place_type_name) == null ? void 0 : g[0]) ?? u.place_type[0]);
|
|
840
840
|
}, t(11, n = (f == null ? void 0 : f.length) ?? 0), [
|
|
841
841
|
u,
|
|
842
842
|
a,
|
|
@@ -855,9 +855,9 @@ function Hi(i, e, t) {
|
|
|
855
855
|
C
|
|
856
856
|
];
|
|
857
857
|
}
|
|
858
|
-
class
|
|
858
|
+
class Pi extends ve {
|
|
859
859
|
constructor(e) {
|
|
860
|
-
super(), be(this, e,
|
|
860
|
+
super(), be(this, e, ji, Hi, he, {
|
|
861
861
|
feature: 0,
|
|
862
862
|
selected: 1,
|
|
863
863
|
showPlaceType: 2,
|
|
@@ -866,11 +866,11 @@ class qi extends ve {
|
|
|
866
866
|
});
|
|
867
867
|
}
|
|
868
868
|
}
|
|
869
|
-
function
|
|
869
|
+
function Zi(i) {
|
|
870
870
|
let e;
|
|
871
871
|
return {
|
|
872
872
|
c() {
|
|
873
|
-
e =
|
|
873
|
+
e = O("div"), e.innerHTML = '<svg viewBox="0 0 18 18" width="24" height="24" class="svelte-7cmwmc"><path fill="#333" d="M4.4 4.4l.8.8c2.1-2.1 5.5-2.1 7.6 0l.8-.8c-2.5-2.5-6.7-2.5-9.2 0z"></path><path opacity=".1" d="M12.8 12.9c-2.1 2.1-5.5 2.1-7.6 0-2.1-2.1-2.1-5.5 0-7.7l-.8-.8c-2.5 2.5-2.5 6.7 0 9.2s6.6 2.5 9.2 0 2.5-6.6 0-9.2l-.8.8c2.2 2.1 2.2 5.6 0 7.7z"></path></svg>', l(e, "class", "svelte-7cmwmc");
|
|
874
874
|
},
|
|
875
875
|
m(t, n) {
|
|
876
876
|
B(t, e, n);
|
|
@@ -883,12 +883,12 @@ function ji(i) {
|
|
|
883
883
|
}
|
|
884
884
|
};
|
|
885
885
|
}
|
|
886
|
-
class
|
|
886
|
+
class Gi extends ve {
|
|
887
887
|
constructor(e) {
|
|
888
|
-
super(), be(this, e, null,
|
|
888
|
+
super(), be(this, e, null, Zi, he, {});
|
|
889
889
|
}
|
|
890
890
|
}
|
|
891
|
-
function
|
|
891
|
+
function qi(i) {
|
|
892
892
|
let e, t;
|
|
893
893
|
return {
|
|
894
894
|
c() {
|
|
@@ -905,12 +905,12 @@ function Zi(i) {
|
|
|
905
905
|
}
|
|
906
906
|
};
|
|
907
907
|
}
|
|
908
|
-
class
|
|
908
|
+
class Qi extends ve {
|
|
909
909
|
constructor(e) {
|
|
910
|
-
super(), be(this, e, null,
|
|
910
|
+
super(), be(this, e, null, qi, he, {});
|
|
911
911
|
}
|
|
912
912
|
}
|
|
913
|
-
function
|
|
913
|
+
function xi(i) {
|
|
914
914
|
let e, t, n;
|
|
915
915
|
return {
|
|
916
916
|
c() {
|
|
@@ -929,19 +929,19 @@ function Qi(i) {
|
|
|
929
929
|
}
|
|
930
930
|
class Ki extends ve {
|
|
931
931
|
constructor(e) {
|
|
932
|
-
super(), be(this, e, null,
|
|
932
|
+
super(), be(this, e, null, xi, he, {});
|
|
933
933
|
}
|
|
934
934
|
}
|
|
935
935
|
function Vi(i, e, t) {
|
|
936
936
|
const n = e[1], o = e[0], u = n - o;
|
|
937
937
|
return i === n && t ? i : ((i - o) % u + u) % u + o;
|
|
938
938
|
}
|
|
939
|
-
function
|
|
939
|
+
function vt(i) {
|
|
940
940
|
const e = [...i];
|
|
941
941
|
return e[2] < e[0] && (Math.abs((e[0] + e[2] + 360) / 2) > Math.abs((e[0] - 360 + e[2]) / 2) ? e[0] -= 360 : e[2] += 360), e;
|
|
942
942
|
}
|
|
943
943
|
let Ne;
|
|
944
|
-
async function
|
|
944
|
+
async function Ji(i, e, t) {
|
|
945
945
|
const n = i == null ? void 0 : i.getCenterAndZoom();
|
|
946
946
|
for (const o of e ?? [])
|
|
947
947
|
if (!(n && (o.minZoom != null && o.minZoom > n[0] || o.maxZoom != null && o.maxZoom < n[0]))) {
|
|
@@ -986,8 +986,8 @@ async function xi(i, e, t) {
|
|
|
986
986
|
return n[1].toFixed(6) + "," + n[2].toFixed(6);
|
|
987
987
|
}
|
|
988
988
|
}
|
|
989
|
-
const
|
|
990
|
-
function
|
|
989
|
+
const Xi = /^(NORTH|SOUTH|[NS])?\s*([+-]?[0-8]?[0-9])\s*([•º°\.:]|D(?:EG)?(?:REES)?)?\s*,?([6-9][0-9])\s*(['′´’\.:]|M(?:IN)?(?:UTES)?)?\s*(NORTH|SOUTH|[NS])?(?:\s*[,/;]\s*|\s*)(EAST|WEST|[EW])?\s*([+-]?[0-1]?[0-9]?[0-9])\s*([•º°\.:]|D(?:EG)?(?:REES)?)?\s*,?([6-9][0-9])\s*(['′´’\.:]|M(?:IN)?(?:UTES)?)?\s*(EAST|WEST|[EW])?$/i, Lt = /^([+-]?[0-8]?[0-9])\s+([0-5]?[0-9]\.\d{3,})[\s,]{1,}([+-]?[0-1]?[0-9]?[0-9])\s+([0-5]?[0-9]\.\d{3,})$/, _t = /^(NORTH|SOUTH|[NS])?[\s]*([+-]?[0-8]?[0-9](?:[\.,]\d{3,}))[\s]*([•º°]?)[\s]*(NORTH|SOUTH|[NS])?[\s]*[,/;]?[\s]*(EAST|WEST|[EW])?[\s]*([+-]?[0-1]?[0-9]?[0-9](?:[\.,]\d{3,}))[\s]*([•º°]?)[\s]*(EAST|WEST|[EW])?$/i, yt = /^(NORTH|SOUTH|[NS])?\s*([+-]?[0-8]?[0-9])\s*(\.)\s*([0-5]?[0-9])\s*(\.)\s*((?:[0-5]?[0-9])(?:[\.,]\d{1,3})?)?\s*(NORTH|SOUTH|[NS])?(?:\s*[,/;]\s*|\s*)(EAST|WEST|[EW])?\s*([+-]?[0-1]?[0-9]?[0-9])\s*(\.)\s*([0-5]?[0-9])\s*(\.)\s*((?:[0-5]?[0-9])(?:[\.,]\d{1,3})?)?\s*(EAST|WEST|[EW])?$/i, wt = /^(NORTH|SOUTH|[NS])?\s*([+-]?[0-8]?[0-9])\s*(D(?:EG)?(?:REES)?)\s*([0-5]?[0-9])\s*(M(?:IN)?(?:UTES)?)\s*((?:[0-5]?[0-9])(?:[\.,]\d{1,3})?)?\s*(S(?:EC)?(?:ONDS)?)?\s*(NORTH|SOUTH|[NS])?(?:\s*[,/;]\s*|\s*)(EAST|WEST|[EW])?\s*([+-]?[0-1]?[0-9]?[0-9])\s*(D(?:EG)?(?:REES)?)\s*([0-5]?[0-9])\s*(M(?:IN)?(?:UTES)?)\s*((?:[0-5]?[0-9])(?:[\.,]\d{1,3})?)?\s*(S(?:EC)?(?:ONDS)?)\s*(EAST|WEST|[EW])?$/i, Et = /^(NORTH|SOUTH|[NS])?\s*([+-]?[0-8]?[0-9])\s*([•º°\.:]|D(?:EG)?(?:REES)?)?\s*,?([0-5]?[0-9](?:[\.,]\d{1,})?)?\s*(['′´’\.:]|M(?:IN)?(?:UTES)?)?\s*,?((?:[0-5]?[0-9])(?:[\.,]\d{1,3})?)?\s*(''|′′|’’|´´|["″”\.])?\s*(NORTH|SOUTH|[NS])?(?:\s*[,/;]\s*|\s*)(EAST|WEST|[EW])?\s*([+-]?[0-1]?[0-9]?[0-9])\s*([•º°\.:]|D(?:EG)?(?:REES)?)?\s*,?([0-5]?[0-9](?:[\.,]\d{1,})?)?\s*(['′´’\.:]|M(?:IN)?(?:UTES)?)?\s*,?((?:[0-5]?[0-9])(?:[\.,]\d{1,3})?)?\s*(''|′′|´´|’’|["″”\.])?\s*(EAST|WEST|[EW])?$/i;
|
|
990
|
+
function Yi(i) {
|
|
991
991
|
if (!["DMS", "DM", "DD"].includes(i))
|
|
992
992
|
throw new Error("invalid format specified");
|
|
993
993
|
if (this.decimalCoordinates && this.decimalCoordinates.trim()) {
|
|
@@ -996,7 +996,7 @@ function Xi(i) {
|
|
|
996
996
|
i == "DD" && (d = `${o}° ${a}, ${u}° ${r}`);
|
|
997
997
|
const c = Math.floor(o), f = Math.floor(u), h = (o - c) * 60, v = (u - f) * 60;
|
|
998
998
|
if (i == "DM") {
|
|
999
|
-
let _ =
|
|
999
|
+
let _ = St(h, 3).toFixed(3).padStart(6, "0"), w = St(v, 3).toFixed(3).padStart(6, "0");
|
|
1000
1000
|
_.endsWith(".000") && w.endsWith(".000") && (_ = _.replace(/\.000$/, ""), w = w.replace(/\.000$/, "")), d = `${c}° ${_}' ${a}, ${f}° ${w}' ${r}`;
|
|
1001
1001
|
}
|
|
1002
1002
|
if (i == "DMS") {
|
|
@@ -1009,22 +1009,22 @@ function Xi(i) {
|
|
|
1009
1009
|
} else
|
|
1010
1010
|
throw new Error("no decimal coordinates to convert");
|
|
1011
1011
|
}
|
|
1012
|
-
function
|
|
1012
|
+
function St(i, e) {
|
|
1013
1013
|
const t = Math.pow(10, e);
|
|
1014
1014
|
return Math.round((i + Number.EPSILON) * t) / t;
|
|
1015
1015
|
}
|
|
1016
|
-
function
|
|
1016
|
+
function rt(i, e) {
|
|
1017
1017
|
e || (e = 5), i = i.replace(/\s+/g, " ").trim();
|
|
1018
1018
|
let t = null, n = null, o = "", u = "", a = null, r = [], d = !1;
|
|
1019
|
-
if (
|
|
1019
|
+
if (Xi.test(i))
|
|
1020
1020
|
throw new Error("invalid coordinate value");
|
|
1021
|
-
if (
|
|
1022
|
-
if (r =
|
|
1021
|
+
if (Lt.test(i))
|
|
1022
|
+
if (r = Lt.exec(i), d = Me(r), d)
|
|
1023
1023
|
t = Math.abs(r[1]) + r[2] / 60, Number(r[1]) < 0 && (t *= -1), n = Math.abs(r[3]) + r[4] / 60, Number(r[3]) < 0 && (n *= -1), a = "DM";
|
|
1024
1024
|
else
|
|
1025
1025
|
throw new Error("invalid coordinate format");
|
|
1026
|
-
else if (
|
|
1027
|
-
if (r =
|
|
1026
|
+
else if (_t.test(i))
|
|
1027
|
+
if (r = _t.exec(i), d = Me(r), d) {
|
|
1028
1028
|
if (t = r[2], n = r[6], t.includes(",") && (t = t.replace(",", ".")), n.includes(",") && (n = n.replace(",", ".")), a = "DD", Number(Math.round(t)) == Number(t))
|
|
1029
1029
|
throw new Error("integer only coordinate provided");
|
|
1030
1030
|
if (Number(Math.round(n)) == Number(n))
|
|
@@ -1032,18 +1032,18 @@ function nt(i, e) {
|
|
|
1032
1032
|
r[1] ? (o = r[1], u = r[5]) : r[4] && (o = r[4], u = r[8]);
|
|
1033
1033
|
} else
|
|
1034
1034
|
throw new Error("invalid decimal coordinate format");
|
|
1035
|
-
else if (
|
|
1036
|
-
if (r =
|
|
1035
|
+
else if (yt.test(i))
|
|
1036
|
+
if (r = yt.exec(i), d = Me(r), d)
|
|
1037
1037
|
t = Math.abs(parseInt(r[2])), r[4] && (t += r[4] / 60, a = "DM"), r[6] && (t += r[6].replace(",", ".") / 3600, a = "DMS"), parseInt(r[2]) < 0 && (t = -1 * t), n = Math.abs(parseInt(r[9])), r[11] && (n += r[11] / 60), r[13] && (n += r[13].replace(",", ".") / 3600), parseInt(r[9]) < 0 && (n = -1 * n), r[1] ? (o = r[1], u = r[8]) : r[7] && (o = r[7], u = r[14]);
|
|
1038
1038
|
else
|
|
1039
1039
|
throw new Error("invalid DMS coordinates format");
|
|
1040
|
-
else if (
|
|
1041
|
-
if (r =
|
|
1040
|
+
else if (wt.test(i))
|
|
1041
|
+
if (r = wt.exec(i), d = Me(r), d)
|
|
1042
1042
|
t = Math.abs(parseInt(r[2])), r[4] && (t += r[4] / 60, a = "DM"), r[6] && (t += r[6] / 3600, a = "DMS"), parseInt(r[2]) < 0 && (t = -1 * t), n = Math.abs(parseInt(r[10])), r[12] && (n += r[12] / 60), r[14] && (n += r[14] / 3600), parseInt(r[10]) < 0 && (n = -1 * n), r[1] ? (o = r[1], u = r[9]) : r[8] && (o = r[8], u = r[16]);
|
|
1043
1043
|
else
|
|
1044
1044
|
throw new Error("invalid DMS coordinates format");
|
|
1045
|
-
else if (
|
|
1046
|
-
if (r =
|
|
1045
|
+
else if (Et.test(i)) {
|
|
1046
|
+
if (r = Et.exec(i), d = Me(r), r.filter((c) => c).length <= 5)
|
|
1047
1047
|
throw new Error("invalid coordinates format");
|
|
1048
1048
|
if (d)
|
|
1049
1049
|
t = Math.abs(parseInt(r[2])), r[4] && (t += r[4].replace(",", ".") / 60, a = "DM"), r[6] && (t += r[6].replace(",", ".") / 3600, a = "DMS"), parseInt(r[2]) < 0 && (t = -1 * t), n = Math.abs(parseInt(r[10])), r[12] && (n += r[12].replace(",", ".") / 60), r[14] && (n += r[14].replace(",", ".") / 3600), parseInt(r[10]) < 0 && (n = -1 * n), r[1] ? (o = r[1], u = r[9]) : r[8] && (o = r[8], u = r[16]);
|
|
@@ -1075,9 +1075,9 @@ function nt(i, e) {
|
|
|
1075
1075
|
if (E == 0)
|
|
1076
1076
|
C = f.indexOf(w[0]), h = f.substring(0, C).trim(), v = f.substring(C + 1).trim();
|
|
1077
1077
|
else {
|
|
1078
|
-
let
|
|
1079
|
-
for (;
|
|
1080
|
-
C = f.indexOf(w[
|
|
1078
|
+
let R = 0, p = 0;
|
|
1079
|
+
for (; R <= E; )
|
|
1080
|
+
C = f.indexOf(w[R], p), p = C + 1, R++;
|
|
1081
1081
|
h = f.substring(0, C).trim(), v = f.substring(C + 1).trim();
|
|
1082
1082
|
}
|
|
1083
1083
|
}
|
|
@@ -1097,8 +1097,8 @@ function nt(i, e) {
|
|
|
1097
1097
|
decimalLongitude: n,
|
|
1098
1098
|
decimalCoordinates: `${t},${n}`,
|
|
1099
1099
|
originalFormat: a,
|
|
1100
|
-
closeEnough:
|
|
1101
|
-
toCoordinateFormat:
|
|
1100
|
+
closeEnough: $i,
|
|
1101
|
+
toCoordinateFormat: Yi
|
|
1102
1102
|
});
|
|
1103
1103
|
} else
|
|
1104
1104
|
throw new Error("coordinates pattern match failed");
|
|
@@ -1122,28 +1122,28 @@ function Me(i) {
|
|
|
1122
1122
|
}
|
|
1123
1123
|
return !0;
|
|
1124
1124
|
}
|
|
1125
|
-
function
|
|
1125
|
+
function pt(i, e) {
|
|
1126
1126
|
const t = Math.abs(i - e);
|
|
1127
1127
|
return Number(t.toFixed(6)) <= 1e-5;
|
|
1128
1128
|
}
|
|
1129
|
-
function
|
|
1129
|
+
function $i(i) {
|
|
1130
1130
|
if (!i)
|
|
1131
1131
|
throw new Error("coords must be provided");
|
|
1132
1132
|
if (i.includes(",")) {
|
|
1133
1133
|
const e = i.split(",");
|
|
1134
1134
|
if (Number(e[0]) == NaN || Number(e[1]) == NaN)
|
|
1135
1135
|
throw new Error("coords are not valid decimals");
|
|
1136
|
-
return
|
|
1136
|
+
return pt(this.decimalLatitude, Number(e[0])) && pt(this.decimalLongitude, e[1]);
|
|
1137
1137
|
} else
|
|
1138
1138
|
throw new Error("coords being tested must be separated by a comma");
|
|
1139
1139
|
}
|
|
1140
|
-
const
|
|
1140
|
+
const en = Object.freeze({
|
|
1141
1141
|
DMS: "DMS",
|
|
1142
1142
|
DM: "DM",
|
|
1143
1143
|
DD: "DD"
|
|
1144
1144
|
});
|
|
1145
|
-
|
|
1146
|
-
const
|
|
1145
|
+
rt.to = en;
|
|
1146
|
+
const tn = [
|
|
1147
1147
|
{
|
|
1148
1148
|
verbatimCoordinates: "40.123, -74.123",
|
|
1149
1149
|
verbatimLatitude: "40.123",
|
|
@@ -1284,10 +1284,10 @@ const en = [
|
|
|
1284
1284
|
verbatimLatitude: "40 7 22.8",
|
|
1285
1285
|
verbatimLongitude: "-74 7 22.8"
|
|
1286
1286
|
}
|
|
1287
|
-
],
|
|
1287
|
+
], nn = {
|
|
1288
1288
|
decimalLatitude: 40.123,
|
|
1289
1289
|
decimalLongitude: -74.123
|
|
1290
|
-
},
|
|
1290
|
+
}, rn = [
|
|
1291
1291
|
{
|
|
1292
1292
|
verbatimCoordinates: `50°4'17.698"south, 14°24'2.826"east`,
|
|
1293
1293
|
verbatimLatitude: `50°4'17.698"south`,
|
|
@@ -1372,7 +1372,7 @@ const en = [
|
|
|
1372
1372
|
decimalLatitude: -18.4,
|
|
1373
1373
|
decimalLongitude: 22.75
|
|
1374
1374
|
}
|
|
1375
|
-
],
|
|
1375
|
+
], on = [
|
|
1376
1376
|
{
|
|
1377
1377
|
verbatimCoordinates: "10.432342S 10.6345345E",
|
|
1378
1378
|
verbatimLatitude: "10.432342S",
|
|
@@ -1507,22 +1507,22 @@ const en = [
|
|
|
1507
1507
|
decimalLongitude: 18.33453
|
|
1508
1508
|
}
|
|
1509
1509
|
];
|
|
1510
|
-
function
|
|
1510
|
+
function sn() {
|
|
1511
1511
|
const i = [];
|
|
1512
|
-
return
|
|
1513
|
-
e.decimalLatitude ? i.push(e) : i.push({ ...e, ...
|
|
1514
|
-
}), [...i, ...
|
|
1515
|
-
}
|
|
1516
|
-
const
|
|
1517
|
-
|
|
1518
|
-
const
|
|
1519
|
-
function
|
|
1512
|
+
return tn.forEach((e) => {
|
|
1513
|
+
e.decimalLatitude ? i.push(e) : i.push({ ...e, ...nn });
|
|
1514
|
+
}), [...i, ...rn, ...on];
|
|
1515
|
+
}
|
|
1516
|
+
const an = sn();
|
|
1517
|
+
rt.formats = an.map((i) => i.verbatimCoordinates);
|
|
1518
|
+
const ln = rt;
|
|
1519
|
+
function Nt(i, e, t) {
|
|
1520
1520
|
const n = i.slice();
|
|
1521
|
-
return n[
|
|
1521
|
+
return n[84] = e[t], n[86] = t, n;
|
|
1522
1522
|
}
|
|
1523
|
-
function
|
|
1523
|
+
function Mt(i) {
|
|
1524
1524
|
let e, t;
|
|
1525
|
-
return e = new
|
|
1525
|
+
return e = new Gi({}), {
|
|
1526
1526
|
c() {
|
|
1527
1527
|
de(e.$$.fragment);
|
|
1528
1528
|
},
|
|
@@ -1540,16 +1540,16 @@ function Nt(i) {
|
|
|
1540
1540
|
}
|
|
1541
1541
|
};
|
|
1542
1542
|
}
|
|
1543
|
-
function
|
|
1543
|
+
function Tt(i) {
|
|
1544
1544
|
let e, t, n, o, u;
|
|
1545
|
-
return t = new
|
|
1545
|
+
return t = new Qi({}), {
|
|
1546
1546
|
c() {
|
|
1547
|
-
e =
|
|
1547
|
+
e = O("button"), de(t.$$.fragment), l(e, "type", "button"), l(
|
|
1548
1548
|
e,
|
|
1549
1549
|
"title",
|
|
1550
1550
|
/*reverseButtonTitle*/
|
|
1551
1551
|
i[9]
|
|
1552
|
-
), l(e, "class", "svelte-
|
|
1552
|
+
), l(e, "class", "svelte-1uvos7g"), ue(
|
|
1553
1553
|
e,
|
|
1554
1554
|
"active",
|
|
1555
1555
|
/*reverseActive*/
|
|
@@ -1557,11 +1557,11 @@ function Mt(i) {
|
|
|
1557
1557
|
);
|
|
1558
1558
|
},
|
|
1559
1559
|
m(a, r) {
|
|
1560
|
-
B(a, e, r), oe(t, e, null), n = !0, o || (u =
|
|
1560
|
+
B(a, e, r), oe(t, e, null), n = !0, o || (u = K(
|
|
1561
1561
|
e,
|
|
1562
1562
|
"click",
|
|
1563
1563
|
/*click_handler_2*/
|
|
1564
|
-
i[
|
|
1564
|
+
i[69]
|
|
1565
1565
|
), o = !0);
|
|
1566
1566
|
},
|
|
1567
1567
|
p(a, r) {
|
|
@@ -1590,53 +1590,53 @@ function Mt(i) {
|
|
|
1590
1590
|
}
|
|
1591
1591
|
};
|
|
1592
1592
|
}
|
|
1593
|
-
function
|
|
1594
|
-
let e, t = [], n = /* @__PURE__ */ new Map(), o, u, a, r =
|
|
1593
|
+
function un(i) {
|
|
1594
|
+
let e, t = [], n = /* @__PURE__ */ new Map(), o, u, a, r = ht(
|
|
1595
1595
|
/*listFeatures*/
|
|
1596
1596
|
i[14]
|
|
1597
1597
|
);
|
|
1598
1598
|
const d = (c) => (
|
|
1599
1599
|
/*feature*/
|
|
1600
|
-
c[
|
|
1601
|
-
(c[
|
|
1602
|
-
c[
|
|
1600
|
+
c[84].id + /*feature*/
|
|
1601
|
+
(c[84].address ? "," + /*feature*/
|
|
1602
|
+
c[84].address : "")
|
|
1603
1603
|
);
|
|
1604
1604
|
for (let c = 0; c < r.length; c += 1) {
|
|
1605
|
-
let f =
|
|
1606
|
-
n.set(h, t[c] =
|
|
1605
|
+
let f = Nt(i, r, c), h = d(f);
|
|
1606
|
+
n.set(h, t[c] = kt(h, f));
|
|
1607
1607
|
}
|
|
1608
1608
|
return {
|
|
1609
1609
|
c() {
|
|
1610
|
-
e =
|
|
1610
|
+
e = O("ul");
|
|
1611
1611
|
for (let c = 0; c < t.length; c += 1)
|
|
1612
1612
|
t[c].c();
|
|
1613
|
-
l(e, "class", "svelte-
|
|
1613
|
+
l(e, "class", "svelte-1uvos7g");
|
|
1614
1614
|
},
|
|
1615
1615
|
m(c, f) {
|
|
1616
1616
|
B(c, e, f);
|
|
1617
1617
|
for (let h = 0; h < t.length; h += 1)
|
|
1618
1618
|
t[h] && t[h].m(e, null);
|
|
1619
1619
|
o = !0, u || (a = [
|
|
1620
|
-
|
|
1620
|
+
K(
|
|
1621
1621
|
e,
|
|
1622
1622
|
"mouseleave",
|
|
1623
1623
|
/*mouseleave_handler*/
|
|
1624
|
-
i[
|
|
1624
|
+
i[73]
|
|
1625
1625
|
),
|
|
1626
|
-
|
|
1626
|
+
K(
|
|
1627
1627
|
e,
|
|
1628
1628
|
"blur",
|
|
1629
1629
|
/*blur_handler_1*/
|
|
1630
|
-
i[
|
|
1630
|
+
i[74]
|
|
1631
1631
|
)
|
|
1632
1632
|
], u = !0);
|
|
1633
1633
|
},
|
|
1634
1634
|
p(c, f) {
|
|
1635
1635
|
f[0] & /*listFeatures, showPlaceType, selectedItemIndex, missingIconsCache, iconsBaseUrl, pick*/
|
|
1636
|
-
17880064 && (r =
|
|
1636
|
+
17880064 && (r = ht(
|
|
1637
1637
|
/*listFeatures*/
|
|
1638
1638
|
c[14]
|
|
1639
|
-
), Fe(), t =
|
|
1639
|
+
), Fe(), t = Ti(t, f, d, 1, c, r, n, e, Mi, kt, null, Nt), ze());
|
|
1640
1640
|
},
|
|
1641
1641
|
i(c) {
|
|
1642
1642
|
if (!o) {
|
|
@@ -1658,14 +1658,14 @@ function ln(i) {
|
|
|
1658
1658
|
}
|
|
1659
1659
|
};
|
|
1660
1660
|
}
|
|
1661
|
-
function
|
|
1661
|
+
function cn(i) {
|
|
1662
1662
|
let e, t, n, o, u, a;
|
|
1663
|
-
return t = new
|
|
1663
|
+
return t = new Bt({}), {
|
|
1664
1664
|
c() {
|
|
1665
|
-
e =
|
|
1665
|
+
e = O("div"), de(t.$$.fragment), n = J(), o = O("div"), u = ce(
|
|
1666
1666
|
/*noResultsMessage*/
|
|
1667
1667
|
i[7]
|
|
1668
|
-
), l(o, "class", "svelte-
|
|
1668
|
+
), l(o, "class", "svelte-1uvos7g"), l(e, "class", "no-results svelte-1uvos7g");
|
|
1669
1669
|
},
|
|
1670
1670
|
m(r, d) {
|
|
1671
1671
|
B(r, e, d), oe(t, e, null), T(e, n), T(e, o), T(o, u), a = !0;
|
|
@@ -1689,7 +1689,7 @@ function un(i) {
|
|
|
1689
1689
|
}
|
|
1690
1690
|
};
|
|
1691
1691
|
}
|
|
1692
|
-
function
|
|
1692
|
+
function dn(i) {
|
|
1693
1693
|
let e = "", t;
|
|
1694
1694
|
return {
|
|
1695
1695
|
c() {
|
|
@@ -1706,21 +1706,21 @@ function cn(i) {
|
|
|
1706
1706
|
}
|
|
1707
1707
|
};
|
|
1708
1708
|
}
|
|
1709
|
-
function
|
|
1709
|
+
function fn(i) {
|
|
1710
1710
|
let e, t, n, o, u, a, r, d, c, f, h;
|
|
1711
|
-
return t = new
|
|
1711
|
+
return t = new Bt({}), d = new At({}), {
|
|
1712
1712
|
c() {
|
|
1713
|
-
e =
|
|
1713
|
+
e = O("div"), de(t.$$.fragment), n = J(), o = O("div"), u = ce(
|
|
1714
1714
|
/*errorMessage*/
|
|
1715
1715
|
i[6]
|
|
1716
|
-
), a = J(), r =
|
|
1716
|
+
), a = J(), r = O("button"), de(d.$$.fragment), l(o, "class", "svelte-1uvos7g"), l(r, "class", "svelte-1uvos7g"), l(e, "class", "error svelte-1uvos7g");
|
|
1717
1717
|
},
|
|
1718
1718
|
m(v, _) {
|
|
1719
|
-
B(v, e, _), oe(t, e, null), T(e, n), T(e, o), T(o, u), T(e, a), T(e, r), oe(d, r, null), c = !0, f || (h =
|
|
1719
|
+
B(v, e, _), oe(t, e, null), T(e, n), T(e, o), T(o, u), T(e, a), T(e, r), oe(d, r, null), c = !0, f || (h = K(
|
|
1720
1720
|
r,
|
|
1721
1721
|
"click",
|
|
1722
1722
|
/*click_handler_3*/
|
|
1723
|
-
i[
|
|
1723
|
+
i[70]
|
|
1724
1724
|
), f = !0);
|
|
1725
1725
|
},
|
|
1726
1726
|
p(v, _) {
|
|
@@ -1742,31 +1742,31 @@ function dn(i) {
|
|
|
1742
1742
|
}
|
|
1743
1743
|
};
|
|
1744
1744
|
}
|
|
1745
|
-
function
|
|
1745
|
+
function kt(i, e) {
|
|
1746
1746
|
let t, n, o;
|
|
1747
1747
|
function u() {
|
|
1748
1748
|
return (
|
|
1749
1749
|
/*mouseenter_handler*/
|
|
1750
|
-
e[
|
|
1750
|
+
e[71](
|
|
1751
1751
|
/*i*/
|
|
1752
|
-
e[
|
|
1752
|
+
e[86]
|
|
1753
1753
|
)
|
|
1754
1754
|
);
|
|
1755
1755
|
}
|
|
1756
1756
|
function a() {
|
|
1757
1757
|
return (
|
|
1758
1758
|
/*focus_handler_1*/
|
|
1759
|
-
e[
|
|
1759
|
+
e[72](
|
|
1760
1760
|
/*feature*/
|
|
1761
|
-
e[
|
|
1761
|
+
e[84]
|
|
1762
1762
|
)
|
|
1763
1763
|
);
|
|
1764
1764
|
}
|
|
1765
|
-
return n = new
|
|
1765
|
+
return n = new Pi({
|
|
1766
1766
|
props: {
|
|
1767
1767
|
feature: (
|
|
1768
1768
|
/*feature*/
|
|
1769
|
-
e[
|
|
1769
|
+
e[84]
|
|
1770
1770
|
),
|
|
1771
1771
|
showPlaceType: (
|
|
1772
1772
|
/*showPlaceType*/
|
|
@@ -1775,7 +1775,7 @@ function Tt(i, e) {
|
|
|
1775
1775
|
selected: (
|
|
1776
1776
|
/*selectedItemIndex*/
|
|
1777
1777
|
e[15] === /*i*/
|
|
1778
|
-
e[
|
|
1778
|
+
e[86]
|
|
1779
1779
|
),
|
|
1780
1780
|
missingIconsCache: (
|
|
1781
1781
|
/*missingIconsCache*/
|
|
@@ -1790,7 +1790,7 @@ function Tt(i, e) {
|
|
|
1790
1790
|
key: i,
|
|
1791
1791
|
first: null,
|
|
1792
1792
|
c() {
|
|
1793
|
-
t =
|
|
1793
|
+
t = bi(), de(n.$$.fragment), this.first = t;
|
|
1794
1794
|
},
|
|
1795
1795
|
m(r, d) {
|
|
1796
1796
|
B(r, t, d), oe(n, r, d), o = !0;
|
|
@@ -1800,12 +1800,12 @@ function Tt(i, e) {
|
|
|
1800
1800
|
const c = {};
|
|
1801
1801
|
d[0] & /*listFeatures*/
|
|
1802
1802
|
16384 && (c.feature = /*feature*/
|
|
1803
|
-
e[
|
|
1803
|
+
e[84]), d[0] & /*showPlaceType*/
|
|
1804
1804
|
1024 && (c.showPlaceType = /*showPlaceType*/
|
|
1805
1805
|
e[10]), d[0] & /*selectedItemIndex, listFeatures*/
|
|
1806
1806
|
49152 && (c.selected = /*selectedItemIndex*/
|
|
1807
1807
|
e[15] === /*i*/
|
|
1808
|
-
e[
|
|
1808
|
+
e[86]), d[0] & /*iconsBaseUrl*/
|
|
1809
1809
|
4096 && (c.iconsBaseUrl = /*iconsBaseUrl*/
|
|
1810
1810
|
e[12]), n.$set(c);
|
|
1811
1811
|
},
|
|
@@ -1820,28 +1820,28 @@ function Tt(i, e) {
|
|
|
1820
1820
|
}
|
|
1821
1821
|
};
|
|
1822
1822
|
}
|
|
1823
|
-
function
|
|
1824
|
-
let e, t, n, o, u, a, r, d, c, f, h, v, _, w, W, y, E, C,
|
|
1825
|
-
u = new Ki({}), h = new
|
|
1823
|
+
function mn(i) {
|
|
1824
|
+
let e, t, n, o, u, a, r, d, c, f, h, v, _, w, W, y, E, C, R, p, q, b = !1;
|
|
1825
|
+
u = new Ki({}), h = new At({});
|
|
1826
1826
|
let g = (
|
|
1827
1827
|
/*abortController*/
|
|
1828
|
-
i[19] &&
|
|
1828
|
+
i[19] && Mt()
|
|
1829
1829
|
), m = (
|
|
1830
1830
|
/*enableReverse*/
|
|
1831
|
-
i[5] === !0 &&
|
|
1831
|
+
i[5] === !0 && Tt(i)
|
|
1832
1832
|
);
|
|
1833
1833
|
const k = (
|
|
1834
1834
|
/*#slots*/
|
|
1835
|
-
i[
|
|
1836
|
-
), H =
|
|
1835
|
+
i[61].default
|
|
1836
|
+
), H = fi(
|
|
1837
1837
|
k,
|
|
1838
1838
|
i,
|
|
1839
1839
|
/*$$scope*/
|
|
1840
|
-
i[
|
|
1840
|
+
i[60],
|
|
1841
1841
|
null
|
|
1842
|
-
), X = [dn, cn, un
|
|
1843
|
-
function
|
|
1844
|
-
var $,
|
|
1842
|
+
), X = [fn, dn, cn, un], Y = [];
|
|
1843
|
+
function j(L, F) {
|
|
1844
|
+
var $, ne;
|
|
1845
1845
|
return (
|
|
1846
1846
|
/*error*/
|
|
1847
1847
|
L[18] ? 0 : (
|
|
@@ -1851,15 +1851,15 @@ function fn(i) {
|
|
|
1851
1851
|
(($ = L[14]) == null ? void 0 : $.length) === 0 ? 2 : (
|
|
1852
1852
|
/*focusedDelayed*/
|
|
1853
1853
|
L[16] && /*listFeatures*/
|
|
1854
|
-
((
|
|
1854
|
+
((ne = L[14]) != null && ne.length) ? 3 : -1
|
|
1855
1855
|
)
|
|
1856
1856
|
) : 1
|
|
1857
1857
|
)
|
|
1858
1858
|
);
|
|
1859
1859
|
}
|
|
1860
|
-
return ~(y =
|
|
1860
|
+
return ~(y = j(i)) && (E = Y[y] = X[y](i)), {
|
|
1861
1861
|
c() {
|
|
1862
|
-
e = J(), t =
|
|
1862
|
+
e = J(), t = O("form"), n = O("div"), o = O("button"), de(u.$$.fragment), a = J(), r = O("input"), d = J(), c = O("div"), f = O("button"), de(h.$$.fragment), v = J(), g && g.c(), _ = J(), m && m.c(), w = J(), H && H.c(), W = J(), E && E.c(), l(o, "class", "search-button svelte-1uvos7g"), l(o, "type", "button"), l(
|
|
1863
1863
|
r,
|
|
1864
1864
|
"placeholder",
|
|
1865
1865
|
/*placeholder*/
|
|
@@ -1869,20 +1869,20 @@ function fn(i) {
|
|
|
1869
1869
|
"aria-label",
|
|
1870
1870
|
/*placeholder*/
|
|
1871
1871
|
i[8]
|
|
1872
|
-
), l(r, "class", "svelte-
|
|
1872
|
+
), l(r, "class", "svelte-1uvos7g"), l(f, "type", "button"), l(
|
|
1873
1873
|
f,
|
|
1874
1874
|
"title",
|
|
1875
1875
|
/*clearButtonTitle*/
|
|
1876
1876
|
i[3]
|
|
1877
|
-
), l(f, "class", "svelte-
|
|
1877
|
+
), l(f, "class", "svelte-1uvos7g"), l(c, "class", "clear-button-container svelte-1uvos7g"), ue(
|
|
1878
1878
|
c,
|
|
1879
1879
|
"displayable",
|
|
1880
1880
|
/*searchValue*/
|
|
1881
1881
|
i[1] !== ""
|
|
1882
|
-
), l(n, "class", "input-group svelte-
|
|
1882
|
+
), l(n, "class", "input-group svelte-1uvos7g"), l(t, "tabindex", "0"), l(t, "class", C = dt(
|
|
1883
1883
|
/*className*/
|
|
1884
1884
|
i[2]
|
|
1885
|
-
) + " svelte-
|
|
1885
|
+
) + " svelte-1uvos7g"), ue(
|
|
1886
1886
|
t,
|
|
1887
1887
|
"can-collapse",
|
|
1888
1888
|
/*collapsed*/
|
|
@@ -1891,67 +1891,67 @@ function fn(i) {
|
|
|
1891
1891
|
);
|
|
1892
1892
|
},
|
|
1893
1893
|
m(L, F) {
|
|
1894
|
-
B(L, e, F), B(L, t, F), T(t, n), T(n, o), oe(u, o, null), T(n, a), T(n, r), i[
|
|
1894
|
+
B(L, e, F), B(L, t, F), T(t, n), T(n, o), oe(u, o, null), T(n, a), T(n, r), i[63](r), ft(
|
|
1895
1895
|
r,
|
|
1896
1896
|
/*searchValue*/
|
|
1897
1897
|
i[1]
|
|
1898
|
-
), T(n, d), T(n, c), T(c, f), oe(h, f, null), T(c, v), g && g.m(c, null), T(n, _), m && m.m(n, null), T(n, w), H && H.m(n, null), T(t, W), ~y && Y[y].m(t, null),
|
|
1899
|
-
|
|
1898
|
+
), T(n, d), T(n, c), T(c, f), oe(h, f, null), T(c, v), g && g.m(c, null), T(n, _), m && m.m(n, null), T(n, w), H && H.m(n, null), T(t, W), ~y && Y[y].m(t, null), R = !0, p || (q = [
|
|
1899
|
+
K(
|
|
1900
1900
|
o,
|
|
1901
1901
|
"click",
|
|
1902
1902
|
/*click_handler*/
|
|
1903
|
-
i[
|
|
1903
|
+
i[62]
|
|
1904
1904
|
),
|
|
1905
|
-
|
|
1905
|
+
K(
|
|
1906
1906
|
r,
|
|
1907
1907
|
"input",
|
|
1908
1908
|
/*input_1_input_handler*/
|
|
1909
|
-
i[
|
|
1909
|
+
i[64]
|
|
1910
1910
|
),
|
|
1911
|
-
|
|
1911
|
+
K(
|
|
1912
1912
|
r,
|
|
1913
1913
|
"focus",
|
|
1914
1914
|
/*focus_handler*/
|
|
1915
|
-
i[
|
|
1915
|
+
i[65]
|
|
1916
1916
|
),
|
|
1917
|
-
|
|
1917
|
+
K(
|
|
1918
1918
|
r,
|
|
1919
1919
|
"blur",
|
|
1920
1920
|
/*blur_handler*/
|
|
1921
|
-
i[
|
|
1921
|
+
i[66]
|
|
1922
1922
|
),
|
|
1923
|
-
|
|
1923
|
+
K(
|
|
1924
1924
|
r,
|
|
1925
1925
|
"keydown",
|
|
1926
1926
|
/*handleKeyDown*/
|
|
1927
1927
|
i[22]
|
|
1928
1928
|
),
|
|
1929
|
-
|
|
1929
|
+
K(
|
|
1930
1930
|
r,
|
|
1931
1931
|
"input",
|
|
1932
1932
|
/*input_handler*/
|
|
1933
|
-
i[
|
|
1933
|
+
i[67]
|
|
1934
1934
|
),
|
|
1935
|
-
|
|
1935
|
+
K(
|
|
1936
1936
|
f,
|
|
1937
1937
|
"click",
|
|
1938
1938
|
/*click_handler_1*/
|
|
1939
|
-
i[
|
|
1939
|
+
i[68]
|
|
1940
1940
|
),
|
|
1941
|
-
|
|
1941
|
+
K(t, "submit", vi(
|
|
1942
1942
|
/*handleOnSubmit*/
|
|
1943
1943
|
i[21]
|
|
1944
1944
|
))
|
|
1945
1945
|
], p = !0);
|
|
1946
1946
|
},
|
|
1947
1947
|
p(L, F) {
|
|
1948
|
-
(!
|
|
1948
|
+
(!R || F[0] & /*placeholder*/
|
|
1949
1949
|
256) && l(
|
|
1950
1950
|
r,
|
|
1951
1951
|
"placeholder",
|
|
1952
1952
|
/*placeholder*/
|
|
1953
1953
|
L[8]
|
|
1954
|
-
), (!
|
|
1954
|
+
), (!R || F[0] & /*placeholder*/
|
|
1955
1955
|
256) && l(
|
|
1956
1956
|
r,
|
|
1957
1957
|
"aria-label",
|
|
@@ -1959,11 +1959,11 @@ function fn(i) {
|
|
|
1959
1959
|
L[8]
|
|
1960
1960
|
), F[0] & /*searchValue*/
|
|
1961
1961
|
2 && r.value !== /*searchValue*/
|
|
1962
|
-
L[1] &&
|
|
1962
|
+
L[1] && ft(
|
|
1963
1963
|
r,
|
|
1964
1964
|
/*searchValue*/
|
|
1965
1965
|
L[1]
|
|
1966
|
-
), (!
|
|
1966
|
+
), (!R || F[0] & /*clearButtonTitle*/
|
|
1967
1967
|
8) && l(
|
|
1968
1968
|
f,
|
|
1969
1969
|
"title",
|
|
@@ -1971,9 +1971,9 @@ function fn(i) {
|
|
|
1971
1971
|
L[3]
|
|
1972
1972
|
), /*abortController*/
|
|
1973
1973
|
L[19] ? g ? F[0] & /*abortController*/
|
|
1974
|
-
524288 && z(g, 1) : (g =
|
|
1974
|
+
524288 && z(g, 1) : (g = Mt(), g.c(), z(g, 1), g.m(c, null)) : g && (Fe(), Q(g, 1, 1, () => {
|
|
1975
1975
|
g = null;
|
|
1976
|
-
}), ze()), (!
|
|
1976
|
+
}), ze()), (!R || F[0] & /*searchValue*/
|
|
1977
1977
|
2) && ue(
|
|
1978
1978
|
c,
|
|
1979
1979
|
"displayable",
|
|
@@ -1981,35 +1981,35 @@ function fn(i) {
|
|
|
1981
1981
|
L[1] !== ""
|
|
1982
1982
|
), /*enableReverse*/
|
|
1983
1983
|
L[5] === !0 ? m ? (m.p(L, F), F[0] & /*enableReverse*/
|
|
1984
|
-
32 && z(m, 1)) : (m =
|
|
1984
|
+
32 && z(m, 1)) : (m = Tt(L), m.c(), z(m, 1), m.m(n, w)) : m && (Fe(), Q(m, 1, 1, () => {
|
|
1985
1985
|
m = null;
|
|
1986
|
-
}), ze()), H && H.p && (!
|
|
1987
|
-
|
|
1986
|
+
}), ze()), H && H.p && (!R || F[1] & /*$$scope*/
|
|
1987
|
+
536870912) && gi(
|
|
1988
1988
|
H,
|
|
1989
1989
|
k,
|
|
1990
1990
|
L,
|
|
1991
1991
|
/*$$scope*/
|
|
1992
|
-
L[
|
|
1993
|
-
|
|
1992
|
+
L[60],
|
|
1993
|
+
R ? mi(
|
|
1994
1994
|
k,
|
|
1995
1995
|
/*$$scope*/
|
|
1996
|
-
L[
|
|
1996
|
+
L[60],
|
|
1997
1997
|
F,
|
|
1998
1998
|
null
|
|
1999
|
-
) :
|
|
1999
|
+
) : hi(
|
|
2000
2000
|
/*$$scope*/
|
|
2001
|
-
L[
|
|
2001
|
+
L[60]
|
|
2002
2002
|
),
|
|
2003
2003
|
null
|
|
2004
2004
|
);
|
|
2005
2005
|
let $ = y;
|
|
2006
|
-
y =
|
|
2006
|
+
y = j(L), y === $ ? ~y && Y[y].p(L, F) : (E && (Fe(), Q(Y[$], 1, 1, () => {
|
|
2007
2007
|
Y[$] = null;
|
|
2008
|
-
}), ze()), ~y ? (E = Y[y], E ? E.p(L, F) : (E = Y[y] = X[y](L), E.c()), z(E, 1), E.m(t, null)) : E = null), (!
|
|
2009
|
-
4 && C !== (C =
|
|
2008
|
+
}), ze()), ~y ? (E = Y[y], E ? E.p(L, F) : (E = Y[y] = X[y](L), E.c()), z(E, 1), E.m(t, null)) : E = null), (!R || F[0] & /*className*/
|
|
2009
|
+
4 && C !== (C = dt(
|
|
2010
2010
|
/*className*/
|
|
2011
2011
|
L[2]
|
|
2012
|
-
) + " svelte-
|
|
2012
|
+
) + " svelte-1uvos7g")) && l(t, "class", C), (!R || F[0] & /*className, collapsed, searchValue*/
|
|
2013
2013
|
22) && ue(
|
|
2014
2014
|
t,
|
|
2015
2015
|
"can-collapse",
|
|
@@ -2019,17 +2019,17 @@ function fn(i) {
|
|
|
2019
2019
|
);
|
|
2020
2020
|
},
|
|
2021
2021
|
i(L) {
|
|
2022
|
-
|
|
2022
|
+
R || (z(b), z(u.$$.fragment, L), z(h.$$.fragment, L), z(g), z(m), z(H, L), z(E), R = !0);
|
|
2023
2023
|
},
|
|
2024
2024
|
o(L) {
|
|
2025
|
-
Q(b), Q(u.$$.fragment, L), Q(h.$$.fragment, L), Q(g), Q(m), Q(H, L), Q(E),
|
|
2025
|
+
Q(b), Q(u.$$.fragment, L), Q(h.$$.fragment, L), Q(g), Q(m), Q(H, L), Q(E), R = !1;
|
|
2026
2026
|
},
|
|
2027
2027
|
d(L) {
|
|
2028
|
-
L && (U(e), U(t)), se(u), i[
|
|
2028
|
+
L && (U(e), U(t)), se(u), i[63](null), se(h), g && g.d(), m && m.d(), H && H.d(L), ~y && Y[y].d(), p = !1, ae(q);
|
|
2029
2029
|
}
|
|
2030
2030
|
};
|
|
2031
2031
|
}
|
|
2032
|
-
function
|
|
2032
|
+
function gn(i, e, t) {
|
|
2033
2033
|
let n, { $$slots: o = {}, $$scope: u } = e;
|
|
2034
2034
|
const a = {
|
|
2035
2035
|
continental_marine: 4,
|
|
@@ -2055,69 +2055,69 @@ function mn(i, e, t) {
|
|
|
2055
2055
|
"poi.restaurant": 18,
|
|
2056
2056
|
"poi.aerodrome": 13
|
|
2057
2057
|
};
|
|
2058
|
-
let { class: r = void 0 } = e, { apiKey: d } = e, { bbox: c = void 0 } = e, { clearButtonTitle: f = "clear" } = e, { clearOnBlur: h = !1 } = e, { collapsed: v = !1 } = e, { country: _ = void 0 } = e, { debounceSearch: w = 200 } = e, { enableReverse: W = !1 } = e, { errorMessage: y = "Something went wrong…" } = e, { filter: E = () => !0 } = e, { flyTo: C = !0 } = e, { fuzzyMatch:
|
|
2058
|
+
let { class: r = void 0 } = e, { apiKey: d } = e, { bbox: c = void 0 } = e, { clearButtonTitle: f = "clear" } = e, { clearOnBlur: h = !1 } = e, { collapsed: v = !1 } = e, { country: _ = void 0 } = e, { debounceSearch: w = 200 } = e, { enableReverse: W = !1 } = e, { errorMessage: y = "Something went wrong…" } = e, { filter: E = () => !0 } = e, { flyTo: C = !0 } = e, { fuzzyMatch: R = !0 } = e, { language: p = void 0 } = e, { limit: q = void 0 } = e, { mapController: b = void 0 } = e, { minLength: g = 2 } = e, { noResultsMessage: m = "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!" } = e, { placeholder: k = "Search" } = e, { proximity: H = [{ type: "server-geolocation" }] } = e, { reverseActive: X = W === "always" } = e, { reverseButtonTitle: Y = "toggle reverse geocoding" } = e, { searchValue: j = "" } = e, { showFullGeometry: L = !0 } = e, { showPlaceType: F = "ifNeeded" } = e, { showResultsWhileTyping: $ = !0 } = e, { selectFirst: ne = !0 } = e, { flyToSelected: He = !1 } = e, { markerOnSelected: We = !0 } = e, { types: fe = void 0 } = e, { exhaustiveReverseGeocoding: je = !1 } = e, { excludeTypes: Re = !1 } = e, { zoom: Le = a } = e, { maxZoom: Oe = void 0 } = e, { apiUrl: Pe = "https://api.maptiler.com/geocoding" } = e, { fetchParameters: Ze = {} } = e, { iconsBaseUrl: ot = "https://cdn.maptiler.com/maptiler-geocoding-control/v1.4.2-dev.3/icons/" } = e, { adjustUrlQuery: Ge = () => {
|
|
2059
2059
|
} } = e;
|
|
2060
|
-
function Bt() {
|
|
2061
|
-
te.focus();
|
|
2062
|
-
}
|
|
2063
2060
|
function Ft() {
|
|
2064
|
-
|
|
2065
|
-
}
|
|
2066
|
-
function ot(s, I = !0, Z = !1) {
|
|
2067
|
-
t(1, q = s), I ? (t(15, D = -1), at()) : (Ke(!Z, Z), setTimeout(() => {
|
|
2068
|
-
te.focus(), te.select();
|
|
2069
|
-
}));
|
|
2061
|
+
ee.focus();
|
|
2070
2062
|
}
|
|
2071
2063
|
function zt() {
|
|
2072
|
-
|
|
2064
|
+
ee.blur();
|
|
2065
|
+
}
|
|
2066
|
+
function st(s, I = !0, G = !1) {
|
|
2067
|
+
t(1, j = s), I ? (t(15, D = -1), lt()) : (Ke(!G, G), setTimeout(() => {
|
|
2068
|
+
ee.focus(), ee.select();
|
|
2069
|
+
}));
|
|
2073
2070
|
}
|
|
2074
2071
|
function Ht() {
|
|
2075
|
-
t(
|
|
2072
|
+
t(14, M = void 0), t(57, S = void 0), t(15, D = -1);
|
|
2076
2073
|
}
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2074
|
+
function jt() {
|
|
2075
|
+
t(56, P = []), t(57, S = void 0);
|
|
2076
|
+
}
|
|
2077
|
+
let _e = !1, M, P, S, at = "", ee, D = -1, te, De = [], me, ye, Ue, qe;
|
|
2078
|
+
const Pt = /* @__PURE__ */ new Set(), le = wi();
|
|
2079
|
+
yi(() => {
|
|
2080
2080
|
b && (b.setEventHandler(void 0), b.indicateReverse(!1), b.setSelectedMarker(-1), b.setMarkers(void 0, void 0));
|
|
2081
2081
|
});
|
|
2082
|
-
function
|
|
2082
|
+
function lt(s) {
|
|
2083
2083
|
if (ye && (clearTimeout(ye), ye = void 0), D > -1 && M)
|
|
2084
|
-
t(
|
|
2085
|
-
else if (
|
|
2086
|
-
const I = s || !
|
|
2087
|
-
|
|
2088
|
-
t(
|
|
2089
|
-
}).catch((
|
|
2084
|
+
t(57, S = M[D]), t(1, j = S.place_type[0] === "reverse" ? S.place_name : S.place_name.replace(/,.*/, "")), t(18, te = void 0), t(56, P = void 0), t(15, D = -1);
|
|
2085
|
+
else if (j) {
|
|
2086
|
+
const I = s || !Qe(j);
|
|
2087
|
+
xe(j, { exact: !0 }).then(() => {
|
|
2088
|
+
t(56, P = M), t(57, S = void 0), I && Zt();
|
|
2089
|
+
}).catch((G) => t(18, te = G));
|
|
2090
2090
|
}
|
|
2091
2091
|
}
|
|
2092
|
-
function
|
|
2092
|
+
function Qe(s) {
|
|
2093
2093
|
try {
|
|
2094
|
-
return
|
|
2094
|
+
return ln(s, 6);
|
|
2095
2095
|
} catch {
|
|
2096
2096
|
return !1;
|
|
2097
2097
|
}
|
|
2098
2098
|
}
|
|
2099
|
-
async function
|
|
2100
|
-
t(18,
|
|
2101
|
-
const
|
|
2102
|
-
t(19, me =
|
|
2099
|
+
async function xe(s, { byId: I = !1, exact: G = !1 } = {}) {
|
|
2100
|
+
t(18, te = void 0), me == null || me.abort();
|
|
2101
|
+
const V = new AbortController();
|
|
2102
|
+
t(19, me = V);
|
|
2103
2103
|
try {
|
|
2104
|
-
const N =
|
|
2105
|
-
if (p !== void 0 &&
|
|
2106
|
-
const Ie = await
|
|
2107
|
-
Ie &&
|
|
2104
|
+
const N = Qe(s), Z = new URLSearchParams();
|
|
2105
|
+
if (p !== void 0 && Z.set("language", Array.isArray(p) ? p.join(",") : p ?? ""), fe && Z.set("types", fe.join(",")), Re && Z.set("excludeTypes", String(Re)), c && Z.set("bbox", c.map((Ie) => Ie.toFixed(6)).join(",")), _ && Z.set("country", Array.isArray(_) ? _.join(",") : _), !I && !N) {
|
|
2106
|
+
const Ie = await Ji(b, H, V);
|
|
2107
|
+
Ie && Z.set("proximity", Ie), (G || !$) && Z.set("autocomplete", "false"), Z.set("fuzzyMatch", String(R));
|
|
2108
2108
|
}
|
|
2109
|
-
|
|
2110
|
-
const
|
|
2111
|
-
if (
|
|
2112
|
-
I ? (t(14, M = void 0), t(
|
|
2109
|
+
q !== void 0 && (je || !N || (fe == null ? void 0 : fe.length) === 1) && Z.set("limit", String(q)), Z.set("key", d), Ge(Z);
|
|
2110
|
+
const ie = Pe + "/" + encodeURIComponent(N ? N.decimalLongitude + "," + N.decimalLatitude : s) + ".json?" + Z.toString();
|
|
2111
|
+
if (ie === at) {
|
|
2112
|
+
I ? (t(14, M = void 0), t(57, S = De[0])) : t(14, M = De);
|
|
2113
2113
|
return;
|
|
2114
2114
|
}
|
|
2115
|
-
|
|
2116
|
-
const
|
|
2117
|
-
if (!
|
|
2118
|
-
throw new Error(await
|
|
2119
|
-
const
|
|
2120
|
-
le("response", { url:
|
|
2115
|
+
at = ie;
|
|
2116
|
+
const Je = await fetch(ie, { signal: V.signal, ...Ze });
|
|
2117
|
+
if (!Je.ok)
|
|
2118
|
+
throw new Error(await Je.text());
|
|
2119
|
+
const Xe = await Je.json();
|
|
2120
|
+
le("response", { url: ie, featureCollection: Xe }), I ? (t(14, M = void 0), t(57, S = Xe.features[0]), De = [S]) : (t(14, M = Xe.features.filter(E)), N && M.unshift({
|
|
2121
2121
|
type: "Feature",
|
|
2122
2122
|
properties: {},
|
|
2123
2123
|
id: "reverse_" + N.decimalLongitude + "_" + N.decimalLatitude,
|
|
@@ -2135,146 +2135,146 @@ function mn(i, e, t) {
|
|
|
2135
2135
|
type: "Point",
|
|
2136
2136
|
coordinates: [N.decimalLongitude, N.decimalLatitude]
|
|
2137
2137
|
}
|
|
2138
|
-
}), De = M, N &&
|
|
2138
|
+
}), De = M, N && ee.focus());
|
|
2139
2139
|
} catch (N) {
|
|
2140
2140
|
if (N && typeof N == "object" && "name" in N && N.name === "AbortError")
|
|
2141
2141
|
return;
|
|
2142
2142
|
throw N;
|
|
2143
2143
|
} finally {
|
|
2144
|
-
|
|
2144
|
+
V === me && t(19, me = void 0);
|
|
2145
2145
|
}
|
|
2146
2146
|
}
|
|
2147
|
-
function
|
|
2148
|
-
var
|
|
2149
|
-
if (!(
|
|
2147
|
+
function Zt() {
|
|
2148
|
+
var V;
|
|
2149
|
+
if (!(P != null && P.length) || !C)
|
|
2150
2150
|
return;
|
|
2151
|
-
const s = [180, 90, -180, -90], I = !
|
|
2152
|
-
let
|
|
2153
|
-
for (const N of
|
|
2154
|
-
const
|
|
2155
|
-
if (
|
|
2156
|
-
for (const
|
|
2157
|
-
s[
|
|
2151
|
+
const s = [180, 90, -180, -90], I = !P.some((N) => !N.matching_text);
|
|
2152
|
+
let G;
|
|
2153
|
+
for (const N of P) {
|
|
2154
|
+
const Z = pe(N);
|
|
2155
|
+
if (G = Oe ?? (G === void 0 ? Z : Z === void 0 ? G : Math.max(G, Z)), I || !N.matching_text)
|
|
2156
|
+
for (const ie of [0, 1, 2, 3])
|
|
2157
|
+
s[ie] = Math[ie < 2 ? "min" : "max"](s[ie], ((V = N.bbox) == null ? void 0 : V[ie]) ?? N.center[ie % 2]);
|
|
2158
2158
|
}
|
|
2159
|
-
b &&
|
|
2159
|
+
b && P.length > 0 && (S && s[0] === s[2] && s[1] === s[3] ? b.flyTo(S.center, pe(S)) : b.fitBounds(vt(s), 50, G));
|
|
2160
2160
|
}
|
|
2161
2161
|
function pe(s) {
|
|
2162
|
-
var
|
|
2162
|
+
var G;
|
|
2163
2163
|
if (!s.bbox || s.bbox[0] !== s.bbox[2] && s.bbox[1] !== s.bbox[3])
|
|
2164
2164
|
return;
|
|
2165
2165
|
if (typeof Le == "number")
|
|
2166
|
-
return s.id.startsWith("poi.") || s.id.startsWith("address.") ?
|
|
2166
|
+
return s.id.startsWith("poi.") || s.id.startsWith("address.") ? Oe : Le;
|
|
2167
2167
|
const I = s.id.replace(/\..*/, "");
|
|
2168
|
-
return (Array.isArray((
|
|
2169
|
-
(
|
|
2170
|
-
const
|
|
2171
|
-
return
|
|
2168
|
+
return (Array.isArray((G = s.properties) == null ? void 0 : G.categories) ? s.properties.categories.reduce(
|
|
2169
|
+
(V, N) => {
|
|
2170
|
+
const Z = Le[I + "." + N];
|
|
2171
|
+
return V === void 0 ? Z : Z === void 0 ? V : Math.max(V, Z);
|
|
2172
2172
|
},
|
|
2173
2173
|
void 0
|
|
2174
2174
|
) : void 0) ?? Le[I];
|
|
2175
2175
|
}
|
|
2176
|
-
function
|
|
2177
|
-
t(0, X = W === "always"), t(14, M = void 0), t(
|
|
2176
|
+
function Gt(s) {
|
|
2177
|
+
t(0, X = W === "always"), t(14, M = void 0), t(57, S = void 0), t(15, D = -1), st(s[1].toFixed(6) + ", " + Vi(s[0], [-180, 180], !0).toFixed(6), !1, !0);
|
|
2178
2178
|
}
|
|
2179
|
-
function
|
|
2179
|
+
function qt(s) {
|
|
2180
2180
|
if (!M)
|
|
2181
2181
|
return;
|
|
2182
2182
|
let I = s.key === "ArrowDown" ? 1 : s.key === "ArrowUp" ? -1 : 0;
|
|
2183
|
-
I && (D === (
|
|
2183
|
+
I && (D === (ne ? 0 : -1) && I === -1 && t(15, D = M.length), t(15, D += I), D >= M.length && t(15, D = -1), D < 0 && ne && t(15, D = 0), s.preventDefault());
|
|
2184
2184
|
}
|
|
2185
2185
|
function Ke(s = !0, I = !1) {
|
|
2186
|
-
if (t(18,
|
|
2187
|
-
if (ye && clearTimeout(ye),
|
|
2186
|
+
if (t(18, te = void 0), $ || I) {
|
|
2187
|
+
if (ye && clearTimeout(ye), j.length < g)
|
|
2188
2188
|
return;
|
|
2189
|
-
const
|
|
2189
|
+
const G = j;
|
|
2190
2190
|
ye = window.setTimeout(
|
|
2191
2191
|
() => {
|
|
2192
|
-
|
|
2192
|
+
xe(G).catch((V) => t(18, te = V));
|
|
2193
2193
|
},
|
|
2194
2194
|
s ? w : 0
|
|
2195
2195
|
);
|
|
2196
2196
|
} else
|
|
2197
|
-
t(14, M = void 0), t(18,
|
|
2197
|
+
t(14, M = void 0), t(18, te = void 0);
|
|
2198
2198
|
}
|
|
2199
2199
|
function Ve(s) {
|
|
2200
|
-
t(
|
|
2200
|
+
t(57, S = s), t(1, j = s.place_name), t(15, D = -1);
|
|
2201
2201
|
}
|
|
2202
|
-
const
|
|
2203
|
-
function
|
|
2204
|
-
|
|
2205
|
-
|
|
2202
|
+
const Qt = () => ee.focus();
|
|
2203
|
+
function xt(s) {
|
|
2204
|
+
tt[s ? "unshift" : "push"](() => {
|
|
2205
|
+
ee = s, t(17, ee);
|
|
2206
2206
|
});
|
|
2207
2207
|
}
|
|
2208
2208
|
function Kt() {
|
|
2209
|
-
|
|
2209
|
+
j = this.value, t(1, j), t(13, _e), t(28, h);
|
|
2210
2210
|
}
|
|
2211
|
-
const Vt = () => t(13, _e = !0),
|
|
2212
|
-
t(1,
|
|
2213
|
-
},
|
|
2214
|
-
|
|
2215
|
-
},
|
|
2211
|
+
const Vt = () => t(13, _e = !0), Jt = () => t(13, _e = !1), Xt = () => Ke(), Yt = () => {
|
|
2212
|
+
t(1, j = ""), ee.focus();
|
|
2213
|
+
}, $t = () => t(0, X = !X), ei = () => t(18, te = void 0), ti = (s) => t(15, D = s), ii = (s) => Ve(s), ni = () => {
|
|
2214
|
+
ne || t(15, D = -1);
|
|
2215
|
+
}, ri = () => {
|
|
2216
2216
|
};
|
|
2217
2217
|
return i.$$set = (s) => {
|
|
2218
|
-
"class" in s && t(2, r = s.class), "apiKey" in s && t(26, d = s.apiKey), "bbox" in s && t(27, c = s.bbox), "clearButtonTitle" in s && t(3, f = s.clearButtonTitle), "clearOnBlur" in s && t(28, h = s.clearOnBlur), "collapsed" in s && t(4, v = s.collapsed), "country" in s && t(29, _ = s.country), "debounceSearch" in s && t(30, w = s.debounceSearch), "enableReverse" in s && t(5, W = s.enableReverse), "errorMessage" in s && t(6, y = s.errorMessage), "filter" in s && t(31, E = s.filter), "flyTo" in s && t(32, C = s.flyTo), "fuzzyMatch" in s && t(33,
|
|
2218
|
+
"class" in s && t(2, r = s.class), "apiKey" in s && t(26, d = s.apiKey), "bbox" in s && t(27, c = s.bbox), "clearButtonTitle" in s && t(3, f = s.clearButtonTitle), "clearOnBlur" in s && t(28, h = s.clearOnBlur), "collapsed" in s && t(4, v = s.collapsed), "country" in s && t(29, _ = s.country), "debounceSearch" in s && t(30, w = s.debounceSearch), "enableReverse" in s && t(5, W = s.enableReverse), "errorMessage" in s && t(6, y = s.errorMessage), "filter" in s && t(31, E = s.filter), "flyTo" in s && t(32, C = s.flyTo), "fuzzyMatch" in s && t(33, R = s.fuzzyMatch), "language" in s && t(34, p = s.language), "limit" in s && t(35, q = s.limit), "mapController" in s && t(36, b = s.mapController), "minLength" in s && t(37, g = s.minLength), "noResultsMessage" in s && t(7, m = s.noResultsMessage), "placeholder" in s && t(8, k = s.placeholder), "proximity" in s && t(38, H = s.proximity), "reverseActive" in s && t(0, X = s.reverseActive), "reverseButtonTitle" in s && t(9, Y = s.reverseButtonTitle), "searchValue" in s && t(1, j = s.searchValue), "showFullGeometry" in s && t(39, L = s.showFullGeometry), "showPlaceType" in s && t(10, F = s.showPlaceType), "showResultsWhileTyping" in s && t(40, $ = s.showResultsWhileTyping), "selectFirst" in s && t(11, ne = s.selectFirst), "flyToSelected" in s && t(41, He = s.flyToSelected), "markerOnSelected" in s && t(42, We = s.markerOnSelected), "types" in s && t(43, fe = s.types), "exhaustiveReverseGeocoding" in s && t(44, je = s.exhaustiveReverseGeocoding), "excludeTypes" in s && t(45, Re = s.excludeTypes), "zoom" in s && t(46, Le = s.zoom), "maxZoom" in s && t(47, Oe = s.maxZoom), "apiUrl" in s && t(48, Pe = s.apiUrl), "fetchParameters" in s && t(49, Ze = s.fetchParameters), "iconsBaseUrl" in s && t(12, ot = s.iconsBaseUrl), "adjustUrlQuery" in s && t(50, Ge = s.adjustUrlQuery), "$$scope" in s && t(60, u = s.$$scope);
|
|
2219
2219
|
}, i.$$.update = () => {
|
|
2220
2220
|
if (i.$$.dirty[0] & /*enableReverse*/
|
|
2221
2221
|
32 && t(0, X = W === "always"), i.$$.dirty[0] & /*focused, clearOnBlur*/
|
|
2222
2222
|
268443648 && setTimeout(() => {
|
|
2223
|
-
t(16, Ue = _e), h && !_e && t(1,
|
|
2223
|
+
t(16, Ue = _e), h && !_e && t(1, j = "");
|
|
2224
2224
|
}), i.$$.dirty[0] & /*searchValue, listFeatures*/
|
|
2225
2225
|
16386 | i.$$.dirty[1] & /*minLength*/
|
|
2226
|
-
64 &&
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
18432 &&
|
|
2230
|
-
|
|
2226
|
+
64 && j.length < g && (t(57, S = void 0), t(14, M = void 0), t(18, te = void 0), t(56, P = M)), i.$$.dirty[1] & /*showFullGeometry, picked*/
|
|
2227
|
+
67109120 && L && S && !S.address && S.geometry.type === "Point" && S.place_type[0] !== "reverse" && xe(S.id, { byId: !0 }).catch((s) => t(18, te = s)), i.$$.dirty[1] & /*mapController, picked, prevIdToFly, flyTo*/
|
|
2228
|
+
201326626 && (b && S && S.id !== qe && C && (!S.bbox || S.bbox[0] === S.bbox[2] && S.bbox[1] === S.bbox[3] ? b.flyTo(S.center, pe(S)) : b.fitBounds(vt(S.bbox), 50, pe(S)), t(14, M = void 0), t(56, P = void 0), t(15, D = -1)), t(58, qe = S == null ? void 0 : S.id)), i.$$.dirty[0] & /*selectFirst, listFeatures*/
|
|
2229
|
+
18432 && ne && M != null && M.length && t(15, D = 0), i.$$.dirty[0] & /*searchValue*/
|
|
2230
|
+
2 && t(15, D = -1), i.$$.dirty[0] & /*listFeatures*/
|
|
2231
2231
|
16384 | i.$$.dirty[1] & /*markedFeatures*/
|
|
2232
|
-
|
|
2232
|
+
33554432 && P !== M && t(56, P = void 0), i.$$.dirty[0] & /*reverseActive, listFeatures, focusedDelayed*/
|
|
2233
2233
|
81921 | i.$$.dirty[1] & /*mapController, markedFeatures*/
|
|
2234
|
-
|
|
2234
|
+
33554464 && b && b.setEventHandler((s) => {
|
|
2235
2235
|
switch (s.type) {
|
|
2236
2236
|
case "mapClick":
|
|
2237
|
-
X &&
|
|
2237
|
+
X && Gt(s.coordinates);
|
|
2238
2238
|
break;
|
|
2239
2239
|
case "markerClick":
|
|
2240
2240
|
{
|
|
2241
|
-
const I = M == null ? void 0 : M.find((
|
|
2241
|
+
const I = M == null ? void 0 : M.find((G) => G.id === s.id);
|
|
2242
2242
|
I && Ve(I);
|
|
2243
2243
|
}
|
|
2244
2244
|
break;
|
|
2245
2245
|
case "markerMouseEnter":
|
|
2246
|
-
|
|
2246
|
+
P && t(15, D = Ue ? (M == null ? void 0 : M.findIndex((I) => I.id === s.id)) ?? -1 : -1);
|
|
2247
2247
|
break;
|
|
2248
2248
|
case "markerMouseLeave":
|
|
2249
|
-
|
|
2249
|
+
P && t(15, D = -1);
|
|
2250
2250
|
break;
|
|
2251
2251
|
}
|
|
2252
2252
|
}), i.$$.dirty[0] & /*listFeatures, selectedItemIndex*/
|
|
2253
|
-
49152 && t(
|
|
2254
|
-
|
|
2253
|
+
49152 && t(59, n = M == null ? void 0 : M[D]), i.$$.dirty[1] & /*mapController, selected, flyTo, flyToSelected*/
|
|
2254
|
+
268436514 && b && n && C && He && b.flyTo(n.center, pe(n)), i.$$.dirty[1] & /*markerOnSelected, mapController*/
|
|
2255
2255
|
2080 && (We || b == null || b.setMarkers(void 0, void 0)), i.$$.dirty[1] & /*mapController, markerOnSelected, markedFeatures, selected*/
|
|
2256
|
-
|
|
2257
|
-
|
|
2256
|
+
301991968 && b && We && !P && (b.setMarkers(n ? [n] : void 0, void 0), b.setSelectedMarker(n ? 0 : -1)), i.$$.dirty[1] & /*mapController, markedFeatures, picked*/
|
|
2257
|
+
100663328 && b && b.setMarkers(P, S), i.$$.dirty[0] & /*selectedItemIndex*/
|
|
2258
2258
|
32768 | i.$$.dirty[1] & /*markedFeatures, mapController*/
|
|
2259
|
-
|
|
2259
|
+
33554464 && P && b && b.setSelectedMarker(D), i.$$.dirty[0] & /*searchValue*/
|
|
2260
2260
|
2 | i.$$.dirty[1] & /*mapController*/
|
|
2261
2261
|
32 && b) {
|
|
2262
|
-
const s =
|
|
2262
|
+
const s = Qe(j);
|
|
2263
2263
|
b.setReverseMarker(s ? [s.decimalLongitude, s.decimalLatitude] : void 0);
|
|
2264
2264
|
}
|
|
2265
2265
|
i.$$.dirty[1] & /*selected*/
|
|
2266
|
-
|
|
2267
|
-
|
|
2266
|
+
268435456 && le("select", n), i.$$.dirty[1] & /*picked*/
|
|
2267
|
+
67108864 && le("pick", S), i.$$.dirty[0] & /*focusedDelayed, listFeatures*/
|
|
2268
2268
|
81920 && le("optionsVisibilityChange", Ue && !!M), i.$$.dirty[0] & /*listFeatures*/
|
|
2269
2269
|
16384 && le("featuresListed", M), i.$$.dirty[1] & /*markedFeatures*/
|
|
2270
|
-
|
|
2270
|
+
33554432 && le("featuresMarked", P), i.$$.dirty[0] & /*reverseActive*/
|
|
2271
2271
|
1 && le("reverseToggle", X), i.$$.dirty[0] & /*searchValue*/
|
|
2272
|
-
2 && le("queryChange",
|
|
2272
|
+
2 && le("queryChange", j), i.$$.dirty[0] & /*reverseActive*/
|
|
2273
2273
|
1 | i.$$.dirty[1] & /*mapController*/
|
|
2274
2274
|
32 && b && b.indicateReverse(X);
|
|
2275
2275
|
}, [
|
|
2276
2276
|
X,
|
|
2277
|
-
|
|
2277
|
+
j,
|
|
2278
2278
|
r,
|
|
2279
2279
|
f,
|
|
2280
2280
|
v,
|
|
@@ -2284,18 +2284,18 @@ function mn(i, e, t) {
|
|
|
2284
2284
|
k,
|
|
2285
2285
|
Y,
|
|
2286
2286
|
F,
|
|
2287
|
-
|
|
2288
|
-
|
|
2287
|
+
ne,
|
|
2288
|
+
ot,
|
|
2289
2289
|
_e,
|
|
2290
2290
|
M,
|
|
2291
2291
|
D,
|
|
2292
2292
|
Ue,
|
|
2293
|
+
ee,
|
|
2293
2294
|
te,
|
|
2294
|
-
ie,
|
|
2295
2295
|
me,
|
|
2296
|
+
Pt,
|
|
2297
|
+
lt,
|
|
2296
2298
|
qt,
|
|
2297
|
-
at,
|
|
2298
|
-
Zt,
|
|
2299
2299
|
Ke,
|
|
2300
2300
|
Ve,
|
|
2301
2301
|
a,
|
|
@@ -2306,9 +2306,9 @@ function mn(i, e, t) {
|
|
|
2306
2306
|
w,
|
|
2307
2307
|
E,
|
|
2308
2308
|
C,
|
|
2309
|
-
|
|
2309
|
+
R,
|
|
2310
2310
|
p,
|
|
2311
|
-
|
|
2311
|
+
q,
|
|
2312
2312
|
b,
|
|
2313
2313
|
g,
|
|
2314
2314
|
H,
|
|
@@ -2317,28 +2317,28 @@ function mn(i, e, t) {
|
|
|
2317
2317
|
He,
|
|
2318
2318
|
We,
|
|
2319
2319
|
fe,
|
|
2320
|
-
Oe,
|
|
2321
|
-
Le,
|
|
2322
|
-
Re,
|
|
2323
|
-
qe,
|
|
2324
2320
|
je,
|
|
2321
|
+
Re,
|
|
2322
|
+
Le,
|
|
2323
|
+
Oe,
|
|
2325
2324
|
Pe,
|
|
2326
|
-
|
|
2325
|
+
Ze,
|
|
2326
|
+
Ge,
|
|
2327
2327
|
Ft,
|
|
2328
|
-
ot,
|
|
2329
2328
|
zt,
|
|
2329
|
+
st,
|
|
2330
2330
|
Ht,
|
|
2331
|
-
|
|
2331
|
+
jt,
|
|
2332
|
+
P,
|
|
2332
2333
|
S,
|
|
2333
|
-
|
|
2334
|
+
qe,
|
|
2334
2335
|
n,
|
|
2335
2336
|
u,
|
|
2336
2337
|
o,
|
|
2337
|
-
Gt,
|
|
2338
2338
|
Qt,
|
|
2339
|
+
xt,
|
|
2339
2340
|
Kt,
|
|
2340
2341
|
Vt,
|
|
2341
|
-
xt,
|
|
2342
2342
|
Jt,
|
|
2343
2343
|
Xt,
|
|
2344
2344
|
Yt,
|
|
@@ -2346,16 +2346,17 @@ function mn(i, e, t) {
|
|
|
2346
2346
|
ei,
|
|
2347
2347
|
ti,
|
|
2348
2348
|
ii,
|
|
2349
|
-
ni
|
|
2349
|
+
ni,
|
|
2350
|
+
ri
|
|
2350
2351
|
];
|
|
2351
2352
|
}
|
|
2352
|
-
class
|
|
2353
|
+
class hn extends ve {
|
|
2353
2354
|
constructor(e) {
|
|
2354
2355
|
super(), be(
|
|
2355
2356
|
this,
|
|
2356
2357
|
e,
|
|
2358
|
+
gn,
|
|
2357
2359
|
mn,
|
|
2358
|
-
fn,
|
|
2359
2360
|
he,
|
|
2360
2361
|
{
|
|
2361
2362
|
ZOOM_DEFAULTS: 25,
|
|
@@ -2389,18 +2390,19 @@ class gn extends ve {
|
|
|
2389
2390
|
flyToSelected: 41,
|
|
2390
2391
|
markerOnSelected: 42,
|
|
2391
2392
|
types: 43,
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
|
|
2393
|
+
exhaustiveReverseGeocoding: 44,
|
|
2394
|
+
excludeTypes: 45,
|
|
2395
|
+
zoom: 46,
|
|
2396
|
+
maxZoom: 47,
|
|
2397
|
+
apiUrl: 48,
|
|
2398
|
+
fetchParameters: 49,
|
|
2397
2399
|
iconsBaseUrl: 12,
|
|
2398
|
-
adjustUrlQuery:
|
|
2399
|
-
focus:
|
|
2400
|
-
blur:
|
|
2401
|
-
setQuery:
|
|
2402
|
-
clearList:
|
|
2403
|
-
clearMap:
|
|
2400
|
+
adjustUrlQuery: 50,
|
|
2401
|
+
focus: 51,
|
|
2402
|
+
blur: 52,
|
|
2403
|
+
setQuery: 53,
|
|
2404
|
+
clearList: 54,
|
|
2405
|
+
clearMap: 55
|
|
2404
2406
|
},
|
|
2405
2407
|
null,
|
|
2406
2408
|
[-1, -1, -1]
|
|
@@ -2410,22 +2412,22 @@ class gn extends ve {
|
|
|
2410
2412
|
return this.$$.ctx[25];
|
|
2411
2413
|
}
|
|
2412
2414
|
get focus() {
|
|
2413
|
-
return this.$$.ctx[
|
|
2415
|
+
return this.$$.ctx[51];
|
|
2414
2416
|
}
|
|
2415
2417
|
get blur() {
|
|
2416
|
-
return this.$$.ctx[
|
|
2418
|
+
return this.$$.ctx[52];
|
|
2417
2419
|
}
|
|
2418
2420
|
get setQuery() {
|
|
2419
|
-
return this.$$.ctx[
|
|
2421
|
+
return this.$$.ctx[53];
|
|
2420
2422
|
}
|
|
2421
2423
|
get clearList() {
|
|
2422
|
-
return this.$$.ctx[
|
|
2424
|
+
return this.$$.ctx[54];
|
|
2423
2425
|
}
|
|
2424
2426
|
get clearMap() {
|
|
2425
|
-
return this.$$.ctx[
|
|
2427
|
+
return this.$$.ctx[55];
|
|
2426
2428
|
}
|
|
2427
2429
|
}
|
|
2428
|
-
const
|
|
2430
|
+
const Ct = [
|
|
2429
2431
|
"featuresListed",
|
|
2430
2432
|
"featuresMarked",
|
|
2431
2433
|
"optionsVisibilityChange",
|
|
@@ -2434,7 +2436,7 @@ const kt = [
|
|
|
2434
2436
|
"response",
|
|
2435
2437
|
"reverseToggle",
|
|
2436
2438
|
"select"
|
|
2437
|
-
],
|
|
2439
|
+
], bn = [
|
|
2438
2440
|
"apiKey",
|
|
2439
2441
|
"bbox",
|
|
2440
2442
|
"clearButtonTitle",
|
|
@@ -2463,29 +2465,29 @@ const kt = [
|
|
|
2463
2465
|
"zoom",
|
|
2464
2466
|
"mapController"
|
|
2465
2467
|
];
|
|
2466
|
-
function
|
|
2468
|
+
function Wt(i) {
|
|
2467
2469
|
return "on" + i[0].toUpperCase() + i.slice(1);
|
|
2468
2470
|
}
|
|
2469
|
-
const
|
|
2470
|
-
const n =
|
|
2471
|
-
for (const a of
|
|
2472
|
-
delete u[
|
|
2473
|
-
|
|
2471
|
+
const _n = ai(function(e, t) {
|
|
2472
|
+
const n = ut(), o = ut(), u = { ...e };
|
|
2473
|
+
for (const a of Ct)
|
|
2474
|
+
delete u[Wt(a)];
|
|
2475
|
+
$e(() => {
|
|
2474
2476
|
if (!n.current)
|
|
2475
2477
|
throw new Error();
|
|
2476
|
-
const a = new
|
|
2478
|
+
const a = new hn({
|
|
2477
2479
|
target: n.current,
|
|
2478
2480
|
props: u
|
|
2479
2481
|
});
|
|
2480
2482
|
return o.current = a, () => a.$destroy();
|
|
2481
2483
|
}, []);
|
|
2482
|
-
for (const a of
|
|
2483
|
-
|
|
2484
|
+
for (const a of bn)
|
|
2485
|
+
$e(() => {
|
|
2484
2486
|
o.current && e[a] !== void 0 && o.current.$set({ [a]: e[a] });
|
|
2485
2487
|
}, [e[a]]);
|
|
2486
|
-
for (const a of
|
|
2487
|
-
const r = e[
|
|
2488
|
-
|
|
2488
|
+
for (const a of Ct) {
|
|
2489
|
+
const r = e[Wt(a)];
|
|
2490
|
+
$e(
|
|
2489
2491
|
() => {
|
|
2490
2492
|
var d;
|
|
2491
2493
|
return r && ((d = o.current) == null ? void 0 : d.$on(a, (c) => {
|
|
@@ -2495,7 +2497,7 @@ const Ln = si(function(e, t) {
|
|
|
2495
2497
|
[r]
|
|
2496
2498
|
);
|
|
2497
2499
|
}
|
|
2498
|
-
return
|
|
2500
|
+
return li(t, () => ({
|
|
2499
2501
|
setQuery: (a, r = !0) => {
|
|
2500
2502
|
var d;
|
|
2501
2503
|
return (d = o.current) == null ? void 0 : d.setQuery(a, r);
|
|
@@ -2516,9 +2518,9 @@ const Ln = si(function(e, t) {
|
|
|
2516
2518
|
var a;
|
|
2517
2519
|
return (a = o.current) == null ? void 0 : a.blur();
|
|
2518
2520
|
}
|
|
2519
|
-
})),
|
|
2521
|
+
})), ui("div", { ref: n });
|
|
2520
2522
|
});
|
|
2521
2523
|
export {
|
|
2522
|
-
|
|
2524
|
+
_n as GeocodingControl
|
|
2523
2525
|
};
|
|
2524
2526
|
//# sourceMappingURL=react.js.map
|