{"version":3,"file":"js/app.7471e4c4971e4ef88166.js","mappings":"4vBASiB,8BAAc,EAAAA,IAGfC,oBACV,OAAOC,KAAKC,OAAOC,QAAQ,iCAC7B,CAEQC,UACN,+BAAiCC,aAAY,GAC7C,mBAAqBA,aAAY,GACjC,iBAAmBA,aAAY,EACjC,CAEQC,UACNL,KAAKC,OAAOK,SAAS,oCAAqCN,KAAKO,MACjE,GAdA,IAAC,IAAAC,MAAK,CAACC,UAAU,I,gBAAuBC,Q,4BAD3B,MALd,IAAAC,WAAU,CACTC,KAAM,0BACNC,YAAY,eAAmBC,mB,yMCYnC,SAXgB,E,SAAA,GACd,UACA,IACA,KACA,EACA,KACA,KACA,MAI8B,O,mJClB2L,QAAe,G,wDCA1O,IAAIC,EAAS,SAASA,SAAS,IAAIC,EAAIhB,KAAKiB,EAAGD,EAAIE,MAAMD,GAAUD,EAAIE,MAAMC,YAAY,OAAOF,EAAG,MAAM,CAACG,YAAY,6CAA6C,CAACH,EAAG,MAAM,CAACG,YAAY,sBAAsB,CAACH,EAAG,KAAK,CAACD,EAAIK,GAAGL,EAAIM,GAAGN,EAAIO,GAAG,qBAAqBP,EAAIK,GAAG,KAAKJ,EAAG,IAAI,CAACO,WAAW,CAAC,CAACZ,KAAK,OAAOa,QAAQ,SAASC,OAAQV,EAAIjB,cAAc4B,OAAQC,WAAW,0BAA0BR,YAAY,0CAA0C,CAACJ,EAAIK,GAAGL,EAAIM,GAAGN,EAAIO,GAAG,8CAA8CP,EAAIK,GAAG,KAAKJ,EAAG,KAAK,CAACG,YAAY,UAAUJ,EAAIa,GAAIb,EAAiB,eAAE,SAASc,GAAM,OAAOb,EAAG,4BAA4B,CAACc,IAAID,EAAc,QAAM,GAAEE,MAAM,CAAC,QAAUF,EAAc,QAAE,mBAAkB,EAAK,cAAa,EAAK,cAAc,kBAAkB,KAAO,aAAa,IAAG,IAC1xB,EACIG,EAAkB,E","sources":["webpack:///./resources/area/web/default/js/components/customer/wishlist/Index.vue?7427","webpack:///./resources/area/web/default/js/components/customer/wishlist/Index.vue","webpack:///./resources/area/web/default/js/components/customer/wishlist/Index.vue?b7f1","webpack:///./resources/area/web/default/js/components/customer/wishlist/Index.vue?39ad"],"sourcesContent":["\n  import {Component, Vue, Prop} from 'vue-property-decorator';\n  import ServiceContainer from '@flashpointbv/solar-service-container';\n\n  @Component({\n    name: 'customer-wishlist-index',\n    components: ServiceContainer().getComponents()\n  })\n\n  export default class extends Vue {\n    @Prop({required: true}) readonly items: Array<object>;\n\n    private get wishlistItems(): Array<object> {\n      return this.$store.getters['CustomerWishlist/wishlistItems'];\n    }\n\n    private mounted(): void {\n      ('.catalog__category-list a h2').matchHeight(true);\n      ('.product__square').matchHeight(true);\n      ('.price__holder').matchHeight(true);\n    }\n\n    private created(): void {\n      this.$store.dispatch('CustomerWishlist/setWishlistItems', this.items);\n    }\n  }\n","import { render, staticRenderFns } from \"./Index.vue?vue&type=template&id=4da4036a&\"\nimport script from \"./Index.vue?vue&type=script&lang=ts&\"\nexport * from \"./Index.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!./Index.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!./Index.vue?vue&type=script&lang=ts&\"","var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('div',{staticClass:\"catalog__category-list customer__wishlist\"},[_c('div',{staticClass:\"page-title-wrapper\"},[_c('h1',[_vm._v(_vm._s(_vm.$t('My wishlist')))])]),_vm._v(\" \"),_c('p',{directives:[{name:\"show\",rawName:\"v-show\",value:(!_vm.wishlistItems.length),expression:\"!wishlistItems.length\"}],staticClass:\"global__message--bg --warning --margin\"},[_vm._v(_vm._s(_vm.$t('There are no products in your wishlist')))]),_vm._v(\" \"),_c('ul',{staticClass:\"grid-x\"},_vm._l((_vm.wishlistItems),function(item){return _c('catalog-product-list-item',{key:item['product']['id'],attrs:{\"product\":item['product'],\"remove-wishlist\":true,\"show-hover\":true,\"data-source\":\"CatalogCategory\",\"type\":\"wishlist\"}})}),1)])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }"],"names":["Vue","wishlistItems","this","$store","getters","mounted","matchHeight","created","dispatch","items","Prop","required","Array","Component","name","components","getComponents","render","_vm","_c","_self","_setupProxy","staticClass","_v","_s","$t","directives","rawName","value","length","expression","_l","item","key","attrs","staticRenderFns"],"sourceRoot":""}