@edm-webplayer/webplayer-angular 0.1.70 → 0.1.72
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
|
@@ -25,9 +25,9 @@ export declare class PlyrPlayerComponent implements AfterViewInit, OnDestroy, On
|
|
|
25
25
|
private liveInteractionBlocker?;
|
|
26
26
|
private pendingStartTime?;
|
|
27
27
|
private readonly onResize;
|
|
28
|
+
private readonly onRecommendationBlockerClick;
|
|
28
29
|
private readonly onTopBlockerPointerDown;
|
|
29
30
|
private readonly onTopBlockerClick;
|
|
30
|
-
private readonly onRecommendationBlockerClick;
|
|
31
31
|
private readonly controlsSafeZonePxDesktop;
|
|
32
32
|
private readonly controlsSafeZonePxTouch;
|
|
33
33
|
private readonly overlayInteractionGapPx;
|
|
@@ -47,9 +47,8 @@ export declare class PlyrPlayerComponent implements AfterViewInit, OnDestroy, On
|
|
|
47
47
|
private ensureRecommendationBlocker;
|
|
48
48
|
private toggleRecommendationBlocker;
|
|
49
49
|
private updateRecommendationBlockerSafeZone;
|
|
50
|
-
private updateTopClickBlockerSafeZone;
|
|
51
|
-
private togglePlayback;
|
|
52
50
|
private ensureTopClickBlocker;
|
|
51
|
+
private updateTopClickBlockerSafeZone;
|
|
53
52
|
private observeMenuChanges;
|
|
54
53
|
private isIOSDevice;
|
|
55
54
|
private isIOSContext;
|
|
@@ -36,6 +36,7 @@ export declare class VimeoPlayerComponent implements OnInit, AfterViewInit, OnDe
|
|
|
36
36
|
private handleEnded;
|
|
37
37
|
private isIOSContext;
|
|
38
38
|
private temporarilyMuteForSeek;
|
|
39
|
+
private unlockPlayerInteraction;
|
|
39
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<VimeoPlayerComponent, never>;
|
|
40
41
|
static ɵcmp: i0.ɵɵComponentDeclaration<VimeoPlayerComponent, "app-vimeo-player", never, { "config": { "alias": "config"; "required": false; }; }, { "ready": "ready"; }, never, never, true, never>;
|
|
41
42
|
}
|