{"version":3,"file":"campaign_rejection_reason_controller-DdimbGo6.js","sources":["../../../app/javascript/controllers/admin/campaign_rejection_reason_controller.js"],"sourcesContent":["import Application_controller from '@/controllers/application_controller'\n\nexport default class extends Application_controller {\n static values = {\n persisted: { type: Boolean, default: false }\n }\n\n static targets = [\n 'addCommentButton',\n 'commentContainer',\n 'commentInput',\n 'kindInput',\n 'idInput',\n 'destroyInput',\n ]\n\n connect() {\n this.kindInputTarget.value = this.element.dataset.kind\n this.disable(this.destroyInputTarget)\n\n super.connect()\n }\n\n addComment() {\n this.hide(this.addCommentButtonTarget)\n\n this.show(this.commentContainerTarget)\n\n this.enable(this.commentInputTarget)\n this.focus(this.commentInputTarget, { moveCursorToEnd: true })\n }\n\n removeComment() {\n this.show(this.addCommentButtonTarget)\n\n this.hide(this.commentContainerTarget)\n this.disable(this.commentInputTarget)\n }\n\n remove() {\n if(this.persistedValue) {\n const newElement = document.createElement('div')\n\n newElement.classList.add('hidden')\n this.enable(this.destroyInputTarget)\n\n this.element.querySelectorAll('input, textarea').forEach(input => {\n newElement.appendChild(input.cloneNode(true))\n })\n\n this.element.replaceWith(newElement)\n } else {\n this.element.remove()\n }\n }\n}\n"],"names":["campaign_rejection_reason_controller","Application_controller","newElement","input","__publicField"],"mappings":"uNAEe,MAAKA,UAASC,CAAuB,CAclD,SAAU,CACR,KAAK,gBAAgB,MAAQ,KAAK,QAAQ,QAAQ,KAClD,KAAK,QAAQ,KAAK,kBAAkB,EAEpC,MAAM,QAAO,CACjB,CAEE,YAAa,CACX,KAAK,KAAK,KAAK,sBAAsB,EAErC,KAAK,KAAK,KAAK,sBAAsB,EAErC,KAAK,OAAO,KAAK,kBAAkB,EACnC,KAAK,MAAM,KAAK,mBAAoB,CAAE,gBAAiB,EAAM,CAAA,CACjE,CAEE,eAAgB,CACd,KAAK,KAAK,KAAK,sBAAsB,EAErC,KAAK,KAAK,KAAK,sBAAsB,EACrC,KAAK,QAAQ,KAAK,kBAAkB,CACxC,CAEE,QAAS,CACP,GAAG,KAAK,eAAgB,CACtB,MAAMC,EAAa,SAAS,cAAc,KAAK,EAE/CA,EAAW,UAAU,IAAI,QAAQ,EACjC,KAAK,OAAO,KAAK,kBAAkB,EAEnC,KAAK,QAAQ,iBAAiB,iBAAiB,EAAE,QAAQC,GAAS,CAChED,EAAW,YAAYC,EAAM,UAAU,EAAI,CAAC,CAC7C,CAAA,EAED,KAAK,QAAQ,YAAYD,CAAU,CACzC,MACM,KAAK,QAAQ,OAAM,CAEzB,CACA,CApDEE,EADkBJ,EACX,SAAS,CACd,UAAW,CAAE,KAAM,QAAS,QAAS,EAAK,CAC9C,GAEEI,EALkBJ,EAKX,UAAU,CACf,mBACA,mBACA,eACA,YACA,UACA,cACJ"}