{"version":3,"sources":["webpack:///./src/views/Interview/FilingView.vue?3493","webpack:///./src/views/Interview/FilingView.vue?fb91","webpack:///./src/views/Interview/FilingView.vue?ecc6","webpack:///./src/views/Interview/FilingView.vue"],"names":["render","_vm","this","_h","$createElement","_c","_self","directives","name","rawName","value","expression","staticClass","isLoading","_e","_v","attrs","getFormDataKey","filingAsOptions","getErrorForField","staticRenderFns","Key","Value","$store","commit","$route","params","refreshFormData","dispatch","$root","$on","event","target","onFilingTypeChanged","filingType","components","RadioListInput","component"],"mappings":"uHAAA,IAAIA,EAAS,WAAa,IAAIC,EAAIC,KAASC,EAAGF,EAAIG,eAAmBC,EAAGJ,EAAIK,MAAMD,IAAIF,EAAG,OAAOE,EAAG,MAAM,CAACA,EAAG,MAAM,CAACE,WAAW,CAAC,CAACC,KAAK,OAAOC,QAAQ,SAASC,MAAOT,EAAa,UAAEU,WAAW,cAAcC,YAAY,mBAAmB,CAACP,EAAG,cAAc,GAAKJ,EAAIY,UAA+oBZ,EAAIa,KAAxoBT,EAAG,MAAM,CAACA,EAAG,MAAM,CAACO,YAAY,aAAa,CAACP,EAAG,MAAM,CAACO,YAAY,OAAO,CAACP,EAAG,MAAM,CAACO,YAAY,OAAO,CAACP,EAAG,KAAK,CAACJ,EAAIc,GAAG,YAAYV,EAAG,MAAM,CAACO,YAAY,kBAAkB,CAACP,EAAG,iBAAiB,CAACW,MAAM,CAAC,GAAK,mBAAmB,KAAO,mBAAmB,MAAQ,YAAY,UAAYf,EAAIgB,eAAe,oBAAoB,YAAa,EAAK,QAAUhB,EAAIiB,gBAAgB,SAAU,EAAK,QAAU,gLAAgL,aAAejB,EAAIkB,iBAAiB,wBAAwB,cACv4BC,EAAkB,G,kICsCD,EAArB,yG,0BACS,EAAAP,WAAqB,EAEtB,EAAAK,gBAA6B,CACnC,CAAEG,IAAK,IAAKC,MAAO,yBACnB,CAAED,IAAK,IAAKC,MAAO,aALrB,yGAQQ,4GACNpB,KAAKqB,OAAOC,OAAO,iCAAkC,WACjDtB,KAAKuB,OAAOC,OAAOC,gBAFjB,gCAGCzB,KAAKqB,OAAOK,SAAS,8BAA+B,UAHrD,OAKN1B,KAAKW,WAAY,EAEjBX,KAAK2B,MAAMC,IAAI,gBAAgB,SAACC,GACL,qBAAtBA,EAAMC,OAAOxB,MAChB,EAAKyB,oBAAoBF,EAAMC,OAAOtB,UATlC,gDARR,0FAsBS,SAAoBwB,GAC3BhC,KAAKqB,OAAOC,OAAO,mCAAoCU,OAvBzD,GAAwC,cAAnB,EAAU,gBAL9B,eAAU,CACVC,WAAY,CACXC,eAAA,WAGmB,WCvCkY,I,YCOnZC,EAAY,eACd,EACArC,EACAoB,GACA,EACA,KACA,KACA,MAIa,aAAAiB,E","file":"js/chunk-2d221809.4fe456ed.js","sourcesContent":["var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{directives:[{name:\"show\",rawName:\"v-show\",value:(_vm.isLoading),expression:\"isLoading\"}],staticClass:\"text-center m-5\"},[_c('b-spinner')],1),(!_vm.isLoading)?_c('div',[_c('div',{staticClass:\"container\"},[_c('div',{staticClass:\"row\"},[_c('div',{staticClass:\"col\"},[_c('h1',[_vm._v(\"Filing\")]),_c('div',{staticClass:\"card card-body\"},[_c('RadioListInput',{attrs:{\"id\":'Claim.FilingType',\"name\":'Claim.FilingType',\"label\":'Filing as',\"initValue\":_vm.getFormDataKey('Claim.FilingType'),\"isRequired\":true,\"options\":_vm.filingAsOptions,\"showTip\":true,\"toolTip\":\"Select whether you are the claimant or the agent of the claimant. To be an agent of a claimant, you must be lawfully appointed to submit the claim on behalf of the claimant.\",\"errorMessage\":_vm.getErrorForField('Claim.FilingType')}})],1)])])])]):_vm._e()])}\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\r\nimport Vue from 'vue';\r\nimport Component from 'vue-class-component';\r\nimport IOption from '@/store/models/IOption';\r\nimport { RadioListInput } from '@/components/FormInputs/FormInputs';\r\n\r\n@Component({\r\n\tcomponents: {\r\n\t\tRadioListInput,\r\n\t}\r\n})\r\nexport default class FilingView extends Vue {\r\n\tprivate isLoading: boolean = true;\r\n\r\n\tpublic filingAsOptions: IOption[] = [\r\n\t\t{ Key: 'A', Value: 'Agent of the Claimant', },\r\n\t\t{ Key: 'C', Value: 'Claimant', },\r\n\t];\r\n\r\n\tpublic async created() {\r\n\t\tthis.$store.commit('InterviewModule/updatePageName', 'Filing');\r\n\t\tif (this.$route.params.refreshFormData) {\r\n\t\t\tawait this.$store.dispatch('InterviewModule/getFormData', 'Filing');\r\n\t\t}\r\n\t\tthis.isLoading = false;\r\n\r\n\t\tthis.$root.$on('fieldChanged', (event: any) => {\r\n\t\t\tif (event.target.name === 'Claim.FilingType') {\r\n\t\t\t\tthis.onFilingTypeChanged(event.target.value);\r\n\t\t\t}\r\n\t\t});\r\n\t}\r\n\r\n\tprivate onFilingTypeChanged(filingType: string) {\r\n\t\tthis.$store.commit('InterviewModule/updateFilingType', filingType);\r\n\t}\r\n}\r\n","import mod from \"-!../../../node_modules/cache-loader/dist/cjs.js??ref--13-0!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/ts-loader/index.js??ref--13-3!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilingView.vue?vue&type=script&lang=ts&\"; export default mod; export * from \"-!../../../node_modules/cache-loader/dist/cjs.js??ref--13-0!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/ts-loader/index.js??ref--13-3!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./FilingView.vue?vue&type=script&lang=ts&\"","import { render, staticRenderFns } from \"./FilingView.vue?vue&type=template&id=212381f0&\"\nimport script from \"./FilingView.vue?vue&type=script&lang=ts&\"\nexport * from \"./FilingView.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 null,\n null\n \n)\n\nexport default component.exports"],"sourceRoot":""}