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
|
@@ -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]) {
|