{"version":3,"sources":["webpack:///./src/views/Confirmation/Confirmation.scss?38d7","webpack:///./src/views/Confirmation/Confirmation.vue?4ab2","webpack:///./src/views/Confirmation/Confirmation.ts","webpack:///./src/views/Confirmation/Confirmation.ts?c304","webpack:///./src/views/Confirmation/Confirmation.vue"],"names":["render","_vm","this","_h","$createElement","_c","_self","staticClass","_v","_s","$t","attrs","name","staticRenderFns","hasGivenUp","$store","state","clearData","commit","component"],"mappings":"kHAAA,yBAAoc,EAAG,G,2CCAvc,IAAIA,EAAS,WAAa,IAAIC,EAAIC,KAASC,EAAGF,EAAIG,eAAmBC,EAAGJ,EAAIK,MAAMD,IAAIF,EAAG,OAAOE,EAAG,MAAM,CAACE,YAAY,mBAAmB,CAACF,EAAG,KAAK,CAACJ,EAAIO,GAAGP,EAAIQ,GAAGR,EAAIS,GAAG,2BAA2BL,EAAG,MAAM,CAACE,YAAY,sBAAsB,CAACF,EAAG,MAAM,CAACE,YAAY,sBAAsB,CAAEN,EAAc,WAAEI,EAAG,IAAI,CAACJ,EAAIO,GAAGP,EAAIQ,GAAGR,EAAIS,GAAG,qCAAqCL,EAAG,IAAI,CAACJ,EAAIO,GAAGP,EAAIQ,GAAGR,EAAIS,GAAG,gCAAgCL,EAAG,MAAM,CAACE,YAAY,sBAAsB,CAACF,EAAG,MAAM,CAACE,YAAY,kBAAkB,CAACF,EAAG,cAAc,CAACE,YAAY,SAASI,MAAM,CAAC,GAAK,CAAEC,KAAM,iBAAkB,CAACX,EAAIO,GAAGP,EAAIQ,GAAGR,EAAIS,GAAG,6BAA6B,QAAQ,QACvoBG,EAAkB,G,oFCGD,EAArB,yG,0BACS,EAAAC,YAAsB,EAD/B,2DAIIZ,KAAKY,aAAaZ,KAAKa,OAAOC,MAAMF,aAJxC,gCAQI,OAAYG,YAGZf,KAAKa,OAAOG,OAAO,yBAXvB,GAA0C,QAArB,EAAY,gBADhC,QACoB,WCJgU,I,wBCQjVC,EAAY,eACd,EACAnB,EACAa,GACA,EACA,KACA,WACA,MAIa,aAAAM,E","file":"js/chunk-913c23f4.js","sourcesContent":["import mod from \"-!../../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../../node_modules/css-loader/dist/cjs.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!./Confirmation.scss?vue&type=style&index=0&id=6a81c760&scoped=true&lang=scss&\"; export default mod; export * from \"-!../../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../../node_modules/css-loader/dist/cjs.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!./Confirmation.scss?vue&type=style&index=0&id=6a81c760&scoped=true&lang=scss&\"","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"regular-wrapper\"},[_c('h1',[_vm._v(_vm._s(_vm.$t('confirmation.header')))]),_c('div',{staticClass:\"confirmation-inner\"},[_c('div',{staticClass:\"confirmation-infos\"},[(_vm.hasGivenUp)?_c('p',[_vm._v(_vm._s(_vm.$t('confirmation.messageIfGivenUp')))]):_c('p',[_vm._v(_vm._s(_vm.$t('confirmation.message')))])])]),_c('div',{staticClass:\"row bottom-actions\"},[_c('div',{staticClass:\"bottom-buttons\"},[_c('router-link',{staticClass:\"button\",attrs:{\"to\":{ name: 'participant' }}},[_vm._v(_vm._s(_vm.$t('buttons.openOtherDossier'))+\" \")])],1)])])}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import { Component, Vue } from 'vue-property-decorator';\r\nimport UserService from '@/services/user.service';\r\n\r\n@Component\r\nexport default class Confirmation extends Vue {\r\n public hasGivenUp: boolean = false;\r\n\r\n protected created() {\r\n this.hasGivenUp = this.$store.state.hasGivenUp ? true : false;\r\n }\r\n\r\n protected mounted() {\r\n UserService.clearData();\r\n\r\n // Empty all data relative to the previous dossier that was confirmed\r\n this.$store.commit('resetDossierState');\r\n }\r\n}\r\n\r\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/eslint-loader/index.js??ref--13-0!./Confirmation.ts?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/eslint-loader/index.js??ref--13-0!./Confirmation.ts?vue&type=script&lang=ts&\"","import { render, staticRenderFns } from \"./Confirmation.vue?vue&type=template&id=6a81c760&scoped=true&\"\nimport script from \"./Confirmation.ts?vue&type=script&lang=ts&\"\nexport * from \"./Confirmation.ts?vue&type=script&lang=ts&\"\nimport style0 from \"./Confirmation.scss?vue&type=style&index=0&id=6a81c760&scoped=true&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 \"6a81c760\",\n null\n \n)\n\nexport default component.exports"],"sourceRoot":""}