{"version":3,"sources":["webpack:///./LeLab.Web/src/js/locally-widget.entry.js"],"names":["PageComponent","constructor","node","this","config","upc","dataset","locallyWidgetUpc","companyId","locallyWidgetCompanyId","locale","locallyWidgetLocale","buttonText","locallyWidgetButtonText","btnEndpointUrl","locallyWidgetBaseUrl","switchLiveEndpointUrl","switchLiveEventsEndpointUrl","log","waitForReady","ensureCookieConsent","isLocallyInitialized","reloadLocally","initLocally","callback","document","readyState","interval","setInterval","clearInterval","window","getCkyConsent","consent","categories","style","display","initialized","sig_locally_initialized","lcly_config","company_name","button_text","company_id","show_location_switcher","show_location_prompt","lang","n_dealers","no_link","lcly_query","Object","keys","reduce","a","k","push","encodeURIComponent","JSON","stringify","join","appendScript","id","src","s","createElement","async","appendChild","setTimeout","reload","lcly_reload_0","destroy","args"],"mappings":"4FAAA,yBAkJA,IAAIA,IAAc,wBA5IlB,MACIC,aAAY,KAAEC,IACVC,KAAKD,KAAOA,EACZC,KAAKC,OAAS,CACVC,IAAKH,EAAKI,QAAQC,iBAClBC,UAAWN,EAAKI,QAAQG,uBACxBC,OAAQR,EAAKI,QAAQK,oBACrBC,WAAYV,EAAKI,QAAQO,wBACzBC,eAAgB,GAAF,OAAKZ,EAAKI,QAAQS,qBAAlB,kBACdC,sBAAuB,GAAF,OAAKd,EAAKI,QAAQS,qBAAlB,qBACrBE,4BAA6B,GAAF,OAAKf,EAAKI,QAAQS,qBAAlB,qCAG/BZ,KAAKe,IAAL,8CAAgDf,KAAKC,OAAOC,MAa5DF,KAAKgB,aAXW,KACPhB,KAAKiB,wBAELjB,KAAKkB,uBAGNlB,KAAKmB,gBAFLnB,KAAKoB,iBAUjBJ,aAAaK,GACT,GAA4B,aAAxBC,SAASC,WACTF,QACG,CACH,MAAMG,EAAWC,YAAY,KACG,aAAxBH,SAASC,aACTG,cAAcF,GACdH,MAEL,MAIXJ,sBAEI,IAAKU,OAAOC,cAAe,OAAO,EAElC,MAAMC,EAAUF,OAAOC,gBAEvB,SAAMC,aAAD,EAACA,EAASC,WAAT,aAEN9B,KAAKe,IAAI,2FACTf,KAAKD,KAAKgC,MAAMC,QAAU,QACnB,GAGXd,uBACI,MAAMe,IAAgBN,OAAOO,wBAE7B,OADAlC,KAAKe,IAAL,0CAA4CkB,IACrCA,EAGXb,cACIpB,KAAKe,IAAI,kCAKT,MAAMoB,EAAc,CAChBC,aAAc,UACdC,YAAa,GAAF,OAAKrC,KAAKC,OAAOQ,YAC5B6B,WAAY,GAAF,OAAKtC,KAAKC,OAAOI,WAC3BH,IAAK,GAAF,OAAKF,KAAKC,OAAOC,KACpBqC,uBAAwB,IACxBC,qBAAsB,IACtBC,KAAM,GAAF,OAAKzC,KAAKC,OAAOM,QACrBmC,UAAW,KACXC,QAAS,KAGPC,EAAaC,OAAOC,KAAKX,GAC1BY,QAAO,SAAUC,EAAGC,GAUjB,OATAD,EAAEE,KACEC,mBAAmBF,GACf,IACAE,mBAC8B,iBAAnBhB,EAAYc,IAAsC,OAAnBd,EAAYc,GAC5CG,KAAKC,UAAUlB,EAAYc,IAC3Bd,EAAYc,KAGvBD,IACR,IACFM,KAAK,KAEJC,EAAe,CAACC,EAAIC,KACtB,MAAMC,EAAIpC,SAASqC,cAAc,UACjCD,EAAEF,GAAKA,EACPE,EAAEE,OAAQ,EACVF,EAAED,IAAMA,EACRzD,KAAKD,KAAK8D,YAAYH,IAG1BI,WAAW,KACPP,EAAa,gBAAD,UAAqBvD,KAAKC,OAAOU,eAAjC,YAAmDiC,IAC/DW,EAAa,2BAAD,UAAgCvD,KAAKC,OAAOY,sBAA5C,uBAAgFb,KAAKC,OAAOI,YACxGkD,EACI,kCADQ,UAELvD,KAAKC,OAAOa,4BAFP,uBAEiDd,KAAKC,OAAOI,YAGzEsB,OAAOO,yBAA0B,EACjClC,KAAKe,IAAI,gCAlHG,KAsHpBI,gBACInB,KAAKe,IAAL,4CAA8Cf,KAAKC,OAAOC,MAG1D,MAAM6D,EAAS,IAAMC,cAAc,CAAE9D,IAAKF,KAAKC,OAAOC,MAEtD4D,WAAW,KACPC,IACA/D,KAAKe,IAAL,oCAAsCb,OA9H1B,KAkIpB+D,UACIjE,KAAKe,IAAL,0CAA4Cf,KAAKC,OAAOC,aACjDF,KAAKD,YACLC,KAAKC,OAGhBc,IAAImD,Q","file":"locally-widget.js","sourcesContent":["import \"./locally-widget.scss\";\r\nimport { PageComponent } from \"barba\";\r\n\r\nconst reloadTimeoutMs = 1000;\r\nconst cookieConsentLevel = \"necessary\"; // No cookies yet\r\n\r\nclass LocallyWidget {\r\n constructor({ node }) {\r\n this.node = node;\r\n this.config = {\r\n upc: node.dataset.locallyWidgetUpc,\r\n companyId: node.dataset.locallyWidgetCompanyId,\r\n locale: node.dataset.locallyWidgetLocale,\r\n buttonText: node.dataset.locallyWidgetButtonText,\r\n btnEndpointUrl: `${node.dataset.locallyWidgetBaseUrl}/stores/map.js`,\r\n switchLiveEndpointUrl: `${node.dataset.locallyWidgetBaseUrl}/js/switchlive.js`,\r\n switchLiveEventsEndpointUrl: `${node.dataset.locallyWidgetBaseUrl}/switchlive/switchlive-events.js`\r\n };\r\n\r\n this.log(`Locally widget constructor for upc: ${this.config.upc}`);\r\n\r\n const onReady = () => {\r\n if (!this.ensureCookieConsent()) return;\r\n\r\n if (!this.isLocallyInitialized()) {\r\n this.initLocally();\r\n } else {\r\n this.reloadLocally();\r\n }\r\n };\r\n\r\n // Make sure cookieyes has loaded\r\n this.waitForReady(onReady);\r\n }\r\n\r\n waitForReady(callback) {\r\n if (document.readyState === \"complete\") {\r\n callback();\r\n } else {\r\n const interval = setInterval(() => {\r\n if (document.readyState === \"complete\") {\r\n clearInterval(interval);\r\n callback();\r\n }\r\n }, 100);\r\n }\r\n }\r\n\r\n ensureCookieConsent() {\r\n // CookieYes is only available on domain www.devinci.com\r\n if (!window.getCkyConsent) return true;\r\n\r\n const consent = window.getCkyConsent();\r\n\r\n if (!!consent?.categories[cookieConsentLevel]) return true;\r\n\r\n this.log(\"Locally widget will not be activated because the user did not give consent for cookies.\");\r\n this.node.style.display = \"none\";\r\n return false;\r\n }\r\n\r\n isLocallyInitialized() {\r\n const initialized = !!window.sig_locally_initialized;\r\n this.log(`window.sig_locally_initialized: ${initialized}`);\r\n return initialized;\r\n }\r\n\r\n initLocally() {\r\n this.log(\"Locally widget initializing...\");\r\n\r\n ////////////////////////////////////////\r\n // Extracted from the locally widget\r\n ////////////////////////////////////////\r\n const lcly_config = {\r\n company_name: \"Devinci\",\r\n button_text: `${this.config.buttonText}`,\r\n company_id: `${this.config.companyId}`,\r\n upc: `${this.config.upc}`,\r\n show_location_switcher: \"0\",\r\n show_location_prompt: \"0\",\r\n lang: `${this.config.locale}`,\r\n n_dealers: \"10\",\r\n no_link: \"1\"\r\n };\r\n\r\n const lcly_query = Object.keys(lcly_config)\r\n .reduce(function (a, k) {\r\n a.push(\r\n encodeURIComponent(k) +\r\n \"=\" +\r\n encodeURIComponent(\r\n typeof lcly_config[k] === \"object\" && lcly_config[k] !== null\r\n ? JSON.stringify(lcly_config[k])\r\n : lcly_config[k]\r\n )\r\n );\r\n return a;\r\n }, [])\r\n .join(\"&\");\r\n\r\n const appendScript = (id, src) => {\r\n const s = document.createElement(\"script\");\r\n s.id = id;\r\n s.async = true;\r\n s.src = src;\r\n this.node.appendChild(s);\r\n };\r\n\r\n setTimeout(() => {\r\n appendScript(\"lcly-script-0\", `${this.config.btnEndpointUrl}?${lcly_query}`);\r\n appendScript(\"lcly-script-switchlive-0\", `${this.config.switchLiveEndpointUrl}?company_id=${this.config.companyId}`);\r\n appendScript(\r\n \"lcly-script-switchlive-events-0\",\r\n `${this.config.switchLiveEventsEndpointUrl}?company_id=${this.config.companyId}`\r\n );\r\n\r\n window.sig_locally_initialized = true;\r\n this.log(\"Locally widget initialized.\");\r\n }, reloadTimeoutMs);\r\n }\r\n\r\n reloadLocally() {\r\n this.log(`Locally widget reloading for upc: ${this.config.upc}`);\r\n\r\n // https://support.locally.com/en/support/solutions/articles/14000099711-product-locator-reload\r\n const reload = () => lcly_reload_0({ upc: this.config.upc });\r\n\r\n setTimeout(() => {\r\n reload();\r\n this.log(`Locally reloaded for upc: ${upc}`);\r\n }, reloadTimeoutMs);\r\n }\r\n\r\n destroy() {\r\n this.log(`Locally widget destroy for upc: ${this.config.upc}`);\r\n delete this.node;\r\n delete this.config;\r\n }\r\n\r\n log(args) {\r\n if (process.env.NODE_ENV !== \"development\") return;\r\n\r\n console.log(args);\r\n }\r\n}\r\n\r\nnew PageComponent(\"[data-locally-widget]\", LocallyWidget);\r\n"],"sourceRoot":""}