@3dsource/angular-unreal-module 0.0.50 → 0.0.53-dev.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
@@ -1630,14 +1630,13 @@ declare class UnrealSceneComponent implements AfterViewInit {
1630
1630
  static ɵcmp: i0.ɵɵComponentDeclaration<UnrealSceneComponent, "app-unreal-scene", never, { "isStudio": { "alias": "isStudio"; "required": false; "isSignal": true; }; "useContainerAsSizeProvider": { "alias": "useContainerAsSizeProvider"; "required": false; "isSignal": true; }; "studioResolutionSize": { "alias": "studioResolutionSize"; "required": false; "isSignal": true; }; }, { "changeMouseOverScene": "changeMouseOverScene"; }, never, ["app-video-locker", "app-pdf", "app-show-case", "app-low-bandwidth-detector"], true, never>;
1631
1631
  }
1632
1632
 
1633
- declare class VideoLockerComponent implements AfterViewInit, OnInit {
1634
- videoElement: ElementRef<HTMLDivElement>;
1633
+ declare class VideoLockerComponent {
1634
+ private videoElement;
1635
1635
  private store;
1636
- private destroyRef;
1637
- protected videoIntroSrc$: rxjs.Observable<string | null>;
1638
- protected imageIntroSrc$: rxjs.Observable<string | null>;
1639
- ngOnInit(): void;
1640
- ngAfterViewInit(): void;
1636
+ protected imageIntroSrc: i0.Signal<string | null>;
1637
+ protected videoIntroSrc: i0.Signal<string | null>;
1638
+ private viewportReady;
1639
+ constructor();
1641
1640
  private createVideo;
1642
1641
  static ɵfac: i0.ɵɵFactoryDeclaration<VideoLockerComponent, never>;
1643
1642
  static ɵcmp: i0.ɵɵComponentDeclaration<VideoLockerComponent, "app-video-locker", never, {}, {}, never, never, true, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@3dsource/angular-unreal-module",
3
- "version": "0.0.50",
3
+ "version": "0.0.53-dev.0",
4
4
  "description": "Angular Unreal module for connect with unreal engine stream",
5
5
  "keywords": [
6
6
  "3dsource",