@eluvio/elv-player-js 2.0.11 → 2.0.13
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/.vite/manifest.json +17 -17
- package/dist/{Analytics-BPKZD_vd.js → Analytics-BpQvXFBN.js} +1 -1
- package/dist/{Analytics-DBJBLGax.mjs → Analytics-C2aNIlgB.mjs} +1 -1
- package/dist/{dash.all.min-CDxJpT7V.mjs → dash.all.min-4KPdfQy9.mjs} +1 -1
- package/dist/{dash.all.min-0VUCd9DG.js → dash.all.min-CvyuA1qu.js} +1 -1
- package/dist/elv-player-js.cjs.js +1 -1
- package/dist/elv-player-js.es.js +1 -1
- package/dist/{index-ISOiRmd3.mjs → index-BbdUj9ed.mjs} +1 -1
- package/dist/{index-B-yuaO7J.js → index-DpcTzcxF.js} +1 -1
- package/dist/{index-DtlgF0Xh.js → index-cfJzxx0E.js} +28 -28
- package/dist/{index-DPqGO1Oq.mjs → index-vNV4wecA.mjs} +587 -578
- package/lib/player/Player.js +15 -6
- package/lib/player/PlayerParameters.js +5 -0
- package/lib/ui/PlayerUI.jsx +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const qt = {
|
|
2
2
|
ui: {
|
|
3
3
|
WEB: "web",
|
|
4
4
|
TV: "tv"
|
|
@@ -76,6 +76,10 @@ const tn = {
|
|
|
76
76
|
ON: !0,
|
|
77
77
|
ARROW_KEYS_DISABLED: "arrow_keys_disabled"
|
|
78
78
|
},
|
|
79
|
+
showLoader: {
|
|
80
|
+
OFF: !1,
|
|
81
|
+
ON: !0
|
|
82
|
+
},
|
|
79
83
|
collectVideoAnalytics: {
|
|
80
84
|
OFF: !1,
|
|
81
85
|
ON: !0,
|
|
@@ -87,7 +91,7 @@ const tn = {
|
|
|
87
91
|
}
|
|
88
92
|
}, UG = {
|
|
89
93
|
clientOptions: {
|
|
90
|
-
network:
|
|
94
|
+
network: qt.networks.MAIN,
|
|
91
95
|
client: void 0,
|
|
92
96
|
staticToken: void 0,
|
|
93
97
|
tenantId: void 0,
|
|
@@ -100,16 +104,16 @@ const tn = {
|
|
|
100
104
|
},
|
|
101
105
|
sourceOptions: {
|
|
102
106
|
protocols: [
|
|
103
|
-
|
|
104
|
-
|
|
107
|
+
qt.protocols.HLS,
|
|
108
|
+
qt.protocols.DASH
|
|
105
109
|
],
|
|
106
110
|
drms: [
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
111
|
+
qt.drms.FAIRPLAY,
|
|
112
|
+
qt.drms.SAMPLE_AES,
|
|
113
|
+
qt.drms.AES128,
|
|
114
|
+
qt.drms.WIDEVINE,
|
|
115
|
+
qt.drms.CLEAR,
|
|
116
|
+
qt.drms.PLAYREADY
|
|
113
117
|
],
|
|
114
118
|
contentInfo: {
|
|
115
119
|
title: void 0,
|
|
@@ -117,7 +121,7 @@ const tn = {
|
|
|
117
121
|
description: void 0,
|
|
118
122
|
image: void 0,
|
|
119
123
|
posterImage: void 0,
|
|
120
|
-
type:
|
|
124
|
+
type: qt.type.VOD,
|
|
121
125
|
headers: []
|
|
122
126
|
},
|
|
123
127
|
mediaCollectionOptions: {
|
|
@@ -146,18 +150,19 @@ const tn = {
|
|
|
146
150
|
playerOptions: {
|
|
147
151
|
appName: void 0,
|
|
148
152
|
backgroundColor: void 0,
|
|
149
|
-
ui:
|
|
150
|
-
controls:
|
|
151
|
-
autoplay:
|
|
152
|
-
muted:
|
|
153
|
-
loop:
|
|
154
|
-
watermark:
|
|
155
|
-
keyboardControls:
|
|
156
|
-
capLevelToPlayerSize:
|
|
157
|
-
title:
|
|
158
|
-
playerProfile:
|
|
159
|
-
collectVideoAnalytics:
|
|
160
|
-
verifyContent:
|
|
153
|
+
ui: qt.ui.WEB,
|
|
154
|
+
controls: qt.controls.AUTO_HIDE,
|
|
155
|
+
autoplay: qt.autoplay.OFF,
|
|
156
|
+
muted: qt.muted.OFF,
|
|
157
|
+
loop: qt.loop.OFF,
|
|
158
|
+
watermark: qt.watermark.ON,
|
|
159
|
+
keyboardControls: qt.keyboardControls.ON,
|
|
160
|
+
capLevelToPlayerSize: qt.capLevelToPlayerSize.OFF,
|
|
161
|
+
title: qt.title.ON,
|
|
162
|
+
playerProfile: qt.playerProfile.DEFAULT,
|
|
163
|
+
collectVideoAnalytics: qt.collectVideoAnalytics.ON,
|
|
164
|
+
verifyContent: qt.verifyContent.OFF,
|
|
165
|
+
showLoader: qt.showLoader.ON,
|
|
161
166
|
hlsjsOptions: void 0,
|
|
162
167
|
dashjsOptions: void 0,
|
|
163
168
|
debugLogging: !1,
|
|
@@ -815,10 +820,10 @@ function BG() {
|
|
|
815
820
|
return "$" + Xe;
|
|
816
821
|
}
|
|
817
822
|
var nn = !1, Mr = /\/+/g;
|
|
818
|
-
function
|
|
823
|
+
function Zt(re) {
|
|
819
824
|
return re.replace(Mr, "$&/");
|
|
820
825
|
}
|
|
821
|
-
function
|
|
826
|
+
function Wt(re, Oe) {
|
|
822
827
|
return typeof re == "object" && re !== null && re.key != null ? (P(re.key), Rt("" + re.key)) : Oe.toString(36);
|
|
823
828
|
}
|
|
824
829
|
function Xr(re, Oe, We, Xe, mt) {
|
|
@@ -841,10 +846,10 @@ function BG() {
|
|
|
841
846
|
}
|
|
842
847
|
}
|
|
843
848
|
if (Mt) {
|
|
844
|
-
var ln = re, Ln = mt(ln), Jn = Xe === "" ? gt +
|
|
849
|
+
var ln = re, Ln = mt(ln), Jn = Xe === "" ? gt + Wt(ln, 0) : Xe;
|
|
845
850
|
if (ue(Ln)) {
|
|
846
851
|
var vr = "";
|
|
847
|
-
Jn != null && (vr =
|
|
852
|
+
Jn != null && (vr = Zt(Jn) + "/"), Xr(Ln, Oe, vr, "", function(Em) {
|
|
848
853
|
return Em;
|
|
849
854
|
});
|
|
850
855
|
} else Ln != null && (yt(Ln) && (Ln.key && (!ln || ln.key !== Ln.key) && P(Ln.key), Ln = Be(
|
|
@@ -855,7 +860,7 @@ function BG() {
|
|
|
855
860
|
(Ln.key && (!ln || ln.key !== Ln.key) ? (
|
|
856
861
|
// $FlowFixMe Flow incorrectly thinks existing element's key can be a number
|
|
857
862
|
// eslint-disable-next-line react-internal/safe-string-coercion
|
|
858
|
-
|
|
863
|
+
Zt("" + Ln.key) + "/"
|
|
859
864
|
) : "") + Jn
|
|
860
865
|
)), Oe.push(Ln));
|
|
861
866
|
return 1;
|
|
@@ -863,14 +868,14 @@ function BG() {
|
|
|
863
868
|
var pr, br, xr = 0, qn = Xe === "" ? gt : Xe + Et;
|
|
864
869
|
if (ue(re))
|
|
865
870
|
for (var eu = 0; eu < re.length; eu++)
|
|
866
|
-
pr = re[eu], br = qn +
|
|
871
|
+
pr = re[eu], br = qn + Wt(pr, eu), xr += Xr(pr, Oe, We, br, mt);
|
|
867
872
|
else {
|
|
868
873
|
var cf = L(re);
|
|
869
874
|
if (typeof cf == "function") {
|
|
870
875
|
var qd = re;
|
|
871
876
|
cf === qd.entries && (nn || z("Using Maps as children is not supported. Use an array of keyed ReactElements instead."), nn = !0);
|
|
872
877
|
for (var Cm = cf.call(qd), no, Vd = 0; !(no = Cm.next()).done; )
|
|
873
|
-
pr = no.value, br = qn +
|
|
878
|
+
pr = no.value, br = qn + Wt(pr, Vd++), xr += Xr(pr, Oe, We, br, mt);
|
|
874
879
|
} else if (cn === "object") {
|
|
875
880
|
var Gd = String(re);
|
|
876
881
|
throw new Error("Objects are not valid as a React child (found: " + (Gd === "[object Object]" ? "object with keys {" + Object.keys(re).join(", ") + "}" : Gd) + "). If you meant to render a collection of children, use an array instead.");
|
|
@@ -1139,7 +1144,7 @@ See https://reactjs.org/link/invalid-hook-call for tips about how to debug and f
|
|
|
1139
1144
|
var Oe = rt();
|
|
1140
1145
|
return Oe.useRef(re);
|
|
1141
1146
|
}
|
|
1142
|
-
function
|
|
1147
|
+
function Kt(re, Oe) {
|
|
1143
1148
|
var We = rt();
|
|
1144
1149
|
return We.useEffect(re, Oe);
|
|
1145
1150
|
}
|
|
@@ -1668,7 +1673,7 @@ Check the top-level render call using <` + We + ">.");
|
|
|
1668
1673
|
toArray: ve,
|
|
1669
1674
|
only: xe
|
|
1670
1675
|
};
|
|
1671
|
-
e.Children = to, e.Component = ie, e.Fragment = o, e.Profiler = c, e.PureComponent = Ue, e.StrictMode = u, e.Suspense = w, e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = O, e.act = Xo, e.cloneElement = lf, e.createContext = ct, e.createElement = ec, e.createFactory = Hd, e.createRef = fe, e.forwardRef = On, e.isValidElement = yt, e.lazy = fr, e.memo = et, e.startTransition = Ph, e.unstable_act = Xo, e.useCallback = Yn, e.useContext = Nt, e.useDebugValue = $n, e.useDeferredValue = ga, e.useEffect =
|
|
1676
|
+
e.Children = to, e.Component = ie, e.Fragment = o, e.Profiler = c, e.PureComponent = Ue, e.StrictMode = u, e.Suspense = w, e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = O, e.act = Xo, e.cloneElement = lf, e.createContext = ct, e.createElement = ec, e.createFactory = Hd, e.createRef = fe, e.forwardRef = On, e.isValidElement = yt, e.lazy = fr, e.memo = et, e.startTransition = Ph, e.unstable_act = Xo, e.useCallback = Yn, e.useContext = Nt, e.useDebugValue = $n, e.useDeferredValue = ga, e.useEffect = Kt, e.useId = wn, e.useImperativeHandle = Ti, e.useInsertionEffect = dr, e.useLayoutEffect = jn, e.useMemo = sa, e.useReducer = Bt, e.useRef = Dt, e.useState = Ft, e.useSyncExternalStore = Xa, e.useTransition = qr, e.version = t, typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error());
|
|
1672
1677
|
}();
|
|
1673
1678
|
}(qv, qv.exports)), qv.exports;
|
|
1674
1679
|
}
|
|
@@ -1929,17 +1934,17 @@ function $G() {
|
|
|
1929
1934
|
}
|
|
1930
1935
|
} catch (qr) {
|
|
1931
1936
|
if (qr && Nt && typeof qr.stack == "string") {
|
|
1932
|
-
for (var
|
|
1937
|
+
for (var Kt = qr.stack.split(`
|
|
1933
1938
|
`), dr = Nt.stack.split(`
|
|
1934
|
-
`), jn =
|
|
1939
|
+
`), jn = Kt.length - 1, Yn = dr.length - 1; jn >= 1 && Yn >= 0 && Kt[jn] !== dr[Yn]; )
|
|
1935
1940
|
Yn--;
|
|
1936
1941
|
for (; jn >= 1 && Yn >= 0; jn--, Yn--)
|
|
1937
|
-
if (
|
|
1942
|
+
if (Kt[jn] !== dr[Yn]) {
|
|
1938
1943
|
if (jn !== 1 || Yn !== 1)
|
|
1939
1944
|
do
|
|
1940
|
-
if (jn--, Yn--, Yn < 0 ||
|
|
1945
|
+
if (jn--, Yn--, Yn < 0 || Kt[jn] !== dr[Yn]) {
|
|
1941
1946
|
var sa = `
|
|
1942
|
-
` +
|
|
1947
|
+
` + Kt[jn].replace(" at new ", " at ");
|
|
1943
1948
|
return Te.displayName && sa.includes("<anonymous>") && (sa = sa.replace("<anonymous>", Te.displayName)), typeof Te == "function" && se.set(Te, sa), sa;
|
|
1944
1949
|
}
|
|
1945
1950
|
while (jn >= 1 && Yn >= 0);
|
|
@@ -2001,17 +2006,17 @@ function $G() {
|
|
|
2001
2006
|
var Bt = Function.call.bind(J);
|
|
2002
2007
|
for (var Dt in Te)
|
|
2003
2008
|
if (Bt(Te, Dt)) {
|
|
2004
|
-
var
|
|
2009
|
+
var Kt = void 0;
|
|
2005
2010
|
try {
|
|
2006
2011
|
if (typeof Te[Dt] != "function") {
|
|
2007
2012
|
var dr = Error((Nt || "React class") + ": " + rt + " type `" + Dt + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof Te[Dt] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
2008
2013
|
throw dr.name = "Invariant Violation", dr;
|
|
2009
2014
|
}
|
|
2010
|
-
|
|
2015
|
+
Kt = Te[Dt](et, Dt, Nt, rt, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
2011
2016
|
} catch (jn) {
|
|
2012
|
-
|
|
2017
|
+
Kt = jn;
|
|
2013
2018
|
}
|
|
2014
|
-
|
|
2019
|
+
Kt && !(Kt instanceof Error) && (ee(Ft), L("%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).", Nt || "React class", rt, Dt, typeof Kt), ee(null)), Kt instanceof Error && !(Kt.message in P) && (P[Kt.message] = !0, ee(Ft), L("Failed %s type: %s", rt, Kt.message), ee(null));
|
|
2015
2020
|
}
|
|
2016
2021
|
}
|
|
2017
2022
|
}
|
|
@@ -2091,7 +2096,7 @@ function $G() {
|
|
|
2091
2096
|
}
|
|
2092
2097
|
}
|
|
2093
2098
|
var Et = function(Te, et, rt, Nt, Ft, Bt, Dt) {
|
|
2094
|
-
var
|
|
2099
|
+
var Kt = {
|
|
2095
2100
|
// This tag allows us to uniquely identify this as a React Element
|
|
2096
2101
|
$$typeof: e,
|
|
2097
2102
|
// Built-in properties that belong on the element
|
|
@@ -2102,27 +2107,27 @@ function $G() {
|
|
|
2102
2107
|
// Record the component responsible for creating this element.
|
|
2103
2108
|
_owner: Bt
|
|
2104
2109
|
};
|
|
2105
|
-
return
|
|
2110
|
+
return Kt._store = {}, Object.defineProperty(Kt._store, "validated", {
|
|
2106
2111
|
configurable: !1,
|
|
2107
2112
|
enumerable: !1,
|
|
2108
2113
|
writable: !0,
|
|
2109
2114
|
value: !1
|
|
2110
|
-
}), Object.defineProperty(
|
|
2115
|
+
}), Object.defineProperty(Kt, "_self", {
|
|
2111
2116
|
configurable: !1,
|
|
2112
2117
|
enumerable: !1,
|
|
2113
2118
|
writable: !1,
|
|
2114
2119
|
value: Nt
|
|
2115
|
-
}), Object.defineProperty(
|
|
2120
|
+
}), Object.defineProperty(Kt, "_source", {
|
|
2116
2121
|
configurable: !1,
|
|
2117
2122
|
enumerable: !1,
|
|
2118
2123
|
writable: !1,
|
|
2119
2124
|
value: Ft
|
|
2120
|
-
}), Object.freeze && (Object.freeze(
|
|
2125
|
+
}), Object.freeze && (Object.freeze(Kt.props), Object.freeze(Kt)), Kt;
|
|
2121
2126
|
};
|
|
2122
2127
|
function Rt(Te, et, rt, Nt, Ft) {
|
|
2123
2128
|
{
|
|
2124
|
-
var Bt, Dt = {},
|
|
2125
|
-
rt !== void 0 && (St(rt),
|
|
2129
|
+
var Bt, Dt = {}, Kt = null, dr = null;
|
|
2130
|
+
rt !== void 0 && (St(rt), Kt = "" + rt), Be(et) && (St(et.key), Kt = "" + et.key), Re(et) && (dr = et.ref, wt(et, Ft));
|
|
2126
2131
|
for (Bt in et)
|
|
2127
2132
|
J.call(et, Bt) && !H.hasOwnProperty(Bt) && (Dt[Bt] = et[Bt]);
|
|
2128
2133
|
if (Te && Te.defaultProps) {
|
|
@@ -2130,23 +2135,23 @@ function $G() {
|
|
|
2130
2135
|
for (Bt in jn)
|
|
2131
2136
|
Dt[Bt] === void 0 && (Dt[Bt] = jn[Bt]);
|
|
2132
2137
|
}
|
|
2133
|
-
if (
|
|
2138
|
+
if (Kt || dr) {
|
|
2134
2139
|
var Yn = typeof Te == "function" ? Te.displayName || Te.name || "Unknown" : Te;
|
|
2135
|
-
|
|
2140
|
+
Kt && yt(Dt, Yn), dr && gt(Dt, Yn);
|
|
2136
2141
|
}
|
|
2137
|
-
return Et(Te,
|
|
2142
|
+
return Et(Te, Kt, dr, Ft, Nt, Z.current, Dt);
|
|
2138
2143
|
}
|
|
2139
2144
|
}
|
|
2140
2145
|
var nn = R.ReactCurrentOwner, Mr = R.ReactDebugCurrentFrame;
|
|
2141
|
-
function
|
|
2146
|
+
function Zt(Te) {
|
|
2142
2147
|
if (Te) {
|
|
2143
2148
|
var et = Te._owner, rt = ye(Te.type, Te._source, et ? et.type : null);
|
|
2144
2149
|
Mr.setExtraStackFrame(rt);
|
|
2145
2150
|
} else
|
|
2146
2151
|
Mr.setExtraStackFrame(null);
|
|
2147
2152
|
}
|
|
2148
|
-
var
|
|
2149
|
-
|
|
2153
|
+
var Wt;
|
|
2154
|
+
Wt = !1;
|
|
2150
2155
|
function Xr(Te) {
|
|
2151
2156
|
return typeof Te == "object" && Te !== null && Te.$$typeof === e;
|
|
2152
2157
|
}
|
|
@@ -2188,7 +2193,7 @@ Check the top-level render call using <` + rt + ">.");
|
|
|
2188
2193
|
return;
|
|
2189
2194
|
Ma[rt] = !0;
|
|
2190
2195
|
var Nt = "";
|
|
2191
|
-
Te && Te._owner && Te._owner !== nn.current && (Nt = " It was passed a child from " + C(Te._owner.type) + "."),
|
|
2196
|
+
Te && Te._owner && Te._owner !== nn.current && (Nt = " It was passed a child from " + C(Te._owner.type) + "."), Zt(Te), L('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', rt, Nt), Zt(null);
|
|
2192
2197
|
}
|
|
2193
2198
|
}
|
|
2194
2199
|
function ct(Te, et) {
|
|
@@ -2227,8 +2232,8 @@ Check the top-level render call using <` + rt + ">.");
|
|
|
2227
2232
|
if (rt) {
|
|
2228
2233
|
var Nt = C(et);
|
|
2229
2234
|
oe(rt, Te.props, "prop", Nt, Te);
|
|
2230
|
-
} else if (et.PropTypes !== void 0 && !
|
|
2231
|
-
|
|
2235
|
+
} else if (et.PropTypes !== void 0 && !Wt) {
|
|
2236
|
+
Wt = !0;
|
|
2232
2237
|
var Ft = C(et);
|
|
2233
2238
|
L("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", Ft || "Unknown");
|
|
2234
2239
|
}
|
|
@@ -2240,11 +2245,11 @@ Check the top-level render call using <` + rt + ">.");
|
|
|
2240
2245
|
for (var et = Object.keys(Te.props), rt = 0; rt < et.length; rt++) {
|
|
2241
2246
|
var Nt = et[rt];
|
|
2242
2247
|
if (Nt !== "children" && Nt !== "key") {
|
|
2243
|
-
|
|
2248
|
+
Zt(Te), L("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", Nt), Zt(null);
|
|
2244
2249
|
break;
|
|
2245
2250
|
}
|
|
2246
2251
|
}
|
|
2247
|
-
Te.ref !== null && (
|
|
2252
|
+
Te.ref !== null && (Zt(Te), L("Invalid attribute `ref` supplied to `React.Fragment`."), Zt(null));
|
|
2248
2253
|
}
|
|
2249
2254
|
}
|
|
2250
2255
|
var Dn = {};
|
|
@@ -2252,12 +2257,12 @@ Check the top-level render call using <` + rt + ">.");
|
|
|
2252
2257
|
{
|
|
2253
2258
|
var Dt = Ce(Te);
|
|
2254
2259
|
if (!Dt) {
|
|
2255
|
-
var
|
|
2256
|
-
(Te === void 0 || typeof Te == "object" && Te !== null && Object.keys(Te).length === 0) && (
|
|
2260
|
+
var Kt = "";
|
|
2261
|
+
(Te === void 0 || typeof Te == "object" && Te !== null && Object.keys(Te).length === 0) && (Kt += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
2257
2262
|
var dr = In();
|
|
2258
|
-
dr ?
|
|
2263
|
+
dr ? Kt += dr : Kt += Mn();
|
|
2259
2264
|
var jn;
|
|
2260
|
-
Te === null ? jn = "null" : Le(Te) ? jn = "array" : Te !== void 0 && Te.$$typeof === e ? (jn = "<" + (C(Te.type) || "Unknown") + " />",
|
|
2265
|
+
Te === null ? jn = "null" : Le(Te) ? jn = "array" : Te !== void 0 && Te.$$typeof === e ? (jn = "<" + (C(Te.type) || "Unknown") + " />", Kt = " Did you accidentally export a JSX literal instead of a component?") : jn = typeof Te, L("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", jn, Kt);
|
|
2261
2266
|
}
|
|
2262
2267
|
var Yn = Rt(Te, et, rt, Ft, Bt);
|
|
2263
2268
|
if (Yn == null)
|
|
@@ -3345,7 +3350,7 @@ function QG() {
|
|
|
3345
3350
|
function nn(l) {
|
|
3346
3351
|
return l = l.target || l.srcElement || window, l.correspondingUseElement && (l = l.correspondingUseElement), l.nodeType === 3 ? l.parentNode : l;
|
|
3347
3352
|
}
|
|
3348
|
-
var Mr = null,
|
|
3353
|
+
var Mr = null, Zt = null, Wt = null;
|
|
3349
3354
|
function Xr(l) {
|
|
3350
3355
|
if (l = rp(l)) {
|
|
3351
3356
|
if (typeof Mr != "function") throw Error(t(280));
|
|
@@ -3354,12 +3359,12 @@ function QG() {
|
|
|
3354
3359
|
}
|
|
3355
3360
|
}
|
|
3356
3361
|
function Mn(l) {
|
|
3357
|
-
|
|
3362
|
+
Zt ? Wt ? Wt.push(l) : Wt = [l] : Zt = l;
|
|
3358
3363
|
}
|
|
3359
3364
|
function In() {
|
|
3360
|
-
if (
|
|
3361
|
-
var l =
|
|
3362
|
-
if (
|
|
3365
|
+
if (Zt) {
|
|
3366
|
+
var l = Zt, f = Wt;
|
|
3367
|
+
if (Wt = Zt = null, Xr(l), f) for (l = 0; l < f.length; l++) Xr(f[l]);
|
|
3363
3368
|
}
|
|
3364
3369
|
}
|
|
3365
3370
|
function Ma(l, f) {
|
|
@@ -3374,7 +3379,7 @@ function QG() {
|
|
|
3374
3379
|
try {
|
|
3375
3380
|
return Ma(l, f, v);
|
|
3376
3381
|
} finally {
|
|
3377
|
-
xe = !1, (
|
|
3382
|
+
xe = !1, (Zt !== null || Wt !== null) && (ve(), In());
|
|
3378
3383
|
}
|
|
3379
3384
|
}
|
|
3380
3385
|
function at(l, f) {
|
|
@@ -3515,7 +3520,7 @@ function QG() {
|
|
|
3515
3520
|
if (v.tag !== 3) throw Error(t(188));
|
|
3516
3521
|
return v.stateNode.current === v ? l : f;
|
|
3517
3522
|
}
|
|
3518
|
-
function
|
|
3523
|
+
function Kt(l) {
|
|
3519
3524
|
return l = Dt(l), l !== null ? dr(l) : null;
|
|
3520
3525
|
}
|
|
3521
3526
|
function dr(l) {
|
|
@@ -4415,46 +4420,46 @@ function QG() {
|
|
|
4415
4420
|
case "pointerup":
|
|
4416
4421
|
Pt = Dh;
|
|
4417
4422
|
}
|
|
4418
|
-
var
|
|
4419
|
-
|
|
4423
|
+
var Vt = (f & 4) !== 0, na = !Vt && l === "scroll", $e = Vt ? ut !== null ? ut + "Capture" : null : ut;
|
|
4424
|
+
Vt = [];
|
|
4420
4425
|
for (var ze = Ye, Ve; ze !== null; ) {
|
|
4421
4426
|
Ve = ze;
|
|
4422
4427
|
var vt = Ve.stateNode;
|
|
4423
|
-
if (Ve.tag === 5 && vt !== null && (Ve = vt, $e !== null && (vt = at(ze, $e), vt != null &&
|
|
4428
|
+
if (Ve.tag === 5 && vt !== null && (Ve = vt, $e !== null && (vt = at(ze, $e), vt != null && Vt.push(Xd(ze, vt, Ve)))), na) break;
|
|
4424
4429
|
ze = ze.return;
|
|
4425
4430
|
}
|
|
4426
|
-
0 <
|
|
4431
|
+
0 < Vt.length && (ut = new Pt(ut, jt, null, v, lt), dt.push({ event: ut, listeners: Vt }));
|
|
4427
4432
|
}
|
|
4428
4433
|
}
|
|
4429
4434
|
if (!(f & 7)) {
|
|
4430
4435
|
e: {
|
|
4431
4436
|
if (ut = l === "mouseover" || l === "pointerover", Pt = l === "mouseout" || l === "pointerout", ut && v !== Rt && (jt = v.relatedTarget || v.fromElement) && (Ms(jt) || jt[su])) break e;
|
|
4432
4437
|
if ((Pt || ut) && (ut = lt.window === lt ? lt : (ut = lt.ownerDocument) ? ut.defaultView || ut.parentWindow : window, Pt ? (jt = v.relatedTarget || v.toElement, Pt = Ye, jt = jt ? Ms(jt) : null, jt !== null && (na = Nt(jt), jt !== na || jt.tag !== 5 && jt.tag !== 6) && (jt = null)) : (Pt = null, jt = Ye), Pt !== jt)) {
|
|
4433
|
-
if (
|
|
4434
|
-
for (
|
|
4438
|
+
if (Vt = eu, vt = "onMouseLeave", $e = "onMouseEnter", ze = "mouse", (l === "pointerout" || l === "pointerover") && (Vt = Dh, vt = "onPointerLeave", $e = "onPointerEnter", ze = "pointer"), na = Pt == null ? ut : gf(Pt), Ve = jt == null ? ut : gf(jt), ut = new Vt(vt, ze + "leave", Pt, v, lt), ut.target = na, ut.relatedTarget = Ve, vt = null, Ms(lt) === Ye && (Vt = new Vt($e, ze + "enter", jt, v, lt), Vt.target = Ve, Vt.relatedTarget = na, vt = Vt), na = vt, Pt && jt) t: {
|
|
4439
|
+
for (Vt = Pt, $e = jt, ze = 0, Ve = Vt; Ve; Ve = ac(Ve)) ze++;
|
|
4435
4440
|
for (Ve = 0, vt = $e; vt; vt = ac(vt)) Ve++;
|
|
4436
|
-
for (; 0 < ze - Ve; )
|
|
4441
|
+
for (; 0 < ze - Ve; ) Vt = ac(Vt), ze--;
|
|
4437
4442
|
for (; 0 < Ve - ze; ) $e = ac($e), Ve--;
|
|
4438
4443
|
for (; ze--; ) {
|
|
4439
|
-
if (
|
|
4440
|
-
|
|
4444
|
+
if (Vt === $e || $e !== null && Vt === $e.alternate) break t;
|
|
4445
|
+
Vt = ac(Vt), $e = ac($e);
|
|
4441
4446
|
}
|
|
4442
|
-
|
|
4447
|
+
Vt = null;
|
|
4443
4448
|
}
|
|
4444
|
-
else
|
|
4445
|
-
Pt !== null && Bm(dt, ut, Pt,
|
|
4449
|
+
else Vt = null;
|
|
4450
|
+
Pt !== null && Bm(dt, ut, Pt, Vt, !1), jt !== null && na !== null && Bm(dt, na, jt, Vt, !0);
|
|
4446
4451
|
}
|
|
4447
4452
|
}
|
|
4448
4453
|
e: {
|
|
4449
|
-
if (ut = Ye ? gf(Ye) : window, Pt = ut.nodeName && ut.nodeName.toLowerCase(), Pt === "select" || Pt === "input" && ut.type === "file") var
|
|
4450
|
-
else if (c1(ut)) if (Om)
|
|
4454
|
+
if (ut = Ye ? gf(Ye) : window, Pt = ut.nodeName && ut.nodeName.toLowerCase(), Pt === "select" || Pt === "input" && ut.type === "file") var Jt = d1;
|
|
4455
|
+
else if (c1(ut)) if (Om) Jt = m1;
|
|
4451
4456
|
else {
|
|
4452
|
-
|
|
4457
|
+
Jt = g3;
|
|
4453
4458
|
var fn = m3;
|
|
4454
4459
|
}
|
|
4455
|
-
else (Pt = ut.nodeName) && Pt.toLowerCase() === "input" && (ut.type === "checkbox" || ut.type === "radio") && (
|
|
4456
|
-
if (
|
|
4457
|
-
f1(dt,
|
|
4460
|
+
else (Pt = ut.nodeName) && Pt.toLowerCase() === "input" && (ut.type === "checkbox" || ut.type === "radio") && (Jt = v3);
|
|
4461
|
+
if (Jt && (Jt = Jt(l, Ye))) {
|
|
4462
|
+
f1(dt, Jt, v, lt);
|
|
4458
4463
|
break e;
|
|
4459
4464
|
}
|
|
4460
4465
|
fn && fn(l, ut, Ye), l === "focusout" && (fn = ut._wrapperState) && fn.controlled && ut.type === "number" && ee(ut, "number", ut.value);
|
|
@@ -4846,14 +4851,14 @@ function QG() {
|
|
|
4846
4851
|
return ze === null || ze.tag !== 6 ? (ze = z0(Ve, $e.mode, vt), ze.return = $e, ze) : (ze = I(ze, Ve), ze.return = $e, ze);
|
|
4847
4852
|
}
|
|
4848
4853
|
function De($e, ze, Ve, vt) {
|
|
4849
|
-
var
|
|
4850
|
-
return
|
|
4854
|
+
var Jt = Ve.type;
|
|
4855
|
+
return Jt === ce ? lt($e, ze, Ve.props.children, vt, Ve.key) : ze !== null && (ze.elementType === Jt || typeof Jt == "object" && Jt !== null && Jt.$$typeof === z && P1(Jt) === ze.type) ? (vt = I(ze, Ve.props), vt.ref = lc($e, ze, Ve), vt.return = $e, vt) : (vt = F0(Ve.type, Ve.key, Ve.props, null, $e.mode, vt), vt.ref = lc($e, ze, Ve), vt.return = $e, vt);
|
|
4851
4856
|
}
|
|
4852
4857
|
function Ye($e, ze, Ve, vt) {
|
|
4853
4858
|
return ze === null || ze.tag !== 4 || ze.stateNode.containerInfo !== Ve.containerInfo || ze.stateNode.implementation !== Ve.implementation ? (ze = Sp(Ve, $e.mode, vt), ze.return = $e, ze) : (ze = I(ze, Ve.children || []), ze.return = $e, ze);
|
|
4854
4859
|
}
|
|
4855
|
-
function lt($e, ze, Ve, vt,
|
|
4856
|
-
return ze === null || ze.tag !== 7 ? (ze = Cc(Ve, $e.mode, vt,
|
|
4860
|
+
function lt($e, ze, Ve, vt, Jt) {
|
|
4861
|
+
return ze === null || ze.tag !== 7 ? (ze = Cc(Ve, $e.mode, vt, Jt), ze.return = $e, ze) : (ze = I(ze, Ve), ze.return = $e, ze);
|
|
4857
4862
|
}
|
|
4858
4863
|
function dt($e, ze, Ve) {
|
|
4859
4864
|
if (typeof ze == "string" && ze !== "" || typeof ze == "number") return ze = z0("" + ze, $e.mode, Ve), ze.return = $e, ze;
|
|
@@ -4873,103 +4878,103 @@ function QG() {
|
|
|
4873
4878
|
return null;
|
|
4874
4879
|
}
|
|
4875
4880
|
function ut($e, ze, Ve, vt) {
|
|
4876
|
-
var
|
|
4877
|
-
if (typeof Ve == "string" && Ve !== "" || typeof Ve == "number") return
|
|
4881
|
+
var Jt = ze !== null ? ze.key : null;
|
|
4882
|
+
if (typeof Ve == "string" && Ve !== "" || typeof Ve == "number") return Jt !== null ? null : Ae($e, ze, "" + Ve, vt);
|
|
4878
4883
|
if (typeof Ve == "object" && Ve !== null) {
|
|
4879
4884
|
switch (Ve.$$typeof) {
|
|
4880
4885
|
case W:
|
|
4881
|
-
return Ve.key ===
|
|
4886
|
+
return Ve.key === Jt ? De($e, ze, Ve, vt) : null;
|
|
4882
4887
|
case de:
|
|
4883
|
-
return Ve.key ===
|
|
4888
|
+
return Ve.key === Jt ? Ye($e, ze, Ve, vt) : null;
|
|
4884
4889
|
case z:
|
|
4885
|
-
return
|
|
4890
|
+
return Jt = Ve._init, ut(
|
|
4886
4891
|
$e,
|
|
4887
4892
|
ze,
|
|
4888
|
-
|
|
4893
|
+
Jt(Ve._payload),
|
|
4889
4894
|
vt
|
|
4890
4895
|
);
|
|
4891
4896
|
}
|
|
4892
|
-
if (oe(Ve) || Q(Ve)) return
|
|
4897
|
+
if (oe(Ve) || Q(Ve)) return Jt !== null ? null : lt($e, ze, Ve, vt, null);
|
|
4893
4898
|
Eo($e, Ve);
|
|
4894
4899
|
}
|
|
4895
4900
|
return null;
|
|
4896
4901
|
}
|
|
4897
|
-
function Pt($e, ze, Ve, vt,
|
|
4898
|
-
if (typeof vt == "string" && vt !== "" || typeof vt == "number") return $e = $e.get(Ve) || null, Ae(ze, $e, "" + vt,
|
|
4902
|
+
function Pt($e, ze, Ve, vt, Jt) {
|
|
4903
|
+
if (typeof vt == "string" && vt !== "" || typeof vt == "number") return $e = $e.get(Ve) || null, Ae(ze, $e, "" + vt, Jt);
|
|
4899
4904
|
if (typeof vt == "object" && vt !== null) {
|
|
4900
4905
|
switch (vt.$$typeof) {
|
|
4901
4906
|
case W:
|
|
4902
|
-
return $e = $e.get(vt.key === null ? Ve : vt.key) || null, De(ze, $e, vt,
|
|
4907
|
+
return $e = $e.get(vt.key === null ? Ve : vt.key) || null, De(ze, $e, vt, Jt);
|
|
4903
4908
|
case de:
|
|
4904
|
-
return $e = $e.get(vt.key === null ? Ve : vt.key) || null, Ye(ze, $e, vt,
|
|
4909
|
+
return $e = $e.get(vt.key === null ? Ve : vt.key) || null, Ye(ze, $e, vt, Jt);
|
|
4905
4910
|
case z:
|
|
4906
4911
|
var fn = vt._init;
|
|
4907
|
-
return Pt($e, ze, Ve, fn(vt._payload),
|
|
4912
|
+
return Pt($e, ze, Ve, fn(vt._payload), Jt);
|
|
4908
4913
|
}
|
|
4909
|
-
if (oe(vt) || Q(vt)) return $e = $e.get(Ve) || null, lt(ze, $e, vt,
|
|
4914
|
+
if (oe(vt) || Q(vt)) return $e = $e.get(Ve) || null, lt(ze, $e, vt, Jt, null);
|
|
4910
4915
|
Eo(ze, vt);
|
|
4911
4916
|
}
|
|
4912
4917
|
return null;
|
|
4913
4918
|
}
|
|
4914
4919
|
function jt($e, ze, Ve, vt) {
|
|
4915
|
-
for (var
|
|
4920
|
+
for (var Jt = null, fn = null, $t = ze, pn = ze = 0, Sa = null; $t !== null && pn < Ve.length; pn++) {
|
|
4916
4921
|
$t.index > pn ? (Sa = $t, $t = null) : Sa = $t.sibling;
|
|
4917
4922
|
var nr = ut($e, $t, Ve[pn], vt);
|
|
4918
4923
|
if (nr === null) {
|
|
4919
4924
|
$t === null && ($t = Sa);
|
|
4920
4925
|
break;
|
|
4921
4926
|
}
|
|
4922
|
-
l && $t && nr.alternate === null && f($e, $t), ze = V(nr, ze, pn), fn === null ?
|
|
4927
|
+
l && $t && nr.alternate === null && f($e, $t), ze = V(nr, ze, pn), fn === null ? Jt = nr : fn.sibling = nr, fn = nr, $t = Sa;
|
|
4923
4928
|
}
|
|
4924
|
-
if (pn === Ve.length) return v($e, $t), Rr && is($e, pn),
|
|
4929
|
+
if (pn === Ve.length) return v($e, $t), Rr && is($e, pn), Jt;
|
|
4925
4930
|
if ($t === null) {
|
|
4926
|
-
for (; pn < Ve.length; pn++) $t = dt($e, Ve[pn], vt), $t !== null && (ze = V($t, ze, pn), fn === null ?
|
|
4927
|
-
return Rr && is($e, pn),
|
|
4931
|
+
for (; pn < Ve.length; pn++) $t = dt($e, Ve[pn], vt), $t !== null && (ze = V($t, ze, pn), fn === null ? Jt = $t : fn.sibling = $t, fn = $t);
|
|
4932
|
+
return Rr && is($e, pn), Jt;
|
|
4928
4933
|
}
|
|
4929
|
-
for ($t = E($e, $t); pn < Ve.length; pn++) Sa = Pt($t, $e, pn, Ve[pn], vt), Sa !== null && (l && Sa.alternate !== null && $t.delete(Sa.key === null ? pn : Sa.key), ze = V(Sa, ze, pn), fn === null ?
|
|
4934
|
+
for ($t = E($e, $t); pn < Ve.length; pn++) Sa = Pt($t, $e, pn, Ve[pn], vt), Sa !== null && (l && Sa.alternate !== null && $t.delete(Sa.key === null ? pn : Sa.key), ze = V(Sa, ze, pn), fn === null ? Jt = Sa : fn.sibling = Sa, fn = Sa);
|
|
4930
4935
|
return l && $t.forEach(function(hu) {
|
|
4931
4936
|
return f($e, hu);
|
|
4932
|
-
}), Rr && is($e, pn),
|
|
4937
|
+
}), Rr && is($e, pn), Jt;
|
|
4933
4938
|
}
|
|
4934
|
-
function
|
|
4935
|
-
var
|
|
4936
|
-
if (typeof
|
|
4937
|
-
if (Ve =
|
|
4938
|
-
for (var fn =
|
|
4939
|
+
function Vt($e, ze, Ve, vt) {
|
|
4940
|
+
var Jt = Q(Ve);
|
|
4941
|
+
if (typeof Jt != "function") throw Error(t(150));
|
|
4942
|
+
if (Ve = Jt.call(Ve), Ve == null) throw Error(t(151));
|
|
4943
|
+
for (var fn = Jt = null, $t = ze, pn = ze = 0, Sa = null, nr = Ve.next(); $t !== null && !nr.done; pn++, nr = Ve.next()) {
|
|
4939
4944
|
$t.index > pn ? (Sa = $t, $t = null) : Sa = $t.sibling;
|
|
4940
4945
|
var hu = ut($e, $t, nr.value, vt);
|
|
4941
4946
|
if (hu === null) {
|
|
4942
4947
|
$t === null && ($t = Sa);
|
|
4943
4948
|
break;
|
|
4944
4949
|
}
|
|
4945
|
-
l && $t && hu.alternate === null && f($e, $t), ze = V(hu, ze, pn), fn === null ?
|
|
4950
|
+
l && $t && hu.alternate === null && f($e, $t), ze = V(hu, ze, pn), fn === null ? Jt = hu : fn.sibling = hu, fn = hu, $t = Sa;
|
|
4946
4951
|
}
|
|
4947
4952
|
if (nr.done) return v(
|
|
4948
4953
|
$e,
|
|
4949
4954
|
$t
|
|
4950
|
-
), Rr && is($e, pn),
|
|
4955
|
+
), Rr && is($e, pn), Jt;
|
|
4951
4956
|
if ($t === null) {
|
|
4952
|
-
for (; !nr.done; pn++, nr = Ve.next()) nr = dt($e, nr.value, vt), nr !== null && (ze = V(nr, ze, pn), fn === null ?
|
|
4953
|
-
return Rr && is($e, pn),
|
|
4957
|
+
for (; !nr.done; pn++, nr = Ve.next()) nr = dt($e, nr.value, vt), nr !== null && (ze = V(nr, ze, pn), fn === null ? Jt = nr : fn.sibling = nr, fn = nr);
|
|
4958
|
+
return Rr && is($e, pn), Jt;
|
|
4954
4959
|
}
|
|
4955
|
-
for ($t = E($e, $t); !nr.done; pn++, nr = Ve.next()) nr = Pt($t, $e, pn, nr.value, vt), nr !== null && (l && nr.alternate !== null && $t.delete(nr.key === null ? pn : nr.key), ze = V(nr, ze, pn), fn === null ?
|
|
4960
|
+
for ($t = E($e, $t); !nr.done; pn++, nr = Ve.next()) nr = Pt($t, $e, pn, nr.value, vt), nr !== null && (l && nr.alternate !== null && $t.delete(nr.key === null ? pn : nr.key), ze = V(nr, ze, pn), fn === null ? Jt = nr : fn.sibling = nr, fn = nr);
|
|
4956
4961
|
return l && $t.forEach(function($3) {
|
|
4957
4962
|
return f($e, $3);
|
|
4958
|
-
}), Rr && is($e, pn),
|
|
4963
|
+
}), Rr && is($e, pn), Jt;
|
|
4959
4964
|
}
|
|
4960
4965
|
function na($e, ze, Ve, vt) {
|
|
4961
4966
|
if (typeof Ve == "object" && Ve !== null && Ve.type === ce && Ve.key === null && (Ve = Ve.props.children), typeof Ve == "object" && Ve !== null) {
|
|
4962
4967
|
switch (Ve.$$typeof) {
|
|
4963
4968
|
case W:
|
|
4964
4969
|
e: {
|
|
4965
|
-
for (var
|
|
4966
|
-
if (fn.key ===
|
|
4967
|
-
if (
|
|
4970
|
+
for (var Jt = Ve.key, fn = ze; fn !== null; ) {
|
|
4971
|
+
if (fn.key === Jt) {
|
|
4972
|
+
if (Jt = Ve.type, Jt === ce) {
|
|
4968
4973
|
if (fn.tag === 7) {
|
|
4969
4974
|
v($e, fn.sibling), ze = I(fn, Ve.props.children), ze.return = $e, $e = ze;
|
|
4970
4975
|
break e;
|
|
4971
4976
|
}
|
|
4972
|
-
} else if (fn.elementType ===
|
|
4977
|
+
} else if (fn.elementType === Jt || typeof Jt == "object" && Jt !== null && Jt.$$typeof === z && P1(Jt) === fn.type) {
|
|
4973
4978
|
v($e, fn.sibling), ze = I(fn, Ve.props), ze.ref = lc($e, fn, Ve), ze.return = $e, $e = ze;
|
|
4974
4979
|
break e;
|
|
4975
4980
|
}
|
|
@@ -5001,7 +5006,7 @@ function QG() {
|
|
|
5001
5006
|
return fn = Ve._init, na($e, ze, fn(Ve._payload), vt);
|
|
5002
5007
|
}
|
|
5003
5008
|
if (oe(Ve)) return jt($e, ze, Ve, vt);
|
|
5004
|
-
if (Q(Ve)) return
|
|
5009
|
+
if (Q(Ve)) return Vt($e, ze, Ve, vt);
|
|
5005
5010
|
Eo($e, Ve);
|
|
5006
5011
|
}
|
|
5007
5012
|
return typeof Ve == "string" && Ve !== "" || typeof Ve == "number" ? (Ve = "" + Ve, ze !== null && ze.tag === 6 ? (v($e, ze.sibling), ze = I(ze, Ve), ze.return = $e, $e = ze) : (v($e, ze), ze = z0(Ve, $e.mode, vt), ze.return = $e, $e = ze), le($e)) : v($e, ze);
|
|
@@ -5115,10 +5120,10 @@ function QG() {
|
|
|
5115
5120
|
next: null
|
|
5116
5121
|
});
|
|
5117
5122
|
e: {
|
|
5118
|
-
var jt = l,
|
|
5119
|
-
switch (ut = f, Pt = v,
|
|
5123
|
+
var jt = l, Vt = Ae;
|
|
5124
|
+
switch (ut = f, Pt = v, Vt.tag) {
|
|
5120
5125
|
case 1:
|
|
5121
|
-
if (jt =
|
|
5126
|
+
if (jt = Vt.payload, typeof jt == "function") {
|
|
5122
5127
|
dt = jt.call(Pt, dt, ut);
|
|
5123
5128
|
break e;
|
|
5124
5129
|
}
|
|
@@ -5127,7 +5132,7 @@ function QG() {
|
|
|
5127
5132
|
case 3:
|
|
5128
5133
|
jt.flags = jt.flags & -65537 | 128;
|
|
5129
5134
|
case 0:
|
|
5130
|
-
if (jt =
|
|
5135
|
+
if (jt = Vt.payload, ut = typeof jt == "function" ? jt.call(Pt, dt, ut) : jt, ut == null) break e;
|
|
5131
5136
|
dt = ae({}, dt, ut);
|
|
5132
5137
|
break e;
|
|
5133
5138
|
case 2:
|
|
@@ -5212,7 +5217,7 @@ function QG() {
|
|
|
5212
5217
|
for (var l = 0; l < a0.length; l++) a0[l]._workInProgressVersionPrimary = null;
|
|
5213
5218
|
a0.length = 0;
|
|
5214
5219
|
}
|
|
5215
|
-
var i0 = q.ReactCurrentDispatcher, up = q.ReactCurrentBatchConfig,
|
|
5220
|
+
var i0 = q.ReactCurrentDispatcher, up = q.ReactCurrentBatchConfig, Yt = 0, Xt = null, gn = null, Nn = null, us = !1, Cf = !1, lp = 0, E3 = 0;
|
|
5216
5221
|
function ti() {
|
|
5217
5222
|
throw Error(t(321));
|
|
5218
5223
|
}
|
|
@@ -5222,14 +5227,14 @@ function QG() {
|
|
|
5222
5227
|
return !0;
|
|
5223
5228
|
}
|
|
5224
5229
|
function ot(l, f, v, E, I, V) {
|
|
5225
|
-
if (
|
|
5230
|
+
if (Yt = V, Xt = f, f.memoizedState = null, f.updateQueue = null, f.lanes = 0, i0.current = l === null || l.memoizedState === null ? A3 : Sr, l = v(E, I), Cf) {
|
|
5226
5231
|
V = 0;
|
|
5227
5232
|
do {
|
|
5228
5233
|
if (Cf = !1, lp = 0, 25 <= V) throw Error(t(301));
|
|
5229
5234
|
V += 1, Nn = gn = null, f.updateQueue = null, i0.current = w0, l = v(E, I);
|
|
5230
5235
|
} while (Cf);
|
|
5231
5236
|
}
|
|
5232
|
-
if (i0.current = ni, f = gn !== null && gn.next !== null,
|
|
5237
|
+
if (i0.current = ni, f = gn !== null && gn.next !== null, Yt = 0, Nn = gn = Xt = null, us = !1, f) throw Error(t(300));
|
|
5233
5238
|
return l;
|
|
5234
5239
|
}
|
|
5235
5240
|
function la() {
|
|
@@ -5238,18 +5243,18 @@ function QG() {
|
|
|
5238
5243
|
}
|
|
5239
5244
|
function rn() {
|
|
5240
5245
|
var l = { memoizedState: null, baseState: null, baseQueue: null, queue: null, next: null };
|
|
5241
|
-
return Nn === null ?
|
|
5246
|
+
return Nn === null ? Xt.memoizedState = Nn = l : Nn = Nn.next = l, Nn;
|
|
5242
5247
|
}
|
|
5243
5248
|
function za() {
|
|
5244
5249
|
if (gn === null) {
|
|
5245
|
-
var l =
|
|
5250
|
+
var l = Xt.alternate;
|
|
5246
5251
|
l = l !== null ? l.memoizedState : null;
|
|
5247
5252
|
} else l = gn.next;
|
|
5248
|
-
var f = Nn === null ?
|
|
5253
|
+
var f = Nn === null ? Xt.memoizedState : Nn.next;
|
|
5249
5254
|
if (f !== null) Nn = f, gn = l;
|
|
5250
5255
|
else {
|
|
5251
5256
|
if (l === null) throw Error(t(310));
|
|
5252
|
-
gn = l, l = { memoizedState: gn.memoizedState, baseState: gn.baseState, baseQueue: gn.baseQueue, queue: gn.queue, next: null }, Nn === null ?
|
|
5257
|
+
gn = l, l = { memoizedState: gn.memoizedState, baseState: gn.baseState, baseQueue: gn.baseQueue, queue: gn.queue, next: null }, Nn === null ? Xt.memoizedState = Nn = l : Nn = Nn.next = l;
|
|
5253
5258
|
}
|
|
5254
5259
|
return Nn;
|
|
5255
5260
|
}
|
|
@@ -5273,7 +5278,7 @@ function QG() {
|
|
|
5273
5278
|
var Ae = le = null, De = null, Ye = V;
|
|
5274
5279
|
do {
|
|
5275
5280
|
var lt = Ye.lane;
|
|
5276
|
-
if ((
|
|
5281
|
+
if ((Yt & lt) === lt) De !== null && (De = De.next = { lane: 0, action: Ye.action, hasEagerState: Ye.hasEagerState, eagerState: Ye.eagerState, next: null }), E = Ye.hasEagerState ? Ye.eagerState : l(E, Ye.action);
|
|
5277
5282
|
else {
|
|
5278
5283
|
var dt = {
|
|
5279
5284
|
lane: lt,
|
|
@@ -5282,7 +5287,7 @@ function QG() {
|
|
|
5282
5287
|
eagerState: Ye.eagerState,
|
|
5283
5288
|
next: null
|
|
5284
5289
|
};
|
|
5285
|
-
De === null ? (Ae = De = dt, le = E) : De = De.next = dt,
|
|
5290
|
+
De === null ? (Ae = De = dt, le = E) : De = De.next = dt, Xt.lanes |= lt, wc |= lt;
|
|
5286
5291
|
}
|
|
5287
5292
|
Ye = Ye.next;
|
|
5288
5293
|
} while (Ye !== null && Ye !== V);
|
|
@@ -5291,7 +5296,7 @@ function QG() {
|
|
|
5291
5296
|
if (l = v.interleaved, l !== null) {
|
|
5292
5297
|
I = l;
|
|
5293
5298
|
do
|
|
5294
|
-
V = I.lane,
|
|
5299
|
+
V = I.lane, Xt.lanes |= V, wc |= V, I = I.next;
|
|
5295
5300
|
while (I !== l);
|
|
5296
5301
|
} else I === null && (v.lanes = 0);
|
|
5297
5302
|
return [f.memoizedState, v.dispatch];
|
|
@@ -5314,15 +5319,15 @@ function QG() {
|
|
|
5314
5319
|
function Ef() {
|
|
5315
5320
|
}
|
|
5316
5321
|
function dc(l, f) {
|
|
5317
|
-
var v =
|
|
5322
|
+
var v = Xt, E = za(), I = f(), V = !ks(E.memoizedState, I);
|
|
5318
5323
|
if (V && (E.memoizedState = I, zi = !0), E = E.queue, fp(o0.bind(null, v, E, l), [l]), E.getSnapshot !== f || V || Nn !== null && Nn.memoizedState.tag & 1) {
|
|
5319
5324
|
if (v.flags |= 2048, pc(9, s0.bind(null, v, E, I, f), void 0, null), Kr === null) throw Error(t(349));
|
|
5320
|
-
|
|
5325
|
+
Yt & 30 || Af(v, f, I);
|
|
5321
5326
|
}
|
|
5322
5327
|
return I;
|
|
5323
5328
|
}
|
|
5324
5329
|
function Af(l, f, v) {
|
|
5325
|
-
l.flags |= 16384, l = { getSnapshot: f, value: v }, f =
|
|
5330
|
+
l.flags |= 16384, l = { getSnapshot: f, value: v }, f = Xt.updateQueue, f === null ? (f = { lastEffect: null, stores: null }, Xt.updateQueue = f, f.stores = [l]) : (v = f.stores, v === null ? f.stores = [l] : v.push(l));
|
|
5326
5331
|
}
|
|
5327
5332
|
function s0(l, f, v, E) {
|
|
5328
5333
|
f.value = v, f.getSnapshot = E, u0(f) && l0(l);
|
|
@@ -5348,17 +5353,17 @@ function QG() {
|
|
|
5348
5353
|
}
|
|
5349
5354
|
function c0(l) {
|
|
5350
5355
|
var f = rn();
|
|
5351
|
-
return typeof l == "function" && (l = l()), f.memoizedState = f.baseState = l, l = { pending: null, interleaved: null, lanes: 0, dispatch: null, lastRenderedReducer: ls, lastRenderedState: l }, f.queue = l, l = l.dispatch = dp.bind(null,
|
|
5356
|
+
return typeof l == "function" && (l = l()), f.memoizedState = f.baseState = l, l = { pending: null, interleaved: null, lanes: 0, dispatch: null, lastRenderedReducer: ls, lastRenderedState: l }, f.queue = l, l = l.dispatch = dp.bind(null, Xt, l), [f.memoizedState, l];
|
|
5352
5357
|
}
|
|
5353
5358
|
function pc(l, f, v, E) {
|
|
5354
|
-
return l = { tag: l, create: f, destroy: v, deps: E, next: null }, f =
|
|
5359
|
+
return l = { tag: l, create: f, destroy: v, deps: E, next: null }, f = Xt.updateQueue, f === null ? (f = { lastEffect: null, stores: null }, Xt.updateQueue = f, f.lastEffect = l.next = l) : (v = f.lastEffect, v === null ? f.lastEffect = l.next = l : (E = v.next, v.next = l, l.next = E, f.lastEffect = l)), l;
|
|
5355
5360
|
}
|
|
5356
5361
|
function f0() {
|
|
5357
5362
|
return za().memoizedState;
|
|
5358
5363
|
}
|
|
5359
5364
|
function kf(l, f, v, E) {
|
|
5360
5365
|
var I = rn();
|
|
5361
|
-
|
|
5366
|
+
Xt.flags |= l, I.memoizedState = pc(1 | f, v, void 0, E === void 0 ? null : E);
|
|
5362
5367
|
}
|
|
5363
5368
|
function Mf(l, f, v, E) {
|
|
5364
5369
|
var I = za();
|
|
@@ -5371,7 +5376,7 @@ function QG() {
|
|
|
5371
5376
|
return;
|
|
5372
5377
|
}
|
|
5373
5378
|
}
|
|
5374
|
-
|
|
5379
|
+
Xt.flags |= l, I.memoizedState = pc(1 | f, v, V, E);
|
|
5375
5380
|
}
|
|
5376
5381
|
function d0(l, f) {
|
|
5377
5382
|
return kf(8390656, 8, l, f);
|
|
@@ -5411,7 +5416,7 @@ function QG() {
|
|
|
5411
5416
|
return E !== null && f !== null && cp(f, E[1]) ? E[0] : (l = l(), v.memoizedState = [l, f], l);
|
|
5412
5417
|
}
|
|
5413
5418
|
function v0(l, f, v) {
|
|
5414
|
-
return
|
|
5419
|
+
return Yt & 21 ? (ks(v, f) || (v = tf(), Xt.lanes |= v, wc |= v, l.baseState = !0), f) : (l.baseState && (l.baseState = !1, zi = !0), l.memoizedState = v);
|
|
5415
5420
|
}
|
|
5416
5421
|
function ag(l, f) {
|
|
5417
5422
|
var v = tr;
|
|
@@ -5455,7 +5460,7 @@ function QG() {
|
|
|
5455
5460
|
}
|
|
5456
5461
|
function ig(l) {
|
|
5457
5462
|
var f = l.alternate;
|
|
5458
|
-
return l ===
|
|
5463
|
+
return l === Xt || f !== null && f === Xt;
|
|
5459
5464
|
}
|
|
5460
5465
|
function Rf(l, f) {
|
|
5461
5466
|
Cf = us = !0;
|
|
@@ -5486,7 +5491,7 @@ function QG() {
|
|
|
5486
5491
|
return f = f === void 0 ? null : f, l = l(), v.memoizedState = [l, f], l;
|
|
5487
5492
|
}, useReducer: function(l, f, v) {
|
|
5488
5493
|
var E = rn();
|
|
5489
|
-
return f = v !== void 0 ? v(f) : f, E.memoizedState = E.baseState = f, l = { pending: null, interleaved: null, lanes: 0, dispatch: null, lastRenderedReducer: l, lastRenderedState: f }, E.queue = l, l = l.dispatch = z1.bind(null,
|
|
5494
|
+
return f = v !== void 0 ? v(f) : f, E.memoizedState = E.baseState = f, l = { pending: null, interleaved: null, lanes: 0, dispatch: null, lastRenderedReducer: l, lastRenderedState: f }, E.queue = l, l = l.dispatch = z1.bind(null, Xt, l), [E.memoizedState, l];
|
|
5490
5495
|
}, useRef: function(l) {
|
|
5491
5496
|
var f = rn();
|
|
5492
5497
|
return l = { current: l }, f.memoizedState = l;
|
|
@@ -5497,13 +5502,13 @@ function QG() {
|
|
|
5497
5502
|
return l = ag.bind(null, l[1]), rn().memoizedState = l, [f, l];
|
|
5498
5503
|
}, useMutableSource: function() {
|
|
5499
5504
|
}, useSyncExternalStore: function(l, f, v) {
|
|
5500
|
-
var E =
|
|
5505
|
+
var E = Xt, I = rn();
|
|
5501
5506
|
if (Rr) {
|
|
5502
5507
|
if (v === void 0) throw Error(t(407));
|
|
5503
5508
|
v = v();
|
|
5504
5509
|
} else {
|
|
5505
5510
|
if (v = f(), Kr === null) throw Error(t(349));
|
|
5506
|
-
|
|
5511
|
+
Yt & 30 || Af(E, f, v);
|
|
5507
5512
|
}
|
|
5508
5513
|
I.memoizedState = v;
|
|
5509
5514
|
var V = { value: v, getSnapshot: f };
|
|
@@ -6345,7 +6350,7 @@ Error generating stack: ` + V.message + `
|
|
|
6345
6350
|
break;
|
|
6346
6351
|
case 1:
|
|
6347
6352
|
if (jt !== null) {
|
|
6348
|
-
var
|
|
6353
|
+
var Vt = jt.memoizedProps, na = jt.memoizedState, $e = f.stateNode, ze = $e.getSnapshotBeforeUpdate(f.elementType === f.type ? Vt : Bi(f.type, Vt), na);
|
|
6349
6354
|
$e.__reactInternalSnapshotBeforeUpdate = ze;
|
|
6350
6355
|
}
|
|
6351
6356
|
break;
|
|
@@ -6545,13 +6550,13 @@ Error generating stack: ` + V.message + `
|
|
|
6545
6550
|
if (Pa(f, l), ko(l), E & 4) {
|
|
6546
6551
|
try {
|
|
6547
6552
|
Df(3, l, l.return), M0(3, l);
|
|
6548
|
-
} catch (
|
|
6549
|
-
Yr(l, l.return,
|
|
6553
|
+
} catch (Vt) {
|
|
6554
|
+
Yr(l, l.return, Vt);
|
|
6550
6555
|
}
|
|
6551
6556
|
try {
|
|
6552
6557
|
Df(5, l, l.return);
|
|
6553
|
-
} catch (
|
|
6554
|
-
Yr(l, l.return,
|
|
6558
|
+
} catch (Vt) {
|
|
6559
|
+
Yr(l, l.return, Vt);
|
|
6555
6560
|
}
|
|
6556
6561
|
}
|
|
6557
6562
|
break;
|
|
@@ -6563,8 +6568,8 @@ Error generating stack: ` + V.message + `
|
|
|
6563
6568
|
var I = l.stateNode;
|
|
6564
6569
|
try {
|
|
6565
6570
|
ge(I, "");
|
|
6566
|
-
} catch (
|
|
6567
|
-
Yr(l, l.return,
|
|
6571
|
+
} catch (Vt) {
|
|
6572
|
+
Yr(l, l.return, Vt);
|
|
6568
6573
|
}
|
|
6569
6574
|
}
|
|
6570
6575
|
if (E & 4 && (I = l.stateNode, I != null)) {
|
|
@@ -6595,8 +6600,8 @@ Error generating stack: ` + V.message + `
|
|
|
6595
6600
|
) : Ee(I, !!V.multiple, V.multiple ? [] : "", !1));
|
|
6596
6601
|
}
|
|
6597
6602
|
I[oc] = V;
|
|
6598
|
-
} catch (
|
|
6599
|
-
Yr(l, l.return,
|
|
6603
|
+
} catch (Vt) {
|
|
6604
|
+
Yr(l, l.return, Vt);
|
|
6600
6605
|
}
|
|
6601
6606
|
}
|
|
6602
6607
|
break;
|
|
@@ -6606,16 +6611,16 @@ Error generating stack: ` + V.message + `
|
|
|
6606
6611
|
I = l.stateNode, V = l.memoizedProps;
|
|
6607
6612
|
try {
|
|
6608
6613
|
I.nodeValue = V;
|
|
6609
|
-
} catch (
|
|
6610
|
-
Yr(l, l.return,
|
|
6614
|
+
} catch (Vt) {
|
|
6615
|
+
Yr(l, l.return, Vt);
|
|
6611
6616
|
}
|
|
6612
6617
|
}
|
|
6613
6618
|
break;
|
|
6614
6619
|
case 3:
|
|
6615
6620
|
if (Pa(f, l), ko(l), E & 4 && v !== null && v.memoizedState.isDehydrated) try {
|
|
6616
6621
|
Gu(f.containerInfo);
|
|
6617
|
-
} catch (
|
|
6618
|
-
Yr(l, l.return,
|
|
6622
|
+
} catch (Vt) {
|
|
6623
|
+
Yr(l, l.return, Vt);
|
|
6619
6624
|
}
|
|
6620
6625
|
break;
|
|
6621
6626
|
case 4:
|
|
@@ -6642,8 +6647,8 @@ Error generating stack: ` + V.message + `
|
|
|
6642
6647
|
E = ut, v = ut.return;
|
|
6643
6648
|
try {
|
|
6644
6649
|
f = E, jt.props = f.memoizedProps, jt.state = f.memoizedState, jt.componentWillUnmount();
|
|
6645
|
-
} catch (
|
|
6646
|
-
Yr(E, v,
|
|
6650
|
+
} catch (Vt) {
|
|
6651
|
+
Yr(E, v, Vt);
|
|
6647
6652
|
}
|
|
6648
6653
|
}
|
|
6649
6654
|
break;
|
|
@@ -6666,15 +6671,15 @@ Error generating stack: ` + V.message + `
|
|
|
6666
6671
|
lt = dt;
|
|
6667
6672
|
try {
|
|
6668
6673
|
I = dt.stateNode, Ye ? (V = I.style, typeof V.setProperty == "function" ? V.setProperty("display", "none", "important") : V.display = "none") : (Ae = dt.stateNode, De = dt.memoizedProps.style, le = De != null && De.hasOwnProperty("display") ? De.display : null, Ae.style.display = Be("display", le));
|
|
6669
|
-
} catch (
|
|
6670
|
-
Yr(l, l.return,
|
|
6674
|
+
} catch (Vt) {
|
|
6675
|
+
Yr(l, l.return, Vt);
|
|
6671
6676
|
}
|
|
6672
6677
|
}
|
|
6673
6678
|
} else if (dt.tag === 6) {
|
|
6674
6679
|
if (lt === null) try {
|
|
6675
6680
|
dt.stateNode.nodeValue = Ye ? "" : dt.memoizedProps;
|
|
6676
|
-
} catch (
|
|
6677
|
-
Yr(l, l.return,
|
|
6681
|
+
} catch (Vt) {
|
|
6682
|
+
Yr(l, l.return, Vt);
|
|
6678
6683
|
}
|
|
6679
6684
|
} else if ((dt.tag !== 22 && dt.tag !== 23 || dt.memoizedState === null || dt === l) && dt.child !== null) {
|
|
6680
6685
|
dt.child.return = dt, dt = dt.child;
|
|
@@ -7162,13 +7167,13 @@ Error generating stack: ` + V.message + `
|
|
|
7162
7167
|
var v = Or;
|
|
7163
7168
|
try {
|
|
7164
7169
|
if (os(), i0.current = ni, us) {
|
|
7165
|
-
for (var E =
|
|
7170
|
+
for (var E = Xt.memoizedState; E !== null; ) {
|
|
7166
7171
|
var I = E.queue;
|
|
7167
7172
|
I !== null && (I.pending = null), E = E.next;
|
|
7168
7173
|
}
|
|
7169
7174
|
us = !1;
|
|
7170
7175
|
}
|
|
7171
|
-
if (
|
|
7176
|
+
if (Yt = 0, Nn = gn = Xt = null, Cf = !1, lp = 0, R0.current = null, v === null || v.return === null) {
|
|
7172
7177
|
_a = 1, bp = f, Or = null;
|
|
7173
7178
|
break;
|
|
7174
7179
|
}
|
|
@@ -7185,8 +7190,8 @@ Error generating stack: ` + V.message + `
|
|
|
7185
7190
|
Pt.flags &= -257, ug(Pt, le, Ae, V, f), Pt.mode & 1 && hp(V, Ye, f), f = Pt, De = Ye;
|
|
7186
7191
|
var jt = f.updateQueue;
|
|
7187
7192
|
if (jt === null) {
|
|
7188
|
-
var
|
|
7189
|
-
|
|
7193
|
+
var Vt = /* @__PURE__ */ new Set();
|
|
7194
|
+
Vt.add(De), f.updateQueue = Vt;
|
|
7190
7195
|
} else jt.add(De);
|
|
7191
7196
|
break e;
|
|
7192
7197
|
} else {
|
|
@@ -7225,8 +7230,8 @@ Error generating stack: ` + V.message + `
|
|
|
7225
7230
|
} while (V !== null);
|
|
7226
7231
|
}
|
|
7227
7232
|
iw(v);
|
|
7228
|
-
} catch (
|
|
7229
|
-
f =
|
|
7233
|
+
} catch (Jt) {
|
|
7234
|
+
f = Jt, Or === v && v !== null && (Or = v = v.return);
|
|
7230
7235
|
continue;
|
|
7231
7236
|
}
|
|
7232
7237
|
break;
|
|
@@ -7366,13 +7371,13 @@ Error generating stack: ` + V.message + `
|
|
|
7366
7371
|
}
|
|
7367
7372
|
var jt = V.alternate;
|
|
7368
7373
|
if (jt !== null) {
|
|
7369
|
-
var
|
|
7370
|
-
if (
|
|
7374
|
+
var Vt = jt.child;
|
|
7375
|
+
if (Vt !== null) {
|
|
7371
7376
|
jt.child = null;
|
|
7372
7377
|
do {
|
|
7373
|
-
var na =
|
|
7374
|
-
|
|
7375
|
-
} while (
|
|
7378
|
+
var na = Vt.sibling;
|
|
7379
|
+
Vt.sibling = null, Vt = na;
|
|
7380
|
+
} while (Vt !== null);
|
|
7376
7381
|
}
|
|
7377
7382
|
}
|
|
7378
7383
|
zt = V;
|
|
@@ -7407,8 +7412,8 @@ Error generating stack: ` + V.message + `
|
|
|
7407
7412
|
case 15:
|
|
7408
7413
|
M0(9, Ae);
|
|
7409
7414
|
}
|
|
7410
|
-
} catch (
|
|
7411
|
-
Yr(Ae, Ae.return,
|
|
7415
|
+
} catch (Jt) {
|
|
7416
|
+
Yr(Ae, Ae.return, Jt);
|
|
7412
7417
|
}
|
|
7413
7418
|
if (Ae === le) {
|
|
7414
7419
|
zt = null;
|
|
@@ -7920,7 +7925,7 @@ Error generating stack: ` + V.message + `
|
|
|
7920
7925
|
}
|
|
7921
7926
|
}, Ma = bg, ve = To;
|
|
7922
7927
|
var j3 = { usingClientEntryPoint: !1, Events: [rp, gf, sn, Mn, In, bg] }, kp = { findFiberByHostInstance: Ms, bundleType: 0, version: "18.3.1", rendererPackageName: "react-dom" }, hw = { bundleType: kp.bundleType, version: kp.version, rendererPackageName: kp.rendererPackageName, rendererConfig: kp.rendererConfig, overrideHookState: null, overrideHookStateDeletePath: null, overrideHookStateRenamePath: null, overrideProps: null, overridePropsDeletePath: null, overridePropsRenamePath: null, setErrorHandler: null, setSuspenseHandler: null, scheduleUpdate: null, currentDispatcherRef: q.ReactCurrentDispatcher, findHostInstanceByFiber: function(l) {
|
|
7923
|
-
return l =
|
|
7928
|
+
return l = Kt(l), l === null ? null : l.stateNode;
|
|
7924
7929
|
}, findFiberByHostInstance: kp.findFiberByHostInstance || B3, findHostInstancesForRefresh: null, scheduleRefresh: null, scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, reconcilerVersion: "18.3.1-next-f1338f8080-20240426" };
|
|
7925
7930
|
if (typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u") {
|
|
7926
7931
|
var V0 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
|
@@ -7943,7 +7948,7 @@ Error generating stack: ` + V.message + `
|
|
|
7943
7948
|
var f = l._reactInternals;
|
|
7944
7949
|
if (f === void 0)
|
|
7945
7950
|
throw typeof l.render == "function" ? Error(t(188)) : (l = Object.keys(l).join(","), Error(t(268, l)));
|
|
7946
|
-
return l =
|
|
7951
|
+
return l = Kt(f), l = l === null ? null : l.stateNode, l;
|
|
7947
7952
|
}, Gs.flushSync = function(l) {
|
|
7948
7953
|
return To(l);
|
|
7949
7954
|
}, Gs.hydrate = function(l, f, v) {
|
|
@@ -8114,12 +8119,12 @@ function ZG() {
|
|
|
8114
8119
|
return !1;
|
|
8115
8120
|
}
|
|
8116
8121
|
function Mr(a) {
|
|
8117
|
-
return
|
|
8122
|
+
return Wt.hasOwnProperty(a) ? Wt[a] : null;
|
|
8118
8123
|
}
|
|
8119
|
-
function
|
|
8124
|
+
function Zt(a, s, d, y, _, M, B) {
|
|
8120
8125
|
this.acceptsBooleans = s === St || s === Z || s === H, this.attributeName = y, this.attributeNamespace = _, this.mustUseProperty = d, this.propertyName = a, this.type = s, this.sanitizeURL = M, this.removeEmptyString = B;
|
|
8121
8126
|
}
|
|
8122
|
-
var
|
|
8127
|
+
var Wt = {}, Xr = [
|
|
8123
8128
|
"children",
|
|
8124
8129
|
"dangerouslySetInnerHTML",
|
|
8125
8130
|
// TODO: This prevents the assignment of defaultValue to regular
|
|
@@ -8133,7 +8138,7 @@ function ZG() {
|
|
|
8133
8138
|
"style"
|
|
8134
8139
|
];
|
|
8135
8140
|
Xr.forEach(function(a) {
|
|
8136
|
-
|
|
8141
|
+
Wt[a] = new Zt(
|
|
8137
8142
|
a,
|
|
8138
8143
|
st,
|
|
8139
8144
|
!1,
|
|
@@ -8148,7 +8153,7 @@ function ZG() {
|
|
|
8148
8153
|
);
|
|
8149
8154
|
}), [["acceptCharset", "accept-charset"], ["className", "class"], ["htmlFor", "for"], ["httpEquiv", "http-equiv"]].forEach(function(a) {
|
|
8150
8155
|
var s = a[0], d = a[1];
|
|
8151
|
-
|
|
8156
|
+
Wt[s] = new Zt(
|
|
8152
8157
|
s,
|
|
8153
8158
|
_t,
|
|
8154
8159
|
!1,
|
|
@@ -8162,7 +8167,7 @@ function ZG() {
|
|
|
8162
8167
|
!1
|
|
8163
8168
|
);
|
|
8164
8169
|
}), ["contentEditable", "draggable", "spellCheck", "value"].forEach(function(a) {
|
|
8165
|
-
|
|
8170
|
+
Wt[a] = new Zt(
|
|
8166
8171
|
a,
|
|
8167
8172
|
St,
|
|
8168
8173
|
!1,
|
|
@@ -8176,7 +8181,7 @@ function ZG() {
|
|
|
8176
8181
|
!1
|
|
8177
8182
|
);
|
|
8178
8183
|
}), ["autoReverse", "externalResourcesRequired", "focusable", "preserveAlpha"].forEach(function(a) {
|
|
8179
|
-
|
|
8184
|
+
Wt[a] = new Zt(
|
|
8180
8185
|
a,
|
|
8181
8186
|
St,
|
|
8182
8187
|
!1,
|
|
@@ -8217,7 +8222,7 @@ function ZG() {
|
|
|
8217
8222
|
// Microdata
|
|
8218
8223
|
"itemScope"
|
|
8219
8224
|
].forEach(function(a) {
|
|
8220
|
-
|
|
8225
|
+
Wt[a] = new Zt(
|
|
8221
8226
|
a,
|
|
8222
8227
|
Z,
|
|
8223
8228
|
!1,
|
|
@@ -8241,7 +8246,7 @@ function ZG() {
|
|
|
8241
8246
|
// you'll need to set attributeName to name.toLowerCase()
|
|
8242
8247
|
// instead in the assignment below.
|
|
8243
8248
|
].forEach(function(a) {
|
|
8244
|
-
|
|
8249
|
+
Wt[a] = new Zt(
|
|
8245
8250
|
a,
|
|
8246
8251
|
Z,
|
|
8247
8252
|
!0,
|
|
@@ -8261,7 +8266,7 @@ function ZG() {
|
|
|
8261
8266
|
// you'll need to set attributeName to name.toLowerCase()
|
|
8262
8267
|
// instead in the assignment below.
|
|
8263
8268
|
].forEach(function(a) {
|
|
8264
|
-
|
|
8269
|
+
Wt[a] = new Zt(
|
|
8265
8270
|
a,
|
|
8266
8271
|
H,
|
|
8267
8272
|
!1,
|
|
@@ -8283,7 +8288,7 @@ function ZG() {
|
|
|
8283
8288
|
// you'll need to set attributeName to name.toLowerCase()
|
|
8284
8289
|
// instead in the assignment below.
|
|
8285
8290
|
].forEach(function(a) {
|
|
8286
|
-
|
|
8291
|
+
Wt[a] = new Zt(
|
|
8287
8292
|
a,
|
|
8288
8293
|
ge,
|
|
8289
8294
|
!1,
|
|
@@ -8297,7 +8302,7 @@ function ZG() {
|
|
|
8297
8302
|
!1
|
|
8298
8303
|
);
|
|
8299
8304
|
}), ["rowSpan", "start"].forEach(function(a) {
|
|
8300
|
-
|
|
8305
|
+
Wt[a] = new Zt(
|
|
8301
8306
|
a,
|
|
8302
8307
|
G,
|
|
8303
8308
|
!1,
|
|
@@ -8393,7 +8398,7 @@ function ZG() {
|
|
|
8393
8398
|
// instead in the assignment below.
|
|
8394
8399
|
].forEach(function(a) {
|
|
8395
8400
|
var s = a.replace(Mn, In);
|
|
8396
|
-
|
|
8401
|
+
Wt[s] = new Zt(
|
|
8397
8402
|
s,
|
|
8398
8403
|
_t,
|
|
8399
8404
|
!1,
|
|
@@ -8417,7 +8422,7 @@ function ZG() {
|
|
|
8417
8422
|
// instead in the assignment below.
|
|
8418
8423
|
].forEach(function(a) {
|
|
8419
8424
|
var s = a.replace(Mn, In);
|
|
8420
|
-
|
|
8425
|
+
Wt[s] = new Zt(
|
|
8421
8426
|
s,
|
|
8422
8427
|
_t,
|
|
8423
8428
|
!1,
|
|
@@ -8437,7 +8442,7 @@ function ZG() {
|
|
|
8437
8442
|
// instead in the assignment below.
|
|
8438
8443
|
].forEach(function(a) {
|
|
8439
8444
|
var s = a.replace(Mn, In);
|
|
8440
|
-
|
|
8445
|
+
Wt[s] = new Zt(
|
|
8441
8446
|
s,
|
|
8442
8447
|
_t,
|
|
8443
8448
|
!1,
|
|
@@ -8449,7 +8454,7 @@ function ZG() {
|
|
|
8449
8454
|
!1
|
|
8450
8455
|
);
|
|
8451
8456
|
}), ["tabIndex", "crossOrigin"].forEach(function(a) {
|
|
8452
|
-
|
|
8457
|
+
Wt[a] = new Zt(
|
|
8453
8458
|
a,
|
|
8454
8459
|
_t,
|
|
8455
8460
|
!1,
|
|
@@ -8464,7 +8469,7 @@ function ZG() {
|
|
|
8464
8469
|
);
|
|
8465
8470
|
});
|
|
8466
8471
|
var Ma = "xlinkHref";
|
|
8467
|
-
|
|
8472
|
+
Wt[Ma] = new Zt(
|
|
8468
8473
|
"xlinkHref",
|
|
8469
8474
|
_t,
|
|
8470
8475
|
!1,
|
|
@@ -8475,7 +8480,7 @@ function ZG() {
|
|
|
8475
8480
|
// sanitizeURL
|
|
8476
8481
|
!1
|
|
8477
8482
|
), ["src", "href", "action", "formAction"].forEach(function(a) {
|
|
8478
|
-
|
|
8483
|
+
Wt[a] = new Zt(
|
|
8479
8484
|
a,
|
|
8480
8485
|
_t,
|
|
8481
8486
|
!1,
|
|
@@ -8554,7 +8559,7 @@ function ZG() {
|
|
|
8554
8559
|
}
|
|
8555
8560
|
}
|
|
8556
8561
|
}
|
|
8557
|
-
var hn = Symbol.for("react.element"), Sn = Symbol.for("react.portal"), fr = Symbol.for("react.fragment"), On = Symbol.for("react.strict_mode"), Un = Symbol.for("react.profiler"), Te = Symbol.for("react.provider"), et = Symbol.for("react.context"), rt = Symbol.for("react.forward_ref"), Nt = Symbol.for("react.suspense"), Ft = Symbol.for("react.suspense_list"), Bt = Symbol.for("react.memo"), Dt = Symbol.for("react.lazy"),
|
|
8562
|
+
var hn = Symbol.for("react.element"), Sn = Symbol.for("react.portal"), fr = Symbol.for("react.fragment"), On = Symbol.for("react.strict_mode"), Un = Symbol.for("react.profiler"), Te = Symbol.for("react.provider"), et = Symbol.for("react.context"), rt = Symbol.for("react.forward_ref"), Nt = Symbol.for("react.suspense"), Ft = Symbol.for("react.suspense_list"), Bt = Symbol.for("react.memo"), Dt = Symbol.for("react.lazy"), Kt = Symbol.for("react.scope"), dr = Symbol.for("react.debug_trace_mode"), jn = Symbol.for("react.offscreen"), Yn = Symbol.for("react.legacy_hidden"), sa = Symbol.for("react.cache"), Ti = Symbol.for("react.tracing_marker"), $n = Symbol.iterator, qr = "@@iterator";
|
|
8558
8563
|
function ga(a) {
|
|
8559
8564
|
if (a === null || typeof a != "object")
|
|
8560
8565
|
return null;
|
|
@@ -10303,16 +10308,16 @@ Check the render method of \`` + a + "`." : "";
|
|
|
10303
10308
|
function un() {
|
|
10304
10309
|
je = !0, tt(), d.apply(y, Tt), Fe = !1;
|
|
10305
10310
|
}
|
|
10306
|
-
var
|
|
10311
|
+
var en, Kn = !1, Bn = !1;
|
|
10307
10312
|
function He(qe) {
|
|
10308
|
-
if (
|
|
10313
|
+
if (en = qe.error, Kn = !0, en === null && qe.colno === 0 && qe.lineno === 0 && (Bn = !0), qe.defaultPrevented && en != null && typeof en == "object")
|
|
10309
10314
|
try {
|
|
10310
|
-
|
|
10315
|
+
en._suppressLogging = !0;
|
|
10311
10316
|
} catch {
|
|
10312
10317
|
}
|
|
10313
10318
|
}
|
|
10314
10319
|
var nt = "react-" + (s || "invokeguardedcallback");
|
|
10315
|
-
if (window.addEventListener("error", He), qm.addEventListener(nt, un, !1), we.initEvent(nt, !1, !1), qm.dispatchEvent(we), Je && Object.defineProperty(window, "event", Je), je && Fe && (Kn ? Bn && (
|
|
10320
|
+
if (window.addEventListener("error", He), qm.addEventListener(nt, un, !1), we.initEvent(nt, !1, !1), qm.dispatchEvent(we), Je && Object.defineProperty(window, "event", Je), je && Fe && (Kn ? Bn && (en = new Error("A cross-origin error was thrown. React doesn't have access to the actual error object in development. See https://reactjs.org/link/crossorigin-error for more information.")) : en = new Error(`An error was thrown inside one of your components, but React doesn't know what it was. This is likely due to browser flakiness. React does its best to preserve the "Pause on exceptions" behavior of the DevTools, which requires some DEV-mode only tricks. It's possible that these don't work in your browser. Try triggering the error in production mode, or switching to a modern browser. If you suspect that this is actually an issue with React, please file an issue.`), this.onError(en)), window.removeEventListener("error", He), !je)
|
|
10316
10321
|
return tt(), T1.apply(this, arguments);
|
|
10317
10322
|
};
|
|
10318
10323
|
}
|
|
@@ -10745,10 +10750,10 @@ Check the render method of \`` + a + "`." : "";
|
|
|
10745
10750
|
function up(a, s) {
|
|
10746
10751
|
At !== null && typeof At.markStateUpdateScheduled == "function" && At.markStateUpdateScheduled(a, s);
|
|
10747
10752
|
}
|
|
10748
|
-
var
|
|
10753
|
+
var Yt = (
|
|
10749
10754
|
/* */
|
|
10750
10755
|
0
|
|
10751
|
-
),
|
|
10756
|
+
), Xt = (
|
|
10752
10757
|
/* */
|
|
10753
10758
|
1
|
|
10754
10759
|
), gn = (
|
|
@@ -12154,7 +12159,7 @@ Check the render method of \`` + a + "`." : "";
|
|
|
12154
12159
|
if (a === "selectionchange" || a === "keyup" || a === "keydown")
|
|
12155
12160
|
return Ae(E);
|
|
12156
12161
|
}
|
|
12157
|
-
function
|
|
12162
|
+
function Vt(a) {
|
|
12158
12163
|
var s = a.nodeName;
|
|
12159
12164
|
return s && s.toLowerCase() === "input" && (a.type === "checkbox" || a.type === "radio");
|
|
12160
12165
|
}
|
|
@@ -12172,7 +12177,7 @@ Check the render method of \`` + a + "`." : "";
|
|
|
12172
12177
|
}
|
|
12173
12178
|
function Ve(a, s, d, y, _, M, B) {
|
|
12174
12179
|
var K = d ? Q0(d) : window, X, he;
|
|
12175
|
-
if (I(K) ? X = De : hw(K) ? Ye ? X = $e : (X = jt, he = Pt) :
|
|
12180
|
+
if (I(K) ? X = De : hw(K) ? Ye ? X = $e : (X = jt, he = Pt) : Vt(K) && (X = na), X) {
|
|
12176
12181
|
var we = X(s, d);
|
|
12177
12182
|
if (we) {
|
|
12178
12183
|
f(a, we, y, _);
|
|
@@ -12184,7 +12189,7 @@ Check the render method of \`` + a + "`." : "";
|
|
|
12184
12189
|
function vt() {
|
|
12185
12190
|
pe("onMouseEnter", ["mouseout", "mouseover"]), pe("onMouseLeave", ["mouseout", "mouseover"]), pe("onPointerEnter", ["pointerout", "pointerover"]), pe("onPointerLeave", ["pointerout", "pointerover"]);
|
|
12186
12191
|
}
|
|
12187
|
-
function
|
|
12192
|
+
function Jt(a, s, d, y, _, M, B) {
|
|
12188
12193
|
var K = s === "mouseover" || s === "pointerover", X = s === "mouseout" || s === "pointerout";
|
|
12189
12194
|
if (K && !k1(y)) {
|
|
12190
12195
|
var he = y.relatedTarget || y.fromElement;
|
|
@@ -12209,13 +12214,13 @@ Check the render method of \`` + a + "`." : "";
|
|
|
12209
12214
|
} else
|
|
12210
12215
|
Fe = null, Ge = d;
|
|
12211
12216
|
if (Fe !== Ge) {
|
|
12212
|
-
var Tt = D0, un = "onMouseLeave",
|
|
12213
|
-
(s === "pointerout" || s === "pointerover") && (Tt = cw, un = "onPointerLeave",
|
|
12217
|
+
var Tt = D0, un = "onMouseLeave", en = "onMouseEnter", Kn = "mouse";
|
|
12218
|
+
(s === "pointerout" || s === "pointerover") && (Tt = cw, un = "onPointerLeave", en = "onPointerEnter", Kn = "pointer");
|
|
12214
12219
|
var Bn = Fe == null ? we : Q0(Fe), He = Ge == null ? we : Q0(Ge), nt = new Tt(un, Kn + "leave", Fe, y, _);
|
|
12215
12220
|
nt.target = Bn, nt.relatedTarget = He;
|
|
12216
12221
|
var qe = null, pt = Rp(_);
|
|
12217
12222
|
if (pt === d) {
|
|
12218
|
-
var Ut = new Tt(
|
|
12223
|
+
var Ut = new Tt(en, Kn + "enter", Ge, y, _);
|
|
12219
12224
|
Ut.target = He, Ut.relatedTarget = Bn, qe = Ut;
|
|
12220
12225
|
}
|
|
12221
12226
|
yj(a, nt, qe, Fe, Ge);
|
|
@@ -12581,7 +12586,7 @@ Check the render method of \`` + a + "`." : "";
|
|
|
12581
12586
|
function cj(a, s, d, y, _, M, B) {
|
|
12582
12587
|
lj(a, s, d, y, _, M);
|
|
12583
12588
|
var K = (M & w3) === 0;
|
|
12584
|
-
K && (
|
|
12589
|
+
K && (Jt(a, s, d, y, _), Ve(a, s, d, y, _), oj(a, s, d, y, _), j3(a, s, d, y, _));
|
|
12585
12590
|
}
|
|
12586
12591
|
var Mg = ["abort", "canplay", "canplaythrough", "durationchange", "emptied", "encrypted", "ended", "error", "loadeddata", "loadedmetadata", "loadstart", "pause", "play", "playing", "progress", "ratechange", "resize", "seeked", "seeking", "stalled", "suspend", "timeupdate", "volumechange", "waiting"], W3 = new Set(["cancel", "close", "invalid", "load", "scroll", "toggle"].concat(Mg));
|
|
12587
12592
|
function kk(a, s, d) {
|
|
@@ -13074,10 +13079,10 @@ Check the render method of \`` + a + "`." : "";
|
|
|
13074
13079
|
// TODO: Only ignore them on controlled tags.
|
|
13075
13080
|
Je === "value" || Je === "checked" || Je === "selected")) {
|
|
13076
13081
|
if (Je === Og) {
|
|
13077
|
-
var
|
|
13082
|
+
var en = a.innerHTML, Kn = tt ? tt[ww] : void 0;
|
|
13078
13083
|
if (Kn != null) {
|
|
13079
13084
|
var Bn = Ik(a, Kn);
|
|
13080
|
-
Bn !==
|
|
13085
|
+
Bn !== en && Lg(Je, en, Bn);
|
|
13081
13086
|
}
|
|
13082
13087
|
} else if (Je === Tp) {
|
|
13083
13088
|
if (X.delete(Je), Pk) {
|
|
@@ -13584,11 +13589,11 @@ Check the render method of \`` + a + "`." : "";
|
|
|
13584
13589
|
var X = _;
|
|
13585
13590
|
K = X.namespace;
|
|
13586
13591
|
}
|
|
13587
|
-
var he = (M.mode &
|
|
13592
|
+
var he = (M.mode & Xt) !== Yt;
|
|
13588
13593
|
return Mj(a, s, d, K, y, he, B);
|
|
13589
13594
|
}
|
|
13590
13595
|
function w$(a, s, d, y) {
|
|
13591
|
-
return Bg(d, a), d.mode &
|
|
13596
|
+
return Bg(d, a), d.mode & Xt, Tj(a, s);
|
|
13592
13597
|
}
|
|
13593
13598
|
function _$(a, s) {
|
|
13594
13599
|
Bg(s, a);
|
|
@@ -13948,7 +13953,7 @@ Check the render method of \`` + a + "`." : "";
|
|
|
13948
13953
|
var he = M - M % 5, we = (1 << he) - 1, je = (B & we).toString(32), Fe = B >> he, Ge = M - he, Je = zw(s) + Ge, tt = K << Ge, Tt = tt | Fe, un = je + _;
|
|
13949
13954
|
Mc = 1 << Je | Tt, Tc = un;
|
|
13950
13955
|
} else {
|
|
13951
|
-
var
|
|
13956
|
+
var en = K << M, Kn = en | B, Bn = _;
|
|
13952
13957
|
Mc = 1 << X | Kn, Tc = Bn;
|
|
13953
13958
|
}
|
|
13954
13959
|
}
|
|
@@ -14008,7 +14013,7 @@ Check the render method of \`` + a + "`." : "";
|
|
|
14008
14013
|
break;
|
|
14009
14014
|
}
|
|
14010
14015
|
case g: {
|
|
14011
|
-
var d = (a.mode &
|
|
14016
|
+
var d = (a.mode & Xt) !== Yt;
|
|
14012
14017
|
R$(
|
|
14013
14018
|
a.type,
|
|
14014
14019
|
a.memoizedProps,
|
|
@@ -14056,7 +14061,7 @@ Check the render method of \`` + a + "`." : "";
|
|
|
14056
14061
|
var M = a.type, B = a.memoizedProps, K = a.stateNode;
|
|
14057
14062
|
switch (s.tag) {
|
|
14058
14063
|
case g: {
|
|
14059
|
-
var X = s.type, he = s.pendingProps, we = (a.mode &
|
|
14064
|
+
var X = s.type, he = s.pendingProps, we = (a.mode & Xt) !== Yt;
|
|
14060
14065
|
I$(
|
|
14061
14066
|
M,
|
|
14062
14067
|
B,
|
|
@@ -14069,7 +14074,7 @@ Check the render method of \`` + a + "`." : "";
|
|
|
14069
14074
|
break;
|
|
14070
14075
|
}
|
|
14071
14076
|
case S: {
|
|
14072
|
-
var je = s.pendingProps, Fe = (a.mode &
|
|
14077
|
+
var je = s.pendingProps, Fe = (a.mode & Xt) !== Yt;
|
|
14073
14078
|
D$(
|
|
14074
14079
|
M,
|
|
14075
14080
|
B,
|
|
@@ -14136,7 +14141,7 @@ Check the render method of \`` + a + "`." : "";
|
|
|
14136
14141
|
}
|
|
14137
14142
|
}
|
|
14138
14143
|
function w6(a) {
|
|
14139
|
-
return (a.mode &
|
|
14144
|
+
return (a.mode & Xt) !== Yt && (a.flags & mn) === sn;
|
|
14140
14145
|
}
|
|
14141
14146
|
function _6(a) {
|
|
14142
14147
|
throw new Error("Hydration failed because the initial UI does not match what was rendered on the server.");
|
|
@@ -14171,7 +14176,7 @@ Check the render method of \`` + a + "`." : "";
|
|
|
14171
14176
|
if (_ !== null)
|
|
14172
14177
|
switch (_.tag) {
|
|
14173
14178
|
case w: {
|
|
14174
|
-
var M = _.stateNode.containerInfo, B = (_.mode &
|
|
14179
|
+
var M = _.stateNode.containerInfo, B = (_.mode & Xt) !== Yt;
|
|
14175
14180
|
A$(
|
|
14176
14181
|
M,
|
|
14177
14182
|
s,
|
|
@@ -14182,7 +14187,7 @@ Check the render method of \`` + a + "`." : "";
|
|
|
14182
14187
|
break;
|
|
14183
14188
|
}
|
|
14184
14189
|
case g: {
|
|
14185
|
-
var K = _.type, X = _.memoizedProps, he = _.stateNode, we = (_.mode &
|
|
14190
|
+
var K = _.type, X = _.memoizedProps, he = _.stateNode, we = (_.mode & Xt) !== Yt;
|
|
14186
14191
|
k$(
|
|
14187
14192
|
K,
|
|
14188
14193
|
X,
|
|
@@ -14764,7 +14769,7 @@ See https://reactjs.org/link/refs-must-have-owner for more information.`);
|
|
|
14764
14769
|
var Lt = SC(qe, He.mode, pt);
|
|
14765
14770
|
return Lt.return = He, Lt;
|
|
14766
14771
|
}
|
|
14767
|
-
function
|
|
14772
|
+
function en(He, nt, qe, pt) {
|
|
14768
14773
|
for (var Ut = qe.key, Lt = nt; Lt !== null; ) {
|
|
14769
14774
|
if (Lt.key === Ut) {
|
|
14770
14775
|
var yn = qe.type;
|
|
@@ -14821,7 +14826,7 @@ See https://reactjs.org/link/refs-must-have-owner for more information.`);
|
|
|
14821
14826
|
if (Ut && (qe = qe.props.children), typeof qe == "object" && qe !== null) {
|
|
14822
14827
|
switch (qe.$$typeof) {
|
|
14823
14828
|
case hn:
|
|
14824
|
-
return B(
|
|
14829
|
+
return B(en(He, nt, qe, pt));
|
|
14825
14830
|
case Sn:
|
|
14826
14831
|
return B(Kn(He, nt, qe, pt));
|
|
14827
14832
|
case Dt:
|
|
@@ -15176,9 +15181,9 @@ See https://reactjs.org/link/refs-must-have-owner for more information.`);
|
|
|
15176
15181
|
}
|
|
15177
15182
|
}
|
|
15178
15183
|
if (M !== null) {
|
|
15179
|
-
var Ge = _.baseState, Je = ot, tt = null, Tt = null, un = null,
|
|
15184
|
+
var Ge = _.baseState, Je = ot, tt = null, Tt = null, un = null, en = M;
|
|
15180
15185
|
do {
|
|
15181
|
-
var Kn =
|
|
15186
|
+
var Kn = en.lane, Bn = en.eventTime;
|
|
15182
15187
|
if (gc(y, Kn)) {
|
|
15183
15188
|
if (un !== null) {
|
|
15184
15189
|
var nt = {
|
|
@@ -15187,38 +15192,38 @@ See https://reactjs.org/link/refs-must-have-owner for more information.`);
|
|
|
15187
15192
|
// it. Using NoLane works because 0 is a subset of all bitmasks, so
|
|
15188
15193
|
// this will never be skipped by the check above.
|
|
15189
15194
|
lane: la,
|
|
15190
|
-
tag:
|
|
15191
|
-
payload:
|
|
15192
|
-
callback:
|
|
15195
|
+
tag: en.tag,
|
|
15196
|
+
payload: en.payload,
|
|
15197
|
+
callback: en.callback,
|
|
15193
15198
|
next: null
|
|
15194
15199
|
};
|
|
15195
15200
|
un = un.next = nt;
|
|
15196
15201
|
}
|
|
15197
|
-
Ge = bH(a, _,
|
|
15198
|
-
var qe =
|
|
15202
|
+
Ge = bH(a, _, en, Ge, s, d);
|
|
15203
|
+
var qe = en.callback;
|
|
15199
15204
|
if (qe !== null && // If the update was already committed, we should not queue its
|
|
15200
15205
|
// callback again.
|
|
15201
|
-
|
|
15206
|
+
en.lane !== la) {
|
|
15202
15207
|
a.flags |= Co;
|
|
15203
15208
|
var pt = _.effects;
|
|
15204
|
-
pt === null ? _.effects = [
|
|
15209
|
+
pt === null ? _.effects = [en] : pt.push(en);
|
|
15205
15210
|
}
|
|
15206
15211
|
} else {
|
|
15207
15212
|
var He = {
|
|
15208
15213
|
eventTime: Bn,
|
|
15209
15214
|
lane: Kn,
|
|
15210
|
-
tag:
|
|
15211
|
-
payload:
|
|
15212
|
-
callback:
|
|
15215
|
+
tag: en.tag,
|
|
15216
|
+
payload: en.payload,
|
|
15217
|
+
callback: en.callback,
|
|
15213
15218
|
next: null
|
|
15214
15219
|
};
|
|
15215
15220
|
un === null ? (Tt = un = He, tt = Ge) : un = un.next = He, Je = Cn(Je, Kn);
|
|
15216
15221
|
}
|
|
15217
|
-
if (
|
|
15222
|
+
if (en = en.next, en === null) {
|
|
15218
15223
|
if (K = _.shared.pending, K === null)
|
|
15219
15224
|
break;
|
|
15220
15225
|
var Ut = K, Lt = Ut.next;
|
|
15221
|
-
Ut.next = null,
|
|
15226
|
+
Ut.next = null, en = Lt, _.lastBaseUpdate = Ut, _.shared.pending = null;
|
|
15222
15227
|
}
|
|
15223
15228
|
} while (!0);
|
|
15224
15229
|
un === null && (tt = Ge), _.baseState = tt, _.firstBaseUpdate = Tt, _.lastBaseUpdate = un;
|
|
@@ -15438,7 +15443,7 @@ Incoming: %s`, it, "[" + s.join(", ") + "]", "[" + a.join(", ") + "]");
|
|
|
15438
15443
|
// need to mark fibers that commit in an incomplete state, somehow. For
|
|
15439
15444
|
// now I'll disable the warning that most of the bugs that would trigger
|
|
15440
15445
|
// it are either exclusive to concurrent mode or exist in both.
|
|
15441
|
-
(a.mode &
|
|
15446
|
+
(a.mode & Xt) !== Yt && u("Internal React error: Expected static flag was missing. Please notify the React team."), a_ = !1, X)
|
|
15442
15447
|
throw new Error("Rendered fewer hooks than expected. This may be caused by an accidental early return statement.");
|
|
15443
15448
|
return B;
|
|
15444
15449
|
}
|
|
@@ -15447,7 +15452,7 @@ Incoming: %s`, it, "[" + s.join(", ") + "]", "[" + a.join(", ") + "]");
|
|
|
15447
15452
|
return Xg = 0, a;
|
|
15448
15453
|
}
|
|
15449
15454
|
function AM(a, s, d) {
|
|
15450
|
-
s.updateQueue = a.updateQueue, (s.mode & us) !==
|
|
15455
|
+
s.updateQueue = a.updateQueue, (s.mode & us) !== Yt ? s.flags &= ~(uc | Ii | Ir | En) : s.flags &= ~(Ir | En), a.lanes = yp(a.lanes, d);
|
|
15451
15456
|
}
|
|
15452
15457
|
function kM() {
|
|
15453
15458
|
if (It.current = g_, a_) {
|
|
@@ -15537,7 +15542,7 @@ Incoming: %s`, it, "[" + s.join(", ") + "]", "[" + a.join(", ") + "]");
|
|
|
15537
15542
|
var Tt = tt.lane;
|
|
15538
15543
|
if (gc(Fp, Tt)) {
|
|
15539
15544
|
if (Je !== null) {
|
|
15540
|
-
var
|
|
15545
|
+
var en = {
|
|
15541
15546
|
// This update is going to be committed so we never want uncommit
|
|
15542
15547
|
// it. Using NoLane works because 0 is a subset of all bitmasks, so
|
|
15543
15548
|
// this will never be skipped by the check above.
|
|
@@ -15547,7 +15552,7 @@ Incoming: %s`, it, "[" + s.join(", ") + "]", "[" + a.join(", ") + "]");
|
|
|
15547
15552
|
eagerState: tt.eagerState,
|
|
15548
15553
|
next: null
|
|
15549
15554
|
};
|
|
15550
|
-
Je = Je.next =
|
|
15555
|
+
Je = Je.next = en;
|
|
15551
15556
|
}
|
|
15552
15557
|
if (tt.hasEagerState)
|
|
15553
15558
|
je = tt.eagerState;
|
|
@@ -15754,7 +15759,7 @@ Incoming: %s`, it, "[" + s.join(", ") + "]", "[" + a.join(", ") + "]");
|
|
|
15754
15759
|
mr.flags |= a, _.memoizedState = ev($a | s, d, B, M);
|
|
15755
15760
|
}
|
|
15756
15761
|
function l_(a, s) {
|
|
15757
|
-
return (mr.mode & us) !==
|
|
15762
|
+
return (mr.mode & us) !== Yt ? tv(uc | Ir | el, pi, a, s) : tv(Ir | el, pi, a, s);
|
|
15758
15763
|
}
|
|
15759
15764
|
function nv(a, s) {
|
|
15760
15765
|
return u_(Ir, pi, a, s);
|
|
@@ -15767,7 +15772,7 @@ Incoming: %s`, it, "[" + s.join(", ") + "]", "[" + a.join(", ") + "]");
|
|
|
15767
15772
|
}
|
|
15768
15773
|
function aS(a, s) {
|
|
15769
15774
|
var d = En;
|
|
15770
|
-
return d |= Pi, (mr.mode & us) !==
|
|
15775
|
+
return d |= Pi, (mr.mode & us) !== Yt && (d |= Ii), tv(d, Ha, a, s);
|
|
15771
15776
|
}
|
|
15772
15777
|
function f_(a, s) {
|
|
15773
15778
|
return u_(En, Ha, a, s);
|
|
@@ -15790,7 +15795,7 @@ Incoming: %s`, it, "[" + s.join(", ") + "]", "[" + a.join(", ") + "]");
|
|
|
15790
15795
|
function iS(a, s, d) {
|
|
15791
15796
|
typeof s != "function" && u("Expected useImperativeHandle() second argument to be a function that creates a handle. Instead received: %s.", s !== null ? typeof s : "null");
|
|
15792
15797
|
var y = d != null ? d.concat([a]) : null, _ = En;
|
|
15793
|
-
return _ |= Pi, (mr.mode & us) !==
|
|
15798
|
+
return _ |= Pi, (mr.mode & us) !== Yt && (_ |= Ii), tv(_, Ha, PM.bind(null, s, a), y);
|
|
15794
15799
|
}
|
|
15795
15800
|
function d_(a, s, d) {
|
|
15796
15801
|
typeof s != "function" && u("Expected useImperativeHandle() second argument to be a function that creates a handle. Instead received: %s.", s !== null ? typeof s : "null");
|
|
@@ -16700,11 +16705,11 @@ Incoming: %s`, it, "[" + s.join(", ") + "]", "[" + a.join(", ") + "]");
|
|
|
16700
16705
|
var _ = Hn(s) || "Component", M = y.render;
|
|
16701
16706
|
M || (s.prototype && typeof s.prototype.render == "function" ? u("%s(...): No `render` method found on the returned component instance: did you accidentally return an object from the constructor?", _) : u("%s(...): No `render` method found on the returned component instance: you may have forgotten to define `render`.", _)), y.getInitialState && !y.getInitialState.isReactClassApproved && !y.state && u("getInitialState was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Did you mean to define a state property instead?", _), y.getDefaultProps && !y.getDefaultProps.isReactClassApproved && u("getDefaultProps was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Use a static property to define defaultProps instead.", _), y.propTypes && u("propTypes was defined as an instance property on %s. Use a static property to define propTypes instead.", _), y.contextType && u("contextType was defined as an instance property on %s. Use a static property to define contextType instead.", _), s.childContextTypes && !av.has(s) && // Strict Mode has its own warning for legacy context, so we can skip
|
|
16702
16707
|
// this one.
|
|
16703
|
-
(a.mode & Nn) ===
|
|
16708
|
+
(a.mode & Nn) === Yt && (av.add(s), u(`%s uses the legacy childContextTypes API which is no longer supported and will be removed in the next major release. Use React.createContext() instead
|
|
16704
16709
|
|
|
16705
16710
|
.Learn more about this warning here: https://reactjs.org/link/legacy-context`, _)), s.contextTypes && !av.has(s) && // Strict Mode has its own warning for legacy context, so we can skip
|
|
16706
16711
|
// this one.
|
|
16707
|
-
(a.mode & Nn) ===
|
|
16712
|
+
(a.mode & Nn) === Yt && (av.add(s), u(`%s uses the legacy contextTypes API which is no longer supported and will be removed in the next major release. Use React.createContext() with static contextType instead.
|
|
16708
16713
|
|
|
16709
16714
|
Learn more about this warning here: https://reactjs.org/link/legacy-context`, _)), y.contextTypes && u("contextTypes was defined as an instance property on %s. Use a static property to define contextTypes instead.", _), s.contextType && s.contextTypes && !CS.has(s) && (CS.add(s), u("%s declares both contextTypes and contextType static properties. The legacy contextTypes property will be ignored.", _)), typeof y.componentShouldUpdate == "function" && u("%s has a method called componentShouldUpdate(). Did you mean shouldComponentUpdate()? The name is phrased as a question because the function is expected to return a value.", _), s.prototype && s.prototype.isPureReactComponent && typeof y.shouldComponentUpdate < "u" && u("%s has a method called shouldComponentUpdate(). shouldComponentUpdate should not be used when extending React.PureComponent. Please extend React.Component if shouldComponentUpdate is used.", Hn(s) || "A pure component"), typeof y.componentDidUnmount == "function" && u("%s has a method called componentDidUnmount(). But there is no such lifecycle method. Did you mean componentWillUnmount()?", _), typeof y.componentDidReceiveProps == "function" && u("%s has a method called componentDidReceiveProps(). But there is no such lifecycle method. If you meant to update the state in response to changing props, use componentWillReceiveProps(). If you meant to fetch data or run side-effects or mutations after React has updated the UI, use componentDidUpdate().", _), typeof y.componentWillRecieveProps == "function" && u("%s has a method called componentWillRecieveProps(). Did you mean componentWillReceiveProps()?", _), typeof y.UNSAFE_componentWillRecieveProps == "function" && u("%s has a method called UNSAFE_componentWillRecieveProps(). Did you mean UNSAFE_componentWillReceiveProps()?", _);
|
|
16710
16715
|
var B = y.props !== d;
|
|
@@ -16806,7 +16811,7 @@ https://reactjs.org/link/unsafe-component-lifecycles`, Tt, un, Ge !== null ? `
|
|
|
16806
16811
|
var X = s.getDerivedStateFromProps;
|
|
16807
16812
|
if (typeof X == "function" && (AS(a, s, X, d), _.state = a.memoizedState), typeof s.getDerivedStateFromProps != "function" && typeof _.getSnapshotBeforeUpdate != "function" && (typeof _.UNSAFE_componentWillMount == "function" || typeof _.componentWillMount == "function") && (UH(a, _), Xw(a, d, _, y), _.state = a.memoizedState), typeof _.componentDidMount == "function") {
|
|
16808
16813
|
var he = En;
|
|
16809
|
-
he |= Pi, (a.mode & us) !==
|
|
16814
|
+
he |= Pi, (a.mode & us) !== Yt && (he |= Ii), a.flags |= he;
|
|
16810
16815
|
}
|
|
16811
16816
|
}
|
|
16812
16817
|
function FH(a, s, d, y) {
|
|
@@ -16825,7 +16830,7 @@ https://reactjs.org/link/unsafe-component-lifecycles`, Tt, un, Ge !== null ? `
|
|
|
16825
16830
|
if (Xw(a, d, _, y), Ge = a.memoizedState, M === d && Fe === Ge && !Pw() && !e_()) {
|
|
16826
16831
|
if (typeof _.componentDidMount == "function") {
|
|
16827
16832
|
var Je = En;
|
|
16828
|
-
Je |= Pi, (a.mode & us) !==
|
|
16833
|
+
Je |= Pi, (a.mode & us) !== Yt && (Je |= Ii), a.flags |= Je;
|
|
16829
16834
|
}
|
|
16830
16835
|
return !1;
|
|
16831
16836
|
}
|
|
@@ -16834,12 +16839,12 @@ https://reactjs.org/link/unsafe-component-lifecycles`, Tt, un, Ge !== null ? `
|
|
|
16834
16839
|
if (tt) {
|
|
16835
16840
|
if (!je && (typeof _.UNSAFE_componentWillMount == "function" || typeof _.componentWillMount == "function") && (typeof _.componentWillMount == "function" && _.componentWillMount(), typeof _.UNSAFE_componentWillMount == "function" && _.UNSAFE_componentWillMount()), typeof _.componentDidMount == "function") {
|
|
16836
16841
|
var Tt = En;
|
|
16837
|
-
Tt |= Pi, (a.mode & us) !==
|
|
16842
|
+
Tt |= Pi, (a.mode & us) !== Yt && (Tt |= Ii), a.flags |= Tt;
|
|
16838
16843
|
}
|
|
16839
16844
|
} else {
|
|
16840
16845
|
if (typeof _.componentDidMount == "function") {
|
|
16841
16846
|
var un = En;
|
|
16842
|
-
un |= Pi, (a.mode & us) !==
|
|
16847
|
+
un |= Pi, (a.mode & us) !== Yt && (un |= Ii), a.flags |= un;
|
|
16843
16848
|
}
|
|
16844
16849
|
a.memoizedProps = d, a.memoizedState = Ge;
|
|
16845
16850
|
}
|
|
@@ -16969,7 +16974,7 @@ Visit https://reactjs.org/link/error-boundaries to learn more about error bounda
|
|
|
16969
16974
|
}
|
|
16970
16975
|
function HH(a, s) {
|
|
16971
16976
|
var d = a.tag;
|
|
16972
|
-
if ((a.mode &
|
|
16977
|
+
if ((a.mode & Xt) === Yt && (d === p || d === D || d === ce)) {
|
|
16973
16978
|
var y = a.alternate;
|
|
16974
16979
|
y ? (a.updateQueue = y.updateQueue, a.memoizedState = y.memoizedState, a.lanes = y.lanes) : (a.updateQueue = null, a.memoizedState = null);
|
|
16975
16980
|
}
|
|
@@ -16984,7 +16989,7 @@ Visit https://reactjs.org/link/error-boundaries to learn more about error bounda
|
|
|
16984
16989
|
return null;
|
|
16985
16990
|
}
|
|
16986
16991
|
function lT(a, s, d, y, _) {
|
|
16987
|
-
if ((a.mode &
|
|
16992
|
+
if ((a.mode & Xt) === Yt) {
|
|
16988
16993
|
if (a === s)
|
|
16989
16994
|
a.flags |= La;
|
|
16990
16995
|
else {
|
|
@@ -17006,10 +17011,10 @@ Visit https://reactjs.org/link/error-boundaries to learn more about error bounda
|
|
|
17006
17011
|
function qH(a, s, d, y, _) {
|
|
17007
17012
|
if (d.flags |= as, os && _v(a, _), y !== null && typeof y == "object" && typeof y.then == "function") {
|
|
17008
17013
|
var M = y;
|
|
17009
|
-
HH(d), di() && d.mode &
|
|
17014
|
+
HH(d), di() && d.mode & Xt && eM();
|
|
17010
17015
|
var B = uT(s);
|
|
17011
17016
|
if (B !== null) {
|
|
17012
|
-
B.flags &= ~Gr, lT(B, s, d, a, _), B.mode &
|
|
17017
|
+
B.flags &= ~Gr, lT(B, s, d, a, _), B.mode & Xt && oT(a, M, _), $H(B, a, M);
|
|
17013
17018
|
return;
|
|
17014
17019
|
} else {
|
|
17015
17020
|
if (!og(_)) {
|
|
@@ -17019,7 +17024,7 @@ Visit https://reactjs.org/link/error-boundaries to learn more about error bounda
|
|
|
17019
17024
|
var K = new Error("A component suspended while responding to synchronous input. This will cause the UI to be replaced with a loading indicator. To fix, updates that suspend should be wrapped with startTransition.");
|
|
17020
17025
|
y = K;
|
|
17021
17026
|
}
|
|
17022
|
-
} else if (di() && d.mode &
|
|
17027
|
+
} else if (di() && d.mode & Xt) {
|
|
17023
17028
|
eM();
|
|
17024
17029
|
var X = uT(s);
|
|
17025
17030
|
if (X !== null) {
|
|
@@ -17169,7 +17174,7 @@ Visit https://reactjs.org/link/error-boundaries to learn more about error bounda
|
|
|
17169
17174
|
function pT(a, s, d) {
|
|
17170
17175
|
var y = s.pendingProps, _ = y.children, M = a !== null ? a.memoizedState : null;
|
|
17171
17176
|
if (y.mode === "hidden" || ae)
|
|
17172
|
-
if ((s.mode &
|
|
17177
|
+
if ((s.mode & Xt) === Yt) {
|
|
17173
17178
|
var B = {
|
|
17174
17179
|
baseLanes: ot,
|
|
17175
17180
|
cachePool: null,
|
|
@@ -17544,8 +17549,8 @@ Check the render method of \`` + y + "`.");
|
|
|
17544
17549
|
return cq(a, s, B, y, Je, Ge, d);
|
|
17545
17550
|
}
|
|
17546
17551
|
if (M) {
|
|
17547
|
-
var tt = y.fallback, Tt = y.children, un = oq(a, s, Tt, tt, d),
|
|
17548
|
-
return
|
|
17552
|
+
var tt = y.fallback, Tt = y.children, un = oq(a, s, Tt, tt, d), en = s.child, Kn = a.child.memoizedState;
|
|
17553
|
+
return en.memoizedState = Kn === null ? jS(d) : nq(Kn, d), en.childLanes = aq(a, d), s.memoizedState = zS, un;
|
|
17549
17554
|
} else {
|
|
17550
17555
|
var Bn = y.children, He = sq(a, s, Bn, d);
|
|
17551
17556
|
return s.memoizedState = null, He;
|
|
@@ -17564,7 +17569,7 @@ Check the render method of \`` + y + "`.");
|
|
|
17564
17569
|
mode: "hidden",
|
|
17565
17570
|
children: s
|
|
17566
17571
|
}, K, X;
|
|
17567
|
-
return (_ &
|
|
17572
|
+
return (_ & Xt) === Yt && M !== null ? (K = M, K.childLanes = ot, K.pendingProps = B, a.mode & gn && (K.actualDuration = 0, K.actualStartTime = -1, K.selfBaseDuration = 0, K.treeBaseDuration = 0), X = cd(d, _, y, null)) : (K = HS(B, _), X = cd(d, _, y, null)), K.return = a, X.return = a, K.sibling = X, a.child = K, X;
|
|
17568
17573
|
}
|
|
17569
17574
|
function HS(a, s, d) {
|
|
17570
17575
|
return bR(a, s, ot, null);
|
|
@@ -17577,7 +17582,7 @@ Check the render method of \`` + y + "`.");
|
|
|
17577
17582
|
mode: "visible",
|
|
17578
17583
|
children: d
|
|
17579
17584
|
});
|
|
17580
|
-
if ((s.mode &
|
|
17585
|
+
if ((s.mode & Xt) === Yt && (B.lanes = y), B.return = s, B.sibling = null, M !== null) {
|
|
17581
17586
|
var K = s.deletions;
|
|
17582
17587
|
K === null ? (s.deletions = [M], s.flags |= ir) : K.push(M);
|
|
17583
17588
|
}
|
|
@@ -17591,7 +17596,7 @@ Check the render method of \`` + y + "`.");
|
|
|
17591
17596
|
if (
|
|
17592
17597
|
// In legacy mode, we commit the primary tree as if it successfully
|
|
17593
17598
|
// completed, even though it's in an inconsistent state.
|
|
17594
|
-
(M &
|
|
17599
|
+
(M & Xt) === Yt && // Make sure we're on the second pass, i.e. the primary child fragment was
|
|
17595
17600
|
// already cloned. In legacy mode, the only case where this isn't true is
|
|
17596
17601
|
// when DevTools forces us to display a fallback; we skip the first render
|
|
17597
17602
|
// pass entirely and go straight to rendering the fallback. (In Concurrent
|
|
@@ -17616,10 +17621,10 @@ Check the render method of \`` + y + "`.");
|
|
|
17616
17621
|
mode: "visible",
|
|
17617
17622
|
children: d
|
|
17618
17623
|
}, K = HS(B, M), X = cd(y, M, _, null);
|
|
17619
|
-
return X.flags |= Tr, K.return = s, X.return = s, K.sibling = X, s.child = K, (s.mode &
|
|
17624
|
+
return X.flags |= Tr, K.return = s, X.return = s, K.sibling = X, s.child = K, (s.mode & Xt) !== Yt && ry(s, a.child, null, _), X;
|
|
17620
17625
|
}
|
|
17621
17626
|
function lq(a, s, d) {
|
|
17622
|
-
return (a.mode &
|
|
17627
|
+
return (a.mode & Xt) === Yt ? (u("Cannot hydrate Suspense in legacy mode. Switch from ReactDOM.hydrate(element, container) to ReactDOMClient.hydrateRoot(container, <App />).render(element) or remove the Suspense components from the server rendered components."), a.lanes = rn) : o6(s) ? a.lanes = cu : a.lanes = ni, null;
|
|
17623
17628
|
}
|
|
17624
17629
|
function cq(a, s, d, y, _, M, B) {
|
|
17625
17630
|
if (d)
|
|
@@ -17634,7 +17639,7 @@ Check the render method of \`` + y + "`.");
|
|
|
17634
17639
|
return Ut.memoizedState = jS(B), s.memoizedState = zS, pt;
|
|
17635
17640
|
}
|
|
17636
17641
|
else {
|
|
17637
|
-
if (Q$(), (s.mode &
|
|
17642
|
+
if (Q$(), (s.mode & Xt) === Yt)
|
|
17638
17643
|
return E_(
|
|
17639
17644
|
a,
|
|
17640
17645
|
s,
|
|
@@ -17671,8 +17676,8 @@ Check the render method of \`` + y + "`.");
|
|
|
17671
17676
|
return E_(a, s, B, un);
|
|
17672
17677
|
} else if ($k(_)) {
|
|
17673
17678
|
s.flags |= mn, s.child = a.child;
|
|
17674
|
-
var
|
|
17675
|
-
return y$(_,
|
|
17679
|
+
var en = IV.bind(null, a);
|
|
17680
|
+
return y$(_, en), null;
|
|
17676
17681
|
} else {
|
|
17677
17682
|
eH(s, _, M.treeContext);
|
|
17678
17683
|
var Kn = y.children, Bn = $S(s, Kn);
|
|
@@ -17789,7 +17794,7 @@ Check the render method of \`` + y + "`.");
|
|
|
17789
17794
|
var he = a !== null && (a.flags & mn) !== sn;
|
|
17790
17795
|
he && fq(s, s.child, d), K = oy(K);
|
|
17791
17796
|
}
|
|
17792
|
-
if (nd(s, K), (s.mode &
|
|
17797
|
+
if (nd(s, K), (s.mode & Xt) === Yt)
|
|
17793
17798
|
s.memoizedState = null;
|
|
17794
17799
|
else
|
|
17795
17800
|
switch (_) {
|
|
@@ -17884,7 +17889,7 @@ Check the render method of \`` + y + "`.");
|
|
|
17884
17889
|
_u = !0;
|
|
17885
17890
|
}
|
|
17886
17891
|
function A_(a, s) {
|
|
17887
|
-
(s.mode &
|
|
17892
|
+
(s.mode & Xt) === Yt && a !== null && (a.alternate = null, s.alternate = null, s.flags |= Tr);
|
|
17888
17893
|
}
|
|
17889
17894
|
function Oc(a, s, d) {
|
|
17890
17895
|
return a !== null && (s.dependencies = a.dependencies), XM(), wv(s.lanes), ji(d, s.childLanes) ? (fH(a, s), s.child) : null;
|
|
@@ -18037,18 +18042,18 @@ Check the render method of \`` + y + "`.");
|
|
|
18037
18042
|
case R:
|
|
18038
18043
|
return vq(a, s, d);
|
|
18039
18044
|
case de: {
|
|
18040
|
-
var
|
|
18045
|
+
var en = s.type, Kn = s.pendingProps, Bn = wu(en, Kn);
|
|
18041
18046
|
if (s.type !== s.elementType) {
|
|
18042
|
-
var He =
|
|
18047
|
+
var He = en.propTypes;
|
|
18043
18048
|
He && yu(
|
|
18044
18049
|
He,
|
|
18045
18050
|
Bn,
|
|
18046
18051
|
// Resolved for outer only
|
|
18047
18052
|
"prop",
|
|
18048
|
-
Hn(
|
|
18053
|
+
Hn(en)
|
|
18049
18054
|
);
|
|
18050
18055
|
}
|
|
18051
|
-
return Bn = wu(
|
|
18056
|
+
return Bn = wu(en.type, Bn), fT(a, s, en, Bn, d);
|
|
18052
18057
|
}
|
|
18053
18058
|
case ce:
|
|
18054
18059
|
return dT(a, s, s.type, s.pendingProps, d);
|
|
@@ -18121,7 +18126,7 @@ Check the render method of \`` + y + "`.");
|
|
|
18121
18126
|
function hi(a) {
|
|
18122
18127
|
var s = a.alternate !== null && a.alternate.child === a.child, d = ot, y = sn;
|
|
18123
18128
|
if (s) {
|
|
18124
|
-
if ((a.mode & gn) !==
|
|
18129
|
+
if ((a.mode & gn) !== Yt) {
|
|
18125
18130
|
for (var X = a.selfBaseDuration, he = a.child; he !== null; )
|
|
18126
18131
|
d = Cn(d, Cn(he.lanes, he.childLanes)), y |= he.subtreeFlags & Ba, y |= he.flags & Ba, X += he.treeBaseDuration, he = he.sibling;
|
|
18127
18132
|
a.treeBaseDuration = X;
|
|
@@ -18130,7 +18135,7 @@ Check the render method of \`` + y + "`.");
|
|
|
18130
18135
|
d = Cn(d, Cn(we.lanes, we.childLanes)), y |= we.subtreeFlags & Ba, y |= we.flags & Ba, we.return = a, we = we.sibling;
|
|
18131
18136
|
a.subtreeFlags |= y;
|
|
18132
18137
|
} else {
|
|
18133
|
-
if ((a.mode & gn) !==
|
|
18138
|
+
if ((a.mode & gn) !== Yt) {
|
|
18134
18139
|
for (var _ = a.actualDuration, M = a.selfBaseDuration, B = a.child; B !== null; )
|
|
18135
18140
|
d = Cn(d, Cn(B.lanes, B.childLanes)), y |= B.subtreeFlags, y |= B.flags, _ += B.actualDuration, M += B.treeBaseDuration, B = B.sibling;
|
|
18136
18141
|
a.actualDuration = _, a.treeBaseDuration = M;
|
|
@@ -18142,14 +18147,14 @@ Check the render method of \`` + y + "`.");
|
|
|
18142
18147
|
return a.childLanes = d, s;
|
|
18143
18148
|
}
|
|
18144
18149
|
function _q(a, s, d) {
|
|
18145
|
-
if (iH() && (s.mode &
|
|
18150
|
+
if (iH() && (s.mode & Xt) !== Yt && (s.flags & mn) === sn)
|
|
18146
18151
|
return sM(s), ny(), s.flags |= Gr | as | La, !1;
|
|
18147
18152
|
var y = jw(s);
|
|
18148
18153
|
if (d !== null && d.dehydrated !== null)
|
|
18149
18154
|
if (a === null) {
|
|
18150
18155
|
if (!y)
|
|
18151
18156
|
throw new Error("A dehydrated suspense component was completed without a hydrated node. This is probably a bug in React.");
|
|
18152
|
-
if (rH(s), hi(s), (s.mode & gn) !==
|
|
18157
|
+
if (rH(s), hi(s), (s.mode & gn) !== Yt) {
|
|
18153
18158
|
var _ = d !== null;
|
|
18154
18159
|
if (_) {
|
|
18155
18160
|
var M = s.child;
|
|
@@ -18158,7 +18163,7 @@ Check the render method of \`` + y + "`.");
|
|
|
18158
18163
|
}
|
|
18159
18164
|
return !1;
|
|
18160
18165
|
} else {
|
|
18161
|
-
if (ny(), (s.flags & mn) === sn && (s.memoizedState = null), s.flags |= En, hi(s), (s.mode & gn) !==
|
|
18166
|
+
if (ny(), (s.flags & mn) === sn && (s.memoizedState = null), s.flags |= En, hi(s), (s.mode & gn) !== Yt) {
|
|
18162
18167
|
var B = d !== null;
|
|
18163
18168
|
if (B) {
|
|
18164
18169
|
var K = s.child;
|
|
@@ -18240,24 +18245,24 @@ Check the render method of \`` + y + "`.");
|
|
|
18240
18245
|
}
|
|
18241
18246
|
case W: {
|
|
18242
18247
|
uy(s);
|
|
18243
|
-
var
|
|
18248
|
+
var en = s.memoizedState;
|
|
18244
18249
|
if (a === null || a.memoizedState !== null && a.memoizedState.dehydrated !== null) {
|
|
18245
|
-
var Kn = _q(a, s,
|
|
18250
|
+
var Kn = _q(a, s, en);
|
|
18246
18251
|
if (!Kn)
|
|
18247
18252
|
return s.flags & La ? s : null;
|
|
18248
18253
|
}
|
|
18249
18254
|
if ((s.flags & mn) !== sn)
|
|
18250
|
-
return s.lanes = d, (s.mode & gn) !==
|
|
18251
|
-
var Bn =
|
|
18255
|
+
return s.lanes = d, (s.mode & gn) !== Yt && mS(s), s;
|
|
18256
|
+
var Bn = en !== null, He = a !== null && a.memoizedState !== null;
|
|
18252
18257
|
if (Bn !== He && Bn) {
|
|
18253
18258
|
var nt = s.child;
|
|
18254
|
-
if (nt.flags |= Xu, (s.mode &
|
|
18259
|
+
if (nt.flags |= Xu, (s.mode & Xt) !== Yt) {
|
|
18255
18260
|
var qe = a === null && (s.memoizedProps.unstable_avoidThisFallback !== !0 || !N);
|
|
18256
18261
|
qe || $6(vu.current, EM) ? xV() : cC();
|
|
18257
18262
|
}
|
|
18258
18263
|
}
|
|
18259
18264
|
var pt = s.updateQueue;
|
|
18260
|
-
if (pt !== null && (s.flags |= En), hi(s), (s.mode & gn) !==
|
|
18265
|
+
if (pt !== null && (s.flags |= En), hi(s), (s.mode & gn) !== Yt && Bn) {
|
|
18261
18266
|
var Ut = s.child;
|
|
18262
18267
|
Ut !== null && (s.treeBaseDuration -= Ut.treeBaseDuration);
|
|
18263
18268
|
}
|
|
@@ -18334,7 +18339,7 @@ Check the render method of \`` + y + "`.");
|
|
|
18334
18339
|
bl !== _y && // LegacyHidden doesn't do any hiding — it only pre-renders.
|
|
18335
18340
|
!ae && (s.flags |= Xu);
|
|
18336
18341
|
}
|
|
18337
|
-
return !_y || (s.mode &
|
|
18342
|
+
return !_y || (s.mode & Xt) === Yt ? hi(s) : ji(vl, ni) && (hi(s), s.subtreeFlags & (Tr | En) && (s.flags |= Xu)), null;
|
|
18338
18343
|
}
|
|
18339
18344
|
case O:
|
|
18340
18345
|
return null;
|
|
@@ -18349,7 +18354,7 @@ Check the render method of \`` + y + "`.");
|
|
|
18349
18354
|
var y = s.type;
|
|
18350
18355
|
fl(y) && Iw(s);
|
|
18351
18356
|
var _ = s.flags;
|
|
18352
|
-
return _ & La ? (s.flags = _ & ~La | mn, (s.mode & gn) !==
|
|
18357
|
+
return _ & La ? (s.flags = _ & ~La | mn, (s.mode & gn) !== Yt && mS(s), s) : null;
|
|
18353
18358
|
}
|
|
18354
18359
|
case w: {
|
|
18355
18360
|
s.stateNode, sy(s), h6(s), V6();
|
|
@@ -18367,7 +18372,7 @@ Check the render method of \`` + y + "`.");
|
|
|
18367
18372
|
ny();
|
|
18368
18373
|
}
|
|
18369
18374
|
var K = s.flags;
|
|
18370
|
-
return K & La ? (s.flags = K & ~La | mn, (s.mode & gn) !==
|
|
18375
|
+
return K & La ? (s.flags = K & ~La | mn, (s.mode & gn) !== Yt && mS(s), s) : null;
|
|
18371
18376
|
}
|
|
18372
18377
|
case ne:
|
|
18373
18378
|
return uy(s), null;
|
|
@@ -18710,10 +18715,10 @@ Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-f
|
|
|
18710
18715
|
break;
|
|
18711
18716
|
case q: {
|
|
18712
18717
|
{
|
|
18713
|
-
var Ge = d.memoizedProps, Je = Ge.onCommit, tt = Ge.onRender, Tt = d.stateNode.effectDuration, un = QM(),
|
|
18714
|
-
JM() && (
|
|
18718
|
+
var Ge = d.memoizedProps, Je = Ge.onCommit, tt = Ge.onRender, Tt = d.stateNode.effectDuration, un = QM(), en = s === null ? "mount" : "update";
|
|
18719
|
+
JM() && (en = "nested-update"), typeof tt == "function" && tt(d.memoizedProps.id, en, d.actualDuration, d.treeBaseDuration, d.actualStartTime, un);
|
|
18715
18720
|
{
|
|
18716
|
-
typeof Je == "function" && Je(d.memoizedProps.id,
|
|
18721
|
+
typeof Je == "function" && Je(d.memoizedProps.id, en, Tt, un), TV(d);
|
|
18717
18722
|
var Kn = d.return;
|
|
18718
18723
|
e: for (; Kn !== null; ) {
|
|
18719
18724
|
switch (Kn.tag) {
|
|
@@ -19016,7 +19021,7 @@ Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-f
|
|
|
19016
19021
|
case C: {
|
|
19017
19022
|
if (
|
|
19018
19023
|
// TODO: Remove this dead flag
|
|
19019
|
-
d.mode &
|
|
19024
|
+
d.mode & Xt
|
|
19020
19025
|
) {
|
|
19021
19026
|
var tt = yi;
|
|
19022
19027
|
yi = tt || d.memoizedState !== null, sd(a, s, d), yi = tt;
|
|
@@ -19176,8 +19181,8 @@ Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-f
|
|
|
19176
19181
|
Cu(s, a), gl(a);
|
|
19177
19182
|
var tt = a.child;
|
|
19178
19183
|
if (tt.flags & Xu) {
|
|
19179
|
-
var Tt = tt.stateNode, un = tt.memoizedState,
|
|
19180
|
-
if (Tt.isHidden =
|
|
19184
|
+
var Tt = tt.stateNode, un = tt.memoizedState, en = un !== null;
|
|
19185
|
+
if (Tt.isHidden = en, en) {
|
|
19181
19186
|
var Kn = tt.alternate !== null && tt.alternate.memoizedState !== null;
|
|
19182
19187
|
Kn || _V();
|
|
19183
19188
|
}
|
|
@@ -19196,7 +19201,7 @@ Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-f
|
|
|
19196
19201
|
var Bn = y !== null && y.memoizedState !== null;
|
|
19197
19202
|
if (
|
|
19198
19203
|
// TODO: Remove this dead flag
|
|
19199
|
-
a.mode &
|
|
19204
|
+
a.mode & Xt
|
|
19200
19205
|
) {
|
|
19201
19206
|
var He = yi;
|
|
19202
19207
|
yi = He || Bn, Cu(s, a), yi = He;
|
|
@@ -19204,7 +19209,7 @@ Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-f
|
|
|
19204
19209
|
Cu(s, a);
|
|
19205
19210
|
if (gl(a), _ & Xu) {
|
|
19206
19211
|
var nt = a.stateNode, qe = a.memoizedState, pt = qe !== null, Ut = a;
|
|
19207
|
-
if (nt.isHidden = pt, pt && !Bn && (Ut.mode &
|
|
19212
|
+
if (nt.isHidden = pt, pt && !Bn && (Ut.mode & Xt) !== Yt) {
|
|
19208
19213
|
Ht = Ut;
|
|
19209
19214
|
for (var Lt = Ut.child; Lt !== null; )
|
|
19210
19215
|
Ht = Lt, Hq(Lt), Lt = Lt.sibling;
|
|
@@ -19241,7 +19246,7 @@ Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-f
|
|
|
19241
19246
|
hy = d, yy = s, Ht = a, HT(a, s, d), hy = null, yy = null;
|
|
19242
19247
|
}
|
|
19243
19248
|
function HT(a, s, d) {
|
|
19244
|
-
for (var y = (a.mode &
|
|
19249
|
+
for (var y = (a.mode & Xt) !== Yt; Ht !== null; ) {
|
|
19245
19250
|
var _ = Ht, M = _.child;
|
|
19246
19251
|
if (_.tag === C && y) {
|
|
19247
19252
|
var B = _.memoizedState !== null, K = B || k_;
|
|
@@ -19641,7 +19646,7 @@ Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-f
|
|
|
19641
19646
|
}
|
|
19642
19647
|
function ud(a) {
|
|
19643
19648
|
var s = a.mode;
|
|
19644
|
-
if ((s &
|
|
19649
|
+
if ((s & Xt) === Yt)
|
|
19645
19650
|
return rn;
|
|
19646
19651
|
if ((Wn & vi) !== Ga && Wa !== ot)
|
|
19647
19652
|
return Of(Wa);
|
|
@@ -19661,10 +19666,10 @@ Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-f
|
|
|
19661
19666
|
}
|
|
19662
19667
|
function hV(a) {
|
|
19663
19668
|
var s = a.mode;
|
|
19664
|
-
return (s &
|
|
19669
|
+
return (s & Xt) === Yt ? rn : zi();
|
|
19665
19670
|
}
|
|
19666
19671
|
function Ya(a, s, d, y) {
|
|
19667
|
-
FV(), ZT && u("useInsertionEffect must not schedule updates."), sC && (N_ = !0), vc(a, d, y), (Wn & vi) !== ot && a === fs ? jV(s) : (os && E0(a, s, d), $V(s), a === fs && ((Wn & vi) === Ga && (hv = Cn(hv, d)), Ka === dv && ld(a, Wa)), Vs(a, y), d === rn && Wn === Ga && (s.mode &
|
|
19672
|
+
FV(), ZT && u("useInsertionEffect must not schedule updates."), sC && (N_ = !0), vc(a, d, y), (Wn & vi) !== ot && a === fs ? jV(s) : (os && E0(a, s, d), $V(s), a === fs && ((Wn & vi) === Ga && (hv = Cn(hv, d)), Ka === dv && ld(a, Wa)), Vs(a, y), d === rn && Wn === Ga && (s.mode & Xt) === Yt && // Treat `act` as if it's inside `batchedUpdates`, even in legacy mode.
|
|
19668
19673
|
!Eu.isBatchingLegacy && (mv(), Zk()));
|
|
19669
19674
|
}
|
|
19670
19675
|
function yV(a, s, d) {
|
|
@@ -20043,7 +20048,7 @@ Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-f
|
|
|
20043
20048
|
var s = a.alternate;
|
|
20044
20049
|
or(a);
|
|
20045
20050
|
var d;
|
|
20046
|
-
(a.mode & gn) !==
|
|
20051
|
+
(a.mode & gn) !== Yt ? (pS(a), d = fC(s, a, vl), x_(a, !0)) : d = fC(s, a, vl), Vr(), a.memoizedProps = a.pendingProps, d === null ? oR(a) : ra = d, ZS.current = null;
|
|
20047
20052
|
}
|
|
20048
20053
|
function oR(a) {
|
|
20049
20054
|
var s = a;
|
|
@@ -20052,7 +20057,7 @@ Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-f
|
|
|
20052
20057
|
if ((s.flags & as) === sn) {
|
|
20053
20058
|
or(s);
|
|
20054
20059
|
var _ = void 0;
|
|
20055
|
-
if ((s.mode & gn) ===
|
|
20060
|
+
if ((s.mode & gn) === Yt ? _ = RT(d, s, vl) : (pS(s), _ = RT(d, s, vl), x_(s, !1)), Vr(), _ !== null) {
|
|
20056
20061
|
ra = _;
|
|
20057
20062
|
return;
|
|
20058
20063
|
}
|
|
@@ -20062,7 +20067,7 @@ Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-f
|
|
|
20062
20067
|
M.flags &= R1, ra = M;
|
|
20063
20068
|
return;
|
|
20064
20069
|
}
|
|
20065
|
-
if ((s.mode & gn) !==
|
|
20070
|
+
if ((s.mode & gn) !== Yt) {
|
|
20066
20071
|
x_(s, !1);
|
|
20067
20072
|
for (var B = s.actualDuration, K = s.child; K !== null; )
|
|
20068
20073
|
B += K.actualDuration, K = K.sibling;
|
|
@@ -20130,8 +20135,8 @@ Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-f
|
|
|
20130
20135
|
}
|
|
20131
20136
|
if (L_) {
|
|
20132
20137
|
L_ = !1;
|
|
20133
|
-
var
|
|
20134
|
-
throw nC = null,
|
|
20138
|
+
var en = nC;
|
|
20139
|
+
throw nC = null, en;
|
|
20135
20140
|
}
|
|
20136
20141
|
return ji(gv, rn) && a.tag !== Qf && Ic(), B = a.pendingLanes, ji(B, rn) ? (NH(), a === iC ? vv++ : (vv = 0, iC = a)) : vv = 0, Zf(), e0(), null;
|
|
20137
20142
|
}
|
|
@@ -20271,7 +20276,7 @@ Error message:
|
|
|
20271
20276
|
var z_ = null;
|
|
20272
20277
|
function dR(a) {
|
|
20273
20278
|
{
|
|
20274
|
-
if ((Wn & vi) !== Ga || !(a.mode &
|
|
20279
|
+
if ((Wn & vi) !== Ga || !(a.mode & Xt))
|
|
20275
20280
|
return;
|
|
20276
20281
|
var s = a.tag;
|
|
20277
20282
|
if (s !== m && s !== w && s !== h && s !== p && s !== D && s !== de && s !== ce)
|
|
@@ -20355,7 +20360,7 @@ Error message:
|
|
|
20355
20360
|
}
|
|
20356
20361
|
function $V(a) {
|
|
20357
20362
|
{
|
|
20358
|
-
if (a.mode &
|
|
20363
|
+
if (a.mode & Xt) {
|
|
20359
20364
|
if (!GT())
|
|
20360
20365
|
return;
|
|
20361
20366
|
} else if (!lV() || Wn !== Ga || a.tag !== p && a.tag !== D && a.tag !== ce)
|
|
@@ -20655,7 +20660,7 @@ This ensures that you're testing the behavior the user would see in the browser.
|
|
|
20655
20660
|
}
|
|
20656
20661
|
function eG(a, s, d) {
|
|
20657
20662
|
var y;
|
|
20658
|
-
return a === Uw ? (y =
|
|
20663
|
+
return a === Uw ? (y = Xt, s === !0 && (y |= Nn, y |= us)) : y = Yt, os && (y |= gn), uo(w, null, null, y);
|
|
20659
20664
|
}
|
|
20660
20665
|
function _C(a, s, d, y, _, M) {
|
|
20661
20666
|
var B = m, K = a;
|
|
@@ -20668,7 +20673,7 @@ This ensures that you're testing the behavior the user would see in the browser.
|
|
|
20668
20673
|
case fr:
|
|
20669
20674
|
return cd(d.children, _, M, s);
|
|
20670
20675
|
case On:
|
|
20671
|
-
B = T, _ |= Nn, (_ &
|
|
20676
|
+
B = T, _ |= Nn, (_ & Xt) !== Yt && (_ |= us);
|
|
20672
20677
|
break;
|
|
20673
20678
|
case Un:
|
|
20674
20679
|
return tG(d, _, M, s);
|
|
@@ -20679,7 +20684,7 @@ This ensures that you're testing the behavior the user would see in the browser.
|
|
|
20679
20684
|
case jn:
|
|
20680
20685
|
return bR(d, _, M, s);
|
|
20681
20686
|
case Yn:
|
|
20682
|
-
case
|
|
20687
|
+
case Kt:
|
|
20683
20688
|
case sa:
|
|
20684
20689
|
case Ti:
|
|
20685
20690
|
case dr:
|
|
@@ -20755,11 +20760,11 @@ Check the render method of \`` + he + "`.");
|
|
|
20755
20760
|
return y.lanes = d, y;
|
|
20756
20761
|
}
|
|
20757
20762
|
function aG() {
|
|
20758
|
-
var a = uo(g, null, null,
|
|
20763
|
+
var a = uo(g, null, null, Yt);
|
|
20759
20764
|
return a.elementType = "DELETED", a;
|
|
20760
20765
|
}
|
|
20761
20766
|
function iG(a) {
|
|
20762
|
-
var s = uo(Ce, null, null,
|
|
20767
|
+
var s = uo(Ce, null, null, Yt);
|
|
20763
20768
|
return s.stateNode = a, s;
|
|
20764
20769
|
}
|
|
20765
20770
|
function CC(a, s, d) {
|
|
@@ -20772,7 +20777,7 @@ Check the render method of \`` + he + "`.");
|
|
|
20772
20777
|
}, _;
|
|
20773
20778
|
}
|
|
20774
20779
|
function wR(a, s) {
|
|
20775
|
-
return a === null && (a = uo(m, null, null,
|
|
20780
|
+
return a === null && (a = uo(m, null, null, Yt)), a.tag = s.tag, a.key = s.key, a.elementType = s.elementType, a.type = s.type, a.stateNode = s.stateNode, a.return = s.return, a.child = s.child, a.sibling = s.sibling, a.index = s.index, a.ref = s.ref, a.pendingProps = s.pendingProps, a.memoizedProps = s.memoizedProps, a.updateQueue = s.updateQueue, a.memoizedState = s.memoizedState, a.dependencies = s.dependencies, a.mode = s.mode, a.flags = s.flags, a.subtreeFlags = s.subtreeFlags, a.deletions = s.deletions, a.lanes = s.lanes, a.childLanes = s.childLanes, a.alternate = s.alternate, a.actualDuration = s.actualDuration, a.actualStartTime = s.actualStartTime, a.selfBaseDuration = s.selfBaseDuration, a.treeBaseDuration = s.treeBaseDuration, a._debugSource = s._debugSource, a._debugOwner = s._debugOwner, a._debugNeedsRemount = s._debugNeedsRemount, a._debugHookTypes = s._debugHookTypes, a;
|
|
20776
20781
|
}
|
|
20777
20782
|
function sG(a, s, d, y, _) {
|
|
20778
20783
|
this.tag = s, this.containerInfo = a, this.pendingChildren = null, this.current = null, this.pingCache = null, this.finishedWork = null, this.timeoutHandle = i6, this.context = null, this.pendingContext = null, this.callbackNode = null, this.callbackPriority = la, this.eventTimes = mp(ot), this.expirationTimes = mp(Sr), this.pendingLanes = ot, this.suspendedLanes = ot, this.pingedLanes = ot, this.expiredLanes = ot, this.mutableReadLanes = ot, this.finishedLanes = ot, this.entangledLanes = ot, this.entanglements = mp(ot), this.identifierPrefix = y, this.onRecoverableError = _, this.mutableSourceEagerHydrationData = null, this.effectDuration = 0, this.passiveEffectDuration = 0;
|
|
@@ -24124,30 +24129,30 @@ q4.exports;
|
|
|
24124
24129
|
return N !== 0 ? O.words[k] = N | 0 : O.length--, O._strip();
|
|
24125
24130
|
}
|
|
24126
24131
|
var L = function(x, O, z) {
|
|
24127
|
-
var F = x.words, j = O.words, Q = z.words, ae = 0, N, k, Y, ie = F[0] | 0, $ = ie & 8191, be = ie >>> 13, Ie = F[1] | 0, Me = Ie & 8191, Ue = Ie >>> 13, se = F[2] | 0, fe = se & 8191, pe = se >>> 13, ue = F[3] | 0, te = ue & 8191, ye = ue >>> 13, J = F[4] | 0, P = J & 8191, U = J >>> 13, ee = F[5] | 0, oe = ee & 8191, Ee = ee >>> 13, Le = F[6] | 0, Qe = Le & 8191, st = Le >>> 13, _t = F[7] | 0, St = _t & 8191, Z = _t >>> 13, H = F[8] | 0, G = H & 8191, ge = H >>> 13, _e = F[9] | 0, Re = _e & 8191, Be = _e >>> 13, wt = j[0] | 0, yt = wt & 8191, gt = wt >>> 13, Et = j[1] | 0, Rt = Et & 8191, nn = Et >>> 13, Mr = j[2] | 0,
|
|
24132
|
+
var F = x.words, j = O.words, Q = z.words, ae = 0, N, k, Y, ie = F[0] | 0, $ = ie & 8191, be = ie >>> 13, Ie = F[1] | 0, Me = Ie & 8191, Ue = Ie >>> 13, se = F[2] | 0, fe = se & 8191, pe = se >>> 13, ue = F[3] | 0, te = ue & 8191, ye = ue >>> 13, J = F[4] | 0, P = J & 8191, U = J >>> 13, ee = F[5] | 0, oe = ee & 8191, Ee = ee >>> 13, Le = F[6] | 0, Qe = Le & 8191, st = Le >>> 13, _t = F[7] | 0, St = _t & 8191, Z = _t >>> 13, H = F[8] | 0, G = H & 8191, ge = H >>> 13, _e = F[9] | 0, Re = _e & 8191, Be = _e >>> 13, wt = j[0] | 0, yt = wt & 8191, gt = wt >>> 13, Et = j[1] | 0, Rt = Et & 8191, nn = Et >>> 13, Mr = j[2] | 0, Zt = Mr & 8191, Wt = Mr >>> 13, Xr = j[3] | 0, Mn = Xr & 8191, In = Xr >>> 13, Ma = j[4] | 0, ve = Ma & 8191, xe = Ma >>> 13, ct = j[5] | 0, at = ct & 8191, ft = ct >>> 13, Dn = j[6] | 0, hn = Dn & 8191, Sn = Dn >>> 13, fr = j[7] | 0, On = fr & 8191, Un = fr >>> 13, Te = j[8] | 0, et = Te & 8191, rt = Te >>> 13, Nt = j[9] | 0, Ft = Nt & 8191, Bt = Nt >>> 13;
|
|
24128
24133
|
z.negative = x.negative ^ O.negative, z.length = 19, N = Math.imul($, yt), k = Math.imul($, gt), k = k + Math.imul(be, yt) | 0, Y = Math.imul(be, gt);
|
|
24129
24134
|
var Dt = (ae + N | 0) + ((k & 8191) << 13) | 0;
|
|
24130
24135
|
ae = (Y + (k >>> 13) | 0) + (Dt >>> 26) | 0, Dt &= 67108863, N = Math.imul(Me, yt), k = Math.imul(Me, gt), k = k + Math.imul(Ue, yt) | 0, Y = Math.imul(Ue, gt), N = N + Math.imul($, Rt) | 0, k = k + Math.imul($, nn) | 0, k = k + Math.imul(be, Rt) | 0, Y = Y + Math.imul(be, nn) | 0;
|
|
24131
|
-
var
|
|
24132
|
-
ae = (Y + (k >>> 13) | 0) + (
|
|
24136
|
+
var Kt = (ae + N | 0) + ((k & 8191) << 13) | 0;
|
|
24137
|
+
ae = (Y + (k >>> 13) | 0) + (Kt >>> 26) | 0, Kt &= 67108863, N = Math.imul(fe, yt), k = Math.imul(fe, gt), k = k + Math.imul(pe, yt) | 0, Y = Math.imul(pe, gt), N = N + Math.imul(Me, Rt) | 0, k = k + Math.imul(Me, nn) | 0, k = k + Math.imul(Ue, Rt) | 0, Y = Y + Math.imul(Ue, nn) | 0, N = N + Math.imul($, Zt) | 0, k = k + Math.imul($, Wt) | 0, k = k + Math.imul(be, Zt) | 0, Y = Y + Math.imul(be, Wt) | 0;
|
|
24133
24138
|
var dr = (ae + N | 0) + ((k & 8191) << 13) | 0;
|
|
24134
|
-
ae = (Y + (k >>> 13) | 0) + (dr >>> 26) | 0, dr &= 67108863, N = Math.imul(te, yt), k = Math.imul(te, gt), k = k + Math.imul(ye, yt) | 0, Y = Math.imul(ye, gt), N = N + Math.imul(fe, Rt) | 0, k = k + Math.imul(fe, nn) | 0, k = k + Math.imul(pe, Rt) | 0, Y = Y + Math.imul(pe, nn) | 0, N = N + Math.imul(Me,
|
|
24139
|
+
ae = (Y + (k >>> 13) | 0) + (dr >>> 26) | 0, dr &= 67108863, N = Math.imul(te, yt), k = Math.imul(te, gt), k = k + Math.imul(ye, yt) | 0, Y = Math.imul(ye, gt), N = N + Math.imul(fe, Rt) | 0, k = k + Math.imul(fe, nn) | 0, k = k + Math.imul(pe, Rt) | 0, Y = Y + Math.imul(pe, nn) | 0, N = N + Math.imul(Me, Zt) | 0, k = k + Math.imul(Me, Wt) | 0, k = k + Math.imul(Ue, Zt) | 0, Y = Y + Math.imul(Ue, Wt) | 0, N = N + Math.imul($, Mn) | 0, k = k + Math.imul($, In) | 0, k = k + Math.imul(be, Mn) | 0, Y = Y + Math.imul(be, In) | 0;
|
|
24135
24140
|
var jn = (ae + N | 0) + ((k & 8191) << 13) | 0;
|
|
24136
|
-
ae = (Y + (k >>> 13) | 0) + (jn >>> 26) | 0, jn &= 67108863, N = Math.imul(P, yt), k = Math.imul(P, gt), k = k + Math.imul(U, yt) | 0, Y = Math.imul(U, gt), N = N + Math.imul(te, Rt) | 0, k = k + Math.imul(te, nn) | 0, k = k + Math.imul(ye, Rt) | 0, Y = Y + Math.imul(ye, nn) | 0, N = N + Math.imul(fe,
|
|
24141
|
+
ae = (Y + (k >>> 13) | 0) + (jn >>> 26) | 0, jn &= 67108863, N = Math.imul(P, yt), k = Math.imul(P, gt), k = k + Math.imul(U, yt) | 0, Y = Math.imul(U, gt), N = N + Math.imul(te, Rt) | 0, k = k + Math.imul(te, nn) | 0, k = k + Math.imul(ye, Rt) | 0, Y = Y + Math.imul(ye, nn) | 0, N = N + Math.imul(fe, Zt) | 0, k = k + Math.imul(fe, Wt) | 0, k = k + Math.imul(pe, Zt) | 0, Y = Y + Math.imul(pe, Wt) | 0, N = N + Math.imul(Me, Mn) | 0, k = k + Math.imul(Me, In) | 0, k = k + Math.imul(Ue, Mn) | 0, Y = Y + Math.imul(Ue, In) | 0, N = N + Math.imul($, ve) | 0, k = k + Math.imul($, xe) | 0, k = k + Math.imul(be, ve) | 0, Y = Y + Math.imul(be, xe) | 0;
|
|
24137
24142
|
var Yn = (ae + N | 0) + ((k & 8191) << 13) | 0;
|
|
24138
|
-
ae = (Y + (k >>> 13) | 0) + (Yn >>> 26) | 0, Yn &= 67108863, N = Math.imul(oe, yt), k = Math.imul(oe, gt), k = k + Math.imul(Ee, yt) | 0, Y = Math.imul(Ee, gt), N = N + Math.imul(P, Rt) | 0, k = k + Math.imul(P, nn) | 0, k = k + Math.imul(U, Rt) | 0, Y = Y + Math.imul(U, nn) | 0, N = N + Math.imul(te,
|
|
24143
|
+
ae = (Y + (k >>> 13) | 0) + (Yn >>> 26) | 0, Yn &= 67108863, N = Math.imul(oe, yt), k = Math.imul(oe, gt), k = k + Math.imul(Ee, yt) | 0, Y = Math.imul(Ee, gt), N = N + Math.imul(P, Rt) | 0, k = k + Math.imul(P, nn) | 0, k = k + Math.imul(U, Rt) | 0, Y = Y + Math.imul(U, nn) | 0, N = N + Math.imul(te, Zt) | 0, k = k + Math.imul(te, Wt) | 0, k = k + Math.imul(ye, Zt) | 0, Y = Y + Math.imul(ye, Wt) | 0, N = N + Math.imul(fe, Mn) | 0, k = k + Math.imul(fe, In) | 0, k = k + Math.imul(pe, Mn) | 0, Y = Y + Math.imul(pe, In) | 0, N = N + Math.imul(Me, ve) | 0, k = k + Math.imul(Me, xe) | 0, k = k + Math.imul(Ue, ve) | 0, Y = Y + Math.imul(Ue, xe) | 0, N = N + Math.imul($, at) | 0, k = k + Math.imul($, ft) | 0, k = k + Math.imul(be, at) | 0, Y = Y + Math.imul(be, ft) | 0;
|
|
24139
24144
|
var sa = (ae + N | 0) + ((k & 8191) << 13) | 0;
|
|
24140
|
-
ae = (Y + (k >>> 13) | 0) + (sa >>> 26) | 0, sa &= 67108863, N = Math.imul(Qe, yt), k = Math.imul(Qe, gt), k = k + Math.imul(st, yt) | 0, Y = Math.imul(st, gt), N = N + Math.imul(oe, Rt) | 0, k = k + Math.imul(oe, nn) | 0, k = k + Math.imul(Ee, Rt) | 0, Y = Y + Math.imul(Ee, nn) | 0, N = N + Math.imul(P,
|
|
24145
|
+
ae = (Y + (k >>> 13) | 0) + (sa >>> 26) | 0, sa &= 67108863, N = Math.imul(Qe, yt), k = Math.imul(Qe, gt), k = k + Math.imul(st, yt) | 0, Y = Math.imul(st, gt), N = N + Math.imul(oe, Rt) | 0, k = k + Math.imul(oe, nn) | 0, k = k + Math.imul(Ee, Rt) | 0, Y = Y + Math.imul(Ee, nn) | 0, N = N + Math.imul(P, Zt) | 0, k = k + Math.imul(P, Wt) | 0, k = k + Math.imul(U, Zt) | 0, Y = Y + Math.imul(U, Wt) | 0, N = N + Math.imul(te, Mn) | 0, k = k + Math.imul(te, In) | 0, k = k + Math.imul(ye, Mn) | 0, Y = Y + Math.imul(ye, In) | 0, N = N + Math.imul(fe, ve) | 0, k = k + Math.imul(fe, xe) | 0, k = k + Math.imul(pe, ve) | 0, Y = Y + Math.imul(pe, xe) | 0, N = N + Math.imul(Me, at) | 0, k = k + Math.imul(Me, ft) | 0, k = k + Math.imul(Ue, at) | 0, Y = Y + Math.imul(Ue, ft) | 0, N = N + Math.imul($, hn) | 0, k = k + Math.imul($, Sn) | 0, k = k + Math.imul(be, hn) | 0, Y = Y + Math.imul(be, Sn) | 0;
|
|
24141
24146
|
var Ti = (ae + N | 0) + ((k & 8191) << 13) | 0;
|
|
24142
|
-
ae = (Y + (k >>> 13) | 0) + (Ti >>> 26) | 0, Ti &= 67108863, N = Math.imul(St, yt), k = Math.imul(St, gt), k = k + Math.imul(Z, yt) | 0, Y = Math.imul(Z, gt), N = N + Math.imul(Qe, Rt) | 0, k = k + Math.imul(Qe, nn) | 0, k = k + Math.imul(st, Rt) | 0, Y = Y + Math.imul(st, nn) | 0, N = N + Math.imul(oe,
|
|
24147
|
+
ae = (Y + (k >>> 13) | 0) + (Ti >>> 26) | 0, Ti &= 67108863, N = Math.imul(St, yt), k = Math.imul(St, gt), k = k + Math.imul(Z, yt) | 0, Y = Math.imul(Z, gt), N = N + Math.imul(Qe, Rt) | 0, k = k + Math.imul(Qe, nn) | 0, k = k + Math.imul(st, Rt) | 0, Y = Y + Math.imul(st, nn) | 0, N = N + Math.imul(oe, Zt) | 0, k = k + Math.imul(oe, Wt) | 0, k = k + Math.imul(Ee, Zt) | 0, Y = Y + Math.imul(Ee, Wt) | 0, N = N + Math.imul(P, Mn) | 0, k = k + Math.imul(P, In) | 0, k = k + Math.imul(U, Mn) | 0, Y = Y + Math.imul(U, In) | 0, N = N + Math.imul(te, ve) | 0, k = k + Math.imul(te, xe) | 0, k = k + Math.imul(ye, ve) | 0, Y = Y + Math.imul(ye, xe) | 0, N = N + Math.imul(fe, at) | 0, k = k + Math.imul(fe, ft) | 0, k = k + Math.imul(pe, at) | 0, Y = Y + Math.imul(pe, ft) | 0, N = N + Math.imul(Me, hn) | 0, k = k + Math.imul(Me, Sn) | 0, k = k + Math.imul(Ue, hn) | 0, Y = Y + Math.imul(Ue, Sn) | 0, N = N + Math.imul($, On) | 0, k = k + Math.imul($, Un) | 0, k = k + Math.imul(be, On) | 0, Y = Y + Math.imul(be, Un) | 0;
|
|
24143
24148
|
var $n = (ae + N | 0) + ((k & 8191) << 13) | 0;
|
|
24144
|
-
ae = (Y + (k >>> 13) | 0) + ($n >>> 26) | 0, $n &= 67108863, N = Math.imul(G, yt), k = Math.imul(G, gt), k = k + Math.imul(ge, yt) | 0, Y = Math.imul(ge, gt), N = N + Math.imul(St, Rt) | 0, k = k + Math.imul(St, nn) | 0, k = k + Math.imul(Z, Rt) | 0, Y = Y + Math.imul(Z, nn) | 0, N = N + Math.imul(Qe,
|
|
24149
|
+
ae = (Y + (k >>> 13) | 0) + ($n >>> 26) | 0, $n &= 67108863, N = Math.imul(G, yt), k = Math.imul(G, gt), k = k + Math.imul(ge, yt) | 0, Y = Math.imul(ge, gt), N = N + Math.imul(St, Rt) | 0, k = k + Math.imul(St, nn) | 0, k = k + Math.imul(Z, Rt) | 0, Y = Y + Math.imul(Z, nn) | 0, N = N + Math.imul(Qe, Zt) | 0, k = k + Math.imul(Qe, Wt) | 0, k = k + Math.imul(st, Zt) | 0, Y = Y + Math.imul(st, Wt) | 0, N = N + Math.imul(oe, Mn) | 0, k = k + Math.imul(oe, In) | 0, k = k + Math.imul(Ee, Mn) | 0, Y = Y + Math.imul(Ee, In) | 0, N = N + Math.imul(P, ve) | 0, k = k + Math.imul(P, xe) | 0, k = k + Math.imul(U, ve) | 0, Y = Y + Math.imul(U, xe) | 0, N = N + Math.imul(te, at) | 0, k = k + Math.imul(te, ft) | 0, k = k + Math.imul(ye, at) | 0, Y = Y + Math.imul(ye, ft) | 0, N = N + Math.imul(fe, hn) | 0, k = k + Math.imul(fe, Sn) | 0, k = k + Math.imul(pe, hn) | 0, Y = Y + Math.imul(pe, Sn) | 0, N = N + Math.imul(Me, On) | 0, k = k + Math.imul(Me, Un) | 0, k = k + Math.imul(Ue, On) | 0, Y = Y + Math.imul(Ue, Un) | 0, N = N + Math.imul($, et) | 0, k = k + Math.imul($, rt) | 0, k = k + Math.imul(be, et) | 0, Y = Y + Math.imul(be, rt) | 0;
|
|
24145
24150
|
var qr = (ae + N | 0) + ((k & 8191) << 13) | 0;
|
|
24146
|
-
ae = (Y + (k >>> 13) | 0) + (qr >>> 26) | 0, qr &= 67108863, N = Math.imul(Re, yt), k = Math.imul(Re, gt), k = k + Math.imul(Be, yt) | 0, Y = Math.imul(Be, gt), N = N + Math.imul(G, Rt) | 0, k = k + Math.imul(G, nn) | 0, k = k + Math.imul(ge, Rt) | 0, Y = Y + Math.imul(ge, nn) | 0, N = N + Math.imul(St,
|
|
24151
|
+
ae = (Y + (k >>> 13) | 0) + (qr >>> 26) | 0, qr &= 67108863, N = Math.imul(Re, yt), k = Math.imul(Re, gt), k = k + Math.imul(Be, yt) | 0, Y = Math.imul(Be, gt), N = N + Math.imul(G, Rt) | 0, k = k + Math.imul(G, nn) | 0, k = k + Math.imul(ge, Rt) | 0, Y = Y + Math.imul(ge, nn) | 0, N = N + Math.imul(St, Zt) | 0, k = k + Math.imul(St, Wt) | 0, k = k + Math.imul(Z, Zt) | 0, Y = Y + Math.imul(Z, Wt) | 0, N = N + Math.imul(Qe, Mn) | 0, k = k + Math.imul(Qe, In) | 0, k = k + Math.imul(st, Mn) | 0, Y = Y + Math.imul(st, In) | 0, N = N + Math.imul(oe, ve) | 0, k = k + Math.imul(oe, xe) | 0, k = k + Math.imul(Ee, ve) | 0, Y = Y + Math.imul(Ee, xe) | 0, N = N + Math.imul(P, at) | 0, k = k + Math.imul(P, ft) | 0, k = k + Math.imul(U, at) | 0, Y = Y + Math.imul(U, ft) | 0, N = N + Math.imul(te, hn) | 0, k = k + Math.imul(te, Sn) | 0, k = k + Math.imul(ye, hn) | 0, Y = Y + Math.imul(ye, Sn) | 0, N = N + Math.imul(fe, On) | 0, k = k + Math.imul(fe, Un) | 0, k = k + Math.imul(pe, On) | 0, Y = Y + Math.imul(pe, Un) | 0, N = N + Math.imul(Me, et) | 0, k = k + Math.imul(Me, rt) | 0, k = k + Math.imul(Ue, et) | 0, Y = Y + Math.imul(Ue, rt) | 0, N = N + Math.imul($, Ft) | 0, k = k + Math.imul($, Bt) | 0, k = k + Math.imul(be, Ft) | 0, Y = Y + Math.imul(be, Bt) | 0;
|
|
24147
24152
|
var ga = (ae + N | 0) + ((k & 8191) << 13) | 0;
|
|
24148
|
-
ae = (Y + (k >>> 13) | 0) + (ga >>> 26) | 0, ga &= 67108863, N = Math.imul(Re, Rt), k = Math.imul(Re, nn), k = k + Math.imul(Be, Rt) | 0, Y = Math.imul(Be, nn), N = N + Math.imul(G,
|
|
24153
|
+
ae = (Y + (k >>> 13) | 0) + (ga >>> 26) | 0, ga &= 67108863, N = Math.imul(Re, Rt), k = Math.imul(Re, nn), k = k + Math.imul(Be, Rt) | 0, Y = Math.imul(Be, nn), N = N + Math.imul(G, Zt) | 0, k = k + Math.imul(G, Wt) | 0, k = k + Math.imul(ge, Zt) | 0, Y = Y + Math.imul(ge, Wt) | 0, N = N + Math.imul(St, Mn) | 0, k = k + Math.imul(St, In) | 0, k = k + Math.imul(Z, Mn) | 0, Y = Y + Math.imul(Z, In) | 0, N = N + Math.imul(Qe, ve) | 0, k = k + Math.imul(Qe, xe) | 0, k = k + Math.imul(st, ve) | 0, Y = Y + Math.imul(st, xe) | 0, N = N + Math.imul(oe, at) | 0, k = k + Math.imul(oe, ft) | 0, k = k + Math.imul(Ee, at) | 0, Y = Y + Math.imul(Ee, ft) | 0, N = N + Math.imul(P, hn) | 0, k = k + Math.imul(P, Sn) | 0, k = k + Math.imul(U, hn) | 0, Y = Y + Math.imul(U, Sn) | 0, N = N + Math.imul(te, On) | 0, k = k + Math.imul(te, Un) | 0, k = k + Math.imul(ye, On) | 0, Y = Y + Math.imul(ye, Un) | 0, N = N + Math.imul(fe, et) | 0, k = k + Math.imul(fe, rt) | 0, k = k + Math.imul(pe, et) | 0, Y = Y + Math.imul(pe, rt) | 0, N = N + Math.imul(Me, Ft) | 0, k = k + Math.imul(Me, Bt) | 0, k = k + Math.imul(Ue, Ft) | 0, Y = Y + Math.imul(Ue, Bt) | 0;
|
|
24149
24154
|
var wn = (ae + N | 0) + ((k & 8191) << 13) | 0;
|
|
24150
|
-
ae = (Y + (k >>> 13) | 0) + (wn >>> 26) | 0, wn &= 67108863, N = Math.imul(Re,
|
|
24155
|
+
ae = (Y + (k >>> 13) | 0) + (wn >>> 26) | 0, wn &= 67108863, N = Math.imul(Re, Zt), k = Math.imul(Re, Wt), k = k + Math.imul(Be, Zt) | 0, Y = Math.imul(Be, Wt), N = N + Math.imul(G, Mn) | 0, k = k + Math.imul(G, In) | 0, k = k + Math.imul(ge, Mn) | 0, Y = Y + Math.imul(ge, In) | 0, N = N + Math.imul(St, ve) | 0, k = k + Math.imul(St, xe) | 0, k = k + Math.imul(Z, ve) | 0, Y = Y + Math.imul(Z, xe) | 0, N = N + Math.imul(Qe, at) | 0, k = k + Math.imul(Qe, ft) | 0, k = k + Math.imul(st, at) | 0, Y = Y + Math.imul(st, ft) | 0, N = N + Math.imul(oe, hn) | 0, k = k + Math.imul(oe, Sn) | 0, k = k + Math.imul(Ee, hn) | 0, Y = Y + Math.imul(Ee, Sn) | 0, N = N + Math.imul(P, On) | 0, k = k + Math.imul(P, Un) | 0, k = k + Math.imul(U, On) | 0, Y = Y + Math.imul(U, Un) | 0, N = N + Math.imul(te, et) | 0, k = k + Math.imul(te, rt) | 0, k = k + Math.imul(ye, et) | 0, Y = Y + Math.imul(ye, rt) | 0, N = N + Math.imul(fe, Ft) | 0, k = k + Math.imul(fe, Bt) | 0, k = k + Math.imul(pe, Ft) | 0, Y = Y + Math.imul(pe, Bt) | 0;
|
|
24151
24156
|
var Xa = (ae + N | 0) + ((k & 8191) << 13) | 0;
|
|
24152
24157
|
ae = (Y + (k >>> 13) | 0) + (Xa >>> 26) | 0, Xa &= 67108863, N = Math.imul(Re, Mn), k = Math.imul(Re, In), k = k + Math.imul(Be, Mn) | 0, Y = Math.imul(Be, In), N = N + Math.imul(G, ve) | 0, k = k + Math.imul(G, xe) | 0, k = k + Math.imul(ge, ve) | 0, Y = Y + Math.imul(ge, xe) | 0, N = N + Math.imul(St, at) | 0, k = k + Math.imul(St, ft) | 0, k = k + Math.imul(Z, at) | 0, Y = Y + Math.imul(Z, ft) | 0, N = N + Math.imul(Qe, hn) | 0, k = k + Math.imul(Qe, Sn) | 0, k = k + Math.imul(st, hn) | 0, Y = Y + Math.imul(st, Sn) | 0, N = N + Math.imul(oe, On) | 0, k = k + Math.imul(oe, Un) | 0, k = k + Math.imul(Ee, On) | 0, Y = Y + Math.imul(Ee, Un) | 0, N = N + Math.imul(P, et) | 0, k = k + Math.imul(P, rt) | 0, k = k + Math.imul(U, et) | 0, Y = Y + Math.imul(U, rt) | 0, N = N + Math.imul(te, Ft) | 0, k = k + Math.imul(te, Bt) | 0, k = k + Math.imul(ye, Ft) | 0, Y = Y + Math.imul(ye, Bt) | 0;
|
|
24153
24158
|
var Ss = (ae + N | 0) + ((k & 8191) << 13) | 0;
|
|
@@ -24163,7 +24168,7 @@ q4.exports;
|
|
|
24163
24168
|
var va = (ae + N | 0) + ((k & 8191) << 13) | 0;
|
|
24164
24169
|
ae = (Y + (k >>> 13) | 0) + (va >>> 26) | 0, va &= 67108863, N = Math.imul(Re, Ft), k = Math.imul(Re, Bt), k = k + Math.imul(Be, Ft) | 0, Y = Math.imul(Be, Bt);
|
|
24165
24170
|
var Jo = (ae + N | 0) + ((k & 8191) << 13) | 0;
|
|
24166
|
-
return ae = (Y + (k >>> 13) | 0) + (Jo >>> 26) | 0, Jo &= 67108863, Q[0] = Dt, Q[1] =
|
|
24171
|
+
return ae = (Y + (k >>> 13) | 0) + (Jo >>> 26) | 0, Jo &= 67108863, Q[0] = Dt, Q[1] = Kt, Q[2] = dr, Q[3] = jn, Q[4] = Yn, Q[5] = sa, Q[6] = Ti, Q[7] = $n, Q[8] = qr, Q[9] = ga, Q[10] = wn, Q[11] = Xa, Q[12] = Ss, Q[13] = wo, Q[14] = Cs, Q[15] = Ta, Q[16] = Yo, Q[17] = va, Q[18] = Jo, ae !== 0 && (Q[19] = ae, z.length++), z;
|
|
24167
24172
|
};
|
|
24168
24173
|
Math.imul || (L = R);
|
|
24169
24174
|
function D(C, x, O) {
|
|
@@ -26372,9 +26377,9 @@ var uI = { exports: {} };
|
|
|
26372
26377
|
return this.encode(this.outputBits, !0), k.prototype.finalize.call(this);
|
|
26373
26378
|
};
|
|
26374
26379
|
var ie = function($) {
|
|
26375
|
-
var be, Ie, Me, Ue, se, fe, pe, ue, te, ye, J, P, U, ee, oe, Ee, Le, Qe, st, _t, St, Z, H, G, ge, _e, Re, Be, wt, yt, gt, Et, Rt, nn, Mr,
|
|
26380
|
+
var be, Ie, Me, Ue, se, fe, pe, ue, te, ye, J, P, U, ee, oe, Ee, Le, Qe, st, _t, St, Z, H, G, ge, _e, Re, Be, wt, yt, gt, Et, Rt, nn, Mr, Zt, Wt, Xr, Mn, In, Ma, ve, xe, ct, at, ft, Dn, hn, Sn, fr, On, Un, Te, et, rt, Nt, Ft, Bt, Dt, Kt, dr, jn, Yn;
|
|
26376
26381
|
for (Me = 0; Me < 48; Me += 2)
|
|
26377
|
-
Ue = $[0] ^ $[10] ^ $[20] ^ $[30] ^ $[40], se = $[1] ^ $[11] ^ $[21] ^ $[31] ^ $[41], fe = $[2] ^ $[12] ^ $[22] ^ $[32] ^ $[42], pe = $[3] ^ $[13] ^ $[23] ^ $[33] ^ $[43], ue = $[4] ^ $[14] ^ $[24] ^ $[34] ^ $[44], te = $[5] ^ $[15] ^ $[25] ^ $[35] ^ $[45], ye = $[6] ^ $[16] ^ $[26] ^ $[36] ^ $[46], J = $[7] ^ $[17] ^ $[27] ^ $[37] ^ $[47], P = $[8] ^ $[18] ^ $[28] ^ $[38] ^ $[48], U = $[9] ^ $[19] ^ $[29] ^ $[39] ^ $[49], be = P ^ (fe << 1 | pe >>> 31), Ie = U ^ (pe << 1 | fe >>> 31), $[0] ^= be, $[1] ^= Ie, $[10] ^= be, $[11] ^= Ie, $[20] ^= be, $[21] ^= Ie, $[30] ^= be, $[31] ^= Ie, $[40] ^= be, $[41] ^= Ie, be = Ue ^ (ue << 1 | te >>> 31), Ie = se ^ (te << 1 | ue >>> 31), $[2] ^= be, $[3] ^= Ie, $[12] ^= be, $[13] ^= Ie, $[22] ^= be, $[23] ^= Ie, $[32] ^= be, $[33] ^= Ie, $[42] ^= be, $[43] ^= Ie, be = fe ^ (ye << 1 | J >>> 31), Ie = pe ^ (J << 1 | ye >>> 31), $[4] ^= be, $[5] ^= Ie, $[14] ^= be, $[15] ^= Ie, $[24] ^= be, $[25] ^= Ie, $[34] ^= be, $[35] ^= Ie, $[44] ^= be, $[45] ^= Ie, be = ue ^ (P << 1 | U >>> 31), Ie = te ^ (U << 1 | P >>> 31), $[6] ^= be, $[7] ^= Ie, $[16] ^= be, $[17] ^= Ie, $[26] ^= be, $[27] ^= Ie, $[36] ^= be, $[37] ^= Ie, $[46] ^= be, $[47] ^= Ie, be = ye ^ (Ue << 1 | se >>> 31), Ie = J ^ (se << 1 | Ue >>> 31), $[8] ^= be, $[9] ^= Ie, $[18] ^= be, $[19] ^= Ie, $[28] ^= be, $[29] ^= Ie, $[38] ^= be, $[39] ^= Ie, $[48] ^= be, $[49] ^= Ie, ee = $[0], oe = $[1], ft = $[11] << 4 | $[10] >>> 28, Dn = $[10] << 4 | $[11] >>> 28, Be = $[20] << 3 | $[21] >>> 29, wt = $[21] << 3 | $[20] >>> 29,
|
|
26382
|
+
Ue = $[0] ^ $[10] ^ $[20] ^ $[30] ^ $[40], se = $[1] ^ $[11] ^ $[21] ^ $[31] ^ $[41], fe = $[2] ^ $[12] ^ $[22] ^ $[32] ^ $[42], pe = $[3] ^ $[13] ^ $[23] ^ $[33] ^ $[43], ue = $[4] ^ $[14] ^ $[24] ^ $[34] ^ $[44], te = $[5] ^ $[15] ^ $[25] ^ $[35] ^ $[45], ye = $[6] ^ $[16] ^ $[26] ^ $[36] ^ $[46], J = $[7] ^ $[17] ^ $[27] ^ $[37] ^ $[47], P = $[8] ^ $[18] ^ $[28] ^ $[38] ^ $[48], U = $[9] ^ $[19] ^ $[29] ^ $[39] ^ $[49], be = P ^ (fe << 1 | pe >>> 31), Ie = U ^ (pe << 1 | fe >>> 31), $[0] ^= be, $[1] ^= Ie, $[10] ^= be, $[11] ^= Ie, $[20] ^= be, $[21] ^= Ie, $[30] ^= be, $[31] ^= Ie, $[40] ^= be, $[41] ^= Ie, be = Ue ^ (ue << 1 | te >>> 31), Ie = se ^ (te << 1 | ue >>> 31), $[2] ^= be, $[3] ^= Ie, $[12] ^= be, $[13] ^= Ie, $[22] ^= be, $[23] ^= Ie, $[32] ^= be, $[33] ^= Ie, $[42] ^= be, $[43] ^= Ie, be = fe ^ (ye << 1 | J >>> 31), Ie = pe ^ (J << 1 | ye >>> 31), $[4] ^= be, $[5] ^= Ie, $[14] ^= be, $[15] ^= Ie, $[24] ^= be, $[25] ^= Ie, $[34] ^= be, $[35] ^= Ie, $[44] ^= be, $[45] ^= Ie, be = ue ^ (P << 1 | U >>> 31), Ie = te ^ (U << 1 | P >>> 31), $[6] ^= be, $[7] ^= Ie, $[16] ^= be, $[17] ^= Ie, $[26] ^= be, $[27] ^= Ie, $[36] ^= be, $[37] ^= Ie, $[46] ^= be, $[47] ^= Ie, be = ye ^ (Ue << 1 | se >>> 31), Ie = J ^ (se << 1 | Ue >>> 31), $[8] ^= be, $[9] ^= Ie, $[18] ^= be, $[19] ^= Ie, $[28] ^= be, $[29] ^= Ie, $[38] ^= be, $[39] ^= Ie, $[48] ^= be, $[49] ^= Ie, ee = $[0], oe = $[1], ft = $[11] << 4 | $[10] >>> 28, Dn = $[10] << 4 | $[11] >>> 28, Be = $[20] << 3 | $[21] >>> 29, wt = $[21] << 3 | $[20] >>> 29, Kt = $[31] << 9 | $[30] >>> 23, dr = $[30] << 9 | $[31] >>> 23, ve = $[40] << 18 | $[41] >>> 14, xe = $[41] << 18 | $[40] >>> 14, nn = $[2] << 1 | $[3] >>> 31, Mr = $[3] << 1 | $[2] >>> 31, Ee = $[13] << 12 | $[12] >>> 20, Le = $[12] << 12 | $[13] >>> 20, hn = $[22] << 10 | $[23] >>> 22, Sn = $[23] << 10 | $[22] >>> 22, yt = $[33] << 13 | $[32] >>> 19, gt = $[32] << 13 | $[33] >>> 19, jn = $[42] << 2 | $[43] >>> 30, Yn = $[43] << 2 | $[42] >>> 30, et = $[5] << 30 | $[4] >>> 2, rt = $[4] << 30 | $[5] >>> 2, Zt = $[14] << 6 | $[15] >>> 26, Wt = $[15] << 6 | $[14] >>> 26, Qe = $[25] << 11 | $[24] >>> 21, st = $[24] << 11 | $[25] >>> 21, fr = $[34] << 15 | $[35] >>> 17, On = $[35] << 15 | $[34] >>> 17, Et = $[45] << 29 | $[44] >>> 3, Rt = $[44] << 29 | $[45] >>> 3, G = $[6] << 28 | $[7] >>> 4, ge = $[7] << 28 | $[6] >>> 4, Nt = $[17] << 23 | $[16] >>> 9, Ft = $[16] << 23 | $[17] >>> 9, Xr = $[26] << 25 | $[27] >>> 7, Mn = $[27] << 25 | $[26] >>> 7, _t = $[36] << 21 | $[37] >>> 11, St = $[37] << 21 | $[36] >>> 11, Un = $[47] << 24 | $[46] >>> 8, Te = $[46] << 24 | $[47] >>> 8, ct = $[8] << 27 | $[9] >>> 5, at = $[9] << 27 | $[8] >>> 5, _e = $[18] << 20 | $[19] >>> 12, Re = $[19] << 20 | $[18] >>> 12, Bt = $[29] << 7 | $[28] >>> 25, Dt = $[28] << 7 | $[29] >>> 25, In = $[38] << 8 | $[39] >>> 24, Ma = $[39] << 8 | $[38] >>> 24, Z = $[48] << 14 | $[49] >>> 18, H = $[49] << 14 | $[48] >>> 18, $[0] = ee ^ ~Ee & Qe, $[1] = oe ^ ~Le & st, $[10] = G ^ ~_e & Be, $[11] = ge ^ ~Re & wt, $[20] = nn ^ ~Zt & Xr, $[21] = Mr ^ ~Wt & Mn, $[30] = ct ^ ~ft & hn, $[31] = at ^ ~Dn & Sn, $[40] = et ^ ~Nt & Bt, $[41] = rt ^ ~Ft & Dt, $[2] = Ee ^ ~Qe & _t, $[3] = Le ^ ~st & St, $[12] = _e ^ ~Be & yt, $[13] = Re ^ ~wt & gt, $[22] = Zt ^ ~Xr & In, $[23] = Wt ^ ~Mn & Ma, $[32] = ft ^ ~hn & fr, $[33] = Dn ^ ~Sn & On, $[42] = Nt ^ ~Bt & Kt, $[43] = Ft ^ ~Dt & dr, $[4] = Qe ^ ~_t & Z, $[5] = st ^ ~St & H, $[14] = Be ^ ~yt & Et, $[15] = wt ^ ~gt & Rt, $[24] = Xr ^ ~In & ve, $[25] = Mn ^ ~Ma & xe, $[34] = hn ^ ~fr & Un, $[35] = Sn ^ ~On & Te, $[44] = Bt ^ ~Kt & jn, $[45] = Dt ^ ~dr & Yn, $[6] = _t ^ ~Z & ee, $[7] = St ^ ~H & oe, $[16] = yt ^ ~Et & G, $[17] = gt ^ ~Rt & ge, $[26] = In ^ ~ve & nn, $[27] = Ma ^ ~xe & Mr, $[36] = fr ^ ~Un & ct, $[37] = On ^ ~Te & at, $[46] = Kt ^ ~jn & et, $[47] = dr ^ ~Yn & rt, $[8] = Z ^ ~ee & Ee, $[9] = H ^ ~oe & Le, $[18] = Et ^ ~G & _e, $[19] = Rt ^ ~ge & Re, $[28] = ve ^ ~nn & Zt, $[29] = xe ^ ~Mr & Wt, $[38] = Un ^ ~ct & ft, $[39] = Te ^ ~at & Dn, $[48] = jn ^ ~et & Nt, $[49] = Yn ^ ~rt & Ft, $[0] ^= A[Me], $[1] ^= A[Me + 1];
|
|
26378
26383
|
};
|
|
26379
26384
|
if (c)
|
|
26380
26385
|
n.exports = x;
|
|
@@ -33459,7 +33464,7 @@ var nZ = {
|
|
|
33459
33464
|
fromWords: tZ
|
|
33460
33465
|
};
|
|
33461
33466
|
const e9 = /* @__PURE__ */ gh(nZ), ns = "providers/5.7.2", Nv = new Pe(ns);
|
|
33462
|
-
class
|
|
33467
|
+
class Gt {
|
|
33463
33468
|
constructor() {
|
|
33464
33469
|
this.formats = this.getDefaultFormats();
|
|
33465
33470
|
}
|
|
@@ -33468,93 +33473,93 @@ class Vt {
|
|
|
33468
33473
|
return e.transaction = {
|
|
33469
33474
|
hash: u,
|
|
33470
33475
|
type: h,
|
|
33471
|
-
accessList:
|
|
33472
|
-
blockHash:
|
|
33473
|
-
blockNumber:
|
|
33474
|
-
transactionIndex:
|
|
33475
|
-
confirmations:
|
|
33476
|
+
accessList: Gt.allowNull(this.accessList.bind(this), null),
|
|
33477
|
+
blockHash: Gt.allowNull(u, null),
|
|
33478
|
+
blockNumber: Gt.allowNull(p, null),
|
|
33479
|
+
transactionIndex: Gt.allowNull(p, null),
|
|
33480
|
+
confirmations: Gt.allowNull(p, null),
|
|
33476
33481
|
from: t,
|
|
33477
33482
|
// either (gasPrice) or (maxPriorityFeePerGas + maxFeePerGas)
|
|
33478
33483
|
// must be set
|
|
33479
|
-
gasPrice:
|
|
33480
|
-
maxPriorityFeePerGas:
|
|
33481
|
-
maxFeePerGas:
|
|
33484
|
+
gasPrice: Gt.allowNull(r),
|
|
33485
|
+
maxPriorityFeePerGas: Gt.allowNull(r),
|
|
33486
|
+
maxFeePerGas: Gt.allowNull(r),
|
|
33482
33487
|
gasLimit: r,
|
|
33483
|
-
to:
|
|
33488
|
+
to: Gt.allowNull(t, null),
|
|
33484
33489
|
value: r,
|
|
33485
33490
|
nonce: p,
|
|
33486
33491
|
data: o,
|
|
33487
|
-
r:
|
|
33488
|
-
s:
|
|
33489
|
-
v:
|
|
33490
|
-
creates:
|
|
33491
|
-
raw:
|
|
33492
|
+
r: Gt.allowNull(this.uint256),
|
|
33493
|
+
s: Gt.allowNull(this.uint256),
|
|
33494
|
+
v: Gt.allowNull(p),
|
|
33495
|
+
creates: Gt.allowNull(t, null),
|
|
33496
|
+
raw: Gt.allowNull(o)
|
|
33492
33497
|
}, e.transactionRequest = {
|
|
33493
|
-
from:
|
|
33494
|
-
nonce:
|
|
33495
|
-
gasLimit:
|
|
33496
|
-
gasPrice:
|
|
33497
|
-
maxPriorityFeePerGas:
|
|
33498
|
-
maxFeePerGas:
|
|
33499
|
-
to:
|
|
33500
|
-
value:
|
|
33501
|
-
data:
|
|
33502
|
-
type:
|
|
33503
|
-
accessList:
|
|
33498
|
+
from: Gt.allowNull(t),
|
|
33499
|
+
nonce: Gt.allowNull(p),
|
|
33500
|
+
gasLimit: Gt.allowNull(r),
|
|
33501
|
+
gasPrice: Gt.allowNull(r),
|
|
33502
|
+
maxPriorityFeePerGas: Gt.allowNull(r),
|
|
33503
|
+
maxFeePerGas: Gt.allowNull(r),
|
|
33504
|
+
to: Gt.allowNull(t),
|
|
33505
|
+
value: Gt.allowNull(r),
|
|
33506
|
+
data: Gt.allowNull(m),
|
|
33507
|
+
type: Gt.allowNull(p),
|
|
33508
|
+
accessList: Gt.allowNull(this.accessList.bind(this), null)
|
|
33504
33509
|
}, e.receiptLog = {
|
|
33505
33510
|
transactionIndex: p,
|
|
33506
33511
|
blockNumber: p,
|
|
33507
33512
|
transactionHash: u,
|
|
33508
33513
|
address: t,
|
|
33509
|
-
topics:
|
|
33514
|
+
topics: Gt.arrayOf(u),
|
|
33510
33515
|
data: o,
|
|
33511
33516
|
logIndex: p,
|
|
33512
33517
|
blockHash: u
|
|
33513
33518
|
}, e.receipt = {
|
|
33514
|
-
to:
|
|
33515
|
-
from:
|
|
33516
|
-
contractAddress:
|
|
33519
|
+
to: Gt.allowNull(this.address, null),
|
|
33520
|
+
from: Gt.allowNull(this.address, null),
|
|
33521
|
+
contractAddress: Gt.allowNull(t, null),
|
|
33517
33522
|
transactionIndex: p,
|
|
33518
33523
|
// should be allowNull(hash), but broken-EIP-658 support is handled in receipt
|
|
33519
|
-
root:
|
|
33524
|
+
root: Gt.allowNull(c),
|
|
33520
33525
|
gasUsed: r,
|
|
33521
|
-
logsBloom:
|
|
33526
|
+
logsBloom: Gt.allowNull(o),
|
|
33522
33527
|
blockHash: u,
|
|
33523
33528
|
transactionHash: u,
|
|
33524
|
-
logs:
|
|
33529
|
+
logs: Gt.arrayOf(this.receiptLog.bind(this)),
|
|
33525
33530
|
blockNumber: p,
|
|
33526
|
-
confirmations:
|
|
33531
|
+
confirmations: Gt.allowNull(p, null),
|
|
33527
33532
|
cumulativeGasUsed: r,
|
|
33528
|
-
effectiveGasPrice:
|
|
33529
|
-
status:
|
|
33533
|
+
effectiveGasPrice: Gt.allowNull(r),
|
|
33534
|
+
status: Gt.allowNull(p),
|
|
33530
33535
|
type: h
|
|
33531
33536
|
}, e.block = {
|
|
33532
|
-
hash:
|
|
33537
|
+
hash: Gt.allowNull(u),
|
|
33533
33538
|
parentHash: u,
|
|
33534
33539
|
number: p,
|
|
33535
33540
|
timestamp: p,
|
|
33536
|
-
nonce:
|
|
33541
|
+
nonce: Gt.allowNull(c),
|
|
33537
33542
|
difficulty: this.difficulty.bind(this),
|
|
33538
33543
|
gasLimit: r,
|
|
33539
33544
|
gasUsed: r,
|
|
33540
|
-
miner:
|
|
33545
|
+
miner: Gt.allowNull(t),
|
|
33541
33546
|
extraData: o,
|
|
33542
|
-
transactions:
|
|
33543
|
-
baseFeePerGas:
|
|
33544
|
-
}, e.blockWithTransactions = Fr(e.block), e.blockWithTransactions.transactions =
|
|
33545
|
-
fromBlock:
|
|
33546
|
-
toBlock:
|
|
33547
|
-
blockHash:
|
|
33548
|
-
address:
|
|
33549
|
-
topics:
|
|
33547
|
+
transactions: Gt.allowNull(Gt.arrayOf(u)),
|
|
33548
|
+
baseFeePerGas: Gt.allowNull(r)
|
|
33549
|
+
}, e.blockWithTransactions = Fr(e.block), e.blockWithTransactions.transactions = Gt.allowNull(Gt.arrayOf(this.transactionResponse.bind(this))), e.filter = {
|
|
33550
|
+
fromBlock: Gt.allowNull(i, void 0),
|
|
33551
|
+
toBlock: Gt.allowNull(i, void 0),
|
|
33552
|
+
blockHash: Gt.allowNull(u, void 0),
|
|
33553
|
+
address: Gt.allowNull(t, void 0),
|
|
33554
|
+
topics: Gt.allowNull(this.topics.bind(this), void 0)
|
|
33550
33555
|
}, e.filterLog = {
|
|
33551
|
-
blockNumber:
|
|
33552
|
-
blockHash:
|
|
33556
|
+
blockNumber: Gt.allowNull(p),
|
|
33557
|
+
blockHash: Gt.allowNull(u),
|
|
33553
33558
|
transactionIndex: p,
|
|
33554
|
-
removed:
|
|
33559
|
+
removed: Gt.allowNull(this.boolean.bind(this)),
|
|
33555
33560
|
address: t,
|
|
33556
|
-
data:
|
|
33557
|
-
topics:
|
|
33561
|
+
data: Gt.allowFalsish(o, "0x"),
|
|
33562
|
+
topics: Gt.arrayOf(u),
|
|
33558
33563
|
transactionHash: u,
|
|
33559
33564
|
logIndex: p
|
|
33560
33565
|
}, e;
|
|
@@ -33651,7 +33656,7 @@ class Vt {
|
|
|
33651
33656
|
}
|
|
33652
33657
|
_block(e, t) {
|
|
33653
33658
|
e.author != null && e.miner == null && (e.miner = e.author);
|
|
33654
|
-
const r = e._difficulty != null ? e._difficulty : e.difficulty, i =
|
|
33659
|
+
const r = e._difficulty != null ? e._difficulty : e.difficulty, i = Gt.check(t, e);
|
|
33655
33660
|
return i._difficulty = r == null ? null : xt.from(r), i;
|
|
33656
33661
|
}
|
|
33657
33662
|
block(e) {
|
|
@@ -33662,11 +33667,11 @@ class Vt {
|
|
|
33662
33667
|
}
|
|
33663
33668
|
// Strict! Used on input.
|
|
33664
33669
|
transactionRequest(e) {
|
|
33665
|
-
return
|
|
33670
|
+
return Gt.check(this.formats.transactionRequest, e);
|
|
33666
33671
|
}
|
|
33667
33672
|
transactionResponse(e) {
|
|
33668
33673
|
e.gas != null && e.gasLimit == null && (e.gasLimit = e.gas), e.to && xt.from(e.to).isZero() && (e.to = "0x0000000000000000000000000000000000000000"), e.input != null && e.data == null && (e.data = e.input), e.to == null && e.creates == null && (e.creates = this.contractAddress(e)), (e.type === 1 || e.type === 2) && e.accessList == null && (e.accessList = []);
|
|
33669
|
-
const t =
|
|
33674
|
+
const t = Gt.check(this.formats.transaction, e);
|
|
33670
33675
|
if (e.chainId != null) {
|
|
33671
33676
|
let r = e.chainId;
|
|
33672
33677
|
Rn(r) && (r = xt.from(r).toNumber()), t.chainId = r;
|
|
@@ -33680,10 +33685,10 @@ class Vt {
|
|
|
33680
33685
|
return fD(e);
|
|
33681
33686
|
}
|
|
33682
33687
|
receiptLog(e) {
|
|
33683
|
-
return
|
|
33688
|
+
return Gt.check(this.formats.receiptLog, e);
|
|
33684
33689
|
}
|
|
33685
33690
|
receipt(e) {
|
|
33686
|
-
const t =
|
|
33691
|
+
const t = Gt.check(this.formats.receipt, e);
|
|
33687
33692
|
if (t.root != null)
|
|
33688
33693
|
if (t.root.length <= 4) {
|
|
33689
33694
|
const r = xt.from(t.root).toNumber();
|
|
@@ -33695,10 +33700,10 @@ class Vt {
|
|
|
33695
33700
|
return Array.isArray(e) ? e.map((t) => this.topics(t)) : e != null ? this.hash(e, !0) : null;
|
|
33696
33701
|
}
|
|
33697
33702
|
filter(e) {
|
|
33698
|
-
return
|
|
33703
|
+
return Gt.check(this.formats.filter, e);
|
|
33699
33704
|
}
|
|
33700
33705
|
filterLog(e) {
|
|
33701
|
-
return
|
|
33706
|
+
return Gt.check(this.formats.filterLog, e);
|
|
33702
33707
|
}
|
|
33703
33708
|
static check(e, t) {
|
|
33704
33709
|
const r = {};
|
|
@@ -34173,7 +34178,7 @@ class x2 extends _h {
|
|
|
34173
34178
|
}
|
|
34174
34179
|
// @TODO: Remove this and just create a singleton formatter
|
|
34175
34180
|
static getFormatter() {
|
|
34176
|
-
return eE == null && (eE = new
|
|
34181
|
+
return eE == null && (eE = new Gt()), eE;
|
|
34177
34182
|
}
|
|
34178
34183
|
// @TODO: Remove this and just use getNetwork
|
|
34179
34184
|
static getNetwork(e) {
|
|
@@ -34794,7 +34799,7 @@ class x2 extends _h {
|
|
|
34794
34799
|
const t = yield ya({ filter: this._getFilter(e) }), r = yield this.perform("getLogs", t);
|
|
34795
34800
|
return r.forEach((i) => {
|
|
34796
34801
|
i.removed == null && (i.removed = !1);
|
|
34797
|
-
}),
|
|
34802
|
+
}), Gt.arrayOf(this.formatter.filterLog.bind(this.formatter))(r);
|
|
34798
34803
|
});
|
|
34799
34804
|
}
|
|
34800
34805
|
getEtherPrice() {
|
|
@@ -36795,7 +36800,7 @@ const WD = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
36795
36800
|
CloudflareProvider: BD,
|
|
36796
36801
|
EtherscanProvider: zD,
|
|
36797
36802
|
FallbackProvider: jD,
|
|
36798
|
-
Formatter:
|
|
36803
|
+
Formatter: Gt,
|
|
36799
36804
|
InfuraProvider: w5,
|
|
36800
36805
|
InfuraWebSocketProvider: HD,
|
|
36801
36806
|
IpcProvider: $D,
|
|
@@ -47379,9 +47384,9 @@ function W2() {
|
|
|
47379
47384
|
D("read", ve), ve === void 0 ? ve = NaN : t(ve) || (ve = i(ve, 10));
|
|
47380
47385
|
const xe = this._readableState, ct = ve;
|
|
47381
47386
|
if (ve > xe.highWaterMark && (xe.highWaterMark = St(ve)), ve !== 0 && (xe.state &= ~Me), ve === 0 && xe.needReadable && ((xe.highWaterMark !== 0 ? xe.length >= xe.highWaterMark : xe.length > 0) || xe.ended))
|
|
47382
|
-
return D("read: emitReadable", xe.length, xe.ended), xe.length === 0 && xe.ended ?
|
|
47387
|
+
return D("read: emitReadable", xe.length, xe.ended), xe.length === 0 && xe.ended ? Wt(this) : G(this), null;
|
|
47383
47388
|
if (ve = Z(ve, xe), ve === 0 && xe.ended)
|
|
47384
|
-
return xe.length === 0 &&
|
|
47389
|
+
return xe.length === 0 && Wt(this), null;
|
|
47385
47390
|
let at = (xe.state & Ie) !== 0;
|
|
47386
47391
|
if (D("need readable", at), (xe.length === 0 || xe.length - ve < xe.highWaterMark) && (at = !0, D("length less than watermark", at)), xe.ended || xe.reading || xe.destroyed || xe.errored || !xe.constructed)
|
|
47387
47392
|
at = !1, D("reading, ended or constructing", at);
|
|
@@ -47395,7 +47400,7 @@ function W2() {
|
|
|
47395
47400
|
xe.state &= ~be, xe.reading || (ve = Z(ct, xe));
|
|
47396
47401
|
}
|
|
47397
47402
|
let ft;
|
|
47398
|
-
return ve > 0 ? ft =
|
|
47403
|
+
return ve > 0 ? ft = Zt(ve, xe) : ft = null, ft === null ? (xe.needReadable = xe.length <= xe.highWaterMark, ve = 0) : (xe.length -= ve, xe.multiAwaitDrain ? xe.awaitDrainWriters.clear() : xe.awaitDrainWriters = null), xe.length === 0 && (xe.ended || (xe.needReadable = !0), ct !== ve && xe.ended && Wt(this)), ft !== null && !xe.errorEmitted && !xe.closeEmitted && (xe.dataEmitted = !0, this.emit("data", ft)), ft;
|
|
47399
47404
|
};
|
|
47400
47405
|
function H(ve, xe) {
|
|
47401
47406
|
if (D("onEofChunk"), !xe.ended) {
|
|
@@ -47432,8 +47437,8 @@ function W2() {
|
|
|
47432
47437
|
at.pipes.length === 1 && (at.multiAwaitDrain || (at.multiAwaitDrain = !0, at.awaitDrainWriters = new h(at.awaitDrainWriters ? [at.awaitDrainWriters] : []))), at.pipes.push(ve), D("pipe count=%d opts=%j", at.pipes.length, xe);
|
|
47433
47438
|
const Dn = (!xe || xe.end !== !1) && ve !== n.stdout && ve !== n.stderr ? Sn : Bt;
|
|
47434
47439
|
at.endEmitted ? n.nextTick(Dn) : ct.once("end", Dn), ve.on("unpipe", hn);
|
|
47435
|
-
function hn(Dt,
|
|
47436
|
-
D("onunpipe"), Dt === ct &&
|
|
47440
|
+
function hn(Dt, Kt) {
|
|
47441
|
+
D("onunpipe"), Dt === ct && Kt && Kt.hasUnpiped === !1 && (Kt.hasUnpiped = !0, Un());
|
|
47437
47442
|
}
|
|
47438
47443
|
function Sn() {
|
|
47439
47444
|
D("onend"), ve.end();
|
|
@@ -47448,13 +47453,13 @@ function W2() {
|
|
|
47448
47453
|
ct.on("data", et);
|
|
47449
47454
|
function et(Dt) {
|
|
47450
47455
|
D("ondata");
|
|
47451
|
-
const
|
|
47452
|
-
D("dest.write",
|
|
47456
|
+
const Kt = ve.write(Dt);
|
|
47457
|
+
D("dest.write", Kt), Kt === !1 && Te();
|
|
47453
47458
|
}
|
|
47454
47459
|
function rt(Dt) {
|
|
47455
47460
|
if (D("onerror", Dt), Bt(), ve.removeListener("error", rt), ve.listenerCount("error") === 0) {
|
|
47456
|
-
const
|
|
47457
|
-
|
|
47461
|
+
const Kt = ve._writableState || ve._readableState;
|
|
47462
|
+
Kt && !Kt.errorEmitted ? ae(ve, Dt) : ve.emit("error", Dt);
|
|
47458
47463
|
}
|
|
47459
47464
|
}
|
|
47460
47465
|
A(ve, "error", rt);
|
|
@@ -47713,13 +47718,13 @@ function W2() {
|
|
|
47713
47718
|
this[z] = !!ve;
|
|
47714
47719
|
}
|
|
47715
47720
|
}
|
|
47716
|
-
}), Le._fromList =
|
|
47717
|
-
function
|
|
47721
|
+
}), Le._fromList = Zt;
|
|
47722
|
+
function Zt(ve, xe) {
|
|
47718
47723
|
if (xe.length === 0) return null;
|
|
47719
47724
|
let ct;
|
|
47720
47725
|
return xe.objectMode ? ct = xe.buffer.shift() : !ve || ve >= xe.length ? (xe.decoder ? ct = xe.buffer.join("") : xe.buffer.length === 1 ? ct = xe.buffer.first() : ct = xe.buffer.concat(xe.length), xe.buffer.clear()) : ct = xe.buffer.consume(ve, xe.decoder), ct;
|
|
47721
47726
|
}
|
|
47722
|
-
function
|
|
47727
|
+
function Wt(ve) {
|
|
47723
47728
|
const xe = ve._readableState;
|
|
47724
47729
|
D("endReadable", xe.endEmitted), xe.endEmitted || (xe.ended = !0, n.nextTick(Xr, xe, ve));
|
|
47725
47730
|
}
|
|
@@ -49296,7 +49301,7 @@ const ii = {
|
|
|
49296
49301
|
ElvCrypto: async () => {
|
|
49297
49302
|
try {
|
|
49298
49303
|
if (!ii.elvCrypto) {
|
|
49299
|
-
const n = (await import("./index-
|
|
49304
|
+
const n = (await import("./index-BbdUj9ed.mjs")).default;
|
|
49300
49305
|
ii.elvCrypto = await new n().init();
|
|
49301
49306
|
}
|
|
49302
49307
|
return ii.elvCrypto;
|
|
@@ -51910,7 +51915,7 @@ const Woe = Goe, Koe = {
|
|
|
51910
51915
|
function Hr(n) {
|
|
51911
51916
|
return n != null && typeof n == "object" && n["@@functional/placeholder"] === !0;
|
|
51912
51917
|
}
|
|
51913
|
-
function
|
|
51918
|
+
function Qt(n) {
|
|
51914
51919
|
return function e(t) {
|
|
51915
51920
|
return arguments.length === 0 || Hr(t) ? e : n.apply(this, arguments);
|
|
51916
51921
|
};
|
|
@@ -51921,13 +51926,13 @@ function Ke(n) {
|
|
|
51921
51926
|
case 0:
|
|
51922
51927
|
return e;
|
|
51923
51928
|
case 1:
|
|
51924
|
-
return Hr(t) ? e :
|
|
51929
|
+
return Hr(t) ? e : Qt(function(i) {
|
|
51925
51930
|
return n(t, i);
|
|
51926
51931
|
});
|
|
51927
51932
|
default:
|
|
51928
|
-
return Hr(t) && Hr(r) ? e : Hr(t) ?
|
|
51933
|
+
return Hr(t) && Hr(r) ? e : Hr(t) ? Qt(function(i) {
|
|
51929
51934
|
return n(i, r);
|
|
51930
|
-
}) : Hr(r) ?
|
|
51935
|
+
}) : Hr(r) ? Qt(function(i) {
|
|
51931
51936
|
return n(t, i);
|
|
51932
51937
|
}) : n(t, r);
|
|
51933
51938
|
}
|
|
@@ -52006,10 +52011,10 @@ function Kb(n, e, t) {
|
|
|
52006
52011
|
};
|
|
52007
52012
|
}
|
|
52008
52013
|
var Joe = /* @__PURE__ */ Ke(function(e, t) {
|
|
52009
|
-
return e === 1 ?
|
|
52014
|
+
return e === 1 ? Qt(t) : Bu(e, Kb(e, [], t));
|
|
52010
52015
|
});
|
|
52011
52016
|
const si = Joe;
|
|
52012
|
-
var Qoe = /* @__PURE__ */
|
|
52017
|
+
var Qoe = /* @__PURE__ */ Qt(function(e) {
|
|
52013
52018
|
return si(e.length, function() {
|
|
52014
52019
|
var t = 0, r = arguments[0], i = arguments[arguments.length - 1], o = Array.prototype.slice.call(arguments, 0);
|
|
52015
52020
|
return o[0] = function() {
|
|
@@ -52033,7 +52038,7 @@ function xn(n) {
|
|
|
52033
52038
|
return n(o, r, u);
|
|
52034
52039
|
}) : Hr(r) ? Ke(function(o, u) {
|
|
52035
52040
|
return n(t, o, u);
|
|
52036
|
-
}) :
|
|
52041
|
+
}) : Qt(function(o) {
|
|
52037
52042
|
return n(t, r, o);
|
|
52038
52043
|
});
|
|
52039
52044
|
default:
|
|
@@ -52043,11 +52048,11 @@ function xn(n) {
|
|
|
52043
52048
|
return n(o, r, u);
|
|
52044
52049
|
}) : Hr(r) && Hr(i) ? Ke(function(o, u) {
|
|
52045
52050
|
return n(t, o, u);
|
|
52046
|
-
}) : Hr(t) ?
|
|
52051
|
+
}) : Hr(t) ? Qt(function(o) {
|
|
52047
52052
|
return n(o, r, i);
|
|
52048
|
-
}) : Hr(r) ?
|
|
52053
|
+
}) : Hr(r) ? Qt(function(o) {
|
|
52049
52054
|
return n(t, o, i);
|
|
52050
|
-
}) : Hr(i) ?
|
|
52055
|
+
}) : Hr(i) ? Qt(function(o) {
|
|
52051
52056
|
return n(t, r, o);
|
|
52052
52057
|
}) : n(t, r, i);
|
|
52053
52058
|
}
|
|
@@ -52132,7 +52137,7 @@ function Vy(n, e) {
|
|
|
52132
52137
|
function nm(n) {
|
|
52133
52138
|
return Object.prototype.toString.call(n) === "[object String]";
|
|
52134
52139
|
}
|
|
52135
|
-
var Yb = /* @__PURE__ */
|
|
52140
|
+
var Yb = /* @__PURE__ */ Qt(function(e) {
|
|
52136
52141
|
return Du(e) ? !0 : !e || typeof e != "object" || nm(e) ? !1 : e.nodeType === 1 ? !!e.length : e.length === 0 ? !0 : e.length > 0 ? e.hasOwnProperty(0) && e.hasOwnProperty(e.length - 1) : !1;
|
|
52137
52142
|
}), aue = /* @__PURE__ */ function() {
|
|
52138
52143
|
function n(e) {
|
|
@@ -52222,7 +52227,7 @@ var fP = Object.prototype.toString, kB = /* @__PURE__ */ function() {
|
|
|
52222
52227
|
r += 1;
|
|
52223
52228
|
}
|
|
52224
52229
|
return !1;
|
|
52225
|
-
}, fue = /* @__PURE__ */
|
|
52230
|
+
}, fue = /* @__PURE__ */ Qt(typeof Object.keys == "function" && !pP ? function(e) {
|
|
52226
52231
|
return Object(e) !== e ? [] : Object.keys(e);
|
|
52227
52232
|
} : function(e) {
|
|
52228
52233
|
if (Object(e) !== e)
|
|
@@ -52281,7 +52286,7 @@ var yue = /* @__PURE__ */ Ke(function(e, t) {
|
|
|
52281
52286
|
return Ko(Z5(e), t);
|
|
52282
52287
|
});
|
|
52283
52288
|
const Jb = yue;
|
|
52284
|
-
var Jl = /* @__PURE__ */ xn(ws), mue = /* @__PURE__ */
|
|
52289
|
+
var Jl = /* @__PURE__ */ xn(ws), mue = /* @__PURE__ */ Qt(function(e) {
|
|
52285
52290
|
return si(Jl(_m, 0, Jb("length", e)), function() {
|
|
52286
52291
|
for (var t = 0, r = e.length; t < r; ) {
|
|
52287
52292
|
if (!e[t].apply(this, arguments))
|
|
@@ -52292,7 +52297,7 @@ var Jl = /* @__PURE__ */ xn(ws), mue = /* @__PURE__ */ Jt(function(e) {
|
|
|
52292
52297
|
});
|
|
52293
52298
|
});
|
|
52294
52299
|
const gue = mue;
|
|
52295
|
-
var vue = /* @__PURE__ */
|
|
52300
|
+
var vue = /* @__PURE__ */ Qt(function(e) {
|
|
52296
52301
|
return function() {
|
|
52297
52302
|
return e;
|
|
52298
52303
|
};
|
|
@@ -52324,7 +52329,7 @@ var wue = /* @__PURE__ */ function() {
|
|
|
52324
52329
|
})
|
|
52325
52330
|
);
|
|
52326
52331
|
const Sue = xue;
|
|
52327
|
-
var Cue = /* @__PURE__ */
|
|
52332
|
+
var Cue = /* @__PURE__ */ Qt(function(e) {
|
|
52328
52333
|
return si(Jl(_m, 0, Jb("length", e)), function() {
|
|
52329
52334
|
for (var t = 0, r = e.length; t < r; ) {
|
|
52330
52335
|
if (e[t].apply(this, arguments))
|
|
@@ -52375,7 +52380,7 @@ var Pue = /* @__PURE__ */ Ke(function(e, t) {
|
|
|
52375
52380
|
return e.apply(this, t);
|
|
52376
52381
|
});
|
|
52377
52382
|
const RB = Pue;
|
|
52378
|
-
var Iue = /* @__PURE__ */
|
|
52383
|
+
var Iue = /* @__PURE__ */ Qt(function(e) {
|
|
52379
52384
|
for (var t = go(e), r = t.length, i = [], o = 0; o < r; )
|
|
52380
52385
|
i[o] = e[t[o]], o += 1;
|
|
52381
52386
|
return i;
|
|
@@ -52386,7 +52391,7 @@ function hP(n, e) {
|
|
|
52386
52391
|
return t[r] = n(e[r]), t;
|
|
52387
52392
|
}, {});
|
|
52388
52393
|
}
|
|
52389
|
-
var Due = /* @__PURE__ */
|
|
52394
|
+
var Due = /* @__PURE__ */ Qt(function n(e) {
|
|
52390
52395
|
return e = hP(function(t) {
|
|
52391
52396
|
return typeof t == "function" ? t : n(t);
|
|
52392
52397
|
}, e), si(Jl(_m, 0, Jb("length", OB(e))), function() {
|
|
@@ -52413,7 +52418,7 @@ var $ue = /* @__PURE__ */ xn(function(e, t, r) {
|
|
|
52413
52418
|
return i[e] = t, i;
|
|
52414
52419
|
});
|
|
52415
52420
|
const Q2 = $ue;
|
|
52416
|
-
var Hue = /* @__PURE__ */
|
|
52421
|
+
var Hue = /* @__PURE__ */ Qt(function(e) {
|
|
52417
52422
|
return e == null;
|
|
52418
52423
|
});
|
|
52419
52424
|
const e2 = Hue;
|
|
@@ -52483,7 +52488,7 @@ var Vue = /* @__PURE__ */ Ke(function(e, t) {
|
|
|
52483
52488
|
}
|
|
52484
52489
|
});
|
|
52485
52490
|
const Z2 = Vue;
|
|
52486
|
-
var Gue = /* @__PURE__ */
|
|
52491
|
+
var Gue = /* @__PURE__ */ Qt(function(e) {
|
|
52487
52492
|
return Z2(2, e);
|
|
52488
52493
|
});
|
|
52489
52494
|
const Wue = Gue;
|
|
@@ -52498,7 +52503,7 @@ var Kue = /* @__PURE__ */ Ke(function(e, t) {
|
|
|
52498
52503
|
});
|
|
52499
52504
|
});
|
|
52500
52505
|
const NB = Kue;
|
|
52501
|
-
var X2 = /* @__PURE__ */
|
|
52506
|
+
var X2 = /* @__PURE__ */ Qt(function(e) {
|
|
52502
52507
|
return NB(e.length, e);
|
|
52503
52508
|
}), Yue = /* @__PURE__ */ Ke(function(e, t) {
|
|
52504
52509
|
return rm(e) ? function() {
|
|
@@ -52506,7 +52511,7 @@ var X2 = /* @__PURE__ */ Jt(function(e) {
|
|
|
52506
52511
|
} : X2(TB)(e, t);
|
|
52507
52512
|
});
|
|
52508
52513
|
const Jue = Yue;
|
|
52509
|
-
var ek = /* @__PURE__ */
|
|
52514
|
+
var ek = /* @__PURE__ */ Qt(function(e) {
|
|
52510
52515
|
return si(e.length, e);
|
|
52511
52516
|
}), Que = /* @__PURE__ */ ek(function(e) {
|
|
52512
52517
|
return e.apply(this, Array.prototype.slice.call(arguments, 1));
|
|
@@ -52572,7 +52577,7 @@ const ile = ale;
|
|
|
52572
52577
|
function IB(n) {
|
|
52573
52578
|
return new RegExp(n.source, (n.global ? "g" : "") + (n.ignoreCase ? "i" : "") + (n.multiline ? "m" : "") + (n.sticky ? "y" : "") + (n.unicode ? "u" : ""));
|
|
52574
52579
|
}
|
|
52575
|
-
var sle = /* @__PURE__ */
|
|
52580
|
+
var sle = /* @__PURE__ */ Qt(function(e) {
|
|
52576
52581
|
return e === null ? "Null" : e === void 0 ? "Undefined" : Object.prototype.toString.call(e).slice(8, -1);
|
|
52577
52582
|
});
|
|
52578
52583
|
const t2 = sle;
|
|
@@ -52601,17 +52606,17 @@ function e3(n, e, t, r) {
|
|
|
52601
52606
|
return n;
|
|
52602
52607
|
}
|
|
52603
52608
|
}
|
|
52604
|
-
var ole = /* @__PURE__ */
|
|
52609
|
+
var ole = /* @__PURE__ */ Qt(function(e) {
|
|
52605
52610
|
return e != null && typeof e.clone == "function" ? e.clone() : e3(e, [], [], !0);
|
|
52606
52611
|
});
|
|
52607
52612
|
const ule = ole;
|
|
52608
|
-
var lle = /* @__PURE__ */
|
|
52613
|
+
var lle = /* @__PURE__ */ Qt(function(e) {
|
|
52609
52614
|
return function(t, r) {
|
|
52610
52615
|
return e(t, r) ? -1 : e(r, t) ? 1 : 0;
|
|
52611
52616
|
};
|
|
52612
52617
|
});
|
|
52613
52618
|
const cle = lle;
|
|
52614
|
-
var fle = /* @__PURE__ */
|
|
52619
|
+
var fle = /* @__PURE__ */ Qt(function(e) {
|
|
52615
52620
|
return !e;
|
|
52616
52621
|
});
|
|
52617
52622
|
const DB = fle;
|
|
@@ -52635,7 +52640,7 @@ var $o = /* @__PURE__ */ xn(
|
|
|
52635
52640
|
/* @__PURE__ */ Qb("slice", function(e, t, r) {
|
|
52636
52641
|
return Array.prototype.slice.call(r, e, t);
|
|
52637
52642
|
})
|
|
52638
|
-
), t3 = /* @__PURE__ */
|
|
52643
|
+
), t3 = /* @__PURE__ */ Qt(
|
|
52639
52644
|
/* @__PURE__ */ Qb(
|
|
52640
52645
|
"tail",
|
|
52641
52646
|
/* @__PURE__ */ $o(1, 1 / 0)
|
|
@@ -52646,7 +52651,7 @@ function UB() {
|
|
|
52646
52651
|
throw new Error("pipe requires at least one argument");
|
|
52647
52652
|
return Bu(arguments[0].length, Jl(hle, arguments[0], t3(arguments)));
|
|
52648
52653
|
}
|
|
52649
|
-
var Zb = /* @__PURE__ */
|
|
52654
|
+
var Zb = /* @__PURE__ */ Qt(function(e) {
|
|
52650
52655
|
return nm(e) ? e.split("").reverse().join("") : Array.prototype.slice.call(e, 0).reverse();
|
|
52651
52656
|
});
|
|
52652
52657
|
function n2() {
|
|
@@ -52683,7 +52688,7 @@ const zB = gle;
|
|
|
52683
52688
|
function Xb(n) {
|
|
52684
52689
|
return n;
|
|
52685
52690
|
}
|
|
52686
|
-
var vle = /* @__PURE__ */
|
|
52691
|
+
var vle = /* @__PURE__ */ Qt(Xb);
|
|
52687
52692
|
const n3 = vle;
|
|
52688
52693
|
var ble = /* @__PURE__ */ Ke(function(e, t) {
|
|
52689
52694
|
if (t.length <= 0)
|
|
@@ -52938,7 +52943,7 @@ function ik(n, e) {
|
|
|
52938
52943
|
return "{" + r(n, go(n)).join(", ") + "}";
|
|
52939
52944
|
}
|
|
52940
52945
|
}
|
|
52941
|
-
var Rle = /* @__PURE__ */
|
|
52946
|
+
var Rle = /* @__PURE__ */ Qt(function(e) {
|
|
52942
52947
|
return ik(e, []);
|
|
52943
52948
|
});
|
|
52944
52949
|
const Gy = Rle;
|
|
@@ -52960,7 +52965,7 @@ var Ole = /* @__PURE__ */ Ke(function(e, t) {
|
|
|
52960
52965
|
throw new TypeError(Gy(e) + ' does not have a method named "concat" or "fantasy-land/concat"');
|
|
52961
52966
|
});
|
|
52962
52967
|
const sk = Ole;
|
|
52963
|
-
var Lle = /* @__PURE__ */
|
|
52968
|
+
var Lle = /* @__PURE__ */ Qt(function(e) {
|
|
52964
52969
|
var t = Jl(_m, 0, Ko(function(r) {
|
|
52965
52970
|
return r[0].length;
|
|
52966
52971
|
}, e));
|
|
@@ -53004,7 +53009,7 @@ var Ple = /* @__PURE__ */ Ke(function(e, t) {
|
|
|
53004
53009
|
}));
|
|
53005
53010
|
});
|
|
53006
53011
|
const qB = Ple;
|
|
53007
|
-
var Ile = /* @__PURE__ */
|
|
53012
|
+
var Ile = /* @__PURE__ */ Qt(function(e) {
|
|
53008
53013
|
return qB(e.length, e);
|
|
53009
53014
|
});
|
|
53010
53015
|
const Dle = Ile;
|
|
@@ -53238,7 +53243,7 @@ var xce = /* @__PURE__ */ Ke(
|
|
|
53238
53243
|
})
|
|
53239
53244
|
);
|
|
53240
53245
|
const XB = xce;
|
|
53241
|
-
var Sce = /* @__PURE__ */
|
|
53246
|
+
var Sce = /* @__PURE__ */ Qt(
|
|
53242
53247
|
/* @__PURE__ */ Fa(
|
|
53243
53248
|
[],
|
|
53244
53249
|
/* @__PURE__ */ QB(vo),
|
|
@@ -53278,7 +53283,7 @@ var Rce = /* @__PURE__ */ Ke(function(e, t) {
|
|
|
53278
53283
|
} : X2(ez)(e, t);
|
|
53279
53284
|
});
|
|
53280
53285
|
const Oce = Rce;
|
|
53281
|
-
var Lce = /* @__PURE__ */
|
|
53286
|
+
var Lce = /* @__PURE__ */ Qt(function(e) {
|
|
53282
53287
|
return e != null && typeof e["fantasy-land/empty"] == "function" ? e["fantasy-land/empty"]() : e != null && e.constructor != null && typeof e.constructor["fantasy-land/empty"] == "function" ? e.constructor["fantasy-land/empty"]() : e != null && typeof e.empty == "function" ? e.empty() : e != null && e.constructor != null && typeof e.constructor.empty == "function" ? e.constructor.empty() : Du(e) ? [] : nm(e) ? "" : r2(e) ? {} : kB(e) ? /* @__PURE__ */ function() {
|
|
53283
53288
|
return arguments;
|
|
53284
53289
|
}() : void 0;
|
|
@@ -53393,11 +53398,11 @@ var efe = /* @__PURE__ */ function() {
|
|
|
53393
53398
|
})
|
|
53394
53399
|
);
|
|
53395
53400
|
const rfe = nfe;
|
|
53396
|
-
var afe = /* @__PURE__ */
|
|
53401
|
+
var afe = /* @__PURE__ */ Qt(
|
|
53397
53402
|
/* @__PURE__ */ PB(!0)
|
|
53398
53403
|
);
|
|
53399
53404
|
const ife = afe;
|
|
53400
|
-
var sfe = /* @__PURE__ */
|
|
53405
|
+
var sfe = /* @__PURE__ */ Qt(function(e) {
|
|
53401
53406
|
return si(e.length, function(t, r) {
|
|
53402
53407
|
var i = Array.prototype.slice.call(arguments, 0);
|
|
53403
53408
|
return i[0] = r, i[1] = t, e.apply(this, i);
|
|
@@ -53420,7 +53425,7 @@ var lfe = /* @__PURE__ */ Ke(function(e, t) {
|
|
|
53420
53425
|
return t;
|
|
53421
53426
|
});
|
|
53422
53427
|
const cfe = lfe;
|
|
53423
|
-
var ffe = /* @__PURE__ */
|
|
53428
|
+
var ffe = /* @__PURE__ */ Qt(function(e) {
|
|
53424
53429
|
for (var t = {}, r = 0; r < e.length; )
|
|
53425
53430
|
t[e[r][0]] = e[r][1], r += 1;
|
|
53426
53431
|
return t;
|
|
@@ -53580,7 +53585,7 @@ var rde = /* @__PURE__ */ xn(function(e, t, r) {
|
|
|
53580
53585
|
return Q5(e) ? ws(t(e), e["@@transducer/init"](), r) : ws(t(nde(e)), e3(e, [], [], !1), r);
|
|
53581
53586
|
});
|
|
53582
53587
|
const ade = rde;
|
|
53583
|
-
var ide = /* @__PURE__ */
|
|
53588
|
+
var ide = /* @__PURE__ */ Qt(function(e) {
|
|
53584
53589
|
for (var t = go(e), r = t.length, i = 0, o = {}; i < r; ) {
|
|
53585
53590
|
var u = t[i], c = e[u], p = Ei(c, o) ? o[c] : o[c] = [];
|
|
53586
53591
|
p[p.length] = u, i += 1;
|
|
@@ -53588,7 +53593,7 @@ var ide = /* @__PURE__ */ Jt(function(e) {
|
|
|
53588
53593
|
return o;
|
|
53589
53594
|
});
|
|
53590
53595
|
const sde = ide;
|
|
53591
|
-
var ode = /* @__PURE__ */
|
|
53596
|
+
var ode = /* @__PURE__ */ Qt(function(e) {
|
|
53592
53597
|
for (var t = go(e), r = t.length, i = 0, o = {}; i < r; ) {
|
|
53593
53598
|
var u = t[i];
|
|
53594
53599
|
o[e[u]] = u, i += 1;
|
|
@@ -53609,19 +53614,19 @@ var cde = /* @__PURE__ */ Ke(function(e, t) {
|
|
|
53609
53614
|
return t != null && t.constructor === e || t instanceof e;
|
|
53610
53615
|
});
|
|
53611
53616
|
const sz = cde;
|
|
53612
|
-
var fde = /* @__PURE__ */
|
|
53617
|
+
var fde = /* @__PURE__ */ Qt(function(e) {
|
|
53613
53618
|
return e != null && vo(e, tz(e));
|
|
53614
53619
|
});
|
|
53615
53620
|
const dde = fde;
|
|
53616
53621
|
var pde = /* @__PURE__ */ t1(1, "join");
|
|
53617
53622
|
const hde = pde;
|
|
53618
|
-
var yde = /* @__PURE__ */
|
|
53623
|
+
var yde = /* @__PURE__ */ Qt(function(e) {
|
|
53619
53624
|
return VB(function() {
|
|
53620
53625
|
return Array.prototype.slice.call(arguments, 0);
|
|
53621
53626
|
}, e);
|
|
53622
53627
|
});
|
|
53623
53628
|
const oz = yde;
|
|
53624
|
-
var mde = /* @__PURE__ */
|
|
53629
|
+
var mde = /* @__PURE__ */ Qt(function(e) {
|
|
53625
53630
|
var t, r = [];
|
|
53626
53631
|
for (t in e)
|
|
53627
53632
|
r[r.length] = t;
|
|
@@ -53642,7 +53647,7 @@ const bde = vde;
|
|
|
53642
53647
|
function U4(n) {
|
|
53643
53648
|
return Object.prototype.toString.call(n) === "[object Number]";
|
|
53644
53649
|
}
|
|
53645
|
-
var wde = /* @__PURE__ */
|
|
53650
|
+
var wde = /* @__PURE__ */ Qt(function(e) {
|
|
53646
53651
|
return e != null && U4(e.length) ? e.length : NaN;
|
|
53647
53652
|
});
|
|
53648
53653
|
const uz = wde;
|
|
@@ -53656,15 +53661,15 @@ var _de = /* @__PURE__ */ Ke(function(e, t) {
|
|
|
53656
53661
|
};
|
|
53657
53662
|
});
|
|
53658
53663
|
const s3 = _de;
|
|
53659
|
-
var xde = /* @__PURE__ */
|
|
53664
|
+
var xde = /* @__PURE__ */ Qt(function(e) {
|
|
53660
53665
|
return s3(xm(e), ok(e));
|
|
53661
53666
|
});
|
|
53662
53667
|
const Sde = xde;
|
|
53663
|
-
var Cde = /* @__PURE__ */
|
|
53668
|
+
var Cde = /* @__PURE__ */ Qt(function(e) {
|
|
53664
53669
|
return s3(Rh(e), LB(e));
|
|
53665
53670
|
});
|
|
53666
53671
|
const Ede = Cde;
|
|
53667
|
-
var Ade = /* @__PURE__ */
|
|
53672
|
+
var Ade = /* @__PURE__ */ Qt(function(e) {
|
|
53668
53673
|
return s3(Z5(e), Q2(e));
|
|
53669
53674
|
});
|
|
53670
53675
|
const kde = Ade;
|
|
@@ -53708,11 +53713,11 @@ var $de = /* @__PURE__ */ xn(function(e, t, r) {
|
|
|
53708
53713
|
const Hde = $de;
|
|
53709
53714
|
var qde = /* @__PURE__ */ Jl(Y2, 0);
|
|
53710
53715
|
const lz = qde;
|
|
53711
|
-
var Vde = /* @__PURE__ */
|
|
53716
|
+
var Vde = /* @__PURE__ */ Qt(function(e) {
|
|
53712
53717
|
return lz(e) / e.length;
|
|
53713
53718
|
});
|
|
53714
53719
|
const cz = Vde;
|
|
53715
|
-
var Gde = /* @__PURE__ */
|
|
53720
|
+
var Gde = /* @__PURE__ */ Qt(function(e) {
|
|
53716
53721
|
var t = e.length;
|
|
53717
53722
|
if (t === 0)
|
|
53718
53723
|
return NaN;
|
|
@@ -53734,7 +53739,7 @@ var Jde = /* @__PURE__ */ Ke(function(e, t) {
|
|
|
53734
53739
|
return e1({}, e, t);
|
|
53735
53740
|
});
|
|
53736
53741
|
const Qde = Jde;
|
|
53737
|
-
var Zde = /* @__PURE__ */
|
|
53742
|
+
var Zde = /* @__PURE__ */ Qt(function(e) {
|
|
53738
53743
|
return e1.apply(null, [{}].concat(e));
|
|
53739
53744
|
});
|
|
53740
53745
|
const Xde = Zde;
|
|
@@ -53806,7 +53811,7 @@ var xpe = /* @__PURE__ */ Ke(function(e, t) {
|
|
|
53806
53811
|
return e * t;
|
|
53807
53812
|
});
|
|
53808
53813
|
const fz = xpe;
|
|
53809
|
-
var Spe = /* @__PURE__ */
|
|
53814
|
+
var Spe = /* @__PURE__ */ Qt(function(e) {
|
|
53810
53815
|
return -e;
|
|
53811
53816
|
});
|
|
53812
53817
|
const Cpe = Spe;
|
|
@@ -53814,7 +53819,7 @@ var Epe = /* @__PURE__ */ Ke(function(e, t) {
|
|
|
53814
53819
|
return CB(HB(e), t);
|
|
53815
53820
|
});
|
|
53816
53821
|
const Ape = Epe;
|
|
53817
|
-
var kpe = /* @__PURE__ */
|
|
53822
|
+
var kpe = /* @__PURE__ */ Qt(function(e) {
|
|
53818
53823
|
var t = e < 0 ? 1 : e + 1;
|
|
53819
53824
|
return si(t, function() {
|
|
53820
53825
|
return xm(e, arguments);
|
|
@@ -53828,7 +53833,7 @@ const Rpe = Tpe;
|
|
|
53828
53833
|
function Ope(n) {
|
|
53829
53834
|
return [n];
|
|
53830
53835
|
}
|
|
53831
|
-
var Lpe = /* @__PURE__ */
|
|
53836
|
+
var Lpe = /* @__PURE__ */ Qt(Ope);
|
|
53832
53837
|
const Npe = Lpe;
|
|
53833
53838
|
var Ppe = /* @__PURE__ */ Ke(function(e, t) {
|
|
53834
53839
|
for (var r = {}, i = {}, o = 0, u = e.length; o < u; )
|
|
@@ -53838,7 +53843,7 @@ var Ppe = /* @__PURE__ */ Ke(function(e, t) {
|
|
|
53838
53843
|
return r;
|
|
53839
53844
|
});
|
|
53840
53845
|
const Ipe = Ppe;
|
|
53841
|
-
var Dpe = /* @__PURE__ */
|
|
53846
|
+
var Dpe = /* @__PURE__ */ Qt(function(e) {
|
|
53842
53847
|
var t = !1, r;
|
|
53843
53848
|
return Bu(e.length, function() {
|
|
53844
53849
|
return t || (t = !0, r = e.apply(this, arguments)), r;
|
|
@@ -53979,7 +53984,7 @@ var Che = /* @__PURE__ */ Kb(4, [], function(e, t, r, i) {
|
|
|
53979
53984
|
}, r, i);
|
|
53980
53985
|
});
|
|
53981
53986
|
const Ehe = Che;
|
|
53982
|
-
var Ahe = /* @__PURE__ */
|
|
53987
|
+
var Ahe = /* @__PURE__ */ Qt(jd);
|
|
53983
53988
|
const khe = Ahe;
|
|
53984
53989
|
var Mhe = /* @__PURE__ */ Ke(function(e, t) {
|
|
53985
53990
|
var r = Number(t), i = 0, o;
|
|
@@ -54122,14 +54127,14 @@ var b0e = /* @__PURE__ */ Ke(function(e, t) {
|
|
|
54122
54127
|
const w0e = b0e;
|
|
54123
54128
|
var _0e = /* @__PURE__ */ t1(0, "toLowerCase");
|
|
54124
54129
|
const x0e = _0e;
|
|
54125
|
-
var S0e = /* @__PURE__ */
|
|
54130
|
+
var S0e = /* @__PURE__ */ Qt(function(e) {
|
|
54126
54131
|
var t = [];
|
|
54127
54132
|
for (var r in e)
|
|
54128
54133
|
Ei(r, e) && (t[t.length] = [r, e[r]]);
|
|
54129
54134
|
return t;
|
|
54130
54135
|
});
|
|
54131
54136
|
const C0e = S0e;
|
|
54132
|
-
var E0e = /* @__PURE__ */
|
|
54137
|
+
var E0e = /* @__PURE__ */ Qt(function(e) {
|
|
54133
54138
|
var t = [];
|
|
54134
54139
|
for (var r in e)
|
|
54135
54140
|
t[t.length] = [r, e[r]];
|
|
@@ -54142,7 +54147,7 @@ var T0e = /* @__PURE__ */ si(4, function(e, t, r, i) {
|
|
|
54142
54147
|
return ws(e(typeof t == "function" ? EB(t) : t), r, i);
|
|
54143
54148
|
});
|
|
54144
54149
|
const R0e = T0e;
|
|
54145
|
-
var O0e = /* @__PURE__ */
|
|
54150
|
+
var O0e = /* @__PURE__ */ Qt(function(e) {
|
|
54146
54151
|
for (var t = 0, r = []; t < e.length; ) {
|
|
54147
54152
|
for (var i = e[t], o = 0; o < i.length; )
|
|
54148
54153
|
typeof r[o] > "u" && (r[o] = []), r[o].push(i[o]), o += 1;
|
|
@@ -54156,7 +54161,7 @@ var N0e = /* @__PURE__ */ xn(function(e, t, r) {
|
|
|
54156
54161
|
});
|
|
54157
54162
|
const P0e = N0e;
|
|
54158
54163
|
var $v = `
|
|
54159
|
-
\v\f\r \u2028\u2029\uFEFF`, I0e = "", D0e = typeof String.prototype.trim == "function", U0e = /* @__PURE__ */
|
|
54164
|
+
\v\f\r \u2028\u2029\uFEFF`, I0e = "", D0e = typeof String.prototype.trim == "function", U0e = /* @__PURE__ */ Qt(!D0e || /* @__PURE__ */ $v.trim() || !/* @__PURE__ */ I0e.trim() ? function(e) {
|
|
54160
54165
|
var t = new RegExp("^[" + $v + "][" + $v + "]*"), r = new RegExp("[" + $v + "][" + $v + "]*$");
|
|
54161
54166
|
return e.replace(t, "").replace(r, "");
|
|
54162
54167
|
} : function(e) {
|
|
@@ -54173,13 +54178,13 @@ var B0e = /* @__PURE__ */ Ke(function(e, t) {
|
|
|
54173
54178
|
});
|
|
54174
54179
|
});
|
|
54175
54180
|
const z0e = B0e;
|
|
54176
|
-
var j0e = /* @__PURE__ */
|
|
54181
|
+
var j0e = /* @__PURE__ */ Qt(function(e) {
|
|
54177
54182
|
return function() {
|
|
54178
54183
|
return e(Array.prototype.slice.call(arguments, 0));
|
|
54179
54184
|
};
|
|
54180
54185
|
});
|
|
54181
54186
|
const $0e = j0e;
|
|
54182
|
-
var H0e = /* @__PURE__ */
|
|
54187
|
+
var H0e = /* @__PURE__ */ Qt(function(e) {
|
|
54183
54188
|
return Z2(1, e);
|
|
54184
54189
|
});
|
|
54185
54190
|
const q0e = H0e;
|
|
@@ -54223,7 +54228,7 @@ var aye = /* @__PURE__ */ xn(function(e, t, r) {
|
|
|
54223
54228
|
return i;
|
|
54224
54229
|
});
|
|
54225
54230
|
const iye = aye;
|
|
54226
|
-
var sye = /* @__PURE__ */
|
|
54231
|
+
var sye = /* @__PURE__ */ Qt(function(e) {
|
|
54227
54232
|
var t, r = [];
|
|
54228
54233
|
for (t in e)
|
|
54229
54234
|
r[r.length] = e[t];
|
|
@@ -54291,7 +54296,7 @@ var Aye = /* @__PURE__ */ xn(function(e, t, r) {
|
|
|
54291
54296
|
return i;
|
|
54292
54297
|
});
|
|
54293
54298
|
const kye = Aye;
|
|
54294
|
-
var Mye = /* @__PURE__ */
|
|
54299
|
+
var Mye = /* @__PURE__ */ Qt(function(e) {
|
|
54295
54300
|
return si(e.length, function() {
|
|
54296
54301
|
var r = arguments;
|
|
54297
54302
|
return function() {
|
|
@@ -63134,12 +63139,12 @@ Oh.ActionPopup = async ({ mode: n = "tab", url: e, onMessage: t, onCancel: r })
|
|
|
63134
63139
|
});
|
|
63135
63140
|
});
|
|
63136
63141
|
};
|
|
63137
|
-
var
|
|
63142
|
+
var tn = {}, IP;
|
|
63138
63143
|
function nme() {
|
|
63139
|
-
if (IP) return
|
|
63144
|
+
if (IP) return tn;
|
|
63140
63145
|
IP = 1;
|
|
63141
63146
|
const n = ki, e = _s, { FormatNFTDetails: t, FormatNFTMetadata: r, FormatNFT: i } = Oh, o = vF();
|
|
63142
|
-
return
|
|
63147
|
+
return tn.UserInfo = function() {
|
|
63143
63148
|
if (this.loggedIn)
|
|
63144
63149
|
return {
|
|
63145
63150
|
name: this.__authorization.email || this.UserAddress(),
|
|
@@ -63148,10 +63153,10 @@ function nme() {
|
|
|
63148
63153
|
walletType: this.__authorization.walletType,
|
|
63149
63154
|
walletName: this.__authorization.walletName
|
|
63150
63155
|
};
|
|
63151
|
-
},
|
|
63156
|
+
}, tn.UserAddress = function() {
|
|
63152
63157
|
if (this.loggedIn)
|
|
63153
63158
|
return this.client.utils.DecodeSignedToken(this.AuthToken()).payload.adr;
|
|
63154
|
-
},
|
|
63159
|
+
}, tn.UserWalletBalance = async function(u = !1) {
|
|
63155
63160
|
if (!this.loggedIn)
|
|
63156
63161
|
return;
|
|
63157
63162
|
const { balance: c, usage_hold: p, payout_hold: h, locked_offer_balance: m, stripe_id: w, stripe_payouts_enabled: b } = await this.client.utils.ResponseToJson(
|
|
@@ -63187,7 +63192,7 @@ function nme() {
|
|
|
63187
63192
|
withdrawableWalletBalance: D
|
|
63188
63193
|
};
|
|
63189
63194
|
return S && (q.userStripeId = g, q.userStripeEnabled = S), q;
|
|
63190
|
-
},
|
|
63195
|
+
}, tn.UserItemNames = async function({ marketplaceParams: u, userAddress: c } = {}) {
|
|
63191
63196
|
let p = [];
|
|
63192
63197
|
return u && p.push(`tenant:eq:${(await this.MarketplaceInfo({ marketplaceParams: u })).tenantId}`), c && p.push(`wlt:eq:${n.FormatAddress(c)}`), await n.ResponseToJson(
|
|
63193
63198
|
await this.client.authClient.MakeAuthServiceRequest({
|
|
@@ -63196,7 +63201,7 @@ function nme() {
|
|
|
63196
63201
|
queryParams: { filter: p }
|
|
63197
63202
|
})
|
|
63198
63203
|
);
|
|
63199
|
-
},
|
|
63204
|
+
}, tn.UserItemEditionNames = async function({ displayName: u }) {
|
|
63200
63205
|
return await n.ResponseToJson(
|
|
63201
63206
|
await this.client.authClient.MakeAuthServiceRequest({
|
|
63202
63207
|
path: e("as", "wlt", "editions"),
|
|
@@ -63204,7 +63209,7 @@ function nme() {
|
|
|
63204
63209
|
queryParams: { filter: `meta/display_name:eq:${u}` }
|
|
63205
63210
|
})
|
|
63206
63211
|
);
|
|
63207
|
-
},
|
|
63212
|
+
}, tn.UserItemAttributes = async function({ marketplaceParams: u, displayName: c, userAddress: p } = {}) {
|
|
63208
63213
|
let h = [];
|
|
63209
63214
|
return u && h.push(`tenant:eq:${(await this.MarketplaceInfo({ marketplaceParams: u })).tenantId}`), p && h.push(`wlt:eq:${n.FormatAddress(p)}`), c && h.push(`meta/display_name:eq:${c}`), (await n.ResponseToJson(
|
|
63210
63215
|
await this.client.authClient.MakeAuthServiceRequest({
|
|
@@ -63217,9 +63222,9 @@ function nme() {
|
|
|
63217
63222
|
)).map(({ trait_type: w, values: b }) => ({ name: w, values: b })).filter(
|
|
63218
63223
|
({ name: w }) => !["Content Fabric Hash", "Total Minted Supply", "Creator"].includes(w)
|
|
63219
63224
|
);
|
|
63220
|
-
},
|
|
63225
|
+
}, tn.UserItems = async function({ sortBy: u = "default", includeFullMetadata: c = !1 } = {}) {
|
|
63221
63226
|
return c && this.loggedIn ? this.FilteredQuery({ mode: "owned-full-meta", sortBy: u, ...arguments[0] || {} }) : this.FilteredQuery({ mode: "owned", sortBy: u, ...arguments[0] || {} });
|
|
63222
|
-
},
|
|
63227
|
+
}, tn.UserListings = async function({ userAddress: u, sortBy: c = "created", sortDesc: p = !1, contractAddress: h, tokenId: m, marketplaceParams: w } = {}) {
|
|
63223
63228
|
return (await this.FilteredQuery({
|
|
63224
63229
|
mode: "listings",
|
|
63225
63230
|
start: 0,
|
|
@@ -63232,7 +63237,7 @@ function nme() {
|
|
|
63232
63237
|
tokenId: m,
|
|
63233
63238
|
includeCheckoutLocked: !0
|
|
63234
63239
|
})).results;
|
|
63235
|
-
},
|
|
63240
|
+
}, tn.UserSales = async function({ userAddress: u, sortBy: c = "created", sortDesc: p = !1, contractAddress: h, tokenId: m, startTime: w, endTime: b, lastNDays: g, marketplaceParams: S } = {}) {
|
|
63236
63241
|
return (await this.FilteredQuery({
|
|
63237
63242
|
mode: "sales",
|
|
63238
63243
|
start: 0,
|
|
@@ -63247,7 +63252,7 @@ function nme() {
|
|
|
63247
63252
|
contractAddress: h,
|
|
63248
63253
|
tokenId: m
|
|
63249
63254
|
})).results;
|
|
63250
|
-
},
|
|
63255
|
+
}, tn.UserTransfers = async function({ userAddress: u, sortBy: c = "created", sortDesc: p = !1, contractAddress: h, tokenId: m, startTime: w, endTime: b, lastNDays: g, marketplaceParams: S } = {}) {
|
|
63251
63256
|
return (await this.FilteredQuery({
|
|
63252
63257
|
mode: "transfers",
|
|
63253
63258
|
start: 0,
|
|
@@ -63262,7 +63267,7 @@ function nme() {
|
|
|
63262
63267
|
endTime: b,
|
|
63263
63268
|
lastNDays: g
|
|
63264
63269
|
})).results;
|
|
63265
|
-
},
|
|
63270
|
+
}, tn.TenantConfiguration = async function({ tenantId: u, contractAddress: c }) {
|
|
63266
63271
|
try {
|
|
63267
63272
|
return c = c ? n.FormatAddress(c) : void 0, this.tenantConfigs[c || u] || (this.tenantConfigs[c || u] = await n.ResponseToJson(
|
|
63268
63273
|
this.client.authClient.MakeAuthServiceRequest({
|
|
@@ -63273,7 +63278,7 @@ function nme() {
|
|
|
63273
63278
|
} catch (p) {
|
|
63274
63279
|
return this.Log("Failed to load tenant configuration", !0, p), {};
|
|
63275
63280
|
}
|
|
63276
|
-
},
|
|
63281
|
+
}, tn.ExchangeRate = async function({ currency: u }) {
|
|
63277
63282
|
if (!u)
|
|
63278
63283
|
throw Error("Eluvio Wallet Client: Invalid or missing currency in ExchangeRate");
|
|
63279
63284
|
return await n.ResponseToJson(
|
|
@@ -63282,14 +63287,14 @@ function nme() {
|
|
|
63282
63287
|
method: "GET"
|
|
63283
63288
|
})
|
|
63284
63289
|
);
|
|
63285
|
-
},
|
|
63290
|
+
}, tn.TenantCSS = async function({ tenantSlug: u }) {
|
|
63286
63291
|
return this.cachedCSS[u] || (this.cachedCSS[u] = await this.client.ContentObjectMetadata({
|
|
63287
63292
|
libraryId: this.mainSiteLibraryId,
|
|
63288
63293
|
objectId: this.mainSiteId,
|
|
63289
63294
|
metadataSubtree: e("/public", "asset_metadata", "tenants", u, "info", "branding", "wallet_css"),
|
|
63290
63295
|
authorizationToken: this.publicStaticToken
|
|
63291
63296
|
})), this.cachedCSS[u] || "";
|
|
63292
|
-
},
|
|
63297
|
+
}, tn.MarketplaceStock = async function({ marketplaceParams: u, tenantId: c }) {
|
|
63293
63298
|
return c || (c = this.MarketplaceInfo({ marketplaceParams: u }).tenantId), this.loggedIn ? await n.ResponseToJson(
|
|
63294
63299
|
this.client.authClient.MakeAuthServiceRequest({
|
|
63295
63300
|
path: e("as", "wlt", "nft", "info", c),
|
|
@@ -63304,12 +63309,12 @@ function nme() {
|
|
|
63304
63309
|
method: "GET"
|
|
63305
63310
|
})
|
|
63306
63311
|
);
|
|
63307
|
-
},
|
|
63312
|
+
}, tn.MarketplaceInfo = function({ marketplaceParams: u }) {
|
|
63308
63313
|
let { tenantSlug: c, marketplaceSlug: p, marketplaceId: h, marketplaceHash: m } = u || {}, w;
|
|
63309
63314
|
if (c && p ? w = (this.availableMarketplaces[c] || {})[p] : (h = m ? this.client.utils.DecodeVersionHash(m).objectId : h, w = this.availableMarketplacesById[h]), !w)
|
|
63310
63315
|
throw Error(`Eluvio Wallet Client: Unable to find marketplace with parameters ${JSON.stringify(arguments)}`);
|
|
63311
63316
|
return w;
|
|
63312
|
-
},
|
|
63317
|
+
}, tn.MarketplaceCSS = async function({ marketplaceParams: u }) {
|
|
63313
63318
|
const p = this.MarketplaceInfo({ marketplaceParams: u }).marketplaceHash;
|
|
63314
63319
|
return this.cachedCSS[p] || (this.cachedCSS[p] = await this.client.ContentObjectMetadata({
|
|
63315
63320
|
versionHash: p,
|
|
@@ -63317,20 +63322,20 @@ function nme() {
|
|
|
63317
63322
|
authorizationToken: this.publicStaticToken,
|
|
63318
63323
|
noAuth: !0
|
|
63319
63324
|
})), this.cachedCSS[p] || "";
|
|
63320
|
-
},
|
|
63325
|
+
}, tn.AvailableMarketplaces = async function({ organizeById: u, forceReload: c = !1 } = {}) {
|
|
63321
63326
|
return c && await this.LoadAvailableMarketplaces(!0), {
|
|
63322
63327
|
...u ? this.availableMarketplacesById : this.availableMarketplaces
|
|
63323
63328
|
};
|
|
63324
|
-
},
|
|
63329
|
+
}, tn.Marketplace = async function({ marketplaceParams: u }) {
|
|
63325
63330
|
return this.LoadMarketplace(u);
|
|
63326
|
-
},
|
|
63331
|
+
}, tn.NFTContractStats = async function({ contractAddress: u }) {
|
|
63327
63332
|
return await n.ResponseToJson(
|
|
63328
63333
|
this.client.authClient.MakeAuthServiceRequest({
|
|
63329
63334
|
path: e("as", "nft", "info", u),
|
|
63330
63335
|
method: "GET"
|
|
63331
63336
|
})
|
|
63332
63337
|
);
|
|
63333
|
-
},
|
|
63338
|
+
}, tn.NFT = async function({ tokenId: u, contractAddress: c }) {
|
|
63334
63339
|
let p = t(
|
|
63335
63340
|
await n.ResponseToJson(
|
|
63336
63341
|
this.client.authClient.MakeAuthServiceRequest({
|
|
@@ -63353,7 +63358,7 @@ function nme() {
|
|
|
63353
63358
|
p.metadata = o({}, p.metadata, m, (w, b) => b === null || b === "" ? w : void 0);
|
|
63354
63359
|
}
|
|
63355
63360
|
return p.config = await this.TenantConfiguration({ contractAddress: c }), r(this, p);
|
|
63356
|
-
},
|
|
63361
|
+
}, tn.TransferNFT = async function({ contractAddress: u, tokenId: c, targetAddress: p }) {
|
|
63357
63362
|
if (!p || !n.ValidAddress(p))
|
|
63358
63363
|
throw Error("Eluvio Wallet Client: Invalid or missing target address in UserTransferNFT");
|
|
63359
63364
|
return await this.client.authClient.MakeAuthServiceRequest({
|
|
@@ -63368,7 +63373,7 @@ function nme() {
|
|
|
63368
63373
|
Authorization: `Bearer ${this.AuthToken()}`
|
|
63369
63374
|
}
|
|
63370
63375
|
});
|
|
63371
|
-
},
|
|
63376
|
+
}, tn.ListingStatus = async function({ listingId: u }) {
|
|
63372
63377
|
try {
|
|
63373
63378
|
return await n.ResponseToJson(
|
|
63374
63379
|
await this.client.authClient.MakeAuthServiceRequest({
|
|
@@ -63381,7 +63386,7 @@ function nme() {
|
|
|
63381
63386
|
return;
|
|
63382
63387
|
throw c;
|
|
63383
63388
|
}
|
|
63384
|
-
},
|
|
63389
|
+
}, tn.Listing = async function({ listingId: u }) {
|
|
63385
63390
|
return i(
|
|
63386
63391
|
this,
|
|
63387
63392
|
await n.ResponseToJson(
|
|
@@ -63391,17 +63396,17 @@ function nme() {
|
|
|
63391
63396
|
})
|
|
63392
63397
|
)
|
|
63393
63398
|
);
|
|
63394
|
-
},
|
|
63399
|
+
}, tn.Listings = async function() {
|
|
63395
63400
|
return this.FilteredQuery({ mode: "listings", ...arguments[0] || {} });
|
|
63396
|
-
},
|
|
63401
|
+
}, tn.ListingStats = async function() {
|
|
63397
63402
|
return this.FilteredQuery({ mode: "listing-stats", ...arguments[0] || {} });
|
|
63398
|
-
},
|
|
63403
|
+
}, tn.Sales = async function() {
|
|
63399
63404
|
return this.FilteredQuery({ mode: "sales", ...arguments[0] || {} });
|
|
63400
|
-
},
|
|
63405
|
+
}, tn.Transfers = async function() {
|
|
63401
63406
|
return this.FilteredQuery({ mode: "transfers", ...arguments[0] || {} });
|
|
63402
|
-
},
|
|
63407
|
+
}, tn.SalesStats = async function() {
|
|
63403
63408
|
return this.FilteredQuery({ mode: "sales-stats", ...arguments[0] || {} });
|
|
63404
|
-
},
|
|
63409
|
+
}, tn.Leaderboard = async function({ userAddress: u, marketplaceParams: c }) {
|
|
63405
63410
|
if (u) {
|
|
63406
63411
|
let p = {
|
|
63407
63412
|
addr: n.FormatAddress(u)
|
|
@@ -63415,7 +63420,7 @@ function nme() {
|
|
|
63415
63420
|
) || [])[0];
|
|
63416
63421
|
}
|
|
63417
63422
|
return this.FilteredQuery({ mode: "leaderboard", ...arguments[0] || {} });
|
|
63418
|
-
},
|
|
63423
|
+
}, tn.CreateListing = async function({ contractAddress: u, tokenId: c, price: p, listingId: h }) {
|
|
63419
63424
|
return u = n.FormatAddress(u), h ? await n.ResponseToFormat(
|
|
63420
63425
|
"text",
|
|
63421
63426
|
await this.client.authClient.MakeAuthServiceRequest({
|
|
@@ -63443,7 +63448,7 @@ function nme() {
|
|
|
63443
63448
|
}
|
|
63444
63449
|
})
|
|
63445
63450
|
);
|
|
63446
|
-
},
|
|
63451
|
+
}, tn.RemoveListing = async function({ listingId: u }) {
|
|
63447
63452
|
await this.client.authClient.MakeAuthServiceRequest({
|
|
63448
63453
|
path: e("as", "wlt", "mkt", u),
|
|
63449
63454
|
method: "DELETE",
|
|
@@ -63451,7 +63456,7 @@ function nme() {
|
|
|
63451
63456
|
Authorization: `Bearer ${this.AuthToken()}`
|
|
63452
63457
|
}
|
|
63453
63458
|
});
|
|
63454
|
-
},
|
|
63459
|
+
}, tn.SalesNames = async function({ marketplaceParams: u }) {
|
|
63455
63460
|
let c;
|
|
63456
63461
|
return u && (c = (await this.MarketplaceInfo({ marketplaceParams: u })).tenantId), await n.ResponseToJson(
|
|
63457
63462
|
await this.client.authClient.MakeAuthServiceRequest({
|
|
@@ -63460,7 +63465,7 @@ function nme() {
|
|
|
63460
63465
|
queryParams: c ? { filter: `tenant:eq:${c}` } : {}
|
|
63461
63466
|
})
|
|
63462
63467
|
);
|
|
63463
|
-
},
|
|
63468
|
+
}, tn.ListingNames = async function({ marketplaceParams: u }) {
|
|
63464
63469
|
let c;
|
|
63465
63470
|
return u && (c = (await this.MarketplaceInfo({ marketplaceParams: u })).tenantId), await n.ResponseToJson(
|
|
63466
63471
|
await this.client.authClient.MakeAuthServiceRequest({
|
|
@@ -63469,7 +63474,7 @@ function nme() {
|
|
|
63469
63474
|
queryParams: c ? { filter: `tenant:eq:${c}` } : {}
|
|
63470
63475
|
})
|
|
63471
63476
|
);
|
|
63472
|
-
},
|
|
63477
|
+
}, tn.ListingEditionNames = async function({ displayName: u }) {
|
|
63473
63478
|
return await n.ResponseToJson(
|
|
63474
63479
|
await this.client.authClient.MakeAuthServiceRequest({
|
|
63475
63480
|
path: e("as", "mkt", "editions"),
|
|
@@ -63479,7 +63484,7 @@ function nme() {
|
|
|
63479
63484
|
method: "GET"
|
|
63480
63485
|
})
|
|
63481
63486
|
);
|
|
63482
|
-
},
|
|
63487
|
+
}, tn.ListingAttributes = async function({ marketplaceParams: u, displayName: c } = {}) {
|
|
63483
63488
|
let p = [];
|
|
63484
63489
|
return u && p.push(`tenant:eq:${(await this.MarketplaceInfo({ marketplaceParams: u })).tenantId}`), c && p.push(`nft/display_name:eq:${c}`), (await n.ResponseToJson(
|
|
63485
63490
|
await this.client.authClient.MakeAuthServiceRequest({
|
|
@@ -63492,7 +63497,7 @@ function nme() {
|
|
|
63492
63497
|
)).map(({ trait_type: m, values: w }) => ({ name: m, values: w })).filter(
|
|
63493
63498
|
({ name: m }) => !["Content Fabric Hash", "Total Minted Supply", "Creator"].includes(m)
|
|
63494
63499
|
);
|
|
63495
|
-
},
|
|
63500
|
+
}, tn.ClaimGift = async function({ code: u }) {
|
|
63496
63501
|
return await n.ResponseToJson(
|
|
63497
63502
|
this.client.authClient.MakeAuthServiceRequest({
|
|
63498
63503
|
method: "POST",
|
|
@@ -63505,7 +63510,7 @@ function nme() {
|
|
|
63505
63510
|
}
|
|
63506
63511
|
})
|
|
63507
63512
|
);
|
|
63508
|
-
},
|
|
63513
|
+
}, tn.ClaimItem = async function({ marketplaceParams: u, sku: c, email: p }) {
|
|
63509
63514
|
const h = await this.MarketplaceInfo({ marketplaceParams: u });
|
|
63510
63515
|
await this.client.authClient.MakeAuthServiceRequest({
|
|
63511
63516
|
method: "POST",
|
|
@@ -63520,7 +63525,7 @@ function nme() {
|
|
|
63520
63525
|
Authorization: `Bearer ${this.AuthToken()}`
|
|
63521
63526
|
}
|
|
63522
63527
|
});
|
|
63523
|
-
},
|
|
63528
|
+
}, tn.PurchaseItem = async function({ marketplaceParams: u, sku: c, confirmationId: p, successUrl: h, cancelUrl: m }) {
|
|
63524
63529
|
const w = await this.MarketplaceInfo({ marketplaceParams: u });
|
|
63525
63530
|
window.location.href = this.FlowURL({
|
|
63526
63531
|
type: "action",
|
|
@@ -63535,7 +63540,7 @@ function nme() {
|
|
|
63535
63540
|
auth: this.ClientAuthToken()
|
|
63536
63541
|
}
|
|
63537
63542
|
});
|
|
63538
|
-
},
|
|
63543
|
+
}, tn.PurchaseListing = async function({ marketplaceParams: u, listingId: c, confirmationId: p, successUrl: h, cancelUrl: m }) {
|
|
63539
63544
|
let w;
|
|
63540
63545
|
u && (w = await this.MarketplaceInfo({ marketplaceParams: u })), window.location.href = this.FlowURL({
|
|
63541
63546
|
type: "action",
|
|
@@ -63550,7 +63555,7 @@ function nme() {
|
|
|
63550
63555
|
auth: this.ClientAuthToken()
|
|
63551
63556
|
}
|
|
63552
63557
|
});
|
|
63553
|
-
},
|
|
63558
|
+
}, tn.ListingPurchaseStatus = async function({ listingId: u, confirmationId: c }) {
|
|
63554
63559
|
try {
|
|
63555
63560
|
const p = await this.ListingStatus({ listingId: u });
|
|
63556
63561
|
if (!p)
|
|
@@ -63561,21 +63566,21 @@ function nme() {
|
|
|
63561
63566
|
} catch (p) {
|
|
63562
63567
|
return this.Log(p, !0), { status: "unknown" };
|
|
63563
63568
|
}
|
|
63564
|
-
},
|
|
63569
|
+
}, tn.PurchaseStatus = async function({ marketplaceParams: u, confirmationId: c }) {
|
|
63565
63570
|
try {
|
|
63566
63571
|
const p = await this.MarketplaceInfo({ marketplaceParams: u });
|
|
63567
63572
|
return (await this.MintingStatus({ tenantId: p.tenant_id })).find((m) => m.op === "nft-buy" && m.confirmationId === c) || { status: "none" };
|
|
63568
63573
|
} catch (p) {
|
|
63569
63574
|
return this.Log(p, !0), { status: "unknown" };
|
|
63570
63575
|
}
|
|
63571
|
-
},
|
|
63576
|
+
}, tn.ClaimStatus = async function({ marketplaceParams: u, sku: c }) {
|
|
63572
63577
|
try {
|
|
63573
63578
|
const p = await this.MarketplaceInfo({ marketplaceParams: u });
|
|
63574
63579
|
return (await this.MintingStatus({ tenantId: p.tenantId })).find((m) => m.op === "nft-claim" && m.marketplaceId === p.marketplaceId && m.confirmationId === c) || { status: "none" };
|
|
63575
63580
|
} catch (p) {
|
|
63576
63581
|
return this.Log(p, !0), { status: "unknown" };
|
|
63577
63582
|
}
|
|
63578
|
-
},
|
|
63583
|
+
}, tn.GiftClaimStatus = async function({ marketplaceParams: u, confirmationId: c, giftId: p }) {
|
|
63579
63584
|
try {
|
|
63580
63585
|
const h = await this.MarketplaceInfo({ marketplaceParams: u }), w = (await this.MintingStatus({ tenantId: h.tenantId })).filter((b) => b.op === "nft-transfer" && (c && b.confirmationId === c || p && b.giftId === p)) || { status: "none" };
|
|
63581
63586
|
return w.length === 0 ? { status: "none" } : w.find((b) => b.status === "failed") ? {
|
|
@@ -63598,7 +63603,7 @@ function nme() {
|
|
|
63598
63603
|
} catch (h) {
|
|
63599
63604
|
return this.Log(h, !0), { status: "unknown" };
|
|
63600
63605
|
}
|
|
63601
|
-
},
|
|
63606
|
+
}, tn.EntitlementClaimStatus = async function({ marketplaceParams: u, purchaseId: c }) {
|
|
63602
63607
|
try {
|
|
63603
63608
|
const p = await this.MarketplaceInfo({ marketplaceParams: u }), m = (await this.MintingStatus({ tenantId: p.tenantId })).filter((w) => w.op === "nft-claim-entitlement" && c && c == w.confirmationId) || { status: "none" };
|
|
63604
63609
|
return m.length === 0 ? { status: "none" } : m.find((w) => w.status === "complete") ? {
|
|
@@ -63618,20 +63623,20 @@ function nme() {
|
|
|
63618
63623
|
} catch (p) {
|
|
63619
63624
|
return this.Log(p, !0), { status: "unknown" };
|
|
63620
63625
|
}
|
|
63621
|
-
},
|
|
63626
|
+
}, tn.PackOpenStatus = async function({ contractAddress: u, tokenId: c }) {
|
|
63622
63627
|
try {
|
|
63623
63628
|
const p = await this.TenantConfiguration({ contractAddress: u });
|
|
63624
63629
|
return (await this.MintingStatus({ tenantId: p.tenant })).find((m) => m.op === "nft-open" && n.EqualAddress(u, m.address) && m.tokenId === c) || { status: "none" };
|
|
63625
63630
|
} catch (p) {
|
|
63626
63631
|
return this.Log(p, !0), { status: "unknown" };
|
|
63627
63632
|
}
|
|
63628
|
-
},
|
|
63633
|
+
}, tn.CollectionRedemptionStatus = async function({ marketplaceParams: u, confirmationId: c }) {
|
|
63629
63634
|
try {
|
|
63630
63635
|
return (await this.MintingStatus({ marketplaceParams: u })).find((h) => h.op === "nft-redeem" && h.confirmationId === c) || { status: "none" };
|
|
63631
63636
|
} catch (p) {
|
|
63632
63637
|
return this.Log(p, !0), { status: "unknown" };
|
|
63633
63638
|
}
|
|
63634
|
-
},
|
|
63639
|
+
}, tn.RedeemableOfferStatus = async function({ tenantId: u, marketplaceParams: c, contractAddress: p, tokenId: h, offerId: m }) {
|
|
63635
63640
|
try {
|
|
63636
63641
|
const w = await this.MintingStatus({ marketplaceParams: c, tenantId: u });
|
|
63637
63642
|
return p = n.FormatAddress(p), w.find(
|
|
@@ -63640,7 +63645,7 @@ function nme() {
|
|
|
63640
63645
|
} catch (w) {
|
|
63641
63646
|
return this.Log(w, !0), { status: "unknown" };
|
|
63642
63647
|
}
|
|
63643
|
-
},
|
|
63648
|
+
}, tn.RedeemableCustomFulfillmentInfo = async function({ redeemableTransactionId: u }) {
|
|
63644
63649
|
return await n.ResponseToJson(
|
|
63645
63650
|
this.stateStoreClient.Request({
|
|
63646
63651
|
method: "GET",
|
|
@@ -63650,7 +63655,7 @@ function nme() {
|
|
|
63650
63655
|
}
|
|
63651
63656
|
})
|
|
63652
63657
|
);
|
|
63653
|
-
},
|
|
63658
|
+
}, tn.LoadDrop = async function({ tenantSlug: u, eventSlug: c, dropId: p }) {
|
|
63654
63659
|
if (this.drops || (this.drops = {}), this.drops[u] || (this.drops[u] = {}), this.drops[u][c] || (this.drops[u][c] = {}), !this.drops[u][c][p]) {
|
|
63655
63660
|
const h = await this.client.ContentObjectMetadata({
|
|
63656
63661
|
libraryId: this.mainSiteLibraryId,
|
|
@@ -63671,7 +63676,7 @@ function nme() {
|
|
|
63671
63676
|
});
|
|
63672
63677
|
}
|
|
63673
63678
|
return this.drops[p];
|
|
63674
|
-
},
|
|
63679
|
+
}, tn.SubmitDropVote = async function({ marketplaceParams: u, eventId: c, dropId: p, sku: h }) {
|
|
63675
63680
|
const m = await this.MarketplaceInfo({ marketplaceParams: u });
|
|
63676
63681
|
await this.client.authClient.MakeAuthServiceRequest({
|
|
63677
63682
|
path: e("as", "wlt", "act", m.tenant_id),
|
|
@@ -63686,7 +63691,7 @@ function nme() {
|
|
|
63686
63691
|
Authorization: `Bearer ${this.AuthToken()}`
|
|
63687
63692
|
}
|
|
63688
63693
|
});
|
|
63689
|
-
},
|
|
63694
|
+
}, tn.DropStatus = async function({ marketplace: u, eventId: c, dropId: p }) {
|
|
63690
63695
|
try {
|
|
63691
63696
|
return (await n.ResponseToJson(
|
|
63692
63697
|
this.client.authClient.MakeAuthServiceRequest({
|
|
@@ -63700,7 +63705,7 @@ function nme() {
|
|
|
63700
63705
|
} catch (h) {
|
|
63701
63706
|
return this.Log(h, !0), "";
|
|
63702
63707
|
}
|
|
63703
|
-
},
|
|
63708
|
+
}, tn.MarketplaceOffers = async function({ contractAddress: u, tokenId: c, buyerAddress: p, sellerAddress: h, statuses: m, start: w = 0, limit: b = 10 }) {
|
|
63704
63709
|
let g = e("as", "mkt", "offers", "ls");
|
|
63705
63710
|
p ? g = e(g, "b", n.FormatAddress(p)) : h && (g = e(g, "s", n.FormatAddress(h))), u && (g = e(g, "c", n.FormatAddress(u)), c && (g = e(g, "t", c)));
|
|
63706
63711
|
let S = {
|
|
@@ -63719,7 +63724,7 @@ function nme() {
|
|
|
63719
63724
|
updated: T.updated * 1e3,
|
|
63720
63725
|
expiration: T.expiration * 1e3
|
|
63721
63726
|
}));
|
|
63722
|
-
},
|
|
63727
|
+
}, tn.CreateMarketplaceOffer = async function({ contractAddress: u, tokenId: c, offerId: p, price: h, expiresAt: m }) {
|
|
63723
63728
|
let w;
|
|
63724
63729
|
return p ? w = await n.ResponseToJson(
|
|
63725
63730
|
this.client.authClient.MakeAuthServiceRequest({
|
|
@@ -63748,7 +63753,7 @@ function nme() {
|
|
|
63748
63753
|
}
|
|
63749
63754
|
})
|
|
63750
63755
|
), w.offer_id;
|
|
63751
|
-
},
|
|
63756
|
+
}, tn.RemoveMarketplaceOffer = async function({ offerId: u }) {
|
|
63752
63757
|
return await this.client.authClient.MakeAuthServiceRequest({
|
|
63753
63758
|
path: e("as", "wlt", "mkt", "offers", u),
|
|
63754
63759
|
method: "DELETE",
|
|
@@ -63756,7 +63761,7 @@ function nme() {
|
|
|
63756
63761
|
Authorization: `Bearer ${this.AuthToken()}`
|
|
63757
63762
|
}
|
|
63758
63763
|
});
|
|
63759
|
-
},
|
|
63764
|
+
}, tn.AcceptMarketplaceOffer = async function({ offerId: u }) {
|
|
63760
63765
|
return await this.client.authClient.MakeAuthServiceRequest({
|
|
63761
63766
|
path: e("as", "wlt", "mkt", "offers", "accept", u),
|
|
63762
63767
|
method: "PUT",
|
|
@@ -63764,7 +63769,7 @@ function nme() {
|
|
|
63764
63769
|
Authorization: `Bearer ${this.AuthToken()}`
|
|
63765
63770
|
}
|
|
63766
63771
|
});
|
|
63767
|
-
},
|
|
63772
|
+
}, tn.RejectMarketplaceOffer = async function({ offerId: u }) {
|
|
63768
63773
|
return await this.client.authClient.MakeAuthServiceRequest({
|
|
63769
63774
|
path: e("as", "wlt", "mkt", "offers", "decline", u),
|
|
63770
63775
|
method: "PUT",
|
|
@@ -63772,7 +63777,7 @@ function nme() {
|
|
|
63772
63777
|
Authorization: `Bearer ${this.AuthToken()}`
|
|
63773
63778
|
}
|
|
63774
63779
|
});
|
|
63775
|
-
},
|
|
63780
|
+
}, tn.VoteStatus = async function({ tenantId: u, votingEventId: c }) {
|
|
63776
63781
|
return await n.ResponseToJson(
|
|
63777
63782
|
this.client.authClient.MakeAuthServiceRequest({
|
|
63778
63783
|
path: e("as", "votes", u, c),
|
|
@@ -63781,7 +63786,7 @@ function nme() {
|
|
|
63781
63786
|
}
|
|
63782
63787
|
})
|
|
63783
63788
|
);
|
|
63784
|
-
},
|
|
63789
|
+
}, tn.CastVote = async function({ tenantId: u, votingEventId: c, sku: p }) {
|
|
63785
63790
|
return await n.ResponseToJson(
|
|
63786
63791
|
this.client.authClient.MakeAuthServiceRequest({
|
|
63787
63792
|
path: e("as", "votes", u, c, p),
|
|
@@ -63791,7 +63796,7 @@ function nme() {
|
|
|
63791
63796
|
}
|
|
63792
63797
|
})
|
|
63793
63798
|
);
|
|
63794
|
-
},
|
|
63799
|
+
}, tn.RevokeVote = async function({ tenantId: u, votingEventId: c, sku: p }) {
|
|
63795
63800
|
return await n.ResponseToJson(
|
|
63796
63801
|
this.client.authClient.MakeAuthServiceRequest({
|
|
63797
63802
|
path: e("as", "votes", u, c, p),
|
|
@@ -63801,7 +63806,7 @@ function nme() {
|
|
|
63801
63806
|
}
|
|
63802
63807
|
})
|
|
63803
63808
|
);
|
|
63804
|
-
},
|
|
63809
|
+
}, tn;
|
|
63805
63810
|
}
|
|
63806
63811
|
var Kp = {}, DP;
|
|
63807
63812
|
function rme() {
|
|
@@ -65586,7 +65591,7 @@ class i2 {
|
|
|
65586
65591
|
constructor({ target: e, video: t, parameters: r, SetErrorMessage: i }) {
|
|
65587
65592
|
this.loading = !0, this.target = e, this.video = t, this.SetErrorMessage = i, this.controls = new pme({ player: this }), this.__settingsListeners = [], this.__listenerDisposers = [], this.__showPlayerProfileForm = !1, this.playbackStarted = !1, this.reloads = 0, this.canPlay = !1;
|
|
65588
65593
|
try {
|
|
65589
|
-
r.playerOptions.hlsjsOptions && Object.keys(r.playerOptions.hlsjsOptions).length > 0 && (this.customHLSOptions = r.playerOptions.hlsjsOptions, r.playerOptions.playerProfile =
|
|
65594
|
+
r.playerOptions.hlsjsOptions && Object.keys(r.playerOptions.hlsjsOptions).length > 0 && (this.customHLSOptions = r.playerOptions.hlsjsOptions, r.playerOptions.playerProfile = qt.playerProfile.CUSTOM);
|
|
65590
65595
|
} catch (o) {
|
|
65591
65596
|
this.Log(o, !0);
|
|
65592
65597
|
}
|
|
@@ -65701,9 +65706,9 @@ class i2 {
|
|
|
65701
65706
|
}
|
|
65702
65707
|
async __Initialize(e, t) {
|
|
65703
65708
|
if (!this.__destroyed) {
|
|
65704
|
-
this.__Reset(), this.loading = !0, this.initTime = Date.now(), this.__SettingsUpdate(), e && (this.originalParameters = Oz(e), this.clientOptions = e.clientOptions, this.sourceOptions = e.sourceOptions, this.playerOptions = e.playerOptions), this.isLive = e.sourceOptions.contentInfo.type ===
|
|
65709
|
+
this.__Reset(), this.loading = !0, this.initTime = Date.now(), this.__SettingsUpdate(), e && (this.originalParameters = Oz(e), this.clientOptions = e.clientOptions, this.sourceOptions = e.sourceOptions, this.playerOptions = e.playerOptions), this.isLive = e.sourceOptions.contentInfo.type === qt.type.LIVE, this.errors = 0, this.__Client();
|
|
65705
65710
|
try {
|
|
65706
|
-
t && (this.video.volume = t.volume, this.video.muted = t.muted, t.playing && (this.playerOptions.autoplay =
|
|
65711
|
+
t && (this.video.volume = t.volume, this.video.muted = t.muted, t.playing && (this.playerOptions.autoplay = qt.autoplay.ON), t.currentTime && this.__RegisterVideoEventListener(
|
|
65707
65712
|
"loadedmetadata",
|
|
65708
65713
|
() => this.video.currentTime = t.currentTime
|
|
65709
65714
|
)), this.__RegisterVideoEventListener("play", () => {
|
|
@@ -65713,7 +65718,7 @@ class i2 {
|
|
|
65713
65718
|
this.canPlay && (isFinite(this.video.duration) ? this.video.duration && this.videoDuration > 0 && this.video.duration - this.videoDuration > 1 && (this.isLive = !0) : this.isLive = !0);
|
|
65714
65719
|
};
|
|
65715
65720
|
this.__RegisterVideoEventListener("canplay", () => {
|
|
65716
|
-
this.initTime && !this.initTimeLogged && (this.Log(`Player initialization: ${((Date.now() - this.initTime) / 1e3).toFixed(2)} seconds`), this.initTimeLogged = !0, this.canPlay = !0, r(), this.playerOptions.autoplay ===
|
|
65721
|
+
this.initTime && !this.initTimeLogged && (this.Log(`Player initialization: ${((Date.now() - this.initTime) / 1e3).toFixed(2)} seconds`), this.initTimeLogged = !0, this.canPlay = !0, r(), this.playerOptions.autoplay === qt.autoplay.ON && this.controls.Play());
|
|
65717
65722
|
}), this.__RegisterVideoEventListener("durationchange", () => {
|
|
65718
65723
|
r(), this.videoDuration = this.video.duration;
|
|
65719
65724
|
}), await this.__LoadCollection(), this.collectionInfo && this.collectionInfo.isPlaylist && this.collectionInfo.mediaIndex < this.collectionInfo.mediaLength - 1 && this.__RegisterVideoEventListener("ended", () => this.controls && this.controls.CollectionPlayNext({ autoplay: !0 }));
|
|
@@ -65722,12 +65727,12 @@ class i2 {
|
|
|
65722
65727
|
const m = this.sourceOptions.playoutParameters.authorizationToken || o.searchParams.get("authorization");
|
|
65723
65728
|
if (this.__destroyed)
|
|
65724
65729
|
return;
|
|
65725
|
-
u === "hls" ? await this.__InitializeHLS({ playoutUrl: o, authorizationToken: m, drm: c, drms: p, multiviewOptions: h }) : await this.__InitializeDash({ playoutUrl: o, authorizationToken: m, drm: c, drms: p, multiviewOptions: h }), this.playerOptions.collectVideoAnalytics && import("./Analytics-
|
|
65730
|
+
u === "hls" ? await this.__InitializeHLS({ playoutUrl: o, authorizationToken: m, drm: c, drms: p, multiviewOptions: h }) : await this.__InitializeDash({ playoutUrl: o, authorizationToken: m, drm: c, drms: p, multiviewOptions: h }), this.playerOptions.collectVideoAnalytics && import("./Analytics-C2aNIlgB.mjs").then(({ InitializeMuxMonitoring: w }) => w({
|
|
65726
65731
|
appName: this.playerOptions.appName || "elv-player-js",
|
|
65727
65732
|
elvPlayer: this,
|
|
65728
65733
|
playoutUrl: o,
|
|
65729
65734
|
authorizationToken: m,
|
|
65730
|
-
disableCookies: this.playerOptions.collectVideoAnalytics ===
|
|
65735
|
+
disableCookies: this.playerOptions.collectVideoAnalytics === qt.collectVideoAnalytics.DISABLE_COOKIES
|
|
65731
65736
|
})), this.playerOptions.verifyContent && setTimeout(() => {
|
|
65732
65737
|
this.__VerifyContent();
|
|
65733
65738
|
}, 1e3), this.playerOptions.playerCallback && this.playerOptions.playerCallback({
|
|
@@ -65757,8 +65762,8 @@ class i2 {
|
|
|
65757
65762
|
}
|
|
65758
65763
|
}
|
|
65759
65764
|
async __InitializeHLS({ playoutUrl: e, authorizationToken: t, drm: r, drms: i, multiviewOptions: o }) {
|
|
65760
|
-
if (this.HLS = (await import("./hls-DHFAkcd1.mjs")).default, [
|
|
65761
|
-
if (this.nativeHLS = !0, r ===
|
|
65765
|
+
if (this.HLS = (await import("./hls-DHFAkcd1.mjs")).default, [qt.drms.FAIRPLAY, qt.drms.SAMPLE_AES].includes(r) || !this.HLS.isSupported()) {
|
|
65766
|
+
if (this.nativeHLS = !0, r === qt.drms.FAIRPLAY ? uW({ playoutOptions: this.sourceOptions.playoutOptions, video: this.video }) : this.video.src = e.toString(), o.enabled) {
|
|
65762
65767
|
const u = o.SwitchView;
|
|
65763
65768
|
o.SwitchView = async (c) => {
|
|
65764
65769
|
await u(c);
|
|
@@ -65767,18 +65772,22 @@ class i2 {
|
|
|
65767
65772
|
} else {
|
|
65768
65773
|
e.searchParams.delete("authorization");
|
|
65769
65774
|
let u = {};
|
|
65770
|
-
r ===
|
|
65771
|
-
drmSystems: {
|
|
65772
|
-
"com.microsoft.playready": {
|
|
65773
|
-
licenseUrl: i[r].licenseServers[0]
|
|
65774
|
-
}
|
|
65775
|
-
},
|
|
65775
|
+
(r === qt.drms.PLAYREADY || r === qt.drms.WIDEVINE) && (u = {
|
|
65776
|
+
drmSystems: {},
|
|
65776
65777
|
emeEnabled: !0,
|
|
65777
65778
|
licenseXhrSetup: (m, w) => {
|
|
65778
65779
|
m.open("POST", w, !0), m.setRequestHeader("Authorization", `Bearer ${t}`);
|
|
65779
65780
|
}
|
|
65780
|
-
}
|
|
65781
|
-
|
|
65781
|
+
}, r === qt.drms.PLAYREADY ? u.drmSystems = {
|
|
65782
|
+
"com.microsoft.playready": {
|
|
65783
|
+
licenseUrl: i[r].licenseServers[0]
|
|
65784
|
+
}
|
|
65785
|
+
} : r === qt.drms.WIDEVINE && (u.drmSystems = {
|
|
65786
|
+
"com.widevine.alpha": {
|
|
65787
|
+
licenseUrl: i[r].licenseServers[0]
|
|
65788
|
+
}
|
|
65789
|
+
}));
|
|
65790
|
+
const c = (yme[this.playerOptions.playerProfile] || {}).hlsSettings || {}, p = this.playerOptions.playerProfile === qt.playerProfile.CUSTOM ? this.customHLSOptions : {};
|
|
65782
65791
|
this.hlsOptions = {
|
|
65783
65792
|
capLevelToPlayerSize: this.playerOptions.capLevelToPlayerSize,
|
|
65784
65793
|
xhrSetup: (m) => (m.setRequestHeader("Authorization", `Bearer ${t}`), (this.playerOptions.hlsjsOptions || {}).xhrSetup && this.playerOptions.hlsjsOptions.xhrSetup(m), m),
|
|
@@ -65822,7 +65831,7 @@ class i2 {
|
|
|
65822
65831
|
}
|
|
65823
65832
|
}
|
|
65824
65833
|
async __InitializeDash({ playoutUrl: e, authorizationToken: t, drm: r, drms: i }) {
|
|
65825
|
-
this.Dash = (await import("./dash.all.min-
|
|
65834
|
+
this.Dash = (await import("./dash.all.min-4KPdfQy9.mjs").then((c) => c.d)).default;
|
|
65826
65835
|
const o = this.Dash.MediaPlayer().create(), u = this.playerOptions.dashjsOptions || {};
|
|
65827
65836
|
if (o.updateSettings({
|
|
65828
65837
|
...u,
|
|
@@ -65855,7 +65864,7 @@ class i2 {
|
|
|
65855
65864
|
modifyRequestHeader: (c) => (c.setRequestHeader("Authorization", `Bearer ${t}`), c),
|
|
65856
65865
|
modifyRequestURL: (c) => c
|
|
65857
65866
|
};
|
|
65858
|
-
}), r ===
|
|
65867
|
+
}), r === qt.drms.WIDEVINE) {
|
|
65859
65868
|
const c = i.widevine.licenseServers[0];
|
|
65860
65869
|
o.setProtectionData({
|
|
65861
65870
|
"com.widevine.alpha": {
|
|
@@ -65866,7 +65875,7 @@ class i2 {
|
|
|
65866
65875
|
o.initialize(
|
|
65867
65876
|
this.video,
|
|
65868
65877
|
e.toString(),
|
|
65869
|
-
this.playerOptions.autoplay ===
|
|
65878
|
+
this.playerOptions.autoplay === qt.autoplay.ON
|
|
65870
65879
|
), [
|
|
65871
65880
|
this.Dash.MediaPlayer.events.TRACK_CHANGE_RENDERED,
|
|
65872
65881
|
this.Dash.MediaPlayer.events.QUALITY_CHANGE_RENDERED,
|
|
@@ -65883,7 +65892,7 @@ class i2 {
|
|
|
65883
65892
|
try {
|
|
65884
65893
|
return await this.video.play(), !0;
|
|
65885
65894
|
} catch (e) {
|
|
65886
|
-
if (this.Log("Unable to autoplay", !0), this.Log(e, !0), this.playbackStarted = !1, this.playerOptions.muted ===
|
|
65895
|
+
if (this.Log("Unable to autoplay", !0), this.Log(e, !0), this.playbackStarted = !1, this.playerOptions.muted === qt.muted.OFF_IF_POSSIBLE && this.video.paused && !this.video.muted) {
|
|
65887
65896
|
await new Promise((t) => setTimeout(t, 250)), this.Log("Attempting to autoplay muted"), this.video.muted = !0;
|
|
65888
65897
|
try {
|
|
65889
65898
|
return await this.video.play(), !0;
|
|
@@ -66031,7 +66040,7 @@ class i2 {
|
|
|
66031
66040
|
t ? console.error("ELUVIO PLAYER:", e) : this.playerOptions.debugLogging && console.warn("ELUVIO PLAYER:", e);
|
|
66032
66041
|
}
|
|
66033
66042
|
}
|
|
66034
|
-
i2.EluvioPlayerParameters =
|
|
66043
|
+
i2.EluvioPlayerParameters = qt;
|
|
66035
66044
|
i2.EluvioPlayer = i2;
|
|
66036
66045
|
var Lz = function() {
|
|
66037
66046
|
if (typeof Map < "u")
|
|
@@ -66391,7 +66400,7 @@ const l3 = ({ element: n, Hide: e }) => {
|
|
|
66391
66400
|
const u = new Nme(o);
|
|
66392
66401
|
return u.observe(n), () => u.disconnect();
|
|
66393
66402
|
}, Dme = ({ player: n }) => {
|
|
66394
|
-
const e = n.video, t = n.playerOptions.autoplay ===
|
|
66403
|
+
const e = n.video, t = n.playerOptions.autoplay === qt.autoplay.WHEN_VISIBLE, r = n.playerOptions.muted === qt.muted.WHEN_NOT_VISIBLE;
|
|
66395
66404
|
if (!t && !r)
|
|
66396
66405
|
return;
|
|
66397
66406
|
let i, o;
|
|
@@ -66426,9 +66435,9 @@ const l3 = ({ element: n, Hide: e }) => {
|
|
|
66426
66435
|
u.map((p) => n.video.removeEventListener(p, o)), c.map((p) => n.target.removeEventListener(p, o));
|
|
66427
66436
|
};
|
|
66428
66437
|
}, Fme = ({ player: n, setRecentUserAction: e }) => {
|
|
66429
|
-
if (n.playerOptions.keyboardControls ===
|
|
66438
|
+
if (n.playerOptions.keyboardControls === qt.keyboardControls.OFF)
|
|
66430
66439
|
return;
|
|
66431
|
-
const t = n.playerOptions.keyboardControls ===
|
|
66440
|
+
const t = n.playerOptions.keyboardControls === qt.keyboardControls.ARROW_KEYS_DISABLED, r = Tz(n, e)(), i = (o) => {
|
|
66432
66441
|
if (
|
|
66433
66442
|
// Keyboard controls should only fire if the player is in focus
|
|
66434
66443
|
!(n.target === o.target || n.target.contains(o.target)) || // Ignore keyboard controls if actively focused on a button or input
|
|
@@ -67165,7 +67174,7 @@ const qz = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAW0AAABSCAYAAACfWoXuAA
|
|
|
67165
67174
|
const [e, t] = Ct.useState(void 0), { title: r, subtitle: i, description: o, image: u, headers: c } = n.controls.GetContentInfo() || {};
|
|
67166
67175
|
return Ct.useEffect(() => {
|
|
67167
67176
|
t(void 0), u && fk({ player: n, pathOrUrl: u, width: 200 }).then((p) => t(p));
|
|
67168
|
-
}, [u]), !r || n.playerOptions.title ===
|
|
67177
|
+
}, [u]), !r || n.playerOptions.title === qt.title.FULLSCREEN_ONLY && !n.controls.IsFullscreen() || n.playerOptions.title === qt.title.OFF ? null : /* @__PURE__ */ Ne.jsxs("div", { className: zn["info-container"], children: [
|
|
67169
67178
|
e ? /* @__PURE__ */ Ne.jsx("div", { className: zn["info-image-container"], children: /* @__PURE__ */ Ne.jsx("img", { src: e, alt: "Image", className: zn["info-image"] }) }) : null,
|
|
67170
67179
|
/* @__PURE__ */ Ne.jsxs("div", { className: zn["info-text"], children: [
|
|
67171
67180
|
c.length === 0 ? null : /* @__PURE__ */ Ne.jsx("div", { className: zn["info-headers"], children: c.map(
|
|
@@ -67206,7 +67215,7 @@ const qz = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAW0AAABSCAYAAACfWoXuAA
|
|
|
67206
67215
|
};
|
|
67207
67216
|
}, []), !u)
|
|
67208
67217
|
return null;
|
|
67209
|
-
const b = n.controls.GetCollectionInfo(), g = r || !e || m, S = !g && n.playerOptions.controls ===
|
|
67218
|
+
const b = n.controls.GetCollectionInfo(), g = r || !e || m, S = !g && n.playerOptions.controls === qt.controls.AUTO_HIDE;
|
|
67210
67219
|
return n.__SetControlsVisibility(!S), /* @__PURE__ */ Ne.jsxs(
|
|
67211
67220
|
"div",
|
|
67212
67221
|
{
|
|
@@ -67215,16 +67224,16 @@ const qz = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAW0AAABSCAYAAACfWoXuAA
|
|
|
67215
67224
|
o,
|
|
67216
67225
|
zn.container,
|
|
67217
67226
|
g ? "" : zn.autohide,
|
|
67218
|
-
n.playerOptions.controls !==
|
|
67227
|
+
n.playerOptions.controls !== qt.controls.DEFAULT ? "" : zn["container--default-controls"],
|
|
67219
67228
|
n.controls.IsMenuVisible() ? "menu-active" : ""
|
|
67220
67229
|
].join(" "),
|
|
67221
67230
|
children: [
|
|
67222
67231
|
/* @__PURE__ */ Ne.jsx(wge, { player: n }, `content-info-${b && b.mediaIndex}`),
|
|
67223
67232
|
// Main bottom control bar
|
|
67224
67233
|
[
|
|
67225
|
-
|
|
67226
|
-
|
|
67227
|
-
|
|
67234
|
+
qt.controls.DEFAULT,
|
|
67235
|
+
qt.controls.OFF,
|
|
67236
|
+
qt.controls.OFF_WITH_VOLUME_TOGGLE
|
|
67228
67237
|
].includes(n.playerOptions.controls) ? null : /* @__PURE__ */ Ne.jsxs(Ne.Fragment, { children: [
|
|
67229
67238
|
/* @__PURE__ */ Ne.jsx(
|
|
67230
67239
|
qc,
|
|
@@ -67296,7 +67305,7 @@ const qz = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAW0AAABSCAYAAACfWoXuAA
|
|
|
67296
67305
|
] })
|
|
67297
67306
|
] }),
|
|
67298
67307
|
// Floating volume control for 'off with volume toggle' setting
|
|
67299
|
-
n.playerOptions.controls !==
|
|
67308
|
+
n.playerOptions.controls !== qt.controls.OFF_WITH_VOLUME_TOGGLE ? null : /* @__PURE__ */ Ne.jsx("div", { className: zn["floating-volume-toggle"], children: /* @__PURE__ */ Ne.jsx(
|
|
67300
67309
|
qc,
|
|
67301
67310
|
{
|
|
67302
67311
|
"aria-label": u.muted ? "Unmute" : "Mute",
|
|
@@ -67307,7 +67316,7 @@ const qz = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAW0AAABSCAYAAACfWoXuAA
|
|
|
67307
67316
|
"mute-button"
|
|
67308
67317
|
) }),
|
|
67309
67318
|
// Watermark
|
|
67310
|
-
n.playerOptions.watermark ===
|
|
67319
|
+
n.playerOptions.watermark === qt.watermark.OFF ? null : /* @__PURE__ */ Ne.jsx("div", { className: zn.watermark, children: /* @__PURE__ */ Ne.jsx("img", { src: qz, alt: "Eluvio" }) })
|
|
67311
67320
|
]
|
|
67312
67321
|
}
|
|
67313
67322
|
);
|
|
@@ -67629,7 +67638,7 @@ const qz = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAW0AAABSCAYAAACfWoXuAA
|
|
|
67629
67638
|
return () => T && T();
|
|
67630
67639
|
}, []), !u)
|
|
67631
67640
|
return null;
|
|
67632
|
-
const { title: b } = n.controls.GetContentInfo() || {}, g = n.controls.GetCollectionInfo(), S = r || !e || n.controls.IsMenuVisible(), A = !S && n.playerOptions.controls ===
|
|
67641
|
+
const { title: b } = n.controls.GetContentInfo() || {}, g = n.controls.GetCollectionInfo(), S = r || !e || n.controls.IsMenuVisible(), A = !S && n.playerOptions.controls === qt.controls.AUTO_HIDE;
|
|
67633
67642
|
return n.__SetControlsVisibility(!A), /* @__PURE__ */ Ne.jsxs(
|
|
67634
67643
|
"div",
|
|
67635
67644
|
{
|
|
@@ -67638,7 +67647,7 @@ const qz = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAW0AAABSCAYAAACfWoXuAA
|
|
|
67638
67647
|
o,
|
|
67639
67648
|
dn.container,
|
|
67640
67649
|
S ? "" : dn.autohide,
|
|
67641
|
-
n.playerOptions.controls !==
|
|
67650
|
+
n.playerOptions.controls !== qt.controls.DEFAULT ? "" : dn["container--default-controls"],
|
|
67642
67651
|
n.controls.IsMenuVisible() ? "menu-active" : ""
|
|
67643
67652
|
].join(" "),
|
|
67644
67653
|
children: [
|
|
@@ -67657,7 +67666,7 @@ const qz = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAW0AAABSCAYAAACfWoXuAA
|
|
|
67657
67666
|
m ? /* @__PURE__ */ Ne.jsx(zge, { player: n, Hide: () => w(!1) }) : /* @__PURE__ */ Ne.jsxs("div", { className: `${dn["bottom-controls-container"]} ${A ? dn["bottom-controls-container--autohide"] : ""}`, children: [
|
|
67658
67667
|
/* @__PURE__ */ Ne.jsx("div", { className: dn["bottom-controls-gradient"] }),
|
|
67659
67668
|
/* @__PURE__ */ Ne.jsxs("div", { className: dn["title-container"], children: [
|
|
67660
|
-
/* @__PURE__ */ Ne.jsx("div", { className: dn.title, children: n.playerOptions.title ===
|
|
67669
|
+
/* @__PURE__ */ Ne.jsx("div", { className: dn.title, children: n.playerOptions.title === qt.title.OFF || n.playerOptions.title === qt.title.FULLSCREEN_ONLY && !n.controls.IsFullscreen() ? "" : b || "" }),
|
|
67661
67670
|
/* @__PURE__ */ Ne.jsx("div", { className: dn.spacer }),
|
|
67662
67671
|
n.isLive ? /* @__PURE__ */ Ne.jsx("div", { className: dn["live-indicator"], children: "Live" }) : null,
|
|
67663
67672
|
g ? /* @__PURE__ */ Ne.jsx(
|
|
@@ -67673,7 +67682,7 @@ const qz = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAW0AAABSCAYAAACfWoXuAA
|
|
|
67673
67682
|
/* @__PURE__ */ Ne.jsx(Vz, { player: n, videoState: u, setRecentUserAction: i }),
|
|
67674
67683
|
/* @__PURE__ */ Ne.jsx(Fge, { player: n, videoState: u }),
|
|
67675
67684
|
/* @__PURE__ */ Ne.jsxs("div", { className: dn["bottom-controls"], children: [
|
|
67676
|
-
/* @__PURE__ */ Ne.jsx("div", { className: dn["bottom-left-controls"], children: !b || n.playerOptions.title ===
|
|
67685
|
+
/* @__PURE__ */ Ne.jsx("div", { className: dn["bottom-left-controls"], children: !b || n.playerOptions.title === qt.title.OFF ? null : /* @__PURE__ */ Ne.jsx("button", { className: dn["text-button"], onClick: () => w(!0), children: "Info" }) }),
|
|
67677
67686
|
/* @__PURE__ */ Ne.jsx(Bge, { player: n, videoState: u }),
|
|
67678
67687
|
/* @__PURE__ */ Ne.jsxs("div", { className: dn["bottom-right-controls"], children: [
|
|
67679
67688
|
/* @__PURE__ */ Ne.jsx(jge, { player: n }),
|
|
@@ -67691,7 +67700,7 @@ const qz = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAW0AAABSCAYAAACfWoXuAA
|
|
|
67691
67700
|
] })
|
|
67692
67701
|
] }),
|
|
67693
67702
|
// Watermark
|
|
67694
|
-
n.playerOptions.watermark ===
|
|
67703
|
+
n.playerOptions.watermark === qt.watermark.OFF ? null : /* @__PURE__ */ Ne.jsx("div", { className: dn.watermark, children: /* @__PURE__ */ Ne.jsx("img", { src: qz, alt: "Eluvio" }) })
|
|
67695
67704
|
]
|
|
67696
67705
|
},
|
|
67697
67706
|
"controls"
|
|
@@ -67879,7 +67888,7 @@ const tve = ({ target: n, parameters: e, InitCallback: t, ErrorCallback: r, Unmo
|
|
|
67879
67888
|
onComplete: (k) => h(k)
|
|
67880
67889
|
}
|
|
67881
67890
|
);
|
|
67882
|
-
const N = e.playerOptions.ui ===
|
|
67891
|
+
const N = e.playerOptions.ui === qt.ui.WEB && u && u.controls.IsRotatable() && z;
|
|
67883
67892
|
return /* @__PURE__ */ Ne.jsxs(
|
|
67884
67893
|
"div",
|
|
67885
67894
|
{
|
|
@@ -67900,16 +67909,16 @@ const tve = ({ target: n, parameters: e, InitCallback: t, ErrorCallback: r, Unmo
|
|
|
67900
67909
|
playsInline: !0,
|
|
67901
67910
|
disablePictureInPicture: !0,
|
|
67902
67911
|
ref: j,
|
|
67903
|
-
muted: [
|
|
67904
|
-
controls: e.playerOptions.controls ===
|
|
67905
|
-
loop: e.playerOptions.loop ===
|
|
67912
|
+
muted: [qt.muted.ON, qt.muted.WHEN_NOT_VISIBLE].includes(e.playerOptions.muted),
|
|
67913
|
+
controls: e.playerOptions.controls === qt.controls.DEFAULT,
|
|
67914
|
+
loop: e.playerOptions.loop === qt.loop.ON,
|
|
67906
67915
|
className: Al.video
|
|
67907
67916
|
}
|
|
67908
67917
|
),
|
|
67909
67918
|
!u || q || !de ? null : /* @__PURE__ */ Ne.jsx(Xge, { player: u }),
|
|
67910
|
-
L || T ? null : /* @__PURE__ */ Ne.jsx("div", { className: Al["spinner-container"], children: /* @__PURE__ */ Ne.jsx(Ob, { className: Al.spinner }) }),
|
|
67919
|
+
L || T || !e.playerOptions.showLoader ? null : /* @__PURE__ */ Ne.jsx("div", { className: Al["spinner-container"], children: /* @__PURE__ */ Ne.jsx(Ob, { className: Al.spinner }) }),
|
|
67911
67920
|
T ? /* @__PURE__ */ Ne.jsx("div", { className: Al["error-message"], children: T }) : null,
|
|
67912
|
-
u ? e.playerOptions.ui ===
|
|
67921
|
+
u ? e.playerOptions.ui === qt.ui.WEB ? /* @__PURE__ */ Ne.jsx(
|
|
67913
67922
|
xge,
|
|
67914
67923
|
{
|
|
67915
67924
|
player: u,
|
|
@@ -67973,7 +67982,7 @@ const tve = ({ target: n, parameters: e, InitCallback: t, ErrorCallback: r, Unmo
|
|
|
67973
67982
|
}));
|
|
67974
67983
|
export {
|
|
67975
67984
|
mve as I,
|
|
67976
|
-
|
|
67985
|
+
qt as P,
|
|
67977
67986
|
V4 as a,
|
|
67978
67987
|
Za as b,
|
|
67979
67988
|
dW as c,
|