@mapsindoors/map-template 1.93.2 → 1.94.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.
- package/dist/{GoogleMapsMap-982405ad.mjs → GoogleMapsMap-BqYRaFgc.mjs} +51 -62
- package/dist/MapboxMap-CUYrfLHY.mjs +34732 -0
- package/dist/_commonjsHelpers-ba3f0406.js +21 -0
- package/dist/combo-box-item.entry.js +15 -0
- package/dist/icon-b8d01d6f.js +24 -0
- package/dist/index-7e9696f3.js +1678 -0
- package/dist/index.js +1 -0
- package/dist/loader.js +18 -0
- package/dist/mapsindoors-react.es.js +3 -5
- package/dist/mapsindoors-react.umd.js +197 -582
- package/dist/mapsindoors-webcomponent.es.js +58512 -75790
- package/dist/mi-card_2.entry.js +28 -0
- package/dist/mi-chip.entry.js +22 -0
- package/dist/mi-column.entry.js +28 -0
- package/dist/mi-combo-box.entry.js +416 -0
- package/dist/mi-components.js +18 -0
- package/dist/mi-data-table.entry.js +302 -0
- package/dist/mi-distance_2.entry.js +67 -0
- package/dist/mi-dropdown-item.entry.js +15 -0
- package/dist/mi-dropdown.entry.js +610 -0
- package/dist/mi-floor-selector.entry.js +202 -0
- package/dist/mi-keyboard.entry.js +238 -0
- package/dist/mi-list-item-category.entry.js +48 -0
- package/dist/mi-list-item-location.entry.js +171 -0
- package/dist/mi-list.entry.js +56 -0
- package/dist/mi-location-booking.entry.js +5193 -0
- package/dist/mi-location-info.entry.js +63 -0
- package/dist/mi-map-googlemaps.entry.js +750 -0
- package/dist/mi-map-mapbox.entry.js +467 -0
- package/dist/mi-metric-card.entry.js +48 -0
- package/dist/mi-my-position.entry.js +986 -0
- package/dist/mi-notification.entry.js +127 -0
- package/dist/mi-route-instructions-heading.entry.js +73 -0
- package/dist/mi-route-instructions-maneuver-legacy.entry.js +82 -0
- package/dist/mi-route-instructions-maneuver.entry.js +82 -0
- package/dist/mi-route-instructions-step-legacy.entry.js +308 -0
- package/dist/mi-route-instructions-step.entry.js +321 -0
- package/dist/mi-route-instructions.entry.js +157 -0
- package/dist/mi-scroll-buttons.entry.js +112 -0
- package/dist/mi-search.entry.js +376 -0
- package/dist/mi-share-sms.entry.js +80 -0
- package/dist/mi-step-switcher.entry.js +31 -0
- package/dist/mi-tab-panel.entry.js +25 -0
- package/dist/mi-tab.entry.js +12 -0
- package/dist/mi-tabs.entry.js +47 -0
- package/dist/mi-time.entry.js +57 -0
- package/dist/mi-variables-9a6c8d4d.js +6 -0
- package/dist/polyfills/core-js.js +11 -0
- package/dist/polyfills/css-shim.js +1 -0
- package/dist/polyfills/dom.js +79 -0
- package/dist/polyfills/es5-html-element.js +1 -0
- package/dist/polyfills/index.js +34 -0
- package/dist/polyfills/system.js +6 -0
- package/dist/{reactcomponent-7fbbd9b2.mjs → reactcomponent-DTepe7hB.mjs} +14121 -14626
- package/dist/route-travel-mode.enum-7f4ce9c7.js +9 -0
- package/dist/sort-order.enum-64ce8998.js +552 -0
- package/dist/unit-system.enum-eaefb53e.js +7 -0
- package/dist/utils-ae714467.js +61 -0
- package/package.json +10 -6
- package/dist/MapboxMap-06ef82a3.mjs +0 -37815
- package/dist/_commonjsHelpers-ba3f0406-b96e6d6a.mjs +0 -22
- package/dist/combo-box-item.entry-d35f3d51.mjs +0 -15
- package/dist/icon-b8d01d6f-ddfa2c17.mjs +0 -25
- package/dist/mapsindoors-webcomponent.umd.js +0 -3245
- package/dist/mi-card_2.entry-fc772c35.mjs +0 -26
- package/dist/mi-chip.entry-81c742a1.mjs +0 -19
- package/dist/mi-column.entry-3a083282.mjs +0 -21
- package/dist/mi-combo-box.entry-cae6401a.mjs +0 -263
- package/dist/mi-data-table.entry-d4c3f445.mjs +0 -224
- package/dist/mi-distance_2.entry-a33ed69a.mjs +0 -339
- package/dist/mi-dropdown-item.entry-974d1e4f.mjs +0 -15
- package/dist/mi-dropdown.entry-5317db65.mjs +0 -349
- package/dist/mi-floor-selector.entry-185fbd8b.mjs +0 -115
- package/dist/mi-keyboard.entry-eaf4b9ef.mjs +0 -3103
- package/dist/mi-list-item-category.entry-9c95008c.mjs +0 -39
- package/dist/mi-list-item-location.entry-8b41e8f0.mjs +0 -137
- package/dist/mi-list.entry-1218d29d.mjs +0 -42
- package/dist/mi-location-booking.entry-270aaf5a.mjs +0 -4866
- package/dist/mi-location-info.entry-e4f7fd04.mjs +0 -32
- package/dist/mi-map-googlemaps.entry-81fa28d2.mjs +0 -467
- package/dist/mi-map-mapbox.entry-31821da3.mjs +0 -301
- package/dist/mi-metric-card.entry-40407f04.mjs +0 -29
- package/dist/mi-my-position.entry-bc48fe6e.mjs +0 -703
- package/dist/mi-notification.entry-9a2bc53b.mjs +0 -84
- package/dist/mi-route-instructions-heading.entry-e5b1ff04.mjs +0 -75
- package/dist/mi-route-instructions-maneuver-legacy.entry-2c3d73ab.mjs +0 -76
- package/dist/mi-route-instructions-maneuver.entry-c6f01024.mjs +0 -76
- package/dist/mi-route-instructions-step-legacy.entry-80bcf097.mjs +0 -202
- package/dist/mi-route-instructions-step.entry-db802e13.mjs +0 -231
- package/dist/mi-route-instructions.entry-62416e29.mjs +0 -143
- package/dist/mi-scroll-buttons.entry-92b62b21.mjs +0 -83
- package/dist/mi-search.entry-87f1e64a.mjs +0 -251
- package/dist/mi-share-sms.entry-b6725edb.mjs +0 -56
- package/dist/mi-step-switcher.entry-f8f6c040.mjs +0 -27
- package/dist/mi-tab-panel.entry-a89213c2.mjs +0 -22
- package/dist/mi-tab.entry-a2fb3f8c.mjs +0 -14
- package/dist/mi-tabs.entry-cd638ea7.mjs +0 -37
- package/dist/mi-time.entry-0b02870d.mjs +0 -46
- package/dist/mi-variables-9a6c8d4d-e06eec88.mjs +0 -8
- package/dist/route-travel-mode.enum-7f4ce9c7-a9c95a83.mjs +0 -8
- package/dist/sort-order.enum-64ce8998-b75ac596.mjs +0 -318
- package/dist/unit-system.enum-eaefb53e-0f424da4.mjs +0 -8
- package/dist/utils-ae714467-b07fc3be.mjs +0 -37
|
@@ -1,703 +0,0 @@
|
|
|
1
|
-
import { r as It, c as ot, h as yi, H as Nt } from "./reactcomponent-7fbbd9b2.mjs";
|
|
2
|
-
import { c as pt, a as bt } from "./_commonjsHelpers-ba3f0406-b96e6d6a.mjs";
|
|
3
|
-
import "react";
|
|
4
|
-
import "react-dom";
|
|
5
|
-
var Zi = pt(function(i, r) {
|
|
6
|
-
((d, g) => {
|
|
7
|
-
function D(a) {
|
|
8
|
-
for (var u = {}, l = 0; l < a.length; l++)
|
|
9
|
-
u[a[l].toUpperCase()] = a[l];
|
|
10
|
-
return u;
|
|
11
|
-
}
|
|
12
|
-
var B = 500, Ni = "user-agent", A = "", Wi = "?", pi = "function", Z = "undefined", q = "object", fi = "string", S = "browser", U = "cpu", C = "device", z = "engine", x = "os", J = "result", s = "name", t = "type", o = "vendor", n = "version", E = "architecture", ni = "major", e = "model", ri = "console", h = "mobile", N = "tablet", f = "smarttv", _ = "wearable", ji = "xr", ai = "embedded", ci = "inapp", Ai = "brands", G = "formFactors", Si = "fullVersionList", X = "platform", Ei = "platformVersion", bi = "bitness", W = "sec-ch-ua", at = W + "-full-version-list", ct = W + "-arch", ut = W + "-" + bi, Mt = W + "-form-factors", lt = W + "-" + h, dt = W + "-" + e, Hi = W + "-" + X, ht = Hi + "-version", Vi = [Ai, Si, h, e, X, Ei, E, G, bi], Oi = "Amazon", $ = "Apple", Ki = "ASUS", Bi = "BlackBerry", F = "Google", Gi = "Huawei", Pi = "Microsoft", xi = "Motorola", zi = "Nvidia", Fi = "OnePlus", vi = "OPPO", ui = "Samsung", Mi = "Sony", ki = "Xiaomi", Li = "Zebra", qi = "Chromium", H = "Chromecast", li = "Firefox", v = "Opera", Ci = "Facebook", ii = "Mobile ", di = " Browser", _i = "Windows", Ji = typeof d !== Z, P = Ji && d.navigator ? d.navigator : g, V = P && P.userAgentData ? P.userAgentData : g, Ui = function(a, u) {
|
|
13
|
-
if (typeof a === q && 0 < a.length) {
|
|
14
|
-
for (var l in a)
|
|
15
|
-
if (Q(a[l]) == Q(u))
|
|
16
|
-
return !0;
|
|
17
|
-
return !1;
|
|
18
|
-
}
|
|
19
|
-
return !!ti(a) && Q(u).indexOf(Q(a)) !== -1;
|
|
20
|
-
}, Di = function(a, u) {
|
|
21
|
-
for (var l in a)
|
|
22
|
-
return /^(browser|cpu|device|engine|os)$/.test(l) || !!u && Di(a[l]);
|
|
23
|
-
}, ti = function(a) {
|
|
24
|
-
return typeof a === fi;
|
|
25
|
-
}, Qi = function(a) {
|
|
26
|
-
if (!a)
|
|
27
|
-
return g;
|
|
28
|
-
for (var u, l = [], y = ei(/\\?\"/g, a).split(","), M = 0; M < y.length; M++)
|
|
29
|
-
-1 < y[M].indexOf(";") ? (u = gi(y[M]).split(";v="), l[M] = { brand: u[0], version: u[1] }) : l[M] = gi(y[M]);
|
|
30
|
-
return l;
|
|
31
|
-
}, Q = function(a) {
|
|
32
|
-
return ti(a) ? a.toLowerCase() : a;
|
|
33
|
-
}, Yi = function(a) {
|
|
34
|
-
return ti(a) ? ei(/[^\d\.]/g, a).split(".")[0] : g;
|
|
35
|
-
}, Y = function(a) {
|
|
36
|
-
for (var u in a)
|
|
37
|
-
u = a[u], typeof u == q && u.length == 2 ? this[u[0]] = u[1] : this[u] = g;
|
|
38
|
-
return this;
|
|
39
|
-
}, ei = function(a, u) {
|
|
40
|
-
return ti(u) ? u.replace(a, A) : u;
|
|
41
|
-
}, hi = function(a) {
|
|
42
|
-
return ei(/\\?\"/g, a);
|
|
43
|
-
}, gi = function(a, u) {
|
|
44
|
-
if (ti(a))
|
|
45
|
-
return a = ei(/^\s\s*/, a), typeof u === Z ? a : a.substring(0, B);
|
|
46
|
-
}, Ri = function(a, u) {
|
|
47
|
-
if (a && u)
|
|
48
|
-
for (var l, y, M, w, p, b = 0; b < u.length && !w; ) {
|
|
49
|
-
for (var I = u[b], O = u[b + 1], m = l = 0; m < I.length && !w && I[m]; )
|
|
50
|
-
if (w = I[m++].exec(a))
|
|
51
|
-
for (y = 0; y < O.length; y++)
|
|
52
|
-
p = w[++l], typeof (M = O[y]) === q && 0 < M.length ? M.length === 2 ? typeof M[1] == pi ? this[M[0]] = M[1].call(this, p) : this[M[0]] = M[1] : M.length === 3 ? typeof M[1] !== pi || M[1].exec && M[1].test ? this[M[0]] = p ? p.replace(M[1], M[2]) : g : this[M[0]] = p ? M[1].call(this, p, M[2]) : g : M.length === 4 && (this[M[0]] = p ? M[3].call(this, p.replace(M[1], M[2])) : g) : this[M] = p || g;
|
|
53
|
-
b += 2;
|
|
54
|
-
}
|
|
55
|
-
}, K = function(a, u) {
|
|
56
|
-
for (var l in u)
|
|
57
|
-
if (typeof u[l] === q && 0 < u[l].length) {
|
|
58
|
-
for (var y = 0; y < u[l].length; y++)
|
|
59
|
-
if (Ui(u[l][y], a))
|
|
60
|
-
return l === Wi ? g : l;
|
|
61
|
-
} else if (Ui(u[l], a))
|
|
62
|
-
return l === Wi ? g : l;
|
|
63
|
-
return u.hasOwnProperty("*") ? u["*"] : a;
|
|
64
|
-
}, Xi = { ME: "4.90", "NT 3.11": "NT3.51", "NT 4.0": "NT4.0", 2e3: "NT 5.0", XP: ["NT 5.1", "NT 5.2"], Vista: "NT 6.0", 7: "NT 6.1", 8: "NT 6.2", 8.1: "NT 6.3", 10: ["NT 6.4", "NT 10.0"], RT: "ARM" }, $i = { embedded: "Automotive", mobile: "Mobile", tablet: ["Tablet", "EInk"], smarttv: "TV", wearable: "Watch", xr: ["VR", "XR"], "?": ["Desktop", "Unknown"], "*": g }, it = { browser: [[/\b(?:crmo|crios)\/([\w\.]+)/i], [n, [s, ii + "Chrome"]], [/edg(?:e|ios|a)?\/([\w\.]+)/i], [n, [s, "Edge"]], [/(opera mini)\/([-\w\.]+)/i, /(opera [mobiletab]{3,6})\b.+version\/([-\w\.]+)/i, /(opera)(?:.+version\/|[\/ ]+)([\w\.]+)/i], [s, n], [/opios[\/ ]+([\w\.]+)/i], [n, [s, v + " Mini"]], [/\bop(?:rg)?x\/([\w\.]+)/i], [n, [s, v + " GX"]], [/\bopr\/([\w\.]+)/i], [n, [s, v]], [/\bb[ai]*d(?:uhd|[ub]*[aekoprswx]{5,6})[\/ ]?([\w\.]+)/i], [n, [s, "Baidu"]], [/\b(?:mxbrowser|mxios|myie2)\/?([-\w\.]*)\b/i], [n, [s, "Maxthon"]], [/(kindle)\/([\w\.]+)/i, /(lunascape|maxthon|netfront|jasmine|blazer|sleipnir)[\/ ]?([\w\.]*)/i, /(avant|iemobile|slim(?:browser|boat|jet))[\/ ]?([\d\.]*)/i, /(?:ms|\()(ie) ([\w\.]+)/i, /(flock|rockmelt|midori|epiphany|silk|skyfire|ovibrowser|bolt|iron|vivaldi|iridium|phantomjs|bowser|qupzilla|falkon|rekonq|puffin|brave|whale(?!.+naver)|qqbrowserlite|duckduckgo|klar|helio|(?=comodo_)?dragon|otter|dooble|(?:lg |qute)browser)\/([-\w\.]+)/i, /(heytap|ovi|115|surf)browser\/([\d\.]+)/i, /(ecosia|weibo)(?:__| \w+@)([\d\.]+)/i], [s, n], [/quark(?:pc)?\/([-\w\.]+)/i], [n, [s, "Quark"]], [/\bddg\/([\w\.]+)/i], [n, [s, "DuckDuckGo"]], [/(?:\buc? ?browser|(?:juc.+)ucweb)[\/ ]?([\w\.]+)/i], [n, [s, "UCBrowser"]], [/microm.+\bqbcore\/([\w\.]+)/i, /\bqbcore\/([\w\.]+).+microm/i, /micromessenger\/([\w\.]+)/i], [n, [s, "WeChat"]], [/konqueror\/([\w\.]+)/i], [n, [s, "Konqueror"]], [/trident.+rv[: ]([\w\.]{1,9})\b.+like gecko/i], [n, [s, "IE"]], [/ya(?:search)?browser\/([\w\.]+)/i], [n, [s, "Yandex"]], [/slbrowser\/([\w\.]+)/i], [n, [s, "Smart Lenovo" + di]], [/(avast|avg)\/([\w\.]+)/i], [[s, /(.+)/, "$1 Secure" + di], n], [/\bfocus\/([\w\.]+)/i], [n, [s, li + " Focus"]], [/\bopt\/([\w\.]+)/i], [n, [s, v + " Touch"]], [/coc_coc\w+\/([\w\.]+)/i], [n, [s, "Coc Coc"]], [/dolfin\/([\w\.]+)/i], [n, [s, "Dolphin"]], [/coast\/([\w\.]+)/i], [n, [s, v + " Coast"]], [/miuibrowser\/([\w\.]+)/i], [n, [s, "MIUI" + di]], [/fxios\/([\w\.-]+)/i], [n, [s, ii + li]], [/\bqihoobrowser\/?([\w\.]*)/i], [n, [s, "360"]], [/\b(qq)\/([\w\.]+)/i], [[s, /(.+)/, "$1Browser"], n], [/(oculus|sailfish|huawei|vivo|pico)browser\/([\w\.]+)/i], [[s, /(.+)/, "$1" + di], n], [/samsungbrowser\/([\w\.]+)/i], [n, [s, ui + " Internet"]], [/metasr[\/ ]?([\d\.]+)/i], [n, [s, "Sogou Explorer"]], [/(sogou)mo\w+\/([\d\.]+)/i], [[s, "Sogou Mobile"], n], [/(electron)\/([\w\.]+) safari/i, /(tesla)(?: qtcarbrowser|\/(20\d\d\.[-\w\.]+))/i, /m?(qqbrowser|2345(?=browser|chrome|explorer))\w*[\/ ]?v?([\w\.]+)/i], [s, n], [/(lbbrowser|rekonq)/i], [s], [/ome\/([\w\.]+) \w* ?(iron) saf/i, /ome\/([\w\.]+).+qihu (360)[es]e/i], [n, s], [/((?:fban\/fbios|fb_iab\/fb4a)(?!.+fbav)|;fbav\/([\w\.]+);)/i], [[s, Ci], n, [t, ci]], [/(Klarna)\/([\w\.]+)/i, /(kakao(?:talk|story))[\/ ]([\w\.]+)/i, /(naver)\(.*?(\d+\.[\w\.]+).*\)/i, /(daum)apps[\/ ]([\w\.]+)/i, /safari (line)\/([\w\.]+)/i, /\b(line)\/([\w\.]+)\/iab/i, /(alipay)client\/([\w\.]+)/i, /(twitter)(?:and| f.+e\/([\w\.]+))/i, /(instagram|snapchat)[\/ ]([-\w\.]+)/i], [s, n, [t, ci]], [/\bgsa\/([\w\.]+) .*safari\//i], [n, [s, "GSA"], [t, ci]], [/musical_ly(?:.+app_?version\/|_)([\w\.]+)/i], [n, [s, "TikTok"], [t, ci]], [/\[(linkedin)app\]/i], [s, [t, ci]], [/(chromium)[\/ ]([-\w\.]+)/i], [s, n], [/headlesschrome(?:\/([\w\.]+)| )/i], [n, [s, "Chrome Headless"]], [/ wv\).+(chrome)\/([\w\.]+)/i], [[s, "Chrome WebView"], n], [/droid.+ version\/([\w\.]+)\b.+(?:mobile safari|safari)/i], [n, [s, "Android" + di]], [/chrome\/([\w\.]+) mobile/i], [n, [s, ii + "Chrome"]], [/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\/v?([\w\.]+)/i], [s, n], [/version\/([\w\.\,]+) .*mobile(?:\/\w+ | ?)safari/i], [n, [s, ii + "Safari"]], [/iphone .*mobile(?:\/\w+ | ?)safari/i], [[s, ii + "Safari"]], [/version\/([\w\.\,]+) .*(safari)/i], [n, s], [/webkit.+?(mobile ?safari|safari)(\/[\w\.]+)/i], [s, [n, "1"]], [/(webkit|khtml)\/([\w\.]+)/i], [s, n], [/(?:mobile|tablet);.*(firefox)\/([\w\.-]+)/i], [[s, ii + li], n], [/(navigator|netscape\d?)\/([-\w\.]+)/i], [[s, "Netscape"], n], [/(wolvic|librewolf)\/([\w\.]+)/i], [s, n], [/mobile vr; rv:([\w\.]+)\).+firefox/i], [n, [s, li + " Reality"]], [/ekiohf.+(flow)\/([\w\.]+)/i, /(swiftfox)/i, /(icedragon|iceweasel|camino|chimera|fennec|maemo browser|minimo|conkeror)[\/ ]?([\w\.\+]+)/i, /(seamonkey|k-meleon|icecat|iceape|firebird|phoenix|palemoon|basilisk|waterfox)\/([-\w\.]+)$/i, /(firefox)\/([\w\.]+)/i, /(mozilla)\/([\w\.]+) .+rv\:.+gecko\/\d+/i, /(amaya|dillo|doris|icab|ladybird|lynx|mosaic|netsurf|obigo|polaris|w3m|(?:go|ice|up)[\. ]?browser)[-\/ ]?v?([\w\.]+)/i, /\b(links) \(([\w\.]+)/i], [s, [n, /_/g, "."]], [/(cobalt)\/([\w\.]+)/i], [s, [n, /[^\d\.]+./, A]]], cpu: [[/\b((amd|x|x86[-_]?|wow|win)64)\b/i], [[E, "amd64"]], [/(ia32(?=;))/i, /\b((i[346]|x)86)(pc)?\b/i], [[E, "ia32"]], [/\b(aarch64|arm(v?[89]e?l?|_?64))\b/i], [[E, "arm64"]], [/\b(arm(v[67])?ht?n?[fl]p?)\b/i], [[E, "armhf"]], [/( (ce|mobile); ppc;|\/[\w\.]+arm\b)/i], [[E, "arm"]], [/((ppc|powerpc)(64)?)( mac|;|\))/i], [[E, /ower/, A, Q]], [/ sun4\w[;\)]/i], [[E, "sparc"]], [/\b(avr32|ia64(?=;)|68k(?=\))|\barm(?=v([1-7]|[5-7]1)l?|;|eabi)|(irix|mips|sparc)(64)?\b|pa-risc)/i], [[E, Q]]], device: [[/\b(sch-i[89]0\d|shw-m380s|sm-[ptx]\w{2,4}|gt-[pn]\d{2,4}|sgh-t8[56]9|nexus 10)/i], [e, [o, ui], [t, N]], [/\b((?:s[cgp]h|gt|sm)-(?![lr])\w+|sc[g-]?[\d]+a?|galaxy nexus)/i, /samsung[- ]((?!sm-[lr])[-\w]+)/i, /sec-(sgh\w+)/i], [e, [o, ui], [t, h]], [/(?:\/|\()(ip(?:hone|od)[\w, ]*)(?:\/|;)/i], [e, [o, $], [t, h]], [/\((ipad);[-\w\),; ]+apple/i, /applecoremedia\/[\w\.]+ \((ipad)/i, /\b(ipad)\d\d?,\d\d?[;\]].+ios/i], [e, [o, $], [t, N]], [/(macintosh);/i], [e, [o, $]], [/\b(sh-?[altvz]?\d\d[a-ekm]?)/i], [e, [o, "Sharp"], [t, h]], [/\b((?:brt|eln|hey2?|gdi|jdn)-a?[lnw]09|(?:ag[rm]3?|jdn2|kob2)-a?[lw]0[09]hn)(?: bui|\)|;)/i], [e, [o, "Honor"], [t, N]], [/honor([-\w ]+)[;\)]/i], [e, [o, "Honor"], [t, h]], [/\b((?:ag[rs][2356]?k?|bah[234]?|bg[2o]|bt[kv]|cmr|cpn|db[ry]2?|jdn2|got|kob2?k?|mon|pce|scm|sht?|[tw]gr|vrd)-[ad]?[lw][0125][09]b?|605hw|bg2-u03|(?:gem|fdr|m2|ple|t1)-[7a]0[1-4][lu]|t1-a2[13][lw]|mediapad[\w\. ]*(?= bui|\)))\b(?!.+d\/s)/i], [e, [o, Gi], [t, N]], [/(?:huawei)([-\w ]+)[;\)]/i, /\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][012359c][adn]?)\b(?!.+d\/s)/i], [e, [o, Gi], [t, h]], [/oid[^\)]+; (2[\dbc]{4}(182|283|rp\w{2})[cgl]|m2105k81a?c)(?: bui|\))/i, /\b((?:red)?mi[-_ ]?pad[\w- ]*)(?: bui|\))/i], [[e, /_/g, " "], [o, ki], [t, N]], [/\b(poco[\w ]+|m2\d{3}j\d\d[a-z]{2})(?: bui|\))/i, /\b; (\w+) build\/hm\1/i, /\b(hm[-_ ]?note?[_ ]?(?:\d\w)?) bui/i, /\b(redmi[\-_ ]?(?:note|k)?[\w_ ]+)(?: bui|\))/i, /oid[^\)]+; (m?[12][0-389][01]\w{3,6}[c-y])( bui|; wv|\))/i, /\b(mi[-_ ]?(?:a\d|one|one[_ ]plus|note lte|max|cc)?[_ ]?(?:\d?\w?)[_ ]?(?:plus|se|lite|pro)?)(?: bui|\))/i, / ([\w ]+) miui\/v?\d/i], [[e, /_/g, " "], [o, ki], [t, h]], [/; (\w+) bui.+ oppo/i, /\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i], [e, [o, vi], [t, h]], [/\b(opd2(\d{3}a?))(?: bui|\))/i], [e, [o, K, { OnePlus: ["304", "403", "203"], "*": vi }], [t, N]], [/(vivo (5r?|6|8l?|go|one|s|x[il]?[2-4]?)[\w\+ ]*)(?: bui|\))/i], [e, [o, "BLU"], [t, h]], [/; vivo (\w+)(?: bui|\))/i, /\b(v[12]\d{3}\w?[at])(?: bui|;)/i], [e, [o, "Vivo"], [t, h]], [/\b(rmx[1-3]\d{3})(?: bui|;|\))/i], [e, [o, "Realme"], [t, h]], [/\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\b[\w ]+build\//i, /\bmot(?:orola)?[- ](\w*)/i, /((?:moto(?! 360)[\w\(\) ]+|xt\d{3,4}|nexus 6)(?= bui|\)))/i], [e, [o, xi], [t, h]], [/\b(mz60\d|xoom[2 ]{0,2}) build\//i], [e, [o, xi], [t, N]], [/((?=lg)?[vl]k\-?\d{3}) bui| 3\.[-\w; ]{10}lg?-([06cv9]{3,4})/i], [e, [o, "LG"], [t, N]], [/(lm(?:-?f100[nv]?|-[\w\.]+)(?= bui|\))|nexus [45])/i, /\blg[-e;\/ ]+(?!.*(?:browser|netcast|android tv|watch))(\w+)/i, /\blg-?([\d\w]+) bui/i], [e, [o, "LG"], [t, h]], [/(ideatab[-\w ]+|602lv|d-42a|a101lv|a2109a|a3500-hv|s[56]000|pb-6505[my]|tb-?x?\d{3,4}(?:f[cu]|xu|[av])|yt\d?-[jx]?\d+[lfmx])( bui|;|\)|\/)/i, /lenovo ?(b[68]0[08]0-?[hf]?|tab(?:[\w- ]+?)|tb[\w-]{6,7})( bui|;|\)|\/)/i], [e, [o, "Lenovo"], [t, N]], [/(nokia) (t[12][01])/i], [o, e, [t, N]], [/(?:maemo|nokia).*(n900|lumia \d+|rm-\d+)/i, /nokia[-_ ]?(([-\w\. ]*))/i], [[e, /_/g, " "], [t, h], [o, "Nokia"]], [/(pixel (c|tablet))\b/i], [e, [o, F], [t, N]], [/droid.+; (pixel[\daxl ]{0,6})(?: bui|\))/i], [e, [o, F], [t, h]], [/droid.+; (a?\d[0-2]{2}so|[c-g]\d{4}|so[-gl]\w+|xq-a\w[4-7][12])(?= bui|\).+chrome\/(?![1-6]{0,1}\d\.))/i], [e, [o, Mi], [t, h]], [/sony tablet [ps]/i, /\b(?:sony)?sgp\w+(?: bui|\))/i], [[e, "Xperia Tablet"], [o, Mi], [t, N]], [/ (kb2005|in20[12]5|be20[12][59])\b/i, /(?:one)?(?:plus)? (a\d0\d\d)(?: b|\))/i], [e, [o, Fi], [t, h]], [/(alexa)webm/i, /(kf[a-z]{2}wi|aeo(?!bc)\w\w)( bui|\))/i, /(kf[a-z]+)( bui|\)).+silk\//i], [e, [o, Oi], [t, N]], [/((?:sd|kf)[0349hijorstuw]+)( bui|\)).+silk\//i], [[e, /(.+)/g, "Fire Phone $1"], [o, Oi], [t, h]], [/(playbook);[-\w\),; ]+(rim)/i], [e, o, [t, N]], [/\b((?:bb[a-f]|st[hv])100-\d)/i, /\(bb10; (\w+)/i], [e, [o, Bi], [t, h]], [/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i], [e, [o, Ki], [t, N]], [/ (z[bes]6[027][012][km][ls]|zenfone \d\w?)\b/i], [e, [o, Ki], [t, h]], [/(nexus 9)/i], [e, [o, "HTC"], [t, N]], [/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i, /(zte)[- ]([\w ]+?)(?: bui|\/|\))/i, /(alcatel|geeksphone|nexian|panasonic(?!(?:;|\.))|sony(?!-bra))[-_ ]?([-\w]*)/i], [o, [e, /_/g, " "], [t, h]], [/tcl (xess p17aa)/i, /droid [\w\.]+; ((?:8[14]9[16]|9(?:0(?:48|60|8[01])|1(?:3[27]|66)|2(?:6[69]|9[56])|466))[gqswx])(_\w(\w|\w\w))?(\)| bui)/i], [e, [o, "TCL"], [t, N]], [/droid [\w\.]+; (418(?:7d|8v)|5087z|5102l|61(?:02[dh]|25[adfh]|27[ai]|56[dh]|59k|65[ah])|a509dl|t(?:43(?:0w|1[adepqu])|50(?:6d|7[adju])|6(?:09dl|10k|12b|71[efho]|76[hjk])|7(?:66[ahju]|67[hw]|7[045][bh]|71[hk]|73o|76[ho]|79w|81[hks]?|82h|90[bhsy]|99b)|810[hs]))(_\w(\w|\w\w))?(\)| bui)/i], [e, [o, "TCL"], [t, h]], [/(itel) ((\w+))/i], [[o, Q], e, [t, K, { tablet: ["p10001l", "w7001"], "*": "mobile" }]], [/droid.+; ([ab][1-7]-?[0178a]\d\d?)/i], [e, [o, "Acer"], [t, N]], [/droid.+; (m[1-5] note) bui/i, /\bmz-([-\w]{2,})/i], [e, [o, "Meizu"], [t, h]], [/; ((?:power )?armor(?:[\w ]{0,8}))(?: bui|\))/i], [e, [o, "Ulefone"], [t, h]], [/; (energy ?\w+)(?: bui|\))/i, /; energizer ([\w ]+)(?: bui|\))/i], [e, [o, "Energizer"], [t, h]], [/; cat (b35);/i, /; (b15q?|s22 flip|s48c|s62 pro)(?: bui|\))/i], [e, [o, "Cat"], [t, h]], [/((?:new )?andromax[\w- ]+)(?: bui|\))/i], [e, [o, "Smartfren"], [t, h]], [/droid.+; (a(?:015|06[35]|142p?))/i], [e, [o, "Nothing"], [t, h]], [/; (x67 5g|tikeasy \w+|ac[1789]\d\w+)( b|\))/i, /archos ?(5|gamepad2?|([\w ]*[t1789]|hello) ?\d+[\w ]*)( b|\))/i], [e, [o, "Archos"], [t, N]], [/archos ([\w ]+)( b|\))/i, /; (ac[3-6]\d\w{2,8})( b|\))/i], [e, [o, "Archos"], [t, h]], [/(imo) (tab \w+)/i, /(infinix) (x1101b?)/i], [o, e, [t, N]], [/(blackberry|benq|palm(?=\-)|sonyericsson|acer|asus(?! zenw)|dell|jolla|meizu|motorola|polytron|infinix|tecno|micromax|advan)[-_ ]?([-\w]*)/i, /; (blu|hmd|imo|tcl)[_ ]([\w\+ ]+?)(?: bui|\)|; r)/i, /(hp) ([\w ]+\w)/i, /(microsoft); (lumia[\w ]+)/i, /(lenovo)[-_ ]?([-\w ]+?)(?: bui|\)|\/)/i, /(oppo) ?([\w ]+) bui/i], [o, e, [t, h]], [/(kobo)\s(ereader|touch)/i, /(hp).+(touchpad(?!.+tablet)|tablet)/i, /(kindle)\/([\w\.]+)/i], [o, e, [t, N]], [/(surface duo)/i], [e, [o, Pi], [t, N]], [/droid [\d\.]+; (fp\du?)(?: b|\))/i], [e, [o, "Fairphone"], [t, h]], [/((?:tegranote|shield t(?!.+d tv))[\w- ]*?)(?: b|\))/i], [e, [o, zi], [t, N]], [/(sprint) (\w+)/i], [o, e, [t, h]], [/(kin\.[onetw]{3})/i], [[e, /\./g, " "], [o, Pi], [t, h]], [/droid.+; ([c6]+|et5[16]|mc[239][23]x?|vc8[03]x?)\)/i], [e, [o, Li], [t, N]], [/droid.+; (ec30|ps20|tc[2-8]\d[kx])\)/i], [e, [o, Li], [t, h]], [/smart-tv.+(samsung)/i], [o, [t, f]], [/hbbtv.+maple;(\d+)/i], [[e, /^/, "SmartTV"], [o, ui], [t, f]], [/tcast.+(lg)e?. ([-\w]+)/i], [o, e, [t, f]], [/(nux; netcast.+smarttv|lg (netcast\.tv-201\d|android tv))/i], [[o, "LG"], [t, f]], [/(apple) ?tv/i], [o, [e, $ + " TV"], [t, f]], [/crkey.*devicetype\/chromecast/i], [[e, H + " Third Generation"], [o, F], [t, f]], [/crkey.*devicetype\/([^/]*)/i], [[e, /^/, "Chromecast "], [o, F], [t, f]], [/fuchsia.*crkey/i], [[e, H + " Nest Hub"], [o, F], [t, f]], [/crkey/i], [[e, H], [o, F], [t, f]], [/(portaltv)/i], [e, [o, Ci], [t, f]], [/droid.+aft(\w+)( bui|\))/i], [e, [o, Oi], [t, f]], [/(shield \w+ tv)/i], [e, [o, zi], [t, f]], [/\(dtv[\);].+(aquos)/i, /(aquos-tv[\w ]+)\)/i], [e, [o, "Sharp"], [t, f]], [/(bravia[\w ]+)( bui|\))/i], [e, [o, Mi], [t, f]], [/(mi(tv|box)-?\w+) bui/i], [e, [o, ki], [t, f]], [/Hbbtv.*(technisat) (.*);/i], [o, e, [t, f]], [/\b(roku)[\dx]*[\)\/]((?:dvp-)?[\d\.]*)/i, /hbbtv\/\d+\.\d+\.\d+ +\([\w\+ ]*; *([\w\d][^;]*);([^;]*)/i], [[o, gi], [e, gi], [t, f]], [/droid.+; ([\w- ]+) (?:android tv|smart[- ]?tv)/i], [e, [t, f]], [/\b(android tv|smart[- ]?tv|opera tv|tv; rv:)\b/i], [[t, f]], [/(ouya)/i, /(nintendo) (\w+)/i], [o, e, [t, ri]], [/droid.+; (shield)( bui|\))/i], [e, [o, zi], [t, ri]], [/(playstation \w+)/i], [e, [o, Mi], [t, ri]], [/\b(xbox(?: one)?(?!; xbox))[\); ]/i], [e, [o, Pi], [t, ri]], [/\b(sm-[lr]\d\d[0156][fnuw]?s?|gear live)\b/i], [e, [o, ui], [t, _]], [/((pebble))app/i, /(asus|google|lg|oppo) ((pixel |zen)?watch[\w ]*)( bui|\))/i], [o, e, [t, _]], [/(ow(?:19|20)?we?[1-3]{1,3})/i], [e, [o, vi], [t, _]], [/(watch)(?: ?os[,\/]|\d,\d\/)[\d\.]+/i], [e, [o, $], [t, _]], [/(opwwe\d{3})/i], [e, [o, Fi], [t, _]], [/(moto 360)/i], [e, [o, xi], [t, _]], [/(smartwatch 3)/i], [e, [o, Mi], [t, _]], [/(g watch r)/i], [e, [o, "LG"], [t, _]], [/droid.+; (wt63?0{2,3})\)/i], [e, [o, Li], [t, _]], [/droid.+; (glass) \d/i], [e, [o, F], [t, ji]], [/(pico) (4|neo3(?: link|pro)?)/i], [o, e, [t, ji]], [/(quest( \d| pro)?s?).+vr/i], [e, [o, Ci], [t, ji]], [/(tesla)(?: qtcarbrowser|\/[-\w\.]+)/i], [o, [t, ai]], [/(aeobc)\b/i], [e, [o, Oi], [t, ai]], [/(homepod).+mac os/i], [e, [o, $], [t, ai]], [/windows iot/i], [[t, ai]], [/droid .+?; ([^;]+?)(?: bui|; wv\)|\) applew).+?(mobile|vr|\d) safari/i], [e, [t, K, { mobile: "Mobile", xr: "VR", "*": N }]], [/\b((tablet|tab)[;\/]|focus\/\d(?!.+mobile))/i], [[t, N]], [/(phone|mobile(?:[;\/]| [ \w\/\.]*safari)|pda(?=.+windows ce))/i], [[t, h]], [/droid .+?; ([\w\. -]+)( bui|\))/i], [e, [o, "Generic"]]], engine: [[/windows.+ edge\/([\w\.]+)/i], [n, [s, "EdgeHTML"]], [/(arkweb)\/([\w\.]+)/i], [s, n], [/webkit\/537\.36.+chrome\/(?!27)([\w\.]+)/i], [n, [s, "Blink"]], [/(presto)\/([\w\.]+)/i, /(webkit|trident|netfront|netsurf|amaya|lynx|w3m|goanna|servo)\/([\w\.]+)/i, /ekioh(flow)\/([\w\.]+)/i, /(khtml|tasman|links)[\/ ]\(?([\w\.]+)/i, /(icab)[\/ ]([23]\.[\d\.]+)/i, /\b(libweb)/i], [s, n], [/ladybird\//i], [[s, "LibWeb"]], [/rv\:([\w\.]{1,9})\b.+(gecko)/i], [n, s]], os: [[/microsoft (windows) (vista|xp)/i], [s, n], [/(windows (?:phone(?: os)?|mobile|iot))[\/ ]?([\d\.\w ]*)/i], [s, [n, K, Xi]], [/windows nt 6\.2; (arm)/i, /windows[\/ ]([ntce\d\. ]+\w)(?!.+xbox)/i, /(?:win(?=3|9|n)|win 9x )([nt\d\.]+)/i], [[n, K, Xi], [s, _i]], [/[adehimnop]{4,7}\b(?:.*os ([\w]+) like mac|; opera)/i, /(?:ios;fbsv\/|iphone.+ios[\/ ])([\d\.]+)/i, /cfnetwork\/.+darwin/i], [[n, /_/g, "."], [s, "iOS"]], [/(mac os x) ?([\w\. ]*)/i, /(macintosh|mac_powerpc\b)(?!.+haiku)/i], [[s, "macOS"], [n, /_/g, "."]], [/android ([\d\.]+).*crkey/i], [n, [s, H + " Android"]], [/fuchsia.*crkey\/([\d\.]+)/i], [n, [s, H + " Fuchsia"]], [/crkey\/([\d\.]+).*devicetype\/smartspeaker/i], [n, [s, H + " SmartSpeaker"]], [/linux.*crkey\/([\d\.]+)/i], [n, [s, H + " Linux"]], [/crkey\/([\d\.]+)/i], [n, [s, H]], [/droid ([\w\.]+)\b.+(android[- ]x86|harmonyos)/i], [n, s], [/(ubuntu) ([\w\.]+) like android/i], [[s, /(.+)/, "$1 Touch"], n], [/(android|bada|blackberry|kaios|maemo|meego|openharmony|qnx|rim tablet os|sailfish|series40|symbian|tizen|webos)\w*[-\/\.; ]?([\d\.]*)/i], [s, n], [/\(bb(10);/i], [n, [s, Bi]], [/(?:symbian ?os|symbos|s60(?=;)|series ?60)[-\/ ]?([\w\.]*)/i], [n, [s, "Symbian"]], [/mozilla\/[\d\.]+ \((?:mobile|tablet|tv|mobile; [\w ]+); rv:.+ gecko\/([\w\.]+)/i], [n, [s, li + " OS"]], [/web0s;.+rt(tv)/i, /\b(?:hp)?wos(?:browser)?\/([\w\.]+)/i], [n, [s, "webOS"]], [/watch(?: ?os[,\/]|\d,\d\/)([\d\.]+)/i], [n, [s, "watchOS"]], [/(cros) [\w]+(?:\)| ([\w\.]+)\b)/i], [[s, "Chrome OS"], n], [/panasonic;(viera)/i, /(netrange)mmh/i, /(nettv)\/(\d+\.[\w\.]+)/i, /(nintendo|playstation) (\w+)/i, /(xbox); +xbox ([^\);]+)/i, /(pico) .+os([\w\.]+)/i, /\b(joli|palm)\b ?(?:os)?\/?([\w\.]*)/i, /(mint)[\/\(\) ]?(\w*)/i, /(mageia|vectorlinux)[; ]/i, /([kxln]?ubuntu|debian|suse|opensuse|gentoo|arch(?= linux)|slackware|fedora|mandriva|centos|pclinuxos|red ?hat|zenwalk|linpus|raspbian|plan 9|minix|risc os|contiki|deepin|manjaro|elementary os|sabayon|linspire)(?: gnu\/linux)?(?: enterprise)?(?:[- ]linux)?(?:-gnu)?[-\/ ]?(?!chrom|package)([-\w\.]*)/i, /(hurd|linux)(?: arm\w*| x86\w*| ?)([\w\.]*)/i, /(gnu) ?([\w\.]*)/i, /\b([-frentopcghs]{0,5}bsd|dragonfly)[\/ ]?(?!amd|[ix346]{1,2}86)([\w\.]*)/i, /(haiku) (\w+)/i], [s, n], [/(sunos) ?([\w\.\d]*)/i], [[s, "Solaris"], n], [/((?:open)?solaris)[-\/ ]?([\w\.]*)/i, /(aix) ((\d)(?=\.|\)| )[\w\.])*/i, /\b(beos|os\/2|amigaos|morphos|openvms|fuchsia|hp-ux|serenityos)/i, /(unix) ?([\w\.]*)/i], [s, n]] }, mi = (v = { init: {}, isIgnore: {}, isIgnoreRgx: {}, toString: {} }, Y.call(v.init, [[S, [s, n, ni, t]], [U, [E]], [C, [t, e, o]], [z, [s, n]], [x, [s, n]]]), Y.call(v.isIgnore, [[S, [n, ni]], [z, [n]], [x, [n]]]), Y.call(v.isIgnoreRgx, [[S, / ?browser$/i], [x, / ?os$/i]]), Y.call(v.toString, [[S, [s, n]], [U, [E]], [C, [o, e]], [z, [s, n]], [x, [s, n]]]), v), gt = function(a, u) {
|
|
65
|
-
var l = mi.init[u], y = mi.isIgnore[u] || 0, M = mi.isIgnoreRgx[u] || 0, w = mi.toString[u] || 0;
|
|
66
|
-
function p() {
|
|
67
|
-
Y.call(this, l);
|
|
68
|
-
}
|
|
69
|
-
return p.prototype.getItem = function() {
|
|
70
|
-
return a;
|
|
71
|
-
}, p.prototype.withClientHints = function() {
|
|
72
|
-
return V ? V.getHighEntropyValues(Vi).then(function(b) {
|
|
73
|
-
return a.setCH(new tt(b, !1)).parseCH().get();
|
|
74
|
-
}) : a.parseCH().get();
|
|
75
|
-
}, p.prototype.withFeatureCheck = function() {
|
|
76
|
-
return a.detectFeature().get();
|
|
77
|
-
}, u != J && (p.prototype.is = function(b) {
|
|
78
|
-
var I, O = !1;
|
|
79
|
-
for (I in this)
|
|
80
|
-
if (this.hasOwnProperty(I) && !Ui(y, I) && Q(M ? ei(M, this[I]) : this[I]) == Q(M ? ei(M, b) : b)) {
|
|
81
|
-
if (O = !0, b != Z)
|
|
82
|
-
break;
|
|
83
|
-
} else if (b == Z && O) {
|
|
84
|
-
O = !O;
|
|
85
|
-
break;
|
|
86
|
-
}
|
|
87
|
-
return O;
|
|
88
|
-
}, p.prototype.toString = function() {
|
|
89
|
-
var b, I = A;
|
|
90
|
-
for (b in w)
|
|
91
|
-
typeof this[w[b]] !== Z && (I += (I ? " " : A) + this[w[b]]);
|
|
92
|
-
return I || Z;
|
|
93
|
-
}), V || (p.prototype.then = function(b) {
|
|
94
|
-
function I() {
|
|
95
|
-
for (var R in O)
|
|
96
|
-
O.hasOwnProperty(R) && (this[R] = O[R]);
|
|
97
|
-
}
|
|
98
|
-
var O = this, m = (I.prototype = { is: p.prototype.is, toString: p.prototype.toString }, new I());
|
|
99
|
-
return b(m), m;
|
|
100
|
-
}), new p();
|
|
101
|
-
};
|
|
102
|
-
function tt(a, u) {
|
|
103
|
-
if (a = a || {}, Y.call(this, Vi), u)
|
|
104
|
-
Y.call(this, [[Ai, Qi(a[W])], [Si, Qi(a[at])], [h, /\?1/.test(a[lt])], [e, hi(a[dt])], [X, hi(a[Hi])], [Ei, hi(a[ht])], [E, hi(a[ct])], [G, Qi(a[Mt])], [bi, hi(a[ut])]]);
|
|
105
|
-
else
|
|
106
|
-
for (var l in a)
|
|
107
|
-
this.hasOwnProperty(l) && typeof a[l] !== Z && (this[l] = a[l]);
|
|
108
|
-
}
|
|
109
|
-
function et(a, u, l, y) {
|
|
110
|
-
return this.get = function(M) {
|
|
111
|
-
return M ? this.data.hasOwnProperty(M) ? this.data[M] : g : this.data;
|
|
112
|
-
}, this.set = function(M, w) {
|
|
113
|
-
return this.data[M] = w, this;
|
|
114
|
-
}, this.setCH = function(M) {
|
|
115
|
-
return this.uaCH = M, this;
|
|
116
|
-
}, this.detectFeature = function() {
|
|
117
|
-
if (P && P.userAgent == this.ua)
|
|
118
|
-
switch (this.itemType) {
|
|
119
|
-
case S:
|
|
120
|
-
P.brave && typeof P.brave.isBrave == pi && this.set(s, "Brave");
|
|
121
|
-
break;
|
|
122
|
-
case C:
|
|
123
|
-
!this.get(t) && V && V[h] && this.set(t, h), this.get(e) == "Macintosh" && P && typeof P.standalone !== Z && P.maxTouchPoints && 2 < P.maxTouchPoints && this.set(e, "iPad").set(t, N);
|
|
124
|
-
break;
|
|
125
|
-
case x:
|
|
126
|
-
!this.get(s) && V && V[X] && this.set(s, V[X]);
|
|
127
|
-
break;
|
|
128
|
-
case J:
|
|
129
|
-
var M = this.data, w = function(p) {
|
|
130
|
-
return M[p].getItem().detectFeature().get();
|
|
131
|
-
};
|
|
132
|
-
this.set(S, w(S)).set(U, w(U)).set(C, w(C)).set(z, w(z)).set(x, w(x));
|
|
133
|
-
}
|
|
134
|
-
return this;
|
|
135
|
-
}, this.parseUA = function() {
|
|
136
|
-
return this.itemType != J && Ri.call(this.data, this.ua, this.rgxMap), this.itemType == S && this.set(ni, Yi(this.get(n))), this;
|
|
137
|
-
}, this.parseCH = function() {
|
|
138
|
-
var M, w = this.uaCH, p = this.rgxMap;
|
|
139
|
-
switch (this.itemType) {
|
|
140
|
-
case S:
|
|
141
|
-
case z:
|
|
142
|
-
var b, I = w[Si] || w[Ai];
|
|
143
|
-
if (I)
|
|
144
|
-
for (var O in I) {
|
|
145
|
-
var m = I[O].brand || I[O], O = I[O].version;
|
|
146
|
-
this.itemType != S || /not.a.brand/i.test(m) || b && (!/chrom/i.test(b) || m == qi) || (m = K(m, { Chrome: "Google Chrome", Edge: "Microsoft Edge", "Chrome WebView": "Android WebView", "Chrome Headless": "HeadlessChrome", "Huawei Browser": "HuaweiBrowser", "MIUI Browser": "Miui Browser", "Opera Mobi": "OperaMobile", Yandex: "YaBrowser" }), this.set(s, m).set(n, O).set(ni, Yi(O)), b = m), this.itemType == z && m == qi && this.set(n, O);
|
|
147
|
-
}
|
|
148
|
-
break;
|
|
149
|
-
case U:
|
|
150
|
-
var T = w[E];
|
|
151
|
-
T && (w[bi] == "64" && (T += "64"), Ri.call(this.data, T + ";", p));
|
|
152
|
-
break;
|
|
153
|
-
case C:
|
|
154
|
-
if (w[h] && this.set(t, h), w[e] && (this.set(e, w[e]), this.get(t) && this.get(o) || (Ri.call(T = {}, "droid 9; " + w[e] + ")", p), !this.get(t) && T.type && this.set(t, T.type), !this.get(o) && T.vendor && this.set(o, T.vendor))), w[G]) {
|
|
155
|
-
if (typeof w[G] != "string")
|
|
156
|
-
for (var R = 0; !M && R < w[G].length; )
|
|
157
|
-
M = K(w[G][R++], $i);
|
|
158
|
-
else
|
|
159
|
-
M = K(w[G], $i);
|
|
160
|
-
this.set(t, M);
|
|
161
|
-
}
|
|
162
|
-
break;
|
|
163
|
-
case x:
|
|
164
|
-
var L, T = w[X];
|
|
165
|
-
T && (L = w[Ei], T == _i && (L = 13 <= parseInt(Yi(L), 10) ? "11" : "10"), this.set(s, T).set(n, L)), this.get(s) == _i && w[e] == "Xbox" && this.set(s, "Xbox").set(n, g);
|
|
166
|
-
break;
|
|
167
|
-
case J:
|
|
168
|
-
var Ti = this.data, T = function(wt) {
|
|
169
|
-
return Ti[wt].getItem().setCH(w).parseCH().get();
|
|
170
|
-
};
|
|
171
|
-
this.set(S, T(S)).set(U, T(U)).set(C, T(C)).set(z, T(z)).set(x, T(x));
|
|
172
|
-
}
|
|
173
|
-
return this;
|
|
174
|
-
}, Y.call(this, [["itemType", a], ["ua", u], ["uaCH", y], ["rgxMap", l], ["data", gt(this, a)]]), this;
|
|
175
|
-
}
|
|
176
|
-
function k(a, u, l) {
|
|
177
|
-
var y, M, w, p, b;
|
|
178
|
-
return typeof a === q ? (u = Di(a, !0) ? (typeof u === q && (l = u), a) : (l = a, g), a = g) : typeof a !== fi || Di(u, !0) || (l = u, u = g), l && typeof l.append === pi && (y = {}, l.forEach(function(I, O) {
|
|
179
|
-
y[O] = I;
|
|
180
|
-
}), l = y), this instanceof k ? (M = typeof a === fi ? a : l && l[Ni] ? l[Ni] : P && P.userAgent ? P.userAgent : A, w = new tt(l, !0), p = u ? ((I, O) => {
|
|
181
|
-
var m, R = {}, L = O;
|
|
182
|
-
if (!Di(O))
|
|
183
|
-
for (var Ti in L = {}, O)
|
|
184
|
-
for (var T in O[Ti])
|
|
185
|
-
L[T] = O[Ti][T].concat(L[T] || []);
|
|
186
|
-
for (m in I)
|
|
187
|
-
R[m] = L[m] && L[m].length % 2 == 0 ? L[m].concat(I[m]) : I[m];
|
|
188
|
-
return R;
|
|
189
|
-
})(it, u) : it, Y.call(this, [["getBrowser", (b = function(I) {
|
|
190
|
-
return I == J ? function() {
|
|
191
|
-
return new et(I, M, p, w).set("ua", M).set(S, this.getBrowser()).set(U, this.getCPU()).set(C, this.getDevice()).set(z, this.getEngine()).set(x, this.getOS()).get();
|
|
192
|
-
} : function() {
|
|
193
|
-
return new et(I, M, p[I], w).parseUA().get();
|
|
194
|
-
};
|
|
195
|
-
})(S)], ["getCPU", b(U)], ["getDevice", b(C)], ["getEngine", b(z)], ["getOS", b(x)], ["getResult", b(J)], ["getUA", function() {
|
|
196
|
-
return M;
|
|
197
|
-
}], ["setUA", function(I) {
|
|
198
|
-
return ti(I) && (M = I.length > B ? gi(I, B) : I), this;
|
|
199
|
-
}]]).setUA(M), this) : new k(a, u, l).getResult();
|
|
200
|
-
}
|
|
201
|
-
k.VERSION = "2.0.3", k.BROWSER = D([s, n, ni, t]), k.CPU = D([E]), k.DEVICE = D([e, o, t, ri, h, f, N, _, ai]), k.ENGINE = k.OS = D([s, n]), (r = i.exports ? i.exports = k : r).UAParser = k;
|
|
202
|
-
var wi, oi = Ji && (d.jQuery || d.Zepto);
|
|
203
|
-
oi && !oi.ua && (wi = new k(), oi.ua = wi.getResult(), oi.ua.get = function() {
|
|
204
|
-
return wi.getUA();
|
|
205
|
-
}, oi.ua.set = function(a) {
|
|
206
|
-
wi.setUA(a);
|
|
207
|
-
var u, l = wi.getResult();
|
|
208
|
-
for (u in l)
|
|
209
|
-
oi.ua[u] = l[u];
|
|
210
|
-
});
|
|
211
|
-
})(typeof window == "object" ? window : bt);
|
|
212
|
-
}), Ot = function(r) {
|
|
213
|
-
return Dt(r) && !mt(r);
|
|
214
|
-
};
|
|
215
|
-
function Dt(i) {
|
|
216
|
-
return !!i && typeof i == "object";
|
|
217
|
-
}
|
|
218
|
-
function mt(i) {
|
|
219
|
-
var r = Object.prototype.toString.call(i);
|
|
220
|
-
return r === "[object RegExp]" || r === "[object Date]" || ft(i);
|
|
221
|
-
}
|
|
222
|
-
var Tt = typeof Symbol == "function" && Symbol.for, yt = Tt ? Symbol.for("react.element") : 60103;
|
|
223
|
-
function ft(i) {
|
|
224
|
-
return i.$$typeof === yt;
|
|
225
|
-
}
|
|
226
|
-
function jt(i) {
|
|
227
|
-
return Array.isArray(i) ? [] : {};
|
|
228
|
-
}
|
|
229
|
-
function Ii(i, r) {
|
|
230
|
-
return r.clone !== !1 && r.isMergeableObject(i) ? si(jt(i), i, r) : i;
|
|
231
|
-
}
|
|
232
|
-
function At(i, r, d) {
|
|
233
|
-
return i.concat(r).map(function(g) {
|
|
234
|
-
return Ii(g, d);
|
|
235
|
-
});
|
|
236
|
-
}
|
|
237
|
-
function St(i, r) {
|
|
238
|
-
if (!r.customMerge)
|
|
239
|
-
return si;
|
|
240
|
-
var d = r.customMerge(i);
|
|
241
|
-
return typeof d == "function" ? d : si;
|
|
242
|
-
}
|
|
243
|
-
function Et(i) {
|
|
244
|
-
return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(i).filter(function(r) {
|
|
245
|
-
return Object.propertyIsEnumerable.call(i, r);
|
|
246
|
-
}) : [];
|
|
247
|
-
}
|
|
248
|
-
function st(i) {
|
|
249
|
-
return Object.keys(i).concat(Et(i));
|
|
250
|
-
}
|
|
251
|
-
function rt(i, r) {
|
|
252
|
-
try {
|
|
253
|
-
return r in i;
|
|
254
|
-
} catch {
|
|
255
|
-
return !1;
|
|
256
|
-
}
|
|
257
|
-
}
|
|
258
|
-
function Pt(i, r) {
|
|
259
|
-
return rt(i, r) && !(Object.hasOwnProperty.call(i, r) && Object.propertyIsEnumerable.call(i, r));
|
|
260
|
-
}
|
|
261
|
-
function xt(i, r, d) {
|
|
262
|
-
var g = {};
|
|
263
|
-
return d.isMergeableObject(i) && st(i).forEach(function(D) {
|
|
264
|
-
g[D] = Ii(i[D], d);
|
|
265
|
-
}), st(r).forEach(function(D) {
|
|
266
|
-
Pt(i, D) || (rt(i, D) && d.isMergeableObject(r[D]) ? g[D] = St(D, d)(i[D], r[D], d) : g[D] = Ii(r[D], d));
|
|
267
|
-
}), g;
|
|
268
|
-
}
|
|
269
|
-
function si(i, r, d) {
|
|
270
|
-
d = d || {}, d.arrayMerge = d.arrayMerge || At, d.isMergeableObject = d.isMergeableObject || Ot, d.cloneUnlessOtherwiseSpecified = Ii;
|
|
271
|
-
var g = Array.isArray(r), D = Array.isArray(i), B = g === D;
|
|
272
|
-
return B ? g ? d.arrayMerge(i, r, d) : xt(i, r, d) : Ii(r, d);
|
|
273
|
-
}
|
|
274
|
-
si.all = function(r, d) {
|
|
275
|
-
if (!Array.isArray(r))
|
|
276
|
-
throw new Error("first argument should be an array");
|
|
277
|
-
return r.reduce(function(g, D) {
|
|
278
|
-
return si(g, D, d);
|
|
279
|
-
}, {});
|
|
280
|
-
};
|
|
281
|
-
var zt = si, nt = zt;
|
|
282
|
-
class j {
|
|
283
|
-
/**
|
|
284
|
-
* Check if it is possible to get the position of the device using the GeoLocation API.
|
|
285
|
-
*
|
|
286
|
-
* @returns {boolean} True if the GeoLocation API is available in the browser, false otherwise.
|
|
287
|
-
*/
|
|
288
|
-
isAvailable() {
|
|
289
|
-
return "geolocation" in navigator;
|
|
290
|
-
}
|
|
291
|
-
/**
|
|
292
|
-
* Check if the user has already granted permission to access the device's location.
|
|
293
|
-
*
|
|
294
|
-
* @returns {Promise<boolean>} A promise that resolves to true if permission is granted, false otherwise.
|
|
295
|
-
*/
|
|
296
|
-
async isAlreadyGranted() {
|
|
297
|
-
return !("permissions" in navigator) || !("query" in navigator.permissions) ? Promise.resolve(!1) : (await navigator.permissions.query({ name: "geolocation" })).state === "granted";
|
|
298
|
-
}
|
|
299
|
-
/**
|
|
300
|
-
* Listen for position updates from the GeoLocation API.
|
|
301
|
-
*
|
|
302
|
-
* @param {number} maxAccuracy - The maximum accuracy of the position to accept.
|
|
303
|
-
* @param {Function} positionError - Callback function to call when an error occurs while getting the position.
|
|
304
|
-
* @param {Function} positionInaccurate - Callback function to call when the position is inaccurate.
|
|
305
|
-
* @param {Function} positionRequesting - Callback function to call when the position is being requested.
|
|
306
|
-
* @param {Function} positionReceived - Callback function to call when a position is received.
|
|
307
|
-
*/
|
|
308
|
-
listenForPosition(r, d, g, D, B) {
|
|
309
|
-
if (!("permissions" in navigator) || !("query" in navigator.permissions)) {
|
|
310
|
-
d();
|
|
311
|
-
return;
|
|
312
|
-
}
|
|
313
|
-
D();
|
|
314
|
-
const Ni = Date.now();
|
|
315
|
-
j.positionWatchId = navigator.geolocation.watchPosition((A) => {
|
|
316
|
-
j.currentPosition && A.coords.accuracy === j.currentPosition.coords.accuracy && A.coords.latitude === j.currentPosition.coords.latitude && A.coords.longitude === j.currentPosition.coords.longitude || (j.currentPosition = A, j.currentPosition.coords.accuracy <= r ? B(A) : g(A.coords.accuracy));
|
|
317
|
-
}, (A) => {
|
|
318
|
-
(A.code !== 3 || !j.currentPosition || j.currentPosition.timestamp <= Ni) && d(A);
|
|
319
|
-
});
|
|
320
|
-
}
|
|
321
|
-
/**
|
|
322
|
-
* Stop listening for position updates from the GeoLocation API.
|
|
323
|
-
* This will clear the watch set by `listenForPosition` and reset the current position.
|
|
324
|
-
*
|
|
325
|
-
* @returns {void}
|
|
326
|
-
*/
|
|
327
|
-
stopListeningForPosition() {
|
|
328
|
-
j.positionWatchId !== null && (navigator.geolocation.clearWatch(j.positionWatchId), j.positionWatchId = null), j.currentPosition = null;
|
|
329
|
-
}
|
|
330
|
-
}
|
|
331
|
-
j.currentPosition = null;
|
|
332
|
-
j.positionWatchId = null;
|
|
333
|
-
const vt = ".mi-my-position{display:flex;flex-direction:column;pointer-events:auto;gap:16px;right:0}.mi-my-position__position-button,.mi-my-position__compass-button{margin:0;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:48px;height:48px;background-repeat:no-repeat;background-position:center;outline:none;border-color:#e5e7eb;border-style:solid;background-color:#fcfcfc}.mi-my-position__position-button{background-size:23px;border-radius:8px}.mi-my-position__position-button--unknown{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjY1NTIzIDEuMjIzNTZDMy4yNjQ3IDAuODMzMDMzIDIuNjMxNTQgMC44MzMwMzMgMi4yNDEwMSAxLjIyMzU2QzEuODUwNDkgMS42MTQwOCAxLjg1MDQ5IDIuMjQ3MjUgMi4yNDEwMSAyLjYzNzc3TDIyLjI2NiAyMi42NjI4QzIyLjY1NjUgMjMuMDUzMyAyMy4yODk3IDIzLjA1MzMgMjMuNjgwMiAyMi42NjI4QzI0LjA3MDcgMjIuMjcyMiAyNC4wNzA3IDIxLjYzOTEgMjMuNjgwMiAyMS4yNDg1TDE3LjcxNTcgMTUuMjg0MUwyMC43NzQ4IDcuMzYzMjVDMjEuNTYyOSA1LjMyMzE1IDE5LjU1NjIgMy4zMTY2NiAxNy41MTYyIDQuMTA0NTVMOS41OTUzNSA3LjE2MzY4TDMuNjU1MjMgMS4yMjM1NlpNMTEuMTQyIDguNzEwMzJMMTYuMTY5MSAxMy43Mzc0TDE4LjkwOTIgNi42NDI2MUMxOS4wNzE4IDYuMjIxNzIgMTguNjU3OCA1LjgwNzY0IDE4LjIzNjggNS45NzAyNEwxMS4xNDIgOC43MTAzMloiIGZpbGw9IiM3MzczNzMiLz4KPHBhdGggZD0iTTEzLjI1MTggMjEuMjkxMkwxNC45OTIxIDE2Ljc4NDlMMTYuNTM4OCAxOC4zMzE1TDE1LjExNzQgMjIuMDExOEMxNC4wNjc3IDI0LjcyOTYgMTAuMTUwOCAyNC41MDY5IDkuNDE1OTMgMjEuNjg3Nkw4LjEyOTA1IDE2Ljc1MDVMMy4xOTE4IDE1LjQ2MzZDMC4zNzI1MSAxNC43Mjg3IDAuMTQ5ODEyIDEwLjgxMTcgMi44Njc2NCA5Ljc2Mkw2LjY0NTEyIDguMzAzMDlMOC4xOTE3NyA5Ljg0OTc0TDMuNTg4MTkgMTEuNjI3N0MyLjY4MjI0IDExLjk3NzYgMi43NTY0OCAxMy4yODMzIDMuNjk2MjUgMTMuNTI4Mkw4LjYzMzUgMTQuODE1MUM5LjMzNDQzIDE0Ljk5NzggOS44ODE3OCAxNS41NDUyIDEwLjA2NDQgMTYuMjQ2TDExLjM1MTMgMjEuMTgzMkMxMS41OTYyIDIyLjEyMjkgMTIuOTAxOSAyMi4xOTcyIDEzLjI1MTggMjEuMjkxMloiIGZpbGw9IiM3MzczNzMiLz4KPC9zdmc+Cg==)}.mi-my-position__position-button--requesting{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuODkzNDEgMTEuMjgzTDEuOTU2MTYgOS45OTYxMUMwLjA3NjYyOTIgOS41MDYyIC0wLjA3MTg0MTEgNi44OTQ4NSAxLjc0MDA1IDYuMTk1MDdMMTYuMzg4NiAwLjUzNzYxN0MxNy42MTkxIDAuMDYyMzc2NiAxOC44Mjk0IDEuMjcyNjYgMTguMzU0MSAyLjUwMzE2TDEyLjY5NjcgMTcuMTUxN0MxMS45OTY5IDE4Ljk2MzYgOS4zODU2NCAxOC44MTUxIDguODk1NzQgMTYuOTM1Nkw3LjYwODg0IDExLjk5ODRDNy41MTc1NCAxMS42NDggNy4yNDM4NiAxMS4zNzQzIDYuODkzNDEgMTEuMjgzWiIgZmlsbD0iIzczNzM3MyIvPgo8L3N2Zz4K)}.mi-my-position__position-button--known{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuODkzNDEgMTEuMjgzTDEuOTU2MTYgOS45OTYxMUMwLjA3NjYyOTIgOS41MDYyIC0wLjA3MTg0MTEgNi44OTQ4NSAxLjc0MDA1IDYuMTk1MDdMMTYuMzg4NiAwLjUzNzYxN0MxNy42MTkxIDAuMDYyMzc2NiAxOC44Mjk0IDEuMjcyNjYgMTguMzU0MSAyLjUwMzE2TDEyLjY5NjcgMTcuMTUxN0MxMS45OTY5IDE4Ljk2MzYgOS4zODU2NCAxOC44MTUxIDguODk1NzQgMTYuOTM1Nkw3LjYwODg0IDExLjk5ODRDNy41MTc1NCAxMS42NDggNy4yNDM4NiAxMS4zNzQzIDYuODkzNDEgMTEuMjgzWiIgZmlsbD0iIzczNzM3MyIvPgo8L3N2Zz4K)}.mi-my-position__position-button--centered{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuODkzNDEgMTEuMjgzTDEuOTU2MTYgOS45OTYxMUMwLjA3NjYyOTIgOS41MDYyIC0wLjA3MTg0MTEgNi44OTQ4NSAxLjc0MDA1IDYuMTk1MDdMMTYuMzg4NiAwLjUzNzYxN0MxNy42MTkxIDAuMDYyMzc2NiAxOC44Mjk0IDEuMjcyNjYgMTguMzU0MSAyLjUwMzE2TDEyLjY5NjcgMTcuMTUxN0MxMS45OTY5IDE4Ljk2MzYgOS4zODU2NCAxOC44MTUxIDguODk1NzQgMTYuOTM1Nkw3LjYwODg0IDExLjk5ODRDNy41MTc1NCAxMS42NDggNy4yNDM4NiAxMS4zNzQzIDYuODkzNDEgMTEuMjgzWiIgZmlsbD0iIzI1NjNFQiIvPgo8L3N2Zz4K)}.mi-my-position__position-button--tracked{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjQ2MDQgMTMuNDMwOUMxMy4wMTI3IDEzLjQzMDkgMTMuNDYwNCAxMi45ODMyIDEzLjQ2MDQgMTIuNDMwOUMxMy40NjA0IDExLjg3ODYgMTMuMDEyNyAxMS40MzA5IDEyLjQ2MDQgMTEuNDMwOUMxMS45MDgxIDExLjQzMDkgMTEuNDYwNCAxMS44Nzg2IDExLjQ2MDQgMTIuNDMwOUMxMS40NjA0IDEyLjk4MzIgMTEuOTA4MSAxMy40MzA5IDEyLjQ2MDQgMTMuNDMwOVoiIGZpbGw9IiMyNTYzRUIiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMi40NjA0IDEyLjQzMDlDMjIuNDYwNCAxNy45NTM3IDE3Ljk4MzIgMjIuNDMwOSAxMi40NjA0IDIyLjQzMDlDNi45Mzc2IDIyLjQzMDkgMi40NjA0NSAxNy45NTM3IDIuNDYwNDUgMTIuNDMwOUMyLjQ2MDQ1IDYuOTA4MDYgNi45Mzc2IDIuNDMwOTEgMTIuNDYwNCAyLjQzMDkxQzE3Ljk4MzIgMi40MzA5MSAyMi40NjA0IDYuOTA4MDYgMjIuNDYwNCAxMi40MzA5Wk0xNS44Mzc5IDguNDQ2MTJMMTAuNTM4OSA5Ljc4NDc4QzEwLjE4MjYgOS44NzQ4IDkuOTA0MzYgMTAuMTUzIDkuODE0MzQgMTAuNTA5NEw4LjQ3NTcyIDE1LjgwODRDOC4zODMgMTYuMTc1NSA4LjcxNTk0IDE2LjUwODQgOS4wODI5NSAxNi40MTU3TDE0LjM4MTkgMTUuMDc3QzE0LjczODMgMTQuOTg3IDE1LjAxNjUgMTQuNzA4OCAxNS4xMDY2IDE0LjM1MjRMMTYuNDQ1MiA5LjA1MzM1QzE2LjUzNzkgOC42ODYzMyAxNi4yMDUgOC4zNTM0IDE1LjgzNzkgOC40NDYxMloiIGZpbGw9IiMyNTYzRUIiLz4KPC9zdmc+Cg==)}.mi-my-position__position-button--untracked{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjQ2MDQgMTMuNDMwOUMxMy4wMTI3IDEzLjQzMDkgMTMuNDYwNCAxMi45ODMyIDEzLjQ2MDQgMTIuNDMwOUMxMy40NjA0IDExLjg3ODYgMTMuMDEyNyAxMS40MzA5IDEyLjQ2MDQgMTEuNDMwOUMxMS45MDgxIDExLjQzMDkgMTEuNDYwNCAxMS44Nzg2IDExLjQ2MDQgMTIuNDMwOUMxMS40NjA0IDEyLjk4MzIgMTEuOTA4MSAxMy40MzA5IDEyLjQ2MDQgMTMuNDMwOVoiIGZpbGw9IiMwMDAwMDAiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMi40NjA0IDEyLjQzMDlDMjIuNDYwNCAxNy45NTM3IDE3Ljk4MzIgMjIuNDMwOSAxMi40NjA0IDIyLjQzMDlDNi45Mzc2IDIyLjQzMDkgMi40NjA0NSAxNy45NTM3IDIuNDYwNDUgMTIuNDMwOUMyLjQ2MDQ1IDYuOTA4MDYgNi45Mzc2IDIuNDMwOTEgMTIuNDYwNCAyLjQzMDkxQzE3Ljk4MzIgMi40MzA5MSAyMi40NjA0IDYuOTA4MDYgMjIuNDYwNCAxMi40MzA5Wk0xNS44Mzc5IDguNDQ2MTJMMTAuNTM4OSA5Ljc4NDc4QzEwLjE4MjYgOS44NzQ4IDkuOTA0MzYgMTAuMTUzIDkuODE0MzQgMTAuNTA5NEw4LjQ3NTcyIDE1LjgwODRDOC4zODMgMTYuMTc1NSA4LjcxNTk0IDE2LjUwODQgOS4wODI5NSAxNi40MTU3TDE0LjM4MTkgMTUuMDc3QzE0LjczODMgMTQuOTg3IDE1LjAxNjUgMTQuNzA4OCAxNS4xMDY2IDE0LjM1MjRMMTYuNDQ1MiA5LjA1MzM1QzE2LjUzNzkgOC42ODYzMyAxNi4yMDUgOC4zNTM0IDE1LjgzNzkgOC40NDYxMloiIGZpbGw9IiMwMDAwMDAiLz4KPC9zdmc+Cg==)}.mi-my-position__position-button--follow{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjQ2MDQgMTMuNDMwOUMxMy4wMTI3IDEzLjQzMDkgMTMuNDYwNCAxMi45ODMyIDEzLjQ2MDQgMTIuNDMwOUMxMy40NjA0IDExLjg3ODYgMTMuMDEyNyAxMS40MzA5IDEyLjQ2MDQgMTEuNDMwOUMxMS45MDgxIDExLjQzMDkgMTEuNDYwNCAxMS44Nzg2IDExLjQ2MDQgMTIuNDMwOUMxMS40NjA0IDEyLjk4MzIgMTEuOTA4MSAxMy40MzA5IDEyLjQ2MDQgMTMuNDMwOVoiIGZpbGw9IiMyNTYzRUIiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMi40NjA0IDEyLjQzMDlDMjIuNDYwNCAxNy45NTM3IDE3Ljk4MzIgMjIuNDMwOSAxMi40NjA0IDIyLjQzMDlDNi45Mzc2IDIyLjQzMDkgMi40NjA0NSAxNy45NTM3IDIuNDYwNDUgMTIuNDMwOUMyLjQ2MDQ1IDYuOTA4MDYgNi45Mzc2IDIuNDMwOTEgMTIuNDYwNCAyLjQzMDkxQzE3Ljk4MzIgMi40MzA5MSAyMi40NjA0IDYuOTA4MDYgMjIuNDYwNCAxMi40MzA5Wk0xNS44Mzc5IDguNDQ2MTJMMTAuNTM4OSA5Ljc4NDc4QzEwLjE4MjYgOS44NzQ4IDkuOTA0MzYgMTAuMTUzIDkuODE0MzQgMTAuNTA5NEw4LjQ3NTcyIDE1LjgwODRDOC4zODMgMTYuMTc1NSA4LjcxNTk0IDE2LjUwODQgOS4wODI5NSAxNi40MTU3TDE0LjM4MTkgMTUuMDc3QzE0LjczODMgMTQuOTg3IDE1LjAxNjUgMTQuNzA4OCAxNS4xMDY2IDE0LjM1MjRMMTYuNDQ1MiA5LjA1MzM1QzE2LjUzNzkgOC42ODYzMyAxNi4yMDUgOC4zNTM0IDE1LjgzNzkgOC40NDYxMloiIGZpbGw9IiMyNTYzRUIiLz4KPC9zdmc+Cg==);border-color:#2563EB}.mi-my-position__compass-button{background-size:12px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAxMyAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuNTQ4MTMgMi45NjI0MUM1LjkwMTU5IDIuMTc1MjcgNy4wMTkxNSAyLjE3NTI3IDcuMzcyNjIgMi45NjI0MUwxMS41OTI5IDEyLjM2MDZDMTEuOTQ5MSAxMy4xNTM4IDExLjE5MzEgMTMuOTkyMyAxMC4zNjczIDEzLjcxOTlMNi43NzM2NyAxMi41MzQzQzYuNTcwMiAxMi40NjcxIDYuMzUwNTQgMTIuNDY3MSA2LjE0NzA3IDEyLjUzNDNMMi41NTM0MyAxMy43MTk5QzEuNzI3NjggMTMuOTkyMyAwLjk3MTY4MyAxMy4xNTM4IDEuMzI3ODggMTIuMzYwNkw1LjU0ODEzIDIuOTYyNDFaIiBmaWxsPSIjREMyNjI2Ii8+CjxwYXRoIGQ9Ik03LjM3MjUzIDI3Ljg5OTRDNy4wMTkwNiAyOC42ODY1IDUuOTAxNSAyOC42ODY1IDUuNTQ4MDQgMjcuODk5NEwxLjMyNzc5IDE4LjUwMTJDMC45NzE1OTcgMTcuNzA4IDEuNzI3NTkgMTYuODY5NSAyLjU1MzM0IDE3LjE0Mkw2LjE0Njk4IDE4LjMyNzVDNi4zNTA0NiAxOC4zOTQ3IDYuNTcwMTEgMTguMzk0NyA2Ljc3MzU5IDE4LjMyNzVMMTAuMzY3MiAxNy4xNDJDMTEuMTkzIDE2Ljg2OTUgMTEuOTQ5IDE3LjcwOCAxMS41OTI4IDE4LjUwMTJMNy4zNzI1MyAyNy44OTk0WiIgZmlsbD0iIzlDQTNBRiIvPgo8L3N2Zz4K);border-radius:50%}";
|
|
334
|
-
var c;
|
|
335
|
-
(function(i) {
|
|
336
|
-
i.POSITION_UNKNOWN = "POSITION_UNKNOWN", i.POSITION_REQUESTING = "POSITION_REQUESTING", i.POSITION_INACCURATE = "POSITION_INACCURATE", i.POSITION_KNOWN = "POSITION_KNOWN", i.POSITION_CENTERED = "POSITION_CENTERED", i.POSITION_TRACKED = "POSITION_TRACKED", i.POSITION_UNTRACKED = "POSITION_UNTRACKED", i.POSITION_FOLLOW = "POSITION_FOLLOW";
|
|
337
|
-
})(c || (c = {}));
|
|
338
|
-
const kt = class {
|
|
339
|
-
constructor(i) {
|
|
340
|
-
It(this, i), this.position_error = ot(this, "position_error", 7), this.position_received = ot(this, "position_received", 7), this.parser = new Zi.UAParser(), this.handleDeviceOrientationReference = this.handleDeviceOrientation.bind(this), this.cachedBuilding = null, this.onPositionReceivedHandler = null, this.onPositionErrorHandler = null, this.floorChangedHandler = null, this.lastAppliedOpacity = 1, this.defaultFillOpacity = 1, this.reducedFillOpacity = 0.3, this.defaultOptions = {
|
|
341
|
-
maxAccuracy: 200,
|
|
342
|
-
positionOptions: {
|
|
343
|
-
timeout: 3e4,
|
|
344
|
-
enableHighAccuracy: !0,
|
|
345
|
-
maximumAge: 0
|
|
346
|
-
},
|
|
347
|
-
positionMarkerStyles: {
|
|
348
|
-
radius: "12px",
|
|
349
|
-
strokeWeight: "2px",
|
|
350
|
-
strokeColor: "white",
|
|
351
|
-
fillColor: "#4169E1",
|
|
352
|
-
fillOpacity: this.defaultFillOpacity
|
|
353
|
-
},
|
|
354
|
-
accuracyCircleStyles: {
|
|
355
|
-
fillColor: "#4169E1",
|
|
356
|
-
fillOpacity: 0.16
|
|
357
|
-
}
|
|
358
|
-
}, this.mapsindoors = void 0, this.myPositionOptions = void 0, this.customPositionProvider = void 0, this.positionState = c.POSITION_UNKNOWN;
|
|
359
|
-
}
|
|
360
|
-
/**
|
|
361
|
-
* Cleans up modern position provider event listeners.
|
|
362
|
-
* Removes registered event handlers and nulls the stored references to prevent memory leaks.
|
|
363
|
-
*/
|
|
364
|
-
cleanupModernProviderListeners() {
|
|
365
|
-
if (!this.isModernProvider(this.positionProvider))
|
|
366
|
-
return;
|
|
367
|
-
const i = this.positionProvider;
|
|
368
|
-
this.onPositionReceivedHandler && (i.off("position_received", this.onPositionReceivedHandler), this.onPositionReceivedHandler = null), this.onPositionErrorHandler && (i.off("position_error", this.onPositionErrorHandler), this.onPositionErrorHandler = null);
|
|
369
|
-
}
|
|
370
|
-
/**
|
|
371
|
-
* Sets up event listeners for modern position providers.
|
|
372
|
-
* This ensures that position updates are handled immediately when setPosition() is called.
|
|
373
|
-
*
|
|
374
|
-
* Note: We use this.positionProvider (not this.customPositionProvider) because:
|
|
375
|
-
* - this.positionProvider is the resolved, validated provider
|
|
376
|
-
* - It's guaranteed to exist and be valid
|
|
377
|
-
* - It handles both custom and default providers consistently
|
|
378
|
-
* - All other methods in the component use this.positionProvider for consistency.
|
|
379
|
-
*/
|
|
380
|
-
setupModernProviderListeners() {
|
|
381
|
-
if (!this.isModernProvider(this.positionProvider))
|
|
382
|
-
return;
|
|
383
|
-
this.cleanupModernProviderListeners();
|
|
384
|
-
const i = this.positionProvider;
|
|
385
|
-
this.onPositionReceivedHandler = ({ position: r }) => {
|
|
386
|
-
this.currentPosition = r, this.positionIsAccurate = r.coords.accuracy <= this.options.maxAccuracy, this.setPositionProviderOnMapView(), this.positionState === c.POSITION_TRACKED ? this.setPositionState(c.POSITION_UNTRACKED) : this.positionState === c.POSITION_UNKNOWN || this.positionState === c.POSITION_REQUESTING ? this.setPositionState(c.POSITION_FOLLOW) : this.positionState !== c.POSITION_UNTRACKED && this.positionState !== c.POSITION_FOLLOW && this.setPositionState(c.POSITION_KNOWN), this.positionState === c.POSITION_FOLLOW ? (this.handleFollowModePosition(r), this.applyOpacityForPosition(r)) : this.applyOpacityForPosition(r), window.removeEventListener("deviceorientation", this.handleDeviceOrientationReference), this.position_received.emit({
|
|
387
|
-
position: this.currentPosition,
|
|
388
|
-
selfInvoked: !1,
|
|
389
|
-
accurate: this.positionIsAccurate
|
|
390
|
-
});
|
|
391
|
-
}, this.onPositionErrorHandler = (r) => {
|
|
392
|
-
this.setPositionState(c.POSITION_UNKNOWN), this.position_error.emit(r);
|
|
393
|
-
}, i.on("position_received", this.onPositionReceivedHandler), i.on("position_error", this.onPositionErrorHandler);
|
|
394
|
-
}
|
|
395
|
-
/**
|
|
396
|
-
* Sets a custom position. Works with any provider that implements setPosition.
|
|
397
|
-
* Uses this.positionProvider (the resolved provider) instead of this.customPositionProvider
|
|
398
|
-
* to ensure we're working with the validated, active provider.
|
|
399
|
-
*/
|
|
400
|
-
async setPosition(i) {
|
|
401
|
-
var r;
|
|
402
|
-
!((r = this.positionProvider) === null || r === void 0) && r.setPosition && this.positionProvider.setPosition(i);
|
|
403
|
-
}
|
|
404
|
-
/**
|
|
405
|
-
* Removes the event listener for the device's orientation and resets the position button.
|
|
406
|
-
*/
|
|
407
|
-
resetPositionState() {
|
|
408
|
-
window.removeEventListener("deviceorientation", this.handleDeviceOrientationReference), this.positionState === c.POSITION_TRACKED ? this.setPositionState(c.POSITION_UNTRACKED) : this.positionState === c.POSITION_CENTERED && (this.setPositionState(c.POSITION_KNOWN), this.mapView.tilt(0));
|
|
409
|
-
}
|
|
410
|
-
/**
|
|
411
|
-
* Returns if position is known and accurate.
|
|
412
|
-
*
|
|
413
|
-
* @returns {boolean}
|
|
414
|
-
*/
|
|
415
|
-
hasValidPosition() {
|
|
416
|
-
return [c.POSITION_KNOWN, c.POSITION_CENTERED, c.POSITION_INACCURATE, c.POSITION_TRACKED, c.POSITION_UNTRACKED, c.POSITION_FOLLOW].includes(this.positionState);
|
|
417
|
-
}
|
|
418
|
-
/**
|
|
419
|
-
* Sets the PositionControl as PositionProvider on the MapView.
|
|
420
|
-
*/
|
|
421
|
-
setPositionProviderOnMapView() {
|
|
422
|
-
this.mapView.isReady ? this.mapView.setPositionProvider(this) : this.mapView.once("ready", () => {
|
|
423
|
-
this.mapView.setPositionProvider(this);
|
|
424
|
-
});
|
|
425
|
-
}
|
|
426
|
-
/**
|
|
427
|
-
* Forces the position provider to refresh by removing and re-adding it.
|
|
428
|
-
* This makes the SDK re-read the updated options and redraw the marker.
|
|
429
|
-
*/
|
|
430
|
-
refreshPositionProvider() {
|
|
431
|
-
this.mapView.isReady && (this.mapView.setPositionProvider(null), requestAnimationFrame(() => {
|
|
432
|
-
this.mapView.setPositionProvider(this);
|
|
433
|
-
}));
|
|
434
|
-
}
|
|
435
|
-
/**
|
|
436
|
-
* Sets fillOpacity based on floor match and reapplies the provider so SDK re-reads styles.
|
|
437
|
-
* Only refreshes the marker when opacity actually changes to improve performance.
|
|
438
|
-
*/
|
|
439
|
-
applyOpacityForPosition(i) {
|
|
440
|
-
var r;
|
|
441
|
-
if (!(!((r = this.options) === null || r === void 0) && r.positionMarkerStyles))
|
|
442
|
-
return;
|
|
443
|
-
const g = this.isFloorMatching(i) ? this.defaultFillOpacity : this.reducedFillOpacity;
|
|
444
|
-
g !== this.lastAppliedOpacity && (this.options.positionMarkerStyles.fillOpacity = g, this.lastAppliedOpacity = g, this.refreshPositionProvider());
|
|
445
|
-
}
|
|
446
|
-
/**
|
|
447
|
-
* Compares incoming position floor with current map floor and returns the result.
|
|
448
|
-
* Only used for modern providers during position updates.
|
|
449
|
-
*
|
|
450
|
-
* Returns true (full opacity) when:
|
|
451
|
-
* - The incoming floor matches the current map floor
|
|
452
|
-
* - The incoming floor is invalid (doesn't exist in the building) - treated as "no floor data"
|
|
453
|
-
*
|
|
454
|
-
* Returns false (reduced opacity) when:
|
|
455
|
-
* - The incoming floor is valid but different from the current map floor.
|
|
456
|
-
*
|
|
457
|
-
* @param {MapsIndoorsPosition} position - The position to compare.
|
|
458
|
-
* @returns {boolean} - True if the floor matches or is invalid, false otherwise.
|
|
459
|
-
*/
|
|
460
|
-
isFloorMatching(i) {
|
|
461
|
-
if (!this.mapsindoors)
|
|
462
|
-
return !1;
|
|
463
|
-
const r = i.floorIndex, d = this.mapsindoors.getFloor();
|
|
464
|
-
if (r == null || d === void 0 || d === null)
|
|
465
|
-
return !1;
|
|
466
|
-
const g = r.toString();
|
|
467
|
-
return this.isValidFloorForCurrentBuilding(g) ? g === d : !0;
|
|
468
|
-
}
|
|
469
|
-
/**
|
|
470
|
-
* Pan map to center on the current position.
|
|
471
|
-
*/
|
|
472
|
-
panToCurrentPosition() {
|
|
473
|
-
this.hasValidPosition() && (this.mapView.once("idle", () => {
|
|
474
|
-
this.mapView.on("user_interaction", () => this.resetPositionState());
|
|
475
|
-
}), this.mapView.panTo({ lat: this.currentPosition.coords.latitude, lng: this.currentPosition.coords.longitude }), this.positionState !== c.POSITION_TRACKED && this.positionState !== c.POSITION_FOLLOW && this.setPositionState(c.POSITION_CENTERED), this.canBeTracked && (DeviceOrientationEvent.requestPermission ? DeviceOrientationEvent.requestPermission().then((i) => {
|
|
476
|
-
i === "granted" && this.positionState === c.POSITION_TRACKED ? window.addEventListener("deviceorientation", this.handleDeviceOrientationReference) : window.removeEventListener("deviceorientation", this.handleDeviceOrientationReference);
|
|
477
|
-
}) : this.positionState === c.POSITION_TRACKED ? window.addEventListener("deviceorientation", this.handleDeviceOrientationReference) : window.removeEventListener("deviceorientation", this.handleDeviceOrientationReference)));
|
|
478
|
-
}
|
|
479
|
-
/**
|
|
480
|
-
* Handles position updates in FOLLOW mode.
|
|
481
|
-
* Automatically pans the map and changes floors without user interaction listeners.
|
|
482
|
-
* Device orientation is handled by the existing handleDeviceOrientation method.
|
|
483
|
-
*/
|
|
484
|
-
handleFollowModePosition(i) {
|
|
485
|
-
if (this.hasValidPosition() && (this.mapView.panTo({ lat: i.coords.latitude, lng: i.coords.longitude }), i.floorIndex !== void 0 && i.floorIndex !== null && this.mapsindoors)) {
|
|
486
|
-
const r = this.mapsindoors.getFloor(), d = i.floorIndex.toString();
|
|
487
|
-
d !== r && this.isValidFloorForCurrentBuilding(d) && this.mapsindoors.setFloor(d);
|
|
488
|
-
}
|
|
489
|
-
}
|
|
490
|
-
/**
|
|
491
|
-
* Validates if a floor index exists in the current building.
|
|
492
|
-
* Checks the current building's floors to ensure the floor index is valid.
|
|
493
|
-
* Uses caching to avoid repeated lookups on every position update.
|
|
494
|
-
*
|
|
495
|
-
* @param {string} floorIndex - The floor index to validate.
|
|
496
|
-
* @returns {boolean} - True if the floor exists in the current building.
|
|
497
|
-
*/
|
|
498
|
-
isValidFloorForCurrentBuilding(i) {
|
|
499
|
-
if (!this.mapsindoors)
|
|
500
|
-
return !1;
|
|
501
|
-
try {
|
|
502
|
-
const r = this.mapsindoors.getBuilding();
|
|
503
|
-
return !r || !r.floors ? (this.clearBuildingFloorsCache(), !1) : ((!this.cachedBuilding || this.cachedBuilding.id !== r.id) && (this.cachedBuilding = r), i in this.cachedBuilding.floors);
|
|
504
|
-
} catch {
|
|
505
|
-
return this.clearBuildingFloorsCache(), !0;
|
|
506
|
-
}
|
|
507
|
-
}
|
|
508
|
-
/**
|
|
509
|
-
* Clears the cached building.
|
|
510
|
-
* Should be called when the building changes to ensure fresh validation.
|
|
511
|
-
*/
|
|
512
|
-
clearBuildingFloorsCache() {
|
|
513
|
-
this.cachedBuilding = null;
|
|
514
|
-
}
|
|
515
|
-
/**
|
|
516
|
-
* Rotates and tilts the map.
|
|
517
|
-
*
|
|
518
|
-
* @param {DeviceOrientationEvent} e
|
|
519
|
-
*/
|
|
520
|
-
handleDeviceOrientation(i) {
|
|
521
|
-
(!this.orientation || this.orientation - (360 - i.alpha) > 1 || this.orientation - (360 - i.alpha) < -1) && (this.orientation = 360 - i.alpha, this.mapView.easeTo({
|
|
522
|
-
center: [this.currentPosition.coords.longitude, this.currentPosition.coords.latitude],
|
|
523
|
-
rotation: this.orientation,
|
|
524
|
-
tilt: 60,
|
|
525
|
-
easing: (r) => r * (2 - r)
|
|
526
|
-
}));
|
|
527
|
-
}
|
|
528
|
-
/**
|
|
529
|
-
* Rotates the compass button using the transform CSS property.
|
|
530
|
-
*
|
|
531
|
-
* @param {number} bearing
|
|
532
|
-
*/
|
|
533
|
-
setCompassStyle(i) {
|
|
534
|
-
this.compassButton && (this.compassButton.style.transform = `rotate(${i}deg)`);
|
|
535
|
-
}
|
|
536
|
-
/**
|
|
537
|
-
* Method for requesting the current position, emitting events and showing position on map based on result.
|
|
538
|
-
*
|
|
539
|
-
* @param {boolean} [selfInvoked=false] - Used to track if call was invoked by clicking on position control or not.
|
|
540
|
-
*/
|
|
541
|
-
watchPosition(i = !1) {
|
|
542
|
-
if (this.setPositionProviderOnMapView(), this.isLegacyProvider(this.positionProvider))
|
|
543
|
-
this.positionProvider.listenForPosition(
|
|
544
|
-
this.options.maxAccuracy,
|
|
545
|
-
// Position error callback
|
|
546
|
-
(r) => {
|
|
547
|
-
this.setPositionState(c.POSITION_UNKNOWN), this.position_error.emit(r);
|
|
548
|
-
},
|
|
549
|
-
// Position inaccurate callback
|
|
550
|
-
(r) => {
|
|
551
|
-
this.setPositionState(c.POSITION_INACCURATE), this.position_error.emit({ code: 11, message: "Inaccurate position: " + r });
|
|
552
|
-
},
|
|
553
|
-
// Position requesting callback
|
|
554
|
-
() => {
|
|
555
|
-
this.positionState !== c.POSITION_FOLLOW && this.setPositionState(c.POSITION_REQUESTING);
|
|
556
|
-
},
|
|
557
|
-
// Position received callback
|
|
558
|
-
(r) => {
|
|
559
|
-
this.currentPosition = r, this.positionIsAccurate = this.currentPosition.coords.accuracy <= this.options.maxAccuracy, this.positionState === c.POSITION_TRACKED ? this.setPositionState(c.POSITION_UNTRACKED) : this.positionState !== c.POSITION_UNTRACKED && this.positionState !== c.POSITION_FOLLOW && this.setPositionState(c.POSITION_KNOWN), window.removeEventListener("deviceorientation", this.handleDeviceOrientationReference), this.position_received.emit({
|
|
560
|
-
position: this.currentPosition,
|
|
561
|
-
selfInvoked: i,
|
|
562
|
-
accurate: this.positionIsAccurate
|
|
563
|
-
});
|
|
564
|
-
}
|
|
565
|
-
);
|
|
566
|
-
else {
|
|
567
|
-
const r = this.positionProvider;
|
|
568
|
-
r.hasValidPosition && r.hasValidPosition() ? (this.currentPosition = r.currentPosition, this.positionIsAccurate = this.currentPosition.coords.accuracy <= this.options.maxAccuracy, this.positionState === c.POSITION_TRACKED ? this.setPositionState(c.POSITION_UNTRACKED) : this.positionState !== c.POSITION_UNTRACKED && this.positionState !== c.POSITION_FOLLOW && this.setPositionState(c.POSITION_KNOWN), window.removeEventListener("deviceorientation", this.handleDeviceOrientationReference), this.position_received.emit({
|
|
569
|
-
position: this.currentPosition,
|
|
570
|
-
selfInvoked: i,
|
|
571
|
-
accurate: this.positionIsAccurate
|
|
572
|
-
})) : this.positionState !== c.POSITION_FOLLOW && (r.currentPosition === null ? this.setPositionState(c.POSITION_UNKNOWN) : this.setPositionState(c.POSITION_REQUESTING));
|
|
573
|
-
}
|
|
574
|
-
}
|
|
575
|
-
/**
|
|
576
|
-
* Sets position button state.
|
|
577
|
-
*
|
|
578
|
-
* @param {PositionStateTypes} state
|
|
579
|
-
*/
|
|
580
|
-
setPositionState(i) {
|
|
581
|
-
this.positionState = i;
|
|
582
|
-
}
|
|
583
|
-
/**
|
|
584
|
-
* Handle click on the compass button.
|
|
585
|
-
*/
|
|
586
|
-
onCompassButtonClicked() {
|
|
587
|
-
this.setCompassStyle(0), this.mapView.rotate(0), this.mapView.tilt(0), window.removeEventListener("deviceorientation", this.handleDeviceOrientationReference), this.positionState === c.POSITION_TRACKED ? this.setPositionState(c.POSITION_CENTERED) : this.positionState === c.POSITION_UNTRACKED && this.setPositionState(c.POSITION_KNOWN);
|
|
588
|
-
}
|
|
589
|
-
/**
|
|
590
|
-
* Handle click on position button.
|
|
591
|
-
* Stops propagation to avoid any map click listeners to fire.
|
|
592
|
-
*
|
|
593
|
-
* @param {Event} event
|
|
594
|
-
*/
|
|
595
|
-
onPositionButtonClicked(i) {
|
|
596
|
-
switch (i.stopPropagation(), this.positionState) {
|
|
597
|
-
case c.POSITION_UNKNOWN:
|
|
598
|
-
this.mapView.tilt(0), this.watchPosition(!0);
|
|
599
|
-
break;
|
|
600
|
-
case c.POSITION_KNOWN:
|
|
601
|
-
this.mapView.tilt(0), this.panToCurrentPosition();
|
|
602
|
-
break;
|
|
603
|
-
case c.POSITION_CENTERED:
|
|
604
|
-
this.customPositionProvider && this.isValidPositionProvider(this.customPositionProvider) ? this.setPositionState(c.POSITION_FOLLOW) : this.canBeTracked && this.setPositionState(c.POSITION_TRACKED), this.panToCurrentPosition();
|
|
605
|
-
break;
|
|
606
|
-
case c.POSITION_FOLLOW:
|
|
607
|
-
this.setPositionState(c.POSITION_KNOWN);
|
|
608
|
-
break;
|
|
609
|
-
case c.POSITION_TRACKED:
|
|
610
|
-
this.mapView.tilt(0), this.mapView.rotate(0), this.setCompassStyle(0), this.setPositionState(c.POSITION_CENTERED), this.panToCurrentPosition();
|
|
611
|
-
break;
|
|
612
|
-
case c.POSITION_UNTRACKED:
|
|
613
|
-
this.setPositionState(c.POSITION_TRACKED), this.panToCurrentPosition();
|
|
614
|
-
break;
|
|
615
|
-
}
|
|
616
|
-
}
|
|
617
|
-
/**
|
|
618
|
-
* Called every time the component has connected to the DOM.
|
|
619
|
-
* 1. Assigning the mapView and options attributes.
|
|
620
|
-
* 2. Checking for the navigator's state.
|
|
621
|
-
* 3. Determining whether the device can be tracked.
|
|
622
|
-
* 4. Asking for permission to track the device.
|
|
623
|
-
* 5. Styling the compass button.
|
|
624
|
-
*/
|
|
625
|
-
connectedCallback() {
|
|
626
|
-
var i;
|
|
627
|
-
if (this.mapView = this.mapsindoors.getMapView(), this.options = nt(this.defaultOptions, (i = this.myPositionOptions) !== null && i !== void 0 ? i : {}), this.positionProvider && this.cleanupModernProviderListeners(), this.customPositionProvider && this.isValidPositionProvider(this.customPositionProvider) ? (this.positionProvider = this.customPositionProvider, this.isModernProvider(this.positionProvider) && this.positionProvider.options && (this.options = nt(this.options, this.positionProvider.options)), this.setupModernProviderListeners()) : this.positionProvider = new j(), (this.isLegacyProvider(this.positionProvider) ? this.positionProvider.isAvailable() : !0) === !1) {
|
|
628
|
-
this.setPositionState(c.POSITION_UNKNOWN), this.position_error.emit({ code: 10, message: "Location not available" });
|
|
629
|
-
return;
|
|
630
|
-
}
|
|
631
|
-
const d = this.parser.getDevice().type;
|
|
632
|
-
this.canBeTracked = !!(typeof window.DeviceOrientationEvent == "function" && (d === Zi.UAParser.DEVICE.MOBILE || d === Zi.UAParser.DEVICE.TABLET) && this.mapView.rotatable && this.mapView.tiltable), this.isLegacyProvider(this.positionProvider) ? this.positionProvider.isAlreadyGranted().then((g) => {
|
|
633
|
-
g ? this.watchPosition() : this.setPositionState(c.POSITION_UNKNOWN);
|
|
634
|
-
}) : this.positionProvider.hasValidPosition && this.positionProvider.hasValidPosition() ? (this.currentPosition = this.positionProvider.currentPosition, this.setPositionState(c.POSITION_KNOWN), this.position_received.emit({
|
|
635
|
-
position: this.currentPosition,
|
|
636
|
-
selfInvoked: !1,
|
|
637
|
-
accurate: !0
|
|
638
|
-
})) : this.setPositionState(c.POSITION_UNKNOWN), this.mapView.on("rotateend", () => {
|
|
639
|
-
this.setCompassStyle(this.mapView.getBearing());
|
|
640
|
-
}), this.mapsindoors && this.isModernProvider(this.positionProvider) && (this.floorChangedHandler = () => {
|
|
641
|
-
this.currentPosition && this.positionState !== c.POSITION_FOLLOW && this.applyOpacityForPosition(this.currentPosition);
|
|
642
|
-
}, this.mapsindoors.on("floor_changed", this.floorChangedHandler));
|
|
643
|
-
}
|
|
644
|
-
/**
|
|
645
|
-
* Checks if the provider is a valid position provider (either legacy or modern).
|
|
646
|
-
*
|
|
647
|
-
* @param {any} provider - The provider to check.
|
|
648
|
-
* @returns {boolean} True if the provider is valid.
|
|
649
|
-
*/
|
|
650
|
-
isValidPositionProvider(i) {
|
|
651
|
-
return i ? typeof i.isAvailable == "function" && typeof i.listenForPosition == "function" ? i.isAvailable() : typeof i.hasValidPosition == "function" && typeof i.on == "function" && typeof i.off == "function" : !1;
|
|
652
|
-
}
|
|
653
|
-
/**
|
|
654
|
-
* Checks if the provider uses the legacy callback-based interface.
|
|
655
|
-
*
|
|
656
|
-
* @param {IPositionProvider} provider - The provider to check.
|
|
657
|
-
* @returns {boolean} True if the provider uses the legacy interface.
|
|
658
|
-
*/
|
|
659
|
-
isLegacyProvider(i) {
|
|
660
|
-
return i && typeof i.isAvailable == "function" && typeof i.listenForPosition == "function";
|
|
661
|
-
}
|
|
662
|
-
/**
|
|
663
|
-
* Checks if the provider uses the modern event-based interface.
|
|
664
|
-
*
|
|
665
|
-
* @param {IPositionProvider} provider - The provider to check.
|
|
666
|
-
* @returns {boolean} True if the provider uses the modern interface.
|
|
667
|
-
*/
|
|
668
|
-
isModernProvider(i) {
|
|
669
|
-
return i && typeof i.hasValidPosition == "function" && typeof i.on == "function" && typeof i.off == "function";
|
|
670
|
-
}
|
|
671
|
-
/**
|
|
672
|
-
* Component render callback.
|
|
673
|
-
*/
|
|
674
|
-
componentDidRender() {
|
|
675
|
-
this.setCompassStyle(this.mapView.getBearing());
|
|
676
|
-
}
|
|
677
|
-
/**
|
|
678
|
-
* Stops listening for position updates.
|
|
679
|
-
*/
|
|
680
|
-
disconnectedCallback() {
|
|
681
|
-
this.positionProvider && (this.isLegacyProvider(this.positionProvider) ? this.positionProvider.stopListeningForPosition && this.positionProvider.stopListeningForPosition() : this.cleanupModernProviderListeners(), this.mapsindoors && this.floorChangedHandler && (this.mapsindoors.off("floor_changed", this.floorChangedHandler), this.floorChangedHandler = null));
|
|
682
|
-
}
|
|
683
|
-
/**
|
|
684
|
-
* Renders the floor selector.
|
|
685
|
-
*
|
|
686
|
-
* @returns {JSX.Element}
|
|
687
|
-
*/
|
|
688
|
-
render() {
|
|
689
|
-
return yi(Nt, null, yi("div", { class: "mi-my-position" }, yi("button", { class: `mi-my-position__position-button
|
|
690
|
-
${this.positionState === c.POSITION_UNKNOWN || this.positionState === c.POSITION_INACCURATE ? "mi-my-position__position-button--unknown" : ""}
|
|
691
|
-
${this.positionState === c.POSITION_REQUESTING ? "mi-my-position__position-button--requesting" : ""}
|
|
692
|
-
${this.positionState === c.POSITION_KNOWN ? "mi-my-position__position-button--known" : ""}
|
|
693
|
-
${this.positionState === c.POSITION_CENTERED ? "mi-my-position__position-button--centered" : ""}
|
|
694
|
-
${this.positionState === c.POSITION_TRACKED ? "mi-my-position__position-button--tracked" : ""}
|
|
695
|
-
${this.positionState === c.POSITION_UNTRACKED ? "mi-my-position__position-button--untracked" : ""}
|
|
696
|
-
${this.positionState === c.POSITION_FOLLOW ? "mi-my-position__position-button--follow" : ""}`, onClick: (i) => this.onPositionButtonClicked(i) }), yi("button", { ref: (i) => this.compassButton = i, class: "mi-my-position__compass-button", onClick: () => this.onCompassButtonClicked() })));
|
|
697
|
-
}
|
|
698
|
-
};
|
|
699
|
-
kt.style = vt;
|
|
700
|
-
export {
|
|
701
|
-
kt as mi_my_position
|
|
702
|
-
};
|
|
703
|
-
//# sourceMappingURL=mi-my-position.entry-bc48fe6e.mjs.map
|