![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/vreg/node_modules/.cache/nuxt/dist/server/pages/az/ |
{"version":3,"file":"pages/az/address-confirmation.js","sources":["webpack:///./pages/az/address-confirmation.vue?0518","webpack:///./pages/az/address-confirmation.vue","webpack:///./pages/az/address-confirmation.vue?3c95","webpack:///./pages/az/address-confirmation.vue?59a4"],"sourcesContent":["var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_vm._ssrNode(\"<h3 data-v-62807d8f>Confirm Address</h3> <hr data-v-62807d8f> <p data-v-62807d8f><span class=\\\"d-block mt-1 ml-5\\\" data-v-62807d8f>\\n RECIPIENT <b data-v-62807d8f>\"+_vm._ssrEscape(_vm._s(_vm.apiAddress.recipient))+\"</b> <br data-v-62807d8f>\\n ADDRESS <b data-v-62807d8f>\"+_vm._ssrEscape(_vm._s(_vm.apiAddress.address))+\"</b> <br data-v-62807d8f>\\n ADDRESS ZIP CODE <b data-v-62807d8f>\"+_vm._ssrEscape(_vm._s(_vm.apiAddress.zip_code))+\"</b></span></p> <p class=\\\"mt-3 alert alert-danger\\\" data-v-62807d8f><b style=\\\"font: 600 16px / 19px sfProDisplay-Regular\\\" data-v-62807d8f>\\n Is the information above your current address with the MVD?\\n </b></p> <div class=\\\"row\\\" data-v-62807d8f><div class=\\\"col-md-12\\\" data-v-62807d8f><button type=\\\"submit\\\" class=\\\"btn btn-form-green w-100\\\" data-v-62807d8f>\\n Yes, my address is up to date.\\n <svg width=\\\"7\\\" height=\\\"13\\\" viewBox=\\\"0 0 7 13\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" data-v-62807d8f><path d=\\\"M1 1.5L6 6.5L1 11.5\\\" stroke=\\\"white\\\" stroke-width=\\\"1.2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" data-v-62807d8f></path></svg></button></div></div> <div class=\\\"row mt-2\\\" data-v-62807d8f><div class=\\\"col-md-12\\\" data-v-62807d8f><a href=\\\"#\\\" class=\\\"btn btn-outline-secondary w-100\\\" data-v-62807d8f>\\n No, I have recently moved and need to update my address.\\n </a></div></div> \"),_vm._ssrNode(\"<div class=\\\"form-button-wrapper\\\" data-v-62807d8f>\",\"</div>\",[_c('nuxt-link',{staticClass:\"btn-return\",attrs:{\"to\":\"/az/step-2\"}},[_c('svg',{attrs:{\"width\":\"6\",\"height\":\"10\",\"viewBox\":\"0 0 6 10\",\"fill\":\"none\",\"xmlns\":\"http://www.w3.org/2000/svg\"}},[_c('path',{attrs:{\"d\":\"M5 9L1 5L5 1\",\"stroke\":\"#182D40\",\"stroke-width\":\"1.2\",\"stroke-linecap\":\"round\",\"stroke-linejoin\":\"round\"}})]),_vm._v(\"\\n Return to vehicle\\n \")])],1),_vm._ssrNode(\" \"),_c('b-modal',{attrs:{\"id\":\"cantProcessed-modal\",\"hide-footer\":\"\",\"hide-header\":\"\",\"modal-class\":\"address-confirm-modal\",\"no-close-on-backdrop\":\"\"}},[_c('div',{staticClass:\"text-center\"},[_c('p',{staticClass:\"text-danger text-center mt-3\"},[_c('b',[_vm._v(\" Danger! \")]),_vm._v(\"We cannot process your order. Please visit official MVD website \"),_c('a',{attrs:{\"href\":\"https://servicearizona.com/\",\"target\":\"_blank\"}},[_vm._v(\"Here\")]),_vm._v(\" to update your address first.\\n \"),_c('br'),_vm._v(\" \"),_c('b-button',{staticClass:\"dark-btn mt-4\",on:{\"click\":function($event){return _vm.$bvModal.hide('cantProcessed-modal')}}},[_vm._v(\"Close\")])],1)])])],2)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\nexport default {\n name: \"address-confirmation\",\n middleware({store: {state}, redirect, route: {path}}) {\n if (Object.keys(state.apiAddress).length === 0) {\n return redirect('/az/step-1');\n }\n },\n methods: {\n dontProcessed() {\n this.$bvModal.show('cantProcessed-modal');\n },\n goNext() {\n this.$router.push({path: '/az/step-3'});\n }\n\n },\n computed: {\n apiAddress() {\n return this.$store.state.apiAddress;\n }\n }\n}\n","import mod from \"-!../../node_modules/babel-loader/lib/index.js??ref--2-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./address-confirmation.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../node_modules/babel-loader/lib/index.js??ref--2-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./address-confirmation.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./address-confirmation.vue?vue&type=template&id=62807d8f&scoped=true&\"\nimport script from \"./address-confirmation.vue?vue&type=script&lang=js&\"\nexport * from \"./address-confirmation.vue?vue&type=script&lang=js&\"\nfunction injectStyles (context) {\n \n \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 injectStyles,\n \"62807d8f\",\n \"d90fae20\"\n \n)\n\nexport default component.exports"],"mappings":";;;;;;;;;;;AAAA;AACA;AACA;;;;;ACFA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAEA;;ACxEA;;;;;ACAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;A","sourceRoot":""}