@gcorevideo/player 2.20.5 → 2.20.6
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/core.js +3 -3
- package/dist/index.css +1503 -1503
- package/dist/index.js +13 -8
- package/dist/plugins/index.css +710 -710
- package/dist/plugins/index.js +11 -6
- package/lib/playback/BasePlayback.d.ts +1 -1
- package/lib/playback/BasePlayback.d.ts.map +1 -1
- package/lib/playback/BasePlayback.js +2 -2
- package/lib/playback/dash-playback/DashPlayback.d.ts.map +1 -1
- package/lib/playback/hls-playback/HlsPlayback.d.ts.map +1 -1
- package/lib/plugins/error-screen/ErrorScreen.d.ts.map +1 -1
- package/lib/plugins/error-screen/ErrorScreen.js +1 -2
- package/lib/plugins/media-control/MediaControl.d.ts.map +1 -1
- package/lib/plugins/media-control/MediaControl.js +9 -3
- package/package.json +1 -1
- package/src/playback/BasePlayback.ts +2 -2
- package/src/playback/dash-playback/DashPlayback.ts +1 -2
- package/src/playback/hls-playback/HlsPlayback.ts +2 -2
- package/src/plugins/error-screen/ErrorScreen.ts +1 -2
- package/src/plugins/media-control/MediaControl.ts +8 -3
- package/tsconfig.tsbuildinfo +1 -1
- package/src/playback/utils.ts +0 -2
package/dist/core.js
CHANGED
|
@@ -12563,8 +12563,8 @@ class BasePlayback extends HTML5Video {
|
|
|
12563
12563
|
}
|
|
12564
12564
|
return super.createError(errorData, options);
|
|
12565
12565
|
}
|
|
12566
|
-
|
|
12567
|
-
super.
|
|
12566
|
+
_onPlaying() {
|
|
12567
|
+
super._onPlaying();
|
|
12568
12568
|
this.trigger(Events$1.PLAYBACK_MEDIACONTROL_ENABLE);
|
|
12569
12569
|
}
|
|
12570
12570
|
}
|
|
@@ -42975,7 +42975,7 @@ class Player {
|
|
|
42975
42975
|
}
|
|
42976
42976
|
}
|
|
42977
42977
|
|
|
42978
|
-
var version$1 = "2.20.
|
|
42978
|
+
var version$1 = "2.20.6";
|
|
42979
42979
|
|
|
42980
42980
|
var packages = {
|
|
42981
42981
|
"node_modules/@clappr/core": {
|