@eluvio/elv-player-js 2.0.0 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/.vite/manifest.json +17 -17
- package/dist/{Analytics-jM8HcyUa.js → Analytics-XftohbWA.js} +1 -1
- package/dist/{Analytics-MzZmvYgy.mjs → Analytics-n8VKJG5w.mjs} +1 -1
- package/dist/{dash.all.min-16Sl6Y0h.js → dash.all.min-YF2PD14A.js} +1 -1
- package/dist/{dash.all.min-2ST8aEXP.mjs → dash.all.min-fb0Sc_wE.mjs} +1 -1
- package/dist/elv-player-js.cjs.js +1 -1
- package/dist/elv-player-js.es.js +1 -1
- package/dist/{index-Cw8L2-NE.js → index-7Q_ZiMR6.js} +20 -20
- package/dist/{index-BThzGsbn.js → index-IJ7cIHhe.js} +1 -1
- package/dist/{index-mO9GR6Op.mjs → index-gtipGoW1.mjs} +176 -176
- package/dist/{index-herSXPMN.mjs → index-nE_iNLeQ.mjs} +1 -1
- package/lib/player/Controls.js +1 -0
- package/lib/static/icons/Icons.js +2 -0
- package/lib/ui/BuildIcons.cjs +4 -2
- package/lib/ui/PlayerUI.jsx +1 -0
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const pn = {
|
|
2
2
|
ui: {
|
|
3
3
|
WEB: "web",
|
|
4
4
|
TV: "tv"
|
|
@@ -81,7 +81,7 @@ const hn = {
|
|
|
81
81
|
}
|
|
82
82
|
}, zW = {
|
|
83
83
|
clientOptions: {
|
|
84
|
-
network:
|
|
84
|
+
network: pn.networks.MAIN,
|
|
85
85
|
client: void 0,
|
|
86
86
|
staticToken: void 0,
|
|
87
87
|
tenantId: void 0,
|
|
@@ -94,15 +94,15 @@ const hn = {
|
|
|
94
94
|
},
|
|
95
95
|
sourceOptions: {
|
|
96
96
|
protocols: [
|
|
97
|
-
|
|
98
|
-
|
|
97
|
+
pn.protocols.HLS,
|
|
98
|
+
pn.protocols.DASH
|
|
99
99
|
],
|
|
100
100
|
drms: [
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
101
|
+
pn.drms.FAIRPLAY,
|
|
102
|
+
pn.drms.SAMPLE_AES,
|
|
103
|
+
pn.drms.AES128,
|
|
104
|
+
pn.drms.WIDEVINE,
|
|
105
|
+
pn.drms.CLEAR
|
|
106
106
|
],
|
|
107
107
|
contentInfo: {
|
|
108
108
|
title: void 0,
|
|
@@ -110,7 +110,7 @@ const hn = {
|
|
|
110
110
|
description: void 0,
|
|
111
111
|
image: void 0,
|
|
112
112
|
posterImage: void 0,
|
|
113
|
-
type:
|
|
113
|
+
type: pn.type.VOD,
|
|
114
114
|
headers: []
|
|
115
115
|
},
|
|
116
116
|
mediaCollectionOptions: {
|
|
@@ -139,16 +139,16 @@ const hn = {
|
|
|
139
139
|
playerOptions: {
|
|
140
140
|
appName: void 0,
|
|
141
141
|
backgroundColor: void 0,
|
|
142
|
-
ui:
|
|
143
|
-
controls:
|
|
144
|
-
autoplay:
|
|
145
|
-
muted:
|
|
146
|
-
loop:
|
|
147
|
-
watermark:
|
|
148
|
-
keyboardControls:
|
|
149
|
-
capLevelToPlayerSize:
|
|
150
|
-
title:
|
|
151
|
-
playerProfile:
|
|
142
|
+
ui: pn.ui.WEB,
|
|
143
|
+
controls: pn.controls.AUTO_HIDE,
|
|
144
|
+
autoplay: pn.autoplay.OFF,
|
|
145
|
+
muted: pn.muted.OFF,
|
|
146
|
+
loop: pn.loop.OFF,
|
|
147
|
+
watermark: pn.watermark.ON,
|
|
148
|
+
keyboardControls: pn.keyboardControls.ON,
|
|
149
|
+
capLevelToPlayerSize: pn.capLevelToPlayerSize.OFF,
|
|
150
|
+
title: pn.title.ON,
|
|
151
|
+
playerProfile: pn.playerProfile.DEFAULT,
|
|
152
152
|
hlsjsOptions: void 0,
|
|
153
153
|
dashjsOptions: void 0,
|
|
154
154
|
debugLogging: !1,
|
|
@@ -5512,7 +5512,7 @@ function eK() {
|
|
|
5512
5512
|
$s[l]._workInProgressVersionPrimary = null;
|
|
5513
5513
|
$s.length = 0;
|
|
5514
5514
|
}
|
|
5515
|
-
var E0 = K.ReactCurrentDispatcher, Mg = K.ReactCurrentBatchConfig, Nc = 0, Ur = null, it = null, Kn = null,
|
|
5515
|
+
var E0 = K.ReactCurrentDispatcher, Mg = K.ReactCurrentBatchConfig, Nc = 0, Ur = null, it = null, Kn = null, hn = !1, Fo = !1, gs = 0, Pc = 0;
|
|
5516
5516
|
function Fr() {
|
|
5517
5517
|
throw Error(t(321));
|
|
5518
5518
|
}
|
|
@@ -5533,7 +5533,7 @@ function eK() {
|
|
|
5533
5533
|
V += 1, Kn = it = null, f.updateQueue = null, E0.current = Tg, l = b(E, F);
|
|
5534
5534
|
} while (Fo);
|
|
5535
5535
|
}
|
|
5536
|
-
if (E0.current = z0, f = it !== null && it.next !== null, Nc = 0, Kn = it = Ur = null,
|
|
5536
|
+
if (E0.current = z0, f = it !== null && it.next !== null, Nc = 0, Kn = it = Ur = null, hn = !1, f)
|
|
5537
5537
|
throw Error(t(300));
|
|
5538
5538
|
return l;
|
|
5539
5539
|
}
|
|
@@ -5776,7 +5776,7 @@ function eK() {
|
|
|
5776
5776
|
return l === Ur || f !== null && f === Ur;
|
|
5777
5777
|
}
|
|
5778
5778
|
function Op(l, f) {
|
|
5779
|
-
Fo =
|
|
5779
|
+
Fo = hn = !0;
|
|
5780
5780
|
var b = l.pending;
|
|
5781
5781
|
b === null ? f.next = f : (f.next = b.next, b.next = f), l.pending = f;
|
|
5782
5782
|
}
|
|
@@ -7588,12 +7588,12 @@ Error generating stack: ` + V.message + `
|
|
|
7588
7588
|
do {
|
|
7589
7589
|
var b = ea;
|
|
7590
7590
|
try {
|
|
7591
|
-
if (xg(), E0.current = z0,
|
|
7591
|
+
if (xg(), E0.current = z0, hn) {
|
|
7592
7592
|
for (var E = Ur.memoizedState; E !== null; ) {
|
|
7593
7593
|
var F = E.queue;
|
|
7594
7594
|
F !== null && (F.pending = null), E = E.next;
|
|
7595
7595
|
}
|
|
7596
|
-
|
|
7596
|
+
hn = !1;
|
|
7597
7597
|
}
|
|
7598
7598
|
if (Nc = 0, Kn = it = Ur = null, Fo = !1, gs = 0, $g.current = null, b === null || b.return === null) {
|
|
7599
7599
|
Aa = 1, jp = f, ea = null;
|
|
@@ -11271,7 +11271,7 @@ Check the render method of \`` + a + "`." : "";
|
|
|
11271
11271
|
), Kn = (
|
|
11272
11272
|
/* */
|
|
11273
11273
|
0
|
|
11274
|
-
),
|
|
11274
|
+
), hn = (
|
|
11275
11275
|
/* */
|
|
11276
11276
|
1
|
|
11277
11277
|
), Fo = (
|
|
@@ -11376,7 +11376,7 @@ Check the render method of \`` + a + "`." : "";
|
|
|
11376
11376
|
);
|
|
11377
11377
|
function o3(a) {
|
|
11378
11378
|
{
|
|
11379
|
-
if (a &
|
|
11379
|
+
if (a & hn)
|
|
11380
11380
|
return "Sync";
|
|
11381
11381
|
if (a & Fo)
|
|
11382
11382
|
return "InputContinuousHydration";
|
|
@@ -11405,8 +11405,8 @@ Check the render method of \`` + a + "`." : "";
|
|
|
11405
11405
|
var Ar = -1, F0 = Dc, B0 = xu;
|
|
11406
11406
|
function Jf(a) {
|
|
11407
11407
|
switch (fa(a)) {
|
|
11408
|
-
case
|
|
11409
|
-
return
|
|
11408
|
+
case hn:
|
|
11409
|
+
return hn;
|
|
11410
11410
|
case Fo:
|
|
11411
11411
|
return Fo;
|
|
11412
11412
|
case gs:
|
|
@@ -11503,7 +11503,7 @@ Check the render method of \`` + a + "`." : "";
|
|
|
11503
11503
|
}
|
|
11504
11504
|
function z0(a, s) {
|
|
11505
11505
|
switch (a) {
|
|
11506
|
-
case
|
|
11506
|
+
case hn:
|
|
11507
11507
|
case Fo:
|
|
11508
11508
|
case gs:
|
|
11509
11509
|
return s + 250;
|
|
@@ -11556,7 +11556,7 @@ Check the render method of \`` + a + "`." : "";
|
|
|
11556
11556
|
return s !== it ? s : s & Qi ? Qi : it;
|
|
11557
11557
|
}
|
|
11558
11558
|
function Qf(a) {
|
|
11559
|
-
return (a &
|
|
11559
|
+
return (a & hn) !== it;
|
|
11560
11560
|
}
|
|
11561
11561
|
function Lp(a) {
|
|
11562
11562
|
return (a & U0) !== it;
|
|
@@ -11565,7 +11565,7 @@ Check the render method of \`` + a + "`." : "";
|
|
|
11565
11565
|
return (a & Bc) === a;
|
|
11566
11566
|
}
|
|
11567
11567
|
function c3(a) {
|
|
11568
|
-
var s =
|
|
11568
|
+
var s = hn | gs | Fr;
|
|
11569
11569
|
return (a & s) === it;
|
|
11570
11570
|
}
|
|
11571
11571
|
function ww(a) {
|
|
@@ -11719,7 +11719,7 @@ Check the render method of \`` + a + "`." : "";
|
|
|
11719
11719
|
function Ug(a, s) {
|
|
11720
11720
|
return null;
|
|
11721
11721
|
}
|
|
11722
|
-
var li =
|
|
11722
|
+
var li = hn, Ka = gs, _u = Fr, Pp = _l, $c = Kn;
|
|
11723
11723
|
function qs() {
|
|
11724
11724
|
return $c;
|
|
11725
11725
|
}
|
|
@@ -13874,7 +13874,7 @@ Check the render method of \`` + a + "`." : "";
|
|
|
13874
13874
|
};
|
|
13875
13875
|
}
|
|
13876
13876
|
}
|
|
13877
|
-
function
|
|
13877
|
+
function r1e(a) {
|
|
13878
13878
|
return a;
|
|
13879
13879
|
}
|
|
13880
13880
|
function H$(a) {
|
|
@@ -16361,10 +16361,10 @@ Incoming: %s`, st, "[" + s.join(", ") + "]", "[" + a.join(", ") + "]");
|
|
|
16361
16361
|
}
|
|
16362
16362
|
return [J, k];
|
|
16363
16363
|
}
|
|
16364
|
-
function r1e(a, s, d) {
|
|
16365
|
-
}
|
|
16366
16364
|
function a1e(a, s, d) {
|
|
16367
16365
|
}
|
|
16366
|
+
function i1e(a, s, d) {
|
|
16367
|
+
}
|
|
16368
16368
|
function YE(a, s, d) {
|
|
16369
16369
|
var y = xr, _ = Ll(), k, j = Ei();
|
|
16370
16370
|
if (j) {
|
|
@@ -16440,8 +16440,8 @@ Incoming: %s`, st, "[" + s.join(", ") + "]", "[" + a.join(", ") + "]");
|
|
|
16440
16440
|
}
|
|
16441
16441
|
}
|
|
16442
16442
|
function IT(a) {
|
|
16443
|
-
var s = Ys(a,
|
|
16444
|
-
s !== null && ni(s, a,
|
|
16443
|
+
var s = Ys(a, hn);
|
|
16444
|
+
s !== null && ni(s, a, hn, Ar);
|
|
16445
16445
|
}
|
|
16446
16446
|
function Px(a) {
|
|
16447
16447
|
var s = Ll();
|
|
@@ -17447,7 +17447,7 @@ Visit https://reactjs.org/link/error-boundaries to learn more about error bounda
|
|
|
17447
17447
|
var ee = s.value, he = s.stack;
|
|
17448
17448
|
this.componentDidCatch(ee, {
|
|
17449
17449
|
componentStack: he !== null ? he : ""
|
|
17450
|
-
}), typeof _ != "function" && (Zi(a.lanes,
|
|
17450
|
+
}), typeof _ != "function" && (Zi(a.lanes, hn) || u("%s: Error boundaries should implement getDerivedStateFromError(). In that method, return a state update to display an error message or fallback UI.", wn(a) || "Unknown"));
|
|
17451
17451
|
}), y;
|
|
17452
17452
|
}
|
|
17453
17453
|
function rR(a, s, d) {
|
|
@@ -17492,11 +17492,11 @@ Visit https://reactjs.org/link/error-boundaries to learn more about error bounda
|
|
|
17492
17492
|
if (k === null)
|
|
17493
17493
|
d.tag = Se;
|
|
17494
17494
|
else {
|
|
17495
|
-
var j = nf(Ar,
|
|
17496
|
-
j.tag = wx, vd(d, j,
|
|
17495
|
+
var j = nf(Ar, hn);
|
|
17496
|
+
j.tag = wx, vd(d, j, hn);
|
|
17497
17497
|
}
|
|
17498
17498
|
}
|
|
17499
|
-
d.lanes = Mn(d.lanes,
|
|
17499
|
+
d.lanes = Mn(d.lanes, hn);
|
|
17500
17500
|
}
|
|
17501
17501
|
return a;
|
|
17502
17502
|
}
|
|
@@ -18112,7 +18112,7 @@ Check the render method of \`` + y + "`.");
|
|
|
18112
18112
|
return ee.flags |= Ir, J.return = s, ee.return = s, J.sibling = ee, s.child = J, (s.mode & Un) !== cn && wy(s, a.child, null, _), ee;
|
|
18113
18113
|
}
|
|
18114
18114
|
function dV(a, s, d) {
|
|
18115
|
-
return (a.mode & Un) === cn ? (u("Cannot hydrate Suspense in legacy mode. Switch from ReactDOM.hydrate(element, container) to ReactDOMClient.hydrateRoot(container, <App />).render(element) or remove the Suspense components from the server rendered components."), a.lanes =
|
|
18115
|
+
return (a.mode & Un) === cn ? (u("Cannot hydrate Suspense in legacy mode. Switch from ReactDOM.hydrate(element, container) to ReactDOMClient.hydrateRoot(container, <App />).render(element) or remove the Suspense components from the server rendered components."), a.lanes = hn) : V3(s) ? a.lanes = Pc : a.lanes = Qi, null;
|
|
18116
18116
|
}
|
|
18117
18117
|
function pV(a, s, d, y, _, k, j) {
|
|
18118
18118
|
if (d)
|
|
@@ -20140,7 +20140,7 @@ Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-f
|
|
|
20140
20140
|
function Md(a) {
|
|
20141
20141
|
var s = a.mode;
|
|
20142
20142
|
if ((s & Un) === cn)
|
|
20143
|
-
return
|
|
20143
|
+
return hn;
|
|
20144
20144
|
if ((Yn & Ri) !== Xa && ei !== it)
|
|
20145
20145
|
return Sa(ei);
|
|
20146
20146
|
var d = dq() !== fq;
|
|
@@ -20159,10 +20159,10 @@ Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-f
|
|
|
20159
20159
|
}
|
|
20160
20160
|
function gG(a) {
|
|
20161
20161
|
var s = a.mode;
|
|
20162
|
-
return (s & Un) === cn ?
|
|
20162
|
+
return (s & Un) === cn ? hn : f3();
|
|
20163
20163
|
}
|
|
20164
20164
|
function ni(a, s, d, y) {
|
|
20165
|
-
jG(), KR && u("useInsertionEffect must not schedule updates."), q6 && (s_ = !0), jc(a, d, y), (Yn & Ri) !== it && a === ws ? qG(s) : (Wa && Dg(a, s, d), VG(s), a === ws && ((Yn & Ri) === Xa && (zb = Mn(zb, d)), ti === Fb && kd(a, ei)), Zs(a, y), d ===
|
|
20165
|
+
jG(), KR && u("useInsertionEffect must not schedule updates."), q6 && (s_ = !0), jc(a, d, y), (Yn & Ri) !== it && a === ws ? qG(s) : (Wa && Dg(a, s, d), VG(s), a === ws && ((Yn & Ri) === Xa && (zb = Mn(zb, d)), ti === Fb && kd(a, ei)), Zs(a, y), d === hn && Yn === Xa && (s.mode & Un) === cn && // Treat `act` as if it's inside `batchedUpdates`, even in legacy mode.
|
|
20166
20166
|
!Uu.isBatchingLegacy && ($b(), Wk()));
|
|
20167
20167
|
}
|
|
20168
20168
|
function bG(a, s, d) {
|
|
@@ -20189,12 +20189,12 @@ Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-f
|
|
|
20189
20189
|
// Scheduler task, rather than an `act` task, cancel it and re-scheduled
|
|
20190
20190
|
// on the `act` queue.
|
|
20191
20191
|
!(Uu.current !== null && d !== Q6)) {
|
|
20192
|
-
d == null && k !==
|
|
20192
|
+
d == null && k !== hn && u("Expected scheduled callback to exist. This error is likely caused by a bug in React. Please file an issue.");
|
|
20193
20193
|
return;
|
|
20194
20194
|
}
|
|
20195
20195
|
d != null && c7(d);
|
|
20196
20196
|
var j;
|
|
20197
|
-
if (_ ===
|
|
20197
|
+
if (_ === hn)
|
|
20198
20198
|
a.tag === md ? (Uu.isBatchingLegacy !== null && (Uu.didScheduleLegacyUpdate = !0), KH(QR.bind(null, a))) : Gk(QR.bind(null, a)), Uu.current !== null ? Uu.current.push(gd) : Z$(function() {
|
|
20199
20199
|
(Yn & (Ri | Wo)) === Xa && gd();
|
|
20200
20200
|
}), j = null;
|
|
@@ -20367,7 +20367,7 @@ Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-f
|
|
|
20367
20367
|
throw new Error("Should not already be working.");
|
|
20368
20368
|
uf();
|
|
20369
20369
|
var s = Op(a, it);
|
|
20370
|
-
if (!Zi(s,
|
|
20370
|
+
if (!Zi(s, hn))
|
|
20371
20371
|
return Zs(a, Gr()), null;
|
|
20372
20372
|
var d = f_(a, s);
|
|
20373
20373
|
if (a.tag !== md && d === ih) {
|
|
@@ -20384,7 +20384,7 @@ Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-f
|
|
|
20384
20384
|
return a.finishedWork = k, a.finishedLanes = s, uh(a, Qs, sf), Zs(a, Gr()), null;
|
|
20385
20385
|
}
|
|
20386
20386
|
function _G(a, s) {
|
|
20387
|
-
s !== it && (Xf(a, Mn(s,
|
|
20387
|
+
s !== it && (Xf(a, Mn(s, hn)), Zs(a, Gr()), (Yn & (Ri | Wo)) === Xa && ($b(), gd()));
|
|
20388
20388
|
}
|
|
20389
20389
|
function G6(a, s) {
|
|
20390
20390
|
var d = Yn;
|
|
@@ -20631,7 +20631,7 @@ Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-f
|
|
|
20631
20631
|
var Xt = z6;
|
|
20632
20632
|
throw z6 = null, Xt;
|
|
20633
20633
|
}
|
|
20634
|
-
return Zi(Hb,
|
|
20634
|
+
return Zi(Hb, hn) && a.tag !== md && uf(), j = a.pendingLanes, Zi(j, hn) ? (zq(), a === H6 ? qb++ : (qb = 0, H6 = a)) : qb = 0, gd(), Eg(), null;
|
|
20635
20635
|
}
|
|
20636
20636
|
function uf() {
|
|
20637
20637
|
if (Ad !== null) {
|
|
@@ -20686,8 +20686,8 @@ Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-f
|
|
|
20686
20686
|
}
|
|
20687
20687
|
var DG = IG;
|
|
20688
20688
|
function i7(a, s, d) {
|
|
20689
|
-
var y = rh(d, s), _ = nR(a, y,
|
|
20690
|
-
k !== null && (jc(k,
|
|
20689
|
+
var y = rh(d, s), _ = nR(a, y, hn), k = vd(a, _, hn), j = xs();
|
|
20690
|
+
k !== null && (jc(k, hn, j), Zs(k, j));
|
|
20691
20691
|
}
|
|
20692
20692
|
function Br(a, s, d) {
|
|
20693
20693
|
if (MV(d), Kb(!1), a.tag === m) {
|
|
@@ -20702,8 +20702,8 @@ Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-f
|
|
|
20702
20702
|
} else if (y.tag === h) {
|
|
20703
20703
|
var _ = y.type, k = y.stateNode;
|
|
20704
20704
|
if (typeof _.getDerivedStateFromError == "function" || typeof k.componentDidCatch == "function" && !a7(k)) {
|
|
20705
|
-
var j = rh(d, a), J = y6(y, j,
|
|
20706
|
-
ee !== null && (jc(ee,
|
|
20705
|
+
var j = rh(d, a), J = y6(y, j, hn), ee = vd(y, J, hn), he = xs();
|
|
20706
|
+
ee !== null && (jc(ee, hn, he), Zs(ee, he));
|
|
20707
20707
|
return;
|
|
20708
20708
|
}
|
|
20709
20709
|
}
|
|
@@ -21007,8 +21007,8 @@ This ensures that you're testing the behavior the user would see in the browser.
|
|
|
21007
21007
|
je !== void 0 && (d.has(je) ? ve = !0 : s.has(je) && (j === h ? ve = !0 : he = !0));
|
|
21008
21008
|
}
|
|
21009
21009
|
if (Py !== null && (Py.has(a) || y !== null && Py.has(y)) && (ve = !0), ve && (a._debugNeedsRemount = !0), ve || he) {
|
|
21010
|
-
var Be = Ys(a,
|
|
21011
|
-
Be !== null && ni(Be, a,
|
|
21010
|
+
var Be = Ys(a, hn);
|
|
21011
|
+
Be !== null && ni(Be, a, hn, Ar);
|
|
21012
21012
|
}
|
|
21013
21013
|
_ !== null && !ve && tC(_, s, d), k !== null && tC(k, s, d);
|
|
21014
21014
|
}
|
|
@@ -21405,13 +21405,13 @@ Check the render method of %s.`, wn(Vr) || "Unknown"));
|
|
|
21405
21405
|
}
|
|
21406
21406
|
case W: {
|
|
21407
21407
|
of(function() {
|
|
21408
|
-
var _ = Ys(a,
|
|
21408
|
+
var _ = Ys(a, hn);
|
|
21409
21409
|
if (_ !== null) {
|
|
21410
21410
|
var k = xs();
|
|
21411
|
-
ni(_, a,
|
|
21411
|
+
ni(_, a, hn, k);
|
|
21412
21412
|
}
|
|
21413
21413
|
});
|
|
21414
|
-
var y =
|
|
21414
|
+
var y = hn;
|
|
21415
21415
|
dC(a, y);
|
|
21416
21416
|
break;
|
|
21417
21417
|
}
|
|
@@ -21511,40 +21511,40 @@ Check the render method of %s.`, wn(Vr) || "Unknown"));
|
|
|
21511
21511
|
if (_ !== null) {
|
|
21512
21512
|
var k = B7(_.memoizedState, d, y);
|
|
21513
21513
|
_.memoizedState = k, _.baseState = k, a.memoizedProps = Cn({}, a.memoizedProps);
|
|
21514
|
-
var j = Ys(a,
|
|
21515
|
-
j !== null && ni(j, a,
|
|
21514
|
+
var j = Ys(a, hn);
|
|
21515
|
+
j !== null && ni(j, a, hn, Ar);
|
|
21516
21516
|
}
|
|
21517
21517
|
}, A7 = function(a, s, d) {
|
|
21518
21518
|
var y = pC(a, s);
|
|
21519
21519
|
if (y !== null) {
|
|
21520
21520
|
var _ = I7(y.memoizedState, d);
|
|
21521
21521
|
y.memoizedState = _, y.baseState = _, a.memoizedProps = Cn({}, a.memoizedProps);
|
|
21522
|
-
var k = Ys(a,
|
|
21523
|
-
k !== null && ni(k, a,
|
|
21522
|
+
var k = Ys(a, hn);
|
|
21523
|
+
k !== null && ni(k, a, hn, Ar);
|
|
21524
21524
|
}
|
|
21525
21525
|
}, M7 = function(a, s, d, y) {
|
|
21526
21526
|
var _ = pC(a, s);
|
|
21527
21527
|
if (_ !== null) {
|
|
21528
21528
|
var k = U7(_.memoizedState, d, y);
|
|
21529
21529
|
_.memoizedState = k, _.baseState = k, a.memoizedProps = Cn({}, a.memoizedProps);
|
|
21530
|
-
var j = Ys(a,
|
|
21531
|
-
j !== null && ni(j, a,
|
|
21530
|
+
var j = Ys(a, hn);
|
|
21531
|
+
j !== null && ni(j, a, hn, Ar);
|
|
21532
21532
|
}
|
|
21533
21533
|
}, k7 = function(a, s, d) {
|
|
21534
21534
|
a.pendingProps = B7(a.memoizedProps, s, d), a.alternate && (a.alternate.pendingProps = a.pendingProps);
|
|
21535
|
-
var y = Ys(a,
|
|
21536
|
-
y !== null && ni(y, a,
|
|
21535
|
+
var y = Ys(a, hn);
|
|
21536
|
+
y !== null && ni(y, a, hn, Ar);
|
|
21537
21537
|
}, T7 = function(a, s) {
|
|
21538
21538
|
a.pendingProps = I7(a.memoizedProps, s), a.alternate && (a.alternate.pendingProps = a.pendingProps);
|
|
21539
|
-
var d = Ys(a,
|
|
21540
|
-
d !== null && ni(d, a,
|
|
21539
|
+
var d = Ys(a, hn);
|
|
21540
|
+
d !== null && ni(d, a, hn, Ar);
|
|
21541
21541
|
}, R7 = function(a, s, d) {
|
|
21542
21542
|
a.pendingProps = U7(a.memoizedProps, s, d), a.alternate && (a.alternate.pendingProps = a.pendingProps);
|
|
21543
|
-
var y = Ys(a,
|
|
21544
|
-
y !== null && ni(y, a,
|
|
21543
|
+
var y = Ys(a, hn);
|
|
21544
|
+
y !== null && ni(y, a, hn, Ar);
|
|
21545
21545
|
}, O7 = function(a) {
|
|
21546
|
-
var s = Ys(a,
|
|
21547
|
-
s !== null && ni(s, a,
|
|
21546
|
+
var s = Ys(a, hn);
|
|
21547
|
+
s !== null && ni(s, a, hn, Ar);
|
|
21548
21548
|
}, L7 = function(a) {
|
|
21549
21549
|
S7 = a;
|
|
21550
21550
|
}, N7 = function(a) {
|
|
@@ -49849,7 +49849,7 @@ const yi = {
|
|
|
49849
49849
|
ElvCrypto: async () => {
|
|
49850
49850
|
try {
|
|
49851
49851
|
if (!yi.elvCrypto) {
|
|
49852
|
-
const n = (await import("./index-
|
|
49852
|
+
const n = (await import("./index-nE_iNLeQ.mjs")).default;
|
|
49853
49853
|
yi.elvCrypto = await new n().init();
|
|
49854
49854
|
}
|
|
49855
49855
|
return yi.elvCrypto;
|
|
@@ -65126,7 +65126,7 @@ class wbe {
|
|
|
65126
65126
|
this.allowRotation = e, this.player.__SettingsUpdate();
|
|
65127
65127
|
}
|
|
65128
65128
|
IsRotatable() {
|
|
65129
|
-
return this.IsFullscreen() && window.innerHeight > window.innerWidth && this.player.video.videoWidth > this.player.video.videoHeight;
|
|
65129
|
+
return this.IsFullscreen() && window.innerWidth < 900 && window.innerHeight > window.innerWidth && this.player.video.videoWidth > this.player.video.videoHeight;
|
|
65130
65130
|
}
|
|
65131
65131
|
/**
|
|
65132
65132
|
* Register a listener for a <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video#events" target="_blank">standard HTML video event on the player's video element.
|
|
@@ -65295,7 +65295,7 @@ class B2 {
|
|
|
65295
65295
|
constructor({ target: e, video: t, parameters: r, SetErrorMessage: i }) {
|
|
65296
65296
|
this.loading = !0, this.target = e, this.video = t, this.SetErrorMessage = i, this.controls = new wbe({ player: this }), this.__settingsListeners = [], this.__listenerDisposers = [], this.__showPlayerProfileForm = !1, this.playbackStarted = !1, this.reloads = 0, this.canPlay = !1;
|
|
65297
65297
|
try {
|
|
65298
|
-
r.playerOptions.hlsjsOptions && Object.keys(r.playerOptions.hlsjsOptions).length > 0 && (this.customHLSOptions = r.playerOptions.hlsjsOptions, r.playerOptions.playerProfile =
|
|
65298
|
+
r.playerOptions.hlsjsOptions && Object.keys(r.playerOptions.hlsjsOptions).length > 0 && (this.customHLSOptions = r.playerOptions.hlsjsOptions, r.playerOptions.playerProfile = pn.playerProfile.CUSTOM);
|
|
65299
65299
|
} catch (o) {
|
|
65300
65300
|
this.Log(o, !0);
|
|
65301
65301
|
}
|
|
@@ -65409,9 +65409,9 @@ class B2 {
|
|
|
65409
65409
|
}
|
|
65410
65410
|
async __Initialize(e, t) {
|
|
65411
65411
|
if (!this.__destroyed) {
|
|
65412
|
-
this.__Reset(), this.loading = !0, this.initTime = Date.now(), this.__SettingsUpdate(), e && (this.originalParameters = Uj(e), this.clientOptions = e.clientOptions, this.sourceOptions = e.sourceOptions, this.playerOptions = e.playerOptions), this.isLive = e.sourceOptions.contentInfo.type ===
|
|
65412
|
+
this.__Reset(), this.loading = !0, this.initTime = Date.now(), this.__SettingsUpdate(), e && (this.originalParameters = Uj(e), this.clientOptions = e.clientOptions, this.sourceOptions = e.sourceOptions, this.playerOptions = e.playerOptions), this.isLive = e.sourceOptions.contentInfo.type === pn.type.LIVE, this.errors = 0, this.__Client();
|
|
65413
65413
|
try {
|
|
65414
|
-
t && (this.video.volume = t.volume, this.video.muted = t.muted, t.playing && (this.playerOptions.autoplay =
|
|
65414
|
+
t && (this.video.volume = t.volume, this.video.muted = t.muted, t.playing && (this.playerOptions.autoplay = pn.autoplay.ON), t.currentTime && this.__RegisterVideoEventListener(
|
|
65415
65415
|
"loadedmetadata",
|
|
65416
65416
|
() => this.video.currentTime = t.currentTime
|
|
65417
65417
|
)), this.__RegisterVideoEventListener("play", () => {
|
|
@@ -65421,7 +65421,7 @@ class B2 {
|
|
|
65421
65421
|
this.canPlay && !isFinite(this.video.duration) ? this.isLive = !0 : this.video.duration && this.videoDuration > 0 && Math.abs(this.video.duration - this.videoDuration) > 1 && (this.isLive = !0);
|
|
65422
65422
|
};
|
|
65423
65423
|
this.__RegisterVideoEventListener("canplay", () => {
|
|
65424
|
-
this.initTime && !this.initTimeLogged && (this.Log(`Player initialization: ${((Date.now() - this.initTime) / 1e3).toFixed(2)} seconds`), this.initTimeLogged = !0, this.canPlay = !0, r(), this.playerOptions.autoplay ===
|
|
65424
|
+
this.initTime && !this.initTimeLogged && (this.Log(`Player initialization: ${((Date.now() - this.initTime) / 1e3).toFixed(2)} seconds`), this.initTimeLogged = !0, this.canPlay = !0, r(), this.playerOptions.autoplay === pn.autoplay.ON && this.controls.Play());
|
|
65425
65425
|
}), this.__RegisterVideoEventListener("durationchange", () => {
|
|
65426
65426
|
r(), this.videoDuration = this.video.duration;
|
|
65427
65427
|
}), await this.__LoadCollection(), this.collectionInfo && this.collectionInfo.isPlaylist && this.collectionInfo.mediaIndex < this.collectionInfo.mediaLength - 1 && this.__RegisterVideoEventListener("ended", () => this.controls && this.controls.CollectionPlayNext({ autoplay: !0 }));
|
|
@@ -65430,12 +65430,12 @@ class B2 {
|
|
|
65430
65430
|
const h = this.sourceOptions.playoutParameters.authorizationToken || u.searchParams.get("authorization");
|
|
65431
65431
|
if (this.__destroyed)
|
|
65432
65432
|
return;
|
|
65433
|
-
i === "hls" ? await this.__InitializeHLS({ playoutUrl: u, authorizationToken: h, drm: o, drms: c, multiviewOptions: p }) : await this.__InitializeDash({ playoutUrl: u, authorizationToken: h, drm: o, drms: c, multiviewOptions: p }), this.playerOptions.collectVideoAnalytics && import("./Analytics-
|
|
65433
|
+
i === "hls" ? await this.__InitializeHLS({ playoutUrl: u, authorizationToken: h, drm: o, drms: c, multiviewOptions: p }) : await this.__InitializeDash({ playoutUrl: u, authorizationToken: h, drm: o, drms: c, multiviewOptions: p }), this.playerOptions.collectVideoAnalytics && import("./Analytics-n8VKJG5w.mjs").then(({ InitializeMuxMonitoring: g }) => g({
|
|
65434
65434
|
appName: this.playerOptions.appName || "elv-player-js",
|
|
65435
65435
|
elvPlayer: this,
|
|
65436
65436
|
playoutUrl: u,
|
|
65437
65437
|
authorizationToken: h,
|
|
65438
|
-
disableCookies: this.playerOptions.collectVideoAnalytics ===
|
|
65438
|
+
disableCookies: this.playerOptions.collectVideoAnalytics === pn.collectVideoAnalytics.DISABLE_COOKIES
|
|
65439
65439
|
})), this.playerOptions.playerCallback && this.playerOptions.playerCallback({
|
|
65440
65440
|
player: this,
|
|
65441
65441
|
videoElement: this.video,
|
|
@@ -65473,7 +65473,7 @@ class B2 {
|
|
|
65473
65473
|
}
|
|
65474
65474
|
} else {
|
|
65475
65475
|
e.searchParams.delete("authorization");
|
|
65476
|
-
const o = (_be[this.playerOptions.playerProfile] || {}).hlsSettings || {}, u = this.playerOptions.playerProfile ===
|
|
65476
|
+
const o = (_be[this.playerOptions.playerProfile] || {}).hlsSettings || {}, u = this.playerOptions.playerProfile === pn.playerProfile.CUSTOM ? this.customHLSOptions : {};
|
|
65477
65477
|
this.hlsOptions = {
|
|
65478
65478
|
capLevelToPlayerSize: this.playerOptions.capLevelToPlayerSize,
|
|
65479
65479
|
...o,
|
|
@@ -65518,7 +65518,7 @@ class B2 {
|
|
|
65518
65518
|
}
|
|
65519
65519
|
}
|
|
65520
65520
|
async __InitializeDash({ playoutUrl: e, authorizationToken: t, drm: r, drms: i }) {
|
|
65521
|
-
this.Dash = (await import("./dash.all.min-
|
|
65521
|
+
this.Dash = (await import("./dash.all.min-fb0Sc_wE.mjs").then((c) => c.d)).default;
|
|
65522
65522
|
const o = this.Dash.MediaPlayer().create(), u = this.playerOptions.dashjsOptions || {};
|
|
65523
65523
|
if (o.updateSettings({
|
|
65524
65524
|
...u,
|
|
@@ -65551,7 +65551,7 @@ class B2 {
|
|
|
65551
65551
|
modifyRequestHeader: (c) => (c.setRequestHeader("Authorization", `Bearer ${t}`), c),
|
|
65552
65552
|
modifyRequestURL: (c) => c
|
|
65553
65553
|
};
|
|
65554
|
-
}), r ===
|
|
65554
|
+
}), r === pn.drms.WIDEVINE) {
|
|
65555
65555
|
const c = i.widevine.licenseServers[0];
|
|
65556
65556
|
o.setProtectionData({
|
|
65557
65557
|
"com.widevine.alpha": {
|
|
@@ -65562,7 +65562,7 @@ class B2 {
|
|
|
65562
65562
|
o.initialize(
|
|
65563
65563
|
this.video,
|
|
65564
65564
|
e.toString(),
|
|
65565
|
-
this.playerOptions.autoplay ===
|
|
65565
|
+
this.playerOptions.autoplay === pn.autoplay.ON
|
|
65566
65566
|
), [
|
|
65567
65567
|
this.Dash.MediaPlayer.events.TRACK_CHANGE_RENDERED,
|
|
65568
65568
|
this.Dash.MediaPlayer.events.QUALITY_CHANGE_RENDERED,
|
|
@@ -65577,7 +65577,7 @@ class B2 {
|
|
|
65577
65577
|
try {
|
|
65578
65578
|
return await this.video.play(), !0;
|
|
65579
65579
|
} catch (e) {
|
|
65580
|
-
if (this.Log("Unable to autoplay", !0), this.Log(e, !0), this.playbackStarted = !1, this.playerOptions.muted ===
|
|
65580
|
+
if (this.Log("Unable to autoplay", !0), this.Log(e, !0), this.playbackStarted = !1, this.playerOptions.muted === pn.muted.OFF_IF_POSSIBLE && this.video.paused && !this.video.muted) {
|
|
65581
65581
|
await new Promise((t) => setTimeout(t, 250)), this.Log("Attempting to autoplay muted"), this.video.muted = !0;
|
|
65582
65582
|
try {
|
|
65583
65583
|
return await this.video.play(), !0;
|
|
@@ -65660,7 +65660,7 @@ class B2 {
|
|
|
65660
65660
|
t ? console.error("ELUVIO PLAYER:", e) : this.playerOptions.debugLogging && console.warn("ELUVIO PLAYER:", e);
|
|
65661
65661
|
}
|
|
65662
65662
|
}
|
|
65663
|
-
B2.EluvioPlayerParameters =
|
|
65663
|
+
B2.EluvioPlayerParameters = pn;
|
|
65664
65664
|
B2.EluvioPlayer = B2;
|
|
65665
65665
|
var Fj = function() {
|
|
65666
65666
|
if (typeof Map < "u")
|
|
@@ -66022,7 +66022,7 @@ const sk = ({ element: n, Hide: e }) => {
|
|
|
66022
66022
|
});
|
|
66023
66023
|
return o.observe(n), () => o.disconnect();
|
|
66024
66024
|
}, Hbe = ({ player: n }) => {
|
|
66025
|
-
const e = n.video, t = n.playerOptions.autoplay ===
|
|
66025
|
+
const e = n.video, t = n.playerOptions.autoplay === pn.autoplay.WHEN_VISIBLE, r = n.playerOptions.muted === pn.muted.WHEN_NOT_VISIBLE;
|
|
66026
66026
|
if (!t && !r)
|
|
66027
66027
|
return;
|
|
66028
66028
|
let i, o;
|
|
@@ -66057,9 +66057,9 @@ const sk = ({ element: n, Hide: e }) => {
|
|
|
66057
66057
|
u.map((p) => n.video.removeEventListener(p, o)), c.map((p) => n.target.removeEventListener(p, o));
|
|
66058
66058
|
};
|
|
66059
66059
|
}, Vbe = ({ player: n, setRecentUserAction: e }) => {
|
|
66060
|
-
if (n.playerOptions.keyboardControls ===
|
|
66060
|
+
if (n.playerOptions.keyboardControls === pn.keyboardControls.OFF)
|
|
66061
66061
|
return;
|
|
66062
|
-
const t = n.playerOptions.keyboardControls ===
|
|
66062
|
+
const t = n.playerOptions.keyboardControls === pn.keyboardControls.ARROW_KEYS_DISABLED, r = Ij(n, e)(), i = (o) => {
|
|
66063
66063
|
if (
|
|
66064
66064
|
// Keyboard controls should only fire if the player is in focus
|
|
66065
66065
|
!(n.target === o.target || n.target.contains(o.target)) || // Ignore keyboard controls if actively focused on a button or input
|
|
@@ -66245,7 +66245,7 @@ const sk = ({ element: n, Hide: e }) => {
|
|
|
66245
66245
|
watermark: Xbe,
|
|
66246
66246
|
"menu-control-container": "_menu-control-container_iwa6d_277",
|
|
66247
66247
|
menu: eve
|
|
66248
|
-
}, qj = '<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"> <circle cx="16" cy="16" r="16" fill="currentColor"/> <path d="M22 15.5L13.75 21.1292L13.75 9.87083L22 15.5Z" fill="black"/></svg>', Vj = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-play"><polygon points="5 3 19 12 5 21 5 3"></polygon></svg>', Gj = '<?xml version="1.0" encoding="utf-8"?><!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"><circle cx="16" cy="16" r="16" fill="currentColor"/><path d="M22.8,16l-11.6,7V9L22.8,16z" fill="black"/></svg>', tve = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-pause"><rect x="6" y="4" width="4" height="16"></rect><rect x="14" y="4" width="4" height="16"></rect></svg>', Wj = '<?xml version="1.0" encoding="utf-8"?><!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"><circle cx="16" cy="16" r="16" fill="currentColor"/><g> <rect x="10.4" y="9" width="4.5" height="14.1" fill="black"/> <rect x="17.5" y="9" width="4.5" height="14.1" fill="black"/></g></svg>', nve = '<svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.46154 18.9985L5.84615 18.9942C6.03997 18.9942 6.22584 18.9172 6.36289 18.7801C6.49993 18.6431 6.57692 18.4572 6.57692 18.2634C6.57692 18.0696 6.49993 17.8837 6.36289 17.7467C6.22584 17.6096 6.03997 17.5326 5.84615 17.5326L1.46154 17.537V13.1538C1.46154 12.96 1.38455 12.7742 1.2475 12.6371C1.11046 12.5001 0.924581 12.4231 0.730769 12.4231C0.536957 12.4231 0.351083 12.5001 0.214037 12.6371C0.0769915 12.7742 0 12.96 0 13.1538V19H1.46154V18.9985ZM1.46154 0.00146249V3.57628e-07H0V5.84615C0 6.03997 0.0769915 6.22584 0.214037 6.36289C0.351083 6.49993 0.536957 6.57692 0.730769 6.57692C0.924581 6.57692 1.11046 6.49993 1.2475 6.36289C1.38455 6.22584 1.46154 6.03997 1.46154 5.84615V1.463L5.84615 1.46738C6.03997 1.46738 6.22584 1.39039 6.36289 1.25335C6.49993 1.1163 6.57692 0.930427 6.57692 0.736615C6.57692 0.542803 6.49993 0.35693 6.36289 0.219884C6.22584 0.0828385 6.03997 0.00584609 5.84615 0.00584609L1.46154 0.00146249V0.00146249ZM17.5385 18.9985V19H19V13.1538C19 12.96 18.923 12.7742 18.786 12.6371C18.6489 12.5001 18.463 12.4231 18.2692 12.4231C18.0754 12.4231 17.8895 12.5001 17.7525 12.6371C17.6155 12.7742 17.5385 12.96 17.5385 13.1538V17.537L13.1538 17.5326C12.96 17.5326 12.7742 17.6096 12.6371 17.7467C12.5001 17.8837 12.4231 18.0696 12.4231 18.2634C12.4231 18.4572 12.5001 18.6431 12.6371 18.7801C12.7742 18.9172 12.96 18.9942 13.1538 18.9942L17.5385 18.9985V18.9985ZM17.5385 0.00146249L13.1538 0.00584609C12.96 0.00584609 12.7742 0.0828385 12.6371 0.219884C12.5001 0.35693 12.4231 0.542803 12.4231 0.736615C12.4231 0.930427 12.5001 1.1163 12.6371 1.25335C12.7742 1.39039 12.96 1.46738 13.1538 1.46738L17.5385 1.463V5.84615C17.5385 6.03997 17.6155 6.22584 17.7525 6.36289C17.8895 6.49993 18.0754 6.57692 18.2692 6.57692C18.463 6.57692 18.6489 6.49993 18.786 6.36289C18.923 6.22584 19 6.03997 19 5.84615V3.57628e-07H17.5385V0.00146249V0.00146249Z" fill="currentColor"/></svg>', rve = '<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 51.94 50.82"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-miterlimit:10;stroke-width:4px;}</style></defs><polyline class="cls-1" points="12.1 49.82 12.1 35.59 1 35.59"/><polyline class="cls-1" points="39.84 1 39.84 15.22 50.94 15.22"/><polyline class="cls-1" points="12.1 1 12.1 15.22 1 15.22"/><polyline class="cls-1" points="39.84 49.82 39.84 35.59 50.94 35.59"/></svg>', ave = '<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_363_9540)"><path d="M16.0889 9.77734C12.6223 9.77734 9.8667 12.5329 9.8667 15.9996C9.8667 19.4662 12.6223 22.2218 16.0889 22.2218C19.5556 22.2218 22.3111 19.4662 22.3111 15.9996C22.3111 12.5329 19.5556 9.77734 16.0889 9.77734ZM16.0889 20.444C13.6 20.444 11.6445 18.4885 11.6445 15.9996C11.6445 13.5107 13.6 11.5551 16.0889 11.5551C18.5778 11.5551 20.5334 13.5107 20.5334 15.9996C20.5334 18.4885 18.5778 20.444 16.0889 20.444Z" fill="currentColor"/><path d="M29.1556 13.0662L26.6667 12.2662L26.1334 10.9329L27.3778 8.62179C27.6445 8.08845 27.5556 7.37734 27.1112 6.9329L24.9778 4.79957C24.5334 4.35512 23.8223 4.26623 23.2889 4.5329L20.9778 5.77734L19.6445 5.24401L18.8445 2.75512C18.6667 2.22179 18.1334 1.77734 17.5112 1.77734H14.4889C13.8667 1.77734 13.3334 2.22179 13.2445 2.84401L12.4445 5.3329C11.9112 5.42179 11.4667 5.59957 11.0223 5.86623L8.71117 4.62179C8.17783 4.35512 7.46672 4.44401 7.02228 4.88845L4.88894 7.02179C4.4445 7.46623 4.35561 8.17734 4.62228 8.71068L5.77783 10.9329C5.60005 11.3773 5.42228 11.9107 5.2445 12.3551L2.75561 13.1551C2.22228 13.3329 1.77783 13.8662 1.77783 14.4885V17.5107C1.77783 18.1329 2.22228 18.6662 2.8445 18.844L5.33339 19.644L5.86672 20.9773L4.62228 23.2885C4.35561 23.8218 4.4445 24.5329 4.88894 24.9773L7.02228 27.1107C7.46672 27.5551 8.17783 27.644 8.71117 27.3773L11.0223 26.1329L12.3556 26.6662L13.1556 29.244C13.3334 29.7773 13.8667 30.2218 14.4889 30.2218H17.5112C18.1334 30.2218 18.6667 29.7773 18.8445 29.244L19.6445 26.6662L20.9778 26.1329L23.2889 27.3773C23.8223 27.644 24.5334 27.5551 24.9778 27.1107L27.1112 24.9773C27.5556 24.5329 27.6445 23.8218 27.3778 23.2885L26.1334 20.9773L26.6667 19.644L29.2445 18.844C29.7778 18.6662 30.2223 18.1329 30.2223 17.5107V14.4885C30.2223 13.8662 29.7778 13.244 29.1556 13.0662ZM28.4445 17.244L25.2445 18.2218L25.1556 18.6662L24.3556 20.5329L24.0889 20.9773L25.6889 23.9107L23.9112 25.6885L20.9778 24.0885L20.5334 24.3551C19.9112 24.7107 19.2889 24.9773 18.6667 25.1551L18.2223 25.244L17.2445 28.444H14.7556L13.7778 25.244L13.3334 25.1551L11.4667 24.3551L11.0223 24.0885L8.08894 25.6885L6.31117 23.9107L7.91117 20.9773L7.6445 20.5329C7.28894 19.9107 7.02228 19.2885 6.8445 18.6662L6.75561 18.2218L3.55561 17.244V14.7551L6.57783 13.8662L6.75561 13.4218C6.93339 12.7107 7.20005 12.0885 7.55561 11.4662L7.82228 11.0218L6.31117 8.08846L8.08894 6.31068L10.9334 7.91068L11.3778 7.64401C12.0001 7.28846 12.6223 7.02179 13.3334 6.84401L13.7778 6.66623L14.7556 3.55512H17.2445L18.2223 6.66623L18.6667 6.84401C19.2889 7.02179 19.9112 7.28846 20.5334 7.64401L20.9778 7.91068L23.9112 6.31068L25.6889 8.08846L24.0889 11.0218L24.3556 11.4662C24.7112 12.0885 24.9778 12.7107 25.1556 13.3329L25.2445 13.7773L28.4445 14.7551V17.244Z" fill="currentColor"/></g><defs><clipPath id="clip0_363_9540"><rect width="32" height="32" fill="currentColor"/></clipPath></defs></svg>', uk = '<?xml version="1.0" encoding="utf-8"?><!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 13 12" style="enable-background:new 0 0 10.2 12;" xml:space="preserve"><path d="M5.3,1.4c0.1,0,0.1,0.1,0.2,0.2c0,0.1,0.1,0.2,0.1,0.2v7.4c0,0.1,0,0.2-0.1,0.2c0,0.1-0.1,0.1-0.2,0.2c-0.1,0-0.2,0.1-0.3,0 c-0.1,0-0.2,0-0.2-0.1L2.6,7.8H0.5c-0.1,0-0.2,0-0.3-0.1C0,7.6,0,7.5,0,7.4V3.7c0-0.1,0-0.2,0.1-0.3c0.1-0.1,0.2-0.1,0.3-0.1h2.1 l2.2-1.7C4.9,1.4,4.9,1.4,5,1.4C5.1,1.4,5.2,1.4,5.3,1.4L5.3,1.4z" fill="currentColor"/><g> <rect x="7.7" y="3.4" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -1.4992 7.4586)" width="1.2" height="4.2" fill="currentColor"/> <rect x="6.1" y="4.9" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -1.5119 7.4281)" width="4.2" height="1.2" fill="currentColor"/></g></svg>', Kj = '<?xml version="1.0" encoding="utf-8"?><!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 13 12" style="enable-background:new 0 0 10.2 12;" xml:space="preserve"><path d="M7.1,8.5C7.5,8.1,7.8,7.6,8,7.1c0.2-0.5,0.3-1,0.3-1.6C8.3,5,8.2,4.5,8,4C7.8,3.4,7.5,3,7.1,2.6L6.5,3.3 c0.3,0.3,0.5,0.7,0.7,1c0.2,0.4,0.2,0.8,0.2,1.2c0,0.4-0.1,0.8-0.2,1.2C7,7.2,6.8,7.5,6.5,7.8L7.1,8.5z M5.3,1.4 c0.1,0,0.1,0.1,0.2,0.2c0,0.1,0.1,0.2,0.1,0.2v7.4c0,0.1,0,0.2-0.1,0.2c0,0.1-0.1,0.1-0.2,0.2c-0.1,0-0.2,0.1-0.3,0 c-0.1,0-0.2,0-0.2-0.1L2.6,7.8H0.5c-0.1,0-0.2,0-0.3-0.1C0,7.6,0,7.5,0,7.4V3.7c0-0.1,0-0.2,0.1-0.3c0.1-0.1,0.2-0.1,0.3-0.1h2.1 l2.2-1.7C4.9,1.4,4.9,1.4,5,1.4C5.1,1.4,5.2,1.4,5.3,1.4L5.3,1.4z" fill="currentColor"/></svg>', ive = '<?xml version="1.0" encoding="utf-8"?><!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 13 12" style="enable-background:new 0 0 10.2 12;" xml:space="preserve"><path d="M8.4,9.8c0.6-0.6,1-1.2,1.3-1.9c0.3-0.7,0.5-1.5,0.5-2.3c0-0.8-0.2-1.6-0.5-2.3C9.4,2.5,9,1.9,8.4,1.3L7.8,2 c0.5,0.5,0.8,1,1.1,1.6c0.3,0.6,0.4,1.3,0.4,1.9c0,0.7-0.1,1.3-0.4,1.9C8.6,8.1,8.2,8.7,7.8,9.1L8.4,9.8z" fill="currentColor"/><path d="M7.1,8.5C7.5,8.1,7.8,7.6,8,7.1c0.2-0.5,0.3-1,0.3-1.6C8.3,5,8.2,4.5,8,4C7.8,3.4,7.5,3,7.1,2.6L6.5,3.3 c0.3,0.3,0.5,0.7,0.7,1c0.2,0.4,0.2,0.8,0.2,1.2c0,0.4-0.1,0.8-0.2,1.2C7,7.2,6.8,7.5,6.5,7.8L7.1,8.5z M5.3,1.4 c0.1,0,0.1,0.1,0.2,0.2c0,0.1,0.1,0.2,0.1,0.2v7.4c0,0.1,0,0.2-0.1,0.2c0,0.1-0.1,0.1-0.2,0.2c-0.1,0-0.2,0.1-0.3,0 c-0.1,0-0.2,0-0.2-0.1L2.6,7.8H0.5c-0.1,0-0.2,0-0.3-0.1C0,7.6,0,7.5,0,7.4V3.7c0-0.1,0-0.2,0.1-0.3c0.1-0.1,0.2-0.1,0.3-0.1h2.1 l2.2-1.7C4.9,1.4,4.9,1.4,5,1.4C5.1,1.4,5.2,1.4,5.3,1.4L5.3,1.4z" fill="currentColor"/></svg>', $2 = '<svg width="13" height="12" viewBox="0 0 13 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.71196 11.08C10.4407 10.3533 11.0186 9.4898 11.4125 8.53906C11.8064 7.58832 12.0085 6.56911 12.0072 5.54C12.0085 4.51089 11.8064 3.49168 11.4125 2.54094C11.0186 1.5902 10.4407 0.726679 9.71196 0L9.05933 0.65171C9.7023 1.2929 10.2122 2.05484 10.5598 2.89374C10.9073 3.73264 11.0856 4.63196 11.0845 5.54C11.0845 7.44904 10.3102 9.17741 9.05933 10.4283L9.71196 11.08V11.08Z" fill="currentColor"/><path d="M8.40781 9.77644C8.96502 9.2207 9.40692 8.56034 9.70812 7.83329C10.0093 7.10624 10.1639 6.32683 10.1629 5.53986C10.1639 4.75289 10.0093 3.97349 9.70812 3.24644C9.40692 2.51939 8.96502 1.85902 8.40781 1.30328L7.7561 1.95499C8.22759 2.42525 8.60149 2.98403 8.85634 3.59924C9.11119 4.21445 9.24195 4.87396 9.24112 5.53986C9.2422 6.20586 9.11164 6.8655 8.85694 7.48087C8.60225 8.09625 8.22845 8.65522 7.75703 9.12565L8.40781 9.77644Z" fill="currentColor"/><path d="M7.10429 8.47307C7.49005 8.08831 7.79596 7.6311 8.00446 7.12773C8.21296 6.62436 8.31993 6.08475 8.31922 5.53991C8.31993 4.99507 8.21296 4.45546 8.00446 3.95209C7.79596 3.44872 7.49005 2.99152 7.10429 2.60675L6.45258 3.25846C6.75261 3.55774 6.99054 3.91337 7.15269 4.30489C7.31483 4.69642 7.39801 5.11614 7.39742 5.53991C7.39795 5.96368 7.31476 6.38338 7.15261 6.7749C6.99047 7.16642 6.75257 7.52205 6.45258 7.82136L7.10429 8.47307ZM5.26991 1.43791C5.348 1.47553 5.4139 1.53441 5.46004 1.60778C5.50618 1.68115 5.5307 1.76605 5.53078 1.85272V9.2271C5.53066 9.31383 5.50607 9.39876 5.45984 9.47214C5.4136 9.54551 5.34761 9.60436 5.26943 9.64191C5.19125 9.67945 5.10407 9.69418 5.01789 9.6844C4.93172 9.67462 4.85005 9.64072 4.78228 9.5866L2.60408 7.8444H0.460899C0.338661 7.8444 0.221429 7.79585 0.134994 7.70941C0.0485588 7.62298 0 7.50574 0 7.38351V3.69632C0 3.57408 0.0485588 3.45685 0.134994 3.37041C0.221429 3.28398 0.338661 3.23542 0.460899 3.23542H2.60408L4.78228 1.49322C4.8501 1.43901 4.93185 1.40506 5.01812 1.39527C5.1044 1.38549 5.19168 1.40027 5.26991 1.43791V1.43791Z" fill="currentColor"/></svg>', sve = '<svg width="25" height="16" viewBox="0 0 25 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M1.5 8L24 8" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M8.5 1L1.5 8L8.5 15" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>', jI = '<svg width="91" height="92" viewBox="0 0 91 92" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M62.8896 63.918L62.8897 28.2377L34.8552 46.0779L62.8896 63.918Z" fill="currentColor"/><path d="M45.3281 63.918L45.3281 28.2377L17.2937 46.0779L45.3281 63.918Z" fill="currentColor"/></svg>', ove = '<svg width="91" height="92" viewBox="0 0 91 92" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="45.2374" cy="45.798" r="45.2374" fill="currentColor"/><path d="M62.8896 63.918L62.8897 28.2377L34.8552 46.0779L62.8896 63.918Z" fill="black"/><path d="M45.3281 63.918L45.3281 28.2377L17.2937 46.0779L45.3281 63.918Z" fill="black"/></svg>', $I = '<svg width="91" height="92" viewBox="0 0 91 92" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M26.8555 28.9512V64.6314L54.8899 46.7913L26.8555 28.9512Z" fill="currentColor"/><path d="M44.417 28.9512V64.6314L72.4515 46.7913L44.417 28.9512Z" fill="currentColor"/></svg>', uve = '<svg width="91" height="92" viewBox="0 0 91 92" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="45.7169" cy="45.796" r="45.2374" fill="currentColor"/><path d="M26.8555 28.9512V64.6314L54.8899 46.7913L26.8555 28.9512Z" fill="black"/><path d="M44.417 28.9512V64.6314L72.4515 46.7913L44.417 28.9512Z" fill="black"/></svg>', lk = '<?xml version="1.0" encoding="utf-8"?><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 30.8 32" style="enable-background:new 0 0 30.8 32;" xml:space="preserve"><g> <path d="M3.1,16L30.8,0v32L3.1,16z" fill="currentColor"/> <rect y="3.7" width="6.2" height="24.6" fill="currentColor"/></g></svg>', ck = '<?xml version="1.0" encoding="utf-8"?><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 30.8 32" style="enable-background:new 0 0 30.8 32;" xml:space="preserve"><g> <path d="M27.7,16L0,32V0L27.7,16z" fill="currentColor"/> <rect x="24.6" y="3.7" width="6.2" height="24.6" fill="currentColor"/></g></svg>', Yj = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-list"><line x1="8" y1="6" x2="21" y2="6"></line><line x1="8" y1="12" x2="21" y2="12"></line><line x1="8" y1="18" x2="21" y2="18"></line><line x1="3" y1="6" x2="3.01" y2="6"></line><line x1="3" y1="12" x2="3.01" y2="12"></line><line x1="3" y1="18" x2="3.01" y2="18"></line></svg>', mv = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right"><polyline points="9 18 15 12 9 6"></polyline></svg>', lve = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check"><polyline points="20 6 9 17 4 12"></polyline></svg>', cve = '<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-badge-cc" width="48" height="48" viewBox="0 0 24 24" stroke="black" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> <rect x="3" y="5" width="18" height="14" rx="2" stroke="currentColor"></rect> <path d="M10 10.5a1.5 1.5 0 0 0 -3 0v3a1.5 1.5 0 0 0 3 0" stroke="currentColor"></path> <path d="M17 10.5a1.5 1.5 0 0 0 -3 0v3a1.5 1.5 0 0 0 3 0" stroke="currentColor"></path></svg>', fve = '<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-badge-cc" width="48" height="48" viewBox="0 0 24 24" stroke="black" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> <rect x="3" y="5" width="18" height="14" rx="2" stroke="currentColor"></rect> <path d="M10 10.5a1.5 1.5 0 0 0 -3 0v3a1.5 1.5 0 0 0 3 0" stroke="currentColor"></path> <path d="M17 10.5a1.5 1.5 0 0 0 -3 0v3a1.5 1.5 0 0 0 3 0" stroke="currentColor"></path> <path d="M3 3l18 18" stroke="currentColor"></path></svg>';
|
|
66248
|
+
}, qj = '<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"> <circle cx="16" cy="16" r="16" fill="currentColor"/> <path d="M22 15.5L13.75 21.1292L13.75 9.87083L22 15.5Z" fill="black"/></svg>', Vj = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-play"><polygon points="5 3 19 12 5 21 5 3"></polygon></svg>', Gj = '<?xml version="1.0" encoding="utf-8"?><!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"><circle cx="16" cy="16" r="16" fill="currentColor"/><path d="M22.8,16l-11.6,7V9L22.8,16z" fill="black"/></svg>', tve = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-pause"><rect x="6" y="4" width="4" height="16"></rect><rect x="14" y="4" width="4" height="16"></rect></svg>', Wj = '<?xml version="1.0" encoding="utf-8"?><!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"><circle cx="16" cy="16" r="16" fill="currentColor"/><g> <rect x="10.4" y="9" width="4.5" height="14.1" fill="black"/> <rect x="17.5" y="9" width="4.5" height="14.1" fill="black"/></g></svg>', nve = '<svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.46154 18.9985L5.84615 18.9942C6.03997 18.9942 6.22584 18.9172 6.36289 18.7801C6.49993 18.6431 6.57692 18.4572 6.57692 18.2634C6.57692 18.0696 6.49993 17.8837 6.36289 17.7467C6.22584 17.6096 6.03997 17.5326 5.84615 17.5326L1.46154 17.537V13.1538C1.46154 12.96 1.38455 12.7742 1.2475 12.6371C1.11046 12.5001 0.924581 12.4231 0.730769 12.4231C0.536957 12.4231 0.351083 12.5001 0.214037 12.6371C0.0769915 12.7742 0 12.96 0 13.1538V19H1.46154V18.9985ZM1.46154 0.00146249V3.57628e-07H0V5.84615C0 6.03997 0.0769915 6.22584 0.214037 6.36289C0.351083 6.49993 0.536957 6.57692 0.730769 6.57692C0.924581 6.57692 1.11046 6.49993 1.2475 6.36289C1.38455 6.22584 1.46154 6.03997 1.46154 5.84615V1.463L5.84615 1.46738C6.03997 1.46738 6.22584 1.39039 6.36289 1.25335C6.49993 1.1163 6.57692 0.930427 6.57692 0.736615C6.57692 0.542803 6.49993 0.35693 6.36289 0.219884C6.22584 0.0828385 6.03997 0.00584609 5.84615 0.00584609L1.46154 0.00146249V0.00146249ZM17.5385 18.9985V19H19V13.1538C19 12.96 18.923 12.7742 18.786 12.6371C18.6489 12.5001 18.463 12.4231 18.2692 12.4231C18.0754 12.4231 17.8895 12.5001 17.7525 12.6371C17.6155 12.7742 17.5385 12.96 17.5385 13.1538V17.537L13.1538 17.5326C12.96 17.5326 12.7742 17.6096 12.6371 17.7467C12.5001 17.8837 12.4231 18.0696 12.4231 18.2634C12.4231 18.4572 12.5001 18.6431 12.6371 18.7801C12.7742 18.9172 12.96 18.9942 13.1538 18.9942L17.5385 18.9985V18.9985ZM17.5385 0.00146249L13.1538 0.00584609C12.96 0.00584609 12.7742 0.0828385 12.6371 0.219884C12.5001 0.35693 12.4231 0.542803 12.4231 0.736615C12.4231 0.930427 12.5001 1.1163 12.6371 1.25335C12.7742 1.39039 12.96 1.46738 13.1538 1.46738L17.5385 1.463V5.84615C17.5385 6.03997 17.6155 6.22584 17.7525 6.36289C17.8895 6.49993 18.0754 6.57692 18.2692 6.57692C18.463 6.57692 18.6489 6.49993 18.786 6.36289C18.923 6.22584 19 6.03997 19 5.84615V3.57628e-07H17.5385V0.00146249V0.00146249Z" fill="currentColor"/></svg>', rve = '<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 51.94 50.82"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-miterlimit:10;stroke-width:4px;}</style></defs><polyline class="cls-1" points="12.1 49.82 12.1 35.59 1 35.59"/><polyline class="cls-1" points="39.84 1 39.84 15.22 50.94 15.22"/><polyline class="cls-1" points="12.1 1 12.1 15.22 1 15.22"/><polyline class="cls-1" points="39.84 49.82 39.84 35.59 50.94 35.59"/></svg>', ave = '<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_363_9540)"><path d="M16.0889 9.77734C12.6223 9.77734 9.8667 12.5329 9.8667 15.9996C9.8667 19.4662 12.6223 22.2218 16.0889 22.2218C19.5556 22.2218 22.3111 19.4662 22.3111 15.9996C22.3111 12.5329 19.5556 9.77734 16.0889 9.77734ZM16.0889 20.444C13.6 20.444 11.6445 18.4885 11.6445 15.9996C11.6445 13.5107 13.6 11.5551 16.0889 11.5551C18.5778 11.5551 20.5334 13.5107 20.5334 15.9996C20.5334 18.4885 18.5778 20.444 16.0889 20.444Z" fill="currentColor"/><path d="M29.1556 13.0662L26.6667 12.2662L26.1334 10.9329L27.3778 8.62179C27.6445 8.08845 27.5556 7.37734 27.1112 6.9329L24.9778 4.79957C24.5334 4.35512 23.8223 4.26623 23.2889 4.5329L20.9778 5.77734L19.6445 5.24401L18.8445 2.75512C18.6667 2.22179 18.1334 1.77734 17.5112 1.77734H14.4889C13.8667 1.77734 13.3334 2.22179 13.2445 2.84401L12.4445 5.3329C11.9112 5.42179 11.4667 5.59957 11.0223 5.86623L8.71117 4.62179C8.17783 4.35512 7.46672 4.44401 7.02228 4.88845L4.88894 7.02179C4.4445 7.46623 4.35561 8.17734 4.62228 8.71068L5.77783 10.9329C5.60005 11.3773 5.42228 11.9107 5.2445 12.3551L2.75561 13.1551C2.22228 13.3329 1.77783 13.8662 1.77783 14.4885V17.5107C1.77783 18.1329 2.22228 18.6662 2.8445 18.844L5.33339 19.644L5.86672 20.9773L4.62228 23.2885C4.35561 23.8218 4.4445 24.5329 4.88894 24.9773L7.02228 27.1107C7.46672 27.5551 8.17783 27.644 8.71117 27.3773L11.0223 26.1329L12.3556 26.6662L13.1556 29.244C13.3334 29.7773 13.8667 30.2218 14.4889 30.2218H17.5112C18.1334 30.2218 18.6667 29.7773 18.8445 29.244L19.6445 26.6662L20.9778 26.1329L23.2889 27.3773C23.8223 27.644 24.5334 27.5551 24.9778 27.1107L27.1112 24.9773C27.5556 24.5329 27.6445 23.8218 27.3778 23.2885L26.1334 20.9773L26.6667 19.644L29.2445 18.844C29.7778 18.6662 30.2223 18.1329 30.2223 17.5107V14.4885C30.2223 13.8662 29.7778 13.244 29.1556 13.0662ZM28.4445 17.244L25.2445 18.2218L25.1556 18.6662L24.3556 20.5329L24.0889 20.9773L25.6889 23.9107L23.9112 25.6885L20.9778 24.0885L20.5334 24.3551C19.9112 24.7107 19.2889 24.9773 18.6667 25.1551L18.2223 25.244L17.2445 28.444H14.7556L13.7778 25.244L13.3334 25.1551L11.4667 24.3551L11.0223 24.0885L8.08894 25.6885L6.31117 23.9107L7.91117 20.9773L7.6445 20.5329C7.28894 19.9107 7.02228 19.2885 6.8445 18.6662L6.75561 18.2218L3.55561 17.244V14.7551L6.57783 13.8662L6.75561 13.4218C6.93339 12.7107 7.20005 12.0885 7.55561 11.4662L7.82228 11.0218L6.31117 8.08846L8.08894 6.31068L10.9334 7.91068L11.3778 7.64401C12.0001 7.28846 12.6223 7.02179 13.3334 6.84401L13.7778 6.66623L14.7556 3.55512H17.2445L18.2223 6.66623L18.6667 6.84401C19.2889 7.02179 19.9112 7.28846 20.5334 7.64401L20.9778 7.91068L23.9112 6.31068L25.6889 8.08846L24.0889 11.0218L24.3556 11.4662C24.7112 12.0885 24.9778 12.7107 25.1556 13.3329L25.2445 13.7773L28.4445 14.7551V17.244Z" fill="currentColor"/></g><defs><clipPath id="clip0_363_9540"><rect width="32" height="32" fill="currentColor"/></clipPath></defs></svg>', uk = '<?xml version="1.0" encoding="utf-8"?><!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 13 12" style="enable-background:new 0 0 10.2 12;" xml:space="preserve"><path d="M5.3,1.4c0.1,0,0.1,0.1,0.2,0.2c0,0.1,0.1,0.2,0.1,0.2v7.4c0,0.1,0,0.2-0.1,0.2c0,0.1-0.1,0.1-0.2,0.2c-0.1,0-0.2,0.1-0.3,0 c-0.1,0-0.2,0-0.2-0.1L2.6,7.8H0.5c-0.1,0-0.2,0-0.3-0.1C0,7.6,0,7.5,0,7.4V3.7c0-0.1,0-0.2,0.1-0.3c0.1-0.1,0.2-0.1,0.3-0.1h2.1 l2.2-1.7C4.9,1.4,4.9,1.4,5,1.4C5.1,1.4,5.2,1.4,5.3,1.4L5.3,1.4z" fill="currentColor"/><g> <rect x="7.7" y="3.4" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -1.4992 7.4586)" width="1.2" height="4.2" fill="currentColor"/> <rect x="6.1" y="4.9" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -1.5119 7.4281)" width="4.2" height="1.2" fill="currentColor"/></g></svg>', Kj = '<?xml version="1.0" encoding="utf-8"?><!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 13 12" style="enable-background:new 0 0 10.2 12;" xml:space="preserve"><path d="M7.1,8.5C7.5,8.1,7.8,7.6,8,7.1c0.2-0.5,0.3-1,0.3-1.6C8.3,5,8.2,4.5,8,4C7.8,3.4,7.5,3,7.1,2.6L6.5,3.3 c0.3,0.3,0.5,0.7,0.7,1c0.2,0.4,0.2,0.8,0.2,1.2c0,0.4-0.1,0.8-0.2,1.2C7,7.2,6.8,7.5,6.5,7.8L7.1,8.5z M5.3,1.4 c0.1,0,0.1,0.1,0.2,0.2c0,0.1,0.1,0.2,0.1,0.2v7.4c0,0.1,0,0.2-0.1,0.2c0,0.1-0.1,0.1-0.2,0.2c-0.1,0-0.2,0.1-0.3,0 c-0.1,0-0.2,0-0.2-0.1L2.6,7.8H0.5c-0.1,0-0.2,0-0.3-0.1C0,7.6,0,7.5,0,7.4V3.7c0-0.1,0-0.2,0.1-0.3c0.1-0.1,0.2-0.1,0.3-0.1h2.1 l2.2-1.7C4.9,1.4,4.9,1.4,5,1.4C5.1,1.4,5.2,1.4,5.3,1.4L5.3,1.4z" fill="currentColor"/></svg>', ive = '<?xml version="1.0" encoding="utf-8"?><!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 13 12" style="enable-background:new 0 0 10.2 12;" xml:space="preserve"><path d="M8.4,9.8c0.6-0.6,1-1.2,1.3-1.9c0.3-0.7,0.5-1.5,0.5-2.3c0-0.8-0.2-1.6-0.5-2.3C9.4,2.5,9,1.9,8.4,1.3L7.8,2 c0.5,0.5,0.8,1,1.1,1.6c0.3,0.6,0.4,1.3,0.4,1.9c0,0.7-0.1,1.3-0.4,1.9C8.6,8.1,8.2,8.7,7.8,9.1L8.4,9.8z" fill="currentColor"/><path d="M7.1,8.5C7.5,8.1,7.8,7.6,8,7.1c0.2-0.5,0.3-1,0.3-1.6C8.3,5,8.2,4.5,8,4C7.8,3.4,7.5,3,7.1,2.6L6.5,3.3 c0.3,0.3,0.5,0.7,0.7,1c0.2,0.4,0.2,0.8,0.2,1.2c0,0.4-0.1,0.8-0.2,1.2C7,7.2,6.8,7.5,6.5,7.8L7.1,8.5z M5.3,1.4 c0.1,0,0.1,0.1,0.2,0.2c0,0.1,0.1,0.2,0.1,0.2v7.4c0,0.1,0,0.2-0.1,0.2c0,0.1-0.1,0.1-0.2,0.2c-0.1,0-0.2,0.1-0.3,0 c-0.1,0-0.2,0-0.2-0.1L2.6,7.8H0.5c-0.1,0-0.2,0-0.3-0.1C0,7.6,0,7.5,0,7.4V3.7c0-0.1,0-0.2,0.1-0.3c0.1-0.1,0.2-0.1,0.3-0.1h2.1 l2.2-1.7C4.9,1.4,4.9,1.4,5,1.4C5.1,1.4,5.2,1.4,5.3,1.4L5.3,1.4z" fill="currentColor"/></svg>', $2 = '<svg width="13" height="12" viewBox="0 0 13 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.71196 11.08C10.4407 10.3533 11.0186 9.4898 11.4125 8.53906C11.8064 7.58832 12.0085 6.56911 12.0072 5.54C12.0085 4.51089 11.8064 3.49168 11.4125 2.54094C11.0186 1.5902 10.4407 0.726679 9.71196 0L9.05933 0.65171C9.7023 1.2929 10.2122 2.05484 10.5598 2.89374C10.9073 3.73264 11.0856 4.63196 11.0845 5.54C11.0845 7.44904 10.3102 9.17741 9.05933 10.4283L9.71196 11.08V11.08Z" fill="currentColor"/><path d="M8.40781 9.77644C8.96502 9.2207 9.40692 8.56034 9.70812 7.83329C10.0093 7.10624 10.1639 6.32683 10.1629 5.53986C10.1639 4.75289 10.0093 3.97349 9.70812 3.24644C9.40692 2.51939 8.96502 1.85902 8.40781 1.30328L7.7561 1.95499C8.22759 2.42525 8.60149 2.98403 8.85634 3.59924C9.11119 4.21445 9.24195 4.87396 9.24112 5.53986C9.2422 6.20586 9.11164 6.8655 8.85694 7.48087C8.60225 8.09625 8.22845 8.65522 7.75703 9.12565L8.40781 9.77644Z" fill="currentColor"/><path d="M7.10429 8.47307C7.49005 8.08831 7.79596 7.6311 8.00446 7.12773C8.21296 6.62436 8.31993 6.08475 8.31922 5.53991C8.31993 4.99507 8.21296 4.45546 8.00446 3.95209C7.79596 3.44872 7.49005 2.99152 7.10429 2.60675L6.45258 3.25846C6.75261 3.55774 6.99054 3.91337 7.15269 4.30489C7.31483 4.69642 7.39801 5.11614 7.39742 5.53991C7.39795 5.96368 7.31476 6.38338 7.15261 6.7749C6.99047 7.16642 6.75257 7.52205 6.45258 7.82136L7.10429 8.47307ZM5.26991 1.43791C5.348 1.47553 5.4139 1.53441 5.46004 1.60778C5.50618 1.68115 5.5307 1.76605 5.53078 1.85272V9.2271C5.53066 9.31383 5.50607 9.39876 5.45984 9.47214C5.4136 9.54551 5.34761 9.60436 5.26943 9.64191C5.19125 9.67945 5.10407 9.69418 5.01789 9.6844C4.93172 9.67462 4.85005 9.64072 4.78228 9.5866L2.60408 7.8444H0.460899C0.338661 7.8444 0.221429 7.79585 0.134994 7.70941C0.0485588 7.62298 0 7.50574 0 7.38351V3.69632C0 3.57408 0.0485588 3.45685 0.134994 3.37041C0.221429 3.28398 0.338661 3.23542 0.460899 3.23542H2.60408L4.78228 1.49322C4.8501 1.43901 4.93185 1.40506 5.01812 1.39527C5.1044 1.38549 5.19168 1.40027 5.26991 1.43791V1.43791Z" fill="currentColor"/></svg>', sve = '<svg width="25" height="16" viewBox="0 0 25 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M1.5 8L24 8" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M8.5 1L1.5 8L8.5 15" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>', jI = '<svg width="91" height="92" viewBox="0 0 91 92" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M62.8896 63.918L62.8897 28.2377L34.8552 46.0779L62.8896 63.918Z" fill="currentColor"/><path d="M45.3281 63.918L45.3281 28.2377L17.2937 46.0779L45.3281 63.918Z" fill="currentColor"/></svg>', ove = '<svg width="91" height="92" viewBox="0 0 91 92" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="45.2374" cy="45.798" r="45.2374" fill="currentColor"/><path d="M62.8896 63.918L62.8897 28.2377L34.8552 46.0779L62.8896 63.918Z" fill="black"/><path d="M45.3281 63.918L45.3281 28.2377L17.2937 46.0779L45.3281 63.918Z" fill="black"/></svg>', $I = '<svg width="91" height="92" viewBox="0 0 91 92" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M26.8555 28.9512V64.6314L54.8899 46.7913L26.8555 28.9512Z" fill="currentColor"/><path d="M44.417 28.9512V64.6314L72.4515 46.7913L44.417 28.9512Z" fill="currentColor"/></svg>', uve = '<svg width="91" height="92" viewBox="0 0 91 92" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="45.7169" cy="45.796" r="45.2374" fill="currentColor"/><path d="M26.8555 28.9512V64.6314L54.8899 46.7913L26.8555 28.9512Z" fill="black"/><path d="M44.417 28.9512V64.6314L72.4515 46.7913L44.417 28.9512Z" fill="black"/></svg>', lk = '<?xml version="1.0" encoding="utf-8"?><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 30.8 32" style="enable-background:new 0 0 30.8 32;" xml:space="preserve"><g> <path d="M3.1,16L30.8,0v32L3.1,16z" fill="currentColor"/> <rect y="3.7" width="6.2" height="24.6" fill="currentColor"/></g></svg>', ck = '<?xml version="1.0" encoding="utf-8"?><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 30.8 32" style="enable-background:new 0 0 30.8 32;" xml:space="preserve"><g> <path d="M27.7,16L0,32V0L27.7,16z" fill="currentColor"/> <rect x="24.6" y="3.7" width="6.2" height="24.6" fill="currentColor"/></g></svg>', Yj = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-list"><line x1="8" y1="6" x2="21" y2="6"></line><line x1="8" y1="12" x2="21" y2="12"></line><line x1="8" y1="18" x2="21" y2="18"></line><line x1="3" y1="6" x2="3.01" y2="6"></line><line x1="3" y1="12" x2="3.01" y2="12"></line><line x1="3" y1="18" x2="3.01" y2="18"></line></svg>', mv = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right"><polyline points="9 18 15 12 9 6"></polyline></svg>', lve = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check"><polyline points="20 6 9 17 4 12"></polyline></svg>', cve = '<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-badge-cc" width="48" height="48" viewBox="0 0 24 24" stroke="black" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> <rect x="3" y="5" width="18" height="14" rx="2" stroke="currentColor"></rect> <path d="M10 10.5a1.5 1.5 0 0 0 -3 0v3a1.5 1.5 0 0 0 3 0" stroke="currentColor"></path> <path d="M17 10.5a1.5 1.5 0 0 0 -3 0v3a1.5 1.5 0 0 0 3 0" stroke="currentColor"></path></svg>', fve = '<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-badge-cc" width="48" height="48" viewBox="0 0 24 24" stroke="black" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> <rect x="3" y="5" width="18" height="14" rx="2" stroke="currentColor"></rect> <path d="M10 10.5a1.5 1.5 0 0 0 -3 0v3a1.5 1.5 0 0 0 3 0" stroke="currentColor"></path> <path d="M17 10.5a1.5 1.5 0 0 0 -3 0v3a1.5 1.5 0 0 0 3 0" stroke="currentColor"></path> <path d="M3 3l18 18" stroke="currentColor"></path></svg>', dve = '<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-rotate-cw"><polyline points="23 4 23 10 17 10"></polyline><path d="M20.49 15a9 9 0 1 1-2.12-9.36L23 10"></path></svg>';
|
|
66249
66249
|
(function(n, e) {
|
|
66250
66250
|
(function(t, r) {
|
|
66251
66251
|
r();
|
|
@@ -66320,11 +66320,11 @@ const sk = ({ element: n, Hide: e }) => {
|
|
|
66320
66320
|
typeof document < "u" && t(document);
|
|
66321
66321
|
});
|
|
66322
66322
|
})();
|
|
66323
|
-
const Jj = "data:image/png;base64,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",
|
|
66324
|
-
spinner:
|
|
66325
|
-
spin:
|
|
66323
|
+
const Jj = "data:image/png;base64,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", pve = "_spinner_18usq_1", hve = "_spin_18usq_1", yve = "_svg_18usq_16", mve = "_menu_18usq_276", gve = "_fadein_18usq_1", bve = "_fadeout_18usq_1", kn = {
|
|
66324
|
+
spinner: pve,
|
|
66325
|
+
spin: hve,
|
|
66326
66326
|
"spinner--light": "_spinner--light_18usq_12",
|
|
66327
|
-
svg:
|
|
66327
|
+
svg: yve,
|
|
66328
66328
|
"user-action-indicator-container": "_user-action-indicator-container_18usq_23",
|
|
66329
66329
|
"action-indicator-fade-out": "_action-indicator-fade-out_18usq_1",
|
|
66330
66330
|
"user-action-indicator-text": "_user-action-indicator-text_18usq_40",
|
|
@@ -66339,8 +66339,8 @@ const Jj = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAW0AAABSCAYAAACfWoXuAA
|
|
|
66339
66339
|
"volume-slider": "_volume-slider_18usq_208",
|
|
66340
66340
|
"volume-input": "_volume-input_18usq_224",
|
|
66341
66341
|
"volume-progress": "_volume-progress_18usq_225",
|
|
66342
|
-
menu:
|
|
66343
|
-
fadein:
|
|
66342
|
+
menu: mve,
|
|
66343
|
+
fadein: gve,
|
|
66344
66344
|
"menu-option": "_menu-option_18usq_296",
|
|
66345
66345
|
"menu-option-back": "_menu-option-back_18usq_313",
|
|
66346
66346
|
"menu-option-back-icon": "_menu-option-back-icon_18usq_317",
|
|
@@ -66348,7 +66348,7 @@ const Jj = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAW0AAABSCAYAAACfWoXuAA
|
|
|
66348
66348
|
"menu-option-active": "_menu-option-active_18usq_332",
|
|
66349
66349
|
"menu-option-icon": "_menu-option-icon_18usq_336",
|
|
66350
66350
|
"menu-header": "_menu-header_18usq_346",
|
|
66351
|
-
fadeout:
|
|
66351
|
+
fadeout: bve
|
|
66352
66352
|
}, H2 = ({ light: n, className: e = "" }) => /* @__PURE__ */ $e.jsx("div", { className: `${e} ${kn.spinner} ${n ? kn["spinner--light"] : ""}`, children: /* @__PURE__ */ $e.jsx("div", { className: kn["spinner-inner"] }) }), Bd = ({ icon: n, className: e = "" }) => /* @__PURE__ */ $e.jsx("div", { className: `${kn.svg} ${e}`, dangerouslySetInnerHTML: { __html: n } }), HI = {
|
|
66353
66353
|
[Fn.PLAY]: Vj,
|
|
66354
66354
|
[Fn.PAUSE]: tve,
|
|
@@ -66364,7 +66364,7 @@ const Jj = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAW0AAABSCAYAAACfWoXuAA
|
|
|
66364
66364
|
[Fn.SUBTITLES_OFF]: fve,
|
|
66365
66365
|
[Fn.PLAY_PREVIOUS]: lk,
|
|
66366
66366
|
[Fn.PLAY_NEXT]: ck
|
|
66367
|
-
},
|
|
66367
|
+
}, vve = ({ action: n }) => {
|
|
66368
66368
|
if (!(!n || !HI[n.action]))
|
|
66369
66369
|
return /* @__PURE__ */ $e.jsxs("div", { className: kn["user-action-indicator-container"], children: [
|
|
66370
66370
|
/* @__PURE__ */ $e.jsx("div", { className: kn["user-action-indicator"], children: /* @__PURE__ */ $e.jsx(
|
|
@@ -66417,7 +66417,7 @@ const Jj = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAW0AAABSCAYAAACfWoXuAA
|
|
|
66417
66417
|
}
|
|
66418
66418
|
)
|
|
66419
66419
|
] });
|
|
66420
|
-
},
|
|
66420
|
+
}, wve = ({ player: n, videoState: e }) => /* @__PURE__ */ $e.jsxs("div", { className: kn["volume-controls"], children: [
|
|
66421
66421
|
/* @__PURE__ */ $e.jsx(
|
|
66422
66422
|
gf,
|
|
66423
66423
|
{
|
|
@@ -66590,7 +66590,7 @@ const Jj = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAW0AAABSCAYAAACfWoXuAA
|
|
|
66590
66590
|
`collection-item-${c.mediaId}`
|
|
66591
66591
|
))
|
|
66592
66592
|
] }, "menu");
|
|
66593
|
-
}, gf = ({ icon: n, ...e }) => /* @__PURE__ */ $e.jsx("button", { ...e, className: `${ir["icon-button"]} ${e.className || ""}`, dangerouslySetInnerHTML: { __html: n } }),
|
|
66593
|
+
}, gf = ({ icon: n, ...e }) => /* @__PURE__ */ $e.jsx("button", { ...e, className: `${ir["icon-button"]} ${e.className || ""}`, dangerouslySetInnerHTML: { __html: n } }), xve = ({ player: n, videoState: e }) => {
|
|
66594
66594
|
const [t, r] = zt.useState(n.video.currentTime);
|
|
66595
66595
|
return zt.useEffect(() => {
|
|
66596
66596
|
const i = ok({ video: n.video, setCurrentTime: r, rate: 10 });
|
|
@@ -66600,7 +66600,7 @@ const Jj = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAW0AAABSCAYAAACfWoXuAA
|
|
|
66600
66600
|
" / ",
|
|
66601
66601
|
F2(e.duration, e.duration)
|
|
66602
66602
|
] });
|
|
66603
|
-
},
|
|
66603
|
+
}, _ve = ({ player: n }) => {
|
|
66604
66604
|
const e = n.controls.GetCollectionInfo();
|
|
66605
66605
|
if (!e || e.mediaLength === 0 || !e.isPlaylist)
|
|
66606
66606
|
return null;
|
|
@@ -66654,11 +66654,11 @@ const Jj = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAW0AAABSCAYAAACfWoXuAA
|
|
|
66654
66654
|
}
|
|
66655
66655
|
) : null
|
|
66656
66656
|
] });
|
|
66657
|
-
},
|
|
66657
|
+
}, Sve = ({ player: n }) => {
|
|
66658
66658
|
const [e, t] = zt.useState(void 0), { title: r, subtitle: i, description: o, image: u, headers: c } = n.controls.GetContentInfo() || {};
|
|
66659
66659
|
return zt.useEffect(() => {
|
|
66660
66660
|
t(void 0), u && ik({ player: n, pathOrUrl: u, width: 200 }).then((p) => t(p));
|
|
66661
|
-
}, [u]), !r || n.playerOptions.title ===
|
|
66661
|
+
}, [u]), !r || n.playerOptions.title === pn.title.FULLSCREEN_ONLY && !n.controls.IsFullscreen() || n.playerOptions.title === pn.title.OFF ? null : /* @__PURE__ */ $e.jsxs("div", { className: ir["info-container"], children: [
|
|
66662
66662
|
e ? /* @__PURE__ */ $e.jsx("div", { className: ir["info-image-container"], children: /* @__PURE__ */ $e.jsx("img", { src: e, alt: "Image", className: ir["info-image"] }) }) : null,
|
|
66663
66663
|
/* @__PURE__ */ $e.jsxs("div", { className: ir["info-text"], children: [
|
|
66664
66664
|
c.length === 0 ? null : /* @__PURE__ */ $e.jsx("div", { className: ir["info-headers"], children: c.map(
|
|
@@ -66669,7 +66669,7 @@ const Jj = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAW0AAABSCAYAAACfWoXuAA
|
|
|
66669
66669
|
o ? /* @__PURE__ */ $e.jsx("div", { className: ir["info-description"], children: o }) : null
|
|
66670
66670
|
] })
|
|
66671
66671
|
] });
|
|
66672
|
-
},
|
|
66672
|
+
}, Eve = ({ player: n, playbackStarted: e, canPlay: t, recentlyInteracted: r, setRecentUserAction: i, className: o = "" }) => {
|
|
66673
66673
|
const [u, c] = zt.useState(void 0), [p, h] = zt.useState(void 0), [g, m] = zt.useState(0);
|
|
66674
66674
|
if (zt.useEffect(() => {
|
|
66675
66675
|
h(Pj({ player: n, setRecentUserAction: i }));
|
|
@@ -66677,7 +66677,7 @@ const Jj = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAW0AAABSCAYAAACfWoXuAA
|
|
|
66677
66677
|
return () => O && O();
|
|
66678
66678
|
}, []), !u)
|
|
66679
66679
|
return null;
|
|
66680
|
-
const w = n.controls.GetCollectionInfo(), v = g > 0, C = (O) => m(O ? g + 1 : Math.max(0, g - 1)), T = r || !e || v, R = !T && n.playerOptions.controls ===
|
|
66680
|
+
const w = n.controls.GetCollectionInfo(), v = g > 0, C = (O) => m(O ? g + 1 : Math.max(0, g - 1)), T = r || !e || v, R = !T && n.playerOptions.controls === pn.controls.AUTO_HIDE;
|
|
66681
66681
|
return n.__SetControlsVisibility(!R), /* @__PURE__ */ $e.jsxs(
|
|
66682
66682
|
"div",
|
|
66683
66683
|
{
|
|
@@ -66686,16 +66686,16 @@ const Jj = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAW0AAABSCAYAAACfWoXuAA
|
|
|
66686
66686
|
o,
|
|
66687
66687
|
ir.container,
|
|
66688
66688
|
T ? "" : ir.autohide,
|
|
66689
|
-
n.playerOptions.controls !==
|
|
66689
|
+
n.playerOptions.controls !== pn.controls.DEFAULT ? "" : ir["container--default-controls"],
|
|
66690
66690
|
v ? "menu-active" : ""
|
|
66691
66691
|
].join(" "),
|
|
66692
66692
|
children: [
|
|
66693
|
-
/* @__PURE__ */ $e.jsx(
|
|
66693
|
+
/* @__PURE__ */ $e.jsx(Sve, { player: n }, `content-info-${w && w.mediaIndex}`),
|
|
66694
66694
|
// Main bottom control bar
|
|
66695
66695
|
[
|
|
66696
|
-
|
|
66697
|
-
|
|
66698
|
-
|
|
66696
|
+
pn.controls.DEFAULT,
|
|
66697
|
+
pn.controls.OFF,
|
|
66698
|
+
pn.controls.OFF_WITH_VOLUME_TOGGLE
|
|
66699
66699
|
].includes(n.playerOptions.controls) ? null : /* @__PURE__ */ $e.jsxs($e.Fragment, { children: [
|
|
66700
66700
|
/* @__PURE__ */ $e.jsx(
|
|
66701
66701
|
gf,
|
|
@@ -66722,9 +66722,9 @@ const Jj = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAW0AAABSCAYAAACfWoXuAA
|
|
|
66722
66722
|
className: ir["play-pause-button"]
|
|
66723
66723
|
}
|
|
66724
66724
|
),
|
|
66725
|
-
/* @__PURE__ */ $e.jsx(
|
|
66726
|
-
/* @__PURE__ */ $e.jsx(vve, { player: n, videoState: u }),
|
|
66725
|
+
/* @__PURE__ */ $e.jsx(_ve, { player: n }),
|
|
66727
66726
|
/* @__PURE__ */ $e.jsx(wve, { player: n, videoState: u }),
|
|
66727
|
+
/* @__PURE__ */ $e.jsx(xve, { player: n, videoState: u }),
|
|
66728
66728
|
/* @__PURE__ */ $e.jsx("div", { className: ir.spacer }),
|
|
66729
66729
|
w ? /* @__PURE__ */ $e.jsx(
|
|
66730
66730
|
qI,
|
|
@@ -66740,7 +66740,7 @@ const Jj = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAW0AAABSCAYAAACfWoXuAA
|
|
|
66740
66740
|
gf,
|
|
66741
66741
|
{
|
|
66742
66742
|
"aria-label": "Rotate Video",
|
|
66743
|
-
icon:
|
|
66743
|
+
icon: dve,
|
|
66744
66744
|
onClick: () => n.controls.SetAllowRotation(!n.controls.AllowRotation())
|
|
66745
66745
|
}
|
|
66746
66746
|
) : null,
|
|
@@ -66766,7 +66766,7 @@ const Jj = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAW0AAABSCAYAAACfWoXuAA
|
|
|
66766
66766
|
] })
|
|
66767
66767
|
] }),
|
|
66768
66768
|
// Floating volume control for 'off with volume toggle' setting
|
|
66769
|
-
n.playerOptions.controls !==
|
|
66769
|
+
n.playerOptions.controls !== pn.controls.OFF_WITH_VOLUME_TOGGLE ? null : /* @__PURE__ */ $e.jsx("div", { className: ir["floating-volume-toggle"], children: /* @__PURE__ */ $e.jsx(
|
|
66770
66770
|
gf,
|
|
66771
66771
|
{
|
|
66772
66772
|
"aria-label": u.muted ? "Unmute" : "Mute",
|
|
@@ -66777,25 +66777,25 @@ const Jj = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAW0AAABSCAYAAACfWoXuAA
|
|
|
66777
66777
|
"mute-button"
|
|
66778
66778
|
) }),
|
|
66779
66779
|
// Watermark
|
|
66780
|
-
n.playerOptions.watermark ===
|
|
66780
|
+
n.playerOptions.watermark === pn.watermark.OFF ? null : /* @__PURE__ */ $e.jsx("div", { className: ir.watermark, children: /* @__PURE__ */ $e.jsx("img", { src: Jj, alt: "Eluvio" }) })
|
|
66781
66781
|
]
|
|
66782
66782
|
}
|
|
66783
66783
|
);
|
|
66784
|
-
},
|
|
66784
|
+
}, Cve = "_spinner_1c6ar_17", Ave = "_text_1c6ar_33", Mve = "_title_1c6ar_39", kve = "_description_1c6ar_43", Tve = "_inputs_1c6ar_47", Rve = "_input_1c6ar_47", Ove = "_submit_1c6ar_77", Li = {
|
|
66785
66785
|
"ticket-form-container": "_ticket-form-container_1c6ar_1",
|
|
66786
66786
|
"ticket-form-overlay": "_ticket-form-overlay_1c6ar_8",
|
|
66787
|
-
spinner:
|
|
66787
|
+
spinner: Cve,
|
|
66788
66788
|
"ticket-form": "_ticket-form_1c6ar_1",
|
|
66789
|
-
text:
|
|
66790
|
-
title:
|
|
66791
|
-
description:
|
|
66792
|
-
inputs:
|
|
66793
|
-
input:
|
|
66794
|
-
submit:
|
|
66789
|
+
text: Ave,
|
|
66790
|
+
title: Mve,
|
|
66791
|
+
description: kve,
|
|
66792
|
+
inputs: Tve,
|
|
66793
|
+
input: Rve,
|
|
66794
|
+
submit: Ove,
|
|
66795
66795
|
"error-message": "_error-message_1c6ar_88",
|
|
66796
66796
|
"size-md": "_size-md_1c6ar_102",
|
|
66797
66797
|
"size-sm": "_size-sm_1c6ar_103"
|
|
66798
|
-
},
|
|
66798
|
+
}, Lve = ({ parameters: n, dimensions: e, onComplete: t }) => {
|
|
66799
66799
|
let { tenantId: r, ntpId: i, ticketCode: o, ticketSubject: u } = n.clientOptions || {};
|
|
66800
66800
|
const c = !r || !i, [p, h] = zt.useState(o || ""), [g, m] = zt.useState(!!o), [w, v] = zt.useState(!1), [C, T] = zt.useState(c ? "Error: Tenant ID or NTP ID not specified" : ""), [R, O] = zt.useState(void 0), I = async ({ client: D, code: K }) => {
|
|
66801
66801
|
if (!(!K || !D)) {
|
|
@@ -66897,10 +66897,10 @@ const Jj = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAW0AAABSCAYAAACfWoXuAA
|
|
|
66897
66897
|
) })
|
|
66898
66898
|
}
|
|
66899
66899
|
);
|
|
66900
|
-
},
|
|
66901
|
-
container:
|
|
66900
|
+
}, Nve = "_container_1ln5m_1", Pve = "_autohide_1ln5m_34", Ive = "_fadein_1ln5m_1", Dve = "_title_1ln5m_131", Uve = "_spacer_1ln5m_307", Fve = "_watermark_1ln5m_311", Bve = "_menu_1ln5m_142", yn = {
|
|
66901
|
+
container: Nve,
|
|
66902
66902
|
"container--default-controls": "_container--default-controls_1ln5m_29",
|
|
66903
|
-
autohide:
|
|
66903
|
+
autohide: Pve,
|
|
66904
66904
|
"bottom-controls-container--autohide": "_bottom-controls-container--autohide_1ln5m_34",
|
|
66905
66905
|
"icon-button": "_icon-button_1ln5m_40",
|
|
66906
66906
|
"icon-button--drop-shadow-focus": "_icon-button--drop-shadow-focus_1ln5m_57",
|
|
@@ -66909,12 +66909,12 @@ const Jj = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAW0AAABSCAYAAACfWoXuAA
|
|
|
66909
66909
|
"text-button": "_text-button_1ln5m_83",
|
|
66910
66910
|
"text-button--active": "_text-button--active_1ln5m_88",
|
|
66911
66911
|
"bottom-controls-container": "_bottom-controls-container_1ln5m_34",
|
|
66912
|
-
fadein:
|
|
66912
|
+
fadein: Ive,
|
|
66913
66913
|
"bottom-controls-gradient": "_bottom-controls-gradient_1ln5m_105",
|
|
66914
66914
|
"center-play-button": "_center-play-button_1ln5m_117",
|
|
66915
66915
|
"center-play-button--hidden": "_center-play-button--hidden_1ln5m_124",
|
|
66916
66916
|
"title-container": "_title-container_1ln5m_131",
|
|
66917
|
-
title:
|
|
66917
|
+
title: Dve,
|
|
66918
66918
|
"menu-control-container": "_menu-control-container_1ln5m_142",
|
|
66919
66919
|
"time-container": "_time-container_1ln5m_146",
|
|
66920
66920
|
"live-indicator": "_live-indicator_1ln5m_153",
|
|
@@ -66935,10 +66935,10 @@ const Jj = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAW0AAABSCAYAAACfWoXuAA
|
|
|
66935
66935
|
"info-box-title": "_info-box-title_1ln5m_270",
|
|
66936
66936
|
"info-box-button": "_info-box-button_1ln5m_275",
|
|
66937
66937
|
"info-box-button--restart": "_info-box-button--restart_1ln5m_290",
|
|
66938
|
-
spacer:
|
|
66939
|
-
watermark:
|
|
66940
|
-
menu:
|
|
66941
|
-
}, yh = ({ icon: n, ...e }) => /* @__PURE__ */ $e.jsx("button", { ...e, className: `${yn["icon-button"]} ${e.className || ""}`, dangerouslySetInnerHTML: { __html: n } }),
|
|
66938
|
+
spacer: Uve,
|
|
66939
|
+
watermark: Fve,
|
|
66940
|
+
menu: Bve
|
|
66941
|
+
}, yh = ({ icon: n, ...e }) => /* @__PURE__ */ $e.jsx("button", { ...e, className: `${yn["icon-button"]} ${e.className || ""}`, dangerouslySetInnerHTML: { __html: n } }), zve = ({ player: n, videoState: e }) => {
|
|
66942
66942
|
const [t, r] = zt.useState(n.video.currentTime);
|
|
66943
66943
|
return zt.useEffect(() => {
|
|
66944
66944
|
const i = ok({ video: n.video, setCurrentTime: r, rate: 10 });
|
|
@@ -66948,7 +66948,7 @@ const Jj = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAW0AAABSCAYAAACfWoXuAA
|
|
|
66948
66948
|
/* @__PURE__ */ $e.jsx("div", { className: yn.spacer }),
|
|
66949
66949
|
/* @__PURE__ */ $e.jsx("div", { className: yn.time, children: F2(e.duration, e.duration) })
|
|
66950
66950
|
] });
|
|
66951
|
-
},
|
|
66951
|
+
}, jve = ({ player: n, videoState: e }) => {
|
|
66952
66952
|
const t = n.controls.GetCollectionInfo(), r = t && t.isPlaylist && t.content[t.mediaIndex - 1], i = t && t.isPlaylist && t.content[t.mediaIndex + 1], o = n.controls.IsReady();
|
|
66953
66953
|
return /* @__PURE__ */ $e.jsxs("div", { className: yn["center-buttons"], children: [
|
|
66954
66954
|
!r && !i ? null : /* @__PURE__ */ $e.jsx(
|
|
@@ -67032,7 +67032,7 @@ const Jj = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAW0AAABSCAYAAACfWoXuAA
|
|
|
67032
67032
|
}
|
|
67033
67033
|
) : null
|
|
67034
67034
|
] });
|
|
67035
|
-
},
|
|
67035
|
+
}, $ve = ({ player: n, Hide: e }) => {
|
|
67036
67036
|
const [t, r] = zt.useState(void 0), { title: i, description: o, image: u, headers: c } = n.controls.GetContentInfo() || {};
|
|
67037
67037
|
return zt.useEffect(() => {
|
|
67038
67038
|
r(void 0), u && ik({ player: n, pathOrUrl: u, width: 200 }).then((p) => r(p));
|
|
@@ -67075,7 +67075,7 @@ const Jj = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAW0AAABSCAYAAACfWoXuAA
|
|
|
67075
67075
|
) })
|
|
67076
67076
|
] })
|
|
67077
67077
|
] });
|
|
67078
|
-
},
|
|
67078
|
+
}, Hve = ({ player: n, playbackStarted: e, canPlay: t, recentlyInteracted: r, setRecentUserAction: i, className: o = "" }) => {
|
|
67079
67079
|
const [u, c] = zt.useState(void 0), [p, h] = zt.useState(void 0), [g, m] = zt.useState(!1), [w, v] = zt.useState(!1);
|
|
67080
67080
|
if (zt.useEffect(() => {
|
|
67081
67081
|
h(Pj({ player: n, setRecentUserAction: i }));
|
|
@@ -67083,7 +67083,7 @@ const Jj = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAW0AAABSCAYAAACfWoXuAA
|
|
|
67083
67083
|
return () => I && I();
|
|
67084
67084
|
}, []), !u)
|
|
67085
67085
|
return null;
|
|
67086
|
-
const { title: C } = n.controls.GetContentInfo() || {}, T = n.controls.GetCollectionInfo(), R = r || !e || g, O = !R && n.playerOptions.controls ===
|
|
67086
|
+
const { title: C } = n.controls.GetContentInfo() || {}, T = n.controls.GetCollectionInfo(), R = r || !e || g, O = !R && n.playerOptions.controls === pn.controls.AUTO_HIDE;
|
|
67087
67087
|
return n.__SetControlsVisibility(!O), /* @__PURE__ */ $e.jsxs(
|
|
67088
67088
|
"div",
|
|
67089
67089
|
{
|
|
@@ -67092,7 +67092,7 @@ const Jj = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAW0AAABSCAYAAACfWoXuAA
|
|
|
67092
67092
|
o,
|
|
67093
67093
|
yn.container,
|
|
67094
67094
|
R ? "" : yn.autohide,
|
|
67095
|
-
n.playerOptions.controls !==
|
|
67095
|
+
n.playerOptions.controls !== pn.controls.DEFAULT ? "" : yn["container--default-controls"],
|
|
67096
67096
|
g ? "menu-active" : ""
|
|
67097
67097
|
].join(" "),
|
|
67098
67098
|
children: [
|
|
@@ -67108,10 +67108,10 @@ const Jj = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAW0AAABSCAYAAACfWoXuAA
|
|
|
67108
67108
|
className: `${yn["center-play-button"]} ${yn["icon-button--drop-shadow-focus"]} ${t && !e ? "" : yn["center-play-button--hidden"]}`
|
|
67109
67109
|
}
|
|
67110
67110
|
),
|
|
67111
|
-
w ? /* @__PURE__ */ $e.jsx(
|
|
67111
|
+
w ? /* @__PURE__ */ $e.jsx($ve, { player: n, Hide: () => v(!1) }) : /* @__PURE__ */ $e.jsxs("div", { className: `${yn["bottom-controls-container"]} ${O ? yn["bottom-controls-container--autohide"] : ""}`, children: [
|
|
67112
67112
|
/* @__PURE__ */ $e.jsx("div", { className: yn["bottom-controls-gradient"] }),
|
|
67113
67113
|
/* @__PURE__ */ $e.jsxs("div", { className: yn["title-container"], children: [
|
|
67114
|
-
/* @__PURE__ */ $e.jsx("div", { className: yn.title, children: n.playerOptions.title ===
|
|
67114
|
+
/* @__PURE__ */ $e.jsx("div", { className: yn.title, children: n.playerOptions.title === pn.title.OFF || n.playerOptions.title === pn.title.FULLSCREEN_ONLY && !n.controls.IsFullscreen() ? "" : C || "" }),
|
|
67115
67115
|
/* @__PURE__ */ $e.jsx("div", { className: yn.spacer }),
|
|
67116
67116
|
n.isLive ? /* @__PURE__ */ $e.jsx("div", { className: yn["live-indicator"], children: "Live" }) : null,
|
|
67117
67117
|
T ? /* @__PURE__ */ $e.jsx(
|
|
@@ -67126,10 +67126,10 @@ const Jj = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAW0AAABSCAYAAACfWoXuAA
|
|
|
67126
67126
|
) : null
|
|
67127
67127
|
] }),
|
|
67128
67128
|
/* @__PURE__ */ $e.jsx(Qj, { player: n, videoState: u, setRecentUserAction: i }),
|
|
67129
|
-
/* @__PURE__ */ $e.jsx(
|
|
67129
|
+
/* @__PURE__ */ $e.jsx(zve, { player: n, videoState: u }),
|
|
67130
67130
|
/* @__PURE__ */ $e.jsxs("div", { className: yn["bottom-controls"], children: [
|
|
67131
|
-
/* @__PURE__ */ $e.jsx("div", { className: yn["bottom-left-controls"], children: !C || n.playerOptions.title ===
|
|
67132
|
-
/* @__PURE__ */ $e.jsx(
|
|
67131
|
+
/* @__PURE__ */ $e.jsx("div", { className: yn["bottom-left-controls"], children: !C || n.playerOptions.title === pn.title.OFF ? null : /* @__PURE__ */ $e.jsx("button", { className: yn["text-button"], onClick: () => v(!0), children: "Info" }) }),
|
|
67132
|
+
/* @__PURE__ */ $e.jsx(jve, { player: n, videoState: u }),
|
|
67133
67133
|
/* @__PURE__ */ $e.jsx("div", { className: yn["bottom-right-controls"], children: n.controls.GetOptions().hasAnyOptions ? /* @__PURE__ */ $e.jsx(
|
|
67134
67134
|
VI,
|
|
67135
67135
|
{
|
|
@@ -67144,26 +67144,26 @@ const Jj = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAW0AAABSCAYAAACfWoXuAA
|
|
|
67144
67144
|
] })
|
|
67145
67145
|
] }),
|
|
67146
67146
|
// Watermark
|
|
67147
|
-
n.playerOptions.watermark ===
|
|
67147
|
+
n.playerOptions.watermark === pn.watermark.OFF ? null : /* @__PURE__ */ $e.jsx("div", { className: yn.watermark, children: /* @__PURE__ */ $e.jsx("img", { src: Jj, alt: "Eluvio" }) })
|
|
67148
67148
|
]
|
|
67149
67149
|
},
|
|
67150
67150
|
"controls"
|
|
67151
67151
|
);
|
|
67152
|
-
},
|
|
67153
|
-
container:
|
|
67154
|
-
overlay:
|
|
67155
|
-
fadein:
|
|
67156
|
-
form:
|
|
67157
|
-
header:
|
|
67152
|
+
}, qve = "_container_1l7ln_1", Vve = "_overlay_1l7ln_9", Gve = "_fadein_1l7ln_1", Wve = "_form_1l7ln_22", Kve = "_header_1l7ln_39", Yve = "_input_1l7ln_45", Jve = "_actions_1l7ln_92", Qve = "_submit_1l7ln_98", Zve = "_cancel_1l7ln_99", xo = {
|
|
67153
|
+
container: qve,
|
|
67154
|
+
overlay: Vve,
|
|
67155
|
+
fadein: Gve,
|
|
67156
|
+
form: Wve,
|
|
67157
|
+
header: Kve,
|
|
67158
67158
|
"input-container": "_input-container_1l7ln_45",
|
|
67159
|
-
input:
|
|
67159
|
+
input: Yve,
|
|
67160
67160
|
"input--invalid": "_input--invalid_1l7ln_65",
|
|
67161
67161
|
"player-info": "_player-info_1l7ln_74",
|
|
67162
67162
|
"api-link": "_api-link_1l7ln_83",
|
|
67163
|
-
actions:
|
|
67164
|
-
submit:
|
|
67165
|
-
cancel:
|
|
67166
|
-
},
|
|
67163
|
+
actions: Jve,
|
|
67164
|
+
submit: Qve,
|
|
67165
|
+
cancel: Zve
|
|
67166
|
+
}, Xve = ({ player: n, Close: e }) => {
|
|
67167
67167
|
const [t, r] = zt.useState(JSON.stringify(n.hlsOptions || "{}", null, 2)), [i, o] = zt.useState(!1), [u, c] = zt.useState(""), p = zt.useRef();
|
|
67168
67168
|
zt.useEffect(() => {
|
|
67169
67169
|
if (!p || !p.current)
|
|
@@ -67251,7 +67251,7 @@ const Jj = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAW0AAABSCAYAAACfWoXuAA
|
|
|
67251
67251
|
) })
|
|
67252
67252
|
}
|
|
67253
67253
|
);
|
|
67254
|
-
},
|
|
67254
|
+
}, e1e = ({ player: n }) => {
|
|
67255
67255
|
const [e, t] = zt.useState(void 0), { posterImage: r } = n.controls.GetContentInfo() || {};
|
|
67256
67256
|
return zt.useEffect(() => {
|
|
67257
67257
|
t(void 0), r && ik({ player: n, pathOrUrl: r, width: 200 }).then((i) => t(i));
|
|
@@ -67263,7 +67263,7 @@ const Jj = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAW0AAABSCAYAAACfWoXuAA
|
|
|
67263
67263
|
className: Vl.poster
|
|
67264
67264
|
}
|
|
67265
67265
|
) : null;
|
|
67266
|
-
},
|
|
67266
|
+
}, t1e = ({ target: n, parameters: e, InitCallback: t, ErrorCallback: r, Unmount: i, Reset: o }) => {
|
|
67267
67267
|
const [u, c] = zt.useState(void 0), [p, h] = zt.useState(void 0), [g, m] = zt.useState("lg"), [w, v] = zt.useState("landscape"), [C, T] = zt.useState({
|
|
67268
67268
|
width: n.getBoundingClientRect().width,
|
|
67269
67269
|
height: n.getBoundingClientRect().height
|
|
@@ -67319,14 +67319,14 @@ const Jj = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAW0AAABSCAYAAACfWoXuAA
|
|
|
67319
67319
|
};
|
|
67320
67320
|
}, [Y]), e.clientOptions.promptTicket && !p)
|
|
67321
67321
|
return /* @__PURE__ */ $e.jsx(
|
|
67322
|
-
|
|
67322
|
+
Lve,
|
|
67323
67323
|
{
|
|
67324
67324
|
parameters: e,
|
|
67325
67325
|
dimensions: { size: g, orientation: w, ...C },
|
|
67326
67326
|
onComplete: (M) => h(M)
|
|
67327
67327
|
}
|
|
67328
67328
|
);
|
|
67329
|
-
const P = u && u.controls.IsRotatable() && U;
|
|
67329
|
+
const P = e.playerOptions.ui === pn.ui.WEB && u && u.controls.IsRotatable() && U;
|
|
67330
67330
|
return /* @__PURE__ */ $e.jsxs(
|
|
67331
67331
|
"div",
|
|
67332
67332
|
{
|
|
@@ -67340,24 +67340,24 @@ const Jj = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAW0AAABSCAYAAACfWoXuAA
|
|
|
67340
67340
|
},
|
|
67341
67341
|
className: [Vl["player-container"], P ? Vl["player-container--rotated"] : "", `__eluvio-player--size-${g}`, `__eluvio-player--orientation-${w}`].join(" "),
|
|
67342
67342
|
children: [
|
|
67343
|
-
!_e || !I ? null : /* @__PURE__ */ $e.jsx(
|
|
67343
|
+
!_e || !I ? null : /* @__PURE__ */ $e.jsx(Xve, { player: u, Close: () => u.controls.HidePlayerProfileForm() }),
|
|
67344
67344
|
/* @__PURE__ */ $e.jsx(
|
|
67345
67345
|
"video",
|
|
67346
67346
|
{
|
|
67347
67347
|
playsInline: !0,
|
|
67348
67348
|
disablePictureInPicture: !0,
|
|
67349
67349
|
ref: z,
|
|
67350
|
-
muted: [
|
|
67351
|
-
controls: e.playerOptions.controls ===
|
|
67352
|
-
loop: e.playerOptions.loop ===
|
|
67350
|
+
muted: [pn.muted.ON, pn.muted.WHEN_NOT_VISIBLE].includes(e.playerOptions.muted),
|
|
67351
|
+
controls: e.playerOptions.controls === pn.controls.DEFAULT,
|
|
67352
|
+
loop: e.playerOptions.loop === pn.loop.ON,
|
|
67353
67353
|
className: Vl.video
|
|
67354
67354
|
}
|
|
67355
67355
|
),
|
|
67356
|
-
!u || K || !pe ? null : /* @__PURE__ */ $e.jsx(
|
|
67356
|
+
!u || K || !pe ? null : /* @__PURE__ */ $e.jsx(e1e, { player: u }),
|
|
67357
67357
|
I || R ? null : /* @__PURE__ */ $e.jsx("div", { className: Vl["spinner-container"], children: /* @__PURE__ */ $e.jsx(H2, { className: Vl.spinner }) }),
|
|
67358
67358
|
R ? /* @__PURE__ */ $e.jsx("div", { className: Vl["error-message"], children: R }) : null,
|
|
67359
|
-
u ? e.playerOptions.ui ===
|
|
67360
|
-
|
|
67359
|
+
u ? e.playerOptions.ui === pn.ui.WEB ? /* @__PURE__ */ $e.jsx(
|
|
67360
|
+
Eve,
|
|
67361
67361
|
{
|
|
67362
67362
|
player: u,
|
|
67363
67363
|
playbackStarted: !!K,
|
|
@@ -67367,7 +67367,7 @@ const Jj = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAW0AAABSCAYAAACfWoXuAA
|
|
|
67367
67367
|
className: Vl.controls
|
|
67368
67368
|
}
|
|
67369
67369
|
) : /* @__PURE__ */ $e.jsx(
|
|
67370
|
-
|
|
67370
|
+
Hve,
|
|
67371
67371
|
{
|
|
67372
67372
|
player: u,
|
|
67373
67373
|
playbackStarted: !!K,
|
|
@@ -67378,7 +67378,7 @@ const Jj = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAW0AAABSCAYAAACfWoXuAA
|
|
|
67378
67378
|
}
|
|
67379
67379
|
) : null,
|
|
67380
67380
|
x ? /* @__PURE__ */ $e.jsx(
|
|
67381
|
-
|
|
67381
|
+
vve,
|
|
67382
67382
|
{
|
|
67383
67383
|
action: x
|
|
67384
67384
|
},
|
|
@@ -67387,21 +67387,21 @@ const Jj = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAW0AAABSCAYAAACfWoXuAA
|
|
|
67387
67387
|
]
|
|
67388
67388
|
}
|
|
67389
67389
|
);
|
|
67390
|
-
},
|
|
67390
|
+
}, n1e = (n) => {
|
|
67391
67391
|
const [e, t] = zt.useState(Math.random());
|
|
67392
67392
|
return /* @__PURE__ */ zt.createElement(
|
|
67393
|
-
|
|
67393
|
+
t1e,
|
|
67394
67394
|
{
|
|
67395
67395
|
...n,
|
|
67396
67396
|
key: `player-${e}`,
|
|
67397
67397
|
Reset: () => t(Math.random())
|
|
67398
67398
|
}
|
|
67399
67399
|
);
|
|
67400
|
-
},
|
|
67400
|
+
}, m1e = (n, e) => (n.innerHTML = "", n.classList.add(WW.reset), n.classList.add(Vl["player-target"]), e = Uj(e), e.playerOptions && e.playerOptions.backgroundColor && (n.style.backgroundColor = e.playerOptions.backgroundColor), new Promise((t, r) => {
|
|
67401
67401
|
const i = bv.createRoot(n);
|
|
67402
67402
|
i.render(
|
|
67403
67403
|
/* @__PURE__ */ $e.jsx(HW.StrictMode, { children: /* @__PURE__ */ $e.jsx(
|
|
67404
|
-
|
|
67404
|
+
n1e,
|
|
67405
67405
|
{
|
|
67406
67406
|
target: n,
|
|
67407
67407
|
parameters: e,
|
|
@@ -67419,8 +67419,8 @@ const Jj = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAW0AAABSCAYAAACfWoXuAA
|
|
|
67419
67419
|
);
|
|
67420
67420
|
}));
|
|
67421
67421
|
export {
|
|
67422
|
-
|
|
67423
|
-
|
|
67422
|
+
m1e as I,
|
|
67423
|
+
pn as P,
|
|
67424
67424
|
V2 as a,
|
|
67425
67425
|
si as b,
|
|
67426
67426
|
yK as c,
|