@video-lab/vue-frame 3.0.0 → 3.0.1
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/VideoPlayerFrame.vue.d.ts +33 -33
- package/package.json +3 -3
|
@@ -82,9 +82,9 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
82
82
|
bitrate?: number | undefined;
|
|
83
83
|
}[];
|
|
84
84
|
subtitles?: {
|
|
85
|
-
locale: string;
|
|
86
85
|
label: string;
|
|
87
86
|
id: number;
|
|
87
|
+
locale: string;
|
|
88
88
|
}[] | undefined;
|
|
89
89
|
};
|
|
90
90
|
} | {
|
|
@@ -127,8 +127,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
127
127
|
} | {
|
|
128
128
|
event: "qualitychange";
|
|
129
129
|
payload: {
|
|
130
|
-
auto: boolean;
|
|
131
130
|
level: number;
|
|
131
|
+
auto: boolean;
|
|
132
132
|
};
|
|
133
133
|
} | {
|
|
134
134
|
event: "subtitlechange";
|
|
@@ -141,7 +141,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
141
141
|
code: "E_MEDIA_NOT_SUPPORTED" | "E_MANIFEST_PARSE" | "E_MEDIA_DECODE" | "E_MEDIA_ABORTED" | "E_SUBTITLE_LOAD_FAILED" | "E_AUTOPLAY_BLOCKED" | "E_NETWORK" | "E_NETWORK_TIMEOUT" | "E_AUTH_EXPIRED" | "E_ENV_CSP_BLOCKED" | "E_METHOD_NOT_SUPPORTED" | "E_DANMAKU_SEND_FAILED" | "E_INTERNAL" | "E_UNKNOWN" | "E_PLAYER_DESTROYED" | "E_HANDSHAKE_TIMEOUT" | "E_HANDSHAKE_VERSION_MISMATCH" | "E_LOAD_FAILED" | "E_FRAME_CRASHED";
|
|
142
142
|
message: string;
|
|
143
143
|
retryable: boolean;
|
|
144
|
-
category: "
|
|
144
|
+
category: "manifest" | "media" | "network" | "auth" | "env" | "autoplay";
|
|
145
145
|
cause?: import('zod').objectOutputType<{
|
|
146
146
|
name: import('zod').ZodString;
|
|
147
147
|
message: import('zod').ZodString;
|
|
@@ -244,7 +244,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
244
244
|
phase: "start" | "end";
|
|
245
245
|
position: number;
|
|
246
246
|
durationMs?: number | undefined;
|
|
247
|
-
kind?: "
|
|
247
|
+
kind?: "playback" | "firstframe" | "seek" | undefined;
|
|
248
248
|
};
|
|
249
249
|
} | {
|
|
250
250
|
event: "playablechange";
|
|
@@ -252,7 +252,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
252
252
|
reason: "error" | "stalled" | "ok" | "initializing" | "buffering" | "reconnecting" | "autoplay_blocked" | "frame_disconnected" | "degraded";
|
|
253
253
|
playable: boolean;
|
|
254
254
|
recoverable: boolean;
|
|
255
|
-
action?: "play" | "
|
|
255
|
+
action?: "play" | "retry" | "replace-source" | "recreate-frame" | "none" | undefined;
|
|
256
256
|
};
|
|
257
257
|
} | {
|
|
258
258
|
event: "kernelhealth";
|
|
@@ -308,8 +308,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
308
308
|
} | {
|
|
309
309
|
event: "useraction";
|
|
310
310
|
payload: {
|
|
311
|
-
source: string;
|
|
312
311
|
action: "seek" | "switch_play_pause" | "switch_fullscreen" | "switch_cssfullscreen" | "switch_css_fullscreen" | "change_definition" | "change_rate" | "change_volume" | "change_muted" | "change_pip" | "rotate" | "shot" | "download" | "switch_danmu" | "error_retry";
|
|
312
|
+
source: string;
|
|
313
313
|
from: string | number | boolean | null;
|
|
314
314
|
to: string | number | boolean | null;
|
|
315
315
|
};
|
|
@@ -361,9 +361,9 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
361
361
|
bitrate?: number | undefined;
|
|
362
362
|
}[];
|
|
363
363
|
subtitles?: {
|
|
364
|
-
locale: string;
|
|
365
364
|
label: string;
|
|
366
365
|
id: number;
|
|
366
|
+
locale: string;
|
|
367
367
|
}[] | undefined;
|
|
368
368
|
};
|
|
369
369
|
} | {
|
|
@@ -406,8 +406,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
406
406
|
} | {
|
|
407
407
|
event: "qualitychange";
|
|
408
408
|
payload: {
|
|
409
|
-
auto: boolean;
|
|
410
409
|
level: number;
|
|
410
|
+
auto: boolean;
|
|
411
411
|
};
|
|
412
412
|
} | {
|
|
413
413
|
event: "subtitlechange";
|
|
@@ -420,7 +420,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
420
420
|
code: "E_MEDIA_NOT_SUPPORTED" | "E_MANIFEST_PARSE" | "E_MEDIA_DECODE" | "E_MEDIA_ABORTED" | "E_SUBTITLE_LOAD_FAILED" | "E_AUTOPLAY_BLOCKED" | "E_NETWORK" | "E_NETWORK_TIMEOUT" | "E_AUTH_EXPIRED" | "E_ENV_CSP_BLOCKED" | "E_METHOD_NOT_SUPPORTED" | "E_DANMAKU_SEND_FAILED" | "E_INTERNAL" | "E_UNKNOWN" | "E_PLAYER_DESTROYED" | "E_HANDSHAKE_TIMEOUT" | "E_HANDSHAKE_VERSION_MISMATCH" | "E_LOAD_FAILED" | "E_FRAME_CRASHED";
|
|
421
421
|
message: string;
|
|
422
422
|
retryable: boolean;
|
|
423
|
-
category: "
|
|
423
|
+
category: "manifest" | "media" | "network" | "auth" | "env" | "autoplay";
|
|
424
424
|
cause?: import('zod').objectOutputType<{
|
|
425
425
|
name: import('zod').ZodString;
|
|
426
426
|
message: import('zod').ZodString;
|
|
@@ -523,7 +523,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
523
523
|
phase: "start" | "end";
|
|
524
524
|
position: number;
|
|
525
525
|
durationMs?: number | undefined;
|
|
526
|
-
kind?: "
|
|
526
|
+
kind?: "playback" | "firstframe" | "seek" | undefined;
|
|
527
527
|
};
|
|
528
528
|
} | {
|
|
529
529
|
event: "playablechange";
|
|
@@ -531,7 +531,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
531
531
|
reason: "error" | "stalled" | "ok" | "initializing" | "buffering" | "reconnecting" | "autoplay_blocked" | "frame_disconnected" | "degraded";
|
|
532
532
|
playable: boolean;
|
|
533
533
|
recoverable: boolean;
|
|
534
|
-
action?: "play" | "
|
|
534
|
+
action?: "play" | "retry" | "replace-source" | "recreate-frame" | "none" | undefined;
|
|
535
535
|
};
|
|
536
536
|
} | {
|
|
537
537
|
event: "kernelhealth";
|
|
@@ -587,16 +587,16 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
587
587
|
} | {
|
|
588
588
|
event: "useraction";
|
|
589
589
|
payload: {
|
|
590
|
-
source: string;
|
|
591
590
|
action: "seek" | "switch_play_pause" | "switch_fullscreen" | "switch_cssfullscreen" | "switch_css_fullscreen" | "change_definition" | "change_rate" | "change_volume" | "change_muted" | "change_pip" | "rotate" | "shot" | "download" | "switch_danmu" | "error_retry";
|
|
591
|
+
source: string;
|
|
592
592
|
from: string | number | boolean | null;
|
|
593
593
|
to: string | number | boolean | null;
|
|
594
594
|
};
|
|
595
595
|
};
|
|
596
596
|
producerSessionId: string;
|
|
597
|
-
sequence: number;
|
|
598
597
|
deliveryId: string;
|
|
599
598
|
occurredAtMs: number;
|
|
599
|
+
sequence: number;
|
|
600
600
|
}) => void;
|
|
601
601
|
ready: (payload: {
|
|
602
602
|
duration: number;
|
|
@@ -633,7 +633,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
633
633
|
code: "E_MEDIA_NOT_SUPPORTED" | "E_MANIFEST_PARSE" | "E_MEDIA_DECODE" | "E_MEDIA_ABORTED" | "E_SUBTITLE_LOAD_FAILED" | "E_AUTOPLAY_BLOCKED" | "E_NETWORK" | "E_NETWORK_TIMEOUT" | "E_AUTH_EXPIRED" | "E_ENV_CSP_BLOCKED" | "E_METHOD_NOT_SUPPORTED" | "E_DANMAKU_SEND_FAILED" | "E_INTERNAL" | "E_UNKNOWN" | "E_PLAYER_DESTROYED" | "E_HANDSHAKE_TIMEOUT" | "E_HANDSHAKE_VERSION_MISMATCH" | "E_LOAD_FAILED" | "E_FRAME_CRASHED";
|
|
634
634
|
message: string;
|
|
635
635
|
retryable: boolean;
|
|
636
|
-
category: "
|
|
636
|
+
category: "manifest" | "media" | "network" | "auth" | "env" | "autoplay";
|
|
637
637
|
cause?: import('zod').objectOutputType<{
|
|
638
638
|
name: import('zod').ZodString;
|
|
639
639
|
message: import('zod').ZodString;
|
|
@@ -656,7 +656,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
656
656
|
reason: "error" | "stalled" | "ok" | "initializing" | "buffering" | "reconnecting" | "autoplay_blocked" | "frame_disconnected" | "degraded";
|
|
657
657
|
playable: boolean;
|
|
658
658
|
recoverable: boolean;
|
|
659
|
-
action?: "play" | "
|
|
659
|
+
action?: "play" | "retry" | "replace-source" | "recreate-frame" | "none" | undefined;
|
|
660
660
|
}) => void;
|
|
661
661
|
kernelHealth: (payload: {
|
|
662
662
|
reason: "media" | "network" | "other";
|
|
@@ -729,8 +729,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
729
729
|
active: boolean;
|
|
730
730
|
}) => void;
|
|
731
731
|
userAction: (payload: {
|
|
732
|
-
source: string;
|
|
733
732
|
action: "seek" | "switch_play_pause" | "switch_fullscreen" | "switch_cssfullscreen" | "switch_css_fullscreen" | "change_definition" | "change_rate" | "change_volume" | "change_muted" | "change_pip" | "rotate" | "shot" | "download" | "switch_danmu" | "error_retry";
|
|
733
|
+
source: string;
|
|
734
734
|
from: string | number | boolean | null;
|
|
735
735
|
to: string | number | boolean | null;
|
|
736
736
|
}) => void;
|
|
@@ -791,9 +791,9 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
791
791
|
bitrate?: number | undefined;
|
|
792
792
|
}[];
|
|
793
793
|
subtitles?: {
|
|
794
|
-
locale: string;
|
|
795
794
|
label: string;
|
|
796
795
|
id: number;
|
|
796
|
+
locale: string;
|
|
797
797
|
}[] | undefined;
|
|
798
798
|
};
|
|
799
799
|
} | {
|
|
@@ -836,8 +836,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
836
836
|
} | {
|
|
837
837
|
event: "qualitychange";
|
|
838
838
|
payload: {
|
|
839
|
-
auto: boolean;
|
|
840
839
|
level: number;
|
|
840
|
+
auto: boolean;
|
|
841
841
|
};
|
|
842
842
|
} | {
|
|
843
843
|
event: "subtitlechange";
|
|
@@ -850,7 +850,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
850
850
|
code: "E_MEDIA_NOT_SUPPORTED" | "E_MANIFEST_PARSE" | "E_MEDIA_DECODE" | "E_MEDIA_ABORTED" | "E_SUBTITLE_LOAD_FAILED" | "E_AUTOPLAY_BLOCKED" | "E_NETWORK" | "E_NETWORK_TIMEOUT" | "E_AUTH_EXPIRED" | "E_ENV_CSP_BLOCKED" | "E_METHOD_NOT_SUPPORTED" | "E_DANMAKU_SEND_FAILED" | "E_INTERNAL" | "E_UNKNOWN" | "E_PLAYER_DESTROYED" | "E_HANDSHAKE_TIMEOUT" | "E_HANDSHAKE_VERSION_MISMATCH" | "E_LOAD_FAILED" | "E_FRAME_CRASHED";
|
|
851
851
|
message: string;
|
|
852
852
|
retryable: boolean;
|
|
853
|
-
category: "
|
|
853
|
+
category: "manifest" | "media" | "network" | "auth" | "env" | "autoplay";
|
|
854
854
|
cause?: import('zod').objectOutputType<{
|
|
855
855
|
name: import('zod').ZodString;
|
|
856
856
|
message: import('zod').ZodString;
|
|
@@ -953,7 +953,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
953
953
|
phase: "start" | "end";
|
|
954
954
|
position: number;
|
|
955
955
|
durationMs?: number | undefined;
|
|
956
|
-
kind?: "
|
|
956
|
+
kind?: "playback" | "firstframe" | "seek" | undefined;
|
|
957
957
|
};
|
|
958
958
|
} | {
|
|
959
959
|
event: "playablechange";
|
|
@@ -961,7 +961,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
961
961
|
reason: "error" | "stalled" | "ok" | "initializing" | "buffering" | "reconnecting" | "autoplay_blocked" | "frame_disconnected" | "degraded";
|
|
962
962
|
playable: boolean;
|
|
963
963
|
recoverable: boolean;
|
|
964
|
-
action?: "play" | "
|
|
964
|
+
action?: "play" | "retry" | "replace-source" | "recreate-frame" | "none" | undefined;
|
|
965
965
|
};
|
|
966
966
|
} | {
|
|
967
967
|
event: "kernelhealth";
|
|
@@ -1017,8 +1017,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
1017
1017
|
} | {
|
|
1018
1018
|
event: "useraction";
|
|
1019
1019
|
payload: {
|
|
1020
|
-
source: string;
|
|
1021
1020
|
action: "seek" | "switch_play_pause" | "switch_fullscreen" | "switch_cssfullscreen" | "switch_css_fullscreen" | "change_definition" | "change_rate" | "change_volume" | "change_muted" | "change_pip" | "rotate" | "shot" | "download" | "switch_danmu" | "error_retry";
|
|
1021
|
+
source: string;
|
|
1022
1022
|
from: string | number | boolean | null;
|
|
1023
1023
|
to: string | number | boolean | null;
|
|
1024
1024
|
};
|
|
@@ -1070,9 +1070,9 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
1070
1070
|
bitrate?: number | undefined;
|
|
1071
1071
|
}[];
|
|
1072
1072
|
subtitles?: {
|
|
1073
|
-
locale: string;
|
|
1074
1073
|
label: string;
|
|
1075
1074
|
id: number;
|
|
1075
|
+
locale: string;
|
|
1076
1076
|
}[] | undefined;
|
|
1077
1077
|
};
|
|
1078
1078
|
} | {
|
|
@@ -1115,8 +1115,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
1115
1115
|
} | {
|
|
1116
1116
|
event: "qualitychange";
|
|
1117
1117
|
payload: {
|
|
1118
|
-
auto: boolean;
|
|
1119
1118
|
level: number;
|
|
1119
|
+
auto: boolean;
|
|
1120
1120
|
};
|
|
1121
1121
|
} | {
|
|
1122
1122
|
event: "subtitlechange";
|
|
@@ -1129,7 +1129,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
1129
1129
|
code: "E_MEDIA_NOT_SUPPORTED" | "E_MANIFEST_PARSE" | "E_MEDIA_DECODE" | "E_MEDIA_ABORTED" | "E_SUBTITLE_LOAD_FAILED" | "E_AUTOPLAY_BLOCKED" | "E_NETWORK" | "E_NETWORK_TIMEOUT" | "E_AUTH_EXPIRED" | "E_ENV_CSP_BLOCKED" | "E_METHOD_NOT_SUPPORTED" | "E_DANMAKU_SEND_FAILED" | "E_INTERNAL" | "E_UNKNOWN" | "E_PLAYER_DESTROYED" | "E_HANDSHAKE_TIMEOUT" | "E_HANDSHAKE_VERSION_MISMATCH" | "E_LOAD_FAILED" | "E_FRAME_CRASHED";
|
|
1130
1130
|
message: string;
|
|
1131
1131
|
retryable: boolean;
|
|
1132
|
-
category: "
|
|
1132
|
+
category: "manifest" | "media" | "network" | "auth" | "env" | "autoplay";
|
|
1133
1133
|
cause?: import('zod').objectOutputType<{
|
|
1134
1134
|
name: import('zod').ZodString;
|
|
1135
1135
|
message: import('zod').ZodString;
|
|
@@ -1232,7 +1232,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
1232
1232
|
phase: "start" | "end";
|
|
1233
1233
|
position: number;
|
|
1234
1234
|
durationMs?: number | undefined;
|
|
1235
|
-
kind?: "
|
|
1235
|
+
kind?: "playback" | "firstframe" | "seek" | undefined;
|
|
1236
1236
|
};
|
|
1237
1237
|
} | {
|
|
1238
1238
|
event: "playablechange";
|
|
@@ -1240,7 +1240,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
1240
1240
|
reason: "error" | "stalled" | "ok" | "initializing" | "buffering" | "reconnecting" | "autoplay_blocked" | "frame_disconnected" | "degraded";
|
|
1241
1241
|
playable: boolean;
|
|
1242
1242
|
recoverable: boolean;
|
|
1243
|
-
action?: "play" | "
|
|
1243
|
+
action?: "play" | "retry" | "replace-source" | "recreate-frame" | "none" | undefined;
|
|
1244
1244
|
};
|
|
1245
1245
|
} | {
|
|
1246
1246
|
event: "kernelhealth";
|
|
@@ -1296,16 +1296,16 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
1296
1296
|
} | {
|
|
1297
1297
|
event: "useraction";
|
|
1298
1298
|
payload: {
|
|
1299
|
-
source: string;
|
|
1300
1299
|
action: "seek" | "switch_play_pause" | "switch_fullscreen" | "switch_cssfullscreen" | "switch_css_fullscreen" | "change_definition" | "change_rate" | "change_volume" | "change_muted" | "change_pip" | "rotate" | "shot" | "download" | "switch_danmu" | "error_retry";
|
|
1300
|
+
source: string;
|
|
1301
1301
|
from: string | number | boolean | null;
|
|
1302
1302
|
to: string | number | boolean | null;
|
|
1303
1303
|
};
|
|
1304
1304
|
};
|
|
1305
1305
|
producerSessionId: string;
|
|
1306
|
-
sequence: number;
|
|
1307
1306
|
deliveryId: string;
|
|
1308
1307
|
occurredAtMs: number;
|
|
1308
|
+
sequence: number;
|
|
1309
1309
|
}) => any) | undefined;
|
|
1310
1310
|
onReady?: ((payload: {
|
|
1311
1311
|
duration: number;
|
|
@@ -1342,7 +1342,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
1342
1342
|
code: "E_MEDIA_NOT_SUPPORTED" | "E_MANIFEST_PARSE" | "E_MEDIA_DECODE" | "E_MEDIA_ABORTED" | "E_SUBTITLE_LOAD_FAILED" | "E_AUTOPLAY_BLOCKED" | "E_NETWORK" | "E_NETWORK_TIMEOUT" | "E_AUTH_EXPIRED" | "E_ENV_CSP_BLOCKED" | "E_METHOD_NOT_SUPPORTED" | "E_DANMAKU_SEND_FAILED" | "E_INTERNAL" | "E_UNKNOWN" | "E_PLAYER_DESTROYED" | "E_HANDSHAKE_TIMEOUT" | "E_HANDSHAKE_VERSION_MISMATCH" | "E_LOAD_FAILED" | "E_FRAME_CRASHED";
|
|
1343
1343
|
message: string;
|
|
1344
1344
|
retryable: boolean;
|
|
1345
|
-
category: "
|
|
1345
|
+
category: "manifest" | "media" | "network" | "auth" | "env" | "autoplay";
|
|
1346
1346
|
cause?: import('zod').objectOutputType<{
|
|
1347
1347
|
name: import('zod').ZodString;
|
|
1348
1348
|
message: import('zod').ZodString;
|
|
@@ -1365,7 +1365,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
1365
1365
|
reason: "error" | "stalled" | "ok" | "initializing" | "buffering" | "reconnecting" | "autoplay_blocked" | "frame_disconnected" | "degraded";
|
|
1366
1366
|
playable: boolean;
|
|
1367
1367
|
recoverable: boolean;
|
|
1368
|
-
action?: "play" | "
|
|
1368
|
+
action?: "play" | "retry" | "replace-source" | "recreate-frame" | "none" | undefined;
|
|
1369
1369
|
}) => any) | undefined;
|
|
1370
1370
|
onKernelHealth?: ((payload: {
|
|
1371
1371
|
reason: "media" | "network" | "other";
|
|
@@ -1438,14 +1438,14 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<
|
|
|
1438
1438
|
active: boolean;
|
|
1439
1439
|
}) => any) | undefined;
|
|
1440
1440
|
onUserAction?: ((payload: {
|
|
1441
|
-
source: string;
|
|
1442
1441
|
action: "seek" | "switch_play_pause" | "switch_fullscreen" | "switch_cssfullscreen" | "switch_css_fullscreen" | "change_definition" | "change_rate" | "change_volume" | "change_muted" | "change_pip" | "rotate" | "shot" | "download" | "switch_danmu" | "error_retry";
|
|
1442
|
+
source: string;
|
|
1443
1443
|
from: string | number | boolean | null;
|
|
1444
1444
|
to: string | number | boolean | null;
|
|
1445
1445
|
}) => any) | undefined;
|
|
1446
1446
|
}, {
|
|
1447
|
-
autoplay: boolean;
|
|
1448
1447
|
muted: boolean;
|
|
1448
|
+
autoplay: boolean;
|
|
1449
1449
|
loop: boolean;
|
|
1450
1450
|
playsinline: boolean;
|
|
1451
1451
|
controls: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@video-lab/vue-frame",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"vue": "^3.4.0"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@video-lab/protocol": "3.0.
|
|
32
|
-
"@video-lab/frame-core": "3.0.
|
|
31
|
+
"@video-lab/protocol": "3.0.1",
|
|
32
|
+
"@video-lab/frame-core": "3.0.1"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@vitejs/plugin-vue": "^6.0.8",
|