@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.
@@ -9302,14 +9302,16 @@ class AddFormFieldComponent {
9302
9302
  this.dialogQERef.close();
9303
9303
  }
9304
9304
  onExternalComponentOut(ev) {
9305
- this.field.DataGetterValue = ev.Params;
9306
- console.log("event out on dynamic module", ev);
9307
9305
  if (ev.Behaviours.indexOf("send-out") != -1) {
9308
9306
  this.out.emit(ev);
9309
9307
  }
9310
9308
  if (ev.Behaviours.indexOf("close-modal") != -1) {
9311
9309
  this.closeQEModal();
9312
9310
  }
9311
+ if (ev.Behaviours.indexOf("save-query") != -1) {
9312
+ this.field.DataGetterValue = ev.Params;
9313
+ console.log("event out on dynamic module for saving", ev);
9314
+ }
9313
9315
  }
9314
9316
  }
9315
9317
  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 });