@arkyn/components 1.3.115 → 1.3.117
Sign up to get free protection for your applications and to get access to all the features.
package/dist/bundle.js
CHANGED
@@ -71,26 +71,26 @@ function Cf() {
|
|
71
71
|
$e.unshift("Warning: " + re), Function.prototype.apply.call(console[L], console, $e);
|
72
72
|
}
|
73
73
|
}
|
74
|
-
var S = !1, D = !1, E = !1, A = !1,
|
74
|
+
var S = !1, D = !1, E = !1, A = !1, F = !1, V;
|
75
75
|
V = Symbol.for("react.module.reference");
|
76
|
-
function
|
77
|
-
return !!(typeof L == "string" || typeof L == "function" || L === r || L === a ||
|
76
|
+
function M(L) {
|
77
|
+
return !!(typeof L == "string" || typeof L == "function" || L === r || L === a || F || L === i || L === l || L === c || A || L === h || S || D || E || typeof L == "object" && L !== null && (L.$$typeof === d || L.$$typeof === p || L.$$typeof === o || L.$$typeof === s || L.$$typeof === u || // This needs to include all possible module reference object
|
78
78
|
// types supported by any Flight configuration anywhere since
|
79
79
|
// we don't know which Flight build this will end up being used
|
80
80
|
// with.
|
81
81
|
L.$$typeof === V || L.getModuleId !== void 0));
|
82
82
|
}
|
83
|
-
function
|
83
|
+
function z(L, re, ue) {
|
84
84
|
var be = L.displayName;
|
85
85
|
if (be)
|
86
86
|
return be;
|
87
87
|
var je = re.displayName || re.name || "";
|
88
88
|
return je !== "" ? ue + "(" + je + ")" : ue;
|
89
89
|
}
|
90
|
-
function
|
90
|
+
function j(L) {
|
91
91
|
return L.displayName || "Context";
|
92
92
|
}
|
93
|
-
function
|
93
|
+
function T(L) {
|
94
94
|
if (L == null)
|
95
95
|
return null;
|
96
96
|
if (typeof L.tag == "number" && w("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof L == "function")
|
@@ -115,19 +115,19 @@ function Cf() {
|
|
115
115
|
switch (L.$$typeof) {
|
116
116
|
case s:
|
117
117
|
var re = L;
|
118
|
-
return
|
118
|
+
return j(re) + ".Consumer";
|
119
119
|
case o:
|
120
120
|
var ue = L;
|
121
|
-
return
|
121
|
+
return j(ue._context) + ".Provider";
|
122
122
|
case u:
|
123
|
-
return
|
123
|
+
return z(L, L.render, "ForwardRef");
|
124
124
|
case p:
|
125
125
|
var be = L.displayName || null;
|
126
|
-
return be !== null ? be :
|
126
|
+
return be !== null ? be : T(L.type) || "Memo";
|
127
127
|
case d: {
|
128
128
|
var je = L, $e = je._payload, Pe = je._init;
|
129
129
|
try {
|
130
|
-
return
|
130
|
+
return T(Pe($e));
|
131
131
|
} catch {
|
132
132
|
return null;
|
133
133
|
}
|
@@ -135,14 +135,14 @@ function Cf() {
|
|
135
135
|
}
|
136
136
|
return null;
|
137
137
|
}
|
138
|
-
var
|
138
|
+
var R = Object.assign, N = 0, J, _, te, ae, k, I, Z;
|
139
139
|
function H() {
|
140
140
|
}
|
141
141
|
H.__reactDisabledLog = !0;
|
142
142
|
function ee() {
|
143
143
|
{
|
144
|
-
if (
|
145
|
-
J = console.log, _ = console.info, te = console.warn, ae = console.error,
|
144
|
+
if (N === 0) {
|
145
|
+
J = console.log, _ = console.info, te = console.warn, ae = console.error, k = console.group, I = console.groupCollapsed, Z = console.groupEnd;
|
146
146
|
var L = {
|
147
147
|
configurable: !0,
|
148
148
|
enumerable: !0,
|
@@ -159,42 +159,42 @@ function Cf() {
|
|
159
159
|
groupEnd: L
|
160
160
|
});
|
161
161
|
}
|
162
|
-
|
162
|
+
N++;
|
163
163
|
}
|
164
164
|
}
|
165
165
|
function X() {
|
166
166
|
{
|
167
|
-
if (
|
167
|
+
if (N--, N === 0) {
|
168
168
|
var L = {
|
169
169
|
configurable: !0,
|
170
170
|
enumerable: !0,
|
171
171
|
writable: !0
|
172
172
|
};
|
173
173
|
Object.defineProperties(console, {
|
174
|
-
log:
|
174
|
+
log: R({}, L, {
|
175
175
|
value: J
|
176
176
|
}),
|
177
|
-
info:
|
177
|
+
info: R({}, L, {
|
178
178
|
value: _
|
179
179
|
}),
|
180
|
-
warn:
|
180
|
+
warn: R({}, L, {
|
181
181
|
value: te
|
182
182
|
}),
|
183
|
-
error:
|
183
|
+
error: R({}, L, {
|
184
184
|
value: ae
|
185
185
|
}),
|
186
|
-
group:
|
187
|
-
value:
|
186
|
+
group: R({}, L, {
|
187
|
+
value: k
|
188
188
|
}),
|
189
|
-
groupCollapsed:
|
190
|
-
value:
|
189
|
+
groupCollapsed: R({}, L, {
|
190
|
+
value: I
|
191
191
|
}),
|
192
|
-
groupEnd:
|
192
|
+
groupEnd: R({}, L, {
|
193
193
|
value: Z
|
194
194
|
})
|
195
195
|
});
|
196
196
|
}
|
197
|
-
|
197
|
+
N < 0 && w("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
198
198
|
}
|
199
199
|
}
|
200
200
|
var m = C.ReactCurrentDispatcher, U;
|
@@ -399,8 +399,8 @@ function Cf() {
|
|
399
399
|
}
|
400
400
|
function Bt(L, re) {
|
401
401
|
if (typeof L.ref == "string" && We.current && re && We.current.stateNode !== re) {
|
402
|
-
var ue =
|
403
|
-
ct[ue] || (w('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref',
|
402
|
+
var ue = T(We.current.type);
|
403
|
+
ct[ue] || (w('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', T(We.current.type), L.ref), ct[ue] = !0);
|
404
404
|
}
|
405
405
|
}
|
406
406
|
function jt(L, re) {
|
@@ -488,7 +488,7 @@ function Cf() {
|
|
488
488
|
function cn() {
|
489
489
|
{
|
490
490
|
if (Te.current) {
|
491
|
-
var L =
|
491
|
+
var L = T(Te.current.type);
|
492
492
|
if (L)
|
493
493
|
return `
|
494
494
|
|
@@ -531,7 +531,7 @@ Check the top-level render call using <` + ue + ">.");
|
|
531
531
|
return;
|
532
532
|
zn[ue] = !0;
|
533
533
|
var be = "";
|
534
|
-
L && L._owner && L._owner !== Te.current && (be = " It was passed a child from " +
|
534
|
+
L && L._owner && L._owner !== Te.current && (be = " It was passed a child from " + T(L._owner.type) + "."), ot(L), w('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', ue, be), ot(null);
|
535
535
|
}
|
536
536
|
}
|
537
537
|
function _n(L, re) {
|
@@ -568,11 +568,11 @@ Check the top-level render call using <` + ue + ">.");
|
|
568
568
|
else
|
569
569
|
return;
|
570
570
|
if (ue) {
|
571
|
-
var be =
|
571
|
+
var be = T(re);
|
572
572
|
ge(ue, L.props, "prop", be, L);
|
573
573
|
} else if (re.PropTypes !== void 0 && !ft) {
|
574
574
|
ft = !0;
|
575
|
-
var je =
|
575
|
+
var je = T(re);
|
576
576
|
w("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", je || "Unknown");
|
577
577
|
}
|
578
578
|
typeof re.getDefaultProps == "function" && !re.getDefaultProps.isReactClassApproved && w("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
@@ -593,14 +593,14 @@ Check the top-level render call using <` + ue + ">.");
|
|
593
593
|
var Wn = {};
|
594
594
|
function Un(L, re, ue, be, je, $e) {
|
595
595
|
{
|
596
|
-
var Pe =
|
596
|
+
var Pe = M(L);
|
597
597
|
if (!Pe) {
|
598
598
|
var Oe = "";
|
599
599
|
(L === void 0 || typeof L == "object" && L !== null && Object.keys(L).length === 0) && (Oe += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
600
600
|
var st = An(je);
|
601
601
|
st ? Oe += st : Oe += cn();
|
602
602
|
var Ke;
|
603
|
-
L === null ? Ke = "null" : le(L) ? Ke = "array" : L !== void 0 && L.$$typeof === e ? (Ke = "<" + (
|
603
|
+
L === null ? Ke = "null" : le(L) ? Ke = "array" : L !== void 0 && L.$$typeof === e ? (Ke = "<" + (T(L.type) || "Unknown") + " />", Oe = " Did you accidentally export a JSX literal instead of a component?") : Ke = typeof L, w("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", Ke, Oe);
|
604
604
|
}
|
605
605
|
var et = Ee(L, re, ue, je, $e);
|
606
606
|
if (et == null)
|
@@ -619,7 +619,7 @@ Check the top-level render call using <` + ue + ">.");
|
|
619
619
|
_n(vt, L);
|
620
620
|
}
|
621
621
|
if (ve.call(re, "key")) {
|
622
|
-
var Ut =
|
622
|
+
var Ut = T(L), ut = Object.keys(re).filter(function(Zc) {
|
623
623
|
return Zc !== "key";
|
624
624
|
}), xe = ut.length > 0 ? "{key: someKey, " + ut.join(": ..., ") + ": ...}" : "{key: someKey}";
|
625
625
|
if (!Wn[Ut + xe]) {
|
@@ -982,17 +982,17 @@ var Qa = {
|
|
982
982
|
}
|
983
983
|
};
|
984
984
|
function jf(t) {
|
985
|
-
var e = t.children, n = t.options, r = t.id, i = t.mapContainerStyle, a = t.mapContainerClassName, o = t.center, s = t.onClick, u = t.onDblClick, l = t.onDrag, c = t.onDragEnd, p = t.onDragStart, d = t.onMouseMove, h = t.onMouseOut, y = t.onMouseOver, v = t.onMouseDown, f = t.onMouseUp, C = t.onRightClick, w = t.onCenterChanged, b = t.onLoad, S = t.onUnmount, D = $(null), E = D[0], A = D[1],
|
985
|
+
var e = t.children, n = t.options, r = t.id, i = t.mapContainerStyle, a = t.mapContainerClassName, o = t.center, s = t.onClick, u = t.onDblClick, l = t.onDrag, c = t.onDragEnd, p = t.onDragStart, d = t.onMouseMove, h = t.onMouseOut, y = t.onMouseOver, v = t.onMouseDown, f = t.onMouseUp, C = t.onRightClick, w = t.onCenterChanged, b = t.onLoad, S = t.onUnmount, D = $(null), E = D[0], A = D[1], F = qe(null), V = $(null), M = V[0], z = V[1], j = $(null), T = j[0], R = j[1], N = $(null), J = N[0], _ = N[1], te = $(null), ae = te[0], k = te[1], I = $(null), Z = I[0], H = I[1], ee = $(null), X = ee[0], m = ee[1], U = $(null), W = U[0], P = U[1], Q = $(null), ie = Q[0], G = Q[1], ce = $(null), se = ce[0], he = ce[1], ve = $(null), De = ve[0], Ce = ve[1], me = $(null), ge = me[0], Ie = me[1], le = $(null), Ne = le[0], pe = le[1];
|
986
986
|
return B(function() {
|
987
987
|
n && E !== null && E.setOptions(n);
|
988
988
|
}, [E, n]), B(function() {
|
989
989
|
E !== null && typeof o < "u" && E.setCenter(o);
|
990
990
|
}, [E, o]), B(function() {
|
991
|
-
E && u && (
|
991
|
+
E && u && (T !== null && google.maps.event.removeListener(T), R(google.maps.event.addListener(E, "dblclick", u)));
|
992
992
|
}, [u]), B(function() {
|
993
993
|
E && c && (J !== null && google.maps.event.removeListener(J), _(google.maps.event.addListener(E, "dragend", c)));
|
994
994
|
}, [c]), B(function() {
|
995
|
-
E && p && (ae !== null && google.maps.event.removeListener(ae),
|
995
|
+
E && p && (ae !== null && google.maps.event.removeListener(ae), k(google.maps.event.addListener(E, "dragstart", p)));
|
996
996
|
}, [p]), B(function() {
|
997
997
|
E && v && (Z !== null && google.maps.event.removeListener(Z), H(google.maps.event.addListener(E, "mousedown", v)));
|
998
998
|
}, [v]), B(function() {
|
@@ -1010,13 +1010,13 @@ function jf(t) {
|
|
1010
1010
|
}, [s]), B(function() {
|
1011
1011
|
E && l && (Ne !== null && google.maps.event.removeListener(Ne), pe(google.maps.event.addListener(E, "drag", l)));
|
1012
1012
|
}, [l]), B(function() {
|
1013
|
-
E && w && (
|
1013
|
+
E && w && (M !== null && google.maps.event.removeListener(M), z(google.maps.event.addListener(E, "center_changed", w)));
|
1014
1014
|
}, [s]), B(function() {
|
1015
|
-
var Be =
|
1015
|
+
var Be = F.current === null ? null : new google.maps.Map(F.current, n);
|
1016
1016
|
return A(Be), Be !== null && b && b(Be), function() {
|
1017
1017
|
Be !== null && S && S(Be);
|
1018
1018
|
};
|
1019
|
-
}, []), x.jsx("div", { id: r, ref:
|
1019
|
+
}, []), x.jsx("div", { id: r, ref: F, style: i, className: a, children: x.jsx(Ae.Provider, { value: E, children: E !== null ? e : null }) });
|
1020
1020
|
}
|
1021
1021
|
lt(jf);
|
1022
1022
|
var If = (
|
@@ -1274,11 +1274,11 @@ function $f(t) {
|
|
1274
1274
|
V();
|
1275
1275
|
return;
|
1276
1276
|
}
|
1277
|
-
ll({ id: n, url: E, nonce: a }).then(V).catch(function(
|
1278
|
-
v.current && D(
|
1277
|
+
ll({ id: n, url: E, nonce: a }).then(V).catch(function(z) {
|
1278
|
+
v.current && D(z), console.warn(`
|
1279
1279
|
There has been an Error with loading Google Maps API script, please check that you provided correct google API key (`.concat(o || "-", ") or Client ID (").concat(s || "-", `)
|
1280
1280
|
Otherwise it is a Network issue.
|
1281
|
-
`)), console.error(
|
1281
|
+
`)), console.error(z);
|
1282
1282
|
});
|
1283
1283
|
}, [n, E, a]);
|
1284
1284
|
var A = qe();
|
@@ -1446,7 +1446,7 @@ var oo = {
|
|
1446
1446
|
}
|
1447
1447
|
};
|
1448
1448
|
function Vf(t) {
|
1449
|
-
var e = t.options, n = t.drawingMode, r = t.onCircleComplete, i = t.onMarkerComplete, a = t.onOverlayComplete, o = t.onPolygonComplete, s = t.onPolylineComplete, u = t.onRectangleComplete, l = t.onLoad, c = t.onUnmount, p = _e(Ae), d = $(null), h = d[0], y = d[1], v = $(null), f = v[0], C = v[1], w = $(null), b = w[0], S = w[1], D = $(null), E = D[0], A = D[1],
|
1449
|
+
var e = t.options, n = t.drawingMode, r = t.onCircleComplete, i = t.onMarkerComplete, a = t.onOverlayComplete, o = t.onPolygonComplete, s = t.onPolylineComplete, u = t.onRectangleComplete, l = t.onLoad, c = t.onUnmount, p = _e(Ae), d = $(null), h = d[0], y = d[1], v = $(null), f = v[0], C = v[1], w = $(null), b = w[0], S = w[1], D = $(null), E = D[0], A = D[1], F = $(null), V = F[0], M = F[1], z = $(null), j = z[0], T = z[1], R = $(null), N = R[0], J = R[1];
|
1450
1450
|
return B(function() {
|
1451
1451
|
h !== null && h.setMap(p);
|
1452
1452
|
}, [p]), B(function() {
|
@@ -1460,16 +1460,16 @@ function Vf(t) {
|
|
1460
1460
|
}, [h, i]), B(function() {
|
1461
1461
|
h && a && (E !== null && google.maps.event.removeListener(E), A(google.maps.event.addListener(h, "overlaycomplete", a)));
|
1462
1462
|
}, [h, a]), B(function() {
|
1463
|
-
h && o && (V !== null && google.maps.event.removeListener(V),
|
1463
|
+
h && o && (V !== null && google.maps.event.removeListener(V), M(google.maps.event.addListener(h, "polygoncomplete", o)));
|
1464
1464
|
}, [h, o]), B(function() {
|
1465
|
-
h && s && (
|
1465
|
+
h && s && (j !== null && google.maps.event.removeListener(j), T(google.maps.event.addListener(h, "polylinecomplete", s)));
|
1466
1466
|
}, [h, s]), B(function() {
|
1467
|
-
h && u && (
|
1467
|
+
h && u && (N !== null && google.maps.event.removeListener(N), J(google.maps.event.addListener(h, "rectanglecomplete", u)));
|
1468
1468
|
}, [h, u]), B(function() {
|
1469
1469
|
at(!!google.maps.drawing, "Did you include prop libraries={['drawing']} in the URL? %s", google.maps.drawing);
|
1470
1470
|
var _ = new google.maps.drawing.DrawingManager(ye(ye({}, e || {}), { map: p }));
|
1471
|
-
return n && _.setDrawingMode(n), r && C(google.maps.event.addListener(_, "circlecomplete", r)), i && S(google.maps.event.addListener(_, "markercomplete", i)), a && A(google.maps.event.addListener(_, "overlaycomplete", a)), o &&
|
1472
|
-
h !== null && (f && google.maps.event.removeListener(f), b && google.maps.event.removeListener(b), E && google.maps.event.removeListener(E), V && google.maps.event.removeListener(V),
|
1471
|
+
return n && _.setDrawingMode(n), r && C(google.maps.event.addListener(_, "circlecomplete", r)), i && S(google.maps.event.addListener(_, "markercomplete", i)), a && A(google.maps.event.addListener(_, "overlaycomplete", a)), o && M(google.maps.event.addListener(_, "polygoncomplete", o)), s && T(google.maps.event.addListener(_, "polylinecomplete", s)), u && J(google.maps.event.addListener(_, "rectanglecomplete", u)), y(_), l && l(_), function() {
|
1472
|
+
h !== null && (f && google.maps.event.removeListener(f), b && google.maps.event.removeListener(b), E && google.maps.event.removeListener(E), V && google.maps.event.removeListener(V), j && google.maps.event.removeListener(j), N && google.maps.event.removeListener(N), c && c(h), h.setMap(null));
|
1473
1473
|
};
|
1474
1474
|
}, []), null;
|
1475
1475
|
}
|
@@ -1578,7 +1578,7 @@ var uo = {
|
|
1578
1578
|
}
|
1579
1579
|
}, Zr = {};
|
1580
1580
|
function qf(t) {
|
1581
|
-
var e = t.position, n = t.options, r = t.clusterer, i = t.noClustererRedraw, a = t.children, o = t.draggable, s = t.visible, u = t.animation, l = t.clickable, c = t.cursor, p = t.icon, d = t.label, h = t.opacity, y = t.shape, v = t.title, f = t.zIndex, C = t.onClick, w = t.onDblClick, b = t.onDrag, S = t.onDragEnd, D = t.onDragStart, E = t.onMouseOut, A = t.onMouseOver,
|
1581
|
+
var e = t.position, n = t.options, r = t.clusterer, i = t.noClustererRedraw, a = t.children, o = t.draggable, s = t.visible, u = t.animation, l = t.clickable, c = t.cursor, p = t.icon, d = t.label, h = t.opacity, y = t.shape, v = t.title, f = t.zIndex, C = t.onClick, w = t.onDblClick, b = t.onDrag, S = t.onDragEnd, D = t.onDragStart, E = t.onMouseOut, A = t.onMouseOver, F = t.onMouseUp, V = t.onMouseDown, M = t.onRightClick, z = t.onClickableChanged, j = t.onCursorChanged, T = t.onAnimationChanged, R = t.onDraggableChanged, N = t.onFlatChanged, J = t.onIconChanged, _ = t.onPositionChanged, te = t.onShapeChanged, ae = t.onTitleChanged, k = t.onVisibleChanged, I = t.onZindexChanged, Z = t.onLoad, H = t.onUnmount, ee = _e(Ae), X = $(null), m = X[0], U = X[1], W = $(null), P = W[0], Q = W[1], ie = $(null), G = ie[0], ce = ie[1], se = $(null), he = se[0], ve = se[1], De = $(null), Ce = De[0], me = De[1], ge = $(null), Ie = ge[0], le = ge[1], Ne = $(null), pe = Ne[0], Be = Ne[1], Me = $(null), We = Me[0], Ye = Me[1], we = $(null), dt = we[0], ct = we[1], kt = $(null), mt = kt[0], Bt = kt[1], jt = $(null), yt = jt[0], Yt = jt[1], Ee = $(null), Te = Ee[0], Re = Ee[1], ot = $(null), ft = ot[0], Tt = ot[1], cn = $(null), An = cn[0], zn = cn[1], yr = $(null), fn = yr[0], _n = yr[1], Cr = $(null), On = Cr[0], Wn = Cr[1], Un = $(null), Sn = Un[0], Dr = Un[1], br = $(null), Fn = br[0], L = br[1], re = $(null), ue = re[0], be = re[1], je = $(null), $e = je[0], Pe = je[1], Oe = $(null), st = Oe[0], Ke = Oe[1], et = $(null), vt = et[0], Wt = et[1];
|
1582
1582
|
B(function() {
|
1583
1583
|
m !== null && m.setMap(ee);
|
1584
1584
|
}, [ee]), B(function() {
|
@@ -1620,24 +1620,24 @@ function qf(t) {
|
|
1620
1620
|
}, [E]), B(function() {
|
1621
1621
|
m && A && (pe !== null && google.maps.event.removeListener(pe), Be(google.maps.event.addListener(m, "mouseover", A)));
|
1622
1622
|
}, [A]), B(function() {
|
1623
|
-
m &&
|
1624
|
-
}, [M]), B(function() {
|
1625
|
-
m && F && (dt !== null && google.maps.event.removeListener(dt), ct(google.maps.event.addListener(m, "rightclick", F)));
|
1623
|
+
m && F && (We !== null && google.maps.event.removeListener(We), Ye(google.maps.event.addListener(m, "mouseup", F)));
|
1626
1624
|
}, [F]), B(function() {
|
1625
|
+
m && M && (dt !== null && google.maps.event.removeListener(dt), ct(google.maps.event.addListener(m, "rightclick", M)));
|
1626
|
+
}, [M]), B(function() {
|
1627
1627
|
m && C && (mt !== null && google.maps.event.removeListener(mt), Bt(google.maps.event.addListener(m, "click", C)));
|
1628
1628
|
}, [C]), B(function() {
|
1629
1629
|
m && b && (yt !== null && google.maps.event.removeListener(yt), Yt(google.maps.event.addListener(m, "drag", b)));
|
1630
1630
|
}, [b]), B(function() {
|
1631
|
-
m &&
|
1632
|
-
}, [N]), B(function() {
|
1633
|
-
m && k && (ft !== null && google.maps.event.removeListener(ft), Tt(google.maps.event.addListener(m, "cursor_changed", k)));
|
1634
|
-
}, [k]), B(function() {
|
1635
|
-
m && R && (An !== null && google.maps.event.removeListener(An), zn(google.maps.event.addListener(m, "animation_changed", R)));
|
1636
|
-
}, [R]), B(function() {
|
1637
|
-
m && I && (fn !== null && google.maps.event.removeListener(fn), _n(google.maps.event.addListener(m, "draggable_changed", I)));
|
1638
|
-
}, [I]), B(function() {
|
1639
|
-
m && z && (On !== null && google.maps.event.removeListener(On), Wn(google.maps.event.addListener(m, "flat_changed", z)));
|
1631
|
+
m && z && (Te !== null && google.maps.event.removeListener(Te), Re(google.maps.event.addListener(m, "clickable_changed", z)));
|
1640
1632
|
}, [z]), B(function() {
|
1633
|
+
m && j && (ft !== null && google.maps.event.removeListener(ft), Tt(google.maps.event.addListener(m, "cursor_changed", j)));
|
1634
|
+
}, [j]), B(function() {
|
1635
|
+
m && T && (An !== null && google.maps.event.removeListener(An), zn(google.maps.event.addListener(m, "animation_changed", T)));
|
1636
|
+
}, [T]), B(function() {
|
1637
|
+
m && R && (fn !== null && google.maps.event.removeListener(fn), _n(google.maps.event.addListener(m, "draggable_changed", R)));
|
1638
|
+
}, [R]), B(function() {
|
1639
|
+
m && N && (On !== null && google.maps.event.removeListener(On), Wn(google.maps.event.addListener(m, "flat_changed", N)));
|
1640
|
+
}, [N]), B(function() {
|
1641
1641
|
m && J && (Sn !== null && google.maps.event.removeListener(Sn), Dr(google.maps.event.addListener(m, "icon_changed", J)));
|
1642
1642
|
}, [J]), B(function() {
|
1643
1643
|
m && _ && (Fn !== null && google.maps.event.removeListener(Fn), L(google.maps.event.addListener(m, "position_changed", _)));
|
@@ -1646,12 +1646,12 @@ function qf(t) {
|
|
1646
1646
|
}, [te]), B(function() {
|
1647
1647
|
m && ae && ($e !== null && google.maps.event.removeListener($e), Pe(google.maps.event.addListener(m, "title_changed", ae)));
|
1648
1648
|
}, [ae]), B(function() {
|
1649
|
-
m &&
|
1650
|
-
}, [
|
1651
|
-
m &&
|
1652
|
-
}, [
|
1649
|
+
m && k && (st !== null && google.maps.event.removeListener(st), Ke(google.maps.event.addListener(m, "visible_changed", k)));
|
1650
|
+
}, [k]), B(function() {
|
1651
|
+
m && I && (vt !== null && google.maps.event.removeListener(vt), Wt(google.maps.event.addListener(m, "zindex_changed", I)));
|
1652
|
+
}, [I]), B(function() {
|
1653
1653
|
var ut = ye(ye(ye({}, n || Zr), r ? Zr : { map: ee }), { position: e }), xe = new google.maps.Marker(ut);
|
1654
|
-
return r ? r.addMarker(xe, !!i) : xe.setMap(ee), e && xe.setPosition(e), typeof s < "u" && xe.setVisible(s), typeof o < "u" && xe.setDraggable(o), typeof l < "u" && xe.setClickable(l), typeof c == "string" && xe.setCursor(c), p && xe.setIcon(p), typeof d < "u" && xe.setLabel(d), typeof h < "u" && xe.setOpacity(h), y && xe.setShape(y), typeof v == "string" && xe.setTitle(v), typeof f == "number" && xe.setZIndex(f), w && Q(google.maps.event.addListener(xe, "dblclick", w)), S && ce(google.maps.event.addListener(xe, "dragend", S)), D && ve(google.maps.event.addListener(xe, "dragstart", D)), V && me(google.maps.event.addListener(xe, "mousedown", V)), E && le(google.maps.event.addListener(xe, "mouseout", E)), A && Be(google.maps.event.addListener(xe, "mouseover", A)),
|
1654
|
+
return r ? r.addMarker(xe, !!i) : xe.setMap(ee), e && xe.setPosition(e), typeof s < "u" && xe.setVisible(s), typeof o < "u" && xe.setDraggable(o), typeof l < "u" && xe.setClickable(l), typeof c == "string" && xe.setCursor(c), p && xe.setIcon(p), typeof d < "u" && xe.setLabel(d), typeof h < "u" && xe.setOpacity(h), y && xe.setShape(y), typeof v == "string" && xe.setTitle(v), typeof f == "number" && xe.setZIndex(f), w && Q(google.maps.event.addListener(xe, "dblclick", w)), S && ce(google.maps.event.addListener(xe, "dragend", S)), D && ve(google.maps.event.addListener(xe, "dragstart", D)), V && me(google.maps.event.addListener(xe, "mousedown", V)), E && le(google.maps.event.addListener(xe, "mouseout", E)), A && Be(google.maps.event.addListener(xe, "mouseover", A)), F && Ye(google.maps.event.addListener(xe, "mouseup", F)), M && ct(google.maps.event.addListener(xe, "rightclick", M)), C && Bt(google.maps.event.addListener(xe, "click", C)), b && Yt(google.maps.event.addListener(xe, "drag", b)), z && Re(google.maps.event.addListener(xe, "clickable_changed", z)), j && Tt(google.maps.event.addListener(xe, "cursor_changed", j)), T && zn(google.maps.event.addListener(xe, "animation_changed", T)), R && _n(google.maps.event.addListener(xe, "draggable_changed", R)), N && Wn(google.maps.event.addListener(xe, "flat_changed", N)), J && Dr(google.maps.event.addListener(xe, "icon_changed", J)), _ && L(google.maps.event.addListener(xe, "position_changed", _)), te && be(google.maps.event.addListener(xe, "shape_changed", te)), ae && Pe(google.maps.event.addListener(xe, "title_changed", ae)), k && Ke(google.maps.event.addListener(xe, "visible_changed", k)), I && Wt(google.maps.event.addListener(xe, "zindex_changed", I)), U(xe), Z && Z(xe), function() {
|
1655
1655
|
P !== null && google.maps.event.removeListener(P), G !== null && google.maps.event.removeListener(G), he !== null && google.maps.event.removeListener(he), Ce !== null && google.maps.event.removeListener(Ce), Ie !== null && google.maps.event.removeListener(Ie), pe !== null && google.maps.event.removeListener(pe), We !== null && google.maps.event.removeListener(We), dt !== null && google.maps.event.removeListener(dt), mt !== null && google.maps.event.removeListener(mt), Te !== null && google.maps.event.removeListener(Te), ft !== null && google.maps.event.removeListener(ft), An !== null && google.maps.event.removeListener(An), fn !== null && google.maps.event.removeListener(fn), On !== null && google.maps.event.removeListener(On), Sn !== null && google.maps.event.removeListener(Sn), Fn !== null && google.maps.event.removeListener(Fn), $e !== null && google.maps.event.removeListener($e), st !== null && google.maps.event.removeListener(st), vt !== null && google.maps.event.removeListener(vt), H && H(xe), r ? r.removeMarker(xe, !!i) : xe && xe.setMap(null);
|
1656
1656
|
};
|
1657
1657
|
}, []);
|
@@ -2191,55 +2191,55 @@ var Xf = 2e3, Jf = 500, Qf = "https://developers.google.com/maps/documentation/j
|
|
2191
2191
|
}
|
2192
2192
|
}, rd = {};
|
2193
2193
|
function id(t) {
|
2194
|
-
var e = t.children, n = t.options, r = t.averageCenter, i = t.batchSizeIE, a = t.calculator, o = t.clusterClass, s = t.enableRetinaIcons, u = t.gridSize, l = t.ignoreHidden, c = t.imageExtension, p = t.imagePath, d = t.imageSizes, h = t.maxZoom, y = t.minimumClusterSize, v = t.styles, f = t.title, C = t.zoomOnClick, w = t.onClick, b = t.onClusteringBegin, S = t.onClusteringEnd, D = t.onMouseOver, E = t.onMouseOut, A = t.onLoad,
|
2194
|
+
var e = t.children, n = t.options, r = t.averageCenter, i = t.batchSizeIE, a = t.calculator, o = t.clusterClass, s = t.enableRetinaIcons, u = t.gridSize, l = t.ignoreHidden, c = t.imageExtension, p = t.imagePath, d = t.imageSizes, h = t.maxZoom, y = t.minimumClusterSize, v = t.styles, f = t.title, C = t.zoomOnClick, w = t.onClick, b = t.onClusteringBegin, S = t.onClusteringEnd, D = t.onMouseOver, E = t.onMouseOut, A = t.onLoad, F = t.onUnmount, V = $(null), M = V[0], z = V[1], j = _e(Ae), T = $(null), R = T[0], N = T[1], J = $(null), _ = J[0], te = J[1], ae = $(null), k = ae[0], I = ae[1], Z = $(null), H = Z[0], ee = Z[1], X = $(null), m = X[0], U = X[1];
|
2195
2195
|
return B(function() {
|
2196
|
-
|
2196
|
+
M && E && (H !== null && google.maps.event.removeListener(H), ee(google.maps.event.addListener(M, Ft.onMouseOut, E)));
|
2197
2197
|
}, [E]), B(function() {
|
2198
|
-
|
2198
|
+
M && D && (m !== null && google.maps.event.removeListener(m), U(google.maps.event.addListener(M, Ft.onMouseOver, D)));
|
2199
2199
|
}, [D]), B(function() {
|
2200
|
-
|
2200
|
+
M && w && (R !== null && google.maps.event.removeListener(R), N(google.maps.event.addListener(M, Ft.onClick, w)));
|
2201
2201
|
}, [w]), B(function() {
|
2202
|
-
|
2202
|
+
M && b && (_ !== null && google.maps.event.removeListener(_), te(google.maps.event.addListener(M, Ft.onClusteringBegin, b)));
|
2203
2203
|
}, [b]), B(function() {
|
2204
|
-
|
2204
|
+
M && S && (k !== null && google.maps.event.removeListener(k), te(google.maps.event.addListener(M, Ft.onClusteringEnd, S)));
|
2205
2205
|
}, [S]), B(function() {
|
2206
|
-
typeof r < "u" &&
|
2207
|
-
}, [
|
2208
|
-
typeof i < "u" &&
|
2209
|
-
}, [
|
2210
|
-
typeof a < "u" &&
|
2211
|
-
}, [
|
2212
|
-
typeof o < "u" &&
|
2213
|
-
}, [
|
2214
|
-
typeof s < "u" &&
|
2215
|
-
}, [
|
2216
|
-
typeof u < "u" &&
|
2217
|
-
}, [
|
2218
|
-
typeof l < "u" &&
|
2219
|
-
}, [
|
2220
|
-
typeof c < "u" &&
|
2221
|
-
}, [
|
2222
|
-
typeof p < "u" &&
|
2223
|
-
}, [
|
2224
|
-
typeof d < "u" &&
|
2225
|
-
}, [
|
2226
|
-
typeof h < "u" &&
|
2227
|
-
}, [
|
2228
|
-
typeof y < "u" &&
|
2229
|
-
}, [
|
2230
|
-
typeof v < "u" &&
|
2231
|
-
}, [
|
2232
|
-
typeof f < "u" &&
|
2233
|
-
}, [
|
2234
|
-
typeof C < "u" &&
|
2235
|
-
}, [
|
2236
|
-
if (
|
2237
|
-
var W = ye({}, n || rd), P = new pl(
|
2238
|
-
return r && ze.averageCenter(P, r), i && ze.batchSizeIE(P, i), a && ze.calculator(P, a), o && ze.clusterClass(P, o), s && ze.enableRetinaIcons(P, s), u && ze.gridSize(P, u), l && ze.ignoreHidden(P, l), c && ze.imageExtension(P, c), p && ze.imagePath(P, p), d && ze.imageSizes(P, d), h && ze.maxZoom(P, h), y && ze.minimumClusterSize(P, y), v && ze.styles(P, v), f && ze.title(P, f), C && ze.zoomOnClick(P, C), E && ee(google.maps.event.addListener(P, Ft.onMouseOut, E)), D && U(google.maps.event.addListener(P, Ft.onMouseOver, D)), w &&
|
2239
|
-
H !== null && google.maps.event.removeListener(H), m !== null && google.maps.event.removeListener(m),
|
2206
|
+
typeof r < "u" && M !== null && ze.averageCenter(M, r);
|
2207
|
+
}, [M, r]), B(function() {
|
2208
|
+
typeof i < "u" && M !== null && ze.batchSizeIE(M, i);
|
2209
|
+
}, [M, i]), B(function() {
|
2210
|
+
typeof a < "u" && M !== null && ze.calculator(M, a);
|
2211
|
+
}, [M, a]), B(function() {
|
2212
|
+
typeof o < "u" && M !== null && ze.clusterClass(M, o);
|
2213
|
+
}, [M, o]), B(function() {
|
2214
|
+
typeof s < "u" && M !== null && ze.enableRetinaIcons(M, s);
|
2215
|
+
}, [M, s]), B(function() {
|
2216
|
+
typeof u < "u" && M !== null && ze.gridSize(M, u);
|
2217
|
+
}, [M, u]), B(function() {
|
2218
|
+
typeof l < "u" && M !== null && ze.ignoreHidden(M, l);
|
2219
|
+
}, [M, l]), B(function() {
|
2220
|
+
typeof c < "u" && M !== null && ze.imageExtension(M, c);
|
2221
|
+
}, [M, c]), B(function() {
|
2222
|
+
typeof p < "u" && M !== null && ze.imagePath(M, p);
|
2223
|
+
}, [M, p]), B(function() {
|
2224
|
+
typeof d < "u" && M !== null && ze.imageSizes(M, d);
|
2225
|
+
}, [M, d]), B(function() {
|
2226
|
+
typeof h < "u" && M !== null && ze.maxZoom(M, h);
|
2227
|
+
}, [M, h]), B(function() {
|
2228
|
+
typeof y < "u" && M !== null && ze.minimumClusterSize(M, y);
|
2229
|
+
}, [M, y]), B(function() {
|
2230
|
+
typeof v < "u" && M !== null && ze.styles(M, v);
|
2231
|
+
}, [M, v]), B(function() {
|
2232
|
+
typeof f < "u" && M !== null && ze.title(M, f);
|
2233
|
+
}, [M, f]), B(function() {
|
2234
|
+
typeof C < "u" && M !== null && ze.zoomOnClick(M, C);
|
2235
|
+
}, [M, C]), B(function() {
|
2236
|
+
if (j) {
|
2237
|
+
var W = ye({}, n || rd), P = new pl(j, [], W);
|
2238
|
+
return r && ze.averageCenter(P, r), i && ze.batchSizeIE(P, i), a && ze.calculator(P, a), o && ze.clusterClass(P, o), s && ze.enableRetinaIcons(P, s), u && ze.gridSize(P, u), l && ze.ignoreHidden(P, l), c && ze.imageExtension(P, c), p && ze.imagePath(P, p), d && ze.imageSizes(P, d), h && ze.maxZoom(P, h), y && ze.minimumClusterSize(P, y), v && ze.styles(P, v), f && ze.title(P, f), C && ze.zoomOnClick(P, C), E && ee(google.maps.event.addListener(P, Ft.onMouseOut, E)), D && U(google.maps.event.addListener(P, Ft.onMouseOver, D)), w && N(google.maps.event.addListener(P, Ft.onClick, w)), b && te(google.maps.event.addListener(P, Ft.onClusteringBegin, b)), S && I(google.maps.event.addListener(P, Ft.onClusteringEnd, S)), z(P), A && A(P), function() {
|
2239
|
+
H !== null && google.maps.event.removeListener(H), m !== null && google.maps.event.removeListener(m), R !== null && google.maps.event.removeListener(R), _ !== null && google.maps.event.removeListener(_), k !== null && google.maps.event.removeListener(k), F && F(P);
|
2240
2240
|
};
|
2241
2241
|
}
|
2242
|
-
}, []),
|
2242
|
+
}, []), M !== null && e(M) || null;
|
2243
2243
|
}
|
2244
2244
|
lt(id);
|
2245
2245
|
(function(t) {
|
@@ -2450,7 +2450,7 @@ var hl = (
|
|
2450
2450
|
}
|
2451
2451
|
}, ad = {};
|
2452
2452
|
function od(t) {
|
2453
|
-
var e = t.children, n = t.anchor, r = t.options, i = t.position, a = t.zIndex, o = t.onCloseClick, s = t.onDomReady, u = t.onContentChanged, l = t.onPositionChanged, c = t.onZindexChanged, p = t.onLoad, d = t.onUnmount, h = _e(Ae), y = $(null), v = y[0], f = y[1], C = $(null), w = C[0], b = C[1], S = $(null), D = S[0], E = S[1], A = $(null),
|
2453
|
+
var e = t.children, n = t.anchor, r = t.options, i = t.position, a = t.zIndex, o = t.onCloseClick, s = t.onDomReady, u = t.onContentChanged, l = t.onPositionChanged, c = t.onZindexChanged, p = t.onLoad, d = t.onUnmount, h = _e(Ae), y = $(null), v = y[0], f = y[1], C = $(null), w = C[0], b = C[1], S = $(null), D = S[0], E = S[1], A = $(null), F = A[0], V = A[1], M = $(null), z = M[0], j = M[1], T = $(null), R = T[0], N = T[1], J = qe(null);
|
2454
2454
|
return B(function() {
|
2455
2455
|
h && v !== null && (v.close(), n ? v.open(h, n) : v.getPosition() && v.open(h));
|
2456
2456
|
}, [h, v, n]), B(function() {
|
@@ -2467,20 +2467,20 @@ function od(t) {
|
|
2467
2467
|
}, [o]), B(function() {
|
2468
2468
|
v && s && (D !== null && google.maps.event.removeListener(D), E(google.maps.event.addListener(v, "domready", s)));
|
2469
2469
|
}, [s]), B(function() {
|
2470
|
-
v && u && (
|
2470
|
+
v && u && (F !== null && google.maps.event.removeListener(F), V(google.maps.event.addListener(v, "content_changed", u)));
|
2471
2471
|
}, [u]), B(function() {
|
2472
|
-
v && l && (
|
2472
|
+
v && l && (z !== null && google.maps.event.removeListener(z), j(google.maps.event.addListener(v, "position_changed", l)));
|
2473
2473
|
}, [l]), B(function() {
|
2474
|
-
v && c && (
|
2474
|
+
v && c && (R !== null && google.maps.event.removeListener(R), N(google.maps.event.addListener(v, "zindex_changed", c)));
|
2475
2475
|
}, [c]), B(function() {
|
2476
2476
|
if (h) {
|
2477
|
-
var _ = r || ad, te = _.position, ae = ya(_, ["position"]),
|
2478
|
-
te && !(te instanceof google.maps.LatLng) && (
|
2479
|
-
var
|
2480
|
-
J.current = document.createElement("div"), f(
|
2477
|
+
var _ = r || ad, te = _.position, ae = ya(_, ["position"]), k = void 0;
|
2478
|
+
te && !(te instanceof google.maps.LatLng) && (k = new google.maps.LatLng(te.lat, te.lng));
|
2479
|
+
var I = new hl(ye(ye({}, ae), k ? { position: k } : {}));
|
2480
|
+
J.current = document.createElement("div"), f(I), o && b(google.maps.event.addListener(I, "closeclick", o)), s && E(google.maps.event.addListener(I, "domready", s)), u && V(google.maps.event.addListener(I, "content_changed", u)), l && j(google.maps.event.addListener(I, "position_changed", l)), c && N(google.maps.event.addListener(I, "zindex_changed", c)), I.setContent(J.current), n ? I.open(h, n) : I.getPosition() ? I.open(h) : at(!1, "You must provide either an anchor or a position prop for <InfoBox>."), p && p(I);
|
2481
2481
|
}
|
2482
2482
|
return function() {
|
2483
|
-
v !== null && (w && google.maps.event.removeListener(w),
|
2483
|
+
v !== null && (w && google.maps.event.removeListener(w), F && google.maps.event.removeListener(F), D && google.maps.event.removeListener(D), z && google.maps.event.removeListener(z), R && google.maps.event.removeListener(R), d && d(v), v.close());
|
2484
2484
|
};
|
2485
2485
|
}, []), J.current ? ni(zt.only(e), J.current) : null;
|
2486
2486
|
}
|
@@ -2883,8 +2883,8 @@ class ld {
|
|
2883
2883
|
const A = E * c;
|
2884
2884
|
if (u[A + dn] <= n) continue;
|
2885
2885
|
u[A + dn] = n;
|
2886
|
-
const
|
2887
|
-
C += u[A] *
|
2886
|
+
const F = u[A + Qt];
|
2887
|
+
C += u[A] * F, w += u[A + 1] * F, u[A + yi] = D, a && (b || (b = this._map(u, p, !0), S = this.clusterProps.length, this.clusterProps.push(b)), a(b, this._map(u, A)));
|
2888
2888
|
}
|
2889
2889
|
u[p + yi] = D, l.push(C / f, w / f, 1 / 0, D, -1, f), a && l.push(S);
|
2890
2890
|
} else {
|
@@ -3303,7 +3303,7 @@ var Co = {
|
|
3303
3303
|
}
|
3304
3304
|
};
|
3305
3305
|
function wd(t) {
|
3306
|
-
var e = t.children, n = t.anchor, r = t.options, i = t.position, a = t.zIndex, o = t.onCloseClick, s = t.onDomReady, u = t.onContentChanged, l = t.onPositionChanged, c = t.onZindexChanged, p = t.onLoad, d = t.onUnmount, h = _e(Ae), y = $(null), v = y[0], f = y[1], C = $(null), w = C[0], b = C[1], S = $(null), D = S[0], E = S[1], A = $(null),
|
3306
|
+
var e = t.children, n = t.anchor, r = t.options, i = t.position, a = t.zIndex, o = t.onCloseClick, s = t.onDomReady, u = t.onContentChanged, l = t.onPositionChanged, c = t.onZindexChanged, p = t.onLoad, d = t.onUnmount, h = _e(Ae), y = $(null), v = y[0], f = y[1], C = $(null), w = C[0], b = C[1], S = $(null), D = S[0], E = S[1], A = $(null), F = A[0], V = A[1], M = $(null), z = M[0], j = M[1], T = $(null), R = T[0], N = T[1], J = qe(null);
|
3307
3307
|
return B(function() {
|
3308
3308
|
v !== null && (v.close(), n ? v.open(h, n) : v.getPosition() && v.open(h));
|
3309
3309
|
}, [h, v, n]), B(function() {
|
@@ -3317,15 +3317,15 @@ function wd(t) {
|
|
3317
3317
|
}, [o]), B(function() {
|
3318
3318
|
v && s && (D !== null && google.maps.event.removeListener(D), E(google.maps.event.addListener(v, "domready", s)));
|
3319
3319
|
}, [s]), B(function() {
|
3320
|
-
v && u && (
|
3320
|
+
v && u && (F !== null && google.maps.event.removeListener(F), V(google.maps.event.addListener(v, "content_changed", u)));
|
3321
3321
|
}, [u]), B(function() {
|
3322
|
-
v && l && (
|
3322
|
+
v && l && (z !== null && google.maps.event.removeListener(z), j(google.maps.event.addListener(v, "position_changed", l)));
|
3323
3323
|
}, [l]), B(function() {
|
3324
|
-
v && c && (
|
3324
|
+
v && c && (R !== null && google.maps.event.removeListener(R), N(google.maps.event.addListener(v, "zindex_changed", c)));
|
3325
3325
|
}, [c]), B(function() {
|
3326
3326
|
var _ = new google.maps.InfoWindow(ye({}, r || {}));
|
3327
|
-
return f(_), J.current = document.createElement("div"), o && b(google.maps.event.addListener(_, "closeclick", o)), s && E(google.maps.event.addListener(_, "domready", s)), u && V(google.maps.event.addListener(_, "content_changed", u)), l &&
|
3328
|
-
w && google.maps.event.removeListener(w),
|
3327
|
+
return f(_), J.current = document.createElement("div"), o && b(google.maps.event.addListener(_, "closeclick", o)), s && E(google.maps.event.addListener(_, "domready", s)), u && V(google.maps.event.addListener(_, "content_changed", u)), l && j(google.maps.event.addListener(_, "position_changed", l)), c && N(google.maps.event.addListener(_, "zindex_changed", c)), _.setContent(J.current), i && _.setPosition(i), a && _.setZIndex(a), n ? _.open(h, n) : _.getPosition() ? _.open(h) : at(!1, "You must provide either an anchor (typically render it inside a <Marker>) or a position props for <InfoWindow>."), p && p(_), function() {
|
3328
|
+
w && google.maps.event.removeListener(w), F && google.maps.event.removeListener(F), D && google.maps.event.removeListener(D), z && google.maps.event.removeListener(z), R && google.maps.event.removeListener(R), d && d(_), _.close();
|
3329
3329
|
};
|
3330
3330
|
}, []), J.current ? ni(zt.only(e), J.current) : null;
|
3331
3331
|
}
|
@@ -3402,7 +3402,7 @@ var bo = {
|
|
3402
3402
|
}
|
3403
3403
|
}, Bd = {};
|
3404
3404
|
function xd(t) {
|
3405
|
-
var e = t.options, n = t.draggable, r = t.editable, i = t.visible, a = t.path, o = t.onDblClick, s = t.onDragEnd, u = t.onDragStart, l = t.onMouseDown, c = t.onMouseMove, p = t.onMouseOut, d = t.onMouseOver, h = t.onMouseUp, y = t.onRightClick, v = t.onClick, f = t.onDrag, C = t.onLoad, w = t.onUnmount, b = _e(Ae), S = $(null), D = S[0], E = S[1], A = $(null),
|
3405
|
+
var e = t.options, n = t.draggable, r = t.editable, i = t.visible, a = t.path, o = t.onDblClick, s = t.onDragEnd, u = t.onDragStart, l = t.onMouseDown, c = t.onMouseMove, p = t.onMouseOut, d = t.onMouseOver, h = t.onMouseUp, y = t.onRightClick, v = t.onClick, f = t.onDrag, C = t.onLoad, w = t.onUnmount, b = _e(Ae), S = $(null), D = S[0], E = S[1], A = $(null), F = A[0], V = A[1], M = $(null), z = M[0], j = M[1], T = $(null), R = T[0], N = T[1], J = $(null), _ = J[0], te = J[1], ae = $(null), k = ae[0], I = ae[1], Z = $(null), H = Z[0], ee = Z[1], X = $(null), m = X[0], U = X[1], W = $(null), P = W[0], Q = W[1], ie = $(null), G = ie[0], ce = ie[1], se = $(null), he = se[0], ve = se[1], De = $(null), Ce = De[0], me = De[1];
|
3406
3406
|
return B(function() {
|
3407
3407
|
D !== null && D.setMap(b);
|
3408
3408
|
}, [b]), B(function() {
|
@@ -3416,15 +3416,15 @@ function xd(t) {
|
|
3416
3416
|
}, [D, i]), B(function() {
|
3417
3417
|
typeof a < "u" && D !== null && D.setPath(a);
|
3418
3418
|
}, [D, a]), B(function() {
|
3419
|
-
D && o && (
|
3419
|
+
D && o && (F !== null && google.maps.event.removeListener(F), V(google.maps.event.addListener(D, "dblclick", o)));
|
3420
3420
|
}, [o]), B(function() {
|
3421
|
-
D && s && (
|
3421
|
+
D && s && (z !== null && google.maps.event.removeListener(z), j(google.maps.event.addListener(D, "dragend", s)));
|
3422
3422
|
}, [s]), B(function() {
|
3423
|
-
D && u && (
|
3423
|
+
D && u && (R !== null && google.maps.event.removeListener(R), N(google.maps.event.addListener(D, "dragstart", u)));
|
3424
3424
|
}, [u]), B(function() {
|
3425
3425
|
D && l && (_ !== null && google.maps.event.removeListener(_), te(google.maps.event.addListener(D, "mousedown", l)));
|
3426
3426
|
}, [l]), B(function() {
|
3427
|
-
D && c && (
|
3427
|
+
D && c && (k !== null && google.maps.event.removeListener(k), I(google.maps.event.addListener(D, "mousemove", c)));
|
3428
3428
|
}, [c]), B(function() {
|
3429
3429
|
D && p && (H !== null && google.maps.event.removeListener(H), ee(google.maps.event.addListener(D, "mouseout", p)));
|
3430
3430
|
}, [p]), B(function() {
|
@@ -3439,8 +3439,8 @@ function xd(t) {
|
|
3439
3439
|
D && f && (Ce !== null && google.maps.event.removeListener(Ce), me(google.maps.event.addListener(D, "drag", f)));
|
3440
3440
|
}, [f]), B(function() {
|
3441
3441
|
var ge = new google.maps.Polyline(ye(ye({}, e || Bd), { map: b }));
|
3442
|
-
return a && ge.setPath(a), typeof i < "u" && ge.setVisible(i), typeof r < "u" && ge.setEditable(r), typeof n < "u" && ge.setDraggable(n), o && V(google.maps.event.addListener(ge, "dblclick", o)), s &&
|
3443
|
-
|
3442
|
+
return a && ge.setPath(a), typeof i < "u" && ge.setVisible(i), typeof r < "u" && ge.setEditable(r), typeof n < "u" && ge.setDraggable(n), o && V(google.maps.event.addListener(ge, "dblclick", o)), s && j(google.maps.event.addListener(ge, "dragend", s)), u && N(google.maps.event.addListener(ge, "dragstart", u)), l && te(google.maps.event.addListener(ge, "mousedown", l)), c && I(google.maps.event.addListener(ge, "mousemove", c)), p && ee(google.maps.event.addListener(ge, "mouseout", p)), d && U(google.maps.event.addListener(ge, "mouseover", d)), h && Q(google.maps.event.addListener(ge, "mouseup", h)), y && ce(google.maps.event.addListener(ge, "rightclick", y)), v && ve(google.maps.event.addListener(ge, "click", v)), f && me(google.maps.event.addListener(ge, "drag", f)), E(ge), C && C(ge), function() {
|
3443
|
+
F !== null && google.maps.event.removeListener(F), z !== null && google.maps.event.removeListener(z), R !== null && google.maps.event.removeListener(R), _ !== null && google.maps.event.removeListener(_), k !== null && google.maps.event.removeListener(k), H !== null && google.maps.event.removeListener(H), m !== null && google.maps.event.removeListener(m), P !== null && google.maps.event.removeListener(P), G !== null && google.maps.event.removeListener(G), he !== null && google.maps.event.removeListener(he), w && w(ge), ge.setMap(null);
|
3444
3444
|
};
|
3445
3445
|
}, []), null;
|
3446
3446
|
}
|
@@ -3518,7 +3518,7 @@ var wo = {
|
|
3518
3518
|
}
|
3519
3519
|
};
|
3520
3520
|
function Ld(t) {
|
3521
|
-
var e = t.options, n = t.draggable, r = t.editable, i = t.visible, a = t.path, o = t.paths, s = t.onDblClick, u = t.onDragEnd, l = t.onDragStart, c = t.onMouseDown, p = t.onMouseMove, d = t.onMouseOut, h = t.onMouseOver, y = t.onMouseUp, v = t.onRightClick, f = t.onClick, C = t.onDrag, w = t.onLoad, b = t.onUnmount, S = t.onEdit, D = _e(Ae), E = $(null), A = E[0],
|
3521
|
+
var e = t.options, n = t.draggable, r = t.editable, i = t.visible, a = t.path, o = t.paths, s = t.onDblClick, u = t.onDragEnd, l = t.onDragStart, c = t.onMouseDown, p = t.onMouseMove, d = t.onMouseOut, h = t.onMouseOver, y = t.onMouseUp, v = t.onRightClick, f = t.onClick, C = t.onDrag, w = t.onLoad, b = t.onUnmount, S = t.onEdit, D = _e(Ae), E = $(null), A = E[0], F = E[1], V = $(null), M = V[0], z = V[1], j = $(null), T = j[0], R = j[1], N = $(null), J = N[0], _ = N[1], te = $(null), ae = te[0], k = te[1], I = $(null), Z = I[0], H = I[1], ee = $(null), X = ee[0], m = ee[1], U = $(null), W = U[0], P = U[1], Q = $(null), ie = Q[0], G = Q[1], ce = $(null), se = ce[0], he = ce[1], ve = $(null), De = ve[0], Ce = ve[1], me = $(null), ge = me[0], Ie = me[1];
|
3522
3522
|
return B(function() {
|
3523
3523
|
A !== null && A.setMap(D);
|
3524
3524
|
}, [D]), B(function() {
|
@@ -3534,7 +3534,7 @@ function Ld(t) {
|
|
3534
3534
|
}, [A, a]), B(function() {
|
3535
3535
|
typeof o < "u" && A !== null && A.setPaths(o);
|
3536
3536
|
}, [A, o]), B(function() {
|
3537
|
-
A && s && (
|
3537
|
+
A && s && (M !== null && google.maps.event.removeListener(M), z(google.maps.event.addListener(A, "dblclick", s)));
|
3538
3538
|
}, [s]), B(function() {
|
3539
3539
|
A && (google.maps.event.addListener(A.getPath(), "insert_at", function() {
|
3540
3540
|
S == null || S(A);
|
@@ -3542,11 +3542,11 @@ function Ld(t) {
|
|
3542
3542
|
S == null || S(A);
|
3543
3543
|
}));
|
3544
3544
|
}, [A, S]), B(function() {
|
3545
|
-
A && u && (
|
3545
|
+
A && u && (T !== null && google.maps.event.removeListener(T), R(google.maps.event.addListener(A, "dragend", u)));
|
3546
3546
|
}, [u]), B(function() {
|
3547
3547
|
A && l && (J !== null && google.maps.event.removeListener(J), _(google.maps.event.addListener(A, "dragstart", l)));
|
3548
3548
|
}, [l]), B(function() {
|
3549
|
-
A && c && (ae !== null && google.maps.event.removeListener(ae),
|
3549
|
+
A && c && (ae !== null && google.maps.event.removeListener(ae), k(google.maps.event.addListener(A, "mousedown", c)));
|
3550
3550
|
}, [c]), B(function() {
|
3551
3551
|
A && p && (Z !== null && google.maps.event.removeListener(Z), H(google.maps.event.addListener(A, "mousemove", p)));
|
3552
3552
|
}, [p]), B(function() {
|
@@ -3563,8 +3563,8 @@ function Ld(t) {
|
|
3563
3563
|
A && C && (ge !== null && google.maps.event.removeListener(ge), Ie(google.maps.event.addListener(A, "drag", C)));
|
3564
3564
|
}, [C]), B(function() {
|
3565
3565
|
var le = new google.maps.Polygon(ye(ye({}, e || {}), { map: D }));
|
3566
|
-
return a && le.setPath(a), o && le.setPaths(o), typeof i < "u" && le.setVisible(i), typeof r < "u" && le.setEditable(r), typeof n < "u" && le.setDraggable(n), s &&
|
3567
|
-
|
3566
|
+
return a && le.setPath(a), o && le.setPaths(o), typeof i < "u" && le.setVisible(i), typeof r < "u" && le.setEditable(r), typeof n < "u" && le.setDraggable(n), s && z(google.maps.event.addListener(le, "dblclick", s)), u && R(google.maps.event.addListener(le, "dragend", u)), l && _(google.maps.event.addListener(le, "dragstart", l)), c && k(google.maps.event.addListener(le, "mousedown", c)), p && H(google.maps.event.addListener(le, "mousemove", p)), d && m(google.maps.event.addListener(le, "mouseout", d)), h && P(google.maps.event.addListener(le, "mouseover", h)), y && G(google.maps.event.addListener(le, "mouseup", y)), v && he(google.maps.event.addListener(le, "rightclick", v)), f && Ce(google.maps.event.addListener(le, "click", f)), C && Ie(google.maps.event.addListener(le, "drag", C)), F(le), w && w(le), function() {
|
3567
|
+
M !== null && google.maps.event.removeListener(M), T !== null && google.maps.event.removeListener(T), J !== null && google.maps.event.removeListener(J), ae !== null && google.maps.event.removeListener(ae), Z !== null && google.maps.event.removeListener(Z), X !== null && google.maps.event.removeListener(X), W !== null && google.maps.event.removeListener(W), ie !== null && google.maps.event.removeListener(ie), se !== null && google.maps.event.removeListener(se), De !== null && google.maps.event.removeListener(De), b && b(le), le.setMap(null);
|
3568
3568
|
};
|
3569
3569
|
}, []), null;
|
3570
3570
|
}
|
@@ -3640,7 +3640,7 @@ var xo = {
|
|
3640
3640
|
}
|
3641
3641
|
};
|
3642
3642
|
function Ad(t) {
|
3643
|
-
var e = t.options, n = t.bounds, r = t.draggable, i = t.editable, a = t.visible, o = t.onDblClick, s = t.onDragEnd, u = t.onDragStart, l = t.onMouseDown, c = t.onMouseMove, p = t.onMouseOut, d = t.onMouseOver, h = t.onMouseUp, y = t.onRightClick, v = t.onClick, f = t.onDrag, C = t.onBoundsChanged, w = t.onLoad, b = t.onUnmount, S = _e(Ae), D = $(null), E = D[0], A = D[1],
|
3643
|
+
var e = t.options, n = t.bounds, r = t.draggable, i = t.editable, a = t.visible, o = t.onDblClick, s = t.onDragEnd, u = t.onDragStart, l = t.onMouseDown, c = t.onMouseMove, p = t.onMouseOut, d = t.onMouseOver, h = t.onMouseUp, y = t.onRightClick, v = t.onClick, f = t.onDrag, C = t.onBoundsChanged, w = t.onLoad, b = t.onUnmount, S = _e(Ae), D = $(null), E = D[0], A = D[1], F = $(null), V = F[0], M = F[1], z = $(null), j = z[0], T = z[1], R = $(null), N = R[0], J = R[1], _ = $(null), te = _[0], ae = _[1], k = $(null), I = k[0], Z = k[1], H = $(null), ee = H[0], X = H[1], m = $(null), U = m[0], W = m[1], P = $(null), Q = P[0], ie = P[1], G = $(null), ce = G[0], se = G[1], he = $(null), ve = he[0], De = he[1], Ce = $(null), me = Ce[0], ge = Ce[1], Ie = $(null), le = Ie[0], Ne = Ie[1];
|
3644
3644
|
return B(function() {
|
3645
3645
|
E !== null && E.setMap(S);
|
3646
3646
|
}, [S]), B(function() {
|
@@ -3654,15 +3654,15 @@ function Ad(t) {
|
|
3654
3654
|
}, [E, a]), B(function() {
|
3655
3655
|
typeof n < "u" && E !== null && E.setBounds(n);
|
3656
3656
|
}, [E, n]), B(function() {
|
3657
|
-
E && o && (V !== null && google.maps.event.removeListener(V),
|
3657
|
+
E && o && (V !== null && google.maps.event.removeListener(V), M(google.maps.event.addListener(E, "dblclick", o)));
|
3658
3658
|
}, [o]), B(function() {
|
3659
|
-
E && s && (
|
3659
|
+
E && s && (j !== null && google.maps.event.removeListener(j), T(google.maps.event.addListener(E, "dragend", s)));
|
3660
3660
|
}, [s]), B(function() {
|
3661
|
-
E && u && (
|
3661
|
+
E && u && (N !== null && google.maps.event.removeListener(N), J(google.maps.event.addListener(E, "dragstart", u)));
|
3662
3662
|
}, [u]), B(function() {
|
3663
3663
|
E && l && (te !== null && google.maps.event.removeListener(te), ae(google.maps.event.addListener(E, "mousedown", l)));
|
3664
3664
|
}, [l]), B(function() {
|
3665
|
-
E && c && (
|
3665
|
+
E && c && (I !== null && google.maps.event.removeListener(I), Z(google.maps.event.addListener(E, "mousemove", c)));
|
3666
3666
|
}, [c]), B(function() {
|
3667
3667
|
E && p && (ee !== null && google.maps.event.removeListener(ee), X(google.maps.event.addListener(E, "mouseout", p)));
|
3668
3668
|
}, [p]), B(function() {
|
@@ -3679,8 +3679,8 @@ function Ad(t) {
|
|
3679
3679
|
E && C && (le !== null && google.maps.event.removeListener(le), Ne(google.maps.event.addListener(E, "bounds_changed", C)));
|
3680
3680
|
}, [C]), B(function() {
|
3681
3681
|
var pe = new google.maps.Rectangle(ye(ye({}, e || {}), { map: S }));
|
3682
|
-
return typeof a < "u" && pe.setVisible(a), typeof i < "u" && pe.setEditable(i), typeof r < "u" && pe.setDraggable(r), typeof n < "u" && pe.setBounds(n), o &&
|
3683
|
-
V !== null && google.maps.event.removeListener(V),
|
3682
|
+
return typeof a < "u" && pe.setVisible(a), typeof i < "u" && pe.setEditable(i), typeof r < "u" && pe.setDraggable(r), typeof n < "u" && pe.setBounds(n), o && M(google.maps.event.addListener(pe, "dblclick", o)), s && T(google.maps.event.addListener(pe, "dragend", s)), u && J(google.maps.event.addListener(pe, "dragstart", u)), l && ae(google.maps.event.addListener(pe, "mousedown", l)), c && Z(google.maps.event.addListener(pe, "mousemove", c)), p && X(google.maps.event.addListener(pe, "mouseout", p)), d && W(google.maps.event.addListener(pe, "mouseover", d)), h && ie(google.maps.event.addListener(pe, "mouseup", h)), y && se(google.maps.event.addListener(pe, "rightclick", y)), v && De(google.maps.event.addListener(pe, "click", v)), f && ge(google.maps.event.addListener(pe, "drag", f)), C && Ne(google.maps.event.addListener(pe, "bounds_changed", C)), A(pe), w && w(pe), function() {
|
3683
|
+
V !== null && google.maps.event.removeListener(V), j !== null && google.maps.event.removeListener(j), N !== null && google.maps.event.removeListener(N), te !== null && google.maps.event.removeListener(te), I !== null && google.maps.event.removeListener(I), ee !== null && google.maps.event.removeListener(ee), U !== null && google.maps.event.removeListener(U), Q !== null && google.maps.event.removeListener(Q), ce !== null && google.maps.event.removeListener(ce), ve !== null && google.maps.event.removeListener(ve), me !== null && google.maps.event.removeListener(me), le !== null && google.maps.event.removeListener(le), b && b(pe), pe.setMap(null);
|
3684
3684
|
};
|
3685
3685
|
}, []), null;
|
3686
3686
|
}
|
@@ -3760,51 +3760,51 @@ var Ao = {
|
|
3760
3760
|
}
|
3761
3761
|
}, Od = {};
|
3762
3762
|
function Sd(t) {
|
3763
|
-
var e = t.options, n = t.center, r = t.radius, i = t.draggable, a = t.editable, o = t.visible, s = t.onDblClick, u = t.onDragEnd, l = t.onDragStart, c = t.onMouseDown, p = t.onMouseMove, d = t.onMouseOut, h = t.onMouseOver, y = t.onMouseUp, v = t.onRightClick, f = t.onClick, C = t.onDrag, w = t.onCenterChanged, b = t.onRadiusChanged, S = t.onLoad, D = t.onUnmount, E = _e(Ae), A = $(null),
|
3763
|
+
var e = t.options, n = t.center, r = t.radius, i = t.draggable, a = t.editable, o = t.visible, s = t.onDblClick, u = t.onDragEnd, l = t.onDragStart, c = t.onMouseDown, p = t.onMouseMove, d = t.onMouseOut, h = t.onMouseOver, y = t.onMouseUp, v = t.onRightClick, f = t.onClick, C = t.onDrag, w = t.onCenterChanged, b = t.onRadiusChanged, S = t.onLoad, D = t.onUnmount, E = _e(Ae), A = $(null), F = A[0], V = A[1], M = $(null), z = M[0], j = M[1], T = $(null), R = T[0], N = T[1], J = $(null), _ = J[0], te = J[1], ae = $(null), k = ae[0], I = ae[1], Z = $(null), H = Z[0], ee = Z[1], X = $(null), m = X[0], U = X[1], W = $(null), P = W[0], Q = W[1], ie = $(null), G = ie[0], ce = ie[1], se = $(null), he = se[0], ve = se[1], De = $(null), Ce = De[0], me = De[1], ge = $(null), Ie = ge[0], le = ge[1], Ne = $(null), pe = Ne[0], Be = Ne[1], Me = $(null), We = Me[0], Ye = Me[1];
|
3764
3764
|
return B(function() {
|
3765
|
-
|
3765
|
+
F !== null && F.setMap(E);
|
3766
3766
|
}, [E]), B(function() {
|
3767
|
-
typeof e < "u" &&
|
3768
|
-
}, [
|
3769
|
-
typeof i < "u" &&
|
3770
|
-
}, [
|
3771
|
-
typeof a < "u" &&
|
3772
|
-
}, [
|
3773
|
-
typeof o < "u" &&
|
3774
|
-
}, [
|
3775
|
-
typeof r == "number" &&
|
3776
|
-
}, [
|
3777
|
-
typeof n < "u" &&
|
3778
|
-
}, [
|
3779
|
-
|
3767
|
+
typeof e < "u" && F !== null && F.setOptions(e);
|
3768
|
+
}, [F, e]), B(function() {
|
3769
|
+
typeof i < "u" && F !== null && F.setDraggable(i);
|
3770
|
+
}, [F, i]), B(function() {
|
3771
|
+
typeof a < "u" && F !== null && F.setEditable(a);
|
3772
|
+
}, [F, a]), B(function() {
|
3773
|
+
typeof o < "u" && F !== null && F.setVisible(o);
|
3774
|
+
}, [F, o]), B(function() {
|
3775
|
+
typeof r == "number" && F !== null && F.setRadius(r);
|
3776
|
+
}, [F, r]), B(function() {
|
3777
|
+
typeof n < "u" && F !== null && F.setCenter(n);
|
3778
|
+
}, [F, n]), B(function() {
|
3779
|
+
F && s && (z !== null && google.maps.event.removeListener(z), j(google.maps.event.addListener(F, "dblclick", s)));
|
3780
3780
|
}, [s]), B(function() {
|
3781
|
-
|
3781
|
+
F && u && (R !== null && google.maps.event.removeListener(R), N(google.maps.event.addListener(F, "dragend", u)));
|
3782
3782
|
}, [u]), B(function() {
|
3783
|
-
|
3783
|
+
F && l && (_ !== null && google.maps.event.removeListener(_), te(google.maps.event.addListener(F, "dragstart", l)));
|
3784
3784
|
}, [l]), B(function() {
|
3785
|
-
|
3785
|
+
F && c && (k !== null && google.maps.event.removeListener(k), I(google.maps.event.addListener(F, "mousedown", c)));
|
3786
3786
|
}, [c]), B(function() {
|
3787
|
-
|
3787
|
+
F && p && (H !== null && google.maps.event.removeListener(H), ee(google.maps.event.addListener(F, "mousemove", p)));
|
3788
3788
|
}, [p]), B(function() {
|
3789
|
-
|
3789
|
+
F && d && (m !== null && google.maps.event.removeListener(m), U(google.maps.event.addListener(F, "mouseout", d)));
|
3790
3790
|
}, [d]), B(function() {
|
3791
|
-
|
3791
|
+
F && h && (P !== null && google.maps.event.removeListener(P), Q(google.maps.event.addListener(F, "mouseover", h)));
|
3792
3792
|
}, [h]), B(function() {
|
3793
|
-
|
3793
|
+
F && y && (G !== null && google.maps.event.removeListener(G), ce(google.maps.event.addListener(F, "mouseup", y)));
|
3794
3794
|
}, [y]), B(function() {
|
3795
|
-
|
3795
|
+
F && v && (he !== null && google.maps.event.removeListener(he), ve(google.maps.event.addListener(F, "rightclick", v)));
|
3796
3796
|
}, [v]), B(function() {
|
3797
|
-
|
3797
|
+
F && f && (Ce !== null && google.maps.event.removeListener(Ce), me(google.maps.event.addListener(F, "click", f)));
|
3798
3798
|
}, [f]), B(function() {
|
3799
|
-
|
3799
|
+
F && C && (Ie !== null && google.maps.event.removeListener(Ie), le(google.maps.event.addListener(F, "drag", C)));
|
3800
3800
|
}, [C]), B(function() {
|
3801
|
-
|
3801
|
+
F && w && (pe !== null && google.maps.event.removeListener(pe), Be(google.maps.event.addListener(F, "center_changed", w)));
|
3802
3802
|
}, [f]), B(function() {
|
3803
|
-
|
3803
|
+
F && b && (We !== null && google.maps.event.removeListener(We), Ye(google.maps.event.addListener(F, "radius_changed", b)));
|
3804
3804
|
}, [b]), B(function() {
|
3805
3805
|
var we = new google.maps.Circle(ye(ye({}, e || Od), { map: E }));
|
3806
|
-
return typeof r == "number" && we.setRadius(r), typeof n < "u" && we.setCenter(n), typeof r == "number" && we.setRadius(r), typeof o < "u" && we.setVisible(o), typeof a < "u" && we.setEditable(a), typeof i < "u" && we.setDraggable(i), s &&
|
3807
|
-
|
3806
|
+
return typeof r == "number" && we.setRadius(r), typeof n < "u" && we.setCenter(n), typeof r == "number" && we.setRadius(r), typeof o < "u" && we.setVisible(o), typeof a < "u" && we.setEditable(a), typeof i < "u" && we.setDraggable(i), s && j(google.maps.event.addListener(we, "dblclick", s)), u && N(google.maps.event.addListener(we, "dragend", u)), l && te(google.maps.event.addListener(we, "dragstart", l)), c && I(google.maps.event.addListener(we, "mousedown", c)), p && ee(google.maps.event.addListener(we, "mousemove", p)), d && U(google.maps.event.addListener(we, "mouseout", d)), h && Q(google.maps.event.addListener(we, "mouseover", h)), y && ce(google.maps.event.addListener(we, "mouseup", y)), v && ve(google.maps.event.addListener(we, "rightclick", v)), f && me(google.maps.event.addListener(we, "click", f)), C && le(google.maps.event.addListener(we, "drag", C)), w && Be(google.maps.event.addListener(we, "center_changed", w)), b && Ye(google.maps.event.addListener(we, "radius_changed", b)), V(we), S && S(we), function() {
|
3807
|
+
z !== null && google.maps.event.removeListener(z), R !== null && google.maps.event.removeListener(R), _ !== null && google.maps.event.removeListener(_), k !== null && google.maps.event.removeListener(k), H !== null && google.maps.event.removeListener(H), m !== null && google.maps.event.removeListener(m), P !== null && google.maps.event.removeListener(P), G !== null && google.maps.event.removeListener(G), he !== null && google.maps.event.removeListener(he), Ce !== null && google.maps.event.removeListener(Ce), pe !== null && google.maps.event.removeListener(pe), We !== null && google.maps.event.removeListener(We), D && D(we), we.setMap(null);
|
3808
3808
|
};
|
3809
3809
|
}, []), null;
|
3810
3810
|
}
|
@@ -3905,21 +3905,21 @@ var So = {
|
|
3905
3905
|
}
|
3906
3906
|
};
|
3907
3907
|
function Fd(t) {
|
3908
|
-
var e = t.options, n = t.onClick, r = t.onDblClick, i = t.onMouseDown, a = t.onMouseMove, o = t.onMouseOut, s = t.onMouseOver, u = t.onMouseUp, l = t.onRightClick, c = t.onAddFeature, p = t.onRemoveFeature, d = t.onRemoveProperty, h = t.onSetGeometry, y = t.onSetProperty, v = t.onLoad, f = t.onUnmount, C = _e(Ae), w = $(null), b = w[0], S = w[1], D = $(null), E = D[0], A = D[1],
|
3908
|
+
var e = t.options, n = t.onClick, r = t.onDblClick, i = t.onMouseDown, a = t.onMouseMove, o = t.onMouseOut, s = t.onMouseOver, u = t.onMouseUp, l = t.onRightClick, c = t.onAddFeature, p = t.onRemoveFeature, d = t.onRemoveProperty, h = t.onSetGeometry, y = t.onSetProperty, v = t.onLoad, f = t.onUnmount, C = _e(Ae), w = $(null), b = w[0], S = w[1], D = $(null), E = D[0], A = D[1], F = $(null), V = F[0], M = F[1], z = $(null), j = z[0], T = z[1], R = $(null), N = R[0], J = R[1], _ = $(null), te = _[0], ae = _[1], k = $(null), I = k[0], Z = k[1], H = $(null), ee = H[0], X = H[1], m = $(null), U = m[0], W = m[1], P = $(null), Q = P[0], ie = P[1], G = $(null), ce = G[0], se = G[1], he = $(null), ve = he[0], De = he[1], Ce = $(null), me = Ce[0], ge = Ce[1], Ie = $(null), le = Ie[0], Ne = Ie[1];
|
3909
3909
|
return B(function() {
|
3910
3910
|
b !== null && b.setMap(C);
|
3911
3911
|
}, [C]), B(function() {
|
3912
3912
|
b && r && (E !== null && google.maps.event.removeListener(E), A(google.maps.event.addListener(b, "dblclick", r)));
|
3913
3913
|
}, [r]), B(function() {
|
3914
|
-
b && i && (V !== null && google.maps.event.removeListener(V),
|
3914
|
+
b && i && (V !== null && google.maps.event.removeListener(V), M(google.maps.event.addListener(b, "mousedown", i)));
|
3915
3915
|
}, [i]), B(function() {
|
3916
|
-
b && a && (
|
3916
|
+
b && a && (j !== null && google.maps.event.removeListener(j), T(google.maps.event.addListener(b, "mousemove", a)));
|
3917
3917
|
}, [a]), B(function() {
|
3918
|
-
b && o && (
|
3918
|
+
b && o && (N !== null && google.maps.event.removeListener(N), J(google.maps.event.addListener(b, "mouseout", o)));
|
3919
3919
|
}, [o]), B(function() {
|
3920
3920
|
b && s && (te !== null && google.maps.event.removeListener(te), ae(google.maps.event.addListener(b, "mouseover", s)));
|
3921
3921
|
}, [s]), B(function() {
|
3922
|
-
b && u && (
|
3922
|
+
b && u && (I !== null && google.maps.event.removeListener(I), Z(google.maps.event.addListener(b, "mouseup", u)));
|
3923
3923
|
}, [u]), B(function() {
|
3924
3924
|
b && l && (ee !== null && google.maps.event.removeListener(ee), X(google.maps.event.addListener(b, "rightclick", l)));
|
3925
3925
|
}, [l]), B(function() {
|
@@ -3937,10 +3937,10 @@ function Fd(t) {
|
|
3937
3937
|
}, [y]), B(function() {
|
3938
3938
|
if (C !== null) {
|
3939
3939
|
var pe = new google.maps.Data(ye(ye({}, e || {}), { map: C }));
|
3940
|
-
r && A(google.maps.event.addListener(pe, "dblclick", r)), i &&
|
3940
|
+
r && A(google.maps.event.addListener(pe, "dblclick", r)), i && M(google.maps.event.addListener(pe, "mousedown", i)), a && T(google.maps.event.addListener(pe, "mousemove", a)), o && J(google.maps.event.addListener(pe, "mouseout", o)), s && ae(google.maps.event.addListener(pe, "mouseover", s)), u && Z(google.maps.event.addListener(pe, "mouseup", u)), l && X(google.maps.event.addListener(pe, "rightclick", l)), n && W(google.maps.event.addListener(pe, "click", n)), c && ie(google.maps.event.addListener(pe, "addfeature", c)), p && se(google.maps.event.addListener(pe, "removefeature", p)), d && De(google.maps.event.addListener(pe, "removeproperty", d)), h && ge(google.maps.event.addListener(pe, "setgeometry", h)), y && Ne(google.maps.event.addListener(pe, "setproperty", y)), S(pe), v && v(pe);
|
3941
3941
|
}
|
3942
3942
|
return function() {
|
3943
|
-
b && (E !== null && google.maps.event.removeListener(E), V !== null && google.maps.event.removeListener(V),
|
3943
|
+
b && (E !== null && google.maps.event.removeListener(E), V !== null && google.maps.event.removeListener(V), j !== null && google.maps.event.removeListener(j), N !== null && google.maps.event.removeListener(N), te !== null && google.maps.event.removeListener(te), I !== null && google.maps.event.removeListener(I), ee !== null && google.maps.event.removeListener(ee), U !== null && google.maps.event.removeListener(U), Q !== null && google.maps.event.removeListener(Q), ce !== null && google.maps.event.removeListener(ce), ve !== null && google.maps.event.removeListener(ve), me !== null && google.maps.event.removeListener(me), le !== null && google.maps.event.removeListener(le), f && f(b), b.setMap(null));
|
3944
3944
|
};
|
3945
3945
|
}, []), null;
|
3946
3946
|
}
|
@@ -4848,18 +4848,18 @@ function Hd(t, e) {
|
|
4848
4848
|
onChange: w,
|
4849
4849
|
...b
|
4850
4850
|
} = t;
|
4851
|
-
function S(
|
4852
|
-
let
|
4853
|
-
const J = El(
|
4854
|
-
if (!(
|
4855
|
-
return
|
4851
|
+
function S(R) {
|
4852
|
+
let N = ba(R);
|
4853
|
+
const J = El(N);
|
4854
|
+
if (!(N.length > wl))
|
4855
|
+
return N = bl(N, Ea[J]), N;
|
4856
4856
|
}
|
4857
|
-
const D = c ? "right" : "left",
|
4857
|
+
const D = c ? "right" : "left", z = `arkyn_input ${s ? "hasPrefix" : ""} ${u ? "hasSufix" : ""} ${o} ${i} ${p || h || n ? "opacity" : ""} ${r ? "errored" : ""} ${e ? "focused" : ""} ${a}`, T = { md: 20, lg: 20 }[i];
|
4858
4858
|
return {
|
4859
4859
|
isLoading: n,
|
4860
|
-
className:
|
4861
|
-
prefix: sn(s,
|
4862
|
-
sufix: sn(u,
|
4860
|
+
className: z,
|
4861
|
+
prefix: sn(s, T, "prefix"),
|
4862
|
+
sufix: sn(u, T, "sufix"),
|
4863
4863
|
LeftIcon: l,
|
4864
4864
|
RightIcon: c,
|
4865
4865
|
defaultValue: S(d || ""),
|
@@ -4871,8 +4871,8 @@ function Hd(t, e) {
|
|
4871
4871
|
style: C,
|
4872
4872
|
onChange: w,
|
4873
4873
|
loadingPosition: D,
|
4874
|
-
iconSize:
|
4875
|
-
Spinner: /* @__PURE__ */ x.jsx(Ln, { className: "spinner", size:
|
4874
|
+
iconSize: T,
|
4875
|
+
Spinner: /* @__PURE__ */ x.jsx(Ln, { className: "spinner", size: T, strokeWidth: 2.5 }),
|
4876
4876
|
...b
|
4877
4877
|
};
|
4878
4878
|
}
|
@@ -4893,23 +4893,23 @@ function Vd(t) {
|
|
4893
4893
|
onBlur: D,
|
4894
4894
|
RightIcon: E,
|
4895
4895
|
Spinner: A,
|
4896
|
-
onChange:
|
4896
|
+
onChange: F,
|
4897
4897
|
value: V,
|
4898
|
-
defaultValue:
|
4899
|
-
...
|
4900
|
-
} = Hd({ ...t, id: a, isError: u }, e), [
|
4898
|
+
defaultValue: M,
|
4899
|
+
...z
|
4900
|
+
} = Hd({ ...t, id: a, isError: u }, e), [j, T] = $(M), R = w && !C, N = E && !C, J = f === "left" && C, _ = f === "right" && C;
|
4901
4901
|
function te() {
|
4902
4902
|
l || !(s != null && s.current) || (n(!0), s.current.focus());
|
4903
4903
|
}
|
4904
4904
|
function ae(Z) {
|
4905
4905
|
let H = ba(Z.target.value);
|
4906
4906
|
const ee = El(H);
|
4907
|
-
H.length > wl || (H = bl(H, Ea[ee]), Z.target.value = H,
|
4907
|
+
H.length > wl || (H = bl(H, Ea[ee]), Z.target.value = H, T(H), F && F(Z));
|
4908
4908
|
}
|
4909
|
-
function
|
4909
|
+
function k(Z) {
|
4910
4910
|
n(!0), S && S(Z);
|
4911
4911
|
}
|
4912
|
-
function
|
4912
|
+
function I(Z) {
|
4913
4913
|
n(!1), D && D(Z);
|
4914
4914
|
}
|
4915
4915
|
return /* @__PURE__ */ x.jsxs(
|
@@ -4922,21 +4922,21 @@ function Vd(t) {
|
|
4922
4922
|
children: [
|
4923
4923
|
h,
|
4924
4924
|
J && A,
|
4925
|
-
|
4925
|
+
R && /* @__PURE__ */ x.jsx(w, { size: v, strokeWidth: 2.5 }),
|
4926
4926
|
/* @__PURE__ */ x.jsx(
|
4927
4927
|
"input",
|
4928
4928
|
{
|
4929
4929
|
disabled: l || C,
|
4930
4930
|
readOnly: b,
|
4931
4931
|
ref: s,
|
4932
|
-
value: V ||
|
4933
|
-
onFocus:
|
4932
|
+
value: V || j,
|
4933
|
+
onFocus: k,
|
4934
4934
|
onChange: ae,
|
4935
|
-
onBlur:
|
4936
|
-
...
|
4935
|
+
onBlur: I,
|
4936
|
+
...z
|
4937
4937
|
}
|
4938
4938
|
),
|
4939
|
-
|
4939
|
+
N && /* @__PURE__ */ x.jsx(E, { size: v, strokeWidth: 2.5 }),
|
4940
4940
|
_ && A,
|
4941
4941
|
y
|
4942
4942
|
]
|
@@ -4979,12 +4979,12 @@ function Gd(t, e) {
|
|
4979
4979
|
locale: w = "pt-BR",
|
4980
4980
|
currency: b = "BRL",
|
4981
4981
|
...S
|
4982
|
-
} = t, D = c ? "right" : "left",
|
4982
|
+
} = t, D = c ? "right" : "left", z = `arkyn_input ${s ? "hasPrefix" : ""} ${u ? "hasSufix" : ""} ${o} ${i} ${p || d || n ? "opacity" : ""} ${r ? "errored" : ""} ${e ? "focused" : ""} ${a}`, T = { md: 20, lg: 20 }[i];
|
4983
4983
|
return {
|
4984
4984
|
isLoading: n,
|
4985
|
-
className:
|
4986
|
-
prefix: sn(s,
|
4987
|
-
sufix: sn(u,
|
4985
|
+
className: z,
|
4986
|
+
prefix: sn(s, T, "prefix"),
|
4987
|
+
sufix: sn(u, T, "sufix"),
|
4988
4988
|
LeftIcon: l,
|
4989
4989
|
RightIcon: c,
|
4990
4990
|
disabled: p,
|
@@ -4998,8 +4998,8 @@ function Gd(t, e) {
|
|
4998
4998
|
max: C,
|
4999
4999
|
// showCents,
|
5000
5000
|
loadingPosition: D,
|
5001
|
-
iconSize:
|
5002
|
-
Spinner: /* @__PURE__ */ x.jsx(Ln, { className: "spinner", size:
|
5001
|
+
iconSize: T,
|
5002
|
+
Spinner: /* @__PURE__ */ x.jsx(Ln, { className: "spinner", size: T, strokeWidth: 2.5 }),
|
5003
5003
|
...S
|
5004
5004
|
};
|
5005
5005
|
}
|
@@ -5018,18 +5018,18 @@ function Yd(t) {
|
|
5018
5018
|
readOnly: D,
|
5019
5019
|
onFocus: E,
|
5020
5020
|
onBlur: A,
|
5021
|
-
RightIcon:
|
5021
|
+
RightIcon: F,
|
5022
5022
|
Spinner: V,
|
5023
|
-
value:
|
5024
|
-
max:
|
5025
|
-
onChangeValue:
|
5026
|
-
onKeyPress:
|
5027
|
-
currency:
|
5028
|
-
locale:
|
5023
|
+
value: M,
|
5024
|
+
max: z,
|
5025
|
+
onChangeValue: j,
|
5026
|
+
onKeyPress: T,
|
5027
|
+
currency: R,
|
5028
|
+
locale: N,
|
5029
5029
|
name: J,
|
5030
5030
|
defaultValue: _,
|
5031
5031
|
...te
|
5032
|
-
} = Gd({ ...t, id: s, isError: c }, e), ae = S && !b,
|
5032
|
+
} = Gd({ ...t, id: s, isError: c }, e), ae = S && !b, k = F && !b, I = w === "left" && b, Z = w === "right" && b;
|
5033
5033
|
function H() {
|
5034
5034
|
p || !(l != null && l.current) || (n(!0), l.current.focus());
|
5035
5035
|
}
|
@@ -5041,20 +5041,20 @@ function Yd(t) {
|
|
5041
5041
|
}
|
5042
5042
|
const m = (P) => {
|
5043
5043
|
const [Q, ie] = Go(
|
5044
|
-
|
5044
|
+
N,
|
5045
5045
|
P,
|
5046
|
-
|
5046
|
+
R
|
5047
5047
|
);
|
5048
|
-
return !
|
5048
|
+
return !z || Q <= z ? (i(ie), [Q, ie]) : [Yi(r), r];
|
5049
5049
|
}, U = (P) => {
|
5050
5050
|
P.preventDefault();
|
5051
5051
|
const [Q, ie] = m(P.target.value);
|
5052
|
-
|
5053
|
-
}, W = (P) =>
|
5052
|
+
j(P, String(Q), String(ie));
|
5053
|
+
}, W = (P) => T && T(P, P.key, P.key);
|
5054
5054
|
return B(() => {
|
5055
|
-
const P =
|
5055
|
+
const P = M || +_ || void 0, [, Q] = Go(N, P, R);
|
5056
5056
|
i(Q);
|
5057
|
-
}, [
|
5057
|
+
}, [R, _, M]), /* @__PURE__ */ x.jsxs(
|
5058
5058
|
"section",
|
5059
5059
|
{
|
5060
5060
|
title: d,
|
@@ -5063,7 +5063,7 @@ function Yd(t) {
|
|
5063
5063
|
className: y,
|
5064
5064
|
children: [
|
5065
5065
|
v,
|
5066
|
-
|
5066
|
+
I && V,
|
5067
5067
|
ae && /* @__PURE__ */ x.jsx(S, { size: C, strokeWidth: 2.5 }),
|
5068
5068
|
/* @__PURE__ */ x.jsx(
|
5069
5069
|
"input",
|
@@ -5088,7 +5088,7 @@ function Yd(t) {
|
|
5088
5088
|
}
|
5089
5089
|
),
|
5090
5090
|
Z && V,
|
5091
|
-
|
5091
|
+
k && /* @__PURE__ */ x.jsx(F, { size: C, strokeWidth: 2.5 }),
|
5092
5092
|
f
|
5093
5093
|
]
|
5094
5094
|
}
|
@@ -5115,12 +5115,12 @@ function Kd(t, e) {
|
|
5115
5115
|
showMask: w = !1,
|
5116
5116
|
type: b,
|
5117
5117
|
...S
|
5118
|
-
} = t, D = c ? "right" : "left",
|
5118
|
+
} = t, D = c ? "right" : "left", z = `arkyn_input ${s ? "hasPrefix" : ""} ${u ? "hasSufix" : ""} ${o} ${i} ${p || d || n ? "opacity" : ""} ${r ? "errored" : ""} ${e ? "focused" : ""} ${a}`, T = { md: 20, lg: 20 }[i];
|
5119
5119
|
return {
|
5120
5120
|
isLoading: n,
|
5121
|
-
className:
|
5122
|
-
prefix: sn(s,
|
5123
|
-
sufix: sn(u,
|
5121
|
+
className: z,
|
5122
|
+
prefix: sn(s, T, "prefix"),
|
5123
|
+
sufix: sn(u, T, "sufix"),
|
5124
5124
|
LeftIcon: l,
|
5125
5125
|
RightIcon: c,
|
5126
5126
|
disabled: p,
|
@@ -5131,9 +5131,9 @@ function Kd(t, e) {
|
|
5131
5131
|
style: f,
|
5132
5132
|
onChange: C,
|
5133
5133
|
loadingPosition: D,
|
5134
|
-
iconSize:
|
5134
|
+
iconSize: T,
|
5135
5135
|
showMask: w,
|
5136
|
-
Spinner: /* @__PURE__ */ x.jsx(Ln, { className: "spinner", size:
|
5136
|
+
Spinner: /* @__PURE__ */ x.jsx(Ln, { className: "spinner", size: T, strokeWidth: 2.5 }),
|
5137
5137
|
...S
|
5138
5138
|
};
|
5139
5139
|
}
|
@@ -5155,15 +5155,15 @@ function Jd(t) {
|
|
5155
5155
|
onBlur: D,
|
5156
5156
|
RightIcon: E,
|
5157
5157
|
Spinner: A,
|
5158
|
-
...
|
5159
|
-
} = Kd({ ...t, id: a, isError: u }, e), V = w && !C,
|
5160
|
-
function
|
5158
|
+
...F
|
5159
|
+
} = Kd({ ...t, id: a, isError: u }, e), V = w && !C, M = E && !C, z = f === "left" && C, j = f === "right" && C;
|
5160
|
+
function T() {
|
5161
5161
|
l || !(s != null && s.current) || (n(!0), s.current.focus());
|
5162
5162
|
}
|
5163
|
-
function
|
5163
|
+
function R(J) {
|
5164
5164
|
n(!0), S && S(J);
|
5165
5165
|
}
|
5166
|
-
function
|
5166
|
+
function N(J) {
|
5167
5167
|
n(!1), D && D(J);
|
5168
5168
|
}
|
5169
5169
|
return /* @__PURE__ */ x.jsxs(
|
@@ -5171,25 +5171,25 @@ function Jd(t) {
|
|
5171
5171
|
{
|
5172
5172
|
title: c,
|
5173
5173
|
style: p,
|
5174
|
-
onClick:
|
5174
|
+
onClick: T,
|
5175
5175
|
className: d,
|
5176
5176
|
children: [
|
5177
5177
|
h,
|
5178
|
-
|
5178
|
+
z && A,
|
5179
5179
|
V && /* @__PURE__ */ x.jsx(w, { size: v, strokeWidth: 2.5 }),
|
5180
5180
|
/* @__PURE__ */ x.jsx(
|
5181
5181
|
mf,
|
5182
5182
|
{
|
5183
5183
|
component: Xd,
|
5184
5184
|
ref: s,
|
5185
|
-
onFocus:
|
5186
|
-
onBlur:
|
5185
|
+
onFocus: R,
|
5186
|
+
onBlur: N,
|
5187
5187
|
disabled: l,
|
5188
|
-
...
|
5188
|
+
...F
|
5189
5189
|
}
|
5190
5190
|
),
|
5191
|
-
|
5192
|
-
|
5191
|
+
M && /* @__PURE__ */ x.jsx(E, { size: v, strokeWidth: 2.5 }),
|
5192
|
+
j && A,
|
5193
5193
|
y
|
5194
5194
|
]
|
5195
5195
|
}
|
@@ -5214,12 +5214,12 @@ function Qd(t, e) {
|
|
5214
5214
|
style: f,
|
5215
5215
|
onChange: C,
|
5216
5216
|
...w
|
5217
|
-
} = t, b = c ? "right" : "left", V = `arkyn_input ${s ? "hasPrefix" : ""} ${u ? "hasSufix" : ""} ${o} ${i} ${p || d || n ? "opacity" : ""} ${r ? "errored" : ""} ${e ? "focused" : ""} ${a}`,
|
5217
|
+
} = t, b = c ? "right" : "left", V = `arkyn_input ${s ? "hasPrefix" : ""} ${u ? "hasSufix" : ""} ${o} ${i} ${p || d || n ? "opacity" : ""} ${r ? "errored" : ""} ${e ? "focused" : ""} ${a}`, z = { md: 20, lg: 20 }[i];
|
5218
5218
|
return {
|
5219
5219
|
isLoading: n,
|
5220
5220
|
className: V,
|
5221
|
-
prefix: sn(s,
|
5222
|
-
sufix: sn(u,
|
5221
|
+
prefix: sn(s, z, "prefix"),
|
5222
|
+
sufix: sn(u, z, "sufix"),
|
5223
5223
|
LeftIcon: l,
|
5224
5224
|
RightIcon: c,
|
5225
5225
|
disabled: p,
|
@@ -5230,8 +5230,8 @@ function Qd(t, e) {
|
|
5230
5230
|
style: f,
|
5231
5231
|
onChange: C,
|
5232
5232
|
loadingPosition: b,
|
5233
|
-
iconSize:
|
5234
|
-
Spinner: /* @__PURE__ */ x.jsx(Ln, { className: "spinner", size:
|
5233
|
+
iconSize: z,
|
5234
|
+
Spinner: /* @__PURE__ */ x.jsx(Ln, { className: "spinner", size: z, strokeWidth: 2.5 }),
|
5235
5235
|
...w
|
5236
5236
|
};
|
5237
5237
|
}
|
@@ -5252,13 +5252,13 @@ function ep(t) {
|
|
5252
5252
|
onBlur: D,
|
5253
5253
|
RightIcon: E,
|
5254
5254
|
type: A,
|
5255
|
-
Spinner:
|
5255
|
+
Spinner: F,
|
5256
5256
|
...V
|
5257
|
-
} = Qd({ ...t, id: a, isError: u }, e),
|
5258
|
-
function
|
5257
|
+
} = Qd({ ...t, id: a, isError: u }, e), M = w && !C, z = E && !C, j = f === "left" && C, T = f === "right" && C;
|
5258
|
+
function R() {
|
5259
5259
|
l || !(s != null && s.current) || (n(!0), s.current.focus());
|
5260
5260
|
}
|
5261
|
-
function
|
5261
|
+
function N(_) {
|
5262
5262
|
n(!0), S && S(_);
|
5263
5263
|
}
|
5264
5264
|
function J(_) {
|
@@ -5278,26 +5278,26 @@ function ep(t) {
|
|
5278
5278
|
{
|
5279
5279
|
title: c,
|
5280
5280
|
style: p,
|
5281
|
-
onClick:
|
5281
|
+
onClick: R,
|
5282
5282
|
className: d,
|
5283
5283
|
children: [
|
5284
5284
|
h,
|
5285
|
-
|
5286
|
-
|
5285
|
+
j && F,
|
5286
|
+
M && /* @__PURE__ */ x.jsx(w, { size: v, strokeWidth: 2.5 }),
|
5287
5287
|
/* @__PURE__ */ x.jsx(
|
5288
5288
|
"input",
|
5289
5289
|
{
|
5290
5290
|
disabled: l || C,
|
5291
5291
|
readOnly: b,
|
5292
5292
|
ref: s,
|
5293
|
-
onFocus:
|
5293
|
+
onFocus: N,
|
5294
5294
|
onBlur: J,
|
5295
5295
|
type: A,
|
5296
5296
|
...V
|
5297
5297
|
}
|
5298
5298
|
),
|
5299
|
-
|
5300
|
-
|
5299
|
+
z && /* @__PURE__ */ x.jsx(E, { size: v, strokeWidth: 2.5 }),
|
5300
|
+
T && F,
|
5301
5301
|
y
|
5302
5302
|
]
|
5303
5303
|
}
|
@@ -5324,7 +5324,7 @@ function lb({
|
|
5324
5324
|
return w ? w.short_name : "";
|
5325
5325
|
}
|
5326
5326
|
if (l) {
|
5327
|
-
const C = p("route"), w = p("street_number"), b = p("sublocality_level_1"), S = p("administrative_area_level_2"), D = p("administrative_area_level_1"), E = d("administrative_area_level_1"), A = p("postal_code"),
|
5327
|
+
const C = p("route"), w = p("street_number"), b = p("sublocality_level_1"), S = p("administrative_area_level_2"), D = p("administrative_area_level_1"), E = d("administrative_area_level_1"), A = p("postal_code"), F = (y = (h = l.geometry) == null ? void 0 : h.location) == null ? void 0 : y.lat(), V = (f = (v = l.geometry) == null ? void 0 : v.location) == null ? void 0 : f.lng();
|
5328
5328
|
e && e({
|
5329
5329
|
street: C,
|
5330
5330
|
city: S,
|
@@ -5333,7 +5333,7 @@ function lb({
|
|
5333
5333
|
cep: A,
|
5334
5334
|
streetNumber: w,
|
5335
5335
|
stateShortName: E,
|
5336
|
-
coordinates: { lat:
|
5336
|
+
coordinates: { lat: F, lng: V }
|
5337
5337
|
});
|
5338
5338
|
}
|
5339
5339
|
};
|
@@ -6348,21 +6348,21 @@ var wp = (t, e, n) => {
|
|
6348
6348
|
else
|
6349
6349
|
throw new Error('Cannot apply a "merge_node" operation at path ['.concat(C, "] to nodes of different interfaces: ").concat(pt.stringify(w), " ").concat(pt.stringify(S)));
|
6350
6350
|
if (D.children.splice(E, 1), e)
|
6351
|
-
for (var [A,
|
6352
|
-
e[
|
6351
|
+
for (var [A, F] of q.points(e))
|
6352
|
+
e[F] = Se.transform(A, n);
|
6353
6353
|
break;
|
6354
6354
|
}
|
6355
6355
|
case "move_node": {
|
6356
6356
|
var {
|
6357
6357
|
path: V,
|
6358
|
-
newPath:
|
6358
|
+
newPath: M
|
6359
6359
|
} = n;
|
6360
|
-
if (O.isAncestor(V,
|
6361
|
-
throw new Error("Cannot move a path [".concat(V, "] to new path [").concat(
|
6362
|
-
var
|
6363
|
-
|
6364
|
-
var
|
6365
|
-
if (
|
6360
|
+
if (O.isAncestor(V, M))
|
6361
|
+
throw new Error("Cannot move a path [".concat(V, "] to new path [").concat(M, "] because the destination is inside itself."));
|
6362
|
+
var z = oe.get(t, V), j = oe.parent(t, V), T = V[V.length - 1];
|
6363
|
+
j.children.splice(T, 1);
|
6364
|
+
var R = O.transform(V, n), N = oe.get(t, O.parent(R)), J = R[R.length - 1];
|
6365
|
+
if (N.children.splice(J, 0, z), e)
|
6366
6366
|
for (var [_, te] of q.points(e))
|
6367
6367
|
e[te] = Se.transform(_, n);
|
6368
6368
|
break;
|
@@ -6370,8 +6370,8 @@ var wp = (t, e, n) => {
|
|
6370
6370
|
case "remove_node": {
|
6371
6371
|
var {
|
6372
6372
|
path: ae
|
6373
|
-
} = n,
|
6374
|
-
if (
|
6373
|
+
} = n, k = ae[ae.length - 1], I = oe.parent(t, ae);
|
6374
|
+
if (I.children.splice(k, 1), e)
|
6375
6375
|
for (var [Z, H] of q.points(e)) {
|
6376
6376
|
var ee = Se.transform(Z, n);
|
6377
6377
|
if (e != null && ee != null)
|
@@ -7650,9 +7650,9 @@ var uh = (t, e) => {
|
|
7650
7650
|
var {
|
7651
7651
|
node: r,
|
7652
7652
|
path: i
|
7653
|
-
} = e, a = O.levels(i), o = de.isText(r) ? [] : Array.from(oe.nodes(r), (
|
7654
|
-
var [,
|
7655
|
-
return i.concat(
|
7653
|
+
} = e, a = O.levels(i), o = de.isText(r) ? [] : Array.from(oe.nodes(r), (M) => {
|
7654
|
+
var [, z] = M;
|
7655
|
+
return i.concat(z);
|
7656
7656
|
});
|
7657
7657
|
return [...a, ...o];
|
7658
7658
|
}
|
@@ -7690,8 +7690,8 @@ var uh = (t, e) => {
|
|
7690
7690
|
case "split_node": {
|
7691
7691
|
var {
|
7692
7692
|
path: A
|
7693
|
-
} = e,
|
7694
|
-
return [...
|
7693
|
+
} = e, F = O.levels(A), V = O.next(A);
|
7694
|
+
return [...F, V];
|
7695
7695
|
}
|
7696
7696
|
default:
|
7697
7697
|
return [];
|
@@ -8433,8 +8433,8 @@ function iv(t) {
|
|
8433
8433
|
}
|
8434
8434
|
}
|
8435
8435
|
}
|
8436
|
-
function D(E, A,
|
8437
|
-
return A === "character" ? Sa(E,
|
8436
|
+
function D(E, A, F) {
|
8437
|
+
return A === "character" ? Sa(E, F) : A === "word" ? $p(E, F) : A === "line" || A === "block" ? E.length : 1;
|
8438
8438
|
}
|
8439
8439
|
}();
|
8440
8440
|
}
|
@@ -8666,7 +8666,7 @@ var cv = (t, e) => {
|
|
8666
8666
|
match: (se) => fe.isElement(se) && g.isBlock(e, se),
|
8667
8667
|
at: b,
|
8668
8668
|
voids: u
|
8669
|
-
}), E = S && D && !O.equals(S[1], D[1]), A = O.equals(w.path, b.path),
|
8669
|
+
}), E = S && D && !O.equals(S[1], D[1]), A = O.equals(w.path, b.path), F = u ? null : (r = g.void(e, {
|
8670
8670
|
at: w,
|
8671
8671
|
mode: "highest"
|
8672
8672
|
})) !== null && r !== void 0 ? r : g.elementReadOnly(e, {
|
@@ -8679,30 +8679,30 @@ var cv = (t, e) => {
|
|
8679
8679
|
at: b,
|
8680
8680
|
mode: "highest"
|
8681
8681
|
});
|
8682
|
-
if (
|
8683
|
-
var
|
8684
|
-
|
8682
|
+
if (F) {
|
8683
|
+
var M = g.before(e, w);
|
8684
|
+
M && S && O.isAncestor(S[1], M.path) && (w = M);
|
8685
8685
|
}
|
8686
8686
|
if (V) {
|
8687
|
-
var
|
8688
|
-
|
8687
|
+
var z = g.after(e, b);
|
8688
|
+
z && D && O.isAncestor(D[1], z.path) && (b = z);
|
8689
8689
|
}
|
8690
|
-
var
|
8691
|
-
for (var
|
8690
|
+
var j = [], T;
|
8691
|
+
for (var R of g.nodes(e, {
|
8692
8692
|
at: l,
|
8693
8693
|
voids: u
|
8694
8694
|
})) {
|
8695
|
-
var [
|
8696
|
-
|
8695
|
+
var [N, J] = R;
|
8696
|
+
T && O.compare(J, T) === 0 || (!u && fe.isElement(N) && (g.isVoid(e, N) || g.isElementReadOnly(e, N)) || !O.isCommon(J, w.path) && !O.isCommon(J, b.path)) && (j.push(R), T = J);
|
8697
8697
|
}
|
8698
|
-
var _ = Array.from(
|
8698
|
+
var _ = Array.from(j, (se) => {
|
8699
8699
|
var [, he] = se;
|
8700
8700
|
return g.pathRef(e, he);
|
8701
|
-
}), te = g.pointRef(e, w), ae = g.pointRef(e, b),
|
8702
|
-
if (!A && !
|
8703
|
-
var
|
8701
|
+
}), te = g.pointRef(e, w), ae = g.pointRef(e, b), k = "";
|
8702
|
+
if (!A && !F) {
|
8703
|
+
var I = te.current, [Z] = g.leaf(e, I), {
|
8704
8704
|
path: H
|
8705
|
-
} =
|
8705
|
+
} = I, {
|
8706
8706
|
offset: ee
|
8707
8707
|
} = w, X = Z.text.slice(ee);
|
8708
8708
|
X.length > 0 && (e.apply({
|
@@ -8710,7 +8710,7 @@ var cv = (t, e) => {
|
|
8710
8710
|
path: H,
|
8711
8711
|
offset: ee,
|
8712
8712
|
text: X
|
8713
|
-
}),
|
8713
|
+
}), k = X);
|
8714
8714
|
}
|
8715
8715
|
if (_.reverse().map((se) => se.unref()).filter((se) => se !== null).forEach((se) => ne.removeNodes(e, {
|
8716
8716
|
at: se,
|
@@ -8724,13 +8724,13 @@ var cv = (t, e) => {
|
|
8724
8724
|
path: W,
|
8725
8725
|
offset: P,
|
8726
8726
|
text: Q
|
8727
|
-
}),
|
8727
|
+
}), k = Q);
|
8728
8728
|
}
|
8729
8729
|
!A && E && ae.current && te.current && ne.mergeNodes(e, {
|
8730
8730
|
at: ae.current,
|
8731
8731
|
hanging: !0,
|
8732
8732
|
voids: u
|
8733
|
-
}), p && a && o === "character" &&
|
8733
|
+
}), p && a && o === "character" && k.length > 1 && k.match(/[\u0E00-\u0E7F]+/) && ne.insertText(e, k.slice(0, k.length - s));
|
8734
8734
|
var ie = te.unref(), G = ae.unref(), ce = a ? ie || G : G || ie;
|
8735
8735
|
n.at == null && ce && ne.select(e, ce);
|
8736
8736
|
}
|
@@ -8791,62 +8791,62 @@ var cv = (t, e) => {
|
|
8791
8791
|
children: n
|
8792
8792
|
}, []), [, E] = oe.last({
|
8793
8793
|
children: n
|
8794
|
-
}, []), A = [],
|
8794
|
+
}, []), A = [], F = (X) => {
|
8795
8795
|
var [m, U] = X, W = U.length === 0;
|
8796
8796
|
return W ? !1 : w ? !0 : !(b && O.isAncestor(U, D) && fe.isElement(m) && !e.isVoid(m) && !e.isInline(m) || S && O.isAncestor(U, E) && fe.isElement(m) && !e.isVoid(m) && !e.isInline(m));
|
8797
8797
|
};
|
8798
8798
|
for (var V of oe.nodes({
|
8799
8799
|
children: n
|
8800
8800
|
}, {
|
8801
|
-
pass:
|
8801
|
+
pass: F
|
8802
8802
|
}))
|
8803
|
-
|
8804
|
-
var
|
8805
|
-
for (var [
|
8806
|
-
fe.isElement(
|
8803
|
+
F(V) && A.push(V);
|
8804
|
+
var M = [], z = [], j = [], T = !0, R = !1;
|
8805
|
+
for (var [N] of A)
|
8806
|
+
fe.isElement(N) && !e.isInline(N) ? (T = !1, R = !0, z.push(N)) : T ? M.push(N) : j.push(N);
|
8807
8807
|
var [J] = g.nodes(e, {
|
8808
8808
|
at: o,
|
8809
8809
|
match: (X) => de.isText(X) || g.isInline(e, X),
|
8810
8810
|
mode: "highest",
|
8811
8811
|
voids: a
|
8812
|
-
}), [, _] = J, te = g.isStart(e, o, _), ae = g.isEnd(e, o, _),
|
8812
|
+
}), [, _] = J, te = g.isStart(e, o, _), ae = g.isEnd(e, o, _), k = g.pathRef(e, C && !j.length ? O.next(v) : v), I = g.pathRef(e, ae ? O.next(_) : _);
|
8813
8813
|
ne.splitNodes(e, {
|
8814
8814
|
at: o,
|
8815
|
-
match: (X) =>
|
8816
|
-
mode:
|
8817
|
-
always:
|
8815
|
+
match: (X) => R ? fe.isElement(X) && g.isBlock(e, X) : de.isText(X) || g.isInline(e, X),
|
8816
|
+
mode: R ? "lowest" : "highest",
|
8817
|
+
always: R && (!f || M.length > 0) && (!C || j.length > 0),
|
8818
8818
|
voids: a
|
8819
8819
|
});
|
8820
8820
|
var Z = g.pathRef(e, !te || te && ae ? O.next(_) : _);
|
8821
|
-
if (ne.insertNodes(e,
|
8821
|
+
if (ne.insertNodes(e, M, {
|
8822
8822
|
at: Z.current,
|
8823
8823
|
match: (X) => de.isText(X) || g.isInline(e, X),
|
8824
8824
|
mode: "highest",
|
8825
8825
|
voids: a,
|
8826
8826
|
batchDirty: s
|
8827
|
-
}), w && !
|
8827
|
+
}), w && !M.length && z.length && !j.length && ne.delete(e, {
|
8828
8828
|
at: v,
|
8829
8829
|
voids: a
|
8830
|
-
}), ne.insertNodes(e,
|
8831
|
-
at:
|
8830
|
+
}), ne.insertNodes(e, z, {
|
8831
|
+
at: k.current,
|
8832
8832
|
match: (X) => fe.isElement(X) && g.isBlock(e, X),
|
8833
8833
|
mode: "lowest",
|
8834
8834
|
voids: a,
|
8835
8835
|
batchDirty: s
|
8836
|
-
}), ne.insertNodes(e,
|
8837
|
-
at:
|
8836
|
+
}), ne.insertNodes(e, j, {
|
8837
|
+
at: I.current,
|
8838
8838
|
match: (X) => de.isText(X) || g.isInline(e, X),
|
8839
8839
|
mode: "highest",
|
8840
8840
|
voids: a,
|
8841
8841
|
batchDirty: s
|
8842
8842
|
}), !r.at) {
|
8843
8843
|
var H;
|
8844
|
-
if (
|
8844
|
+
if (j.length > 0 && I.current ? H = O.previous(I.current) : z.length > 0 && k.current ? H = O.previous(k.current) : Z.current && (H = O.previous(Z.current)), H) {
|
8845
8845
|
var ee = g.end(e, H);
|
8846
8846
|
ne.select(e, ee);
|
8847
8847
|
}
|
8848
8848
|
}
|
8849
|
-
Z.unref(),
|
8849
|
+
Z.unref(), k.unref(), I.unref();
|
8850
8850
|
}
|
8851
8851
|
}
|
8852
8852
|
});
|
@@ -9001,7 +9001,7 @@ var wv = function(e, n) {
|
|
9001
9001
|
}), u = h.unref();
|
9002
9002
|
}
|
9003
9003
|
if (Se.isPoint(u)) {
|
9004
|
-
l == null && (de.isText(p) ? l = (
|
9004
|
+
l == null && (de.isText(p) ? l = (M) => de.isText(M) : e.isInline(p) ? l = (M) => de.isText(M) || g.isInline(e, M) : l = (M) => fe.isElement(M) && g.isBlock(e, M));
|
9005
9005
|
var [y] = g.nodes(e, {
|
9006
9006
|
at: u.path,
|
9007
9007
|
match: l,
|
@@ -9028,36 +9028,36 @@ var wv = function(e, n) {
|
|
9028
9028
|
if (s) {
|
9029
9029
|
var D = [], E = O.levels(b);
|
9030
9030
|
sh(e, () => {
|
9031
|
-
var
|
9032
|
-
var
|
9031
|
+
var M = function() {
|
9032
|
+
var T = b.concat(S);
|
9033
9033
|
S++;
|
9034
|
-
var
|
9034
|
+
var R = {
|
9035
9035
|
type: "insert_node",
|
9036
|
-
path:
|
9037
|
-
node:
|
9036
|
+
path: T,
|
9037
|
+
node: z
|
9038
9038
|
};
|
9039
|
-
e.apply(
|
9040
|
-
var [, J] =
|
9041
|
-
return
|
9042
|
-
})) : E.push(
|
9039
|
+
e.apply(R), u = O.next(u), D.push(R), de.isText ? E.push(...Array.from(oe.nodes(z), (N) => {
|
9040
|
+
var [, J] = N;
|
9041
|
+
return T.concat(J);
|
9042
|
+
})) : E.push(T);
|
9043
9043
|
};
|
9044
|
-
for (var
|
9045
|
-
|
9044
|
+
for (var z of n)
|
9045
|
+
M();
|
9046
9046
|
}, () => {
|
9047
|
-
Il(e, E, (
|
9048
|
-
var
|
9049
|
-
for (var
|
9050
|
-
if (O.operationCanTransformPath(
|
9047
|
+
Il(e, E, (M) => {
|
9048
|
+
var z = M;
|
9049
|
+
for (var j of D)
|
9050
|
+
if (O.operationCanTransformPath(j) && (z = O.transform(z, j), !z))
|
9051
9051
|
return null;
|
9052
|
-
return
|
9052
|
+
return z;
|
9053
9053
|
});
|
9054
9054
|
});
|
9055
9055
|
} else
|
9056
9056
|
for (var A of n) {
|
9057
|
-
var
|
9057
|
+
var F = b.concat(S);
|
9058
9058
|
S++, e.apply({
|
9059
9059
|
type: "insert_node",
|
9060
|
-
path:
|
9060
|
+
path: F,
|
9061
9061
|
node: A
|
9062
9062
|
}), u = O.next(u);
|
9063
9063
|
}
|
@@ -9152,9 +9152,9 @@ var wv = function(e, n) {
|
|
9152
9152
|
if (r == null)
|
9153
9153
|
if (O.isPath(i)) {
|
9154
9154
|
var [u] = g.parent(e, i);
|
9155
|
-
r = (
|
9155
|
+
r = (M) => u.children.includes(M);
|
9156
9156
|
} else
|
9157
|
-
r = (
|
9157
|
+
r = (M) => fe.isElement(M) && g.isBlock(e, M);
|
9158
9158
|
if (!a && q.isRange(i) && (i = g.unhangRange(e, i, {
|
9159
9159
|
voids: o
|
9160
9160
|
})), q.isRange(i))
|
@@ -9182,20 +9182,20 @@ var wv = function(e, n) {
|
|
9182
9182
|
if (!(y.length === 0 || f.length === 0)) {
|
9183
9183
|
var C = O.next(f), w = O.common(y, f), b = O.isSibling(y, f), S = Array.from(g.levels(e, {
|
9184
9184
|
at: y
|
9185
|
-
}), (
|
9186
|
-
var [
|
9187
|
-
return
|
9185
|
+
}), (M) => {
|
9186
|
+
var [z] = M;
|
9187
|
+
return z;
|
9188
9188
|
}).slice(w.length).slice(0, -1), D = g.above(e, {
|
9189
9189
|
at: y,
|
9190
9190
|
mode: "highest",
|
9191
|
-
match: (
|
9192
|
-
}), E = D && g.pathRef(e, D[1]), A,
|
9191
|
+
match: (M) => S.includes(M) && Nl(e, M)
|
9192
|
+
}), E = D && g.pathRef(e, D[1]), A, F;
|
9193
9193
|
if (de.isText(h) && de.isText(v)) {
|
9194
9194
|
var V = Zt(h, Av);
|
9195
|
-
|
9195
|
+
F = v.text.length, A = V;
|
9196
9196
|
} else if (fe.isElement(h) && fe.isElement(v)) {
|
9197
9197
|
var V = Zt(h, Ov);
|
9198
|
-
|
9198
|
+
F = v.children.length, A = V;
|
9199
9199
|
} else
|
9200
9200
|
throw new Error("Cannot merge the node at path [".concat(y, "] with the previous sibling because it is not the same kind: ").concat(pt.stringify(h), " ").concat(pt.stringify(v)));
|
9201
9201
|
b || ne.moveNodes(e, {
|
@@ -9211,7 +9211,7 @@ var wv = function(e, n) {
|
|
9211
9211
|
}) : e.apply({
|
9212
9212
|
type: "merge_node",
|
9213
9213
|
path: C,
|
9214
|
-
position:
|
9214
|
+
position: F,
|
9215
9215
|
properties: A
|
9216
9216
|
}), E && E.unref();
|
9217
9217
|
}
|
@@ -9302,7 +9302,7 @@ var wv = function(e, n) {
|
|
9302
9302
|
voids: p = !1
|
9303
9303
|
} = r;
|
9304
9304
|
if (a) {
|
9305
|
-
if (i == null && (i = O.isPath(a) ? Nn(e, a) : (
|
9305
|
+
if (i == null && (i = O.isPath(a) ? Nn(e, a) : (F) => fe.isElement(F) && g.isBlock(e, F)), !u && q.isRange(a) && (a = g.unhangRange(e, a, {
|
9306
9306
|
voids: p
|
9307
9307
|
})), c && q.isRange(a)) {
|
9308
9308
|
if (q.isCollapsed(a) && g.leaf(e, a.anchor)[0].text.length > 0)
|
@@ -9326,7 +9326,7 @@ var wv = function(e, n) {
|
|
9326
9326
|
always: !C
|
9327
9327
|
}), a = d.unref(), r.at == null && ne.select(e, a);
|
9328
9328
|
}
|
9329
|
-
o || (o = (
|
9329
|
+
o || (o = (F, V) => F !== V);
|
9330
9330
|
for (var [w, b] of g.nodes(e, {
|
9331
9331
|
at: a,
|
9332
9332
|
match: i,
|
@@ -9407,27 +9407,27 @@ var wv = function(e, n) {
|
|
9407
9407
|
s = E + 1, u = !0;
|
9408
9408
|
}
|
9409
9409
|
h = g.pointRef(e, o);
|
9410
|
-
var A = o.path.length - s, [,
|
9411
|
-
for (var [
|
9410
|
+
var A = o.path.length - s, [, F] = y, V = o.path.slice(0, A), M = s === 0 ? o.offset : o.path[A] + f;
|
9411
|
+
for (var [z, j] of g.levels(e, {
|
9412
9412
|
at: V,
|
9413
9413
|
reverse: !0,
|
9414
9414
|
voids: i
|
9415
9415
|
})) {
|
9416
|
-
var
|
9417
|
-
if (
|
9416
|
+
var T = !1;
|
9417
|
+
if (j.length < F.length || j.length === 0 || !i && fe.isElement(z) && g.isVoid(e, z))
|
9418
9418
|
break;
|
9419
|
-
var
|
9420
|
-
if (u || !d || !g.isEdge(e,
|
9421
|
-
|
9422
|
-
var J = oe.extractProps(
|
9419
|
+
var R = d.current, N = g.isEnd(e, R, j);
|
9420
|
+
if (u || !d || !g.isEdge(e, R, j)) {
|
9421
|
+
T = !0;
|
9422
|
+
var J = oe.extractProps(z);
|
9423
9423
|
e.apply({
|
9424
9424
|
type: "split_node",
|
9425
|
-
path:
|
9426
|
-
position:
|
9425
|
+
path: j,
|
9426
|
+
position: M,
|
9427
9427
|
properties: J
|
9428
9428
|
});
|
9429
9429
|
}
|
9430
|
-
|
9430
|
+
M = j[j.length - 1] + (T || N ? 1 : 0);
|
9431
9431
|
}
|
9432
9432
|
if (n.at == null) {
|
9433
9433
|
var _ = h.current || g.end(e, []);
|
@@ -9553,16 +9553,16 @@ var Iv = function(e, n) {
|
|
9553
9553
|
var [b] = w, S = w[w.length - 1], [, D] = b, [, E] = S;
|
9554
9554
|
if (D.length === 0 && E.length === 0)
|
9555
9555
|
return 0;
|
9556
|
-
var A = O.equals(D, E) ? O.parent(D) : O.common(D, E),
|
9556
|
+
var A = O.equals(D, E) ? O.parent(D) : O.common(D, E), F = g.range(e, D, E), V = g.node(e, A), [M] = V, z = A.length + 1, j = O.next(E.slice(0, z)), T = ks(ks({}, n), {}, {
|
9557
9557
|
children: []
|
9558
9558
|
});
|
9559
|
-
ne.insertNodes(e,
|
9560
|
-
at:
|
9559
|
+
ne.insertNodes(e, T, {
|
9560
|
+
at: j,
|
9561
9561
|
voids: o
|
9562
9562
|
}), ne.moveNodes(e, {
|
9563
|
-
at:
|
9564
|
-
match: (
|
9565
|
-
to:
|
9563
|
+
at: F,
|
9564
|
+
match: (R) => fe.isAncestor(M) && M.children.includes(R),
|
9565
|
+
to: j.concat(0),
|
9566
9566
|
voids: o
|
9567
9567
|
});
|
9568
9568
|
}
|
@@ -10185,19 +10185,19 @@ function Vg(t, e, n) {
|
|
10185
10185
|
throw new TypeError(Wg);
|
10186
10186
|
e = zs(e) || 0, _g(n) && (c = !!n.leading, p = "maxWait" in n, a = p ? Ug(zs(n.maxWait) || 0, e) : a, d = "trailing" in n ? !!n.trailing : d);
|
10187
10187
|
function h(E) {
|
10188
|
-
var A = r,
|
10189
|
-
return r = i = void 0, l = E, o = t.apply(
|
10188
|
+
var A = r, F = i;
|
10189
|
+
return r = i = void 0, l = E, o = t.apply(F, A), o;
|
10190
10190
|
}
|
10191
10191
|
function y(E) {
|
10192
10192
|
return l = E, s = setTimeout(C, e), c ? h(E) : o;
|
10193
10193
|
}
|
10194
10194
|
function v(E) {
|
10195
|
-
var A = E - u,
|
10196
|
-
return p ? Hg(V, a -
|
10195
|
+
var A = E - u, F = E - l, V = e - A;
|
10196
|
+
return p ? Hg(V, a - F) : V;
|
10197
10197
|
}
|
10198
10198
|
function f(E) {
|
10199
|
-
var A = E - u,
|
10200
|
-
return u === void 0 || A >= e || A < 0 || p &&
|
10199
|
+
var A = E - u, F = E - l;
|
10200
|
+
return u === void 0 || A >= e || A < 0 || p && F >= a;
|
10201
10201
|
}
|
10202
10202
|
function C() {
|
10203
10203
|
var E = Bi();
|
@@ -10273,27 +10273,27 @@ const Jg = /* @__PURE__ */ ma(Xg), _s = (t) => typeof t == "object" && t != null
|
|
10273
10273
|
}
|
10274
10274
|
y != null && y === document.body && xi(y) && !xi(document.documentElement) || y != null && xi(y, c) && h.push(y);
|
10275
10275
|
}
|
10276
|
-
const v = (r = (n = window.visualViewport) == null ? void 0 : n.width) != null ? r : innerWidth, f = (a = (i = window.visualViewport) == null ? void 0 : i.height) != null ? a : innerHeight, { scrollX: C, scrollY: w } = window, { height: b, width: S, top: D, right: E, bottom: A, left:
|
10276
|
+
const v = (r = (n = window.visualViewport) == null ? void 0 : n.width) != null ? r : innerWidth, f = (a = (i = window.visualViewport) == null ? void 0 : i.height) != null ? a : innerHeight, { scrollX: C, scrollY: w } = window, { height: b, width: S, top: D, right: E, bottom: A, left: F } = t.getBoundingClientRect(), { top: V, right: M, bottom: z, left: j } = ((J) => {
|
10277
10277
|
const _ = window.getComputedStyle(J);
|
10278
10278
|
return { top: parseFloat(_.scrollMarginTop) || 0, right: parseFloat(_.scrollMarginRight) || 0, bottom: parseFloat(_.scrollMarginBottom) || 0, left: parseFloat(_.scrollMarginLeft) || 0 };
|
10279
10279
|
})(t);
|
10280
|
-
let
|
10281
|
-
const
|
10280
|
+
let T = s === "start" || s === "nearest" ? D - V : s === "end" ? A + z : D + b / 2 - V + z, R = u === "center" ? F + S / 2 - j + M : u === "end" ? E + M : F - j;
|
10281
|
+
const N = [];
|
10282
10282
|
for (let J = 0; J < h.length; J++) {
|
10283
|
-
const _ = h[J], { height: te, width: ae, top:
|
10284
|
-
if (o === "if-needed" && D >= 0 &&
|
10283
|
+
const _ = h[J], { height: te, width: ae, top: k, right: I, bottom: Z, left: H } = _.getBoundingClientRect();
|
10284
|
+
if (o === "if-needed" && D >= 0 && F >= 0 && A <= f && E <= v && D >= k && A <= Z && F >= H && E <= I) return N;
|
10285
10285
|
const ee = getComputedStyle(_), X = parseInt(ee.borderLeftWidth, 10), m = parseInt(ee.borderTopWidth, 10), U = parseInt(ee.borderRightWidth, 10), W = parseInt(ee.borderBottomWidth, 10);
|
10286
10286
|
let P = 0, Q = 0;
|
10287
10287
|
const ie = "offsetWidth" in _ ? _.offsetWidth - _.clientWidth - X - U : 0, G = "offsetHeight" in _ ? _.offsetHeight - _.clientHeight - m - W : 0, ce = "offsetWidth" in _ ? _.offsetWidth === 0 ? 0 : ae / _.offsetWidth : 0, se = "offsetHeight" in _ ? _.offsetHeight === 0 ? 0 : te / _.offsetHeight : 0;
|
10288
|
-
if (d === _) P = s === "start" ?
|
10288
|
+
if (d === _) P = s === "start" ? T : s === "end" ? T - f : s === "nearest" ? Ar(w, w + f, f, m, W, w + T, w + T + b, b) : T - f / 2, Q = u === "start" ? R : u === "center" ? R - v / 2 : u === "end" ? R - v : Ar(C, C + v, v, X, U, C + R, C + R + S, S), P = Math.max(0, P + w), Q = Math.max(0, Q + C);
|
10289
10289
|
else {
|
10290
|
-
P = s === "start" ?
|
10290
|
+
P = s === "start" ? T - k - m : s === "end" ? T - Z + W + G : s === "nearest" ? Ar(k, Z, te, m, W + G, T, T + b, b) : T - (k + te / 2) + G / 2, Q = u === "start" ? R - H - X : u === "center" ? R - (H + ae / 2) + ie / 2 : u === "end" ? R - I + U + ie : Ar(H, I, ae, X, U + ie, R, R + S, S);
|
10291
10291
|
const { scrollLeft: he, scrollTop: ve } = _;
|
10292
|
-
P = se === 0 ? 0 : Math.max(0, Math.min(ve + P / se, _.scrollHeight - te / se + G)), Q = ce === 0 ? 0 : Math.max(0, Math.min(he + Q / ce, _.scrollWidth - ae / ce + ie)),
|
10292
|
+
P = se === 0 ? 0 : Math.max(0, Math.min(ve + P / se, _.scrollHeight - te / se + G)), Q = ce === 0 ? 0 : Math.max(0, Math.min(he + Q / ce, _.scrollWidth - ae / ce + ie)), T += ve - P, R += he - Q;
|
10293
10293
|
}
|
10294
|
-
|
10294
|
+
N.push({ el: _, top: P, left: Q });
|
10295
10295
|
}
|
10296
|
-
return
|
10296
|
+
return N;
|
10297
10297
|
}, em = (t) => t === !1 ? { block: "end", inline: "nearest" } : ((e) => e === Object(e) && Object.keys(e).length !== 0)(t) ? t : { block: "start", inline: "nearest" };
|
10298
10298
|
function tm(t, e) {
|
10299
10299
|
if (!t.isConnected || !((i) => {
|
@@ -10393,13 +10393,13 @@ var bn = function(t) {
|
|
10393
10393
|
return Or.get(t);
|
10394
10394
|
if (Zl(t))
|
10395
10395
|
return Or.set(t, Zs), Zs;
|
10396
|
-
var n = getComputedStyle(t), r = Pa(t) && t.ownerSVGElement && t.getBBox(), i = !um && n.boxSizing === "border-box", a = sm.test(n.writingMode || ""), o = !r && qs.test(n.overflowY || ""), s = !r && qs.test(n.overflowX || ""), u = r ? 0 : It(n.paddingTop), l = r ? 0 : It(n.paddingRight), c = r ? 0 : It(n.paddingBottom), p = r ? 0 : It(n.paddingLeft), d = r ? 0 : It(n.borderTopWidth), h = r ? 0 : It(n.borderRightWidth), y = r ? 0 : It(n.borderBottomWidth), v = r ? 0 : It(n.borderLeftWidth), f = p + l, C = u + c, w = v + h, b = d + y, S = s ? t.offsetHeight - b - t.clientHeight : 0, D = o ? t.offsetWidth - w - t.clientWidth : 0, E = i ? f + w : 0, A = i ? C + b : 0,
|
10397
|
-
devicePixelContentBoxSize: Tn(Math.round(
|
10398
|
-
borderBoxSize: Tn(
|
10399
|
-
contentBoxSize: Tn(
|
10400
|
-
contentRect: new ql(p, u,
|
10396
|
+
var n = getComputedStyle(t), r = Pa(t) && t.ownerSVGElement && t.getBBox(), i = !um && n.boxSizing === "border-box", a = sm.test(n.writingMode || ""), o = !r && qs.test(n.overflowY || ""), s = !r && qs.test(n.overflowX || ""), u = r ? 0 : It(n.paddingTop), l = r ? 0 : It(n.paddingRight), c = r ? 0 : It(n.paddingBottom), p = r ? 0 : It(n.paddingLeft), d = r ? 0 : It(n.borderTopWidth), h = r ? 0 : It(n.borderRightWidth), y = r ? 0 : It(n.borderBottomWidth), v = r ? 0 : It(n.borderLeftWidth), f = p + l, C = u + c, w = v + h, b = d + y, S = s ? t.offsetHeight - b - t.clientHeight : 0, D = o ? t.offsetWidth - w - t.clientWidth : 0, E = i ? f + w : 0, A = i ? C + b : 0, F = r ? r.width : It(n.width) - E - D, V = r ? r.height : It(n.height) - A - S, M = F + f + D + w, z = V + C + S + b, j = bn({
|
10397
|
+
devicePixelContentBoxSize: Tn(Math.round(F * devicePixelRatio), Math.round(V * devicePixelRatio), a),
|
10398
|
+
borderBoxSize: Tn(M, z, a),
|
10399
|
+
contentBoxSize: Tn(F, V, a),
|
10400
|
+
contentRect: new ql(p, u, F, V)
|
10401
10401
|
});
|
10402
|
-
return Or.set(t,
|
10402
|
+
return Or.set(t, j), j;
|
10403
10403
|
}, Yl = function(t, e, n) {
|
10404
10404
|
var r = Gl(t, n), i = r.borderBoxSize, a = r.contentBoxSize, o = r.devicePixelContentBoxSize;
|
10405
10405
|
switch (e) {
|
@@ -10979,10 +10979,10 @@ var K = {
|
|
10979
10979
|
}), c = E.textContent.length, b = l;
|
10980
10980
|
}
|
10981
10981
|
} else if (v) {
|
10982
|
-
for (var
|
10983
|
-
var
|
10984
|
-
if (K.hasDOMNode(t,
|
10985
|
-
w =
|
10982
|
+
for (var F = v.querySelectorAll("[data-slate-leaf]"), V = 0; V < F.length; V++) {
|
10983
|
+
var M = F[V];
|
10984
|
+
if (K.hasDOMNode(t, M)) {
|
10985
|
+
w = M;
|
10986
10986
|
break;
|
10987
10987
|
}
|
10988
10988
|
}
|
@@ -10990,16 +10990,16 @@ var K = {
|
|
10990
10990
|
c -= H.textContent.length;
|
10991
10991
|
})) : c = 1;
|
10992
10992
|
} else if (C) {
|
10993
|
-
var
|
10993
|
+
var z = (H) => H ? H.querySelectorAll(
|
10994
10994
|
// Exclude leaf nodes in nested editors
|
10995
10995
|
"[data-slate-leaf]:not(:scope [data-slate-editor] [data-slate-leaf])"
|
10996
|
-
) : [],
|
10996
|
+
) : [], j = C.closest('[data-slate-node="element"]');
|
10997
10997
|
if (a === "forward") {
|
10998
|
-
var
|
10999
|
-
w = (
|
10998
|
+
var T, R = [...z(j), ...z(j == null ? void 0 : j.nextElementSibling)];
|
10999
|
+
w = (T = R.find((H) => _m(C, H))) !== null && T !== void 0 ? T : null;
|
11000
11000
|
} else {
|
11001
|
-
var
|
11002
|
-
w = (
|
11001
|
+
var N, J = [...z(j == null ? void 0 : j.previousElementSibling), ...z(j)];
|
11002
|
+
w = (N = J.findLast((H) => eu(C, H))) !== null && N !== void 0 ? N : null;
|
11003
11003
|
}
|
11004
11004
|
w && (l = w.closest('[data-slate-node="text"]'), b = w, a === "forward" ? c = 0 : (c = b.textContent.length, b.querySelectorAll("[data-slate-zero-width]").forEach((H) => {
|
11005
11005
|
c -= H.textContent.length;
|
@@ -11026,11 +11026,11 @@ var K = {
|
|
11026
11026
|
})) {
|
11027
11027
|
var te = K.toSlateNode(t, _), {
|
11028
11028
|
path: ae,
|
11029
|
-
offset:
|
11029
|
+
offset: k
|
11030
11030
|
} = g.start(t, K.findPath(t, te));
|
11031
|
-
return _.querySelector("[data-slate-leaf]") || (
|
11031
|
+
return _.querySelector("[data-slate-leaf]") || (k = s), {
|
11032
11032
|
path: ae,
|
11033
|
-
offset:
|
11033
|
+
offset: k
|
11034
11034
|
};
|
11035
11035
|
}
|
11036
11036
|
}
|
@@ -11039,7 +11039,7 @@ var K = {
|
|
11039
11039
|
return null;
|
11040
11040
|
throw new Error("Cannot resolve a Slate point from DOM point: ".concat(e));
|
11041
11041
|
}
|
11042
|
-
var
|
11042
|
+
var I = K.toSlateNode(t, l), Z = K.findPath(t, I);
|
11043
11043
|
return {
|
11044
11044
|
path: Z,
|
11045
11045
|
offset: c
|
@@ -11386,24 +11386,24 @@ function e0(t) {
|
|
11386
11386
|
scheduleOnDOMSelectionChange: n,
|
11387
11387
|
onDOMSelectionChange: r
|
11388
11388
|
} = t, i = !1, a = null, o = null, s = null, u = 0, l = !1, c = () => {
|
11389
|
-
var
|
11390
|
-
if (nn.delete(e),
|
11389
|
+
var j = nn.get(e);
|
11390
|
+
if (nn.delete(e), j) {
|
11391
11391
|
var {
|
11392
|
-
selection:
|
11393
|
-
} = e,
|
11394
|
-
|
11392
|
+
selection: T
|
11393
|
+
} = e, R = tu(e, j);
|
11394
|
+
R && (!T || !q.equals(R, T)) && ne.select(e, R);
|
11395
11395
|
}
|
11396
11396
|
}, p = () => {
|
11397
|
-
var
|
11398
|
-
if (tn.delete(e), !!
|
11399
|
-
if (
|
11400
|
-
var
|
11401
|
-
if (!
|
11397
|
+
var j = tn.get(e);
|
11398
|
+
if (tn.delete(e), !!j) {
|
11399
|
+
if (j.at) {
|
11400
|
+
var T = Se.isPoint(j.at) ? sa(e, j.at) : tu(e, j.at);
|
11401
|
+
if (!T)
|
11402
11402
|
return;
|
11403
|
-
var
|
11404
|
-
(!e.selection || !q.equals(e.selection,
|
11403
|
+
var R = g.range(e, T);
|
11404
|
+
(!e.selection || !q.equals(e.selection, R)) && ne.select(e, T);
|
11405
11405
|
}
|
11406
|
-
|
11406
|
+
j.run();
|
11407
11407
|
}
|
11408
11408
|
}, d = () => {
|
11409
11409
|
if (o && (clearTimeout(o), o = null), s && (clearTimeout(s), s = null), !S() && !b()) {
|
@@ -11411,117 +11411,117 @@ function e0(t) {
|
|
11411
11411
|
return;
|
11412
11412
|
}
|
11413
11413
|
i || (i = !0, setTimeout(() => i = !1)), b() && (i = "action");
|
11414
|
-
var
|
11414
|
+
var j = e.selection && g.rangeRef(e, e.selection, {
|
11415
11415
|
affinity: "forward"
|
11416
11416
|
});
|
11417
11417
|
Vt.set(e, e.marks), Jm("flush", tn.get(e), Et.get(e));
|
11418
|
-
for (var
|
11419
|
-
var
|
11418
|
+
for (var T = S(), R; R = (N = Et.get(e)) === null || N === void 0 ? void 0 : N[0]; ) {
|
11419
|
+
var N, J, _ = Rt.get(e);
|
11420
11420
|
_ !== void 0 && (Rt.delete(e), e.marks = _), _ && l === !1 && (l = null);
|
11421
|
-
var te = Gm(
|
11422
|
-
(!e.selection || !q.equals(e.selection, te)) && ne.select(e, te),
|
11421
|
+
var te = Gm(R);
|
11422
|
+
(!e.selection || !q.equals(e.selection, te)) && ne.select(e, te), R.diff.text ? g.insertText(e, R.diff.text) : g.deleteFragment(e), Et.set(e, (J = Et.get(e)) === null || J === void 0 ? void 0 : J.filter((I) => {
|
11423
11423
|
var {
|
11424
11424
|
id: Z
|
11425
|
-
} =
|
11426
|
-
return Z !==
|
11427
|
-
})), Hm(e,
|
11425
|
+
} = I;
|
11426
|
+
return Z !== R.id;
|
11427
|
+
})), Hm(e, R) || (T = !1, tn.delete(e), Vt.delete(e), i = "action", nn.delete(e), n.cancel(), r.cancel(), j == null || j.unref());
|
11428
11428
|
}
|
11429
|
-
var ae =
|
11429
|
+
var ae = j == null ? void 0 : j.unref();
|
11430
11430
|
if (ae && !nn.get(e) && (!e.selection || !q.equals(ae, e.selection)) && ne.select(e, ae), b()) {
|
11431
11431
|
p();
|
11432
11432
|
return;
|
11433
11433
|
}
|
11434
|
-
|
11435
|
-
var
|
11436
|
-
Vt.delete(e),
|
11437
|
-
}, h = (
|
11434
|
+
T && n(), n.flush(), r.flush(), c();
|
11435
|
+
var k = Vt.get(e);
|
11436
|
+
Vt.delete(e), k !== void 0 && (e.marks = k, e.onChange());
|
11437
|
+
}, h = (j) => {
|
11438
11438
|
a && clearTimeout(a), a = setTimeout(() => {
|
11439
11439
|
Cn.set(e, !1), d();
|
11440
11440
|
}, Km);
|
11441
|
-
}, y = (
|
11441
|
+
}, y = (j) => {
|
11442
11442
|
Cn.set(e, !0), a && (clearTimeout(a), a = null);
|
11443
11443
|
}, v = function() {
|
11444
|
-
var
|
11445
|
-
if (
|
11446
|
-
if (S() ||
|
11447
|
-
|
11444
|
+
var T = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : !1, R = ra.get(e);
|
11445
|
+
if (R) {
|
11446
|
+
if (S() || T) {
|
11447
|
+
R.style.display = "none";
|
11448
11448
|
return;
|
11449
11449
|
}
|
11450
|
-
|
11450
|
+
R.style.removeProperty("display");
|
11451
11451
|
}
|
11452
|
-
}, f = (
|
11453
|
-
var
|
11454
|
-
Et.set(e,
|
11455
|
-
var J = oe.leaf(e,
|
11452
|
+
}, f = (j, T) => {
|
11453
|
+
var R, N = (R = Et.get(e)) !== null && R !== void 0 ? R : [];
|
11454
|
+
Et.set(e, N);
|
11455
|
+
var J = oe.leaf(e, j), _ = N.findIndex((k) => O.equals(k.path, j));
|
11456
11456
|
if (_ < 0) {
|
11457
|
-
var te = lc(J.text,
|
11458
|
-
te &&
|
11459
|
-
path:
|
11460
|
-
diff:
|
11457
|
+
var te = lc(J.text, T);
|
11458
|
+
te && N.push({
|
11459
|
+
path: j,
|
11460
|
+
diff: T,
|
11461
11461
|
id: u++
|
11462
11462
|
}), v();
|
11463
11463
|
return;
|
11464
11464
|
}
|
11465
|
-
var ae = Zm(J.text,
|
11465
|
+
var ae = Zm(J.text, N[_].diff, T);
|
11466
11466
|
if (!ae) {
|
11467
|
-
|
11467
|
+
N.splice(_, 1), v();
|
11468
11468
|
return;
|
11469
11469
|
}
|
11470
|
-
|
11470
|
+
N[_] = Mr(Mr({}, N[_]), {}, {
|
11471
11471
|
diff: ae
|
11472
11472
|
});
|
11473
|
-
}, C = function(
|
11473
|
+
}, C = function(T) {
|
11474
11474
|
var {
|
11475
|
-
at:
|
11475
|
+
at: R
|
11476
11476
|
} = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
11477
11477
|
l = !1, nn.delete(e), n.cancel(), r.cancel(), b() && d(), tn.set(e, {
|
11478
|
-
at:
|
11479
|
-
run:
|
11478
|
+
at: R,
|
11479
|
+
run: T
|
11480
11480
|
}), s = setTimeout(d);
|
11481
|
-
}, w = (
|
11482
|
-
var
|
11481
|
+
}, w = (j) => {
|
11482
|
+
var T;
|
11483
11483
|
o && (clearTimeout(o), o = null);
|
11484
11484
|
var {
|
11485
|
-
inputType:
|
11486
|
-
} =
|
11487
|
-
l !== !1 &&
|
11488
|
-
var [_] =
|
11489
|
-
_ && (
|
11485
|
+
inputType: R
|
11486
|
+
} = j, N = null, J = j.dataTransfer || j.data || void 0;
|
11487
|
+
l !== !1 && R !== "insertText" && R !== "insertCompositionText" && (l = !1);
|
11488
|
+
var [_] = j.getTargetRanges();
|
11489
|
+
_ && (N = K.toSlateRange(e, _, {
|
11490
11490
|
exactMatch: !1,
|
11491
11491
|
suppressThrow: !0
|
11492
11492
|
}));
|
11493
11493
|
var te = K.getWindow(e), ae = te.getSelection();
|
11494
|
-
if (!
|
11494
|
+
if (!N && ae && (_ = ae, N = K.toSlateRange(e, ae, {
|
11495
11495
|
exactMatch: !1,
|
11496
11496
|
suppressThrow: !0
|
11497
|
-
})),
|
11498
|
-
var
|
11499
|
-
if (
|
11500
|
-
if (q.isExpanded(
|
11501
|
-
var [
|
11502
|
-
if (H.text.length ===
|
11497
|
+
})), N = (T = N) !== null && T !== void 0 ? T : e.selection, !!N) {
|
11498
|
+
var k = !0;
|
11499
|
+
if (R.startsWith("delete")) {
|
11500
|
+
if (q.isExpanded(N)) {
|
11501
|
+
var [I, Z] = q.edges(N), H = oe.leaf(e, I.path);
|
11502
|
+
if (H.text.length === I.offset && Z.offset === 0) {
|
11503
11503
|
var ee = g.next(e, {
|
11504
|
-
at:
|
11504
|
+
at: I.path,
|
11505
11505
|
match: de.isText
|
11506
11506
|
});
|
11507
|
-
ee && O.equals(ee[1], Z.path) && (
|
11507
|
+
ee && O.equals(ee[1], Z.path) && (N = {
|
11508
11508
|
anchor: Z,
|
11509
11509
|
focus: Z
|
11510
11510
|
});
|
11511
11511
|
}
|
11512
11512
|
}
|
11513
|
-
var X =
|
11513
|
+
var X = R.endsWith("Backward") ? "backward" : "forward", [m, U] = q.edges(N), [W, P] = g.leaf(e, m.path), Q = {
|
11514
11514
|
text: "",
|
11515
11515
|
start: m.offset,
|
11516
11516
|
end: U.offset
|
11517
11517
|
}, ie = Et.get(e), G = ie == null ? void 0 : ie.find((Ye) => O.equals(Ye.path, P)), ce = G ? [G.diff, Q] : [Q], se = uc(W.text, ...ce);
|
11518
|
-
if (se.length === 0 && (
|
11519
|
-
if (
|
11518
|
+
if (se.length === 0 && (k = !1), q.isExpanded(N)) {
|
11519
|
+
if (k && O.equals(N.anchor.path, N.focus.path)) {
|
11520
11520
|
var he = {
|
11521
|
-
path:
|
11521
|
+
path: N.anchor.path,
|
11522
11522
|
offset: m.offset
|
11523
11523
|
}, ve = g.range(e, he, he);
|
11524
|
-
return A(ve), f(
|
11524
|
+
return A(ve), f(N.anchor.path, {
|
11525
11525
|
text: "",
|
11526
11526
|
end: U.offset,
|
11527
11527
|
start: m.offset
|
@@ -11530,23 +11530,23 @@ function e0(t) {
|
|
11530
11530
|
return C(() => g.deleteFragment(e, {
|
11531
11531
|
direction: X
|
11532
11532
|
}), {
|
11533
|
-
at:
|
11533
|
+
at: N
|
11534
11534
|
});
|
11535
11535
|
}
|
11536
11536
|
}
|
11537
|
-
switch (
|
11537
|
+
switch (R) {
|
11538
11538
|
case "deleteByComposition":
|
11539
11539
|
case "deleteByCut":
|
11540
11540
|
case "deleteByDrag":
|
11541
11541
|
return C(() => g.deleteFragment(e), {
|
11542
|
-
at:
|
11542
|
+
at: N
|
11543
11543
|
});
|
11544
11544
|
case "deleteContent":
|
11545
11545
|
case "deleteContentForward": {
|
11546
11546
|
var {
|
11547
11547
|
anchor: De
|
11548
|
-
} =
|
11549
|
-
if (
|
11548
|
+
} = N;
|
11549
|
+
if (k && q.isCollapsed(N)) {
|
11550
11550
|
var Ce = oe.leaf(e, De.path);
|
11551
11551
|
if (De.offset < Ce.text.length)
|
11552
11552
|
return f(De.path, {
|
@@ -11556,19 +11556,19 @@ function e0(t) {
|
|
11556
11556
|
});
|
11557
11557
|
}
|
11558
11558
|
return C(() => g.deleteForward(e), {
|
11559
|
-
at:
|
11559
|
+
at: N
|
11560
11560
|
});
|
11561
11561
|
}
|
11562
11562
|
case "deleteContentBackward": {
|
11563
11563
|
var me, {
|
11564
11564
|
anchor: ge
|
11565
|
-
} =
|
11566
|
-
return
|
11565
|
+
} = N, Ie = oa(_) ? _.isCollapsed : !!((me = _) !== null && me !== void 0 && me.collapsed);
|
11566
|
+
return k && Ie && q.isCollapsed(N) && ge.offset > 0 ? f(ge.path, {
|
11567
11567
|
text: "",
|
11568
11568
|
start: ge.offset - 1,
|
11569
11569
|
end: ge.offset
|
11570
11570
|
}) : C(() => g.deleteBackward(e), {
|
11571
|
-
at:
|
11571
|
+
at: N
|
11572
11572
|
});
|
11573
11573
|
}
|
11574
11574
|
case "deleteEntireSoftLine":
|
@@ -11579,51 +11579,51 @@ function e0(t) {
|
|
11579
11579
|
unit: "line"
|
11580
11580
|
});
|
11581
11581
|
}, {
|
11582
|
-
at:
|
11582
|
+
at: N
|
11583
11583
|
});
|
11584
11584
|
case "deleteHardLineBackward":
|
11585
11585
|
return C(() => g.deleteBackward(e, {
|
11586
11586
|
unit: "block"
|
11587
11587
|
}), {
|
11588
|
-
at:
|
11588
|
+
at: N
|
11589
11589
|
});
|
11590
11590
|
case "deleteSoftLineBackward":
|
11591
11591
|
return C(() => g.deleteBackward(e, {
|
11592
11592
|
unit: "line"
|
11593
11593
|
}), {
|
11594
|
-
at:
|
11594
|
+
at: N
|
11595
11595
|
});
|
11596
11596
|
case "deleteHardLineForward":
|
11597
11597
|
return C(() => g.deleteForward(e, {
|
11598
11598
|
unit: "block"
|
11599
11599
|
}), {
|
11600
|
-
at:
|
11600
|
+
at: N
|
11601
11601
|
});
|
11602
11602
|
case "deleteSoftLineForward":
|
11603
11603
|
return C(() => g.deleteForward(e, {
|
11604
11604
|
unit: "line"
|
11605
11605
|
}), {
|
11606
|
-
at:
|
11606
|
+
at: N
|
11607
11607
|
});
|
11608
11608
|
case "deleteWordBackward":
|
11609
11609
|
return C(() => g.deleteBackward(e, {
|
11610
11610
|
unit: "word"
|
11611
11611
|
}), {
|
11612
|
-
at:
|
11612
|
+
at: N
|
11613
11613
|
});
|
11614
11614
|
case "deleteWordForward":
|
11615
11615
|
return C(() => g.deleteForward(e, {
|
11616
11616
|
unit: "word"
|
11617
11617
|
}), {
|
11618
|
-
at:
|
11618
|
+
at: N
|
11619
11619
|
});
|
11620
11620
|
case "insertLineBreak":
|
11621
11621
|
return C(() => g.insertSoftBreak(e), {
|
11622
|
-
at:
|
11622
|
+
at: N
|
11623
11623
|
});
|
11624
11624
|
case "insertParagraph":
|
11625
11625
|
return C(() => g.insertBreak(e), {
|
11626
|
-
at:
|
11626
|
+
at: N
|
11627
11627
|
});
|
11628
11628
|
case "insertCompositionText":
|
11629
11629
|
case "deleteCompositionText":
|
@@ -11635,10 +11635,10 @@ function e0(t) {
|
|
11635
11635
|
case "insertText": {
|
11636
11636
|
if (Qm(J))
|
11637
11637
|
return C(() => K.insertData(e, J), {
|
11638
|
-
at:
|
11638
|
+
at: N
|
11639
11639
|
});
|
11640
11640
|
var le = J ?? "";
|
11641
|
-
if (Rt.get(e) && (le = le.replace("\uFEFF", "")),
|
11641
|
+
if (Rt.get(e) && (le = le.replace("\uFEFF", "")), R === "insertText" && /.*\n.*\n$/.test(le) && (le = le.slice(0, -1)), le.includes(`
|
11642
11642
|
`))
|
11643
11643
|
return C(() => {
|
11644
11644
|
var Ye = le.split(`
|
@@ -11647,58 +11647,58 @@ function e0(t) {
|
|
11647
11647
|
we && g.insertText(e, we), dt !== Ye.length - 1 && g.insertSoftBreak(e);
|
11648
11648
|
});
|
11649
11649
|
}, {
|
11650
|
-
at:
|
11650
|
+
at: N
|
11651
11651
|
});
|
11652
|
-
if (O.equals(
|
11653
|
-
var [Ne, pe] = q.edges(
|
11652
|
+
if (O.equals(N.anchor.path, N.focus.path)) {
|
11653
|
+
var [Ne, pe] = q.edges(N), Be = {
|
11654
11654
|
start: Ne.offset,
|
11655
11655
|
end: pe.offset,
|
11656
11656
|
text: le
|
11657
11657
|
};
|
11658
|
-
if (le && l &&
|
11658
|
+
if (le && l && R === "insertCompositionText") {
|
11659
11659
|
var Me = l.start + l.text.search(/\S|$/), We = Be.start + Be.text.search(/\S|$/);
|
11660
|
-
We === Me + 1 && Be.end === l.start + l.text.length ? (Be.start -= 1, l = null,
|
11661
|
-
} else
|
11660
|
+
We === Me + 1 && Be.end === l.start + l.text.length ? (Be.start -= 1, l = null, M()) : l = !1;
|
11661
|
+
} else R === "insertText" ? l === null ? l = Be : l && q.isCollapsed(N) && l.end + l.text.length === Ne.offset ? l = Mr(Mr({}, l), {}, {
|
11662
11662
|
text: l.text + le
|
11663
11663
|
}) : l = !1 : l = !1;
|
11664
|
-
if (
|
11664
|
+
if (k) {
|
11665
11665
|
f(Ne.path, Be);
|
11666
11666
|
return;
|
11667
11667
|
}
|
11668
11668
|
}
|
11669
11669
|
return C(() => g.insertText(e, le), {
|
11670
|
-
at:
|
11670
|
+
at: N
|
11671
11671
|
});
|
11672
11672
|
}
|
11673
11673
|
}
|
11674
11674
|
}
|
11675
11675
|
}, b = () => !!tn.get(e), S = () => {
|
11676
|
-
var
|
11677
|
-
return !!((
|
11678
|
-
}, D = () => b() || S(), E = () => i, A = (
|
11679
|
-
nn.set(e,
|
11676
|
+
var j;
|
11677
|
+
return !!((j = Et.get(e)) !== null && j !== void 0 && j.length);
|
11678
|
+
}, D = () => b() || S(), E = () => i, A = (j) => {
|
11679
|
+
nn.set(e, j), o && (clearTimeout(o), o = null);
|
11680
11680
|
var {
|
11681
|
-
selection:
|
11681
|
+
selection: T
|
11682
11682
|
} = e;
|
11683
|
-
if (
|
11684
|
-
var
|
11685
|
-
(
|
11683
|
+
if (j) {
|
11684
|
+
var R = !T || !O.equals(T.anchor.path, j.anchor.path), N = !T || !O.equals(T.anchor.path.slice(0, -1), j.anchor.path.slice(0, -1));
|
11685
|
+
(R && l || N) && (l = !1), (R || S()) && (o = setTimeout(d, Xm));
|
11686
11686
|
}
|
11687
|
-
},
|
11687
|
+
}, F = () => {
|
11688
11688
|
(b() || !S()) && d();
|
11689
|
-
}, V = (
|
11689
|
+
}, V = (j) => {
|
11690
11690
|
S() || (v(!0), setTimeout(v));
|
11691
|
-
},
|
11691
|
+
}, M = () => {
|
11692
11692
|
b() || (s = setTimeout(d));
|
11693
|
-
},
|
11694
|
-
if (!(S() || b()) &&
|
11695
|
-
var
|
11696
|
-
(
|
11693
|
+
}, z = (j) => {
|
11694
|
+
if (!(S() || b()) && j.some((R) => Na(e, R, j))) {
|
11695
|
+
var T;
|
11696
|
+
(T = nc.get(e)) === null || T === void 0 || T();
|
11697
11697
|
}
|
11698
11698
|
};
|
11699
11699
|
return {
|
11700
11700
|
flush: d,
|
11701
|
-
scheduleFlush:
|
11701
|
+
scheduleFlush: M,
|
11702
11702
|
hasPendingDiffs: S,
|
11703
11703
|
hasPendingAction: b,
|
11704
11704
|
hasPendingChanges: D,
|
@@ -11708,8 +11708,8 @@ function e0(t) {
|
|
11708
11708
|
handleCompositionStart: y,
|
11709
11709
|
handleDOMBeforeInput: w,
|
11710
11710
|
handleKeyDown: V,
|
11711
|
-
handleDomMutations:
|
11712
|
-
handleInput:
|
11711
|
+
handleDomMutations: z,
|
11712
|
+
handleInput: F
|
11713
11713
|
};
|
11714
11714
|
}
|
11715
11715
|
function t0() {
|
@@ -12295,11 +12295,11 @@ var N0 = (t) => /* @__PURE__ */ Y.createElement(Y.Fragment, null, hc(t)), $0 = /
|
|
12295
12295
|
as: h = "div",
|
12296
12296
|
disableDefaultStyles: y = !1
|
12297
12297
|
} = t, v = jn(t, j0), f = $a(), [C, w] = $(!1), b = qe(null), S = qe([]), [D, E] = $(), A = qe(!1), {
|
12298
|
-
onUserInput:
|
12298
|
+
onUserInput: F,
|
12299
12299
|
receivedUserInput: V
|
12300
|
-
} = A0(), [,
|
12301
|
-
nc.set(f,
|
12302
|
-
var
|
12300
|
+
} = A0(), [, M] = Yc((m) => m + 1, 0);
|
12301
|
+
nc.set(f, M), ia.set(f, s);
|
12302
|
+
var z = qt(() => ({
|
12303
12303
|
isDraggingInternally: !1,
|
12304
12304
|
isUpdatingSelection: !1,
|
12305
12305
|
latestElement: null,
|
@@ -12308,7 +12308,7 @@ var N0 = (t) => /* @__PURE__ */ Y.createElement(Y.Fragment, null, hc(t)), $0 = /
|
|
12308
12308
|
B(() => {
|
12309
12309
|
b.current && r && b.current.focus();
|
12310
12310
|
}, [r]);
|
12311
|
-
var
|
12311
|
+
var j = qe(), T = qt(() => Jg(() => {
|
12312
12312
|
var m = K.toDOMNode(f, f), U = m.getRootNode();
|
12313
12313
|
if (!A.current && gn && U instanceof ShadowRoot) {
|
12314
12314
|
A.current = !0;
|
@@ -12316,12 +12316,12 @@ var N0 = (t) => /* @__PURE__ */ Y.createElement(Y.Fragment, null, hc(t)), $0 = /
|
|
12316
12316
|
W ? document.execCommand("indent") : ne.deselect(f), A.current = !1;
|
12317
12317
|
return;
|
12318
12318
|
}
|
12319
|
-
var P =
|
12320
|
-
if ((Dt || !K.isComposing(f)) && (!
|
12319
|
+
var P = j.current;
|
12320
|
+
if ((Dt || !K.isComposing(f)) && (!z.isUpdatingSelection || P != null && P.isFlushing()) && !z.isDraggingInternally) {
|
12321
12321
|
var Q = K.findDocumentOrShadowRoot(f), {
|
12322
12322
|
activeElement: ie
|
12323
12323
|
} = Q, G = K.toDOMNode(f, f), ce = nr(Q);
|
12324
|
-
if (ie === G ? (
|
12324
|
+
if (ie === G ? (z.latestElement = ie, on.set(f, !0)) : on.delete(f), !ce)
|
12325
12325
|
return ne.deselect(f);
|
12326
12326
|
var {
|
12327
12327
|
anchorNode: se,
|
@@ -12336,18 +12336,18 @@ var N0 = (t) => /* @__PURE__ */ Y.createElement(Y.Fragment, null, hc(t)), $0 = /
|
|
12336
12336
|
}
|
12337
12337
|
s && (!ve || !De) && ne.deselect(f);
|
12338
12338
|
}
|
12339
|
-
}, 100), [f, s,
|
12340
|
-
|
12339
|
+
}, 100), [f, s, z]), R = qt(() => qg(T, 0), [T]);
|
12340
|
+
j.current = o0({
|
12341
12341
|
node: b,
|
12342
|
-
onDOMSelectionChange:
|
12343
|
-
scheduleOnDOMSelectionChange:
|
12342
|
+
onDOMSelectionChange: T,
|
12343
|
+
scheduleOnDOMSelectionChange: R
|
12344
12344
|
}), cr(() => {
|
12345
12345
|
var m, U, W;
|
12346
12346
|
b.current && (W = Ia(b.current)) ? (tc.set(f, W), Ur.set(f, b.current), En.set(f, b.current), lr.set(b.current, f)) : En.delete(f);
|
12347
12347
|
var {
|
12348
12348
|
selection: P
|
12349
12349
|
} = f, Q = K.findDocumentOrShadowRoot(f), ie = nr(Q);
|
12350
|
-
if (!(!ie || !K.isFocused(f) || (m =
|
12350
|
+
if (!(!ie || !K.isFocused(f) || (m = j.current) !== null && m !== void 0 && m.hasPendingAction())) {
|
12351
12351
|
var G = (ve) => {
|
12352
12352
|
var De = ie.type !== "None";
|
12353
12353
|
if (!(!P && !De)) {
|
@@ -12367,7 +12367,7 @@ var N0 = (t) => /* @__PURE__ */ Y.createElement(Y.Fragment, null, hc(t)), $0 = /
|
|
12367
12367
|
});
|
12368
12368
|
if (pe && q.equals(pe, P)) {
|
12369
12369
|
var Be;
|
12370
|
-
if (!
|
12370
|
+
if (!z.hasMarkPlaceholder || (Be = me) !== null && Be !== void 0 && (Be = Be.parentElement) !== null && Be !== void 0 && Be.hasAttribute("data-slate-mark-placeholder"))
|
12371
12371
|
return;
|
12372
12372
|
}
|
12373
12373
|
}
|
@@ -12378,16 +12378,16 @@ var N0 = (t) => /* @__PURE__ */ Y.createElement(Y.Fragment, null, hc(t)), $0 = /
|
|
12378
12378
|
});
|
12379
12379
|
return;
|
12380
12380
|
}
|
12381
|
-
|
12381
|
+
z.isUpdatingSelection = !0;
|
12382
12382
|
var Me = P && K.toDOMRange(f, P);
|
12383
12383
|
return Me ? (K.isComposing(f) && !Dt ? ie.collapseToEnd() : q.isBackward(P) ? ie.setBaseAndExtent(Me.endContainer, Me.endOffset, Me.startContainer, Me.startOffset) : ie.setBaseAndExtent(Me.startContainer, Me.startOffset, Me.endContainer, Me.endOffset), p(f, Me)) : ie.removeAllRanges(), Me;
|
12384
12384
|
}
|
12385
12385
|
};
|
12386
12386
|
ie.rangeCount <= 1 && G();
|
12387
|
-
var ce = ((U =
|
12387
|
+
var ce = ((U = j.current) === null || U === void 0 ? void 0 : U.isFlushing()) === "action";
|
12388
12388
|
if (!Dt || !ce) {
|
12389
12389
|
setTimeout(() => {
|
12390
|
-
|
12390
|
+
z.isUpdatingSelection = !1;
|
12391
12391
|
});
|
12392
12392
|
return;
|
12393
12393
|
}
|
@@ -12401,7 +12401,7 @@ var N0 = (t) => /* @__PURE__ */ Y.createElement(Y.Fragment, null, hc(t)), $0 = /
|
|
12401
12401
|
}
|
12402
12402
|
};
|
12403
12403
|
ve(), se = setTimeout(() => {
|
12404
|
-
ve(!0),
|
12404
|
+
ve(!0), z.isUpdatingSelection = !1;
|
12405
12405
|
});
|
12406
12406
|
}
|
12407
12407
|
});
|
@@ -12410,7 +12410,7 @@ var N0 = (t) => /* @__PURE__ */ Y.createElement(Y.Fragment, null, hc(t)), $0 = /
|
|
12410
12410
|
};
|
12411
12411
|
}
|
12412
12412
|
});
|
12413
|
-
var
|
12413
|
+
var N = Ve((m) => {
|
12414
12414
|
var U = K.toDOMNode(f, f), W = U.getRootNode();
|
12415
12415
|
if (A != null && A.current && gn && W instanceof ShadowRoot) {
|
12416
12416
|
var P = m.getTargetRanges(), Q = P[0], ie = new window.Range();
|
@@ -12422,11 +12422,11 @@ var N0 = (t) => /* @__PURE__ */ Y.createElement(Y.Fragment, null, hc(t)), $0 = /
|
|
12422
12422
|
ne.select(f, G), m.preventDefault(), m.stopImmediatePropagation();
|
12423
12423
|
return;
|
12424
12424
|
}
|
12425
|
-
if (
|
12425
|
+
if (F(), !s && K.hasEditableTarget(f, m.target) && !U0(m, a)) {
|
12426
12426
|
var ce;
|
12427
|
-
if (
|
12428
|
-
return
|
12429
|
-
|
12427
|
+
if (j.current)
|
12428
|
+
return j.current.handleDOMBeforeInput(m);
|
12429
|
+
R.flush(), T.flush();
|
12430
12430
|
var {
|
12431
12431
|
selection: se
|
12432
12432
|
} = f, {
|
@@ -12562,19 +12562,19 @@ var N0 = (t) => /* @__PURE__ */ Y.createElement(Y.Fragment, null, hc(t)), $0 = /
|
|
12562
12562
|
var mt = (ce = tr.get(f)) === null || ce === void 0 ? void 0 : ce.unref();
|
12563
12563
|
tr.delete(f), mt && (!f.selection || !q.equals(f.selection, mt)) && ne.select(f, mt);
|
12564
12564
|
}
|
12565
|
-
}, [f,
|
12566
|
-
m == null ? (
|
12567
|
-
}, [
|
12565
|
+
}, [f, T, F, a, s, R]), J = Ve((m) => {
|
12566
|
+
m == null ? (T.cancel(), R.cancel(), Ur.delete(f), En.delete(f), b.current && Kt && b.current.removeEventListener("beforeinput", N)) : Kt && m.addEventListener("beforeinput", N), b.current = m, typeof e == "function" ? e(m) : e && (e.current = m);
|
12567
|
+
}, [T, R, f, N, e]);
|
12568
12568
|
cr(() => {
|
12569
12569
|
var m = K.getWindow(f);
|
12570
|
-
m.document.addEventListener("selectionchange",
|
12570
|
+
m.document.addEventListener("selectionchange", R);
|
12571
12571
|
var U = () => {
|
12572
|
-
|
12572
|
+
z.isDraggingInternally = !1;
|
12573
12573
|
};
|
12574
12574
|
return m.document.addEventListener("dragend", U), m.document.addEventListener("drop", U), () => {
|
12575
|
-
m.document.removeEventListener("selectionchange",
|
12575
|
+
m.document.removeEventListener("selectionchange", R), m.document.removeEventListener("dragend", U), m.document.removeEventListener("drop", U);
|
12576
12576
|
};
|
12577
|
-
}, [
|
12577
|
+
}, [R, z]);
|
12578
12578
|
var _ = i([f, []]), te = o && f.children.length === 1 && Array.from(oe.texts(f)).length === 1 && oe.string(f) === "" && !C, ae = Ve((m) => {
|
12579
12579
|
if (m && te) {
|
12580
12580
|
var U;
|
@@ -12583,30 +12583,30 @@ var N0 = (t) => /* @__PURE__ */ Y.createElement(Y.Fragment, null, hc(t)), $0 = /
|
|
12583
12583
|
E(void 0);
|
12584
12584
|
}, [te]);
|
12585
12585
|
if (te) {
|
12586
|
-
var
|
12586
|
+
var k = g.start(f, []);
|
12587
12587
|
_.push({
|
12588
12588
|
[In]: !0,
|
12589
12589
|
placeholder: o,
|
12590
12590
|
onPlaceholderResize: ae,
|
12591
|
-
anchor:
|
12592
|
-
focus:
|
12591
|
+
anchor: k,
|
12592
|
+
focus: k
|
12593
12593
|
});
|
12594
12594
|
}
|
12595
12595
|
var {
|
12596
|
-
marks:
|
12596
|
+
marks: I
|
12597
12597
|
} = f;
|
12598
|
-
if (
|
12598
|
+
if (z.hasMarkPlaceholder = !1, f.selection && q.isCollapsed(f.selection) && I) {
|
12599
12599
|
var {
|
12600
12600
|
anchor: Z
|
12601
12601
|
} = f.selection, H = oe.leaf(f, Z.path), ee = jn(H, I0);
|
12602
|
-
if (!de.equals(H,
|
12602
|
+
if (!de.equals(H, I, {
|
12603
12603
|
loose: !0
|
12604
12604
|
})) {
|
12605
|
-
|
12605
|
+
z.hasMarkPlaceholder = !0;
|
12606
12606
|
var X = Object.fromEntries(Object.keys(ee).map((m) => [m, null]));
|
12607
12607
|
_.push(Nt(Nt(Nt({
|
12608
12608
|
[rc]: !0
|
12609
|
-
}, X),
|
12609
|
+
}, X), I), {}, {
|
12610
12610
|
anchor: Z,
|
12611
12611
|
focus: Z
|
12612
12612
|
}));
|
@@ -12621,10 +12621,10 @@ var N0 = (t) => /* @__PURE__ */ Y.createElement(Y.Fragment, null, hc(t)), $0 = /
|
|
12621
12621
|
var {
|
12622
12622
|
anchor: U
|
12623
12623
|
} = m, W = oe.leaf(f, U.path);
|
12624
|
-
if (
|
12624
|
+
if (I && !de.equals(W, I, {
|
12625
12625
|
loose: !0
|
12626
12626
|
})) {
|
12627
|
-
Rt.set(f,
|
12627
|
+
Rt.set(f, I);
|
12628
12628
|
return;
|
12629
12629
|
}
|
12630
12630
|
}
|
@@ -12679,8 +12679,8 @@ var N0 = (t) => /* @__PURE__ */ Y.createElement(Y.Fragment, null, hc(t)), $0 = /
|
|
12679
12679
|
}, [v.onBeforeInput, f, s]),
|
12680
12680
|
onInput: Ve((m) => {
|
12681
12681
|
if (!Ct(m, v.onInput)) {
|
12682
|
-
if (
|
12683
|
-
|
12682
|
+
if (j.current) {
|
12683
|
+
j.current.handleInput();
|
12684
12684
|
return;
|
12685
12685
|
}
|
12686
12686
|
for (var U of S.current)
|
@@ -12689,9 +12689,9 @@ var N0 = (t) => /* @__PURE__ */ Y.createElement(Y.Fragment, null, hc(t)), $0 = /
|
|
12689
12689
|
}
|
12690
12690
|
}, [v.onInput]),
|
12691
12691
|
onBlur: Ve((m) => {
|
12692
|
-
if (!(s ||
|
12692
|
+
if (!(s || z.isUpdatingSelection || !K.hasSelectableTarget(f, m.target) || Ct(m, v.onBlur))) {
|
12693
12693
|
var U = K.findDocumentOrShadowRoot(f);
|
12694
|
-
if (
|
12694
|
+
if (z.latestElement !== U.activeElement) {
|
12695
12695
|
var {
|
12696
12696
|
relatedTarget: W
|
12697
12697
|
} = m, P = K.toDOMNode(f, f);
|
@@ -12709,7 +12709,7 @@ var N0 = (t) => /* @__PURE__ */ Y.createElement(Y.Fragment, null, hc(t)), $0 = /
|
|
12709
12709
|
}
|
12710
12710
|
}
|
12711
12711
|
}
|
12712
|
-
}, [s,
|
12712
|
+
}, [s, z.isUpdatingSelection, z.latestElement, f, v.onBlur]),
|
12713
12713
|
onClick: Ve((m) => {
|
12714
12714
|
if (K.hasTarget(f, m.target) && !Ct(m, v.onClick) && un(m.target)) {
|
12715
12715
|
var U = K.toSlateNode(f, m.target), W = K.findPath(f, U);
|
@@ -12746,7 +12746,7 @@ var N0 = (t) => /* @__PURE__ */ Y.createElement(Y.Fragment, null, hc(t)), $0 = /
|
|
12746
12746
|
var U;
|
12747
12747
|
if (K.isComposing(f) && Promise.resolve().then(() => {
|
12748
12748
|
w(!1), Cn.set(f, !1);
|
12749
|
-
}), (U =
|
12749
|
+
}), (U = j.current) === null || U === void 0 || U.handleCompositionEnd(m), Ct(m, v.onCompositionEnd) || Dt)
|
12750
12750
|
return;
|
12751
12751
|
if (!gn && !Sm && !Ql && !Mm && !Fm && m.data) {
|
12752
12752
|
var W = Rt.get(f);
|
@@ -12762,7 +12762,7 @@ var N0 = (t) => /* @__PURE__ */ Y.createElement(Y.Fragment, null, hc(t)), $0 = /
|
|
12762
12762
|
onCompositionStart: Ve((m) => {
|
12763
12763
|
if (K.hasSelectableTarget(f, m.target)) {
|
12764
12764
|
var U;
|
12765
|
-
if ((U =
|
12765
|
+
if ((U = j.current) === null || U === void 0 || U.handleCompositionStart(m), Ct(m, v.onCompositionStart) || Dt)
|
12766
12766
|
return;
|
12767
12767
|
w(!0);
|
12768
12768
|
var {
|
@@ -12808,38 +12808,38 @@ var N0 = (t) => /* @__PURE__ */ Y.createElement(Y.Fragment, null, hc(t)), $0 = /
|
|
12808
12808
|
var Q = g.range(f, W);
|
12809
12809
|
ne.select(f, Q);
|
12810
12810
|
}
|
12811
|
-
|
12811
|
+
z.isDraggingInternally = !0, K.setFragmentData(f, m.dataTransfer, "drag");
|
12812
12812
|
}
|
12813
|
-
}, [s, f, v.onDragStart,
|
12813
|
+
}, [s, f, v.onDragStart, z]),
|
12814
12814
|
onDrop: Ve((m) => {
|
12815
12815
|
if (!s && K.hasTarget(f, m.target) && !Ct(m, v.onDrop)) {
|
12816
12816
|
m.preventDefault();
|
12817
12817
|
var U = f.selection, W = K.findEventRange(f, m), P = m.dataTransfer;
|
12818
|
-
ne.select(f, W),
|
12818
|
+
ne.select(f, W), z.isDraggingInternally && U && !q.equals(U, W) && !g.void(f, {
|
12819
12819
|
at: W,
|
12820
12820
|
voids: !0
|
12821
12821
|
}) && ne.delete(f, {
|
12822
12822
|
at: U
|
12823
12823
|
}), K.insertData(f, P), K.isFocused(f) || K.focus(f);
|
12824
12824
|
}
|
12825
|
-
}, [s, f, v.onDrop,
|
12825
|
+
}, [s, f, v.onDrop, z]),
|
12826
12826
|
onDragEnd: Ve((m) => {
|
12827
|
-
!s &&
|
12828
|
-
}, [s,
|
12827
|
+
!s && z.isDraggingInternally && v.onDragEnd && K.hasTarget(f, m.target) && v.onDragEnd(m);
|
12828
|
+
}, [s, z, v, f]),
|
12829
12829
|
onFocus: Ve((m) => {
|
12830
|
-
if (!s && !
|
12830
|
+
if (!s && !z.isUpdatingSelection && K.hasEditableTarget(f, m.target) && !Ct(m, v.onFocus)) {
|
12831
12831
|
var U = K.toDOMNode(f, f), W = K.findDocumentOrShadowRoot(f);
|
12832
|
-
if (
|
12832
|
+
if (z.latestElement = W.activeElement, kn && m.target !== U) {
|
12833
12833
|
U.focus();
|
12834
12834
|
return;
|
12835
12835
|
}
|
12836
12836
|
on.set(f, !0);
|
12837
12837
|
}
|
12838
|
-
}, [s,
|
12838
|
+
}, [s, z, f, v.onFocus]),
|
12839
12839
|
onKeyDown: Ve((m) => {
|
12840
12840
|
if (!s && K.hasEditableTarget(f, m.target)) {
|
12841
12841
|
var U;
|
12842
|
-
(U =
|
12842
|
+
(U = j.current) === null || U === void 0 || U.handleKeyDown(m);
|
12843
12843
|
var {
|
12844
12844
|
nativeEvent: W
|
12845
12845
|
} = m;
|
@@ -13175,7 +13175,7 @@ var K0 = function(e) {
|
|
13175
13175
|
}, r.apply = (l) => {
|
13176
13176
|
var c = [], p = [], d = Et.get(r);
|
13177
13177
|
if (d != null && d.length) {
|
13178
|
-
var h = d.map((
|
13178
|
+
var h = d.map((R) => Ym(R, l)).filter(Boolean);
|
13179
13179
|
Et.set(r, h);
|
13180
13180
|
}
|
13181
13181
|
var y = nn.get(r);
|
@@ -13221,14 +13221,14 @@ var K0 = function(e) {
|
|
13221
13221
|
}
|
13222
13222
|
}
|
13223
13223
|
i(l);
|
13224
|
-
for (var [
|
13225
|
-
var [
|
13226
|
-
Qr.set(
|
13224
|
+
for (var [F, V] of c) {
|
13225
|
+
var [M] = g.node(r, F);
|
13226
|
+
Qr.set(M, V);
|
13227
13227
|
}
|
13228
|
-
for (var [
|
13229
|
-
if (
|
13230
|
-
var [
|
13231
|
-
Qr.set(
|
13228
|
+
for (var [z, j] of p)
|
13229
|
+
if (z.current) {
|
13230
|
+
var [T] = g.node(r, z.current);
|
13231
|
+
Qr.set(T, j);
|
13232
13232
|
}
|
13233
13233
|
}, r.setFragmentData = (l) => {
|
13234
13234
|
var {
|
@@ -13242,22 +13242,22 @@ var K0 = function(e) {
|
|
13242
13242
|
});
|
13243
13243
|
if (!(q.isCollapsed(c) && !h)) {
|
13244
13244
|
var v = K.toDOMRange(r, c), f = v.cloneContents(), C = f.childNodes[0];
|
13245
|
-
if (f.childNodes.forEach((
|
13246
|
-
|
13245
|
+
if (f.childNodes.forEach((M) => {
|
13246
|
+
M.textContent && M.textContent.trim() !== "" && (C = M);
|
13247
13247
|
}), y) {
|
13248
13248
|
var [w] = y, b = v.cloneRange(), S = K.toDOMNode(r, w);
|
13249
13249
|
b.setEndAfter(S), f = b.cloneContents();
|
13250
13250
|
}
|
13251
|
-
if (h && (C = f.querySelector("[data-slate-spacer]")), Array.from(f.querySelectorAll("[data-slate-zero-width]")).forEach((
|
13252
|
-
var
|
13253
|
-
|
13251
|
+
if (h && (C = f.querySelector("[data-slate-spacer]")), Array.from(f.querySelectorAll("[data-slate-zero-width]")).forEach((M) => {
|
13252
|
+
var z = M.getAttribute("data-slate-zero-width") === "n";
|
13253
|
+
M.textContent = z ? `
|
13254
13254
|
` : "";
|
13255
13255
|
}), ac(C)) {
|
13256
13256
|
var D = C.ownerDocument.createElement("span");
|
13257
13257
|
D.style.whiteSpace = "pre", D.appendChild(C), f.appendChild(D), C = D;
|
13258
13258
|
}
|
13259
|
-
var E = r.getFragment(), A = JSON.stringify(E),
|
13260
|
-
C.setAttribute("data-slate-fragment",
|
13259
|
+
var E = r.getFragment(), A = JSON.stringify(E), F = window.btoa(encodeURIComponent(A));
|
13260
|
+
C.setAttribute("data-slate-fragment", F), l.setData("application/".concat(n), F);
|
13261
13261
|
var V = f.ownerDocument.createElement("div");
|
13262
13262
|
return V.appendChild(f), V.setAttribute("hidden", "true"), f.ownerDocument.body.appendChild(V), l.setData("text/html", V.innerHTML), l.setData("text/plain", sc(V)), f.ownerDocument.body.removeChild(V), l;
|
13263
13263
|
}
|
@@ -13410,31 +13410,32 @@ function pb({
|
|
13410
13410
|
name: t,
|
13411
13411
|
defaultValue: e,
|
13412
13412
|
enforceCharacterLimit: n = !1,
|
13413
|
-
|
13414
|
-
|
13415
|
-
|
13416
|
-
|
13413
|
+
onChangeCharactersCount: r,
|
13414
|
+
maxLimit: i = 2e3,
|
13415
|
+
onValueChange: a,
|
13416
|
+
onChange: o,
|
13417
|
+
isError: s
|
13417
13418
|
}) {
|
13418
|
-
const [
|
13419
|
+
const [u, l] = $(0), [c, p] = $(
|
13419
13420
|
e ? JSON.parse(e) : yu
|
13420
|
-
), [
|
13421
|
-
function
|
13422
|
-
return
|
13421
|
+
), [d, h] = $(!1), { id: y, inputRef: v, error: f } = St(), C = qe(null), w = v || C, b = s || !!f, S = qt(() => _v(K0(Nv())), []), D = Ve(Q0, []), E = Ve(J0, []);
|
13422
|
+
function A(T) {
|
13423
|
+
return T.map((R) => oe.string(R)).join("");
|
13423
13424
|
}
|
13424
|
-
function
|
13425
|
-
const R =
|
13426
|
-
|
13425
|
+
function F(T) {
|
13426
|
+
const R = A(T);
|
13427
|
+
l(R.length), r && r(R.length), !(n && R.length >= i) && (p(T), o && o(T), a && a(R), S.children = T, ne.setNodes(S, { children: T }));
|
13427
13428
|
}
|
13428
|
-
const
|
13429
|
+
const z = `arkynRichText ${b || i === u ? "errorTrue" : "errorFalse"} ${d ? "focusTrue" : "focusFalse"}`, j = i - u;
|
13429
13430
|
return /* @__PURE__ */ x.jsxs(
|
13430
13431
|
G0,
|
13431
13432
|
{
|
13432
|
-
editor:
|
13433
|
+
editor: S,
|
13433
13434
|
initialValue: e ? JSON.parse(e) : yu,
|
13434
|
-
onChange:
|
13435
|
-
onValueChange:
|
13435
|
+
onChange: F,
|
13436
|
+
onValueChange: F,
|
13436
13437
|
children: [
|
13437
|
-
/* @__PURE__ */ x.jsxs("div", { className:
|
13438
|
+
/* @__PURE__ */ x.jsxs("div", { className: z, children: [
|
13438
13439
|
/* @__PURE__ */ x.jsxs(ey, { children: [
|
13439
13440
|
/* @__PURE__ */ x.jsx(pn, { format: "headingOne", icon: ef }),
|
13440
13441
|
/* @__PURE__ */ x.jsx(pn, { format: "headingTwo", icon: tf }),
|
@@ -13452,36 +13453,34 @@ function pb({
|
|
13452
13453
|
$0,
|
13453
13454
|
{
|
13454
13455
|
className: "editorContainer",
|
13455
|
-
renderElement:
|
13456
|
-
renderLeaf:
|
13456
|
+
renderElement: E,
|
13457
|
+
renderLeaf: D,
|
13457
13458
|
spellCheck: !0,
|
13458
|
-
id:
|
13459
|
-
onFocus: () =>
|
13460
|
-
onBlur: () =>
|
13461
|
-
onKeyDown: (
|
13459
|
+
id: y,
|
13460
|
+
onFocus: () => h(!0),
|
13461
|
+
onBlur: () => h(!1),
|
13462
|
+
onKeyDown: (T) => {
|
13462
13463
|
for (const R in mu)
|
13463
|
-
if (op(R,
|
13464
|
-
|
13465
|
-
const
|
13466
|
-
Dc(
|
13464
|
+
if (op(R, T)) {
|
13465
|
+
T.preventDefault();
|
13466
|
+
const N = mu[R];
|
13467
|
+
Dc(S, N);
|
13467
13468
|
}
|
13468
13469
|
}
|
13469
13470
|
}
|
13470
13471
|
),
|
13471
|
-
|
13472
|
-
JSON.stringify(s),
|
13473
|
-
JSON.stringify(N),
|
13474
|
-
N < 0 && /* @__PURE__ */ x.jsx("div", { className: "restatesCharacters", children: N })
|
13472
|
+
j < 0 && /* @__PURE__ */ x.jsx("div", { className: "restatesCharacters", children: j })
|
13475
13473
|
] }),
|
13476
13474
|
/* @__PURE__ */ x.jsx(
|
13477
13475
|
"input",
|
13478
13476
|
{
|
13479
|
-
ref:
|
13477
|
+
ref: w,
|
13480
13478
|
type: "hidden",
|
13481
13479
|
name: t,
|
13482
|
-
value: JSON.stringify(
|
13480
|
+
value: JSON.stringify(c)
|
13483
13481
|
}
|
13484
|
-
)
|
13482
|
+
),
|
13483
|
+
/* @__PURE__ */ x.jsx("input", { type: "hidden", name: `${t}Count`, value: u })
|
13485
13484
|
]
|
13486
13485
|
}
|
13487
13486
|
);
|
@@ -13538,13 +13537,13 @@ function hb(t) {
|
|
13538
13537
|
Spinner: D,
|
13539
13538
|
name: E,
|
13540
13539
|
placeholder: A,
|
13541
|
-
onSelect:
|
13540
|
+
onSelect: F,
|
13542
13541
|
options: V,
|
13543
|
-
optionMaxHeight:
|
13544
|
-
closeOnSelect:
|
13545
|
-
...
|
13546
|
-
} = ty({ ...t, id: i, isError: u }, e), [
|
13547
|
-
function
|
13542
|
+
optionMaxHeight: M,
|
13543
|
+
closeOnSelect: z,
|
13544
|
+
...j
|
13545
|
+
} = ty({ ...t, id: i, isError: u }, e), [T, R] = $(w);
|
13546
|
+
function N() {
|
13548
13547
|
l || !(s != null && s.current) || e || (n(!0), s.current.focus());
|
13549
13548
|
}
|
13550
13549
|
function J(H) {
|
@@ -13555,13 +13554,13 @@ function hb(t) {
|
|
13555
13554
|
}
|
13556
13555
|
function te(H) {
|
13557
13556
|
const { label: ee, value: X } = H;
|
13558
|
-
|
13557
|
+
R(T !== X ? X : ""), F && F({ label: ee, value: X }), z && _();
|
13559
13558
|
}
|
13560
|
-
const ae = typeof C == "string" ? C :
|
13561
|
-
if (!e &&
|
13562
|
-
if (!e && !
|
13563
|
-
if (e &&
|
13564
|
-
if (e && !
|
13559
|
+
const ae = typeof C == "string" ? C : T, k = ((Z = V.find((H) => H.value === ae)) == null ? void 0 : Z.label) || "", I = () => {
|
13560
|
+
if (!e && k) return !0;
|
13561
|
+
if (!e && !k) return !1;
|
13562
|
+
if (e && k) return !0;
|
13563
|
+
if (e && !k) return !1;
|
13565
13564
|
};
|
13566
13565
|
return /* @__PURE__ */ x.jsxs(x.Fragment, { children: [
|
13567
13566
|
/* @__PURE__ */ x.jsxs(
|
@@ -13569,8 +13568,8 @@ function hb(t) {
|
|
13569
13568
|
{
|
13570
13569
|
title: c,
|
13571
13570
|
style: p,
|
13572
|
-
onClick:
|
13573
|
-
className: `${d} placeholder_dark_${
|
13571
|
+
onClick: N,
|
13572
|
+
className: `${d} placeholder_dark_${I()}`,
|
13574
13573
|
children: [
|
13575
13574
|
h,
|
13576
13575
|
f && /* @__PURE__ */ x.jsx(f, { size: y, strokeWidth: 2.5 }),
|
@@ -13579,9 +13578,9 @@ function hb(t) {
|
|
13579
13578
|
{
|
13580
13579
|
disabled: l,
|
13581
13580
|
readOnly: !0,
|
13582
|
-
placeholder:
|
13581
|
+
placeholder: k || A,
|
13583
13582
|
onFocus: J,
|
13584
|
-
...
|
13583
|
+
...j
|
13585
13584
|
}
|
13586
13585
|
),
|
13587
13586
|
/* @__PURE__ */ x.jsx(
|
@@ -13598,7 +13597,7 @@ function hb(t) {
|
|
13598
13597
|
"div",
|
13599
13598
|
{
|
13600
13599
|
className: "arkyn_select_content",
|
13601
|
-
style: { overflow: "auto", maxHeight:
|
13600
|
+
style: { overflow: "auto", maxHeight: M },
|
13602
13601
|
children: [
|
13603
13602
|
V.map(({ label: H, value: ee }) => /* @__PURE__ */ x.jsxs(
|
13604
13603
|
"div",
|
@@ -13676,11 +13675,11 @@ function gb(t) {
|
|
13676
13675
|
function A() {
|
13677
13676
|
i || !(C != null && C.current) || (d(!0), C.current.focus());
|
13678
13677
|
}
|
13679
|
-
function M
|
13680
|
-
d(!0), o && o(
|
13678
|
+
function F(M) {
|
13679
|
+
d(!0), o && o(M);
|
13681
13680
|
}
|
13682
|
-
function V(
|
13683
|
-
d(!1), s && s(
|
13681
|
+
function V(M) {
|
13682
|
+
d(!1), s && s(M);
|
13684
13683
|
}
|
13685
13684
|
return /* @__PURE__ */ x.jsx(
|
13686
13685
|
"section",
|
@@ -13696,7 +13695,7 @@ function gb(t) {
|
|
13696
13695
|
disabled: i,
|
13697
13696
|
readOnly: a,
|
13698
13697
|
ref: C,
|
13699
|
-
onFocus:
|
13698
|
+
onFocus: F,
|
13700
13699
|
onBlur: V,
|
13701
13700
|
...c
|
13702
13701
|
}
|
@@ -14048,19 +14047,19 @@ function yy(t, e, n) {
|
|
14048
14047
|
throw new TypeError(wc);
|
14049
14048
|
e = Du(e) || 0, ei(n) && (c = !!n.leading, p = "maxWait" in n, a = p ? gy(Du(n.maxWait) || 0, e) : a, d = "trailing" in n ? !!n.trailing : d);
|
14050
14049
|
function h(E) {
|
14051
|
-
var A = r,
|
14052
|
-
return r = i = void 0, l = E, o = t.apply(
|
14050
|
+
var A = r, F = i;
|
14051
|
+
return r = i = void 0, l = E, o = t.apply(F, A), o;
|
14053
14052
|
}
|
14054
14053
|
function y(E) {
|
14055
14054
|
return l = E, s = setTimeout(C, e), c ? h(E) : o;
|
14056
14055
|
}
|
14057
14056
|
function v(E) {
|
14058
|
-
var A = E - u,
|
14059
|
-
return p ? my(V, a -
|
14057
|
+
var A = E - u, F = E - l, V = e - A;
|
14058
|
+
return p ? my(V, a - F) : V;
|
14060
14059
|
}
|
14061
14060
|
function f(E) {
|
14062
|
-
var A = E - u,
|
14063
|
-
return u === void 0 || A >= e || A < 0 || p &&
|
14061
|
+
var A = E - u, F = E - l;
|
14062
|
+
return u === void 0 || A >= e || A < 0 || p && F >= a;
|
14064
14063
|
}
|
14065
14064
|
function C() {
|
14066
14065
|
var E = Mi();
|
@@ -14662,14 +14661,14 @@ function rC() {
|
|
14662
14661
|
}
|
14663
14662
|
}
|
14664
14663
|
}
|
14665
|
-
var D = u, E = l, A = s,
|
14664
|
+
var D = u, E = l, A = s, F = o, V = e, M = c, z = r, j = y, T = h, R = n, N = a, J = i, _ = p, te = !1;
|
14666
14665
|
function ae(G) {
|
14667
|
-
return te || (te = !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.")),
|
14666
|
+
return te || (te = !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.")), k(G) || S(G) === u;
|
14668
14667
|
}
|
14669
|
-
function
|
14668
|
+
function k(G) {
|
14670
14669
|
return S(G) === l;
|
14671
14670
|
}
|
14672
|
-
function
|
14671
|
+
function I(G) {
|
14673
14672
|
return S(G) === s;
|
14674
14673
|
}
|
14675
14674
|
function Z(G) {
|
@@ -14702,7 +14701,7 @@ function rC() {
|
|
14702
14701
|
function ie(G) {
|
14703
14702
|
return S(G) === p;
|
14704
14703
|
}
|
14705
|
-
He.AsyncMode = D, He.ConcurrentMode = E, He.ContextConsumer = A, He.ContextProvider =
|
14704
|
+
He.AsyncMode = D, He.ConcurrentMode = E, He.ContextConsumer = A, He.ContextProvider = F, He.Element = V, He.ForwardRef = M, He.Fragment = z, He.Lazy = j, He.Memo = T, He.Portal = R, He.Profiler = N, He.StrictMode = J, He.Suspense = _, He.isAsyncMode = ae, He.isConcurrentMode = k, He.isContextConsumer = I, He.isContextProvider = Z, He.isElement = H, He.isForwardRef = ee, He.isFragment = X, He.isLazy = m, He.isMemo = U, He.isPortal = W, He.isProfiler = P, He.isStrictMode = Q, He.isSuspense = ie, He.isValidElementType = b, He.typeOf = S;
|
14706
14705
|
}()), He;
|
14707
14706
|
}
|
14708
14707
|
var xu;
|
@@ -14839,10 +14838,10 @@ function oC() {
|
|
14839
14838
|
}
|
14840
14839
|
return Ii = function(s, u) {
|
14841
14840
|
var l = typeof Symbol == "function" && Symbol.iterator, c = "@@iterator";
|
14842
|
-
function p(
|
14843
|
-
var
|
14844
|
-
if (typeof
|
14845
|
-
return
|
14841
|
+
function p(k) {
|
14842
|
+
var I = k && (l && k[l] || k[c]);
|
14843
|
+
if (typeof I == "function")
|
14844
|
+
return I;
|
14846
14845
|
}
|
14847
14846
|
var d = "<<anonymous>>", h = {
|
14848
14847
|
array: C("array"),
|
@@ -14858,23 +14857,23 @@ function oC() {
|
|
14858
14857
|
element: S(),
|
14859
14858
|
elementType: D(),
|
14860
14859
|
instanceOf: E,
|
14861
|
-
node:
|
14862
|
-
objectOf:
|
14860
|
+
node: M(),
|
14861
|
+
objectOf: F,
|
14863
14862
|
oneOf: A,
|
14864
14863
|
oneOfType: V,
|
14865
|
-
shape:
|
14866
|
-
exact:
|
14864
|
+
shape: j,
|
14865
|
+
exact: T
|
14867
14866
|
};
|
14868
|
-
function y(
|
14869
|
-
return
|
14867
|
+
function y(k, I) {
|
14868
|
+
return k === I ? k !== 0 || 1 / k === 1 / I : k !== k && I !== I;
|
14870
14869
|
}
|
14871
|
-
function v(
|
14872
|
-
this.message =
|
14870
|
+
function v(k, I) {
|
14871
|
+
this.message = k, this.data = I && typeof I == "object" ? I : {}, this.stack = "";
|
14873
14872
|
}
|
14874
14873
|
v.prototype = Error.prototype;
|
14875
|
-
function f(
|
14874
|
+
function f(k) {
|
14876
14875
|
if (process.env.NODE_ENV !== "production")
|
14877
|
-
var
|
14876
|
+
var I = {}, Z = 0;
|
14878
14877
|
function H(X, m, U, W, P, Q, ie) {
|
14879
14878
|
if (W = W || d, Q = Q || U, ie !== n) {
|
14880
14879
|
if (u) {
|
@@ -14884,37 +14883,37 @@ function oC() {
|
|
14884
14883
|
throw G.name = "Invariant Violation", G;
|
14885
14884
|
} else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
|
14886
14885
|
var ce = W + ":" + U;
|
14887
|
-
!
|
14886
|
+
!I[ce] && // Avoid spamming the console because they are often not actionable except for lib authors
|
14888
14887
|
Z < 3 && (a(
|
14889
14888
|
"You are manually calling a React.PropTypes validation function for the `" + Q + "` prop on `" + W + "`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."
|
14890
|
-
),
|
14889
|
+
), I[ce] = !0, Z++);
|
14891
14890
|
}
|
14892
14891
|
}
|
14893
|
-
return m[U] == null ? X ? m[U] === null ? new v("The " + P + " `" + Q + "` is marked as required " + ("in `" + W + "`, but its value is `null`.")) : new v("The " + P + " `" + Q + "` is marked as required in " + ("`" + W + "`, but its value is `undefined`.")) : null :
|
14892
|
+
return m[U] == null ? X ? m[U] === null ? new v("The " + P + " `" + Q + "` is marked as required " + ("in `" + W + "`, but its value is `null`.")) : new v("The " + P + " `" + Q + "` is marked as required in " + ("`" + W + "`, but its value is `undefined`.")) : null : k(m, U, W, P, Q);
|
14894
14893
|
}
|
14895
14894
|
var ee = H.bind(null, !1);
|
14896
14895
|
return ee.isRequired = H.bind(null, !0), ee;
|
14897
14896
|
}
|
14898
|
-
function C(
|
14899
|
-
function
|
14897
|
+
function C(k) {
|
14898
|
+
function I(Z, H, ee, X, m, U) {
|
14900
14899
|
var W = Z[H], P = J(W);
|
14901
|
-
if (P !==
|
14900
|
+
if (P !== k) {
|
14902
14901
|
var Q = _(W);
|
14903
14902
|
return new v(
|
14904
|
-
"Invalid " + X + " `" + m + "` of type " + ("`" + Q + "` supplied to `" + ee + "`, expected ") + ("`" +
|
14905
|
-
{ expectedType:
|
14903
|
+
"Invalid " + X + " `" + m + "` of type " + ("`" + Q + "` supplied to `" + ee + "`, expected ") + ("`" + k + "`."),
|
14904
|
+
{ expectedType: k }
|
14906
14905
|
);
|
14907
14906
|
}
|
14908
14907
|
return null;
|
14909
14908
|
}
|
14910
|
-
return f(
|
14909
|
+
return f(I);
|
14911
14910
|
}
|
14912
14911
|
function w() {
|
14913
14912
|
return f(o);
|
14914
14913
|
}
|
14915
|
-
function b(
|
14916
|
-
function
|
14917
|
-
if (typeof
|
14914
|
+
function b(k) {
|
14915
|
+
function I(Z, H, ee, X, m) {
|
14916
|
+
if (typeof k != "function")
|
14918
14917
|
return new v("Property `" + m + "` of component `" + ee + "` has invalid PropType notation inside arrayOf.");
|
14919
14918
|
var U = Z[H];
|
14920
14919
|
if (!Array.isArray(U)) {
|
@@ -14922,93 +14921,93 @@ function oC() {
|
|
14922
14921
|
return new v("Invalid " + X + " `" + m + "` of type " + ("`" + W + "` supplied to `" + ee + "`, expected an array."));
|
14923
14922
|
}
|
14924
14923
|
for (var P = 0; P < U.length; P++) {
|
14925
|
-
var Q =
|
14924
|
+
var Q = k(U, P, ee, X, m + "[" + P + "]", n);
|
14926
14925
|
if (Q instanceof Error)
|
14927
14926
|
return Q;
|
14928
14927
|
}
|
14929
14928
|
return null;
|
14930
14929
|
}
|
14931
|
-
return f(
|
14930
|
+
return f(I);
|
14932
14931
|
}
|
14933
14932
|
function S() {
|
14934
|
-
function
|
14935
|
-
var m =
|
14933
|
+
function k(I, Z, H, ee, X) {
|
14934
|
+
var m = I[Z];
|
14936
14935
|
if (!s(m)) {
|
14937
14936
|
var U = J(m);
|
14938
14937
|
return new v("Invalid " + ee + " `" + X + "` of type " + ("`" + U + "` supplied to `" + H + "`, expected a single ReactElement."));
|
14939
14938
|
}
|
14940
14939
|
return null;
|
14941
14940
|
}
|
14942
|
-
return f(
|
14941
|
+
return f(k);
|
14943
14942
|
}
|
14944
14943
|
function D() {
|
14945
|
-
function
|
14946
|
-
var m =
|
14944
|
+
function k(I, Z, H, ee, X) {
|
14945
|
+
var m = I[Z];
|
14947
14946
|
if (!t.isValidElementType(m)) {
|
14948
14947
|
var U = J(m);
|
14949
14948
|
return new v("Invalid " + ee + " `" + X + "` of type " + ("`" + U + "` supplied to `" + H + "`, expected a single ReactElement type."));
|
14950
14949
|
}
|
14951
14950
|
return null;
|
14952
14951
|
}
|
14953
|
-
return f(
|
14952
|
+
return f(k);
|
14954
14953
|
}
|
14955
|
-
function E(
|
14956
|
-
function
|
14957
|
-
if (!(Z[H] instanceof
|
14958
|
-
var U =
|
14954
|
+
function E(k) {
|
14955
|
+
function I(Z, H, ee, X, m) {
|
14956
|
+
if (!(Z[H] instanceof k)) {
|
14957
|
+
var U = k.name || d, W = ae(Z[H]);
|
14959
14958
|
return new v("Invalid " + X + " `" + m + "` of type " + ("`" + W + "` supplied to `" + ee + "`, expected ") + ("instance of `" + U + "`."));
|
14960
14959
|
}
|
14961
14960
|
return null;
|
14962
14961
|
}
|
14963
|
-
return f(
|
14962
|
+
return f(I);
|
14964
14963
|
}
|
14965
|
-
function A(
|
14966
|
-
if (!Array.isArray(
|
14964
|
+
function A(k) {
|
14965
|
+
if (!Array.isArray(k))
|
14967
14966
|
return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? a(
|
14968
14967
|
"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])."
|
14969
14968
|
) : a("Invalid argument supplied to oneOf, expected an array.")), o;
|
14970
|
-
function
|
14971
|
-
for (var U = Z[H], W = 0; W <
|
14972
|
-
if (y(U,
|
14969
|
+
function I(Z, H, ee, X, m) {
|
14970
|
+
for (var U = Z[H], W = 0; W < k.length; W++)
|
14971
|
+
if (y(U, k[W]))
|
14973
14972
|
return null;
|
14974
|
-
var P = JSON.stringify(
|
14973
|
+
var P = JSON.stringify(k, function(ie, G) {
|
14975
14974
|
var ce = _(G);
|
14976
14975
|
return ce === "symbol" ? String(G) : G;
|
14977
14976
|
});
|
14978
14977
|
return new v("Invalid " + X + " `" + m + "` of value `" + String(U) + "` " + ("supplied to `" + ee + "`, expected one of " + P + "."));
|
14979
14978
|
}
|
14980
|
-
return f(
|
14979
|
+
return f(I);
|
14981
14980
|
}
|
14982
|
-
function
|
14983
|
-
function
|
14984
|
-
if (typeof
|
14981
|
+
function F(k) {
|
14982
|
+
function I(Z, H, ee, X, m) {
|
14983
|
+
if (typeof k != "function")
|
14985
14984
|
return new v("Property `" + m + "` of component `" + ee + "` has invalid PropType notation inside objectOf.");
|
14986
14985
|
var U = Z[H], W = J(U);
|
14987
14986
|
if (W !== "object")
|
14988
14987
|
return new v("Invalid " + X + " `" + m + "` of type " + ("`" + W + "` supplied to `" + ee + "`, expected an object."));
|
14989
14988
|
for (var P in U)
|
14990
14989
|
if (r(U, P)) {
|
14991
|
-
var Q =
|
14990
|
+
var Q = k(U, P, ee, X, m + "." + P, n);
|
14992
14991
|
if (Q instanceof Error)
|
14993
14992
|
return Q;
|
14994
14993
|
}
|
14995
14994
|
return null;
|
14996
14995
|
}
|
14997
|
-
return f(
|
14996
|
+
return f(I);
|
14998
14997
|
}
|
14999
|
-
function V(
|
15000
|
-
if (!Array.isArray(
|
14998
|
+
function V(k) {
|
14999
|
+
if (!Array.isArray(k))
|
15001
15000
|
return process.env.NODE_ENV !== "production" && a("Invalid argument supplied to oneOfType, expected an instance of array."), o;
|
15002
|
-
for (var
|
15003
|
-
var Z =
|
15001
|
+
for (var I = 0; I < k.length; I++) {
|
15002
|
+
var Z = k[I];
|
15004
15003
|
if (typeof Z != "function")
|
15005
15004
|
return a(
|
15006
|
-
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + te(Z) + " at index " +
|
15005
|
+
"Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + te(Z) + " at index " + I + "."
|
15007
15006
|
), o;
|
15008
15007
|
}
|
15009
15008
|
function H(ee, X, m, U, W) {
|
15010
|
-
for (var P = [], Q = 0; Q <
|
15011
|
-
var ie =
|
15009
|
+
for (var P = [], Q = 0; Q < k.length; Q++) {
|
15010
|
+
var ie = k[Q], G = ie(ee, X, m, U, W, n);
|
15012
15011
|
if (G == null)
|
15013
15012
|
return null;
|
15014
15013
|
G.data && r(G.data, "expectedType") && P.push(G.data.expectedType);
|
@@ -15018,48 +15017,48 @@ function oC() {
|
|
15018
15017
|
}
|
15019
15018
|
return f(H);
|
15020
15019
|
}
|
15021
|
-
function
|
15022
|
-
function
|
15023
|
-
return I
|
15020
|
+
function M() {
|
15021
|
+
function k(I, Z, H, ee, X) {
|
15022
|
+
return R(I[Z]) ? null : new v("Invalid " + ee + " `" + X + "` supplied to " + ("`" + H + "`, expected a ReactNode."));
|
15024
15023
|
}
|
15025
|
-
return f(
|
15024
|
+
return f(k);
|
15026
15025
|
}
|
15027
|
-
function
|
15026
|
+
function z(k, I, Z, H, ee) {
|
15028
15027
|
return new v(
|
15029
|
-
(
|
15028
|
+
(k || "React class") + ": " + I + " type `" + Z + "." + H + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + ee + "`."
|
15030
15029
|
);
|
15031
15030
|
}
|
15032
|
-
function k
|
15033
|
-
function
|
15031
|
+
function j(k) {
|
15032
|
+
function I(Z, H, ee, X, m) {
|
15034
15033
|
var U = Z[H], W = J(U);
|
15035
15034
|
if (W !== "object")
|
15036
15035
|
return new v("Invalid " + X + " `" + m + "` of type `" + W + "` " + ("supplied to `" + ee + "`, expected `object`."));
|
15037
|
-
for (var P in
|
15038
|
-
var Q =
|
15036
|
+
for (var P in k) {
|
15037
|
+
var Q = k[P];
|
15039
15038
|
if (typeof Q != "function")
|
15040
|
-
return
|
15039
|
+
return z(ee, X, m, P, _(Q));
|
15041
15040
|
var ie = Q(U, P, ee, X, m + "." + P, n);
|
15042
15041
|
if (ie)
|
15043
15042
|
return ie;
|
15044
15043
|
}
|
15045
15044
|
return null;
|
15046
15045
|
}
|
15047
|
-
return f(
|
15046
|
+
return f(I);
|
15048
15047
|
}
|
15049
|
-
function
|
15050
|
-
function
|
15048
|
+
function T(k) {
|
15049
|
+
function I(Z, H, ee, X, m) {
|
15051
15050
|
var U = Z[H], W = J(U);
|
15052
15051
|
if (W !== "object")
|
15053
15052
|
return new v("Invalid " + X + " `" + m + "` of type `" + W + "` " + ("supplied to `" + ee + "`, expected `object`."));
|
15054
|
-
var P = e({}, Z[H],
|
15053
|
+
var P = e({}, Z[H], k);
|
15055
15054
|
for (var Q in P) {
|
15056
|
-
var ie =
|
15057
|
-
if (r(
|
15058
|
-
return
|
15055
|
+
var ie = k[Q];
|
15056
|
+
if (r(k, Q) && typeof ie != "function")
|
15057
|
+
return z(ee, X, m, Q, _(ie));
|
15059
15058
|
if (!ie)
|
15060
15059
|
return new v(
|
15061
15060
|
"Invalid " + X + " `" + m + "` key `" + Q + "` supplied to `" + ee + "`.\nBad object: " + JSON.stringify(Z[H], null, " ") + `
|
15062
|
-
Valid keys: ` + JSON.stringify(Object.keys(
|
15061
|
+
Valid keys: ` + JSON.stringify(Object.keys(k), null, " ")
|
15063
15062
|
);
|
15064
15063
|
var G = ie(U, Q, ee, X, m + "." + Q, n);
|
15065
15064
|
if (G)
|
@@ -15067,32 +15066,32 @@ Valid keys: ` + JSON.stringify(Object.keys(T), null, " ")
|
|
15067
15066
|
}
|
15068
15067
|
return null;
|
15069
15068
|
}
|
15070
|
-
return f(
|
15069
|
+
return f(I);
|
15071
15070
|
}
|
15072
|
-
function
|
15073
|
-
switch (typeof
|
15071
|
+
function R(k) {
|
15072
|
+
switch (typeof k) {
|
15074
15073
|
case "number":
|
15075
15074
|
case "string":
|
15076
15075
|
case "undefined":
|
15077
15076
|
return !0;
|
15078
15077
|
case "boolean":
|
15079
|
-
return !
|
15078
|
+
return !k;
|
15080
15079
|
case "object":
|
15081
|
-
if (Array.isArray(
|
15082
|
-
return
|
15083
|
-
if (
|
15080
|
+
if (Array.isArray(k))
|
15081
|
+
return k.every(R);
|
15082
|
+
if (k === null || s(k))
|
15084
15083
|
return !0;
|
15085
|
-
var
|
15086
|
-
if (
|
15087
|
-
var Z =
|
15088
|
-
if (
|
15084
|
+
var I = p(k);
|
15085
|
+
if (I) {
|
15086
|
+
var Z = I.call(k), H;
|
15087
|
+
if (I !== k.entries) {
|
15089
15088
|
for (; !(H = Z.next()).done; )
|
15090
|
-
if (!
|
15089
|
+
if (!R(H.value))
|
15091
15090
|
return !1;
|
15092
15091
|
} else
|
15093
15092
|
for (; !(H = Z.next()).done; ) {
|
15094
15093
|
var ee = H.value;
|
15095
|
-
if (ee && !
|
15094
|
+
if (ee && !R(ee[1]))
|
15096
15095
|
return !1;
|
15097
15096
|
}
|
15098
15097
|
} else
|
@@ -15102,41 +15101,41 @@ Valid keys: ` + JSON.stringify(Object.keys(T), null, " ")
|
|
15102
15101
|
return !1;
|
15103
15102
|
}
|
15104
15103
|
}
|
15105
|
-
function
|
15106
|
-
return
|
15104
|
+
function N(k, I) {
|
15105
|
+
return k === "symbol" ? !0 : I ? I["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && I instanceof Symbol : !1;
|
15107
15106
|
}
|
15108
|
-
function J(
|
15109
|
-
var
|
15110
|
-
return Array.isArray(
|
15107
|
+
function J(k) {
|
15108
|
+
var I = typeof k;
|
15109
|
+
return Array.isArray(k) ? "array" : k instanceof RegExp ? "object" : N(I, k) ? "symbol" : I;
|
15111
15110
|
}
|
15112
|
-
function _(
|
15113
|
-
if (typeof
|
15114
|
-
return "" +
|
15115
|
-
var
|
15116
|
-
if (
|
15117
|
-
if (
|
15111
|
+
function _(k) {
|
15112
|
+
if (typeof k > "u" || k === null)
|
15113
|
+
return "" + k;
|
15114
|
+
var I = J(k);
|
15115
|
+
if (I === "object") {
|
15116
|
+
if (k instanceof Date)
|
15118
15117
|
return "date";
|
15119
|
-
if (
|
15118
|
+
if (k instanceof RegExp)
|
15120
15119
|
return "regexp";
|
15121
15120
|
}
|
15122
|
-
return
|
15121
|
+
return I;
|
15123
15122
|
}
|
15124
|
-
function te(
|
15125
|
-
var
|
15126
|
-
switch (
|
15123
|
+
function te(k) {
|
15124
|
+
var I = _(k);
|
15125
|
+
switch (I) {
|
15127
15126
|
case "array":
|
15128
15127
|
case "object":
|
15129
|
-
return "an " +
|
15128
|
+
return "an " + I;
|
15130
15129
|
case "boolean":
|
15131
15130
|
case "date":
|
15132
15131
|
case "regexp":
|
15133
|
-
return "a " +
|
15132
|
+
return "a " + I;
|
15134
15133
|
default:
|
15135
|
-
return
|
15134
|
+
return I;
|
15136
15135
|
}
|
15137
15136
|
}
|
15138
|
-
function ae(
|
15139
|
-
return !
|
15137
|
+
function ae(k) {
|
15138
|
+
return !k.constructor || !k.constructor.name ? d : k.constructor.name;
|
15140
15139
|
}
|
15141
15140
|
return h.checkPropTypes = i, h.resetWarningCache = i.resetWarningCache, h.PropTypes = h, h;
|
15142
15141
|
}, Ii;
|
@@ -15377,8 +15376,8 @@ fr.default = function(t, e) {
|
|
15377
15376
|
} else {
|
15378
15377
|
var D = 0, E = 0, A = 0;
|
15379
15378
|
if (l.getBoundingClientRect) {
|
15380
|
-
var
|
15381
|
-
A =
|
15379
|
+
var F = l.getBoundingClientRect();
|
15380
|
+
A = F.top;
|
15382
15381
|
}
|
15383
15382
|
if (!d || o.props.isDynamic) {
|
15384
15383
|
if (d = n.get(p), !d)
|
@@ -15386,21 +15385,21 @@ fr.default = function(t, e) {
|
|
15386
15385
|
var V = d.getBoundingClientRect();
|
15387
15386
|
D = V.top - A + u, E = D + V.height;
|
15388
15387
|
}
|
15389
|
-
var
|
15390
|
-
h =
|
15388
|
+
var M = u - o.props.offset;
|
15389
|
+
h = M >= Math.floor(D) && M < Math.floor(E), y = M < Math.floor(D) || M >= Math.floor(E);
|
15391
15390
|
}
|
15392
|
-
var
|
15391
|
+
var z = n.getActiveLink();
|
15393
15392
|
if (y) {
|
15394
|
-
if (p ===
|
15395
|
-
var
|
15396
|
-
Xt.default.changeHash("",
|
15393
|
+
if (p === z && n.setActiveLink(void 0), o.props.hashSpy && Xt.default.getHash() === p) {
|
15394
|
+
var j = o.props.saveHashHistory, T = j === void 0 ? !1 : j;
|
15395
|
+
Xt.default.changeHash("", T);
|
15397
15396
|
}
|
15398
15397
|
o.props.spy && o.state.active && (o.setState({ active: !1 }), o.props.onSetInactive && o.props.onSetInactive(p, d));
|
15399
15398
|
}
|
15400
|
-
if (h && (
|
15399
|
+
if (h && (z !== p || o.state.active === !1)) {
|
15401
15400
|
n.setActiveLink(p);
|
15402
|
-
var
|
15403
|
-
o.props.hashSpy && Xt.default.changeHash(p,
|
15401
|
+
var R = o.props.saveHashHistory, N = R === void 0 ? !1 : R;
|
15402
|
+
o.props.hashSpy && Xt.default.changeHash(p, N), o.props.spy && (o.setState({ active: !0 }), o.props.onSetActive && o.props.onSetActive(p, d));
|
15404
15403
|
}
|
15405
15404
|
}
|
15406
15405
|
};
|
@@ -16047,11 +16046,11 @@ function RD(...t) {
|
|
16047
16046
|
}
|
16048
16047
|
var jD = (t) => {
|
16049
16048
|
var e, n, r, i, a, o, s, u, l, c;
|
16050
|
-
let { invert: p, toast: d, unstyled: h, interacting: y, setHeights: v, visibleToasts: f, heights: C, index: w, toasts: b, expanded: S, removeToast: D, defaultRichColors: E, closeButton: A, style:
|
16049
|
+
let { invert: p, toast: d, unstyled: h, interacting: y, setHeights: v, visibleToasts: f, heights: C, index: w, toasts: b, expanded: S, removeToast: D, defaultRichColors: E, closeButton: A, style: F, cancelButtonStyle: V, actionButtonStyle: M, className: z = "", descriptionClassName: j = "", duration: T, position: R, gap: N, loadingIcon: J, expandByDefault: _, classNames: te, icons: ae, closeButtonAriaLabel: k = "Close toast", pauseWhenPageIsHidden: I, cn: Z } = t, [H, ee] = Y.useState(!1), [X, m] = Y.useState(!1), [U, W] = Y.useState(!1), [P, Q] = Y.useState(!1), [ie, G] = Y.useState(0), [ce, se] = Y.useState(0), he = Y.useRef(null), ve = Y.useRef(null), De = w === 0, Ce = w + 1 <= f, me = d.type, ge = d.dismissible !== !1, Ie = d.className || "", le = d.descriptionClassName || "", Ne = Y.useMemo(() => C.findIndex((Ee) => Ee.toastId === d.id) || 0, [C, d.id]), pe = Y.useMemo(() => {
|
16051
16050
|
var Ee;
|
16052
16051
|
return (Ee = d.closeButton) != null ? Ee : A;
|
16053
|
-
}, [d.closeButton, A]), Be = Y.useMemo(() => d.duration ||
|
16054
|
-
We.current = Y.useMemo(() => Ne *
|
16052
|
+
}, [d.closeButton, A]), Be = Y.useMemo(() => d.duration || T || FD, [d.duration, T]), Me = Y.useRef(0), We = Y.useRef(0), Ye = Y.useRef(0), we = Y.useRef(null), [dt, ct] = R.split("-"), kt = Y.useMemo(() => C.reduce((Ee, Te, Re) => Re >= Ne ? Ee : Ee + Te.height, 0), [C, Ne]), mt = DD(), Bt = d.invert || p, jt = me === "loading";
|
16053
|
+
We.current = Y.useMemo(() => Ne * N + kt, [Ne, kt]), Y.useEffect(() => {
|
16055
16054
|
ee(!0);
|
16056
16055
|
}, []), Y.useLayoutEffect(() => {
|
16057
16056
|
if (!H) return;
|
@@ -16068,7 +16067,7 @@ var jD = (t) => {
|
|
16068
16067
|
Y.useEffect(() => {
|
16069
16068
|
if (d.promise && me === "loading" || d.duration === 1 / 0 || d.type === "loading") return;
|
16070
16069
|
let Ee, Te = Be;
|
16071
|
-
return S || y ||
|
16070
|
+
return S || y || I && mt ? (() => {
|
16072
16071
|
if (Ye.current < Me.current) {
|
16073
16072
|
let Re = (/* @__PURE__ */ new Date()).getTime() - Me.current;
|
16074
16073
|
Te = Te - Re;
|
@@ -16078,7 +16077,7 @@ var jD = (t) => {
|
|
16078
16077
|
var Re;
|
16079
16078
|
(Re = d.onAutoClose) == null || Re.call(d, d), yt();
|
16080
16079
|
}, Te)), () => clearTimeout(Ee);
|
16081
|
-
}, [S, y, _, d, Be, yt, d.promise, me,
|
16080
|
+
}, [S, y, _, d, Be, yt, d.promise, me, I, mt]), Y.useEffect(() => {
|
16082
16081
|
let Ee = ve.current;
|
16083
16082
|
if (Ee) {
|
16084
16083
|
let Te = Ee.getBoundingClientRect().height;
|
@@ -16090,7 +16089,7 @@ var jD = (t) => {
|
|
16090
16089
|
function Yt() {
|
16091
16090
|
return ae != null && ae.loading ? Y.createElement("div", { className: "sonner-loader", "data-visible": me === "loading" }, ae.loading) : J ? Y.createElement("div", { className: "sonner-loader", "data-visible": me === "loading" }, J) : Y.createElement(vD, { visible: me === "loading" });
|
16092
16091
|
}
|
16093
|
-
return Y.createElement("li", { "aria-live": d.important ? "assertive" : "polite", "aria-atomic": "true", role: "status", tabIndex: 0, ref: ve, className: Z(
|
16092
|
+
return Y.createElement("li", { "aria-live": d.important ? "assertive" : "polite", "aria-atomic": "true", role: "status", tabIndex: 0, ref: ve, className: Z(z, Ie, te == null ? void 0 : te.toast, (e = d == null ? void 0 : d.classNames) == null ? void 0 : e.toast, te == null ? void 0 : te.default, te == null ? void 0 : te[me], (n = d == null ? void 0 : d.classNames) == null ? void 0 : n[me]), "data-sonner-toast": "", "data-rich-colors": (r = d.richColors) != null ? r : E, "data-styled": !(d.jsx || d.unstyled || h), "data-mounted": H, "data-promise": !!d.promise, "data-removed": X, "data-visible": Ce, "data-y-position": dt, "data-x-position": ct, "data-index": w, "data-front": De, "data-swiping": U, "data-dismissible": ge, "data-type": me, "data-invert": Bt, "data-swipe-out": P, "data-expanded": !!(S || _ && H), style: { "--index": w, "--toasts-before": w, "--z-index": b.length - w, "--offset": `${X ? ie : We.current}px`, "--initial-height": _ ? "auto" : `${ce}px`, ...F, ...d.style }, onPointerDown: (Ee) => {
|
16094
16093
|
jt || !ge || (he.current = /* @__PURE__ */ new Date(), G(We.current), Ee.target.setPointerCapture(Ee.pointerId), Ee.target.tagName !== "BUTTON" && (W(!0), we.current = { x: Ee.clientX, y: Ee.clientY }));
|
16095
16094
|
}, onPointerUp: () => {
|
16096
16095
|
var Ee, Te, Re, ot;
|
@@ -16107,14 +16106,14 @@ var jD = (t) => {
|
|
16107
16106
|
if (!we.current || !ge) return;
|
16108
16107
|
let Re = Ee.clientY - we.current.y, ot = Ee.clientX - we.current.x, ft = (dt === "top" ? Math.min : Math.max)(0, Re), Tt = Ee.pointerType === "touch" ? 10 : 2;
|
16109
16108
|
Math.abs(ft) > Tt ? (Te = ve.current) == null || Te.style.setProperty("--swipe-amount", `${Re}px`) : Math.abs(ot) > Tt && (we.current = null);
|
16110
|
-
} }, pe && !d.jsx ? Y.createElement("button", { "aria-label":
|
16109
|
+
} }, pe && !d.jsx ? Y.createElement("button", { "aria-label": k, "data-disabled": jt, "data-close-button": !0, onClick: jt || !ge ? () => {
|
16111
16110
|
} : () => {
|
16112
16111
|
var Ee;
|
16113
16112
|
yt(), (Ee = d.onDismiss) == null || Ee.call(d, d);
|
16114
|
-
}, className: Z(te == null ? void 0 : te.closeButton, (i = d == null ? void 0 : d.classNames) == null ? void 0 : i.closeButton) }, Y.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "12", height: "12", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, Y.createElement("line", { x1: "18", y1: "6", x2: "6", y2: "18" }), Y.createElement("line", { x1: "6", y1: "6", x2: "18", y2: "18" }))) : null, d.jsx || Y.isValidElement(d.title) ? d.jsx || d.title : Y.createElement(Y.Fragment, null, me || d.icon || d.promise ? Y.createElement("div", { "data-icon": "", className: Z(te == null ? void 0 : te.icon, (a = d == null ? void 0 : d.classNames) == null ? void 0 : a.icon) }, d.promise || d.type === "loading" && !d.icon ? d.icon || Yt() : null, d.type !== "loading" ? d.icon || (ae == null ? void 0 : ae[me]) || pD(me) : null) : null, Y.createElement("div", { "data-content": "", className: Z(te == null ? void 0 : te.content, (o = d == null ? void 0 : d.classNames) == null ? void 0 : o.content) }, Y.createElement("div", { "data-title": "", className: Z(te == null ? void 0 : te.title, (s = d == null ? void 0 : d.classNames) == null ? void 0 : s.title) }, d.title), d.description ? Y.createElement("div", { "data-description": "", className: Z(
|
16113
|
+
}, className: Z(te == null ? void 0 : te.closeButton, (i = d == null ? void 0 : d.classNames) == null ? void 0 : i.closeButton) }, Y.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "12", height: "12", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, Y.createElement("line", { x1: "18", y1: "6", x2: "6", y2: "18" }), Y.createElement("line", { x1: "6", y1: "6", x2: "18", y2: "18" }))) : null, d.jsx || Y.isValidElement(d.title) ? d.jsx || d.title : Y.createElement(Y.Fragment, null, me || d.icon || d.promise ? Y.createElement("div", { "data-icon": "", className: Z(te == null ? void 0 : te.icon, (a = d == null ? void 0 : d.classNames) == null ? void 0 : a.icon) }, d.promise || d.type === "loading" && !d.icon ? d.icon || Yt() : null, d.type !== "loading" ? d.icon || (ae == null ? void 0 : ae[me]) || pD(me) : null) : null, Y.createElement("div", { "data-content": "", className: Z(te == null ? void 0 : te.content, (o = d == null ? void 0 : d.classNames) == null ? void 0 : o.content) }, Y.createElement("div", { "data-title": "", className: Z(te == null ? void 0 : te.title, (s = d == null ? void 0 : d.classNames) == null ? void 0 : s.title) }, d.title), d.description ? Y.createElement("div", { "data-description": "", className: Z(j, le, te == null ? void 0 : te.description, (u = d == null ? void 0 : d.classNames) == null ? void 0 : u.description) }, d.description) : null), Y.isValidElement(d.cancel) ? d.cancel : d.cancel && $r(d.cancel) ? Y.createElement("button", { "data-button": !0, "data-cancel": !0, style: d.cancelButtonStyle || V, onClick: (Ee) => {
|
16115
16114
|
var Te, Re;
|
16116
16115
|
$r(d.cancel) && ge && ((Re = (Te = d.cancel).onClick) == null || Re.call(Te, Ee), yt());
|
16117
|
-
}, className: Z(te == null ? void 0 : te.cancelButton, (l = d == null ? void 0 : d.classNames) == null ? void 0 : l.cancelButton) }, d.cancel.label) : null, Y.isValidElement(d.action) ? d.action : d.action && $r(d.action) ? Y.createElement("button", { "data-button": !0, "data-action": !0, style: d.actionButtonStyle ||
|
16116
|
+
}, className: Z(te == null ? void 0 : te.cancelButton, (l = d == null ? void 0 : d.classNames) == null ? void 0 : l.cancelButton) }, d.cancel.label) : null, Y.isValidElement(d.action) ? d.action : d.action && $r(d.action) ? Y.createElement("button", { "data-button": !0, "data-action": !0, style: d.actionButtonStyle || M, onClick: (Ee) => {
|
16118
16117
|
var Te, Re;
|
16119
16118
|
$r(d.action) && (Ee.defaultPrevented || ((Re = (Te = d.action).onClick) == null || Re.call(Te, Ee), yt()));
|
16120
16119
|
}, className: Z(te == null ? void 0 : te.actionButton, (c = d == null ? void 0 : d.classNames) == null ? void 0 : c.actionButton) }, d.action.label) : null));
|
@@ -16125,57 +16124,57 @@ function Yu() {
|
|
16125
16124
|
return t === "auto" || !t ? window.getComputedStyle(document.documentElement).direction : t;
|
16126
16125
|
}
|
16127
16126
|
var ID = (t) => {
|
16128
|
-
let { invert: e, position: n = "bottom-right", hotkey: r = ["altKey", "KeyT"], expand: i, closeButton: a, className: o, offset: s, theme: u = "light", richColors: l, duration: c, style: p, visibleToasts: d = OD, toastOptions: h, dir: y = Yu(), gap: v = PD, loadingIcon: f, icons: C, containerAriaLabel: w = "Notifications", pauseWhenPageIsHidden: b, cn: S = RD } = t, [D, E] = Y.useState([]), A = Y.useMemo(() => Array.from(new Set([n].concat(D.filter((
|
16127
|
+
let { invert: e, position: n = "bottom-right", hotkey: r = ["altKey", "KeyT"], expand: i, closeButton: a, className: o, offset: s, theme: u = "light", richColors: l, duration: c, style: p, visibleToasts: d = OD, toastOptions: h, dir: y = Yu(), gap: v = PD, loadingIcon: f, icons: C, containerAriaLabel: w = "Notifications", pauseWhenPageIsHidden: b, cn: S = RD } = t, [D, E] = Y.useState([]), A = Y.useMemo(() => Array.from(new Set([n].concat(D.filter((I) => I.position).map((I) => I.position)))), [D, n]), [F, V] = Y.useState([]), [M, z] = Y.useState(!1), [j, T] = Y.useState(!1), [R, N] = Y.useState(u !== "system" ? u : typeof window < "u" && window.matchMedia && window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light"), J = Y.useRef(null), _ = r.join("+").replace(/Key/g, "").replace(/Digit/g, ""), te = Y.useRef(null), ae = Y.useRef(!1), k = Y.useCallback((I) => {
|
16129
16128
|
var Z;
|
16130
|
-
(Z = D.find((H) => H.id ===
|
16129
|
+
(Z = D.find((H) => H.id === I.id)) != null && Z.delete || xt.dismiss(I.id), E((H) => H.filter(({ id: ee }) => ee !== I.id));
|
16131
16130
|
}, [D]);
|
16132
|
-
return Y.useEffect(() => xt.subscribe((
|
16133
|
-
if (
|
16134
|
-
E((Z) => Z.map((H) => H.id ===
|
16131
|
+
return Y.useEffect(() => xt.subscribe((I) => {
|
16132
|
+
if (I.dismiss) {
|
16133
|
+
E((Z) => Z.map((H) => H.id === I.id ? { ...H, delete: !0 } : H));
|
16135
16134
|
return;
|
16136
16135
|
}
|
16137
16136
|
setTimeout(() => {
|
16138
16137
|
ga.flushSync(() => {
|
16139
16138
|
E((Z) => {
|
16140
|
-
let H = Z.findIndex((ee) => ee.id ===
|
16141
|
-
return H !== -1 ? [...Z.slice(0, H), { ...Z[H], ...
|
16139
|
+
let H = Z.findIndex((ee) => ee.id === I.id);
|
16140
|
+
return H !== -1 ? [...Z.slice(0, H), { ...Z[H], ...I }, ...Z.slice(H + 1)] : [I, ...Z];
|
16142
16141
|
});
|
16143
16142
|
});
|
16144
16143
|
});
|
16145
16144
|
}), []), Y.useEffect(() => {
|
16146
16145
|
if (u !== "system") {
|
16147
|
-
|
16146
|
+
N(u);
|
16148
16147
|
return;
|
16149
16148
|
}
|
16150
|
-
u === "system" && (window.matchMedia && window.matchMedia("(prefers-color-scheme: dark)").matches ?
|
16151
|
-
|
16149
|
+
u === "system" && (window.matchMedia && window.matchMedia("(prefers-color-scheme: dark)").matches ? N("dark") : N("light")), typeof window < "u" && window.matchMedia("(prefers-color-scheme: dark)").addEventListener("change", ({ matches: I }) => {
|
16150
|
+
N(I ? "dark" : "light");
|
16152
16151
|
});
|
16153
16152
|
}, [u]), Y.useEffect(() => {
|
16154
|
-
D.length <= 1 &&
|
16153
|
+
D.length <= 1 && z(!1);
|
16155
16154
|
}, [D]), Y.useEffect(() => {
|
16156
|
-
let
|
16155
|
+
let I = (Z) => {
|
16157
16156
|
var H, ee;
|
16158
|
-
r.every((X) => Z[X] || Z.code === X) && (
|
16157
|
+
r.every((X) => Z[X] || Z.code === X) && (z(!0), (H = J.current) == null || H.focus()), Z.code === "Escape" && (document.activeElement === J.current || (ee = J.current) != null && ee.contains(document.activeElement)) && z(!1);
|
16159
16158
|
};
|
16160
|
-
return document.addEventListener("keydown",
|
16159
|
+
return document.addEventListener("keydown", I), () => document.removeEventListener("keydown", I);
|
16161
16160
|
}, [r]), Y.useEffect(() => {
|
16162
16161
|
if (J.current) return () => {
|
16163
16162
|
te.current && (te.current.focus({ preventScroll: !0 }), te.current = null, ae.current = !1);
|
16164
16163
|
};
|
16165
|
-
}, [J.current]), D.length ? Y.createElement("section", { "aria-label": `${w} ${_}`, tabIndex: -1 }, A.map((
|
16164
|
+
}, [J.current]), D.length ? Y.createElement("section", { "aria-label": `${w} ${_}`, tabIndex: -1 }, A.map((I, Z) => {
|
16166
16165
|
var H;
|
16167
|
-
let [ee, X] =
|
16168
|
-
return Y.createElement("ol", { key:
|
16166
|
+
let [ee, X] = I.split("-");
|
16167
|
+
return Y.createElement("ol", { key: I, dir: y === "auto" ? Yu() : y, tabIndex: -1, ref: J, className: o, "data-sonner-toaster": !0, "data-theme": R, "data-y-position": ee, "data-x-position": X, style: { "--front-toast-height": `${((H = F[0]) == null ? void 0 : H.height) || 0}px`, "--offset": typeof s == "number" ? `${s}px` : s || SD, "--width": `${MD}px`, "--gap": `${v}px`, ...p }, onBlur: (m) => {
|
16169
16168
|
ae.current && !m.currentTarget.contains(m.relatedTarget) && (ae.current = !1, te.current && (te.current.focus({ preventScroll: !0 }), te.current = null));
|
16170
16169
|
}, onFocus: (m) => {
|
16171
16170
|
m.target instanceof HTMLElement && m.target.dataset.dismissible === "false" || ae.current || (ae.current = !0, te.current = m.relatedTarget);
|
16172
|
-
}, onMouseEnter: () =>
|
16173
|
-
|
16171
|
+
}, onMouseEnter: () => z(!0), onMouseMove: () => z(!0), onMouseLeave: () => {
|
16172
|
+
j || z(!1);
|
16174
16173
|
}, onPointerDown: (m) => {
|
16175
|
-
m.target instanceof HTMLElement && m.target.dataset.dismissible === "false" ||
|
16176
|
-
}, onPointerUp: () =>
|
16174
|
+
m.target instanceof HTMLElement && m.target.dataset.dismissible === "false" || T(!0);
|
16175
|
+
}, onPointerUp: () => T(!1) }, D.filter((m) => !m.position && Z === 0 || m.position === I).map((m, U) => {
|
16177
16176
|
var W, P;
|
16178
|
-
return Y.createElement(jD, { key: m.id, icons: C, index: U, toast: m, defaultRichColors: l, duration: (W = h == null ? void 0 : h.duration) != null ? W : c, className: h == null ? void 0 : h.className, descriptionClassName: h == null ? void 0 : h.descriptionClassName, invert: e, visibleToasts: d, closeButton: (P = h == null ? void 0 : h.closeButton) != null ? P : a, interacting:
|
16177
|
+
return Y.createElement(jD, { key: m.id, icons: C, index: U, toast: m, defaultRichColors: l, duration: (W = h == null ? void 0 : h.duration) != null ? W : c, className: h == null ? void 0 : h.className, descriptionClassName: h == null ? void 0 : h.descriptionClassName, invert: e, visibleToasts: d, closeButton: (P = h == null ? void 0 : h.closeButton) != null ? P : a, interacting: j, position: I, style: h == null ? void 0 : h.style, unstyled: h == null ? void 0 : h.unstyled, classNames: h == null ? void 0 : h.classNames, cancelButtonStyle: h == null ? void 0 : h.cancelButtonStyle, actionButtonStyle: h == null ? void 0 : h.actionButtonStyle, removeToast: k, toasts: D.filter((Q) => Q.position == m.position), heights: F.filter((Q) => Q.position == m.position), setHeights: V, expandByDefault: i, gap: v, loadingIcon: f, expanded: M, pauseWhenPageIsHidden: b, cn: S });
|
16179
16178
|
}));
|
16180
16179
|
})) : null;
|
16181
16180
|
};
|