{"version":3,"sources":["webpack:///./src/components/pmicom/widgets/videos-highlight/controller.js"],"names":["trackGtm","require","module","exports","init","smallImagesAboveTitleList","root","querySelectorAll","closeError","querySelector","addEventListener","hideWarning","bind","forEach","element","eventCategory","eventAction","eventLabel","href","modalError","style","display"],"mappings":";;;;;;;;;AAAA,MAAM;EAAEA;AAAF,IAAeC,mBAAO,CAAC,uDAAD,CAA5B;;AAEAC,MAAM,CAACC,OAAP,GAAiB;EAChBC,IAAI,GAAG;IACN,MAAMC,yBAAyB,GAAG,KAAKC,IAAL,CAAUC,gBAAV,CACjC,4BADiC,CAAlC;IAIA,MAAMC,UAAU,GAAG,KAAKF,IAAL,CAAUG,aAAV,CAAwB,0BAAxB,CAAnB;IAEA,IAAID,UAAJ,EACCA,UAAU,CAACE,gBAAX,CAA4B,OAA5B,EAAqC,KAAKC,WAAL,CAAiBC,IAAjB,CAAsB,IAAtB,CAArC;IAEDP,yBAAyB,CAACQ,OAA1B,CAAkCC,OAAO,IAAI;MAC5CA,OAAO,CAACJ,gBAAR,CAAyB,OAAzB,EAAkC,MAAM;QACvCV,QAAQ,CAAC;UACRe,aAAa,EAAE,KADP;UAERC,WAAW,EAAE,OAFL;UAGRC,UAAU,EAAEH,OAAO,CAACI;QAHZ,CAAD,CAAR;MAKA,CAND;IAOA,CARD;EASA,CApBe;;EAqBhBP,WAAW,GAAG;IACb,MAAMQ,UAAU,GAAG,KAAKb,IAAL,CAAUG,aAAV,CAAwB,4BAAxB,CAAnB;IACAU,UAAU,CAACC,KAAX,CAAiBC,OAAjB,GAA2B,MAA3B;EACA;;AAxBe,CAAjB,C","file":"components--videos-highlightde0a4cc370050ccff021.js","sourcesContent":["const { trackGtm } = require('../../../../js/functions');\n\nmodule.exports = {\n\tinit() {\n\t\tconst smallImagesAboveTitleList = this.root.querySelectorAll(\n\t\t\t'.small-image-above-title a',\n\t\t);\n\n\t\tconst closeError = this.root.querySelector('.videos-highlight--close');\n\n\t\tif (closeError)\n\t\t\tcloseError.addEventListener('click', this.hideWarning.bind(this));\n\n\t\tsmallImagesAboveTitleList.forEach(element => {\n\t\t\telement.addEventListener('click', () => {\n\t\t\t\ttrackGtm({\n\t\t\t\t\teventCategory: 'cta',\n\t\t\t\t\teventAction: 'video',\n\t\t\t\t\teventLabel: element.href,\n\t\t\t\t});\n\t\t\t});\n\t\t});\n\t},\n\thideWarning() {\n\t\tconst modalError = this.root.querySelector('.videos-highlight--warning');\n\t\tmodalError.style.display = 'none';\n\t},\n};\n"],"sourceRoot":""}