{"version":3,"file":"modal_controller-D-h_LZbd.js","sources":["../../../app/javascript/controllers/property/modal_controller.js"],"sourcesContent":["import ApplicationController from '../application_controller'\n\nexport default class extends ApplicationController {\n static targets = [\n 'openButton',\n 'form',\n 'formSubmitButton',\n ]\n\n open(event) {\n const { url, element, profileScoped } = event.detail\n this.formTarget.action = url\n\n const translationKey = profileScoped ? 'remove_from_profile' : 'remove_from_business'\n this.element.querySelector('[data-modal-target=\"subtitle\"]').innerText =\n this.translations.layouts.audience.property_modal[translationKey]\n\n this.dispatch('open', {\n target: this.element\n })\n\n this.activeElement = element\n }\n\n close() {\n this.activeElement = null\n\n this.dispatch('close', {\n target: this.element\n })\n }\n\n focusActiveElement() {\n if(this.activeElement) {\n this.dispatch('focus', {\n target: this.activeElement\n })\n }\n }\n}\n"],"names":["modal_controller","ApplicationController","event","url","element","profileScoped","translationKey","__publicField"],"mappings":"uNAEe,MAAKA,UAASC,CAAsB,CAOjD,KAAKC,EAAO,CACV,KAAM,CAAE,IAAAC,EAAK,QAAAC,EAAS,cAAAC,CAAa,EAAKH,EAAM,OAC9C,KAAK,WAAW,OAASC,EAEzB,MAAMG,EAAiBD,EAAgB,sBAAwB,uBAC/D,KAAK,QAAQ,cAAc,gCAAgC,EAAE,UAC3D,KAAK,aAAa,QAAQ,SAAS,eAAeC,CAAc,EAElE,KAAK,SAAS,OAAQ,CACpB,OAAQ,KAAK,OACd,CAAA,EAED,KAAK,cAAgBF,CACzB,CAEE,OAAQ,CACN,KAAK,cAAgB,KAErB,KAAK,SAAS,QAAS,CACrB,OAAQ,KAAK,OACd,CAAA,CACL,CAEE,oBAAqB,CAChB,KAAK,eACN,KAAK,SAAS,QAAS,CACrB,OAAQ,KAAK,aACd,CAAA,CAEP,CACA,CApCEG,EADkBP,EACX,UAAU,CACf,aACA,OACA,kBACJ"}