{"version":3,"file":"emails_controller-DNMsNMQX.js","sources":["../../../app/javascript/controllers/notification/emails_controller.js"],"sourcesContent":["import ApplicationController from '../application_controller'\n\nexport default class extends ApplicationController {\n static targets = [\"template\", \"content\", 'email']\n\n add() {\n const clonedNode = this.templateTarget.cloneNode(true)\n clonedNode.classList.remove(\"hidden\")\n clonedNode.setAttribute(\"data-notification--emails-target\", 'email')\n clonedNode.removeAttribute(\"hidden\")\n\n this.contentTarget.appendChild(clonedNode)\n }\n\n displayAddButtonForNewLastItem() {\n const items = this.emailTargets.filter(item => item !== this.templateTarget)\n\n const lastItem = items[items.length - 2]\n const addButton = lastItem.querySelector(\"[data-notification--email-target='add']\")\n const removeButton = lastItem.querySelector(\"[data-notification--email-target='remove']\")\n\n if(items.length === 2) {\n this.hide(removeButton)\n }\n\n this.show(addButton)\n }\n}\n"],"names":["emails_controller","ApplicationController","clonedNode","items","item","lastItem","addButton","removeButton","__publicField"],"mappings":"uNAEe,MAAKA,UAASC,CAAsB,CAGjD,KAAM,CACJ,MAAMC,EAAa,KAAK,eAAe,UAAU,EAAI,EACrDA,EAAW,UAAU,OAAO,QAAQ,EACpCA,EAAW,aAAa,mCAAoC,OAAO,EACnEA,EAAW,gBAAgB,QAAQ,EAEnC,KAAK,cAAc,YAAYA,CAAU,CAC7C,CAEE,gCAAiC,CAC/B,MAAMC,EAAQ,KAAK,aAAa,OAAOC,GAAQA,IAAS,KAAK,cAAc,EAErEC,EAAWF,EAAMA,EAAM,OAAS,CAAC,EACjCG,EAAYD,EAAS,cAAc,yCAAyC,EAC5EE,EAAeF,EAAS,cAAc,4CAA4C,EAErFF,EAAM,SAAW,GAClB,KAAK,KAAKI,CAAY,EAGxB,KAAK,KAAKD,CAAS,CACvB,CACA,CAxBEE,EADkBR,EACX,UAAU,CAAC,WAAY,UAAW,OAAO"}