speechrecorderng 3.4.1 → 3.4.2

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.
@@ -17271,8 +17271,8 @@ AudioRecorder.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
17271
17271
  <div [class]="{audioStatusDisplay:!screenXs,audioStatusDisplayXs:screenXs}">
17272
17272
  <audio-levelbar style="flex:1 0 1%" [streamingMode]="isRecording() || keepLiveLevel" [state]="liveLevelDisplayState"
17273
17273
  [displayLevelInfos]="displayAudioClip?.levelInfos"></audio-levelbar>
17274
- <div style="flex-direction: row">
17275
- <spr-recordingitemcontrols style="flex:10 0 1%"
17274
+ <div style="display:flex;flex-direction: row">
17275
+ <spr-recordingitemcontrols style="flex:10 0 1px"
17276
17276
  [disableAudioDetails]="disableAudioDetails"
17277
17277
  [audioLoaded]="audioLoaded"
17278
17278
  [playStartAction]="controlAudioPlayer?.startAction"
@@ -17334,8 +17334,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
17334
17334
  <div [class]="{audioStatusDisplay:!screenXs,audioStatusDisplayXs:screenXs}">
17335
17335
  <audio-levelbar style="flex:1 0 1%" [streamingMode]="isRecording() || keepLiveLevel" [state]="liveLevelDisplayState"
17336
17336
  [displayLevelInfos]="displayAudioClip?.levelInfos"></audio-levelbar>
17337
- <div style="flex-direction: row">
17338
- <spr-recordingitemcontrols style="flex:10 0 1%"
17337
+ <div style="display:flex;flex-direction: row">
17338
+ <spr-recordingitemcontrols style="flex:10 0 1px"
17339
17339
  [disableAudioDetails]="disableAudioDetails"
17340
17340
  [audioLoaded]="audioLoaded"
17341
17341
  [playStartAction]="controlAudioPlayer?.startAction"
@@ -17582,7 +17582,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
17582
17582
  }]
17583
17583
  }] });
17584
17584
 
17585
- const VERSION = '3.4.1';
17585
+ const VERSION = '3.4.2';
17586
17586
 
17587
17587
  /*
17588
17588
  * Public API Surface of speechrecorderng