@arkyn/components 1.3.103 → 1.3.104
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 +220 -219
- package/dist/bundle.umd.cjs +8 -8
- 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/package.json +1 -1
- package/src/components/GoogleSearchPlaces/index.tsx +3 -2
package/dist/bundle.js
CHANGED
@@ -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
|
@@ -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, L = t.onMouseUp, x = t.onRightClick, O = t.onCenterChanged, k = t.onLoad, _ = t.onUnmount, v = M(null), b = v[0],
|
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, L = 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], C = 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,7 +988,7 @@ 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() {
|
@@ -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 }) });
|
@@ -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), L = m[0], x = m[1], O = M(null), k = O[0], _ = O[1], v = M(null), b = v[0],
|
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), L = 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() {
|
@@ -1454,7 +1454,7 @@ function Is(t) {
|
|
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,7 +1464,7 @@ 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 &&
|
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
1468
|
p !== null && (L && google.maps.event.removeListener(L), 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;
|
@@ -1574,7 +1574,7 @@ 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, L = t.zIndex, x = t.onClick, O = t.onDblClick, k = t.onDrag, _ = t.onDragEnd, v = t.onDragStart, b = t.onMouseOut,
|
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, L = 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), C = 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
|
C !== null && C.setMap(B);
|
1580
1580
|
}, [B]), h(function() {
|
@@ -1614,8 +1614,8 @@ function _s(t) {
|
|
1614
1614
|
}, [F]), h(function() {
|
1615
1615
|
C && b && ($e !== null && google.maps.event.removeListener($e), le(google.maps.event.addListener(C, "mouseout", b)));
|
1616
1616
|
}, [b]), h(function() {
|
1617
|
-
C &&
|
1618
|
-
}, [
|
1617
|
+
C && S && (ne !== null && google.maps.event.removeListener(ne), Ye(google.maps.event.addListener(C, "mouseover", S)));
|
1618
|
+
}, [S]), h(function() {
|
1619
1619
|
C && T && (Be !== null && google.maps.event.removeListener(Be), ot(google.maps.event.addListener(C, "mouseup", T)));
|
1620
1620
|
}, [T]), h(function() {
|
1621
1621
|
C && I && (rt !== null && google.maps.event.removeListener(rt), ft(google.maps.event.addListener(C, "rightclick", I)));
|
@@ -1642,12 +1642,12 @@ function _s(t) {
|
|
1642
1642
|
}, [Z]), h(function() {
|
1643
1643
|
C && ee && (we !== null && google.maps.event.removeListener(we), ge(google.maps.event.addListener(C, "title_changed", ee)));
|
1644
1644
|
}, [ee]), h(function() {
|
1645
|
-
C &&
|
1646
|
-
}, [
|
1645
|
+
C && P && (We !== null && google.maps.event.removeListener(We), _e(google.maps.event.addListener(C, "visible_changed", P)));
|
1646
|
+
}, [P]), h(function() {
|
1647
1647
|
C && E && (Ge !== null && google.maps.event.removeListener(Ge), ct(google.maps.event.addListener(C, "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 L == "number" && ae.setZIndex(L), 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)),
|
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 L == "number" && ae.setZIndex(L), 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
|
}, []);
|
@@ -2187,7 +2187,7 @@ 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, L = t.title, x = t.zoomOnClick, O = t.onClick, k = t.onClusteringBegin, _ = t.onClusteringEnd, v = t.onMouseOver, b = t.onMouseOut,
|
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, L = 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), C = 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() {
|
@@ -2197,7 +2197,7 @@ function Hs(t) {
|
|
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() {
|
@@ -2231,8 +2231,8 @@ function Hs(t) {
|
|
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), L && Me.title(D, L), 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),
|
2235
|
-
R !== null && google.maps.event.removeListener(R), C !== null && google.maps.event.removeListener(C), W !== null && google.maps.event.removeListener(W), A !== null && google.maps.event.removeListener(A),
|
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), L && Me.title(D, L), 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), C !== null && google.maps.event.removeListener(C), 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;
|
@@ -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], L = w[1], x = M(null), O = x[0], k = x[1], _ = M(null), v = _[0], b = _[1],
|
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], L = 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,9 +2470,9 @@ 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),
|
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
2476
|
V.current = document.createElement("div"), L(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() {
|
@@ -2876,11 +2876,11 @@ class qs {
|
|
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
2885
|
l[f + Tn] = v, u.push(x / L, O / L, 1 / 0, v, -1, L), i && u.push(_);
|
2886
2886
|
} else {
|
@@ -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], L = w[1], x = M(null), O = x[0], k = x[1], _ = M(null), v = _[0], b = _[1],
|
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], L = 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() {
|
@@ -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, L = t.onDrag, x = t.onLoad, O = t.onUnmount, k = Pe(ce), _ = M(null), v = _[0], b = _[1],
|
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, L = 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), C = 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,7 +3420,7 @@ 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() {
|
@@ -3436,7 +3436,7 @@ function da(t) {
|
|
3436
3436
|
}, [L]), h(function() {
|
3437
3437
|
var ie = new google.maps.Polyline(te(te({}, e || ca), { map: k }));
|
3438
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)), L && ue(google.maps.event.addListener(ie, "drag", L)), 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),
|
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), C !== null && google.maps.event.removeListener(C), 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, L = t.onClick, x = t.onDrag, O = t.onLoad, k = t.onUnmount, _ = t.onEdit, v = Pe(ce), b = M(null),
|
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, L = 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], C = 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), C(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
|
-
|
3557
|
+
S && L && (Te !== null && google.maps.event.removeListener(Te), Se(google.maps.event.addListener(S, "click", L)));
|
3558
3558
|
}, [L]), h(function() {
|
3559
|
-
|
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 && C(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)), L && Se(google.maps.event.addListener(le, "click", L)), 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, L = t.onDrag, x = t.onBoundsChanged, O = t.onLoad, k = t.onUnmount, _ = Pe(ce), v = M(null), b = v[0],
|
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, L = 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], C = M(null), X = C[0], J = C[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() {
|
@@ -3675,7 +3675,7 @@ function pa(t) {
|
|
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)), L && ie(google.maps.event.addListener(ne, "drag", L)), x && ze(google.maps.event.addListener(ne, "bounds_changed", x)),
|
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)), L && ie(google.maps.event.addListener(ne, "drag", L)), 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, L = t.onClick, x = t.onDrag, O = t.onCenterChanged, k = t.onRadiusChanged, _ = t.onLoad, v = t.onUnmount, b = Pe(ce),
|
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, L = 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), C = 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,7 +3778,7 @@ 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() {
|
@@ -3800,7 +3800,7 @@ function ga(t) {
|
|
3800
3800
|
}, [k]), h(function() {
|
3801
3801
|
var ye = new google.maps.Circle(te(te({}, e || ha), { map: b }));
|
3802
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)), L && ue(google.maps.event.addListener(ye, "click", L)), 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),
|
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), C !== null && google.maps.event.removeListener(C), 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, L = t.onUnmount, x = Pe(ce), O = M(null), k = O[0], _ = O[1], v = M(null), b = v[0],
|
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, L = 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], C = M(null), X = C[0], J = C[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,7 +3933,7 @@ 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
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), L && L(k), k.setMap(null));
|
@@ -4912,7 +4912,7 @@ function Ia(t) {
|
|
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,
|
@@ -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
|
}
|
@@ -5037,7 +5037,7 @@ function ja(t) {
|
|
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,7 +5057,7 @@ 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
5062
|
const C = (D) => {
|
5063
5063
|
const [K, re] = pr(
|
@@ -5108,7 +5108,7 @@ function ja(t) {
|
|
5108
5108
|
}
|
5109
5109
|
),
|
5110
5110
|
j && F,
|
5111
|
-
|
5111
|
+
P && /* @__PURE__ */ y.jsx(T, { size: x, strokeWidth: 2.5 }),
|
5112
5112
|
L
|
5113
5113
|
]
|
5114
5114
|
}
|
@@ -5174,7 +5174,7 @@ function Ba(t) {
|
|
5174
5174
|
onFocus: _,
|
5175
5175
|
onBlur: v,
|
5176
5176
|
RightIcon: b,
|
5177
|
-
Spinner:
|
5177
|
+
Spinner: S,
|
5178
5178
|
...T
|
5179
5179
|
} = Na({ ...t, id: i, isError: l }, e), F = O && !x, I = b && !x, U = L === "left" && x, Q = L === "right" && x;
|
5180
5180
|
function z() {
|
@@ -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
|
}
|
@@ -5271,7 +5271,7 @@ function za(t) {
|
|
5271
5271
|
onFocus: _,
|
5272
5272
|
onBlur: v,
|
5273
5273
|
RightIcon: b,
|
5274
|
-
type:
|
5274
|
+
type: S,
|
5275
5275
|
Spinner: T,
|
5276
5276
|
...F
|
5277
5277
|
} = Aa({ ...t, id: i, isError: l }, e), I = O && !x, U = b && !x, Q = L === "left" && x, z = L === "right" && x;
|
@@ -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
|
),
|
@@ -5406,11 +5406,11 @@ function Wa(t, e) {
|
|
5406
5406
|
style: w,
|
5407
5407
|
closeOnSelect: m = !0,
|
5408
5408
|
...L
|
5409
|
-
} = t, v = `arkyn_select ${a ? "hasPrefix" : ""} ${s} ${r} ${u || d || n ? "opacity" : ""} ${o ? "errored" : ""} ${e ? "focused" : ""} ${i}`,
|
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,8 +5418,8 @@ 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:
|
5421
|
+
iconSize: S,
|
5422
|
+
Spinner: /* @__PURE__ */ y.jsx(kt, { className: "spinner", size: S, strokeWidth: 2.5 }),
|
5423
5423
|
...L
|
5424
5424
|
};
|
5425
5425
|
}
|
@@ -5440,7 +5440,7 @@ function ed(t) {
|
|
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(
|
@@ -5482,7 +5482,7 @@ function ed(t) {
|
|
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
|
}
|
@@ -5583,7 +5583,7 @@ function nd(t) {
|
|
5583
5583
|
style: u,
|
5584
5584
|
...d
|
5585
5585
|
} = t, [f, c] = M(!1), { inputRef: p, id: w, error: m } = tt(), L = Je(null), x = p || L, k = t.isError || !!m ? "errorTrue" : "errorFalse", b = `arkynTextarea ${e} ${n} ${r || i ? "opacityTrue" : "opacityFalse"} ${k} ${f ? "focusedTrue" : "focusedFalse"} ${o}`;
|
5586
|
-
function
|
5586
|
+
function S() {
|
5587
5587
|
r || !(x != null && x.current) || (c(!0), x.current.focus());
|
5588
5588
|
}
|
5589
5589
|
function T(I) {
|
@@ -5597,7 +5597,7 @@ function nd(t) {
|
|
5597
5597
|
{
|
5598
5598
|
title: l,
|
5599
5599
|
style: u,
|
5600
|
-
onClick:
|
5600
|
+
onClick: S,
|
5601
5601
|
className: b,
|
5602
5602
|
children: /* @__PURE__ */ y.jsx(
|
5603
5603
|
"textarea",
|
@@ -5616,35 +5616,36 @@ function nd(t) {
|
|
5616
5616
|
}
|
5617
5617
|
function od({
|
5618
5618
|
onChange: t,
|
5619
|
-
|
5620
|
-
|
5619
|
+
onPlaceChanged: e,
|
5620
|
+
options: n,
|
5621
|
+
...o
|
5621
5622
|
}) {
|
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:
|
5623
|
+
const [r, i] = M(null), s = (l) => i(l), a = () => {
|
5624
|
+
var c, p, w, m;
|
5625
|
+
const u = r.getPlaces()[0], d = u == null ? void 0 : u.address_components;
|
5626
|
+
function f(L) {
|
5627
|
+
const x = d.find((O) => O.types[0] === L);
|
5628
|
+
return x ? x.long_name : "";
|
5629
|
+
}
|
5630
|
+
if (u) {
|
5631
|
+
const L = 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();
|
5632
|
+
e && e({
|
5633
|
+
street: L,
|
5634
|
+
city: O,
|
5635
|
+
state: k,
|
5636
|
+
district: x,
|
5637
|
+
cep: _,
|
5638
|
+
coordinates: { lat: v, lng: b }
|
5638
5639
|
});
|
5639
5640
|
}
|
5640
5641
|
};
|
5641
5642
|
return /* @__PURE__ */ y.jsx(
|
5642
5643
|
Ta,
|
5643
5644
|
{
|
5644
|
-
onLoad:
|
5645
|
-
onPlacesChanged:
|
5646
|
-
options:
|
5647
|
-
children: /* @__PURE__ */ y.jsx(Ua, { type: "text", ...
|
5645
|
+
onLoad: s,
|
5646
|
+
onPlacesChanged: a,
|
5647
|
+
options: n,
|
5648
|
+
children: /* @__PURE__ */ y.jsx(Ua, { type: "text", onChange: (l) => t(l.target.value), ...o })
|
5648
5649
|
}
|
5649
5650
|
);
|
5650
5651
|
}
|
@@ -5992,19 +5993,19 @@ function sl(t, e, n) {
|
|
5992
5993
|
throw new TypeError(wi);
|
5993
5994
|
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
5995
|
function p(b) {
|
5995
|
-
var
|
5996
|
-
return o = r = void 0, u = b, s = t.apply(T,
|
5996
|
+
var S = o, T = r;
|
5997
|
+
return o = r = void 0, u = b, s = t.apply(T, S), s;
|
5997
5998
|
}
|
5998
5999
|
function w(b) {
|
5999
6000
|
return u = b, a = setTimeout(x, e), d ? p(b) : s;
|
6000
6001
|
}
|
6001
6002
|
function m(b) {
|
6002
|
-
var
|
6003
|
+
var S = b - l, T = b - u, F = e - S;
|
6003
6004
|
return f ? il(F, i - T) : F;
|
6004
6005
|
}
|
6005
6006
|
function L(b) {
|
6006
|
-
var
|
6007
|
-
return l === void 0 ||
|
6007
|
+
var S = b - l, T = b - u;
|
6008
|
+
return l === void 0 || S >= e || S < 0 || f && T >= i;
|
6008
6009
|
}
|
6009
6010
|
function x() {
|
6010
6011
|
var b = On();
|
@@ -6022,8 +6023,8 @@ function sl(t, e, n) {
|
|
6022
6023
|
return a === void 0 ? s : O(On());
|
6023
6024
|
}
|
6024
6025
|
function v() {
|
6025
|
-
var b = On(),
|
6026
|
-
if (o = arguments, r = this, l = b,
|
6026
|
+
var b = On(), S = L(b);
|
6027
|
+
if (o = arguments, r = this, l = b, S) {
|
6027
6028
|
if (a === void 0)
|
6028
6029
|
return w(l);
|
6029
6030
|
if (f)
|
@@ -6606,11 +6607,11 @@ function Vl() {
|
|
6606
6607
|
}
|
6607
6608
|
}
|
6608
6609
|
}
|
6609
|
-
var v = l, b = u,
|
6610
|
+
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
6611
|
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.")),
|
6612
|
+
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
6613
|
}
|
6613
|
-
function
|
6614
|
+
function P(N) {
|
6614
6615
|
return _(N) === u;
|
6615
6616
|
}
|
6616
6617
|
function E(N) {
|
@@ -6646,7 +6647,7 @@ function Vl() {
|
|
6646
6647
|
function re(N) {
|
6647
6648
|
return _(N) === f;
|
6648
6649
|
}
|
6649
|
-
Ee.AsyncMode = v, Ee.ConcurrentMode = b, Ee.ContextConsumer =
|
6650
|
+
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 = C, Ee.isMemo = X, Ee.isPortal = J, Ee.isProfiler = D, Ee.isStrictMode = K, Ee.isSuspense = re, Ee.isValidElementType = k, Ee.typeOf = _;
|
6650
6651
|
}()), Ee;
|
6651
6652
|
}
|
6652
6653
|
var Lr;
|
@@ -6783,8 +6784,8 @@ function Gl() {
|
|
6783
6784
|
}
|
6784
6785
|
return Nn = function(a, l) {
|
6785
6786
|
var u = typeof Symbol == "function" && Symbol.iterator, d = "@@iterator";
|
6786
|
-
function f(
|
6787
|
-
var E =
|
6787
|
+
function f(P) {
|
6788
|
+
var E = P && (u && P[u] || P[d]);
|
6788
6789
|
if (typeof E == "function")
|
6789
6790
|
return E;
|
6790
6791
|
}
|
@@ -6804,19 +6805,19 @@ function Gl() {
|
|
6804
6805
|
instanceOf: b,
|
6805
6806
|
node: I(),
|
6806
6807
|
objectOf: T,
|
6807
|
-
oneOf:
|
6808
|
+
oneOf: S,
|
6808
6809
|
oneOfType: F,
|
6809
6810
|
shape: Q,
|
6810
6811
|
exact: z
|
6811
6812
|
};
|
6812
|
-
function w(
|
6813
|
-
return
|
6813
|
+
function w(P, E) {
|
6814
|
+
return P === E ? P !== 0 || 1 / P === 1 / E : P !== P && E !== E;
|
6814
6815
|
}
|
6815
|
-
function m(
|
6816
|
-
this.message =
|
6816
|
+
function m(P, E) {
|
6817
|
+
this.message = P, this.data = E && typeof E == "object" ? E : {}, this.stack = "";
|
6817
6818
|
}
|
6818
6819
|
m.prototype = Error.prototype;
|
6819
|
-
function L(
|
6820
|
+
function L(P) {
|
6820
6821
|
if (process.env.NODE_ENV !== "production")
|
6821
6822
|
var E = {}, j = 0;
|
6822
6823
|
function R(q, C, X, J, D, K, re) {
|
@@ -6834,19 +6835,19 @@ function Gl() {
|
|
6834
6835
|
), E[de] = !0, j++);
|
6835
6836
|
}
|
6836
6837
|
}
|
6837
|
-
return C[X] == null ? q ? C[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 :
|
6838
|
+
return C[X] == null ? q ? C[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(C, X, J, D, K);
|
6838
6839
|
}
|
6839
6840
|
var B = R.bind(null, !1);
|
6840
6841
|
return B.isRequired = R.bind(null, !0), B;
|
6841
6842
|
}
|
6842
|
-
function x(
|
6843
|
+
function x(P) {
|
6843
6844
|
function E(j, R, B, q, C, X) {
|
6844
6845
|
var J = j[R], D = V(J);
|
6845
|
-
if (D !==
|
6846
|
+
if (D !== P) {
|
6846
6847
|
var K = A(J);
|
6847
6848
|
return new m(
|
6848
|
-
"Invalid " + q + " `" + C + "` of type " + ("`" + K + "` supplied to `" + B + "`, expected ") + ("`" +
|
6849
|
-
{ expectedType:
|
6849
|
+
"Invalid " + q + " `" + C + "` of type " + ("`" + K + "` supplied to `" + B + "`, expected ") + ("`" + P + "`."),
|
6850
|
+
{ expectedType: P }
|
6850
6851
|
);
|
6851
6852
|
}
|
6852
6853
|
return null;
|
@@ -6856,9 +6857,9 @@ function Gl() {
|
|
6856
6857
|
function O() {
|
6857
6858
|
return L(s);
|
6858
6859
|
}
|
6859
|
-
function k(
|
6860
|
+
function k(P) {
|
6860
6861
|
function E(j, R, B, q, C) {
|
6861
|
-
if (typeof
|
6862
|
+
if (typeof P != "function")
|
6862
6863
|
return new m("Property `" + C + "` of component `" + B + "` has invalid PropType notation inside arrayOf.");
|
6863
6864
|
var X = j[R];
|
6864
6865
|
if (!Array.isArray(X)) {
|
@@ -6866,7 +6867,7 @@ function Gl() {
|
|
6866
6867
|
return new m("Invalid " + q + " `" + C + "` of type " + ("`" + J + "` supplied to `" + B + "`, expected an array."));
|
6867
6868
|
}
|
6868
6869
|
for (var D = 0; D < X.length; D++) {
|
6869
|
-
var K =
|
6870
|
+
var K = P(X, D, B, q, C + "[" + D + "]", n);
|
6870
6871
|
if (K instanceof Error)
|
6871
6872
|
return K;
|
6872
6873
|
}
|
@@ -6875,7 +6876,7 @@ function Gl() {
|
|
6875
6876
|
return L(E);
|
6876
6877
|
}
|
6877
6878
|
function _() {
|
6878
|
-
function
|
6879
|
+
function P(E, j, R, B, q) {
|
6879
6880
|
var C = E[j];
|
6880
6881
|
if (!a(C)) {
|
6881
6882
|
var X = V(C);
|
@@ -6883,10 +6884,10 @@ function Gl() {
|
|
6883
6884
|
}
|
6884
6885
|
return null;
|
6885
6886
|
}
|
6886
|
-
return L(
|
6887
|
+
return L(P);
|
6887
6888
|
}
|
6888
6889
|
function v() {
|
6889
|
-
function
|
6890
|
+
function P(E, j, R, B, q) {
|
6890
6891
|
var C = E[j];
|
6891
6892
|
if (!t.isValidElementType(C)) {
|
6892
6893
|
var X = V(C);
|
@@ -6894,28 +6895,28 @@ function Gl() {
|
|
6894
6895
|
}
|
6895
6896
|
return null;
|
6896
6897
|
}
|
6897
|
-
return L(
|
6898
|
+
return L(P);
|
6898
6899
|
}
|
6899
|
-
function b(
|
6900
|
+
function b(P) {
|
6900
6901
|
function E(j, R, B, q, C) {
|
6901
|
-
if (!(j[R] instanceof
|
6902
|
-
var X =
|
6902
|
+
if (!(j[R] instanceof P)) {
|
6903
|
+
var X = P.name || c, J = ee(j[R]);
|
6903
6904
|
return new m("Invalid " + q + " `" + C + "` of type " + ("`" + J + "` supplied to `" + B + "`, expected ") + ("instance of `" + X + "`."));
|
6904
6905
|
}
|
6905
6906
|
return null;
|
6906
6907
|
}
|
6907
6908
|
return L(E);
|
6908
6909
|
}
|
6909
|
-
function P
|
6910
|
-
if (!Array.isArray(
|
6910
|
+
function S(P) {
|
6911
|
+
if (!Array.isArray(P))
|
6911
6912
|
return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? i(
|
6912
6913
|
"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
6914
|
) : i("Invalid argument supplied to oneOf, expected an array.")), s;
|
6914
6915
|
function E(j, R, B, q, C) {
|
6915
|
-
for (var X = j[R], J = 0; J <
|
6916
|
-
if (w(X,
|
6916
|
+
for (var X = j[R], J = 0; J < P.length; J++)
|
6917
|
+
if (w(X, P[J]))
|
6917
6918
|
return null;
|
6918
|
-
var D = JSON.stringify(
|
6919
|
+
var D = JSON.stringify(P, function(re, N) {
|
6919
6920
|
var de = A(N);
|
6920
6921
|
return de === "symbol" ? String(N) : N;
|
6921
6922
|
});
|
@@ -6923,16 +6924,16 @@ function Gl() {
|
|
6923
6924
|
}
|
6924
6925
|
return L(E);
|
6925
6926
|
}
|
6926
|
-
function T(
|
6927
|
+
function T(P) {
|
6927
6928
|
function E(j, R, B, q, C) {
|
6928
|
-
if (typeof
|
6929
|
+
if (typeof P != "function")
|
6929
6930
|
return new m("Property `" + C + "` of component `" + B + "` has invalid PropType notation inside objectOf.");
|
6930
6931
|
var X = j[R], J = V(X);
|
6931
6932
|
if (J !== "object")
|
6932
6933
|
return new m("Invalid " + q + " `" + C + "` of type " + ("`" + J + "` supplied to `" + B + "`, expected an object."));
|
6933
6934
|
for (var D in X)
|
6934
6935
|
if (o(X, D)) {
|
6935
|
-
var K =
|
6936
|
+
var K = P(X, D, B, q, C + "." + D, n);
|
6936
6937
|
if (K instanceof Error)
|
6937
6938
|
return K;
|
6938
6939
|
}
|
@@ -6940,19 +6941,19 @@ function Gl() {
|
|
6940
6941
|
}
|
6941
6942
|
return L(E);
|
6942
6943
|
}
|
6943
|
-
function F(
|
6944
|
-
if (!Array.isArray(
|
6944
|
+
function F(P) {
|
6945
|
+
if (!Array.isArray(P))
|
6945
6946
|
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 =
|
6947
|
+
for (var E = 0; E < P.length; E++) {
|
6948
|
+
var j = P[E];
|
6948
6949
|
if (typeof j != "function")
|
6949
6950
|
return i(
|
6950
6951
|
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + Z(j) + " at index " + E + "."
|
6951
6952
|
), s;
|
6952
6953
|
}
|
6953
6954
|
function R(B, q, C, X, J) {
|
6954
|
-
for (var D = [], K = 0; K <
|
6955
|
-
var re =
|
6955
|
+
for (var D = [], K = 0; K < P.length; K++) {
|
6956
|
+
var re = P[K], N = re(B, q, C, X, J, n);
|
6956
6957
|
if (N == null)
|
6957
6958
|
return null;
|
6958
6959
|
N.data && o(N.data, "expectedType") && D.push(N.data.expectedType);
|
@@ -6963,23 +6964,23 @@ function Gl() {
|
|
6963
6964
|
return L(R);
|
6964
6965
|
}
|
6965
6966
|
function I() {
|
6966
|
-
function
|
6967
|
+
function P(E, j, R, B, q) {
|
6967
6968
|
return W(E[j]) ? null : new m("Invalid " + B + " `" + q + "` supplied to " + ("`" + R + "`, expected a ReactNode."));
|
6968
6969
|
}
|
6969
|
-
return L(
|
6970
|
+
return L(P);
|
6970
6971
|
}
|
6971
|
-
function U(
|
6972
|
+
function U(P, E, j, R, B) {
|
6972
6973
|
return new m(
|
6973
|
-
(
|
6974
|
+
(P || "React class") + ": " + E + " type `" + j + "." + R + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + B + "`."
|
6974
6975
|
);
|
6975
6976
|
}
|
6976
|
-
function Q(
|
6977
|
+
function Q(P) {
|
6977
6978
|
function E(j, R, B, q, C) {
|
6978
6979
|
var X = j[R], J = V(X);
|
6979
6980
|
if (J !== "object")
|
6980
6981
|
return new m("Invalid " + q + " `" + C + "` of type `" + J + "` " + ("supplied to `" + B + "`, expected `object`."));
|
6981
|
-
for (var D in
|
6982
|
-
var K =
|
6982
|
+
for (var D in P) {
|
6983
|
+
var K = P[D];
|
6983
6984
|
if (typeof K != "function")
|
6984
6985
|
return U(B, q, C, D, A(K));
|
6985
6986
|
var re = K(X, D, B, q, C + "." + D, n);
|
@@ -6990,20 +6991,20 @@ function Gl() {
|
|
6990
6991
|
}
|
6991
6992
|
return L(E);
|
6992
6993
|
}
|
6993
|
-
function z(
|
6994
|
+
function z(P) {
|
6994
6995
|
function E(j, R, B, q, C) {
|
6995
6996
|
var X = j[R], J = V(X);
|
6996
6997
|
if (J !== "object")
|
6997
6998
|
return new m("Invalid " + q + " `" + C + "` of type `" + J + "` " + ("supplied to `" + B + "`, expected `object`."));
|
6998
|
-
var D = e({}, j[R],
|
6999
|
+
var D = e({}, j[R], P);
|
6999
7000
|
for (var K in D) {
|
7000
|
-
var re =
|
7001
|
-
if (o(
|
7001
|
+
var re = P[K];
|
7002
|
+
if (o(P, K) && typeof re != "function")
|
7002
7003
|
return U(B, q, C, K, A(re));
|
7003
7004
|
if (!re)
|
7004
7005
|
return new m(
|
7005
7006
|
"Invalid " + q + " `" + C + "` key `" + K + "` supplied to `" + B + "`.\nBad object: " + JSON.stringify(j[R], null, " ") + `
|
7006
|
-
Valid keys: ` + JSON.stringify(Object.keys(
|
7007
|
+
Valid keys: ` + JSON.stringify(Object.keys(P), null, " ")
|
7007
7008
|
);
|
7008
7009
|
var N = re(X, K, B, q, C + "." + K, n);
|
7009
7010
|
if (N)
|
@@ -7013,23 +7014,23 @@ Valid keys: ` + JSON.stringify(Object.keys(S), null, " ")
|
|
7013
7014
|
}
|
7014
7015
|
return L(E);
|
7015
7016
|
}
|
7016
|
-
function W(
|
7017
|
-
switch (typeof
|
7017
|
+
function W(P) {
|
7018
|
+
switch (typeof P) {
|
7018
7019
|
case "number":
|
7019
7020
|
case "string":
|
7020
7021
|
case "undefined":
|
7021
7022
|
return !0;
|
7022
7023
|
case "boolean":
|
7023
|
-
return !
|
7024
|
+
return !P;
|
7024
7025
|
case "object":
|
7025
|
-
if (Array.isArray(
|
7026
|
-
return
|
7027
|
-
if (
|
7026
|
+
if (Array.isArray(P))
|
7027
|
+
return P.every(W);
|
7028
|
+
if (P === null || a(P))
|
7028
7029
|
return !0;
|
7029
|
-
var E = f(
|
7030
|
+
var E = f(P);
|
7030
7031
|
if (E) {
|
7031
|
-
var j = E.call(
|
7032
|
-
if (E !==
|
7032
|
+
var j = E.call(P), R;
|
7033
|
+
if (E !== P.entries) {
|
7033
7034
|
for (; !(R = j.next()).done; )
|
7034
7035
|
if (!W(R.value))
|
7035
7036
|
return !1;
|
@@ -7046,27 +7047,27 @@ Valid keys: ` + JSON.stringify(Object.keys(S), null, " ")
|
|
7046
7047
|
return !1;
|
7047
7048
|
}
|
7048
7049
|
}
|
7049
|
-
function Y(
|
7050
|
-
return
|
7050
|
+
function Y(P, E) {
|
7051
|
+
return P === "symbol" ? !0 : E ? E["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && E instanceof Symbol : !1;
|
7051
7052
|
}
|
7052
|
-
function V(
|
7053
|
-
var E = typeof
|
7054
|
-
return Array.isArray(
|
7053
|
+
function V(P) {
|
7054
|
+
var E = typeof P;
|
7055
|
+
return Array.isArray(P) ? "array" : P instanceof RegExp ? "object" : Y(E, P) ? "symbol" : E;
|
7055
7056
|
}
|
7056
|
-
function A(
|
7057
|
-
if (typeof
|
7058
|
-
return "" +
|
7059
|
-
var E = V(
|
7057
|
+
function A(P) {
|
7058
|
+
if (typeof P > "u" || P === null)
|
7059
|
+
return "" + P;
|
7060
|
+
var E = V(P);
|
7060
7061
|
if (E === "object") {
|
7061
|
-
if (
|
7062
|
+
if (P instanceof Date)
|
7062
7063
|
return "date";
|
7063
|
-
if (
|
7064
|
+
if (P instanceof RegExp)
|
7064
7065
|
return "regexp";
|
7065
7066
|
}
|
7066
7067
|
return E;
|
7067
7068
|
}
|
7068
|
-
function Z(
|
7069
|
-
var E = A(
|
7069
|
+
function Z(P) {
|
7070
|
+
var E = A(P);
|
7070
7071
|
switch (E) {
|
7071
7072
|
case "array":
|
7072
7073
|
case "object":
|
@@ -7079,8 +7080,8 @@ Valid keys: ` + JSON.stringify(Object.keys(S), null, " ")
|
|
7079
7080
|
return E;
|
7080
7081
|
}
|
7081
7082
|
}
|
7082
|
-
function ee(
|
7083
|
-
return !
|
7083
|
+
function ee(P) {
|
7084
|
+
return !P.constructor || !P.constructor.name ? c : P.constructor.name;
|
7084
7085
|
}
|
7085
7086
|
return p.checkPropTypes = r, p.resetWarningCache = r.resetWarningCache, p.PropTypes = p, p;
|
7086
7087
|
}, Nn;
|
@@ -7319,16 +7320,16 @@ Ht.default = function(t, e) {
|
|
7319
7320
|
var _ = a - s.props.offset;
|
7320
7321
|
p = _ >= Math.floor(m) && _ < Math.floor(L), w = _ < Math.floor(m) || _ >= Math.floor(L);
|
7321
7322
|
} else {
|
7322
|
-
var v = 0, b = 0,
|
7323
|
+
var v = 0, b = 0, S = 0;
|
7323
7324
|
if (u.getBoundingClientRect) {
|
7324
7325
|
var T = u.getBoundingClientRect();
|
7325
|
-
|
7326
|
+
S = T.top;
|
7326
7327
|
}
|
7327
7328
|
if (!c || s.props.isDynamic) {
|
7328
7329
|
if (c = n.get(f), !c)
|
7329
7330
|
return;
|
7330
7331
|
var F = c.getBoundingClientRect();
|
7331
|
-
v = F.top -
|
7332
|
+
v = F.top - S + l, b = v + F.height;
|
7332
7333
|
}
|
7333
7334
|
var I = l - s.props.offset;
|
7334
7335
|
p = I >= Math.floor(v) && I < Math.floor(b), w = I < Math.floor(v) || I >= Math.floor(b);
|
@@ -7991,10 +7992,10 @@ function wc(...t) {
|
|
7991
7992
|
}
|
7992
7993
|
var Mc = (t) => {
|
7993
7994
|
var e, n, o, r, i, s, a, l, u, d;
|
7994
|
-
let { invert: f, toast: c, unstyled: p, interacting: w, setHeights: m, visibleToasts: L, heights: x, index: O, toasts: k, expanded: _, removeToast: v, defaultRichColors: b, closeButton:
|
7995
|
+
let { invert: f, toast: c, unstyled: p, interacting: w, setHeights: m, visibleToasts: L, 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, C] = 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 <= L, 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
7996
|
var se;
|
7996
|
-
return (se = c.closeButton) != null ? se :
|
7997
|
-
}, [c.closeButton,
|
7997
|
+
return (se = c.closeButton) != null ? se : S;
|
7998
|
+
}, [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
7999
|
Be.current = H.useMemo(() => ze * Y + bt, [ze, bt]), H.useEffect(() => {
|
7999
8000
|
B(!0);
|
8000
8001
|
}, []), H.useLayoutEffect(() => {
|
@@ -8051,7 +8052,7 @@ var Mc = (t) => {
|
|
8051
8052
|
if (!ye.current || !ie) return;
|
8052
8053
|
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
8054
|
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":
|
8055
|
+
} }, ne && !c.jsx ? H.createElement("button", { "aria-label": P, "data-disabled": pt, "data-close-button": !0, onClick: pt || !ie ? () => {
|
8055
8056
|
} : () => {
|
8056
8057
|
var se;
|
8057
8058
|
qe(), (se = c.onDismiss) == null || se.call(c, c);
|
@@ -8069,7 +8070,7 @@ function Hr() {
|
|
8069
8070
|
return t === "auto" || !t ? window.getComputedStyle(document.documentElement).direction : t;
|
8070
8071
|
}
|
8071
8072
|
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: L, icons: x, containerAriaLabel: O = "Notifications", pauseWhenPageIsHidden: k, cn: _ = wc } = t, [v, b] = H.useState([]),
|
8073
|
+
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: L, 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
8074
|
var j;
|
8074
8075
|
(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
8076
|
}, [v]);
|
@@ -8106,7 +8107,7 @@ var kc = (t) => {
|
|
8106
8107
|
if (V.current) return () => {
|
8107
8108
|
Z.current && (Z.current.focus({ preventScroll: !0 }), Z.current = null, ee.current = !1);
|
8108
8109
|
};
|
8109
|
-
}, [V.current]), v.length ? H.createElement("section", { "aria-label": `${O} ${A}`, tabIndex: -1 },
|
8110
|
+
}, [V.current]), v.length ? H.createElement("section", { "aria-label": `${O} ${A}`, tabIndex: -1 }, S.map((E, j) => {
|
8110
8111
|
var R;
|
8111
8112
|
let [B, q] = E.split("-");
|
8112
8113
|
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: (C) => {
|
@@ -8119,7 +8120,7 @@ var kc = (t) => {
|
|
8119
8120
|
C.target instanceof HTMLElement && C.target.dataset.dismissible === "false" || z(!0);
|
8120
8121
|
}, onPointerUp: () => z(!1) }, v.filter((C) => !C.position && j === 0 || C.position === E).map((C, X) => {
|
8121
8122
|
var J, D;
|
8122
|
-
return H.createElement(Mc, { key: C.id, icons: x, index: X, toast: C, 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:
|
8123
|
+
return H.createElement(Mc, { key: C.id, icons: x, index: X, toast: C, 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 == C.position), heights: T.filter((K) => K.position == C.position), setHeights: F, expandByDefault: r, gap: m, loadingIcon: L, expanded: I, pauseWhenPageIsHidden: k, cn: _ });
|
8123
8124
|
}));
|
8124
8125
|
})) : null;
|
8125
8126
|
};
|