@flowplayer/player 3.35.0 → 3.36.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.
Files changed (50) hide show
  1. package/core.js +1 -1
  2. package/default.js +1 -1
  3. package/embed.js +2 -2
  4. package/flowplayer.css +1 -1
  5. package/index.d.ts +0 -6
  6. package/package.json +1 -1
  7. package/plugins/ads.d.ts +7 -8
  8. package/plugins/ads.js +2 -2
  9. package/plugins/airplay.d.ts +0 -6
  10. package/plugins/analytics.d.ts +0 -6
  11. package/plugins/analytics.js +1 -1
  12. package/plugins/asel.d.ts +0 -6
  13. package/plugins/audio.d.ts +0 -6
  14. package/plugins/chapters.d.ts +0 -6
  15. package/plugins/chromecast.d.ts +0 -6
  16. package/plugins/comscore.d.ts +0 -6
  17. package/plugins/consent.d.ts +0 -6
  18. package/plugins/context-menu.d.ts +0 -6
  19. package/plugins/cuepoints.d.ts +0 -6
  20. package/plugins/dash.d.ts +0 -6
  21. package/plugins/drm.d.ts +0 -6
  22. package/plugins/endscreen.d.ts +0 -6
  23. package/plugins/fas.d.ts +0 -6
  24. package/plugins/float-on-scroll.d.ts +0 -6
  25. package/plugins/ga4.d.ts +0 -6
  26. package/plugins/gemius.d.ts +0 -6
  27. package/plugins/google-analytics.d.ts +0 -6
  28. package/plugins/hls.d.ts +0 -6
  29. package/plugins/id3.d.ts +0 -6
  30. package/plugins/iframe.d.ts +0 -6
  31. package/plugins/keyboard.d.ts +0 -6
  32. package/plugins/media-session.d.ts +0 -6
  33. package/plugins/message.d.ts +0 -6
  34. package/plugins/ovp.d.ts +0 -6
  35. package/plugins/playlist.d.ts +0 -6
  36. package/plugins/preview.d.ts +0 -6
  37. package/plugins/qsel.d.ts +0 -6
  38. package/plugins/qul.d.ts +0 -6
  39. package/plugins/rts.d.ts +0 -6
  40. package/plugins/rts.js +3 -3
  41. package/plugins/share.d.ts +0 -6
  42. package/plugins/speed.d.ts +0 -6
  43. package/plugins/ssai.d.ts +0 -6
  44. package/plugins/ssai.js +1 -1
  45. package/plugins/subtitles.d.ts +0 -6
  46. package/plugins/thumbnails.d.ts +0 -6
  47. package/plugins/tizen.d.ts +0 -6
  48. package/plugins/vtsel.d.ts +0 -6
  49. package/plugins/webos.d.ts +0 -6
  50. package/util/loader.d.ts +0 -6
@@ -841,8 +841,6 @@ declare const /**
841
841
  */
842
842
  FULLSCREEN_EXIT = "fullscreenexit";
843
843
 
844
- declare const GRABBING = "is-grabbing";
845
-
846
844
  declare const HAS_POSTER = "has-poster";
847
845
 
848
846
  declare type HasGlobalSrcExtensios<PluginSrcs extends unknown[]> = ArrayToIntersection<PickGlobalSrcExtension<PluginSrcs>>;
@@ -1781,8 +1779,6 @@ declare const RetryMap: {
1781
1779
  readonly OFF: "off";
1782
1780
  };
1783
1781
 
