oxpi-nglib 1.0.20 → 1.0.21
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/fesm2020/oxpi-nglib.mjs
CHANGED
|
@@ -2990,7 +2990,6 @@ class ProdutosComponent {
|
|
|
2990
2990
|
this.mobile = this.screenHelper.isMedium;
|
|
2991
2991
|
this.usaEstoqueOnline = auth.usaEstoqueOnline;
|
|
2992
2992
|
this.screenHelper.changedMediumScreen.subscribe(x => this.mobile = x);
|
|
2993
|
-
this.setting.exibeControladoEstoque = true;
|
|
2994
2993
|
}
|
|
2995
2994
|
get selectedItem() {
|
|
2996
2995
|
return this._selectedItem;
|