@sumaris-net/ngx-components 1.23.41 → 1.23.42
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 +1 -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/doc/changelog.md +3 -0
- package/esm2015/src/app/core/form/editor.class.js +2 -2
- package/fesm2015/sumaris-net.ngx-components.js +1 -1
- package/fesm2015/sumaris-net.ngx-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -28693,7 +28693,7 @@
|
|
|
28693
28693
|
});
|
|
28694
28694
|
Object.defineProperty(AppEditor.prototype, "loaded", {
|
|
28695
28695
|
get: function () {
|
|
28696
|
-
return !this.loading;
|
|
28696
|
+
return !this.loadingSubject.value && (!this._children || this._children.findIndex(function (c) { return c.enabled && c.loading; }) === -1) || false;
|
|
28697
28697
|
},
|
|
28698
28698
|
enumerable: false,
|
|
28699
28699
|
configurable: true
|