speechrecorderng 2.22.5 → 2.23.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/script/script.mjs +1 -1
- package/esm2020/lib/speechrecorder/session/recordingfile/recording-file-view.component.mjs +27 -5
- package/esm2020/lib/speechrecorder/session/sessionmanager.mjs +6 -3
- package/esm2020/lib/spr.module.version.mjs +2 -2
- package/fesm2015/speechrecorderng.mjs +33 -6
- package/fesm2015/speechrecorderng.mjs.map +1 -1
- package/fesm2020/speechrecorderng.mjs +32 -6
- package/fesm2020/speechrecorderng.mjs.map +1 -1
- package/lib/speechrecorder/script/script.d.ts +1 -1
- package/lib/spr.module.version.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare type Mode = "MANUAL" | "AUTOPROGRESS" | "AUTORECORDING";
|
|
2
|
-
export declare type PromptPhase = "IDLE" | "PRERECORDING" | "RECORDING";
|
|
2
|
+
export declare type PromptPhase = "IDLE" | "PRERECORDING" | "PRERECORDINGONLY" | "RECORDING";
|
|
3
3
|
export declare type Order = 'SEQUENTIAL' | 'RANDOM' | 'RANDOMIZED';
|
|
4
4
|
export declare type Decoration = 'underline';
|
|
5
5
|
export declare type Style = 'italic' | 'normal';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "2.
|
|
1
|
+
export declare const VERSION = "2.23.2";
|