{"version":3,"sources":["webpack:///./src/components/static-pages/findyourway-component/findyourway.html","webpack:///./src/components/static-pages/findyourway-component/findyourway.ts","webpack:///./src/components/static-pages/findyourway-component/findyourway.ts?39c1","webpack:///./src/components/static-pages/findyourway-component/findyourway.vue"],"names":["render","_vm","this","_h","$createElement","_c","_self","attrs","domProps","_s","content","staticRenderFns","FindYourWayComponent","_Vue","_this","_classCallCheck","_callSuper","restService","Vue","prototype","$restService","_inherits","_createClass","key","value","_this2","page","getStaticPage","i18n","locale","fallbackLocale","toString","then","response","data","catch","error","console","warn","__decorate","Component","component"],"mappings":"uHAAA,IAAIA,EAAS,WAAa,IAAIC,EAAIC,KAASC,EAAGF,EAAIG,eAAmBC,EAAGJ,EAAIK,MAAMD,IAAIF,EAAG,OAAOE,EAAG,cAAc,CAACE,MAAM,CAAC,OAAO,KAAK,CAACF,EAAG,IAAI,CAACG,SAAS,CAAC,UAAYP,EAAIQ,GAAGP,KAAKQ,eAC5KC,EAAkB,G,0GCIDC,EAAoB,SAAAC,GAIrC,SAAAD,IAAA,IAAAE,EAGsB,OAHtBC,eAAA,KAAAH,GACIE,EAAAE,eAAA,KAAAJ,GACAE,EAAKG,YAAcC,OAAIC,UAAUC,aACjCN,EAAKJ,QAAU,GAAGI,EACrB,OAAAO,eAAAT,EAAAC,GAAAS,eAAAV,EAAA,EAAAW,IAAA,UAAAC,MAEO,WAAO,IAAAC,EAAA,KACPC,EAAO,aACXxB,KAAKe,YAAYU,cAAcD,EAAME,UAAKC,OAAQD,UAAKE,eAAeC,YAAYC,MAAK,SAACC,GACpFR,EAAKf,QAAUuB,EAASC,QACzBC,OAAM,SAACC,GAENC,QAAQC,KAAK,kBAAoBZ,EAAO,wBAA0BE,UAAKC,QACvEQ,QAAQC,KAAK,kBAAoBZ,EAAO,yBAA2BE,UAAKE,uBAjB3C,CAASZ,QAA7BN,EAAoB2B,eAAA,CADxCC,QACoB5B,WCLwV,I,YCOzW6B,EAAY,eACd,EACAzC,EACAW,GACA,EACA,KACA,KACA,MAIa,aAAA8B,E","file":"js/chunk-2d209605.d80f7c31.js","sourcesContent":["var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('v-container',{attrs:{\"mt-5\":\"\"}},[_c('p',{domProps:{\"innerHTML\":_vm._s(this.content)}})])}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import { i18n } from \"@/main\";\nimport { Vue, Component } from \"vue-property-decorator\";\nimport { RestService } from \"../../../services/rest-service\";\n\n@Component\nexport default class FindYourWayComponent extends Vue {\n private restService: RestService;\n private content: string;\n\n constructor() {\n super();\n this.restService = Vue.prototype.$restService;\n this.content = \"\";\n }\n\n private mounted() {\n var page = \"findYouWay\";\n this.restService.getStaticPage(page, i18n.locale, i18n.fallbackLocale.toString()).then((response) => {\n this.content = response.data;\n }).catch((error) => {\n // Get the static ressource with the fallback locale\n console.warn(\"Could not find \" + page + \" for current locale: \" + i18n.locale);\n console.warn(\"Could not find \" + page + \" for fallback locale: \" + i18n.fallbackLocale);\n });\n\n }\n}\n","import mod from \"-!../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../node_modules/thread-loader/dist/cjs.js!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/cache-loader/dist/cjs.js??ref--13-0!../../../../node_modules/ts-loader/index.js??ref--13-3!./findyourway.ts?vue&type=script&lang=js&external\"; export default mod; export * from \"-!../../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../../node_modules/thread-loader/dist/cjs.js!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/cache-loader/dist/cjs.js??ref--13-0!../../../../node_modules/ts-loader/index.js??ref--13-3!./findyourway.ts?vue&type=script&lang=js&external\"","import { render, staticRenderFns } from \"./findyourway.html?vue&type=template&id=4b230a92&external\"\nimport script from \"./findyourway.ts?vue&type=script&lang=js&external\"\nexport * from \"./findyourway.ts?vue&type=script&lang=js&external\"\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"],"sourceRoot":""}