{"version":3,"file":"gdpr-dialog-DLYn2GoH.js","sources":["../../../_frontend/js/gdpr-dialog.js"],"sourcesContent":["import '@/css/gdpr-style.css';\n/*!\n * JavaScript Cookie v2.2.0\n * https://github.com/js-cookie/js-cookie\n *\n * Copyright 2006, 2015 Klaus Hartl & Fagner Brack\n * Released under the MIT license\n */\n(function (factory) {\n var registeredInModuleLoader;\n if (typeof define === \"function\" && define.amd) {\n define(factory);\n registeredInModuleLoader = true;\n }\n if (typeof exports === \"object\") {\n module.exports = factory();\n registeredInModuleLoader = true;\n }\n if (!registeredInModuleLoader) {\n var OldCookies = window.Cookies;\n var api = (window.Cookies = factory());\n api.noConflict = function () {\n window.Cookies = OldCookies;\n return api;\n };\n }\n})(function () {\n function extend() {\n var i = 0;\n var result = {};\n for (; i < arguments.length; i++) {\n var attributes = arguments[i];\n for (var key in attributes) {\n result[key] = attributes[key];\n }\n }\n return result;\n }\n\n function decode(s) {\n return s.replace(/(%[0-9A-Z]{2})+/g, decodeURIComponent);\n }\n\n function init(converter) {\n function api() {}\n\n function set(key, value, attributes) {\n if (typeof document === \"undefined\") {\n return;\n }\n\n attributes = extend(\n {\n path: \"/\",\n },\n api.defaults,\n attributes\n );\n\n if (typeof attributes.expires === \"number\") {\n attributes.expires = new Date(\n new Date() * 1 + attributes.expires * 864e5\n );\n }\n\n // We're using \"expires\" because \"max-age\" is not supported by IE\n attributes.expires = attributes.expires\n ? attributes.expires.toUTCString()\n : \"\";\n\n try {\n var result = JSON.stringify(value);\n if (/^[\\{\\[]/.test(result)) {\n value = result;\n }\n } catch (e) {}\n\n value = converter.write\n ? converter.write(value, key)\n : encodeURIComponent(String(value)).replace(\n /%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g,\n decodeURIComponent\n );\n\n key = encodeURIComponent(String(key))\n .replace(/%(23|24|26|2B|5E|60|7C)/g, decodeURIComponent)\n .replace(/[\\(\\)]/g, escape);\n\n var stringifiedAttributes = \"\";\n for (var attributeName in attributes) {\n if (!attributes[attributeName]) {\n continue;\n }\n stringifiedAttributes += \"; \" + attributeName;\n if (attributes[attributeName] === true) {\n continue;\n }\n\n // Considers RFC 6265 section 5.2:\n // ...\n // 3. If the remaining unparsed-attributes contains a %x3B (\";\")\n // character:\n // Consume the characters of the unparsed-attributes up to,\n // not including, the first %x3B (\";\") character.\n // ...\n stringifiedAttributes += \"=\" + attributes[attributeName].split(\";\")[0];\n }\n\n return (document.cookie = key + \"=\" + value + stringifiedAttributes);\n }\n\n function get(key, json) {\n if (typeof document === \"undefined\") {\n return;\n }\n\n var jar = {};\n // To prevent the for loop in the first place assign an empty array\n // in case there are no cookies at all.\n var cookies = document.cookie ? document.cookie.split(\"; \") : [];\n var i = 0;\n\n for (; i < cookies.length; i++) {\n var parts = cookies[i].split(\"=\");\n var cookie = parts.slice(1).join(\"=\");\n\n if (!json && cookie.charAt(0) === '\"') {\n cookie = cookie.slice(1, -1);\n }\n\n try {\n var name = decode(parts[0]);\n cookie =\n (converter.read || converter)(cookie, name) || decode(cookie);\n\n if (json) {\n try {\n cookie = JSON.parse(cookie);\n } catch (e) {}\n }\n\n jar[name] = cookie;\n\n if (key === name) {\n break;\n }\n } catch (e) {}\n }\n\n return key ? jar[key] : jar;\n }\n\n api.set = set;\n api.get = function (key) {\n return get(key, false /* read as raw */);\n };\n api.getJSON = function (key) {\n return get(key, true /* read as json */);\n };\n api.remove = function (key, attributes) {\n set(\n key,\n \"\",\n extend(attributes, {\n expires: -1,\n })\n );\n };\n\n api.defaults = {};\n\n api.withConverter = init;\n\n return api;\n }\n\n return init(function () {});\n});\n//end jquery cookie plugin\n\n//HEAD\nwindow[\"gdpr-cookie-notice-templates\"] = {};\n\nwindow[\"gdpr-cookie-notice-templates\"][\"bar.html\"] =\n '
\\n\" +\n \"\";\n\nwindow[\"gdpr-cookie-notice-templates\"][\"category.html\"] =\n '