oxpi-nglib 1.0.13 → 1.0.14

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.
@@ -3157,6 +3157,7 @@ class ProdutosComponent {
3157
3157
  const dialog = this.dialog.open(ProdutoComposicaoComponent, {
3158
3158
  width: width,
3159
3159
  height: height,
3160
+ data: this.selectedItem,
3160
3161
  maxWidth: '100%',
3161
3162
  panelClass: 'dialog-p0',
3162
3163
  });