{"version":3,"file":"wait_controller-DPhDKKA4.js","sources":["../../../app/javascript/controllers/step/wait_controller.js"],"sourcesContent":["import LineController from \"../journeys/line_controller\"\nimport MessageController from \"./message_controller\"\n\nexport default class extends MessageController {\n static targets = [\"trigger\"]\n\n initialize() {\n super.initialize()\n this.currentValue = this.containerTarget.innerText\n this.kind = \"wait\"\n }\n\n sync({ detail }) {\n if(!(detail.stepId === this.element.id && detail.period?.length !== 0 && detail.kind)) return\n\n const period = parseInt(detail.period)\n const kind = detail.kind.toLowerCase()\n\n if(period === 1) {\n this.containerTarget.innerText = `${period} ${this.translations.filter.sentence.periodicity[kind].one}`\n } else {\n this.containerTarget.innerText = this.translations.filter.sentence.periodicity[kind].other.replace(\"%{other}\", period)\n }\n\n if (detail.commit === true) {\n this.triggerTarget.classList.remove(\"halo--active\")\n this.currentValue = this.containerTarget.innerText\n\n if(!this.persistedValue) {\n this.dispatch(\"saved\", {\n target: document.documentElement\n })\n }\n\n this.persistedValue = true\n this.stepNameTarget.innerHTML = detail.stepName || t.journeys.new.wait\n }\n }\n}\n"],"names":["wait_controller","MessageController","detail","_a","period","kind","__publicField"],"mappings":"2RAGe,MAAKA,UAASC,CAAkB,CAG7C,YAAa,CACX,MAAM,WAAU,EAChB,KAAK,aAAe,KAAK,gBAAgB,UACzC,KAAK,KAAO,MAChB,CAEE,KAAK,CAAE,OAAAC,GAAU,OACf,GAAG,EAAEA,EAAO,SAAW,KAAK,QAAQ,MAAMC,EAAAD,EAAO,SAAP,YAAAC,EAAe,UAAW,GAAKD,EAAO,MAAO,OAEvF,MAAME,EAAS,SAASF,EAAO,MAAM,EAC/BG,EAAOH,EAAO,KAAK,YAAW,EAEjCE,IAAW,EACZ,KAAK,gBAAgB,UAAY,GAAGA,CAAM,IAAI,KAAK,aAAa,OAAO,SAAS,YAAYC,CAAI,EAAE,GAAG,GAErG,KAAK,gBAAgB,UAAY,KAAK,aAAa,OAAO,SAAS,YAAYA,CAAI,EAAE,MAAM,QAAQ,WAAYD,CAAM,EAGnHF,EAAO,SAAW,KACpB,KAAK,cAAc,UAAU,OAAO,cAAc,EAClD,KAAK,aAAe,KAAK,gBAAgB,UAErC,KAAK,gBACP,KAAK,SAAS,QAAS,CACrB,OAAQ,SAAS,eAClB,CAAA,EAGH,KAAK,eAAiB,GACtB,KAAK,eAAe,UAAYA,EAAO,UAAY,EAAE,SAAS,IAAI,KAExE,CACA,CAlCEI,EADkBN,EACX,UAAU,CAAC,SAAS"}