{"version":3,"file":"js/app.c4e66117c5a3bc686430.js","mappings":"mnCASe,8BAAc,EAAAA,IAAd,c,oBAIL,KAAAC,SAA0B,IAgBpC,CAdgBC,U,yCACZ,IACE,MAAM,KAACC,SAAcC,KAAKC,aAAaC,KAAK,uCAAwC,CAClFC,YAAaH,KAAKI,WAClBC,SAAUL,KAAKM,UAGbP,IACFC,KAAKH,SAAWE,E,CAElB,MAAOQ,GACPC,QAAQC,MAAMF,E,CAElB,G,GAlBA,IAAC,IAAAG,MAAK,CAACC,UAAU,I,0DACjB,IAAC,IAAAD,MAAK,CAACC,UAAU,I,uDAFJ,MALd,IAAAC,WAAU,CACTC,KAAM,oCACNC,YAAY,eAAmBC,mB,wMCYjC,SAXgB,E,SAAA,GACd,UACA,IACA,KACA,EACA,KACA,KACA,MAI8B,O,mJClBqM,QAAe,G,wDCApP,IAAIC,EAAS,SAASA,SAAS,IAAIC,EAAIjB,KAAKkB,EAAGD,EAAIE,MAAMD,GAAUD,EAAIE,MAAMC,YAAY,OAAQH,EAAY,SAAEC,EAAG,MAAM,CAACG,YAAY,cAAc,CAAEJ,EAAIpB,SAAsB,WAAEqB,EAAG,MAAM,CAACG,YAAY,iBAAiB,CAACH,EAAG,MAAM,CAACI,MAAM,CAAC,IAAML,EAAIpB,SAAqB,gBAAOoB,EAAIM,KAAKN,EAAIO,GAAG,KAAKN,EAAG,MAAM,CAACG,YAAY,YAAY,CAACH,EAAG,OAAO,CAACD,EAAIO,GAAGP,EAAIQ,GAAGR,EAAIpB,SAAqB,eAAMoB,EAAIO,GAAG,KAAKN,EAAG,IAAI,CAACQ,SAAS,CAAC,UAAYT,EAAIQ,GAAGR,EAAIpB,SAAuB,iBAAMoB,EAAIO,GAAG,KAAKN,EAAG,IAAI,CAACI,MAAM,CAAC,KAAOL,EAAIpB,SAAkB,UAAI,CAACoB,EAAIO,GAAGP,EAAIQ,GAAGR,EAAIU,GAAG,qBAAqBV,EAAIM,IAC7jB,EACIK,EAAkB,E","sources":["webpack:///./resources/area/web/default/js/components/catalog/product/RelatedBlogPost.vue?5344","webpack:///./resources/area/web/default/js/components/catalog/product/RelatedBlogPost.vue","webpack:///./resources/area/web/default/js/components/catalog/product/RelatedBlogPost.vue?9261","webpack:///./resources/area/web/default/js/components/catalog/product/RelatedBlogPost.vue?7db4"],"sourcesContent":["\nimport ServiceContainer from '@flashpointbv/solar-service-container';\nimport {Component, Vue, Prop} from 'vue-property-decorator';\n\n@Component({\n name: 'catalog-product-related-blog-post',\n components: ServiceContainer().getComponents()\n})\n\nexport default class extends Vue {\n @Prop({required: true}) private readonly productSku: string;\n @Prop({required: true}) private readonly storeId: number;\n\n private postData: null | object = null;\n\n private async created(): Promise<void> {\n try {\n const {data} = await this.$solarClient.post(`catalog/product/blog-post-by-product`, {\n product_sku: this.productSku,\n store_id: this.storeId\n });\n\n if (data) {\n this.postData = data;\n }\n } catch (e) {\n console.error(e);\n }\n }\n}\n","import { render, staticRenderFns } from \"./RelatedBlogPost.vue?vue&type=template&id=7884d227&\"\nimport script from \"./RelatedBlogPost.vue?vue&type=script&lang=ts&\"\nexport * from \"./RelatedBlogPost.vue?vue&type=script&lang=ts&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","import mod from \"-!../../../../../../../../node_modules/ts-loader/index.js??clonedRuleSet-6.use[0]!../../../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./RelatedBlogPost.vue?vue&type=script&lang=ts&\"; export default mod; export * from \"-!../../../../../../../../node_modules/ts-loader/index.js??clonedRuleSet-6.use[0]!../../../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./RelatedBlogPost.vue?vue&type=script&lang=ts&\"","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return (_vm.postData)?_c('div',{staticClass:\"blog__link\"},[(_vm.postData['post_image'])?_c('div',{staticClass:\"image__holder\"},[_c('img',{attrs:{\"src\":_vm.postData['post_image']}})]):_vm._e(),_vm._v(\" \"),_c('div',{staticClass:\"_content\"},[_c('span',[_vm._v(_vm._s(_vm.postData['post_title']))]),_vm._v(\" \"),_c('p',{domProps:{\"innerHTML\":_vm._s(_vm.postData['post_content'])}}),_vm._v(\" \"),_c('a',{attrs:{\"href\":_vm.postData['url_key']}},[_vm._v(_vm._s(_vm.$t('Read more')))])])]):_vm._e()\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }"],"names":["Vue","postData","created","data","this","$solarClient","post","product_sku","productSku","store_id","storeId","e","console","error","Prop","required","Component","name","components","getComponents","render","_vm","_c","_self","_setupProxy","staticClass","attrs","_e","_v","_s","domProps","$t","staticRenderFns"],"sourceRoot":""}