@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.
@@ -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();