@ikas/storefront 4.0.5 → 4.0.8

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.
Files changed (70) hide show
  1. package/build/analytics/ikas.js +1 -1
  2. package/build/components/checkout/components/cart-summary/cart-item/index.js +1 -1
  3. package/build/components/checkout/components/customer-addresses/model.js +1 -1
  4. package/build/components/checkout/index.js +1 -1
  5. package/build/components/checkout/model.js +1 -1
  6. package/build/components/checkout/modelMasterPass.js +1 -1
  7. package/build/components/checkout/steps/step-payment/payment-gateways/index.js +1 -1
  8. package/build/components/checkout/steps/step-success/index.js +1 -1
  9. package/build/components/image/index.js +1 -1
  10. package/build/components/page/head.js +1 -1
  11. package/build/components/page/index.d.ts +2 -1
  12. package/build/components/page/index.js +1 -1
  13. package/build/components/page-editor/model.js +1 -1
  14. package/build/models/data/blog/category/index.js +1 -1
  15. package/build/models/data/blog/content/index.js +1 -1
  16. package/build/models/data/blog/index.js +1 -1
  17. package/build/models/data/blog/meta-data/index.js +1 -1
  18. package/build/models/data/blog/tag/index.js +1 -1
  19. package/build/models/data/blog/writer/index.js +1 -1
  20. package/build/models/data/brand/index.js +1 -1
  21. package/build/models/data/brand/translation/index.js +1 -1
  22. package/build/models/data/category/index.js +1 -1
  23. package/build/models/data/category/path-item/index.js +1 -1
  24. package/build/models/data/category/translations/index.js +1 -1
  25. package/build/models/data/checkout-settings/index.js +1 -1
  26. package/build/models/data/checkout-settings/option/index.js +1 -1
  27. package/build/models/data/checkout-settings/price/index.js +1 -1
  28. package/build/models/data/city/index.js +1 -1
  29. package/build/models/data/html-meta-data/index.js +1 -1
  30. package/build/models/data/html-meta-data/translations/index.js +1 -1
  31. package/build/models/data/product/attribute/index.js +1 -1
  32. package/build/models/data/product/attribute/option/index.js +1 -1
  33. package/build/models/data/product/attribute/table-cell/index.js +1 -1
  34. package/build/models/data/product/attribute/table-template/index.js +1 -1
  35. package/build/models/data/product/attribute/translation/index.js +1 -1
  36. package/build/models/data/product/attribute-value/index.js +1 -1
  37. package/build/models/data/product/back-in-stock-settings/index.js +1 -1
  38. package/build/models/data/product/base-unit/index.js +1 -1
  39. package/build/models/data/product/campaign/data/index.js +1 -1
  40. package/build/models/data/product/campaign/filter/index.js +1 -1
  41. package/build/models/data/product/campaign/index.js +1 -1
  42. package/build/models/data/product/campaign/product-buyx-then-gety/index.js +1 -1
  43. package/build/models/data/product/campaign/product-campaign-date-range-field/index.js +1 -1
  44. package/build/models/data/product/campaign/product-fixed-discount/index.js +1 -1
  45. package/build/models/data/product/image/index.js +1 -1
  46. package/build/models/data/product/index.d.ts +5 -5
  47. package/build/models/data/product/index.js +1 -1
  48. package/build/models/data/product/option-set/index.js +1 -1
  49. package/build/models/data/product/option-set/option/index.js +1 -1
  50. package/build/models/data/product/tag/index.js +1 -1
  51. package/build/models/data/product/variant/index.js +1 -1
  52. package/build/models/data/product/variant/price/index.js +1 -1
  53. package/build/models/data/product/variant/unit/index.js +1 -1
  54. package/build/models/data/product/variant-type/index.js +1 -1
  55. package/build/models/data/theme-json/custom-data/index.js +1 -1
  56. package/build/models/ui/brand-list/index.js +1 -1
  57. package/build/models/ui/category-list/index.js +1 -1
  58. package/build/models/ui/product-list/index.js +1 -1
  59. package/build/page-data-init/index.d.ts +2 -1
  60. package/build/page-data-init/index.js +1 -1
  61. package/build/pages/checkout.js +1 -1
  62. package/build/store/blog/index.js +1 -1
  63. package/build/store/brand/index.js +1 -1
  64. package/build/store/category/index.js +1 -1
  65. package/build/store/checkout/index.js +1 -1
  66. package/build/store/customer/api.js +1 -1
  67. package/build/store/html-meta-data/index.js +1 -1
  68. package/build/store/location/index.js +1 -1
  69. package/package.json +11 -11
  70. package/build/models/data/product/variant-type/init.d.ts +0 -2
@@ -1 +1 @@
1
- import{IkasProductAttributeTableCell as n}from"../table-cell/index.js";import{makeAutoObservable as o}from"mobx";var i=function(i){var l,r;this.columns=(null===(l=i.columns)||void 0===l?void 0:l.map((function(o){return new n(o)})))||null,this.rows=(null===(r=i.rows)||void 0===r?void 0:r.map((function(o){return new n(o)})))||null,o(this)};export{i as IkasProductAttributeTableTemplate};
1
+ import{IkasProductAttributeTableCell as n}from"../table-cell/index.js";var o=function(o){var l,i;this.columns=(null===(l=o.columns)||void 0===l?void 0:l.map((function(o){return new n(o)})))||null,this.rows=(null===(i=o.rows)||void 0===i?void 0:i.map((function(o){return new n(o)})))||null};export{o as IkasProductAttributeTableTemplate};
@@ -1 +1 @@
1
- import{makeAutoObservable as i}from"mobx";var n=function(n){var o;this.description=null,this.name=null,this.options=null,this.description=n.description,this.locale=n.locale,this.name=n.name,this.options=(null===(o=n.options)||void 0===o?void 0:o.map((function(i){return new t(i)})))||null,i(this)},t=function(n){this.name=null,this.id=n.id,this.name=n.name,i(this)};export{t as IkasProductAttributeOptionTranslation,n as IkasProductAttributeTranslation};
1
+ var i=function(i){var t;this.description=null,this.name=null,this.options=null,this.description=i.description,this.locale=i.locale,this.name=i.name,this.options=(null===(t=i.options)||void 0===t?void 0:t.map((function(i){return new n(i)})))||null},n=function(i){this.name=null,this.id=i.id,this.name=i.name};export{n as IkasProductAttributeOptionTranslation,i as IkasProductAttributeTranslation};
@@ -1 +1 @@
1
- import{__awaiter as t,__generator as r}from'./../../../../ext/tslib/tslib.es6.js';import{IkasImage as e}from"../../image/index.js";import{IkasProductAttribute as i}from"../attribute/index.js";import{IkasProductAttributeOption as u}from"../attribute/option/index.js";import{IkasProductAttributeType as o}from"@ikas/storefront-models";import{makeAutoObservable as n}from"mobx";import{IkasProductAttributeValueFunctions as s}from"@ikas/storefront-model-functions";import d from"../../../../store/product/index.js";var l=function(){function l(t){var r;this.imageIds=null,this.productAttributeId=null,this.productAttributeOptionId=null,this.value=null,this.productAttribute=null,this.productAttributeOption=null,this.imageIds=t.imageIds,this.productAttributeId=t.productAttributeId,this.productAttributeOptionId=t.productAttributeOptionId,this.value=t.value||null,this.images=null===(r=t.images)||void 0===r?void 0:r.map((function(t){return new e(t)})),this.productAttribute=t.productAttribute?new i(t.productAttribute):null,this.productAttributeOption=t.productAttributeOption?new u(t.productAttributeOption):null,n(this)}return Object.defineProperty(l.prototype,"tableValue",{get:function(){return s.getTableValue(this.value)},enumerable:!1,configurable:!0}),Object.defineProperty(l.prototype,"productIds",{get:function(){var t;if((null===(t=this.productAttribute)||void 0===t?void 0:t.type)!==o.PRODUCT||!this.value)return[];try{return JSON.parse(this.value)}catch(t){return console.error(t),[]}},enumerable:!1,configurable:!0}),l.prototype.getProducts=function(){var e,i;return t(this,void 0,void 0,(function(){var t,u;return r(this,(function(r){switch(r.label){case 0:if((null===(e=this.productAttribute)||void 0===e?void 0:e.type)!==o.PRODUCT||!this.value)return[2,[]];r.label=1;case 1:return r.trys.push([1,3,,4]),[4,d.searchProducts({input:{productIdList:this.productIds}})];case 2:return t=r.sent(),[2,(null===(i=t.data)||void 0===i?void 0:i.data)||[]];case 3:return u=r.sent(),console.error(u),[2,[]];case 4:return[2]}}))}))},l}(),a=function(t){this.colId=t.colId,this.rowId=t.rowId,this.value=t.value,n(this)},p=function(t){this.attribute=t.attribute,this.values=t.values.map((function(t){return new l(t)})),n(this)};export{a as IkasAttributeTableCellValue,p as IkasProductAttributeMap,l as IkasProductAttributeValue};
1
+ import{__awaiter as t,__generator as r}from'./../../../../ext/tslib/tslib.es6.js';import{IkasImage as e}from"../../image/index.js";import{IkasProductAttribute as i}from"../attribute/index.js";import{IkasProductAttributeOption as u}from"../attribute/option/index.js";import{IkasProductAttributeType as o}from"@ikas/storefront-models";import{makeAutoObservable as n}from"mobx";import{IkasProductAttributeValueFunctions as s}from"@ikas/storefront-model-functions";import d from"../../../../store/product/index.js";var l=function(){function l(t){var r;this.imageIds=null,this.productAttributeId=null,this.productAttributeOptionId=null,this.value=null,this.productAttribute=null,this.productAttributeOption=null,this.imageIds=t.imageIds,this.productAttributeId=t.productAttributeId,this.productAttributeOptionId=t.productAttributeOptionId,this.value=t.value||null,this.images=null===(r=t.images)||void 0===r?void 0:r.map((function(t){return new e(t)})),this.productAttribute=t.productAttribute?new i(t.productAttribute):null,this.productAttributeOption=t.productAttributeOption?new u(t.productAttributeOption):null,n(this)}return Object.defineProperty(l.prototype,"tableValue",{get:function(){return s.getTableValue(this.value)},enumerable:!1,configurable:!0}),Object.defineProperty(l.prototype,"productIds",{get:function(){var t;if((null===(t=this.productAttribute)||void 0===t?void 0:t.type)!==o.PRODUCT||!this.value)return[];try{return JSON.parse(this.value)}catch(t){return console.error(t),[]}},enumerable:!1,configurable:!0}),l.prototype.getProducts=function(){var e,i;return t(this,void 0,void 0,(function(){var t,u;return r(this,(function(r){switch(r.label){case 0:if((null===(e=this.productAttribute)||void 0===e?void 0:e.type)!==o.PRODUCT||!this.value)return[2,[]];r.label=1;case 1:return r.trys.push([1,3,,4]),[4,d.searchProducts({input:{productIdList:this.productIds}})];case 2:return t=r.sent(),[2,(null===(i=t.data)||void 0===i?void 0:i.data)||[]];case 3:return u=r.sent(),console.error(u),[2,[]];case 4:return[2]}}))}))},l}(),a=function(t){this.colId=t.colId,this.rowId=t.rowId,this.value=t.value},p=function(t){this.attribute=t.attribute,this.values=t.values.map((function(t){return new l(t)}))};export{a as IkasAttributeTableCellValue,p as IkasProductAttributeMap,l as IkasProductAttributeValue};
@@ -1 +1 @@
1
- import{makeAutoObservable as o}from"mobx";var i=function(i){this.customerLoginRequired=i.customerLoginRequired,o(this)};export{i as IkasProductBackInStockSettings};
1
+ var e=function(e){this.customerLoginRequired=e.customerLoginRequired};export{e as IkasProductBackInStockSettings};
@@ -1 +1 @@
1
- import{makeAutoObservable as t}from"mobx";var i=function(i){this.baseAmount=i.baseAmount,this.type=i.type,this.unit=new n(i.unit),t(this)},n=function(i){this.id=i.id,this.name=i.name,t(this)};export{i as IkasProductBaseUnit,n as IkasProductUnit};
1
+ var t=function(t){this.baseAmount=t.baseAmount,this.type=t.type,this.unit=new i(t.unit)},i=function(t){this.id=t.id,this.name=t.name};export{t as IkasProductBaseUnit,i as IkasProductUnit};
@@ -1 +1 @@
1
- import{IkasCampaignApplicablePrice as e,IkasCampaignType as t}from"@ikas/storefront-models";export{IkasCampaignApplicablePrice,IkasCampaignCreatedFor,IkasCampaignType}from"@ikas/storefront-models";import{makeAutoObservable as i}from"mobx";import{IkasProductBuyXThenGetY as s}from"../product-buyx-then-gety/index.js";import{IkasProductCampaignDateRangeField as n}from"../product-campaign-date-range-field/index.js";import{IkasProductFixedDiscount as a}from"../product-fixed-discount/index.js";var o=function(o){this.applicableCustomerGroupIds=o.applicableCustomerGroupIds||null,this.applicableCustomerIds=o.applicableCustomerIds||null,this.applicablePrice=o.applicablePrice||e.DISCOUNT_PRICE,this.buyXThenGetY=o.buyXThenGetY?new s(o.buyXThenGetY):new s,this.canCombineWithOtherCampaigns=o.canCombineWithOtherCampaigns||!1,this.createdFor=o.createdFor||null,this.currencyCodes=o.currencyCodes||null,this.dateRange=o.dateRange?new n(o.dateRange):null,this.deleted=o.deleted||!1,this.fixedDiscount=o.fixedDiscount?new a(o.fixedDiscount):null,this.hasCoupon=o.hasCoupon||!1,this.id=o.id||"",this.includeDiscountedProducts=o.includeDiscountedProducts||null,this.salesChannelIds=o.salesChannelIds||null,this.title=o.title||"",this.type=o.type||t.BUY_X_THEN_GET_Y,this.usageCount=o.usageCount||0,this.usageLimit=o.usageLimit||null,this.usageLimitPerCustomer=o.usageLimitPerCustomer||null,i(this)};export{o as IkasProductCampaignData};
1
+ import{IkasCampaignApplicablePrice as e,IkasCampaignType as t}from"@ikas/storefront-models";export{IkasCampaignApplicablePrice,IkasCampaignCreatedFor,IkasCampaignType}from"@ikas/storefront-models";import{IkasProductBuyXThenGetY as i}from"../product-buyx-then-gety/index.js";import{IkasProductCampaignDateRangeField as s}from"../product-campaign-date-range-field/index.js";import{IkasProductFixedDiscount as n}from"../product-fixed-discount/index.js";var a=function(a){this.applicableCustomerGroupIds=a.applicableCustomerGroupIds||null,this.applicableCustomerIds=a.applicableCustomerIds||null,this.applicablePrice=a.applicablePrice||e.DISCOUNT_PRICE,this.buyXThenGetY=a.buyXThenGetY?new i(a.buyXThenGetY):new i,this.canCombineWithOtherCampaigns=a.canCombineWithOtherCampaigns||!1,this.createdFor=a.createdFor||null,this.currencyCodes=a.currencyCodes||null,this.dateRange=a.dateRange?new s(a.dateRange):null,this.deleted=a.deleted||!1,this.fixedDiscount=a.fixedDiscount?new n(a.fixedDiscount):null,this.hasCoupon=a.hasCoupon||!1,this.id=a.id||"",this.includeDiscountedProducts=a.includeDiscountedProducts||null,this.salesChannelIds=a.salesChannelIds||null,this.title=a.title||"",this.type=a.type||t.BUY_X_THEN_GET_Y,this.usageCount=a.usageCount||0,this.usageLimit=a.usageLimit||null,this.usageLimitPerCustomer=a.usageLimitPerCustomer||null};export{a as IkasProductCampaignData};
@@ -1 +1 @@
1
- import{IkasCampaignFilterType as o}from"@ikas/storefront-models";export{IkasCampaignFilterType}from"@ikas/storefront-models";import{makeAutoObservable as t}from"mobx";var i=function(i){this.idList=(null==i?void 0:i.idList)||[],this.type=(null==i?void 0:i.type)||o.PRODUCT,t(this)};export{i as IkasProductCampaignFilter};
1
+ import{IkasCampaignFilterType as t}from"@ikas/storefront-models";export{IkasCampaignFilterType}from"@ikas/storefront-models";var i=function(i){this.idList=(null==i?void 0:i.idList)||[],this.type=(null==i?void 0:i.type)||t.PRODUCT};export{i as IkasProductCampaignFilter};
@@ -1 +1 @@
1
- import{makeAutoObservable as a}from"mobx";var i=function(i){this.campaign=i.campaign,this.variantIds=i.variantIds,a(this)};export{i as IkasProductCampaign};
1
+ var a=function(a){this.campaign=a.campaign,this.variantIds=a.variantIds};export{a as IkasProductCampaign};
@@ -1 +1 @@
1
- import{makeAutoObservable as t}from"mobx";import{IkasProductCampaignFilter as i}from"../filter/index.js";var e=function(e){void 0===e&&(e={}),this.amount=e.amount||0,this.applyByQuantity=e.applyByQuantity||!1,this.filter=e.filter?new i(e.filter):new i,t(this)},n=function(e){void 0===e&&(e={}),this.amount=e.amount||0,this.discountRatio=e.discountRatio||0,this.filter=e.filter?new i(e.filter):new i,t(this)},o=function(i){void 0===i&&(i={}),this.buyX=i.buyX?new e(i.buyX):new e,this.getY=i.getY?new n(i.getY):new n,this.maxUsagePerOrder=i.maxUsagePerOrder||0,t(this)};export{e as IkasProductBuyX,o as IkasProductBuyXThenGetY,n as IkasProductGetY};
1
+ import{IkasProductCampaignFilter as t}from"../filter/index.js";var i=function(i){void 0===i&&(i={}),this.amount=i.amount||0,this.applyByQuantity=i.applyByQuantity||!1,this.filter=i.filter?new t(i.filter):new t},e=function(i){void 0===i&&(i={}),this.amount=i.amount||0,this.discountRatio=i.discountRatio||0,this.filter=i.filter?new t(i.filter):new t},n=function(t){void 0===t&&(t={}),this.buyX=t.buyX?new i(t.buyX):new i,this.getY=t.getY?new e(t.getY):new e,this.maxUsagePerOrder=t.maxUsagePerOrder||0};export{i as IkasProductBuyX,n as IkasProductBuyXThenGetY,e as IkasProductGetY};
@@ -1 +1 @@
1
- import{makeAutoObservable as t}from"mobx";var n=function(n){this.start=null,this.end=null,this.start=n.start||null,this.end=n.end||null,t(this)};export{n as IkasProductCampaignDateRangeField};
1
+ var t=function(t){this.start=null,this.end=null,this.start=t.start||null,this.end=t.end||null};export{t as IkasProductCampaignDateRangeField};
@@ -1 +1 @@
1
- import{IkasProductCampaignFilter as n}from"../filter/index.js";import{makeAutoObservable as i}from"mobx";var t=function(n){this.min=n.min||null,this.max=n.max||null,i(this)},e=function(e){this.amount=e.amount||null,this.filters=e.filters?new n(e.filters):null,this.lineItemQuantityRange=e.lineItemQuantityRange?new t(e.lineItemQuantityRange):null,this.priceRange=e.priceRange?new t(e.priceRange):null,i(this)};export{t as IkasCampaignMinMaxRangeField,e as IkasProductFixedDiscount};
1
+ import{IkasProductCampaignFilter as n}from"../filter/index.js";var i=function(n){this.min=n.min||null,this.max=n.max||null},t=function(t){this.amount=t.amount||null,this.filters=t.filters?new n(t.filters):null,this.lineItemQuantityRange=t.lineItemQuantityRange?new i(t.lineItemQuantityRange):null,this.priceRange=t.priceRange?new i(t.priceRange):null};export{i as IkasCampaignMinMaxRangeField,t as IkasProductFixedDiscount};
@@ -1 +1 @@
1
- import{IkasImage as i}from"../../image/index.js";import{makeAutoObservable as e}from"mobx";var m=function(m){this.imageId=m.imageId||null,this.isMain=m.isMain||!1,this.isVideo=m.isVideo||!1,this.order=m.order,this.image=m.image?new i(m.image):null,e(this)};export{m as IkasProductImage};
1
+ import{IkasImage as i}from"../../image/index.js";var e=function(e){this.imageId=e.imageId||null,this.isMain=e.isMain||!1,this.isVideo=e.isVideo||!1,this.order=e.order,this.image=e.image?new i(e.image):null};export{e as IkasProductImage};
@@ -48,13 +48,13 @@ export declare class IkasProduct implements IProduct {
48
48
  get isAddToCartEnabled(): boolean;
49
49
  get groupedAttributeValues(): IkasProductAttributeMap[];
50
50
  get selectedVariantUnitPriceText(): string | undefined;
51
- selectVariantValue(variantValue: IkasVariantValue, disableRoute?: boolean): void;
52
- getVariantUnitPriceText(variant: IkasProductVariant): string | undefined;
53
- getCampaigns(): Promise<IkasProductCampaign[] | undefined>;
54
- getCustomerReviews(params?: {
51
+ selectVariantValue: (variantValue: IkasVariantValue, disableRoute?: boolean) => void;
52
+ getVariantUnitPriceText: (variant: IkasProductVariant) => string | undefined;
53
+ getCampaigns: () => Promise<IkasProductCampaign[] | undefined>;
54
+ getCustomerReviews: (params?: {
55
55
  limit?: number;
56
56
  page?: number;
57
- }): Promise<IkasCustomerReviewList>;
57
+ }) => Promise<IkasCustomerReviewList>;
58
58
  private setOptionPrices;
59
59
  }
60
60
  export { IkasProductType };
