@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
|
@@ -4266,7 +4266,7 @@ var CodeEditorComponent = /** @class */ (function () {
|
|
|
4266
4266
|
multi: true,
|
|
4267
4267
|
},
|
|
4268
4268
|
],
|
|
4269
|
-
styles: [".core-wrapper{height:100
|
|
4269
|
+
styles: [".core-wrapper{height:100%;border:1px solid #c1c1cc;border-radius:3px}"]
|
|
4270
4270
|
})
|
|
4271
4271
|
], CodeEditorComponent);
|
|
4272
4272
|
return CodeEditorComponent;
|
|
@@ -13840,6 +13840,7 @@ var SpeechRecognitionComponent = /** @class */ (function () {
|
|
|
13840
13840
|
this._recognizedText = '';
|
|
13841
13841
|
this.disabled = false;
|
|
13842
13842
|
this.textToSpeechService.cancel();
|
|
13843
|
+
SpeechRecognitionComponent_1.TOOLBAR_ACTIVE = false;
|
|
13843
13844
|
};
|
|
13844
13845
|
SpeechRecognitionComponent.prototype.ngOnDestroy = function () {
|
|
13845
13846
|
this.onDestroy$.next();
|