{"version":3,"sources":["webpack:///./src/pages/index.vue?8324","webpack:///./src/pages/index.vue","webpack:///./src/domain/composables/use-event-landing.js","webpack:///src/pages/index.vue","webpack:///./src/pages/index.vue?49b8","webpack:///./src/pages/index.vue?0954"],"names":["render","_vm","this","_c","_self","isLoading","staticClass","_e","domProps","_s","html","staticRenderFns","useEventLanding","async","getEventLandings","params","api","getExistingApiInstance","data","eventLanding","getMany","components","AppPreloader","landingNotFound","setDocumentTitle","console","path","methods","filter","eventId","lang","component"],"mappings":"yGAAA,W,yCCAA,IAAIA,EAAS,WAAkB,IAAIC,EAAIC,KAAKC,EAAGF,EAAIG,MAAMD,GAAG,OAAOA,EAAG,MAAM,CAAEF,EAAII,UAAWF,EAAG,eAAe,CAACG,YAAY,sBAAsBL,EAAIM,KAAKJ,EAAG,MAAM,CAACK,SAAS,CAAC,UAAYP,EAAIQ,GAAGR,EAAIS,UAAU,IAE5MC,EAAkB,G,YCAP,SAASC,IACtBC,eAAeC,EAAiBC,GAC9B,MAAMC,EAAMC,kBAEN,KAAEC,SAAeF,EAAIG,aAAaC,QAAQL,GAChD,OAAOG,EAGT,MAAO,CACLJ,oB,gECIW,GACfO,YACAC,qBAGAJ,OACA,OACAR,QACAa,mBACAlB,eAIA,gBACA,4CAEA,IACA,kBACAmB,+DACA,mBACA,SACAC,uBACA,qBAAAC,cACA,QACA,oBAIAC,SACA,oBACA,2CACA,+BACAC,QAAAC,wCAAAC,UAGA,GAKA,uBACA,sCALA,qBAAAJ,iBCnD+U,I,wBCQ3UK,EAAY,eACd,EACA/B,EACAW,GACA,EACA,KACA,KACA,MAIa,aAAAoB,E","file":"js/index.0daf2228.js","sourcesContent":["export * from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--9-oneOf-1-0!../../node_modules/css-loader/dist/cjs.js??ref--9-oneOf-1-1!../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../node_modules/postcss-loader/src/index.js??ref--9-oneOf-1-2!../../node_modules/sass-loader/dist/cjs.js??ref--9-oneOf-1-3!../../node_modules/style-resources-loader/lib/index.js??ref--9-oneOf-1-4!../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./index.vue?vue&type=style&index=0&id=4a4076d7&prod&lang=scss&\"","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',[(_vm.isLoading)?_c('AppPreloader',{staticClass:\"landing-preloader\"}):_vm._e(),_c('div',{domProps:{\"innerHTML\":_vm._s(_vm.html)}})],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import { getExistingApiInstance } from '@/api'\n\nexport default function useEventLanding() {\n  async function getEventLandings(params) {\n    const api = getExistingApiInstance()\n\n    const { data } = await api.eventLanding.getMany(params)\n    return data\n  }\n\n  return {\n    getEventLandings,\n  }\n}\n","<template>\n  <div>\n    <AppPreloader v-if=\"isLoading\" class=\"landing-preloader\" />\n    <div v-html=\"html\"></div>\n  </div>\n</template>\n\n<script>\nimport useEventLanding from '@/domain/composables/use-event-landing'\nimport LangService from '@/domain/services/lang-service'\nimport ThemeService from '@/domain/services/theme-service'\nimport AppPreloader from '@/components/base/app-preloader'\nimport { AVAILABLE_LANGUAGES } from '@/utils/constants'\nimport { setDocumentTitle } from '@/utils'\n\nexport default {\n  components: {\n    AppPreloader,\n  },\n\n  data() {\n    return {\n      html: '',\n      landingNotFound: false,\n      isLoading: false,\n    }\n  },\n\n  async created() {\n    if (!this.$store.state.event.data.showLanding) return\n\n    try {\n      this.isLoading = true\n      setDocumentTitle(this.$store.state.event.data.displayName)\n      await this.loadLanding()\n    } catch (e) {\n      console.error(e)\n      await LangService.toLocalePath({ path: '/404' })\n    } finally {\n      this.isLoading = false\n    }\n  },\n\n  methods: {\n    async loadLanding() {\n      const lang = this.$route.query.lang || AVAILABLE_LANGUAGES.ru\n      const [landing] = await useEventLanding().getEventLandings({\n        filter: { eventId: this.$store.state.event.data.id, lang },\n      })\n\n      if (!landing) {\n        await LangService.toLocalePath({ path: '/404' })\n        return\n      }\n\n      this.html = landing.body\n      await ThemeService.loadLandingResources(landing)\n    },\n  },\n}\n</script>\n\n<style lang=\"scss\">\n.landing-preloader {\n  position: fixed;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  z-index: 100;\n}\n</style>\n","import mod from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--13-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./index.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--13-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./index.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./index.vue?vue&type=template&id=4a4076d7&\"\nimport script from \"./index.vue?vue&type=script&lang=js&\"\nexport * from \"./index.vue?vue&type=script&lang=js&\"\nimport style0 from \"./index.vue?vue&type=style&index=0&id=4a4076d7&prod&lang=scss&\"\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":""}