{"version":3,"file":"templates_controller-Bsm9yp4f.js","sources":["../../../app/javascript/controllers/campaign/templates_controller.js"],"sourcesContent":["import ApplicationController from \"../application_controller\"\n\nexport default class extends ApplicationController {\n static targets = [\"input\", \"templates\", \"templateIdInput\", \"notice\"]\n\n inputValueChanged(e) {\n if(this.inputTarget.value.startsWith(\"/\")) {\n this.dispatch(\"show\", {\n detail: this.inputTarget.value.substring(1),\n target: this.templatesTarget\n })\n } else {\n this.dispatch(\"hide\", {\n target: this.templatesTarget\n })\n }\n\n if(!this.templateIdInputTarget.value || !this.hasNoticeTarget) return\n\n if(this.templateContent && this.inputTarget.value.trim() !== this.templateContent.trim()) {\n this.show(this.noticeTarget)\n } else {\n this.hide(this.noticeTarget)\n }\n }\n\n saveTemplateId({ detail }) {\n if(!detail.id) return;\n\n this.templateIdInputTarget.value = detail.id\n this.templateContent = detail.body\n }\n\n onTargetTechnologyChanged({ detail }) {\n this.dispatch('technology-changed', {\n detail: detail,\n target: this.templatesTarget\n })\n }\n\n onEnter(e) {\n e.preventDefault()\n e.stopPropagation()\n\n this.dispatch('enter', {\n target: this.templatesTarget,\n })\n }\n\n hideTemplatesContainer() {\n console.log('hiding templates')\n this.dispatch(\"hide\", {\n target: this.templatesTarget\n })\n }\n}\n"],"names":["templates_controller","ApplicationController","e","detail","__publicField"],"mappings":"uNAEe,MAAKA,UAASC,CAAsB,CAGjD,kBAAkBC,EAAG,CAChB,KAAK,YAAY,MAAM,WAAW,GAAG,EACtC,KAAK,SAAS,OAAQ,CACpB,OAAQ,KAAK,YAAY,MAAM,UAAU,CAAC,EAC1C,OAAQ,KAAK,eACd,CAAA,EAED,KAAK,SAAS,OAAQ,CACpB,OAAQ,KAAK,eACd,CAAA,EAGA,GAAC,KAAK,sBAAsB,OAAS,CAAC,KAAK,mBAE3C,KAAK,iBAAmB,KAAK,YAAY,MAAM,KAAI,IAAO,KAAK,gBAAgB,OAChF,KAAK,KAAK,KAAK,YAAY,EAE3B,KAAK,KAAK,KAAK,YAAY,EAEjC,CAEE,eAAe,CAAE,OAAAC,GAAU,CACrBA,EAAO,KAEX,KAAK,sBAAsB,MAAQA,EAAO,GAC1C,KAAK,gBAAkBA,EAAO,KAClC,CAEE,0BAA0B,CAAE,OAAAA,GAAU,CACpC,KAAK,SAAS,qBAAsB,CAClC,OAAQA,EACR,OAAQ,KAAK,eACd,CAAA,CACL,CAEE,QAAQD,EAAG,CACTA,EAAE,eAAc,EAChBA,EAAE,gBAAe,EAEjB,KAAK,SAAS,QAAS,CACrB,OAAQ,KAAK,eACd,CAAA,CACL,CAEE,wBAAyB,CACvB,QAAQ,IAAI,kBAAkB,EAC9B,KAAK,SAAS,OAAQ,CACpB,OAAQ,KAAK,eACd,CAAA,CACL,CACA,CApDEE,EADkBJ,EACX,UAAU,CAAC,QAAS,YAAa,kBAAmB,QAAQ"}