@vkontakte/videoplayer 1.1.63-beta.2 → 1.1.64-dev.1ed690e2.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkontakte/videoplayer",
3
- "version": "1.1.63-beta.2",
3
+ "version": "1.1.64-dev.1ed690e2.0",
4
4
  "author": "vk.com",
5
5
  "description": "Videoplayer based on the vk.com platform",
6
6
  "homepage": "https://vk.com",
@@ -55,9 +55,9 @@
55
55
  ],
56
56
  "dependencies": {
57
57
  "@adtech/rbadman": "2.2.57",
58
- "@vkontakte/videoplayer-core": "2.0.133-beta.2",
59
- "@vkontakte/videoplayer-interactive": "1.0.38-beta.2",
60
- "@vkontakte/videoplayer-shared": "1.0.61-beta.2",
61
- "@vkontakte/videoplayer-statistics": "1.0.79-beta.2"
58
+ "@vkontakte/videoplayer-core": "2.0.134-dev.c1bfe2cd.0",
59
+ "@vkontakte/videoplayer-interactive": "1.0.39-dev.1463d795.0",
60
+ "@vkontakte/videoplayer-shared": "1.0.62-dev.d0b716e5.0",
61
+ "@vkontakte/videoplayer-statistics": "1.0.80-dev.0f131267.0"
62
62
  }
63
63
  }
@@ -114,6 +114,7 @@ export declare class VKVideoPlayer extends HTMLElement {
114
114
  removeAdditionalButton(itemId: string): void;
115
115
  updateStatContext(statContext: Partial<IStatContext>): void;
116
116
  handleTimerNextVideo(state: boolean): void;
117
+ togglePictureInPicture(): void;
117
118
  focus(): void;
118
119
  private unmountComponent;
119
120
  }
@@ -79,6 +79,7 @@ type BaseSubMenuItem<U = any> = {
79
79
  label?: string;
80
80
  sublabel?: string;
81
81
  ariaLabel?: string;
82
+ dataTestid?: string;
82
83
  };
83
84
  export type SubMenuItemOpenSubMenu = {
84
85
  type: SubMenuItemType.OPEN_SUB_MENU;
package/types/config.d.ts CHANGED
@@ -121,6 +121,7 @@ export interface IUIConfig {
121
121
  interactiveAreaControlShadow: boolean;
122
122
  interactiveControlsExpectTimeBlinkAnimation: boolean;
123
123
  interactiveControlsTapPlace: boolean;
124
+ interactiveControlsFillAnimation: boolean;
124
125
  thumbTimer: boolean;
125
126
  hotKeyMapModal: boolean;
126
127
  hotKeyHelpers: boolean;