{"version":3,"file":"instance_score_duration-BqTSy_Hv.js","sources":["../../../app/javascript/components/quiz/evalmee/instance_score_duration.js"],"sourcesContent":["import helpers from \"../../../helpers\"\n\nexport default {\n computed: {\n // Should be replaced by `timeHelpers.formatDateRange(score.started_at, score.finished_at)`\n examDuration() {\n const start = this.score?.started_at\n const end = this.score?.finished_at\n\n if (!start || !end) return \"\"\n\n const isSameDay = helpers.isSameDay(new Date(start), new Date(end))\n\n const displayStart = this.$moment(start).format(\"lll\")\n const displayEnd = isSameDay ? this.$moment(end).format(\"LT\") : this.$moment(end).format(\"lll\")\n\n return `${displayStart} → ${displayEnd}`\n },\n },\n}\n"],"names":["instanceScoreDuration","start","_a","end","_b","isSameDay","helpers","displayStart","displayEnd"],"mappings":"wZAEA,MAAeA,EAAA,CACb,SAAU,CAER,cAAe,SACb,MAAMC,GAAQC,EAAA,KAAK,QAAL,YAAAA,EAAY,WACpBC,GAAMC,EAAA,KAAK,QAAL,YAAAA,EAAY,YAExB,GAAI,CAACH,GAAS,CAACE,EAAK,MAAO,GAE3B,MAAME,EAAYC,EAAQ,UAAU,IAAI,KAAKL,CAAK,EAAG,IAAI,KAAKE,CAAG,CAAC,EAE5DI,EAAe,KAAK,QAAQN,CAAK,EAAE,OAAO,KAAK,EAC/CO,EAAaH,EAAY,KAAK,QAAQF,CAAG,EAAE,OAAO,IAAI,EAAI,KAAK,QAAQA,CAAG,EAAE,OAAO,KAAK,EAE9F,MAAO,GAAGI,CAAY,MAAMC,CAAU,EACvC,CACF,CACH"}