speechrecorderng 2.23.1 → 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.
@@ -10266,6 +10266,17 @@ class RecordingFileViewComponent extends AudioDisplayPlayer {
10266
10266
  }
10267
10267
  }
10268
10268
  }
10269
+ if (this.recordingFile) {
10270
+ if (this.recordingFile.version) {
10271
+ this.recordingFileVersion = this.recordingFile.version;
10272
+ }
10273
+ else {
10274
+ this.recordingFileVersion = 0;
10275
+ }
10276
+ }
10277
+ else {
10278
+ this.recordingFileVersion = null;
10279
+ }
10269
10280
  this.updateActions();
10270
10281
  }
10271
10282
  loadRecFile(rfId) {
@@ -10417,6 +10428,15 @@ class RecordingFileViewComponent extends AudioDisplayPlayer {
10417
10428
  }
10418
10429
  }
10419
10430
  });
10431
+ for (let avRf of this.availRecFiles) {
10432
+ if (avRf[0] && avRf[0].recording) {
10433
+ let os = avRf[0].recording.itemcode + ': versions: ';
10434
+ for (let avRfV of avRf) {
10435
+ os += avRfV.version + '/';
10436
+ }
10437
+ console.debug(os);
10438
+ }
10439
+ }
10420
10440
  this.updatePos();
10421
10441
  this.naviInfoLoading = false;
10422
10442
  this.ref.detectChanges();
@@ -11778,7 +11798,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.1", ngImpor
11778
11798
  }]
11779
11799
  }] });
11780
11800
 
11781
- const VERSION = '2.23.1';
11801
+ const VERSION = '2.23.2';
11782
11802
 
11783
11803
  /*
11784
11804
  * Public API Surface of speechrecorderng