@dproano_npm/website-topbar 0.1.0
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/LICENSE +201 -0
- package/dist/website-topbar.css +1 -0
- package/dist/website-topbar.js +2135 -0
- package/package.json +22 -0
|
@@ -0,0 +1,2135 @@
|
|
|
1
|
+
var gr = { exports: {} }, Qe = {}, br = { exports: {} }, m = {};
|
|
2
|
+
var yt;
|
|
3
|
+
function $t() {
|
|
4
|
+
if (yt) return m;
|
|
5
|
+
yt = 1;
|
|
6
|
+
var G = /* @__PURE__ */ Symbol.for("react.element"), v = /* @__PURE__ */ Symbol.for("react.portal"), ve = /* @__PURE__ */ Symbol.for("react.fragment"), Y = /* @__PURE__ */ Symbol.for("react.strict_mode"), oe = /* @__PURE__ */ Symbol.for("react.profiler"), J = /* @__PURE__ */ Symbol.for("react.provider"), te = /* @__PURE__ */ Symbol.for("react.context"), $ = /* @__PURE__ */ Symbol.for("react.forward_ref"), C = /* @__PURE__ */ Symbol.for("react.suspense"), ne = /* @__PURE__ */ Symbol.for("react.memo"), M = /* @__PURE__ */ Symbol.for("react.lazy"), B = Symbol.iterator;
|
|
7
|
+
function ae(n) {
|
|
8
|
+
return n === null || typeof n != "object" ? null : (n = B && n[B] || n["@@iterator"], typeof n == "function" ? n : null);
|
|
9
|
+
}
|
|
10
|
+
var Q = { isMounted: function() {
|
|
11
|
+
return !1;
|
|
12
|
+
}, enqueueForceUpdate: function() {
|
|
13
|
+
}, enqueueReplaceState: function() {
|
|
14
|
+
}, enqueueSetState: function() {
|
|
15
|
+
} }, le = Object.assign, De = {};
|
|
16
|
+
function ie(n, u, g) {
|
|
17
|
+
this.props = n, this.context = u, this.refs = De, this.updater = g || Q;
|
|
18
|
+
}
|
|
19
|
+
ie.prototype.isReactComponent = {}, ie.prototype.setState = function(n, u) {
|
|
20
|
+
if (typeof n != "object" && typeof n != "function" && n != null) throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");
|
|
21
|
+
this.updater.enqueueSetState(this, n, u, "setState");
|
|
22
|
+
}, ie.prototype.forceUpdate = function(n) {
|
|
23
|
+
this.updater.enqueueForceUpdate(this, n, "forceUpdate");
|
|
24
|
+
};
|
|
25
|
+
function ue() {
|
|
26
|
+
}
|
|
27
|
+
ue.prototype = ie.prototype;
|
|
28
|
+
function N(n, u, g) {
|
|
29
|
+
this.props = n, this.context = u, this.refs = De, this.updater = g || Q;
|
|
30
|
+
}
|
|
31
|
+
var ge = N.prototype = new ue();
|
|
32
|
+
ge.constructor = N, le(ge, ie.prototype), ge.isPureReactComponent = !0;
|
|
33
|
+
var se = Array.isArray, W = Object.prototype.hasOwnProperty, X = { current: null }, fe = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
34
|
+
function ye(n, u, g) {
|
|
35
|
+
var _, R = {}, j = null, T = null;
|
|
36
|
+
if (u != null) for (_ in u.ref !== void 0 && (T = u.ref), u.key !== void 0 && (j = "" + u.key), u) W.call(u, _) && !fe.hasOwnProperty(_) && (R[_] = u[_]);
|
|
37
|
+
var O = arguments.length - 2;
|
|
38
|
+
if (O === 1) R.children = g;
|
|
39
|
+
else if (1 < O) {
|
|
40
|
+
for (var k = Array(O), V = 0; V < O; V++) k[V] = arguments[V + 2];
|
|
41
|
+
R.children = k;
|
|
42
|
+
}
|
|
43
|
+
if (n && n.defaultProps) for (_ in O = n.defaultProps, O) R[_] === void 0 && (R[_] = O[_]);
|
|
44
|
+
return { $$typeof: G, type: n, key: j, ref: T, props: R, _owner: X.current };
|
|
45
|
+
}
|
|
46
|
+
function we(n, u) {
|
|
47
|
+
return { $$typeof: G, type: n.type, key: u, ref: n.ref, props: n.props, _owner: n._owner };
|
|
48
|
+
}
|
|
49
|
+
function Ce(n) {
|
|
50
|
+
return typeof n == "object" && n !== null && n.$$typeof === G;
|
|
51
|
+
}
|
|
52
|
+
function $e(n) {
|
|
53
|
+
var u = { "=": "=0", ":": "=2" };
|
|
54
|
+
return "$" + n.replace(/[=:]/g, function(g) {
|
|
55
|
+
return u[g];
|
|
56
|
+
});
|
|
57
|
+
}
|
|
58
|
+
var ke = /\/+/g;
|
|
59
|
+
function Z(n, u) {
|
|
60
|
+
return typeof n == "object" && n !== null && n.key != null ? $e("" + n.key) : u.toString(36);
|
|
61
|
+
}
|
|
62
|
+
function ee(n, u, g, _, R) {
|
|
63
|
+
var j = typeof n;
|
|
64
|
+
(j === "undefined" || j === "boolean") && (n = null);
|
|
65
|
+
var T = !1;
|
|
66
|
+
if (n === null) T = !0;
|
|
67
|
+
else switch (j) {
|
|
68
|
+
case "string":
|
|
69
|
+
case "number":
|
|
70
|
+
T = !0;
|
|
71
|
+
break;
|
|
72
|
+
case "object":
|
|
73
|
+
switch (n.$$typeof) {
|
|
74
|
+
case G:
|
|
75
|
+
case v:
|
|
76
|
+
T = !0;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
if (T) return T = n, R = R(T), n = _ === "" ? "." + Z(T, 0) : _, se(R) ? (g = "", n != null && (g = n.replace(ke, "$&/") + "/"), ee(R, u, g, "", function(V) {
|
|
80
|
+
return V;
|
|
81
|
+
})) : R != null && (Ce(R) && (R = we(R, g + (!R.key || T && T.key === R.key ? "" : ("" + R.key).replace(ke, "$&/") + "/") + n)), u.push(R)), 1;
|
|
82
|
+
if (T = 0, _ = _ === "" ? "." : _ + ":", se(n)) for (var O = 0; O < n.length; O++) {
|
|
83
|
+
j = n[O];
|
|
84
|
+
var k = _ + Z(j, O);
|
|
85
|
+
T += ee(j, u, g, k, R);
|
|
86
|
+
}
|
|
87
|
+
else if (k = ae(n), typeof k == "function") for (n = k.call(n), O = 0; !(j = n.next()).done; ) j = j.value, k = _ + Z(j, O++), T += ee(j, u, g, k, R);
|
|
88
|
+
else if (j === "object") throw u = String(n), Error("Objects are not valid as a React child (found: " + (u === "[object Object]" ? "object with keys {" + Object.keys(n).join(", ") + "}" : u) + "). If you meant to render a collection of children, use an array instead.");
|
|
89
|
+
return T;
|
|
90
|
+
}
|
|
91
|
+
function z(n, u, g) {
|
|
92
|
+
if (n == null) return n;
|
|
93
|
+
var _ = [], R = 0;
|
|
94
|
+
return ee(n, _, "", "", function(j) {
|
|
95
|
+
return u.call(g, j, R++);
|
|
96
|
+
}), _;
|
|
97
|
+
}
|
|
98
|
+
function ce(n) {
|
|
99
|
+
if (n._status === -1) {
|
|
100
|
+
var u = n._result;
|
|
101
|
+
u = u(), u.then(function(g) {
|
|
102
|
+
(n._status === 0 || n._status === -1) && (n._status = 1, n._result = g);
|
|
103
|
+
}, function(g) {
|
|
104
|
+
(n._status === 0 || n._status === -1) && (n._status = 2, n._result = g);
|
|
105
|
+
}), n._status === -1 && (n._status = 0, n._result = u);
|
|
106
|
+
}
|
|
107
|
+
if (n._status === 1) return n._result.default;
|
|
108
|
+
throw n._result;
|
|
109
|
+
}
|
|
110
|
+
var d = { current: null }, de = { transition: null }, Se = { ReactCurrentDispatcher: d, ReactCurrentBatchConfig: de, ReactCurrentOwner: X };
|
|
111
|
+
function he() {
|
|
112
|
+
throw Error("act(...) is not supported in production builds of React.");
|
|
113
|
+
}
|
|
114
|
+
return m.Children = { map: z, forEach: function(n, u, g) {
|
|
115
|
+
z(n, function() {
|
|
116
|
+
u.apply(this, arguments);
|
|
117
|
+
}, g);
|
|
118
|
+
}, count: function(n) {
|
|
119
|
+
var u = 0;
|
|
120
|
+
return z(n, function() {
|
|
121
|
+
u++;
|
|
122
|
+
}), u;
|
|
123
|
+
}, toArray: function(n) {
|
|
124
|
+
return z(n, function(u) {
|
|
125
|
+
return u;
|
|
126
|
+
}) || [];
|
|
127
|
+
}, only: function(n) {
|
|
128
|
+
if (!Ce(n)) throw Error("React.Children.only expected to receive a single React element child.");
|
|
129
|
+
return n;
|
|
130
|
+
} }, m.Component = ie, m.Fragment = ve, m.Profiler = oe, m.PureComponent = N, m.StrictMode = Y, m.Suspense = C, m.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = Se, m.act = he, m.cloneElement = function(n, u, g) {
|
|
131
|
+
if (n == null) throw Error("React.cloneElement(...): The argument must be a React element, but you passed " + n + ".");
|
|
132
|
+
var _ = le({}, n.props), R = n.key, j = n.ref, T = n._owner;
|
|
133
|
+
if (u != null) {
|
|
134
|
+
if (u.ref !== void 0 && (j = u.ref, T = X.current), u.key !== void 0 && (R = "" + u.key), n.type && n.type.defaultProps) var O = n.type.defaultProps;
|
|
135
|
+
for (k in u) W.call(u, k) && !fe.hasOwnProperty(k) && (_[k] = u[k] === void 0 && O !== void 0 ? O[k] : u[k]);
|
|
136
|
+
}
|
|
137
|
+
var k = arguments.length - 2;
|
|
138
|
+
if (k === 1) _.children = g;
|
|
139
|
+
else if (1 < k) {
|
|
140
|
+
O = Array(k);
|
|
141
|
+
for (var V = 0; V < k; V++) O[V] = arguments[V + 2];
|
|
142
|
+
_.children = O;
|
|
143
|
+
}
|
|
144
|
+
return { $$typeof: G, type: n.type, key: R, ref: j, props: _, _owner: T };
|
|
145
|
+
}, m.createContext = function(n) {
|
|
146
|
+
return n = { $$typeof: te, _currentValue: n, _currentValue2: n, _threadCount: 0, Provider: null, Consumer: null, _defaultValue: null, _globalName: null }, n.Provider = { $$typeof: J, _context: n }, n.Consumer = n;
|
|
147
|
+
}, m.createElement = ye, m.createFactory = function(n) {
|
|
148
|
+
var u = ye.bind(null, n);
|
|
149
|
+
return u.type = n, u;
|
|
150
|
+
}, m.createRef = function() {
|
|
151
|
+
return { current: null };
|
|
152
|
+
}, m.forwardRef = function(n) {
|
|
153
|
+
return { $$typeof: $, render: n };
|
|
154
|
+
}, m.isValidElement = Ce, m.lazy = function(n) {
|
|
155
|
+
return { $$typeof: M, _payload: { _status: -1, _result: n }, _init: ce };
|
|
156
|
+
}, m.memo = function(n, u) {
|
|
157
|
+
return { $$typeof: ne, type: n, compare: u === void 0 ? null : u };
|
|
158
|
+
}, m.startTransition = function(n) {
|
|
159
|
+
var u = de.transition;
|
|
160
|
+
de.transition = {};
|
|
161
|
+
try {
|
|
162
|
+
n();
|
|
163
|
+
} finally {
|
|
164
|
+
de.transition = u;
|
|
165
|
+
}
|
|
166
|
+
}, m.unstable_act = he, m.useCallback = function(n, u) {
|
|
167
|
+
return d.current.useCallback(n, u);
|
|
168
|
+
}, m.useContext = function(n) {
|
|
169
|
+
return d.current.useContext(n);
|
|
170
|
+
}, m.useDebugValue = function() {
|
|
171
|
+
}, m.useDeferredValue = function(n) {
|
|
172
|
+
return d.current.useDeferredValue(n);
|
|
173
|
+
}, m.useEffect = function(n, u) {
|
|
174
|
+
return d.current.useEffect(n, u);
|
|
175
|
+
}, m.useId = function() {
|
|
176
|
+
return d.current.useId();
|
|
177
|
+
}, m.useImperativeHandle = function(n, u, g) {
|
|
178
|
+
return d.current.useImperativeHandle(n, u, g);
|
|
179
|
+
}, m.useInsertionEffect = function(n, u) {
|
|
180
|
+
return d.current.useInsertionEffect(n, u);
|
|
181
|
+
}, m.useLayoutEffect = function(n, u) {
|
|
182
|
+
return d.current.useLayoutEffect(n, u);
|
|
183
|
+
}, m.useMemo = function(n, u) {
|
|
184
|
+
return d.current.useMemo(n, u);
|
|
185
|
+
}, m.useReducer = function(n, u, g) {
|
|
186
|
+
return d.current.useReducer(n, u, g);
|
|
187
|
+
}, m.useRef = function(n) {
|
|
188
|
+
return d.current.useRef(n);
|
|
189
|
+
}, m.useState = function(n) {
|
|
190
|
+
return d.current.useState(n);
|
|
191
|
+
}, m.useSyncExternalStore = function(n, u, g) {
|
|
192
|
+
return d.current.useSyncExternalStore(n, u, g);
|
|
193
|
+
}, m.useTransition = function() {
|
|
194
|
+
return d.current.useTransition();
|
|
195
|
+
}, m.version = "18.3.1", m;
|
|
196
|
+
}
|
|
197
|
+
var er = { exports: {} };
|
|
198
|
+
er.exports;
|
|
199
|
+
var ht;
|
|
200
|
+
function Bt() {
|
|
201
|
+
return ht || (ht = 1, (function(G, v) {
|
|
202
|
+
process.env.NODE_ENV !== "production" && (function() {
|
|
203
|
+
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
|
|
204
|
+
var ve = "18.3.1", Y = /* @__PURE__ */ Symbol.for("react.element"), oe = /* @__PURE__ */ Symbol.for("react.portal"), J = /* @__PURE__ */ Symbol.for("react.fragment"), te = /* @__PURE__ */ Symbol.for("react.strict_mode"), $ = /* @__PURE__ */ Symbol.for("react.profiler"), C = /* @__PURE__ */ Symbol.for("react.provider"), ne = /* @__PURE__ */ Symbol.for("react.context"), M = /* @__PURE__ */ Symbol.for("react.forward_ref"), B = /* @__PURE__ */ Symbol.for("react.suspense"), ae = /* @__PURE__ */ Symbol.for("react.suspense_list"), Q = /* @__PURE__ */ Symbol.for("react.memo"), le = /* @__PURE__ */ Symbol.for("react.lazy"), De = /* @__PURE__ */ Symbol.for("react.offscreen"), ie = Symbol.iterator, ue = "@@iterator";
|
|
205
|
+
function N(e) {
|
|
206
|
+
if (e === null || typeof e != "object")
|
|
207
|
+
return null;
|
|
208
|
+
var r = ie && e[ie] || e[ue];
|
|
209
|
+
return typeof r == "function" ? r : null;
|
|
210
|
+
}
|
|
211
|
+
var ge = {
|
|
212
|
+
/**
|
|
213
|
+
* @internal
|
|
214
|
+
* @type {ReactComponent}
|
|
215
|
+
*/
|
|
216
|
+
current: null
|
|
217
|
+
}, se = {
|
|
218
|
+
transition: null
|
|
219
|
+
}, W = {
|
|
220
|
+
current: null,
|
|
221
|
+
// Used to reproduce behavior of `batchedUpdates` in legacy mode.
|
|
222
|
+
isBatchingLegacy: !1,
|
|
223
|
+
didScheduleLegacyUpdate: !1
|
|
224
|
+
}, X = {
|
|
225
|
+
/**
|
|
226
|
+
* @internal
|
|
227
|
+
* @type {ReactComponent}
|
|
228
|
+
*/
|
|
229
|
+
current: null
|
|
230
|
+
}, fe = {}, ye = null;
|
|
231
|
+
function we(e) {
|
|
232
|
+
ye = e;
|
|
233
|
+
}
|
|
234
|
+
fe.setExtraStackFrame = function(e) {
|
|
235
|
+
ye = e;
|
|
236
|
+
}, fe.getCurrentStack = null, fe.getStackAddendum = function() {
|
|
237
|
+
var e = "";
|
|
238
|
+
ye && (e += ye);
|
|
239
|
+
var r = fe.getCurrentStack;
|
|
240
|
+
return r && (e += r() || ""), e;
|
|
241
|
+
};
|
|
242
|
+
var Ce = !1, $e = !1, ke = !1, Z = !1, ee = !1, z = {
|
|
243
|
+
ReactCurrentDispatcher: ge,
|
|
244
|
+
ReactCurrentBatchConfig: se,
|
|
245
|
+
ReactCurrentOwner: X
|
|
246
|
+
};
|
|
247
|
+
z.ReactDebugCurrentFrame = fe, z.ReactCurrentActQueue = W;
|
|
248
|
+
function ce(e) {
|
|
249
|
+
{
|
|
250
|
+
for (var r = arguments.length, a = new Array(r > 1 ? r - 1 : 0), o = 1; o < r; o++)
|
|
251
|
+
a[o - 1] = arguments[o];
|
|
252
|
+
de("warn", e, a);
|
|
253
|
+
}
|
|
254
|
+
}
|
|
255
|
+
function d(e) {
|
|
256
|
+
{
|
|
257
|
+
for (var r = arguments.length, a = new Array(r > 1 ? r - 1 : 0), o = 1; o < r; o++)
|
|
258
|
+
a[o - 1] = arguments[o];
|
|
259
|
+
de("error", e, a);
|
|
260
|
+
}
|
|
261
|
+
}
|
|
262
|
+
function de(e, r, a) {
|
|
263
|
+
{
|
|
264
|
+
var o = z.ReactDebugCurrentFrame, s = o.getStackAddendum();
|
|
265
|
+
s !== "" && (r += "%s", a = a.concat([s]));
|
|
266
|
+
var p = a.map(function(f) {
|
|
267
|
+
return String(f);
|
|
268
|
+
});
|
|
269
|
+
p.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, p);
|
|
270
|
+
}
|
|
271
|
+
}
|
|
272
|
+
var Se = {};
|
|
273
|
+
function he(e, r) {
|
|
274
|
+
{
|
|
275
|
+
var a = e.constructor, o = a && (a.displayName || a.name) || "ReactClass", s = o + "." + r;
|
|
276
|
+
if (Se[s])
|
|
277
|
+
return;
|
|
278
|
+
d("Can't call %s on a component that is not yet mounted. This is a no-op, but it might indicate a bug in your application. Instead, assign to `this.state` directly or define a `state = {};` class property with the desired state in the %s component.", r, o), Se[s] = !0;
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
var n = {
|
|
282
|
+
/**
|
|
283
|
+
* Checks whether or not this composite component is mounted.
|
|
284
|
+
* @param {ReactClass} publicInstance The instance we want to test.
|
|
285
|
+
* @return {boolean} True if mounted, false otherwise.
|
|
286
|
+
* @protected
|
|
287
|
+
* @final
|
|
288
|
+
*/
|
|
289
|
+
isMounted: function(e) {
|
|
290
|
+
return !1;
|
|
291
|
+
},
|
|
292
|
+
/**
|
|
293
|
+
* Forces an update. This should only be invoked when it is known with
|
|
294
|
+
* certainty that we are **not** in a DOM transaction.
|
|
295
|
+
*
|
|
296
|
+
* You may want to call this when you know that some deeper aspect of the
|
|
297
|
+
* component's state has changed but `setState` was not called.
|
|
298
|
+
*
|
|
299
|
+
* This will not invoke `shouldComponentUpdate`, but it will invoke
|
|
300
|
+
* `componentWillUpdate` and `componentDidUpdate`.
|
|
301
|
+
*
|
|
302
|
+
* @param {ReactClass} publicInstance The instance that should rerender.
|
|
303
|
+
* @param {?function} callback Called after component is updated.
|
|
304
|
+
* @param {?string} callerName name of the calling function in the public API.
|
|
305
|
+
* @internal
|
|
306
|
+
*/
|
|
307
|
+
enqueueForceUpdate: function(e, r, a) {
|
|
308
|
+
he(e, "forceUpdate");
|
|
309
|
+
},
|
|
310
|
+
/**
|
|
311
|
+
* Replaces all of the state. Always use this or `setState` to mutate state.
|
|
312
|
+
* You should treat `this.state` as immutable.
|
|
313
|
+
*
|
|
314
|
+
* There is no guarantee that `this.state` will be immediately updated, so
|
|
315
|
+
* accessing `this.state` after calling this method may return the old value.
|
|
316
|
+
*
|
|
317
|
+
* @param {ReactClass} publicInstance The instance that should rerender.
|
|
318
|
+
* @param {object} completeState Next state.
|
|
319
|
+
* @param {?function} callback Called after component is updated.
|
|
320
|
+
* @param {?string} callerName name of the calling function in the public API.
|
|
321
|
+
* @internal
|
|
322
|
+
*/
|
|
323
|
+
enqueueReplaceState: function(e, r, a, o) {
|
|
324
|
+
he(e, "replaceState");
|
|
325
|
+
},
|
|
326
|
+
/**
|
|
327
|
+
* Sets a subset of the state. This only exists because _pendingState is
|
|
328
|
+
* internal. This provides a merging strategy that is not available to deep
|
|
329
|
+
* properties which is confusing. TODO: Expose pendingState or don't use it
|
|
330
|
+
* during the merge.
|
|
331
|
+
*
|
|
332
|
+
* @param {ReactClass} publicInstance The instance that should rerender.
|
|
333
|
+
* @param {object} partialState Next partial state to be merged with state.
|
|
334
|
+
* @param {?function} callback Called after component is updated.
|
|
335
|
+
* @param {?string} Name of the calling function in the public API.
|
|
336
|
+
* @internal
|
|
337
|
+
*/
|
|
338
|
+
enqueueSetState: function(e, r, a, o) {
|
|
339
|
+
he(e, "setState");
|
|
340
|
+
}
|
|
341
|
+
}, u = Object.assign, g = {};
|
|
342
|
+
Object.freeze(g);
|
|
343
|
+
function _(e, r, a) {
|
|
344
|
+
this.props = e, this.context = r, this.refs = g, this.updater = a || n;
|
|
345
|
+
}
|
|
346
|
+
_.prototype.isReactComponent = {}, _.prototype.setState = function(e, r) {
|
|
347
|
+
if (typeof e != "object" && typeof e != "function" && e != null)
|
|
348
|
+
throw new Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");
|
|
349
|
+
this.updater.enqueueSetState(this, e, r, "setState");
|
|
350
|
+
}, _.prototype.forceUpdate = function(e) {
|
|
351
|
+
this.updater.enqueueForceUpdate(this, e, "forceUpdate");
|
|
352
|
+
};
|
|
353
|
+
{
|
|
354
|
+
var R = {
|
|
355
|
+
isMounted: ["isMounted", "Instead, make sure to clean up subscriptions and pending requests in componentWillUnmount to prevent memory leaks."],
|
|
356
|
+
replaceState: ["replaceState", "Refactor your code to use setState instead (see https://github.com/facebook/react/issues/3236)."]
|
|
357
|
+
}, j = function(e, r) {
|
|
358
|
+
Object.defineProperty(_.prototype, e, {
|
|
359
|
+
get: function() {
|
|
360
|
+
ce("%s(...) is deprecated in plain JavaScript React classes. %s", r[0], r[1]);
|
|
361
|
+
}
|
|
362
|
+
});
|
|
363
|
+
};
|
|
364
|
+
for (var T in R)
|
|
365
|
+
R.hasOwnProperty(T) && j(T, R[T]);
|
|
366
|
+
}
|
|
367
|
+
function O() {
|
|
368
|
+
}
|
|
369
|
+
O.prototype = _.prototype;
|
|
370
|
+
function k(e, r, a) {
|
|
371
|
+
this.props = e, this.context = r, this.refs = g, this.updater = a || n;
|
|
372
|
+
}
|
|
373
|
+
var V = k.prototype = new O();
|
|
374
|
+
V.constructor = k, u(V, _.prototype), V.isPureReactComponent = !0;
|
|
375
|
+
function Er() {
|
|
376
|
+
var e = {
|
|
377
|
+
current: null
|
|
378
|
+
};
|
|
379
|
+
return Object.seal(e), e;
|
|
380
|
+
}
|
|
381
|
+
var rr = Array.isArray;
|
|
382
|
+
function Ie(e) {
|
|
383
|
+
return rr(e);
|
|
384
|
+
}
|
|
385
|
+
function Rr(e) {
|
|
386
|
+
{
|
|
387
|
+
var r = typeof Symbol == "function" && Symbol.toStringTag, a = r && e[Symbol.toStringTag] || e.constructor.name || "Object";
|
|
388
|
+
return a;
|
|
389
|
+
}
|
|
390
|
+
}
|
|
391
|
+
function Fe(e) {
|
|
392
|
+
try {
|
|
393
|
+
return be(e), !1;
|
|
394
|
+
} catch {
|
|
395
|
+
return !0;
|
|
396
|
+
}
|
|
397
|
+
}
|
|
398
|
+
function be(e) {
|
|
399
|
+
return "" + e;
|
|
400
|
+
}
|
|
401
|
+
function Oe(e) {
|
|
402
|
+
if (Fe(e))
|
|
403
|
+
return d("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Rr(e)), be(e);
|
|
404
|
+
}
|
|
405
|
+
function tr(e, r, a) {
|
|
406
|
+
var o = e.displayName;
|
|
407
|
+
if (o)
|
|
408
|
+
return o;
|
|
409
|
+
var s = r.displayName || r.name || "";
|
|
410
|
+
return s !== "" ? a + "(" + s + ")" : a;
|
|
411
|
+
}
|
|
412
|
+
function Te(e) {
|
|
413
|
+
return e.displayName || "Context";
|
|
414
|
+
}
|
|
415
|
+
function pe(e) {
|
|
416
|
+
if (e == null)
|
|
417
|
+
return null;
|
|
418
|
+
if (typeof e.tag == "number" && d("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
|
|
419
|
+
return e.displayName || e.name || null;
|
|
420
|
+
if (typeof e == "string")
|
|
421
|
+
return e;
|
|
422
|
+
switch (e) {
|
|
423
|
+
case J:
|
|
424
|
+
return "Fragment";
|
|
425
|
+
case oe:
|
|
426
|
+
return "Portal";
|
|
427
|
+
case $:
|
|
428
|
+
return "Profiler";
|
|
429
|
+
case te:
|
|
430
|
+
return "StrictMode";
|
|
431
|
+
case B:
|
|
432
|
+
return "Suspense";
|
|
433
|
+
case ae:
|
|
434
|
+
return "SuspenseList";
|
|
435
|
+
}
|
|
436
|
+
if (typeof e == "object")
|
|
437
|
+
switch (e.$$typeof) {
|
|
438
|
+
case ne:
|
|
439
|
+
var r = e;
|
|
440
|
+
return Te(r) + ".Consumer";
|
|
441
|
+
case C:
|
|
442
|
+
var a = e;
|
|
443
|
+
return Te(a._context) + ".Provider";
|
|
444
|
+
case M:
|
|
445
|
+
return tr(e, e.render, "ForwardRef");
|
|
446
|
+
case Q:
|
|
447
|
+
var o = e.displayName || null;
|
|
448
|
+
return o !== null ? o : pe(e.type) || "Memo";
|
|
449
|
+
case le: {
|
|
450
|
+
var s = e, p = s._payload, f = s._init;
|
|
451
|
+
try {
|
|
452
|
+
return pe(f(p));
|
|
453
|
+
} catch {
|
|
454
|
+
return null;
|
|
455
|
+
}
|
|
456
|
+
}
|
|
457
|
+
}
|
|
458
|
+
return null;
|
|
459
|
+
}
|
|
460
|
+
var Pe = Object.prototype.hasOwnProperty, Ne = {
|
|
461
|
+
key: !0,
|
|
462
|
+
ref: !0,
|
|
463
|
+
__self: !0,
|
|
464
|
+
__source: !0
|
|
465
|
+
}, nr, ar, Le;
|
|
466
|
+
Le = {};
|
|
467
|
+
function Be(e) {
|
|
468
|
+
if (Pe.call(e, "ref")) {
|
|
469
|
+
var r = Object.getOwnPropertyDescriptor(e, "ref").get;
|
|
470
|
+
if (r && r.isReactWarning)
|
|
471
|
+
return !1;
|
|
472
|
+
}
|
|
473
|
+
return e.ref !== void 0;
|
|
474
|
+
}
|
|
475
|
+
function ze(e) {
|
|
476
|
+
if (Pe.call(e, "key")) {
|
|
477
|
+
var r = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
478
|
+
if (r && r.isReactWarning)
|
|
479
|
+
return !1;
|
|
480
|
+
}
|
|
481
|
+
return e.key !== void 0;
|
|
482
|
+
}
|
|
483
|
+
function wr(e, r) {
|
|
484
|
+
var a = function() {
|
|
485
|
+
nr || (nr = !0, d("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", r));
|
|
486
|
+
};
|
|
487
|
+
a.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
488
|
+
get: a,
|
|
489
|
+
configurable: !0
|
|
490
|
+
});
|
|
491
|
+
}
|
|
492
|
+
function or(e, r) {
|
|
493
|
+
var a = function() {
|
|
494
|
+
ar || (ar = !0, d("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", r));
|
|
495
|
+
};
|
|
496
|
+
a.isReactWarning = !0, Object.defineProperty(e, "ref", {
|
|
497
|
+
get: a,
|
|
498
|
+
configurable: !0
|
|
499
|
+
});
|
|
500
|
+
}
|
|
501
|
+
function ir(e) {
|
|
502
|
+
if (typeof e.ref == "string" && X.current && e.__self && X.current.stateNode !== e.__self) {
|
|
503
|
+
var r = pe(X.current.type);
|
|
504
|
+
Le[r] || (d('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', r, e.ref), Le[r] = !0);
|
|
505
|
+
}
|
|
506
|
+
}
|
|
507
|
+
var qe = function(e, r, a, o, s, p, f) {
|
|
508
|
+
var y = {
|
|
509
|
+
// This tag allows us to uniquely identify this as a React Element
|
|
510
|
+
$$typeof: Y,
|
|
511
|
+
// Built-in properties that belong on the element
|
|
512
|
+
type: e,
|
|
513
|
+
key: r,
|
|
514
|
+
ref: a,
|
|
515
|
+
props: f,
|
|
516
|
+
// Record the component responsible for creating this element.
|
|
517
|
+
_owner: p
|
|
518
|
+
};
|
|
519
|
+
return y._store = {}, Object.defineProperty(y._store, "validated", {
|
|
520
|
+
configurable: !1,
|
|
521
|
+
enumerable: !1,
|
|
522
|
+
writable: !0,
|
|
523
|
+
value: !1
|
|
524
|
+
}), Object.defineProperty(y, "_self", {
|
|
525
|
+
configurable: !1,
|
|
526
|
+
enumerable: !1,
|
|
527
|
+
writable: !1,
|
|
528
|
+
value: o
|
|
529
|
+
}), Object.defineProperty(y, "_source", {
|
|
530
|
+
configurable: !1,
|
|
531
|
+
enumerable: !1,
|
|
532
|
+
writable: !1,
|
|
533
|
+
value: s
|
|
534
|
+
}), Object.freeze && (Object.freeze(y.props), Object.freeze(y)), y;
|
|
535
|
+
};
|
|
536
|
+
function Cr(e, r, a) {
|
|
537
|
+
var o, s = {}, p = null, f = null, y = null, E = null;
|
|
538
|
+
if (r != null) {
|
|
539
|
+
Be(r) && (f = r.ref, ir(r)), ze(r) && (Oe(r.key), p = "" + r.key), y = r.__self === void 0 ? null : r.__self, E = r.__source === void 0 ? null : r.__source;
|
|
540
|
+
for (o in r)
|
|
541
|
+
Pe.call(r, o) && !Ne.hasOwnProperty(o) && (s[o] = r[o]);
|
|
542
|
+
}
|
|
543
|
+
var P = arguments.length - 2;
|
|
544
|
+
if (P === 1)
|
|
545
|
+
s.children = a;
|
|
546
|
+
else if (P > 1) {
|
|
547
|
+
for (var x = Array(P), A = 0; A < P; A++)
|
|
548
|
+
x[A] = arguments[A + 2];
|
|
549
|
+
Object.freeze && Object.freeze(x), s.children = x;
|
|
550
|
+
}
|
|
551
|
+
if (e && e.defaultProps) {
|
|
552
|
+
var I = e.defaultProps;
|
|
553
|
+
for (o in I)
|
|
554
|
+
s[o] === void 0 && (s[o] = I[o]);
|
|
555
|
+
}
|
|
556
|
+
if (p || f) {
|
|
557
|
+
var U = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
|
|
558
|
+
p && wr(s, U), f && or(s, U);
|
|
559
|
+
}
|
|
560
|
+
return qe(e, p, f, y, E, X.current, s);
|
|
561
|
+
}
|
|
562
|
+
function kr(e, r) {
|
|
563
|
+
var a = qe(e.type, r, e.ref, e._self, e._source, e._owner, e.props);
|
|
564
|
+
return a;
|
|
565
|
+
}
|
|
566
|
+
function Sr(e, r, a) {
|
|
567
|
+
if (e == null)
|
|
568
|
+
throw new Error("React.cloneElement(...): The argument must be a React element, but you passed " + e + ".");
|
|
569
|
+
var o, s = u({}, e.props), p = e.key, f = e.ref, y = e._self, E = e._source, P = e._owner;
|
|
570
|
+
if (r != null) {
|
|
571
|
+
Be(r) && (f = r.ref, P = X.current), ze(r) && (Oe(r.key), p = "" + r.key);
|
|
572
|
+
var x;
|
|
573
|
+
e.type && e.type.defaultProps && (x = e.type.defaultProps);
|
|
574
|
+
for (o in r)
|
|
575
|
+
Pe.call(r, o) && !Ne.hasOwnProperty(o) && (r[o] === void 0 && x !== void 0 ? s[o] = x[o] : s[o] = r[o]);
|
|
576
|
+
}
|
|
577
|
+
var A = arguments.length - 2;
|
|
578
|
+
if (A === 1)
|
|
579
|
+
s.children = a;
|
|
580
|
+
else if (A > 1) {
|
|
581
|
+
for (var I = Array(A), U = 0; U < A; U++)
|
|
582
|
+
I[U] = arguments[U + 2];
|
|
583
|
+
s.children = I;
|
|
584
|
+
}
|
|
585
|
+
return qe(e.type, p, f, y, E, P, s);
|
|
586
|
+
}
|
|
587
|
+
function _e(e) {
|
|
588
|
+
return typeof e == "object" && e !== null && e.$$typeof === Y;
|
|
589
|
+
}
|
|
590
|
+
var ur = ".", Or = ":";
|
|
591
|
+
function He(e) {
|
|
592
|
+
var r = /[=:]/g, a = {
|
|
593
|
+
"=": "=0",
|
|
594
|
+
":": "=2"
|
|
595
|
+
}, o = e.replace(r, function(s) {
|
|
596
|
+
return a[s];
|
|
597
|
+
});
|
|
598
|
+
return "$" + o;
|
|
599
|
+
}
|
|
600
|
+
var Ke = !1, Ee = /\/+/g;
|
|
601
|
+
function Me(e) {
|
|
602
|
+
return e.replace(Ee, "$&/");
|
|
603
|
+
}
|
|
604
|
+
function je(e, r) {
|
|
605
|
+
return typeof e == "object" && e !== null && e.key != null ? (Oe(e.key), He("" + e.key)) : r.toString(36);
|
|
606
|
+
}
|
|
607
|
+
function xe(e, r, a, o, s) {
|
|
608
|
+
var p = typeof e;
|
|
609
|
+
(p === "undefined" || p === "boolean") && (e = null);
|
|
610
|
+
var f = !1;
|
|
611
|
+
if (e === null)
|
|
612
|
+
f = !0;
|
|
613
|
+
else
|
|
614
|
+
switch (p) {
|
|
615
|
+
case "string":
|
|
616
|
+
case "number":
|
|
617
|
+
f = !0;
|
|
618
|
+
break;
|
|
619
|
+
case "object":
|
|
620
|
+
switch (e.$$typeof) {
|
|
621
|
+
case Y:
|
|
622
|
+
case oe:
|
|
623
|
+
f = !0;
|
|
624
|
+
}
|
|
625
|
+
}
|
|
626
|
+
if (f) {
|
|
627
|
+
var y = e, E = s(y), P = o === "" ? ur + je(y, 0) : o;
|
|
628
|
+
if (Ie(E)) {
|
|
629
|
+
var x = "";
|
|
630
|
+
P != null && (x = Me(P) + "/"), xe(E, r, x, "", function(Yt) {
|
|
631
|
+
return Yt;
|
|
632
|
+
});
|
|
633
|
+
} else E != null && (_e(E) && (E.key && (!y || y.key !== E.key) && Oe(E.key), E = kr(
|
|
634
|
+
E,
|
|
635
|
+
// Keep both the (mapped) and old keys if they differ, just as
|
|
636
|
+
// traverseAllChildren used to do for objects as children
|
|
637
|
+
a + // $FlowFixMe Flow incorrectly thinks React.Portal doesn't have a key
|
|
638
|
+
(E.key && (!y || y.key !== E.key) ? (
|
|
639
|
+
// $FlowFixMe Flow incorrectly thinks existing element's key can be a number
|
|
640
|
+
// eslint-disable-next-line react-internal/safe-string-coercion
|
|
641
|
+
Me("" + E.key) + "/"
|
|
642
|
+
) : "") + P
|
|
643
|
+
)), r.push(E));
|
|
644
|
+
return 1;
|
|
645
|
+
}
|
|
646
|
+
var A, I, U = 0, H = o === "" ? ur : o + Or;
|
|
647
|
+
if (Ie(e))
|
|
648
|
+
for (var mr = 0; mr < e.length; mr++)
|
|
649
|
+
A = e[mr], I = H + je(A, mr), U += xe(A, r, a, I, s);
|
|
650
|
+
else {
|
|
651
|
+
var $r = N(e);
|
|
652
|
+
if (typeof $r == "function") {
|
|
653
|
+
var dt = e;
|
|
654
|
+
$r === dt.entries && (Ke || ce("Using Maps as children is not supported. Use an array of keyed ReactElements instead."), Ke = !0);
|
|
655
|
+
for (var Vt = $r.call(dt), pt, Ut = 0; !(pt = Vt.next()).done; )
|
|
656
|
+
A = pt.value, I = H + je(A, Ut++), U += xe(A, r, a, I, s);
|
|
657
|
+
} else if (p === "object") {
|
|
658
|
+
var vt = String(e);
|
|
659
|
+
throw new Error("Objects are not valid as a React child (found: " + (vt === "[object Object]" ? "object with keys {" + Object.keys(e).join(", ") + "}" : vt) + "). If you meant to render a collection of children, use an array instead.");
|
|
660
|
+
}
|
|
661
|
+
}
|
|
662
|
+
return U;
|
|
663
|
+
}
|
|
664
|
+
function We(e, r, a) {
|
|
665
|
+
if (e == null)
|
|
666
|
+
return e;
|
|
667
|
+
var o = [], s = 0;
|
|
668
|
+
return xe(e, o, "", "", function(p) {
|
|
669
|
+
return r.call(a, p, s++);
|
|
670
|
+
}), o;
|
|
671
|
+
}
|
|
672
|
+
function sr(e) {
|
|
673
|
+
var r = 0;
|
|
674
|
+
return We(e, function() {
|
|
675
|
+
r++;
|
|
676
|
+
}), r;
|
|
677
|
+
}
|
|
678
|
+
function Tr(e, r, a) {
|
|
679
|
+
We(e, function() {
|
|
680
|
+
r.apply(this, arguments);
|
|
681
|
+
}, a);
|
|
682
|
+
}
|
|
683
|
+
function cr(e) {
|
|
684
|
+
return We(e, function(r) {
|
|
685
|
+
return r;
|
|
686
|
+
}) || [];
|
|
687
|
+
}
|
|
688
|
+
function lr(e) {
|
|
689
|
+
if (!_e(e))
|
|
690
|
+
throw new Error("React.Children.only expected to receive a single React element child.");
|
|
691
|
+
return e;
|
|
692
|
+
}
|
|
693
|
+
function Pr(e) {
|
|
694
|
+
var r = {
|
|
695
|
+
$$typeof: ne,
|
|
696
|
+
// As a workaround to support multiple concurrent renderers, we categorize
|
|
697
|
+
// some renderers as primary and others as secondary. We only expect
|
|
698
|
+
// there to be two concurrent renderers at most: React Native (primary) and
|
|
699
|
+
// Fabric (secondary); React DOM (primary) and React ART (secondary).
|
|
700
|
+
// Secondary renderers store their context values on separate fields.
|
|
701
|
+
_currentValue: e,
|
|
702
|
+
_currentValue2: e,
|
|
703
|
+
// Used to track how many concurrent renderers this context currently
|
|
704
|
+
// supports within in a single renderer. Such as parallel server rendering.
|
|
705
|
+
_threadCount: 0,
|
|
706
|
+
// These are circular
|
|
707
|
+
Provider: null,
|
|
708
|
+
Consumer: null,
|
|
709
|
+
// Add these to use same hidden class in VM as ServerContext
|
|
710
|
+
_defaultValue: null,
|
|
711
|
+
_globalName: null
|
|
712
|
+
};
|
|
713
|
+
r.Provider = {
|
|
714
|
+
$$typeof: C,
|
|
715
|
+
_context: r
|
|
716
|
+
};
|
|
717
|
+
var a = !1, o = !1, s = !1;
|
|
718
|
+
{
|
|
719
|
+
var p = {
|
|
720
|
+
$$typeof: ne,
|
|
721
|
+
_context: r
|
|
722
|
+
};
|
|
723
|
+
Object.defineProperties(p, {
|
|
724
|
+
Provider: {
|
|
725
|
+
get: function() {
|
|
726
|
+
return o || (o = !0, d("Rendering <Context.Consumer.Provider> is not supported and will be removed in a future major release. Did you mean to render <Context.Provider> instead?")), r.Provider;
|
|
727
|
+
},
|
|
728
|
+
set: function(f) {
|
|
729
|
+
r.Provider = f;
|
|
730
|
+
}
|
|
731
|
+
},
|
|
732
|
+
_currentValue: {
|
|
733
|
+
get: function() {
|
|
734
|
+
return r._currentValue;
|
|
735
|
+
},
|
|
736
|
+
set: function(f) {
|
|
737
|
+
r._currentValue = f;
|
|
738
|
+
}
|
|
739
|
+
},
|
|
740
|
+
_currentValue2: {
|
|
741
|
+
get: function() {
|
|
742
|
+
return r._currentValue2;
|
|
743
|
+
},
|
|
744
|
+
set: function(f) {
|
|
745
|
+
r._currentValue2 = f;
|
|
746
|
+
}
|
|
747
|
+
},
|
|
748
|
+
_threadCount: {
|
|
749
|
+
get: function() {
|
|
750
|
+
return r._threadCount;
|
|
751
|
+
},
|
|
752
|
+
set: function(f) {
|
|
753
|
+
r._threadCount = f;
|
|
754
|
+
}
|
|
755
|
+
},
|
|
756
|
+
Consumer: {
|
|
757
|
+
get: function() {
|
|
758
|
+
return a || (a = !0, d("Rendering <Context.Consumer.Consumer> is not supported and will be removed in a future major release. Did you mean to render <Context.Consumer> instead?")), r.Consumer;
|
|
759
|
+
}
|
|
760
|
+
},
|
|
761
|
+
displayName: {
|
|
762
|
+
get: function() {
|
|
763
|
+
return r.displayName;
|
|
764
|
+
},
|
|
765
|
+
set: function(f) {
|
|
766
|
+
s || (ce("Setting `displayName` on Context.Consumer has no effect. You should set it directly on the context with Context.displayName = '%s'.", f), s = !0);
|
|
767
|
+
}
|
|
768
|
+
}
|
|
769
|
+
}), r.Consumer = p;
|
|
770
|
+
}
|
|
771
|
+
return r._currentRenderer = null, r._currentRenderer2 = null, r;
|
|
772
|
+
}
|
|
773
|
+
var Ae = -1, Ve = 0, Ge = 1, jr = 2;
|
|
774
|
+
function xr(e) {
|
|
775
|
+
if (e._status === Ae) {
|
|
776
|
+
var r = e._result, a = r();
|
|
777
|
+
if (a.then(function(p) {
|
|
778
|
+
if (e._status === Ve || e._status === Ae) {
|
|
779
|
+
var f = e;
|
|
780
|
+
f._status = Ge, f._result = p;
|
|
781
|
+
}
|
|
782
|
+
}, function(p) {
|
|
783
|
+
if (e._status === Ve || e._status === Ae) {
|
|
784
|
+
var f = e;
|
|
785
|
+
f._status = jr, f._result = p;
|
|
786
|
+
}
|
|
787
|
+
}), e._status === Ae) {
|
|
788
|
+
var o = e;
|
|
789
|
+
o._status = Ve, o._result = a;
|
|
790
|
+
}
|
|
791
|
+
}
|
|
792
|
+
if (e._status === Ge) {
|
|
793
|
+
var s = e._result;
|
|
794
|
+
return s === void 0 && d(`lazy: Expected the result of a dynamic import() call. Instead received: %s
|
|
795
|
+
|
|
796
|
+
Your code should look like:
|
|
797
|
+
const MyComponent = lazy(() => import('./MyComponent'))
|
|
798
|
+
|
|
799
|
+
Did you accidentally put curly braces around the import?`, s), "default" in s || d(`lazy: Expected the result of a dynamic import() call. Instead received: %s
|
|
800
|
+
|
|
801
|
+
Your code should look like:
|
|
802
|
+
const MyComponent = lazy(() => import('./MyComponent'))`, s), s.default;
|
|
803
|
+
} else
|
|
804
|
+
throw e._result;
|
|
805
|
+
}
|
|
806
|
+
function Ar(e) {
|
|
807
|
+
var r = {
|
|
808
|
+
// We use these fields to store the result.
|
|
809
|
+
_status: Ae,
|
|
810
|
+
_result: e
|
|
811
|
+
}, a = {
|
|
812
|
+
$$typeof: le,
|
|
813
|
+
_payload: r,
|
|
814
|
+
_init: xr
|
|
815
|
+
};
|
|
816
|
+
{
|
|
817
|
+
var o, s;
|
|
818
|
+
Object.defineProperties(a, {
|
|
819
|
+
defaultProps: {
|
|
820
|
+
configurable: !0,
|
|
821
|
+
get: function() {
|
|
822
|
+
return o;
|
|
823
|
+
},
|
|
824
|
+
set: function(p) {
|
|
825
|
+
d("React.lazy(...): It is not supported to assign `defaultProps` to a lazy component import. Either specify them where the component is defined, or create a wrapping component around it."), o = p, Object.defineProperty(a, "defaultProps", {
|
|
826
|
+
enumerable: !0
|
|
827
|
+
});
|
|
828
|
+
}
|
|
829
|
+
},
|
|
830
|
+
propTypes: {
|
|
831
|
+
configurable: !0,
|
|
832
|
+
get: function() {
|
|
833
|
+
return s;
|
|
834
|
+
},
|
|
835
|
+
set: function(p) {
|
|
836
|
+
d("React.lazy(...): It is not supported to assign `propTypes` to a lazy component import. Either specify them where the component is defined, or create a wrapping component around it."), s = p, Object.defineProperty(a, "propTypes", {
|
|
837
|
+
enumerable: !0
|
|
838
|
+
});
|
|
839
|
+
}
|
|
840
|
+
}
|
|
841
|
+
});
|
|
842
|
+
}
|
|
843
|
+
return a;
|
|
844
|
+
}
|
|
845
|
+
function Dr(e) {
|
|
846
|
+
e != null && e.$$typeof === Q ? d("forwardRef requires a render function but received a `memo` component. Instead of forwardRef(memo(...)), use memo(forwardRef(...)).") : typeof e != "function" ? d("forwardRef requires a render function but was given %s.", e === null ? "null" : typeof e) : e.length !== 0 && e.length !== 2 && d("forwardRef render functions accept exactly two parameters: props and ref. %s", e.length === 1 ? "Did you forget to use the ref parameter?" : "Any additional parameter will be undefined."), e != null && (e.defaultProps != null || e.propTypes != null) && d("forwardRef render functions do not support propTypes or defaultProps. Did you accidentally pass a React component?");
|
|
847
|
+
var r = {
|
|
848
|
+
$$typeof: M,
|
|
849
|
+
render: e
|
|
850
|
+
};
|
|
851
|
+
{
|
|
852
|
+
var a;
|
|
853
|
+
Object.defineProperty(r, "displayName", {
|
|
854
|
+
enumerable: !1,
|
|
855
|
+
configurable: !0,
|
|
856
|
+
get: function() {
|
|
857
|
+
return a;
|
|
858
|
+
},
|
|
859
|
+
set: function(o) {
|
|
860
|
+
a = o, !e.name && !e.displayName && (e.displayName = o);
|
|
861
|
+
}
|
|
862
|
+
});
|
|
863
|
+
}
|
|
864
|
+
return r;
|
|
865
|
+
}
|
|
866
|
+
var t;
|
|
867
|
+
t = /* @__PURE__ */ Symbol.for("react.module.reference");
|
|
868
|
+
function i(e) {
|
|
869
|
+
return !!(typeof e == "string" || typeof e == "function" || e === J || e === $ || ee || e === te || e === B || e === ae || Z || e === De || Ce || $e || ke || typeof e == "object" && e !== null && (e.$$typeof === le || e.$$typeof === Q || e.$$typeof === C || e.$$typeof === ne || e.$$typeof === M || // This needs to include all possible module reference object
|
|
870
|
+
// types supported by any Flight configuration anywhere since
|
|
871
|
+
// we don't know which Flight build this will end up being used
|
|
872
|
+
// with.
|
|
873
|
+
e.$$typeof === t || e.getModuleId !== void 0));
|
|
874
|
+
}
|
|
875
|
+
function c(e, r) {
|
|
876
|
+
i(e) || d("memo: The first argument must be a component. Instead received: %s", e === null ? "null" : typeof e);
|
|
877
|
+
var a = {
|
|
878
|
+
$$typeof: Q,
|
|
879
|
+
type: e,
|
|
880
|
+
compare: r === void 0 ? null : r
|
|
881
|
+
};
|
|
882
|
+
{
|
|
883
|
+
var o;
|
|
884
|
+
Object.defineProperty(a, "displayName", {
|
|
885
|
+
enumerable: !1,
|
|
886
|
+
configurable: !0,
|
|
887
|
+
get: function() {
|
|
888
|
+
return o;
|
|
889
|
+
},
|
|
890
|
+
set: function(s) {
|
|
891
|
+
o = s, !e.name && !e.displayName && (e.displayName = s);
|
|
892
|
+
}
|
|
893
|
+
});
|
|
894
|
+
}
|
|
895
|
+
return a;
|
|
896
|
+
}
|
|
897
|
+
function l() {
|
|
898
|
+
var e = ge.current;
|
|
899
|
+
return e === null && d(`Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
|
|
900
|
+
1. You might have mismatching versions of React and the renderer (such as React DOM)
|
|
901
|
+
2. You might be breaking the Rules of Hooks
|
|
902
|
+
3. You might have more than one copy of React in the same app
|
|
903
|
+
See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.`), e;
|
|
904
|
+
}
|
|
905
|
+
function w(e) {
|
|
906
|
+
var r = l();
|
|
907
|
+
if (e._context !== void 0) {
|
|
908
|
+
var a = e._context;
|
|
909
|
+
a.Consumer === e ? d("Calling useContext(Context.Consumer) is not supported, may cause bugs, and will be removed in a future major release. Did you mean to call useContext(Context) instead?") : a.Provider === e && d("Calling useContext(Context.Provider) is not supported. Did you mean to call useContext(Context) instead?");
|
|
910
|
+
}
|
|
911
|
+
return r.useContext(e);
|
|
912
|
+
}
|
|
913
|
+
function S(e) {
|
|
914
|
+
var r = l();
|
|
915
|
+
return r.useState(e);
|
|
916
|
+
}
|
|
917
|
+
function b(e, r, a) {
|
|
918
|
+
var o = l();
|
|
919
|
+
return o.useReducer(e, r, a);
|
|
920
|
+
}
|
|
921
|
+
function h(e) {
|
|
922
|
+
var r = l();
|
|
923
|
+
return r.useRef(e);
|
|
924
|
+
}
|
|
925
|
+
function q(e, r) {
|
|
926
|
+
var a = l();
|
|
927
|
+
return a.useEffect(e, r);
|
|
928
|
+
}
|
|
929
|
+
function D(e, r) {
|
|
930
|
+
var a = l();
|
|
931
|
+
return a.useInsertionEffect(e, r);
|
|
932
|
+
}
|
|
933
|
+
function L(e, r) {
|
|
934
|
+
var a = l();
|
|
935
|
+
return a.useLayoutEffect(e, r);
|
|
936
|
+
}
|
|
937
|
+
function re(e, r) {
|
|
938
|
+
var a = l();
|
|
939
|
+
return a.useCallback(e, r);
|
|
940
|
+
}
|
|
941
|
+
function Re(e, r) {
|
|
942
|
+
var a = l();
|
|
943
|
+
return a.useMemo(e, r);
|
|
944
|
+
}
|
|
945
|
+
function me(e, r, a) {
|
|
946
|
+
var o = l();
|
|
947
|
+
return o.useImperativeHandle(e, r, a);
|
|
948
|
+
}
|
|
949
|
+
function K(e, r) {
|
|
950
|
+
{
|
|
951
|
+
var a = l();
|
|
952
|
+
return a.useDebugValue(e, r);
|
|
953
|
+
}
|
|
954
|
+
}
|
|
955
|
+
function Je() {
|
|
956
|
+
var e = l();
|
|
957
|
+
return e.useTransition();
|
|
958
|
+
}
|
|
959
|
+
function Ir(e) {
|
|
960
|
+
var r = l();
|
|
961
|
+
return r.useDeferredValue(e);
|
|
962
|
+
}
|
|
963
|
+
function Fr() {
|
|
964
|
+
var e = l();
|
|
965
|
+
return e.useId();
|
|
966
|
+
}
|
|
967
|
+
function Et(e, r, a) {
|
|
968
|
+
var o = l();
|
|
969
|
+
return o.useSyncExternalStore(e, r, a);
|
|
970
|
+
}
|
|
971
|
+
var Xe = 0, zr, qr, Hr, Kr, Gr, Jr, Xr;
|
|
972
|
+
function Qr() {
|
|
973
|
+
}
|
|
974
|
+
Qr.__reactDisabledLog = !0;
|
|
975
|
+
function Rt() {
|
|
976
|
+
{
|
|
977
|
+
if (Xe === 0) {
|
|
978
|
+
zr = console.log, qr = console.info, Hr = console.warn, Kr = console.error, Gr = console.group, Jr = console.groupCollapsed, Xr = console.groupEnd;
|
|
979
|
+
var e = {
|
|
980
|
+
configurable: !0,
|
|
981
|
+
enumerable: !0,
|
|
982
|
+
value: Qr,
|
|
983
|
+
writable: !0
|
|
984
|
+
};
|
|
985
|
+
Object.defineProperties(console, {
|
|
986
|
+
info: e,
|
|
987
|
+
log: e,
|
|
988
|
+
warn: e,
|
|
989
|
+
error: e,
|
|
990
|
+
group: e,
|
|
991
|
+
groupCollapsed: e,
|
|
992
|
+
groupEnd: e
|
|
993
|
+
});
|
|
994
|
+
}
|
|
995
|
+
Xe++;
|
|
996
|
+
}
|
|
997
|
+
}
|
|
998
|
+
function wt() {
|
|
999
|
+
{
|
|
1000
|
+
if (Xe--, Xe === 0) {
|
|
1001
|
+
var e = {
|
|
1002
|
+
configurable: !0,
|
|
1003
|
+
enumerable: !0,
|
|
1004
|
+
writable: !0
|
|
1005
|
+
};
|
|
1006
|
+
Object.defineProperties(console, {
|
|
1007
|
+
log: u({}, e, {
|
|
1008
|
+
value: zr
|
|
1009
|
+
}),
|
|
1010
|
+
info: u({}, e, {
|
|
1011
|
+
value: qr
|
|
1012
|
+
}),
|
|
1013
|
+
warn: u({}, e, {
|
|
1014
|
+
value: Hr
|
|
1015
|
+
}),
|
|
1016
|
+
error: u({}, e, {
|
|
1017
|
+
value: Kr
|
|
1018
|
+
}),
|
|
1019
|
+
group: u({}, e, {
|
|
1020
|
+
value: Gr
|
|
1021
|
+
}),
|
|
1022
|
+
groupCollapsed: u({}, e, {
|
|
1023
|
+
value: Jr
|
|
1024
|
+
}),
|
|
1025
|
+
groupEnd: u({}, e, {
|
|
1026
|
+
value: Xr
|
|
1027
|
+
})
|
|
1028
|
+
});
|
|
1029
|
+
}
|
|
1030
|
+
Xe < 0 && d("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
1031
|
+
}
|
|
1032
|
+
}
|
|
1033
|
+
var Nr = z.ReactCurrentDispatcher, Lr;
|
|
1034
|
+
function fr(e, r, a) {
|
|
1035
|
+
{
|
|
1036
|
+
if (Lr === void 0)
|
|
1037
|
+
try {
|
|
1038
|
+
throw Error();
|
|
1039
|
+
} catch (s) {
|
|
1040
|
+
var o = s.stack.trim().match(/\n( *(at )?)/);
|
|
1041
|
+
Lr = o && o[1] || "";
|
|
1042
|
+
}
|
|
1043
|
+
return `
|
|
1044
|
+
` + Lr + e;
|
|
1045
|
+
}
|
|
1046
|
+
}
|
|
1047
|
+
var Mr = !1, dr;
|
|
1048
|
+
{
|
|
1049
|
+
var Ct = typeof WeakMap == "function" ? WeakMap : Map;
|
|
1050
|
+
dr = new Ct();
|
|
1051
|
+
}
|
|
1052
|
+
function Zr(e, r) {
|
|
1053
|
+
if (!e || Mr)
|
|
1054
|
+
return "";
|
|
1055
|
+
{
|
|
1056
|
+
var a = dr.get(e);
|
|
1057
|
+
if (a !== void 0)
|
|
1058
|
+
return a;
|
|
1059
|
+
}
|
|
1060
|
+
var o;
|
|
1061
|
+
Mr = !0;
|
|
1062
|
+
var s = Error.prepareStackTrace;
|
|
1063
|
+
Error.prepareStackTrace = void 0;
|
|
1064
|
+
var p;
|
|
1065
|
+
p = Nr.current, Nr.current = null, Rt();
|
|
1066
|
+
try {
|
|
1067
|
+
if (r) {
|
|
1068
|
+
var f = function() {
|
|
1069
|
+
throw Error();
|
|
1070
|
+
};
|
|
1071
|
+
if (Object.defineProperty(f.prototype, "props", {
|
|
1072
|
+
set: function() {
|
|
1073
|
+
throw Error();
|
|
1074
|
+
}
|
|
1075
|
+
}), typeof Reflect == "object" && Reflect.construct) {
|
|
1076
|
+
try {
|
|
1077
|
+
Reflect.construct(f, []);
|
|
1078
|
+
} catch (H) {
|
|
1079
|
+
o = H;
|
|
1080
|
+
}
|
|
1081
|
+
Reflect.construct(e, [], f);
|
|
1082
|
+
} else {
|
|
1083
|
+
try {
|
|
1084
|
+
f.call();
|
|
1085
|
+
} catch (H) {
|
|
1086
|
+
o = H;
|
|
1087
|
+
}
|
|
1088
|
+
e.call(f.prototype);
|
|
1089
|
+
}
|
|
1090
|
+
} else {
|
|
1091
|
+
try {
|
|
1092
|
+
throw Error();
|
|
1093
|
+
} catch (H) {
|
|
1094
|
+
o = H;
|
|
1095
|
+
}
|
|
1096
|
+
e();
|
|
1097
|
+
}
|
|
1098
|
+
} catch (H) {
|
|
1099
|
+
if (H && o && typeof H.stack == "string") {
|
|
1100
|
+
for (var y = H.stack.split(`
|
|
1101
|
+
`), E = o.stack.split(`
|
|
1102
|
+
`), P = y.length - 1, x = E.length - 1; P >= 1 && x >= 0 && y[P] !== E[x]; )
|
|
1103
|
+
x--;
|
|
1104
|
+
for (; P >= 1 && x >= 0; P--, x--)
|
|
1105
|
+
if (y[P] !== E[x]) {
|
|
1106
|
+
if (P !== 1 || x !== 1)
|
|
1107
|
+
do
|
|
1108
|
+
if (P--, x--, x < 0 || y[P] !== E[x]) {
|
|
1109
|
+
var A = `
|
|
1110
|
+
` + y[P].replace(" at new ", " at ");
|
|
1111
|
+
return e.displayName && A.includes("<anonymous>") && (A = A.replace("<anonymous>", e.displayName)), typeof e == "function" && dr.set(e, A), A;
|
|
1112
|
+
}
|
|
1113
|
+
while (P >= 1 && x >= 0);
|
|
1114
|
+
break;
|
|
1115
|
+
}
|
|
1116
|
+
}
|
|
1117
|
+
} finally {
|
|
1118
|
+
Mr = !1, Nr.current = p, wt(), Error.prepareStackTrace = s;
|
|
1119
|
+
}
|
|
1120
|
+
var I = e ? e.displayName || e.name : "", U = I ? fr(I) : "";
|
|
1121
|
+
return typeof e == "function" && dr.set(e, U), U;
|
|
1122
|
+
}
|
|
1123
|
+
function kt(e, r, a) {
|
|
1124
|
+
return Zr(e, !1);
|
|
1125
|
+
}
|
|
1126
|
+
function St(e) {
|
|
1127
|
+
var r = e.prototype;
|
|
1128
|
+
return !!(r && r.isReactComponent);
|
|
1129
|
+
}
|
|
1130
|
+
function pr(e, r, a) {
|
|
1131
|
+
if (e == null)
|
|
1132
|
+
return "";
|
|
1133
|
+
if (typeof e == "function")
|
|
1134
|
+
return Zr(e, St(e));
|
|
1135
|
+
if (typeof e == "string")
|
|
1136
|
+
return fr(e);
|
|
1137
|
+
switch (e) {
|
|
1138
|
+
case B:
|
|
1139
|
+
return fr("Suspense");
|
|
1140
|
+
case ae:
|
|
1141
|
+
return fr("SuspenseList");
|
|
1142
|
+
}
|
|
1143
|
+
if (typeof e == "object")
|
|
1144
|
+
switch (e.$$typeof) {
|
|
1145
|
+
case M:
|
|
1146
|
+
return kt(e.render);
|
|
1147
|
+
case Q:
|
|
1148
|
+
return pr(e.type, r, a);
|
|
1149
|
+
case le: {
|
|
1150
|
+
var o = e, s = o._payload, p = o._init;
|
|
1151
|
+
try {
|
|
1152
|
+
return pr(p(s), r, a);
|
|
1153
|
+
} catch {
|
|
1154
|
+
}
|
|
1155
|
+
}
|
|
1156
|
+
}
|
|
1157
|
+
return "";
|
|
1158
|
+
}
|
|
1159
|
+
var et = {}, rt = z.ReactDebugCurrentFrame;
|
|
1160
|
+
function vr(e) {
|
|
1161
|
+
if (e) {
|
|
1162
|
+
var r = e._owner, a = pr(e.type, e._source, r ? r.type : null);
|
|
1163
|
+
rt.setExtraStackFrame(a);
|
|
1164
|
+
} else
|
|
1165
|
+
rt.setExtraStackFrame(null);
|
|
1166
|
+
}
|
|
1167
|
+
function Ot(e, r, a, o, s) {
|
|
1168
|
+
{
|
|
1169
|
+
var p = Function.call.bind(Pe);
|
|
1170
|
+
for (var f in e)
|
|
1171
|
+
if (p(e, f)) {
|
|
1172
|
+
var y = void 0;
|
|
1173
|
+
try {
|
|
1174
|
+
if (typeof e[f] != "function") {
|
|
1175
|
+
var E = Error((o || "React class") + ": " + a + " type `" + f + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[f] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
1176
|
+
throw E.name = "Invariant Violation", E;
|
|
1177
|
+
}
|
|
1178
|
+
y = e[f](r, f, o, a, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
1179
|
+
} catch (P) {
|
|
1180
|
+
y = P;
|
|
1181
|
+
}
|
|
1182
|
+
y && !(y instanceof Error) && (vr(s), d("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", o || "React class", a, f, typeof y), vr(null)), y instanceof Error && !(y.message in et) && (et[y.message] = !0, vr(s), d("Failed %s type: %s", a, y.message), vr(null));
|
|
1183
|
+
}
|
|
1184
|
+
}
|
|
1185
|
+
}
|
|
1186
|
+
function Ue(e) {
|
|
1187
|
+
if (e) {
|
|
1188
|
+
var r = e._owner, a = pr(e.type, e._source, r ? r.type : null);
|
|
1189
|
+
we(a);
|
|
1190
|
+
} else
|
|
1191
|
+
we(null);
|
|
1192
|
+
}
|
|
1193
|
+
var Wr;
|
|
1194
|
+
Wr = !1;
|
|
1195
|
+
function tt() {
|
|
1196
|
+
if (X.current) {
|
|
1197
|
+
var e = pe(X.current.type);
|
|
1198
|
+
if (e)
|
|
1199
|
+
return `
|
|
1200
|
+
|
|
1201
|
+
Check the render method of \`` + e + "`.";
|
|
1202
|
+
}
|
|
1203
|
+
return "";
|
|
1204
|
+
}
|
|
1205
|
+
function Tt(e) {
|
|
1206
|
+
if (e !== void 0) {
|
|
1207
|
+
var r = e.fileName.replace(/^.*[\\\/]/, ""), a = e.lineNumber;
|
|
1208
|
+
return `
|
|
1209
|
+
|
|
1210
|
+
Check your code at ` + r + ":" + a + ".";
|
|
1211
|
+
}
|
|
1212
|
+
return "";
|
|
1213
|
+
}
|
|
1214
|
+
function Pt(e) {
|
|
1215
|
+
return e != null ? Tt(e.__source) : "";
|
|
1216
|
+
}
|
|
1217
|
+
var nt = {};
|
|
1218
|
+
function jt(e) {
|
|
1219
|
+
var r = tt();
|
|
1220
|
+
if (!r) {
|
|
1221
|
+
var a = typeof e == "string" ? e : e.displayName || e.name;
|
|
1222
|
+
a && (r = `
|
|
1223
|
+
|
|
1224
|
+
Check the top-level render call using <` + a + ">.");
|
|
1225
|
+
}
|
|
1226
|
+
return r;
|
|
1227
|
+
}
|
|
1228
|
+
function at(e, r) {
|
|
1229
|
+
if (!(!e._store || e._store.validated || e.key != null)) {
|
|
1230
|
+
e._store.validated = !0;
|
|
1231
|
+
var a = jt(r);
|
|
1232
|
+
if (!nt[a]) {
|
|
1233
|
+
nt[a] = !0;
|
|
1234
|
+
var o = "";
|
|
1235
|
+
e && e._owner && e._owner !== X.current && (o = " It was passed a child from " + pe(e._owner.type) + "."), Ue(e), d('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', a, o), Ue(null);
|
|
1236
|
+
}
|
|
1237
|
+
}
|
|
1238
|
+
}
|
|
1239
|
+
function ot(e, r) {
|
|
1240
|
+
if (typeof e == "object") {
|
|
1241
|
+
if (Ie(e))
|
|
1242
|
+
for (var a = 0; a < e.length; a++) {
|
|
1243
|
+
var o = e[a];
|
|
1244
|
+
_e(o) && at(o, r);
|
|
1245
|
+
}
|
|
1246
|
+
else if (_e(e))
|
|
1247
|
+
e._store && (e._store.validated = !0);
|
|
1248
|
+
else if (e) {
|
|
1249
|
+
var s = N(e);
|
|
1250
|
+
if (typeof s == "function" && s !== e.entries)
|
|
1251
|
+
for (var p = s.call(e), f; !(f = p.next()).done; )
|
|
1252
|
+
_e(f.value) && at(f.value, r);
|
|
1253
|
+
}
|
|
1254
|
+
}
|
|
1255
|
+
}
|
|
1256
|
+
function it(e) {
|
|
1257
|
+
{
|
|
1258
|
+
var r = e.type;
|
|
1259
|
+
if (r == null || typeof r == "string")
|
|
1260
|
+
return;
|
|
1261
|
+
var a;
|
|
1262
|
+
if (typeof r == "function")
|
|
1263
|
+
a = r.propTypes;
|
|
1264
|
+
else if (typeof r == "object" && (r.$$typeof === M || // Note: Memo only checks outer props here.
|
|
1265
|
+
// Inner props are checked in the reconciler.
|
|
1266
|
+
r.$$typeof === Q))
|
|
1267
|
+
a = r.propTypes;
|
|
1268
|
+
else
|
|
1269
|
+
return;
|
|
1270
|
+
if (a) {
|
|
1271
|
+
var o = pe(r);
|
|
1272
|
+
Ot(a, e.props, "prop", o, e);
|
|
1273
|
+
} else if (r.PropTypes !== void 0 && !Wr) {
|
|
1274
|
+
Wr = !0;
|
|
1275
|
+
var s = pe(r);
|
|
1276
|
+
d("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", s || "Unknown");
|
|
1277
|
+
}
|
|
1278
|
+
typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved && d("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
1279
|
+
}
|
|
1280
|
+
}
|
|
1281
|
+
function xt(e) {
|
|
1282
|
+
{
|
|
1283
|
+
for (var r = Object.keys(e.props), a = 0; a < r.length; a++) {
|
|
1284
|
+
var o = r[a];
|
|
1285
|
+
if (o !== "children" && o !== "key") {
|
|
1286
|
+
Ue(e), d("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", o), Ue(null);
|
|
1287
|
+
break;
|
|
1288
|
+
}
|
|
1289
|
+
}
|
|
1290
|
+
e.ref !== null && (Ue(e), d("Invalid attribute `ref` supplied to `React.Fragment`."), Ue(null));
|
|
1291
|
+
}
|
|
1292
|
+
}
|
|
1293
|
+
function ut(e, r, a) {
|
|
1294
|
+
var o = i(e);
|
|
1295
|
+
if (!o) {
|
|
1296
|
+
var s = "";
|
|
1297
|
+
(e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (s += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
1298
|
+
var p = Pt(r);
|
|
1299
|
+
p ? s += p : s += tt();
|
|
1300
|
+
var f;
|
|
1301
|
+
e === null ? f = "null" : Ie(e) ? f = "array" : e !== void 0 && e.$$typeof === Y ? (f = "<" + (pe(e.type) || "Unknown") + " />", s = " Did you accidentally export a JSX literal instead of a component?") : f = typeof e, d("React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", f, s);
|
|
1302
|
+
}
|
|
1303
|
+
var y = Cr.apply(this, arguments);
|
|
1304
|
+
if (y == null)
|
|
1305
|
+
return y;
|
|
1306
|
+
if (o)
|
|
1307
|
+
for (var E = 2; E < arguments.length; E++)
|
|
1308
|
+
ot(arguments[E], e);
|
|
1309
|
+
return e === J ? xt(y) : it(y), y;
|
|
1310
|
+
}
|
|
1311
|
+
var st = !1;
|
|
1312
|
+
function At(e) {
|
|
1313
|
+
var r = ut.bind(null, e);
|
|
1314
|
+
return r.type = e, st || (st = !0, ce("React.createFactory() is deprecated and will be removed in a future major release. Consider using JSX or use React.createElement() directly instead.")), Object.defineProperty(r, "type", {
|
|
1315
|
+
enumerable: !1,
|
|
1316
|
+
get: function() {
|
|
1317
|
+
return ce("Factory.type is deprecated. Access the class directly before passing it to createFactory."), Object.defineProperty(this, "type", {
|
|
1318
|
+
value: e
|
|
1319
|
+
}), e;
|
|
1320
|
+
}
|
|
1321
|
+
}), r;
|
|
1322
|
+
}
|
|
1323
|
+
function Dt(e, r, a) {
|
|
1324
|
+
for (var o = Sr.apply(this, arguments), s = 2; s < arguments.length; s++)
|
|
1325
|
+
ot(arguments[s], o.type);
|
|
1326
|
+
return it(o), o;
|
|
1327
|
+
}
|
|
1328
|
+
function It(e, r) {
|
|
1329
|
+
var a = se.transition;
|
|
1330
|
+
se.transition = {};
|
|
1331
|
+
var o = se.transition;
|
|
1332
|
+
se.transition._updatedFibers = /* @__PURE__ */ new Set();
|
|
1333
|
+
try {
|
|
1334
|
+
e();
|
|
1335
|
+
} finally {
|
|
1336
|
+
if (se.transition = a, a === null && o._updatedFibers) {
|
|
1337
|
+
var s = o._updatedFibers.size;
|
|
1338
|
+
s > 10 && ce("Detected a large number of updates inside startTransition. If this is due to a subscription please re-write it to use React provided hooks. Otherwise concurrent mode guarantees are off the table."), o._updatedFibers.clear();
|
|
1339
|
+
}
|
|
1340
|
+
}
|
|
1341
|
+
}
|
|
1342
|
+
var ct = !1, yr = null;
|
|
1343
|
+
function Ft(e) {
|
|
1344
|
+
if (yr === null)
|
|
1345
|
+
try {
|
|
1346
|
+
var r = ("require" + Math.random()).slice(0, 7), a = G && G[r];
|
|
1347
|
+
yr = a.call(G, "timers").setImmediate;
|
|
1348
|
+
} catch {
|
|
1349
|
+
yr = function(s) {
|
|
1350
|
+
ct === !1 && (ct = !0, typeof MessageChannel > "u" && d("This browser does not have a MessageChannel implementation, so enqueuing tasks via await act(async () => ...) will fail. Please file an issue at https://github.com/facebook/react/issues if you encounter this warning."));
|
|
1351
|
+
var p = new MessageChannel();
|
|
1352
|
+
p.port1.onmessage = s, p.port2.postMessage(void 0);
|
|
1353
|
+
};
|
|
1354
|
+
}
|
|
1355
|
+
return yr(e);
|
|
1356
|
+
}
|
|
1357
|
+
var Ye = 0, lt = !1;
|
|
1358
|
+
function ft(e) {
|
|
1359
|
+
{
|
|
1360
|
+
var r = Ye;
|
|
1361
|
+
Ye++, W.current === null && (W.current = []);
|
|
1362
|
+
var a = W.isBatchingLegacy, o;
|
|
1363
|
+
try {
|
|
1364
|
+
if (W.isBatchingLegacy = !0, o = e(), !a && W.didScheduleLegacyUpdate) {
|
|
1365
|
+
var s = W.current;
|
|
1366
|
+
s !== null && (W.didScheduleLegacyUpdate = !1, Yr(s));
|
|
1367
|
+
}
|
|
1368
|
+
} catch (I) {
|
|
1369
|
+
throw hr(r), I;
|
|
1370
|
+
} finally {
|
|
1371
|
+
W.isBatchingLegacy = a;
|
|
1372
|
+
}
|
|
1373
|
+
if (o !== null && typeof o == "object" && typeof o.then == "function") {
|
|
1374
|
+
var p = o, f = !1, y = {
|
|
1375
|
+
then: function(I, U) {
|
|
1376
|
+
f = !0, p.then(function(H) {
|
|
1377
|
+
hr(r), Ye === 0 ? Vr(H, I, U) : I(H);
|
|
1378
|
+
}, function(H) {
|
|
1379
|
+
hr(r), U(H);
|
|
1380
|
+
});
|
|
1381
|
+
}
|
|
1382
|
+
};
|
|
1383
|
+
return !lt && typeof Promise < "u" && Promise.resolve().then(function() {
|
|
1384
|
+
}).then(function() {
|
|
1385
|
+
f || (lt = !0, d("You called act(async () => ...) without await. This could lead to unexpected testing behaviour, interleaving multiple act calls and mixing their scopes. You should - await act(async () => ...);"));
|
|
1386
|
+
}), y;
|
|
1387
|
+
} else {
|
|
1388
|
+
var E = o;
|
|
1389
|
+
if (hr(r), Ye === 0) {
|
|
1390
|
+
var P = W.current;
|
|
1391
|
+
P !== null && (Yr(P), W.current = null);
|
|
1392
|
+
var x = {
|
|
1393
|
+
then: function(I, U) {
|
|
1394
|
+
W.current === null ? (W.current = [], Vr(E, I, U)) : I(E);
|
|
1395
|
+
}
|
|
1396
|
+
};
|
|
1397
|
+
return x;
|
|
1398
|
+
} else {
|
|
1399
|
+
var A = {
|
|
1400
|
+
then: function(I, U) {
|
|
1401
|
+
I(E);
|
|
1402
|
+
}
|
|
1403
|
+
};
|
|
1404
|
+
return A;
|
|
1405
|
+
}
|
|
1406
|
+
}
|
|
1407
|
+
}
|
|
1408
|
+
}
|
|
1409
|
+
function hr(e) {
|
|
1410
|
+
e !== Ye - 1 && d("You seem to have overlapping act() calls, this is not supported. Be sure to await previous act() calls before making a new one. "), Ye = e;
|
|
1411
|
+
}
|
|
1412
|
+
function Vr(e, r, a) {
|
|
1413
|
+
{
|
|
1414
|
+
var o = W.current;
|
|
1415
|
+
if (o !== null)
|
|
1416
|
+
try {
|
|
1417
|
+
Yr(o), Ft(function() {
|
|
1418
|
+
o.length === 0 ? (W.current = null, r(e)) : Vr(e, r, a);
|
|
1419
|
+
});
|
|
1420
|
+
} catch (s) {
|
|
1421
|
+
a(s);
|
|
1422
|
+
}
|
|
1423
|
+
else
|
|
1424
|
+
r(e);
|
|
1425
|
+
}
|
|
1426
|
+
}
|
|
1427
|
+
var Ur = !1;
|
|
1428
|
+
function Yr(e) {
|
|
1429
|
+
if (!Ur) {
|
|
1430
|
+
Ur = !0;
|
|
1431
|
+
var r = 0;
|
|
1432
|
+
try {
|
|
1433
|
+
for (; r < e.length; r++) {
|
|
1434
|
+
var a = e[r];
|
|
1435
|
+
do
|
|
1436
|
+
a = a(!0);
|
|
1437
|
+
while (a !== null);
|
|
1438
|
+
}
|
|
1439
|
+
e.length = 0;
|
|
1440
|
+
} catch (o) {
|
|
1441
|
+
throw e = e.slice(r + 1), o;
|
|
1442
|
+
} finally {
|
|
1443
|
+
Ur = !1;
|
|
1444
|
+
}
|
|
1445
|
+
}
|
|
1446
|
+
}
|
|
1447
|
+
var Nt = ut, Lt = Dt, Mt = At, Wt = {
|
|
1448
|
+
map: We,
|
|
1449
|
+
forEach: Tr,
|
|
1450
|
+
count: sr,
|
|
1451
|
+
toArray: cr,
|
|
1452
|
+
only: lr
|
|
1453
|
+
};
|
|
1454
|
+
v.Children = Wt, v.Component = _, v.Fragment = J, v.Profiler = $, v.PureComponent = k, v.StrictMode = te, v.Suspense = B, v.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = z, v.act = ft, v.cloneElement = Lt, v.createContext = Pr, v.createElement = Nt, v.createFactory = Mt, v.createRef = Er, v.forwardRef = Dr, v.isValidElement = _e, v.lazy = Ar, v.memo = c, v.startTransition = It, v.unstable_act = ft, v.useCallback = re, v.useContext = w, v.useDebugValue = K, v.useDeferredValue = Ir, v.useEffect = q, v.useId = Fr, v.useImperativeHandle = me, v.useInsertionEffect = D, v.useLayoutEffect = L, v.useMemo = Re, v.useReducer = b, v.useRef = h, v.useState = S, v.useSyncExternalStore = Et, v.useTransition = Je, v.version = ve, typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error());
|
|
1455
|
+
})();
|
|
1456
|
+
})(er, er.exports)), er.exports;
|
|
1457
|
+
}
|
|
1458
|
+
var mt;
|
|
1459
|
+
function Br() {
|
|
1460
|
+
return mt || (mt = 1, process.env.NODE_ENV === "production" ? br.exports = $t() : br.exports = Bt()), br.exports;
|
|
1461
|
+
}
|
|
1462
|
+
var gt;
|
|
1463
|
+
function zt() {
|
|
1464
|
+
if (gt) return Qe;
|
|
1465
|
+
gt = 1;
|
|
1466
|
+
var G = Br(), v = /* @__PURE__ */ Symbol.for("react.element"), ve = /* @__PURE__ */ Symbol.for("react.fragment"), Y = Object.prototype.hasOwnProperty, oe = G.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, J = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
1467
|
+
function te($, C, ne) {
|
|
1468
|
+
var M, B = {}, ae = null, Q = null;
|
|
1469
|
+
ne !== void 0 && (ae = "" + ne), C.key !== void 0 && (ae = "" + C.key), C.ref !== void 0 && (Q = C.ref);
|
|
1470
|
+
for (M in C) Y.call(C, M) && !J.hasOwnProperty(M) && (B[M] = C[M]);
|
|
1471
|
+
if ($ && $.defaultProps) for (M in C = $.defaultProps, C) B[M] === void 0 && (B[M] = C[M]);
|
|
1472
|
+
return { $$typeof: v, type: $, key: ae, ref: Q, props: B, _owner: oe.current };
|
|
1473
|
+
}
|
|
1474
|
+
return Qe.Fragment = ve, Qe.jsx = te, Qe.jsxs = te, Qe;
|
|
1475
|
+
}
|
|
1476
|
+
var Ze = {};
|
|
1477
|
+
var bt;
|
|
1478
|
+
function qt() {
|
|
1479
|
+
return bt || (bt = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
1480
|
+
var G = Br(), v = /* @__PURE__ */ Symbol.for("react.element"), ve = /* @__PURE__ */ Symbol.for("react.portal"), Y = /* @__PURE__ */ Symbol.for("react.fragment"), oe = /* @__PURE__ */ Symbol.for("react.strict_mode"), J = /* @__PURE__ */ Symbol.for("react.profiler"), te = /* @__PURE__ */ Symbol.for("react.provider"), $ = /* @__PURE__ */ Symbol.for("react.context"), C = /* @__PURE__ */ Symbol.for("react.forward_ref"), ne = /* @__PURE__ */ Symbol.for("react.suspense"), M = /* @__PURE__ */ Symbol.for("react.suspense_list"), B = /* @__PURE__ */ Symbol.for("react.memo"), ae = /* @__PURE__ */ Symbol.for("react.lazy"), Q = /* @__PURE__ */ Symbol.for("react.offscreen"), le = Symbol.iterator, De = "@@iterator";
|
|
1481
|
+
function ie(t) {
|
|
1482
|
+
if (t === null || typeof t != "object")
|
|
1483
|
+
return null;
|
|
1484
|
+
var i = le && t[le] || t[De];
|
|
1485
|
+
return typeof i == "function" ? i : null;
|
|
1486
|
+
}
|
|
1487
|
+
var ue = G.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
1488
|
+
function N(t) {
|
|
1489
|
+
{
|
|
1490
|
+
for (var i = arguments.length, c = new Array(i > 1 ? i - 1 : 0), l = 1; l < i; l++)
|
|
1491
|
+
c[l - 1] = arguments[l];
|
|
1492
|
+
ge("error", t, c);
|
|
1493
|
+
}
|
|
1494
|
+
}
|
|
1495
|
+
function ge(t, i, c) {
|
|
1496
|
+
{
|
|
1497
|
+
var l = ue.ReactDebugCurrentFrame, w = l.getStackAddendum();
|
|
1498
|
+
w !== "" && (i += "%s", c = c.concat([w]));
|
|
1499
|
+
var S = c.map(function(b) {
|
|
1500
|
+
return String(b);
|
|
1501
|
+
});
|
|
1502
|
+
S.unshift("Warning: " + i), Function.prototype.apply.call(console[t], console, S);
|
|
1503
|
+
}
|
|
1504
|
+
}
|
|
1505
|
+
var se = !1, W = !1, X = !1, fe = !1, ye = !1, we;
|
|
1506
|
+
we = /* @__PURE__ */ Symbol.for("react.module.reference");
|
|
1507
|
+
function Ce(t) {
|
|
1508
|
+
return !!(typeof t == "string" || typeof t == "function" || t === Y || t === J || ye || t === oe || t === ne || t === M || fe || t === Q || se || W || X || typeof t == "object" && t !== null && (t.$$typeof === ae || t.$$typeof === B || t.$$typeof === te || t.$$typeof === $ || t.$$typeof === C || // This needs to include all possible module reference object
|
|
1509
|
+
// types supported by any Flight configuration anywhere since
|
|
1510
|
+
// we don't know which Flight build this will end up being used
|
|
1511
|
+
// with.
|
|
1512
|
+
t.$$typeof === we || t.getModuleId !== void 0));
|
|
1513
|
+
}
|
|
1514
|
+
function $e(t, i, c) {
|
|
1515
|
+
var l = t.displayName;
|
|
1516
|
+
if (l)
|
|
1517
|
+
return l;
|
|
1518
|
+
var w = i.displayName || i.name || "";
|
|
1519
|
+
return w !== "" ? c + "(" + w + ")" : c;
|
|
1520
|
+
}
|
|
1521
|
+
function ke(t) {
|
|
1522
|
+
return t.displayName || "Context";
|
|
1523
|
+
}
|
|
1524
|
+
function Z(t) {
|
|
1525
|
+
if (t == null)
|
|
1526
|
+
return null;
|
|
1527
|
+
if (typeof t.tag == "number" && N("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof t == "function")
|
|
1528
|
+
return t.displayName || t.name || null;
|
|
1529
|
+
if (typeof t == "string")
|
|
1530
|
+
return t;
|
|
1531
|
+
switch (t) {
|
|
1532
|
+
case Y:
|
|
1533
|
+
return "Fragment";
|
|
1534
|
+
case ve:
|
|
1535
|
+
return "Portal";
|
|
1536
|
+
case J:
|
|
1537
|
+
return "Profiler";
|
|
1538
|
+
case oe:
|
|
1539
|
+
return "StrictMode";
|
|
1540
|
+
case ne:
|
|
1541
|
+
return "Suspense";
|
|
1542
|
+
case M:
|
|
1543
|
+
return "SuspenseList";
|
|
1544
|
+
}
|
|
1545
|
+
if (typeof t == "object")
|
|
1546
|
+
switch (t.$$typeof) {
|
|
1547
|
+
case $:
|
|
1548
|
+
var i = t;
|
|
1549
|
+
return ke(i) + ".Consumer";
|
|
1550
|
+
case te:
|
|
1551
|
+
var c = t;
|
|
1552
|
+
return ke(c._context) + ".Provider";
|
|
1553
|
+
case C:
|
|
1554
|
+
return $e(t, t.render, "ForwardRef");
|
|
1555
|
+
case B:
|
|
1556
|
+
var l = t.displayName || null;
|
|
1557
|
+
return l !== null ? l : Z(t.type) || "Memo";
|
|
1558
|
+
case ae: {
|
|
1559
|
+
var w = t, S = w._payload, b = w._init;
|
|
1560
|
+
try {
|
|
1561
|
+
return Z(b(S));
|
|
1562
|
+
} catch {
|
|
1563
|
+
return null;
|
|
1564
|
+
}
|
|
1565
|
+
}
|
|
1566
|
+
}
|
|
1567
|
+
return null;
|
|
1568
|
+
}
|
|
1569
|
+
var ee = Object.assign, z = 0, ce, d, de, Se, he, n, u;
|
|
1570
|
+
function g() {
|
|
1571
|
+
}
|
|
1572
|
+
g.__reactDisabledLog = !0;
|
|
1573
|
+
function _() {
|
|
1574
|
+
{
|
|
1575
|
+
if (z === 0) {
|
|
1576
|
+
ce = console.log, d = console.info, de = console.warn, Se = console.error, he = console.group, n = console.groupCollapsed, u = console.groupEnd;
|
|
1577
|
+
var t = {
|
|
1578
|
+
configurable: !0,
|
|
1579
|
+
enumerable: !0,
|
|
1580
|
+
value: g,
|
|
1581
|
+
writable: !0
|
|
1582
|
+
};
|
|
1583
|
+
Object.defineProperties(console, {
|
|
1584
|
+
info: t,
|
|
1585
|
+
log: t,
|
|
1586
|
+
warn: t,
|
|
1587
|
+
error: t,
|
|
1588
|
+
group: t,
|
|
1589
|
+
groupCollapsed: t,
|
|
1590
|
+
groupEnd: t
|
|
1591
|
+
});
|
|
1592
|
+
}
|
|
1593
|
+
z++;
|
|
1594
|
+
}
|
|
1595
|
+
}
|
|
1596
|
+
function R() {
|
|
1597
|
+
{
|
|
1598
|
+
if (z--, z === 0) {
|
|
1599
|
+
var t = {
|
|
1600
|
+
configurable: !0,
|
|
1601
|
+
enumerable: !0,
|
|
1602
|
+
writable: !0
|
|
1603
|
+
};
|
|
1604
|
+
Object.defineProperties(console, {
|
|
1605
|
+
log: ee({}, t, {
|
|
1606
|
+
value: ce
|
|
1607
|
+
}),
|
|
1608
|
+
info: ee({}, t, {
|
|
1609
|
+
value: d
|
|
1610
|
+
}),
|
|
1611
|
+
warn: ee({}, t, {
|
|
1612
|
+
value: de
|
|
1613
|
+
}),
|
|
1614
|
+
error: ee({}, t, {
|
|
1615
|
+
value: Se
|
|
1616
|
+
}),
|
|
1617
|
+
group: ee({}, t, {
|
|
1618
|
+
value: he
|
|
1619
|
+
}),
|
|
1620
|
+
groupCollapsed: ee({}, t, {
|
|
1621
|
+
value: n
|
|
1622
|
+
}),
|
|
1623
|
+
groupEnd: ee({}, t, {
|
|
1624
|
+
value: u
|
|
1625
|
+
})
|
|
1626
|
+
});
|
|
1627
|
+
}
|
|
1628
|
+
z < 0 && N("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
1629
|
+
}
|
|
1630
|
+
}
|
|
1631
|
+
var j = ue.ReactCurrentDispatcher, T;
|
|
1632
|
+
function O(t, i, c) {
|
|
1633
|
+
{
|
|
1634
|
+
if (T === void 0)
|
|
1635
|
+
try {
|
|
1636
|
+
throw Error();
|
|
1637
|
+
} catch (w) {
|
|
1638
|
+
var l = w.stack.trim().match(/\n( *(at )?)/);
|
|
1639
|
+
T = l && l[1] || "";
|
|
1640
|
+
}
|
|
1641
|
+
return `
|
|
1642
|
+
` + T + t;
|
|
1643
|
+
}
|
|
1644
|
+
}
|
|
1645
|
+
var k = !1, V;
|
|
1646
|
+
{
|
|
1647
|
+
var Er = typeof WeakMap == "function" ? WeakMap : Map;
|
|
1648
|
+
V = new Er();
|
|
1649
|
+
}
|
|
1650
|
+
function rr(t, i) {
|
|
1651
|
+
if (!t || k)
|
|
1652
|
+
return "";
|
|
1653
|
+
{
|
|
1654
|
+
var c = V.get(t);
|
|
1655
|
+
if (c !== void 0)
|
|
1656
|
+
return c;
|
|
1657
|
+
}
|
|
1658
|
+
var l;
|
|
1659
|
+
k = !0;
|
|
1660
|
+
var w = Error.prepareStackTrace;
|
|
1661
|
+
Error.prepareStackTrace = void 0;
|
|
1662
|
+
var S;
|
|
1663
|
+
S = j.current, j.current = null, _();
|
|
1664
|
+
try {
|
|
1665
|
+
if (i) {
|
|
1666
|
+
var b = function() {
|
|
1667
|
+
throw Error();
|
|
1668
|
+
};
|
|
1669
|
+
if (Object.defineProperty(b.prototype, "props", {
|
|
1670
|
+
set: function() {
|
|
1671
|
+
throw Error();
|
|
1672
|
+
}
|
|
1673
|
+
}), typeof Reflect == "object" && Reflect.construct) {
|
|
1674
|
+
try {
|
|
1675
|
+
Reflect.construct(b, []);
|
|
1676
|
+
} catch (K) {
|
|
1677
|
+
l = K;
|
|
1678
|
+
}
|
|
1679
|
+
Reflect.construct(t, [], b);
|
|
1680
|
+
} else {
|
|
1681
|
+
try {
|
|
1682
|
+
b.call();
|
|
1683
|
+
} catch (K) {
|
|
1684
|
+
l = K;
|
|
1685
|
+
}
|
|
1686
|
+
t.call(b.prototype);
|
|
1687
|
+
}
|
|
1688
|
+
} else {
|
|
1689
|
+
try {
|
|
1690
|
+
throw Error();
|
|
1691
|
+
} catch (K) {
|
|
1692
|
+
l = K;
|
|
1693
|
+
}
|
|
1694
|
+
t();
|
|
1695
|
+
}
|
|
1696
|
+
} catch (K) {
|
|
1697
|
+
if (K && l && typeof K.stack == "string") {
|
|
1698
|
+
for (var h = K.stack.split(`
|
|
1699
|
+
`), q = l.stack.split(`
|
|
1700
|
+
`), D = h.length - 1, L = q.length - 1; D >= 1 && L >= 0 && h[D] !== q[L]; )
|
|
1701
|
+
L--;
|
|
1702
|
+
for (; D >= 1 && L >= 0; D--, L--)
|
|
1703
|
+
if (h[D] !== q[L]) {
|
|
1704
|
+
if (D !== 1 || L !== 1)
|
|
1705
|
+
do
|
|
1706
|
+
if (D--, L--, L < 0 || h[D] !== q[L]) {
|
|
1707
|
+
var re = `
|
|
1708
|
+
` + h[D].replace(" at new ", " at ");
|
|
1709
|
+
return t.displayName && re.includes("<anonymous>") && (re = re.replace("<anonymous>", t.displayName)), typeof t == "function" && V.set(t, re), re;
|
|
1710
|
+
}
|
|
1711
|
+
while (D >= 1 && L >= 0);
|
|
1712
|
+
break;
|
|
1713
|
+
}
|
|
1714
|
+
}
|
|
1715
|
+
} finally {
|
|
1716
|
+
k = !1, j.current = S, R(), Error.prepareStackTrace = w;
|
|
1717
|
+
}
|
|
1718
|
+
var Re = t ? t.displayName || t.name : "", me = Re ? O(Re) : "";
|
|
1719
|
+
return typeof t == "function" && V.set(t, me), me;
|
|
1720
|
+
}
|
|
1721
|
+
function Ie(t, i, c) {
|
|
1722
|
+
return rr(t, !1);
|
|
1723
|
+
}
|
|
1724
|
+
function Rr(t) {
|
|
1725
|
+
var i = t.prototype;
|
|
1726
|
+
return !!(i && i.isReactComponent);
|
|
1727
|
+
}
|
|
1728
|
+
function Fe(t, i, c) {
|
|
1729
|
+
if (t == null)
|
|
1730
|
+
return "";
|
|
1731
|
+
if (typeof t == "function")
|
|
1732
|
+
return rr(t, Rr(t));
|
|
1733
|
+
if (typeof t == "string")
|
|
1734
|
+
return O(t);
|
|
1735
|
+
switch (t) {
|
|
1736
|
+
case ne:
|
|
1737
|
+
return O("Suspense");
|
|
1738
|
+
case M:
|
|
1739
|
+
return O("SuspenseList");
|
|
1740
|
+
}
|
|
1741
|
+
if (typeof t == "object")
|
|
1742
|
+
switch (t.$$typeof) {
|
|
1743
|
+
case C:
|
|
1744
|
+
return Ie(t.render);
|
|
1745
|
+
case B:
|
|
1746
|
+
return Fe(t.type, i, c);
|
|
1747
|
+
case ae: {
|
|
1748
|
+
var l = t, w = l._payload, S = l._init;
|
|
1749
|
+
try {
|
|
1750
|
+
return Fe(S(w), i, c);
|
|
1751
|
+
} catch {
|
|
1752
|
+
}
|
|
1753
|
+
}
|
|
1754
|
+
}
|
|
1755
|
+
return "";
|
|
1756
|
+
}
|
|
1757
|
+
var be = Object.prototype.hasOwnProperty, Oe = {}, tr = ue.ReactDebugCurrentFrame;
|
|
1758
|
+
function Te(t) {
|
|
1759
|
+
if (t) {
|
|
1760
|
+
var i = t._owner, c = Fe(t.type, t._source, i ? i.type : null);
|
|
1761
|
+
tr.setExtraStackFrame(c);
|
|
1762
|
+
} else
|
|
1763
|
+
tr.setExtraStackFrame(null);
|
|
1764
|
+
}
|
|
1765
|
+
function pe(t, i, c, l, w) {
|
|
1766
|
+
{
|
|
1767
|
+
var S = Function.call.bind(be);
|
|
1768
|
+
for (var b in t)
|
|
1769
|
+
if (S(t, b)) {
|
|
1770
|
+
var h = void 0;
|
|
1771
|
+
try {
|
|
1772
|
+
if (typeof t[b] != "function") {
|
|
1773
|
+
var q = Error((l || "React class") + ": " + c + " type `" + b + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof t[b] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
1774
|
+
throw q.name = "Invariant Violation", q;
|
|
1775
|
+
}
|
|
1776
|
+
h = t[b](i, b, l, c, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
1777
|
+
} catch (D) {
|
|
1778
|
+
h = D;
|
|
1779
|
+
}
|
|
1780
|
+
h && !(h instanceof Error) && (Te(w), N("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", l || "React class", c, b, typeof h), Te(null)), h instanceof Error && !(h.message in Oe) && (Oe[h.message] = !0, Te(w), N("Failed %s type: %s", c, h.message), Te(null));
|
|
1781
|
+
}
|
|
1782
|
+
}
|
|
1783
|
+
}
|
|
1784
|
+
var Pe = Array.isArray;
|
|
1785
|
+
function Ne(t) {
|
|
1786
|
+
return Pe(t);
|
|
1787
|
+
}
|
|
1788
|
+
function nr(t) {
|
|
1789
|
+
{
|
|
1790
|
+
var i = typeof Symbol == "function" && Symbol.toStringTag, c = i && t[Symbol.toStringTag] || t.constructor.name || "Object";
|
|
1791
|
+
return c;
|
|
1792
|
+
}
|
|
1793
|
+
}
|
|
1794
|
+
function ar(t) {
|
|
1795
|
+
try {
|
|
1796
|
+
return Le(t), !1;
|
|
1797
|
+
} catch {
|
|
1798
|
+
return !0;
|
|
1799
|
+
}
|
|
1800
|
+
}
|
|
1801
|
+
function Le(t) {
|
|
1802
|
+
return "" + t;
|
|
1803
|
+
}
|
|
1804
|
+
function Be(t) {
|
|
1805
|
+
if (ar(t))
|
|
1806
|
+
return N("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", nr(t)), Le(t);
|
|
1807
|
+
}
|
|
1808
|
+
var ze = ue.ReactCurrentOwner, wr = {
|
|
1809
|
+
key: !0,
|
|
1810
|
+
ref: !0,
|
|
1811
|
+
__self: !0,
|
|
1812
|
+
__source: !0
|
|
1813
|
+
}, or, ir;
|
|
1814
|
+
function qe(t) {
|
|
1815
|
+
if (be.call(t, "ref")) {
|
|
1816
|
+
var i = Object.getOwnPropertyDescriptor(t, "ref").get;
|
|
1817
|
+
if (i && i.isReactWarning)
|
|
1818
|
+
return !1;
|
|
1819
|
+
}
|
|
1820
|
+
return t.ref !== void 0;
|
|
1821
|
+
}
|
|
1822
|
+
function Cr(t) {
|
|
1823
|
+
if (be.call(t, "key")) {
|
|
1824
|
+
var i = Object.getOwnPropertyDescriptor(t, "key").get;
|
|
1825
|
+
if (i && i.isReactWarning)
|
|
1826
|
+
return !1;
|
|
1827
|
+
}
|
|
1828
|
+
return t.key !== void 0;
|
|
1829
|
+
}
|
|
1830
|
+
function kr(t, i) {
|
|
1831
|
+
typeof t.ref == "string" && ze.current;
|
|
1832
|
+
}
|
|
1833
|
+
function Sr(t, i) {
|
|
1834
|
+
{
|
|
1835
|
+
var c = function() {
|
|
1836
|
+
or || (or = !0, N("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", i));
|
|
1837
|
+
};
|
|
1838
|
+
c.isReactWarning = !0, Object.defineProperty(t, "key", {
|
|
1839
|
+
get: c,
|
|
1840
|
+
configurable: !0
|
|
1841
|
+
});
|
|
1842
|
+
}
|
|
1843
|
+
}
|
|
1844
|
+
function _e(t, i) {
|
|
1845
|
+
{
|
|
1846
|
+
var c = function() {
|
|
1847
|
+
ir || (ir = !0, N("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", i));
|
|
1848
|
+
};
|
|
1849
|
+
c.isReactWarning = !0, Object.defineProperty(t, "ref", {
|
|
1850
|
+
get: c,
|
|
1851
|
+
configurable: !0
|
|
1852
|
+
});
|
|
1853
|
+
}
|
|
1854
|
+
}
|
|
1855
|
+
var ur = function(t, i, c, l, w, S, b) {
|
|
1856
|
+
var h = {
|
|
1857
|
+
// This tag allows us to uniquely identify this as a React Element
|
|
1858
|
+
$$typeof: v,
|
|
1859
|
+
// Built-in properties that belong on the element
|
|
1860
|
+
type: t,
|
|
1861
|
+
key: i,
|
|
1862
|
+
ref: c,
|
|
1863
|
+
props: b,
|
|
1864
|
+
// Record the component responsible for creating this element.
|
|
1865
|
+
_owner: S
|
|
1866
|
+
};
|
|
1867
|
+
return h._store = {}, Object.defineProperty(h._store, "validated", {
|
|
1868
|
+
configurable: !1,
|
|
1869
|
+
enumerable: !1,
|
|
1870
|
+
writable: !0,
|
|
1871
|
+
value: !1
|
|
1872
|
+
}), Object.defineProperty(h, "_self", {
|
|
1873
|
+
configurable: !1,
|
|
1874
|
+
enumerable: !1,
|
|
1875
|
+
writable: !1,
|
|
1876
|
+
value: l
|
|
1877
|
+
}), Object.defineProperty(h, "_source", {
|
|
1878
|
+
configurable: !1,
|
|
1879
|
+
enumerable: !1,
|
|
1880
|
+
writable: !1,
|
|
1881
|
+
value: w
|
|
1882
|
+
}), Object.freeze && (Object.freeze(h.props), Object.freeze(h)), h;
|
|
1883
|
+
};
|
|
1884
|
+
function Or(t, i, c, l, w) {
|
|
1885
|
+
{
|
|
1886
|
+
var S, b = {}, h = null, q = null;
|
|
1887
|
+
c !== void 0 && (Be(c), h = "" + c), Cr(i) && (Be(i.key), h = "" + i.key), qe(i) && (q = i.ref, kr(i, w));
|
|
1888
|
+
for (S in i)
|
|
1889
|
+
be.call(i, S) && !wr.hasOwnProperty(S) && (b[S] = i[S]);
|
|
1890
|
+
if (t && t.defaultProps) {
|
|
1891
|
+
var D = t.defaultProps;
|
|
1892
|
+
for (S in D)
|
|
1893
|
+
b[S] === void 0 && (b[S] = D[S]);
|
|
1894
|
+
}
|
|
1895
|
+
if (h || q) {
|
|
1896
|
+
var L = typeof t == "function" ? t.displayName || t.name || "Unknown" : t;
|
|
1897
|
+
h && Sr(b, L), q && _e(b, L);
|
|
1898
|
+
}
|
|
1899
|
+
return ur(t, h, q, w, l, ze.current, b);
|
|
1900
|
+
}
|
|
1901
|
+
}
|
|
1902
|
+
var He = ue.ReactCurrentOwner, Ke = ue.ReactDebugCurrentFrame;
|
|
1903
|
+
function Ee(t) {
|
|
1904
|
+
if (t) {
|
|
1905
|
+
var i = t._owner, c = Fe(t.type, t._source, i ? i.type : null);
|
|
1906
|
+
Ke.setExtraStackFrame(c);
|
|
1907
|
+
} else
|
|
1908
|
+
Ke.setExtraStackFrame(null);
|
|
1909
|
+
}
|
|
1910
|
+
var Me;
|
|
1911
|
+
Me = !1;
|
|
1912
|
+
function je(t) {
|
|
1913
|
+
return typeof t == "object" && t !== null && t.$$typeof === v;
|
|
1914
|
+
}
|
|
1915
|
+
function xe() {
|
|
1916
|
+
{
|
|
1917
|
+
if (He.current) {
|
|
1918
|
+
var t = Z(He.current.type);
|
|
1919
|
+
if (t)
|
|
1920
|
+
return `
|
|
1921
|
+
|
|
1922
|
+
Check the render method of \`` + t + "`.";
|
|
1923
|
+
}
|
|
1924
|
+
return "";
|
|
1925
|
+
}
|
|
1926
|
+
}
|
|
1927
|
+
function We(t) {
|
|
1928
|
+
return "";
|
|
1929
|
+
}
|
|
1930
|
+
var sr = {};
|
|
1931
|
+
function Tr(t) {
|
|
1932
|
+
{
|
|
1933
|
+
var i = xe();
|
|
1934
|
+
if (!i) {
|
|
1935
|
+
var c = typeof t == "string" ? t : t.displayName || t.name;
|
|
1936
|
+
c && (i = `
|
|
1937
|
+
|
|
1938
|
+
Check the top-level render call using <` + c + ">.");
|
|
1939
|
+
}
|
|
1940
|
+
return i;
|
|
1941
|
+
}
|
|
1942
|
+
}
|
|
1943
|
+
function cr(t, i) {
|
|
1944
|
+
{
|
|
1945
|
+
if (!t._store || t._store.validated || t.key != null)
|
|
1946
|
+
return;
|
|
1947
|
+
t._store.validated = !0;
|
|
1948
|
+
var c = Tr(i);
|
|
1949
|
+
if (sr[c])
|
|
1950
|
+
return;
|
|
1951
|
+
sr[c] = !0;
|
|
1952
|
+
var l = "";
|
|
1953
|
+
t && t._owner && t._owner !== He.current && (l = " It was passed a child from " + Z(t._owner.type) + "."), Ee(t), N('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', c, l), Ee(null);
|
|
1954
|
+
}
|
|
1955
|
+
}
|
|
1956
|
+
function lr(t, i) {
|
|
1957
|
+
{
|
|
1958
|
+
if (typeof t != "object")
|
|
1959
|
+
return;
|
|
1960
|
+
if (Ne(t))
|
|
1961
|
+
for (var c = 0; c < t.length; c++) {
|
|
1962
|
+
var l = t[c];
|
|
1963
|
+
je(l) && cr(l, i);
|
|
1964
|
+
}
|
|
1965
|
+
else if (je(t))
|
|
1966
|
+
t._store && (t._store.validated = !0);
|
|
1967
|
+
else if (t) {
|
|
1968
|
+
var w = ie(t);
|
|
1969
|
+
if (typeof w == "function" && w !== t.entries)
|
|
1970
|
+
for (var S = w.call(t), b; !(b = S.next()).done; )
|
|
1971
|
+
je(b.value) && cr(b.value, i);
|
|
1972
|
+
}
|
|
1973
|
+
}
|
|
1974
|
+
}
|
|
1975
|
+
function Pr(t) {
|
|
1976
|
+
{
|
|
1977
|
+
var i = t.type;
|
|
1978
|
+
if (i == null || typeof i == "string")
|
|
1979
|
+
return;
|
|
1980
|
+
var c;
|
|
1981
|
+
if (typeof i == "function")
|
|
1982
|
+
c = i.propTypes;
|
|
1983
|
+
else if (typeof i == "object" && (i.$$typeof === C || // Note: Memo only checks outer props here.
|
|
1984
|
+
// Inner props are checked in the reconciler.
|
|
1985
|
+
i.$$typeof === B))
|
|
1986
|
+
c = i.propTypes;
|
|
1987
|
+
else
|
|
1988
|
+
return;
|
|
1989
|
+
if (c) {
|
|
1990
|
+
var l = Z(i);
|
|
1991
|
+
pe(c, t.props, "prop", l, t);
|
|
1992
|
+
} else if (i.PropTypes !== void 0 && !Me) {
|
|
1993
|
+
Me = !0;
|
|
1994
|
+
var w = Z(i);
|
|
1995
|
+
N("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", w || "Unknown");
|
|
1996
|
+
}
|
|
1997
|
+
typeof i.getDefaultProps == "function" && !i.getDefaultProps.isReactClassApproved && N("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
1998
|
+
}
|
|
1999
|
+
}
|
|
2000
|
+
function Ae(t) {
|
|
2001
|
+
{
|
|
2002
|
+
for (var i = Object.keys(t.props), c = 0; c < i.length; c++) {
|
|
2003
|
+
var l = i[c];
|
|
2004
|
+
if (l !== "children" && l !== "key") {
|
|
2005
|
+
Ee(t), N("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", l), Ee(null);
|
|
2006
|
+
break;
|
|
2007
|
+
}
|
|
2008
|
+
}
|
|
2009
|
+
t.ref !== null && (Ee(t), N("Invalid attribute `ref` supplied to `React.Fragment`."), Ee(null));
|
|
2010
|
+
}
|
|
2011
|
+
}
|
|
2012
|
+
var Ve = {};
|
|
2013
|
+
function Ge(t, i, c, l, w, S) {
|
|
2014
|
+
{
|
|
2015
|
+
var b = Ce(t);
|
|
2016
|
+
if (!b) {
|
|
2017
|
+
var h = "";
|
|
2018
|
+
(t === void 0 || typeof t == "object" && t !== null && Object.keys(t).length === 0) && (h += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
2019
|
+
var q = We();
|
|
2020
|
+
q ? h += q : h += xe();
|
|
2021
|
+
var D;
|
|
2022
|
+
t === null ? D = "null" : Ne(t) ? D = "array" : t !== void 0 && t.$$typeof === v ? (D = "<" + (Z(t.type) || "Unknown") + " />", h = " Did you accidentally export a JSX literal instead of a component?") : D = typeof t, N("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", D, h);
|
|
2023
|
+
}
|
|
2024
|
+
var L = Or(t, i, c, w, S);
|
|
2025
|
+
if (L == null)
|
|
2026
|
+
return L;
|
|
2027
|
+
if (b) {
|
|
2028
|
+
var re = i.children;
|
|
2029
|
+
if (re !== void 0)
|
|
2030
|
+
if (l)
|
|
2031
|
+
if (Ne(re)) {
|
|
2032
|
+
for (var Re = 0; Re < re.length; Re++)
|
|
2033
|
+
lr(re[Re], t);
|
|
2034
|
+
Object.freeze && Object.freeze(re);
|
|
2035
|
+
} else
|
|
2036
|
+
N("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
2037
|
+
else
|
|
2038
|
+
lr(re, t);
|
|
2039
|
+
}
|
|
2040
|
+
if (be.call(i, "key")) {
|
|
2041
|
+
var me = Z(t), K = Object.keys(i).filter(function(Fr) {
|
|
2042
|
+
return Fr !== "key";
|
|
2043
|
+
}), Je = K.length > 0 ? "{key: someKey, " + K.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
2044
|
+
if (!Ve[me + Je]) {
|
|
2045
|
+
var Ir = K.length > 0 ? "{" + K.join(": ..., ") + ": ...}" : "{}";
|
|
2046
|
+
N(`A props object containing a "key" prop is being spread into JSX:
|
|
2047
|
+
let props = %s;
|
|
2048
|
+
<%s {...props} />
|
|
2049
|
+
React keys must be passed directly to JSX without using spread:
|
|
2050
|
+
let props = %s;
|
|
2051
|
+
<%s key={someKey} {...props} />`, Je, me, Ir, me), Ve[me + Je] = !0;
|
|
2052
|
+
}
|
|
2053
|
+
}
|
|
2054
|
+
return t === Y ? Ae(L) : Pr(L), L;
|
|
2055
|
+
}
|
|
2056
|
+
}
|
|
2057
|
+
function jr(t, i, c) {
|
|
2058
|
+
return Ge(t, i, c, !0);
|
|
2059
|
+
}
|
|
2060
|
+
function xr(t, i, c) {
|
|
2061
|
+
return Ge(t, i, c, !1);
|
|
2062
|
+
}
|
|
2063
|
+
var Ar = xr, Dr = jr;
|
|
2064
|
+
Ze.Fragment = Y, Ze.jsx = Ar, Ze.jsxs = Dr;
|
|
2065
|
+
})()), Ze;
|
|
2066
|
+
}
|
|
2067
|
+
var _t;
|
|
2068
|
+
function Ht() {
|
|
2069
|
+
return _t || (_t = 1, process.env.NODE_ENV === "production" ? gr.exports = zt() : gr.exports = qt()), gr.exports;
|
|
2070
|
+
}
|
|
2071
|
+
var F = Ht(), _r = Br();
|
|
2072
|
+
const Kt = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!--%20Created%20with%20Inkscape%20(http://www.inkscape.org/)%20--%3e%3csvg%20width='210mm'%20height='297mm'%20viewBox='0%200%20210%20297'%20version='1.1'%20id='svg229'%20inkscape:version='1.2.2%20(b0a8486541,%202022-12-01)'%20sodipodi:docname='signin_person.svg'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:svg='http://www.w3.org/2000/svg'%3e%3csodipodi:namedview%20id='namedview231'%20pagecolor='%23505050'%20bordercolor='%23eeeeee'%20borderopacity='1'%20inkscape:showpageshadow='0'%20inkscape:pageopacity='0'%20inkscape:pagecheckerboard='0'%20inkscape:deskcolor='%23d1d1d1'%20inkscape:document-units='mm'%20showgrid='false'%20inkscape:zoom='0.59807648'%20inkscape:cx='480.70775'%20inkscape:cy='559.29302'%20inkscape:window-width='1920'%20inkscape:window-height='1008'%20inkscape:window-x='0'%20inkscape:window-y='0'%20inkscape:window-maximized='1'%20inkscape:current-layer='layer1'%20/%3e%3cdefs%20id='defs226'%20/%3e%3cg%20inkscape:label='Layer%201'%20inkscape:groupmode='layer'%20id='layer1'%3e%3cpath%20style='fill:%23686868;fill-opacity:1;stroke-width:0.518653'%20id='path2176'%20sodipodi:type='arc'%20sodipodi:cx='103.4411'%20sodipodi:cy='153.60912'%20sodipodi:rx='87.233765'%20sodipodi:ry='88.00547'%20sodipodi:start='0.10212407'%20sodipodi:end='0.084809091'%20sodipodi:open='true'%20sodipodi:arc-type='arc'%20d='m%20190.22037,162.58098%20a%2087.233765,88.00547%200%200%201%20-95.296731,78.6131%2087.233765,88.00547%200%200%201%20-78.335543,-95.79856%2087.233765,88.00547%200%200%201%2094.618544,-79.44248%2087.233765,88.00547%200%200%201%2079.1547,95.1108'%20/%3e%3cpath%20style='fill:%23b0b0b0;fill-opacity:1;stroke-width:0.24985'%20id='path3003'%20sodipodi:type='arc'%20sodipodi:cx='104.90012'%20sodipodi:cy='110.90838'%20sodipodi:rx='16.741983'%20sodipodi:ry='18.422224'%20sodipodi:start='0.10212407'%20sodipodi:end='0.084809091'%20sodipodi:open='true'%20sodipodi:arc-type='arc'%20d='M%20121.55488,112.78646%20A%2016.741983,18.422224%200%200%201%20103.26544,129.24258%2016.741983,18.422224%200%200%201%2088.231216,109.18902%2016.741983,18.422224%200%200%201%20106.39049,92.559293%2016.741983,18.422224%200%200%201%20121.58193,112.46888'%20/%3e%3crect%20style='fill:%23b0b0b0;fill-opacity:1;stroke-width:0.270369'%20id='rect5449'%20width='50.993492'%20height='70.775856'%20x='79.908127'%20y='139.44795'%20ry='12.939513'%20/%3e%3c/g%3e%3c/svg%3e";
|
|
2073
|
+
function Gt() {
|
|
2074
|
+
const [G, v] = _r.useState(!1), [ve, Y] = _r.useState(!1), [oe, J] = _r.useState(!1), [te, $] = _r.useState(!1);
|
|
2075
|
+
return /* @__PURE__ */ F.jsxs("header", { className: "topbar", children: [
|
|
2076
|
+
/* @__PURE__ */ F.jsx("a", { href: "https://dannyproano.com/", className: "topbar-link", children: "Home" }),
|
|
2077
|
+
/* @__PURE__ */ F.jsxs("div", { className: "dropdown", onMouseEnter: () => v(!0), onMouseLeave: () => v(!1), children: [
|
|
2078
|
+
/* @__PURE__ */ F.jsx("button", { onClick: () => v((C) => !C), className: "topbar-link", children: "Projects ▾" }),
|
|
2079
|
+
G && /* @__PURE__ */ F.jsxs("div", { className: "dropdown-menu", children: [
|
|
2080
|
+
/* @__PURE__ */ F.jsx("a", { href: "https://dannyproano.com/pass/login", className: "dropdown-item", children: "Password Manager" }),
|
|
2081
|
+
/* @__PURE__ */ F.jsx("a", { href: "https://dannyproano.com/Chess", className: "dropdown-item", children: "Chess" })
|
|
2082
|
+
] })
|
|
2083
|
+
] }),
|
|
2084
|
+
/* @__PURE__ */ F.jsxs("div", { className: "dropdown", onMouseEnter: () => Y(!0), onMouseLeave: () => Y(!1), children: [
|
|
2085
|
+
/* @__PURE__ */ F.jsx("button", { onClick: () => Y((C) => !C), className: "topbar-link", children: "Research ▾" }),
|
|
2086
|
+
ve && /* @__PURE__ */ F.jsxs("div", { className: "dropdown-menu", children: [
|
|
2087
|
+
/* @__PURE__ */ F.jsx("a", { href: "https://dannyproano.com/HardwareHacking", className: "dropdown-item", children: "Hardware Hacking" }),
|
|
2088
|
+
/* @__PURE__ */ F.jsx("a", { href: "https://dannyproano.com/Purt", className: "dropdown-item", children: "Purt" })
|
|
2089
|
+
] })
|
|
2090
|
+
] }),
|
|
2091
|
+
/* @__PURE__ */ F.jsxs("div", { className: "dropdown", onMouseEnter: () => J(!0), onMouseLeave: () => J(!1), children: [
|
|
2092
|
+
/* @__PURE__ */ F.jsx("button", { onClick: () => J((C) => !C), className: "topbar-link", children: "Links ▾" }),
|
|
2093
|
+
oe && /* @__PURE__ */ F.jsxs("div", { className: "dropdown-menu", children: [
|
|
2094
|
+
/* @__PURE__ */ F.jsx(
|
|
2095
|
+
"a",
|
|
2096
|
+
{
|
|
2097
|
+
href: "https://www.linkedin.com/in/daniel-proano-20976b32a/",
|
|
2098
|
+
target: "_blank",
|
|
2099
|
+
rel: "noopener noreferrer",
|
|
2100
|
+
className: "dropdown-item",
|
|
2101
|
+
children: "Linkedin"
|
|
2102
|
+
}
|
|
2103
|
+
),
|
|
2104
|
+
/* @__PURE__ */ F.jsx(
|
|
2105
|
+
"a",
|
|
2106
|
+
{
|
|
2107
|
+
href: "https://github.com/DanielProano/DanielProano",
|
|
2108
|
+
target: "_blank",
|
|
2109
|
+
rel: "noopener noreferrer",
|
|
2110
|
+
className: "dropdown-item",
|
|
2111
|
+
children: "Github"
|
|
2112
|
+
}
|
|
2113
|
+
)
|
|
2114
|
+
] })
|
|
2115
|
+
] }),
|
|
2116
|
+
/* @__PURE__ */ F.jsx(
|
|
2117
|
+
"img",
|
|
2118
|
+
{
|
|
2119
|
+
className: "signin-svg",
|
|
2120
|
+
src: Kt,
|
|
2121
|
+
onMouseEnter: () => $(!0),
|
|
2122
|
+
onMouseLeave: () => $(!1),
|
|
2123
|
+
onClick: () => $((C) => !C)
|
|
2124
|
+
}
|
|
2125
|
+
),
|
|
2126
|
+
te && /* @__PURE__ */ F.jsx("div", { className: "app", children: /* @__PURE__ */ F.jsxs("div", { className: "signin-dropdown", children: [
|
|
2127
|
+
/* @__PURE__ */ F.jsx("div", { className: "signin-exit", children: " X " }),
|
|
2128
|
+
/* @__PURE__ */ F.jsx("img", { className: "signin-img" }),
|
|
2129
|
+
/* @__PURE__ */ F.jsx("button", { className: "signin-Button", onClick: () => navigation("https://dannyproano/website/login"), children: "Login" })
|
|
2130
|
+
] }) })
|
|
2131
|
+
] });
|
|
2132
|
+
}
|
|
2133
|
+
export {
|
|
2134
|
+
Gt as TopBar
|
|
2135
|
+
};
|