{"version":3,"file":"confirmation_component_controller-ea325ea6.js","sources":["../../../app/components/galerie/actions/upload/confirmation_component/confirmation_component_controller.js"],"sourcesContent":["import { Controller } from \"@hotwired/stimulus\"\n\nexport default class extends Controller {\n static targets = [\"uploadForm\", \"uploadFileInput\", \"uploadButton\"]\n\n triggerSelectFile(event) {\n event.preventDefault()\n this.uploadFileInputTarget.click()\n }\n\n triggerSubmit(_event) {\n this.uploadButtonTarget.disabled = true\n this.uploadFormTarget.requestSubmit()\n }\n}\n"],"names":["confirmation_component_controller","Controller","event","_event","__publicField"],"mappings":"mNAEe,MAAKA,UAASC,CAAW,CAGtC,kBAAkBC,EAAO,CACvBA,EAAM,eAAgB,EACtB,KAAK,sBAAsB,MAAO,CACnC,CAED,cAAcC,EAAQ,CACpB,KAAK,mBAAmB,SAAW,GACnC,KAAK,iBAAiB,cAAe,CACtC,CACH,CAXEC,EADkBJ,EACX,UAAU,CAAC,aAAc,kBAAmB,cAAc"}