{"version":3,"sources":["webpack:///./src/views/RentalApplicationForm.vue?698d","webpack:///./src/views/RentalApplicationForm.vue","webpack:///./src/views/RentalApplicationForm.vue?8966","webpack:///./src/views/RentalApplicationForm.vue?f6a5"],"names":["render","_vm","this","_h","$createElement","_c","_self","attrs","formCtx","_e","staticRenderFns","ctx","ClientWebsiteId","Website","Id","Items","Type","Context","Profile","listingId","$route","query","undefined","push","Listing","components","Form","component"],"mappings":"yHAAA,IAAIA,EAAS,WAAa,IAAIC,EAAIC,KAASC,EAAGF,EAAIG,eAAmBC,EAAGJ,EAAIK,MAAMD,IAAIF,EAAG,OAAOE,EAAG,OAAO,CAACA,EAAG,eAAe,CAACE,MAAM,CAAC,KAAO,OAAO,MAAQ,sBAAsBF,EAAG,aAAa,CAACA,EAAG,mBAAmB,CAAEJ,EAAW,QAAEI,EAAG,OAAO,CAACE,MAAM,CAAC,QAAUN,EAAIO,QAAQ,KAAO,sDAAsDP,EAAIQ,MAAM,IAAI,IAAI,IAC1VC,EAAkB,G,4DCuBtB,IAAqB,EAArB,cAAgD,OAAhD,c,oBACU,KAAAF,QAA0B,KAElC,UAAO,MACL,MAAMG,EAAe,CACnBC,gBAAiB,OAAOC,QAAQC,GAChCC,MAAO,CACL,CACEC,KAAMC,EAAA,KAAgBC,QACtBJ,GAAI,0CAKJK,EAAS,UAAGjB,KAAKkB,OAAOC,MAAMF,iBAArB,aAAkCG,EAE7CH,GACFR,EAAII,MAAMQ,KAAK,CACbP,KAAMC,EAAA,KAAgBO,QACtBV,GAAIK,IAIRjB,KAAKM,QAAUG,IAvBE,EAAkB,yBALtC,eAAU,CACTc,WAAY,CACVC,OAAA,SAGiB,WCxB2X,I,YCO5YC,EAAY,eACd,EACA3B,EACAU,GACA,EACA,KACA,WACA,MAIa,aAAAiB,E","file":"js/chunk-2d0b3648.c730f05f.js","sourcesContent":["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\":\"Application Form\"}}),_c('ContentRow',[_c('ContentContainer',[(_vm.formCtx)?_c('Form',{attrs:{\"context\":_vm.formCtx,\"type\":\"Variations.DJSmithProperty.RentalApplicationForm\"}}):_vm._e()],1)],1)],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n\n\n\n\n\n\n\n\n\n\n\r\nimport { Config } from 'client-website-ts-library/services';\r\nimport { Context, ContextItemType } from 'client-website-ts-library/types/Context';\r\nimport { FormConstructorData } from 'client-website-ts-library/types/Forms';\r\nimport { Component, Vue } from 'vue-property-decorator';\r\n\r\nimport Form from '../components/Forms/Form.vue';\r\n\r\n@Component({\r\n components: {\r\n Form,\r\n },\r\n})\r\nexport default class TenancyApplication extends Vue {\r\n private formCtx: Context | null = null\r\n\r\n mounted() {\r\n const ctx: Context = {\r\n ClientWebsiteId: Config.Website.Id,\r\n Items: [\r\n {\r\n Type: ContextItemType.Profile,\r\n Id: '60b23648-2ce2-4836-927d-91c858e22a5a',\r\n },\r\n ],\r\n };\r\n\r\n const listingId = this.$route.query.listingId ?? undefined;\r\n\r\n if (listingId) {\r\n ctx.Items.push({\r\n Type: ContextItemType.Listing,\r\n Id: listingId as string,\r\n });\r\n }\r\n\r\n this.formCtx = ctx;\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/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./RentalApplicationForm.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!./RentalApplicationForm.vue?vue&type=script&lang=ts&\"","import { render, staticRenderFns } from \"./RentalApplicationForm.vue?vue&type=template&id=ccccb222&scoped=true&\"\nimport script from \"./RentalApplicationForm.vue?vue&type=script&lang=ts&\"\nexport * from \"./RentalApplicationForm.vue?vue&type=script&lang=ts&\"\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 \"ccccb222\",\n null\n \n)\n\nexport default component.exports"],"sourceRoot":""}