@sumaris-net/ngx-components 1.1.0 → 1.1.1
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/sumaris-net.ngx-components.umd.js +3 -1
- package/bundles/sumaris-net.ngx-components.umd.js.map +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js.map +1 -1
- package/esm2015/src/app/core/form/editor.class.js +4 -2
- package/fesm2015/sumaris-net.ngx-components.js +3 -1
- package/fesm2015/sumaris-net.ngx-components.js.map +1 -1
- package/package.json +1 -1
- package/sumaris-net.ngx-components.metadata.json +1 -1
|
@@ -25834,10 +25834,12 @@
|
|
|
25834
25834
|
var _a;
|
|
25835
25835
|
if (this._loading) {
|
|
25836
25836
|
this._loading = false;
|
|
25837
|
-
if (!opts || opts.
|
|
25837
|
+
if (!opts || opts.onlySelf !== true) {
|
|
25838
25838
|
// Emit to children forms
|
|
25839
25839
|
// Tables should be changed by parent
|
|
25840
25840
|
(_a = this.forms) === null || _a === void 0 ? void 0 : _a.forEach(function (c) { return c.markAsLoaded(opts); });
|
|
25841
|
+
}
|
|
25842
|
+
if (!opts || opts.emitEvent !== false) {
|
|
25841
25843
|
this.markForCheck();
|
|
25842
25844
|
}
|
|
25843
25845
|
}
|