{"version":3,"mappings":";oTAEA,MCAMA,EAAS,CACb,CACEC,MAAO,GACPC,KAAM,WACNC,UAAW,IAAMC,GAAA,IAAAC,OAAO,2LACxBC,KAAM,UAER,CACEJ,KAAM,UACNC,UAAW,IAAMC,GAAA,IAAAC,OAAO,kHACxBC,KAAM,UAER,CACEJ,KAAM,QACNC,UAAW,IAAMC,GAAA,IAAAC,OAAO,qGACxBC,KAAM,OACNC,SAAU,CACR,CACEL,KAAM,aACNC,UAAW,WAAME,OAAO,gLACxBC,KAAM,QAER,CACEJ,KAAM,kBACNC,UAAW,WAAME,OAAO,wJACxBC,KAAM,aAER,CACEJ,KAAM,eACNC,UAAW,WAAME,OAAO,2JACxBC,KAAM,UAER,CACEJ,KAAM,kBACNC,UAAW,IAAKC,GAAA,IAACC,OAAO,+IACxBC,KAAM,aAER,CACEJ,KAAM,iBACNC,UAAW,IAAMC,GAAA,IAAAC,OAAO,6JACxBC,KAAM,cAIZ,CACEJ,KAAM,aACNC,UAAW,IAAMC,GAAA,IAAAC,OAAO,4FACxBC,KAAM,QAER,CACEJ,KAAM,mBACNI,KAAM,MACNE,SAAU,gBC9CdC,EAF2B,IAAIC,EFJhB,CACbC,wBAAyBC,GAAqB,IAAKR,GAAA,IAACC,OAAO,wBAAiDQ,gFCuD/FC,EAAa,CAC1BC,QAASC,EAAiB,eAC1BhB,WCtD4DiB","names":["routes","alias","path","component","__vitePreload","import","name","children","redirect","initMountHandlers","AppMounter","TherapistCandidatesForm","defineAsyncComponent","__VITE_PRELOAD__","createRouter","history","createWebHistory","appLocalizer"],"ignoreList":[],"sources":["../../../app/frontend/vue/src/services/app-mounter/bundles/therapist-candidates.js","../../../app/frontend/vue/src/services/app-mounter/bundles/therapist-candidates-routes.js","../../../app/frontend/entrypoints/therapist-candidates.js"],"sourcesContent":["import { defineAsyncComponent } from 'vue';\n\nexport default {\n TherapistCandidatesForm: defineAsyncComponent(() => import('@front/app-containers/therapist-candidates/auth')),\n};\n","import { createRouter, createWebHistory } from 'vue-router';\n\nconst routes = [\n {\n alias: '',\n path: '/sign_up',\n component: () => import('@front/app-containers/therapist-candidates/auth/sign-up/index.vue'),\n name: 'SignUp',\n },\n {\n path: '/verify',\n component: () => import('@front/app-containers/therapist-candidates/auth/verify.vue'),\n name: 'Verify',\n },\n {\n path: '/form',\n component: () => import('@front/app-containers/therapist-candidates/form/index.vue'),\n name: 'Form',\n children: [\n {\n path: '/form/main',\n component: () => import('@front/app-containers/therapist-candidates/form/main.vue'),\n name: 'Main',\n },\n {\n path: '/form/education',\n component: () => import('@front/app-containers/therapist-candidates/form/education.vue'),\n name: 'education',\n },\n {\n path: '/form/method',\n component: () => import('@front/app-containers/therapist-candidates/form/method.vue'),\n name: 'method',\n },\n {\n path: '/form/about_psy',\n component: () => import('@front/app-containers/therapist-candidates/form/about-psy.vue'),\n name: 'about_psy',\n },\n {\n path: '/form/about_me',\n component: () => import('@front/app-containers/therapist-candidates/form/about-me/index.vue'),\n name: 'about_me',\n },\n ],\n },\n {\n path: '/form/done',\n component: () => import('@front/app-containers/therapist-candidates/form/done.vue'),\n name: 'done',\n },\n {\n path: '/:pathMatch(.*)*',\n name: '404',\n redirect: '/candidates',\n },\n];\n\nconst router = createRouter({\n history: createWebHistory('/candidates'),\n routes,\n});\n\nexport default router;\n","import { initMountHandlers } from '@front';\nimport AppMounter from '@front/services/app-mounter';\nimport components from '@front/services/app-mounter/bundles/therapist-candidates';\nimport routes from '@front/services/app-mounter/bundles/therapist-candidates-routes';\nimport appLocalizer from '@front/services/app-localizer/therapist-candidates';\n\nconst AppMounterInstance = new AppMounter(components, routes, appLocalizer);\n\ninitMountHandlers(AppMounterInstance);\n"],"file":"assets/therapist-candidates-DmH5-sMJ.js"}