@gcorevideo/player 2.22.2 → 2.22.3
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/assets/media-control/container.scss +1 -1
- package/assets/spinner-three-bounce/spinner.scss +1 -1
- package/dist/core.js +1 -1
- package/dist/index.css +1444 -1444
- package/dist/index.js +3 -2
- package/dist/player.d.ts +6 -3
- package/dist/plugins/index.css +489 -489
- package/dist/plugins/index.js +3 -2
- package/docs/api/player.md +1 -1
- package/docs/api/player.sourcecontroller.md +1 -1
- package/docs/api/player.spinnerthreebounce.md +1 -1
- package/lib/index.plugins.d.ts +1 -0
- package/lib/index.plugins.d.ts.map +1 -1
- package/lib/index.plugins.js +1 -0
- package/lib/plugins/spinner-three-bounce/SpinnerThreeBounce.d.ts +1 -0
- package/lib/plugins/spinner-three-bounce/SpinnerThreeBounce.d.ts.map +1 -1
- package/lib/plugins/spinner-three-bounce/SpinnerThreeBounce.js +1 -0
- package/package.json +1 -1
- package/src/index.plugins.ts +1 -0
- package/src/plugins/spinner-three-bounce/SpinnerThreeBounce.ts +1 -0
- package/temp/player.api.json +2 -2
- package/tsconfig.tsbuildinfo +1 -1
- package/assets/bottom-gear/bottomgear copy.ejs +0 -10
package/dist/index.js
CHANGED
|
@@ -43299,7 +43299,7 @@ class Player {
|
|
|
43299
43299
|
}
|
|
43300
43300
|
}
|
|
43301
43301
|
|
|
43302
|
-
var version$1 = "2.22.
|
|
43302
|
+
var version$1 = "2.22.3";
|
|
43303
43303
|
|
|
43304
43304
|
var packages = {
|
|
43305
43305
|
"node_modules/@clappr/core": {
|
|
@@ -50744,6 +50744,7 @@ var SpinnerEvents;
|
|
|
50744
50744
|
* `PLUGIN` that shows a pending operation indicator when playback is buffering or in a similar state.
|
|
50745
50745
|
* @public
|
|
50746
50746
|
* @remarks
|
|
50747
|
+
* It is aliased as `Spinner` for convenience.
|
|
50747
50748
|
* Events emitted - {@link SpinnerEvents}
|
|
50748
50749
|
* Other plugins can use {@link SpinnerThreeBounce.show | show} and {@link SpinnerThreeBounce.hide | hide} methods to
|
|
50749
50750
|
* implement custom pending/progress indication scenarios.
|
|
@@ -52311,4 +52312,4 @@ class VolumeFade extends UICorePlugin {
|
|
|
52311
52312
|
}
|
|
52312
52313
|
}
|
|
52313
52314
|
|
|
52314
|
-
export { AudioSelector, BigMuteButton, BottomGear, ClapprNerdStats, ClapprStats, ClickToPause, ClipsPlugin, ClosedCaptions, ContextMenu, DvrControls, ErrorScreen, Favicon, GearEvents, GoogleAnalytics, LevelSelector, LogTracer, Logger, Logo, MediaControl, MultiCamera, PictureInPicture, PlaybackErrorCode, PlaybackRate, Player, PlayerEvent, Poster, SeekTime, SentryTracer, Share, SkipTime, SourceController, SpinnerEvents, SpinnerThreeBounce, ClosedCaptions as Subtitles, Telemetry, TelemetryEvent, Thumbnails, VolumeFade, VolumeFadeEvents, reportError, setTracer, trace, version };
|
|
52315
|
+
export { AudioSelector, BigMuteButton, BottomGear, ClapprNerdStats, ClapprStats, ClickToPause, ClipsPlugin, ClosedCaptions, ContextMenu, DvrControls, ErrorScreen, Favicon, GearEvents, GoogleAnalytics, LevelSelector, LogTracer, Logger, Logo, MediaControl, MultiCamera, PictureInPicture, PlaybackErrorCode, PlaybackRate, Player, PlayerEvent, Poster, SeekTime, SentryTracer, Share, SkipTime, SourceController, SpinnerThreeBounce as Spinner, SpinnerEvents, SpinnerThreeBounce, ClosedCaptions as Subtitles, Telemetry, TelemetryEvent, Thumbnails, VolumeFade, VolumeFadeEvents, reportError, setTracer, trace, version };
|
package/dist/player.d.ts
CHANGED
|
@@ -2422,7 +2422,7 @@ export declare class SkipTime extends UICorePlugin {
|
|
|
2422
2422
|
}
|
|
2423
2423
|
|
|
2424
2424
|
/**
|
|
2425
|
-
* `PLUGIN` that is
|
|
2425
|
+
* `PLUGIN` that is managing the automatic failover between media sources.
|
|
2426
2426
|
* @public
|
|
2427
2427
|
* @remarks
|
|
2428
2428
|
* Have a look at the {@link https://miro.com/app/board/uXjVLiN15tY=/?share_link_id=390327585787 | source failover diagram} for the details
|
|
@@ -2527,11 +2527,12 @@ export declare enum SpinnerEvents {
|
|
|
2527
2527
|
* `PLUGIN` that shows a pending operation indicator when playback is buffering or in a similar state.
|
|
2528
2528
|
* @public
|
|
2529
2529
|
* @remarks
|
|
2530
|
-
*
|
|
2530
|
+
* It is aliased as `Spinner` for convenience.
|
|
2531
|
+
* Events emitted - {@link SpinnerEvents}
|
|
2531
2532
|
* Other plugins can use {@link SpinnerThreeBounce.show | show} and {@link SpinnerThreeBounce.hide | hide} methods to
|
|
2532
2533
|
* implement custom pending/progress indication scenarios.
|
|
2533
2534
|
*/
|
|
2534
|
-
|
|
2535
|
+
declare class SpinnerThreeBounce extends UIContainerPlugin {
|
|
2535
2536
|
private userShown;
|
|
2536
2537
|
/**
|
|
2537
2538
|
* @internal
|
|
@@ -2579,6 +2580,8 @@ export declare class SpinnerThreeBounce extends UIContainerPlugin {
|
|
|
2579
2580
|
*/
|
|
2580
2581
|
render(): this;
|
|
2581
2582
|
}
|
|
2583
|
+
export { SpinnerThreeBounce as Spinner }
|
|
2584
|
+
export { SpinnerThreeBounce }
|
|
2582
2585
|
|
|
2583
2586
|
/**
|
|
2584
2587
|
* Playback stall event data
|