{"version":3,"sources":["webpack:///./src/pages/manage/companies/zones/branches/id.vue","webpack:///./src/pages/manage/companies/zones/branches/id.vue?60dd","webpack:///./src/pages/manage/companies/zones/branches/id.vue?64d3","webpack:///./src/pages/manage/companies/zones/branches/id.vue?7b30"],"names":["render","_vm","this","_c","_self","_setupProxy","attrs","breadcrumbs","caption","dataSource","staticRenderFns","Home","Vue","constructor","ObjectDataSource","id","$route","params","branchId","config","className","companyObjectDataSource","loaded","_this$dataSource$mode","model","_this$companyObjectDa","text","to","exact","disabled","get","__decorate","Component","component"],"mappings":"uHAAA,IAAIA,EAAS,WAAkB,IAAIC,EAAIC,KAAKC,EAAGF,EAAIG,MAAMD,GAAUF,EAAIG,MAAMC,YAAY,OAAOF,EAAG,YAAY,CAACG,MAAM,CAAC,YAAcL,EAAIM,YAAY,MAAQN,EAAIO,QAAQ,cAAcP,EAAIQ,eAEvLC,EAAkB,G,oCCGtB,IAAqBC,EAArB,cAAkCC,OAAlCC,c,oBACE,KAAAJ,WAA+B,IAAIK,OAAiB,CAClDC,IAAKb,KAAKc,OAAOC,OAAOC,SACxBC,OAAQ,GACRC,UAAW,kBAGb,KAAAC,wBAA4C,IAAIP,OAAiB,CAC/DC,IAAKb,KAAKc,OAAOC,OAAOF,GACxBI,OAAQ,GACRC,UAAW,YAEb,KAAAE,QAAkB,EAElB,cAAW,IAAAC,EACT,OAA4B,QAA5BA,EAAOrB,KAAKO,WAAWe,aAAK,IAAAD,OAAA,EAArBA,EAAuBf,QAGhC,kBAAe,IAAAiB,EACb,MAAO,CACL,CACEC,KAAM,UACNC,GAAI,KAEN,CACED,KAAM,WACNC,GAAI,qBACJC,OAAO,GAET,CACEF,KAAwC,QAApCD,EAAEvB,KAAKmB,wBAAwBG,aAAK,IAAAC,OAAA,EAAlCA,EAAoCjB,QAC1CmB,GAAI,uBAAsBzB,KAAKc,OAAOC,OAAOF,GAC7Ca,OAAO,GAET,CACEF,KAAM,UACNC,GAAI,sBAAsBzB,KAAKc,OAAOC,OAAOF,cAC7Ca,OAAO,GAET,CACEF,KAAMxB,KAAKM,QACXqB,UAAU,IAKhB,sBACQ3B,KAAKmB,wBAAwBS,MACnC5B,KAAKoB,QAAS,IAhDGX,EAAIoB,eAAA,CADxBC,QACoBrB,WCL+a,I,YCOhcsB,EAAY,eACd,EACAjC,EACAU,GACA,EACA,KACA,KACA,MAIa,aAAAuB,E","file":"js/chunk-2d22d417.31a78f31.js","sourcesContent":["var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('data-item',{attrs:{\"breadcrumbs\":_vm.breadcrumbs,\"title\":_vm.caption,\"data-source\":_vm.dataSource}})\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\nimport { Vue, Component } from \"vue-property-decorator\";\nimport { ObjectDataSource } from \"@/data/Object/ObjecDatatSource\";\n\n@Component\nexport default class Home extends Vue {\n dataSource: ObjectDataSource = new ObjectDataSource({\n id: +this.$route.params.branchId,\n config: {},\n className: \"CompanyBranch\",\n });\n\n companyObjectDataSource: ObjectDataSource = new ObjectDataSource({\n id: +this.$route.params.id,\n config: {},\n className: \"company\",\n });\n loaded: boolean = false;\n\n get caption(): any {\n return this.dataSource.model?.caption;\n }\n\n get breadcrumbs() {\n return [\n {\n text: \"Главная\",\n to: \"/\",\n },\n {\n text: \"Компании\",\n to: \"/manage/compnaies/\",\n exact: true,\n },\n {\n text: this.companyObjectDataSource.model?.caption,\n to: `/manage/companies/${+this.$route.params.id}`,\n exact: true,\n },\n {\n text: \"Филиалы\",\n to: `/manage/companies/${+this.$route.params.id}/branches`,\n exact: true,\n },\n {\n text: this.caption,\n disabled: true,\n },\n ];\n }\n\n async created() {\n await this.companyObjectDataSource.get();\n this.loaded = true;\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--1-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./id.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--1-0!../../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./id.vue?vue&type=script&lang=ts\"","import { render, staticRenderFns } from \"./id.vue?vue&type=template&id=d09b479a\"\nimport script from \"./id.vue?vue&type=script&lang=ts\"\nexport * from \"./id.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":""}