{"version":3,"file":"js/app.92a32b51359820c6b4bb.js","mappings":"wvBAQe,8BAAc,EAAAA,IAOnBC,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,GAhBA,IAAC,IAAAC,Q,0DACD,IAAC,IAAAA,Q,2DACD,IAAC,IAAAA,Q,0DACD,IAAC,IAAAA,MAAK,CAACC,QAAS,K,4DAChB,IAAC,IAAAD,MAAK,CAACC,QAAS,IAAM,K,gBAA4BC,Q,oCALrC,MAJd,IAAAC,WAAU,CACTC,KAAM,wBACNC,YAAY,eAAmBC,mB,qMCYjC,SAXgB,E,QAAA,GACd,UACA,IACA,KACA,EACA,KACA,KACA,MAI8B,O,gJClBoM,QAAe,G,sDCAnP,IAAIC,EAAS,SAASA,SAAS,IAAIC,EAAIrB,KAAKsB,EAAGD,EAAIE,MAAMD,GAAUD,EAAIE,MAAMC,YAAY,OAAOF,EAAG,uBAAuB,CAACG,MAAM,CAAC,cAAcJ,EAAIlB,WAAW,iBAAiBkB,EAAIK,gBACpL,EACIC,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?18b1","webpack:///./resources/area/web/default/js/views/catalog/CatalogCategoryView.vue?bf94"],"sourcesContent":["\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})\nexport default class extends Vue {\n @Prop() readonly categoryId: number;\n @Prop() readonly catalogData: object;\n @Prop() readonly dataSource: string;\n @Prop({default: ''}) readonly categoryName: string;\n @Prop({default: () => []}) private wishlistItems: Array;\n\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=ebd1099a&\"\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-26.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-26.use[0]!../../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./CatalogCategoryView.vue?vue&type=script&lang=ts&\"","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('catalog-product-list',{attrs:{\"data-source\":_vm.dataSource,\"wishlist-items\":_vm.wishlistItems}})\n}\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","_c","_self","_setupProxy","attrs","wishlistItems","staticRenderFns"],"sourceRoot":""}