{"version":3,"file":"js/app.7102c449412f05f60419.js","mappings":"4vBAiBA,8BAA6B,EAAAA,IAMnBC,UACNC,KAAKC,OAAOC,OAAO,GAAGF,KAAKG,6BAA8BH,KAAKI,YAC9DJ,KAAKC,OAAOC,OAAO,GAAGF,KAAKG,8BAA+BH,KAAKK,aAE/DC,OAAOC,WAAa,EAAEC,YACpBR,KAAKC,OAAOC,OAAO,GAAGF,KAAKG,6BAA8B,OAASK,EAAQR,KAAKI,WAAaI,EAAkB,YAC9GR,KAAKC,OAAOC,OAAO,GAAGF,KAAKG,8BAA+B,OAASK,EAAQR,KAAKK,YAAcG,EAAmB,YAAE,EAGrHC,QAAQC,aAAa,CAACN,WAAYJ,KAAKI,WAAYC,YAAaL,KAAKK,aAAcM,SAASC,MAC9F,GAfQ,IAAP,IAAAC,Q,0DACO,IAAP,IAAAA,Q,2DACO,IAAP,IAAAA,Q,0DACO,IAAP,IAAAA,Q,0DAC0B,IAA1B,IAAAA,MAAK,CAACC,QAAS,IAAM,K,gBAA4BC,Q,oCALpD,MALC,IAAAC,WAAU,CACTC,KAAM,wBACNC,YAAY,eAAmBC,mB,wMCIjC,SAXgB,E,SAAA,GACd,UACA,IACA,KACA,EACA,KACA,KACA,MAI8B,O,mJClB+M,QAAe,G,4DCA9P,IAAIC,OAAS,WAAa,IAAIC,EAAIrB,KAASsB,EAAGD,EAAIE,eAAuC,OAAjBF,EAAIG,MAAMC,IAAIH,GAAa,uBAAuB,CAACI,MAAM,CAAC,cAAcL,EAAIlB,WAAW,iBAAiBkB,EAAIM,cAAc,cAAcN,EAAIO,aAAa,EAC7NC,EAAkB,E","sources":["webpack:///./resources/area/web/default/js/views/catalog/CatalogCategoryView.vue?9163","webpack:///./resources/area/web/default/js/views/catalog/CatalogCategoryView.vue","webpack:///./resources/area/web/default/js/views/catalog/CatalogCategoryView.vue?b0f3","webpack:///./resources/area/web/default/js/views/catalog/CatalogCategoryView.vue?2fd1"],"sourcesContent":["\n\n\n\n\n\n\n\n\nimport {Component, Vue, Prop} from 'vue-property-decorator';\nimport ServiceContainer from '@flashpointbv/solar-service-container';\n\n@Component({\n  name: 'catalog-category-view',\n  components: ServiceContainer().getComponents()\n})\n\nexport default class extends Vue {\n  @Prop() readonly categoryId: number;\n  @Prop() readonly catalogData: object;\n  @Prop() readonly bannerData: object;\n  @Prop() readonly dataSource: string;\n  @Prop({default: () => []}) private wishlistItems: Array<object>;\n  private created(): void {\n    this.$store.commit(`${this.dataSource}/SET_CATEGORY_ID`, this.categoryId);\n    this.$store.commit(`${this.dataSource}/SET_API_RESPONSE`, this.catalogData);\n\n    window.onpopstate = ({state}) => {\n      this.$store.commit(`${this.dataSource}/SET_CATEGORY_ID`, null === state ? this.categoryId : state['categoryId']);\n      this.$store.commit(`${this.dataSource}/SET_API_RESPONSE`, null === state ? this.catalogData : state['catalogData']);\n    };\n\n    history.replaceState({categoryId: this.categoryId, catalogData: this.catalogData}, document.title);\n  }\n}\n","import { render, staticRenderFns } from \"./CatalogCategoryView.vue?vue&type=template&id=e8099d52&\"\nimport script from \"./CatalogCategoryView.vue?vue&type=script&lang=ts&\"\nexport * from \"./CatalogCategoryView.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-5[0].rules[0].use[0]!../../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./CatalogCategoryView.vue?vue&type=script&lang=ts&\"; export default mod; export * from \"-!../../../../../../../node_modules/ts-loader/index.js??clonedRuleSet-5[0].rules[0].use[0]!../../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./CatalogCategoryView.vue?vue&type=script&lang=ts&\"","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('catalog-product-list',{attrs:{\"data-source\":_vm.dataSource,\"wishlist-items\":_vm.wishlistItems,\"banner-data\":_vm.bannerData}})}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }"],"names":["Vue","created","this","$store","commit","dataSource","categoryId","catalogData","window","onpopstate","state","history","replaceState","document","title","Prop","default","Array","Component","name","components","getComponents","render","_vm","_h","$createElement","_self","_c","attrs","wishlistItems","bannerData","staticRenderFns"],"sourceRoot":""}