{"version":3,"file":"js/app.a0de519d643be82621e1.js","mappings":"upBAOe,8BAAc,EAAAA,IAGfC,mBACV,OAAOC,KAAKC,OAAOC,QAAQ,gDAAiD,CAC9E,CAEYC,0BACV,OAAOH,KAAKC,OAAOC,QAAQ,sDAAwD,CAAC,CACtF,CAEYE,kBACV,OAAIC,OAAOC,KAAKN,KAAKG,qBAAqBI,QACjCP,KAAKG,oBAA2B,OAElCH,KAAKQ,SACd,CAEYC,aACV,OAAOT,KAAKU,QAAQC,IAAI,SAC1B,GAnBA,IAAC,IAAAC,Q,yDADY,MAJd,IAAAC,WAAU,CACTC,KAAM,wC,sMCcR,SAXgB,E,QAAA,GACd,UACA,IACA,KACA,EACA,KACA,KACA,MAI8B,O,iJClBoN,QAAe,G,uDCAnQ,IAAIC,EAAS,SAASA,SAAS,IAAIC,EAAIhB,KAAKiB,EAAGD,EAAIE,MAAMD,GAAUD,EAAIE,MAAMC,YAAY,OAAQH,EAAIZ,YAAc,EAAGa,EAAG,MAAM,CAACG,YAAY,YAAY,CAACH,EAAG,OAAO,CAACG,YAAY,WAAW,CAACJ,EAAIK,GAAGL,EAAIM,GAAGN,EAAIO,GAAG,kBAAkBP,EAAIK,GAAG,KAAKJ,EAAG,OAAO,CAACG,YAAY,WAAW,CAACJ,EAAIK,GAAGL,EAAIM,GAAGN,EAAIZ,YAAYoB,YAAYR,EAAIP,SAAS,KAAKQ,EAAG,QAAQ,CAACD,EAAIK,GAAGL,EAAIM,GAAGN,EAAIO,GAAG,qBAAqBP,EAAIS,IACxY,EACIC,EAAkB,E","sources":["webpack:///./resources/area/web/default/js/components/catalog/product/configurator/ProductConfiguratorPrice.vue?22c7","webpack:///./resources/area/web/default/js/components/catalog/product/configurator/ProductConfiguratorPrice.vue","webpack:///./resources/area/web/default/js/components/catalog/product/configurator/ProductConfiguratorPrice.vue?0037","webpack:///./resources/area/web/default/js/components/catalog/product/configurator/ProductConfiguratorPrice.vue?cc67"],"sourcesContent":["\nimport {Component, Vue, Prop} from 'vue-property-decorator';\n\n@Component({\n  name: 'catalog-product-configurator-price',\n})\n\nexport default class extends Vue {\n  @Prop() private readonly basePrice: number;\n\n  private get loadingState(): boolean {\n    return this.$store.getters['CatalogProductConfigurator/getLoadingState'] || false;\n  }\n\n  private get configurationPrices(): null | object {\n    return this.$store.getters['CatalogProductConfigurator/getConfigurationPrices'] || {};\n  }\n\n  private get priceToShow(): number {\n    if (Object.keys(this.configurationPrices).length) {\n      return this.configurationPrices['total'] || this.basePrice;\n    }\n    return this.basePrice;\n  }\n\n  private get locale(): string {\n    return this.$config.get('locale');\n  }\n}\n","import { render, staticRenderFns } from \"./ProductConfiguratorPrice.vue?vue&type=template&id=7b68fb5b&\"\nimport script from \"./ProductConfiguratorPrice.vue?vue&type=script&lang=ts&\"\nexport * from \"./ProductConfiguratorPrice.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!./ProductConfiguratorPrice.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!./ProductConfiguratorPrice.vue?vue&type=script&lang=ts&\"","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return (_vm.priceToShow > 0)?_c('div',{staticClass:\"--totals\"},[_c('span',{staticClass:\"--label\"},[_vm._v(_vm._s(_vm.$t('Your total')))]),_vm._v(\" \"),_c('span',{staticClass:\"--price\"},[_vm._v(_vm._s(_vm.priceToShow.priceFormat(_vm.locale))+\" \"),_c('small',[_vm._v(_vm._s(_vm.$t('incl. TAX')))])])]):_vm._e()\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }"],"names":["Vue","loadingState","this","$store","getters","configurationPrices","priceToShow","Object","keys","length","basePrice","locale","$config","get","Prop","Component","name","render","_vm","_c","_self","_setupProxy","staticClass","_v","_s","$t","priceFormat","_e","staticRenderFns"],"sourceRoot":""}