@ikas/storefront 0.0.141 → 0.0.142
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/build/index.es.js +1 -1
- package/build/index.js +1 -1
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -21195,7 +21195,6 @@ var IkasProductList = /** @class */ (function () {
|
|
|
21195
21195
|
this.data = this.data.concat(data);
|
|
21196
21196
|
this._count = response.count;
|
|
21197
21197
|
this._page = this.page + 1;
|
|
21198
|
-
this._minPage = this._page;
|
|
21199
21198
|
return [3 /*break*/, 5];
|
|
21200
21199
|
case 3:
|
|
21201
21200
|
err_3 = _a.sent();
|
|
@@ -21270,6 +21269,7 @@ var IkasProductList = /** @class */ (function () {
|
|
|
21270
21269
|
this._sort = IkasProductListSortType.LAST_ADDED;
|
|
21271
21270
|
this._limit = data.limit || data.productListPropValue.initialLimit || 20;
|
|
21272
21271
|
this._page = data.page || 1;
|
|
21272
|
+
this._minPage = data.minPage || null;
|
|
21273
21273
|
this._count = data.count || 0;
|
|
21274
21274
|
this._searchKeyword = data.searchKeyword || "";
|
|
21275
21275
|
this._productListPropValue = data.productListPropValue;
|
package/build/index.js
CHANGED
|
@@ -21178,7 +21178,6 @@ var IkasProductList = /** @class */ (function () {
|
|
|
21178
21178
|
this.data = this.data.concat(data);
|
|
21179
21179
|
this._count = response.count;
|
|
21180
21180
|
this._page = this.page + 1;
|
|
21181
|
-
this._minPage = this._page;
|
|
21182
21181
|
return [3 /*break*/, 5];
|
|
21183
21182
|
case 3:
|
|
21184
21183
|
err_3 = _a.sent();
|
|
@@ -21253,6 +21252,7 @@ var IkasProductList = /** @class */ (function () {
|
|
|
21253
21252
|
this._sort = exports.IkasProductListSortType.LAST_ADDED;
|
|
21254
21253
|
this._limit = data.limit || data.productListPropValue.initialLimit || 20;
|
|
21255
21254
|
this._page = data.page || 1;
|
|
21255
|
+
this._minPage = data.minPage || null;
|
|
21256
21256
|
this._count = data.count || 0;
|
|
21257
21257
|
this._searchKeyword = data.searchKeyword || "";
|
|
21258
21258
|
this._productListPropValue = data.productListPropValue;
|