{"version":3,"file":"profile_controller-Bv5BGL5n.js","sources":["../../../app/javascript/controllers/whatsapp/profile_controller.js"],"sourcesContent":["import { Controller } from \"@hotwired/stimulus\"\n\nexport default class extends Controller {\n static targets = [\"requirementCheckbox\", \"continueButton\", \"link\"]\n\n requirementFulfilled() {\n if(this.requirementCheckboxTargets.every(checkbox => checkbox.checked)) {\n this.continueButtonTarget.disabled = false\n } else {\n this.continueButtonTarget.disabled = true\n }\n }\n\n continue() {\n this.linkTarget.click()\n }\n}\n"],"names":["profile_controller","Controller","checkbox","__publicField"],"mappings":"4MAEe,MAAKA,UAASC,CAAW,CAGtC,sBAAuB,CAClB,KAAK,2BAA2B,MAAMC,GAAYA,EAAS,OAAO,EACnE,KAAK,qBAAqB,SAAW,GAErC,KAAK,qBAAqB,SAAW,EAE3C,CAEE,UAAW,CACT,KAAK,WAAW,MAAK,CACzB,CACA,CAbEC,EADkBH,EACX,UAAU,CAAC,sBAAuB,iBAAkB,MAAM"}