raise-common-lib 0.0.196 → 0.0.197

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.
@@ -22286,6 +22286,7 @@ var DrawerFormComponent = /** @class */ (function () {
22286
22286
  this.sections = filterShowSection(changes._sections.currentValue);
22287
22287
  this.form = this.getFormProxy(this.formatForm(this.sections, __assign({}, this.form)));
22288
22288
  this.syncFormField();
22289
+ this.formChange.emit(this.form);
22289
22290
  }
22290
22291
  if (changes._form) {
22291
22292
  if (!changes._form.currentValue[FORM_PROXY_TAG]) {