{"version":3,"file":"export_controller-CYj9gMCY.js","sources":["../../../app/javascript/controllers/audience/export_controller.js"],"sourcesContent":["import ApplicationController from '../application_controller'\n\nexport default class extends ApplicationController {\n static values = {\n completed: { type: Boolean, default: false }\n }\n\n static targets = ['downloadButton']\n\n connect() {\n if(!this.completedValue) return\n\n this.nextTick(() => {\n if(this.hasDownloaded) return\n this.downloadButtonTarget.click()\n }, 2000)\n }\n\n download() {\n this.hasDownloaded = true\n this.element.remove()\n }\n\n cancel() {\n this.element.remove()\n }\n}\n"],"names":["export_controller","ApplicationController","__publicField"],"mappings":"uNAEe,MAAKA,UAASC,CAAsB,CAOjD,SAAU,CACJ,KAAK,gBAET,KAAK,SAAS,IAAM,CACf,KAAK,eACR,KAAK,qBAAqB,MAAK,CACrC,EAAO,GAAI,CACX,CAEE,UAAW,CACT,KAAK,cAAgB,GACrB,KAAK,QAAQ,OAAM,CACvB,CAEE,QAAS,CACP,KAAK,QAAQ,OAAM,CACvB,CACA,CAvBEC,EADkBF,EACX,SAAS,CACd,UAAW,CAAE,KAAM,QAAS,QAAS,EAAK,CAC9C,GAEEE,EALkBF,EAKX,UAAU,CAAC,gBAAgB"}