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.
- package/bundles/raise-common-lib.umd.js +1 -0
- package/bundles/raise-common-lib.umd.js.map +1 -1
- package/bundles/raise-common-lib.umd.min.js +1 -1
- package/bundles/raise-common-lib.umd.min.js.map +1 -1
- package/esm2015/lib/form/drawer-form/drawer-form.component.js +2 -1
- package/esm5/lib/form/drawer-form/drawer-form.component.js +2 -1
- package/fesm2015/raise-common-lib.js +1 -0
- package/fesm2015/raise-common-lib.js.map +1 -1
- package/fesm5/raise-common-lib.js +1 -0
- package/fesm5/raise-common-lib.js.map +1 -1
- package/package.json +1 -1
- package/raise-common-lib.metadata.json +1 -1
|
@@ -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]) {
|