{"version":3,"sources":["webpack:///./src/views/ProformaEditor.vue?d7c6","webpack:///src/views/ProformaEditor.vue","webpack:///./src/views/ProformaEditor.vue?106f","webpack:///./src/views/ProformaEditor.vue"],"names":["render","_vm","this","_h","$createElement","_c","_self","key","$route","fullPath","attrs","companydb_id","proforma_id","next_number","default_sequence_id","_e","staticRenderFns","name","components","InvoiceableEditorComponent","props","type","Number","String","required","default","component"],"mappings":"yHAAA,IAAIA,EAAS,WAAa,IAAIC,EAAIC,KAASC,EAAGF,EAAIG,eAAmBC,EAAGJ,EAAIK,MAAMD,IAAIF,EAAG,OAAQF,EAAgB,aAAEI,EAAG,MAAM,CAACA,EAAG,6BAA6B,CAACE,IAAIN,EAAIO,OAAOC,SAASC,MAAM,CAAC,aAAeT,EAAIU,aAAa,iBAAmB,WAAW,eAAiBV,EAAIW,YAAY,YAAcX,EAAIY,YAAY,oBAAsBZ,EAAIa,wBAAwB,GAAGb,EAAIc,MAC/WC,EAAkB,G,YCaP,GACXC,KAAM,kBACNC,WAAY,CACRC,6BAAA,MAGJC,MAAO,CACHT,aAAc,CACVU,KAAM,CAACC,OAAQC,QACfC,UAAU,GAEdZ,YAAa,CACTS,KAAM,CAACC,OAAQC,QACfC,UAAU,EACVC,QAAS,MAEbZ,YAAa,CACTQ,KAAM,CAACE,QACPC,UAAU,EACVC,QAAS,MAEbX,oBAAqB,CACjBO,KAAM,CAACC,QACPE,UAAU,EACVC,QAAS,OAIjB,OACI,MAAO,KC3CwL,I,YCOnMC,EAAY,eACd,EACA1B,EACAgB,GACA,EACA,KACA,KACA,MAIa,aAAAU,E","file":"js/chunk-2d0f04bd.e95ce345.js","sourcesContent":["var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.companydb_id)?_c('div',[_c('InvoiceableEditorComponent',{key:_vm.$route.fullPath,attrs:{\"companydb_id\":_vm.companydb_id,\"invoiceable_type\":'proforma',\"invoiceable_id\":_vm.proforma_id,\"next_number\":_vm.next_number,\"default_sequence_id\":_vm.default_sequence_id}})],1):_vm._e()}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","<template>\n    <div v-if=companydb_id>\n        <InvoiceableEditorComponent \n            :companydb_id=\"companydb_id\"\n            :invoiceable_type=\"'proforma'\"\n            :invoiceable_id=\"proforma_id\"\n            :next_number=\"next_number\"\n            :default_sequence_id=\"default_sequence_id\"\n            :key=\"$route.fullPath\"/>\n    </div>\n</template>\n\n<script>\nimport InvoiceableEditorComponent from '@/modules/facturae/infra/InvoiceableEditorComponent.vue';\nexport default {\n    name: 'proforma-editor',\n    components: {\n        InvoiceableEditorComponent\n    },\n    \n    props: {\n        companydb_id: {\n            type: [Number, String],\n            required: true,\n        },\n        proforma_id: {\n            type: [Number, String],\n            required: false,\n            default: null\n        },\n        next_number: {\n            type: [String],\n            required: false,\n            default: null\n        },\n        default_sequence_id: {\n            type: [Number],\n            required: false,\n            default: null\n        },\n    },\n    \n    data() {\n        return {\n        }\n    },\n}\n</script>","import mod from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ProformaEditor.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ProformaEditor.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./ProformaEditor.vue?vue&type=template&id=51945b52&\"\nimport script from \"./ProformaEditor.vue?vue&type=script&lang=js&\"\nexport * from \"./ProformaEditor.vue?vue&type=script&lang=js&\"\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":""}