{"version":3,"sources":["webpack:///./src/views/UpwardRunning/Participants/ParticipantsIndex.vue?e556","webpack:///./src/views/UpwardRunning/Participants/ParticipantsIndex.vue","webpack:///./src/views/UpwardRunning/Participants/ParticipantsIndex.vue?1316","webpack:///./src/views/UpwardRunning/Participants/ParticipantsIndex.vue?7f28"],"names":["render","_vm","this","_h","$createElement","_c","_self","staticRenderFns","name","RuntimeException","setup","props","ctx","id","value","root","$route","params","component"],"mappings":"yHAAA,IAAIA,EAAS,WAAa,IAAIC,EAAIC,KAASC,EAAGF,EAAIG,eAAmBC,EAAGJ,EAAIK,MAAMD,IAAIF,EAAG,OAAOE,EAAG,gBAC/FE,EAAkB,G,wECOhB,E,wDAAN,iD,0BACE,EAAAC,KAAO,0BADT,E,UAA2CC,EAAA,MAI5B,iBAAgB,CAC7BD,KAAM,oBACNE,MAF6B,SAEvBC,EAAOC,GAAG,MACRC,EAAK,eAAI,IAIf,GADAA,EAAGC,MAAH,UAAWF,EAAIG,KAAKC,OAAOC,OAAOJ,UAAlC,QAAwC,IACnCA,EAAGC,MACN,MAAM,IAAI,EAA6B,iECpBmY,I,YCO5aI,EAAY,eACd,EACAlB,EACAO,GACA,EACA,KACA,KACA,MAIa,aAAAW,E","file":"js/chunk-2d0f0033.cfff5133.js","sourcesContent":["var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('router-view')}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n\n\n\n\nimport { defineComponent, ref } from '@vue/composition-api'\nimport { RuntimeException } from '@/lib/common/exceptions/RuntimeException'\n\nclass ParticipantIndexRuntimeError extends RuntimeException {\n name = 'Participant Index error'\n}\n\nexport default defineComponent({\n name: 'ParticipantsIndex',\n setup(props, ctx) {\n const id = ref('')\n\n //created() {\n id.value = ctx.root.$route.params.id ?? ''\n if (!id.value) {\n throw new ParticipantIndexRuntimeError(\"Can't enter a Participant Editor without a League selected\")\n }\n //end created\n },\n})\n","import mod from \"-!../../../../node_modules/cache-loader/dist/cjs.js??ref--14-0!../../../../node_modules/thread-loader/dist/cjs.js!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??ref--14-3!../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ParticipantsIndex.vue?vue&type=script&lang=ts&\"; export default mod; export * from \"-!../../../../node_modules/cache-loader/dist/cjs.js??ref--14-0!../../../../node_modules/thread-loader/dist/cjs.js!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??ref--14-3!../../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ParticipantsIndex.vue?vue&type=script&lang=ts&\"","import { render, staticRenderFns } from \"./ParticipantsIndex.vue?vue&type=template&id=abd49cda&\"\nimport script from \"./ParticipantsIndex.vue?vue&type=script&lang=ts&\"\nexport * from \"./ParticipantsIndex.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"],"sourceRoot":""}