@sumaris-net/ngx-components 1.20.0-rc3 → 1.20.0-rc4

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.
@@ -24961,6 +24961,10 @@
24961
24961
  enumerable: false,
24962
24962
  configurable: true
24963
24963
  });
24964
+ EntitiesTableDataSource.prototype.connect = function (collectionViewer) {
24965
+ // DEBUG console.debug("[entities-datasource] connect");
24966
+ return _super_1.prototype.connect.call(this, collectionViewer);
24967
+ };
24964
24968
  EntitiesTableDataSource.prototype.disconnect = function (collectionViewer) {
24965
24969
  _super_1.prototype.disconnect.call(this, collectionViewer);
24966
24970
  this._stopWatching$.next();