@seniorsistemas/angular-components 17.26.9-bugfix-sds-309-85a29221 → 17.26.10
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/bundles/seniorsistemas-angular-components.umd.js +0 -3
- package/bundles/seniorsistemas-angular-components.umd.js.map +1 -1
- package/bundles/seniorsistemas-angular-components.umd.min.js.map +1 -1
- package/esm2015/components/speech-recognition/speech-recognition/speech-recognition.component.js +1 -4
- package/esm5/components/speech-recognition/speech-recognition/speech-recognition.component.js +1 -4
- package/fesm2015/seniorsistemas-angular-components.js +0 -3
- package/fesm2015/seniorsistemas-angular-components.js.map +1 -1
- package/fesm5/seniorsistemas-angular-components.js +0 -3
- package/fesm5/seniorsistemas-angular-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -13737,9 +13737,6 @@ var SpeechRecognitionComponent = /** @class */ (function () {
|
|
|
13737
13737
|
if (this.isDisabledMicrophone || this.isListening) {
|
|
13738
13738
|
return;
|
|
13739
13739
|
}
|
|
13740
|
-
// if (this.isPlayingTextToSpeech) {
|
|
13741
|
-
// this.onCloseToolbar();
|
|
13742
|
-
// }
|
|
13743
13740
|
this.disabled = true;
|
|
13744
13741
|
this.canRenderMicrophone = false;
|
|
13745
13742
|
this.canRenderListeningText = true;
|