{"version":3,"file":"utils-c59c1e41.js","sources":["../../src/views/appointments/components/choose-branch/utils.ts"],"sourcesContent":["import type { BranchBasic } from '@/types'\n\nexport function getBranchAddress(branch: BranchBasic) {\n const address = branch.addresses?.find(({ type }) => type === 'local')\n\n if (!address) {\n return null\n }\n\n const { country, locality, postal_code, street, street_number } = address\n\n const streetFormatted = [street, street_number].filter((v) => !!v).join(' ')\n const cityFormatted = [postal_code, locality].filter((v) => !!v).join(' ')\n\n return [streetFormatted, cityFormatted, country].filter((v) => !!v).join(', ')\n}\n"],"names":["getBranchAddress","branch","address","_a","type","country","locality","postal_code","street","street_number","streetFormatted","v","cityFormatted"],"mappings":"mVAEO,SAASA,EAAiBC,EAAqB,OAC9C,MAAAC,GAAUC,EAAAF,EAAO,YAAP,YAAAE,EAAkB,KAAK,CAAC,CAAE,KAAAC,CAAW,IAAAA,IAAS,SAE9D,GAAI,CAACF,EACI,OAAA,KAGT,KAAM,CAAE,QAAAG,EAAS,SAAAC,EAAU,YAAAC,EAAa,OAAAC,EAAQ,cAAAC,CAAkB,EAAAP,EAE5DQ,EAAkB,CAACF,EAAQC,CAAa,EAAE,OAAQE,GAAM,CAAC,CAACA,CAAC,EAAE,KAAK,GAAG,EACrEC,EAAgB,CAACL,EAAaD,CAAQ,EAAE,OAAQK,GAAM,CAAC,CAACA,CAAC,EAAE,KAAK,GAAG,EAEzE,MAAO,CAACD,EAAiBE,EAAeP,CAAO,EAAE,OAAQM,GAAM,CAAC,CAACA,CAAC,EAAE,KAAK,IAAI,CAC/E"}