@livequery/client 1.0.46 → 1.0.47

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.
@@ -190,7 +190,7 @@ class CollectionObservable extends rxjs_1.Observable {
190
190
  }
191
191
  fetch_more() {
192
192
  var _a;
193
- this.fetch_data((_a = __classPrivateFieldGet(this, _CollectionObservable_state, "f")) === null || _a === void 0 ? void 0 : _a.options);
193
+ !__classPrivateFieldGet(this, _CollectionObservable_state, "f").loading && __classPrivateFieldGet(this, _CollectionObservable_state, "f").has_more && this.fetch_data((_a = __classPrivateFieldGet(this, _CollectionObservable_state, "f")) === null || _a === void 0 ? void 0 : _a.options);
194
194
  }
195
195
  filter(filters) {
196
196
  this.fetch_data(filters, true);
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "repository": {
4
4
  "url": "https://github.com/livequery/client"
5
5
  },
6
- "version": "1.0.46",
6
+ "version": "1.0.47",
7
7
  "description": "",
8
8
  "main": "build/index.js",
9
9
  "types": "build/index.d.ts",