@getlupa/client 0.5.1-alpha-3 → 0.5.1-alpha-4

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.
@@ -30787,11 +30787,13 @@ var SearchResults = /*#__PURE__*/function (_Vue) {
30787
30787
  }, {
30788
30788
  key: "handleMounted",
30789
30789
  value: function handleMounted() {
30790
+ var _a, _b, _c;
30791
+
30790
30792
  this.handleResize();
30791
30793
  var params = new URLSearchParams(window.location.search);
30792
30794
  this.handleUrlChange(params);
30793
30795
  this.addParams(parseParams(params));
30794
- this.setDefaultLimit(this.options.pagination.sizeSelection.sizes[0]);
30796
+ this.setDefaultLimit((_c = (_b = (_a = this.options.pagination) === null || _a === void 0 ? void 0 : _a.sizeSelection) === null || _b === void 0 ? void 0 : _b.sizes) === null || _c === void 0 ? void 0 : _c[0]);
30795
30797
  }
30796
30798
  }, {
30797
30799
  key: "handleParamsChange",
@@ -30783,11 +30783,13 @@ var SearchResults = /*#__PURE__*/function (_Vue) {
30783
30783
  }, {
30784
30784
  key: "handleMounted",
30785
30785
  value: function handleMounted() {
30786
+ var _a, _b, _c;
30787
+
30786
30788
  this.handleResize();
30787
30789
  var params = new URLSearchParams(window.location.search);
30788
30790
  this.handleUrlChange(params);
30789
30791
  this.addParams(parseParams(params));
30790
- this.setDefaultLimit(this.options.pagination.sizeSelection.sizes[0]);
30792
+ this.setDefaultLimit((_c = (_b = (_a = this.options.pagination) === null || _a === void 0 ? void 0 : _a.sizeSelection) === null || _b === void 0 ? void 0 : _b.sizes) === null || _c === void 0 ? void 0 : _c[0]);
30791
30793
  }
30792
30794
  }, {
30793
30795
  key: "handleParamsChange",