@cqa-lib/cqa-ui 1.1.87 → 1.1.89

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.
@@ -26,6 +26,7 @@ export declare class SimulatorComponent implements AfterViewInit, OnDestroy, OnC
26
26
  isContentVideoLoading: boolean;
27
27
  failedStatusMessage: string;
28
28
  selectedView: SegmentType;
29
+ hideVideoTab: boolean;
29
30
  videoTimeUpdate: EventEmitter<number>;
30
31
  videoPlay: EventEmitter<void>;
31
32
  videoPause: EventEmitter<void>;
@@ -73,6 +74,6 @@ export declare class SimulatorComponent implements AfterViewInit, OnDestroy, OnC
73
74
  onTraceViewerError(): void;
74
75
  private updateSegments;
75
76
  static ɵfac: i0.ɵɵFactoryDeclaration<SimulatorComponent, never>;
76
- static ɵcmp: i0.ɵɵComponentDeclaration<SimulatorComponent, "cqa-simulator", never, { "videoUrl": "videoUrl"; "videoCurrentDuration": "videoCurrentDuration"; "stepMarkers": "stepMarkers"; "screenShotUrl": "screenShotUrl"; "traceViewUrl": "traceViewUrl"; "platformName": "platformName"; "platformType": "platformType"; "isLive": "isLive"; "liveStatus": "liveStatus"; "liveLoadingLabel": "liveLoadingLabel"; "isContentVideoLoading": "isContentVideoLoading"; "failedStatusMessage": "failedStatusMessage"; "selectedView": "selectedView"; }, { "videoTimeUpdate": "videoTimeUpdate"; "videoPlay": "videoPlay"; "videoPause": "videoPause"; }, never, ["*"]>;
77
+ static ɵcmp: i0.ɵɵComponentDeclaration<SimulatorComponent, "cqa-simulator", never, { "videoUrl": "videoUrl"; "videoCurrentDuration": "videoCurrentDuration"; "stepMarkers": "stepMarkers"; "screenShotUrl": "screenShotUrl"; "traceViewUrl": "traceViewUrl"; "platformName": "platformName"; "platformType": "platformType"; "isLive": "isLive"; "liveStatus": "liveStatus"; "liveLoadingLabel": "liveLoadingLabel"; "isContentVideoLoading": "isContentVideoLoading"; "failedStatusMessage": "failedStatusMessage"; "selectedView": "selectedView"; "hideVideoTab": "hideVideoTab"; }, { "videoTimeUpdate": "videoTimeUpdate"; "videoPlay": "videoPlay"; "videoPause": "videoPause"; }, never, ["*"]>;
77
78
  }
78
79
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cqa-lib/cqa-ui",
3
- "version": "1.1.87",
3
+ "version": "1.1.89",
4
4
  "description": "UI Kit library for Angular 13.4",
5
5
  "keywords": [
6
6
  "angular",