@ikas/storefront 4.12.0-beta.66 → 4.12.0-beta.67

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.
@@ -17,6 +17,7 @@ export declare class IkasThemeJsonComponentProp implements IThemeJsonComponentPr
17
17
  [locale: string]: PropTranslation;
18
18
  };
19
19
  excludedFields?: string[] | null;
20
+ excludedFieldsCategory?: string[] | null;
20
21
  constructor(data: Partial<IkasThemeJsonComponentProp>);
21
22
  }
22
23
  export { IkasThemeJsonComponentPropType };
@@ -1 +1 @@
1
- import{IkasThemeJsonComponentPropType as t}from"@ikas/storefront-models";export{IkasThemeJsonComponentPropType}from"@ikas/storefront-models";import{makeAutoObservable as i}from"mobx";var e=function(e){this.translations={},this.id=e.id||Date.now()+"",this.name=e.name||"",this.displayName=e.displayName||"",this.description=e.description||"",this.type=e.type||t.TEXT,this.isRequired=e.isRequired||!1,this.customDataId=e.customDataId||null,this.requiredPropId=e.requiredPropId,this.requiredEnumOptionId=e.requiredEnumOptionId,this.requiredEnumOptionValue=e.requiredEnumOptionValue,this.attributeTypes=e.attributeTypes||null,this.sliderData=e.sliderData||{},this.translations=e.translations||{},this.excludedFields=e.excludedFields||[],i(this)};export{e as IkasThemeJsonComponentProp};
1
+ import{IkasThemeJsonComponentPropType as e}from"@ikas/storefront-models";export{IkasThemeJsonComponentPropType}from"@ikas/storefront-models";import{makeAutoObservable as t}from"mobx";var i=function(i){this.translations={},this.id=i.id||Date.now()+"",this.name=i.name||"",this.displayName=i.displayName||"",this.description=i.description||"",this.type=i.type||e.TEXT,this.isRequired=i.isRequired||!1,this.customDataId=i.customDataId||null,this.requiredPropId=i.requiredPropId,this.requiredEnumOptionId=i.requiredEnumOptionId,this.requiredEnumOptionValue=i.requiredEnumOptionValue,this.attributeTypes=i.attributeTypes||null,this.sliderData=i.sliderData||{},this.translations=i.translations||{},this.excludedFields=i.excludedFields||[],this.excludedFieldsCategory=i.excludedFieldsCategory||[],t(this)};export{i as IkasThemeJsonComponentProp};
@@ -20,6 +20,7 @@ export declare class IkasThemeJsonCustomData implements IThemeJsonCustomData {
20
20
  isRoot: boolean;
21
21
  parent?: IkasThemeJsonCustomData | null;
22
22
  excludedFields?: string[] | null;
23
+ excludedFieldsCategory?: string[] | null;
23
24
  constructor(data?: Partial<IkasThemeJsonCustomData>);
24
25
  get flat(): IkasThemeJsonCustomData[];
25
26
  toJSON(): this;
@@ -1 +1 @@
1
- import{__assign as t}from'./../../../../ext/tslib/tslib.es6.js';import i from"lodash/flatten";import{IkasThemeJsonComponentPropType as e}from"@ikas/storefront-models";var n=function(){function n(i){void 0===i&&(i={});var a,o=this;this.translations={},this.customDataId=null,this.id=i.id||"",this.name=i.name||null,this.description=i.description||null,this.typescriptName=i.name||null,this.type=i.type||e.TEXT,this.isRequired=void 0===i.isRequired||i.isRequired,this.translations=i.translations||{},this.key=i.key||null,this.parent=i.parent||null,this.itemCount=i.itemCount||null,this.attributeTypes=i.attributeTypes||null,this.enumOptions=(null===(a=i.enumOptions)||void 0===a?void 0:a.map((function(t){return new s(t)})))||null,this.customDataId=i.customDataId||null,this.sliderData=i.sliderData||{},this.isRoot=i.isRoot||!1,this.nestedData=i.nestedData?i.nestedData.map((function(i){return new n(t(t({},i),{parent:o}))})):null,this.type!==e.STATIC_LIST||this.itemCount||(this.itemCount=1),this.excludedFields=i.excludedFields||[]}return Object.defineProperty(n.prototype,"flat",{get:function(){if(!this.nestedData||!this.nestedData.length)return[this];var t=i(this.nestedData.map((function(t){return t.flat}))),e=[];return e.push(this),e=e.concat(t)},enumerable:!1,configurable:!0}),n.prototype.toJSON=function(){var i=t({},this);return delete i.parent,i},n}(),s=function(t){void 0===t&&(t={}),this.translations={},this.id=t.id||"",this.displayName=t.displayName||"",this.value=t.value||"",this.translations=t.translations||{}},a=function(t){void 0===t&&(t={}),this.name=t.name||null,this.description=t.description||null},o=function(t){void 0===t&&(t={}),this.displayName=t.displayName||null};export{n as IkasThemeJsonCustomData,o as IkasThemeJsonCustomDataEnumOptionTranslation,a as IkasThemeJsonCustomDataTranslation,s as IkasThemeJsonEnumOption};
1
+ import{__assign as t}from'./../../../../ext/tslib/tslib.es6.js';import i from"lodash/flatten";import{IkasThemeJsonComponentPropType as e}from"@ikas/storefront-models";var s=function(){function s(i){void 0===i&&(i={});var a,l=this;this.translations={},this.customDataId=null,this.id=i.id||"",this.name=i.name||null,this.description=i.description||null,this.typescriptName=i.name||null,this.type=i.type||e.TEXT,this.isRequired=void 0===i.isRequired||i.isRequired,this.translations=i.translations||{},this.key=i.key||null,this.parent=i.parent||null,this.itemCount=i.itemCount||null,this.attributeTypes=i.attributeTypes||null,this.enumOptions=(null===(a=i.enumOptions)||void 0===a?void 0:a.map((function(t){return new n(t)})))||null,this.customDataId=i.customDataId||null,this.sliderData=i.sliderData||{},this.isRoot=i.isRoot||!1,this.nestedData=i.nestedData?i.nestedData.map((function(i){return new s(t(t({},i),{parent:l}))})):null,this.type!==e.STATIC_LIST||this.itemCount||(this.itemCount=1),this.excludedFields=i.excludedFields||[],this.excludedFieldsCategory=i.excludedFieldsCategory||[]}return Object.defineProperty(s.prototype,"flat",{get:function(){if(!this.nestedData||!this.nestedData.length)return[this];var t=i(this.nestedData.map((function(t){return t.flat}))),e=[];return e.push(this),e=e.concat(t)},enumerable:!1,configurable:!0}),s.prototype.toJSON=function(){var i=t({},this);return delete i.parent,i},s}(),n=function(t){void 0===t&&(t={}),this.translations={},this.id=t.id||"",this.displayName=t.displayName||"",this.value=t.value||"",this.translations=t.translations||{}},a=function(t){void 0===t&&(t={}),this.name=t.name||null,this.description=t.description||null},l=function(t){void 0===t&&(t={}),this.displayName=t.displayName||null};export{s as IkasThemeJsonCustomData,l as IkasThemeJsonCustomDataEnumOptionTranslation,a as IkasThemeJsonCustomDataTranslation,n as IkasThemeJsonEnumOption};
@@ -1 +1 @@
1
- import{__assign as t}from'./../ext/tslib/tslib.es6.js';import{renderComponent as e}from"../components/page/index.js";import{IkasAttributeList as i}from"../models/ui/product-attribute-list/index.js";import{IkasBlogCategory as a}from"../models/data/blog/category/index.js";import"../models/data/blog/content/index.js";import"../models/data/blog/meta-data/index.js";import"../models/data/blog/tag/index.js";import{IkasBlog as r}from"../models/data/blog/index.js";import{IkasBrand as o}from"../models/data/brand/index.js";import{IkasThemeJsonPageType as n,initIkasCategory as s,IkasThemeJsonComponentPropType as u}from"@ikas/storefront-models";import"mobx";import"../models/data/campaign-offer/index.js";import"../models/data/cart/campaign-offer/index.js";import"../models/data/cart/index.js";import"../models/data/category/path-item/index.js";import{IkasCategory as d}from"../models/data/category/index.js";import"../models/data/checkout/index.js";import"../models/data/checkout-settings/index.js";import"../models/data/city/index.js";import"../models/data/country/index.js";import"../models/data/customer/address/region/index.js";import"../models/data/customer/address/index.js";import"../models/data/customer/address/ikas-localized-customer-address.js";import"../models/data/customer/attribute/index.js";import"../models/data/customer/review/summary/index.js";import"../models/data/customer/review/index.js";import"../models/data/customer/index.js";import"../models/data/district/index.js";import"../models/data/favorite-product/index.js";import"../models/data/filter-category/index.js";import"../models/data/html-meta-data/index.js";import{IkasImage as l}from"../models/data/image/index.js";import"../models/data/order/address/region/index.js";import"../models/data/order/address/index.js";import"../models/data/order/line-item/option/value/index.js";import"../models/data/order/line-item/variant/value/index.js";import"../models/data/order/line-item/variant/index.js";import"../models/data/order/line-item/index.js";import"../models/data/order/package/index.js";import"../models/data/order/transaction/index.js";import"../models/data/order/index.js";import"../models/data/payment-gateway/index.js";import"../models/data/product/attribute-value/index.js";import"../models/data/product/filter/index.js";import"../models/data/product/campaign-offer/index.js";import"../models/data/product/option-set/option/index.js";import"../models/data/product/option-set/index.js";import"../models/data/product/stock-location/index.js";import"../models/data/product/variant/price/index.js";import"../models/data/product/variant/index.js";import"../models/data/variant-type/index.js";import{IkasProduct as p}from"../models/data/product/index.js";import{IkasRaffle as m}from"../models/data/raffle/index.js";import"../models/data/shipping-zone/state/city/district/region/index.js";import"../models/data/state/index.js";import"../models/data/theme-json/index.js";import"../models/data/theme-json/component/index.js";import"../models/data/theme-json/custom-data/index.js";import{IkasThemeJsonPageComponent as c}from"../models/data/theme-json/page/component/index.js";import"../models/data/variant-type/variant-value/index.js";import"@ikas/localized-address";import{IkasBlogList as f}from"../models/ui/blog-list/index.js";import{IkasBlogCategoryList as g}from"../models/ui/blog-category-list/index.js";import{IkasBrandList as P}from"../models/ui/brand-list/index.js";import{IkasCategoryList as V}from"../models/ui/category-list/index.js";import{IkasNavigationLink as j}from"../models/ui/navigation-link/index.js";import{IkasProductList as v}from"../models/ui/product-list/index.js";import{IkasAttributeDetail as L}from"../models/ui/product-attribute-detail/index.js";import"../models/ui/customer-review-list/index.js";import"../models/ui/customer-review-summary-list/index.js";import"../models/ui/validator/index.js";import"../models/ui/validator/rules/index.js";import"../models/ui/validator/form/login.js";import"../models/ui/validator/form/address.js";import"../models/ui/validator/form/ikas-address.js";import"../models/ui/validator/form/register.js";import"../models/ui/validator/form/contact-form.js";import"../models/ui/validator/form/forgot-password.js";import"../models/ui/validator/form/recover-password.js";import"../models/ui/validator/form/account-info.js";import"../models/ui/validator/form/raffle-form.js";import"../models/ui/validator/form/customer-review.js";import{IkasComponentRenderer as D}from"../models/ui/component-renderer/index.js";import{IkasRaffleList as h}from"../models/ui/raffle-list/index.js";import{IkasPageComponentPropValue as x,getPlaceholderBrand as C,getPlaceholderCategory as T,getPlaceholderProduct as I,getPlaceholderBlog as S,getPlaceholderBlogCategory as w,getPlaceholderRaffle as b}from"@ikas/storefront-providers";import y from"lodash/flatten";import{IkasBaseStore as _}from"../store/base.js";import"../store/customer/index.js";import"../store/cart/index.js";import{IkasProductVariantFunctions as O}from"@ikas/storefront-model-functions";import{IkasStorefrontConfig as B}from"@ikas/storefront-config";var R=function(){function R(){}return R.setPageSpecificData=function(e,i,u){var l;if(this.isBrowser=u,e)switch(i){case n.PRODUCT:var c=e;R.pageSpecificData=new p(t(t({},c),{selectedVariantValues:c.selectedVariantValues||(null===(l=c.variants.find((function(t){return O.hasStock(t)})))||void 0===l?void 0:l.variantValues)||c.variants[0].variantValues})),u&&this._initProductOnBrowser(R.pageSpecificData);break;case n.CATEGORY:var f=e;s(f,B.getCurrentLocale()),R.pageSpecificData=new d(f);break;case n.BRAND:var g=e;R.pageSpecificData=new o(g);break;case n.BLOG:var P=e;R.pageSpecificData=new r(P);break;case n.BLOG_CATEGORY:var V=e;R.pageSpecificData=new a(V);break;case n.RAFFLE_DETAIL:var j=e;R.pageSpecificData=new m(j)}else this.pageSpecificData=void 0},R.isServer=function(){return"undefined"==typeof window},R.initPagePropValues=function(t,e,i,a,r){return this.flatCustomDataList=y(i.map((function(t){return t.flat}))),t.map((function(t){return R.initPageComponentPropValue(t,e,a,r)}))},R.initPageComponentPropValue=function(e,i,a,r){var o=i.find((function(t){return t.id===e.pageComponent.componentId})),n=null==o?void 0:o.props,s={};return null==n||n.map((function(t){var i=e.propValues[t.name];s[t.name]=R.initPropValue(t,i,a,r)})),new x(t(t({},e),{pageComponent:new c(t(t({},e.pageComponent),{propValues:s,componentId:o.id})),component:o,propValues:s}))},R.initPropValue=function(t,e,i,a){if(null==e)return null;switch(t.type){case u.IMAGE:return R.initImagePropValue(e);case u.IMAGE_LIST:return R.initImageListPropValue(e);case u.BRAND:return R.initBrandPropValue(e);case u.BRAND_LIST:return R.initBrandListPropValue(e);case u.CATEGORY:return R.initCategoryPropValue(e);case u.CATEGORY_LIST:return R.initCategoryListPropValue(e);case u.PRODUCT_LIST:return R.initProductListPropValue(e);case u.PRODUCT_DETAIL:return R.initProductPropValue(e);case u.PRODUCT_ATTRIBUTE:return R.initAttributePropValue(e);case u.PRODUCT_ATTRIBUTE_LIST:return R.initAttributeListPropValue(e);case u.LINK:case u.LIST_OF_LINK:return R.initLinkPropValue(e);case u.COMPONENT:return R.initComponentPropValue(e,i,a);case u.COMPONENT_LIST:return R.initComponentListPropValue(e,i,a);case u.CUSTOM:return R.initCustomDataPropValue(e,i,a);case u.BLOG:return R.initBlogPropValue(e);case u.BLOG_LIST:return R.initBlogListPropValue(e);case u.BLOG_CATEGORY:return R.initBlogCategoryPropValue(e);case u.BLOG_LIST:return R.initBlogCategoryListPropValue(e);case u.RAFFLE:return R.initRafflePropValue(e);case u.RAFFLE_LIST:return R.initRaffleListPropValue(e);case u.SLIDER:return R.initSliderPropValue(e);case u.VIDEO:return R.initVideoPropValue(e);default:return e}},R.initBrandPropValue=function(t){return t.brandPropValue.usePageData&&this.pageSpecificData?this.pageSpecificData:t.brand?new o(t.brand):C()},R.initBrandListPropValue=function(t){return new P(t)},R.initCategoryPropValue=function(t){return t.categoryPropValue.usePageData&&this.pageSpecificData?this.pageSpecificData:t.category?new d(t.category):T()},R.initCategoryListPropValue=function(t){return new V(t)},R.initProductListPropValue=function(e){return new v(t(t({},e),{pageSpecificData:this.pageSpecificData}),_.getInstance().router)},R.initProductPropValue=function(e){var i=new p(I());if(e.productDetailPropValue.usePageData&&this.pageSpecificData)i=this.pageSpecificData;else if(e.productDetail){var a=e.productDetail;i=new p(t(t({},a),{selectedVariantValues:a.selectedVariantValues}))}return i},R._initProductOnBrowser=function(t){var e=new URLSearchParams(window.location.search),i=e.get("vid");if(i){var a=t.variants.find((function(t){return t.id===i}));a&&(t.selectedVariantValues=a.variantValues)}else{var r=t.variantTypes.map((function(t){return t.variantType.slug})),o=[];r.forEach((function(i,a){var r=t.variantTypes[a],n=e.get(i);if(n){var s=r.variantType.values.find((function(t){return t.slug===n}));s&&o.push(s)}})),o.length===t.selectedVariantValues.length&&(t.selectedVariantValues=o)}},R.initAttributePropValue=function(e){var i=null;if(e.attributePropValue.usePageData&&this.pageSpecificData)i=this.pageSpecificData;else if(e.productDetail){var a=e.productDetail;i=new p(t(t({},a),{selectedVariantValues:a.selectedVariantValues}))}return new L(i,e.attributePropValue)},R.initAttributeListPropValue=function(e){var a=null;if(e.attributeListPropValue.usePageData&&this.pageSpecificData)a=this.pageSpecificData;else if(e.productDetail){var r=e.productDetail;a=new p(t(t({},r),{selectedVariantValues:r.selectedVariantValues}))}return new i(a,e.attributeListPropValue)},R.initLinkPropValue=function(t){return Array.isArray(t)?t.map((function(t){return new j(t.href,t.label,t.subLinks,t.isExternal||void 0)})):t?new j(t.href,t.label,t.subLinks,t.isExternal||void 0):void 0},R.initImagePropValue=function(t){return new l(t)},R.initImageListPropValue=function(t){return t.map((function(t){return new l(t)}))},R.initCustomDataPropValue=function(t,e,i){if(t&&t.value&&t.customDataId){var a=this.flatCustomDataList.find((function(e){return e.id===t.customDataId}));if(a)return this._initCustomDataPropValue(t,a,e,i)}},R._initCustomDataPropValue=function(t,e,i,a){var r=this;if(!t)return null;var o=t.value;if(null==o)return null;switch(e.type){case u.BRAND:return this.initBrandPropValue(o);case u.BRAND_LIST:return this.initBrandListPropValue(o);case u.CATEGORY_LIST:return this.initCategoryListPropValue(o);case u.CATEGORY:return this.initCategoryPropValue(o);case u.IMAGE_LIST:return this.initImageListPropValue(o);case u.IMAGE:return this.initImagePropValue(o);case u.LINK:return this.initLinkPropValue(o);case u.PRODUCT_DETAIL:return this.initProductPropValue(o);case u.PRODUCT_LIST:return this.initProductListPropValue(o);case u.PRODUCT_ATTRIBUTE:return this.initAttributePropValue(o);case u.PRODUCT_ATTRIBUTE_LIST:return this.initAttributeListPropValue(o);case u.BLOG:return this.initBlogPropValue(o);case u.BLOG_LIST:return this.initBlogListPropValue(o);case u.BLOG_CATEGORY:return this.initBlogCategoryPropValue(o);case u.BLOG_CATEGORY_LIST:return this.initBlogCategoryListPropValue(o);case u.RAFFLE:return this.initRafflePropValue(o);case u.RAFFLE_LIST:return this.initRaffleListPropValue(o);case u.SLIDER:return this.initSliderPropValue(o);case u.VIDEO:return R.initVideoPropValue(o);case u.OBJECT:for(var n={},s=function(t){var e=o[t.key],r=void 0;t.customDataId&&(r=d.flatCustomDataList.find((function(t){return t.id===e.customDataId}))),n[t.key]=d._initCustomDataPropValue(e,r||t,i,a)},d=this,l=0,p=e.nestedData||[];l<p.length;l++){s(p[l])}return n;case u.DYNAMIC_LIST:case u.STATIC_LIST:try{if(!o||!o.length)return null;var m=[],c=e.nestedData[0];return o.forEach((function(t){var e;c.customDataId&&(e=r.flatCustomDataList.find((function(e){return e.id===t.customDataId}))),m.push(r._initCustomDataPropValue(t,e||c,i,a))})),m}catch(t){return[]}case u.COMPONENT:return this.initComponentPropValue(o,i,a);case u.COMPONENT_LIST:return this.initComponentListPropValue(o,i,a);default:return o}},R.initComponentPropValue=function(t,e,i){return this._initComponentPropValue(t,e,i)},R._initComponentPropValue=function(t,i,a){var r=t.length?t[0]:void 0;if(r){var o=new x(r),n=R.initPageComponentPropValue(o,[o.component],i,a);if(n)return new D((function(){return e(n,i,-10)}))}},R.initComponentListPropValue=function(t,e,i){return this._initComponentListPropValue(t,e,i)},R._initComponentListPropValue=function(t,i,a){return t&&t.length?t.map((function(t){var r=new x(t),o=R.initPageComponentPropValue(r,[r.component],i,a);return new D((function(){return e(o,i,-1)}))})):[]},R.initBlogPropValue=function(t){return t.blogPropValue.usePageData&&this.pageSpecificData?this.pageSpecificData:t.blog?new r(t.blog):S()},R.initBlogListPropValue=function(t){return new f(t)},R.initBlogCategoryPropValue=function(t){return t.blogCategoryPropValue.usePageData&&this.pageSpecificData?this.pageSpecificData:t.blogCategory?new a(t.blogCategory):w()},R.initBlogCategoryListPropValue=function(t){return new g(t)},R.initRafflePropValue=function(t){return t.rafflePropValue.usePageData&&this.pageSpecificData?this.pageSpecificData:t.raffle?new m(t.raffle):new m(b())},R.initRaffleListPropValue=function(t){return new h(t)},R.initSliderPropValue=function(t){return t},R.initVideoPropValue=function(e){return t(t({},e),{thumbnailImage:e.thumbnailImage?new l(e.thumbnailImage):null})},R.pageSpecificData={},R.flatCustomDataList=[],R.isBrowser=!1,R}();export{R as IkasPageDataInit};
1
+ import{__assign as t}from'./../ext/tslib/tslib.es6.js';import{renderComponent as e}from"../components/page/index.js";import{IkasAttributeList as i}from"../models/ui/product-attribute-list/index.js";import{IkasBlogCategory as a}from"../models/data/blog/category/index.js";import"../models/data/blog/content/index.js";import"../models/data/blog/meta-data/index.js";import"../models/data/blog/tag/index.js";import{IkasBlog as r}from"../models/data/blog/index.js";import{IkasBrand as o}from"../models/data/brand/index.js";import{IkasThemeJsonPageType as n,initIkasCategory as s,IkasThemeJsonComponentPropType as u}from"@ikas/storefront-models";import"mobx";import"../models/data/campaign-offer/index.js";import"../models/data/cart/campaign-offer/index.js";import"../models/data/cart/index.js";import"../models/data/category/path-item/index.js";import{IkasCategory as d}from"../models/data/category/index.js";import"../models/data/checkout/index.js";import"../models/data/checkout-settings/index.js";import"../models/data/city/index.js";import"../models/data/country/index.js";import"../models/data/customer/address/region/index.js";import"../models/data/customer/address/index.js";import"../models/data/customer/address/ikas-localized-customer-address.js";import"../models/data/customer/attribute/index.js";import"../models/data/customer/review/summary/index.js";import"../models/data/customer/review/index.js";import"../models/data/customer/index.js";import"../models/data/district/index.js";import"../models/data/favorite-product/index.js";import"../models/data/filter-category/index.js";import"../models/data/html-meta-data/index.js";import{IkasImage as l}from"../models/data/image/index.js";import"../models/data/order/address/region/index.js";import"../models/data/order/address/index.js";import"../models/data/order/line-item/option/value/index.js";import"../models/data/order/line-item/variant/value/index.js";import"../models/data/order/line-item/variant/index.js";import"../models/data/order/line-item/index.js";import"../models/data/order/package/index.js";import"../models/data/order/transaction/index.js";import"../models/data/order/index.js";import"../models/data/payment-gateway/index.js";import"../models/data/product/attribute-value/index.js";import"../models/data/product/filter/index.js";import"../models/data/product/campaign-offer/index.js";import"../models/data/product/option-set/option/index.js";import"../models/data/product/option-set/index.js";import"../models/data/product/stock-location/index.js";import"../models/data/product/variant/price/index.js";import"../models/data/product/variant/index.js";import"../models/data/variant-type/index.js";import{IkasProduct as p}from"../models/data/product/index.js";import{IkasRaffle as m}from"../models/data/raffle/index.js";import"../models/data/shipping-zone/state/city/district/region/index.js";import"../models/data/state/index.js";import"../models/data/theme-json/index.js";import"../models/data/theme-json/component/index.js";import"../models/data/theme-json/custom-data/index.js";import{IkasThemeJsonPageComponent as c}from"../models/data/theme-json/page/component/index.js";import"../models/data/variant-type/variant-value/index.js";import"@ikas/localized-address";import{IkasBlogList as f}from"../models/ui/blog-list/index.js";import{IkasBlogCategoryList as g}from"../models/ui/blog-category-list/index.js";import{IkasBrandList as P}from"../models/ui/brand-list/index.js";import{IkasCategoryList as V}from"../models/ui/category-list/index.js";import{IkasNavigationLink as v}from"../models/ui/navigation-link/index.js";import{IkasProductList as j}from"../models/ui/product-list/index.js";import{IkasAttributeDetail as L}from"../models/ui/product-attribute-detail/index.js";import"../models/ui/customer-review-list/index.js";import"../models/ui/customer-review-summary-list/index.js";import"../models/ui/validator/index.js";import"../models/ui/validator/rules/index.js";import"../models/ui/validator/form/login.js";import"../models/ui/validator/form/address.js";import"../models/ui/validator/form/ikas-address.js";import"../models/ui/validator/form/register.js";import"../models/ui/validator/form/contact-form.js";import"../models/ui/validator/form/forgot-password.js";import"../models/ui/validator/form/recover-password.js";import"../models/ui/validator/form/account-info.js";import"../models/ui/validator/form/raffle-form.js";import"../models/ui/validator/form/customer-review.js";import{IkasComponentRenderer as D}from"../models/ui/component-renderer/index.js";import{IkasRaffleList as h}from"../models/ui/raffle-list/index.js";import{IkasPageComponentPropValue as x,getPlaceholderBrand as C,getPlaceholderCategory as T,getPlaceholderProduct as S,getPlaceholderBlog as I,getPlaceholderBlogCategory as w,getPlaceholderRaffle as y}from"@ikas/storefront-providers";import b from"lodash/flatten";import{IkasBaseStore as _}from"../store/base.js";import"../store/customer/index.js";import"../store/cart/index.js";import{IkasProductVariantFunctions as O}from"@ikas/storefront-model-functions";import{IkasStorefrontConfig as B}from"@ikas/storefront-config";var R=function(){function R(){}return R.setPageSpecificData=function(e,i,u){var l;if(this.isBrowser=u,e)switch(i){case n.PRODUCT:var c=e;R.pageSpecificData=new p(t(t({},c),{selectedVariantValues:c.selectedVariantValues||(null===(l=c.variants.find((function(t){return O.hasStock(t)})))||void 0===l?void 0:l.variantValues)||c.variants[0].variantValues})),u&&this._initProductOnBrowser(R.pageSpecificData);break;case n.CATEGORY:var f=e;s(f,B.getCurrentLocale()),R.pageSpecificData=new d(f);break;case n.BRAND:var g=e;R.pageSpecificData=new o(g);break;case n.BLOG:var P=e;R.pageSpecificData=new r(P);break;case n.BLOG_CATEGORY:var V=e;R.pageSpecificData=new a(V);break;case n.RAFFLE_DETAIL:var v=e;R.pageSpecificData=new m(v)}else this.pageSpecificData=void 0},R.isServer=function(){return"undefined"==typeof window},R.initPagePropValues=function(t,e,i,a,r){return this.flatCustomDataList=b(i.map((function(t){return t.flat}))),t.map((function(t){return R.initPageComponentPropValue(t,e,a,r)}))},R.initPageComponentPropValue=function(e,i,a,r){var o=i.find((function(t){return t.id===e.pageComponent.componentId})),n=null==o?void 0:o.props,s={};return null==n||n.map((function(t){var i=e.propValues[t.name];s[t.name]=R.initPropValue(t,i,a,r)})),new x(t(t({},e),{pageComponent:new c(t(t({},e.pageComponent),{propValues:s,componentId:o.id})),component:o,propValues:s}))},R.initPropValue=function(t,e,i,a){if(null==e)return null;switch(t.type){case u.IMAGE:return R.initImagePropValue(e);case u.IMAGE_LIST:return R.initImageListPropValue(e);case u.BRAND:return R.initBrandPropValue(e);case u.BRAND_LIST:return R.initBrandListPropValue(e);case u.CATEGORY:return R.initCategoryPropValue(e);case u.CATEGORY_LIST:return R.initCategoryListPropValue(e);case u.PRODUCT_LIST:return R.initProductListPropValue(e);case u.PRODUCT_DETAIL:return R.initProductPropValue(e);case u.PRODUCT_ATTRIBUTE:return R.initAttributePropValue(e);case u.PRODUCT_ATTRIBUTE_LIST:return R.initAttributeListPropValue(e);case u.LINK:case u.LIST_OF_LINK:return R.initLinkPropValue(e);case u.COMPONENT:return R.initComponentPropValue(e,i,a);case u.COMPONENT_LIST:return R.initComponentListPropValue(e,i,a);case u.CUSTOM:return R.initCustomDataPropValue(e,i,a);case u.BLOG:return R.initBlogPropValue(e);case u.BLOG_LIST:return R.initBlogListPropValue(e);case u.BLOG_CATEGORY:return R.initBlogCategoryPropValue(e);case u.BLOG_LIST:return R.initBlogCategoryListPropValue(e);case u.RAFFLE:return R.initRafflePropValue(e);case u.RAFFLE_LIST:return R.initRaffleListPropValue(e);case u.SLIDER:return R.initSliderPropValue(e);case u.VIDEO:return R.initVideoPropValue(e);default:return e}},R.initBrandPropValue=function(t){return t.brandPropValue.usePageData&&this.pageSpecificData?this.pageSpecificData:t.brand?new o(t.brand):C()},R.initBrandListPropValue=function(t){return new P(t)},R.initCategoryPropValue=function(e){var i,a;return e.categoryPropValue.usePageData&&this.pageSpecificData?((null===(i=e.categoryPropValue.excludedFieldsCategory)||void 0===i?void 0:i.length)&&(this.pageSpecificData.description=null),this.pageSpecificData):e.category?new d(t(t({},e.category),{description:(null===(a=e.categoryPropValue.excludedFieldsCategory)||void 0===a?void 0:a.length)?null:e.category.description})):T()},R.initCategoryListPropValue=function(t){return new V(t)},R.initProductListPropValue=function(e){return new j(t(t({},e),{pageSpecificData:this.pageSpecificData}),_.getInstance().router)},R.initProductPropValue=function(e){var i=new p(S());if(e.productDetailPropValue.usePageData&&this.pageSpecificData)i=this.pageSpecificData;else if(e.productDetail){var a=e.productDetail;i=new p(t(t({},a),{selectedVariantValues:a.selectedVariantValues}))}return i},R._initProductOnBrowser=function(t){var e=new URLSearchParams(window.location.search),i=e.get("vid");if(i){var a=t.variants.find((function(t){return t.id===i}));a&&(t.selectedVariantValues=a.variantValues)}else{var r=t.variantTypes.map((function(t){return t.variantType.slug})),o=[];r.forEach((function(i,a){var r=t.variantTypes[a],n=e.get(i);if(n){var s=r.variantType.values.find((function(t){return t.slug===n}));s&&o.push(s)}})),o.length===t.selectedVariantValues.length&&(t.selectedVariantValues=o)}},R.initAttributePropValue=function(e){var i=null;if(e.attributePropValue.usePageData&&this.pageSpecificData)i=this.pageSpecificData;else if(e.productDetail){var a=e.productDetail;i=new p(t(t({},a),{selectedVariantValues:a.selectedVariantValues}))}return new L(i,e.attributePropValue)},R.initAttributeListPropValue=function(e){var a=null;if(e.attributeListPropValue.usePageData&&this.pageSpecificData)a=this.pageSpecificData;else if(e.productDetail){var r=e.productDetail;a=new p(t(t({},r),{selectedVariantValues:r.selectedVariantValues}))}return new i(a,e.attributeListPropValue)},R.initLinkPropValue=function(t){return Array.isArray(t)?t.map((function(t){return new v(t.href,t.label,t.subLinks,t.isExternal||void 0)})):t?new v(t.href,t.label,t.subLinks,t.isExternal||void 0):void 0},R.initImagePropValue=function(t){return new l(t)},R.initImageListPropValue=function(t){return t.map((function(t){return new l(t)}))},R.initCustomDataPropValue=function(t,e,i){if(t&&t.value&&t.customDataId){var a=this.flatCustomDataList.find((function(e){return e.id===t.customDataId}));if(a)return this._initCustomDataPropValue(t,a,e,i)}},R._initCustomDataPropValue=function(t,e,i,a){var r=this;if(!t)return null;var o=t.value;if(null==o)return null;switch(e.type){case u.BRAND:return this.initBrandPropValue(o);case u.BRAND_LIST:return this.initBrandListPropValue(o);case u.CATEGORY_LIST:return this.initCategoryListPropValue(o);case u.CATEGORY:return this.initCategoryPropValue(o);case u.IMAGE_LIST:return this.initImageListPropValue(o);case u.IMAGE:return this.initImagePropValue(o);case u.LINK:return this.initLinkPropValue(o);case u.PRODUCT_DETAIL:return this.initProductPropValue(o);case u.PRODUCT_LIST:return this.initProductListPropValue(o);case u.PRODUCT_ATTRIBUTE:return this.initAttributePropValue(o);case u.PRODUCT_ATTRIBUTE_LIST:return this.initAttributeListPropValue(o);case u.BLOG:return this.initBlogPropValue(o);case u.BLOG_LIST:return this.initBlogListPropValue(o);case u.BLOG_CATEGORY:return this.initBlogCategoryPropValue(o);case u.BLOG_CATEGORY_LIST:return this.initBlogCategoryListPropValue(o);case u.RAFFLE:return this.initRafflePropValue(o);case u.RAFFLE_LIST:return this.initRaffleListPropValue(o);case u.SLIDER:return this.initSliderPropValue(o);case u.VIDEO:return R.initVideoPropValue(o);case u.OBJECT:for(var n={},s=function(t){var e=o[t.key],r=void 0;t.customDataId&&(r=d.flatCustomDataList.find((function(t){return t.id===e.customDataId}))),n[t.key]=d._initCustomDataPropValue(e,r||t,i,a)},d=this,l=0,p=e.nestedData||[];l<p.length;l++){s(p[l])}return n;case u.DYNAMIC_LIST:case u.STATIC_LIST:try{if(!o||!o.length)return null;var m=[],c=e.nestedData[0];return o.forEach((function(t){var e;c.customDataId&&(e=r.flatCustomDataList.find((function(e){return e.id===t.customDataId}))),m.push(r._initCustomDataPropValue(t,e||c,i,a))})),m}catch(t){return[]}case u.COMPONENT:return this.initComponentPropValue(o,i,a);case u.COMPONENT_LIST:return this.initComponentListPropValue(o,i,a);default:return o}},R.initComponentPropValue=function(t,e,i){return this._initComponentPropValue(t,e,i)},R._initComponentPropValue=function(t,i,a){var r=t.length?t[0]:void 0;if(r){var o=new x(r),n=R.initPageComponentPropValue(o,[o.component],i,a);if(n)return new D((function(){return e(n,i,-10)}))}},R.initComponentListPropValue=function(t,e,i){return this._initComponentListPropValue(t,e,i)},R._initComponentListPropValue=function(t,i,a){return t&&t.length?t.map((function(t){var r=new x(t),o=R.initPageComponentPropValue(r,[r.component],i,a);return new D((function(){return e(o,i,-1)}))})):[]},R.initBlogPropValue=function(t){return t.blogPropValue.usePageData&&this.pageSpecificData?this.pageSpecificData:t.blog?new r(t.blog):I()},R.initBlogListPropValue=function(t){return new f(t)},R.initBlogCategoryPropValue=function(t){return t.blogCategoryPropValue.usePageData&&this.pageSpecificData?this.pageSpecificData:t.blogCategory?new a(t.blogCategory):w()},R.initBlogCategoryListPropValue=function(t){return new g(t)},R.initRafflePropValue=function(t){return t.rafflePropValue.usePageData&&this.pageSpecificData?this.pageSpecificData:t.raffle?new m(t.raffle):new m(y())},R.initRaffleListPropValue=function(t){return new h(t)},R.initSliderPropValue=function(t){return t},R.initVideoPropValue=function(e){return t(t({},e),{thumbnailImage:e.thumbnailImage?new l(e.thumbnailImage):null})},R.pageSpecificData={},R.flatCustomDataList=[],R.isBrowser=!1,R}();export{R as IkasPageDataInit};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/storefront",
3
- "version": "4.12.0-beta.66",
3
+ "version": "4.12.0-beta.67",
4
4
  "description": "Storefront functionality for ikas storefront themes.",
5
5
  "author": "ikas",
6
6
  "license": "ISC",
@@ -17,11 +17,11 @@
17
17
  "build": "rm -rf build && rollup -c"
18
18
  },
