@ikas/bp-storefront 0.36.0 → 0.40.0

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 (82) hide show
  1. package/dist/_virtual/_cloneBuffer.js +1 -0
  2. package/dist/analytics/analytics.js +1 -1
  3. package/dist/analytics/google-tag-manager/productView.js +1 -1
  4. package/dist/analytics/google-tag-manager/viewCategory.js +1 -1
  5. package/dist/analytics/ikas/analytics.js +1 -1
  6. package/dist/analytics/utils.js +1 -1
  7. package/dist/ext/lodash/_arrayEach.js +1 -0
  8. package/dist/ext/lodash/_assignValue.js +1 -0
  9. package/dist/ext/lodash/_baseAssign.js +1 -0
  10. package/dist/ext/lodash/_baseAssignIn.js +1 -0
  11. package/dist/ext/lodash/_baseAssignValue.js +1 -0
  12. package/dist/ext/lodash/_baseClone.js +1 -0
  13. package/dist/ext/lodash/_baseCreate.js +1 -0
  14. package/dist/ext/lodash/_baseIsMap.js +1 -0
  15. package/dist/ext/lodash/_baseIsSet.js +1 -0
  16. package/dist/ext/lodash/_baseKeysIn.js +1 -0
  17. package/dist/ext/lodash/_cloneArrayBuffer.js +1 -0
  18. package/dist/ext/lodash/_cloneBuffer.js +1 -0
  19. package/dist/ext/lodash/_cloneDataView.js +1 -0
  20. package/dist/ext/lodash/_cloneRegExp.js +1 -0
  21. package/dist/ext/lodash/_cloneSymbol.js +1 -0
  22. package/dist/ext/lodash/_cloneTypedArray.js +1 -0
  23. package/dist/ext/lodash/_copyArray.js +1 -0
  24. package/dist/ext/lodash/_copyObject.js +1 -0
  25. package/dist/ext/lodash/_copySymbols.js +1 -0
  26. package/dist/ext/lodash/_copySymbolsIn.js +1 -0
  27. package/dist/ext/lodash/_getAllKeysIn.js +1 -0
  28. package/dist/ext/lodash/_getPrototype.js +1 -0
  29. package/dist/ext/lodash/_getSymbolsIn.js +1 -0
  30. package/dist/ext/lodash/_initCloneArray.js +1 -0
  31. package/dist/ext/lodash/_initCloneByTag.js +1 -0
  32. package/dist/ext/lodash/_initCloneObject.js +1 -0
  33. package/dist/ext/lodash/_nativeKeysIn.js +1 -0
  34. package/dist/ext/lodash/cloneDeep.js +1 -0
  35. package/dist/ext/lodash/isMap.js +1 -0
  36. package/dist/ext/lodash/isSet.js +1 -0
  37. package/dist/ext/lodash/keysIn.js +1 -0
  38. package/dist/functions/api/cart/index.js +1 -1
  39. package/dist/functions/api/loyalty/index.d.ts +1 -3
  40. package/dist/functions/api/product/index.d.ts +1 -2
  41. package/dist/functions/models/product-list/index.d.ts +19 -0
  42. package/dist/functions/models/product-list/index.js +1 -1
  43. package/dist/functions/models/validator/address/index.js +1 -1
  44. package/dist/functions/models/validator/coupon-code-form/index.js +1 -1
  45. package/dist/functions/models/validator/customer-review/index.js +1 -1
  46. package/dist/functions/models/validator/register/index.js +1 -1
  47. package/dist/functions/stores/base/index.d.ts +14 -1
  48. package/dist/functions/stores/base/index.js +1 -1
  49. package/dist/functions/stores/customer/index.d.ts +10 -1
  50. package/dist/functions/stores/customer/index.js +1 -1
  51. package/dist/index.js +1 -1
  52. package/dist/storefront-api/src/__api/queries/listLoyaltyProgramPointHistory.d.ts +2 -1
  53. package/dist/storefront-api/src/__api/types/index.d.ts +5 -0
  54. package/dist/storefront-api/src/index.d.ts +3 -0
  55. package/dist/storefront-models/src/index.d.ts +18 -0
  56. package/dist/storefront-models/src/models/_theme/styles/border-radius.d.ts +33 -0
  57. package/dist/storefront-models/src/models/_theme/styles/border-width.d.ts +6 -0
  58. package/dist/storefront-models/src/models/_theme/styles/bottom.d.ts +6 -0
  59. package/dist/storefront-models/src/models/_theme/styles/font-size.d.ts +6 -0
  60. package/dist/storefront-models/src/models/_theme/styles/gap.d.ts +6 -0
  61. package/dist/storefront-models/src/models/_theme/styles/height.d.ts +6 -0
  62. package/dist/storefront-models/src/models/_theme/styles/left.d.ts +6 -0
  63. package/dist/storefront-models/src/models/_theme/styles/letter-spacing.d.ts +6 -0
  64. package/dist/storefront-models/src/models/_theme/styles/line-height.d.ts +6 -0
  65. package/dist/storefront-models/src/models/_theme/styles/margin.d.ts +33 -0
  66. package/dist/storefront-models/src/models/_theme/styles/max-height.d.ts +6 -0
  67. package/dist/storefront-models/src/models/_theme/styles/max-width.d.ts +6 -0
  68. package/dist/storefront-models/src/models/_theme/styles/min-height.d.ts +6 -0
  69. package/dist/storefront-models/src/models/_theme/styles/min-width.d.ts +6 -0
  70. package/dist/storefront-models/src/models/_theme/styles/padding.d.ts +33 -0
  71. package/dist/storefront-models/src/models/_theme/styles/right.d.ts +6 -0
  72. package/dist/storefront-models/src/models/_theme/styles/top.d.ts +6 -0
  73. package/dist/storefront-models/src/models/_theme/styles/width.d.ts +6 -0
  74. package/dist/storefront-models/src/models/_theme/styles.d.ts +1 -5
  75. package/dist/storefront-models/src/models/blueprint/prop-value/product-list.d.ts +1 -0
  76. package/dist/storefront-models/src/models/loyalty-program/customer-info/index.d.ts +1 -0
  77. package/dist/storefront-models/src/models/product/campaign-offer/index.d.ts +4 -0
  78. package/dist/storefront-models/src/models/product/filter/index.d.ts +1 -0
  79. package/dist/storefront-models/src/models/product-list/index.d.ts +10 -1
  80. package/dist/theme/styles/index.d.ts +33 -2
  81. package/dist/theme/styles/index.js +1 -1
  82. package/package.json +1 -1
