{"version":3,"file":"qrcode_controller-mcsCSBGK.js","sources":["../../../app/javascript/controllers/capture/qrcode_controller.js"],"sourcesContent":["import { Controller } from \"@hotwired/stimulus\"\n\nexport default class extends Controller {\n static values = {\n qrCode: String,\n filename: String,\n }\n\n downloadAsSVG() {\n const a = document.createElement(\"a\")\n const blob = new Blob([this.qrCodeValue], { type: \"image/svg+xml\" })\n const url = URL.createObjectURL(blob)\n a.setAttribute(\"href\", url)\n a.setAttribute(\"download\", this.filenameValue)\n a.click()\n }\n}\n"],"names":["qrcode_controller","Controller","a","blob","url","__publicField"],"mappings":"4MAEe,MAAKA,UAASC,CAAW,CAMtC,eAAgB,CACd,MAAMC,EAAI,SAAS,cAAc,GAAG,EAC9BC,EAAO,IAAI,KAAK,CAAC,KAAK,WAAW,EAAG,CAAE,KAAM,eAAiB,CAAA,EAC7DC,EAAM,IAAI,gBAAgBD,CAAI,EACpCD,EAAE,aAAa,OAAQE,CAAG,EAC1BF,EAAE,aAAa,WAAY,KAAK,aAAa,EAC7CA,EAAE,MAAK,CACX,CACA,CAbEG,EADkBL,EACX,SAAS,CACd,OAAQ,OACR,SAAU,MACd"}