@sumaris-net/ngx-components 18.23.32 → 18.23.33

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.
@@ -38395,10 +38395,10 @@ class AppTable {
38395
38395
  _openingRow = false;
38396
38396
  _subscription = new Subscription();
38397
38397
  _dataSourceLoadingSubscription;
38398
- _totalRowCount = null;
38399
- _visibleRowCount = null;
38400
38398
  _cellValueChangesDefs = {};
38401
38399
  _enabled = true;
38400
+ _totalRowCount = null;
38401
+ _visibleRowCount = null;
38402
38402
  _autocompleteConfigHolder;
38403
38403
  allowRowDetail = true;
38404
38404
  cd;