@smartbit4all/ng-client 4.5.6 → 4.5.7
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/esm2022/lib/smart-component-layout/smart-component-layout.component.mjs +3 -3
- package/esm2022/lib/smart-form/smartform.component.mjs +2 -2
- package/esm2022/lib/smart-form/widgets/components/smart-voice-recorder/smart-voice-recorder.component.mjs +1 -4
- package/esm2022/lib/view-context/smart-ui-action/components/upload-widget/voice-record-widget/voice-record-widget.component.mjs +7 -4
- package/fesm2022/smartbit4all-ng-client.mjs +10 -10
- package/fesm2022/smartbit4all-ng-client.mjs.map +1 -1
- package/lib/view-context/smart-ui-action/components/upload-widget/voice-record-widget/voice-record-widget.component.d.ts +1 -0
- package/package.json +1 -1
- package/smartbit4all-ng-client-4.5.7.tgz +0 -0
- package/smartbit4all-ng-client-4.5.6.tgz +0 -0
|
@@ -28,6 +28,7 @@ export declare class VoiceRecordWidgetComponent implements OnInit, AfterViewInit
|
|
|
28
28
|
ngAfterViewInit(): void;
|
|
29
29
|
get isLeftDirection(): boolean;
|
|
30
30
|
private initializeWaveSurferIfNeeded;
|
|
31
|
+
initWaveSurfer(): void;
|
|
31
32
|
startRecording(): Promise<void>;
|
|
32
33
|
private checkHasRecorded;
|
|
33
34
|
updateProgress(time: number): void;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|