@ikas/storefront 0.0.140 → 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 CHANGED
@@ -21269,6 +21269,7 @@ var IkasProductList = /** @class */ (function () {
21269
21269
  this._sort = IkasProductListSortType.LAST_ADDED;
21270
21270
  this._limit = data.limit || data.productListPropValue.initialLimit || 20;
21271
21271
  this._page = data.page || 1;
21272
+ this._minPage = data.minPage || null;
21272
21273
  this._count = data.count || 0;
21273
21274
  this._searchKeyword = data.searchKeyword || "";
21274
21275
  this._productListPropValue = data.productListPropValue;
package/build/index.js CHANGED
@@ -21252,6 +21252,7 @@ var IkasProductList = /** @class */ (function () {
21252
21252
  this._sort = exports.IkasProductListSortType.LAST_ADDED;
21253
21253
  this._limit = data.limit || data.productListPropValue.initialLimit || 20;
21254
21254
  this._page = data.page || 1;
21255
+ this._minPage = data.minPage || null;
21255
21256
  this._count = data.count || 0;
21256
21257
  this._searchKeyword = data.searchKeyword || "";
21257
21258
  this._productListPropValue = data.productListPropValue;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/storefront",
3
- "version": "0.0.140",
3
+ "version": "0.0.142",
4
4
  "main": "./build/index.js",
5
5
  "module": "./build/index.es.js",
6
6
  "author": "Umut Ozan Yıldırım",