19
19
  "devDependencies": {
20
- "@ikas/storefront-api": "^4.12.0-beta.66",
21
- "@ikas/storefront-config": "^4.12.0-beta.66",
22
- "@ikas/storefront-model-functions": "^4.12.0-beta.66",
23
- "@ikas/storefront-models": "^4.12.0-beta.66",
24
- "@ikas/storefront-providers": "^4.12.0-beta.66",
20
+ "@ikas/storefront-api": "^4.12.0-beta.67",
21
+ "@ikas/storefront-config": "^4.12.0-beta.67",
22
+ "@ikas/storefront-model-functions": "^4.12.0-beta.67",
23
+ "@ikas/storefront-models": "^4.12.0-beta.67",
24
+ "@ikas/storefront-providers": "^4.12.0-beta.67",
25
25
  "@ikas/localized-address": "^1.0.0-beta.3",
26
26
  "@adyen/adyen-web": "^5.28.2",
27
27
  "@rollup/plugin-commonjs": "^22.0.0",
@@ -55,11 +55,11 @@
55
55
  },
56
56
  "peerDependencies": {
57
57
  "@ikas/localized-address": "^1.0.0-beta.3",
58
- "@ikas/storefront-api": "^4.12.0-beta.66",
59
- "@ikas/storefront-config": "^4.12.0-beta.66",
60
- "@ikas/storefront-model-functions": "^4.12.0-beta.66",
61
- "@ikas/storefront-models": "^4.12.0-beta.66",
62
- "@ikas/storefront-providers": "^4.12.0-beta.66",
58
+ "@ikas/storefront-api": "^4.12.0-beta.67",
59
+ "@ikas/storefront-config": "^4.12.0-beta.67",
60
+ "@ikas/storefront-model-functions": "^4.12.0-beta.67",
61
+ "@ikas/storefront-models": "^4.12.0-beta.67",
62
+ "@ikas/storefront-providers": "^4.12.0-beta.67",
63
63
  "mobx": "^6.1.3",
64
64
  "mobx-react-lite": "^3.1.5",
65
65
  "next": "12.2.0",