{"version":3,"file":"email_controller-CFGKqCWj.js","sources":["../../../app/javascript/controllers/notification/email_controller.js"],"sourcesContent":["import ApplicationController from '../application_controller'\nimport { useRemove } from \"../mixins/useRemove\";\n\nexport default class extends ApplicationController {\n static targets = [\"add\", \"remove\", \"actions\", \"customEmailInput\", \"select\"]\n\n connect() {\n useRemove(this)\n }\n\n displayAddButton() {\n this.removeClass(this.actionsTarget, \"invisible\")\n }\n\n displayRemoveButton() {\n this.show(this.removeTarget)\n this.hide(this.addTarget)\n }\n\n enableCustomInput() {\n this.enable(this.customEmailInputTarget)\n }\n\n check({ detail: optionValue }) {\n this.dispatch(\"new-option-valid\", {\n target: this.selectTarget,\n detail: this.checkIfEmail(optionValue)\n })\n }\n\n checkIfEmail(str) {\n const regexExp = /^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/gi;\n return regexExp.test(str);\n }\n}\n"],"names":["email_controller","ApplicationController","useRemove","optionValue","str","__publicField"],"mappings":"mQAGe,MAAKA,UAASC,CAAsB,CAGjD,SAAU,CACRC,EAAU,IAAI,CAClB,CAEE,kBAAmB,CACjB,KAAK,YAAY,KAAK,cAAe,WAAW,CACpD,CAEE,qBAAsB,CACpB,KAAK,KAAK,KAAK,YAAY,EAC3B,KAAK,KAAK,KAAK,SAAS,CAC5B,CAEE,mBAAoB,CAClB,KAAK,OAAO,KAAK,sBAAsB,CAC3C,CAEE,MAAM,CAAE,OAAQC,GAAe,CAC7B,KAAK,SAAS,mBAAoB,CAChC,OAAQ,KAAK,aACb,OAAQ,KAAK,aAAaA,CAAW,CACtC,CAAA,CACL,CAEE,aAAaC,EAAK,CAEhB,MADiB,yIACD,KAAKA,CAAG,CAC5B,CACA,CA9BEC,EADkBL,EACX,UAAU,CAAC,MAAO,SAAU,UAAW,mBAAoB,QAAQ"}