1784
- declare const RTL = "is-rtl";
1785
-
1786
1782
  declare const SampleRate: {
1787
1783
  /**
1788
1784
  * for new features with low adoption rates, or features that are likely to not be used frequently, will include every single instance in the sample.
@@ -1936,11 +1932,9 @@ declare namespace states {
1936
1932
  LOADING,
1937
1933
  STARTING,
1938
1934
  SEEKING,
1939
- GRABBING,
1940
1935
  DISABLED,
1941
1936
  SMALL,
1942
1937
  TINY,
1943
- RTL,
1944
1938
  TV,
1945
1939
  ENDED,
1946
1940
  LIVE_2 as LIVE,
@@ -841,8 +841,6 @@ declare const /**
841
841
  */
842
842
  FULLSCREEN_EXIT = "fullscreenexit";
843
843
 
844
- declare const GRABBING = "is-grabbing";
845
-
846
844
  declare const HAS_POSTER = "has-poster";
847
845
 
848
846
  declare type HasGlobalSrcExtensios<PluginSrcs extends unknown[]> = ArrayToIntersection<PickGlobalSrcExtension<PluginSrcs>>;
@@ -1780,8 +1778,6 @@ declare const RetryMap: {
1780
1778
  readonly OFF: "off";
1781
1779
  };
1782
1780
 
1783
- declare const RTL = "is-rtl";
1784
-
1785
1781
  declare const SampleRate: {
1786
1782
  /**
1787
1783
  * for new features with low adoption rates, or features that are likely to not be used frequently, will include every single instance in the sample.
@@ -1935,11 +1931,9 @@ declare namespace states {
1935
1931
  LOADING,
1936
1932
  STARTING,
1937
1933
  SEEKING,
1938
- GRABBING,
1939
1934
  DISABLED,
1940
1935
  SMALL,
1941
1936
  TINY,
1942
- RTL,
1943
1937
  TV,
1944
1938
  ENDED,
1945
1939
  LIVE_2 as LIVE,
@@ -841,8 +841,6 @@ declare const /**
841
841
  */
842
842
  FULLSCREEN_EXIT = "fullscreenexit";
843
843
 
844
- declare const GRABBING = "is-grabbing";
845
-
846
844
  declare const HAS_POSTER = "has-poster";
847
845
 
848
846
  declare type HasGlobalSrcExtensios<PluginSrcs extends unknown[]> = ArrayToIntersection<PickGlobalSrcExtension<PluginSrcs>>;
@@ -1780,8 +1778,6 @@ declare const RetryMap: {
1780
1778
  readonly OFF: "off";
1781
1779
  };
1782
1780
 
1783
- declare const RTL = "is-rtl";
1784
-
1785
1781
  declare const SampleRate: {
1786
1782
  /**
1787
1783
  * for new features with low adoption rates, or features that are likely to not be used frequently, will include every single instance in the sample.
@@ -1935,11 +1931,9 @@ declare namespace states {
1935
1931
  LOADING,
1936
1932
  STARTING,
1937
1933
  SEEKING,
1938
- GRABBING,
1939
1934
  DISABLED,
1940
1935
  SMALL,
1941
1936
  TINY,
1942
- RTL,
1943
1937
  TV,
1944
1938
  ENDED,
1945
1939
  LIVE_2 as LIVE,
@@ -849,8 +849,6 @@ declare const /**
849
849
  */
850
850
  FULLSCREEN_EXIT = "fullscreenexit";
851
851
 
852
- declare const GRABBING = "is-grabbing";
853
-
854
852
  declare const HAS_POSTER = "has-poster";
855
853
 
856
854
  declare type HasGlobalSrcExtensios<PluginSrcs extends unknown[]> = ArrayToIntersection<PickGlobalSrcExtension<PluginSrcs>>;
@@ -1834,8 +1832,6 @@ declare const RetryMap: {
1834
1832
  readonly OFF: "off";
1835
1833
  };
1836
1834
 
1837
- declare const RTL = "is-rtl";
1838
-
1839
1835
  declare const SampleRate: {
1840
1836
  /**
1841
1837
  * for new features with low adoption rates, or features that are likely to not be used frequently, will include every single instance in the sample.
@@ -1994,11 +1990,9 @@ declare namespace states {
1994
1990
  LOADING,
1995
1991
  STARTING,
1996
1992
  SEEKING,
1997
- GRABBING,
1998
1993
  DISABLED,
1999
1994
  SMALL,
2000
1995
  TINY,
2001
- RTL,
2002
1996
  TV,
2003
1997
  ENDED,
2004
1998
  LIVE_2 as LIVE,
package/plugins/ovp.d.ts CHANGED
@@ -858,8 +858,6 @@ declare const /**
858
858
  */
859
859
  FULLSCREEN_EXIT = "fullscreenexit";
860
860
 
861
- declare const GRABBING = "is-grabbing";
862
-
863
861
  declare const HAS_POSTER = "has-poster";
864
862
 
865
863
  declare type HasGlobalSrcExtensios<PluginSrcs extends unknown[]> = ArrayToIntersection<PickGlobalSrcExtension<PluginSrcs>>;
@@ -1842,8 +1840,6 @@ declare const RetryMap: {
1842
1840
  readonly OFF: "off";
1843
1841
  };
1844
1842
 
1845
- declare const RTL = "is-rtl";
1846
-
1847
1843
  declare const SampleRate: {
1848
1844
  /**
1849
1845
  * for new features with low adoption rates, or features that are likely to not be used frequently, will include every single instance in the sample.
@@ -1997,11 +1993,9 @@ declare namespace states {
1997
1993
  LOADING,
1998
1994
  STARTING,
1999
1995
  SEEKING,
2000
- GRABBING,
2001
1996
  DISABLED,
2002
1997
  SMALL,
2003
1998
  TINY,
2004
- RTL,
2005
1999
  TV,
2006
2000
  ENDED,
2007
2001
  LIVE_2 as LIVE,
@@ -849,8 +849,6 @@ declare const /**
849
849
  */
850
850
  FULLSCREEN_EXIT = "fullscreenexit";
851
851
 
852
- declare const GRABBING = "is-grabbing";
853
-
854
852
  declare const HAS_POSTER = "has-poster";
855
853
 
856
854
  declare type HasGlobalSrcExtensios<PluginSrcs extends unknown[]> = ArrayToIntersection<PickGlobalSrcExtension<PluginSrcs>>;
@@ -2049,8 +2047,6 @@ declare const RetryMap: {
2049
2047
  readonly OFF: "off";
2050
2048
  };
2051
2049
 
2052
- declare const RTL = "is-rtl";
2053
-
2054
2050
  declare const SampleRate: {
2055
2051
  /**
2056
2052
  * for new features with low adoption rates, or features that are likely to not be used frequently, will include every single instance in the sample.
@@ -2206,11 +2202,9 @@ declare namespace states {
2206
2202
  LOADING,
2207
2203
  STARTING,
2208
2204
  SEEKING,
2209
- GRABBING,
2210
2205
  DISABLED,
2211
2206
  SMALL,
2212
2207
  TINY,
2213
- RTL,
2214
2208
  TV,
2215
2209
  ENDED,
2216
2210
  LIVE_2 as LIVE,
@@ -841,8 +841,6 @@ declare const /**
841
841
  */
842
842
  FULLSCREEN_EXIT = "fullscreenexit";
843
843
 
844
- declare const GRABBING = "is-grabbing";
845
-
846
844
  declare const HAS_POSTER = "has-poster";
847
845
 
848
846
  declare type HasGlobalSrcExtensios<PluginSrcs extends unknown[]> = ArrayToIntersection<PickGlobalSrcExtension<PluginSrcs>>;
@@ -1856,8 +1854,6 @@ declare const RetryMap: {
1856
1854
  readonly OFF: "off";
1857
1855
  };
1858
1856
 
1859
- declare const RTL = "is-rtl";
1860
-
1861
1857
  declare const SampleRate: {
1862
1858
  /**
1863
1859
  * for new features with low adoption rates, or features that are likely to not be used frequently, will include every single instance in the sample.
@@ -2011,11 +2007,9 @@ declare namespace states {
2011
2007
  LOADING,
2012
2008
  STARTING,
2013
2009
  SEEKING,
2014
- GRABBING,
2015
2010
  DISABLED,
2016
2011
  SMALL,
2017
2012
  TINY,
2018
- RTL,
2019
2013
  TV,
2020
2014
  ENDED,
2021
2015
  LIVE_2 as LIVE,
package/plugins/qsel.d.ts CHANGED
@@ -848,8 +848,6 @@ declare const /**
848
848
  */
849
849
  FULLSCREEN_EXIT = "fullscreenexit";
850
850
 
851
- declare const GRABBING = "is-grabbing";
852
-
853
851
  declare const HAS_POSTER = "has-poster";
854
852
 
855
853
  declare type HasGlobalSrcExtensios<PluginSrcs extends unknown[]> = ArrayToIntersection<PickGlobalSrcExtension<PluginSrcs>>;
@@ -1845,8 +1843,6 @@ declare const RetryMap: {
1845
1843
  readonly OFF: "off";
1846
1844
  };
1847
1845
 
1848
- declare const RTL = "is-rtl";
1849
-
1850
1846
  declare const SampleRate: {
1851
1847
  /**
1852
1848
  * for new features with low adoption rates, or features that are likely to not be used frequently, will include every single instance in the sample.
@@ -2021,11 +2017,9 @@ declare namespace states {
2021
2017
  LOADING,
2022
2018
  STARTING,
2023
2019
  SEEKING,
2024
- GRABBING,
2025
2020
  DISABLED,
2026
2021
  SMALL,
2027
2022
  TINY,
2028
- RTL,
2029
2023
  TV,
2030
2024
  ENDED,
2031
2025
  LIVE_2 as LIVE,
package/plugins/qul.d.ts CHANGED
@@ -841,8 +841,6 @@ declare const /**
841
841
  */
842
842
  FULLSCREEN_EXIT = "fullscreenexit";
843
843
 
844
- declare const GRABBING = "is-grabbing";
845
-
846
844
  declare const HAS_POSTER = "has-poster";
847
845
 
848
846
  declare type HasGlobalSrcExtensios<PluginSrcs extends unknown[]> = ArrayToIntersection<PickGlobalSrcExtension<PluginSrcs>>;
@@ -1795,8 +1793,6 @@ declare const RetryMap: {
1795
1793
  readonly OFF: "off";
1796
1794
  };
1797
1795
 
1798
- declare const RTL = "is-rtl";
1799
-
1800
1796
  declare const SampleRate: {
1801
1797
  /**
1802
1798
  * for new features with low adoption rates, or features that are likely to not be used frequently, will include every single instance in the sample.
@@ -1950,11 +1946,9 @@ declare namespace states {
1950
1946
  LOADING,
1951
1947
  STARTING,
1952
1948
  SEEKING,
1953
- GRABBING,
1954
1949
  DISABLED,
1955
1950
  SMALL,
1956
1951
  TINY,
1957
- RTL,
1958
1952
  TV,
1959
1953
  ENDED,
1960
1954
  LIVE_2 as LIVE,
package/plugins/rts.d.ts CHANGED
@@ -860,8 +860,6 @@ declare const /**
860
860
  */
861
861
  FULLSCREEN_EXIT = "fullscreenexit";
862
862
 
863
- declare const GRABBING = "is-grabbing";
864
-
865
863
  declare const HAS_POSTER = "has-poster";
866
864
 
867
865
  declare type HasGlobalSrcExtensios<PluginSrcs extends unknown[]> = ArrayToIntersection<PickGlobalSrcExtension<PluginSrcs>>;
@@ -2002,8 +2000,6 @@ declare const RetryMap: {
2002
2000
  readonly OFF: "off";
2003
2001
  };
2004
2002
 
2005
- declare const RTL = "is-rtl";
2006
-
2007
2003
  /**
2008
2004
  * @public
2009
2005
  * The Real-Time Streaming (RTS) plugin adds the ability to consume Wowza Video Real-Time Streaming at Scale (RTS\@S) streams, Wowza Video WebRTC streams, and Wowza Streaming Engine WebRTC streams.
@@ -2282,11 +2278,9 @@ declare namespace states {
2282
2278
  LOADING,
2283
2279
  STARTING,
2284
2280
  SEEKING,
2285
- GRABBING,
2286
2281
  DISABLED,
2287
2282
  SMALL,
2288
2283
  TINY,
2289
- RTL,
2290
2284
  TV,
2291
2285
  ENDED,
2292
2286
  LIVE_2 as LIVE,