@@ -0,0 +1 @@
1
+ var r={exports:{}};export{r as _};
@@ -1 +1 @@
1
- import"../packages/storefront-config/src/index.js";import'./../ext/mobx/dist/mobx.esm.js';import'./../ext/lodash/sortBy.js';import"../router/index.js";import"../stores/cart/index.js";import"../stores/customer/index.js";import"../packages/storefront-api-client/src/utils/api.js";import'./../ext/isomorphic-fetch/fetch-npm-node.js';import"../stores/base/index.js";import"../i18n/index.js";import'./../ext/animejs/lib/anime.esm.js';import"../packages/storefront-api/src/index.js";import"../packages/storefront-models/src/models/merchant-settings/index.js";import'./../ext/uuid/dist/esm-browser/stringify.js';import'./../ext/uuid/dist/esm-browser/v3.js';import'./../ext/uuid/dist/esm-browser/native.js';import'./../ext/uuid/dist/esm-browser/v5.js';import"../functions/models/product-list/index.js";var s=function(){function s(){}return s.subscribers=[],s}();export{s as Analytics};
1
+ import"../packages/storefront-config/src/index.js";import'./../ext/mobx/dist/mobx.esm.js';import'./../ext/lodash/sortBy.js';import"../router/index.js";import"../stores/cart/index.js";import"../stores/customer/index.js";import"../packages/storefront-api-client/src/utils/api.js";import'./../ext/isomorphic-fetch/fetch-npm-node.js';import"../stores/base/index.js";import"../i18n/index.js";import'./../ext/animejs/lib/anime.esm.js';import"../packages/storefront-api/src/index.js";import"../theme/styles/index.js";import"../packages/storefront-models/src/models/merchant-settings/index.js";import'./../ext/uuid/dist/esm-browser/stringify.js';import'./../ext/uuid/dist/esm-browser/v3.js';import'./../ext/uuid/dist/esm-browser/native.js';import'./../ext/uuid/dist/esm-browser/v5.js';import"../functions/models/product-list/index.js";var s=function(){function s(){}return s.subscribers=[],s}();export{s as Analytics};
@@ -1 +1 @@
1
- import{getProductHref as e}from"../../functions/models/product/index.js";import"../../packages/storefront-config/src/index.js";import'./../../ext/mobx/dist/mobx.esm.js';import"../../router/index.js";import"../../stores/cart/index.js";import"../../stores/customer/index.js";import'./../../ext/uuid/dist/esm-browser/stringify.js';import'./../../ext/uuid/dist/esm-browser/v3.js';import'./../../ext/uuid/dist/esm-browser/native.js';import'./../../ext/uuid/dist/esm-browser/v5.js';import"../../i18n/index.js";import"../../functions/models/product-list/index.js";import"../../stores/base/index.js";import"../../packages/storefront-api-client/src/utils/api.js";import'./../../ext/isomorphic-fetch/fetch-npm-node.js';import"../analytics.js";import'./../../ext/animejs/lib/anime.esm.js';import"../../packages/storefront-api/src/index.js";import"../../packages/storefront-models/src/models/merchant-settings/index.js";import{extractProductData as s}from"../utils.js";import{dataLayer as o,formatGTMItem as i}from"./utils.js";function r(r){if(o())try{var t=s(r),m={event:"view_item-GTM",ecommerce:{items:[i(t)],extraParams:{parent_id:r.id,currency:t.currency,url:"https://".concat(window.location.hostname).concat(e(r)),item_image:t.image||"",barcode:t.barcode||"",sellPrice:t.sellPrice,discountPrice:t.discountPrice}}};return window.dataLayer.push(m),m}catch(e){console.error(e)}}export{r as gtm_productView};
1
+ import{getProductHref as e}from"../../functions/models/product/index.js";import"../../packages/storefront-config/src/index.js";import'./../../ext/mobx/dist/mobx.esm.js';import"../../router/index.js";import"../../stores/cart/index.js";import"../../stores/customer/index.js";import'./../../ext/uuid/dist/esm-browser/stringify.js';import'./../../ext/uuid/dist/esm-browser/v3.js';import'./../../ext/uuid/dist/esm-browser/native.js';import'./../../ext/uuid/dist/esm-browser/v5.js';import"../../i18n/index.js";import"../../functions/models/product-list/index.js";import"../../stores/base/index.js";import"../../packages/storefront-api-client/src/utils/api.js";import'./../../ext/isomorphic-fetch/fetch-npm-node.js';import"../analytics.js";import'./../../ext/animejs/lib/anime.esm.js';import"../../packages/storefront-api/src/index.js";import"../../theme/styles/index.js";import"../../packages/storefront-models/src/models/merchant-settings/index.js";import{extractProductData as s}from"../utils.js";import{dataLayer as o,formatGTMItem as i}from"./utils.js";function r(r){if(o())try{var t=s(r),m={event:"view_item-GTM",ecommerce:{items:[i(t)],extraParams:{parent_id:r.id,currency:t.currency,url:"https://".concat(window.location.hostname).concat(e(r)),item_image:t.image||"",barcode:t.barcode||"",sellPrice:t.sellPrice,discountPrice:t.discountPrice}}};return window.dataLayer.push(m),m}catch(e){console.error(e)}}export{r as gtm_productView};
@@ -1 +1 @@
1
- import"../../packages/storefront-config/src/index.js";import'./../../ext/lodash/sortBy.js';import"../../router/index.js";import"../../stores/cart/index.js";import"../../stores/customer/index.js";import'./../../ext/mobx/dist/mobx.esm.js';import"../../packages/storefront-api-client/src/utils/api.js";import'./../../ext/isomorphic-fetch/fetch-npm-node.js';import"../../stores/base/index.js";import"../../i18n/index.js";import"../analytics.js";import'./../../ext/animejs/lib/anime.esm.js';import"../../packages/storefront-api/src/index.js";import"../../packages/storefront-models/src/models/merchant-settings/index.js";import{getIkasCategoryHref as e}from"../../functions/models/category/index.js";import'./../../ext/uuid/dist/esm-browser/stringify.js';import'./../../ext/uuid/dist/esm-browser/v3.js';import'./../../ext/uuid/dist/esm-browser/native.js';import'./../../ext/uuid/dist/esm-browser/v5.js';import"../../functions/models/product-list/index.js";import{dataLayer as s}from"./utils.js";function o(o,t){if(s())try{var i={event:"view_category-GTM",ecommerce:{category:[{id:o.id,name:o.name,metaData:o.metaData,href:e(o),image:o.image,path:t}]}};return window.dataLayer.push(i),i}catch(e){console.error(e)}}export{o as gtm_viewCategory};
1
+ import"../../packages/storefront-config/src/index.js";import'./../../ext/lodash/sortBy.js';import"../../router/index.js";import"../../stores/cart/index.js";import"../../stores/customer/index.js";import'./../../ext/mobx/dist/mobx.esm.js';import"../../packages/storefront-api-client/src/utils/api.js";import'./../../ext/isomorphic-fetch/fetch-npm-node.js';import"../../stores/base/index.js";import"../../i18n/index.js";import"../analytics.js";import'./../../ext/animejs/lib/anime.esm.js';import"../../packages/storefront-api/src/index.js";import"../../theme/styles/index.js";import"../../packages/storefront-models/src/models/merchant-settings/index.js";import{getIkasCategoryHref as e}from"../../functions/models/category/index.js";import'./../../ext/uuid/dist/esm-browser/stringify.js';import'./../../ext/uuid/dist/esm-browser/v3.js';import'./../../ext/uuid/dist/esm-browser/native.js';import'./../../ext/uuid/dist/esm-browser/v5.js';import"../../functions/models/product-list/index.js";import{dataLayer as s}from"./utils.js";function o(o,t){if(s())try{var i={event:"view_category-GTM",ecommerce:{category:[{id:o.id,name:o.name,metaData:o.metaData,href:e(o),image:o.image,path:t}]}};return window.dataLayer.push(i),i}catch(e){console.error(e)}}export{o as gtm_viewCategory};
@@ -1 +1 @@
1
- import{__awaiter as t,__generator as e,__assign as n}from'./../../ext/tslib/tslib.es6.mjs.js';import{IkasStorefrontConfig as r}from"../../packages/storefront-config/src/index.js";import{getSelectedProductVariant as i}from"../../functions/models/product/index.js";import{getCookieValue as s}from"../../utils/helper.js";import"../../router/index.js";import"../../stores/cart/index.js";import{getCategoryPath as o}from"../../functions/models/category/index.js";import{customerStore as c}from"../../stores/customer/index.js";import'./../../ext/uuid/dist/esm-browser/stringify.js';import'./../../ext/uuid/dist/esm-browser/v3.js';import'./../../ext/uuid/dist/esm-browser/native.js';import'./../../ext/uuid/dist/esm-browser/v5.js';import"../../i18n/index.js";import"../../functions/models/product-list/index.js";import{getProductVariantPrice as u,getProductVariantFinalPrice as a}from"../../functions/models/product/variant/index.js";import{baseStore as d}from"../../stores/base/index.js";import{waitForCustomerStoreInit as l}from"../../functions/stores/customer/index.js";import"../analytics.js";import'./../../ext/animejs/lib/anime.esm.js';import"../../packages/storefront-api-client/src/utils/api.js";import'./../../ext/isomorphic-fetch/fetch-npm-node.js';import"../../packages/storefront-api/src/index.js";import"../../packages/storefront-models/src/models/merchant-settings/index.js";var E,O;!function(t){t[t.SESSION_START=1]="SESSION_START",t[t.PAGE_VIEW=2]="PAGE_VIEW",t[t.PRODUCT_VIEW=3]="PRODUCT_VIEW",t[t.ADD_TO_CART=4]="ADD_TO_CART",t[t.VIEW_CART=5]="VIEW_CART",t[t.ORDER_SUCCESS=6]="ORDER_SUCCESS",t[t.BEGIN_CHECKOUT=7]="BEGIN_CHECKOUT",t[t.CHECKOUT_STEP=8]="CHECKOUT_STEP",t[t.CUSTOMER_REGISTER=9]="CUSTOMER_REGISTER",t[t.CUSTOMER_VISIT=10]="CUSTOMER_VISIT",t[t.CUSTOMER_LOGIN=11]="CUSTOMER_LOGIN",t[t.BRAND_VIEW=12]="BRAND_VIEW",t[t.CATEGORY_VIEW=13]="CATEGORY_VIEW",t[t.POPUP_VIEW=14]="POPUP_VIEW",t[t.SEARCH=15]="SEARCH",t[t.FAVORITE_PRODUCT=16]="FAVORITE_PRODUCT",t[t.CONTACT_FORM=17]="CONTACT_FORM",t[t.CONTACT_FORM_BACKEND=205]="CONTACT_FORM_BACKEND"}(E||(E={})),function(t){t[t.INDEX=1]="INDEX",t[t.CATEGORY=2]="CATEGORY",t[t.BRAND=3]="BRAND",t[t.PRODUCT=4]="PRODUCT",t[t.CUSTOM=5]="CUSTOM",t[t.ACCOUNT=6]="ACCOUNT",t[t.ADDRESSES=7]="ADDRESSES",t[t.ORDERS=8]="ORDERS",t[t.ORDER_DETAIL=9]="ORDER_DETAIL",t[t.LOGIN=10]="LOGIN",t[t.REGISTER=11]="REGISTER",t[t.FORGOT_PASSWORD=12]="FORGOT_PASSWORD",t[t.RECOVER_PASSWORD=13]="RECOVER_PASSWORD",t[t.CART=14]="CART",t[t.FAVORITE_PRODUCTS=15]="FAVORITE_PRODUCTS",t[t.SEARCH=16]="SEARCH",t[t.NOT_FOUND=17]="NOT_FOUND",t[t.BLOG=18]="BLOG",t[t.BLOG_INDEX=19]="BLOG_INDEX",t[t.BLOG_CATEGORY=20]="BLOG_CATEGORY",t[t.CHECKOUT=21]="CHECKOUT"}(O||(O={}));var R=import.meta.env.VITE_PUBLIC_ANALYTICS_URL?"".concat(import.meta.env.VITE_PUBLIC_ANALYTICS_URL,"/sendEventV2"):"https://0.myikas.com/sendEventV2",f=function(){function t(){}return t.SESSION_ID_KEY="ikas_session_id",t.VISITOR_ID_KEY="ikas_visitor_id",t.JOURNEY_ID_KEY="ikas_journey_id",t.EXPIRY_LENGTH=18e5,t}();function _(r,i){return t(this,void 0,void 0,function(){return e(this,function(t){switch(t.label){case 0:return[4,M([{id:i,t:E.PAGE_VIEW,ts:Date.now(),d:n(n({},F()),{pt:B(r)})}])];case 1:return t.sent(),[2]}})})}function T(r,s){return t(this,void 0,void 0,function(){var t,c,d;return e(this,function(e){switch(e.label){case 0:return t=r.categories&&r.categories.length>0?o(r.categories[0]).map(function(t){return t.name}):[],c=i(r),d=u(c),[4,M([{id:s,t:E.PRODUCT_VIEW,ts:Date.now(),d:n(n({},F()),{d:{pr:n({id:r.id,vid:c.id,cp:t,n:r.name,pr:a(c)},(null==d?void 0:d.currency)?{c:null==d?void 0:d.currency}:{})}})}])];case 1:return e.sent(),[2]}})})}function I(r,i,s){return t(this,void 0,void 0,function(){return e(this,function(t){switch(t.label){case 0:return[4,M([{id:s,t:E.ADD_TO_CART,ts:Date.now(),d:n(n({},F()),{d:{crt:{id:i.id,c:i.currencyCode,pr:i.totalFinalPrice,il:K(i)},crtItm:H(r)}})}])];case 1:return t.sent(),[2]}})})}function C(r,i){return t(this,void 0,void 0,function(){return e(this,function(t){switch(t.label){case 0:return[4,M([{id:i,t:E.VIEW_CART,ts:Date.now(),d:n(n({},F()),{d:{crt:{id:r.id,c:r.currencyCode,pr:r.totalFinalPrice,il:K(r)}}})}])];case 1:return t.sent(),[2]}})})}function v(r,i){return t(this,void 0,void 0,function(){return e(this,function(t){switch(t.label){case 0:return[4,M([{id:i,t:E.ORDER_SUCCESS,ts:Date.now(),d:n(n({},F()),{d:{chk:{id:r.id,s:"success",p:r.totalFinalPrice,c:r.currencyCode,il:K(r)}}})}])];case 1:return t.sent(),[4,y()];case 2:return t.sent(),[2]}})})}function S(r,i){return t(this,void 0,void 0,function(){return e(this,function(t){switch(t.label){case 0:return[4,M([{id:i,t:E.BEGIN_CHECKOUT,ts:Date.now(),d:n(n({},F()),{d:{chk:{id:r.id,p:r.totalFinalPrice,c:r.currencyCode,il:K(r)}}})}])];case 1:return t.sent(),[2]}})})}function m(r,i){return t(this,void 0,void 0,function(){return e(this,function(t){switch(t.label){case 0:return[4,M([{t:E.CHECKOUT_STEP,ts:Date.now(),d:n(n({},F()),{d:{chk:{id:r.id,s:i,p:r.totalFinalPrice,c:r.currencyCode,il:K(r)}}})}])];case 1:return t.sent(),[2]}})})}function h(r){return t(this,void 0,void 0,function(){return e(this,function(t){switch(t.label){case 0:return[4,M([{id:r,t:E.CUSTOMER_REGISTER,ts:Date.now(),d:n(n({},F()),{d:{cst:W()}})}])];case 1:return t.sent(),[2]}})})}function D(){return t(this,void 0,void 0,function(){return e(this,function(t){switch(t.label){case 0:return[4,M([{t:E.CUSTOMER_LOGIN,ts:Date.now(),d:n(n({},F()),{d:{cst:W()}})}])];case 1:return t.sent(),[2]}})})}function p(){return t(this,void 0,void 0,function(){return e(this,function(t){switch(t.label){case 0:return[4,M([{t:E.CUSTOMER_VISIT,ts:Date.now(),d:n(n({},F()),{d:{cst:W()}})}])];case 1:return t.sent(),[2]}})})}function A(r){return t(this,void 0,void 0,function(){return e(this,function(t){switch(t.label){case 0:return[4,M([{t:E.BRAND_VIEW,ts:Date.now(),d:n(n({},F()),{d:{cst:W(),br:{id:r.id}}})}])];case 1:return t.sent(),[2]}})})}function N(r,i,s){return t(this,void 0,void 0,function(){return e(this,function(t){switch(t.label){case 0:return[4,M([{id:s,t:E.CATEGORY_VIEW,ts:Date.now(),d:n(n({},F()),{d:{cst:W(),ctg:{id:r.id,cp:i}}})}])];case 1:return t.sent(),[2]}})})}function U(r){return t(this,void 0,void 0,function(){return e(this,function(t){switch(t.label){case 0:return[4,M([{t:E.POPUP_VIEW,ts:Date.now(),d:n(n({},F()),{d:{cst:W()},m:{sfpid:r}})}])];case 1:return t.sent(),[2]}})})}function P(r,i,s){return t(this,void 0,void 0,function(){return e(this,function(t){switch(t.label){case 0:return[4,M([{id:i,t:E.SEARCH,ts:Date.now(),d:n(n({},F()),{d:{src:n({s:r},s?{r:s}:{})}})}])];case 1:return t.sent(),[2]}})})}function w(r){return t(this,void 0,void 0,function(){return e(this,function(t){switch(t.label){case 0:return[4,M([{id:r,t:E.CONTACT_FORM,ts:Date.now(),d:n({},F())}])];case 1:return t.sent(),[2]}})})}function G(r,i){return t(this,void 0,void 0,function(){return e(this,function(t){switch(t.label){case 0:return[4,M([{id:i,t:E.FAVORITE_PRODUCT,ts:Date.now(),d:n(n({},F()),{d:{pr:{id:r}}})}])];case 1:return t.sent(),[2]}})})}function x(){return t(this,void 0,void 0,function(){return e(this,function(t){switch(t.label){case 0:return localStorage.removeItem(f.JOURNEY_ID_KEY),f.journeyId=void 0,[4,b()];case 1:return t.sent(),[2]}})})}function b(){return t(this,void 0,void 0,function(){var t,n;return e(this,function(e){switch(e.label){case 0:return e.trys.push([0,4,,5]),(t=localStorage.getItem(f.JOURNEY_ID_KEY))?(f.journeyId=t,[3,3]):[3,1];case 1:return[4,j()];case 2:e.sent(),e.label=3;case 3:return r.init({journeyId:f.journeyId||""}),[3,5];case 4:return n=e.sent(),console.error(n),[3,5];case 5:return[2]}})})}function V(){return t(this,void 0,void 0,function(){return e(this,function(t){return[2,"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(t){var e=16*Math.random()|0;return("x"===t?e:3&e|8).toString(16)})]})})}function y(){return t(this,void 0,void 0,function(){var t,n,r;return e(this,function(e){switch(e.label){case 0:return e.trys.push([0,3,,4]),r={},[4,V()];case 1:return r.id=e.sent(),r.expiry=Date.now()+f.EXPIRY_LENGTH,t=r,localStorage.setItem(f.SESSION_ID_KEY,JSON.stringify(t)),f.sessionId=t.id,[4,L()];case 2:return e.sent(),[3,4];case 3:return n=e.sent(),console.error(n),[3,4];case 4:return[2]}})})}function j(){return t(this,void 0,void 0,function(){var t;return e(this,function(e){switch(e.label){case 0:return[4,V()];case 1:return t=e.sent(),localStorage.setItem(f.JOURNEY_ID_KEY,t),f.journeyId=t,[2]}})})}function g(){return t(this,void 0,void 0,function(){var t,n,i;return e(this,function(e){switch(e.label){case 0:return e.trys.push([0,7,,8]),(t=localStorage.getItem(f.SESSION_ID_KEY))?(n=JSON.parse(t)).expiry<Date.now()||n.id.length<=13?[4,y()]:[3,2]:[3,4];case 1:return e.sent(),[3,3];case 2:f.sessionId=n.id,e.label=3;case 3:return[3,6];case 4:return[4,y()];case 5:e.sent(),e.label=6;case 6:return r.init({sessionId:f.sessionId||""}),[3,8];case 7:return i=e.sent(),console.error(i),[3,8];case 8:return[2]}})})}function L(){return t(this,void 0,void 0,function(){return e(this,function(t){switch(t.label){case 0:return[4,M([{t:E.SESSION_START,ts:Date.now(),d:n({},F())}])];case 1:return t.sent(),[2]}})})}function Y(){return t(this,void 0,void 0,function(){var t,n,i;return e(this,function(e){switch(e.label){case 0:return e.trys.push([0,4,,5]),(t=localStorage.getItem(f.VISITOR_ID_KEY))&&t.length>13?(f.visitorId=t,[3,3]):[3,1];case 1:return n=f,[4,V()];case 2:n.visitorId=e.sent(),localStorage.setItem(f.VISITOR_ID_KEY,f.visitorId),e.label=3;case 3:return r.init({visitorId:f.visitorId}),[3,5];case 4:return i=e.sent(),console.error(i),[3,5];case 5:return[2]}})})}function B(t){switch(t){case"INDEX":return O.INDEX;case"CATEGORY":return O.CATEGORY;case"BRAND":return O.BRAND;case"PRODUCT":return O.PRODUCT;case"CUSTOM":return O.CUSTOM;case"ACCOUNT":return O.ACCOUNT;case"ADDRESSES":return O.ADDRESSES;case"ORDERS":return O.ORDERS;case"ORDER_DETAIL":return O.ORDER_DETAIL;case"LOGIN":return O.LOGIN;case"REGISTER":return O.REGISTER;case"FORGOT_PASSWORD":return O.FORGOT_PASSWORD;case"RECOVER_PASSWORD":return O.RECOVER_PASSWORD;case"CART":return O.CART;case"FAVORITE_PRODUCTS":return O.FAVORITE_PRODUCTS;case"SEARCH":return O.SEARCH;case"NOT_FOUND":return O.NOT_FOUND;case"BLOG":return O.BLOG;case"BLOG_INDEX":return O.BLOG_INDEX;case"BLOG_CATEGORY":return O.BLOG_CATEGORY;case"CHECKOUT":return O.CHECKOUT}}function W(){var t=c.customer;return{id:(null==t?void 0:t.id)||void 0,e:(null==t?void 0:t.email)||void 0,c:c._customerConsentGranted}}function F(){return{u:window.location.href,r:document.referrer,pt:d.currentPageType?B(d.currentPageType):void 0,m:{fbp:s("_fbp"),fbc:s("_fbc")}}}function K(t){return t.orderLineItems.map(function(t){return n(n(n(n({},t.variant.productId?{pid:t.variant.productId}:{}),t.variant.id?{vid:t.variant.id}:{}),{c:t.quantity}),t.finalPrice?{p:t.finalPrice}:{})})}function H(t){return n(n(n(n({},t.variant.productId?{pid:t.variant.productId}:{}),t.variant.id?{vid:t.variant.id}:{}),{c:t.quantity}),t.finalPrice?{p:t.finalPrice}:{})}function M(i){return t(this,void 0,void 0,function(){var t,s,o,u,a,d,E,O,_,T,I;return e(this,function(e){switch(e.label){case 0:return e.trys.push([0,6,,7]),[4,l(c)];case 1:return e.sent(),[4,g()];case 2:return e.sent(),[4,Y()];case 3:return e.sent(),[4,b()];case 4:return e.sent(),t={e:i,scid:r.salesChannelId,sfid:r.storefrontId,sid:f.sessionId,jid:f.journeyId,vid:f.visitorId,sfrid:r.storefrontRoutingId||"",ud:n(n(n(n({id:null===(o=c.customer)||void 0===o?void 0:o.id},(null===(u=c.customer)||void 0===u?void 0:u.email)?{em:null===(a=c.customer)||void 0===a?void 0:a.email}:{}),(null===(d=c.customer)||void 0===d?void 0:d.phone)?{ph:null===(E=c.customer)||void 0===E?void 0:E.phone}:{}),(null===(O=c.customer)||void 0===O?void 0:O.lastName)?{ln:null===(_=c.customer)||void 0===_?void 0:_.lastName}:{}),(null===(T=c.customer)||void 0===T?void 0:T.firstName)?{fn:null===(I=c.customer)||void 0===I?void 0:I.firstName}:{}),v:3},[4,fetch(R,{method:"POST",body:JSON.stringify(t),headers:{"Content-Type":"application/json","x-api-key":r.apiKey}})];case 5:return e.sent(),[3,7];case 6:return s=e.sent(),console.error(s),[3,7];case 7:return[2]}})})}export{f as default,I as iks_addToCart,G as iks_addToWishlist,S as iks_beginCheckout,b as iks_checkJourneyId,m as iks_checkoutStep,w as iks_contactForm,D as iks_customerLogin,h as iks_customerRegister,p as iks_customerVisit,_ as iks_pageView,T as iks_productView,v as iks_purchase,x as iks_refreshJourneyId,P as iks_search,A as iks_viewBrand,C as iks_viewCart,N as iks_viewCategory,U as iks_viewPopup};
1
+ import{__awaiter as t,__generator as e,__assign as n}from'./../../ext/tslib/tslib.es6.mjs.js';import{IkasStorefrontConfig as r}from"../../packages/storefront-config/src/index.js";import{getSelectedProductVariant as i}from"../../functions/models/product/index.js";import{getCookieValue as s}from"../../utils/helper.js";import"../../router/index.js";import"../../stores/cart/index.js";import{getCategoryPath as o}from"../../functions/models/category/index.js";import{customerStore as c}from"../../stores/customer/index.js";import'./../../ext/uuid/dist/esm-browser/stringify.js';import'./../../ext/uuid/dist/esm-browser/v3.js';import'./../../ext/uuid/dist/esm-browser/native.js';import'./../../ext/uuid/dist/esm-browser/v5.js';import"../../i18n/index.js";import"../../functions/models/product-list/index.js";import{getProductVariantPrice as u,getProductVariantFinalPrice as a}from"../../functions/models/product/variant/index.js";import{baseStore as d}from"../../stores/base/index.js";import{waitForCustomerStoreInit as l}from"../../functions/stores/customer/index.js";import"../analytics.js";import'./../../ext/animejs/lib/anime.esm.js';import"../../packages/storefront-api-client/src/utils/api.js";import'./../../ext/isomorphic-fetch/fetch-npm-node.js';import"../../packages/storefront-api/src/index.js";import"../../theme/styles/index.js";import"../../packages/storefront-models/src/models/merchant-settings/index.js";var E,O;!function(t){t[t.SESSION_START=1]="SESSION_START",t[t.PAGE_VIEW=2]="PAGE_VIEW",t[t.PRODUCT_VIEW=3]="PRODUCT_VIEW",t[t.ADD_TO_CART=4]="ADD_TO_CART",t[t.VIEW_CART=5]="VIEW_CART",t[t.ORDER_SUCCESS=6]="ORDER_SUCCESS",t[t.BEGIN_CHECKOUT=7]="BEGIN_CHECKOUT",t[t.CHECKOUT_STEP=8]="CHECKOUT_STEP",t[t.CUSTOMER_REGISTER=9]="CUSTOMER_REGISTER",t[t.CUSTOMER_VISIT=10]="CUSTOMER_VISIT",t[t.CUSTOMER_LOGIN=11]="CUSTOMER_LOGIN",t[t.BRAND_VIEW=12]="BRAND_VIEW",t[t.CATEGORY_VIEW=13]="CATEGORY_VIEW",t[t.POPUP_VIEW=14]="POPUP_VIEW",t[t.SEARCH=15]="SEARCH",t[t.FAVORITE_PRODUCT=16]="FAVORITE_PRODUCT",t[t.CONTACT_FORM=17]="CONTACT_FORM",t[t.CONTACT_FORM_BACKEND=205]="CONTACT_FORM_BACKEND"}(E||(E={})),function(t){t[t.INDEX=1]="INDEX",t[t.CATEGORY=2]="CATEGORY",t[t.BRAND=3]="BRAND",t[t.PRODUCT=4]="PRODUCT",t[t.CUSTOM=5]="CUSTOM",t[t.ACCOUNT=6]="ACCOUNT",t[t.ADDRESSES=7]="ADDRESSES",t[t.ORDERS=8]="ORDERS",t[t.ORDER_DETAIL=9]="ORDER_DETAIL",t[t.LOGIN=10]="LOGIN",t[t.REGISTER=11]="REGISTER",t[t.FORGOT_PASSWORD=12]="FORGOT_PASSWORD",t[t.RECOVER_PASSWORD=13]="RECOVER_PASSWORD",t[t.CART=14]="CART",t[t.FAVORITE_PRODUCTS=15]="FAVORITE_PRODUCTS",t[t.SEARCH=16]="SEARCH",t[t.NOT_FOUND=17]="NOT_FOUND",t[t.BLOG=18]="BLOG",t[t.BLOG_INDEX=19]="BLOG_INDEX",t[t.BLOG_CATEGORY=20]="BLOG_CATEGORY",t[t.CHECKOUT=21]="CHECKOUT"}(O||(O={}));var R=import.meta.env.VITE_PUBLIC_ANALYTICS_URL?"".concat(import.meta.env.VITE_PUBLIC_ANALYTICS_URL,"/sendEventV2"):"https://0.myikas.com/sendEventV2",f=function(){function t(){}return t.SESSION_ID_KEY="ikas_session_id",t.VISITOR_ID_KEY="ikas_visitor_id",t.JOURNEY_ID_KEY="ikas_journey_id",t.EXPIRY_LENGTH=18e5,t}();function _(r,i){return t(this,void 0,void 0,function(){return e(this,function(t){switch(t.label){case 0:return[4,M([{id:i,t:E.PAGE_VIEW,ts:Date.now(),d:n(n({},F()),{pt:B(r)})}])];case 1:return t.sent(),[2]}})})}function T(r,s){return t(this,void 0,void 0,function(){var t,c,d;return e(this,function(e){switch(e.label){case 0:return t=r.categories&&r.categories.length>0?o(r.categories[0]).map(function(t){return t.name}):[],c=i(r),d=u(c),[4,M([{id:s,t:E.PRODUCT_VIEW,ts:Date.now(),d:n(n({},F()),{d:{pr:n({id:r.id,vid:c.id,cp:t,n:r.name,pr:a(c)},(null==d?void 0:d.currency)?{c:null==d?void 0:d.currency}:{})}})}])];case 1:return e.sent(),[2]}})})}function I(r,i,s){return t(this,void 0,void 0,function(){return e(this,function(t){switch(t.label){case 0:return[4,M([{id:s,t:E.ADD_TO_CART,ts:Date.now(),d:n(n({},F()),{d:{crt:{id:i.id,c:i.currencyCode,pr:i.totalFinalPrice,il:K(i)},crtItm:H(r)}})}])];case 1:return t.sent(),[2]}})})}function C(r,i){return t(this,void 0,void 0,function(){return e(this,function(t){switch(t.label){case 0:return[4,M([{id:i,t:E.VIEW_CART,ts:Date.now(),d:n(n({},F()),{d:{crt:{id:r.id,c:r.currencyCode,pr:r.totalFinalPrice,il:K(r)}}})}])];case 1:return t.sent(),[2]}})})}function v(r,i){return t(this,void 0,void 0,function(){return e(this,function(t){switch(t.label){case 0:return[4,M([{id:i,t:E.ORDER_SUCCESS,ts:Date.now(),d:n(n({},F()),{d:{chk:{id:r.id,s:"success",p:r.totalFinalPrice,c:r.currencyCode,il:K(r)}}})}])];case 1:return t.sent(),[4,y()];case 2:return t.sent(),[2]}})})}function S(r,i){return t(this,void 0,void 0,function(){return e(this,function(t){switch(t.label){case 0:return[4,M([{id:i,t:E.BEGIN_CHECKOUT,ts:Date.now(),d:n(n({},F()),{d:{chk:{id:r.id,p:r.totalFinalPrice,c:r.currencyCode,il:K(r)}}})}])];case 1:return t.sent(),[2]}})})}function m(r,i){return t(this,void 0,void 0,function(){return e(this,function(t){switch(t.label){case 0:return[4,M([{t:E.CHECKOUT_STEP,ts:Date.now(),d:n(n({},F()),{d:{chk:{id:r.id,s:i,p:r.totalFinalPrice,c:r.currencyCode,il:K(r)}}})}])];case 1:return t.sent(),[2]}})})}function h(r){return t(this,void 0,void 0,function(){return e(this,function(t){switch(t.label){case 0:return[4,M([{id:r,t:E.CUSTOMER_REGISTER,ts:Date.now(),d:n(n({},F()),{d:{cst:W()}})}])];case 1:return t.sent(),[2]}})})}function D(){return t(this,void 0,void 0,function(){return e(this,function(t){switch(t.label){case 0:return[4,M([{t:E.CUSTOMER_LOGIN,ts:Date.now(),d:n(n({},F()),{d:{cst:W()}})}])];case 1:return t.sent(),[2]}})})}function p(){return t(this,void 0,void 0,function(){return e(this,function(t){switch(t.label){case 0:return[4,M([{t:E.CUSTOMER_VISIT,ts:Date.now(),d:n(n({},F()),{d:{cst:W()}})}])];case 1:return t.sent(),[2]}})})}function A(r){return t(this,void 0,void 0,function(){return e(this,function(t){switch(t.label){case 0:return[4,M([{t:E.BRAND_VIEW,ts:Date.now(),d:n(n({},F()),{d:{cst:W(),br:{id:r.id}}})}])];case 1:return t.sent(),[2]}})})}function N(r,i,s){return t(this,void 0,void 0,function(){return e(this,function(t){switch(t.label){case 0:return[4,M([{id:s,t:E.CATEGORY_VIEW,ts:Date.now(),d:n(n({},F()),{d:{cst:W(),ctg:{id:r.id,cp:i}}})}])];case 1:return t.sent(),[2]}})})}function U(r){return t(this,void 0,void 0,function(){return e(this,function(t){switch(t.label){case 0:return[4,M([{t:E.POPUP_VIEW,ts:Date.now(),d:n(n({},F()),{d:{cst:W()},m:{sfpid:r}})}])];case 1:return t.sent(),[2]}})})}function P(r,i,s){return t(this,void 0,void 0,function(){return e(this,function(t){switch(t.label){case 0:return[4,M([{id:i,t:E.SEARCH,ts:Date.now(),d:n(n({},F()),{d:{src:n({s:r},s?{r:s}:{})}})}])];case 1:return t.sent(),[2]}})})}function w(r){return t(this,void 0,void 0,function(){return e(this,function(t){switch(t.label){case 0:return[4,M([{id:r,t:E.CONTACT_FORM,ts:Date.now(),d:n({},F())}])];case 1:return t.sent(),[2]}})})}function x(r,i){return t(this,void 0,void 0,function(){return e(this,function(t){switch(t.label){case 0:return[4,M([{id:i,t:E.FAVORITE_PRODUCT,ts:Date.now(),d:n(n({},F()),{d:{pr:{id:r}}})}])];case 1:return t.sent(),[2]}})})}function G(){return t(this,void 0,void 0,function(){return e(this,function(t){switch(t.label){case 0:return localStorage.removeItem(f.JOURNEY_ID_KEY),f.journeyId=void 0,[4,b()];case 1:return t.sent(),[2]}})})}function b(){return t(this,void 0,void 0,function(){var t,n;return e(this,function(e){switch(e.label){case 0:return e.trys.push([0,4,,5]),(t=localStorage.getItem(f.JOURNEY_ID_KEY))?(f.journeyId=t,[3,3]):[3,1];case 1:return[4,j()];case 2:e.sent(),e.label=3;case 3:return r.init({journeyId:f.journeyId||""}),[3,5];case 4:return n=e.sent(),console.error(n),[3,5];case 5:return[2]}})})}function V(){return t(this,void 0,void 0,function(){return e(this,function(t){return[2,"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(t){var e=16*Math.random()|0;return("x"===t?e:3&e|8).toString(16)})]})})}function y(){return t(this,void 0,void 0,function(){var t,n,r;return e(this,function(e){switch(e.label){case 0:return e.trys.push([0,3,,4]),r={},[4,V()];case 1:return r.id=e.sent(),r.expiry=Date.now()+f.EXPIRY_LENGTH,t=r,localStorage.setItem(f.SESSION_ID_KEY,JSON.stringify(t)),f.sessionId=t.id,[4,L()];case 2:return e.sent(),[3,4];case 3:return n=e.sent(),console.error(n),[3,4];case 4:return[2]}})})}function j(){return t(this,void 0,void 0,function(){var t;return e(this,function(e){switch(e.label){case 0:return[4,V()];case 1:return t=e.sent(),localStorage.setItem(f.JOURNEY_ID_KEY,t),f.journeyId=t,[2]}})})}function g(){return t(this,void 0,void 0,function(){var t,n,i;return e(this,function(e){switch(e.label){case 0:return e.trys.push([0,7,,8]),(t=localStorage.getItem(f.SESSION_ID_KEY))?(n=JSON.parse(t)).expiry<Date.now()||n.id.length<=13?[4,y()]:[3,2]:[3,4];case 1:return e.sent(),[3,3];case 2:f.sessionId=n.id,e.label=3;case 3:return[3,6];case 4:return[4,y()];case 5:e.sent(),e.label=6;case 6:return r.init({sessionId:f.sessionId||""}),[3,8];case 7:return i=e.sent(),console.error(i),[3,8];case 8:return[2]}})})}function L(){return t(this,void 0,void 0,function(){return e(this,function(t){switch(t.label){case 0:return[4,M([{t:E.SESSION_START,ts:Date.now(),d:n({},F())}])];case 1:return t.sent(),[2]}})})}function Y(){return t(this,void 0,void 0,function(){var t,n,i;return e(this,function(e){switch(e.label){case 0:return e.trys.push([0,4,,5]),(t=localStorage.getItem(f.VISITOR_ID_KEY))&&t.length>13?(f.visitorId=t,[3,3]):[3,1];case 1:return n=f,[4,V()];case 2:n.visitorId=e.sent(),localStorage.setItem(f.VISITOR_ID_KEY,f.visitorId),e.label=3;case 3:return r.init({visitorId:f.visitorId}),[3,5];case 4:return i=e.sent(),console.error(i),[3,5];case 5:return[2]}})})}function B(t){switch(t){case"INDEX":return O.INDEX;case"CATEGORY":return O.CATEGORY;case"BRAND":return O.BRAND;case"PRODUCT":return O.PRODUCT;case"CUSTOM":return O.CUSTOM;case"ACCOUNT":return O.ACCOUNT;case"ADDRESSES":return O.ADDRESSES;case"ORDERS":return O.ORDERS;case"ORDER_DETAIL":return O.ORDER_DETAIL;case"LOGIN":return O.LOGIN;case"REGISTER":return O.REGISTER;case"FORGOT_PASSWORD":return O.FORGOT_PASSWORD;case"RECOVER_PASSWORD":return O.RECOVER_PASSWORD;case"CART":return O.CART;case"FAVORITE_PRODUCTS":return O.FAVORITE_PRODUCTS;case"SEARCH":return O.SEARCH;case"NOT_FOUND":return O.NOT_FOUND;case"BLOG":return O.BLOG;case"BLOG_INDEX":return O.BLOG_INDEX;case"BLOG_CATEGORY":return O.BLOG_CATEGORY;case"CHECKOUT":return O.CHECKOUT}}function W(){var t=c.customer;return{id:(null==t?void 0:t.id)||void 0,e:(null==t?void 0:t.email)||void 0,c:c._customerConsentGranted}}function F(){return{u:window.location.href,r:document.referrer,pt:d.currentPageType?B(d.currentPageType):void 0,m:{fbp:s("_fbp"),fbc:s("_fbc")}}}function K(t){return t.orderLineItems.map(function(t){return n(n(n(n({},t.variant.productId?{pid:t.variant.productId}:{}),t.variant.id?{vid:t.variant.id}:{}),{c:t.quantity}),t.finalPrice?{p:t.finalPrice}:{})})}function H(t){return n(n(n(n({},t.variant.productId?{pid:t.variant.productId}:{}),t.variant.id?{vid:t.variant.id}:{}),{c:t.quantity}),t.finalPrice?{p:t.finalPrice}:{})}function M(i){return t(this,void 0,void 0,function(){var t,s,o,u,a,d,E,O,_,T,I;return e(this,function(e){switch(e.label){case 0:return e.trys.push([0,6,,7]),[4,l(c)];case 1:return e.sent(),[4,g()];case 2:return e.sent(),[4,Y()];case 3:return e.sent(),[4,b()];case 4:return e.sent(),t={e:i,scid:r.salesChannelId,sfid:r.storefrontId,sid:f.sessionId,jid:f.journeyId,vid:f.visitorId,sfrid:r.storefrontRoutingId||"",ud:n(n(n(n({id:null===(o=c.customer)||void 0===o?void 0:o.id},(null===(u=c.customer)||void 0===u?void 0:u.email)?{em:null===(a=c.customer)||void 0===a?void 0:a.email}:{}),(null===(d=c.customer)||void 0===d?void 0:d.phone)?{ph:null===(E=c.customer)||void 0===E?void 0:E.phone}:{}),(null===(O=c.customer)||void 0===O?void 0:O.lastName)?{ln:null===(_=c.customer)||void 0===_?void 0:_.lastName}:{}),(null===(T=c.customer)||void 0===T?void 0:T.firstName)?{fn:null===(I=c.customer)||void 0===I?void 0:I.firstName}:{}),v:3},[4,fetch(R,{method:"POST",body:JSON.stringify(t),headers:{"Content-Type":"application/json","x-api-key":r.apiKey}})];case 5:return e.sent(),[3,7];case 6:return s=e.sent(),console.error(s),[3,7];case 7:return[2]}})})}export{f as default,I as iks_addToCart,x as iks_addToWishlist,S as iks_beginCheckout,b as iks_checkJourneyId,m as iks_checkoutStep,w as iks_contactForm,D as iks_customerLogin,h as iks_customerRegister,p as iks_customerVisit,_ as iks_pageView,T as iks_productView,v as iks_purchase,G as iks_refreshJourneyId,P as iks_search,A as iks_viewBrand,C as iks_viewCart,N as iks_viewCategory,U as iks_viewPopup};
@@ -1 +1 @@
1
- import{IkasStorefrontConfig as i}from"../packages/storefront-config/src/index.js";import{getSelectedProductVariant as r}from"../functions/models/product/index.js";import{isServer as n}from"../utils/helper.js";import"../router/index.js";import"../stores/cart/index.js";import{getCategoryPath as e}from"../functions/models/category/index.js";import"../stores/customer/index.js";import'./../ext/uuid/dist/esm-browser/stringify.js';import'./../ext/uuid/dist/esm-browser/v3.js';import'./../ext/uuid/dist/esm-browser/native.js';import'./../ext/uuid/dist/esm-browser/v5.js';import"../i18n/index.js";import{getDefaultSrc as o}from"../functions/models/image/index.js";import"../functions/models/product-list/index.js";import{getProductVariantMainImage as t,getProductVariantPrice as a,getProductVariantFinalPrice as s,getProductVariantSellPrice as d,getProductVariantDiscountPrice as u}from"../functions/models/product/variant/index.js";import"../stores/base/index.js";import"../packages/storefront-api-client/src/utils/api.js";import'./../ext/isomorphic-fetch/fetch-npm-node.js';import'./../ext/mobx/dist/mobx.esm.js';import"./analytics.js";import'./../ext/animejs/lib/anime.esm.js';import"../packages/storefront-api/src/index.js";import"../packages/storefront-models/src/models/merchant-settings/index.js";var c=function(){return!n()&&!i.isEditor},m=function(){return c()&&!!i.fbpId&&!!window.fbq},l=function(){return c()&&!!window.gtag},p=function(){return c()&&!!window.dataLayer},v=function(){return c()&&!!i.tiktokPixelId&&!!window.ttq};function f(i,n){var c,m,l,p,v=r(i),f=i.categories.length>0?e(i.categories[0]).map(function(i){return i.name}):[],g=null===(c=t(v))||void 0===c?void 0:c.image,j=a(v);return{id:i.id,variantId:v.id,name:i.name,price:null!==(m=s(v))&&void 0!==m?m:0,currency:(null==j?void 0:j.currency)||"TRY",categoryPath:f,categoryString:f.join(" > "),brand:(null===(l=i.brand)||void 0===l?void 0:l.name)||"",variant:v.variantValues.map(function(i){return i.name}).join(" / "),barcode:null===(p=v.barcodeList)||void 0===p?void 0:p[0],image:g?o(g):"",sellPrice:d(v)||void 0,discountPrice:u(v)}}function g(i,r,n){var e,o,t,a,s,d=[];if(null===(e=null==n?void 0:n.categories)||void 0===e?void 0:e.length)(u=n.categories[0]).categoryPath&&u.categoryPath.forEach(function(i){return d.push(i)}),d.push(u.name);else if(null===(o=i.variant.categories)||void 0===o?void 0:o.length){var u;(u=i.variant.categories[0]).categoryPath&&u.categoryPath.forEach(function(i){return d.push(i.name)}),d.push(u.name)}return{id:i.variant.productId||"",variantId:i.variant.id||"",name:i.variant.name,price:i.finalPrice||0,quantity:null!=r?r:i.quantity,currency:i.currencyCode||"",categoryPath:d,categoryString:d.join(" > "),brand:(null===(t=null==n?void 0:n.brand)||void 0===t?void 0:t.name)||(null===(a=i.variant.brand)||void 0===a?void 0:a.name)||"",variant:(null===(s=i.variant.variantValues)||void 0===s?void 0:s.map(function(i){return i.variantValueName}).join(" / "))||""}}function j(i){var r;return{items:i.orderLineItems.map(function(i){return g(i)}),totalPrice:"totalFinalPrice"in i?i.totalFinalPrice:i.totalPrice,currency:i.currencyCode||(null===(r=i.orderLineItems[0])||void 0===r?void 0:r.currencyCode)||"TRY",itemCount:i.orderLineItems.length}}export{c as canTrack,j as extractCartData,g as extractCartItemData,f as extractProductData,m as hasFacebookPixel,l as hasGoogleAnalytics,p as hasGoogleTagManager,v as hasTiktokPixel};
1
+ import{IkasStorefrontConfig as i}from"../packages/storefront-config/src/index.js";import{getSelectedProductVariant as r}from"../functions/models/product/index.js";import{isServer as e}from"../utils/helper.js";import"../router/index.js";import"../stores/cart/index.js";import{getCategoryPath as n}from"../functions/models/category/index.js";import"../stores/customer/index.js";import'./../ext/uuid/dist/esm-browser/stringify.js';import'./../ext/uuid/dist/esm-browser/v3.js';import'./../ext/uuid/dist/esm-browser/native.js';import'./../ext/uuid/dist/esm-browser/v5.js';import"../i18n/index.js";import{getDefaultSrc as t}from"../functions/models/image/index.js";import"../functions/models/product-list/index.js";import{getProductVariantMainImage as o,getProductVariantPrice as a,getProductVariantFinalPrice as s,getProductVariantSellPrice as d,getProductVariantDiscountPrice as u}from"../functions/models/product/variant/index.js";import"../stores/base/index.js";import"../packages/storefront-api-client/src/utils/api.js";import'./../ext/isomorphic-fetch/fetch-npm-node.js';import'./../ext/mobx/dist/mobx.esm.js';import"./analytics.js";import'./../ext/animejs/lib/anime.esm.js';import"../packages/storefront-api/src/index.js";import"../theme/styles/index.js";import"../packages/storefront-models/src/models/merchant-settings/index.js";var m=function(){return!e()&&!i.isEditor},c=function(){return m()&&!!i.fbpId&&!!window.fbq},l=function(){return m()&&!!window.gtag},p=function(){return m()&&!!window.dataLayer},v=function(){return m()&&!!i.tiktokPixelId&&!!window.ttq};function f(i,e){var m,c,l,p,v=r(i),f=i.categories.length>0?n(i.categories[0]).map(function(i){return i.name}):[],g=null===(m=o(v))||void 0===m?void 0:m.image,j=a(v);return{id:i.id,variantId:v.id,name:i.name,price:null!==(c=s(v))&&void 0!==c?c:0,currency:(null==j?void 0:j.currency)||"TRY",categoryPath:f,categoryString:f.join(" > "),brand:(null===(l=i.brand)||void 0===l?void 0:l.name)||"",variant:v.variantValues.map(function(i){return i.name}).join(" / "),barcode:null===(p=v.barcodeList)||void 0===p?void 0:p[0],image:g?t(g):"",sellPrice:d(v)||void 0,discountPrice:u(v)}}function g(i,r,e){var n,t,o,a,s,d=[];if(null===(n=null==e?void 0:e.categories)||void 0===n?void 0:n.length)(u=e.categories[0]).categoryPath&&u.categoryPath.forEach(function(i){return d.push(i)}),d.push(u.name);else if(null===(t=i.variant.categories)||void 0===t?void 0:t.length){var u;(u=i.variant.categories[0]).categoryPath&&u.categoryPath.forEach(function(i){return d.push(i.name)}),d.push(u.name)}return{id:i.variant.productId||"",variantId:i.variant.id||"",name:i.variant.name,price:i.finalPrice||0,quantity:null!=r?r:i.quantity,currency:i.currencyCode||"",categoryPath:d,categoryString:d.join(" > "),brand:(null===(o=null==e?void 0:e.brand)||void 0===o?void 0:o.name)||(null===(a=i.variant.brand)||void 0===a?void 0:a.name)||"",variant:(null===(s=i.variant.variantValues)||void 0===s?void 0:s.map(function(i){return i.variantValueName}).join(" / "))||""}}function j(i){var r;return{items:i.orderLineItems.map(function(i){return g(i)}),totalPrice:"totalFinalPrice"in i?i.totalFinalPrice:i.totalPrice,currency:i.currencyCode||(null===(r=i.orderLineItems[0])||void 0===r?void 0:r.currencyCode)||"TRY",itemCount:i.orderLineItems.length}}export{m as canTrack,j as extractCartData,g as extractCartItemData,f as extractProductData,c as hasFacebookPixel,l as hasGoogleAnalytics,p as hasGoogleTagManager,v as hasTiktokPixel};
@@ -0,0 +1 @@
1
+ var r=function(r,n){for(var t=-1,a=null==r?0:r.length;++t<a&&!1!==n(r[t],t,r););return r};export{r as default};
@@ -0,0 +1 @@
1
+ import r from"./_baseAssignValue.js";import o from"./eq.js";var a=r,t=o,e=Object.prototype.hasOwnProperty;var s=function(r,o,s){var i=r[o];e.call(r,o)&&t(i,s)&&(void 0!==s||o in r)||a(r,o,s)};export{s as default};
@@ -0,0 +1 @@
1
+ import r from"./_copyObject.js";import o from"./keys.js";var t=r,e=o;var a=function(r,o){return r&&t(o,e(o),r)};export{a as default};
@@ -0,0 +1 @@
1
+ import r from"./_copyObject.js";import o from"./keysIn.js";var t=r,e=o;var a=function(r,o){return r&&t(o,e(o),r)};export{a as default};
@@ -0,0 +1 @@
1
+ import e from"./_defineProperty.js";var r=e;var a=function(e,a,o){"__proto__"==a&&r?r(e,a,{configurable:!0,enumerable:!0,value:o,writable:!0}):e[a]=o};export{a as default};
@@ -0,0 +1 @@
1
+ import r from"./_Stack.js";import o from"./_arrayEach.js";import t from"./_assignValue.js";import e from"./_baseAssign.js";import i from"./_baseAssignIn.js";import"./_cloneBuffer.js";import s from"./_copyArray.js";import j from"./_copySymbols.js";import a from"./_copySymbolsIn.js";import m from"./_getAllKeys.js";import f from"./_getAllKeysIn.js";import n from"./_getTag.js";import c from"./_initCloneArray.js";import b from"./_initCloneByTag.js";import p from"./_initCloneObject.js";import y from"./isArray.js";import"./isBuffer.js";import u from"./isMap.js";import l from"./isObject.js";import A from"./isSet.js";import _ from"./keys.js";import g from"./keysIn.js";import{_ as v}from"../../_virtual/_cloneBuffer.js";import{i as B}from"../../_virtual/isBuffer.js";var I=r,S=o,d=t,E=e,k=i,x=v.exports,C=s,F=j,U=a,h=m,M=f,O=n,w=c,D=b,K=p,T=y,V=B.exports,G=u,N=l,R=A,W=_,q=g,z="[object Arguments]",H="[object Function]",J="[object Object]",L={};L[z]=L["[object Array]"]=L["[object ArrayBuffer]"]=L["[object DataView]"]=L["[object Boolean]"]=L["[object Date]"]=L["[object Float32Array]"]=L["[object Float64Array]"]=L["[object Int8Array]"]=L["[object Int16Array]"]=L["[object Int32Array]"]=L["[object Map]"]=L["[object Number]"]=L[J]=L["[object RegExp]"]=L["[object Set]"]=L["[object String]"]=L["[object Symbol]"]=L["[object Uint8Array]"]=L["[object Uint8ClampedArray]"]=L["[object Uint16Array]"]=L["[object Uint32Array]"]=!0,L["[object Error]"]=L[H]=L["[object WeakMap]"]=!1;var P=function r(o,t,e,i,s,j){var a,m=1&t,f=2&t,n=4&t;if(e&&(a=s?e(o,i,s,j):e(o)),void 0!==a)return a;if(!N(o))return o;var c=T(o);if(c){if(a=w(o),!m)return C(o,a)}else{var b=O(o),p=b==H||"[object GeneratorFunction]"==b;if(V(o))return x(o,m);if(b==J||b==z||p&&!s){if(a=f||p?{}:K(o),!m)return f?U(o,k(a,o)):F(o,E(a,o))}else{if(!L[b])return s?o:{};a=D(o,b,m)}}j||(j=new I);var y=j.get(o);if(y)return y;j.set(o,a),R(o)?o.forEach(function(i){a.add(r(i,t,e,i,o,j))}):G(o)&&o.forEach(function(i,s){a.set(s,r(i,t,e,s,o,j))});var u=c?void 0:(n?f?M:h:f?q:W)(o);return S(u||o,function(i,s){u&&(i=o[s=i]),d(a,s,r(i,t,e,s,o,j))}),a};export{P as default};
@@ -0,0 +1 @@
1
+ import t from"./isObject.js";var r=t,e=Object.create,n=function(){function t(){}return function(n){if(!r(n))return{};if(e)return e(n);t.prototype=n;var o=new t;return t.prototype=void 0,o}}();export{n as default};
@@ -0,0 +1 @@
1
+ import r from"./_getTag.js";import t from"./isObjectLike.js";var e=r,o=t;var a=function(r){return o(r)&&"[object Map]"==e(r)};export{a as default};
@@ -0,0 +1 @@
1
+ import t from"./_getTag.js";import r from"./isObjectLike.js";var e=t,o=r;var a=function(t){return o(t)&&"[object Set]"==e(t)};export{a as default};
@@ -0,0 +1 @@
1
+ import r from"./isObject.js";import t from"./_isPrototype.js";import o from"./_nativeKeysIn.js";var e=r,s=t,a=o,i=Object.prototype.hasOwnProperty;var n=function(r){if(!e(r))return a(r);var t=s(r),o=[];for(var n in r)("constructor"!=n||!t&&i.call(r,n))&&o.push(n);return o};export{n as default};
@@ -0,0 +1 @@
1
+ import r from"./_Uint8Array.js";var t=r;var e=function(r){var e=new r.constructor(r.byteLength);return new t(e).set(new t(r)),e};export{e as default};
@@ -0,0 +1 @@
1
+ import{_ as o}from"../../_virtual/_cloneBuffer.js";import r from"./_root.js";var e,t,n,f,s,i,p;e=o,t=o.exports,n=r,f=t&&!t.nodeType&&t,s=f&&e&&!e.nodeType&&e,i=s&&s.exports===f?n.Buffer:void 0,p=i?i.allocUnsafe:void 0,e.exports=function(o,r){if(r)return o.slice();var e=o.length,t=p?p(e):new o.constructor(e);return o.copy(t),t};
@@ -0,0 +1 @@
1
+ import r from"./_cloneArrayBuffer.js";var e=r;var f=function(r,f){var t=f?e(r.buffer):r.buffer;return new r.constructor(t,r.byteOffset,r.byteLength)};export{f as default};
@@ -0,0 +1 @@
1
+ var e=/\w*$/;var r=function(r){var t=new r.constructor(r.source,e.exec(r));return t.lastIndex=r.lastIndex,t};export{r as default};
@@ -0,0 +1 @@
1
+ import o from"./_Symbol.js";var r=o?o.prototype:void 0,t=r?r.valueOf:void 0;var a=function(o){return t?Object(t.call(o)):{}};export{a as default};
@@ -0,0 +1 @@
1
+ import r from"./_cloneArrayBuffer.js";var e=r;var f=function(r,f){var t=f?e(r.buffer):r.buffer;return new r.constructor(t,r.byteOffset,r.length)};export{f as default};
@@ -0,0 +1 @@
1
+ var r=function(r,a){var t=-1,e=r.length;for(a||(a=Array(e));++t<e;)a[t]=r[t];return a};export{r as default};
@@ -0,0 +1 @@
1
+ import r from"./_assignValue.js";import a from"./_baseAssignValue.js";var o=r,s=a;var e=function(r,a,e,i){var t=!e;e||(e={});for(var v=-1,n=a.length;++v<n;){var f=a[v],u=i?i(e[f],r[f],f,e,r):void 0;void 0===u&&(u=r[f]),t?s(e,f,u):o(e,f,u)}return e};export{e as default};
@@ -0,0 +1 @@
1
+ import r from"./_copyObject.js";import o from"./_getSymbols.js";var t=r,e=o;var m=function(r,o){return t(r,e(r),o)};export{m as default};
@@ -0,0 +1 @@
1
+ import r from"./_copyObject.js";import o from"./_getSymbolsIn.js";var t=r,e=o;var m=function(r,o){return t(r,e(r),o)};export{m as default};
@@ -0,0 +1 @@
1
+ import r from"./_baseGetAllKeys.js";import o from"./_getSymbolsIn.js";import t from"./keysIn.js";var e=r,s=o,m=t;var a=function(r){return e(r,m,s)};export{a as default};
@@ -0,0 +1 @@
1
+ import t from"./_overArg.js";var e=t(Object.getPrototypeOf,Object);export{e as default};
@@ -0,0 +1 @@
1
+ import r from"./_arrayPush.js";import o from"./_getPrototype.js";import t from"./_getSymbols.js";import m from"./stubArray.js";var e=r,s=o,a=t,f=m,p=Object.getOwnPropertySymbols?function(r){for(var o=[];r;)e(o,a(r)),r=s(r);return o}:f;export{p as default};
@@ -0,0 +1 @@
1
+ var t=Object.prototype.hasOwnProperty;var n=function(n){var e=n.length,r=new n.constructor(e);return e&&"string"==typeof n[0]&&t.call(n,"index")&&(r.index=n.index,r.input=n.input),r};export{n as default};
@@ -0,0 +1 @@
1
+ import e from"./_cloneArrayBuffer.js";import r from"./_cloneDataView.js";import t from"./_cloneRegExp.js";import c from"./_cloneSymbol.js";import a from"./_cloneTypedArray.js";var o=e,n=r,s=t,j=c,b=a;var y=function(e,r,t){var c=e.constructor;switch(r){case"[object ArrayBuffer]":return o(e);case"[object Boolean]":case"[object Date]":return new c(+e);case"[object DataView]":return n(e,t);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return b(e,t);case"[object Map]":case"[object Set]":return new c;case"[object Number]":case"[object String]":return new c(e);case"[object RegExp]":return s(e);case"[object Symbol]":return j(e)}};export{y as default};
@@ -0,0 +1 @@
1
+ import t from"./_baseCreate.js";import o from"./_getPrototype.js";import r from"./_isPrototype.js";var e=t,f=o,p=r;var s=function(t){return"function"!=typeof t.constructor||p(t)?{}:e(f(t))};export{s as default};
@@ -0,0 +1 @@
1
+ var r=function(r){var a=[];if(null!=r)for(var n in Object(r))a.push(n);return a};export{r as default};
@@ -0,0 +1 @@
1
+ import r from"./_baseClone.js";var a=r;var e=function(r){return a(r,5)};export{e as default};
@@ -0,0 +1 @@
1
+ import r from"./_baseIsMap.js";import o from"./_baseUnary.js";import"./_nodeUtil.js";import{_ as s}from"../../_virtual/_nodeUtil.js";var a=r,t=o,i=s.exports,p=i&&i.isMap,e=p?t(p):a;export{e as default};
@@ -0,0 +1 @@
1
+ import r from"./_baseIsSet.js";import t from"./_baseUnary.js";import"./_nodeUtil.js";import{_ as o}from"../../_virtual/_nodeUtil.js";var s=r,e=t,a=o.exports,i=a&&a.isSet,m=i?e(i):s;export{m as default};
@@ -0,0 +1 @@
1
+ import r from"./_arrayLikeKeys.js";import a from"./_baseKeysIn.js";import e from"./isArrayLike.js";var o=r,s=a,i=e;var t=function(r){return i(r)?o(r,!0):s(r)};export{t as default};
@@ -1 +1 @@
1
- import{__awaiter as e,__generator as r,__assign as t}from'./../../../ext/tslib/tslib.es6.mjs.js';import{APIResponse as s}from"../../../packages/storefront-api-client/src/utils/api.js";import'./../../../ext/isomorphic-fetch/fetch-npm-node.js';import{IkasStorefrontConfig as n}from"../../../packages/storefront-config/src/index.js";import"../../../analytics/analytics.js";import'./../../../ext/mobx/dist/mobx.esm.js';import'./../../../ext/animejs/lib/anime.esm.js';import"../../../packages/storefront-api/src/index.js";import{initIkasCampaignOffer as i}from"../../models/product/campaign-offer/init.js";import"../../../stores/customer/index.js";import"../../../i18n/index.js";import'./../../../ext/lodash/sortBy.js';import"../../../router/index.js";import"../../../stores/cart/index.js";import"../../../stores/base/index.js";import'./../../../ext/uuid/dist/esm-browser/stringify.js';import'./../../../ext/uuid/dist/esm-browser/v3.js';import'./../../../ext/uuid/dist/esm-browser/native.js';import'./../../../ext/uuid/dist/esm-browser/v5.js';import{initIkasOrder as d}from"../../models/order/index.js";import"../../models/product-list/index.js";import"../../../packages/storefront-models/src/models/merchant-settings/index.js";function a(e){return t(t({},d(e)),{cancelReason:null})}function o(t){return e(this,void 0,void 0,function(){var e,d,o;return r(this,function(r){switch(r.label){case 0:return[4,import("../../../packages/storefront-api/src/__api/queries/getCartById.js")];case 1:return[4,(0,r.sent().getCartById)(t,["merchantId","orderLineItems.variant.tagIds","billingAddress.region.createdAt","billingAddress.region.deleted","billingAddress.region.updatedAt","shippingAddress.region.createdAt","shippingAddress.region.deleted","shippingAddress.region.updatedAt","currencyRates","abandonedCartFlows"])];case 2:return e=r.sent(),d=e.data?a(e.data):null,null===(o=null==d?void 0:d.campaignOffers)||void 0===o||o.forEach(function(e){e.campaignOffer&&i(e.campaignOffer,n.getCurrentLocale())}),[2,new s(d||null,e.graphQLErrors,e.errorCodes)]}})})}function p(t){return e(this,void 0,void 0,function(){var e,n;return r(this,function(r){switch(r.label){case 0:return[4,import("../../../packages/storefront-api/src/__api/mutations/saveCart.js")];case 1:return[4,(0,r.sent().saveCart)(t,["merchantId","orderLineItems.variant.tagIds","billingAddress.region.createdAt","billingAddress.region.deleted","billingAddress.region.updatedAt","shippingAddress.region.createdAt","shippingAddress.region.deleted","shippingAddress.region.updatedAt","currencyRates","abandonedCartFlows"])];case 2:return e=r.sent(),n=e.data?a(e.data):null,[2,new s(n||null,e.graphQLErrors)]}})})}function u(t){return e(this,void 0,void 0,function(){var e;return r(this,function(r){switch(r.label){case 0:return[4,import("../../../packages/storefront-api/src/__api/mutations/createPayWithIkasSessionUrl.js")];case 1:return[4,(0,r.sent().createPayWithIkasSessionUrl)(t)];case 2:return e=r.sent(),[2,new s(e.data,e.graphQLErrors)]}})})}function c(t){return e(this,void 0,void 0,function(){var e,n;return r(this,function(r){switch(r.label){case 0:return[4,import("../../../packages/storefront-api/src/__api/mutations/saveCartCouponCode.js")];case 1:return[4,(0,r.sent().saveCartCouponCode)(t,["merchantId","orderLineItems.variant.tagIds","billingAddress.region.createdAt","billingAddress.region.deleted","billingAddress.region.updatedAt","shippingAddress.region.createdAt","shippingAddress.region.deleted","shippingAddress.region.updatedAt","currencyRates","abandonedCartFlows"])];case 2:return e=r.sent(),n=e.data?a(e.data):null,[2,new s(n||null,e.graphQLErrors)]}})})}function l(t){return e(this,void 0,void 0,function(){var e,n;return r(this,function(r){switch(r.label){case 0:return[4,import("../../../packages/storefront-api/src/__api/mutations/addItemToCart.js")];case 1:return[4,(0,r.sent().addItemToCart)(t,["merchantId","orderLineItems.variant.tagIds","billingAddress.region.createdAt","billingAddress.region.deleted","billingAddress.region.updatedAt","shippingAddress.region.createdAt","shippingAddress.region.deleted","shippingAddress.region.updatedAt","currencyRates","abandonedCartFlows"])];case 2:return e=r.sent(),n=e.data?a(e.data):null,[2,new s(n||null,e.graphQLErrors)]}})})}function g(t){return e(this,void 0,void 0,function(){var e,n;return r(this,function(r){switch(r.label){case 0:return[4,import("../../../packages/storefront-api/src/__api/mutations/updateCartCampaignOffer.js")];case 1:return[4,(0,r.sent().updateCartCampaignOffer)(t,["merchantId","orderLineItems.variant.tagIds","billingAddress.region.createdAt","billingAddress.region.deleted","billingAddress.region.updatedAt","shippingAddress.region.createdAt","shippingAddress.region.deleted","shippingAddress.region.updatedAt","currencyRates","abandonedCartFlows"])];case 2:return e=r.sent(),n=e.data?a(e.data):null,[2,new s(n||null,e.graphQLErrors)]}})})}export{l as apiAddItemToCart,u as apiCreatePayWithIkasSessionUrl,o as apiGetCartById,p as apiSaveCart,c as apiSaveCartCouponCode,g as apiUpdateCartCampaignOffer};
1
+ import{__awaiter as e,__generator as r,__assign as t}from'./../../../ext/tslib/tslib.es6.mjs.js';import{APIResponse as s}from"../../../packages/storefront-api-client/src/utils/api.js";import'./../../../ext/isomorphic-fetch/fetch-npm-node.js';import{IkasStorefrontConfig as n}from"../../../packages/storefront-config/src/index.js";import"../../../analytics/analytics.js";import'./../../../ext/mobx/dist/mobx.esm.js';import'./../../../ext/animejs/lib/anime.esm.js';import"../../../packages/storefront-api/src/index.js";import{initIkasCampaignOffer as i}from"../../models/product/campaign-offer/init.js";import"../../../stores/customer/index.js";import"../../../i18n/index.js";import'./../../../ext/lodash/sortBy.js';import"../../../router/index.js";import"../../../stores/cart/index.js";import"../../../stores/base/index.js";import'./../../../ext/uuid/dist/esm-browser/stringify.js';import'./../../../ext/uuid/dist/esm-browser/v3.js';import'./../../../ext/uuid/dist/esm-browser/native.js';import'./../../../ext/uuid/dist/esm-browser/v5.js';import{initIkasOrder as d}from"../../models/order/index.js";import"../../models/product-list/index.js";import"../../../theme/styles/index.js";import"../../../packages/storefront-models/src/models/merchant-settings/index.js";function a(e){return t(t({},d(e)),{cancelReason:null})}function o(t){return e(this,void 0,void 0,function(){var e,d,o;return r(this,function(r){switch(r.label){case 0:return[4,import("../../../packages/storefront-api/src/__api/queries/getCartById.js")];case 1:return[4,(0,r.sent().getCartById)(t,["merchantId","orderLineItems.variant.tagIds","billingAddress.region.createdAt","billingAddress.region.deleted","billingAddress.region.updatedAt","shippingAddress.region.createdAt","shippingAddress.region.deleted","shippingAddress.region.updatedAt","currencyRates","abandonedCartFlows"])];case 2:return e=r.sent(),d=e.data?a(e.data):null,null===(o=null==d?void 0:d.campaignOffers)||void 0===o||o.forEach(function(e){e.campaignOffer&&i(e.campaignOffer,n.getCurrentLocale())}),[2,new s(d||null,e.graphQLErrors,e.errorCodes)]}})})}function p(t){return e(this,void 0,void 0,function(){var e,n;return r(this,function(r){switch(r.label){case 0:return[4,import("../../../packages/storefront-api/src/__api/mutations/saveCart.js")];case 1:return[4,(0,r.sent().saveCart)(t,["merchantId","orderLineItems.variant.tagIds","billingAddress.region.createdAt","billingAddress.region.deleted","billingAddress.region.updatedAt","shippingAddress.region.createdAt","shippingAddress.region.deleted","shippingAddress.region.updatedAt","currencyRates","abandonedCartFlows"])];case 2:return e=r.sent(),n=e.data?a(e.data):null,[2,new s(n||null,e.graphQLErrors)]}})})}function u(t){return e(this,void 0,void 0,function(){var e;return r(this,function(r){switch(r.label){case 0:return[4,import("../../../packages/storefront-api/src/__api/mutations/createPayWithIkasSessionUrl.js")];case 1:return[4,(0,r.sent().createPayWithIkasSessionUrl)(t)];case 2:return e=r.sent(),[2,new s(e.data,e.graphQLErrors)]}})})}function c(t){return e(this,void 0,void 0,function(){var e,n;return r(this,function(r){switch(r.label){case 0:return[4,import("../../../packages/storefront-api/src/__api/mutations/saveCartCouponCode.js")];case 1:return[4,(0,r.sent().saveCartCouponCode)(t,["merchantId","orderLineItems.variant.tagIds","billingAddress.region.createdAt","billingAddress.region.deleted","billingAddress.region.updatedAt","shippingAddress.region.createdAt","shippingAddress.region.deleted","shippingAddress.region.updatedAt","currencyRates","abandonedCartFlows"])];case 2:return e=r.sent(),n=e.data?a(e.data):null,[2,new s(n||null,e.graphQLErrors)]}})})}function l(t){return e(this,void 0,void 0,function(){var e,n;return r(this,function(r){switch(r.label){case 0:return[4,import("../../../packages/storefront-api/src/__api/mutations/addItemToCart.js")];case 1:return[4,(0,r.sent().addItemToCart)(t,["merchantId","orderLineItems.variant.tagIds","billingAddress.region.createdAt","billingAddress.region.deleted","billingAddress.region.updatedAt","shippingAddress.region.createdAt","shippingAddress.region.deleted","shippingAddress.region.updatedAt","currencyRates","abandonedCartFlows"])];case 2:return e=r.sent(),n=e.data?a(e.data):null,[2,new s(n||null,e.graphQLErrors)]}})})}function g(t){return e(this,void 0,void 0,function(){var e,n;return r(this,function(r){switch(r.label){case 0:return[4,import("../../../packages/storefront-api/src/__api/mutations/updateCartCampaignOffer.js")];case 1:return[4,(0,r.sent().updateCartCampaignOffer)(t,["merchantId","orderLineItems.variant.tagIds","billingAddress.region.createdAt","billingAddress.region.deleted","billingAddress.region.updatedAt","shippingAddress.region.createdAt","shippingAddress.region.deleted","shippingAddress.region.updatedAt","currencyRates","abandonedCartFlows"])];case 2:return e=r.sent(),n=e.data?a(e.data):null,[2,new s(n||null,e.graphQLErrors)]}})})}export{l as apiAddItemToCart,u as apiCreatePayWithIkasSessionUrl,o as apiGetCartById,p as apiSaveCart,c as apiSaveCartCouponCode,g as apiUpdateCartCampaignOffer};
@@ -1,8 +1,6 @@
1
- import { APIResponse, CartV2 } from "../../../storefront-api/src";
1
+ import { APIResponse, CartV2, ListLoyaltyProgramPointHistoryQueryParams, UseLoyaltyPointsQueryParams } from "../../../storefront-api/src";
2
2
  import { RemoveLoyaltyPointsFromCartQueryParams } from "../../../storefront-api/src/__api/mutations/removeLoyaltyPointsFromCart";
3
- import { UseLoyaltyPointsQueryParams } from "../../../storefront-api/src/__api/mutations/useLoyaltyPoints";
4
3
  import { GetLoyaltyCustomerInfoQueryParams } from "../../../storefront-api/src/__api/queries/getLoyaltyCustomerInfo";
5
- import { ListLoyaltyProgramPointHistoryQueryParams } from "../../../storefront-api/src/__api/queries/listLoyaltyProgramPointHistory";
6
4
  import { ListSpendingMethodsByCartIdQueryParams } from "../../../storefront-api/src/__api/queries/listSpendingMethodsByCartId";
7
5
  import { IkasLoyaltyCustomerInfo, IkasLoyaltyProgramEarningMethod, IkasLoyaltyProgramPointHistory, IkasLoyaltyProgramSpendingMethod, IkasLoyaltyProgramTier, IkasStorefrontWidgetSettings } from "../../../storefront-models/src";
8
6
  export declare function apiGetStorefrontWidgetSettings(): Promise<APIResponse<IkasStorefrontWidgetSettings>>;
@@ -1,4 +1,4 @@
1
- import type { SearchProduct, SortByTypeEnum } from "../../../storefront-api/src";
1
+ import type { SearchProduct, SearchProductsQueryParams, SortByTypeEnum } from "../../../storefront-api/src";
2
2
  import type { GetOrderLineFileQueryParams } from "../../../storefront-api/src/__api/mutations/getOrderLineFile";
3
3
  import type { SaveProductBackInStockRemindQueryParams } from "../../../storefront-api/src/__api/mutations/saveProductBackInStockRemind";
4
4
  import type { GetProductCampaignsQueryParams } from "../../../storefront-api/src/__api/queries/getProductCampaigns";
@@ -10,7 +10,6 @@ import type { ListCampaignOfferQueryParams } from "../../../storefront-api/src/_
10
10
  import type { ListProductAttributeQueryParams } from "../../../storefront-api/src/__api/queries/listProductAttribute";
11
11
  import type { ListProductBackInStockRemindQueryParams } from "../../../storefront-api/src/__api/queries/listProductBackInStockRemind";
12
12
  import type { ListProductOptionSetQueryParams } from "../../../storefront-api/src/__api/queries/listProductOptionSet";
13
- import type { SearchProductsQueryParams } from "../../../storefront-api/src/__api/queries/searchProducts";
14
13
  import { APIResponse } from "../../../storefront-api-client/src";
15
14
  import { IkasFilterCategory, IkasProduct, IkasProductAttribute, IkasProductCampaign, IkasProductFilter, IkasProductOptionSet, IkasProductStockLocations } from "../../../storefront-models/src";
16
15
  export declare function apiListProductBackInStockRemind(params: ListProductBackInStockRemindQueryParams): Promise<APIResponse<import("../../../storefront-api/src").ProductBackInStockRemind[]> | APIResponse<undefined>>;
@@ -192,6 +192,24 @@ export declare function isProductListRelatedProducts(list: IkasProductList): boo
192
192
  * ```
193
193
  */
194
194
  export declare function isProductListViewedTogether(list: IkasProductList): boolean;
195
+ /**
196
+ * Checks whether the product list is of the PURCHASED_TOGETHER type (showing products purchased together).
197
+ *
198
+ * @ai-category ProductList
199
+ * @ai-related isProductListStatic, isProductListRecommended, isProductListViewedTogether
200
+ *
201
+ * @param list - The product list to check
202
+ * @returns True if the product list type is PURCHASED_TOGETHER
203
+ *
204
+ * @example
205
+ * ```typescript
206
+ * import { isProductListPurchasedTogether } from "@ikas/bp-storefront";
207
+ * if (isProductListPurchasedTogether(productList)) {
208
+ * // Show "Purchased Together" section
209
+ * }
210
+ * ```
211
+ */
212
+ export declare function isProductListPurchasedTogether(list: IkasProductList): boolean;
195
213
  /**
196
214
  * Checks whether the product list is of the SEARCH type (populated by search results).
197
215
  *
@@ -470,6 +488,7 @@ export declare function getSelectedFilterValues(list: IkasProductList): IkasProd
470
488
  * ```
471
489
  */
472
490
  export declare function getProductListInitialData(list: IkasProductList, queryParams?: URLSearchParams, isInfiteScrollReturn?: boolean): Promise<true | undefined>;
491
+ export declare function productListToggleFilterCollapsed(filter: IkasProductFilter): void;
473
492
  /**
474
493
  * Fetches the previous page of products and prepends them to the current list data for infinite scroll.
475
494
  *
@@ -1 +1 @@
1
- import{__assign as e,__awaiter as t,__generator as r}from'./../../../ext/tslib/tslib.es6.mjs.js';import{IkasStorefrontConfig as n}from"../../../packages/storefront-config/src/index.js";import{I18n as i}from"../../../i18n/index.js";import{Router as a,withRoutePrefix as o}from"../../../router/index.js";import{customerStore as s}from"../../../stores/customer/index.js";import{isClient as u,isBackNavigation as l,getQueryParams as d,debounce as c,stringToSlug as f,stringifyQueryParams as v}from"../../../utils/helper.js";import{setSavedLastViewedProductsResponse as p,getLastViewedProducts as g,waitForCustomerStoreInit as E}from"../../stores/customer/index.js";import{getIkasFilterCategorySlug as I,getIkasFilterCategoryHref as C}from"../filter-category/index.js";import{getFilterValueList as S,clearFilter as A,selectFilterValue as y,onNumberRangeFilterOptionClick as T,getFilterKeyList as R,applyQueryParamForFilter as D,initIkasProductFilter as _,isCustomValueFilter as h}from"../product/filter/index.js";import{getProductVariantPrice as m,hasProductVariantStock as N}from"../product/variant/index.js";var b;function L(t){var r=e({data:[],limit:10,page:1,count:0,isInitialized:!1,isLoading:!1,type:"ALL",sort:"DEFAULT",searchKeyword:"",pageType:"CATEGORY",category:null,brand:null,productListPropValue:{id:"",productIds:[],initialLimit:10,productListType:"ALL"}},t);return function(e){var t;if((null===(t=e.pageSpecificData)||void 0===t?void 0:t.orderType)&&["ALL"].includes(e.type))switch(e.pageSpecificData.orderType){case"HIGHEST_DISCOUNT_RATIO":e.sort="DECRASING_DISCOUNT";break;case"LOWEST_DISCOUNT_RATIO":e.sort="INCREASING_DISCOUNT";break;case"HIGHEST_PRICE":e.sort="DECREASING_PRICE";break;case"LOWEST_PRICE":e.sort="INCREASING_PRICE";break;case"NEWEST":e.sort="LAST_ADDED";break;case"OLDEST":e.sort="FIRST_ADDED";break;case"MANUALLY":e.sort="FEATURED"}}(r),M(r),q(r),r}function O(e){var t;if(u()&&(!l()||!a.isFromBFCache)){!function(e){var t=d(),r=null==t?void 0:t.get("page");if(r){var n=parseInt(r);isNaN(n)||(e.page=n,e.infiniteScrollPage=n)}}(e);if(["CATEGORY","BRAND","SEARCH"].includes(e.pageType)&&location.search&&P(e)&&((null===(t=e.productListPropValue)||void 0===t?void 0:t.usePageFilter)||"SEARCH"===e.type))ue(e,d(),e.page>1);else e.page>1?ue(e,void 0,!0):j(e)?ue(e):Se(e)}}function G(e,t){t!==e.searchKeyword&&(e.searchKeyword=t,Te(e),Re(e))}function P(e){return"ALL"===e.type||"CATEGORY"===e.type}function U(e){var t,r;return(null===(t=e.filters)||void 0===t?void 0:t.some(function(e){return!!S(e).length}))||!!e.searchKeyword||"CATEGORY"!==e.pageType&&(!!e.filterCategoryId||!!(null===(r=e.filterCategories)||void 0===r?void 0:r.some(function(e){return e.isSelected})))}function V(e){return"STATIC"===e.type}function w(e){return"DISCOUNTED"===e.type}function F(e){return"RECOMMENDED"===e.type}function j(e){return"LAST_VIEWED"===e.type}function k(e){return"RELATED_PRODUCTS"===e.type}function x(e){return"VIEWED_TOGETHER"===e.type}function W(e){return"SEARCH"===e.type}function K(e){return!(V(e)||w(e)||F(e)||!e.minPage)&&e.minPage>1}function B(e){return!(V(e)||w(e)||F(e))&&e.page*e.limit<e.count}function H(e){var t;return(null===(t=e.filterCategories)||void 0===t?void 0:t.filter(function(e){return 0!==e.resultCount}))||[]}function Y(e){var t;return!!e.searchKeyword||!!(null===(t=e.filters)||void 0===t?void 0:t.some(function(e){return!!S(e).length}))}function Z(e){var t;return"MANUALLY"===(null===(t=e.pageSpecificData)||void 0===t?void 0:t.orderType)&&["ALL","CATEGORY"].includes(e.type)}function M(e){var t=U(e);e.data.forEach(function(e){return e.isFiltered=t||!1})}function q(e){var t=V(e);e.data.forEach(function(e){return e.isFiltered=t||!1})}function z(e){e._enableSuggestions=!0}function J(e){var t={};return e.categoryId&&(t.categoryId=e.categoryId),e.brandId&&(t.brandId=e.brandId),Object.keys(t).length?o("/search?suggestion=".concat(encodeURIComponent(JSON.stringify(t)))):o("/search")}function X(i,a,o,s){return t(this,void 0,void 0,function(){var t,u,l,c,f,v,p,g,E,I,C,A,y,T,R,_;return r(this,function(r){switch(r.label){case 0:return t=[],u=[],null===(A=i.filters)||void 0===A||A.forEach(function(e){var r=S(e);r.length&&t.push({id:e.id,type:e.type,displayType:e.displayType,valueList:r}),e.isFacetFilter&&u.push({id:e.id,type:e.type,displayType:e.displayType})}),l=d(),(c=null==l?void 0:l.get("suggestion"))&&(f=JSON.parse(decodeURIComponent(c)),(v=f.brandId)&&((p=null===(y=i.filters)||void 0===y?void 0:y.find(function(e){return"brand"===e.id&&"BRAND"===e.type}))&&(g=null===(T=p.values)||void 0===T?void 0:T.find(function(e){return e.id===v}))&&D(p,g.name),t.push({id:"brand",type:"BRAND",displayType:"BOX",valueList:[v]})),f.categoryId&&(i.filterCategoryId=f.categoryId),i.searchKeyword=f.term),E=null===(R=i.filterCategories)||void 0===R?void 0:R.filter(function(e){return e.isSelected}).map(function(e){return e.id}),I=function(e){var t,r;switch(e.sort){case"INCREASING_PRICE":t="ASC",r="PRICE";break;case"DECREASING_PRICE":t="DESC",r="PRICE";break;case"FIRST_ADDED":t="ASC",r="CREATED_AT";break;case"LAST_ADDED":t="DESC",r="CREATED_AT";break;case"INCREASING_DISCOUNT":t="ASC",r="DISCOUNT_RATIO";break;case"DECRASING_DISCOUNT":t="DESC",r="DISCOUNT_RATIO";break;case"FEATURED":if(W(e))return;t="ASC",r="MANUAL_SORT";break;case"DEFAULT":t=void 0,r=void 0;break;case"AVERAGE_RATING":t="DESC",r="AVERAGE_RATING";break;case"REVIEW_COUNT":t="DESC",r="REVIEW_COUNT";break;case"SALE_COUNT":t="DESC",r="SALE_COUNT";break;case"A_Z":t="ASC",r="NAME";break;case"Z_A":t="DESC",r="NAME"}if(t&&r)return{direction:t,type:r}}(i),k(i)&&i.relatedProductData?[4,import("../../api/product/index.js")]:[3,3];case 1:return[4,(0,r.sent().apiGetSuggestedProducts)({priceListId:n.priceListId,salesChannelId:n.salesChannelId,productId:i.relatedProductData.productId,brandIds:i.relatedProductData.brandIds,categoryIds:i.relatedProductData.categoryIds,locale:n.getCurrentLocale()})];case 2:case 5:case 8:return[2,r.sent()];case 3:return x(i)&&i.viewedTogetherProductData?[4,import("../../api/product/index.js")]:[3,6];case 4:return[4,(0,r.sent().apiGetSuggestedProducts)({priceListId:n.priceListId,salesChannelId:n.salesChannelId,method:"VIEWED_TOGETHER",productIds:i.viewedTogetherProductData.productIds,locale:n.getCurrentLocale()})];case 6:return C={input:e(e(e(e({page:a,perPage:o},i._enableSuggestions?{enableSuggestions:i._enableSuggestions}:{}),{productIdList:V(i)?null===(_=i.productListPropValue.productIds)||void 0===_?void 0:_.map(function(e){return e.productId}):s,filterList:t,facetList:u}),i.baseCategoryIdList?{baseCategoryIdList:i.baseCategoryIdList}:{}),{brandId:"BRAND"===i.pageType&&"SEARCH"!==i.type?i.filterBrandId:void 0,categoryIdList:E&&E.length?E:i.filterCategoryId?[i.filterCategoryId]:void 0,priceListId:n.priceListId,salesChannelId:n.salesChannelId,query:i.searchKeyword,order:I?[I]:[],showStockOption:n.stockPreference||"SHOW_ALL"})},[4,import("../../api/product/index.js")];case 7:return[4,(0,r.sent().apiSearchProducts)(C,i.excludedFields||[])]}})})}function Q(e){return t(this,void 0,void 0,function(){var t,i,a,o,s,u;return r(this,function(r){switch(r.label){case 0:return[4,import("../../api/product/index.js")];case 1:return[4,(0,r.sent().apiGetProductFilterData)({categoryId:e.filterCategoryId?e.filterCategoryId:void 0,locale:n.getCurrentLocale()})];case 2:return t=r.sent(),e.filters=null===(a=null==t?void 0:t.data)||void 0===a?void 0:a.filters.map(function(e){return _(e)}),e.filterCategories=null===(o=null==t?void 0:t.data)||void 0===o?void 0:o.categories,e.disabledSortTypes=null===(s=t.data)||void 0===s?void 0:s.disabledSortTypes,"CATEGORY"!==e.pageType&&e.filterCategoryId&&(i=null===(u=e.filterCategories)||void 0===u?void 0:u.find(function(t){return t.id===e.filterCategoryId}))&&(i.isSelected=!0),e.filters&&e.filters.sort(function(e,t){return e.order>t.order?1:-1}),[2]}})})}function $(e){return t(this,void 0,void 0,function(){var t;return r(this,function(r){switch(r.label){case 0:return[4,ue(e)];case 1:return t=r.sent(),["CATEGORY","BRAND","SEARCH"].includes(e.pageType)?(t&&te(e),[2]):[2]}})})}function ee(e){var t,r,n,i={};if(null===(t=e.filters)||void 0===t||t.forEach(function(e){var t=R(e);t.length&&(i[f(e.name)]=t)}),e.searchKeyword&&(i.s=e.searchKeyword),e.sort&&(i.o=De[e.sort]),e.baseCategoryIdList&&(i.bc=e.baseCategoryIdList),e.suggestionCategoryId&&(i.suggestionCategoryId=e.suggestionCategoryId),e.infiniteScrollPage?i.page=e.infiniteScrollPage:i.page=e.page,"CATEGORY"!==e.pageType){var a=null===(r=e.filterCategories)||void 0===r?void 0:r.filter(function(e){return e.isSelected});if(!!(null==a?void 0:a.length))i.c=null==a?void 0:a.map(function(e){return I(e)});else if(e.filterCategoryId){var o=null===(n=e.filterCategories)||void 0===n?void 0:n.find(function(t){return t.id===e.filterCategoryId}),s=o?I(o):void 0;s&&(i.c=s)}}return v(i,{arrayFormat:"comma"})}function te(e){if(u()&&!W(e)&&!n.isEditor){var t=ee(e),r=o("".concat(location.pathname).concat(t?"?"+t:""));a.navigate(r,!0)}}function re(e){var t,r;null===(t=e.filters)||void 0===t||t.forEach(function(e){return A(e)}),e.searchKeyword="","CATEGORY"!==e.pageType&&(e.filterCategoryId=void 0),null===(r=e.filterCategories)||void 0===r||r.forEach(function(e){return e.isSelected=!1}),$(e)}function ne(e,t){A(t),$(e)}function ie(e,t,r){y(t,r),$(e)}function ae(e,t,r){T(t,r),$(e)}function oe(e){var t,r=null===(t=e.filters)||void 0===t?void 0:t.filter(function(e){var t;return null===(t=e.values)||void 0===t?void 0:t.some(function(e){return e.isSelected})});return null==r?void 0:r.map(function(e){var t,r;return e.numberRange?{filter:e,values:[e.numberRange.from+"-"+e.numberRange.to],commaSeperatedValues:e.numberRange.from+"-"+e.numberRange.to}:e.numberRangeListOptions?{filter:e,values:e.numberRangeListOptions.filter(function(e){return e.isSelected}).map(function(e){return e.from+"-"+e.to}),commaSeperatedValues:e.numberRangeListOptions.filter(function(e){return e.isSelected}).map(function(e){return e.from+"-"+e.to}).join(",")}:{filter:e,values:(null===(t=e.values)||void 0===t?void 0:t.filter(function(e){return e.isSelected}).map(function(e){return e.name}))||[],commaSeperatedValues:(null===(r=e.values)||void 0===r?void 0:r.filter(function(e){return e.isSelected}).map(function(e){return e.name}).join(","))||""}})}function se(e){return e.variants[0]}function ue(e,n,i){return t(this,void 0,void 0,function(){var t,a,o,l,d,c,f,v,C,S,A,y,T,R,_;return r(this,function(r){switch(r.label){case 0:e.isLoading=!0,t=Date.now(),e.fetchRequestTime=t,r.label=1;case 1:return r.trys.push([1,14,15,16]),a=i?e.page:1,o=e.limit,!P(e)||e.filters?[3,3]:[4,Q(e)];case 2:r.sent(),r.label=3;case 3:return function(e,t){var r;try{null==t||t.forEach(function(t,r){var n,i=null===(n=e.filters)||void 0===n?void 0:n.find(function(e){return e.key===r});i&&D(i,t)});var n=null==t?void 0:t.get("s");n&&(e.searchKeyword=n);var i=null==t?void 0:t.get("o");if(i){var a=parseInt(i),o=Object.entries(De).find(function(e){return e[1]===a});o&&(e.sort=o[0])}if("CATEGORY"!==e.pageType){var s=null==t?void 0:t.get("c"),u=null==s?void 0:s.split(",");u&&u.length&&(null===(r=e.filterCategories)||void 0===r||r.forEach(function(e){e.isSelected=u.some(function(t){return t===I(e)})}))}if("SEARCH"===e.pageType){var l=null==t?void 0:t.get("bc"),d=null==l?void 0:l.split(",");d&&(e.baseCategoryIdList=d);var c=null==t?void 0:t.get("suggestion");if(c){var f=JSON.parse(decodeURIComponent(c)).categoryId;f&&(e.suggestionCategoryId=f)}var v=null==t?void 0:t.get("suggestionCategoryId");v&&(e.suggestionCategoryId=v,e.filterCategoryId=v)}}catch(e){console.log(e)}}(e,n),[4,le(e)];case 4:return r.sent(),W(e)&&!Y(e)?(e.data=[],e.page=1,e.minPage=1,e.count=0,e.isInitialized=!0,[2,!0]):(l=void 0,d=!1,V(e)?(a=void 0,o=200,[3,10]):[3,5]);case 5:return w(e)||F(e)?(a=1,o=10,[3,10]):[3,6];case 6:return j(e)?u()?[4,E(s)]:[3,9]:[3,10];case 7:return r.sent(),[4,g(s)];case 8:return(c=r.sent())&&c.length?(l=c.map(function(e){return e.productId}),d=s.useLastViewedProductResponse,[3,10]):[2];case 9:return[2];case 10:return d?(v=s._savedLastViewedProductsResponse,[3,13]):[3,11];case 11:return[4,X(e,a||1,o||10,l)];case 12:v=r.sent(),r.label=13;case 13:return(f=v)&&e.fetchRequestTime===t?(C=[],!d&&j(e)&&p(s,f),V(e)||j(e)?(S=V(e)?e.productListPropValue.productIds:s._lastViewedProducts,C=(null==S?void 0:S.map(function(e){var t,r,n=null===(r=null===(t=f.data)||void 0===t?void 0:t.data)||void 0===r?void 0:r.find(function(t){return t.id===e.productId}),i=null==n?void 0:n.variants.find(function(t){return t.id===e.variantId});if((null==i?void 0:i.isActive)&&N(i)||(i=null==n?void 0:n.variants.find(function(e){return e.isActive&&N(e)})),n&&i)return n.selectedVariantValues=i.variantValues,n}).filter(function(e){return!!e}))||[]):C=(null===(T=null===(y=f.data)||void 0===y?void 0:y.data)||void 0===T?void 0:T.map(function(e){var t=se(e);return e.selectedVariantValues=t.variantValues,e}))||[],function(e,t){var r,n;null===(r=e.filters)||void 0===r||r.forEach(function(e){var r,n,i,a=null==t?void 0:t.find(function(t){return t.id===e.id});a?null===(r=e.values)||void 0===r||r.forEach(function(t){var r=a.values.find(function(e){return e.id===t.id});r?t.resultCount=r.count:h(e)?t.resultCount=null:t.resultCount=0}):h(e)?null===(n=e.values)||void 0===n||n.forEach(function(e){return e.resultCount=null}):null===(i=e.values)||void 0===i||i.forEach(function(e){return e.resultCount=0})});var i=null==t?void 0:t.find(function(e){return"category"===e.id});i&&(null===(n=e.filterCategories)||void 0===n||n.forEach(function(e){var t=i.values.find(function(t){return t.id===e.id});e.resultCount=t?t.count:0}))}(e,null===(R=f.data)||void 0===R?void 0:R.facets),e.data=C,e.count=(null===(_=f.data)||void 0===_?void 0:_.count)||0,e.isInitialized=!0,e.page=a||1,e.minPage=e.page,f.data&&"suggestions"in f.data&&(e.suggestions=f.data.suggestions),M(e),q(e),i||(e.infiniteScrollPage=null),Se(e),[2,!0]):[2];case 14:return A=r.sent(),console.log(A),[3,16];case 15:return t===e.fetchRequestTime&&(e.isLoading=!1),[7];case 16:return[2]}})})}function le(e){return t(this,void 0,void 0,function(){var t,n,i,a,o,s,u,l,d,c;return r(this,function(r){switch(r.label){case 0:return r.trys.push([0,13,,14]),e.productListPropValue.category?[4,import("../../api/category/index.js")]:[3,3];case 1:return[4,(0,r.sent().apiListCategory)({id:{eq:e.productListPropValue.category}})];case 2:return t=r.sent(),e.category=(null===(o=null===(a=t.data)||void 0===a?void 0:a.data)||void 0===o?void 0:o[0])||null,[3,7];case 3:return e.productListPropValue.usePageFilter&&"CATEGORY"===e.pageType&&e.pageSpecificData?(e.category=e.pageSpecificData,[3,7]):[3,4];case 4:return e.filterCategoryId?[4,import("../../api/category/index.js")]:[3,7];case 5:return[4,(0,r.sent().apiListCategory)({id:{eq:e.filterCategoryId}})];case 6:t=r.sent(),e.category=(null===(u=null===(s=t.data)||void 0===s?void 0:s.data)||void 0===u?void 0:u[0])||null,r.label=7;case 7:return e.productListPropValue.usePageFilter&&"BRAND"===e.pageType&&e.pageSpecificData?(e.brand=e.pageSpecificData,[3,12]):[3,8];case 8:return e.filterBrandId?e.filterBrandId!==(null===(l=e.pageSpecificData)||void 0===l?void 0:l.id)?[3,9]:(e.brand=e.pageSpecificData,[3,12]):[3,12];case 9:return[4,import("../../api/brand/index.js")];case 10:return[4,(0,r.sent().apiListProductBrand)({id:{eq:e.filterBrandId}})];case 11:n=r.sent(),e.brand=(null===(c=null===(d=n.data)||void 0===d?void 0:d.data)||void 0===c?void 0:c[0])||null,r.label=12;case 12:return[3,14];case 13:return i=r.sent(),console.error(i),[3,14];case 14:return[2]}})})}function de(e){return t(this,void 0,void 0,function(){var t,n,i,a,o,s,u;return r(this,function(r){switch(r.label){case 0:if(V(e)||w(e)||F(e)||j(e)||e.isLoading||!K(e))return[2];e.isLoading=!0,r.label=1;case 1:return r.trys.push([1,3,4,5]),t=e.minPage-1,[4,X(e,t,e.limit)];case 2:return(n=r.sent())?(i=null===(s=null===(o=n.data)||void 0===o?void 0:o.data)||void 0===s?void 0:s.map(function(e){var t=se(e);return e.selectedVariantValues=t.variantValues,e}),e.data=(null==i?void 0:i.concat(e.data))||e.data,e.count=(null===(u=n.data)||void 0===u?void 0:u.count)||e.count,e.minPage=t,M(e),q(e),te(e),[3,5]):[2];case 3:return a=r.sent(),console.log(a),[3,5];case 4:return e.isLoading=!1,[7];case 5:return[2]}})})}function ce(e){return t(this,void 0,void 0,function(){var t,n,i,a,o,s;return r(this,function(r){switch(r.label){case 0:if(V(e)||w(e)||F(e)||j(e)||e.isLoading||!B(e))return[2];e.isLoading=!0,r.label=1;case 1:return r.trys.push([1,3,4,5]),[4,X(e,e.page+1,e.limit)];case 2:return(t=r.sent())?(n=null===(o=null===(a=t.data)||void 0===a?void 0:a.data)||void 0===o?void 0:o.map(function(e){var t=se(e);return e.selectedVariantValues=t.variantValues,e}),e.data=e.data.concat(n||[]),e.count=(null===(s=t.data)||void 0===s?void 0:s.count)||e.count,e.page=e.page+1,M(e),q(e),te(e),[3,5]):[2];case 3:return i=r.sent(),console.log(i),[3,5];case 4:return e.isLoading=!1,[7];case 5:return[2]}})})}function fe(e,n){return t(this,void 0,void 0,function(){var t,i,a,o,s,u;return r(this,function(r){switch(r.label){case 0:if(e.isLoading||V(e)||w(e)||F(e)||j(e))return[2];e.isLoading=!0,r.label=1;case 1:return r.trys.push([1,3,4,5]),[4,X(e,n,e.limit)];case 2:return(t=r.sent())?(i=null===(s=null===(o=t.data)||void 0===o?void 0:o.data)||void 0===s?void 0:s.map(function(e){var t=se(e);return e.selectedVariantValues=t.variantValues,e}),e.data=i||[],e.count=(null===(u=t.data)||void 0===u?void 0:u.count)||0,e.page=n,e.minPage=n,M(e),q(e),te(e),[3,5]):[2];case 3:return a=r.sent(),console.log(a),[3,5];case 4:return e.isLoading=!1,[7];case 5:return[2]}})})}function ve(e,n){return t(this,void 0,void 0,function(){return r(this,function(t){switch(t.label){case 0:return e.sort=n,[4,ue(e)];case 1:return t.sent()&&te(e),[2]}})})}function pe(e){return ge(e,e.sort)}function ge(e,t){switch(t){case"INCREASING_PRICE":return i.translate("sort_type.increasing_price");case"DECREASING_PRICE":return i.translate("sort_type.decreasing_price");case"LAST_ADDED":return i.translate("sort_type.last_added");case"FIRST_ADDED":return i.translate("sort_type.first_added");case"INCREASING_DISCOUNT":return i.translate("sort_type.increasing_discount");case"DECRASING_DISCOUNT":return i.translate("sort_type.decreasing_discount");case"FEATURED":return i.translate("sort_type.featured");case"DEFAULT":return i.translate("sort_type.default");case"AVERAGE_RATING":return i.translate("sort_type.average_rating");case"REVIEW_COUNT":return i.translate("sort_type.review_count");case"SALE_COUNT":return i.translate("sort_type.sale_count");case"A_Z":return i.translate("sort_type.a_z");case"Z_A":return i.translate("sort_type.z_a")}}function Ee(e){var t,r,n,i,a,o,s,u,l=[];return(null===(t=e.disabledSortTypes)||void 0===t?void 0:t.includes("NAME"))||(l.push({label:ge(0,"A_Z"),value:"A_Z",isSelected:"A_Z"===e.sort}),l.push({label:ge(0,"Z_A"),value:"Z_A",isSelected:"Z_A"===e.sort})),(null===(r=e.disabledSortTypes)||void 0===r?void 0:r.includes("PRICE"))||(l.push({label:ge(0,"INCREASING_PRICE"),value:"INCREASING_PRICE",isSelected:"INCREASING_PRICE"===e.sort}),l.push({label:ge(0,"DECREASING_PRICE"),value:"DECREASING_PRICE",isSelected:"DECREASING_PRICE"===e.sort})),(null===(n=e.disabledSortTypes)||void 0===n?void 0:n.includes("CREATED_AT"))||(l.push({label:ge(0,"LAST_ADDED"),value:"LAST_ADDED",isSelected:"LAST_ADDED"===e.sort}),l.push({label:ge(0,"FIRST_ADDED"),value:"FIRST_ADDED",isSelected:"FIRST_ADDED"===e.sort})),(null===(i=e.disabledSortTypes)||void 0===i?void 0:i.includes("DISCOUNT_RATIO"))||(l.push({label:ge(0,"INCREASING_DISCOUNT"),value:"INCREASING_DISCOUNT",isSelected:"INCREASING_DISCOUNT"===e.sort}),l.push({label:ge(0,"DECRASING_DISCOUNT"),value:"DECRASING_DISCOUNT",isSelected:"DECRASING_DISCOUNT"===e.sort})),(null===(a=e.disabledSortTypes)||void 0===a?void 0:a.includes("MANUAL_SORT"))||l.push({label:ge(0,"FEATURED"),value:"FEATURED",isSelected:"FEATURED"===e.sort}),(null===(o=e.disabledSortTypes)||void 0===o?void 0:o.includes("AVERAGE_RATING"))||l.push({label:ge(0,"AVERAGE_RATING"),value:"AVERAGE_RATING",isSelected:"AVERAGE_RATING"===e.sort}),(null===(s=e.disabledSortTypes)||void 0===s?void 0:s.includes("REVIEW_COUNT"))||l.push({label:ge(0,"REVIEW_COUNT"),value:"REVIEW_COUNT",isSelected:"REVIEW_COUNT"===e.sort}),(null===(u=e.disabledSortTypes)||void 0===u?void 0:u.includes("SALE_COUNT"))||l.push({label:ge(0,"SALE_COUNT"),value:"SALE_COUNT",isSelected:"SALE_COUNT"===e.sort}),l}function Ie(e,i,o){return t(this,void 0,void 0,function(){var t,s,u;return r(this,function(r){switch(r.label){case 0:return o?(null===(u=e.filterCategories)||void 0===u||u.forEach(function(e){e.id===i.id&&(e.isSelected=!e.isSelected)}),[4,$(e)]):[3,2];case 1:return r.sent(),[3,3];case 2:n.isEditor||(t=ee(e),s=C(i)+(t?"?"+t:""),a.navigate(s)),r.label=3;case 3:return[2]}})})}function Ce(e,t){if(e.infiniteScrollPage!==t){e.infiniteScrollPage=t;var r=ee(e);a.navigate("".concat(location.pathname).concat(r?"?"+r:""),!0)}}function Se(e){return t(this,void 0,void 0,function(){return r(this,function(t){switch(t.label){case 0:return e.searchKeyword&&e.data.length?[4,import("../../../analytics/analytics-functions/viewSearchResults.js")]:[3,2];case 1:return(0,t.sent().anl_viewSearchResults)(e.searchKeyword,e.data),[3,4];case 2:return e.data.length&&"ALL"===e.type?[4,import("../../../analytics/analytics-functions/viewListing.js")]:[3,4];case 3:(0,t.sent().anl_viewListing)(e.data),t.label=4;case 4:return[2]}})})}function Ae(e){var t=e.data[0];if(!t)return n.getDefaultCurrencyCode()||"";var r=se(t),i=m(r);return(null==i?void 0:i.currency)||n.getDefaultCurrencyCode()||""}function ye(e){var t=e.data[0];if(!t)return n.getDefaultCurrencySymbol()||"";var r=se(t),i=m(r);return(null==i?void 0:i.currencySymbol)||n.getDefaultCurrencySymbol()||""}var Te=c(function(e){$(e)},500),Re=c(function(e){return t(void 0,void 0,void 0,function(){return r(this,function(t){switch(t.label){case 0:return[4,import("../../../analytics/analytics-functions/search.js")];case 1:return(0,t.sent().anl_search)(e.searchKeyword),[2]}})})},1e3),De=((b={}).INCREASING_PRICE=1,b.DECREASING_PRICE=2,b.LAST_ADDED=3,b.FIRST_ADDED=4,b.INCREASING_DISCOUNT=5,b.DECRASING_DISCOUNT=6,b.FEATURED=7,b.DEFAULT=8,b.AVERAGE_RATING=9,b.REVIEW_COUNT=10,b.SALE_COUNT=11,b.A_Z=12,b.Z_A=13,b);export{ne as clearProductListFilter,re as clearProductListFilters,z as enableProductListSuggestions,Ae as getProductListCurrencyCode,ye as getProductListCurrencySymbol,H as getProductListFilterCategories,ue as getProductListInitialData,ce as getProductListNextPage,fe as getProductListPage,de as getProductListPrevPage,Ee as getProductListSortOptions,pe as getProductListSortTypeTranslation,J as getProductListSuggestionHref,oe as getSelectedFilterValues,ie as handleFilterValueClick,ae as handleNumberRangeOptionClick,Y as hasProductListAppliedFilters,Z as hasProductListFeaturedSortEnabled,B as hasProductListNextPage,K as hasProductListPrevPage,L as initProductList,O as initProductListOnBrowser,w as isProductListDiscounted,P as isProductListFilterable,U as isProductListFiltered,j as isProductListLastViewed,F as isProductListRecommended,k as isProductListRelatedProducts,W as isProductListSearch,V as isProductListStatic,x as isProductListViewedTogether,Ie as onFilterCategoryClick,G as searchProductList,M as setProductListIsFilteredForProducts,q as setProductListIsStaticForProducts,Ce as setProductListVisiblePage,ve as setSortType,ge as translateProductListSortType};
1
+ import{__assign as e,__awaiter as t,__generator as r}from'./../../../ext/tslib/tslib.es6.mjs.js';import{IkasStorefrontConfig as n}from"../../../packages/storefront-config/src/index.js";import i from'./../../../ext/lodash/cloneDeep.js';import{I18n as a}from"../../../i18n/index.js";import{Router as o,withRoutePrefix as s}from"../../../router/index.js";import{customerStore as u}from"../../../stores/customer/index.js";import{isClient as d,isBackNavigation as l,getQueryParams as c,debounce as f,stringToSlug as v,stringifyQueryParams as p}from"../../../utils/helper.js";import{setSavedLastViewedProductsResponse as g,getLastViewedProducts as I,waitForCustomerStoreInit as E}from"../../stores/customer/index.js";import{getIkasFilterCategorySlug as C,getIkasFilterCategoryHref as S}from"../filter-category/index.js";import{getFilterValueList as A,clearFilter as y,selectFilterValue as T,onNumberRangeFilterOptionClick as R,getFilterKeyList as D,applyQueryParamForFilter as h,initIkasProductFilter as _,isCustomValueFilter as m}from"../product/filter/index.js";import{getProductVariantPrice as b,hasProductVariantStock as N}from"../product/variant/index.js";var L;function O(t){var r=e({data:[],limit:10,page:1,count:0,isInitialized:!1,isLoading:!1,type:"ALL",sort:"DEFAULT",searchKeyword:"",pageType:"CATEGORY",category:null,brand:null,productListPropValue:{id:"",productIds:[],initialLimit:10,productListType:"ALL"}},t);return function(e){var t;if((null===(t=e.pageSpecificData)||void 0===t?void 0:t.orderType)&&["ALL"].includes(e.type))switch(e.pageSpecificData.orderType){case"HIGHEST_DISCOUNT_RATIO":e.sort="DECRASING_DISCOUNT";break;case"LOWEST_DISCOUNT_RATIO":e.sort="INCREASING_DISCOUNT";break;case"HIGHEST_PRICE":e.sort="DECREASING_PRICE";break;case"LOWEST_PRICE":e.sort="INCREASING_PRICE";break;case"NEWEST":e.sort="LAST_ADDED";break;case"OLDEST":e.sort="FIRST_ADDED";break;case"MANUALLY":e.sort="FEATURED"}}(r),z(r),J(r),r}function P(e){var t;if(d()&&(!l()||!o.isFromBFCache)){!function(e){var t=c(),r=null==t?void 0:t.get("page");if(r){var n=parseInt(r);isNaN(n)||(e.page=n,e.infiniteScrollPage=n)}}(e);if(["CATEGORY","BRAND","SEARCH"].includes(e.pageType)&&location.search&&U(e)&&((null===(t=e.productListPropValue)||void 0===t?void 0:t.usePageFilter)||"SEARCH"===e.type))le(e,c(),e.page>1);else e.page>1?le(e,void 0,!0):k(e)?le(e):Te(e)}}function G(e,t){t!==e.searchKeyword&&(e.searchKeyword=t,he(e),_e(e))}function U(e){return"ALL"===e.type||"CATEGORY"===e.type}function V(e){var t,r;return(null===(t=e.filters)||void 0===t?void 0:t.some(function(e){return!!A(e).length}))||!!e.searchKeyword||"CATEGORY"!==e.pageType&&(!!e.filterCategoryId||!!(null===(r=e.filterCategories)||void 0===r?void 0:r.some(function(e){return e.isSelected})))}function w(e){return"STATIC"===e.type}function F(e){return"DISCOUNTED"===e.type}function j(e){return"RECOMMENDED"===e.type}function k(e){return"LAST_VIEWED"===e.type}function x(e){return"RELATED_PRODUCTS"===e.type}function H(e){return"VIEWED_TOGETHER"===e.type}function W(e){return"PURCHASED_TOGETHER"===e.type}function K(e){return"SEARCH"===e.type}function B(e){return!(w(e)||F(e)||j(e)||!e.minPage)&&e.minPage>1}function Y(e){return!(w(e)||F(e)||j(e))&&e.page*e.limit<e.count}function Z(e){var t;return(null===(t=e.filterCategories)||void 0===t?void 0:t.filter(function(e){return 0!==e.resultCount}))||[]}function M(e){var t;return!!e.searchKeyword||!!(null===(t=e.filters)||void 0===t?void 0:t.some(function(e){return!!A(e).length}))}function q(e){var t;return"MANUALLY"===(null===(t=e.pageSpecificData)||void 0===t?void 0:t.orderType)&&["ALL","CATEGORY"].includes(e.type)}function z(e){var t=V(e);e.data.forEach(function(e){return e.isFiltered=t||!1})}function J(e){var t=w(e);e.data.forEach(function(e){return e.isFiltered=t||!1})}function X(e){e._enableSuggestions=!0}function Q(e){var t={};return e.categoryId&&(t.categoryId=e.categoryId),e.brandId&&(t.brandId=e.brandId),Object.keys(t).length?s("/search?suggestion=".concat(encodeURIComponent(JSON.stringify(t)))):s("/search")}function $(i,a,o,s){return t(this,void 0,void 0,function(){var t,u,d,l,f,v,p,g,I,E,C,S,y,T,R,D;return r(this,function(r){switch(r.label){case 0:return t=[],u=[],null===(S=i.filters)||void 0===S||S.forEach(function(e){var r=A(e);r.length&&t.push({id:e.id,type:e.type,displayType:e.displayType,valueList:r}),e.isFacetFilter&&u.push({id:e.id,type:e.type,displayType:e.displayType})}),d=c(),(l=null==d?void 0:d.get("suggestion"))&&(f=JSON.parse(decodeURIComponent(l)),(v=f.brandId)&&((p=null===(y=i.filters)||void 0===y?void 0:y.find(function(e){return"brand"===e.id&&"BRAND"===e.type}))&&(g=null===(T=p.values)||void 0===T?void 0:T.find(function(e){return e.id===v}))&&h(p,g.name),t.push({id:"brand",type:"BRAND",displayType:"BOX",valueList:[v]})),f.categoryId&&(i.filterCategoryId=f.categoryId),i.searchKeyword=f.term),I=null===(R=i.filterCategories)||void 0===R?void 0:R.filter(function(e){return e.isSelected}).map(function(e){return e.id}),E=function(e){var t,r;switch(e.sort){case"INCREASING_PRICE":t="ASC",r="PRICE";break;case"DECREASING_PRICE":t="DESC",r="PRICE";break;case"FIRST_ADDED":t="ASC",r="CREATED_AT";break;case"LAST_ADDED":t="DESC",r="CREATED_AT";break;case"INCREASING_DISCOUNT":t="ASC",r="DISCOUNT_RATIO";break;case"DECRASING_DISCOUNT":t="DESC",r="DISCOUNT_RATIO";break;case"FEATURED":if(K(e))return;t="ASC",r="MANUAL_SORT";break;case"DEFAULT":t=void 0,r=void 0;break;case"AVERAGE_RATING":t="DESC",r="AVERAGE_RATING";break;case"REVIEW_COUNT":t="DESC",r="REVIEW_COUNT";break;case"SALE_COUNT":t="DESC",r="SALE_COUNT";break;case"A_Z":t="ASC",r="NAME";break;case"Z_A":t="DESC",r="NAME"}if(t&&r)return{direction:t,type:r}}(i),j(i)&&i.recommendedProductData?[4,import("../../api/product/index.js")]:[3,3];case 1:return[4,(0,r.sent().apiGetSuggestedProducts)({priceListId:n.priceListId,salesChannelId:n.salesChannelId,brandIds:i.recommendedProductData.brandIds,categoryIds:i.recommendedProductData.categoryIds,locale:n.getCurrentLocale()})];case 2:case 5:case 8:case 11:case 14:return[2,r.sent()];case 3:return x(i)&&i.relatedProductData?[4,import("../../api/product/index.js")]:[3,6];case 4:return[4,(0,r.sent().apiGetSuggestedProducts)({priceListId:n.priceListId,salesChannelId:n.salesChannelId,productId:i.relatedProductData.productId,brandIds:i.relatedProductData.brandIds,categoryIds:i.relatedProductData.categoryIds,locale:n.getCurrentLocale()})];case 6:return H(i)&&i.viewedTogetherProductData?[4,import("../../api/product/index.js")]:[3,9];case 7:return[4,(0,r.sent().apiGetSuggestedProducts)({priceListId:n.priceListId,salesChannelId:n.salesChannelId,method:"VIEWED_TOGETHER",productIds:i.viewedTogetherProductData.productIds,locale:n.getCurrentLocale()})];case 9:return W(i)&&i.purchasedTogetherProductData?[4,import("../../api/product/index.js")]:[3,12];case 10:return[4,(0,r.sent().apiGetSuggestedProducts)({priceListId:n.priceListId,salesChannelId:n.salesChannelId,method:"PURCHASED_TOGETHER",productIds:i.purchasedTogetherProductData.productIds,locale:n.getCurrentLocale()})];case 12:return C={input:e(e(e(e({page:a,perPage:o},i._enableSuggestions?{enableSuggestions:i._enableSuggestions}:{}),{productIdList:w(i)?null===(D=i.productListPropValue.productIds)||void 0===D?void 0:D.map(function(e){return e.productId}):s,filterList:t,facetList:u}),i.baseCategoryIdList?{baseCategoryIdList:i.baseCategoryIdList}:{}),{brandId:"BRAND"===i.pageType&&"SEARCH"!==i.type?i.filterBrandId:void 0,categoryIdList:I&&I.length?I:i.filterCategoryId?[i.filterCategoryId]:void 0,priceListId:n.priceListId,salesChannelId:n.salesChannelId,query:i.searchKeyword,order:E?[E]:[],showStockOption:n.stockPreference||"SHOW_ALL"})},[4,import("../../api/product/index.js")];case 13:return[4,(0,r.sent().apiSearchProducts)(C,i.excludedFields||[])]}})})}function ee(e){return t(this,void 0,void 0,function(){var t,i,a,o,s,u;return r(this,function(r){switch(r.label){case 0:return[4,import("../../api/product/index.js")];case 1:return[4,(0,r.sent().apiGetProductFilterData)({categoryId:e.filterCategoryId?e.filterCategoryId:void 0,locale:n.getCurrentLocale()})];case 2:return t=r.sent(),e.filters=null===(a=null==t?void 0:t.data)||void 0===a?void 0:a.filters.map(function(e){return _(e)}),e.filterCategories=null===(o=null==t?void 0:t.data)||void 0===o?void 0:o.categories,e.disabledSortTypes=null===(s=t.data)||void 0===s?void 0:s.disabledSortTypes,"CATEGORY"!==e.pageType&&e.filterCategoryId&&(i=null===(u=e.filterCategories)||void 0===u?void 0:u.find(function(t){return t.id===e.filterCategoryId}))&&(i.isSelected=!0),e.filters&&e.filters.sort(function(e,t){return e.order>t.order?1:-1}),[2]}})})}function te(e){return t(this,void 0,void 0,function(){var t;return r(this,function(r){switch(r.label){case 0:return[4,le(e)];case 1:return t=r.sent(),["CATEGORY","BRAND","SEARCH"].includes(e.pageType)?(t&&ne(e),[2]):[2]}})})}function re(e){var t,r,n,i={};if(null===(t=e.filters)||void 0===t||t.forEach(function(e){var t=D(e);t.length&&(i[v(e.name)]=t)}),e.searchKeyword&&(i.s=e.searchKeyword),e.sort&&(i.o=me[e.sort]),e.baseCategoryIdList&&(i.bc=e.baseCategoryIdList),e.suggestionCategoryId&&(i.suggestionCategoryId=e.suggestionCategoryId),e.infiniteScrollPage?i.page=e.infiniteScrollPage:i.page=e.page,"CATEGORY"!==e.pageType){var a=null===(r=e.filterCategories)||void 0===r?void 0:r.filter(function(e){return e.isSelected});if(!!(null==a?void 0:a.length))i.c=null==a?void 0:a.map(function(e){return C(e)});else if(e.filterCategoryId){var o=null===(n=e.filterCategories)||void 0===n?void 0:n.find(function(t){return t.id===e.filterCategoryId}),s=o?C(o):void 0;s&&(i.c=s)}}return p(i,{arrayFormat:"comma"})}function ne(e){if(d()&&!K(e)&&!n.isEditor){var t=re(e),r=s("".concat(location.pathname).concat(t?"?"+t:""));o.navigate(r,!0)}}function ie(e){var t,r;null===(t=e.filters)||void 0===t||t.forEach(function(e){return y(e)}),e.searchKeyword="","CATEGORY"!==e.pageType&&(e.filterCategoryId=void 0),null===(r=e.filterCategories)||void 0===r||r.forEach(function(e){return e.isSelected=!1}),te(e)}function ae(e,t){y(t),te(e)}function oe(e,t,r){T(t,r),te(e)}function se(e,t,r){R(t,r),te(e)}function ue(e){var t,r=null===(t=e.filters)||void 0===t?void 0:t.filter(function(e){var t;return null===(t=e.values)||void 0===t?void 0:t.some(function(e){return e.isSelected})});return null==r?void 0:r.map(function(e){var t,r;return e.numberRange?{filter:e,values:[e.numberRange.from+"-"+e.numberRange.to],commaSeperatedValues:e.numberRange.from+"-"+e.numberRange.to}:e.numberRangeListOptions?{filter:e,values:e.numberRangeListOptions.filter(function(e){return e.isSelected}).map(function(e){return e.from+"-"+e.to}),commaSeperatedValues:e.numberRangeListOptions.filter(function(e){return e.isSelected}).map(function(e){return e.from+"-"+e.to}).join(",")}:{filter:e,values:(null===(t=e.values)||void 0===t?void 0:t.filter(function(e){return e.isSelected}).map(function(e){return e.name}))||[],commaSeperatedValues:(null===(r=e.values)||void 0===r?void 0:r.filter(function(e){return e.isSelected}).map(function(e){return e.name}).join(","))||""}})}function de(e){return e.variants[0]}function le(e,n,a){return t(this,void 0,void 0,function(){var t,o,s,l,c,f,v,p,S,A,y,T,R,D,_,b;return r(this,function(r){switch(r.label){case 0:e.isLoading=!0,t=Date.now(),e.fetchRequestTime=t,r.label=1;case 1:return r.trys.push([1,14,15,16]),o=a?e.page:1,s=e.limit,!U(e)||e.filters?[3,3]:[4,ee(e)];case 2:r.sent(),r.label=3;case 3:return function(e,t){var r;try{null==t||t.forEach(function(t,r){var n,i=null===(n=e.filters)||void 0===n?void 0:n.find(function(e){return e.key===r});i&&h(i,t)});var n=null==t?void 0:t.get("s");n&&(e.searchKeyword=n);var i=null==t?void 0:t.get("o");if(i){var a=parseInt(i),o=Object.entries(me).find(function(e){return e[1]===a});o&&(e.sort=o[0])}if("CATEGORY"!==e.pageType){var s=null==t?void 0:t.get("c"),u=null==s?void 0:s.split(",");u&&u.length&&(null===(r=e.filterCategories)||void 0===r||r.forEach(function(e){e.isSelected=u.some(function(t){return t===C(e)})}))}if("SEARCH"===e.pageType){var d=null==t?void 0:t.get("bc"),l=null==d?void 0:d.split(",");l&&(e.baseCategoryIdList=l);var c=null==t?void 0:t.get("suggestion");if(c){var f=JSON.parse(decodeURIComponent(c)).categoryId;f&&(e.suggestionCategoryId=f)}var v=null==t?void 0:t.get("suggestionCategoryId");v&&(e.suggestionCategoryId=v,e.filterCategoryId=v)}}catch(e){console.log(e)}}(e,n),[4,fe(e)];case 4:return r.sent(),K(e)&&!M(e)?(e.data=[],e.page=1,e.minPage=1,e.count=0,e.isInitialized=!0,[2,!0]):(l=void 0,c=!1,w(e)?(o=void 0,s=200,[3,10]):[3,5]);case 5:return F(e)||j(e)?(o=1,s=10,[3,10]):[3,6];case 6:return k(e)?d()?[4,E(u)]:[3,9]:[3,10];case 7:return r.sent(),[4,I(u)];case 8:return(f=r.sent())&&f.length?(l=f.map(function(e){return e.productId}),c=u.useLastViewedProductResponse,[3,10]):[2];case 9:return[2];case 10:return c?(p=u._savedLastViewedProductsResponse,[3,13]):[3,11];case 11:return[4,$(e,o||1,s||10,l)];case 12:p=r.sent(),r.label=13;case 13:return(v=p)&&e.fetchRequestTime===t?(S=[],!c&&k(e)&&g(u,v),w(e)||k(e)?(A=w(e)?e.productListPropValue.productIds:u._lastViewedProducts,S=(null==A?void 0:A.map(function(e){var t,r,n=null===(r=null===(t=v.data)||void 0===t?void 0:t.data)||void 0===r?void 0:r.find(function(t){return t.id===e.productId}),i=null==n?void 0:n.variants.find(function(t){return t.id===e.variantId});if((null==i?void 0:i.isActive)&&N(i)||(i=null==n?void 0:n.variants.find(function(e){return e.isActive&&N(e)})),n&&i)return n.selectedVariantValues=i.variantValues,n}).filter(function(e){return!!e}))||[]):S=(null===(R=null===(T=v.data)||void 0===T?void 0:T.data)||void 0===R?void 0:R.map(function(e){var t=de(e);return e.selectedVariantValues=t.variantValues,e}))||[],null===(D=e.filters)||void 0===D||D.forEach(function(e){var t,r;if(void 0===e.isCollapsed){var n=!1;(!1===(null===(t=e.settings)||void 0===t?void 0:t.showCollapsedOnMobile)&&d()&&window.innerWidth<768||!1===(null===(r=e.settings)||void 0===r?void 0:r.showCollapsedOnDesktop))&&(n=!0),e.isCollapsed=!n}}),function(e,t){var r,n,a=i(e);null===(r=a.filters)||void 0===r||r.forEach(function(e){var r,n,i,a=null==t?void 0:t.find(function(t){return t.id===e.id});a?null===(r=e.values)||void 0===r||r.forEach(function(t){var r=a.values.find(function(e){return e.id===t.id});r?t.resultCount=r.count:m(e)?t.resultCount=null:t.resultCount=0}):m(e)?null===(n=e.values)||void 0===n||n.forEach(function(e){return e.resultCount=null}):null===(i=e.values)||void 0===i||i.forEach(function(e){return e.resultCount=0})});var o=null==t?void 0:t.find(function(e){return"category"===e.id});o&&(null===(n=a.filterCategories)||void 0===n||n.forEach(function(e){var t=o.values.find(function(t){return t.id===e.id});e.resultCount=t?t.count:0})),e.filters=a.filters,e.filterCategories=a.filterCategories}(e,null===(_=v.data)||void 0===_?void 0:_.facets),e.data=S,e.count=(null===(b=v.data)||void 0===b?void 0:b.count)||0,e.isInitialized=!0,e.page=o||1,e.minPage=e.page,v.data&&"suggestions"in v.data&&(e.suggestions=v.data.suggestions),z(e),J(e),a||(e.infiniteScrollPage=null),Te(e),[2,!0]):[2];case 14:return y=r.sent(),console.log(y),[3,16];case 15:return t===e.fetchRequestTime&&(e.isLoading=!1),[7];case 16:return[2]}})})}function ce(e){e.isCollapsed=!e.isCollapsed}function fe(e){return t(this,void 0,void 0,function(){var t,n,i,a,o,s,u,d,l,c;return r(this,function(r){switch(r.label){case 0:return r.trys.push([0,13,,14]),e.productListPropValue.category?[4,import("../../api/category/index.js")]:[3,3];case 1:return[4,(0,r.sent().apiListCategory)({id:{eq:e.productListPropValue.category}})];case 2:return t=r.sent(),e.category=(null===(o=null===(a=t.data)||void 0===a?void 0:a.data)||void 0===o?void 0:o[0])||null,[3,7];case 3:return e.productListPropValue.usePageFilter&&"CATEGORY"===e.pageType&&e.pageSpecificData?(e.category=e.pageSpecificData,[3,7]):[3,4];case 4:return e.filterCategoryId?[4,import("../../api/category/index.js")]:[3,7];case 5:return[4,(0,r.sent().apiListCategory)({id:{eq:e.filterCategoryId}})];case 6:t=r.sent(),e.category=(null===(u=null===(s=t.data)||void 0===s?void 0:s.data)||void 0===u?void 0:u[0])||null,r.label=7;case 7:return e.productListPropValue.usePageFilter&&"BRAND"===e.pageType&&e.pageSpecificData?(e.brand=e.pageSpecificData,[3,12]):[3,8];case 8:return e.filterBrandId?e.filterBrandId!==(null===(d=e.pageSpecificData)||void 0===d?void 0:d.id)?[3,9]:(e.brand=e.pageSpecificData,[3,12]):[3,12];case 9:return[4,import("../../api/brand/index.js")];case 10:return[4,(0,r.sent().apiListProductBrand)({id:{eq:e.filterBrandId}})];case 11:n=r.sent(),e.brand=(null===(c=null===(l=n.data)||void 0===l?void 0:l.data)||void 0===c?void 0:c[0])||null,r.label=12;case 12:return[3,14];case 13:return i=r.sent(),console.error(i),[3,14];case 14:return[2]}})})}function ve(e){return t(this,void 0,void 0,function(){var t,n,i,a,o,s,u;return r(this,function(r){switch(r.label){case 0:if(w(e)||F(e)||j(e)||x(e)||H(e)||W(e)||k(e)||e.isLoading||!B(e))return[2];e.isLoading=!0,r.label=1;case 1:return r.trys.push([1,3,4,5]),t=e.minPage-1,[4,$(e,t,e.limit)];case 2:return(n=r.sent())?(i=null===(s=null===(o=n.data)||void 0===o?void 0:o.data)||void 0===s?void 0:s.map(function(e){var t=de(e);return e.selectedVariantValues=t.variantValues,e}),e.data=(null==i?void 0:i.concat(e.data))||e.data,e.count=(null===(u=n.data)||void 0===u?void 0:u.count)||e.count,e.minPage=t,z(e),J(e),ne(e),[3,5]):[2];case 3:return a=r.sent(),console.log(a),[3,5];case 4:return e.isLoading=!1,[7];case 5:return[2]}})})}function pe(e){return t(this,void 0,void 0,function(){var t,n,i,a,o,s;return r(this,function(r){switch(r.label){case 0:if(w(e)||F(e)||j(e)||x(e)||H(e)||W(e)||k(e)||e.isLoading||!Y(e))return[2];e.isLoading=!0,r.label=1;case 1:return r.trys.push([1,3,4,5]),[4,$(e,e.page+1,e.limit)];case 2:return(t=r.sent())?(n=null===(o=null===(a=t.data)||void 0===a?void 0:a.data)||void 0===o?void 0:o.map(function(e){var t=de(e);return e.selectedVariantValues=t.variantValues,e}),e.data=e.data.concat(n||[]),e.count=(null===(s=t.data)||void 0===s?void 0:s.count)||e.count,e.page=e.page+1,z(e),J(e),ne(e),[3,5]):[2];case 3:return i=r.sent(),console.log(i),[3,5];case 4:return e.isLoading=!1,[7];case 5:return[2]}})})}function ge(e,n){return t(this,void 0,void 0,function(){var t,i,a,o,s,u;return r(this,function(r){switch(r.label){case 0:if(e.isLoading||w(e)||F(e)||j(e)||k(e)||x(e)||H(e)||W(e))return[2];e.isLoading=!0,r.label=1;case 1:return r.trys.push([1,3,4,5]),[4,$(e,n,e.limit)];case 2:return(t=r.sent())?(i=null===(s=null===(o=t.data)||void 0===o?void 0:o.data)||void 0===s?void 0:s.map(function(e){var t=de(e);return e.selectedVariantValues=t.variantValues,e}),e.data=i||[],e.count=(null===(u=t.data)||void 0===u?void 0:u.count)||0,e.page=n,e.minPage=n,z(e),J(e),ne(e),[3,5]):[2];case 3:return a=r.sent(),console.log(a),[3,5];case 4:return e.isLoading=!1,[7];case 5:return[2]}})})}function Ie(e,n){return t(this,void 0,void 0,function(){return r(this,function(t){switch(t.label){case 0:return e.sort=n,[4,le(e)];case 1:return t.sent()&&ne(e),[2]}})})}function Ee(e){return Ce(e,e.sort)}function Ce(e,t){switch(t){case"INCREASING_PRICE":return a.translate("sort_type.increasing_price");case"DECREASING_PRICE":return a.translate("sort_type.decreasing_price");case"LAST_ADDED":return a.translate("sort_type.last_added");case"FIRST_ADDED":return a.translate("sort_type.first_added");case"INCREASING_DISCOUNT":return a.translate("sort_type.increasing_discount");case"DECRASING_DISCOUNT":return a.translate("sort_type.decreasing_discount");case"FEATURED":return a.translate("sort_type.featured");case"DEFAULT":return a.translate("sort_type.default");case"AVERAGE_RATING":return a.translate("sort_type.average_rating");case"REVIEW_COUNT":return a.translate("sort_type.review_count");case"SALE_COUNT":return a.translate("sort_type.sale_count");case"A_Z":return a.translate("sort_type.a_z");case"Z_A":return a.translate("sort_type.z_a")}}function Se(e){var t,r,n,i,a,o,s,u,d=[];return(null===(t=e.disabledSortTypes)||void 0===t?void 0:t.includes("NAME"))||(d.push({label:Ce(0,"A_Z"),value:"A_Z",isSelected:"A_Z"===e.sort}),d.push({label:Ce(0,"Z_A"),value:"Z_A",isSelected:"Z_A"===e.sort})),(null===(r=e.disabledSortTypes)||void 0===r?void 0:r.includes("PRICE"))||(d.push({label:Ce(0,"INCREASING_PRICE"),value:"INCREASING_PRICE",isSelected:"INCREASING_PRICE"===e.sort}),d.push({label:Ce(0,"DECREASING_PRICE"),value:"DECREASING_PRICE",isSelected:"DECREASING_PRICE"===e.sort})),(null===(n=e.disabledSortTypes)||void 0===n?void 0:n.includes("CREATED_AT"))||(d.push({label:Ce(0,"LAST_ADDED"),value:"LAST_ADDED",isSelected:"LAST_ADDED"===e.sort}),d.push({label:Ce(0,"FIRST_ADDED"),value:"FIRST_ADDED",isSelected:"FIRST_ADDED"===e.sort})),(null===(i=e.disabledSortTypes)||void 0===i?void 0:i.includes("DISCOUNT_RATIO"))||(d.push({label:Ce(0,"INCREASING_DISCOUNT"),value:"INCREASING_DISCOUNT",isSelected:"INCREASING_DISCOUNT"===e.sort}),d.push({label:Ce(0,"DECRASING_DISCOUNT"),value:"DECRASING_DISCOUNT",isSelected:"DECRASING_DISCOUNT"===e.sort})),(null===(a=e.disabledSortTypes)||void 0===a?void 0:a.includes("MANUAL_SORT"))||d.push({label:Ce(0,"FEATURED"),value:"FEATURED",isSelected:"FEATURED"===e.sort}),(null===(o=e.disabledSortTypes)||void 0===o?void 0:o.includes("AVERAGE_RATING"))||d.push({label:Ce(0,"AVERAGE_RATING"),value:"AVERAGE_RATING",isSelected:"AVERAGE_RATING"===e.sort}),(null===(s=e.disabledSortTypes)||void 0===s?void 0:s.includes("REVIEW_COUNT"))||d.push({label:Ce(0,"REVIEW_COUNT"),value:"REVIEW_COUNT",isSelected:"REVIEW_COUNT"===e.sort}),(null===(u=e.disabledSortTypes)||void 0===u?void 0:u.includes("SALE_COUNT"))||d.push({label:Ce(0,"SALE_COUNT"),value:"SALE_COUNT",isSelected:"SALE_COUNT"===e.sort}),d}function Ae(e,i,a){return t(this,void 0,void 0,function(){var t,s,u;return r(this,function(r){switch(r.label){case 0:return a?(null===(u=e.filterCategories)||void 0===u||u.forEach(function(e){e.id===i.id&&(e.isSelected=!e.isSelected)}),[4,te(e)]):[3,2];case 1:return r.sent(),[3,3];case 2:n.isEditor||(t=re(e),s=S(i)+(t?"?"+t:""),o.navigate(s)),r.label=3;case 3:return[2]}})})}function ye(e,t){if(e.infiniteScrollPage!==t){e.infiniteScrollPage=t;var r=re(e);o.navigate("".concat(location.pathname).concat(r?"?"+r:""),!0)}}function Te(e){return t(this,void 0,void 0,function(){return r(this,function(t){switch(t.label){case 0:return e.searchKeyword&&e.data.length?[4,import("../../../analytics/analytics-functions/viewSearchResults.js")]:[3,2];case 1:return(0,t.sent().anl_viewSearchResults)(e.searchKeyword,e.data),[3,4];case 2:return e.data.length&&"ALL"===e.type?[4,import("../../../analytics/analytics-functions/viewListing.js")]:[3,4];case 3:(0,t.sent().anl_viewListing)(e.data),t.label=4;case 4:return[2]}})})}function Re(e){var t=e.data[0];if(!t)return n.getDefaultCurrencyCode()||"";var r=de(t),i=b(r);return(null==i?void 0:i.currency)||n.getDefaultCurrencyCode()||""}function De(e){var t=e.data[0];if(!t)return n.getDefaultCurrencySymbol()||"";var r=de(t),i=b(r);return(null==i?void 0:i.currencySymbol)||n.getDefaultCurrencySymbol()||""}var he=f(function(e){te(e)},500),_e=f(function(e){return t(void 0,void 0,void 0,function(){return r(this,function(t){switch(t.label){case 0:return[4,import("../../../analytics/analytics-functions/search.js")];case 1:return(0,t.sent().anl_search)(e.searchKeyword),[2]}})})},1e3),me=((L={}).INCREASING_PRICE=1,L.DECREASING_PRICE=2,L.LAST_ADDED=3,L.FIRST_ADDED=4,L.INCREASING_DISCOUNT=5,L.DECRASING_DISCOUNT=6,L.FEATURED=7,L.DEFAULT=8,L.AVERAGE_RATING=9,L.REVIEW_COUNT=10,L.SALE_COUNT=11,L.A_Z=12,L.Z_A=13,L);export{ae as clearProductListFilter,ie as clearProductListFilters,X as enableProductListSuggestions,Re as getProductListCurrencyCode,De as getProductListCurrencySymbol,Z as getProductListFilterCategories,le as getProductListInitialData,pe as getProductListNextPage,ge as getProductListPage,ve as getProductListPrevPage,Se as getProductListSortOptions,Ee as getProductListSortTypeTranslation,Q as getProductListSuggestionHref,ue as getSelectedFilterValues,oe as handleFilterValueClick,se as handleNumberRangeOptionClick,M as hasProductListAppliedFilters,q as hasProductListFeaturedSortEnabled,Y as hasProductListNextPage,B as hasProductListPrevPage,O as initProductList,P as initProductListOnBrowser,F as isProductListDiscounted,U as isProductListFilterable,V as isProductListFiltered,k as isProductListLastViewed,W as isProductListPurchasedTogether,j as isProductListRecommended,x as isProductListRelatedProducts,K as isProductListSearch,w as isProductListStatic,H as isProductListViewedTogether,Ae as onFilterCategoryClick,ce as productListToggleFilterCollapsed,G as searchProductList,z as setProductListIsFilteredForProducts,J as setProductListIsStaticForProducts,ye as setProductListVisiblePage,Ie as setSortType,Ce as translateProductListSortType};