@developer.notchatbot/webchat 1.2.4 → 1.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/webchat-bundle.min.js +871 -856
- package/dist/webchat-bundle.min.umd.cjs +21 -21
- package/package.json +1 -1
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
1
|
+
var Ad = Object.defineProperty, Id = Object.defineProperties;
|
|
2
|
+
var Pd = Object.getOwnPropertyDescriptors;
|
|
3
3
|
var Zr = Object.getOwnPropertySymbols;
|
|
4
|
-
var
|
|
5
|
-
var Ii = (e, t, n) => t in e ?
|
|
4
|
+
var dl = Object.prototype.hasOwnProperty, hl = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var Ii = (e, t, n) => t in e ? Ad(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, ie = (e, t) => {
|
|
6
6
|
for (var n in t || (t = {}))
|
|
7
|
-
|
|
7
|
+
dl.call(t, n) && Ii(e, n, t[n]);
|
|
8
8
|
if (Zr)
|
|
9
9
|
for (var n of Zr(t))
|
|
10
|
-
|
|
10
|
+
hl.call(t, n) && Ii(e, n, t[n]);
|
|
11
11
|
return e;
|
|
12
|
-
}, De = (e, t) =>
|
|
12
|
+
}, De = (e, t) => Id(e, Pd(t));
|
|
13
13
|
var Pi = (e, t) => {
|
|
14
14
|
var n = {};
|
|
15
15
|
for (var r in e)
|
|
16
|
-
|
|
16
|
+
dl.call(e, r) && t.indexOf(r) < 0 && (n[r] = e[r]);
|
|
17
17
|
if (e != null && Zr)
|
|
18
18
|
for (var r of Zr(e))
|
|
19
|
-
t.indexOf(r) < 0 &&
|
|
19
|
+
t.indexOf(r) < 0 && hl.call(e, r) && (n[r] = e[r]);
|
|
20
20
|
return n;
|
|
21
21
|
};
|
|
22
22
|
var ge = (e, t, n) => Ii(e, typeof t != "symbol" ? t + "" : t, n);
|
|
@@ -36,10 +36,10 @@ var Ie = (e, t, n) => new Promise((r, o) => {
|
|
|
36
36
|
}, l = (d) => d.done ? r(d.value) : Promise.resolve(d.value).then(i, a);
|
|
37
37
|
l((n = n.apply(e, t)).next());
|
|
38
38
|
});
|
|
39
|
-
function
|
|
39
|
+
function Lu(e) {
|
|
40
40
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
41
41
|
}
|
|
42
|
-
var
|
|
42
|
+
var ju = { exports: {} }, se = {};
|
|
43
43
|
/**
|
|
44
44
|
* @license React
|
|
45
45
|
* react.production.min.js
|
|
@@ -49,18 +49,18 @@ var Lu = { exports: {} }, se = {};
|
|
|
49
49
|
* This source code is licensed under the MIT license found in the
|
|
50
50
|
* LICENSE file in the root directory of this source tree.
|
|
51
51
|
*/
|
|
52
|
-
var $r = Symbol.for("react.element"),
|
|
53
|
-
function
|
|
54
|
-
return e === null || typeof e != "object" ? null : (e =
|
|
52
|
+
var $r = Symbol.for("react.element"), Md = Symbol.for("react.portal"), Nd = Symbol.for("react.fragment"), Ld = Symbol.for("react.strict_mode"), jd = Symbol.for("react.profiler"), Dd = Symbol.for("react.provider"), Ud = Symbol.for("react.context"), Bd = Symbol.for("react.forward_ref"), _d = Symbol.for("react.suspense"), zd = Symbol.for("react.memo"), Hd = Symbol.for("react.lazy"), pl = Symbol.iterator;
|
|
53
|
+
function Fd(e) {
|
|
54
|
+
return e === null || typeof e != "object" ? null : (e = pl && e[pl] || e["@@iterator"], typeof e == "function" ? e : null);
|
|
55
55
|
}
|
|
56
|
-
var
|
|
56
|
+
var Du = { isMounted: function() {
|
|
57
57
|
return !1;
|
|
58
58
|
}, enqueueForceUpdate: function() {
|
|
59
59
|
}, enqueueReplaceState: function() {
|
|
60
60
|
}, enqueueSetState: function() {
|
|
61
|
-
} },
|
|
61
|
+
} }, Uu = Object.assign, Bu = {};
|
|
62
62
|
function Xn(e, t, n) {
|
|
63
|
-
this.props = e, this.context = t, this.refs =
|
|
63
|
+
this.props = e, this.context = t, this.refs = Bu, this.updater = n || Du;
|
|
64
64
|
}
|
|
65
65
|
Xn.prototype.isReactComponent = {};
|
|
66
66
|
Xn.prototype.setState = function(e, t) {
|
|
@@ -70,20 +70,20 @@ Xn.prototype.setState = function(e, t) {
|
|
|
70
70
|
Xn.prototype.forceUpdate = function(e) {
|
|
71
71
|
this.updater.enqueueForceUpdate(this, e, "forceUpdate");
|
|
72
72
|
};
|
|
73
|
-
function
|
|
73
|
+
function _u() {
|
|
74
74
|
}
|
|
75
|
-
|
|
75
|
+
_u.prototype = Xn.prototype;
|
|
76
76
|
function is(e, t, n) {
|
|
77
|
-
this.props = e, this.context = t, this.refs =
|
|
77
|
+
this.props = e, this.context = t, this.refs = Bu, this.updater = n || Du;
|
|
78
78
|
}
|
|
79
|
-
var as = is.prototype = new
|
|
79
|
+
var as = is.prototype = new _u();
|
|
80
80
|
as.constructor = is;
|
|
81
|
-
|
|
81
|
+
Uu(as, Xn.prototype);
|
|
82
82
|
as.isPureReactComponent = !0;
|
|
83
|
-
var
|
|
84
|
-
function
|
|
83
|
+
var gl = Array.isArray, zu = Object.prototype.hasOwnProperty, ss = { current: null }, Hu = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
84
|
+
function Fu(e, t, n) {
|
|
85
85
|
var r, o = {}, i = null, a = null;
|
|
86
|
-
if (t != null) for (r in t.ref !== void 0 && (a = t.ref), t.key !== void 0 && (i = "" + t.key), t)
|
|
86
|
+
if (t != null) for (r in t.ref !== void 0 && (a = t.ref), t.key !== void 0 && (i = "" + t.key), t) zu.call(t, r) && !Hu.hasOwnProperty(r) && (o[r] = t[r]);
|
|
87
87
|
var l = arguments.length - 2;
|
|
88
88
|
if (l === 1) o.children = n;
|
|
89
89
|
else if (1 < l) {
|
|
@@ -93,21 +93,21 @@ function Hu(e, t, n) {
|
|
|
93
93
|
if (e && e.defaultProps) for (r in l = e.defaultProps, l) o[r] === void 0 && (o[r] = l[r]);
|
|
94
94
|
return { $$typeof: $r, type: e, key: i, ref: a, props: o, _owner: ss.current };
|
|
95
95
|
}
|
|
96
|
-
function
|
|
96
|
+
function Gd(e, t) {
|
|
97
97
|
return { $$typeof: $r, type: e.type, key: t, ref: e.ref, props: e.props, _owner: e._owner };
|
|
98
98
|
}
|
|
99
99
|
function ls(e) {
|
|
100
100
|
return typeof e == "object" && e !== null && e.$$typeof === $r;
|
|
101
101
|
}
|
|
102
|
-
function
|
|
102
|
+
function Wd(e) {
|
|
103
103
|
var t = { "=": "=0", ":": "=2" };
|
|
104
104
|
return "$" + e.replace(/[=:]/g, function(n) {
|
|
105
105
|
return t[n];
|
|
106
106
|
});
|
|
107
107
|
}
|
|
108
|
-
var
|
|
108
|
+
var ml = /\/+/g;
|
|
109
109
|
function Mi(e, t) {
|
|
110
|
-
return typeof e == "object" && e !== null && e.key != null ?
|
|
110
|
+
return typeof e == "object" && e !== null && e.key != null ? Wd("" + e.key) : t.toString(36);
|
|
111
111
|
}
|
|
112
112
|
function yo(e, t, n, r, o) {
|
|
113
113
|
var i = typeof e;
|
|
@@ -122,19 +122,19 @@ function yo(e, t, n, r, o) {
|
|
|
122
122
|
case "object":
|
|
123
123
|
switch (e.$$typeof) {
|
|
124
124
|
case $r:
|
|
125
|
-
case
|
|
125
|
+
case Md:
|
|
126
126
|
a = !0;
|
|
127
127
|
}
|
|
128
128
|
}
|
|
129
|
-
if (a) return a = e, o = o(a), e = r === "" ? "." + Mi(a, 0) : r,
|
|
129
|
+
if (a) return a = e, o = o(a), e = r === "" ? "." + Mi(a, 0) : r, gl(o) ? (n = "", e != null && (n = e.replace(ml, "$&/") + "/"), yo(o, t, n, "", function(m) {
|
|
130
130
|
return m;
|
|
131
|
-
})) : o != null && (ls(o) && (o =
|
|
132
|
-
if (a = 0, r = r === "" ? "." : r + ":",
|
|
131
|
+
})) : o != null && (ls(o) && (o = Gd(o, n + (!o.key || a && a.key === o.key ? "" : ("" + o.key).replace(ml, "$&/") + "/") + e)), t.push(o)), 1;
|
|
132
|
+
if (a = 0, r = r === "" ? "." : r + ":", gl(e)) for (var l = 0; l < e.length; l++) {
|
|
133
133
|
i = e[l];
|
|
134
134
|
var d = r + Mi(i, l);
|
|
135
135
|
a += yo(i, t, n, d, o);
|
|
136
136
|
}
|
|
137
|
-
else if (d =
|
|
137
|
+
else if (d = Fd(e), typeof d == "function") for (e = d.call(e), l = 0; !(i = e.next()).done; ) i = i.value, d = r + Mi(i, l++), a += yo(i, t, n, d, o);
|
|
138
138
|
else if (i === "object") throw t = String(e), Error("Objects are not valid as a React child (found: " + (t === "[object Object]" ? "object with keys {" + Object.keys(e).join(", ") + "}" : t) + "). If you meant to render a collection of children, use an array instead.");
|
|
139
139
|
return a;
|
|
140
140
|
}
|
|
@@ -145,7 +145,7 @@ function qr(e, t, n) {
|
|
|
145
145
|
return t.call(n, i, o++);
|
|
146
146
|
}), r;
|
|
147
147
|
}
|
|
148
|
-
function
|
|
148
|
+
function $d(e) {
|
|
149
149
|
if (e._status === -1) {
|
|
150
150
|
var t = e._result;
|
|
151
151
|
t = t(), t.then(function(n) {
|
|
@@ -157,8 +157,8 @@ function Gd(e) {
|
|
|
157
157
|
if (e._status === 1) return e._result.default;
|
|
158
158
|
throw e._result;
|
|
159
159
|
}
|
|
160
|
-
var We = { current: null }, wo = { transition: null },
|
|
161
|
-
function
|
|
160
|
+
var We = { current: null }, wo = { transition: null }, Vd = { ReactCurrentDispatcher: We, ReactCurrentBatchConfig: wo, ReactCurrentOwner: ss };
|
|
161
|
+
function Gu() {
|
|
162
162
|
throw Error("act(...) is not supported in production builds of React.");
|
|
163
163
|
}
|
|
164
164
|
se.Children = { map: qr, forEach: function(e, t, n) {
|
|
@@ -179,19 +179,19 @@ se.Children = { map: qr, forEach: function(e, t, n) {
|
|
|
179
179
|
return e;
|
|
180
180
|
} };
|
|
181
181
|
se.Component = Xn;
|
|
182
|
-
se.Fragment =
|
|
183
|
-
se.Profiler =
|
|
182
|
+
se.Fragment = Nd;
|
|
183
|
+
se.Profiler = jd;
|
|
184
184
|
se.PureComponent = is;
|
|
185
|
-
se.StrictMode =
|
|
186
|
-
se.Suspense =
|
|
187
|
-
se.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED =
|
|
188
|
-
se.act =
|
|
185
|
+
se.StrictMode = Ld;
|
|
186
|
+
se.Suspense = _d;
|
|
187
|
+
se.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = Vd;
|
|
188
|
+
se.act = Gu;
|
|
189
189
|
se.cloneElement = function(e, t, n) {
|
|
190
190
|
if (e == null) throw Error("React.cloneElement(...): The argument must be a React element, but you passed " + e + ".");
|
|
191
|
-
var r =
|
|
191
|
+
var r = Uu({}, e.props), o = e.key, i = e.ref, a = e._owner;
|
|
192
192
|
if (t != null) {
|
|
193
193
|
if (t.ref !== void 0 && (i = t.ref, a = ss.current), t.key !== void 0 && (o = "" + t.key), e.type && e.type.defaultProps) var l = e.type.defaultProps;
|
|
194
|
-
for (d in t)
|
|
194
|
+
for (d in t) zu.call(t, d) && !Hu.hasOwnProperty(d) && (r[d] = t[d] === void 0 && l !== void 0 ? l[d] : t[d]);
|
|
195
195
|
}
|
|
196
196
|
var d = arguments.length - 2;
|
|
197
197
|
if (d === 1) r.children = n;
|
|
@@ -203,25 +203,25 @@ se.cloneElement = function(e, t, n) {
|
|
|
203
203
|
return { $$typeof: $r, type: e.type, key: o, ref: i, props: r, _owner: a };
|
|
204
204
|
};
|
|
205
205
|
se.createContext = function(e) {
|
|
206
|
-
return e = { $$typeof:
|
|
206
|
+
return e = { $$typeof: Ud, _currentValue: e, _currentValue2: e, _threadCount: 0, Provider: null, Consumer: null, _defaultValue: null, _globalName: null }, e.Provider = { $$typeof: Dd, _context: e }, e.Consumer = e;
|
|
207
207
|
};
|
|
208
|
-
se.createElement =
|
|
208
|
+
se.createElement = Fu;
|
|
209
209
|
se.createFactory = function(e) {
|
|
210
|
-
var t =
|
|
210
|
+
var t = Fu.bind(null, e);
|
|
211
211
|
return t.type = e, t;
|
|
212
212
|
};
|
|
213
213
|
se.createRef = function() {
|
|
214
214
|
return { current: null };
|
|
215
215
|
};
|
|
216
216
|
se.forwardRef = function(e) {
|
|
217
|
-
return { $$typeof:
|
|
217
|
+
return { $$typeof: Bd, render: e };
|
|
218
218
|
};
|
|
219
219
|
se.isValidElement = ls;
|
|
220
220
|
se.lazy = function(e) {
|
|
221
|
-
return { $$typeof:
|
|
221
|
+
return { $$typeof: Hd, _payload: { _status: -1, _result: e }, _init: $d };
|
|
222
222
|
};
|
|
223
223
|
se.memo = function(e, t) {
|
|
224
|
-
return { $$typeof:
|
|
224
|
+
return { $$typeof: zd, type: e, compare: t === void 0 ? null : t };
|
|
225
225
|
};
|
|
226
226
|
se.startTransition = function(e) {
|
|
227
227
|
var t = wo.transition;
|
|
@@ -232,7 +232,7 @@ se.startTransition = function(e) {
|
|
|
232
232
|
wo.transition = t;
|
|
233
233
|
}
|
|
234
234
|
};
|
|
235
|
-
se.unstable_act =
|
|
235
|
+
se.unstable_act = Gu;
|
|
236
236
|
se.useCallback = function(e, t) {
|
|
237
237
|
return We.current.useCallback(e, t);
|
|
238
238
|
};
|
|
@@ -278,10 +278,10 @@ se.useTransition = function() {
|
|
|
278
278
|
return We.current.useTransition();
|
|
279
279
|
};
|
|
280
280
|
se.version = "18.3.1";
|
|
281
|
-
|
|
282
|
-
var Z =
|
|
283
|
-
const ia = /* @__PURE__ */
|
|
284
|
-
var
|
|
281
|
+
ju.exports = se;
|
|
282
|
+
var Z = ju.exports;
|
|
283
|
+
const ia = /* @__PURE__ */ Lu(Z);
|
|
284
|
+
var Wu = { exports: {} }, it = {}, $u = { exports: {} }, Vu = {};
|
|
285
285
|
/**
|
|
286
286
|
* @license React
|
|
287
287
|
* scheduler.production.min.js
|
|
@@ -487,9 +487,9 @@ var Gu = { exports: {} }, it = {}, Wu = { exports: {} }, $u = {};
|
|
|
487
487
|
}
|
|
488
488
|
};
|
|
489
489
|
};
|
|
490
|
-
})(
|
|
491
|
-
|
|
492
|
-
var
|
|
490
|
+
})(Vu);
|
|
491
|
+
$u.exports = Vu;
|
|
492
|
+
var Kd = $u.exports;
|
|
493
493
|
/**
|
|
494
494
|
* @license React
|
|
495
495
|
* react-dom.production.min.js
|
|
@@ -499,23 +499,23 @@ var $d = Wu.exports;
|
|
|
499
499
|
* This source code is licensed under the MIT license found in the
|
|
500
500
|
* LICENSE file in the root directory of this source tree.
|
|
501
501
|
*/
|
|
502
|
-
var
|
|
502
|
+
var Qd = Z, ot = Kd;
|
|
503
503
|
function Y(e) {
|
|
504
504
|
for (var t = "https://reactjs.org/docs/error-decoder.html?invariant=" + e, n = 1; n < arguments.length; n++) t += "&args[]=" + encodeURIComponent(arguments[n]);
|
|
505
505
|
return "Minified React error #" + e + "; visit " + t + " for the full message or use the non-minified dev environment for full errors and additional helpful warnings.";
|
|
506
506
|
}
|
|
507
|
-
var
|
|
507
|
+
var Ku = /* @__PURE__ */ new Set(), Or = {};
|
|
508
508
|
function bn(e, t) {
|
|
509
509
|
Wn(e, t), Wn(e + "Capture", t);
|
|
510
510
|
}
|
|
511
511
|
function Wn(e, t) {
|
|
512
|
-
for (Or[e] = t, e = 0; e < t.length; e++)
|
|
512
|
+
for (Or[e] = t, e = 0; e < t.length; e++) Ku.add(t[e]);
|
|
513
513
|
}
|
|
514
|
-
var jt = !(typeof window == "undefined" || typeof window.document == "undefined" || typeof window.document.createElement == "undefined"), aa = Object.prototype.hasOwnProperty,
|
|
515
|
-
function
|
|
516
|
-
return aa.call(
|
|
514
|
+
var jt = !(typeof window == "undefined" || typeof window.document == "undefined" || typeof window.document.createElement == "undefined"), aa = Object.prototype.hasOwnProperty, Yd = /^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/, vl = {}, yl = {};
|
|
515
|
+
function Jd(e) {
|
|
516
|
+
return aa.call(yl, e) ? !0 : aa.call(vl, e) ? !1 : Yd.test(e) ? yl[e] = !0 : (vl[e] = !0, !1);
|
|
517
517
|
}
|
|
518
|
-
function
|
|
518
|
+
function Xd(e, t, n, r) {
|
|
519
519
|
if (n !== null && n.type === 0) return !1;
|
|
520
520
|
switch (typeof t) {
|
|
521
521
|
case "function":
|
|
@@ -527,8 +527,8 @@ function Yd(e, t, n, r) {
|
|
|
527
527
|
return !1;
|
|
528
528
|
}
|
|
529
529
|
}
|
|
530
|
-
function
|
|
531
|
-
if (t === null || typeof t == "undefined" ||
|
|
530
|
+
function Zd(e, t, n, r) {
|
|
531
|
+
if (t === null || typeof t == "undefined" || Xd(e, t, n, r)) return !0;
|
|
532
532
|
if (r) return !1;
|
|
533
533
|
if (n !== null) switch (n.type) {
|
|
534
534
|
case 3:
|
|
@@ -602,11 +602,11 @@ je.xlinkHref = new $e("xlinkHref", 1, !1, "xlink:href", "http://www.w3.org/1999/
|
|
|
602
602
|
});
|
|
603
603
|
function fs(e, t, n, r) {
|
|
604
604
|
var o = je.hasOwnProperty(t) ? je[t] : null;
|
|
605
|
-
(o !== null ? o.type !== 0 : r || !(2 < t.length) || t[0] !== "o" && t[0] !== "O" || t[1] !== "n" && t[1] !== "N") && (
|
|
605
|
+
(o !== null ? o.type !== 0 : r || !(2 < t.length) || t[0] !== "o" && t[0] !== "O" || t[1] !== "n" && t[1] !== "N") && (Zd(t, n, o, r) && (n = null), r || o === null ? Jd(t) && (n === null ? e.removeAttribute(t) : e.setAttribute(t, "" + n)) : o.mustUseProperty ? e[o.propertyName] = n === null ? o.type === 3 ? !1 : "" : n : (t = o.attributeName, r = o.attributeNamespace, n === null ? e.removeAttribute(t) : (o = o.type, n = o === 3 || o === 4 && n === !0 ? "" : "" + n, r ? e.setAttributeNS(r, t, n) : e.setAttribute(t, n))));
|
|
606
606
|
}
|
|
607
|
-
var _t =
|
|
607
|
+
var _t = Qd.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, eo = Symbol.for("react.element"), Rn = Symbol.for("react.portal"), On = Symbol.for("react.fragment"), ds = Symbol.for("react.strict_mode"), sa = Symbol.for("react.profiler"), Qu = Symbol.for("react.provider"), Yu = Symbol.for("react.context"), hs = Symbol.for("react.forward_ref"), la = Symbol.for("react.suspense"), ua = Symbol.for("react.suspense_list"), ps = Symbol.for("react.memo"), Ht = Symbol.for("react.lazy"), Ju = Symbol.for("react.offscreen"), wl = Symbol.iterator;
|
|
608
608
|
function tr(e) {
|
|
609
|
-
return e === null || typeof e != "object" ? null : (e =
|
|
609
|
+
return e === null || typeof e != "object" ? null : (e = wl && e[wl] || e["@@iterator"], typeof e == "function" ? e : null);
|
|
610
610
|
}
|
|
611
611
|
var Ce = Object.assign, Ni;
|
|
612
612
|
function fr(e) {
|
|
@@ -675,7 +675,7 @@ function ji(e, t) {
|
|
|
675
675
|
}
|
|
676
676
|
return (e = e ? e.displayName || e.name : "") ? fr(e) : "";
|
|
677
677
|
}
|
|
678
|
-
function
|
|
678
|
+
function qd(e) {
|
|
679
679
|
switch (e.tag) {
|
|
680
680
|
case 5:
|
|
681
681
|
return fr(e.type);
|
|
@@ -716,9 +716,9 @@ function ca(e) {
|
|
|
716
716
|
return "SuspenseList";
|
|
717
717
|
}
|
|
718
718
|
if (typeof e == "object") switch (e.$$typeof) {
|
|
719
|
-
case
|
|
719
|
+
case Yu:
|
|
720
720
|
return (e.displayName || "Context") + ".Consumer";
|
|
721
|
-
case
|
|
721
|
+
case Qu:
|
|
722
722
|
return (e._context.displayName || "Context") + ".Provider";
|
|
723
723
|
case hs:
|
|
724
724
|
var t = e.render;
|
|
@@ -734,7 +734,7 @@ function ca(e) {
|
|
|
734
734
|
}
|
|
735
735
|
return null;
|
|
736
736
|
}
|
|
737
|
-
function
|
|
737
|
+
function eh(e) {
|
|
738
738
|
var t = e.type;
|
|
739
739
|
switch (e.tag) {
|
|
740
740
|
case 24:
|
|
@@ -797,12 +797,12 @@ function tn(e) {
|
|
|
797
797
|
return "";
|
|
798
798
|
}
|
|
799
799
|
}
|
|
800
|
-
function
|
|
800
|
+
function Xu(e) {
|
|
801
801
|
var t = e.type;
|
|
802
802
|
return (e = e.nodeName) && e.toLowerCase() === "input" && (t === "checkbox" || t === "radio");
|
|
803
803
|
}
|
|
804
|
-
function
|
|
805
|
-
var t =
|
|
804
|
+
function th(e) {
|
|
805
|
+
var t = Xu(e) ? "checked" : "value", n = Object.getOwnPropertyDescriptor(e.constructor.prototype, t), r = "" + e[t];
|
|
806
806
|
if (!e.hasOwnProperty(t) && typeof n != "undefined" && typeof n.get == "function" && typeof n.set == "function") {
|
|
807
807
|
var o = n.get, i = n.set;
|
|
808
808
|
return Object.defineProperty(e, t, { configurable: !0, get: function() {
|
|
@@ -819,14 +819,14 @@ function qd(e) {
|
|
|
819
819
|
}
|
|
820
820
|
}
|
|
821
821
|
function to(e) {
|
|
822
|
-
e._valueTracker || (e._valueTracker =
|
|
822
|
+
e._valueTracker || (e._valueTracker = th(e));
|
|
823
823
|
}
|
|
824
|
-
function
|
|
824
|
+
function Zu(e) {
|
|
825
825
|
if (!e) return !1;
|
|
826
826
|
var t = e._valueTracker;
|
|
827
827
|
if (!t) return !0;
|
|
828
828
|
var n = t.getValue(), r = "";
|
|
829
|
-
return e && (r =
|
|
829
|
+
return e && (r = Xu(e) ? e.checked ? "true" : "false" : e.value), e = r, e !== n ? (t.setValue(e), !0) : !1;
|
|
830
830
|
}
|
|
831
831
|
function Lo(e) {
|
|
832
832
|
if (e = e || (typeof document != "undefined" ? document : void 0), typeof e == "undefined") return null;
|
|
@@ -840,15 +840,15 @@ function fa(e, t) {
|
|
|
840
840
|
var n = t.checked;
|
|
841
841
|
return Ce({}, t, { defaultChecked: void 0, defaultValue: void 0, value: void 0, checked: n != null ? n : e._wrapperState.initialChecked });
|
|
842
842
|
}
|
|
843
|
-
function
|
|
843
|
+
function xl(e, t) {
|
|
844
844
|
var n = t.defaultValue == null ? "" : t.defaultValue, r = t.checked != null ? t.checked : t.defaultChecked;
|
|
845
845
|
n = tn(t.value != null ? t.value : n), e._wrapperState = { initialChecked: r, initialValue: n, controlled: t.type === "checkbox" || t.type === "radio" ? t.checked != null : t.value != null };
|
|
846
846
|
}
|
|
847
|
-
function
|
|
847
|
+
function qu(e, t) {
|
|
848
848
|
t = t.checked, t != null && fs(e, "checked", t, !1);
|
|
849
849
|
}
|
|
850
850
|
function da(e, t) {
|
|
851
|
-
|
|
851
|
+
qu(e, t);
|
|
852
852
|
var n = tn(t.value), r = t.type;
|
|
853
853
|
if (n != null) r === "number" ? (n === 0 && e.value === "" || e.value != n) && (e.value = "" + n) : e.value !== "" + n && (e.value = "" + n);
|
|
854
854
|
else if (r === "submit" || r === "reset") {
|
|
@@ -857,7 +857,7 @@ function da(e, t) {
|
|
|
857
857
|
}
|
|
858
858
|
t.hasOwnProperty("value") ? ha(e, t.type, n) : t.hasOwnProperty("defaultValue") && ha(e, t.type, tn(t.defaultValue)), t.checked == null && t.defaultChecked != null && (e.defaultChecked = !!t.defaultChecked);
|
|
859
859
|
}
|
|
860
|
-
function
|
|
860
|
+
function bl(e, t, n) {
|
|
861
861
|
if (t.hasOwnProperty("value") || t.hasOwnProperty("defaultValue")) {
|
|
862
862
|
var r = t.type;
|
|
863
863
|
if (!(r !== "submit" && r !== "reset" || t.value !== void 0 && t.value !== null)) return;
|
|
@@ -889,7 +889,7 @@ function pa(e, t) {
|
|
|
889
889
|
if (t.dangerouslySetInnerHTML != null) throw Error(Y(91));
|
|
890
890
|
return Ce({}, t, { value: void 0, defaultValue: void 0, children: "" + e._wrapperState.initialValue });
|
|
891
891
|
}
|
|
892
|
-
function
|
|
892
|
+
function Sl(e, t) {
|
|
893
893
|
var n = t.value;
|
|
894
894
|
if (n == null) {
|
|
895
895
|
if (n = t.children, t = t.defaultValue, n != null) {
|
|
@@ -904,15 +904,15 @@ function bl(e, t) {
|
|
|
904
904
|
}
|
|
905
905
|
e._wrapperState = { initialValue: tn(n) };
|
|
906
906
|
}
|
|
907
|
-
function
|
|
907
|
+
function ec(e, t) {
|
|
908
908
|
var n = tn(t.value), r = tn(t.defaultValue);
|
|
909
909
|
n != null && (n = "" + n, n !== e.value && (e.value = n), t.defaultValue == null && e.defaultValue !== n && (e.defaultValue = n)), r != null && (e.defaultValue = "" + r);
|
|
910
910
|
}
|
|
911
|
-
function
|
|
911
|
+
function Cl(e) {
|
|
912
912
|
var t = e.textContent;
|
|
913
913
|
t === e._wrapperState.initialValue && t !== "" && t !== null && (e.value = t);
|
|
914
914
|
}
|
|
915
|
-
function
|
|
915
|
+
function tc(e) {
|
|
916
916
|
switch (e) {
|
|
917
917
|
case "svg":
|
|
918
918
|
return "http://www.w3.org/2000/svg";
|
|
@@ -923,9 +923,9 @@ function ec(e) {
|
|
|
923
923
|
}
|
|
924
924
|
}
|
|
925
925
|
function ga(e, t) {
|
|
926
|
-
return e == null || e === "http://www.w3.org/1999/xhtml" ?
|
|
926
|
+
return e == null || e === "http://www.w3.org/1999/xhtml" ? tc(t) : e === "http://www.w3.org/2000/svg" && t === "foreignObject" ? "http://www.w3.org/1999/xhtml" : e;
|
|
927
927
|
}
|
|
928
|
-
var no,
|
|
928
|
+
var no, nc = function(e) {
|
|
929
929
|
return typeof MSApp != "undefined" && MSApp.execUnsafeLocalFunction ? function(t, n, r, o) {
|
|
930
930
|
MSApp.execUnsafeLocalFunction(function() {
|
|
931
931
|
return e(t, n, r, o);
|
|
@@ -992,26 +992,26 @@ var gr = {
|
|
|
992
992
|
strokeMiterlimit: !0,
|
|
993
993
|
strokeOpacity: !0,
|
|
994
994
|
strokeWidth: !0
|
|
995
|
-
},
|
|
995
|
+
}, nh = ["Webkit", "ms", "Moz", "O"];
|
|
996
996
|
Object.keys(gr).forEach(function(e) {
|
|
997
|
-
|
|
997
|
+
nh.forEach(function(t) {
|
|
998
998
|
t = t + e.charAt(0).toUpperCase() + e.substring(1), gr[t] = gr[e];
|
|
999
999
|
});
|
|
1000
1000
|
});
|
|
1001
|
-
function
|
|
1001
|
+
function rc(e, t, n) {
|
|
1002
1002
|
return t == null || typeof t == "boolean" || t === "" ? "" : n || typeof t != "number" || t === 0 || gr.hasOwnProperty(e) && gr[e] ? ("" + t).trim() : t + "px";
|
|
1003
1003
|
}
|
|
1004
|
-
function
|
|
1004
|
+
function oc(e, t) {
|
|
1005
1005
|
e = e.style;
|
|
1006
1006
|
for (var n in t) if (t.hasOwnProperty(n)) {
|
|
1007
|
-
var r = n.indexOf("--") === 0, o =
|
|
1007
|
+
var r = n.indexOf("--") === 0, o = rc(n, t[n], r);
|
|
1008
1008
|
n === "float" && (n = "cssFloat"), r ? e.setProperty(n, o) : e[n] = o;
|
|
1009
1009
|
}
|
|
1010
1010
|
}
|
|
1011
|
-
var
|
|
1011
|
+
var rh = Ce({ menuitem: !0 }, { area: !0, base: !0, br: !0, col: !0, embed: !0, hr: !0, img: !0, input: !0, keygen: !0, link: !0, meta: !0, param: !0, source: !0, track: !0, wbr: !0 });
|
|
1012
1012
|
function ma(e, t) {
|
|
1013
1013
|
if (t) {
|
|
1014
|
-
if (
|
|
1014
|
+
if (rh[e] && (t.children != null || t.dangerouslySetInnerHTML != null)) throw Error(Y(137, e));
|
|
1015
1015
|
if (t.dangerouslySetInnerHTML != null) {
|
|
1016
1016
|
if (t.children != null) throw Error(Y(60));
|
|
1017
1017
|
if (typeof t.dangerouslySetInnerHTML != "object" || !("__html" in t.dangerouslySetInnerHTML)) throw Error(Y(61));
|
|
@@ -1040,35 +1040,35 @@ function gs(e) {
|
|
|
1040
1040
|
return e = e.target || e.srcElement || window, e.correspondingUseElement && (e = e.correspondingUseElement), e.nodeType === 3 ? e.parentNode : e;
|
|
1041
1041
|
}
|
|
1042
1042
|
var wa = null, _n = null, zn = null;
|
|
1043
|
-
function
|
|
1043
|
+
function kl(e) {
|
|
1044
1044
|
if (e = Qr(e)) {
|
|
1045
1045
|
if (typeof wa != "function") throw Error(Y(280));
|
|
1046
1046
|
var t = e.stateNode;
|
|
1047
1047
|
t && (t = hi(t), wa(e.stateNode, e.type, t));
|
|
1048
1048
|
}
|
|
1049
1049
|
}
|
|
1050
|
-
function
|
|
1050
|
+
function ic(e) {
|
|
1051
1051
|
_n ? zn ? zn.push(e) : zn = [e] : _n = e;
|
|
1052
1052
|
}
|
|
1053
|
-
function
|
|
1053
|
+
function ac() {
|
|
1054
1054
|
if (_n) {
|
|
1055
1055
|
var e = _n, t = zn;
|
|
1056
|
-
if (zn = _n = null,
|
|
1056
|
+
if (zn = _n = null, kl(e), t) for (e = 0; e < t.length; e++) kl(t[e]);
|
|
1057
1057
|
}
|
|
1058
1058
|
}
|
|
1059
|
-
function
|
|
1059
|
+
function sc(e, t) {
|
|
1060
1060
|
return e(t);
|
|
1061
1061
|
}
|
|
1062
|
-
function
|
|
1062
|
+
function lc() {
|
|
1063
1063
|
}
|
|
1064
1064
|
var Di = !1;
|
|
1065
|
-
function
|
|
1065
|
+
function uc(e, t, n) {
|
|
1066
1066
|
if (Di) return e(t, n);
|
|
1067
1067
|
Di = !0;
|
|
1068
1068
|
try {
|
|
1069
|
-
return
|
|
1069
|
+
return sc(e, t, n);
|
|
1070
1070
|
} finally {
|
|
1071
|
-
Di = !1, (_n !== null || zn !== null) && (
|
|
1071
|
+
Di = !1, (_n !== null || zn !== null) && (lc(), ac());
|
|
1072
1072
|
}
|
|
1073
1073
|
}
|
|
1074
1074
|
function Ar(e, t) {
|
|
@@ -1107,7 +1107,7 @@ if (jt) try {
|
|
|
1107
1107
|
} catch (e) {
|
|
1108
1108
|
xa = !1;
|
|
1109
1109
|
}
|
|
1110
|
-
function
|
|
1110
|
+
function oh(e, t, n, r, o, i, a, l, d) {
|
|
1111
1111
|
var m = Array.prototype.slice.call(arguments, 3);
|
|
1112
1112
|
try {
|
|
1113
1113
|
t.apply(n, m);
|
|
@@ -1115,14 +1115,14 @@ function nh(e, t, n, r, o, i, a, l, d) {
|
|
|
1115
1115
|
this.onError(b);
|
|
1116
1116
|
}
|
|
1117
1117
|
}
|
|
1118
|
-
var mr = !1, jo = null, Do = !1, ba = null,
|
|
1118
|
+
var mr = !1, jo = null, Do = !1, ba = null, ih = { onError: function(e) {
|
|
1119
1119
|
mr = !0, jo = e;
|
|
1120
1120
|
} };
|
|
1121
|
-
function
|
|
1122
|
-
mr = !1, jo = null,
|
|
1121
|
+
function ah(e, t, n, r, o, i, a, l, d) {
|
|
1122
|
+
mr = !1, jo = null, oh.apply(ih, arguments);
|
|
1123
1123
|
}
|
|
1124
|
-
function
|
|
1125
|
-
if (
|
|
1124
|
+
function sh(e, t, n, r, o, i, a, l, d) {
|
|
1125
|
+
if (ah.apply(this, arguments), mr) {
|
|
1126
1126
|
if (mr) {
|
|
1127
1127
|
var m = jo;
|
|
1128
1128
|
mr = !1, jo = null;
|
|
@@ -1141,17 +1141,17 @@ function Sn(e) {
|
|
|
1141
1141
|
}
|
|
1142
1142
|
return t.tag === 3 ? n : null;
|
|
1143
1143
|
}
|
|
1144
|
-
function
|
|
1144
|
+
function cc(e) {
|
|
1145
1145
|
if (e.tag === 13) {
|
|
1146
1146
|
var t = e.memoizedState;
|
|
1147
1147
|
if (t === null && (e = e.alternate, e !== null && (t = e.memoizedState)), t !== null) return t.dehydrated;
|
|
1148
1148
|
}
|
|
1149
1149
|
return null;
|
|
1150
1150
|
}
|
|
1151
|
-
function
|
|
1151
|
+
function El(e) {
|
|
1152
1152
|
if (Sn(e) !== e) throw Error(Y(188));
|
|
1153
1153
|
}
|
|
1154
|
-
function
|
|
1154
|
+
function lh(e) {
|
|
1155
1155
|
var t = e.alternate;
|
|
1156
1156
|
if (!t) {
|
|
1157
1157
|
if (t = Sn(e), t === null) throw Error(Y(188));
|
|
@@ -1170,8 +1170,8 @@ function ah(e) {
|
|
|
1170
1170
|
}
|
|
1171
1171
|
if (o.child === i.child) {
|
|
1172
1172
|
for (i = o.child; i; ) {
|
|
1173
|
-
if (i === n) return
|
|
1174
|
-
if (i === r) return
|
|
1173
|
+
if (i === n) return El(o), e;
|
|
1174
|
+
if (i === r) return El(o), t;
|
|
1175
1175
|
i = i.sibling;
|
|
1176
1176
|
}
|
|
1177
1177
|
throw Error(Y(188));
|
|
@@ -1209,28 +1209,28 @@ function ah(e) {
|
|
|
1209
1209
|
if (n.tag !== 3) throw Error(Y(188));
|
|
1210
1210
|
return n.stateNode.current === n ? e : t;
|
|
1211
1211
|
}
|
|
1212
|
-
function cc(e) {
|
|
1213
|
-
return e = ah(e), e !== null ? fc(e) : null;
|
|
1214
|
-
}
|
|
1215
1212
|
function fc(e) {
|
|
1213
|
+
return e = lh(e), e !== null ? dc(e) : null;
|
|
1214
|
+
}
|
|
1215
|
+
function dc(e) {
|
|
1216
1216
|
if (e.tag === 5 || e.tag === 6) return e;
|
|
1217
1217
|
for (e = e.child; e !== null; ) {
|
|
1218
|
-
var t =
|
|
1218
|
+
var t = dc(e);
|
|
1219
1219
|
if (t !== null) return t;
|
|
1220
1220
|
e = e.sibling;
|
|
1221
1221
|
}
|
|
1222
1222
|
return null;
|
|
1223
1223
|
}
|
|
1224
|
-
var
|
|
1225
|
-
function
|
|
1224
|
+
var hc = ot.unstable_scheduleCallback, Rl = ot.unstable_cancelCallback, uh = ot.unstable_shouldYield, ch = ot.unstable_requestPaint, Ee = ot.unstable_now, fh = ot.unstable_getCurrentPriorityLevel, ms = ot.unstable_ImmediatePriority, pc = ot.unstable_UserBlockingPriority, Uo = ot.unstable_NormalPriority, dh = ot.unstable_LowPriority, gc = ot.unstable_IdlePriority, ui = null, Et = null;
|
|
1225
|
+
function hh(e) {
|
|
1226
1226
|
if (Et && typeof Et.onCommitFiberRoot == "function") try {
|
|
1227
1227
|
Et.onCommitFiberRoot(ui, e, void 0, (e.current.flags & 128) === 128);
|
|
1228
1228
|
} catch (t) {
|
|
1229
1229
|
}
|
|
1230
1230
|
}
|
|
1231
|
-
var yt = Math.clz32 ? Math.clz32 :
|
|
1232
|
-
function
|
|
1233
|
-
return e >>>= 0, e === 0 ? 32 : 31 - (
|
|
1231
|
+
var yt = Math.clz32 ? Math.clz32 : mh, ph = Math.log, gh = Math.LN2;
|
|
1232
|
+
function mh(e) {
|
|
1233
|
+
return e >>>= 0, e === 0 ? 32 : 31 - (ph(e) / gh | 0) | 0;
|
|
1234
1234
|
}
|
|
1235
1235
|
var ro = 64, oo = 4194304;
|
|
1236
1236
|
function hr(e) {
|
|
@@ -1295,7 +1295,7 @@ function Bo(e, t) {
|
|
|
1295
1295
|
if (r & 4 && (r |= n & 16), t = e.entangledLanes, t !== 0) for (e = e.entanglements, t &= r; 0 < t; ) n = 31 - yt(t), o = 1 << n, r |= e[n], t &= ~o;
|
|
1296
1296
|
return r;
|
|
1297
1297
|
}
|
|
1298
|
-
function
|
|
1298
|
+
function vh(e, t) {
|
|
1299
1299
|
switch (e) {
|
|
1300
1300
|
case 1:
|
|
1301
1301
|
case 2:
|
|
@@ -1336,16 +1336,16 @@ function gh(e, t) {
|
|
|
1336
1336
|
return -1;
|
|
1337
1337
|
}
|
|
1338
1338
|
}
|
|
1339
|
-
function
|
|
1339
|
+
function yh(e, t) {
|
|
1340
1340
|
for (var n = e.suspendedLanes, r = e.pingedLanes, o = e.expirationTimes, i = e.pendingLanes; 0 < i; ) {
|
|
1341
1341
|
var a = 31 - yt(i), l = 1 << a, d = o[a];
|
|
1342
|
-
d === -1 ? (!(l & n) || l & r) && (o[a] =
|
|
1342
|
+
d === -1 ? (!(l & n) || l & r) && (o[a] = vh(l, t)) : d <= t && (e.expiredLanes |= l), i &= ~l;
|
|
1343
1343
|
}
|
|
1344
1344
|
}
|
|
1345
1345
|
function Sa(e) {
|
|
1346
1346
|
return e = e.pendingLanes & -1073741825, e !== 0 ? e : e & 1073741824 ? 1073741824 : 0;
|
|
1347
1347
|
}
|
|
1348
|
-
function
|
|
1348
|
+
function mc() {
|
|
1349
1349
|
var e = ro;
|
|
1350
1350
|
return ro <<= 1, !(ro & 4194240) && (ro = 64), e;
|
|
1351
1351
|
}
|
|
@@ -1356,7 +1356,7 @@ function Ui(e) {
|
|
|
1356
1356
|
function Vr(e, t, n) {
|
|
1357
1357
|
e.pendingLanes |= t, t !== 536870912 && (e.suspendedLanes = 0, e.pingedLanes = 0), e = e.eventTimes, t = 31 - yt(t), e[t] = n;
|
|
1358
1358
|
}
|
|
1359
|
-
function
|
|
1359
|
+
function wh(e, t) {
|
|
1360
1360
|
var n = e.pendingLanes & ~t;
|
|
1361
1361
|
e.pendingLanes = t, e.suspendedLanes = 0, e.pingedLanes = 0, e.expiredLanes &= t, e.mutableReadLanes &= t, e.entangledLanes &= t, t = e.entanglements;
|
|
1362
1362
|
var r = e.eventTimes;
|
|
@@ -1373,11 +1373,11 @@ function vs(e, t) {
|
|
|
1373
1373
|
}
|
|
1374
1374
|
}
|
|
1375
1375
|
var pe = 0;
|
|
1376
|
-
function
|
|
1376
|
+
function vc(e) {
|
|
1377
1377
|
return e &= -e, 1 < e ? 4 < e ? e & 268435455 ? 16 : 536870912 : 4 : 1;
|
|
1378
1378
|
}
|
|
1379
|
-
var
|
|
1380
|
-
function
|
|
1379
|
+
var yc, ys, wc, xc, bc, Ca = !1, io = [], Kt = null, Qt = null, Yt = null, Ir = /* @__PURE__ */ new Map(), Pr = /* @__PURE__ */ new Map(), Gt = [], xh = "mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput copy cut paste click change contextmenu reset submit".split(" ");
|
|
1380
|
+
function Ol(e, t) {
|
|
1381
1381
|
switch (e) {
|
|
1382
1382
|
case "focusin":
|
|
1383
1383
|
case "focusout":
|
|
@@ -1403,7 +1403,7 @@ function Rl(e, t) {
|
|
|
1403
1403
|
function rr(e, t, n, r, o, i) {
|
|
1404
1404
|
return e === null || e.nativeEvent !== i ? (e = { blockedOn: t, domEventName: n, eventSystemFlags: r, nativeEvent: i, targetContainers: [o] }, t !== null && (t = Qr(t), t !== null && ys(t)), e) : (e.eventSystemFlags |= r, t = e.targetContainers, o !== null && t.indexOf(o) === -1 && t.push(o), e);
|
|
1405
1405
|
}
|
|
1406
|
-
function
|
|
1406
|
+
function bh(e, t, n, r, o) {
|
|
1407
1407
|
switch (t) {
|
|
1408
1408
|
case "focusin":
|
|
1409
1409
|
return Kt = rr(Kt, e, t, n, r, o), !0;
|
|
@@ -1419,15 +1419,15 @@ function wh(e, t, n, r, o) {
|
|
|
1419
1419
|
}
|
|
1420
1420
|
return !1;
|
|
1421
1421
|
}
|
|
1422
|
-
function
|
|
1422
|
+
function Sc(e) {
|
|
1423
1423
|
var t = cn(e.target);
|
|
1424
1424
|
if (t !== null) {
|
|
1425
1425
|
var n = Sn(t);
|
|
1426
1426
|
if (n !== null) {
|
|
1427
1427
|
if (t = n.tag, t === 13) {
|
|
1428
|
-
if (t =
|
|
1429
|
-
e.blockedOn = t,
|
|
1430
|
-
|
|
1428
|
+
if (t = cc(n), t !== null) {
|
|
1429
|
+
e.blockedOn = t, bc(e.priority, function() {
|
|
1430
|
+
wc(n);
|
|
1431
1431
|
});
|
|
1432
1432
|
return;
|
|
1433
1433
|
}
|
|
@@ -1452,14 +1452,14 @@ function xo(e) {
|
|
|
1452
1452
|
}
|
|
1453
1453
|
return !0;
|
|
1454
1454
|
}
|
|
1455
|
-
function
|
|
1455
|
+
function Tl(e, t, n) {
|
|
1456
1456
|
xo(e) && n.delete(t);
|
|
1457
1457
|
}
|
|
1458
|
-
function
|
|
1459
|
-
Ca = !1, Kt !== null && xo(Kt) && (Kt = null), Qt !== null && xo(Qt) && (Qt = null), Yt !== null && xo(Yt) && (Yt = null), Ir.forEach(
|
|
1458
|
+
function Sh() {
|
|
1459
|
+
Ca = !1, Kt !== null && xo(Kt) && (Kt = null), Qt !== null && xo(Qt) && (Qt = null), Yt !== null && xo(Yt) && (Yt = null), Ir.forEach(Tl), Pr.forEach(Tl);
|
|
1460
1460
|
}
|
|
1461
1461
|
function or(e, t) {
|
|
1462
|
-
e.blockedOn === t && (e.blockedOn = null, Ca || (Ca = !0, ot.unstable_scheduleCallback(ot.unstable_NormalPriority,
|
|
1462
|
+
e.blockedOn === t && (e.blockedOn = null, Ca || (Ca = !0, ot.unstable_scheduleCallback(ot.unstable_NormalPriority, Sh)));
|
|
1463
1463
|
}
|
|
1464
1464
|
function Mr(e) {
|
|
1465
1465
|
function t(o) {
|
|
@@ -1473,10 +1473,10 @@ function Mr(e) {
|
|
|
1473
1473
|
}
|
|
1474
1474
|
}
|
|
1475
1475
|
for (Kt !== null && or(Kt, e), Qt !== null && or(Qt, e), Yt !== null && or(Yt, e), Ir.forEach(t), Pr.forEach(t), n = 0; n < Gt.length; n++) r = Gt[n], r.blockedOn === e && (r.blockedOn = null);
|
|
1476
|
-
for (; 0 < Gt.length && (n = Gt[0], n.blockedOn === null); )
|
|
1476
|
+
for (; 0 < Gt.length && (n = Gt[0], n.blockedOn === null); ) Sc(n), n.blockedOn === null && Gt.shift();
|
|
1477
1477
|
}
|
|
1478
1478
|
var Hn = _t.ReactCurrentBatchConfig, _o = !0;
|
|
1479
|
-
function
|
|
1479
|
+
function Ch(e, t, n, r) {
|
|
1480
1480
|
var o = pe, i = Hn.transition;
|
|
1481
1481
|
Hn.transition = null;
|
|
1482
1482
|
try {
|
|
@@ -1485,7 +1485,7 @@ function bh(e, t, n, r) {
|
|
|
1485
1485
|
pe = o, Hn.transition = i;
|
|
1486
1486
|
}
|
|
1487
1487
|
}
|
|
1488
|
-
function
|
|
1488
|
+
function kh(e, t, n, r) {
|
|
1489
1489
|
var o = pe, i = Hn.transition;
|
|
1490
1490
|
Hn.transition = null;
|
|
1491
1491
|
try {
|
|
@@ -1497,12 +1497,12 @@ function Sh(e, t, n, r) {
|
|
|
1497
1497
|
function ws(e, t, n, r) {
|
|
1498
1498
|
if (_o) {
|
|
1499
1499
|
var o = ka(e, t, n, r);
|
|
1500
|
-
if (o === null) Ki(e, t, r, zo, n),
|
|
1501
|
-
else if (
|
|
1502
|
-
else if (
|
|
1500
|
+
if (o === null) Ki(e, t, r, zo, n), Ol(e, r);
|
|
1501
|
+
else if (bh(o, e, t, n, r)) r.stopPropagation();
|
|
1502
|
+
else if (Ol(e, r), t & 4 && -1 < xh.indexOf(e)) {
|
|
1503
1503
|
for (; o !== null; ) {
|
|
1504
1504
|
var i = Qr(o);
|
|
1505
|
-
if (i !== null &&
|
|
1505
|
+
if (i !== null && yc(i), i = ka(e, t, n, r), i === null && Ki(e, t, r, zo, n), i === o) break;
|
|
1506
1506
|
o = i;
|
|
1507
1507
|
}
|
|
1508
1508
|
o !== null && r.stopPropagation();
|
|
@@ -1513,7 +1513,7 @@ var zo = null;
|
|
|
1513
1513
|
function ka(e, t, n, r) {
|
|
1514
1514
|
if (zo = null, e = gs(r), e = cn(e), e !== null) if (t = Sn(e), t === null) e = null;
|
|
1515
1515
|
else if (n = t.tag, n === 13) {
|
|
1516
|
-
if (e =
|
|
1516
|
+
if (e = cc(t), e !== null) return e;
|
|
1517
1517
|
e = null;
|
|
1518
1518
|
} else if (n === 3) {
|
|
1519
1519
|
if (t.stateNode.current.memoizedState.isDehydrated) return t.tag === 3 ? t.stateNode.containerInfo : null;
|
|
@@ -1521,7 +1521,7 @@ function ka(e, t, n, r) {
|
|
|
1521
1521
|
} else t !== e && (e = null);
|
|
1522
1522
|
return zo = e, null;
|
|
1523
1523
|
}
|
|
1524
|
-
function
|
|
1524
|
+
function Cc(e) {
|
|
1525
1525
|
switch (e) {
|
|
1526
1526
|
case "cancel":
|
|
1527
1527
|
case "click":
|
|
@@ -1596,15 +1596,15 @@ function Sc(e) {
|
|
|
1596
1596
|
case "pointerleave":
|
|
1597
1597
|
return 4;
|
|
1598
1598
|
case "message":
|
|
1599
|
-
switch (
|
|
1599
|
+
switch (fh()) {
|
|
1600
1600
|
case ms:
|
|
1601
1601
|
return 1;
|
|
1602
|
-
case
|
|
1602
|
+
case pc:
|
|
1603
1603
|
return 4;
|
|
1604
1604
|
case Uo:
|
|
1605
|
-
case
|
|
1605
|
+
case dh:
|
|
1606
1606
|
return 16;
|
|
1607
|
-
case
|
|
1607
|
+
case gc:
|
|
1608
1608
|
return 536870912;
|
|
1609
1609
|
default:
|
|
1610
1610
|
return 16;
|
|
@@ -1614,7 +1614,7 @@ function Sc(e) {
|
|
|
1614
1614
|
}
|
|
1615
1615
|
}
|
|
1616
1616
|
var $t = null, xs = null, bo = null;
|
|
1617
|
-
function
|
|
1617
|
+
function kc() {
|
|
1618
1618
|
if (bo) return bo;
|
|
1619
1619
|
var e, t = xs, n = t.length, r, o = "value" in $t ? $t.value : $t.textContent, i = o.length;
|
|
1620
1620
|
for (e = 0; e < n && t[e] === o[e]; e++) ;
|
|
@@ -1629,14 +1629,14 @@ function So(e) {
|
|
|
1629
1629
|
function ao() {
|
|
1630
1630
|
return !0;
|
|
1631
1631
|
}
|
|
1632
|
-
function
|
|
1632
|
+
function Al() {
|
|
1633
1633
|
return !1;
|
|
1634
1634
|
}
|
|
1635
1635
|
function at(e) {
|
|
1636
1636
|
function t(n, r, o, i, a) {
|
|
1637
1637
|
this._reactName = n, this._targetInst = o, this.type = r, this.nativeEvent = i, this.target = a, this.currentTarget = null;
|
|
1638
1638
|
for (var l in e) e.hasOwnProperty(l) && (n = e[l], this[l] = n ? n(i) : i[l]);
|
|
1639
|
-
return this.isDefaultPrevented = (i.defaultPrevented != null ? i.defaultPrevented : i.returnValue === !1) ? ao :
|
|
1639
|
+
return this.isDefaultPrevented = (i.defaultPrevented != null ? i.defaultPrevented : i.returnValue === !1) ? ao : Al, this.isPropagationStopped = Al, this;
|
|
1640
1640
|
}
|
|
1641
1641
|
return Ce(t.prototype, { preventDefault: function() {
|
|
1642
1642
|
this.defaultPrevented = !0;
|
|
@@ -1650,15 +1650,15 @@ function at(e) {
|
|
|
1650
1650
|
}
|
|
1651
1651
|
var Zn = { eventPhase: 0, bubbles: 0, cancelable: 0, timeStamp: function(e) {
|
|
1652
1652
|
return e.timeStamp || Date.now();
|
|
1653
|
-
}, defaultPrevented: 0, isTrusted: 0 }, bs = at(Zn), Kr = Ce({}, Zn, { view: 0, detail: 0 }),
|
|
1653
|
+
}, defaultPrevented: 0, isTrusted: 0 }, bs = at(Zn), Kr = Ce({}, Zn, { view: 0, detail: 0 }), Eh = at(Kr), Bi, _i, ir, ci = Ce({}, Kr, { screenX: 0, screenY: 0, clientX: 0, clientY: 0, pageX: 0, pageY: 0, ctrlKey: 0, shiftKey: 0, altKey: 0, metaKey: 0, getModifierState: Ss, button: 0, buttons: 0, relatedTarget: function(e) {
|
|
1654
1654
|
return e.relatedTarget === void 0 ? e.fromElement === e.srcElement ? e.toElement : e.fromElement : e.relatedTarget;
|
|
1655
1655
|
}, movementX: function(e) {
|
|
1656
1656
|
return "movementX" in e ? e.movementX : (e !== ir && (ir && e.type === "mousemove" ? (Bi = e.screenX - ir.screenX, _i = e.screenY - ir.screenY) : _i = Bi = 0, ir = e), Bi);
|
|
1657
1657
|
}, movementY: function(e) {
|
|
1658
1658
|
return "movementY" in e ? e.movementY : _i;
|
|
1659
|
-
} }),
|
|
1659
|
+
} }), Il = at(ci), Rh = Ce({}, ci, { dataTransfer: 0 }), Oh = at(Rh), Th = Ce({}, Kr, { relatedTarget: 0 }), zi = at(Th), Ah = Ce({}, Zn, { animationName: 0, elapsedTime: 0, pseudoElement: 0 }), Ih = at(Ah), Ph = Ce({}, Zn, { clipboardData: function(e) {
|
|
1660
1660
|
return "clipboardData" in e ? e.clipboardData : window.clipboardData;
|
|
1661
|
-
} }),
|
|
1661
|
+
} }), Mh = at(Ph), Nh = Ce({}, Zn, { data: 0 }), Pl = at(Nh), Lh = {
|
|
1662
1662
|
Esc: "Escape",
|
|
1663
1663
|
Spacebar: " ",
|
|
1664
1664
|
Left: "ArrowLeft",
|
|
@@ -1671,7 +1671,7 @@ var Zn = { eventPhase: 0, bubbles: 0, cancelable: 0, timeStamp: function(e) {
|
|
|
1671
1671
|
Apps: "ContextMenu",
|
|
1672
1672
|
Scroll: "ScrollLock",
|
|
1673
1673
|
MozPrintableKey: "Unidentified"
|
|
1674
|
-
},
|
|
1674
|
+
}, jh = {
|
|
1675
1675
|
8: "Backspace",
|
|
1676
1676
|
9: "Tab",
|
|
1677
1677
|
12: "Clear",
|
|
@@ -1708,27 +1708,27 @@ var Zn = { eventPhase: 0, bubbles: 0, cancelable: 0, timeStamp: function(e) {
|
|
|
1708
1708
|
144: "NumLock",
|
|
1709
1709
|
145: "ScrollLock",
|
|
1710
1710
|
224: "Meta"
|
|
1711
|
-
},
|
|
1712
|
-
function
|
|
1711
|
+
}, Dh = { Alt: "altKey", Control: "ctrlKey", Meta: "metaKey", Shift: "shiftKey" };
|
|
1712
|
+
function Uh(e) {
|
|
1713
1713
|
var t = this.nativeEvent;
|
|
1714
|
-
return t.getModifierState ? t.getModifierState(e) : (e =
|
|
1714
|
+
return t.getModifierState ? t.getModifierState(e) : (e = Dh[e]) ? !!t[e] : !1;
|
|
1715
1715
|
}
|
|
1716
1716
|
function Ss() {
|
|
1717
|
-
return
|
|
1717
|
+
return Uh;
|
|
1718
1718
|
}
|
|
1719
|
-
var
|
|
1719
|
+
var Bh = Ce({}, Kr, { key: function(e) {
|
|
1720
1720
|
if (e.key) {
|
|
1721
|
-
var t =
|
|
1721
|
+
var t = Lh[e.key] || e.key;
|
|
1722
1722
|
if (t !== "Unidentified") return t;
|
|
1723
1723
|
}
|
|
1724
|
-
return e.type === "keypress" ? (e = So(e), e === 13 ? "Enter" : String.fromCharCode(e)) : e.type === "keydown" || e.type === "keyup" ?
|
|
1724
|
+
return e.type === "keypress" ? (e = So(e), e === 13 ? "Enter" : String.fromCharCode(e)) : e.type === "keydown" || e.type === "keyup" ? jh[e.keyCode] || "Unidentified" : "";
|
|
1725
1725
|
}, code: 0, location: 0, ctrlKey: 0, shiftKey: 0, altKey: 0, metaKey: 0, repeat: 0, locale: 0, getModifierState: Ss, charCode: function(e) {
|
|
1726
1726
|
return e.type === "keypress" ? So(e) : 0;
|
|
1727
1727
|
}, keyCode: function(e) {
|
|
1728
1728
|
return e.type === "keydown" || e.type === "keyup" ? e.keyCode : 0;
|
|
1729
1729
|
}, which: function(e) {
|
|
1730
1730
|
return e.type === "keypress" ? So(e) : e.type === "keydown" || e.type === "keyup" ? e.keyCode : 0;
|
|
1731
|
-
} }),
|
|
1731
|
+
} }), _h = at(Bh), zh = Ce({}, ci, { pointerId: 0, width: 0, height: 0, pressure: 0, tangentialPressure: 0, tiltX: 0, tiltY: 0, twist: 0, pointerType: 0, isPrimary: 0 }), Ml = at(zh), Hh = Ce({}, Kr, { touches: 0, targetTouches: 0, changedTouches: 0, altKey: 0, metaKey: 0, ctrlKey: 0, shiftKey: 0, getModifierState: Ss }), Fh = at(Hh), Gh = Ce({}, Zn, { propertyName: 0, elapsedTime: 0, pseudoElement: 0 }), Wh = at(Gh), $h = Ce({}, ci, {
|
|
1732
1732
|
deltaX: function(e) {
|
|
1733
1733
|
return "deltaX" in e ? e.deltaX : "wheelDeltaX" in e ? -e.wheelDeltaX : 0;
|
|
1734
1734
|
},
|
|
@@ -1737,13 +1737,13 @@ var Dh = Ce({}, Kr, { key: function(e) {
|
|
|
1737
1737
|
},
|
|
1738
1738
|
deltaZ: 0,
|
|
1739
1739
|
deltaMode: 0
|
|
1740
|
-
}),
|
|
1740
|
+
}), Vh = at($h), Kh = [9, 13, 27, 32], Cs = jt && "CompositionEvent" in window, vr = null;
|
|
1741
1741
|
jt && "documentMode" in document && (vr = document.documentMode);
|
|
1742
|
-
var
|
|
1743
|
-
function
|
|
1742
|
+
var Qh = jt && "TextEvent" in window && !vr, Ec = jt && (!Cs || vr && 8 < vr && 11 >= vr), Nl = " ", Ll = !1;
|
|
1743
|
+
function Rc(e, t) {
|
|
1744
1744
|
switch (e) {
|
|
1745
1745
|
case "keyup":
|
|
1746
|
-
return
|
|
1746
|
+
return Kh.indexOf(t.keyCode) !== -1;
|
|
1747
1747
|
case "keydown":
|
|
1748
1748
|
return t.keyCode !== 229;
|
|
1749
1749
|
case "keypress":
|
|
@@ -1754,24 +1754,24 @@ function Ec(e, t) {
|
|
|
1754
1754
|
return !1;
|
|
1755
1755
|
}
|
|
1756
1756
|
}
|
|
1757
|
-
function
|
|
1757
|
+
function Oc(e) {
|
|
1758
1758
|
return e = e.detail, typeof e == "object" && "data" in e ? e.data : null;
|
|
1759
1759
|
}
|
|
1760
1760
|
var Tn = !1;
|
|
1761
|
-
function
|
|
1761
|
+
function Yh(e, t) {
|
|
1762
1762
|
switch (e) {
|
|
1763
1763
|
case "compositionend":
|
|
1764
|
-
return
|
|
1764
|
+
return Oc(t);
|
|
1765
1765
|
case "keypress":
|
|
1766
|
-
return t.which !== 32 ? null : (
|
|
1766
|
+
return t.which !== 32 ? null : (Ll = !0, Nl);
|
|
1767
1767
|
case "textInput":
|
|
1768
|
-
return e = t.data, e ===
|
|
1768
|
+
return e = t.data, e === Nl && Ll ? null : e;
|
|
1769
1769
|
default:
|
|
1770
1770
|
return null;
|
|
1771
1771
|
}
|
|
1772
1772
|
}
|
|
1773
|
-
function
|
|
1774
|
-
if (Tn) return e === "compositionend" || !Cs &&
|
|
1773
|
+
function Jh(e, t) {
|
|
1774
|
+
if (Tn) return e === "compositionend" || !Cs && Rc(e, t) ? (e = kc(), bo = xs = $t = null, Tn = !1, e) : null;
|
|
1775
1775
|
switch (e) {
|
|
1776
1776
|
case "paste":
|
|
1777
1777
|
return null;
|
|
@@ -1782,68 +1782,68 @@ function Qh(e, t) {
|
|
|
1782
1782
|
}
|
|
1783
1783
|
return null;
|
|
1784
1784
|
case "compositionend":
|
|
1785
|
-
return
|
|
1785
|
+
return Ec && t.locale !== "ko" ? null : t.data;
|
|
1786
1786
|
default:
|
|
1787
1787
|
return null;
|
|
1788
1788
|
}
|
|
1789
1789
|
}
|
|
1790
|
-
var
|
|
1791
|
-
function
|
|
1790
|
+
var Xh = { color: !0, date: !0, datetime: !0, "datetime-local": !0, email: !0, month: !0, number: !0, password: !0, range: !0, search: !0, tel: !0, text: !0, time: !0, url: !0, week: !0 };
|
|
1791
|
+
function jl(e) {
|
|
1792
1792
|
var t = e && e.nodeName && e.nodeName.toLowerCase();
|
|
1793
|
-
return t === "input" ? !!
|
|
1793
|
+
return t === "input" ? !!Xh[e.type] : t === "textarea";
|
|
1794
1794
|
}
|
|
1795
|
-
function
|
|
1796
|
-
|
|
1795
|
+
function Tc(e, t, n, r) {
|
|
1796
|
+
ic(r), t = Ho(t, "onChange"), 0 < t.length && (n = new bs("onChange", "change", null, n, r), e.push({ event: n, listeners: t }));
|
|
1797
1797
|
}
|
|
1798
1798
|
var yr = null, Nr = null;
|
|
1799
|
-
function
|
|
1800
|
-
|
|
1799
|
+
function Zh(e) {
|
|
1800
|
+
_c(e, 0);
|
|
1801
1801
|
}
|
|
1802
1802
|
function fi(e) {
|
|
1803
1803
|
var t = Pn(e);
|
|
1804
|
-
if (
|
|
1804
|
+
if (Zu(t)) return e;
|
|
1805
1805
|
}
|
|
1806
|
-
function
|
|
1806
|
+
function qh(e, t) {
|
|
1807
1807
|
if (e === "change") return t;
|
|
1808
1808
|
}
|
|
1809
|
-
var
|
|
1809
|
+
var Ac = !1;
|
|
1810
1810
|
if (jt) {
|
|
1811
1811
|
var Hi;
|
|
1812
1812
|
if (jt) {
|
|
1813
1813
|
var Fi = "oninput" in document;
|
|
1814
1814
|
if (!Fi) {
|
|
1815
|
-
var
|
|
1816
|
-
|
|
1815
|
+
var Dl = document.createElement("div");
|
|
1816
|
+
Dl.setAttribute("oninput", "return;"), Fi = typeof Dl.oninput == "function";
|
|
1817
1817
|
}
|
|
1818
1818
|
Hi = Fi;
|
|
1819
1819
|
} else Hi = !1;
|
|
1820
|
-
|
|
1820
|
+
Ac = Hi && (!document.documentMode || 9 < document.documentMode);
|
|
1821
1821
|
}
|
|
1822
|
-
function
|
|
1823
|
-
yr && (yr.detachEvent("onpropertychange",
|
|
1822
|
+
function Ul() {
|
|
1823
|
+
yr && (yr.detachEvent("onpropertychange", Ic), Nr = yr = null);
|
|
1824
1824
|
}
|
|
1825
|
-
function
|
|
1825
|
+
function Ic(e) {
|
|
1826
1826
|
if (e.propertyName === "value" && fi(Nr)) {
|
|
1827
1827
|
var t = [];
|
|
1828
|
-
|
|
1828
|
+
Tc(t, Nr, e, gs(e)), uc(Zh, t);
|
|
1829
1829
|
}
|
|
1830
1830
|
}
|
|
1831
|
-
function
|
|
1832
|
-
e === "focusin" ? (
|
|
1831
|
+
function ep(e, t, n) {
|
|
1832
|
+
e === "focusin" ? (Ul(), yr = t, Nr = n, yr.attachEvent("onpropertychange", Ic)) : e === "focusout" && Ul();
|
|
1833
1833
|
}
|
|
1834
|
-
function
|
|
1834
|
+
function tp(e) {
|
|
1835
1835
|
if (e === "selectionchange" || e === "keyup" || e === "keydown") return fi(Nr);
|
|
1836
1836
|
}
|
|
1837
|
-
function
|
|
1837
|
+
function np(e, t) {
|
|
1838
1838
|
if (e === "click") return fi(t);
|
|
1839
1839
|
}
|
|
1840
|
-
function
|
|
1840
|
+
function rp(e, t) {
|
|
1841
1841
|
if (e === "input" || e === "change") return fi(t);
|
|
1842
1842
|
}
|
|
1843
|
-
function
|
|
1843
|
+
function op(e, t) {
|
|
1844
1844
|
return e === t && (e !== 0 || 1 / e === 1 / t) || e !== e && t !== t;
|
|
1845
1845
|
}
|
|
1846
|
-
var xt = typeof Object.is == "function" ? Object.is :
|
|
1846
|
+
var xt = typeof Object.is == "function" ? Object.is : op;
|
|
1847
1847
|
function Lr(e, t) {
|
|
1848
1848
|
if (xt(e, t)) return !0;
|
|
1849
1849
|
if (typeof e != "object" || e === null || typeof t != "object" || t === null) return !1;
|
|
@@ -1855,12 +1855,12 @@ function Lr(e, t) {
|
|
|
1855
1855
|
}
|
|
1856
1856
|
return !0;
|
|
1857
1857
|
}
|
|
1858
|
-
function
|
|
1858
|
+
function Bl(e) {
|
|
1859
1859
|
for (; e && e.firstChild; ) e = e.firstChild;
|
|
1860
1860
|
return e;
|
|
1861
1861
|
}
|
|
1862
|
-
function
|
|
1863
|
-
var n =
|
|
1862
|
+
function _l(e, t) {
|
|
1863
|
+
var n = Bl(e);
|
|
1864
1864
|
e = 0;
|
|
1865
1865
|
for (var r; n; ) {
|
|
1866
1866
|
if (n.nodeType === 3) {
|
|
@@ -1877,13 +1877,13 @@ function Bl(e, t) {
|
|
|
1877
1877
|
}
|
|
1878
1878
|
n = void 0;
|
|
1879
1879
|
}
|
|
1880
|
-
n =
|
|
1880
|
+
n = Bl(n);
|
|
1881
1881
|
}
|
|
1882
1882
|
}
|
|
1883
|
-
function
|
|
1884
|
-
return e && t ? e === t ? !0 : e && e.nodeType === 3 ? !1 : t && t.nodeType === 3 ?
|
|
1883
|
+
function Pc(e, t) {
|
|
1884
|
+
return e && t ? e === t ? !0 : e && e.nodeType === 3 ? !1 : t && t.nodeType === 3 ? Pc(e, t.parentNode) : "contains" in e ? e.contains(t) : e.compareDocumentPosition ? !!(e.compareDocumentPosition(t) & 16) : !1 : !1;
|
|
1885
1885
|
}
|
|
1886
|
-
function
|
|
1886
|
+
function Mc() {
|
|
1887
1887
|
for (var e = window, t = Lo(); t instanceof e.HTMLIFrameElement; ) {
|
|
1888
1888
|
try {
|
|
1889
1889
|
var n = typeof t.contentWindow.location.href == "string";
|
|
@@ -1900,16 +1900,16 @@ function ks(e) {
|
|
|
1900
1900
|
var t = e && e.nodeName && e.nodeName.toLowerCase();
|
|
1901
1901
|
return t && (t === "input" && (e.type === "text" || e.type === "search" || e.type === "tel" || e.type === "url" || e.type === "password") || t === "textarea" || e.contentEditable === "true");
|
|
1902
1902
|
}
|
|
1903
|
-
function
|
|
1904
|
-
var t =
|
|
1905
|
-
if (t !== n && n && n.ownerDocument &&
|
|
1903
|
+
function ip(e) {
|
|
1904
|
+
var t = Mc(), n = e.focusedElem, r = e.selectionRange;
|
|
1905
|
+
if (t !== n && n && n.ownerDocument && Pc(n.ownerDocument.documentElement, n)) {
|
|
1906
1906
|
if (r !== null && ks(n)) {
|
|
1907
1907
|
if (t = r.start, e = r.end, e === void 0 && (e = t), "selectionStart" in n) n.selectionStart = t, n.selectionEnd = Math.min(e, n.value.length);
|
|
1908
1908
|
else if (e = (t = n.ownerDocument || document) && t.defaultView || window, e.getSelection) {
|
|
1909
1909
|
e = e.getSelection();
|
|
1910
1910
|
var o = n.textContent.length, i = Math.min(r.start, o);
|
|
1911
|
-
r = r.end === void 0 ? i : Math.min(r.end, o), !e.extend && i > r && (o = r, r = i, i = o), o =
|
|
1912
|
-
var a =
|
|
1911
|
+
r = r.end === void 0 ? i : Math.min(r.end, o), !e.extend && i > r && (o = r, r = i, i = o), o = _l(n, i);
|
|
1912
|
+
var a = _l(
|
|
1913
1913
|
n,
|
|
1914
1914
|
r
|
|
1915
1915
|
);
|
|
@@ -1920,8 +1920,8 @@ function rp(e) {
|
|
|
1920
1920
|
for (typeof n.focus == "function" && n.focus(), n = 0; n < t.length; n++) e = t[n], e.element.scrollLeft = e.left, e.element.scrollTop = e.top;
|
|
1921
1921
|
}
|
|
1922
1922
|
}
|
|
1923
|
-
var
|
|
1924
|
-
function
|
|
1923
|
+
var ap = jt && "documentMode" in document && 11 >= document.documentMode, An = null, Ea = null, wr = null, Ra = !1;
|
|
1924
|
+
function zl(e, t, n) {
|
|
1925
1925
|
var r = n.window === n ? n.document : n.nodeType === 9 ? n : n.ownerDocument;
|
|
1926
1926
|
Ra || An == null || An !== Lo(r) || (r = An, "selectionStart" in r && ks(r) ? r = { start: r.selectionStart, end: r.selectionEnd } : (r = (r.ownerDocument && r.ownerDocument.defaultView || window).getSelection(), r = { anchorNode: r.anchorNode, anchorOffset: r.anchorOffset, focusNode: r.focusNode, focusOffset: r.focusOffset }), wr && Lr(wr, r) || (wr = r, r = Ho(Ea, "onSelect"), 0 < r.length && (t = new bs("onSelect", "select", null, t, n), e.push({ event: t, listeners: r }), t.target = An)));
|
|
1927
1927
|
}
|
|
@@ -1929,30 +1929,30 @@ function so(e, t) {
|
|
|
1929
1929
|
var n = {};
|
|
1930
1930
|
return n[e.toLowerCase()] = t.toLowerCase(), n["Webkit" + e] = "webkit" + t, n["Moz" + e] = "moz" + t, n;
|
|
1931
1931
|
}
|
|
1932
|
-
var In = { animationend: so("Animation", "AnimationEnd"), animationiteration: so("Animation", "AnimationIteration"), animationstart: so("Animation", "AnimationStart"), transitionend: so("Transition", "TransitionEnd") }, Gi = {},
|
|
1933
|
-
jt && (
|
|
1932
|
+
var In = { animationend: so("Animation", "AnimationEnd"), animationiteration: so("Animation", "AnimationIteration"), animationstart: so("Animation", "AnimationStart"), transitionend: so("Transition", "TransitionEnd") }, Gi = {}, Nc = {};
|
|
1933
|
+
jt && (Nc = document.createElement("div").style, "AnimationEvent" in window || (delete In.animationend.animation, delete In.animationiteration.animation, delete In.animationstart.animation), "TransitionEvent" in window || delete In.transitionend.transition);
|
|
1934
1934
|
function di(e) {
|
|
1935
1935
|
if (Gi[e]) return Gi[e];
|
|
1936
1936
|
if (!In[e]) return e;
|
|
1937
1937
|
var t = In[e], n;
|
|
1938
|
-
for (n in t) if (t.hasOwnProperty(n) && n in
|
|
1938
|
+
for (n in t) if (t.hasOwnProperty(n) && n in Nc) return Gi[e] = t[n];
|
|
1939
1939
|
return e;
|
|
1940
1940
|
}
|
|
1941
|
-
var
|
|
1941
|
+
var Lc = di("animationend"), jc = di("animationiteration"), Dc = di("animationstart"), Uc = di("transitionend"), Bc = /* @__PURE__ */ new Map(), Hl = "abort auxClick cancel canPlay canPlayThrough click close contextMenu copy cut drag dragEnd dragEnter dragExit dragLeave dragOver dragStart drop durationChange emptied encrypted ended error gotPointerCapture input invalid keyDown keyPress keyUp load loadedData loadedMetadata loadStart lostPointerCapture mouseDown mouseMove mouseOut mouseOver mouseUp paste pause play playing pointerCancel pointerDown pointerMove pointerOut pointerOver pointerUp progress rateChange reset resize seeked seeking stalled submit suspend timeUpdate touchCancel touchEnd touchStart volumeChange scroll toggle touchMove waiting wheel".split(" ");
|
|
1942
1942
|
function rn(e, t) {
|
|
1943
|
-
|
|
1943
|
+
Bc.set(e, t), bn(t, [e]);
|
|
1944
1944
|
}
|
|
1945
|
-
for (var Wi = 0; Wi <
|
|
1946
|
-
var $i =
|
|
1947
|
-
rn(
|
|
1945
|
+
for (var Wi = 0; Wi < Hl.length; Wi++) {
|
|
1946
|
+
var $i = Hl[Wi], sp = $i.toLowerCase(), lp = $i[0].toUpperCase() + $i.slice(1);
|
|
1947
|
+
rn(sp, "on" + lp);
|
|
1948
1948
|
}
|
|
1949
|
-
rn(
|
|
1950
|
-
rn(
|
|
1951
|
-
rn(
|
|
1949
|
+
rn(Lc, "onAnimationEnd");
|
|
1950
|
+
rn(jc, "onAnimationIteration");
|
|
1951
|
+
rn(Dc, "onAnimationStart");
|
|
1952
1952
|
rn("dblclick", "onDoubleClick");
|
|
1953
1953
|
rn("focusin", "onFocus");
|
|
1954
1954
|
rn("focusout", "onBlur");
|
|
1955
|
-
rn(
|
|
1955
|
+
rn(Uc, "onTransitionEnd");
|
|
1956
1956
|
Wn("onMouseEnter", ["mouseout", "mouseover"]);
|
|
1957
1957
|
Wn("onMouseLeave", ["mouseout", "mouseover"]);
|
|
1958
1958
|
Wn("onPointerEnter", ["pointerout", "pointerover"]);
|
|
@@ -1963,12 +1963,12 @@ bn("onBeforeInput", ["compositionend", "keypress", "textInput", "paste"]);
|
|
|
1963
1963
|
bn("onCompositionEnd", "compositionend focusout keydown keypress keyup mousedown".split(" "));
|
|
1964
1964
|
bn("onCompositionStart", "compositionstart focusout keydown keypress keyup mousedown".split(" "));
|
|
1965
1965
|
bn("onCompositionUpdate", "compositionupdate focusout keydown keypress keyup mousedown".split(" "));
|
|
1966
|
-
var pr = "abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange resize seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),
|
|
1967
|
-
function
|
|
1966
|
+
var pr = "abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange resize seeked seeking stalled suspend timeupdate volumechange waiting".split(" "), up = new Set("cancel close invalid load scroll toggle".split(" ").concat(pr));
|
|
1967
|
+
function Fl(e, t, n) {
|
|
1968
1968
|
var r = e.type || "unknown-event";
|
|
1969
|
-
e.currentTarget = n,
|
|
1969
|
+
e.currentTarget = n, sh(r, t, void 0, e), e.currentTarget = null;
|
|
1970
1970
|
}
|
|
1971
|
-
function
|
|
1971
|
+
function _c(e, t) {
|
|
1972
1972
|
t = (t & 4) !== 0;
|
|
1973
1973
|
for (var n = 0; n < e.length; n++) {
|
|
1974
1974
|
var r = e[n], o = r.event;
|
|
@@ -1978,11 +1978,11 @@ function Bc(e, t) {
|
|
|
1978
1978
|
if (t) for (var a = r.length - 1; 0 <= a; a--) {
|
|
1979
1979
|
var l = r[a], d = l.instance, m = l.currentTarget;
|
|
1980
1980
|
if (l = l.listener, d !== i && o.isPropagationStopped()) break e;
|
|
1981
|
-
|
|
1981
|
+
Fl(o, l, m), i = d;
|
|
1982
1982
|
}
|
|
1983
1983
|
else for (a = 0; a < r.length; a++) {
|
|
1984
1984
|
if (l = r[a], d = l.instance, m = l.currentTarget, l = l.listener, d !== i && o.isPropagationStopped()) break e;
|
|
1985
|
-
|
|
1985
|
+
Fl(o, l, m), i = d;
|
|
1986
1986
|
}
|
|
1987
1987
|
}
|
|
1988
1988
|
}
|
|
@@ -1992,29 +1992,29 @@ function ye(e, t) {
|
|
|
1992
1992
|
var n = t[Pa];
|
|
1993
1993
|
n === void 0 && (n = t[Pa] = /* @__PURE__ */ new Set());
|
|
1994
1994
|
var r = e + "__bubble";
|
|
1995
|
-
n.has(r) || (
|
|
1995
|
+
n.has(r) || (zc(t, e, 2, !1), n.add(r));
|
|
1996
1996
|
}
|
|
1997
1997
|
function Vi(e, t, n) {
|
|
1998
1998
|
var r = 0;
|
|
1999
|
-
t && (r |= 4),
|
|
1999
|
+
t && (r |= 4), zc(n, e, r, t);
|
|
2000
2000
|
}
|
|
2001
2001
|
var lo = "_reactListening" + Math.random().toString(36).slice(2);
|
|
2002
2002
|
function jr(e) {
|
|
2003
2003
|
if (!e[lo]) {
|
|
2004
|
-
e[lo] = !0,
|
|
2005
|
-
n !== "selectionchange" && (
|
|
2004
|
+
e[lo] = !0, Ku.forEach(function(n) {
|
|
2005
|
+
n !== "selectionchange" && (up.has(n) || Vi(n, !1, e), Vi(n, !0, e));
|
|
2006
2006
|
});
|
|
2007
2007
|
var t = e.nodeType === 9 ? e : e.ownerDocument;
|
|
2008
2008
|
t === null || t[lo] || (t[lo] = !0, Vi("selectionchange", !1, t));
|
|
2009
2009
|
}
|
|
2010
2010
|
}
|
|
2011
|
-
function
|
|
2012
|
-
switch (
|
|
2011
|
+
function zc(e, t, n, r) {
|
|
2012
|
+
switch (Cc(t)) {
|
|
2013
2013
|
case 1:
|
|
2014
|
-
var o =
|
|
2014
|
+
var o = Ch;
|
|
2015
2015
|
break;
|
|
2016
2016
|
case 4:
|
|
2017
|
-
o =
|
|
2017
|
+
o = kh;
|
|
2018
2018
|
break;
|
|
2019
2019
|
default:
|
|
2020
2020
|
o = ws;
|
|
@@ -2045,10 +2045,10 @@ function Ki(e, t, n, r, o) {
|
|
|
2045
2045
|
}
|
|
2046
2046
|
r = r.return;
|
|
2047
2047
|
}
|
|
2048
|
-
|
|
2048
|
+
uc(function() {
|
|
2049
2049
|
var m = i, b = gs(n), R = [];
|
|
2050
2050
|
e: {
|
|
2051
|
-
var y =
|
|
2051
|
+
var y = Bc.get(e);
|
|
2052
2052
|
if (y !== void 0) {
|
|
2053
2053
|
var E = bs, u = e;
|
|
2054
2054
|
switch (e) {
|
|
@@ -2056,7 +2056,7 @@ function Ki(e, t, n, r, o) {
|
|
|
2056
2056
|
if (So(n) === 0) break e;
|
|
2057
2057
|
case "keydown":
|
|
2058
2058
|
case "keyup":
|
|
2059
|
-
E =
|
|
2059
|
+
E = _h;
|
|
2060
2060
|
break;
|
|
2061
2061
|
case "focusin":
|
|
2062
2062
|
u = "focus", E = zi;
|
|
@@ -2078,7 +2078,7 @@ function Ki(e, t, n, r, o) {
|
|
|
2078
2078
|
case "mouseout":
|
|
2079
2079
|
case "mouseover":
|
|
2080
2080
|
case "contextmenu":
|
|
2081
|
-
E =
|
|
2081
|
+
E = Il;
|
|
2082
2082
|
break;
|
|
2083
2083
|
case "drag":
|
|
2084
2084
|
case "dragend":
|
|
@@ -2088,32 +2088,32 @@ function Ki(e, t, n, r, o) {
|
|
|
2088
2088
|
case "dragover":
|
|
2089
2089
|
case "dragstart":
|
|
2090
2090
|
case "drop":
|
|
2091
|
-
E =
|
|
2091
|
+
E = Oh;
|
|
2092
2092
|
break;
|
|
2093
2093
|
case "touchcancel":
|
|
2094
2094
|
case "touchend":
|
|
2095
2095
|
case "touchmove":
|
|
2096
2096
|
case "touchstart":
|
|
2097
|
-
E =
|
|
2097
|
+
E = Fh;
|
|
2098
2098
|
break;
|
|
2099
|
-
case Nc:
|
|
2100
2099
|
case Lc:
|
|
2101
2100
|
case jc:
|
|
2102
|
-
E = Th;
|
|
2103
|
-
break;
|
|
2104
2101
|
case Dc:
|
|
2105
|
-
E =
|
|
2102
|
+
E = Ih;
|
|
2103
|
+
break;
|
|
2104
|
+
case Uc:
|
|
2105
|
+
E = Wh;
|
|
2106
2106
|
break;
|
|
2107
2107
|
case "scroll":
|
|
2108
|
-
E =
|
|
2108
|
+
E = Eh;
|
|
2109
2109
|
break;
|
|
2110
2110
|
case "wheel":
|
|
2111
|
-
E =
|
|
2111
|
+
E = Vh;
|
|
2112
2112
|
break;
|
|
2113
2113
|
case "copy":
|
|
2114
2114
|
case "cut":
|
|
2115
2115
|
case "paste":
|
|
2116
|
-
E =
|
|
2116
|
+
E = Mh;
|
|
2117
2117
|
break;
|
|
2118
2118
|
case "gotpointercapture":
|
|
2119
2119
|
case "lostpointercapture":
|
|
@@ -2123,7 +2123,7 @@ function Ki(e, t, n, r, o) {
|
|
|
2123
2123
|
case "pointerout":
|
|
2124
2124
|
case "pointerover":
|
|
2125
2125
|
case "pointerup":
|
|
2126
|
-
E =
|
|
2126
|
+
E = Ml;
|
|
2127
2127
|
}
|
|
2128
2128
|
var C = (t & 4) !== 0, M = !C && e === "scroll", x = C ? y !== null ? y + "Capture" : null : y;
|
|
2129
2129
|
C = [];
|
|
@@ -2140,7 +2140,7 @@ function Ki(e, t, n, r, o) {
|
|
|
2140
2140
|
e: {
|
|
2141
2141
|
if (y = e === "mouseover" || e === "pointerover", E = e === "mouseout" || e === "pointerout", y && n !== ya && (u = n.relatedTarget || n.fromElement) && (cn(u) || u[Dt])) break e;
|
|
2142
2142
|
if ((E || y) && (y = b.window === b ? b : (y = b.ownerDocument) ? y.defaultView || y.parentWindow : window, E ? (u = n.relatedTarget || n.toElement, E = m, u = u ? cn(u) : null, u !== null && (M = Sn(u), u !== M || u.tag !== 5 && u.tag !== 6) && (u = null)) : (E = null, u = m), E !== u)) {
|
|
2143
|
-
if (C =
|
|
2143
|
+
if (C = Il, S = "onMouseLeave", x = "onMouseEnter", p = "mouse", (e === "pointerout" || e === "pointerover") && (C = Ml, S = "onPointerLeave", x = "onPointerEnter", p = "pointer"), M = E == null ? y : Pn(E), g = u == null ? y : Pn(u), y = new C(S, p + "leave", E, n, b), y.target = M, y.relatedTarget = g, S = null, cn(b) === m && (C = new C(x, p + "enter", u, n, b), C.target = g, C.relatedTarget = M, S = C), M = S, E && u) t: {
|
|
2144
2144
|
for (C = E, x = u, p = 0, g = C; g; g = kn(g)) p++;
|
|
2145
2145
|
for (g = 0, S = x; S; S = kn(S)) g++;
|
|
2146
2146
|
for (; 0 < p - g; ) C = kn(C), p--;
|
|
@@ -2152,26 +2152,26 @@ function Ki(e, t, n, r, o) {
|
|
|
2152
2152
|
C = null;
|
|
2153
2153
|
}
|
|
2154
2154
|
else C = null;
|
|
2155
|
-
E !== null &&
|
|
2155
|
+
E !== null && Gl(R, y, E, C, !1), u !== null && M !== null && Gl(R, M, u, C, !0);
|
|
2156
2156
|
}
|
|
2157
2157
|
}
|
|
2158
2158
|
e: {
|
|
2159
|
-
if (y = m ? Pn(m) : window, E = y.nodeName && y.nodeName.toLowerCase(), E === "select" || E === "input" && y.type === "file") var h =
|
|
2160
|
-
else if (
|
|
2159
|
+
if (y = m ? Pn(m) : window, E = y.nodeName && y.nodeName.toLowerCase(), E === "select" || E === "input" && y.type === "file") var h = qh;
|
|
2160
|
+
else if (jl(y)) if (Ac) h = rp;
|
|
2161
2161
|
else {
|
|
2162
|
-
h =
|
|
2163
|
-
var f =
|
|
2162
|
+
h = tp;
|
|
2163
|
+
var f = ep;
|
|
2164
2164
|
}
|
|
2165
|
-
else (E = y.nodeName) && E.toLowerCase() === "input" && (y.type === "checkbox" || y.type === "radio") && (h =
|
|
2165
|
+
else (E = y.nodeName) && E.toLowerCase() === "input" && (y.type === "checkbox" || y.type === "radio") && (h = np);
|
|
2166
2166
|
if (h && (h = h(e, m))) {
|
|
2167
|
-
|
|
2167
|
+
Tc(R, h, n, b);
|
|
2168
2168
|
break e;
|
|
2169
2169
|
}
|
|
2170
2170
|
f && f(e, y, m), e === "focusout" && (f = y._wrapperState) && f.controlled && y.type === "number" && ha(y, "number", y.value);
|
|
2171
2171
|
}
|
|
2172
2172
|
switch (f = m ? Pn(m) : window, e) {
|
|
2173
2173
|
case "focusin":
|
|
2174
|
-
(
|
|
2174
|
+
(jl(f) || f.contentEditable === "true") && (An = f, Ea = m, wr = null);
|
|
2175
2175
|
break;
|
|
2176
2176
|
case "focusout":
|
|
2177
2177
|
wr = Ea = An = null;
|
|
@@ -2182,13 +2182,13 @@ function Ki(e, t, n, r, o) {
|
|
|
2182
2182
|
case "contextmenu":
|
|
2183
2183
|
case "mouseup":
|
|
2184
2184
|
case "dragend":
|
|
2185
|
-
Ra = !1,
|
|
2185
|
+
Ra = !1, zl(R, n, b);
|
|
2186
2186
|
break;
|
|
2187
2187
|
case "selectionchange":
|
|
2188
|
-
if (
|
|
2188
|
+
if (ap) break;
|
|
2189
2189
|
case "keydown":
|
|
2190
2190
|
case "keyup":
|
|
2191
|
-
|
|
2191
|
+
zl(R, n, b);
|
|
2192
2192
|
}
|
|
2193
2193
|
var c;
|
|
2194
2194
|
if (Cs) e: {
|
|
@@ -2205,10 +2205,10 @@ function Ki(e, t, n, r, o) {
|
|
|
2205
2205
|
}
|
|
2206
2206
|
s = void 0;
|
|
2207
2207
|
}
|
|
2208
|
-
else Tn ?
|
|
2209
|
-
s && (
|
|
2208
|
+
else Tn ? Rc(e, n) && (s = "onCompositionEnd") : e === "keydown" && n.keyCode === 229 && (s = "onCompositionStart");
|
|
2209
|
+
s && (Ec && n.locale !== "ko" && (Tn || s !== "onCompositionStart" ? s === "onCompositionEnd" && Tn && (c = kc()) : ($t = b, xs = "value" in $t ? $t.value : $t.textContent, Tn = !0)), f = Ho(m, s), 0 < f.length && (s = new Pl(s, e, null, n, b), R.push({ event: s, listeners: f }), c ? s.data = c : (c = Oc(n), c !== null && (s.data = c)))), (c = Qh ? Yh(e, n) : Jh(e, n)) && (m = Ho(m, "onBeforeInput"), 0 < m.length && (b = new Pl("onBeforeInput", "beforeinput", null, n, b), R.push({ event: b, listeners: m }), b.data = c));
|
|
2210
2210
|
}
|
|
2211
|
-
|
|
2211
|
+
_c(R, t);
|
|
2212
2212
|
});
|
|
2213
2213
|
}
|
|
2214
2214
|
function Dr(e, t, n) {
|
|
@@ -2228,7 +2228,7 @@ function kn(e) {
|
|
|
2228
2228
|
while (e && e.tag !== 5);
|
|
2229
2229
|
return e || null;
|
|
2230
2230
|
}
|
|
2231
|
-
function
|
|
2231
|
+
function Gl(e, t, n, r, o) {
|
|
2232
2232
|
for (var i = t._reactName, a = []; n !== null && n !== r; ) {
|
|
2233
2233
|
var l = n, d = l.alternate, m = l.stateNode;
|
|
2234
2234
|
if (d !== null && d === r) break;
|
|
@@ -2236,13 +2236,13 @@ function Fl(e, t, n, r, o) {
|
|
|
2236
2236
|
}
|
|
2237
2237
|
a.length !== 0 && e.push({ event: t, listeners: a });
|
|
2238
2238
|
}
|
|
2239
|
-
var
|
|
2240
|
-
function
|
|
2241
|
-
return (typeof e == "string" ? e : "" + e).replace(
|
|
2242
|
-
`).replace(
|
|
2239
|
+
var cp = /\r\n?/g, fp = /\u0000|\uFFFD/g;
|
|
2240
|
+
function Wl(e) {
|
|
2241
|
+
return (typeof e == "string" ? e : "" + e).replace(cp, `
|
|
2242
|
+
`).replace(fp, "");
|
|
2243
2243
|
}
|
|
2244
2244
|
function uo(e, t, n) {
|
|
2245
|
-
if (t =
|
|
2245
|
+
if (t = Wl(t), Wl(e) !== t && n) throw Error(Y(425));
|
|
2246
2246
|
}
|
|
2247
2247
|
function Fo() {
|
|
2248
2248
|
}
|
|
@@ -2250,10 +2250,10 @@ var Oa = null, Ta = null;
|
|
|
2250
2250
|
function Aa(e, t) {
|
|
2251
2251
|
return e === "textarea" || e === "noscript" || typeof t.children == "string" || typeof t.children == "number" || typeof t.dangerouslySetInnerHTML == "object" && t.dangerouslySetInnerHTML !== null && t.dangerouslySetInnerHTML.__html != null;
|
|
2252
2252
|
}
|
|
2253
|
-
var Ia = typeof setTimeout == "function" ? setTimeout : void 0,
|
|
2254
|
-
return
|
|
2253
|
+
var Ia = typeof setTimeout == "function" ? setTimeout : void 0, dp = typeof clearTimeout == "function" ? clearTimeout : void 0, $l = typeof Promise == "function" ? Promise : void 0, hp = typeof queueMicrotask == "function" ? queueMicrotask : typeof $l != "undefined" ? function(e) {
|
|
2254
|
+
return $l.resolve(null).then(e).catch(pp);
|
|
2255
2255
|
} : Ia;
|
|
2256
|
-
function
|
|
2256
|
+
function pp(e) {
|
|
2257
2257
|
setTimeout(function() {
|
|
2258
2258
|
throw e;
|
|
2259
2259
|
});
|
|
@@ -2284,7 +2284,7 @@ function Jt(e) {
|
|
|
2284
2284
|
}
|
|
2285
2285
|
return e;
|
|
2286
2286
|
}
|
|
2287
|
-
function
|
|
2287
|
+
function Vl(e) {
|
|
2288
2288
|
e = e.previousSibling;
|
|
2289
2289
|
for (var t = 0; e; ) {
|
|
2290
2290
|
if (e.nodeType === 8) {
|
|
@@ -2298,15 +2298,15 @@ function $l(e) {
|
|
|
2298
2298
|
}
|
|
2299
2299
|
return null;
|
|
2300
2300
|
}
|
|
2301
|
-
var qn = Math.random().toString(36).slice(2), kt = "__reactFiber$" + qn, Ur = "__reactProps$" + qn, Dt = "__reactContainer$" + qn, Pa = "__reactEvents$" + qn,
|
|
2301
|
+
var qn = Math.random().toString(36).slice(2), kt = "__reactFiber$" + qn, Ur = "__reactProps$" + qn, Dt = "__reactContainer$" + qn, Pa = "__reactEvents$" + qn, gp = "__reactListeners$" + qn, mp = "__reactHandles$" + qn;
|
|
2302
2302
|
function cn(e) {
|
|
2303
2303
|
var t = e[kt];
|
|
2304
2304
|
if (t) return t;
|
|
2305
2305
|
for (var n = e.parentNode; n; ) {
|
|
2306
2306
|
if (t = n[Dt] || n[kt]) {
|
|
2307
|
-
if (n = t.alternate, t.child !== null || n !== null && n.child !== null) for (e =
|
|
2307
|
+
if (n = t.alternate, t.child !== null || n !== null && n.child !== null) for (e = Vl(e); e !== null; ) {
|
|
2308
2308
|
if (n = e[kt]) return n;
|
|
2309
|
-
e =
|
|
2309
|
+
e = Vl(e);
|
|
2310
2310
|
}
|
|
2311
2311
|
return t;
|
|
2312
2312
|
}
|
|
@@ -2350,31 +2350,31 @@ function Xe(e) {
|
|
|
2350
2350
|
function Go() {
|
|
2351
2351
|
we(Je), we(ze);
|
|
2352
2352
|
}
|
|
2353
|
-
function
|
|
2353
|
+
function Kl(e, t, n) {
|
|
2354
2354
|
if (ze.current !== nn) throw Error(Y(168));
|
|
2355
2355
|
ve(ze, t), ve(Je, n);
|
|
2356
2356
|
}
|
|
2357
|
-
function
|
|
2357
|
+
function Hc(e, t, n) {
|
|
2358
2358
|
var r = e.stateNode;
|
|
2359
2359
|
if (t = t.childContextTypes, typeof r.getChildContext != "function") return n;
|
|
2360
2360
|
r = r.getChildContext();
|
|
2361
|
-
for (var o in r) if (!(o in t)) throw Error(Y(108,
|
|
2361
|
+
for (var o in r) if (!(o in t)) throw Error(Y(108, eh(e) || "Unknown", o));
|
|
2362
2362
|
return Ce({}, n, r);
|
|
2363
2363
|
}
|
|
2364
2364
|
function Wo(e) {
|
|
2365
2365
|
return e = (e = e.stateNode) && e.__reactInternalMemoizedMergedChildContext || nn, gn = ze.current, ve(ze, e), ve(Je, Je.current), !0;
|
|
2366
2366
|
}
|
|
2367
|
-
function
|
|
2367
|
+
function Ql(e, t, n) {
|
|
2368
2368
|
var r = e.stateNode;
|
|
2369
2369
|
if (!r) throw Error(Y(169));
|
|
2370
|
-
n ? (e =
|
|
2370
|
+
n ? (e = Hc(e, t, gn), r.__reactInternalMemoizedMergedChildContext = e, we(Je), we(ze), ve(ze, e)) : we(Je), ve(Je, n);
|
|
2371
2371
|
}
|
|
2372
2372
|
var At = null, pi = !1, Yi = !1;
|
|
2373
|
-
function
|
|
2373
|
+
function Fc(e) {
|
|
2374
2374
|
At === null ? At = [e] : At.push(e);
|
|
2375
2375
|
}
|
|
2376
|
-
function
|
|
2377
|
-
pi = !0,
|
|
2376
|
+
function vp(e) {
|
|
2377
|
+
pi = !0, Fc(e);
|
|
2378
2378
|
}
|
|
2379
2379
|
function an() {
|
|
2380
2380
|
if (!Yi && At !== null) {
|
|
@@ -2390,7 +2390,7 @@ function an() {
|
|
|
2390
2390
|
}
|
|
2391
2391
|
At = null, pi = !1;
|
|
2392
2392
|
} catch (o) {
|
|
2393
|
-
throw At !== null && (At = At.slice(e + 1)),
|
|
2393
|
+
throw At !== null && (At = At.slice(e + 1)), hc(ms, an), o;
|
|
2394
2394
|
} finally {
|
|
2395
2395
|
pe = t, Yi = !1;
|
|
2396
2396
|
}
|
|
@@ -2401,7 +2401,7 @@ var Nn = [], Ln = 0, $o = null, Vo = 0, st = [], lt = 0, mn = null, It = 1, Pt =
|
|
|
2401
2401
|
function ln(e, t) {
|
|
2402
2402
|
Nn[Ln++] = Vo, Nn[Ln++] = $o, $o = e, Vo = t;
|
|
2403
2403
|
}
|
|
2404
|
-
function
|
|
2404
|
+
function Gc(e, t, n) {
|
|
2405
2405
|
st[lt++] = It, st[lt++] = Pt, st[lt++] = mn, mn = e;
|
|
2406
2406
|
var r = It;
|
|
2407
2407
|
e = Pt;
|
|
@@ -2414,18 +2414,18 @@ function Fc(e, t, n) {
|
|
|
2414
2414
|
} else It = 1 << i | n << o | r, Pt = e;
|
|
2415
2415
|
}
|
|
2416
2416
|
function Es(e) {
|
|
2417
|
-
e.return !== null && (ln(e, 1),
|
|
2417
|
+
e.return !== null && (ln(e, 1), Gc(e, 1, 0));
|
|
2418
2418
|
}
|
|
2419
2419
|
function Rs(e) {
|
|
2420
2420
|
for (; e === $o; ) $o = Nn[--Ln], Nn[Ln] = null, Vo = Nn[--Ln], Nn[Ln] = null;
|
|
2421
2421
|
for (; e === mn; ) mn = st[--lt], st[lt] = null, Pt = st[--lt], st[lt] = null, It = st[--lt], st[lt] = null;
|
|
2422
2422
|
}
|
|
2423
2423
|
var rt = null, tt = null, xe = !1, vt = null;
|
|
2424
|
-
function
|
|
2424
|
+
function Wc(e, t) {
|
|
2425
2425
|
var n = ut(5, null, null, 0);
|
|
2426
2426
|
n.elementType = "DELETED", n.stateNode = t, n.return = e, t = e.deletions, t === null ? (e.deletions = [n], e.flags |= 16) : t.push(n);
|
|
2427
2427
|
}
|
|
2428
|
-
function
|
|
2428
|
+
function Yl(e, t) {
|
|
2429
2429
|
switch (e.tag) {
|
|
2430
2430
|
case 5:
|
|
2431
2431
|
var n = e.type;
|
|
@@ -2446,11 +2446,11 @@ function La(e) {
|
|
|
2446
2446
|
var t = tt;
|
|
2447
2447
|
if (t) {
|
|
2448
2448
|
var n = t;
|
|
2449
|
-
if (!
|
|
2449
|
+
if (!Yl(e, t)) {
|
|
2450
2450
|
if (Na(e)) throw Error(Y(418));
|
|
2451
2451
|
t = Jt(n.nextSibling);
|
|
2452
2452
|
var r = rt;
|
|
2453
|
-
t &&
|
|
2453
|
+
t && Yl(e, t) ? Wc(r, n) : (e.flags = e.flags & -4097 | 2, xe = !1, rt = e);
|
|
2454
2454
|
}
|
|
2455
2455
|
} else {
|
|
2456
2456
|
if (Na(e)) throw Error(Y(418));
|
|
@@ -2458,19 +2458,19 @@ function La(e) {
|
|
|
2458
2458
|
}
|
|
2459
2459
|
}
|
|
2460
2460
|
}
|
|
2461
|
-
function
|
|
2461
|
+
function Jl(e) {
|
|
2462
2462
|
for (e = e.return; e !== null && e.tag !== 5 && e.tag !== 3 && e.tag !== 13; ) e = e.return;
|
|
2463
2463
|
rt = e;
|
|
2464
2464
|
}
|
|
2465
2465
|
function co(e) {
|
|
2466
2466
|
if (e !== rt) return !1;
|
|
2467
|
-
if (!xe) return
|
|
2467
|
+
if (!xe) return Jl(e), xe = !0, !1;
|
|
2468
2468
|
var t;
|
|
2469
2469
|
if ((t = e.tag !== 3) && !(t = e.tag !== 5) && (t = e.type, t = t !== "head" && t !== "body" && !Aa(e.type, e.memoizedProps)), t && (t = tt)) {
|
|
2470
|
-
if (Na(e)) throw
|
|
2471
|
-
for (; t; )
|
|
2470
|
+
if (Na(e)) throw $c(), Error(Y(418));
|
|
2471
|
+
for (; t; ) Wc(e, t), t = Jt(t.nextSibling);
|
|
2472
2472
|
}
|
|
2473
|
-
if (
|
|
2473
|
+
if (Jl(e), e.tag === 13) {
|
|
2474
2474
|
if (e = e.memoizedState, e = e !== null ? e.dehydrated : null, !e) throw Error(Y(317));
|
|
2475
2475
|
e: {
|
|
2476
2476
|
for (e = e.nextSibling, t = 0; e; ) {
|
|
@@ -2491,7 +2491,7 @@ function co(e) {
|
|
|
2491
2491
|
} else tt = rt ? Jt(e.stateNode.nextSibling) : null;
|
|
2492
2492
|
return !0;
|
|
2493
2493
|
}
|
|
2494
|
-
function
|
|
2494
|
+
function $c() {
|
|
2495
2495
|
for (var e = tt; e; ) e = Jt(e.nextSibling);
|
|
2496
2496
|
}
|
|
2497
2497
|
function Vn() {
|
|
@@ -2500,7 +2500,7 @@ function Vn() {
|
|
|
2500
2500
|
function Os(e) {
|
|
2501
2501
|
vt === null ? vt = [e] : vt.push(e);
|
|
2502
2502
|
}
|
|
2503
|
-
var
|
|
2503
|
+
var yp = _t.ReactCurrentBatchConfig;
|
|
2504
2504
|
function ar(e, t, n) {
|
|
2505
2505
|
if (e = n.ref, e !== null && typeof e != "function" && typeof e != "object") {
|
|
2506
2506
|
if (n._owner) {
|
|
@@ -2523,11 +2523,11 @@ function ar(e, t, n) {
|
|
|
2523
2523
|
function fo(e, t) {
|
|
2524
2524
|
throw e = Object.prototype.toString.call(t), Error(Y(31, e === "[object Object]" ? "object with keys {" + Object.keys(t).join(", ") + "}" : e));
|
|
2525
2525
|
}
|
|
2526
|
-
function
|
|
2526
|
+
function Xl(e) {
|
|
2527
2527
|
var t = e._init;
|
|
2528
2528
|
return t(e._payload);
|
|
2529
2529
|
}
|
|
2530
|
-
function
|
|
2530
|
+
function Vc(e) {
|
|
2531
2531
|
function t(x, p) {
|
|
2532
2532
|
if (e) {
|
|
2533
2533
|
var g = x.deletions;
|
|
@@ -2557,7 +2557,7 @@ function $c(e) {
|
|
|
2557
2557
|
}
|
|
2558
2558
|
function d(x, p, g, S) {
|
|
2559
2559
|
var h = g.type;
|
|
2560
|
-
return h === On ? b(x, p, g.props.children, S, g.key) : p !== null && (p.elementType === h || typeof h == "object" && h !== null && h.$$typeof === Ht &&
|
|
2560
|
+
return h === On ? b(x, p, g.props.children, S, g.key) : p !== null && (p.elementType === h || typeof h == "object" && h !== null && h.$$typeof === Ht && Xl(h) === p.type) ? (S = o(p, g.props), S.ref = ar(x, p, g), S.return = x, S) : (S = Ao(g.type, g.key, g.props, null, x.mode, S), S.ref = ar(x, p, g), S.return = x, S);
|
|
2561
2561
|
}
|
|
2562
2562
|
function m(x, p, g, S) {
|
|
2563
2563
|
return p === null || p.tag !== 4 || p.stateNode.containerInfo !== g.containerInfo || p.stateNode.implementation !== g.implementation ? (p = ra(g, x.mode, S), p.return = x, p) : (p = o(p, g.children || []), p.return = x, p);
|
|
@@ -2679,7 +2679,7 @@ function $c(e) {
|
|
|
2679
2679
|
n(x, f.sibling), p = o(f, g.props.children), p.return = x, x = p;
|
|
2680
2680
|
break e;
|
|
2681
2681
|
}
|
|
2682
|
-
} else if (f.elementType === h || typeof h == "object" && h !== null && h.$$typeof === Ht &&
|
|
2682
|
+
} else if (f.elementType === h || typeof h == "object" && h !== null && h.$$typeof === Ht && Xl(h) === f.type) {
|
|
2683
2683
|
n(x, f.sibling), p = o(f, g.props), p.ref = ar(x, f, g), p.return = x, x = p;
|
|
2684
2684
|
break e;
|
|
2685
2685
|
}
|
|
@@ -2718,7 +2718,7 @@ function $c(e) {
|
|
|
2718
2718
|
}
|
|
2719
2719
|
return M;
|
|
2720
2720
|
}
|
|
2721
|
-
var Kn =
|
|
2721
|
+
var Kn = Vc(!0), Kc = Vc(!1), Ko = on(null), Qo = null, jn = null, Ts = null;
|
|
2722
2722
|
function As() {
|
|
2723
2723
|
Ts = jn = Qo = null;
|
|
2724
2724
|
}
|
|
@@ -2748,7 +2748,7 @@ var fn = null;
|
|
|
2748
2748
|
function Ps(e) {
|
|
2749
2749
|
fn === null ? fn = [e] : fn.push(e);
|
|
2750
2750
|
}
|
|
2751
|
-
function
|
|
2751
|
+
function Qc(e, t, n, r) {
|
|
2752
2752
|
var o = t.interleaved;
|
|
2753
2753
|
return o === null ? (n.next = n, Ps(t)) : (n.next = o.next, o.next = n), t.interleaved = n, Ut(e, r);
|
|
2754
2754
|
}
|
|
@@ -2762,7 +2762,7 @@ var Ft = !1;
|
|
|
2762
2762
|
function Ms(e) {
|
|
2763
2763
|
e.updateQueue = { baseState: e.memoizedState, firstBaseUpdate: null, lastBaseUpdate: null, shared: { pending: null, interleaved: null, lanes: 0 }, effects: null };
|
|
2764
2764
|
}
|
|
2765
|
-
function
|
|
2765
|
+
function Yc(e, t) {
|
|
2766
2766
|
e = e.updateQueue, t.updateQueue === e && (t.updateQueue = { baseState: e.baseState, firstBaseUpdate: e.firstBaseUpdate, lastBaseUpdate: e.lastBaseUpdate, shared: e.shared, effects: e.effects });
|
|
2767
2767
|
}
|
|
2768
2768
|
function Lt(e, t) {
|
|
@@ -2783,7 +2783,7 @@ function Co(e, t, n) {
|
|
|
2783
2783
|
r &= e.pendingLanes, n |= r, t.lanes = n, vs(e, n);
|
|
2784
2784
|
}
|
|
2785
2785
|
}
|
|
2786
|
-
function
|
|
2786
|
+
function Zl(e, t) {
|
|
2787
2787
|
var n = e.updateQueue, r = e.alternate;
|
|
2788
2788
|
if (r !== null && (r = r.updateQueue, n === r)) {
|
|
2789
2789
|
var o = null, i = null;
|
|
@@ -2860,7 +2860,7 @@ function Yo(e, t, n, r) {
|
|
|
2860
2860
|
yn |= a, e.lanes = a, e.memoizedState = R;
|
|
2861
2861
|
}
|
|
2862
2862
|
}
|
|
2863
|
-
function
|
|
2863
|
+
function ql(e, t, n) {
|
|
2864
2864
|
if (e = t.effects, t.effects = null, e !== null) for (t = 0; t < e.length; t++) {
|
|
2865
2865
|
var r = e[t], o = r.callback;
|
|
2866
2866
|
if (o !== null) {
|
|
@@ -2888,7 +2888,7 @@ function Ns(e, t) {
|
|
|
2888
2888
|
function Qn() {
|
|
2889
2889
|
we(Rt), we(Br), we(_r);
|
|
2890
2890
|
}
|
|
2891
|
-
function
|
|
2891
|
+
function Jc(e) {
|
|
2892
2892
|
dn(_r.current);
|
|
2893
2893
|
var t = dn(Rt.current), n = ga(t, e.type);
|
|
2894
2894
|
t !== n && (ve(Br, e), ve(Rt, n));
|
|
@@ -2922,7 +2922,7 @@ function js() {
|
|
|
2922
2922
|
for (var e = 0; e < Ji.length; e++) Ji[e]._workInProgressVersionPrimary = null;
|
|
2923
2923
|
Ji.length = 0;
|
|
2924
2924
|
}
|
|
2925
|
-
var ko = _t.ReactCurrentDispatcher, Xi = _t.ReactCurrentBatchConfig, vn = 0, Se = null, Oe = null, Pe = null, Xo = !1, xr = !1, zr = 0,
|
|
2925
|
+
var ko = _t.ReactCurrentDispatcher, Xi = _t.ReactCurrentBatchConfig, vn = 0, Se = null, Oe = null, Pe = null, Xo = !1, xr = !1, zr = 0, wp = 0;
|
|
2926
2926
|
function Ue() {
|
|
2927
2927
|
throw Error(Y(321));
|
|
2928
2928
|
}
|
|
@@ -2932,11 +2932,11 @@ function Ds(e, t) {
|
|
|
2932
2932
|
return !0;
|
|
2933
2933
|
}
|
|
2934
2934
|
function Us(e, t, n, r, o, i) {
|
|
2935
|
-
if (vn = i, Se = t, t.memoizedState = null, t.updateQueue = null, t.lanes = 0, ko.current = e === null || e.memoizedState === null ?
|
|
2935
|
+
if (vn = i, Se = t, t.memoizedState = null, t.updateQueue = null, t.lanes = 0, ko.current = e === null || e.memoizedState === null ? Cp : kp, e = n(r, o), xr) {
|
|
2936
2936
|
i = 0;
|
|
2937
2937
|
do {
|
|
2938
2938
|
if (xr = !1, zr = 0, 25 <= i) throw Error(Y(301));
|
|
2939
|
-
i += 1, Pe = Oe = null, t.updateQueue = null, ko.current =
|
|
2939
|
+
i += 1, Pe = Oe = null, t.updateQueue = null, ko.current = Ep, e = n(r, o);
|
|
2940
2940
|
} while (xr);
|
|
2941
2941
|
}
|
|
2942
2942
|
if (ko.current = Zo, t = Oe !== null && Oe.next !== null, vn = 0, Pe = Oe = Se = null, Xo = !1, t) throw Error(Y(300));
|
|
@@ -3021,28 +3021,28 @@ function qi(e) {
|
|
|
3021
3021
|
}
|
|
3022
3022
|
return [i, r];
|
|
3023
3023
|
}
|
|
3024
|
-
function
|
|
3024
|
+
function Xc() {
|
|
3025
3025
|
}
|
|
3026
|
-
function
|
|
3026
|
+
function Zc(e, t) {
|
|
3027
3027
|
var n = Se, r = dt(), o = t(), i = !xt(r.memoizedState, o);
|
|
3028
|
-
if (i && (r.memoizedState = o, Ye = !0), r = r.queue, _s(
|
|
3029
|
-
if (n.flags |= 2048, Fr(9,
|
|
3030
|
-
vn & 30 ||
|
|
3028
|
+
if (i && (r.memoizedState = o, Ye = !0), r = r.queue, _s(tf.bind(null, n, r, e), [e]), r.getSnapshot !== t || i || Pe !== null && Pe.memoizedState.tag & 1) {
|
|
3029
|
+
if (n.flags |= 2048, Fr(9, ef.bind(null, n, r, o, t), void 0, null), Me === null) throw Error(Y(349));
|
|
3030
|
+
vn & 30 || qc(n, t, o);
|
|
3031
3031
|
}
|
|
3032
3032
|
return o;
|
|
3033
3033
|
}
|
|
3034
|
-
function
|
|
3034
|
+
function qc(e, t, n) {
|
|
3035
3035
|
e.flags |= 16384, e = { getSnapshot: t, value: n }, t = Se.updateQueue, t === null ? (t = { lastEffect: null, stores: null }, Se.updateQueue = t, t.stores = [e]) : (n = t.stores, n === null ? t.stores = [e] : n.push(e));
|
|
3036
3036
|
}
|
|
3037
|
-
function
|
|
3038
|
-
t.value = n, t.getSnapshot = r,
|
|
3037
|
+
function ef(e, t, n, r) {
|
|
3038
|
+
t.value = n, t.getSnapshot = r, nf(t) && rf(e);
|
|
3039
3039
|
}
|
|
3040
|
-
function
|
|
3040
|
+
function tf(e, t, n) {
|
|
3041
3041
|
return n(function() {
|
|
3042
|
-
|
|
3042
|
+
nf(t) && rf(e);
|
|
3043
3043
|
});
|
|
3044
3044
|
}
|
|
3045
|
-
function
|
|
3045
|
+
function nf(e) {
|
|
3046
3046
|
var t = e.getSnapshot;
|
|
3047
3047
|
e = e.value;
|
|
3048
3048
|
try {
|
|
@@ -3052,18 +3052,18 @@ function tf(e) {
|
|
|
3052
3052
|
return !0;
|
|
3053
3053
|
}
|
|
3054
3054
|
}
|
|
3055
|
-
function
|
|
3055
|
+
function rf(e) {
|
|
3056
3056
|
var t = Ut(e, 1);
|
|
3057
3057
|
t !== null && wt(t, e, 1, -1);
|
|
3058
3058
|
}
|
|
3059
|
-
function
|
|
3059
|
+
function eu(e) {
|
|
3060
3060
|
var t = Ct();
|
|
3061
|
-
return typeof e == "function" && (e = e()), t.memoizedState = t.baseState = e, e = { pending: null, interleaved: null, lanes: 0, dispatch: null, lastRenderedReducer: Hr, lastRenderedState: e }, t.queue = e, e = e.dispatch =
|
|
3061
|
+
return typeof e == "function" && (e = e()), t.memoizedState = t.baseState = e, e = { pending: null, interleaved: null, lanes: 0, dispatch: null, lastRenderedReducer: Hr, lastRenderedState: e }, t.queue = e, e = e.dispatch = Sp.bind(null, Se, e), [t.memoizedState, e];
|
|
3062
3062
|
}
|
|
3063
3063
|
function Fr(e, t, n, r) {
|
|
3064
3064
|
return e = { tag: e, create: t, destroy: n, deps: r, next: null }, t = Se.updateQueue, t === null ? (t = { lastEffect: null, stores: null }, Se.updateQueue = t, t.lastEffect = e.next = e) : (n = t.lastEffect, n === null ? t.lastEffect = e.next = e : (r = n.next, n.next = e, e.next = r, t.lastEffect = e)), e;
|
|
3065
3065
|
}
|
|
3066
|
-
function
|
|
3066
|
+
function of() {
|
|
3067
3067
|
return dt().memoizedState;
|
|
3068
3068
|
}
|
|
3069
3069
|
function Eo(e, t, n, r) {
|
|
@@ -3083,19 +3083,19 @@ function gi(e, t, n, r) {
|
|
|
3083
3083
|
}
|
|
3084
3084
|
Se.flags |= e, o.memoizedState = Fr(1 | t, n, i, r);
|
|
3085
3085
|
}
|
|
3086
|
-
function
|
|
3086
|
+
function tu(e, t) {
|
|
3087
3087
|
return Eo(8390656, 8, e, t);
|
|
3088
3088
|
}
|
|
3089
3089
|
function _s(e, t) {
|
|
3090
3090
|
return gi(2048, 8, e, t);
|
|
3091
3091
|
}
|
|
3092
|
-
function
|
|
3092
|
+
function af(e, t) {
|
|
3093
3093
|
return gi(4, 2, e, t);
|
|
3094
3094
|
}
|
|
3095
|
-
function
|
|
3095
|
+
function sf(e, t) {
|
|
3096
3096
|
return gi(4, 4, e, t);
|
|
3097
3097
|
}
|
|
3098
|
-
function
|
|
3098
|
+
function lf(e, t) {
|
|
3099
3099
|
if (typeof t == "function") return e = e(), t(e), function() {
|
|
3100
3100
|
t(null);
|
|
3101
3101
|
};
|
|
@@ -3103,27 +3103,27 @@ function sf(e, t) {
|
|
|
3103
3103
|
t.current = null;
|
|
3104
3104
|
};
|
|
3105
3105
|
}
|
|
3106
|
-
function
|
|
3107
|
-
return n = n != null ? n.concat([e]) : null, gi(4, 4,
|
|
3106
|
+
function uf(e, t, n) {
|
|
3107
|
+
return n = n != null ? n.concat([e]) : null, gi(4, 4, lf.bind(null, t, e), n);
|
|
3108
3108
|
}
|
|
3109
3109
|
function zs() {
|
|
3110
3110
|
}
|
|
3111
|
-
function
|
|
3111
|
+
function cf(e, t) {
|
|
3112
3112
|
var n = dt();
|
|
3113
3113
|
t = t === void 0 ? null : t;
|
|
3114
3114
|
var r = n.memoizedState;
|
|
3115
3115
|
return r !== null && t !== null && Ds(t, r[1]) ? r[0] : (n.memoizedState = [e, t], e);
|
|
3116
3116
|
}
|
|
3117
|
-
function
|
|
3117
|
+
function ff(e, t) {
|
|
3118
3118
|
var n = dt();
|
|
3119
3119
|
t = t === void 0 ? null : t;
|
|
3120
3120
|
var r = n.memoizedState;
|
|
3121
3121
|
return r !== null && t !== null && Ds(t, r[1]) ? r[0] : (e = e(), n.memoizedState = [e, t], e);
|
|
3122
3122
|
}
|
|
3123
|
-
function
|
|
3124
|
-
return vn & 21 ? (xt(n, t) || (n =
|
|
3123
|
+
function df(e, t, n) {
|
|
3124
|
+
return vn & 21 ? (xt(n, t) || (n = mc(), Se.lanes |= n, yn |= n, e.baseState = !0), t) : (e.baseState && (e.baseState = !1, Ye = !0), e.memoizedState = n);
|
|
3125
3125
|
}
|
|
3126
|
-
function
|
|
3126
|
+
function xp(e, t) {
|
|
3127
3127
|
var n = pe;
|
|
3128
3128
|
pe = n !== 0 && 4 > n ? n : 4, e(!0);
|
|
3129
3129
|
var r = Xi.transition;
|
|
@@ -3134,20 +3134,20 @@ function yp(e, t) {
|
|
|
3134
3134
|
pe = n, Xi.transition = r;
|
|
3135
3135
|
}
|
|
3136
3136
|
}
|
|
3137
|
-
function
|
|
3137
|
+
function hf() {
|
|
3138
3138
|
return dt().memoizedState;
|
|
3139
3139
|
}
|
|
3140
|
-
function
|
|
3140
|
+
function bp(e, t, n) {
|
|
3141
3141
|
var r = qt(e);
|
|
3142
|
-
if (n = { lane: r, action: n, hasEagerState: !1, eagerState: null, next: null },
|
|
3143
|
-
else if (n =
|
|
3142
|
+
if (n = { lane: r, action: n, hasEagerState: !1, eagerState: null, next: null }, pf(e)) gf(t, n);
|
|
3143
|
+
else if (n = Qc(e, t, n, r), n !== null) {
|
|
3144
3144
|
var o = Ge();
|
|
3145
|
-
wt(n, e, r, o),
|
|
3145
|
+
wt(n, e, r, o), mf(n, t, r);
|
|
3146
3146
|
}
|
|
3147
3147
|
}
|
|
3148
|
-
function
|
|
3148
|
+
function Sp(e, t, n) {
|
|
3149
3149
|
var r = qt(e), o = { lane: r, action: n, hasEagerState: !1, eagerState: null, next: null };
|
|
3150
|
-
if (
|
|
3150
|
+
if (pf(e)) gf(t, o);
|
|
3151
3151
|
else {
|
|
3152
3152
|
var i = e.alternate;
|
|
3153
3153
|
if (e.lanes === 0 && (i === null || i.lanes === 0) && (i = t.lastRenderedReducer, i !== null)) try {
|
|
@@ -3160,31 +3160,31 @@ function xp(e, t, n) {
|
|
|
3160
3160
|
} catch (m) {
|
|
3161
3161
|
} finally {
|
|
3162
3162
|
}
|
|
3163
|
-
n =
|
|
3163
|
+
n = Qc(e, t, o, r), n !== null && (o = Ge(), wt(n, e, r, o), mf(n, t, r));
|
|
3164
3164
|
}
|
|
3165
3165
|
}
|
|
3166
|
-
function
|
|
3166
|
+
function pf(e) {
|
|
3167
3167
|
var t = e.alternate;
|
|
3168
3168
|
return e === Se || t !== null && t === Se;
|
|
3169
3169
|
}
|
|
3170
|
-
function
|
|
3170
|
+
function gf(e, t) {
|
|
3171
3171
|
xr = Xo = !0;
|
|
3172
3172
|
var n = e.pending;
|
|
3173
3173
|
n === null ? t.next = t : (t.next = n.next, n.next = t), e.pending = t;
|
|
3174
3174
|
}
|
|
3175
|
-
function
|
|
3175
|
+
function mf(e, t, n) {
|
|
3176
3176
|
if (n & 4194240) {
|
|
3177
3177
|
var r = t.lanes;
|
|
3178
3178
|
r &= e.pendingLanes, n |= r, t.lanes = n, vs(e, n);
|
|
3179
3179
|
}
|
|
3180
3180
|
}
|
|
3181
|
-
var Zo = { readContext: ft, useCallback: Ue, useContext: Ue, useEffect: Ue, useImperativeHandle: Ue, useInsertionEffect: Ue, useLayoutEffect: Ue, useMemo: Ue, useReducer: Ue, useRef: Ue, useState: Ue, useDebugValue: Ue, useDeferredValue: Ue, useTransition: Ue, useMutableSource: Ue, useSyncExternalStore: Ue, useId: Ue, unstable_isNewReconciler: !1 },
|
|
3181
|
+
var Zo = { readContext: ft, useCallback: Ue, useContext: Ue, useEffect: Ue, useImperativeHandle: Ue, useInsertionEffect: Ue, useLayoutEffect: Ue, useMemo: Ue, useReducer: Ue, useRef: Ue, useState: Ue, useDebugValue: Ue, useDeferredValue: Ue, useTransition: Ue, useMutableSource: Ue, useSyncExternalStore: Ue, useId: Ue, unstable_isNewReconciler: !1 }, Cp = { readContext: ft, useCallback: function(e, t) {
|
|
3182
3182
|
return Ct().memoizedState = [e, t === void 0 ? null : t], e;
|
|
3183
|
-
}, useContext: ft, useEffect:
|
|
3183
|
+
}, useContext: ft, useEffect: tu, useImperativeHandle: function(e, t, n) {
|
|
3184
3184
|
return n = n != null ? n.concat([e]) : null, Eo(
|
|
3185
3185
|
4194308,
|
|
3186
3186
|
4,
|
|
3187
|
-
|
|
3187
|
+
lf.bind(null, t, e),
|
|
3188
3188
|
n
|
|
3189
3189
|
);
|
|
3190
3190
|
}, useLayoutEffect: function(e, t) {
|
|
@@ -3196,15 +3196,15 @@ var Zo = { readContext: ft, useCallback: Ue, useContext: Ue, useEffect: Ue, useI
|
|
|
3196
3196
|
return t = t === void 0 ? null : t, e = e(), n.memoizedState = [e, t], e;
|
|
3197
3197
|
}, useReducer: function(e, t, n) {
|
|
3198
3198
|
var r = Ct();
|
|
3199
|
-
return t = n !== void 0 ? n(t) : t, r.memoizedState = r.baseState = t, e = { pending: null, interleaved: null, lanes: 0, dispatch: null, lastRenderedReducer: e, lastRenderedState: t }, r.queue = e, e = e.dispatch =
|
|
3199
|
+
return t = n !== void 0 ? n(t) : t, r.memoizedState = r.baseState = t, e = { pending: null, interleaved: null, lanes: 0, dispatch: null, lastRenderedReducer: e, lastRenderedState: t }, r.queue = e, e = e.dispatch = bp.bind(null, Se, e), [r.memoizedState, e];
|
|
3200
3200
|
}, useRef: function(e) {
|
|
3201
3201
|
var t = Ct();
|
|
3202
3202
|
return e = { current: e }, t.memoizedState = e;
|
|
3203
|
-
}, useState:
|
|
3203
|
+
}, useState: eu, useDebugValue: zs, useDeferredValue: function(e) {
|
|
3204
3204
|
return Ct().memoizedState = e;
|
|
3205
3205
|
}, useTransition: function() {
|
|
3206
|
-
var e =
|
|
3207
|
-
return e =
|
|
3206
|
+
var e = eu(!1), t = e[0];
|
|
3207
|
+
return e = xp.bind(null, e[1]), Ct().memoizedState = e, [t, e];
|
|
3208
3208
|
}, useMutableSource: function() {
|
|
3209
3209
|
}, useSyncExternalStore: function(e, t, n) {
|
|
3210
3210
|
var r = Se, o = Ct();
|
|
@@ -3213,59 +3213,59 @@ var Zo = { readContext: ft, useCallback: Ue, useContext: Ue, useEffect: Ue, useI
|
|
|
3213
3213
|
n = n();
|
|
3214
3214
|
} else {
|
|
3215
3215
|
if (n = t(), Me === null) throw Error(Y(349));
|
|
3216
|
-
vn & 30 ||
|
|
3216
|
+
vn & 30 || qc(r, t, n);
|
|
3217
3217
|
}
|
|
3218
3218
|
o.memoizedState = n;
|
|
3219
3219
|
var i = { value: n, getSnapshot: t };
|
|
3220
|
-
return o.queue = i,
|
|
3220
|
+
return o.queue = i, tu(tf.bind(
|
|
3221
3221
|
null,
|
|
3222
3222
|
r,
|
|
3223
3223
|
i,
|
|
3224
3224
|
e
|
|
3225
|
-
), [e]), r.flags |= 2048, Fr(9,
|
|
3225
|
+
), [e]), r.flags |= 2048, Fr(9, ef.bind(null, r, i, n, t), void 0, null), n;
|
|
3226
3226
|
}, useId: function() {
|
|
3227
3227
|
var e = Ct(), t = Me.identifierPrefix;
|
|
3228
3228
|
if (xe) {
|
|
3229
3229
|
var n = Pt, r = It;
|
|
3230
3230
|
n = (r & ~(1 << 32 - yt(r) - 1)).toString(32) + n, t = ":" + t + "R" + n, n = zr++, 0 < n && (t += "H" + n.toString(32)), t += ":";
|
|
3231
|
-
} else n =
|
|
3231
|
+
} else n = wp++, t = ":" + t + "r" + n.toString(32) + ":";
|
|
3232
3232
|
return e.memoizedState = t;
|
|
3233
|
-
}, unstable_isNewReconciler: !1 },
|
|
3233
|
+
}, unstable_isNewReconciler: !1 }, kp = {
|
|
3234
3234
|
readContext: ft,
|
|
3235
|
-
useCallback:
|
|
3235
|
+
useCallback: cf,
|
|
3236
3236
|
useContext: ft,
|
|
3237
3237
|
useEffect: _s,
|
|
3238
|
-
useImperativeHandle:
|
|
3239
|
-
useInsertionEffect:
|
|
3240
|
-
useLayoutEffect:
|
|
3241
|
-
useMemo:
|
|
3238
|
+
useImperativeHandle: uf,
|
|
3239
|
+
useInsertionEffect: af,
|
|
3240
|
+
useLayoutEffect: sf,
|
|
3241
|
+
useMemo: ff,
|
|
3242
3242
|
useReducer: Zi,
|
|
3243
|
-
useRef:
|
|
3243
|
+
useRef: of,
|
|
3244
3244
|
useState: function() {
|
|
3245
3245
|
return Zi(Hr);
|
|
3246
3246
|
},
|
|
3247
3247
|
useDebugValue: zs,
|
|
3248
3248
|
useDeferredValue: function(e) {
|
|
3249
3249
|
var t = dt();
|
|
3250
|
-
return
|
|
3250
|
+
return df(t, Oe.memoizedState, e);
|
|
3251
3251
|
},
|
|
3252
3252
|
useTransition: function() {
|
|
3253
3253
|
var e = Zi(Hr)[0], t = dt().memoizedState;
|
|
3254
3254
|
return [e, t];
|
|
3255
3255
|
},
|
|
3256
|
-
useMutableSource:
|
|
3257
|
-
useSyncExternalStore:
|
|
3258
|
-
useId:
|
|
3256
|
+
useMutableSource: Xc,
|
|
3257
|
+
useSyncExternalStore: Zc,
|
|
3258
|
+
useId: hf,
|
|
3259
3259
|
unstable_isNewReconciler: !1
|
|
3260
|
-
},
|
|
3260
|
+
}, Ep = { readContext: ft, useCallback: cf, useContext: ft, useEffect: _s, useImperativeHandle: uf, useInsertionEffect: af, useLayoutEffect: sf, useMemo: ff, useReducer: qi, useRef: of, useState: function() {
|
|
3261
3261
|
return qi(Hr);
|
|
3262
3262
|
}, useDebugValue: zs, useDeferredValue: function(e) {
|
|
3263
3263
|
var t = dt();
|
|
3264
|
-
return Oe === null ? t.memoizedState = e :
|
|
3264
|
+
return Oe === null ? t.memoizedState = e : df(t, Oe.memoizedState, e);
|
|
3265
3265
|
}, useTransition: function() {
|
|
3266
3266
|
var e = qi(Hr)[0], t = dt().memoizedState;
|
|
3267
3267
|
return [e, t];
|
|
3268
|
-
}, useMutableSource:
|
|
3268
|
+
}, useMutableSource: Xc, useSyncExternalStore: Zc, useId: hf, unstable_isNewReconciler: !1 };
|
|
3269
3269
|
function gt(e, t) {
|
|
3270
3270
|
if (e && e.defaultProps) {
|
|
3271
3271
|
t = Ce({}, t), e = e.defaultProps;
|
|
@@ -3292,14 +3292,14 @@ var mi = { isMounted: function(e) {
|
|
|
3292
3292
|
var n = Ge(), r = qt(e), o = Lt(n, r);
|
|
3293
3293
|
o.tag = 2, t != null && (o.callback = t), t = Xt(e, o, r), t !== null && (wt(t, e, r, n), Co(t, e, r));
|
|
3294
3294
|
} };
|
|
3295
|
-
function
|
|
3295
|
+
function nu(e, t, n, r, o, i, a) {
|
|
3296
3296
|
return e = e.stateNode, typeof e.shouldComponentUpdate == "function" ? e.shouldComponentUpdate(r, i, a) : t.prototype && t.prototype.isPureReactComponent ? !Lr(n, r) || !Lr(o, i) : !0;
|
|
3297
3297
|
}
|
|
3298
|
-
function
|
|
3298
|
+
function vf(e, t, n) {
|
|
3299
3299
|
var r = !1, o = nn, i = t.contextType;
|
|
3300
3300
|
return typeof i == "object" && i !== null ? i = ft(i) : (o = Xe(t) ? gn : ze.current, r = t.contextTypes, i = (r = r != null) ? $n(e, o) : nn), t = new t(n, i), e.memoizedState = t.state !== null && t.state !== void 0 ? t.state : null, t.updater = mi, e.stateNode = t, t._reactInternals = e, r && (e = e.stateNode, e.__reactInternalMemoizedUnmaskedChildContext = o, e.__reactInternalMemoizedMaskedChildContext = i), t;
|
|
3301
3301
|
}
|
|
3302
|
-
function
|
|
3302
|
+
function ru(e, t, n, r) {
|
|
3303
3303
|
e = t.state, typeof t.componentWillReceiveProps == "function" && t.componentWillReceiveProps(n, r), typeof t.UNSAFE_componentWillReceiveProps == "function" && t.UNSAFE_componentWillReceiveProps(n, r), t.state !== e && mi.enqueueReplaceState(t, t.state, null);
|
|
3304
3304
|
}
|
|
3305
3305
|
function Ua(e, t, n, r) {
|
|
@@ -3312,7 +3312,7 @@ function Yn(e, t) {
|
|
|
3312
3312
|
try {
|
|
3313
3313
|
var n = "", r = t;
|
|
3314
3314
|
do
|
|
3315
|
-
n +=
|
|
3315
|
+
n += qd(r), r = r.return;
|
|
3316
3316
|
while (r);
|
|
3317
3317
|
var o = n;
|
|
3318
3318
|
} catch (i) {
|
|
@@ -3334,15 +3334,15 @@ function Ba(e, t) {
|
|
|
3334
3334
|
});
|
|
3335
3335
|
}
|
|
3336
3336
|
}
|
|
3337
|
-
var
|
|
3338
|
-
function
|
|
3337
|
+
var Rp = typeof WeakMap == "function" ? WeakMap : Map;
|
|
3338
|
+
function yf(e, t, n) {
|
|
3339
3339
|
n = Lt(-1, n), n.tag = 3, n.payload = { element: null };
|
|
3340
3340
|
var r = t.value;
|
|
3341
3341
|
return n.callback = function() {
|
|
3342
3342
|
ei || (ei = !0, Qa = r), Ba(e, t);
|
|
3343
3343
|
}, n;
|
|
3344
3344
|
}
|
|
3345
|
-
function
|
|
3345
|
+
function wf(e, t, n) {
|
|
3346
3346
|
n = Lt(-1, n), n.tag = 3;
|
|
3347
3347
|
var r = e.type.getDerivedStateFromError;
|
|
3348
3348
|
if (typeof r == "function") {
|
|
@@ -3360,16 +3360,16 @@ function yf(e, t, n) {
|
|
|
3360
3360
|
this.componentDidCatch(t.value, { componentStack: a !== null ? a : "" });
|
|
3361
3361
|
}), n;
|
|
3362
3362
|
}
|
|
3363
|
-
function
|
|
3363
|
+
function ou(e, t, n) {
|
|
3364
3364
|
var r = e.pingCache;
|
|
3365
3365
|
if (r === null) {
|
|
3366
|
-
r = e.pingCache = new
|
|
3366
|
+
r = e.pingCache = new Rp();
|
|
3367
3367
|
var o = /* @__PURE__ */ new Set();
|
|
3368
3368
|
r.set(t, o);
|
|
3369
3369
|
} else o = r.get(t), o === void 0 && (o = /* @__PURE__ */ new Set(), r.set(t, o));
|
|
3370
|
-
o.has(n) || (o.add(n), e =
|
|
3370
|
+
o.has(n) || (o.add(n), e = zp.bind(null, e, t, n), t.then(e, e));
|
|
3371
3371
|
}
|
|
3372
|
-
function
|
|
3372
|
+
function iu(e) {
|
|
3373
3373
|
do {
|
|
3374
3374
|
var t;
|
|
3375
3375
|
if ((t = e.tag === 13) && (t = e.memoizedState, t = t !== null ? t.dehydrated !== null : !0), t) return e;
|
|
@@ -3377,22 +3377,22 @@ function ou(e) {
|
|
|
3377
3377
|
} while (e !== null);
|
|
3378
3378
|
return null;
|
|
3379
3379
|
}
|
|
3380
|
-
function
|
|
3380
|
+
function au(e, t, n, r, o) {
|
|
3381
3381
|
return e.mode & 1 ? (e.flags |= 65536, e.lanes = o, e) : (e === t ? e.flags |= 65536 : (e.flags |= 128, n.flags |= 131072, n.flags &= -52805, n.tag === 1 && (n.alternate === null ? n.tag = 17 : (t = Lt(-1, 1), t.tag = 2, Xt(n, t, 1))), n.lanes |= 1), e);
|
|
3382
3382
|
}
|
|
3383
|
-
var
|
|
3383
|
+
var Op = _t.ReactCurrentOwner, Ye = !1;
|
|
3384
3384
|
function He(e, t, n, r) {
|
|
3385
|
-
t.child = e === null ?
|
|
3385
|
+
t.child = e === null ? Kc(t, null, n, r) : Kn(t, e.child, n, r);
|
|
3386
3386
|
}
|
|
3387
|
-
function
|
|
3387
|
+
function su(e, t, n, r, o) {
|
|
3388
3388
|
n = n.render;
|
|
3389
3389
|
var i = t.ref;
|
|
3390
3390
|
return Fn(t, o), r = Us(e, t, n, r, i, o), n = Bs(), e !== null && !Ye ? (t.updateQueue = e.updateQueue, t.flags &= -2053, e.lanes &= ~o, Bt(e, t, o)) : (xe && n && Es(t), t.flags |= 1, He(e, t, r, o), t.child);
|
|
3391
3391
|
}
|
|
3392
|
-
function
|
|
3392
|
+
function lu(e, t, n, r, o) {
|
|
3393
3393
|
if (e === null) {
|
|
3394
3394
|
var i = n.type;
|
|
3395
|
-
return typeof i == "function" && !Qs(i) && i.defaultProps === void 0 && n.compare === null && n.defaultProps === void 0 ? (t.tag = 15, t.type = i,
|
|
3395
|
+
return typeof i == "function" && !Qs(i) && i.defaultProps === void 0 && n.compare === null && n.defaultProps === void 0 ? (t.tag = 15, t.type = i, xf(e, t, i, r, o)) : (e = Ao(n.type, null, r, t, t.mode, o), e.ref = t.ref, e.return = t, t.child = e);
|
|
3396
3396
|
}
|
|
3397
3397
|
if (i = e.child, !(e.lanes & o)) {
|
|
3398
3398
|
var a = i.memoizedProps;
|
|
@@ -3400,7 +3400,7 @@ function su(e, t, n, r, o) {
|
|
|
3400
3400
|
}
|
|
3401
3401
|
return t.flags |= 1, e = en(i, r), e.ref = t.ref, e.return = t, t.child = e;
|
|
3402
3402
|
}
|
|
3403
|
-
function
|
|
3403
|
+
function xf(e, t, n, r, o) {
|
|
3404
3404
|
if (e !== null) {
|
|
3405
3405
|
var i = e.memoizedProps;
|
|
3406
3406
|
if (Lr(i, r) && e.ref === t.ref) if (Ye = !1, t.pendingProps = r = i, (e.lanes & o) !== 0) e.flags & 131072 && (Ye = !0);
|
|
@@ -3408,7 +3408,7 @@ function wf(e, t, n, r, o) {
|
|
|
3408
3408
|
}
|
|
3409
3409
|
return _a(e, t, n, r, o);
|
|
3410
3410
|
}
|
|
3411
|
-
function
|
|
3411
|
+
function bf(e, t, n) {
|
|
3412
3412
|
var r = t.pendingProps, o = r.children, i = e !== null ? e.memoizedState : null;
|
|
3413
3413
|
if (r.mode === "hidden") if (!(t.mode & 1)) t.memoizedState = { baseLanes: 0, cachePool: null, transitions: null }, ve(Un, qe), qe |= n;
|
|
3414
3414
|
else {
|
|
@@ -3418,7 +3418,7 @@ function xf(e, t, n) {
|
|
|
3418
3418
|
else i !== null ? (r = i.baseLanes | n, t.memoizedState = null) : r = n, ve(Un, qe), qe |= r;
|
|
3419
3419
|
return He(e, t, o, n), t.child;
|
|
3420
3420
|
}
|
|
3421
|
-
function
|
|
3421
|
+
function Sf(e, t) {
|
|
3422
3422
|
var n = t.ref;
|
|
3423
3423
|
(e === null && n !== null || e !== null && e.ref !== n) && (t.flags |= 512, t.flags |= 2097152);
|
|
3424
3424
|
}
|
|
@@ -3426,54 +3426,54 @@ function _a(e, t, n, r, o) {
|
|
|
3426
3426
|
var i = Xe(n) ? gn : ze.current;
|
|
3427
3427
|
return i = $n(t, i), Fn(t, o), n = Us(e, t, n, r, i, o), r = Bs(), e !== null && !Ye ? (t.updateQueue = e.updateQueue, t.flags &= -2053, e.lanes &= ~o, Bt(e, t, o)) : (xe && r && Es(t), t.flags |= 1, He(e, t, n, o), t.child);
|
|
3428
3428
|
}
|
|
3429
|
-
function
|
|
3429
|
+
function uu(e, t, n, r, o) {
|
|
3430
3430
|
if (Xe(n)) {
|
|
3431
3431
|
var i = !0;
|
|
3432
3432
|
Wo(t);
|
|
3433
3433
|
} else i = !1;
|
|
3434
|
-
if (Fn(t, o), t.stateNode === null) Ro(e, t),
|
|
3434
|
+
if (Fn(t, o), t.stateNode === null) Ro(e, t), vf(t, n, r), Ua(t, n, r, o), r = !0;
|
|
3435
3435
|
else if (e === null) {
|
|
3436
3436
|
var a = t.stateNode, l = t.memoizedProps;
|
|
3437
3437
|
a.props = l;
|
|
3438
3438
|
var d = a.context, m = n.contextType;
|
|
3439
3439
|
typeof m == "object" && m !== null ? m = ft(m) : (m = Xe(n) ? gn : ze.current, m = $n(t, m));
|
|
3440
3440
|
var b = n.getDerivedStateFromProps, R = typeof b == "function" || typeof a.getSnapshotBeforeUpdate == "function";
|
|
3441
|
-
R || typeof a.UNSAFE_componentWillReceiveProps != "function" && typeof a.componentWillReceiveProps != "function" || (l !== r || d !== m) &&
|
|
3441
|
+
R || typeof a.UNSAFE_componentWillReceiveProps != "function" && typeof a.componentWillReceiveProps != "function" || (l !== r || d !== m) && ru(t, a, r, m), Ft = !1;
|
|
3442
3442
|
var y = t.memoizedState;
|
|
3443
|
-
a.state = y, Yo(t, r, a, o), d = t.memoizedState, l !== r || y !== d || Je.current || Ft ? (typeof b == "function" && (Da(t, n, b, r), d = t.memoizedState), (l = Ft ||
|
|
3443
|
+
a.state = y, Yo(t, r, a, o), d = t.memoizedState, l !== r || y !== d || Je.current || Ft ? (typeof b == "function" && (Da(t, n, b, r), d = t.memoizedState), (l = Ft || nu(t, n, l, r, y, d, m)) ? (R || typeof a.UNSAFE_componentWillMount != "function" && typeof a.componentWillMount != "function" || (typeof a.componentWillMount == "function" && a.componentWillMount(), typeof a.UNSAFE_componentWillMount == "function" && a.UNSAFE_componentWillMount()), typeof a.componentDidMount == "function" && (t.flags |= 4194308)) : (typeof a.componentDidMount == "function" && (t.flags |= 4194308), t.memoizedProps = r, t.memoizedState = d), a.props = r, a.state = d, a.context = m, r = l) : (typeof a.componentDidMount == "function" && (t.flags |= 4194308), r = !1);
|
|
3444
3444
|
} else {
|
|
3445
|
-
a = t.stateNode,
|
|
3445
|
+
a = t.stateNode, Yc(e, t), l = t.memoizedProps, m = t.type === t.elementType ? l : gt(t.type, l), a.props = m, R = t.pendingProps, y = a.context, d = n.contextType, typeof d == "object" && d !== null ? d = ft(d) : (d = Xe(n) ? gn : ze.current, d = $n(t, d));
|
|
3446
3446
|
var E = n.getDerivedStateFromProps;
|
|
3447
|
-
(b = typeof E == "function" || typeof a.getSnapshotBeforeUpdate == "function") || typeof a.UNSAFE_componentWillReceiveProps != "function" && typeof a.componentWillReceiveProps != "function" || (l !== R || y !== d) &&
|
|
3447
|
+
(b = typeof E == "function" || typeof a.getSnapshotBeforeUpdate == "function") || typeof a.UNSAFE_componentWillReceiveProps != "function" && typeof a.componentWillReceiveProps != "function" || (l !== R || y !== d) && ru(t, a, r, d), Ft = !1, y = t.memoizedState, a.state = y, Yo(t, r, a, o);
|
|
3448
3448
|
var u = t.memoizedState;
|
|
3449
|
-
l !== R || y !== u || Je.current || Ft ? (typeof E == "function" && (Da(t, n, E, r), u = t.memoizedState), (m = Ft ||
|
|
3449
|
+
l !== R || y !== u || Je.current || Ft ? (typeof E == "function" && (Da(t, n, E, r), u = t.memoizedState), (m = Ft || nu(t, n, m, r, y, u, d) || !1) ? (b || typeof a.UNSAFE_componentWillUpdate != "function" && typeof a.componentWillUpdate != "function" || (typeof a.componentWillUpdate == "function" && a.componentWillUpdate(r, u, d), typeof a.UNSAFE_componentWillUpdate == "function" && a.UNSAFE_componentWillUpdate(r, u, d)), typeof a.componentDidUpdate == "function" && (t.flags |= 4), typeof a.getSnapshotBeforeUpdate == "function" && (t.flags |= 1024)) : (typeof a.componentDidUpdate != "function" || l === e.memoizedProps && y === e.memoizedState || (t.flags |= 4), typeof a.getSnapshotBeforeUpdate != "function" || l === e.memoizedProps && y === e.memoizedState || (t.flags |= 1024), t.memoizedProps = r, t.memoizedState = u), a.props = r, a.state = u, a.context = d, r = m) : (typeof a.componentDidUpdate != "function" || l === e.memoizedProps && y === e.memoizedState || (t.flags |= 4), typeof a.getSnapshotBeforeUpdate != "function" || l === e.memoizedProps && y === e.memoizedState || (t.flags |= 1024), r = !1);
|
|
3450
3450
|
}
|
|
3451
3451
|
return za(e, t, n, r, i, o);
|
|
3452
3452
|
}
|
|
3453
3453
|
function za(e, t, n, r, o, i) {
|
|
3454
|
-
|
|
3454
|
+
Sf(e, t);
|
|
3455
3455
|
var a = (t.flags & 128) !== 0;
|
|
3456
|
-
if (!r && !a) return o &&
|
|
3457
|
-
r = t.stateNode,
|
|
3456
|
+
if (!r && !a) return o && Ql(t, n, !1), Bt(e, t, i);
|
|
3457
|
+
r = t.stateNode, Op.current = t;
|
|
3458
3458
|
var l = a && typeof n.getDerivedStateFromError != "function" ? null : r.render();
|
|
3459
|
-
return t.flags |= 1, e !== null && a ? (t.child = Kn(t, e.child, null, i), t.child = Kn(t, null, l, i)) : He(e, t, l, i), t.memoizedState = r.state, o &&
|
|
3459
|
+
return t.flags |= 1, e !== null && a ? (t.child = Kn(t, e.child, null, i), t.child = Kn(t, null, l, i)) : He(e, t, l, i), t.memoizedState = r.state, o && Ql(t, n, !0), t.child;
|
|
3460
3460
|
}
|
|
3461
|
-
function
|
|
3461
|
+
function Cf(e) {
|
|
3462
3462
|
var t = e.stateNode;
|
|
3463
|
-
t.pendingContext ?
|
|
3463
|
+
t.pendingContext ? Kl(e, t.pendingContext, t.pendingContext !== t.context) : t.context && Kl(e, t.context, !1), Ns(e, t.containerInfo);
|
|
3464
3464
|
}
|
|
3465
|
-
function
|
|
3465
|
+
function cu(e, t, n, r, o) {
|
|
3466
3466
|
return Vn(), Os(o), t.flags |= 256, He(e, t, n, r), t.child;
|
|
3467
3467
|
}
|
|
3468
3468
|
var Ha = { dehydrated: null, treeContext: null, retryLane: 0 };
|
|
3469
3469
|
function Fa(e) {
|
|
3470
3470
|
return { baseLanes: e, cachePool: null, transitions: null };
|
|
3471
3471
|
}
|
|
3472
|
-
function
|
|
3472
|
+
function kf(e, t, n) {
|
|
3473
3473
|
var r = t.pendingProps, o = be.current, i = !1, a = (t.flags & 128) !== 0, l;
|
|
3474
3474
|
if ((l = a) || (l = e !== null && e.memoizedState === null ? !1 : (o & 2) !== 0), l ? (i = !0, t.flags &= -129) : (e === null || e.memoizedState !== null) && (o |= 1), ve(be, o & 1), e === null)
|
|
3475
3475
|
return La(t), e = t.memoizedState, e !== null && (e = e.dehydrated, e !== null) ? (t.mode & 1 ? e.data === "$!" ? t.lanes = 8 : t.lanes = 1073741824 : t.lanes = 1, null) : (a = r.children, e = r.fallback, i ? (r = t.mode, i = t.child, a = { mode: "hidden", children: a }, !(r & 1) && i !== null ? (i.childLanes = 0, i.pendingProps = a) : i = wi(a, r, 0, null), e = pn(e, r, n, null), i.return = t, e.return = t, i.sibling = e, t.child = i, t.child.memoizedState = Fa(n), t.memoizedState = Ha, e) : Hs(t, a));
|
|
3476
|
-
if (o = e.memoizedState, o !== null && (l = o.dehydrated, l !== null)) return
|
|
3476
|
+
if (o = e.memoizedState, o !== null && (l = o.dehydrated, l !== null)) return Tp(e, t, a, r, l, o, n);
|
|
3477
3477
|
if (i) {
|
|
3478
3478
|
i = r.fallback, a = t.mode, o = e.child, l = o.sibling;
|
|
3479
3479
|
var d = { mode: "hidden", children: r.children };
|
|
@@ -3487,7 +3487,7 @@ function Hs(e, t) {
|
|
|
3487
3487
|
function ho(e, t, n, r) {
|
|
3488
3488
|
return r !== null && Os(r), Kn(t, e.child, null, n), e = Hs(t, t.pendingProps.children), e.flags |= 2, t.memoizedState = null, e;
|
|
3489
3489
|
}
|
|
3490
|
-
function
|
|
3490
|
+
function Tp(e, t, n, r, o, i, a) {
|
|
3491
3491
|
if (n)
|
|
3492
3492
|
return t.flags & 256 ? (t.flags &= -257, r = ea(Error(Y(422))), ho(e, t, a, r)) : t.memoizedState !== null ? (t.child = e.child, t.flags |= 128, null) : (i = r.fallback, o = t.mode, r = wi({ mode: "visible", children: r.children }, o, 0, null), i = pn(i, o, a, null), i.flags |= 2, r.return = t, i.return = t, r.sibling = i, t.child = r, t.mode & 1 && Kn(t, e.child, null, a), t.child.memoizedState = Fa(a), t.memoizedState = Ha, i);
|
|
3493
3493
|
if (!(t.mode & 1)) return ho(e, t, a, null);
|
|
@@ -3537,9 +3537,9 @@ function Rp(e, t, n, r, o, i, a) {
|
|
|
3537
3537
|
}
|
|
3538
3538
|
return Ks(), r = ea(Error(Y(421))), ho(e, t, a, r);
|
|
3539
3539
|
}
|
|
3540
|
-
return o.data === "$?" ? (t.flags |= 128, t.child = e.child, t =
|
|
3540
|
+
return o.data === "$?" ? (t.flags |= 128, t.child = e.child, t = Hp.bind(null, e), o._reactRetry = t, null) : (e = i.treeContext, tt = Jt(o.nextSibling), rt = t, xe = !0, vt = null, e !== null && (st[lt++] = It, st[lt++] = Pt, st[lt++] = mn, It = e.id, Pt = e.overflow, mn = t), t = Hs(t, r.children), t.flags |= 4096, t);
|
|
3541
3541
|
}
|
|
3542
|
-
function
|
|
3542
|
+
function fu(e, t, n) {
|
|
3543
3543
|
e.lanes |= t;
|
|
3544
3544
|
var r = e.alternate;
|
|
3545
3545
|
r !== null && (r.lanes |= t), ja(e.return, t, n);
|
|
@@ -3548,13 +3548,13 @@ function ta(e, t, n, r, o) {
|
|
|
3548
3548
|
var i = e.memoizedState;
|
|
3549
3549
|
i === null ? e.memoizedState = { isBackwards: t, rendering: null, renderingStartTime: 0, last: r, tail: n, tailMode: o } : (i.isBackwards = t, i.rendering = null, i.renderingStartTime = 0, i.last = r, i.tail = n, i.tailMode = o);
|
|
3550
3550
|
}
|
|
3551
|
-
function
|
|
3551
|
+
function Ef(e, t, n) {
|
|
3552
3552
|
var r = t.pendingProps, o = r.revealOrder, i = r.tail;
|
|
3553
3553
|
if (He(e, t, r.children, n), r = be.current, r & 2) r = r & 1 | 2, t.flags |= 128;
|
|
3554
3554
|
else {
|
|
3555
3555
|
if (e !== null && e.flags & 128) e: for (e = t.child; e !== null; ) {
|
|
3556
|
-
if (e.tag === 13) e.memoizedState !== null &&
|
|
3557
|
-
else if (e.tag === 19)
|
|
3556
|
+
if (e.tag === 13) e.memoizedState !== null && fu(e, n, t);
|
|
3557
|
+
else if (e.tag === 19) fu(e, n, t);
|
|
3558
3558
|
else if (e.child !== null) {
|
|
3559
3559
|
e.child.return = e, e = e.child;
|
|
3560
3560
|
continue;
|
|
@@ -3604,13 +3604,13 @@ function Bt(e, t, n) {
|
|
|
3604
3604
|
}
|
|
3605
3605
|
return t.child;
|
|
3606
3606
|
}
|
|
3607
|
-
function
|
|
3607
|
+
function Ap(e, t, n) {
|
|
3608
3608
|
switch (t.tag) {
|
|
3609
3609
|
case 3:
|
|
3610
|
-
|
|
3610
|
+
Cf(t), Vn();
|
|
3611
3611
|
break;
|
|
3612
3612
|
case 5:
|
|
3613
|
-
|
|
3613
|
+
Jc(t);
|
|
3614
3614
|
break;
|
|
3615
3615
|
case 1:
|
|
3616
3616
|
Xe(t.type) && Wo(t);
|
|
@@ -3624,24 +3624,24 @@ function Op(e, t, n) {
|
|
|
3624
3624
|
break;
|
|
3625
3625
|
case 13:
|
|
3626
3626
|
if (r = t.memoizedState, r !== null)
|
|
3627
|
-
return r.dehydrated !== null ? (ve(be, be.current & 1), t.flags |= 128, null) : n & t.child.childLanes ?
|
|
3627
|
+
return r.dehydrated !== null ? (ve(be, be.current & 1), t.flags |= 128, null) : n & t.child.childLanes ? kf(e, t, n) : (ve(be, be.current & 1), e = Bt(e, t, n), e !== null ? e.sibling : null);
|
|
3628
3628
|
ve(be, be.current & 1);
|
|
3629
3629
|
break;
|
|
3630
3630
|
case 19:
|
|
3631
3631
|
if (r = (n & t.childLanes) !== 0, e.flags & 128) {
|
|
3632
|
-
if (r) return
|
|
3632
|
+
if (r) return Ef(e, t, n);
|
|
3633
3633
|
t.flags |= 128;
|
|
3634
3634
|
}
|
|
3635
3635
|
if (o = t.memoizedState, o !== null && (o.rendering = null, o.tail = null, o.lastEffect = null), ve(be, be.current), r) break;
|
|
3636
3636
|
return null;
|
|
3637
3637
|
case 22:
|
|
3638
3638
|
case 23:
|
|
3639
|
-
return t.lanes = 0,
|
|
3639
|
+
return t.lanes = 0, bf(e, t, n);
|
|
3640
3640
|
}
|
|
3641
3641
|
return Bt(e, t, n);
|
|
3642
3642
|
}
|
|
3643
|
-
var
|
|
3644
|
-
|
|
3643
|
+
var Rf, Ga, Of, Tf;
|
|
3644
|
+
Rf = function(e, t) {
|
|
3645
3645
|
for (var n = t.child; n !== null; ) {
|
|
3646
3646
|
if (n.tag === 5 || n.tag === 6) e.appendChild(n.stateNode);
|
|
3647
3647
|
else if (n.tag !== 4 && n.child !== null) {
|
|
@@ -3658,7 +3658,7 @@ Ef = function(e, t) {
|
|
|
3658
3658
|
};
|
|
3659
3659
|
Ga = function() {
|
|
3660
3660
|
};
|
|
3661
|
-
|
|
3661
|
+
Of = function(e, t, n, r) {
|
|
3662
3662
|
var o = e.memoizedProps;
|
|
3663
3663
|
if (o !== r) {
|
|
3664
3664
|
e = t.stateNode, dn(Rt.current);
|
|
@@ -3699,7 +3699,7 @@ Rf = function(e, t, n, r) {
|
|
|
3699
3699
|
(t.updateQueue = m) && (t.flags |= 4);
|
|
3700
3700
|
}
|
|
3701
3701
|
};
|
|
3702
|
-
|
|
3702
|
+
Tf = function(e, t, n, r) {
|
|
3703
3703
|
n !== r && (t.flags |= 4);
|
|
3704
3704
|
};
|
|
3705
3705
|
function sr(e, t) {
|
|
@@ -3721,7 +3721,7 @@ function Be(e) {
|
|
|
3721
3721
|
else for (o = e.child; o !== null; ) n |= o.lanes | o.childLanes, r |= o.subtreeFlags, r |= o.flags, o.return = e, o = o.sibling;
|
|
3722
3722
|
return e.subtreeFlags |= r, e.childLanes = n, t;
|
|
3723
3723
|
}
|
|
3724
|
-
function
|
|
3724
|
+
function Ip(e, t, n) {
|
|
3725
3725
|
var r = t.pendingProps;
|
|
3726
3726
|
switch (Rs(t), t.tag) {
|
|
3727
3727
|
case 2:
|
|
@@ -3742,7 +3742,7 @@ function Tp(e, t, n) {
|
|
|
3742
3742
|
case 5:
|
|
3743
3743
|
Ls(t);
|
|
3744
3744
|
var o = dn(_r.current);
|
|
3745
|
-
if (n = t.type, e !== null && t.stateNode != null)
|
|
3745
|
+
if (n = t.type, e !== null && t.stateNode != null) Of(e, t, n, r, o), e.ref !== t.ref && (t.flags |= 512, t.flags |= 2097152);
|
|
3746
3746
|
else {
|
|
3747
3747
|
if (!r) {
|
|
3748
3748
|
if (t.stateNode === null) throw Error(Y(166));
|
|
@@ -3779,13 +3779,13 @@ function Tp(e, t, n) {
|
|
|
3779
3779
|
ye("toggle", r);
|
|
3780
3780
|
break;
|
|
3781
3781
|
case "input":
|
|
3782
|
-
|
|
3782
|
+
xl(r, i), ye("invalid", r);
|
|
3783
3783
|
break;
|
|
3784
3784
|
case "select":
|
|
3785
3785
|
r._wrapperState = { wasMultiple: !!i.multiple }, ye("invalid", r);
|
|
3786
3786
|
break;
|
|
3787
3787
|
case "textarea":
|
|
3788
|
-
|
|
3788
|
+
Sl(r, i), ye("invalid", r);
|
|
3789
3789
|
}
|
|
3790
3790
|
ma(n, i), o = null;
|
|
3791
3791
|
for (var a in i) if (i.hasOwnProperty(a)) {
|
|
@@ -3798,10 +3798,10 @@ function Tp(e, t, n) {
|
|
|
3798
3798
|
}
|
|
3799
3799
|
switch (n) {
|
|
3800
3800
|
case "input":
|
|
3801
|
-
to(r),
|
|
3801
|
+
to(r), bl(r, i, !0);
|
|
3802
3802
|
break;
|
|
3803
3803
|
case "textarea":
|
|
3804
|
-
to(r),
|
|
3804
|
+
to(r), Cl(r);
|
|
3805
3805
|
break;
|
|
3806
3806
|
case "select":
|
|
3807
3807
|
case "option":
|
|
@@ -3811,7 +3811,7 @@ function Tp(e, t, n) {
|
|
|
3811
3811
|
}
|
|
3812
3812
|
r = o, t.updateQueue = r, r !== null && (t.flags |= 4);
|
|
3813
3813
|
} else {
|
|
3814
|
-
a = o.nodeType === 9 ? o : o.ownerDocument, e === "http://www.w3.org/1999/xhtml" && (e =
|
|
3814
|
+
a = o.nodeType === 9 ? o : o.ownerDocument, e === "http://www.w3.org/1999/xhtml" && (e = tc(n)), e === "http://www.w3.org/1999/xhtml" ? n === "script" ? (e = a.createElement("div"), e.innerHTML = "<script><\/script>", e = e.removeChild(e.firstChild)) : typeof r.is == "string" ? e = a.createElement(n, { is: r.is }) : (e = a.createElement(n), n === "select" && (a = e, r.multiple ? a.multiple = !0 : r.size && (a.size = r.size))) : e = a.createElementNS(e, n), e[kt] = t, e[Ur] = r, Rf(e, t, !1, !1), t.stateNode = e;
|
|
3815
3815
|
e: {
|
|
3816
3816
|
switch (a = va(n, r), n) {
|
|
3817
3817
|
case "dialog":
|
|
@@ -3842,7 +3842,7 @@ function Tp(e, t, n) {
|
|
|
3842
3842
|
ye("toggle", e), o = r;
|
|
3843
3843
|
break;
|
|
3844
3844
|
case "input":
|
|
3845
|
-
|
|
3845
|
+
xl(e, r), o = fa(e, r), ye("invalid", e);
|
|
3846
3846
|
break;
|
|
3847
3847
|
case "option":
|
|
3848
3848
|
o = r;
|
|
@@ -3851,7 +3851,7 @@ function Tp(e, t, n) {
|
|
|
3851
3851
|
e._wrapperState = { wasMultiple: !!r.multiple }, o = Ce({}, r, { value: void 0 }), ye("invalid", e);
|
|
3852
3852
|
break;
|
|
3853
3853
|
case "textarea":
|
|
3854
|
-
|
|
3854
|
+
Sl(e, r), o = pa(e, r), ye("invalid", e);
|
|
3855
3855
|
break;
|
|
3856
3856
|
default:
|
|
3857
3857
|
o = r;
|
|
@@ -3859,14 +3859,14 @@ function Tp(e, t, n) {
|
|
|
3859
3859
|
ma(n, o), l = o;
|
|
3860
3860
|
for (i in l) if (l.hasOwnProperty(i)) {
|
|
3861
3861
|
var d = l[i];
|
|
3862
|
-
i === "style" ?
|
|
3862
|
+
i === "style" ? oc(e, d) : i === "dangerouslySetInnerHTML" ? (d = d ? d.__html : void 0, d != null && nc(e, d)) : i === "children" ? typeof d == "string" ? (n !== "textarea" || d !== "") && Tr(e, d) : typeof d == "number" && Tr(e, "" + d) : i !== "suppressContentEditableWarning" && i !== "suppressHydrationWarning" && i !== "autoFocus" && (Or.hasOwnProperty(i) ? d != null && i === "onScroll" && ye("scroll", e) : d != null && fs(e, i, d, a));
|
|
3863
3863
|
}
|
|
3864
3864
|
switch (n) {
|
|
3865
3865
|
case "input":
|
|
3866
|
-
to(e),
|
|
3866
|
+
to(e), bl(e, r, !1);
|
|
3867
3867
|
break;
|
|
3868
3868
|
case "textarea":
|
|
3869
|
-
to(e),
|
|
3869
|
+
to(e), Cl(e);
|
|
3870
3870
|
break;
|
|
3871
3871
|
case "option":
|
|
3872
3872
|
r.value != null && e.setAttribute("value", "" + tn(r.value));
|
|
@@ -3902,7 +3902,7 @@ function Tp(e, t, n) {
|
|
|
3902
3902
|
}
|
|
3903
3903
|
return Be(t), null;
|
|
3904
3904
|
case 6:
|
|
3905
|
-
if (e && t.stateNode != null)
|
|
3905
|
+
if (e && t.stateNode != null) Tf(e, t, e.memoizedProps, r);
|
|
3906
3906
|
else {
|
|
3907
3907
|
if (typeof r != "string" && t.stateNode === null) throw Error(Y(166));
|
|
3908
3908
|
if (n = dn(_r.current), dn(Rt.current), co(t)) {
|
|
@@ -3919,7 +3919,7 @@ function Tp(e, t, n) {
|
|
|
3919
3919
|
return Be(t), null;
|
|
3920
3920
|
case 13:
|
|
3921
3921
|
if (we(be), r = t.memoizedState, e === null || e.memoizedState !== null && e.memoizedState.dehydrated !== null) {
|
|
3922
|
-
if (xe && tt !== null && t.mode & 1 && !(t.flags & 128))
|
|
3922
|
+
if (xe && tt !== null && t.mode & 1 && !(t.flags & 128)) $c(), Vn(), t.flags |= 98560, i = !1;
|
|
3923
3923
|
else if (i = co(t), r !== null && r.dehydrated !== null) {
|
|
3924
3924
|
if (e === null) {
|
|
3925
3925
|
if (!i) throw Error(Y(318));
|
|
@@ -3967,7 +3967,7 @@ function Tp(e, t, n) {
|
|
|
3967
3967
|
}
|
|
3968
3968
|
throw Error(Y(156, t.tag));
|
|
3969
3969
|
}
|
|
3970
|
-
function
|
|
3970
|
+
function Pp(e, t) {
|
|
3971
3971
|
switch (Rs(t), t.tag) {
|
|
3972
3972
|
case 1:
|
|
3973
3973
|
return Xe(t.type) && Go(), e = t.flags, e & 65536 ? (t.flags = e & -65537 | 128, t) : null;
|
|
@@ -3996,7 +3996,7 @@ function Ap(e, t) {
|
|
|
3996
3996
|
return null;
|
|
3997
3997
|
}
|
|
3998
3998
|
}
|
|
3999
|
-
var po = !1, _e = !1,
|
|
3999
|
+
var po = !1, _e = !1, Mp = typeof WeakSet == "function" ? WeakSet : Set, te = null;
|
|
4000
4000
|
function Dn(e, t) {
|
|
4001
4001
|
var n = e.ref;
|
|
4002
4002
|
if (n !== null) if (typeof n == "function") try {
|
|
@@ -4013,9 +4013,9 @@ function Wa(e, t, n) {
|
|
|
4013
4013
|
ke(e, t, r);
|
|
4014
4014
|
}
|
|
4015
4015
|
}
|
|
4016
|
-
var
|
|
4017
|
-
function
|
|
4018
|
-
if (Oa = _o, e =
|
|
4016
|
+
var du = !1;
|
|
4017
|
+
function Np(e, t) {
|
|
4018
|
+
if (Oa = _o, e = Mc(), ks(e)) {
|
|
4019
4019
|
if ("selectionStart" in e) var n = { start: e.selectionStart, end: e.selectionEnd };
|
|
4020
4020
|
else e: {
|
|
4021
4021
|
n = (n = e.ownerDocument) && n.defaultView || window;
|
|
@@ -4083,7 +4083,7 @@ function Pp(e, t) {
|
|
|
4083
4083
|
}
|
|
4084
4084
|
te = t.return;
|
|
4085
4085
|
}
|
|
4086
|
-
return u =
|
|
4086
|
+
return u = du, du = !1, u;
|
|
4087
4087
|
}
|
|
4088
4088
|
function br(e, t, n) {
|
|
4089
4089
|
var r = t.updateQueue;
|
|
@@ -4124,17 +4124,17 @@ function $a(e) {
|
|
|
4124
4124
|
typeof t == "function" ? t(e) : t.current = e;
|
|
4125
4125
|
}
|
|
4126
4126
|
}
|
|
4127
|
-
function
|
|
4127
|
+
function Af(e) {
|
|
4128
4128
|
var t = e.alternate;
|
|
4129
|
-
t !== null && (e.alternate = null,
|
|
4129
|
+
t !== null && (e.alternate = null, Af(t)), e.child = null, e.deletions = null, e.sibling = null, e.tag === 5 && (t = e.stateNode, t !== null && (delete t[kt], delete t[Ur], delete t[Pa], delete t[gp], delete t[mp])), e.stateNode = null, e.return = null, e.dependencies = null, e.memoizedProps = null, e.memoizedState = null, e.pendingProps = null, e.stateNode = null, e.updateQueue = null;
|
|
4130
4130
|
}
|
|
4131
|
-
function
|
|
4131
|
+
function If(e) {
|
|
4132
4132
|
return e.tag === 5 || e.tag === 3 || e.tag === 4;
|
|
4133
4133
|
}
|
|
4134
|
-
function
|
|
4134
|
+
function hu(e) {
|
|
4135
4135
|
e: for (; ; ) {
|
|
4136
4136
|
for (; e.sibling === null; ) {
|
|
4137
|
-
if (e.return === null ||
|
|
4137
|
+
if (e.return === null || If(e.return)) return null;
|
|
4138
4138
|
e = e.return;
|
|
4139
4139
|
}
|
|
4140
4140
|
for (e.sibling.return = e.return, e = e.sibling; e.tag !== 5 && e.tag !== 6 && e.tag !== 18; ) {
|
|
@@ -4156,9 +4156,9 @@ function Ka(e, t, n) {
|
|
|
4156
4156
|
}
|
|
4157
4157
|
var Ne = null, mt = !1;
|
|
4158
4158
|
function zt(e, t, n) {
|
|
4159
|
-
for (n = n.child; n !== null; )
|
|
4159
|
+
for (n = n.child; n !== null; ) Pf(e, t, n), n = n.sibling;
|
|
4160
4160
|
}
|
|
4161
|
-
function
|
|
4161
|
+
function Pf(e, t, n) {
|
|
4162
4162
|
if (Et && typeof Et.onCommitFiberUnmount == "function") try {
|
|
4163
4163
|
Et.onCommitFiberUnmount(ui, n);
|
|
4164
4164
|
} catch (l) {
|
|
@@ -4207,13 +4207,13 @@ function If(e, t, n) {
|
|
|
4207
4207
|
zt(e, t, n);
|
|
4208
4208
|
}
|
|
4209
4209
|
}
|
|
4210
|
-
function
|
|
4210
|
+
function pu(e) {
|
|
4211
4211
|
var t = e.updateQueue;
|
|
4212
4212
|
if (t !== null) {
|
|
4213
4213
|
e.updateQueue = null;
|
|
4214
4214
|
var n = e.stateNode;
|
|
4215
|
-
n === null && (n = e.stateNode = new
|
|
4216
|
-
var o =
|
|
4215
|
+
n === null && (n = e.stateNode = new Mp()), t.forEach(function(r) {
|
|
4216
|
+
var o = Fp.bind(null, e, r);
|
|
4217
4217
|
n.has(r) || (n.add(r), r.then(o, o));
|
|
4218
4218
|
});
|
|
4219
4219
|
}
|
|
@@ -4239,16 +4239,16 @@ function pt(e, t) {
|
|
|
4239
4239
|
l = l.return;
|
|
4240
4240
|
}
|
|
4241
4241
|
if (Ne === null) throw Error(Y(160));
|
|
4242
|
-
|
|
4242
|
+
Pf(i, a, o), Ne = null, mt = !1;
|
|
4243
4243
|
var d = o.alternate;
|
|
4244
4244
|
d !== null && (d.return = null), o.return = null;
|
|
4245
4245
|
} catch (m) {
|
|
4246
4246
|
ke(o, t, m);
|
|
4247
4247
|
}
|
|
4248
4248
|
}
|
|
4249
|
-
if (t.subtreeFlags & 12854) for (t = t.child; t !== null; )
|
|
4249
|
+
if (t.subtreeFlags & 12854) for (t = t.child; t !== null; ) Mf(t, e), t = t.sibling;
|
|
4250
4250
|
}
|
|
4251
|
-
function
|
|
4251
|
+
function Mf(e, t) {
|
|
4252
4252
|
var n = e.alternate, r = e.flags;
|
|
4253
4253
|
switch (e.tag) {
|
|
4254
4254
|
case 0:
|
|
@@ -4283,18 +4283,18 @@ function Pf(e, t) {
|
|
|
4283
4283
|
if (r & 4 && (o = e.stateNode, o != null)) {
|
|
4284
4284
|
var i = e.memoizedProps, a = n !== null ? n.memoizedProps : i, l = e.type, d = e.updateQueue;
|
|
4285
4285
|
if (e.updateQueue = null, d !== null) try {
|
|
4286
|
-
l === "input" && i.type === "radio" && i.name != null &&
|
|
4286
|
+
l === "input" && i.type === "radio" && i.name != null && qu(o, i), va(l, a);
|
|
4287
4287
|
var m = va(l, i);
|
|
4288
4288
|
for (a = 0; a < d.length; a += 2) {
|
|
4289
4289
|
var b = d[a], R = d[a + 1];
|
|
4290
|
-
b === "style" ?
|
|
4290
|
+
b === "style" ? oc(o, R) : b === "dangerouslySetInnerHTML" ? nc(o, R) : b === "children" ? Tr(o, R) : fs(o, b, R, m);
|
|
4291
4291
|
}
|
|
4292
4292
|
switch (l) {
|
|
4293
4293
|
case "input":
|
|
4294
4294
|
da(o, i);
|
|
4295
4295
|
break;
|
|
4296
4296
|
case "textarea":
|
|
4297
|
-
|
|
4297
|
+
ec(o, i);
|
|
4298
4298
|
break;
|
|
4299
4299
|
case "select":
|
|
4300
4300
|
var y = o._wrapperState.wasMultiple;
|
|
@@ -4335,7 +4335,7 @@ function Pf(e, t) {
|
|
|
4335
4335
|
pt(t, e), bt(e);
|
|
4336
4336
|
break;
|
|
4337
4337
|
case 13:
|
|
4338
|
-
pt(t, e), bt(e), o = e.child, o.flags & 8192 && (i = o.memoizedState !== null, o.stateNode.isHidden = i, !i || o.alternate !== null && o.alternate.memoizedState !== null || (Ws = Ee())), r & 4 &&
|
|
4338
|
+
pt(t, e), bt(e), o = e.child, o.flags & 8192 && (i = o.memoizedState !== null, o.stateNode.isHidden = i, !i || o.alternate !== null && o.alternate.memoizedState !== null || (Ws = Ee())), r & 4 && pu(e);
|
|
4339
4339
|
break;
|
|
4340
4340
|
case 22:
|
|
4341
4341
|
if (b = n !== null && n.memoizedState !== null, e.mode & 1 ? (_e = (m = _e) || b, pt(t, e), _e = m) : pt(t, e), bt(e), r & 8192) {
|
|
@@ -4365,11 +4365,11 @@ function Pf(e, t) {
|
|
|
4365
4365
|
break;
|
|
4366
4366
|
case 22:
|
|
4367
4367
|
if (y.memoizedState !== null) {
|
|
4368
|
-
|
|
4368
|
+
mu(R);
|
|
4369
4369
|
continue;
|
|
4370
4370
|
}
|
|
4371
4371
|
}
|
|
4372
|
-
E !== null ? (E.return = y, te = E) :
|
|
4372
|
+
E !== null ? (E.return = y, te = E) : mu(R);
|
|
4373
4373
|
}
|
|
4374
4374
|
b = b.sibling;
|
|
4375
4375
|
}
|
|
@@ -4378,7 +4378,7 @@ function Pf(e, t) {
|
|
|
4378
4378
|
if (b === null) {
|
|
4379
4379
|
b = R;
|
|
4380
4380
|
try {
|
|
4381
|
-
o = R.stateNode, m ? (i = o.style, typeof i.setProperty == "function" ? i.setProperty("display", "none", "important") : i.display = "none") : (l = R.stateNode, d = R.memoizedProps.style, a = d != null && d.hasOwnProperty("display") ? d.display : null, l.style.display =
|
|
4381
|
+
o = R.stateNode, m ? (i = o.style, typeof i.setProperty == "function" ? i.setProperty("display", "none", "important") : i.display = "none") : (l = R.stateNode, d = R.memoizedProps.style, a = d != null && d.hasOwnProperty("display") ? d.display : null, l.style.display = rc("display", a));
|
|
4382
4382
|
} catch (C) {
|
|
4383
4383
|
ke(e, e.return, C);
|
|
4384
4384
|
}
|
|
@@ -4403,7 +4403,7 @@ function Pf(e, t) {
|
|
|
4403
4403
|
}
|
|
4404
4404
|
break;
|
|
4405
4405
|
case 19:
|
|
4406
|
-
pt(t, e), bt(e), r & 4 &&
|
|
4406
|
+
pt(t, e), bt(e), r & 4 && pu(e);
|
|
4407
4407
|
break;
|
|
4408
4408
|
case 21:
|
|
4409
4409
|
break;
|
|
@@ -4420,7 +4420,7 @@ function bt(e) {
|
|
|
4420
4420
|
try {
|
|
4421
4421
|
e: {
|
|
4422
4422
|
for (var n = e.return; n !== null; ) {
|
|
4423
|
-
if (
|
|
4423
|
+
if (If(n)) {
|
|
4424
4424
|
var r = n;
|
|
4425
4425
|
break e;
|
|
4426
4426
|
}
|
|
@@ -4432,12 +4432,12 @@ function bt(e) {
|
|
|
4432
4432
|
case 5:
|
|
4433
4433
|
var o = r.stateNode;
|
|
4434
4434
|
r.flags & 32 && (Tr(o, ""), r.flags &= -33);
|
|
4435
|
-
var i =
|
|
4435
|
+
var i = hu(e);
|
|
4436
4436
|
Ka(e, i, o);
|
|
4437
4437
|
break;
|
|
4438
4438
|
case 3:
|
|
4439
4439
|
case 4:
|
|
4440
|
-
var a = r.stateNode.containerInfo, l =
|
|
4440
|
+
var a = r.stateNode.containerInfo, l = hu(e);
|
|
4441
4441
|
Va(e, l, a);
|
|
4442
4442
|
break;
|
|
4443
4443
|
default:
|
|
@@ -4450,10 +4450,10 @@ function bt(e) {
|
|
|
4450
4450
|
}
|
|
4451
4451
|
t & 4096 && (e.flags &= -4097);
|
|
4452
4452
|
}
|
|
4453
|
-
function
|
|
4454
|
-
te = e,
|
|
4453
|
+
function Lp(e, t, n) {
|
|
4454
|
+
te = e, Nf(e);
|
|
4455
4455
|
}
|
|
4456
|
-
function
|
|
4456
|
+
function Nf(e, t, n) {
|
|
4457
4457
|
for (var r = (e.mode & 1) !== 0; te !== null; ) {
|
|
4458
4458
|
var o = te, i = o.child;
|
|
4459
4459
|
if (o.tag === 22 && r) {
|
|
@@ -4462,15 +4462,15 @@ function Mf(e, t, n) {
|
|
|
4462
4462
|
var l = o.alternate, d = l !== null && l.memoizedState !== null || _e;
|
|
4463
4463
|
l = po;
|
|
4464
4464
|
var m = _e;
|
|
4465
|
-
if (po = a, (_e = d) && !m) for (te = o; te !== null; ) a = te, d = a.child, a.tag === 22 && a.memoizedState !== null ?
|
|
4466
|
-
for (; i !== null; ) te = i,
|
|
4465
|
+
if (po = a, (_e = d) && !m) for (te = o; te !== null; ) a = te, d = a.child, a.tag === 22 && a.memoizedState !== null ? vu(o) : d !== null ? (d.return = a, te = d) : vu(o);
|
|
4466
|
+
for (; i !== null; ) te = i, Nf(i), i = i.sibling;
|
|
4467
4467
|
te = o, po = l, _e = m;
|
|
4468
4468
|
}
|
|
4469
|
-
|
|
4470
|
-
} else o.subtreeFlags & 8772 && i !== null ? (i.return = o, te = i) :
|
|
4469
|
+
gu(e);
|
|
4470
|
+
} else o.subtreeFlags & 8772 && i !== null ? (i.return = o, te = i) : gu(e);
|
|
4471
4471
|
}
|
|
4472
4472
|
}
|
|
4473
|
-
function
|
|
4473
|
+
function gu(e) {
|
|
4474
4474
|
for (; te !== null; ) {
|
|
4475
4475
|
var t = te;
|
|
4476
4476
|
if (t.flags & 8772) {
|
|
@@ -4490,7 +4490,7 @@ function pu(e) {
|
|
|
4490
4490
|
r.componentDidUpdate(o, n.memoizedState, r.__reactInternalSnapshotBeforeUpdate);
|
|
4491
4491
|
}
|
|
4492
4492
|
var i = t.updateQueue;
|
|
4493
|
-
i !== null &&
|
|
4493
|
+
i !== null && ql(t, i, r);
|
|
4494
4494
|
break;
|
|
4495
4495
|
case 3:
|
|
4496
4496
|
var a = t.updateQueue;
|
|
@@ -4502,7 +4502,7 @@ function pu(e) {
|
|
|
4502
4502
|
case 1:
|
|
4503
4503
|
n = t.child.stateNode;
|
|
4504
4504
|
}
|
|
4505
|
-
|
|
4505
|
+
ql(t, a, n);
|
|
4506
4506
|
}
|
|
4507
4507
|
break;
|
|
4508
4508
|
case 5:
|
|
@@ -4566,7 +4566,7 @@ function pu(e) {
|
|
|
4566
4566
|
te = t.return;
|
|
4567
4567
|
}
|
|
4568
4568
|
}
|
|
4569
|
-
function
|
|
4569
|
+
function mu(e) {
|
|
4570
4570
|
for (; te !== null; ) {
|
|
4571
4571
|
var t = te;
|
|
4572
4572
|
if (t === e) {
|
|
@@ -4581,7 +4581,7 @@ function gu(e) {
|
|
|
4581
4581
|
te = t.return;
|
|
4582
4582
|
}
|
|
4583
4583
|
}
|
|
4584
|
-
function
|
|
4584
|
+
function vu(e) {
|
|
4585
4585
|
for (; te !== null; ) {
|
|
4586
4586
|
var t = te;
|
|
4587
4587
|
try {
|
|
@@ -4636,12 +4636,12 @@ function mu(e) {
|
|
|
4636
4636
|
te = t.return;
|
|
4637
4637
|
}
|
|
4638
4638
|
}
|
|
4639
|
-
var
|
|
4639
|
+
var jp = Math.ceil, qo = _t.ReactCurrentDispatcher, Fs = _t.ReactCurrentOwner, ct = _t.ReactCurrentBatchConfig, ce = 0, Me = null, Re = null, Le = 0, qe = 0, Un = on(0), Ae = 0, Gr = null, yn = 0, yi = 0, Gs = 0, Sr = null, Qe = null, Ws = 0, Jn = 1 / 0, Tt = null, ei = !1, Qa = null, Zt = null, go = !1, Vt = null, ti = 0, Cr = 0, Ya = null, Oo = -1, To = 0;
|
|
4640
4640
|
function Ge() {
|
|
4641
4641
|
return ce & 6 ? Ee() : Oo !== -1 ? Oo : Oo = Ee();
|
|
4642
4642
|
}
|
|
4643
4643
|
function qt(e) {
|
|
4644
|
-
return e.mode & 1 ? ce & 2 && Le !== 0 ? Le & -Le :
|
|
4644
|
+
return e.mode & 1 ? ce & 2 && Le !== 0 ? Le & -Le : yp.transition !== null ? (To === 0 && (To = mc()), To) : (e = pe, e !== 0 || (e = window.event, e = e === void 0 ? 16 : Cc(e.type)), e) : 1;
|
|
4645
4645
|
}
|
|
4646
4646
|
function wt(e, t, n, r) {
|
|
4647
4647
|
if (50 < Cr) throw Cr = 0, Ya = null, Error(Y(185));
|
|
@@ -4649,36 +4649,36 @@ function wt(e, t, n, r) {
|
|
|
4649
4649
|
}
|
|
4650
4650
|
function Ze(e, t) {
|
|
4651
4651
|
var n = e.callbackNode;
|
|
4652
|
-
|
|
4652
|
+
yh(e, t);
|
|
4653
4653
|
var r = Bo(e, e === Me ? Le : 0);
|
|
4654
|
-
if (r === 0) n !== null &&
|
|
4654
|
+
if (r === 0) n !== null && Rl(n), e.callbackNode = null, e.callbackPriority = 0;
|
|
4655
4655
|
else if (t = r & -r, e.callbackPriority !== t) {
|
|
4656
|
-
if (n != null &&
|
|
4656
|
+
if (n != null && Rl(n), t === 1) e.tag === 0 ? vp(yu.bind(null, e)) : Fc(yu.bind(null, e)), hp(function() {
|
|
4657
4657
|
!(ce & 6) && an();
|
|
4658
4658
|
}), n = null;
|
|
4659
4659
|
else {
|
|
4660
|
-
switch (
|
|
4660
|
+
switch (vc(r)) {
|
|
4661
4661
|
case 1:
|
|
4662
4662
|
n = ms;
|
|
4663
4663
|
break;
|
|
4664
4664
|
case 4:
|
|
4665
|
-
n =
|
|
4665
|
+
n = pc;
|
|
4666
4666
|
break;
|
|
4667
4667
|
case 16:
|
|
4668
4668
|
n = Uo;
|
|
4669
4669
|
break;
|
|
4670
4670
|
case 536870912:
|
|
4671
|
-
n =
|
|
4671
|
+
n = gc;
|
|
4672
4672
|
break;
|
|
4673
4673
|
default:
|
|
4674
4674
|
n = Uo;
|
|
4675
4675
|
}
|
|
4676
|
-
n =
|
|
4676
|
+
n = Hf(n, Lf.bind(null, e));
|
|
4677
4677
|
}
|
|
4678
4678
|
e.callbackPriority = t, e.callbackNode = n;
|
|
4679
4679
|
}
|
|
4680
4680
|
}
|
|
4681
|
-
function
|
|
4681
|
+
function Lf(e, t) {
|
|
4682
4682
|
if (Oo = -1, To = 0, ce & 6) throw Error(Y(327));
|
|
4683
4683
|
var n = e.callbackNode;
|
|
4684
4684
|
if (Gn() && e.callbackNode !== n) return null;
|
|
@@ -4689,14 +4689,14 @@ function Nf(e, t) {
|
|
|
4689
4689
|
t = r;
|
|
4690
4690
|
var o = ce;
|
|
4691
4691
|
ce |= 2;
|
|
4692
|
-
var i =
|
|
4692
|
+
var i = Df();
|
|
4693
4693
|
(Me !== e || Le !== t) && (Tt = null, Jn = Ee() + 500, hn(e, t));
|
|
4694
4694
|
do
|
|
4695
4695
|
try {
|
|
4696
|
-
|
|
4696
|
+
Bp();
|
|
4697
4697
|
break;
|
|
4698
4698
|
} catch (l) {
|
|
4699
|
-
|
|
4699
|
+
jf(e, l);
|
|
4700
4700
|
}
|
|
4701
4701
|
while (!0);
|
|
4702
4702
|
As(), qo.current = i, ce = o, Re !== null ? t = 0 : (Me = null, Le = 0, t = Ae);
|
|
@@ -4705,7 +4705,7 @@ function Nf(e, t) {
|
|
|
4705
4705
|
if (t === 2 && (o = Sa(e), o !== 0 && (r = o, t = Ja(e, o))), t === 1) throw n = Gr, hn(e, 0), Wt(e, r), Ze(e, Ee()), n;
|
|
4706
4706
|
if (t === 6) Wt(e, r);
|
|
4707
4707
|
else {
|
|
4708
|
-
if (o = e.current.alternate, !(r & 30) && !
|
|
4708
|
+
if (o = e.current.alternate, !(r & 30) && !Dp(o) && (t = ni(e, r), t === 2 && (i = Sa(e), i !== 0 && (r = i, t = Ja(e, i))), t === 1)) throw n = Gr, hn(e, 0), Wt(e, r), Ze(e, Ee()), n;
|
|
4709
4709
|
switch (e.finishedWork = o, e.finishedLanes = r, t) {
|
|
4710
4710
|
case 0:
|
|
4711
4711
|
case 1:
|
|
@@ -4731,7 +4731,7 @@ function Nf(e, t) {
|
|
|
4731
4731
|
var a = 31 - yt(r);
|
|
4732
4732
|
i = 1 << a, a = t[a], a > o && (o = a), r &= ~i;
|
|
4733
4733
|
}
|
|
4734
|
-
if (r = o, r = Ee() - r, r = (120 > r ? 120 : 480 > r ? 480 : 1080 > r ? 1080 : 1920 > r ? 1920 : 3e3 > r ? 3e3 : 4320 > r ? 4320 : 1960 *
|
|
4734
|
+
if (r = o, r = Ee() - r, r = (120 > r ? 120 : 480 > r ? 480 : 1080 > r ? 1080 : 1920 > r ? 1920 : 3e3 > r ? 3e3 : 4320 > r ? 4320 : 1960 * jp(r / 1960)) - r, 10 < r) {
|
|
4735
4735
|
e.timeoutHandle = Ia(un.bind(null, e, Qe, Tt), r);
|
|
4736
4736
|
break;
|
|
4737
4737
|
}
|
|
@@ -4745,7 +4745,7 @@ function Nf(e, t) {
|
|
|
4745
4745
|
}
|
|
4746
4746
|
}
|
|
4747
4747
|
}
|
|
4748
|
-
return Ze(e, Ee()), e.callbackNode === n ?
|
|
4748
|
+
return Ze(e, Ee()), e.callbackNode === n ? Lf.bind(null, e) : null;
|
|
4749
4749
|
}
|
|
4750
4750
|
function Ja(e, t) {
|
|
4751
4751
|
var n = Sr;
|
|
@@ -4754,7 +4754,7 @@ function Ja(e, t) {
|
|
|
4754
4754
|
function Xa(e) {
|
|
4755
4755
|
Qe === null ? Qe = e : Qe.push.apply(Qe, e);
|
|
4756
4756
|
}
|
|
4757
|
-
function
|
|
4757
|
+
function Dp(e) {
|
|
4758
4758
|
for (var t = e; ; ) {
|
|
4759
4759
|
if (t.flags & 16384) {
|
|
4760
4760
|
var n = t.updateQueue;
|
|
@@ -4786,7 +4786,7 @@ function Wt(e, t) {
|
|
|
4786
4786
|
e[n] = -1, t &= ~r;
|
|
4787
4787
|
}
|
|
4788
4788
|
}
|
|
4789
|
-
function
|
|
4789
|
+
function yu(e) {
|
|
4790
4790
|
if (ce & 6) throw Error(Y(327));
|
|
4791
4791
|
Gn();
|
|
4792
4792
|
var t = Bo(e, 0);
|
|
@@ -4826,7 +4826,7 @@ function Vs() {
|
|
|
4826
4826
|
function hn(e, t) {
|
|
4827
4827
|
e.finishedWork = null, e.finishedLanes = 0;
|
|
4828
4828
|
var n = e.timeoutHandle;
|
|
4829
|
-
if (n !== -1 && (e.timeoutHandle = -1,
|
|
4829
|
+
if (n !== -1 && (e.timeoutHandle = -1, dp(n)), Re !== null) for (n = Re.return; n !== null; ) {
|
|
4830
4830
|
var r = n;
|
|
4831
4831
|
switch (Rs(r), r.tag) {
|
|
4832
4832
|
case 1:
|
|
@@ -4870,7 +4870,7 @@ function hn(e, t) {
|
|
|
4870
4870
|
}
|
|
4871
4871
|
return e;
|
|
4872
4872
|
}
|
|
4873
|
-
function
|
|
4873
|
+
function jf(e, t) {
|
|
4874
4874
|
do {
|
|
4875
4875
|
var n = Re;
|
|
4876
4876
|
try {
|
|
@@ -4893,9 +4893,9 @@ function Lf(e, t) {
|
|
|
4893
4893
|
var y = b.alternate;
|
|
4894
4894
|
y ? (b.updateQueue = y.updateQueue, b.memoizedState = y.memoizedState, b.lanes = y.lanes) : (b.updateQueue = null, b.memoizedState = null);
|
|
4895
4895
|
}
|
|
4896
|
-
var E =
|
|
4896
|
+
var E = iu(a);
|
|
4897
4897
|
if (E !== null) {
|
|
4898
|
-
E.flags &= -257,
|
|
4898
|
+
E.flags &= -257, au(E, a, l, i, t), E.mode & 1 && ou(i, m, t), t = E, d = m;
|
|
4899
4899
|
var u = t.updateQueue;
|
|
4900
4900
|
if (u === null) {
|
|
4901
4901
|
var C = /* @__PURE__ */ new Set();
|
|
@@ -4904,15 +4904,15 @@ function Lf(e, t) {
|
|
|
4904
4904
|
break e;
|
|
4905
4905
|
} else {
|
|
4906
4906
|
if (!(t & 1)) {
|
|
4907
|
-
|
|
4907
|
+
ou(i, m, t), Ks();
|
|
4908
4908
|
break e;
|
|
4909
4909
|
}
|
|
4910
4910
|
d = Error(Y(426));
|
|
4911
4911
|
}
|
|
4912
4912
|
} else if (xe && l.mode & 1) {
|
|
4913
|
-
var M =
|
|
4913
|
+
var M = iu(a);
|
|
4914
4914
|
if (M !== null) {
|
|
4915
|
-
!(M.flags & 65536) && (M.flags |= 256),
|
|
4915
|
+
!(M.flags & 65536) && (M.flags |= 256), au(M, a, l, i, t), Os(Yn(d, l));
|
|
4916
4916
|
break e;
|
|
4917
4917
|
}
|
|
4918
4918
|
}
|
|
@@ -4921,23 +4921,23 @@ function Lf(e, t) {
|
|
|
4921
4921
|
switch (i.tag) {
|
|
4922
4922
|
case 3:
|
|
4923
4923
|
i.flags |= 65536, t &= -t, i.lanes |= t;
|
|
4924
|
-
var x =
|
|
4925
|
-
|
|
4924
|
+
var x = yf(i, d, t);
|
|
4925
|
+
Zl(i, x);
|
|
4926
4926
|
break e;
|
|
4927
4927
|
case 1:
|
|
4928
4928
|
l = d;
|
|
4929
4929
|
var p = i.type, g = i.stateNode;
|
|
4930
4930
|
if (!(i.flags & 128) && (typeof p.getDerivedStateFromError == "function" || g !== null && typeof g.componentDidCatch == "function" && (Zt === null || !Zt.has(g)))) {
|
|
4931
4931
|
i.flags |= 65536, t &= -t, i.lanes |= t;
|
|
4932
|
-
var S =
|
|
4933
|
-
|
|
4932
|
+
var S = wf(i, l, t);
|
|
4933
|
+
Zl(i, S);
|
|
4934
4934
|
break e;
|
|
4935
4935
|
}
|
|
4936
4936
|
}
|
|
4937
4937
|
i = i.return;
|
|
4938
4938
|
} while (i !== null);
|
|
4939
4939
|
}
|
|
4940
|
-
|
|
4940
|
+
Bf(n);
|
|
4941
4941
|
} catch (h) {
|
|
4942
4942
|
t = h, Re === n && n !== null && (Re = n = n.return);
|
|
4943
4943
|
continue;
|
|
@@ -4945,7 +4945,7 @@ function Lf(e, t) {
|
|
|
4945
4945
|
break;
|
|
4946
4946
|
} while (!0);
|
|
4947
4947
|
}
|
|
4948
|
-
function
|
|
4948
|
+
function Df() {
|
|
4949
4949
|
var e = qo.current;
|
|
4950
4950
|
return qo.current = Zo, e === null ? Zo : e;
|
|
4951
4951
|
}
|
|
@@ -4955,35 +4955,35 @@ function Ks() {
|
|
|
4955
4955
|
function ni(e, t) {
|
|
4956
4956
|
var n = ce;
|
|
4957
4957
|
ce |= 2;
|
|
4958
|
-
var r =
|
|
4958
|
+
var r = Df();
|
|
4959
4959
|
(Me !== e || Le !== t) && (Tt = null, hn(e, t));
|
|
4960
4960
|
do
|
|
4961
4961
|
try {
|
|
4962
|
-
|
|
4962
|
+
Up();
|
|
4963
4963
|
break;
|
|
4964
4964
|
} catch (o) {
|
|
4965
|
-
|
|
4965
|
+
jf(e, o);
|
|
4966
4966
|
}
|
|
4967
4967
|
while (!0);
|
|
4968
4968
|
if (As(), ce = n, qo.current = r, Re !== null) throw Error(Y(261));
|
|
4969
4969
|
return Me = null, Le = 0, Ae;
|
|
4970
4970
|
}
|
|
4971
|
-
function
|
|
4972
|
-
for (; Re !== null; )
|
|
4971
|
+
function Up() {
|
|
4972
|
+
for (; Re !== null; ) Uf(Re);
|
|
4973
4973
|
}
|
|
4974
|
-
function
|
|
4975
|
-
for (; Re !== null && !
|
|
4976
|
-
}
|
|
4977
|
-
function Df(e) {
|
|
4978
|
-
var t = _f(e.alternate, e, qe);
|
|
4979
|
-
e.memoizedProps = e.pendingProps, t === null ? Uf(e) : Re = t, Fs.current = null;
|
|
4974
|
+
function Bp() {
|
|
4975
|
+
for (; Re !== null && !uh(); ) Uf(Re);
|
|
4980
4976
|
}
|
|
4981
4977
|
function Uf(e) {
|
|
4978
|
+
var t = zf(e.alternate, e, qe);
|
|
4979
|
+
e.memoizedProps = e.pendingProps, t === null ? Bf(e) : Re = t, Fs.current = null;
|
|
4980
|
+
}
|
|
4981
|
+
function Bf(e) {
|
|
4982
4982
|
var t = e;
|
|
4983
4983
|
do {
|
|
4984
4984
|
var n = t.alternate;
|
|
4985
4985
|
if (e = t.return, t.flags & 32768) {
|
|
4986
|
-
if (n =
|
|
4986
|
+
if (n = Pp(n, t), n !== null) {
|
|
4987
4987
|
n.flags &= 32767, Re = n;
|
|
4988
4988
|
return;
|
|
4989
4989
|
}
|
|
@@ -4992,7 +4992,7 @@ function Uf(e) {
|
|
|
4992
4992
|
Ae = 6, Re = null;
|
|
4993
4993
|
return;
|
|
4994
4994
|
}
|
|
4995
|
-
} else if (n =
|
|
4995
|
+
} else if (n = Ip(n, t, qe), n !== null) {
|
|
4996
4996
|
Re = n;
|
|
4997
4997
|
return;
|
|
4998
4998
|
}
|
|
@@ -5007,13 +5007,13 @@ function Uf(e) {
|
|
|
5007
5007
|
function un(e, t, n) {
|
|
5008
5008
|
var r = pe, o = ct.transition;
|
|
5009
5009
|
try {
|
|
5010
|
-
ct.transition = null, pe = 1,
|
|
5010
|
+
ct.transition = null, pe = 1, _p(e, t, n, r);
|
|
5011
5011
|
} finally {
|
|
5012
5012
|
ct.transition = o, pe = r;
|
|
5013
5013
|
}
|
|
5014
5014
|
return null;
|
|
5015
5015
|
}
|
|
5016
|
-
function
|
|
5016
|
+
function _p(e, t, n, r) {
|
|
5017
5017
|
do
|
|
5018
5018
|
Gn();
|
|
5019
5019
|
while (Vt !== null);
|
|
@@ -5024,22 +5024,22 @@ function Up(e, t, n, r) {
|
|
|
5024
5024
|
if (e.finishedWork = null, e.finishedLanes = 0, n === e.current) throw Error(Y(177));
|
|
5025
5025
|
e.callbackNode = null, e.callbackPriority = 0;
|
|
5026
5026
|
var i = n.lanes | n.childLanes;
|
|
5027
|
-
if (
|
|
5027
|
+
if (wh(e, i), e === Me && (Re = Me = null, Le = 0), !(n.subtreeFlags & 2064) && !(n.flags & 2064) || go || (go = !0, Hf(Uo, function() {
|
|
5028
5028
|
return Gn(), null;
|
|
5029
5029
|
})), i = (n.flags & 15990) !== 0, n.subtreeFlags & 15990 || i) {
|
|
5030
5030
|
i = ct.transition, ct.transition = null;
|
|
5031
5031
|
var a = pe;
|
|
5032
5032
|
pe = 1;
|
|
5033
5033
|
var l = ce;
|
|
5034
|
-
ce |= 4, Fs.current = null,
|
|
5034
|
+
ce |= 4, Fs.current = null, Np(e, n), Mf(n, e), ip(Ta), _o = !!Oa, Ta = Oa = null, e.current = n, Lp(n), ch(), ce = l, pe = a, ct.transition = i;
|
|
5035
5035
|
} else e.current = n;
|
|
5036
|
-
if (go && (go = !1, Vt = e, ti = o), i = e.pendingLanes, i === 0 && (Zt = null),
|
|
5036
|
+
if (go && (go = !1, Vt = e, ti = o), i = e.pendingLanes, i === 0 && (Zt = null), hh(n.stateNode), Ze(e, Ee()), t !== null) for (r = e.onRecoverableError, n = 0; n < t.length; n++) o = t[n], r(o.value, { componentStack: o.stack, digest: o.digest });
|
|
5037
5037
|
if (ei) throw ei = !1, e = Qa, Qa = null, e;
|
|
5038
5038
|
return ti & 1 && e.tag !== 0 && Gn(), i = e.pendingLanes, i & 1 ? e === Ya ? Cr++ : (Cr = 0, Ya = e) : Cr = 0, an(), null;
|
|
5039
5039
|
}
|
|
5040
5040
|
function Gn() {
|
|
5041
5041
|
if (Vt !== null) {
|
|
5042
|
-
var e =
|
|
5042
|
+
var e = vc(ti), t = ct.transition, n = pe;
|
|
5043
5043
|
try {
|
|
5044
5044
|
if (ct.transition = null, pe = 16 > e ? 16 : e, Vt === null) var r = !1;
|
|
5045
5045
|
else {
|
|
@@ -5065,7 +5065,7 @@ function Gn() {
|
|
|
5065
5065
|
else for (; te !== null; ) {
|
|
5066
5066
|
b = te;
|
|
5067
5067
|
var y = b.sibling, E = b.return;
|
|
5068
|
-
if (
|
|
5068
|
+
if (Af(b), b === m) {
|
|
5069
5069
|
te = null;
|
|
5070
5070
|
break;
|
|
5071
5071
|
}
|
|
@@ -5148,39 +5148,39 @@ function Gn() {
|
|
|
5148
5148
|
}
|
|
5149
5149
|
return !1;
|
|
5150
5150
|
}
|
|
5151
|
-
function
|
|
5152
|
-
t = Yn(n, t), t =
|
|
5151
|
+
function wu(e, t, n) {
|
|
5152
|
+
t = Yn(n, t), t = yf(e, t, 1), e = Xt(e, t, 1), t = Ge(), e !== null && (Vr(e, 1, t), Ze(e, t));
|
|
5153
5153
|
}
|
|
5154
5154
|
function ke(e, t, n) {
|
|
5155
|
-
if (e.tag === 3)
|
|
5155
|
+
if (e.tag === 3) wu(e, e, n);
|
|
5156
5156
|
else for (; t !== null; ) {
|
|
5157
5157
|
if (t.tag === 3) {
|
|
5158
|
-
|
|
5158
|
+
wu(t, e, n);
|
|
5159
5159
|
break;
|
|
5160
5160
|
} else if (t.tag === 1) {
|
|
5161
5161
|
var r = t.stateNode;
|
|
5162
5162
|
if (typeof t.type.getDerivedStateFromError == "function" || typeof r.componentDidCatch == "function" && (Zt === null || !Zt.has(r))) {
|
|
5163
|
-
e = Yn(n, e), e =
|
|
5163
|
+
e = Yn(n, e), e = wf(t, e, 1), t = Xt(t, e, 1), e = Ge(), t !== null && (Vr(t, 1, e), Ze(t, e));
|
|
5164
5164
|
break;
|
|
5165
5165
|
}
|
|
5166
5166
|
}
|
|
5167
5167
|
t = t.return;
|
|
5168
5168
|
}
|
|
5169
5169
|
}
|
|
5170
|
-
function
|
|
5170
|
+
function zp(e, t, n) {
|
|
5171
5171
|
var r = e.pingCache;
|
|
5172
5172
|
r !== null && r.delete(t), t = Ge(), e.pingedLanes |= e.suspendedLanes & n, Me === e && (Le & n) === n && (Ae === 4 || Ae === 3 && (Le & 130023424) === Le && 500 > Ee() - Ws ? hn(e, 0) : Gs |= n), Ze(e, t);
|
|
5173
5173
|
}
|
|
5174
|
-
function
|
|
5174
|
+
function _f(e, t) {
|
|
5175
5175
|
t === 0 && (e.mode & 1 ? (t = oo, oo <<= 1, !(oo & 130023424) && (oo = 4194304)) : t = 1);
|
|
5176
5176
|
var n = Ge();
|
|
5177
5177
|
e = Ut(e, t), e !== null && (Vr(e, t, n), Ze(e, n));
|
|
5178
5178
|
}
|
|
5179
|
-
function
|
|
5179
|
+
function Hp(e) {
|
|
5180
5180
|
var t = e.memoizedState, n = 0;
|
|
5181
|
-
t !== null && (n = t.retryLane),
|
|
5181
|
+
t !== null && (n = t.retryLane), _f(e, n);
|
|
5182
5182
|
}
|
|
5183
|
-
function
|
|
5183
|
+
function Fp(e, t) {
|
|
5184
5184
|
var n = 0;
|
|
5185
5185
|
switch (e.tag) {
|
|
5186
5186
|
case 13:
|
|
@@ -5193,16 +5193,16 @@ function zp(e, t) {
|
|
|
5193
5193
|
default:
|
|
5194
5194
|
throw Error(Y(314));
|
|
5195
5195
|
}
|
|
5196
|
-
r !== null && r.delete(t),
|
|
5196
|
+
r !== null && r.delete(t), _f(e, n);
|
|
5197
5197
|
}
|
|
5198
|
-
var
|
|
5199
|
-
|
|
5198
|
+
var zf;
|
|
5199
|
+
zf = function(e, t, n) {
|
|
5200
5200
|
if (e !== null) if (e.memoizedProps !== t.pendingProps || Je.current) Ye = !0;
|
|
5201
5201
|
else {
|
|
5202
|
-
if (!(e.lanes & n) && !(t.flags & 128)) return Ye = !1,
|
|
5202
|
+
if (!(e.lanes & n) && !(t.flags & 128)) return Ye = !1, Ap(e, t, n);
|
|
5203
5203
|
Ye = !!(e.flags & 131072);
|
|
5204
5204
|
}
|
|
5205
|
-
else Ye = !1, xe && t.flags & 1048576 &&
|
|
5205
|
+
else Ye = !1, xe && t.flags & 1048576 && Gc(t, Vo, t.index);
|
|
5206
5206
|
switch (t.lanes = 0, t.tag) {
|
|
5207
5207
|
case 2:
|
|
5208
5208
|
var r = t.type;
|
|
@@ -5214,18 +5214,18 @@ _f = function(e, t, n) {
|
|
|
5214
5214
|
case 16:
|
|
5215
5215
|
r = t.elementType;
|
|
5216
5216
|
e: {
|
|
5217
|
-
switch (Ro(e, t), e = t.pendingProps, o = r._init, r = o(r._payload), t.type = r, o = t.tag =
|
|
5217
|
+
switch (Ro(e, t), e = t.pendingProps, o = r._init, r = o(r._payload), t.type = r, o = t.tag = Wp(r), e = gt(r, e), o) {
|
|
5218
5218
|
case 0:
|
|
5219
5219
|
t = _a(null, t, r, e, n);
|
|
5220
5220
|
break e;
|
|
5221
5221
|
case 1:
|
|
5222
|
-
t =
|
|
5222
|
+
t = uu(null, t, r, e, n);
|
|
5223
5223
|
break e;
|
|
5224
5224
|
case 11:
|
|
5225
|
-
t =
|
|
5225
|
+
t = su(null, t, r, e, n);
|
|
5226
5226
|
break e;
|
|
5227
5227
|
case 14:
|
|
5228
|
-
t =
|
|
5228
|
+
t = lu(null, t, r, gt(r.type, e), n);
|
|
5229
5229
|
break e;
|
|
5230
5230
|
}
|
|
5231
5231
|
throw Error(Y(
|
|
@@ -5238,19 +5238,19 @@ _f = function(e, t, n) {
|
|
|
5238
5238
|
case 0:
|
|
5239
5239
|
return r = t.type, o = t.pendingProps, o = t.elementType === r ? o : gt(r, o), _a(e, t, r, o, n);
|
|
5240
5240
|
case 1:
|
|
5241
|
-
return r = t.type, o = t.pendingProps, o = t.elementType === r ? o : gt(r, o),
|
|
5241
|
+
return r = t.type, o = t.pendingProps, o = t.elementType === r ? o : gt(r, o), uu(e, t, r, o, n);
|
|
5242
5242
|
case 3:
|
|
5243
5243
|
e: {
|
|
5244
|
-
if (
|
|
5245
|
-
r = t.pendingProps, i = t.memoizedState, o = i.element,
|
|
5244
|
+
if (Cf(t), e === null) throw Error(Y(387));
|
|
5245
|
+
r = t.pendingProps, i = t.memoizedState, o = i.element, Yc(e, t), Yo(t, r, null, n);
|
|
5246
5246
|
var a = t.memoizedState;
|
|
5247
5247
|
if (r = a.element, i.isDehydrated) if (i = { element: r, isDehydrated: !1, cache: a.cache, pendingSuspenseBoundaries: a.pendingSuspenseBoundaries, transitions: a.transitions }, t.updateQueue.baseState = i, t.memoizedState = i, t.flags & 256) {
|
|
5248
|
-
o = Yn(Error(Y(423)), t), t =
|
|
5248
|
+
o = Yn(Error(Y(423)), t), t = cu(e, t, r, n, o);
|
|
5249
5249
|
break e;
|
|
5250
5250
|
} else if (r !== o) {
|
|
5251
|
-
o = Yn(Error(Y(424)), t), t =
|
|
5251
|
+
o = Yn(Error(Y(424)), t), t = cu(e, t, r, n, o);
|
|
5252
5252
|
break e;
|
|
5253
|
-
} else for (tt = Jt(t.stateNode.containerInfo.firstChild), rt = t, xe = !0, vt = null, n =
|
|
5253
|
+
} else for (tt = Jt(t.stateNode.containerInfo.firstChild), rt = t, xe = !0, vt = null, n = Kc(t, null, r, n), t.child = n; n; ) n.flags = n.flags & -3 | 4096, n = n.sibling;
|
|
5254
5254
|
else {
|
|
5255
5255
|
if (Vn(), r === o) {
|
|
5256
5256
|
t = Bt(e, t, n);
|
|
@@ -5262,15 +5262,15 @@ _f = function(e, t, n) {
|
|
|
5262
5262
|
}
|
|
5263
5263
|
return t;
|
|
5264
5264
|
case 5:
|
|
5265
|
-
return
|
|
5265
|
+
return Jc(t), e === null && La(t), r = t.type, o = t.pendingProps, i = e !== null ? e.memoizedProps : null, a = o.children, Aa(r, o) ? a = null : i !== null && Aa(r, i) && (t.flags |= 32), Sf(e, t), He(e, t, a, n), t.child;
|
|
5266
5266
|
case 6:
|
|
5267
5267
|
return e === null && La(t), null;
|
|
5268
5268
|
case 13:
|
|
5269
|
-
return
|
|
5269
|
+
return kf(e, t, n);
|
|
5270
5270
|
case 4:
|
|
5271
5271
|
return Ns(t, t.stateNode.containerInfo), r = t.pendingProps, e === null ? t.child = Kn(t, null, r, n) : He(e, t, r, n), t.child;
|
|
5272
5272
|
case 11:
|
|
5273
|
-
return r = t.type, o = t.pendingProps, o = t.elementType === r ? o : gt(r, o),
|
|
5273
|
+
return r = t.type, o = t.pendingProps, o = t.elementType === r ? o : gt(r, o), su(e, t, r, o, n);
|
|
5274
5274
|
case 7:
|
|
5275
5275
|
return He(e, t, t.pendingProps, n), t.child;
|
|
5276
5276
|
case 8:
|
|
@@ -5333,31 +5333,31 @@ _f = function(e, t, n) {
|
|
|
5333
5333
|
case 9:
|
|
5334
5334
|
return o = t.type, r = t.pendingProps.children, Fn(t, n), o = ft(o), r = r(o), t.flags |= 1, He(e, t, r, n), t.child;
|
|
5335
5335
|
case 14:
|
|
5336
|
-
return r = t.type, o = gt(r, t.pendingProps), o = gt(r.type, o),
|
|
5336
|
+
return r = t.type, o = gt(r, t.pendingProps), o = gt(r.type, o), lu(e, t, r, o, n);
|
|
5337
5337
|
case 15:
|
|
5338
|
-
return
|
|
5338
|
+
return xf(e, t, t.type, t.pendingProps, n);
|
|
5339
5339
|
case 17:
|
|
5340
|
-
return r = t.type, o = t.pendingProps, o = t.elementType === r ? o : gt(r, o), Ro(e, t), t.tag = 1, Xe(r) ? (e = !0, Wo(t)) : e = !1, Fn(t, n),
|
|
5340
|
+
return r = t.type, o = t.pendingProps, o = t.elementType === r ? o : gt(r, o), Ro(e, t), t.tag = 1, Xe(r) ? (e = !0, Wo(t)) : e = !1, Fn(t, n), vf(t, r, o), Ua(t, r, o, n), za(null, t, r, !0, e, n);
|
|
5341
5341
|
case 19:
|
|
5342
|
-
return
|
|
5342
|
+
return Ef(e, t, n);
|
|
5343
5343
|
case 22:
|
|
5344
|
-
return
|
|
5344
|
+
return bf(e, t, n);
|
|
5345
5345
|
}
|
|
5346
5346
|
throw Error(Y(156, t.tag));
|
|
5347
5347
|
};
|
|
5348
|
-
function
|
|
5349
|
-
return
|
|
5348
|
+
function Hf(e, t) {
|
|
5349
|
+
return hc(e, t);
|
|
5350
5350
|
}
|
|
5351
|
-
function
|
|
5351
|
+
function Gp(e, t, n, r) {
|
|
5352
5352
|
this.tag = e, this.key = n, this.sibling = this.child = this.return = this.stateNode = this.type = this.elementType = null, this.index = 0, this.ref = null, this.pendingProps = t, this.dependencies = this.memoizedState = this.updateQueue = this.memoizedProps = null, this.mode = r, this.subtreeFlags = this.flags = 0, this.deletions = null, this.childLanes = this.lanes = 0, this.alternate = null;
|
|
5353
5353
|
}
|
|
5354
5354
|
function ut(e, t, n, r) {
|
|
5355
|
-
return new
|
|
5355
|
+
return new Gp(e, t, n, r);
|
|
5356
5356
|
}
|
|
5357
5357
|
function Qs(e) {
|
|
5358
5358
|
return e = e.prototype, !(!e || !e.isReactComponent);
|
|
5359
5359
|
}
|
|
5360
|
-
function
|
|
5360
|
+
function Wp(e) {
|
|
5361
5361
|
if (typeof e == "function") return Qs(e) ? 1 : 0;
|
|
5362
5362
|
if (e != null) {
|
|
5363
5363
|
if (e = e.$$typeof, e === hs) return 11;
|
|
@@ -5385,14 +5385,14 @@ function Ao(e, t, n, r, o, i) {
|
|
|
5385
5385
|
return e = ut(13, n, t, o), e.elementType = la, e.lanes = i, e;
|
|
5386
5386
|
case ua:
|
|
5387
5387
|
return e = ut(19, n, t, o), e.elementType = ua, e.lanes = i, e;
|
|
5388
|
-
case
|
|
5388
|
+
case Ju:
|
|
5389
5389
|
return wi(n, o, i, t);
|
|
5390
5390
|
default:
|
|
5391
5391
|
if (typeof e == "object" && e !== null) switch (e.$$typeof) {
|
|
5392
|
-
case
|
|
5392
|
+
case Qu:
|
|
5393
5393
|
a = 10;
|
|
5394
5394
|
break e;
|
|
5395
|
-
case
|
|
5395
|
+
case Yu:
|
|
5396
5396
|
a = 9;
|
|
5397
5397
|
break e;
|
|
5398
5398
|
case hs:
|
|
@@ -5413,7 +5413,7 @@ function pn(e, t, n, r) {
|
|
|
5413
5413
|
return e = ut(7, e, r, t), e.lanes = n, e;
|
|
5414
5414
|
}
|
|
5415
5415
|
function wi(e, t, n, r) {
|
|
5416
|
-
return e = ut(22, e, r, t), e.elementType =
|
|
5416
|
+
return e = ut(22, e, r, t), e.elementType = Ju, e.lanes = n, e.stateNode = { isHidden: !1 }, e;
|
|
5417
5417
|
}
|
|
5418
5418
|
function na(e, t, n) {
|
|
5419
5419
|
return e = ut(6, e, null, t), e.lanes = n, e;
|
|
@@ -5421,17 +5421,17 @@ function na(e, t, n) {
|
|
|
5421
5421
|
function ra(e, t, n) {
|
|
5422
5422
|
return t = ut(4, e.children !== null ? e.children : [], e.key, t), t.lanes = n, t.stateNode = { containerInfo: e.containerInfo, pendingChildren: null, implementation: e.implementation }, t;
|
|
5423
5423
|
}
|
|
5424
|
-
function
|
|
5424
|
+
function $p(e, t, n, r, o) {
|
|
5425
5425
|
this.tag = t, this.containerInfo = e, this.finishedWork = this.pingCache = this.current = this.pendingChildren = null, this.timeoutHandle = -1, this.callbackNode = this.pendingContext = this.context = null, this.callbackPriority = 0, this.eventTimes = Ui(0), this.expirationTimes = Ui(-1), this.entangledLanes = this.finishedLanes = this.mutableReadLanes = this.expiredLanes = this.pingedLanes = this.suspendedLanes = this.pendingLanes = 0, this.entanglements = Ui(0), this.identifierPrefix = r, this.onRecoverableError = o, this.mutableSourceEagerHydrationData = null;
|
|
5426
5426
|
}
|
|
5427
5427
|
function Ys(e, t, n, r, o, i, a, l, d) {
|
|
5428
|
-
return e = new
|
|
5428
|
+
return e = new $p(e, t, n, l, d), t === 1 ? (t = 1, i === !0 && (t |= 8)) : t = 0, i = ut(3, null, null, t), e.current = i, i.stateNode = e, i.memoizedState = { element: r, isDehydrated: n, cache: null, transitions: null, pendingSuspenseBoundaries: null }, Ms(i), e;
|
|
5429
5429
|
}
|
|
5430
|
-
function
|
|
5430
|
+
function Vp(e, t, n) {
|
|
5431
5431
|
var r = 3 < arguments.length && arguments[3] !== void 0 ? arguments[3] : null;
|
|
5432
5432
|
return { $$typeof: Rn, key: r == null ? null : "" + r, children: e, containerInfo: t, implementation: n };
|
|
5433
5433
|
}
|
|
5434
|
-
function
|
|
5434
|
+
function Ff(e) {
|
|
5435
5435
|
if (!e) return nn;
|
|
5436
5436
|
e = e._reactInternals;
|
|
5437
5437
|
e: {
|
|
@@ -5454,16 +5454,16 @@ function Hf(e) {
|
|
|
5454
5454
|
}
|
|
5455
5455
|
if (e.tag === 1) {
|
|
5456
5456
|
var n = e.type;
|
|
5457
|
-
if (Xe(n)) return
|
|
5457
|
+
if (Xe(n)) return Hc(e, n, t);
|
|
5458
5458
|
}
|
|
5459
5459
|
return t;
|
|
5460
5460
|
}
|
|
5461
|
-
function
|
|
5462
|
-
return e = Ys(n, r, !0, e, o, i, a, l, d), e.context =
|
|
5461
|
+
function Gf(e, t, n, r, o, i, a, l, d) {
|
|
5462
|
+
return e = Ys(n, r, !0, e, o, i, a, l, d), e.context = Ff(null), n = e.current, r = Ge(), o = qt(n), i = Lt(r, o), i.callback = t != null ? t : null, Xt(n, i, o), e.current.lanes = o, Vr(e, o, r), Ze(e, r), e;
|
|
5463
5463
|
}
|
|
5464
5464
|
function xi(e, t, n, r) {
|
|
5465
5465
|
var o = t.current, i = Ge(), a = qt(o);
|
|
5466
|
-
return n =
|
|
5466
|
+
return n = Ff(n), t.context === null ? t.context = n : t.pendingContext = n, t = Lt(i, a), t.payload = { element: e }, r = r === void 0 ? null : r, r !== null && (t.callback = r), e = Xt(o, t, a), e !== null && (wt(e, o, a, i), Co(e, o, a)), a;
|
|
5467
5467
|
}
|
|
5468
5468
|
function ri(e) {
|
|
5469
5469
|
if (e = e.current, !e.child) return null;
|
|
@@ -5474,19 +5474,19 @@ function ri(e) {
|
|
|
5474
5474
|
return e.child.stateNode;
|
|
5475
5475
|
}
|
|
5476
5476
|
}
|
|
5477
|
-
function
|
|
5477
|
+
function xu(e, t) {
|
|
5478
5478
|
if (e = e.memoizedState, e !== null && e.dehydrated !== null) {
|
|
5479
5479
|
var n = e.retryLane;
|
|
5480
5480
|
e.retryLane = n !== 0 && n < t ? n : t;
|
|
5481
5481
|
}
|
|
5482
5482
|
}
|
|
5483
5483
|
function Js(e, t) {
|
|
5484
|
-
|
|
5484
|
+
xu(e, t), (e = e.alternate) && xu(e, t);
|
|
5485
5485
|
}
|
|
5486
|
-
function
|
|
5486
|
+
function Kp() {
|
|
5487
5487
|
return null;
|
|
5488
5488
|
}
|
|
5489
|
-
var
|
|
5489
|
+
var Wf = typeof reportError == "function" ? reportError : function(e) {
|
|
5490
5490
|
console.error(e);
|
|
5491
5491
|
};
|
|
5492
5492
|
function Xs(e) {
|
|
@@ -5512,10 +5512,10 @@ function bi(e) {
|
|
|
5512
5512
|
}
|
|
5513
5513
|
bi.prototype.unstable_scheduleHydration = function(e) {
|
|
5514
5514
|
if (e) {
|
|
5515
|
-
var t =
|
|
5515
|
+
var t = xc();
|
|
5516
5516
|
e = { blockedOn: null, target: e, priority: t };
|
|
5517
5517
|
for (var n = 0; n < Gt.length && t !== 0 && t < Gt[n].priority; n++) ;
|
|
5518
|
-
Gt.splice(n, 0, e), n === 0 &&
|
|
5518
|
+
Gt.splice(n, 0, e), n === 0 && Sc(e);
|
|
5519
5519
|
}
|
|
5520
5520
|
};
|
|
5521
5521
|
function Zs(e) {
|
|
@@ -5524,9 +5524,9 @@ function Zs(e) {
|
|
|
5524
5524
|
function Si(e) {
|
|
5525
5525
|
return !(!e || e.nodeType !== 1 && e.nodeType !== 9 && e.nodeType !== 11 && (e.nodeType !== 8 || e.nodeValue !== " react-mount-point-unstable "));
|
|
5526
5526
|
}
|
|
5527
|
-
function
|
|
5527
|
+
function bu() {
|
|
5528
5528
|
}
|
|
5529
|
-
function
|
|
5529
|
+
function Qp(e, t, n, r, o) {
|
|
5530
5530
|
if (o) {
|
|
5531
5531
|
if (typeof r == "function") {
|
|
5532
5532
|
var i = r;
|
|
@@ -5535,7 +5535,7 @@ function Vp(e, t, n, r, o) {
|
|
|
5535
5535
|
i.call(m);
|
|
5536
5536
|
};
|
|
5537
5537
|
}
|
|
5538
|
-
var a =
|
|
5538
|
+
var a = Gf(t, r, e, 0, null, !1, !1, "", bu);
|
|
5539
5539
|
return e._reactRootContainer = a, e[Dt] = a.current, jr(e.nodeType === 8 ? e.parentNode : e), wn(), a;
|
|
5540
5540
|
}
|
|
5541
5541
|
for (; o = e.lastChild; ) e.removeChild(o);
|
|
@@ -5546,7 +5546,7 @@ function Vp(e, t, n, r, o) {
|
|
|
5546
5546
|
l.call(m);
|
|
5547
5547
|
};
|
|
5548
5548
|
}
|
|
5549
|
-
var d = Ys(e, 0, !1, null, null, !1, !1, "",
|
|
5549
|
+
var d = Ys(e, 0, !1, null, null, !1, !1, "", bu);
|
|
5550
5550
|
return e._reactRootContainer = d, e[Dt] = d.current, jr(e.nodeType === 8 ? e.parentNode : e), wn(function() {
|
|
5551
5551
|
xi(t, d, n, r);
|
|
5552
5552
|
}), d;
|
|
@@ -5563,10 +5563,10 @@ function Ci(e, t, n, r, o) {
|
|
|
5563
5563
|
};
|
|
5564
5564
|
}
|
|
5565
5565
|
xi(t, a, e, o);
|
|
5566
|
-
} else a =
|
|
5566
|
+
} else a = Qp(n, t, e, o, r);
|
|
5567
5567
|
return ri(a);
|
|
5568
5568
|
}
|
|
5569
|
-
|
|
5569
|
+
yc = function(e) {
|
|
5570
5570
|
switch (e.tag) {
|
|
5571
5571
|
case 3:
|
|
5572
5572
|
var t = e.stateNode;
|
|
@@ -5595,7 +5595,7 @@ ys = function(e) {
|
|
|
5595
5595
|
Js(e, 134217728);
|
|
5596
5596
|
}
|
|
5597
5597
|
};
|
|
5598
|
-
|
|
5598
|
+
wc = function(e) {
|
|
5599
5599
|
if (e.tag === 13) {
|
|
5600
5600
|
var t = qt(e), n = Ut(e, t);
|
|
5601
5601
|
if (n !== null) {
|
|
@@ -5605,10 +5605,10 @@ yc = function(e) {
|
|
|
5605
5605
|
Js(e, t);
|
|
5606
5606
|
}
|
|
5607
5607
|
};
|
|
5608
|
-
|
|
5608
|
+
xc = function() {
|
|
5609
5609
|
return pe;
|
|
5610
5610
|
};
|
|
5611
|
-
|
|
5611
|
+
bc = function(e, t) {
|
|
5612
5612
|
var n = pe;
|
|
5613
5613
|
try {
|
|
5614
5614
|
return pe = e, t();
|
|
@@ -5626,39 +5626,39 @@ wa = function(e, t, n) {
|
|
|
5626
5626
|
if (r !== e && r.form === e.form) {
|
|
5627
5627
|
var o = hi(r);
|
|
5628
5628
|
if (!o) throw Error(Y(90));
|
|
5629
|
-
|
|
5629
|
+
Zu(r), da(r, o);
|
|
5630
5630
|
}
|
|
5631
5631
|
}
|
|
5632
5632
|
}
|
|
5633
5633
|
break;
|
|
5634
5634
|
case "textarea":
|
|
5635
|
-
|
|
5635
|
+
ec(e, n);
|
|
5636
5636
|
break;
|
|
5637
5637
|
case "select":
|
|
5638
5638
|
t = n.value, t != null && Bn(e, !!n.multiple, t, !1);
|
|
5639
5639
|
}
|
|
5640
5640
|
};
|
|
5641
|
-
|
|
5642
|
-
|
|
5643
|
-
var
|
|
5644
|
-
return e =
|
|
5645
|
-
}, findFiberByHostInstance: lr.findFiberByHostInstance ||
|
|
5641
|
+
sc = $s;
|
|
5642
|
+
lc = wn;
|
|
5643
|
+
var Yp = { usingClientEntryPoint: !1, Events: [Qr, Pn, hi, ic, ac, $s] }, lr = { findFiberByHostInstance: cn, bundleType: 0, version: "18.3.1", rendererPackageName: "react-dom" }, Jp = { bundleType: lr.bundleType, version: lr.version, rendererPackageName: lr.rendererPackageName, rendererConfig: lr.rendererConfig, overrideHookState: null, overrideHookStateDeletePath: null, overrideHookStateRenamePath: null, overrideProps: null, overridePropsDeletePath: null, overridePropsRenamePath: null, setErrorHandler: null, setSuspenseHandler: null, scheduleUpdate: null, currentDispatcherRef: _t.ReactCurrentDispatcher, findHostInstanceByFiber: function(e) {
|
|
5644
|
+
return e = fc(e), e === null ? null : e.stateNode;
|
|
5645
|
+
}, findFiberByHostInstance: lr.findFiberByHostInstance || Kp, findHostInstancesForRefresh: null, scheduleRefresh: null, scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, reconcilerVersion: "18.3.1-next-f1338f8080-20240426" };
|
|
5646
5646
|
if (typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ != "undefined") {
|
|
5647
5647
|
var mo = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
|
5648
5648
|
if (!mo.isDisabled && mo.supportsFiber) try {
|
|
5649
|
-
ui = mo.inject(
|
|
5649
|
+
ui = mo.inject(Jp), Et = mo;
|
|
5650
5650
|
} catch (e) {
|
|
5651
5651
|
}
|
|
5652
5652
|
}
|
|
5653
|
-
it.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED =
|
|
5653
|
+
it.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = Yp;
|
|
5654
5654
|
it.createPortal = function(e, t) {
|
|
5655
5655
|
var n = 2 < arguments.length && arguments[2] !== void 0 ? arguments[2] : null;
|
|
5656
5656
|
if (!Zs(t)) throw Error(Y(200));
|
|
5657
|
-
return
|
|
5657
|
+
return Vp(e, t, null, n);
|
|
5658
5658
|
};
|
|
5659
5659
|
it.createRoot = function(e, t) {
|
|
5660
5660
|
if (!Zs(e)) throw Error(Y(299));
|
|
5661
|
-
var n = !1, r = "", o =
|
|
5661
|
+
var n = !1, r = "", o = Wf;
|
|
5662
5662
|
return t != null && (t.unstable_strictMode === !0 && (n = !0), t.identifierPrefix !== void 0 && (r = t.identifierPrefix), t.onRecoverableError !== void 0 && (o = t.onRecoverableError)), t = Ys(e, 1, !1, null, null, n, !1, r, o), e[Dt] = t.current, jr(e.nodeType === 8 ? e.parentNode : e), new Xs(t);
|
|
5663
5663
|
};
|
|
5664
5664
|
it.findDOMNode = function(e) {
|
|
@@ -5667,7 +5667,7 @@ it.findDOMNode = function(e) {
|
|
|
5667
5667
|
var t = e._reactInternals;
|
|
5668
5668
|
if (t === void 0)
|
|
5669
5669
|
throw typeof e.render == "function" ? Error(Y(188)) : (e = Object.keys(e).join(","), Error(Y(268, e)));
|
|
5670
|
-
return e =
|
|
5670
|
+
return e = fc(t), e = e === null ? null : e.stateNode, e;
|
|
5671
5671
|
};
|
|
5672
5672
|
it.flushSync = function(e) {
|
|
5673
5673
|
return wn(e);
|
|
@@ -5678,8 +5678,8 @@ it.hydrate = function(e, t, n) {
|
|
|
5678
5678
|
};
|
|
5679
5679
|
it.hydrateRoot = function(e, t, n) {
|
|
5680
5680
|
if (!Zs(e)) throw Error(Y(405));
|
|
5681
|
-
var r = n != null && n.hydratedSources || null, o = !1, i = "", a =
|
|
5682
|
-
if (n != null && (n.unstable_strictMode === !0 && (o = !0), n.identifierPrefix !== void 0 && (i = n.identifierPrefix), n.onRecoverableError !== void 0 && (a = n.onRecoverableError)), t =
|
|
5681
|
+
var r = n != null && n.hydratedSources || null, o = !1, i = "", a = Wf;
|
|
5682
|
+
if (n != null && (n.unstable_strictMode === !0 && (o = !0), n.identifierPrefix !== void 0 && (i = n.identifierPrefix), n.onRecoverableError !== void 0 && (a = n.onRecoverableError)), t = Gf(t, null, e, 1, n != null ? n : null, o, !1, i, a), e[Dt] = t.current, jr(e), r) for (e = 0; e < r.length; e++) n = r[e], o = n._getVersion, o = o(n._source), t.mutableSourceEagerHydrationData == null ? t.mutableSourceEagerHydrationData = [n, o] : t.mutableSourceEagerHydrationData.push(
|
|
5683
5683
|
n,
|
|
5684
5684
|
o
|
|
5685
5685
|
);
|
|
@@ -5704,18 +5704,18 @@ it.unstable_renderSubtreeIntoContainer = function(e, t, n, r) {
|
|
|
5704
5704
|
return Ci(e, t, n, !1, r);
|
|
5705
5705
|
};
|
|
5706
5706
|
it.version = "18.3.1-next-f1338f8080-20240426";
|
|
5707
|
-
function
|
|
5707
|
+
function $f() {
|
|
5708
5708
|
if (!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ == "undefined" || typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE != "function"))
|
|
5709
5709
|
try {
|
|
5710
|
-
__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(
|
|
5710
|
+
__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE($f);
|
|
5711
5711
|
} catch (e) {
|
|
5712
5712
|
console.error(e);
|
|
5713
5713
|
}
|
|
5714
5714
|
}
|
|
5715
|
-
|
|
5716
|
-
var
|
|
5717
|
-
qs =
|
|
5718
|
-
var
|
|
5715
|
+
$f(), Wu.exports = it;
|
|
5716
|
+
var Xp = Wu.exports, qs, Su = Xp;
|
|
5717
|
+
qs = Su.createRoot, Su.hydrateRoot;
|
|
5718
|
+
var Vf = { exports: {} }, ki = {};
|
|
5719
5719
|
/**
|
|
5720
5720
|
* @license React
|
|
5721
5721
|
* react-jsx-runtime.production.min.js
|
|
@@ -5725,20 +5725,20 @@ var $f = { exports: {} }, ki = {};
|
|
|
5725
5725
|
* This source code is licensed under the MIT license found in the
|
|
5726
5726
|
* LICENSE file in the root directory of this source tree.
|
|
5727
5727
|
*/
|
|
5728
|
-
var
|
|
5729
|
-
function
|
|
5728
|
+
var Zp = Z, qp = Symbol.for("react.element"), eg = Symbol.for("react.fragment"), tg = Object.prototype.hasOwnProperty, ng = Zp.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, rg = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
5729
|
+
function Kf(e, t, n) {
|
|
5730
5730
|
var r, o = {}, i = null, a = null;
|
|
5731
5731
|
n !== void 0 && (i = "" + n), t.key !== void 0 && (i = "" + t.key), t.ref !== void 0 && (a = t.ref);
|
|
5732
|
-
for (r in t)
|
|
5732
|
+
for (r in t) tg.call(t, r) && !rg.hasOwnProperty(r) && (o[r] = t[r]);
|
|
5733
5733
|
if (e && e.defaultProps) for (r in t = e.defaultProps, t) o[r] === void 0 && (o[r] = t[r]);
|
|
5734
|
-
return { $$typeof:
|
|
5735
|
-
}
|
|
5736
|
-
ki.Fragment =
|
|
5737
|
-
ki.jsx =
|
|
5738
|
-
ki.jsxs =
|
|
5739
|
-
|
|
5740
|
-
var F =
|
|
5741
|
-
const
|
|
5734
|
+
return { $$typeof: qp, type: e, key: i, ref: a, props: o, _owner: ng.current };
|
|
5735
|
+
}
|
|
5736
|
+
ki.Fragment = eg;
|
|
5737
|
+
ki.jsx = Kf;
|
|
5738
|
+
ki.jsxs = Kf;
|
|
5739
|
+
Vf.exports = ki;
|
|
5740
|
+
var F = Vf.exports;
|
|
5741
|
+
const og = ({
|
|
5742
5742
|
isOpen: e,
|
|
5743
5743
|
onClick: t,
|
|
5744
5744
|
primaryColor: n = "#007bff",
|
|
@@ -5781,7 +5781,7 @@ const ng = ({
|
|
|
5781
5781
|
]
|
|
5782
5782
|
}
|
|
5783
5783
|
);
|
|
5784
|
-
},
|
|
5784
|
+
}, ig = ({
|
|
5785
5785
|
title: e,
|
|
5786
5786
|
onClose: t,
|
|
5787
5787
|
primaryColor: n = "#f59e0b",
|
|
@@ -5866,7 +5866,7 @@ function el() {
|
|
|
5866
5866
|
};
|
|
5867
5867
|
}
|
|
5868
5868
|
var Cn = el();
|
|
5869
|
-
function
|
|
5869
|
+
function Qf(e) {
|
|
5870
5870
|
Cn = e;
|
|
5871
5871
|
}
|
|
5872
5872
|
var kr = { exec: () => null };
|
|
@@ -5938,30 +5938,30 @@ var Fe = {
|
|
|
5938
5938
|
fencesBeginRegex: (e) => new RegExp(`^ {0,${Math.min(3, e - 1)}}(?:\`\`\`|~~~)`),
|
|
5939
5939
|
headingBeginRegex: (e) => new RegExp(`^ {0,${Math.min(3, e - 1)}}#`),
|
|
5940
5940
|
htmlBeginRegex: (e) => new RegExp(`^ {0,${Math.min(3, e - 1)}}<(?:[a-z].*>|!--)`, "i")
|
|
5941
|
-
},
|
|
5941
|
+
}, ag = /^(?:[ \t]*(?:\n|$))+/, sg = /^((?: {4}| {0,3}\t)[^\n]+(?:\n(?:[ \t]*(?:\n|$))*)?)+/, lg = /^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/, Jr = /^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/, ug = /^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/, tl = /(?:[*+-]|\d{1,9}[.)])/, Yf = /^(?!bull |blockCode|fences|blockquote|heading|html|table)((?:.|\n(?!\s*?\n|bull |blockCode|fences|blockquote|heading|html|table))+?)\n {0,3}(=+|-+) *(?:\n+|$)/, Jf = he(Yf).replace(/bull/g, tl).replace(/blockCode/g, /(?: {4}| {0,3}\t)/).replace(/fences/g, / {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g, / {0,3}>/).replace(/heading/g, / {0,3}#{1,6}/).replace(/html/g, / {0,3}<[^\n>]+>\n/).replace(/\|table/g, "").getRegex(), cg = he(Yf).replace(/bull/g, tl).replace(/blockCode/g, /(?: {4}| {0,3}\t)/).replace(/fences/g, / {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g, / {0,3}>/).replace(/heading/g, / {0,3}#{1,6}/).replace(/html/g, / {0,3}<[^\n>]+>\n/).replace(/table/g, / {0,3}\|?(?:[:\- ]*\|)+[\:\- ]*\n/).getRegex(), nl = /^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/, fg = /^[^\n]+/, rl = /(?!\s*\])(?:\\.|[^\[\]\\])+/, dg = he(/^ {0,3}\[(label)\]: *(?:\n[ \t]*)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n[ \t]*)?| *\n[ \t]*)(title))? *(?:\n+|$)/).replace("label", rl).replace("title", /(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/).getRegex(), hg = he(/^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/).replace(/bull/g, tl).getRegex(), Ei = "address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|search|section|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul", ol = /<!--(?:-?>|[\s\S]*?(?:-->|$))/, pg = he(
|
|
5942
5942
|
"^ {0,3}(?:<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:</\\1>[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>\\n*|$)|<![A-Z][\\s\\S]*?(?:>\\n*|$)|<!\\[CDATA\\[[\\s\\S]*?(?:\\]\\]>\\n*|$)|</?(tag)(?: +|\\n|/?>)[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$)|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$)|</(?!script|pre|style|textarea)[a-z][\\w-]*\\s*>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$))",
|
|
5943
5943
|
"i"
|
|
5944
|
-
).replace("comment", ol).replace("tag", Ei).replace("attribute", / +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),
|
|
5945
|
-
blockquote:
|
|
5946
|
-
code:
|
|
5947
|
-
def:
|
|
5948
|
-
fences:
|
|
5949
|
-
heading:
|
|
5944
|
+
).replace("comment", ol).replace("tag", Ei).replace("attribute", / +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(), Xf = he(nl).replace("hr", Jr).replace("heading", " {0,3}#{1,6}(?:\\s|$)").replace("|lheading", "").replace("|table", "").replace("blockquote", " {0,3}>").replace("fences", " {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list", " {0,3}(?:[*+-]|1[.)]) ").replace("html", "</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag", Ei).getRegex(), gg = he(/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/).replace("paragraph", Xf).getRegex(), il = {
|
|
5945
|
+
blockquote: gg,
|
|
5946
|
+
code: sg,
|
|
5947
|
+
def: dg,
|
|
5948
|
+
fences: lg,
|
|
5949
|
+
heading: ug,
|
|
5950
5950
|
hr: Jr,
|
|
5951
|
-
html:
|
|
5952
|
-
lheading:
|
|
5953
|
-
list:
|
|
5954
|
-
newline:
|
|
5955
|
-
paragraph:
|
|
5951
|
+
html: pg,
|
|
5952
|
+
lheading: Jf,
|
|
5953
|
+
list: hg,
|
|
5954
|
+
newline: ag,
|
|
5955
|
+
paragraph: Xf,
|
|
5956
5956
|
table: kr,
|
|
5957
|
-
text:
|
|
5958
|
-
},
|
|
5957
|
+
text: fg
|
|
5958
|
+
}, Cu = he(
|
|
5959
5959
|
"^ *([^\\n ].*)\\n {0,3}((?:\\| *)?:?-+:? *(?:\\| *:?-+:? *)*(?:\\| *)?)(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)"
|
|
5960
|
-
).replace("hr", Jr).replace("heading", " {0,3}#{1,6}(?:\\s|$)").replace("blockquote", " {0,3}>").replace("code", "(?: {4}| {0,3} )[^\\n]").replace("fences", " {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list", " {0,3}(?:[*+-]|1[.)]) ").replace("html", "</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag", Ei).getRegex(),
|
|
5961
|
-
lheading:
|
|
5962
|
-
table:
|
|
5963
|
-
paragraph: he(nl).replace("hr", Jr).replace("heading", " {0,3}#{1,6}(?:\\s|$)").replace("|lheading", "").replace("table",
|
|
5964
|
-
}),
|
|
5960
|
+
).replace("hr", Jr).replace("heading", " {0,3}#{1,6}(?:\\s|$)").replace("blockquote", " {0,3}>").replace("code", "(?: {4}| {0,3} )[^\\n]").replace("fences", " {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list", " {0,3}(?:[*+-]|1[.)]) ").replace("html", "</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag", Ei).getRegex(), mg = De(ie({}, il), {
|
|
5961
|
+
lheading: cg,
|
|
5962
|
+
table: Cu,
|
|
5963
|
+
paragraph: he(nl).replace("hr", Jr).replace("heading", " {0,3}#{1,6}(?:\\s|$)").replace("|lheading", "").replace("table", Cu).replace("blockquote", " {0,3}>").replace("fences", " {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list", " {0,3}(?:[*+-]|1[.)]) ").replace("html", "</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)").replace("tag", Ei).getRegex()
|
|
5964
|
+
}), vg = De(ie({}, il), {
|
|
5965
5965
|
html: he(
|
|
5966
5966
|
`^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:"[^"]*"|'[^']*'|\\s[^'"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))`
|
|
5967
5967
|
).replace("comment", ol).replace(/tag/g, "(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b").getRegex(),
|
|
@@ -5971,71 +5971,71 @@ var Fe = {
|
|
|
5971
5971
|
// fences not supported
|
|
5972
5972
|
lheading: /^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/,
|
|
5973
5973
|
paragraph: he(nl).replace("hr", Jr).replace("heading", ` *#{1,6} *[^
|
|
5974
|
-
]`).replace("lheading",
|
|
5975
|
-
}),
|
|
5974
|
+
]`).replace("lheading", Jf).replace("|table", "").replace("blockquote", " {0,3}>").replace("|fences", "").replace("|list", "").replace("|html", "").replace("|tag", "").getRegex()
|
|
5975
|
+
}), yg = /^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/, wg = /^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/, Zf = /^( {2,}|\\)\n(?!\s*$)/, xg = /^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*_]|\b_|$)|[^ ](?= {2,}\n)))/, Ri = /[\p{P}\p{S}]/u, al = /[\s\p{P}\p{S}]/u, qf = /[^\s\p{P}\p{S}]/u, bg = he(/^((?![*_])punctSpace)/, "u").replace(/punctSpace/g, al).getRegex(), ed = /(?!~)[\p{P}\p{S}]/u, Sg = /(?!~)[\s\p{P}\p{S}]/u, Cg = /(?:[^\s\p{P}\p{S}]|~)/u, kg = /\[[^[\]]*?\]\((?:\\.|[^\\\(\)]|\((?:\\.|[^\\\(\)])*\))*\)|`[^`]*?`|<[^<>]*?>/g, td = /^(?:\*+(?:((?!\*)punct)|[^\s*]))|^_+(?:((?!_)punct)|([^\s_]))/, Eg = he(td, "u").replace(/punct/g, Ri).getRegex(), Rg = he(td, "u").replace(/punct/g, ed).getRegex(), nd = "^[^_*]*?__[^_*]*?\\*[^_*]*?(?=__)|[^*]+(?=[^*])|(?!\\*)punct(\\*+)(?=[\\s]|$)|notPunctSpace(\\*+)(?!\\*)(?=punctSpace|$)|(?!\\*)punctSpace(\\*+)(?=notPunctSpace)|[\\s](\\*+)(?!\\*)(?=punct)|(?!\\*)punct(\\*+)(?!\\*)(?=punct)|notPunctSpace(\\*+)(?=notPunctSpace)", Og = he(nd, "gu").replace(/notPunctSpace/g, qf).replace(/punctSpace/g, al).replace(/punct/g, Ri).getRegex(), Tg = he(nd, "gu").replace(/notPunctSpace/g, Cg).replace(/punctSpace/g, Sg).replace(/punct/g, ed).getRegex(), Ag = he(
|
|
5976
5976
|
"^[^_*]*?\\*\\*[^_*]*?_[^_*]*?(?=\\*\\*)|[^_]+(?=[^_])|(?!_)punct(_+)(?=[\\s]|$)|notPunctSpace(_+)(?!_)(?=punctSpace|$)|(?!_)punctSpace(_+)(?=notPunctSpace)|[\\s](_+)(?!_)(?=punct)|(?!_)punct(_+)(?!_)(?=punct)",
|
|
5977
5977
|
"gu"
|
|
5978
|
-
).replace(/notPunctSpace/g,
|
|
5978
|
+
).replace(/notPunctSpace/g, qf).replace(/punctSpace/g, al).replace(/punct/g, Ri).getRegex(), Ig = he(/\\(punct)/, "gu").replace(/punct/g, Ri).getRegex(), Pg = he(/^<(scheme:[^\s\x00-\x1f<>]*|email)>/).replace("scheme", /[a-zA-Z][a-zA-Z0-9+.-]{1,31}/).replace("email", /[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/).getRegex(), Mg = he(ol).replace("(?:-->|$)", "-->").getRegex(), Ng = he(
|
|
5979
5979
|
"^comment|^</[a-zA-Z][\\w:-]*\\s*>|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^<![a-zA-Z]+\\s[\\s\\S]*?>|^<!\\[CDATA\\[[\\s\\S]*?\\]\\]>"
|
|
5980
|
-
).replace("comment",
|
|
5980
|
+
).replace("comment", Mg).replace("attribute", /\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/).getRegex(), oi = /(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/, Lg = he(/^!?\[(label)\]\(\s*(href)(?:(?:[ \t]*(?:\n[ \t]*)?)(title))?\s*\)/).replace("label", oi).replace("href", /<(?:\\.|[^\n<>\\])+>|[^ \t\n\x00-\x1f]*/).replace("title", /"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/).getRegex(), rd = he(/^!?\[(label)\]\[(ref)\]/).replace("label", oi).replace("ref", rl).getRegex(), od = he(/^!?\[(ref)\](?:\[\])?/).replace("ref", rl).getRegex(), jg = he("reflink|nolink(?!\\()", "g").replace("reflink", rd).replace("nolink", od).getRegex(), sl = {
|
|
5981
5981
|
_backpedal: kr,
|
|
5982
5982
|
// only used for GFM url
|
|
5983
|
-
anyPunctuation:
|
|
5984
|
-
autolink:
|
|
5985
|
-
blockSkip:
|
|
5986
|
-
br:
|
|
5987
|
-
code:
|
|
5983
|
+
anyPunctuation: Ig,
|
|
5984
|
+
autolink: Pg,
|
|
5985
|
+
blockSkip: kg,
|
|
5986
|
+
br: Zf,
|
|
5987
|
+
code: wg,
|
|
5988
5988
|
del: kr,
|
|
5989
|
-
emStrongLDelim:
|
|
5990
|
-
emStrongRDelimAst:
|
|
5991
|
-
emStrongRDelimUnd:
|
|
5992
|
-
escape:
|
|
5993
|
-
link:
|
|
5994
|
-
nolink:
|
|
5995
|
-
punctuation:
|
|
5996
|
-
reflink:
|
|
5997
|
-
reflinkSearch:
|
|
5998
|
-
tag:
|
|
5999
|
-
text:
|
|
5989
|
+
emStrongLDelim: Eg,
|
|
5990
|
+
emStrongRDelimAst: Og,
|
|
5991
|
+
emStrongRDelimUnd: Ag,
|
|
5992
|
+
escape: yg,
|
|
5993
|
+
link: Lg,
|
|
5994
|
+
nolink: od,
|
|
5995
|
+
punctuation: bg,
|
|
5996
|
+
reflink: rd,
|
|
5997
|
+
reflinkSearch: jg,
|
|
5998
|
+
tag: Ng,
|
|
5999
|
+
text: xg,
|
|
6000
6000
|
url: kr
|
|
6001
|
-
},
|
|
6001
|
+
}, Dg = De(ie({}, sl), {
|
|
6002
6002
|
link: he(/^!?\[(label)\]\((.*?)\)/).replace("label", oi).getRegex(),
|
|
6003
6003
|
reflink: he(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label", oi).getRegex()
|
|
6004
6004
|
}), Za = De(ie({}, sl), {
|
|
6005
|
-
emStrongRDelimAst:
|
|
6006
|
-
emStrongLDelim:
|
|
6005
|
+
emStrongRDelimAst: Tg,
|
|
6006
|
+
emStrongLDelim: Rg,
|
|
6007
6007
|
url: he(/^((?:ftp|https?):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/, "i").replace("email", /[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/).getRegex(),
|
|
6008
6008
|
_backpedal: /(?:[^?!.,:;*_'"~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_'"~)]+(?!$))+/,
|
|
6009
6009
|
del: /^(~~?)(?=[^\s~])((?:\\.|[^\\])*?(?:\\.|[^\s~\\]))\1(?=[^~]|$)/,
|
|
6010
6010
|
text: /^([`~]+|[^`~])(?:(?= {2,}\n)|(?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)|[\s\S]*?(?:(?=[\\<!\[`*~_]|\b_|https?:\/\/|ftp:\/\/|www\.|$)|[^ ](?= {2,}\n)|[^a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-](?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)))/
|
|
6011
|
-
}),
|
|
6012
|
-
br: he(
|
|
6011
|
+
}), Ug = De(ie({}, Za), {
|
|
6012
|
+
br: he(Zf).replace("{2,}", "*").getRegex(),
|
|
6013
6013
|
text: he(Za.text).replace("\\b_", "\\b_| {2,}\\n").replace(/\{2,\}/g, "*").getRegex()
|
|
6014
6014
|
}), vo = {
|
|
6015
6015
|
normal: il,
|
|
6016
|
-
gfm:
|
|
6017
|
-
pedantic:
|
|
6016
|
+
gfm: mg,
|
|
6017
|
+
pedantic: vg
|
|
6018
6018
|
}, ur = {
|
|
6019
6019
|
normal: sl,
|
|
6020
6020
|
gfm: Za,
|
|
6021
|
-
breaks:
|
|
6022
|
-
pedantic:
|
|
6023
|
-
},
|
|
6021
|
+
breaks: Ug,
|
|
6022
|
+
pedantic: Dg
|
|
6023
|
+
}, Bg = {
|
|
6024
6024
|
"&": "&",
|
|
6025
6025
|
"<": "<",
|
|
6026
6026
|
">": ">",
|
|
6027
6027
|
'"': """,
|
|
6028
6028
|
"'": "'"
|
|
6029
|
-
},
|
|
6029
|
+
}, ku = (e) => Bg[e];
|
|
6030
6030
|
function St(e, t) {
|
|
6031
6031
|
if (t) {
|
|
6032
6032
|
if (Fe.escapeTest.test(e))
|
|
6033
|
-
return e.replace(Fe.escapeReplace,
|
|
6033
|
+
return e.replace(Fe.escapeReplace, ku);
|
|
6034
6034
|
} else if (Fe.escapeTestNoEncode.test(e))
|
|
6035
|
-
return e.replace(Fe.escapeReplaceNoEncode,
|
|
6035
|
+
return e.replace(Fe.escapeReplaceNoEncode, ku);
|
|
6036
6036
|
return e;
|
|
6037
6037
|
}
|
|
6038
|
-
function
|
|
6038
|
+
function Eu(e) {
|
|
6039
6039
|
try {
|
|
6040
6040
|
e = encodeURI(e).replace(Fe.percentDecode, "%");
|
|
6041
6041
|
} catch (t) {
|
|
@@ -6043,7 +6043,7 @@ function ku(e) {
|
|
|
6043
6043
|
}
|
|
6044
6044
|
return e;
|
|
6045
6045
|
}
|
|
6046
|
-
function
|
|
6046
|
+
function Ru(e, t) {
|
|
6047
6047
|
var i;
|
|
6048
6048
|
const n = e.replace(Fe.findPipe, (a, l, d) => {
|
|
6049
6049
|
let m = !1, b = l;
|
|
@@ -6069,7 +6069,7 @@ function cr(e, t, n) {
|
|
|
6069
6069
|
o++;
|
|
6070
6070
|
return e.slice(0, r - o);
|
|
6071
6071
|
}
|
|
6072
|
-
function
|
|
6072
|
+
function _g(e, t) {
|
|
6073
6073
|
if (e.indexOf(t[1]) === -1)
|
|
6074
6074
|
return -1;
|
|
6075
6075
|
let n = 0;
|
|
@@ -6082,7 +6082,7 @@ function Ug(e, t) {
|
|
|
6082
6082
|
return r;
|
|
6083
6083
|
return n > 0 ? -2 : -1;
|
|
6084
6084
|
}
|
|
6085
|
-
function
|
|
6085
|
+
function Ou(e, t, n, r, o) {
|
|
6086
6086
|
const i = t.href, a = t.title || null, l = e[1].replace(o.other.outputLinkReplace, "$1");
|
|
6087
6087
|
r.state.inLink = !0;
|
|
6088
6088
|
const d = {
|
|
@@ -6095,7 +6095,7 @@ function Ru(e, t, n, r, o) {
|
|
|
6095
6095
|
};
|
|
6096
6096
|
return r.state.inLink = !1, d;
|
|
6097
6097
|
}
|
|
6098
|
-
function
|
|
6098
|
+
function zg(e, t, n) {
|
|
6099
6099
|
const r = e.match(n.other.indentCodeCompensation);
|
|
6100
6100
|
if (r === null)
|
|
6101
6101
|
return t;
|
|
@@ -6143,7 +6143,7 @@ var ii = class {
|
|
|
6143
6143
|
fences(e) {
|
|
6144
6144
|
const t = this.rules.block.fences.exec(e);
|
|
6145
6145
|
if (t) {
|
|
6146
|
-
const n = t[0], r =
|
|
6146
|
+
const n = t[0], r = zg(n, t[3] || "", this.rules);
|
|
6147
6147
|
return {
|
|
6148
6148
|
type: "code",
|
|
6149
6149
|
raw: n,
|
|
@@ -6335,7 +6335,7 @@ ${b}` : b;
|
|
|
6335
6335
|
const t = this.rules.block.table.exec(e);
|
|
6336
6336
|
if (!t || !this.rules.other.tableDelimiter.test(t[2]))
|
|
6337
6337
|
return;
|
|
6338
|
-
const n =
|
|
6338
|
+
const n = Ru(t[1]), r = t[2].replace(this.rules.other.tableAlignChars, "").split("|"), o = (a = t[3]) != null && a.trim() ? t[3].replace(this.rules.other.tableRowBlankLine, "").split(`
|
|
6339
6339
|
`) : [], i = {
|
|
6340
6340
|
type: "table",
|
|
6341
6341
|
raw: t[0],
|
|
@@ -6354,7 +6354,7 @@ ${b}` : b;
|
|
|
6354
6354
|
align: i.align[l]
|
|
6355
6355
|
});
|
|
6356
6356
|
for (const l of o)
|
|
6357
|
-
i.rows.push(
|
|
6357
|
+
i.rows.push(Ru(l, i.header.length).map((d, m) => ({
|
|
6358
6358
|
text: d,
|
|
6359
6359
|
tokens: this.lexer.inline(d),
|
|
6360
6360
|
header: !1,
|
|
@@ -6429,7 +6429,7 @@ ${b}` : b;
|
|
|
6429
6429
|
if ((n.length - i.length) % 2 === 0)
|
|
6430
6430
|
return;
|
|
6431
6431
|
} else {
|
|
6432
|
-
const i =
|
|
6432
|
+
const i = _g(t[2], "()");
|
|
6433
6433
|
if (i === -2)
|
|
6434
6434
|
return;
|
|
6435
6435
|
if (i > -1) {
|
|
@@ -6443,7 +6443,7 @@ ${b}` : b;
|
|
|
6443
6443
|
i && (r = i[1], o = i[3]);
|
|
6444
6444
|
} else
|
|
6445
6445
|
o = t[3] ? t[3].slice(1, -1) : "";
|
|
6446
|
-
return r = r.trim(), this.rules.other.startAngleBracket.test(r) && (this.options.pedantic && !this.rules.other.endAngleBracket.test(n) ? r = r.slice(1) : r = r.slice(1, -1)),
|
|
6446
|
+
return r = r.trim(), this.rules.other.startAngleBracket.test(r) && (this.options.pedantic && !this.rules.other.endAngleBracket.test(n) ? r = r.slice(1) : r = r.slice(1, -1)), Ou(t, {
|
|
6447
6447
|
href: r && r.replace(this.rules.inline.anyPunctuation, "$1"),
|
|
6448
6448
|
title: o && o.replace(this.rules.inline.anyPunctuation, "$1")
|
|
6449
6449
|
}, t[0], this.lexer, this.rules);
|
|
@@ -6461,7 +6461,7 @@ ${b}` : b;
|
|
|
6461
6461
|
text: i
|
|
6462
6462
|
};
|
|
6463
6463
|
}
|
|
6464
|
-
return
|
|
6464
|
+
return Ou(n, o, n[0], this.lexer, this.rules);
|
|
6465
6465
|
}
|
|
6466
6466
|
}
|
|
6467
6467
|
emStrong(e, t, n = "") {
|
|
@@ -6952,7 +6952,7 @@ ${e}</tr>
|
|
|
6952
6952
|
return `<del>${this.parser.parseInline(e)}</del>`;
|
|
6953
6953
|
}
|
|
6954
6954
|
link({ href: e, title: t, tokens: n }) {
|
|
6955
|
-
const r = this.parser.parseInline(n), o =
|
|
6955
|
+
const r = this.parser.parseInline(n), o = Eu(e);
|
|
6956
6956
|
if (o === null)
|
|
6957
6957
|
return r;
|
|
6958
6958
|
e = o;
|
|
@@ -6961,7 +6961,7 @@ ${e}</tr>
|
|
|
6961
6961
|
}
|
|
6962
6962
|
image({ href: e, title: t, text: n, tokens: r }) {
|
|
6963
6963
|
r && (n = this.parser.parseInline(r, this.parser.textRenderer));
|
|
6964
|
-
const o =
|
|
6964
|
+
const o = Eu(e);
|
|
6965
6965
|
if (o === null)
|
|
6966
6966
|
return St(n);
|
|
6967
6967
|
e = o;
|
|
@@ -7202,7 +7202,7 @@ ${e}</tr>
|
|
|
7202
7202
|
"preprocess",
|
|
7203
7203
|
"postprocess",
|
|
7204
7204
|
"processAllTokens"
|
|
7205
|
-
])), oa),
|
|
7205
|
+
])), oa), Hg = class {
|
|
7206
7206
|
constructor(...e) {
|
|
7207
7207
|
ge(this, "defaults", el());
|
|
7208
7208
|
ge(this, "options", this.setOptions);
|
|
@@ -7374,17 +7374,17 @@ Please report this to https://github.com/markedjs/marked.`, e) {
|
|
|
7374
7374
|
throw n;
|
|
7375
7375
|
};
|
|
7376
7376
|
}
|
|
7377
|
-
}, xn = new
|
|
7377
|
+
}, xn = new Hg();
|
|
7378
7378
|
function fe(e, t) {
|
|
7379
7379
|
return xn.parse(e, t);
|
|
7380
7380
|
}
|
|
7381
7381
|
fe.options = fe.setOptions = function(e) {
|
|
7382
|
-
return xn.setOptions(e), fe.defaults = xn.defaults,
|
|
7382
|
+
return xn.setOptions(e), fe.defaults = xn.defaults, Qf(fe.defaults), fe;
|
|
7383
7383
|
};
|
|
7384
7384
|
fe.getDefaults = el;
|
|
7385
7385
|
fe.defaults = Cn;
|
|
7386
7386
|
fe.use = function(...e) {
|
|
7387
|
-
return xn.use(...e), fe.defaults = xn.defaults,
|
|
7387
|
+
return xn.use(...e), fe.defaults = xn.defaults, Qf(fe.defaults), fe;
|
|
7388
7388
|
};
|
|
7389
7389
|
fe.walkTokens = function(e, t) {
|
|
7390
7390
|
return xn.walkTokens(e, t);
|
|
@@ -7406,21 +7406,21 @@ fe.walkTokens;
|
|
|
7406
7406
|
fe.parseInline;
|
|
7407
7407
|
Nt.parse;
|
|
7408
7408
|
Mt.lex;
|
|
7409
|
-
const
|
|
7409
|
+
const Fg = (e) => {
|
|
7410
7410
|
if (e instanceof Date)
|
|
7411
7411
|
return e;
|
|
7412
7412
|
const t = e.endsWith("Z") ? e : `${e}Z`;
|
|
7413
7413
|
return new Date(t);
|
|
7414
7414
|
};
|
|
7415
|
-
function
|
|
7415
|
+
function Tu(e) {
|
|
7416
7416
|
if (!e) return "";
|
|
7417
|
-
const t =
|
|
7417
|
+
const t = Fg(e), n = t.getDate().toString().padStart(2, "0"), r = (t.getMonth() + 1).toString().padStart(2, "0"), o = t.getFullYear(), i = t.getHours().toString().padStart(2, "0"), a = t.getMinutes().toString().padStart(2, "0");
|
|
7418
7418
|
return `${n}/${r}/${o} ${i}:${a}`;
|
|
7419
7419
|
}
|
|
7420
7420
|
const si = new fe.Renderer();
|
|
7421
7421
|
si.link = ({ href: e, title: t, text: n }) => `<a href="${e}" title="${t || ""}" target="_blank" class="nbc-text-blue-500 nbc-hover:underline">${n}</a>`;
|
|
7422
7422
|
si.heading = ({ depth: e, text: t }) => `<h${e} class="nbc-text-[${1.5 - e * 0.2}rem] nbc-font-bold nbc-mb-2">${t}</h${e}>`;
|
|
7423
|
-
const
|
|
7423
|
+
const Gg = ({ message: e, avatar: t, textColor: n, bubbleUserColor: r }) => e.sender === "user" ? /* @__PURE__ */ F.jsx("div", { className: "nbc-w-full nbc-flex nbc-justify-end nbc-mb-4", children: /* @__PURE__ */ F.jsxs("div", { className: "nbc-max-w-[90%] nbc-px-4 nbc-py-3 nbc-rounded-2xl nbc-text-sm nbc-leading-relaxed nbc-bg-gray-100 nbc-text-gray-900 nbc-rounded-br-md", style: { color: n, backgroundColor: r }, children: [
|
|
7424
7424
|
/* @__PURE__ */ F.jsx(
|
|
7425
7425
|
"div",
|
|
7426
7426
|
{
|
|
@@ -7430,7 +7430,7 @@ const Hg = ({ message: e, avatar: t, textColor: n, bubbleUserColor: r }) => e.se
|
|
|
7430
7430
|
id: "notchatbot-message-text"
|
|
7431
7431
|
}
|
|
7432
7432
|
),
|
|
7433
|
-
/* @__PURE__ */ F.jsx("div", { className: "nbc-text-xs nbc-mt-1 nbc-opacity-70 nbc-text-right", children:
|
|
7433
|
+
/* @__PURE__ */ F.jsx("div", { className: "nbc-text-xs nbc-mt-1 nbc-opacity-70 nbc-text-right", children: Tu(String(e.timestamp)).split(" ")[1].substring(0, 5) })
|
|
7434
7434
|
] }) }) : /* @__PURE__ */ F.jsx("div", { className: "nbc-flex nbc-justify-start nbc-mb-4", children: /* @__PURE__ */ F.jsxs("div", { className: "nbc-w-full nbc-flex nbc-items-start nbc-space-x-3", children: [
|
|
7435
7435
|
/* @__PURE__ */ F.jsxs("div", { className: "nbc-flex nbc-flex-col nbc-items-center nbc-py-3 nbc-text-black", children: [
|
|
7436
7436
|
t ? /* @__PURE__ */ F.jsx(
|
|
@@ -7448,7 +7448,7 @@ const Hg = ({ message: e, avatar: t, textColor: n, bubbleUserColor: r }) => e.se
|
|
|
7448
7448
|
/* @__PURE__ */ F.jsx("path", { d: "M15 11v2" }),
|
|
7449
7449
|
/* @__PURE__ */ F.jsx("path", { d: "M20 12h2" })
|
|
7450
7450
|
] }),
|
|
7451
|
-
/* @__PURE__ */ F.jsx("div", { className: "nbc-text-xs nbc-text-gray-500 nbc-opacity-70 nbc-whitespace-nowrap", style: { color: n }, children:
|
|
7451
|
+
/* @__PURE__ */ F.jsx("div", { className: "nbc-text-xs nbc-text-gray-500 nbc-opacity-70 nbc-whitespace-nowrap", style: { color: n }, children: Tu(String(e.timestamp)).split(" ")[1].substring(0, 5) })
|
|
7452
7452
|
] }),
|
|
7453
7453
|
/* @__PURE__ */ F.jsx("div", { className: "nbc-max-w-[90%] nbc-py-3 nbc-rounded-2xl nbc-text-sm nbc-leading-relaxed nbc-text-gray-800 nbc-rounded-bl-md", style: { color: n }, children: /* @__PURE__ */ F.jsx(
|
|
7454
7454
|
"div",
|
|
@@ -7459,7 +7459,7 @@ const Hg = ({ message: e, avatar: t, textColor: n, bubbleUserColor: r }) => e.se
|
|
|
7459
7459
|
id: "notchatbot-message-text"
|
|
7460
7460
|
}
|
|
7461
7461
|
) })
|
|
7462
|
-
] }) }),
|
|
7462
|
+
] }) }), Wg = ({ avatar: e }) => /* @__PURE__ */ F.jsx("div", { className: "nbc-flex nbc-justify-start nbc-mb-4", children: /* @__PURE__ */ F.jsxs("div", { className: "nbc-flex nbc-items-start nbc-space-x-3", children: [
|
|
7463
7463
|
/* @__PURE__ */ F.jsxs("div", { className: "nbc-flex nbc-flex-col nbc-items-center nbc-py-3 nbc-text-black", children: [
|
|
7464
7464
|
e ? /* @__PURE__ */ F.jsx(
|
|
7465
7465
|
"img",
|
|
@@ -7483,7 +7483,7 @@ const Hg = ({ message: e, avatar: t, textColor: n, bubbleUserColor: r }) => e.se
|
|
|
7483
7483
|
/* @__PURE__ */ F.jsx("div", { className: "nbc-w-2 nbc-h-2 nbc-bg-gray-400 nbc-rounded-full nbc-animate-bounce", style: { animationDelay: "150ms" } }),
|
|
7484
7484
|
/* @__PURE__ */ F.jsx("div", { className: "nbc-w-2 nbc-h-2 nbc-bg-gray-400 nbc-rounded-full nbc-animate-bounce", style: { animationDelay: "300ms" } })
|
|
7485
7485
|
] }) })
|
|
7486
|
-
] }) }),
|
|
7486
|
+
] }) }), id = ({ messages: e, isTyping: t, avatar: n, textColor: r, bubbleUserColor: o, chatbotActivated: i = !0 }) => {
|
|
7487
7487
|
const a = Z.useRef(null), l = Z.useRef(null), d = () => {
|
|
7488
7488
|
l.current && requestAnimationFrame(() => {
|
|
7489
7489
|
l.current && (l.current.scrollTop = l.current.scrollHeight);
|
|
@@ -7530,18 +7530,18 @@ const Hg = ({ message: e, avatar: t, textColor: n, bubbleUserColor: r }) => e.se
|
|
|
7530
7530
|
display: none;
|
|
7531
7531
|
}
|
|
7532
7532
|
` }),
|
|
7533
|
-
e.map((m) => /* @__PURE__ */ F.jsx(
|
|
7534
|
-
t && i && /* @__PURE__ */ F.jsx(
|
|
7533
|
+
e.map((m) => /* @__PURE__ */ F.jsx(Gg, { message: m, avatar: n, textColor: r, bubbleUserColor: o }, m.id)),
|
|
7534
|
+
t && i && /* @__PURE__ */ F.jsx(Wg, { avatar: n }),
|
|
7535
7535
|
/* @__PURE__ */ F.jsx("div", { ref: a })
|
|
7536
7536
|
]
|
|
7537
7537
|
}
|
|
7538
7538
|
);
|
|
7539
7539
|
};
|
|
7540
|
-
function
|
|
7540
|
+
function $g() {
|
|
7541
7541
|
return typeof window == "undefined" ? !1 : window.location.hostname === "localhost" || window.location.hostname === "127.0.0.1" || window.location.hostname.includes("localhost");
|
|
7542
7542
|
}
|
|
7543
7543
|
function Oi() {
|
|
7544
|
-
return
|
|
7544
|
+
return $g() ? {
|
|
7545
7545
|
baseUrl: "http://localhost:3001",
|
|
7546
7546
|
chatEndpoint: "http://localhost:3001/api/webchat",
|
|
7547
7547
|
conversationEndpoint: "http://localhost:3001/api/webchat/conversation",
|
|
@@ -7555,25 +7555,25 @@ function Oi() {
|
|
|
7555
7555
|
rateEndpoint: "https://next.notchatbot.com/api/webchat/conversation/rate"
|
|
7556
7556
|
};
|
|
7557
7557
|
}
|
|
7558
|
-
function
|
|
7558
|
+
function Vg() {
|
|
7559
7559
|
return Oi().chatEndpoint;
|
|
7560
7560
|
}
|
|
7561
|
-
function
|
|
7561
|
+
function ad() {
|
|
7562
7562
|
return Oi().conversationEndpoint;
|
|
7563
7563
|
}
|
|
7564
|
-
function
|
|
7564
|
+
function Kg() {
|
|
7565
7565
|
return Oi().uploadEndpoint;
|
|
7566
7566
|
}
|
|
7567
|
-
function
|
|
7567
|
+
function Qg() {
|
|
7568
7568
|
return Oi().rateEndpoint;
|
|
7569
7569
|
}
|
|
7570
|
-
const
|
|
7571
|
-
function
|
|
7570
|
+
const Au = "nbc_secret_key_2025";
|
|
7571
|
+
function Yg(e) {
|
|
7572
7572
|
try {
|
|
7573
7573
|
const t = btoa(
|
|
7574
7574
|
e.split("").map(
|
|
7575
7575
|
(r, o) => String.fromCharCode(
|
|
7576
|
-
r.charCodeAt(0) ^
|
|
7576
|
+
r.charCodeAt(0) ^ Au.charCodeAt(o % Au.length)
|
|
7577
7577
|
)
|
|
7578
7578
|
).join("")
|
|
7579
7579
|
);
|
|
@@ -7582,7 +7582,7 @@ function Kg(e) {
|
|
|
7582
7582
|
return console.error("Error encrypting API key:", t), e;
|
|
7583
7583
|
}
|
|
7584
7584
|
}
|
|
7585
|
-
const
|
|
7585
|
+
const sd = ({
|
|
7586
7586
|
onSendMessage: e,
|
|
7587
7587
|
placeholder: t = "Escribe un mensaje...",
|
|
7588
7588
|
disabled: n = !1,
|
|
@@ -7649,7 +7649,7 @@ const ad = ({
|
|
|
7649
7649
|
const j = O.map((z) => Ie(void 0, null, function* () {
|
|
7650
7650
|
const $ = new FormData();
|
|
7651
7651
|
$.append("file", z);
|
|
7652
|
-
const V =
|
|
7652
|
+
const V = Kg(), G = o ? Yg(o) : "", I = yield fetch(V, {
|
|
7653
7653
|
method: "POST",
|
|
7654
7654
|
headers: {
|
|
7655
7655
|
"X-API-Key": G
|
|
@@ -7774,7 +7774,7 @@ const ad = ({
|
|
|
7774
7774
|
]
|
|
7775
7775
|
}
|
|
7776
7776
|
);
|
|
7777
|
-
},
|
|
7777
|
+
}, ld = ({ avatar: e }) => {
|
|
7778
7778
|
const t = [
|
|
7779
7779
|
{ type: "bot", lines: 3, widths: ["w-full", "w-3/4", "w-1/2"] },
|
|
7780
7780
|
{ type: "user", lines: 1, widths: ["w-2/3"] },
|
|
@@ -7798,7 +7798,7 @@ const ad = ({
|
|
|
7798
7798
|
] }) }, r)),
|
|
7799
7799
|
/* @__PURE__ */ F.jsx("div", { className: "nbc-text-center nbc-text-sm nbc-text-gray-500 nbc-animate-pulse", children: "Cargando conversación..." })
|
|
7800
7800
|
] });
|
|
7801
|
-
},
|
|
7801
|
+
}, Jg = ({ onRate: e, conversationId: t }) => {
|
|
7802
7802
|
const [n, r] = Z.useState(0), [o, i] = Z.useState(0), [a, l] = Z.useState(!1), [d, m] = Z.useState(!1);
|
|
7803
7803
|
Z.useEffect(() => {
|
|
7804
7804
|
setTimeout(() => l(!0), 50);
|
|
@@ -7809,7 +7809,7 @@ const ad = ({
|
|
|
7809
7809
|
return;
|
|
7810
7810
|
}
|
|
7811
7811
|
try {
|
|
7812
|
-
const x = yield fetch(
|
|
7812
|
+
const x = yield fetch(Qg(), {
|
|
7813
7813
|
method: "POST",
|
|
7814
7814
|
headers: {
|
|
7815
7815
|
"Content-Type": "application/json"
|
|
@@ -7868,7 +7868,7 @@ const ad = ({
|
|
|
7868
7868
|
);
|
|
7869
7869
|
}, C = () => d ? "nbc-opacity-0 nbc-translate-y-4 nbc-scale-95" : a ? "nbc-opacity-100 nbc-translate-y-0 nbc-scale-100" : "nbc-opacity-0 -nbc-translate-y-4 nbc-scale-95";
|
|
7870
7870
|
return /* @__PURE__ */ F.jsx("div", { className: `nbc-flex nbc-flex-col nbc-items-center nbc-py-2 nbc-px-4 nbc-transition-all nbc-duration-300 nbc-ease-out ${C()}`, children: /* @__PURE__ */ F.jsx("div", { className: "nbc-flex nbc-items-center", children: [1, 2, 3, 4, 5].map(u) }) });
|
|
7871
|
-
},
|
|
7871
|
+
}, Xg = ({
|
|
7872
7872
|
isOpen: e,
|
|
7873
7873
|
onClose: t,
|
|
7874
7874
|
config: n,
|
|
@@ -7928,7 +7928,7 @@ const ad = ({
|
|
|
7928
7928
|
id: "notchatbot-webchat-window",
|
|
7929
7929
|
children: [
|
|
7930
7930
|
/* @__PURE__ */ F.jsx(
|
|
7931
|
-
|
|
7931
|
+
ig,
|
|
7932
7932
|
{
|
|
7933
7933
|
title: n.title || "Chat",
|
|
7934
7934
|
onClose: t,
|
|
@@ -7945,8 +7945,8 @@ const ad = ({
|
|
|
7945
7945
|
/* @__PURE__ */ F.jsx("path", { strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", d: "M12 8v4m0 4h.01" })
|
|
7946
7946
|
] }),
|
|
7947
7947
|
"Falta la API Key"
|
|
7948
|
-
] }) }) : i ? /* @__PURE__ */ F.jsx(
|
|
7949
|
-
|
|
7948
|
+
] }) }) : i ? /* @__PURE__ */ F.jsx(ld, { avatar: n.avatar }) : /* @__PURE__ */ F.jsx(
|
|
7949
|
+
id,
|
|
7950
7950
|
{
|
|
7951
7951
|
messages: r,
|
|
7952
7952
|
isTyping: a,
|
|
@@ -7954,14 +7954,14 @@ const ad = ({
|
|
|
7954
7954
|
chatbotActivated: y
|
|
7955
7955
|
}
|
|
7956
7956
|
),
|
|
7957
|
-
v() && /* @__PURE__ */ F.jsx(
|
|
7957
|
+
v() && /* @__PURE__ */ F.jsx(Jg, { onRate: w, conversationId: C }),
|
|
7958
7958
|
/* @__PURE__ */ F.jsxs("div", { className: "nbc-mb-1 nbc-flex nbc-items-end nbc-justify-center nbc-text-xs nbc-text-black", children: [
|
|
7959
7959
|
/* @__PURE__ */ F.jsx("span", { children: "Powered by" }),
|
|
7960
7960
|
" ",
|
|
7961
7961
|
/* @__PURE__ */ F.jsx("a", { href: O, target: "_blank", rel: "noopener noreferrer", className: "nbc-font-bold nbc-text-black", children: "NotChatbot" })
|
|
7962
7962
|
] }),
|
|
7963
7963
|
/* @__PURE__ */ F.jsx(
|
|
7964
|
-
|
|
7964
|
+
sd,
|
|
7965
7965
|
{
|
|
7966
7966
|
onSendMessage: s,
|
|
7967
7967
|
placeholder: n.placeholder || "Escribe un mensaje...",
|
|
@@ -7972,7 +7972,7 @@ const ad = ({
|
|
|
7972
7972
|
]
|
|
7973
7973
|
}
|
|
7974
7974
|
);
|
|
7975
|
-
},
|
|
7975
|
+
}, Zg = ({
|
|
7976
7976
|
initialMessage: e,
|
|
7977
7977
|
avatar: t,
|
|
7978
7978
|
position: n,
|
|
@@ -8167,7 +8167,7 @@ function nt() {
|
|
|
8167
8167
|
// 48 random bits
|
|
8168
8168
|
].join("-");
|
|
8169
8169
|
}
|
|
8170
|
-
function
|
|
8170
|
+
function ud(e) {
|
|
8171
8171
|
return /^[0-9a-f]{8}-[0-9a-f]{4}-7[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$/i.test(e);
|
|
8172
8172
|
}
|
|
8173
8173
|
function ul(e, t, n = {}) {
|
|
@@ -8182,40 +8182,40 @@ function ul(e, t, n = {}) {
|
|
|
8182
8182
|
let m = `${encodeURIComponent(e)}=${encodeURIComponent(t)}`;
|
|
8183
8183
|
r && (m += `; expires=${r.toUTCString()}`), o !== void 0 && (m += `; max-age=${o}`), i && (m += `; domain=${i}`), m += `; path=${a}`, l && (m += "; secure"), m += `; samesite=${d}`, document.cookie = m;
|
|
8184
8184
|
}
|
|
8185
|
-
function
|
|
8185
|
+
function cd(e) {
|
|
8186
8186
|
const t = encodeURIComponent(e), n = document.cookie.split(";");
|
|
8187
8187
|
for (let r of n)
|
|
8188
8188
|
if (r = r.trim(), r.startsWith(t + "="))
|
|
8189
8189
|
return decodeURIComponent(r.substring(t.length + 1));
|
|
8190
8190
|
return null;
|
|
8191
8191
|
}
|
|
8192
|
-
function
|
|
8192
|
+
function qg(e, t = {}) {
|
|
8193
8193
|
ul(e, "", De(ie({}, t), {
|
|
8194
8194
|
expires: /* @__PURE__ */ new Date(0)
|
|
8195
8195
|
}));
|
|
8196
8196
|
}
|
|
8197
|
-
function
|
|
8197
|
+
function fd() {
|
|
8198
8198
|
try {
|
|
8199
8199
|
const e = "__webchat_test__";
|
|
8200
8200
|
ul(e, "test");
|
|
8201
|
-
const t =
|
|
8202
|
-
return
|
|
8201
|
+
const t = cd(e) === "test";
|
|
8202
|
+
return qg(e), t;
|
|
8203
8203
|
} catch (e) {
|
|
8204
8204
|
return !1;
|
|
8205
8205
|
}
|
|
8206
8206
|
}
|
|
8207
|
-
const
|
|
8207
|
+
const dd = "notchatbot", em = 24;
|
|
8208
8208
|
function cl() {
|
|
8209
|
-
if (!
|
|
8209
|
+
if (!fd())
|
|
8210
8210
|
return console.warn("WebChat: Cookies not supported, using session-only data"), {
|
|
8211
8211
|
conversationId: nt(),
|
|
8212
8212
|
conversationStarted: !1
|
|
8213
8213
|
};
|
|
8214
|
-
const e =
|
|
8214
|
+
const e = cd(dd);
|
|
8215
8215
|
if (e)
|
|
8216
8216
|
try {
|
|
8217
8217
|
const n = JSON.parse(e);
|
|
8218
|
-
if (n && typeof n == "object" && typeof n.conversationId == "string" && typeof n.conversationStarted == "boolean" &&
|
|
8218
|
+
if (n && typeof n == "object" && typeof n.conversationId == "string" && typeof n.conversationStarted == "boolean" && ud(n.conversationId))
|
|
8219
8219
|
return n;
|
|
8220
8220
|
} catch (n) {
|
|
8221
8221
|
console.warn("WebChat: Invalid notchatbot cookie format, creating new one");
|
|
@@ -8224,43 +8224,43 @@ function cl() {
|
|
|
8224
8224
|
conversationId: nt(),
|
|
8225
8225
|
conversationStarted: !1
|
|
8226
8226
|
};
|
|
8227
|
-
return
|
|
8227
|
+
return hd(t), t;
|
|
8228
8228
|
}
|
|
8229
|
-
function
|
|
8230
|
-
if (!
|
|
8229
|
+
function hd(e) {
|
|
8230
|
+
if (!fd()) {
|
|
8231
8231
|
console.warn("WebChat: Cookies not supported, cannot save data");
|
|
8232
8232
|
return;
|
|
8233
8233
|
}
|
|
8234
|
-
if (!e || !
|
|
8234
|
+
if (!e || !ud(e.conversationId))
|
|
8235
8235
|
throw new Error("Invalid cookie data: conversationId must be a valid UUIDv7");
|
|
8236
8236
|
if (typeof e.conversationStarted != "boolean")
|
|
8237
8237
|
throw new Error("Invalid cookie data: conversationStarted must be a boolean");
|
|
8238
|
-
const t =
|
|
8239
|
-
ul(
|
|
8238
|
+
const t = em * 60 * 60;
|
|
8239
|
+
ul(dd, JSON.stringify(e), {
|
|
8240
8240
|
maxAge: t,
|
|
8241
8241
|
secure: window.location.protocol === "https:",
|
|
8242
8242
|
sameSite: "lax",
|
|
8243
8243
|
path: "/"
|
|
8244
8244
|
});
|
|
8245
8245
|
}
|
|
8246
|
-
function
|
|
8246
|
+
function tm(e) {
|
|
8247
8247
|
const t = cl(), n = De(ie({}, t), {
|
|
8248
8248
|
conversationStarted: e
|
|
8249
8249
|
});
|
|
8250
|
-
return
|
|
8250
|
+
return hd(n), n;
|
|
8251
8251
|
}
|
|
8252
|
-
function
|
|
8252
|
+
function pd() {
|
|
8253
8253
|
return cl().conversationId;
|
|
8254
8254
|
}
|
|
8255
|
-
function
|
|
8255
|
+
function Iu() {
|
|
8256
8256
|
return cl().conversationStarted;
|
|
8257
8257
|
}
|
|
8258
|
-
const
|
|
8258
|
+
const nm = () => {
|
|
8259
8259
|
if (typeof window == "undefined")
|
|
8260
8260
|
return !1;
|
|
8261
8261
|
const t = /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent), n = window.innerWidth <= 768, r = "ontouchstart" in window || navigator.maxTouchPoints > 0;
|
|
8262
8262
|
return t || n && r;
|
|
8263
|
-
}, ts = () =>
|
|
8263
|
+
}, ts = () => nm() ? "mobile" : "desktop", rm = (e) => {
|
|
8264
8264
|
if (typeof window == "undefined")
|
|
8265
8265
|
return () => {
|
|
8266
8266
|
};
|
|
@@ -8280,7 +8280,7 @@ const em = () => {
|
|
|
8280
8280
|
showPopup: e.showPopup !== void 0 ? e.showPopup : !0
|
|
8281
8281
|
}), r = t === "mobile" ? e.mobile : e.desktop;
|
|
8282
8282
|
return r && (r.position !== void 0 && (n.position = r.position), r.marginBottom !== void 0 && (n.marginBottom = r.marginBottom), r.marginSide !== void 0 && (n.marginSide = r.marginSide), r.showPopup !== void 0 && (n.showPopup = r.showPopup)), n;
|
|
8283
|
-
},
|
|
8283
|
+
}, om = (e) => {
|
|
8284
8284
|
const t = Po(e);
|
|
8285
8285
|
return {
|
|
8286
8286
|
position: t.position,
|
|
@@ -8288,20 +8288,20 @@ const em = () => {
|
|
|
8288
8288
|
marginSide: t.marginSide,
|
|
8289
8289
|
showPopup: t.showPopup
|
|
8290
8290
|
};
|
|
8291
|
-
},
|
|
8291
|
+
}, gd = () => Ie(void 0, null, function* () {
|
|
8292
8292
|
const e = typeof window != "undefined" ? sessionStorage.getItem("webchat-session-id") : null;
|
|
8293
8293
|
if (e)
|
|
8294
8294
|
return e;
|
|
8295
8295
|
const t = `session_${Date.now()}_${Math.random().toString(36).substr(2, 9)}`;
|
|
8296
8296
|
return typeof window != "undefined" && sessionStorage.setItem("webchat-session-id", t), t;
|
|
8297
|
-
}),
|
|
8297
|
+
}), im = (e, t) => Ie(void 0, null, function* () {
|
|
8298
8298
|
try {
|
|
8299
|
-
const n =
|
|
8299
|
+
const n = ad(), r = yield fetch(`${n}?conversationId=${e}&chatbotUid=${t}`);
|
|
8300
8300
|
return r.ok ? yield r.json() : (console.warn("WebChat: Failed to fetch conversation history:", r.status, r.statusText), null);
|
|
8301
8301
|
} catch (n) {
|
|
8302
8302
|
return console.error("WebChat: Error fetching conversation history:", n), null;
|
|
8303
8303
|
}
|
|
8304
|
-
}),
|
|
8304
|
+
}), am = (e) => e.map((t, n) => {
|
|
8305
8305
|
let r;
|
|
8306
8306
|
return t.createdAt ? r = t.createdAt.endsWith("Z") ? t.createdAt : `${t.createdAt}Z` : r = (/* @__PURE__ */ new Date()).toISOString(), {
|
|
8307
8307
|
id: t.id || (Date.now() + n).toString(),
|
|
@@ -8311,7 +8311,7 @@ const em = () => {
|
|
|
8311
8311
|
type: t.type,
|
|
8312
8312
|
metaContent: t.metaContent
|
|
8313
8313
|
};
|
|
8314
|
-
}),
|
|
8314
|
+
}), sm = (e) => {
|
|
8315
8315
|
var t;
|
|
8316
8316
|
if (!e.metaContent)
|
|
8317
8317
|
return e.text;
|
|
@@ -8328,8 +8328,8 @@ const em = () => {
|
|
|
8328
8328
|
default:
|
|
8329
8329
|
return e.text;
|
|
8330
8330
|
}
|
|
8331
|
-
},
|
|
8332
|
-
const r =
|
|
8331
|
+
}, Pu = (e, t) => e.map((n) => {
|
|
8332
|
+
const r = sm(n);
|
|
8333
8333
|
return ie({
|
|
8334
8334
|
id: n.id,
|
|
8335
8335
|
content: r,
|
|
@@ -8339,7 +8339,7 @@ const em = () => {
|
|
|
8339
8339
|
conversationId: t
|
|
8340
8340
|
}, n.metaContent && { metaContent: n.metaContent });
|
|
8341
8341
|
});
|
|
8342
|
-
var
|
|
8342
|
+
var md = { exports: {} };
|
|
8343
8343
|
/*!
|
|
8344
8344
|
* @license Copyright 2015-2022 Ably Real-time Ltd (ably.com)
|
|
8345
8345
|
*
|
|
@@ -9102,7 +9102,7 @@ var gd = { exports: {} };
|
|
|
9102
9102
|
});
|
|
9103
9103
|
}
|
|
9104
9104
|
r.shallowEquals = Ai;
|
|
9105
|
-
function
|
|
9105
|
+
function Rd(H) {
|
|
9106
9106
|
var K = /^(\[([^?]*)(?:(.*))\])?(.+)$/, Q = H.match(K);
|
|
9107
9107
|
if (!Q || !Q.length || Q.length < 5)
|
|
9108
9108
|
throw new m.default("regex match failed", 400, 40010);
|
|
@@ -9113,17 +9113,17 @@ var gd = { exports: {} };
|
|
|
9113
9113
|
channelName: Q[4]
|
|
9114
9114
|
};
|
|
9115
9115
|
}
|
|
9116
|
-
r.matchDerivedChannel =
|
|
9117
|
-
function
|
|
9116
|
+
r.matchDerivedChannel = Rd;
|
|
9117
|
+
function Od(H) {
|
|
9118
9118
|
return l.default.Config.createHmac ? Buffer.from(H, "ascii").toString("base64") : (0, b.stringify)((0, R.parse)(H));
|
|
9119
9119
|
}
|
|
9120
|
-
r.toBase64 =
|
|
9121
|
-
function
|
|
9120
|
+
r.toBase64 = Od;
|
|
9121
|
+
function Td(H, K) {
|
|
9122
9122
|
return H.length === K.length && (0, r.arrEvery)(H, function(Q, ne) {
|
|
9123
9123
|
return Q === K[ne];
|
|
9124
9124
|
});
|
|
9125
9125
|
}
|
|
9126
|
-
r.arrEquals =
|
|
9126
|
+
r.arrEquals = Td;
|
|
9127
9127
|
}).call(this, o(13));
|
|
9128
9128
|
},
|
|
9129
9129
|
/* 2 */
|
|
@@ -16344,11 +16344,11 @@ var gd = { exports: {} };
|
|
|
16344
16344
|
]).default
|
|
16345
16345
|
);
|
|
16346
16346
|
});
|
|
16347
|
-
})(
|
|
16348
|
-
var
|
|
16349
|
-
const
|
|
16347
|
+
})(md);
|
|
16348
|
+
var lm = md.exports;
|
|
16349
|
+
const um = /* @__PURE__ */ Lu(lm), Mo = (e, t, n, r, o, i) => Ie(void 0, null, function* () {
|
|
16350
16350
|
try {
|
|
16351
|
-
const a = new
|
|
16351
|
+
const a = new um.Realtime({
|
|
16352
16352
|
token: e.token,
|
|
16353
16353
|
clientId: e.clientId
|
|
16354
16354
|
});
|
|
@@ -16393,14 +16393,14 @@ const sm = /* @__PURE__ */ Nu(am), Mo = (e, t, n, r, o, i) => Ie(void 0, null, f
|
|
|
16393
16393
|
} catch (a) {
|
|
16394
16394
|
throw console.error("[❌ ABLY INITIALIZATION ERROR]", a), a;
|
|
16395
16395
|
}
|
|
16396
|
-
}),
|
|
16396
|
+
}), cm = (e, t) => Ie(void 0, null, function* () {
|
|
16397
16397
|
try {
|
|
16398
|
-
const n =
|
|
16398
|
+
const n = ad(), r = yield fetch(`${n}?conversationId=${e}&chatbotUid=${t}`);
|
|
16399
16399
|
return r.ok ? yield r.json() : (console.error("Failed to fetch conversation data:", r.statusText), null);
|
|
16400
16400
|
} catch (n) {
|
|
16401
16401
|
return console.error("[❌ ABLY TOKEN FETCH ERROR]", n), null;
|
|
16402
16402
|
}
|
|
16403
|
-
}),
|
|
16403
|
+
}), vd = (e) => {
|
|
16404
16404
|
e && e.close();
|
|
16405
16405
|
}, li = () => ({
|
|
16406
16406
|
id: nt(),
|
|
@@ -16408,8 +16408,8 @@ const sm = /* @__PURE__ */ Nu(am), Mo = (e, t, n, r, o, i) => Ie(void 0, null, f
|
|
|
16408
16408
|
sender: "bot",
|
|
16409
16409
|
timestamp: (/* @__PURE__ */ new Date()).toISOString(),
|
|
16410
16410
|
type: "text"
|
|
16411
|
-
}),
|
|
16412
|
-
const i =
|
|
16411
|
+
}), yd = (e, t, n, r, o) => {
|
|
16412
|
+
const i = Pu(t, e), a = Pu(n, e), l = {
|
|
16413
16413
|
id: e,
|
|
16414
16414
|
senderId: o || "unknown",
|
|
16415
16415
|
createdAt: (/* @__PURE__ */ new Date()).toISOString(),
|
|
@@ -16425,9 +16425,9 @@ const sm = /* @__PURE__ */ Nu(am), Mo = (e, t, n, r, o, i) => Ie(void 0, null, f
|
|
|
16425
16425
|
chatbotUid: r.apiKey,
|
|
16426
16426
|
newMessages: a
|
|
16427
16427
|
};
|
|
16428
|
-
},
|
|
16428
|
+
}, wd = (e) => Ie(void 0, null, function* () {
|
|
16429
16429
|
try {
|
|
16430
|
-
const t =
|
|
16430
|
+
const t = Vg(), n = yield fetch(t, {
|
|
16431
16431
|
method: "POST",
|
|
16432
16432
|
headers: {
|
|
16433
16433
|
"Content-Type": "application/json"
|
|
@@ -16438,7 +16438,7 @@ const sm = /* @__PURE__ */ Nu(am), Mo = (e, t, n, r, o, i) => Ie(void 0, null, f
|
|
|
16438
16438
|
} catch (t) {
|
|
16439
16439
|
return console.error("WebChat: Error sending message to API:", t), null;
|
|
16440
16440
|
}
|
|
16441
|
-
}),
|
|
16441
|
+
}), xd = (e) => {
|
|
16442
16442
|
if (e && e.content) {
|
|
16443
16443
|
let t;
|
|
16444
16444
|
return e.createdAt ? t = e.createdAt.endsWith("Z") ? e.createdAt : `${e.createdAt}Z` : t = (/* @__PURE__ */ new Date()).toISOString(), {
|
|
@@ -16450,45 +16450,45 @@ const sm = /* @__PURE__ */ Nu(am), Mo = (e, t, n, r, o, i) => Ie(void 0, null, f
|
|
|
16450
16450
|
};
|
|
16451
16451
|
}
|
|
16452
16452
|
return null;
|
|
16453
|
-
},
|
|
16453
|
+
}, fm = (e) => `¡Hola! Soy ${e || "tu asistente"}, ¿En qué te puedo ayudar?
|
|
16454
16454
|
|
|
16455
16455
|
Aunque no lo creas, soy una inteligencia artificial! Puedo resolver todas tus dudas 😊
|
|
16456
16456
|
|
|
16457
|
-
También puedes pedir hablar con nuestro equipo de los sueños!`,
|
|
16457
|
+
También puedes pedir hablar con nuestro equipo de los sueños!`, bd = (e) => ({
|
|
16458
16458
|
id: nt(),
|
|
16459
|
-
text:
|
|
16459
|
+
text: fm(e),
|
|
16460
16460
|
sender: "bot",
|
|
16461
16461
|
timestamp: (/* @__PURE__ */ new Date()).toISOString(),
|
|
16462
16462
|
type: "text"
|
|
16463
|
-
}),
|
|
16463
|
+
}), Mu = () => typeof window != "undefined" && window.innerWidth < 640, dm = ({ config: e, exposeControl: t }) => {
|
|
16464
16464
|
if (!e.apiKey)
|
|
16465
16465
|
return null;
|
|
16466
|
-
const [n, r] = Z.useState(() => Po(e)), [o, i] = Z.useState(!1), [a, l] = Z.useState(() =>
|
|
16466
|
+
const [n, r] = Z.useState(() => Po(e)), [o, i] = Z.useState(!1), [a, l] = Z.useState(() => Mu()), [d, m] = Z.useState(""), [b, R] = Z.useState(!1), [y, E] = Z.useState(!1), [u, C] = Z.useState(!1), [M, x] = Z.useState(""), [, p] = Z.useState(null), g = Z.useRef(null), [S, h] = Z.useState(!1), [f, c] = Z.useState(!1), [s, w] = Z.useState(""), [v, k] = Z.useState(!0), [L, N] = Z.useState(!1), [P, O] = Z.useState([
|
|
16467
16467
|
e.initialMessage ? {
|
|
16468
16468
|
id: nt(),
|
|
16469
16469
|
text: e.initialMessage,
|
|
16470
16470
|
sender: "bot",
|
|
16471
16471
|
timestamp: (/* @__PURE__ */ new Date()).toISOString(),
|
|
16472
16472
|
type: "text"
|
|
16473
|
-
} :
|
|
16473
|
+
} : bd(e.title)
|
|
16474
16474
|
]), A = Z.useCallback((X, oe = "bot") => {
|
|
16475
16475
|
O((q) => [...q, X]), !o && (X.sender === "bot" || oe === "bot") && X.id !== s && h(!0);
|
|
16476
16476
|
}, [o, s]);
|
|
16477
16477
|
Z.useEffect(() => {
|
|
16478
16478
|
const X = () => {
|
|
16479
|
-
const oe =
|
|
16479
|
+
const oe = Mu();
|
|
16480
16480
|
l(oe);
|
|
16481
16481
|
};
|
|
16482
16482
|
return window.addEventListener("resize", X), () => window.removeEventListener("resize", X);
|
|
16483
|
-
}, []), Z.useEffect(() =>
|
|
16483
|
+
}, []), Z.useEffect(() => rm(() => {
|
|
16484
16484
|
r(Po(e));
|
|
16485
16485
|
}), [e]), Z.useEffect(() => {
|
|
16486
16486
|
r(Po(e));
|
|
16487
16487
|
}, [e]), Z.useEffect(() => {
|
|
16488
16488
|
Ie(void 0, null, function* () {
|
|
16489
|
-
const oe =
|
|
16489
|
+
const oe = pd();
|
|
16490
16490
|
m(oe);
|
|
16491
|
-
const q = yield
|
|
16491
|
+
const q = yield gd();
|
|
16492
16492
|
x(q);
|
|
16493
16493
|
});
|
|
16494
16494
|
}, []), Z.useEffect(() => {
|
|
@@ -16520,7 +16520,7 @@ También puedes pedir hablar con nuestro equipo de los sueños!`, xd = (e) => ({
|
|
|
16520
16520
|
}), [f, d, T]), z = Z.useCallback(() => Ie(void 0, null, function* () {
|
|
16521
16521
|
if (!(f || g.current))
|
|
16522
16522
|
try {
|
|
16523
|
-
const X = yield
|
|
16523
|
+
const X = yield cm(d, e.apiKey || "");
|
|
16524
16524
|
if (X != null && X.tokenDetails) {
|
|
16525
16525
|
const oe = yield Mo(
|
|
16526
16526
|
X.tokenDetails,
|
|
@@ -16542,18 +16542,18 @@ También puedes pedir hablar con nuestro equipo de los sueños!`, xd = (e) => ({
|
|
|
16542
16542
|
const ae = P.filter((me) => me.sender === "bot").slice(-1)[0];
|
|
16543
16543
|
ae && w(ae.id);
|
|
16544
16544
|
}
|
|
16545
|
-
if (!X && !b && d &&
|
|
16545
|
+
if (!X && !b && d && Iu() && !f) {
|
|
16546
16546
|
E(!0);
|
|
16547
|
-
const ae = yield
|
|
16547
|
+
const ae = yield im(d, e.apiKey || "");
|
|
16548
16548
|
if (((q = (oe = ae == null ? void 0 : ae.conversation) == null ? void 0 : oe.messages) == null ? void 0 : q.length) > 0) {
|
|
16549
|
-
const me =
|
|
16549
|
+
const me = am(ae.conversation.messages);
|
|
16550
16550
|
O(me), ae.conversation.chatbotActivated !== void 0 && k(ae.conversation.chatbotActivated), ae.conversation.isRated !== void 0 && N(ae.conversation.isRated);
|
|
16551
16551
|
const de = me.filter((ue) => ue.sender === "bot").slice(-1)[0];
|
|
16552
16552
|
de && w(de.id), yield B(ae);
|
|
16553
16553
|
} else
|
|
16554
16554
|
console.warn("WebChat: No conversation history found, showing initial message");
|
|
16555
16555
|
E(!1), R(!0);
|
|
16556
|
-
} else !X &&
|
|
16556
|
+
} else !X && Iu() && !f && (yield z());
|
|
16557
16557
|
}), [
|
|
16558
16558
|
o,
|
|
16559
16559
|
d,
|
|
@@ -16590,13 +16590,13 @@ También puedes pedir hablar con nuestro equipo de los sueños!`, xd = (e) => ({
|
|
|
16590
16590
|
}
|
|
16591
16591
|
O((de) => [...de, ...ae]), C(!0);
|
|
16592
16592
|
try {
|
|
16593
|
-
const de =
|
|
16593
|
+
const de = yd(
|
|
16594
16594
|
d,
|
|
16595
16595
|
me,
|
|
16596
16596
|
ae,
|
|
16597
16597
|
{ apiKey: e.apiKey || "" },
|
|
16598
16598
|
M
|
|
16599
|
-
), ue = yield
|
|
16599
|
+
), ue = yield wd(de);
|
|
16600
16600
|
if (ue) {
|
|
16601
16601
|
if (ue.response.tokenDetails && !g.current) {
|
|
16602
16602
|
const sn = yield Mo(
|
|
@@ -16608,7 +16608,7 @@ También puedes pedir hablar con nuestro equipo de los sueños!`, xd = (e) => ({
|
|
|
16608
16608
|
);
|
|
16609
16609
|
p(sn), g.current = sn.client, c(!0);
|
|
16610
16610
|
}
|
|
16611
|
-
const Ve =
|
|
16611
|
+
const Ve = xd(ue.response.message);
|
|
16612
16612
|
Ve && A(Ve, "bot");
|
|
16613
16613
|
} else {
|
|
16614
16614
|
setTimeout(() => {
|
|
@@ -16624,7 +16624,7 @@ También puedes pedir hablar con nuestro equipo de los sueños!`, xd = (e) => ({
|
|
|
16624
16624
|
}, 1e3);
|
|
16625
16625
|
return;
|
|
16626
16626
|
}
|
|
16627
|
-
C(!1),
|
|
16627
|
+
C(!1), tm(!0);
|
|
16628
16628
|
}), [
|
|
16629
16629
|
d,
|
|
16630
16630
|
P,
|
|
@@ -16632,16 +16632,16 @@ También puedes pedir hablar con nuestro equipo de los sueños!`, xd = (e) => ({
|
|
|
16632
16632
|
M,
|
|
16633
16633
|
T,
|
|
16634
16634
|
A
|
|
16635
|
-
]), I =
|
|
16635
|
+
]), I = om(n);
|
|
16636
16636
|
Z.useEffect(() => () => {
|
|
16637
|
-
|
|
16637
|
+
vd(g.current), g.current = null;
|
|
16638
16638
|
}, []);
|
|
16639
16639
|
const D = Z.useCallback((X) => i(X), []), U = Z.useCallback((X) => r((oe) => ie(ie({}, oe), X)), []), _ = Z.useCallback((X) => r((oe) => ie(ie({}, oe), X)), []), [W, J] = Z.useState(!1), ee = Z.useCallback(() => J(!0), []), re = Z.useCallback(() => J(!1), []);
|
|
16640
16640
|
return Z.useEffect(() => {
|
|
16641
16641
|
t && t({ setIsOpen: D, updateConfig: U, setPosition: _, hide: ee, show: re });
|
|
16642
16642
|
}, [t, D, U, _, ee, re]), /* @__PURE__ */ F.jsxs("div", { className: "nbc-font-sans", style: { zIndex: 2147483647, display: W ? "none" : void 0 }, children: [
|
|
16643
16643
|
I.showPopup !== !1 && /* @__PURE__ */ F.jsx(
|
|
16644
|
-
|
|
16644
|
+
Zg,
|
|
16645
16645
|
{
|
|
16646
16646
|
initialMessage: e.initialMessage,
|
|
16647
16647
|
avatar: n.avatar,
|
|
@@ -16655,7 +16655,7 @@ También puedes pedir hablar con nuestro equipo de los sueños!`, xd = (e) => ({
|
|
|
16655
16655
|
}
|
|
16656
16656
|
),
|
|
16657
16657
|
/* @__PURE__ */ F.jsx(
|
|
16658
|
-
|
|
16658
|
+
og,
|
|
16659
16659
|
{
|
|
16660
16660
|
isOpen: o,
|
|
16661
16661
|
onClick: $,
|
|
@@ -16668,7 +16668,7 @@ También puedes pedir hablar con nuestro equipo de los sueños!`, xd = (e) => ({
|
|
|
16668
16668
|
}
|
|
16669
16669
|
),
|
|
16670
16670
|
/* @__PURE__ */ F.jsx(
|
|
16671
|
-
|
|
16671
|
+
Xg,
|
|
16672
16672
|
{
|
|
16673
16673
|
isOpen: o,
|
|
16674
16674
|
onClose: V,
|
|
@@ -16689,7 +16689,7 @@ También puedes pedir hablar con nuestro equipo de los sueños!`, xd = (e) => ({
|
|
|
16689
16689
|
}
|
|
16690
16690
|
)
|
|
16691
16691
|
] });
|
|
16692
|
-
}, bd = '*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.nbc-pointer-events-none{pointer-events:none}.nbc-pointer-events-auto{pointer-events:auto}.nbc-fixed{position:fixed}.nbc-absolute{position:absolute}.nbc-relative{position:relative}.nbc-inset-0{inset:0}.nbc-inset-auto{inset:auto}.nbc-left-2{left:8px}.nbc-right-0{right:0}.nbc-right-2{right:8px}.nbc-top-0{top:0}.nbc-top-1\\/2{top:50%}.nbc-top-2{top:8px}.nbc-top-full{top:100%}.nbc-m-0{margin:0}.nbc-mx-auto{margin-left:auto;margin-right:auto}.nbc-mb-1{margin-bottom:4px}.nbc-mb-2{margin-bottom:8px}.nbc-mb-4{margin-bottom:16px}.nbc-ml-1{margin-left:4px}.nbc-ml-2{margin-left:8px}.nbc-mr-1{margin-right:4px}.nbc-mr-3{margin-right:12px}.nbc-mt-1{margin-top:4px}.nbc-line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.nbc-flex{display:flex}.nbc-hidden{display:none}.nbc-h-0{height:0px}.nbc-h-10{height:40px}.nbc-h-12{height:48px}.nbc-h-16{height:64px}.nbc-h-2{height:8px}.nbc-h-24{height:96px}.nbc-h-3{height:12px}.nbc-h-4{height:16px}.nbc-h-5{height:20px}.nbc-h-6{height:24px}.nbc-h-7{height:28px}.nbc-h-8{height:32px}.nbc-h-auto{height:auto}.nbc-h-full{height:100%}.nbc-min-h-0{min-height:0px}.nbc-min-h-\\[220px\\]{min-height:220px}.nbc-w-0{width:0px}.nbc-w-10{width:40px}.nbc-w-12{width:48px}.nbc-w-16{width:64px}.nbc-w-2{width:8px}.nbc-w-3{width:12px}.nbc-w-4{width:16px}.nbc-w-5{width:20px}.nbc-w-6{width:24px}.nbc-w-7{width:28px}.nbc-w-8{width:32px}.nbc-w-auto{width:auto}.nbc-w-full{width:100%}.nbc-max-w-20{max-width:80px}.nbc-max-w-\\[90\\%\\]{max-width:90%}.nbc-max-w-xs{max-width:20rem}.nbc-flex-1{flex:1 1 0%}.nbc-flex-shrink-0{flex-shrink:0}.-nbc-translate-y-4{--tw-translate-y: -16px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.nbc--translate-y-1\\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.nbc-translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.nbc-translate-y-2{--tw-translate-y: 8px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.nbc-translate-y-3{--tw-translate-y: 12px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.nbc-translate-y-4{--tw-translate-y: 16px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.nbc-translate-y-\\[-10px\\]{--tw-translate-y: -10px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.nbc-rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.nbc-scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.nbc-scale-90{--tw-scale-x: .9;--tw-scale-y: .9;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.nbc-scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.nbc-scale-\\[1\\.13\\]{--tw-scale-x: 1.13;--tw-scale-y: 1.13;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.nbc-transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes nbc-bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.nbc-animate-bounce{animation:nbc-bounce 1s infinite}@keyframes nbc-ping{75%,to{transform:scale(2);opacity:0}}.nbc-animate-ping{animation:nbc-ping 1s cubic-bezier(0,0,.2,1) infinite}@keyframes nbc-pulse{50%{opacity:.5}}.nbc-animate-pulse{animation:nbc-pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes nbc-spin{to{transform:rotate(360deg)}}.nbc-animate-spin{animation:nbc-spin 1s linear infinite}.nbc-cursor-pointer{cursor:pointer}.nbc-flex-col{flex-direction:column}.nbc-flex-wrap{flex-wrap:wrap}.nbc-items-start{align-items:flex-start}.nbc-items-end{align-items:flex-end}.nbc-items-center{align-items:center}.nbc-justify-start{justify-content:flex-start}.nbc-justify-end{justify-content:flex-end}.nbc-justify-center{justify-content:center}.nbc-justify-between{justify-content:space-between}.nbc-gap-2{gap:8px}.nbc-space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(4px * var(--tw-space-x-reverse));margin-left:calc(4px * calc(1 - var(--tw-space-x-reverse)))}.nbc-space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(12px * var(--tw-space-x-reverse));margin-left:calc(12px * calc(1 - var(--tw-space-x-reverse)))}.nbc-space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(8px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(8px * var(--tw-space-y-reverse))}.nbc-space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(16px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(16px * var(--tw-space-y-reverse))}.nbc-overflow-hidden{overflow:hidden}.nbc-overflow-y-auto{overflow-y:auto}.nbc-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nbc-whitespace-nowrap{white-space:nowrap}.nbc-break-words{overflow-wrap:break-word}.nbc-rounded{border-radius:4px}.nbc-rounded-2xl{border-radius:16px}.nbc-rounded-full{border-radius:9999px}.nbc-rounded-lg{border-radius:8px}.nbc-rounded-none{border-radius:0}.nbc-rounded-bl-md{border-bottom-left-radius:6px}.nbc-rounded-br-md{border-bottom-right-radius:6px}.nbc-border{border-width:1px}.nbc-border-0{border-width:0px}.nbc-border-2{border-width:2px}.nbc-border-b{border-bottom-width:1px}.nbc-border-t{border-top-width:1px}.nbc-border-none{border-style:none}.nbc-border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.nbc-border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.nbc-border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.nbc-border-t-gray-600{--tw-border-opacity: 1;border-top-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.nbc-bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.nbc-bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.nbc-bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.nbc-bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.nbc-bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.nbc-bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.nbc-bg-green-400{--tw-bg-opacity: 1;background-color:rgb(74 222 128 / var(--tw-bg-opacity, 1))}.nbc-bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.nbc-bg-transparent{background-color:transparent}.nbc-bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.nbc-bg-none{background-image:none}.nbc-object-cover{-o-object-fit:cover;object-fit:cover}.nbc-p-0{padding:0}.nbc-p-1{padding:4px}.nbc-p-2{padding:8px}.nbc-p-4{padding:16px}.nbc-p-5{padding:20px}.nbc-px-2{padding-left:8px;padding-right:8px}.nbc-px-4{padding-left:16px;padding-right:16px}.nbc-py-1{padding-top:4px;padding-bottom:4px}.nbc-py-2{padding-top:8px;padding-bottom:8px}.nbc-py-3{padding-top:12px;padding-bottom:12px}.nbc-pl-12{padding-left:48px}.nbc-pr-12{padding-right:48px}.nbc-pt-4{padding-top:16px}.nbc-text-center{text-align:center}.nbc-text-right{text-align:right}.nbc-font-sans{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.nbc-text-\\[15px\\]{font-size:15px}.nbc-text-lg{font-size:18px}.nbc-text-sm{font-size:14px}.nbc-text-xs{font-size:12px}.nbc-font-bold{font-weight:700}.nbc-font-medium{font-weight:500}.nbc-italic{font-style:italic}.nbc-leading-none{line-height:1}.nbc-leading-relaxed{line-height:1.625}.nbc-text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.nbc-text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.nbc-text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.nbc-text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.nbc-text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.nbc-text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.nbc-text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.nbc-text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.nbc-text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.nbc-text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.nbc-no-underline{text-decoration-line:none}.nbc-opacity-0{opacity:0}.nbc-opacity-100{opacity:1}.nbc-opacity-50{opacity:.5}.nbc-opacity-70{opacity:.7}.nbc-opacity-75{opacity:.75}.nbc-shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.nbc-shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.nbc-shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.nbc-shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.nbc-shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.nbc-shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.nbc-outline-none{outline:2px solid transparent;outline-offset:2px}.nbc-transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.nbc-transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.nbc-transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.nbc-duration-200{transition-duration:.2s}.nbc-duration-300{transition-duration:.3s}.nbc-duration-500{transition-duration:.5s}.nbc-ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.hover\\:nbc-scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\\:nbc-scale-\\[1\\.02\\]:hover{--tw-scale-x: 1.02;--tw-scale-y: 1.02;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\\:nbc-bg-black:hover{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.hover\\:nbc-bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\\:nbc-bg-opacity-20:hover{--tw-bg-opacity: .2}.hover\\:nbc-text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.hover\\:nbc-text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.disabled\\:nbc-cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:nbc-opacity-50:disabled{opacity:.5}', fm = {
|
|
16692
|
+
}, Sd = '*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.nbc-pointer-events-none{pointer-events:none}.nbc-pointer-events-auto{pointer-events:auto}.nbc-fixed{position:fixed}.nbc-absolute{position:absolute}.nbc-relative{position:relative}.nbc-inset-0{inset:0}.nbc-inset-auto{inset:auto}.nbc-left-2{left:8px}.nbc-right-0{right:0}.nbc-right-2{right:8px}.nbc-top-0{top:0}.nbc-top-1\\/2{top:50%}.nbc-top-2{top:8px}.nbc-top-full{top:100%}.nbc-m-0{margin:0}.nbc-mx-auto{margin-left:auto;margin-right:auto}.nbc-mb-1{margin-bottom:4px}.nbc-mb-2{margin-bottom:8px}.nbc-mb-4{margin-bottom:16px}.nbc-ml-1{margin-left:4px}.nbc-ml-2{margin-left:8px}.nbc-mr-1{margin-right:4px}.nbc-mr-3{margin-right:12px}.nbc-mt-1{margin-top:4px}.nbc-line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.nbc-flex{display:flex}.nbc-hidden{display:none}.nbc-h-0{height:0px}.nbc-h-10{height:40px}.nbc-h-12{height:48px}.nbc-h-16{height:64px}.nbc-h-2{height:8px}.nbc-h-24{height:96px}.nbc-h-3{height:12px}.nbc-h-4{height:16px}.nbc-h-5{height:20px}.nbc-h-6{height:24px}.nbc-h-7{height:28px}.nbc-h-8{height:32px}.nbc-h-auto{height:auto}.nbc-h-full{height:100%}.nbc-min-h-0{min-height:0px}.nbc-min-h-\\[220px\\]{min-height:220px}.nbc-w-0{width:0px}.nbc-w-10{width:40px}.nbc-w-12{width:48px}.nbc-w-16{width:64px}.nbc-w-2{width:8px}.nbc-w-3{width:12px}.nbc-w-4{width:16px}.nbc-w-5{width:20px}.nbc-w-6{width:24px}.nbc-w-7{width:28px}.nbc-w-8{width:32px}.nbc-w-auto{width:auto}.nbc-w-full{width:100%}.nbc-max-w-20{max-width:80px}.nbc-max-w-\\[90\\%\\]{max-width:90%}.nbc-max-w-xs{max-width:20rem}.nbc-flex-1{flex:1 1 0%}.nbc-flex-shrink-0{flex-shrink:0}.-nbc-translate-y-4{--tw-translate-y: -16px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.nbc--translate-y-1\\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.nbc-translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.nbc-translate-y-2{--tw-translate-y: 8px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.nbc-translate-y-3{--tw-translate-y: 12px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.nbc-translate-y-4{--tw-translate-y: 16px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.nbc-translate-y-\\[-10px\\]{--tw-translate-y: -10px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.nbc-rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.nbc-scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.nbc-scale-90{--tw-scale-x: .9;--tw-scale-y: .9;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.nbc-scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.nbc-scale-\\[1\\.13\\]{--tw-scale-x: 1.13;--tw-scale-y: 1.13;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.nbc-transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes nbc-bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.nbc-animate-bounce{animation:nbc-bounce 1s infinite}@keyframes nbc-ping{75%,to{transform:scale(2);opacity:0}}.nbc-animate-ping{animation:nbc-ping 1s cubic-bezier(0,0,.2,1) infinite}@keyframes nbc-pulse{50%{opacity:.5}}.nbc-animate-pulse{animation:nbc-pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes nbc-spin{to{transform:rotate(360deg)}}.nbc-animate-spin{animation:nbc-spin 1s linear infinite}.nbc-cursor-pointer{cursor:pointer}.nbc-flex-col{flex-direction:column}.nbc-flex-wrap{flex-wrap:wrap}.nbc-items-start{align-items:flex-start}.nbc-items-end{align-items:flex-end}.nbc-items-center{align-items:center}.nbc-justify-start{justify-content:flex-start}.nbc-justify-end{justify-content:flex-end}.nbc-justify-center{justify-content:center}.nbc-justify-between{justify-content:space-between}.nbc-gap-2{gap:8px}.nbc-space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(4px * var(--tw-space-x-reverse));margin-left:calc(4px * calc(1 - var(--tw-space-x-reverse)))}.nbc-space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(12px * var(--tw-space-x-reverse));margin-left:calc(12px * calc(1 - var(--tw-space-x-reverse)))}.nbc-space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(8px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(8px * var(--tw-space-y-reverse))}.nbc-space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(16px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(16px * var(--tw-space-y-reverse))}.nbc-overflow-hidden{overflow:hidden}.nbc-overflow-y-auto{overflow-y:auto}.nbc-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nbc-whitespace-nowrap{white-space:nowrap}.nbc-break-words{overflow-wrap:break-word}.nbc-rounded{border-radius:4px}.nbc-rounded-2xl{border-radius:16px}.nbc-rounded-full{border-radius:9999px}.nbc-rounded-lg{border-radius:8px}.nbc-rounded-none{border-radius:0}.nbc-rounded-bl-md{border-bottom-left-radius:6px}.nbc-rounded-br-md{border-bottom-right-radius:6px}.nbc-border{border-width:1px}.nbc-border-0{border-width:0px}.nbc-border-2{border-width:2px}.nbc-border-b{border-bottom-width:1px}.nbc-border-t{border-top-width:1px}.nbc-border-none{border-style:none}.nbc-border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.nbc-border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.nbc-border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.nbc-border-t-gray-600{--tw-border-opacity: 1;border-top-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.nbc-bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.nbc-bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.nbc-bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.nbc-bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.nbc-bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.nbc-bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.nbc-bg-green-400{--tw-bg-opacity: 1;background-color:rgb(74 222 128 / var(--tw-bg-opacity, 1))}.nbc-bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.nbc-bg-transparent{background-color:transparent}.nbc-bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.nbc-bg-none{background-image:none}.nbc-object-cover{-o-object-fit:cover;object-fit:cover}.nbc-p-0{padding:0}.nbc-p-1{padding:4px}.nbc-p-2{padding:8px}.nbc-p-4{padding:16px}.nbc-p-5{padding:20px}.nbc-px-2{padding-left:8px;padding-right:8px}.nbc-px-4{padding-left:16px;padding-right:16px}.nbc-py-1{padding-top:4px;padding-bottom:4px}.nbc-py-2{padding-top:8px;padding-bottom:8px}.nbc-py-3{padding-top:12px;padding-bottom:12px}.nbc-pl-12{padding-left:48px}.nbc-pr-12{padding-right:48px}.nbc-pt-4{padding-top:16px}.nbc-text-center{text-align:center}.nbc-text-right{text-align:right}.nbc-font-sans{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.nbc-text-\\[15px\\]{font-size:15px}.nbc-text-lg{font-size:18px}.nbc-text-sm{font-size:14px}.nbc-text-xs{font-size:12px}.nbc-font-bold{font-weight:700}.nbc-font-medium{font-weight:500}.nbc-italic{font-style:italic}.nbc-leading-none{line-height:1}.nbc-leading-relaxed{line-height:1.625}.nbc-text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.nbc-text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.nbc-text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.nbc-text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.nbc-text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.nbc-text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.nbc-text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.nbc-text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.nbc-text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.nbc-text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.nbc-no-underline{text-decoration-line:none}.nbc-opacity-0{opacity:0}.nbc-opacity-100{opacity:1}.nbc-opacity-50{opacity:.5}.nbc-opacity-70{opacity:.7}.nbc-opacity-75{opacity:.75}.nbc-shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.nbc-shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.nbc-shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.nbc-shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.nbc-shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.nbc-shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.nbc-outline-none{outline:2px solid transparent;outline-offset:2px}.nbc-transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.nbc-transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.nbc-transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.nbc-duration-200{transition-duration:.2s}.nbc-duration-300{transition-duration:.3s}.nbc-duration-500{transition-duration:.5s}.nbc-ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.hover\\:nbc-scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\\:nbc-scale-\\[1\\.02\\]:hover{--tw-scale-x: 1.02;--tw-scale-y: 1.02;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\\:nbc-bg-black:hover{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.hover\\:nbc-bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\\:nbc-bg-opacity-20:hover{--tw-bg-opacity: .2}.hover\\:nbc-text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.hover\\:nbc-text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.disabled\\:nbc-cursor-not-allowed:disabled{cursor:not-allowed}.disabled\\:nbc-opacity-50:disabled{opacity:.5}', hm = {
|
|
16693
16693
|
// Configuración base de la empresa
|
|
16694
16694
|
apiKey: "",
|
|
16695
16695
|
// Configuración de estilos
|
|
@@ -16720,7 +16720,7 @@ También puedes pedir hablar con nuestro equipo de los sueños!`, xd = (e) => ({
|
|
|
16720
16720
|
closeButtonIcon: "default",
|
|
16721
16721
|
closeButtonText: "Cerrar",
|
|
16722
16722
|
closeButtonCustomIcon: ""
|
|
16723
|
-
},
|
|
16723
|
+
}, pm = ({
|
|
16724
16724
|
title: e,
|
|
16725
16725
|
primaryColor: t = "#3b82f6",
|
|
16726
16726
|
avatar: n
|
|
@@ -16746,7 +16746,7 @@ También puedes pedir hablar con nuestro equipo de los sueños!`, xd = (e) => ({
|
|
|
16746
16746
|
] }) }),
|
|
16747
16747
|
/* @__PURE__ */ F.jsx("h3", { className: "nbc-m-0 nbc-text-lg nbc-font-bold nbc-text-white", children: e })
|
|
16748
16748
|
] });
|
|
16749
|
-
},
|
|
16749
|
+
}, gm = ({
|
|
16750
16750
|
footerText: e,
|
|
16751
16751
|
primaryColor: t,
|
|
16752
16752
|
footerColor: n
|
|
@@ -16770,7 +16770,7 @@ También puedes pedir hablar con nuestro equipo de los sueños!`, xd = (e) => ({
|
|
|
16770
16770
|
return /* @__PURE__ */ F.jsx("div", { id: "notchatbot-embed-chat-footer", className: "nbc-py-3 nbc-px-4 nbc-bg-gray-50 nbc-text-xs nbc-text-gray-600 nbc-text-center nbc-leading-relaxed nbc-italic", style: {
|
|
16771
16771
|
backgroundColor: n
|
|
16772
16772
|
}, children: r(e) });
|
|
16773
|
-
},
|
|
16773
|
+
}, mm = ({
|
|
16774
16774
|
config: e,
|
|
16775
16775
|
messages: t,
|
|
16776
16776
|
onSendMessage: n,
|
|
@@ -16789,7 +16789,7 @@ También puedes pedir hablar con nuestro equipo de los sueños!`, xd = (e) => ({
|
|
|
16789
16789
|
display: "flex",
|
|
16790
16790
|
flexDirection: "column",
|
|
16791
16791
|
backgroundColor: e.chatTransparent ? "transparent" : e.chatBackground || "#ffffff",
|
|
16792
|
-
borderRadius: a(e.borderRadius, "
|
|
16792
|
+
borderRadius: a(e.borderRadius, "0px"),
|
|
16793
16793
|
border: e.border || "1px solid #e5e7eb",
|
|
16794
16794
|
boxShadow: e.boxShadow || "0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)",
|
|
16795
16795
|
overflow: "hidden",
|
|
@@ -16797,7 +16797,7 @@ También puedes pedir hablar con nuestro equipo de los sueños!`, xd = (e) => ({
|
|
|
16797
16797
|
};
|
|
16798
16798
|
return /* @__PURE__ */ F.jsxs("div", { id: "notchatbot-embed-chat", className: "nbc-font-sans", style: l, children: [
|
|
16799
16799
|
e.showHeader !== !1 && /* @__PURE__ */ F.jsx(
|
|
16800
|
-
|
|
16800
|
+
pm,
|
|
16801
16801
|
{
|
|
16802
16802
|
title: e.title || "Chat",
|
|
16803
16803
|
primaryColor: e.primaryColor,
|
|
@@ -16814,8 +16814,8 @@ También puedes pedir hablar con nuestro equipo de los sueños!`, xd = (e) => ({
|
|
|
16814
16814
|
overflow: "hidden"
|
|
16815
16815
|
},
|
|
16816
16816
|
children: [
|
|
16817
|
-
r ? /* @__PURE__ */ F.jsx("div", { className: "nbc-flex-1 nbc-p-4", children: /* @__PURE__ */ F.jsx(
|
|
16818
|
-
|
|
16817
|
+
r ? /* @__PURE__ */ F.jsx("div", { className: "nbc-flex-1 nbc-p-4", children: /* @__PURE__ */ F.jsx(ld, {}) }) : /* @__PURE__ */ F.jsx(
|
|
16818
|
+
id,
|
|
16819
16819
|
{
|
|
16820
16820
|
messages: t,
|
|
16821
16821
|
isTyping: o || !1,
|
|
@@ -16834,7 +16834,7 @@ También puedes pedir hablar con nuestro equipo de los sueños!`, xd = (e) => ({
|
|
|
16834
16834
|
backgroundColor: (d = e.input) == null ? void 0 : d.backgroundColor
|
|
16835
16835
|
},
|
|
16836
16836
|
children: /* @__PURE__ */ F.jsx(
|
|
16837
|
-
|
|
16837
|
+
sd,
|
|
16838
16838
|
{
|
|
16839
16839
|
onSendMessage: n,
|
|
16840
16840
|
placeholder: e.placeholder || "Escribe un mensaje...",
|
|
@@ -16850,7 +16850,7 @@ También puedes pedir hablar con nuestro equipo de los sueños!`, xd = (e) => ({
|
|
|
16850
16850
|
}
|
|
16851
16851
|
),
|
|
16852
16852
|
e.showFooter !== !1 && e.footerText && /* @__PURE__ */ F.jsx(
|
|
16853
|
-
|
|
16853
|
+
gm,
|
|
16854
16854
|
{
|
|
16855
16855
|
footerText: e.footerText,
|
|
16856
16856
|
primaryColor: e.primaryColor,
|
|
@@ -16858,7 +16858,7 @@ También puedes pedir hablar con nuestro equipo de los sueños!`, xd = (e) => ({
|
|
|
16858
16858
|
}
|
|
16859
16859
|
)
|
|
16860
16860
|
] });
|
|
16861
|
-
},
|
|
16861
|
+
}, vm = ({ config: e }) => {
|
|
16862
16862
|
if (!e.apiKey)
|
|
16863
16863
|
return null;
|
|
16864
16864
|
const [t, n] = Z.useState(""), [r, o] = Z.useState(!1), [i, a] = Z.useState(""), [, l] = Z.useState(null), d = Z.useRef(null), [, m] = Z.useState(!1), [b, R] = Z.useState(!0), [y, E] = Z.useState([
|
|
@@ -16868,13 +16868,13 @@ También puedes pedir hablar con nuestro equipo de los sueños!`, xd = (e) => ({
|
|
|
16868
16868
|
sender: "bot",
|
|
16869
16869
|
timestamp: (/* @__PURE__ */ new Date()).toISOString(),
|
|
16870
16870
|
type: "text"
|
|
16871
|
-
} :
|
|
16871
|
+
} : bd(e.title)
|
|
16872
16872
|
]), u = Z.useCallback((p) => {
|
|
16873
16873
|
E((g) => [...g, p]);
|
|
16874
16874
|
}, []);
|
|
16875
16875
|
Z.useEffect(() => {
|
|
16876
16876
|
Ie(void 0, null, function* () {
|
|
16877
|
-
const g = yield
|
|
16877
|
+
const g = yield gd();
|
|
16878
16878
|
a(g);
|
|
16879
16879
|
});
|
|
16880
16880
|
}, []);
|
|
@@ -16914,13 +16914,13 @@ También puedes pedir hablar con nuestro equipo de los sueños!`, xd = (e) => ({
|
|
|
16914
16914
|
}
|
|
16915
16915
|
o(!0);
|
|
16916
16916
|
try {
|
|
16917
|
-
const s =
|
|
16917
|
+
const s = yd(
|
|
16918
16918
|
S,
|
|
16919
16919
|
f,
|
|
16920
16920
|
c,
|
|
16921
16921
|
{ apiKey: e.apiKey || "" },
|
|
16922
16922
|
i
|
|
16923
|
-
), w = yield
|
|
16923
|
+
), w = yield wd(s);
|
|
16924
16924
|
if (w) {
|
|
16925
16925
|
if (w.response.tokenDetails && !d.current) {
|
|
16926
16926
|
const k = yield Mo(
|
|
@@ -16932,7 +16932,7 @@ También puedes pedir hablar con nuestro equipo de los sueños!`, xd = (e) => ({
|
|
|
16932
16932
|
);
|
|
16933
16933
|
l(k), d.current = k.client, m(!0);
|
|
16934
16934
|
}
|
|
16935
|
-
const v =
|
|
16935
|
+
const v = xd(w.response.message);
|
|
16936
16936
|
v && u(v);
|
|
16937
16937
|
} else {
|
|
16938
16938
|
setTimeout(() => {
|
|
@@ -16951,9 +16951,9 @@ También puedes pedir hablar con nuestro equipo de los sueños!`, xd = (e) => ({
|
|
|
16951
16951
|
}
|
|
16952
16952
|
}), [t, i, e.apiKey, u, C, y]);
|
|
16953
16953
|
return Z.useEffect(() => () => {
|
|
16954
|
-
d.current &&
|
|
16954
|
+
d.current && vd(d.current);
|
|
16955
16955
|
}, []), /* @__PURE__ */ F.jsx(
|
|
16956
|
-
|
|
16956
|
+
mm,
|
|
16957
16957
|
{
|
|
16958
16958
|
config: e,
|
|
16959
16959
|
messages: y,
|
|
@@ -16967,7 +16967,7 @@ También puedes pedir hablar con nuestro equipo de los sueños!`, xd = (e) => ({
|
|
|
16967
16967
|
let En = null;
|
|
16968
16968
|
const Er = {}, No = {};
|
|
16969
16969
|
let et = null, Te = null, ns = !1, Wr = {};
|
|
16970
|
-
const rs = {},
|
|
16970
|
+
const rs = {}, Cd = (e) => {
|
|
16971
16971
|
try {
|
|
16972
16972
|
if (!e.elementId)
|
|
16973
16973
|
return console.error("EmbedChat: elementId is required"), null;
|
|
@@ -16977,14 +16977,14 @@ const rs = {}, Sd = (e) => {
|
|
|
16977
16977
|
let n;
|
|
16978
16978
|
t.shadowRoot ? (n = t.shadowRoot, n.innerHTML = "") : n = t.attachShadow({ mode: "open" });
|
|
16979
16979
|
const r = document.createElement("style");
|
|
16980
|
-
if (r.textContent =
|
|
16980
|
+
if (r.textContent = Sd, n.appendChild(r), e.customCSS) {
|
|
16981
16981
|
const a = document.createElement("style");
|
|
16982
16982
|
a.setAttribute("data-custom", "true"), a.textContent = e.customCSS, n.appendChild(a);
|
|
16983
16983
|
}
|
|
16984
16984
|
const o = document.createElement("div");
|
|
16985
16985
|
n.appendChild(o);
|
|
16986
16986
|
const i = qs(o);
|
|
16987
|
-
return i.render(ia.createElement(
|
|
16987
|
+
return i.render(ia.createElement(vm, { config: e })), No[e.elementId] = {
|
|
16988
16988
|
destroy: () => {
|
|
16989
16989
|
i.unmount(), n.innerHTML = "", delete No[e.elementId], rs[e.elementId] = e;
|
|
16990
16990
|
}
|
|
@@ -17002,16 +17002,16 @@ function Ot() {
|
|
|
17002
17002
|
const t = n, { elementId: o } = t, i = Pi(t, ["elementId"]);
|
|
17003
17003
|
"elementId" in i && delete i.elementId;
|
|
17004
17004
|
const a = Object.assign({ elementId: r }, i);
|
|
17005
|
-
e =
|
|
17005
|
+
e = kd(a), ns && e && e.setIsOpen && e.setIsOpen(!0);
|
|
17006
17006
|
const l = new CustomEvent("WebChatReady");
|
|
17007
17007
|
document.dispatchEvent(l);
|
|
17008
17008
|
}
|
|
17009
17009
|
return e;
|
|
17010
17010
|
}
|
|
17011
|
-
const
|
|
17011
|
+
const kd = (e) => {
|
|
17012
17012
|
try {
|
|
17013
17013
|
let t = function(u) {
|
|
17014
|
-
return ia.createElement(
|
|
17014
|
+
return ia.createElement(dm, De(ie({}, u), {
|
|
17015
17015
|
exposeControl: (C) => {
|
|
17016
17016
|
l = C.setIsOpen, d = C.updateConfig, m = C.setPosition, b = C.hide, R = C.show, y = C.getIsOpen;
|
|
17017
17017
|
}
|
|
@@ -17020,14 +17020,14 @@ const Cd = (e) => {
|
|
|
17020
17020
|
En && (En.destroy(), En = null);
|
|
17021
17021
|
const n = ie(ie({
|
|
17022
17022
|
elementId: "webchat-notchatbot"
|
|
17023
|
-
},
|
|
17023
|
+
}, hm), e);
|
|
17024
17024
|
Te = n;
|
|
17025
17025
|
let r = document.getElementById(n.elementId);
|
|
17026
17026
|
r || (r = document.createElement("div"), r.id = n.elementId, document.body.appendChild(r));
|
|
17027
17027
|
let o;
|
|
17028
17028
|
r.shadowRoot ? (o = r.shadowRoot, o.innerHTML = "") : o = r.attachShadow({ mode: "open" }), et = o;
|
|
17029
17029
|
const i = document.createElement("style");
|
|
17030
|
-
i.textContent =
|
|
17030
|
+
i.textContent = Sd, o.appendChild(i);
|
|
17031
17031
|
const a = document.createElement("div");
|
|
17032
17032
|
o.appendChild(a);
|
|
17033
17033
|
let l = null, d = null, m = null, b = null, R = null, y = null;
|
|
@@ -17037,7 +17037,7 @@ const Cd = (e) => {
|
|
|
17037
17037
|
destroy: () => {
|
|
17038
17038
|
E.unmount(), En = null, et && (et.innerHTML = ""), delete Er[n.elementId];
|
|
17039
17039
|
},
|
|
17040
|
-
getConversationId: () =>
|
|
17040
|
+
getConversationId: () => pd(),
|
|
17041
17041
|
setIsOpen: (u) => {
|
|
17042
17042
|
ns = u, l && l(u);
|
|
17043
17043
|
},
|
|
@@ -17064,12 +17064,12 @@ const Cd = (e) => {
|
|
|
17064
17064
|
} catch (t) {
|
|
17065
17065
|
return console.error("WebChat: Failed to initialize", t), null;
|
|
17066
17066
|
}
|
|
17067
|
-
},
|
|
17067
|
+
}, ym = {
|
|
17068
|
+
initialize: kd
|
|
17069
|
+
}, wm = {
|
|
17068
17070
|
initialize: Cd
|
|
17069
|
-
}, vm = {
|
|
17070
|
-
initialize: Sd
|
|
17071
17071
|
};
|
|
17072
|
-
typeof window != "undefined" && (window.WebChat =
|
|
17072
|
+
typeof window != "undefined" && (window.WebChat = ym, window.EmbedChat = wm, window.openWebChat = () => {
|
|
17073
17073
|
const e = Ot();
|
|
17074
17074
|
e && e.setIsOpen(!0);
|
|
17075
17075
|
}, window.closeWebChat = () => {
|
|
@@ -17116,7 +17116,7 @@ typeof window != "undefined" && (window.WebChat = mm, window.EmbedChat = vm, win
|
|
|
17116
17116
|
t && t.destroy();
|
|
17117
17117
|
}, window.mountEmbedChat = (e) => {
|
|
17118
17118
|
const t = rs[e];
|
|
17119
|
-
t ?
|
|
17119
|
+
t ? Cd(t) : console.warn(`No config found for EmbedChat with elementId: ${e}`);
|
|
17120
17120
|
}, window.addEventListener("openWebChatbot", () => window.openWebChat()), window.addEventListener("closeWebChatbot", () => window.closeWebChat()), window.addEventListener("toggleWebChatbot", () => window.toggleWebChat()), window.addEventListener("addCustomPadding", (e) => {
|
|
17121
17121
|
if (e && e.detail) {
|
|
17122
17122
|
let t = {};
|
|
@@ -17136,16 +17136,31 @@ typeof window != "undefined" && (window.WebChat = mm, window.EmbedChat = vm, win
|
|
|
17136
17136
|
const e = new CustomEvent("EmbedChatReady");
|
|
17137
17137
|
document.dispatchEvent(e);
|
|
17138
17138
|
}, 0));
|
|
17139
|
-
const
|
|
17139
|
+
const xm = () => {
|
|
17140
17140
|
const e = new CustomEvent("WebChatReady");
|
|
17141
17141
|
document.dispatchEvent(e);
|
|
17142
|
-
},
|
|
17142
|
+
}, Ed = () => {
|
|
17143
17143
|
const e = new CustomEvent("EmbedChatReady");
|
|
17144
17144
|
document.dispatchEvent(e);
|
|
17145
|
-
},
|
|
17146
|
-
|
|
17145
|
+
}, Nu = () => {
|
|
17146
|
+
xm(), Ed();
|
|
17147
|
+
}, fl = () => {
|
|
17148
|
+
Ed();
|
|
17147
17149
|
};
|
|
17148
|
-
document.readyState === "loading" ? document.addEventListener("DOMContentLoaded",
|
|
17150
|
+
document.readyState === "loading" ? document.addEventListener("DOMContentLoaded", Nu) : setTimeout(Nu, 0);
|
|
17151
|
+
(function(e) {
|
|
17152
|
+
const t = e.pushState, n = e.replaceState;
|
|
17153
|
+
e.pushState = function(...r) {
|
|
17154
|
+
const o = t.apply(e, r);
|
|
17155
|
+
return window.dispatchEvent(new Event("routechange")), window.dispatchEvent(new Event("WebChatReady")), o;
|
|
17156
|
+
}, e.replaceState = function(...r) {
|
|
17157
|
+
const o = n.apply(e, r);
|
|
17158
|
+
return window.dispatchEvent(new Event("routechange")), window.dispatchEvent(new Event("WebChatReady")), o;
|
|
17159
|
+
};
|
|
17160
|
+
})(window.history);
|
|
17161
|
+
window.addEventListener("popstate", fl);
|
|
17162
|
+
window.addEventListener("hashchange", fl);
|
|
17163
|
+
window.addEventListener("routechange", fl);
|
|
17149
17164
|
function Rr(e, t) {
|
|
17150
17165
|
if (!t) return e;
|
|
17151
17166
|
const n = ie({}, e);
|
|
@@ -17158,6 +17173,6 @@ function os(e) {
|
|
|
17158
17173
|
return ie({ elementId: t }, r);
|
|
17159
17174
|
}
|
|
17160
17175
|
export {
|
|
17161
|
-
|
|
17162
|
-
|
|
17176
|
+
wm as EmbedChatAPI,
|
|
17177
|
+
ym as WebChat
|
|
17163
17178
|
};
|