@cqa-lib/cqa-ui 1.1.473 → 1.1.474

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.
@@ -59,6 +59,8 @@ export declare class SimulatorComponent implements AfterViewInit, OnDestroy, OnC
59
59
  progress: number;
60
60
  dragging: boolean;
61
61
  isPlaying: boolean;
62
+ showPlayPauseOverlay: boolean;
63
+ private playPauseOverlayTimer;
62
64
  isFullScreen: boolean;
63
65
  currentView: string;
64
66
  currentVideoIndex: number;
@@ -128,6 +130,7 @@ export declare class SimulatorComponent implements AfterViewInit, OnDestroy, OnC
128
130
  * Toggle play/pause (now trivial with state machine)
129
131
  */
130
132
  togglePlay(): void;
133
+ onVideoFrameClick(): void;
131
134
  /**
132
135
  * Play video - public method (enqueues operation)
133
136
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cqa-lib/cqa-ui",
3
- "version": "1.1.473",
3
+ "version": "1.1.474",
4
4
  "description": "UI Kit library for Angular 13.4",
5
5
  "keywords": [
6
6
  "angular",