@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 +3 -1
- package/dist/main.js +4 -3
- package/package.json +1 -1
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
|
-
|
|
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
|
-
|
|
25710
|
-
|
|
25711
|
-
|
|
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
|
}
|