{"version":3,"file":"photographerEntry.js","sources":["../../../frontend/src/components/pages/common/PhotographerEntry/index.ts","../../../frontend/src/components/organisms/common/PhotographerEntryContent/index.ts","../../../frontend/src/components/organisms/common/PhotographerEntryContent/index.vue","../../../frontend/src/components/pages/common/PhotographerEntry/index.vue","../../../frontend/src/entries/common/photographerEntry/App.vue","../../../frontend/src/entries/common/photographerEntry/index.ts"],"sourcesContent":["import { reactive } from 'vue'\n\nexport const useStates = () => {\n return reactive({\n isApiCallsCompleted: false,\n })\n}\n","import { reactive } from 'vue'\n\nimport { signUpPhotographerRouterConstants } from '@/constants/routers/common/signUp/photographer'\nconst { PATH } = signUpPhotographerRouterConstants.LOCATION\n\nexport const useStates = () => {\n return reactive({\n isAgreed: false,\n })\n}\n\nexport const useActions = (states: { isAgreed: boolean }) => {\n /**\n * ボタンクリック時の処理\n */\n const activeBtn = (): void => {\n if (!states.isAgreed) {\n alert('応募要件に同意する必要があります。')\n } else {\n window.location.href = PATH.SIGN_UP_PHOTOGRAPHER_TMP_INPUT\n }\n }\n\n return {\n activeBtn,\n }\n}\n","\n\n\n\n","\n\n\n","\n\n\n","import App from './App.vue'\nimport { mountVue } from '@/entries'\nmountVue('#app', App, 'photographerEntry')\n"],"names":["useStates","App"],"mappings":"g8BAEO,KAAMA,GAAY,IAChB,EAAS,CACd,oBAAqB,EAAA,CACtB,ECFG,CAAE,QAAS,EAAkC,SAEtC,EAAY,IAChB,EAAS,CACd,SAAU,EAAA,CACX,EAGU,EAAa,AAAC,GAYlB,EACL,UATgB,IAAY,CACxB,AAAC,EAAO,SAGH,OAAA,SAAS,KAAO,EAAK,+BAF5B,MAAM,wGAAmB,CAG3B,CAIA,otlBCfJ,KAAM,GAAS,IACT,CAAE,aAAc,EAAW,CAAM,u9UCDjC,KAAA,GAAc,EAA0B,CAAc,EACtD,EAASA,IAEf,SAAc,SAAY,CAExB,KAAM,SAAQ,IAAI,CAAC,EAAY,aAAa,EAAG,EAAY,UAAW,EAAY,cAAc,CAAC,CAAC,EAGlG,EAAO,oBAAsB,EAAA,CAC9B,iUCTD,SAAQ,EAAgB,GAAI,GAAY,EAA4B,EAAW,KAAK,CAAC,CAAC,wBCPtF,EAAS,OAAQC,GAAK,mBAAmB"}