@@ -1 +1 @@
1
- import{__spreadArray as t,__awaiter as e,__generator as i}from'./../../../ext/tslib/tslib.es6.js';import r from"lodash/sortBy";import{IkasCategory as n}from"../category/index.js";import{IkasProductVariant as a}from"./variant/index.js";import{IkasProductAttributeValue as o}from"./attribute-value/index.js";import{IkasProductVariantType as s}from"./variant-type/index.js";import{IkasBrand as u}from"../brand/index.js";import{IkasHTMLMetaData as c}from"../html-meta-data/index.js";import{IkasProductTag as l}from"./tag/index.js";import{IkasProductType as p}from"@ikas/storefront-models";export{IkasProductType}from"@ikas/storefront-models";import{IkasProductOptionSet as d}from"./option-set/index.js";import{makeAutoObservable as f}from"mobx";import{IkasProductFunctions as m}from"@ikas/storefront-model-functions";import{IkasProductCampaign as h}from"./campaign/index.js";import{IkasStorefrontConfig as v}from"@ikas/storefront-config";import{Analytics as g}from"../../../analytics/analytics.js";import"../../../analytics/head/index.js";import{IkasBaseStore as b}from"../../../store/base.js";import y from"lodash/groupBy";import{IkasProductBaseUnit as V}from"./base-unit/index.js";import{formatCurrency as j}from"../../../utils/currency.js";import"lodash/get";import O from"../../../store/product/index.js";import{IkasCustomerReviewList as P}from"../../ui/customer-review-list/index.js";var w=function(){function w(t){var e,i,m;void 0===t&&(t={}),this.metaData=null,this.brand=null,this.tags=null,this.productOptionSetId=null,this.productOptionSet=null,this.campaigns=null,this.selectedVariantValues=[],this.id=t.id||Date.now()+"",this.name=t.name||"",this.type=t.type||p.PHYSICAL,this.description=t.description||"",this.shortDescription=t.shortDescription||"",this.metaData=t.metaData?new c(t.metaData):null,this.brand=t.brand?new u(t.brand):null,this.categories=t.categories?t.categories.map((function(t){return new n(t)})):[],this.tags=t.tags?t.tags.map((function(t){return new l(t)})):[],this.variants=t.variants?t.variants.map((function(t){return new a(t)})):[],this.attributes=t.attributes?t.attributes.map((function(t){return new o(t)})):[],this.variantTypes=t.variantTypes?t.variantTypes.map((function(t){return new s(t)})):[],this.productOptionSetId=t.productOptionSetId||null,this.averageRating=null!==(e=t.averageRating)&&void 0!==e?e:null,this.reviewCount=null!==(i=t.reviewCount)&&void 0!==i?i:null,this.baseUnit=t.baseUnit?new V(t.baseUnit):null,this.productOptionSet=t.productOptionSet?new d(t.productOptionSet):null,this.campaigns=(null===(m=t.campaigns)||void 0===m?void 0:m.map((function(t){return new h(t)})))||null,this.selectedVariantValues=t.selectedVariantValues||[],this.variantTypes=r(this.variantTypes,"order"),this.setOptionPrices(),f(this)}return Object.defineProperty(w.prototype,"hasVariant",{get:function(){return m.hasVariant(this)},enumerable:!1,configurable:!0}),Object.defineProperty(w.prototype,"hasStock",{get:function(){return m.hasStock(this)},enumerable:!1,configurable:!0}),Object.defineProperty(w.prototype,"hasValidProductOptionValues",{get:function(){return!this.productOptionSet||this.productOptionSet.hasValidValues},enumerable:!1,configurable:!0}),Object.defineProperty(w.prototype,"href",{get:function(){return m.getSelectedVariantHref(this,this.selectedVariantValues)},enumerable:!1,configurable:!0}),Object.defineProperty(w.prototype,"productHref",{get:function(){return m.getProductHref(this)},enumerable:!1,configurable:!0}),Object.defineProperty(w.prototype,"mainVariantType",{get:function(){return m.getMainVariantType(this)},enumerable:!1,configurable:!0}),Object.defineProperty(w.prototype,"mainVariantValue",{get:function(){return m.getMainVariantValue(this.selectedVariantValues)},enumerable:!1,configurable:!0}),Object.defineProperty(w.prototype,"selectedVariant",{get:function(){if(!this.hasVariant)return this.variants[0];var t=this.selectedVariantValues.map((function(t){return t.id}));return this.variants.find((function(e){return e.variantValues.every((function(e){return t.includes(e.id)}))}))},enumerable:!1,configurable:!0}),Object.defineProperty(w.prototype,"displayedVariantTypes",{get:function(){return m.getDisplayedVariantTypes(this,this.selectedVariantValues)},enumerable:!1,configurable:!0}),Object.defineProperty(w.prototype,"isCustomerReviewEnabled",{get:function(){return v.isCustomerReviewEnabled()},enumerable:!1,configurable:!0}),Object.defineProperty(w.prototype,"isCustomerReviewLoginRequired",{get:function(){return v.isCustomerReviewLoginRequired()},enumerable:!1,configurable:!0}),Object.defineProperty(w.prototype,"isAddToCartEnabled",{get:function(){return this.hasValidProductOptionValues&&(this.selectedVariant.hasStock||this.selectedVariant.sellIfOutOfStock)},enumerable:!1,configurable:!0}),Object.defineProperty(w.prototype,"groupedAttributeValues",{get:function(){var t,e=y(this.attributes,"productAttributeId");return(null===(t=this.attributes)||void 0===t?void 0:t.map((function(t){var i=t.productAttributeId;if(i){var r=e[i];return(null==r?void 0:r.length)&&r[0].productAttribute?{attribute:r[0].productAttribute,values:r}:void 0}})).filter((function(t){return!!t})))||[]},enumerable:!1,configurable:!0}),Object.defineProperty(w.prototype,"selectedVariantUnitPriceText",{get:function(){return this.getVariantUnitPriceText(this.selectedVariant)},enumerable:!1,configurable:!0}),w.prototype.selectVariantValue=function(e,i){var r,n=this,a=this.metaData,o=this.selectedVariantValues.map((function(t){return t.variantTypeId===e.variantTypeId?e:t})),s=this.variants.find((function(t){return t.isActive&&o.every((function(e){return t.variantValues.some((function(t){return t.id===e.id}))}))}));if(s)this.selectedVariantValues=o;else{var u=this.variantTypes.findIndex((function(t){return t.variantType.id===e.variantTypeId}));if(u>0){var c=this.variantTypes.slice(0,u),l=this.selectedVariantValues.filter((function(t){return c.some((function(e){return e.variantType.id===t.variantTypeId}))})),p=t(t([],l,!0),[e],!1);s=this.variants.find((function(t){return t.isActive&&p.every((function(e){return t.variantValues.some((function(t){return t.id===e.id}))}))}))}else{var d=o.slice(0,o.length-1);(s=this.variants.find((function(t){return t.isActive&&d.every((function(e){return t.variantValues.some((function(t){return t.id===e.id}))}))})))||(s=this.variants.find((function(t){return t.isActive&&t.variantValues.some((function(t){return t.id===e.id}))})))}if(!s)return;this.selectedVariantValues=s.variantValues}var f=this.variantTypes.map((function(t){var e=t.variantType,i=e.values.find((function(t){return n.selectedVariantValues.some((function(e){return e.id===t.id}))}));if(i)return"".concat(e.slug,"=").concat(i.slug)})).filter((function(t){return!!t})).join("&");if(!i){var m="/".concat(a.slug);if(f&&(m="/".concat(a.slug,"?").concat(f)),m===window.location.pathname)return;var h="production"!==process.env.NODE_ENV;null===(r=b.getInstance().router)||void 0===r||r.replace(m,void 0,{shallow:h,scroll:!1})}g.productView(this)},w.prototype.getVariantUnitPriceText=function(t){var e,i,r=t.price;if(r.unitPrice&&this.baseUnit)return"".concat(j(r.unitPrice,r.currency||"",r.currencySymbol||"")," / ").concat(null===(i=null===(e=this.baseUnit)||void 0===e?void 0:e.unit)||void 0===i?void 0:i.name)},w.prototype.getCampaigns=function(){return e(this,void 0,void 0,(function(){var t,e,r,n,a,o=this;return i(this,(function(i){switch(i.label){case 0:return t=b.getInstance(),e=t.customerStore.customer,r=e?e.customerGroupIds:null,n=this.variants.map((function(t){return t.id})),[4,O.getProductCampaigns({input:{customerGroupIds:r,salesChannelId:v.getSalesChannelId()||"",variantIds:n}})];case 1:return a=i.sent(),this.campaigns=a.data,this.campaigns?(this.campaigns.map((function(t){o.variants.map((function(e){var i;t.variantIds.some((function(t){return t===e.id}))&&(null===(i=e.campaigns)||void 0===i||i.push(t))}))})),[2,this.campaigns]):[2]}}))}))},w.prototype.getCustomerReviews=function(t){return e(this,void 0,void 0,(function(){var e;return i(this,(function(i){switch(i.label){case 0:return[4,(e=new P({productId:this.id,limit:null==t?void 0:t.limit,page:null==t?void 0:t.page})).getInitial()];case 1:return i.sent(),[2,e]}}))}))},w.prototype.setOptionPrices=function(){var t,e=this.variants[0];if(e){var i=e.price.currency;null===(t=this.productOptionSet)||void 0===t||t.options.forEach((function(t){var e;t.selectSettings&&t.selectSettings.values.forEach((function(t){var e;t.otherPrices&&(t.price=(null===(e=t.otherPrices.find((function(t){return t.currencyCode===i})))||void 0===e?void 0:e.price)||t.price)})),t.otherPrices&&(t.price=(null===(e=t.otherPrices.find((function(t){return t.currencyCode===i})))||void 0===e?void 0:e.price)||t.price)}))}},w}();export{w as IkasProduct};
1
+ import{__spreadArray as t,__awaiter as e,__generator as i}from'./../../../ext/tslib/tslib.es6.js';import r from"lodash/sortBy";import{IkasCategory as n}from"../category/index.js";import{IkasProductVariant as a}from"./variant/index.js";import{IkasProductAttributeValue as o}from"./attribute-value/index.js";import{IkasProductVariantType as s}from"./variant-type/index.js";import{IkasBrand as u}from"../brand/index.js";import{IkasHTMLMetaData as c}from"../html-meta-data/index.js";import{IkasProductTag as l}from"./tag/index.js";import{IkasProductType as d}from"@ikas/storefront-models";export{IkasProductType}from"@ikas/storefront-models";import{IkasProductOptionSet as p}from"./option-set/index.js";import{makeObservable as f,observable as m,computed as v}from"mobx";import{IkasProductFunctions as h}from"@ikas/storefront-model-functions";import{IkasProductCampaign as g}from"./campaign/index.js";import{IkasStorefrontConfig as b}from"@ikas/storefront-config";import{Analytics as y}from"../../../analytics/analytics.js";import"../../../analytics/head/index.js";import{IkasBaseStore as V}from"../../../store/base.js";import P from"lodash/groupBy";import{IkasProductBaseUnit as j}from"./base-unit/index.js";import{formatCurrency as O}from"../../../utils/currency.js";import"lodash/get";import w from"../../../store/product/index.js";import{IkasCustomerReviewList as T}from"../../ui/customer-review-list/index.js";var I=function(){function I(h){void 0===h&&(h={});var P,I,S,x=this;this.metaData=null,this.brand=null,this.tags=null,this.productOptionSetId=null,this.productOptionSet=null,this.campaigns=null,this.selectedVariantValues=[],this.selectVariantValue=function(e,i){var r,n=x.metaData,a=x.selectedVariantValues.map((function(t){return t.variantTypeId===e.variantTypeId?e:t})),o=x.variants.find((function(t){return t.isActive&&a.every((function(e){return t.variantValues.some((function(t){return t.id===e.id}))}))}));if(o)x.selectedVariantValues=a;else{var s=x.variantTypes.findIndex((function(t){return t.variantType.id===e.variantTypeId}));if(s>0){var u=x.variantTypes.slice(0,s),c=x.selectedVariantValues.filter((function(t){return u.some((function(e){return e.variantType.id===t.variantTypeId}))})),l=t(t([],c,!0),[e],!1);o=x.variants.find((function(t){return t.isActive&&l.every((function(e){return t.variantValues.some((function(t){return t.id===e.id}))}))}))}else{var d=a.slice(0,a.length-1);(o=x.variants.find((function(t){return t.isActive&&d.every((function(e){return t.variantValues.some((function(t){return t.id===e.id}))}))})))||(o=x.variants.find((function(t){return t.isActive&&t.variantValues.some((function(t){return t.id===e.id}))})))}if(!o)return;x.selectedVariantValues=o.variantValues}var p=x.variantTypes.map((function(t){var e=t.variantType,i=e.values.find((function(t){return x.selectedVariantValues.some((function(e){return e.id===t.id}))}));if(i)return"".concat(e.slug,"=").concat(i.slug)})).filter((function(t){return!!t})).join("&");if(!i){var f="/".concat(n.slug);if(p&&(f="/".concat(n.slug,"?").concat(p)),f===window.location.pathname)return;var m="production"!==process.env.NODE_ENV;null===(r=V.getInstance().router)||void 0===r||r.replace(f,void 0,{shallow:m,scroll:!1})}y.productView(x)},this.getVariantUnitPriceText=function(t){var e,i,r=t.price;if(r.unitPrice&&x.baseUnit)return"".concat(O(r.unitPrice,r.currency||"",r.currencySymbol||"")," / ").concat(null===(i=null===(e=x.baseUnit)||void 0===e?void 0:e.unit)||void 0===i?void 0:i.name)},this.getCampaigns=function(){return e(x,void 0,void 0,(function(){var t,e,r,n,a,o=this;return i(this,(function(i){switch(i.label){case 0:return t=V.getInstance(),e=t.customerStore.customer,r=e?e.customerGroupIds:null,n=this.variants.map((function(t){return t.id})),[4,w.getProductCampaigns({input:{customerGroupIds:r,salesChannelId:b.getSalesChannelId()||"",variantIds:n}})];case 1:return a=i.sent(),this.campaigns=a.data,this.campaigns?(this.campaigns.map((function(t){o.variants.map((function(e){var i;t.variantIds.some((function(t){return t===e.id}))&&(null===(i=e.campaigns)||void 0===i||i.push(t))}))})),[2,this.campaigns]):[2]}}))}))},this.getCustomerReviews=function(t){return e(x,void 0,void 0,(function(){var e;return i(this,(function(i){switch(i.label){case 0:return[4,(e=new T({productId:this.id,limit:null==t?void 0:t.limit,page:null==t?void 0:t.page})).getInitial()];case 1:return i.sent(),[2,e]}}))}))},this.setOptionPrices=function(){var t,e=x.variants[0];if(e){var i=e.price.currency;null===(t=x.productOptionSet)||void 0===t||t.options.forEach((function(t){var e;t.selectSettings&&t.selectSettings.values.forEach((function(t){var e;t.otherPrices&&(t.price=(null===(e=t.otherPrices.find((function(t){return t.currencyCode===i})))||void 0===e?void 0:e.price)||t.price)})),t.otherPrices&&(t.price=(null===(e=t.otherPrices.find((function(t){return t.currencyCode===i})))||void 0===e?void 0:e.price)||t.price)}))}},this.id=h.id||Date.now()+"",this.name=h.name||"",this.type=h.type||d.PHYSICAL,this.description=h.description||"",this.shortDescription=h.shortDescription||"",this.metaData=h.metaData?new c(h.metaData):null,this.brand=h.brand?new u(h.brand):null,this.categories=h.categories?h.categories.map((function(t){return new n(t)})):[],this.tags=h.tags?h.tags.map((function(t){return new l(t)})):[],this.variants=h.variants?h.variants.map((function(t){return new a(t)})):[],this.attributes=h.attributes?h.attributes.map((function(t){return new o(t)})):[],this.variantTypes=h.variantTypes?h.variantTypes.map((function(t){return new s(t)})):[],this.productOptionSetId=h.productOptionSetId||null,this.averageRating=null!==(P=h.averageRating)&&void 0!==P?P:null,this.reviewCount=null!==(I=h.reviewCount)&&void 0!==I?I:null,this.baseUnit=h.baseUnit?new j(h.baseUnit):null,this.productOptionSet=h.productOptionSet?new p(h.productOptionSet):null,this.campaigns=(null===(S=h.campaigns)||void 0===S?void 0:S.map((function(t){return new g(t)})))||null,this.selectedVariantValues=h.selectedVariantValues||[],this.variantTypes=r(this.variantTypes,"order"),this.setOptionPrices(),f(this,{selectedVariantValues:m,hasVariant:v,hasStock:v,hasValidProductOptionValues:v,href:v,productHref:v,mainVariantType:v,mainVariantValue:v,selectedVariant:v,displayedVariantTypes:v,isCustomerReviewEnabled:v,isCustomerReviewLoginRequired:v,isAddToCartEnabled:v,groupedAttributeValues:v,selectedVariantUnitPriceText:v})}return Object.defineProperty(I.prototype,"hasVariant",{get:function(){return h.hasVariant(this)},enumerable:!1,configurable:!0}),Object.defineProperty(I.prototype,"hasStock",{get:function(){return h.hasStock(this)},enumerable:!1,configurable:!0}),Object.defineProperty(I.prototype,"hasValidProductOptionValues",{get:function(){return!this.productOptionSet||this.productOptionSet.hasValidValues},enumerable:!1,configurable:!0}),Object.defineProperty(I.prototype,"href",{get:function(){return h.getSelectedVariantHref(this,this.selectedVariantValues)},enumerable:!1,configurable:!0}),Object.defineProperty(I.prototype,"productHref",{get:function(){return h.getProductHref(this)},enumerable:!1,configurable:!0}),Object.defineProperty(I.prototype,"mainVariantType",{get:function(){return h.getMainVariantType(this)},enumerable:!1,configurable:!0}),Object.defineProperty(I.prototype,"mainVariantValue",{get:function(){return h.getMainVariantValue(this.selectedVariantValues)},enumerable:!1,configurable:!0}),Object.defineProperty(I.prototype,"selectedVariant",{get:function(){if(!this.hasVariant)return this.variants[0];var t=this.selectedVariantValues.map((function(t){return t.id}));return this.variants.find((function(e){return e.variantValues.every((function(e){return t.includes(e.id)}))}))},enumerable:!1,configurable:!0}),Object.defineProperty(I.prototype,"displayedVariantTypes",{get:function(){return h.getDisplayedVariantTypes(this,this.selectedVariantValues)},enumerable:!1,configurable:!0}),Object.defineProperty(I.prototype,"isCustomerReviewEnabled",{get:function(){return b.isCustomerReviewEnabled()},enumerable:!1,configurable:!0}),Object.defineProperty(I.prototype,"isCustomerReviewLoginRequired",{get:function(){return b.isCustomerReviewLoginRequired()},enumerable:!1,configurable:!0}),Object.defineProperty(I.prototype,"isAddToCartEnabled",{get:function(){return this.hasValidProductOptionValues&&(this.selectedVariant.hasStock||this.selectedVariant.sellIfOutOfStock)},enumerable:!1,configurable:!0}),Object.defineProperty(I.prototype,"groupedAttributeValues",{get:function(){var t,e=P(this.attributes,"productAttributeId");return(null===(t=this.attributes)||void 0===t?void 0:t.map((function(t){var i=t.productAttributeId;if(i){var r=e[i];return(null==r?void 0:r.length)&&r[0].productAttribute?{attribute:r[0].productAttribute,values:r}:void 0}})).filter((function(t){return!!t})))||[]},enumerable:!1,configurable:!0}),Object.defineProperty(I.prototype,"selectedVariantUnitPriceText",{get:function(){return this.getVariantUnitPriceText(this.selectedVariant)},enumerable:!1,configurable:!0}),I}();export{I as IkasProduct};
@@ -1 +1 @@
1
- import{__awaiter as t,__generator as i,__assign as n}from'./../../../../ext/tslib/tslib.es6.js';import{makeAutoObservable as o}from"mobx";import{IkasProductOption as e}from"./option/index.js";import{IkasProductOptionSetFunctions as s}from"@ikas/storefront-model-functions";var r=function(t){this.id=t.id||"",this.value=t.value||null,o(this)},u=function(t){var i;this.id=t.id||"",this.name=t.name||null,this.optionalText=t.optionalText||null,this.values=(null===(i=t.values)||void 0===i?void 0:i.map((function(t){return new r(t)})))||[],o(this)},l=function(t){var i;this.locale=t.locale||"",this.options=(null===(i=t.options)||void 0===i?void 0:i.map((function(t){return new u(t)})))||[],o(this)},a=function(){function r(s){var r,u,a=this;this.initOptionValues=function(){return t(a,void 0,void 0,(function(){return i(this,(function(t){return this.options.forEach((function(t){return t.initValues()})),[2]}))}))},this.id=s.id||"",this.name=s.name||"",this.options=(null===(r=s.options)||void 0===r?void 0:r.map((function(t){return new e(n(n({},t),{productOptionSetId:a.id}))})))||[],this.translations=s.translations?null===(u=s.translations)||void 0===u?void 0:u.map((function(t){return new l(t)})):null,this.initOptionValues(),o(this)}return Object.defineProperty(r.prototype,"displayedOptions",{get:function(){return s.getDisplayedOptions(this)},enumerable:!1,configurable:!0}),Object.defineProperty(r.prototype,"hasValidValues",{get:function(){return this.displayedOptions.every((function(t){return t.hasValidValues}))},enumerable:!1,configurable:!0}),r}();export{r as IkasProductOptionSelectValueTranslations,a as IkasProductOptionSet,l as IkasProductOptionSetTranslations,u as IkasProductOptionTranslations};
1
+ import{__awaiter as t,__generator as i,__assign as n}from'./../../../../ext/tslib/tslib.es6.js';import{makeAutoObservable as o}from"mobx";import{IkasProductOption as e}from"./option/index.js";import{IkasProductOptionSetFunctions as r}from"@ikas/storefront-model-functions";var s=function(t){this.id=t.id||"",this.value=t.value||null},u=function(t){var i;this.id=t.id||"",this.name=t.name||null,this.optionalText=t.optionalText||null,this.values=(null===(i=t.values)||void 0===i?void 0:i.map((function(t){return new s(t)})))||[]},l=function(t){var i;this.locale=t.locale||"",this.options=(null===(i=t.options)||void 0===i?void 0:i.map((function(t){return new u(t)})))||[]},a=function(){function s(r){var s,u,a=this;this.initOptionValues=function(){return t(a,void 0,void 0,(function(){return i(this,(function(t){return this.options.forEach((function(t){return t.initValues()})),[2]}))}))},this.id=r.id||"",this.name=r.name||"",this.options=(null===(s=r.options)||void 0===s?void 0:s.map((function(t){return new e(n(n({},t),{productOptionSetId:a.id}))})))||[],this.translations=r.translations?null===(u=r.translations)||void 0===u?void 0:u.map((function(t){return new l(t)})):null,this.initOptionValues(),o(this)}return Object.defineProperty(s.prototype,"displayedOptions",{get:function(){return r.getDisplayedOptions(this)},enumerable:!1,configurable:!0}),Object.defineProperty(s.prototype,"hasValidValues",{get:function(){return this.displayedOptions.every((function(t){return t.hasValidValues}))},enumerable:!1,configurable:!0}),s}();export{s as IkasProductOptionSelectValueTranslations,a as IkasProductOptionSet,l as IkasProductOptionSetTranslations,u as IkasProductOptionTranslations};
@@ -1 +1 @@
1
- import{__awaiter as t,__generator as i}from'./../../../../../ext/tslib/tslib.es6.js';import{IkasProductOptionSelectType as e,IkasProductOptionType as n}from"@ikas/storefront-models";export{IkasProductOptionSelectType,IkasProductOptionType}from"@ikas/storefront-models";import{makeAutoObservable as l}from"mobx";import{IkasImage as s}from"../../../image/index.js";import o from"lodash/sortBy";import{IkasProductOptionFunctions as a}from"@ikas/storefront-model-functions";import{uploadFile as r,getProductOptionFileUrl as u}from"@ikas/storefront-api";var h=function(t){this.currencyCode=t.currencyCode,this.price=t.price,l(this)},d=function(t){void 0===t&&(t={}),this.id=t.id||"",this.order=t.order||0,this.value=t.value||"",this.price=t.price||null,this.otherPrices=t.otherPrices||null,this.thumbnailImageId=t.thumbnailImageId||null,this.colorCode=t.colorCode||null,this.thumbnailImage=t.thumbnailImage?new s(t.thumbnailImage):t.thumbnailImageId?new s({id:t.thumbnailImageId,isVideo:!1}):null,l(this)},c=function(t){var i;void 0===t&&(t={}),this.type=t.type||e.BOX,this.minSelect=null!==t.minSelect&&void 0!==t.minSelect?t.minSelect:null,this.maxSelect=null!==t.maxSelect&&void 0!==t.maxSelect?t.maxSelect:null,this.values=o((null===(i=t.values)||void 0===i?void 0:i.map((function(t){return new d(t)})))||[],"order"),l(this)},m=function(t){this.min=t.min||null,this.max=t.max||null,this.minRelativeNextDate=void 0!==t.minRelativeNextDate?t.minRelativeNextDate:null,this.maxRelativeNextDate=void 0!==t.maxRelativeNextDate?t.maxRelativeNextDate:null,l(this)},p=function(t){void 0===t&&(t={}),this.min=null!==t.min&&void 0!==t.min?t.min:null,this.max=null!==t.max&&void 0!==t.max?t.max:null,l(this)},f=function(t){this.allowedExtensions=t.allowedExtensions||null,this.minQuantity=null!==t.minQuantity&&void 0!==t.minQuantity?t.minQuantity:null,this.maxQuantity=null!==t.maxQuantity&&void 0!==t.maxQuantity?t.maxQuantity:null,l(this)},v=function(){function e(s){var o=this;this._values=[],this._childOptions=[],this.productOptionFileUpload=function(e){return t(o,void 0,void 0,(function(){var t,n,l,s,o,a=this;return i(this,(function(i){switch(i.label){case 0:return 0===e.length||this.fileSettings&&this.fileSettings.maxQuantity&&this.fileSettings.maxQuantity<e.length?[2,[]]:[4,Promise.all(e.map((function(t){return u({fileName:t.name,productOptionSetId:a.productOptionSetId,productOptionId:a.id},t)})))];case 1:t=i.sent().filter((function(t){return t.data})),n=[],l=0,s=t,i.label=2;case 2:return l<s.length?(o=s[l],[4,r(o.data,o.data.file)]):[3,5];case 3:i.sent()&&n.push(o.data.optionUrl),i.label=4;case 4:return l++,[3,2];case 5:return[2,n]}}))}))},this.initValues=function(){o.isOptional||(o.values=[],o.childOptions&&o.childOptions.forEach((function(t){return t.initValues()})))},this.id=s.id||"",this.productOptionSetId=s.productOptionSetId||"",this.name=s.name||"",this.order=s.order||0,this.type=s.type||n.CHOICE,this.selectSettings=s.selectSettings?new c(s.selectSettings||{}):null,this.textSettings=s.textSettings?new p(s.textSettings||{}):null,this.fileSettings=s.fileSettings?new f(s.fileSettings||{}):null,this.dateSettings=s.dateSettings?new m(s.dateSettings||{}):null,this.price=s.price||null,this.otherPrices=s.otherPrices||null,this.isOptional=s.isOptional||!1,this.optionalText=s.optionalText||null,this.requiredOptionId=s.requiredOptionId||null,this.requiredOptionValueIds=s.requiredOptionValueIds||null,this.values=s.values||[],this.childOptions=s.childOptions?s.childOptions.map((function(t){return new e(t)})):[],l(this)}return Object.defineProperty(e.prototype,"displayedChildOptions",{get:function(){return a.getDisplayedChildOptions(this)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"hasValidValues",{get:function(){return a.hasValidValues(this)&&this.displayedChildOptions.every((function(t){return t.hasValidValues}))},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"values",{get:function(){return this._values},set:function(t){this._values=t,t.length||this.childOptions.forEach((function(t){return t.values=[]}))},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"childOptions",{get:function(){return this._childOptions},set:function(t){this._childOptions=t},enumerable:!1,configurable:!0}),e}();export{v as IkasProductOption,m as IkasProductOptionDateSettings,f as IkasProductOptionFileSettings,h as IkasProductOptionOtherPrice,c as IkasProductOptionSelectSettings,d as IkasProductOptionSelectValue,p as IkasProductOptionTextSettings};
1
+ import{__awaiter as t,__generator as i}from'./../../../../../ext/tslib/tslib.es6.js';import{IkasProductOptionSelectType as e,IkasProductOptionType as n}from"@ikas/storefront-models";export{IkasProductOptionSelectType,IkasProductOptionType}from"@ikas/storefront-models";import{makeAutoObservable as l}from"mobx";import{IkasImage as s}from"../../../image/index.js";import o from"lodash/sortBy";import{IkasProductOptionFunctions as a}from"@ikas/storefront-model-functions";import{uploadFile as r,getProductOptionFileUrl as u}from"@ikas/storefront-api";var d=function(t){this.currencyCode=t.currencyCode,this.price=t.price},h=function(t){void 0===t&&(t={}),this.id=t.id||"",this.order=t.order||0,this.value=t.value||"",this.price=t.price||null,this.otherPrices=t.otherPrices||null,this.thumbnailImageId=t.thumbnailImageId||null,this.colorCode=t.colorCode||null,this.thumbnailImage=t.thumbnailImage?new s(t.thumbnailImage):t.thumbnailImageId?new s({id:t.thumbnailImageId,isVideo:!1}):null},c=function(t){var i;void 0===t&&(t={}),this.type=t.type||e.BOX,this.minSelect=null!==t.minSelect&&void 0!==t.minSelect?t.minSelect:null,this.maxSelect=null!==t.maxSelect&&void 0!==t.maxSelect?t.maxSelect:null,this.values=o((null===(i=t.values)||void 0===i?void 0:i.map((function(t){return new h(t)})))||[],"order")},m=function(t){this.min=t.min||null,this.max=t.max||null,this.minRelativeNextDate=void 0!==t.minRelativeNextDate?t.minRelativeNextDate:null,this.maxRelativeNextDate=void 0!==t.maxRelativeNextDate?t.maxRelativeNextDate:null},p=function(t){void 0===t&&(t={}),this.min=null!==t.min&&void 0!==t.min?t.min:null,this.max=null!==t.max&&void 0!==t.max?t.max:null},f=function(t){this.allowedExtensions=t.allowedExtensions||null,this.minQuantity=null!==t.minQuantity&&void 0!==t.minQuantity?t.minQuantity:null,this.maxQuantity=null!==t.maxQuantity&&void 0!==t.maxQuantity?t.maxQuantity:null},v=function(){function e(s){var o=this;this._values=[],this._childOptions=[],this.productOptionFileUpload=function(e){return t(o,void 0,void 0,(function(){var t,n,l,s,o,a=this;return i(this,(function(i){switch(i.label){case 0:return 0===e.length||this.fileSettings&&this.fileSettings.maxQuantity&&this.fileSettings.maxQuantity<e.length?[2,[]]:[4,Promise.all(e.map((function(t){return u({fileName:t.name,productOptionSetId:a.productOptionSetId,productOptionId:a.id},t)})))];case 1:t=i.sent().filter((function(t){return t.data})),n=[],l=0,s=t,i.label=2;case 2:return l<s.length?(o=s[l],[4,r(o.data,o.data.file)]):[3,5];case 3:i.sent()&&n.push(o.data.optionUrl),i.label=4;case 4:return l++,[3,2];case 5:return[2,n]}}))}))},this.initValues=function(){o.isOptional||(o.values=[],o.childOptions&&o.childOptions.forEach((function(t){return t.initValues()})))},this.id=s.id||"",this.productOptionSetId=s.productOptionSetId||"",this.name=s.name||"",this.order=s.order||0,this.type=s.type||n.CHOICE,this.selectSettings=s.selectSettings?new c(s.selectSettings||{}):null,this.textSettings=s.textSettings?new p(s.textSettings||{}):null,this.fileSettings=s.fileSettings?new f(s.fileSettings||{}):null,this.dateSettings=s.dateSettings?new m(s.dateSettings||{}):null,this.price=s.price||null,this.otherPrices=s.otherPrices||null,this.isOptional=s.isOptional||!1,this.optionalText=s.optionalText||null,this.requiredOptionId=s.requiredOptionId||null,this.requiredOptionValueIds=s.requiredOptionValueIds||null,this.values=s.values||[],this.childOptions=s.childOptions?s.childOptions.map((function(t){return new e(t)})):[],l(this)}return Object.defineProperty(e.prototype,"displayedChildOptions",{get:function(){return a.getDisplayedChildOptions(this)},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"hasValidValues",{get:function(){return a.hasValidValues(this)&&this.displayedChildOptions.every((function(t){return t.hasValidValues}))},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"values",{get:function(){return this._values},set:function(t){this._values=t,t.length||this.childOptions.forEach((function(t){return t.values=[]}))},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"childOptions",{get:function(){return this._childOptions},set:function(t){this._childOptions=t},enumerable:!1,configurable:!0}),e}();export{v as IkasProductOption,m as IkasProductOptionDateSettings,f as IkasProductOptionFileSettings,d as IkasProductOptionOtherPrice,c as IkasProductOptionSelectSettings,h as IkasProductOptionSelectValue,p as IkasProductOptionTextSettings};
@@ -1 +1 @@
1
- import{makeAutoObservable as i}from"mobx";var t=function(t){this.id=t.id,this.name=t.name,i(this)};export{t as IkasProductTag};
1
+ var i=function(i){this.id=i.id,this.name=i.name};export{i as IkasProductTag};
@@ -1 +1 @@
1
- import{__awaiter as t,__generator as e}from'./../../../../ext/tslib/tslib.es6.js';import{IkasProductPrice as i}from"./price/index.js";import{IkasVariantValue as r}from"../../variant-type/variant-value/index.js";import{IkasProductAttributeValue as n}from"../attribute-value/index.js";import{IkasProductImage as o}from"../image/index.js";import{makeAutoObservable as a}from"mobx";import{IkasProductVariantFunctions as s}from"@ikas/storefront-model-functions";import{IkasStorefrontConfig as u}from"@ikas/storefront-config";import{saveProductBackInStockRemind as c,listProductBackInStockRemind as d}from"@ikas/storefront-api";import m from"lodash/groupBy";import p from"lodash/sortBy";import{IkasProductVariantUnit as f}from"./unit/index.js";var l=function(){function l(t){void 0===t&&(t={}),this._backInStockReminderSaved=!1,this.id=t.id||Date.now()+"",this.productId=t.productId||"",this.sku=t.sku||null,this.barcodeList=t.barcodeList||[],this.variantValues=t.variantValues?t.variantValues.map((function(t){return new r(t)})):[],this.images=t.images?t.images.map((function(t){return new o(t)})):[],this.attributes=t.attributes?t.attributes.map((function(t){return new n(t)})):[],this.price=t.price?new i(t.price):new i,this.stock=t.stock||0,this.isActive=void 0===t.isActive||t.isActive,this.campaigns=t.campaigns||[],this.unit=t.unit?new f(t.unit):null,this.sellIfOutOfStock=t.sellIfOutOfStock||!1,this.images=p(this.images,"order"),a(this)}return Object.defineProperty(l.prototype,"mainImage",{get:function(){var t=s.getMainImage(this);return t?new o(t):void 0},enumerable:!1,configurable:!0}),Object.defineProperty(l.prototype,"hasStock",{get:function(){return s.hasStock(this)},enumerable:!1,configurable:!0}),Object.defineProperty(l.prototype,"isBackInStockEnabled",{get:function(){return u.isBackInStockEnabled()},enumerable:!1,configurable:!0}),Object.defineProperty(l.prototype,"isBackInStockCustomerLoginRequired",{get:function(){return u.isCustomerLoginRequiredForBackInStock()},enumerable:!1,configurable:!0}),Object.defineProperty(l.prototype,"isBackInStockReminderSaved",{get:function(){return this._backInStockReminderSaved},enumerable:!1,configurable:!0}),Object.defineProperty(l.prototype,"groupedAttributeValues",{get:function(){var t,e=m(this.attributes,"productAttributeId");return(null===(t=this.attributes)||void 0===t?void 0:t.map((function(t){var i=t.productAttributeId;if(i){var r=e[i];return(null==r?void 0:r.length)&&r[0].productAttribute?{attribute:r[0].productAttribute,values:r}:void 0}})).filter((function(t){return!!t})))||[]},enumerable:!1,configurable:!0}),l.prototype.saveBackInStockReminder=function(i){var r;return t(this,void 0,void 0,(function(){var t;return e(this,(function(e){switch(e.label){case 0:return[4,d({email:{eq:i},productId:{eq:this.productId},variantId:{eq:this.id}})];case 1:return(t=e.sent())&&(null===(r=t.data)||void 0===r?void 0:r.length)?(this._backInStockReminderSaved=!0,[2,!1]):[3,2];case 2:return[4,c({input:{email:i,productId:this.productId,variantId:this.id}})];case 3:return e.sent().isSuccess?(this._backInStockReminderSaved=!0,[2,!0]):(this._backInStockReminderSaved=!1,[2,!1]);case 4:return[2]}}))}))},l}();export{l as IkasProductVariant};
1
+ import{__awaiter as t,__generator as e}from'./../../../../ext/tslib/tslib.es6.js';import{IkasProductPrice as i}from"./price/index.js";import{IkasVariantValue as r}from"../../variant-type/variant-value/index.js";import{IkasProductAttributeValue as n}from"../attribute-value/index.js";import{IkasProductImage as o}from"../image/index.js";import{IkasProductVariantFunctions as a}from"@ikas/storefront-model-functions";import{IkasStorefrontConfig as s}from"@ikas/storefront-config";import{saveProductBackInStockRemind as u,listProductBackInStockRemind as c}from"@ikas/storefront-api";import d from"lodash/groupBy";import p from"lodash/sortBy";import{IkasProductVariantUnit as m}from"./unit/index.js";var f=function(){function f(t){void 0===t&&(t={}),this._backInStockReminderSaved=!1,this.id=t.id||Date.now()+"",this.productId=t.productId||"",this.sku=t.sku||null,this.barcodeList=t.barcodeList||[],this.variantValues=t.variantValues?t.variantValues.map((function(t){return new r(t)})):[],this.images=t.images?t.images.map((function(t){return new o(t)})):[],this.attributes=t.attributes?t.attributes.map((function(t){return new n(t)})):[],this.price=t.price?new i(t.price):new i,this.stock=t.stock||0,this.isActive=void 0===t.isActive||t.isActive,this.campaigns=t.campaigns||[],this.unit=t.unit?new m(t.unit):null,this.sellIfOutOfStock=t.sellIfOutOfStock||!1,this.images=p(this.images,"order")}return Object.defineProperty(f.prototype,"mainImage",{get:function(){var t=a.getMainImage(this);return t?new o(t):void 0},enumerable:!1,configurable:!0}),Object.defineProperty(f.prototype,"hasStock",{get:function(){return a.hasStock(this)},enumerable:!1,configurable:!0}),Object.defineProperty(f.prototype,"isBackInStockEnabled",{get:function(){return s.isBackInStockEnabled()},enumerable:!1,configurable:!0}),Object.defineProperty(f.prototype,"isBackInStockCustomerLoginRequired",{get:function(){return s.isCustomerLoginRequiredForBackInStock()},enumerable:!1,configurable:!0}),Object.defineProperty(f.prototype,"isBackInStockReminderSaved",{get:function(){return this._backInStockReminderSaved},enumerable:!1,configurable:!0}),Object.defineProperty(f.prototype,"groupedAttributeValues",{get:function(){var t,e=d(this.attributes,"productAttributeId");return(null===(t=this.attributes)||void 0===t?void 0:t.map((function(t){var i=t.productAttributeId;if(i){var r=e[i];return(null==r?void 0:r.length)&&r[0].productAttribute?{attribute:r[0].productAttribute,values:r}:void 0}})).filter((function(t){return!!t})))||[]},enumerable:!1,configurable:!0}),f.prototype.saveBackInStockReminder=function(i){var r;return t(this,void 0,void 0,(function(){var t;return e(this,(function(e){switch(e.label){case 0:return[4,c({email:{eq:i},productId:{eq:this.productId},variantId:{eq:this.id}})];case 1:return(t=e.sent())&&(null===(r=t.data)||void 0===r?void 0:r.length)?(this._backInStockReminderSaved=!0,[2,!1]):[3,2];case 2:return[4,u({input:{email:i,productId:this.productId,variantId:this.id}})];case 3:return e.sent().isSuccess?(this._backInStockReminderSaved=!0,[2,!0]):(this._backInStockReminderSaved=!1,[2,!1]);case 4:return[2]}}))}))},f}();export{f as IkasProductVariant};
@@ -1 +1 @@
1
- import{IkasProductPriceFunctions as e}from"@ikas/storefront-model-functions";import{makeAutoObservable as r}from"mobx";import{formatCurrency as t}from"../../../../../utils/currency.js";var i=function(){function i(e){var t,i,n,u,c,o,l;this.buyPrice=null,this.currency=null,this.currencySymbol=null,this.discountPrice=null,this.priceListId=null,this.unitPrice=null,this.buyPrice=null!==(t=null==e?void 0:e.buyPrice)&&void 0!==t?t:null,this.currency=null!==(i=null==e?void 0:e.currency)&&void 0!==i?i:null,this.currencySymbol=null!==(n=null==e?void 0:e.currencySymbol)&&void 0!==n?n:"",this.discountPrice=null!==(u=null==e?void 0:e.discountPrice)&&void 0!==u?u:null,this.priceListId=null!==(c=null==e?void 0:e.priceListId)&&void 0!==c?c:null,this.sellPrice=null!==(o=null==e?void 0:e.sellPrice)&&void 0!==o?o:0,this.unitPrice=null!==(l=null==e?void 0:e.unitPrice)&&void 0!==l?l:null,r(this)}return Object.defineProperty(i.prototype,"finalPrice",{get:function(){return e.getFinalPrice(this)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"formattedFinalPrice",{get:function(){return t(this.finalPrice,this.currency||"",this.currencySymbol||"")},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"formattedBuyPrice",{get:function(){return t(this.buyPrice||0,this.currency||"",this.currencySymbol||"")},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"formattedDiscountPrice",{get:function(){return t(this.discountPrice||0,this.currency||"",this.currencySymbol||"")},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"formattedSellPrice",{get:function(){return t(this.sellPrice||0,this.currency||"",this.currencySymbol||"")},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"hasDiscount",{get:function(){return e.hasDiscount(this)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"discountAmount",{get:function(){return e.getDiscountAmount(this)},enumerable:!1,configurable:!0}),Object.defineProperty(i.prototype,"discountPercentage",{get:function(){return e.getDiscountPercentage(this)},enumerable:!1,configurable:!0}),i}();export{i as IkasProductPrice};
1
+ import{IkasProductPriceFunctions as e}from"@ikas/storefront-model-functions";import{formatCurrency as r}from"../../../../../utils/currency.js";var t=function(){function t(e){var r,t,i,n,u,c,o;this.buyPrice=null,this.currency=null,this.currencySymbol=null,this.discountPrice=null,this.priceListId=null,this.unitPrice=null,this.buyPrice=null!==(r=null==e?void 0:e.buyPrice)&&void 0!==r?r:null,this.currency=null!==(t=null==e?void 0:e.currency)&&void 0!==t?t:null,this.currencySymbol=null!==(i=null==e?void 0:e.currencySymbol)&&void 0!==i?i:"",this.discountPrice=null!==(n=null==e?void 0:e.discountPrice)&&void 0!==n?n:null,this.priceListId=null!==(u=null==e?void 0:e.priceListId)&&void 0!==u?u:null,this.sellPrice=null!==(c=null==e?void 0:e.sellPrice)&&void 0!==c?c:0,this.unitPrice=null!==(o=null==e?void 0:e.unitPrice)&&void 0!==o?o:null}return Object.defineProperty(t.prototype,"finalPrice",{get:function(){return e.getFinalPrice(this)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"formattedFinalPrice",{get:function(){return r(this.finalPrice,this.currency||"",this.currencySymbol||"")},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"formattedBuyPrice",{get:function(){return r(this.buyPrice||0,this.currency||"",this.currencySymbol||"")},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"formattedDiscountPrice",{get:function(){return r(this.discountPrice||0,this.currency||"",this.currencySymbol||"")},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"formattedSellPrice",{get:function(){return r(this.sellPrice||0,this.currency||"",this.currencySymbol||"")},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"hasDiscount",{get:function(){return e.hasDiscount(this)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"discountAmount",{get:function(){return e.getDiscountAmount(this)},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"discountPercentage",{get:function(){return e.getDiscountPercentage(this)},enumerable:!1,configurable:!0}),t}();export{t as IkasProductPrice};
@@ -1 +1 @@
1
- import{makeAutoObservable as t}from"mobx";var o=function(o){this.amount=o.amount,this.type=o.type,t(this)};export{o as IkasProductVariantUnit};
1
+ var t=function(t){this.amount=t.amount,this.type=t.type};export{t as IkasProductVariantUnit};
@@ -1 +1 @@
1
- import{IkasVariantType as r}from"../../variant-type/index.js";import{makeAutoObservable as a}from"mobx";var t=function(t){this.order=t.order||0,this.variantType=t.variantType?new r(t.variantType):new r,this.variantValueIds=t.variantValueIds||[],a(this)};export{t as IkasProductVariantType};
1
+ import{IkasVariantType as a}from"../../variant-type/index.js";var r=function(r){this.order=r.order||0,this.variantType=r.variantType?new a(r.variantType):new a,this.variantValueIds=r.variantValueIds||[]};export{r as IkasProductVariantType};
@@ -1 +1 @@
1
- import{__assign as t}from'./../../../../ext/tslib/tslib.es6.js';import{makeAutoObservable as i}from"mobx";import n from"lodash/flatten";import{IkasThemeJsonComponentPropType as s}from"@ikas/storefront-models";var e=function(){function e(n){void 0===n&&(n={});var o,r=this;this.translations={},this.customDataId=null,this.id=n.id||"",this.name=n.name||null,this.description=n.description||null,this.typescriptName=n.name||null,this.type=n.type||s.TEXT,this.isRequired=void 0===n.isRequired||n.isRequired,this.translations=n.translations||{},this.key=n.key||null,this.parent=n.parent||null,this.itemCount=n.itemCount||null,this.attributeTypes=n.attributeTypes||null,this.enumOptions=(null===(o=n.enumOptions)||void 0===o?void 0:o.map((function(t){return new a(t)})))||null,this.customDataId=n.customDataId||null,this.sliderData=n.sliderData||{},this.isRoot=n.isRoot||!1,this.nestedData=n.nestedData?n.nestedData.map((function(i){return new e(t(t({},i),{parent:r}))})):null,this.type!==s.STATIC_LIST||this.itemCount||(this.itemCount=1),i(this)}return Object.defineProperty(e.prototype,"flat",{get:function(){if(!this.nestedData||!this.nestedData.length)return[this];var t=n(this.nestedData.map((function(t){return t.flat}))),i=[];return i.push(this),i=i.concat(t)},enumerable:!1,configurable:!0}),e.prototype.toJSON=function(){var i=t({},this);return delete i.parent,i},e}(),a=function(t){void 0===t&&(t={}),this.translations={},this.id=t.id||"",this.displayName=t.displayName||"",this.value=t.value||"",this.translations=t.translations||{},i(this)},o=function(t){void 0===t&&(t={}),this.name=t.name||null,this.description=t.description||null},r=function(t){void 0===t&&(t={}),this.displayName=t.displayName||null};export{e as IkasThemeJsonCustomData,r as IkasThemeJsonCustomDataEnumOptionTranslation,o as IkasThemeJsonCustomDataTranslation,a as IkasThemeJsonEnumOption};
1
+ import{__assign as t}from'./../../../../ext/tslib/tslib.es6.js';import i from"lodash/flatten";import{IkasThemeJsonComponentPropType as n}from"@ikas/storefront-models";var e=function(){function e(i){void 0===i&&(i={});var a,o=this;this.translations={},this.customDataId=null,this.id=i.id||"",this.name=i.name||null,this.description=i.description||null,this.typescriptName=i.name||null,this.type=i.type||n.TEXT,this.isRequired=void 0===i.isRequired||i.isRequired,this.translations=i.translations||{},this.key=i.key||null,this.parent=i.parent||null,this.itemCount=i.itemCount||null,this.attributeTypes=i.attributeTypes||null,this.enumOptions=(null===(a=i.enumOptions)||void 0===a?void 0:a.map((function(t){return new s(t)})))||null,this.customDataId=i.customDataId||null,this.sliderData=i.sliderData||{},this.isRoot=i.isRoot||!1,this.nestedData=i.nestedData?i.nestedData.map((function(i){return new e(t(t({},i),{parent:o}))})):null,this.type!==n.STATIC_LIST||this.itemCount||(this.itemCount=1)}return Object.defineProperty(e.prototype,"flat",{get:function(){if(!this.nestedData||!this.nestedData.length)return[this];var t=i(this.nestedData.map((function(t){return t.flat}))),n=[];return n.push(this),n=n.concat(t)},enumerable:!1,configurable:!0}),e.prototype.toJSON=function(){var i=t({},this);return delete i.parent,i},e}(),s=function(t){void 0===t&&(t={}),this.translations={},this.id=t.id||"",this.displayName=t.displayName||"",this.value=t.value||"",this.translations=t.translations||{}},a=function(t){void 0===t&&(t={}),this.name=t.name||null,this.description=t.description||null},o=function(t){void 0===t&&(t={}),this.displayName=t.displayName||null};export{e as IkasThemeJsonCustomData,o as IkasThemeJsonCustomDataEnumOptionTranslation,a as IkasThemeJsonCustomDataTranslation,s as IkasThemeJsonEnumOption};
@@ -1 +1 @@
1
- import{__awaiter as t,__generator as i}from'./../../../ext/tslib/tslib.es6.js';import"../../data/blog/category/index.js";import"../../data/blog/content/index.js";import"../../data/blog/meta-data/index.js";import"../../data/blog/tag/index.js";import{makeAutoObservable as e}from"mobx";import"../../data/blog/index.js";import{IkasBrand as a}from"../../data/brand/index.js";import"@ikas/storefront-models";import"../../data/campaign-offer/index.js";import"../../data/cart/campaign-offer/index.js";import"../../data/cart/index.js";import"../../data/category/path-item/index.js";import"../../data/category/index.js";import"../../data/checkout/index.js";import"../../data/checkout-settings/index.js";import"../../data/city/index.js";import"../../data/country/index.js";import"../../data/customer/address/index.js";import"../../data/customer/attribute/index.js";import"../../data/customer/review/summary/index.js";import"../../data/customer/review/index.js";import"../../data/customer/index.js";import"../../data/district/index.js";import"../../data/favorite-product/index.js";import"../../data/filter-category/index.js";import"../../data/html-meta-data/index.js";import"../../data/image/index.js";import"../../data/order/address/index.js";import"../../data/order/line-item/option/value/index.js";import"../../data/order/line-item/variant/value/index.js";import"../../data/order/line-item/variant/index.js";import"../../data/order/line-item/index.js";import"../../data/order/package/index.js";import"../../data/order/index.js";import"../../data/payment-gateway/index.js";import"../../data/product/attribute-value/index.js";import"../../data/product/filter/index.js";import"../../data/product/option-set/option/index.js";import"../../data/product/option-set/index.js";import"../../data/product/variant/price/index.js";import"../../data/product/variant/index.js";import"../../data/variant-type/index.js";import"../../data/product/index.js";import"../../data/raffle/index.js";import"../../data/state/index.js";import"../../data/theme-json/index.js";import"../../data/theme-json/custom-data/index.js";import"../../data/variant-type/variant-value/index.js";import r from"../../../store/brand/index.js";var n,o,s=function(){function s(s){var d=this;this._initialized=!1,this._minPage=null,this._isLoading=!1,this.getInitial=function(){return t(d,void 0,void 0,(function(){var t,e,a,n,o;return i(this,(function(i){switch(i.label){case 0:if(this._isLoading)return[2];this._isLoading=!0,i.label=1;case 1:return i.trys.push([1,3,4,5]),[4,r.listProductBrand({id:this.isStatic&&this._brandListPropValue.brandIds?{in:this._brandListPropValue.brandIds}:void 0,pagination:{page:this.isStatic?void 0:this.page,limit:this.isStatic?void 0:this.limit},sort:this.getSortParams()})];case 2:return t=i.sent(),this.isStatic?this.data=(null===(a=this._brandListPropValue.brandIds)||void 0===a?void 0:a.map((function(i){var e,a;return null===(a=null===(e=t.data)||void 0===e?void 0:e.data)||void 0===a?void 0:a.find((function(t){return t.id===i}))})).filter((function(t){return!!t})))||[]:this.data=(null===(n=t.data)||void 0===n?void 0:n.data)||[],this._count=(null===(o=t.data)||void 0===o?void 0:o.count)||0,this._initialized=!0,this._minPage=this.page,[3,5];case 3:return e=i.sent(),console.log(e),[3,5];case 4:return this._isLoading=!1,[7];case 5:return[2]}}))}))},this.getPrev=function(){return t(d,void 0,void 0,(function(){var t,e,a,n,o,s;return i(this,(function(i){switch(i.label){case 0:if(this.isStatic||this._isLoading||!this.hasPrev)return[2];this._isLoading=!0,i.label=1;case 1:return i.trys.push([1,3,4,5]),t=this._minPage-1,[4,r.listProductBrand({pagination:{page:t,limit:this.limit},sort:this.getSortParams()})];case 2:return e=i.sent(),this.data=(null===(o=null===(n=e.data)||void 0===n?void 0:n.data)||void 0===o?void 0:o.concat(this.data))||this.data,this._count=(null===(s=e.data)||void 0===s?void 0:s.count)||0,this._minPage=t,[3,5];case 3:return a=i.sent(),console.log(a),[3,5];case 4:return this._isLoading=!1,[7];case 5:return[2]}}))}))},this.getNext=function(){return t(d,void 0,void 0,(function(){var t,e,a,n;return i(this,(function(i){switch(i.label){case 0:if(this.isStatic||this._isLoading||!this.hasNext)return[2];this._isLoading=!0,i.label=1;case 1:return i.trys.push([1,3,4,5]),[4,r.listProductBrand({pagination:{page:this.page+1,limit:this.limit},sort:this.getSortParams()})];case 2:return t=i.sent(),this.data=this.data.concat((null===(a=t.data)||void 0===a?void 0:a.data)||[]),this._count=(null===(n=t.data)||void 0===n?void 0:n.count)||this.count,this._page=this.page+1,[3,5];case 3:return e=i.sent(),console.log(e),[3,5];case 4:return this._isLoading=!1,[7];case 5:return[2]}}))}))},this.getPage=function(e){return t(d,void 0,void 0,(function(){var t,a,n,o;return i(this,(function(i){switch(i.label){case 0:if(this._isLoading||this.isStatic)return[2];this._isLoading=!0,i.label=1;case 1:return i.trys.push([1,3,4,5]),[4,r.listProductBrand({pagination:{page:e,limit:this.limit},sort:this.getSortParams()})];case 2:return t=i.sent(),this.data=(null===(n=t.data)||void 0===n?void 0:n.data)||[],this._count=(null===(o=t.data)||void 0===o?void 0:o.count)||0,this._page=e,this._minPage=e,[3,5];case 3:return a=i.sent(),console.log(a),[3,5];case 4:return this._isLoading=!1,[7];case 5:return[2]}}))}))},this.data=s.data?s.data.map((function(t){return new a(t)})):[],this._type=s.type||s.brandListPropValue.brandListType||n.ALL,this._sort=s.sort||s.brandListPropValue.initialSort||o.A_Z,this._limit=s.limit||s.brandListPropValue.initialLimit||20,this._page=s.page||1,this._count=s.count||0,this._initialized=s.initialized||!1,this._minPage=s.minPage,this._brandListPropValue=s.brandListPropValue,e(this)}return Object.defineProperty(s.prototype,"sort",{get:function(){return this._sort},enumerable:!1,configurable:!0}),Object.defineProperty(s.prototype,"limit",{get:function(){return this._limit},enumerable:!1,configurable:!0}),Object.defineProperty(s.prototype,"page",{get:function(){return this._page},enumerable:!1,configurable:!0}),Object.defineProperty(s.prototype,"count",{get:function(){return this._count},enumerable:!1,configurable:!0}),Object.defineProperty(s.prototype,"pageCount",{get:function(){return Math.ceil(this._count/this._limit)},enumerable:!1,configurable:!0}),Object.defineProperty(s.prototype,"isInitialized",{get:function(){return this._initialized},enumerable:!1,configurable:!0}),Object.defineProperty(s.prototype,"isStatic",{get:function(){return this._type===n.STATIC},enumerable:!1,configurable:!0}),Object.defineProperty(s.prototype,"hasPrev",{get:function(){return!(this.isStatic||!this._minPage)&&this._minPage>1},enumerable:!1,configurable:!0}),Object.defineProperty(s.prototype,"hasNext",{get:function(){return!this.isStatic&&this.page*this.limit<this.count},enumerable:!1,configurable:!0}),Object.defineProperty(s.prototype,"isLoading",{get:function(){return this._isLoading},enumerable:!1,configurable:!0}),s.prototype.getSortParams=function(){return this._sort===o.A_Z?"name":"-name"},s.prototype.setSortType=function(e){return t(this,void 0,void 0,(function(){return i(this,(function(t){switch(t.label){case 0:return this._sort=e,[4,this.getInitial()];case 1:return t.sent(),[2]}}))}))},s.prototype.toJSON=function(){return{data:this.data,type:this._type,sort:this._sort,limit:this._limit,page:this._page,count:this._count,initialized:this._initialized,minPage:this._minPage,brandListPropValue:this._brandListPropValue}},s}();!function(t){t.ALL="ALL",t.STATIC="STATIC"}(n||(n={})),function(t){t.A_Z="A_Z",t.Z_A="Z_A"}(o||(o={}));export{s as IkasBrandList,o as IkasBrandListSortType,n as IkasBrandListType};
1
+ import{__awaiter as t,__generator as i}from'./../../../ext/tslib/tslib.es6.js';import"../../data/blog/category/index.js";import"../../data/blog/content/index.js";import"../../data/blog/meta-data/index.js";import"../../data/blog/tag/index.js";import"../../data/blog/index.js";import{IkasBrand as e}from"../../data/brand/index.js";import"@ikas/storefront-models";import{makeAutoObservable as a}from"mobx";import"../../data/campaign-offer/index.js";import"../../data/cart/campaign-offer/index.js";import"../../data/cart/index.js";import"../../data/category/path-item/index.js";import"../../data/category/index.js";import"../../data/checkout/index.js";import"../../data/checkout-settings/index.js";import"../../data/city/index.js";import"../../data/country/index.js";import"../../data/customer/address/index.js";import"../../data/customer/attribute/index.js";import"../../data/customer/review/summary/index.js";import"../../data/customer/review/index.js";import"../../data/customer/index.js";import"../../data/district/index.js";import"../../data/favorite-product/index.js";import"../../data/filter-category/index.js";import"../../data/html-meta-data/index.js";import"../../data/image/index.js";import"../../data/order/address/index.js";import"../../data/order/line-item/option/value/index.js";import"../../data/order/line-item/variant/value/index.js";import"../../data/order/line-item/variant/index.js";import"../../data/order/line-item/index.js";import"../../data/order/package/index.js";import"../../data/order/index.js";import"../../data/payment-gateway/index.js";import"../../data/product/attribute-value/index.js";import"../../data/product/filter/index.js";import"../../data/product/option-set/option/index.js";import"../../data/product/option-set/index.js";import"../../data/product/variant/price/index.js";import"../../data/product/variant/index.js";import"../../data/variant-type/index.js";import"../../data/product/index.js";import"../../data/raffle/index.js";import"../../data/state/index.js";import"../../data/theme-json/index.js";import"../../data/theme-json/custom-data/index.js";import"../../data/variant-type/variant-value/index.js";import r from"../../../store/brand/index.js";var n,o,s=function(){function s(s){var d=this;this._initialized=!1,this._minPage=null,this._isLoading=!1,this.getInitial=function(){return t(d,void 0,void 0,(function(){var t,e,a,n,o;return i(this,(function(i){switch(i.label){case 0:if(this._isLoading)return[2];this._isLoading=!0,i.label=1;case 1:return i.trys.push([1,3,4,5]),[4,r.listProductBrand({id:this.isStatic&&this._brandListPropValue.brandIds?{in:this._brandListPropValue.brandIds}:void 0,pagination:{page:this.isStatic?void 0:this.page,limit:this.isStatic?void 0:this.limit},sort:this.getSortParams()})];case 2:return t=i.sent(),this.isStatic?this.data=(null===(a=this._brandListPropValue.brandIds)||void 0===a?void 0:a.map((function(i){var e,a;return null===(a=null===(e=t.data)||void 0===e?void 0:e.data)||void 0===a?void 0:a.find((function(t){return t.id===i}))})).filter((function(t){return!!t})))||[]:this.data=(null===(n=t.data)||void 0===n?void 0:n.data)||[],this._count=(null===(o=t.data)||void 0===o?void 0:o.count)||0,this._initialized=!0,this._minPage=this.page,[3,5];case 3:return e=i.sent(),console.log(e),[3,5];case 4:return this._isLoading=!1,[7];case 5:return[2]}}))}))},this.getPrev=function(){return t(d,void 0,void 0,(function(){var t,e,a,n,o,s;return i(this,(function(i){switch(i.label){case 0:if(this.isStatic||this._isLoading||!this.hasPrev)return[2];this._isLoading=!0,i.label=1;case 1:return i.trys.push([1,3,4,5]),t=this._minPage-1,[4,r.listProductBrand({pagination:{page:t,limit:this.limit},sort:this.getSortParams()})];case 2:return e=i.sent(),this.data=(null===(o=null===(n=e.data)||void 0===n?void 0:n.data)||void 0===o?void 0:o.concat(this.data))||this.data,this._count=(null===(s=e.data)||void 0===s?void 0:s.count)||0,this._minPage=t,[3,5];case 3:return a=i.sent(),console.log(a),[3,5];case 4:return this._isLoading=!1,[7];case 5:return[2]}}))}))},this.getNext=function(){return t(d,void 0,void 0,(function(){var t,e,a,n;return i(this,(function(i){switch(i.label){case 0:if(this.isStatic||this._isLoading||!this.hasNext)return[2];this._isLoading=!0,i.label=1;case 1:return i.trys.push([1,3,4,5]),[4,r.listProductBrand({pagination:{page:this.page+1,limit:this.limit},sort:this.getSortParams()})];case 2:return t=i.sent(),this.data=this.data.concat((null===(a=t.data)||void 0===a?void 0:a.data)||[]),this._count=(null===(n=t.data)||void 0===n?void 0:n.count)||this.count,this._page=this.page+1,[3,5];case 3:return e=i.sent(),console.log(e),[3,5];case 4:return this._isLoading=!1,[7];case 5:return[2]}}))}))},this.getPage=function(e){return t(d,void 0,void 0,(function(){var t,a,n,o;return i(this,(function(i){switch(i.label){case 0:if(this._isLoading||this.isStatic)return[2];this._isLoading=!0,i.label=1;case 1:return i.trys.push([1,3,4,5]),[4,r.listProductBrand({pagination:{page:e,limit:this.limit},sort:this.getSortParams()})];case 2:return t=i.sent(),this.data=(null===(n=t.data)||void 0===n?void 0:n.data)||[],this._count=(null===(o=t.data)||void 0===o?void 0:o.count)||0,this._page=e,this._minPage=e,[3,5];case 3:return a=i.sent(),console.log(a),[3,5];case 4:return this._isLoading=!1,[7];case 5:return[2]}}))}))},this.data=s.data?s.data.map((function(t){return new e(t)})):[],this._type=s.type||s.brandListPropValue.brandListType||n.ALL,this._sort=s.sort||s.brandListPropValue.initialSort||o.A_Z,this._limit=s.limit||s.brandListPropValue.initialLimit||20,this._page=s.page||1,this._count=s.count||0,this._initialized=s.initialized||!1,this._minPage=s.minPage,this._brandListPropValue=s.brandListPropValue,a(this)}return Object.defineProperty(s.prototype,"sort",{get:function(){return this._sort},enumerable:!1,configurable:!0}),Object.defineProperty(s.prototype,"limit",{get:function(){return this._limit},enumerable:!1,configurable:!0}),Object.defineProperty(s.prototype,"page",{get:function(){return this._page},enumerable:!1,configurable:!0}),Object.defineProperty(s.prototype,"count",{get:function(){return this._count},enumerable:!1,configurable:!0}),Object.defineProperty(s.prototype,"pageCount",{get:function(){return Math.ceil(this._count/this._limit)},enumerable:!1,configurable:!0}),Object.defineProperty(s.prototype,"isInitialized",{get:function(){return this._initialized},enumerable:!1,configurable:!0}),Object.defineProperty(s.prototype,"isStatic",{get:function(){return this._type===n.STATIC},enumerable:!1,configurable:!0}),Object.defineProperty(s.prototype,"hasPrev",{get:function(){return!(this.isStatic||!this._minPage)&&this._minPage>1},enumerable:!1,configurable:!0}),Object.defineProperty(s.prototype,"hasNext",{get:function(){return!this.isStatic&&this.page*this.limit<this.count},enumerable:!1,configurable:!0}),Object.defineProperty(s.prototype,"isLoading",{get:function(){return this._isLoading},enumerable:!1,configurable:!0}),s.prototype.getSortParams=function(){return this._sort===o.A_Z?"name":"-name"},s.prototype.setSortType=function(e){return t(this,void 0,void 0,(function(){return i(this,(function(t){switch(t.label){case 0:return this._sort=e,[4,this.getInitial()];case 1:return t.sent(),[2]}}))}))},s.prototype.toJSON=function(){return{data:this.data,type:this._type,sort:this._sort,limit:this._limit,page:this._page,count:this._count,initialized:this._initialized,minPage:this._minPage,brandListPropValue:this._brandListPropValue}},s}();!function(t){t.ALL="ALL",t.STATIC="STATIC"}(n||(n={})),function(t){t.A_Z="A_Z",t.Z_A="Z_A"}(o||(o={}));export{s as IkasBrandList,o as IkasBrandListSortType,n as IkasBrandListType};
@@ -1 +1 @@
1
- import{__awaiter as t,__generator as i}from'./../../../ext/tslib/tslib.es6.js';import"../../data/blog/category/index.js";import"../../data/blog/content/index.js";import"../../data/blog/meta-data/index.js";import"../../data/blog/tag/index.js";import{makeAutoObservable as e}from"mobx";import"../../data/blog/index.js";import"../../data/brand/index.js";import"@ikas/storefront-models";import"../../data/campaign-offer/index.js";import"../../data/cart/campaign-offer/index.js";import"../../data/cart/index.js";import"../../data/category/path-item/index.js";import{IkasCategory as a}from"../../data/category/index.js";import"../../data/checkout/index.js";import"../../data/checkout-settings/index.js";import"../../data/city/index.js";import"../../data/country/index.js";import"../../data/customer/address/index.js";import"../../data/customer/attribute/index.js";import"../../data/customer/review/summary/index.js";import"../../data/customer/review/index.js";import"../../data/customer/index.js";import"../../data/district/index.js";import"../../data/favorite-product/index.js";import"../../data/filter-category/index.js";import"../../data/html-meta-data/index.js";import"../../data/image/index.js";import"../../data/order/address/index.js";import"../../data/order/line-item/option/value/index.js";import"../../data/order/line-item/variant/value/index.js";import"../../data/order/line-item/variant/index.js";import"../../data/order/line-item/index.js";import"../../data/order/package/index.js";import"../../data/order/index.js";import"../../data/payment-gateway/index.js";import"../../data/product/attribute-value/index.js";import"../../data/product/filter/index.js";import"../../data/product/option-set/option/index.js";import"../../data/product/option-set/index.js";import"../../data/product/variant/price/index.js";import"../../data/product/variant/index.js";import"../../data/variant-type/index.js";import"../../data/product/index.js";import"../../data/raffle/index.js";import"../../data/state/index.js";import"../../data/theme-json/index.js";import"../../data/theme-json/custom-data/index.js";import"../../data/variant-type/variant-value/index.js";import r from"../../../store/category/index.js";var o,n,s=function(){function s(s){var d=this;this._initialized=!1,this._minPage=null,this._isLoading=!1,this.getInitial=function(){return t(d,void 0,void 0,(function(){var t,e,a,o,n;return i(this,(function(i){switch(i.label){case 0:if(this._isLoading)return[2];this._isLoading=!0,i.label=1;case 1:return i.trys.push([1,3,4,5]),[4,r.listCategory({id:this.isStatic&&this._categoryListPropValue.categoryIds?{in:this._categoryListPropValue.categoryIds}:void 0,pagination:{page:this.isStatic?void 0:this.page,limit:this.isStatic?void 0:this.limit},sort:this.getSortParams()})];case 2:return t=i.sent(),this.isStatic?this.data=(null===(a=this._categoryListPropValue.categoryIds)||void 0===a?void 0:a.map((function(i){var e,a;return null===(a=null===(e=t.data)||void 0===e?void 0:e.data)||void 0===a?void 0:a.find((function(t){return t.id===i}))})).filter((function(t){return!!t})))||[]:this.data=(null===(o=t.data)||void 0===o?void 0:o.data)||[],this._count=(null===(n=t.data)||void 0===n?void 0:n.count)||0,this._initialized=!0,this._minPage=this.page,[3,5];case 3:return e=i.sent(),console.log(e),[3,5];case 4:return this._isLoading=!1,[7];case 5:return[2]}}))}))},this.getPrev=function(){return t(d,void 0,void 0,(function(){var t,e,a,o,n,s;return i(this,(function(i){switch(i.label){case 0:if(this.isStatic||this._isLoading||!this.hasPrev)return[2];this._isLoading=!0,i.label=1;case 1:return i.trys.push([1,3,4,5]),t=this._minPage-1,[4,r.listCategory({pagination:{page:t,limit:this.limit},sort:this.getSortParams()})];case 2:return e=i.sent(),this.data=(null===(n=null===(o=e.data)||void 0===o?void 0:o.data)||void 0===n?void 0:n.concat(this.data))||this.data,this._count=(null===(s=e.data)||void 0===s?void 0:s.count)||this._count,this._minPage=t,[3,5];case 3:return a=i.sent(),console.log(a),[3,5];case 4:return this._isLoading=!1,[7];case 5:return[2]}}))}))},this.getNext=function(){return t(d,void 0,void 0,(function(){var t,e,a,o;return i(this,(function(i){switch(i.label){case 0:if(this.isStatic||this._isLoading||!this.hasNext)return[2];this._isLoading=!0,i.label=1;case 1:return i.trys.push([1,3,4,5]),[4,r.listCategory({pagination:{page:this.page+1,limit:this.limit},sort:this.getSortParams()})];case 2:return t=i.sent(),this.data=this.data.concat((null===(a=t.data)||void 0===a?void 0:a.data)||[]),this._count=(null===(o=t.data)||void 0===o?void 0:o.count)||this._count,this._page=this.page+1,[3,5];case 3:return e=i.sent(),console.log(e),[3,5];case 4:return this._isLoading=!1,[7];case 5:return[2]}}))}))},this.getPage=function(e){return t(d,void 0,void 0,(function(){var t,a,o,n;return i(this,(function(i){switch(i.label){case 0:if(this._isLoading||this.isStatic)return[2];this._isLoading=!0,i.label=1;case 1:return i.trys.push([1,3,4,5]),[4,r.listCategory({pagination:{page:e,limit:this.limit},sort:this.getSortParams()})];case 2:return t=i.sent(),this.data=(null===(o=t.data)||void 0===o?void 0:o.data)||[],this._count=(null===(n=t.data)||void 0===n?void 0:n.count)||0,this._page=e,this._minPage=e,[3,5];case 3:return a=i.sent(),console.log(a),[3,5];case 4:return this._isLoading=!1,[7];case 5:return[2]}}))}))},this.data=s.data?s.data.map((function(t){return new a(t)})):[],this._type=s.type||s.categoryListPropValue.categoryListType||o.ALL,this._sort=s.sort||s.categoryListPropValue.initialSort||n.A_Z,this._limit=s.limit||s.categoryListPropValue.initialLimit||20,this._page=s.page||1,this._count=s.count||0,this._initialized=s.initialized||!1,this._minPage=s.minPage,this._categoryListPropValue=s.categoryListPropValue,e(this)}return Object.defineProperty(s.prototype,"sort",{get:function(){return this._sort},enumerable:!1,configurable:!0}),Object.defineProperty(s.prototype,"limit",{get:function(){return this._limit},enumerable:!1,configurable:!0}),Object.defineProperty(s.prototype,"page",{get:function(){return this._page},enumerable:!1,configurable:!0}),Object.defineProperty(s.prototype,"count",{get:function(){return this._count},enumerable:!1,configurable:!0}),Object.defineProperty(s.prototype,"pageCount",{get:function(){return Math.ceil(this._count/this._limit)},enumerable:!1,configurable:!0}),Object.defineProperty(s.prototype,"isInitialized",{get:function(){return this._initialized},enumerable:!1,configurable:!0}),Object.defineProperty(s.prototype,"isStatic",{get:function(){return this._type===o.STATIC},enumerable:!1,configurable:!0}),Object.defineProperty(s.prototype,"hasPrev",{get:function(){return!(this.isStatic||!this._minPage)&&this._minPage>1},enumerable:!1,configurable:!0}),Object.defineProperty(s.prototype,"hasNext",{get:function(){return!this.isStatic&&this.page*this.limit<this.count},enumerable:!1,configurable:!0}),Object.defineProperty(s.prototype,"isLoading",{get:function(){return this._isLoading},enumerable:!1,configurable:!0}),s.prototype.getSortParams=function(){return this._sort===n.A_Z?"name":"-name"},s.prototype.setSortType=function(e){return t(this,void 0,void 0,(function(){return i(this,(function(t){switch(t.label){case 0:return this._sort=e,[4,this.getInitial()];case 1:return t.sent(),[2]}}))}))},s.prototype.toJSON=function(){return{data:this.data,type:this._type,sort:this._sort,limit:this._limit,page:this._page,count:this._count,initialized:this._initialized,minPage:this._minPage,categoryListPropValue:this._categoryListPropValue}},s}();!function(t){t.ALL="ALL",t.STATIC="STATIC"}(o||(o={})),function(t){t.A_Z="A_Z",t.Z_A="Z_A"}(n||(n={}));export{s as IkasCategoryList,n as IkasCategoryListSortType,o as IkasCategoryListType};
1
+ import{__awaiter as t,__generator as i}from'./../../../ext/tslib/tslib.es6.js';import"../../data/blog/category/index.js";import"../../data/blog/content/index.js";import"../../data/blog/meta-data/index.js";import"../../data/blog/tag/index.js";import"../../data/blog/index.js";import"../../data/brand/index.js";import"@ikas/storefront-models";import{makeAutoObservable as e}from"mobx";import"../../data/campaign-offer/index.js";import"../../data/cart/campaign-offer/index.js";import"../../data/cart/index.js";import"../../data/category/path-item/index.js";import{IkasCategory as a}from"../../data/category/index.js";import"../../data/checkout/index.js";import"../../data/checkout-settings/index.js";import"../../data/city/index.js";import"../../data/country/index.js";import"../../data/customer/address/index.js";import"../../data/customer/attribute/index.js";import"../../data/customer/review/summary/index.js";import"../../data/customer/review/index.js";import"../../data/customer/index.js";import"../../data/district/index.js";import"../../data/favorite-product/index.js";import"../../data/filter-category/index.js";import"../../data/html-meta-data/index.js";import"../../data/image/index.js";import"../../data/order/address/index.js";import"../../data/order/line-item/option/value/index.js";import"../../data/order/line-item/variant/value/index.js";import"../../data/order/line-item/variant/index.js";import"../../data/order/line-item/index.js";import"../../data/order/package/index.js";import"../../data/order/index.js";import"../../data/payment-gateway/index.js";import"../../data/product/attribute-value/index.js";import"../../data/product/filter/index.js";import"../../data/product/option-set/option/index.js";import"../../data/product/option-set/index.js";import"../../data/product/variant/price/index.js";import"../../data/product/variant/index.js";import"../../data/variant-type/index.js";import"../../data/product/index.js";import"../../data/raffle/index.js";import"../../data/state/index.js";import"../../data/theme-json/index.js";import"../../data/theme-json/custom-data/index.js";import"../../data/variant-type/variant-value/index.js";import r from"../../../store/category/index.js";var o,n,s=function(){function s(s){var d=this;this._initialized=!1,this._minPage=null,this._isLoading=!1,this.getInitial=function(){return t(d,void 0,void 0,(function(){var t,e,a,o,n;return i(this,(function(i){switch(i.label){case 0:if(this._isLoading)return[2];this._isLoading=!0,i.label=1;case 1:return i.trys.push([1,3,4,5]),[4,r.listCategory({id:this.isStatic&&this._categoryListPropValue.categoryIds?{in:this._categoryListPropValue.categoryIds}:void 0,pagination:{page:this.isStatic?void 0:this.page,limit:this.isStatic?void 0:this.limit},sort:this.getSortParams()})];case 2:return t=i.sent(),this.isStatic?this.data=(null===(a=this._categoryListPropValue.categoryIds)||void 0===a?void 0:a.map((function(i){var e,a;return null===(a=null===(e=t.data)||void 0===e?void 0:e.data)||void 0===a?void 0:a.find((function(t){return t.id===i}))})).filter((function(t){return!!t})))||[]:this.data=(null===(o=t.data)||void 0===o?void 0:o.data)||[],this._count=(null===(n=t.data)||void 0===n?void 0:n.count)||0,this._initialized=!0,this._minPage=this.page,[3,5];case 3:return e=i.sent(),console.log(e),[3,5];case 4:return this._isLoading=!1,[7];case 5:return[2]}}))}))},this.getPrev=function(){return t(d,void 0,void 0,(function(){var t,e,a,o,n,s;return i(this,(function(i){switch(i.label){case 0:if(this.isStatic||this._isLoading||!this.hasPrev)return[2];this._isLoading=!0,i.label=1;case 1:return i.trys.push([1,3,4,5]),t=this._minPage-1,[4,r.listCategory({pagination:{page:t,limit:this.limit},sort:this.getSortParams()})];case 2:return e=i.sent(),this.data=(null===(n=null===(o=e.data)||void 0===o?void 0:o.data)||void 0===n?void 0:n.concat(this.data))||this.data,this._count=(null===(s=e.data)||void 0===s?void 0:s.count)||this._count,this._minPage=t,[3,5];case 3:return a=i.sent(),console.log(a),[3,5];case 4:return this._isLoading=!1,[7];case 5:return[2]}}))}))},this.getNext=function(){return t(d,void 0,void 0,(function(){var t,e,a,o;return i(this,(function(i){switch(i.label){case 0:if(this.isStatic||this._isLoading||!this.hasNext)return[2];this._isLoading=!0,i.label=1;case 1:return i.trys.push([1,3,4,5]),[4,r.listCategory({pagination:{page:this.page+1,limit:this.limit},sort:this.getSortParams()})];case 2:return t=i.sent(),this.data=this.data.concat((null===(a=t.data)||void 0===a?void 0:a.data)||[]),this._count=(null===(o=t.data)||void 0===o?void 0:o.count)||this._count,this._page=this.page+1,[3,5];case 3:return e=i.sent(),console.log(e),[3,5];case 4:return this._isLoading=!1,[7];case 5:return[2]}}))}))},this.getPage=function(e){return t(d,void 0,void 0,(function(){var t,a,o,n;return i(this,(function(i){switch(i.label){case 0:if(this._isLoading||this.isStatic)return[2];this._isLoading=!0,i.label=1;case 1:return i.trys.push([1,3,4,5]),[4,r.listCategory({pagination:{page:e,limit:this.limit},sort:this.getSortParams()})];case 2:return t=i.sent(),this.data=(null===(o=t.data)||void 0===o?void 0:o.data)||[],this._count=(null===(n=t.data)||void 0===n?void 0:n.count)||0,this._page=e,this._minPage=e,[3,5];case 3:return a=i.sent(),console.log(a),[3,5];case 4:return this._isLoading=!1,[7];case 5:return[2]}}))}))},this.data=s.data?s.data.map((function(t){return new a(t)})):[],this._type=s.type||s.categoryListPropValue.categoryListType||o.ALL,this._sort=s.sort||s.categoryListPropValue.initialSort||n.A_Z,this._limit=s.limit||s.categoryListPropValue.initialLimit||20,this._page=s.page||1,this._count=s.count||0,this._initialized=s.initialized||!1,this._minPage=s.minPage,this._categoryListPropValue=s.categoryListPropValue,e(this)}return Object.defineProperty(s.prototype,"sort",{get:function(){return this._sort},enumerable:!1,configurable:!0}),Object.defineProperty(s.prototype,"limit",{get:function(){return this._limit},enumerable:!1,configurable:!0}),Object.defineProperty(s.prototype,"page",{get:function(){return this._page},enumerable:!1,configurable:!0}),Object.defineProperty(s.prototype,"count",{get:function(){return this._count},enumerable:!1,configurable:!0}),Object.defineProperty(s.prototype,"pageCount",{get:function(){return Math.ceil(this._count/this._limit)},enumerable:!1,configurable:!0}),Object.defineProperty(s.prototype,"isInitialized",{get:function(){return this._initialized},enumerable:!1,configurable:!0}),Object.defineProperty(s.prototype,"isStatic",{get:function(){return this._type===o.STATIC},enumerable:!1,configurable:!0}),Object.defineProperty(s.prototype,"hasPrev",{get:function(){return!(this.isStatic||!this._minPage)&&this._minPage>1},enumerable:!1,configurable:!0}),Object.defineProperty(s.prototype,"hasNext",{get:function(){return!this.isStatic&&this.page*this.limit<this.count},enumerable:!1,configurable:!0}),Object.defineProperty(s.prototype,"isLoading",{get:function(){return this._isLoading},enumerable:!1,configurable:!0}),s.prototype.getSortParams=function(){return this._sort===n.A_Z?"name":"-name"},s.prototype.setSortType=function(e){return t(this,void 0,void 0,(function(){return i(this,(function(t){switch(t.label){case 0:return this._sort=e,[4,this.getInitial()];case 1:return t.sent(),[2]}}))}))},s.prototype.toJSON=function(){return{data:this.data,type:this._type,sort:this._sort,limit:this._limit,page:this._page,count:this._count,initialized:this._initialized,minPage:this._minPage,categoryListPropValue:this._categoryListPropValue}},s}();!function(t){t.ALL="ALL",t.STATIC="STATIC"}(o||(o={})),function(t){t.A_Z="A_Z",t.Z_A="Z_A"}(n||(n={}));export{s as IkasCategoryList,n as IkasCategoryListSortType,o as IkasCategoryListType};
@@ -1 +1 @@
1
- import{__awaiter as t,__generator as e,__assign as i}from'./../../../ext/tslib/tslib.es6.js';import{makeAutoObservable as r}from"mobx";import s from"lodash/debounce";import"../../data/blog/category/index.js";import"../../data/blog/content/index.js";import"../../data/blog/meta-data/index.js";import"../../data/blog/tag/index.js";import"../../data/blog/index.js";import"../../data/brand/index.js";import{IkasCategoryProductsOrderType as a,IkasThemeJsonPageType as o,IkasThemeJsonStockPreference as n}from"@ikas/storefront-models";import"../../data/campaign-offer/index.js";import"../../data/cart/campaign-offer/index.js";import"../../data/cart/index.js";import"../../data/category/path-item/index.js";import"../../data/category/index.js";import"../../data/checkout/index.js";import"../../data/checkout-settings/index.js";import"../../data/city/index.js";import"../../data/country/index.js";import"../../data/customer/address/index.js";import"../../data/customer/attribute/index.js";import"../../data/customer/review/summary/index.js";import"../../data/customer/review/index.js";import"../../data/customer/index.js";import"../../data/district/index.js";import"../../data/favorite-product/index.js";import{IkasFilterCategory as d}from"../../data/filter-category/index.js";import"../../data/html-meta-data/index.js";import"../../data/image/index.js";import"../../data/order/address/index.js";import"../../data/order/line-item/option/value/index.js";import"../../data/order/line-item/variant/value/index.js";import"../../data/order/line-item/variant/index.js";import"../../data/order/line-item/index.js";import"../../data/order/package/index.js";import"../../data/order/index.js";import"../../data/payment-gateway/index.js";import"../../data/product/attribute-value/index.js";import{IkasProductFilter as u,IkasProductFilterValue as c}from"../../data/product/filter/index.js";import"../../data/product/option-set/option/index.js";import"../../data/product/option-set/index.js";import"../../data/product/variant/price/index.js";import"../../data/product/variant/index.js";import"../../data/variant-type/index.js";import{IkasProduct as l}from"../../data/product/index.js";import"../../data/raffle/index.js";import"../../data/state/index.js";import"../../data/theme-json/index.js";import"../../data/theme-json/custom-data/index.js";import"../../data/variant-type/variant-value/index.js";import p from"../../../store/product/index.js";import h from"query-string";import{SortByDirectionEnum as f,SortByTypeEnum as m}from"@ikas/storefront-api";import{IkasStorefrontConfig as g}from"@ikas/storefront-config";import{Analytics as v}from"../../../analytics/analytics.js";import"../../../analytics/head/index.js";import"../../../components/page/index.js";import"../../../components/page/head.js";import"react";import"next/image.js";import"@ikas/storefront-model-functions";import"../../../components/link/index.js";import"../../../components/page-editor/loader/style.module.scss.js";import"../../../components/google-captcha/index.js";import"../blog-list/index.js";import"../blog-category-list/index.js";import"../brand-list/index.js";import"../category-list/index.js";import"../product-attribute-detail/index.js";import"../product-attribute-list/index.js";import"../customer-review-list/index.js";import"../customer-review-summary-list/index.js";import"../validator/index.js";import"../validator/rules/index.js";import"../validator/form/login.js";import"../validator/form/address.js";import"../validator/form/register.js";import"../validator/form/contact-form.js";import"../validator/form/forgot-password.js";import"../validator/form/recover-password.js";import"../validator/form/account-info.js";import"../validator/form/raffle-form.js";import"../validator/form/customer-review.js";import"../raffle-list/index.js";import"../../../pages/home.js";import"../../../pages/_slug_/index.js";import"../../../pages/pages/_slug_.js";import"../../../pages/checkout.js";import"../../../pages/account/index.js";import"../../../pages/account/addresses.js";import"../../../pages/account/orders/index.js";import"../../../pages/account/orders/_id_.js";import"../../../pages/account/login.js";import"../../../pages/account/register.js";import"../../../pages/account/forgot-password.js";import"../../../pages/account/recover-password.js";import"../../../pages/cart.js";import"../../../pages/editor.js";import"../../../pages/account/favorite-products.js";import"../../../pages/search.js";import"next/error.js";import"../../../pages/blog/index.js";import"../../../pages/blog/_slug_.js";import"../../../pages/raffle/_slug_.js";import"../../../pages/raffle/index.js";import"../../../pages/account/raffles.js";import{IkasBaseStore as _}from"../../../store/base.js";import"../../../store/customer/index.js";import"../../../store/cart/index.js";import"lodash/get";var y,I,S,b=function(){function S(a,n){var c=this;this.filters=null,this._filterCategories=null,this._infiniteScrollPage=null,this._initialized=!1,this._minPage=null,this._filterBrandId=null,this._filterCategoryId=null,this._relatedProductData=null,this.pageSpecificData=null,this._recommendFor=null,this._isLoading=!1,this._fetchRequestTime=0,this.router=null,this.applyFilters=function(){return t(c,void 0,void 0,(function(){var t,i;return e(this,(function(e){switch(e.label){case 0:return[4,this.getInitial()];case 1:return t=e.sent(),[o.CATEGORY,o.BRAND,o.SEARCH].includes(this._pageType)?(t&&this.isBrowser()&&!this.isSearch&&!g.getIsEditor()&&(null===(i=this.router)||void 0===i||i.replace("".concat(location.pathname).concat(this.filterQueryParams?"?"+this.filterQueryParams:""),void 0,{shallow:!0})),[2]):[2]}}))}))},this.getInitial=function(r,s){return t(c,void 0,void 0,(function(){var t,a,o,n,d,u,c,p,h,f,m,g,v;return e(this,(function(e){switch(e.label){case 0:this._isLoading=!0,t=Date.now(),this._fetchRequestTime=t,e.label=1;case 1:return e.trys.push([1,12,13,14]),a=s?this._page:1,o=this._limit,!this.isFilterable||this.filters?[3,3]:[4,this.getFilters()];case 2:e.sent(),e.label=3;case 3:return this.applyQueryParamFilters(r),this.isSearch&&!this.hasAppliedfilter?(this.data=[],this._page=1,this._minPage=1,this._count=0,this._initialized=!0,[2,!0]):(n=void 0,this.isStatic?(a=void 0,o=200,[3,10]):[3,4]);case 4:return this.isDiscounted?(a=1,o=10,[3,10]):[3,5];case 5:return this.isRecommended?(a=1,o=10,[3,10]):[3,6];case 6:return this.isLastViewed?this.isBrowser()?[4,this.waitForCustomerStoreInit()]:[3,9]:[3,10];case 7:return e.sent(),[4,_.getInstance().customerStore.getLastViewedProducts()];case 8:return(d=e.sent())&&d.length?(n=d.map((function(t){return t.productId})),[3,10]):[2];case 9:return[2];case 10:return[4,this.searchProducts(a||1,o||10,n)];case 11:return(u=e.sent())&&this._fetchRequestTime===t?(c=[],this.isStatic||this.isLastViewed?(p=this.isStatic?this._productListPropValue.productIds:_.getInstance().customerStore._lastViewedProducts,c=(null==p?void 0:p.map((function(t){var e,r,s=null===(r=null===(e=u.data)||void 0===e?void 0:e.data)||void 0===r?void 0:r.find((function(e){return e.id===t.productId})),a=null==s?void 0:s.variants.find((function(e){return e.id===t.variantId}));if((null==a?void 0:a.isActive)||(a=null==s?void 0:s.variants.find((function(t){return t.isActive}))),s&&a)return new l(i(i({},s),{selectedVariantValues:a.variantValues}))})).filter((function(t){return!!t})))||[]):c=(null===(m=null===(f=u.data)||void 0===f?void 0:f.data)||void 0===m?void 0:m.map((function(t){var e=t.variants.find((function(t){return t.isActive}));return new l(i(i({},t),{selectedVariantValues:(e||t.variants[0]).variantValues}))})))||[],this.applyFacets(null===(g=u.data)||void 0===g?void 0:g.facets),this.data=c,this._count=(null===(v=u.data)||void 0===v?void 0:v.count)||0,this._initialized=!0,this._page=a||1,this._minPage=this.page,s||(this._infiniteScrollPage=null),this.handleListingEvent(),[2,!0]):[2];case 12:return h=e.sent(),console.log(h),[3,14];case 13:return t===this._fetchRequestTime&&(this._isLoading=!1),[7];case 14:return[2]}}))}))},this.getPrev=function(){return t(c,void 0,void 0,(function(){var t,r,s,a,o,n,d;return e(this,(function(e){switch(e.label){case 0:if(this.isStatic||this.isDiscounted||this.isRecommended||this.isLastViewed||this._isLoading||!this.hasPrev)return[2];this._isLoading=!0,e.label=1;case 1:return e.trys.push([1,3,4,5]),t=this._minPage-1,[4,this.searchProducts(t,this.limit)];case 2:return(r=e.sent())?(s=null===(n=null===(o=r.data)||void 0===o?void 0:o.data)||void 0===n?void 0:n.map((function(t){var e=t.variants.find((function(t){return t.isActive}));return new l(i(i({},t),{selectedVariantValues:(e||t.variants[0]).variantValues}))})),this.data=(null==s?void 0:s.concat(this.data))||this.data,this._count=(null===(d=r.data)||void 0===d?void 0:d.count)||this._count,this._minPage=t,[3,5]):[2];case 3:return a=e.sent(),console.log(a),[3,5];case 4:return this._isLoading=!1,[7];case 5:return[2]}}))}))},this.getNext=function(){return t(c,void 0,void 0,(function(){var t,r,s,a,o,n;return e(this,(function(e){switch(e.label){case 0:if(this.isStatic||this.isDiscounted||this.isRecommended||this.isLastViewed||this._isLoading||!this.hasNext)return[2];this._isLoading=!0,e.label=1;case 1:return e.trys.push([1,3,4,5]),[4,this.searchProducts(this.page+1,this.limit)];case 2:return(t=e.sent())?(r=null===(o=null===(a=t.data)||void 0===a?void 0:a.data)||void 0===o?void 0:o.map((function(t){var e=t.variants.find((function(t){return t.isActive}));return new l(i(i({},t),{selectedVariantValues:(e||t.variants[0]).variantValues}))})),this.data=this.data.concat(r||[]),this._count=(null===(n=t.data)||void 0===n?void 0:n.count)||this._count,this._page=this.page+1,[3,5]):[2];case 3:return s=e.sent(),console.log(s),[3,5];case 4:return this._isLoading=!1,[7];case 5:return[2]}}))}))},this.getPage=function(r){return t(c,void 0,void 0,(function(){var t,s,a,o,n,d;return e(this,(function(e){switch(e.label){case 0:if(this._isLoading||this.isStatic||this.isDiscounted||this.isRecommended||this.isLastViewed)return[2];this._isLoading=!0,e.label=1;case 1:return e.trys.push([1,3,4,5]),[4,this.searchProducts(r,this.limit)];case 2:return(t=e.sent())?(s=null===(n=null===(o=t.data)||void 0===o?void 0:o.data)||void 0===n?void 0:n.map((function(t){var e=t.variants.find((function(t){return t.isActive}));return new l(i(i({},t),{selectedVariantValues:(e||t.variants[0]).variantValues}))})),this.data=s||[],this._count=(null===(d=t.data)||void 0===d?void 0:d.count)||0,this._page=r,this._minPage=r,[3,5]):[2];case 3:return a=e.sent(),console.log(a),[3,5];case 4:return this._isLoading=!1,[7];case 5:return[2]}}))}))},this.setVisibleInfiniteScrollPage=function(t){var e;c._infiniteScrollPage!==t&&(c._infiniteScrollPage=t,g.getIsEditor()||null===(e=c.router)||void 0===e||e.replace("".concat(location.pathname).concat(c.filterQueryParams?"?"+c.filterQueryParams:""),void 0,{shallow:!0}))},this.searchDebouncer=s((function(){c.applyFilters()}),500),this.searchAnalyticsDebouncer=s((function(){v.search(c._searchKeyword)}),1e3);var p=a,h=a;if(this.data=a.data?a.data.map((function(t){return new l(t)})):[],this._type=p.type||h._type||p.productListPropValue.productListType||h._productListPropValue.productListType||y.ALL,this._pageType=a.pageType,this._sort=a.sort||a.productListPropValue.initialSort||I.LAST_ADDED,this._limit=a.limit||p.productListPropValue.initialLimit||h._productListPropValue.initialLimit||20,this._page=a.page||1,this._minPage=a.minPage||null,this._count=a.count||0,this._searchKeyword=a.searchKeyword||"",this._productListPropValue=p.productListPropValue||h._productListPropValue,this._filterBrandId=p.filterBrandId||h._filterBrandId||null,this._filterCategoryId=p.filterCategoryId||h._filterCategoryId||null,this._relatedProductData=p.relatedProductData||h._relatedProductData||null,this._recommendFor=p.recommendFor||h._recommendFor,this.filters=a.filters?a.filters.map((function(t){return new u(t,c)})):null,this._filterCategories=a.filterCategories?a.filterCategories.map((function(t){return new d(t)})):null,this.pageSpecificData=p.pageSpecificData||h.pageSpecificData||null,this.router=n,r(this),this.setPageSpecificSort(),this.isBrowser())if(this.restoreInfiniteScrollPage(),location.search&&(this.isFilterable||this._type===y.SEARCH)){var f=this.getQueryParams();this.getInitial(f,this._page>1)}else this._page>1?this.getInitial(void 0,!0):this.isLastViewed?this.getInitial():this.handleListingEvent()}return Object.defineProperty(S.prototype,"sort",{get:function(){return this._sort},enumerable:!1,configurable:!0}),Object.defineProperty(S.prototype,"limit",{get:function(){return this._limit},enumerable:!1,configurable:!0}),Object.defineProperty(S.prototype,"pageType",{get:function(){return this._pageType},enumerable:!1,configurable:!0}),Object.defineProperty(S.prototype,"page",{get:function(){return this._page},enumerable:!1,configurable:!0}),Object.defineProperty(S.prototype,"minPage",{get:function(){return this._minPage||1},enumerable:!1,configurable:!0}),Object.defineProperty(S.prototype,"count",{get:function(){return this._count},enumerable:!1,configurable:!0}),Object.defineProperty(S.prototype,"pageCount",{get:function(){return Math.ceil(this._count/this._limit)},enumerable:!1,configurable:!0}),Object.defineProperty(S.prototype,"searchKeyword",{get:function(){return this._searchKeyword},set:function(t){t!==this._searchKeyword&&(this._searchKeyword=t,this.searchDebouncer(),this.searchAnalyticsDebouncer())},enumerable:!1,configurable:!0}),Object.defineProperty(S.prototype,"isInitialized",{get:function(){return this._initialized},enumerable:!1,configurable:!0}),Object.defineProperty(S.prototype,"isFilterable",{get:function(){return this._type===y.ALL||this._type===y.CATEGORY},enumerable:!1,configurable:!0}),Object.defineProperty(S.prototype,"isFiltered",{get:function(){var t,e;return(null===(t=this.filters)||void 0===t?void 0:t.some((function(t){return!!t.valueList.length})))||!!this._searchKeyword||this._pageType!==o.CATEGORY&&(!!this._filterCategoryId||(null===(e=this._filterCategories)||void 0===e?void 0:e.some((function(t){return t.isSelected}))))},enumerable:!1,configurable:!0}),Object.defineProperty(S.prototype,"isStatic",{get:function(){return this._type===y.STATIC},enumerable:!1,configurable:!0}),Object.defineProperty(S.prototype,"isDiscounted",{get:function(){return this._type===y.DISCOUNTED},enumerable:!1,configurable:!0}),Object.defineProperty(S.prototype,"isRecommended",{get:function(){return this._type===y.RECOMMENDED},enumerable:!1,configurable:!0}),Object.defineProperty(S.prototype,"isLastViewed",{get:function(){return this._type===y.LAST_VIEWED},enumerable:!1,configurable:!0}),Object.defineProperty(S.prototype,"isRelatedProducts",{get:function(){return this._type===y.RELATED_PRODUCTS},enumerable:!1,configurable:!0}),Object.defineProperty(S.prototype,"isSearch",{get:function(){return this._type===y.SEARCH},enumerable:!1,configurable:!0}),Object.defineProperty(S.prototype,"hasPrev",{get:function(){return!(this.isStatic||this.isDiscounted||this.isRecommended||!this._minPage)&&this._minPage>1},enumerable:!1,configurable:!0}),Object.defineProperty(S.prototype,"hasNext",{get:function(){return!(this.isStatic||this.isDiscounted||this.isRecommended)&&this.page*this.limit<this.count},enumerable:!1,configurable:!0}),Object.defineProperty(S.prototype,"isLoading",{get:function(){return this._isLoading},enumerable:!1,configurable:!0}),Object.defineProperty(S.prototype,"filterQueryParams",{get:function(){var t,e,i,r,s=this,a={};if(null===(t=this.filters)||void 0===t||t.forEach((function(t){t.keyList.length&&(a[t.key]=t.keyList)})),this._searchKeyword&&(a.s=this._searchKeyword),this._infiniteScrollPage&&(a.page=this._infiniteScrollPage),this._pageType!==o.CATEGORY){var n=null===(e=this.filterCategories)||void 0===e?void 0:e.filter((function(t){return t.isSelected}));if(!!(null==n?void 0:n.length))a.c=null==n?void 0:n.map((function(t){return t.slug}));else if(this._filterCategoryId){var d=null===(r=null===(i=this.filterCategories)||void 0===i?void 0:i.find((function(t){return t.id===s._filterCategoryId})))||void 0===r?void 0:r.slug;d&&(a.c=d)}}return h.stringify(a,{arrayFormat:"comma"})},enumerable:!1,configurable:!0}),Object.defineProperty(S.prototype,"filterCategories",{get:function(){var t;return null===(t=this._filterCategories)||void 0===t?void 0:t.filter((function(t){return 0!==t.resultCount}))},enumerable:!1,configurable:!0}),Object.defineProperty(S.prototype,"hasAppliedfilter",{get:function(){var t;return!!this._searchKeyword||(null===(t=this.filters)||void 0===t?void 0:t.some((function(t){return!!t.valueList.length})))},enumerable:!1,configurable:!0}),Object.defineProperty(S.prototype,"isFeaturedSortEnabled",{get:function(){var t;return(null===(t=this.pageSpecificData)||void 0===t?void 0:t.orderType)===a.MANUALLY&&[y.ALL,y.CATEGORY].includes(this._type)},enumerable:!1,configurable:!0}),S.prototype.setPageSpecificSort=function(){var t;if((null===(t=this.pageSpecificData)||void 0===t?void 0:t.orderType)&&[y.ALL].includes(this._type))switch(this.pageSpecificData.orderType){case a.HIGHEST_DISCOUNT_RATIO:this._sort=I.DECRASING_DISCOUNT;break;case a.LOWEST_DISCOUNT_RATIO:this._sort=I.INCREASING_DISCOUNT;break;case a.HIGHEST_PRICE:this._sort=I.DECREASING_PRICE;break;case a.LOWEST_PRICE:this._sort=I.INCREASING_PRICE;break;case a.NEWEST:this._sort=I.LAST_ADDED;break;case a.OLDEST:this._sort=I.FIRST_ADDED;break;case a.MANUALLY:this._sort=I.FEATURED}},S.prototype.getSortParams=function(){var t,e;switch(this._sort){case I.INCREASING_PRICE:t=f.ASC,e=m.PRICE;break;case I.DECREASING_PRICE:t=f.DESC,e=m.PRICE;break;case I.FIRST_ADDED:t=f.ASC,e=m.CREATED_AT;break;case I.LAST_ADDED:t=f.DESC,e=m.CREATED_AT;break;case I.INCREASING_DISCOUNT:t=f.ASC,e=m.DISCOUNT_RATIO;break;case I.DECRASING_DISCOUNT:t=f.DESC,e=m.DISCOUNT_RATIO;break;case I.FEATURED:if(this.isSearch)return;t=f.ASC,e=m.MANUAL_SORT;break;case I.DEFAULT:t=void 0,e=void 0}if(t&&e)return{direction:t,type:e}},S.prototype.searchProducts=function(i,r,s){var a,d,u;return t(this,void 0,void 0,(function(){var t,l,h,f;return e(this,(function(e){switch(e.label){case 0:return t=[],l=[],null===(a=this.filters)||void 0===a||a.forEach((function(e){e.valueList.length&&t.push(new c({id:e.id,type:e.type,displayType:e.displayType,valueList:e.valueList})),e.isFacetFilter&&l.push({id:e.id,type:e.type,displayType:e.displayType})})),h=null===(d=this._filterCategories)||void 0===d?void 0:d.filter((function(t){return t.isSelected})).map((function(t){return t.id})),f=this.getSortParams(),this.isRelatedProducts&&this._relatedProductData?[4,p.getRelatedProducts({priceListId:g.getPriceListId(),salesChannelId:g.getSalesChannelId(),productId:this._relatedProductData.productId,brandIds:this._relatedProductData.brandIds,categoryIds:this._relatedProductData.categoryIds})]:[3,2];case 1:case 3:return[2,e.sent()];case 2:return[4,p.searchProducts({input:{page:i,perPage:r,productIdList:this.isStatic?null===(u=this._productListPropValue.productIds)||void 0===u?void 0:u.map((function(t){return t.productId})):s,filterList:t,facetList:l,brandId:this._pageType===o.BRAND&&this._type!==y.SEARCH?this._filterBrandId:void 0,categoryIdList:h&&h.length?h:this._filterCategoryId?[this._filterCategoryId]:void 0,priceListId:g.getPriceListId(),salesChannelId:g.getSalesChannelId(),query:this._searchKeyword,order:this._type===y.SEARCH?[]:f?[f]:[],showStockOption:g.getStockPreference()||n.SHOW_ALL}})]}}))}))},S.prototype.getFilters=function(){var i,r,s;return t(this,void 0,void 0,(function(){var t,a,n=this;return e(this,(function(e){switch(e.label){case 0:return[4,p.getProductFilterData({categoryId:this._filterCategoryId?this._filterCategoryId:void 0})];case 1:return t=e.sent(),this.filters=null===(i=null==t?void 0:t.data)||void 0===i?void 0:i.filters.map((function(t){return new u(t,n)})),this._filterCategories=null===(r=null==t?void 0:t.data)||void 0===r?void 0:r.categories,this.pageType!==o.CATEGORY&&this._filterCategoryId&&(a=null===(s=this._filterCategories)||void 0===s?void 0:s.find((function(t){return t.id===n._filterCategoryId})))&&(a.isSelected=!0),this.filters&&this.filters.sort((function(t,e){return t.order>e.order?1:-1})),[2]}}))}))},S.prototype.applyQueryParamFilters=function(t){var e,i=this;try{null==t||t.forEach((function(t,e){var r,s=null===(r=i.filters)||void 0===r?void 0:r.find((function(t){return t.key===e}));s&&s.applyQueryParam(t)}));var r=null==t?void 0:t.get("s");if(r&&(this._searchKeyword=r),this._pageType!==o.CATEGORY){var s=null==t?void 0:t.get("c"),a=null==s?void 0:s.split(",");a&&a.length&&(null===(e=this.filterCategories)||void 0===e||e.forEach((function(t){t.isSelected=a.some((function(e){return e===t.slug}))})))}}catch(t){console.log(t)}},S.prototype.applyFacets=function(t){var e,i;null===(e=this.filters)||void 0===e||e.forEach((function(e){var i,r,s,a=null==t?void 0:t.find((function(t){return t.id===e.id}));a?null===(i=e.values)||void 0===i||i.forEach((function(t){var i=a.values.find((function(e){return e.id===t.id}));i?t.resultCount=i.count:e.isCustomValueFilter?t.resultCount=null:t.resultCount=0})):e.isCustomValueFilter?null===(r=e.values)||void 0===r||r.forEach((function(t){return t.resultCount=null})):null===(s=e.values)||void 0===s||s.forEach((function(t){return t.resultCount=0}))}));var r=null==t?void 0:t.find((function(t){return"category"===t.id}));r&&(null===(i=this._filterCategories)||void 0===i||i.forEach((function(t){var e=r.values.find((function(e){return e.id===t.id}));t.resultCount=e?e.count:0})))},S.prototype.clearFilters=function(){var t,e;null===(t=this.filters)||void 0===t||t.forEach((function(t){return t.clear()})),this._searchKeyword="",this._pageType!==o.CATEGORY&&(this._filterCategoryId=void 0),null===(e=this._filterCategories)||void 0===e||e.forEach((function(t){return t.isSelected=!1})),this.applyFilters()},S.prototype.setSortType=function(i){return t(this,void 0,void 0,(function(){return e(this,(function(t){switch(t.label){case 0:return this._sort=i,[4,this.getInitial()];case 1:return t.sent(),[2]}}))}))},S.prototype.onFilterCategoryClick=function(i,r){var s,a;return void 0===r&&(r=!1),t(this,void 0,void 0,(function(){return e(this,(function(t){switch(t.label){case 0:return r?(null===(s=this._filterCategories)||void 0===s||s.forEach((function(t){t.id===i.id&&(t.isSelected=!t.isSelected)})),[4,this.applyFilters()]):[3,2];case 1:return t.sent(),[3,3];case 2:g.getIsEditor()||null===(a=_.getInstance().router)||void 0===a||a.push(i.href+(this.filterQueryParams?"?"+this.filterQueryParams:"")),t.label=3;case 3:return[2]}}))}))},S.prototype.toJSON=function(){return{data:this.data,type:this._type,pageType:this._pageType,sort:this._sort,limit:this._limit,page:this._page,count:this._count,searchKeyword:this._searchKeyword,initialized:this._initialized,minPage:this._minPage,filterBrandId:this._filterBrandId,filterCategoryId:this._filterCategoryId,filterCategories:this._filterCategories,filters:this.filters,recommendFor:this._recommendFor,productListPropValue:this._productListPropValue,pageSpecificData:this.pageSpecificData}},S.prototype.restoreInfiniteScrollPage=function(){var t=this.getQueryParams(),e=null==t?void 0:t.get("page");if(e){var i=parseInt(e);isNaN(i)||(this._page=i,this._infiniteScrollPage=i)}},S.prototype.getQueryParams=function(){if(this.isBrowser())return new URLSearchParams(location.search)},S.prototype.isBrowser=function(){return"undefined"!=typeof window},S.prototype.waitForCustomerStoreInit=function(){return new Promise((function(t){var e=setInterval((function(){_.getInstance().customerStore.initialized&&(clearInterval(e),t(null))}),1e3)}))},S.prototype.handleListingEvent=function(){this.searchKeyword&&this.data.length?v.viewSearchResults(this._searchKeyword,this.data):this.data.length&&this._type===y.ALL&&v.viewListing(this.data)},S}();!function(t){t.ALL="ALL",t.STATIC="STATIC",t.DISCOUNTED="DISCOUNTED",t.RECOMMENDED="RECOMMENDED",t.CATEGORY="CATEGORY",t.SEARCH="SEARCH",t.LAST_VIEWED="LAST_VIEWED",t.RELATED_PRODUCTS="RELATED_PRODUCTS"}(y||(y={})),function(t){t.INCREASING_PRICE="INCREASING_PRICE",t.DECREASING_PRICE="DECREASING_PRICE",t.LAST_ADDED="LAST_ADDED",t.FIRST_ADDED="FIRST_ADDED",t.INCREASING_DISCOUNT="INCREASING_DISCOUNT",t.DECRASING_DISCOUNT="DECRASING_DISCOUNT",t.FEATURED="FEATURED",t.DEFAULT="DEFAULT"}(I||(I={})),function(t){t.CATEGORY="CATEGORY",t.BRAND="BRAND"}(S||(S={}));export{b as IkasProductList,I as IkasProductListSortType,y as IkasProductListType,S as IkasRelatedProductsType};
1
+ import{__awaiter as t,__generator as e,__assign as i}from'./../../../ext/tslib/tslib.es6.js';import{makeAutoObservable as r}from"mobx";import s from"lodash/debounce";import"../../data/blog/category/index.js";import"../../data/blog/content/index.js";import"../../data/blog/meta-data/index.js";import"../../data/blog/tag/index.js";import"../../data/blog/index.js";import"../../data/brand/index.js";import{IkasCategoryProductsOrderType as a,IkasThemeJsonPageType as o,IkasThemeJsonStockPreference as n}from"@ikas/storefront-models";import"../../data/campaign-offer/index.js";import"../../data/cart/campaign-offer/index.js";import"../../data/cart/index.js";import"../../data/category/path-item/index.js";import"../../data/category/index.js";import"../../data/checkout/index.js";import"../../data/checkout-settings/index.js";import"../../data/city/index.js";import"../../data/country/index.js";import"../../data/customer/address/index.js";import"../../data/customer/attribute/index.js";import"../../data/customer/review/summary/index.js";import"../../data/customer/review/index.js";import"../../data/customer/index.js";import"../../data/district/index.js";import"../../data/favorite-product/index.js";import{IkasFilterCategory as d}from"../../data/filter-category/index.js";import"../../data/html-meta-data/index.js";import"../../data/image/index.js";import"../../data/order/address/index.js";import"../../data/order/line-item/option/value/index.js";import"../../data/order/line-item/variant/value/index.js";import"../../data/order/line-item/variant/index.js";import"../../data/order/line-item/index.js";import"../../data/order/package/index.js";import"../../data/order/index.js";import"../../data/payment-gateway/index.js";import"../../data/product/attribute-value/index.js";import{IkasProductFilter as u,IkasProductFilterValue as c}from"../../data/product/filter/index.js";import"../../data/product/option-set/option/index.js";import"../../data/product/option-set/index.js";import"../../data/product/variant/price/index.js";import"../../data/product/variant/index.js";import"../../data/variant-type/index.js";import{IkasProduct as l}from"../../data/product/index.js";import"../../data/raffle/index.js";import"../../data/state/index.js";import"../../data/theme-json/index.js";import"../../data/theme-json/custom-data/index.js";import"../../data/variant-type/variant-value/index.js";import p from"../../../store/product/index.js";import h from"query-string";import{SortByDirectionEnum as f,SortByTypeEnum as m}from"@ikas/storefront-api";import{IkasStorefrontConfig as g}from"@ikas/storefront-config";import{Analytics as v}from"../../../analytics/analytics.js";import"../../../analytics/head/index.js";import"../../../components/page/index.js";import"../../../components/page/head.js";import"react";import"next/image.js";import"@ikas/storefront-model-functions";import"../../../components/link/index.js";import"../../../components/page-editor/loader/style.module.scss.js";import"../../../components/google-captcha/index.js";import"../blog-list/index.js";import"../blog-category-list/index.js";import"../brand-list/index.js";import"../category-list/index.js";import"../product-attribute-detail/index.js";import"../product-attribute-list/index.js";import"../customer-review-list/index.js";import"../customer-review-summary-list/index.js";import"../validator/index.js";import"../validator/rules/index.js";import"../validator/form/login.js";import"../validator/form/address.js";import"../validator/form/register.js";import"../validator/form/contact-form.js";import"../validator/form/forgot-password.js";import"../validator/form/recover-password.js";import"../validator/form/account-info.js";import"../validator/form/raffle-form.js";import"../validator/form/customer-review.js";import"../raffle-list/index.js";import"../../../pages/home.js";import"../../../pages/_slug_/index.js";import"../../../pages/pages/_slug_.js";import"../../../pages/checkout.js";import"../../../pages/account/index.js";import"../../../pages/account/addresses.js";import"../../../pages/account/orders/index.js";import"../../../pages/account/orders/_id_.js";import"../../../pages/account/login.js";import"../../../pages/account/register.js";import"../../../pages/account/forgot-password.js";import"../../../pages/account/recover-password.js";import"../../../pages/cart.js";import"../../../pages/editor.js";import"../../../pages/account/favorite-products.js";import"../../../pages/search.js";import"next/error.js";import"../../../pages/blog/index.js";import"../../../pages/blog/_slug_.js";import"../../../pages/raffle/_slug_.js";import"../../../pages/raffle/index.js";import"../../../pages/account/raffles.js";import{IkasBaseStore as _}from"../../../store/base.js";import"../../../store/customer/index.js";import"../../../store/cart/index.js";import"lodash/get";var y,I,S,b=function(){function S(a,n){var c=this;this.filters=null,this._filterCategories=null,this._infiniteScrollPage=null,this._initialized=!1,this._minPage=null,this._filterBrandId=null,this._filterCategoryId=null,this._relatedProductData=null,this.pageSpecificData=null,this._recommendFor=null,this._isLoading=!1,this._fetchRequestTime=0,this.router=null,this.applyFilters=function(){return t(c,void 0,void 0,(function(){var t,i;return e(this,(function(e){switch(e.label){case 0:return[4,this.getInitial()];case 1:return t=e.sent(),[o.CATEGORY,o.BRAND,o.SEARCH].includes(this._pageType)?(t&&this.isBrowser()&&!this.isSearch&&!g.getIsEditor()&&(null===(i=this.router)||void 0===i||i.replace("".concat(location.pathname).concat(this.filterQueryParams?"?"+this.filterQueryParams:""),void 0,{shallow:!0})),[2]):[2]}}))}))},this.getInitial=function(r,s){return t(c,void 0,void 0,(function(){var t,a,o,n,d,u,c,p,h,f,m,g,v;return e(this,(function(e){switch(e.label){case 0:this._isLoading=!0,t=Date.now(),this._fetchRequestTime=t,e.label=1;case 1:return e.trys.push([1,12,13,14]),a=s?this._page:1,o=this._limit,!this.isFilterable||this.filters?[3,3]:[4,this.getFilters()];case 2:e.sent(),e.label=3;case 3:return this.applyQueryParamFilters(r),this.isSearch&&!this.hasAppliedfilter?(this.data=[],this._page=1,this._minPage=1,this._count=0,this._initialized=!0,[2,!0]):(n=void 0,this.isStatic?(a=void 0,o=200,[3,10]):[3,4]);case 4:return this.isDiscounted?(a=1,o=10,[3,10]):[3,5];case 5:return this.isRecommended?(a=1,o=10,[3,10]):[3,6];case 6:return this.isLastViewed?this.isBrowser()?[4,this.waitForCustomerStoreInit()]:[3,9]:[3,10];case 7:return e.sent(),[4,_.getInstance().customerStore.getLastViewedProducts()];case 8:return(d=e.sent())&&d.length?(n=d.map((function(t){return t.productId})),[3,10]):[2];case 9:return[2];case 10:return[4,this.searchProducts(a||1,o||10,n)];case 11:return(u=e.sent())&&this._fetchRequestTime===t?(c=[],this.isStatic||this.isLastViewed?(p=this.isStatic?this._productListPropValue.productIds:_.getInstance().customerStore._lastViewedProducts,c=(null==p?void 0:p.map((function(t){var e,r,s=null===(r=null===(e=u.data)||void 0===e?void 0:e.data)||void 0===r?void 0:r.find((function(e){return e.id===t.productId})),a=null==s?void 0:s.variants.find((function(e){return e.id===t.variantId}));if((null==a?void 0:a.isActive)||(a=null==s?void 0:s.variants.find((function(t){return t.isActive}))),s&&a)return new l(i(i({},s),{selectedVariantValues:a.variantValues}))})).filter((function(t){return!!t})))||[]):c=(null===(m=null===(f=u.data)||void 0===f?void 0:f.data)||void 0===m?void 0:m.map((function(t){var e=t.variants.find((function(t){return t.isActive}));return new l(i(i({},t),{selectedVariantValues:(e||t.variants[0]).variantValues}))})))||[],this.applyFacets(null===(g=u.data)||void 0===g?void 0:g.facets),this.data=c,this._count=(null===(v=u.data)||void 0===v?void 0:v.count)||0,this._initialized=!0,this._page=a||1,this._minPage=this.page,s||(this._infiniteScrollPage=null),this.handleListingEvent(),[2,!0]):[2];case 12:return h=e.sent(),console.log(h),[3,14];case 13:return t===this._fetchRequestTime&&(this._isLoading=!1),[7];case 14:return[2]}}))}))},this.getPrev=function(){return t(c,void 0,void 0,(function(){var t,r,s,a,o,n,d;return e(this,(function(e){switch(e.label){case 0:if(this.isStatic||this.isDiscounted||this.isRecommended||this.isLastViewed||this._isLoading||!this.hasPrev)return[2];this._isLoading=!0,e.label=1;case 1:return e.trys.push([1,3,4,5]),t=this._minPage-1,[4,this.searchProducts(t,this.limit)];case 2:return(r=e.sent())?(s=null===(n=null===(o=r.data)||void 0===o?void 0:o.data)||void 0===n?void 0:n.map((function(t){var e=t.variants.find((function(t){return t.isActive}));return new l(i(i({},t),{selectedVariantValues:(e||t.variants[0]).variantValues}))})),this.data=(null==s?void 0:s.concat(this.data))||this.data,this._count=(null===(d=r.data)||void 0===d?void 0:d.count)||this._count,this._minPage=t,[3,5]):[2];case 3:return a=e.sent(),console.log(a),[3,5];case 4:return this._isLoading=!1,[7];case 5:return[2]}}))}))},this.getNext=function(){return t(c,void 0,void 0,(function(){var t,r,s,a,o,n;return e(this,(function(e){switch(e.label){case 0:if(this.isStatic||this.isDiscounted||this.isRecommended||this.isLastViewed||this._isLoading||!this.hasNext)return[2];this._isLoading=!0,e.label=1;case 1:return e.trys.push([1,3,4,5]),[4,this.searchProducts(this.page+1,this.limit)];case 2:return(t=e.sent())?(r=null===(o=null===(a=t.data)||void 0===a?void 0:a.data)||void 0===o?void 0:o.map((function(t){var e=t.variants.find((function(t){return t.isActive}));return new l(i(i({},t),{selectedVariantValues:(e||t.variants[0]).variantValues}))})),this.data=this.data.concat(r||[]),this._count=(null===(n=t.data)||void 0===n?void 0:n.count)||this._count,this._page=this.page+1,[3,5]):[2];case 3:return s=e.sent(),console.log(s),[3,5];case 4:return this._isLoading=!1,[7];case 5:return[2]}}))}))},this.getPage=function(r){return t(c,void 0,void 0,(function(){var t,s,a,o,n,d;return e(this,(function(e){switch(e.label){case 0:if(this._isLoading||this.isStatic||this.isDiscounted||this.isRecommended||this.isLastViewed)return[2];this._isLoading=!0,e.label=1;case 1:return e.trys.push([1,3,4,5]),[4,this.searchProducts(r,this.limit)];case 2:return(t=e.sent())?(s=null===(n=null===(o=t.data)||void 0===o?void 0:o.data)||void 0===n?void 0:n.map((function(t){var e=t.variants.find((function(t){return t.isActive}));return new l(i(i({},t),{selectedVariantValues:(e||t.variants[0]).variantValues}))})),this.data=s||[],this._count=(null===(d=t.data)||void 0===d?void 0:d.count)||0,this._page=r,this._minPage=r,[3,5]):[2];case 3:return a=e.sent(),console.log(a),[3,5];case 4:return this._isLoading=!1,[7];case 5:return[2]}}))}))},this.setVisibleInfiniteScrollPage=function(t){var e;c._infiniteScrollPage!==t&&(c._infiniteScrollPage=t,g.getIsEditor()||null===(e=c.router)||void 0===e||e.replace("".concat(location.pathname).concat(c.filterQueryParams?"?"+c.filterQueryParams:""),void 0,{shallow:!0}))},this.searchDebouncer=s((function(){c.applyFilters()}),500),this.searchAnalyticsDebouncer=s((function(){v.search(c._searchKeyword)}),1e3);var p=a,h=a;if(this.data=a.data?a.data.map((function(t){return new l(t)})):[],this._type=p.type||h._type||p.productListPropValue.productListType||h._productListPropValue.productListType||y.ALL,this._pageType=a.pageType,this._sort=a.sort||a.productListPropValue.initialSort||I.LAST_ADDED,this._limit=a.limit||p.productListPropValue.initialLimit||h._productListPropValue.initialLimit||20,this._page=a.page||1,this._minPage=a.minPage||null,this._count=a.count||0,this._searchKeyword=a.searchKeyword||"",this._productListPropValue=p.productListPropValue||h._productListPropValue,this._filterBrandId=p.filterBrandId||h._filterBrandId||null,this._filterCategoryId=p.filterCategoryId||h._filterCategoryId||null,this._relatedProductData=p.relatedProductData||h._relatedProductData||null,this._recommendFor=p.recommendFor||h._recommendFor,this.filters=a.filters?a.filters.map((function(t){return new u(t,c)})):null,this._filterCategories=a.filterCategories?a.filterCategories.map((function(t){return new d(t)})):null,this.pageSpecificData=p.pageSpecificData||h.pageSpecificData||null,this.router=n,r(this,{router:!1}),this.setPageSpecificSort(),this.isBrowser())if(this.restoreInfiniteScrollPage(),location.search&&(this.isFilterable||this._type===y.SEARCH)){var f=this.getQueryParams();this.getInitial(f,this._page>1)}else this._page>1?this.getInitial(void 0,!0):this.isLastViewed?this.getInitial():this.handleListingEvent()}return Object.defineProperty(S.prototype,"sort",{get:function(){return this._sort},enumerable:!1,configurable:!0}),Object.defineProperty(S.prototype,"limit",{get:function(){return this._limit},enumerable:!1,configurable:!0}),Object.defineProperty(S.prototype,"pageType",{get:function(){return this._pageType},enumerable:!1,configurable:!0}),Object.defineProperty(S.prototype,"page",{get:function(){return this._page},enumerable:!1,configurable:!0}),Object.defineProperty(S.prototype,"minPage",{get:function(){return this._minPage||1},enumerable:!1,configurable:!0}),Object.defineProperty(S.prototype,"count",{get:function(){return this._count},enumerable:!1,configurable:!0}),Object.defineProperty(S.prototype,"pageCount",{get:function(){return Math.ceil(this._count/this._limit)},enumerable:!1,configurable:!0}),Object.defineProperty(S.prototype,"searchKeyword",{get:function(){return this._searchKeyword},set:function(t){t!==this._searchKeyword&&(this._searchKeyword=t,this.searchDebouncer(),this.searchAnalyticsDebouncer())},enumerable:!1,configurable:!0}),Object.defineProperty(S.prototype,"isInitialized",{get:function(){return this._initialized},enumerable:!1,configurable:!0}),Object.defineProperty(S.prototype,"isFilterable",{get:function(){return this._type===y.ALL||this._type===y.CATEGORY},enumerable:!1,configurable:!0}),Object.defineProperty(S.prototype,"isFiltered",{get:function(){var t,e;return(null===(t=this.filters)||void 0===t?void 0:t.some((function(t){return!!t.valueList.length})))||!!this._searchKeyword||this._pageType!==o.CATEGORY&&(!!this._filterCategoryId||(null===(e=this._filterCategories)||void 0===e?void 0:e.some((function(t){return t.isSelected}))))},enumerable:!1,configurable:!0}),Object.defineProperty(S.prototype,"isStatic",{get:function(){return this._type===y.STATIC},enumerable:!1,configurable:!0}),Object.defineProperty(S.prototype,"isDiscounted",{get:function(){return this._type===y.DISCOUNTED},enumerable:!1,configurable:!0}),Object.defineProperty(S.prototype,"isRecommended",{get:function(){return this._type===y.RECOMMENDED},enumerable:!1,configurable:!0}),Object.defineProperty(S.prototype,"isLastViewed",{get:function(){return this._type===y.LAST_VIEWED},enumerable:!1,configurable:!0}),Object.defineProperty(S.prototype,"isRelatedProducts",{get:function(){return this._type===y.RELATED_PRODUCTS},enumerable:!1,configurable:!0}),Object.defineProperty(S.prototype,"isSearch",{get:function(){return this._type===y.SEARCH},enumerable:!1,configurable:!0}),Object.defineProperty(S.prototype,"hasPrev",{get:function(){return!(this.isStatic||this.isDiscounted||this.isRecommended||!this._minPage)&&this._minPage>1},enumerable:!1,configurable:!0}),Object.defineProperty(S.prototype,"hasNext",{get:function(){return!(this.isStatic||this.isDiscounted||this.isRecommended)&&this.page*this.limit<this.count},enumerable:!1,configurable:!0}),Object.defineProperty(S.prototype,"isLoading",{get:function(){return this._isLoading},enumerable:!1,configurable:!0}),Object.defineProperty(S.prototype,"filterQueryParams",{get:function(){var t,e,i,r,s=this,a={};if(null===(t=this.filters)||void 0===t||t.forEach((function(t){t.keyList.length&&(a[t.key]=t.keyList)})),this._searchKeyword&&(a.s=this._searchKeyword),this._infiniteScrollPage&&(a.page=this._infiniteScrollPage),this._pageType!==o.CATEGORY){var n=null===(e=this.filterCategories)||void 0===e?void 0:e.filter((function(t){return t.isSelected}));if(!!(null==n?void 0:n.length))a.c=null==n?void 0:n.map((function(t){return t.slug}));else if(this._filterCategoryId){var d=null===(r=null===(i=this.filterCategories)||void 0===i?void 0:i.find((function(t){return t.id===s._filterCategoryId})))||void 0===r?void 0:r.slug;d&&(a.c=d)}}return h.stringify(a,{arrayFormat:"comma"})},enumerable:!1,configurable:!0}),Object.defineProperty(S.prototype,"filterCategories",{get:function(){var t;return null===(t=this._filterCategories)||void 0===t?void 0:t.filter((function(t){return 0!==t.resultCount}))},enumerable:!1,configurable:!0}),Object.defineProperty(S.prototype,"hasAppliedfilter",{get:function(){var t;return!!this._searchKeyword||(null===(t=this.filters)||void 0===t?void 0:t.some((function(t){return!!t.valueList.length})))},enumerable:!1,configurable:!0}),Object.defineProperty(S.prototype,"isFeaturedSortEnabled",{get:function(){var t;return(null===(t=this.pageSpecificData)||void 0===t?void 0:t.orderType)===a.MANUALLY&&[y.ALL,y.CATEGORY].includes(this._type)},enumerable:!1,configurable:!0}),S.prototype.setPageSpecificSort=function(){var t;if((null===(t=this.pageSpecificData)||void 0===t?void 0:t.orderType)&&[y.ALL].includes(this._type))switch(this.pageSpecificData.orderType){case a.HIGHEST_DISCOUNT_RATIO:this._sort=I.DECRASING_DISCOUNT;break;case a.LOWEST_DISCOUNT_RATIO:this._sort=I.INCREASING_DISCOUNT;break;case a.HIGHEST_PRICE:this._sort=I.DECREASING_PRICE;break;case a.LOWEST_PRICE:this._sort=I.INCREASING_PRICE;break;case a.NEWEST:this._sort=I.LAST_ADDED;break;case a.OLDEST:this._sort=I.FIRST_ADDED;break;case a.MANUALLY:this._sort=I.FEATURED}},S.prototype.getSortParams=function(){var t,e;switch(this._sort){case I.INCREASING_PRICE:t=f.ASC,e=m.PRICE;break;case I.DECREASING_PRICE:t=f.DESC,e=m.PRICE;break;case I.FIRST_ADDED:t=f.ASC,e=m.CREATED_AT;break;case I.LAST_ADDED:t=f.DESC,e=m.CREATED_AT;break;case I.INCREASING_DISCOUNT:t=f.ASC,e=m.DISCOUNT_RATIO;break;case I.DECRASING_DISCOUNT:t=f.DESC,e=m.DISCOUNT_RATIO;break;case I.FEATURED:if(this.isSearch)return;t=f.ASC,e=m.MANUAL_SORT;break;case I.DEFAULT:t=void 0,e=void 0}if(t&&e)return{direction:t,type:e}},S.prototype.searchProducts=function(i,r,s){var a,d,u;return t(this,void 0,void 0,(function(){var t,l,h,f;return e(this,(function(e){switch(e.label){case 0:return t=[],l=[],null===(a=this.filters)||void 0===a||a.forEach((function(e){e.valueList.length&&t.push(new c({id:e.id,type:e.type,displayType:e.displayType,valueList:e.valueList})),e.isFacetFilter&&l.push({id:e.id,type:e.type,displayType:e.displayType})})),h=null===(d=this._filterCategories)||void 0===d?void 0:d.filter((function(t){return t.isSelected})).map((function(t){return t.id})),f=this.getSortParams(),this.isRelatedProducts&&this._relatedProductData?[4,p.getRelatedProducts({priceListId:g.getPriceListId(),salesChannelId:g.getSalesChannelId(),productId:this._relatedProductData.productId,brandIds:this._relatedProductData.brandIds,categoryIds:this._relatedProductData.categoryIds})]:[3,2];case 1:case 3:return[2,e.sent()];case 2:return[4,p.searchProducts({input:{page:i,perPage:r,productIdList:this.isStatic?null===(u=this._productListPropValue.productIds)||void 0===u?void 0:u.map((function(t){return t.productId})):s,filterList:t,facetList:l,brandId:this._pageType===o.BRAND&&this._type!==y.SEARCH?this._filterBrandId:void 0,categoryIdList:h&&h.length?h:this._filterCategoryId?[this._filterCategoryId]:void 0,priceListId:g.getPriceListId(),salesChannelId:g.getSalesChannelId(),query:this._searchKeyword,order:this._type===y.SEARCH?[]:f?[f]:[],showStockOption:g.getStockPreference()||n.SHOW_ALL}})]}}))}))},S.prototype.getFilters=function(){var i,r,s;return t(this,void 0,void 0,(function(){var t,a,n=this;return e(this,(function(e){switch(e.label){case 0:return[4,p.getProductFilterData({categoryId:this._filterCategoryId?this._filterCategoryId:void 0})];case 1:return t=e.sent(),this.filters=null===(i=null==t?void 0:t.data)||void 0===i?void 0:i.filters.map((function(t){return new u(t,n)})),this._filterCategories=null===(r=null==t?void 0:t.data)||void 0===r?void 0:r.categories,this.pageType!==o.CATEGORY&&this._filterCategoryId&&(a=null===(s=this._filterCategories)||void 0===s?void 0:s.find((function(t){return t.id===n._filterCategoryId})))&&(a.isSelected=!0),this.filters&&this.filters.sort((function(t,e){return t.order>e.order?1:-1})),[2]}}))}))},S.prototype.applyQueryParamFilters=function(t){var e,i=this;try{null==t||t.forEach((function(t,e){var r,s=null===(r=i.filters)||void 0===r?void 0:r.find((function(t){return t.key===e}));s&&s.applyQueryParam(t)}));var r=null==t?void 0:t.get("s");if(r&&(this._searchKeyword=r),this._pageType!==o.CATEGORY){var s=null==t?void 0:t.get("c"),a=null==s?void 0:s.split(",");a&&a.length&&(null===(e=this.filterCategories)||void 0===e||e.forEach((function(t){t.isSelected=a.some((function(e){return e===t.slug}))})))}}catch(t){console.log(t)}},S.prototype.applyFacets=function(t){var e,i;null===(e=this.filters)||void 0===e||e.forEach((function(e){var i,r,s,a=null==t?void 0:t.find((function(t){return t.id===e.id}));a?null===(i=e.values)||void 0===i||i.forEach((function(t){var i=a.values.find((function(e){return e.id===t.id}));i?t.resultCount=i.count:e.isCustomValueFilter?t.resultCount=null:t.resultCount=0})):e.isCustomValueFilter?null===(r=e.values)||void 0===r||r.forEach((function(t){return t.resultCount=null})):null===(s=e.values)||void 0===s||s.forEach((function(t){return t.resultCount=0}))}));var r=null==t?void 0:t.find((function(t){return"category"===t.id}));r&&(null===(i=this._filterCategories)||void 0===i||i.forEach((function(t){var e=r.values.find((function(e){return e.id===t.id}));t.resultCount=e?e.count:0})))},S.prototype.clearFilters=function(){var t,e;null===(t=this.filters)||void 0===t||t.forEach((function(t){return t.clear()})),this._searchKeyword="",this._pageType!==o.CATEGORY&&(this._filterCategoryId=void 0),null===(e=this._filterCategories)||void 0===e||e.forEach((function(t){return t.isSelected=!1})),this.applyFilters()},S.prototype.setSortType=function(i){return t(this,void 0,void 0,(function(){return e(this,(function(t){switch(t.label){case 0:return this._sort=i,[4,this.getInitial()];case 1:return t.sent(),[2]}}))}))},S.prototype.onFilterCategoryClick=function(i,r){var s,a;return void 0===r&&(r=!1),t(this,void 0,void 0,(function(){return e(this,(function(t){switch(t.label){case 0:return r?(null===(s=this._filterCategories)||void 0===s||s.forEach((function(t){t.id===i.id&&(t.isSelected=!t.isSelected)})),[4,this.applyFilters()]):[3,2];case 1:return t.sent(),[3,3];case 2:g.getIsEditor()||null===(a=_.getInstance().router)||void 0===a||a.push(i.href+(this.filterQueryParams?"?"+this.filterQueryParams:"")),t.label=3;case 3:return[2]}}))}))},S.prototype.toJSON=function(){return{data:this.data,type:this._type,pageType:this._pageType,sort:this._sort,limit:this._limit,page:this._page,count:this._count,searchKeyword:this._searchKeyword,initialized:this._initialized,minPage:this._minPage,filterBrandId:this._filterBrandId,filterCategoryId:this._filterCategoryId,filterCategories:this._filterCategories,filters:this.filters,recommendFor:this._recommendFor,productListPropValue:this._productListPropValue,pageSpecificData:this.pageSpecificData}},S.prototype.restoreInfiniteScrollPage=function(){var t=this.getQueryParams(),e=null==t?void 0:t.get("page");if(e){var i=parseInt(e);isNaN(i)||(this._page=i,this._infiniteScrollPage=i)}},S.prototype.getQueryParams=function(){if(this.isBrowser())return new URLSearchParams(location.search)},S.prototype.isBrowser=function(){return"undefined"!=typeof window},S.prototype.waitForCustomerStoreInit=function(){return new Promise((function(t){var e=setInterval((function(){_.getInstance().customerStore.initialized&&(clearInterval(e),t(null))}),1e3)}))},S.prototype.handleListingEvent=function(){this.searchKeyword&&this.data.length?v.viewSearchResults(this._searchKeyword,this.data):this.data.length&&this._type===y.ALL&&v.viewListing(this.data)},S}();!function(t){t.ALL="ALL",t.STATIC="STATIC",t.DISCOUNTED="DISCOUNTED",t.RECOMMENDED="RECOMMENDED",t.CATEGORY="CATEGORY",t.SEARCH="SEARCH",t.LAST_VIEWED="LAST_VIEWED",t.RELATED_PRODUCTS="RELATED_PRODUCTS"}(y||(y={})),function(t){t.INCREASING_PRICE="INCREASING_PRICE",t.DECREASING_PRICE="DECREASING_PRICE",t.LAST_ADDED="LAST_ADDED",t.FIRST_ADDED="FIRST_ADDED",t.INCREASING_DISCOUNT="INCREASING_DISCOUNT",t.DECRASING_DISCOUNT="DECRASING_DISCOUNT",t.FEATURED="FEATURED",t.DEFAULT="DEFAULT"}(I||(I={})),function(t){t.CATEGORY="CATEGORY",t.BRAND="BRAND"}(S||(S={}));export{b as IkasProductList,I as IkasProductListSortType,y as IkasProductListType,S as IkasRelatedProductsType};
@@ -7,9 +7,10 @@ import { IkasPageComponentPropValue, IkasSimplePageComponentPropValue, IkasAttri
7
7
  import { IkasThemeJsonComponent } from "@ikas/storefront-models";
8
8
  export declare class IkasPageDataInit {
9
9
  static pageSpecificData: any;
10
+ static flatCustomDataList: IkasThemeJsonCustomData[];
10
11
  static setPageSpecificData(pageSpecificData: any, pageType: IkasThemeJsonPageType, isBrowser: boolean): void;
11
12
  static isServer(): boolean;
12
- static initPagePropValues(pageComponentPropValues: IkasSimplePageComponentPropValue[] | IkasPageComponentPropValue[], components: IkasThemeJsonComponent[], settings: IkasThemeJsonSettings, isBrowser?: boolean): IkasPageComponentPropValue[];
13
+ static initPagePropValues(pageComponentPropValues: IkasSimplePageComponentPropValue[] | IkasPageComponentPropValue[], components: IkasThemeJsonComponent[], customDataList: IkasThemeJsonCustomData[], settings: IkasThemeJsonSettings, isBrowser?: boolean): IkasPageComponentPropValue[];
13
14
  static initPageComponentPropValue(pageComponentPropValue: IkasSimplePageComponentPropValue | IkasPageComponentPropValue, components: IkasThemeJsonComponent[], settings: IkasThemeJsonSettings, isBrowser?: boolean): IkasPageComponentPropValue;
14
15
  static initPropValue(prop: IkasThemeJsonComponentProp, propValue: any, settings: IkasThemeJsonSettings, isBrowser?: boolean): any;
15
16
  static initBrandPropValue(propValue: IkasBrandPropValueData): any;
@@ -1 +1 @@
1
- import{__assign as e}from'./../ext/tslib/tslib.es6.js';import{renderComponent as t}from"../components/page/index.js";import{IkasAttributeList as i}from"../models/ui/product-attribute-list/index.js";import{IkasBlogCategory as a}from"../models/data/blog/category/index.js";import"../models/data/blog/content/index.js";import"../models/data/blog/meta-data/index.js";import"../models/data/blog/tag/index.js";import"mobx";import{IkasBlog as r}from"../models/data/blog/index.js";import{IkasBrand as o}from"../models/data/brand/index.js";import{IkasThemeJsonPageType as n,IkasThemeJsonComponentPropType as s}from"@ikas/storefront-models";import"../models/data/campaign-offer/index.js";import"../models/data/cart/campaign-offer/index.js";import"../models/data/cart/index.js";import"../models/data/category/path-item/index.js";import{IkasCategory as u}from"../models/data/category/index.js";import"../models/data/checkout/index.js";import"../models/data/checkout-settings/index.js";import"../models/data/city/index.js";import"../models/data/country/index.js";import"../models/data/customer/address/index.js";import"../models/data/customer/attribute/index.js";import"../models/data/customer/review/summary/index.js";import"../models/data/customer/review/index.js";import"../models/data/customer/index.js";import"../models/data/district/index.js";import"../models/data/favorite-product/index.js";import"../models/data/filter-category/index.js";import"../models/data/html-meta-data/index.js";import{IkasImage as l}from"../models/data/image/index.js";import"../models/data/order/address/index.js";import"../models/data/order/line-item/option/value/index.js";import"../models/data/order/line-item/variant/value/index.js";import"../models/data/order/line-item/variant/index.js";import"../models/data/order/line-item/index.js";import"../models/data/order/package/index.js";import"../models/data/order/index.js";import"../models/data/payment-gateway/index.js";import"../models/data/product/attribute-value/index.js";import"../models/data/product/filter/index.js";import"../models/data/product/option-set/option/index.js";import"../models/data/product/option-set/index.js";import"../models/data/product/variant/price/index.js";import"../models/data/product/variant/index.js";import"../models/data/variant-type/index.js";import{IkasProduct as p}from"../models/data/product/index.js";import{IkasRaffle as d}from"../models/data/raffle/index.js";import"../models/data/state/index.js";import"../models/data/theme-json/index.js";import{IkasThemeJsonCustomData as m}from"../models/data/theme-json/custom-data/index.js";import{IkasThemeJsonPageComponent as c}from"../models/data/theme-json/page/component/index.js";import"../models/data/variant-type/variant-value/index.js";import{IkasBlogList as f}from"../models/ui/blog-list/index.js";import{IkasBlogCategoryList as P}from"../models/ui/blog-category-list/index.js";import{IkasBrandList as g}from"../models/ui/brand-list/index.js";import{IkasCategoryList as V}from"../models/ui/category-list/index.js";import{IkasNavigationLink as L}from"../models/ui/navigation-link/index.js";import{IkasProductList as v}from"../models/ui/product-list/index.js";import{IkasAttributeDetail as j}from"../models/ui/product-attribute-detail/index.js";import"../models/ui/customer-review-list/index.js";import"../models/ui/customer-review-summary-list/index.js";import"../models/ui/validator/index.js";import"../models/ui/validator/rules/index.js";import"../models/ui/validator/form/login.js";import"../models/ui/validator/form/address.js";import"../models/ui/validator/form/register.js";import"../models/ui/validator/form/contact-form.js";import"../models/ui/validator/form/forgot-password.js";import"../models/ui/validator/form/recover-password.js";import"../models/ui/validator/form/account-info.js";import"../models/ui/validator/form/raffle-form.js";import"../models/ui/validator/form/customer-review.js";import{IkasComponentRenderer as D}from"../models/ui/component-renderer/index.js";import{IkasRaffleList as h}from"../models/ui/raffle-list/index.js";import{IkasPageComponentPropValue as x,getPlaceholderBrand as T,getPlaceholderCategory as C,getPlaceholderProduct as S,getPlaceholderBlog as w,getPlaceholderBlogCategory as I,getPlaceholderRaffle as b}from"@ikas/storefront-providers";import{IkasBaseStore as y}from"../store/base.js";import"../store/customer/index.js";import"../store/cart/index.js";var _=function(){function _(){}return _.setPageSpecificData=function(t,i,o){if(t)switch(i){case n.PRODUCT:var s=t;_.pageSpecificData=new p(e(e({},s),{selectedVariantValues:s.selectedVariantValues||s.variants[0].variantValues})),o&&this._initProductOnBrowser(_.pageSpecificData);break;case n.CATEGORY:var l=t;_.pageSpecificData=new u(l);break;case n.BRAND:var m=t;_.pageSpecificData=new u(m);break;case n.BLOG:var c=t;_.pageSpecificData=new r(c);break;case n.BLOG_CATEGORY:var f=t;_.pageSpecificData=new a(f);break;case n.RAFFLE_DETAIL:var P=t;_.pageSpecificData=new d(P)}else this.pageSpecificData=void 0},_.isServer=function(){return"undefined"==typeof window},_.initPagePropValues=function(e,t,i,a){return e.map((function(e){return _.initPageComponentPropValue(e,t,i,a)}))},_.initPageComponentPropValue=function(t,i,a,r){var o=i.find((function(e){return e.id===t.pageComponent.componentId})),n=null==o?void 0:o.props,s={};return null==n||n.map((function(e){var i=t.propValues[e.name];s[e.name]=_.initPropValue(e,i,a,r)})),new x(e(e({},t),{pageComponent:new c(e(e({},t.pageComponent),{propValues:s,componentId:o.id})),component:o,propValues:s}))},_.initPropValue=function(e,t,i,a){if(null==t)return null;switch(e.type){case s.IMAGE:return _.initImagePropValue(t);case s.IMAGE_LIST:return _.initImageListPropValue(t);case s.BRAND:return _.initBrandPropValue(t);case s.BRAND_LIST:return _.initBrandListPropValue(t);case s.CATEGORY:return _.initCategoryPropValue(t);case s.CATEGORY_LIST:return _.initCategoryListPropValue(t);case s.PRODUCT_LIST:return _.initProductListPropValue(t);case s.PRODUCT_DETAIL:return _.initProductPropValue(t);case s.PRODUCT_ATTRIBUTE:return _.initAttributePropValue(t);case s.PRODUCT_ATTRIBUTE_LIST:return _.initAttributeListPropValue(t);case s.LINK:case s.LIST_OF_LINK:return _.initLinkPropValue(t);case s.COMPONENT:return _.initComponentPropValue(t,i,a);case s.COMPONENT_LIST:return _.initComponentListPropValue(t,i,a);case s.CUSTOM:return _.initCustomDataPropValue(t,i,a);case s.BLOG:return _.initBlogPropValue(t);case s.BLOG_LIST:return _.initBlogListPropValue(t);case s.BLOG_CATEGORY:return _.initBlogCategoryPropValue(t);case s.BLOG_LIST:return _.initBlogCategoryListPropValue(t);case s.RAFFLE:return _.initRafflePropValue(t);case s.RAFFLE_LIST:return _.initRaffleListPropValue(t);case s.SLIDER:return _.initSliderPropValue(t);default:return t}},_.initBrandPropValue=function(e){return e.brandPropValue.usePageData&&this.pageSpecificData?this.pageSpecificData:e.brand?new o(e.brand):T()},_.initBrandListPropValue=function(e){return new g(e)},_.initCategoryPropValue=function(e){return e.categoryPropValue.usePageData&&this.pageSpecificData?this.pageSpecificData:e.category?new u(e.category):C()},_.initCategoryListPropValue=function(e){return new V(e)},_.initProductListPropValue=function(e){return new v(e,y.getInstance().router)},_.initProductPropValue=function(t){var i=new p(S());if(t.productDetailPropValue.usePageData&&this.pageSpecificData)i=this.pageSpecificData;else if(t.productDetail){var a=t.productDetail;i=new p(e(e({},a),{selectedVariantValues:a.selectedVariantValues}))}return i},_._initProductOnBrowser=function(e){var t=new URLSearchParams(window.location.search),i=t.get("vid");if(i){var a=e.variants.find((function(e){return e.id===i}));a&&(e.selectedVariantValues=a.variantValues)}else{var r=e.variantTypes.map((function(e){return e.variantType.slug})),o=[];r.forEach((function(i,a){var r=e.variantTypes[a],n=t.get(i);if(n){var s=r.variantType.values.find((function(e){return e.slug===n}));s&&o.push(s)}})),o.length===e.selectedVariantValues.length&&(e.selectedVariantValues=o)}},_.initAttributePropValue=function(t){var i=null;if(t.attributePropValue.usePageData&&this.pageSpecificData)i=this.pageSpecificData;else if(t.productDetail){var a=t.productDetail;i=new p(e(e({},a),{selectedVariantValues:a.selectedVariantValues}))}return new j(i,t.attributePropValue)},_.initAttributeListPropValue=function(t){var a=null;if(t.attributeListPropValue.usePageData&&this.pageSpecificData)a=this.pageSpecificData;else if(t.productDetail){var r=t.productDetail;a=new p(e(e({},r),{selectedVariantValues:r.selectedVariantValues}))}return new i(a,t.attributeListPropValue)},_.initLinkPropValue=function(e){return Array.isArray(e)?e.map((function(e){return new L(e.href,e.label,e.subLinks,e.isExternal||void 0)})):e?new L(e.href,e.label,e.subLinks,e.isExternal||void 0):void 0},_.initImagePropValue=function(e){return new l(e)},_.initImageListPropValue=function(e){return e.map((function(e){return new l(e)}))},_.initCustomDataPropValue=function(e,t,i){if(e&&e.value&&e.customData)return this._initCustomDataPropValue(e,new m(e.customData),t,i)},_._initCustomDataPropValue=function(e,t,i,a){var r=this;if(!e)return null;var o=e.value;if(null==o)return null;switch(t.type){case s.BRAND:return this.initBrandPropValue(o);case s.BRAND_LIST:return this.initBrandListPropValue(o);case s.CATEGORY_LIST:return this.initCategoryListPropValue(o);case s.CATEGORY:return this.initCategoryPropValue(o);case s.IMAGE_LIST:return this.initImageListPropValue(o);case s.IMAGE:return this.initImagePropValue(o);case s.LINK:return this.initLinkPropValue(o);case s.PRODUCT_DETAIL:return this.initProductPropValue(o);case s.PRODUCT_LIST:return this.initProductListPropValue(o);case s.PRODUCT_ATTRIBUTE:return this.initAttributePropValue(o);case s.PRODUCT_ATTRIBUTE_LIST:return this.initAttributeListPropValue(o);case s.BLOG:return this.initBlogPropValue(o);case s.BLOG_LIST:return this.initBlogListPropValue(o);case s.BLOG_CATEGORY:return this.initBlogCategoryPropValue(o);case s.BLOG_CATEGORY_LIST:return this.initBlogCategoryListPropValue(o);case s.RAFFLE:return this.initRafflePropValue(o);case s.RAFFLE_LIST:return this.initRaffleListPropValue(o);case s.SLIDER:return this.initSliderPropValue(o);case s.OBJECT:for(var n={},u=0,l=t.nestedData||[];u<l.length;u++){var p=l[u],d=o[p.key],m=void 0;p.customDataId&&(m=d.customData),n[p.key]=this._initCustomDataPropValue(d,m||p,i,a)}return n;case s.DYNAMIC_LIST:case s.STATIC_LIST:try{if(!o||!o.length)return null;var c=[],f=t.nestedData[0];return o.forEach((function(e){var t;f.customDataId&&(t=e.customData),c.push(r._initCustomDataPropValue(e,t||f,i,a))})),c}catch(e){return[]}case s.COMPONENT:return this.initComponentPropValue(o,i,a);case s.COMPONENT_LIST:return this.initComponentListPropValue(o,i,a);default:return o}},_.initComponentPropValue=function(e,t,i){return this._initComponentPropValue(e,t,i)},_._initComponentPropValue=function(e,i,a){var r=e.length?e[0]:void 0;if(r){var o=new x(r),n=_.initPageComponentPropValue(o,[o.component],i,a);if(n)return new D((function(){return t(n,i,-10)}))}},_.initComponentListPropValue=function(e,t,i){return this._initComponentListPropValue(e,t,i)},_._initComponentListPropValue=function(e,i,a){return e&&e.length?e.map((function(e){var r=new x(e),o=_.initPageComponentPropValue(r,[r.component],i,a);return new D((function(){return t(o,i,-1)}))})):[]},_.initBlogPropValue=function(e){return e.blogPropValue.usePageData&&this.pageSpecificData?this.pageSpecificData:e.blog?new r(e.blog):w()},_.initBlogListPropValue=function(e){return new f(e)},_.initBlogCategoryPropValue=function(e){return e.blogCategoryPropValue.usePageData&&this.pageSpecificData?this.pageSpecificData:e.blogCategory?new a(e.blogCategory):I()},_.initBlogCategoryListPropValue=function(e){return new P(e)},_.initRafflePropValue=function(e){return e.rafflePropValue.usePageData&&this.pageSpecificData?this.pageSpecificData:e.raffle?new d(e.raffle):new d(b())},_.initRaffleListPropValue=function(e){return new h(e)},_.initSliderPropValue=function(e){return e},_.pageSpecificData={},_}();export{_ as IkasPageDataInit};
1
+ import{__assign as t}from'./../ext/tslib/tslib.es6.js';import{renderComponent as e}from"../components/page/index.js";import{IkasAttributeList as i}from"../models/ui/product-attribute-list/index.js";import{IkasBlogCategory as a}from"../models/data/blog/category/index.js";import"../models/data/blog/content/index.js";import"../models/data/blog/meta-data/index.js";import"../models/data/blog/tag/index.js";import{IkasBlog as r}from"../models/data/blog/index.js";import{IkasBrand as o}from"../models/data/brand/index.js";import{IkasThemeJsonPageType as n,IkasThemeJsonComponentPropType as s}from"@ikas/storefront-models";import"mobx";import"../models/data/campaign-offer/index.js";import"../models/data/cart/campaign-offer/index.js";import"../models/data/cart/index.js";import"../models/data/category/path-item/index.js";import{IkasCategory as u}from"../models/data/category/index.js";import"../models/data/checkout/index.js";import"../models/data/checkout-settings/index.js";import"../models/data/city/index.js";import"../models/data/country/index.js";import"../models/data/customer/address/index.js";import"../models/data/customer/attribute/index.js";import"../models/data/customer/review/summary/index.js";import"../models/data/customer/review/index.js";import"../models/data/customer/index.js";import"../models/data/district/index.js";import"../models/data/favorite-product/index.js";import"../models/data/filter-category/index.js";import"../models/data/html-meta-data/index.js";import{IkasImage as l}from"../models/data/image/index.js";import"../models/data/order/address/index.js";import"../models/data/order/line-item/option/value/index.js";import"../models/data/order/line-item/variant/value/index.js";import"../models/data/order/line-item/variant/index.js";import"../models/data/order/line-item/index.js";import"../models/data/order/package/index.js";import"../models/data/order/index.js";import"../models/data/payment-gateway/index.js";import"../models/data/product/attribute-value/index.js";import"../models/data/product/filter/index.js";import"../models/data/product/option-set/option/index.js";import"../models/data/product/option-set/index.js";import"../models/data/product/variant/price/index.js";import"../models/data/product/variant/index.js";import"../models/data/variant-type/index.js";import{IkasProduct as p}from"../models/data/product/index.js";import{IkasRaffle as d}from"../models/data/raffle/index.js";import"../models/data/state/index.js";import"../models/data/theme-json/index.js";import"../models/data/theme-json/custom-data/index.js";import{IkasThemeJsonPageComponent as m}from"../models/data/theme-json/page/component/index.js";import"../models/data/variant-type/variant-value/index.js";import{IkasBlogList as c}from"../models/ui/blog-list/index.js";import{IkasBlogCategoryList as f}from"../models/ui/blog-category-list/index.js";import{IkasBrandList as P}from"../models/ui/brand-list/index.js";import{IkasCategoryList as g}from"../models/ui/category-list/index.js";import{IkasNavigationLink as V}from"../models/ui/navigation-link/index.js";import{IkasProductList as L}from"../models/ui/product-list/index.js";import{IkasAttributeDetail as v}from"../models/ui/product-attribute-detail/index.js";import"../models/ui/customer-review-list/index.js";import"../models/ui/customer-review-summary-list/index.js";import"../models/ui/validator/index.js";import"../models/ui/validator/rules/index.js";import"../models/ui/validator/form/login.js";import"../models/ui/validator/form/address.js";import"../models/ui/validator/form/register.js";import"../models/ui/validator/form/contact-form.js";import"../models/ui/validator/form/forgot-password.js";import"../models/ui/validator/form/recover-password.js";import"../models/ui/validator/form/account-info.js";import"../models/ui/validator/form/raffle-form.js";import"../models/ui/validator/form/customer-review.js";import{IkasComponentRenderer as D}from"../models/ui/component-renderer/index.js";import{IkasRaffleList as j}from"../models/ui/raffle-list/index.js";import{IkasPageComponentPropValue as h,getPlaceholderBrand as x,getPlaceholderCategory as C,getPlaceholderProduct as T,getPlaceholderBlog as S,getPlaceholderBlogCategory as I,getPlaceholderRaffle as w}from"@ikas/storefront-providers";import b from"lodash/flatten";import{IkasBaseStore as y}from"../store/base.js";import"../store/customer/index.js";import"../store/cart/index.js";var _=function(){function _(){}return _.setPageSpecificData=function(e,i,o){if(e)switch(i){case n.PRODUCT:var s=e;_.pageSpecificData=new p(t(t({},s),{selectedVariantValues:s.selectedVariantValues||s.variants[0].variantValues})),o&&this._initProductOnBrowser(_.pageSpecificData);break;case n.CATEGORY:var l=e;_.pageSpecificData=new u(l);break;case n.BRAND:var m=e;_.pageSpecificData=new u(m);break;case n.BLOG:var c=e;_.pageSpecificData=new r(c);break;case n.BLOG_CATEGORY:var f=e;_.pageSpecificData=new a(f);break;case n.RAFFLE_DETAIL:var P=e;_.pageSpecificData=new d(P)}else this.pageSpecificData=void 0},_.isServer=function(){return"undefined"==typeof window},_.initPagePropValues=function(t,e,i,a,r){return this.flatCustomDataList=b(i.map((function(t){return t.flat}))),t.map((function(t){return _.initPageComponentPropValue(t,e,a,r)}))},_.initPageComponentPropValue=function(e,i,a,r){var o=i.find((function(t){return t.id===e.pageComponent.componentId})),n=null==o?void 0:o.props,s={};return null==n||n.map((function(t){var i=e.propValues[t.name];s[t.name]=_.initPropValue(t,i,a,r)})),new h(t(t({},e),{pageComponent:new m(t(t({},e.pageComponent),{propValues:s,componentId:o.id})),component:o,propValues:s}))},_.initPropValue=function(t,e,i,a){if(null==e)return null;switch(t.type){case s.IMAGE:return _.initImagePropValue(e);case s.IMAGE_LIST:return _.initImageListPropValue(e);case s.BRAND:return _.initBrandPropValue(e);case s.BRAND_LIST:return _.initBrandListPropValue(e);case s.CATEGORY:return _.initCategoryPropValue(e);case s.CATEGORY_LIST:return _.initCategoryListPropValue(e);case s.PRODUCT_LIST:return _.initProductListPropValue(e);case s.PRODUCT_DETAIL:return _.initProductPropValue(e);case s.PRODUCT_ATTRIBUTE:return _.initAttributePropValue(e);case s.PRODUCT_ATTRIBUTE_LIST:return _.initAttributeListPropValue(e);case s.LINK:case s.LIST_OF_LINK:return _.initLinkPropValue(e);case s.COMPONENT:return _.initComponentPropValue(e,i,a);case s.COMPONENT_LIST:return _.initComponentListPropValue(e,i,a);case s.CUSTOM:return _.initCustomDataPropValue(e,i,a);case s.BLOG:return _.initBlogPropValue(e);case s.BLOG_LIST:return _.initBlogListPropValue(e);case s.BLOG_CATEGORY:return _.initBlogCategoryPropValue(e);case s.BLOG_LIST:return _.initBlogCategoryListPropValue(e);case s.RAFFLE:return _.initRafflePropValue(e);case s.RAFFLE_LIST:return _.initRaffleListPropValue(e);case s.SLIDER:return _.initSliderPropValue(e);default:return e}},_.initBrandPropValue=function(t){return t.brandPropValue.usePageData&&this.pageSpecificData?this.pageSpecificData:t.brand?new o(t.brand):x()},_.initBrandListPropValue=function(t){return new P(t)},_.initCategoryPropValue=function(t){return t.categoryPropValue.usePageData&&this.pageSpecificData?this.pageSpecificData:t.category?new u(t.category):C()},_.initCategoryListPropValue=function(t){return new g(t)},_.initProductListPropValue=function(t){return new L(t,y.getInstance().router)},_.initProductPropValue=function(e){var i=new p(T());if(e.productDetailPropValue.usePageData&&this.pageSpecificData)i=this.pageSpecificData;else if(e.productDetail){var a=e.productDetail;i=new p(t(t({},a),{selectedVariantValues:a.selectedVariantValues}))}return i},_._initProductOnBrowser=function(t){var e=new URLSearchParams(window.location.search),i=e.get("vid");if(i){var a=t.variants.find((function(t){return t.id===i}));a&&(t.selectedVariantValues=a.variantValues)}else{var r=t.variantTypes.map((function(t){return t.variantType.slug})),o=[];r.forEach((function(i,a){var r=t.variantTypes[a],n=e.get(i);if(n){var s=r.variantType.values.find((function(t){return t.slug===n}));s&&o.push(s)}})),o.length===t.selectedVariantValues.length&&(t.selectedVariantValues=o)}},_.initAttributePropValue=function(e){var i=null;if(e.attributePropValue.usePageData&&this.pageSpecificData)i=this.pageSpecificData;else if(e.productDetail){var a=e.productDetail;i=new p(t(t({},a),{selectedVariantValues:a.selectedVariantValues}))}return new v(i,e.attributePropValue)},_.initAttributeListPropValue=function(e){var a=null;if(e.attributeListPropValue.usePageData&&this.pageSpecificData)a=this.pageSpecificData;else if(e.productDetail){var r=e.productDetail;a=new p(t(t({},r),{selectedVariantValues:r.selectedVariantValues}))}return new i(a,e.attributeListPropValue)},_.initLinkPropValue=function(t){return Array.isArray(t)?t.map((function(t){return new V(t.href,t.label,t.subLinks,t.isExternal||void 0)})):t?new V(t.href,t.label,t.subLinks,t.isExternal||void 0):void 0},_.initImagePropValue=function(t){return new l(t)},_.initImageListPropValue=function(t){return t.map((function(t){return new l(t)}))},_.initCustomDataPropValue=function(t,e,i){if(t&&t.value&&t.customDataId){var a=this.flatCustomDataList.find((function(e){return e.id===t.customDataId}));if(a)return this._initCustomDataPropValue(t,a,e,i)}},_._initCustomDataPropValue=function(t,e,i,a){var r=this;if(!t)return null;var o=t.value;if(null==o)return null;switch(e.type){case s.BRAND:return this.initBrandPropValue(o);case s.BRAND_LIST:return this.initBrandListPropValue(o);case s.CATEGORY_LIST:return this.initCategoryListPropValue(o);case s.CATEGORY:return this.initCategoryPropValue(o);case s.IMAGE_LIST:return this.initImageListPropValue(o);case s.IMAGE:return this.initImagePropValue(o);case s.LINK:return this.initLinkPropValue(o);case s.PRODUCT_DETAIL:return this.initProductPropValue(o);case s.PRODUCT_LIST:return this.initProductListPropValue(o);case s.PRODUCT_ATTRIBUTE:return this.initAttributePropValue(o);case s.PRODUCT_ATTRIBUTE_LIST:return this.initAttributeListPropValue(o);case s.BLOG:return this.initBlogPropValue(o);case s.BLOG_LIST:return this.initBlogListPropValue(o);case s.BLOG_CATEGORY:return this.initBlogCategoryPropValue(o);case s.BLOG_CATEGORY_LIST:return this.initBlogCategoryListPropValue(o);case s.RAFFLE:return this.initRafflePropValue(o);case s.RAFFLE_LIST:return this.initRaffleListPropValue(o);case s.SLIDER:return this.initSliderPropValue(o);case s.OBJECT:for(var n={},u=function(t){var e=o[t.key],r=void 0;t.customDataId&&(r=l.flatCustomDataList.find((function(t){return t.id===e.customDataId}))),n[t.key]=l._initCustomDataPropValue(e,r||t,i,a)},l=this,p=0,d=e.nestedData||[];p<d.length;p++){u(d[p])}return n;case s.DYNAMIC_LIST:case s.STATIC_LIST:try{if(!o||!o.length)return null;var m=[],c=e.nestedData[0];return o.forEach((function(t){var e;c.customDataId&&(e=t.customData),m.push(r._initCustomDataPropValue(t,e||c,i,a))})),m}catch(t){return[]}case s.COMPONENT:return this.initComponentPropValue(o,i,a);case s.COMPONENT_LIST:return this.initComponentListPropValue(o,i,a);default:return o}},_.initComponentPropValue=function(t,e,i){return this._initComponentPropValue(t,e,i)},_._initComponentPropValue=function(t,i,a){var r=t.length?t[0]:void 0;if(r){var o=new h(r),n=_.initPageComponentPropValue(o,[o.component],i,a);if(n)return new D((function(){return e(n,i,-10)}))}},_.initComponentListPropValue=function(t,e,i){return this._initComponentListPropValue(t,e,i)},_._initComponentListPropValue=function(t,i,a){return t&&t.length?t.map((function(t){var r=new h(t),o=_.initPageComponentPropValue(r,[r.component],i,a);return new D((function(){return e(o,i,-1)}))})):[]},_.initBlogPropValue=function(t){return t.blogPropValue.usePageData&&this.pageSpecificData?this.pageSpecificData:t.blog?new r(t.blog):S()},_.initBlogListPropValue=function(t){return new c(t)},_.initBlogCategoryPropValue=function(t){return t.blogCategoryPropValue.usePageData&&this.pageSpecificData?this.pageSpecificData:t.blogCategory?new a(t.blogCategory):I()},_.initBlogCategoryListPropValue=function(t){return new f(t)},_.initRafflePropValue=function(t){return t.rafflePropValue.usePageData&&this.pageSpecificData?this.pageSpecificData:t.raffle?new d(t.raffle):new d(w())},_.initRaffleListPropValue=function(t){return new j(t)},_.initSliderPropValue=function(t){return t},_.pageSpecificData={},_.flatCustomDataList=[],_}();export{_ as IkasPageDataInit};