@spash/frontlib 1.2.14-beta.1 → 1.2.14-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/main.d.ts CHANGED
@@ -460,6 +460,8 @@ export declare interface SessionEvent {
460
460
  currentScoreHome: number[];
461
461
  aiCalculated: boolean;
462
462
  duration: number;
463
+ aiZapping: boolean;
464
+ filenames: string[];
463
465
  ngtvSession: Session;
464
466
  ngtvSessionTeam: SessionTeam;
465
467
  ngtvSessionPlayer: SessionPlayer;
@@ -560,7 +562,7 @@ export declare interface SessionPlayerPadelStats {
560
562
  video_path: string;
561
563
  sentence: string;
562
564
  global_mvp: boolean;
563
- award_count: {
565
+ award_counts: {
564
566
  top_1?: number;
565
567
  top_5?: number;
566
568
  top_10?: number;
package/dist/main.js CHANGED
@@ -25706,9 +25706,10 @@ const NI = {
25706
25706
  }, oe = ([{ isIntersecting: y }]) => {
25707
25707
  if (y && !C.value) {
25708
25708
  const x = setInterval(() => {
25709
- v.value.clientWidth > p[r.spashMode].width && v.value.clientHeight > p[r.spashMode].height && (C.value = !0, s("player:loaded", {
25710
- width: v.value.clientWidth,
25711
- height: v.value.clientHeight
25709
+ var S, R, L, P;
25710
+ ((S = v.value) == null ? void 0 : S.clientWidth) > p[r.spashMode].width && ((R = v.value) == null ? void 0 : R.clientHeight) > p[r.spashMode].height && (C.value = !0, s("player:loaded", {
25711
+ width: (L = v.value) == null ? void 0 : L.clientWidth,
25712
+ height: (P = v.value) == null ? void 0 : P.clientHeight
25712
25713
  }), clearInterval(x));
25713
25714
  }, 1e3);
25714
25715
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spash/frontlib",
3
- "version": "1.2.14-beta.1",
3
+ "version": "1.2.14-beta.2",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"