@flowplayer/player 3.40.1 → 3.41.0-rc
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/core.js +1 -1
- package/default.js +1 -1
- package/embed.js +2 -2
- package/flowplayer.css +1 -1
- package/index.d.ts +5 -0
- package/package.json +1 -1
- package/plugins/ads.d.ts +5 -0
- package/plugins/ads.js +1 -1
- package/plugins/airplay.d.ts +5 -0
- package/plugins/analytics.d.ts +5 -0
- package/plugins/analytics.js +1 -1
- package/plugins/asel.d.ts +5 -0
- package/plugins/audio.d.ts +5 -0
- package/plugins/chapters.d.ts +5 -0
- package/plugins/chromecast.d.ts +5 -0
- package/plugins/comscore.d.ts +5 -0
- package/plugins/consent.d.ts +5 -0
- package/plugins/context-menu.d.ts +5 -0
- package/plugins/cuepoints.d.ts +5 -0
- package/plugins/dash.d.ts +5 -0
- package/plugins/drm.d.ts +5 -0
- package/plugins/endscreen.d.ts +5 -0
- package/plugins/fas.d.ts +5 -0
- package/plugins/float-on-scroll.d.ts +5 -0
- package/plugins/ga4.d.ts +5 -0
- package/plugins/gemius.d.ts +5 -0
- package/plugins/google-analytics.d.ts +5 -0
- package/plugins/hls.d.ts +5 -0
- package/plugins/id3.d.ts +5 -0
- package/plugins/iframe.d.ts +5 -0
- package/plugins/keyboard.d.ts +5 -0
- package/plugins/media-session.d.ts +5 -0
- package/plugins/message.d.ts +5 -0
- package/plugins/ovp.d.ts +5 -0
- package/plugins/playlist.d.ts +5 -0
- package/plugins/preview.d.ts +5 -0
- package/plugins/qsel.d.ts +5 -0
- package/plugins/qul.d.ts +5 -0
- package/plugins/rts.d.ts +5 -0
- package/plugins/rts.js +1 -1
- package/plugins/share.d.ts +5 -0
- package/plugins/speed.d.ts +5 -0
- package/plugins/ssai.d.ts +5 -0
- package/plugins/ssai.js +1 -1
- package/plugins/subtitles.d.ts +5 -0
- package/plugins/thumbnails.d.ts +5 -0
- package/plugins/tizen.d.ts +5 -0
- package/plugins/ui-redesign.d.ts +5 -0
- package/plugins/ui-redesign.js +2 -2
- package/plugins/vtsel.d.ts +5 -0
- package/plugins/webos.d.ts +5 -0
- package/util/loader.d.ts +5 -0
package/plugins/hls.d.ts
CHANGED
|
@@ -1050,6 +1050,7 @@ declare class I18n implements Plugin_2 {
|
|
|
1050
1050
|
timeline_aria_label: string;
|
|
1051
1051
|
unmute: string;
|
|
1052
1052
|
volume: string;
|
|
1053
|
+
options: string;
|
|
1053
1054
|
close: string;
|
|
1054
1055
|
"skip-next": string;
|
|
1055
1056
|
"skip-prev": string;
|
|
@@ -1082,6 +1083,10 @@ declare class I18n implements Plugin_2 {
|
|
|
1082
1083
|
button_txt: string;
|
|
1083
1084
|
menu_title: string;
|
|
1084
1085
|
};
|
|
1086
|
+
spins: {
|
|
1087
|
+
more: string;
|
|
1088
|
+
less: string;
|
|
1089
|
+
};
|
|
1085
1090
|
};
|
|
1086
1091
|
init(config: Config, _root: never, video: Player): void;
|
|
1087
1092
|
/* Excluded from this release type: _nonLanguageFields */
|
package/plugins/id3.d.ts
CHANGED
|
@@ -925,6 +925,7 @@ declare class I18n implements Plugin_2 {
|
|
|
925
925
|
timeline_aria_label: string;
|
|
926
926
|
unmute: string;
|
|
927
927
|
volume: string;
|
|
928
|
+
options: string;
|
|
928
929
|
close: string;
|
|
929
930
|
"skip-next": string;
|
|
930
931
|
"skip-prev": string;
|
|
@@ -957,6 +958,10 @@ declare class I18n implements Plugin_2 {
|
|
|
957
958
|
button_txt: string;
|
|
958
959
|
menu_title: string;
|
|
959
960
|
};
|
|
961
|
+
spins: {
|
|
962
|
+
more: string;
|
|
963
|
+
less: string;
|
|
964
|
+
};
|
|
960
965
|
};
|
|
961
966
|
init(config: Config, _root: never, video: Player): void;
|
|
962
967
|
/* Excluded from this release type: _nonLanguageFields */
|
package/plugins/iframe.d.ts
CHANGED
|
@@ -919,6 +919,7 @@ declare class I18n implements Plugin_2 {
|
|
|
919
919
|
timeline_aria_label: string;
|
|
920
920
|
unmute: string;
|
|
921
921
|
volume: string;
|
|
922
|
+
options: string;
|
|
922
923
|
close: string;
|
|
923
924
|
"skip-next": string;
|
|
924
925
|
"skip-prev": string;
|
|
@@ -951,6 +952,10 @@ declare class I18n implements Plugin_2 {
|
|
|
951
952
|
button_txt: string;
|
|
952
953
|
menu_title: string;
|
|
953
954
|
};
|
|
955
|
+
spins: {
|
|
956
|
+
more: string;
|
|
957
|
+
less: string;
|
|
958
|
+
};
|
|
954
959
|
};
|
|
955
960
|
init(config: Config, _root: never, video: Player): void;
|
|
956
961
|
/* Excluded from this release type: _nonLanguageFields */
|
package/plugins/keyboard.d.ts
CHANGED
|
@@ -919,6 +919,7 @@ declare class I18n implements Plugin_2 {
|
|
|
919
919
|
timeline_aria_label: string;
|
|
920
920
|
unmute: string;
|
|
921
921
|
volume: string;
|
|
922
|
+
options: string;
|
|
922
923
|
close: string;
|
|
923
924
|
"skip-next": string;
|
|
924
925
|
"skip-prev": string;
|
|
@@ -951,6 +952,10 @@ declare class I18n implements Plugin_2 {
|
|
|
951
952
|
button_txt: string;
|
|
952
953
|
menu_title: string;
|
|
953
954
|
};
|
|
955
|
+
spins: {
|
|
956
|
+
more: string;
|
|
957
|
+
less: string;
|
|
958
|
+
};
|
|
954
959
|
};
|
|
955
960
|
init(config: Config, _root: never, video: Player): void;
|
|
956
961
|
/* Excluded from this release type: _nonLanguageFields */
|
|
@@ -919,6 +919,7 @@ declare class I18n implements Plugin_2 {
|
|
|
919
919
|
timeline_aria_label: string;
|
|
920
920
|
unmute: string;
|
|
921
921
|
volume: string;
|
|
922
|
+
options: string;
|
|
922
923
|
close: string;
|
|
923
924
|
"skip-next": string;
|
|
924
925
|
"skip-prev": string;
|
|
@@ -951,6 +952,10 @@ declare class I18n implements Plugin_2 {
|
|
|
951
952
|
button_txt: string;
|
|
952
953
|
menu_title: string;
|
|
953
954
|
};
|
|
955
|
+
spins: {
|
|
956
|
+
more: string;
|
|
957
|
+
less: string;
|
|
958
|
+
};
|
|
954
959
|
};
|
|
955
960
|
init(config: Config, _root: never, video: Player): void;
|
|
956
961
|
/* Excluded from this release type: _nonLanguageFields */
|
package/plugins/message.d.ts
CHANGED
|
@@ -927,6 +927,7 @@ declare class I18n implements Plugin_2 {
|
|
|
927
927
|
timeline_aria_label: string;
|
|
928
928
|
unmute: string;
|
|
929
929
|
volume: string;
|
|
930
|
+
options: string;
|
|
930
931
|
close: string;
|
|
931
932
|
"skip-next": string;
|
|
932
933
|
"skip-prev": string;
|
|
@@ -959,6 +960,10 @@ declare class I18n implements Plugin_2 {
|
|
|
959
960
|
button_txt: string;
|
|
960
961
|
menu_title: string;
|
|
961
962
|
};
|
|
963
|
+
spins: {
|
|
964
|
+
more: string;
|
|
965
|
+
less: string;
|
|
966
|
+
};
|
|
962
967
|
};
|
|
963
968
|
init(config: Config, _root: never, video: Player): void;
|
|
964
969
|
/* Excluded from this release type: _nonLanguageFields */
|
package/plugins/ovp.d.ts
CHANGED
|
@@ -936,6 +936,7 @@ declare class I18n implements Plugin_2 {
|
|
|
936
936
|
timeline_aria_label: string;
|
|
937
937
|
unmute: string;
|
|
938
938
|
volume: string;
|
|
939
|
+
options: string;
|
|
939
940
|
close: string;
|
|
940
941
|
"skip-next": string;
|
|
941
942
|
"skip-prev": string;
|
|
@@ -968,6 +969,10 @@ declare class I18n implements Plugin_2 {
|
|
|
968
969
|
button_txt: string;
|
|
969
970
|
menu_title: string;
|
|
970
971
|
};
|
|
972
|
+
spins: {
|
|
973
|
+
more: string;
|
|
974
|
+
less: string;
|
|
975
|
+
};
|
|
971
976
|
};
|
|
972
977
|
init(config: Config, _root: never, video: Player): void;
|
|
973
978
|
/* Excluded from this release type: _nonLanguageFields */
|
package/plugins/playlist.d.ts
CHANGED
|
@@ -969,6 +969,7 @@ declare class I18n implements Plugin_2 {
|
|
|
969
969
|
timeline_aria_label: string;
|
|
970
970
|
unmute: string;
|
|
971
971
|
volume: string;
|
|
972
|
+
options: string;
|
|
972
973
|
close: string;
|
|
973
974
|
"skip-next": string;
|
|
974
975
|
"skip-prev": string;
|
|
@@ -1001,6 +1002,10 @@ declare class I18n implements Plugin_2 {
|
|
|
1001
1002
|
button_txt: string;
|
|
1002
1003
|
menu_title: string;
|
|
1003
1004
|
};
|
|
1005
|
+
spins: {
|
|
1006
|
+
more: string;
|
|
1007
|
+
less: string;
|
|
1008
|
+
};
|
|
1004
1009
|
};
|
|
1005
1010
|
init(config: Config, _root: never, video: Player): void;
|
|
1006
1011
|
/* Excluded from this release type: _nonLanguageFields */
|
package/plugins/preview.d.ts
CHANGED
|
@@ -919,6 +919,7 @@ declare class I18n implements Plugin_2 {
|
|
|
919
919
|
timeline_aria_label: string;
|
|
920
920
|
unmute: string;
|
|
921
921
|
volume: string;
|
|
922
|
+
options: string;
|
|
922
923
|
close: string;
|
|
923
924
|
"skip-next": string;
|
|
924
925
|
"skip-prev": string;
|
|
@@ -951,6 +952,10 @@ declare class I18n implements Plugin_2 {
|
|
|
951
952
|
button_txt: string;
|
|
952
953
|
menu_title: string;
|
|
953
954
|
};
|
|
955
|
+
spins: {
|
|
956
|
+
more: string;
|
|
957
|
+
less: string;
|
|
958
|
+
};
|
|
954
959
|
};
|
|
955
960
|
init(config: Config, _root: never, video: Player): void;
|
|
956
961
|
/* Excluded from this release type: _nonLanguageFields */
|
package/plugins/qsel.d.ts
CHANGED
|
@@ -926,6 +926,7 @@ declare class I18n implements Plugin_2 {
|
|
|
926
926
|
timeline_aria_label: string;
|
|
927
927
|
unmute: string;
|
|
928
928
|
volume: string;
|
|
929
|
+
options: string;
|
|
929
930
|
close: string;
|
|
930
931
|
"skip-next": string;
|
|
931
932
|
"skip-prev": string;
|
|
@@ -958,6 +959,10 @@ declare class I18n implements Plugin_2 {
|
|
|
958
959
|
button_txt: string;
|
|
959
960
|
menu_title: string;
|
|
960
961
|
};
|
|
962
|
+
spins: {
|
|
963
|
+
more: string;
|
|
964
|
+
less: string;
|
|
965
|
+
};
|
|
961
966
|
};
|
|
962
967
|
init(config: Config, _root: never, video: Player): void;
|
|
963
968
|
/* Excluded from this release type: _nonLanguageFields */
|
package/plugins/qul.d.ts
CHANGED
|
@@ -919,6 +919,7 @@ declare class I18n implements Plugin_2 {
|
|
|
919
919
|
timeline_aria_label: string;
|
|
920
920
|
unmute: string;
|
|
921
921
|
volume: string;
|
|
922
|
+
options: string;
|
|
922
923
|
close: string;
|
|
923
924
|
"skip-next": string;
|
|
924
925
|
"skip-prev": string;
|
|
@@ -951,6 +952,10 @@ declare class I18n implements Plugin_2 {
|
|
|
951
952
|
button_txt: string;
|
|
952
953
|
menu_title: string;
|
|
953
954
|
};
|
|
955
|
+
spins: {
|
|
956
|
+
more: string;
|
|
957
|
+
less: string;
|
|
958
|
+
};
|
|
954
959
|
};
|
|
955
960
|
init(config: Config, _root: never, video: Player): void;
|
|
956
961
|
/* Excluded from this release type: _nonLanguageFields */
|
package/plugins/rts.d.ts
CHANGED
|
@@ -938,6 +938,7 @@ declare class I18n implements Plugin_2 {
|
|
|
938
938
|
timeline_aria_label: string;
|
|
939
939
|
unmute: string;
|
|
940
940
|
volume: string;
|
|
941
|
+
options: string;
|
|
941
942
|
close: string;
|
|
942
943
|
"skip-next": string;
|
|
943
944
|
"skip-prev": string;
|
|
@@ -970,6 +971,10 @@ declare class I18n implements Plugin_2 {
|
|
|
970
971
|
button_txt: string;
|
|
971
972
|
menu_title: string;
|
|
972
973
|
};
|
|
974
|
+
spins: {
|
|
975
|
+
more: string;
|
|
976
|
+
less: string;
|
|
977
|
+
};
|
|
973
978
|
};
|
|
974
979
|
init(config: Config, _root: never, video: Player): void;
|
|
975
980
|
/* Excluded from this release type: _nonLanguageFields */
|