@seniorsistemas/angular-components 17.26.12 → 17.26.13
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 +2 -1
- package/bundles/seniorsistemas-angular-components.umd.js.map +1 -1
- package/bundles/seniorsistemas-angular-components.umd.min.js +1 -1
- package/bundles/seniorsistemas-angular-components.umd.min.js.map +1 -1
- package/esm2015/components/code-editor/code-editor.component.js +1 -1
- package/esm2015/components/speech-recognition/speech-recognition/speech-recognition.component.js +2 -1
- package/esm5/components/code-editor/code-editor.component.js +1 -1
- package/esm5/components/speech-recognition/speech-recognition/speech-recognition.component.js +2 -1
- package/fesm2015/seniorsistemas-angular-components.js +2 -1
- package/fesm2015/seniorsistemas-angular-components.js.map +1 -1
- package/fesm5/seniorsistemas-angular-components.js +2 -1
- package/fesm5/seniorsistemas-angular-components.js.map +1 -1
- package/package.json +1 -1
- package/seniorsistemas-angular-components.metadata.json +1 -1
|
@@ -4411,7 +4411,7 @@
|
|
|
4411
4411
|
multi: true,
|
|
4412
4412
|
},
|
|
4413
4413
|
],
|
|
4414
|
-
styles: [".core-wrapper{height:100
|
|
4414
|
+
styles: [".core-wrapper{height:100%;border:1px solid #c1c1cc;border-radius:3px}"]
|
|
4415
4415
|
})
|
|
4416
4416
|
], CodeEditorComponent);
|
|
4417
4417
|
return CodeEditorComponent;
|
|
@@ -13985,6 +13985,7 @@
|
|
|
13985
13985
|
this._recognizedText = '';
|
|
13986
13986
|
this.disabled = false;
|
|
13987
13987
|
this.textToSpeechService.cancel();
|
|
13988
|
+
SpeechRecognitionComponent_1.TOOLBAR_ACTIVE = false;
|
|
13988
13989
|
};
|
|
13989
13990
|
SpeechRecognitionComponent.prototype.ngOnDestroy = function () {
|
|
13990
13991
|
this.onDestroy$.next();
|