@ikas/storefront 2.0.60 → 2.0.61-alpha.2

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.
@@ -44,6 +44,8 @@ export declare class IkasBlogMetaData {
44
44
  slug: string;
45
45
  targetId: string;
46
46
  targetType: IkasBlogMetadataTargetType;
47
+ canonicals?: string[] | null;
48
+ disableIndex?: boolean | null;
47
49
  constructor(data?: Partial<IkasBlogMetaData>);
48
50
  }
49
51
  export declare class IkasBlogCategory {
@@ -1 +1 @@
1
- import{makeAutoObservable as t}from"mobx";import{IkasImage as e}from"../image/index.js";var i,a=function(){function i(i){var a;void 0===i&&(i={}),this.id=i.id||Date.now()+"",this.createdAt=i.createdAt||Date.now(),this.updatedAt=i.updatedAt||Date.now(),this.categoryId=i.categoryId||null,this.category=i.category?new o(i.category):null,this.imageId=i.imageId||null,this.title=i.title||null,this.shortDescription=i.shortDescription||null,this.isPublished=i.isPublished||!1,this.storefrontId=i.storefrontId||"",this.tagIds=i.tagIds||[],this.tags=(null===(a=i.tags)||void 0===a?void 0:a.map((function(t){return new r(t)})))||[],this.writer=i.writer?new d(i.writer):new d,this.blogContent=i.blogContent?new n(i.blogContent):new n,this.metadata=i.metadata?new s(i.metadata):null,this.image=i.imageId?new e(i.imageId):null,t(this)}return Object.defineProperty(i.prototype,"href",{get:function(){var t;return(null===(t=this.metadata)||void 0===t?void 0:t.slug)?"/blog/".concat(this.metadata.slug):""},enumerable:!1,configurable:!0}),i}(),n=function(e){void 0===e&&(e={}),this.id=e.id||Date.now()+"",this.createdAt=e.createdAt||Date.now(),this.updatedAt=e.updatedAt||Date.now(),this.content=e.content||"",t(this)},d=function(e){void 0===e&&(e={}),this.firstName=e.firstName||"",this.lastName=e.lastName||"",t(this)};!function(t){t.BLOG="BLOG",t.BLOG_CATEGORY="BLOG_CATEGORY"}(i||(i={}));var s=function(e){void 0===e&&(e={}),this.pageTitle=null,this.description=null,this.id=e.id||Date.now()+"",this.createdAt=e.createdAt||Date.now(),this.updatedAt=e.updatedAt||Date.now(),this.description=e.description||"",this.pageTitle=e.pageTitle||"",this.slug=e.slug||"",this.targetId=e.targetId||"",this.targetType=e.targetType||i.BLOG,t(this)},o=function(){function e(e){void 0===e&&(e={}),this.id=e.id||"",this.createdAt=e.createdAt||Date.now(),this.updatedAt=e.updatedAt||Date.now(),this.deleted=e.deleted||!1,this.name=e.name||"",this.imageId=e.imageId||"",this.metadata=e.metadata?new s(e.metadata):null,t(this)}return Object.defineProperty(e.prototype,"href",{get:function(){var t;return(null===(t=this.metadata)||void 0===t?void 0:t.slug)?"/blog/".concat(this.metadata.slug):""},enumerable:!1,configurable:!0}),e}(),r=function(e){void 0===e&&(e={}),this.id=e.id||Date.now()+"",this.createdAt=e.createdAt||Date.now(),this.updatedAt=e.updatedAt||Date.now(),this.deleted=e.deleted||!1,this.name=e.name||"",t(this)};export{a as IkasBlog,o as IkasBlogCategory,n as IkasBlogContent,s as IkasBlogMetaData,i as IkasBlogMetadataTargetType,r as IkasBlogTag,d as IkasBlogWriter};
1
+ import{makeAutoObservable as t}from"mobx";import{IkasImage as e}from"../image/index.js";var i,a=function(){function i(i){var a;void 0===i&&(i={}),this.id=i.id||Date.now()+"",this.createdAt=i.createdAt||Date.now(),this.updatedAt=i.updatedAt||Date.now(),this.categoryId=i.categoryId||null,this.category=i.category?new o(i.category):null,this.imageId=i.imageId||null,this.title=i.title||null,this.shortDescription=i.shortDescription||null,this.isPublished=i.isPublished||!1,this.storefrontId=i.storefrontId||"",this.tagIds=i.tagIds||[],this.tags=(null===(a=i.tags)||void 0===a?void 0:a.map((function(t){return new l(t)})))||[],this.writer=i.writer?new d(i.writer):new d,this.blogContent=i.blogContent?new n(i.blogContent):new n,this.metadata=i.metadata?new s(i.metadata):null,this.image=i.imageId?new e(i.imageId):null,t(this)}return Object.defineProperty(i.prototype,"href",{get:function(){var t;return(null===(t=this.metadata)||void 0===t?void 0:t.slug)?"/blog/".concat(this.metadata.slug):""},enumerable:!1,configurable:!0}),i}(),n=function(e){void 0===e&&(e={}),this.id=e.id||Date.now()+"",this.createdAt=e.createdAt||Date.now(),this.updatedAt=e.updatedAt||Date.now(),this.content=e.content||"",t(this)},d=function(e){void 0===e&&(e={}),this.firstName=e.firstName||"",this.lastName=e.lastName||"",t(this)};!function(t){t.BLOG="BLOG",t.BLOG_CATEGORY="BLOG_CATEGORY"}(i||(i={}));var s=function(e){var a,n;void 0===e&&(e={}),this.pageTitle=null,this.description=null,this.canonicals=null,this.disableIndex=null,this.id=e.id||Date.now()+"",this.createdAt=e.createdAt||Date.now(),this.updatedAt=e.updatedAt||Date.now(),this.description=e.description||"",this.pageTitle=e.pageTitle||"",this.slug=e.slug||"",this.targetId=e.targetId||"",this.targetType=e.targetType||i.BLOG,this.canonicals=null!==(a=e.canonicals)&&void 0!==a?a:null,this.disableIndex=null!==(n=e.disableIndex)&&void 0!==n?n:null,t(this)},o=function(){function e(e){void 0===e&&(e={}),this.id=e.id||"",this.createdAt=e.createdAt||Date.now(),this.updatedAt=e.updatedAt||Date.now(),this.deleted=e.deleted||!1,this.name=e.name||"",this.imageId=e.imageId||"",this.metadata=e.metadata?new s(e.metadata):null,t(this)}return Object.defineProperty(e.prototype,"href",{get:function(){var t;return(null===(t=this.metadata)||void 0===t?void 0:t.slug)?"/blog/".concat(this.metadata.slug):""},enumerable:!1,configurable:!0}),e}(),l=function(e){void 0===e&&(e={}),this.id=e.id||Date.now()+"",this.createdAt=e.createdAt||Date.now(),this.updatedAt=e.updatedAt||Date.now(),this.deleted=e.deleted||!1,this.name=e.name||"",t(this)};export{a as IkasBlog,o as IkasBlogCategory,n as IkasBlogContent,s as IkasBlogMetaData,i as IkasBlogMetadataTargetType,l as IkasBlogTag,d as IkasBlogWriter};
@@ -6,6 +6,8 @@ export declare class IkasHTMLMetaData {
6
6
  targetId: string | null;
7
7
  redirectTo?: string | null;
8
8
  translations?: IkasHTMLMetaDataTranslations[] | null;
9
+ canonicals?: string[] | null;
10
+ disableIndex?: boolean | null;
9
11
  constructor(data?: Partial<IkasHTMLMetaData>);
10
12
  private setTranslations;
11
13
  }
@@ -1 +1 @@
1
- import{makeAutoObservable as t}from"mobx";import{IkasStorefrontConfig as i}from"../../../storefront/index.js";var n,e=function(){function n(i){void 0===i&&(i={}),this.redirectTo=null,this.translations=null,this.slug=i.slug||"",this.pageTitle=i.pageTitle||null,this.description=i.description||null,this.targetType=i.targetType||null,this.targetId=i.targetId||null,this.redirectTo=i.redirectTo,this.translations=i.translations||null,this.setTranslations(),t(this)}return n.prototype.setTranslations=function(){if(this.translations&&this.translations.some((function(t){return t.locale===i.getCurrentLocale()}))){var t=this.translations.find((function(t){return t.locale===i.getCurrentLocale()}));(null==t?void 0:t.pageTitle)&&(this.pageTitle=t.pageTitle),(null==t?void 0:t.description)&&(this.description=t.description)}},n}();!function(t){t.PRODUCT="PRODUCT",t.CATEGORY="CATEGORY",t.BRAND="BRAND",t.PAGE="PAGE"}(n||(n={}));export{e as IkasHTMLMetaData,n as IkasHTMLMetaDataTargetType};
1
+ import{makeAutoObservable as t}from"mobx";import{IkasStorefrontConfig as i}from"../../../storefront/index.js";var n,l=function(){function n(i){var n,l;void 0===i&&(i={}),this.redirectTo=null,this.translations=null,this.canonicals=null,this.disableIndex=null,this.slug=i.slug||"",this.pageTitle=i.pageTitle||null,this.description=i.description||null,this.targetType=i.targetType||null,this.targetId=i.targetId||null,this.redirectTo=i.redirectTo,this.translations=i.translations||null,this.canonicals=null!==(n=i.canonicals)&&void 0!==n?n:null,this.disableIndex=null!==(l=i.disableIndex)&&void 0!==l?l:null,this.setTranslations(),t(this)}return n.prototype.setTranslations=function(){if(this.translations&&this.translations.some((function(t){return t.locale===i.getCurrentLocale()}))){var t=this.translations.find((function(t){return t.locale===i.getCurrentLocale()}));(null==t?void 0:t.pageTitle)&&(this.pageTitle=t.pageTitle),(null==t?void 0:t.description)&&(this.description=t.description)}},n}();!function(t){t.PRODUCT="PRODUCT",t.CATEGORY="CATEGORY",t.BRAND="BRAND",t.PAGE="PAGE"}(n||(n={}));export{l as IkasHTMLMetaData,n as IkasHTMLMetaDataTargetType};
@@ -39,6 +39,8 @@ export declare class IkasRaffleMetaData {
39
39
  slug: string;
40
40
  targetId: string | null;
41
41
  targetType: IkasRaffleMetadataTargetType | null;
42
+ canonicals?: string[] | null;
43
+ disableIndex?: boolean | null;
42
44
  constructor(data: Partial<IkasRaffleMetaData>);
43
45
  }
44
46
  export declare class IkasRaffleParticipant {
@@ -1 +1 @@
1
- import{makeAutoObservable as t}from"mobx";import{IkasProductDetail as e}from"../../ui/product-detail/index.js";var i,a=function(e){this.start=e.start||null,this.end=e.end||null,t(this)};!function(t){t.EMAIL="EMAIL",t.MERSIS="MERSIS"}(i||(i={}));var n,d=function(){function t(t){var n,d;void 0===t&&(t={}),this.id=t.id||Date.now()+"",this.createdAt=t.createdAt||Date.now(),this.updatedAt=t.updatedAt||Date.now(),this.deleted=t.deleted||null,this.name=t.name||"",this.participantCount=t.participantCount||0,this.requiredCustomerAccount=t.requiredCustomerAccount||!1,this.status=t.status||!1,this.verificationType=t.verificationType||i.EMAIL,this.isCustomerWinner=t.isCustomerWinner||void 0,this.dateRange=t.dateRange?new a(t.dateRange):null,this.metadata=t.metadata?new s(t.metadata):null,this.variants=(null===(n=t.variants)||void 0===n?void 0:n.map((function(t){return new u(t)})))||[],this.products=(null===(d=t.products)||void 0===d?void 0:d.map((function(t){return new e(t.product,t.selectedVariantValues)})))||[]}return Object.defineProperty(t.prototype,"isRaffleAvailable",{get:function(){var t;if(!this.status)return!1;var e=Date.now();return(null===(t=this.dateRange)||void 0===t?void 0:t.start)&&e>this.dateRange.start&&this.dateRange.end&&e<this.dateRange.end},enumerable:!1,configurable:!0}),t}();!function(t){t.RAFFLE="RAFFLE"}(n||(n={}));var s=function(t){this.id=t.id||Date.now()+"",this.createdAt=t.createdAt||Date.now(),this.updatedAt=t.updatedAt||Date.now(),this.deleted=t.deleted||null,this.description=t.description||"",this.pageTitle=t.pageTitle||"",this.slug=t.slug||"",this.targetId=t.targetId||"",this.targetType=t.targetType||n.RAFFLE},r=function(e){this.id=e.id||null,this.createdAt=e.createdAt||Date.now(),this.updatedAt=e.updatedAt||Date.now(),this.deleted=e.deleted||!1,this.customerId=e.customerId||null,this.raffleId=e.raffleId||"",this.firstName=e.firstName||"",this.lastName=e.lastName||"",this.fullName=e.fullName||null,this.email=e.email||"",this.applicationDate=e.applicationDate||0,this.phone=e.phone||null,this.isWinner=e.isWinner||null,this.extraData=e.extraData||{},this.appliedProduct=new u(e.appliedProduct||{}),t(this)},u=function(e){this.productId=e.productId||"",this.variantId=e.variantId||"",t(this)};export{d as IkasRaffle,u as IkasRaffleAppliedProduct,s as IkasRaffleMetaData,n as IkasRaffleMetadataTargetType,r as IkasRaffleParticipant,i as IkasRaffleVerificationTypeEnum,a as RaffleDateRangeField};
1
+ import{makeAutoObservable as t}from"mobx";import{IkasProductDetail as e}from"../../ui/product-detail/index.js";var i,a=function(e){this.start=e.start||null,this.end=e.end||null,t(this)};!function(t){t.EMAIL="EMAIL",t.MERSIS="MERSIS"}(i||(i={}));var n,s=function(){function t(t){var n,s;void 0===t&&(t={}),this.id=t.id||Date.now()+"",this.createdAt=t.createdAt||Date.now(),this.updatedAt=t.updatedAt||Date.now(),this.deleted=t.deleted||null,this.name=t.name||"",this.participantCount=t.participantCount||0,this.requiredCustomerAccount=t.requiredCustomerAccount||!1,this.status=t.status||!1,this.verificationType=t.verificationType||i.EMAIL,this.isCustomerWinner=t.isCustomerWinner||void 0,this.dateRange=t.dateRange?new a(t.dateRange):null,this.metadata=t.metadata?new d(t.metadata):null,this.variants=(null===(n=t.variants)||void 0===n?void 0:n.map((function(t){return new l(t)})))||[],this.products=(null===(s=t.products)||void 0===s?void 0:s.map((function(t){return new e(t.product,t.selectedVariantValues)})))||[]}return Object.defineProperty(t.prototype,"isRaffleAvailable",{get:function(){var t;if(!this.status)return!1;var e=Date.now();return(null===(t=this.dateRange)||void 0===t?void 0:t.start)&&e>this.dateRange.start&&this.dateRange.end&&e<this.dateRange.end},enumerable:!1,configurable:!0}),t}();!function(t){t.RAFFLE="RAFFLE"}(n||(n={}));var d=function(t){var e,i;this.canonicals=null,this.disableIndex=null,this.id=t.id||Date.now()+"",this.createdAt=t.createdAt||Date.now(),this.updatedAt=t.updatedAt||Date.now(),this.deleted=t.deleted||null,this.description=t.description||"",this.pageTitle=t.pageTitle||"",this.slug=t.slug||"",this.targetId=t.targetId||"",this.targetType=t.targetType||n.RAFFLE,this.canonicals=null!==(e=t.canonicals)&&void 0!==e?e:null,this.disableIndex=null!==(i=t.disableIndex)&&void 0!==i?i:null},r=function(e){this.id=e.id||null,this.createdAt=e.createdAt||Date.now(),this.updatedAt=e.updatedAt||Date.now(),this.deleted=e.deleted||!1,this.customerId=e.customerId||null,this.raffleId=e.raffleId||"",this.firstName=e.firstName||"",this.lastName=e.lastName||"",this.fullName=e.fullName||null,this.email=e.email||"",this.applicationDate=e.applicationDate||0,this.phone=e.phone||null,this.isWinner=e.isWinner||null,this.extraData=e.extraData||{},this.appliedProduct=new l(e.appliedProduct||{}),t(this)},l=function(e){this.productId=e.productId||"",this.variantId=e.variantId||"",t(this)};export{s as IkasRaffle,l as IkasRaffleAppliedProduct,d as IkasRaffleMetaData,n as IkasRaffleMetadataTargetType,r as IkasRaffleParticipant,i as IkasRaffleVerificationTypeEnum,a as RaffleDateRangeField};
@@ -8,7 +8,8 @@ export declare class IkasThemePage {
8
8
  description: string | null;
9
9
  components: IkasThemePageComponent[];
10
10
  specifications: IkasThemePageSpecification[] | null;
11
- canonicalUrl: string | null;
11
+ canonicals: string[] | null;
12
+ disableIndex: boolean | null;
12
13
  constructor(data: Partial<IkasThemePage>);
13
14
  }
14
15
  export declare class IkasThemePageSpecification {
@@ -1 +1 @@
1
- import{makeAutoObservable as n}from"mobx";import{IkasThemePageComponent as R}from"./component/index.js";var O,i=function(i){this.id=i.id||Date.now()+"",this.name=i.name||null,this.type=i.type||O.INDEX,this.slug=i.slug||null,this.pageTitle=i.pageTitle||null,this.description=i.description||null,this.components=i.components?i.components.map((function(n){return new R(n)})):[],this.specifications=i.specifications?i.specifications.map((function(n){return new t(n)})):null,this.canonicalUrl=i.canonicalUrl||null,n(this)},t=function(O){this.id=O.id||"",this.components=O.components?O.components.map((function(n){return new R(n)})):[],n(this)};!function(n){n.INDEX="INDEX",n.CATEGORY="CATEGORY",n.BRAND="BRAND",n.PRODUCT="PRODUCT",n.CUSTOM="CUSTOM",n.ACCOUNT="ACCOUNT",n.ADDRESSES="ADDRESSES",n.ORDERS="ORDERS",n.ORDER_DETAIL="ORDER_DETAIL",n.LOGIN="LOGIN",n.REGISTER="REGISTER",n.FORGOT_PASSWORD="FORGOT_PASSWORD",n.RECOVER_PASSWORD="RECOVER_PASSWORD",n.CART="CART",n.FAVORITE_PRODUCTS="FAVORITE_PRODUCTS",n.SEARCH="SEARCH",n.NOT_FOUND="NOT_FOUND",n.BLOG="BLOG",n.BLOG_INDEX="BLOG_INDEX",n.BLOG_CATEGORY="BLOG_CATEGORY",n.CHECKOUT="CHECKOUT",n.RAFFLE="RAFFLE",n.RAFFLE_DETAIL="RAFFLE_DETAIL",n.RAFFLE_ACCOUNT="RAFFLE_ACCOUNT"}(O||(O={}));export{i as IkasThemePage,t as IkasThemePageSpecification,O as IkasThemePageType};
1
+ import{makeAutoObservable as n}from"mobx";import{IkasThemePageComponent as i}from"./component/index.js";var R,O=function(O){var E;this.id=O.id||Date.now()+"",this.name=O.name||null,this.type=O.type||R.INDEX,this.slug=O.slug||null,this.pageTitle=O.pageTitle||null,this.description=O.description||null,this.components=O.components?O.components.map((function(n){return new i(n)})):[],this.specifications=O.specifications?O.specifications.map((function(n){return new t(n)})):null,this.canonicals=O.canonicals||null,this.disableIndex=null!==(E=O.disableIndex)&&void 0!==E?E:null,n(this)},t=function(R){this.id=R.id||"",this.components=R.components?R.components.map((function(n){return new i(n)})):[],n(this)};!function(n){n.INDEX="INDEX",n.CATEGORY="CATEGORY",n.BRAND="BRAND",n.PRODUCT="PRODUCT",n.CUSTOM="CUSTOM",n.ACCOUNT="ACCOUNT",n.ADDRESSES="ADDRESSES",n.ORDERS="ORDERS",n.ORDER_DETAIL="ORDER_DETAIL",n.LOGIN="LOGIN",n.REGISTER="REGISTER",n.FORGOT_PASSWORD="FORGOT_PASSWORD",n.RECOVER_PASSWORD="RECOVER_PASSWORD",n.CART="CART",n.FAVORITE_PRODUCTS="FAVORITE_PRODUCTS",n.SEARCH="SEARCH",n.NOT_FOUND="NOT_FOUND",n.BLOG="BLOG",n.BLOG_INDEX="BLOG_INDEX",n.BLOG_CATEGORY="BLOG_CATEGORY",n.CHECKOUT="CHECKOUT",n.RAFFLE="RAFFLE",n.RAFFLE_DETAIL="RAFFLE_DETAIL",n.RAFFLE_ACCOUNT="RAFFLE_ACCOUNT"}(R||(R={}));export{O as IkasThemePage,t as IkasThemePageSpecification,R as IkasThemePageType};
@@ -20,7 +20,8 @@ export declare class IkasPageDataProvider {
20
20
  pageType: IkasThemePageType;
21
21
  pageTitle: string | null;
22
22
  pageDescription: string | null;
23
- canonicalUrl: string | null;
23
+ canonicals: string[] | null;
24
+ disableIndex: true | null;
24
25
  settingsStr: string;
25
26
  merchantSettingsStr: string | null;
26
27
  configJson: {
@@ -1 +1 @@
1
- import{__awaiter as e,__generator as t}from'../ext/tslib/tslib.es6.js';import{makeAutoObservable as r}from"mobx";import i from'../ext/lodash/uniq.js';import a from'../ext/lzutf8/build/production/lzutf8.js';import{IkasBlogMetadataTargetType as s}from"../models/data/blog/index.js";import"../models/data/brand/index.js";import"../models/data/category/index.js";import"../models/data/checkout/index.js";import"../models/data/customer/address/index.js";import"../models/data/customer/index.js";import"../models/data/customer-review/index.js";import{IkasHTMLMetaDataTargetType as n}from"../models/data/html-meta-data/index.js";import"../models/data/image/index.js";import"../models/data/installment-info/index.js";import"../models/data/order/index.js";import"../models/data/order/line-item/index.js";import"../api/product-option-file/index.js";import"../models/data/product/index.js";import"../models/data/variant-type/index.js";import"../models/data/product/variant/index.js";import"../models/data/product/variant/price/index.js";import"../models/data/product-attribute/index.js";import"../models/data/product/attribute-value/index.js";import"../models/data/product-filter/index.js";import"../models/data/variant-type/variant-value/index.js";import"../models/data/order-transaction/index.js";import"../models/data/product-option-set/index.js";import{IkasRaffleMetadataTargetType as o}from"../models/data/raffle/index.js";import"../models/data/product-campaing/campaign/index.js";import"../models/data/customer-attribute/index.js";import"../models/data/customer-attribute/customer-attribute-sales-channel/index.js";import{IkasTheme as p}from"../models/theme/theme.js";import{IkasThemePageType as u}from"../models/theme/page/index.js";import{IkasThemePageComponent as c}from"../models/theme/page/component/index.js";import{IkasThemeComponent as d}from"../models/theme/component/index.js";import{IkasThemeComponentPropType as l}from"../models/theme/component/prop/index.js";import"../models/theme/page/component/prop-value/link.js";import"../models/ui/brand-list/index.js";import"../models/ui/blog-list/index.js";import"../models/ui/blog-category-list/index.js";import"../models/ui/category-list/index.js";import{IkasProductDetail as m}from"../models/ui/product-detail/index.js";import"../models/ui/product-list/index.js";import"../models/ui/product-attribute-detail/index.js";import"../models/ui/product-attribute-list/index.js";import"../models/ui/customer-review-list/index.js";import"../models/ui/customer-review-summary-list/index.js";import"../models/ui/validator/index.js";import"../models/ui/validator/rules/index.js";import"../models/ui/validator/form/login.js";import"../models/ui/validator/form/address.js";import"../models/ui/validator/form/register.js";import"../models/ui/validator/form/contact-form.js";import"../models/ui/validator/form/forgot-password.js";import"../models/ui/validator/form/recover-password.js";import"../models/ui/validator/form/account-info.js";import"../models/ui/validator/form/raffle-form.js";import"../models/ui/validator/form/customer-review.js";import"../models/ui/raffle-list/index.js";import"../models/theme/settings/index.js";import"../models/theme/custom-data/index.js";import{IkasBlogAPI as f}from"../api/blog/index.js";import{IkasBrandAPI as g}from"../api/brand/index.js";import"../api/cart/index.js";import{IkasCategoryAPI as h}from"../api/category/index.js";import"../api/checkout/index.js";import"../api/city/index.js";import"../api/country/index.js";import"../api/customer/index.js";import"../api/customer-review/index.js";import{IkasCustomerReviewSummaryAPI as v}from"../api/customer-review-summary/index.js";import"../api/district/index.js";import{IkasHTMLMetaDataAPI as j}from"../api/html-meta-data/index.js";import{IkasMerchantAPI as T}from"../api/merchant/index.js";import{IkasProductSearchAPI as y}from"../api/product-search/index.js";import"../api/apollo.js";import"../api/favorite-product/index.js";import"../api/contact-form/index.js";import"../api/state/index.js";import{IkasProductOptionSetAPI as x}from"../api/product-option-set/index.js";import{IkasRaffleAPI as S}from"../api/raffle/index.js";import"../api/back-in-stock-reminder/index.js";import"../api/product-campaign/index.js";import{IkasProductListPropValueProvider as b}from"./prop-value/product-list.js";import{IkasProductDetailPropValueProvider as D}from"./prop-value/product-detail.js";import{IkasBrandListPropValueProvider as w}from"./prop-value/brand-list.js";import{IkasBrandPropValueProvider as L}from"./prop-value/brand.js";import{IkasLinkPropValueProvider as O}from"./prop-value/link.js";import{IkasImageListPropValueProvider as P}from"./prop-value/image-list.js";import{IkasTextPropValueProvider as R}from"./prop-value/text.js";import{IkasColorPropValueProvider as C}from"./prop-value/color.js";import{IkasBooleanPropValueProvider as I}from"./prop-value/boolean.js";import{IkasImagePropValueProvider as E}from"./prop-value/image.js";import{IkasCategoryPropValueProvider as A}from"./prop-value/category.js";import{IkasCategoryListPropValueProvider as B}from"./prop-value/category-list.js";import{IkasCustomPropValueProvider as M}from"./prop-value/custom.js";import{IkasStorefrontConfig as G}from"../storefront/index.js";import{IkasSliderPropValueProvider as _}from"./prop-value/slider.js";import{IkasRichTextPropValueProvider as V}from"./prop-value/rich-text.js";import{IkasBlogPropValueProvider as F}from"./prop-value/blog.js";import{IkasBlogListPropValueProvider as U}from"./prop-value/blog-list.js";import{IkasAttributePropValueProvider as k}from"./prop-value/attribute.js";import{IkasAttributeListPropValueProvider as N}from"./prop-value/attribute-list.js";import{IkasBlogCategoryPropValueProvider as Y}from"./prop-value/blog-category.js";import{IkasBlogCategoryListPropValueProvider as J}from"./prop-value/blog-category-list.js";import{IkasRafflePropValueProvider as H}from"./prop-value/raffle.js";import{IkasRaffleListPropValueProvider as q}from"./prop-value/raffle-list.js";import{populateRaffleProducts as z}from"./helpers/raffles.js";var K=function(){function c(e,t,i){this.pageType=null,this.pageParams={},this.pageComponentPropValues=[],this.pageSpecificData=null,this.merchantSettings=null,this.possiblePageTypes=[],this.linkMetaDataTargetIds=[],this.productReviewSummary=null,this.theme=new p(e),this.pageParams=t||{},this.pageType=i,r(this)}return Object.defineProperty(c.prototype,"page",{get:function(){var e=this;if(this.pageType===u.CUSTOM){var t=this.pageParams.slug;return this.theme.pages.find((function(e){return e.type===u.CUSTOM&&e.slug===t}))}return this.theme.pages.find((function(t){return t.type===e.pageType}))},enumerable:!1,configurable:!0}),Object.defineProperty(c.prototype,"nextPageData",{get:function(){var e,t,r,i;return{props:{propValuesStr:a.compress(JSON.stringify(this.pageComponentPropValues),{outputEncoding:"Base64"}),pageSpecificDataStr:this.pageSpecificData?JSON.stringify(this.pageSpecificData||{}):"",pageType:(null===(e=this.page)||void 0===e?void 0:e.type)||u.CUSTOM,pageTitle:(null===(t=this.page)||void 0===t?void 0:t.pageTitle)||null,pageDescription:(null===(r=this.page)||void 0===r?void 0:r.description)||null,canonicalUrl:(null===(i=this.page)||void 0===i?void 0:i.canonicalUrl)||null,settingsStr:JSON.stringify(this.theme.settings||{}),merchantSettingsStr:this.merchantSettings?JSON.stringify(this.merchantSettings):null,configJson:G.getJson(),productReviewSummary:JSON.stringify(this.productReviewSummary)}}},enumerable:!1,configurable:!0}),Object.defineProperty(c.prototype,"specification",{get:function(){var e,t,r=this,i=this.page;return(null==i?void 0:i.type)===u.PRODUCT?null===(e=i.specifications)||void 0===e?void 0:e.find((function(e){var t;return e.id===(null===(t=r.pageSpecificData)||void 0===t?void 0:t.product.id)})):null===(t=null==i?void 0:i.specifications)||void 0===t?void 0:t.find((function(e){var t;return e.id===(null===(t=r.pageSpecificData)||void 0===t?void 0:t.id)}))},enumerable:!1,configurable:!0}),Object.defineProperty(c.prototype,"pageComponents",{get:function(){var e;return this.specification?this.specification.components:(null===(e=this.page)||void 0===e?void 0:e.components)||[]},enumerable:!1,configurable:!0}),c.prototype.getMerchantSettings=function(){return e(this,void 0,void 0,(function(){var e;return t(this,(function(t){switch(t.label){case 0:return[4,T.listMerchantSettings()];case 1:return(e=t.sent())&&(this.merchantSettings=e),[2]}}))}))},c.prototype.getPageData=function(){return e(this,void 0,void 0,(function(){var e,r=this;return t(this,(function(t){switch(t.label){case 0:return this.pageSpecificData?[3,2]:[4,this.getPageSpecificData()];case 1:t.sent(),t.label=2;case 2:return this.page?[4,this.getMerchantSettings()]:[2];case 3:return t.sent(),e=this,[4,Promise.all(this.pageComponents.map((function(e){return r.getPageComponentPropValues(e)})))];case 4:return e.pageComponentPropValues=t.sent(),[4,this.setLinkSlugs()];case 5:return t.sent(),[4,this.getProductReviewSummary()];case 6:return t.sent(),[2]}}))}))},c.prototype.getProductReviewSummary=function(){var r;return e(this,void 0,void 0,(function(){var e;return t(this,(function(t){switch(t.label){case 0:return this.pageType!==u.PRODUCT?[3,2]:[4,v.listCustomerReviewSummary({productId:{eq:null===(r=this.pageSpecificData)||void 0===r?void 0:r.product.id}})];case 1:(e=t.sent())&&e.data.length&&(this.productReviewSummary=e.data[0]),t.label=2;case 2:return[2]}}))}))},c.prototype.getPageSpecificData=function(){var r,i,a;return e(this,void 0,void 0,(function(){var p,c,d,l,v,T,b,D,w,L=this;return t(this,(function(O){switch(O.label){case 0:return this.pageType&&![u.BRAND,u.PRODUCT,u.CATEGORY,u.BLOG,u.BLOG_CATEGORY,u.RAFFLE_DETAIL].includes(this.pageType)?[2]:(p=this.pageParams.slug)?(c=[],(null===(r=this.possiblePageTypes)||void 0===r?void 0:r.includes(u.BLOG))||(null===(i=this.possiblePageTypes)||void 0===i?void 0:i.includes(u.BLOG_CATEGORY))?[4,f.listBlogMetaData(p)]:[3,2]):[2];case 1:return(c=O.sent()).length?[3,6]:[2];case 2:return(null===(a=this.possiblePageTypes)||void 0===a?void 0:a.includes(u.RAFFLE_DETAIL))?[4,S.listRaffleMetaData(p)]:[3,4];case 3:return(c=O.sent()).length?[3,6]:[2];case 4:return[4,j.listHTMLMetaData(p)];case 5:if(!(c=O.sent())||!c.length)return[2];O.label=6;case 6:if(!(d=c[0]).targetId)return[2];switch(l=function(){return e(L,void 0,void 0,(function(){var e,r,i,a,s,n;return t(this,(function(t){switch(t.label){case 0:return[4,y.searchProducts({productIdList:[d.targetId],priceListId:G.priceListId,salesChannelId:G.salesChannelId})];case 1:return(null==(e=t.sent())?void 0:e.data.length)?(r=e.data[0]).productOptionSetId?[4,x.list([r.productOptionSetId])]:[3,3]:[2];case 2:(null==(i=t.sent())?void 0:i.length)&&(r.productOptionSet=i[0]),t.label=3;case 3:return(a=r.variants.find((function(e){return e.isActive})))?(this.pageSpecificData=new m(r,a.variantValues),this.pageSpecificData.displayedVariantTypes.length&&(s=this.pageSpecificData.displayedVariantTypes[0]).displayedVariantValues.length&&(n=s.displayedVariantValues.find((function(e){return e.hasStock})))&&(this.pageSpecificData.selectedVariantValues=n.variant.variantValues),this.pageType=u.PRODUCT,this.setPageMetaData(d),[2]):[2]}}))}))},v=function(){return e(L,void 0,void 0,(function(){var e,r;return t(this,(function(t){switch(t.label){case 0:return[4,g.listBrands({idList:[d.targetId]})];case 1:return(e=t.sent()).brands.length?(r=e.brands[0],this.pageSpecificData=r,this.pageType=u.BRAND,this.setPageMetaData(d),[2]):[2]}}))}))},T=function(){return e(L,void 0,void 0,(function(){var e,r;return t(this,(function(t){switch(t.label){case 0:return[4,h.listCategories({idList:[d.targetId]})];case 1:return(e=t.sent()).categories.length?(r=e.categories[0],this.pageSpecificData=r,this.pageType=u.CATEGORY,this.setPageMetaData(d),[2]):[2]}}))}))},b=function(){return e(L,void 0,void 0,(function(){var e;return t(this,(function(t){switch(t.label){case 0:return[4,f.getBlog({id:d.targetId})];case 1:return(e=t.sent())?(this.pageSpecificData=e,this.pageType=u.BLOG,this.setPageMetaData(d),[2]):[2]}}))}))},D=function(){return e(L,void 0,void 0,(function(){var e,r;return t(this,(function(t){switch(t.label){case 0:return[4,f.listBlogCategory({idList:[d.targetId],page:1,limit:1})];case 1:return(e=t.sent())&&e.blogCategories.length?(r=e.blogCategories[0],this.pageSpecificData=r,this.pageType=u.BLOG_CATEGORY,this.setPageMetaData(d),[2]):[2]}}))}))},w=function(){return e(L,void 0,void 0,(function(){var e,r;return t(this,(function(t){switch(t.label){case 0:return[4,S.listRaffles({id:d.targetId})];case 1:return(e=t.sent())&&e.raffles.length?(r=e.raffles[0],[4,z([r])]):[2];case 2:return t.sent(),this.pageSpecificData=r,this.pageType=u.RAFFLE_DETAIL,this.setPageMetaData(d),[2]}}))}))},d.targetType){case n.BRAND:return[3,7];case n.CATEGORY:return[3,9];case n.PRODUCT:return[3,11];case s.BLOG:return[3,13];case s.BLOG_CATEGORY:return[3,15];case o.RAFFLE:return[3,17]}return[3,19];case 7:return[4,v()];case 8:return[2,O.sent()];case 9:return[4,T()];case 10:return[2,O.sent()];case 11:return[4,l()];case 12:return[2,O.sent()];case 13:return[4,b()];case 14:return[2,O.sent()];case 15:return[4,D()];case 16:return[2,O.sent()];case 17:return[4,w()];case 18:return[2,O.sent()];case 19:return[3,20];case 20:return[2]}}))}))},c.prototype.getPageComponentPropValues=function(r){return e(this,void 0,void 0,(function(){var i,a,s,n=this;return t(this,(function(o){switch(o.label){case 0:return i=this.theme.components.find((function(e){return e.id===r.componentId})),a={pageComponent:r,component:i,propValues:{}},s=function(i){return e(n,void 0,void 0,(function(){var e,s;return t(this,(function(t){switch(t.label){case 0:return e=a.propValues,s=i.name,[4,this.getPageComponentPropValue(r,i)];case 1:return e[s]=t.sent(),[2]}}))}))},[4,Promise.all(i.props.map(s))];case 1:return o.sent(),[2,a]}}))}))},c.prototype.getPageComponentPropValue=function(r,i){return e(this,void 0,void 0,(function(){var e,a,s,n,o,p=this;return t(this,(function(t){switch(t.label){case 0:if(a=r.propValues[i.name],s=[l.RAFFLE_LIST],null==a&&!s.includes(i.type))return[2,null];switch(i.type){case l.TEXT:return[3,1];case l.RICH_TEXT:return[3,2];case l.BOOLEAN:return[3,3];case l.IMAGE:return[3,4];case l.IMAGE_LIST:return[3,5];case l.BRAND:return[3,6];case l.BRAND_LIST:return[3,7];case l.PRODUCT_LIST:return[3,8];case l.PRODUCT_DETAIL:return[3,9];case l.PRODUCT_ATTRIBUTE:return[3,10];case l.PRODUCT_ATTRIBUTE_LIST:return[3,11];case l.CATEGORY:return[3,12];case l.CATEGORY_LIST:return[3,13];case l.LINK:case l.LIST_OF_LINK:return[3,14];case l.COLOR:return[3,15];case l.CUSTOM:return[3,16];case l.COMPONENT:case l.COMPONENT_LIST:return[3,17];case l.BLOG:return[3,19];case l.BLOG_LIST:return[3,20];case l.BLOG_CATEGORY:return[3,21];case l.BLOG_CATEGORY_LIST:return[3,22];case l.RAFFLE:return[3,23];case l.RAFFLE_LIST:return[3,24];case l.SLIDER:return[3,25]}return[3,26];case 1:return e=new R(a),[3,27];case 2:return e=new V(a),[3,27];case 3:return e=new I(a),[3,27];case 4:return e=new E(a),[3,27];case 5:return e=new P(a),[3,27];case 6:return e=new L(a),[3,27];case 7:return e=new w(a),[3,27];case 8:return e=new b(this.pageType,a,this.pageSpecificData),[3,27];case 9:return e=new D(a),[3,27];case 10:return e=new k(a),[3,27];case 11:return e=new N(a),[3,27];case 12:return e=new A(a),[3,27];case 13:return e=new B(a),[3,27];case 14:return e=new O(a,this.theme,this.linkMetaDataTargetIds),[3,27];case 15:return e=new C(a),[3,27];case 16:return(n=this.theme.customData.find((function(e){return e.id===i.customDataId})))?(e=new M(a,n,this.theme,this.pageType,this,this.pageSpecificData,this.pageParams),[3,27]):[2];case 17:return o=a,[4,Promise.all(o.map((function(e){return p.getPageComponentPropValues(e)})))];case 18:case 28:return[2,t.sent()];case 19:return e=new F(a),[3,27];case 20:return e=new U(this.pageType,a,this.pageSpecificData),[3,27];case 21:return e=new Y(a),[3,27];case 22:return e=new J(a),[3,27];case 23:return e=new H(a),[3,27];case 24:return e=new q,[3,27];case 25:return e=new _(a),[3,27];case 26:return[3,27];case 27:return[4,null==e?void 0:e.getValue()]}}))}))},c.prototype.setPageMetaData=function(e){this.page&&(this.page.pageTitle=e.pageTitle,this.page.description=e.description)},c.prototype.setLinkSlugs=function(){return e(this,void 0,void 0,(function(){var e,r,i;return t(this,(function(t){switch(t.label){case 0:return e=[],r=[],i=[],this.linkMetaDataTargetIds.forEach((function(t){switch(t.type){case"DEFAULT":e.push(t);break;case"BLOG":r.push(t);break;case"RAFFLE":i.push(t)}})),[4,Promise.all([this.getLinkSlugs(e,"DEFAULT"),this.getLinkSlugs(r,"BLOG"),this.getLinkSlugs(i,"RAFFLE")])];case 1:return[2,t.sent()]}}))}))},c.prototype.getLinkSlugs=function(r,a){return e(this,void 0,void 0,(function(){var s,n,o=this;return t(this,(function(p){switch(p.label){case 0:return s=i(r.map((function(e){return e.id}))),n=[],[4,function(){return e(o,void 0,void 0,(function(){var e;return t(this,(function(t){switch(t.label){case 0:switch(e=[],a){case"DEFAULT":return[3,1];case"BLOG":return[3,3];case"RAFFLE":return[3,5]}return[3,7];case 1:return[4,j.listHTMLMetaData(void 0,s,void 0)];case 2:case 4:case 6:return e=t.sent(),[3,8];case 3:return[4,f.listBlogMetaData(void 0,s,void 0)];case 5:return[4,S.listRaffleMetaData(void 0,s,void 0)];case 7:return[3,8];case 8:return e.length&&(n=e),[2]}}))}))}()];case 1:return p.sent(),r.forEach((function(e){var t=n.find((function(t){return t.targetId===e.id}));t&&(e.navigationLink.href+=t.slug)})),[2]}}))}))},c}(),X=function(e){this.pageComponent=e.pageComponent?new c(e.pageComponent):new c({}),this.component=e.component?new d(e.component):new d({}),this.propValues=e.propValues||{}};export{X as IkasPageComponentPropValue,K as IkasPageDataProvider};
1
+ import{__awaiter as e,__generator as t}from'../ext/tslib/tslib.es6.js';import{makeAutoObservable as r}from"mobx";import i from'../ext/lodash/uniq.js';import a from'../ext/lzutf8/build/production/lzutf8.js';import{IkasBlogMetadataTargetType as s}from"../models/data/blog/index.js";import"../models/data/brand/index.js";import"../models/data/category/index.js";import"../models/data/checkout/index.js";import"../models/data/customer/address/index.js";import"../models/data/customer/index.js";import"../models/data/customer-review/index.js";import{IkasHTMLMetaDataTargetType as n}from"../models/data/html-meta-data/index.js";import"../models/data/image/index.js";import"../models/data/installment-info/index.js";import"../models/data/order/index.js";import"../models/data/order/line-item/index.js";import"../api/product-option-file/index.js";import"../models/data/product/index.js";import"../models/data/variant-type/index.js";import"../models/data/product/variant/index.js";import"../models/data/product/variant/price/index.js";import"../models/data/product-attribute/index.js";import"../models/data/product/attribute-value/index.js";import"../models/data/product-filter/index.js";import"../models/data/variant-type/variant-value/index.js";import"../models/data/order-transaction/index.js";import"../models/data/product-option-set/index.js";import{IkasRaffleMetadataTargetType as o}from"../models/data/raffle/index.js";import"../models/data/product-campaing/campaign/index.js";import"../models/data/customer-attribute/index.js";import"../models/data/customer-attribute/customer-attribute-sales-channel/index.js";import{IkasTheme as p}from"../models/theme/theme.js";import{IkasThemePageType as u}from"../models/theme/page/index.js";import{IkasThemePageComponent as c}from"../models/theme/page/component/index.js";import{IkasThemeComponent as d}from"../models/theme/component/index.js";import{IkasThemeComponentPropType as l}from"../models/theme/component/prop/index.js";import"../models/theme/page/component/prop-value/link.js";import"../models/ui/brand-list/index.js";import"../models/ui/blog-list/index.js";import"../models/ui/blog-category-list/index.js";import"../models/ui/category-list/index.js";import{IkasProductDetail as m}from"../models/ui/product-detail/index.js";import"../models/ui/product-list/index.js";import"../models/ui/product-attribute-detail/index.js";import"../models/ui/product-attribute-list/index.js";import"../models/ui/customer-review-list/index.js";import"../models/ui/customer-review-summary-list/index.js";import"../models/ui/validator/index.js";import"../models/ui/validator/rules/index.js";import"../models/ui/validator/form/login.js";import"../models/ui/validator/form/address.js";import"../models/ui/validator/form/register.js";import"../models/ui/validator/form/contact-form.js";import"../models/ui/validator/form/forgot-password.js";import"../models/ui/validator/form/recover-password.js";import"../models/ui/validator/form/account-info.js";import"../models/ui/validator/form/raffle-form.js";import"../models/ui/validator/form/customer-review.js";import"../models/ui/raffle-list/index.js";import"../models/theme/settings/index.js";import"../models/theme/custom-data/index.js";import{IkasBlogAPI as f}from"../api/blog/index.js";import{IkasBrandAPI as g}from"../api/brand/index.js";import"../api/cart/index.js";import{IkasCategoryAPI as h}from"../api/category/index.js";import"../api/checkout/index.js";import"../api/city/index.js";import"../api/country/index.js";import"../api/customer/index.js";import"../api/customer-review/index.js";import{IkasCustomerReviewSummaryAPI as v}from"../api/customer-review-summary/index.js";import"../api/district/index.js";import{IkasHTMLMetaDataAPI as j}from"../api/html-meta-data/index.js";import{IkasMerchantAPI as T}from"../api/merchant/index.js";import{IkasProductSearchAPI as y}from"../api/product-search/index.js";import"../api/apollo.js";import"../api/favorite-product/index.js";import"../api/contact-form/index.js";import"../api/state/index.js";import{IkasProductOptionSetAPI as x}from"../api/product-option-set/index.js";import{IkasRaffleAPI as b}from"../api/raffle/index.js";import"../api/back-in-stock-reminder/index.js";import"../api/product-campaign/index.js";import{IkasProductListPropValueProvider as S}from"./prop-value/product-list.js";import{IkasProductDetailPropValueProvider as D}from"./prop-value/product-detail.js";import{IkasBrandListPropValueProvider as w}from"./prop-value/brand-list.js";import{IkasBrandPropValueProvider as L}from"./prop-value/brand.js";import{IkasLinkPropValueProvider as O}from"./prop-value/link.js";import{IkasImageListPropValueProvider as P}from"./prop-value/image-list.js";import{IkasTextPropValueProvider as R}from"./prop-value/text.js";import{IkasColorPropValueProvider as C}from"./prop-value/color.js";import{IkasBooleanPropValueProvider as I}from"./prop-value/boolean.js";import{IkasImagePropValueProvider as E}from"./prop-value/image.js";import{IkasCategoryPropValueProvider as A}from"./prop-value/category.js";import{IkasCategoryListPropValueProvider as B}from"./prop-value/category-list.js";import{IkasCustomPropValueProvider as M}from"./prop-value/custom.js";import{IkasStorefrontConfig as G}from"../storefront/index.js";import{IkasSliderPropValueProvider as _}from"./prop-value/slider.js";import{IkasRichTextPropValueProvider as V}from"./prop-value/rich-text.js";import{IkasBlogPropValueProvider as F}from"./prop-value/blog.js";import{IkasBlogListPropValueProvider as k}from"./prop-value/blog-list.js";import{IkasAttributePropValueProvider as U}from"./prop-value/attribute.js";import{IkasAttributeListPropValueProvider as N}from"./prop-value/attribute-list.js";import{IkasBlogCategoryPropValueProvider as Y}from"./prop-value/blog-category.js";import{IkasBlogCategoryListPropValueProvider as J}from"./prop-value/blog-category-list.js";import{IkasRafflePropValueProvider as H}from"./prop-value/raffle.js";import{IkasRaffleListPropValueProvider as q}from"./prop-value/raffle-list.js";import{populateRaffleProducts as z}from"./helpers/raffles.js";var K=function(){function c(e,t,i){this.pageType=null,this.pageParams={},this.pageComponentPropValues=[],this.pageSpecificData=null,this.merchantSettings=null,this.possiblePageTypes=[],this.linkMetaDataTargetIds=[],this.productReviewSummary=null,this.theme=new p(e),this.pageParams=t||{},this.pageType=i,r(this)}return Object.defineProperty(c.prototype,"page",{get:function(){var e=this;if(this.pageType===u.CUSTOM){var t=this.pageParams.slug;return this.theme.pages.find((function(e){return e.type===u.CUSTOM&&e.slug===t}))}return this.theme.pages.find((function(t){return t.type===e.pageType}))},enumerable:!1,configurable:!0}),Object.defineProperty(c.prototype,"nextPageData",{get:function(){var e,t,r,i,s;return{props:{propValuesStr:a.compress(JSON.stringify(this.pageComponentPropValues),{outputEncoding:"Base64"}),pageSpecificDataStr:this.pageSpecificData?JSON.stringify(this.pageSpecificData||{}):"",pageType:(null===(e=this.page)||void 0===e?void 0:e.type)||u.CUSTOM,pageTitle:(null===(t=this.page)||void 0===t?void 0:t.pageTitle)||null,pageDescription:(null===(r=this.page)||void 0===r?void 0:r.description)||null,canonicals:(null===(i=this.page)||void 0===i?void 0:i.canonicals)||null,disableIndex:(null===(s=this.page)||void 0===s?void 0:s.disableIndex)||null,settingsStr:JSON.stringify(this.theme.settings||{}),merchantSettingsStr:this.merchantSettings?JSON.stringify(this.merchantSettings):null,configJson:G.getJson(),productReviewSummary:JSON.stringify(this.productReviewSummary)}}},enumerable:!1,configurable:!0}),Object.defineProperty(c.prototype,"specification",{get:function(){var e,t,r=this,i=this.page;return(null==i?void 0:i.type)===u.PRODUCT?null===(e=i.specifications)||void 0===e?void 0:e.find((function(e){var t;return e.id===(null===(t=r.pageSpecificData)||void 0===t?void 0:t.product.id)})):null===(t=null==i?void 0:i.specifications)||void 0===t?void 0:t.find((function(e){var t;return e.id===(null===(t=r.pageSpecificData)||void 0===t?void 0:t.id)}))},enumerable:!1,configurable:!0}),Object.defineProperty(c.prototype,"pageComponents",{get:function(){var e;return this.specification?this.specification.components:(null===(e=this.page)||void 0===e?void 0:e.components)||[]},enumerable:!1,configurable:!0}),c.prototype.getMerchantSettings=function(){return e(this,void 0,void 0,(function(){var e;return t(this,(function(t){switch(t.label){case 0:return[4,T.listMerchantSettings()];case 1:return(e=t.sent())&&(this.merchantSettings=e),[2]}}))}))},c.prototype.getPageData=function(){return e(this,void 0,void 0,(function(){var e,r=this;return t(this,(function(t){switch(t.label){case 0:return this.pageSpecificData?[3,2]:[4,this.getPageSpecificData()];case 1:t.sent(),t.label=2;case 2:return this.page?[4,this.getMerchantSettings()]:[2];case 3:return t.sent(),e=this,[4,Promise.all(this.pageComponents.map((function(e){return r.getPageComponentPropValues(e)})))];case 4:return e.pageComponentPropValues=t.sent(),[4,this.setLinkSlugs()];case 5:return t.sent(),[4,this.getProductReviewSummary()];case 6:return t.sent(),[2]}}))}))},c.prototype.getProductReviewSummary=function(){var r;return e(this,void 0,void 0,(function(){var e;return t(this,(function(t){switch(t.label){case 0:return this.pageType!==u.PRODUCT?[3,2]:[4,v.listCustomerReviewSummary({productId:{eq:null===(r=this.pageSpecificData)||void 0===r?void 0:r.product.id}})];case 1:(e=t.sent())&&e.data.length&&(this.productReviewSummary=e.data[0]),t.label=2;case 2:return[2]}}))}))},c.prototype.getPageSpecificData=function(){var r,i,a;return e(this,void 0,void 0,(function(){var p,c,d,l,v,T,S,D,w,L=this;return t(this,(function(O){switch(O.label){case 0:return this.pageType&&![u.BRAND,u.PRODUCT,u.CATEGORY,u.BLOG,u.BLOG_CATEGORY,u.RAFFLE_DETAIL].includes(this.pageType)?[2]:(p=this.pageParams.slug)?(c=[],(null===(r=this.possiblePageTypes)||void 0===r?void 0:r.includes(u.BLOG))||(null===(i=this.possiblePageTypes)||void 0===i?void 0:i.includes(u.BLOG_CATEGORY))?[4,f.listBlogMetaData(p)]:[3,2]):[2];case 1:return(c=O.sent()).length?[3,6]:[2];case 2:return(null===(a=this.possiblePageTypes)||void 0===a?void 0:a.includes(u.RAFFLE_DETAIL))?[4,b.listRaffleMetaData(p)]:[3,4];case 3:return(c=O.sent()).length?[3,6]:[2];case 4:return[4,j.listHTMLMetaData(p)];case 5:if(!(c=O.sent())||!c.length)return[2];O.label=6;case 6:if(!(d=c[0]).targetId)return[2];switch(l=function(){return e(L,void 0,void 0,(function(){var e,r,i,a,s,n;return t(this,(function(t){switch(t.label){case 0:return[4,y.searchProducts({productIdList:[d.targetId],priceListId:G.priceListId,salesChannelId:G.salesChannelId})];case 1:return(null==(e=t.sent())?void 0:e.data.length)?(r=e.data[0]).productOptionSetId?[4,x.list([r.productOptionSetId])]:[3,3]:[2];case 2:(null==(i=t.sent())?void 0:i.length)&&(r.productOptionSet=i[0]),t.label=3;case 3:return(a=r.variants.find((function(e){return e.isActive})))?(this.pageSpecificData=new m(r,a.variantValues),this.pageSpecificData.displayedVariantTypes.length&&(s=this.pageSpecificData.displayedVariantTypes[0]).displayedVariantValues.length&&(n=s.displayedVariantValues.find((function(e){return e.hasStock})))&&(this.pageSpecificData.selectedVariantValues=n.variant.variantValues),this.pageType=u.PRODUCT,this.setPageMetaData(d),[2]):[2]}}))}))},v=function(){return e(L,void 0,void 0,(function(){var e,r;return t(this,(function(t){switch(t.label){case 0:return[4,g.listBrands({idList:[d.targetId]})];case 1:return(e=t.sent()).brands.length?(r=e.brands[0],this.pageSpecificData=r,this.pageType=u.BRAND,this.setPageMetaData(d),[2]):[2]}}))}))},T=function(){return e(L,void 0,void 0,(function(){var e,r;return t(this,(function(t){switch(t.label){case 0:return[4,h.listCategories({idList:[d.targetId]})];case 1:return(e=t.sent()).categories.length?(r=e.categories[0],this.pageSpecificData=r,this.pageType=u.CATEGORY,this.setPageMetaData(d),[2]):[2]}}))}))},S=function(){return e(L,void 0,void 0,(function(){var e;return t(this,(function(t){switch(t.label){case 0:return[4,f.getBlog({id:d.targetId})];case 1:return(e=t.sent())?(this.pageSpecificData=e,this.pageType=u.BLOG,this.setPageMetaData(d),[2]):[2]}}))}))},D=function(){return e(L,void 0,void 0,(function(){var e,r;return t(this,(function(t){switch(t.label){case 0:return[4,f.listBlogCategory({idList:[d.targetId],page:1,limit:1})];case 1:return(e=t.sent())&&e.blogCategories.length?(r=e.blogCategories[0],this.pageSpecificData=r,this.pageType=u.BLOG_CATEGORY,this.setPageMetaData(d),[2]):[2]}}))}))},w=function(){return e(L,void 0,void 0,(function(){var e,r;return t(this,(function(t){switch(t.label){case 0:return[4,b.listRaffles({id:d.targetId})];case 1:return(e=t.sent())&&e.raffles.length?(r=e.raffles[0],[4,z([r])]):[2];case 2:return t.sent(),this.pageSpecificData=r,this.pageType=u.RAFFLE_DETAIL,this.setPageMetaData(d),[2]}}))}))},d.targetType){case n.BRAND:return[3,7];case n.CATEGORY:return[3,9];case n.PRODUCT:return[3,11];case s.BLOG:return[3,13];case s.BLOG_CATEGORY:return[3,15];case o.RAFFLE:return[3,17]}return[3,19];case 7:return[4,v()];case 8:return[2,O.sent()];case 9:return[4,T()];case 10:return[2,O.sent()];case 11:return[4,l()];case 12:return[2,O.sent()];case 13:return[4,S()];case 14:return[2,O.sent()];case 15:return[4,D()];case 16:return[2,O.sent()];case 17:return[4,w()];case 18:return[2,O.sent()];case 19:return[3,20];case 20:return[2]}}))}))},c.prototype.getPageComponentPropValues=function(r){return e(this,void 0,void 0,(function(){var i,a,s,n=this;return t(this,(function(o){switch(o.label){case 0:return i=this.theme.components.find((function(e){return e.id===r.componentId})),a={pageComponent:r,component:i,propValues:{}},s=function(i){return e(n,void 0,void 0,(function(){var e,s;return t(this,(function(t){switch(t.label){case 0:return e=a.propValues,s=i.name,[4,this.getPageComponentPropValue(r,i)];case 1:return e[s]=t.sent(),[2]}}))}))},[4,Promise.all(i.props.map(s))];case 1:return o.sent(),[2,a]}}))}))},c.prototype.getPageComponentPropValue=function(r,i){return e(this,void 0,void 0,(function(){var e,a,s,n,o,p=this;return t(this,(function(t){switch(t.label){case 0:if(a=r.propValues[i.name],s=[l.RAFFLE_LIST],null==a&&!s.includes(i.type))return[2,null];switch(i.type){case l.TEXT:return[3,1];case l.RICH_TEXT:return[3,2];case l.BOOLEAN:return[3,3];case l.IMAGE:return[3,4];case l.IMAGE_LIST:return[3,5];case l.BRAND:return[3,6];case l.BRAND_LIST:return[3,7];case l.PRODUCT_LIST:return[3,8];case l.PRODUCT_DETAIL:return[3,9];case l.PRODUCT_ATTRIBUTE:return[3,10];case l.PRODUCT_ATTRIBUTE_LIST:return[3,11];case l.CATEGORY:return[3,12];case l.CATEGORY_LIST:return[3,13];case l.LINK:case l.LIST_OF_LINK:return[3,14];case l.COLOR:return[3,15];case l.CUSTOM:return[3,16];case l.COMPONENT:case l.COMPONENT_LIST:return[3,17];case l.BLOG:return[3,19];case l.BLOG_LIST:return[3,20];case l.BLOG_CATEGORY:return[3,21];case l.BLOG_CATEGORY_LIST:return[3,22];case l.RAFFLE:return[3,23];case l.RAFFLE_LIST:return[3,24];case l.SLIDER:return[3,25]}return[3,26];case 1:return e=new R(a),[3,27];case 2:return e=new V(a),[3,27];case 3:return e=new I(a),[3,27];case 4:return e=new E(a),[3,27];case 5:return e=new P(a),[3,27];case 6:return e=new L(a),[3,27];case 7:return e=new w(a),[3,27];case 8:return e=new S(this.pageType,a,this.pageSpecificData),[3,27];case 9:return e=new D(a),[3,27];case 10:return e=new U(a),[3,27];case 11:return e=new N(a),[3,27];case 12:return e=new A(a),[3,27];case 13:return e=new B(a),[3,27];case 14:return e=new O(a,this.theme,this.linkMetaDataTargetIds),[3,27];case 15:return e=new C(a),[3,27];case 16:return(n=this.theme.customData.find((function(e){return e.id===i.customDataId})))?(e=new M(a,n,this.theme,this.pageType,this,this.pageSpecificData,this.pageParams),[3,27]):[2];case 17:return o=a,[4,Promise.all(o.map((function(e){return p.getPageComponentPropValues(e)})))];case 18:case 28:return[2,t.sent()];case 19:return e=new F(a),[3,27];case 20:return e=new k(this.pageType,a,this.pageSpecificData),[3,27];case 21:return e=new Y(a),[3,27];case 22:return e=new J(a),[3,27];case 23:return e=new H(a),[3,27];case 24:return e=new q,[3,27];case 25:return e=new _(a),[3,27];case 26:return[3,27];case 27:return[4,null==e?void 0:e.getValue()]}}))}))},c.prototype.setPageMetaData=function(e){this.page&&(this.page.pageTitle=e.pageTitle,this.page.description=e.description,this.page.canonicals=e.canonicals||null,this.page.disableIndex=e.disableIndex||null)},c.prototype.setLinkSlugs=function(){return e(this,void 0,void 0,(function(){var e,r,i;return t(this,(function(t){switch(t.label){case 0:return e=[],r=[],i=[],this.linkMetaDataTargetIds.forEach((function(t){switch(t.type){case"DEFAULT":e.push(t);break;case"BLOG":r.push(t);break;case"RAFFLE":i.push(t)}})),[4,Promise.all([this.getLinkSlugs(e,"DEFAULT"),this.getLinkSlugs(r,"BLOG"),this.getLinkSlugs(i,"RAFFLE")])];case 1:return[2,t.sent()]}}))}))},c.prototype.getLinkSlugs=function(r,a){return e(this,void 0,void 0,(function(){var s,n,o=this;return t(this,(function(p){switch(p.label){case 0:return s=i(r.map((function(e){return e.id}))),n=[],[4,function(){return e(o,void 0,void 0,(function(){var e;return t(this,(function(t){switch(t.label){case 0:switch(e=[],a){case"DEFAULT":return[3,1];case"BLOG":return[3,3];case"RAFFLE":return[3,5]}return[3,7];case 1:return[4,j.listHTMLMetaData(void 0,s,void 0)];case 2:case 4:case 6:return e=t.sent(),[3,8];case 3:return[4,f.listBlogMetaData(void 0,s,void 0)];case 5:return[4,b.listRaffleMetaData(void 0,s,void 0)];case 7:return[3,8];case 8:return e.length&&(n=e),[2]}}))}))}()];case 1:return p.sent(),r.forEach((function(e){var t=n.find((function(t){return t.targetId===e.id}));t&&(e.navigationLink.href+=t.slug)})),[2]}}))}))},c}(),X=function(e){this.pageComponent=e.pageComponent?new c(e.pageComponent):new c({}),this.component=e.component?new d(e.component):new d({}),this.propValues=e.propValues||{}};export{X as IkasPageComponentPropValue,K as IkasPageDataProvider};
@@ -24,7 +24,8 @@ export declare class IkasNextPageDataProvider {
24
24
  pageType: IkasThemePageType;
25
25
  pageTitle: string | null;
26
26
  pageDescription: string | null;
27
- canonicalUrl: string | null;
27
+ canonicals: string[] | null;
28
+ disableIndex: true | null;
28
29
  settingsStr: string;
29
30
  merchantSettingsStr: string | null;
30
31
  configJson: {
@@ -59,7 +60,8 @@ export declare class IkasNextPageDataProvider {
59
60
  pageType: IkasThemePageType;
60
61
  pageTitle: string | null;
61
62
  pageDescription: string | null;
62
- canonicalUrl: string | null;
63
+ canonicals: string[] | null;
64
+ disableIndex: true | null;
63
65
  settingsStr: string;
64
66
  merchantSettingsStr: string | null;
65
67
  configJson: {
@@ -103,7 +105,8 @@ export declare class IkasNextPageDataProvider {
103
105
  pageType: IkasThemePageType;
104
106
  pageTitle: string | null;
105
107
  pageDescription: string | null;
106
- canonicalUrl: string | null;
108
+ canonicals: string[] | null;
109
+ disableIndex: true | null;
107
110
  settingsStr: string;
108
111
  merchantSettingsStr: string | null;
109
112
  configJson: {
@@ -138,7 +141,8 @@ export declare class IkasNextPageDataProvider {
138
141
  pageType: IkasThemePageType;
139
142
  pageTitle: string | null;
140
143
  pageDescription: string | null;
141
- canonicalUrl: string | null;
144
+ canonicals: string[] | null;
145
+ disableIndex: true | null;
142
146
  settingsStr: string;
143
147
  merchantSettingsStr: string | null;
144
148
  configJson: {
@@ -182,7 +186,8 @@ export declare class IkasNextPageDataProvider {
182
186
  pageType: IkasThemePageType;
183
187
  pageTitle: string | null;
184
188
  pageDescription: string | null;
185
- canonicalUrl: string | null;
189
+ canonicals: string[] | null;
190
+ disableIndex: true | null;
186
191
  settingsStr: string;
187
192
  merchantSettingsStr: string | null;
188
193
  configJson: {
@@ -217,7 +222,8 @@ export declare class IkasNextPageDataProvider {
217
222
  pageType: IkasThemePageType;
218
223
  pageTitle: string | null;
219
224
  pageDescription: string | null;
220
- canonicalUrl: string | null;
225
+ canonicals: string[] | null;
226
+ disableIndex: true | null;
221
227
  settingsStr: string;
222
228
  merchantSettingsStr: string | null;
223
229
  configJson: {
@@ -1 +1 @@
1
- import{IkasStorefrontConfig as e}from"../storefront/index.js";import r from'../ext/lodash/forEach.js';var t=function(e){e=(e=e.replace(/^\s+|\s+$/g,"")).toLocaleLowerCase("tr-TR");for(var r="àáäâèéëêìíïîıòóöôùúüûñçşğ·/_,:;",t=0,n=r.length;t<n;t++)e=e.replace(new RegExp(r.charAt(t),"g"),"aaaaeeeeiiiiioooouuuuncsg------".charAt(t));return e=e.replace(/[^a-z0-9 -]/g,"").replace(/\s+/g,"-").replace(/-+/g,"-")},n=function(e){return/^\+?\d+$/.test(e)},o=function(e){return!(e.length>320)&&/^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/.test(e)},a=function(e){var r=e.toLocaleLowerCase("tr-TR");return r.charAt(0).toLocaleUpperCase("tr-TR")+r.slice(1)},u=function(e){return Buffer.from(e,"base64").toString("ascii")};function c(e,r){var t="0123456789AaBbCcÇçDdEeFfGgĞğHhIıİiJjKkLlMmNnOoÖöPpQqRrSsŞşTtUuÜüVvWwXxYyZz",n=e||"",o=r||"";if(0===n.length||0===o.length)return n.length-o.length;for(var a=0;a<n.length&&a<o.length;a++){var u=t.indexOf(n[a].toUpperCase()),c=t.indexOf(o[a].toUpperCase());if(u!==c)return u-c}return 0}function i(e,r){var t=[];if(!e||!r)return[];for(var n=0;n<e.length;){var o=e.indexOf(r,n);if(-1===o)break;n=o+1,t.push(o)}return t}function f(e){return!!new Intl.DateTimeFormat(e,{hour:"numeric"}).format(0).match(/\s/)}function l(r){var t={year:"numeric",month:"long",day:"numeric",hour:"numeric",minute:"numeric",hour12:!1},n=e.getCurrentLocale();return"undefined"!=typeof navigator?t.hour12=f(navigator.language):t.hour12=f(n),new Intl.DateTimeFormat(n,t).format(r)}function s(e,t,n){void 0===n&&(n=!1),r(e,(function(e,r){try{t(e,r)}catch(e){n&&console.error(e)}}))}function g(e,r){return Object.entries(e||{}).reduce((function(e,t){var n=t[0],o=t[1];return n===r?e.concat(o):"object"==typeof o?e.concat(g(o,r)):e}),[])}function h(e){return Object.keys(e).sort().reduce((function(r,t){return r[t]=e[t],r}),{})}export{u as decodeBase64,g as findAllByKey,i as findAllIndexes,l as formatDate,a as pascalCase,h as sortObject,c as stringSorter,t as stringToSlug,s as tryForEach,o as validateEmail,n as validatePhoneNumber};
1
+ import{IkasStorefrontConfig as r}from"../storefront/index.js";import e from'../ext/lodash/forEach.js';var t=function(r){r=(r=r.replace(/^\s+|\s+$/g,"")).toLocaleLowerCase("tr-TR");for(var e="àáäâèéëêìíïîıòóöôùúüûñçşğ·/_,:;",t=0,n=e.length;t<n;t++)r=r.replace(new RegExp(e.charAt(t),"g"),"aaaaeeeeiiiiioooouuuuncsg------".charAt(t));return r=r.replace(/[^a-z0-9 -]/g,"").replace(/\s+/g,"-").replace(/-+/g,"-")},n=function(r){return/^\+?\d+$/.test(r)},o=function(r){return!(r.length>320)&&/^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/.test(r)},a=function(r){return r.split(" ").map((function(r){var e=r.toLocaleLowerCase("tr-TR");return e.charAt(0).toLocaleUpperCase("tr-TR")+e.slice(1)})).join(" ")},u=function(r){return Buffer.from(r,"base64").toString("ascii")};function c(r,e){var t="0123456789AaBbCcÇçDdEeFfGgĞğHhIıİiJjKkLlMmNnOoÖöPpQqRrSsŞşTtUuÜüVvWwXxYyZz",n=r||"",o=e||"";if(0===n.length||0===o.length)return n.length-o.length;for(var a=0;a<n.length&&a<o.length;a++){var u=t.indexOf(n[a].toUpperCase()),c=t.indexOf(o[a].toUpperCase());if(u!==c)return u-c}return 0}function i(r,e){var t=[];if(!r||!e)return[];for(var n=0;n<r.length;){var o=r.indexOf(e,n);if(-1===o)break;n=o+1,t.push(o)}return t}function f(r){return!!new Intl.DateTimeFormat(r,{hour:"numeric"}).format(0).match(/\s/)}function l(e){var t={year:"numeric",month:"long",day:"numeric",hour:"numeric",minute:"numeric",hour12:!1},n=r.getCurrentLocale();return"undefined"!=typeof navigator?t.hour12=f(navigator.language):t.hour12=f(n),new Intl.DateTimeFormat(n,t).format(e)}function s(r,t,n){void 0===n&&(n=!1),e(r,(function(r,e){try{t(r,e)}catch(r){n&&console.error(r)}}))}function g(r,e){return Object.entries(r||{}).reduce((function(r,t){var n=t[0],o=t[1];return n===e?r.concat(o):"object"==typeof o?r.concat(g(o,e)):r}),[])}function h(r){return Object.keys(r).sort().reduce((function(e,t){return e[t]=r[t],e}),{})}export{u as decodeBase64,g as findAllByKey,i as findAllIndexes,l as formatDate,a as pascalCase,h as sortObject,c as stringSorter,t as stringToSlug,s as tryForEach,o as validateEmail,n as validatePhoneNumber};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/storefront",
3
- "version": "2.0.60",
3
+ "version": "2.0.61-alpha.2",
4
4
  "main": "./build/index.js",
5
5
  "module": "./build/index.js",
6
6
  "author": "Umut Ozan Yıldırım",
@@ -12,7 +12,6 @@
12
12
  "bin": {
13
13
  "ikas": "./build/ikas.js"
14
14
  },
15
- "type": "module",
16
15
  "scripts": {
17
16
  "prepack": "npm run buildExecutable",
18
17
  "lint": "eslint 'src/**/*.{js,ts,tsx}' --quiet --fix",