@cqa-lib/cqa-ui 1.1.178 → 1.1.179
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/esm2020/lib/execution-screen/base-step.component.mjs +4 -1
- package/esm2020/lib/simulator/simulator.component.mjs +12 -3
- package/fesm2015/cqa-lib-cqa-ui.mjs +14 -2
- package/fesm2015/cqa-lib-cqa-ui.mjs.map +1 -1
- package/fesm2020/cqa-lib-cqa-ui.mjs +14 -2
- package/fesm2020/cqa-lib-cqa-ui.mjs.map +1 -1
- package/lib/simulator/simulator.component.d.ts +1 -0
- package/package.json +1 -1
|
@@ -118,6 +118,7 @@ export declare class SimulatorComponent implements AfterViewInit, OnDestroy, OnC
|
|
|
118
118
|
* This prevents pipeline read errors during rapid seek operations
|
|
119
119
|
*/
|
|
120
120
|
private seekToTimeInternal;
|
|
121
|
+
onVideoKeydown(event: KeyboardEvent): void;
|
|
121
122
|
/**
|
|
122
123
|
* Toggle play/pause (now trivial with state machine)
|
|
123
124
|
*/
|