@vkontakte/videoplayer 1.1.81-dev.4e3741f9.0 → 1.1.81-dev.d24d1c13.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.81-dev.4e3741f9.0",
3
+ "version": "1.1.81-dev.d24d1c13.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.150-dev.4e3741f9.0",
59
- "@vkontakte/videoplayer-interactive": "1.0.56-dev.4e3741f9.0",
60
- "@vkontakte/videoplayer-shared": "1.0.79-dev.4e3741f9.0",
61
- "@vkontakte/videoplayer-statistics": "1.0.96-dev.4e3741f9.0"
58
+ "@vkontakte/videoplayer-core": "2.0.150-dev.d24d1c13.0",
59
+ "@vkontakte/videoplayer-interactive": "1.0.56-dev.d24d1c13.0",
60
+ "@vkontakte/videoplayer-shared": "1.0.79-dev.d24d1c13.0",
61
+ "@vkontakte/videoplayer-statistics": "1.0.96-dev.d24d1c13.0"
62
62
  }
63
63
  }
@@ -92,7 +92,6 @@ export interface IVKVideoPlayerCallbacks {
92
92
  onAutoplaySoundProhibited?: () => void;
93
93
  onDevNullLog?: (entry: DevNullEntry) => void;
94
94
  onTitleClicked?: () => void;
95
- onRichSeekActiveChanged?: (active: boolean) => void;
96
95
  uiInfo?: {
97
96
  onUpcomingLiveViewStateChanged?: (value: IUpcomingLiveViewControlInfo) => void;
98
97
  onControlsVisibleChanged?: (value?: boolean) => void;
@@ -31,7 +31,7 @@ export declare class SlotsApi {
31
31
  private disabledIds;
32
32
  constructor(disabledIds: string[]);
33
33
  init(shadowRootContainer: HTMLElement, store: IStore | undefined): void;
34
- add(elementParam: HTMLElement | (() => HTMLElement), options: AddOptions): AddReturnType;
34
+ add(element: HTMLElement, options: AddOptions): AddReturnType;
35
35
  private setupSlotStyles;
36
36
  /**
37
37
  * Запускаем отслеживание пересечения между переданным элементом внутри слота и контролами.