{"version":3,"sources":["webpack:///./src/components/static-pages/contact-component/contact.html","webpack:///./src/components/static-pages/contact-component/contact.ts","webpack:///./src/components/static-pages/contact-component/contact.ts?7b34","webpack:///./src/components/static-pages/contact-component/contact.vue","webpack:///./src/components/static-pages/contact-component/contact.scss"],"names":["render","_vm","this","_h","$createElement","_c","_self","attrs","domProps","_s","content","staticRenderFns","ContactComponent","_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":"gJAAA,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,GAAGR,EAAIS,eAC3KC,EAAkB,G,0GCIDC,EAAgB,SAAAC,GAIjC,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,UACXxB,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,uBAjB/C,CAASZ,QAAzBN,EAAgB2B,eAAA,CADpCC,QACoB5B,WCLoV,I,wBCQrW6B,EAAY,eACd,EACAzC,EACAW,GACA,EACA,KACA,WACA,MAIa,aAAA8B,E,2CCnBf","file":"js/chunk-3f47070e.06ecea00.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(_vm.content)}})])}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import { Vue, Component } from \"vue-property-decorator\";\nimport { RestService } from \"../../../services/rest-service\";\nimport { i18n } from \"@/main\";\n\n@Component\nexport default class ContactComponent 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 = \"contact\";\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!./contact.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!./contact.ts?vue&type=script&lang=js&external\"","import { render, staticRenderFns } from \"./contact.html?vue&type=template&id=47c274e2&scoped=true&external\"\nimport script from \"./contact.ts?vue&type=script&lang=js&external\"\nexport * from \"./contact.ts?vue&type=script&lang=js&external\"\nimport style0 from \"./contact.scss?vue&type=style&index=0&id=47c274e2&prod&scoped=true&lang=scss&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 \"47c274e2\",\n null\n \n)\n\nexport default component.exports","export * from \"-!../../../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../../../node_modules/css-loader/index.js??ref--8-oneOf-1-1!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-2!../../../../node_modules/sass-loader/dist/cjs.js??ref--8-oneOf-1-3!./contact.scss?vue&type=style&index=0&id=47c274e2&prod&scoped=true&lang=scss&external\""],"sourceRoot":""}