{ "version": 3, "sources": ["../../../Vettvangur.Heilsuvera/src/scripts/components/helperQuestion.ts"], "sourcesContent": ["const helperQuestion = {\n\tinit: (): void => {\n\t\thelperQuestion.buttons();\n\t},\n\n\tbuttons: (): void => {\n\t\tconst helpfullYes = document.querySelector(\".article__helpfullYes\");\n\t\tconst helpfullNo = document.querySelector(\".article__helpfullNo\");\n\n\t\tif (helpfullYes != null && helpfullNo != null) {\n\t\t\tconst helpfullContainer = document.querySelector(\".article__helpfull\");\n\t\t\tconst answerDict = helpfullContainer.getAttribute(\"data-answerDict\");\n\n\t\t\thelpfullYes.addEventListener(\"click\", () => {\n\t\t\t\t//@ts-ignore\n\t\t\t\tga(\"send\", \"event\", \"Helped - \" + helpfullYes, \"Helped\", null, null);\n\t\t\t\thelpfullContainer.innerHTML =\n\t\t\t\t\t'
' + answerDict + \"
\";\n\t\t\t});\n\n\t\t\thelpfullNo.addEventListener(\"click\", () => {\n\t\t\t\t//@ts-ignore\n\t\t\t\tga(\n\t\t\t\t\t\"send\",\n\t\t\t\t\t\"event\",\n\t\t\t\t\t\"Did not help - \" + helpfullNo.value,\n\t\t\t\t\t\"Did not help\",\n\t\t\t\t\tnull,\n\t\t\t\t\tnull,\n\t\t\t\t);\n\t\t\t\thelpfullContainer.innerHTML =\n\t\t\t\t\t'
' + answerDict + \"
\";\n\t\t\t});\n\t\t}\n\t},\n};\n\nexport default helperQuestion;\n"], "mappings": "gCAAA,IAAMA,EAAiB,CACtB,KAAM,IAAY,CACjBA,EAAe,QAAQ,CACxB,EAEA,QAAS,IAAY,CACpB,IAAMC,EAAc,SAAS,cAAc,uBAAuB,EAC5DC,EAAa,SAAS,cAAc,sBAAsB,EAEhE,GAAID,GAAe,MAAQC,GAAc,KAAM,CAC9C,IAAMC,EAAoB,SAAS,cAAc,oBAAoB,EAC/DC,EAAaD,EAAkB,aAAa,iBAAiB,EAEnEF,EAAY,iBAAiB,QAAS,IAAM,CAE3C,GAAG,OAAQ,QAAS,YAAcA,EAAa,SAAU,KAAM,IAAI,EACnEE,EAAkB,UACjB,wCAA0CC,EAAa,QACzD,CAAC,EAEDF,EAAW,iBAAiB,QAAS,IAAM,CAE1C,GACC,OACA,QACA,kBAAoBA,EAAW,MAC/B,eACA,KACA,IACD,EACAC,EAAkB,UACjB,wCAA0CC,EAAa,QACzD,CAAC,CACF,CACD,CACD,EAEOC,EAAQL", "names": ["helperQuestion", "helpfullYes", "helpfullNo", "helpfullContainer", "answerDict", "helperQuestion_default"] }