@grizzshutsdown/simpleplayer 0.1.3 → 0.1.4

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.
@@ -1,11 +1,11 @@
1
- var Ni = Object.defineProperty;
2
- var ui = (d) => {
1
+ var Ui = Object.defineProperty;
2
+ var pi = (d) => {
3
3
  throw TypeError(d);
4
4
  };
5
- var Ui = (d, p, i) => p in d ? Ni(d, p, { enumerable: !0, configurable: !0, writable: !0, value: i }) : d[p] = i;
6
- var pi = (d, p, i) => Ui(d, typeof p != "symbol" ? p + "" : p, i), Xe = (d, p, i) => p.has(d) || ui("Cannot " + i);
7
- var t = (d, p, i) => (Xe(d, p, "read from private field"), i ? i.call(d) : p.get(d)), n = (d, p, i) => p.has(d) ? ui("Cannot add the same private member more than once") : p instanceof WeakSet ? p.add(d) : p.set(d, i), r = (d, p, i, a) => (Xe(d, p, "write to private field"), a ? a.call(d, i) : p.set(d, i), i), e = (d, p, i) => (Xe(d, p, "access private method"), i);
8
- const di = "16 / 9", Yi = "360px 0px", Xi = [
5
+ var Yi = (d, p, i) => p in d ? Ui(d, p, { enumerable: !0, configurable: !0, writable: !0, value: i }) : d[p] = i;
6
+ var di = (d, p, i) => Yi(d, typeof p != "symbol" ? p + "" : p, i), _e = (d, p, i) => p.has(d) || pi("Cannot " + i);
7
+ var t = (d, p, i) => (_e(d, p, "read from private field"), i ? i.call(d) : p.get(d)), n = (d, p, i) => p.has(d) ? pi("Cannot add the same private member more than once") : p instanceof WeakSet ? p.add(d) : p.set(d, i), r = (d, p, i, a) => (_e(d, p, "write to private field"), a ? a.call(d, i) : p.set(d, i), i), e = (d, p, i) => (_e(d, p, "access private method"), i);
8
+ const mi = "16 / 9", Xi = "360px 0px", _i = [
9
9
  "src",
10
10
  "aspect-ratio",
11
11
  "preload-margin",
@@ -25,15 +25,15 @@ const di = "16 / 9", Yi = "360px 0px", Xi = [
25
25
  "no-picture-in-picture",
26
26
  "no-fullscreen"
27
27
  ];
28
- function _i(d) {
28
+ function Wi(d) {
29
29
  const p = document;
30
30
  return d.fullscreenElement || document.fullscreenElement || p.webkitFullscreenElement || p.mozFullScreenElement || p.msFullscreenElement || null;
31
31
  }
32
- function Wi(d, p, i) {
32
+ function ji(d, p, i) {
33
33
  const a = document, l = p, u = i, f = !!((document.fullscreenEnabled ?? a.webkitFullscreenEnabled ?? a.mozFullScreenEnabled ?? a.msFullscreenEnabled ?? !1) && (l.requestFullscreen || l.webkitRequestFullscreen || l.mozRequestFullScreen || l.msRequestFullscreen)), v = !!(u.webkitSupportsFullscreen || u.webkitEnterFullscreen || u.webkitEnterFullScreen);
34
34
  return !!(d && (f || v));
35
35
  }
36
- function ji(d) {
36
+ function Oi(d) {
37
37
  const p = d, i = p.requestFullscreen || p.webkitRequestFullscreen || p.mozRequestFullScreen || p.msRequestFullscreen;
38
38
  return Promise.resolve(i?.call(p));
39
39
  }
@@ -41,11 +41,11 @@ function Zi(d) {
41
41
  const p = d;
42
42
  return typeof p.requestFullscreen == "function" || typeof p.webkitRequestFullscreen == "function" || typeof p.mozRequestFullScreen == "function" || typeof p.msRequestFullscreen == "function";
43
43
  }
44
- function Oi(d) {
44
+ function Ki(d) {
45
45
  const p = d;
46
46
  (p.webkitEnterFullscreen || p.webkitEnterFullScreen)?.call(p);
47
47
  }
48
- function Ki() {
48
+ function Gi() {
49
49
  const d = document, p = document.exitFullscreen || d.webkitExitFullscreen || d.mozCancelFullScreen || d.msExitFullscreen;
50
50
  return Promise.resolve(p?.call(d));
51
51
  }
@@ -54,7 +54,7 @@ function q(d) {
54
54
  const p = Math.floor(d), i = p % 60, a = Math.floor(p / 60), l = a % 60, u = Math.floor(a / 60);
55
55
  return u > 0 ? u + ":" + String(l).padStart(2, "0") + ":" + String(i).padStart(2, "0") : l + ":" + String(i).padStart(2, "0");
56
56
  }
57
- function Gi(d, p) {
57
+ function Ji(d, p) {
58
58
  const i = d;
59
59
  if (i.audioTracks && typeof i.audioTracks.length == "number")
60
60
  return i.audioTracks.length > 0;
@@ -64,21 +64,21 @@ function Gi(d, p) {
64
64
  const l = d;
65
65
  return typeof l.webkitAudioDecodedByteCount == "number" && d.readyState >= HTMLMediaElement.HAVE_CURRENT_DATA && !d.muted && d.currentTime > 0.25 ? l.webkitAudioDecodedByteCount > 0 : p;
66
66
  }
67
- function ci(d) {
67
+ function ui(d) {
68
68
  const p = Math.min(2, Math.max(0, d.width / 2)), i = Math.max(1, d.width - p * 2);
69
69
  return { rect: d, sideInset: p, innerWidth: i };
70
70
  }
71
- function Ji(d, p) {
72
- const { sideInset: i, innerWidth: a } = ci(p), l = Math.min(1, Math.max(0, d));
71
+ function Qi(d, p) {
72
+ const { sideInset: i, innerWidth: a } = ui(p), l = Math.min(1, Math.max(0, d));
73
73
  return i + l * a;
74
74
  }
75
- function Qi(d, p) {
76
- const { sideInset: i, innerWidth: a } = ci(p);
75
+ function tr(d, p) {
76
+ const { sideInset: i, innerWidth: a } = ui(p);
77
77
  return Math.min(1, Math.max(0, (d - p.left - i) / a));
78
78
  }
79
- const tr = `
79
+ const sr = `
80
80
  :host {
81
- --simple-player-aspect-ratio: ${di};
81
+ --simple-player-aspect-ratio: ${mi};
82
82
  --space: 4px;
83
83
  --white: #fff;
84
84
  --black: #000;
@@ -124,6 +124,12 @@ const tr = `
124
124
  background: #1E1E1E;
125
125
  }
126
126
 
127
+ *,
128
+ *::before,
129
+ *::after {
130
+ box-sizing: border-box;
131
+ }
132
+
127
133
  .sp-video {
128
134
  display: block;
129
135
  width: 100%;
@@ -772,6 +778,7 @@ const tr = `
772
778
  transform: translateX(-50%) translateY(2px);
773
779
  white-space: nowrap;
774
780
  font: 500 12px/1.35 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
781
+ font-variant-numeric: tabular-nums;
775
782
  }
776
783
 
777
784
  .sp-time-surface {
@@ -842,8 +849,9 @@ const tr = `
842
849
  position: relative;
843
850
  right: auto;
844
851
  bottom: auto;
845
- width: max-content;
852
+ width: var(--sp-tray-time-width, max-content);
846
853
  transition: width 240ms cubic-bezier(0.23, 1, 0.32, 1);
854
+ overflow: hidden;
847
855
  }
848
856
 
849
857
  .sp-tray-time-holder .sp-control-tray-slots {
@@ -859,8 +867,11 @@ const tr = `
859
867
  aspect-ratio: auto;
860
868
  min-width: max-content;
861
869
  width: auto;
870
+ height: var(--sp-control-slot-size);
871
+ max-height: var(--sp-control-slot-size);
862
872
  padding: 0 8px;
863
- font: 600 12px/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
873
+ font: 600 13px/1 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
874
+ font-variant-numeric: tabular-nums;
864
875
  }
865
876
 
866
877
  .sp-tray-time-text {
@@ -1007,9 +1018,9 @@ const tr = `
1007
1018
  transform: translateY(0) scale(1);
1008
1019
  }
1009
1020
  }
1010
- `, mi = document.createElement("template");
1011
- mi.innerHTML = `
1012
- <style>${tr}</style>
1021
+ `, fi = document.createElement("template");
1022
+ fi.innerHTML = `
1023
+ <style>${sr}</style>
1013
1024
  <div class="sp-player is-loading" data-sp-player>
1014
1025
  <video
1015
1026
  class="sp-video sp-asset"
@@ -1094,395 +1105,396 @@ mi.innerHTML = `
1094
1105
  </div>
1095
1106
  </div>
1096
1107
  `;
1097
- var b, Qt, H, ts, B, h, o, Y, m, X, j, Gs, z, ss, xs, w, Z, T, et, it, rt, vt, g, R, ot, L, St, nt, Mt, _, gt, es, Vt, P, F, is, at, yt, wt, lt, ks, rs, $, N, O, K, G, It, xt, Ps, zt, Ts, Es, kt, D, ht, Rt, S, y, J, os, ns, Dt, W, ct, x, Pt, Tt, Et, as, ls, Ct, Js, Qs, hs, te, se, Cs, qt, ee, ie, re, oe, ne, ae, Ht, le, he, s, Hs, Bs, _e, ds, We, _t, $s, bi, c, Ns, Bt, U, ce, ms, Q, tt, Us, fs, Wt, vi, je, Ze, Oe, jt, bs, Ys, Ke, $t, Nt, As, Ut, ut, pt, Ls, ue, Fs, Xs, Ss, pe, Ge, vs, _s, gs, Je, gi, Ms, yi, dt, Qe, wi, ti, Zt, V, xi, E, ki, si, ei, Pi, Yt, ii, k, st, ri, Ti, mt, ft, Ei, Ci, ys, Ai, Li, Fi, Ot, I, bt, Kt, Si, Gt, Mi, C, Ft, Vi, M, oi, Ws, Jt, At, js, ni, Ii, zi, Ri, Xt, Lt, Di, Vs, Zs, ai, Os, Ks, qi, Hi, de, me, fe, be, ws, li, cs, hi, Is, zs, ve, ge, ye, we, xe, ke, Pe, Te, Rs, Ds, Ee, Ce, Ae, Le, Fe, Se, Me, Ve, Ie, ze, Re, De, qe, us, He, Be, $e, Ne, Ue, Ye, A, Bi;
1098
- class fi extends HTMLElement {
1108
+ var b, St, H, is, B, c, o, X, m, _, O, Js, L, rs, Ts, g, $, T, it, rt, Z, vt, y, R, ot, F, Mt, nt, Vt, W, gt, os, zt, P, S, ns, at, yt, wt, lt, Es, as, It, N, U, K, G, J, Rt, xt, Cs, Dt, As, Ls, kt, D, ht, qt, M, w, Q, ls, hs, Ht, j, ct, x, Pt, Tt, Et, cs, us, Ct, Qs, te, ps, se, ee, Fs, Bt, ie, re, oe, ne, ae, le, $t, he, ce, s, Bs, $s, We, bs, je, Zt, Ns, vi, h, Us, Nt, Y, ue, vs, tt, st, Ys, gs, Kt, gi, Oe, Ze, Ke, Gt, ys, Xs, Ge, Ut, Yt, Ss, Xt, ut, pt, Ms, pe, Vs, _s, zs, de, Je, ws, Ws, xs, Qe, yi, Is, wi, dt, ti, xi, si, Jt, z, ki, E, Pi, ei, ii, Ti, _t, ri, k, et, oi, Ei, mt, ft, Ci, Ai, ks, Li, Fi, Si, Qt, I, bt, ts, Mi, ss, Vi, C, Ft, zi, V, ni, js, es, At, Os, ai, Ii, Ri, Di, Wt, Lt, qi, Rs, Zs, li, Ks, Gs, Hi, Bi, me, fe, be, ve, Ps, hi, ds, ci, jt, Ot, ge, ye, we, xe, ke, Pe, Te, Ee, Ds, qs, Ce, Ae, Le, Fe, Se, Me, Ve, ze, Ie, Re, De, qe, He, ms, Be, $e, Ne, Ue, Ye, Xe, A, $i;
1109
+ class bi extends HTMLElement {
1099
1110
  constructor() {
1100
1111
  super();
1101
1112
  n(this, s);
1102
1113
  n(this, b);
1103
- n(this, Qt, []);
1114
+ n(this, St, []);
1104
1115
  n(this, H, null);
1105
- n(this, ts, !1);
1116
+ n(this, is, !1);
1106
1117
  n(this, B, !1);
1107
- n(this, h);
1118
+ n(this, c);
1108
1119
  n(this, o);
1109
- n(this, Y);
1110
- n(this, m);
1111
1120
  n(this, X);
1112
- n(this, j);
1113
- n(this, Gs);
1114
- n(this, z);
1115
- n(this, ss);
1116
- n(this, xs);
1117
- n(this, w);
1118
- n(this, Z);
1121
+ n(this, m);
1122
+ n(this, _);
1123
+ n(this, O);
1124
+ n(this, Js);
1125
+ n(this, L);
1126
+ n(this, rs);
1127
+ n(this, Ts);
1128
+ n(this, g);
1129
+ n(this, $);
1119
1130
  n(this, T);
1120
- n(this, et);
1121
1131
  n(this, it);
1122
- n(this, rt, []);
1132
+ n(this, rt);
1133
+ n(this, Z, []);
1123
1134
  n(this, vt, 0);
1124
- n(this, g, !1);
1135
+ n(this, y, !1);
1125
1136
  n(this, R, !1);
1126
1137
  n(this, ot, !1);
1127
- n(this, L, 0);
1128
- n(this, St, 0);
1138
+ n(this, F, 0);
1139
+ n(this, Mt, 0);
1129
1140
  n(this, nt, 0);
1130
- n(this, Mt, !1);
1131
- n(this, _, !1);
1141
+ n(this, Vt, !1);
1142
+ n(this, W, !1);
1132
1143
  n(this, gt, !1);
1133
- n(this, es, 0);
1134
- n(this, Vt, 0);
1144
+ n(this, os, 0);
1145
+ n(this, zt, 0);
1135
1146
  n(this, P, null);
1136
- n(this, F, null);
1137
- n(this, is, 0);
1147
+ n(this, S, null);
1148
+ n(this, ns, 0);
1138
1149
  n(this, at, 0);
1139
1150
  n(this, yt, 0);
1140
1151
  n(this, wt, 0);
1141
1152
  n(this, lt, 0);
1142
- n(this, ks, 0);
1143
- n(this, rs, 0);
1144
- n(this, $, !1);
1153
+ n(this, Es, 0);
1154
+ n(this, as, 0);
1155
+ n(this, It, null);
1145
1156
  n(this, N, !1);
1146
- n(this, O, !1);
1157
+ n(this, U, !1);
1147
1158
  n(this, K, !1);
1148
- n(this, G, 0);
1149
- n(this, It, 0);
1159
+ n(this, G, !1);
1160
+ n(this, J, 0);
1161
+ n(this, Rt, 0);
1150
1162
  n(this, xt, !1);
1151
- n(this, Ps, 0);
1152
- n(this, zt, !0);
1153
- n(this, Ts, 0);
1154
- n(this, Es, performance.now());
1163
+ n(this, Cs, 0);
1164
+ n(this, Dt, !0);
1165
+ n(this, As, 0);
1166
+ n(this, Ls, performance.now());
1155
1167
  n(this, kt, 0);
1156
1168
  n(this, D, null);
1157
1169
  n(this, ht, null);
1158
- n(this, Rt, !1);
1159
- n(this, S, !1);
1160
- n(this, y, !0);
1161
- n(this, J, !1);
1162
- n(this, os, null);
1163
- n(this, ns, null);
1164
- n(this, Dt, !1);
1165
- n(this, W, !1);
1170
+ n(this, qt, !1);
1171
+ n(this, M, !1);
1172
+ n(this, w, !0);
1173
+ n(this, Q, !1);
1174
+ n(this, ls, null);
1175
+ n(this, hs, null);
1176
+ n(this, Ht, !1);
1177
+ n(this, j, !1);
1166
1178
  n(this, ct, !1);
1167
1179
  n(this, x, null);
1168
1180
  n(this, Pt, 0);
1169
1181
  n(this, Tt, 0);
1170
1182
  n(this, Et, 0);
1171
- n(this, as, null);
1172
- n(this, ls, !1);
1183
+ n(this, cs, null);
1184
+ n(this, us, !1);
1173
1185
  n(this, Ct, 0);
1174
- n(this, Js, 4);
1175
- n(this, Qs, 3.5);
1176
- n(this, hs, 6);
1177
- n(this, te, 0.08);
1178
- n(this, se, 240);
1179
- n(this, Cs, 1200);
1180
- n(this, qt, 1600);
1181
- n(this, ee, 140);
1182
- n(this, ie, 380);
1183
- n(this, re, 650);
1184
- n(this, oe, 2e3);
1185
- n(this, ne, 3);
1186
- n(this, ae, 10);
1187
- n(this, Ht, 0.18);
1188
- n(this, le, 8);
1189
- n(this, he, 18);
1190
- n(this, Bt, (i) => {
1186
+ n(this, Qs, 4);
1187
+ n(this, te, 3.5);
1188
+ n(this, ps, 6);
1189
+ n(this, se, 0.08);
1190
+ n(this, ee, 240);
1191
+ n(this, Fs, 1200);
1192
+ n(this, Bt, 1600);
1193
+ n(this, ie, 140);
1194
+ n(this, re, 380);
1195
+ n(this, oe, 650);
1196
+ n(this, ne, 2e3);
1197
+ n(this, ae, 3);
1198
+ n(this, le, 10);
1199
+ n(this, $t, 0.18);
1200
+ n(this, he, 8);
1201
+ n(this, ce, 18);
1202
+ n(this, Nt, (i) => {
1191
1203
  i.preventDefault();
1192
1204
  });
1193
- n(this, ce, () => {
1194
- if (r(this, yt, 0), !(t(this, R) || t(this, g) || t(this, W))) {
1205
+ n(this, ue, () => {
1206
+ if (r(this, yt, 0), !(t(this, R) || t(this, y) || t(this, j))) {
1195
1207
  if (e(this, s, A).call(this)) {
1196
- t(this, h).classList.remove("is-controls-visible");
1208
+ t(this, c).classList.remove("is-controls-visible");
1197
1209
  return;
1198
1210
  }
1199
- t(this, J) || t(this, h).classList.remove("is-pointer-active");
1211
+ t(this, Q) || t(this, c).classList.remove("is-pointer-active");
1200
1212
  }
1201
1213
  });
1202
- n(this, $t, (i) => {
1203
- e(this, s, Wt).call(this, i) && e(this, s, Us).call(this, !0);
1214
+ n(this, Ut, (i) => {
1215
+ e(this, s, Kt).call(this, i) && e(this, s, Ys).call(this, !0);
1204
1216
  });
1205
- n(this, Nt, (i) => {
1206
- e(this, s, Wt).call(this, i) && ((i instanceof PointerEvent || i instanceof MouseEvent) && e(this, s, Oe).call(this, i.clientX, i.clientY), e(this, s, Us).call(this, !0));
1217
+ n(this, Yt, (i) => {
1218
+ e(this, s, Kt).call(this, i) && ((i instanceof PointerEvent || i instanceof MouseEvent) && e(this, s, Ke).call(this, i.clientX, i.clientY), e(this, s, Ys).call(this, !0));
1207
1219
  });
1208
- n(this, As, (i) => {
1209
- e(this, s, Wt).call(this, i) && ((i instanceof PointerEvent || i instanceof MouseEvent) && e(this, s, Oe).call(this, i.clientX, i.clientY), e(this, s, Ke).call(this));
1220
+ n(this, Ss, (i) => {
1221
+ e(this, s, Kt).call(this, i) && ((i instanceof PointerEvent || i instanceof MouseEvent) && e(this, s, Ke).call(this, i.clientX, i.clientY), e(this, s, Ge).call(this));
1210
1222
  });
1211
- n(this, Ut, () => {
1212
- e(this, s, fs).call(this);
1223
+ n(this, Xt, () => {
1224
+ e(this, s, gs).call(this);
1213
1225
  });
1214
1226
  n(this, ut, (i) => {
1215
- e(this, s, Wt).call(this, i) && (r(this, J, !0), t(this, h).classList.add("is-pointer-active"), e(this, s, U).call(this));
1227
+ e(this, s, Kt).call(this, i) && (r(this, Q, !0), t(this, c).classList.add("is-pointer-active"), e(this, s, Y).call(this));
1216
1228
  });
1217
1229
  n(this, pt, () => {
1218
- r(this, J, !1), e(this, s, ms).call(this, t(this, qt));
1230
+ r(this, Q, !1), e(this, s, vs).call(this, t(this, Bt));
1219
1231
  });
1220
- n(this, Ls, () => {
1221
- e(this, s, A).call(this) ? t(this, h).classList.add("is-controls-visible") : t(this, h).classList.add("is-pointer-active"), e(this, s, U).call(this);
1232
+ n(this, Ms, () => {
1233
+ e(this, s, A).call(this) ? t(this, c).classList.add("is-controls-visible") : t(this, c).classList.add("is-pointer-active"), e(this, s, Y).call(this);
1222
1234
  });
1223
- n(this, ue, () => {
1224
- e(this, s, ms).call(this, t(this, qt));
1235
+ n(this, pe, () => {
1236
+ e(this, s, vs).call(this, t(this, Bt));
1225
1237
  });
1226
- n(this, Fs, (i) => {
1238
+ n(this, Vs, (i) => {
1227
1239
  const a = i.currentTarget;
1228
- if (e(this, s, Ys).call(this, a)) {
1229
- t(this, j).style.removeProperty("--sp-control-hover-offset");
1240
+ if (e(this, s, Xs).call(this, a)) {
1241
+ t(this, O).style.removeProperty("--sp-control-hover-offset");
1230
1242
  return;
1231
1243
  }
1232
1244
  const u = Number(a.dataset.spControlIndex ?? 0);
1233
- t(this, j).style.setProperty("--sp-control-hover-offset", `calc(var(--sp-control-slot-size) * ${u})`);
1245
+ t(this, O).style.setProperty("--sp-control-hover-offset", `calc(var(--sp-control-slot-size) * ${u})`);
1234
1246
  });
1235
- n(this, Ss, () => {
1236
- r(this, Et, 0), t(this, rt).forEach((i) => i.classList.remove("is-control-tap-active")), this.style.removeProperty("--sp-touch-control-hover-offset");
1247
+ n(this, zs, () => {
1248
+ r(this, Et, 0), t(this, Z).forEach((i) => i.classList.remove("is-control-tap-active")), this.style.removeProperty("--sp-touch-control-hover-offset");
1237
1249
  });
1238
- n(this, pe, (i) => {
1250
+ n(this, de, (i) => {
1239
1251
  if (!(i instanceof PointerEvent) || i.pointerType !== "touch") return;
1240
1252
  const a = i.currentTarget;
1241
- if (!a || !e(this, s, jt).call(this) || e(this, s, Ys).call(this, a)) return;
1253
+ if (!a || !e(this, s, Gt).call(this) || e(this, s, Xs).call(this, a)) return;
1242
1254
  const l = Number(a.dataset.spControlIndex ?? 0);
1243
- e(this, s, Xs).call(this), t(this, rt).forEach((u) => u.classList.toggle("is-control-tap-active", u === a)), this.style.setProperty("--sp-touch-control-hover-offset", `calc(var(--sp-control-slot-size) * ${l})`), r(this, Et, window.setTimeout(t(this, Ss), 280));
1255
+ e(this, s, _s).call(this), t(this, Z).forEach((u) => u.classList.toggle("is-control-tap-active", u === a)), this.style.setProperty("--sp-touch-control-hover-offset", `calc(var(--sp-control-slot-size) * ${l})`), r(this, Et, window.setTimeout(t(this, zs), 280));
1244
1256
  });
1245
- n(this, Ms, () => {
1246
- if (t(this, lt) || t(this, h).classList.contains("is-progress-settling")) {
1247
- if (e(this, s, _s).call(this), t(this, xt)) {
1248
- t(this, h).classList.remove("is-progress-settling");
1257
+ n(this, Is, () => {
1258
+ if (t(this, lt) || t(this, c).classList.contains("is-progress-settling")) {
1259
+ if (e(this, s, Ws).call(this), t(this, xt)) {
1260
+ t(this, c).classList.remove("is-progress-settling");
1249
1261
  return;
1250
1262
  }
1251
- r(this, xt, !0), r(this, Ps, performance.now() + t(this, re)), e(this, s, E).call(this) || e(this, s, k).call(this), e(this, s, I).call(this), t(this, h).classList.remove("is-progress-settling"), e(this, s, C).call(this);
1263
+ r(this, xt, !0), r(this, Cs, performance.now() + t(this, oe)), e(this, s, E).call(this) || e(this, s, k).call(this), e(this, s, I).call(this), t(this, c).classList.remove("is-progress-settling"), e(this, s, C).call(this);
1252
1264
  }
1253
1265
  });
1254
- n(this, V, () => {
1266
+ n(this, z, () => {
1255
1267
  if (t(this, o).error) {
1256
- e(this, s, Zt).call(this, !0, !0);
1268
+ e(this, s, Jt).call(this, !0, !0);
1257
1269
  return;
1258
1270
  }
1259
- e(this, s, Zt).call(this, !t(this, B) || !t(this, N) || t(this, o).readyState < HTMLMediaElement.HAVE_FUTURE_DATA);
1271
+ e(this, s, Jt).call(this, !t(this, B) || !t(this, U) || t(this, o).readyState < HTMLMediaElement.HAVE_FUTURE_DATA);
1260
1272
  });
1261
- n(this, Yt, () => {
1273
+ n(this, _t, () => {
1262
1274
  if (t(this, o).error || t(this, o).readyState < HTMLMediaElement.HAVE_CURRENT_DATA || t(this, o).videoWidth <= 0 || t(this, o).videoHeight <= 0)
1263
- return t(this, V).call(this), !1;
1264
- if (!t(this, $))
1265
- return e(this, s, Pi).call(this), t(this, V).call(this), !1;
1266
- const i = e(this, s, ei).call(this);
1267
- return t(this, M).call(this), i;
1275
+ return t(this, z).call(this), !1;
1276
+ if (!t(this, N))
1277
+ return e(this, s, Ti).call(this), t(this, z).call(this), !1;
1278
+ const i = e(this, s, ii).call(this);
1279
+ return t(this, V).call(this), i;
1268
1280
  });
1269
- n(this, M, () => {
1281
+ n(this, V, () => {
1270
1282
  if (!this.volumeEnabled) {
1271
- t(this, h).classList.remove("is-volume-unavailable", "is-volume-muted", "is-volume-sound", "is-volume-icon-animating"), t(this, w).disabled = !0, t(this, w).setAttribute("aria-disabled", "true");
1283
+ t(this, c).classList.remove("is-volume-unavailable", "is-volume-muted", "is-volume-sound", "is-volume-icon-animating"), t(this, g).disabled = !0, t(this, g).setAttribute("aria-disabled", "true");
1272
1284
  return;
1273
1285
  }
1274
- r(this, y, e(this, s, Vi).call(this));
1275
- const i = !t(this, y) || t(this, o).muted || t(this, o).volume <= 0, a = t(this, y) && !t(this, o).muted ? t(this, o).volume : 0, l = Math.round(a * 100), u = i ? "muted" : "sound";
1276
- t(this, as) && t(this, as) !== u && e(this, s, gi).call(this), r(this, as, u), t(this, h).classList.toggle("is-volume-unavailable", !t(this, y)), t(this, h).classList.toggle("is-volume-muted", i), t(this, h).classList.toggle("is-volume-sound", !i), t(this, h).style.setProperty("--sp-volume-level", `${l}%`), t(this, w).disabled = !t(this, y), t(this, w).setAttribute("aria-disabled", `${!t(this, y)}`), t(this, w).setAttribute(
1286
+ r(this, w, e(this, s, zi).call(this));
1287
+ const i = !t(this, w) || t(this, o).muted || t(this, o).volume <= 0, a = t(this, w) && !t(this, o).muted ? t(this, o).volume : 0, l = Math.round(a * 100), u = i ? "muted" : "sound";
1288
+ t(this, cs) && t(this, cs) !== u && e(this, s, yi).call(this), r(this, cs, u), t(this, c).classList.toggle("is-volume-unavailable", !t(this, w)), t(this, c).classList.toggle("is-volume-muted", i), t(this, c).classList.toggle("is-volume-sound", !i), t(this, c).style.setProperty("--sp-volume-level", `${l}%`), t(this, g).disabled = !t(this, w), t(this, g).setAttribute("aria-disabled", `${!t(this, w)}`), t(this, g).setAttribute(
1277
1289
  "aria-label",
1278
- t(this, y) ? i ? "Unmute video" : "Mute video" : "Video has no audio"
1290
+ t(this, w) ? i ? "Unmute video" : "Mute video" : "Video has no audio"
1279
1291
  ), t(this, T).setAttribute("aria-valuenow", `${l}`), t(this, T).setAttribute("aria-valuetext", `${l}%`);
1280
1292
  });
1281
1293
  n(this, At, () => {
1282
1294
  const i = document.pictureInPictureElement === t(this, o), a = t(this, o), l = !!(this.pictureInPictureEnabled && document.pictureInPictureEnabled && a.requestPictureInPicture);
1283
- t(this, h).classList.toggle("is-picture-in-picture", i), t(this, et).disabled = !l, t(this, et).setAttribute("aria-label", i ? "Exit picture in picture" : "Enter picture in picture");
1295
+ t(this, c).classList.toggle("is-picture-in-picture", i), t(this, it).disabled = !l, t(this, it).setAttribute("aria-label", i ? "Exit picture in picture" : "Enter picture in picture");
1284
1296
  });
1285
- n(this, Xt, () => {
1286
- const i = e(this, s, js).call(this), a = i === t(this, h) || i === this, l = e(this, s, ni).call(this);
1287
- return t(this, h).classList.toggle("is-fullscreen", a), t(this, it).disabled = !l, t(this, it).setAttribute("aria-label", a ? "Exit fullscreen" : "Enter fullscreen"), a;
1297
+ n(this, Wt, () => {
1298
+ const i = e(this, s, Os).call(this), a = i === t(this, c) || i === this, l = e(this, s, ai).call(this);
1299
+ return t(this, c).classList.toggle("is-fullscreen", a), t(this, rt).disabled = !l, t(this, rt).setAttribute("aria-label", a ? "Exit fullscreen" : "Enter fullscreen"), a;
1288
1300
  });
1289
1301
  n(this, Lt, () => {
1290
- const i = t(this, Xt).call(this);
1291
- e(this, s, Di).call(this, i);
1302
+ const i = t(this, Wt).call(this);
1303
+ e(this, s, qi).call(this, i);
1292
1304
  });
1293
- n(this, Vs, () => {
1294
- !t(this, R) || t(this, g) || (e(this, s, st).call(this), e(this, s, U).call(this), e(this, s, Ft).call(this), r(this, g, !0), t(this, h).classList.add("is-scrubbing"), r(this, L, e(this, s, bt).call(this, t(this, es), !0)), t(this, ot) && t(this, o).pause(), t(this, o).currentTime = t(this, L), e(this, s, k).call(this, t(this, L)), e(this, s, I).call(this, t(this, L)), e(this, s, Gt).call(this), e(this, s, C).call(this));
1305
+ n(this, Rs, () => {
1306
+ !t(this, R) || t(this, y) || (e(this, s, et).call(this), e(this, s, Y).call(this), e(this, s, Ft).call(this), r(this, y, !0), t(this, c).classList.add("is-scrubbing"), r(this, F, e(this, s, bt).call(this, t(this, os), !0)), t(this, ot) && t(this, o).pause(), t(this, o).currentTime = t(this, F), e(this, s, k).call(this, t(this, F)), e(this, s, I).call(this, t(this, F)), e(this, s, ss).call(this), e(this, s, C).call(this));
1295
1307
  });
1296
- n(this, de, (i) => {
1297
- i.stopPropagation(), r(this, ls, !t(this, ls)), e(this, s, Hi).call(this), e(this, s, E).call(this) || t(this, S) ? t(this, z) && (t(this, z).textContent = e(this, s, Ks).call(this, t(this, L))) : e(this, s, Ot).call(this, e(this, s, mt).call(this));
1308
+ n(this, me, (i) => {
1309
+ i.stopPropagation(), r(this, us, !t(this, us)), e(this, s, Bi).call(this), e(this, s, E).call(this) || t(this, M) ? t(this, L) && (t(this, L).textContent = e(this, s, Gs).call(this, t(this, F))) : e(this, s, Qt).call(this, e(this, s, mt).call(this));
1298
1310
  });
1299
- n(this, me, async () => {
1300
- if (performance.now() < t(this, ks))
1311
+ n(this, fe, async () => {
1312
+ if (performance.now() < t(this, Es))
1301
1313
  return;
1302
- const i = t(this, F) ? t(this, F) !== "playing" : t(this, o).paused || t(this, o).ended, a = !i || e(this, s, xi).call(this);
1303
- e(this, s, tt).call(this), a && (r(this, F, i ? "playing" : "paused"), e(this, s, C).call(this)), i ? (e(this, s, st).call(this), await e(this, s, dt).call(this), await t(this, o).play().catch(() => {
1304
- r(this, F, null);
1305
- })) : (e(this, s, Ti).call(this), t(this, o).pause()), e(this, s, C).call(this), e(this, s, Q).call(this);
1314
+ const i = t(this, S) ? t(this, S) !== "playing" : t(this, o).paused || t(this, o).ended, a = !i || e(this, s, ki).call(this);
1315
+ e(this, s, st).call(this), a && (r(this, S, i ? "playing" : "paused"), e(this, s, C).call(this)), i ? (e(this, s, et).call(this), await e(this, s, dt).call(this), await t(this, o).play().catch(() => {
1316
+ r(this, S, null);
1317
+ })) : (e(this, s, Ei).call(this), t(this, o).pause()), e(this, s, C).call(this), e(this, s, tt).call(this);
1306
1318
  });
1307
- n(this, fe, (i) => {
1319
+ n(this, be, (i) => {
1308
1320
  if (!(i instanceof PointerEvent)) return;
1309
- const a = t(this, Y).getBoundingClientRect(), l = i.clientX >= a.left && i.clientX <= a.right && i.clientY >= a.top && i.clientY <= a.bottom, u = t(this, X).getBoundingClientRect(), f = i.clientX >= u.left && i.clientX <= u.right && i.clientY >= u.top && i.clientY <= u.bottom, v = t(this, m).getBoundingClientRect(), qs = i.clientX >= v.left && i.clientX <= v.right && i.clientY >= v.top && i.clientY <= v.bottom, ps = e(this, s, tt).call(this);
1310
- ps && l && r(this, ks, performance.now() + 260), ps && (f || qs) && r(this, rs, performance.now() + 260), e(this, s, dt).call(this);
1321
+ const a = t(this, X).getBoundingClientRect(), l = i.clientX >= a.left && i.clientX <= a.right && i.clientY >= a.top && i.clientY <= a.bottom, u = t(this, _).getBoundingClientRect(), f = i.clientX >= u.left && i.clientX <= u.right && i.clientY >= u.top && i.clientY <= u.bottom, v = t(this, m).getBoundingClientRect(), Hs = i.clientX >= v.left && i.clientX <= v.right && i.clientY >= v.top && i.clientY <= v.bottom, fs = e(this, s, st).call(this);
1322
+ fs && l && r(this, Es, performance.now() + 260), fs && (f || Hs) && r(this, as, performance.now() + 260), e(this, s, dt).call(this);
1311
1323
  });
1312
- n(this, be, (i) => {
1324
+ n(this, ve, (i) => {
1313
1325
  i.stopPropagation();
1314
1326
  });
1315
- n(this, cs, () => {
1316
- r(this, Pt, 0), !(t(this, ct) || t(this, W)) && t(this, w).classList.remove("is-volume-open");
1317
- });
1318
- n(this, Is, () => {
1319
- e(this, s, A).call(this) || !this.volumeSliderEnabled || !t(this, y) || (r(this, ct, !0), e(this, s, li).call(this));
1327
+ n(this, ds, () => {
1328
+ r(this, Pt, 0), !(t(this, ct) || t(this, j)) && t(this, g).classList.remove("is-volume-open");
1320
1329
  });
1321
- n(this, zs, () => {
1322
- e(this, s, A).call(this) || !this.volumeSliderEnabled || !t(this, y) || (r(this, ct, !1), e(this, s, hi).call(this));
1330
+ n(this, jt, () => {
1331
+ e(this, s, A).call(this) || !this.volumeSliderEnabled || !t(this, w) || (r(this, ct, !0), e(this, s, hi).call(this));
1323
1332
  });
1324
- n(this, ve, (i) => {
1325
- !this.volumeEnabled || !t(this, y) || (i.preventDefault(), i.stopPropagation(), !(!e(this, s, jt).call(this) || e(this, s, bs).call(this)) && (e(this, s, tt).call(this), t(this, cs).call(this), t(this, o).muted || t(this, o).volume <= 0 ? (t(this, o).volume <= 0 && (t(this, o).volume = 0.7), t(this, o).muted = !1) : t(this, o).muted = !0, t(this, M).call(this), e(this, s, Q).call(this)));
1333
+ n(this, Ot, () => {
1334
+ e(this, s, A).call(this) || !this.volumeSliderEnabled || !t(this, w) || (r(this, ct, !1), e(this, s, ci).call(this));
1326
1335
  });
1327
1336
  n(this, ge, (i) => {
1328
- i instanceof PointerEvent && (!this.volumeEnabled || !this.volumeSliderEnabled || !t(this, y) || e(this, s, A).call(this) || (i.preventDefault(), i.stopPropagation(), e(this, s, tt).call(this), e(this, s, U).call(this), e(this, s, li).call(this), r(this, W, !0), r(this, x, i.pointerId), t(this, Z).classList.add("is-scrubbing-volume"), t(this, T).setPointerCapture(i.pointerId), e(this, s, oi).call(this, i.clientY)));
1337
+ !this.volumeEnabled || !t(this, w) || (i.preventDefault(), i.stopPropagation(), !(!e(this, s, Gt).call(this) || e(this, s, ys).call(this)) && (e(this, s, st).call(this), t(this, ds).call(this), t(this, o).muted || t(this, o).volume <= 0 ? (t(this, o).volume <= 0 && (t(this, o).volume = 0.7), t(this, o).muted = !1) : t(this, o).muted = !0, t(this, V).call(this), e(this, s, tt).call(this)));
1329
1338
  });
1330
1339
  n(this, ye, (i) => {
1331
- i instanceof PointerEvent && t(this, W) && (t(this, x) !== null && i.pointerId !== t(this, x) || (i.preventDefault(), i.stopPropagation(), e(this, s, oi).call(this, i.clientY)));
1340
+ i instanceof PointerEvent && (!this.volumeEnabled || !this.volumeSliderEnabled || !t(this, w) || e(this, s, A).call(this) || (i.preventDefault(), i.stopPropagation(), e(this, s, st).call(this), e(this, s, Y).call(this), e(this, s, hi).call(this), r(this, j, !0), r(this, x, i.pointerId), t(this, $).classList.add("is-scrubbing-volume"), t(this, T).setPointerCapture(i.pointerId), e(this, s, ni).call(this, i.clientY)));
1332
1341
  });
1333
1342
  n(this, we, (i) => {
1334
- i instanceof PointerEvent && (t(this, x) !== null && i.pointerId !== t(this, x) || (i.stopPropagation(), e(this, s, Jt).call(this, i.pointerId), e(this, s, Q).call(this)));
1343
+ i instanceof PointerEvent && t(this, j) && (t(this, x) !== null && i.pointerId !== t(this, x) || (i.preventDefault(), i.stopPropagation(), e(this, s, ni).call(this, i.clientY)));
1335
1344
  });
1336
1345
  n(this, xe, (i) => {
1337
- i instanceof PointerEvent && (t(this, x) !== null && i.pointerId !== t(this, x) || (i.stopPropagation(), e(this, s, Jt).call(this, i.pointerId)));
1346
+ i instanceof PointerEvent && (t(this, x) !== null && i.pointerId !== t(this, x) || (i.stopPropagation(), e(this, s, es).call(this, i.pointerId), e(this, s, tt).call(this)));
1338
1347
  });
1339
1348
  n(this, ke, (i) => {
1340
- if (!(i instanceof KeyboardEvent) || !this.volumeEnabled || !t(this, y) || !["ArrowUp", "ArrowDown", "Home", "End"].includes(i.key)) return;
1349
+ i instanceof PointerEvent && (t(this, x) !== null && i.pointerId !== t(this, x) || (i.stopPropagation(), e(this, s, es).call(this, i.pointerId)));
1350
+ });
1351
+ n(this, Pe, (i) => {
1352
+ if (!(i instanceof KeyboardEvent) || !this.volumeEnabled || !t(this, w) || !["ArrowUp", "ArrowDown", "Home", "End"].includes(i.key)) return;
1341
1353
  i.preventDefault(), i.stopPropagation();
1342
1354
  const a = i.shiftKey ? 0.1 : 0.05, l = i.key === "Home" ? 0 : i.key === "End" ? 1 : t(this, o).volume + (i.key === "ArrowUp" ? a : -a);
1343
- t(this, o).volume = Math.min(1, Math.max(0, l)), t(this, o).muted = t(this, o).volume <= 0, t(this, M).call(this);
1355
+ t(this, o).volume = Math.min(1, Math.max(0, l)), t(this, o).muted = t(this, o).volume <= 0, t(this, V).call(this);
1344
1356
  });
1345
- n(this, Pe, async () => {
1357
+ n(this, Te, async () => {
1346
1358
  const i = t(this, o);
1347
- if (!(!this.pictureInPictureEnabled || !document.pictureInPictureEnabled || !i.requestPictureInPicture) && !(!e(this, s, jt).call(this) || e(this, s, bs).call(this))) {
1348
- e(this, s, tt).call(this);
1359
+ if (!(!this.pictureInPictureEnabled || !document.pictureInPictureEnabled || !i.requestPictureInPicture) && !(!e(this, s, Gt).call(this) || e(this, s, ys).call(this))) {
1360
+ e(this, s, st).call(this);
1349
1361
  try {
1350
1362
  await e(this, s, dt).call(this), document.pictureInPictureElement === t(this, o) ? await document.exitPictureInPicture() : await i.requestPictureInPicture();
1351
1363
  } catch {
1352
1364
  } finally {
1353
- t(this, At).call(this), e(this, s, Q).call(this);
1365
+ t(this, At).call(this), e(this, s, tt).call(this);
1354
1366
  }
1355
1367
  }
1356
1368
  });
1357
- n(this, Te, async (i) => {
1358
- if (e(this, s, ni).call(this) && (i.preventDefault(), i.stopPropagation(), !(!e(this, s, jt).call(this) || e(this, s, bs).call(this)))) {
1359
- e(this, s, Wt).call(this, i), e(this, s, tt).call(this);
1369
+ n(this, Ee, async (i) => {
1370
+ if (e(this, s, ai).call(this) && (i.preventDefault(), i.stopPropagation(), !(!e(this, s, Gt).call(this) || e(this, s, ys).call(this)))) {
1371
+ e(this, s, Kt).call(this, i), e(this, s, st).call(this);
1360
1372
  try {
1361
- const a = e(this, s, js).call(this);
1362
- a === t(this, h) || a === this ? await e(this, s, Ri).call(this) : (await e(this, s, dt).call(this), Zi(t(this, h)) ? await e(this, s, Ii).call(this) : e(this, s, zi).call(this));
1373
+ const a = e(this, s, Os).call(this);
1374
+ a === t(this, c) || a === this ? await e(this, s, Di).call(this) : (await e(this, s, dt).call(this), Zi(t(this, c)) ? await e(this, s, Ii).call(this) : e(this, s, Ri).call(this));
1363
1375
  } catch {
1364
1376
  } finally {
1365
- t(this, Xt).call(this), e(this, s, Q).call(this);
1377
+ t(this, Wt).call(this), e(this, s, tt).call(this);
1366
1378
  }
1367
1379
  }
1368
1380
  });
1369
- n(this, Rs, (i) => {
1370
- e(this, s, A).call(this) || e(this, s, E).call(this) || !(i instanceof PointerEvent) && !(i instanceof MouseEvent) || (r(this, S, !0), t(this, h).classList.add("is-progress-hovering"), e(this, s, bt).call(this, i.clientX, !1, !1));
1381
+ n(this, Ds, (i) => {
1382
+ e(this, s, A).call(this) || e(this, s, E).call(this) || !(i instanceof PointerEvent) && !(i instanceof MouseEvent) || (r(this, M, !0), t(this, c).classList.add("is-progress-hovering"), e(this, s, bt).call(this, i.clientX, !1, !1));
1371
1383
  });
1372
- n(this, Ds, () => {
1384
+ n(this, qs, () => {
1373
1385
  e(this, s, E).call(this) || e(this, s, Ze).call(this);
1374
1386
  });
1375
- n(this, Ee, (i) => {
1387
+ n(this, Ce, (i) => {
1376
1388
  if (i instanceof PointerEvent) {
1377
- if (i.preventDefault(), !e(this, s, jt).call(this) || e(this, s, bs).call(this)) {
1378
- e(this, s, tt).call(this), e(this, s, A).call(this) && r(this, rs, performance.now() + 260);
1389
+ if (i.preventDefault(), !e(this, s, Gt).call(this) || e(this, s, ys).call(this)) {
1390
+ e(this, s, st).call(this), e(this, s, A).call(this) && r(this, as, performance.now() + 260);
1379
1391
  return;
1380
1392
  }
1381
- e(this, s, tt).call(this), e(this, s, U).call(this), t(this, Ms).call(this), r(this, _, !1), r(this, gt, !1), e(this, s, Li).call(this, e(this, s, mt).call(this)), r(this, R, !0), r(this, P, i.pointerId), r(this, es, i.clientX), r(this, ot, !t(this, o).paused && !t(this, o).ended), t(this, m).setPointerCapture(i.pointerId), r(this, L, e(this, s, bt).call(this, i.clientX, !1)), e(this, s, Ft).call(this), r(this, Vt, window.setTimeout(t(this, Vs), t(this, se)));
1393
+ e(this, s, st).call(this), e(this, s, Y).call(this), t(this, Is).call(this), r(this, W, !1), r(this, gt, !1), e(this, s, Fi).call(this, e(this, s, mt).call(this)), r(this, R, !0), r(this, P, i.pointerId), r(this, os, i.clientX), r(this, ot, !t(this, o).paused && !t(this, o).ended), t(this, m).setPointerCapture(i.pointerId), r(this, F, e(this, s, bt).call(this, i.clientX, !1)), e(this, s, Ft).call(this), r(this, zt, window.setTimeout(t(this, Rs), t(this, ee)));
1382
1394
  }
1383
1395
  });
1384
- n(this, Ce, (i) => {
1396
+ n(this, Ae, (i) => {
1385
1397
  if (!(i instanceof KeyboardEvent) || !Number.isFinite(t(this, o).duration) || t(this, o).duration <= 0 || !["ArrowLeft", "ArrowRight", "Home", "End", "PageUp", "PageDown"].includes(i.key)) return;
1386
- i.preventDefault(), i.stopPropagation(), t(this, Ls).call(this);
1398
+ i.preventDefault(), i.stopPropagation(), t(this, Ms).call(this);
1387
1399
  const a = e(this, s, mt).call(this), l = i.shiftKey ? 10 : 5, u = Math.max(10, t(this, o).duration * 0.1), f = i.key === "Home" ? 0 : i.key === "End" ? t(this, o).duration : i.key === "PageUp" ? a + u : i.key === "PageDown" ? a - u : a + (i.key === "ArrowRight" ? l : -l);
1388
1400
  t(this, o).currentTime = Math.min(t(this, o).duration, Math.max(0, f)), e(this, s, k).call(this, t(this, o).currentTime), e(this, s, I).call(this, t(this, o).currentTime);
1389
1401
  });
1390
- n(this, Ae, (i) => {
1402
+ n(this, Le, (i) => {
1391
1403
  if (i instanceof PointerEvent) {
1392
1404
  if (!t(this, R)) {
1393
- e(this, s, A).call(this) || (r(this, S, !0), t(this, h).classList.add("is-progress-hovering"), e(this, s, bt).call(this, i.clientX, !1, !1));
1405
+ e(this, s, A).call(this) || (r(this, M, !0), t(this, c).classList.add("is-progress-hovering"), e(this, s, bt).call(this, i.clientX, !1, !1));
1394
1406
  return;
1395
1407
  }
1396
- t(this, P) !== null && i.pointerId !== t(this, P) || (!t(this, g) && Math.abs(i.clientX - t(this, es)) >= t(this, Js) && t(this, Vs).call(this), t(this, g) && r(this, L, e(this, s, bt).call(this, i.clientX)));
1408
+ t(this, P) !== null && i.pointerId !== t(this, P) || (!t(this, y) && Math.abs(i.clientX - t(this, os)) >= t(this, Qs) && t(this, Rs).call(this), t(this, y) && r(this, F, e(this, s, bt).call(this, i.clientX)));
1397
1409
  }
1398
1410
  });
1399
- n(this, Le, (i) => {
1400
- i instanceof PointerEvent && (t(this, P) !== null && i.pointerId !== t(this, P) || e(this, s, ai).call(this, i.clientX, i.pointerId, !0));
1401
- });
1402
1411
  n(this, Fe, (i) => {
1403
- i instanceof PointerEvent && (t(this, P) !== null && i.pointerId !== t(this, P) || e(this, s, Os).call(this, i.pointerId));
1412
+ i instanceof PointerEvent && (t(this, P) !== null && i.pointerId !== t(this, P) || e(this, s, li).call(this, i.clientX, i.pointerId, !0));
1404
1413
  });
1405
1414
  n(this, Se, (i) => {
1415
+ i instanceof PointerEvent && (t(this, P) !== null && i.pointerId !== t(this, P) || e(this, s, Ks).call(this, i.pointerId));
1416
+ });
1417
+ n(this, Me, (i) => {
1406
1418
  if (i instanceof PointerEvent) {
1407
1419
  if (t(this, x) !== null && i.pointerId === t(this, x)) {
1408
- e(this, s, Jt).call(this, i.pointerId);
1420
+ e(this, s, es).call(this, i.pointerId);
1409
1421
  return;
1410
1422
  }
1411
- t(this, P) === null || i.pointerId !== t(this, P) || e(this, s, ai).call(this, i.clientX, i.pointerId, !0);
1423
+ t(this, P) === null || i.pointerId !== t(this, P) || e(this, s, li).call(this, i.clientX, i.pointerId, !0);
1412
1424
  }
1413
1425
  });
1414
- n(this, Me, (i) => {
1426
+ n(this, Ve, (i) => {
1415
1427
  if (i instanceof PointerEvent) {
1416
1428
  if (t(this, x) !== null && i.pointerId === t(this, x)) {
1417
- e(this, s, Jt).call(this, i.pointerId);
1429
+ e(this, s, es).call(this, i.pointerId);
1418
1430
  return;
1419
1431
  }
1420
- t(this, P) === null || i.pointerId !== t(this, P) || e(this, s, Os).call(this, i.pointerId);
1432
+ t(this, P) === null || i.pointerId !== t(this, P) || e(this, s, Ks).call(this, i.pointerId);
1421
1433
  }
1422
1434
  });
1423
- n(this, Ve, () => {
1424
- e(this, s, Jt).call(this, t(this, x)), e(this, s, Os).call(this, t(this, P));
1435
+ n(this, ze, () => {
1436
+ e(this, s, es).call(this, t(this, x)), e(this, s, Ks).call(this, t(this, P));
1425
1437
  });
1426
1438
  n(this, Ie, () => {
1427
- e(this, s, js).call(this) || e(this, s, fs).call(this);
1428
- });
1429
- n(this, ze, () => {
1430
- r(this, F, null), e(this, s, st).call(this), e(this, s, E).call(this) || e(this, s, k).call(this), e(this, s, C).call(this);
1439
+ e(this, s, Os).call(this) || e(this, s, gs).call(this);
1431
1440
  });
1432
1441
  n(this, Re, () => {
1433
- r(this, F, null), e(this, s, E).call(this) || e(this, s, ri).call(this), t(this, V).call(this), e(this, s, C).call(this);
1442
+ r(this, S, null), e(this, s, et).call(this), e(this, s, E).call(this) || e(this, s, k).call(this), e(this, s, C).call(this);
1434
1443
  });
1435
1444
  n(this, De, () => {
1436
- r(this, F, null), e(this, s, st).call(this), e(this, s, E).call(this) || e(this, s, k).call(this), e(this, s, C).call(this);
1445
+ r(this, S, null), e(this, s, E).call(this) || e(this, s, oi).call(this), t(this, z).call(this), e(this, s, C).call(this);
1437
1446
  });
1438
1447
  n(this, qe, () => {
1439
- e(this, s, Zt).call(this, !0, !0);
1440
- });
1441
- n(this, us, () => {
1442
- e(this, s, Zt).call(this, !0);
1448
+ r(this, S, null), e(this, s, et).call(this), e(this, s, E).call(this) || e(this, s, k).call(this), e(this, s, C).call(this);
1443
1449
  });
1444
1450
  n(this, He, () => {
1445
- e(this, s, st).call(this), r(this, y, !0), t(this, M).call(this), e(this, s, E).call(this) || e(this, s, k).call(this), t(this, V).call(this), e(this, s, I).call(this);
1451
+ e(this, s, Jt).call(this, !0, !0);
1452
+ });
1453
+ n(this, ms, () => {
1454
+ e(this, s, Jt).call(this, !0);
1446
1455
  });
1447
1456
  n(this, Be, () => {
1448
- const i = t(this, Yt).call(this);
1449
- t(this, M).call(this), i && !e(this, s, E).call(this) && e(this, s, k).call(this), e(this, s, C).call(this);
1457
+ e(this, s, et).call(this), r(this, w, !0), t(this, V).call(this), e(this, s, E).call(this) || e(this, s, k).call(this), t(this, z).call(this), e(this, s, I).call(this);
1450
1458
  });
1451
1459
  n(this, $e, () => {
1452
- if (e(this, s, st).call(this), t(this, V).call(this), t(this, _) && (!t(this, gt) || t(this, o).readyState >= HTMLMediaElement.HAVE_FUTURE_DATA)) {
1453
- e(this, s, si).call(this), e(this, s, C).call(this);
1460
+ const i = t(this, _t).call(this);
1461
+ t(this, V).call(this), i && !e(this, s, E).call(this) && e(this, s, k).call(this), e(this, s, C).call(this);
1462
+ });
1463
+ n(this, Ne, () => {
1464
+ if (e(this, s, et).call(this), t(this, z).call(this), t(this, W) && (!t(this, gt) || t(this, o).readyState >= HTMLMediaElement.HAVE_FUTURE_DATA)) {
1465
+ e(this, s, ei).call(this), e(this, s, C).call(this);
1454
1466
  return;
1455
1467
  }
1456
1468
  e(this, s, E).call(this) || e(this, s, k).call(this), e(this, s, I).call(this);
1457
1469
  });
1458
- n(this, Ne, () => {
1459
- r(this, F, null), r(this, $, !1), r(this, N, !1), r(this, O, !1), r(this, K, !1), r(this, G, t(this, G) + 1), t(this, h).classList.remove("has-visible-frame"), e(this, s, Zt).call(this, !0, !0), e(this, s, C).call(this), e(this, s, ki).call(this);
1460
- });
1461
1470
  n(this, Ue, () => {
1462
- t(this, M).call(this), e(this, s, I).call(this);
1471
+ r(this, S, null), r(this, N, !1), r(this, U, !1), r(this, K, !1), r(this, G, !1), r(this, J, t(this, J) + 1), t(this, c).classList.remove("has-visible-frame"), e(this, s, Jt).call(this, !0, !0), e(this, s, C).call(this), e(this, s, Pi).call(this);
1463
1472
  });
1464
1473
  n(this, Ye, () => {
1465
- t(this, M).call(this);
1474
+ t(this, V).call(this), e(this, s, I).call(this);
1466
1475
  });
1467
- r(this, b, this.attachShadow({ mode: "open" })), t(this, b).append(mi.content.cloneNode(!0));
1476
+ n(this, Xe, () => {
1477
+ t(this, V).call(this);
1478
+ });
1479
+ r(this, b, this.attachShadow({ mode: "open" })), t(this, b).append(fi.content.cloneNode(!0));
1468
1480
  }
1469
1481
  get src() {
1470
1482
  return this.getAttribute("src") ?? "";
1471
1483
  }
1472
1484
  set src(i) {
1473
- e(this, s, Hs).call(this, "src", i);
1485
+ e(this, s, Bs).call(this, "src", i);
1474
1486
  }
1475
1487
  get aspectRatio() {
1476
- return this.getAttribute("aspect-ratio") || di;
1488
+ return this.getAttribute("aspect-ratio") || mi;
1477
1489
  }
1478
1490
  set aspectRatio(i) {
1479
- e(this, s, Hs).call(this, "aspect-ratio", i);
1491
+ e(this, s, Bs).call(this, "aspect-ratio", i);
1480
1492
  }
1481
1493
  get preloadMargin() {
1482
- return this.getAttribute("preload-margin") || Yi;
1494
+ return this.getAttribute("preload-margin") || Xi;
1483
1495
  }
1484
1496
  set preloadMargin(i) {
1485
- e(this, s, Hs).call(this, "preload-margin", i);
1497
+ e(this, s, Bs).call(this, "preload-margin", i);
1486
1498
  }
1487
1499
  get autoplayEnabled() {
1488
1500
  return !this.hasAttribute("disable-autoplay") && !this.hasAttribute("no-autoplay");
@@ -1518,7 +1530,7 @@ class fi extends HTMLElement {
1518
1530
  return this.controlsEnabled && !this.hasAttribute("disable-volume") && !this.hasAttribute("no-volume");
1519
1531
  }
1520
1532
  set volumeEnabled(i) {
1521
- e(this, s, Bs).call(this, "volume", i);
1533
+ e(this, s, $s).call(this, "volume", i);
1522
1534
  }
1523
1535
  get volumeSliderEnabled() {
1524
1536
  return !this.hasAttribute("disable-volume-slider") && !this.hasAttribute("no-volume-slider");
@@ -1534,61 +1546,61 @@ class fi extends HTMLElement {
1534
1546
  return this.controlsEnabled && !this.hasAttribute("disable-picture-in-picture") && !this.hasAttribute("no-picture-in-picture");
1535
1547
  }
1536
1548
  set pictureInPictureEnabled(i) {
1537
- e(this, s, Bs).call(this, "picture-in-picture", i);
1549
+ e(this, s, $s).call(this, "picture-in-picture", i);
1538
1550
  }
1539
1551
  get fullscreenEnabled() {
1540
1552
  return this.controlsEnabled && !this.hasAttribute("disable-fullscreen") && !this.hasAttribute("no-fullscreen");
1541
1553
  }
1542
1554
  set fullscreenEnabled(i) {
1543
- e(this, s, Bs).call(this, "fullscreen", i);
1555
+ e(this, s, $s).call(this, "fullscreen", i);
1544
1556
  }
1545
1557
  connectedCallback() {
1546
- r(this, h, t(this, b).querySelector("[data-sp-player]")), r(this, o, t(this, b).querySelector("[data-sp-video]")), r(this, Y, t(this, b).querySelector("[data-sp-button]")), r(this, m, t(this, b).querySelector("[data-sp-progress-track]")), r(this, X, t(this, b).querySelector("[data-sp-control-tray]")), r(this, j, t(this, b).querySelector("[data-sp-control-tray-slots]")), r(this, Gs, t(this, b).querySelector("[data-sp-tray-time]")), r(this, z, t(this, b).querySelector("[data-sp-tray-time-text]")), r(this, ss, t(this, b).querySelector("[data-sp-time]")), r(this, xs, t(this, b).querySelector("[data-sp-time-text]")), r(this, w, t(this, b).querySelector("[data-sp-volume-control]")), r(this, Z, t(this, b).querySelector("[data-sp-volume-popover]")), r(this, T, t(this, b).querySelector("[data-sp-volume-track]")), r(this, et, t(this, b).querySelector("[data-sp-picture-in-picture-control]")), r(this, it, t(this, b).querySelector("[data-sp-fullscreen-control]")), r(this, rt, [t(this, w), t(this, et), t(this, it)]), e(this, s, _e).call(this), t(this, ts) || (e(this, s, bi).call(this), r(this, ts, !0)), e(this, s, ds).call(this), e(this, s, Ns).call(this), e(this, s, We).call(this), e(this, s, $s).call(this), t(this, V).call(this), t(this, M).call(this), t(this, At).call(this), t(this, Xt).call(this), e(this, s, C).call(this);
1558
+ r(this, c, t(this, b).querySelector("[data-sp-player]")), r(this, o, t(this, b).querySelector("[data-sp-video]")), r(this, X, t(this, b).querySelector("[data-sp-button]")), r(this, m, t(this, b).querySelector("[data-sp-progress-track]")), r(this, _, t(this, b).querySelector("[data-sp-control-tray]")), r(this, O, t(this, b).querySelector("[data-sp-control-tray-slots]")), r(this, Js, t(this, b).querySelector("[data-sp-tray-time]")), r(this, L, t(this, b).querySelector("[data-sp-tray-time-text]")), r(this, rs, t(this, b).querySelector("[data-sp-time]")), r(this, Ts, t(this, b).querySelector("[data-sp-time-text]")), r(this, g, t(this, b).querySelector("[data-sp-volume-control]")), r(this, $, t(this, b).querySelector("[data-sp-volume-popover]")), r(this, T, t(this, b).querySelector("[data-sp-volume-track]")), r(this, it, t(this, b).querySelector("[data-sp-picture-in-picture-control]")), r(this, rt, t(this, b).querySelector("[data-sp-fullscreen-control]")), r(this, Z, [t(this, g), t(this, it), t(this, rt)]), e(this, s, We).call(this), t(this, is) || (e(this, s, vi).call(this), r(this, is, !0)), e(this, s, bs).call(this), e(this, s, Us).call(this), e(this, s, je).call(this), e(this, s, Ns).call(this), t(this, z).call(this), t(this, V).call(this), t(this, At).call(this), t(this, Wt).call(this), e(this, s, C).call(this);
1547
1559
  }
1548
1560
  disconnectedCallback() {
1549
- t(this, H)?.disconnect(), r(this, H, null), t(this, Qt).forEach((i) => i()), r(this, Qt, []), r(this, ts, !1), e(this, s, U).call(this), e(this, s, Ge).call(this), e(this, s, vs).call(this), e(this, s, _s).call(this), e(this, s, Ft).call(this), e(this, s, gs).call(this), e(this, s, ws).call(this), e(this, s, Je).call(this), e(this, s, Xs).call(this), t(this, h).classList.remove("is-volume-icon-animating"), t(this, j).style.removeProperty("--sp-control-hover-offset"), this.style.removeProperty("--sp-touch-control-hover-offset"), e(this, s, Kt).call(this), r(this, S, !1), t(this, h).classList.remove("is-progress-hovering"), r(this, W, !1), r(this, ct, !1), r(this, J, !1), r(this, x, null), t(this, w).classList.remove("is-volume-open"), t(this, rt).forEach((i) => i.classList.remove("is-control-tap-active")), t(this, h).classList.remove("is-pointer-active"), e(this, s, Gt).call(this);
1561
+ t(this, H)?.disconnect(), r(this, H, null), t(this, St).forEach((i) => i()), r(this, St, []), r(this, is, !1), e(this, s, Y).call(this), e(this, s, Je).call(this), e(this, s, ws).call(this), e(this, s, Ws).call(this), e(this, s, Ft).call(this), e(this, s, xs).call(this), e(this, s, Ps).call(this), e(this, s, Qe).call(this), e(this, s, _s).call(this), t(this, c).classList.remove("is-volume-icon-animating"), t(this, O).style.removeProperty("--sp-control-hover-offset"), this.style.removeProperty("--sp-touch-control-hover-offset"), e(this, s, ts).call(this), r(this, M, !1), t(this, c).classList.remove("is-progress-hovering"), r(this, j, !1), r(this, ct, !1), r(this, Q, !1), r(this, x, null), t(this, g).classList.remove("is-volume-open"), t(this, Z).forEach((i) => i.classList.remove("is-control-tap-active")), t(this, c).classList.remove("is-pointer-active"), e(this, s, ss).call(this);
1550
1562
  }
1551
1563
  attributeChangedCallback(i, a, l) {
1552
1564
  if (a !== l) {
1553
1565
  if (i === "aspect-ratio") {
1554
- e(this, s, _e).call(this);
1566
+ e(this, s, We).call(this);
1555
1567
  return;
1556
1568
  }
1557
1569
  if (i === "preload-margin" && this.isConnected) {
1558
- t(this, H)?.disconnect(), e(this, s, Ns).call(this);
1570
+ t(this, H)?.disconnect(), e(this, s, Us).call(this);
1559
1571
  return;
1560
1572
  }
1561
1573
  if (i === "src" && this.isConnected) {
1562
- e(this, s, Bi).call(this), e(this, s, Ns).call(this);
1574
+ e(this, s, $i).call(this), e(this, s, Us).call(this);
1563
1575
  return;
1564
1576
  }
1565
1577
  if ((i === "disable-autoplay" || i === "no-autoplay") && this.isConnected) {
1566
- e(this, s, ds).call(this), t(this, M).call(this), e(this, s, C).call(this);
1578
+ e(this, s, bs).call(this), t(this, V).call(this), e(this, s, C).call(this);
1567
1579
  return;
1568
1580
  }
1569
1581
  if (i === "show-time" && this.isConnected) {
1570
- e(this, s, $s).call(this);
1582
+ e(this, s, Ns).call(this);
1571
1583
  return;
1572
1584
  }
1573
- (i === "controls" || i.startsWith("enable-") || i.startsWith("disable-") || i.startsWith("no-")) && this.isConnected && (e(this, s, We).call(this), t(this, M).call(this), t(this, At).call(this), t(this, Xt).call(this), e(this, s, $s).call(this));
1585
+ (i === "controls" || i.startsWith("enable-") || i.startsWith("disable-") || i.startsWith("no-")) && this.isConnected && (e(this, s, je).call(this), t(this, V).call(this), t(this, At).call(this), t(this, Wt).call(this), e(this, s, Ns).call(this));
1574
1586
  }
1575
1587
  }
1576
1588
  }
1577
- b = new WeakMap(), Qt = new WeakMap(), H = new WeakMap(), ts = new WeakMap(), B = new WeakMap(), h = new WeakMap(), o = new WeakMap(), Y = new WeakMap(), m = new WeakMap(), X = new WeakMap(), j = new WeakMap(), Gs = new WeakMap(), z = new WeakMap(), ss = new WeakMap(), xs = new WeakMap(), w = new WeakMap(), Z = new WeakMap(), T = new WeakMap(), et = new WeakMap(), it = new WeakMap(), rt = new WeakMap(), vt = new WeakMap(), g = new WeakMap(), R = new WeakMap(), ot = new WeakMap(), L = new WeakMap(), St = new WeakMap(), nt = new WeakMap(), Mt = new WeakMap(), _ = new WeakMap(), gt = new WeakMap(), es = new WeakMap(), Vt = new WeakMap(), P = new WeakMap(), F = new WeakMap(), is = new WeakMap(), at = new WeakMap(), yt = new WeakMap(), wt = new WeakMap(), lt = new WeakMap(), ks = new WeakMap(), rs = new WeakMap(), $ = new WeakMap(), N = new WeakMap(), O = new WeakMap(), K = new WeakMap(), G = new WeakMap(), It = new WeakMap(), xt = new WeakMap(), Ps = new WeakMap(), zt = new WeakMap(), Ts = new WeakMap(), Es = new WeakMap(), kt = new WeakMap(), D = new WeakMap(), ht = new WeakMap(), Rt = new WeakMap(), S = new WeakMap(), y = new WeakMap(), J = new WeakMap(), os = new WeakMap(), ns = new WeakMap(), Dt = new WeakMap(), W = new WeakMap(), ct = new WeakMap(), x = new WeakMap(), Pt = new WeakMap(), Tt = new WeakMap(), Et = new WeakMap(), as = new WeakMap(), ls = new WeakMap(), Ct = new WeakMap(), Js = new WeakMap(), Qs = new WeakMap(), hs = new WeakMap(), te = new WeakMap(), se = new WeakMap(), Cs = new WeakMap(), qt = new WeakMap(), ee = new WeakMap(), ie = new WeakMap(), re = new WeakMap(), oe = new WeakMap(), ne = new WeakMap(), ae = new WeakMap(), Ht = new WeakMap(), le = new WeakMap(), he = new WeakMap(), s = new WeakSet(), Hs = function(i, a) {
1589
+ b = new WeakMap(), St = new WeakMap(), H = new WeakMap(), is = new WeakMap(), B = new WeakMap(), c = new WeakMap(), o = new WeakMap(), X = new WeakMap(), m = new WeakMap(), _ = new WeakMap(), O = new WeakMap(), Js = new WeakMap(), L = new WeakMap(), rs = new WeakMap(), Ts = new WeakMap(), g = new WeakMap(), $ = new WeakMap(), T = new WeakMap(), it = new WeakMap(), rt = new WeakMap(), Z = new WeakMap(), vt = new WeakMap(), y = new WeakMap(), R = new WeakMap(), ot = new WeakMap(), F = new WeakMap(), Mt = new WeakMap(), nt = new WeakMap(), Vt = new WeakMap(), W = new WeakMap(), gt = new WeakMap(), os = new WeakMap(), zt = new WeakMap(), P = new WeakMap(), S = new WeakMap(), ns = new WeakMap(), at = new WeakMap(), yt = new WeakMap(), wt = new WeakMap(), lt = new WeakMap(), Es = new WeakMap(), as = new WeakMap(), It = new WeakMap(), N = new WeakMap(), U = new WeakMap(), K = new WeakMap(), G = new WeakMap(), J = new WeakMap(), Rt = new WeakMap(), xt = new WeakMap(), Cs = new WeakMap(), Dt = new WeakMap(), As = new WeakMap(), Ls = new WeakMap(), kt = new WeakMap(), D = new WeakMap(), ht = new WeakMap(), qt = new WeakMap(), M = new WeakMap(), w = new WeakMap(), Q = new WeakMap(), ls = new WeakMap(), hs = new WeakMap(), Ht = new WeakMap(), j = new WeakMap(), ct = new WeakMap(), x = new WeakMap(), Pt = new WeakMap(), Tt = new WeakMap(), Et = new WeakMap(), cs = new WeakMap(), us = new WeakMap(), Ct = new WeakMap(), Qs = new WeakMap(), te = new WeakMap(), ps = new WeakMap(), se = new WeakMap(), ee = new WeakMap(), Fs = new WeakMap(), Bt = new WeakMap(), ie = new WeakMap(), re = new WeakMap(), oe = new WeakMap(), ne = new WeakMap(), ae = new WeakMap(), le = new WeakMap(), $t = new WeakMap(), he = new WeakMap(), ce = new WeakMap(), s = new WeakSet(), Bs = function(i, a) {
1578
1590
  if (a === "") {
1579
1591
  this.removeAttribute(i);
1580
1592
  return;
1581
1593
  }
1582
1594
  this.setAttribute(i, a);
1583
- }, Bs = function(i, a) {
1595
+ }, $s = function(i, a) {
1584
1596
  if (a) {
1585
1597
  this.setAttribute(`enable-${i}`, ""), this.removeAttribute(`disable-${i}`), this.removeAttribute(`no-${i}`);
1586
1598
  return;
1587
1599
  }
1588
1600
  this.removeAttribute(`enable-${i}`), this.setAttribute(`disable-${i}`, "");
1589
- }, _e = function() {
1601
+ }, We = function() {
1590
1602
  this.style.setProperty("--simple-player-aspect-ratio", this.aspectRatio);
1591
- }, ds = function() {
1603
+ }, bs = function() {
1592
1604
  if (!t(this, o)) return;
1593
1605
  const i = this.autoplayEnabled;
1594
1606
  if (t(this, o).autoplay = i, i) {
@@ -1596,241 +1608,248 @@ b = new WeakMap(), Qt = new WeakMap(), H = new WeakMap(), ts = new WeakMap(), B
1596
1608
  return;
1597
1609
  }
1598
1610
  t(this, o).removeAttribute("autoplay"), t(this, B) || (t(this, o).muted = !1, t(this, o).removeAttribute("muted"));
1599
- }, We = function() {
1600
- if (!t(this, h)) return;
1611
+ }, je = function() {
1612
+ if (!t(this, c)) return;
1601
1613
  const i = [
1602
- { button: t(this, w), enabled: this.volumeEnabled, className: "has-volume-control" },
1603
- { button: t(this, et), enabled: this.pictureInPictureEnabled, className: "has-picture-in-picture-control" },
1604
- { button: t(this, it), enabled: this.fullscreenEnabled, className: "has-fullscreen-control" }
1614
+ { button: t(this, g), enabled: this.volumeEnabled, className: "has-volume-control" },
1615
+ { button: t(this, it), enabled: this.pictureInPictureEnabled, className: "has-picture-in-picture-control" },
1616
+ { button: t(this, rt), enabled: this.fullscreenEnabled, className: "has-fullscreen-control" }
1605
1617
  ];
1606
1618
  let a = 0;
1607
1619
  for (const l of i)
1608
- t(this, h).classList.toggle(l.className, l.enabled), l.button.hidden = !l.enabled, l.enabled ? (l.button.dataset.spControlIndex = `${a}`, a += 1) : delete l.button.dataset.spControlIndex;
1609
- this.style.setProperty("--sp-enabled-controls-count", `${a}`), this.style.setProperty("--sp-control-tray-display", a > 0 ? "block" : "none"), t(this, h).classList.toggle("has-volume-slider-control", this.volumeEnabled && this.volumeSliderEnabled), (!this.volumeEnabled || !this.volumeSliderEnabled) && (t(this, cs).call(this), e(this, s, Ws).call(this, t(this, x)), r(this, W, !1), r(this, ct, !1), t(this, Z).classList.remove("is-scrubbing-volume")), t(this, j).style.removeProperty("--sp-control-hover-offset");
1610
- }, _t = function() {
1620
+ t(this, c).classList.toggle(l.className, l.enabled), l.button.hidden = !l.enabled, l.enabled ? (l.button.dataset.spControlIndex = `${a}`, a += 1) : delete l.button.dataset.spControlIndex;
1621
+ this.style.setProperty("--sp-enabled-controls-count", `${a}`), this.style.setProperty("--sp-control-tray-display", a > 0 ? "block" : "none"), t(this, c).classList.toggle("has-volume-slider-control", this.volumeEnabled && this.volumeSliderEnabled), (!this.volumeEnabled || !this.volumeSliderEnabled) && (t(this, ds).call(this), e(this, s, js).call(this, t(this, x)), r(this, j, !1), r(this, ct, !1), t(this, $).classList.remove("is-scrubbing-volume")), t(this, O).style.removeProperty("--sp-control-hover-offset");
1622
+ }, Zt = function() {
1611
1623
  return this.timeVisible && this.controlsEnabled;
1612
- }, $s = function() {
1613
- t(this, h) && (t(this, h).classList.toggle("has-pinned-time", t(this, s, _t)), t(this, s, _t) && e(this, s, Ot).call(this));
1614
- }, bi = function() {
1615
- e(this, s, c).call(this, t(this, Y), "click", t(this, me)), e(this, s, c).call(this, this, "pointerenter", t(this, $t)), e(this, s, c).call(this, this, "pointermove", t(this, Nt)), e(this, s, c).call(this, this, "pointerleave", t(this, Ut)), e(this, s, c).call(this, this, "mouseenter", t(this, $t)), e(this, s, c).call(this, this, "mousemove", t(this, Nt)), e(this, s, c).call(this, this, "mouseleave", t(this, Ut)), e(this, s, c).call(this, t(this, h), "pointerenter", t(this, $t)), e(this, s, c).call(this, t(this, h), "pointermove", t(this, Nt)), e(this, s, c).call(this, t(this, h), "pointerleave", t(this, Ut)), e(this, s, c).call(this, t(this, h), "mouseenter", t(this, $t)), e(this, s, c).call(this, t(this, h), "mousemove", t(this, Nt)), e(this, s, c).call(this, t(this, h), "mouseleave", t(this, Ut)), e(this, s, c).call(this, t(this, Y), "pointerenter", t(this, ut)), e(this, s, c).call(this, t(this, Y), "pointerleave", t(this, pt)), e(this, s, c).call(this, t(this, Y), "mouseenter", t(this, ut)), e(this, s, c).call(this, t(this, Y), "mouseleave", t(this, pt)), e(this, s, c).call(this, t(this, m), "pointerenter", t(this, ut)), e(this, s, c).call(this, t(this, m), "pointerleave", t(this, pt)), e(this, s, c).call(this, t(this, m), "mouseenter", t(this, ut)), e(this, s, c).call(this, t(this, m), "mouseleave", t(this, pt)), e(this, s, c).call(this, t(this, m), "pointerenter", t(this, Rs)), e(this, s, c).call(this, t(this, m), "pointerleave", t(this, Ds)), e(this, s, c).call(this, t(this, m), "mouseenter", t(this, Rs)), e(this, s, c).call(this, t(this, m), "mouseleave", t(this, Ds)), e(this, s, c).call(this, t(this, X), "pointerenter", t(this, ut)), e(this, s, c).call(this, t(this, X), "pointerleave", t(this, pt)), e(this, s, c).call(this, t(this, X), "mouseenter", t(this, ut)), e(this, s, c).call(this, t(this, X), "mouseleave", t(this, pt)), e(this, s, c).call(this, t(this, b), "focusin", t(this, Ls)), e(this, s, c).call(this, t(this, b), "focusout", t(this, ue)), e(this, s, c).call(this, t(this, h), "pointerdown", t(this, fe)), e(this, s, c).call(this, t(this, h), "dragstart", t(this, Bt)), e(this, s, c).call(this, t(this, h), "selectstart", t(this, Bt)), e(this, s, c).call(this, t(this, o), "dragstart", t(this, Bt)), e(this, s, c).call(this, t(this, o), "selectstart", t(this, Bt)), e(this, s, c).call(this, t(this, m), "pointerdown", t(this, Ee)), e(this, s, c).call(this, t(this, m), "pointermove", t(this, Ae)), e(this, s, c).call(this, t(this, m), "pointerup", t(this, Le)), e(this, s, c).call(this, t(this, m), "pointercancel", t(this, Fe)), e(this, s, c).call(this, t(this, m), "keydown", t(this, Ce)), e(this, s, c).call(this, t(this, w), "pointerenter", t(this, Is)), e(this, s, c).call(this, t(this, w), "pointerleave", t(this, zs)), e(this, s, c).call(this, t(this, w), "click", t(this, ve)), e(this, s, c).call(this, t(this, Z), "pointerenter", t(this, Is)), e(this, s, c).call(this, t(this, Z), "pointerleave", t(this, zs)), e(this, s, c).call(this, t(this, T), "pointerdown", t(this, ge)), e(this, s, c).call(this, t(this, T), "pointermove", t(this, ye)), e(this, s, c).call(this, t(this, T), "pointerup", t(this, we)), e(this, s, c).call(this, t(this, T), "pointercancel", t(this, xe)), e(this, s, c).call(this, t(this, T), "click", t(this, be)), e(this, s, c).call(this, t(this, T), "keydown", t(this, ke)), e(this, s, c).call(this, t(this, et), "click", t(this, Pe)), e(this, s, c).call(this, t(this, it), "click", t(this, Te)), e(this, s, c).call(this, t(this, z), "click", t(this, de));
1616
- for (const i of t(this, rt))
1617
- e(this, s, c).call(this, i, "pointerenter", t(this, Fs)), e(this, s, c).call(this, i, "mouseenter", t(this, Fs)), e(this, s, c).call(this, i, "pointerdown", t(this, pe));
1618
- e(this, s, c).call(this, document, "pointerup", t(this, Se)), e(this, s, c).call(this, document, "pointercancel", t(this, Me)), e(this, s, c).call(this, document, "pointermove", t(this, As)), e(this, s, c).call(this, document, "mousemove", t(this, As)), e(this, s, c).call(this, document, "fullscreenchange", t(this, Lt)), e(this, s, c).call(this, document, "webkitfullscreenchange", t(this, Lt)), e(this, s, c).call(this, document, "mozfullscreenchange", t(this, Lt)), e(this, s, c).call(this, document, "MSFullscreenChange", t(this, Lt)), e(this, s, c).call(this, t(this, b), "fullscreenchange", t(this, Lt)), e(this, s, c).call(this, window, "blur", t(this, Ve)), e(this, s, c).call(this, window, "focus", t(this, Ie)), e(this, s, c).call(this, t(this, o), "play", t(this, ze)), e(this, s, c).call(this, t(this, o), "pause", t(this, Re)), e(this, s, c).call(this, t(this, o), "ended", t(this, De)), e(this, s, c).call(this, t(this, o), "loadstart", t(this, qe)), e(this, s, c).call(this, t(this, o), "waiting", t(this, us)), e(this, s, c).call(this, t(this, o), "stalled", t(this, us)), e(this, s, c).call(this, t(this, o), "seeking", t(this, us)), e(this, s, c).call(this, t(this, o), "loadeddata", t(this, Yt)), e(this, s, c).call(this, t(this, o), "loadedmetadata", t(this, He)), e(this, s, c).call(this, t(this, o), "canplay", t(this, Yt)), e(this, s, c).call(this, t(this, o), "canplaythrough", t(this, Yt)), e(this, s, c).call(this, t(this, o), "playing", t(this, Be)), e(this, s, c).call(this, t(this, o), "seeked", t(this, $e)), e(this, s, c).call(this, t(this, o), "error", t(this, Ne)), e(this, s, c).call(this, t(this, o), "progress", t(this, V)), e(this, s, c).call(this, t(this, o), "suspend", t(this, V)), e(this, s, c).call(this, t(this, o), "timeupdate", t(this, Ue)), e(this, s, c).call(this, t(this, o), "volumechange", t(this, Ye)), e(this, s, c).call(this, t(this, o), "enterpictureinpicture", t(this, At)), e(this, s, c).call(this, t(this, o), "leavepictureinpicture", t(this, At));
1619
- }, c = function(i, a, l) {
1620
- i.addEventListener(a, l), t(this, Qt).push(() => i.removeEventListener(a, l));
1621
1624
  }, Ns = function() {
1625
+ t(this, c) && (t(this, c).classList.toggle("has-pinned-time", t(this, s, Zt)), t(this, s, Zt) && e(this, s, Qt).call(this));
1626
+ }, vi = function() {
1627
+ e(this, s, h).call(this, t(this, X), "click", t(this, fe)), e(this, s, h).call(this, this, "pointerenter", t(this, Ut)), e(this, s, h).call(this, this, "pointermove", t(this, Yt)), e(this, s, h).call(this, this, "pointerleave", t(this, Xt)), e(this, s, h).call(this, this, "mouseenter", t(this, Ut)), e(this, s, h).call(this, this, "mousemove", t(this, Yt)), e(this, s, h).call(this, this, "mouseleave", t(this, Xt)), e(this, s, h).call(this, t(this, c), "pointerenter", t(this, Ut)), e(this, s, h).call(this, t(this, c), "pointermove", t(this, Yt)), e(this, s, h).call(this, t(this, c), "pointerleave", t(this, Xt)), e(this, s, h).call(this, t(this, c), "mouseenter", t(this, Ut)), e(this, s, h).call(this, t(this, c), "mousemove", t(this, Yt)), e(this, s, h).call(this, t(this, c), "mouseleave", t(this, Xt)), e(this, s, h).call(this, t(this, X), "pointerenter", t(this, ut)), e(this, s, h).call(this, t(this, X), "pointerleave", t(this, pt)), e(this, s, h).call(this, t(this, X), "mouseenter", t(this, ut)), e(this, s, h).call(this, t(this, X), "mouseleave", t(this, pt)), e(this, s, h).call(this, t(this, m), "pointerenter", t(this, ut)), e(this, s, h).call(this, t(this, m), "pointerleave", t(this, pt)), e(this, s, h).call(this, t(this, m), "mouseenter", t(this, ut)), e(this, s, h).call(this, t(this, m), "mouseleave", t(this, pt)), e(this, s, h).call(this, t(this, m), "pointerenter", t(this, Ds)), e(this, s, h).call(this, t(this, m), "pointerleave", t(this, qs)), e(this, s, h).call(this, t(this, m), "mouseenter", t(this, Ds)), e(this, s, h).call(this, t(this, m), "mouseleave", t(this, qs)), e(this, s, h).call(this, t(this, _), "pointerenter", t(this, ut)), e(this, s, h).call(this, t(this, _), "pointerleave", t(this, pt)), e(this, s, h).call(this, t(this, _), "mouseenter", t(this, ut)), e(this, s, h).call(this, t(this, _), "mouseleave", t(this, pt)), e(this, s, h).call(this, t(this, b), "focusin", t(this, Ms)), e(this, s, h).call(this, t(this, b), "focusout", t(this, pe)), e(this, s, h).call(this, t(this, c), "pointerdown", t(this, be)), e(this, s, h).call(this, t(this, c), "dragstart", t(this, Nt)), e(this, s, h).call(this, t(this, c), "selectstart", t(this, Nt)), e(this, s, h).call(this, t(this, o), "dragstart", t(this, Nt)), e(this, s, h).call(this, t(this, o), "selectstart", t(this, Nt)), e(this, s, h).call(this, t(this, m), "pointerdown", t(this, Ce)), e(this, s, h).call(this, t(this, m), "pointermove", t(this, Le)), e(this, s, h).call(this, t(this, m), "pointerup", t(this, Fe)), e(this, s, h).call(this, t(this, m), "pointercancel", t(this, Se)), e(this, s, h).call(this, t(this, m), "keydown", t(this, Ae)), e(this, s, h).call(this, t(this, g), "click", t(this, ge)), e(this, s, h).call(this, t(this, g), "pointerenter", t(this, jt)), e(this, s, h).call(this, t(this, g), "pointerleave", t(this, Ot)), e(this, s, h).call(this, t(this, g), "mouseenter", t(this, jt)), e(this, s, h).call(this, t(this, g), "mouseleave", t(this, Ot)), e(this, s, h).call(this, t(this, $), "pointerenter", t(this, jt)), e(this, s, h).call(this, t(this, $), "pointerleave", t(this, Ot)), e(this, s, h).call(this, t(this, $), "mouseenter", t(this, jt)), e(this, s, h).call(this, t(this, $), "mouseleave", t(this, Ot)), e(this, s, h).call(this, t(this, T), "pointerdown", t(this, ye)), e(this, s, h).call(this, t(this, T), "pointermove", t(this, we)), e(this, s, h).call(this, t(this, T), "pointerup", t(this, xe)), e(this, s, h).call(this, t(this, T), "pointercancel", t(this, ke)), e(this, s, h).call(this, t(this, T), "click", t(this, ve)), e(this, s, h).call(this, t(this, T), "keydown", t(this, Pe)), e(this, s, h).call(this, t(this, it), "click", t(this, Te)), e(this, s, h).call(this, t(this, rt), "click", t(this, Ee)), e(this, s, h).call(this, t(this, L), "click", t(this, me));
1628
+ for (const i of t(this, Z))
1629
+ e(this, s, h).call(this, i, "pointerenter", t(this, Vs)), e(this, s, h).call(this, i, "mouseenter", t(this, Vs));
1630
+ "ResizeObserver" in window && (r(this, It, new ResizeObserver(() => {
1631
+ t(this, c).style.setProperty("--sp-tray-time-width", `${t(this, L).offsetWidth + 4}px`);
1632
+ })), t(this, It).observe(t(this, L)), t(this, St).push(() => {
1633
+ t(this, It)?.disconnect(), r(this, It, null);
1634
+ }));
1635
+ for (const i of t(this, Z))
1636
+ e(this, s, h).call(this, i, "pointerdown", t(this, de));
1637
+ e(this, s, h).call(this, document, "pointerup", t(this, Me)), e(this, s, h).call(this, document, "pointercancel", t(this, Ve)), e(this, s, h).call(this, document, "pointermove", t(this, Ss)), e(this, s, h).call(this, document, "mousemove", t(this, Ss)), e(this, s, h).call(this, document, "fullscreenchange", t(this, Lt)), e(this, s, h).call(this, document, "webkitfullscreenchange", t(this, Lt)), e(this, s, h).call(this, document, "mozfullscreenchange", t(this, Lt)), e(this, s, h).call(this, document, "MSFullscreenChange", t(this, Lt)), e(this, s, h).call(this, t(this, b), "fullscreenchange", t(this, Lt)), e(this, s, h).call(this, window, "blur", t(this, ze)), e(this, s, h).call(this, window, "focus", t(this, Ie)), e(this, s, h).call(this, t(this, o), "play", t(this, Re)), e(this, s, h).call(this, t(this, o), "pause", t(this, De)), e(this, s, h).call(this, t(this, o), "ended", t(this, qe)), e(this, s, h).call(this, t(this, o), "loadstart", t(this, He)), e(this, s, h).call(this, t(this, o), "waiting", t(this, ms)), e(this, s, h).call(this, t(this, o), "stalled", t(this, ms)), e(this, s, h).call(this, t(this, o), "seeking", t(this, ms)), e(this, s, h).call(this, t(this, o), "loadeddata", t(this, _t)), e(this, s, h).call(this, t(this, o), "loadedmetadata", t(this, Be)), e(this, s, h).call(this, t(this, o), "canplay", t(this, _t)), e(this, s, h).call(this, t(this, o), "canplaythrough", t(this, _t)), e(this, s, h).call(this, t(this, o), "playing", t(this, $e)), e(this, s, h).call(this, t(this, o), "seeked", t(this, Ne)), e(this, s, h).call(this, t(this, o), "error", t(this, Ue)), e(this, s, h).call(this, t(this, o), "progress", t(this, z)), e(this, s, h).call(this, t(this, o), "suspend", t(this, z)), e(this, s, h).call(this, t(this, o), "timeupdate", t(this, Ye)), e(this, s, h).call(this, t(this, o), "volumechange", t(this, Xe)), e(this, s, h).call(this, t(this, o), "enterpictureinpicture", t(this, At)), e(this, s, h).call(this, t(this, o), "leavepictureinpicture", t(this, At));
1638
+ }, h = function(i, a, l) {
1639
+ i.addEventListener(a, l), t(this, St).push(() => i.removeEventListener(a, l));
1640
+ }, Us = function() {
1622
1641
  if (!(!this.src || t(this, B))) {
1623
1642
  if (t(this, H)?.disconnect(), t(this, o).dataset.src = this.src, "IntersectionObserver" in window) {
1624
1643
  r(this, H, new IntersectionObserver((i, a) => {
1625
1644
  i.some((l) => l.isIntersecting) && (a.disconnect(), r(this, H, null), e(this, s, dt).call(this));
1626
- }, { rootMargin: this.preloadMargin })), t(this, H).observe(t(this, h));
1645
+ }, { rootMargin: this.preloadMargin })), t(this, H).observe(t(this, c));
1627
1646
  return;
1628
1647
  }
1629
1648
  e(this, s, dt).call(this);
1630
1649
  }
1631
- }, Bt = new WeakMap(), U = function() {
1650
+ }, Nt = new WeakMap(), Y = function() {
1632
1651
  t(this, yt) && (window.clearTimeout(t(this, yt)), r(this, yt, 0));
1633
- }, ce = new WeakMap(), ms = function(i = e(this, s, A).call(this) ? t(this, Cs) : t(this, qt)) {
1634
- e(this, s, U).call(this), r(this, yt, window.setTimeout(t(this, ce), i));
1635
- }, Q = function() {
1636
- e(this, s, A).call(this) && e(this, s, ms).call(this, t(this, Cs));
1652
+ }, ue = new WeakMap(), vs = function(i = e(this, s, A).call(this) ? t(this, Fs) : t(this, Bt)) {
1653
+ e(this, s, Y).call(this), r(this, yt, window.setTimeout(t(this, ue), i));
1637
1654
  }, tt = function() {
1655
+ e(this, s, A).call(this) && e(this, s, vs).call(this, t(this, Fs));
1656
+ }, st = function() {
1638
1657
  if (!e(this, s, A).call(this)) return !1;
1639
- const i = t(this, h).classList.contains("is-controls-visible");
1640
- return t(this, h).classList.add("is-controls-visible"), e(this, s, Q).call(this), !i;
1641
- }, Us = function(i = !1) {
1642
- !i && e(this, s, A).call(this) || (t(this, h).classList.add("is-pointer-active"), t(this, J) ? e(this, s, U).call(this) : e(this, s, ms).call(this, i ? t(this, qt) : void 0));
1643
- }, fs = function() {
1644
- r(this, J, !1), e(this, s, U).call(this), t(this, h).classList.remove("is-pointer-active");
1645
- }, Wt = function(i) {
1646
- return i instanceof PointerEvent ? (r(this, Dt, i.pointerType === "touch"), t(this, Dt) ? !1 : (r(this, os, i.clientX), r(this, ns, i.clientY), !0)) : i instanceof MouseEvent ? (r(this, Dt, !1), r(this, os, i.clientX), r(this, ns, i.clientY), !0) : !1;
1647
- }, vi = function(i, a) {
1658
+ const i = t(this, c).classList.contains("is-controls-visible");
1659
+ return t(this, c).classList.add("is-controls-visible"), e(this, s, tt).call(this), !i;
1660
+ }, Ys = function(i = !1) {
1661
+ !i && e(this, s, A).call(this) || (t(this, c).classList.add("is-pointer-active"), t(this, Q) ? e(this, s, Y).call(this) : e(this, s, vs).call(this, i ? t(this, Bt) : void 0));
1662
+ }, gs = function() {
1663
+ r(this, Q, !1), e(this, s, Y).call(this), t(this, c).classList.remove("is-pointer-active");
1664
+ }, Kt = function(i) {
1665
+ return i instanceof PointerEvent ? (r(this, Ht, i.pointerType === "touch"), t(this, Ht) ? !1 : (r(this, ls, i.clientX), r(this, hs, i.clientY), !0)) : i instanceof MouseEvent ? (r(this, Ht, !1), r(this, ls, i.clientX), r(this, hs, i.clientY), !0) : !1;
1666
+ }, gi = function(i, a) {
1648
1667
  if (i === null || a === null || i < 0 || a < 0 || i > window.innerWidth || a > window.innerHeight) return !1;
1649
1668
  const l = this.getBoundingClientRect();
1650
1669
  return l.width <= 0 || l.height <= 0 ? !1 : i >= l.left && i <= l.right && a >= l.top && a <= l.bottom;
1651
- }, je = function(i, a, l) {
1670
+ }, Oe = function(i, a, l) {
1652
1671
  if (!i) return !1;
1653
1672
  const u = i.getBoundingClientRect();
1654
1673
  return u.width <= 0 || u.height <= 0 ? !1 : a >= u.left && a <= u.right && l >= u.top && l <= u.bottom;
1655
1674
  }, Ze = function() {
1656
- t(this, S) && (r(this, S, !1), t(this, h).classList.remove("is-progress-hovering"), e(this, s, Kt).call(this), e(this, s, Ot).call(this));
1657
- }, Oe = function(i, a) {
1675
+ t(this, M) && (r(this, M, !1), t(this, c).classList.remove("is-progress-hovering"), e(this, s, ts).call(this), e(this, s, Qt).call(this));
1676
+ }, Ke = function(i, a) {
1658
1677
  if (e(this, s, A).call(this)) return;
1659
- !e(this, s, E).call(this) && e(this, s, je).call(this, t(this, m), i, a) ? (r(this, S, !0), t(this, h).classList.add("is-progress-hovering"), e(this, s, bt).call(this, i, !1, !1)) : e(this, s, E).call(this) || e(this, s, Ze).call(this);
1660
- const l = t(this, rt).find((f) => !f.hidden && !e(this, s, Ys).call(this, f) && e(this, s, je).call(this, f, i, a)) ?? null;
1678
+ !e(this, s, E).call(this) && e(this, s, Oe).call(this, t(this, m), i, a) ? (r(this, M, !0), t(this, c).classList.add("is-progress-hovering"), e(this, s, bt).call(this, i, !1, !1)) : e(this, s, E).call(this) || e(this, s, Ze).call(this);
1679
+ const l = t(this, Z).find((f) => !f.hidden && !e(this, s, Xs).call(this, f) && e(this, s, Oe).call(this, f, i, a)) ?? null;
1661
1680
  if (!l) return;
1662
1681
  const u = Number(l.dataset.spControlIndex ?? 0);
1663
- t(this, j).style.setProperty("--sp-control-hover-offset", `calc(var(--sp-control-slot-size) * ${u})`);
1664
- }, jt = function() {
1665
- return t(this, h).classList.contains("is-controls-visible") || t(this, h).classList.contains("is-pointer-active") || t(this, b).activeElement instanceof HTMLElement;
1666
- }, bs = function() {
1667
- return e(this, s, A).call(this) && performance.now() < t(this, rs);
1668
- }, Ys = function(i) {
1669
- return i instanceof HTMLButtonElement && (i.disabled || i === t(this, w) && (!this.volumeEnabled || !t(this, y)));
1670
- }, Ke = function() {
1671
- if (!t(this, Dt) && e(this, s, vi).call(this, t(this, os), t(this, ns))) {
1672
- e(this, s, Us).call(this, !0);
1682
+ t(this, O).style.setProperty("--sp-control-hover-offset", `calc(var(--sp-control-slot-size) * ${u})`);
1683
+ }, Gt = function() {
1684
+ return t(this, c).classList.contains("is-controls-visible") || t(this, c).classList.contains("is-pointer-active") || t(this, b).activeElement instanceof HTMLElement;
1685
+ }, ys = function() {
1686
+ return e(this, s, A).call(this) && performance.now() < t(this, as);
1687
+ }, Xs = function(i) {
1688
+ return i instanceof HTMLButtonElement && (i.disabled || i === t(this, g) && (!this.volumeEnabled || !t(this, w)));
1689
+ }, Ge = function() {
1690
+ if (!t(this, Ht) && e(this, s, gi).call(this, t(this, ls), t(this, hs))) {
1691
+ e(this, s, Ys).call(this, !0);
1673
1692
  return;
1674
1693
  }
1675
- e(this, s, fs).call(this);
1676
- }, $t = new WeakMap(), Nt = new WeakMap(), As = new WeakMap(), Ut = new WeakMap(), ut = new WeakMap(), pt = new WeakMap(), Ls = new WeakMap(), ue = new WeakMap(), Fs = new WeakMap(), Xs = function() {
1694
+ e(this, s, gs).call(this);
1695
+ }, Ut = new WeakMap(), Yt = new WeakMap(), Ss = new WeakMap(), Xt = new WeakMap(), ut = new WeakMap(), pt = new WeakMap(), Ms = new WeakMap(), pe = new WeakMap(), Vs = new WeakMap(), _s = function() {
1677
1696
  t(this, Et) && (window.clearTimeout(t(this, Et)), r(this, Et, 0));
1678
- }, Ss = new WeakMap(), pe = new WeakMap(), Ge = function() {
1697
+ }, zs = new WeakMap(), de = new WeakMap(), Je = function() {
1679
1698
  t(this, wt) && (window.clearTimeout(t(this, wt)), r(this, wt, 0));
1680
- }, vs = function() {
1699
+ }, ws = function() {
1681
1700
  t(this, at) && (window.clearTimeout(t(this, at)), r(this, at, 0));
1682
- }, _s = function() {
1701
+ }, Ws = function() {
1683
1702
  t(this, lt) && (window.clearTimeout(t(this, lt)), r(this, lt, 0));
1684
- }, gs = function() {
1685
- t(this, It) && (window.clearTimeout(t(this, It)), r(this, It, 0));
1686
- }, Je = function() {
1703
+ }, xs = function() {
1704
+ t(this, Rt) && (window.clearTimeout(t(this, Rt)), r(this, Rt, 0));
1705
+ }, Qe = function() {
1687
1706
  t(this, Tt) && (window.clearTimeout(t(this, Tt)), r(this, Tt, 0));
1688
- }, gi = function() {
1689
- e(this, s, Je).call(this), t(this, h).classList.remove("is-volume-icon-animating"), t(this, w).offsetWidth, t(this, h).classList.add("is-volume-icon-animating"), r(this, Tt, window.setTimeout(() => {
1690
- r(this, Tt, 0), t(this, h).classList.remove("is-volume-icon-animating");
1707
+ }, yi = function() {
1708
+ e(this, s, Qe).call(this), t(this, c).classList.remove("is-volume-icon-animating"), t(this, g).offsetWidth, t(this, c).classList.add("is-volume-icon-animating"), r(this, Tt, window.setTimeout(() => {
1709
+ r(this, Tt, 0), t(this, c).classList.remove("is-volume-icon-animating");
1691
1710
  }, 240));
1692
- }, Ms = new WeakMap(), yi = function() {
1693
- t(this, xt) || t(this, lt) || (t(this, h).classList.add("is-progress-settling"), e(this, s, ft).call(this, 0), r(this, lt, window.setTimeout(t(this, Ms), t(this, ie))));
1711
+ }, Is = new WeakMap(), wi = function() {
1712
+ t(this, xt) || t(this, lt) || (t(this, c).classList.add("is-progress-settling"), e(this, s, ft).call(this, 0), r(this, lt, window.setTimeout(t(this, Is), t(this, re))));
1694
1713
  }, dt = async function() {
1695
1714
  if (t(this, B)) return;
1696
1715
  const i = t(this, o).dataset.src || this.src;
1697
- i && (e(this, s, vs).call(this), e(this, s, gs).call(this), r(this, is, t(this, is) + 1), r(this, B, !0), r(this, $, !1), r(this, N, !1), r(this, O, !1), r(this, K, !1), r(this, G, t(this, G) + 1), t(this, h).classList.remove("has-visible-frame"), e(this, s, ds).call(this), t(this, o).src = i, t(this, o).preload = "auto", t(this, o).load(), t(this, o).autoplay && t(this, o).muted && await t(this, o).play().catch(() => {
1716
+ i && (e(this, s, ws).call(this), e(this, s, xs).call(this), r(this, ns, t(this, ns) + 1), r(this, B, !0), r(this, N, !1), r(this, U, !1), r(this, K, !1), r(this, G, !1), r(this, J, t(this, J) + 1), t(this, c).classList.remove("has-visible-frame"), e(this, s, bs).call(this), t(this, o).src = i, t(this, o).preload = "auto", t(this, o).load(), t(this, o).autoplay && t(this, o).muted && await t(this, o).play().catch(() => {
1698
1717
  }));
1699
- }, Qe = function() {
1718
+ }, ti = function() {
1700
1719
  return !t(this, o).loop || t(this, o).paused || !Number.isFinite(t(this, o).duration) || t(this, o).duration <= 0 ? !1 : t(this, o).currentTime < 0.28 || t(this, o).duration - t(this, o).currentTime < 0.28;
1701
- }, wi = function(i = t(this, o).currentTime) {
1720
+ }, xi = function(i = t(this, o).currentTime) {
1702
1721
  if (!Number.isFinite(i)) return 0;
1703
1722
  const a = Math.max(0, i);
1704
1723
  try {
1705
1724
  for (let l = 0; l < t(this, o).buffered.length; l += 1) {
1706
1725
  const u = t(this, o).buffered.start(l), f = t(this, o).buffered.end(l);
1707
- if (a + t(this, Ht) >= u && a <= f + t(this, Ht))
1726
+ if (a + t(this, $t) >= u && a <= f + t(this, $t))
1708
1727
  return Math.max(0, f - a);
1709
1728
  }
1710
1729
  } catch {
1711
1730
  return 0;
1712
1731
  }
1713
1732
  return 0;
1714
- }, ti = function(i = t(this, ae)) {
1715
- if (!t(this, B) || t(this, o).error || !t(this, h).classList.contains("has-loaded-once") || !Number.isFinite(t(this, o).duration) || t(this, o).duration <= 0) return !1;
1733
+ }, si = function(i = t(this, le)) {
1734
+ if (!t(this, B) || t(this, o).error || !t(this, c).classList.contains("has-loaded-once") || !Number.isFinite(t(this, o).duration) || t(this, o).duration <= 0) return !1;
1716
1735
  const a = Math.max(0, t(this, o).duration - t(this, o).currentTime), l = Math.min(i, a);
1717
- return l <= t(this, Ht) || e(this, s, wi).call(this) + t(this, Ht) >= l;
1718
- }, Zt = function(i, a = !1) {
1719
- e(this, s, Ge).call(this);
1720
- const l = i && !e(this, s, Qe).call(this) && !e(this, s, ti).call(this), f = i && !t(this, N) || l;
1721
- if (r(this, zt, f), !f) {
1722
- t(this, h).classList.remove("is-loading");
1736
+ return l <= t(this, $t) || e(this, s, xi).call(this) + t(this, $t) >= l;
1737
+ }, Jt = function(i, a = !1) {
1738
+ e(this, s, Je).call(this);
1739
+ const l = i && !e(this, s, ti).call(this) && !e(this, s, si).call(this), f = i && !t(this, U) || l;
1740
+ if (r(this, Dt, f), !f) {
1741
+ t(this, c).classList.remove("is-loading");
1723
1742
  return;
1724
1743
  }
1725
1744
  if (a) {
1726
- t(this, h).classList.add("is-loading");
1745
+ t(this, c).classList.add("is-loading");
1727
1746
  return;
1728
1747
  }
1729
1748
  r(this, wt, window.setTimeout(() => {
1730
- if (r(this, wt, 0), !t(this, N) || !e(this, s, Qe).call(this) && !e(this, s, ti).call(this)) {
1731
- r(this, zt, !0), t(this, h).classList.add("is-loading");
1749
+ if (r(this, wt, 0), !t(this, U) || !e(this, s, ti).call(this) && !e(this, s, si).call(this)) {
1750
+ r(this, Dt, !0), t(this, c).classList.add("is-loading");
1732
1751
  return;
1733
1752
  }
1734
- r(this, zt, !1), t(this, h).classList.remove("is-loading");
1735
- }, t(this, ee)));
1736
- }, V = new WeakMap(), xi = function() {
1737
- return t(this, B) && !t(this, o).error && t(this, $) && (t(this, o).readyState >= HTMLMediaElement.HAVE_FUTURE_DATA || t(this, o).readyState >= HTMLMediaElement.HAVE_CURRENT_DATA && !t(this, h).classList.contains("is-loading"));
1753
+ r(this, Dt, !1), t(this, c).classList.remove("is-loading");
1754
+ }, t(this, ie)));
1755
+ }, z = new WeakMap(), ki = function() {
1756
+ return t(this, B) && !t(this, o).error && t(this, N) && (t(this, o).readyState >= HTMLMediaElement.HAVE_FUTURE_DATA || t(this, o).readyState >= HTMLMediaElement.HAVE_CURRENT_DATA && !t(this, c).classList.contains("is-loading"));
1738
1757
  }, E = function() {
1739
- return t(this, R) || t(this, g) || t(this, _);
1740
- }, ki = function() {
1741
- t(this, is) >= t(this, ne) || t(this, at) || r(this, at, window.setTimeout(() => {
1742
- r(this, at, 0), e(this, s, gs).call(this), r(this, B, !1), r(this, $, !1), r(this, N, !1), r(this, O, !1), r(this, K, !1), r(this, G, t(this, G) + 1), t(this, h).classList.remove("has-visible-frame"), t(this, h).classList.contains("has-loaded-once") || e(this, s, ft).call(this, 0), t(this, o).removeAttribute("src"), t(this, o).load(), e(this, s, dt).call(this);
1743
- }, t(this, oe)));
1744
- }, si = function() {
1745
- return t(this, _) ? (r(this, _, !1), r(this, gt, !1), e(this, s, k).call(this), e(this, s, I).call(this), !0) : !1;
1746
- }, ei = function() {
1747
- return e(this, s, vs).call(this), !t(this, h).classList.contains("has-loaded-once") && e(this, s, yi).call(this), t(this, h).classList.add("has-loaded-once"), t(this, h).classList.add("has-visible-frame"), t(this, V).call(this), r(this, F, null), t(this, _) ? (e(this, s, si).call(this), !0) : (e(this, s, E).call(this) || e(this, s, k).call(this), e(this, s, I).call(this), !0);
1758
+ return t(this, R) || t(this, y) || t(this, W);
1748
1759
  }, Pi = function() {
1749
- if (t(this, $) || t(this, O) || t(this, o).error) return;
1750
- r(this, O, !0);
1751
- const i = t(this, G), a = () => {
1752
- if (i === t(this, G)) {
1753
- if (e(this, s, gs).call(this), r(this, O, !1), r(this, $, !t(this, o).error && t(this, o).readyState >= HTMLMediaElement.HAVE_CURRENT_DATA && t(this, o).videoWidth > 0 && t(this, o).videoHeight > 0), t(this, $)) {
1754
- if (t(this, K) || t(this, N)) return;
1755
- r(this, K, !0), window.requestAnimationFrame(() => {
1760
+ t(this, ns) >= t(this, ae) || t(this, at) || r(this, at, window.setTimeout(() => {
1761
+ r(this, at, 0), e(this, s, xs).call(this), r(this, B, !1), r(this, N, !1), r(this, U, !1), r(this, K, !1), r(this, G, !1), r(this, J, t(this, J) + 1), t(this, c).classList.remove("has-visible-frame"), t(this, c).classList.contains("has-loaded-once") || e(this, s, ft).call(this, 0), t(this, o).removeAttribute("src"), t(this, o).load(), e(this, s, dt).call(this);
1762
+ }, t(this, ne)));
1763
+ }, ei = function() {
1764
+ return t(this, W) ? (r(this, W, !1), r(this, gt, !1), e(this, s, k).call(this), e(this, s, I).call(this), !0) : !1;
1765
+ }, ii = function() {
1766
+ return e(this, s, ws).call(this), !t(this, c).classList.contains("has-loaded-once") && e(this, s, wi).call(this), t(this, c).classList.add("has-loaded-once"), t(this, c).classList.add("has-visible-frame"), t(this, z).call(this), r(this, S, null), t(this, W) ? (e(this, s, ei).call(this), !0) : (e(this, s, E).call(this) || e(this, s, k).call(this), e(this, s, I).call(this), !0);
1767
+ }, Ti = function() {
1768
+ if (t(this, N) || t(this, K) || t(this, o).error) return;
1769
+ r(this, K, !0);
1770
+ const i = t(this, J), a = () => {
1771
+ if (i === t(this, J)) {
1772
+ if (e(this, s, xs).call(this), r(this, K, !1), r(this, N, !t(this, o).error && t(this, o).readyState >= HTMLMediaElement.HAVE_CURRENT_DATA && t(this, o).videoWidth > 0 && t(this, o).videoHeight > 0), t(this, N)) {
1773
+ if (t(this, G) || t(this, U)) return;
1774
+ r(this, G, !0), window.requestAnimationFrame(() => {
1756
1775
  window.requestAnimationFrame(() => {
1757
- i === t(this, G) && (r(this, K, !1), r(this, N, !0), e(this, s, ei).call(this), e(this, s, C).call(this));
1776
+ i === t(this, J) && (r(this, G, !1), r(this, U, !0), e(this, s, ii).call(this), e(this, s, C).call(this));
1758
1777
  });
1759
1778
  }), e(this, s, C).call(this);
1760
1779
  return;
1761
1780
  }
1762
- t(this, V).call(this);
1781
+ t(this, z).call(this);
1763
1782
  }
1764
1783
  };
1765
1784
  if ("requestVideoFrameCallback" in t(this, o)) {
1766
- t(this, o).requestVideoFrameCallback(a), r(this, It, window.setTimeout(a, 180));
1785
+ t(this, o).requestVideoFrameCallback(a), r(this, Rt, window.setTimeout(a, 180));
1767
1786
  return;
1768
1787
  }
1769
1788
  window.requestAnimationFrame(a);
1770
- }, Yt = new WeakMap(), ii = function() {
1789
+ }, _t = new WeakMap(), ri = function() {
1771
1790
  return !t(this, o).paused && (!t(this, o).ended || t(this, o).loop) && t(this, o).readyState >= HTMLMediaElement.HAVE_FUTURE_DATA;
1772
1791
  }, k = function(i = t(this, o).currentTime) {
1773
- r(this, Ts, Number.isFinite(i) ? Math.max(0, i) : 0), r(this, Es, performance.now());
1774
- }, st = function() {
1792
+ r(this, As, Number.isFinite(i) ? Math.max(0, i) : 0), r(this, Ls, performance.now());
1793
+ }, et = function() {
1775
1794
  r(this, D, null), r(this, ht, null);
1776
- }, ri = function() {
1795
+ }, oi = function() {
1777
1796
  if (!Number.isFinite(t(this, o).duration) || t(this, o).duration <= 0) {
1778
1797
  r(this, D, null);
1779
1798
  return;
1780
1799
  }
1781
1800
  const i = Number.isFinite(t(this, o).currentTime) ? Math.max(0, t(this, o).currentTime) : 0, a = Number.isFinite(t(this, kt)) ? t(this, kt) : i;
1782
1801
  r(this, D, Math.min(t(this, o).duration, Math.max(i, a))), e(this, s, k).call(this, t(this, D));
1783
- }, Ti = function() {
1802
+ }, Ei = function() {
1784
1803
  if (!Number.isFinite(t(this, o).duration) || t(this, o).duration <= 0) {
1785
- r(this, ht, null), e(this, s, ri).call(this);
1804
+ r(this, ht, null), e(this, s, oi).call(this);
1786
1805
  return;
1787
1806
  }
1788
- const i = t(this, h).style.getPropertyValue("--sp-progress-inset"), a = Number.parseFloat(i), l = Number.isFinite(a) ? Math.min(1, Math.max(0, 1 - a / 100)) : null, u = e(this, s, mt).call(this), f = Math.min(1, Math.max(0, u / t(this, o).duration)), v = Math.max(l ?? 0, f);
1807
+ const i = t(this, c).style.getPropertyValue("--sp-progress-inset"), a = Number.parseFloat(i), l = Number.isFinite(a) ? Math.min(1, Math.max(0, 1 - a / 100)) : null, u = e(this, s, mt).call(this), f = Math.min(1, Math.max(0, u / t(this, o).duration)), v = Math.max(l ?? 0, f);
1789
1808
  r(this, ht, v), r(this, D, v * t(this, o).duration), e(this, s, k).call(this, t(this, D)), e(this, s, ft).call(this, v), t(this, m).setAttribute("aria-valuenow", `${t(this, D)}`), t(this, m).setAttribute(
1790
1809
  "aria-valuetext",
1791
1810
  `${q(t(this, D))} of ${q(t(this, o).duration)}`
1792
1811
  );
1793
1812
  }, mt = function() {
1794
1813
  if (!Number.isFinite(t(this, o).duration) || t(this, o).duration <= 0) return t(this, o).currentTime || 0;
1795
- if (e(this, s, E).call(this)) return t(this, L);
1814
+ if (e(this, s, E).call(this)) return t(this, F);
1796
1815
  if (t(this, D) !== null) return t(this, D);
1797
- if (!e(this, s, ii).call(this)) return t(this, o).currentTime || 0;
1798
- if (t(this, zt) || !t(this, xt) || performance.now() < t(this, Ps))
1816
+ if (!e(this, s, ri).call(this)) return t(this, o).currentTime || 0;
1817
+ if (t(this, Dt) || !t(this, xt) || performance.now() < t(this, Cs))
1799
1818
  return e(this, s, k).call(this), t(this, o).currentTime || 0;
1800
- if (t(this, h).classList.contains("is-loading") && t(this, o).readyState < HTMLMediaElement.HAVE_FUTURE_DATA)
1819
+ if (t(this, c).classList.contains("is-loading") && t(this, o).readyState < HTMLMediaElement.HAVE_FUTURE_DATA)
1801
1820
  return e(this, s, k).call(this), t(this, o).currentTime || 0;
1802
- const i = (performance.now() - t(this, Es)) / 1e3, a = t(this, Ts) + i, l = t(this, o).loop ? a % t(this, o).duration : Math.min(a, t(this, o).duration);
1821
+ const i = (performance.now() - t(this, Ls)) / 1e3, a = t(this, As) + i, l = t(this, o).loop ? a % t(this, o).duration : Math.min(a, t(this, o).duration);
1803
1822
  return !t(this, o).loop && t(this, o).currentTime - l > 0.45 ? (e(this, s, k).call(this), t(this, o).currentTime) : l;
1804
1823
  }, ft = function(i) {
1805
- const a = Math.min(1, Math.max(0, i)), l = (1 - a) * 100, { innerWidth: u } = e(this, s, Ci).call(this), f = 1 / u, v = t(this, g) && t(this, Mt) && t(this, nt) + f < a;
1806
- if (t(this, h).style.setProperty("--sp-progress-inset", `${l}%`), t(this, h).style.setProperty("--sp-return-marker-base-opacity", v ? "0" : "1"), v) {
1807
- const qs = e(this, s, ys).call(this, t(this, nt)), ps = Math.max(0, u - 2), $i = Math.min(ps, Math.max(0, qs - 3));
1808
- t(this, h).style.setProperty("--sp-return-marker-hole-left", `${$i}px`);
1824
+ const a = Math.min(1, Math.max(0, i)), l = (1 - a) * 100, { innerWidth: u } = e(this, s, Ai).call(this), f = 1 / u, v = t(this, y) && t(this, Vt) && t(this, nt) + f < a;
1825
+ if (t(this, c).style.setProperty("--sp-progress-inset", `${l}%`), t(this, c).style.setProperty("--sp-return-marker-base-opacity", v ? "0" : "1"), v) {
1826
+ const Hs = e(this, s, ks).call(this, t(this, nt)), fs = Math.max(0, u - 2), Ni = Math.min(fs, Math.max(0, Hs - 3));
1827
+ t(this, c).style.setProperty("--sp-return-marker-hole-left", `${Ni}px`);
1809
1828
  } else
1810
- t(this, h).style.setProperty("--sp-return-marker-hole-left", "-9999px");
1811
- }, Ei = function(i) {
1829
+ t(this, c).style.setProperty("--sp-return-marker-hole-left", "-9999px");
1830
+ }, Ci = function(i) {
1812
1831
  return !Number.isFinite(t(this, o).duration) || t(this, o).duration <= 0 ? 0 : Math.min(1, Math.max(0, i / t(this, o).duration));
1813
- }, Ci = function(i = t(this, m).getBoundingClientRect()) {
1814
- return ci(i);
1815
- }, ys = function(i, a = t(this, m).getBoundingClientRect()) {
1816
- return Ji(i, a);
1817
- }, Ai = function(i, a) {
1832
+ }, Ai = function(i = t(this, m).getBoundingClientRect()) {
1833
+ return ui(i);
1834
+ }, ks = function(i, a = t(this, m).getBoundingClientRect()) {
1818
1835
  return Qi(i, a);
1819
- }, Li = function(i) {
1820
- r(this, St, Number.isFinite(i) ? Math.max(0, i) : 0), r(this, nt, e(this, s, Ei).call(this, t(this, St)));
1821
- const a = t(this, m).getBoundingClientRect(), l = e(this, s, ys).call(this, t(this, nt), a), u = l >= t(this, hs) && l <= Math.max(t(this, hs), a.width - t(this, hs));
1822
- r(this, Mt, t(this, St) > t(this, te) && u), t(this, h).classList.toggle("has-return-marker", t(this, Mt)), t(this, h).style.setProperty("--sp-return-marker-left", `${l}px`);
1823
- }, Fi = function(i, a, l, u = t(this, g)) {
1836
+ }, Li = function(i, a) {
1837
+ return tr(i, a);
1838
+ }, Fi = function(i) {
1839
+ r(this, Mt, Number.isFinite(i) ? Math.max(0, i) : 0), r(this, nt, e(this, s, Ci).call(this, t(this, Mt)));
1840
+ const a = t(this, m).getBoundingClientRect(), l = e(this, s, ks).call(this, t(this, nt), a), u = l >= t(this, ps) && l <= Math.max(t(this, ps), a.width - t(this, ps));
1841
+ r(this, Vt, t(this, Mt) > t(this, se) && u), t(this, c).classList.toggle("has-return-marker", t(this, Vt)), t(this, c).style.setProperty("--sp-return-marker-left", `${l}px`);
1842
+ }, Si = function(i, a, l, u = t(this, y)) {
1824
1843
  const f = l * t(this, o).duration;
1825
- if (!u || !t(this, Mt))
1844
+ if (!u || !t(this, Vt))
1826
1845
  return { percent: l, targetTime: f };
1827
- const v = a.left + e(this, s, ys).call(this, t(this, nt), a);
1828
- return Math.abs(i - v) <= t(this, Qs) ? {
1846
+ const v = a.left + e(this, s, ks).call(this, t(this, nt), a);
1847
+ return Math.abs(i - v) <= t(this, te) ? {
1829
1848
  percent: t(this, nt),
1830
- targetTime: t(this, St)
1849
+ targetTime: t(this, Mt)
1831
1850
  } : { percent: l, targetTime: f };
1832
- }, Ot = function(i = e(this, s, mt).call(this)) {
1833
- !t(this, s, _t) || t(this, S) || e(this, s, E).call(this) || (t(this, z).textContent = e(this, s, Ks).call(this, i));
1851
+ }, Qt = function(i = e(this, s, mt).call(this)) {
1852
+ !t(this, s, Zt) || t(this, M) || e(this, s, E).call(this) || (t(this, L).textContent = e(this, s, Gs).call(this, i));
1834
1853
  }, I = function(i = e(this, s, mt).call(this)) {
1835
1854
  const a = Number.isFinite(t(this, o).duration) && t(this, o).duration > 0;
1836
1855
  if (a && t(this, ht) !== null) {
@@ -1838,102 +1857,102 @@ b = new WeakMap(), Qt = new WeakMap(), H = new WeakMap(), ts = new WeakMap(), B
1838
1857
  r(this, kt, f), e(this, s, ft).call(this, t(this, ht)), t(this, m).setAttribute("aria-valuemin", "0"), t(this, m).setAttribute("aria-valuemax", `${t(this, o).duration}`), t(this, m).setAttribute("aria-valuenow", `${f}`), t(this, m).setAttribute(
1839
1858
  "aria-valuetext",
1840
1859
  `${q(f)} of ${q(t(this, o).duration)}`
1841
- ), e(this, s, Ot).call(this, f);
1860
+ ), e(this, s, Qt).call(this, f);
1842
1861
  return;
1843
1862
  }
1844
1863
  const l = a ? Math.min(t(this, o).duration, Math.max(0, i)) : i, u = a ? l / t(this, o).duration : 0;
1845
1864
  r(this, kt, Number.isFinite(l) ? Math.max(0, l) : 0), e(this, s, ft).call(this, u), t(this, m).setAttribute("aria-valuemin", "0"), t(this, m).setAttribute("aria-valuemax", a ? `${t(this, o).duration}` : "0"), t(this, m).setAttribute("aria-valuenow", a ? `${l}` : "0"), t(this, m).setAttribute(
1846
1865
  "aria-valuetext",
1847
1866
  a ? `${q(l)} of ${q(t(this, o).duration)}` : "Loading video"
1848
- ), e(this, s, Ot).call(this, l);
1849
- }, bt = function(i, a = t(this, g), l = !0) {
1867
+ ), e(this, s, Qt).call(this, l);
1868
+ }, bt = function(i, a = t(this, y), l = !0) {
1850
1869
  if (!Number.isFinite(t(this, o).duration) || t(this, o).duration <= 0) return t(this, o).currentTime;
1851
- const u = t(this, m).getBoundingClientRect(), f = e(this, s, Ai).call(this, i, u), v = e(this, s, Fi).call(this, i, u, f, a);
1852
- return l && e(this, s, ft).call(this, v.percent), t(this, s, _t) || t(this, h).style.setProperty("--sp-scrub-preview-left", `${e(this, s, ys).call(this, v.percent, u)}px`), t(this, xs).textContent = q(v.targetTime), t(this, z).textContent = e(this, s, Ks).call(this, v.targetTime), l && (t(this, m).setAttribute("aria-valuenow", `${v.targetTime}`), t(this, m).setAttribute(
1870
+ const u = t(this, m).getBoundingClientRect(), f = e(this, s, Li).call(this, i, u), v = e(this, s, Si).call(this, i, u, f, a);
1871
+ return l && e(this, s, ft).call(this, v.percent), t(this, s, Zt) || t(this, c).style.setProperty("--sp-scrub-preview-left", `${e(this, s, ks).call(this, v.percent, u)}px`), t(this, Ts).textContent = q(v.targetTime), t(this, L).textContent = e(this, s, Gs).call(this, v.targetTime), l && (t(this, m).setAttribute("aria-valuenow", `${v.targetTime}`), t(this, m).setAttribute(
1853
1872
  "aria-valuetext",
1854
1873
  `${q(v.targetTime)} of ${q(t(this, o).duration)}`
1855
- )), e(this, s, Si).call(this), v.targetTime;
1856
- }, Kt = function() {
1857
- r(this, Rt, !1), t(this, h)?.classList.remove("has-controls-collision");
1858
- }, Si = function() {
1859
- if (!t(this, g) && !t(this, S) || !t(this, X) || !t(this, ss) || t(this, s, _t)) {
1860
- e(this, s, Kt).call(this);
1874
+ )), e(this, s, Mi).call(this), v.targetTime;
1875
+ }, ts = function() {
1876
+ r(this, qt, !1), t(this, c)?.classList.remove("has-controls-collision");
1877
+ }, Mi = function() {
1878
+ if (!t(this, y) && !t(this, M) || !t(this, _) || !t(this, rs) || t(this, s, Zt)) {
1879
+ e(this, s, ts).call(this);
1861
1880
  return;
1862
1881
  }
1863
- const i = t(this, X).getBoundingClientRect(), a = t(this, ss).getBoundingClientRect(), l = i.width > 0 && i.height > 0, u = t(this, Rt) ? t(this, he) : t(this, le), f = l && a.right >= i.left - u && a.left <= i.right + u && a.bottom >= i.top - u && a.top <= i.bottom + u;
1864
- r(this, Rt, f), t(this, h).classList.toggle("has-controls-collision", t(this, Rt));
1865
- }, Gt = function() {
1882
+ const i = t(this, _).getBoundingClientRect(), a = t(this, rs).getBoundingClientRect(), l = i.width > 0 && i.height > 0, u = t(this, qt) ? t(this, ce) : t(this, he), f = l && a.right >= i.left - u && a.left <= i.right + u && a.bottom >= i.top - u && a.top <= i.bottom + u;
1883
+ r(this, qt, f), t(this, c).classList.toggle("has-controls-collision", t(this, qt));
1884
+ }, ss = function() {
1866
1885
  t(this, vt) && (window.cancelAnimationFrame(t(this, vt)), r(this, vt, 0));
1867
- }, Mi = function() {
1868
- e(this, s, Gt).call(this), e(this, s, k).call(this);
1886
+ }, Vi = function() {
1887
+ e(this, s, ss).call(this), e(this, s, k).call(this);
1869
1888
  const i = () => {
1870
- e(this, s, I).call(this, e(this, s, mt).call(this)), e(this, s, ii).call(this) && r(this, vt, window.requestAnimationFrame(i));
1889
+ e(this, s, I).call(this, e(this, s, mt).call(this)), e(this, s, ri).call(this) && r(this, vt, window.requestAnimationFrame(i));
1871
1890
  };
1872
1891
  r(this, vt, window.requestAnimationFrame(i));
1873
1892
  }, C = function() {
1874
- const i = !t(this, o).paused && (!t(this, o).ended || t(this, o).loop) || t(this, g) && t(this, ot), a = t(this, F) ? t(this, F) === "playing" : i;
1875
- if (t(this, h).classList.toggle("is-playing", a), t(this, Y).setAttribute("aria-label", a ? "Pause video" : "Play video"), t(this, g)) {
1876
- e(this, s, Gt).call(this);
1893
+ const i = !t(this, o).paused && (!t(this, o).ended || t(this, o).loop) || t(this, y) && t(this, ot), a = t(this, S) ? t(this, S) === "playing" : i;
1894
+ if (t(this, c).classList.toggle("is-playing", a), t(this, X).setAttribute("aria-label", a ? "Pause video" : "Play video"), t(this, y)) {
1895
+ e(this, s, ss).call(this);
1877
1896
  return;
1878
1897
  }
1879
- i && t(this, h).classList.contains("has-loaded-once") && !t(this, h).classList.contains("is-progress-settling") ? e(this, s, Mi).call(this) : (e(this, s, Gt).call(this), e(this, s, I).call(this));
1898
+ i && t(this, c).classList.contains("has-loaded-once") && !t(this, c).classList.contains("is-progress-settling") ? e(this, s, Vi).call(this) : (e(this, s, ss).call(this), e(this, s, I).call(this));
1880
1899
  }, Ft = function() {
1881
- t(this, Vt) && (window.clearTimeout(t(this, Vt)), r(this, Vt, 0));
1882
- }, Vi = function() {
1883
- return Gi(t(this, o), t(this, y));
1884
- }, M = new WeakMap(), oi = function(i) {
1885
- if (!t(this, y)) return;
1900
+ t(this, zt) && (window.clearTimeout(t(this, zt)), r(this, zt, 0));
1901
+ }, zi = function() {
1902
+ return Ji(t(this, o), t(this, w));
1903
+ }, V = new WeakMap(), ni = function(i) {
1904
+ if (!t(this, w)) return;
1886
1905
  const a = t(this, T).getBoundingClientRect(), l = Math.min(1, Math.max(0, 1 - (i - a.top) / a.height)), u = Math.round(l * 100) / 100;
1887
- t(this, o).volume = u, t(this, o).muted = u <= 0, t(this, M).call(this);
1888
- }, Ws = function(i) {
1906
+ t(this, o).volume = u, t(this, o).muted = u <= 0, t(this, V).call(this);
1907
+ }, js = function(i) {
1889
1908
  i !== null && t(this, T).hasPointerCapture(i) && t(this, T).releasePointerCapture(i);
1890
- }, Jt = function(i) {
1891
- r(this, W, !1), r(this, x, null), t(this, Z).classList.remove("is-scrubbing-volume"), t(this, T).blur(), e(this, s, Ws).call(this, i), e(this, s, hi).call(this, 260);
1892
- }, At = new WeakMap(), js = function() {
1893
- return _i(t(this, b));
1894
- }, ni = function() {
1895
- return Wi(this.fullscreenEnabled, t(this, h), t(this, o));
1909
+ }, es = function(i) {
1910
+ r(this, j, !1), r(this, x, null), t(this, $).classList.remove("is-scrubbing-volume"), t(this, T).blur(), e(this, s, js).call(this, i), e(this, s, ci).call(this, 260);
1911
+ }, At = new WeakMap(), Os = function() {
1912
+ return Wi(t(this, b));
1913
+ }, ai = function() {
1914
+ return ji(this.fullscreenEnabled, t(this, c), t(this, o));
1896
1915
  }, Ii = function() {
1897
- return ji(t(this, h));
1898
- }, zi = function() {
1899
- Oi(t(this, o));
1916
+ return Oi(t(this, c));
1900
1917
  }, Ri = function() {
1901
- return Ki();
1902
- }, Xt = new WeakMap(), Lt = new WeakMap(), Di = function(i) {
1903
- e(this, s, U).call(this), e(this, s, ws).call(this), e(this, s, Zs).call(this, t(this, P)), e(this, s, Ws).call(this, t(this, x)), e(this, s, Ft).call(this), r(this, R, !1), r(this, g, !1), r(this, S, !1), t(this, h).classList.remove("is-progress-hovering"), r(this, P, null), r(this, J, !1), r(this, ct, !1), r(this, W, !1), r(this, x, null), e(this, s, Xs).call(this), t(this, Ss).call(this), t(this, j).style.removeProperty("--sp-control-hover-offset"), t(this, w).classList.remove("is-volume-open"), t(this, Z).classList.remove("is-scrubbing-volume"), t(this, h).classList.remove("is-scrubbing"), t(this, h).classList.remove("is-pointer-active");
1918
+ Ki(t(this, o));
1919
+ }, Di = function() {
1920
+ return Gi();
1921
+ }, Wt = new WeakMap(), Lt = new WeakMap(), qi = function(i) {
1922
+ e(this, s, Y).call(this), e(this, s, Ps).call(this), e(this, s, Zs).call(this, t(this, P)), e(this, s, js).call(this, t(this, x)), e(this, s, Ft).call(this), r(this, R, !1), r(this, y, !1), r(this, M, !1), t(this, c).classList.remove("is-progress-hovering"), r(this, P, null), r(this, Q, !1), r(this, ct, !1), r(this, j, !1), r(this, x, null), e(this, s, _s).call(this), t(this, zs).call(this), t(this, O).style.removeProperty("--sp-control-hover-offset"), t(this, g).classList.remove("is-volume-open"), t(this, $).classList.remove("is-scrubbing-volume"), t(this, c).classList.remove("is-scrubbing"), t(this, c).classList.remove("is-pointer-active");
1904
1923
  const a = t(this, b).activeElement;
1905
- a instanceof HTMLElement && a.blur(), i ? e(this, s, Ke).call(this) : e(this, s, fs).call(this);
1906
- }, Vs = new WeakMap(), Zs = function(i) {
1924
+ a instanceof HTMLElement && a.blur(), i ? e(this, s, Ge).call(this) : e(this, s, gs).call(this);
1925
+ }, Rs = new WeakMap(), Zs = function(i) {
1907
1926
  i !== null && t(this, m).hasPointerCapture(i) && t(this, m).releasePointerCapture(i);
1908
- }, ai = async function(i, a, l) {
1909
- if (!t(this, R) && !t(this, g)) return;
1910
- const u = t(this, g);
1911
- e(this, s, Ft).call(this), r(this, R, !1), r(this, g, !1), r(this, S, !1), t(this, h).classList.remove("is-progress-hovering"), r(this, P, null), t(this, h).classList.remove("is-scrubbing"), e(this, s, Kt).call(this), e(this, s, Zs).call(this, a), l && i !== null && (e(this, s, st).call(this), r(this, L, e(this, s, bt).call(this, i, u)), r(this, _, !0), r(this, gt, t(this, ot)), t(this, o).currentTime = t(this, L), e(this, s, k).call(this, t(this, L))), e(this, s, I).call(this, t(this, L)), u && t(this, ot) && await t(this, o).play(), e(this, s, Q).call(this);
1912
- }, Os = function(i) {
1913
- !t(this, R) && !t(this, g) || (e(this, s, Ft).call(this), r(this, R, !1), r(this, g, !1), r(this, S, !1), t(this, h).classList.remove("is-progress-hovering"), r(this, P, null), t(this, h).classList.remove("is-scrubbing"), e(this, s, Kt).call(this), e(this, s, Zs).call(this, i), e(this, s, k).call(this), e(this, s, I).call(this), t(this, ot) && t(this, o).play(), e(this, s, Q).call(this));
1927
+ }, li = async function(i, a, l) {
1928
+ if (!t(this, R) && !t(this, y)) return;
1929
+ const u = t(this, y);
1930
+ e(this, s, Ft).call(this), r(this, R, !1), r(this, y, !1), r(this, M, !1), t(this, c).classList.remove("is-progress-hovering"), r(this, P, null), t(this, c).classList.remove("is-scrubbing"), e(this, s, ts).call(this), e(this, s, Zs).call(this, a), l && i !== null && (e(this, s, et).call(this), r(this, F, e(this, s, bt).call(this, i, u)), r(this, W, !0), r(this, gt, t(this, ot)), t(this, o).currentTime = t(this, F), e(this, s, k).call(this, t(this, F))), e(this, s, I).call(this, t(this, F)), u && t(this, ot) && await t(this, o).play(), e(this, s, tt).call(this);
1914
1931
  }, Ks = function(i) {
1915
- if (!t(this, ls)) return q(i);
1932
+ !t(this, R) && !t(this, y) || (e(this, s, Ft).call(this), r(this, R, !1), r(this, y, !1), r(this, M, !1), t(this, c).classList.remove("is-progress-hovering"), r(this, P, null), t(this, c).classList.remove("is-scrubbing"), e(this, s, ts).call(this), e(this, s, Zs).call(this, i), e(this, s, k).call(this), e(this, s, I).call(this), t(this, ot) && t(this, o).play(), e(this, s, tt).call(this));
1933
+ }, Gs = function(i) {
1934
+ if (!t(this, us)) return q(i);
1916
1935
  const a = Number.isFinite(t(this, o).duration) ? t(this, o).duration : 0;
1917
1936
  return a <= 0 ? q(i) : `-${q(Math.max(0, a - i))}`;
1918
- }, qi = function() {
1919
- t(this, Ct) && (window.clearTimeout(t(this, Ct)), r(this, Ct, 0));
1920
1937
  }, Hi = function() {
1921
- e(this, s, qi).call(this), t(this, z).classList.remove("is-time-animating"), t(this, z).offsetWidth, t(this, z).classList.add("is-time-animating"), r(this, Ct, window.setTimeout(() => {
1922
- r(this, Ct, 0), t(this, z).classList.remove("is-time-animating");
1938
+ t(this, Ct) && (window.clearTimeout(t(this, Ct)), r(this, Ct, 0));
1939
+ }, Bi = function() {
1940
+ e(this, s, Hi).call(this), t(this, L).classList.remove("is-time-animating"), t(this, L).offsetWidth, t(this, L).classList.add("is-time-animating"), r(this, Ct, window.setTimeout(() => {
1941
+ r(this, Ct, 0), t(this, L).classList.remove("is-time-animating");
1923
1942
  }, 240));
1924
- }, de = new WeakMap(), me = new WeakMap(), fe = new WeakMap(), be = new WeakMap(), ws = function() {
1943
+ }, me = new WeakMap(), fe = new WeakMap(), be = new WeakMap(), ve = new WeakMap(), Ps = function() {
1925
1944
  t(this, Pt) && (window.clearTimeout(t(this, Pt)), r(this, Pt, 0));
1926
- }, li = function() {
1927
- !this.volumeEnabled || !this.volumeSliderEnabled || !t(this, y) || (e(this, s, ws).call(this), t(this, w).classList.add("is-volume-open"));
1928
- }, cs = new WeakMap(), hi = function(i = 150) {
1929
- e(this, s, ws).call(this), r(this, Pt, window.setTimeout(t(this, cs), i));
1930
- }, Is = new WeakMap(), zs = new WeakMap(), ve = new WeakMap(), ge = new WeakMap(), ye = new WeakMap(), we = new WeakMap(), xe = new WeakMap(), ke = new WeakMap(), Pe = new WeakMap(), Te = new WeakMap(), Rs = new WeakMap(), Ds = new WeakMap(), Ee = new WeakMap(), Ce = new WeakMap(), Ae = new WeakMap(), Le = new WeakMap(), Fe = new WeakMap(), Se = new WeakMap(), Me = new WeakMap(), Ve = new WeakMap(), Ie = new WeakMap(), ze = new WeakMap(), Re = new WeakMap(), De = new WeakMap(), qe = new WeakMap(), us = new WeakMap(), He = new WeakMap(), Be = new WeakMap(), $e = new WeakMap(), Ne = new WeakMap(), Ue = new WeakMap(), Ye = new WeakMap(), A = function() {
1945
+ }, hi = function() {
1946
+ !this.volumeEnabled || !this.volumeSliderEnabled || !t(this, w) || (e(this, s, Ps).call(this), t(this, g).classList.add("is-volume-open"));
1947
+ }, ds = new WeakMap(), ci = function(i = 150) {
1948
+ e(this, s, Ps).call(this), r(this, Pt, window.setTimeout(t(this, ds), i));
1949
+ }, jt = new WeakMap(), Ot = new WeakMap(), ge = new WeakMap(), ye = new WeakMap(), we = new WeakMap(), xe = new WeakMap(), ke = new WeakMap(), Pe = new WeakMap(), Te = new WeakMap(), Ee = new WeakMap(), Ds = new WeakMap(), qs = new WeakMap(), Ce = new WeakMap(), Ae = new WeakMap(), Le = new WeakMap(), Fe = new WeakMap(), Se = new WeakMap(), Me = new WeakMap(), Ve = new WeakMap(), ze = new WeakMap(), Ie = new WeakMap(), Re = new WeakMap(), De = new WeakMap(), qe = new WeakMap(), He = new WeakMap(), ms = new WeakMap(), Be = new WeakMap(), $e = new WeakMap(), Ne = new WeakMap(), Ue = new WeakMap(), Ye = new WeakMap(), Xe = new WeakMap(), A = function() {
1931
1950
  return window.matchMedia("(max-width: 768px)").matches && window.matchMedia("(hover: none), (pointer: coarse)").matches;
1932
- }, Bi = function() {
1933
- t(this, o) && (t(this, H)?.disconnect(), r(this, H, null), e(this, s, vs).call(this), e(this, s, _s).call(this), r(this, B, !1), r(this, is, 0), r(this, $, !1), r(this, N, !1), r(this, O, !1), r(this, K, !1), r(this, G, t(this, G) + 1), r(this, xt, !1), r(this, kt, 0), e(this, s, st).call(this), r(this, y, !0), r(this, _, !1), r(this, gt, !1), r(this, F, null), t(this, h).classList.remove("has-loaded-once", "has-visible-frame", "is-progress-settling"), t(this, o).dataset.src = this.src, t(this, o).pause(), t(this, o).removeAttribute("src"), t(this, o).preload = "none", e(this, s, ds).call(this), t(this, o).load(), e(this, s, ft).call(this, 0), t(this, M).call(this), t(this, V).call(this), e(this, s, C).call(this));
1934
- }, pi(fi, "observedAttributes", Xi);
1935
- customElements.get("simple-player") || customElements.define("simple-player", fi);
1951
+ }, $i = function() {
1952
+ t(this, o) && (t(this, H)?.disconnect(), r(this, H, null), e(this, s, ws).call(this), e(this, s, Ws).call(this), r(this, B, !1), r(this, ns, 0), r(this, N, !1), r(this, U, !1), r(this, K, !1), r(this, G, !1), r(this, J, t(this, J) + 1), r(this, xt, !1), r(this, kt, 0), e(this, s, et).call(this), r(this, w, !0), r(this, W, !1), r(this, gt, !1), r(this, S, null), t(this, c).classList.remove("has-loaded-once", "has-visible-frame", "is-progress-settling"), t(this, o).dataset.src = this.src, t(this, o).pause(), t(this, o).removeAttribute("src"), t(this, o).preload = "none", e(this, s, bs).call(this), t(this, o).load(), e(this, s, ft).call(this, 0), t(this, V).call(this), t(this, z).call(this), e(this, s, C).call(this));
1953
+ }, di(bi, "observedAttributes", _i);
1954
+ customElements.get("simple-player") || customElements.define("simple-player", bi);
1936
1955
  export {
1937
- fi as SimplePlayer
1956
+ bi as SimplePlayer
1938
1957
  };
1939
1958
  //# sourceMappingURL=simple-player.js.map