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.
- package/esm2020/lib/speechrecorder/session/audiorecorder.mjs +5 -5
- package/esm2020/lib/spr.module.version.mjs +2 -2
- package/fesm2015/speechrecorderng.mjs +5 -5
- package/fesm2015/speechrecorderng.mjs.map +1 -1
- package/fesm2020/speechrecorderng.mjs +5 -5
- package/fesm2020/speechrecorderng.mjs.map +1 -1
- package/lib/spr.module.version.d.ts +1 -1
- package/package.json +12 -12
|
@@ -17218,8 +17218,8 @@ AudioRecorder.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version:
|
|
|
17218
17218
|
<div [class]="{audioStatusDisplay:!screenXs,audioStatusDisplayXs:screenXs}">
|
|
17219
17219
|
<audio-levelbar style="flex:1 0 1%" [streamingMode]="isRecording() || keepLiveLevel" [state]="liveLevelDisplayState"
|
|
17220
17220
|
[displayLevelInfos]="displayAudioClip?.levelInfos"></audio-levelbar>
|
|
17221
|
-
<div style="flex-direction: row">
|
|
17222
|
-
<spr-recordingitemcontrols style="flex:10 0
|
|
17221
|
+
<div style="display:flex;flex-direction: row">
|
|
17222
|
+
<spr-recordingitemcontrols style="flex:10 0 1px"
|
|
17223
17223
|
[disableAudioDetails]="disableAudioDetails"
|
|
17224
17224
|
[audioLoaded]="audioLoaded"
|
|
17225
17225
|
[playStartAction]="controlAudioPlayer?.startAction"
|
|
@@ -17281,8 +17281,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
|
|
|
17281
17281
|
<div [class]="{audioStatusDisplay:!screenXs,audioStatusDisplayXs:screenXs}">
|
|
17282
17282
|
<audio-levelbar style="flex:1 0 1%" [streamingMode]="isRecording() || keepLiveLevel" [state]="liveLevelDisplayState"
|
|
17283
17283
|
[displayLevelInfos]="displayAudioClip?.levelInfos"></audio-levelbar>
|
|
17284
|
-
<div style="flex-direction: row">
|
|
17285
|
-
<spr-recordingitemcontrols style="flex:10 0
|
|
17284
|
+
<div style="display:flex;flex-direction: row">
|
|
17285
|
+
<spr-recordingitemcontrols style="flex:10 0 1px"
|
|
17286
17286
|
[disableAudioDetails]="disableAudioDetails"
|
|
17287
17287
|
[audioLoaded]="audioLoaded"
|
|
17288
17288
|
[playStartAction]="controlAudioPlayer?.startAction"
|
|
@@ -17527,7 +17527,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
|
|
|
17527
17527
|
}]
|
|
17528
17528
|
}] });
|
|
17529
17529
|
|
|
17530
|
-
const VERSION = '3.4.
|
|
17530
|
+
const VERSION = '3.4.2';
|
|
17531
17531
|
|
|
17532
17532
|
/*
|
|
17533
17533
|
* Public API Surface of speechrecorderng
|