@trudb/tru-common-lib 0.2.105 → 0.2.106

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.
@@ -5380,7 +5380,7 @@ class TruCardColumn {
5380
5380
  }));
5381
5381
  };
5382
5382
  onSearch = (setupQuery) => {
5383
- this.cards = [];
5383
+ this.updateItemsSource([], false);
5384
5384
  this.isBusy = true;
5385
5385
  this.busyMessage = 'Searching for ' + this.childTablePluralLabel + '...';
5386
5386
  let joins = [];