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.
@@ -22478,6 +22478,7 @@
22478
22478
  this.sections = filterShowSection(changes._sections.currentValue);
22479
22479
  this.form = this.getFormProxy(this.formatForm(this.sections, __assign({}, this.form)));
22480
22480
  this.syncFormField();
22481
+ this.formChange.emit(this.form);
22481
22482
  }
22482
22483
  if (changes._form) {
22483
22484
  if (!changes._form.currentValue[FORM_PROXY_TAG]) {