{"version":3,"sources":["webpack:///./src/views/OffMarketRegistration.vue?5408","webpack:///./src/views/OffMarketRegistration.vue?6f93","webpack:///./src/views/OffMarketRegistration.vue","webpack:///./src/views/OffMarketRegistration.vue?6b55","webpack:///./src/views/OffMarketRegistration.vue?9c82"],"names":["render","_vm","this","_h","$createElement","_c","_self","attrs","_v","staticClass","on","handleSubmitted","staticRenderFns","isReauth","$route","query","reauth","result","console","log","GrantedToken","SetAuthToken","next","$router","push","components","Map","Form","component"],"mappings":"kHAAA,W,2CCAA,IAAIA,EAAS,WAAa,IAAIC,EAAIC,KAASC,EAAGF,EAAIG,eAAmBC,EAAGJ,EAAIK,MAAMD,IAAIF,EAAG,OAAOE,EAAG,OAAO,CAACA,EAAG,eAAe,CAACE,MAAM,CAAC,MAAO,EAAK,MAAQ,0BAA0B,OAAS,UAAUF,EAAG,aAAa,CAACA,EAAG,mBAAmB,CAACA,EAAG,eAAe,CAACJ,EAAIO,GAAG,mCAAoCP,EAAY,SAAEI,EAAG,MAAM,CAACI,YAAY,mBAAmB,CAACJ,EAAG,IAAI,CAACJ,EAAIO,GAAG,gFAAgFH,EAAG,IAAI,CAACI,YAAY,eAAe,CAACR,EAAIO,GAAG,6EAA6EH,EAAG,OAAO,CAACE,MAAM,CAAC,KAAO,+CAA+CG,GAAG,CAAC,UAAYT,EAAIU,oBAAoB,IAAI,IAAI,IAC/qBC,EAAkB,G,ggBCmCD,EAArB,yG,0BACU,EAAAC,UAAW,EADrB,2D,MAIIX,KAAKW,SAAyC,UAAb,QAAjB,EAAAX,KAAKY,OAAOC,aAAK,eAAEC,UAJvC,sCAOkBC,G,QAGd,GAFAC,QAAQC,IAAIF,GAERA,GAAUA,EAAOG,aAAc,CACjC,OAAOC,aAAaJ,EAAOG,cAE3B,IAAIE,EAAO,mCAEU,QAArB,EAAIpB,KAAKY,OAAOC,aAAK,eAAEO,QACrBA,EAAwB,QAAjB,EAAApB,KAAKY,OAAOC,aAAK,eAAEO,MAG5BpB,KAAKqB,QAAQC,KAAKF,QAnBxB,GAAmD,eAAO,SAArC,EAAqB,GANzC,eAAU,CACTG,WAAY,CACVC,IAAA,OACAC,OAAA,SAGiB,WCpC2X,I,wBCQ5YC,EAAY,eACd,EACA5B,EACAY,GACA,EACA,KACA,WACA,MAIa,aAAAgB,E","file":"js/chunk-827e9758.b3965622.js","sourcesContent":["export * from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../node_modules/postcss-loader/src/index.js??ref--6-oneOf-1-2!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./OffMarketRegistration.vue?vue&type=style&index=0&id=36d7ebc8&scoped=true&lang=css&\"","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('Page',[_c('SiteMasthead',{attrs:{\"mini\":true,\"title\":\"Off Market Registration\",\"darken\":\"true\"}}),_c('ContentRow',[_c('ContentContainer',[_c('SectionTitle',[_vm._v(\"Exclusive Off Market Listings\")]),(_vm.isReauth)?_c('div',{staticClass:\"offmarket-alert\"},[_c('p',[_vm._v(\" Please fill in the form below to continue viewing off market listings. \")])]):_c('p',{staticClass:\"center-text\"},[_vm._v(\" Please fill in the form below to begin accessing off market listings. \")]),_c('Form',{attrs:{\"type\":\"Generic.OffMarket.OffMarketRegistrationForm\"},on:{\"submitted\":_vm.handleSubmitted}})],1)],1)],1)}\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\nimport { Component, Mixins } from 'vue-property-decorator';\nimport { FormSubmissionResult } from 'client-website-ts-library/types';\nimport { Map } from 'client-website-ts-library/components';\nimport { View } from 'client-website-ts-library/plugins';\nimport Form from '@/components/Forms/Form.vue';\nimport { Client } from 'client-website-ts-library/services';\n\n@Component({\n components: {\n Map,\n Form,\n },\n})\nexport default class OffMarketRegistration extends Mixins(View) {\n private isReauth = false;\n\n mounted() {\n this.isReauth = this.$route.query?.reauth === 'true';\n }\n\n handleSubmitted(result?: FormSubmissionResult) {\n console.log(result);\n\n if (result && result.GrantedToken) {\n Client.SetAuthToken(result.GrantedToken);\n\n let next = '/off-market/properties-for-sale';\n\n if (this.$route.query?.next) {\n next = this.$route.query?.next as string;\n }\n\n this.$router.push(next);\n }\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!./OffMarketRegistration.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!./OffMarketRegistration.vue?vue&type=script&lang=ts&\"","import { render, staticRenderFns } from \"./OffMarketRegistration.vue?vue&type=template&id=36d7ebc8&scoped=true&\"\nimport script from \"./OffMarketRegistration.vue?vue&type=script&lang=ts&\"\nexport * from \"./OffMarketRegistration.vue?vue&type=script&lang=ts&\"\nimport style0 from \"./OffMarketRegistration.vue?vue&type=style&index=0&id=36d7ebc8&scoped=true&lang=css&\"\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 \"36d7ebc8\",\n null\n \n)\n\nexport default component.exports"],"sourceRoot":""}