@clickview/player 0.0.12-rc.0 → 0.0.12

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.
@@ -19,7 +19,7 @@ export declare class Player extends BasePlayer {
19
19
  protected options: PlayerOptions;
20
20
  constructor(id: string | Element, options: PlayerOptions);
21
21
  protected configurePlugins(): void;
22
- setNextVideo(nextVideo: NextVideo, onPlayNext: () => void): void;
22
+ setNextVideo(nextVideo: NextVideo, playNext: boolean, onPlayNext: () => void): void;
23
23
  enablePictureInPicture(): void;
24
24
  disablePictureInPicture(): void;
25
25
  togglePictureInPicture(isInPictureInPicture: boolean): void;
@@ -26,9 +26,9 @@ declare class NextVideoPlugin extends Plugin {
26
26
  private callback;
27
27
  constructor(player: VideoJsPlayer);
28
28
  private initialize;
29
- setNextVideo(nextVideo: NextVideo, callback: () => void): void;
29
+ setNextVideo(nextVideo: NextVideo, playNext: boolean, callback: () => void): void;
30
30
  getShouldPlayNext(): boolean;
31
- setShouldPlayNext(val: boolean): void;
31
+ setShouldPlayNext(val: boolean, persist?: boolean): void;
32
32
  private setChapterTrack;
33
33
  private bindListeners;
34
34
  dispose(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clickview/player",
3
- "version": "0.0.12-rc.0",
3
+ "version": "0.0.12",
4
4
  "description": "ClickView Player",
5
5
  "main": "dist/player-app.js",
6
6
  "scripts": {
@@ -28,7 +28,7 @@
28
28
  "@babel/core": "7.11.6",
29
29
  "@clickview/eslint-config": "1.0.1",
30
30
  "@clickview/player-font": "0.0.12",
31
- "@clickview/tooling": "0.0.30-rc.0",
31
+ "@clickview/tooling": "0.0.30",
32
32
  "@storybook/react": "6.0.26",
33
33
  "@types/chromecast-caf-sender": "1.0.3",
34
34
  "@types/cropperjs": "1.3.0",
@@ -42,7 +42,7 @@
42
42
  "webpack-dev-server": "3.11.0"
43
43
  },
44
44
  "dependencies": {
45
- "@clickview/styles": "1.0.23-rc.0",
45
+ "@clickview/styles": "1.0.23",
46
46
  "@microsoft/signalr": "5.0.2",
47
47
  "cropperjs": "1.5.6",
48
48
  "draft-convert": "2.1.10",