@omnic/widget-locations 1.1.49 → 1.1.50
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/README.md +3 -0
- package/dist/lib/hooks/usePointsLoader.d.ts +7 -1
- package/dist/lib/services/points.d.ts +8 -7
- package/dist/lib/stores/locationPoints.d.ts +11 -2
- package/dist/lib/types/config.d.ts +3 -0
- package/dist/lib/utils/createPointsIterator.d.ts +8 -2
- package/dist/lib/widget.cjs.js +18 -18
- package/dist/lib/widget.esm.js +521 -496
- package/package.json +2 -2
package/dist/lib/widget.esm.js
CHANGED
|
@@ -500,7 +500,7 @@ const Dv = (t) => {
|
|
|
500
500
|
return r;
|
|
501
501
|
};
|
|
502
502
|
return n(t, 0);
|
|
503
|
-
}, Iv = mn("AsyncFunction"), Nv = (t) => t && (Hs(t) || Zt(t)) && Zt(t.then) && Zt(t.catch),
|
|
503
|
+
}, Iv = mn("AsyncFunction"), Nv = (t) => t && (Hs(t) || Zt(t)) && Zt(t.then) && Zt(t.catch), N = {
|
|
504
504
|
isArray: pi,
|
|
505
505
|
isArrayBuffer: df,
|
|
506
506
|
isBuffer: iv,
|
|
@@ -557,7 +557,7 @@ const Dv = (t) => {
|
|
|
557
557
|
function _e(t, e, n, r, i) {
|
|
558
558
|
Error.call(this), Error.captureStackTrace ? Error.captureStackTrace(this, this.constructor) : this.stack = new Error().stack, this.message = t, this.name = "AxiosError", e && (this.code = e), n && (this.config = n), r && (this.request = r), i && (this.response = i);
|
|
559
559
|
}
|
|
560
|
-
|
|
560
|
+
N.inherits(_e, Error, {
|
|
561
561
|
toJSON: function() {
|
|
562
562
|
return {
|
|
563
563
|
// Standard
|
|
@@ -572,7 +572,7 @@ I.inherits(_e, Error, {
|
|
|
572
572
|
columnNumber: this.columnNumber,
|
|
573
573
|
stack: this.stack,
|
|
574
574
|
// Axios
|
|
575
|
-
config:
|
|
575
|
+
config: N.toJSONObject(this.config),
|
|
576
576
|
code: this.code,
|
|
577
577
|
status: this.response && this.response.status ? this.response.status : null
|
|
578
578
|
};
|
|
@@ -600,16 +600,16 @@ Object.defineProperties(_e, bf);
|
|
|
600
600
|
Object.defineProperty(yf, "isAxiosError", { value: !0 });
|
|
601
601
|
_e.from = (t, e, n, r, i, o) => {
|
|
602
602
|
const s = Object.create(yf);
|
|
603
|
-
return
|
|
603
|
+
return N.toFlatObject(t, s, function(l) {
|
|
604
604
|
return l !== Error.prototype;
|
|
605
605
|
}, (a) => a !== "isAxiosError"), _e.call(s, t.message, e, n, r, i), s.cause = t, s.name = t.name, o && Object.assign(s, o), s;
|
|
606
606
|
};
|
|
607
607
|
const Bv = null;
|
|
608
608
|
function Na(t) {
|
|
609
|
-
return
|
|
609
|
+
return N.isPlainObject(t) || N.isArray(t);
|
|
610
610
|
}
|
|
611
611
|
function wf(t) {
|
|
612
|
-
return
|
|
612
|
+
return N.endsWith(t, "[]") ? t.slice(0, -2) : t;
|
|
613
613
|
}
|
|
614
614
|
function fc(t, e, n) {
|
|
615
615
|
return t ? t.concat(e).map(function(i, o) {
|
|
@@ -617,41 +617,41 @@ function fc(t, e, n) {
|
|
|
617
617
|
}).join(n ? "." : "") : e;
|
|
618
618
|
}
|
|
619
619
|
function Fv(t) {
|
|
620
|
-
return
|
|
620
|
+
return N.isArray(t) && !t.some(Na);
|
|
621
621
|
}
|
|
622
|
-
const Uv =
|
|
622
|
+
const Uv = N.toFlatObject(N, {}, null, function(e) {
|
|
623
623
|
return /^is[A-Z]/.test(e);
|
|
624
624
|
});
|
|
625
625
|
function $s(t, e, n) {
|
|
626
|
-
if (!
|
|
626
|
+
if (!N.isObject(t))
|
|
627
627
|
throw new TypeError("target must be an object");
|
|
628
|
-
e = e || new FormData(), n =
|
|
628
|
+
e = e || new FormData(), n = N.toFlatObject(n, {
|
|
629
629
|
metaTokens: !0,
|
|
630
630
|
dots: !1,
|
|
631
631
|
indexes: !1
|
|
632
632
|
}, !1, function(p, w) {
|
|
633
|
-
return !
|
|
633
|
+
return !N.isUndefined(w[p]);
|
|
634
634
|
});
|
|
635
|
-
const r = n.metaTokens, i = n.visitor || u, o = n.dots, s = n.indexes, l = (n.Blob || typeof Blob < "u" && Blob) &&
|
|
636
|
-
if (!
|
|
635
|
+
const r = n.metaTokens, i = n.visitor || u, o = n.dots, s = n.indexes, l = (n.Blob || typeof Blob < "u" && Blob) && N.isSpecCompliantForm(e);
|
|
636
|
+
if (!N.isFunction(i))
|
|
637
637
|
throw new TypeError("visitor must be a function");
|
|
638
638
|
function c(m) {
|
|
639
639
|
if (m === null)
|
|
640
640
|
return "";
|
|
641
|
-
if (
|
|
641
|
+
if (N.isDate(m))
|
|
642
642
|
return m.toISOString();
|
|
643
|
-
if (!l &&
|
|
643
|
+
if (!l && N.isBlob(m))
|
|
644
644
|
throw new _e("Blob is not supported. Use a Buffer instead.");
|
|
645
|
-
return
|
|
645
|
+
return N.isArrayBuffer(m) || N.isTypedArray(m) ? l && typeof Blob == "function" ? new Blob([m]) : Buffer.from(m) : m;
|
|
646
646
|
}
|
|
647
647
|
function u(m, p, w) {
|
|
648
648
|
let b = m;
|
|
649
649
|
if (m && !w && typeof m == "object") {
|
|
650
|
-
if (
|
|
650
|
+
if (N.endsWith(p, "{}"))
|
|
651
651
|
p = r ? p : p.slice(0, -2), m = JSON.stringify(m);
|
|
652
|
-
else if (
|
|
652
|
+
else if (N.isArray(m) && Fv(m) || (N.isFileList(m) || N.endsWith(p, "[]")) && (b = N.toArray(m)))
|
|
653
653
|
return p = wf(p), b.forEach(function(v, x) {
|
|
654
|
-
!(
|
|
654
|
+
!(N.isUndefined(v) || v === null) && e.append(
|
|
655
655
|
// eslint-disable-next-line no-nested-ternary
|
|
656
656
|
s === !0 ? fc([p], x, o) : s === null ? p : p + "[]",
|
|
657
657
|
c(v)
|
|
@@ -666,21 +666,21 @@ function $s(t, e, n) {
|
|
|
666
666
|
isVisitable: Na
|
|
667
667
|
});
|
|
668
668
|
function g(m, p) {
|
|
669
|
-
if (!
|
|
669
|
+
if (!N.isUndefined(m)) {
|
|
670
670
|
if (d.indexOf(m) !== -1)
|
|
671
671
|
throw Error("Circular reference detected in " + p.join("."));
|
|
672
|
-
d.push(m),
|
|
673
|
-
(!(
|
|
672
|
+
d.push(m), N.forEach(m, function(b, C) {
|
|
673
|
+
(!(N.isUndefined(b) || b === null) && i.call(
|
|
674
674
|
e,
|
|
675
675
|
b,
|
|
676
|
-
|
|
676
|
+
N.isString(C) ? C.trim() : C,
|
|
677
677
|
p,
|
|
678
678
|
f
|
|
679
679
|
)) === !0 && g(b, p ? p.concat(C) : [C]);
|
|
680
680
|
}), d.pop();
|
|
681
681
|
}
|
|
682
682
|
}
|
|
683
|
-
if (!
|
|
683
|
+
if (!N.isObject(t))
|
|
684
684
|
throw new TypeError("data must be an object");
|
|
685
685
|
return g(t), e;
|
|
686
686
|
}
|
|
@@ -721,7 +721,7 @@ function Lf(t, e, n) {
|
|
|
721
721
|
return t;
|
|
722
722
|
const r = n && n.encode || Vv, i = n && n.serialize;
|
|
723
723
|
let o;
|
|
724
|
-
if (i ? o = i(e, n) : o =
|
|
724
|
+
if (i ? o = i(e, n) : o = N.isURLSearchParams(e) ? e.toString() : new Il(e, n).toString(r), o) {
|
|
725
725
|
const s = t.indexOf("#");
|
|
726
726
|
s !== -1 && (t = t.slice(0, s)), t += (t.indexOf("?") === -1 ? "?" : "&") + o;
|
|
727
727
|
}
|
|
@@ -776,7 +776,7 @@ class pc {
|
|
|
776
776
|
* @returns {void}
|
|
777
777
|
*/
|
|
778
778
|
forEach(e) {
|
|
779
|
-
|
|
779
|
+
N.forEach(this.handlers, function(r) {
|
|
780
780
|
r !== null && e(r);
|
|
781
781
|
});
|
|
782
782
|
}
|
|
@@ -806,12 +806,12 @@ self instanceof WorkerGlobalScope && typeof self.importScripts == "function", Zv
|
|
|
806
806
|
function qv(t, e) {
|
|
807
807
|
return $s(t, new dn.classes.URLSearchParams(), Object.assign({
|
|
808
808
|
visitor: function(n, r, i, o) {
|
|
809
|
-
return dn.isNode &&
|
|
809
|
+
return dn.isNode && N.isBuffer(n) ? (this.append(r, n.toString("base64")), !1) : o.defaultVisitor.apply(this, arguments);
|
|
810
810
|
}
|
|
811
811
|
}, e));
|
|
812
812
|
}
|
|
813
813
|
function Kv(t) {
|
|
814
|
-
return
|
|
814
|
+
return N.matchAll(/\w+|\[(\w*)]/g, t).map((e) => e[0] === "[]" ? "" : e[1] || e[0]);
|
|
815
815
|
}
|
|
816
816
|
function Qv(t) {
|
|
817
817
|
const e = {}, n = Object.keys(t);
|
|
@@ -828,20 +828,20 @@ function xf(t) {
|
|
|
828
828
|
if (s === "__proto__")
|
|
829
829
|
return !0;
|
|
830
830
|
const a = Number.isFinite(+s), l = o >= n.length;
|
|
831
|
-
return s = !s &&
|
|
831
|
+
return s = !s && N.isArray(i) ? i.length : s, l ? (N.hasOwnProp(i, s) ? i[s] = [i[s], r] : i[s] = r, !a) : ((!i[s] || !N.isObject(i[s])) && (i[s] = []), e(n, r, i[s], o) && N.isArray(i[s]) && (i[s] = Qv(i[s])), !a);
|
|
832
832
|
}
|
|
833
|
-
if (
|
|
833
|
+
if (N.isFormData(t) && N.isFunction(t.entries)) {
|
|
834
834
|
const n = {};
|
|
835
|
-
return
|
|
835
|
+
return N.forEachEntry(t, (r, i) => {
|
|
836
836
|
e(Kv(r), i, n, 0);
|
|
837
837
|
}), n;
|
|
838
838
|
}
|
|
839
839
|
return null;
|
|
840
840
|
}
|
|
841
841
|
function Jv(t, e, n) {
|
|
842
|
-
if (
|
|
842
|
+
if (N.isString(t))
|
|
843
843
|
try {
|
|
844
|
-
return (e || JSON.parse)(t),
|
|
844
|
+
return (e || JSON.parse)(t), N.trim(t);
|
|
845
845
|
} catch (r) {
|
|
846
846
|
if (r.name !== "SyntaxError")
|
|
847
847
|
throw r;
|
|
@@ -852,20 +852,20 @@ const Nl = {
|
|
|
852
852
|
transitional: Sf,
|
|
853
853
|
adapter: ["xhr", "http"],
|
|
854
854
|
transformRequest: [function(e, n) {
|
|
855
|
-
const r = n.getContentType() || "", i = r.indexOf("application/json") > -1, o =
|
|
856
|
-
if (o &&
|
|
855
|
+
const r = n.getContentType() || "", i = r.indexOf("application/json") > -1, o = N.isObject(e);
|
|
856
|
+
if (o && N.isHTMLForm(e) && (e = new FormData(e)), N.isFormData(e))
|
|
857
857
|
return i ? JSON.stringify(xf(e)) : e;
|
|
858
|
-
if (
|
|
858
|
+
if (N.isArrayBuffer(e) || N.isBuffer(e) || N.isStream(e) || N.isFile(e) || N.isBlob(e))
|
|
859
859
|
return e;
|
|
860
|
-
if (
|
|
860
|
+
if (N.isArrayBufferView(e))
|
|
861
861
|
return e.buffer;
|
|
862
|
-
if (
|
|
862
|
+
if (N.isURLSearchParams(e))
|
|
863
863
|
return n.setContentType("application/x-www-form-urlencoded;charset=utf-8", !1), e.toString();
|
|
864
864
|
let a;
|
|
865
865
|
if (o) {
|
|
866
866
|
if (r.indexOf("application/x-www-form-urlencoded") > -1)
|
|
867
867
|
return qv(e, this.formSerializer).toString();
|
|
868
|
-
if ((a =
|
|
868
|
+
if ((a = N.isFileList(e)) || r.indexOf("multipart/form-data") > -1) {
|
|
869
869
|
const l = this.env && this.env.FormData;
|
|
870
870
|
return $s(
|
|
871
871
|
a ? { "files[]": e } : e,
|
|
@@ -878,7 +878,7 @@ const Nl = {
|
|
|
878
878
|
}],
|
|
879
879
|
transformResponse: [function(e) {
|
|
880
880
|
const n = this.transitional || Nl.transitional, r = n && n.forcedJSONParsing, i = this.responseType === "json";
|
|
881
|
-
if (e &&
|
|
881
|
+
if (e && N.isString(e) && (r && !this.responseType || i)) {
|
|
882
882
|
const s = !(n && n.silentJSONParsing) && i;
|
|
883
883
|
try {
|
|
884
884
|
return JSON.parse(e);
|
|
@@ -912,10 +912,10 @@ const Nl = {
|
|
|
912
912
|
}
|
|
913
913
|
}
|
|
914
914
|
};
|
|
915
|
-
|
|
915
|
+
N.forEach(["delete", "get", "head", "post", "put", "patch"], (t) => {
|
|
916
916
|
Nl.headers[t] = {};
|
|
917
917
|
});
|
|
918
|
-
const Bl = Nl, Yv =
|
|
918
|
+
const Bl = Nl, Yv = N.toObjectSet([
|
|
919
919
|
"age",
|
|
920
920
|
"authorization",
|
|
921
921
|
"content-length",
|
|
@@ -945,7 +945,7 @@ function Si(t) {
|
|
|
945
945
|
return t && String(t).trim().toLowerCase();
|
|
946
946
|
}
|
|
947
947
|
function is(t) {
|
|
948
|
-
return t === !1 || t == null ? t :
|
|
948
|
+
return t === !1 || t == null ? t : N.isArray(t) ? t.map(is) : String(t);
|
|
949
949
|
}
|
|
950
950
|
function em(t) {
|
|
951
951
|
const e = /* @__PURE__ */ Object.create(null), n = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
|
|
@@ -956,12 +956,12 @@ function em(t) {
|
|
|
956
956
|
}
|
|
957
957
|
const tm = (t) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(t.trim());
|
|
958
958
|
function sa(t, e, n, r, i) {
|
|
959
|
-
if (
|
|
959
|
+
if (N.isFunction(r))
|
|
960
960
|
return r.call(this, e, n);
|
|
961
|
-
if (i && (e = n), !!
|
|
962
|
-
if (
|
|
961
|
+
if (i && (e = n), !!N.isString(e)) {
|
|
962
|
+
if (N.isString(r))
|
|
963
963
|
return e.indexOf(r) !== -1;
|
|
964
|
-
if (
|
|
964
|
+
if (N.isRegExp(r))
|
|
965
965
|
return r.test(e);
|
|
966
966
|
}
|
|
967
967
|
}
|
|
@@ -969,7 +969,7 @@ function nm(t) {
|
|
|
969
969
|
return t.trim().toLowerCase().replace(/([a-z\d])(\w*)/g, (e, n, r) => n.toUpperCase() + r);
|
|
970
970
|
}
|
|
971
971
|
function rm(t, e) {
|
|
972
|
-
const n =
|
|
972
|
+
const n = N.toCamelCase(" " + e);
|
|
973
973
|
["get", "set", "has"].forEach((r) => {
|
|
974
974
|
Object.defineProperty(t, r + n, {
|
|
975
975
|
value: function(i, o, s) {
|
|
@@ -989,24 +989,24 @@ class Gs {
|
|
|
989
989
|
const u = Si(l);
|
|
990
990
|
if (!u)
|
|
991
991
|
throw new Error("header name must be a non-empty string");
|
|
992
|
-
const d =
|
|
992
|
+
const d = N.findKey(i, u);
|
|
993
993
|
(!d || i[d] === void 0 || c === !0 || c === void 0 && i[d] !== !1) && (i[d || l] = is(a));
|
|
994
994
|
}
|
|
995
|
-
const s = (a, l) =>
|
|
996
|
-
return
|
|
995
|
+
const s = (a, l) => N.forEach(a, (c, u) => o(c, u, l));
|
|
996
|
+
return N.isPlainObject(e) || e instanceof this.constructor ? s(e, n) : N.isString(e) && (e = e.trim()) && !tm(e) ? s(Xv(e), n) : e != null && o(n, e, r), this;
|
|
997
997
|
}
|
|
998
998
|
get(e, n) {
|
|
999
999
|
if (e = Si(e), e) {
|
|
1000
|
-
const r =
|
|
1000
|
+
const r = N.findKey(this, e);
|
|
1001
1001
|
if (r) {
|
|
1002
1002
|
const i = this[r];
|
|
1003
1003
|
if (!n)
|
|
1004
1004
|
return i;
|
|
1005
1005
|
if (n === !0)
|
|
1006
1006
|
return em(i);
|
|
1007
|
-
if (
|
|
1007
|
+
if (N.isFunction(n))
|
|
1008
1008
|
return n.call(this, i, r);
|
|
1009
|
-
if (
|
|
1009
|
+
if (N.isRegExp(n))
|
|
1010
1010
|
return n.exec(i);
|
|
1011
1011
|
throw new TypeError("parser must be boolean|regexp|function");
|
|
1012
1012
|
}
|
|
@@ -1014,7 +1014,7 @@ class Gs {
|
|
|
1014
1014
|
}
|
|
1015
1015
|
has(e, n) {
|
|
1016
1016
|
if (e = Si(e), e) {
|
|
1017
|
-
const r =
|
|
1017
|
+
const r = N.findKey(this, e);
|
|
1018
1018
|
return !!(r && this[r] !== void 0 && (!n || sa(this, this[r], r, n)));
|
|
1019
1019
|
}
|
|
1020
1020
|
return !1;
|
|
@@ -1024,11 +1024,11 @@ class Gs {
|
|
|
1024
1024
|
let i = !1;
|
|
1025
1025
|
function o(s) {
|
|
1026
1026
|
if (s = Si(s), s) {
|
|
1027
|
-
const a =
|
|
1027
|
+
const a = N.findKey(r, s);
|
|
1028
1028
|
a && (!n || sa(r, r[a], a, n)) && (delete r[a], i = !0);
|
|
1029
1029
|
}
|
|
1030
1030
|
}
|
|
1031
|
-
return
|
|
1031
|
+
return N.isArray(e) ? e.forEach(o) : o(e), i;
|
|
1032
1032
|
}
|
|
1033
1033
|
clear(e) {
|
|
1034
1034
|
const n = Object.keys(this);
|
|
@@ -1041,8 +1041,8 @@ class Gs {
|
|
|
1041
1041
|
}
|
|
1042
1042
|
normalize(e) {
|
|
1043
1043
|
const n = this, r = {};
|
|
1044
|
-
return
|
|
1045
|
-
const s =
|
|
1044
|
+
return N.forEach(this, (i, o) => {
|
|
1045
|
+
const s = N.findKey(r, o);
|
|
1046
1046
|
if (s) {
|
|
1047
1047
|
n[s] = is(i), delete n[o];
|
|
1048
1048
|
return;
|
|
@@ -1056,8 +1056,8 @@ class Gs {
|
|
|
1056
1056
|
}
|
|
1057
1057
|
toJSON(e) {
|
|
1058
1058
|
const n = /* @__PURE__ */ Object.create(null);
|
|
1059
|
-
return
|
|
1060
|
-
r != null && r !== !1 && (n[i] = e &&
|
|
1059
|
+
return N.forEach(this, (r, i) => {
|
|
1060
|
+
r != null && r !== !1 && (n[i] = e && N.isArray(r) ? r.join(", ") : r);
|
|
1061
1061
|
}), n;
|
|
1062
1062
|
}
|
|
1063
1063
|
[Symbol.iterator]() {
|
|
@@ -1085,11 +1085,11 @@ class Gs {
|
|
|
1085
1085
|
const a = Si(s);
|
|
1086
1086
|
r[a] || (rm(i, s), r[a] = !0);
|
|
1087
1087
|
}
|
|
1088
|
-
return
|
|
1088
|
+
return N.isArray(e) ? e.forEach(o) : o(e), this;
|
|
1089
1089
|
}
|
|
1090
1090
|
}
|
|
1091
1091
|
Gs.accessor(["Content-Type", "Content-Length", "Accept", "Accept-Encoding", "User-Agent", "Authorization"]);
|
|
1092
|
-
|
|
1092
|
+
N.reduceDescriptors(Gs.prototype, ({ value: t }, e) => {
|
|
1093
1093
|
let n = e[0].toUpperCase() + e.slice(1);
|
|
1094
1094
|
return {
|
|
1095
1095
|
get: () => t,
|
|
@@ -1098,12 +1098,12 @@ I.reduceDescriptors(Gs.prototype, ({ value: t }, e) => {
|
|
|
1098
1098
|
}
|
|
1099
1099
|
};
|
|
1100
1100
|
});
|
|
1101
|
-
|
|
1101
|
+
N.freezeMethods(Gs);
|
|
1102
1102
|
const _n = Gs;
|
|
1103
1103
|
function aa(t, e) {
|
|
1104
1104
|
const n = this || Bl, r = e || n, i = _n.from(r.headers);
|
|
1105
1105
|
let o = r.data;
|
|
1106
|
-
return
|
|
1106
|
+
return N.forEach(t, function(a) {
|
|
1107
1107
|
o = a.call(n, o, i.normalize(), e ? e.status : void 0);
|
|
1108
1108
|
}), i.normalize(), o;
|
|
1109
1109
|
}
|
|
@@ -1113,7 +1113,7 @@ function _f(t) {
|
|
|
1113
1113
|
function wo(t, e, n) {
|
|
1114
1114
|
_e.call(this, t ?? "canceled", _e.ERR_CANCELED, e, n), this.name = "CanceledError";
|
|
1115
1115
|
}
|
|
1116
|
-
|
|
1116
|
+
N.inherits(wo, _e, {
|
|
1117
1117
|
__CANCEL__: !0
|
|
1118
1118
|
});
|
|
1119
1119
|
function im(t, e, n) {
|
|
@@ -1131,7 +1131,7 @@ const om = dn.hasStandardBrowserEnv ? (
|
|
|
1131
1131
|
{
|
|
1132
1132
|
write(t, e, n, r, i, o) {
|
|
1133
1133
|
const s = [t + "=" + encodeURIComponent(e)];
|
|
1134
|
-
|
|
1134
|
+
N.isNumber(n) && s.push("expires=" + new Date(n).toGMTString()), N.isString(r) && s.push("path=" + r), N.isString(i) && s.push("domain=" + i), o === !0 && s.push("secure"), document.cookie = s.join("; ");
|
|
1135
1135
|
},
|
|
1136
1136
|
read(t) {
|
|
1137
1137
|
const e = document.cookie.match(new RegExp("(^|;\\s*)(" + t + ")=([^;]*)"));
|
|
@@ -1182,7 +1182,7 @@ const lm = dn.hasStandardBrowserEnv ? (
|
|
|
1182
1182
|
};
|
|
1183
1183
|
}
|
|
1184
1184
|
return r = i(window.location.href), function(s) {
|
|
1185
|
-
const a =
|
|
1185
|
+
const a = N.isString(s) ? i(s) : s;
|
|
1186
1186
|
return a.protocol === r.protocol && a.host === r.host;
|
|
1187
1187
|
};
|
|
1188
1188
|
}()
|
|
@@ -1241,7 +1241,7 @@ const dm = typeof XMLHttpRequest < "u", fm = dm && function(t) {
|
|
|
1241
1241
|
t.cancelToken && t.cancelToken.unsubscribe(l), t.signal && t.signal.removeEventListener("abort", l);
|
|
1242
1242
|
}
|
|
1243
1243
|
let u;
|
|
1244
|
-
if (
|
|
1244
|
+
if (N.isFormData(i)) {
|
|
1245
1245
|
if (dn.hasStandardBrowserEnv || dn.hasStandardBrowserWebWorkerEnv)
|
|
1246
1246
|
o.setContentType(!1);
|
|
1247
1247
|
else if ((u = o.getContentType()) !== !1) {
|
|
@@ -1290,13 +1290,13 @@ const dm = typeof XMLHttpRequest < "u", fm = dm && function(t) {
|
|
|
1290
1290
|
t,
|
|
1291
1291
|
d
|
|
1292
1292
|
)), d = null;
|
|
1293
|
-
}, dn.hasStandardBrowserEnv && (a &&
|
|
1293
|
+
}, dn.hasStandardBrowserEnv && (a && N.isFunction(a) && (a = a(t)), a || a !== !1 && lm(f))) {
|
|
1294
1294
|
const p = t.xsrfHeaderName && t.xsrfCookieName && om.read(t.xsrfCookieName);
|
|
1295
1295
|
p && o.set(t.xsrfHeaderName, p);
|
|
1296
1296
|
}
|
|
1297
|
-
i === void 0 && o.setContentType(null), "setRequestHeader" in d &&
|
|
1297
|
+
i === void 0 && o.setContentType(null), "setRequestHeader" in d && N.forEach(o.toJSON(), function(w, b) {
|
|
1298
1298
|
d.setRequestHeader(b, w);
|
|
1299
|
-
}),
|
|
1299
|
+
}), N.isUndefined(t.withCredentials) || (d.withCredentials = !!t.withCredentials), s && s !== "json" && (d.responseType = t.responseType), typeof t.onDownloadProgress == "function" && d.addEventListener("progress", vc(t.onDownloadProgress, !0)), typeof t.onUploadProgress == "function" && d.upload && d.upload.addEventListener("progress", vc(t.onUploadProgress)), (t.cancelToken || t.signal) && (l = (p) => {
|
|
1300
1300
|
d && (r(!p || p.type ? new wo(null, t, d) : p), d.abort(), d = null);
|
|
1301
1301
|
}, t.cancelToken && t.cancelToken.subscribe(l), t.signal && (t.signal.aborted ? l() : t.signal.addEventListener("abort", l)));
|
|
1302
1302
|
const m = cm(f);
|
|
@@ -1310,7 +1310,7 @@ const dm = typeof XMLHttpRequest < "u", fm = dm && function(t) {
|
|
|
1310
1310
|
http: Bv,
|
|
1311
1311
|
xhr: fm
|
|
1312
1312
|
};
|
|
1313
|
-
|
|
1313
|
+
N.forEach(Ba, (t, e) => {
|
|
1314
1314
|
if (t) {
|
|
1315
1315
|
try {
|
|
1316
1316
|
Object.defineProperty(t, "name", { value: e });
|
|
@@ -1319,9 +1319,9 @@ I.forEach(Ba, (t, e) => {
|
|
|
1319
1319
|
Object.defineProperty(t, "adapterName", { value: e });
|
|
1320
1320
|
}
|
|
1321
1321
|
});
|
|
1322
|
-
const mc = (t) => `- ${t}`, hm = (t) =>
|
|
1322
|
+
const mc = (t) => `- ${t}`, hm = (t) => N.isFunction(t) || t === null || t === !1, Mf = {
|
|
1323
1323
|
getAdapter: (t) => {
|
|
1324
|
-
t =
|
|
1324
|
+
t = N.isArray(t) ? t : [t];
|
|
1325
1325
|
const { length: e } = t;
|
|
1326
1326
|
let n, r;
|
|
1327
1327
|
const i = {};
|
|
@@ -1377,22 +1377,22 @@ function ai(t, e) {
|
|
|
1377
1377
|
e = e || {};
|
|
1378
1378
|
const n = {};
|
|
1379
1379
|
function r(c, u, d) {
|
|
1380
|
-
return
|
|
1380
|
+
return N.isPlainObject(c) && N.isPlainObject(u) ? N.merge.call({ caseless: d }, c, u) : N.isPlainObject(u) ? N.merge({}, u) : N.isArray(u) ? u.slice() : u;
|
|
1381
1381
|
}
|
|
1382
1382
|
function i(c, u, d) {
|
|
1383
|
-
if (
|
|
1384
|
-
if (!
|
|
1383
|
+
if (N.isUndefined(u)) {
|
|
1384
|
+
if (!N.isUndefined(c))
|
|
1385
1385
|
return r(void 0, c, d);
|
|
1386
1386
|
} else
|
|
1387
1387
|
return r(c, u, d);
|
|
1388
1388
|
}
|
|
1389
1389
|
function o(c, u) {
|
|
1390
|
-
if (!
|
|
1390
|
+
if (!N.isUndefined(u))
|
|
1391
1391
|
return r(void 0, u);
|
|
1392
1392
|
}
|
|
1393
1393
|
function s(c, u) {
|
|
1394
|
-
if (
|
|
1395
|
-
if (!
|
|
1394
|
+
if (N.isUndefined(u)) {
|
|
1395
|
+
if (!N.isUndefined(c))
|
|
1396
1396
|
return r(void 0, c);
|
|
1397
1397
|
} else
|
|
1398
1398
|
return r(void 0, u);
|
|
@@ -1434,9 +1434,9 @@ function ai(t, e) {
|
|
|
1434
1434
|
validateStatus: a,
|
|
1435
1435
|
headers: (c, u) => i(bc(c), bc(u), !0)
|
|
1436
1436
|
};
|
|
1437
|
-
return
|
|
1437
|
+
return N.forEach(Object.keys(Object.assign({}, t, e)), function(u) {
|
|
1438
1438
|
const d = l[u] || i, f = d(t[u], e[u], u);
|
|
1439
|
-
|
|
1439
|
+
N.isUndefined(f) && d !== a || (n[u] = f);
|
|
1440
1440
|
}), n;
|
|
1441
1441
|
}
|
|
1442
1442
|
const Pf = "1.6.8", Fl = {};
|
|
@@ -1521,17 +1521,17 @@ class ms {
|
|
|
1521
1521
|
silentJSONParsing: An.transitional(An.boolean),
|
|
1522
1522
|
forcedJSONParsing: An.transitional(An.boolean),
|
|
1523
1523
|
clarifyTimeoutError: An.transitional(An.boolean)
|
|
1524
|
-
}, !1), i != null && (
|
|
1524
|
+
}, !1), i != null && (N.isFunction(i) ? n.paramsSerializer = {
|
|
1525
1525
|
serialize: i
|
|
1526
1526
|
} : Fa.assertOptions(i, {
|
|
1527
1527
|
encode: An.function,
|
|
1528
1528
|
serialize: An.function
|
|
1529
1529
|
}, !0)), n.method = (n.method || this.defaults.method || "get").toLowerCase();
|
|
1530
|
-
let s = o &&
|
|
1530
|
+
let s = o && N.merge(
|
|
1531
1531
|
o.common,
|
|
1532
1532
|
o[n.method]
|
|
1533
1533
|
);
|
|
1534
|
-
o &&
|
|
1534
|
+
o && N.forEach(
|
|
1535
1535
|
["delete", "get", "head", "post", "put", "patch", "common"],
|
|
1536
1536
|
(m) => {
|
|
1537
1537
|
delete o[m];
|
|
@@ -1579,7 +1579,7 @@ class ms {
|
|
|
1579
1579
|
return Lf(n, e.params, e.paramsSerializer);
|
|
1580
1580
|
}
|
|
1581
1581
|
}
|
|
1582
|
-
|
|
1582
|
+
N.forEach(["delete", "get", "head", "options"], function(e) {
|
|
1583
1583
|
ms.prototype[e] = function(n, r) {
|
|
1584
1584
|
return this.request(ai(r || {}, {
|
|
1585
1585
|
method: e,
|
|
@@ -1588,7 +1588,7 @@ I.forEach(["delete", "get", "head", "options"], function(e) {
|
|
|
1588
1588
|
}));
|
|
1589
1589
|
};
|
|
1590
1590
|
});
|
|
1591
|
-
|
|
1591
|
+
N.forEach(["post", "put", "patch"], function(e) {
|
|
1592
1592
|
function n(r) {
|
|
1593
1593
|
return function(o, s, a) {
|
|
1594
1594
|
return this.request(ai(a || {}, {
|
|
@@ -1679,7 +1679,7 @@ function vm(t) {
|
|
|
1679
1679
|
};
|
|
1680
1680
|
}
|
|
1681
1681
|
function mm(t) {
|
|
1682
|
-
return
|
|
1682
|
+
return N.isObject(t) && t.isAxiosError === !0;
|
|
1683
1683
|
}
|
|
1684
1684
|
const Ua = {
|
|
1685
1685
|
Continue: 100,
|
|
@@ -1752,7 +1752,7 @@ Object.entries(Ua).forEach(([t, e]) => {
|
|
|
1752
1752
|
const ym = Ua;
|
|
1753
1753
|
function kf(t) {
|
|
1754
1754
|
const e = new os(t), n = uf(os.prototype.request, e);
|
|
1755
|
-
return
|
|
1755
|
+
return N.extend(n, os.prototype, e, { allOwnKeys: !0 }), N.extend(n, e, null, { allOwnKeys: !0 }), n.create = function(i) {
|
|
1756
1756
|
return kf(ai(t, i));
|
|
1757
1757
|
}, n;
|
|
1758
1758
|
}
|
|
@@ -1772,7 +1772,7 @@ it.spread = vm;
|
|
|
1772
1772
|
it.isAxiosError = mm;
|
|
1773
1773
|
it.mergeConfig = ai;
|
|
1774
1774
|
it.AxiosHeaders = _n;
|
|
1775
|
-
it.formToJSON = (t) => xf(
|
|
1775
|
+
it.formToJSON = (t) => xf(N.isHTMLForm(t) ? new FormData(t) : t);
|
|
1776
1776
|
it.getAdapter = Mf.getAdapter;
|
|
1777
1777
|
it.HttpStatusCode = ym;
|
|
1778
1778
|
it.default = it;
|
|
@@ -1787,53 +1787,61 @@ const eo = it.create({
|
|
|
1787
1787
|
[pn.Shipping]: ["is_pickup"],
|
|
1788
1788
|
[pn.Payment]: ["pay_by_cash", "pay_by_card", "is_pickup"]
|
|
1789
1789
|
};
|
|
1790
|
-
async function* Cc({
|
|
1791
|
-
|
|
1790
|
+
async function* Cc({
|
|
1791
|
+
bounds: t,
|
|
1792
|
+
loadPointsParams: { city_name: e, country_abbreviation: n, filter: r, region_name: i } = {},
|
|
1793
|
+
options: { controller: o } = {},
|
|
1794
|
+
q: s
|
|
1795
|
+
}) {
|
|
1796
|
+
const a = {
|
|
1792
1797
|
status: 30,
|
|
1793
|
-
page_size: bm
|
|
1798
|
+
page_size: bm,
|
|
1799
|
+
country_abbreviation: n,
|
|
1800
|
+
region_name: i,
|
|
1801
|
+
city_name: e
|
|
1794
1802
|
};
|
|
1795
|
-
if (
|
|
1796
|
-
for (const [
|
|
1797
|
-
if (!
|
|
1803
|
+
if (s && (a.q = s), r != null && r.type && (a.type = r.type), r != null && r.receive)
|
|
1804
|
+
for (const [d, f] of Object.entries(r == null ? void 0 : r.receive)) {
|
|
1805
|
+
if (!f)
|
|
1798
1806
|
continue;
|
|
1799
|
-
const
|
|
1800
|
-
for (const
|
|
1801
|
-
|
|
1807
|
+
const g = wm[d];
|
|
1808
|
+
for (const m of g)
|
|
1809
|
+
a[m] = !0;
|
|
1802
1810
|
}
|
|
1803
|
-
if (
|
|
1804
|
-
for (const [
|
|
1805
|
-
if (!
|
|
1811
|
+
if (r != null && r.send)
|
|
1812
|
+
for (const [d, f] of Object.entries(r == null ? void 0 : r.send)) {
|
|
1813
|
+
if (!f)
|
|
1806
1814
|
continue;
|
|
1807
|
-
const
|
|
1808
|
-
for (const
|
|
1809
|
-
|
|
1810
|
-
}
|
|
1811
|
-
t && (
|
|
1812
|
-
let
|
|
1813
|
-
params:
|
|
1814
|
-
signal:
|
|
1815
|
-
}),
|
|
1816
|
-
for (;
|
|
1817
|
-
yield
|
|
1818
|
-
const
|
|
1819
|
-
params:
|
|
1820
|
-
signal:
|
|
1815
|
+
const g = Cm[d];
|
|
1816
|
+
for (const m of g)
|
|
1817
|
+
a[m] = !0;
|
|
1818
|
+
}
|
|
1819
|
+
t && (a.start_latitude = t[0][0], a.end_latitude = t[0][1], a.start_longitude = t[1][0], a.end_longitude = t[1][1]);
|
|
1820
|
+
let l = await eo.get("/locations/points", {
|
|
1821
|
+
params: a,
|
|
1822
|
+
signal: o == null ? void 0 : o.signal
|
|
1823
|
+
}), c = l.data.data.num_pages, u = l.data.data.current_page;
|
|
1824
|
+
for (; u < c; ) {
|
|
1825
|
+
yield l, a.page = u + 1;
|
|
1826
|
+
const d = await eo.get("/locations/points", {
|
|
1827
|
+
params: a,
|
|
1828
|
+
signal: o == null ? void 0 : o.signal
|
|
1821
1829
|
});
|
|
1822
|
-
|
|
1830
|
+
l.data.data.results = [...l.data.data.results, ...d.data.data.results], l = d, u = d.data.data.current_page, c = d.data.data.num_pages;
|
|
1823
1831
|
}
|
|
1824
|
-
return yield
|
|
1832
|
+
return yield l, l;
|
|
1825
1833
|
}
|
|
1826
|
-
const Lc = [], Sc = (t, e, n) => {
|
|
1834
|
+
const Lc = [], Sc = ({ bounds: t, loadPointsParams: e, loading: n }) => {
|
|
1827
1835
|
var i;
|
|
1828
1836
|
const r = new AbortController();
|
|
1829
|
-
return
|
|
1837
|
+
return n && ((i = Lc.pop()) == null || i.abort()), Lc.push(r), async (o) => {
|
|
1830
1838
|
const s = { controller: r };
|
|
1831
|
-
if (!
|
|
1832
|
-
const l = await Cc({
|
|
1839
|
+
if (!t) {
|
|
1840
|
+
const l = await Cc({ loadPointsParams: e, options: s }).next();
|
|
1833
1841
|
o(l.value.data);
|
|
1834
1842
|
return;
|
|
1835
1843
|
}
|
|
1836
|
-
for await (const a of Cc({
|
|
1844
|
+
for await (const a of Cc({ loadPointsParams: e, options: s, bounds: t }))
|
|
1837
1845
|
o(a.data);
|
|
1838
1846
|
};
|
|
1839
1847
|
}, Tf = ":root", Ws = (t, e) => {
|
|
@@ -1844,37 +1852,37 @@ const Lc = [], Sc = (t, e, n) => {
|
|
|
1844
1852
|
};
|
|
1845
1853
|
var ys = {};
|
|
1846
1854
|
(function(t) {
|
|
1847
|
-
var e, n, r = Oo && Oo.__awaiter || function(h, y, L,
|
|
1855
|
+
var e, n, r = Oo && Oo.__awaiter || function(h, y, L, P) {
|
|
1848
1856
|
return new (L = L || Promise)(function(O, T) {
|
|
1849
|
-
function
|
|
1857
|
+
function _(U) {
|
|
1850
1858
|
try {
|
|
1851
|
-
|
|
1859
|
+
I(P.next(U));
|
|
1852
1860
|
} catch (H) {
|
|
1853
1861
|
T(H);
|
|
1854
1862
|
}
|
|
1855
1863
|
}
|
|
1856
1864
|
function A(U) {
|
|
1857
1865
|
try {
|
|
1858
|
-
|
|
1866
|
+
I(P.throw(U));
|
|
1859
1867
|
} catch (H) {
|
|
1860
1868
|
T(H);
|
|
1861
1869
|
}
|
|
1862
1870
|
}
|
|
1863
|
-
function
|
|
1871
|
+
function I(U) {
|
|
1864
1872
|
var H;
|
|
1865
1873
|
U.done ? O(U.value) : ((H = U.value) instanceof L ? H : new L(function(F) {
|
|
1866
1874
|
F(H);
|
|
1867
|
-
})).then(
|
|
1875
|
+
})).then(_, A);
|
|
1868
1876
|
}
|
|
1869
|
-
|
|
1877
|
+
I((P = P.apply(h, y || [])).next());
|
|
1870
1878
|
});
|
|
1871
1879
|
}, i = Oo && Oo.__rest || function(h, y) {
|
|
1872
1880
|
var L = {};
|
|
1873
1881
|
for (O in h)
|
|
1874
1882
|
Object.prototype.hasOwnProperty.call(h, O) && y.indexOf(O) < 0 && (L[O] = h[O]);
|
|
1875
1883
|
if (h != null && typeof Object.getOwnPropertySymbols == "function")
|
|
1876
|
-
for (var
|
|
1877
|
-
y.indexOf(O[
|
|
1884
|
+
for (var P = 0, O = Object.getOwnPropertySymbols(h); P < O.length; P++)
|
|
1885
|
+
y.indexOf(O[P]) < 0 && Object.prototype.propertyIsEnumerable.call(h, O[P]) && (L[O[P]] = h[O[P]]);
|
|
1878
1886
|
return L;
|
|
1879
1887
|
};
|
|
1880
1888
|
Object.defineProperty(t, "__esModule", { value: !0 }), t.fromLatLng = t.fromPlaceId = t.fromAddress = t.geocode = t.enableAddressDescriptor = t.setOutputFormat = t.setLocationType = t.setResultType = t.setBounds = t.setComponents = t.setRegion = t.setLanguage = t.setKey = t.setDefaults = t.OutputFormat = t.RequestType = void 0, function(h) {
|
|
@@ -1888,12 +1896,12 @@ var ys = {};
|
|
|
1888
1896
|
return r(this, void 0, void 0, function* () {
|
|
1889
1897
|
var L = h.outputFormat, y = i(h, ["outputFormat"]), y = new URLSearchParams(y).toString(), L = o + `/${L}?` + y;
|
|
1890
1898
|
try {
|
|
1891
|
-
var
|
|
1899
|
+
var P = yield (yield fetch(L)).json(), { status: O, error_message: T } = P;
|
|
1892
1900
|
if (O === "OK")
|
|
1893
|
-
return
|
|
1901
|
+
return P;
|
|
1894
1902
|
throw new Error(`Geocoding failed: ${T}. Server returned status code ${O}.`);
|
|
1895
|
-
} catch (
|
|
1896
|
-
throw
|
|
1903
|
+
} catch (_) {
|
|
1904
|
+
throw _ instanceof Error ? new Error("Geocoding request failed: " + _.message) : new Error("Geocoding request failed with unknown error: " + _);
|
|
1897
1905
|
}
|
|
1898
1906
|
});
|
|
1899
1907
|
}
|
|
@@ -1933,17 +1941,17 @@ var ys = {};
|
|
|
1933
1941
|
requestType: ${typeof h}, value: ` + typeof y);
|
|
1934
1942
|
return a(Object.assign(Object.assign(Object.assign({}, s), L), { [h]: y }));
|
|
1935
1943
|
}
|
|
1936
|
-
function v(h, y, L,
|
|
1944
|
+
function v(h, y, L, P) {
|
|
1937
1945
|
var O = { outputFormat: n.JSON };
|
|
1938
|
-
return y && (O.key = y), L && (O.language = L),
|
|
1946
|
+
return y && (O.key = y), L && (O.language = L), P && (O.region = P), C(e.ADDRESS, h, O);
|
|
1939
1947
|
}
|
|
1940
|
-
function x(h, y, L,
|
|
1948
|
+
function x(h, y, L, P) {
|
|
1941
1949
|
var O = { outputFormat: n.JSON };
|
|
1942
|
-
return y && (O.key = y), L && (O.language = L),
|
|
1950
|
+
return y && (O.key = y), L && (O.language = L), P && (O.region = P), C(e.PLACE_ID, h, O);
|
|
1943
1951
|
}
|
|
1944
|
-
function S(h, y, L,
|
|
1945
|
-
var
|
|
1946
|
-
return L && (
|
|
1952
|
+
function S(h, y, L, P, O, T) {
|
|
1953
|
+
var _ = { outputFormat: n.JSON };
|
|
1954
|
+
return L && (_.key = L), P && (_.language = P), O && (_.region = O), T && (_.location_type = T), C(e.LATLNG, h + "," + y, _);
|
|
1947
1955
|
}
|
|
1948
1956
|
t.setDefaults = l, t.setKey = c, t.setLanguage = u, t.setRegion = d, t.setComponents = f, t.setBounds = g, t.setResultType = m, t.setLocationType = p, t.setOutputFormat = w, t.enableAddressDescriptor = b, t.geocode = C, t.fromAddress = v, t.fromPlaceId = x, t.fromLatLng = S;
|
|
1949
1957
|
})(ys);
|
|
@@ -2016,7 +2024,7 @@ const Rf = (t, e) => {
|
|
|
2016
2024
|
closeSamePoints() {
|
|
2017
2025
|
t({ samePoints: [] });
|
|
2018
2026
|
},
|
|
2019
|
-
async loadNext(n, r) {
|
|
2027
|
+
async loadNext({ bounds: n, ...r }) {
|
|
2020
2028
|
const { reloading: i } = e();
|
|
2021
2029
|
t({
|
|
2022
2030
|
error: !1,
|
|
@@ -2024,7 +2032,11 @@ const Rf = (t, e) => {
|
|
|
2024
2032
|
}), Ee.getState().setBounds(n);
|
|
2025
2033
|
let o = 0;
|
|
2026
2034
|
try {
|
|
2027
|
-
await Sc(
|
|
2035
|
+
await Sc({
|
|
2036
|
+
loading: i,
|
|
2037
|
+
bounds: n,
|
|
2038
|
+
loadPointsParams: r
|
|
2039
|
+
})((a) => {
|
|
2028
2040
|
t(o === 0 ? { points: a.data.results } : { points: [...e().points, ...a.data.results] }), o++;
|
|
2029
2041
|
});
|
|
2030
2042
|
} catch {
|
|
@@ -2041,7 +2053,7 @@ const Rf = (t, e) => {
|
|
|
2041
2053
|
});
|
|
2042
2054
|
let o = 0;
|
|
2043
2055
|
try {
|
|
2044
|
-
await Sc(r,
|
|
2056
|
+
await Sc({ loading: r, bounds: i, loadPointsParams: n })((a) => {
|
|
2045
2057
|
o >= 1 && t({
|
|
2046
2058
|
loading: !1,
|
|
2047
2059
|
loaded: !0
|
|
@@ -2059,16 +2071,16 @@ const Rf = (t, e) => {
|
|
|
2059
2071
|
t({ loading: !1 });
|
|
2060
2072
|
}
|
|
2061
2073
|
}
|
|
2062
|
-
})), Mm = () => {
|
|
2074
|
+
})), Mm = ({ cityName: t, countryAbbreviation: e, regionName: n }) => {
|
|
2063
2075
|
E(() => {
|
|
2064
|
-
vn.getState().loadFirst(), console.debug("[OmnicWidgetLocations::pointsLoader]");
|
|
2065
|
-
const
|
|
2066
|
-
vn.getState().loadFirst(e), console.debug("[OmnicWidgetLocations::filters]",
|
|
2076
|
+
vn.getState().loadFirst({ city_name: t, country_abbreviation: e, region_name: n }), console.debug("[OmnicWidgetLocations::pointsLoader]");
|
|
2077
|
+
const r = Xn.subscribe((i) => {
|
|
2078
|
+
vn.getState().loadFirst({ filter: i, city_name: t, country_abbreviation: e, region_name: n }), console.debug("[OmnicWidgetLocations::filters]", i);
|
|
2067
2079
|
});
|
|
2068
2080
|
return () => {
|
|
2069
|
-
|
|
2081
|
+
r();
|
|
2070
2082
|
};
|
|
2071
|
-
}, []);
|
|
2083
|
+
}, [t, e, n]);
|
|
2072
2084
|
}, Vn = ".", Vl = Symbol("target"), If = Symbol("unsubscribe");
|
|
2073
2085
|
function Va(t) {
|
|
2074
2086
|
return t instanceof Date || t instanceof Set || t instanceof Map || t instanceof WeakSet || t instanceof WeakMap || ArrayBuffer.isView(t);
|
|
@@ -2522,8 +2534,8 @@ const jm = {
|
|
|
2522
2534
|
const y = v[r] ?? v, L = y[x];
|
|
2523
2535
|
if (i(L, S) && x in v)
|
|
2524
2536
|
return !0;
|
|
2525
|
-
const
|
|
2526
|
-
return
|
|
2537
|
+
const P = d(v, x, S, L);
|
|
2538
|
+
return P && l.setProperty(y, x, S, h, L) ? (f(v, x, v[x], L), !0) : !P;
|
|
2527
2539
|
},
|
|
2528
2540
|
defineProperty(v, x, S) {
|
|
2529
2541
|
if (!l.isSameDescriptor(S, v, x)) {
|
|
@@ -2546,21 +2558,21 @@ const jm = {
|
|
|
2546
2558
|
let y = Nt.initial(l.getPath(v));
|
|
2547
2559
|
const L = dr.isHandledMethod(h, v.name);
|
|
2548
2560
|
u.start(h, y, S);
|
|
2549
|
-
let
|
|
2561
|
+
let P = Reflect.apply(
|
|
2550
2562
|
v,
|
|
2551
2563
|
u.preferredThisArg(v, x, h),
|
|
2552
|
-
L ? S.map((
|
|
2564
|
+
L ? S.map((_) => m(_)) : S
|
|
2553
2565
|
);
|
|
2554
2566
|
const O = u.isChanged(h, i), T = u.stop();
|
|
2555
|
-
if (dr.isHandledType(
|
|
2556
|
-
const
|
|
2567
|
+
if (dr.isHandledType(P) && L && (x instanceof Map && v.name === "get" && (y = Nt.concat(y, S[0])), P = l.getProxy(P, y, b)), O) {
|
|
2568
|
+
const _ = {
|
|
2557
2569
|
name: v.name,
|
|
2558
2570
|
args: S,
|
|
2559
|
-
result:
|
|
2560
|
-
}, A = u.isCloning ? Nt.initial(y) : y,
|
|
2561
|
-
d(Nt.get(t, A),
|
|
2571
|
+
result: P
|
|
2572
|
+
}, A = u.isCloning ? Nt.initial(y) : y, I = u.isCloning ? Nt.last(y) : "";
|
|
2573
|
+
d(Nt.get(t, A), I, h, T, _) ? g(A, I, h, T, _) : u.undo(h);
|
|
2562
2574
|
}
|
|
2563
|
-
return (x instanceof Map || x instanceof Set) && km(
|
|
2575
|
+
return (x instanceof Map || x instanceof Set) && km(P) ? Tm(P, v, x, y, p) : P;
|
|
2564
2576
|
}
|
|
2565
2577
|
return Reflect.apply(v, x, S);
|
|
2566
2578
|
}
|
|
@@ -3108,9 +3120,9 @@ function a0(t, e, n, r, i, o, s, a) {
|
|
|
3108
3120
|
ui: void 0,
|
|
3109
3121
|
languageDetector: void 0,
|
|
3110
3122
|
languageStorage: void 0
|
|
3111
|
-
}, u = async ({ keysAndDefaults:
|
|
3112
|
-
var
|
|
3113
|
-
const U =
|
|
3123
|
+
}, u = async ({ keysAndDefaults: _, event: A }) => {
|
|
3124
|
+
var I;
|
|
3125
|
+
const U = _.map(({ key: H, ns: F, defaultValue: $ }) => ({
|
|
3114
3126
|
key: H,
|
|
3115
3127
|
defaultValue: $,
|
|
3116
3128
|
fallbackNamespaces: r(F),
|
|
@@ -3120,88 +3132,88 @@ function a0(t, e, n, r, i, o, s, a) {
|
|
|
3120
3132
|
ns: F
|
|
3121
3133
|
})
|
|
3122
3134
|
}));
|
|
3123
|
-
(
|
|
3124
|
-
}, d = (
|
|
3125
|
-
var
|
|
3126
|
-
return ((
|
|
3135
|
+
(I = c.ui) === null || I === void 0 || I.handleElementClick(U, A);
|
|
3136
|
+
}, d = (_, A) => {
|
|
3137
|
+
var I;
|
|
3138
|
+
return ((I = c.observer) === null || I === void 0 ? void 0 : I.findPositions(_, A)) || [];
|
|
3127
3139
|
};
|
|
3128
|
-
function f(
|
|
3140
|
+
function f(_) {
|
|
3129
3141
|
const A = o({
|
|
3130
|
-
key:
|
|
3131
|
-
ns:
|
|
3142
|
+
key: _.key,
|
|
3143
|
+
ns: _.ns
|
|
3132
3144
|
});
|
|
3133
|
-
return T.formatTranslation(Object.assign(Object.assign({},
|
|
3145
|
+
return T.formatTranslation(Object.assign(Object.assign({}, _), { translation: A, formatEnabled: !0 }));
|
|
3134
3146
|
}
|
|
3135
3147
|
function g() {
|
|
3136
3148
|
return { fetch: e().fetch };
|
|
3137
3149
|
}
|
|
3138
|
-
function m(
|
|
3139
|
-
c.observer =
|
|
3150
|
+
function m(_) {
|
|
3151
|
+
c.observer = _ == null ? void 0 : _();
|
|
3140
3152
|
}
|
|
3141
3153
|
function p() {
|
|
3142
3154
|
return !!c.observer;
|
|
3143
3155
|
}
|
|
3144
|
-
function w(
|
|
3145
|
-
|
|
3156
|
+
function w(_) {
|
|
3157
|
+
_ && c.formatters.push(_);
|
|
3146
3158
|
}
|
|
3147
|
-
function b(
|
|
3148
|
-
c.finalFormatter =
|
|
3159
|
+
function b(_) {
|
|
3160
|
+
c.finalFormatter = _;
|
|
3149
3161
|
}
|
|
3150
|
-
function C(
|
|
3151
|
-
l.ui =
|
|
3162
|
+
function C(_) {
|
|
3163
|
+
l.ui = _;
|
|
3152
3164
|
}
|
|
3153
3165
|
function v() {
|
|
3154
3166
|
return !!l.ui;
|
|
3155
3167
|
}
|
|
3156
|
-
function x(
|
|
3157
|
-
c.languageStorage =
|
|
3168
|
+
function x(_) {
|
|
3169
|
+
c.languageStorage = _;
|
|
3158
3170
|
}
|
|
3159
|
-
function S(
|
|
3160
|
-
c.languageDetector =
|
|
3171
|
+
function S(_) {
|
|
3172
|
+
c.languageDetector = _;
|
|
3161
3173
|
}
|
|
3162
3174
|
function h() {
|
|
3163
|
-
return ca(a.onError, (
|
|
3164
|
-
var
|
|
3165
|
-
return (
|
|
3175
|
+
return ca(a.onError, (_) => new Ac("Tolgee: Failed to load language", _), () => {
|
|
3176
|
+
var _;
|
|
3177
|
+
return (_ = c.languageStorage) === null || _ === void 0 ? void 0 : _.getLanguage(g());
|
|
3166
3178
|
});
|
|
3167
3179
|
}
|
|
3168
3180
|
function y() {
|
|
3169
3181
|
if (!c.languageDetector)
|
|
3170
3182
|
return;
|
|
3171
|
-
const
|
|
3183
|
+
const _ = n();
|
|
3172
3184
|
return ca(a.onError, (A) => new t0("Tolgee: Failed to detect language", A), () => {
|
|
3173
3185
|
var A;
|
|
3174
|
-
return (A = c.languageDetector) === null || A === void 0 ? void 0 : A.getLanguage(Object.assign({ availableLanguages:
|
|
3186
|
+
return (A = c.languageDetector) === null || A === void 0 ? void 0 : A.getLanguage(Object.assign({ availableLanguages: _ }, g()));
|
|
3175
3187
|
});
|
|
3176
3188
|
}
|
|
3177
|
-
function L(
|
|
3178
|
-
|
|
3189
|
+
function L(_) {
|
|
3190
|
+
_ && c.backends.push(_);
|
|
3179
3191
|
}
|
|
3180
|
-
function _
|
|
3181
|
-
c.devBackend =
|
|
3192
|
+
function P(_) {
|
|
3193
|
+
c.devBackend = _;
|
|
3182
3194
|
}
|
|
3183
|
-
function O(
|
|
3184
|
-
const
|
|
3195
|
+
function O(_, A) {
|
|
3196
|
+
const I = Object.freeze({
|
|
3185
3197
|
setFinalFormatter: b,
|
|
3186
3198
|
addFormatter: w,
|
|
3187
3199
|
setObserver: m,
|
|
3188
3200
|
hasObserver: p,
|
|
3189
3201
|
setUi: C,
|
|
3190
3202
|
hasUi: v,
|
|
3191
|
-
setDevBackend:
|
|
3203
|
+
setDevBackend: P,
|
|
3192
3204
|
addBackend: L,
|
|
3193
3205
|
setLanguageDetector: S,
|
|
3194
3206
|
setLanguageStorage: x
|
|
3195
3207
|
});
|
|
3196
|
-
A(
|
|
3208
|
+
A(_, I);
|
|
3197
3209
|
}
|
|
3198
3210
|
const T = Object.freeze({
|
|
3199
3211
|
addPlugin: O,
|
|
3200
3212
|
run() {
|
|
3201
|
-
var
|
|
3202
|
-
const { apiKey:
|
|
3203
|
-
c.ui = (
|
|
3204
|
-
apiKey:
|
|
3213
|
+
var _, A;
|
|
3214
|
+
const { apiKey: I, apiUrl: U, projectId: H, observerOptions: F } = e();
|
|
3215
|
+
c.ui = (_ = l.ui) === null || _ === void 0 ? void 0 : _.call(l, {
|
|
3216
|
+
apiKey: I,
|
|
3205
3217
|
apiUrl: U,
|
|
3206
3218
|
projectId: H,
|
|
3207
3219
|
highlight: T.highlight,
|
|
@@ -3216,43 +3228,43 @@ function a0(t, e, n, r, i, o, s, a) {
|
|
|
3216
3228
|
});
|
|
3217
3229
|
},
|
|
3218
3230
|
stop() {
|
|
3219
|
-
var
|
|
3220
|
-
c.ui = void 0, (
|
|
3231
|
+
var _;
|
|
3232
|
+
c.ui = void 0, (_ = c.observer) === null || _ === void 0 || _.stop();
|
|
3221
3233
|
},
|
|
3222
3234
|
getLanguageStorage() {
|
|
3223
3235
|
return c.languageStorage;
|
|
3224
3236
|
},
|
|
3225
3237
|
getInitialLanguage() {
|
|
3226
|
-
const
|
|
3227
|
-
return ss(A, (
|
|
3238
|
+
const _ = n(), A = h();
|
|
3239
|
+
return ss(A, (I) => (!_ || _.includes(I)) && I ? I : y());
|
|
3228
3240
|
},
|
|
3229
|
-
setStoredLanguage(
|
|
3241
|
+
setStoredLanguage(_) {
|
|
3230
3242
|
return ca(a.onError, (A) => new Ac("Tolgee: Failed to store language", A), () => {
|
|
3231
3243
|
var A;
|
|
3232
|
-
return (A = c.languageStorage) === null || A === void 0 ? void 0 : A.setLanguage(
|
|
3244
|
+
return (A = c.languageStorage) === null || A === void 0 ? void 0 : A.setLanguage(_, g());
|
|
3233
3245
|
});
|
|
3234
3246
|
},
|
|
3235
3247
|
getDevBackend() {
|
|
3236
3248
|
return c.devBackend;
|
|
3237
3249
|
},
|
|
3238
|
-
getBackendRecord: ({ language:
|
|
3239
|
-
for (const
|
|
3240
|
-
const U =
|
|
3241
|
-
language:
|
|
3250
|
+
getBackendRecord: ({ language: _, namespace: A }) => {
|
|
3251
|
+
for (const I of c.backends) {
|
|
3252
|
+
const U = I.getRecord(Object.assign({
|
|
3253
|
+
language: _,
|
|
3242
3254
|
namespace: A
|
|
3243
3255
|
}, g()));
|
|
3244
3256
|
if (U !== void 0)
|
|
3245
3257
|
return U;
|
|
3246
3258
|
}
|
|
3247
3259
|
},
|
|
3248
|
-
getBackendDevRecord: ({ language:
|
|
3249
|
-
var
|
|
3260
|
+
getBackendDevRecord: ({ language: _, namespace: A }) => {
|
|
3261
|
+
var I;
|
|
3250
3262
|
const { apiKey: U, apiUrl: H, projectId: F } = e();
|
|
3251
|
-
return (
|
|
3263
|
+
return (I = c.devBackend) === null || I === void 0 ? void 0 : I.getRecord(Object.assign({
|
|
3252
3264
|
apiKey: U,
|
|
3253
3265
|
apiUrl: H,
|
|
3254
3266
|
projectId: F,
|
|
3255
|
-
language:
|
|
3267
|
+
language: _,
|
|
3256
3268
|
namespace: A
|
|
3257
3269
|
}, g()));
|
|
3258
3270
|
},
|
|
@@ -3260,32 +3272,32 @@ function a0(t, e, n, r, i, o, s, a) {
|
|
|
3260
3272
|
return c.languageDetector;
|
|
3261
3273
|
},
|
|
3262
3274
|
retranslate() {
|
|
3263
|
-
var
|
|
3264
|
-
(
|
|
3275
|
+
var _;
|
|
3276
|
+
(_ = c.observer) === null || _ === void 0 || _.retranslate();
|
|
3265
3277
|
},
|
|
3266
|
-
highlight: (
|
|
3267
|
-
var
|
|
3268
|
-
return ((U = (
|
|
3278
|
+
highlight: (_, A) => {
|
|
3279
|
+
var I, U;
|
|
3280
|
+
return ((U = (I = c.observer) === null || I === void 0 ? void 0 : I.highlight) === null || U === void 0 ? void 0 : U.call(I, _, A)) || { unhighlight() {
|
|
3269
3281
|
} };
|
|
3270
3282
|
},
|
|
3271
|
-
unwrap(
|
|
3283
|
+
unwrap(_) {
|
|
3272
3284
|
var A;
|
|
3273
|
-
return c.observer ? (A = c.observer) === null || A === void 0 ? void 0 : A.unwrap(
|
|
3285
|
+
return c.observer ? (A = c.observer) === null || A === void 0 ? void 0 : A.unwrap(_) : { text: _, keys: [] };
|
|
3274
3286
|
},
|
|
3275
|
-
wrap(
|
|
3287
|
+
wrap(_) {
|
|
3276
3288
|
var A;
|
|
3277
|
-
return c.observer ? (A = c.observer) === null || A === void 0 ? void 0 : A.wrap(
|
|
3289
|
+
return c.observer ? (A = c.observer) === null || A === void 0 ? void 0 : A.wrap(_) : _.translation;
|
|
3278
3290
|
},
|
|
3279
3291
|
hasDevBackend() {
|
|
3280
3292
|
return !!T.getDevBackend();
|
|
3281
3293
|
},
|
|
3282
|
-
formatTranslation(
|
|
3283
|
-
var A, { formatEnabled:
|
|
3294
|
+
formatTranslation(_) {
|
|
3295
|
+
var A, { formatEnabled: I } = _, U = Qf(_, ["formatEnabled"]);
|
|
3284
3296
|
const { key: H, translation: F, defaultValue: $, noWrap: te, params: q, ns: G, orEmpty: Y } = U, ce = F ?? $;
|
|
3285
3297
|
let oe = "";
|
|
3286
3298
|
F == null && (oe = e().onTranslationMissing(U));
|
|
3287
3299
|
let ie = ce ?? (Y ? "" : oe);
|
|
3288
|
-
const D = t(), be =
|
|
3300
|
+
const D = t(), be = I || !(!((A = c.observer) === null || A === void 0) && A.outputNotFormattable), Ie = (K) => c.observer && !te ? c.observer.wrap({
|
|
3289
3301
|
key: H,
|
|
3290
3302
|
translation: K,
|
|
3291
3303
|
defaultValue: $,
|
|
@@ -3449,10 +3461,10 @@ function u0({ options: t }) {
|
|
|
3449
3461
|
];
|
|
3450
3462
|
}
|
|
3451
3463
|
function f(h, y, L) {
|
|
3452
|
-
const
|
|
3453
|
-
return s.changeTranslation(
|
|
3464
|
+
const P = i.withDefaultNs(h), O = s.getTranslation(P, y);
|
|
3465
|
+
return s.changeTranslation(P, y, L), {
|
|
3454
3466
|
revert() {
|
|
3455
|
-
s.changeTranslation(
|
|
3467
|
+
s.changeTranslation(P, y, O);
|
|
3456
3468
|
}
|
|
3457
3469
|
};
|
|
3458
3470
|
}
|
|
@@ -3460,10 +3472,10 @@ function u0({ options: t }) {
|
|
|
3460
3472
|
i.init(h), s.addStaticData(i.getInitialOptions().staticData);
|
|
3461
3473
|
}
|
|
3462
3474
|
function m(h, y) {
|
|
3463
|
-
const L = i.getFallbackLangs(h),
|
|
3475
|
+
const L = i.getFallbackLangs(h), P = d(y), O = [];
|
|
3464
3476
|
return L.forEach((T) => {
|
|
3465
|
-
|
|
3466
|
-
s.exists({ language: T, namespace:
|
|
3477
|
+
P.forEach((_) => {
|
|
3478
|
+
s.exists({ language: T, namespace: _ }, !0) || O.push({ language: T, namespace: _ });
|
|
3467
3479
|
});
|
|
3468
3480
|
}), O;
|
|
3469
3481
|
}
|
|
@@ -3474,12 +3486,12 @@ function u0({ options: t }) {
|
|
|
3474
3486
|
});
|
|
3475
3487
|
}
|
|
3476
3488
|
function w({ key: h, ns: y }) {
|
|
3477
|
-
const L = i.getFallbackLangs(),
|
|
3478
|
-
return s.getTranslationNs(
|
|
3489
|
+
const L = i.getFallbackLangs(), P = u(y ?? void 0);
|
|
3490
|
+
return s.getTranslationNs(P, L, h);
|
|
3479
3491
|
}
|
|
3480
3492
|
function b({ key: h, ns: y, language: L }) {
|
|
3481
|
-
const
|
|
3482
|
-
return s.getTranslationFallback(
|
|
3493
|
+
const P = u(y ?? void 0), O = i.getFallbackLangs(L);
|
|
3494
|
+
return s.getTranslationFallback(P, O, h);
|
|
3483
3495
|
}
|
|
3484
3496
|
function C() {
|
|
3485
3497
|
const h = ss(v(), () => p());
|
|
@@ -3494,8 +3506,8 @@ function u0({ options: t }) {
|
|
|
3494
3506
|
return;
|
|
3495
3507
|
const y = o.getInitialLanguage();
|
|
3496
3508
|
return ss(y, (L) => {
|
|
3497
|
-
const
|
|
3498
|
-
|
|
3509
|
+
const P = L || i.getInitialOptions().defaultLanguage;
|
|
3510
|
+
P && i.setLanguage(P);
|
|
3499
3511
|
});
|
|
3500
3512
|
}
|
|
3501
3513
|
function x() {
|
|
@@ -3529,10 +3541,10 @@ function u0({ options: t }) {
|
|
|
3529
3541
|
const y = i.getLanguage();
|
|
3530
3542
|
if (!y)
|
|
3531
3543
|
return !1;
|
|
3532
|
-
const L = i.getFallbackLangs(y),
|
|
3544
|
+
const L = i.getFallbackLangs(y), P = d(h), O = [];
|
|
3533
3545
|
return L.forEach((T) => {
|
|
3534
|
-
|
|
3535
|
-
s.exists({ language: T, namespace:
|
|
3546
|
+
P.forEach((_) => {
|
|
3547
|
+
s.exists({ language: T, namespace: _ }) || O.push({ language: T, namespace: _ });
|
|
3536
3548
|
});
|
|
3537
3549
|
}), O.length === 0;
|
|
3538
3550
|
},
|
|
@@ -3819,8 +3831,8 @@ var fa = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
|
|
|
3819
3831
|
for (var C = 0, v = Math.min(256 * 256, b.length + 1), x = new Uint16Array(v), S = [], h = 0; ; ) {
|
|
3820
3832
|
var y = C < b.length;
|
|
3821
3833
|
if (!y || h >= v - 1) {
|
|
3822
|
-
var L = x.subarray(0, h),
|
|
3823
|
-
if (S.push(String.fromCharCode.apply(null,
|
|
3834
|
+
var L = x.subarray(0, h), P = L;
|
|
3835
|
+
if (S.push(String.fromCharCode.apply(null, P)), !y)
|
|
3824
3836
|
return S.join("");
|
|
3825
3837
|
b = b.subarray(C), C = 0, h = 0;
|
|
3826
3838
|
}
|
|
@@ -3831,11 +3843,11 @@ var fa = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
|
|
|
3831
3843
|
var T = b[C++] & 63;
|
|
3832
3844
|
x[h++] = (O & 31) << 6 | T;
|
|
3833
3845
|
} else if ((O & 240) === 224) {
|
|
3834
|
-
var T = b[C++] & 63,
|
|
3835
|
-
x[h++] = (O & 31) << 12 | T << 6 |
|
|
3846
|
+
var T = b[C++] & 63, _ = b[C++] & 63;
|
|
3847
|
+
x[h++] = (O & 31) << 12 | T << 6 | _;
|
|
3836
3848
|
} else if ((O & 248) === 240) {
|
|
3837
|
-
var T = b[C++] & 63,
|
|
3838
|
-
|
|
3849
|
+
var T = b[C++] & 63, _ = b[C++] & 63, A = b[C++] & 63, I = (O & 7) << 18 | T << 12 | _ << 6 | A;
|
|
3850
|
+
I > 65535 && (I -= 65536, x[h++] = I >>> 10 & 1023 | 55296, I = 56320 | I & 1023), x[h++] = I;
|
|
3839
3851
|
}
|
|
3840
3852
|
}
|
|
3841
3853
|
}
|
|
@@ -3852,8 +3864,8 @@ var fa = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
|
|
|
3852
3864
|
}
|
|
3853
3865
|
if (x + 4 > h.length) {
|
|
3854
3866
|
S += 8, S *= 1 + C / b.length * 2, S = S >>> 3 << 3;
|
|
3855
|
-
var
|
|
3856
|
-
|
|
3867
|
+
var P = new Uint8Array(S);
|
|
3868
|
+
P.set(h), h = P;
|
|
3857
3869
|
}
|
|
3858
3870
|
if (y & 4294967168)
|
|
3859
3871
|
if (!(y & 4294965248))
|
|
@@ -5052,10 +5064,10 @@ function Ss(t, e, n, r, i, o, s) {
|
|
|
5052
5064
|
var S = p.get(l, r.data);
|
|
5053
5065
|
if (!S)
|
|
5054
5066
|
return [];
|
|
5055
|
-
var
|
|
5067
|
+
var P = ke(Ss(t, e, l, r, [{
|
|
5056
5068
|
type: m,
|
|
5057
5069
|
actions: Hn(Jt(S), t.options.actions)
|
|
5058
|
-
}], o, s), 2), O =
|
|
5070
|
+
}], o, s), 2), O = P[0], T = P[1];
|
|
5059
5071
|
return l = T, c == null || c.push(l), O;
|
|
5060
5072
|
}
|
|
5061
5073
|
case Hl: {
|
|
@@ -5067,20 +5079,20 @@ function Ss(t, e, n, r, i, o, s) {
|
|
|
5067
5079
|
break;
|
|
5068
5080
|
}
|
|
5069
5081
|
default:
|
|
5070
|
-
var
|
|
5082
|
+
var _ = to(p, t.options.actions), A = _.exec;
|
|
5071
5083
|
if (o)
|
|
5072
|
-
o(
|
|
5084
|
+
o(_, l, r);
|
|
5073
5085
|
else if (A && c) {
|
|
5074
|
-
var
|
|
5086
|
+
var I = c.length - 1, U = V(V({}, _), {
|
|
5075
5087
|
exec: function(H) {
|
|
5076
5088
|
for (var F = [], $ = 1; $ < arguments.length; $++)
|
|
5077
5089
|
F[$ - 1] = arguments[$];
|
|
5078
|
-
A.apply(void 0, Je([c[
|
|
5090
|
+
A.apply(void 0, Je([c[I]], ke(F), !1));
|
|
5079
5091
|
}
|
|
5080
5092
|
});
|
|
5081
|
-
|
|
5093
|
+
_ = U;
|
|
5082
5094
|
}
|
|
5083
|
-
return
|
|
5095
|
+
return _;
|
|
5084
5096
|
}
|
|
5085
5097
|
}
|
|
5086
5098
|
function f(m) {
|
|
@@ -5201,9 +5213,9 @@ function Ni(t, e) {
|
|
|
5201
5213
|
for (var g = Se(f), m = g.next(); !m.done; m = g.next())
|
|
5202
5214
|
for (var p = m.value, w = p.parent; w && !f.has(w); )
|
|
5203
5215
|
f.add(w), w = w.parent;
|
|
5204
|
-
} catch (
|
|
5216
|
+
} catch (P) {
|
|
5205
5217
|
n = {
|
|
5206
|
-
error:
|
|
5218
|
+
error: P
|
|
5207
5219
|
};
|
|
5208
5220
|
} finally {
|
|
5209
5221
|
try {
|
|
@@ -5246,9 +5258,9 @@ function Ni(t, e) {
|
|
|
5246
5258
|
}
|
|
5247
5259
|
}
|
|
5248
5260
|
}
|
|
5249
|
-
} catch (
|
|
5261
|
+
} catch (P) {
|
|
5250
5262
|
i = {
|
|
5251
|
-
error:
|
|
5263
|
+
error: P
|
|
5252
5264
|
};
|
|
5253
5265
|
} finally {
|
|
5254
5266
|
try {
|
|
@@ -5262,9 +5274,9 @@ function Ni(t, e) {
|
|
|
5262
5274
|
for (var y = Se(f), L = y.next(); !L.done; L = y.next())
|
|
5263
5275
|
for (var p = L.value, w = p.parent; w && !f.has(w); )
|
|
5264
5276
|
f.add(w), w = w.parent;
|
|
5265
|
-
} catch (
|
|
5277
|
+
} catch (P) {
|
|
5266
5278
|
l = {
|
|
5267
|
-
error:
|
|
5279
|
+
error: P
|
|
5268
5280
|
};
|
|
5269
5281
|
} finally {
|
|
5270
5282
|
try {
|
|
@@ -5643,11 +5655,11 @@ Event: `
|
|
|
5643
5655
|
state: r.state,
|
|
5644
5656
|
_event: f
|
|
5645
5657
|
});
|
|
5646
|
-
} catch (
|
|
5658
|
+
} catch (I) {
|
|
5647
5659
|
throw r.parent && r.parent.send({
|
|
5648
5660
|
type: "xstate.error",
|
|
5649
|
-
data:
|
|
5650
|
-
}),
|
|
5661
|
+
data: I
|
|
5662
|
+
}), I;
|
|
5651
5663
|
}
|
|
5652
5664
|
switch (u.type) {
|
|
5653
5665
|
case Co: {
|
|
@@ -5682,17 +5694,17 @@ Event: `
|
|
|
5682
5694
|
var L = h ? Ls(h, d, f) : void 0;
|
|
5683
5695
|
if (typeof x == "string")
|
|
5684
5696
|
return;
|
|
5685
|
-
var
|
|
5697
|
+
var P = Ae(x) ? x(d, f.data, {
|
|
5686
5698
|
data: L,
|
|
5687
5699
|
src: v,
|
|
5688
5700
|
meta: C.meta
|
|
5689
5701
|
}) : x;
|
|
5690
|
-
if (!
|
|
5702
|
+
if (!P)
|
|
5691
5703
|
return;
|
|
5692
5704
|
var O = void 0;
|
|
5693
|
-
ci(
|
|
5705
|
+
ci(P) && (P = L ? P.withContext(L) : P, O = {
|
|
5694
5706
|
autoForward: y
|
|
5695
|
-
}), r.spawn(
|
|
5707
|
+
}), r.spawn(P, S, O);
|
|
5696
5708
|
} else
|
|
5697
5709
|
r.spawnActivity(C);
|
|
5698
5710
|
break;
|
|
@@ -5702,8 +5714,8 @@ Event: `
|
|
|
5702
5714
|
break;
|
|
5703
5715
|
}
|
|
5704
5716
|
case ah:
|
|
5705
|
-
var T = u,
|
|
5706
|
-
|
|
5717
|
+
var T = u, _ = T.label, A = T.value;
|
|
5718
|
+
_ ? r.logger(_, A) : r.logger(A);
|
|
5707
5719
|
break;
|
|
5708
5720
|
}
|
|
5709
5721
|
};
|
|
@@ -5758,17 +5770,17 @@ Event: `
|
|
|
5758
5770
|
else
|
|
5759
5771
|
for (var f = void 0; f = this._outgoingQueue.shift(); )
|
|
5760
5772
|
f[0].send(f[1]);
|
|
5761
|
-
if (this.children.forEach(function(
|
|
5762
|
-
d.state.children[
|
|
5773
|
+
if (this.children.forEach(function(P) {
|
|
5774
|
+
d.state.children[P.id] = P;
|
|
5763
5775
|
}), this.devTools && this.devTools.send(n.data, e), e.event)
|
|
5764
5776
|
try {
|
|
5765
5777
|
for (var g = Se(this.eventListeners), m = g.next(); !m.done; m = g.next()) {
|
|
5766
5778
|
var p = m.value;
|
|
5767
5779
|
p(e.event);
|
|
5768
5780
|
}
|
|
5769
|
-
} catch (
|
|
5781
|
+
} catch (P) {
|
|
5770
5782
|
r = {
|
|
5771
|
-
error:
|
|
5783
|
+
error: P
|
|
5772
5784
|
};
|
|
5773
5785
|
} finally {
|
|
5774
5786
|
try {
|
|
@@ -5783,9 +5795,9 @@ Event: `
|
|
|
5783
5795
|
var p = b.value;
|
|
5784
5796
|
p(e, e.event);
|
|
5785
5797
|
}
|
|
5786
|
-
} catch (
|
|
5798
|
+
} catch (P) {
|
|
5787
5799
|
o = {
|
|
5788
|
-
error:
|
|
5800
|
+
error: P
|
|
5789
5801
|
};
|
|
5790
5802
|
} finally {
|
|
5791
5803
|
try {
|
|
@@ -5800,9 +5812,9 @@ Event: `
|
|
|
5800
5812
|
var x = v.value;
|
|
5801
5813
|
x(this.state.context, this.state.history ? this.state.history.context : void 0);
|
|
5802
5814
|
}
|
|
5803
|
-
} catch (
|
|
5815
|
+
} catch (P) {
|
|
5804
5816
|
a = {
|
|
5805
|
-
error:
|
|
5817
|
+
error: P
|
|
5806
5818
|
};
|
|
5807
5819
|
} finally {
|
|
5808
5820
|
try {
|
|
@@ -5813,8 +5825,8 @@ Event: `
|
|
|
5813
5825
|
}
|
|
5814
5826
|
}
|
|
5815
5827
|
if (this.state.done) {
|
|
5816
|
-
var S = e.configuration.find(function(
|
|
5817
|
-
return
|
|
5828
|
+
var S = e.configuration.find(function(P) {
|
|
5829
|
+
return P.type === "final" && P.parent === d.machine;
|
|
5818
5830
|
}), h = S && S.doneData ? Ls(S.doneData, e.context, n) : void 0;
|
|
5819
5831
|
this._doneEvent = us(this.id, h);
|
|
5820
5832
|
try {
|
|
@@ -5822,9 +5834,9 @@ Event: `
|
|
|
5822
5834
|
var p = L.value;
|
|
5823
5835
|
p(this._doneEvent);
|
|
5824
5836
|
}
|
|
5825
|
-
} catch (
|
|
5837
|
+
} catch (P) {
|
|
5826
5838
|
c = {
|
|
5827
|
-
error:
|
|
5839
|
+
error: P
|
|
5828
5840
|
};
|
|
5829
5841
|
} finally {
|
|
5830
5842
|
try {
|
|
@@ -6744,8 +6756,8 @@ var No = "", nl = "#", ma = "*", Dr = {}, Ir = function(t) {
|
|
|
6744
6756
|
}, t.prototype.getActions = function(e, n, r, i, o, s, a) {
|
|
6745
6757
|
var l, c, u, d, f = this, g = s ? Ni([], this.getStateNodes(s.value)) : [], m = /* @__PURE__ */ new Set();
|
|
6746
6758
|
try {
|
|
6747
|
-
for (var p = Se(Array.from(e).sort(function(T,
|
|
6748
|
-
return T.order -
|
|
6759
|
+
for (var p = Se(Array.from(e).sort(function(T, _) {
|
|
6760
|
+
return T.order - _.order;
|
|
6749
6761
|
})), w = p.next(); !w.done; w = p.next()) {
|
|
6750
6762
|
var b = w.value;
|
|
6751
6763
|
(!Bi(g, b) || Bi(r.exitSet, b) || b.parent && m.has(b.parent)) && m.add(b);
|
|
@@ -6779,34 +6791,34 @@ var No = "", nl = "#", ma = "*", Dr = {}, Ir = function(t) {
|
|
|
6779
6791
|
throw u.error;
|
|
6780
6792
|
}
|
|
6781
6793
|
}
|
|
6782
|
-
r.exitSet.sort(function(T,
|
|
6783
|
-
return
|
|
6794
|
+
r.exitSet.sort(function(T, _) {
|
|
6795
|
+
return _.order - T.order;
|
|
6784
6796
|
});
|
|
6785
|
-
var x = Array.from(m).sort(function(T,
|
|
6786
|
-
return T.order -
|
|
6797
|
+
var x = Array.from(m).sort(function(T, _) {
|
|
6798
|
+
return T.order - _.order;
|
|
6787
6799
|
}), S = new Set(r.exitSet), h = et(x.map(function(T) {
|
|
6788
|
-
var
|
|
6800
|
+
var _ = [];
|
|
6789
6801
|
if (T.type !== "final")
|
|
6790
|
-
return
|
|
6802
|
+
return _;
|
|
6791
6803
|
var A = T.parent;
|
|
6792
6804
|
if (!A.parent)
|
|
6793
|
-
return
|
|
6794
|
-
|
|
6805
|
+
return _;
|
|
6806
|
+
_.push(
|
|
6795
6807
|
Do(T.id, T.doneData),
|
|
6796
6808
|
// TODO: deprecate - final states should not emit done events for their own state.
|
|
6797
6809
|
Do(A.id, T.doneData ? Ls(T.doneData, i, o) : void 0)
|
|
6798
6810
|
);
|
|
6799
|
-
var
|
|
6800
|
-
return
|
|
6811
|
+
var I = A.parent;
|
|
6812
|
+
return I.type === "parallel" && no(I).every(function(U) {
|
|
6801
6813
|
return ds(r.configuration, U);
|
|
6802
|
-
}) &&
|
|
6814
|
+
}) && _.push(Do(I.id)), _;
|
|
6803
6815
|
})), y = x.map(function(T) {
|
|
6804
|
-
var
|
|
6805
|
-
return s1(
|
|
6816
|
+
var _ = T.onEntry, A = T.activities.map(function(I) {
|
|
6817
|
+
return s1(I);
|
|
6806
6818
|
});
|
|
6807
6819
|
return {
|
|
6808
6820
|
type: "entry",
|
|
6809
|
-
actions: Hn(a ? Je(Je([], ke(
|
|
6821
|
+
actions: Hn(a ? Je(Je([], ke(_), !1), ke(A), !1) : Je(Je([], ke(A), !1), ke(_), !1), f.machine.options.actions)
|
|
6810
6822
|
};
|
|
6811
6823
|
}).concat({
|
|
6812
6824
|
type: "state_done",
|
|
@@ -6816,28 +6828,28 @@ var No = "", nl = "#", ma = "*", Dr = {}, Ir = function(t) {
|
|
|
6816
6828
|
}), L = Array.from(S).map(function(T) {
|
|
6817
6829
|
return {
|
|
6818
6830
|
type: "exit",
|
|
6819
|
-
actions: Hn(Je(Je([], ke(T.onExit), !1), ke(T.activities.map(function(
|
|
6820
|
-
return a1(
|
|
6831
|
+
actions: Hn(Je(Je([], ke(T.onExit), !1), ke(T.activities.map(function(_) {
|
|
6832
|
+
return a1(_);
|
|
6821
6833
|
})), !1), f.machine.options.actions)
|
|
6822
6834
|
};
|
|
6823
|
-
}),
|
|
6835
|
+
}), P = L.concat({
|
|
6824
6836
|
type: "transition",
|
|
6825
6837
|
actions: Hn(r.actions, this.machine.options.actions)
|
|
6826
6838
|
}).concat(y);
|
|
6827
6839
|
if (n) {
|
|
6828
|
-
var O = Hn(et(Je([], ke(e), !1).sort(function(T,
|
|
6829
|
-
return
|
|
6840
|
+
var O = Hn(et(Je([], ke(e), !1).sort(function(T, _) {
|
|
6841
|
+
return _.order - T.order;
|
|
6830
6842
|
}).map(function(T) {
|
|
6831
6843
|
return T.onExit;
|
|
6832
6844
|
})), this.machine.options.actions).filter(function(T) {
|
|
6833
6845
|
return !Xa(T);
|
|
6834
6846
|
});
|
|
6835
|
-
return
|
|
6847
|
+
return P.concat({
|
|
6836
6848
|
type: "stop",
|
|
6837
6849
|
actions: O
|
|
6838
6850
|
});
|
|
6839
6851
|
}
|
|
6840
|
-
return
|
|
6852
|
+
return P;
|
|
6841
6853
|
}, t.prototype.transition = function(e, n, r, i) {
|
|
6842
6854
|
e === void 0 && (e = this.initialState);
|
|
6843
6855
|
var o = gt(n), s;
|
|
@@ -6897,7 +6909,7 @@ var No = "", nl = "#", ma = "*", Dr = {}, Ir = function(t) {
|
|
|
6897
6909
|
throw s.error;
|
|
6898
6910
|
}
|
|
6899
6911
|
}
|
|
6900
|
-
var
|
|
6912
|
+
var P = ke(Ss(this, n, r, o, b, i, this.machine.config.predictableActionArguments || this.machine.config.preserveActionOrder), 2), O = P[0], T = P[1], _ = ke(qy(O, Xa), 2), A = _[0], I = _[1], U = O.filter(function(oe) {
|
|
6901
6913
|
var ie;
|
|
6902
6914
|
return oe.type === Ka && ((ie = oe.activity) === null || ie === void 0 ? void 0 : ie.type) === Qa;
|
|
6903
6915
|
}), H = U.reduce(function(oe, ie) {
|
|
@@ -6910,7 +6922,7 @@ var No = "", nl = "#", ma = "*", Dr = {}, Ir = function(t) {
|
|
|
6910
6922
|
_sessionid: n ? n._sessionid : null,
|
|
6911
6923
|
historyValue: p ? w ? Ky(w, p) : void 0 : n ? n.historyValue : void 0,
|
|
6912
6924
|
history: !p || e.source ? n : void 0,
|
|
6913
|
-
actions: p ?
|
|
6925
|
+
actions: p ? I : [],
|
|
6914
6926
|
activities: p ? C : n ? n.activities : {},
|
|
6915
6927
|
events: [],
|
|
6916
6928
|
configuration: g,
|
|
@@ -7932,36 +7944,36 @@ let s2 = 0, a2 = class {
|
|
|
7932
7944
|
if (this.animations = Object.entries(this.merged).reduce((p, w) => {
|
|
7933
7945
|
let b = w[0], C = w[1], v = p[b] || {};
|
|
7934
7946
|
const x = me.num(C), S = me.str(C) && !C.startsWith("#") && !/\d/.test(C) && !Eh[C], h = me.arr(C), y = !x && !h && !S;
|
|
7935
|
-
let L = me.und(i[b]) ? C : i[b],
|
|
7936
|
-
m && (
|
|
7937
|
-
let T = v.parent,
|
|
7947
|
+
let L = me.und(i[b]) ? C : i[b], P = x || h || S ? C : 1, O = jr(l, b);
|
|
7948
|
+
m && (P = m.animations[b].parent);
|
|
7949
|
+
let T = v.parent, _ = v.interpolation, A = Bo(m ? P.getPayload() : P), I, U = C;
|
|
7938
7950
|
y && (U = xs({
|
|
7939
7951
|
range: [0, 1],
|
|
7940
7952
|
output: [C, C]
|
|
7941
7953
|
})(1));
|
|
7942
|
-
let H =
|
|
7954
|
+
let H = _ && _.getValue();
|
|
7943
7955
|
const $ = !me.und(T) && v.animatedValues.some((Y) => !Y.done), te = !me.equ(U, H), q = !me.equ(U, v.previous), G = !me.equ(O, v.config);
|
|
7944
7956
|
if (d || q && te || G) {
|
|
7945
7957
|
if (x || S)
|
|
7946
|
-
T =
|
|
7958
|
+
T = _ = v.parent || new ol(L);
|
|
7947
7959
|
else if (h)
|
|
7948
|
-
T =
|
|
7960
|
+
T = _ = v.parent || new o2(L);
|
|
7949
7961
|
else if (y) {
|
|
7950
7962
|
let Y = v.interpolation && v.interpolation.calc(v.parent.value);
|
|
7951
7963
|
Y = Y !== void 0 && !d ? Y : L, v.parent ? (T = v.parent, T.setValue(0, !1)) : T = new ol(0);
|
|
7952
7964
|
const ce = {
|
|
7953
7965
|
output: [Y, C]
|
|
7954
7966
|
};
|
|
7955
|
-
v.interpolation ? (
|
|
7967
|
+
v.interpolation ? (_ = v.interpolation, v.interpolation.updateConfig(ce)) : _ = T.interpolate(ce);
|
|
7956
7968
|
}
|
|
7957
|
-
return A = Bo(m ?
|
|
7969
|
+
return A = Bo(m ? P.getPayload() : P), I = Bo(T.getPayload()), d && !y && T.setValue(L, !1), this.hasChanged = !0, I.forEach((Y) => {
|
|
7958
7970
|
Y.startPosition = Y.value, Y.lastPosition = Y.value, Y.lastVelocity = $ ? Y.lastVelocity : void 0, Y.lastTime = $ ? Y.lastTime : void 0, Y.startTime = _h(), Y.done = !1, Y.animatedStyles.clear();
|
|
7959
|
-
}), jr(f, b) && T.setValue(y ?
|
|
7971
|
+
}), jr(f, b) && T.setValue(y ? P : C, !1), nt({}, p, {
|
|
7960
7972
|
[b]: nt({}, v, {
|
|
7961
7973
|
name: b,
|
|
7962
7974
|
parent: T,
|
|
7963
|
-
interpolation:
|
|
7964
|
-
animatedValues:
|
|
7975
|
+
interpolation: _,
|
|
7976
|
+
animatedValues: I,
|
|
7965
7977
|
toValues: A,
|
|
7966
7978
|
previous: U,
|
|
7967
7979
|
config: O,
|
|
@@ -7979,7 +7991,7 @@ let s2 = 0, a2 = class {
|
|
|
7979
7991
|
})
|
|
7980
7992
|
});
|
|
7981
7993
|
} else
|
|
7982
|
-
return te ? p : (y && (T.setValue(1, !1),
|
|
7994
|
+
return te ? p : (y && (T.setValue(1, !1), _.updateConfig({
|
|
7983
7995
|
output: [U, U]
|
|
7984
7996
|
})), T.done = !0, this.hasChanged = !0, nt({}, p, {
|
|
7985
7997
|
[b]: nt({}, p[b], {
|
|
@@ -8871,17 +8883,17 @@ var ur = /* @__PURE__ */ new Map(), W2 = /* @__PURE__ */ function() {
|
|
|
8871
8883
|
});
|
|
8872
8884
|
var x = v._intentional, S = w, h, y;
|
|
8873
8885
|
if (x[0] !== !1 && g[0] === !1 && (y = jo(o, this.state), h = jo(s, this.state), d[0] = y[0], u[0] = h[0]), x[1] !== !1 && g[1] === !1) {
|
|
8874
|
-
var L,
|
|
8875
|
-
y = (L = y) != null ? L : jo(o, this.state), h = (
|
|
8886
|
+
var L, P;
|
|
8887
|
+
y = (L = y) != null ? L : jo(o, this.state), h = (P = h) != null ? P : jo(s, this.state), d[1] = y[1], u[1] = h[1];
|
|
8876
8888
|
}
|
|
8877
|
-
var O = [x[0] !== !1 ? w[0] - x[0] : d[0], x[1] !== !1 ? w[1] - x[1] : d[1]], T = ru(O, m),
|
|
8878
|
-
return O = lu(u, ru(O, d),
|
|
8889
|
+
var O = [x[0] !== !1 ? w[0] - x[0] : d[0], x[1] !== !1 ? w[1] - x[1] : d[1]], T = ru(O, m), _ = f ? a : [0, 0];
|
|
8890
|
+
return O = lu(u, ru(O, d), _), Ot({}, v, {
|
|
8879
8891
|
intentional: x[0] !== !1 || x[1] !== !1,
|
|
8880
8892
|
_initial: d,
|
|
8881
8893
|
_movement: S,
|
|
8882
8894
|
movement: O,
|
|
8883
8895
|
values: r,
|
|
8884
|
-
offset: lu(u, T,
|
|
8896
|
+
offset: lu(u, T, _),
|
|
8885
8897
|
delta: kh(O, p)
|
|
8886
8898
|
});
|
|
8887
8899
|
}, e.clean = function() {
|
|
@@ -9533,21 +9545,21 @@ var pu = /* @__PURE__ */ function() {
|
|
|
9533
9545
|
return h && h[y] !== void 0 ? h[y] : i[L || y];
|
|
9534
9546
|
}, l = function(h) {
|
|
9535
9547
|
return o.containerGroups.findIndex(function(y) {
|
|
9536
|
-
var L = y.container,
|
|
9548
|
+
var L = y.container, P = y.tabbableNodes;
|
|
9537
9549
|
return L.contains(h) || // fall back to explicit tabbable search which will take into consideration any
|
|
9538
9550
|
// web components if the `tabbableOptions.getShadowRoot` option was used for
|
|
9539
9551
|
// the trap, enabling shadow DOM support in tabbable (`Node.contains()` doesn't
|
|
9540
9552
|
// look inside web components even if open)
|
|
9541
|
-
|
|
9553
|
+
P.find(function(O) {
|
|
9542
9554
|
return O === h;
|
|
9543
9555
|
});
|
|
9544
9556
|
});
|
|
9545
9557
|
}, c = function(h) {
|
|
9546
9558
|
var y = i[h];
|
|
9547
9559
|
if (typeof y == "function") {
|
|
9548
|
-
for (var L = arguments.length,
|
|
9549
|
-
|
|
9550
|
-
y = y.apply(void 0,
|
|
9560
|
+
for (var L = arguments.length, P = new Array(L > 1 ? L - 1 : 0), O = 1; O < L; O++)
|
|
9561
|
+
P[O - 1] = arguments[O];
|
|
9562
|
+
y = y.apply(void 0, P);
|
|
9551
9563
|
}
|
|
9552
9564
|
if (y === !0 && (y = void 0), !y) {
|
|
9553
9565
|
if (y === void 0 || y === !1)
|
|
@@ -9590,13 +9602,13 @@ var pu = /* @__PURE__ */ function() {
|
|
|
9590
9602
|
* @returns {HTMLElement|undefined} The next tabbable node, if any.
|
|
9591
9603
|
*/
|
|
9592
9604
|
nextTabbableNode: function(O) {
|
|
9593
|
-
var T = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !0,
|
|
9605
|
+
var T = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !0, _ = L.findIndex(function(A) {
|
|
9594
9606
|
return A === O;
|
|
9595
9607
|
});
|
|
9596
|
-
if (!(
|
|
9597
|
-
return T ? L.slice(
|
|
9608
|
+
if (!(_ < 0))
|
|
9609
|
+
return T ? L.slice(_ + 1).find(function(A) {
|
|
9598
9610
|
return zo(A, i.tabbableOptions);
|
|
9599
|
-
}) : L.slice(0,
|
|
9611
|
+
}) : L.slice(0, _).reverse().find(function(A) {
|
|
9600
9612
|
return zo(A, i.tabbableOptions);
|
|
9601
9613
|
});
|
|
9602
9614
|
}
|
|
@@ -9648,25 +9660,25 @@ var pu = /* @__PURE__ */ function() {
|
|
|
9648
9660
|
d();
|
|
9649
9661
|
var L = null;
|
|
9650
9662
|
if (o.tabbableGroups.length > 0) {
|
|
9651
|
-
var
|
|
9652
|
-
if (
|
|
9663
|
+
var P = l(y), O = P >= 0 ? o.containerGroups[P] : void 0;
|
|
9664
|
+
if (P < 0)
|
|
9653
9665
|
h.shiftKey ? L = o.tabbableGroups[o.tabbableGroups.length - 1].lastTabbableNode : L = o.tabbableGroups[0].firstTabbableNode;
|
|
9654
9666
|
else if (h.shiftKey) {
|
|
9655
9667
|
var T = vu(o.tabbableGroups, function(F) {
|
|
9656
9668
|
var $ = F.firstTabbableNode;
|
|
9657
9669
|
return y === $;
|
|
9658
9670
|
});
|
|
9659
|
-
if (T < 0 && (O.container === y || Ca(y, i.tabbableOptions) && !zo(y, i.tabbableOptions) && !O.nextTabbableNode(y, !1)) && (T =
|
|
9660
|
-
var
|
|
9671
|
+
if (T < 0 && (O.container === y || Ca(y, i.tabbableOptions) && !zo(y, i.tabbableOptions) && !O.nextTabbableNode(y, !1)) && (T = P), T >= 0) {
|
|
9672
|
+
var _ = T === 0 ? o.tabbableGroups.length - 1 : T - 1, A = o.tabbableGroups[_];
|
|
9661
9673
|
L = A.lastTabbableNode;
|
|
9662
9674
|
}
|
|
9663
9675
|
} else {
|
|
9664
|
-
var
|
|
9676
|
+
var I = vu(o.tabbableGroups, function(F) {
|
|
9665
9677
|
var $ = F.lastTabbableNode;
|
|
9666
9678
|
return y === $;
|
|
9667
9679
|
});
|
|
9668
|
-
if (
|
|
9669
|
-
var U =
|
|
9680
|
+
if (I < 0 && (O.container === y || Ca(y, i.tabbableOptions) && !zo(y, i.tabbableOptions) && !O.nextTabbableNode(y)) && (I = P), I >= 0) {
|
|
9681
|
+
var U = I === o.tabbableGroups.length - 1 ? 0 : I + 1, H = o.tabbableGroups[U];
|
|
9670
9682
|
L = H.firstTabbableNode;
|
|
9671
9683
|
}
|
|
9672
9684
|
}
|
|
@@ -9716,12 +9728,12 @@ var pu = /* @__PURE__ */ function() {
|
|
|
9716
9728
|
activate: function(h) {
|
|
9717
9729
|
if (o.active)
|
|
9718
9730
|
return this;
|
|
9719
|
-
var y = a(h, "onActivate"), L = a(h, "onPostActivate"),
|
|
9720
|
-
|
|
9731
|
+
var y = a(h, "onActivate"), L = a(h, "onPostActivate"), P = a(h, "checkCanFocusTrap");
|
|
9732
|
+
P || d(), o.active = !0, o.paused = !1, o.nodeFocusedBeforeActivation = r.activeElement, y && y();
|
|
9721
9733
|
var O = function() {
|
|
9722
|
-
|
|
9734
|
+
P && d(), v(), L && L();
|
|
9723
9735
|
};
|
|
9724
|
-
return
|
|
9736
|
+
return P ? (P(o.containers.concat()).then(O, O), this) : (O(), this);
|
|
9725
9737
|
},
|
|
9726
9738
|
deactivate: function(h) {
|
|
9727
9739
|
if (!o.active)
|
|
@@ -9732,14 +9744,14 @@ var pu = /* @__PURE__ */ function() {
|
|
|
9732
9744
|
checkCanReturnFocus: i.checkCanReturnFocus
|
|
9733
9745
|
}, h);
|
|
9734
9746
|
clearTimeout(o.delayInitialFocusTimer), o.delayInitialFocusTimer = void 0, x(), o.active = !1, o.paused = !1, pu.deactivateTrap(s);
|
|
9735
|
-
var L = a(y, "onDeactivate"),
|
|
9747
|
+
var L = a(y, "onDeactivate"), P = a(y, "onPostDeactivate"), O = a(y, "checkCanReturnFocus"), T = a(y, "returnFocus", "returnFocusOnDeactivate");
|
|
9736
9748
|
L && L();
|
|
9737
|
-
var
|
|
9749
|
+
var _ = function() {
|
|
9738
9750
|
gu(function() {
|
|
9739
|
-
T && f(g(o.nodeFocusedBeforeActivation)),
|
|
9751
|
+
T && f(g(o.nodeFocusedBeforeActivation)), P && P();
|
|
9740
9752
|
});
|
|
9741
9753
|
};
|
|
9742
|
-
return T && O ? (O(g(o.nodeFocusedBeforeActivation)).then(
|
|
9754
|
+
return T && O ? (O(g(o.nodeFocusedBeforeActivation)).then(_, _), this) : (_(), this);
|
|
9743
9755
|
},
|
|
9744
9756
|
pause: function() {
|
|
9745
9757
|
return o.paused || !o.active ? this : (o.paused = !0, x(), this);
|
|
@@ -9896,13 +9908,13 @@ var xr = function(t) {
|
|
|
9896
9908
|
return $o.get(t);
|
|
9897
9909
|
if (Qh(t))
|
|
9898
9910
|
return $o.set(t, Cu), Cu;
|
|
9899
|
-
var n = getComputedStyle(t), r = Jl(t) && t.ownerSVGElement && t.getBBox(), i = !Hb && n.boxSizing === "border-box", o = zb.test(n.writingMode || ""), s = !r && wu.test(n.overflowY || ""), a = !r && wu.test(n.overflowX || ""), l = r ? 0 : on(n.paddingTop), c = r ? 0 : on(n.paddingRight), u = r ? 0 : on(n.paddingBottom), d = r ? 0 : on(n.paddingLeft), f = r ? 0 : on(n.borderTopWidth), g = r ? 0 : on(n.borderRightWidth), m = r ? 0 : on(n.borderBottomWidth), p = r ? 0 : on(n.borderLeftWidth), w = d + c, b = l + u, C = p + g, v = f + m, x = a ? t.offsetHeight - v - t.clientHeight : 0, S = s ? t.offsetWidth - C - t.clientWidth : 0, h = i ? w + C : 0, y = i ? b + v : 0, L = r ? r.width : on(n.width) - h - S,
|
|
9900
|
-
devicePixelContentBoxSize: $r(Math.round(L * devicePixelRatio), Math.round(
|
|
9911
|
+
var n = getComputedStyle(t), r = Jl(t) && t.ownerSVGElement && t.getBBox(), i = !Hb && n.boxSizing === "border-box", o = zb.test(n.writingMode || ""), s = !r && wu.test(n.overflowY || ""), a = !r && wu.test(n.overflowX || ""), l = r ? 0 : on(n.paddingTop), c = r ? 0 : on(n.paddingRight), u = r ? 0 : on(n.paddingBottom), d = r ? 0 : on(n.paddingLeft), f = r ? 0 : on(n.borderTopWidth), g = r ? 0 : on(n.borderRightWidth), m = r ? 0 : on(n.borderBottomWidth), p = r ? 0 : on(n.borderLeftWidth), w = d + c, b = l + u, C = p + g, v = f + m, x = a ? t.offsetHeight - v - t.clientHeight : 0, S = s ? t.offsetWidth - C - t.clientWidth : 0, h = i ? w + C : 0, y = i ? b + v : 0, L = r ? r.width : on(n.width) - h - S, P = r ? r.height : on(n.height) - y - x, O = L + w + S + C, T = P + b + x + v, _ = xr({
|
|
9912
|
+
devicePixelContentBoxSize: $r(Math.round(L * devicePixelRatio), Math.round(P * devicePixelRatio), o),
|
|
9901
9913
|
borderBoxSize: $r(O, T, o),
|
|
9902
|
-
contentBoxSize: $r(L,
|
|
9903
|
-
contentRect: new Kh(d, l, L,
|
|
9914
|
+
contentBoxSize: $r(L, P, o),
|
|
9915
|
+
contentRect: new Kh(d, l, L, P)
|
|
9904
9916
|
});
|
|
9905
|
-
return $o.set(t,
|
|
9917
|
+
return $o.set(t, _), _;
|
|
9906
9918
|
}, Yh = function(t, e, n) {
|
|
9907
9919
|
var r = Jh(t, n), i = r.borderBoxSize, o = r.contentBoxSize, s = r.devicePixelContentBoxSize;
|
|
9908
9920
|
switch (e) {
|
|
@@ -10281,7 +10293,7 @@ var Ou = { DRAG: { target: "#overlay.dragging", actions: "onOpenEnd" } }, Mu = {
|
|
|
10281
10293
|
}, initiallyOpen: function(t) {
|
|
10282
10294
|
return t.initialState === "OPEN";
|
|
10283
10295
|
} } }), s3 = ["children", "sibling", "className", "footer", "header", "open", "initialState", "lastSnapRef", "initialFocusRef", "onDismiss", "maxHeight", "defaultSnap", "snapPoints", "blocking", "scrollLocking", "style", "onSpringStart", "onSpringCancel", "onSpringEnd", "reserveScrollBarGap", "expandOnContentDrag"], a3 = ["velocity"], l3 = ["onRest", "config"], tp = i2.default, c3 = tp.tension, qo = tp.friction, u3 = de.forwardRef(function(t, e) {
|
|
10284
|
-
var n = t.children, r = t.sibling, i = t.className, o = t.footer, s = t.header, a = t.open, l = t.initialState, c = t.lastSnapRef, u = t.initialFocusRef, d = t.onDismiss, f = t.maxHeight, g = t.defaultSnap, m = g === void 0 ? f3 : g, p = t.snapPoints, w = p === void 0 ? h3 : p, b = t.blocking, C = b === void 0 || b, v = t.scrollLocking, x = v === void 0 || v, S = t.style, h = t.onSpringStart, y = t.onSpringCancel, L = t.onSpringEnd,
|
|
10296
|
+
var n = t.children, r = t.sibling, i = t.className, o = t.footer, s = t.header, a = t.open, l = t.initialState, c = t.lastSnapRef, u = t.initialFocusRef, d = t.onDismiss, f = t.maxHeight, g = t.defaultSnap, m = g === void 0 ? f3 : g, p = t.snapPoints, w = p === void 0 ? h3 : p, b = t.blocking, C = b === void 0 || b, v = t.scrollLocking, x = v === void 0 || v, S = t.style, h = t.onSpringStart, y = t.onSpringCancel, L = t.onSpringEnd, P = t.reserveScrollBarGap, O = P === void 0 ? C : P, T = t.expandOnContentDrag, _ = T !== void 0 && T, A = ps(t, s3), I = function() {
|
|
10285
10297
|
var B = R(!1), ne = B[0], Z = B[1], ve = R({}), He = ve[0], Me = ve[1], $e = ee(function(Be) {
|
|
10286
10298
|
return Me(function(Ke) {
|
|
10287
10299
|
var fe;
|
|
@@ -10297,7 +10309,7 @@ var Ou = { DRAG: { target: "#overlay.dragging", actions: "onOpenEnd" } }, Mu = {
|
|
|
10297
10309
|
var Be = Object.values(He);
|
|
10298
10310
|
Be.length !== 0 && Be.every(Boolean) && Z(!0);
|
|
10299
10311
|
}, [He]), { ready: ne, registerReady: $e };
|
|
10300
|
-
}(), U =
|
|
10312
|
+
}(), U = I.ready, H = I.registerReady, F = re(!1), $ = re(h), te = re(y), q = re(L);
|
|
10301
10313
|
E(function() {
|
|
10302
10314
|
$.current = h, te.current = y, q.current = L;
|
|
10303
10315
|
}, [y, h, L]);
|
|
@@ -10596,10 +10608,10 @@ var Ou = { DRAG: { target: "#overlay.dragging", actions: "onOpenEnd" } }, Mu = {
|
|
|
10596
10608
|
B.style.overflow = "hidden", B.scrollTop = 0, B.style.removeProperty("overflow");
|
|
10597
10609
|
}), ve.preventDefault());
|
|
10598
10610
|
};
|
|
10599
|
-
return
|
|
10611
|
+
return _ && (B.addEventListener("scroll", ne), B.addEventListener("touchmove", ne), B.addEventListener("touchstart", Z)), function() {
|
|
10600
10612
|
B.removeEventListener("scroll", ne), B.removeEventListener("touchmove", ne), B.removeEventListener("touchstart", Z);
|
|
10601
10613
|
};
|
|
10602
|
-
}, [
|
|
10614
|
+
}, [_, be]);
|
|
10603
10615
|
var bn = ub(function(B) {
|
|
10604
10616
|
var ne = B.args, Z = (ne = ne === void 0 ? [] : ne)[0], ve = (Z = Z === void 0 ? {} : Z).closeOnTap, He = ve !== void 0 && ve, Me = Z.isContentDragging, $e = Me !== void 0 && Me, Be = B.cancel, Ke = B.direction[1], fe = B.down, we = B.first, St = B.last, wn = B.memo, bt = wn === void 0 ? oe.y.getValue() : wn, lt = B.tap, Pt = B.velocity, kt = -1 * B.movement[1];
|
|
10605
10617
|
if (!F.current)
|
|
@@ -10614,7 +10626,7 @@ var Ou = { DRAG: { target: "#overlay.dragging", actions: "onOpenEnd" } }, Mu = {
|
|
|
10614
10626
|
if (!fe && d && Ke > 0 && ut + rn < Xe.current / 2)
|
|
10615
10627
|
return Be(), d(), bt;
|
|
10616
10628
|
var Tt = fe ? d || Xe.current !== qe.current ? Zi(ut, d ? 0 : Xe.current, qe.current, 0.55) : ut < Xe.current ? Zi(ut, Xe.current, 2 * qe.current, 0.55) : Zi(ut, Xe.current / 2, qe.current, 0.55) : Qt;
|
|
10617
|
-
return
|
|
10629
|
+
return _ && $e ? (Tt >= qe.current && (Tt = qe.current), bt === qe.current && be.current.scrollTop > 0 && (Tt = qe.current), Ze.current = Tt < qe.current) : Ze.current = !1, we && Kt("DRAG"), St ? (Kt("SNAP", { payload: { y: Tt, velocity: Pt > 0.05 ? Pt : 1, source: "dragging" } }), bt) : (ie({ y: Tt, ready: 1, maxHeight: Q.current, maxSnap: qe.current, minSnap: Xe.current, immediate: !0, config: { velocity: Pt } }), bt);
|
|
10618
10630
|
}, { filterTaps: !0 });
|
|
10619
10631
|
if (Number.isNaN(qe.current))
|
|
10620
10632
|
throw new TypeError("maxSnapRef is NaN!!");
|
|
@@ -10641,7 +10653,7 @@ var Ou = { DRAG: { target: "#overlay.dragging", actions: "onOpenEnd" } }, Mu = {
|
|
|
10641
10653
|
}({ spring: oe });
|
|
10642
10654
|
return de.createElement(M2.div, Lt({}, A, { "data-rsbs-root": !0, "data-rsbs-state": d3.find(Eo.matches), "data-rsbs-is-blocking": C, "data-rsbs-is-dismissable": !!d, "data-rsbs-has-header": !!s, "data-rsbs-has-footer": !!o, className: i, ref: D, style: Lt({}, xo, S, { opacity: oe.ready }) }), r, C && /* @__PURE__ */ de.createElement("div", Lt({ key: "backdrop", "data-rsbs-backdrop": !0 }, bn({ closeOnTap: !0 }))), /* @__PURE__ */ de.createElement("div", { key: "overlay", "aria-modal": "true", role: "dialog", "data-rsbs-overlay": !0, tabIndex: -1, ref: Ve, onKeyDown: function(B) {
|
|
10643
10655
|
B.key === "Escape" && (B.stopPropagation(), d && d());
|
|
10644
|
-
} }, s !== !1 && /* @__PURE__ */ de.createElement("div", Lt({ key: "header", "data-rsbs-header": !0, ref: K }, bn()), s), /* @__PURE__ */ de.createElement("div", Lt({ key: "scroll", "data-rsbs-scroll": !0, ref: be },
|
|
10656
|
+
} }, s !== !1 && /* @__PURE__ */ de.createElement("div", Lt({ key: "header", "data-rsbs-header": !0, ref: K }, bn()), s), /* @__PURE__ */ de.createElement("div", Lt({ key: "scroll", "data-rsbs-scroll": !0, ref: be }, _ ? bn({ isContentDragging: !0 }) : {}), /* @__PURE__ */ de.createElement("div", { "data-rsbs-content": !0, ref: Ie }, n)), o && /* @__PURE__ */ de.createElement("div", Lt({ key: "footer", ref: Ue, "data-rsbs-footer": !0 }, bn()), o)));
|
|
10645
10657
|
}), d3 = ["closed", "opening", "open", "closing", "dragging", "snapping", "resizing"];
|
|
10646
10658
|
function f3(t) {
|
|
10647
10659
|
var e = t.lastSnap;
|
|
@@ -11781,8 +11793,8 @@ var an, zd, h4 = (zd = class extends So {
|
|
|
11781
11793
|
var i, o, s, a, l, c, u, d, f, g, m, p, w, b, C, v, x, S, h, y;
|
|
11782
11794
|
W(this, yr, fp({
|
|
11783
11795
|
fn: () => this.options.mutationFn ? this.options.mutationFn(e) : Promise.reject(new Error("No mutationFn found")),
|
|
11784
|
-
onFail: (L,
|
|
11785
|
-
Ce(this, cn, Bn).call(this, { type: "failed", failureCount: L, error:
|
|
11796
|
+
onFail: (L, P) => {
|
|
11797
|
+
Ce(this, cn, Bn).call(this, { type: "failed", failureCount: L, error: P });
|
|
11786
11798
|
},
|
|
11787
11799
|
onPause: () => {
|
|
11788
11800
|
Ce(this, cn, Bn).call(this, { type: "pause" });
|
|
@@ -11803,10 +11815,10 @@ var an, zd, h4 = (zd = class extends So {
|
|
|
11803
11815
|
e,
|
|
11804
11816
|
this
|
|
11805
11817
|
));
|
|
11806
|
-
const
|
|
11807
|
-
|
|
11818
|
+
const P = await ((a = (s = this.options).onMutate) == null ? void 0 : a.call(s, e));
|
|
11819
|
+
P !== this.state.context && Ce(this, cn, Bn).call(this, {
|
|
11808
11820
|
type: "pending",
|
|
11809
|
-
context:
|
|
11821
|
+
context: P,
|
|
11810
11822
|
variables: e,
|
|
11811
11823
|
isPaused: r
|
|
11812
11824
|
});
|
|
@@ -12044,10 +12056,10 @@ function Au(t) {
|
|
|
12044
12056
|
w(h);
|
|
12045
12057
|
const y = await b(
|
|
12046
12058
|
h
|
|
12047
|
-
), { maxPages: L } = e.options,
|
|
12059
|
+
), { maxPages: L } = e.options, P = S ? s4 : o4;
|
|
12048
12060
|
return {
|
|
12049
|
-
pages:
|
|
12050
|
-
pageParams:
|
|
12061
|
+
pages: P(v.pages, y, L),
|
|
12062
|
+
pageParams: P(v.pageParams, x, L)
|
|
12051
12063
|
};
|
|
12052
12064
|
};
|
|
12053
12065
|
if (i && o.length) {
|
|
@@ -12422,7 +12434,7 @@ var tt, Zn, qn, Yr, Xr, Kn, ei, ti, Gd, y4 = (Gd = class {
|
|
|
12422
12434
|
const r = k(this, Le), i = this.options, o = k(this, xt), s = k(this, br), a = k(this, ni), c = e !== r ? e.state : k(this, lo), { state: u } = e;
|
|
12423
12435
|
let d = { ...u }, f = !1, g;
|
|
12424
12436
|
if (n._optimisticResults) {
|
|
12425
|
-
const
|
|
12437
|
+
const P = this.hasListeners(), O = !P && Iu(e, n), T = P && Nu(e, r, n, i);
|
|
12426
12438
|
(O || T) && (d = {
|
|
12427
12439
|
...d,
|
|
12428
12440
|
...pp(u.data, e.options)
|
|
@@ -12435,27 +12447,27 @@ var tt, Zn, qn, Yr, Xr, Kn, ei, ti, Gd, y4 = (Gd = class {
|
|
|
12435
12447
|
else
|
|
12436
12448
|
try {
|
|
12437
12449
|
W(this, co, n.select), g = n.select(d.data), g = gl(o == null ? void 0 : o.data, g, n), W(this, ri, g), W(this, un, null);
|
|
12438
|
-
} catch (
|
|
12439
|
-
W(this, un,
|
|
12450
|
+
} catch (P) {
|
|
12451
|
+
W(this, un, P);
|
|
12440
12452
|
}
|
|
12441
12453
|
else
|
|
12442
12454
|
g = d.data;
|
|
12443
12455
|
if (n.placeholderData !== void 0 && g === void 0 && w === "pending") {
|
|
12444
|
-
let
|
|
12456
|
+
let P;
|
|
12445
12457
|
if (o != null && o.isPlaceholderData && n.placeholderData === (a == null ? void 0 : a.placeholderData))
|
|
12446
|
-
|
|
12447
|
-
else if (
|
|
12458
|
+
P = o.data;
|
|
12459
|
+
else if (P = typeof n.placeholderData == "function" ? n.placeholderData(
|
|
12448
12460
|
(L = k(this, ii)) == null ? void 0 : L.state.data,
|
|
12449
12461
|
k(this, ii)
|
|
12450
|
-
) : n.placeholderData, n.select &&
|
|
12462
|
+
) : n.placeholderData, n.select && P !== void 0)
|
|
12451
12463
|
try {
|
|
12452
|
-
|
|
12464
|
+
P = n.select(P), W(this, un, null);
|
|
12453
12465
|
} catch (O) {
|
|
12454
12466
|
W(this, un, O);
|
|
12455
12467
|
}
|
|
12456
|
-
|
|
12468
|
+
P !== void 0 && (w = "success", g = gl(
|
|
12457
12469
|
o == null ? void 0 : o.data,
|
|
12458
|
-
|
|
12470
|
+
P,
|
|
12459
12471
|
n
|
|
12460
12472
|
), f = !0);
|
|
12461
12473
|
}
|
|
@@ -12488,15 +12500,15 @@ var tt, Zn, qn, Yr, Xr, Kn, ei, ti, Gd, y4 = (Gd = class {
|
|
|
12488
12500
|
promise: k(this, Qn)
|
|
12489
12501
|
};
|
|
12490
12502
|
if (this.options.experimental_prefetchInRender) {
|
|
12491
|
-
const
|
|
12492
|
-
y.status === "error" ?
|
|
12503
|
+
const P = (_) => {
|
|
12504
|
+
y.status === "error" ? _.reject(y.error) : y.data !== void 0 && _.resolve(y.data);
|
|
12493
12505
|
}, O = () => {
|
|
12494
|
-
const
|
|
12495
|
-
_
|
|
12506
|
+
const _ = W(this, Qn, y.promise = vl());
|
|
12507
|
+
P(_);
|
|
12496
12508
|
}, T = k(this, Qn);
|
|
12497
12509
|
switch (T.status) {
|
|
12498
12510
|
case "pending":
|
|
12499
|
-
e.queryHash === r.queryHash &&
|
|
12511
|
+
e.queryHash === r.queryHash && P(T);
|
|
12500
12512
|
break;
|
|
12501
12513
|
case "fulfilled":
|
|
12502
12514
|
(y.status === "error" || y.data !== T.value) && O();
|
|
@@ -12984,13 +12996,13 @@ var Fu = {
|
|
|
12984
12996
|
}
|
|
12985
12997
|
};
|
|
12986
12998
|
function K4(t) {
|
|
12987
|
-
var e = t.children, n = t.options, r = t.id, i = t.mapContainerStyle, o = t.mapContainerClassName, s = t.center, a = t.onClick, l = t.onDblClick, c = t.onDrag, u = t.onDragEnd, d = t.onDragStart, f = t.onMouseMove, g = t.onMouseOut, m = t.onMouseOver, p = t.onMouseDown, w = t.onMouseUp, b = t.onRightClick, C = t.onCenterChanged, v = t.onLoad, x = t.onUnmount, S = R(null), h = S[0], y = S[1], L = re(null),
|
|
12999
|
+
var e = t.children, n = t.options, r = t.id, i = t.mapContainerStyle, o = t.mapContainerClassName, s = t.center, a = t.onClick, l = t.onDblClick, c = t.onDrag, u = t.onDragEnd, d = t.onDragStart, f = t.onMouseMove, g = t.onMouseOut, m = t.onMouseOver, p = t.onMouseDown, w = t.onMouseUp, b = t.onRightClick, C = t.onCenterChanged, v = t.onLoad, x = t.onUnmount, S = R(null), h = S[0], y = S[1], L = re(null), P = R(null), O = P[0], T = P[1], _ = R(null), A = _[0], I = _[1], U = R(null), H = U[0], F = U[1], $ = R(null), te = $[0], q = $[1], G = R(null), Y = G[0], ce = G[1], oe = R(null), ie = oe[0], D = oe[1], be = R(null), Ie = be[0], K = be[1], Ue = R(null), Ve = Ue[0], pe = Ue[1], Te = R(null), Ze = Te[0], xe = Te[1], Re = R(null), je = Re[0], Ne = Re[1], ze = R(null), le = ze[0], Ye = ze[1], ae = R(null), ct = ae[0], Q = ae[1];
|
|
12988
13000
|
return E(function() {
|
|
12989
13001
|
n && h !== null && h.setOptions(n);
|
|
12990
13002
|
}, [h, n]), E(function() {
|
|
12991
13003
|
h !== null && typeof s < "u" && h.setCenter(s);
|
|
12992
13004
|
}, [h, s]), E(function() {
|
|
12993
|
-
h && l && (A !== null && google.maps.event.removeListener(A),
|
|
13005
|
+
h && l && (A !== null && google.maps.event.removeListener(A), I(google.maps.event.addListener(h, "dblclick", l)));
|
|
12994
13006
|
}, [l]), E(function() {
|
|
12995
13007
|
h && u && (H !== null && google.maps.event.removeListener(H), F(google.maps.event.addListener(h, "dragend", u)));
|
|
12996
13008
|
}, [u]), E(function() {
|
|
@@ -13269,14 +13281,14 @@ function Ep(t) {
|
|
|
13269
13281
|
E(function() {
|
|
13270
13282
|
if (!pr)
|
|
13271
13283
|
return;
|
|
13272
|
-
function
|
|
13284
|
+
function P() {
|
|
13273
13285
|
p.current && (C(!0), ju = h);
|
|
13274
13286
|
}
|
|
13275
13287
|
if (window.google && window.google.maps && ju === h) {
|
|
13276
|
-
|
|
13288
|
+
P();
|
|
13277
13289
|
return;
|
|
13278
13290
|
}
|
|
13279
|
-
wp({ id: n, url: h, nonce: o }).then(
|
|
13291
|
+
wp({ id: n, url: h, nonce: o }).then(P).catch(function(T) {
|
|
13280
13292
|
p.current && S(T), console.warn(`
|
|
13281
13293
|
There has been an Error with loading Google Maps API script, please check that you provided correct google API key (`.concat(s || "-", ") or Client ID (").concat(a || "-", `)
|
|
13282
13294
|
Otherwise it is a Network issue.
|
|
@@ -13451,7 +13463,7 @@ var Gu = {
|
|
|
13451
13463
|
}
|
|
13452
13464
|
};
|
|
13453
13465
|
function n5(t) {
|
|
13454
|
-
var e = t.options, n = t.drawingMode, r = t.onCircleComplete, i = t.onMarkerComplete, o = t.onOverlayComplete, s = t.onPolygonComplete, a = t.onPolylineComplete, l = t.onRectangleComplete, c = t.onLoad, u = t.onUnmount, d = rt(he), f = R(null), g = f[0], m = f[1], p = R(null), w = p[0], b = p[1], C = R(null), v = C[0], x = C[1], S = R(null), h = S[0], y = S[1], L = R(null),
|
|
13466
|
+
var e = t.options, n = t.drawingMode, r = t.onCircleComplete, i = t.onMarkerComplete, o = t.onOverlayComplete, s = t.onPolygonComplete, a = t.onPolylineComplete, l = t.onRectangleComplete, c = t.onLoad, u = t.onUnmount, d = rt(he), f = R(null), g = f[0], m = f[1], p = R(null), w = p[0], b = p[1], C = R(null), v = C[0], x = C[1], S = R(null), h = S[0], y = S[1], L = R(null), P = L[0], O = L[1], T = R(null), _ = T[0], A = T[1], I = R(null), U = I[0], H = I[1];
|
|
13455
13467
|
return E(function() {
|
|
13456
13468
|
g !== null && g.setMap(d);
|
|
13457
13469
|
}, [d]), E(function() {
|
|
@@ -13465,16 +13477,16 @@ function n5(t) {
|
|
|
13465
13477
|
}, [g, i]), E(function() {
|
|
13466
13478
|
g && o && (h !== null && google.maps.event.removeListener(h), y(google.maps.event.addListener(g, "overlaycomplete", o)));
|
|
13467
13479
|
}, [g, o]), E(function() {
|
|
13468
|
-
g && s && (
|
|
13480
|
+
g && s && (P !== null && google.maps.event.removeListener(P), O(google.maps.event.addListener(g, "polygoncomplete", s)));
|
|
13469
13481
|
}, [g, s]), E(function() {
|
|
13470
|
-
g && a && (
|
|
13482
|
+
g && a && (_ !== null && google.maps.event.removeListener(_), A(google.maps.event.addListener(g, "polylinecomplete", a)));
|
|
13471
13483
|
}, [g, a]), E(function() {
|
|
13472
13484
|
g && l && (U !== null && google.maps.event.removeListener(U), H(google.maps.event.addListener(g, "rectanglecomplete", l)));
|
|
13473
13485
|
}, [g, l]), E(function() {
|
|
13474
13486
|
st(!!google.maps.drawing, "Did you include prop libraries={['drawing']} in the URL? %s", google.maps.drawing);
|
|
13475
13487
|
var F = new google.maps.drawing.DrawingManager(J(J({}, e || {}), { map: d }));
|
|
13476
13488
|
return n && F.setDrawingMode(n), r && b(google.maps.event.addListener(F, "circlecomplete", r)), i && x(google.maps.event.addListener(F, "markercomplete", i)), o && y(google.maps.event.addListener(F, "overlaycomplete", o)), s && O(google.maps.event.addListener(F, "polygoncomplete", s)), a && A(google.maps.event.addListener(F, "polylinecomplete", a)), l && H(google.maps.event.addListener(F, "rectanglecomplete", l)), m(F), c && c(F), function() {
|
|
13477
|
-
g !== null && (w && google.maps.event.removeListener(w), v && google.maps.event.removeListener(v), h && google.maps.event.removeListener(h),
|
|
13489
|
+
g !== null && (w && google.maps.event.removeListener(w), v && google.maps.event.removeListener(v), h && google.maps.event.removeListener(h), P && google.maps.event.removeListener(P), _ && google.maps.event.removeListener(_), U && google.maps.event.removeListener(U), u && u(g), g.setMap(null));
|
|
13478
13490
|
};
|
|
13479
13491
|
}, []), null;
|
|
13480
13492
|
}
|
|
@@ -13584,7 +13596,7 @@ var Zu = {
|
|
|
13584
13596
|
}
|
|
13585
13597
|
}, Ds = {};
|
|
13586
13598
|
function r5(t) {
|
|
13587
|
-
var e = t.position, n = t.options, r = t.clusterer, i = t.noClustererRedraw, o = t.children, s = t.draggable, a = t.visible, l = t.animation, c = t.clickable, u = t.cursor, d = t.icon, f = t.label, g = t.opacity, m = t.shape, p = t.title, w = t.zIndex, b = t.onClick, C = t.onDblClick, v = t.onDrag, x = t.onDragEnd, S = t.onDragStart, h = t.onMouseOut, y = t.onMouseOver, L = t.onMouseUp,
|
|
13599
|
+
var e = t.position, n = t.options, r = t.clusterer, i = t.noClustererRedraw, o = t.children, s = t.draggable, a = t.visible, l = t.animation, c = t.clickable, u = t.cursor, d = t.icon, f = t.label, g = t.opacity, m = t.shape, p = t.title, w = t.zIndex, b = t.onClick, C = t.onDblClick, v = t.onDrag, x = t.onDragEnd, S = t.onDragStart, h = t.onMouseOut, y = t.onMouseOver, L = t.onMouseUp, P = t.onMouseDown, O = t.onRightClick, T = t.onClickableChanged, _ = t.onCursorChanged, A = t.onAnimationChanged, I = t.onDraggableChanged, U = t.onFlatChanged, H = t.onIconChanged, F = t.onPositionChanged, $ = t.onShapeChanged, te = t.onTitleChanged, q = t.onVisibleChanged, G = t.onZindexChanged, Y = t.onLoad, ce = t.onUnmount, oe = rt(he), ie = R(null), D = ie[0], be = ie[1], Ie = R(null), K = Ie[0], Ue = Ie[1], Ve = R(null), pe = Ve[0], Te = Ve[1], Ze = R(null), xe = Ze[0], Re = Ze[1], je = R(null), Ne = je[0], ze = je[1], le = R(null), Ye = le[0], ae = le[1], ct = R(null), Q = ct[0], Xe = ct[1], qe = R(null), Mt = qe[0], yt = qe[1], ue = R(null), tr = ue[0], Eo = ue[1], Kt = R(null), bn = Kt[0], xo = Kt[1], B = R(null), ne = B[0], Z = B[1], ve = R(null), He = ve[0], Me = ve[1], $e = R(null), Be = $e[0], Ke = $e[1], fe = R(null), we = fe[0], St = fe[1], wn = R(null), bt = wn[0], lt = wn[1], Pt = R(null), kt = Pt[0], ut = Pt[1], rn = R(null), Qt = rn[0], Tt = rn[1], kn = R(null), Cn = kn[0], mi = kn[1], yi = R(null), kr = yi[0], bi = yi[1], Tr = R(null), nr = Tr[0], wi = Tr[1], Tn = R(null), rr = Tn[0], ir = Tn[1], or = R(null), sr = or[0], Ci = or[1];
|
|
13588
13600
|
E(function() {
|
|
13589
13601
|
D !== null && D.setMap(oe);
|
|
13590
13602
|
}, [oe]), E(function() {
|
|
@@ -13620,8 +13632,8 @@ function r5(t) {
|
|
|
13620
13632
|
}, [x]), E(function() {
|
|
13621
13633
|
D && S && (xe !== null && google.maps.event.removeListener(xe), Re(google.maps.event.addListener(D, "dragstart", S)));
|
|
13622
13634
|
}, [S]), E(function() {
|
|
13623
|
-
D &&
|
|
13624
|
-
}, [
|
|
13635
|
+
D && P && (Ne !== null && google.maps.event.removeListener(Ne), ze(google.maps.event.addListener(D, "mousedown", P)));
|
|
13636
|
+
}, [P]), E(function() {
|
|
13625
13637
|
D && h && (Ye !== null && google.maps.event.removeListener(Ye), ae(google.maps.event.addListener(D, "mouseout", h)));
|
|
13626
13638
|
}, [h]), E(function() {
|
|
13627
13639
|
D && y && (Q !== null && google.maps.event.removeListener(Q), Xe(google.maps.event.addListener(D, "mouseover", y)));
|
|
@@ -13636,12 +13648,12 @@ function r5(t) {
|
|
|
13636
13648
|
}, [v]), E(function() {
|
|
13637
13649
|
D && T && (He !== null && google.maps.event.removeListener(He), Me(google.maps.event.addListener(D, "clickable_changed", T)));
|
|
13638
13650
|
}, [T]), E(function() {
|
|
13639
|
-
D &&
|
|
13640
|
-
}, [
|
|
13651
|
+
D && _ && (Be !== null && google.maps.event.removeListener(Be), Ke(google.maps.event.addListener(D, "cursor_changed", _)));
|
|
13652
|
+
}, [_]), E(function() {
|
|
13641
13653
|
D && A && (we !== null && google.maps.event.removeListener(we), St(google.maps.event.addListener(D, "animation_changed", A)));
|
|
13642
13654
|
}, [A]), E(function() {
|
|
13643
|
-
D &&
|
|
13644
|
-
}, [
|
|
13655
|
+
D && I && (bt !== null && google.maps.event.removeListener(bt), lt(google.maps.event.addListener(D, "draggable_changed", I)));
|
|
13656
|
+
}, [I]), E(function() {
|
|
13645
13657
|
D && U && (kt !== null && google.maps.event.removeListener(kt), ut(google.maps.event.addListener(D, "flat_changed", U)));
|
|
13646
13658
|
}, [U]), E(function() {
|
|
13647
13659
|
D && H && (Qt !== null && google.maps.event.removeListener(Qt), Tt(google.maps.event.addListener(D, "icon_changed", H)));
|
|
@@ -13657,7 +13669,7 @@ function r5(t) {
|
|
|
13657
13669
|
D && G && (sr !== null && google.maps.event.removeListener(sr), Ci(google.maps.event.addListener(D, "zindex_changed", G)));
|
|
13658
13670
|
}, [G]), E(function() {
|
|
13659
13671
|
var Rn = J(J(J({}, n || Ds), r ? Ds : { map: oe }), { position: e }), se = new google.maps.Marker(Rn);
|
|
13660
|
-
return r ? r.addMarker(se, !!i) : se.setMap(oe), e && se.setPosition(e), typeof a < "u" && se.setVisible(a), typeof s < "u" && se.setDraggable(s), typeof c < "u" && se.setClickable(c), typeof u == "string" && se.setCursor(u), d && se.setIcon(d), typeof f < "u" && se.setLabel(f), typeof g < "u" && se.setOpacity(g), m && se.setShape(m), typeof p == "string" && se.setTitle(p), typeof w == "number" && se.setZIndex(w), C && Ue(google.maps.event.addListener(se, "dblclick", C)), x && Te(google.maps.event.addListener(se, "dragend", x)), S && Re(google.maps.event.addListener(se, "dragstart", S)),
|
|
13672
|
+
return r ? r.addMarker(se, !!i) : se.setMap(oe), e && se.setPosition(e), typeof a < "u" && se.setVisible(a), typeof s < "u" && se.setDraggable(s), typeof c < "u" && se.setClickable(c), typeof u == "string" && se.setCursor(u), d && se.setIcon(d), typeof f < "u" && se.setLabel(f), typeof g < "u" && se.setOpacity(g), m && se.setShape(m), typeof p == "string" && se.setTitle(p), typeof w == "number" && se.setZIndex(w), C && Ue(google.maps.event.addListener(se, "dblclick", C)), x && Te(google.maps.event.addListener(se, "dragend", x)), S && Re(google.maps.event.addListener(se, "dragstart", S)), P && ze(google.maps.event.addListener(se, "mousedown", P)), h && ae(google.maps.event.addListener(se, "mouseout", h)), y && Xe(google.maps.event.addListener(se, "mouseover", y)), L && yt(google.maps.event.addListener(se, "mouseup", L)), O && Eo(google.maps.event.addListener(se, "rightclick", O)), b && xo(google.maps.event.addListener(se, "click", b)), v && Z(google.maps.event.addListener(se, "drag", v)), T && Me(google.maps.event.addListener(se, "clickable_changed", T)), _ && Ke(google.maps.event.addListener(se, "cursor_changed", _)), A && St(google.maps.event.addListener(se, "animation_changed", A)), I && lt(google.maps.event.addListener(se, "draggable_changed", I)), U && ut(google.maps.event.addListener(se, "flat_changed", U)), H && Tt(google.maps.event.addListener(se, "icon_changed", H)), F && mi(google.maps.event.addListener(se, "position_changed", F)), $ && bi(google.maps.event.addListener(se, "shape_changed", $)), te && wi(google.maps.event.addListener(se, "title_changed", te)), q && ir(google.maps.event.addListener(se, "visible_changed", q)), G && Ci(google.maps.event.addListener(se, "zindex_changed", G)), be(se), Y && Y(se), function() {
|
|
13661
13673
|
K !== null && google.maps.event.removeListener(K), pe !== null && google.maps.event.removeListener(pe), xe !== null && google.maps.event.removeListener(xe), Ne !== null && google.maps.event.removeListener(Ne), Ye !== null && google.maps.event.removeListener(Ye), Q !== null && google.maps.event.removeListener(Q), Mt !== null && google.maps.event.removeListener(Mt), tr !== null && google.maps.event.removeListener(tr), bn !== null && google.maps.event.removeListener(bn), He !== null && google.maps.event.removeListener(He), Be !== null && google.maps.event.removeListener(Be), we !== null && google.maps.event.removeListener(we), bt !== null && google.maps.event.removeListener(bt), kt !== null && google.maps.event.removeListener(kt), Qt !== null && google.maps.event.removeListener(Qt), Cn !== null && google.maps.event.removeListener(Cn), nr !== null && google.maps.event.removeListener(nr), rr !== null && google.maps.event.removeListener(rr), sr !== null && google.maps.event.removeListener(sr), ce && ce(se), r ? r.removeMarker(se, !!i) : se && se.setMap(null);
|
|
13662
13674
|
};
|
|
13663
13675
|
}, []);
|
|
@@ -14197,13 +14209,13 @@ var a5 = 2e3, l5 = 500, c5 = "https://developers.google.com/maps/documentation/j
|
|
|
14197
14209
|
}
|
|
14198
14210
|
}, h5 = {};
|
|
14199
14211
|
function p5(t) {
|
|
14200
|
-
var e = t.children, n = t.options, r = t.averageCenter, i = t.batchSizeIE, o = t.calculator, s = t.clusterClass, a = t.enableRetinaIcons, l = t.gridSize, c = t.ignoreHidden, u = t.imageExtension, d = t.imagePath, f = t.imageSizes, g = t.maxZoom, m = t.minimumClusterSize, p = t.styles, w = t.title, b = t.zoomOnClick, C = t.onClick, v = t.onClusteringBegin, x = t.onClusteringEnd, S = t.onMouseOver, h = t.onMouseOut, y = t.onLoad, L = t.onUnmount,
|
|
14212
|
+
var e = t.children, n = t.options, r = t.averageCenter, i = t.batchSizeIE, o = t.calculator, s = t.clusterClass, a = t.enableRetinaIcons, l = t.gridSize, c = t.ignoreHidden, u = t.imageExtension, d = t.imagePath, f = t.imageSizes, g = t.maxZoom, m = t.minimumClusterSize, p = t.styles, w = t.title, b = t.zoomOnClick, C = t.onClick, v = t.onClusteringBegin, x = t.onClusteringEnd, S = t.onMouseOver, h = t.onMouseOut, y = t.onLoad, L = t.onUnmount, P = R(null), O = P[0], T = P[1], _ = rt(he), A = R(null), I = A[0], U = A[1], H = R(null), F = H[0], $ = H[1], te = R(null), q = te[0], G = te[1], Y = R(null), ce = Y[0], oe = Y[1], ie = R(null), D = ie[0], be = ie[1];
|
|
14201
14213
|
return E(function() {
|
|
14202
14214
|
O && h && (ce !== null && google.maps.event.removeListener(ce), oe(google.maps.event.addListener(O, zt.onMouseOut, h)));
|
|
14203
14215
|
}, [h]), E(function() {
|
|
14204
14216
|
O && S && (D !== null && google.maps.event.removeListener(D), be(google.maps.event.addListener(O, zt.onMouseOver, S)));
|
|
14205
14217
|
}, [S]), E(function() {
|
|
14206
|
-
O && C && (
|
|
14218
|
+
O && C && (I !== null && google.maps.event.removeListener(I), U(google.maps.event.addListener(O, zt.onClick, C)));
|
|
14207
14219
|
}, [C]), E(function() {
|
|
14208
14220
|
O && v && (F !== null && google.maps.event.removeListener(F), $(google.maps.event.addListener(O, zt.onClusteringBegin, v)));
|
|
14209
14221
|
}, [v]), E(function() {
|
|
@@ -14239,10 +14251,10 @@ function p5(t) {
|
|
|
14239
14251
|
}, [O, w]), E(function() {
|
|
14240
14252
|
typeof b < "u" && O !== null && Pe.zoomOnClick(O, b);
|
|
14241
14253
|
}, [O, b]), E(function() {
|
|
14242
|
-
if (
|
|
14243
|
-
var Ie = J({}, n || h5), K = new _p(
|
|
14254
|
+
if (_) {
|
|
14255
|
+
var Ie = J({}, n || h5), K = new _p(_, [], Ie);
|
|
14244
14256
|
return r && Pe.averageCenter(K, r), i && Pe.batchSizeIE(K, i), o && Pe.calculator(K, o), s && Pe.clusterClass(K, s), a && Pe.enableRetinaIcons(K, a), l && Pe.gridSize(K, l), c && Pe.ignoreHidden(K, c), u && Pe.imageExtension(K, u), d && Pe.imagePath(K, d), f && Pe.imageSizes(K, f), g && Pe.maxZoom(K, g), m && Pe.minimumClusterSize(K, m), p && Pe.styles(K, p), w && Pe.title(K, w), b && Pe.zoomOnClick(K, b), h && oe(google.maps.event.addListener(K, zt.onMouseOut, h)), S && be(google.maps.event.addListener(K, zt.onMouseOver, S)), C && U(google.maps.event.addListener(K, zt.onClick, C)), v && $(google.maps.event.addListener(K, zt.onClusteringBegin, v)), x && G(google.maps.event.addListener(K, zt.onClusteringEnd, x)), T(K), y && y(K), function() {
|
|
14245
|
-
ce !== null && google.maps.event.removeListener(ce), D !== null && google.maps.event.removeListener(D),
|
|
14257
|
+
ce !== null && google.maps.event.removeListener(ce), D !== null && google.maps.event.removeListener(D), I !== null && google.maps.event.removeListener(I), F !== null && google.maps.event.removeListener(F), q !== null && google.maps.event.removeListener(q), L && L(K);
|
|
14246
14258
|
};
|
|
14247
14259
|
}
|
|
14248
14260
|
}, []), O !== null && e(O) || null;
|
|
@@ -14459,7 +14471,7 @@ var Op = (
|
|
|
14459
14471
|
}
|
|
14460
14472
|
}, v5 = {};
|
|
14461
14473
|
function m5(t) {
|
|
14462
|
-
var e = t.children, n = t.anchor, r = t.options, i = t.position, o = t.zIndex, s = t.onCloseClick, a = t.onDomReady, l = t.onContentChanged, c = t.onPositionChanged, u = t.onZindexChanged, d = t.onLoad, f = t.onUnmount, g = rt(he), m = R(null), p = m[0], w = m[1], b = R(null), C = b[0], v = b[1], x = R(null), S = x[0], h = x[1], y = R(null), L = y[0],
|
|
14474
|
+
var e = t.children, n = t.anchor, r = t.options, i = t.position, o = t.zIndex, s = t.onCloseClick, a = t.onDomReady, l = t.onContentChanged, c = t.onPositionChanged, u = t.onZindexChanged, d = t.onLoad, f = t.onUnmount, g = rt(he), m = R(null), p = m[0], w = m[1], b = R(null), C = b[0], v = b[1], x = R(null), S = x[0], h = x[1], y = R(null), L = y[0], P = y[1], O = R(null), T = O[0], _ = O[1], A = R(null), I = A[0], U = A[1], H = re(null);
|
|
14463
14475
|
return E(function() {
|
|
14464
14476
|
g && p !== null && (p.close(), n ? p.open(g, n) : p.getPosition() && p.open(g));
|
|
14465
14477
|
}, [g, p, n]), E(function() {
|
|
@@ -14476,20 +14488,20 @@ function m5(t) {
|
|
|
14476
14488
|
}, [s]), E(function() {
|
|
14477
14489
|
p && a && (S !== null && google.maps.event.removeListener(S), h(google.maps.event.addListener(p, "domready", a)));
|
|
14478
14490
|
}, [a]), E(function() {
|
|
14479
|
-
p && l && (L !== null && google.maps.event.removeListener(L),
|
|
14491
|
+
p && l && (L !== null && google.maps.event.removeListener(L), P(google.maps.event.addListener(p, "content_changed", l)));
|
|
14480
14492
|
}, [l]), E(function() {
|
|
14481
|
-
p && c && (T !== null && google.maps.event.removeListener(T),
|
|
14493
|
+
p && c && (T !== null && google.maps.event.removeListener(T), _(google.maps.event.addListener(p, "position_changed", c)));
|
|
14482
14494
|
}, [c]), E(function() {
|
|
14483
|
-
p && u && (
|
|
14495
|
+
p && u && (I !== null && google.maps.event.removeListener(I), U(google.maps.event.addListener(p, "zindex_changed", u)));
|
|
14484
14496
|
}, [u]), E(function() {
|
|
14485
14497
|
if (g) {
|
|
14486
14498
|
var F = r || v5, $ = F.position, te = nc(F, ["position"]), q = void 0;
|
|
14487
14499
|
$ && !($ instanceof google.maps.LatLng) && (q = new google.maps.LatLng($.lat, $.lng));
|
|
14488
14500
|
var G = new Op(J(J({}, te), q ? { position: q } : {}));
|
|
14489
|
-
H.current = document.createElement("div"), w(G), s && v(google.maps.event.addListener(G, "closeclick", s)), a && h(google.maps.event.addListener(G, "domready", a)), l &&
|
|
14501
|
+
H.current = document.createElement("div"), w(G), s && v(google.maps.event.addListener(G, "closeclick", s)), a && h(google.maps.event.addListener(G, "domready", a)), l && P(google.maps.event.addListener(G, "content_changed", l)), c && _(google.maps.event.addListener(G, "position_changed", c)), u && U(google.maps.event.addListener(G, "zindex_changed", u)), G.setContent(H.current), n ? G.open(g, n) : G.getPosition() ? G.open(g) : st(!1, "You must provide either an anchor or a position prop for <InfoBox>."), d && d(G);
|
|
14490
14502
|
}
|
|
14491
14503
|
return function() {
|
|
14492
|
-
p !== null && (C && google.maps.event.removeListener(C), L && google.maps.event.removeListener(L), S && google.maps.event.removeListener(S), T && google.maps.event.removeListener(T),
|
|
14504
|
+
p !== null && (C && google.maps.event.removeListener(C), L && google.maps.event.removeListener(L), S && google.maps.event.removeListener(S), T && google.maps.event.removeListener(T), I && google.maps.event.removeListener(I), f && f(p), p.close());
|
|
14493
14505
|
};
|
|
14494
14506
|
}, []), H.current ? yo(Mn.only(e), H.current) : null;
|
|
14495
14507
|
}
|
|
@@ -15341,7 +15353,7 @@ var rd = {
|
|
|
15341
15353
|
}
|
|
15342
15354
|
};
|
|
15343
15355
|
function D5(t) {
|
|
15344
|
-
var e = t.children, n = t.anchor, r = t.options, i = t.position, o = t.zIndex, s = t.onCloseClick, a = t.onDomReady, l = t.onContentChanged, c = t.onPositionChanged, u = t.onZindexChanged, d = t.onLoad, f = t.onUnmount, g = rt(he), m = R(null), p = m[0], w = m[1], b = R(null), C = b[0], v = b[1], x = R(null), S = x[0], h = x[1], y = R(null), L = y[0],
|
|
15356
|
+
var e = t.children, n = t.anchor, r = t.options, i = t.position, o = t.zIndex, s = t.onCloseClick, a = t.onDomReady, l = t.onContentChanged, c = t.onPositionChanged, u = t.onZindexChanged, d = t.onLoad, f = t.onUnmount, g = rt(he), m = R(null), p = m[0], w = m[1], b = R(null), C = b[0], v = b[1], x = R(null), S = x[0], h = x[1], y = R(null), L = y[0], P = y[1], O = R(null), T = O[0], _ = O[1], A = R(null), I = A[0], U = A[1], H = re(null);
|
|
15345
15357
|
return E(function() {
|
|
15346
15358
|
p !== null && (p.close(), n ? p.open(g, n) : p.getPosition() && p.open(g));
|
|
15347
15359
|
}, [g, p, n]), E(function() {
|
|
@@ -15355,15 +15367,15 @@ function D5(t) {
|
|
|
15355
15367
|
}, [s]), E(function() {
|
|
15356
15368
|
p && a && (S !== null && google.maps.event.removeListener(S), h(google.maps.event.addListener(p, "domready", a)));
|
|
15357
15369
|
}, [a]), E(function() {
|
|
15358
|
-
p && l && (L !== null && google.maps.event.removeListener(L),
|
|
15370
|
+
p && l && (L !== null && google.maps.event.removeListener(L), P(google.maps.event.addListener(p, "content_changed", l)));
|
|
15359
15371
|
}, [l]), E(function() {
|
|
15360
|
-
p && c && (T !== null && google.maps.event.removeListener(T),
|
|
15372
|
+
p && c && (T !== null && google.maps.event.removeListener(T), _(google.maps.event.addListener(p, "position_changed", c)));
|
|
15361
15373
|
}, [c]), E(function() {
|
|
15362
|
-
p && u && (
|
|
15374
|
+
p && u && (I !== null && google.maps.event.removeListener(I), U(google.maps.event.addListener(p, "zindex_changed", u)));
|
|
15363
15375
|
}, [u]), E(function() {
|
|
15364
15376
|
var F = new google.maps.InfoWindow(J({}, r || {}));
|
|
15365
|
-
return w(F), H.current = document.createElement("div"), s && v(google.maps.event.addListener(F, "closeclick", s)), a && h(google.maps.event.addListener(F, "domready", a)), l &&
|
|
15366
|
-
C && google.maps.event.removeListener(C), L && google.maps.event.removeListener(L), S && google.maps.event.removeListener(S), T && google.maps.event.removeListener(T),
|
|
15377
|
+
return w(F), H.current = document.createElement("div"), s && v(google.maps.event.addListener(F, "closeclick", s)), a && h(google.maps.event.addListener(F, "domready", a)), l && P(google.maps.event.addListener(F, "content_changed", l)), c && _(google.maps.event.addListener(F, "position_changed", c)), u && U(google.maps.event.addListener(F, "zindex_changed", u)), F.setContent(H.current), i && F.setPosition(i), o && F.setZIndex(o), n ? F.open(g, n) : F.getPosition() ? F.open(g) : st(!1, "You must provide either an anchor (typically render it inside a <Marker>) or a position props for <InfoWindow>."), d && d(F), function() {
|
|
15378
|
+
C && google.maps.event.removeListener(C), L && google.maps.event.removeListener(L), S && google.maps.event.removeListener(S), T && google.maps.event.removeListener(T), I && google.maps.event.removeListener(I), f && f(F), F.close();
|
|
15367
15379
|
};
|
|
15368
15380
|
}, []), H.current ? yo(Mn.only(e), H.current) : null;
|
|
15369
15381
|
}
|
|
@@ -15442,7 +15454,7 @@ var Tp = (
|
|
|
15442
15454
|
}
|
|
15443
15455
|
}, I5 = {};
|
|
15444
15456
|
function N5(t) {
|
|
15445
|
-
var e = t.options, n = t.draggable, r = t.editable, i = t.visible, o = t.path, s = t.onDblClick, a = t.onDragEnd, l = t.onDragStart, c = t.onMouseDown, u = t.onMouseMove, d = t.onMouseOut, f = t.onMouseOver, g = t.onMouseUp, m = t.onRightClick, p = t.onClick, w = t.onDrag, b = t.onLoad, C = t.onUnmount, v = rt(he), x = R(null), S = x[0], h = x[1], y = R(null), L = y[0],
|
|
15457
|
+
var e = t.options, n = t.draggable, r = t.editable, i = t.visible, o = t.path, s = t.onDblClick, a = t.onDragEnd, l = t.onDragStart, c = t.onMouseDown, u = t.onMouseMove, d = t.onMouseOut, f = t.onMouseOver, g = t.onMouseUp, m = t.onRightClick, p = t.onClick, w = t.onDrag, b = t.onLoad, C = t.onUnmount, v = rt(he), x = R(null), S = x[0], h = x[1], y = R(null), L = y[0], P = y[1], O = R(null), T = O[0], _ = O[1], A = R(null), I = A[0], U = A[1], H = R(null), F = H[0], $ = H[1], te = R(null), q = te[0], G = te[1], Y = R(null), ce = Y[0], oe = Y[1], ie = R(null), D = ie[0], be = ie[1], Ie = R(null), K = Ie[0], Ue = Ie[1], Ve = R(null), pe = Ve[0], Te = Ve[1], Ze = R(null), xe = Ze[0], Re = Ze[1], je = R(null), Ne = je[0], ze = je[1];
|
|
15446
15458
|
return E(function() {
|
|
15447
15459
|
S !== null && S.setMap(v);
|
|
15448
15460
|
}, [v]), E(function() {
|
|
@@ -15456,11 +15468,11 @@ function N5(t) {
|
|
|
15456
15468
|
}, [S, i]), E(function() {
|
|
15457
15469
|
typeof o < "u" && S !== null && S.setPath(o);
|
|
15458
15470
|
}, [S, o]), E(function() {
|
|
15459
|
-
S && s && (L !== null && google.maps.event.removeListener(L),
|
|
15471
|
+
S && s && (L !== null && google.maps.event.removeListener(L), P(google.maps.event.addListener(S, "dblclick", s)));
|
|
15460
15472
|
}, [s]), E(function() {
|
|
15461
|
-
S && a && (T !== null && google.maps.event.removeListener(T),
|
|
15473
|
+
S && a && (T !== null && google.maps.event.removeListener(T), _(google.maps.event.addListener(S, "dragend", a)));
|
|
15462
15474
|
}, [a]), E(function() {
|
|
15463
|
-
S && l && (
|
|
15475
|
+
S && l && (I !== null && google.maps.event.removeListener(I), U(google.maps.event.addListener(S, "dragstart", l)));
|
|
15464
15476
|
}, [l]), E(function() {
|
|
15465
15477
|
S && c && (F !== null && google.maps.event.removeListener(F), $(google.maps.event.addListener(S, "mousedown", c)));
|
|
15466
15478
|
}, [c]), E(function() {
|
|
@@ -15479,8 +15491,8 @@ function N5(t) {
|
|
|
15479
15491
|
S && w && (Ne !== null && google.maps.event.removeListener(Ne), ze(google.maps.event.addListener(S, "drag", w)));
|
|
15480
15492
|
}, [w]), E(function() {
|
|
15481
15493
|
var le = new google.maps.Polyline(J(J({}, e || I5), { map: v }));
|
|
15482
|
-
return o && le.setPath(o), typeof i < "u" && le.setVisible(i), typeof r < "u" && le.setEditable(r), typeof n < "u" && le.setDraggable(n), s &&
|
|
15483
|
-
L !== null && google.maps.event.removeListener(L), T !== null && google.maps.event.removeListener(T),
|
|
15494
|
+
return o && le.setPath(o), typeof i < "u" && le.setVisible(i), typeof r < "u" && le.setEditable(r), typeof n < "u" && le.setDraggable(n), s && P(google.maps.event.addListener(le, "dblclick", s)), a && _(google.maps.event.addListener(le, "dragend", a)), l && U(google.maps.event.addListener(le, "dragstart", l)), c && $(google.maps.event.addListener(le, "mousedown", c)), u && G(google.maps.event.addListener(le, "mousemove", u)), d && oe(google.maps.event.addListener(le, "mouseout", d)), f && be(google.maps.event.addListener(le, "mouseover", f)), g && Ue(google.maps.event.addListener(le, "mouseup", g)), m && Te(google.maps.event.addListener(le, "rightclick", m)), p && Re(google.maps.event.addListener(le, "click", p)), w && ze(google.maps.event.addListener(le, "drag", w)), h(le), b && b(le), function() {
|
|
15495
|
+
L !== null && google.maps.event.removeListener(L), T !== null && google.maps.event.removeListener(T), I !== null && google.maps.event.removeListener(I), F !== null && google.maps.event.removeListener(F), q !== null && google.maps.event.removeListener(q), ce !== null && google.maps.event.removeListener(ce), D !== null && google.maps.event.removeListener(D), K !== null && google.maps.event.removeListener(K), pe !== null && google.maps.event.removeListener(pe), xe !== null && google.maps.event.removeListener(xe), C && C(le), le.setMap(null);
|
|
15484
15496
|
};
|
|
15485
15497
|
}, []), null;
|
|
15486
15498
|
}
|
|
@@ -15559,7 +15571,7 @@ var ad = {
|
|
|
15559
15571
|
}
|
|
15560
15572
|
};
|
|
15561
15573
|
function B5(t) {
|
|
15562
|
-
var e = t.options, n = t.draggable, r = t.editable, i = t.visible, o = t.path, s = t.paths, a = t.onDblClick, l = t.onDragEnd, c = t.onDragStart, u = t.onMouseDown, d = t.onMouseMove, f = t.onMouseOut, g = t.onMouseOver, m = t.onMouseUp, p = t.onRightClick, w = t.onClick, b = t.onDrag, C = t.onLoad, v = t.onUnmount, x = t.onEdit, S = rt(he), h = R(null), y = h[0], L = h[1],
|
|
15574
|
+
var e = t.options, n = t.draggable, r = t.editable, i = t.visible, o = t.path, s = t.paths, a = t.onDblClick, l = t.onDragEnd, c = t.onDragStart, u = t.onMouseDown, d = t.onMouseMove, f = t.onMouseOut, g = t.onMouseOver, m = t.onMouseUp, p = t.onRightClick, w = t.onClick, b = t.onDrag, C = t.onLoad, v = t.onUnmount, x = t.onEdit, S = rt(he), h = R(null), y = h[0], L = h[1], P = R(null), O = P[0], T = P[1], _ = R(null), A = _[0], I = _[1], U = R(null), H = U[0], F = U[1], $ = R(null), te = $[0], q = $[1], G = R(null), Y = G[0], ce = G[1], oe = R(null), ie = oe[0], D = oe[1], be = R(null), Ie = be[0], K = be[1], Ue = R(null), Ve = Ue[0], pe = Ue[1], Te = R(null), Ze = Te[0], xe = Te[1], Re = R(null), je = Re[0], Ne = Re[1], ze = R(null), le = ze[0], Ye = ze[1];
|
|
15563
15575
|
return E(function() {
|
|
15564
15576
|
y !== null && y.setMap(S);
|
|
15565
15577
|
}, [S]), E(function() {
|
|
@@ -15583,7 +15595,7 @@ function B5(t) {
|
|
|
15583
15595
|
x == null || x(y);
|
|
15584
15596
|
}));
|
|
15585
15597
|
}, [y, x]), E(function() {
|
|
15586
|
-
y && l && (A !== null && google.maps.event.removeListener(A),
|
|
15598
|
+
y && l && (A !== null && google.maps.event.removeListener(A), I(google.maps.event.addListener(y, "dragend", l)));
|
|
15587
15599
|
}, [l]), E(function() {
|
|
15588
15600
|
y && c && (H !== null && google.maps.event.removeListener(H), F(google.maps.event.addListener(y, "dragstart", c)));
|
|
15589
15601
|
}, [c]), E(function() {
|
|
@@ -15604,7 +15616,7 @@ function B5(t) {
|
|
|
15604
15616
|
y && b && (le !== null && google.maps.event.removeListener(le), Ye(google.maps.event.addListener(y, "drag", b)));
|
|
15605
15617
|
}, [b]), E(function() {
|
|
15606
15618
|
var ae = new google.maps.Polygon(J(J({}, e || {}), { map: S }));
|
|
15607
|
-
return o && ae.setPath(o), s && ae.setPaths(s), typeof i < "u" && ae.setVisible(i), typeof r < "u" && ae.setEditable(r), typeof n < "u" && ae.setDraggable(n), a && T(google.maps.event.addListener(ae, "dblclick", a)), l &&
|
|
15619
|
+
return o && ae.setPath(o), s && ae.setPaths(s), typeof i < "u" && ae.setVisible(i), typeof r < "u" && ae.setEditable(r), typeof n < "u" && ae.setDraggable(n), a && T(google.maps.event.addListener(ae, "dblclick", a)), l && I(google.maps.event.addListener(ae, "dragend", l)), c && F(google.maps.event.addListener(ae, "dragstart", c)), u && q(google.maps.event.addListener(ae, "mousedown", u)), d && ce(google.maps.event.addListener(ae, "mousemove", d)), f && D(google.maps.event.addListener(ae, "mouseout", f)), g && K(google.maps.event.addListener(ae, "mouseover", g)), m && pe(google.maps.event.addListener(ae, "mouseup", m)), p && xe(google.maps.event.addListener(ae, "rightclick", p)), w && Ne(google.maps.event.addListener(ae, "click", w)), b && Ye(google.maps.event.addListener(ae, "drag", b)), L(ae), C && C(ae), function() {
|
|
15608
15620
|
O !== null && google.maps.event.removeListener(O), A !== null && google.maps.event.removeListener(A), H !== null && google.maps.event.removeListener(H), te !== null && google.maps.event.removeListener(te), Y !== null && google.maps.event.removeListener(Y), ie !== null && google.maps.event.removeListener(ie), Ie !== null && google.maps.event.removeListener(Ie), Ve !== null && google.maps.event.removeListener(Ve), Ze !== null && google.maps.event.removeListener(Ze), je !== null && google.maps.event.removeListener(je), v && v(ae), ae.setMap(null);
|
|
15609
15621
|
};
|
|
15610
15622
|
}, []), null;
|
|
@@ -15682,7 +15694,7 @@ var cd = {
|
|
|
15682
15694
|
}
|
|
15683
15695
|
};
|
|
15684
15696
|
function F5(t) {
|
|
15685
|
-
var e = t.options, n = t.bounds, r = t.draggable, i = t.editable, o = t.visible, s = t.onDblClick, a = t.onDragEnd, l = t.onDragStart, c = t.onMouseDown, u = t.onMouseMove, d = t.onMouseOut, f = t.onMouseOver, g = t.onMouseUp, m = t.onRightClick, p = t.onClick, w = t.onDrag, b = t.onBoundsChanged, C = t.onLoad, v = t.onUnmount, x = rt(he), S = R(null), h = S[0], y = S[1], L = R(null),
|
|
15697
|
+
var e = t.options, n = t.bounds, r = t.draggable, i = t.editable, o = t.visible, s = t.onDblClick, a = t.onDragEnd, l = t.onDragStart, c = t.onMouseDown, u = t.onMouseMove, d = t.onMouseOut, f = t.onMouseOver, g = t.onMouseUp, m = t.onRightClick, p = t.onClick, w = t.onDrag, b = t.onBoundsChanged, C = t.onLoad, v = t.onUnmount, x = rt(he), S = R(null), h = S[0], y = S[1], L = R(null), P = L[0], O = L[1], T = R(null), _ = T[0], A = T[1], I = R(null), U = I[0], H = I[1], F = R(null), $ = F[0], te = F[1], q = R(null), G = q[0], Y = q[1], ce = R(null), oe = ce[0], ie = ce[1], D = R(null), be = D[0], Ie = D[1], K = R(null), Ue = K[0], Ve = K[1], pe = R(null), Te = pe[0], Ze = pe[1], xe = R(null), Re = xe[0], je = xe[1], Ne = R(null), ze = Ne[0], le = Ne[1], Ye = R(null), ae = Ye[0], ct = Ye[1];
|
|
15686
15698
|
return E(function() {
|
|
15687
15699
|
h !== null && h.setMap(x);
|
|
15688
15700
|
}, [x]), E(function() {
|
|
@@ -15696,9 +15708,9 @@ function F5(t) {
|
|
|
15696
15708
|
}, [h, o]), E(function() {
|
|
15697
15709
|
typeof n < "u" && h !== null && h.setBounds(n);
|
|
15698
15710
|
}, [h, n]), E(function() {
|
|
15699
|
-
h && s && (
|
|
15711
|
+
h && s && (P !== null && google.maps.event.removeListener(P), O(google.maps.event.addListener(h, "dblclick", s)));
|
|
15700
15712
|
}, [s]), E(function() {
|
|
15701
|
-
h && a && (
|
|
15713
|
+
h && a && (_ !== null && google.maps.event.removeListener(_), A(google.maps.event.addListener(h, "dragend", a)));
|
|
15702
15714
|
}, [a]), E(function() {
|
|
15703
15715
|
h && l && (U !== null && google.maps.event.removeListener(U), H(google.maps.event.addListener(h, "dragstart", l)));
|
|
15704
15716
|
}, [l]), E(function() {
|
|
@@ -15722,7 +15734,7 @@ function F5(t) {
|
|
|
15722
15734
|
}, [b]), E(function() {
|
|
15723
15735
|
var Q = new google.maps.Rectangle(J(J({}, e || {}), { map: x }));
|
|
15724
15736
|
return typeof o < "u" && Q.setVisible(o), typeof i < "u" && Q.setEditable(i), typeof r < "u" && Q.setDraggable(r), typeof n < "u" && Q.setBounds(n), s && O(google.maps.event.addListener(Q, "dblclick", s)), a && A(google.maps.event.addListener(Q, "dragend", a)), l && H(google.maps.event.addListener(Q, "dragstart", l)), c && te(google.maps.event.addListener(Q, "mousedown", c)), u && Y(google.maps.event.addListener(Q, "mousemove", u)), d && ie(google.maps.event.addListener(Q, "mouseout", d)), f && Ie(google.maps.event.addListener(Q, "mouseover", f)), g && Ve(google.maps.event.addListener(Q, "mouseup", g)), m && Ze(google.maps.event.addListener(Q, "rightclick", m)), p && je(google.maps.event.addListener(Q, "click", p)), w && le(google.maps.event.addListener(Q, "drag", w)), b && ct(google.maps.event.addListener(Q, "bounds_changed", b)), y(Q), C && C(Q), function() {
|
|
15725
|
-
|
|
15737
|
+
P !== null && google.maps.event.removeListener(P), _ !== null && google.maps.event.removeListener(_), U !== null && google.maps.event.removeListener(U), $ !== null && google.maps.event.removeListener($), G !== null && google.maps.event.removeListener(G), oe !== null && google.maps.event.removeListener(oe), be !== null && google.maps.event.removeListener(be), Ue !== null && google.maps.event.removeListener(Ue), Te !== null && google.maps.event.removeListener(Te), Re !== null && google.maps.event.removeListener(Re), ze !== null && google.maps.event.removeListener(ze), ae !== null && google.maps.event.removeListener(ae), v && v(Q), Q.setMap(null);
|
|
15726
15738
|
};
|
|
15727
15739
|
}, []), null;
|
|
15728
15740
|
}
|
|
@@ -15803,7 +15815,7 @@ var dd = {
|
|
|
15803
15815
|
}
|
|
15804
15816
|
}, U5 = {};
|
|
15805
15817
|
function V5(t) {
|
|
15806
|
-
var e = t.options, n = t.center, r = t.radius, i = t.draggable, o = t.editable, s = t.visible, a = t.onDblClick, l = t.onDragEnd, c = t.onDragStart, u = t.onMouseDown, d = t.onMouseMove, f = t.onMouseOut, g = t.onMouseOver, m = t.onMouseUp, p = t.onRightClick, w = t.onClick, b = t.onDrag, C = t.onCenterChanged, v = t.onRadiusChanged, x = t.onLoad, S = t.onUnmount, h = rt(he), y = R(null), L = y[0],
|
|
15818
|
+
var e = t.options, n = t.center, r = t.radius, i = t.draggable, o = t.editable, s = t.visible, a = t.onDblClick, l = t.onDragEnd, c = t.onDragStart, u = t.onMouseDown, d = t.onMouseMove, f = t.onMouseOut, g = t.onMouseOver, m = t.onMouseUp, p = t.onRightClick, w = t.onClick, b = t.onDrag, C = t.onCenterChanged, v = t.onRadiusChanged, x = t.onLoad, S = t.onUnmount, h = rt(he), y = R(null), L = y[0], P = y[1], O = R(null), T = O[0], _ = O[1], A = R(null), I = A[0], U = A[1], H = R(null), F = H[0], $ = H[1], te = R(null), q = te[0], G = te[1], Y = R(null), ce = Y[0], oe = Y[1], ie = R(null), D = ie[0], be = ie[1], Ie = R(null), K = Ie[0], Ue = Ie[1], Ve = R(null), pe = Ve[0], Te = Ve[1], Ze = R(null), xe = Ze[0], Re = Ze[1], je = R(null), Ne = je[0], ze = je[1], le = R(null), Ye = le[0], ae = le[1], ct = R(null), Q = ct[0], Xe = ct[1], qe = R(null), Mt = qe[0], yt = qe[1];
|
|
15807
15819
|
return E(function() {
|
|
15808
15820
|
L !== null && L.setMap(h);
|
|
15809
15821
|
}, [h]), E(function() {
|
|
@@ -15819,9 +15831,9 @@ function V5(t) {
|
|
|
15819
15831
|
}, [L, r]), E(function() {
|
|
15820
15832
|
typeof n < "u" && L !== null && L.setCenter(n);
|
|
15821
15833
|
}, [L, n]), E(function() {
|
|
15822
|
-
L && a && (T !== null && google.maps.event.removeListener(T),
|
|
15834
|
+
L && a && (T !== null && google.maps.event.removeListener(T), _(google.maps.event.addListener(L, "dblclick", a)));
|
|
15823
15835
|
}, [a]), E(function() {
|
|
15824
|
-
L && l && (
|
|
15836
|
+
L && l && (I !== null && google.maps.event.removeListener(I), U(google.maps.event.addListener(L, "dragend", l)));
|
|
15825
15837
|
}, [l]), E(function() {
|
|
15826
15838
|
L && c && (F !== null && google.maps.event.removeListener(F), $(google.maps.event.addListener(L, "dragstart", c)));
|
|
15827
15839
|
}, [c]), E(function() {
|
|
@@ -15846,8 +15858,8 @@ function V5(t) {
|
|
|
15846
15858
|
L && v && (Mt !== null && google.maps.event.removeListener(Mt), yt(google.maps.event.addListener(L, "radius_changed", v)));
|
|
15847
15859
|
}, [v]), E(function() {
|
|
15848
15860
|
var ue = new google.maps.Circle(J(J({}, e || U5), { map: h }));
|
|
15849
|
-
return typeof r == "number" && ue.setRadius(r), typeof n < "u" && ue.setCenter(n), typeof r == "number" && ue.setRadius(r), typeof s < "u" && ue.setVisible(s), typeof o < "u" && ue.setEditable(o), typeof i < "u" && ue.setDraggable(i), a &&
|
|
15850
|
-
T !== null && google.maps.event.removeListener(T),
|
|
15861
|
+
return typeof r == "number" && ue.setRadius(r), typeof n < "u" && ue.setCenter(n), typeof r == "number" && ue.setRadius(r), typeof s < "u" && ue.setVisible(s), typeof o < "u" && ue.setEditable(o), typeof i < "u" && ue.setDraggable(i), a && _(google.maps.event.addListener(ue, "dblclick", a)), l && U(google.maps.event.addListener(ue, "dragend", l)), c && $(google.maps.event.addListener(ue, "dragstart", c)), u && G(google.maps.event.addListener(ue, "mousedown", u)), d && oe(google.maps.event.addListener(ue, "mousemove", d)), f && be(google.maps.event.addListener(ue, "mouseout", f)), g && Ue(google.maps.event.addListener(ue, "mouseover", g)), m && Te(google.maps.event.addListener(ue, "mouseup", m)), p && Re(google.maps.event.addListener(ue, "rightclick", p)), w && ze(google.maps.event.addListener(ue, "click", w)), b && ae(google.maps.event.addListener(ue, "drag", b)), C && Xe(google.maps.event.addListener(ue, "center_changed", C)), v && yt(google.maps.event.addListener(ue, "radius_changed", v)), P(ue), x && x(ue), function() {
|
|
15862
|
+
T !== null && google.maps.event.removeListener(T), I !== null && google.maps.event.removeListener(I), F !== null && google.maps.event.removeListener(F), q !== null && google.maps.event.removeListener(q), ce !== null && google.maps.event.removeListener(ce), D !== null && google.maps.event.removeListener(D), K !== null && google.maps.event.removeListener(K), pe !== null && google.maps.event.removeListener(pe), xe !== null && google.maps.event.removeListener(xe), Ne !== null && google.maps.event.removeListener(Ne), Q !== null && google.maps.event.removeListener(Q), Mt !== null && google.maps.event.removeListener(Mt), S && S(ue), ue.setMap(null);
|
|
15851
15863
|
};
|
|
15852
15864
|
}, []), null;
|
|
15853
15865
|
}
|
|
@@ -15949,15 +15961,15 @@ var hd = {
|
|
|
15949
15961
|
}
|
|
15950
15962
|
};
|
|
15951
15963
|
function j5(t) {
|
|
15952
|
-
var e = t.options, n = t.onClick, r = t.onDblClick, i = t.onMouseDown, o = t.onMouseMove, s = t.onMouseOut, a = t.onMouseOver, l = t.onMouseUp, c = t.onRightClick, u = t.onAddFeature, d = t.onRemoveFeature, f = t.onRemoveProperty, g = t.onSetGeometry, m = t.onSetProperty, p = t.onLoad, w = t.onUnmount, b = rt(he), C = R(null), v = C[0], x = C[1], S = R(null), h = S[0], y = S[1], L = R(null),
|
|
15964
|
+
var e = t.options, n = t.onClick, r = t.onDblClick, i = t.onMouseDown, o = t.onMouseMove, s = t.onMouseOut, a = t.onMouseOver, l = t.onMouseUp, c = t.onRightClick, u = t.onAddFeature, d = t.onRemoveFeature, f = t.onRemoveProperty, g = t.onSetGeometry, m = t.onSetProperty, p = t.onLoad, w = t.onUnmount, b = rt(he), C = R(null), v = C[0], x = C[1], S = R(null), h = S[0], y = S[1], L = R(null), P = L[0], O = L[1], T = R(null), _ = T[0], A = T[1], I = R(null), U = I[0], H = I[1], F = R(null), $ = F[0], te = F[1], q = R(null), G = q[0], Y = q[1], ce = R(null), oe = ce[0], ie = ce[1], D = R(null), be = D[0], Ie = D[1], K = R(null), Ue = K[0], Ve = K[1], pe = R(null), Te = pe[0], Ze = pe[1], xe = R(null), Re = xe[0], je = xe[1], Ne = R(null), ze = Ne[0], le = Ne[1], Ye = R(null), ae = Ye[0], ct = Ye[1];
|
|
15953
15965
|
return E(function() {
|
|
15954
15966
|
v !== null && v.setMap(b);
|
|
15955
15967
|
}, [b]), E(function() {
|
|
15956
15968
|
v && r && (h !== null && google.maps.event.removeListener(h), y(google.maps.event.addListener(v, "dblclick", r)));
|
|
15957
15969
|
}, [r]), E(function() {
|
|
15958
|
-
v && i && (
|
|
15970
|
+
v && i && (P !== null && google.maps.event.removeListener(P), O(google.maps.event.addListener(v, "mousedown", i)));
|
|
15959
15971
|
}, [i]), E(function() {
|
|
15960
|
-
v && o && (
|
|
15972
|
+
v && o && (_ !== null && google.maps.event.removeListener(_), A(google.maps.event.addListener(v, "mousemove", o)));
|
|
15961
15973
|
}, [o]), E(function() {
|
|
15962
15974
|
v && s && (U !== null && google.maps.event.removeListener(U), H(google.maps.event.addListener(v, "mouseout", s)));
|
|
15963
15975
|
}, [s]), E(function() {
|
|
@@ -15984,7 +15996,7 @@ function j5(t) {
|
|
|
15984
15996
|
r && y(google.maps.event.addListener(Q, "dblclick", r)), i && O(google.maps.event.addListener(Q, "mousedown", i)), o && A(google.maps.event.addListener(Q, "mousemove", o)), s && H(google.maps.event.addListener(Q, "mouseout", s)), a && te(google.maps.event.addListener(Q, "mouseover", a)), l && Y(google.maps.event.addListener(Q, "mouseup", l)), c && ie(google.maps.event.addListener(Q, "rightclick", c)), n && Ie(google.maps.event.addListener(Q, "click", n)), u && Ve(google.maps.event.addListener(Q, "addfeature", u)), d && Ze(google.maps.event.addListener(Q, "removefeature", d)), f && je(google.maps.event.addListener(Q, "removeproperty", f)), g && le(google.maps.event.addListener(Q, "setgeometry", g)), m && ct(google.maps.event.addListener(Q, "setproperty", m)), x(Q), p && p(Q);
|
|
15985
15997
|
}
|
|
15986
15998
|
return function() {
|
|
15987
|
-
v && (h !== null && google.maps.event.removeListener(h),
|
|
15999
|
+
v && (h !== null && google.maps.event.removeListener(h), P !== null && google.maps.event.removeListener(P), _ !== null && google.maps.event.removeListener(_), U !== null && google.maps.event.removeListener(U), $ !== null && google.maps.event.removeListener($), G !== null && google.maps.event.removeListener(G), oe !== null && google.maps.event.removeListener(oe), be !== null && google.maps.event.removeListener(be), Ue !== null && google.maps.event.removeListener(Ue), Te !== null && google.maps.event.removeListener(Te), Re !== null && google.maps.event.removeListener(Re), ze !== null && google.maps.event.removeListener(ze), ae !== null && google.maps.event.removeListener(ae), w && w(v), v.setMap(null));
|
|
15988
16000
|
};
|
|
15989
16001
|
}, []), null;
|
|
15990
16002
|
}
|
|
@@ -17338,11 +17350,11 @@ const pw = {
|
|
|
17338
17350
|
});
|
|
17339
17351
|
if (!Sm(y))
|
|
17340
17352
|
return;
|
|
17341
|
-
const L = y == null ? void 0 : y.data.data,
|
|
17353
|
+
const L = y == null ? void 0 : y.data.data, P = {
|
|
17342
17354
|
...m,
|
|
17343
17355
|
address: L
|
|
17344
17356
|
};
|
|
17345
|
-
return o == null || o(
|
|
17357
|
+
return o == null || o(P), P;
|
|
17346
17358
|
} finally {
|
|
17347
17359
|
g(!1);
|
|
17348
17360
|
}
|
|
@@ -17575,59 +17587,72 @@ const pw = {
|
|
|
17575
17587
|
});
|
|
17576
17588
|
});
|
|
17577
17589
|
}, Yw = ({ className: t }) => {
|
|
17578
|
-
const e = Xn(), n = Ee(cf), r = Ee(Qg), i = vn(Df), o = Bt(Rl), { lmsData: s } = Zs(), {
|
|
17590
|
+
const e = Xn(), n = Ee(cf), r = Ee(Qg), i = vn(Df), o = Bt(Rl), { lmsData: s } = Zs(), {
|
|
17591
|
+
cityName: a,
|
|
17592
|
+
countryAbbreviation: l,
|
|
17593
|
+
disableGeolocation: c,
|
|
17594
|
+
hideDeliveryTime: u,
|
|
17595
|
+
hideDetails: d,
|
|
17596
|
+
hideMapControls: f,
|
|
17597
|
+
onPointClick: g,
|
|
17598
|
+
regionName: m,
|
|
17599
|
+
skipPointInfo: p
|
|
17600
|
+
} = at(), w = ee(
|
|
17579
17601
|
(_) => {
|
|
17580
|
-
console.debug("[OmnicLocationsWidget::loadMap]", _), Ee.getState().setMap(_),
|
|
17602
|
+
console.debug("[OmnicLocationsWidget::loadMap]", _), Ee.getState().setMap(_), f || (Qw(_), c || Jw(_));
|
|
17581
17603
|
},
|
|
17582
|
-
[
|
|
17583
|
-
),
|
|
17604
|
+
[c, f]
|
|
17605
|
+
), b = ee(
|
|
17584
17606
|
(_) => {
|
|
17585
|
-
const
|
|
17586
|
-
|
|
17607
|
+
const A = s == null ? void 0 : s.location.what3words, I = A != null && A.id ? A : void 0;
|
|
17608
|
+
g == null || g(_, I);
|
|
17587
17609
|
},
|
|
17588
|
-
[
|
|
17589
|
-
),
|
|
17610
|
+
[g, s]
|
|
17611
|
+
), C = ee(() => {
|
|
17590
17612
|
console.debug("[OmnicLocationsWidget::unmountMap]"), Ee.getState().setMap(null);
|
|
17591
|
-
}, []),
|
|
17613
|
+
}, []), v = ee(() => {
|
|
17592
17614
|
if (Ee.getState().setIdle(!0), !n)
|
|
17593
17615
|
return;
|
|
17594
17616
|
const _ = n == null ? void 0 : n.getBounds();
|
|
17595
|
-
_ && (console.debug("[OmnicLocationsWidget::changeBounds]", _), vn.getState().loadNext(
|
|
17596
|
-
[
|
|
17617
|
+
_ && (console.debug("[OmnicLocationsWidget::changeBounds]", _), vn.getState().loadNext({
|
|
17618
|
+
bounds: [
|
|
17597
17619
|
[_.getSouthWest().lat(), _.getNorthEast().lat()],
|
|
17598
17620
|
[_.getSouthWest().lng(), _.getNorthEast().lng()]
|
|
17599
17621
|
],
|
|
17600
|
-
e
|
|
17601
|
-
|
|
17602
|
-
|
|
17622
|
+
filter: e,
|
|
17623
|
+
city_name: a,
|
|
17624
|
+
country_abbreviation: l,
|
|
17625
|
+
region_name: m
|
|
17626
|
+
}));
|
|
17627
|
+
}, [a, l, e, n, m]), x = ee(async (_) => {
|
|
17603
17628
|
if (Bt.getState().setDeliverPoint(null), gn.getState().setSelectedLocation(_), !_)
|
|
17604
17629
|
return;
|
|
17605
|
-
const
|
|
17606
|
-
console.debug("[OmnicLocationsWidget::selectPoint]",
|
|
17607
|
-
}, []),
|
|
17630
|
+
const A = [_.location.latitude, _.location.longitude];
|
|
17631
|
+
console.debug("[OmnicLocationsWidget::selectPoint]", A), await nn.getState().setPlace(A);
|
|
17632
|
+
}, []), S = ee(() => {
|
|
17608
17633
|
console.debug("[OmnicLocationsWidget::tilesLoaded]");
|
|
17609
|
-
}, []),
|
|
17610
|
-
if (
|
|
17611
|
-
|
|
17634
|
+
}, []), h = Ee.getState().setDetailsOpen, { getLMSData: y } = F4(), L = (_) => {
|
|
17635
|
+
if (y(_.code), p) {
|
|
17636
|
+
b(_);
|
|
17612
17637
|
return;
|
|
17613
17638
|
}
|
|
17614
|
-
|
|
17615
|
-
},
|
|
17616
|
-
|
|
17617
|
-
},
|
|
17618
|
-
|
|
17619
|
-
},
|
|
17620
|
-
|
|
17639
|
+
h(!1), x(_);
|
|
17640
|
+
}, P = () => {
|
|
17641
|
+
h(!1), x(null);
|
|
17642
|
+
}, O = (_) => {
|
|
17643
|
+
h(!0), x(_);
|
|
17644
|
+
}, T = (_) => {
|
|
17645
|
+
b(_), h(!1), x(null);
|
|
17621
17646
|
};
|
|
17622
17647
|
return /* @__PURE__ */ z(jt, { children: [
|
|
17623
17648
|
/* @__PURE__ */ z("div", { className: Oe(ht.mapContainer, t), children: [
|
|
17624
17649
|
/* @__PURE__ */ z(
|
|
17625
17650
|
qw,
|
|
17626
17651
|
{
|
|
17627
|
-
onIdle:
|
|
17628
|
-
onLoad:
|
|
17629
|
-
onUnmount:
|
|
17630
|
-
onTilesLoaded:
|
|
17652
|
+
onIdle: v,
|
|
17653
|
+
onLoad: w,
|
|
17654
|
+
onUnmount: C,
|
|
17655
|
+
onTilesLoaded: S,
|
|
17631
17656
|
onBoundsChanged: () => {
|
|
17632
17657
|
Ee.getState().setIdle(!1);
|
|
17633
17658
|
},
|
|
@@ -17635,21 +17660,21 @@ const pw = {
|
|
|
17635
17660
|
o && /* @__PURE__ */ M(
|
|
17636
17661
|
Zw,
|
|
17637
17662
|
{
|
|
17638
|
-
hideDeliveryTime:
|
|
17639
|
-
hideDetails:
|
|
17663
|
+
hideDeliveryTime: u,
|
|
17664
|
+
hideDetails: d,
|
|
17640
17665
|
point: o,
|
|
17641
17666
|
setOpenDetails: Ee.getState().setDetailsOpen,
|
|
17642
17667
|
setDeliveryPoint: Bt.getState().setDeliverPoint,
|
|
17643
|
-
onPointClick:
|
|
17668
|
+
onPointClick: b
|
|
17644
17669
|
}
|
|
17645
17670
|
),
|
|
17646
17671
|
/* @__PURE__ */ M(
|
|
17647
17672
|
bw,
|
|
17648
17673
|
{
|
|
17649
|
-
handleCloseClick:
|
|
17650
|
-
handleDetailsClick:
|
|
17651
|
-
handlePointClick:
|
|
17652
|
-
handleSubmitClick:
|
|
17674
|
+
handleCloseClick: P,
|
|
17675
|
+
handleDetailsClick: O,
|
|
17676
|
+
handlePointClick: L,
|
|
17677
|
+
handleSubmitClick: T
|
|
17653
17678
|
}
|
|
17654
17679
|
)
|
|
17655
17680
|
]
|
|
@@ -17657,8 +17682,8 @@ const pw = {
|
|
|
17657
17682
|
),
|
|
17658
17683
|
(i || r) && /* @__PURE__ */ M(op, { className: ht.overlay, children: /* @__PURE__ */ M(ws, {}) })
|
|
17659
17684
|
] }),
|
|
17660
|
-
/* @__PURE__ */ M(n4, { handleDetailsClick:
|
|
17661
|
-
/* @__PURE__ */ M(k3, { handleCloseClick:
|
|
17685
|
+
/* @__PURE__ */ M(n4, { handleDetailsClick: O, handlePointClick: L }),
|
|
17686
|
+
/* @__PURE__ */ M(k3, { handleCloseClick: P, handleSubmitClick: T })
|
|
17662
17687
|
] });
|
|
17663
17688
|
}, Xw = De(Yw), eC = (t) => ({
|
|
17664
17689
|
google: Xw
|
|
@@ -18055,7 +18080,7 @@ function XC(t, e) {
|
|
|
18055
18080
|
function e6(t) {
|
|
18056
18081
|
var e = t.ref, n = t.onPlaceSelected, r = t.apiKey, i = t.libraries, o = i === void 0 ? "places" : i, s = t.inputAutocompleteValue, a = s === void 0 ? "new-password" : s, l = t.options;
|
|
18057
18082
|
l = l === void 0 ? {} : l;
|
|
18058
|
-
var c = l.types, u = c === void 0 ? ["(cities)"] : c, d = l.componentRestrictions, f = l.fields, g = f === void 0 ? ["address_components", "geometry.location", "place_id", "formatted_address"] : f, m = l.bounds, p = YC(l, ["types", "componentRestrictions", "fields", "bounds"]), w = t.googleMapsScriptBaseUrl, b = w === void 0 ? KC.GOOGLE_MAP_SCRIPT_BASE_URL : w, C = t.language, v = (0, At.useRef)(null), x = (0, At.useRef)(null), S = (0, At.useRef)(null), h = (0, At.useRef)(null), y = C ? "&language=".concat(C) : "", L = "".concat(b, "?libraries=").concat(o, "&key=").concat(r).concat(y),
|
|
18083
|
+
var c = l.types, u = c === void 0 ? ["(cities)"] : c, d = l.componentRestrictions, f = l.fields, g = f === void 0 ? ["address_components", "geometry.location", "place_id", "formatted_address"] : f, m = l.bounds, p = YC(l, ["types", "componentRestrictions", "fields", "bounds"]), w = t.googleMapsScriptBaseUrl, b = w === void 0 ? KC.GOOGLE_MAP_SCRIPT_BASE_URL : w, C = t.language, v = (0, At.useRef)(null), x = (0, At.useRef)(null), S = (0, At.useRef)(null), h = (0, At.useRef)(null), y = C ? "&language=".concat(C) : "", L = "".concat(b, "?libraries=").concat(o, "&key=").concat(r).concat(y), P = (0, At.useCallback)(function() {
|
|
18059
18084
|
return (0, ka.loadGoogleMapScript)(b, L);
|
|
18060
18085
|
}, [b, L]);
|
|
18061
18086
|
return (0, At.useEffect)(function() {
|
|
@@ -18078,7 +18103,7 @@ function e6(t) {
|
|
|
18078
18103
|
n && S && S.current && n(S.current.getPlace(), v.current, S.current);
|
|
18079
18104
|
}));
|
|
18080
18105
|
};
|
|
18081
|
-
return r ?
|
|
18106
|
+
return r ? P().then(function() {
|
|
18082
18107
|
return T();
|
|
18083
18108
|
}) : T(), function() {
|
|
18084
18109
|
return x.current ? x.current.remove() : void 0;
|
|
@@ -18649,15 +18674,15 @@ const Qp = Fs(null), l6 = ({ children: t }) => {
|
|
|
18649
18674
|
sidebar: PL,
|
|
18650
18675
|
header: kL
|
|
18651
18676
|
}, TL = new y4(), RL = ({ config: t, options: e }) => {
|
|
18652
|
-
const n = zm(t), { INN: r,
|
|
18653
|
-
On(r, "INN is required"), Hm(r, e), On(
|
|
18654
|
-
const
|
|
18655
|
-
Mm();
|
|
18656
|
-
const
|
|
18657
|
-
return /* @__PURE__ */ M(ag, { baseColor: "#f3f3f3", highlightColor: "#ecebeb", children: /* @__PURE__ */ M(S4, { client: TL, children: /* @__PURE__ */ M(l6, { children: /* @__PURE__ */ M(nf.Provider, { value: n, children: /* @__PURE__ */ M(bC, { children: /* @__PURE__ */ M(yC, { children: /* @__PURE__ */ M(G0, { tolgee: Fp, fallback: /* @__PURE__ */ M(Xs, {}), children:
|
|
18658
|
-
!
|
|
18659
|
-
!
|
|
18660
|
-
/* @__PURE__ */ M(X6, { className: Aa.map, children: /* @__PURE__ */ M(
|
|
18677
|
+
const n = zm(t), { INN: r, cityName: i, countryAbbreviation: o, hideFilters: s, hideHeader: a, locale: l, map: c, regionName: u } = n;
|
|
18678
|
+
On(r, "INN is required"), Hm(r, e), On(c == null ? void 0 : c.provider, "Map provider is required");
|
|
18679
|
+
const d = eC(c.provider);
|
|
18680
|
+
Mm({ cityName: i, countryAbbreviation: o, regionName: u });
|
|
18681
|
+
const f = vC({ locale: l });
|
|
18682
|
+
return /* @__PURE__ */ M(ag, { baseColor: "#f3f3f3", highlightColor: "#ecebeb", children: /* @__PURE__ */ M(S4, { client: TL, children: /* @__PURE__ */ M(l6, { children: /* @__PURE__ */ M(nf.Provider, { value: n, children: /* @__PURE__ */ M(bC, { children: /* @__PURE__ */ M(yC, { children: /* @__PURE__ */ M(G0, { tolgee: Fp, fallback: /* @__PURE__ */ M(Xs, {}), children: f && /* @__PURE__ */ M(P6, { children: /* @__PURE__ */ M(jC, { children: /* @__PURE__ */ z(VC, { children: [
|
|
18683
|
+
!a && /* @__PURE__ */ M(DC, { className: Aa.header }),
|
|
18684
|
+
!s && /* @__PURE__ */ M(OL, { className: Aa.sidebar }),
|
|
18685
|
+
/* @__PURE__ */ M(X6, { className: Aa.map, children: /* @__PURE__ */ M(d, {}) }),
|
|
18661
18686
|
/* @__PURE__ */ M(M6, {})
|
|
18662
18687
|
] }) }) }) }) }) }) }) }) }) });
|
|
18663
18688
|
}, AL = async (t) => eo.request({
|