@sumaris-net/ngx-components 0.27.5 → 0.27.6
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 +2 -2
- 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/form.class.js +3 -3
- package/fesm2015/sumaris-net.ngx-components.js +2 -2
- package/fesm2015/sumaris-net.ngx-components.js.map +1 -1
- package/package.json +1 -1
- package/src/app/core/form/form.class.d.ts +2 -2
|
@@ -19032,10 +19032,10 @@
|
|
|
19032
19032
|
var _this = this;
|
|
19033
19033
|
this.error = null;
|
|
19034
19034
|
this._enable = false;
|
|
19035
|
+
this._$ready = new rxjs.BehaviorSubject(true);
|
|
19035
19036
|
this._loading = true;
|
|
19036
19037
|
this.i18nFieldPrefix = null;
|
|
19037
19038
|
this._subscription = new rxjs.Subscription();
|
|
19038
|
-
this._$ready = new rxjs.BehaviorSubject(true);
|
|
19039
19039
|
this.debug = false;
|
|
19040
19040
|
this.onCancel = new i0.EventEmitter();
|
|
19041
19041
|
this.onSubmit = new i0.EventEmitter();
|
|
@@ -19249,7 +19249,7 @@
|
|
|
19249
19249
|
if (!this._$ready.value) {
|
|
19250
19250
|
this._$ready.next(true);
|
|
19251
19251
|
// If subclasses implements OnReady
|
|
19252
|
-
if (typeof this['
|
|
19252
|
+
if (typeof this['ngOnReady'] === 'function') {
|
|
19253
19253
|
this.ngOnReady();
|
|
19254
19254
|
}
|
|
19255
19255
|
}
|