{"version":3,"file":"information_controller-BAZkEpuY.js","sources":["../../../app/javascript/controllers/contactables/information_controller.js"],"sourcesContent":["import { Controller } from \"@hotwired/stimulus\"\nimport { get } from \"@rails/request.js\"\n\nexport default class extends Controller {\n async display(e) {\n await get(e.target.dataset.url, {\n responseKind: \"turbo-stream\",\n })\n\n const event = new CustomEvent(\"contactable:show\")\n window.dispatchEvent(event)\n }\n}\n"],"names":["information_controller","Controller","e","get","event"],"mappings":"2FAGe,MAAKA,UAASC,CAAW,CACtC,MAAM,QAAQC,EAAG,CACf,MAAMC,EAAID,EAAE,OAAO,QAAQ,IAAK,CAC9B,aAAc,cACf,CAAA,EAED,MAAME,EAAQ,IAAI,YAAY,kBAAkB,EAChD,OAAO,cAAcA,CAAK,CAC9B,CACA"}