@stadiamaps/ferrostar-webcomponents 0.36.0 → 0.38.0
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { css as A, LitElement as N, html as
|
|
1
|
+
import { css as A, LitElement as N, html as y } from "lit";
|
|
2
2
|
import E, { GeolocateControl as U } from "maplibre-gl";
|
|
3
3
|
import { locationSimulationFromRoute as k, advanceLocationSimulation as D, RouteAdapter as F, NavigationController as q } from "@stadiamaps/ferrostar";
|
|
4
4
|
/**
|
|
@@ -6,7 +6,7 @@ import { locationSimulationFromRoute as k, advanceLocationSimulation as D, Route
|
|
|
6
6
|
* Copyright 2017 Google LLC
|
|
7
7
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
8
8
|
*/
|
|
9
|
-
const
|
|
9
|
+
const L = (a) => (t, e) => {
|
|
10
10
|
e !== void 0 ? e.addInitializer(() => {
|
|
11
11
|
customElements.define(a, t);
|
|
12
12
|
}) : customElements.define(a, t);
|
|
@@ -16,7 +16,7 @@ const y = (a) => (t, e) => {
|
|
|
16
16
|
* Copyright 2019 Google LLC
|
|
17
17
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
18
18
|
*/
|
|
19
|
-
const w = globalThis, C = w.ShadowRoot && (w.ShadyCSS === void 0 || w.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype, Z = Symbol(),
|
|
19
|
+
const w = globalThis, C = w.ShadowRoot && (w.ShadyCSS === void 0 || w.ShadyCSS.nativeShadow) && "adoptedStyleSheets" in Document.prototype && "replace" in CSSStyleSheet.prototype, Z = Symbol(), R = /* @__PURE__ */ new WeakMap();
|
|
20
20
|
let J = class {
|
|
21
21
|
constructor(t, e, i) {
|
|
22
22
|
if (this._$cssResult$ = true, i !== Z) throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");
|
|
@@ -27,7 +27,7 @@ let J = class {
|
|
|
27
27
|
const e = this.t;
|
|
28
28
|
if (C && t === void 0) {
|
|
29
29
|
const i = e !== void 0 && e.length === 1;
|
|
30
|
-
i && (t =
|
|
30
|
+
i && (t = R.get(e)), t === void 0 && ((this.o = t = new CSSStyleSheet()).replaceSync(this.cssText), i && R.set(e, t));
|
|
31
31
|
}
|
|
32
32
|
return t;
|
|
33
33
|
}
|
|
@@ -79,7 +79,7 @@ const { is: Y, defineProperty: t0, getOwnPropertyDescriptor: e0, getOwnPropertyN
|
|
|
79
79
|
}
|
|
80
80
|
}
|
|
81
81
|
return e;
|
|
82
|
-
} }, M = (a, t) => !Y(a, t), K = { attribute: true, type: String, converter: O, reflect: false, hasChanged: M };
|
|
82
|
+
} }, M = (a, t) => !Y(a, t), K = { attribute: true, type: String, converter: O, reflect: false, useDefault: false, hasChanged: M };
|
|
83
83
|
Symbol.metadata ?? (Symbol.metadata = Symbol("metadata")), x.litPropertyMetadata ?? (x.litPropertyMetadata = /* @__PURE__ */ new WeakMap());
|
|
84
84
|
class u extends HTMLElement {
|
|
85
85
|
static addInitializer(t) {
|
|
@@ -89,7 +89,7 @@ class u extends HTMLElement {
|
|
|
89
89
|
return this.finalize(), this._$Eh && [...this._$Eh.keys()];
|
|
90
90
|
}
|
|
91
91
|
static createProperty(t, e = K) {
|
|
92
|
-
if (e.state && (e.attribute = false), this._$Ei(), this.elementProperties.set(t, e), !e.noAccessor) {
|
|
92
|
+
if (e.state && (e.attribute = false), this._$Ei(), this.prototype.hasOwnProperty(t) && ((e = Object.create(e)).wrapped = true), this.elementProperties.set(t, e), !e.noAccessor) {
|
|
93
93
|
const i = Symbol(), o = this.getPropertyDescriptor(t, i, e);
|
|
94
94
|
o !== void 0 && t0(this.prototype, t, o);
|
|
95
95
|
}
|
|
@@ -100,11 +100,9 @@ class u extends HTMLElement {
|
|
|
100
100
|
}, set(l) {
|
|
101
101
|
this[e] = l;
|
|
102
102
|
} };
|
|
103
|
-
return { get() {
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
const v = o == null ? void 0 : o.call(this);
|
|
107
|
-
s.call(this, l), this.requestUpdate(t, v, i);
|
|
103
|
+
return { get: o, set(l) {
|
|
104
|
+
const g = o == null ? void 0 : o.call(this);
|
|
105
|
+
s == null ? void 0 : s.call(this, l), this.requestUpdate(t, g, i);
|
|
108
106
|
}, configurable: true, enumerable: true };
|
|
109
107
|
}
|
|
110
108
|
static getPropertyOptions(t) {
|
|
@@ -188,7 +186,7 @@ class u extends HTMLElement {
|
|
|
188
186
|
attributeChangedCallback(t, e, i) {
|
|
189
187
|
this._$AK(t, i);
|
|
190
188
|
}
|
|
191
|
-
_$
|
|
189
|
+
_$ET(t, e) {
|
|
192
190
|
var _a;
|
|
193
191
|
const i = this.constructor.elementProperties.get(t), o = this.constructor._$Eu(t, i);
|
|
194
192
|
if (o !== void 0 && i.reflect === true) {
|
|
@@ -197,24 +195,26 @@ class u extends HTMLElement {
|
|
|
197
195
|
}
|
|
198
196
|
}
|
|
199
197
|
_$AK(t, e) {
|
|
200
|
-
var _a;
|
|
198
|
+
var _a, _b;
|
|
201
199
|
const i = this.constructor, o = i._$Eh.get(t);
|
|
202
200
|
if (o !== void 0 && this._$Em !== o) {
|
|
203
201
|
const s = i.getPropertyOptions(o), l = typeof s.converter == "function" ? { fromAttribute: s.converter } : ((_a = s.converter) == null ? void 0 : _a.fromAttribute) !== void 0 ? s.converter : O;
|
|
204
|
-
this._$Em = o, this[o] = l.fromAttribute(e, s.type), this._$Em = null;
|
|
202
|
+
this._$Em = o, this[o] = l.fromAttribute(e, s.type) ?? ((_b = this._$Ej) == null ? void 0 : _b.get(o)) ?? null, this._$Em = null;
|
|
205
203
|
}
|
|
206
204
|
}
|
|
207
205
|
requestUpdate(t, e, i) {
|
|
206
|
+
var _a;
|
|
208
207
|
if (t !== void 0) {
|
|
209
|
-
|
|
210
|
-
|
|
208
|
+
const o = this.constructor, s = this[t];
|
|
209
|
+
if (i ?? (i = o.getPropertyOptions(t)), !((i.hasChanged ?? M)(s, e) || i.useDefault && i.reflect && s === ((_a = this._$Ej) == null ? void 0 : _a.get(t)) && !this.hasAttribute(o._$Eu(t, i)))) return;
|
|
210
|
+
this.C(t, e, i);
|
|
211
211
|
}
|
|
212
|
-
this.isUpdatePending === false && (this._$ES = this._$
|
|
212
|
+
this.isUpdatePending === false && (this._$ES = this._$EP());
|
|
213
213
|
}
|
|
214
|
-
|
|
215
|
-
this._$AL.has(t) || this._$AL.set(t, e),
|
|
214
|
+
C(t, e, { useDefault: i, reflect: o, wrapped: s }, l) {
|
|
215
|
+
i && !(this._$Ej ?? (this._$Ej = /* @__PURE__ */ new Map())).has(t) && (this._$Ej.set(t, l ?? e ?? this[t]), s !== true || l !== void 0) || (this._$AL.has(t) || (this.hasUpdated || i || (e = void 0), this._$AL.set(t, e)), o === true && this._$Em !== t && (this._$Eq ?? (this._$Eq = /* @__PURE__ */ new Set())).add(t));
|
|
216
216
|
}
|
|
217
|
-
async _$
|
|
217
|
+
async _$EP() {
|
|
218
218
|
this.isUpdatePending = true;
|
|
219
219
|
try {
|
|
220
220
|
await this._$ES;
|
|
@@ -236,7 +236,10 @@ class u extends HTMLElement {
|
|
|
236
236
|
this._$Ep = void 0;
|
|
237
237
|
}
|
|
238
238
|
const i = this.constructor.elementProperties;
|
|
239
|
-
if (i.size > 0) for (const [o, s] of i)
|
|
239
|
+
if (i.size > 0) for (const [o, s] of i) {
|
|
240
|
+
const { wrapped: l } = s, g = this[o];
|
|
241
|
+
l !== true || this._$AL.has(o) || g === void 0 || this.C(o, void 0, s, g);
|
|
242
|
+
}
|
|
240
243
|
}
|
|
241
244
|
let t = false;
|
|
242
245
|
const e = this._$AL;
|
|
@@ -244,9 +247,9 @@ class u extends HTMLElement {
|
|
|
244
247
|
t = this.shouldUpdate(e), t ? (this.willUpdate(e), (_a = this._$EO) == null ? void 0 : _a.forEach((i) => {
|
|
245
248
|
var _a2;
|
|
246
249
|
return (_a2 = i.hostUpdate) == null ? void 0 : _a2.call(i);
|
|
247
|
-
}), this.update(e)) : this._$
|
|
250
|
+
}), this.update(e)) : this._$EM();
|
|
248
251
|
} catch (i) {
|
|
249
|
-
throw t = false, this._$
|
|
252
|
+
throw t = false, this._$EM(), i;
|
|
250
253
|
}
|
|
251
254
|
t && this._$AE(e);
|
|
252
255
|
}
|
|
@@ -259,7 +262,7 @@ class u extends HTMLElement {
|
|
|
259
262
|
return (_a2 = e.hostUpdated) == null ? void 0 : _a2.call(e);
|
|
260
263
|
}), this.hasUpdated || (this.hasUpdated = true, this.firstUpdated(t)), this.updated(t);
|
|
261
264
|
}
|
|
262
|
-
_$
|
|
265
|
+
_$EM() {
|
|
263
266
|
this._$AL = /* @__PURE__ */ new Map(), this.isUpdatePending = false;
|
|
264
267
|
}
|
|
265
268
|
get updateComplete() {
|
|
@@ -272,14 +275,14 @@ class u extends HTMLElement {
|
|
|
272
275
|
return true;
|
|
273
276
|
}
|
|
274
277
|
update(t) {
|
|
275
|
-
this._$
|
|
278
|
+
this._$Eq && (this._$Eq = this._$Eq.forEach((e) => this._$ET(e, this[e]))), this._$EM();
|
|
276
279
|
}
|
|
277
280
|
updated(t) {
|
|
278
281
|
}
|
|
279
282
|
firstUpdated(t) {
|
|
280
283
|
}
|
|
281
284
|
}
|
|
282
|
-
u.elementStyles = [], u.shadowRootOptions = { mode: "open" }, u[m("elementProperties")] = /* @__PURE__ */ new Map(), u[m("finalized")] = /* @__PURE__ */ new Map(), l0 == null ? void 0 : l0({ ReactiveElement: u }), (x.reactiveElementVersions ?? (x.reactiveElementVersions = [])).push("2.0
|
|
285
|
+
u.elementStyles = [], u.shadowRootOptions = { mode: "open" }, u[m("elementProperties")] = /* @__PURE__ */ new Map(), u[m("finalized")] = /* @__PURE__ */ new Map(), l0 == null ? void 0 : l0({ ReactiveElement: u }), (x.reactiveElementVersions ?? (x.reactiveElementVersions = [])).push("2.1.0");
|
|
283
286
|
/**
|
|
284
287
|
* @license
|
|
285
288
|
* Copyright 2017 Google LLC
|
|
@@ -288,20 +291,20 @@ u.elementStyles = [], u.shadowRootOptions = { mode: "open" }, u[m("elementProper
|
|
|
288
291
|
const r0 = { attribute: true, type: String, converter: O, reflect: false, hasChanged: M }, n0 = (a = r0, t, e) => {
|
|
289
292
|
const { kind: i, metadata: o } = e;
|
|
290
293
|
let s = globalThis.litPropertyMetadata.get(o);
|
|
291
|
-
if (s === void 0 && globalThis.litPropertyMetadata.set(o, s = /* @__PURE__ */ new Map()), s.set(e.name, a), i === "accessor") {
|
|
294
|
+
if (s === void 0 && globalThis.litPropertyMetadata.set(o, s = /* @__PURE__ */ new Map()), i === "setter" && ((a = Object.create(a)).wrapped = true), s.set(e.name, a), i === "accessor") {
|
|
292
295
|
const { name: l } = e;
|
|
293
|
-
return { set(
|
|
296
|
+
return { set(g) {
|
|
294
297
|
const r = t.get.call(this);
|
|
295
|
-
t.set.call(this,
|
|
296
|
-
}, init(
|
|
297
|
-
return
|
|
298
|
+
t.set.call(this, g), this.requestUpdate(l, r, a);
|
|
299
|
+
}, init(g) {
|
|
300
|
+
return g !== void 0 && this.C(l, void 0, a, g), g;
|
|
298
301
|
} };
|
|
299
302
|
}
|
|
300
303
|
if (i === "setter") {
|
|
301
304
|
const { name: l } = e;
|
|
302
|
-
return function(
|
|
305
|
+
return function(g) {
|
|
303
306
|
const r = this[l];
|
|
304
|
-
t.call(this,
|
|
307
|
+
t.call(this, g), this.requestUpdate(l, r, a);
|
|
305
308
|
};
|
|
306
309
|
}
|
|
307
310
|
throw Error("Unsupported decorator location: " + i);
|
|
@@ -309,7 +312,7 @@ const r0 = { attribute: true, type: String, converter: O, reflect: false, hasCha
|
|
|
309
312
|
function c(a) {
|
|
310
313
|
return (t, e) => typeof e == "object" ? n0(a, t, e) : ((i, o, s) => {
|
|
311
314
|
const l = o.hasOwnProperty(s);
|
|
312
|
-
return o.constructor.createProperty(s,
|
|
315
|
+
return o.constructor.createProperty(s, i), l ? Object.getOwnPropertyDescriptor(o, s) : void 0;
|
|
313
316
|
})(a, t, e);
|
|
314
317
|
}
|
|
315
318
|
/**
|
|
@@ -337,33 +340,33 @@ function d0() {
|
|
|
337
340
|
function t() {
|
|
338
341
|
const i = ["days", "hours", "minutes", "seconds"], o = "short";
|
|
339
342
|
function s(r) {
|
|
340
|
-
let
|
|
341
|
-
const
|
|
343
|
+
let _ = r;
|
|
344
|
+
const d = {
|
|
342
345
|
days: 0,
|
|
343
346
|
hours: 0,
|
|
344
347
|
minutes: 0,
|
|
345
348
|
seconds: 0
|
|
346
349
|
};
|
|
347
|
-
if (i.find((
|
|
348
|
-
const
|
|
349
|
-
|
|
350
|
+
if (i.find((h) => h === "days")) {
|
|
351
|
+
const h = parseInt((_ / 86400).toFixed(0), 10);
|
|
352
|
+
_ %= 24 * 60 * 60, d.days = h;
|
|
350
353
|
}
|
|
351
|
-
if (i.find((
|
|
352
|
-
const
|
|
353
|
-
|
|
354
|
+
if (i.find((h) => h === "hours")) {
|
|
355
|
+
const h = parseInt((_ / 3600).toFixed(0), 10);
|
|
356
|
+
_ %= 60 * 60, d.hours = h;
|
|
354
357
|
}
|
|
355
|
-
if (i.find((
|
|
356
|
-
const
|
|
357
|
-
|
|
358
|
+
if (i.find((h) => h === "minutes")) {
|
|
359
|
+
const h = parseInt((_ / 60).toFixed(0), 10);
|
|
360
|
+
_ %= 60, d.minutes = h;
|
|
358
361
|
}
|
|
359
|
-
if (i.find((
|
|
360
|
-
const
|
|
361
|
-
|
|
362
|
+
if (i.find((h) => h === "seconds")) {
|
|
363
|
+
const h = parseInt(_.toFixed(0), 10);
|
|
364
|
+
d.seconds = h;
|
|
362
365
|
}
|
|
363
|
-
return
|
|
366
|
+
return d;
|
|
364
367
|
}
|
|
365
|
-
function l(r,
|
|
366
|
-
const
|
|
368
|
+
function l(r, _) {
|
|
369
|
+
const d = _ != 1 ? "s" : "";
|
|
367
370
|
switch (o) {
|
|
368
371
|
case "short":
|
|
369
372
|
switch (r) {
|
|
@@ -380,25 +383,25 @@ function d0() {
|
|
|
380
383
|
case "long":
|
|
381
384
|
switch (r) {
|
|
382
385
|
case "seconds":
|
|
383
|
-
return `${
|
|
386
|
+
return `${_} ${r}${d}`;
|
|
384
387
|
case "minutes":
|
|
385
|
-
return `${
|
|
388
|
+
return `${_} ${r}${d}`;
|
|
386
389
|
case "hours":
|
|
387
|
-
return `${
|
|
390
|
+
return `${_} ${r}${d}`;
|
|
388
391
|
case "days":
|
|
389
|
-
return `${
|
|
392
|
+
return `${_} ${r}${d}`;
|
|
390
393
|
}
|
|
391
394
|
break;
|
|
392
395
|
default:
|
|
393
396
|
return "";
|
|
394
397
|
}
|
|
395
398
|
}
|
|
396
|
-
function
|
|
397
|
-
const
|
|
398
|
-
return Object.entries(
|
|
399
|
+
function g(r) {
|
|
400
|
+
const _ = s(r);
|
|
401
|
+
return Object.entries(_).filter((d) => d[1] > 0).flatMap((d) => `${d[1]}${l(d[0], d[1])}`).join(" ");
|
|
399
402
|
}
|
|
400
403
|
return {
|
|
401
|
-
format:
|
|
404
|
+
format: g
|
|
402
405
|
};
|
|
403
406
|
}
|
|
404
407
|
function e() {
|
|
@@ -423,7 +426,7 @@ function d0() {
|
|
|
423
426
|
}
|
|
424
427
|
return p;
|
|
425
428
|
}
|
|
426
|
-
var
|
|
429
|
+
var j = d0();
|
|
427
430
|
const _0 = "data:image/svg+xml,%3csvg%20id='WORKING_ICONS'%20data-name='WORKING%20ICONS'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3ctitle%3edirection%3c/title%3e%3cpath%20fill='%23000000'%20d='M10,5a2,2,0,1,1,2-2A2,2,0,0,1,10,5Zm4.91284,8.35114L10.00916,7.0083,5.10547,13.35114a0.38659,0.38659,0,0,0,.40942.62354l2.95184-1.34375A0.35542,0.35542,0,0,1,9.00769,13H9v5.50006A0.49992,0.49992,0,0,0,9.49994,19h1.00012A0.49992,0.49992,0,0,0,11,18.50006V13.0083h0.00916a0.35757,0.35757,0,0,1,.54242-0.37738l2.95184,1.34375A0.3866,0.3866,0,0,0,14.91284,13.35114Z'/%3e%3c/svg%3e", h0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
428
431
|
__proto__: null,
|
|
429
432
|
default: _0
|
|
@@ -436,27 +439,27 @@ const _0 = "data:image/svg+xml,%3csvg%20id='WORKING_ICONS'%20data-name='WORKING%
|
|
|
436
439
|
}, Symbol.toStringTag, { value: "Module" })), f0 = "data:image/svg+xml,%3csvg%20id='WORKING_ICONS'%20data-name='WORKING%20ICONS'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3ctitle%3edirection%3c/title%3e%3cpath%20fill='%23000000'%20d='M10,5a2,2,0,1,1,2-2A2,2,0,0,1,10,5Zm4.91284,8.35114L10.00916,7.0083,5.10547,13.35114a0.38659,0.38659,0,0,0,.40942.62354l2.95184-1.34375A0.35542,0.35542,0,0,1,9.00769,13H9v5.50006A0.49992,0.49992,0,0,0,9.49994,19h1.00012A0.49992,0.49992,0,0,0,11,18.50006V13.0083h0.00916a0.35757,0.35757,0,0,1,.54242-0.37738l2.95184,1.34375A0.3866,0.3866,0,0,0,14.91284,13.35114Z'/%3e%3c/svg%3e", w0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
437
440
|
__proto__: null,
|
|
438
441
|
default: f0
|
|
439
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
442
|
+
}, Symbol.toStringTag, { value: "Module" })), $ = "data:image/svg+xml,%3csvg%20id='WORKING_ICONS'%20data-name='WORKING%20ICONS'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3ctitle%3edirection%3c/title%3e%3cpath%20fill='%23000000'%20d='M17.35551,4.05855L11.76558,9.64848a0.49713,0.49713,0,0,0,0,.703l5.58993,5.58993a0.49713,0.49713,0,0,1,0,.703l-0.711.711a0.49713,0.49713,0,0,1-.703,0l-5.58993-5.58993a0.49713,0.49713,0,0,0-.703,0L4.05855,17.35551a0.49713,0.49713,0,0,1-.703,0l-0.711-.711a0.49713,0.49713,0,0,1,0-.703l5.58993-5.58993a0.49713,0.49713,0,0,0,0-.703L2.64449,4.05855a0.49713,0.49713,0,0,1,0-.703l0.711-.711a0.49713,0.49713,0,0,1,.703,0L9.64848,8.23442a0.49713,0.49713,0,0,0,.703,0l5.58993-5.58993a0.49713,0.49713,0,0,1,.703,0l0.711,0.711A0.49713,0.49713,0,0,1,17.35551,4.05855Z'/%3e%3c/svg%3e", O0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
440
443
|
__proto__: null,
|
|
441
|
-
default:
|
|
444
|
+
default: $
|
|
442
445
|
}, Symbol.toStringTag, { value: "Module" })), b0 = "data:image/svg+xml,%3csvg%20id='WORKING_ICONS'%20data-name='WORKING%20ICONS'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3ctitle%3edirection%3c/title%3e%3cpath%20fill='%23000000'%20d='M14.50342,8.96637L11.55157,7.62262A0.35755,0.35755,0,0,0,11.00916,8v9.49652A0.50346,0.50346,0,0,1,10.50568,18h-0.993a0.50346,0.50346,0,0,1-.50348-0.50348V8a0.35756,0.35756,0,0,0-.54242-0.37738L5.51489,8.96637a0.38659,0.38659,0,0,1-.40942-0.62354L10.00916,2l4.90369,6.34283A0.3866,0.3866,0,0,1,14.50342,8.96637Z'/%3e%3c/svg%3e", S0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
443
446
|
__proto__: null,
|
|
444
447
|
default: b0
|
|
445
448
|
}, Symbol.toStringTag, { value: "Module" })), I0 = "data:image/svg+xml,%3csvg%20id='WORKING_ICONS'%20data-name='WORKING%20ICONS'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3ctitle%3edirection%3c/title%3e%3cpath%20fill='%23000000'%20d='M10,5.97986l0.011,0.00183A6.06019,6.06019,0,0,1,16,12.05493V16H15.99689l0.002,1.50317A0.49614,0.49614,0,0,1,15.50269,18H14.49622A0.49622,0.49622,0,0,1,14,17.50378V12.05493a4.05782,4.05782,0,0,0-3.98877-4.07324H8.01245a0.3576,0.3576,0,0,0-.37738.54248L8.97882,11.476a0.38659,0.38659,0,0,1-.62354.40942L2.0083,7l6.347-4.922a0.38659,0.38659,0,0,1,.62354.40942L7.63507,5.43927a0.35757,0.35757,0,0,0,.37738.54242H10'/%3e%3c/svg%3e", A0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
446
449
|
__proto__: null,
|
|
447
450
|
default: I0
|
|
448
|
-
}, Symbol.toStringTag, { value: "Module" })), N0 = "data:image/svg+xml,%3csvg%20id='WORKING_ICONS'%20data-name='WORKING%20ICONS'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3ctitle%3edirection%3c/title%3e%3cpath%20fill='%23000000'%20d='M9.98877,7.98169A4.05782,4.05782,0,0,0,6,12.05493v5.44885A0.49622,0.49622,0,0,1,5.50378,18H4.49731a0.49614,0.49614,0,0,1-.49615-0.49683L4.00311,16H4V12.05493A6.06019,6.06019,0,0,1,9.989,5.98169L10,5.97986V5.98169h1.98755a0.35757,0.35757,0,0,0,.37738-0.54242L11.02118,2.48743A0.38659,0.38659,0,0,1,11.64471,2.078L17.9917,7l-6.347,4.88544a0.38659,0.38659,0,0,1-.62354-0.40942l1.34375-2.95184a0.3576,0.3576,0,0,0-.37738-0.54248H9.98877Z'/%3e%3c/svg%3e",
|
|
451
|
+
}, Symbol.toStringTag, { value: "Module" })), N0 = "data:image/svg+xml,%3csvg%20id='WORKING_ICONS'%20data-name='WORKING%20ICONS'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3ctitle%3edirection%3c/title%3e%3cpath%20fill='%23000000'%20d='M9.98877,7.98169A4.05782,4.05782,0,0,0,6,12.05493v5.44885A0.49622,0.49622,0,0,1,5.50378,18H4.49731a0.49614,0.49614,0,0,1-.49615-0.49683L4.00311,16H4V12.05493A6.06019,6.06019,0,0,1,9.989,5.98169L10,5.97986V5.98169h1.98755a0.35757,0.35757,0,0,0,.37738-0.54242L11.02118,2.48743A0.38659,0.38659,0,0,1,11.64471,2.078L17.9917,7l-6.347,4.88544a0.38659,0.38659,0,0,1-.62354-0.40942l1.34375-2.95184a0.3576,0.3576,0,0,0-.37738-0.54248H9.98877Z'/%3e%3c/svg%3e", y0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
449
452
|
__proto__: null,
|
|
450
453
|
default: N0
|
|
451
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
454
|
+
}, Symbol.toStringTag, { value: "Module" })), L0 = "data:image/svg+xml,%3csvg%20id='WORKING_ICONS'%20data-name='WORKING%20ICONS'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3ctitle%3edirection%3c/title%3e%3cpath%20fill='%23000000'%20d='M14.9859,14.043v3.46082A0.49621,0.49621,0,0,1,14.48974,18H13.48321a0.49614,0.49614,0,0,1-.49615-0.49683l0.0047-3.60767a5.21819,5.21819,0,0,0-1.665-4.144L8.87854,7.68585a0.35758,0.35758,0,0,0-.6405.16266l-0.91821,3.1106A0.38663,0.38663,0,0,1,6.58044,10.86L5,3l8.00476,0.44965a0.38658,0.38658,0,0,1,.20294.71777L10.25878,5.51758a0.3576,0.3576,0,0,0-.07019.6571l2.45746,2.07385A7.25158,7.25158,0,0,1,14.9859,14.043Z'/%3e%3c/svg%3e", x0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
452
455
|
__proto__: null,
|
|
453
|
-
default:
|
|
456
|
+
default: L0
|
|
454
457
|
}, Symbol.toStringTag, { value: "Module" })), C0 = "data:image/svg+xml,%3csvg%20id='WORKING_ICONS'%20data-name='WORKING%20ICONS'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3ctitle%3edirection%3c/title%3e%3cpath%20fill='%23000000'%20d='M7.35395,8.24854L9.81141,6.17468a0.3576,0.3576,0,0,0-.07019-0.6571L6.7923,4.16742a0.38658,0.38658,0,0,1,.20294-0.71777L15,3l-1.58044,7.86a0.38663,0.38663,0,0,1-.73938.09912L11.762,7.84851a0.35758,0.35758,0,0,0-.6405-0.16266L8.67328,9.75146a5.21819,5.21819,0,0,0-1.665,4.144l0.0047,3.60767A0.49614,0.49614,0,0,1,6.51679,18H5.51026a0.49621,0.49621,0,0,1-.49615-0.49622V14.043A7.25157,7.25157,0,0,1,7.35395,8.24854Z'/%3e%3c/svg%3e", M0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
455
458
|
__proto__: null,
|
|
456
459
|
default: C0
|
|
457
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
460
|
+
}, Symbol.toStringTag, { value: "Module" })), j0 = "data:image/svg+xml,%3csvg%20id='WORKING_ICONS'%20data-name='WORKING%20ICONS'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3ctitle%3edirection%3c/title%3e%3cpath%20fill='%23000000'%20d='M14.50342,8.96637L11.55157,7.62262A0.35755,0.35755,0,0,0,11.00916,8v9.49652A0.50346,0.50346,0,0,1,10.50568,18h-0.993a0.50346,0.50346,0,0,1-.50348-0.50348V8a0.35756,0.35756,0,0,0-.54242-0.37738L5.51489,8.96637a0.38659,0.38659,0,0,1-.40942-0.62354L10.00916,2l4.90369,6.34283A0.3866,0.3866,0,0,1,14.50342,8.96637Z'/%3e%3c/svg%3e", R0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
458
461
|
__proto__: null,
|
|
459
|
-
default:
|
|
462
|
+
default: j0
|
|
460
463
|
}, Symbol.toStringTag, { value: "Module" })), G0 = "data:image/svg+xml,%3csvg%20id='WORKING_ICONS'%20data-name='WORKING%20ICONS'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3ctitle%3edirection%3c/title%3e%3cpath%20fill='%23000000'%20d='M17.00909,8v9.49652A0.50346,0.50346,0,0,1,16.50562,18h-0.993a0.50346,0.50346,0,0,1-.50348-0.50348V8a3.5,3.5,0,1,0-7,0v4H8a0.35757,0.35757,0,0,0,.54242.37738l2.95184-1.34375a0.3866,0.3866,0,0,1,.40942.62354L7,18,2.09625,11.65717a0.3866,0.3866,0,0,1,.40942-0.62354l2.95184,1.34375A0.3576,0.3576,0,0,0,6,12H6.00909V8A5.5,5.5,0,1,1,17.00909,8Z'/%3e%3c/svg%3e", W0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
461
464
|
__proto__: null,
|
|
462
465
|
default: G0
|
|
@@ -466,12 +469,12 @@ const _0 = "data:image/svg+xml,%3csvg%20id='WORKING_ICONS'%20data-name='WORKING%
|
|
|
466
469
|
}, Symbol.toStringTag, { value: "Module" })), H0 = "data:image/svg+xml,%3csvg%20id='WORKING_ICONS'%20data-name='WORKING%20ICONS'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3ctitle%3edirection%3c/title%3e%3cpath%20fill='%23000000'%20d='M15,19a2,2,0,1,1,2-2A2,2,0,0,1,15,19ZM10.00293,8.03668a4.05782,4.05782,0,0,1,3.98877,4.07324H14v1.37775A0.51232,0.51232,0,0,0,14.51233,14h0.97534A0.51232,0.51232,0,0,0,16,13.48767V12H15.98615a6.05607,6.05607,0,0,0-5.9834-5.96332l-0.011-.00183L9.99182,6.05493H9V6.04584a0.35757,0.35757,0,0,1-.37738-0.54242L9.96637,2.55157a0.38659,0.38659,0,0,0-.62354-0.40942L3,7.04584l6.34283,4.90369a0.3866,0.3866,0,0,0,.62354-0.40942L8.62262,8.58826A0.35757,0.35757,0,0,1,9,8.04584V8.05493h1'/%3e%3c/svg%3e", V0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
467
470
|
__proto__: null,
|
|
468
471
|
default: H0
|
|
469
|
-
}, Symbol.toStringTag, { value: "Module" })), Z0 = "data:image/svg+xml,%3csvg%20id='WORKING_ICONS'%20data-name='WORKING%20ICONS'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3ctitle%3edirection%3c/title%3e%3cpath%20fill='%23000000'%20d='M3,17a2,2,0,1,1,2,2A2,2,0,0,1,3,17Zm7-8.94507h1V8.04584a0.35757,0.35757,0,0,1,.37738.54242L10.03363,11.5401a0.3866,0.3866,0,0,0,.62354.40942L17,7.04584,10.65717,2.14215a0.38659,0.38659,0,0,0-.62354.40942l1.34375,2.95184A0.35757,0.35757,0,0,1,11,6.04584V6.05493H10.00818l0.00012-.02008-0.011.00183A6.05607,6.05607,0,0,0,4.01385,12H4v1.48767A0.51232,0.51232,0,0,0,4.51233,14H5.48767A0.51232,0.51232,0,0,0,6,13.48767V12.10992H6.0083A4.05782,4.05782,0,0,1,9.99707,8.03668'/%3e%3c/svg%3e",
|
|
472
|
+
}, Symbol.toStringTag, { value: "Module" })), Z0 = "data:image/svg+xml,%3csvg%20id='WORKING_ICONS'%20data-name='WORKING%20ICONS'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3ctitle%3edirection%3c/title%3e%3cpath%20fill='%23000000'%20d='M3,17a2,2,0,1,1,2,2A2,2,0,0,1,3,17Zm7-8.94507h1V8.04584a0.35757,0.35757,0,0,1,.37738.54242L10.03363,11.5401a0.3866,0.3866,0,0,0,.62354.40942L17,7.04584,10.65717,2.14215a0.38659,0.38659,0,0,0-.62354.40942l1.34375,2.95184A0.35757,0.35757,0,0,1,11,6.04584V6.05493H10.00818l0.00012-.02008-0.011.00183A6.05607,6.05607,0,0,0,4.01385,12H4v1.48767A0.51232,0.51232,0,0,0,4.51233,14H5.48767A0.51232,0.51232,0,0,0,6,13.48767V12.10992H6.0083A4.05782,4.05782,0,0,1,9.99707,8.03668'/%3e%3c/svg%3e", $0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
470
473
|
__proto__: null,
|
|
471
474
|
default: Z0
|
|
472
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
475
|
+
}, Symbol.toStringTag, { value: "Module" })), T0 = "data:image/svg+xml,%3csvg%20id='WORKING_ICONS'%20data-name='WORKING%20ICONS'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3ctitle%3edirection%3c/title%3e%3cpath%20fill='%23000000'%20d='M10,19a2,2,0,1,1,2-2A2,2,0,0,1,10,19ZM14.91284,7.34283L10.00916,1,5.10547,7.34283a0.38659,0.38659,0,0,0,.40942.62354L8.46674,6.62262a0.35542,0.35542,0,0,1,.541.36908H9v5.50006a0.49992,0.49992,0,0,0,.49994.49994h1.00012A0.49992,0.49992,0,0,0,11,12.49176V7h0.00916a0.35757,0.35757,0,0,1,.54242-0.37738l2.95184,1.34375A0.3866,0.3866,0,0,0,14.91284,7.34283Z'/%3e%3c/svg%3e", z0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
473
476
|
__proto__: null,
|
|
474
|
-
default:
|
|
477
|
+
default: T0
|
|
475
478
|
}, Symbol.toStringTag, { value: "Module" })), B0 = "data:image/svg+xml,%3csvg%20id='WORKING_ICONS'%20data-name='WORKING%20ICONS'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3ctitle%3edirection%3c/title%3e%3cpath%20fill='%23000000'%20d='M16.50354,6.2A0.29678,0.29678,0,0,1,16.8,6.49646V7.50354A0.29678,0.29678,0,0,1,16.50354,7.8H7.2V6.2h9.30353m0-.2H7V8h9.50354A0.49645,0.49645,0,0,0,17,7.50354V6.49646A0.49645,0.49645,0,0,0,16.50354,6h0ZM10,5.98169H8.01245a0.35757,0.35757,0,0,1-.37738-0.54242L8.97882,2.48743A0.38659,0.38659,0,0,0,8.35529,2.078L2.0083,7l6.347,4.88544A0.38659,0.38659,0,0,0,8.97882,11.476L7.63507,8.52417a0.3576,0.3576,0,0,1,.37738-0.54248h1.99878A4.05782,4.05782,0,0,1,14,12.05493v5.44885A0.49622,0.49622,0,0,0,14.49622,18h1.00647a0.49614,0.49614,0,0,0,.49615-0.49683L15.99689,16H16V12.05493a6.06019,6.06019,0,0,0-5.989-6.07324L10,5.97986'/%3e%3c/svg%3e", E0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
476
479
|
__proto__: null,
|
|
477
480
|
default: B0
|
|
@@ -526,18 +529,18 @@ const _0 = "data:image/svg+xml,%3csvg%20id='WORKING_ICONS'%20data-name='WORKING%
|
|
|
526
529
|
}, Symbol.toStringTag, { value: "Module" })), It = "data:image/svg+xml,%3csvg%20id='WORKING_ICONS'%20data-name='WORKING%20ICONS'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3ctitle%3edirection%3c/title%3e%3cpath%20fill='%23000000'%20d='M13.8,7.2V17.49921a0.30112,0.30112,0,0,1-.30078.3008H12.50079A0.30112,0.30112,0,0,1,12.2,17.49921V7.2h1.6M14,7H12V17.49921A0.50079,0.50079,0,0,0,12.50079,18h0.99841A0.50079,0.50079,0,0,0,14,17.49921V7h0Zm0.01831,3V8.01245a0.35757,0.35757,0,0,1,.54242-0.37738l2.95184,1.34375A0.38659,0.38659,0,0,0,17.922,8.35529L13,2.0083l-4.88544,6.347a0.38659,0.38659,0,0,0,.40942.62354l2.95184-1.34375a0.3576,0.3576,0,0,1,.54248.37738v1.99878A4.05782,4.05782,0,0,1,7.94507,14H2.49622A0.49622,0.49622,0,0,0,2,14.49622v1.00647a0.49614,0.49614,0,0,0,.49683.49615L4,15.99689V16H7.94507a6.06019,6.06019,0,0,0,6.07324-5.989L14.02014,10'/%3e%3c/svg%3e", At = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
527
530
|
__proto__: null,
|
|
528
531
|
default: It
|
|
529
|
-
}, Symbol.toStringTag, { value: "Module" })), Nt = "data:image/svg+xml,%3csvg%20id='WORKING_ICONS'%20data-name='WORKING%20ICONS'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3ctitle%3edirection%3c/title%3e%3cpath%20fill='%23000000'%20d='M9.82565,9.2v8.29515A0.3052,0.3052,0,0,1,9.52081,17.8H8.53052a0.3052,0.3052,0,0,1-.30484-0.30486V9.2h1.6m0.2-.2h-2v8.49515A0.50484,0.50484,0,0,0,8.53052,18h0.9903a0.50486,0.50486,0,0,0,.50485-0.50485V9h0ZM4.517,7.95947L7.46885,6.61572a0.35757,0.35757,0,0,1,.54242.37738h0.001V8.9585a6.60115,6.60115,0,0,0,3.38232,5.72021L15.70547,17.364a0.50277,0.50277,0,0,0,.69263-0.16089l0.52576-.84369a0.50285,0.50285,0,0,0-.16089-0.69275l-4.30485-2.6818a4.65641,4.65641,0,0,1-2.44824-3.957l0.00165-2.03607a0.35723,0.35723,0,0,1,.54224-0.376l2.95184,1.34375A0.38659,0.38659,0,0,0,13.915,7.33594L9.01127,0.9931,4.10758,7.33594A0.38659,0.38659,0,0,0,4.517,7.95947Z'/%3e%3c/svg%3e",
|
|
532
|
+
}, Symbol.toStringTag, { value: "Module" })), Nt = "data:image/svg+xml,%3csvg%20id='WORKING_ICONS'%20data-name='WORKING%20ICONS'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3ctitle%3edirection%3c/title%3e%3cpath%20fill='%23000000'%20d='M9.82565,9.2v8.29515A0.3052,0.3052,0,0,1,9.52081,17.8H8.53052a0.3052,0.3052,0,0,1-.30484-0.30486V9.2h1.6m0.2-.2h-2v8.49515A0.50484,0.50484,0,0,0,8.53052,18h0.9903a0.50486,0.50486,0,0,0,.50485-0.50485V9h0ZM4.517,7.95947L7.46885,6.61572a0.35757,0.35757,0,0,1,.54242.37738h0.001V8.9585a6.60115,6.60115,0,0,0,3.38232,5.72021L15.70547,17.364a0.50277,0.50277,0,0,0,.69263-0.16089l0.52576-.84369a0.50285,0.50285,0,0,0-.16089-0.69275l-4.30485-2.6818a4.65641,4.65641,0,0,1-2.44824-3.957l0.00165-2.03607a0.35723,0.35723,0,0,1,.54224-0.376l2.95184,1.34375A0.38659,0.38659,0,0,0,13.915,7.33594L9.01127,0.9931,4.10758,7.33594A0.38659,0.38659,0,0,0,4.517,7.95947Z'/%3e%3c/svg%3e", yt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
530
533
|
__proto__: null,
|
|
531
534
|
default: Nt
|
|
532
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
535
|
+
}, Symbol.toStringTag, { value: "Module" })), Lt = "data:image/svg+xml,%3csvg%20id='WORKING_ICONS'%20data-name='WORKING%20ICONS'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3ctitle%3edirection%3c/title%3e%3cpath%20fill='%23000000'%20d='M11.79221,9.2v8.29515a0.3052,0.3052,0,0,1-.30484.30486h-0.9903a0.3052,0.3052,0,0,1-.30484-0.30486V9.2h1.6m0.2-.2h-2v8.49515A0.50484,0.50484,0,0,0,10.49707,18h0.9903a0.50486,0.50486,0,0,0,.50485-0.50485V9h0Zm3.91806-1.66406L11.00659,0.9931,6.10284,7.33594a0.38659,0.38659,0,0,0,.40942.62354L9.46411,6.61572a0.35723,0.35723,0,0,1,.54224.376L10.008,9.02783a4.65641,4.65641,0,0,1-2.44824,3.957L3.2549,15.66667a0.50285,0.50285,0,0,0-.16089.69275L3.61977,17.2031a0.50277,0.50277,0,0,0,.69263.16089l4.31083-2.68528A6.60115,6.60115,0,0,0,12.00555,8.9585V6.9931h0.001A0.35757,0.35757,0,0,1,12.549,6.61572l2.95184,1.34375A0.38659,0.38659,0,0,0,15.91028,7.33594Z'/%3e%3c/svg%3e", xt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
533
536
|
__proto__: null,
|
|
534
|
-
default:
|
|
537
|
+
default: Lt
|
|
535
538
|
}, Symbol.toStringTag, { value: "Module" })), Ct = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3ctitle%3edirection%3c/title%3e%3c/svg%3e", Mt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
536
539
|
__proto__: null,
|
|
537
540
|
default: Ct
|
|
538
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
541
|
+
}, Symbol.toStringTag, { value: "Module" })), jt = "data:image/svg+xml,%3csvg%20id='WORKING_ICONS'%20data-name='WORKING%20ICONS'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3ctitle%3edirection%3c/title%3e%3cpath%20fill='%23000000'%20d='M10,5.97986l0.011,0.00183A6.06019,6.06019,0,0,1,16,12.05493V16H15.99689l0.002,1.50317A0.49614,0.49614,0,0,1,15.50269,18H14.49622A0.49622,0.49622,0,0,1,14,17.50378V12.05493a4.05782,4.05782,0,0,0-3.98877-4.07324H8.01245a0.3576,0.3576,0,0,0-.37738.54248L8.97882,11.476a0.38659,0.38659,0,0,1-.62354.40942L2.0083,7l6.347-4.922a0.38659,0.38659,0,0,1,.62354.40942L7.63507,5.43927a0.35757,0.35757,0,0,0,.37738.54242H10'/%3e%3c/svg%3e", Rt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
539
542
|
__proto__: null,
|
|
540
|
-
default:
|
|
543
|
+
default: jt
|
|
541
544
|
}, Symbol.toStringTag, { value: "Module" })), Gt = "data:image/svg+xml,%3csvg%20id='WORKING_ICONS'%20data-name='WORKING%20ICONS'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3ctitle%3edirection%3c/title%3e%3cpath%20fill='%23000000'%20d='M9.98877,7.98169A4.05782,4.05782,0,0,0,6,12.05493v5.44885A0.49622,0.49622,0,0,1,5.50378,18H4.49731a0.49614,0.49614,0,0,1-.49615-0.49683L4.00311,16H4V12.05493A6.06019,6.06019,0,0,1,9.989,5.98169L10,5.97986V5.98169h1.98755a0.35757,0.35757,0,0,0,.37738-0.54242L11.02118,2.48743A0.38659,0.38659,0,0,1,11.64471,2.078L17.9917,7l-6.347,4.88544a0.38659,0.38659,0,0,1-.62354-0.40942l1.34375-2.95184a0.3576,0.3576,0,0,0-.37738-0.54248H9.98877Z'/%3e%3c/svg%3e", Wt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
542
545
|
__proto__: null,
|
|
543
546
|
default: Gt
|
|
@@ -547,12 +550,12 @@ const _0 = "data:image/svg+xml,%3csvg%20id='WORKING_ICONS'%20data-name='WORKING%
|
|
|
547
550
|
}, Symbol.toStringTag, { value: "Module" })), Ht = "data:image/svg+xml,%3csvg%20id='WORKING_ICONS'%20data-name='WORKING%20ICONS'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3ctitle%3edirection%3c/title%3e%3cpath%20fill='%23000000'%20d='M3.49789,18a0.49779,0.49779,0,0,1-.49779-0.49781L3.00057,5.0293A2.10247,2.10247,0,0,1,3.5577,3.56885,1.92935,1.92935,0,0,1,4.99178,3l0.26416-.002A4.46634,4.46634,0,0,1,8.6407,4.23926L14.0328,8.84835l0.00378-.00446a0.35757,0.35757,0,0,0,.638-0.17206l0.8725-3.12372a0.38661,0.38661,0,0,1,.74072.0882l1.69568,7.836L9.973,13.14022a0.38658,0.38658,0,0,1-.21344-0.71472l2.92877-1.39331a0.34918,0.34918,0,0,0,.08252-0.63177L7.37557,5.7876a2.56758,2.56758,0,0,0-2.0957-.79l-0.27979.00635v12.4983A0.49779,0.49779,0,0,1,4.50229,18H3.49789Z'/%3e%3c/svg%3e", Vt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
548
551
|
__proto__: null,
|
|
549
552
|
default: Ht
|
|
550
|
-
}, Symbol.toStringTag, { value: "Module" })), Zt = "data:image/svg+xml,%3csvg%20id='WORKING_ICONS'%20data-name='WORKING%20ICONS'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3ctitle%3edirection%3c/title%3e%3cpath%20fill='%23000000'%20d='M14.9859,14.043v3.46082A0.49621,0.49621,0,0,1,14.48974,18H13.48321a0.49614,0.49614,0,0,1-.49615-0.49683l0.0047-3.60767a5.21819,5.21819,0,0,0-1.665-4.144L8.87854,7.68585a0.35758,0.35758,0,0,0-.6405.16266l-0.91821,3.1106A0.38663,0.38663,0,0,1,6.58044,10.86L5,3l8.00476,0.44965a0.38658,0.38658,0,0,1,.20294.71777L10.25878,5.51758a0.3576,0.3576,0,0,0-.07019.6571l2.45746,2.07385A7.25158,7.25158,0,0,1,14.9859,14.043Z'/%3e%3c/svg%3e",
|
|
553
|
+
}, Symbol.toStringTag, { value: "Module" })), Zt = "data:image/svg+xml,%3csvg%20id='WORKING_ICONS'%20data-name='WORKING%20ICONS'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3ctitle%3edirection%3c/title%3e%3cpath%20fill='%23000000'%20d='M14.9859,14.043v3.46082A0.49621,0.49621,0,0,1,14.48974,18H13.48321a0.49614,0.49614,0,0,1-.49615-0.49683l0.0047-3.60767a5.21819,5.21819,0,0,0-1.665-4.144L8.87854,7.68585a0.35758,0.35758,0,0,0-.6405.16266l-0.91821,3.1106A0.38663,0.38663,0,0,1,6.58044,10.86L5,3l8.00476,0.44965a0.38658,0.38658,0,0,1,.20294.71777L10.25878,5.51758a0.3576,0.3576,0,0,0-.07019.6571l2.45746,2.07385A7.25158,7.25158,0,0,1,14.9859,14.043Z'/%3e%3c/svg%3e", $t = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
551
554
|
__proto__: null,
|
|
552
555
|
default: Zt
|
|
553
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
556
|
+
}, Symbol.toStringTag, { value: "Module" })), Tt = "data:image/svg+xml,%3csvg%20id='WORKING_ICONS'%20data-name='WORKING%20ICONS'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3ctitle%3edirection%3c/title%3e%3cpath%20fill='%23000000'%20d='M7.35395,8.24854L9.81141,6.17468a0.3576,0.3576,0,0,0-.07019-0.6571L6.7923,4.16742a0.38658,0.38658,0,0,1,.20294-0.71777L15,3l-1.58044,7.86a0.38663,0.38663,0,0,1-.73938.09912L11.762,7.84851a0.35758,0.35758,0,0,0-.6405-0.16266L8.67328,9.75146a5.21819,5.21819,0,0,0-1.665,4.144l0.0047,3.60767A0.49614,0.49614,0,0,1,6.51679,18H5.51026a0.49621,0.49621,0,0,1-.49615-0.49622V14.043A7.25157,7.25157,0,0,1,7.35395,8.24854Z'/%3e%3c/svg%3e", zt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
554
557
|
__proto__: null,
|
|
555
|
-
default:
|
|
558
|
+
default: Tt
|
|
556
559
|
}, Symbol.toStringTag, { value: "Module" })), Bt = "data:image/svg+xml,%3csvg%20id='WORKING_ICONS'%20data-name='WORKING%20ICONS'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3ctitle%3edirection%3c/title%3e%3cpath%20fill='%23000000'%20d='M14.50342,8.96637L11.55157,7.62262A0.35755,0.35755,0,0,0,11.00916,8v9.49652A0.50346,0.50346,0,0,1,10.50568,18h-0.993a0.50346,0.50346,0,0,1-.50348-0.50348V8a0.35756,0.35756,0,0,0-.54242-0.37738L5.51489,8.96637a0.38659,0.38659,0,0,1-.40942-0.62354L10.00916,2l4.90369,6.34283A0.3866,0.3866,0,0,1,14.50342,8.96637Z'/%3e%3c/svg%3e", Et = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
557
560
|
__proto__: null,
|
|
558
561
|
default: Bt
|
|
@@ -607,18 +610,18 @@ const _0 = "data:image/svg+xml,%3csvg%20id='WORKING_ICONS'%20data-name='WORKING%
|
|
|
607
610
|
}, Symbol.toStringTag, { value: "Module" })), I2 = "data:image/svg+xml,%3csvg%20id='WORKING_ICONS'%20data-name='WORKING%20ICONS'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3ctitle%3edirection%3c/title%3e%3cpath%20fill='%23000000'%20d='M9.35394,8.24854L11.8114,6.17468a0.3576,0.3576,0,0,0-.07019-0.6571L8.7923,4.16742a0.38658,0.38658,0,0,1,.20294-0.71777L17,3l-1.58044,7.86a0.38663,0.38663,0,0,1-.73938.09912L13.762,7.84851a0.35758,0.35758,0,0,0-.6405-0.16266L10.67328,9.75146a5.21819,5.21819,0,0,0-1.665,4.144l0.0047,3.60767A0.49614,0.49614,0,0,1,8.51678,18H7.51025a0.49621,0.49621,0,0,1-.49615-0.49622V14.043A7.25157,7.25157,0,0,1,9.35394,8.24854Z'/%3e%3c/svg%3e", A2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
608
611
|
__proto__: null,
|
|
609
612
|
default: I2
|
|
610
|
-
}, Symbol.toStringTag, { value: "Module" })), N2 = "data:image/svg+xml,%3csvg%20id='WORKING_ICONS'%20data-name='WORKING%20ICONS'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3ctitle%3edirection%3c/title%3e%3cpath%20fill='%23000000'%20d='M14.50342,8.96637L11.55157,7.62262A0.35755,0.35755,0,0,0,11.00916,8v9.49652A0.50346,0.50346,0,0,1,10.50568,18h-0.993a0.50346,0.50346,0,0,1-.50348-0.50348V8a0.35756,0.35756,0,0,0-.54242-0.37738L5.51489,8.96637a0.38659,0.38659,0,0,1-.40942-0.62354L10.00916,2l4.90369,6.34283A0.3866,0.3866,0,0,1,14.50342,8.96637Z'/%3e%3c/svg%3e",
|
|
613
|
+
}, Symbol.toStringTag, { value: "Module" })), N2 = "data:image/svg+xml,%3csvg%20id='WORKING_ICONS'%20data-name='WORKING%20ICONS'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3ctitle%3edirection%3c/title%3e%3cpath%20fill='%23000000'%20d='M14.50342,8.96637L11.55157,7.62262A0.35755,0.35755,0,0,0,11.00916,8v9.49652A0.50346,0.50346,0,0,1,10.50568,18h-0.993a0.50346,0.50346,0,0,1-.50348-0.50348V8a0.35756,0.35756,0,0,0-.54242-0.37738L5.51489,8.96637a0.38659,0.38659,0,0,1-.40942-0.62354L10.00916,2l4.90369,6.34283A0.3866,0.3866,0,0,1,14.50342,8.96637Z'/%3e%3c/svg%3e", y2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
611
614
|
__proto__: null,
|
|
612
615
|
default: N2
|
|
613
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
616
|
+
}, Symbol.toStringTag, { value: "Module" })), L2 = "data:image/svg+xml,%3csvg%20id='WORKING_ICONS'%20data-name='WORKING%20ICONS'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3ctitle%3edirection%3c/title%3e%3cpath%20fill='%23000000'%20d='M5.5,10.002a0.17879,0.17879,0,0,0,.27124.18866l1.47589-.67187a0.1933,0.1933,0,0,1,.20471.31177L5,13.002,2.54816,9.83051a0.1933,0.1933,0,0,1,.20471-0.31177l1.476,0.67187A0.17876,0.17876,0,0,0,4.5,10.002V10A5.51888,5.51888,0,0,1,7.25293,5.23438l0.5,0.86523A4.51856,4.51856,0,0,0,5.5,10v0.002Zm6.75146-3.89941A4.51948,4.51948,0,0,1,14.5,10h1a5.5223,5.5223,0,0,0-2.74756-4.7627L12.751,5.23724A0.17878,0.17878,0,0,1,12.72321,4.908L14.043,3.96576a0.19332,0.19332,0,0,0-.16766-0.33319l-3.97247.53766,1.52063,3.70911a0.19331,0.19331,0,0,0,.37238-0.02142L11.952,6.24377A0.17945,0.17945,0,0,1,12.25146,6.10254ZM12.74688,14.766a0.17879,0.17879,0,0,1,.299.14053l0.1561,1.61412a0.1933,0.1933,0,0,0,.37235.02141L15.095,12.833l-3.97245-.53766a0.1933,0.1933,0,0,0-.16764.33317l1.31982,0.94225a0.17879,0.17879,0,0,1-.02781.32923l0.00361-.00254a4.57684,4.57684,0,0,1-4.502,0l-0.501.86523a5.50442,5.50442,0,0,0,5.50391,0Z'%20/%3e%3c/svg%3e", x2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
614
617
|
__proto__: null,
|
|
615
|
-
default:
|
|
618
|
+
default: L2
|
|
616
619
|
}, Symbol.toStringTag, { value: "Module" })), C2 = "data:image/svg+xml,%3csvg%20id='WORKING_ICONS'%20data-name='WORKING%20ICONS'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3ctitle%3edirection%3c/title%3e%3cpath%20fill='%23000000'%20d='M13,6.2A3.8,3.8,0,1,1,9.2,10,3.80428,3.80428,0,0,1,13,6.2m0,7A3.2,3.2,0,1,0,9.8,10,3.20362,3.20362,0,0,0,13,13.2M13,6a4,4,0,1,0,4,4,4.00458,4.00458,0,0,0-4-4h0Zm0,7a3,3,0,1,1,3-3,3.00328,3.00328,0,0,1-3,3h0Zm2.82861-5.82812a4.0315,4.0315,0,0,0-.542-0.45459,4.078,4.078,0,0,0-5.11475.4541A3.96842,3.96842,0,0,0,9.03076,9.5H5a0.17879,0.17879,0,0,1-.18866-0.27124L5.48322,7.75287a0.1933,0.1933,0,0,0-.31177-0.20471L2,10l3.17145,2.45184a0.1933,0.1933,0,0,0,.31177-0.20471L4.81134,10.77124A0.17879,0.17879,0,0,1,5,10.5h5V10a2.98063,2.98063,0,0,1,.87891-2.12158,3.06088,3.06088,0,0,1,3.83545-.34082,3.02248,3.02248,0,0,1,.40723.34131A2.99976,2.99976,0,0,1,13,13H12.5v4h1V13.96924A4.00038,4.00038,0,0,0,15.82861,7.17188Z'/%3e%3c/svg%3e", M2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
617
620
|
__proto__: null,
|
|
618
621
|
default: C2
|
|
619
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
622
|
+
}, Symbol.toStringTag, { value: "Module" })), j2 = "data:image/svg+xml,%3csvg%20id='WORKING_ICONS'%20data-name='WORKING%20ICONS'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3ctitle%3edirection%3c/title%3e%3cpath%20fill='%23000000'%20d='M7,6.2A3.8,3.8,0,1,1,3.2,10,3.80428,3.80428,0,0,1,7,6.2m0,7A3.2,3.2,0,1,0,3.8,10,3.20362,3.20362,0,0,0,7,13.2M7,6a4,4,0,1,0,4,4A4.00458,4.00458,0,0,0,7,6H7Zm0,7a3,3,0,1,1,3-3,3.00328,3.00328,0,0,1-3,3H7Zm7.83777-5.45184a0.1933,0.1933,0,0,0-.31177.20471l0.67188,1.47589A0.17881,0.17881,0,0,1,15.00916,9.5H10V10a2.99994,2.99994,0,0,1-3,3H6.5v4h1V13.96924A4.0032,4.0032,0,0,0,10.96924,10.5h4.03992a0.17881,0.17881,0,0,1,.18872.27124L14.526,12.24713a0.1933,0.1933,0,0,0,.31177.20471L18.00916,10Z'/%3e%3c/svg%3e", R2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
620
623
|
__proto__: null,
|
|
621
|
-
default:
|
|
624
|
+
default: j2
|
|
622
625
|
}, Symbol.toStringTag, { value: "Module" })), G2 = "data:image/svg+xml,%3csvg%20id='WORKING_ICONS'%20data-name='WORKING%20ICONS'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3ctitle%3edirection%3c/title%3e%3cpath%20fill='%23000000'%20d='M10.994,5.2A3.8,3.8,0,1,1,7.194,9a3.80428,3.80428,0,0,1,3.8-3.8m0,7A3.2,3.2,0,1,0,7.794,9a3.20362,3.20362,0,0,0,3.2,3.2m0-7.2a4,4,0,1,0,4,4,4.00458,4.00458,0,0,0-4-4h0Zm0,7a3,3,0,1,1,3-3,3.00328,3.00328,0,0,1-3,3h0Zm2.8291-5.82812a4.03583,4.03583,0,0,0-.54248-0.45459,4.07906,4.07906,0,0,0-5.11475.4541,4.00058,4.00058,0,0,0-.33252,5.28076L4.76758,14.51792a0.17873,0.17873,0,0,1-.325-0.05847L3.874,12.94071a0.19332,0.19332,0,0,0-.36523.07568L3,16.99265l3.97626-.50879a0.19332,0.19332,0,0,0,.07568-0.36523L5.5332,15.55008a0.17879,0.17879,0,0,1-.05835-0.3252l-0.00037-.00037,3.40378-3.40567,0.33838-.353-0.34521-.34619A2.9995,2.9995,0,0,1,8.8729,6.87842a3.06063,3.06063,0,0,1,3.83545-.34082,3.02673,3.02673,0,0,1,.40771.34131A3,3,0,0,1,10.994,12h-0.5v4h1V12.96924A4.00076,4.00076,0,0,0,13.82309,6.17188Z'/%3e%3c/svg%3e", W2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
623
626
|
__proto__: null,
|
|
624
627
|
default: G2
|
|
@@ -628,12 +631,12 @@ const _0 = "data:image/svg+xml,%3csvg%20id='WORKING_ICONS'%20data-name='WORKING%
|
|
|
628
631
|
}, Symbol.toStringTag, { value: "Module" })), H2 = "data:image/svg+xml,%3csvg%20id='WORKING_ICONS'%20data-name='WORKING%20ICONS'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3ctitle%3edirection%3c/title%3e%3cpath%20fill='%23000000'%20d='M10.97473,7.2a3.8,3.8,0,1,1-3.8,3.8,3.80428,3.80428,0,0,1,3.8-3.8m0,7a3.2,3.2,0,1,0-3.2-3.2,3.20362,3.20362,0,0,0,3.2,3.2m0-7.2a4,4,0,1,0,4,4,4.00458,4.00458,0,0,0-4-4h0Zm0,7a3,3,0,1,1,3-3,3.00328,3.00328,0,0,1-3,3h0Zm2.82861-5.82812a4.0315,4.0315,0,0,0-.542-0.45459,4.07671,4.07671,0,0,0-4.73975.12256l-3.04816-3.045A0.17774,0.17774,0,0,1,5.53412,4.473L7.0528,3.90442a0.1933,0.1933,0,0,0-.07568-0.36523L3.00085,3.0304,3.5097,7.00665a0.19328,0.19328,0,0,0,.36517.07568L4.44342,5.5636a0.17879,0.17879,0,0,1,.3252-0.05835L4.7688,5.50507,8.50061,9.23193l0.353-.35352a3.05971,3.05971,0,0,1,3.83545-.34082,3.02248,3.02248,0,0,1,.40723.34131A2.99976,2.99976,0,0,1,10.97473,14h-0.5v4h1V14.96924A4.00038,4.00038,0,0,0,13.80334,8.17188Z'/%3e%3c/svg%3e", V2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
629
632
|
__proto__: null,
|
|
630
633
|
default: H2
|
|
631
|
-
}, Symbol.toStringTag, { value: "Module" })), Z2 = "data:image/svg+xml,%3csvg%20id='WORKING_ICONS'%20data-name='WORKING%20ICONS'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3ctitle%3edirection%3c/title%3e%3cpath%20fill='%23000000'%20d='M8.97128,7.2a3.8,3.8,0,1,1-3.8,3.8,3.80428,3.80428,0,0,1,3.8-3.8m0,7a3.2,3.2,0,1,0-3.2-3.2,3.20362,3.20362,0,0,0,3.2,3.2m0-7.2a4,4,0,1,0,4,4,4.00458,4.00458,0,0,0-4-4h0Zm0,7a3,3,0,1,1,3-3,3.00328,3.00328,0,0,1-3,3h0ZM13.05247,3.45127a0.19328,0.19328,0,0,0-.07568.36517l1.51874,0.5686a0.17878,0.17878,0,0,1,.05835.3252l0.00006,0.00006L10.73885,8.52539l0.35352,0.35352A2.99976,2.99976,0,0,1,8.97127,14h-0.5v3.97917h1V14.96924a4.00123,4.00123,0,0,0,2.66016-6.42236L15.261,5.41734a0.17878,0.17878,0,0,1,.3252.05835L16.1547,6.99443a0.19332,0.19332,0,0,0,.36523-0.07574l0.50879-3.9762Z'/%3e%3c/svg%3e",
|
|
634
|
+
}, Symbol.toStringTag, { value: "Module" })), Z2 = "data:image/svg+xml,%3csvg%20id='WORKING_ICONS'%20data-name='WORKING%20ICONS'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3ctitle%3edirection%3c/title%3e%3cpath%20fill='%23000000'%20d='M8.97128,7.2a3.8,3.8,0,1,1-3.8,3.8,3.80428,3.80428,0,0,1,3.8-3.8m0,7a3.2,3.2,0,1,0-3.2-3.2,3.20362,3.20362,0,0,0,3.2,3.2m0-7.2a4,4,0,1,0,4,4,4.00458,4.00458,0,0,0-4-4h0Zm0,7a3,3,0,1,1,3-3,3.00328,3.00328,0,0,1-3,3h0ZM13.05247,3.45127a0.19328,0.19328,0,0,0-.07568.36517l1.51874,0.5686a0.17878,0.17878,0,0,1,.05835.3252l0.00006,0.00006L10.73885,8.52539l0.35352,0.35352A2.99976,2.99976,0,0,1,8.97127,14h-0.5v3.97917h1V14.96924a4.00123,4.00123,0,0,0,2.66016-6.42236L15.261,5.41734a0.17878,0.17878,0,0,1,.3252.05835L16.1547,6.99443a0.19332,0.19332,0,0,0,.36523-0.07574l0.50879-3.9762Z'/%3e%3c/svg%3e", $2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
632
635
|
__proto__: null,
|
|
633
636
|
default: Z2
|
|
634
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
637
|
+
}, Symbol.toStringTag, { value: "Module" })), T2 = "data:image/svg+xml,%3csvg%20id='WORKING_ICONS'%20data-name='WORKING%20ICONS'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3ctitle%3edirection%3c/title%3e%3cpath%20fill='%23000000'%20d='M10,8.2A3.8,3.8,0,1,1,6.2,12,3.80428,3.80428,0,0,1,10,8.2m0,7A3.2,3.2,0,1,0,6.8,12,3.20362,3.20362,0,0,0,10,15.2M10,8a4,4,0,1,0,4,4,4.00458,4.00458,0,0,0-4-4h0Zm0,7a3,3,0,1,1,3-3,3.00328,3.00328,0,0,1-3,3h0Zm2.83057-5.82666A3.97135,3.97135,0,0,0,10.5,8.03076V5.00415a0.17881,0.17881,0,0,1,.27124-0.18872L12.24713,5.4873a0.19329,0.19329,0,0,0,.20471-0.31177L10,2.00415,7.54816,5.17554a0.1933,0.1933,0,0,0,.20471.31177l1.476-.67187A0.17879,0.17879,0,0,1,9.5,5.00415V9H10a3,3,0,1,1,0,6H9.5v3h1V15.96924A4.00076,4.00076,0,0,0,12.83057,9.17334Z'/%3e%3c/svg%3e", z2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
635
638
|
__proto__: null,
|
|
636
|
-
default:
|
|
639
|
+
default: T2
|
|
637
640
|
}, Symbol.toStringTag, { value: "Module" })), B2 = "data:image/svg+xml,%3csvg%20id='WORKING_ICONS'%20data-name='WORKING%20ICONS'%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3ctitle%3edirection%3c/title%3e%3cpath%20fill='%23000000'%20d='M5.5,10.002a0.17879,0.17879,0,0,0,.27124.18866l1.47589-.67188a0.1933,0.1933,0,0,1,.20471.31177L5,13.002,2.54816,9.83051a0.1933,0.1933,0,0,1,.20471-0.31177l1.476,0.67188A0.17876,0.17876,0,0,0,4.5,10.002V10A5.51888,5.51888,0,0,1,7.25293,5.23437l0.5,0.86523A4.51856,4.51856,0,0,0,5.5,10v0.002Zm6.75146-3.89941A4.51948,4.51948,0,0,1,14.5,10h1a5.5223,5.5223,0,0,0-2.74756-4.7627L12.751,5.23724A0.17878,0.17878,0,0,1,12.72321,4.908L14.043,3.96576a0.19332,0.19332,0,0,0-.16766-0.33319l-3.97247.53766,1.52063,3.70911a0.19331,0.19331,0,0,0,.37238-0.02142L11.952,6.24377A0.17945,0.17945,0,0,1,12.25146,6.10254ZM12.74688,14.766a0.17879,0.17879,0,0,1,.299.14053l0.1561,1.61412a0.1933,0.1933,0,0,0,.37235.02141L15.095,12.833l-3.97245-.53766a0.1933,0.1933,0,0,0-.16764.33317l1.31982,0.94225a0.17879,0.17879,0,0,1-.02781.32923l0.00361-.00254a4.57684,4.57684,0,0,1-4.502,0l-0.501.86523a5.50442,5.50442,0,0,0,5.50391,0Z'%20/%3e%3c/svg%3e", E2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
638
641
|
__proto__: null,
|
|
639
642
|
default: B2
|
|
@@ -686,12 +689,12 @@ const _0 = "data:image/svg+xml,%3csvg%20id='WORKING_ICONS'%20data-name='WORKING%
|
|
|
686
689
|
__proto__: null,
|
|
687
690
|
default: b3
|
|
688
691
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
689
|
-
var I3 = Object.defineProperty, A3 = Object.getOwnPropertyDescriptor,
|
|
692
|
+
var I3 = Object.defineProperty, A3 = Object.getOwnPropertyDescriptor, T = (a, t, e, i) => {
|
|
690
693
|
for (var o = i > 1 ? void 0 : i ? A3(t, e) : t, s = a.length - 1, l; s >= 0; s--)
|
|
691
694
|
(l = a[s]) && (o = (i ? l(t, e, o) : l(o)) || o);
|
|
692
695
|
return i && o && I3(t, e, o), o;
|
|
693
696
|
};
|
|
694
|
-
const N3 = /* @__PURE__ */ Object.assign({ "./assets/directions/arrive.svg": h0, "./assets/directions/arrive_left.svg": u0, "./assets/directions/arrive_right.svg": m0, "./assets/directions/arrive_straight.svg": w0, "./assets/directions/close.svg": O0, "./assets/directions/continue.svg": S0, "./assets/directions/continue_left.svg": A0, "./assets/directions/continue_right.svg":
|
|
697
|
+
const N3 = /* @__PURE__ */ Object.assign({ "./assets/directions/arrive.svg": h0, "./assets/directions/arrive_left.svg": u0, "./assets/directions/arrive_right.svg": m0, "./assets/directions/arrive_straight.svg": w0, "./assets/directions/close.svg": O0, "./assets/directions/continue.svg": S0, "./assets/directions/continue_left.svg": A0, "./assets/directions/continue_right.svg": y0, "./assets/directions/continue_slight_left.svg": x0, "./assets/directions/continue_slight_right.svg": M0, "./assets/directions/continue_straight.svg": R0, "./assets/directions/continue_uturn.svg": W0, "./assets/directions/depart.svg": P0, "./assets/directions/depart_left.svg": V0, "./assets/directions/depart_right.svg": $0, "./assets/directions/depart_straight.svg": z0, "./assets/directions/end_of_road_left.svg": E0, "./assets/directions/end_of_road_right.svg": k0, "./assets/directions/flag.svg": F0, "./assets/directions/fork.svg": J0, "./assets/directions/fork_left.svg": Q0, "./assets/directions/fork_right.svg": tt, "./assets/directions/fork_slight_left.svg": it, "./assets/directions/fork_slight_right.svg": ot, "./assets/directions/fork_straight.svg": lt, "./assets/directions/invalid.svg": nt, "./assets/directions/invalid_left.svg": gt, "./assets/directions/invalid_right.svg": _t, "./assets/directions/invalid_slight_left.svg": vt, "./assets/directions/invalid_slight_right.svg": pt, "./assets/directions/invalid_straight.svg": ft, "./assets/directions/invalid_uturn.svg": Ot, "./assets/directions/merge_left.svg": St, "./assets/directions/merge_right.svg": At, "./assets/directions/merge_slight_left.svg": yt, "./assets/directions/merge_slight_right.svg": xt, "./assets/directions/merge_straight.svg": Mt, "./assets/directions/new_name_left.svg": Rt, "./assets/directions/new_name_right.svg": Wt, "./assets/directions/new_name_sharp_left.svg": Pt, "./assets/directions/new_name_sharp_right.svg": Vt, "./assets/directions/new_name_slight_left.svg": $t, "./assets/directions/new_name_slight_right.svg": zt, "./assets/directions/new_name_straight.svg": Et, "./assets/directions/notification_left.svg": kt, "./assets/directions/notification_right.svg": Ft, "./assets/directions/notification_sharp_left.svg": Jt, "./assets/directions/notification_sharp_right.svg": Qt, "./assets/directions/notification_slight_left.svg": t2, "./assets/directions/notification_slight_right.svg": i2, "./assets/directions/notification_straight.svg": o2, "./assets/directions/off_ramp_left.svg": l2, "./assets/directions/off_ramp_right.svg": n2, "./assets/directions/off_ramp_slight_left.svg": g2, "./assets/directions/off_ramp_slight_right.svg": _2, "./assets/directions/on_ramp_left.svg": v2, "./assets/directions/on_ramp_right.svg": p2, "./assets/directions/on_ramp_sharp_left.svg": f2, "./assets/directions/on_ramp_sharp_right.svg": O2, "./assets/directions/on_ramp_slight_left.svg": S2, "./assets/directions/on_ramp_slight_right.svg": A2, "./assets/directions/on_ramp_straight.svg": y2, "./assets/directions/rotary.svg": x2, "./assets/directions/rotary_left.svg": M2, "./assets/directions/rotary_right.svg": R2, "./assets/directions/rotary_sharp_left.svg": W2, "./assets/directions/rotary_sharp_right.svg": P2, "./assets/directions/rotary_slight_left.svg": V2, "./assets/directions/rotary_slight_right.svg": $2, "./assets/directions/rotary_straight.svg": z2, "./assets/directions/roundabout.svg": E2, "./assets/directions/roundabout_left.svg": k2, "./assets/directions/roundabout_right.svg": F2, "./assets/directions/roundabout_sharp_left.svg": J2, "./assets/directions/roundabout_sharp_right.svg": Q2, "./assets/directions/roundabout_slight_left.svg": t3, "./assets/directions/roundabout_slight_right.svg": i3, "./assets/directions/roundabout_straight.svg": o3, "./assets/directions/turn_left.svg": l3, "./assets/directions/turn_right.svg": n3, "./assets/directions/turn_sharp_left.svg": g3, "./assets/directions/turn_sharp_right.svg": _3, "./assets/directions/turn_slight_left.svg": v3, "./assets/directions/turn_slight_right.svg": p3, "./assets/directions/turn_straight.svg": f3, "./assets/directions/updown.svg": O3, "./assets/directions/uturn.svg": S3 });
|
|
695
698
|
let b = class extends N {
|
|
696
699
|
constructor() {
|
|
697
700
|
super(...arguments), this.visualInstruction = null;
|
|
@@ -706,7 +709,7 @@ let b = class extends N {
|
|
|
706
709
|
return N3[`./assets/directions/${this.getManeuverType().replaceAll(" ", "_")}_${this.getManeuverModifier().replaceAll(" ", "_")}.svg`].default;
|
|
707
710
|
}
|
|
708
711
|
render() {
|
|
709
|
-
return
|
|
712
|
+
return y`<img
|
|
710
713
|
src="${this.getImageUrl()}"
|
|
711
714
|
alt="${this.getManeuverType()} ${this.getManeuverModifier()} maneuver"
|
|
712
715
|
/>`;
|
|
@@ -720,18 +723,18 @@ b.styles = [
|
|
|
720
723
|
}
|
|
721
724
|
`
|
|
722
725
|
];
|
|
723
|
-
|
|
726
|
+
T([
|
|
724
727
|
c()
|
|
725
728
|
], b.prototype, "visualInstruction", 2);
|
|
726
|
-
b =
|
|
727
|
-
|
|
729
|
+
b = T([
|
|
730
|
+
L("maneuver-image")
|
|
728
731
|
], b);
|
|
729
|
-
var
|
|
730
|
-
for (var o = i > 1 ? void 0 : i ?
|
|
732
|
+
var y3 = Object.defineProperty, L3 = Object.getOwnPropertyDescriptor, z = (a, t, e, i) => {
|
|
733
|
+
for (var o = i > 1 ? void 0 : i ? L3(t, e) : t, s = a.length - 1, l; s >= 0; s--)
|
|
731
734
|
(l = a[s]) && (o = (i ? l(t, e, o) : l(o)) || o);
|
|
732
|
-
return i && o &&
|
|
735
|
+
return i && o && y3(t, e, o), o;
|
|
733
736
|
};
|
|
734
|
-
const x3 =
|
|
737
|
+
const x3 = j.LocalizedDistanceFormatter();
|
|
735
738
|
let S = class extends N {
|
|
736
739
|
constructor() {
|
|
737
740
|
super(...arguments), this.tripState = null;
|
|
@@ -739,7 +742,7 @@ let S = class extends N {
|
|
|
739
742
|
render() {
|
|
740
743
|
var _a;
|
|
741
744
|
if ((_a = this.tripState) == null ? void 0 : _a.Navigating)
|
|
742
|
-
return
|
|
745
|
+
return y`
|
|
743
746
|
<div class="instructions-view-card">
|
|
744
747
|
<maneuver-image
|
|
745
748
|
.visualInstruction=${this.tripState.Navigating.visualInstruction}
|
|
@@ -800,14 +803,14 @@ z([
|
|
|
800
803
|
c()
|
|
801
804
|
], S.prototype, "tripState", 2);
|
|
802
805
|
S = z([
|
|
803
|
-
|
|
806
|
+
L("instructions-view")
|
|
804
807
|
], S);
|
|
805
808
|
var C3 = Object.defineProperty, M3 = Object.getOwnPropertyDescriptor, B = (a, t, e, i) => {
|
|
806
809
|
for (var o = i > 1 ? void 0 : i ? M3(t, e) : t, s = a.length - 1, l; s >= 0; s--)
|
|
807
810
|
(l = a[s]) && (o = (i ? l(t, e, o) : l(o)) || o);
|
|
808
811
|
return i && o && C3(t, e, o), o;
|
|
809
812
|
};
|
|
810
|
-
const
|
|
813
|
+
const j3 = j.LocalizedDurationFormatter(), R3 = j.LocalizedDistanceFormatter();
|
|
811
814
|
let I = class extends N {
|
|
812
815
|
constructor() {
|
|
813
816
|
super(...arguments), this.tripState = null;
|
|
@@ -818,7 +821,7 @@ let I = class extends N {
|
|
|
818
821
|
render() {
|
|
819
822
|
var _a;
|
|
820
823
|
if ((_a = this.tripState) == null ? void 0 : _a.Navigating)
|
|
821
|
-
return
|
|
824
|
+
return y`
|
|
822
825
|
<div class="progress-view-card">
|
|
823
826
|
<p class="arrival-text">
|
|
824
827
|
${this.getEstimatedArrival(
|
|
@@ -829,12 +832,12 @@ let I = class extends N {
|
|
|
829
832
|
})}
|
|
830
833
|
</p>
|
|
831
834
|
<p class="arrival-text">
|
|
832
|
-
${
|
|
835
|
+
${j3.format(
|
|
833
836
|
this.tripState.Navigating.progress.durationRemaining
|
|
834
837
|
)}
|
|
835
838
|
</p>
|
|
836
839
|
<p class="arrival-text">
|
|
837
|
-
${
|
|
840
|
+
${R3.format(
|
|
838
841
|
this.tripState.Navigating.progress.distanceRemaining
|
|
839
842
|
)}
|
|
840
843
|
</p>
|
|
@@ -875,7 +878,7 @@ B([
|
|
|
875
878
|
c()
|
|
876
879
|
], I.prototype, "tripState", 2);
|
|
877
880
|
I = B([
|
|
878
|
-
|
|
881
|
+
L("trip-progress-view")
|
|
879
882
|
], I);
|
|
880
883
|
function V(a) {
|
|
881
884
|
let t = null;
|
|
@@ -921,7 +924,7 @@ class G3 {
|
|
|
921
924
|
this.simulationState = null;
|
|
922
925
|
}
|
|
923
926
|
}
|
|
924
|
-
class
|
|
927
|
+
class $3 {
|
|
925
928
|
constructor() {
|
|
926
929
|
this.geolocationWatchId = null, this.lastLocation = null, this.lastHeading = null, this.updateCallback = () => {
|
|
927
930
|
};
|
|
@@ -981,7 +984,7 @@ class T3 {
|
|
|
981
984
|
this.lastLocation = null, navigator.geolocation && this.geolocationWatchId && (navigator.geolocation.clearWatch(this.geolocationWatchId), this.geolocationWatchId = null);
|
|
982
985
|
}
|
|
983
986
|
}
|
|
984
|
-
var W3 = Object.defineProperty, K3 = Object.getOwnPropertyDescriptor,
|
|
987
|
+
var W3 = Object.defineProperty, K3 = Object.getOwnPropertyDescriptor, v = (a, t, e, i) => {
|
|
985
988
|
for (var o = i > 1 ? void 0 : i ? K3(t, e) : t, s = a.length - 1, l; s >= 0; s--)
|
|
986
989
|
(l = a[s]) && (o = (i ? l(t, e, o) : l(o)) || o);
|
|
987
990
|
return i && o && W3(t, e, o), o;
|
|
@@ -1020,9 +1023,9 @@ let n = class extends N {
|
|
|
1020
1023
|
method: i,
|
|
1021
1024
|
// FIXME: assert body is not null
|
|
1022
1025
|
body: new Uint8Array(s).buffer
|
|
1023
|
-
}),
|
|
1026
|
+
}), g = new Uint8Array(await l.arrayBuffer());
|
|
1024
1027
|
try {
|
|
1025
|
-
return this.routeAdapter.parseResponse(
|
|
1028
|
+
return this.routeAdapter.parseResponse(g);
|
|
1026
1029
|
} catch (r) {
|
|
1027
1030
|
throw console.error("Error parsing route response:", r), r;
|
|
1028
1031
|
}
|
|
@@ -1119,7 +1122,7 @@ let n = class extends N {
|
|
|
1119
1122
|
((_a = this.map) == null ? void 0 : _a.getLayer("route")) && ((_b = this.map) == null ? void 0 : _b.removeLayer("route")), ((_c = this.map) == null ? void 0 : _c.getLayer("route-border")) && ((_d = this.map) == null ? void 0 : _d.removeLayer("route-border")), ((_e = this.map) == null ? void 0 : _e.getSource("route")) && ((_f = this.map) == null ? void 0 : _f.removeSource("route")), (_g = this.simulatedLocationMarker) == null ? void 0 : _g.remove();
|
|
1120
1123
|
}
|
|
1121
1124
|
render() {
|
|
1122
|
-
return
|
|
1125
|
+
return y`
|
|
1123
1126
|
<style>
|
|
1124
1127
|
${this.customStyles}
|
|
1125
1128
|
</style>
|
|
@@ -1140,7 +1143,7 @@ let n = class extends N {
|
|
|
1140
1143
|
@click=${this.stopNavigation}
|
|
1141
1144
|
?hidden=${!this._tripState}
|
|
1142
1145
|
>
|
|
1143
|
-
<img src=${
|
|
1146
|
+
<img src=${$} alt="Stop navigation" class="icon" />
|
|
1144
1147
|
</button>
|
|
1145
1148
|
</div>
|
|
1146
1149
|
</div>
|
|
@@ -1222,53 +1225,53 @@ n.styles = [
|
|
|
1222
1225
|
}
|
|
1223
1226
|
`
|
|
1224
1227
|
];
|
|
1225
|
-
|
|
1228
|
+
v([
|
|
1226
1229
|
c()
|
|
1227
1230
|
], n.prototype, "valhallaEndpointUrl", 2);
|
|
1228
|
-
|
|
1231
|
+
v([
|
|
1229
1232
|
c()
|
|
1230
1233
|
], n.prototype, "profile", 2);
|
|
1231
|
-
|
|
1234
|
+
v([
|
|
1232
1235
|
c({ attribute: false })
|
|
1233
1236
|
], n.prototype, "httpClient", 2);
|
|
1234
|
-
|
|
1237
|
+
v([
|
|
1235
1238
|
c({ type: Object, attribute: false })
|
|
1236
1239
|
], n.prototype, "locationProvider", 2);
|
|
1237
|
-
|
|
1240
|
+
v([
|
|
1238
1241
|
c({ type: Object, attribute: false })
|
|
1239
1242
|
], n.prototype, "options", 2);
|
|
1240
|
-
|
|
1243
|
+
v([
|
|
1241
1244
|
c0()
|
|
1242
1245
|
], n.prototype, "_tripState", 2);
|
|
1243
|
-
|
|
1246
|
+
v([
|
|
1244
1247
|
c({ type: Function, attribute: false })
|
|
1245
1248
|
], n.prototype, "onNavigationStart", 2);
|
|
1246
|
-
|
|
1249
|
+
v([
|
|
1247
1250
|
c({ type: Function, attribute: false })
|
|
1248
1251
|
], n.prototype, "onNavigationStop", 2);
|
|
1249
|
-
|
|
1252
|
+
v([
|
|
1250
1253
|
c({ type: Function, attribute: true })
|
|
1251
1254
|
], n.prototype, "onTripStateChange", 2);
|
|
1252
|
-
|
|
1255
|
+
v([
|
|
1253
1256
|
c({ type: Object, attribute: false })
|
|
1254
1257
|
], n.prototype, "customStyles", 2);
|
|
1255
|
-
|
|
1258
|
+
v([
|
|
1256
1259
|
c({ type: Boolean })
|
|
1257
1260
|
], n.prototype, "useVoiceGuidance", 2);
|
|
1258
|
-
|
|
1261
|
+
v([
|
|
1259
1262
|
c({ type: Boolean })
|
|
1260
1263
|
], n.prototype, "geolocateOnLoad", 2);
|
|
1261
|
-
|
|
1264
|
+
v([
|
|
1262
1265
|
c({ type: Boolean })
|
|
1263
1266
|
], n.prototype, "addGeolocateControl", 2);
|
|
1264
|
-
|
|
1267
|
+
v([
|
|
1265
1268
|
c({ type: Object })
|
|
1266
1269
|
], n.prototype, "map", 2);
|
|
1267
|
-
n =
|
|
1268
|
-
|
|
1270
|
+
n = v([
|
|
1271
|
+
L("ferrostar-map")
|
|
1269
1272
|
], n);
|
|
1270
1273
|
export {
|
|
1271
|
-
|
|
1274
|
+
$3 as BrowserLocationProvider,
|
|
1272
1275
|
n as FerrostarMap,
|
|
1273
1276
|
G3 as SimulatedLocationProvider
|
|
1274
1277
|
};
|