@arkyn/components 1.3.103 → 1.3.105
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundle.js +427 -431
- package/dist/bundle.umd.cjs +13 -13
- package/dist/components/GoogleSearchPlaces/index.d.ts +1 -1
- package/dist/components/GoogleSearchPlaces/index.d.ts.map +1 -1
- package/dist/components/GoogleSearchPlaces/index.js +3 -3
- package/dist/components/Switch/index.d.ts.map +1 -1
- package/dist/components/Switch/index.js +3 -3
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/GoogleSearchPlaces/index.tsx +3 -2
- package/src/components/Switch/index.tsx +6 -9
- package/src/components/Textarea/styles.css +1 -1
package/dist/bundle.js
CHANGED
|
@@ -43,7 +43,7 @@ var yo;
|
|
|
43
43
|
function is() {
|
|
44
44
|
return yo || (yo = 1, process.env.NODE_ENV !== "production" && function() {
|
|
45
45
|
var t = H, e = Symbol.for("react.element"), n = Symbol.for("react.portal"), o = Symbol.for("react.fragment"), r = Symbol.for("react.strict_mode"), i = Symbol.for("react.profiler"), s = Symbol.for("react.provider"), a = Symbol.for("react.context"), l = Symbol.for("react.forward_ref"), u = Symbol.for("react.suspense"), d = Symbol.for("react.suspense_list"), f = Symbol.for("react.memo"), c = Symbol.for("react.lazy"), p = Symbol.for("react.offscreen"), w = Symbol.iterator, m = "@@iterator";
|
|
46
|
-
function
|
|
46
|
+
function C(g) {
|
|
47
47
|
if (g === null || typeof g != "object")
|
|
48
48
|
return null;
|
|
49
49
|
var $ = w && g[w] || g[m];
|
|
@@ -67,10 +67,10 @@ function is() {
|
|
|
67
67
|
we.unshift("Warning: " + $), Function.prototype.apply.call(console[g], console, we);
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
|
-
var _ = !1, v = !1, b = !1,
|
|
70
|
+
var _ = !1, v = !1, b = !1, S = !1, T = !1, F;
|
|
71
71
|
F = Symbol.for("react.module.reference");
|
|
72
72
|
function I(g) {
|
|
73
|
-
return !!(typeof g == "string" || typeof g == "function" || g === o || g === i || T || g === r || g === u || g === d ||
|
|
73
|
+
return !!(typeof g == "string" || typeof g == "function" || g === o || g === i || T || g === r || g === u || g === d || S || g === p || _ || v || b || typeof g == "object" && g !== null && (g.$$typeof === c || g.$$typeof === f || g.$$typeof === s || g.$$typeof === a || g.$$typeof === l || // This needs to include all possible module reference object
|
|
74
74
|
// types supported by any Flight configuration anywhere since
|
|
75
75
|
// we don't know which Flight build this will end up being used
|
|
76
76
|
// with.
|
|
@@ -131,14 +131,14 @@ function is() {
|
|
|
131
131
|
}
|
|
132
132
|
return null;
|
|
133
133
|
}
|
|
134
|
-
var W = Object.assign, Y = 0, V, A, Z, ee,
|
|
134
|
+
var W = Object.assign, Y = 0, V, A, Z, ee, P, E, j;
|
|
135
135
|
function R() {
|
|
136
136
|
}
|
|
137
137
|
R.__reactDisabledLog = !0;
|
|
138
138
|
function B() {
|
|
139
139
|
{
|
|
140
140
|
if (Y === 0) {
|
|
141
|
-
V = console.log, A = console.info, Z = console.warn, ee = console.error,
|
|
141
|
+
V = console.log, A = console.info, Z = console.warn, ee = console.error, P = console.group, E = console.groupCollapsed, j = console.groupEnd;
|
|
142
142
|
var g = {
|
|
143
143
|
configurable: !0,
|
|
144
144
|
enumerable: !0,
|
|
@@ -180,7 +180,7 @@ function is() {
|
|
|
180
180
|
value: ee
|
|
181
181
|
}),
|
|
182
182
|
group: W({}, g, {
|
|
183
|
-
value:
|
|
183
|
+
value: P
|
|
184
184
|
}),
|
|
185
185
|
groupCollapsed: W({}, g, {
|
|
186
186
|
value: E
|
|
@@ -193,7 +193,7 @@ function is() {
|
|
|
193
193
|
Y < 0 && O("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
194
194
|
}
|
|
195
195
|
}
|
|
196
|
-
var
|
|
196
|
+
var L = x.ReactCurrentDispatcher, X;
|
|
197
197
|
function J(g, $, G) {
|
|
198
198
|
{
|
|
199
199
|
if (X === void 0)
|
|
@@ -225,7 +225,7 @@ function is() {
|
|
|
225
225
|
var Le = Error.prepareStackTrace;
|
|
226
226
|
Error.prepareStackTrace = void 0;
|
|
227
227
|
var we;
|
|
228
|
-
we =
|
|
228
|
+
we = L.current, L.current = null, B();
|
|
229
229
|
try {
|
|
230
230
|
if ($) {
|
|
231
231
|
var ge = function() {
|
|
@@ -278,7 +278,7 @@ function is() {
|
|
|
278
278
|
}
|
|
279
279
|
}
|
|
280
280
|
} finally {
|
|
281
|
-
D = !1,
|
|
281
|
+
D = !1, L.current = we, q(), Error.prepareStackTrace = Le;
|
|
282
282
|
}
|
|
283
283
|
var ct = g ? g.displayName || g.name : "", dt = ct ? J(ct) : "";
|
|
284
284
|
return typeof g == "function" && K.set(g, dt), dt;
|
|
@@ -542,7 +542,7 @@ Check the top-level render call using <` + G + ">.");
|
|
|
542
542
|
else if (nt(g))
|
|
543
543
|
g._store && (g._store.validated = !0);
|
|
544
544
|
else if (g) {
|
|
545
|
-
var Le =
|
|
545
|
+
var Le = C(g);
|
|
546
546
|
if (typeof Le == "function" && Le !== g.entries)
|
|
547
547
|
for (var we = Le.call(g), ge; !(ge = we.next()).done; )
|
|
548
548
|
nt(ge.value) && Ct(ge.value, $);
|
|
@@ -978,7 +978,7 @@ var bo = {
|
|
|
978
978
|
}
|
|
979
979
|
};
|
|
980
980
|
function xs(t) {
|
|
981
|
-
var e = t.children, n = t.options, o = t.id, r = t.mapContainerStyle, i = t.mapContainerClassName, s = t.center, a = t.onClick, l = t.onDblClick, u = t.onDrag, d = t.onDragEnd, f = t.onDragStart, c = t.onMouseMove, p = t.onMouseOut, w = t.onMouseOver, m = t.onMouseDown,
|
|
981
|
+
var e = t.children, n = t.options, o = t.id, r = t.mapContainerStyle, i = t.mapContainerClassName, s = t.center, a = t.onClick, l = t.onDblClick, u = t.onDrag, d = t.onDragEnd, f = t.onDragStart, c = t.onMouseMove, p = t.onMouseOut, w = t.onMouseOver, m = t.onMouseDown, C = t.onMouseUp, x = t.onRightClick, O = t.onCenterChanged, k = t.onLoad, _ = t.onUnmount, v = M(null), b = v[0], S = v[1], T = Je(null), F = M(null), I = F[0], U = F[1], Q = M(null), z = Q[0], W = Q[1], Y = M(null), V = Y[0], A = Y[1], Z = M(null), ee = Z[0], P = Z[1], E = M(null), j = E[0], R = E[1], B = M(null), q = B[0], L = B[1], X = M(null), J = X[0], D = X[1], K = M(null), re = K[0], N = K[1], de = M(null), Ce = de[0], ve = de[1], he = M(null), Te = he[0], Se = he[1], ue = M(null), ie = ue[0], $e = ue[1], le = M(null), ze = le[0], ne = le[1];
|
|
982
982
|
return h(function() {
|
|
983
983
|
n && b !== null && b.setOptions(n);
|
|
984
984
|
}, [b, n]), h(function() {
|
|
@@ -988,18 +988,18 @@ function xs(t) {
|
|
|
988
988
|
}, [l]), h(function() {
|
|
989
989
|
b && d && (V !== null && google.maps.event.removeListener(V), A(google.maps.event.addListener(b, "dragend", d)));
|
|
990
990
|
}, [d]), h(function() {
|
|
991
|
-
b && f && (ee !== null && google.maps.event.removeListener(ee),
|
|
991
|
+
b && f && (ee !== null && google.maps.event.removeListener(ee), P(google.maps.event.addListener(b, "dragstart", f)));
|
|
992
992
|
}, [f]), h(function() {
|
|
993
993
|
b && m && (j !== null && google.maps.event.removeListener(j), R(google.maps.event.addListener(b, "mousedown", m)));
|
|
994
994
|
}, [m]), h(function() {
|
|
995
|
-
b && c && (q !== null && google.maps.event.removeListener(q),
|
|
995
|
+
b && c && (q !== null && google.maps.event.removeListener(q), L(google.maps.event.addListener(b, "mousemove", c)));
|
|
996
996
|
}, [c]), h(function() {
|
|
997
997
|
b && p && (J !== null && google.maps.event.removeListener(J), D(google.maps.event.addListener(b, "mouseout", p)));
|
|
998
998
|
}, [p]), h(function() {
|
|
999
999
|
b && w && (re !== null && google.maps.event.removeListener(re), N(google.maps.event.addListener(b, "mouseover", w)));
|
|
1000
1000
|
}, [w]), h(function() {
|
|
1001
|
-
b &&
|
|
1002
|
-
}, [
|
|
1001
|
+
b && C && (Ce !== null && google.maps.event.removeListener(Ce), ve(google.maps.event.addListener(b, "mouseup", C)));
|
|
1002
|
+
}, [C]), h(function() {
|
|
1003
1003
|
b && x && (Te !== null && google.maps.event.removeListener(Te), Se(google.maps.event.addListener(b, "rightclick", x)));
|
|
1004
1004
|
}, [x]), h(function() {
|
|
1005
1005
|
b && a && (ie !== null && google.maps.event.removeListener(ie), $e(google.maps.event.addListener(b, "click", a)));
|
|
@@ -1009,7 +1009,7 @@ function xs(t) {
|
|
|
1009
1009
|
b && O && (I !== null && google.maps.event.removeListener(I), U(google.maps.event.addListener(b, "center_changed", O)));
|
|
1010
1010
|
}, [a]), h(function() {
|
|
1011
1011
|
var Ye = T.current === null ? null : new google.maps.Map(T.current, n);
|
|
1012
|
-
return
|
|
1012
|
+
return S(Ye), Ye !== null && k && k(Ye), function() {
|
|
1013
1013
|
Ye !== null && _ && _(Ye);
|
|
1014
1014
|
};
|
|
1015
1015
|
}, []), y.jsx("div", { id: o, ref: T, style: r, className: i, children: y.jsx(ce.Provider, { value: b, children: b !== null ? e : null }) });
|
|
@@ -1239,7 +1239,7 @@ var Vn = {
|
|
|
1239
1239
|
}(Ie)
|
|
1240
1240
|
), xo;
|
|
1241
1241
|
function ks(t) {
|
|
1242
|
-
var e = t.id, n = e === void 0 ? Vn.id : e, o = t.version, r = o === void 0 ? Vn.version : o, i = t.nonce, s = t.googleMapsApiKey, a = t.googleMapsClientId, l = t.language, u = t.region, d = t.libraries, f = t.preventGoogleFontsLoading, c = t.channel, p = t.mapIds, w = t.authReferrerPolicy, m = Je(!1),
|
|
1242
|
+
var e = t.id, n = e === void 0 ? Vn.id : e, o = t.version, r = o === void 0 ? Vn.version : o, i = t.nonce, s = t.googleMapsApiKey, a = t.googleMapsClientId, l = t.language, u = t.region, d = t.libraries, f = t.preventGoogleFontsLoading, c = t.channel, p = t.mapIds, w = t.authReferrerPolicy, m = Je(!1), C = M(!1), x = C[0], O = C[1], k = M(void 0), _ = k[0], v = k[1];
|
|
1243
1243
|
h(function() {
|
|
1244
1244
|
return m.current = !0, function() {
|
|
1245
1245
|
m.current = !1;
|
|
@@ -1277,9 +1277,9 @@ function ks(t) {
|
|
|
1277
1277
|
`)), console.error(U);
|
|
1278
1278
|
});
|
|
1279
1279
|
}, [n, b, i]);
|
|
1280
|
-
var
|
|
1280
|
+
var S = Je();
|
|
1281
1281
|
return h(function() {
|
|
1282
|
-
|
|
1282
|
+
S.current && d !== S.current && console.warn("Performance warning! LoadScript has been reloaded unintentionally! You should not pass `libraries` prop as new array. Please keep an array of libraries as static class property for Components and PureComponents, or just a const variable outside of component, or somewhere in config files or ENV variables"), S.current = d;
|
|
1283
1283
|
}, [d]), { isLoaded: x, loadError: _, url: b };
|
|
1284
1284
|
}
|
|
1285
1285
|
var Es = y.jsx(li, {});
|
|
@@ -1442,7 +1442,7 @@ var Eo = {
|
|
|
1442
1442
|
}
|
|
1443
1443
|
};
|
|
1444
1444
|
function Is(t) {
|
|
1445
|
-
var e = t.options, n = t.drawingMode, o = t.onCircleComplete, r = t.onMarkerComplete, i = t.onOverlayComplete, s = t.onPolygonComplete, a = t.onPolylineComplete, l = t.onRectangleComplete, u = t.onLoad, d = t.onUnmount, f = Pe(ce), c = M(null), p = c[0], w = c[1], m = M(null),
|
|
1445
|
+
var e = t.options, n = t.drawingMode, o = t.onCircleComplete, r = t.onMarkerComplete, i = t.onOverlayComplete, s = t.onPolygonComplete, a = t.onPolylineComplete, l = t.onRectangleComplete, u = t.onLoad, d = t.onUnmount, f = Pe(ce), c = M(null), p = c[0], w = c[1], m = M(null), C = m[0], x = m[1], O = M(null), k = O[0], _ = O[1], v = M(null), b = v[0], S = v[1], T = M(null), F = T[0], I = T[1], U = M(null), Q = U[0], z = U[1], W = M(null), Y = W[0], V = W[1];
|
|
1446
1446
|
return h(function() {
|
|
1447
1447
|
p !== null && p.setMap(f);
|
|
1448
1448
|
}, [f]), h(function() {
|
|
@@ -1450,11 +1450,11 @@ function Is(t) {
|
|
|
1450
1450
|
}, [p, e]), h(function() {
|
|
1451
1451
|
p !== null && p.setDrawingMode(n ?? null);
|
|
1452
1452
|
}, [p, n]), h(function() {
|
|
1453
|
-
p && o && (
|
|
1453
|
+
p && o && (C !== null && google.maps.event.removeListener(C), x(google.maps.event.addListener(p, "circlecomplete", o)));
|
|
1454
1454
|
}, [p, o]), h(function() {
|
|
1455
1455
|
p && r && (k !== null && google.maps.event.removeListener(k), _(google.maps.event.addListener(p, "markercomplete", r)));
|
|
1456
1456
|
}, [p, r]), h(function() {
|
|
1457
|
-
p && i && (b !== null && google.maps.event.removeListener(b),
|
|
1457
|
+
p && i && (b !== null && google.maps.event.removeListener(b), S(google.maps.event.addListener(p, "overlaycomplete", i)));
|
|
1458
1458
|
}, [p, i]), h(function() {
|
|
1459
1459
|
p && s && (F !== null && google.maps.event.removeListener(F), I(google.maps.event.addListener(p, "polygoncomplete", s)));
|
|
1460
1460
|
}, [p, s]), h(function() {
|
|
@@ -1464,8 +1464,8 @@ function Is(t) {
|
|
|
1464
1464
|
}, [p, l]), h(function() {
|
|
1465
1465
|
Ue(!!google.maps.drawing, "Did you include prop libraries={['drawing']} in the URL? %s", google.maps.drawing);
|
|
1466
1466
|
var A = new google.maps.drawing.DrawingManager(te(te({}, e || {}), { map: f }));
|
|
1467
|
-
return n && A.setDrawingMode(n), o && x(google.maps.event.addListener(A, "circlecomplete", o)), r && _(google.maps.event.addListener(A, "markercomplete", r)), i &&
|
|
1468
|
-
p !== null && (
|
|
1467
|
+
return n && A.setDrawingMode(n), o && x(google.maps.event.addListener(A, "circlecomplete", o)), r && _(google.maps.event.addListener(A, "markercomplete", r)), i && S(google.maps.event.addListener(A, "overlaycomplete", i)), s && I(google.maps.event.addListener(A, "polygoncomplete", s)), a && z(google.maps.event.addListener(A, "polylinecomplete", a)), l && V(google.maps.event.addListener(A, "rectanglecomplete", l)), w(A), u && u(A), function() {
|
|
1468
|
+
p !== null && (C && google.maps.event.removeListener(C), k && google.maps.event.removeListener(k), b && google.maps.event.removeListener(b), F && google.maps.event.removeListener(F), Q && google.maps.event.removeListener(Q), Y && google.maps.event.removeListener(Y), d && d(p), p.setMap(null));
|
|
1469
1469
|
};
|
|
1470
1470
|
}, []), null;
|
|
1471
1471
|
}
|
|
@@ -1574,80 +1574,80 @@ var Po = {
|
|
|
1574
1574
|
}
|
|
1575
1575
|
}, mn = {};
|
|
1576
1576
|
function _s(t) {
|
|
1577
|
-
var e = t.position, n = t.options, o = t.clusterer, r = t.noClustererRedraw, i = t.children, s = t.draggable, a = t.visible, l = t.animation, u = t.clickable, d = t.cursor, f = t.icon, c = t.label, p = t.opacity, w = t.shape, m = t.title,
|
|
1577
|
+
var e = t.position, n = t.options, o = t.clusterer, r = t.noClustererRedraw, i = t.children, s = t.draggable, a = t.visible, l = t.animation, u = t.clickable, d = t.cursor, f = t.icon, c = t.label, p = t.opacity, w = t.shape, m = t.title, C = t.zIndex, x = t.onClick, O = t.onDblClick, k = t.onDrag, _ = t.onDragEnd, v = t.onDragStart, b = t.onMouseOut, S = t.onMouseOver, T = t.onMouseUp, F = t.onMouseDown, I = t.onRightClick, U = t.onClickableChanged, Q = t.onCursorChanged, z = t.onAnimationChanged, W = t.onDraggableChanged, Y = t.onFlatChanged, V = t.onIconChanged, A = t.onPositionChanged, Z = t.onShapeChanged, ee = t.onTitleChanged, P = t.onVisibleChanged, E = t.onZindexChanged, j = t.onLoad, R = t.onUnmount, B = Pe(ce), q = M(null), L = q[0], X = q[1], J = M(null), D = J[0], K = J[1], re = M(null), N = re[0], de = re[1], Ce = M(null), ve = Ce[0], he = Ce[1], Te = M(null), Se = Te[0], ue = Te[1], ie = M(null), $e = ie[0], le = ie[1], ze = M(null), ne = ze[0], Ye = ze[1], Qe = M(null), Be = Qe[0], ot = Qe[1], ye = M(null), rt = ye[0], ft = ye[1], bt = M(null), ut = bt[0], Et = bt[1], pt = M(null), qe = pt[0], St = pt[1], se = M(null), be = se[0], xe = se[1], Fe = M(null), Ve = Fe[0], nt = Fe[1], Lt = M(null), Pt = Lt[0], Rt = Lt[1], Xt = M(null), Ct = Xt[0], Dt = Xt[1], Jt = M(null), Tt = Jt[0], jt = Jt[1], Nt = M(null), Ot = Nt[0], Qt = Nt[1], en = M(null), It = en[0], g = en[1], $ = M(null), G = $[0], oe = $[1], Le = M(null), we = Le[0], ge = Le[1], fe = M(null), We = fe[0], _e = fe[1], De = M(null), Ge = De[0], ct = De[1];
|
|
1578
1578
|
h(function() {
|
|
1579
|
-
|
|
1579
|
+
L !== null && L.setMap(B);
|
|
1580
1580
|
}, [B]), h(function() {
|
|
1581
|
-
typeof n < "u" &&
|
|
1582
|
-
}, [
|
|
1583
|
-
typeof s < "u" &&
|
|
1584
|
-
}, [
|
|
1585
|
-
e &&
|
|
1586
|
-
}, [
|
|
1587
|
-
typeof a < "u" &&
|
|
1588
|
-
}, [
|
|
1589
|
-
|
|
1590
|
-
}, [
|
|
1591
|
-
|
|
1592
|
-
}, [
|
|
1593
|
-
|
|
1594
|
-
}, [
|
|
1595
|
-
|
|
1596
|
-
}, [
|
|
1597
|
-
|
|
1598
|
-
}, [
|
|
1599
|
-
|
|
1600
|
-
}, [
|
|
1601
|
-
|
|
1602
|
-
}, [
|
|
1603
|
-
|
|
1604
|
-
}, [
|
|
1605
|
-
|
|
1606
|
-
}, [
|
|
1607
|
-
|
|
1581
|
+
typeof n < "u" && L !== null && L.setOptions(n);
|
|
1582
|
+
}, [L, n]), h(function() {
|
|
1583
|
+
typeof s < "u" && L !== null && L.setDraggable(s);
|
|
1584
|
+
}, [L, s]), h(function() {
|
|
1585
|
+
e && L !== null && L.setPosition(e);
|
|
1586
|
+
}, [L, e]), h(function() {
|
|
1587
|
+
typeof a < "u" && L !== null && L.setVisible(a);
|
|
1588
|
+
}, [L, a]), h(function() {
|
|
1589
|
+
L == null || L.setAnimation(l);
|
|
1590
|
+
}, [L, l]), h(function() {
|
|
1591
|
+
L && u !== void 0 && L.setClickable(u);
|
|
1592
|
+
}, [L, u]), h(function() {
|
|
1593
|
+
L && d !== void 0 && L.setCursor(d);
|
|
1594
|
+
}, [L, d]), h(function() {
|
|
1595
|
+
L && f !== void 0 && L.setIcon(f);
|
|
1596
|
+
}, [L, f]), h(function() {
|
|
1597
|
+
L && c !== void 0 && L.setLabel(c);
|
|
1598
|
+
}, [L, c]), h(function() {
|
|
1599
|
+
L && p !== void 0 && L.setOpacity(p);
|
|
1600
|
+
}, [L, p]), h(function() {
|
|
1601
|
+
L && w !== void 0 && L.setShape(w);
|
|
1602
|
+
}, [L, w]), h(function() {
|
|
1603
|
+
L && m !== void 0 && L.setTitle(m);
|
|
1604
|
+
}, [L, m]), h(function() {
|
|
1605
|
+
L && C !== void 0 && L.setZIndex(C);
|
|
1606
|
+
}, [L, C]), h(function() {
|
|
1607
|
+
L && O && (D !== null && google.maps.event.removeListener(D), K(google.maps.event.addListener(L, "dblclick", O)));
|
|
1608
1608
|
}, [O]), h(function() {
|
|
1609
|
-
|
|
1609
|
+
L && _ && (N !== null && google.maps.event.removeListener(N), de(google.maps.event.addListener(L, "dragend", _)));
|
|
1610
1610
|
}, [_]), h(function() {
|
|
1611
|
-
|
|
1611
|
+
L && v && (ve !== null && google.maps.event.removeListener(ve), he(google.maps.event.addListener(L, "dragstart", v)));
|
|
1612
1612
|
}, [v]), h(function() {
|
|
1613
|
-
|
|
1613
|
+
L && F && (Se !== null && google.maps.event.removeListener(Se), ue(google.maps.event.addListener(L, "mousedown", F)));
|
|
1614
1614
|
}, [F]), h(function() {
|
|
1615
|
-
|
|
1615
|
+
L && b && ($e !== null && google.maps.event.removeListener($e), le(google.maps.event.addListener(L, "mouseout", b)));
|
|
1616
1616
|
}, [b]), h(function() {
|
|
1617
|
-
|
|
1618
|
-
}, [
|
|
1619
|
-
|
|
1617
|
+
L && S && (ne !== null && google.maps.event.removeListener(ne), Ye(google.maps.event.addListener(L, "mouseover", S)));
|
|
1618
|
+
}, [S]), h(function() {
|
|
1619
|
+
L && T && (Be !== null && google.maps.event.removeListener(Be), ot(google.maps.event.addListener(L, "mouseup", T)));
|
|
1620
1620
|
}, [T]), h(function() {
|
|
1621
|
-
|
|
1621
|
+
L && I && (rt !== null && google.maps.event.removeListener(rt), ft(google.maps.event.addListener(L, "rightclick", I)));
|
|
1622
1622
|
}, [I]), h(function() {
|
|
1623
|
-
|
|
1623
|
+
L && x && (ut !== null && google.maps.event.removeListener(ut), Et(google.maps.event.addListener(L, "click", x)));
|
|
1624
1624
|
}, [x]), h(function() {
|
|
1625
|
-
|
|
1625
|
+
L && k && (qe !== null && google.maps.event.removeListener(qe), St(google.maps.event.addListener(L, "drag", k)));
|
|
1626
1626
|
}, [k]), h(function() {
|
|
1627
|
-
|
|
1627
|
+
L && U && (be !== null && google.maps.event.removeListener(be), xe(google.maps.event.addListener(L, "clickable_changed", U)));
|
|
1628
1628
|
}, [U]), h(function() {
|
|
1629
|
-
|
|
1629
|
+
L && Q && (Ve !== null && google.maps.event.removeListener(Ve), nt(google.maps.event.addListener(L, "cursor_changed", Q)));
|
|
1630
1630
|
}, [Q]), h(function() {
|
|
1631
|
-
|
|
1631
|
+
L && z && (Pt !== null && google.maps.event.removeListener(Pt), Rt(google.maps.event.addListener(L, "animation_changed", z)));
|
|
1632
1632
|
}, [z]), h(function() {
|
|
1633
|
-
|
|
1633
|
+
L && W && (Ct !== null && google.maps.event.removeListener(Ct), Dt(google.maps.event.addListener(L, "draggable_changed", W)));
|
|
1634
1634
|
}, [W]), h(function() {
|
|
1635
|
-
|
|
1635
|
+
L && Y && (Tt !== null && google.maps.event.removeListener(Tt), jt(google.maps.event.addListener(L, "flat_changed", Y)));
|
|
1636
1636
|
}, [Y]), h(function() {
|
|
1637
|
-
|
|
1637
|
+
L && V && (Ot !== null && google.maps.event.removeListener(Ot), Qt(google.maps.event.addListener(L, "icon_changed", V)));
|
|
1638
1638
|
}, [V]), h(function() {
|
|
1639
|
-
|
|
1639
|
+
L && A && (It !== null && google.maps.event.removeListener(It), g(google.maps.event.addListener(L, "position_changed", A)));
|
|
1640
1640
|
}, [A]), h(function() {
|
|
1641
|
-
|
|
1641
|
+
L && Z && (G !== null && google.maps.event.removeListener(G), oe(google.maps.event.addListener(L, "shape_changed", Z)));
|
|
1642
1642
|
}, [Z]), h(function() {
|
|
1643
|
-
|
|
1643
|
+
L && ee && (we !== null && google.maps.event.removeListener(we), ge(google.maps.event.addListener(L, "title_changed", ee)));
|
|
1644
1644
|
}, [ee]), h(function() {
|
|
1645
|
-
|
|
1646
|
-
}, [
|
|
1647
|
-
|
|
1645
|
+
L && P && (We !== null && google.maps.event.removeListener(We), _e(google.maps.event.addListener(L, "visible_changed", P)));
|
|
1646
|
+
}, [P]), h(function() {
|
|
1647
|
+
L && E && (Ge !== null && google.maps.event.removeListener(Ge), ct(google.maps.event.addListener(L, "zindex_changed", E)));
|
|
1648
1648
|
}, [E]), h(function() {
|
|
1649
1649
|
var He = te(te(te({}, n || mn), o ? mn : { map: B }), { position: e }), ae = new google.maps.Marker(He);
|
|
1650
|
-
return o ? o.addMarker(ae, !!r) : ae.setMap(B), e && ae.setPosition(e), typeof a < "u" && ae.setVisible(a), typeof s < "u" && ae.setDraggable(s), typeof u < "u" && ae.setClickable(u), typeof d == "string" && ae.setCursor(d), f && ae.setIcon(f), typeof c < "u" && ae.setLabel(c), typeof p < "u" && ae.setOpacity(p), w && ae.setShape(w), typeof m == "string" && ae.setTitle(m), typeof
|
|
1650
|
+
return o ? o.addMarker(ae, !!r) : ae.setMap(B), e && ae.setPosition(e), typeof a < "u" && ae.setVisible(a), typeof s < "u" && ae.setDraggable(s), typeof u < "u" && ae.setClickable(u), typeof d == "string" && ae.setCursor(d), f && ae.setIcon(f), typeof c < "u" && ae.setLabel(c), typeof p < "u" && ae.setOpacity(p), w && ae.setShape(w), typeof m == "string" && ae.setTitle(m), typeof C == "number" && ae.setZIndex(C), O && K(google.maps.event.addListener(ae, "dblclick", O)), _ && de(google.maps.event.addListener(ae, "dragend", _)), v && he(google.maps.event.addListener(ae, "dragstart", v)), F && ue(google.maps.event.addListener(ae, "mousedown", F)), b && le(google.maps.event.addListener(ae, "mouseout", b)), S && Ye(google.maps.event.addListener(ae, "mouseover", S)), T && ot(google.maps.event.addListener(ae, "mouseup", T)), I && ft(google.maps.event.addListener(ae, "rightclick", I)), x && Et(google.maps.event.addListener(ae, "click", x)), k && St(google.maps.event.addListener(ae, "drag", k)), U && xe(google.maps.event.addListener(ae, "clickable_changed", U)), Q && nt(google.maps.event.addListener(ae, "cursor_changed", Q)), z && Rt(google.maps.event.addListener(ae, "animation_changed", z)), W && Dt(google.maps.event.addListener(ae, "draggable_changed", W)), Y && jt(google.maps.event.addListener(ae, "flat_changed", Y)), V && Qt(google.maps.event.addListener(ae, "icon_changed", V)), A && g(google.maps.event.addListener(ae, "position_changed", A)), Z && oe(google.maps.event.addListener(ae, "shape_changed", Z)), ee && ge(google.maps.event.addListener(ae, "title_changed", ee)), P && _e(google.maps.event.addListener(ae, "visible_changed", P)), E && ct(google.maps.event.addListener(ae, "zindex_changed", E)), X(ae), j && j(ae), function() {
|
|
1651
1651
|
D !== null && google.maps.event.removeListener(D), N !== null && google.maps.event.removeListener(N), ve !== null && google.maps.event.removeListener(ve), Se !== null && google.maps.event.removeListener(Se), $e !== null && google.maps.event.removeListener($e), ne !== null && google.maps.event.removeListener(ne), Be !== null && google.maps.event.removeListener(Be), rt !== null && google.maps.event.removeListener(rt), ut !== null && google.maps.event.removeListener(ut), be !== null && google.maps.event.removeListener(be), Ve !== null && google.maps.event.removeListener(Ve), Pt !== null && google.maps.event.removeListener(Pt), Ct !== null && google.maps.event.removeListener(Ct), Tt !== null && google.maps.event.removeListener(Tt), Ot !== null && google.maps.event.removeListener(Ot), It !== null && google.maps.event.removeListener(It), we !== null && google.maps.event.removeListener(we), We !== null && google.maps.event.removeListener(We), Ge !== null && google.maps.event.removeListener(Ge), R && R(ae), o ? o.removeMarker(ae, !!r) : ae && ae.setMap(null);
|
|
1652
1652
|
};
|
|
1653
1653
|
}, []);
|
|
@@ -1656,9 +1656,9 @@ function _s(t) {
|
|
|
1656
1656
|
if (!Vr(He))
|
|
1657
1657
|
return He;
|
|
1658
1658
|
var ae = He;
|
|
1659
|
-
return Zr(ae, { anchor:
|
|
1659
|
+
return Zr(ae, { anchor: L });
|
|
1660
1660
|
}) : null;
|
|
1661
|
-
}, [i,
|
|
1661
|
+
}, [i, L]);
|
|
1662
1662
|
return y.jsx(y.Fragment, { children: dt }) || null;
|
|
1663
1663
|
}
|
|
1664
1664
|
Ze(_s);
|
|
@@ -2187,17 +2187,17 @@ var $s = 2e3, Bs = 500, As = "https://developers.google.com/maps/documentation/j
|
|
|
2187
2187
|
}
|
|
2188
2188
|
}, Ws = {};
|
|
2189
2189
|
function Hs(t) {
|
|
2190
|
-
var e = t.children, n = t.options, o = t.averageCenter, r = t.batchSizeIE, i = t.calculator, s = t.clusterClass, a = t.enableRetinaIcons, l = t.gridSize, u = t.ignoreHidden, d = t.imageExtension, f = t.imagePath, c = t.imageSizes, p = t.maxZoom, w = t.minimumClusterSize, m = t.styles,
|
|
2190
|
+
var e = t.children, n = t.options, o = t.averageCenter, r = t.batchSizeIE, i = t.calculator, s = t.clusterClass, a = t.enableRetinaIcons, l = t.gridSize, u = t.ignoreHidden, d = t.imageExtension, f = t.imagePath, c = t.imageSizes, p = t.maxZoom, w = t.minimumClusterSize, m = t.styles, C = t.title, x = t.zoomOnClick, O = t.onClick, k = t.onClusteringBegin, _ = t.onClusteringEnd, v = t.onMouseOver, b = t.onMouseOut, S = t.onLoad, T = t.onUnmount, F = M(null), I = F[0], U = F[1], Q = Pe(ce), z = M(null), W = z[0], Y = z[1], V = M(null), A = V[0], Z = V[1], ee = M(null), P = ee[0], E = ee[1], j = M(null), R = j[0], B = j[1], q = M(null), L = q[0], X = q[1];
|
|
2191
2191
|
return h(function() {
|
|
2192
2192
|
I && b && (R !== null && google.maps.event.removeListener(R), B(google.maps.event.addListener(I, et.onMouseOut, b)));
|
|
2193
2193
|
}, [b]), h(function() {
|
|
2194
|
-
I && v && (
|
|
2194
|
+
I && v && (L !== null && google.maps.event.removeListener(L), X(google.maps.event.addListener(I, et.onMouseOver, v)));
|
|
2195
2195
|
}, [v]), h(function() {
|
|
2196
2196
|
I && O && (W !== null && google.maps.event.removeListener(W), Y(google.maps.event.addListener(I, et.onClick, O)));
|
|
2197
2197
|
}, [O]), h(function() {
|
|
2198
2198
|
I && k && (A !== null && google.maps.event.removeListener(A), Z(google.maps.event.addListener(I, et.onClusteringBegin, k)));
|
|
2199
2199
|
}, [k]), h(function() {
|
|
2200
|
-
I && _ && (
|
|
2200
|
+
I && _ && (P !== null && google.maps.event.removeListener(P), Z(google.maps.event.addListener(I, et.onClusteringEnd, _)));
|
|
2201
2201
|
}, [_]), h(function() {
|
|
2202
2202
|
typeof o < "u" && I !== null && Me.averageCenter(I, o);
|
|
2203
2203
|
}, [I, o]), h(function() {
|
|
@@ -2225,14 +2225,14 @@ function Hs(t) {
|
|
|
2225
2225
|
}, [I, w]), h(function() {
|
|
2226
2226
|
typeof m < "u" && I !== null && Me.styles(I, m);
|
|
2227
2227
|
}, [I, m]), h(function() {
|
|
2228
|
-
typeof
|
|
2229
|
-
}, [I,
|
|
2228
|
+
typeof C < "u" && I !== null && Me.title(I, C);
|
|
2229
|
+
}, [I, C]), h(function() {
|
|
2230
2230
|
typeof x < "u" && I !== null && Me.zoomOnClick(I, x);
|
|
2231
2231
|
}, [I, x]), h(function() {
|
|
2232
2232
|
if (Q) {
|
|
2233
2233
|
var J = te({}, n || Ws), D = new ui(Q, [], J);
|
|
2234
|
-
return o && Me.averageCenter(D, o), r && Me.batchSizeIE(D, r), i && Me.calculator(D, i), s && Me.clusterClass(D, s), a && Me.enableRetinaIcons(D, a), l && Me.gridSize(D, l), u && Me.ignoreHidden(D, u), d && Me.imageExtension(D, d), f && Me.imagePath(D, f), c && Me.imageSizes(D, c), p && Me.maxZoom(D, p), w && Me.minimumClusterSize(D, w), m && Me.styles(D, m),
|
|
2235
|
-
R !== null && google.maps.event.removeListener(R),
|
|
2234
|
+
return o && Me.averageCenter(D, o), r && Me.batchSizeIE(D, r), i && Me.calculator(D, i), s && Me.clusterClass(D, s), a && Me.enableRetinaIcons(D, a), l && Me.gridSize(D, l), u && Me.ignoreHidden(D, u), d && Me.imageExtension(D, d), f && Me.imagePath(D, f), c && Me.imageSizes(D, c), p && Me.maxZoom(D, p), w && Me.minimumClusterSize(D, w), m && Me.styles(D, m), C && Me.title(D, C), x && Me.zoomOnClick(D, x), b && B(google.maps.event.addListener(D, et.onMouseOut, b)), v && X(google.maps.event.addListener(D, et.onMouseOver, v)), O && Y(google.maps.event.addListener(D, et.onClick, O)), k && Z(google.maps.event.addListener(D, et.onClusteringBegin, k)), _ && E(google.maps.event.addListener(D, et.onClusteringEnd, _)), U(D), S && S(D), function() {
|
|
2235
|
+
R !== null && google.maps.event.removeListener(R), L !== null && google.maps.event.removeListener(L), W !== null && google.maps.event.removeListener(W), A !== null && google.maps.event.removeListener(A), P !== null && google.maps.event.removeListener(P), T && T(D);
|
|
2236
2236
|
};
|
|
2237
2237
|
}
|
|
2238
2238
|
}, []), I !== null && e(I) || null;
|
|
@@ -2338,8 +2338,8 @@ var ci = (
|
|
|
2338
2338
|
if (n instanceof google.maps.Map) {
|
|
2339
2339
|
var o = 0, r = 0, i = n.getBounds();
|
|
2340
2340
|
i && !i.contains(this.position) && n.setCenter(this.position);
|
|
2341
|
-
var s = n.getDiv(), a = s.offsetWidth, l = s.offsetHeight, u = this.pixelOffset.width, d = this.pixelOffset.height, f = this.div.offsetWidth, c = this.div.offsetHeight, p = this.infoBoxClearance.width, w = this.infoBoxClearance.height, m = this.getProjection(),
|
|
2342
|
-
|
|
2341
|
+
var s = n.getDiv(), a = s.offsetWidth, l = s.offsetHeight, u = this.pixelOffset.width, d = this.pixelOffset.height, f = this.div.offsetWidth, c = this.div.offsetHeight, p = this.infoBoxClearance.width, w = this.infoBoxClearance.height, m = this.getProjection(), C = m.fromLatLngToContainerPixel(this.position);
|
|
2342
|
+
C !== null && (C.x < -u + p ? o = C.x + u - p : C.x + f + u + p > a && (o = C.x + f + u + p - a), this.alignBottom ? C.y < -d + w + c ? r = C.y + d - w - c : C.y + d + w > l && (r = C.y + d + w - l) : C.y < -d + w ? r = C.y + d - w : C.y + c + d + w > l && (r = C.y + c + d + w - l)), o === 0 && r === 0 || n.panBy(o, r);
|
|
2343
2343
|
}
|
|
2344
2344
|
}
|
|
2345
2345
|
}, t.prototype.setBoxStyle = function() {
|
|
@@ -2446,7 +2446,7 @@ var ci = (
|
|
|
2446
2446
|
}
|
|
2447
2447
|
}, Vs = {};
|
|
2448
2448
|
function Zs(t) {
|
|
2449
|
-
var e = t.children, n = t.anchor, o = t.options, r = t.position, i = t.zIndex, s = t.onCloseClick, a = t.onDomReady, l = t.onContentChanged, u = t.onPositionChanged, d = t.onZindexChanged, f = t.onLoad, c = t.onUnmount, p = Pe(ce), w = M(null), m = w[0],
|
|
2449
|
+
var e = t.children, n = t.anchor, o = t.options, r = t.position, i = t.zIndex, s = t.onCloseClick, a = t.onDomReady, l = t.onContentChanged, u = t.onPositionChanged, d = t.onZindexChanged, f = t.onLoad, c = t.onUnmount, p = Pe(ce), w = M(null), m = w[0], C = w[1], x = M(null), O = x[0], k = x[1], _ = M(null), v = _[0], b = _[1], S = M(null), T = S[0], F = S[1], I = M(null), U = I[0], Q = I[1], z = M(null), W = z[0], Y = z[1], V = Je(null);
|
|
2450
2450
|
return h(function() {
|
|
2451
2451
|
p && m !== null && (m.close(), n ? m.open(p, n) : m.getPosition() && m.open(p));
|
|
2452
2452
|
}, [p, m, n]), h(function() {
|
|
@@ -2470,10 +2470,10 @@ function Zs(t) {
|
|
|
2470
2470
|
m && d && (W !== null && google.maps.event.removeListener(W), Y(google.maps.event.addListener(m, "zindex_changed", d)));
|
|
2471
2471
|
}, [d]), h(function() {
|
|
2472
2472
|
if (p) {
|
|
2473
|
-
var A = o || Vs, Z = A.position, ee = eo(A, ["position"]),
|
|
2474
|
-
Z && !(Z instanceof google.maps.LatLng) && (
|
|
2475
|
-
var E = new ci(te(te({}, ee),
|
|
2476
|
-
V.current = document.createElement("div"),
|
|
2473
|
+
var A = o || Vs, Z = A.position, ee = eo(A, ["position"]), P = void 0;
|
|
2474
|
+
Z && !(Z instanceof google.maps.LatLng) && (P = new google.maps.LatLng(Z.lat, Z.lng));
|
|
2475
|
+
var E = new ci(te(te({}, ee), P ? { position: P } : {}));
|
|
2476
|
+
V.current = document.createElement("div"), C(E), s && k(google.maps.event.addListener(E, "closeclick", s)), a && b(google.maps.event.addListener(E, "domready", a)), l && F(google.maps.event.addListener(E, "content_changed", l)), u && Q(google.maps.event.addListener(E, "position_changed", u)), d && Y(google.maps.event.addListener(E, "zindex_changed", d)), E.setContent(V.current), n ? E.open(p, n) : E.getPosition() ? E.open(p) : Ue(!1, "You must provide either an anchor or a position prop for <InfoBox>."), f && f(E);
|
|
2477
2477
|
}
|
|
2478
2478
|
return function() {
|
|
2479
2479
|
m !== null && (O && google.maps.event.removeListener(O), T && google.maps.event.removeListener(T), v && google.maps.event.removeListener(v), U && google.maps.event.removeListener(U), W && google.maps.event.removeListener(W), c && c(m), m.close());
|
|
@@ -2624,9 +2624,9 @@ class to {
|
|
|
2624
2624
|
for (; l.length; ) {
|
|
2625
2625
|
const d = l.pop() || 0, f = l.pop() || 0, c = l.pop() || 0;
|
|
2626
2626
|
if (f - c <= a) {
|
|
2627
|
-
for (let
|
|
2628
|
-
const x = s[2 *
|
|
2629
|
-
x >= e && x <= o && O >= n && O <= r && u.push(i[
|
|
2627
|
+
for (let C = c; C <= f; C++) {
|
|
2628
|
+
const x = s[2 * C], O = s[2 * C + 1];
|
|
2629
|
+
x >= e && x <= o && O >= n && O <= r && u.push(i[C]);
|
|
2630
2630
|
}
|
|
2631
2631
|
continue;
|
|
2632
2632
|
}
|
|
@@ -2648,8 +2648,8 @@ class to {
|
|
|
2648
2648
|
for (; a.length; ) {
|
|
2649
2649
|
const d = a.pop() || 0, f = a.pop() || 0, c = a.pop() || 0;
|
|
2650
2650
|
if (f - c <= s) {
|
|
2651
|
-
for (let
|
|
2652
|
-
jo(i[2 *
|
|
2651
|
+
for (let C = c; C <= f; C++)
|
|
2652
|
+
jo(i[2 * C], i[2 * C + 1], e, n) <= u && l.push(r[C]);
|
|
2653
2653
|
continue;
|
|
2654
2654
|
}
|
|
2655
2655
|
const p = c + f >> 1, w = i[2 * p], m = i[2 * p + 1];
|
|
@@ -2843,8 +2843,8 @@ class qs {
|
|
|
2843
2843
|
else {
|
|
2844
2844
|
const m = this.points[n[l + vt]];
|
|
2845
2845
|
d = m.properties;
|
|
2846
|
-
const [
|
|
2847
|
-
f = nn(
|
|
2846
|
+
const [C, x] = m.geometry.coordinates;
|
|
2847
|
+
f = nn(C), c = on(x);
|
|
2848
2848
|
}
|
|
2849
2849
|
const p = {
|
|
2850
2850
|
type: 1,
|
|
@@ -2867,25 +2867,25 @@ class qs {
|
|
|
2867
2867
|
if (l[f + xt] <= n) continue;
|
|
2868
2868
|
l[f + xt] = n;
|
|
2869
2869
|
const c = l[f], p = l[f + 1], w = e.within(l[f], l[f + 1], a), m = l[f + mt];
|
|
2870
|
-
let
|
|
2870
|
+
let C = m;
|
|
2871
2871
|
for (const x of w) {
|
|
2872
2872
|
const O = x * d;
|
|
2873
|
-
l[O + xt] > n && (
|
|
2873
|
+
l[O + xt] > n && (C += l[O + mt]);
|
|
2874
2874
|
}
|
|
2875
|
-
if (
|
|
2875
|
+
if (C > m && C >= s) {
|
|
2876
2876
|
let x = c * m, O = p * m, k, _ = -1;
|
|
2877
2877
|
const v = ((f / d | 0) << 5) + (n + 1) + this.points.length;
|
|
2878
2878
|
for (const b of w) {
|
|
2879
|
-
const
|
|
2880
|
-
if (l[
|
|
2881
|
-
l[
|
|
2882
|
-
const T = l[
|
|
2883
|
-
x += l[
|
|
2879
|
+
const S = b * d;
|
|
2880
|
+
if (l[S + xt] <= n) continue;
|
|
2881
|
+
l[S + xt] = n;
|
|
2882
|
+
const T = l[S + mt];
|
|
2883
|
+
x += l[S] * T, O += l[S + 1] * T, l[S + Tn] = v, i && (k || (k = this._map(l, f, !0), _ = this.clusterProps.length, this.clusterProps.push(k)), i(k, this._map(l, S)));
|
|
2884
2884
|
}
|
|
2885
|
-
l[f + Tn] = v, u.push(x /
|
|
2885
|
+
l[f + Tn] = v, u.push(x / C, O / C, 1 / 0, v, -1, C), i && u.push(_);
|
|
2886
2886
|
} else {
|
|
2887
2887
|
for (let x = 0; x < d; x++) u.push(l[f + x]);
|
|
2888
|
-
if (
|
|
2888
|
+
if (C > 1)
|
|
2889
2889
|
for (const x of w) {
|
|
2890
2890
|
const O = x * d;
|
|
2891
2891
|
if (!(l[O + xt] <= n)) {
|
|
@@ -3299,7 +3299,7 @@ var Bo = {
|
|
|
3299
3299
|
}
|
|
3300
3300
|
};
|
|
3301
3301
|
function ua(t) {
|
|
3302
|
-
var e = t.children, n = t.anchor, o = t.options, r = t.position, i = t.zIndex, s = t.onCloseClick, a = t.onDomReady, l = t.onContentChanged, u = t.onPositionChanged, d = t.onZindexChanged, f = t.onLoad, c = t.onUnmount, p = Pe(ce), w = M(null), m = w[0],
|
|
3302
|
+
var e = t.children, n = t.anchor, o = t.options, r = t.position, i = t.zIndex, s = t.onCloseClick, a = t.onDomReady, l = t.onContentChanged, u = t.onPositionChanged, d = t.onZindexChanged, f = t.onLoad, c = t.onUnmount, p = Pe(ce), w = M(null), m = w[0], C = w[1], x = M(null), O = x[0], k = x[1], _ = M(null), v = _[0], b = _[1], S = M(null), T = S[0], F = S[1], I = M(null), U = I[0], Q = I[1], z = M(null), W = z[0], Y = z[1], V = Je(null);
|
|
3303
3303
|
return h(function() {
|
|
3304
3304
|
m !== null && (m.close(), n ? m.open(p, n) : m.getPosition() && m.open(p));
|
|
3305
3305
|
}, [p, m, n]), h(function() {
|
|
@@ -3320,7 +3320,7 @@ function ua(t) {
|
|
|
3320
3320
|
m && d && (W !== null && google.maps.event.removeListener(W), Y(google.maps.event.addListener(m, "zindex_changed", d)));
|
|
3321
3321
|
}, [d]), h(function() {
|
|
3322
3322
|
var A = new google.maps.InfoWindow(te({}, o || {}));
|
|
3323
|
-
return
|
|
3323
|
+
return C(A), V.current = document.createElement("div"), s && k(google.maps.event.addListener(A, "closeclick", s)), a && b(google.maps.event.addListener(A, "domready", a)), l && F(google.maps.event.addListener(A, "content_changed", l)), u && Q(google.maps.event.addListener(A, "position_changed", u)), d && Y(google.maps.event.addListener(A, "zindex_changed", d)), A.setContent(V.current), r && A.setPosition(r), i && A.setZIndex(i), n ? A.open(p, n) : A.getPosition() ? A.open(p) : Ue(!1, "You must provide either an anchor (typically render it inside a <Marker>) or a position props for <InfoWindow>."), f && f(A), function() {
|
|
3324
3324
|
O && google.maps.event.removeListener(O), T && google.maps.event.removeListener(T), v && google.maps.event.removeListener(v), U && google.maps.event.removeListener(U), W && google.maps.event.removeListener(W), c && c(A), A.close();
|
|
3325
3325
|
};
|
|
3326
3326
|
}, []), V.current ? bn(at.only(e), V.current) : null;
|
|
@@ -3398,7 +3398,7 @@ var zo = {
|
|
|
3398
3398
|
}
|
|
3399
3399
|
}, ca = {};
|
|
3400
3400
|
function da(t) {
|
|
3401
|
-
var e = t.options, n = t.draggable, o = t.editable, r = t.visible, i = t.path, s = t.onDblClick, a = t.onDragEnd, l = t.onDragStart, u = t.onMouseDown, d = t.onMouseMove, f = t.onMouseOut, c = t.onMouseOver, p = t.onMouseUp, w = t.onRightClick, m = t.onClick,
|
|
3401
|
+
var e = t.options, n = t.draggable, o = t.editable, r = t.visible, i = t.path, s = t.onDblClick, a = t.onDragEnd, l = t.onDragStart, u = t.onMouseDown, d = t.onMouseMove, f = t.onMouseOut, c = t.onMouseOver, p = t.onMouseUp, w = t.onRightClick, m = t.onClick, C = t.onDrag, x = t.onLoad, O = t.onUnmount, k = Pe(ce), _ = M(null), v = _[0], b = _[1], S = M(null), T = S[0], F = S[1], I = M(null), U = I[0], Q = I[1], z = M(null), W = z[0], Y = z[1], V = M(null), A = V[0], Z = V[1], ee = M(null), P = ee[0], E = ee[1], j = M(null), R = j[0], B = j[1], q = M(null), L = q[0], X = q[1], J = M(null), D = J[0], K = J[1], re = M(null), N = re[0], de = re[1], Ce = M(null), ve = Ce[0], he = Ce[1], Te = M(null), Se = Te[0], ue = Te[1];
|
|
3402
3402
|
return h(function() {
|
|
3403
3403
|
v !== null && v.setMap(k);
|
|
3404
3404
|
}, [k]), h(function() {
|
|
@@ -3420,11 +3420,11 @@ function da(t) {
|
|
|
3420
3420
|
}, [l]), h(function() {
|
|
3421
3421
|
v && u && (A !== null && google.maps.event.removeListener(A), Z(google.maps.event.addListener(v, "mousedown", u)));
|
|
3422
3422
|
}, [u]), h(function() {
|
|
3423
|
-
v && d && (
|
|
3423
|
+
v && d && (P !== null && google.maps.event.removeListener(P), E(google.maps.event.addListener(v, "mousemove", d)));
|
|
3424
3424
|
}, [d]), h(function() {
|
|
3425
3425
|
v && f && (R !== null && google.maps.event.removeListener(R), B(google.maps.event.addListener(v, "mouseout", f)));
|
|
3426
3426
|
}, [f]), h(function() {
|
|
3427
|
-
v && c && (
|
|
3427
|
+
v && c && (L !== null && google.maps.event.removeListener(L), X(google.maps.event.addListener(v, "mouseover", c)));
|
|
3428
3428
|
}, [c]), h(function() {
|
|
3429
3429
|
v && p && (D !== null && google.maps.event.removeListener(D), K(google.maps.event.addListener(v, "mouseup", p)));
|
|
3430
3430
|
}, [p]), h(function() {
|
|
@@ -3432,11 +3432,11 @@ function da(t) {
|
|
|
3432
3432
|
}, [w]), h(function() {
|
|
3433
3433
|
v && m && (ve !== null && google.maps.event.removeListener(ve), he(google.maps.event.addListener(v, "click", m)));
|
|
3434
3434
|
}, [m]), h(function() {
|
|
3435
|
-
v &&
|
|
3436
|
-
}, [
|
|
3435
|
+
v && C && (Se !== null && google.maps.event.removeListener(Se), ue(google.maps.event.addListener(v, "drag", C)));
|
|
3436
|
+
}, [C]), h(function() {
|
|
3437
3437
|
var ie = new google.maps.Polyline(te(te({}, e || ca), { map: k }));
|
|
3438
|
-
return i && ie.setPath(i), typeof r < "u" && ie.setVisible(r), typeof o < "u" && ie.setEditable(o), typeof n < "u" && ie.setDraggable(n), s && F(google.maps.event.addListener(ie, "dblclick", s)), a && Q(google.maps.event.addListener(ie, "dragend", a)), l && Y(google.maps.event.addListener(ie, "dragstart", l)), u && Z(google.maps.event.addListener(ie, "mousedown", u)), d && E(google.maps.event.addListener(ie, "mousemove", d)), f && B(google.maps.event.addListener(ie, "mouseout", f)), c && X(google.maps.event.addListener(ie, "mouseover", c)), p && K(google.maps.event.addListener(ie, "mouseup", p)), w && de(google.maps.event.addListener(ie, "rightclick", w)), m && he(google.maps.event.addListener(ie, "click", m)),
|
|
3439
|
-
T !== null && google.maps.event.removeListener(T), U !== null && google.maps.event.removeListener(U), W !== null && google.maps.event.removeListener(W), A !== null && google.maps.event.removeListener(A),
|
|
3438
|
+
return i && ie.setPath(i), typeof r < "u" && ie.setVisible(r), typeof o < "u" && ie.setEditable(o), typeof n < "u" && ie.setDraggable(n), s && F(google.maps.event.addListener(ie, "dblclick", s)), a && Q(google.maps.event.addListener(ie, "dragend", a)), l && Y(google.maps.event.addListener(ie, "dragstart", l)), u && Z(google.maps.event.addListener(ie, "mousedown", u)), d && E(google.maps.event.addListener(ie, "mousemove", d)), f && B(google.maps.event.addListener(ie, "mouseout", f)), c && X(google.maps.event.addListener(ie, "mouseover", c)), p && K(google.maps.event.addListener(ie, "mouseup", p)), w && de(google.maps.event.addListener(ie, "rightclick", w)), m && he(google.maps.event.addListener(ie, "click", m)), C && ue(google.maps.event.addListener(ie, "drag", C)), b(ie), x && x(ie), function() {
|
|
3439
|
+
T !== null && google.maps.event.removeListener(T), U !== null && google.maps.event.removeListener(U), W !== null && google.maps.event.removeListener(W), A !== null && google.maps.event.removeListener(A), P !== null && google.maps.event.removeListener(P), R !== null && google.maps.event.removeListener(R), L !== null && google.maps.event.removeListener(L), D !== null && google.maps.event.removeListener(D), N !== null && google.maps.event.removeListener(N), ve !== null && google.maps.event.removeListener(ve), O && O(ie), ie.setMap(null);
|
|
3440
3440
|
};
|
|
3441
3441
|
}, []), null;
|
|
3442
3442
|
}
|
|
@@ -3514,52 +3514,52 @@ var Fo = {
|
|
|
3514
3514
|
}
|
|
3515
3515
|
};
|
|
3516
3516
|
function fa(t) {
|
|
3517
|
-
var e = t.options, n = t.draggable, o = t.editable, r = t.visible, i = t.path, s = t.paths, a = t.onDblClick, l = t.onDragEnd, u = t.onDragStart, d = t.onMouseDown, f = t.onMouseMove, c = t.onMouseOut, p = t.onMouseOver, w = t.onMouseUp, m = t.onRightClick,
|
|
3517
|
+
var e = t.options, n = t.draggable, o = t.editable, r = t.visible, i = t.path, s = t.paths, a = t.onDblClick, l = t.onDragEnd, u = t.onDragStart, d = t.onMouseDown, f = t.onMouseMove, c = t.onMouseOut, p = t.onMouseOver, w = t.onMouseUp, m = t.onRightClick, C = t.onClick, x = t.onDrag, O = t.onLoad, k = t.onUnmount, _ = t.onEdit, v = Pe(ce), b = M(null), S = b[0], T = b[1], F = M(null), I = F[0], U = F[1], Q = M(null), z = Q[0], W = Q[1], Y = M(null), V = Y[0], A = Y[1], Z = M(null), ee = Z[0], P = Z[1], E = M(null), j = E[0], R = E[1], B = M(null), q = B[0], L = B[1], X = M(null), J = X[0], D = X[1], K = M(null), re = K[0], N = K[1], de = M(null), Ce = de[0], ve = de[1], he = M(null), Te = he[0], Se = he[1], ue = M(null), ie = ue[0], $e = ue[1];
|
|
3518
3518
|
return h(function() {
|
|
3519
|
-
|
|
3519
|
+
S !== null && S.setMap(v);
|
|
3520
3520
|
}, [v]), h(function() {
|
|
3521
|
-
typeof e < "u" &&
|
|
3522
|
-
}, [
|
|
3523
|
-
typeof n < "u" &&
|
|
3524
|
-
}, [
|
|
3525
|
-
typeof o < "u" &&
|
|
3526
|
-
}, [
|
|
3527
|
-
typeof r < "u" &&
|
|
3528
|
-
}, [
|
|
3529
|
-
typeof i < "u" &&
|
|
3530
|
-
}, [
|
|
3531
|
-
typeof s < "u" &&
|
|
3532
|
-
}, [
|
|
3533
|
-
|
|
3521
|
+
typeof e < "u" && S !== null && S.setOptions(e);
|
|
3522
|
+
}, [S, e]), h(function() {
|
|
3523
|
+
typeof n < "u" && S !== null && S.setDraggable(n);
|
|
3524
|
+
}, [S, n]), h(function() {
|
|
3525
|
+
typeof o < "u" && S !== null && S.setEditable(o);
|
|
3526
|
+
}, [S, o]), h(function() {
|
|
3527
|
+
typeof r < "u" && S !== null && S.setVisible(r);
|
|
3528
|
+
}, [S, r]), h(function() {
|
|
3529
|
+
typeof i < "u" && S !== null && S.setPath(i);
|
|
3530
|
+
}, [S, i]), h(function() {
|
|
3531
|
+
typeof s < "u" && S !== null && S.setPaths(s);
|
|
3532
|
+
}, [S, s]), h(function() {
|
|
3533
|
+
S && a && (I !== null && google.maps.event.removeListener(I), U(google.maps.event.addListener(S, "dblclick", a)));
|
|
3534
3534
|
}, [a]), h(function() {
|
|
3535
|
-
|
|
3536
|
-
_ == null || _(
|
|
3537
|
-
}), google.maps.event.addListener(
|
|
3538
|
-
_ == null || _(
|
|
3535
|
+
S && (google.maps.event.addListener(S.getPath(), "insert_at", function() {
|
|
3536
|
+
_ == null || _(S);
|
|
3537
|
+
}), google.maps.event.addListener(S.getPath(), "set_at", function() {
|
|
3538
|
+
_ == null || _(S);
|
|
3539
3539
|
}));
|
|
3540
|
-
}, [
|
|
3541
|
-
|
|
3540
|
+
}, [S, _]), h(function() {
|
|
3541
|
+
S && l && (z !== null && google.maps.event.removeListener(z), W(google.maps.event.addListener(S, "dragend", l)));
|
|
3542
3542
|
}, [l]), h(function() {
|
|
3543
|
-
|
|
3543
|
+
S && u && (V !== null && google.maps.event.removeListener(V), A(google.maps.event.addListener(S, "dragstart", u)));
|
|
3544
3544
|
}, [u]), h(function() {
|
|
3545
|
-
|
|
3545
|
+
S && d && (ee !== null && google.maps.event.removeListener(ee), P(google.maps.event.addListener(S, "mousedown", d)));
|
|
3546
3546
|
}, [d]), h(function() {
|
|
3547
|
-
|
|
3547
|
+
S && f && (j !== null && google.maps.event.removeListener(j), R(google.maps.event.addListener(S, "mousemove", f)));
|
|
3548
3548
|
}, [f]), h(function() {
|
|
3549
|
-
|
|
3549
|
+
S && c && (q !== null && google.maps.event.removeListener(q), L(google.maps.event.addListener(S, "mouseout", c)));
|
|
3550
3550
|
}, [c]), h(function() {
|
|
3551
|
-
|
|
3551
|
+
S && p && (J !== null && google.maps.event.removeListener(J), D(google.maps.event.addListener(S, "mouseover", p)));
|
|
3552
3552
|
}, [p]), h(function() {
|
|
3553
|
-
|
|
3553
|
+
S && w && (re !== null && google.maps.event.removeListener(re), N(google.maps.event.addListener(S, "mouseup", w)));
|
|
3554
3554
|
}, [w]), h(function() {
|
|
3555
|
-
|
|
3555
|
+
S && m && (Ce !== null && google.maps.event.removeListener(Ce), ve(google.maps.event.addListener(S, "rightclick", m)));
|
|
3556
3556
|
}, [m]), h(function() {
|
|
3557
|
-
|
|
3558
|
-
}, [
|
|
3559
|
-
|
|
3557
|
+
S && C && (Te !== null && google.maps.event.removeListener(Te), Se(google.maps.event.addListener(S, "click", C)));
|
|
3558
|
+
}, [C]), h(function() {
|
|
3559
|
+
S && x && (ie !== null && google.maps.event.removeListener(ie), $e(google.maps.event.addListener(S, "drag", x)));
|
|
3560
3560
|
}, [x]), h(function() {
|
|
3561
3561
|
var le = new google.maps.Polygon(te(te({}, e || {}), { map: v }));
|
|
3562
|
-
return i && le.setPath(i), s && le.setPaths(s), typeof r < "u" && le.setVisible(r), typeof o < "u" && le.setEditable(o), typeof n < "u" && le.setDraggable(n), a && U(google.maps.event.addListener(le, "dblclick", a)), l && W(google.maps.event.addListener(le, "dragend", l)), u && A(google.maps.event.addListener(le, "dragstart", u)), d &&
|
|
3562
|
+
return i && le.setPath(i), s && le.setPaths(s), typeof r < "u" && le.setVisible(r), typeof o < "u" && le.setEditable(o), typeof n < "u" && le.setDraggable(n), a && U(google.maps.event.addListener(le, "dblclick", a)), l && W(google.maps.event.addListener(le, "dragend", l)), u && A(google.maps.event.addListener(le, "dragstart", u)), d && P(google.maps.event.addListener(le, "mousedown", d)), f && R(google.maps.event.addListener(le, "mousemove", f)), c && L(google.maps.event.addListener(le, "mouseout", c)), p && D(google.maps.event.addListener(le, "mouseover", p)), w && N(google.maps.event.addListener(le, "mouseup", w)), m && ve(google.maps.event.addListener(le, "rightclick", m)), C && Se(google.maps.event.addListener(le, "click", C)), x && $e(google.maps.event.addListener(le, "drag", x)), T(le), O && O(le), function() {
|
|
3563
3563
|
I !== null && google.maps.event.removeListener(I), z !== null && google.maps.event.removeListener(z), V !== null && google.maps.event.removeListener(V), ee !== null && google.maps.event.removeListener(ee), j !== null && google.maps.event.removeListener(j), q !== null && google.maps.event.removeListener(q), J !== null && google.maps.event.removeListener(J), re !== null && google.maps.event.removeListener(re), Ce !== null && google.maps.event.removeListener(Ce), Te !== null && google.maps.event.removeListener(Te), k && k(le), le.setMap(null);
|
|
3564
3564
|
};
|
|
3565
3565
|
}, []), null;
|
|
@@ -3636,7 +3636,7 @@ var Ho = {
|
|
|
3636
3636
|
}
|
|
3637
3637
|
};
|
|
3638
3638
|
function pa(t) {
|
|
3639
|
-
var e = t.options, n = t.bounds, o = t.draggable, r = t.editable, i = t.visible, s = t.onDblClick, a = t.onDragEnd, l = t.onDragStart, u = t.onMouseDown, d = t.onMouseMove, f = t.onMouseOut, c = t.onMouseOver, p = t.onMouseUp, w = t.onRightClick, m = t.onClick,
|
|
3639
|
+
var e = t.options, n = t.bounds, o = t.draggable, r = t.editable, i = t.visible, s = t.onDblClick, a = t.onDragEnd, l = t.onDragStart, u = t.onMouseDown, d = t.onMouseMove, f = t.onMouseOut, c = t.onMouseOver, p = t.onMouseUp, w = t.onRightClick, m = t.onClick, C = t.onDrag, x = t.onBoundsChanged, O = t.onLoad, k = t.onUnmount, _ = Pe(ce), v = M(null), b = v[0], S = v[1], T = M(null), F = T[0], I = T[1], U = M(null), Q = U[0], z = U[1], W = M(null), Y = W[0], V = W[1], A = M(null), Z = A[0], ee = A[1], P = M(null), E = P[0], j = P[1], R = M(null), B = R[0], q = R[1], L = M(null), X = L[0], J = L[1], D = M(null), K = D[0], re = D[1], N = M(null), de = N[0], Ce = N[1], ve = M(null), he = ve[0], Te = ve[1], Se = M(null), ue = Se[0], ie = Se[1], $e = M(null), le = $e[0], ze = $e[1];
|
|
3640
3640
|
return h(function() {
|
|
3641
3641
|
b !== null && b.setMap(_);
|
|
3642
3642
|
}, [_]), h(function() {
|
|
@@ -3670,12 +3670,12 @@ function pa(t) {
|
|
|
3670
3670
|
}, [w]), h(function() {
|
|
3671
3671
|
b && m && (he !== null && google.maps.event.removeListener(he), Te(google.maps.event.addListener(b, "click", m)));
|
|
3672
3672
|
}, [m]), h(function() {
|
|
3673
|
-
b &&
|
|
3674
|
-
}, [
|
|
3673
|
+
b && C && (ue !== null && google.maps.event.removeListener(ue), ie(google.maps.event.addListener(b, "drag", C)));
|
|
3674
|
+
}, [C]), h(function() {
|
|
3675
3675
|
b && x && (le !== null && google.maps.event.removeListener(le), ze(google.maps.event.addListener(b, "bounds_changed", x)));
|
|
3676
3676
|
}, [x]), h(function() {
|
|
3677
3677
|
var ne = new google.maps.Rectangle(te(te({}, e || {}), { map: _ }));
|
|
3678
|
-
return typeof i < "u" && ne.setVisible(i), typeof r < "u" && ne.setEditable(r), typeof o < "u" && ne.setDraggable(o), typeof n < "u" && ne.setBounds(n), s && I(google.maps.event.addListener(ne, "dblclick", s)), a && z(google.maps.event.addListener(ne, "dragend", a)), l && V(google.maps.event.addListener(ne, "dragstart", l)), u && ee(google.maps.event.addListener(ne, "mousedown", u)), d && j(google.maps.event.addListener(ne, "mousemove", d)), f && q(google.maps.event.addListener(ne, "mouseout", f)), c && J(google.maps.event.addListener(ne, "mouseover", c)), p && re(google.maps.event.addListener(ne, "mouseup", p)), w && Ce(google.maps.event.addListener(ne, "rightclick", w)), m && Te(google.maps.event.addListener(ne, "click", m)),
|
|
3678
|
+
return typeof i < "u" && ne.setVisible(i), typeof r < "u" && ne.setEditable(r), typeof o < "u" && ne.setDraggable(o), typeof n < "u" && ne.setBounds(n), s && I(google.maps.event.addListener(ne, "dblclick", s)), a && z(google.maps.event.addListener(ne, "dragend", a)), l && V(google.maps.event.addListener(ne, "dragstart", l)), u && ee(google.maps.event.addListener(ne, "mousedown", u)), d && j(google.maps.event.addListener(ne, "mousemove", d)), f && q(google.maps.event.addListener(ne, "mouseout", f)), c && J(google.maps.event.addListener(ne, "mouseover", c)), p && re(google.maps.event.addListener(ne, "mouseup", p)), w && Ce(google.maps.event.addListener(ne, "rightclick", w)), m && Te(google.maps.event.addListener(ne, "click", m)), C && ie(google.maps.event.addListener(ne, "drag", C)), x && ze(google.maps.event.addListener(ne, "bounds_changed", x)), S(ne), O && O(ne), function() {
|
|
3679
3679
|
F !== null && google.maps.event.removeListener(F), Q !== null && google.maps.event.removeListener(Q), Y !== null && google.maps.event.removeListener(Y), Z !== null && google.maps.event.removeListener(Z), E !== null && google.maps.event.removeListener(E), B !== null && google.maps.event.removeListener(B), X !== null && google.maps.event.removeListener(X), K !== null && google.maps.event.removeListener(K), de !== null && google.maps.event.removeListener(de), he !== null && google.maps.event.removeListener(he), ue !== null && google.maps.event.removeListener(ue), le !== null && google.maps.event.removeListener(le), k && k(ne), ne.setMap(null);
|
|
3680
3680
|
};
|
|
3681
3681
|
}, []), null;
|
|
@@ -3756,7 +3756,7 @@ var Zo = {
|
|
|
3756
3756
|
}
|
|
3757
3757
|
}, ha = {};
|
|
3758
3758
|
function ga(t) {
|
|
3759
|
-
var e = t.options, n = t.center, o = t.radius, r = t.draggable, i = t.editable, s = t.visible, a = t.onDblClick, l = t.onDragEnd, u = t.onDragStart, d = t.onMouseDown, f = t.onMouseMove, c = t.onMouseOut, p = t.onMouseOver, w = t.onMouseUp, m = t.onRightClick,
|
|
3759
|
+
var e = t.options, n = t.center, o = t.radius, r = t.draggable, i = t.editable, s = t.visible, a = t.onDblClick, l = t.onDragEnd, u = t.onDragStart, d = t.onMouseDown, f = t.onMouseMove, c = t.onMouseOut, p = t.onMouseOver, w = t.onMouseUp, m = t.onRightClick, C = t.onClick, x = t.onDrag, O = t.onCenterChanged, k = t.onRadiusChanged, _ = t.onLoad, v = t.onUnmount, b = Pe(ce), S = M(null), T = S[0], F = S[1], I = M(null), U = I[0], Q = I[1], z = M(null), W = z[0], Y = z[1], V = M(null), A = V[0], Z = V[1], ee = M(null), P = ee[0], E = ee[1], j = M(null), R = j[0], B = j[1], q = M(null), L = q[0], X = q[1], J = M(null), D = J[0], K = J[1], re = M(null), N = re[0], de = re[1], Ce = M(null), ve = Ce[0], he = Ce[1], Te = M(null), Se = Te[0], ue = Te[1], ie = M(null), $e = ie[0], le = ie[1], ze = M(null), ne = ze[0], Ye = ze[1], Qe = M(null), Be = Qe[0], ot = Qe[1];
|
|
3760
3760
|
return h(function() {
|
|
3761
3761
|
T !== null && T.setMap(b);
|
|
3762
3762
|
}, [b]), h(function() {
|
|
@@ -3778,11 +3778,11 @@ function ga(t) {
|
|
|
3778
3778
|
}, [l]), h(function() {
|
|
3779
3779
|
T && u && (A !== null && google.maps.event.removeListener(A), Z(google.maps.event.addListener(T, "dragstart", u)));
|
|
3780
3780
|
}, [u]), h(function() {
|
|
3781
|
-
T && d && (
|
|
3781
|
+
T && d && (P !== null && google.maps.event.removeListener(P), E(google.maps.event.addListener(T, "mousedown", d)));
|
|
3782
3782
|
}, [d]), h(function() {
|
|
3783
3783
|
T && f && (R !== null && google.maps.event.removeListener(R), B(google.maps.event.addListener(T, "mousemove", f)));
|
|
3784
3784
|
}, [f]), h(function() {
|
|
3785
|
-
T && c && (
|
|
3785
|
+
T && c && (L !== null && google.maps.event.removeListener(L), X(google.maps.event.addListener(T, "mouseout", c)));
|
|
3786
3786
|
}, [c]), h(function() {
|
|
3787
3787
|
T && p && (D !== null && google.maps.event.removeListener(D), K(google.maps.event.addListener(T, "mouseover", p)));
|
|
3788
3788
|
}, [p]), h(function() {
|
|
@@ -3790,17 +3790,17 @@ function ga(t) {
|
|
|
3790
3790
|
}, [w]), h(function() {
|
|
3791
3791
|
T && m && (ve !== null && google.maps.event.removeListener(ve), he(google.maps.event.addListener(T, "rightclick", m)));
|
|
3792
3792
|
}, [m]), h(function() {
|
|
3793
|
-
T &&
|
|
3794
|
-
}, [
|
|
3793
|
+
T && C && (Se !== null && google.maps.event.removeListener(Se), ue(google.maps.event.addListener(T, "click", C)));
|
|
3794
|
+
}, [C]), h(function() {
|
|
3795
3795
|
T && x && ($e !== null && google.maps.event.removeListener($e), le(google.maps.event.addListener(T, "drag", x)));
|
|
3796
3796
|
}, [x]), h(function() {
|
|
3797
3797
|
T && O && (ne !== null && google.maps.event.removeListener(ne), Ye(google.maps.event.addListener(T, "center_changed", O)));
|
|
3798
|
-
}, [
|
|
3798
|
+
}, [C]), h(function() {
|
|
3799
3799
|
T && k && (Be !== null && google.maps.event.removeListener(Be), ot(google.maps.event.addListener(T, "radius_changed", k)));
|
|
3800
3800
|
}, [k]), h(function() {
|
|
3801
3801
|
var ye = new google.maps.Circle(te(te({}, e || ha), { map: b }));
|
|
3802
|
-
return typeof o == "number" && ye.setRadius(o), typeof n < "u" && ye.setCenter(n), typeof o == "number" && ye.setRadius(o), typeof s < "u" && ye.setVisible(s), typeof i < "u" && ye.setEditable(i), typeof r < "u" && ye.setDraggable(r), a && Q(google.maps.event.addListener(ye, "dblclick", a)), l && Y(google.maps.event.addListener(ye, "dragend", l)), u && Z(google.maps.event.addListener(ye, "dragstart", u)), d && E(google.maps.event.addListener(ye, "mousedown", d)), f && B(google.maps.event.addListener(ye, "mousemove", f)), c && X(google.maps.event.addListener(ye, "mouseout", c)), p && K(google.maps.event.addListener(ye, "mouseover", p)), w && de(google.maps.event.addListener(ye, "mouseup", w)), m && he(google.maps.event.addListener(ye, "rightclick", m)),
|
|
3803
|
-
U !== null && google.maps.event.removeListener(U), W !== null && google.maps.event.removeListener(W), A !== null && google.maps.event.removeListener(A),
|
|
3802
|
+
return typeof o == "number" && ye.setRadius(o), typeof n < "u" && ye.setCenter(n), typeof o == "number" && ye.setRadius(o), typeof s < "u" && ye.setVisible(s), typeof i < "u" && ye.setEditable(i), typeof r < "u" && ye.setDraggable(r), a && Q(google.maps.event.addListener(ye, "dblclick", a)), l && Y(google.maps.event.addListener(ye, "dragend", l)), u && Z(google.maps.event.addListener(ye, "dragstart", u)), d && E(google.maps.event.addListener(ye, "mousedown", d)), f && B(google.maps.event.addListener(ye, "mousemove", f)), c && X(google.maps.event.addListener(ye, "mouseout", c)), p && K(google.maps.event.addListener(ye, "mouseover", p)), w && de(google.maps.event.addListener(ye, "mouseup", w)), m && he(google.maps.event.addListener(ye, "rightclick", m)), C && ue(google.maps.event.addListener(ye, "click", C)), x && le(google.maps.event.addListener(ye, "drag", x)), O && Ye(google.maps.event.addListener(ye, "center_changed", O)), k && ot(google.maps.event.addListener(ye, "radius_changed", k)), F(ye), _ && _(ye), function() {
|
|
3803
|
+
U !== null && google.maps.event.removeListener(U), W !== null && google.maps.event.removeListener(W), A !== null && google.maps.event.removeListener(A), P !== null && google.maps.event.removeListener(P), R !== null && google.maps.event.removeListener(R), L !== null && google.maps.event.removeListener(L), D !== null && google.maps.event.removeListener(D), N !== null && google.maps.event.removeListener(N), ve !== null && google.maps.event.removeListener(ve), Se !== null && google.maps.event.removeListener(Se), ne !== null && google.maps.event.removeListener(ne), Be !== null && google.maps.event.removeListener(Be), v && v(ye), ye.setMap(null);
|
|
3804
3804
|
};
|
|
3805
3805
|
}, []), null;
|
|
3806
3806
|
}
|
|
@@ -3901,11 +3901,11 @@ var Go = {
|
|
|
3901
3901
|
}
|
|
3902
3902
|
};
|
|
3903
3903
|
function ma(t) {
|
|
3904
|
-
var e = t.options, n = t.onClick, o = t.onDblClick, r = t.onMouseDown, i = t.onMouseMove, s = t.onMouseOut, a = t.onMouseOver, l = t.onMouseUp, u = t.onRightClick, d = t.onAddFeature, f = t.onRemoveFeature, c = t.onRemoveProperty, p = t.onSetGeometry, w = t.onSetProperty, m = t.onLoad,
|
|
3904
|
+
var e = t.options, n = t.onClick, o = t.onDblClick, r = t.onMouseDown, i = t.onMouseMove, s = t.onMouseOut, a = t.onMouseOver, l = t.onMouseUp, u = t.onRightClick, d = t.onAddFeature, f = t.onRemoveFeature, c = t.onRemoveProperty, p = t.onSetGeometry, w = t.onSetProperty, m = t.onLoad, C = t.onUnmount, x = Pe(ce), O = M(null), k = O[0], _ = O[1], v = M(null), b = v[0], S = v[1], T = M(null), F = T[0], I = T[1], U = M(null), Q = U[0], z = U[1], W = M(null), Y = W[0], V = W[1], A = M(null), Z = A[0], ee = A[1], P = M(null), E = P[0], j = P[1], R = M(null), B = R[0], q = R[1], L = M(null), X = L[0], J = L[1], D = M(null), K = D[0], re = D[1], N = M(null), de = N[0], Ce = N[1], ve = M(null), he = ve[0], Te = ve[1], Se = M(null), ue = Se[0], ie = Se[1], $e = M(null), le = $e[0], ze = $e[1];
|
|
3905
3905
|
return h(function() {
|
|
3906
3906
|
k !== null && k.setMap(x);
|
|
3907
3907
|
}, [x]), h(function() {
|
|
3908
|
-
k && o && (b !== null && google.maps.event.removeListener(b),
|
|
3908
|
+
k && o && (b !== null && google.maps.event.removeListener(b), S(google.maps.event.addListener(k, "dblclick", o)));
|
|
3909
3909
|
}, [o]), h(function() {
|
|
3910
3910
|
k && r && (F !== null && google.maps.event.removeListener(F), I(google.maps.event.addListener(k, "mousedown", r)));
|
|
3911
3911
|
}, [r]), h(function() {
|
|
@@ -3933,10 +3933,10 @@ function ma(t) {
|
|
|
3933
3933
|
}, [w]), h(function() {
|
|
3934
3934
|
if (x !== null) {
|
|
3935
3935
|
var ne = new google.maps.Data(te(te({}, e || {}), { map: x }));
|
|
3936
|
-
o &&
|
|
3936
|
+
o && S(google.maps.event.addListener(ne, "dblclick", o)), r && I(google.maps.event.addListener(ne, "mousedown", r)), i && z(google.maps.event.addListener(ne, "mousemove", i)), s && V(google.maps.event.addListener(ne, "mouseout", s)), a && ee(google.maps.event.addListener(ne, "mouseover", a)), l && j(google.maps.event.addListener(ne, "mouseup", l)), u && q(google.maps.event.addListener(ne, "rightclick", u)), n && J(google.maps.event.addListener(ne, "click", n)), d && re(google.maps.event.addListener(ne, "addfeature", d)), f && Ce(google.maps.event.addListener(ne, "removefeature", f)), c && Te(google.maps.event.addListener(ne, "removeproperty", c)), p && ie(google.maps.event.addListener(ne, "setgeometry", p)), w && ze(google.maps.event.addListener(ne, "setproperty", w)), _(ne), m && m(ne);
|
|
3937
3937
|
}
|
|
3938
3938
|
return function() {
|
|
3939
|
-
k && (b !== null && google.maps.event.removeListener(b), F !== null && google.maps.event.removeListener(F), Q !== null && google.maps.event.removeListener(Q), Y !== null && google.maps.event.removeListener(Y), Z !== null && google.maps.event.removeListener(Z), E !== null && google.maps.event.removeListener(E), B !== null && google.maps.event.removeListener(B), X !== null && google.maps.event.removeListener(X), K !== null && google.maps.event.removeListener(K), de !== null && google.maps.event.removeListener(de), he !== null && google.maps.event.removeListener(he), ue !== null && google.maps.event.removeListener(ue), le !== null && google.maps.event.removeListener(le),
|
|
3939
|
+
k && (b !== null && google.maps.event.removeListener(b), F !== null && google.maps.event.removeListener(F), Q !== null && google.maps.event.removeListener(Q), Y !== null && google.maps.event.removeListener(Y), Z !== null && google.maps.event.removeListener(Z), E !== null && google.maps.event.removeListener(E), B !== null && google.maps.event.removeListener(B), X !== null && google.maps.event.removeListener(X), K !== null && google.maps.event.removeListener(K), de !== null && google.maps.event.removeListener(de), he !== null && google.maps.event.removeListener(he), ue !== null && google.maps.event.removeListener(ue), le !== null && google.maps.event.removeListener(le), C && C(k), k.setMap(null));
|
|
3940
3940
|
};
|
|
3941
3941
|
}, []), null;
|
|
3942
3942
|
}
|
|
@@ -4715,8 +4715,8 @@ function Zc(t) {
|
|
|
4715
4715
|
className: u = "",
|
|
4716
4716
|
children: d,
|
|
4717
4717
|
...f
|
|
4718
|
-
} = t, p = { xs: 12, sm: 16, md: 20, lg: 24 }[i],
|
|
4719
|
-
return /* @__PURE__ */ y.jsxs("button", { className:
|
|
4718
|
+
} = t, p = { xs: 12, sm: 16, md: 20, lg: 24 }[i], C = `arkynButton ${e ? "loadingTrue" : "loadingFalse"} ${o} ${n} ${i} ${r ? "loadingTextTrue" : "loadingTextFalse"} ${u}`;
|
|
4719
|
+
return /* @__PURE__ */ y.jsxs("button", { className: C, disabled: l || e, ...f, children: [
|
|
4720
4720
|
/* @__PURE__ */ y.jsxs("div", { className: "arkynButtonSpinner", children: [
|
|
4721
4721
|
/* @__PURE__ */ y.jsx(kt, { size: p, strokeWidth: 2.5 }),
|
|
4722
4722
|
r && r
|
|
@@ -4761,7 +4761,7 @@ function Gc(t) {
|
|
|
4761
4761
|
onCheck: a,
|
|
4762
4762
|
value: l,
|
|
4763
4763
|
...u
|
|
4764
|
-
} = t, { id: d, inputRef: f, error: c } = tt(), p = r || !!c, [w, m] = M(i || !1),
|
|
4764
|
+
} = t, { id: d, inputRef: f, error: c } = tt(), p = r || !!c, [w, m] = M(i || !1), C = typeof s == "boolean" ? s : w, k = `arkynCheckbox ${o} ${p ? "errorTrue" : "errorFalse"} ${C ? "checkedTrue" : "checkedFalse"} ${n}`;
|
|
4765
4765
|
function _() {
|
|
4766
4766
|
const v = w;
|
|
4767
4767
|
m(!v), a && a(v ? "" : l || "checked");
|
|
@@ -4781,7 +4781,7 @@ function Gc(t) {
|
|
|
4781
4781
|
type: "hidden",
|
|
4782
4782
|
name: e,
|
|
4783
4783
|
ref: f,
|
|
4784
|
-
value:
|
|
4784
|
+
value: C ? l || "checked" : ""
|
|
4785
4785
|
}
|
|
4786
4786
|
),
|
|
4787
4787
|
/* @__PURE__ */ y.jsx(qr, {})
|
|
@@ -4863,7 +4863,7 @@ function Oa(t, e) {
|
|
|
4863
4863
|
readOnly: p,
|
|
4864
4864
|
onFocus: w,
|
|
4865
4865
|
onBlur: m,
|
|
4866
|
-
title:
|
|
4866
|
+
title: C,
|
|
4867
4867
|
style: x,
|
|
4868
4868
|
onChange: O,
|
|
4869
4869
|
...k
|
|
@@ -4887,7 +4887,7 @@ function Oa(t, e) {
|
|
|
4887
4887
|
readOnly: p,
|
|
4888
4888
|
onFocus: w,
|
|
4889
4889
|
onBlur: m,
|
|
4890
|
-
title:
|
|
4890
|
+
title: C,
|
|
4891
4891
|
style: x,
|
|
4892
4892
|
onChange: O,
|
|
4893
4893
|
loadingPosition: v,
|
|
@@ -4905,19 +4905,19 @@ function Ia(t) {
|
|
|
4905
4905
|
prefix: p,
|
|
4906
4906
|
sufix: w,
|
|
4907
4907
|
iconSize: m,
|
|
4908
|
-
loadingPosition:
|
|
4908
|
+
loadingPosition: C,
|
|
4909
4909
|
isLoading: x,
|
|
4910
4910
|
LeftIcon: O,
|
|
4911
4911
|
readOnly: k,
|
|
4912
4912
|
onFocus: _,
|
|
4913
4913
|
onBlur: v,
|
|
4914
4914
|
RightIcon: b,
|
|
4915
|
-
Spinner:
|
|
4915
|
+
Spinner: S,
|
|
4916
4916
|
onChange: T,
|
|
4917
4917
|
value: F,
|
|
4918
4918
|
defaultValue: I,
|
|
4919
4919
|
...U
|
|
4920
|
-
} = Oa({ ...t, id: i, isError: l }, e), [Q, z] = M(I), W = O && !x, Y = b && !x, V =
|
|
4920
|
+
} = Oa({ ...t, id: i, isError: l }, e), [Q, z] = M(I), W = O && !x, Y = b && !x, V = C === "left" && x, A = C === "right" && x;
|
|
4921
4921
|
function Z() {
|
|
4922
4922
|
u || !(a != null && a.current) || (n(!0), a.current.focus());
|
|
4923
4923
|
}
|
|
@@ -4926,7 +4926,7 @@ function Ia(t) {
|
|
|
4926
4926
|
const B = yi(R);
|
|
4927
4927
|
R.length > bi || (R = vi(R, ro[B]), j.target.value = R, z(R), T && T(j));
|
|
4928
4928
|
}
|
|
4929
|
-
function
|
|
4929
|
+
function P(j) {
|
|
4930
4930
|
n(!0), _ && _(j);
|
|
4931
4931
|
}
|
|
4932
4932
|
function E(j) {
|
|
@@ -4941,7 +4941,7 @@ function Ia(t) {
|
|
|
4941
4941
|
className: c,
|
|
4942
4942
|
children: [
|
|
4943
4943
|
p,
|
|
4944
|
-
V &&
|
|
4944
|
+
V && S,
|
|
4945
4945
|
W && /* @__PURE__ */ y.jsx(O, { size: m, strokeWidth: 2.5 }),
|
|
4946
4946
|
/* @__PURE__ */ y.jsx(
|
|
4947
4947
|
"input",
|
|
@@ -4950,14 +4950,14 @@ function Ia(t) {
|
|
|
4950
4950
|
readOnly: k,
|
|
4951
4951
|
ref: a,
|
|
4952
4952
|
value: F || Q,
|
|
4953
|
-
onFocus:
|
|
4953
|
+
onFocus: P,
|
|
4954
4954
|
onChange: ee,
|
|
4955
4955
|
onBlur: E,
|
|
4956
4956
|
...U
|
|
4957
4957
|
}
|
|
4958
4958
|
),
|
|
4959
4959
|
Y && /* @__PURE__ */ y.jsx(b, { size: m, strokeWidth: 2.5 }),
|
|
4960
|
-
A &&
|
|
4960
|
+
A && S,
|
|
4961
4961
|
w
|
|
4962
4962
|
]
|
|
4963
4963
|
}
|
|
@@ -4993,7 +4993,7 @@ function Da(t, e) {
|
|
|
4993
4993
|
onFocus: p,
|
|
4994
4994
|
onBlur: w,
|
|
4995
4995
|
title: m,
|
|
4996
|
-
style:
|
|
4996
|
+
style: C,
|
|
4997
4997
|
// showCents = false,
|
|
4998
4998
|
max: x = 1e9,
|
|
4999
4999
|
locale: O = "pt-BR",
|
|
@@ -5014,7 +5014,7 @@ function Da(t, e) {
|
|
|
5014
5014
|
onFocus: p,
|
|
5015
5015
|
onBlur: w,
|
|
5016
5016
|
title: m,
|
|
5017
|
-
style:
|
|
5017
|
+
style: C,
|
|
5018
5018
|
max: x,
|
|
5019
5019
|
// showCents,
|
|
5020
5020
|
loadingPosition: v,
|
|
@@ -5030,14 +5030,14 @@ function ja(t) {
|
|
|
5030
5030
|
style: p,
|
|
5031
5031
|
className: w,
|
|
5032
5032
|
prefix: m,
|
|
5033
|
-
sufix:
|
|
5033
|
+
sufix: C,
|
|
5034
5034
|
iconSize: x,
|
|
5035
5035
|
loadingPosition: O,
|
|
5036
5036
|
isLoading: k,
|
|
5037
5037
|
LeftIcon: _,
|
|
5038
5038
|
readOnly: v,
|
|
5039
5039
|
onFocus: b,
|
|
5040
|
-
onBlur:
|
|
5040
|
+
onBlur: S,
|
|
5041
5041
|
RightIcon: T,
|
|
5042
5042
|
Spinner: F,
|
|
5043
5043
|
value: I,
|
|
@@ -5049,7 +5049,7 @@ function ja(t) {
|
|
|
5049
5049
|
name: V,
|
|
5050
5050
|
defaultValue: A,
|
|
5051
5051
|
...Z
|
|
5052
|
-
} = Da({ ...t, id: a, isError: d }, e), ee = _ && !k,
|
|
5052
|
+
} = Da({ ...t, id: a, isError: d }, e), ee = _ && !k, P = T && !k, E = O === "left" && k, j = O === "right" && k;
|
|
5053
5053
|
function R() {
|
|
5054
5054
|
f || !(u != null && u.current) || (n(!0), u.current.focus());
|
|
5055
5055
|
}
|
|
@@ -5057,9 +5057,9 @@ function ja(t) {
|
|
|
5057
5057
|
n(!0), b && b(D);
|
|
5058
5058
|
}
|
|
5059
5059
|
function q(D) {
|
|
5060
|
-
n(!1),
|
|
5060
|
+
n(!1), S && S(D);
|
|
5061
5061
|
}
|
|
5062
|
-
const
|
|
5062
|
+
const L = (D) => {
|
|
5063
5063
|
const [K, re] = pr(
|
|
5064
5064
|
Y,
|
|
5065
5065
|
D,
|
|
@@ -5068,7 +5068,7 @@ function ja(t) {
|
|
|
5068
5068
|
return !U || K <= U ? (r(re), [K, re]) : [Gn(o), o];
|
|
5069
5069
|
}, X = (D) => {
|
|
5070
5070
|
D.preventDefault();
|
|
5071
|
-
const [K, re] =
|
|
5071
|
+
const [K, re] = L(D.target.value);
|
|
5072
5072
|
Q(D, String(K), String(re));
|
|
5073
5073
|
}, J = (D) => z && z(D, D.key, D.key);
|
|
5074
5074
|
return h(() => {
|
|
@@ -5108,8 +5108,8 @@ function ja(t) {
|
|
|
5108
5108
|
}
|
|
5109
5109
|
),
|
|
5110
5110
|
j && F,
|
|
5111
|
-
|
|
5112
|
-
|
|
5111
|
+
P && /* @__PURE__ */ y.jsx(T, { size: x, strokeWidth: 2.5 }),
|
|
5112
|
+
C
|
|
5113
5113
|
]
|
|
5114
5114
|
}
|
|
5115
5115
|
);
|
|
@@ -5130,7 +5130,7 @@ function Na(t, e) {
|
|
|
5130
5130
|
onFocus: p,
|
|
5131
5131
|
onBlur: w,
|
|
5132
5132
|
title: m,
|
|
5133
|
-
style:
|
|
5133
|
+
style: C,
|
|
5134
5134
|
onChange: x,
|
|
5135
5135
|
showMask: O = !1,
|
|
5136
5136
|
type: k,
|
|
@@ -5148,7 +5148,7 @@ function Na(t, e) {
|
|
|
5148
5148
|
onFocus: p,
|
|
5149
5149
|
onBlur: w,
|
|
5150
5150
|
title: m,
|
|
5151
|
-
style:
|
|
5151
|
+
style: C,
|
|
5152
5152
|
onChange: x,
|
|
5153
5153
|
loadingPosition: v,
|
|
5154
5154
|
iconSize: z,
|
|
@@ -5167,16 +5167,16 @@ function Ba(t) {
|
|
|
5167
5167
|
prefix: p,
|
|
5168
5168
|
sufix: w,
|
|
5169
5169
|
iconSize: m,
|
|
5170
|
-
loadingPosition:
|
|
5170
|
+
loadingPosition: C,
|
|
5171
5171
|
isLoading: x,
|
|
5172
5172
|
LeftIcon: O,
|
|
5173
5173
|
readOnly: k,
|
|
5174
5174
|
onFocus: _,
|
|
5175
5175
|
onBlur: v,
|
|
5176
5176
|
RightIcon: b,
|
|
5177
|
-
Spinner:
|
|
5177
|
+
Spinner: S,
|
|
5178
5178
|
...T
|
|
5179
|
-
} = Na({ ...t, id: i, isError: l }, e), F = O && !x, I = b && !x, U =
|
|
5179
|
+
} = Na({ ...t, id: i, isError: l }, e), F = O && !x, I = b && !x, U = C === "left" && x, Q = C === "right" && x;
|
|
5180
5180
|
function z() {
|
|
5181
5181
|
u || !(a != null && a.current) || (n(!0), a.current.focus());
|
|
5182
5182
|
}
|
|
@@ -5195,7 +5195,7 @@ function Ba(t) {
|
|
|
5195
5195
|
className: c,
|
|
5196
5196
|
children: [
|
|
5197
5197
|
p,
|
|
5198
|
-
U &&
|
|
5198
|
+
U && S,
|
|
5199
5199
|
F && /* @__PURE__ */ y.jsx(O, { size: m, strokeWidth: 2.5 }),
|
|
5200
5200
|
/* @__PURE__ */ y.jsx(
|
|
5201
5201
|
os,
|
|
@@ -5209,7 +5209,7 @@ function Ba(t) {
|
|
|
5209
5209
|
}
|
|
5210
5210
|
),
|
|
5211
5211
|
I && /* @__PURE__ */ y.jsx(b, { size: m, strokeWidth: 2.5 }),
|
|
5212
|
-
Q &&
|
|
5212
|
+
Q && S,
|
|
5213
5213
|
w
|
|
5214
5214
|
]
|
|
5215
5215
|
}
|
|
@@ -5231,7 +5231,7 @@ function Aa(t, e) {
|
|
|
5231
5231
|
onFocus: p,
|
|
5232
5232
|
onBlur: w,
|
|
5233
5233
|
title: m,
|
|
5234
|
-
style:
|
|
5234
|
+
style: C,
|
|
5235
5235
|
onChange: x,
|
|
5236
5236
|
...O
|
|
5237
5237
|
} = t, k = d ? "right" : "left", F = `arkyn_input ${a ? "hasPrefix" : ""} ${l ? "hasSufix" : ""} ${s} ${r} ${f || c || n ? "opacity" : ""} ${o ? "errored" : ""} ${e ? "focused" : ""} ${i}`, U = { md: 20, lg: 20 }[r];
|
|
@@ -5247,7 +5247,7 @@ function Aa(t, e) {
|
|
|
5247
5247
|
onFocus: p,
|
|
5248
5248
|
onBlur: w,
|
|
5249
5249
|
title: m,
|
|
5250
|
-
style:
|
|
5250
|
+
style: C,
|
|
5251
5251
|
onChange: x,
|
|
5252
5252
|
loadingPosition: k,
|
|
5253
5253
|
iconSize: U,
|
|
@@ -5264,17 +5264,17 @@ function za(t) {
|
|
|
5264
5264
|
prefix: p,
|
|
5265
5265
|
sufix: w,
|
|
5266
5266
|
iconSize: m,
|
|
5267
|
-
loadingPosition:
|
|
5267
|
+
loadingPosition: C,
|
|
5268
5268
|
isLoading: x,
|
|
5269
5269
|
LeftIcon: O,
|
|
5270
5270
|
readOnly: k,
|
|
5271
5271
|
onFocus: _,
|
|
5272
5272
|
onBlur: v,
|
|
5273
5273
|
RightIcon: b,
|
|
5274
|
-
type:
|
|
5274
|
+
type: S,
|
|
5275
5275
|
Spinner: T,
|
|
5276
5276
|
...F
|
|
5277
|
-
} = Aa({ ...t, id: i, isError: l }, e), I = O && !x, U = b && !x, Q =
|
|
5277
|
+
} = Aa({ ...t, id: i, isError: l }, e), I = O && !x, U = b && !x, Q = C === "left" && x, z = C === "right" && x;
|
|
5278
5278
|
function W() {
|
|
5279
5279
|
u || !(a != null && a.current) || (n(!0), a.current.focus());
|
|
5280
5280
|
}
|
|
@@ -5284,7 +5284,7 @@ function za(t) {
|
|
|
5284
5284
|
function V(A) {
|
|
5285
5285
|
n(!1), v && v(A);
|
|
5286
5286
|
}
|
|
5287
|
-
return
|
|
5287
|
+
return S === "hidden" ? /* @__PURE__ */ y.jsx(
|
|
5288
5288
|
"input",
|
|
5289
5289
|
{
|
|
5290
5290
|
style: { display: "none" },
|
|
@@ -5312,7 +5312,7 @@ function za(t) {
|
|
|
5312
5312
|
ref: a,
|
|
5313
5313
|
onFocus: Y,
|
|
5314
5314
|
onBlur: V,
|
|
5315
|
-
type:
|
|
5315
|
+
type: S,
|
|
5316
5316
|
...F
|
|
5317
5317
|
}
|
|
5318
5318
|
),
|
|
@@ -5405,12 +5405,12 @@ function Wa(t, e) {
|
|
|
5405
5405
|
title: p,
|
|
5406
5406
|
style: w,
|
|
5407
5407
|
closeOnSelect: m = !0,
|
|
5408
|
-
...
|
|
5409
|
-
} = t, v = `arkyn_select ${a ? "hasPrefix" : ""} ${s} ${r} ${u || d || n ? "opacity" : ""} ${o ? "errored" : ""} ${e ? "focused" : ""} ${i}`,
|
|
5408
|
+
...C
|
|
5409
|
+
} = t, v = `arkyn_select ${a ? "hasPrefix" : ""} ${s} ${r} ${u || d || n ? "opacity" : ""} ${o ? "errored" : ""} ${e ? "focused" : ""} ${i}`, S = { md: 20, lg: 20 }[r];
|
|
5410
5410
|
return {
|
|
5411
5411
|
isLoading: n,
|
|
5412
5412
|
className: v,
|
|
5413
|
-
prefix: cs(a,
|
|
5413
|
+
prefix: cs(a, S, "prefix"),
|
|
5414
5414
|
LeftIcon: l,
|
|
5415
5415
|
disabled: u || n || d,
|
|
5416
5416
|
onFocus: f,
|
|
@@ -5418,9 +5418,9 @@ function Wa(t, e) {
|
|
|
5418
5418
|
title: p,
|
|
5419
5419
|
closeOnSelect: m,
|
|
5420
5420
|
style: w,
|
|
5421
|
-
iconSize:
|
|
5422
|
-
Spinner: /* @__PURE__ */ y.jsx(kt, { className: "spinner", size:
|
|
5423
|
-
...
|
|
5421
|
+
iconSize: S,
|
|
5422
|
+
Spinner: /* @__PURE__ */ y.jsx(kt, { className: "spinner", size: S, strokeWidth: 2.5 }),
|
|
5423
|
+
...C
|
|
5424
5424
|
};
|
|
5425
5425
|
}
|
|
5426
5426
|
function ed(t) {
|
|
@@ -5433,14 +5433,14 @@ function ed(t) {
|
|
|
5433
5433
|
prefix: p,
|
|
5434
5434
|
iconSize: w,
|
|
5435
5435
|
isLoading: m,
|
|
5436
|
-
LeftIcon:
|
|
5436
|
+
LeftIcon: C,
|
|
5437
5437
|
value: x = null,
|
|
5438
5438
|
defaultValue: O = "",
|
|
5439
5439
|
onFocus: k,
|
|
5440
5440
|
onBlur: _,
|
|
5441
5441
|
Spinner: v,
|
|
5442
5442
|
name: b,
|
|
5443
|
-
placeholder:
|
|
5443
|
+
placeholder: S,
|
|
5444
5444
|
onSelect: T,
|
|
5445
5445
|
options: F,
|
|
5446
5446
|
optionMaxHeight: I,
|
|
@@ -5460,11 +5460,11 @@ function ed(t) {
|
|
|
5460
5460
|
const { label: B, value: q } = R;
|
|
5461
5461
|
W(z !== q ? q : ""), T && T({ label: B, value: q }), U && A();
|
|
5462
5462
|
}
|
|
5463
|
-
const ee = typeof x == "string" ? x : z,
|
|
5464
|
-
if (!e &&
|
|
5465
|
-
if (!e && !
|
|
5466
|
-
if (e &&
|
|
5467
|
-
if (e && !
|
|
5463
|
+
const ee = typeof x == "string" ? x : z, P = ((j = F.find((R) => R.value === ee)) == null ? void 0 : j.label) || "", E = () => {
|
|
5464
|
+
if (!e && P) return !0;
|
|
5465
|
+
if (!e && !P) return !1;
|
|
5466
|
+
if (e && P) return !0;
|
|
5467
|
+
if (e && !P) return !1;
|
|
5468
5468
|
};
|
|
5469
5469
|
return /* @__PURE__ */ y.jsxs(y.Fragment, { children: [
|
|
5470
5470
|
/* @__PURE__ */ y.jsxs(
|
|
@@ -5476,13 +5476,13 @@ function ed(t) {
|
|
|
5476
5476
|
className: `${c} placeholder_dark_${E()}`,
|
|
5477
5477
|
children: [
|
|
5478
5478
|
p,
|
|
5479
|
-
|
|
5479
|
+
C && /* @__PURE__ */ y.jsx(C, { size: w, strokeWidth: 2.5 }),
|
|
5480
5480
|
/* @__PURE__ */ y.jsx(
|
|
5481
5481
|
"input",
|
|
5482
5482
|
{
|
|
5483
5483
|
disabled: u,
|
|
5484
5484
|
readOnly: !0,
|
|
5485
|
-
placeholder:
|
|
5485
|
+
placeholder: P || S,
|
|
5486
5486
|
onFocus: V,
|
|
5487
5487
|
...Q
|
|
5488
5488
|
}
|
|
@@ -5541,32 +5541,27 @@ function td(t) {
|
|
|
5541
5541
|
defaultChecked: n = !1,
|
|
5542
5542
|
checked: o = null,
|
|
5543
5543
|
value: r,
|
|
5544
|
-
|
|
5545
|
-
|
|
5546
|
-
|
|
5547
|
-
|
|
5548
|
-
|
|
5549
|
-
|
|
5550
|
-
|
|
5544
|
+
unCheckedValue: i = "",
|
|
5545
|
+
name: s,
|
|
5546
|
+
className: a = "",
|
|
5547
|
+
onCheck: l,
|
|
5548
|
+
...u
|
|
5549
|
+
} = t, [d, f] = M(n), { id: c, inputRef: p } = tt(), w = typeof o == "boolean" ? o : d;
|
|
5550
|
+
function m() {
|
|
5551
|
+
f(!d), l && l(w ? i : r || "checked");
|
|
5551
5552
|
}
|
|
5552
|
-
const
|
|
5553
|
+
const x = `arkynSwitch ${w ? "checkedTrue" : "checkedFalse"} ${e} ${a}`;
|
|
5553
5554
|
return /* @__PURE__ */ y.jsx(
|
|
5554
5555
|
"button",
|
|
5555
5556
|
{
|
|
5556
|
-
id:
|
|
5557
|
+
id: c,
|
|
5557
5558
|
type: "button",
|
|
5558
|
-
onClick:
|
|
5559
|
-
className:
|
|
5560
|
-
...
|
|
5561
|
-
|
|
5562
|
-
|
|
5563
|
-
|
|
5564
|
-
type: "hidden",
|
|
5565
|
-
name: i,
|
|
5566
|
-
ref: c,
|
|
5567
|
-
value: p ? r || "checked" : ""
|
|
5568
|
-
}
|
|
5569
|
-
)
|
|
5559
|
+
onClick: m,
|
|
5560
|
+
className: x,
|
|
5561
|
+
...u,
|
|
5562
|
+
name: s,
|
|
5563
|
+
ref: p,
|
|
5564
|
+
value: w ? r || "checked" : ""
|
|
5570
5565
|
}
|
|
5571
5566
|
);
|
|
5572
5567
|
}
|
|
@@ -5582,8 +5577,8 @@ function nd(t) {
|
|
|
5582
5577
|
title: l,
|
|
5583
5578
|
style: u,
|
|
5584
5579
|
...d
|
|
5585
|
-
} = t, [f, c] = M(!1), { inputRef: p, id: w, error: m } = tt(),
|
|
5586
|
-
function
|
|
5580
|
+
} = t, [f, c] = M(!1), { inputRef: p, id: w, error: m } = tt(), C = Je(null), x = p || C, k = t.isError || !!m ? "errorTrue" : "errorFalse", b = `arkynTextarea ${e} ${n} ${r || i ? "opacityTrue" : "opacityFalse"} ${k} ${f ? "focusedTrue" : "focusedFalse"} ${o}`;
|
|
5581
|
+
function S() {
|
|
5587
5582
|
r || !(x != null && x.current) || (c(!0), x.current.focus());
|
|
5588
5583
|
}
|
|
5589
5584
|
function T(I) {
|
|
@@ -5597,7 +5592,7 @@ function nd(t) {
|
|
|
5597
5592
|
{
|
|
5598
5593
|
title: l,
|
|
5599
5594
|
style: u,
|
|
5600
|
-
onClick:
|
|
5595
|
+
onClick: S,
|
|
5601
5596
|
className: b,
|
|
5602
5597
|
children: /* @__PURE__ */ y.jsx(
|
|
5603
5598
|
"textarea",
|
|
@@ -5616,35 +5611,36 @@ function nd(t) {
|
|
|
5616
5611
|
}
|
|
5617
5612
|
function od({
|
|
5618
5613
|
onChange: t,
|
|
5619
|
-
|
|
5620
|
-
|
|
5614
|
+
onPlaceChanged: e,
|
|
5615
|
+
options: n,
|
|
5616
|
+
...o
|
|
5621
5617
|
}) {
|
|
5622
|
-
const [
|
|
5623
|
-
var
|
|
5624
|
-
const
|
|
5625
|
-
function
|
|
5626
|
-
const
|
|
5627
|
-
return
|
|
5628
|
-
}
|
|
5629
|
-
if (
|
|
5630
|
-
const
|
|
5631
|
-
|
|
5632
|
-
street:
|
|
5633
|
-
city:
|
|
5634
|
-
state:
|
|
5635
|
-
district:
|
|
5636
|
-
cep:
|
|
5637
|
-
coordinates: { lat:
|
|
5618
|
+
const [r, i] = M(null), s = (l) => i(l), a = () => {
|
|
5619
|
+
var c, p, w, m;
|
|
5620
|
+
const u = r.getPlaces()[0], d = u == null ? void 0 : u.address_components;
|
|
5621
|
+
function f(C) {
|
|
5622
|
+
const x = d.find((O) => O.types[0] === C);
|
|
5623
|
+
return x ? x.long_name : "";
|
|
5624
|
+
}
|
|
5625
|
+
if (u) {
|
|
5626
|
+
const C = f("route"), x = f("sublocality_level_1"), O = f("administrative_area_level_2"), k = f("administrative_area_level_1"), _ = f("postal_code"), v = (p = (c = u.geometry) == null ? void 0 : c.location) == null ? void 0 : p.lat(), b = (m = (w = u.geometry) == null ? void 0 : w.location) == null ? void 0 : m.lng();
|
|
5627
|
+
e && e({
|
|
5628
|
+
street: C,
|
|
5629
|
+
city: O,
|
|
5630
|
+
state: k,
|
|
5631
|
+
district: x,
|
|
5632
|
+
cep: _,
|
|
5633
|
+
coordinates: { lat: v, lng: b }
|
|
5638
5634
|
});
|
|
5639
5635
|
}
|
|
5640
5636
|
};
|
|
5641
5637
|
return /* @__PURE__ */ y.jsx(
|
|
5642
5638
|
Ta,
|
|
5643
5639
|
{
|
|
5644
|
-
onLoad:
|
|
5645
|
-
onPlacesChanged:
|
|
5646
|
-
options:
|
|
5647
|
-
children: /* @__PURE__ */ y.jsx(Ua, { type: "text", ...
|
|
5640
|
+
onLoad: s,
|
|
5641
|
+
onPlacesChanged: a,
|
|
5642
|
+
options: n,
|
|
5643
|
+
children: /* @__PURE__ */ y.jsx(Ua, { type: "text", onChange: (l) => t(l.target.value), ...o })
|
|
5648
5644
|
}
|
|
5649
5645
|
);
|
|
5650
5646
|
}
|
|
@@ -5692,8 +5688,8 @@ function sd(t) {
|
|
|
5692
5688
|
siblingsCount: i = 2,
|
|
5693
5689
|
...s
|
|
5694
5690
|
} = t, a = ns(), { getParam: l, getScopedSearch: u } = Ha(e), d = Number(l(r)) || 1, f = Number(l(o)) || 20, c = Math.ceil(n / f), p = us(d, i), w = ls(d, i, c);
|
|
5695
|
-
function m(
|
|
5696
|
-
a(u({ page:
|
|
5691
|
+
function m(C) {
|
|
5692
|
+
a(u({ page: C }));
|
|
5697
5693
|
}
|
|
5698
5694
|
return /* @__PURE__ */ y.jsxs("div", { className: "arkynPagination", ...s, children: [
|
|
5699
5695
|
/* @__PURE__ */ y.jsx(
|
|
@@ -5716,22 +5712,22 @@ function sd(t) {
|
|
|
5716
5712
|
),
|
|
5717
5713
|
d > 2 + i && /* @__PURE__ */ y.jsx("button", { disabled: !0, className: "arkynPaginationSpread", children: /* @__PURE__ */ y.jsx(mo, {}) })
|
|
5718
5714
|
] }),
|
|
5719
|
-
p.map((
|
|
5715
|
+
p.map((C, x) => /* @__PURE__ */ y.jsx(
|
|
5720
5716
|
"button",
|
|
5721
5717
|
{
|
|
5722
|
-
onClick: () => m(
|
|
5718
|
+
onClick: () => m(C),
|
|
5723
5719
|
className: "arkynPaginationPageButton",
|
|
5724
|
-
children:
|
|
5720
|
+
children: C
|
|
5725
5721
|
},
|
|
5726
5722
|
x
|
|
5727
5723
|
)),
|
|
5728
5724
|
/* @__PURE__ */ y.jsx("button", { className: "arkynPaginationCurrent", disabled: !0, children: d }),
|
|
5729
|
-
w.map((
|
|
5725
|
+
w.map((C, x) => /* @__PURE__ */ y.jsx(
|
|
5730
5726
|
"button",
|
|
5731
5727
|
{
|
|
5732
|
-
onClick: () => m(
|
|
5728
|
+
onClick: () => m(C),
|
|
5733
5729
|
className: "arkynPaginationPageButton",
|
|
5734
|
-
children:
|
|
5730
|
+
children: C
|
|
5735
5731
|
},
|
|
5736
5732
|
x
|
|
5737
5733
|
)),
|
|
@@ -5774,8 +5770,8 @@ function ad(t) {
|
|
|
5774
5770
|
width: "0px",
|
|
5775
5771
|
left: "0px",
|
|
5776
5772
|
transition: "none"
|
|
5777
|
-
}), w = (
|
|
5778
|
-
const O =
|
|
5773
|
+
}), w = (C, x) => {
|
|
5774
|
+
const O = C.getBoundingClientRect(), k = d.current.getBoundingClientRect(), _ = x ? void 0 : "none";
|
|
5779
5775
|
u(!1), p({
|
|
5780
5776
|
transition: _,
|
|
5781
5777
|
width: `${O.width}px`,
|
|
@@ -5783,13 +5779,13 @@ function ad(t) {
|
|
|
5783
5779
|
});
|
|
5784
5780
|
};
|
|
5785
5781
|
h(() => {
|
|
5786
|
-
const
|
|
5787
|
-
if (!
|
|
5782
|
+
const C = d.current;
|
|
5783
|
+
if (!C) return;
|
|
5788
5784
|
let x = null;
|
|
5789
|
-
x =
|
|
5785
|
+
x = C.querySelector("button.active"), x && w(x);
|
|
5790
5786
|
}, []);
|
|
5791
|
-
const m = (
|
|
5792
|
-
const x =
|
|
5787
|
+
const m = (C) => {
|
|
5788
|
+
const x = C.target;
|
|
5793
5789
|
x && (a(x.value), x.classList.add("active"), w(x, !0), n && n(x.value));
|
|
5794
5790
|
};
|
|
5795
5791
|
return /* @__PURE__ */ y.jsxs("nav", { ref: d, className: f.trim(), ...i, children: [
|
|
@@ -5992,23 +5988,23 @@ function sl(t, e, n) {
|
|
|
5992
5988
|
throw new TypeError(wi);
|
|
5993
5989
|
e = gr(e) || 0, vn(n) && (d = !!n.leading, f = "maxWait" in n, i = f ? rl(gr(n.maxWait) || 0, e) : i, c = "trailing" in n ? !!n.trailing : c);
|
|
5994
5990
|
function p(b) {
|
|
5995
|
-
var
|
|
5996
|
-
return o = r = void 0, u = b, s = t.apply(T,
|
|
5991
|
+
var S = o, T = r;
|
|
5992
|
+
return o = r = void 0, u = b, s = t.apply(T, S), s;
|
|
5997
5993
|
}
|
|
5998
5994
|
function w(b) {
|
|
5999
5995
|
return u = b, a = setTimeout(x, e), d ? p(b) : s;
|
|
6000
5996
|
}
|
|
6001
5997
|
function m(b) {
|
|
6002
|
-
var
|
|
5998
|
+
var S = b - l, T = b - u, F = e - S;
|
|
6003
5999
|
return f ? il(F, i - T) : F;
|
|
6004
6000
|
}
|
|
6005
|
-
function
|
|
6006
|
-
var
|
|
6007
|
-
return l === void 0 ||
|
|
6001
|
+
function C(b) {
|
|
6002
|
+
var S = b - l, T = b - u;
|
|
6003
|
+
return l === void 0 || S >= e || S < 0 || f && T >= i;
|
|
6008
6004
|
}
|
|
6009
6005
|
function x() {
|
|
6010
6006
|
var b = On();
|
|
6011
|
-
if (
|
|
6007
|
+
if (C(b))
|
|
6012
6008
|
return O(b);
|
|
6013
6009
|
a = setTimeout(x, m(b));
|
|
6014
6010
|
}
|
|
@@ -6022,8 +6018,8 @@ function sl(t, e, n) {
|
|
|
6022
6018
|
return a === void 0 ? s : O(On());
|
|
6023
6019
|
}
|
|
6024
6020
|
function v() {
|
|
6025
|
-
var b = On(),
|
|
6026
|
-
if (o = arguments, r = this, l = b,
|
|
6021
|
+
var b = On(), S = C(b);
|
|
6022
|
+
if (o = arguments, r = this, l = b, S) {
|
|
6027
6023
|
if (a === void 0)
|
|
6028
6024
|
return w(l);
|
|
6029
6025
|
if (f)
|
|
@@ -6495,7 +6491,7 @@ var yr;
|
|
|
6495
6491
|
function Hl() {
|
|
6496
6492
|
if (yr) return ke;
|
|
6497
6493
|
yr = 1;
|
|
6498
|
-
var t = typeof Symbol == "function" && Symbol.for, e = t ? Symbol.for("react.element") : 60103, n = t ? Symbol.for("react.portal") : 60106, o = t ? Symbol.for("react.fragment") : 60107, r = t ? Symbol.for("react.strict_mode") : 60108, i = t ? Symbol.for("react.profiler") : 60114, s = t ? Symbol.for("react.provider") : 60109, a = t ? Symbol.for("react.context") : 60110, l = t ? Symbol.for("react.async_mode") : 60111, u = t ? Symbol.for("react.concurrent_mode") : 60111, d = t ? Symbol.for("react.forward_ref") : 60112, f = t ? Symbol.for("react.suspense") : 60113, c = t ? Symbol.for("react.suspense_list") : 60120, p = t ? Symbol.for("react.memo") : 60115, w = t ? Symbol.for("react.lazy") : 60116, m = t ? Symbol.for("react.block") : 60121,
|
|
6494
|
+
var t = typeof Symbol == "function" && Symbol.for, e = t ? Symbol.for("react.element") : 60103, n = t ? Symbol.for("react.portal") : 60106, o = t ? Symbol.for("react.fragment") : 60107, r = t ? Symbol.for("react.strict_mode") : 60108, i = t ? Symbol.for("react.profiler") : 60114, s = t ? Symbol.for("react.provider") : 60109, a = t ? Symbol.for("react.context") : 60110, l = t ? Symbol.for("react.async_mode") : 60111, u = t ? Symbol.for("react.concurrent_mode") : 60111, d = t ? Symbol.for("react.forward_ref") : 60112, f = t ? Symbol.for("react.suspense") : 60113, c = t ? Symbol.for("react.suspense_list") : 60120, p = t ? Symbol.for("react.memo") : 60115, w = t ? Symbol.for("react.lazy") : 60116, m = t ? Symbol.for("react.block") : 60121, C = t ? Symbol.for("react.fundamental") : 60117, x = t ? Symbol.for("react.responder") : 60118, O = t ? Symbol.for("react.scope") : 60119;
|
|
6499
6495
|
function k(v) {
|
|
6500
6496
|
if (typeof v == "object" && v !== null) {
|
|
6501
6497
|
var b = v.$$typeof;
|
|
@@ -6554,7 +6550,7 @@ function Hl() {
|
|
|
6554
6550
|
}, ke.isSuspense = function(v) {
|
|
6555
6551
|
return k(v) === f;
|
|
6556
6552
|
}, ke.isValidElementType = function(v) {
|
|
6557
|
-
return typeof v == "string" || typeof v == "function" || v === o || v === u || v === i || v === r || v === f || v === c || typeof v == "object" && v !== null && (v.$$typeof === w || v.$$typeof === p || v.$$typeof === s || v.$$typeof === a || v.$$typeof === d || v.$$typeof ===
|
|
6553
|
+
return typeof v == "string" || typeof v == "function" || v === o || v === u || v === i || v === r || v === f || v === c || typeof v == "object" && v !== null && (v.$$typeof === w || v.$$typeof === p || v.$$typeof === s || v.$$typeof === a || v.$$typeof === d || v.$$typeof === C || v.$$typeof === x || v.$$typeof === O || v.$$typeof === m);
|
|
6558
6554
|
}, ke.typeOf = k, ke;
|
|
6559
6555
|
}
|
|
6560
6556
|
var Ee = {};
|
|
@@ -6569,10 +6565,10 @@ var Ee = {};
|
|
|
6569
6565
|
var br;
|
|
6570
6566
|
function Vl() {
|
|
6571
6567
|
return br || (br = 1, process.env.NODE_ENV !== "production" && function() {
|
|
6572
|
-
var t = typeof Symbol == "function" && Symbol.for, e = t ? Symbol.for("react.element") : 60103, n = t ? Symbol.for("react.portal") : 60106, o = t ? Symbol.for("react.fragment") : 60107, r = t ? Symbol.for("react.strict_mode") : 60108, i = t ? Symbol.for("react.profiler") : 60114, s = t ? Symbol.for("react.provider") : 60109, a = t ? Symbol.for("react.context") : 60110, l = t ? Symbol.for("react.async_mode") : 60111, u = t ? Symbol.for("react.concurrent_mode") : 60111, d = t ? Symbol.for("react.forward_ref") : 60112, f = t ? Symbol.for("react.suspense") : 60113, c = t ? Symbol.for("react.suspense_list") : 60120, p = t ? Symbol.for("react.memo") : 60115, w = t ? Symbol.for("react.lazy") : 60116, m = t ? Symbol.for("react.block") : 60121,
|
|
6568
|
+
var t = typeof Symbol == "function" && Symbol.for, e = t ? Symbol.for("react.element") : 60103, n = t ? Symbol.for("react.portal") : 60106, o = t ? Symbol.for("react.fragment") : 60107, r = t ? Symbol.for("react.strict_mode") : 60108, i = t ? Symbol.for("react.profiler") : 60114, s = t ? Symbol.for("react.provider") : 60109, a = t ? Symbol.for("react.context") : 60110, l = t ? Symbol.for("react.async_mode") : 60111, u = t ? Symbol.for("react.concurrent_mode") : 60111, d = t ? Symbol.for("react.forward_ref") : 60112, f = t ? Symbol.for("react.suspense") : 60113, c = t ? Symbol.for("react.suspense_list") : 60120, p = t ? Symbol.for("react.memo") : 60115, w = t ? Symbol.for("react.lazy") : 60116, m = t ? Symbol.for("react.block") : 60121, C = t ? Symbol.for("react.fundamental") : 60117, x = t ? Symbol.for("react.responder") : 60118, O = t ? Symbol.for("react.scope") : 60119;
|
|
6573
6569
|
function k(N) {
|
|
6574
6570
|
return typeof N == "string" || typeof N == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
6575
|
-
N === o || N === u || N === i || N === r || N === f || N === c || typeof N == "object" && N !== null && (N.$$typeof === w || N.$$typeof === p || N.$$typeof === s || N.$$typeof === a || N.$$typeof === d || N.$$typeof ===
|
|
6571
|
+
N === o || N === u || N === i || N === r || N === f || N === c || typeof N == "object" && N !== null && (N.$$typeof === w || N.$$typeof === p || N.$$typeof === s || N.$$typeof === a || N.$$typeof === d || N.$$typeof === C || N.$$typeof === x || N.$$typeof === O || N.$$typeof === m);
|
|
6576
6572
|
}
|
|
6577
6573
|
function _(N) {
|
|
6578
6574
|
if (typeof N == "object" && N !== null) {
|
|
@@ -6606,11 +6602,11 @@ function Vl() {
|
|
|
6606
6602
|
}
|
|
6607
6603
|
}
|
|
6608
6604
|
}
|
|
6609
|
-
var v = l, b = u,
|
|
6605
|
+
var v = l, b = u, S = a, T = s, F = e, I = d, U = o, Q = w, z = p, W = n, Y = i, V = r, A = f, Z = !1;
|
|
6610
6606
|
function ee(N) {
|
|
6611
|
-
return Z || (Z = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),
|
|
6607
|
+
return Z || (Z = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), P(N) || _(N) === l;
|
|
6612
6608
|
}
|
|
6613
|
-
function
|
|
6609
|
+
function P(N) {
|
|
6614
6610
|
return _(N) === u;
|
|
6615
6611
|
}
|
|
6616
6612
|
function E(N) {
|
|
@@ -6628,7 +6624,7 @@ function Vl() {
|
|
|
6628
6624
|
function q(N) {
|
|
6629
6625
|
return _(N) === o;
|
|
6630
6626
|
}
|
|
6631
|
-
function
|
|
6627
|
+
function L(N) {
|
|
6632
6628
|
return _(N) === w;
|
|
6633
6629
|
}
|
|
6634
6630
|
function X(N) {
|
|
@@ -6646,7 +6642,7 @@ function Vl() {
|
|
|
6646
6642
|
function re(N) {
|
|
6647
6643
|
return _(N) === f;
|
|
6648
6644
|
}
|
|
6649
|
-
Ee.AsyncMode = v, Ee.ConcurrentMode = b, Ee.ContextConsumer =
|
|
6645
|
+
Ee.AsyncMode = v, Ee.ConcurrentMode = b, Ee.ContextConsumer = S, Ee.ContextProvider = T, Ee.Element = F, Ee.ForwardRef = I, Ee.Fragment = U, Ee.Lazy = Q, Ee.Memo = z, Ee.Portal = W, Ee.Profiler = Y, Ee.StrictMode = V, Ee.Suspense = A, Ee.isAsyncMode = ee, Ee.isConcurrentMode = P, Ee.isContextConsumer = E, Ee.isContextProvider = j, Ee.isElement = R, Ee.isForwardRef = B, Ee.isFragment = q, Ee.isLazy = L, Ee.isMemo = X, Ee.isPortal = J, Ee.isProfiler = D, Ee.isStrictMode = K, Ee.isSuspense = re, Ee.isValidElementType = k, Ee.typeOf = _;
|
|
6650
6646
|
}()), Ee;
|
|
6651
6647
|
}
|
|
6652
6648
|
var Lr;
|
|
@@ -6783,8 +6779,8 @@ function Gl() {
|
|
|
6783
6779
|
}
|
|
6784
6780
|
return Nn = function(a, l) {
|
|
6785
6781
|
var u = typeof Symbol == "function" && Symbol.iterator, d = "@@iterator";
|
|
6786
|
-
function f(
|
|
6787
|
-
var E =
|
|
6782
|
+
function f(P) {
|
|
6783
|
+
var E = P && (u && P[u] || P[d]);
|
|
6788
6784
|
if (typeof E == "function")
|
|
6789
6785
|
return E;
|
|
6790
6786
|
}
|
|
@@ -6804,22 +6800,22 @@ function Gl() {
|
|
|
6804
6800
|
instanceOf: b,
|
|
6805
6801
|
node: I(),
|
|
6806
6802
|
objectOf: T,
|
|
6807
|
-
oneOf:
|
|
6803
|
+
oneOf: S,
|
|
6808
6804
|
oneOfType: F,
|
|
6809
6805
|
shape: Q,
|
|
6810
6806
|
exact: z
|
|
6811
6807
|
};
|
|
6812
|
-
function w(
|
|
6813
|
-
return
|
|
6808
|
+
function w(P, E) {
|
|
6809
|
+
return P === E ? P !== 0 || 1 / P === 1 / E : P !== P && E !== E;
|
|
6814
6810
|
}
|
|
6815
|
-
function m(
|
|
6816
|
-
this.message =
|
|
6811
|
+
function m(P, E) {
|
|
6812
|
+
this.message = P, this.data = E && typeof E == "object" ? E : {}, this.stack = "";
|
|
6817
6813
|
}
|
|
6818
6814
|
m.prototype = Error.prototype;
|
|
6819
|
-
function
|
|
6815
|
+
function C(P) {
|
|
6820
6816
|
if (process.env.NODE_ENV !== "production")
|
|
6821
6817
|
var E = {}, j = 0;
|
|
6822
|
-
function R(q,
|
|
6818
|
+
function R(q, L, X, J, D, K, re) {
|
|
6823
6819
|
if (J = J || c, K = K || X, re !== n) {
|
|
6824
6820
|
if (l) {
|
|
6825
6821
|
var N = new Error(
|
|
@@ -6834,202 +6830,202 @@ function Gl() {
|
|
|
6834
6830
|
), E[de] = !0, j++);
|
|
6835
6831
|
}
|
|
6836
6832
|
}
|
|
6837
|
-
return
|
|
6833
|
+
return L[X] == null ? q ? L[X] === null ? new m("The " + D + " `" + K + "` is marked as required " + ("in `" + J + "`, but its value is `null`.")) : new m("The " + D + " `" + K + "` is marked as required in " + ("`" + J + "`, but its value is `undefined`.")) : null : P(L, X, J, D, K);
|
|
6838
6834
|
}
|
|
6839
6835
|
var B = R.bind(null, !1);
|
|
6840
6836
|
return B.isRequired = R.bind(null, !0), B;
|
|
6841
6837
|
}
|
|
6842
|
-
function x(
|
|
6843
|
-
function E(j, R, B, q,
|
|
6838
|
+
function x(P) {
|
|
6839
|
+
function E(j, R, B, q, L, X) {
|
|
6844
6840
|
var J = j[R], D = V(J);
|
|
6845
|
-
if (D !==
|
|
6841
|
+
if (D !== P) {
|
|
6846
6842
|
var K = A(J);
|
|
6847
6843
|
return new m(
|
|
6848
|
-
"Invalid " + q + " `" +
|
|
6849
|
-
{ expectedType:
|
|
6844
|
+
"Invalid " + q + " `" + L + "` of type " + ("`" + K + "` supplied to `" + B + "`, expected ") + ("`" + P + "`."),
|
|
6845
|
+
{ expectedType: P }
|
|
6850
6846
|
);
|
|
6851
6847
|
}
|
|
6852
6848
|
return null;
|
|
6853
6849
|
}
|
|
6854
|
-
return
|
|
6850
|
+
return C(E);
|
|
6855
6851
|
}
|
|
6856
6852
|
function O() {
|
|
6857
|
-
return
|
|
6853
|
+
return C(s);
|
|
6858
6854
|
}
|
|
6859
|
-
function k(
|
|
6860
|
-
function E(j, R, B, q,
|
|
6861
|
-
if (typeof
|
|
6862
|
-
return new m("Property `" +
|
|
6855
|
+
function k(P) {
|
|
6856
|
+
function E(j, R, B, q, L) {
|
|
6857
|
+
if (typeof P != "function")
|
|
6858
|
+
return new m("Property `" + L + "` of component `" + B + "` has invalid PropType notation inside arrayOf.");
|
|
6863
6859
|
var X = j[R];
|
|
6864
6860
|
if (!Array.isArray(X)) {
|
|
6865
6861
|
var J = V(X);
|
|
6866
|
-
return new m("Invalid " + q + " `" +
|
|
6862
|
+
return new m("Invalid " + q + " `" + L + "` of type " + ("`" + J + "` supplied to `" + B + "`, expected an array."));
|
|
6867
6863
|
}
|
|
6868
6864
|
for (var D = 0; D < X.length; D++) {
|
|
6869
|
-
var K =
|
|
6865
|
+
var K = P(X, D, B, q, L + "[" + D + "]", n);
|
|
6870
6866
|
if (K instanceof Error)
|
|
6871
6867
|
return K;
|
|
6872
6868
|
}
|
|
6873
6869
|
return null;
|
|
6874
6870
|
}
|
|
6875
|
-
return
|
|
6871
|
+
return C(E);
|
|
6876
6872
|
}
|
|
6877
6873
|
function _() {
|
|
6878
|
-
function
|
|
6879
|
-
var
|
|
6880
|
-
if (!a(
|
|
6881
|
-
var X = V(
|
|
6874
|
+
function P(E, j, R, B, q) {
|
|
6875
|
+
var L = E[j];
|
|
6876
|
+
if (!a(L)) {
|
|
6877
|
+
var X = V(L);
|
|
6882
6878
|
return new m("Invalid " + B + " `" + q + "` of type " + ("`" + X + "` supplied to `" + R + "`, expected a single ReactElement."));
|
|
6883
6879
|
}
|
|
6884
6880
|
return null;
|
|
6885
6881
|
}
|
|
6886
|
-
return
|
|
6882
|
+
return C(P);
|
|
6887
6883
|
}
|
|
6888
6884
|
function v() {
|
|
6889
|
-
function
|
|
6890
|
-
var
|
|
6891
|
-
if (!t.isValidElementType(
|
|
6892
|
-
var X = V(
|
|
6885
|
+
function P(E, j, R, B, q) {
|
|
6886
|
+
var L = E[j];
|
|
6887
|
+
if (!t.isValidElementType(L)) {
|
|
6888
|
+
var X = V(L);
|
|
6893
6889
|
return new m("Invalid " + B + " `" + q + "` of type " + ("`" + X + "` supplied to `" + R + "`, expected a single ReactElement type."));
|
|
6894
6890
|
}
|
|
6895
6891
|
return null;
|
|
6896
6892
|
}
|
|
6897
|
-
return
|
|
6893
|
+
return C(P);
|
|
6898
6894
|
}
|
|
6899
|
-
function b(
|
|
6900
|
-
function E(j, R, B, q,
|
|
6901
|
-
if (!(j[R] instanceof
|
|
6902
|
-
var X =
|
|
6903
|
-
return new m("Invalid " + q + " `" +
|
|
6895
|
+
function b(P) {
|
|
6896
|
+
function E(j, R, B, q, L) {
|
|
6897
|
+
if (!(j[R] instanceof P)) {
|
|
6898
|
+
var X = P.name || c, J = ee(j[R]);
|
|
6899
|
+
return new m("Invalid " + q + " `" + L + "` of type " + ("`" + J + "` supplied to `" + B + "`, expected ") + ("instance of `" + X + "`."));
|
|
6904
6900
|
}
|
|
6905
6901
|
return null;
|
|
6906
6902
|
}
|
|
6907
|
-
return
|
|
6903
|
+
return C(E);
|
|
6908
6904
|
}
|
|
6909
|
-
function P
|
|
6910
|
-
if (!Array.isArray(
|
|
6905
|
+
function S(P) {
|
|
6906
|
+
if (!Array.isArray(P))
|
|
6911
6907
|
return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? i(
|
|
6912
6908
|
"Invalid arguments supplied to oneOf, expected an array, got " + arguments.length + " arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."
|
|
6913
6909
|
) : i("Invalid argument supplied to oneOf, expected an array.")), s;
|
|
6914
|
-
function E(j, R, B, q,
|
|
6915
|
-
for (var X = j[R], J = 0; J <
|
|
6916
|
-
if (w(X,
|
|
6910
|
+
function E(j, R, B, q, L) {
|
|
6911
|
+
for (var X = j[R], J = 0; J < P.length; J++)
|
|
6912
|
+
if (w(X, P[J]))
|
|
6917
6913
|
return null;
|
|
6918
|
-
var D = JSON.stringify(
|
|
6914
|
+
var D = JSON.stringify(P, function(re, N) {
|
|
6919
6915
|
var de = A(N);
|
|
6920
6916
|
return de === "symbol" ? String(N) : N;
|
|
6921
6917
|
});
|
|
6922
|
-
return new m("Invalid " + q + " `" +
|
|
6918
|
+
return new m("Invalid " + q + " `" + L + "` of value `" + String(X) + "` " + ("supplied to `" + B + "`, expected one of " + D + "."));
|
|
6923
6919
|
}
|
|
6924
|
-
return
|
|
6920
|
+
return C(E);
|
|
6925
6921
|
}
|
|
6926
|
-
function T(
|
|
6927
|
-
function E(j, R, B, q,
|
|
6928
|
-
if (typeof
|
|
6929
|
-
return new m("Property `" +
|
|
6922
|
+
function T(P) {
|
|
6923
|
+
function E(j, R, B, q, L) {
|
|
6924
|
+
if (typeof P != "function")
|
|
6925
|
+
return new m("Property `" + L + "` of component `" + B + "` has invalid PropType notation inside objectOf.");
|
|
6930
6926
|
var X = j[R], J = V(X);
|
|
6931
6927
|
if (J !== "object")
|
|
6932
|
-
return new m("Invalid " + q + " `" +
|
|
6928
|
+
return new m("Invalid " + q + " `" + L + "` of type " + ("`" + J + "` supplied to `" + B + "`, expected an object."));
|
|
6933
6929
|
for (var D in X)
|
|
6934
6930
|
if (o(X, D)) {
|
|
6935
|
-
var K =
|
|
6931
|
+
var K = P(X, D, B, q, L + "." + D, n);
|
|
6936
6932
|
if (K instanceof Error)
|
|
6937
6933
|
return K;
|
|
6938
6934
|
}
|
|
6939
6935
|
return null;
|
|
6940
6936
|
}
|
|
6941
|
-
return
|
|
6937
|
+
return C(E);
|
|
6942
6938
|
}
|
|
6943
|
-
function F(
|
|
6944
|
-
if (!Array.isArray(
|
|
6939
|
+
function F(P) {
|
|
6940
|
+
if (!Array.isArray(P))
|
|
6945
6941
|
return process.env.NODE_ENV !== "production" && i("Invalid argument supplied to oneOfType, expected an instance of array."), s;
|
|
6946
|
-
for (var E = 0; E <
|
|
6947
|
-
var j =
|
|
6942
|
+
for (var E = 0; E < P.length; E++) {
|
|
6943
|
+
var j = P[E];
|
|
6948
6944
|
if (typeof j != "function")
|
|
6949
6945
|
return i(
|
|
6950
6946
|
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + Z(j) + " at index " + E + "."
|
|
6951
6947
|
), s;
|
|
6952
6948
|
}
|
|
6953
|
-
function R(B, q,
|
|
6954
|
-
for (var D = [], K = 0; K <
|
|
6955
|
-
var re =
|
|
6949
|
+
function R(B, q, L, X, J) {
|
|
6950
|
+
for (var D = [], K = 0; K < P.length; K++) {
|
|
6951
|
+
var re = P[K], N = re(B, q, L, X, J, n);
|
|
6956
6952
|
if (N == null)
|
|
6957
6953
|
return null;
|
|
6958
6954
|
N.data && o(N.data, "expectedType") && D.push(N.data.expectedType);
|
|
6959
6955
|
}
|
|
6960
6956
|
var de = D.length > 0 ? ", expected one of type [" + D.join(", ") + "]" : "";
|
|
6961
|
-
return new m("Invalid " + X + " `" + J + "` supplied to " + ("`" +
|
|
6957
|
+
return new m("Invalid " + X + " `" + J + "` supplied to " + ("`" + L + "`" + de + "."));
|
|
6962
6958
|
}
|
|
6963
|
-
return
|
|
6959
|
+
return C(R);
|
|
6964
6960
|
}
|
|
6965
6961
|
function I() {
|
|
6966
|
-
function
|
|
6962
|
+
function P(E, j, R, B, q) {
|
|
6967
6963
|
return W(E[j]) ? null : new m("Invalid " + B + " `" + q + "` supplied to " + ("`" + R + "`, expected a ReactNode."));
|
|
6968
6964
|
}
|
|
6969
|
-
return
|
|
6965
|
+
return C(P);
|
|
6970
6966
|
}
|
|
6971
|
-
function U(
|
|
6967
|
+
function U(P, E, j, R, B) {
|
|
6972
6968
|
return new m(
|
|
6973
|
-
(
|
|
6969
|
+
(P || "React class") + ": " + E + " type `" + j + "." + R + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + B + "`."
|
|
6974
6970
|
);
|
|
6975
6971
|
}
|
|
6976
|
-
function Q(
|
|
6977
|
-
function E(j, R, B, q,
|
|
6972
|
+
function Q(P) {
|
|
6973
|
+
function E(j, R, B, q, L) {
|
|
6978
6974
|
var X = j[R], J = V(X);
|
|
6979
6975
|
if (J !== "object")
|
|
6980
|
-
return new m("Invalid " + q + " `" +
|
|
6981
|
-
for (var D in
|
|
6982
|
-
var K =
|
|
6976
|
+
return new m("Invalid " + q + " `" + L + "` of type `" + J + "` " + ("supplied to `" + B + "`, expected `object`."));
|
|
6977
|
+
for (var D in P) {
|
|
6978
|
+
var K = P[D];
|
|
6983
6979
|
if (typeof K != "function")
|
|
6984
|
-
return U(B, q,
|
|
6985
|
-
var re = K(X, D, B, q,
|
|
6980
|
+
return U(B, q, L, D, A(K));
|
|
6981
|
+
var re = K(X, D, B, q, L + "." + D, n);
|
|
6986
6982
|
if (re)
|
|
6987
6983
|
return re;
|
|
6988
6984
|
}
|
|
6989
6985
|
return null;
|
|
6990
6986
|
}
|
|
6991
|
-
return
|
|
6987
|
+
return C(E);
|
|
6992
6988
|
}
|
|
6993
|
-
function z(
|
|
6994
|
-
function E(j, R, B, q,
|
|
6989
|
+
function z(P) {
|
|
6990
|
+
function E(j, R, B, q, L) {
|
|
6995
6991
|
var X = j[R], J = V(X);
|
|
6996
6992
|
if (J !== "object")
|
|
6997
|
-
return new m("Invalid " + q + " `" +
|
|
6998
|
-
var D = e({}, j[R],
|
|
6993
|
+
return new m("Invalid " + q + " `" + L + "` of type `" + J + "` " + ("supplied to `" + B + "`, expected `object`."));
|
|
6994
|
+
var D = e({}, j[R], P);
|
|
6999
6995
|
for (var K in D) {
|
|
7000
|
-
var re =
|
|
7001
|
-
if (o(
|
|
7002
|
-
return U(B, q,
|
|
6996
|
+
var re = P[K];
|
|
6997
|
+
if (o(P, K) && typeof re != "function")
|
|
6998
|
+
return U(B, q, L, K, A(re));
|
|
7003
6999
|
if (!re)
|
|
7004
7000
|
return new m(
|
|
7005
|
-
"Invalid " + q + " `" +
|
|
7006
|
-
Valid keys: ` + JSON.stringify(Object.keys(
|
|
7001
|
+
"Invalid " + q + " `" + L + "` key `" + K + "` supplied to `" + B + "`.\nBad object: " + JSON.stringify(j[R], null, " ") + `
|
|
7002
|
+
Valid keys: ` + JSON.stringify(Object.keys(P), null, " ")
|
|
7007
7003
|
);
|
|
7008
|
-
var N = re(X, K, B, q,
|
|
7004
|
+
var N = re(X, K, B, q, L + "." + K, n);
|
|
7009
7005
|
if (N)
|
|
7010
7006
|
return N;
|
|
7011
7007
|
}
|
|
7012
7008
|
return null;
|
|
7013
7009
|
}
|
|
7014
|
-
return
|
|
7010
|
+
return C(E);
|
|
7015
7011
|
}
|
|
7016
|
-
function W(
|
|
7017
|
-
switch (typeof
|
|
7012
|
+
function W(P) {
|
|
7013
|
+
switch (typeof P) {
|
|
7018
7014
|
case "number":
|
|
7019
7015
|
case "string":
|
|
7020
7016
|
case "undefined":
|
|
7021
7017
|
return !0;
|
|
7022
7018
|
case "boolean":
|
|
7023
|
-
return !
|
|
7019
|
+
return !P;
|
|
7024
7020
|
case "object":
|
|
7025
|
-
if (Array.isArray(
|
|
7026
|
-
return
|
|
7027
|
-
if (
|
|
7021
|
+
if (Array.isArray(P))
|
|
7022
|
+
return P.every(W);
|
|
7023
|
+
if (P === null || a(P))
|
|
7028
7024
|
return !0;
|
|
7029
|
-
var E = f(
|
|
7025
|
+
var E = f(P);
|
|
7030
7026
|
if (E) {
|
|
7031
|
-
var j = E.call(
|
|
7032
|
-
if (E !==
|
|
7027
|
+
var j = E.call(P), R;
|
|
7028
|
+
if (E !== P.entries) {
|
|
7033
7029
|
for (; !(R = j.next()).done; )
|
|
7034
7030
|
if (!W(R.value))
|
|
7035
7031
|
return !1;
|
|
@@ -7046,27 +7042,27 @@ Valid keys: ` + JSON.stringify(Object.keys(S), null, " ")
|
|
|
7046
7042
|
return !1;
|
|
7047
7043
|
}
|
|
7048
7044
|
}
|
|
7049
|
-
function Y(
|
|
7050
|
-
return
|
|
7045
|
+
function Y(P, E) {
|
|
7046
|
+
return P === "symbol" ? !0 : E ? E["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && E instanceof Symbol : !1;
|
|
7051
7047
|
}
|
|
7052
|
-
function V(
|
|
7053
|
-
var E = typeof
|
|
7054
|
-
return Array.isArray(
|
|
7048
|
+
function V(P) {
|
|
7049
|
+
var E = typeof P;
|
|
7050
|
+
return Array.isArray(P) ? "array" : P instanceof RegExp ? "object" : Y(E, P) ? "symbol" : E;
|
|
7055
7051
|
}
|
|
7056
|
-
function A(
|
|
7057
|
-
if (typeof
|
|
7058
|
-
return "" +
|
|
7059
|
-
var E = V(
|
|
7052
|
+
function A(P) {
|
|
7053
|
+
if (typeof P > "u" || P === null)
|
|
7054
|
+
return "" + P;
|
|
7055
|
+
var E = V(P);
|
|
7060
7056
|
if (E === "object") {
|
|
7061
|
-
if (
|
|
7057
|
+
if (P instanceof Date)
|
|
7062
7058
|
return "date";
|
|
7063
|
-
if (
|
|
7059
|
+
if (P instanceof RegExp)
|
|
7064
7060
|
return "regexp";
|
|
7065
7061
|
}
|
|
7066
7062
|
return E;
|
|
7067
7063
|
}
|
|
7068
|
-
function Z(
|
|
7069
|
-
var E = A(
|
|
7064
|
+
function Z(P) {
|
|
7065
|
+
var E = A(P);
|
|
7070
7066
|
switch (E) {
|
|
7071
7067
|
case "array":
|
|
7072
7068
|
case "object":
|
|
@@ -7079,8 +7075,8 @@ Valid keys: ` + JSON.stringify(Object.keys(S), null, " ")
|
|
|
7079
7075
|
return E;
|
|
7080
7076
|
}
|
|
7081
7077
|
}
|
|
7082
|
-
function ee(
|
|
7083
|
-
return !
|
|
7078
|
+
function ee(P) {
|
|
7079
|
+
return !P.constructor || !P.constructor.name ? c : P.constructor.name;
|
|
7084
7080
|
}
|
|
7085
7081
|
return p.checkPropTypes = r, p.resetWarningCache = r.resetWarningCache, p.PropTypes = p, p;
|
|
7086
7082
|
}, Nn;
|
|
@@ -7305,7 +7301,7 @@ Ht.default = function(t, e) {
|
|
|
7305
7301
|
if (!(ht.default.isMounted() && !ht.default.isInitialized())) {
|
|
7306
7302
|
var d = s.props.horizontal, f = s.props.to, c = null, p = void 0, w = void 0;
|
|
7307
7303
|
if (d) {
|
|
7308
|
-
var m = 0,
|
|
7304
|
+
var m = 0, C = 0, x = 0;
|
|
7309
7305
|
if (u.getBoundingClientRect) {
|
|
7310
7306
|
var O = u.getBoundingClientRect();
|
|
7311
7307
|
x = O.left;
|
|
@@ -7314,21 +7310,21 @@ Ht.default = function(t, e) {
|
|
|
7314
7310
|
if (c = n.get(f), !c)
|
|
7315
7311
|
return;
|
|
7316
7312
|
var k = c.getBoundingClientRect();
|
|
7317
|
-
m = k.left - x + a,
|
|
7313
|
+
m = k.left - x + a, C = m + k.width;
|
|
7318
7314
|
}
|
|
7319
7315
|
var _ = a - s.props.offset;
|
|
7320
|
-
p = _ >= Math.floor(m) && _ < Math.floor(
|
|
7316
|
+
p = _ >= Math.floor(m) && _ < Math.floor(C), w = _ < Math.floor(m) || _ >= Math.floor(C);
|
|
7321
7317
|
} else {
|
|
7322
|
-
var v = 0, b = 0,
|
|
7318
|
+
var v = 0, b = 0, S = 0;
|
|
7323
7319
|
if (u.getBoundingClientRect) {
|
|
7324
7320
|
var T = u.getBoundingClientRect();
|
|
7325
|
-
|
|
7321
|
+
S = T.top;
|
|
7326
7322
|
}
|
|
7327
7323
|
if (!c || s.props.isDynamic) {
|
|
7328
7324
|
if (c = n.get(f), !c)
|
|
7329
7325
|
return;
|
|
7330
7326
|
var F = c.getBoundingClientRect();
|
|
7331
|
-
v = F.top -
|
|
7327
|
+
v = F.top - S + l, b = v + F.height;
|
|
7332
7328
|
}
|
|
7333
7329
|
var I = l - s.props.offset;
|
|
7334
7330
|
p = I >= Math.floor(v) && I < Math.floor(b), w = I < Math.floor(v) || I >= Math.floor(b);
|
|
@@ -7701,8 +7697,8 @@ var dn = H, wt = Vt, zn = _t, Ne = wn, gt = Mn, Fr = {
|
|
|
7701
7697
|
if (!f || a.props.isDynamic) {
|
|
7702
7698
|
if (f = o.get(d), !f)
|
|
7703
7699
|
return;
|
|
7704
|
-
var
|
|
7705
|
-
c =
|
|
7700
|
+
var C = f.getBoundingClientRect();
|
|
7701
|
+
c = C.top - w + l, p = c + C.height;
|
|
7706
7702
|
}
|
|
7707
7703
|
var x = l - a.props.offset, O = x >= Math.floor(c) && x < Math.floor(p), k = x < Math.floor(c) || x >= Math.floor(p), _ = o.getActiveLink();
|
|
7708
7704
|
if (k)
|
|
@@ -7991,10 +7987,10 @@ function wc(...t) {
|
|
|
7991
7987
|
}
|
|
7992
7988
|
var Mc = (t) => {
|
|
7993
7989
|
var e, n, o, r, i, s, a, l, u, d;
|
|
7994
|
-
let { invert: f, toast: c, unstyled: p, interacting: w, setHeights: m, visibleToasts:
|
|
7990
|
+
let { invert: f, toast: c, unstyled: p, interacting: w, setHeights: m, visibleToasts: C, heights: x, index: O, toasts: k, expanded: _, removeToast: v, defaultRichColors: b, closeButton: S, style: T, cancelButtonStyle: F, actionButtonStyle: I, className: U = "", descriptionClassName: Q = "", duration: z, position: W, gap: Y, loadingIcon: V, expandByDefault: A, classNames: Z, icons: ee, closeButtonAriaLabel: P = "Close toast", pauseWhenPageIsHidden: E, cn: j } = t, [R, B] = H.useState(!1), [q, L] = H.useState(!1), [X, J] = H.useState(!1), [D, K] = H.useState(!1), [re, N] = H.useState(0), [de, Ce] = H.useState(0), ve = H.useRef(null), he = H.useRef(null), Te = O === 0, Se = O + 1 <= C, ue = c.type, ie = c.dismissible !== !1, $e = c.className || "", le = c.descriptionClassName || "", ze = H.useMemo(() => x.findIndex((se) => se.toastId === c.id) || 0, [x, c.id]), ne = H.useMemo(() => {
|
|
7995
7991
|
var se;
|
|
7996
|
-
return (se = c.closeButton) != null ? se :
|
|
7997
|
-
}, [c.closeButton,
|
|
7992
|
+
return (se = c.closeButton) != null ? se : S;
|
|
7993
|
+
}, [c.closeButton, S]), Ye = H.useMemo(() => c.duration || z || yc, [c.duration, z]), Qe = H.useRef(0), Be = H.useRef(0), ot = H.useRef(0), ye = H.useRef(null), [rt, ft] = W.split("-"), bt = H.useMemo(() => x.reduce((se, be, xe) => xe >= ze ? se : se + be.height, 0), [x, ze]), ut = lc(), Et = c.invert || f, pt = ue === "loading";
|
|
7998
7994
|
Be.current = H.useMemo(() => ze * Y + bt, [ze, bt]), H.useEffect(() => {
|
|
7999
7995
|
B(!0);
|
|
8000
7996
|
}, []), H.useLayoutEffect(() => {
|
|
@@ -8005,7 +8001,7 @@ var Mc = (t) => {
|
|
|
8005
8001
|
se.style.height = be, Ce(xe), m((Fe) => Fe.find((Ve) => Ve.toastId === c.id) ? Fe.map((Ve) => Ve.toastId === c.id ? { ...Ve, height: xe } : Ve) : [{ toastId: c.id, height: xe, position: c.position }, ...Fe]);
|
|
8006
8002
|
}, [R, c.title, c.description, m, c.id]);
|
|
8007
8003
|
let qe = H.useCallback(() => {
|
|
8008
|
-
|
|
8004
|
+
L(!0), N(Be.current), m((se) => se.filter((be) => be.toastId !== c.id)), setTimeout(() => {
|
|
8009
8005
|
v(c);
|
|
8010
8006
|
}, xc);
|
|
8011
8007
|
}, [c, v, m, Be]);
|
|
@@ -8051,7 +8047,7 @@ var Mc = (t) => {
|
|
|
8051
8047
|
if (!ye.current || !ie) return;
|
|
8052
8048
|
let xe = se.clientY - ye.current.y, Fe = se.clientX - ye.current.x, Ve = (rt === "top" ? Math.min : Math.max)(0, xe), nt = se.pointerType === "touch" ? 10 : 2;
|
|
8053
8049
|
Math.abs(Ve) > nt ? (be = he.current) == null || be.style.setProperty("--swipe-amount", `${xe}px`) : Math.abs(Fe) > nt && (ye.current = null);
|
|
8054
|
-
} }, ne && !c.jsx ? H.createElement("button", { "aria-label":
|
|
8050
|
+
} }, ne && !c.jsx ? H.createElement("button", { "aria-label": P, "data-disabled": pt, "data-close-button": !0, onClick: pt || !ie ? () => {
|
|
8055
8051
|
} : () => {
|
|
8056
8052
|
var se;
|
|
8057
8053
|
qe(), (se = c.onDismiss) == null || se.call(c, c);
|
|
@@ -8069,7 +8065,7 @@ function Hr() {
|
|
|
8069
8065
|
return t === "auto" || !t ? window.getComputedStyle(document.documentElement).direction : t;
|
|
8070
8066
|
}
|
|
8071
8067
|
var kc = (t) => {
|
|
8072
|
-
let { invert: e, position: n = "bottom-right", hotkey: o = ["altKey", "KeyT"], expand: r, closeButton: i, className: s, offset: a, theme: l = "light", richColors: u, duration: d, style: f, visibleToasts: c = mc, toastOptions: p, dir: w = Hr(), gap: m = Lc, loadingIcon:
|
|
8068
|
+
let { invert: e, position: n = "bottom-right", hotkey: o = ["altKey", "KeyT"], expand: r, closeButton: i, className: s, offset: a, theme: l = "light", richColors: u, duration: d, style: f, visibleToasts: c = mc, toastOptions: p, dir: w = Hr(), gap: m = Lc, loadingIcon: C, icons: x, containerAriaLabel: O = "Notifications", pauseWhenPageIsHidden: k, cn: _ = wc } = t, [v, b] = H.useState([]), S = H.useMemo(() => Array.from(new Set([n].concat(v.filter((E) => E.position).map((E) => E.position)))), [v, n]), [T, F] = H.useState([]), [I, U] = H.useState(!1), [Q, z] = H.useState(!1), [W, Y] = H.useState(l !== "system" ? l : typeof window < "u" && window.matchMedia && window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light"), V = H.useRef(null), A = o.join("+").replace(/Key/g, "").replace(/Digit/g, ""), Z = H.useRef(null), ee = H.useRef(!1), P = H.useCallback((E) => {
|
|
8073
8069
|
var j;
|
|
8074
8070
|
(j = v.find((R) => R.id === E.id)) != null && j.delete || Ke.dismiss(E.id), b((R) => R.filter(({ id: B }) => B !== E.id));
|
|
8075
8071
|
}, [v]);
|
|
@@ -8106,20 +8102,20 @@ var kc = (t) => {
|
|
|
8106
8102
|
if (V.current) return () => {
|
|
8107
8103
|
Z.current && (Z.current.focus({ preventScroll: !0 }), Z.current = null, ee.current = !1);
|
|
8108
8104
|
};
|
|
8109
|
-
}, [V.current]), v.length ? H.createElement("section", { "aria-label": `${O} ${A}`, tabIndex: -1 },
|
|
8105
|
+
}, [V.current]), v.length ? H.createElement("section", { "aria-label": `${O} ${A}`, tabIndex: -1 }, S.map((E, j) => {
|
|
8110
8106
|
var R;
|
|
8111
8107
|
let [B, q] = E.split("-");
|
|
8112
|
-
return H.createElement("ol", { key: E, dir: w === "auto" ? Hr() : w, tabIndex: -1, ref: V, className: s, "data-sonner-toaster": !0, "data-theme": W, "data-y-position": B, "data-x-position": q, style: { "--front-toast-height": `${((R = T[0]) == null ? void 0 : R.height) || 0}px`, "--offset": typeof a == "number" ? `${a}px` : a || vc, "--width": `${bc}px`, "--gap": `${m}px`, ...f }, onBlur: (
|
|
8113
|
-
ee.current && !
|
|
8114
|
-
}, onFocus: (
|
|
8115
|
-
|
|
8108
|
+
return H.createElement("ol", { key: E, dir: w === "auto" ? Hr() : w, tabIndex: -1, ref: V, className: s, "data-sonner-toaster": !0, "data-theme": W, "data-y-position": B, "data-x-position": q, style: { "--front-toast-height": `${((R = T[0]) == null ? void 0 : R.height) || 0}px`, "--offset": typeof a == "number" ? `${a}px` : a || vc, "--width": `${bc}px`, "--gap": `${m}px`, ...f }, onBlur: (L) => {
|
|
8109
|
+
ee.current && !L.currentTarget.contains(L.relatedTarget) && (ee.current = !1, Z.current && (Z.current.focus({ preventScroll: !0 }), Z.current = null));
|
|
8110
|
+
}, onFocus: (L) => {
|
|
8111
|
+
L.target instanceof HTMLElement && L.target.dataset.dismissible === "false" || ee.current || (ee.current = !0, Z.current = L.relatedTarget);
|
|
8116
8112
|
}, onMouseEnter: () => U(!0), onMouseMove: () => U(!0), onMouseLeave: () => {
|
|
8117
8113
|
Q || U(!1);
|
|
8118
|
-
}, onPointerDown: (
|
|
8119
|
-
|
|
8120
|
-
}, onPointerUp: () => z(!1) }, v.filter((
|
|
8114
|
+
}, onPointerDown: (L) => {
|
|
8115
|
+
L.target instanceof HTMLElement && L.target.dataset.dismissible === "false" || z(!0);
|
|
8116
|
+
}, onPointerUp: () => z(!1) }, v.filter((L) => !L.position && j === 0 || L.position === E).map((L, X) => {
|
|
8121
8117
|
var J, D;
|
|
8122
|
-
return H.createElement(Mc, { key:
|
|
8118
|
+
return H.createElement(Mc, { key: L.id, icons: x, index: X, toast: L, defaultRichColors: u, duration: (J = p == null ? void 0 : p.duration) != null ? J : d, className: p == null ? void 0 : p.className, descriptionClassName: p == null ? void 0 : p.descriptionClassName, invert: e, visibleToasts: c, closeButton: (D = p == null ? void 0 : p.closeButton) != null ? D : i, interacting: Q, position: E, style: p == null ? void 0 : p.style, unstyled: p == null ? void 0 : p.unstyled, classNames: p == null ? void 0 : p.classNames, cancelButtonStyle: p == null ? void 0 : p.cancelButtonStyle, actionButtonStyle: p == null ? void 0 : p.actionButtonStyle, removeToast: P, toasts: v.filter((K) => K.position == L.position), heights: T.filter((K) => K.position == L.position), setHeights: F, expandByDefault: r, gap: m, loadingIcon: C, expanded: I, pauseWhenPageIsHidden: k, cn: _ });
|
|
8123
8119
|
}));
|
|
8124
8120
|
})) : null;
|
|
8125
8121
|
};
|