@edm-webplayer/webplayer-angular 0.1.76 → 0.1.78

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": "@edm-webplayer/webplayer-angular",
3
- "version": "0.1.76",
3
+ "version": "0.1.78",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.2.14",
6
6
  "@angular/core": "^19.2.14",
@@ -23,6 +23,7 @@ export declare class PlyrPlayerComponent implements AfterViewInit, OnDestroy, On
23
23
  private interactionUnmuteCleanup?;
24
24
  private endedLoggedOnPause;
25
25
  private liveInteractionBlocker?;
26
+ private iosFullscreenCleanup?;
26
27
  private pendingStartTime?;
27
28
  private readonly onResize;
28
29
  private readonly onRecommendationBlockerClick;
@@ -53,6 +54,9 @@ export declare class PlyrPlayerComponent implements AfterViewInit, OnDestroy, On
53
54
  private isIOSDevice;
54
55
  private isIOSContext;
55
56
  private isTouchDevice;
57
+ private applyInlineAttributes;
58
+ private bindIOSFullscreenLogging;
59
+ private removeIOSFullscreenLogging;
56
60
  private isIframeProvider;
57
61
  private shouldDisableAutoplayForIOS;
58
62
  private shouldResetProgressToBeginning;
@@ -15,6 +15,8 @@ export declare class ScaleupPlayerComponent implements OnInit, OnDestroy, OnChan
15
15
  ngOnChanges(changes: SimpleChanges): void;
16
16
  private loadScaleupPlayer;
17
17
  ngOnDestroy(): void;
18
+ private isIOSDevice;
19
+ private isIOSContext;
18
20
  static ɵfac: i0.ɵɵFactoryDeclaration<ScaleupPlayerComponent, never>;
19
21
  static ɵcmp: i0.ɵɵComponentDeclaration<ScaleupPlayerComponent, "app-scaleup-player", never, { "config": { "alias": "config"; "required": false; }; }, { "ready": "ready"; }, never, never, true, never>;
20
22
  }
@@ -13,6 +13,7 @@ export declare class VimeoPlayerComponent implements OnInit, AfterViewInit, OnDe
13
13
  private startTimeApplied;
14
14
  private pendingStartTime?;
15
15
  private endedLoggedOnPause;
16
+ private iosFullscreenCleanup?;
16
17
  private readonly onCastMessage;
17
18
  endedOverlayVisible: boolean;
18
19
  constructor(progressService: WebplayerProgressService, document: Document);
@@ -36,6 +37,9 @@ export declare class VimeoPlayerComponent implements OnInit, AfterViewInit, OnDe
36
37
  private handleEnded;
37
38
  private isIOSContext;
38
39
  private temporarilyMuteForSeek;
40
+ private applyInlineAttributes;
41
+ private bindIOSFullscreenLogging;
42
+ private removeIOSFullscreenLogging;
39
43
  private unlockPlayerInteraction;
40
44
  static ɵfac: i0.ɵɵFactoryDeclaration<VimeoPlayerComponent, never>;
41
45
  static ɵcmp: i0.ɵɵComponentDeclaration<VimeoPlayerComponent, "app-vimeo-player", never, { "config": { "alias": "config"; "required": false; }; }, { "ready": "ready"; }, never, never, true, never>;