{"version":3,"file":"dialog_controller-B9MZbJp_.js","sources":["../../../app/javascript/grinex/controllers/dialog_controller.js"],"sourcesContent":["import { Controller } from \"@hotwired/stimulus\"\n\nexport default class extends Controller {\n static targets = ['text']\n static values = {\n autoShow: { type: Boolean, default: false }\n }\n\n initialize() {\n this.element[this.identifier] = this\n if (this.autoShowValue) this.show();\n }\n\n close() {\n this.element.classList.remove('show');\n setTimeout( () => {\n this.element.close('closed')\n }, 150 )\n }\n\n addText(text) {\n this.textTarget.innerHTML = text;\n }\n\n show() {\n this.element.showModal();\n this.element.classList.add('show');\n }\n\n closeOutside({ target }) {\n if (target.tagName !== 'DIALOG') return\n\n this.close();\n }\n}"],"names":["Dialog_controller","Controller","targets","values","autoShow","type","Boolean","default","initialize","element","identifier","autoShowValue","show","close","classList","remove","setTimeout","addText","text","textTarget","innerHTML","showModal","add","closeOutside","target","tagName"],"mappings":"wCAEe,MAAAA,UAAcC,CAAW,CACpC,OAAOC,QAAU,CAAC,MAAM,EACxB,OAAOC,OAAS,CACZC,SAAU,CAAEC,KAAMC,QAASC,QAAS,EAAM,CAC7C,EAEDC,YAAa,CACT,KAAKC,QAAQ,KAAKC,UAAU,EAAI,KAC5B,KAAKC,eAAe,KAAKC,KAAM,CACvC,CAEAC,OAAQ,CACJ,KAAKJ,QAAQK,UAAUC,OAAO,MAAM,EACpCC,WAAY,IAAM,CACd,KAAKP,QAAQI,MAAM,QAAQ,CAC9B,EAAE,GAAI,CACX,CAEAI,QAAQC,EAAM,CACV,KAAKC,WAAWC,UAAYF,CAChC,CAEAN,MAAO,CACH,KAAKH,QAAQY,UAAW,EACxB,KAAKZ,QAAQK,UAAUQ,IAAI,MAAM,CACrC,CAEAC,aAAa,CAAEC,OAAAA,CAAO,EAAG,CACjBA,EAAOC,UAAY,UAEvB,KAAKZ,MAAO,CAChB,CACJ"}