@mapxus/mapxus-map-jp 8.2.0 → 8.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- (()=>{"use strict";var e={7:e=>{var t,n="object"==typeof Reflect?Reflect:null,r=n&&"function"==typeof n.apply?n.apply:function(e,t,n){return Function.prototype.apply.call(e,t,n)};t=n&&"function"==typeof n.ownKeys?n.ownKeys:Object.getOwnPropertySymbols?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:function(e){return Object.getOwnPropertyNames(e)};var i=Number.isNaN||function(e){return e!=e};function o(){o.init.call(this)}e.exports=o,e.exports.once=function(e,t){return new Promise((function(n,r){function i(n){e.removeListener(t,o),r(n)}function o(){"function"==typeof e.removeListener&&e.removeListener("error",i),n([].slice.call(arguments))}h(e,t,o,{once:!0}),"error"!==t&&function(e,t,n){"function"==typeof e.on&&h(e,"error",t,n)}(e,i,{once:!0})}))},o.EventEmitter=o,o.prototype._events=void 0,o.prototype._eventsCount=0,o.prototype._maxListeners=void 0;var a=10;function c(e){if("function"!=typeof e)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof e)}function s(e){return void 0===e._maxListeners?o.defaultMaxListeners:e._maxListeners}function u(e,t,n,r){var i,o,a,u;if(c(n),void 0===(o=e._events)?(o=e._events=Object.create(null),e._eventsCount=0):(void 0!==o.newListener&&(e.emit("newListener",t,n.listener?n.listener:n),o=e._events),a=o[t]),void 0===a)a=o[t]=n,++e._eventsCount;else if("function"==typeof a?a=o[t]=r?[n,a]:[a,n]:r?a.unshift(n):a.push(n),(i=s(e))>0&&a.length>i&&!a.warned){a.warned=!0;var l=new Error("Possible EventEmitter memory leak detected. "+a.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");l.name="MaxListenersExceededWarning",l.emitter=e,l.type=t,l.count=a.length,u=l,console&&console.warn&&console.warn(u)}return e}function l(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function d(e,t,n){var r={fired:!1,wrapFn:void 0,target:e,type:t,listener:n},i=l.bind(r);return i.listener=n,r.wrapFn=i,i}function f(e,t,n){var r=e._events;if(void 0===r)return[];var i=r[t];return void 0===i?[]:"function"==typeof i?n?[i.listener||i]:[i]:n?function(e){for(var t=new Array(e.length),n=0;n<t.length;++n)t[n]=e[n].listener||e[n];return t}(i):v(i,i.length)}function m(e){var t=this._events;if(void 0!==t){var n=t[e];if("function"==typeof n)return 1;if(void 0!==n)return n.length}return 0}function v(e,t){for(var n=new Array(t),r=0;r<t;++r)n[r]=e[r];return n}function h(e,t,n,r){if("function"==typeof e.on)r.once?e.once(t,n):e.on(t,n);else{if("function"!=typeof e.addEventListener)throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof e);e.addEventListener(t,(function i(o){r.once&&e.removeEventListener(t,i),n(o)}))}}Object.defineProperty(o,"defaultMaxListeners",{enumerable:!0,get:function(){return a},set:function(e){if("number"!=typeof e||e<0||i(e))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+e+".");a=e}}),o.init=function(){void 0!==this._events&&this._events!==Object.getPrototypeOf(this)._events||(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},o.prototype.setMaxListeners=function(e){if("number"!=typeof e||e<0||i(e))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+e+".");return this._maxListeners=e,this},o.prototype.getMaxListeners=function(){return s(this)},o.prototype.emit=function(e){for(var t=[],n=1;n<arguments.length;n++)t.push(arguments[n]);var i="error"===e,o=this._events;if(void 0!==o)i=i&&void 0===o.error;else if(!i)return!1;if(i){var a;if(t.length>0&&(a=t[0]),a instanceof Error)throw a;var c=new Error("Unhandled error."+(a?" ("+a.message+")":""));throw c.context=a,c}var s=o[e];if(void 0===s)return!1;if("function"==typeof s)r(s,this,t);else{var u=s.length,l=v(s,u);for(n=0;n<u;++n)r(l[n],this,t)}return!0},o.prototype.addListener=function(e,t){return u(this,e,t,!1)},o.prototype.on=o.prototype.addListener,o.prototype.prependListener=function(e,t){return u(this,e,t,!0)},o.prototype.once=function(e,t){return c(t),this.on(e,d(this,e,t)),this},o.prototype.prependOnceListener=function(e,t){return c(t),this.prependListener(e,d(this,e,t)),this},o.prototype.removeListener=function(e,t){var n,r,i,o,a;if(c(t),void 0===(r=this._events))return this;if(void 0===(n=r[e]))return this;if(n===t||n.listener===t)0==--this._eventsCount?this._events=Object.create(null):(delete r[e],r.removeListener&&this.emit("removeListener",e,n.listener||t));else if("function"!=typeof n){for(i=-1,o=n.length-1;o>=0;o--)if(n[o]===t||n[o].listener===t){a=n[o].listener,i=o;break}if(i<0)return this;0===i?n.shift():function(e,t){for(;t+1<e.length;t++)e[t]=e[t+1];e.pop()}(n,i),1===n.length&&(r[e]=n[0]),void 0!==r.removeListener&&this.emit("removeListener",e,a||t)}return this},o.prototype.off=o.prototype.removeListener,o.prototype.removeAllListeners=function(e){var t,n,r;if(void 0===(n=this._events))return this;if(void 0===n.removeListener)return 0===arguments.length?(this._events=Object.create(null),this._eventsCount=0):void 0!==n[e]&&(0==--this._eventsCount?this._events=Object.create(null):delete n[e]),this;if(0===arguments.length){var i,o=Object.keys(n);for(r=0;r<o.length;++r)"removeListener"!==(i=o[r])&&this.removeAllListeners(i);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if("function"==typeof(t=n[e]))this.removeListener(e,t);else if(void 0!==t)for(r=t.length-1;r>=0;r--)this.removeListener(e,t[r]);return this},o.prototype.listeners=function(e){return f(this,e,!0)},o.prototype.rawListeners=function(e){return f(this,e,!1)},o.listenerCount=function(e,t){return"function"==typeof e.listenerCount?e.listenerCount(t):m.call(e,t)},o.prototype.listenerCount=m,o.prototype.eventNames=function(){return this._eventsCount>0?t(this._events):[]}},531:(e,t,n)=>{n.d(t,{k:()=>s});var r=n(7);class i extends Error{}function o(e){let t=e.replace(/-/g,"+").replace(/_/g,"/");switch(t.length%4){case 0:break;case 2:t+="==";break;case 3:t+="=";break;default:throw new Error("base64 string is not of the correct length")}try{return function(e){return decodeURIComponent(atob(e).replace(/(.)/g,((e,t)=>{let n=t.charCodeAt(0).toString(16).toUpperCase();return n.length<2&&(n="0"+n),"%"+n})))}(t)}catch(e){return atob(t)}}i.prototype.name="InvalidTokenError";var a=n(916),c=n(463);class s extends r.EventEmitter{_appId=null;_secret=null;isClosed=!1;_timeoutId;_isInitialized=!1;_initializationPromise;_tokenManager=c.t.getInstance();_from;constructor(e,t,n=a.en.Self){super(),this._from=n,this._appId=e,this._secret=t,this._initializationPromise=this._initToken()}async ready(){await this._initializationPromise}get appId(){return this._appId}get token(){if(!this._isInitialized)throw new Error("Token is not initialized yet. Use the 'ready' method to wait for initialization.");return this._tokenManager.getToken(this._appId)}close(){this.isClosed||(this._timeoutId&&clearTimeout(this._timeoutId),this._tokenManager.setToken(this._appId,null,this._from),this.emit("updated",{appId:this._appId,token:null}),Object.keys(this).forEach((e=>{"isClosed"!==e&&"_events"!==e&&delete this[e]})),this.isClosed=!0,this.emit("closed"),delete this._events,Object.freeze(this))}async _initToken(){try{const e=await this._tokenManager.fetchToken(this._appId,this._secret);this._isInitialized=!0,this._tokenManager.setToken(this._appId,e,this._from);const t=function(e,t){if("string"!=typeof e)throw new i("Invalid token specified: must be a string");t||(t={});const n=!0===t.header?0:1,r=e.split(".")[n];if("string"!=typeof r)throw new i(`Invalid token specified: missing part #${n+1}`);let a;try{a=o(r)}catch(e){throw new i(`Invalid token specified: invalid base64 for part #${n+1} (${e.message})`)}try{return JSON.parse(a)}catch(e){throw new i(`Invalid token specified: invalid json for part #${n+1} (${e.message})`)}}(e),n=1e3*(t.exp-t.iat-60);this._loopUpdateToken(n)}catch(e){throw this.emit("error",new Error("Failed to initialize token.",{cause:e})),e}}_loopUpdateToken(e){this.isClosed||(this._timeoutId=setTimeout((async()=>{try{const t=await this._tokenManager.fetchToken(this._appId,this._secret);this._tokenManager.setToken(this._appId,t,this._from),this.emit("updated",{appId:this._appId,token:t}),this._loopUpdateToken(e)}catch(e){this.emit("error",new Error("Failed to update token.",{cause:e}))}}),e))}}},311:(e,t,n)=>{n.d(t,{o:()=>c});var r=n(792),i=n(531),o=n(916),a=n(463);class c{static _instance;_tokenManager=a.t.getInstance();static getInstance(){return c._instance||(c._instance=new c),c._instance}get version(){return r.VERSION}async getIdentifier(){return await this._tokenManager.getIdentifier()}async getToken(e,t){let n=this._tokenManager.getToken(e);if(!n&&t){const r=new i.k(e,t,o.en.Map);await r.ready(),n=r.token}return n}getAppId(e){return this._tokenManager.getAppId(e)}disconnect(e){this._tokenManager.on(a._,e)}}},588:(e,t,n)=>{n.d(t,{KL:()=>o,R0:()=>r,e$:()=>i});const r="https://map-api.mapxus.co.jp/sc/api/v1/apikeys/auth",i=10,o=1},916:(e,t,n)=>{var r,i,o,a,c,s,u,l,d,f;n.d(t,{en:()=>a,ys:()=>i}),function(e){e[e.SWITCHED_BY_BUILDING=0]="SWITCHED_BY_BUILDING",e[e.SWITCHED_BY_VENUE=1]="SWITCHED_BY_VENUE"}(r||(r={})),function(e){e.ENGLISH="en",e.CHINESE_SIMPLIFIED="zh-Hans",e.CHINESE_TRADITIONAL="zh-Hant",e.JAPANESE="ja",e.KOREAN="ko",e.FILIPINO="fil",e.INDONESIAN="id",e.PORTUGUESE="pt",e.THAI="th",e.VIETNAMESE="vi",e.ARABIC="ar"}(i||(i={})),function(e){e.CHRISTMAS="christmas",e.HALLOWEEN="halloween",e.MAPPY_BEE="mappyBee",e.MAPXUS="mapxus",e.LANDS_D="landsD",e.COMMON="common",e.MAPXUS_V2="mapxus_v2"}(o||(o={})),function(e){e.Self="self",e.Map="map"}(a||(a={})),function(e){e.DEFAULT_NAME="DefaultName"}(c||(c={})),function(e){e.ABSOLUTE_DISTANCE="AbsoluteDistance",e.ACTUAL_DISTANCE="ActualDistance"}(s||(s={})),function(e){e.FOOT="foot",e.WHEELCHAIR="wheelchair",e.ESCALATOR="escalator",e.EMERGENCY="emergency"}(u||(u={})),function(e){e.POINT="Point",e.POLYGON="Polygon"}(l||(l={})),function(e){e.POINT="Point",e.POLYGON="Polygon",e.GATE="Gate"}(d||(d={})),function(e){e.DEFAULT_NAME="DefaultName"}(f||(f={}))},792:(e,t,n)=>{n.r(t),n.d(t,{OFFSET:()=>i.e$,PAGE:()=>i.KL,VERSION:()=>r.rE,convertBrowserLangToPresetLang:()=>o.y,getIdentifier:()=>c});const r={rE:"8.2.0"};var i=n(588),o=n(969),a=n(311);async function c(){return a.o.getInstance().getIdentifier()}},969:(e,t,n)=>{n.d(t,{y:()=>i});var r=n(916);function i(e){return function(e){return/^en(-(US|GB|AU))?$/.test(e)}(e)?r.ys.ENGLISH:function(e){return/^zh(-(Hans|CN))?$/.test(e)}(e)?r.ys.CHINESE_SIMPLIFIED:function(e){return/^zh-(Hant|HK|TW)$/.test(e)}(e)?r.ys.CHINESE_TRADITIONAL:function(e){return/^ja(-JP)?$/.test(e)}(e)?r.ys.JAPANESE:function(e){return/^ko(-KR)?$/.test(e)}(e)?r.ys.KOREAN:function(e){return/^(fil|tl)(-PH)?$/.test(e)}(e)?r.ys.FILIPINO:function(e){return/^id(-ID)?$/.test(e)}(e)?r.ys.INDONESIAN:function(e){return/^pt(-(BR|PT))?$/.test(e)}(e)?r.ys.PORTUGUESE:function(e){return/^th(-TH)?$/.test(e)}(e)?r.ys.THAI:function(e){return/^vi(-VN)?$/.test(e)}(e)?r.ys.VIETNAMESE:function(e){return/^ar(-(DZ|BH|EG|IQ|JO|KW|LB|LY|MA|OM|QA|SA|SY|TN|AE|YE))?$/.test(e)}(e)?r.ys.ARABIC:null}},463:(e,t,n)=>{n.d(t,{_:()=>Ne,t:()=>je});var r=function(){return r=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},r.apply(this,arguments)};function i(e,t,n,r){return new(n||(n=Promise))((function(i,o){function a(e){try{s(r.next(e))}catch(e){o(e)}}function c(e){try{s(r.throw(e))}catch(e){o(e)}}function s(e){var t;e.done?i(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(a,c)}s((r=r.apply(e,t||[])).next())}))}function o(e,t){var n,r,i,o={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]},a=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return a.next=c(0),a.throw=c(1),a.return=c(2),"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function c(c){return function(s){return function(c){if(n)throw new TypeError("Generator is already executing.");for(;a&&(a=0,c[0]&&(o=0)),o;)try{if(n=1,r&&(i=2&c[0]?r.return:c[0]?r.throw||((i=r.return)&&i.call(r),0):r.next)&&!(i=i.call(r,c[1])).done)return i;switch(r=0,i&&(c=[2&c[0],i.value]),c[0]){case 0:case 1:i=c;break;case 4:return o.label++,{value:c[1],done:!1};case 5:o.label++,r=c[1],c=[0];continue;case 7:c=o.ops.pop(),o.trys.pop();continue;default:if(!(i=o.trys,(i=i.length>0&&i[i.length-1])||6!==c[0]&&2!==c[0])){o=0;continue}if(3===c[0]&&(!i||c[1]>i[0]&&c[1]<i[3])){o.label=c[1];break}if(6===c[0]&&o.label<i[1]){o.label=i[1],i=c;break}if(i&&o.label<i[2]){o.label=i[2],o.ops.push(c);break}i[2]&&o.ops.pop(),o.trys.pop();continue}c=t.call(e,o)}catch(e){c=[6,e],r=0}finally{n=i=0}if(5&c[0])throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}([c,s])}}}Object.create;function a(e,t,n){if(n||2===arguments.length)for(var r,i=0,o=t.length;i<o;i++)!r&&i in t||(r||(r=Array.prototype.slice.call(t,0,i)),r[i]=t[i]);return e.concat(r||Array.prototype.slice.call(t))}Object.create;"function"==typeof SuppressedError&&SuppressedError;var c="4.5.1";function s(e,t){return new Promise((function(n){return setTimeout(n,e,t)}))}function u(e){return!!e&&"function"==typeof e.then}function l(e,t){try{var n=e();u(n)?n.then((function(e){return t(!0,e)}),(function(e){return t(!1,e)})):t(!0,n)}catch(e){t(!1,e)}}function d(e,t,n){return void 0===n&&(n=16),i(this,void 0,void 0,(function(){var r,i,a,c;return o(this,(function(o){switch(o.label){case 0:r=Array(e.length),i=Date.now(),a=0,o.label=1;case 1:return a<e.length?(r[a]=t(e[a],a),(c=Date.now())>=i+n?(i=c,[4,new Promise((function(e){var t=new MessageChannel;t.port1.onmessage=function(){return e()},t.port2.postMessage(null)}))]):[3,3]):[3,4];case 2:o.sent(),o.label=3;case 3:return++a,[3,1];case 4:return[2,r]}}))}))}function f(e){return e.then(void 0,(function(){})),e}function m(e){return parseInt(e)}function v(e){return parseFloat(e)}function h(e,t){return"number"==typeof e&&isNaN(e)?t:e}function p(e){return e.reduce((function(e,t){return e+(t?1:0)}),0)}function y(e,t){if(void 0===t&&(t=1),Math.abs(t)>=1)return Math.round(e/t)*t;var n=1/t;return Math.round(e*n)/n}function g(e,t){var n=e[0]>>>16,r=65535&e[0],i=e[1]>>>16,o=65535&e[1],a=t[0]>>>16,c=65535&t[0],s=t[1]>>>16,u=0,l=0,d=0,f=0;d+=(f+=o+(65535&t[1]))>>>16,f&=65535,l+=(d+=i+s)>>>16,d&=65535,u+=(l+=r+c)>>>16,l&=65535,u+=n+a,u&=65535,e[0]=u<<16|l,e[1]=d<<16|f}function b(e,t){var n=e[0]>>>16,r=65535&e[0],i=e[1]>>>16,o=65535&e[1],a=t[0]>>>16,c=65535&t[0],s=t[1]>>>16,u=65535&t[1],l=0,d=0,f=0,m=0;f+=(m+=o*u)>>>16,m&=65535,d+=(f+=i*u)>>>16,f&=65535,d+=(f+=o*s)>>>16,f&=65535,l+=(d+=r*u)>>>16,d&=65535,l+=(d+=i*s)>>>16,d&=65535,l+=(d+=o*c)>>>16,d&=65535,l+=n*u+r*s+i*c+o*a,l&=65535,e[0]=l<<16|d,e[1]=f<<16|m}function w(e,t){var n=e[0];32===(t%=64)?(e[0]=e[1],e[1]=n):t<32?(e[0]=n<<t|e[1]>>>32-t,e[1]=e[1]<<t|n>>>32-t):(t-=32,e[0]=e[1]<<t|n>>>32-t,e[1]=n<<t|e[1]>>>32-t)}function L(e,t){0!==(t%=64)&&(t<32?(e[0]=e[1]>>>32-t,e[1]=e[1]<<t):(e[0]=e[1]<<t-32,e[1]=0))}function k(e,t){e[0]^=t[0],e[1]^=t[1]}var I=[4283543511,3981806797],_=[3301882366,444984403];function S(e){var t=[0,e[0]>>>1];k(e,t),b(e,I),t[1]=e[0]>>>1,k(e,t),b(e,_),t[1]=e[0]>>>1,k(e,t)}var E=[2277735313,289559509],V=[1291169091,658871167],M=[0,5],x=[0,1390208809],R=[0,944331445];function A(e,t){var n=function(e){for(var t=new Uint8Array(e.length),n=0;n<e.length;n++){var r=e.charCodeAt(n);if(r>127)return(new TextEncoder).encode(e);t[n]=r}return t}(e);t=t||0;var r,i=[0,n.length],o=i[1]%16,a=i[1]-o,c=[0,t],s=[0,t],u=[0,0],l=[0,0];for(r=0;r<a;r+=16)u[0]=n[r+4]|n[r+5]<<8|n[r+6]<<16|n[r+7]<<24,u[1]=n[r]|n[r+1]<<8|n[r+2]<<16|n[r+3]<<24,l[0]=n[r+12]|n[r+13]<<8|n[r+14]<<16|n[r+15]<<24,l[1]=n[r+8]|n[r+9]<<8|n[r+10]<<16|n[r+11]<<24,b(u,E),w(u,31),b(u,V),k(c,u),w(c,27),g(c,s),b(c,M),g(c,x),b(l,V),w(l,33),b(l,E),k(s,l),w(s,31),g(s,c),b(s,M),g(s,R);u[0]=0,u[1]=0,l[0]=0,l[1]=0;var d=[0,0];switch(o){case 15:d[1]=n[r+14],L(d,48),k(l,d);case 14:d[1]=n[r+13],L(d,40),k(l,d);case 13:d[1]=n[r+12],L(d,32),k(l,d);case 12:d[1]=n[r+11],L(d,24),k(l,d);case 11:d[1]=n[r+10],L(d,16),k(l,d);case 10:d[1]=n[r+9],L(d,8),k(l,d);case 9:d[1]=n[r+8],k(l,d),b(l,V),w(l,33),b(l,E),k(s,l);case 8:d[1]=n[r+7],L(d,56),k(u,d);case 7:d[1]=n[r+6],L(d,48),k(u,d);case 6:d[1]=n[r+5],L(d,40),k(u,d);case 5:d[1]=n[r+4],L(d,32),k(u,d);case 4:d[1]=n[r+3],L(d,24),k(u,d);case 3:d[1]=n[r+2],L(d,16),k(u,d);case 2:d[1]=n[r+1],L(d,8),k(u,d);case 1:d[1]=n[r],k(u,d),b(u,E),w(u,31),b(u,V),k(c,u)}return k(c,i),k(s,i),g(c,s),g(s,c),S(c),S(s),g(c,s),g(s,c),("00000000"+(c[0]>>>0).toString(16)).slice(-8)+("00000000"+(c[1]>>>0).toString(16)).slice(-8)+("00000000"+(s[0]>>>0).toString(16)).slice(-8)+("00000000"+(s[1]>>>0).toString(16)).slice(-8)}function W(e){return"function"!=typeof e}function P(e,t,n,r){var a=Object.keys(e).filter((function(e){return!function(e,t){for(var n=0,r=e.length;n<r;++n)if(e[n]===t)return!0;return!1}(n,e)})),c=f(d(a,(function(n){return function(e,t){var n=f(new Promise((function(n){var r=Date.now();l(e.bind(null,t),(function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];var i=Date.now()-r;if(!e[0])return n((function(){return{error:e[1],duration:i}}));var o=e[1];if(W(o))return n((function(){return{value:o,duration:i}}));n((function(){return new Promise((function(e){var t=Date.now();l(o,(function(){for(var n=[],r=0;r<arguments.length;r++)n[r]=arguments[r];var o=i+Date.now()-t;if(!n[0])return e({error:n[1],duration:o});e({value:n[1],duration:o})}))}))}))}))})));return function(){return n.then((function(e){return e()}))}}(e[n],t)}),r));return function(){return i(this,void 0,void 0,(function(){var e,t,n,i;return o(this,(function(o){switch(o.label){case 0:return[4,c];case 1:return[4,d(o.sent(),(function(e){return f(e())}),r)];case 2:return e=o.sent(),[4,Promise.all(e)];case 3:for(t=o.sent(),n={},i=0;i<a.length;++i)n[a[i]]=t[i];return[2,n]}}))}))}}function T(){var e=window,t=navigator;return p(["MSCSSMatrix"in e,"msSetImmediate"in e,"msIndexedDB"in e,"msMaxTouchPoints"in t,"msPointerEnabled"in t])>=4}function C(){var e=window,t=navigator;return p(["webkitPersistentStorage"in t,"webkitTemporaryStorage"in t,0===t.vendor.indexOf("Google"),"webkitResolveLocalFileSystemURL"in e,"BatteryManager"in e,"webkitMediaStream"in e,"webkitSpeechGrammar"in e])>=5}function N(){var e=window;return p(["ApplePayError"in e,"CSSPrimitiveValue"in e,"Counter"in e,0===navigator.vendor.indexOf("Apple"),"RGBColor"in e,"WebKitMediaKeys"in e])>=4}function j(){var e=window,t=e.HTMLElement,n=e.Document;return p(["safari"in e,!("ongestureend"in e),!("TouchEvent"in e),!("orientation"in e),t&&!("autocapitalize"in t.prototype),n&&"pointerLockElement"in n.prototype])>=4}function Z(){var e,t=window;return e=t.print,/^function\s.*?\{\s*\[native code]\s*}$/.test(String(e))&&"[object WebPageNamespace]"===String(t.browser)}function G(){var e,t,n=window;return p(["buildID"in navigator,"MozAppearance"in(null!==(t=null===(e=document.documentElement)||void 0===e?void 0:e.style)&&void 0!==t?t:{}),"onmozfullscreenchange"in n,"mozInnerScreenX"in n,"CSSMozDocumentRule"in n,"CanvasCaptureMediaStream"in n])>=4}function F(){var e=window,t=navigator,n=e.CSS,r=e.HTMLButtonElement;return p([!("getStorageUpdates"in t),r&&"popover"in r.prototype,"CSSCounterStyleRule"in e,n.supports("font-size-adjust: ex-height 0.5"),n.supports("text-transform: full-width")])>=4}function O(){var e=document;return(e.exitFullscreen||e.msExitFullscreen||e.mozCancelFullScreen||e.webkitExitFullscreen).call(e)}function Y(){var e=C(),t=G(),n=window,r=navigator,i="connection";return e?p([!("SharedWorker"in n),r[i]&&"ontypechange"in r[i],!("sinkId"in new Audio)])>=2:!!t&&p(["onorientationchange"in n,"orientation"in n,/android/i.test(r.appVersion)])>=2}function H(e){var t=new Error(e);return t.name=e,t}function X(e,t,n){var r,a,c;return void 0===n&&(n=50),i(this,void 0,void 0,(function(){var i,u;return o(this,(function(o){switch(o.label){case 0:i=document,o.label=1;case 1:return i.body?[3,3]:[4,s(n)];case 2:return o.sent(),[3,1];case 3:u=i.createElement("iframe"),o.label=4;case 4:return o.trys.push([4,,10,11]),[4,new Promise((function(e,n){var r=!1,o=function(){r=!0,e()};u.onload=o,u.onerror=function(e){r=!0,n(e)};var a=u.style;a.setProperty("display","block","important"),a.position="absolute",a.top="0",a.left="0",a.visibility="hidden",t&&"srcdoc"in u?u.srcdoc=t:u.src="about:blank",i.body.appendChild(u);var c=function(){var e,t;r||("complete"===(null===(t=null===(e=u.contentWindow)||void 0===e?void 0:e.document)||void 0===t?void 0:t.readyState)?o():setTimeout(c,10))};c()}))];case 5:o.sent(),o.label=6;case 6:return(null===(a=null===(r=u.contentWindow)||void 0===r?void 0:r.document)||void 0===a?void 0:a.body)?[3,8]:[4,s(n)];case 7:return o.sent(),[3,6];case 8:return[4,e(u,u.contentWindow)];case 9:return[2,o.sent()];case 10:return null===(c=u.parentNode)||void 0===c||c.removeChild(u),[7];case 11:return[2]}}))}))}function D(e){for(var t=function(e){for(var t,n,r="Unexpected syntax '".concat(e,"'"),i=/^\s*([a-z-]*)(.*)$/i.exec(e),o=i[1]||void 0,a={},c=/([.:#][\w-]+|\[.+?\])/gi,s=function(e,t){a[e]=a[e]||[],a[e].push(t)};;){var u=c.exec(i[2]);if(!u)break;var l=u[0];switch(l[0]){case".":s("class",l.slice(1));break;case"#":s("id",l.slice(1));break;case"[":var d=/^\[([\w-]+)([~|^$*]?=("(.*?)"|([\w-]+)))?(\s+[is])?\]$/.exec(l);if(!d)throw new Error(r);s(d[1],null!==(n=null!==(t=d[4])&&void 0!==t?t:d[5])&&void 0!==n?n:"");break;default:throw new Error(r)}}return[o,a]}(e),n=t[0],r=t[1],i=document.createElement(null!=n?n:"div"),o=0,a=Object.keys(r);o<a.length;o++){var c=a[o],s=r[c].join(" ");"style"===c?J(i.style,s):i.setAttribute(c,s)}return i}function J(e,t){for(var n=0,r=t.split(";");n<r.length;n++){var i=r[n],o=/^\s*([\w-]+)\s*:\s*(.+?)(\s*!([\w-]+))?\s*$/.exec(i);if(o){var a=o[1],c=o[2],s=o[4];e.setProperty(a,c,s||"")}}}var z=["monospace","sans-serif","serif"],B=["sans-serif-thin","ARNO PRO","Agency FB","Arabic Typesetting","Arial Unicode MS","AvantGarde Bk BT","BankGothic Md BT","Batang","Bitstream Vera Sans Mono","Calibri","Century","Century Gothic","Clarendon","EUROSTILE","Franklin Gothic","Futura Bk BT","Futura Md BT","GOTHAM","Gill Sans","HELV","Haettenschweiler","Helvetica Neue","Humanst521 BT","Leelawadee","Letter Gothic","Levenim MT","Lucida Bright","Lucida Sans","Menlo","MS Mincho","MS Outlook","MS Reference Specialty","MS UI Gothic","MT Extra","MYRIAD PRO","Marlett","Meiryo UI","Microsoft Uighur","Minion Pro","Monotype Corsiva","PMingLiU","Pristina","SCRIPTINA","Segoe UI Light","Serifa","SimHei","Small Fonts","Staccato222 BT","TRAJAN PRO","Univers CE 55 Medium","Vrinda","ZWAdobeF"];function U(e){return e.toDataURL()}var Q,K;function $(){var e=this;return function(){if(void 0===K){var e=function(){var t=q();ee(t)?K=setTimeout(e,2500):(Q=t,K=void 0)};e()}}(),function(){return i(e,void 0,void 0,(function(){var e;return o(this,(function(t){switch(t.label){case 0:return ee(e=q())?Q?[2,a([],Q,!0)]:(n=document).fullscreenElement||n.msFullscreenElement||n.mozFullScreenElement||n.webkitFullscreenElement?[4,O()]:[3,2]:[3,2];case 1:t.sent(),e=q(),t.label=2;case 2:return ee(e)||(Q=e),[2,e]}var n}))}))}}function q(){var e=screen;return[h(v(e.availTop),null),h(v(e.width)-v(e.availWidth)-h(v(e.availLeft),0),null),h(v(e.height)-v(e.availHeight)-h(v(e.availTop),0),null),h(v(e.availLeft),null)]}function ee(e){for(var t=0;t<4;++t)if(e[t])return!1;return!0}function te(e){var t;return i(this,void 0,void 0,(function(){var n,r,i,a,c,u,l;return o(this,(function(o){switch(o.label){case 0:for(n=document,r=n.createElement("div"),i=new Array(e.length),a={},ne(r),l=0;l<e.length;++l)"DIALOG"===(c=D(e[l])).tagName&&c.show(),ne(u=n.createElement("div")),u.appendChild(c),r.appendChild(u),i[l]=c;o.label=1;case 1:return n.body?[3,3]:[4,s(50)];case 2:return o.sent(),[3,1];case 3:n.body.appendChild(r);try{for(l=0;l<e.length;++l)i[l].offsetParent||(a[e[l]]=!0)}finally{null===(t=r.parentNode)||void 0===t||t.removeChild(r)}return[2,a]}}))}))}function ne(e){e.style.setProperty("visibility","hidden","important"),e.style.setProperty("display","block","important")}function re(e){return matchMedia("(inverted-colors: ".concat(e,")")).matches}function ie(e){return matchMedia("(forced-colors: ".concat(e,")")).matches}function oe(e){return matchMedia("(prefers-contrast: ".concat(e,")")).matches}function ae(e){return matchMedia("(prefers-reduced-motion: ".concat(e,")")).matches}function ce(e){return matchMedia("(prefers-reduced-transparency: ".concat(e,")")).matches}function se(e){return matchMedia("(dynamic-range: ".concat(e,")")).matches}var ue=Math,le=function(){return 0};var de={default:[],apple:[{font:"-apple-system-body"}],serif:[{fontFamily:"serif"}],sans:[{fontFamily:"sans-serif"}],mono:[{fontFamily:"monospace"}],min:[{fontSize:"1px"}],system:[{fontFamily:"system-ui"}]};var fe=function(){for(var e=window;;){var t=e.parent;if(!t||t===e)return!1;try{if(t.location.origin!==e.location.origin)return!0}catch(e){if(e instanceof Error&&"SecurityError"===e.name)return!0;throw e}e=t}};var me=new Set([10752,2849,2884,2885,2886,2928,2929,2930,2931,2932,2960,2961,2962,2963,2964,2965,2966,2967,2968,2978,3024,3042,3088,3089,3106,3107,32773,32777,32777,32823,32824,32936,32937,32938,32939,32968,32969,32970,32971,3317,33170,3333,3379,3386,33901,33902,34016,34024,34076,3408,3410,3411,3412,3413,3414,3415,34467,34816,34817,34818,34819,34877,34921,34930,35660,35661,35724,35738,35739,36003,36004,36005,36347,36348,36349,37440,37441,37443,7936,7937,7938]),ve=new Set([34047,35723,36063,34852,34853,34854,34229,36392,36795,38449]),he=["FRAGMENT_SHADER","VERTEX_SHADER"],pe=["LOW_FLOAT","MEDIUM_FLOAT","HIGH_FLOAT","LOW_INT","MEDIUM_INT","HIGH_INT"],ye="WEBGL_debug_renderer_info";function ge(e){if(e.webgl)return e.webgl.context;var t,n=document.createElement("canvas");n.addEventListener("webglCreateContextError",(function(){return t=void 0}));for(var r=0,i=["webgl","experimental-webgl"];r<i.length;r++){var o=i[r];try{t=n.getContext(o)}catch(e){}if(t)break}return e.webgl={context:t},t}function be(e,t,n){var r=e.getShaderPrecisionFormat(e[t],e[n]);return r?[r.rangeMin,r.rangeMax,r.precision]:[]}function we(e){return Object.keys(e.__proto__).filter(Le)}function Le(e){return"string"==typeof e&&!e.match(/[^A-Z0-9_x]/)}function ke(){return G()}function Ie(e){return"function"==typeof e.getParameter}var _e={fonts:function(){var e=this;return X((function(t,n){var r=n.document;return i(e,void 0,void 0,(function(){var e,t,n,i,a,c,s,u,l,d,f;return o(this,(function(o){for((e=r.body).style.fontSize="48px",(t=r.createElement("div")).style.setProperty("visibility","hidden","important"),n={},i={},a=function(e){var n=r.createElement("span"),i=n.style;return i.position="absolute",i.top="0",i.left="0",i.fontFamily=e,n.textContent="mmMwWLliI0O&1",t.appendChild(n),n},c=function(e,t){return a("'".concat(e,"',").concat(t))},s=function(){for(var e={},t=function(t){e[t]=z.map((function(e){return c(t,e)}))},n=0,r=B;n<r.length;n++){t(r[n])}return e},u=function(e){return z.some((function(t,r){return e[r].offsetWidth!==n[t]||e[r].offsetHeight!==i[t]}))},l=function(){return z.map(a)}(),d=s(),e.appendChild(t),f=0;f<z.length;f++)n[z[f]]=l[f].offsetWidth,i[z[f]]=l[f].offsetHeight;return[2,B.filter((function(e){return u(d[e])}))]}))}))}))},domBlockers:function(e){var t=(void 0===e?{}:e).debug;return i(this,void 0,void 0,(function(){var e,n,r,i,a;return o(this,(function(o){switch(o.label){case 0:return N()||Y()?(c=atob,e={abpIndo:["#Iklan-Melayang","#Kolom-Iklan-728","#SidebarIklan-wrapper",'[title="ALIENBOLA" i]',c("I0JveC1CYW5uZXItYWRz")],abpvn:[".quangcao","#mobileCatfish",c("LmNsb3NlLWFkcw=="),'[id^="bn_bottom_fixed_"]',"#pmadv"],adBlockFinland:[".mainostila",c("LnNwb25zb3JpdA=="),".ylamainos",c("YVtocmVmKj0iL2NsaWNrdGhyZ2guYXNwPyJd"),c("YVtocmVmXj0iaHR0cHM6Ly9hcHAucmVhZHBlYWsuY29tL2FkcyJd")],adBlockPersian:["#navbar_notice_50",".kadr",'TABLE[width="140px"]',"#divAgahi",c("YVtocmVmXj0iaHR0cDovL2cxLnYuZndtcm0ubmV0L2FkLyJd")],adBlockWarningRemoval:["#adblock-honeypot",".adblocker-root",".wp_adblock_detect",c("LmhlYWRlci1ibG9ja2VkLWFk"),c("I2FkX2Jsb2NrZXI=")],adGuardAnnoyances:[".hs-sosyal","#cookieconsentdiv",'div[class^="app_gdpr"]',".as-oil",'[data-cypress="soft-push-notification-modal"]'],adGuardBase:[".BetterJsPopOverlay",c("I2FkXzMwMFgyNTA="),c("I2Jhbm5lcmZsb2F0MjI="),c("I2NhbXBhaWduLWJhbm5lcg=="),c("I0FkLUNvbnRlbnQ=")],adGuardChinese:[c("LlppX2FkX2FfSA=="),c("YVtocmVmKj0iLmh0aGJldDM0LmNvbSJd"),"#widget-quan",c("YVtocmVmKj0iLzg0OTkyMDIwLnh5eiJd"),c("YVtocmVmKj0iLjE5NTZobC5jb20vIl0=")],adGuardFrench:["#pavePub",c("LmFkLWRlc2t0b3AtcmVjdGFuZ2xl"),".mobile_adhesion",".widgetadv",c("LmFkc19iYW4=")],adGuardGerman:['aside[data-portal-id="leaderboard"]'],adGuardJapanese:["#kauli_yad_1",c("YVtocmVmXj0iaHR0cDovL2FkMi50cmFmZmljZ2F0ZS5uZXQvIl0="),c("Ll9wb3BJbl9pbmZpbml0ZV9hZA=="),c("LmFkZ29vZ2xl"),c("Ll9faXNib29zdFJldHVybkFk")],adGuardMobile:[c("YW1wLWF1dG8tYWRz"),c("LmFtcF9hZA=="),'amp-embed[type="24smi"]',"#mgid_iframe1",c("I2FkX2ludmlld19hcmVh")],adGuardRussian:[c("YVtocmVmXj0iaHR0cHM6Ly9hZC5sZXRtZWFkcy5jb20vIl0="),c("LnJlY2xhbWE="),'div[id^="smi2adblock"]',c("ZGl2W2lkXj0iQWRGb3hfYmFubmVyXyJd"),"#psyduckpockeball"],adGuardSocial:[c("YVtocmVmXj0iLy93d3cuc3R1bWJsZXVwb24uY29tL3N1Ym1pdD91cmw9Il0="),c("YVtocmVmXj0iLy90ZWxlZ3JhbS5tZS9zaGFyZS91cmw/Il0="),".etsy-tweet","#inlineShare",".popup-social"],adGuardSpanishPortuguese:["#barraPublicidade","#Publicidade","#publiEspecial","#queTooltip",".cnt-publi"],adGuardTrackingProtection:["#qoo-counter",c("YVtocmVmXj0iaHR0cDovL2NsaWNrLmhvdGxvZy5ydS8iXQ=="),c("YVtocmVmXj0iaHR0cDovL2hpdGNvdW50ZXIucnUvdG9wL3N0YXQucGhwIl0="),c("YVtocmVmXj0iaHR0cDovL3RvcC5tYWlsLnJ1L2p1bXAiXQ=="),"#top100counter"],adGuardTurkish:["#backkapat",c("I3Jla2xhbWk="),c("YVtocmVmXj0iaHR0cDovL2Fkc2Vydi5vbnRlay5jb20udHIvIl0="),c("YVtocmVmXj0iaHR0cDovL2l6bGVuemkuY29tL2NhbXBhaWduLyJd"),c("YVtocmVmXj0iaHR0cDovL3d3dy5pbnN0YWxsYWRzLm5ldC8iXQ==")],bulgarian:[c("dGQjZnJlZW5ldF90YWJsZV9hZHM="),"#ea_intext_div",".lapni-pop-over","#xenium_hot_offers"],easyList:[".yb-floorad",c("LndpZGdldF9wb19hZHNfd2lkZ2V0"),c("LnRyYWZmaWNqdW5reS1hZA=="),".textad_headline",c("LnNwb25zb3JlZC10ZXh0LWxpbmtz")],easyListChina:[c("LmFwcGd1aWRlLXdyYXBbb25jbGljayo9ImJjZWJvcy5jb20iXQ=="),c("LmZyb250cGFnZUFkdk0="),"#taotaole","#aafoot.top_box",".cfa_popup"],easyListCookie:[".ezmob-footer",".cc-CookieWarning","[data-cookie-number]",c("LmF3LWNvb2tpZS1iYW5uZXI="),".sygnal24-gdpr-modal-wrap"],easyListCzechSlovak:["#onlajny-stickers",c("I3Jla2xhbW5pLWJveA=="),c("LnJla2xhbWEtbWVnYWJvYXJk"),".sklik",c("W2lkXj0ic2tsaWtSZWtsYW1hIl0=")],easyListDutch:[c("I2FkdmVydGVudGll"),c("I3ZpcEFkbWFya3RCYW5uZXJCbG9jaw=="),".adstekst",c("YVtocmVmXj0iaHR0cHM6Ly94bHR1YmUubmwvY2xpY2svIl0="),"#semilo-lrectangle"],easyListGermany:["#SSpotIMPopSlider",c("LnNwb25zb3JsaW5rZ3J1ZW4="),c("I3dlcmJ1bmdza3k="),c("I3Jla2xhbWUtcmVjaHRzLW1pdHRl"),c("YVtocmVmXj0iaHR0cHM6Ly9iZDc0Mi5jb20vIl0=")],easyListItaly:[c("LmJveF9hZHZfYW5udW5jaQ=="),".sb-box-pubbliredazionale",c("YVtocmVmXj0iaHR0cDovL2FmZmlsaWF6aW9uaWFkcy5zbmFpLml0LyJd"),c("YVtocmVmXj0iaHR0cHM6Ly9hZHNlcnZlci5odG1sLml0LyJd"),c("YVtocmVmXj0iaHR0cHM6Ly9hZmZpbGlhemlvbmlhZHMuc25haS5pdC8iXQ==")],easyListLithuania:[c("LnJla2xhbW9zX3RhcnBhcw=="),c("LnJla2xhbW9zX251b3JvZG9z"),c("aW1nW2FsdD0iUmVrbGFtaW5pcyBza3lkZWxpcyJd"),c("aW1nW2FsdD0iRGVkaWt1b3RpLmx0IHNlcnZlcmlhaSJd"),c("aW1nW2FsdD0iSG9zdGluZ2FzIFNlcnZlcmlhaS5sdCJd")],estonian:[c("QVtocmVmKj0iaHR0cDovL3BheTRyZXN1bHRzMjQuZXUiXQ==")],fanboyAnnoyances:["#ac-lre-player",".navigate-to-top","#subscribe_popup",".newsletter_holder","#back-top"],fanboyAntiFacebook:[".util-bar-module-firefly-visible"],fanboyEnhancedTrackers:[".open.pushModal","#issuem-leaky-paywall-articles-zero-remaining-nag","#sovrn_container",'div[class$="-hide"][zoompage-fontsize][style="display: block;"]',".BlockNag__Card"],fanboySocial:["#FollowUs","#meteored_share","#social_follow",".article-sharer",".community__social-desc"],frellwitSwedish:[c("YVtocmVmKj0iY2FzaW5vcHJvLnNlIl1bdGFyZ2V0PSJfYmxhbmsiXQ=="),c("YVtocmVmKj0iZG9rdG9yLXNlLm9uZWxpbmsubWUiXQ=="),"article.category-samarbete",c("ZGl2LmhvbGlkQWRz"),"ul.adsmodern"],greekAdBlock:[c("QVtocmVmKj0iYWRtYW4ub3RlbmV0LmdyL2NsaWNrPyJd"),c("QVtocmVmKj0iaHR0cDovL2F4aWFiYW5uZXJzLmV4b2R1cy5nci8iXQ=="),c("QVtocmVmKj0iaHR0cDovL2ludGVyYWN0aXZlLmZvcnRobmV0LmdyL2NsaWNrPyJd"),"DIV.agores300","TABLE.advright"],hungarian:["#cemp_doboz",".optimonk-iframe-container",c("LmFkX19tYWlu"),c("W2NsYXNzKj0iR29vZ2xlQWRzIl0="),"#hirdetesek_box"],iDontCareAboutCookies:['.alert-info[data-block-track*="CookieNotice"]',".ModuleTemplateCookieIndicator",".o--cookies--container","#cookies-policy-sticky","#stickyCookieBar"],icelandicAbp:[c("QVtocmVmXj0iL2ZyYW1ld29yay9yZXNvdXJjZXMvZm9ybXMvYWRzLmFzcHgiXQ==")],latvian:[c("YVtocmVmPSJodHRwOi8vd3d3LnNhbGlkemluaS5sdi8iXVtzdHlsZT0iZGlzcGxheTogYmxvY2s7IHdpZHRoOiAxMjBweDsgaGVpZ2h0OiA0MHB4OyBvdmVyZmxvdzogaGlkZGVuOyBwb3NpdGlvbjogcmVsYXRpdmU7Il0="),c("YVtocmVmPSJodHRwOi8vd3d3LnNhbGlkemluaS5sdi8iXVtzdHlsZT0iZGlzcGxheTogYmxvY2s7IHdpZHRoOiA4OHB4OyBoZWlnaHQ6IDMxcHg7IG92ZXJmbG93OiBoaWRkZW47IHBvc2l0aW9uOiByZWxhdGl2ZTsiXQ==")],listKr:[c("YVtocmVmKj0iLy9hZC5wbGFuYnBsdXMuY28ua3IvIl0="),c("I2xpdmVyZUFkV3JhcHBlcg=="),c("YVtocmVmKj0iLy9hZHYuaW1hZHJlcC5jby5rci8iXQ=="),c("aW5zLmZhc3R2aWV3LWFk"),".revenue_unit_item.dable"],listeAr:[c("LmdlbWluaUxCMUFk"),".right-and-left-sponsers",c("YVtocmVmKj0iLmFmbGFtLmluZm8iXQ=="),c("YVtocmVmKj0iYm9vcmFxLm9yZyJd"),c("YVtocmVmKj0iZHViaXp6bGUuY29tL2FyLz91dG1fc291cmNlPSJd")],listeFr:[c("YVtocmVmXj0iaHR0cDovL3Byb21vLnZhZG9yLmNvbS8iXQ=="),c("I2FkY29udGFpbmVyX3JlY2hlcmNoZQ=="),c("YVtocmVmKj0id2Vib3JhbWEuZnIvZmNnaS1iaW4vIl0="),".site-pub-interstitiel",'div[id^="crt-"][data-criteo-id]'],officialPolish:["#ceneo-placeholder-ceneo-12",c("W2hyZWZePSJodHRwczovL2FmZi5zZW5kaHViLnBsLyJd"),c("YVtocmVmXj0iaHR0cDovL2Fkdm1hbmFnZXIudGVjaGZ1bi5wbC9yZWRpcmVjdC8iXQ=="),c("YVtocmVmXj0iaHR0cDovL3d3dy50cml6ZXIucGwvP3V0bV9zb3VyY2UiXQ=="),c("ZGl2I3NrYXBpZWNfYWQ=")],ro:[c("YVtocmVmXj0iLy9hZmZ0cmsuYWx0ZXgucm8vQ291bnRlci9DbGljayJd"),c("YVtocmVmXj0iaHR0cHM6Ly9ibGFja2ZyaWRheXNhbGVzLnJvL3Ryay9zaG9wLyJd"),c("YVtocmVmXj0iaHR0cHM6Ly9ldmVudC4ycGVyZm9ybWFudC5jb20vZXZlbnRzL2NsaWNrIl0="),c("YVtocmVmXj0iaHR0cHM6Ly9sLnByb2ZpdHNoYXJlLnJvLyJd"),'a[href^="/url/"]'],ruAd:[c("YVtocmVmKj0iLy9mZWJyYXJlLnJ1LyJd"),c("YVtocmVmKj0iLy91dGltZy5ydS8iXQ=="),c("YVtocmVmKj0iOi8vY2hpa2lkaWtpLnJ1Il0="),"#pgeldiz",".yandex-rtb-block"],thaiAds:["a[href*=macau-uta-popup]",c("I2Fkcy1nb29nbGUtbWlkZGxlX3JlY3RhbmdsZS1ncm91cA=="),c("LmFkczMwMHM="),".bumq",".img-kosana"],webAnnoyancesUltralist:["#mod-social-share-2","#social-tools",c("LmN0cGwtZnVsbGJhbm5lcg=="),".zergnet-recommend",".yt.btn-link.btn-md.btn"]},n=Object.keys(e),[4,te((a=[]).concat.apply(a,n.map((function(t){return e[t]}))))]):[2,void 0];case 1:return r=o.sent(),t&&function(e,t){for(var n="DOM blockers debug:\n```",r=0,i=Object.keys(e);r<i.length;r++){var o=i[r];n+="\n".concat(o,":");for(var a=0,c=e[o];a<c.length;a++){var s=c[a];n+="\n ".concat(t[s]?"🚫":"➡️"," ").concat(s)}}console.log("".concat(n,"\n```"))}(e,r),(i=n.filter((function(t){var n=e[t];return p(n.map((function(e){return r[e]})))>.6*n.length}))).sort(),[2,i]}var c}))}))},fontPreferences:function(){return function(e,t){void 0===t&&(t=4e3);return X((function(n,r){var i=r.document,o=i.body,c=o.style;c.width="".concat(t,"px"),c.webkitTextSizeAdjust=c.textSizeAdjust="none",C()?o.style.zoom="".concat(1/r.devicePixelRatio):N()&&(o.style.zoom="reset");var s=i.createElement("div");return s.textContent=a([],Array(t/20|0),!0).map((function(){return"word"})).join(" "),o.appendChild(s),e(i,o)}),'<!doctype html><html><head><meta name="viewport" content="width=device-width, initial-scale=1">')}((function(e,t){for(var n={},r={},i=0,o=Object.keys(de);i<o.length;i++){var a=o[i],c=de[a],s=c[0],u=void 0===s?{}:s,l=c[1],d=void 0===l?"mmMwWLliI0fiflO&1":l,f=e.createElement("span");f.textContent=d,f.style.whiteSpace="nowrap";for(var m=0,v=Object.keys(u);m<v.length;m++){var h=v[m],p=u[h];void 0!==p&&(f.style[h]=p)}n[a]=f,t.append(e.createElement("br"),f)}for(var y=0,g=Object.keys(de);y<g.length;y++){r[a=g[y]]=n[a].getBoundingClientRect().width}return r}))},audio:function(){return N()&&F()&&Z()||C()&&(e=navigator,t=window,n=Audio.prototype,r=t.visualViewport,p(["srLatency"in n,"srChannelCount"in n,"devicePosture"in e,r&&"segments"in r,"getTextInformation"in Image.prototype])>=3)&&function(){var e=window,t=e.URLPattern;return p(["union"in Set.prototype,"Iterator"in e,t&&"hasRegExpGroups"in t.prototype,"RGB8"in WebGLRenderingContext.prototype])>=3}()?-4:function(){var e=window,t=e.OfflineAudioContext||e.webkitOfflineAudioContext;if(!t)return-2;if(N()&&!j()&&!function(){var e=window;return p(["DOMRectList"in e,"RTCPeerConnectionIceEvent"in e,"SVGGeometryElement"in e,"ontransitioncancel"in e])>=3}())return-1;var n=4500,r=new t(1,5e3,44100),i=r.createOscillator();i.type="triangle",i.frequency.value=1e4;var o=r.createDynamicsCompressor();o.threshold.value=-50,o.knee.value=40,o.ratio.value=12,o.attack.value=0,o.release.value=.25,i.connect(o),o.connect(r.destination),i.start(0);var a=function(e){var t=3,n=500,r=500,i=5e3,o=function(){},a=new Promise((function(a,c){var s=!1,l=0,d=0;e.oncomplete=function(e){return a(e.renderedBuffer)};var m=function(){setTimeout((function(){return c(H("timeout"))}),Math.min(r,d+i-Date.now()))},v=function(){try{var r=e.startRendering();switch(u(r)&&f(r),e.state){case"running":d=Date.now(),s&&m();break;case"suspended":document.hidden||l++,s&&l>=t?c(H("suspended")):setTimeout(v,n)}}catch(e){c(e)}};v(),o=function(){s||(s=!0,d>0&&m())}}));return[a,o]}(r),c=a[0],s=a[1],l=f(c.then((function(e){return function(e){for(var t=0,n=0;n<e.length;++n)t+=Math.abs(e[n]);return t}(e.getChannelData(0).subarray(n))}),(function(e){if("timeout"===e.name||"suspended"===e.name)return-3;throw e})));return function(){return s(),l}}();var e,t,n,r},screenFrame:function(){var e=this;if(N()&&F()&&Z())return function(){return Promise.resolve(void 0)};var t=$();return function(){return i(e,void 0,void 0,(function(){var e,n;return o(this,(function(r){switch(r.label){case 0:return[4,t()];case 1:return e=r.sent(),[2,[(n=function(e){return null===e?null:y(e,10)})(e[0]),n(e[1]),n(e[2]),n(e[3])]]}}))}))}},canvas:function(){return function(e){var t,n,r,i=!1,o=function(){var e=document.createElement("canvas");return e.width=1,e.height=1,[e,e.getContext("2d")]}(),a=o[0],c=o[1];!function(e,t){return!(!t||!e.toDataURL)}(a,c)?n=r="unsupported":(i=function(e){return e.rect(0,0,10,10),e.rect(2,2,6,6),!e.isPointInPath(5,5,"evenodd")}(c),e?n=r="skipped":(t=function(e,t){!function(e,t){e.width=240,e.height=60,t.textBaseline="alphabetic",t.fillStyle="#f60",t.fillRect(100,1,62,20),t.fillStyle="#069",t.font='11pt "Times New Roman"';var n="Cwm fjordbank gly ".concat(String.fromCharCode(55357,56835));t.fillText(n,2,15),t.fillStyle="rgba(102, 204, 0, 0.2)",t.font="18pt Arial",t.fillText(n,4,45)}(e,t);var n=U(e),r=U(e);if(n!==r)return["unstable","unstable"];!function(e,t){e.width=122,e.height=110,t.globalCompositeOperation="multiply";for(var n=0,r=[["#f2f",40,40],["#2ff",80,40],["#ff2",60,80]];n<r.length;n++){var i=r[n],o=i[0],a=i[1],c=i[2];t.fillStyle=o,t.beginPath(),t.arc(a,c,40,0,2*Math.PI,!0),t.closePath(),t.fill()}t.fillStyle="#f9c",t.arc(60,60,60,0,2*Math.PI,!0),t.arc(60,60,20,0,2*Math.PI,!0),t.fill("evenodd")}(e,t);var i=U(e);return[i,n]}(a,c),n=t[0],r=t[1]));return{winding:i,geometry:n,text:r}}(N()&&F()&&Z())},osCpu:function(){return navigator.oscpu},languages:function(){var e,t=navigator,n=[],r=t.language||t.userLanguage||t.browserLanguage||t.systemLanguage;if(void 0!==r&&n.push([r]),Array.isArray(t.languages))C()&&p([!("MediaSettingsRange"in(e=window)),"RTCEncodedAudioFrame"in e,""+e.Intl=="[object Intl]",""+e.Reflect=="[object Reflect]"])>=3||n.push(t.languages);else if("string"==typeof t.languages){var i=t.languages;i&&n.push(i.split(","))}return n},colorDepth:function(){return window.screen.colorDepth},deviceMemory:function(){return h(v(navigator.deviceMemory),void 0)},screenResolution:function(){var e,t,n;if(!(N()&&F()&&Z()))return e=screen,(n=[(t=function(e){return h(m(e),null)})(e.width),t(e.height)]).sort().reverse(),n},hardwareConcurrency:function(){return h(m(navigator.hardwareConcurrency),void 0)},timezone:function(){var e,t=null===(e=window.Intl)||void 0===e?void 0:e.DateTimeFormat;if(t){var n=(new t).resolvedOptions().timeZone;if(n)return n}var r,i=(r=(new Date).getFullYear(),-Math.max(v(new Date(r,0,1).getTimezoneOffset()),v(new Date(r,6,1).getTimezoneOffset())));return"UTC".concat(i>=0?"+":"").concat(i)},sessionStorage:function(){try{return!!window.sessionStorage}catch(e){return!0}},localStorage:function(){try{return!!window.localStorage}catch(e){return!0}},indexedDB:function(){var e,t;if(!(T()||(e=window,t=navigator,p(["msWriteProfilerMark"in e,"MSStream"in e,"msLaunchUri"in t,"msSaveBlob"in t])>=3&&!T())))try{return!!window.indexedDB}catch(e){return!0}},openDatabase:function(){return!!window.openDatabase},cpuClass:function(){return navigator.cpuClass},platform:function(){var e=navigator.platform;return"MacIntel"===e&&N()&&!j()?function(){if("iPad"===navigator.platform)return!0;var e=screen,t=e.width/e.height;return p(["MediaSource"in window,!!Element.prototype.webkitRequestFullscreen,t>.65&&t<1.53])>=2}()?"iPad":"iPhone":e},plugins:function(){var e=navigator.plugins;if(e){for(var t=[],n=0;n<e.length;++n){var r=e[n];if(r){for(var i=[],o=0;o<r.length;++o){var a=r[o];i.push({type:a.type,suffixes:a.suffixes})}t.push({name:r.name,description:r.description,mimeTypes:i})}}return t}},touchSupport:function(){var e,t=navigator,n=0;void 0!==t.maxTouchPoints?n=m(t.maxTouchPoints):void 0!==t.msMaxTouchPoints&&(n=t.msMaxTouchPoints);try{document.createEvent("TouchEvent"),e=!0}catch(t){e=!1}return{maxTouchPoints:n,touchEvent:e,touchStart:"ontouchstart"in window}},vendor:function(){return navigator.vendor||""},vendorFlavors:function(){for(var e=[],t=0,n=["chrome","safari","__crWeb","__gCrWeb","yandex","__yb","__ybro","__firefox__","__edgeTrackingPreventionStatistics","webkit","oprt","samsungAr","ucweb","UCShellJava","puffinDevice"];t<n.length;t++){var r=n[t],i=window[r];i&&"object"==typeof i&&e.push(r)}return e.sort()},cookiesEnabled:function(){var e=document;try{e.cookie="cookietest=1; SameSite=Strict;";var t=-1!==e.cookie.indexOf("cookietest=");return e.cookie="cookietest=1; SameSite=Strict; expires=Thu, 01-Jan-1970 00:00:01 GMT",t}catch(e){return!1}},colorGamut:function(){for(var e=0,t=["rec2020","p3","srgb"];e<t.length;e++){var n=t[e];if(matchMedia("(color-gamut: ".concat(n,")")).matches)return n}},invertedColors:function(){return!!re("inverted")||!re("none")&&void 0},forcedColors:function(){return!!ie("active")||!ie("none")&&void 0},monochrome:function(){if(matchMedia("(min-monochrome: 0)").matches){for(var e=0;e<=100;++e)if(matchMedia("(max-monochrome: ".concat(e,")")).matches)return e;throw new Error("Too high value")}},contrast:function(){return oe("no-preference")?0:oe("high")||oe("more")?1:oe("low")||oe("less")?-1:oe("forced")?10:void 0},reducedMotion:function(){return!!ae("reduce")||!ae("no-preference")&&void 0},reducedTransparency:function(){return!!ce("reduce")||!ce("no-preference")&&void 0},hdr:function(){return!!se("high")||!se("standard")&&void 0},math:function(){var e,t=ue.acos||le,n=ue.acosh||le,r=ue.asin||le,i=ue.asinh||le,o=ue.atanh||le,a=ue.atan||le,c=ue.sin||le,s=ue.sinh||le,u=ue.cos||le,l=ue.cosh||le,d=ue.tan||le,f=ue.tanh||le,m=ue.exp||le,v=ue.expm1||le,h=ue.log1p||le;return{acos:t(.12312423423423424),acosh:n(1e308),acoshPf:(e=1e154,ue.log(e+ue.sqrt(e*e-1))),asin:r(.12312423423423424),asinh:i(1),asinhPf:function(e){return ue.log(e+ue.sqrt(e*e+1))}(1),atanh:o(.5),atanhPf:function(e){return ue.log((1+e)/(1-e))/2}(.5),atan:a(.5),sin:c(-1e300),sinh:s(1),sinhPf:function(e){return ue.exp(e)-1/ue.exp(e)/2}(1),cos:u(10.000000000123),cosh:l(1),coshPf:function(e){return(ue.exp(e)+1/ue.exp(e))/2}(1),tan:d(-1e300),tanh:f(1),tanhPf:function(e){return(ue.exp(2*e)-1)/(ue.exp(2*e)+1)}(1),exp:m(1),expm1:v(1),expm1Pf:function(e){return ue.exp(e)-1}(1),log1p:h(10),log1pPf:function(e){return ue.log(1+e)}(10),powPI:function(e){return ue.pow(ue.PI,e)}(-100)}},pdfViewerEnabled:function(){return navigator.pdfViewerEnabled},architecture:function(){var e=new Float32Array(1),t=new Uint8Array(e.buffer);return e[0]=1/0,e[0]=e[0]-e[0],t[3]},applePay:function(){var e=window.ApplePaySession;if("function"!=typeof(null==e?void 0:e.canMakePayments))return-1;if(fe())return-3;try{return e.canMakePayments()?1:0}catch(e){return function(e){if(e instanceof Error&&"InvalidAccessError"===e.name&&/\bfrom\b.*\binsecure\b/i.test(e.message))return-2;throw e}(e)}},privateClickMeasurement:function(){var e,t=document.createElement("a"),n=null!==(e=t.attributionSourceId)&&void 0!==e?e:t.attributionsourceid;return void 0===n?void 0:String(n)},audioBaseLatency:function(){var e;return Y()||N()?window.AudioContext&&null!==(e=(new AudioContext).baseLatency)&&void 0!==e?e:-1:-2},webGlBasics:function(e){var t,n,r,i,o,a,c=ge(e.cache);if(!c)return-1;if(!Ie(c))return-2;var s=ke()?null:c.getExtension(ye);return{version:(null===(t=c.getParameter(c.VERSION))||void 0===t?void 0:t.toString())||"",vendor:(null===(n=c.getParameter(c.VENDOR))||void 0===n?void 0:n.toString())||"",vendorUnmasked:s?null===(r=c.getParameter(s.UNMASKED_VENDOR_WEBGL))||void 0===r?void 0:r.toString():"",renderer:(null===(i=c.getParameter(c.RENDERER))||void 0===i?void 0:i.toString())||"",rendererUnmasked:s?null===(o=c.getParameter(s.UNMASKED_RENDERER_WEBGL))||void 0===o?void 0:o.toString():"",shadingLanguageVersion:(null===(a=c.getParameter(c.SHADING_LANGUAGE_VERSION))||void 0===a?void 0:a.toString())||""}},webGlExtensions:function(e){var t=ge(e.cache);if(!t)return-1;if(!Ie(t))return-2;var n=t.getSupportedExtensions(),r=t.getContextAttributes(),i=[],o=[],a=[],c=[],s=[];if(r)for(var u=0,l=Object.keys(r);u<l.length;u++){var d=l[u];o.push("".concat(d,"=").concat(r[d]))}for(var f=0,m=we(t);f<m.length;f++){var v=t[L=m[f]];a.push("".concat(L,"=").concat(v).concat(me.has(v)?"=".concat(t.getParameter(v)):""))}if(n)for(var h=0,p=n;h<p.length;h++){var y=p[h];if(!(y===ye&&ke()||"WEBGL_polygon_mode"===y&&(C()||N()))){var g=t.getExtension(y);if(g)for(var b=0,w=we(g);b<w.length;b++){var L;v=g[L=w[b]];c.push("".concat(L,"=").concat(v).concat(ve.has(v)?"=".concat(t.getParameter(v)):""))}else i.push(y)}}for(var k=0,I=he;k<I.length;k++)for(var _=I[k],S=0,E=pe;S<E.length;S++){var V=E[S],M=be(t,_,V);s.push("".concat(_,".").concat(V,"=").concat(M.join(",")))}return c.sort(),a.sort(),{contextAttributes:o,parameters:a,shaderPrecisions:s,extensions:n,extensionParameters:c,unsupportedExtensions:i}}};function Se(e){var t=function(e){if(Y())return.4;if(N())return!j()||F()&&Z()?.3:.5;var t="value"in e.platform?e.platform.value:"";if(/^Win/.test(t))return.6;if(/^Mac/.test(t))return.5;return.7}(e),n=function(e){return y(.99+.01*e,1e-4)}(t);return{score:t,comment:"$ if upgrade to Pro: https://fpjs.dev/pro".replace(/\$/g,"".concat(n))}}function Ee(e){return JSON.stringify(e,(function(e,t){return t instanceof Error?r({name:(n=t).name,message:n.message,stack:null===(i=n.stack)||void 0===i?void 0:i.split("\n")},n):t;var n,i}),2)}function Ve(e){return A(function(e){for(var t="",n=0,r=Object.keys(e).sort();n<r.length;n++){var i=r[n],o=e[i],a="error"in o?"error":JSON.stringify(o.value);t+="".concat(t?"|":"").concat(i.replace(/([:|\\])/g,"\\$1"),":").concat(a)}return t}(e))}function Me(e){return void 0===e&&(e=50),function(e,t){void 0===t&&(t=1/0);var n=window.requestIdleCallback;return n?new Promise((function(e){return n.call(window,(function(){return e()}),{timeout:t})})):s(Math.min(e,t))}(e,2*e)}function xe(e,t){var n=Date.now();return{get:function(r){return i(this,void 0,void 0,(function(){var i,a,s;return o(this,(function(o){switch(o.label){case 0:return i=Date.now(),[4,e()];case 1:return a=o.sent(),s=function(e){var t,n=Se(e);return{get visitorId(){return void 0===t&&(t=Ve(this.components)),t},set visitorId(e){t=e},confidence:n,components:e,version:c}}(a),(t||(null==r?void 0:r.debug))&&console.log("Copy the text below to get the debug data:\n\n```\nversion: ".concat(s.version,"\nuserAgent: ").concat(navigator.userAgent,"\ntimeBetweenLoadAndGet: ").concat(i-n,"\nvisitorId: ").concat(s.visitorId,"\ncomponents: ").concat(Ee(a),"\n```")),[2,s]}}))}))}}}var Re={load:function(e){var t;return void 0===e&&(e={}),i(this,void 0,void 0,(function(){var n,r,i;return o(this,(function(o){switch(o.label){case 0:return(null===(t=e.monitoring)||void 0===t||t)&&function(){if(!(window.__fpjs_d_m||Math.random()>=.001))try{var e=new XMLHttpRequest;e.open("get","https://m1.openfpcdn.io/fingerprintjs/v".concat(c,"/npm-monitoring"),!0),e.send()}catch(e){console.error(e)}}(),n=e.delayFallback,r=e.debug,[4,Me(n)];case 1:return o.sent(),i=function(e){return P(_e,e,[])}({cache:{},debug:r}),[2,xe(i,r)]}}))}))},hashComponents:Ve,componentsToDebugString:Ee},Ae=n(792),We=n(588),Pe=n(7),Te=n(916),Ce=n(666);const Ne="permission-disconnected";class je extends Pe.EventEmitter{static instance;_tokenStorage={};_appIds=new Map([[Te.en.Self,new Set],[Te.en.Map,new Set]]);_identifier;static getInstance(){return je.instance||(je.instance=new je),je.instance}setToken(e,t,n){if(!t)return delete this._tokenStorage[e],this._appIds.get(n).delete(e),void this.emit(Ne,{appId:e,from:n});this._tokenStorage[e]=t,this._appIds.get(n).add(e)}getToken(e){return this._tokenStorage[e]}async getIdentifier(){if(!this._identifier){const e=await Re.load(),t=await e.get();this._identifier=t.visitorId}return this._identifier}getAppId(e){return(0,Ce.A)([...this._appIds.get(e)])}async fetchToken(e,t,n=0){try{const n=await fetch(We.R0,{method:"POST",body:JSON.stringify({appId:e,secret:t,origin:window.location.hostname||"restriction.test.example.com",keyPlatform:"WEB"}),headers:{identifier:await this.getIdentifier(),sdkVersion:Ae.VERSION,"Content-Type":"application/json"}});return(await n.json()).result.idToken}catch(r){if(n<3){const r=500*Math.pow(2,n);return console.warn(`Retrying to fetch token in ${r} ms...`,++n),await new Promise((e=>setTimeout(e,r))),this.fetchToken(e,t,n)}throw r}}}},666:(e,t,n)=>{n.d(t,{A:()=>r});const r=function(e){var t=null==e?0:e.length;return t?e[t-1]:void 0}}},t={};function n(r){var i=t[r];if(void 0!==i)return i.exports;var o=t[r]={exports:{}};return e[r](o,o.exports,n),o.exports}n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var r=n(792),i=exports;for(var o in r)i[o]=r[o];r.__esModule&&Object.defineProperty(i,"__esModule",{value:!0})})();
1
+ (()=>{"use strict";var t={241:(t,e,n)=>{n.d(e,{A:()=>r});const r=n(1917).A.Symbol},367:(t,e,n)=>{n.d(e,{A:()=>r});const r=function(t,e){return function(n){return t(e(n))}}},531:(t,e,n)=>{n.d(e,{k:()=>s});var r=n(7007);class o extends Error{}function i(t){let e=t.replace(/-/g,"+").replace(/_/g,"/");switch(e.length%4){case 0:break;case 2:e+="==";break;case 3:e+="=";break;default:throw new Error("base64 string is not of the correct length")}try{return function(t){return decodeURIComponent(atob(t).replace(/(.)/g,((t,e)=>{let n=e.charCodeAt(0).toString(16).toUpperCase();return n.length<2&&(n="0"+n),"%"+n})))}(e)}catch(t){return atob(e)}}o.prototype.name="InvalidTokenError";var a=n(916),c=n(7463);class s extends r.EventEmitter{_appId=null;_secret=null;isClosed=!1;_timeoutId;_isInitialized=!1;_initializationPromise;_tokenManager=c.t.getInstance();_from;constructor(t,e,n=a.en.Access){super(),this._from=n,this._appId=t,this._secret=e,this._initializationPromise=this._initToken()}async ready(){await this._initializationPromise}get appId(){return this._appId}get token(){if(!this._isInitialized)throw new Error("Token is not initialized yet. Use the 'ready' method to wait for initialization.");return this._tokenManager.getToken(this._appId)}close(){this.isClosed||(this._timeoutId&&clearTimeout(this._timeoutId),this._tokenManager.deleteToken(this._appId,this._from),this.emit("updated",{appId:this._appId,token:null}),Object.keys(this).forEach((t=>{"isClosed"!==t&&"_events"!==t&&delete this[t]})),this.isClosed=!0,this.emit("closed"),delete this._events,Object.freeze(this))}forceUpdateToken(){this._timeoutId&&(clearTimeout(this._timeoutId),this._timeoutId=null),this._isInitialized=!1,this._initializationPromise=this._initToken()}async _initToken(){try{const t=await this._tokenManager.fetchToken(this._appId,this._secret);this._isInitialized=!0,this._tokenManager.updateToken({appId:this._appId,secret:this._secret,token:t,from:this._from});const e=function(t,e){if("string"!=typeof t)throw new o("Invalid token specified: must be a string");e||(e={});const n=!0===e.header?0:1,r=t.split(".")[n];if("string"!=typeof r)throw new o(`Invalid token specified: missing part #${n+1}`);let a;try{a=i(r)}catch(t){throw new o(`Invalid token specified: invalid base64 for part #${n+1} (${t.message})`)}try{return JSON.parse(a)}catch(t){throw new o(`Invalid token specified: invalid json for part #${n+1} (${t.message})`)}}(t),n=1e3*(e.exp-e.iat-60);this._loopUpdateToken(n)}catch(t){throw this.emit("error",new Error("Failed to initialize token.",{cause:t})),t}}_loopUpdateToken(t){this.isClosed||(this._timeoutId=setTimeout((async()=>{try{const e=await this._tokenManager.fetchToken(this._appId,this._secret);this._tokenManager.updateToken({appId:this._appId,secret:this._secret,token:e,from:this._from}),this.emit("updated",{appId:this._appId,token:e}),this._loopUpdateToken(t)}catch(t){this.emit("error",new Error("Failed to update token.",{cause:t}))}}),t))}}},751:(t,e,n)=>{n.d(e,{A:()=>v});var r=/\s/;const o=function(t){for(var e=t.length;e--&&r.test(t.charAt(e)););return e};var i=/^\s+/;const a=function(t){return t?t.slice(0,o(t)+1).replace(i,""):t};var c=n(3149),s=n(1882),u=/^[-+]0x[0-9a-f]+$/i,l=/^0b[01]+$/i,f=/^0o[0-7]+$/i,d=parseInt;const v=function(t){if("number"==typeof t)return t;if((0,s.A)(t))return NaN;if((0,c.A)(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=(0,c.A)(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=a(t);var n=l.test(t);return n||f.test(t)?d(t.slice(2),n?2:8):u.test(t)?NaN:+t}},901:(t,e,n)=>{n.d(e,{A:()=>o});var r=n(1882);const o=function(t){if("string"==typeof t||(0,r.A)(t))return t;var e=t+"";return"0"==e&&1/t==-1/0?"-0":e}},916:(t,e,n)=>{var r,o,i,a,c,s,u,l,f,d;n.d(e,{en:()=>a,ys:()=>o}),function(t){t[t.SWITCHED_BY_BUILDING=0]="SWITCHED_BY_BUILDING",t[t.SWITCHED_BY_VENUE=1]="SWITCHED_BY_VENUE"}(r||(r={})),function(t){t.ENGLISH="en",t.CHINESE_SIMPLIFIED="zh-Hans",t.CHINESE_TRADITIONAL="zh-Hant",t.CHINESE_TRADITIONAL_TW="zh-Hant-TW",t.JAPANESE="ja",t.KOREAN="ko",t.FILIPINO="fil",t.INDONESIAN="id",t.PORTUGUESE="pt",t.THAI="th",t.VIETNAMESE="vi",t.ARABIC="ar"}(o||(o={})),function(t){t.CHRISTMAS="christmas",t.HALLOWEEN="halloween",t.MAPPY_BEE="mappyBee",t.MAPXUS="mapxus",t.LANDS_D="landsD",t.COMMON="common",t.MAPXUS_V2="mapxus_v2",t.MAPXUS_DEFAULT="mapxus_default"}(i||(i={})),function(t){t.Access="access_control",t.Map="map"}(a||(a={})),function(t){t.DEFAULT_NAME="DefaultName"}(c||(c={})),function(t){t.ABSOLUTE_DISTANCE="AbsoluteDistance",t.ACTUAL_DISTANCE="ActualDistance"}(s||(s={})),function(t){t.FOOT="foot",t.WHEELCHAIR="wheelchair",t.ESCALATOR="escalator",t.EMERGENCY="emergency"}(u||(u={})),function(t){t.POINT="Point",t.POLYGON="Polygon"}(l||(l={})),function(t){t.POINT="Point",t.POLYGON="Polygon",t.GATE="Gate"}(f||(f={})),function(t){t.DEFAULT_NAME="DefaultName"}(d||(d={}))},1121:(t,e,n)=>{n.d(e,{A:()=>o});var r=Function.prototype.toString;const o=function(t){if(null!=t){try{return r.call(t)}catch(t){}try{return t+""}catch(t){}}return""}},1200:(t,e,n)=>{n.d(e,{A:()=>s});var r=n(1917);const o=function(){return!1};var i="object"==typeof exports&&exports&&!exports.nodeType&&exports,a=i&&"object"==typeof module&&module&&!module.nodeType&&module,c=a&&a.exports===i?r.A.Buffer:void 0;const s=(c?c.isBuffer:void 0)||o},1625:(t,e,n)=>{n.d(e,{A:()=>c});var r=n(5707),o=n(8816),i=n(8593),a=Math.max;const c=function(t,e,n){var c=null==t?0:t.length;if(!c)return-1;var s=null==n?0:(0,i.A)(n);return s<0&&(s=a(c+s,0)),(0,r.A)(t,(0,o.A)(e,3),s)}},1882:(t,e,n)=>{n.d(e,{A:()=>i});var r=n(2383),o=n(3098);const i=function(t){return"symbol"==typeof t||(0,o.A)(t)&&"[object Symbol]"==(0,r.A)(t)}},1917:(t,e,n)=>{n.d(e,{A:()=>i});var r=n(2136),o="object"==typeof self&&self&&self.Object===Object&&self;const i=r.A||o||Function("return this")()},2049:(t,e,n)=>{n.d(e,{A:()=>r});const r=Array.isArray},2050:(t,e,n)=>{n.d(e,{A:()=>L});const r=(0,n(8562).A)(Object,"create");const o=function(){this.__data__=r?r(null):{},this.size=0};const i=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e};var a=Object.prototype.hasOwnProperty;const c=function(t){var e=this.__data__;if(r){var n=e[t];return"__lodash_hash_undefined__"===n?void 0:n}return a.call(e,t)?e[t]:void 0};var s=Object.prototype.hasOwnProperty;const u=function(t){var e=this.__data__;return r?void 0!==e[t]:s.call(e,t)};const l=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=r&&void 0===e?"__lodash_hash_undefined__":e,this};function f(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}f.prototype.clear=o,f.prototype.delete=i,f.prototype.get=c,f.prototype.has=u,f.prototype.set=l;const d=f;var v=n(9469),p=n(8335);const h=function(){this.size=0,this.__data__={hash:new d,map:new(p.A||v.A),string:new d}};const m=function(t){var e=typeof t;return"string"==e||"number"==e||"symbol"==e||"boolean"==e?"__proto__"!==t:null===t};const y=function(t,e){var n=t.__data__;return m(e)?n["string"==typeof e?"string":"hash"]:n.map};const b=function(t){var e=y(this,t).delete(t);return this.size-=e?1:0,e};const g=function(t){return y(this,t).get(t)};const A=function(t){return y(this,t).has(t)};const w=function(t,e){var n=y(this,t),r=n.size;return n.set(t,e),this.size+=n.size==r?0:1,this};function _(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}_.prototype.clear=h,_.prototype.delete=b,_.prototype.get=g,_.prototype.has=A,_.prototype.set=w;const L=_},2136:(t,e,n)=>{n.d(e,{A:()=>r});const r="object"==typeof global&&global&&global.Object===Object&&global},2383:(t,e,n)=>{n.d(e,{A:()=>d});var r=n(241),o=Object.prototype,i=o.hasOwnProperty,a=o.toString,c=r.A?r.A.toStringTag:void 0;const s=function(t){var e=i.call(t,c),n=t[c];try{t[c]=void 0;var r=!0}catch(t){}var o=a.call(t);return r&&(e?t[c]=n:delete t[c]),o};var u=Object.prototype.toString;const l=function(t){return u.call(t)};var f=r.A?r.A.toStringTag:void 0;const d=function(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":f&&f in Object(t)?s(t):l(t)}},2505:(t,e,n)=>{n.d(e,{A:()=>l});const r=function(t,e){for(var n=-1,r=Array(t);++n<t;)r[n]=e(n);return r};var o=n(5175),i=n(2049),a=n(1200),c=n(5353),s=n(2871),u=Object.prototype.hasOwnProperty;const l=function(t,e){var n=(0,i.A)(t),l=!n&&(0,o.A)(t),f=!n&&!l&&(0,a.A)(t),d=!n&&!l&&!f&&(0,s.A)(t),v=n||l||f||d,p=v?r(t.length,String):[],h=p.length;for(var m in t)!e&&!u.call(t,m)||v&&("length"==m||f&&("offset"==m||"parent"==m)||d&&("buffer"==m||"byteLength"==m||"byteOffset"==m)||(0,c.A)(m,h))||p.push(m);return p}},2634:(t,e,n)=>{n.d(e,{A:()=>r});const r=function(t,e){for(var n=-1,r=null==t?0:t.length,o=0,i=[];++n<r;){var a=t[n];e(a,n,t)&&(i[o++]=a)}return i}},2871:(t,e,n)=>{n.d(e,{A:()=>h});var r=n(2383),o=n(5254),i=n(3098),a={};a["[object Float32Array]"]=a["[object Float64Array]"]=a["[object Int8Array]"]=a["[object Int16Array]"]=a["[object Int32Array]"]=a["[object Uint8Array]"]=a["[object Uint8ClampedArray]"]=a["[object Uint16Array]"]=a["[object Uint32Array]"]=!0,a["[object Arguments]"]=a["[object Array]"]=a["[object ArrayBuffer]"]=a["[object Boolean]"]=a["[object DataView]"]=a["[object Date]"]=a["[object Error]"]=a["[object Function]"]=a["[object Map]"]=a["[object Number]"]=a["[object Object]"]=a["[object RegExp]"]=a["[object Set]"]=a["[object String]"]=a["[object WeakMap]"]=!1;const c=function(t){return(0,i.A)(t)&&(0,o.A)(t.length)&&!!a[(0,r.A)(t)]};const s=function(t){return function(e){return t(e)}};var u=n(2136),l="object"==typeof exports&&exports&&!exports.nodeType&&exports,f=l&&"object"==typeof module&&module&&!module.nodeType&&module,d=f&&f.exports===l&&u.A.process,v=function(){try{var t=f&&f.require&&f.require("util").types;return t||d&&d.binding&&d.binding("util")}catch(t){}}();var p=v&&v.isTypedArray;const h=p?s(p):c},3098:(t,e,n)=>{n.d(e,{A:()=>r});const r=function(t){return null!=t&&"object"==typeof t}},3149:(t,e,n)=>{n.d(e,{A:()=>r});const r=function(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}},3153:(t,e,n)=>{n.d(e,{A:()=>r});const r=function(){return[]}},3456:(t,e,n)=>{n.d(e,{A:()=>l});var r=n(241),o=n(5572),i=n(2049),a=n(1882),c=r.A?r.A.prototype:void 0,s=c?c.toString:void 0;const u=function t(e){if("string"==typeof e)return e;if((0,i.A)(e))return(0,o.A)(e,t)+"";if((0,a.A)(e))return s?s.call(e):"";var n=e+"";return"0"==n&&1/e==-1/0?"-0":n};const l=function(t){return null==t?"":u(t)}},3736:(t,e,n)=>{n.d(e,{A:()=>r});const r=function(t,e){for(var n=-1,r=null==t?0:t.length;++n<r;)if(e(t[n],n,t))return!0;return!1}},3831:(t,e,n)=>{n.d(e,{A:()=>i});var r=n(6912),o=n(2049);const i=function(t,e,n){var i=e(t);return(0,o.A)(t)?i:(0,r.A)(i,n(t))}},4099:(t,e,n)=>{n.d(e,{A:()=>r});const r=function(t,e){return t.has(e)}},4792:(t,e,n)=>{n.d(e,{A:()=>c});var r=n(2634),o=n(3153),i=Object.prototype.propertyIsEnumerable,a=Object.getOwnPropertySymbols;const c=a?function(t){return null==t?[]:(t=Object(t),(0,r.A)(a(t),(function(e){return i.call(t,e)})))}:o.A},4878:(t,e,n)=>{n.d(e,{A:()=>d});var r=n(2049),o=n(6586),i=n(2050);function a(t,e){if("function"!=typeof t||null!=e&&"function"!=typeof e)throw new TypeError("Expected a function");var n=function(){var r=arguments,o=e?e.apply(this,r):r[0],i=n.cache;if(i.has(o))return i.get(o);var a=t.apply(this,r);return n.cache=i.set(o,a)||i,a};return n.cache=new(a.Cache||i.A),n}a.Cache=i.A;const c=a;var s=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,u=/\\(\\)?/g;const l=function(t){var e=c(t,(function(t){return 500===n.size&&n.clear(),t})),n=e.cache;return e}((function(t){var e=[];return 46===t.charCodeAt(0)&&e.push(""),t.replace(s,(function(t,n,r,o){e.push(r?o.replace(u,"$1"):n||t)})),e}));var f=n(3456);const d=function(t,e){return(0,r.A)(t)?t:(0,o.A)(t,e)?[t]:l((0,f.A)(t))}},4969:(t,e,n)=>{n.d(e,{y:()=>o});var r=n(916);function o(t){let e=null;return!function(t){return/^en(-(US|GB|AU))?$/.test(t)}(t)?!function(t){return/^zh(-(Hans|CN))?$/.test(t)}(t)?!function(t){return/^zh-(Hant|HK|MO)$/.test(t)}(t)?!function(t){return"zh-TW"===t}(t)?!function(t){return/^ja(-JP)?$/.test(t)}(t)?!function(t){return/^ko(-KR)?$/.test(t)}(t)?!function(t){return/^(fil|tl)(-PH)?$/.test(t)}(t)?!function(t){return/^id(-ID)?$/.test(t)}(t)?!function(t){return/^pt(-(BR|PT))?$/.test(t)}(t)?!function(t){return/^th(-TH)?$/.test(t)}(t)?!function(t){return/^vi(-VN)?$/.test(t)}(t)?function(t){return/^ar(-(DZ|BH|EG|IQ|JO|KW|LB|LY|MA|OM|QA|SA|SY|TN|AE|YE))?$/.test(t)}(t)&&(e=r.ys.ARABIC):e=r.ys.VIETNAMESE:e=r.ys.THAI:e=r.ys.PORTUGUESE:e=r.ys.INDONESIAN:e=r.ys.FILIPINO:e=r.ys.KOREAN:e=r.ys.JAPANESE:e=r.ys.CHINESE_TRADITIONAL_TW:e=r.ys.CHINESE_TRADITIONAL:e=r.ys.CHINESE_SIMPLIFIED:e=r.ys.ENGLISH,e}},5175:(t,e,n)=>{n.d(e,{A:()=>u});var r=n(2383),o=n(3098);const i=function(t){return(0,o.A)(t)&&"[object Arguments]"==(0,r.A)(t)};var a=Object.prototype,c=a.hasOwnProperty,s=a.propertyIsEnumerable;const u=i(function(){return arguments}())?i:function(t){return(0,o.A)(t)&&c.call(t,"callee")&&!s.call(t,"callee")}},5254:(t,e,n)=>{n.d(e,{A:()=>r});const r=function(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=9007199254740991}},5353:(t,e,n)=>{n.d(e,{A:()=>o});var r=/^(?:0|[1-9]\d*)$/;const o=function(t,e){var n=typeof t;return!!(e=null==e?9007199254740991:e)&&("number"==n||"symbol"!=n&&r.test(t))&&t>-1&&t%1==0&&t<e}},5572:(t,e,n)=>{n.d(e,{A:()=>r});const r=function(t,e){for(var n=-1,r=null==t?0:t.length,o=Array(r);++n<r;)o[n]=e(t[n],n,t);return o}},5707:(t,e,n)=>{n.d(e,{A:()=>r});const r=function(t,e,n,r){for(var o=t.length,i=n+(r?1:-1);r?i--:++i<o;)if(e(t[i],i,t))return i;return-1}},6318:(t,e,n)=>{n.d(e,{A:()=>i});var r=n(4878),o=n(901);const i=function(t,e){for(var n=0,i=(e=(0,r.A)(e,t)).length;null!=t&&n<i;)t=t[(0,o.A)(e[n++])];return n&&n==i?t:void 0}},6586:(t,e,n)=>{n.d(e,{A:()=>c});var r=n(2049),o=n(1882),i=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,a=/^\w*$/;const c=function(t,e){if((0,r.A)(t))return!1;var n=typeof t;return!("number"!=n&&"symbol"!=n&&"boolean"!=n&&null!=t&&!(0,o.A)(t))||(a.test(t)||!i.test(t)||null!=e&&t in Object(e))}},6912:(t,e,n)=>{n.d(e,{A:()=>r});const r=function(t,e){for(var n=-1,r=e.length,o=t.length;++n<r;)t[o+n]=e[n];return t}},6984:(t,e,n)=>{n.d(e,{A:()=>r});const r=function(t,e){return t===e||t!=t&&e!=e}},7007:t=>{var e,n="object"==typeof Reflect?Reflect:null,r=n&&"function"==typeof n.apply?n.apply:function(t,e,n){return Function.prototype.apply.call(t,e,n)};e=n&&"function"==typeof n.ownKeys?n.ownKeys:Object.getOwnPropertySymbols?function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:function(t){return Object.getOwnPropertyNames(t)};var o=Number.isNaN||function(t){return t!=t};function i(){i.init.call(this)}t.exports=i,t.exports.once=function(t,e){return new Promise((function(n,r){function o(n){t.removeListener(e,i),r(n)}function i(){"function"==typeof t.removeListener&&t.removeListener("error",o),n([].slice.call(arguments))}h(t,e,i,{once:!0}),"error"!==e&&function(t,e,n){"function"==typeof t.on&&h(t,"error",e,n)}(t,o,{once:!0})}))},i.EventEmitter=i,i.prototype._events=void 0,i.prototype._eventsCount=0,i.prototype._maxListeners=void 0;var a=10;function c(t){if("function"!=typeof t)throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof t)}function s(t){return void 0===t._maxListeners?i.defaultMaxListeners:t._maxListeners}function u(t,e,n,r){var o,i,a,u;if(c(n),void 0===(i=t._events)?(i=t._events=Object.create(null),t._eventsCount=0):(void 0!==i.newListener&&(t.emit("newListener",e,n.listener?n.listener:n),i=t._events),a=i[e]),void 0===a)a=i[e]=n,++t._eventsCount;else if("function"==typeof a?a=i[e]=r?[n,a]:[a,n]:r?a.unshift(n):a.push(n),(o=s(t))>0&&a.length>o&&!a.warned){a.warned=!0;var l=new Error("Possible EventEmitter memory leak detected. "+a.length+" "+String(e)+" listeners added. Use emitter.setMaxListeners() to increase limit");l.name="MaxListenersExceededWarning",l.emitter=t,l.type=e,l.count=a.length,u=l,console&&console.warn&&console.warn(u)}return t}function l(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function f(t,e,n){var r={fired:!1,wrapFn:void 0,target:t,type:e,listener:n},o=l.bind(r);return o.listener=n,r.wrapFn=o,o}function d(t,e,n){var r=t._events;if(void 0===r)return[];var o=r[e];return void 0===o?[]:"function"==typeof o?n?[o.listener||o]:[o]:n?function(t){for(var e=new Array(t.length),n=0;n<e.length;++n)e[n]=t[n].listener||t[n];return e}(o):p(o,o.length)}function v(t){var e=this._events;if(void 0!==e){var n=e[t];if("function"==typeof n)return 1;if(void 0!==n)return n.length}return 0}function p(t,e){for(var n=new Array(e),r=0;r<e;++r)n[r]=t[r];return n}function h(t,e,n,r){if("function"==typeof t.on)r.once?t.once(e,n):t.on(e,n);else{if("function"!=typeof t.addEventListener)throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof t);t.addEventListener(e,(function o(i){r.once&&t.removeEventListener(e,o),n(i)}))}}Object.defineProperty(i,"defaultMaxListeners",{enumerable:!0,get:function(){return a},set:function(t){if("number"!=typeof t||t<0||o(t))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+t+".");a=t}}),i.init=function(){void 0!==this._events&&this._events!==Object.getPrototypeOf(this)._events||(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0},i.prototype.setMaxListeners=function(t){if("number"!=typeof t||t<0||o(t))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+t+".");return this._maxListeners=t,this},i.prototype.getMaxListeners=function(){return s(this)},i.prototype.emit=function(t){for(var e=[],n=1;n<arguments.length;n++)e.push(arguments[n]);var o="error"===t,i=this._events;if(void 0!==i)o=o&&void 0===i.error;else if(!o)return!1;if(o){var a;if(e.length>0&&(a=e[0]),a instanceof Error)throw a;var c=new Error("Unhandled error."+(a?" ("+a.message+")":""));throw c.context=a,c}var s=i[t];if(void 0===s)return!1;if("function"==typeof s)r(s,this,e);else{var u=s.length,l=p(s,u);for(n=0;n<u;++n)r(l[n],this,e)}return!0},i.prototype.addListener=function(t,e){return u(this,t,e,!1)},i.prototype.on=i.prototype.addListener,i.prototype.prependListener=function(t,e){return u(this,t,e,!0)},i.prototype.once=function(t,e){return c(e),this.on(t,f(this,t,e)),this},i.prototype.prependOnceListener=function(t,e){return c(e),this.prependListener(t,f(this,t,e)),this},i.prototype.removeListener=function(t,e){var n,r,o,i,a;if(c(e),void 0===(r=this._events))return this;if(void 0===(n=r[t]))return this;if(n===e||n.listener===e)0==--this._eventsCount?this._events=Object.create(null):(delete r[t],r.removeListener&&this.emit("removeListener",t,n.listener||e));else if("function"!=typeof n){for(o=-1,i=n.length-1;i>=0;i--)if(n[i]===e||n[i].listener===e){a=n[i].listener,o=i;break}if(o<0)return this;0===o?n.shift():function(t,e){for(;e+1<t.length;e++)t[e]=t[e+1];t.pop()}(n,o),1===n.length&&(r[t]=n[0]),void 0!==r.removeListener&&this.emit("removeListener",t,a||e)}return this},i.prototype.off=i.prototype.removeListener,i.prototype.removeAllListeners=function(t){var e,n,r;if(void 0===(n=this._events))return this;if(void 0===n.removeListener)return 0===arguments.length?(this._events=Object.create(null),this._eventsCount=0):void 0!==n[t]&&(0==--this._eventsCount?this._events=Object.create(null):delete n[t]),this;if(0===arguments.length){var o,i=Object.keys(n);for(r=0;r<i.length;++r)"removeListener"!==(o=i[r])&&this.removeAllListeners(o);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if("function"==typeof(e=n[t]))this.removeListener(t,e);else if(void 0!==e)for(r=e.length-1;r>=0;r--)this.removeListener(t,e[r]);return this},i.prototype.listeners=function(t){return d(this,t,!0)},i.prototype.rawListeners=function(t){return d(this,t,!1)},i.listenerCount=function(t,e){return"function"==typeof t.listenerCount?t.listenerCount(e):v.call(t,e)},i.prototype.listenerCount=v,i.prototype.eventNames=function(){return this._eventsCount>0?e(this._events):[]}},7271:(t,e,n)=>{n.d(e,{A:()=>o});var r=Object.prototype;const o=function(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||r)}},7311:(t,e,n)=>{n.d(e,{o:()=>a});var r=n(531),o=n(916),i=n(7463);class a{static _instance;_tokenManager=i.t.getInstance();_accessControls=new Map;static setPlatform(t){i.t.setPlatform(t)}static getInstance(){return a._instance||(a._instance=new a),a._instance}get version(){return this._tokenManager.getVersion()}async getIdentifier(){return await this._tokenManager.getIdentifier()}async getToken(t,e){let n=this._tokenManager.getToken(t);if(!n){const i=this._accessControls.get(t);if(i)i.forceUpdateToken(),await i.ready(),n=i.token;else if(e){const i=new r.k(t,e,o.en.Map);await i.ready(),n=i.token,this._accessControls.set(t,i)}}return n}deleteToken(t,e){this._tokenManager.deleteToken(t,e)}getAppId(t){return this._tokenManager.getAppId(t)}disconnect(t){this._tokenManager.on(i._,t)}}},7405:(t,e,n)=>{n.d(e,{A:()=>u});var r=n(2505),o=n(7271);const i=(0,n(367).A)(Object.keys,Object);var a=Object.prototype.hasOwnProperty;const c=function(t){if(!(0,o.A)(t))return i(t);var e=[];for(var n in Object(t))a.call(t,n)&&"constructor"!=n&&e.push(n);return e};var s=n(8446);const u=function(t){return(0,s.A)(t)?(0,r.A)(t):c(t)}},7463:(t,e,n)=>{n.d(e,{_:()=>Wt,t:()=>Ct});var r=function(){return r=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t},r.apply(this,arguments)};function o(t,e,n,r){return new(n||(n=Promise))((function(o,i){function a(t){try{s(r.next(t))}catch(t){i(t)}}function c(t){try{s(r.throw(t))}catch(t){i(t)}}function s(t){var e;t.done?o(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(a,c)}s((r=r.apply(t,e||[])).next())}))}function i(t,e){var n,r,o,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]},a=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return a.next=c(0),a.throw=c(1),a.return=c(2),"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function c(c){return function(s){return function(c){if(n)throw new TypeError("Generator is already executing.");for(;a&&(a=0,c[0]&&(i=0)),i;)try{if(n=1,r&&(o=2&c[0]?r.return:c[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,c[1])).done)return o;switch(r=0,o&&(c=[2&c[0],o.value]),c[0]){case 0:case 1:o=c;break;case 4:return i.label++,{value:c[1],done:!1};case 5:i.label++,r=c[1],c=[0];continue;case 7:c=i.ops.pop(),i.trys.pop();continue;default:if(!(o=i.trys,(o=o.length>0&&o[o.length-1])||6!==c[0]&&2!==c[0])){i=0;continue}if(3===c[0]&&(!o||c[1]>o[0]&&c[1]<o[3])){i.label=c[1];break}if(6===c[0]&&i.label<o[1]){i.label=o[1],o=c;break}if(o&&i.label<o[2]){i.label=o[2],i.ops.push(c);break}o[2]&&i.ops.pop(),i.trys.pop();continue}c=e.call(t,i)}catch(t){c=[6,t],r=0}finally{n=o=0}if(5&c[0])throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}([c,s])}}}Object.create;function a(t,e,n){if(n||2===arguments.length)for(var r,o=0,i=e.length;o<i;o++)!r&&o in e||(r||(r=Array.prototype.slice.call(e,0,o)),r[o]=e[o]);return t.concat(r||Array.prototype.slice.call(e))}Object.create;"function"==typeof SuppressedError&&SuppressedError;var c="4.6.1";function s(t,e){return new Promise((function(n){return setTimeout(n,t,e)}))}function u(t){return!!t&&"function"==typeof t.then}function l(t,e){try{var n=t();u(n)?n.then((function(t){return e(!0,t)}),(function(t){return e(!1,t)})):e(!0,n)}catch(t){e(!1,t)}}function f(t,e,n){return void 0===n&&(n=16),o(this,void 0,void 0,(function(){var r,o,a,c;return i(this,(function(i){switch(i.label){case 0:r=Array(t.length),o=Date.now(),a=0,i.label=1;case 1:return a<t.length?(r[a]=e(t[a],a),(c=Date.now())>=o+n?(o=c,[4,new Promise((function(t){var e=new MessageChannel;e.port1.onmessage=function(){return t()},e.port2.postMessage(null)}))]):[3,3]):[3,4];case 2:i.sent(),i.label=3;case 3:return++a,[3,1];case 4:return[2,r]}}))}))}function d(t){return t.then(void 0,(function(){})),t}function v(t){return parseInt(t)}function p(t){return parseFloat(t)}function h(t,e){return"number"==typeof t&&isNaN(t)?e:t}function m(t){return t.reduce((function(t,e){return t+(e?1:0)}),0)}function y(t,e){if(void 0===e&&(e=1),Math.abs(e)>=1)return Math.round(t/e)*e;var n=1/e;return Math.round(t*n)/n}function b(t,e){var n=t[0]>>>16,r=65535&t[0],o=t[1]>>>16,i=65535&t[1],a=e[0]>>>16,c=65535&e[0],s=e[1]>>>16,u=0,l=0,f=0,d=0;f+=(d+=i+(65535&e[1]))>>>16,d&=65535,l+=(f+=o+s)>>>16,f&=65535,u+=(l+=r+c)>>>16,l&=65535,u+=n+a,u&=65535,t[0]=u<<16|l,t[1]=f<<16|d}function g(t,e){var n=t[0]>>>16,r=65535&t[0],o=t[1]>>>16,i=65535&t[1],a=e[0]>>>16,c=65535&e[0],s=e[1]>>>16,u=65535&e[1],l=0,f=0,d=0,v=0;d+=(v+=i*u)>>>16,v&=65535,f+=(d+=o*u)>>>16,d&=65535,f+=(d+=i*s)>>>16,d&=65535,l+=(f+=r*u)>>>16,f&=65535,l+=(f+=o*s)>>>16,f&=65535,l+=(f+=i*c)>>>16,f&=65535,l+=n*u+r*s+o*c+i*a,l&=65535,t[0]=l<<16|f,t[1]=d<<16|v}function A(t,e){var n=t[0];32===(e%=64)?(t[0]=t[1],t[1]=n):e<32?(t[0]=n<<e|t[1]>>>32-e,t[1]=t[1]<<e|n>>>32-e):(e-=32,t[0]=t[1]<<e|n>>>32-e,t[1]=n<<e|t[1]>>>32-e)}function w(t,e){0!==(e%=64)&&(e<32?(t[0]=t[1]>>>32-e,t[1]=t[1]<<e):(t[0]=t[1]<<e-32,t[1]=0))}function _(t,e){t[0]^=e[0],t[1]^=e[1]}var L=[4283543511,3981806797],k=[3301882366,444984403];function I(t){var e=[0,t[0]>>>1];_(t,e),g(t,L),e[1]=t[0]>>>1,_(t,e),g(t,k),e[1]=t[0]>>>1,_(t,e)}var j=[2277735313,289559509],S=[1291169091,658871167],E=[0,5],x=[0,1390208809],O=[0,944331445];function M(t,e){var n=function(t){for(var e=new Uint8Array(t.length),n=0;n<t.length;n++){var r=t.charCodeAt(n);if(r>127)return(new TextEncoder).encode(t);e[n]=r}return e}(t);e=e||0;var r,o=[0,n.length],i=o[1]%16,a=o[1]-i,c=[0,e],s=[0,e],u=[0,0],l=[0,0];for(r=0;r<a;r+=16)u[0]=n[r+4]|n[r+5]<<8|n[r+6]<<16|n[r+7]<<24,u[1]=n[r]|n[r+1]<<8|n[r+2]<<16|n[r+3]<<24,l[0]=n[r+12]|n[r+13]<<8|n[r+14]<<16|n[r+15]<<24,l[1]=n[r+8]|n[r+9]<<8|n[r+10]<<16|n[r+11]<<24,g(u,j),A(u,31),g(u,S),_(c,u),A(c,27),b(c,s),g(c,E),b(c,x),g(l,S),A(l,33),g(l,j),_(s,l),A(s,31),b(s,c),g(s,E),b(s,O);u[0]=0,u[1]=0,l[0]=0,l[1]=0;var f=[0,0];switch(i){case 15:f[1]=n[r+14],w(f,48),_(l,f);case 14:f[1]=n[r+13],w(f,40),_(l,f);case 13:f[1]=n[r+12],w(f,32),_(l,f);case 12:f[1]=n[r+11],w(f,24),_(l,f);case 11:f[1]=n[r+10],w(f,16),_(l,f);case 10:f[1]=n[r+9],w(f,8),_(l,f);case 9:f[1]=n[r+8],_(l,f),g(l,S),A(l,33),g(l,j),_(s,l);case 8:f[1]=n[r+7],w(f,56),_(u,f);case 7:f[1]=n[r+6],w(f,48),_(u,f);case 6:f[1]=n[r+5],w(f,40),_(u,f);case 5:f[1]=n[r+4],w(f,32),_(u,f);case 4:f[1]=n[r+3],w(f,24),_(u,f);case 3:f[1]=n[r+2],w(f,16),_(u,f);case 2:f[1]=n[r+1],w(f,8),_(u,f);case 1:f[1]=n[r],_(u,f),g(u,j),A(u,31),g(u,S),_(c,u)}return _(c,o),_(s,o),b(c,s),b(s,c),I(c),I(s),b(c,s),b(s,c),("00000000"+(c[0]>>>0).toString(16)).slice(-8)+("00000000"+(c[1]>>>0).toString(16)).slice(-8)+("00000000"+(s[0]>>>0).toString(16)).slice(-8)+("00000000"+(s[1]>>>0).toString(16)).slice(-8)}function V(t){return"function"!=typeof t}function T(t,e,n,r){var a=Object.keys(t).filter((function(t){return!function(t,e){for(var n=0,r=t.length;n<r;++n)if(t[n]===e)return!0;return!1}(n,t)})),c=d(f(a,(function(n){return function(t,e){var n=d(new Promise((function(n){var r=Date.now();l(t.bind(null,e),(function(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var o=Date.now()-r;if(!t[0])return n((function(){return{error:t[1],duration:o}}));var i=t[1];if(V(i))return n((function(){return{value:i,duration:o}}));n((function(){return new Promise((function(t){var e=Date.now();l(i,(function(){for(var n=[],r=0;r<arguments.length;r++)n[r]=arguments[r];var i=o+Date.now()-e;if(!n[0])return t({error:n[1],duration:i});t({value:n[1],duration:i})}))}))}))}))})));return function(){return n.then((function(t){return t()}))}}(t[n],e)}),r));return function(){return o(this,void 0,void 0,(function(){var t,e,n,o;return i(this,(function(i){switch(i.label){case 0:return[4,c];case 1:return[4,f(i.sent(),(function(t){return d(t())}),r)];case 2:return t=i.sent(),[4,Promise.all(t)];case 3:for(e=i.sent(),n={},o=0;o<a.length;++o)n[a[o]]=e[o];return[2,n]}}))}))}}function P(){var t=window,e=navigator;return m(["MSCSSMatrix"in t,"msSetImmediate"in t,"msIndexedDB"in t,"msMaxTouchPoints"in e,"msPointerEnabled"in e])>=4}function R(){var t=window,e=navigator;return m(["webkitPersistentStorage"in e,"webkitTemporaryStorage"in e,0===(e.vendor||"").indexOf("Google"),"webkitResolveLocalFileSystemURL"in t,"BatteryManager"in t,"webkitMediaStream"in t,"webkitSpeechGrammar"in t])>=5}function W(){var t=window;return m(["ApplePayError"in t,"CSSPrimitiveValue"in t,"Counter"in t,0===navigator.vendor.indexOf("Apple"),"RGBColor"in t,"WebKitMediaKeys"in t])>=4}function C(){var t=window,e=t.HTMLElement,n=t.Document;return m(["safari"in t,!("ongestureend"in t),!("TouchEvent"in t),!("orientation"in t),e&&!("autocapitalize"in e.prototype),n&&"pointerLockElement"in n.prototype])>=4}function N(){var t,e=window;return t=e.print,/^function\s.*?\{\s*\[native code]\s*}$/.test(String(t))&&"[object WebPageNamespace]"===String(e.browser)}function F(){var t,e,n=window;return m(["buildID"in navigator,"MozAppearance"in(null!==(e=null===(t=document.documentElement)||void 0===t?void 0:t.style)&&void 0!==e?e:{}),"onmozfullscreenchange"in n,"mozInnerScreenX"in n,"CSSMozDocumentRule"in n,"CanvasCaptureMediaStream"in n])>=4}function Z(){var t=window,e=navigator,n=t.CSS,r=t.HTMLButtonElement;return m([!("getStorageUpdates"in e),r&&"popover"in r.prototype,"CSSCounterStyleRule"in t,n.supports("font-size-adjust: ex-height 0.5"),n.supports("text-transform: full-width")])>=4}function G(){var t=document;return(t.exitFullscreen||t.msExitFullscreen||t.mozCancelFullScreen||t.webkitExitFullscreen).call(t)}function H(){var t=R(),e=F(),n=window,r=navigator,o="connection";return t?m([!("SharedWorker"in n),r[o]&&"ontypechange"in r[o],!("sinkId"in new Audio)])>=2:!!e&&m(["onorientationchange"in n,"orientation"in n,/android/i.test(r.appVersion)])>=2}function Y(t){var e=new Error(t);return e.name=t,e}function z(t,e,n){var r,a,c;return void 0===n&&(n=50),o(this,void 0,void 0,(function(){var o,u;return i(this,(function(i){switch(i.label){case 0:o=document,i.label=1;case 1:return o.body?[3,3]:[4,s(n)];case 2:return i.sent(),[3,1];case 3:u=o.createElement("iframe"),i.label=4;case 4:return i.trys.push([4,,10,11]),[4,new Promise((function(t,n){var r=!1,i=function(){r=!0,t()};u.onload=i,u.onerror=function(t){r=!0,n(t)};var a=u.style;a.setProperty("display","block","important"),a.position="absolute",a.top="0",a.left="0",a.visibility="hidden",e&&"srcdoc"in u?u.srcdoc=e:u.src="about:blank",o.body.appendChild(u);var c=function(){var t,e;r||("complete"===(null===(e=null===(t=u.contentWindow)||void 0===t?void 0:t.document)||void 0===e?void 0:e.readyState)?i():setTimeout(c,10))};c()}))];case 5:i.sent(),i.label=6;case 6:return(null===(a=null===(r=u.contentWindow)||void 0===r?void 0:r.document)||void 0===a?void 0:a.body)?[3,8]:[4,s(n)];case 7:return i.sent(),[3,6];case 8:return[4,t(u,u.contentWindow)];case 9:return[2,i.sent()];case 10:return null===(c=u.parentNode)||void 0===c||c.removeChild(u),[7];case 11:return[2]}}))}))}function D(t){for(var e=function(t){for(var e,n,r="Unexpected syntax '".concat(t,"'"),o=/^\s*([a-z-]*)(.*)$/i.exec(t),i=o[1]||void 0,a={},c=/([.:#][\w-]+|\[.+?\])/gi,s=function(t,e){a[t]=a[t]||[],a[t].push(e)};;){var u=c.exec(o[2]);if(!u)break;var l=u[0];switch(l[0]){case".":s("class",l.slice(1));break;case"#":s("id",l.slice(1));break;case"[":var f=/^\[([\w-]+)([~|^$*]?=("(.*?)"|([\w-]+)))?(\s+[is])?\]$/.exec(l);if(!f)throw new Error(r);s(f[1],null!==(n=null!==(e=f[4])&&void 0!==e?e:f[5])&&void 0!==n?n:"");break;default:throw new Error(r)}}return[i,a]}(t),n=e[0],r=e[1],o=document.createElement(null!=n?n:"div"),i=0,a=Object.keys(r);i<a.length;i++){var c=a[i],s=r[c].join(" ");"style"===c?X(o.style,s):o.setAttribute(c,s)}return o}function X(t,e){for(var n=0,r=e.split(";");n<r.length;n++){var o=r[n],i=/^\s*([\w-]+)\s*:\s*(.+?)(\s*!([\w-]+))?\s*$/.exec(o);if(i){var a=i[1],c=i[2],s=i[4];t.setProperty(a,c,s||"")}}}var B=["monospace","sans-serif","serif"],J=["sans-serif-thin","ARNO PRO","Agency FB","Arabic Typesetting","Arial Unicode MS","AvantGarde Bk BT","BankGothic Md BT","Batang","Bitstream Vera Sans Mono","Calibri","Century","Century Gothic","Clarendon","EUROSTILE","Franklin Gothic","Futura Bk BT","Futura Md BT","GOTHAM","Gill Sans","HELV","Haettenschweiler","Helvetica Neue","Humanst521 BT","Leelawadee","Letter Gothic","Levenim MT","Lucida Bright","Lucida Sans","Menlo","MS Mincho","MS Outlook","MS Reference Specialty","MS UI Gothic","MT Extra","MYRIAD PRO","Marlett","Meiryo UI","Microsoft Uighur","Minion Pro","Monotype Corsiva","PMingLiU","Pristina","SCRIPTINA","Segoe UI Light","Serifa","SimHei","Small Fonts","Staccato222 BT","TRAJAN PRO","Univers CE 55 Medium","Vrinda","ZWAdobeF"];function U(t){return t.toDataURL()}var $,Q;function K(){var t=this;return function(){if(void 0===Q){var t=function(){var e=q();tt(e)?Q=setTimeout(t,2500):($=e,Q=void 0)};t()}}(),function(){return o(t,void 0,void 0,(function(){var t;return i(this,(function(e){switch(e.label){case 0:return tt(t=q())?$?[2,a([],$,!0)]:(n=document).fullscreenElement||n.msFullscreenElement||n.mozFullScreenElement||n.webkitFullscreenElement?[4,G()]:[3,2]:[3,2];case 1:e.sent(),t=q(),e.label=2;case 2:return tt(t)||($=t),[2,t]}var n}))}))}}function q(){var t=screen;return[h(p(t.availTop),null),h(p(t.width)-p(t.availWidth)-h(p(t.availLeft),0),null),h(p(t.height)-p(t.availHeight)-h(p(t.availTop),0),null),h(p(t.availLeft),null)]}function tt(t){for(var e=0;e<4;++e)if(t[e])return!1;return!0}function et(t){var e;return o(this,void 0,void 0,(function(){var n,r,o,a,c,u,l;return i(this,(function(i){switch(i.label){case 0:for(n=document,r=n.createElement("div"),o=new Array(t.length),a={},nt(r),l=0;l<t.length;++l)"DIALOG"===(c=D(t[l])).tagName&&c.show(),nt(u=n.createElement("div")),u.appendChild(c),r.appendChild(u),o[l]=c;i.label=1;case 1:return n.body?[3,3]:[4,s(50)];case 2:return i.sent(),[3,1];case 3:n.body.appendChild(r);try{for(l=0;l<t.length;++l)o[l].offsetParent||(a[t[l]]=!0)}finally{null===(e=r.parentNode)||void 0===e||e.removeChild(r)}return[2,a]}}))}))}function nt(t){t.style.setProperty("visibility","hidden","important"),t.style.setProperty("display","block","important")}function rt(t){return matchMedia("(inverted-colors: ".concat(t,")")).matches}function ot(t){return matchMedia("(forced-colors: ".concat(t,")")).matches}function it(t){return matchMedia("(prefers-contrast: ".concat(t,")")).matches}function at(t){return matchMedia("(prefers-reduced-motion: ".concat(t,")")).matches}function ct(t){return matchMedia("(prefers-reduced-transparency: ".concat(t,")")).matches}function st(t){return matchMedia("(dynamic-range: ".concat(t,")")).matches}var ut=Math,lt=function(){return 0};var ft={default:[],apple:[{font:"-apple-system-body"}],serif:[{fontFamily:"serif"}],sans:[{fontFamily:"sans-serif"}],mono:[{fontFamily:"monospace"}],min:[{fontSize:"1px"}],system:[{fontFamily:"system-ui"}]};var dt=function(){for(var t=window;;){var e=t.parent;if(!e||e===t)return!1;try{if(e.location.origin!==t.location.origin)return!0}catch(t){if(t instanceof Error&&"SecurityError"===t.name)return!0;throw t}t=e}};var vt=new Set([10752,2849,2884,2885,2886,2928,2929,2930,2931,2932,2960,2961,2962,2963,2964,2965,2966,2967,2968,2978,3024,3042,3088,3089,3106,3107,32773,32777,32777,32823,32824,32936,32937,32938,32939,32968,32969,32970,32971,3317,33170,3333,3379,3386,33901,33902,34016,34024,34076,3408,3410,3411,3412,3413,3414,3415,34467,34816,34817,34818,34819,34877,34921,34930,35660,35661,35724,35738,35739,36003,36004,36005,36347,36348,36349,37440,37441,37443,7936,7937,7938]),pt=new Set([34047,35723,36063,34852,34853,34854,34229,36392,36795,38449]),ht=["FRAGMENT_SHADER","VERTEX_SHADER"],mt=["LOW_FLOAT","MEDIUM_FLOAT","HIGH_FLOAT","LOW_INT","MEDIUM_INT","HIGH_INT"],yt="WEBGL_debug_renderer_info";function bt(t){if(t.webgl)return t.webgl.context;var e,n=document.createElement("canvas");n.addEventListener("webglCreateContextError",(function(){return e=void 0}));for(var r=0,o=["webgl","experimental-webgl"];r<o.length;r++){var i=o[r];try{e=n.getContext(i)}catch(t){}if(e)break}return t.webgl={context:e},e}function gt(t,e,n){var r=t.getShaderPrecisionFormat(t[e],t[n]);return r?[r.rangeMin,r.rangeMax,r.precision]:[]}function At(t){return Object.keys(t.__proto__).filter(wt)}function wt(t){return"string"==typeof t&&!t.match(/[^A-Z0-9_x]/)}function _t(){return F()}function Lt(t){return"function"==typeof t.getParameter}var kt={fonts:function(){var t=this;return z((function(e,n){var r=n.document;return o(t,void 0,void 0,(function(){var t,e,n,o,a,c,s,u,l,f,d;return i(this,(function(i){for((t=r.body).style.fontSize="48px",(e=r.createElement("div")).style.setProperty("visibility","hidden","important"),n={},o={},a=function(t){var n=r.createElement("span"),o=n.style;return o.position="absolute",o.top="0",o.left="0",o.fontFamily=t,n.textContent="mmMwWLliI0O&1",e.appendChild(n),n},c=function(t,e){return a("'".concat(t,"',").concat(e))},s=function(){for(var t={},e=function(e){t[e]=B.map((function(t){return c(e,t)}))},n=0,r=J;n<r.length;n++){e(r[n])}return t},u=function(t){return B.some((function(e,r){return t[r].offsetWidth!==n[e]||t[r].offsetHeight!==o[e]}))},l=function(){return B.map(a)}(),f=s(),t.appendChild(e),d=0;d<B.length;d++)n[B[d]]=l[d].offsetWidth,o[B[d]]=l[d].offsetHeight;return[2,J.filter((function(t){return u(f[t])}))]}))}))}))},domBlockers:function(t){var e=(void 0===t?{}:t).debug;return o(this,void 0,void 0,(function(){var t,n,r,o,a;return i(this,(function(i){switch(i.label){case 0:return W()||H()?(c=atob,t={abpIndo:["#Iklan-Melayang","#Kolom-Iklan-728","#SidebarIklan-wrapper",'[title="ALIENBOLA" i]',c("I0JveC1CYW5uZXItYWRz")],abpvn:[".quangcao","#mobileCatfish",c("LmNsb3NlLWFkcw=="),'[id^="bn_bottom_fixed_"]',"#pmadv"],adBlockFinland:[".mainostila",c("LnNwb25zb3JpdA=="),".ylamainos",c("YVtocmVmKj0iL2NsaWNrdGhyZ2guYXNwPyJd"),c("YVtocmVmXj0iaHR0cHM6Ly9hcHAucmVhZHBlYWsuY29tL2FkcyJd")],adBlockPersian:["#navbar_notice_50",".kadr",'TABLE[width="140px"]',"#divAgahi",c("YVtocmVmXj0iaHR0cDovL2cxLnYuZndtcm0ubmV0L2FkLyJd")],adBlockWarningRemoval:["#adblock-honeypot",".adblocker-root",".wp_adblock_detect",c("LmhlYWRlci1ibG9ja2VkLWFk"),c("I2FkX2Jsb2NrZXI=")],adGuardAnnoyances:[".hs-sosyal","#cookieconsentdiv",'div[class^="app_gdpr"]',".as-oil",'[data-cypress="soft-push-notification-modal"]'],adGuardBase:[".BetterJsPopOverlay",c("I2FkXzMwMFgyNTA="),c("I2Jhbm5lcmZsb2F0MjI="),c("I2NhbXBhaWduLWJhbm5lcg=="),c("I0FkLUNvbnRlbnQ=")],adGuardChinese:[c("LlppX2FkX2FfSA=="),c("YVtocmVmKj0iLmh0aGJldDM0LmNvbSJd"),"#widget-quan",c("YVtocmVmKj0iLzg0OTkyMDIwLnh5eiJd"),c("YVtocmVmKj0iLjE5NTZobC5jb20vIl0=")],adGuardFrench:["#pavePub",c("LmFkLWRlc2t0b3AtcmVjdGFuZ2xl"),".mobile_adhesion",".widgetadv",c("LmFkc19iYW4=")],adGuardGerman:['aside[data-portal-id="leaderboard"]'],adGuardJapanese:["#kauli_yad_1",c("YVtocmVmXj0iaHR0cDovL2FkMi50cmFmZmljZ2F0ZS5uZXQvIl0="),c("Ll9wb3BJbl9pbmZpbml0ZV9hZA=="),c("LmFkZ29vZ2xl"),c("Ll9faXNib29zdFJldHVybkFk")],adGuardMobile:[c("YW1wLWF1dG8tYWRz"),c("LmFtcF9hZA=="),'amp-embed[type="24smi"]',"#mgid_iframe1",c("I2FkX2ludmlld19hcmVh")],adGuardRussian:[c("YVtocmVmXj0iaHR0cHM6Ly9hZC5sZXRtZWFkcy5jb20vIl0="),c("LnJlY2xhbWE="),'div[id^="smi2adblock"]',c("ZGl2W2lkXj0iQWRGb3hfYmFubmVyXyJd"),"#psyduckpockeball"],adGuardSocial:[c("YVtocmVmXj0iLy93d3cuc3R1bWJsZXVwb24uY29tL3N1Ym1pdD91cmw9Il0="),c("YVtocmVmXj0iLy90ZWxlZ3JhbS5tZS9zaGFyZS91cmw/Il0="),".etsy-tweet","#inlineShare",".popup-social"],adGuardSpanishPortuguese:["#barraPublicidade","#Publicidade","#publiEspecial","#queTooltip",".cnt-publi"],adGuardTrackingProtection:["#qoo-counter",c("YVtocmVmXj0iaHR0cDovL2NsaWNrLmhvdGxvZy5ydS8iXQ=="),c("YVtocmVmXj0iaHR0cDovL2hpdGNvdW50ZXIucnUvdG9wL3N0YXQucGhwIl0="),c("YVtocmVmXj0iaHR0cDovL3RvcC5tYWlsLnJ1L2p1bXAiXQ=="),"#top100counter"],adGuardTurkish:["#backkapat",c("I3Jla2xhbWk="),c("YVtocmVmXj0iaHR0cDovL2Fkc2Vydi5vbnRlay5jb20udHIvIl0="),c("YVtocmVmXj0iaHR0cDovL2l6bGVuemkuY29tL2NhbXBhaWduLyJd"),c("YVtocmVmXj0iaHR0cDovL3d3dy5pbnN0YWxsYWRzLm5ldC8iXQ==")],bulgarian:[c("dGQjZnJlZW5ldF90YWJsZV9hZHM="),"#ea_intext_div",".lapni-pop-over","#xenium_hot_offers"],easyList:[".yb-floorad",c("LndpZGdldF9wb19hZHNfd2lkZ2V0"),c("LnRyYWZmaWNqdW5reS1hZA=="),".textad_headline",c("LnNwb25zb3JlZC10ZXh0LWxpbmtz")],easyListChina:[c("LmFwcGd1aWRlLXdyYXBbb25jbGljayo9ImJjZWJvcy5jb20iXQ=="),c("LmZyb250cGFnZUFkdk0="),"#taotaole","#aafoot.top_box",".cfa_popup"],easyListCookie:[".ezmob-footer",".cc-CookieWarning","[data-cookie-number]",c("LmF3LWNvb2tpZS1iYW5uZXI="),".sygnal24-gdpr-modal-wrap"],easyListCzechSlovak:["#onlajny-stickers",c("I3Jla2xhbW5pLWJveA=="),c("LnJla2xhbWEtbWVnYWJvYXJk"),".sklik",c("W2lkXj0ic2tsaWtSZWtsYW1hIl0=")],easyListDutch:[c("I2FkdmVydGVudGll"),c("I3ZpcEFkbWFya3RCYW5uZXJCbG9jaw=="),".adstekst",c("YVtocmVmXj0iaHR0cHM6Ly94bHR1YmUubmwvY2xpY2svIl0="),"#semilo-lrectangle"],easyListGermany:["#SSpotIMPopSlider",c("LnNwb25zb3JsaW5rZ3J1ZW4="),c("I3dlcmJ1bmdza3k="),c("I3Jla2xhbWUtcmVjaHRzLW1pdHRl"),c("YVtocmVmXj0iaHR0cHM6Ly9iZDc0Mi5jb20vIl0=")],easyListItaly:[c("LmJveF9hZHZfYW5udW5jaQ=="),".sb-box-pubbliredazionale",c("YVtocmVmXj0iaHR0cDovL2FmZmlsaWF6aW9uaWFkcy5zbmFpLml0LyJd"),c("YVtocmVmXj0iaHR0cHM6Ly9hZHNlcnZlci5odG1sLml0LyJd"),c("YVtocmVmXj0iaHR0cHM6Ly9hZmZpbGlhemlvbmlhZHMuc25haS5pdC8iXQ==")],easyListLithuania:[c("LnJla2xhbW9zX3RhcnBhcw=="),c("LnJla2xhbW9zX251b3JvZG9z"),c("aW1nW2FsdD0iUmVrbGFtaW5pcyBza3lkZWxpcyJd"),c("aW1nW2FsdD0iRGVkaWt1b3RpLmx0IHNlcnZlcmlhaSJd"),c("aW1nW2FsdD0iSG9zdGluZ2FzIFNlcnZlcmlhaS5sdCJd")],estonian:[c("QVtocmVmKj0iaHR0cDovL3BheTRyZXN1bHRzMjQuZXUiXQ==")],fanboyAnnoyances:["#ac-lre-player",".navigate-to-top","#subscribe_popup",".newsletter_holder","#back-top"],fanboyAntiFacebook:[".util-bar-module-firefly-visible"],fanboyEnhancedTrackers:[".open.pushModal","#issuem-leaky-paywall-articles-zero-remaining-nag","#sovrn_container",'div[class$="-hide"][zoompage-fontsize][style="display: block;"]',".BlockNag__Card"],fanboySocial:["#FollowUs","#meteored_share","#social_follow",".article-sharer",".community__social-desc"],frellwitSwedish:[c("YVtocmVmKj0iY2FzaW5vcHJvLnNlIl1bdGFyZ2V0PSJfYmxhbmsiXQ=="),c("YVtocmVmKj0iZG9rdG9yLXNlLm9uZWxpbmsubWUiXQ=="),"article.category-samarbete",c("ZGl2LmhvbGlkQWRz"),"ul.adsmodern"],greekAdBlock:[c("QVtocmVmKj0iYWRtYW4ub3RlbmV0LmdyL2NsaWNrPyJd"),c("QVtocmVmKj0iaHR0cDovL2F4aWFiYW5uZXJzLmV4b2R1cy5nci8iXQ=="),c("QVtocmVmKj0iaHR0cDovL2ludGVyYWN0aXZlLmZvcnRobmV0LmdyL2NsaWNrPyJd"),"DIV.agores300","TABLE.advright"],hungarian:["#cemp_doboz",".optimonk-iframe-container",c("LmFkX19tYWlu"),c("W2NsYXNzKj0iR29vZ2xlQWRzIl0="),"#hirdetesek_box"],iDontCareAboutCookies:['.alert-info[data-block-track*="CookieNotice"]',".ModuleTemplateCookieIndicator",".o--cookies--container","#cookies-policy-sticky","#stickyCookieBar"],icelandicAbp:[c("QVtocmVmXj0iL2ZyYW1ld29yay9yZXNvdXJjZXMvZm9ybXMvYWRzLmFzcHgiXQ==")],latvian:[c("YVtocmVmPSJodHRwOi8vd3d3LnNhbGlkemluaS5sdi8iXVtzdHlsZT0iZGlzcGxheTogYmxvY2s7IHdpZHRoOiAxMjBweDsgaGVpZ2h0OiA0MHB4OyBvdmVyZmxvdzogaGlkZGVuOyBwb3NpdGlvbjogcmVsYXRpdmU7Il0="),c("YVtocmVmPSJodHRwOi8vd3d3LnNhbGlkemluaS5sdi8iXVtzdHlsZT0iZGlzcGxheTogYmxvY2s7IHdpZHRoOiA4OHB4OyBoZWlnaHQ6IDMxcHg7IG92ZXJmbG93OiBoaWRkZW47IHBvc2l0aW9uOiByZWxhdGl2ZTsiXQ==")],listKr:[c("YVtocmVmKj0iLy9hZC5wbGFuYnBsdXMuY28ua3IvIl0="),c("I2xpdmVyZUFkV3JhcHBlcg=="),c("YVtocmVmKj0iLy9hZHYuaW1hZHJlcC5jby5rci8iXQ=="),c("aW5zLmZhc3R2aWV3LWFk"),".revenue_unit_item.dable"],listeAr:[c("LmdlbWluaUxCMUFk"),".right-and-left-sponsers",c("YVtocmVmKj0iLmFmbGFtLmluZm8iXQ=="),c("YVtocmVmKj0iYm9vcmFxLm9yZyJd"),c("YVtocmVmKj0iZHViaXp6bGUuY29tL2FyLz91dG1fc291cmNlPSJd")],listeFr:[c("YVtocmVmXj0iaHR0cDovL3Byb21vLnZhZG9yLmNvbS8iXQ=="),c("I2FkY29udGFpbmVyX3JlY2hlcmNoZQ=="),c("YVtocmVmKj0id2Vib3JhbWEuZnIvZmNnaS1iaW4vIl0="),".site-pub-interstitiel",'div[id^="crt-"][data-criteo-id]'],officialPolish:["#ceneo-placeholder-ceneo-12",c("W2hyZWZePSJodHRwczovL2FmZi5zZW5kaHViLnBsLyJd"),c("YVtocmVmXj0iaHR0cDovL2Fkdm1hbmFnZXIudGVjaGZ1bi5wbC9yZWRpcmVjdC8iXQ=="),c("YVtocmVmXj0iaHR0cDovL3d3dy50cml6ZXIucGwvP3V0bV9zb3VyY2UiXQ=="),c("ZGl2I3NrYXBpZWNfYWQ=")],ro:[c("YVtocmVmXj0iLy9hZmZ0cmsuYWx0ZXgucm8vQ291bnRlci9DbGljayJd"),c("YVtocmVmXj0iaHR0cHM6Ly9ibGFja2ZyaWRheXNhbGVzLnJvL3Ryay9zaG9wLyJd"),c("YVtocmVmXj0iaHR0cHM6Ly9ldmVudC4ycGVyZm9ybWFudC5jb20vZXZlbnRzL2NsaWNrIl0="),c("YVtocmVmXj0iaHR0cHM6Ly9sLnByb2ZpdHNoYXJlLnJvLyJd"),'a[href^="/url/"]'],ruAd:[c("YVtocmVmKj0iLy9mZWJyYXJlLnJ1LyJd"),c("YVtocmVmKj0iLy91dGltZy5ydS8iXQ=="),c("YVtocmVmKj0iOi8vY2hpa2lkaWtpLnJ1Il0="),"#pgeldiz",".yandex-rtb-block"],thaiAds:["a[href*=macau-uta-popup]",c("I2Fkcy1nb29nbGUtbWlkZGxlX3JlY3RhbmdsZS1ncm91cA=="),c("LmFkczMwMHM="),".bumq",".img-kosana"],webAnnoyancesUltralist:["#mod-social-share-2","#social-tools",c("LmN0cGwtZnVsbGJhbm5lcg=="),".zergnet-recommend",".yt.btn-link.btn-md.btn"]},n=Object.keys(t),[4,et((a=[]).concat.apply(a,n.map((function(e){return t[e]}))))]):[2,void 0];case 1:return r=i.sent(),e&&function(t,e){for(var n="DOM blockers debug:\n```",r=0,o=Object.keys(t);r<o.length;r++){var i=o[r];n+="\n".concat(i,":");for(var a=0,c=t[i];a<c.length;a++){var s=c[a];n+="\n ".concat(e[s]?"🚫":"➡️"," ").concat(s)}}console.log("".concat(n,"\n```"))}(t,r),(o=n.filter((function(e){var n=t[e];return m(n.map((function(t){return r[t]})))>.6*n.length}))).sort(),[2,o]}var c}))}))},fontPreferences:function(){return function(t,e){void 0===e&&(e=4e3);return z((function(n,r){var o=r.document,i=o.body,c=i.style;c.width="".concat(e,"px"),c.webkitTextSizeAdjust=c.textSizeAdjust="none",R()?i.style.zoom="".concat(1/r.devicePixelRatio):W()&&(i.style.zoom="reset");var s=o.createElement("div");return s.textContent=a([],Array(e/20|0),!0).map((function(){return"word"})).join(" "),i.appendChild(s),t(o,i)}),'<!doctype html><html><head><meta name="viewport" content="width=device-width, initial-scale=1">')}((function(t,e){for(var n={},r={},o=0,i=Object.keys(ft);o<i.length;o++){var a=i[o],c=ft[a],s=c[0],u=void 0===s?{}:s,l=c[1],f=void 0===l?"mmMwWLliI0fiflO&1":l,d=t.createElement("span");d.textContent=f,d.style.whiteSpace="nowrap";for(var v=0,p=Object.keys(u);v<p.length;v++){var h=p[v],m=u[h];void 0!==m&&(d.style[h]=m)}n[a]=d,e.append(t.createElement("br"),d)}for(var y=0,b=Object.keys(ft);y<b.length;y++){r[a=b[y]]=n[a].getBoundingClientRect().width}return r}))},audio:function(){return W()&&Z()&&N()||R()&&(t=navigator,e=window,n=Audio.prototype,r=e.visualViewport,m(["srLatency"in n,"srChannelCount"in n,"devicePosture"in t,r&&"segments"in r,"getTextInformation"in Image.prototype])>=3)&&function(){var t=window,e=t.URLPattern;return m(["union"in Set.prototype,"Iterator"in t,e&&"hasRegExpGroups"in e.prototype,"RGB8"in WebGLRenderingContext.prototype])>=3}()?-4:function(){var t=window,e=t.OfflineAudioContext||t.webkitOfflineAudioContext;if(!e)return-2;if(W()&&!C()&&!function(){var t=window;return m(["DOMRectList"in t,"RTCPeerConnectionIceEvent"in t,"SVGGeometryElement"in t,"ontransitioncancel"in t])>=3}())return-1;var n=4500,r=new e(1,5e3,44100),o=r.createOscillator();o.type="triangle",o.frequency.value=1e4;var i=r.createDynamicsCompressor();i.threshold.value=-50,i.knee.value=40,i.ratio.value=12,i.attack.value=0,i.release.value=.25,o.connect(i),i.connect(r.destination),o.start(0);var a=function(t){var e=3,n=500,r=500,o=5e3,i=function(){},a=new Promise((function(a,c){var s=!1,l=0,f=0;t.oncomplete=function(t){return a(t.renderedBuffer)};var v=function(){setTimeout((function(){return c(Y("timeout"))}),Math.min(r,f+o-Date.now()))},p=function(){try{var r=t.startRendering();switch(u(r)&&d(r),t.state){case"running":f=Date.now(),s&&v();break;case"suspended":document.hidden||l++,s&&l>=e?c(Y("suspended")):setTimeout(p,n)}}catch(t){c(t)}};p(),i=function(){s||(s=!0,f>0&&v())}}));return[a,i]}(r),c=a[0],s=a[1],l=d(c.then((function(t){return function(t){for(var e=0,n=0;n<t.length;++n)e+=Math.abs(t[n]);return e}(t.getChannelData(0).subarray(n))}),(function(t){if("timeout"===t.name||"suspended"===t.name)return-3;throw t})));return function(){return s(),l}}();var t,e,n,r},screenFrame:function(){var t=this;if(W()&&Z()&&N())return function(){return Promise.resolve(void 0)};var e=K();return function(){return o(t,void 0,void 0,(function(){var t,n;return i(this,(function(r){switch(r.label){case 0:return[4,e()];case 1:return t=r.sent(),[2,[(n=function(t){return null===t?null:y(t,10)})(t[0]),n(t[1]),n(t[2]),n(t[3])]]}}))}))}},canvas:function(){return function(t){var e,n,r,o=!1,i=function(){var t=document.createElement("canvas");return t.width=1,t.height=1,[t,t.getContext("2d")]}(),a=i[0],c=i[1];!function(t,e){return!(!e||!t.toDataURL)}(a,c)?n=r="unsupported":(o=function(t){return t.rect(0,0,10,10),t.rect(2,2,6,6),!t.isPointInPath(5,5,"evenodd")}(c),t?n=r="skipped":(e=function(t,e){!function(t,e){t.width=240,t.height=60,e.textBaseline="alphabetic",e.fillStyle="#f60",e.fillRect(100,1,62,20),e.fillStyle="#069",e.font='11pt "Times New Roman"';var n="Cwm fjordbank gly ".concat(String.fromCharCode(55357,56835));e.fillText(n,2,15),e.fillStyle="rgba(102, 204, 0, 0.2)",e.font="18pt Arial",e.fillText(n,4,45)}(t,e);var n=U(t),r=U(t);if(n!==r)return["unstable","unstable"];!function(t,e){t.width=122,t.height=110,e.globalCompositeOperation="multiply";for(var n=0,r=[["#f2f",40,40],["#2ff",80,40],["#ff2",60,80]];n<r.length;n++){var o=r[n],i=o[0],a=o[1],c=o[2];e.fillStyle=i,e.beginPath(),e.arc(a,c,40,0,2*Math.PI,!0),e.closePath(),e.fill()}e.fillStyle="#f9c",e.arc(60,60,60,0,2*Math.PI,!0),e.arc(60,60,20,0,2*Math.PI,!0),e.fill("evenodd")}(t,e);var o=U(t);return[o,n]}(a,c),n=e[0],r=e[1]));return{winding:o,geometry:n,text:r}}(W()&&Z()&&N())},osCpu:function(){return navigator.oscpu},languages:function(){var t,e=navigator,n=[],r=e.language||e.userLanguage||e.browserLanguage||e.systemLanguage;if(void 0!==r&&n.push([r]),Array.isArray(e.languages))R()&&m([!("MediaSettingsRange"in(t=window)),"RTCEncodedAudioFrame"in t,""+t.Intl=="[object Intl]",""+t.Reflect=="[object Reflect]"])>=3||n.push(e.languages);else if("string"==typeof e.languages){var o=e.languages;o&&n.push(o.split(","))}return n},colorDepth:function(){return window.screen.colorDepth},deviceMemory:function(){return h(p(navigator.deviceMemory),void 0)},screenResolution:function(){var t,e,n;if(!(W()&&Z()&&N()))return t=screen,(n=[(e=function(t){return h(v(t),null)})(t.width),e(t.height)]).sort().reverse(),n},hardwareConcurrency:function(){return h(v(navigator.hardwareConcurrency),void 0)},timezone:function(){var t,e=null===(t=window.Intl)||void 0===t?void 0:t.DateTimeFormat;if(e){var n=(new e).resolvedOptions().timeZone;if(n)return n}var r,o=(r=(new Date).getFullYear(),-Math.max(p(new Date(r,0,1).getTimezoneOffset()),p(new Date(r,6,1).getTimezoneOffset())));return"UTC".concat(o>=0?"+":"").concat(o)},sessionStorage:function(){try{return!!window.sessionStorage}catch(t){return!0}},localStorage:function(){try{return!!window.localStorage}catch(t){return!0}},indexedDB:function(){var t,e;if(!(P()||(t=window,e=navigator,m(["msWriteProfilerMark"in t,"MSStream"in t,"msLaunchUri"in e,"msSaveBlob"in e])>=3&&!P())))try{return!!window.indexedDB}catch(t){return!0}},openDatabase:function(){return!!window.openDatabase},cpuClass:function(){return navigator.cpuClass},platform:function(){var t=navigator.platform;return"MacIntel"===t&&W()&&!C()?function(){if("iPad"===navigator.platform)return!0;var t=screen,e=t.width/t.height;return m(["MediaSource"in window,!!Element.prototype.webkitRequestFullscreen,e>.65&&e<1.53])>=2}()?"iPad":"iPhone":t},plugins:function(){var t=navigator.plugins;if(t){for(var e=[],n=0;n<t.length;++n){var r=t[n];if(r){for(var o=[],i=0;i<r.length;++i){var a=r[i];o.push({type:a.type,suffixes:a.suffixes})}e.push({name:r.name,description:r.description,mimeTypes:o})}}return e}},touchSupport:function(){var t,e=navigator,n=0;void 0!==e.maxTouchPoints?n=v(e.maxTouchPoints):void 0!==e.msMaxTouchPoints&&(n=e.msMaxTouchPoints);try{document.createEvent("TouchEvent"),t=!0}catch(e){t=!1}return{maxTouchPoints:n,touchEvent:t,touchStart:"ontouchstart"in window}},vendor:function(){return navigator.vendor||""},vendorFlavors:function(){for(var t=[],e=0,n=["chrome","safari","__crWeb","__gCrWeb","yandex","__yb","__ybro","__firefox__","__edgeTrackingPreventionStatistics","webkit","oprt","samsungAr","ucweb","UCShellJava","puffinDevice"];e<n.length;e++){var r=n[e],o=window[r];o&&"object"==typeof o&&t.push(r)}return t.sort()},cookiesEnabled:function(){var t=document;try{t.cookie="cookietest=1; SameSite=Strict;";var e=-1!==t.cookie.indexOf("cookietest=");return t.cookie="cookietest=1; SameSite=Strict; expires=Thu, 01-Jan-1970 00:00:01 GMT",e}catch(t){return!1}},colorGamut:function(){for(var t=0,e=["rec2020","p3","srgb"];t<e.length;t++){var n=e[t];if(matchMedia("(color-gamut: ".concat(n,")")).matches)return n}},invertedColors:function(){return!!rt("inverted")||!rt("none")&&void 0},forcedColors:function(){return!!ot("active")||!ot("none")&&void 0},monochrome:function(){if(matchMedia("(min-monochrome: 0)").matches){for(var t=0;t<=100;++t)if(matchMedia("(max-monochrome: ".concat(t,")")).matches)return t;throw new Error("Too high value")}},contrast:function(){return it("no-preference")?0:it("high")||it("more")?1:it("low")||it("less")?-1:it("forced")?10:void 0},reducedMotion:function(){return!!at("reduce")||!at("no-preference")&&void 0},reducedTransparency:function(){return!!ct("reduce")||!ct("no-preference")&&void 0},hdr:function(){return!!st("high")||!st("standard")&&void 0},math:function(){var t,e=ut.acos||lt,n=ut.acosh||lt,r=ut.asin||lt,o=ut.asinh||lt,i=ut.atanh||lt,a=ut.atan||lt,c=ut.sin||lt,s=ut.sinh||lt,u=ut.cos||lt,l=ut.cosh||lt,f=ut.tan||lt,d=ut.tanh||lt,v=ut.exp||lt,p=ut.expm1||lt,h=ut.log1p||lt;return{acos:e(.12312423423423424),acosh:n(1e308),acoshPf:(t=1e154,ut.log(t+ut.sqrt(t*t-1))),asin:r(.12312423423423424),asinh:o(1),asinhPf:function(t){return ut.log(t+ut.sqrt(t*t+1))}(1),atanh:i(.5),atanhPf:function(t){return ut.log((1+t)/(1-t))/2}(.5),atan:a(.5),sin:c(-1e300),sinh:s(1),sinhPf:function(t){return ut.exp(t)-1/ut.exp(t)/2}(1),cos:u(10.000000000123),cosh:l(1),coshPf:function(t){return(ut.exp(t)+1/ut.exp(t))/2}(1),tan:f(-1e300),tanh:d(1),tanhPf:function(t){return(ut.exp(2*t)-1)/(ut.exp(2*t)+1)}(1),exp:v(1),expm1:p(1),expm1Pf:function(t){return ut.exp(t)-1}(1),log1p:h(10),log1pPf:function(t){return ut.log(1+t)}(10),powPI:function(t){return ut.pow(ut.PI,t)}(-100)}},pdfViewerEnabled:function(){return navigator.pdfViewerEnabled},architecture:function(){var t=new Float32Array(1),e=new Uint8Array(t.buffer);return t[0]=1/0,t[0]=t[0]-t[0],e[3]},applePay:function(){var t=window.ApplePaySession;if("function"!=typeof(null==t?void 0:t.canMakePayments))return-1;if(dt())return-3;try{return t.canMakePayments()?1:0}catch(t){return function(t){if(t instanceof Error&&"InvalidAccessError"===t.name&&/\bfrom\b.*\binsecure\b/i.test(t.message))return-2;throw t}(t)}},privateClickMeasurement:function(){var t,e=document.createElement("a"),n=null!==(t=e.attributionSourceId)&&void 0!==t?t:e.attributionsourceid;return void 0===n?void 0:String(n)},audioBaseLatency:function(){var t;return H()||W()?window.AudioContext&&null!==(t=(new AudioContext).baseLatency)&&void 0!==t?t:-1:-2},dateTimeLocale:function(){if(!window.Intl)return-1;var t=window.Intl.DateTimeFormat;if(!t)return-2;var e=t().resolvedOptions().locale;return e||""===e?e:-3},webGlBasics:function(t){var e,n,r,o,i,a,c=bt(t.cache);if(!c)return-1;if(!Lt(c))return-2;var s=_t()?null:c.getExtension(yt);return{version:(null===(e=c.getParameter(c.VERSION))||void 0===e?void 0:e.toString())||"",vendor:(null===(n=c.getParameter(c.VENDOR))||void 0===n?void 0:n.toString())||"",vendorUnmasked:s?null===(r=c.getParameter(s.UNMASKED_VENDOR_WEBGL))||void 0===r?void 0:r.toString():"",renderer:(null===(o=c.getParameter(c.RENDERER))||void 0===o?void 0:o.toString())||"",rendererUnmasked:s?null===(i=c.getParameter(s.UNMASKED_RENDERER_WEBGL))||void 0===i?void 0:i.toString():"",shadingLanguageVersion:(null===(a=c.getParameter(c.SHADING_LANGUAGE_VERSION))||void 0===a?void 0:a.toString())||""}},webGlExtensions:function(t){var e=bt(t.cache);if(!e)return-1;if(!Lt(e))return-2;var n=e.getSupportedExtensions(),r=e.getContextAttributes(),o=[],i=[],a=[],c=[],s=[];if(r)for(var u=0,l=Object.keys(r);u<l.length;u++){var f=l[u];i.push("".concat(f,"=").concat(r[f]))}for(var d=0,v=At(e);d<v.length;d++){var p=e[w=v[d]];a.push("".concat(w,"=").concat(p).concat(vt.has(p)?"=".concat(e.getParameter(p)):""))}if(n)for(var h=0,m=n;h<m.length;h++){var y=m[h];if(!(y===yt&&_t()||"WEBGL_polygon_mode"===y&&(R()||W()))){var b=e.getExtension(y);if(b)for(var g=0,A=At(b);g<A.length;g++){var w;p=b[w=A[g]];c.push("".concat(w,"=").concat(p).concat(pt.has(p)?"=".concat(e.getParameter(p)):""))}else o.push(y)}}for(var _=0,L=ht;_<L.length;_++)for(var k=L[_],I=0,j=mt;I<j.length;I++){var S=j[I],E=gt(e,k,S);s.push("".concat(k,".").concat(S,"=").concat(E.join(",")))}return c.sort(),a.sort(),{contextAttributes:i,parameters:a,shaderPrecisions:s,extensions:n,extensionParameters:c,unsupportedExtensions:o}}};function It(t){var e=function(t){if(H())return.4;if(W())return!C()||Z()&&N()?.3:.5;var e="value"in t.platform?t.platform.value:"";if(/^Win/.test(e))return.6;if(/^Mac/.test(e))return.5;return.7}(t),n=function(t){return y(.99+.01*t,1e-4)}(e);return{score:e,comment:"$ if upgrade to Pro: https://fpjs.dev/pro".replace(/\$/g,"".concat(n))}}function jt(t){return JSON.stringify(t,(function(t,e){return e instanceof Error?r({name:(n=e).name,message:n.message,stack:null===(o=n.stack)||void 0===o?void 0:o.split("\n")},n):e;var n,o}),2)}function St(t){return M(function(t){for(var e="",n=0,r=Object.keys(t).sort();n<r.length;n++){var o=r[n],i=t[o],a="error"in i?"error":JSON.stringify(i.value);e+="".concat(e?"|":"").concat(o.replace(/([:|\\])/g,"\\$1"),":").concat(a)}return e}(t))}function Et(t){return void 0===t&&(t=50),function(t,e){void 0===e&&(e=1/0);var n=window.requestIdleCallback;return n?new Promise((function(t){return n.call(window,(function(){return t()}),{timeout:e})})):s(Math.min(t,e))}(t,2*t)}function xt(t,e){var n=Date.now();return{get:function(r){return o(this,void 0,void 0,(function(){var o,a,s;return i(this,(function(i){switch(i.label){case 0:return o=Date.now(),[4,t()];case 1:return a=i.sent(),s=function(t){var e,n=It(t);return{get visitorId(){return void 0===e&&(e=St(this.components)),e},set visitorId(t){e=t},confidence:n,components:t,version:c}}(a),(e||(null==r?void 0:r.debug))&&console.log("Copy the text below to get the debug data:\n\n```\nversion: ".concat(s.version,"\nuserAgent: ").concat(navigator.userAgent,"\ntimeBetweenLoadAndGet: ").concat(o-n,"\nvisitorId: ").concat(s.visitorId,"\ncomponents: ").concat(jt(a),"\n```")),[2,s]}}))}))}}}var Ot={load:function(t){var e;return void 0===t&&(t={}),o(this,void 0,void 0,(function(){var n,r,o;return i(this,(function(i){switch(i.label){case 0:return(null===(e=t.monitoring)||void 0===e||e)&&function(){if(!(window.__fpjs_d_m||Math.random()>=.001))try{var t=new XMLHttpRequest;t.open("get","https://m1.openfpcdn.io/fingerprintjs/v".concat(c,"/npm-monitoring"),!0),t.send()}catch(t){console.error(t)}}(),n=t.delayFallback,r=t.debug,[4,Et(n)];case 1:return i.sent(),o=function(t){return T(kt,t,[])}({cache:{},debug:r}),[2,xt(o,r)]}}))}))},hashComponents:St,componentsToDebugString:jt},Mt=n(8330),Vt=n(9588),Tt=n(7007),Pt=n(916),Rt=n(8301);const Wt="permission-disconnected";class Ct extends Tt.EventEmitter{static instance;static platform={sdkVersion:Mt.rE,identifier:""};_appIds=new Map([[Pt.en.Access,{}],[Pt.en.Map,{}]]);_tokenStorage={};_appIdsHistory=[];static getInstance(){return Ct.instance||(Ct.instance=new Ct),Ct.instance}static setPlatform(t){Ct.platform=t}updateToken(t){const{appId:e,secret:n,token:r,from:o}=t;this._tokenStorage[e]=r,this._appIds.get(o)[e]=n,this._appIdsHistory.push(e)}deleteToken(t,e){delete this._tokenStorage[t],e&&(delete this._appIds.get(e)[t],this.emit(Wt,{appId:t,from:e}))}getVersion(){return Ct.platform.sdkVersion}getToken(t){return this._tokenStorage[t]}async getIdentifier(){if(!Ct.platform.identifier){const t=await Ot.load(),e=await t.get();Ct.platform.identifier=e.visitorId}return Ct.platform.identifier}getAppId(t){const e=t?Object.keys(this._appIds.get(t)):[...Object.keys(this._appIds.get(Pt.en.Access)),...Object.keys(this._appIds.get(Pt.en.Map))];return(0,Rt.A)(this._appIdsHistory.reverse(),(t=>e.includes(t)))}async fetchToken(t,e,n=0){try{const n={appId:t,secret:e,..."bundleId"in Ct.platform?{bundleId:Ct.platform.bundleId}:"sha1"in Ct.platform?{sha1:Ct.platform.sha1,packageName:Ct.platform.packageName}:{origin:window.location.hostname||"restriction.test.example.com",keyPlatform:"WEB"}},r={"Content-Type":"application/json",sdkVersion:Ct.platform.sdkVersion,identifier:Ct.platform.identifier??await this.getIdentifier()},o=await fetch(Vt.R0,{method:"POST",body:JSON.stringify(n),headers:r});return(await o.json()).result.idToken}catch(r){if(n<3){const r=500*Math.pow(2,n);return console.warn(`Retrying to fetch token in ${r} ms...`,++n),await new Promise((t=>setTimeout(t,r))),this.fetchToken(t,e,n)}throw r}}}},8300:(t,e,n)=>{n.d(e,{A:()=>c});var r=n(2050);const o=function(t){return this.__data__.set(t,"__lodash_hash_undefined__"),this};const i=function(t){return this.__data__.has(t)};function a(t){var e=-1,n=null==t?0:t.length;for(this.__data__=new r.A;++e<n;)this.add(t[e])}a.prototype.add=a.prototype.push=o,a.prototype.has=i;const c=a},8301:(t,e,n)=>{n.d(e,{A:()=>a});var r=n(8816),o=n(8446),i=n(7405);const a=function(t){return function(e,n,a){var c=Object(e);if(!(0,o.A)(e)){var s=(0,r.A)(n,3);e=(0,i.A)(e),n=function(t){return s(c[t],t,c)}}var u=t(e,n,a);return u>-1?c[s?e[u]:u]:void 0}}(n(1625).A)},8330:t=>{t.exports={rE:"8.4.0"}},8335:(t,e,n)=>{n.d(e,{A:()=>i});var r=n(8562),o=n(1917);const i=(0,r.A)(o.A,"Map")},8446:(t,e,n)=>{n.d(e,{A:()=>i});var r=n(9610),o=n(5254);const i=function(t){return null!=t&&(0,o.A)(t.length)&&!(0,r.A)(t)}},8562:(t,e,n)=>{n.d(e,{A:()=>b});var r=n(9610);const o=n(1917).A["__core-js_shared__"];var i,a=(i=/[^.]+$/.exec(o&&o.keys&&o.keys.IE_PROTO||""))?"Symbol(src)_1."+i:"";const c=function(t){return!!a&&a in t};var s=n(3149),u=n(1121),l=/^\[object .+?Constructor\]$/,f=Function.prototype,d=Object.prototype,v=f.toString,p=d.hasOwnProperty,h=RegExp("^"+v.call(p).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");const m=function(t){return!(!(0,s.A)(t)||c(t))&&((0,r.A)(t)?h:l).test((0,u.A)(t))};const y=function(t,e){return null==t?void 0:t[e]};const b=function(t,e){var n=y(t,e);return m(n)?n:void 0}},8593:(t,e,n)=>{n.d(e,{A:()=>o});var r=n(8776);const o=function(t){var e=(0,r.A)(t),n=e%1;return e==e?n?e-n:e:0}},8776:(t,e,n)=>{n.d(e,{A:()=>i});var r=n(751),o=1/0;const i=function(t){return t?(t=(0,r.A)(t))===o||t===-1/0?17976931348623157e292*(t<0?-1:1):t==t?t:0:0===t?t:0}},8816:(t,e,n)=>{n.d(e,{A:()=>xt});var r=n(9469);const o=function(){this.__data__=new r.A,this.size=0};const i=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n};const a=function(t){return this.__data__.get(t)};const c=function(t){return this.__data__.has(t)};var s=n(8335),u=n(2050);const l=function(t,e){var n=this.__data__;if(n instanceof r.A){var o=n.__data__;if(!s.A||o.length<199)return o.push([t,e]),this.size=++n.size,this;n=this.__data__=new u.A(o)}return n.set(t,e),this.size=n.size,this};function f(t){var e=this.__data__=new r.A(t);this.size=e.size}f.prototype.clear=o,f.prototype.delete=i,f.prototype.get=a,f.prototype.has=c,f.prototype.set=l;const d=f;var v=n(8300),p=n(3736),h=n(4099);const m=function(t,e,n,r,o,i){var a=1&n,c=t.length,s=e.length;if(c!=s&&!(a&&s>c))return!1;var u=i.get(t),l=i.get(e);if(u&&l)return u==e&&l==t;var f=-1,d=!0,m=2&n?new v.A:void 0;for(i.set(t,e),i.set(e,t);++f<c;){var y=t[f],b=e[f];if(r)var g=a?r(b,y,f,e,t,i):r(y,b,f,t,e,i);if(void 0!==g){if(g)continue;d=!1;break}if(m){if(!(0,p.A)(e,(function(t,e){if(!(0,h.A)(m,e)&&(y===t||o(y,t,n,r,i)))return m.push(e)}))){d=!1;break}}else if(y!==b&&!o(y,b,n,r,i)){d=!1;break}}return i.delete(t),i.delete(e),d};var y=n(241),b=n(1917);const g=b.A.Uint8Array;var A=n(6984);const w=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t,r){n[++e]=[r,t]})),n};var _=n(9959),L=y.A?y.A.prototype:void 0,k=L?L.valueOf:void 0;const I=function(t,e,n,r,o,i,a){switch(n){case"[object DataView]":if(t.byteLength!=e.byteLength||t.byteOffset!=e.byteOffset)return!1;t=t.buffer,e=e.buffer;case"[object ArrayBuffer]":return!(t.byteLength!=e.byteLength||!i(new g(t),new g(e)));case"[object Boolean]":case"[object Date]":case"[object Number]":return(0,A.A)(+t,+e);case"[object Error]":return t.name==e.name&&t.message==e.message;case"[object RegExp]":case"[object String]":return t==e+"";case"[object Map]":var c=w;case"[object Set]":var s=1&r;if(c||(c=_.A),t.size!=e.size&&!s)return!1;var u=a.get(t);if(u)return u==e;r|=2,a.set(t,e);var l=m(c(t),c(e),r,o,i,a);return a.delete(t),l;case"[object Symbol]":if(k)return k.call(t)==k.call(e)}return!1};var j=n(3831),S=n(4792),E=n(7405);const x=function(t){return(0,j.A)(t,E.A,S.A)};var O=Object.prototype.hasOwnProperty;const M=function(t,e,n,r,o,i){var a=1&n,c=x(t),s=c.length;if(s!=x(e).length&&!a)return!1;for(var u=s;u--;){var l=c[u];if(!(a?l in e:O.call(e,l)))return!1}var f=i.get(t),d=i.get(e);if(f&&d)return f==e&&d==t;var v=!0;i.set(t,e),i.set(e,t);for(var p=a;++u<s;){var h=t[l=c[u]],m=e[l];if(r)var y=a?r(m,h,l,e,t,i):r(h,m,l,t,e,i);if(!(void 0===y?h===m||o(h,m,n,r,i):y)){v=!1;break}p||(p="constructor"==l)}if(v&&!p){var b=t.constructor,g=e.constructor;b==g||!("constructor"in t)||!("constructor"in e)||"function"==typeof b&&b instanceof b&&"function"==typeof g&&g instanceof g||(v=!1)}return i.delete(t),i.delete(e),v};var V=n(8562);const T=(0,V.A)(b.A,"DataView");const P=(0,V.A)(b.A,"Promise");var R=n(9857);const W=(0,V.A)(b.A,"WeakMap");var C=n(2383),N=n(1121),F="[object Map]",Z="[object Promise]",G="[object Set]",H="[object WeakMap]",Y="[object DataView]",z=(0,N.A)(T),D=(0,N.A)(s.A),X=(0,N.A)(P),B=(0,N.A)(R.A),J=(0,N.A)(W),U=C.A;(T&&U(new T(new ArrayBuffer(1)))!=Y||s.A&&U(new s.A)!=F||P&&U(P.resolve())!=Z||R.A&&U(new R.A)!=G||W&&U(new W)!=H)&&(U=function(t){var e=(0,C.A)(t),n="[object Object]"==e?t.constructor:void 0,r=n?(0,N.A)(n):"";if(r)switch(r){case z:return Y;case D:return F;case X:return Z;case B:return G;case J:return H}return e});const $=U;var Q=n(2049),K=n(1200),q=n(2871),tt="[object Arguments]",et="[object Array]",nt="[object Object]",rt=Object.prototype.hasOwnProperty;const ot=function(t,e,n,r,o,i){var a=(0,Q.A)(t),c=(0,Q.A)(e),s=a?et:$(t),u=c?et:$(e),l=(s=s==tt?nt:s)==nt,f=(u=u==tt?nt:u)==nt,v=s==u;if(v&&(0,K.A)(t)){if(!(0,K.A)(e))return!1;a=!0,l=!1}if(v&&!l)return i||(i=new d),a||(0,q.A)(t)?m(t,e,n,r,o,i):I(t,e,s,n,r,o,i);if(!(1&n)){var p=l&&rt.call(t,"__wrapped__"),h=f&&rt.call(e,"__wrapped__");if(p||h){var y=p?t.value():t,b=h?e.value():e;return i||(i=new d),o(y,b,n,r,i)}}return!!v&&(i||(i=new d),M(t,e,n,r,o,i))};var it=n(3098);const at=function t(e,n,r,o,i){return e===n||(null==e||null==n||!(0,it.A)(e)&&!(0,it.A)(n)?e!=e&&n!=n:ot(e,n,r,o,t,i))};const ct=function(t,e,n,r){var o=n.length,i=o,a=!r;if(null==t)return!i;for(t=Object(t);o--;){var c=n[o];if(a&&c[2]?c[1]!==t[c[0]]:!(c[0]in t))return!1}for(;++o<i;){var s=(c=n[o])[0],u=t[s],l=c[1];if(a&&c[2]){if(void 0===u&&!(s in t))return!1}else{var f=new d;if(r)var v=r(u,l,s,t,e,f);if(!(void 0===v?at(l,u,3,r,f):v))return!1}}return!0};var st=n(3149);const ut=function(t){return t==t&&!(0,st.A)(t)};const lt=function(t){for(var e=(0,E.A)(t),n=e.length;n--;){var r=e[n],o=t[r];e[n]=[r,o,ut(o)]}return e};const ft=function(t,e){return function(n){return null!=n&&(n[t]===e&&(void 0!==e||t in Object(n)))}};const dt=function(t){var e=lt(t);return 1==e.length&&e[0][2]?ft(e[0][0],e[0][1]):function(n){return n===t||ct(n,t,e)}};var vt=n(6318);const pt=function(t,e,n){var r=null==t?void 0:(0,vt.A)(t,e);return void 0===r?n:r};const ht=function(t,e){return null!=t&&e in Object(t)};var mt=n(4878),yt=n(5175),bt=n(5353),gt=n(5254),At=n(901);const wt=function(t,e,n){for(var r=-1,o=(e=(0,mt.A)(e,t)).length,i=!1;++r<o;){var a=(0,At.A)(e[r]);if(!(i=null!=t&&n(t,a)))break;t=t[a]}return i||++r!=o?i:!!(o=null==t?0:t.length)&&(0,gt.A)(o)&&(0,bt.A)(a,o)&&((0,Q.A)(t)||(0,yt.A)(t))};const _t=function(t,e){return null!=t&&wt(t,e,ht)};var Lt=n(6586);const kt=function(t,e){return(0,Lt.A)(t)&&ut(e)?ft((0,At.A)(t),e):function(n){var r=pt(n,t);return void 0===r&&r===e?_t(n,t):at(e,r,3)}};var It=n(9008);const jt=function(t){return function(e){return null==e?void 0:e[t]}};const St=function(t){return function(e){return(0,vt.A)(e,t)}};const Et=function(t){return(0,Lt.A)(t)?jt((0,At.A)(t)):St(t)};const xt=function(t){return"function"==typeof t?t:null==t?It.A:"object"==typeof t?(0,Q.A)(t)?kt(t[0],t[1]):dt(t):Et(t)}},9008:(t,e,n)=>{n.d(e,{A:()=>r});const r=function(t){return t}},9469:(t,e,n)=>{n.d(e,{A:()=>d});const r=function(){this.__data__=[],this.size=0};var o=n(6984);const i=function(t,e){for(var n=t.length;n--;)if((0,o.A)(t[n][0],e))return n;return-1};var a=Array.prototype.splice;const c=function(t){var e=this.__data__,n=i(e,t);return!(n<0)&&(n==e.length-1?e.pop():a.call(e,n,1),--this.size,!0)};const s=function(t){var e=this.__data__,n=i(e,t);return n<0?void 0:e[n][1]};const u=function(t){return i(this.__data__,t)>-1};const l=function(t,e){var n=this.__data__,r=i(n,t);return r<0?(++this.size,n.push([t,e])):n[r][1]=e,this};function f(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var r=t[e];this.set(r[0],r[1])}}f.prototype.clear=r,f.prototype.delete=c,f.prototype.get=s,f.prototype.has=u,f.prototype.set=l;const d=f},9588:(t,e,n)=>{n.d(e,{KL:()=>i,R0:()=>r,e$:()=>o});const r="https://map-api.mapxus.co.jp/sc/api/v1/apikeys/auth",o=10,i=1},9610:(t,e,n)=>{n.d(e,{A:()=>i});var r=n(2383),o=n(3149);const i=function(t){if(!(0,o.A)(t))return!1;var e=(0,r.A)(t);return"[object Function]"==e||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e}},9857:(t,e,n)=>{n.d(e,{A:()=>i});var r=n(8562),o=n(1917);const i=(0,r.A)(o.A,"Set")},9959:(t,e,n)=>{n.d(e,{A:()=>r});const r=function(t){var e=-1,n=Array(t.size);return t.forEach((function(t){n[++e]=t})),n}}},e={};function n(r){var o=e[r];if(void 0!==o)return o.exports;var i=e[r]={exports:{}};return t[r](i,i.exports,n),i.exports}n.d=(t,e)=>{for(var r in e)n.o(e,r)&&!n.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:e[r]})},n.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),n.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var r={};n.r(r),n.d(r,{OFFSET:()=>i.e$,PAGE:()=>i.KL,VERSION:()=>u,convertBrowserLangToPresetLang:()=>a.y,getIdentifier:()=>s});var o=n(8330),i=n(9588),a=n(4969),c=n(7311);async function s(){return c.o.getInstance().getIdentifier()}const u=o.rE;var l=exports;for(var f in r)l[f]=r[f];r.__esModule&&Object.defineProperty(l,"__esModule",{value:!0})})();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mapxus/mapxus-map-jp",
3
- "version": "8.2.0",
3
+ "version": "8.4.0",
4
4
  "description": "mapxus map web sdk - kawasaki-prod",
5
5
  "main": "lib/index.cjs",
6
6
  "unpkg": "dist/index.umd.js",