@vkontakte/videoplayer 1.1.36-dev.35d4a782.0 → 1.1.36-dev.55db5eff.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/index.d.ts CHANGED
@@ -162,6 +162,8 @@ interface IVKVideoPlayerCallbacks {
162
162
  onReplayInteractiveVideo?: () => void;
163
163
  onInteractiveHistoryChanged?: (chapterIds: string[]) => void;
164
164
  onDisabledInteractiveClick?: () => void;
165
+ onDisabledPlayPrevChapterClick?: (message: string | undefined) => void;
166
+ onDisabledSeekToInteractiveClick?: (message: string | undefined) => void;
165
167
  onInteractiveTimeIconClick?: () => void;
166
168
  onPrevVideoClick?: () => boolean;
167
169
  onNextVideoClick?: () => boolean;
@@ -397,6 +399,7 @@ declare class VKVideoPlayer extends HTMLElement {
397
399
  private rootContainer;
398
400
  private uiConfig;
399
401
  private coreConfig;
402
+ private statisticsConfig;
400
403
  private interactiveController;
401
404
  private interactiveContainer;
402
405
  private graphMadePause;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vkontakte/videoplayer",
3
- "version": "1.1.36-dev.35d4a782.0",
3
+ "version": "1.1.36-dev.55db5eff.0",
4
4
  "author": "vk.com",
5
5
  "description": "Videoplayer based on the vk.com platform",
6
6
  "homepage": "https://vk.com",
@@ -49,9 +49,9 @@
49
49
  "**/*.d.ts"
50
50
  ],
51
51
  "dependencies": {
52
- "@vkontakte/videoplayer-core": "2.0.103-dev.c555938f.0",
53
- "@vkontakte/videoplayer-interactive": "1.0.11-dev.29af1a10.0",
54
- "@vkontakte/videoplayer-shared": "^1.0.35",
55
- "@vkontakte/videoplayer-statistics": "1.0.49-dev.0fce10b9.0"
52
+ "@vkontakte/videoplayer-core": "2.0.103-dev.cd1de8dc.0",
53
+ "@vkontakte/videoplayer-interactive": "1.0.11-dev.b72fcea2.0",
54
+ "@vkontakte/videoplayer-shared": "1.0.36-dev.ae47f304.0",
55
+ "@vkontakte/videoplayer-statistics": "1.0.49-dev.c0d58556.0"
56
56
  }
57
57
  }