@sumaris-net/ngx-components 0.27.9 → 0.27.10
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 +8 -0
- 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 +4 -1
- package/esm2015/src/app/core/table/table.class.js +2 -1
- package/fesm2015/sumaris-net.ngx-components.js +4 -0
- package/fesm2015/sumaris-net.ngx-components.js.map +1 -1
- package/package.json +1 -1
- package/src/app/core/form/form.class.d.ts +1 -0
- package/sumaris-net.ngx-components.metadata.json +1 -1
|
@@ -16584,6 +16584,9 @@ class AppForm {
|
|
|
16584
16584
|
});
|
|
16585
16585
|
this.autocompleteFields = this.autocompleteHelper.fields;
|
|
16586
16586
|
}
|
|
16587
|
+
get _ready() {
|
|
16588
|
+
return this._$ready.value == true;
|
|
16589
|
+
}
|
|
16587
16590
|
get value() {
|
|
16588
16591
|
return this.form.value;
|
|
16589
16592
|
}
|
|
@@ -20553,6 +20556,7 @@ class AppTable {
|
|
|
20553
20556
|
}
|
|
20554
20557
|
markAsSaving(opts) {
|
|
20555
20558
|
if (this.savingSubject.value !== true) {
|
|
20559
|
+
this.focusColumn = undefined; // unselect focus column
|
|
20556
20560
|
this.savingSubject.next(true);
|
|
20557
20561
|
if (!opts || opts.emitEvent !== false) {
|
|
20558
20562
|
this.markForCheck();
|