{"version":3,"sources":["webpack:///./source/application/contact-office-search.js","webpack:///./source/application/contact-office-search/contact-office-search.module.js","webpack:///./source/application/contact-office-search/contact-office-search.component.js"],"names":["officeSearchButtonComponent","angular","module","component","OfficeSearchButtonComponent","name","transclude","templateUrl","controller","$event","preventDefault","stopPropagation","setTimeout","window","location","href","element","currentTarget","attr"],"mappings":"gIAAA,Q,4HCAA,I,EAAA,G,EAAA,O,2BACA,SAGO,IAAMA,EAA8BC,UACzCC,OAAO,qBAAsB,IAC7BC,UAAU,qBAAsBC,+BAChCC,K,8TCPK,IAAMD,EAA8B,CAC1CE,YAAY,EACZC,YAAa,4BACbC,WAAU,WACT,c,4FAAc,S,UADL,O,EAAA,G,EAAA,oCAIIC,GACZA,EAAOC,iBACPD,EAAOE,kBACPC,YAAW,WACVC,OAAOC,SAASC,KAAOd,QAAQe,QAAQP,EAAOQ,eAAeC,KAAK,eAChE,U,2BATK,M","file":"application/contact-office-search.bundle.js","sourcesContent":["import './contact-office-search/contact-office-search.module';\n","import angular from 'angular';\nimport { OfficeSearchButtonComponent } from './contact-office-search.component';\n\n\nexport const officeSearchButtonComponent = angular\n\t.module('officeSearchButton', [])\n\t.component('officeSearchButton', OfficeSearchButtonComponent)\n\t.name;\n","export const OfficeSearchButtonComponent = {\n\ttransclude: true,\n\ttemplateUrl: 'office-search-button.html',\n\tcontroller: class OfficeSearchButtonComponent {\n\t\tconstructor() {\n\t\t}\n\n\t\tofficeSearch($event) {\n\t\t\t$event.preventDefault();\n\t\t\t$event.stopPropagation();\n\t\t\tsetTimeout(() => {\n\t\t\t\twindow.location.href = angular.element($event.currentTarget).attr('data-link');\n\t\t\t}, 500);\n\t\t}\n\t}\n};\n"],"sourceRoot":""}