@eqproject/eqp-dynamic-module 2.4.21 → 2.4.22

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.
@@ -9329,14 +9329,16 @@ class AddFormFieldComponent {
9329
9329
  this.dialogQERef.close();
9330
9330
  }
9331
9331
  onExternalComponentOut(ev) {
9332
- this.field.DataGetterValue = ev.Params;
9333
- console.log("event out on dynamic module", ev);
9334
9332
  if (ev.Behaviours.indexOf("send-out") != -1) {
9335
9333
  this.out.emit(ev);
9336
9334
  }
9337
9335
  if (ev.Behaviours.indexOf("close-modal") != -1) {
9338
9336
  this.closeQEModal();
9339
9337
  }
9338
+ if (ev.Behaviours.indexOf("save-query") != -1) {
9339
+ this.field.DataGetterValue = ev.Params;
9340
+ console.log("event out on dynamic module for saving", ev);
9341
+ }
9340
9342
  }
9341
9343
  }
9342
9344
  AddFormFieldComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AddFormFieldComponent, deps: [{ token: i5.UntypedFormBuilder }, { token: i7.EnumHelper }, { token: i1$2.MatDialog }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });