@sumaris-net/ngx-components 2.6.25 → 2.6.26
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/esm2020/src/app/core/form/entity/editor.class.mjs +3 -2
- package/fesm2015/sumaris-net.ngx-components.mjs +2 -1
- package/fesm2015/sumaris-net.ngx-components.mjs.map +1 -1
- package/fesm2020/sumaris-net.ngx-components.mjs +2 -1
- package/fesm2020/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/assets/manifest.json +1 -1
|
@@ -30665,7 +30665,8 @@ class AppEditor {
|
|
|
30665
30665
|
}
|
|
30666
30666
|
markAsReady(opts) {
|
|
30667
30667
|
this._children?.forEach(c => c.markAsReady(opts));
|
|
30668
|
-
this.readySubject.
|
|
30668
|
+
if (!this.readySubject.value)
|
|
30669
|
+
this.readySubject.next(true);
|
|
30669
30670
|
}
|
|
30670
30671
|
ready(opts) {
|
|
30671
30672
|
if (this.readySubject.value)
|