@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.
- package/bundles/sumaris-net.ngx-components.umd.js +4 -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/table/entities-table-datasource.class.js +5 -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/table/entities-table-datasource.class.d.ts +1 -0
- package/sumaris-net.ngx-components.metadata.json +1 -1
|
@@ -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();
|