@ikas/storefront 0.0.160-alpha.2 → 0.0.160-alpha.3
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 +2 -2
- package/build/index.js +2 -2
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -22269,11 +22269,11 @@ var IkasProductList = /** @class */ (function () {
|
|
|
22269
22269
|
type = SortByTypeEnum.PRICE;
|
|
22270
22270
|
break;
|
|
22271
22271
|
case IkasProductListSortType.FIRST_ADDED:
|
|
22272
|
-
direction = SortByDirectionEnum.
|
|
22272
|
+
direction = SortByDirectionEnum.ASC;
|
|
22273
22273
|
type = SortByTypeEnum.CREATED_AT;
|
|
22274
22274
|
break;
|
|
22275
22275
|
case IkasProductListSortType.LAST_ADDED:
|
|
22276
|
-
direction = SortByDirectionEnum.
|
|
22276
|
+
direction = SortByDirectionEnum.DESC;
|
|
22277
22277
|
type = SortByTypeEnum.CREATED_AT;
|
|
22278
22278
|
break;
|
|
22279
22279
|
case IkasProductListSortType.INCREASING_DISCOUNT:
|
package/build/index.js
CHANGED
|
@@ -22251,11 +22251,11 @@ var IkasProductList = /** @class */ (function () {
|
|
|
22251
22251
|
type = SortByTypeEnum.PRICE;
|
|
22252
22252
|
break;
|
|
22253
22253
|
case exports.IkasProductListSortType.FIRST_ADDED:
|
|
22254
|
-
direction = SortByDirectionEnum.
|
|
22254
|
+
direction = SortByDirectionEnum.ASC;
|
|
22255
22255
|
type = SortByTypeEnum.CREATED_AT;
|
|
22256
22256
|
break;
|
|
22257
22257
|
case exports.IkasProductListSortType.LAST_ADDED:
|
|
22258
|
-
direction = SortByDirectionEnum.
|
|
22258
|
+
direction = SortByDirectionEnum.DESC;
|
|
22259
22259
|
type = SortByTypeEnum.CREATED_AT;
|
|
22260
22260
|
break;
|
|
22261
22261
|
case exports.IkasProductListSortType.INCREASING_DISCOUNT:
|