{"version":3,"sources":["webpack:///./node_modules/Ceres/resources/js/src/app/components/common/BackgroundImg.vue?50da","webpack:///./node_modules/Ceres/resources/js/src/app/components/common/BackgroundImg.vue?4d02","webpack:///./node_modules/Ceres/resources/js/src/app/components/common/BackgroundImg.vue","webpack:///./node_modules/Ceres/resources/js/src/app/components/common/BackgroundImg.vue?3b1e"],"names":["render","_h","this","$createElement","_self","_c","class","pictureClass","style","backgroundSource","_withStripped","props","url","fallbackUrl","data","supported","undefined","beforeMount","detectWebP","computed","isDefined","length","backgroundImage","component","options","__file"],"mappings":"kGAAA,IAAIA,EAAS,WACX,IACIC,EADMC,KACGC,eAEb,OAHUD,KAEGE,MAAMC,IAAMJ,GACf,MAAO,CAAEK,MAHTJ,KAGoBK,aAAcC,MAHlCN,KAG6CO,oBAGzDT,EAAOU,eAAgB,E,mBCP0K,ECSlL,CACXC,MACA,CACIC,IAAK,GACLC,YAAa,GACbN,aAAc,IAElBO,KAPW,WAQP,MAAO,CACHC,eAAWC,IAGnBC,YAZW,WAaX,WACIC,aAAY,SAACH,GAET,EAAKA,UAAYA,MAGzBI,SAAU,CAINV,iBAJM,WAKF,IAAKP,KAAKU,IAEN,OAAO,KAGX,MADA,GAAIQ,YAAUlB,KAAKa,cAEVb,KAAKa,YAAN,UAAmBb,KAAKW,mBAAxB,aAAmB,EAAkBQ,SACrC,MAAO,CAAEC,gBAAiB,OAASpB,KAAKW,YAAc,KAG9D,MAAO,CAAES,gBAAiB,OAASpB,KAAKU,IAAM,Q,QCpCtDW,EAAY,YACd,EACAvB,EHHoB,IGKpB,EACA,KACA,KACA,MAuBFuB,EAAUC,QAAQC,OAAS,8EACZ,UAAAF,E","file":"chunks/ceres-client-17.min.js","sourcesContent":["var render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { class: _vm.pictureClass, style: _vm.backgroundSource })\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../../../../babel-loader/lib/index.js!../../../../../../../vue-loader/lib/index.js??vue-loader-options!./BackgroundImg.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../../../babel-loader/lib/index.js!../../../../../../../vue-loader/lib/index.js??vue-loader-options!./BackgroundImg.vue?vue&type=script&lang=js&\"","//\n//\n//\n//\n//\n\nimport { detectWebP } from \"../../helper/featureDetect\";\nimport { isDefined } from \"../../helper/utils\";\n\nexport default {\n props:\n {\n url: \"\",\n fallbackUrl: \"\",\n pictureClass: \"\"\n },\n data(){\n return {\n supported: undefined\n }\n },\n beforeMount()\n {\n detectWebP(((supported) =>\n {\n this.supported = supported;\n }));\n },\n computed: {\n /**\n * Determine appropriate image url to use as background source\n */\n backgroundSource() {\n if (!this.url)\n {\n return null;\n }\n if (isDefined(this.supported))\n {\n if (!this.supported && this.fallbackUrl?.length) {\n return { backgroundImage: 'url(' + this.fallbackUrl + ')' };\n }\n }\n return { backgroundImage: 'url(' + this.url + ')' };\n }\n }\n}\n","import { render, staticRenderFns } from \"./BackgroundImg.vue?vue&type=template&id=30fb7b6d&\"\nimport script from \"./BackgroundImg.vue?vue&type=script&lang=js&\"\nexport * from \"./BackgroundImg.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../../../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\n/* hot reload */\nif (module.hot) {\n var api = require(\"/Users/fhartwig/Sites/pp-heySilvity/node_modules/vue-hot-reload-api/dist/index.js\")\n api.install(require('vue'))\n if (api.compatible) {\n module.hot.accept()\n if (!api.isRecorded('30fb7b6d')) {\n api.createRecord('30fb7b6d', component.options)\n } else {\n api.reload('30fb7b6d', component.options)\n }\n module.hot.accept(\"./BackgroundImg.vue?vue&type=template&id=30fb7b6d&\", function () {\n api.rerender('30fb7b6d', {\n render: render,\n staticRenderFns: staticRenderFns\n })\n })\n }\n}\ncomponent.options.__file = \"node_modules/Ceres/resources/js/src/app/components/common/BackgroundImg.vue\"\nexport default component.exports"],"sourceRoot":""}