@banou/media-player 0.4.6 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/components/chrome.d.ts +6 -3
- package/build/components/control-bar.d.ts +3 -2
- package/build/components/overlay.d.ts +4 -1
- package/build/index.d.ts +3 -0
- package/build/index.js +1126 -1084
- package/build/state-machines/index.d.ts +188 -0
- package/build/state-machines/media.d.ts +48 -1
- package/package.json +1 -1
- package/src/components/chrome.tsx +11 -5
- package/src/components/control-bar.tsx +3 -6
- package/src/components/overlay.tsx +47 -2
- package/src/components/progress-bar.tsx +14 -12
- package/src/index.tsx +15 -6
- package/src/main.tsx +1 -0
- package/src/state-machines/data-source.ts +1 -0
- package/src/state-machines/media.ts +8 -1
package/build/index.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import * as ce from "react";
|
|
2
|
-
import mr, { forwardRef as pr, useContext as
|
|
3
|
-
import { css as
|
|
2
|
+
import mr, { forwardRef as pr, useContext as Se, createContext as hr, useState as Q, useEffect as z, useCallback as ot, useRef as Ie, useMemo as pe } from "react";
|
|
3
|
+
import { css as K } from "@emotion/react";
|
|
4
4
|
import { createActorContext as vr } from "@xstate/react";
|
|
5
|
-
import { fromCallback as Xt, setup as Er, enqueueActions as
|
|
5
|
+
import { fromCallback as Xt, setup as Er, enqueueActions as gr, assign as Y, sendTo as H } from "xstate";
|
|
6
6
|
import qt from "p-queue";
|
|
7
7
|
import { makeRemuxer as Ht } from "libav-wasm";
|
|
8
|
-
import
|
|
9
|
-
import { parse as
|
|
10
|
-
import { Settings as yr, ChevronRight as Ke, VolumeX as
|
|
8
|
+
import br from "jassub";
|
|
9
|
+
import { parse as Le, stringify as _t } from "ass-compiler";
|
|
10
|
+
import { Settings as yr, ChevronRight as Ke, VolumeX as xr, Volume1 as Sr, Volume2 as Tr, RotateCcw as wr, Play as Rr, Pause as Ar, Minimize as _r, Maximize as Cr } from "react-feather";
|
|
11
11
|
import { Tooltip as Pr } from "react-tooltip";
|
|
12
|
-
var Je = { exports: {} },
|
|
12
|
+
var Je = { exports: {} }, Oe = {};
|
|
13
13
|
/**
|
|
14
14
|
* @license React
|
|
15
15
|
* react-jsx-runtime.production.js
|
|
@@ -21,27 +21,27 @@ var Je = { exports: {} }, Ce = {};
|
|
|
21
21
|
*/
|
|
22
22
|
var Ct;
|
|
23
23
|
function Or() {
|
|
24
|
-
if (Ct) return
|
|
24
|
+
if (Ct) return Oe;
|
|
25
25
|
Ct = 1;
|
|
26
26
|
var e = Symbol.for("react.transitional.element"), t = Symbol.for("react.fragment");
|
|
27
|
-
function n
|
|
27
|
+
function r(n, o, a) {
|
|
28
28
|
var s = null;
|
|
29
29
|
if (a !== void 0 && (s = "" + a), o.key !== void 0 && (s = "" + o.key), "key" in o) {
|
|
30
30
|
a = {};
|
|
31
|
-
for (var
|
|
32
|
-
|
|
31
|
+
for (var c in o)
|
|
32
|
+
c !== "key" && (a[c] = o[c]);
|
|
33
33
|
} else a = o;
|
|
34
34
|
return o = a.ref, {
|
|
35
35
|
$$typeof: e,
|
|
36
|
-
type:
|
|
36
|
+
type: n,
|
|
37
37
|
key: s,
|
|
38
38
|
ref: o !== void 0 ? o : null,
|
|
39
39
|
props: a
|
|
40
40
|
};
|
|
41
41
|
}
|
|
42
|
-
return
|
|
42
|
+
return Oe.Fragment = t, Oe.jsx = r, Oe.jsxs = r, Oe;
|
|
43
43
|
}
|
|
44
|
-
var
|
|
44
|
+
var Ne = {};
|
|
45
45
|
/**
|
|
46
46
|
* @license React
|
|
47
47
|
* react-jsx-runtime.development.js
|
|
@@ -64,7 +64,7 @@ function Nr() {
|
|
|
64
64
|
return "Fragment";
|
|
65
65
|
case f:
|
|
66
66
|
return "Portal";
|
|
67
|
-
case
|
|
67
|
+
case F:
|
|
68
68
|
return "Profiler";
|
|
69
69
|
case C:
|
|
70
70
|
return "StrictMode";
|
|
@@ -77,19 +77,19 @@ function Nr() {
|
|
|
77
77
|
switch (typeof i.tag == "number" && console.error(
|
|
78
78
|
"Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
|
|
79
79
|
), i.$$typeof) {
|
|
80
|
-
case
|
|
80
|
+
case B:
|
|
81
81
|
return (i.displayName || "Context") + ".Provider";
|
|
82
|
-
case
|
|
82
|
+
case U:
|
|
83
83
|
return (i._context.displayName || "Context") + ".Consumer";
|
|
84
|
-
case
|
|
85
|
-
var
|
|
86
|
-
return i = i.displayName, i || (i =
|
|
87
|
-
case
|
|
88
|
-
return
|
|
89
|
-
case
|
|
90
|
-
|
|
84
|
+
case V:
|
|
85
|
+
var T = i.render;
|
|
86
|
+
return i = i.displayName, i || (i = T.displayName || T.name || "", i = i !== "" ? "ForwardRef(" + i + ")" : "ForwardRef"), i;
|
|
87
|
+
case Re:
|
|
88
|
+
return T = i.displayName || null, T !== null ? T : e(i.type) || "Memo";
|
|
89
|
+
case Ae:
|
|
90
|
+
T = i._payload, i = i._init;
|
|
91
91
|
try {
|
|
92
|
-
return e(i(
|
|
92
|
+
return e(i(T));
|
|
93
93
|
} catch {
|
|
94
94
|
}
|
|
95
95
|
}
|
|
@@ -98,24 +98,24 @@ function Nr() {
|
|
|
98
98
|
function t(i) {
|
|
99
99
|
return "" + i;
|
|
100
100
|
}
|
|
101
|
-
function
|
|
101
|
+
function r(i) {
|
|
102
102
|
try {
|
|
103
103
|
t(i);
|
|
104
|
-
var
|
|
104
|
+
var T = !1;
|
|
105
105
|
} catch {
|
|
106
|
-
|
|
106
|
+
T = !0;
|
|
107
107
|
}
|
|
108
|
-
if (
|
|
109
|
-
|
|
110
|
-
var
|
|
111
|
-
return
|
|
112
|
-
|
|
108
|
+
if (T) {
|
|
109
|
+
T = console;
|
|
110
|
+
var w = T.error, N = typeof Symbol == "function" && Symbol.toStringTag && i[Symbol.toStringTag] || i.constructor.name || "Object";
|
|
111
|
+
return w.call(
|
|
112
|
+
T,
|
|
113
113
|
"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
|
|
114
|
-
|
|
114
|
+
N
|
|
115
115
|
), t(i);
|
|
116
116
|
}
|
|
117
117
|
}
|
|
118
|
-
function
|
|
118
|
+
function n() {
|
|
119
119
|
}
|
|
120
120
|
function o() {
|
|
121
121
|
if (fe === 0) {
|
|
@@ -123,7 +123,7 @@ function Nr() {
|
|
|
123
123
|
var i = {
|
|
124
124
|
configurable: !0,
|
|
125
125
|
enumerable: !0,
|
|
126
|
-
value:
|
|
126
|
+
value: n,
|
|
127
127
|
writable: !0
|
|
128
128
|
};
|
|
129
129
|
Object.defineProperties(console, {
|
|
@@ -159,26 +159,26 @@ function Nr() {
|
|
|
159
159
|
if (R === void 0)
|
|
160
160
|
try {
|
|
161
161
|
throw Error();
|
|
162
|
-
} catch (
|
|
163
|
-
var
|
|
164
|
-
R =
|
|
165
|
-
at`) ? " (<anonymous>)" : -1 <
|
|
162
|
+
} catch (w) {
|
|
163
|
+
var T = w.stack.trim().match(/\n( *(at )?)/);
|
|
164
|
+
R = T && T[1] || "", he = -1 < w.stack.indexOf(`
|
|
165
|
+
at`) ? " (<anonymous>)" : -1 < w.stack.indexOf("@") ? "@unknown:0:0" : "";
|
|
166
166
|
}
|
|
167
167
|
return `
|
|
168
168
|
` + R + i + he;
|
|
169
169
|
}
|
|
170
|
-
function
|
|
170
|
+
function c(i, T) {
|
|
171
171
|
if (!i || le) return "";
|
|
172
|
-
var
|
|
173
|
-
if (
|
|
174
|
-
le = !0,
|
|
175
|
-
var
|
|
176
|
-
|
|
172
|
+
var w = ve.get(i);
|
|
173
|
+
if (w !== void 0) return w;
|
|
174
|
+
le = !0, w = Error.prepareStackTrace, Error.prepareStackTrace = void 0;
|
|
175
|
+
var N = null;
|
|
176
|
+
N = oe.H, oe.H = null, o();
|
|
177
177
|
try {
|
|
178
|
-
var
|
|
178
|
+
var G = {
|
|
179
179
|
DetermineComponentFrameRoot: function() {
|
|
180
180
|
try {
|
|
181
|
-
if (
|
|
181
|
+
if (T) {
|
|
182
182
|
var de = function() {
|
|
183
183
|
throw Error();
|
|
184
184
|
};
|
|
@@ -217,60 +217,60 @@ function Nr() {
|
|
|
217
217
|
return [null, null];
|
|
218
218
|
}
|
|
219
219
|
};
|
|
220
|
-
|
|
221
|
-
var
|
|
222
|
-
|
|
220
|
+
G.DetermineComponentFrameRoot.displayName = "DetermineComponentFrameRoot";
|
|
221
|
+
var D = Object.getOwnPropertyDescriptor(
|
|
222
|
+
G.DetermineComponentFrameRoot,
|
|
223
223
|
"name"
|
|
224
224
|
);
|
|
225
|
-
|
|
226
|
-
|
|
225
|
+
D && D.configurable && Object.defineProperty(
|
|
226
|
+
G.DetermineComponentFrameRoot,
|
|
227
227
|
"name",
|
|
228
228
|
{ value: "DetermineComponentFrameRoot" }
|
|
229
229
|
);
|
|
230
|
-
var P =
|
|
230
|
+
var P = G.DetermineComponentFrameRoot(), ae = P[0], Ee = P[1];
|
|
231
231
|
if (ae && Ee) {
|
|
232
|
-
var
|
|
232
|
+
var q = ae.split(`
|
|
233
233
|
`), me = Ee.split(`
|
|
234
234
|
`);
|
|
235
|
-
for (P =
|
|
235
|
+
for (P = D = 0; D < q.length && !q[D].includes(
|
|
236
236
|
"DetermineComponentFrameRoot"
|
|
237
237
|
); )
|
|
238
|
-
|
|
238
|
+
D++;
|
|
239
239
|
for (; P < me.length && !me[P].includes(
|
|
240
240
|
"DetermineComponentFrameRoot"
|
|
241
241
|
); )
|
|
242
242
|
P++;
|
|
243
|
-
if (
|
|
244
|
-
for (
|
|
243
|
+
if (D === q.length || P === me.length)
|
|
244
|
+
for (D = q.length - 1, P = me.length - 1; 1 <= D && 0 <= P && q[D] !== me[P]; )
|
|
245
245
|
P--;
|
|
246
|
-
for (; 1 <=
|
|
247
|
-
if (
|
|
248
|
-
if (
|
|
246
|
+
for (; 1 <= D && 0 <= P; D--, P--)
|
|
247
|
+
if (q[D] !== me[P]) {
|
|
248
|
+
if (D !== 1 || P !== 1)
|
|
249
249
|
do
|
|
250
|
-
if (
|
|
251
|
-
var
|
|
252
|
-
` +
|
|
250
|
+
if (D--, P--, 0 > P || q[D] !== me[P]) {
|
|
251
|
+
var Pe = `
|
|
252
|
+
` + q[D].replace(
|
|
253
253
|
" at new ",
|
|
254
254
|
" at "
|
|
255
255
|
);
|
|
256
|
-
return i.displayName &&
|
|
256
|
+
return i.displayName && Pe.includes("<anonymous>") && (Pe = Pe.replace("<anonymous>", i.displayName)), typeof i == "function" && ve.set(i, Pe), Pe;
|
|
257
257
|
}
|
|
258
|
-
while (1 <=
|
|
258
|
+
while (1 <= D && 0 <= P);
|
|
259
259
|
break;
|
|
260
260
|
}
|
|
261
261
|
}
|
|
262
262
|
} finally {
|
|
263
|
-
le = !1, oe.H =
|
|
263
|
+
le = !1, oe.H = N, a(), Error.prepareStackTrace = w;
|
|
264
264
|
}
|
|
265
|
-
return
|
|
265
|
+
return q = (q = i ? i.displayName || i.name : "") ? s(q) : "", typeof i == "function" && ve.set(i, q), q;
|
|
266
266
|
}
|
|
267
|
-
function
|
|
267
|
+
function d(i) {
|
|
268
268
|
if (i == null) return "";
|
|
269
269
|
if (typeof i == "function") {
|
|
270
|
-
var
|
|
271
|
-
return
|
|
270
|
+
var T = i.prototype;
|
|
271
|
+
return c(
|
|
272
272
|
i,
|
|
273
|
-
!(!
|
|
273
|
+
!(!T || !T.isReactComponent)
|
|
274
274
|
);
|
|
275
275
|
}
|
|
276
276
|
if (typeof i == "string") return s(i);
|
|
@@ -282,58 +282,58 @@ function Nr() {
|
|
|
282
282
|
}
|
|
283
283
|
if (typeof i == "object")
|
|
284
284
|
switch (i.$$typeof) {
|
|
285
|
-
case
|
|
286
|
-
return i =
|
|
287
|
-
case
|
|
288
|
-
return
|
|
289
|
-
case
|
|
290
|
-
|
|
285
|
+
case V:
|
|
286
|
+
return i = c(i.render, !1), i;
|
|
287
|
+
case Re:
|
|
288
|
+
return d(i.type);
|
|
289
|
+
case Ae:
|
|
290
|
+
T = i._payload, i = i._init;
|
|
291
291
|
try {
|
|
292
|
-
return
|
|
292
|
+
return d(i(T));
|
|
293
293
|
} catch {
|
|
294
294
|
}
|
|
295
295
|
}
|
|
296
296
|
return "";
|
|
297
297
|
}
|
|
298
|
-
function
|
|
298
|
+
function p() {
|
|
299
299
|
var i = oe.A;
|
|
300
300
|
return i === null ? null : i.getOwner();
|
|
301
301
|
}
|
|
302
|
-
function
|
|
303
|
-
if (
|
|
304
|
-
var
|
|
305
|
-
if (
|
|
302
|
+
function m(i) {
|
|
303
|
+
if (_e.call(i, "key")) {
|
|
304
|
+
var T = Object.getOwnPropertyDescriptor(i, "key").get;
|
|
305
|
+
if (T && T.isReactWarning) return !1;
|
|
306
306
|
}
|
|
307
307
|
return i.key !== void 0;
|
|
308
308
|
}
|
|
309
|
-
function g(i,
|
|
310
|
-
function
|
|
309
|
+
function g(i, T) {
|
|
310
|
+
function w() {
|
|
311
311
|
Tt || (Tt = !0, console.error(
|
|
312
312
|
"%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
|
|
313
|
-
|
|
313
|
+
T
|
|
314
314
|
));
|
|
315
315
|
}
|
|
316
|
-
|
|
317
|
-
get:
|
|
316
|
+
w.isReactWarning = !0, Object.defineProperty(i, "key", {
|
|
317
|
+
get: w,
|
|
318
318
|
configurable: !0
|
|
319
319
|
});
|
|
320
320
|
}
|
|
321
|
-
function
|
|
321
|
+
function b() {
|
|
322
322
|
var i = e(this.type);
|
|
323
323
|
return wt[i] || (wt[i] = !0, console.error(
|
|
324
324
|
"Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
|
|
325
325
|
)), i = this.props.ref, i !== void 0 ? i : null;
|
|
326
326
|
}
|
|
327
|
-
function
|
|
328
|
-
return
|
|
327
|
+
function S(i, T, w, N, G, D) {
|
|
328
|
+
return w = D.ref, i = {
|
|
329
329
|
$$typeof: A,
|
|
330
330
|
type: i,
|
|
331
|
-
key:
|
|
332
|
-
props:
|
|
333
|
-
_owner:
|
|
334
|
-
}, (
|
|
331
|
+
key: T,
|
|
332
|
+
props: D,
|
|
333
|
+
_owner: G
|
|
334
|
+
}, (w !== void 0 ? w : null) !== null ? Object.defineProperty(i, "ref", {
|
|
335
335
|
enumerable: !1,
|
|
336
|
-
get:
|
|
336
|
+
get: b
|
|
337
337
|
}) : Object.defineProperty(i, "ref", { enumerable: !1, value: null }), i._store = {}, Object.defineProperty(i._store, "validated", {
|
|
338
338
|
configurable: !1,
|
|
339
339
|
enumerable: !1,
|
|
@@ -346,153 +346,153 @@ function Nr() {
|
|
|
346
346
|
value: null
|
|
347
347
|
}), Object.freeze && (Object.freeze(i.props), Object.freeze(i)), i;
|
|
348
348
|
}
|
|
349
|
-
function
|
|
350
|
-
if (typeof i == "string" || typeof i == "function" || i === _ || i ===
|
|
351
|
-
var P =
|
|
349
|
+
function h(i, T, w, N, G, D) {
|
|
350
|
+
if (typeof i == "string" || typeof i == "function" || i === _ || i === F || i === C || i === ee || i === ue || i === dt || typeof i == "object" && i !== null && (i.$$typeof === Ae || i.$$typeof === Re || i.$$typeof === B || i.$$typeof === U || i.$$typeof === V || i.$$typeof === ft || i.getModuleId !== void 0)) {
|
|
351
|
+
var P = T.children;
|
|
352
352
|
if (P !== void 0)
|
|
353
|
-
if (
|
|
354
|
-
if (
|
|
355
|
-
for (
|
|
356
|
-
|
|
353
|
+
if (N)
|
|
354
|
+
if (Ce(P)) {
|
|
355
|
+
for (N = 0; N < P.length; N++)
|
|
356
|
+
y(P[N], i);
|
|
357
357
|
Object.freeze && Object.freeze(P);
|
|
358
358
|
} else
|
|
359
359
|
console.error(
|
|
360
360
|
"React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
|
|
361
361
|
);
|
|
362
|
-
else
|
|
362
|
+
else y(P, i);
|
|
363
363
|
} else
|
|
364
|
-
P = "", (i === void 0 || typeof i == "object" && i !== null && Object.keys(i).length === 0) && (P += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports."), i === null ?
|
|
364
|
+
P = "", (i === void 0 || typeof i == "object" && i !== null && Object.keys(i).length === 0) && (P += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports."), i === null ? N = "null" : Ce(i) ? N = "array" : i !== void 0 && i.$$typeof === A ? (N = "<" + (e(i.type) || "Unknown") + " />", P = " Did you accidentally export a JSX literal instead of a component?") : N = typeof i, console.error(
|
|
365
365
|
"React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",
|
|
366
|
-
|
|
366
|
+
N,
|
|
367
367
|
P
|
|
368
368
|
);
|
|
369
|
-
if (
|
|
369
|
+
if (_e.call(T, "key")) {
|
|
370
370
|
P = e(i);
|
|
371
|
-
var ae = Object.keys(
|
|
372
|
-
return
|
|
371
|
+
var ae = Object.keys(T).filter(function(q) {
|
|
372
|
+
return q !== "key";
|
|
373
373
|
});
|
|
374
|
-
|
|
374
|
+
N = 0 < ae.length ? "{key: someKey, " + ae.join(": ..., ") + ": ...}" : "{key: someKey}", Rt[P + N] || (ae = 0 < ae.length ? "{" + ae.join(": ..., ") + ": ...}" : "{}", console.error(
|
|
375
375
|
`A props object containing a "key" prop is being spread into JSX:
|
|
376
376
|
let props = %s;
|
|
377
377
|
<%s {...props} />
|
|
378
378
|
React keys must be passed directly to JSX without using spread:
|
|
379
379
|
let props = %s;
|
|
380
380
|
<%s key={someKey} {...props} />`,
|
|
381
|
-
|
|
381
|
+
N,
|
|
382
382
|
P,
|
|
383
383
|
ae,
|
|
384
384
|
P
|
|
385
|
-
), Rt[P +
|
|
385
|
+
), Rt[P + N] = !0);
|
|
386
386
|
}
|
|
387
|
-
if (P = null,
|
|
388
|
-
|
|
389
|
-
for (var Ee in
|
|
390
|
-
Ee !== "key" && (
|
|
391
|
-
} else
|
|
387
|
+
if (P = null, w !== void 0 && (r(w), P = "" + w), m(T) && (r(T.key), P = "" + T.key), "key" in T) {
|
|
388
|
+
w = {};
|
|
389
|
+
for (var Ee in T)
|
|
390
|
+
Ee !== "key" && (w[Ee] = T[Ee]);
|
|
391
|
+
} else w = T;
|
|
392
392
|
return P && g(
|
|
393
|
-
|
|
393
|
+
w,
|
|
394
394
|
typeof i == "function" ? i.displayName || i.name || "Unknown" : i
|
|
395
|
-
),
|
|
395
|
+
), S(i, P, D, G, p(), w);
|
|
396
396
|
}
|
|
397
|
-
function
|
|
397
|
+
function y(i, T) {
|
|
398
398
|
if (typeof i == "object" && i && i.$$typeof !== fr) {
|
|
399
|
-
if (
|
|
400
|
-
for (var
|
|
401
|
-
var
|
|
402
|
-
|
|
399
|
+
if (Ce(i))
|
|
400
|
+
for (var w = 0; w < i.length; w++) {
|
|
401
|
+
var N = i[w];
|
|
402
|
+
u(N) && l(N, T);
|
|
403
403
|
}
|
|
404
|
-
else if (
|
|
404
|
+
else if (u(i))
|
|
405
405
|
i._store && (i._store.validated = 1);
|
|
406
|
-
else if (i === null || typeof i != "object" ?
|
|
407
|
-
for (; !(i =
|
|
408
|
-
|
|
406
|
+
else if (i === null || typeof i != "object" ? w = null : (w = Ye && i[Ye] || i["@@iterator"], w = typeof w == "function" ? w : null), typeof w == "function" && w !== i.entries && (w = w.call(i), w !== i))
|
|
407
|
+
for (; !(i = w.next()).done; )
|
|
408
|
+
u(i.value) && l(i.value, T);
|
|
409
409
|
}
|
|
410
410
|
}
|
|
411
|
-
function
|
|
411
|
+
function u(i) {
|
|
412
412
|
return typeof i == "object" && i !== null && i.$$typeof === A;
|
|
413
413
|
}
|
|
414
|
-
function
|
|
415
|
-
if (i._store && !i._store.validated && i.key == null && (i._store.validated = 1,
|
|
416
|
-
At[
|
|
417
|
-
var
|
|
418
|
-
i && i._owner != null && i._owner !==
|
|
419
|
-
var
|
|
414
|
+
function l(i, T) {
|
|
415
|
+
if (i._store && !i._store.validated && i.key == null && (i._store.validated = 1, T = v(T), !At[T])) {
|
|
416
|
+
At[T] = !0;
|
|
417
|
+
var w = "";
|
|
418
|
+
i && i._owner != null && i._owner !== p() && (w = null, typeof i._owner.tag == "number" ? w = e(i._owner.type) : typeof i._owner.name == "string" && (w = i._owner.name), w = " It was passed a child from " + w + ".");
|
|
419
|
+
var N = oe.getCurrentStack;
|
|
420
420
|
oe.getCurrentStack = function() {
|
|
421
|
-
var
|
|
422
|
-
return
|
|
421
|
+
var G = d(i.type);
|
|
422
|
+
return N && (G += N() || ""), G;
|
|
423
423
|
}, console.error(
|
|
424
424
|
'Each child in a list should have a unique "key" prop.%s%s See https://react.dev/link/warning-keys for more information.',
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
), oe.getCurrentStack =
|
|
425
|
+
T,
|
|
426
|
+
w
|
|
427
|
+
), oe.getCurrentStack = N;
|
|
428
428
|
}
|
|
429
429
|
}
|
|
430
|
-
function
|
|
431
|
-
var
|
|
432
|
-
return
|
|
430
|
+
function v(i) {
|
|
431
|
+
var T = "", w = p();
|
|
432
|
+
return w && (w = e(w.type)) && (T = `
|
|
433
433
|
|
|
434
|
-
Check the render method of \`` +
|
|
434
|
+
Check the render method of \`` + w + "`."), T || (i = e(i)) && (T = `
|
|
435
435
|
|
|
436
|
-
Check the top-level render call using <` + i + ">."),
|
|
436
|
+
Check the top-level render call using <` + i + ">."), T;
|
|
437
437
|
}
|
|
438
|
-
var
|
|
439
|
-
|
|
438
|
+
var x = mr, A = Symbol.for("react.transitional.element"), f = Symbol.for("react.portal"), _ = Symbol.for("react.fragment"), C = Symbol.for("react.strict_mode"), F = Symbol.for("react.profiler"), U = Symbol.for("react.consumer"), B = Symbol.for("react.context"), V = Symbol.for("react.forward_ref"), ee = Symbol.for("react.suspense"), ue = Symbol.for("react.suspense_list"), Re = Symbol.for("react.memo"), Ae = Symbol.for("react.lazy"), dt = Symbol.for("react.offscreen"), Ye = Symbol.iterator, ze = Symbol.for("react.client.reference"), oe = x.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, _e = Object.prototype.hasOwnProperty, ie = Object.assign, ft = Symbol.for("react.client.reference"), Ce = Array.isArray, fe = 0, Fe, Ve, We, Be, Ge, Xe, qe;
|
|
439
|
+
n.__reactDisabledLog = !0;
|
|
440
440
|
var R, he, le = !1, ve = new (typeof WeakMap == "function" ? WeakMap : Map)(), fr = Symbol.for("react.client.reference"), Tt, wt = {}, Rt = {}, At = {};
|
|
441
|
-
|
|
442
|
-
return
|
|
443
|
-
},
|
|
444
|
-
return
|
|
441
|
+
Ne.Fragment = _, Ne.jsx = function(i, T, w, N, G) {
|
|
442
|
+
return h(i, T, w, !1, N, G);
|
|
443
|
+
}, Ne.jsxs = function(i, T, w, N, G) {
|
|
444
|
+
return h(i, T, w, !0, N, G);
|
|
445
445
|
};
|
|
446
|
-
}()),
|
|
446
|
+
}()), Ne;
|
|
447
447
|
}
|
|
448
448
|
var Ot;
|
|
449
449
|
function Mr() {
|
|
450
450
|
return Ot || (Ot = 1, process.env.NODE_ENV === "production" ? Je.exports = Or() : Je.exports = Nr()), Je.exports;
|
|
451
451
|
}
|
|
452
|
-
var
|
|
453
|
-
function
|
|
452
|
+
var ke = Mr();
|
|
453
|
+
function Ir(e) {
|
|
454
454
|
if (e.sheet)
|
|
455
455
|
return e.sheet;
|
|
456
456
|
for (var t = 0; t < document.styleSheets.length; t++)
|
|
457
457
|
if (document.styleSheets[t].ownerNode === e)
|
|
458
458
|
return document.styleSheets[t];
|
|
459
459
|
}
|
|
460
|
-
function
|
|
460
|
+
function Lr(e) {
|
|
461
461
|
var t = document.createElement("style");
|
|
462
462
|
return t.setAttribute("data-emotion", e.key), e.nonce !== void 0 && t.setAttribute("nonce", e.nonce), t.appendChild(document.createTextNode("")), t.setAttribute("data-s", ""), t;
|
|
463
463
|
}
|
|
464
|
-
var
|
|
465
|
-
function e(
|
|
466
|
-
var
|
|
464
|
+
var kr = /* @__PURE__ */ function() {
|
|
465
|
+
function e(r) {
|
|
466
|
+
var n = this;
|
|
467
467
|
this._insertTag = function(o) {
|
|
468
468
|
var a;
|
|
469
|
-
|
|
470
|
-
}, this.isSpeedy =
|
|
469
|
+
n.tags.length === 0 ? n.insertionPoint ? a = n.insertionPoint.nextSibling : n.prepend ? a = n.container.firstChild : a = n.before : a = n.tags[n.tags.length - 1].nextSibling, n.container.insertBefore(o, a), n.tags.push(o);
|
|
470
|
+
}, this.isSpeedy = r.speedy === void 0 ? !0 : r.speedy, this.tags = [], this.ctr = 0, this.nonce = r.nonce, this.key = r.key, this.container = r.container, this.prepend = r.prepend, this.insertionPoint = r.insertionPoint, this.before = null;
|
|
471
471
|
}
|
|
472
472
|
var t = e.prototype;
|
|
473
|
-
return t.hydrate = function(
|
|
474
|
-
|
|
475
|
-
}, t.insert = function(
|
|
476
|
-
this.ctr % (this.isSpeedy ? 65e3 : 1) === 0 && this._insertTag(
|
|
473
|
+
return t.hydrate = function(n) {
|
|
474
|
+
n.forEach(this._insertTag);
|
|
475
|
+
}, t.insert = function(n) {
|
|
476
|
+
this.ctr % (this.isSpeedy ? 65e3 : 1) === 0 && this._insertTag(Lr(this));
|
|
477
477
|
var o = this.tags[this.tags.length - 1];
|
|
478
478
|
if (this.isSpeedy) {
|
|
479
|
-
var a =
|
|
479
|
+
var a = Ir(o);
|
|
480
480
|
try {
|
|
481
|
-
a.insertRule(
|
|
481
|
+
a.insertRule(n, a.cssRules.length);
|
|
482
482
|
} catch {
|
|
483
483
|
}
|
|
484
484
|
} else
|
|
485
|
-
o.appendChild(document.createTextNode(
|
|
485
|
+
o.appendChild(document.createTextNode(n));
|
|
486
486
|
this.ctr++;
|
|
487
487
|
}, t.flush = function() {
|
|
488
|
-
this.tags.forEach(function(
|
|
488
|
+
this.tags.forEach(function(n) {
|
|
489
489
|
var o;
|
|
490
|
-
return (o =
|
|
490
|
+
return (o = n.parentNode) == null ? void 0 : o.removeChild(n);
|
|
491
491
|
}), this.tags = [], this.ctr = 0;
|
|
492
492
|
}, e;
|
|
493
|
-
}(),
|
|
493
|
+
}(), X = "-ms-", it = "-moz-", M = "-webkit-", Kt = "comm", bt = "rule", yt = "decl", $r = "@import", Jt = "@keyframes", Ur = "@layer", Dr = Math.abs, at = String.fromCharCode, jr = Object.assign;
|
|
494
494
|
function Yr(e, t) {
|
|
495
|
-
return
|
|
495
|
+
return W(e, 0) ^ 45 ? (((t << 2 ^ W(e, 0)) << 2 ^ W(e, 1)) << 2 ^ W(e, 2)) << 2 ^ W(e, 3) : 0;
|
|
496
496
|
}
|
|
497
497
|
function Zt(e) {
|
|
498
498
|
return e.trim();
|
|
@@ -500,22 +500,22 @@ function Zt(e) {
|
|
|
500
500
|
function zr(e, t) {
|
|
501
501
|
return (e = t.exec(e)) ? e[0] : e;
|
|
502
502
|
}
|
|
503
|
-
function
|
|
504
|
-
return e.replace(t,
|
|
503
|
+
function I(e, t, r) {
|
|
504
|
+
return e.replace(t, r);
|
|
505
505
|
}
|
|
506
506
|
function ht(e, t) {
|
|
507
507
|
return e.indexOf(t);
|
|
508
508
|
}
|
|
509
|
-
function
|
|
509
|
+
function W(e, t) {
|
|
510
510
|
return e.charCodeAt(t) | 0;
|
|
511
511
|
}
|
|
512
|
-
function
|
|
513
|
-
return e.slice(t,
|
|
512
|
+
function $e(e, t, r) {
|
|
513
|
+
return e.slice(t, r);
|
|
514
514
|
}
|
|
515
515
|
function te(e) {
|
|
516
516
|
return e.length;
|
|
517
517
|
}
|
|
518
|
-
function
|
|
518
|
+
function xt(e) {
|
|
519
519
|
return e.length;
|
|
520
520
|
}
|
|
521
521
|
function Ze(e, t) {
|
|
@@ -524,32 +524,32 @@ function Ze(e, t) {
|
|
|
524
524
|
function Fr(e, t) {
|
|
525
525
|
return e.map(t).join("");
|
|
526
526
|
}
|
|
527
|
-
var st = 1, ye = 1, Qt = 0,
|
|
528
|
-
function ct(e, t,
|
|
529
|
-
return { value: e, root: t, parent:
|
|
527
|
+
var st = 1, ye = 1, Qt = 0, J = 0, j = 0, Te = "";
|
|
528
|
+
function ct(e, t, r, n, o, a, s) {
|
|
529
|
+
return { value: e, root: t, parent: r, type: n, props: o, children: a, line: st, column: ye, length: s, return: "" };
|
|
530
530
|
}
|
|
531
|
-
function
|
|
531
|
+
function Me(e, t) {
|
|
532
532
|
return jr(ct("", null, null, "", null, null, 0), e, { length: -e.length }, t);
|
|
533
533
|
}
|
|
534
534
|
function Vr() {
|
|
535
535
|
return j;
|
|
536
536
|
}
|
|
537
537
|
function Wr() {
|
|
538
|
-
return j =
|
|
538
|
+
return j = J > 0 ? W(Te, --J) : 0, ye--, j === 10 && (ye = 1, st--), j;
|
|
539
539
|
}
|
|
540
|
-
function
|
|
541
|
-
return j =
|
|
540
|
+
function Z() {
|
|
541
|
+
return j = J < Qt ? W(Te, J++) : 0, ye++, j === 10 && (ye = 1, st++), j;
|
|
542
542
|
}
|
|
543
543
|
function ne() {
|
|
544
|
-
return
|
|
544
|
+
return W(Te, J);
|
|
545
545
|
}
|
|
546
546
|
function et() {
|
|
547
|
-
return
|
|
547
|
+
return J;
|
|
548
548
|
}
|
|
549
|
-
function
|
|
550
|
-
return
|
|
549
|
+
function je(e, t) {
|
|
550
|
+
return $e(Te, e, t);
|
|
551
551
|
}
|
|
552
|
-
function
|
|
552
|
+
function Ue(e) {
|
|
553
553
|
switch (e) {
|
|
554
554
|
// \0 \t \n \r \s whitespace token
|
|
555
555
|
case 0:
|
|
@@ -588,30 +588,30 @@ function $e(e) {
|
|
|
588
588
|
return 0;
|
|
589
589
|
}
|
|
590
590
|
function er(e) {
|
|
591
|
-
return st = ye = 1, Qt = te(
|
|
591
|
+
return st = ye = 1, Qt = te(Te = e), J = 0, [];
|
|
592
592
|
}
|
|
593
593
|
function tr(e) {
|
|
594
|
-
return
|
|
594
|
+
return Te = "", e;
|
|
595
595
|
}
|
|
596
596
|
function tt(e) {
|
|
597
|
-
return Zt(
|
|
597
|
+
return Zt(je(J - 1, vt(e === 91 ? e + 2 : e === 40 ? e + 1 : e)));
|
|
598
598
|
}
|
|
599
599
|
function Br(e) {
|
|
600
600
|
for (; (j = ne()) && j < 33; )
|
|
601
|
-
|
|
602
|
-
return
|
|
601
|
+
Z();
|
|
602
|
+
return Ue(e) > 2 || Ue(j) > 3 ? "" : " ";
|
|
603
603
|
}
|
|
604
604
|
function Gr(e, t) {
|
|
605
|
-
for (; --t &&
|
|
605
|
+
for (; --t && Z() && !(j < 48 || j > 102 || j > 57 && j < 65 || j > 70 && j < 97); )
|
|
606
606
|
;
|
|
607
|
-
return
|
|
607
|
+
return je(e, et() + (t < 6 && ne() == 32 && Z() == 32));
|
|
608
608
|
}
|
|
609
609
|
function vt(e) {
|
|
610
|
-
for (;
|
|
610
|
+
for (; Z(); )
|
|
611
611
|
switch (j) {
|
|
612
612
|
// ] ) " '
|
|
613
613
|
case e:
|
|
614
|
-
return
|
|
614
|
+
return J;
|
|
615
615
|
// " '
|
|
616
616
|
case 34:
|
|
617
617
|
case 39:
|
|
@@ -623,46 +623,46 @@ function vt(e) {
|
|
|
623
623
|
break;
|
|
624
624
|
// \
|
|
625
625
|
case 92:
|
|
626
|
-
|
|
626
|
+
Z();
|
|
627
627
|
break;
|
|
628
628
|
}
|
|
629
|
-
return
|
|
629
|
+
return J;
|
|
630
630
|
}
|
|
631
631
|
function Xr(e, t) {
|
|
632
|
-
for (;
|
|
632
|
+
for (; Z() && e + j !== 57; )
|
|
633
633
|
if (e + j === 84 && ne() === 47)
|
|
634
634
|
break;
|
|
635
|
-
return "/*" +
|
|
635
|
+
return "/*" + je(t, J - 1) + "*" + at(e === 47 ? e : Z());
|
|
636
636
|
}
|
|
637
637
|
function qr(e) {
|
|
638
|
-
for (;
|
|
639
|
-
|
|
640
|
-
return
|
|
638
|
+
for (; !Ue(ne()); )
|
|
639
|
+
Z();
|
|
640
|
+
return je(e, J);
|
|
641
641
|
}
|
|
642
642
|
function Hr(e) {
|
|
643
643
|
return tr(rt("", null, null, null, [""], e = er(e), 0, [0], e));
|
|
644
644
|
}
|
|
645
|
-
function rt(e, t,
|
|
646
|
-
for (var
|
|
647
|
-
switch (
|
|
645
|
+
function rt(e, t, r, n, o, a, s, c, d) {
|
|
646
|
+
for (var p = 0, m = 0, g = s, b = 0, S = 0, h = 0, y = 1, u = 1, l = 1, v = 0, x = "", A = o, f = a, _ = n, C = x; u; )
|
|
647
|
+
switch (h = v, v = Z()) {
|
|
648
648
|
// (
|
|
649
649
|
case 40:
|
|
650
|
-
if (
|
|
651
|
-
ht(C +=
|
|
650
|
+
if (h != 108 && W(C, g - 1) == 58) {
|
|
651
|
+
ht(C += I(tt(v), "&", "&\f"), "&\f") != -1 && (l = -1);
|
|
652
652
|
break;
|
|
653
653
|
}
|
|
654
654
|
// " ' [
|
|
655
655
|
case 34:
|
|
656
656
|
case 39:
|
|
657
657
|
case 91:
|
|
658
|
-
C += tt(
|
|
658
|
+
C += tt(v);
|
|
659
659
|
break;
|
|
660
660
|
// \t \n \r \s
|
|
661
661
|
case 9:
|
|
662
662
|
case 10:
|
|
663
663
|
case 13:
|
|
664
664
|
case 32:
|
|
665
|
-
C += Br(
|
|
665
|
+
C += Br(h);
|
|
666
666
|
break;
|
|
667
667
|
// \
|
|
668
668
|
case 92:
|
|
@@ -673,119 +673,119 @@ function rt(e, t, n, r, o, a, s, u, l) {
|
|
|
673
673
|
switch (ne()) {
|
|
674
674
|
case 42:
|
|
675
675
|
case 47:
|
|
676
|
-
Ze(Kr(Xr(
|
|
676
|
+
Ze(Kr(Xr(Z(), et()), t, r), d);
|
|
677
677
|
break;
|
|
678
678
|
default:
|
|
679
679
|
C += "/";
|
|
680
680
|
}
|
|
681
681
|
break;
|
|
682
682
|
// {
|
|
683
|
-
case 123 *
|
|
684
|
-
|
|
683
|
+
case 123 * y:
|
|
684
|
+
c[p++] = te(C) * l;
|
|
685
685
|
// } ; \0
|
|
686
|
-
case 125 *
|
|
686
|
+
case 125 * y:
|
|
687
687
|
case 59:
|
|
688
688
|
case 0:
|
|
689
|
-
switch (
|
|
689
|
+
switch (v) {
|
|
690
690
|
// \0 }
|
|
691
691
|
case 0:
|
|
692
692
|
case 125:
|
|
693
|
-
|
|
693
|
+
u = 0;
|
|
694
694
|
// ;
|
|
695
|
-
case 59 +
|
|
696
|
-
|
|
695
|
+
case 59 + m:
|
|
696
|
+
l == -1 && (C = I(C, /\f/g, "")), S > 0 && te(C) - g && Ze(S > 32 ? Mt(C + ";", n, r, g - 1) : Mt(I(C, " ", "") + ";", n, r, g - 2), d);
|
|
697
697
|
break;
|
|
698
698
|
// @ ;
|
|
699
699
|
case 59:
|
|
700
700
|
C += ";";
|
|
701
701
|
// { rule/at-rule
|
|
702
702
|
default:
|
|
703
|
-
if (Ze(_ = Nt(C, t,
|
|
704
|
-
if (
|
|
705
|
-
rt(C, t, _, _, A, a, g,
|
|
703
|
+
if (Ze(_ = Nt(C, t, r, p, m, o, c, x, A = [], f = [], g), a), v === 123)
|
|
704
|
+
if (m === 0)
|
|
705
|
+
rt(C, t, _, _, A, a, g, c, f);
|
|
706
706
|
else
|
|
707
|
-
switch (
|
|
707
|
+
switch (b === 99 && W(C, 3) === 110 ? 100 : b) {
|
|
708
708
|
// d l m s
|
|
709
709
|
case 100:
|
|
710
710
|
case 108:
|
|
711
711
|
case 109:
|
|
712
712
|
case 115:
|
|
713
|
-
rt(e, _, _,
|
|
713
|
+
rt(e, _, _, n && Ze(Nt(e, _, _, 0, 0, o, c, x, o, A = [], g), f), o, f, g, c, n ? A : f);
|
|
714
714
|
break;
|
|
715
715
|
default:
|
|
716
|
-
rt(C, _, _, _, [""], f, 0,
|
|
716
|
+
rt(C, _, _, _, [""], f, 0, c, f);
|
|
717
717
|
}
|
|
718
718
|
}
|
|
719
|
-
|
|
719
|
+
p = m = S = 0, y = l = 1, x = C = "", g = s;
|
|
720
720
|
break;
|
|
721
721
|
// :
|
|
722
722
|
case 58:
|
|
723
|
-
g = 1 + te(C),
|
|
723
|
+
g = 1 + te(C), S = h;
|
|
724
724
|
default:
|
|
725
|
-
if (
|
|
726
|
-
if (
|
|
727
|
-
--
|
|
728
|
-
else if (
|
|
725
|
+
if (y < 1) {
|
|
726
|
+
if (v == 123)
|
|
727
|
+
--y;
|
|
728
|
+
else if (v == 125 && y++ == 0 && Wr() == 125)
|
|
729
729
|
continue;
|
|
730
730
|
}
|
|
731
|
-
switch (C += at(
|
|
731
|
+
switch (C += at(v), v * y) {
|
|
732
732
|
// &
|
|
733
733
|
case 38:
|
|
734
|
-
|
|
734
|
+
l = m > 0 ? 1 : (C += "\f", -1);
|
|
735
735
|
break;
|
|
736
736
|
// ,
|
|
737
737
|
case 44:
|
|
738
|
-
|
|
738
|
+
c[p++] = (te(C) - 1) * l, l = 1;
|
|
739
739
|
break;
|
|
740
740
|
// @
|
|
741
741
|
case 64:
|
|
742
|
-
ne() === 45 && (C += tt(
|
|
742
|
+
ne() === 45 && (C += tt(Z())), b = ne(), m = g = te(x = C += qr(et())), v++;
|
|
743
743
|
break;
|
|
744
744
|
// -
|
|
745
745
|
case 45:
|
|
746
|
-
|
|
746
|
+
h === 45 && te(C) == 2 && (y = 0);
|
|
747
747
|
}
|
|
748
748
|
}
|
|
749
749
|
return a;
|
|
750
750
|
}
|
|
751
|
-
function Nt(e, t,
|
|
752
|
-
for (var g = o - 1,
|
|
753
|
-
for (var
|
|
754
|
-
(
|
|
755
|
-
return ct(e, t,
|
|
751
|
+
function Nt(e, t, r, n, o, a, s, c, d, p, m) {
|
|
752
|
+
for (var g = o - 1, b = o === 0 ? a : [""], S = xt(b), h = 0, y = 0, u = 0; h < n; ++h)
|
|
753
|
+
for (var l = 0, v = $e(e, g + 1, g = Dr(y = s[h])), x = e; l < S; ++l)
|
|
754
|
+
(x = Zt(y > 0 ? b[l] + " " + v : I(v, /&\f/g, b[l]))) && (d[u++] = x);
|
|
755
|
+
return ct(e, t, r, o === 0 ? bt : c, d, p, m);
|
|
756
756
|
}
|
|
757
|
-
function Kr(e, t,
|
|
758
|
-
return ct(e, t,
|
|
757
|
+
function Kr(e, t, r) {
|
|
758
|
+
return ct(e, t, r, Kt, at(Vr()), $e(e, 2, -2), 0);
|
|
759
759
|
}
|
|
760
|
-
function Mt(e, t,
|
|
761
|
-
return ct(e, t,
|
|
760
|
+
function Mt(e, t, r, n) {
|
|
761
|
+
return ct(e, t, r, yt, $e(e, 0, n), $e(e, n + 1, -1), n);
|
|
762
762
|
}
|
|
763
|
-
function
|
|
764
|
-
for (var
|
|
765
|
-
|
|
766
|
-
return
|
|
763
|
+
function ge(e, t) {
|
|
764
|
+
for (var r = "", n = xt(e), o = 0; o < n; o++)
|
|
765
|
+
r += t(e[o], o, e, t) || "";
|
|
766
|
+
return r;
|
|
767
767
|
}
|
|
768
|
-
function Jr(e, t,
|
|
768
|
+
function Jr(e, t, r, n) {
|
|
769
769
|
switch (e.type) {
|
|
770
770
|
case Ur:
|
|
771
771
|
if (e.children.length) break;
|
|
772
|
-
case
|
|
772
|
+
case $r:
|
|
773
773
|
case yt:
|
|
774
774
|
return e.return = e.return || e.value;
|
|
775
775
|
case Kt:
|
|
776
776
|
return "";
|
|
777
777
|
case Jt:
|
|
778
|
-
return e.return = e.value + "{" +
|
|
779
|
-
case
|
|
778
|
+
return e.return = e.value + "{" + ge(e.children, n) + "}";
|
|
779
|
+
case bt:
|
|
780
780
|
e.value = e.props.join(",");
|
|
781
781
|
}
|
|
782
|
-
return te(
|
|
782
|
+
return te(r = ge(e.children, n)) ? e.return = e.value + "{" + r + "}" : "";
|
|
783
783
|
}
|
|
784
784
|
function Zr(e) {
|
|
785
|
-
var t =
|
|
786
|
-
return function(
|
|
787
|
-
for (var s = "",
|
|
788
|
-
s += e[
|
|
785
|
+
var t = xt(e);
|
|
786
|
+
return function(r, n, o, a) {
|
|
787
|
+
for (var s = "", c = 0; c < t; c++)
|
|
788
|
+
s += e[c](r, n, o, a) || "";
|
|
789
789
|
return s;
|
|
790
790
|
};
|
|
791
791
|
}
|
|
@@ -796,63 +796,63 @@ function Qr(e) {
|
|
|
796
796
|
}
|
|
797
797
|
function en(e) {
|
|
798
798
|
var t = /* @__PURE__ */ Object.create(null);
|
|
799
|
-
return function(
|
|
800
|
-
return t[
|
|
799
|
+
return function(r) {
|
|
800
|
+
return t[r] === void 0 && (t[r] = e(r)), t[r];
|
|
801
801
|
};
|
|
802
802
|
}
|
|
803
|
-
var tn = function(t,
|
|
804
|
-
for (var o = 0, a = 0; o = a, a = ne(), o === 38 && a === 12 && (n
|
|
805
|
-
|
|
806
|
-
return
|
|
807
|
-
}, rn = function(t,
|
|
808
|
-
var
|
|
803
|
+
var tn = function(t, r, n) {
|
|
804
|
+
for (var o = 0, a = 0; o = a, a = ne(), o === 38 && a === 12 && (r[n] = 1), !Ue(a); )
|
|
805
|
+
Z();
|
|
806
|
+
return je(t, J);
|
|
807
|
+
}, rn = function(t, r) {
|
|
808
|
+
var n = -1, o = 44;
|
|
809
809
|
do
|
|
810
|
-
switch (
|
|
810
|
+
switch (Ue(o)) {
|
|
811
811
|
case 0:
|
|
812
|
-
o === 38 && ne() === 12 && (n
|
|
812
|
+
o === 38 && ne() === 12 && (r[n] = 1), t[n] += tn(J - 1, r, n);
|
|
813
813
|
break;
|
|
814
814
|
case 2:
|
|
815
|
-
t[
|
|
815
|
+
t[n] += tt(o);
|
|
816
816
|
break;
|
|
817
817
|
case 4:
|
|
818
818
|
if (o === 44) {
|
|
819
|
-
t[++
|
|
819
|
+
t[++n] = ne() === 58 ? "&\f" : "", r[n] = t[n].length;
|
|
820
820
|
break;
|
|
821
821
|
}
|
|
822
822
|
// fallthrough
|
|
823
823
|
default:
|
|
824
|
-
t[
|
|
824
|
+
t[n] += at(o);
|
|
825
825
|
}
|
|
826
|
-
while (o =
|
|
826
|
+
while (o = Z());
|
|
827
827
|
return t;
|
|
828
|
-
}, nn = function(t,
|
|
829
|
-
return tr(rn(er(t),
|
|
830
|
-
},
|
|
828
|
+
}, nn = function(t, r) {
|
|
829
|
+
return tr(rn(er(t), r));
|
|
830
|
+
}, It = /* @__PURE__ */ new WeakMap(), on = function(t) {
|
|
831
831
|
if (!(t.type !== "rule" || !t.parent || // positive .length indicates that this rule contains pseudo
|
|
832
832
|
// negative .length indicates that this rule has been already prefixed
|
|
833
833
|
t.length < 1)) {
|
|
834
|
-
for (var
|
|
835
|
-
if (
|
|
836
|
-
if (!(t.props.length === 1 &&
|
|
837
|
-
|
|
838
|
-
for (var a = [], s = nn(
|
|
839
|
-
for (var
|
|
840
|
-
t.props[
|
|
834
|
+
for (var r = t.value, n = t.parent, o = t.column === n.column && t.line === n.line; n.type !== "rule"; )
|
|
835
|
+
if (n = n.parent, !n) return;
|
|
836
|
+
if (!(t.props.length === 1 && r.charCodeAt(0) !== 58 && !It.get(n)) && !o) {
|
|
837
|
+
It.set(t, !0);
|
|
838
|
+
for (var a = [], s = nn(r, a), c = n.props, d = 0, p = 0; d < s.length; d++)
|
|
839
|
+
for (var m = 0; m < c.length; m++, p++)
|
|
840
|
+
t.props[p] = a[d] ? s[d].replace(/&\f/g, c[m]) : c[m] + " " + s[d];
|
|
841
841
|
}
|
|
842
842
|
}
|
|
843
843
|
}, an = function(t) {
|
|
844
844
|
if (t.type === "decl") {
|
|
845
|
-
var
|
|
845
|
+
var r = t.value;
|
|
846
846
|
// charcode for l
|
|
847
|
-
|
|
848
|
-
|
|
847
|
+
r.charCodeAt(0) === 108 && // charcode for b
|
|
848
|
+
r.charCodeAt(2) === 98 && (t.return = "", t.value = "");
|
|
849
849
|
}
|
|
850
850
|
};
|
|
851
851
|
function rr(e, t) {
|
|
852
852
|
switch (Yr(e, t)) {
|
|
853
853
|
// color-adjust
|
|
854
854
|
case 5103:
|
|
855
|
-
return
|
|
855
|
+
return M + "print-" + e + e;
|
|
856
856
|
// animation, animation-(delay|direction|duration|fill-mode|iteration-count|name|play-state|timing-function)
|
|
857
857
|
case 5737:
|
|
858
858
|
case 4201:
|
|
@@ -882,58 +882,58 @@ function rr(e, t) {
|
|
|
882
882
|
case 5365:
|
|
883
883
|
case 5621:
|
|
884
884
|
case 3829:
|
|
885
|
-
return
|
|
885
|
+
return M + e + e;
|
|
886
886
|
// appearance, user-select, transform, hyphens, text-size-adjust
|
|
887
887
|
case 5349:
|
|
888
888
|
case 4246:
|
|
889
889
|
case 4810:
|
|
890
890
|
case 6968:
|
|
891
891
|
case 2756:
|
|
892
|
-
return
|
|
892
|
+
return M + e + it + e + X + e + e;
|
|
893
893
|
// flex, flex-direction
|
|
894
894
|
case 6828:
|
|
895
895
|
case 4268:
|
|
896
|
-
return
|
|
896
|
+
return M + e + X + e + e;
|
|
897
897
|
// order
|
|
898
898
|
case 6165:
|
|
899
|
-
return
|
|
899
|
+
return M + e + X + "flex-" + e + e;
|
|
900
900
|
// align-items
|
|
901
901
|
case 5187:
|
|
902
|
-
return
|
|
902
|
+
return M + e + I(e, /(\w+).+(:[^]+)/, M + "box-$1$2" + X + "flex-$1$2") + e;
|
|
903
903
|
// align-self
|
|
904
904
|
case 5443:
|
|
905
|
-
return
|
|
905
|
+
return M + e + X + "flex-item-" + I(e, /flex-|-self/, "") + e;
|
|
906
906
|
// align-content
|
|
907
907
|
case 4675:
|
|
908
|
-
return
|
|
908
|
+
return M + e + X + "flex-line-pack" + I(e, /align-content|flex-|-self/, "") + e;
|
|
909
909
|
// flex-shrink
|
|
910
910
|
case 5548:
|
|
911
|
-
return
|
|
911
|
+
return M + e + X + I(e, "shrink", "negative") + e;
|
|
912
912
|
// flex-basis
|
|
913
913
|
case 5292:
|
|
914
|
-
return
|
|
914
|
+
return M + e + X + I(e, "basis", "preferred-size") + e;
|
|
915
915
|
// flex-grow
|
|
916
916
|
case 6060:
|
|
917
|
-
return
|
|
917
|
+
return M + "box-" + I(e, "-grow", "") + M + e + X + I(e, "grow", "positive") + e;
|
|
918
918
|
// transition
|
|
919
919
|
case 4554:
|
|
920
|
-
return
|
|
920
|
+
return M + I(e, /([^-])(transform)/g, "$1" + M + "$2") + e;
|
|
921
921
|
// cursor
|
|
922
922
|
case 6187:
|
|
923
|
-
return
|
|
923
|
+
return I(I(I(e, /(zoom-|grab)/, M + "$1"), /(image-set)/, M + "$1"), e, "") + e;
|
|
924
924
|
// background, background-image
|
|
925
925
|
case 5495:
|
|
926
926
|
case 3959:
|
|
927
|
-
return
|
|
927
|
+
return I(e, /(image-set\([^]*)/, M + "$1$`$1");
|
|
928
928
|
// justify-content
|
|
929
929
|
case 4968:
|
|
930
|
-
return
|
|
930
|
+
return I(I(e, /(.+:)(flex-)?(.*)/, M + "box-pack:$3" + X + "flex-pack:$3"), /s.+-b[^;]+/, "justify") + M + e + e;
|
|
931
931
|
// (margin|padding)-inline-(start|end)
|
|
932
932
|
case 4095:
|
|
933
933
|
case 3583:
|
|
934
934
|
case 4068:
|
|
935
935
|
case 2532:
|
|
936
|
-
return
|
|
936
|
+
return I(e, /(.+)-inline(.+)/, M + "$1$2") + e;
|
|
937
937
|
// (min|max)?(width|height|inline-size|block-size)
|
|
938
938
|
case 8116:
|
|
939
939
|
case 7059:
|
|
@@ -947,115 +947,115 @@ function rr(e, t) {
|
|
|
947
947
|
case 5789:
|
|
948
948
|
case 5021:
|
|
949
949
|
case 4765:
|
|
950
|
-
if (te(e) - 1 - t > 6) switch (
|
|
950
|
+
if (te(e) - 1 - t > 6) switch (W(e, t + 1)) {
|
|
951
951
|
// (m)ax-content, (m)in-content
|
|
952
952
|
case 109:
|
|
953
|
-
if (
|
|
953
|
+
if (W(e, t + 4) !== 45) break;
|
|
954
954
|
// (f)ill-available, (f)it-content
|
|
955
955
|
case 102:
|
|
956
|
-
return
|
|
956
|
+
return I(e, /(.+:)(.+)-([^]+)/, "$1" + M + "$2-$3$1" + it + (W(e, t + 3) == 108 ? "$3" : "$2-$3")) + e;
|
|
957
957
|
// (s)tretch
|
|
958
958
|
case 115:
|
|
959
|
-
return ~ht(e, "stretch") ? rr(
|
|
959
|
+
return ~ht(e, "stretch") ? rr(I(e, "stretch", "fill-available"), t) + e : e;
|
|
960
960
|
}
|
|
961
961
|
break;
|
|
962
962
|
// position: sticky
|
|
963
963
|
case 4949:
|
|
964
|
-
if (
|
|
964
|
+
if (W(e, t + 1) !== 115) break;
|
|
965
965
|
// display: (flex|inline-flex)
|
|
966
966
|
case 6444:
|
|
967
|
-
switch (
|
|
967
|
+
switch (W(e, te(e) - 3 - (~ht(e, "!important") && 10))) {
|
|
968
968
|
// stic(k)y
|
|
969
969
|
case 107:
|
|
970
|
-
return
|
|
970
|
+
return I(e, ":", ":" + M) + e;
|
|
971
971
|
// (inline-)?fl(e)x
|
|
972
972
|
case 101:
|
|
973
|
-
return
|
|
973
|
+
return I(e, /(.+:)([^;!]+)(;|!.+)?/, "$1" + M + (W(e, 14) === 45 ? "inline-" : "") + "box$3$1" + M + "$2$3$1" + X + "$2box$3") + e;
|
|
974
974
|
}
|
|
975
975
|
break;
|
|
976
976
|
// writing-mode
|
|
977
977
|
case 5936:
|
|
978
|
-
switch (
|
|
978
|
+
switch (W(e, t + 11)) {
|
|
979
979
|
// vertical-l(r)
|
|
980
980
|
case 114:
|
|
981
|
-
return
|
|
981
|
+
return M + e + X + I(e, /[svh]\w+-[tblr]{2}/, "tb") + e;
|
|
982
982
|
// vertical-r(l)
|
|
983
983
|
case 108:
|
|
984
|
-
return
|
|
984
|
+
return M + e + X + I(e, /[svh]\w+-[tblr]{2}/, "tb-rl") + e;
|
|
985
985
|
// horizontal(-)tb
|
|
986
986
|
case 45:
|
|
987
|
-
return
|
|
987
|
+
return M + e + X + I(e, /[svh]\w+-[tblr]{2}/, "lr") + e;
|
|
988
988
|
}
|
|
989
|
-
return
|
|
989
|
+
return M + e + X + e + e;
|
|
990
990
|
}
|
|
991
991
|
return e;
|
|
992
992
|
}
|
|
993
|
-
var sn = function(t,
|
|
993
|
+
var sn = function(t, r, n, o) {
|
|
994
994
|
if (t.length > -1 && !t.return) switch (t.type) {
|
|
995
995
|
case yt:
|
|
996
996
|
t.return = rr(t.value, t.length);
|
|
997
997
|
break;
|
|
998
998
|
case Jt:
|
|
999
|
-
return
|
|
1000
|
-
value:
|
|
999
|
+
return ge([Me(t, {
|
|
1000
|
+
value: I(t.value, "@", "@" + M)
|
|
1001
1001
|
})], o);
|
|
1002
|
-
case
|
|
1002
|
+
case bt:
|
|
1003
1003
|
if (t.length) return Fr(t.props, function(a) {
|
|
1004
1004
|
switch (zr(a, /(::plac\w+|:read-\w+)/)) {
|
|
1005
1005
|
// :read-(only|write)
|
|
1006
1006
|
case ":read-only":
|
|
1007
1007
|
case ":read-write":
|
|
1008
|
-
return
|
|
1009
|
-
props: [
|
|
1008
|
+
return ge([Me(t, {
|
|
1009
|
+
props: [I(a, /:(read-\w+)/, ":" + it + "$1")]
|
|
1010
1010
|
})], o);
|
|
1011
1011
|
// :placeholder
|
|
1012
1012
|
case "::placeholder":
|
|
1013
|
-
return
|
|
1014
|
-
props: [
|
|
1015
|
-
}),
|
|
1016
|
-
props: [
|
|
1017
|
-
}),
|
|
1018
|
-
props: [
|
|
1013
|
+
return ge([Me(t, {
|
|
1014
|
+
props: [I(a, /:(plac\w+)/, ":" + M + "input-$1")]
|
|
1015
|
+
}), Me(t, {
|
|
1016
|
+
props: [I(a, /:(plac\w+)/, ":" + it + "$1")]
|
|
1017
|
+
}), Me(t, {
|
|
1018
|
+
props: [I(a, /:(plac\w+)/, X + "input-$1")]
|
|
1019
1019
|
})], o);
|
|
1020
1020
|
}
|
|
1021
1021
|
return "";
|
|
1022
1022
|
});
|
|
1023
1023
|
}
|
|
1024
1024
|
}, cn = [sn], un = function(t) {
|
|
1025
|
-
var
|
|
1026
|
-
if (
|
|
1027
|
-
var
|
|
1028
|
-
Array.prototype.forEach.call(
|
|
1029
|
-
var
|
|
1030
|
-
|
|
1025
|
+
var r = t.key;
|
|
1026
|
+
if (r === "css") {
|
|
1027
|
+
var n = document.querySelectorAll("style[data-emotion]:not([data-s])");
|
|
1028
|
+
Array.prototype.forEach.call(n, function(y) {
|
|
1029
|
+
var u = y.getAttribute("data-emotion");
|
|
1030
|
+
u.indexOf(" ") !== -1 && (document.head.appendChild(y), y.setAttribute("data-s", ""));
|
|
1031
1031
|
});
|
|
1032
1032
|
}
|
|
1033
|
-
var o = t.stylisPlugins || cn, a = {}, s,
|
|
1033
|
+
var o = t.stylisPlugins || cn, a = {}, s, c = [];
|
|
1034
1034
|
s = t.container || document.head, Array.prototype.forEach.call(
|
|
1035
1035
|
// this means we will ignore elements which don't have a space in them which
|
|
1036
1036
|
// means that the style elements we're looking at are only Emotion 11 server-rendered style elements
|
|
1037
|
-
document.querySelectorAll('style[data-emotion^="' +
|
|
1038
|
-
function(
|
|
1039
|
-
for (var
|
|
1040
|
-
a[
|
|
1041
|
-
|
|
1037
|
+
document.querySelectorAll('style[data-emotion^="' + r + ' "]'),
|
|
1038
|
+
function(y) {
|
|
1039
|
+
for (var u = y.getAttribute("data-emotion").split(" "), l = 1; l < u.length; l++)
|
|
1040
|
+
a[u[l]] = !0;
|
|
1041
|
+
c.push(y);
|
|
1042
1042
|
}
|
|
1043
1043
|
);
|
|
1044
|
-
var
|
|
1044
|
+
var d, p = [on, an];
|
|
1045
1045
|
{
|
|
1046
|
-
var
|
|
1047
|
-
|
|
1048
|
-
})],
|
|
1049
|
-
return
|
|
1046
|
+
var m, g = [Jr, Qr(function(y) {
|
|
1047
|
+
m.insert(y);
|
|
1048
|
+
})], b = Zr(p.concat(o, g)), S = function(u) {
|
|
1049
|
+
return ge(Hr(u), b);
|
|
1050
1050
|
};
|
|
1051
|
-
|
|
1052
|
-
|
|
1051
|
+
d = function(u, l, v, x) {
|
|
1052
|
+
m = v, S(u ? u + "{" + l.styles + "}" : l.styles), x && (h.inserted[l.name] = !0);
|
|
1053
1053
|
};
|
|
1054
1054
|
}
|
|
1055
|
-
var
|
|
1056
|
-
key:
|
|
1057
|
-
sheet: new
|
|
1058
|
-
key:
|
|
1055
|
+
var h = {
|
|
1056
|
+
key: r,
|
|
1057
|
+
sheet: new kr({
|
|
1058
|
+
key: r,
|
|
1059
1059
|
container: s,
|
|
1060
1060
|
nonce: t.nonce,
|
|
1061
1061
|
speedy: t.speedy,
|
|
@@ -1065,9 +1065,9 @@ var sn = function(t, n, r, o) {
|
|
|
1065
1065
|
nonce: t.nonce,
|
|
1066
1066
|
inserted: a,
|
|
1067
1067
|
registered: {},
|
|
1068
|
-
insert:
|
|
1068
|
+
insert: d
|
|
1069
1069
|
};
|
|
1070
|
-
return
|
|
1070
|
+
return h.sheet.hydrate(c), h;
|
|
1071
1071
|
}, Qe = { exports: {} }, L = {};
|
|
1072
1072
|
/** @license React v16.13.1
|
|
1073
1073
|
* react-is.production.min.js
|
|
@@ -1077,71 +1077,71 @@ var sn = function(t, n, r, o) {
|
|
|
1077
1077
|
* This source code is licensed under the MIT license found in the
|
|
1078
1078
|
* LICENSE file in the root directory of this source tree.
|
|
1079
1079
|
*/
|
|
1080
|
-
var
|
|
1080
|
+
var Lt;
|
|
1081
1081
|
function ln() {
|
|
1082
|
-
if (
|
|
1083
|
-
|
|
1084
|
-
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103,
|
|
1085
|
-
function
|
|
1082
|
+
if (Lt) return L;
|
|
1083
|
+
Lt = 1;
|
|
1084
|
+
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, r = e ? Symbol.for("react.portal") : 60106, n = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, a = e ? Symbol.for("react.profiler") : 60114, s = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, d = e ? Symbol.for("react.async_mode") : 60111, p = e ? Symbol.for("react.concurrent_mode") : 60111, m = e ? Symbol.for("react.forward_ref") : 60112, g = e ? Symbol.for("react.suspense") : 60113, b = e ? Symbol.for("react.suspense_list") : 60120, S = e ? Symbol.for("react.memo") : 60115, h = e ? Symbol.for("react.lazy") : 60116, y = e ? Symbol.for("react.block") : 60121, u = e ? Symbol.for("react.fundamental") : 60117, l = e ? Symbol.for("react.responder") : 60118, v = e ? Symbol.for("react.scope") : 60119;
|
|
1085
|
+
function x(f) {
|
|
1086
1086
|
if (typeof f == "object" && f !== null) {
|
|
1087
1087
|
var _ = f.$$typeof;
|
|
1088
1088
|
switch (_) {
|
|
1089
1089
|
case t:
|
|
1090
1090
|
switch (f = f.type, f) {
|
|
1091
|
-
case
|
|
1092
|
-
case
|
|
1093
|
-
case
|
|
1091
|
+
case d:
|
|
1092
|
+
case p:
|
|
1093
|
+
case n:
|
|
1094
1094
|
case a:
|
|
1095
1095
|
case o:
|
|
1096
1096
|
case g:
|
|
1097
1097
|
return f;
|
|
1098
1098
|
default:
|
|
1099
1099
|
switch (f = f && f.$$typeof, f) {
|
|
1100
|
-
case
|
|
1101
|
-
case
|
|
1102
|
-
case
|
|
1103
|
-
case
|
|
1100
|
+
case c:
|
|
1101
|
+
case m:
|
|
1102
|
+
case h:
|
|
1103
|
+
case S:
|
|
1104
1104
|
case s:
|
|
1105
1105
|
return f;
|
|
1106
1106
|
default:
|
|
1107
1107
|
return _;
|
|
1108
1108
|
}
|
|
1109
1109
|
}
|
|
1110
|
-
case
|
|
1110
|
+
case r:
|
|
1111
1111
|
return _;
|
|
1112
1112
|
}
|
|
1113
1113
|
}
|
|
1114
1114
|
}
|
|
1115
1115
|
function A(f) {
|
|
1116
|
-
return
|
|
1116
|
+
return x(f) === p;
|
|
1117
1117
|
}
|
|
1118
|
-
return L.AsyncMode =
|
|
1119
|
-
return A(f) ||
|
|
1118
|
+
return L.AsyncMode = d, L.ConcurrentMode = p, L.ContextConsumer = c, L.ContextProvider = s, L.Element = t, L.ForwardRef = m, L.Fragment = n, L.Lazy = h, L.Memo = S, L.Portal = r, L.Profiler = a, L.StrictMode = o, L.Suspense = g, L.isAsyncMode = function(f) {
|
|
1119
|
+
return A(f) || x(f) === d;
|
|
1120
1120
|
}, L.isConcurrentMode = A, L.isContextConsumer = function(f) {
|
|
1121
|
-
return
|
|
1121
|
+
return x(f) === c;
|
|
1122
1122
|
}, L.isContextProvider = function(f) {
|
|
1123
|
-
return
|
|
1123
|
+
return x(f) === s;
|
|
1124
1124
|
}, L.isElement = function(f) {
|
|
1125
1125
|
return typeof f == "object" && f !== null && f.$$typeof === t;
|
|
1126
1126
|
}, L.isForwardRef = function(f) {
|
|
1127
|
-
return
|
|
1127
|
+
return x(f) === m;
|
|
1128
1128
|
}, L.isFragment = function(f) {
|
|
1129
|
-
return
|
|
1129
|
+
return x(f) === n;
|
|
1130
1130
|
}, L.isLazy = function(f) {
|
|
1131
|
-
return
|
|
1131
|
+
return x(f) === h;
|
|
1132
1132
|
}, L.isMemo = function(f) {
|
|
1133
|
-
return
|
|
1133
|
+
return x(f) === S;
|
|
1134
1134
|
}, L.isPortal = function(f) {
|
|
1135
|
-
return
|
|
1135
|
+
return x(f) === r;
|
|
1136
1136
|
}, L.isProfiler = function(f) {
|
|
1137
|
-
return
|
|
1137
|
+
return x(f) === a;
|
|
1138
1138
|
}, L.isStrictMode = function(f) {
|
|
1139
|
-
return
|
|
1139
|
+
return x(f) === o;
|
|
1140
1140
|
}, L.isSuspense = function(f) {
|
|
1141
|
-
return
|
|
1141
|
+
return x(f) === g;
|
|
1142
1142
|
}, L.isValidElementType = function(f) {
|
|
1143
|
-
return typeof f == "string" || typeof f == "function" || f ===
|
|
1144
|
-
}, L.typeOf =
|
|
1143
|
+
return typeof f == "string" || typeof f == "function" || f === n || f === p || f === a || f === o || f === g || f === b || typeof f == "object" && f !== null && (f.$$typeof === h || f.$$typeof === S || f.$$typeof === s || f.$$typeof === c || f.$$typeof === m || f.$$typeof === u || f.$$typeof === l || f.$$typeof === v || f.$$typeof === y);
|
|
1144
|
+
}, L.typeOf = x, L;
|
|
1145
1145
|
}
|
|
1146
1146
|
var k = {};
|
|
1147
1147
|
/** @license React v16.13.1
|
|
@@ -1152,13 +1152,13 @@ var k = {};
|
|
|
1152
1152
|
* This source code is licensed under the MIT license found in the
|
|
1153
1153
|
* LICENSE file in the root directory of this source tree.
|
|
1154
1154
|
*/
|
|
1155
|
-
var
|
|
1155
|
+
var kt;
|
|
1156
1156
|
function dn() {
|
|
1157
|
-
return
|
|
1158
|
-
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103,
|
|
1159
|
-
function
|
|
1157
|
+
return kt || (kt = 1, process.env.NODE_ENV !== "production" && function() {
|
|
1158
|
+
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, r = e ? Symbol.for("react.portal") : 60106, n = e ? Symbol.for("react.fragment") : 60107, o = e ? Symbol.for("react.strict_mode") : 60108, a = e ? Symbol.for("react.profiler") : 60114, s = e ? Symbol.for("react.provider") : 60109, c = e ? Symbol.for("react.context") : 60110, d = e ? Symbol.for("react.async_mode") : 60111, p = e ? Symbol.for("react.concurrent_mode") : 60111, m = e ? Symbol.for("react.forward_ref") : 60112, g = e ? Symbol.for("react.suspense") : 60113, b = e ? Symbol.for("react.suspense_list") : 60120, S = e ? Symbol.for("react.memo") : 60115, h = e ? Symbol.for("react.lazy") : 60116, y = e ? Symbol.for("react.block") : 60121, u = e ? Symbol.for("react.fundamental") : 60117, l = e ? Symbol.for("react.responder") : 60118, v = e ? Symbol.for("react.scope") : 60119;
|
|
1159
|
+
function x(R) {
|
|
1160
1160
|
return typeof R == "string" || typeof R == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
|
|
1161
|
-
R ===
|
|
1161
|
+
R === n || R === p || R === a || R === o || R === g || R === b || typeof R == "object" && R !== null && (R.$$typeof === h || R.$$typeof === S || R.$$typeof === s || R.$$typeof === c || R.$$typeof === m || R.$$typeof === u || R.$$typeof === l || R.$$typeof === v || R.$$typeof === y);
|
|
1162
1162
|
}
|
|
1163
1163
|
function A(R) {
|
|
1164
1164
|
if (typeof R == "object" && R !== null) {
|
|
@@ -1167,9 +1167,9 @@ function dn() {
|
|
|
1167
1167
|
case t:
|
|
1168
1168
|
var le = R.type;
|
|
1169
1169
|
switch (le) {
|
|
1170
|
-
case
|
|
1171
|
-
case
|
|
1172
|
-
case
|
|
1170
|
+
case d:
|
|
1171
|
+
case p:
|
|
1172
|
+
case n:
|
|
1173
1173
|
case a:
|
|
1174
1174
|
case o:
|
|
1175
1175
|
case g:
|
|
@@ -1177,51 +1177,51 @@ function dn() {
|
|
|
1177
1177
|
default:
|
|
1178
1178
|
var ve = le && le.$$typeof;
|
|
1179
1179
|
switch (ve) {
|
|
1180
|
-
case
|
|
1181
|
-
case
|
|
1182
|
-
case
|
|
1183
|
-
case
|
|
1180
|
+
case c:
|
|
1181
|
+
case m:
|
|
1182
|
+
case h:
|
|
1183
|
+
case S:
|
|
1184
1184
|
case s:
|
|
1185
1185
|
return ve;
|
|
1186
1186
|
default:
|
|
1187
1187
|
return he;
|
|
1188
1188
|
}
|
|
1189
1189
|
}
|
|
1190
|
-
case
|
|
1190
|
+
case r:
|
|
1191
1191
|
return he;
|
|
1192
1192
|
}
|
|
1193
1193
|
}
|
|
1194
1194
|
}
|
|
1195
|
-
var f =
|
|
1195
|
+
var f = d, _ = p, C = c, F = s, U = t, B = m, V = n, ee = h, ue = S, Re = r, Ae = a, dt = o, Ye = g, ze = !1;
|
|
1196
1196
|
function oe(R) {
|
|
1197
|
-
return ze || (ze = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),
|
|
1197
|
+
return ze || (ze = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), _e(R) || A(R) === d;
|
|
1198
1198
|
}
|
|
1199
|
-
function
|
|
1200
|
-
return A(R) ===
|
|
1199
|
+
function _e(R) {
|
|
1200
|
+
return A(R) === p;
|
|
1201
1201
|
}
|
|
1202
1202
|
function ie(R) {
|
|
1203
|
-
return A(R) ===
|
|
1203
|
+
return A(R) === c;
|
|
1204
1204
|
}
|
|
1205
1205
|
function ft(R) {
|
|
1206
1206
|
return A(R) === s;
|
|
1207
1207
|
}
|
|
1208
|
-
function
|
|
1208
|
+
function Ce(R) {
|
|
1209
1209
|
return typeof R == "object" && R !== null && R.$$typeof === t;
|
|
1210
1210
|
}
|
|
1211
1211
|
function fe(R) {
|
|
1212
|
-
return A(R) ===
|
|
1212
|
+
return A(R) === m;
|
|
1213
1213
|
}
|
|
1214
1214
|
function Fe(R) {
|
|
1215
|
-
return A(R) ===
|
|
1215
|
+
return A(R) === n;
|
|
1216
1216
|
}
|
|
1217
1217
|
function Ve(R) {
|
|
1218
|
-
return A(R) ===
|
|
1218
|
+
return A(R) === h;
|
|
1219
1219
|
}
|
|
1220
1220
|
function We(R) {
|
|
1221
|
-
return A(R) ===
|
|
1221
|
+
return A(R) === S;
|
|
1222
1222
|
}
|
|
1223
1223
|
function Be(R) {
|
|
1224
|
-
return A(R) ===
|
|
1224
|
+
return A(R) === r;
|
|
1225
1225
|
}
|
|
1226
1226
|
function Ge(R) {
|
|
1227
1227
|
return A(R) === a;
|
|
@@ -1232,12 +1232,12 @@ function dn() {
|
|
|
1232
1232
|
function qe(R) {
|
|
1233
1233
|
return A(R) === g;
|
|
1234
1234
|
}
|
|
1235
|
-
k.AsyncMode = f, k.ConcurrentMode = _, k.ContextConsumer = C, k.ContextProvider =
|
|
1235
|
+
k.AsyncMode = f, k.ConcurrentMode = _, k.ContextConsumer = C, k.ContextProvider = F, k.Element = U, k.ForwardRef = B, k.Fragment = V, k.Lazy = ee, k.Memo = ue, k.Portal = Re, k.Profiler = Ae, k.StrictMode = dt, k.Suspense = Ye, k.isAsyncMode = oe, k.isConcurrentMode = _e, k.isContextConsumer = ie, k.isContextProvider = ft, k.isElement = Ce, k.isForwardRef = fe, k.isFragment = Fe, k.isLazy = Ve, k.isMemo = We, k.isPortal = Be, k.isProfiler = Ge, k.isStrictMode = Xe, k.isSuspense = qe, k.isValidElementType = x, k.typeOf = A;
|
|
1236
1236
|
}()), k;
|
|
1237
1237
|
}
|
|
1238
|
-
var
|
|
1238
|
+
var $t;
|
|
1239
1239
|
function fn() {
|
|
1240
|
-
return
|
|
1240
|
+
return $t || ($t = 1, process.env.NODE_ENV === "production" ? Qe.exports = ln() : Qe.exports = dn()), Qe.exports;
|
|
1241
1241
|
}
|
|
1242
1242
|
var mt, Ut;
|
|
1243
1243
|
function mn() {
|
|
@@ -1255,7 +1255,7 @@ function mn() {
|
|
|
1255
1255
|
mixins: !0,
|
|
1256
1256
|
propTypes: !0,
|
|
1257
1257
|
type: !0
|
|
1258
|
-
},
|
|
1258
|
+
}, r = {
|
|
1259
1259
|
name: !0,
|
|
1260
1260
|
length: !0,
|
|
1261
1261
|
prototype: !0,
|
|
@@ -1263,7 +1263,7 @@ function mn() {
|
|
|
1263
1263
|
callee: !0,
|
|
1264
1264
|
arguments: !0,
|
|
1265
1265
|
arity: !0
|
|
1266
|
-
},
|
|
1266
|
+
}, n = {
|
|
1267
1267
|
$$typeof: !0,
|
|
1268
1268
|
render: !0,
|
|
1269
1269
|
defaultProps: !0,
|
|
@@ -1277,84 +1277,84 @@ function mn() {
|
|
|
1277
1277
|
propTypes: !0,
|
|
1278
1278
|
type: !0
|
|
1279
1279
|
}, a = {};
|
|
1280
|
-
a[e.ForwardRef] =
|
|
1281
|
-
function s(
|
|
1282
|
-
return e.isMemo(
|
|
1280
|
+
a[e.ForwardRef] = n, a[e.Memo] = o;
|
|
1281
|
+
function s(h) {
|
|
1282
|
+
return e.isMemo(h) ? o : a[h.$$typeof] || t;
|
|
1283
1283
|
}
|
|
1284
|
-
var
|
|
1285
|
-
function
|
|
1286
|
-
if (typeof
|
|
1287
|
-
if (
|
|
1288
|
-
var
|
|
1289
|
-
|
|
1284
|
+
var c = Object.defineProperty, d = Object.getOwnPropertyNames, p = Object.getOwnPropertySymbols, m = Object.getOwnPropertyDescriptor, g = Object.getPrototypeOf, b = Object.prototype;
|
|
1285
|
+
function S(h, y, u) {
|
|
1286
|
+
if (typeof y != "string") {
|
|
1287
|
+
if (b) {
|
|
1288
|
+
var l = g(y);
|
|
1289
|
+
l && l !== b && S(h, l, u);
|
|
1290
1290
|
}
|
|
1291
|
-
var
|
|
1292
|
-
|
|
1293
|
-
for (var
|
|
1294
|
-
var _ =
|
|
1295
|
-
if (!
|
|
1296
|
-
var C =
|
|
1291
|
+
var v = d(y);
|
|
1292
|
+
p && (v = v.concat(p(y)));
|
|
1293
|
+
for (var x = s(h), A = s(y), f = 0; f < v.length; ++f) {
|
|
1294
|
+
var _ = v[f];
|
|
1295
|
+
if (!r[_] && !(u && u[_]) && !(A && A[_]) && !(x && x[_])) {
|
|
1296
|
+
var C = m(y, _);
|
|
1297
1297
|
try {
|
|
1298
|
-
|
|
1298
|
+
c(h, _, C);
|
|
1299
1299
|
} catch {
|
|
1300
1300
|
}
|
|
1301
1301
|
}
|
|
1302
1302
|
}
|
|
1303
1303
|
}
|
|
1304
|
-
return
|
|
1304
|
+
return h;
|
|
1305
1305
|
}
|
|
1306
|
-
return mt =
|
|
1306
|
+
return mt = S, mt;
|
|
1307
1307
|
}
|
|
1308
1308
|
mn();
|
|
1309
1309
|
var pn = !0;
|
|
1310
|
-
function hn(e, t,
|
|
1311
|
-
var
|
|
1312
|
-
return
|
|
1313
|
-
e[o] !== void 0 ? t.push(e[o] + ";") : o && (
|
|
1314
|
-
}),
|
|
1310
|
+
function hn(e, t, r) {
|
|
1311
|
+
var n = "";
|
|
1312
|
+
return r.split(" ").forEach(function(o) {
|
|
1313
|
+
e[o] !== void 0 ? t.push(e[o] + ";") : o && (n += o + " ");
|
|
1314
|
+
}), n;
|
|
1315
1315
|
}
|
|
1316
|
-
var nr = function(t,
|
|
1317
|
-
var o = t.key + "-" +
|
|
1316
|
+
var nr = function(t, r, n) {
|
|
1317
|
+
var o = t.key + "-" + r.name;
|
|
1318
1318
|
// we only need to add the styles to the registered cache if the
|
|
1319
1319
|
// class name could be used further down
|
|
1320
1320
|
// the tree but if it's a string tag, we know it won't
|
|
1321
1321
|
// so we don't have to add it to registered cache.
|
|
1322
1322
|
// this improves memory usage since we can avoid storing the whole style string
|
|
1323
|
-
(
|
|
1323
|
+
(n === !1 || // we need to always store it if we're in compat mode and
|
|
1324
1324
|
// in node since emotion-server relies on whether a style is in
|
|
1325
1325
|
// the registered cache to know whether a style is global or not
|
|
1326
1326
|
// also, note that this check will be dead code eliminated in the browser
|
|
1327
|
-
pn === !1) && t.registered[o] === void 0 && (t.registered[o] =
|
|
1328
|
-
}, vn = function(t,
|
|
1329
|
-
nr(t,
|
|
1330
|
-
var o = t.key + "-" +
|
|
1331
|
-
if (t.inserted[
|
|
1332
|
-
var a =
|
|
1327
|
+
pn === !1) && t.registered[o] === void 0 && (t.registered[o] = r.styles);
|
|
1328
|
+
}, vn = function(t, r, n) {
|
|
1329
|
+
nr(t, r, n);
|
|
1330
|
+
var o = t.key + "-" + r.name;
|
|
1331
|
+
if (t.inserted[r.name] === void 0) {
|
|
1332
|
+
var a = r;
|
|
1333
1333
|
do
|
|
1334
|
-
t.insert(
|
|
1334
|
+
t.insert(r === a ? "." + o : "", a, t.sheet, !0), a = a.next;
|
|
1335
1335
|
while (a !== void 0);
|
|
1336
1336
|
}
|
|
1337
1337
|
};
|
|
1338
1338
|
function En(e) {
|
|
1339
|
-
for (var t = 0,
|
|
1340
|
-
|
|
1341
|
-
(
|
|
1342
|
-
|
|
1343
|
-
(
|
|
1339
|
+
for (var t = 0, r, n = 0, o = e.length; o >= 4; ++n, o -= 4)
|
|
1340
|
+
r = e.charCodeAt(n) & 255 | (e.charCodeAt(++n) & 255) << 8 | (e.charCodeAt(++n) & 255) << 16 | (e.charCodeAt(++n) & 255) << 24, r = /* Math.imul(k, m): */
|
|
1341
|
+
(r & 65535) * 1540483477 + ((r >>> 16) * 59797 << 16), r ^= /* k >>> r: */
|
|
1342
|
+
r >>> 24, t = /* Math.imul(k, m): */
|
|
1343
|
+
(r & 65535) * 1540483477 + ((r >>> 16) * 59797 << 16) ^ /* Math.imul(h, m): */
|
|
1344
1344
|
(t & 65535) * 1540483477 + ((t >>> 16) * 59797 << 16);
|
|
1345
1345
|
switch (o) {
|
|
1346
1346
|
case 3:
|
|
1347
|
-
t ^= (e.charCodeAt(
|
|
1347
|
+
t ^= (e.charCodeAt(n + 2) & 255) << 16;
|
|
1348
1348
|
case 2:
|
|
1349
|
-
t ^= (e.charCodeAt(
|
|
1349
|
+
t ^= (e.charCodeAt(n + 1) & 255) << 8;
|
|
1350
1350
|
case 1:
|
|
1351
|
-
t ^= e.charCodeAt(
|
|
1351
|
+
t ^= e.charCodeAt(n) & 255, t = /* Math.imul(h, m): */
|
|
1352
1352
|
(t & 65535) * 1540483477 + ((t >>> 16) * 59797 << 16);
|
|
1353
1353
|
}
|
|
1354
1354
|
return t ^= t >>> 13, t = /* Math.imul(h, m): */
|
|
1355
1355
|
(t & 65535) * 1540483477 + ((t >>> 16) * 59797 << 16), ((t ^ t >>> 15) >>> 0).toString(36);
|
|
1356
1356
|
}
|
|
1357
|
-
var
|
|
1357
|
+
var gn = {
|
|
1358
1358
|
animationIterationCount: 1,
|
|
1359
1359
|
aspectRatio: 1,
|
|
1360
1360
|
borderImageOutset: 1,
|
|
@@ -1403,18 +1403,18 @@ var bn = {
|
|
|
1403
1403
|
strokeMiterlimit: 1,
|
|
1404
1404
|
strokeOpacity: 1,
|
|
1405
1405
|
strokeWidth: 1
|
|
1406
|
-
},
|
|
1406
|
+
}, bn = /[A-Z]|^ms/g, yn = /_EMO_([^_]+?)_([^]*?)_EMO_/g, or = function(t) {
|
|
1407
1407
|
return t.charCodeAt(1) === 45;
|
|
1408
1408
|
}, Dt = function(t) {
|
|
1409
1409
|
return t != null && typeof t != "boolean";
|
|
1410
1410
|
}, pt = /* @__PURE__ */ en(function(e) {
|
|
1411
|
-
return or(e) ? e : e.replace(
|
|
1412
|
-
}), jt = function(t,
|
|
1411
|
+
return or(e) ? e : e.replace(bn, "-$&").toLowerCase();
|
|
1412
|
+
}), jt = function(t, r) {
|
|
1413
1413
|
switch (t) {
|
|
1414
1414
|
case "animation":
|
|
1415
1415
|
case "animationName":
|
|
1416
|
-
if (typeof
|
|
1417
|
-
return
|
|
1416
|
+
if (typeof r == "string")
|
|
1417
|
+
return r.replace(yn, function(n, o, a) {
|
|
1418
1418
|
return re = {
|
|
1419
1419
|
name: o,
|
|
1420
1420
|
styles: a,
|
|
@@ -1422,26 +1422,26 @@ var bn = {
|
|
|
1422
1422
|
}, o;
|
|
1423
1423
|
});
|
|
1424
1424
|
}
|
|
1425
|
-
return
|
|
1425
|
+
return gn[t] !== 1 && !or(t) && typeof r == "number" && r !== 0 ? r + "px" : r;
|
|
1426
1426
|
};
|
|
1427
|
-
function
|
|
1428
|
-
if (
|
|
1427
|
+
function De(e, t, r) {
|
|
1428
|
+
if (r == null)
|
|
1429
1429
|
return "";
|
|
1430
|
-
var
|
|
1431
|
-
if (
|
|
1432
|
-
return
|
|
1433
|
-
switch (typeof
|
|
1430
|
+
var n = r;
|
|
1431
|
+
if (n.__emotion_styles !== void 0)
|
|
1432
|
+
return n;
|
|
1433
|
+
switch (typeof r) {
|
|
1434
1434
|
case "boolean":
|
|
1435
1435
|
return "";
|
|
1436
1436
|
case "object": {
|
|
1437
|
-
var o =
|
|
1437
|
+
var o = r;
|
|
1438
1438
|
if (o.anim === 1)
|
|
1439
1439
|
return re = {
|
|
1440
1440
|
name: o.name,
|
|
1441
1441
|
styles: o.styles,
|
|
1442
1442
|
next: re
|
|
1443
1443
|
}, o.name;
|
|
1444
|
-
var a =
|
|
1444
|
+
var a = r;
|
|
1445
1445
|
if (a.styles !== void 0) {
|
|
1446
1446
|
var s = a.next;
|
|
1447
1447
|
if (s !== void 0)
|
|
@@ -1451,73 +1451,73 @@ function Ie(e, t, n) {
|
|
|
1451
1451
|
styles: s.styles,
|
|
1452
1452
|
next: re
|
|
1453
1453
|
}, s = s.next;
|
|
1454
|
-
var
|
|
1455
|
-
return
|
|
1454
|
+
var c = a.styles + ";";
|
|
1455
|
+
return c;
|
|
1456
1456
|
}
|
|
1457
|
-
return
|
|
1457
|
+
return xn(e, t, r);
|
|
1458
1458
|
}
|
|
1459
1459
|
case "function": {
|
|
1460
1460
|
if (e !== void 0) {
|
|
1461
|
-
var
|
|
1462
|
-
return re =
|
|
1461
|
+
var d = re, p = r(e);
|
|
1462
|
+
return re = d, De(e, t, p);
|
|
1463
1463
|
}
|
|
1464
1464
|
break;
|
|
1465
1465
|
}
|
|
1466
1466
|
}
|
|
1467
|
-
var
|
|
1468
|
-
return
|
|
1467
|
+
var m = r;
|
|
1468
|
+
return m;
|
|
1469
1469
|
}
|
|
1470
|
-
function
|
|
1471
|
-
var
|
|
1472
|
-
if (Array.isArray(
|
|
1473
|
-
for (var o = 0; o <
|
|
1474
|
-
|
|
1470
|
+
function xn(e, t, r) {
|
|
1471
|
+
var n = "";
|
|
1472
|
+
if (Array.isArray(r))
|
|
1473
|
+
for (var o = 0; o < r.length; o++)
|
|
1474
|
+
n += De(e, t, r[o]) + ";";
|
|
1475
1475
|
else
|
|
1476
|
-
for (var a in
|
|
1477
|
-
var s =
|
|
1476
|
+
for (var a in r) {
|
|
1477
|
+
var s = r[a];
|
|
1478
1478
|
if (typeof s != "object") {
|
|
1479
|
-
var
|
|
1480
|
-
Dt(
|
|
1479
|
+
var c = s;
|
|
1480
|
+
Dt(c) && (n += pt(a) + ":" + jt(a, c) + ";");
|
|
1481
1481
|
} else if (Array.isArray(s) && typeof s[0] == "string" && t == null)
|
|
1482
|
-
for (var
|
|
1483
|
-
Dt(s[
|
|
1482
|
+
for (var d = 0; d < s.length; d++)
|
|
1483
|
+
Dt(s[d]) && (n += pt(a) + ":" + jt(a, s[d]) + ";");
|
|
1484
1484
|
else {
|
|
1485
|
-
var
|
|
1485
|
+
var p = De(e, t, s);
|
|
1486
1486
|
switch (a) {
|
|
1487
1487
|
case "animation":
|
|
1488
1488
|
case "animationName": {
|
|
1489
|
-
|
|
1489
|
+
n += pt(a) + ":" + p + ";";
|
|
1490
1490
|
break;
|
|
1491
1491
|
}
|
|
1492
1492
|
default:
|
|
1493
|
-
|
|
1493
|
+
n += a + "{" + p + "}";
|
|
1494
1494
|
}
|
|
1495
1495
|
}
|
|
1496
1496
|
}
|
|
1497
|
-
return
|
|
1497
|
+
return n;
|
|
1498
1498
|
}
|
|
1499
1499
|
var Yt = /label:\s*([^\s;{]+)\s*(;|$)/g, re;
|
|
1500
|
-
function
|
|
1500
|
+
function Sn(e, t, r) {
|
|
1501
1501
|
if (e.length === 1 && typeof e[0] == "object" && e[0] !== null && e[0].styles !== void 0)
|
|
1502
1502
|
return e[0];
|
|
1503
|
-
var
|
|
1503
|
+
var n = !0, o = "";
|
|
1504
1504
|
re = void 0;
|
|
1505
1505
|
var a = e[0];
|
|
1506
1506
|
if (a == null || a.raw === void 0)
|
|
1507
|
-
|
|
1507
|
+
n = !1, o += De(r, t, a);
|
|
1508
1508
|
else {
|
|
1509
1509
|
var s = a;
|
|
1510
1510
|
o += s[0];
|
|
1511
1511
|
}
|
|
1512
|
-
for (var
|
|
1513
|
-
if (o +=
|
|
1514
|
-
var
|
|
1515
|
-
o +=
|
|
1512
|
+
for (var c = 1; c < e.length; c++)
|
|
1513
|
+
if (o += De(r, t, e[c]), n) {
|
|
1514
|
+
var d = a;
|
|
1515
|
+
o += d[c];
|
|
1516
1516
|
}
|
|
1517
1517
|
Yt.lastIndex = 0;
|
|
1518
|
-
for (var
|
|
1519
|
-
|
|
1520
|
-
var g = En(o) +
|
|
1518
|
+
for (var p = "", m; (m = Yt.exec(o)) !== null; )
|
|
1519
|
+
p += "-" + m[1];
|
|
1520
|
+
var g = En(o) + p;
|
|
1521
1521
|
return {
|
|
1522
1522
|
name: g,
|
|
1523
1523
|
styles: o,
|
|
@@ -1539,197 +1539,197 @@ var Tn = function(t) {
|
|
|
1539
1539
|
);
|
|
1540
1540
|
ir.Provider;
|
|
1541
1541
|
var An = function(t) {
|
|
1542
|
-
return /* @__PURE__ */ pr(function(
|
|
1543
|
-
var o =
|
|
1544
|
-
return t(
|
|
1542
|
+
return /* @__PURE__ */ pr(function(r, n) {
|
|
1543
|
+
var o = Se(ir);
|
|
1544
|
+
return t(r, o, n);
|
|
1545
1545
|
});
|
|
1546
|
-
}, _n = /* @__PURE__ */ ce.createContext({}), ut = {}.hasOwnProperty, Et = "__EMOTION_TYPE_PLEASE_DO_NOT_USE__", ar = function(t,
|
|
1547
|
-
var
|
|
1548
|
-
for (var o in
|
|
1549
|
-
ut.call(
|
|
1550
|
-
return
|
|
1546
|
+
}, _n = /* @__PURE__ */ ce.createContext({}), ut = {}.hasOwnProperty, Et = "__EMOTION_TYPE_PLEASE_DO_NOT_USE__", ar = function(t, r) {
|
|
1547
|
+
var n = {};
|
|
1548
|
+
for (var o in r)
|
|
1549
|
+
ut.call(r, o) && (n[o] = r[o]);
|
|
1550
|
+
return n[Et] = t, n;
|
|
1551
1551
|
}, Cn = function(t) {
|
|
1552
|
-
var
|
|
1553
|
-
return nr(
|
|
1554
|
-
return vn(
|
|
1552
|
+
var r = t.cache, n = t.serialized, o = t.isStringTag;
|
|
1553
|
+
return nr(r, n, o), Rn(function() {
|
|
1554
|
+
return vn(r, n, o);
|
|
1555
1555
|
}), null;
|
|
1556
|
-
}, Pn = /* @__PURE__ */ An(function(e, t,
|
|
1557
|
-
var
|
|
1558
|
-
typeof
|
|
1559
|
-
var o = e[Et], a = [
|
|
1556
|
+
}, Pn = /* @__PURE__ */ An(function(e, t, r) {
|
|
1557
|
+
var n = e.css;
|
|
1558
|
+
typeof n == "string" && t.registered[n] !== void 0 && (n = t.registered[n]);
|
|
1559
|
+
var o = e[Et], a = [n], s = "";
|
|
1560
1560
|
typeof e.className == "string" ? s = hn(t.registered, a, e.className) : e.className != null && (s = e.className + " ");
|
|
1561
|
-
var
|
|
1562
|
-
s += t.key + "-" +
|
|
1563
|
-
var
|
|
1564
|
-
for (var
|
|
1565
|
-
ut.call(e,
|
|
1566
|
-
return
|
|
1561
|
+
var c = Sn(a, void 0, ce.useContext(_n));
|
|
1562
|
+
s += t.key + "-" + c.name;
|
|
1563
|
+
var d = {};
|
|
1564
|
+
for (var p in e)
|
|
1565
|
+
ut.call(e, p) && p !== "css" && p !== Et && (d[p] = e[p]);
|
|
1566
|
+
return d.className = s, r && (d.ref = r), /* @__PURE__ */ ce.createElement(ce.Fragment, null, /* @__PURE__ */ ce.createElement(Cn, {
|
|
1567
1567
|
cache: t,
|
|
1568
|
-
serialized:
|
|
1568
|
+
serialized: c,
|
|
1569
1569
|
isStringTag: typeof o == "string"
|
|
1570
|
-
}), /* @__PURE__ */ ce.createElement(o,
|
|
1571
|
-
}), sr = Pn, cr =
|
|
1572
|
-
return ut.call(
|
|
1573
|
-
},
|
|
1574
|
-
return ut.call(
|
|
1570
|
+
}), /* @__PURE__ */ ce.createElement(o, d));
|
|
1571
|
+
}), sr = Pn, cr = ke.Fragment, E = function(t, r, n) {
|
|
1572
|
+
return ut.call(r, "css") ? ke.jsx(sr, ar(t, r), n) : ke.jsx(t, r, n);
|
|
1573
|
+
}, $ = function(t, r, n) {
|
|
1574
|
+
return ut.call(r, "css") ? ke.jsxs(sr, ar(t, r), n) : ke.jsxs(t, r, n);
|
|
1575
1575
|
};
|
|
1576
|
-
const On = Xt(({ sendBack: e, receive: t, input:
|
|
1577
|
-
const { videoElement:
|
|
1578
|
-
t((
|
|
1579
|
-
|
|
1576
|
+
const On = Xt(({ sendBack: e, receive: t, input: r }) => {
|
|
1577
|
+
const { videoElement: n } = r;
|
|
1578
|
+
t((b) => {
|
|
1579
|
+
b.type === "PLAY" && (n.play(), o()), b.type === "PAUSE" && (n.pause(), o()), b.type === "SET_TIME" && (n.currentTime = b.value, c()), b.type === "SET_VOLUME" && (n.volume = b.volume, n.muted = b.muted, d()), b.type === "SET_PLAYBACK_RATE" && (n.playbackRate = b.playbackRate, p());
|
|
1580
1580
|
});
|
|
1581
|
-
const o = () => e({ type: "PLAYING" }), a = () => e({ type: "PAUSED" }), s = () => e({ type: "ENDED" }),
|
|
1582
|
-
return
|
|
1583
|
-
|
|
1581
|
+
const o = () => e({ type: "PLAYING" }), a = () => e({ type: "PAUSED" }), s = () => e({ type: "ENDED" }), c = () => e({ type: "TIME_UPDATE", currentTime: n.currentTime }), d = () => e({ type: "VOLUME_UPDATE", muted: n.muted, volume: n.volume }), p = () => e({ type: "PLAYBACK_RATE_UPDATE", playbackRate: n.playbackRate }), m = () => e({ type: "SEEKING", currentTime: n.currentTime }), g = () => e({ type: "DURATION_UPDATE", duration: n.duration });
|
|
1582
|
+
return n.addEventListener("play", o), n.addEventListener("pause", a), n.addEventListener("ended", s), n.addEventListener("timeupdate", c), n.addEventListener("volumechange", d), n.addEventListener("ratechange", p), n.addEventListener("seeking", m), n.addEventListener("durationchange", g), () => {
|
|
1583
|
+
n.removeEventListener("play", o), n.removeEventListener("pause", a), n.removeEventListener("ended", s), n.removeEventListener("timeupdate", c), n.removeEventListener("volumechange", d), n.removeEventListener("ratechange", p), n.removeEventListener("seeking", m), n.removeEventListener("durationchange", g);
|
|
1584
1584
|
};
|
|
1585
1585
|
}), lt = (e) => Xt((...t) => {
|
|
1586
|
-
const
|
|
1586
|
+
const r = e(...t);
|
|
1587
1587
|
return () => {
|
|
1588
|
-
|
|
1588
|
+
r.then((n) => n?.());
|
|
1589
1589
|
};
|
|
1590
|
-
}), zt = (e) => Array(e.buffered.length).fill(void 0).map((t,
|
|
1591
|
-
index:
|
|
1592
|
-
start: e.buffered.start(
|
|
1593
|
-
end: e.buffered.end(
|
|
1594
|
-
})), Ft = (e, t,
|
|
1595
|
-
const
|
|
1596
|
-
t(
|
|
1597
|
-
}, o = (
|
|
1598
|
-
t(
|
|
1599
|
-
}, a = (
|
|
1600
|
-
console.error(
|
|
1590
|
+
}), zt = (e) => Array(e.buffered.length).fill(void 0).map((t, r) => ({
|
|
1591
|
+
index: r,
|
|
1592
|
+
start: e.buffered.start(r),
|
|
1593
|
+
end: e.buffered.end(r)
|
|
1594
|
+
})), Ft = (e, t, r) => {
|
|
1595
|
+
const n = (c) => {
|
|
1596
|
+
t(c), s();
|
|
1597
|
+
}, o = (c) => {
|
|
1598
|
+
t(c), s();
|
|
1599
|
+
}, a = (c) => {
|
|
1600
|
+
console.error(c), r(c), s();
|
|
1601
1601
|
}, s = () => {
|
|
1602
|
-
e.removeEventListener("updateend",
|
|
1602
|
+
e.removeEventListener("updateend", n), e.removeEventListener("abort", o), e.removeEventListener("error", a);
|
|
1603
1603
|
};
|
|
1604
|
-
e.addEventListener("updateend",
|
|
1604
|
+
e.addEventListener("updateend", n, { once: !0 }), e.addEventListener("abort", o, { once: !0 }), e.addEventListener("error", a, { once: !0 });
|
|
1605
1605
|
}, Nn = (e) => {
|
|
1606
1606
|
const t = new qt({ concurrency: 1 });
|
|
1607
1607
|
return {
|
|
1608
1608
|
appendBuffer: (a) => t.add(
|
|
1609
|
-
() => new Promise((s,
|
|
1610
|
-
Ft(e, s,
|
|
1609
|
+
() => new Promise((s, c) => {
|
|
1610
|
+
Ft(e, s, c), e.appendBuffer(a);
|
|
1611
1611
|
})
|
|
1612
1612
|
),
|
|
1613
1613
|
unbufferRange: async (a, s) => t.add(
|
|
1614
|
-
() => new Promise((
|
|
1615
|
-
Ft(e,
|
|
1614
|
+
() => new Promise((c, d) => {
|
|
1615
|
+
Ft(e, c, d), e.remove(a, s);
|
|
1616
1616
|
})
|
|
1617
1617
|
),
|
|
1618
1618
|
updateTimestampOffset: (a) => t.add(() => {
|
|
1619
1619
|
e.timestampOffset = a;
|
|
1620
1620
|
})
|
|
1621
1621
|
};
|
|
1622
|
-
}, Mn = -20,
|
|
1623
|
-
const { videoElement: a, preEvictionTime: s, postEvictionTime:
|
|
1624
|
-
a.addEventListener("error",
|
|
1625
|
-
const
|
|
1622
|
+
}, Mn = -20, In = 60, Ln = 30, kn = lt(async ({ sendBack: e, receive: t, input: r, self: n, emit: o }) => {
|
|
1623
|
+
const { videoElement: a, preEvictionTime: s, postEvictionTime: c, bufferTargetTime: d } = r, p = () => console.error(a.error);
|
|
1624
|
+
a.addEventListener("error", p);
|
|
1625
|
+
const m = new MediaSource(), g = URL.createObjectURL(m);
|
|
1626
1626
|
a.src = g;
|
|
1627
|
-
const
|
|
1628
|
-
let
|
|
1629
|
-
const
|
|
1630
|
-
(
|
|
1627
|
+
const b = () => a.currentTime + (s ?? Mn), S = () => a.currentTime + (c ?? In), h = () => a.currentTime + (d ?? Ln);
|
|
1628
|
+
let y;
|
|
1629
|
+
const u = await new Promise(
|
|
1630
|
+
(U) => m.addEventListener(
|
|
1631
1631
|
"sourceopen",
|
|
1632
1632
|
() => {
|
|
1633
|
-
let
|
|
1634
|
-
t((
|
|
1635
|
-
if (!
|
|
1636
|
-
const ee =
|
|
1637
|
-
ee.mode = "segments",
|
|
1633
|
+
let B = !1;
|
|
1634
|
+
t((V) => {
|
|
1635
|
+
if (!B && V.type === "METADATA") {
|
|
1636
|
+
const ee = m.addSourceBuffer(`video/mp4; codecs="${V.info.input.videoMimeType},${V.info.input.audioMimeType}"`);
|
|
1637
|
+
ee.mode = "segments", m.duration = V.info.input.duration, y = V.data, B = !0, U(ee);
|
|
1638
1638
|
}
|
|
1639
1639
|
});
|
|
1640
1640
|
},
|
|
1641
1641
|
{ once: !0 }
|
|
1642
1642
|
)
|
|
1643
1643
|
);
|
|
1644
|
-
if (!
|
|
1645
|
-
const { appendBuffer:
|
|
1646
|
-
|
|
1647
|
-
|
|
1644
|
+
if (!y) throw new Error("No header buffer");
|
|
1645
|
+
const { appendBuffer: l, unbufferRange: v, updateTimestampOffset: x } = Nn(u);
|
|
1646
|
+
l(y), t(async (U) => {
|
|
1647
|
+
U.type === "DATA" ? await l(U.data) : U.type === "TIMESTAMP_OFFSET" && await x(U.timestampOffset);
|
|
1648
1648
|
});
|
|
1649
1649
|
const A = async () => {
|
|
1650
|
-
const
|
|
1651
|
-
for (const { start: ee, end: ue } of
|
|
1652
|
-
ee <
|
|
1650
|
+
const U = b(), B = S(), V = zt(u);
|
|
1651
|
+
for (const { start: ee, end: ue } of V)
|
|
1652
|
+
ee < U && await v(
|
|
1653
1653
|
ee,
|
|
1654
|
-
|
|
1655
|
-
), ue >
|
|
1656
|
-
|
|
1654
|
+
U
|
|
1655
|
+
), ue > B && await v(
|
|
1656
|
+
B,
|
|
1657
1657
|
ue
|
|
1658
1658
|
);
|
|
1659
1659
|
}, f = setInterval(async () => {
|
|
1660
1660
|
await A();
|
|
1661
|
-
const
|
|
1662
|
-
Math.max(...
|
|
1663
|
-
}, 100), _ = () => e({ type: "SOURCE_OPEN" }), C = () => e({ type: "SOURCE_ENDED" }),
|
|
1664
|
-
return
|
|
1665
|
-
URL.revokeObjectURL(g), clearInterval(f), a.removeEventListener("error",
|
|
1661
|
+
const U = zt(u);
|
|
1662
|
+
Math.max(...U.map(({ end: V }) => V)) < h() && e({ type: "NEED_DATA" });
|
|
1663
|
+
}, 100), _ = () => e({ type: "SOURCE_OPEN" }), C = () => e({ type: "SOURCE_ENDED" }), F = () => e({ type: "SOURCE_ERROR" });
|
|
1664
|
+
return m.addEventListener("sourceopen", _), m.addEventListener("sourceended", C), m.addEventListener("error", F), () => {
|
|
1665
|
+
URL.revokeObjectURL(g), clearInterval(f), a.removeEventListener("error", p), m.removeEventListener("sourceopen", _), m.removeEventListener("sourceended", C), m.removeEventListener("error", F);
|
|
1666
1666
|
};
|
|
1667
|
-
}),
|
|
1668
|
-
let
|
|
1669
|
-
const a = (s,
|
|
1670
|
-
const
|
|
1667
|
+
}), $n = (e, t) => {
|
|
1668
|
+
let r, n, o;
|
|
1669
|
+
const a = (s, c, d) => (p) => {
|
|
1670
|
+
const m = performance.now();
|
|
1671
1671
|
return setTimeout(() => {
|
|
1672
1672
|
if (!o) {
|
|
1673
|
-
|
|
1673
|
+
r = void 0, n = void 0;
|
|
1674
1674
|
return;
|
|
1675
1675
|
}
|
|
1676
1676
|
const g = (async () => t(...o))();
|
|
1677
|
-
o = void 0, g.then(
|
|
1678
|
-
console.error(
|
|
1677
|
+
o = void 0, g.then(c).catch((h) => {
|
|
1678
|
+
console.error(h), d(h);
|
|
1679
1679
|
});
|
|
1680
|
-
let
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
}),
|
|
1684
|
-
}, e - (
|
|
1680
|
+
let b, S;
|
|
1681
|
+
n = new Promise((h, y) => {
|
|
1682
|
+
b = h, S = y;
|
|
1683
|
+
}), r = g.then(a(m, b, S)).catch((h) => (console.error(h), a(s, b, S)(h)));
|
|
1684
|
+
}, e - (m - s)), p;
|
|
1685
1685
|
};
|
|
1686
1686
|
return (...s) => {
|
|
1687
|
-
if (o = s,
|
|
1688
|
-
return
|
|
1687
|
+
if (o = s, r)
|
|
1688
|
+
return n;
|
|
1689
1689
|
{
|
|
1690
|
-
const
|
|
1690
|
+
const c = performance.now(), d = (async () => t(...s))();
|
|
1691
1691
|
o = void 0;
|
|
1692
|
-
let
|
|
1693
|
-
return
|
|
1694
|
-
|
|
1695
|
-
}),
|
|
1692
|
+
let p, m;
|
|
1693
|
+
return n = new Promise((g, b) => {
|
|
1694
|
+
p = g, m = b;
|
|
1695
|
+
}), r = d.then(a(c, p, m)).catch((g) => (console.error(g), a(c, p, m)(g))), d;
|
|
1696
1696
|
}
|
|
1697
1697
|
};
|
|
1698
|
-
}, Un = lt(async ({ sendBack: e, receive: t, input:
|
|
1699
|
-
const { remuxerOptions: a } =
|
|
1698
|
+
}, Un = lt(async ({ sendBack: e, receive: t, input: r, self: n, emit: o }) => {
|
|
1699
|
+
const { remuxerOptions: a } = r, { publicPath: s, workerUrl: c, bufferSize: d, length: p, read: m } = a, g = await Ht({
|
|
1700
1700
|
publicPath: s,
|
|
1701
|
-
workerUrl:
|
|
1702
|
-
bufferSize:
|
|
1703
|
-
length:
|
|
1704
|
-
read:
|
|
1705
|
-
}),
|
|
1706
|
-
|
|
1707
|
-
let
|
|
1708
|
-
const
|
|
1709
|
-
if (!(
|
|
1701
|
+
workerUrl: c,
|
|
1702
|
+
bufferSize: d,
|
|
1703
|
+
length: p,
|
|
1704
|
+
read: m
|
|
1705
|
+
}), b = await g.init();
|
|
1706
|
+
b.indexes && e({ type: "INDEXES", indexes: b.indexes }), b.attachments?.length && e({ type: "NEW_ATTACHMENTS", attachments: b.attachments }), b.subtitles?.length && e({ type: "NEW_SUBTITLE_FRAGMENTS", subtitles: b.subtitles }), e({ type: "METADATA", ...b });
|
|
1707
|
+
let S = !1, h = [];
|
|
1708
|
+
const y = $n(100, async () => {
|
|
1709
|
+
if (!(h.length || S))
|
|
1710
1710
|
try {
|
|
1711
|
-
const { data:
|
|
1712
|
-
|
|
1713
|
-
} catch (
|
|
1714
|
-
if (
|
|
1715
|
-
console.error(
|
|
1711
|
+
const { data: u, subtitles: l, finished: v } = await g.read();
|
|
1712
|
+
v && (S = !0), l.length && e({ type: "NEW_SUBTITLE_FRAGMENTS", subtitles: l }), e({ type: "DATA", data: u });
|
|
1713
|
+
} catch (u) {
|
|
1714
|
+
if (u.message === "Cancelled") return;
|
|
1715
|
+
console.error(u);
|
|
1716
1716
|
}
|
|
1717
1717
|
});
|
|
1718
|
-
return t(async (
|
|
1719
|
-
if (
|
|
1720
|
-
|
|
1721
|
-
else if (
|
|
1722
|
-
|
|
1723
|
-
const { currentTime:
|
|
1724
|
-
|
|
1718
|
+
return t(async (u) => {
|
|
1719
|
+
if (u.type === "NEED_DATA")
|
|
1720
|
+
y();
|
|
1721
|
+
else if (u.type === "SEEKING") {
|
|
1722
|
+
S = !1;
|
|
1723
|
+
const { currentTime: l } = u, v = { currentTime: l };
|
|
1724
|
+
h = [...h, v];
|
|
1725
1725
|
try {
|
|
1726
|
-
const { data:
|
|
1727
|
-
|
|
1726
|
+
const { data: x, pts: A } = await g.seek(l).finally(() => {
|
|
1727
|
+
h = h.filter((f) => f !== v);
|
|
1728
1728
|
});
|
|
1729
|
-
e({ type: "TIMESTAMP_OFFSET", timestampOffset: A }), e({ type: "DATA", data:
|
|
1730
|
-
} catch (
|
|
1731
|
-
if (
|
|
1732
|
-
console.error(
|
|
1729
|
+
e({ type: "TIMESTAMP_OFFSET", timestampOffset: A }), e({ type: "DATA", data: x });
|
|
1730
|
+
} catch (x) {
|
|
1731
|
+
if (x.message === "Cancelled") return;
|
|
1732
|
+
console.error(x);
|
|
1733
1733
|
}
|
|
1734
1734
|
}
|
|
1735
1735
|
}), () => {
|
|
@@ -1765,182 +1765,182 @@ const On = Xt(({ sendBack: e, receive: t, input: n }) => {
|
|
|
1765
1765
|
Encoding: Number(t.Encoding)
|
|
1766
1766
|
});
|
|
1767
1767
|
}, Dn = (e) => {
|
|
1768
|
-
const t = e.content.match(/\r\n\[Events\]\r\nFormat: (.*)/)?.[0],
|
|
1768
|
+
const t = e.content.match(/\r\n\[Events\]\r\nFormat: (.*)/)?.[0], r = t?.trim().split(`
|
|
1769
1769
|
`)[1];
|
|
1770
|
-
if (!t || !
|
|
1770
|
+
if (!t || !r)
|
|
1771
1771
|
throw new Error("dialogueFormatContent is undefined");
|
|
1772
1772
|
return {
|
|
1773
1773
|
type: "header",
|
|
1774
1774
|
streamIndex: e.streamIndex,
|
|
1775
1775
|
content: e.content,
|
|
1776
1776
|
eventsContent: t,
|
|
1777
|
-
dialogueFormatContent:
|
|
1778
|
-
parsed:
|
|
1777
|
+
dialogueFormatContent: r,
|
|
1778
|
+
parsed: Le(e.content)
|
|
1779
1779
|
};
|
|
1780
1780
|
}, jn = (e, t) => {
|
|
1781
|
-
const [
|
|
1782
|
-
${
|
|
1783
|
-
if (!
|
|
1781
|
+
const [r, n] = t.content.split(","), o = Number(r), a = Vt(t.start), s = Vt(t.end), c = t.content.replace(`${o},${n},`, ""), d = `Dialogue: ${n},${a},${s},${c}`, m = Le(`${e.eventsContent}\r
|
|
1782
|
+
${d}`).events.dialogue[0];
|
|
1783
|
+
if (!m)
|
|
1784
1784
|
throw new Error("dialogueEvent is undefined");
|
|
1785
1785
|
return {
|
|
1786
1786
|
type: "dialogue",
|
|
1787
1787
|
streamIndex: t.streamIndex,
|
|
1788
1788
|
index: o,
|
|
1789
|
-
content:
|
|
1790
|
-
parsed:
|
|
1791
|
-
${
|
|
1789
|
+
content: d,
|
|
1790
|
+
parsed: Le(`${e.eventsContent}\r
|
|
1791
|
+
${d}`),
|
|
1792
1792
|
assEvent: {
|
|
1793
|
-
...
|
|
1794
|
-
Effect:
|
|
1795
|
-
Text:
|
|
1796
|
-
Duration: (
|
|
1797
|
-
Start:
|
|
1798
|
-
End:
|
|
1793
|
+
...m,
|
|
1794
|
+
Effect: m.Effect ?? "",
|
|
1795
|
+
Text: m.Text.raw,
|
|
1796
|
+
Duration: (m.End - m.Start) * 1e3,
|
|
1797
|
+
Start: m.Start * 1e3,
|
|
1798
|
+
End: m.End * 1e3,
|
|
1799
1799
|
ReadOrder: o,
|
|
1800
1800
|
_index: o
|
|
1801
1801
|
}
|
|
1802
1802
|
};
|
|
1803
|
-
}, Yn = lt(async ({ sendBack: e, receive: t, input:
|
|
1804
|
-
const { publicPath: a, subtitlesRendererOptions: s, videoElement:
|
|
1805
|
-
let
|
|
1803
|
+
}, Yn = lt(async ({ sendBack: e, receive: t, input: r, self: n, emit: o }) => {
|
|
1804
|
+
const { publicPath: a, subtitlesRendererOptions: s, videoElement: c, canvasElement: d } = r;
|
|
1805
|
+
let p = [], m;
|
|
1806
1806
|
const g = /* @__PURE__ */ new Map();
|
|
1807
|
-
let
|
|
1808
|
-
return t((
|
|
1809
|
-
if (
|
|
1810
|
-
if (
|
|
1811
|
-
|
|
1812
|
-
const
|
|
1813
|
-
if (!
|
|
1807
|
+
let b = [], S;
|
|
1808
|
+
return t((h) => {
|
|
1809
|
+
if (h.type === "SELECT_SUBTITLE_STREAM") {
|
|
1810
|
+
if (S = h.streamIndex, e({ type: "SELECTED_SUBTITLE_STREAM_UPDATED", streamIndex: h.streamIndex }), !m) return;
|
|
1811
|
+
m.freeTrack(), b = [];
|
|
1812
|
+
const y = g.get(S);
|
|
1813
|
+
if (!y)
|
|
1814
1814
|
throw new Error("newSubtitleStreams is undefined");
|
|
1815
|
-
const
|
|
1816
|
-
...
|
|
1815
|
+
const u = Le(y.header.content), l = {
|
|
1816
|
+
...u,
|
|
1817
1817
|
info: {
|
|
1818
|
-
...
|
|
1818
|
+
...u.info,
|
|
1819
1819
|
ScaledBorderAndShadow: "no",
|
|
1820
1820
|
LayoutResX: "",
|
|
1821
1821
|
LayoutResY: ""
|
|
1822
1822
|
}
|
|
1823
|
-
},
|
|
1824
|
-
|
|
1825
|
-
for (const
|
|
1826
|
-
const A =
|
|
1827
|
-
A && Wt(
|
|
1823
|
+
}, v = _t(l);
|
|
1824
|
+
m.setTrack(v), m.setCurrentTime(c.paused, c.currentTime, c.playbackRate);
|
|
1825
|
+
for (const x in y.header.parsed.styles) {
|
|
1826
|
+
const A = y.header.parsed.styles.style[Number(x)];
|
|
1827
|
+
A && Wt(m, A);
|
|
1828
1828
|
}
|
|
1829
|
-
for (const
|
|
1830
|
-
|
|
1831
|
-
(f) => f.streamIndex ===
|
|
1832
|
-
) ||
|
|
1833
|
-
}
|
|
1834
|
-
if (
|
|
1835
|
-
const
|
|
1836
|
-
if (
|
|
1837
|
-
const
|
|
1838
|
-
return g.set(
|
|
1829
|
+
for (const x of y?.dialogues ?? [])
|
|
1830
|
+
b.filter((f) => f.type === "dialogue").find(
|
|
1831
|
+
(f) => f.streamIndex === x.streamIndex && f.index === x.index
|
|
1832
|
+
) || S !== x.streamIndex || (m?.createEvent(x.assEvent), b.push(x));
|
|
1833
|
+
}
|
|
1834
|
+
if (h.type === "NEW_SUBTITLE_FRAGMENTS") {
|
|
1835
|
+
const y = h.subtitles.map((u) => {
|
|
1836
|
+
if (u.type === "header") {
|
|
1837
|
+
const l = Dn(u);
|
|
1838
|
+
return g.set(u.streamIndex, { header: l, dialogues: [] }), S === void 0 && (S = u.streamIndex, e({ type: "SELECTED_SUBTITLE_STREAM_UPDATED", streamIndex: u.streamIndex })), e({ type: "SUBTITLE_STREAMS_UPDATED", subtitlesStreams: [...g.values()] }), l;
|
|
1839
1839
|
} else {
|
|
1840
|
-
const
|
|
1841
|
-
if (!
|
|
1840
|
+
const l = g.get(u.streamIndex)?.header;
|
|
1841
|
+
if (!l)
|
|
1842
1842
|
throw new Error("SubtitleStream or its header is undefined");
|
|
1843
|
-
const
|
|
1844
|
-
return g.get(
|
|
1843
|
+
const v = jn(l, u);
|
|
1844
|
+
return g.get(u.streamIndex)?.dialogues.push(v), e({ type: "SUBTITLE_STREAMS_UPDATED", subtitlesStreams: [...g.values()] }), v;
|
|
1845
1845
|
}
|
|
1846
1846
|
});
|
|
1847
|
-
for (const
|
|
1848
|
-
if (
|
|
1849
|
-
if (
|
|
1850
|
-
(
|
|
1851
|
-
) ||
|
|
1847
|
+
for (const u of y)
|
|
1848
|
+
if (u.type === "dialogue") {
|
|
1849
|
+
if (b.filter((v) => v.type === "dialogue").find(
|
|
1850
|
+
(v) => v.streamIndex === u.streamIndex && v.index === u.index
|
|
1851
|
+
) || S !== u.streamIndex)
|
|
1852
1852
|
continue;
|
|
1853
|
-
|
|
1854
|
-
} else if (
|
|
1855
|
-
if (!
|
|
1856
|
-
const
|
|
1857
|
-
...
|
|
1853
|
+
m?.createEvent(u.assEvent), b.push(u);
|
|
1854
|
+
} else if (u.type === "header") {
|
|
1855
|
+
if (!m) {
|
|
1856
|
+
const l = Le(u.content), v = {
|
|
1857
|
+
...l,
|
|
1858
1858
|
info: {
|
|
1859
|
-
...
|
|
1859
|
+
...l.info,
|
|
1860
1860
|
ScaledBorderAndShadow: "no",
|
|
1861
1861
|
LayoutResX: "",
|
|
1862
1862
|
LayoutResY: ""
|
|
1863
1863
|
}
|
|
1864
|
-
},
|
|
1865
|
-
|
|
1866
|
-
video:
|
|
1867
|
-
canvas:
|
|
1868
|
-
subContent:
|
|
1864
|
+
}, x = _t(v);
|
|
1865
|
+
m = new br({
|
|
1866
|
+
video: c,
|
|
1867
|
+
canvas: d,
|
|
1868
|
+
subContent: x,
|
|
1869
1869
|
workerUrl: s.workerUrl,
|
|
1870
1870
|
modernWasmUrl: s.wasmUrl,
|
|
1871
|
-
fonts:
|
|
1872
|
-
availableFonts: { ...Object.fromEntries(
|
|
1871
|
+
fonts: p.filter(Boolean).map(([A, f]) => f),
|
|
1872
|
+
availableFonts: { ...Object.fromEntries(p), "liberation sans": `${a}default.woff2` }
|
|
1873
1873
|
// fallbackFont: 'liberation sans',
|
|
1874
1874
|
});
|
|
1875
1875
|
}
|
|
1876
|
-
for (const
|
|
1877
|
-
const
|
|
1878
|
-
|
|
1876
|
+
for (const l in u.parsed.styles) {
|
|
1877
|
+
const v = u.parsed.styles.style[Number(l)];
|
|
1878
|
+
v && Wt(m, v);
|
|
1879
1879
|
}
|
|
1880
1880
|
} else
|
|
1881
1881
|
throw new Error("Unknown subtitlePart type");
|
|
1882
1882
|
}
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
new Uint8Array(
|
|
1883
|
+
h.type === "NEW_ATTACHMENTS" && (p = h.attachments.map((y) => [
|
|
1884
|
+
y.filename,
|
|
1885
|
+
new Uint8Array(y.data)
|
|
1886
1886
|
]));
|
|
1887
1887
|
}), () => {
|
|
1888
|
-
|
|
1888
|
+
m?.destroy();
|
|
1889
1889
|
};
|
|
1890
|
-
}), zn = lt(async ({ sendBack: e, receive: t, input:
|
|
1891
|
-
const { remuxerOptions: a } =
|
|
1890
|
+
}), zn = lt(async ({ sendBack: e, receive: t, input: r, self: n, emit: o }) => {
|
|
1891
|
+
const { remuxerOptions: a } = r, { publicPath: s, workerUrl: c, bufferSize: d, length: p, read: m } = a;
|
|
1892
1892
|
let g;
|
|
1893
|
-
const
|
|
1894
|
-
g =
|
|
1893
|
+
const b = new Promise((v) => {
|
|
1894
|
+
g = v;
|
|
1895
1895
|
});
|
|
1896
|
-
t(async (
|
|
1897
|
-
await
|
|
1896
|
+
t(async (v) => {
|
|
1897
|
+
await b, v.type === "DOWNLOADED_RANGES_UPDATED" && h.indexes.reduce((f, _) => {
|
|
1898
1898
|
const C = f.at(-1);
|
|
1899
1899
|
if (C && _.timestamp - C.timestamp < 5)
|
|
1900
1900
|
return f;
|
|
1901
1901
|
{
|
|
1902
|
-
const
|
|
1903
|
-
return
|
|
1902
|
+
const F = h.indexes.slice(_.index + 1).find((U) => U.timestamp > _.timestamp + 5);
|
|
1903
|
+
return F ? [...f, { ..._, duration: F.timestamp - _.timestamp }] : [...f, _];
|
|
1904
1904
|
}
|
|
1905
1905
|
}, []).filter((f) => {
|
|
1906
|
-
const _ =
|
|
1907
|
-
return
|
|
1908
|
-
({ startByteOffset:
|
|
1906
|
+
const _ = h.indexes.at(f.index + 1), C = _ ? _.pos : a.length, F = f.pos;
|
|
1907
|
+
return v.downloadedRanges.some(
|
|
1908
|
+
({ startByteOffset: B, endByteOffset: V }) => B <= F && C <= V
|
|
1909
1909
|
);
|
|
1910
|
-
}).sort((f, _) => f.timestamp - _.timestamp).forEach((f) =>
|
|
1910
|
+
}).sort((f, _) => f.timestamp - _.timestamp).forEach((f) => l(f));
|
|
1911
1911
|
});
|
|
1912
|
-
const
|
|
1912
|
+
const S = await Ht({
|
|
1913
1913
|
publicPath: s,
|
|
1914
|
-
workerUrl:
|
|
1915
|
-
bufferSize:
|
|
1916
|
-
length:
|
|
1917
|
-
read:
|
|
1918
|
-
}),
|
|
1919
|
-
let
|
|
1920
|
-
const
|
|
1921
|
-
if (
|
|
1922
|
-
const
|
|
1914
|
+
workerUrl: c,
|
|
1915
|
+
bufferSize: d,
|
|
1916
|
+
length: p,
|
|
1917
|
+
read: m
|
|
1918
|
+
}), h = await S.init(), y = new qt({ concurrency: 1 });
|
|
1919
|
+
let u = [];
|
|
1920
|
+
const l = (v) => y.add(async () => {
|
|
1921
|
+
if (u.find((U) => U.index.index === v.index)) return;
|
|
1922
|
+
const x = await S.readKeyframe(v.timestamp), A = new Blob([x], { type: "image/png" }), f = URL.createObjectURL(A), _ = h.indexes.at(v.index + 1), C = _ ? _.timestamp - v.timestamp : h.info.input.duration - v.timestamp, F = {
|
|
1923
1923
|
blob: A,
|
|
1924
1924
|
url: f,
|
|
1925
|
-
timestamp:
|
|
1926
|
-
duration:
|
|
1927
|
-
index:
|
|
1925
|
+
timestamp: v.timestamp,
|
|
1926
|
+
duration: v.duration ?? C,
|
|
1927
|
+
index: v
|
|
1928
1928
|
};
|
|
1929
|
-
|
|
1929
|
+
u.push(F), e({ type: "NEW_THUMBNAIL", thumbnail: F });
|
|
1930
1930
|
});
|
|
1931
1931
|
return g(), () => {
|
|
1932
|
-
|
|
1932
|
+
S.destroy();
|
|
1933
1933
|
};
|
|
1934
1934
|
}), Fn = Er({
|
|
1935
1935
|
types: {},
|
|
1936
1936
|
actions: {
|
|
1937
|
-
isReady:
|
|
1937
|
+
isReady: gr(({ context: e, enqueue: t }) => {
|
|
1938
1938
|
e.videoElement && e.canvasElement && e.remuxerOptions && e.subtitlesRendererOptions && e.mediaSourceOptions && t.raise({ type: "IS_READY" });
|
|
1939
1939
|
})
|
|
1940
1940
|
},
|
|
1941
1941
|
actors: {
|
|
1942
1942
|
mediaLogic: On,
|
|
1943
|
-
mediaSourceLogic:
|
|
1943
|
+
mediaSourceLogic: kn,
|
|
1944
1944
|
dataSourceLogic: Un,
|
|
1945
1945
|
thumbnailsLogic: zn,
|
|
1946
1946
|
subtitlesLogic: Yn
|
|
@@ -1964,6 +1964,7 @@ ${l}`),
|
|
|
1964
1964
|
subtitleFragments: [],
|
|
1965
1965
|
subtitleStreams: [],
|
|
1966
1966
|
selectedSubtitleStreamIndex: void 0,
|
|
1967
|
+
indexes: [],
|
|
1967
1968
|
thumbnails: [],
|
|
1968
1969
|
isReady: !1
|
|
1969
1970
|
},
|
|
@@ -2054,47 +2055,52 @@ ${l}`),
|
|
|
2054
2055
|
}
|
|
2055
2056
|
],
|
|
2056
2057
|
on: {
|
|
2057
|
-
PLAY: { actions:
|
|
2058
|
-
PAUSE: { actions:
|
|
2059
|
-
SET_TIME: { actions:
|
|
2060
|
-
SET_PLAYBACK_RATE: { actions:
|
|
2058
|
+
PLAY: { actions: H("media", ({ event: e }) => e) },
|
|
2059
|
+
PAUSE: { actions: H("media", ({ event: e }) => e) },
|
|
2060
|
+
SET_TIME: { actions: H("media", ({ event: e }) => e) },
|
|
2061
|
+
SET_PLAYBACK_RATE: { actions: H("media", ({ event: e }) => e) },
|
|
2061
2062
|
PLAYING: { actions: Y({ media: ({ context: e }) => ({ ...e.media, paused: !1 }) }) },
|
|
2062
2063
|
PAUSED: { actions: Y({ media: ({ context: e }) => ({ ...e.media, paused: !0 }) }) },
|
|
2063
2064
|
ENDED: { actions: Y({ media: ({ context: e }) => ({ ...e.media, paused: !0 }) }) },
|
|
2064
2065
|
TIME_UPDATE: { actions: Y({ media: ({ context: e, event: t }) => ({ ...e.media, currentTime: t.currentTime }) }) },
|
|
2065
2066
|
VOLUME_UPDATE: { actions: Y({ media: ({ context: e, event: t }) => ({ ...e.media, muted: t.muted, volume: t.volume }) }) },
|
|
2066
|
-
SET_VOLUME: { actions:
|
|
2067
|
+
SET_VOLUME: { actions: H("media", ({ event: e }) => e) },
|
|
2067
2068
|
PLAYBACK_RATE_UPDATE: { actions: Y({ media: ({ context: e, event: t }) => ({ ...e.media, playbackRate: t.playbackRate }) }) },
|
|
2068
2069
|
DURATION_UPDATE: { actions: Y({ media: ({ context: e, event: t }) => ({ ...e.media, duration: t.duration }) }) },
|
|
2069
|
-
NEED_DATA: { actions:
|
|
2070
|
-
METADATA: { actions:
|
|
2071
|
-
SEEKING: { actions:
|
|
2072
|
-
DATA: { actions:
|
|
2073
|
-
TIMESTAMP_OFFSET: { actions:
|
|
2070
|
+
NEED_DATA: { actions: H("dataSource", ({ event: e }) => e) },
|
|
2071
|
+
METADATA: { actions: H("mediaSource", ({ event: e }) => e) },
|
|
2072
|
+
SEEKING: { actions: H("dataSource", ({ event: e }) => e) },
|
|
2073
|
+
DATA: { actions: H("mediaSource", ({ event: e }) => e) },
|
|
2074
|
+
TIMESTAMP_OFFSET: { actions: H("mediaSource", ({ event: e }) => e) },
|
|
2074
2075
|
NEW_THUMBNAIL: { actions: [Y({ thumbnails: ({ context: e, event: t }) => [...e.thumbnails, t.thumbnail] })] },
|
|
2075
|
-
DOWNLOADED_RANGES_UPDATED: { actions:
|
|
2076
|
+
DOWNLOADED_RANGES_UPDATED: { actions: H("thumbnails", ({ event: e }) => e) },
|
|
2077
|
+
INDEXES: {
|
|
2078
|
+
actions: [
|
|
2079
|
+
Y({ indexes: ({ event: e }) => e.indexes })
|
|
2080
|
+
]
|
|
2081
|
+
},
|
|
2076
2082
|
NEW_ATTACHMENTS: {
|
|
2077
2083
|
actions: [
|
|
2078
2084
|
Y({ attachments: ({ context: e, event: t }) => [...e.attachments, ...t.attachments] }),
|
|
2079
|
-
|
|
2085
|
+
H("subtitles", ({ event: e }) => e)
|
|
2080
2086
|
]
|
|
2081
2087
|
},
|
|
2082
2088
|
NEW_SUBTITLE_FRAGMENTS: {
|
|
2083
2089
|
actions: [
|
|
2084
2090
|
Y({ subtitleFragments: ({ context: e, event: t }) => [...e.subtitleFragments, ...t.subtitles] }),
|
|
2085
|
-
|
|
2091
|
+
H("subtitles", ({ event: e }) => e)
|
|
2086
2092
|
// emit(({ event }) => ({ type: 'NEW_SUBTITLE_FRAGMENTS', subtitles: event.subtitles }))
|
|
2087
2093
|
]
|
|
2088
2094
|
},
|
|
2089
2095
|
SUBTITLE_STREAMS_UPDATED: {
|
|
2090
2096
|
actions: [
|
|
2091
2097
|
Y({ subtitleStreams: ({ event: e }) => e.subtitlesStreams }),
|
|
2092
|
-
|
|
2098
|
+
H("subtitles", ({ event: e }) => e)
|
|
2093
2099
|
]
|
|
2094
2100
|
},
|
|
2095
2101
|
SELECT_SUBTITLE_STREAM: {
|
|
2096
2102
|
actions: [
|
|
2097
|
-
|
|
2103
|
+
H("subtitles", ({ event: e }) => e)
|
|
2098
2104
|
]
|
|
2099
2105
|
},
|
|
2100
2106
|
SELECTED_SUBTITLE_STREAM_UPDATED: {
|
|
@@ -2107,46 +2113,78 @@ ${l}`),
|
|
|
2107
2113
|
},
|
|
2108
2114
|
DESTROYED: {}
|
|
2109
2115
|
}
|
|
2110
|
-
}),
|
|
2111
|
-
const [
|
|
2112
|
-
localStorage.setItem(e, a),
|
|
2116
|
+
}), O = vr(Fn), we = hr({}), Bt = (e, t) => {
|
|
2117
|
+
const [r, n] = Q(() => localStorage.getItem(e) ?? t), o = (a) => {
|
|
2118
|
+
localStorage.setItem(e, a), n(a), window.dispatchEvent(new Event("storage"));
|
|
2113
2119
|
};
|
|
2114
2120
|
return z(() => {
|
|
2115
2121
|
const a = () => {
|
|
2116
2122
|
const s = localStorage.getItem(e);
|
|
2117
|
-
|
|
2123
|
+
n(s ?? t);
|
|
2118
2124
|
};
|
|
2119
2125
|
return window.addEventListener("storage", a), () => {
|
|
2120
2126
|
window.removeEventListener("storage", a);
|
|
2121
2127
|
};
|
|
2122
|
-
}, [e]), [
|
|
2123
|
-
}, nt = (e, t,
|
|
2128
|
+
}, [e]), [r, o];
|
|
2129
|
+
}, nt = (e, t, r, n) => {
|
|
2124
2130
|
if (!e) throw new Error("Media actor not found");
|
|
2125
|
-
if (!
|
|
2126
|
-
|
|
2127
|
-
}, Vn =
|
|
2131
|
+
if (!r) throw new Error("Duration not found");
|
|
2132
|
+
r === n ? (e.send({ type: "SET_TIME", value: 0 }), e.send({ type: "PLAY" })) : t ? e.send({ type: "PLAY" }) : e.send({ type: "PAUSE" });
|
|
2133
|
+
}, Vn = K`
|
|
2128
2134
|
top: unset !important;
|
|
2129
2135
|
left: unset !important;
|
|
2130
2136
|
width: 100%;
|
|
2131
2137
|
height: 100%;
|
|
2132
2138
|
margin: auto;
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2139
|
+
pointer-events: none;
|
|
2140
|
+
`, Wn = K`
|
|
2141
|
+
position: absolute;
|
|
2142
|
+
top: 0;
|
|
2143
|
+
left: 0;
|
|
2144
|
+
width: 100%;
|
|
2145
|
+
height: 100%;
|
|
2146
|
+
margin-left: 2.5rem;
|
|
2147
|
+
margin-top: 2.5rem;
|
|
2148
|
+
font-size: 2rem;
|
|
2149
|
+
color: white;
|
|
2150
|
+
text-shadow: 0 0 4px rgba(0, 0, 0, 1);
|
|
2151
|
+
z-index: 2;
|
|
2152
|
+
pointer-events: none;
|
|
2153
|
+
`, Bn = K`
|
|
2154
|
+
position: absolute;
|
|
2155
|
+
top: 0;
|
|
2156
|
+
left: 0;
|
|
2157
|
+
width: 100%;
|
|
2158
|
+
height: 100%;
|
|
2159
|
+
font-size: 2rem;
|
|
2160
|
+
color: white;
|
|
2161
|
+
text-shadow: 0 0 4px rgba(0, 0, 0, 1);
|
|
2162
|
+
z-index: 2;
|
|
2163
|
+
display: flex;
|
|
2164
|
+
justify-content: center;
|
|
2165
|
+
align-items: center;
|
|
2166
|
+
pointer-events: none;
|
|
2167
|
+
`, Gn = ({ loadingInformation: e }) => {
|
|
2168
|
+
const t = O.useActorRef(), r = O.useSelector((c) => c.context.media.duration), n = Se(we), [o, a] = Q(), s = ot((c) => {
|
|
2169
|
+
a(c);
|
|
2136
2170
|
}, []);
|
|
2137
2171
|
return z(() => {
|
|
2138
|
-
|
|
2172
|
+
o && t.send({
|
|
2139
2173
|
type: "SET_CANVAS_ELEMENT",
|
|
2140
|
-
canvasElement:
|
|
2174
|
+
canvasElement: o
|
|
2141
2175
|
});
|
|
2142
|
-
}, [
|
|
2143
|
-
|
|
2144
|
-
|
|
2176
|
+
}, [o]), /* @__PURE__ */ $(cr, { children: [
|
|
2177
|
+
n.title && !n.hideUI ? /* @__PURE__ */ E("div", { css: Wn, children: n.title }) : void 0,
|
|
2178
|
+
r === void 0 && e ? /* @__PURE__ */ E("div", { css: Bn, children: e }) : void 0,
|
|
2179
|
+
/* @__PURE__ */ E("canvas", { ref: s, css: Vn })
|
|
2180
|
+
] });
|
|
2181
|
+
}, ur = 1e-4, gt = 1, lr = 2, dr = (e) => {
|
|
2182
|
+
const t = Math.max(ur, Math.min(gt, e));
|
|
2145
2183
|
return Math.pow(t, lr);
|
|
2146
|
-
},
|
|
2147
|
-
const t = Math.max(ur, Math.min(
|
|
2148
|
-
return Math.pow(t,
|
|
2149
|
-
},
|
|
2184
|
+
}, St = (e) => {
|
|
2185
|
+
const t = Math.max(ur, Math.min(gt, e));
|
|
2186
|
+
return Math.pow(t, gt / lr);
|
|
2187
|
+
}, xe = {
|
|
2150
2188
|
bMedium: {
|
|
2151
2189
|
bold: `
|
|
2152
2190
|
font-weight: 600;
|
|
@@ -2178,7 +2216,7 @@ ${l}`),
|
|
|
2178
2216
|
}
|
|
2179
2217
|
`
|
|
2180
2218
|
}
|
|
2181
|
-
},
|
|
2219
|
+
}, Xn = (e) => K`
|
|
2182
2220
|
display: flex;
|
|
2183
2221
|
justify-content: flex-end;
|
|
2184
2222
|
|
|
@@ -2188,74 +2226,74 @@ ${l}`),
|
|
|
2188
2226
|
z-index: 3;
|
|
2189
2227
|
|
|
2190
2228
|
* {
|
|
2191
|
-
${
|
|
2229
|
+
${xe.bSmall.regular}
|
|
2192
2230
|
}
|
|
2193
2231
|
|
|
2194
|
-
${e === "sm" &&
|
|
2232
|
+
${e === "sm" && K`
|
|
2195
2233
|
padding: 0.4rem!important;
|
|
2196
2234
|
`}
|
|
2197
|
-
${e === "md" &&
|
|
2235
|
+
${e === "md" && K`
|
|
2198
2236
|
padding: 0.6rem!important;
|
|
2199
2237
|
`}
|
|
2200
|
-
${e === "lg" &&
|
|
2238
|
+
${e === "lg" && K`
|
|
2201
2239
|
padding: 1.2rem!important;
|
|
2202
2240
|
`}
|
|
2203
|
-
`,
|
|
2241
|
+
`, be = ({
|
|
2204
2242
|
id: e,
|
|
2205
2243
|
toolTipText: t,
|
|
2206
|
-
text:
|
|
2207
|
-
delayShow:
|
|
2244
|
+
text: r,
|
|
2245
|
+
delayShow: n = 0,
|
|
2208
2246
|
closeDelay: o = 0,
|
|
2209
2247
|
offset: a = 20,
|
|
2210
2248
|
tooltipPlace: s = "top",
|
|
2211
|
-
disabled:
|
|
2212
|
-
size:
|
|
2249
|
+
disabled: c = !1,
|
|
2250
|
+
size: d = "md"
|
|
2213
2251
|
/* md */
|
|
2214
|
-
}) => /* @__PURE__ */
|
|
2215
|
-
/* @__PURE__ */
|
|
2252
|
+
}) => /* @__PURE__ */ $(cr, { children: [
|
|
2253
|
+
/* @__PURE__ */ E(
|
|
2216
2254
|
"div",
|
|
2217
2255
|
{
|
|
2218
2256
|
"data-tooltip-id": e,
|
|
2219
2257
|
"data-open": !0,
|
|
2220
2258
|
"data-tooltip-offset": a,
|
|
2221
|
-
"data-tooltip-delay-show":
|
|
2259
|
+
"data-tooltip-delay-show": n,
|
|
2222
2260
|
"data-tooltip-delay-hide": o,
|
|
2223
2261
|
"data-tooltip-place": s,
|
|
2224
|
-
children:
|
|
2262
|
+
children: r
|
|
2225
2263
|
}
|
|
2226
2264
|
),
|
|
2227
|
-
!
|
|
2265
|
+
!c && /* @__PURE__ */ E(
|
|
2228
2266
|
Pr,
|
|
2229
2267
|
{
|
|
2230
|
-
css:
|
|
2268
|
+
css: Xn(d),
|
|
2231
2269
|
id: e,
|
|
2232
2270
|
noArrow: !0,
|
|
2233
2271
|
children: t
|
|
2234
2272
|
}
|
|
2235
2273
|
)
|
|
2236
|
-
] }),
|
|
2237
|
-
const [
|
|
2274
|
+
] }), qn = ({ ref: e, defaultValue: t }) => {
|
|
2275
|
+
const [r, n] = Q(t), [o, a] = Q(!1), s = (c) => {
|
|
2238
2276
|
if (a(!0), !e.current) return;
|
|
2239
|
-
const { clientX:
|
|
2240
|
-
|
|
2277
|
+
const { clientX: d } = c, { left: p, right: m } = e.current.getBoundingClientRect();
|
|
2278
|
+
n(Math.min(Math.max((d - p) / (m - p), 0), 1));
|
|
2241
2279
|
};
|
|
2242
2280
|
return z(() => {
|
|
2243
2281
|
if (!o) return;
|
|
2244
|
-
const
|
|
2282
|
+
const c = () => a(!1), d = (p) => {
|
|
2245
2283
|
if (!e.current) return;
|
|
2246
|
-
const { clientX:
|
|
2247
|
-
|
|
2284
|
+
const { clientX: m } = p, { left: g, right: b } = e.current.getBoundingClientRect();
|
|
2285
|
+
n(Math.min(Math.max((m - g) / (b - g), 0), 1));
|
|
2248
2286
|
};
|
|
2249
|
-
return document.addEventListener("mousemove",
|
|
2250
|
-
document.removeEventListener("mousemove",
|
|
2287
|
+
return document.addEventListener("mousemove", d), document.addEventListener("mouseup", c), () => {
|
|
2288
|
+
document.removeEventListener("mousemove", d), document.removeEventListener("mouseup", c);
|
|
2251
2289
|
};
|
|
2252
2290
|
}, [o]), {
|
|
2253
|
-
value:
|
|
2291
|
+
value: r,
|
|
2254
2292
|
scrubbing: o,
|
|
2255
2293
|
scrub: s,
|
|
2256
|
-
setValue:
|
|
2294
|
+
setValue: n
|
|
2257
2295
|
};
|
|
2258
|
-
},
|
|
2296
|
+
}, Hn = K`
|
|
2259
2297
|
position: relative;
|
|
2260
2298
|
height: .4rem;
|
|
2261
2299
|
|
|
@@ -2296,7 +2334,7 @@ ${l}`),
|
|
|
2296
2334
|
justify-content: center;
|
|
2297
2335
|
|
|
2298
2336
|
text-shadow: 0 0 4px rgba(0, 0, 0, 1);
|
|
2299
|
-
${
|
|
2337
|
+
${xe.bMedium.bold}
|
|
2300
2338
|
|
|
2301
2339
|
position: absolute;
|
|
2302
2340
|
top: -2.5rem;
|
|
@@ -2366,68 +2404,68 @@ ${l}`),
|
|
|
2366
2404
|
object-fit: cover;
|
|
2367
2405
|
}
|
|
2368
2406
|
}
|
|
2369
|
-
`,
|
|
2370
|
-
const e =
|
|
2371
|
-
const
|
|
2372
|
-
|
|
2373
|
-
},
|
|
2374
|
-
|
|
2407
|
+
`, Kn = () => {
|
|
2408
|
+
const e = O.useActorRef(), t = O.useSelector((l) => l.context.media.currentTime), r = O.useSelector((l) => l.context.media.duration), n = O.useSelector((l) => l.context.indexes), o = O.useSelector((l) => l.context.thumbnails), a = Se(we), s = Ie(null), { scrub: c, value: d } = qn({ ref: s }), [p, m] = Q(void 0), g = (l) => {
|
|
2409
|
+
const x = l.nativeEvent.offsetX / l.currentTarget.offsetWidth * (r ?? 0);
|
|
2410
|
+
m(x);
|
|
2411
|
+
}, b = () => {
|
|
2412
|
+
s.current && m(void 0);
|
|
2375
2413
|
}, S = pe(
|
|
2376
|
-
() =>
|
|
2377
|
-
if (
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2414
|
+
() => a.downloadedRanges?.map((l, v) => {
|
|
2415
|
+
if (!a.size || !r) return null;
|
|
2416
|
+
const x = n.filter((B) => l.startByteOffset <= B.pos && B.pos <= l.endByteOffset), A = x.at(0), f = x.at(-1);
|
|
2417
|
+
if (!A || !f) return null;
|
|
2418
|
+
const _ = A.timestamp / r, C = f.timestamp / r, F = Number((C - _).toFixed(2)), U = _ * 100;
|
|
2419
|
+
return /* @__PURE__ */ E("div", { className: "loaded-part", style: { transform: `scaleX(${F})`, marginLeft: `${U}%` } }, v);
|
|
2382
2420
|
}) ?? [],
|
|
2383
|
-
[
|
|
2384
|
-
),
|
|
2385
|
-
if (!
|
|
2386
|
-
const
|
|
2387
|
-
return `${
|
|
2388
|
-
}, [
|
|
2421
|
+
[r, n.length, a.downloadedRanges?.map(({ startByteOffset: l, endByteOffset: v }) => `${l}/${v}`).join(",")]
|
|
2422
|
+
), h = pe(() => {
|
|
2423
|
+
if (!p || p < 0) return;
|
|
2424
|
+
const l = Math.floor(p / 3600), v = Math.floor((p - l * 3600) / 60), x = Math.floor(p - l * 3600 - v * 60);
|
|
2425
|
+
return `${l > 0 ? `${l}:` : ""}${v < 10 ? "0" : ""}${v}:${x < 10 ? "0" : ""}${x}`;
|
|
2426
|
+
}, [p]);
|
|
2389
2427
|
z(() => {
|
|
2390
|
-
if (!e ||
|
|
2391
|
-
const
|
|
2392
|
-
e.send({ type: "SET_TIME", value:
|
|
2393
|
-
}, [e,
|
|
2394
|
-
const
|
|
2395
|
-
if (!(!
|
|
2396
|
-
return
|
|
2397
|
-
({ timestamp:
|
|
2428
|
+
if (!e || d === void 0 || !r) return;
|
|
2429
|
+
const l = d * r;
|
|
2430
|
+
e.send({ type: "SET_TIME", value: l });
|
|
2431
|
+
}, [e, d, r]);
|
|
2432
|
+
const y = pe(() => typeof r != "number" || typeof t != "number" ? 0 : 1 / ((r ?? 0) / (t ?? 0)), [r, t]), u = pe(() => {
|
|
2433
|
+
if (!(!o.length || !p))
|
|
2434
|
+
return o.find(
|
|
2435
|
+
({ timestamp: l, duration: v }) => l <= p && p <= l + v
|
|
2398
2436
|
);
|
|
2399
|
-
}, [
|
|
2400
|
-
return /* @__PURE__ */
|
|
2437
|
+
}, [o.length, p]);
|
|
2438
|
+
return /* @__PURE__ */ $(
|
|
2401
2439
|
"div",
|
|
2402
2440
|
{
|
|
2403
|
-
css:
|
|
2404
|
-
ref:
|
|
2441
|
+
css: Hn,
|
|
2442
|
+
ref: s,
|
|
2405
2443
|
className: "progress-bar",
|
|
2406
|
-
onMouseMove:
|
|
2407
|
-
onMouseOut:
|
|
2444
|
+
onMouseMove: g,
|
|
2445
|
+
onMouseOut: b,
|
|
2408
2446
|
children: [
|
|
2409
|
-
/* @__PURE__ */
|
|
2410
|
-
|
|
2447
|
+
/* @__PURE__ */ E("div", { className: "background-bar" }),
|
|
2448
|
+
p ? /* @__PURE__ */ E(
|
|
2411
2449
|
"div",
|
|
2412
2450
|
{
|
|
2413
2451
|
className: "cursor-time",
|
|
2414
|
-
style: { left: `clamp(1.8rem, ${1 / ((
|
|
2415
|
-
children:
|
|
2452
|
+
style: { left: `clamp(1.8rem, ${1 / ((r ?? 0) / (p ?? 1)) * 100}%, calc(100% - 1.8rem))` },
|
|
2453
|
+
children: h
|
|
2416
2454
|
}
|
|
2417
2455
|
) : void 0,
|
|
2418
|
-
/* @__PURE__ */
|
|
2419
|
-
/* @__PURE__ */
|
|
2420
|
-
/* @__PURE__ */
|
|
2421
|
-
/* @__PURE__ */
|
|
2422
|
-
/* @__PURE__ */
|
|
2423
|
-
/* @__PURE__ */
|
|
2424
|
-
/* @__PURE__ */
|
|
2425
|
-
/* @__PURE__ */
|
|
2456
|
+
/* @__PURE__ */ E("div", { className: "progress" }),
|
|
2457
|
+
/* @__PURE__ */ E("div", { className: "loaded", children: S }),
|
|
2458
|
+
/* @__PURE__ */ E("div", { className: "hover" }),
|
|
2459
|
+
/* @__PURE__ */ E("div", { className: "play-container", children: /* @__PURE__ */ E("div", { className: "play", style: { transform: `scaleX(${y})` } }) }),
|
|
2460
|
+
/* @__PURE__ */ E("div", { className: "chapters" }),
|
|
2461
|
+
/* @__PURE__ */ E("div", { className: "scrubber" }),
|
|
2462
|
+
/* @__PURE__ */ E("div", { className: "padding", onMouseDown: c }),
|
|
2463
|
+
/* @__PURE__ */ E(
|
|
2426
2464
|
"div",
|
|
2427
2465
|
{
|
|
2428
2466
|
className: "thumbnail",
|
|
2429
|
-
style: { left: `clamp(12.5rem, ${1 / ((
|
|
2430
|
-
children:
|
|
2467
|
+
style: { left: `clamp(12.5rem, ${1 / ((r ?? 0) / (p ?? 1)) * 100}%, calc(100% - 12.5rem))` },
|
|
2468
|
+
children: u ? /* @__PURE__ */ E("img", { src: u.url }) : void 0
|
|
2431
2469
|
}
|
|
2432
2470
|
)
|
|
2433
2471
|
]
|
|
@@ -2435,9 +2473,9 @@ ${l}`),
|
|
|
2435
2473
|
);
|
|
2436
2474
|
}, Gt = (e) => {
|
|
2437
2475
|
if (e === void 0) return "0:00";
|
|
2438
|
-
const t = Math.floor(e / 3600),
|
|
2439
|
-
return t > 0 ? `${t}:${
|
|
2440
|
-
},
|
|
2476
|
+
const t = Math.floor(e / 3600), r = Math.floor(e % 3600 / 60), n = Math.floor(e % 60);
|
|
2477
|
+
return t > 0 ? `${t}:${r < 10 ? "0" : ""}${r}:${n < 10 ? "0" : ""}${n}` : `${r}:${n < 10 ? "0" : ""}${n}`;
|
|
2478
|
+
}, Jn = (e, t) => `${Gt(e)} / ${Gt(t)}`, Zn = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='%23fff'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20class='icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-picture-in-picture'%3e%3cpath%20stroke='none'%20d='M0%200h24v24H0z'%20fill='none'%20/%3e%3cpath%20d='M11%2019h-6a2%202%200%200%201%20-2%20-2v-10a2%202%200%200%201%202%20-2h14a2%202%200%200%201%202%202v4'%20/%3e%3cpath%20d='M14%2014m0%201a1%201%200%200%201%201%20-1h5a1%201%200%200%201%201%201v3a1%201%200%200%201%20-1%201h-5a1%201%200%200%201%20-1%20-1z'%20/%3e%3c/svg%3e", Qn = K`
|
|
2441
2479
|
position: relative;
|
|
2442
2480
|
|
|
2443
2481
|
.popover {
|
|
@@ -2458,7 +2496,7 @@ position: relative;
|
|
|
2458
2496
|
|
|
2459
2497
|
border-radius: 8px;
|
|
2460
2498
|
background-color: rgba(28,28,28,0.95);
|
|
2461
|
-
${
|
|
2499
|
+
${xe.bMedium.regular}
|
|
2462
2500
|
|
|
2463
2501
|
z-index: 4;
|
|
2464
2502
|
|
|
@@ -2493,175 +2531,175 @@ position: relative;
|
|
|
2493
2531
|
|
|
2494
2532
|
.secondary {
|
|
2495
2533
|
color: #eee;
|
|
2496
|
-
${
|
|
2534
|
+
${xe.bSmall.regular}
|
|
2497
2535
|
}
|
|
2498
2536
|
}
|
|
2499
2537
|
}
|
|
2500
2538
|
}
|
|
2501
|
-
`,
|
|
2502
|
-
const e =
|
|
2539
|
+
`, eo = () => {
|
|
2540
|
+
const e = O.useActorRef(), t = O.useSelector((h) => h.context.media.playbackRate), r = O.useSelector((h) => h.context.subtitleStreams), n = O.useSelector((h) => h.context.selectedSubtitleStreamIndex), [o, a] = Q(!1), [s, c] = Q(
|
|
2503
2541
|
0
|
|
2504
2542
|
/* Default */
|
|
2505
|
-
),
|
|
2506
|
-
a(!o),
|
|
2543
|
+
), d = Ie(null), p = () => {
|
|
2544
|
+
a(!o), c(
|
|
2507
2545
|
0
|
|
2508
2546
|
/* Default */
|
|
2509
2547
|
);
|
|
2510
|
-
},
|
|
2511
|
-
e.send({ type: "SET_PLAYBACK_RATE", playbackRate:
|
|
2548
|
+
}, m = (h) => {
|
|
2549
|
+
e.send({ type: "SET_PLAYBACK_RATE", playbackRate: h }), c(
|
|
2512
2550
|
0
|
|
2513
2551
|
/* Default */
|
|
2514
2552
|
);
|
|
2515
2553
|
};
|
|
2516
2554
|
z(() => {
|
|
2517
|
-
const
|
|
2518
|
-
o &&
|
|
2555
|
+
const h = (y) => {
|
|
2556
|
+
o && d.current && !d.current.contains(y.target) && p();
|
|
2519
2557
|
};
|
|
2520
|
-
return document.addEventListener("mousedown",
|
|
2558
|
+
return document.addEventListener("mousedown", h), () => document.removeEventListener("mousedown", h);
|
|
2521
2559
|
}, [o]);
|
|
2522
2560
|
const g = pe(
|
|
2523
|
-
() =>
|
|
2524
|
-
[
|
|
2525
|
-
),
|
|
2526
|
-
e.send({ type: "SELECT_SUBTITLE_STREAM", streamIndex:
|
|
2527
|
-
},
|
|
2528
|
-
|
|
2561
|
+
() => r.map(({ header: h }) => ({ streamIndex: h.streamIndex, language: h.parsed.info.Title })),
|
|
2562
|
+
[r.length]
|
|
2563
|
+
), b = (h) => () => {
|
|
2564
|
+
e.send({ type: "SELECT_SUBTITLE_STREAM", streamIndex: h.streamIndex }), p();
|
|
2565
|
+
}, S = (h) => () => {
|
|
2566
|
+
c(h);
|
|
2529
2567
|
};
|
|
2530
|
-
return /* @__PURE__ */
|
|
2531
|
-
/* @__PURE__ */
|
|
2532
|
-
|
|
2568
|
+
return /* @__PURE__ */ $("div", { css: Qn, ref: d, children: [
|
|
2569
|
+
/* @__PURE__ */ E(
|
|
2570
|
+
be,
|
|
2533
2571
|
{
|
|
2534
2572
|
id: "settings",
|
|
2535
2573
|
disabled: o,
|
|
2536
|
-
text: /* @__PURE__ */
|
|
2574
|
+
text: /* @__PURE__ */ E(
|
|
2537
2575
|
"button",
|
|
2538
2576
|
{
|
|
2539
2577
|
className: "settings",
|
|
2540
2578
|
type: "button",
|
|
2541
|
-
onClick:
|
|
2542
|
-
children: /* @__PURE__ */
|
|
2579
|
+
onClick: p,
|
|
2580
|
+
children: /* @__PURE__ */ E(yr, {})
|
|
2543
2581
|
}
|
|
2544
2582
|
),
|
|
2545
|
-
toolTipText: /* @__PURE__ */
|
|
2583
|
+
toolTipText: /* @__PURE__ */ E("span", { children: "Settings" })
|
|
2546
2584
|
}
|
|
2547
2585
|
),
|
|
2548
|
-
o && s === 0 && /* @__PURE__ */
|
|
2549
|
-
/* @__PURE__ */
|
|
2586
|
+
o && s === 0 && /* @__PURE__ */ $("div", { className: "popover", children: [
|
|
2587
|
+
/* @__PURE__ */ $("div", { onClick: S(
|
|
2550
2588
|
2
|
|
2551
2589
|
/* Advanced */
|
|
2552
2590
|
), children: [
|
|
2553
|
-
/* @__PURE__ */
|
|
2554
|
-
/* @__PURE__ */
|
|
2591
|
+
/* @__PURE__ */ E("span", { children: "Advanced" }),
|
|
2592
|
+
/* @__PURE__ */ E("div", { children: /* @__PURE__ */ E(Ke, {}) })
|
|
2555
2593
|
] }),
|
|
2556
|
-
/* @__PURE__ */
|
|
2594
|
+
/* @__PURE__ */ $("div", { onClick: S(
|
|
2557
2595
|
3
|
|
2558
2596
|
/* SelectNewSources */
|
|
2559
2597
|
), children: [
|
|
2560
|
-
/* @__PURE__ */
|
|
2561
|
-
/* @__PURE__ */
|
|
2598
|
+
/* @__PURE__ */ E("div", { children: "Select new sources" }),
|
|
2599
|
+
/* @__PURE__ */ E("div", { children: /* @__PURE__ */ E(Ke, {}) })
|
|
2562
2600
|
] }),
|
|
2563
|
-
/* @__PURE__ */
|
|
2601
|
+
/* @__PURE__ */ $("div", { onClick: S(
|
|
2564
2602
|
4
|
|
2565
2603
|
/* Subtitles */
|
|
2566
2604
|
), children: [
|
|
2567
|
-
/* @__PURE__ */
|
|
2568
|
-
/* @__PURE__ */
|
|
2605
|
+
/* @__PURE__ */ E("div", { children: "Subtitles" }),
|
|
2606
|
+
/* @__PURE__ */ E("div", { children: /* @__PURE__ */ E(Ke, {}) })
|
|
2569
2607
|
] }),
|
|
2570
|
-
/* @__PURE__ */
|
|
2608
|
+
/* @__PURE__ */ $("div", { onClick: S(
|
|
2571
2609
|
1
|
|
2572
2610
|
/* PlaybackRate */
|
|
2573
2611
|
), children: [
|
|
2574
|
-
/* @__PURE__ */
|
|
2575
|
-
/* @__PURE__ */
|
|
2576
|
-
/* @__PURE__ */
|
|
2577
|
-
/* @__PURE__ */
|
|
2612
|
+
/* @__PURE__ */ E("div", { children: "Playback speed" }),
|
|
2613
|
+
/* @__PURE__ */ $("div", { children: [
|
|
2614
|
+
/* @__PURE__ */ E("span", { className: "secondary", children: t === 1 ? "(Default)" : t.toFixed(2) }),
|
|
2615
|
+
/* @__PURE__ */ E(Ke, {})
|
|
2578
2616
|
] })
|
|
2579
2617
|
] })
|
|
2580
2618
|
] }),
|
|
2581
|
-
o && s === 1 && /* @__PURE__ */
|
|
2582
|
-
/* @__PURE__ */
|
|
2619
|
+
o && s === 1 && /* @__PURE__ */ $("div", { className: "popover", children: [
|
|
2620
|
+
/* @__PURE__ */ $("div", { onClick: S(
|
|
2583
2621
|
0
|
|
2584
2622
|
/* Default */
|
|
2585
2623
|
), children: [
|
|
2586
|
-
/* @__PURE__ */
|
|
2587
|
-
/* @__PURE__ */
|
|
2624
|
+
/* @__PURE__ */ E("div", { children: "Back" }),
|
|
2625
|
+
/* @__PURE__ */ E("div", {})
|
|
2588
2626
|
] }),
|
|
2589
|
-
/* @__PURE__ */
|
|
2590
|
-
/* @__PURE__ */
|
|
2591
|
-
/* @__PURE__ */
|
|
2592
|
-
/* @__PURE__ */
|
|
2627
|
+
/* @__PURE__ */ $("div", { children: [
|
|
2628
|
+
/* @__PURE__ */ E("div", { children: "Playback speed" }),
|
|
2629
|
+
/* @__PURE__ */ $("div", { children: [
|
|
2630
|
+
/* @__PURE__ */ E(
|
|
2593
2631
|
"button",
|
|
2594
2632
|
{
|
|
2595
2633
|
type: "button",
|
|
2596
|
-
onClick: () =>
|
|
2634
|
+
onClick: () => m(0.5),
|
|
2597
2635
|
children: "0.5x"
|
|
2598
2636
|
}
|
|
2599
2637
|
),
|
|
2600
|
-
/* @__PURE__ */
|
|
2638
|
+
/* @__PURE__ */ E(
|
|
2601
2639
|
"button",
|
|
2602
2640
|
{
|
|
2603
2641
|
type: "button",
|
|
2604
|
-
onClick: () =>
|
|
2642
|
+
onClick: () => m(1),
|
|
2605
2643
|
children: "1x"
|
|
2606
2644
|
}
|
|
2607
2645
|
),
|
|
2608
|
-
/* @__PURE__ */
|
|
2646
|
+
/* @__PURE__ */ E(
|
|
2609
2647
|
"button",
|
|
2610
2648
|
{
|
|
2611
2649
|
type: "button",
|
|
2612
|
-
onClick: () =>
|
|
2650
|
+
onClick: () => m(1.5),
|
|
2613
2651
|
children: "1.5x"
|
|
2614
2652
|
}
|
|
2615
2653
|
),
|
|
2616
|
-
/* @__PURE__ */
|
|
2654
|
+
/* @__PURE__ */ E(
|
|
2617
2655
|
"button",
|
|
2618
2656
|
{
|
|
2619
2657
|
type: "button",
|
|
2620
|
-
onClick: () =>
|
|
2658
|
+
onClick: () => m(2),
|
|
2621
2659
|
children: "2x"
|
|
2622
2660
|
}
|
|
2623
2661
|
)
|
|
2624
2662
|
] })
|
|
2625
2663
|
] })
|
|
2626
2664
|
] }),
|
|
2627
|
-
o && s === 2 && /* @__PURE__ */
|
|
2665
|
+
o && s === 2 && /* @__PURE__ */ E("div", { className: "popover", children: /* @__PURE__ */ $("div", { onClick: S(
|
|
2628
2666
|
0
|
|
2629
2667
|
/* Default */
|
|
2630
2668
|
), children: [
|
|
2631
|
-
/* @__PURE__ */
|
|
2632
|
-
/* @__PURE__ */
|
|
2669
|
+
/* @__PURE__ */ E("div", { children: "Back" }),
|
|
2670
|
+
/* @__PURE__ */ E("div", {})
|
|
2633
2671
|
] }) }),
|
|
2634
|
-
o && s === 3 && /* @__PURE__ */
|
|
2672
|
+
o && s === 3 && /* @__PURE__ */ E("div", { className: "popover", children: /* @__PURE__ */ $("div", { onClick: S(
|
|
2635
2673
|
0
|
|
2636
2674
|
/* Default */
|
|
2637
2675
|
), children: [
|
|
2638
|
-
/* @__PURE__ */
|
|
2639
|
-
/* @__PURE__ */
|
|
2676
|
+
/* @__PURE__ */ E("div", { children: "Back" }),
|
|
2677
|
+
/* @__PURE__ */ E("div", {})
|
|
2640
2678
|
] }) }),
|
|
2641
|
-
o && s === 4 && /* @__PURE__ */
|
|
2642
|
-
g.map((
|
|
2679
|
+
o && s === 4 && /* @__PURE__ */ $("div", { className: "popover", children: [
|
|
2680
|
+
g.map((h) => /* @__PURE__ */ $(
|
|
2643
2681
|
"div",
|
|
2644
2682
|
{
|
|
2645
|
-
onClick:
|
|
2683
|
+
onClick: b(h),
|
|
2646
2684
|
children: [
|
|
2647
|
-
/* @__PURE__ */
|
|
2648
|
-
/* @__PURE__ */
|
|
2685
|
+
/* @__PURE__ */ E("div", { children: h.language }),
|
|
2686
|
+
/* @__PURE__ */ E("div", { children: n === h.streamIndex ? "✓" : "" })
|
|
2649
2687
|
]
|
|
2650
2688
|
},
|
|
2651
|
-
|
|
2689
|
+
h.streamIndex
|
|
2652
2690
|
)),
|
|
2653
|
-
/* @__PURE__ */
|
|
2691
|
+
/* @__PURE__ */ $("div", { onClick: S(
|
|
2654
2692
|
0
|
|
2655
2693
|
/* Default */
|
|
2656
2694
|
), children: [
|
|
2657
|
-
/* @__PURE__ */
|
|
2658
|
-
/* @__PURE__ */
|
|
2695
|
+
/* @__PURE__ */ E("div", { children: "Back" }),
|
|
2696
|
+
/* @__PURE__ */ E("div", {})
|
|
2659
2697
|
] })
|
|
2660
2698
|
] })
|
|
2661
2699
|
] });
|
|
2662
|
-
},
|
|
2700
|
+
}, to = {
|
|
2663
2701
|
hover: "rgba(255, 255, 255, 0.13)"
|
|
2664
|
-
},
|
|
2702
|
+
}, ro = K`
|
|
2665
2703
|
display: flex;
|
|
2666
2704
|
align-items: center;
|
|
2667
2705
|
|
|
@@ -2692,59 +2730,59 @@ position: relative;
|
|
|
2692
2730
|
width: 10px;
|
|
2693
2731
|
height: 10px;
|
|
2694
2732
|
}
|
|
2695
|
-
`,
|
|
2696
|
-
const
|
|
2733
|
+
`, no = ({ value: e, onChange: t }) => {
|
|
2734
|
+
const r = O.useSelector((u) => u.context.media.volume), n = O.useSelector((u) => u.context.media.muted), o = Ie(null), [a, s] = Q(!1), c = (u) => {
|
|
2697
2735
|
if (!o.current) return e;
|
|
2698
|
-
const
|
|
2699
|
-
return Math.max(0, Math.min(
|
|
2700
|
-
},
|
|
2736
|
+
const l = o.current.getBoundingClientRect(), v = u - l.left;
|
|
2737
|
+
return Math.max(0, Math.min(v, l.width)) / l.width;
|
|
2738
|
+
}, d = (u) => {
|
|
2701
2739
|
s(!0);
|
|
2702
|
-
const
|
|
2703
|
-
t(
|
|
2704
|
-
},
|
|
2740
|
+
const l = c(u.clientX);
|
|
2741
|
+
t(l);
|
|
2742
|
+
}, p = (u) => {
|
|
2705
2743
|
if (!a) return;
|
|
2706
|
-
const
|
|
2707
|
-
t(
|
|
2708
|
-
},
|
|
2744
|
+
const l = c(u.clientX);
|
|
2745
|
+
t(l);
|
|
2746
|
+
}, m = () => {
|
|
2709
2747
|
s(!1);
|
|
2710
|
-
}, g = (
|
|
2711
|
-
|
|
2712
|
-
const
|
|
2713
|
-
let
|
|
2714
|
-
|
|
2748
|
+
}, g = (u) => {
|
|
2749
|
+
u.preventDefault();
|
|
2750
|
+
const l = 0.05;
|
|
2751
|
+
let v = e;
|
|
2752
|
+
u.deltaY < 0 ? v = Math.min(1, v + l) : v = Math.max(0, v - l), t(v);
|
|
2715
2753
|
};
|
|
2716
|
-
z(() => (window.addEventListener("mousemove",
|
|
2717
|
-
window.removeEventListener("mousemove",
|
|
2754
|
+
z(() => (window.addEventListener("mousemove", p), window.addEventListener("mouseup", m), () => {
|
|
2755
|
+
window.removeEventListener("mousemove", p), window.removeEventListener("mouseup", m);
|
|
2718
2756
|
}), [a]), z(() => {
|
|
2719
|
-
const
|
|
2720
|
-
return
|
|
2721
|
-
|
|
2757
|
+
const u = o.current;
|
|
2758
|
+
return u && u.addEventListener("wheel", g, { passive: !1 }), () => {
|
|
2759
|
+
u && u.removeEventListener("wheel", g);
|
|
2722
2760
|
};
|
|
2723
2761
|
}, [e]);
|
|
2724
|
-
const
|
|
2725
|
-
() => Math.round(
|
|
2726
|
-
[
|
|
2762
|
+
const b = e * 100, S = "#fff", h = "#3A3A3A", y = pe(
|
|
2763
|
+
() => Math.round(n ? 0 : St(r) * 100),
|
|
2764
|
+
[r]
|
|
2727
2765
|
);
|
|
2728
|
-
return /* @__PURE__ */
|
|
2729
|
-
|
|
2766
|
+
return /* @__PURE__ */ E(
|
|
2767
|
+
be,
|
|
2730
2768
|
{
|
|
2731
2769
|
id: "volume-slider",
|
|
2732
|
-
text: /* @__PURE__ */
|
|
2770
|
+
text: /* @__PURE__ */ E(
|
|
2733
2771
|
"div",
|
|
2734
2772
|
{
|
|
2735
2773
|
ref: o,
|
|
2736
|
-
css:
|
|
2737
|
-
onMouseDown:
|
|
2738
|
-
children: /* @__PURE__ */
|
|
2774
|
+
css: ro,
|
|
2775
|
+
onMouseDown: d,
|
|
2776
|
+
children: /* @__PURE__ */ E(
|
|
2739
2777
|
"div",
|
|
2740
2778
|
{
|
|
2741
2779
|
style: {
|
|
2742
2780
|
background: `linear-gradient(to right,
|
|
2743
|
-
${
|
|
2744
|
-
${
|
|
2781
|
+
${S} 0% ${b}%,
|
|
2782
|
+
${h} ${b}% 100%
|
|
2745
2783
|
)`
|
|
2746
2784
|
},
|
|
2747
|
-
children: /* @__PURE__ */
|
|
2785
|
+
children: /* @__PURE__ */ E(
|
|
2748
2786
|
"div",
|
|
2749
2787
|
{
|
|
2750
2788
|
className: "volume-handle",
|
|
@@ -2757,13 +2795,13 @@ position: relative;
|
|
|
2757
2795
|
)
|
|
2758
2796
|
}
|
|
2759
2797
|
),
|
|
2760
|
-
toolTipText: /* @__PURE__ */
|
|
2761
|
-
|
|
2798
|
+
toolTipText: /* @__PURE__ */ $("div", { className: "volume-value", children: [
|
|
2799
|
+
y,
|
|
2762
2800
|
"%"
|
|
2763
2801
|
] })
|
|
2764
2802
|
}
|
|
2765
2803
|
);
|
|
2766
|
-
},
|
|
2804
|
+
}, oo = K`
|
|
2767
2805
|
position: relative;
|
|
2768
2806
|
display: flex;
|
|
2769
2807
|
align-items: center;
|
|
@@ -2788,7 +2826,7 @@ position: relative;
|
|
|
2788
2826
|
border-radius: 4px;
|
|
2789
2827
|
|
|
2790
2828
|
.volume-value {
|
|
2791
|
-
${
|
|
2829
|
+
${xe.bMedium.regular};
|
|
2792
2830
|
color: #ffffff;
|
|
2793
2831
|
}
|
|
2794
2832
|
}
|
|
@@ -2802,39 +2840,39 @@ position: relative;
|
|
|
2802
2840
|
|
|
2803
2841
|
pointer-events: auto;
|
|
2804
2842
|
}
|
|
2805
|
-
`,
|
|
2806
|
-
const t =
|
|
2843
|
+
`, io = ({ ref: e }) => {
|
|
2844
|
+
const t = O.useActorRef(), r = O.useSelector((s) => s.context.media.volume), n = O.useSelector((s) => s.context.media.muted), o = pe(() => St(r), [r]), a = (s, c) => t.send({
|
|
2807
2845
|
type: "SET_VOLUME",
|
|
2808
|
-
muted:
|
|
2846
|
+
muted: c,
|
|
2809
2847
|
volume: dr(s)
|
|
2810
2848
|
});
|
|
2811
|
-
return /* @__PURE__ */
|
|
2812
|
-
/* @__PURE__ */
|
|
2813
|
-
|
|
2849
|
+
return /* @__PURE__ */ $("div", { css: oo, children: [
|
|
2850
|
+
/* @__PURE__ */ E(
|
|
2851
|
+
be,
|
|
2814
2852
|
{
|
|
2815
2853
|
id: "sound",
|
|
2816
|
-
text: /* @__PURE__ */
|
|
2854
|
+
text: /* @__PURE__ */ E(
|
|
2817
2855
|
"button",
|
|
2818
2856
|
{
|
|
2819
2857
|
className: "sound",
|
|
2820
2858
|
type: "button",
|
|
2821
|
-
onClick: () => a(o, !
|
|
2859
|
+
onClick: () => a(o, !n),
|
|
2822
2860
|
ref: e,
|
|
2823
|
-
children:
|
|
2861
|
+
children: n || r === 0 ? /* @__PURE__ */ E(xr, { size: 18, color: "#fff" }) : r <= 0.5 ? /* @__PURE__ */ E(Sr, { size: 18, color: "#fff" }) : /* @__PURE__ */ E(Tr, { size: 18, color: "#fff" })
|
|
2824
2862
|
}
|
|
2825
2863
|
),
|
|
2826
|
-
toolTipText: /* @__PURE__ */
|
|
2864
|
+
toolTipText: /* @__PURE__ */ E("span", { children: n ? "Unmute (m)" : "Mute (m)" })
|
|
2827
2865
|
}
|
|
2828
2866
|
),
|
|
2829
|
-
/* @__PURE__ */
|
|
2830
|
-
|
|
2867
|
+
/* @__PURE__ */ E("div", { className: "volume-slider-container", children: /* @__PURE__ */ E("div", { className: "volume-slider-background", children: /* @__PURE__ */ E(
|
|
2868
|
+
no,
|
|
2831
2869
|
{
|
|
2832
|
-
value:
|
|
2870
|
+
value: n ? 0 : o,
|
|
2833
2871
|
onChange: (s) => a(s, !1)
|
|
2834
2872
|
}
|
|
2835
2873
|
) }) })
|
|
2836
2874
|
] });
|
|
2837
|
-
},
|
|
2875
|
+
}, ao = K`
|
|
2838
2876
|
position: absolute;
|
|
2839
2877
|
bottom: 0;
|
|
2840
2878
|
width: 100%;
|
|
@@ -2918,14 +2956,14 @@ position: relative;
|
|
|
2918
2956
|
cursor: pointer;
|
|
2919
2957
|
|
|
2920
2958
|
:hover {
|
|
2921
|
-
background-color: ${
|
|
2959
|
+
background-color: ${to.hover};
|
|
2922
2960
|
}
|
|
2923
2961
|
}
|
|
2924
2962
|
}
|
|
2925
2963
|
|
|
2926
2964
|
.left {
|
|
2927
2965
|
.time {
|
|
2928
|
-
${
|
|
2966
|
+
${xe.bMedium.regular}
|
|
2929
2967
|
}
|
|
2930
2968
|
}
|
|
2931
2969
|
.right {
|
|
@@ -2946,122 +2984,123 @@ position: relative;
|
|
|
2946
2984
|
}
|
|
2947
2985
|
}
|
|
2948
2986
|
}
|
|
2949
|
-
`,
|
|
2950
|
-
|
|
2951
|
-
}) => {
|
|
2952
|
-
const t = $.useActorRef(), n = Ue(je), r = $.useSelector((m) => m.context.media.paused), o = $.useSelector((m) => m.context.media.volume), a = $.useSelector((m) => m.context.media.muted), s = $.useSelector((m) => m.context.media.currentTime), u = $.useSelector((m) => m.context.media.duration), [l, E] = Z(), [d, g] = Z(!1);
|
|
2987
|
+
`, so = ({ mediaInformation: e, containerRef: t }) => {
|
|
2988
|
+
const r = O.useActorRef(), n = Se(we), o = O.useSelector((u) => u.context.media.paused), a = O.useSelector((u) => u.context.media.volume), s = O.useSelector((u) => u.context.media.muted), c = O.useSelector((u) => u.context.media.currentTime), d = O.useSelector((u) => u.context.media.duration), [p, m] = Q(), [g, b] = Q(!1);
|
|
2953
2989
|
z(() => {
|
|
2954
|
-
const
|
|
2955
|
-
|
|
2990
|
+
const u = () => {
|
|
2991
|
+
b(!!document.fullscreenElement);
|
|
2956
2992
|
};
|
|
2957
|
-
return document.addEventListener("fullscreenchange",
|
|
2958
|
-
document.removeEventListener("fullscreenchange",
|
|
2993
|
+
return document.addEventListener("fullscreenchange", u), () => {
|
|
2994
|
+
document.removeEventListener("fullscreenchange", u);
|
|
2959
2995
|
};
|
|
2960
2996
|
}, []);
|
|
2961
2997
|
const S = () => {
|
|
2962
|
-
document.fullscreenElement ? document.exitFullscreen() :
|
|
2963
|
-
},
|
|
2964
|
-
if (!
|
|
2965
|
-
const v =
|
|
2966
|
-
|
|
2998
|
+
document.fullscreenElement ? document.exitFullscreen() : t.current && t.current.requestFullscreen();
|
|
2999
|
+
}, h = ot(({ direction: u, stepSize: l }) => {
|
|
3000
|
+
if (!r) return;
|
|
3001
|
+
const v = St(a), x = u === "up" ? l : -l, A = Math.max(0, Math.min(1, v + x)), f = dr(A);
|
|
3002
|
+
r.send({
|
|
2967
3003
|
type: "SET_VOLUME",
|
|
2968
|
-
muted:
|
|
2969
|
-
volume:
|
|
3004
|
+
muted: s,
|
|
3005
|
+
volume: f
|
|
2970
3006
|
});
|
|
2971
|
-
}, [
|
|
3007
|
+
}, [r.id, s, a]);
|
|
2972
3008
|
z(() => {
|
|
2973
|
-
const
|
|
3009
|
+
const u = (l) => {
|
|
2974
3010
|
let v = !0;
|
|
2975
|
-
if (
|
|
2976
|
-
else if (
|
|
2977
|
-
else if (
|
|
2978
|
-
else if (
|
|
2979
|
-
|
|
2980
|
-
else if (
|
|
2981
|
-
|
|
2982
|
-
else if (
|
|
2983
|
-
|
|
2984
|
-
else if (
|
|
2985
|
-
if (!
|
|
2986
|
-
|
|
2987
|
-
} else
|
|
2988
|
-
v &&
|
|
3011
|
+
if (l.key === "f") S();
|
|
3012
|
+
else if (l.key === "k") nt(r, o, d, c);
|
|
3013
|
+
else if (l.key === " ") nt(r, o, d, c);
|
|
3014
|
+
else if (l.key === "m")
|
|
3015
|
+
r.send({ type: "SET_VOLUME", muted: !s, volume: a });
|
|
3016
|
+
else if (l.key === "ArrowUp")
|
|
3017
|
+
h({ direction: "up", stepSize: 0.05 });
|
|
3018
|
+
else if (l.key === "ArrowDown")
|
|
3019
|
+
h({ direction: "down", stepSize: 0.05 });
|
|
3020
|
+
else if (l.key === "ArrowRight") {
|
|
3021
|
+
if (!d) return;
|
|
3022
|
+
c + 5 >= d ? r.send({ type: "SET_TIME", value: d }) : r.send({ type: "SET_TIME", value: c + 5 });
|
|
3023
|
+
} else l.key === "ArrowLeft" ? c - 5 < 0 ? r.send({ type: "SET_TIME", value: 0 }) : r.send({ type: "SET_TIME", value: c - 5 }) : v = !1;
|
|
3024
|
+
v && l.preventDefault();
|
|
2989
3025
|
};
|
|
2990
|
-
return window.addEventListener("keydown",
|
|
2991
|
-
}, [
|
|
2992
|
-
const
|
|
2993
|
-
|
|
2994
|
-
}, [
|
|
3026
|
+
return window.addEventListener("keydown", u), () => window.removeEventListener("keydown", u);
|
|
3027
|
+
}, [r, a, s, o, c, d]);
|
|
3028
|
+
const y = ot((u) => {
|
|
3029
|
+
u.preventDefault(), u.deltaY < 0 ? h({ direction: "up", stepSize: 0.05 }) : h({ direction: "down", stepSize: 0.05 });
|
|
3030
|
+
}, [h]);
|
|
2995
3031
|
return z(() => {
|
|
2996
|
-
if (
|
|
2997
|
-
return
|
|
2998
|
-
}, [
|
|
2999
|
-
/* @__PURE__ */
|
|
3000
|
-
/* @__PURE__ */
|
|
3001
|
-
/* @__PURE__ */
|
|
3002
|
-
/* @__PURE__ */
|
|
3003
|
-
|
|
3032
|
+
if (p)
|
|
3033
|
+
return p.addEventListener("wheel", y, { passive: !1 }), () => p.removeEventListener("wheel", y);
|
|
3034
|
+
}, [p, h]), /* @__PURE__ */ $("div", { css: ao, style: { ...n.hideUI ? { opacity: "0", pointerEvents: "none" } : {} }, children: [
|
|
3035
|
+
/* @__PURE__ */ E(Kn, {}),
|
|
3036
|
+
/* @__PURE__ */ $("div", { className: "actions", children: [
|
|
3037
|
+
/* @__PURE__ */ $("div", { className: "left", children: [
|
|
3038
|
+
/* @__PURE__ */ E(
|
|
3039
|
+
be,
|
|
3004
3040
|
{
|
|
3005
3041
|
id: "play",
|
|
3006
3042
|
tooltipPlace: "top-start",
|
|
3007
|
-
text: /* @__PURE__ */
|
|
3043
|
+
text: /* @__PURE__ */ E(
|
|
3008
3044
|
"button",
|
|
3009
3045
|
{
|
|
3010
3046
|
className: "play",
|
|
3011
3047
|
type: "button",
|
|
3012
|
-
onClick: () => nt(
|
|
3013
|
-
children:
|
|
3048
|
+
onClick: () => nt(r, o, d, c),
|
|
3049
|
+
children: d === c ? /* @__PURE__ */ E(wr, {}) : o ? /* @__PURE__ */ E(Rr, {}) : /* @__PURE__ */ E(Ar, {})
|
|
3014
3050
|
}
|
|
3015
3051
|
),
|
|
3016
|
-
toolTipText: /* @__PURE__ */
|
|
3052
|
+
toolTipText: /* @__PURE__ */ E("span", { children: d === c ? "Replay (k)" : o ? "Play (k)" : "Pause (k)" })
|
|
3017
3053
|
}
|
|
3018
3054
|
),
|
|
3019
|
-
/* @__PURE__ */
|
|
3020
|
-
/* @__PURE__ */
|
|
3055
|
+
/* @__PURE__ */ E(io, { ref: m }),
|
|
3056
|
+
/* @__PURE__ */ E("div", { className: "time", children: Jn(c, d) })
|
|
3021
3057
|
] }),
|
|
3022
|
-
/* @__PURE__ */
|
|
3023
|
-
|
|
3024
|
-
/* @__PURE__ */
|
|
3025
|
-
|
|
3058
|
+
/* @__PURE__ */ $("div", { className: "right", children: [
|
|
3059
|
+
e,
|
|
3060
|
+
/* @__PURE__ */ E(eo, {}),
|
|
3061
|
+
/* @__PURE__ */ E(
|
|
3062
|
+
be,
|
|
3026
3063
|
{
|
|
3027
3064
|
id: "picture-in-picture",
|
|
3028
|
-
text: /* @__PURE__ */
|
|
3065
|
+
text: /* @__PURE__ */ E(
|
|
3029
3066
|
"button",
|
|
3030
3067
|
{
|
|
3031
3068
|
className: "picture-in-picture",
|
|
3032
3069
|
type: "button",
|
|
3033
|
-
children: /* @__PURE__ */
|
|
3070
|
+
children: /* @__PURE__ */ E("img", { src: Zn })
|
|
3034
3071
|
}
|
|
3035
3072
|
),
|
|
3036
|
-
toolTipText: /* @__PURE__ */
|
|
3073
|
+
toolTipText: /* @__PURE__ */ E("span", { children: "Picture in picture" })
|
|
3037
3074
|
}
|
|
3038
3075
|
),
|
|
3039
|
-
/* @__PURE__ */
|
|
3040
|
-
|
|
3076
|
+
/* @__PURE__ */ E(
|
|
3077
|
+
be,
|
|
3041
3078
|
{
|
|
3042
3079
|
id: "full-screen",
|
|
3043
3080
|
tooltipPlace: "top-end",
|
|
3044
|
-
text: /* @__PURE__ */
|
|
3081
|
+
text: /* @__PURE__ */ E(
|
|
3045
3082
|
"button",
|
|
3046
3083
|
{
|
|
3047
3084
|
className: "full-screen",
|
|
3048
3085
|
type: "button",
|
|
3049
3086
|
onClick: S,
|
|
3050
|
-
children:
|
|
3087
|
+
children: g ? /* @__PURE__ */ E(_r, {}) : /* @__PURE__ */ E(Cr, {})
|
|
3051
3088
|
}
|
|
3052
3089
|
),
|
|
3053
|
-
toolTipText: /* @__PURE__ */
|
|
3090
|
+
toolTipText: /* @__PURE__ */ E("span", { children: g ? "Exit full screen (f)" : "Full screen (f)" })
|
|
3054
3091
|
}
|
|
3055
3092
|
)
|
|
3056
3093
|
] })
|
|
3057
3094
|
] })
|
|
3058
3095
|
] });
|
|
3059
|
-
},
|
|
3096
|
+
}, co = K`
|
|
3060
3097
|
position: relative;
|
|
3061
3098
|
background-color: black;
|
|
3062
3099
|
display: flex;
|
|
3063
3100
|
justify-content: center;
|
|
3064
3101
|
align-items: center;
|
|
3102
|
+
height: 100%;
|
|
3103
|
+
width: 100%;
|
|
3065
3104
|
|
|
3066
3105
|
& > div:not(:last-of-type) {
|
|
3067
3106
|
position: absolute;
|
|
@@ -3080,88 +3119,91 @@ position: relative;
|
|
|
3080
3119
|
height: 100%;
|
|
3081
3120
|
width: 100%;
|
|
3082
3121
|
background-color: black;
|
|
3122
|
+
object-fit: contain;
|
|
3083
3123
|
}
|
|
3084
3124
|
|
|
3085
3125
|
&.hide {
|
|
3086
3126
|
cursor: none;
|
|
3087
3127
|
}
|
|
3088
|
-
`,
|
|
3089
|
-
const
|
|
3090
|
-
return /* @__PURE__ */
|
|
3128
|
+
`, uo = ({ children: e, mediaInformation: t, loadingInformation: r }) => {
|
|
3129
|
+
const n = O.useActorRef(), o = Se(we), a = O.useSelector((b) => b.context.media.paused), s = O.useSelector((b) => b.context.media.currentTime), c = O.useSelector((b) => b.context.media.duration), d = Ie(), p = Ie(null);
|
|
3130
|
+
return /* @__PURE__ */ $(
|
|
3091
3131
|
"div",
|
|
3092
3132
|
{
|
|
3093
|
-
css:
|
|
3094
|
-
ref:
|
|
3095
|
-
onMouseMove: (
|
|
3096
|
-
|
|
3097
|
-
const
|
|
3098
|
-
|
|
3133
|
+
css: co,
|
|
3134
|
+
ref: p,
|
|
3135
|
+
onMouseMove: (b) => {
|
|
3136
|
+
o.update({ ...o, hideUI: !1 }), d.current && clearInterval(d.current);
|
|
3137
|
+
const S = setTimeout(() => {
|
|
3138
|
+
o.update({ ...o, hideUI: !0 });
|
|
3099
3139
|
}, 3e3);
|
|
3100
|
-
|
|
3140
|
+
d.current = S;
|
|
3101
3141
|
},
|
|
3102
|
-
onMouseOut: (
|
|
3103
|
-
|
|
3142
|
+
onMouseOut: (b) => {
|
|
3143
|
+
b.currentTarget.parentElement !== b.relatedTarget && b.relatedTarget !== null || o.update({ ...o, hideUI: !0 });
|
|
3104
3144
|
},
|
|
3105
|
-
className:
|
|
3145
|
+
className: o.hideUI ? "hide" : "",
|
|
3106
3146
|
children: [
|
|
3107
|
-
/* @__PURE__ */
|
|
3108
|
-
/* @__PURE__ */
|
|
3109
|
-
/* @__PURE__ */
|
|
3147
|
+
/* @__PURE__ */ E(Gn, { loadingInformation: r }),
|
|
3148
|
+
/* @__PURE__ */ E(so, { mediaInformation: t, containerRef: p }),
|
|
3149
|
+
/* @__PURE__ */ E(
|
|
3110
3150
|
"div",
|
|
3111
3151
|
{
|
|
3112
3152
|
className: "video",
|
|
3113
|
-
onClick: () => nt(
|
|
3153
|
+
onClick: () => nt(n, a, c, s),
|
|
3114
3154
|
children: e
|
|
3115
3155
|
}
|
|
3116
3156
|
)
|
|
3117
3157
|
]
|
|
3118
3158
|
}
|
|
3119
3159
|
);
|
|
3120
|
-
},
|
|
3160
|
+
}, lo = 25e5, fo = K`
|
|
3121
3161
|
display: flex;
|
|
3122
3162
|
justify-content: center;
|
|
3123
3163
|
background-color: #111;
|
|
3124
3164
|
height: 100%;
|
|
3165
|
+
width: 100%;
|
|
3125
3166
|
overflow: hidden;
|
|
3126
|
-
`,
|
|
3127
|
-
const
|
|
3128
|
-
return z(
|
|
3129
|
-
|
|
3167
|
+
`, mo = ({ options: e, videoElement: t, children: r }) => {
|
|
3168
|
+
const n = Se(we), o = O.useActorRef(), a = O.useSelector((u) => u.value), s = O.useSelector((u) => u.context.media.volume), c = O.useSelector((u) => u.context.media.muted), d = O.useSelector((u) => u.context.isReady), p = O.useSelector((u) => u.context.media.duration), [m, g] = Bt("mediaVolume", "1"), [b, S] = Bt("mediaMute", "false"), [h, y] = Q(!0);
|
|
3169
|
+
return z(() => {
|
|
3170
|
+
o.send({
|
|
3130
3171
|
type: "MEDIA_SOURCE_OPTIONS",
|
|
3131
3172
|
mediaSourceOptions: {}
|
|
3132
|
-
})
|
|
3133
|
-
|
|
3134
|
-
|
|
3173
|
+
});
|
|
3174
|
+
}, []), z(() => {
|
|
3175
|
+
!e.autoplay || p === void 0 || o.send({ type: "PLAY" });
|
|
3176
|
+
}, [p, e.autoplay]), z(
|
|
3135
3177
|
() => {
|
|
3136
|
-
!o || !
|
|
3178
|
+
!o || !d || !n.downloadedRanges || o.send({
|
|
3137
3179
|
type: "DOWNLOADED_RANGES_UPDATED",
|
|
3138
|
-
downloadedRanges:
|
|
3180
|
+
downloadedRanges: n.downloadedRanges
|
|
3139
3181
|
});
|
|
3140
3182
|
},
|
|
3141
3183
|
[
|
|
3142
3184
|
o,
|
|
3143
|
-
|
|
3144
|
-
(
|
|
3185
|
+
d,
|
|
3186
|
+
(n.downloadedRanges?.map((u) => `${u.startByteOffset}-${u.endByteOffset}`) ?? []).join(",")
|
|
3145
3187
|
]
|
|
3146
3188
|
), z(() => {
|
|
3147
|
-
const { size:
|
|
3148
|
-
!
|
|
3189
|
+
const { size: u, read: l, publicPath: v, libavWorkerUrl: x, jassubWasmUrl: A } = e;
|
|
3190
|
+
!l || !u || !v || !x || !A || o.send({
|
|
3149
3191
|
type: "REMUXER_OPTIONS",
|
|
3150
3192
|
remuxerOptions: {
|
|
3151
3193
|
publicPath: v,
|
|
3152
|
-
workerUrl:
|
|
3153
|
-
bufferSize: e.bufferSize ??
|
|
3154
|
-
length:
|
|
3155
|
-
read:
|
|
3194
|
+
workerUrl: x,
|
|
3195
|
+
bufferSize: e.bufferSize ?? lo,
|
|
3196
|
+
length: u,
|
|
3197
|
+
read: l
|
|
3156
3198
|
}
|
|
3157
3199
|
});
|
|
3158
3200
|
}, [e.read, e.size, e.publicPath, e.libavWorkerUrl, e.bufferSize]), z(() => {
|
|
3159
|
-
const { jassubWorkerUrl:
|
|
3160
|
-
!
|
|
3201
|
+
const { jassubWorkerUrl: u, jassubWasmUrl: l, jassubModernWasmUrl: v } = e;
|
|
3202
|
+
!u || !l || !v || o.send({
|
|
3161
3203
|
type: "SUBTITLES_RENDERER_OPTIONS",
|
|
3162
3204
|
subtitlesRendererOptions: {
|
|
3163
|
-
workerUrl:
|
|
3164
|
-
wasmUrl:
|
|
3205
|
+
workerUrl: u,
|
|
3206
|
+
wasmUrl: l,
|
|
3165
3207
|
modernWasmUrl: v
|
|
3166
3208
|
}
|
|
3167
3209
|
});
|
|
@@ -3171,32 +3213,32 @@ position: relative;
|
|
|
3171
3213
|
videoElement: t
|
|
3172
3214
|
});
|
|
3173
3215
|
}, [t]), z(() => {
|
|
3174
|
-
|
|
3216
|
+
d && (h ? (o.send({
|
|
3175
3217
|
type: "SET_VOLUME",
|
|
3176
|
-
muted:
|
|
3177
|
-
volume: isNaN(Number(
|
|
3178
|
-
}),
|
|
3179
|
-
}, [
|
|
3218
|
+
muted: b === "true",
|
|
3219
|
+
volume: isNaN(Number(m)) ? 1 : Number(m)
|
|
3220
|
+
}), y(!1)) : (g(s.toString()), S(c ? "true" : "false")));
|
|
3221
|
+
}, [d, s, c, h]), z(() => {
|
|
3180
3222
|
if (a === "OK")
|
|
3181
3223
|
return () => {
|
|
3182
3224
|
o.send({ type: "DESTROY" });
|
|
3183
3225
|
};
|
|
3184
|
-
}, [a]), /* @__PURE__ */
|
|
3185
|
-
},
|
|
3186
|
-
const
|
|
3187
|
-
typeof e == "function" ? e(
|
|
3226
|
+
}, [a]), /* @__PURE__ */ E("div", { css: fo, children: /* @__PURE__ */ E(uo, { mediaInformation: e.mediaInformation, loadingInformation: e.loadingInformation, children: r }) });
|
|
3227
|
+
}, wo = ({ ref: e, ...t }) => {
|
|
3228
|
+
const r = (d) => o({ ...d, update: r }), [n, o] = Q({ update: r }), [a, s] = Q(), c = ot((d) => {
|
|
3229
|
+
typeof e == "function" ? e(d) : e && "current" in e && (e.current = d), s(d ?? void 0);
|
|
3188
3230
|
}, []);
|
|
3189
3231
|
return z(() => {
|
|
3190
|
-
o((
|
|
3191
|
-
...
|
|
3232
|
+
o((d) => ({
|
|
3233
|
+
...d,
|
|
3192
3234
|
videoElement: a,
|
|
3193
3235
|
title: t?.title,
|
|
3194
3236
|
size: t?.size,
|
|
3195
3237
|
downloadedRanges: t?.downloadedRanges
|
|
3196
3238
|
}));
|
|
3197
|
-
}, [a, t?.title, t?.size, t?.downloadedRanges]), /* @__PURE__ */
|
|
3239
|
+
}, [a, t?.title, t?.size, t?.downloadedRanges]), /* @__PURE__ */ E(we.Provider, { value: n, children: /* @__PURE__ */ E(O.Provider, { children: /* @__PURE__ */ E(mo, { options: t, videoElement: a, children: /* @__PURE__ */ E("video", { ref: c, controls: !1 }) }) }) });
|
|
3198
3240
|
};
|
|
3199
3241
|
export {
|
|
3200
|
-
|
|
3201
|
-
|
|
3242
|
+
mo as FKNVideoRoot,
|
|
3243
|
+
wo as default
|
|
3202
3244
|
};
|