@jolibox/implement 1.1.56 → 1.2.1

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.
Files changed (61) hide show
  1. package/.rush/temp/package-deps_build.json +35 -28
  2. package/dist/common/rewards/index.d.ts +2 -0
  3. package/dist/common/rewards/registers/use-gem-only.d.ts +10 -0
  4. package/dist/common/rewards/registers/use-gem.d.ts +10 -0
  5. package/dist/common/rewards/registers/utils/coins/commands/currency-handlers.d.ts +15 -0
  6. package/dist/common/rewards/registers/utils/coins/commands/index.d.ts +1 -1
  7. package/dist/common/rewards/registers/utils/coins/commands/use-jolicoin.d.ts +10 -8
  8. package/dist/common/rewards/registers/utils/coins/commands/use-payment.d.ts +10 -8
  9. package/dist/common/rewards/registers/utils/coins/commands/use-unlogin.d.ts +6 -8
  10. package/dist/common/rewards/registers/utils/coins/currency-config.d.ts +8 -0
  11. package/dist/common/rewards/registers/utils/coins/index.d.ts +2 -18
  12. package/dist/common/rewards/registers/utils/coins/jolicoin/jolicoin-handler.d.ts +18 -0
  13. package/dist/common/rewards/registers/utils/coins/joligem/fetch-gem-balance.d.ts +4 -0
  14. package/dist/common/rewards/registers/utils/coins/joligem/gem-handler.d.ts +19 -0
  15. package/dist/common/rewards/registers/utils/index.d.ts +3 -1
  16. package/dist/common/rewards/reward-emitter.d.ts +23 -13
  17. package/dist/common/rewards/reward-helper.d.ts +3 -1
  18. package/dist/common/rewards/type.d.ts +10 -1
  19. package/dist/index.js +9 -9
  20. package/dist/index.native.js +68 -53
  21. package/dist/native/api/ads.d.ts +4 -0
  22. package/dist/native/payment/payment-helper.d.ts +5 -1
  23. package/dist/native/rewards/check-frequency.d.ts +24 -0
  24. package/dist/native/rewards/ui/utils.d.ts +1 -1
  25. package/implement.build.log +2 -2
  26. package/package.json +5 -5
  27. package/src/common/rewards/__tests__/can-use-jolicoin.test.ts +265 -9
  28. package/src/common/rewards/fetch-reward.ts +18 -3
  29. package/src/common/rewards/index.ts +2 -0
  30. package/src/common/rewards/registers/use-gem-only.ts +58 -0
  31. package/src/common/rewards/registers/use-gem.ts +53 -0
  32. package/src/common/rewards/registers/use-jolicoin-only.ts +4 -4
  33. package/src/common/rewards/registers/use-jolicoin.ts +4 -4
  34. package/src/common/rewards/registers/utils/coins/commands/currency-handlers.ts +50 -0
  35. package/src/common/rewards/registers/utils/coins/commands/index.ts +1 -1
  36. package/src/common/rewards/registers/utils/coins/commands/use-jolicoin.ts +31 -19
  37. package/src/common/rewards/registers/utils/coins/commands/use-payment.ts +32 -25
  38. package/src/common/rewards/registers/utils/coins/commands/use-unlogin.ts +22 -24
  39. package/src/common/rewards/registers/utils/coins/currency-config.ts +23 -0
  40. package/src/common/rewards/registers/utils/coins/index.ts +2 -139
  41. package/src/common/rewards/registers/utils/coins/jolicoin/jolicoin-handler.ts +148 -0
  42. package/src/common/rewards/registers/utils/coins/joligem/fetch-gem-balance.ts +15 -0
  43. package/src/common/rewards/registers/utils/coins/joligem/gem-handler.ts +130 -0
  44. package/src/common/rewards/registers/utils/index.ts +20 -1
  45. package/src/common/rewards/reward-emitter.ts +23 -13
  46. package/src/common/rewards/reward-helper.ts +3 -1
  47. package/src/common/rewards/type.ts +13 -1
  48. package/src/h5/api/ads.ts +3 -0
  49. package/src/h5/rewards/index.ts +33 -20
  50. package/src/native/api/ads.ts +69 -1
  51. package/src/native/api/call-host-method.ts +36 -1
  52. package/src/native/bootstrap/index.ts +11 -7
  53. package/src/native/payment/index.ts +2 -0
  54. package/src/native/payment/payment-helper.ts +2 -1
  55. package/src/native/rewards/check-frequency.ts +10 -0
  56. package/src/native/rewards/ui/payment-modal.ts +115 -34
  57. package/src/native/rewards/ui/unlogin-modal.ts +182 -87
  58. package/src/native/rewards/ui/use-modal.ts +129 -68
  59. package/src/native/rewards/ui/utils.ts +2 -2
  60. /package/dist/common/rewards/registers/utils/coins/{fetch-balance.d.ts → jolicoin/fetch-balance.d.ts} +0 -0
  61. /package/src/common/rewards/registers/utils/coins/{fetch-balance.ts → jolicoin/fetch-balance.ts} +0 -0
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
- var Kd=Object.create;var ui=Object.defineProperty,Wd=Object.defineProperties,zd=Object.getOwnPropertyDescriptor,Qd=Object.getOwnPropertyDescriptors,Yd=Object.getOwnPropertyNames,Pr=Object.getOwnPropertySymbols,Ca=Object.getPrototypeOf,di=Object.prototype.hasOwnProperty,ka=Object.prototype.propertyIsEnumerable,Xd=Reflect.get;var Ra=(e,t,r)=>t in e?ui(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Q=(e,t)=>{for(var r in t||(t={}))di.call(t,r)&&Ra(e,r,t[r]);if(Pr)for(var r of Pr(t))ka.call(t,r)&&Ra(e,r,t[r]);return e},ke=(e,t)=>Wd(e,Qd(t));var Wt=(e=>typeof require!="undefined"?require:typeof Proxy!="undefined"?new Proxy(e,{get:(t,r)=>(typeof require!="undefined"?require:t)[r]}):e)(function(e){if(typeof require!="undefined")return require.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')});var Ta=(e,t)=>{var r={};for(var n in e)di.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&Pr)for(var n of Pr(e))t.indexOf(n)<0&&ka.call(e,n)&&(r[n]=e[n]);return r};var Z=(e,t)=>()=>(e&&(t=e(e=0)),t);var ci=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var Zd=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of Yd(t))!di.call(e,i)&&i!==r&&ui(e,i,{get:()=>t[i],enumerable:!(n=zd(t,i))||n.enumerable});return e};var fi=(e,t,r)=>(r=e!=null?Kd(Ca(e)):{},Zd(t||!e||!e.__esModule?ui(r,"default",{value:e,enumerable:!0}):r,e));var xa=(e,t,r)=>Xd(Ca(e),r,t);var P=(e,t,r)=>new Promise((n,i)=>{var o=u=>{try{s(r.next(u))}catch(c){i(c)}},a=u=>{try{s(r.throw(u))}catch(c){i(c)}},s=u=>u.done?n(u.value):Promise.resolve(u.value).then(o,a);s((r=r.apply(e,t)).next())});function lc(e){return new Promise(t=>{setTimeout(()=>{t()},e)})}function Ba(e){return new Promise(t=>setTimeout(t,e))}function wi(e){return typeof e=="string"}function Fa(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)&&!(e instanceof RegExp)&&!(e instanceof Date)}function ja(e){return typeof e=="object"&&Array.isArray(e)}function uc(e){return typeof e=="undefined"}function dc(e){return uc(e)||e===null}function cc(e){return typeof e=="function"}function Ja(e){let t=e,r=null,n=function(...i){return r||(r=new t(...i)),r};return n.prototype=t.prototype,n}function Va(e,t,r){if(typeof r!="function")throw new Error("[Jolibox SDK]Customizer must be a function");function n(i,o){for(let a in o)if(Object.prototype.hasOwnProperty.call(o,a)){let s=i[a],u=o[a],c=r(s,u,a,i,o);c!==void 0?i[a]=c:Da(u)&&Da(s)?i[a]=n(Ua({},s),u):Array.isArray(u)&&Array.isArray(s)?i[a]=[...s,...u]:i[a]=u}return i}return n(e,t)}function Da(e){return e&&typeof e=="object"&&e.constructor===Object}function Ha(e,t){if(Array.isArray(e))return e.concat(t)}function Xt(e,t,r={}){let n=null,i,o,a,{leading:s=!1,trailing:u=!0}=r,c=()=>(a=e.apply(o,i),i=void 0,o=void 0,a),y=function(...h){i=h,o=this;let p=s&&!n;if(n&&clearTimeout(n),n=setTimeout(()=>{n=null,u&&!p&&c()},t),p)return c()};return y.cancel=()=>{n&&clearTimeout(n),n=null,i=o=void 0},y.flush=()=>{if(n)return clearTimeout(n),n=null,c()},y}function mc(e,t){return(...r)=>t(e,...r)}function Ka(e){return t=>mc(t,function(r,...n){if(typeof r=="function")try{return r.apply(this,n)}catch(i){e(new hc(`${i}`))}})}function zt(e){return(...t)=>{var r,n;((n=(r=globalThis.VConsole)==null?void 0:r[e])!=null?n:globalThis.console[e])(...t)}}function Dr(e,t){return t.map(r=>{if(r==="params"&&e[r]){let n=e[r];return Object.keys(n).reduce((i,o)=>(i[o]=String(n[o]),i),{})}return e[r]})}function wc(e){let t=e.location?Dr(e.location,La):null,r=e.target?Dr(e.target,La):null;return Dr(oc(Ua({},e),{location:t,target:r}),gc)}function Si(e){let t=e.events.map(n=>wc(n)),r=Dr(e.device,yc);return[e.protocolVersion,t,r,e.project]}function bc(){if(typeof window=="undefined")return{getItem:()=>null,setItem:()=>{},removeItem:()=>{},clear:()=>{},length:0,key:()=>null};try{if(window.__joliboxLocalStorage__)return window.__joliboxLocalStorage__;let e=Object.getOwnPropertyDescriptor(window,"localStorage");if(e&&e.get){let n=e.get.call(window);return window.__joliboxLocalStorage__=n,n}if(e=Object.getOwnPropertyDescriptor(Object.getPrototypeOf(window),"localStorage"),e&&e.get)return e.get.call(window);let t=Window.prototype,r=Object.getOwnPropertyDescriptor(t,"localStorage");if(r&&r.get){let n=r.get.call(window);return window.__joliboxLocalStorage__=n,n}return localStorage}catch(e){return console.warn("Failed to get original localStorage, fallback to default implementation",e),localStorage}}function Qa(e,t,r){let n=window.location.hostname,i=n.split("."),o=r?t:e;if(/^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$/.test(n))return`${o}.jolibox.com`;if(i.length>=2){let a=i.slice(-2).join(".");if(a==="jolibox.com"||a==="pico-game.com"||a==="joyslite.com")return`${o}.${a}`}return`${o}.jolibox.com`}function ki(e){return Qa("api","stg-api",e)}function At(e){return`https://${ki(e)}`}function kc(e){return Qa("collect","stg-collect",e)}function Ya(e){return`https://${kc(e)}`}function Pc(e){return new Promise(t=>Xa(e)(t))}function Xa(e){return(t,r=null)=>{let n=!1;return e(i=>{if(!n)return n=!0,t.call(r,i)},null)}}function Dc(e,t){return(r=>{let n,i={onWillAddFirstListener(){n=r(o.fire,o)}},o=new Yt(i);return o.event})((r,n=null)=>e(i=>t(i)&&r.call(n,i),null))}function Lc(e,t){let r=Math.min(e.length,t.length);for(let n=0;n<r;n++)Uc(e[n],t[n])}function Uc(e,t){if(wi(t)){if(typeof e!==t)throw new Error(`argument does not match constraint: typeof ${t}`)}else if(cc(t)){try{if(e instanceof t)return}catch(r){}if(!dc(e)&&e.constructor===t||t.length===1&&t.call(void 0,e)===!0)return;throw new Error("[Jolibox SDK]argument does not match one of these constraints: arg instanceof constraint, arg.constructor === constraint, nor constraint(arg) === true")}}function Mc(){return typeof globalThis!="undefined"?globalThis[Za]:void 0}function Bc(e){typeof globalThis!="undefined"&&(globalThis[Za]=e)}function _e(e=!1){let t=Mc();if(!e&&t)return t;let r=new Nr,n=new gi,i={registerCommand(o,a,s){r.registerCommand({id:o,handler:a,metadata:s})},executeCommand(o,...a){return n.executeCommand(o,...a)},excuteCommandSync(o,...a){return n.executeCommandThowErr(o,...a)}};return Bc(i),i}var yi,ec,tc,rc,Oa,nc,ic,Pa,Ua,oc,ac,Ma,sc,fc,bi,Ei,$a,Ga,hc,qa,Lr,Ur,Ai,Ne,mi,pc,Ii,Na,vc,dt,Et,_c,La,gc,yc,ct,bt,Ec,Ee,Ac,Ic,Sc,Wa,Ri,Ci,Rc,Cc,za,pi,te,Tc,xc,Qt,Yt,je,_i,Oc,hi,Nc,ft,Nr,gi,Za,V=Z(()=>{"use strict";yi=Object.defineProperty,ec=Object.defineProperties,tc=Object.getOwnPropertyDescriptor,rc=Object.getOwnPropertyDescriptors,Oa=Object.getOwnPropertySymbols,nc=Object.prototype.hasOwnProperty,ic=Object.prototype.propertyIsEnumerable,Pa=(e,t,r)=>t in e?yi(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Ua=(e,t)=>{for(var r in t||(t={}))nc.call(t,r)&&Pa(e,r,t[r]);if(Oa)for(var r of Oa(t))ic.call(t,r)&&Pa(e,r,t[r]);return e},oc=(e,t)=>ec(e,rc(t)),ac=(e,t)=>{for(var r in t)yi(e,r,{get:t[r],enumerable:!0})},Ma=(e,t,r,n)=>{for(var i=n>1?void 0:n?tc(t,r):t,o=e.length-1,a;o>=0;o--)(a=e[o])&&(i=(n?a(t,r,i):a(i))||i);return n&&i&&yi(t,r,i),i},sc=(e,t,r)=>new Promise((n,i)=>{var o=u=>{try{s(r.next(u))}catch(c){i(c)}},a=u=>{try{s(r.throw(u))}catch(c){i(c)}},s=u=>u.done?n(u.value):Promise.resolve(u.value).then(o,a);s((r=r.apply(e,t)).next())});if(typeof window!="undefined"&&!window.AbortController){let e=function(){this.signal=new t};e.prototype.abort=function(){this.signal._aborted=!0,typeof this.signal.onabort=="function"&&this.signal.onabort(new Event("abort"));let r=new Event("abort");this.signal.dispatchEvent(r)};let t=function(){this._aborted=!1,this.aborted=!1,this.onabort=null,this._eventListeners={}};Object.defineProperty(t.prototype,"aborted",{get:function(){return this._aborted}}),t.prototype.addEventListener=function(r,n){this._eventListeners[r]||(this._eventListeners[r]=[]),this._eventListeners[r].push(n)},t.prototype.removeEventListener=function(r,n){if(!this._eventListeners[r])return;let i=this._eventListeners[r].indexOf(n);i!==-1&&this._eventListeners[r].splice(i,1)},t.prototype.dispatchEvent=function(r){if(this._eventListeners[r.type])for(let n of this._eventListeners[r.type])n.call(this,r)},window.AbortController=e,window.AbortSignal=t}fc=(e=>(e[e.DEVELOPER_FILE_NOT_FOUND=0]="DEVELOPER_FILE_NOT_FOUND",e[e.INTERNAL_IOS_CAN_NOT_FOUND_PKG=1]="INTERNAL_IOS_CAN_NOT_FOUND_PKG",e[e.USER_IOS_LOAD_TIMEOUT=2]="USER_IOS_LOAD_TIMEOUT",e[e.INTERNAL_IOS_PKG_LOAD_ERROR=3]="INTERNAL_IOS_PKG_LOAD_ERROR",e[e.INTERNAL_IOS_PKG_PARSE_FAIL=4]="INTERNAL_IOS_PKG_PARSE_FAIL",e[e.USER_IOS_GET_EMPTY_DATA=5]="USER_IOS_GET_EMPTY_DATA",e[e.USER_ANDROID_GET_PKG_FAIL=6]="USER_ANDROID_GET_PKG_FAIL",e[e.DEVELOPER_ANDROID_PACKAGE_FILE_UNEXPECTED_REQUIRE=7]="DEVELOPER_ANDROID_PACKAGE_FILE_UNEXPECTED_REQUIRE",e))(fc||{}),bi=class extends Error{constructor(e){if(typeof e=="string"){super(e),this.priority="P1";return}super(e.message),this.priority="P1",this.stack=e.stack,this.raw=e}},Ei=class extends bi{constructor(){super(...arguments),this.kind="INTERNAL_ERROR"}},$a=class extends bi{constructor(){super(...arguments),this.kind="USER_ERROR"}},Ga=class extends $a{constructor(){super(...arguments),this.name="USER_VALIDATE_ERROR"}},hc=class extends $a{constructor(e,t,r){super(e),this.message=e,this.errNo=t,this.name="USER_CUSTOM_ERROR",this.errMsg=e,r&&(this.extra=Object.assign({},this.extra,r))}},qa=class extends Ei{constructor(){super(...arguments),this.name="INTERNAL_SCHEMA_PARSE_ERROR",this.priority="P0"}},Lr=class extends Ei{constructor(){super(...arguments),this.name="INTERNAL_GLOBAL_JS_ERROR",this.priority="P1"}},Ur=class extends bi{constructor(e,t,r,n,i){super(e),this.message=e,this.code=t,this.kind="API_ERROR",this.name="API_ERROR",r&&(this.errorType=r),n!==void 0&&(this.stack=n),i&&(this.priority=i)}toJSON(){return{message:this.message,stack:this.stack,name:this.name,code:this.code,errorType:this.errorType}}},Ai=class extends Ei{constructor(){super(...arguments),this.name="INTERNAL_REPORTER_ERROR"}};Ne={log:zt("log"),warn:zt("warn"),info:zt("info"),error:zt("error"),debug:zt("debug")};Object.assign(globalThis,{logger:Ne});mi=Symbol.for("Jolibox.canIUseMap"),pc={};globalThis[mi]||(globalThis[mi]=pc);Ii={get config(){return globalThis[mi]}},Na=Symbol.for("Jolibox.canIUseMap.native"),vc={};globalThis[Na]||(globalThis[Na]=vc);dt=(e=>(e[e.Other=0]="Other",e[e.Route=1]="Route",e[e.Click=2]="Click",e[e.View=3]="View",e[e.Expose=4]="Expose",e[e.Swipe=5]="Swipe",e[e.Input=6]="Input",e[e.Select=7]="Select",e[e.SwitchOn=8]="SwitchOn",e[e.SwitchOff=9]="SwitchOff",e[e.Submit=10]="Submit",e[e.Scroll=11]="Scroll",e[e.Hide=12]="Hide",e[e.System=1e3]="System",e[e.ErrorTrace=1001]="ErrorTrace",e[e.UserDefined=1002]="UserDefined",e))(dt||{}),Et=(e=>(e.MiniGame="mini-game",e.MiniDrama="mini-drama",e.App="app",e.WebSDK="web-sdk",e.AppSDK="app-sdk",e))(Et||{}),_c=(e=>(e[e.App=0]="App",e[e.H5=1]="H5",e[e.Weapp=2]="Weapp",e[e.Alipay=3]="Alipay",e[e.Gcash=4]="Gcash",e[e.Dana=5]="Dana",e[e.Umma=6]="Umma",e[e.WebSDK=1e3]="WebSDK",e[e.AppSDK=1001]="AppSDK",e[e.Other=9999]="Other",e))(_c||{}),La=["name","params"],gc=["name","type","location","target","extra","timestamp","userId"],yc=["platform","os","appVersion","appId","model","brand","uuid","jsSdkVersion","extra"];ct=()=>"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,e=>{let t=Math.random()*16|0;return(e==="x"?t:t&3|8).toString(16)});bc();bt=typeof window=="undefined",Ec=()=>!bt&&!!(navigator.userAgent||"").includes("JoliboxPlatformSDK"),Ee={isiOS:!bt&&(navigator.userAgent.includes("iPhone")||navigator.userAgent.includes("iPod")||navigator.userAgent.includes("iPad")||navigator.userAgent.includes("iPhone OS")),iosVersion:()=>{let e=navigator.appVersion.match(/OS (\d+)_(\d+)_?(\d+)?/);return[parseInt(e[1],10),parseInt(e[2],10),parseInt(e[3]||"0",10)]},isAndroid:!bt&&navigator.userAgent.includes("Android"),isMac:!bt&&navigator.userAgent.includes("Mac"),isFacebook:!bt&&navigator.userAgent.includes("FB_IAB"),isPC:!bt&&!navigator.userAgent.includes("iPhone")&&!navigator.userAgent.includes("Android")},Ac=()=>Ee.isiOS?"iOS":Ee.isAndroid?"Android":Ee.isMac?"Mac":Ee.isFacebook?"Facebook":"PC",Ic="device_id",Sc="advertising_id",Wa=e=>(window.__joliboxLocalStorage__.getItem(e)||window.__joliboxLocalStorage__.setItem(e,ct()),window.__joliboxLocalStorage__.getItem(e)),Ri=()=>new URLSearchParams(window.location.search).get("deviceId")||Wa(Ic),Ci=()=>new URLSearchParams(window.location.search).get("advertisingId")||Wa(Sc),Rc=e=>e.charAt(0).toUpperCase()+e.slice(1),Cc=()=>{var e;let t=new URLSearchParams(window.location.search);return Rc((e=t.get("utm_source"))!=null?e:"")||"JoliboxSDK"},za=e=>{if(Ec())return window.navigator.userAgent;let t="JoliboxWebSDK",r=Ac(),n=navigator.language,i=Ri(),o=Ci();return`${t} (${Cc()}${r}; UnknownModel; UnknownSystemVersion; ${n}) uuid/${i} adid/${o} version/${e||""}`};pi=class vi{constructor(t){this.element=t,this.next=vi.Undefined,this.prev=vi.Undefined}};pi.Undefined=new pi(void 0);te=pi,Tc=class{constructor(){this._first=te.Undefined,this._last=te.Undefined,this._size=0}get size(){return this._size}isEmpty(){return this._first===te.Undefined}clear(){let e=this._first;for(;e!==te.Undefined;){let t=e.next;e.prev=te.Undefined,e.next=te.Undefined,e=t}this._first=te.Undefined,this._last=te.Undefined,this._size=0}unshift(e){return this._insert(e,!1)}push(e){return this._insert(e,!0)}_insert(e,t){let r=new te(e);if(this._first===te.Undefined)this._first=r,this._last=r;else if(t){let i=this._last;this._last=r,r.prev=i,i.next=r}else{let i=this._first;this._first=r,r.next=i,i.prev=r}this._size+=1;let n=!1;return()=>{n||(n=!0,this._remove(r))}}shift(){if(this._first!==te.Undefined){let e=this._first.element;return this._remove(this._first),e}}pop(){if(this._last!==te.Undefined){let e=this._last.element;return this._remove(this._last),e}}_remove(e){if(e.prev!==te.Undefined&&e.next!==te.Undefined){let t=e.prev;t.next=e.next,e.next.prev=t}else e.prev===te.Undefined&&e.next===te.Undefined?(this._first=te.Undefined,this._last=te.Undefined):e.next===te.Undefined?(this._last=this._last.prev,this._last.next=te.Undefined):e.prev===te.Undefined&&(this._first=this._first.next,this._first.prev=te.Undefined);this._size-=1}*[Symbol.iterator](){let e=this._first;for(;e!==te.Undefined;)yield e.element,e=e.next}},xc=0,Qt=class{constructor(e){this.value=e,this.id=xc++}},Yt=class{constructor(e){this.options=e,this._size=0}dispose(e){var t,r;this._disposed||(this._disposed=!0,this._listeners&&(e?(this._listeners instanceof Qt&&(this._listeners=[this._listeners]),this._listeners=this._listeners.filter(n=>(n==null?void 0:n.value)===e)):(this._listeners=void 0,this._size=0)),(r=(t=this.options)==null?void 0:t.onDidRemoveLastListener)==null||r.call(t))}get event(){var e;return(e=this._event)!=null||(this._event=(t,r)=>{var n,i,o,a,s,u;if(this._disposed)return()=>{console.info("[Jolibox SDK] Emitter is _disposed")};r&&(t=t.bind(r));let c=new Qt(t);return this._listeners?this._listeners instanceof Qt?this._listeners=[this._listeners,c]:this._listeners.push(c):((i=(n=this.options)==null?void 0:n.onWillAddFirstListener)==null||i.call(n,this),this._listeners=c,(a=(o=this.options)==null?void 0:o.onDidFirstListener)==null||a.call(o,this)),(u=(s=this.options)==null?void 0:s.onDidAddListener)==null||u.call(s,this),this._size++,()=>{var y,h,p,f;if(!this._disposed){if(this._listeners instanceof Qt)this._listeners.id===c.id&&(this._listeners=void 0,this._size=0,(h=(y=this.options)==null?void 0:y.onDidRemoveLastListener)==null||h.call(y));else if(this._listeners){let w=this._listeners.indexOf(c);w>=0&&(this._listeners.splice(w,1),this._size--,this._size===0&&((f=(p=this.options)==null?void 0:p.onDidRemoveLastListener)==null||f.call(p)))}}}}),this._event}_deliver(e,t){var r;if(!e)return;let n=((r=this.options)==null?void 0:r.onListenerError)||Error.constructor;if(!n){e.value(t);return}try{e.value(t)}catch(i){n(i)}}fire(e){this._listeners&&(this._listeners instanceof Qt?this._deliver(this._listeners,e):this._listeners.forEach(t=>this._deliver(t,e)))}hasListeners(){return this._size>0}},je=class{constructor(){this.listeners=new Map,this.listerHandlerMap=new WeakMap,this.cachedEventQueue=new Map}on(e,t,r=!0){var n;let i=(n=this.listeners.get(e))!=null?n:new Yt,o=u=>t(...u.args),a=i.event(o);this.listerHandlerMap.set(t,{handler:o,dispose:a}),this.listeners.set(e,i);let s=this.cachedEventQueue.get(e);if(s&&r)for(let u of s)t(...u.args)}flushCachedEvent(e){e?this.cachedEventQueue.delete(e):this.cachedEventQueue.clear()}off(e,t){let r=this.listerHandlerMap.get(t);r&&(r.dispose(),this.listerHandlerMap.delete(t))}emit(e,...t){let r=this.listeners.get(e),n=this.cachedEventQueue.get(e);n||(n=new Tc,this.cachedEventQueue.set(e,n)),n.push({args:t}),r&&r.fire({event:e,args:t})}once(e,t){let r=(...n)=>{t(...n),this.off(e,r)};this.on(e,r,!1)}},_i={};ac(_i,{None:()=>Oc,filter:()=>Dc,once:()=>Xa,toPromise:()=>Pc});Oc=()=>(console.log("[Jolibox SDK] None Event"),()=>{console.log("[Jolibox SDK] None Event dispose")});hi=Symbol.for("Jolibox.hostEmitter"),Nc=()=>{let e=new je;return globalThis[hi]||(globalThis[hi]={on:e.on.bind(e),off:e.off.bind(e),emit:e.emit.bind(e),once:e.once.bind(e)}),globalThis[hi]},ft=Nc();Nr=class{constructor(){this._commands=new Map,this._onDidRegisterCommand=new Yt,this.onDidRegisterCommand=this._onDidRegisterCommand.event,console.log("[Jolibox SDK] command registry")}registerCommand(e){if(!e)throw new Error("invalid command");if(e.metadata&&Array.isArray(e.metadata.args)){let r=[];for(let i of e.metadata.args)r.push(i.constraint);let n=e.handler;e.handler=function(...i){return Lc(i,r),n(...i)}}let{id:t}=e;this._commands.get(t)&&console.info(`[Jolibox SDK] duplicated command is registered ${t}`),this._commands.set(t,e),this._onDidRegisterCommand.fire(t)}getCommand(e){return this._commands.get(e)}getCommands(){let e=new Map;for(let t of this._commands.keys()){let r=this.getCommand(t);r&&e.set(t,r)}return e}};Nr=Ma([Ja],Nr);gi=class{constructor(){this._onWillExecuteCommand=new Yt,this.onWillExecuteCommand=this._onWillExecuteCommand.event,this._onDidExecuteCommand=new Yt,this.onDidExecuteCommand=this._onDidExecuteCommand.event,this.registry=new Nr,this._starActivation=null}_activateStar(){return this._starActivation||(this._starActivation=lc(3e4)),this._starActivation}executeCommand(e,...t){return sc(this,null,function*(){return this.registry.getCommand(e)?this._tryExecuteCommand(e,t):(yield Promise.all([Promise.race([this._activateStar(),_i.toPromise(_i.filter(this.registry.onDidRegisterCommand,r=>r===e))])]),this._tryExecuteCommand(e,t))})}executeCommandThowErr(e,...t){if(!this.registry.getCommand(e))throw new Error(`command '${e}' not found`);let r=this.registry.getCommand(e);this._onWillExecuteCommand.fire({commandId:e,args:t});let n=this.invokeFunction(r.handler,...t);return this._onDidExecuteCommand.fire({commandId:e,args:t}),n}_tryExecuteCommand(e,t){let r=this.registry.getCommand(e);if(!r)return Promise.reject(new Error(`command '${e}' not found`));try{this._onWillExecuteCommand.fire({commandId:e,args:t});let n=this.invokeFunction(r.handler,...t);return this._onDidExecuteCommand.fire({commandId:e,args:t}),Promise.resolve(n)}catch(n){return Promise.reject(n)}}invokeFunction(e,...t){let r=!1;try{return e(...t)}finally{r=!0}}};gi=Ma([Ja],gi);Za=Symbol.for("Jolibox.commands")});function Te(e,t={}){Ti.emit("ERROR_REPORT",{error:e,options:t})}var Ti,ht,Ge=Z(()=>{"use strict";V();V();Ti=new je,ht=new je;Te.debounce=Xt(Te,50,{leading:!0})});var xi,Fc,es,ts,rs=Z(()=>{"use strict";V();Ge();xi=e=>{let t=e.replace(/-/g,"+").replace(/_/g,"/"),r=t.length%4===0?"":"=".repeat(4-t.length%4),n=atob(t+r);try{return JSON.parse(n)}catch(i){return{}}},Fc=e=>{let t=JSON.stringify(e);return btoa(t).replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,"")},es=e=>{var t;try{let i=(t=new URL(e).searchParams.get("joliSource"))==null?void 0:t.split(".");if(i!=null&&i.length){let[o,a,s]=i;return{headerJson:xi(o),payloadJson:xi(a),signature:xi(s)}}else throw"joli_source is missing"}catch(r){return Te(new qa(`${e} not a valid schema: ${r}`)),{headerJson:{},payloadJson:{},signature:{}}}},ts=(e,t)=>{let r=t.split(".");if(r&&r.length===3){let n=r[0],i=Fc(e),o=r[2];return`${n}.${i}.${o}`}return t}});var jc,Mr,ns,Oi=Z(()=>{"use strict";V();jc="1.1.56",Mr=()=>jc,ns=()=>{let e=Mr();return`${za(e)}`}});function Di(e,t){return(document==null?void 0:document.head.querySelector(`meta[name="${e}"][content="${t}"]`))!==null}var Jc,is,Pi,os,ne,Vc,D,me=Z(()=>{"use strict";V();rs();Oi();V();Jc={deviceInfo:{brand:"UnknownBrand",model:"UnknownModel",did:Ri(),adId:Ci(),pixelRatio:window.devicePixelRatio||1,platform:Ee.isAndroid?"android":Ee.isiOS?"ios":"h5",system:"UnknownSystemVersion",lang:"zh"},sdkInfo:{nativeSDKVersion:"",jssdkVersion:Mr()},schema:window.location.href,platform:Ee.isAndroid?"android":Ee.isiOS?"ios":"h5"},Pi=(is=globalThis.joliboxJSCore)==null?void 0:is.env,ne=Object.assign({},(os=Pi==null?void 0:Pi())!=null?os:Jc);Vc=()=>{var f,w,A,R,b,T,N,j,H,S,L;let{payloadJson:e,headerJson:t,signature:r}=ne.schema.length?es(ne.schema):{},n=`${ne.deviceInfo.did}-${new Date().getTime()}`,o=new URL(ne.schema.length?ne.schema:window.location.href).searchParams,a=(A=(w=(f=o.get("mpId"))!=null?f:o.get("appId"))!=null?w:o.get("gameId"))!=null?A:"",s=(T=(b=(R=ne.clientSessionId)!=null?R:e==null?void 0:e.sessionId)!=null?b:o.get("sessionId"))!=null?T:n,u=!!((j=(N=e==null?void 0:e.testAdsMode)!=null?N:e==null?void 0:e.__testAdsMode)!=null?j:o.get("testAdsMode")==="true"),c=(L=(S=(H=e==null?void 0:e.joliboxEnv)!=null?H:e==null?void 0:e.__joliboxEnv)!=null?S:o.get("joliboxEnv"))!=null?L:"production",y=c==="staging",h=t==null?void 0:t.channel,p=e==null?void 0:e.__shouldInterupt;return{get startTime(){var x;return(x=performance.timeOrigin)!=null?x:performance.timing.navigationStart},get testMode(){return y},get testAdsMode(){return u},get joliboxEnv(){return c},get joliSource(){var x;return(x=o.get("joliSource"))!=null?x:null},get mpId(){var x;return(x=a!=null?a:e==null?void 0:e.id)!=null?x:""},get mpVersion(){var x;return(x=t==null?void 0:t.ver)!=null?x:Mr()},get mpType(){var x,M;return(M=(x=t==null?void 0:t.__mpType)!=null?x:e==null?void 0:e.__mpType)!=null?M:"game"},get platform(){var x;return((x=ne.platform)!=null?x:ne.deviceInfo.platform).toLowerCase()},get deviceInfo(){return ne.deviceInfo},get sdkInfo(){return ne.sdkInfo},get hostInfo(){return ne.hostInfo},get hostUserInfo(){return ne.hostUserInfo},get sessionId(){var x,M;return(M=(x=ne.clientSessionId)!=null?x:s)!=null?M:n},get channel(){return h},get webviewId(){var x;return(x=ne.webviewId)!=null?x:-1},get shouldInterupt(){return p},get from(){return e==null?void 0:e.__from},get baseApiHost(){return ki(y)},get adId(){var x;return(x=ne.deviceInfo.adId)!=null?x:ne.deviceInfo.did},get language(){return ne.deviceInfo.lang},get sdkEnvironment(){return Di("dlightek","jolibox")?"dlightek":o.get("huaweiQuick")==="true"?"huaweiQuick":Di("gamedistribution","jolibox")?"gamedistribution":Di("funmax","jolibox")?"funmax":"jolibox"},get viewport(){var W,ee,he;let x=(W=ne.deviceInfo.pixelRatio)!=null?W:1,M=(ee=ne.deviceInfo.statusBarHeight)!=null?ee:e==null?void 0:e.__androidStatusBarHeight,K=(he=ne.deviceInfo.navigationBarHeight)!=null?he:e==null?void 0:e.__androidNavigationBarHeight;return{statusBarHeight:M!==void 0?M/x:20,navigationBarHeight:K!==void 0?K/x:10}},get abTests(){var x,M;return(M=(x=ne.abValues)==null?void 0:x.split(","))!=null?M:[]},onEnvConfigChanged:x=>{Va(ne,x,Ha)},encodeJoliSourceQuery:x=>{var M,K;return t&&r?ts(Q(Q({},e),x),(M=o.get("joliSource"))!=null?M:""):(K=o.get("joliSource"))!=null?K:""},setDoExitDirectly:()=>{p=!1}}},D=Vc()});var Ni,ss,Hc,$c,as,Gc,ls=Z(()=>{"use strict";V();Ge();me();V();Ni=!1,ss=(e,t)=>e==null?!1:t in e,Hc=e=>ss(e,"kind"),$c=e=>{let t=e.toLowerCase().split("_");return t[0]+t.slice(1).map(r=>r.charAt(0).toUpperCase()+r.slice(1)).join("")},as=(e,t={},r)=>{var o,a,s;let n={user_id:(a=(o=D.hostUserInfo)==null?void 0:o.uid)!=null?a:"",device_id:(s=D.deviceInfo.did)!=null?s:"",timestamp:Date.now(),tag:$c(e.name)},i=ke(Q({},n),{env:t.environment,isFromUser:r});r?ht.emit("GLOBAL_USER_ERROR",e,i):ht.emit("GLOBAL_ERROR",e,i)},Gc=e=>ss(e,"kind")&&e.kind==="USER_ERROR";Ti.on("ERROR_REPORT",({error:e,options:t})=>{if(Ni)return;Ni=!0;let r=Hc(e)&&e.raw?e.raw:e;try{let n=Gc(e);as(e,t,n)}catch(n){let i=n instanceof Error?n.message:String(n),o=new Ai(`${i}, origin error: ${r.message}`);Ne.error(o),as(new Ai(o.message),{environment:t.environment},!1)}finally{Ni=!1}})});var Li,Ui=Z(()=>{"use strict";Ge();V();Ge();Li=e=>new Ga(e)});function us(e,t){let r=(n,i,o)=>{let c=i!=null?i:{},{eventType:a}=c,s=Ta(c,["eventType"]),u=ke(Q({tag:n,eventType:o!=null?o:a!=null?a:dt.Other},t),{extra:Q({},s)});n=="globalJsError"?Te(new Lr(JSON.stringify(u))):e("systemLog",u,D.webviewId)};return r.debounce=Xt(r,500,{leading:!0}),r}function ds(e){let t=(r,n,i)=>{var s;let o=(s=i&&JSON.stringify(i))!=null?s:0,a={speed_value_type:r,total_duration:n};o&&Object.assign(a,{extra:o}),e("joliboxSpeedAnalysis",a)};return t.debounce=Xt(t,500,{leading:!0}),t}var cs=Z(()=>{"use strict";V();V();Ge();me()});function fs(e,t){let r=us(e,t),n=ds(r);return{track:r,trackPerformance:n}}var hs=Z(()=>{"use strict";cs()});var Mi=Z(()=>{"use strict"});var Br,ms=Z(()=>{"use strict";me();V();V();Br=class{constructor(){this.deviceInfo=null;this.samplesConfig=null;this.fetchSamplesConfig()}fetchSamplesConfig(){return P(this,null,function*(){let r=`${At(D.testMode)}/api/fe-configs/js-sdk/samples-config`,n=yield(yield fetch(r)).json();this.samplesConfig=n})}checkIsSampled(t){if(!this.samplesConfig)return!1;let{samples:r}=this.samplesConfig;for(let[n,i]of Object.entries(r))if(i.includes(t.name))return Math.floor(Math.random()*101)<parseFloat(n);return!1}getDevice(){var n,i,o,a,s;let{nativeSDKVersion:t,jssdkVersion:r}=D.sdkInfo;return{platform:1e3,os:D.deviceInfo.platform,appVersion:(n=t!=null?t:r)!=null?n:"1.0.0",appId:(o=(i=D.hostInfo)==null?void 0:i.aid)!=null?o:"1",model:(a=D.deviceInfo.model)!=null?a:"UnknownModel",brand:(s=D.deviceInfo.brand)!=null?s:"UnknownBrand",uuid:D.deviceInfo.did,jsSdkVersion:r,extra:{}}}getLocation(){let t=new URLSearchParams(window.location.search),r={};return t.forEach((n,i)=>{r[i]=n}),{name:"GamePage",params:r}}trackEvent(t,r,n){return P(this,null,function*(){if(this.checkIsSampled(t))return;let i=t.location?t.location:yield this.getLocation(),o=t.target||null,a=t.extra||null;this.deviceInfo||(this.deviceInfo=yield this.getDevice());let s=this.deviceInfo,c={protocolVersion:"1.0.0",events:[ke(Q({},t),{location:i,target:o,extra:a,timestamp:Date.now(),userId:null})],device:s,project:r};try{n?yield this.doReport(Si(c),n):yield this.doReport(Si(c))}catch(y){Ne.log("[Jolibox SDK] report API error",y)}})}}});var Bi=Z(()=>{"use strict";hs();Mi();ms()});var Fi,ps,qe,Fr,Be,It=Z(()=>{"use strict";Oi();me();V();Fi=e=>{let t=new AbortController;return setTimeout(()=>t.abort(),e),t.signal};(ps=AbortSignal.timeout)!=null||(AbortSignal.timeout=Fi);qe=class e{constructor(){this.httpClients=new WeakSet;this.networkRequests=[];this.maxRequestsToTrack=20;this.getNetworkStatus=()=>this.networkRequests.length===0?!0:this.networkRequests.filter(n=>n).length/this.networkRequests.length>=.6}static getInstance(){return e._instance||(e._instance=new e),e._instance}create(t){let r=new Fr(t);return e.getInstance().httpClients.add(r),r}recordNetworkRequest(t){this.networkRequests.push(t),this.networkRequests.length>this.maxRequestsToTrack&&this.networkRequests.shift()}},Fr=class{constructor(t){this.xua=ns();this.getJoliSource=()=>D.joliSource;var n;let r=At(D.testMode);this.baseUrl=(n=t==null?void 0:t.baseUrl)!=null?n:r}get(t,r){return P(this,null,function*(){try{let{query:n,timeout:i}=r!=null?r:{},{headers:o}=r!=null?r:{},a=n?new URLSearchParams(n):null,s=a==null?void 0:a.toString(),u=`${this.baseUrl}${t}${s?`?${s}`:""}`,c=this.xua,y=this.getJoliSource();o=Object.assign({},o!=null?o:{},c?{"x-user-agent":c}:{},y?{"x-joli-source":y}:{});let h=yield fetch(u,{method:"GET",headers:o,credentials:"include",signal:Fi(i!=null?i:3e4)});return qe.getInstance().recordNetworkRequest(!0),yield h.json()}catch(n){throw qe.getInstance().recordNetworkRequest(!1),n}})}post(t,r){return P(this,null,function*(){try{let{data:n,query:i,timeout:o}=r!=null?r:{},{headers:a}=r!=null?r:{},s=i?new URLSearchParams(i):null,u=s==null?void 0:s.toString(),c=`${this.baseUrl}${t}${u?`?${u}`:""}`,y=this.xua,h=this.getJoliSource();a=Object.assign({},a!=null?a:{},{"Content-Type":"application/json"},y?{"x-user-agent":y}:{},h?{"x-joli-source":h}:{},{"x-os-type":Ee.isAndroid?"ANDROID":Ee.isiOS?"IOS":"PC"},{"x-runtime-type":"WEB"});let p=yield fetch(c,{method:"POST",headers:a,body:JSON.stringify(n),signal:Fi(o!=null?o:3e4),credentials:"include"});qe.getInstance().recordNetworkRequest(!0);let f=p.headers.get("content-type");if(f!=null&&f.includes("application/octet-stream"))try{return p.blob()}catch(w){return yield p.arrayBuffer()}if(f!=null&&f.includes("multipart/form-data")||f!=null&&f.includes("application/x-www-form-urlencoded"))try{return p.formData()}catch(w){return yield p.text()}if(f!=null&&f.includes("application/json"))try{return yield p.json()}catch(w){return yield p.text()}return p}catch(n){throw qe.getInstance().recordNetworkRequest(!1),n}})}put(t,r){return P(this,null,function*(){try{let{data:n,query:i,timeout:o}=r!=null?r:{},{headers:a}=r!=null?r:{},s=i?new URLSearchParams(i):null,u=s==null?void 0:s.toString(),c=`${this.baseUrl}${t}${u?`?${u}`:""}`,y=this.xua,h=this.getJoliSource();a=Object.assign({},a!=null?a:{},{"Content-Type":"application/json"},y?{"x-user-agent":y}:{},h?{"x-joli-source":h}:{});let p=yield fetch(c,{method:"PUT",headers:a,credentials:"include",body:JSON.stringify(n!=null?n:{})});if(!p.ok)throw qe.getInstance().recordNetworkRequest(!1),new Error(`HTTP error! status: ${p.status}`);return qe.getInstance().recordNetworkRequest(!0),yield p.json()}catch(n){throw console.error("Error:",n),n}})}};window.JoliboxHttpClient=Fr;Be=qe.getInstance()});var ji,jr,Ji=Z(()=>{"use strict";me();Bi();It();V();ji=class extends Br{constructor(){super(...arguments);this.httpClient=Be.create({baseUrl:this.apiBaseURL})}get apiBaseURL(){var r;return Ya((r=D.testMode)!=null?r:!1)}doReport(r){this.httpClient.post("/report",{data:r,timeout:5e3}).catch(n=>{console.info("report error",n)})}},jr=new ji});var qc,vs=Z(()=>{"use strict";ls();V();Ui();V();Ji();me();qc=(e,t)=>{var i,o,a;let r={message:t.message,stack:(i=t.stack)!=null?i:"",errorType:t.name,source:0},n={name:e,type:dt.ErrorTrace,location:null,target:null,extra:r,timestamp:Date.now(),userId:(a=(o=D.hostUserInfo)==null?void 0:o.uid)!=null?a:null};jr.trackEvent(n,Et.WebSDK)};ht.on("GLOBAL_ERROR",(e,t)=>{qc(t.tag,e)});ht.on("GLOBAL_USER_ERROR",(e,t)=>{Ne.log("UserError",e,t)})});var Jr,_s=Z(()=>{"use strict";Jr=class{constructor(t,r){this.eventEmitter=t;this.lastReportTime=0;this.visible=!0;this.timer=this.createRAFTimer(t=>{this.reporter({event:"PLAY_GAME",params:{duration:t}}),this.tracker("PlayGame",{duration:t})});this.interval=r!=null?r:5*1e3,t.on("visible",n=>{this.visible=n})}start(t){this.reporter({event:"OPEN_GAME",params:{timestamp:Date.now(),duration:t!=null?t:0}}),this.tracker("OpenGame",{duration:t!=null?t:0}),this.timer.start()}close(t){this.reporter({event:"CLOSE_GAME",params:{timestamp:Date.now(),duration:t}}),this.tracker("CloseGame",{duration:t}),this.timer.stop()}createRAFTimer(t){let r=Date.now(),n,i,o=!1,a=0,s=()=>{if(!o)return;let f=Date.now(),w=f-r;w>=this.interval&&(this.visible&&(a+=Math.min(w,this.interval+1e3),t(a)),r=f),n=requestAnimationFrame(s)},u=()=>{y(),r=Date.now(),i=window.setInterval(()=>{if(!o)return;let f=Date.now();f-r>=this.interval&&(r=f)},this.interval)},c=()=>{h(),r=Date.now(),n=requestAnimationFrame(s)},y=()=>{n&&(cancelAnimationFrame(n),n=0)},h=()=>{i&&(clearInterval(i),i=0)};this.eventEmitter.on("visible",f=>{o&&(console.log("visible",f),f?c():u())});let p=this.visible;return{start(){o||(o=!0,p?c():u())},stop(){o=!1,y(),h()}}}}});var Vr,gs=Z(()=>{"use strict";me();_s();It();Vr=class extends Jr{constructor(r,n,i){super(n,i);this.httpClient=Be.create();this.gameId=D.mpId,this.sessionId=D.sessionId,this.track=r}reporter(r){return P(this,null,function*(){let{event:n,params:i,extraParams:o}=r,a={eventType:n,gameInfo:Q({gameId:this.gameId,sessionId:this.sessionId},i)};o&&Object.assign(a,o),yield this.httpClient.post("/api/base/app-event",{data:a})})}tracker(r,n=null){this.track(r,n)}}});var ys,Kc,Le,Wc,Vi,Ke,it=Z(()=>{"use strict";vs();V();V();Bi();Ji();gs();me();Mi();ys=_e(),Kc={type:Et.WebSDK,platform:"h5",jssdk_version:D.sdkInfo.jssdkVersion,mp_id:D.mpId,mp_version:D.mpVersion},{track:Le,trackPerformance:Wc}=fs((...e)=>{var a,s,u,c;let[,t]=e,r=t,n=Fa(r.extra)?r.extra:wi(r.extra)?JSON.parse(r.extra):{},i=ke(Q({},n),{mp_id:(a=r.mp_id)!=null?a:"",mp_version:(s=r.mp_version)!=null?s:""}),o={name:t.tag,type:dt.System,location:null,target:null,extra:i,timestamp:Date.now(),userId:(c=(u=D.hostUserInfo)==null?void 0:u.uid)!=null?c:null};jr.trackEvent(o,Et.WebSDK)},Kc);ys.registerCommand("ReportSDK.traceSystemTimeline",({event:e,duration:t,extra:r})=>{Wc(e,t,r)});ys.registerCommand("ReportSDK.traceSystem",({event:e,info:t})=>{Le(e,t)});Vi=new je,Ke=new Vr(Le,Vi)});function ws(e){let t=Ii.config[e];return t||(t={},Ii.config[e]=t),(r,n)=>{if(t[r]){Ne.warn(`[can i use] ${r} already registered`);return}t[r]=Q({},n)}}var bs=Z(()=>{"use strict";V()});function Hi(e){Es=e}function Hr(e){return e===null||typeof e!="object"?e:Array.isArray(e)?e.map(t=>Hr(t)):Object.keys(e).reduce((t,r)=>(t[r]=Hr(e[r]),t),{})}function We(e){return typeof e=="number"}function $i(e){let t=Gi(e);switch(t){case"string":return`"${e}"`;case"number":case"boolean":case"null":case"undefined":return String(e);default:return`a(n) ${t}`}}function Gi(e){return typeof e=="function"?"function":Object.prototype.toString.call(e).slice(8).slice(0,-1).toLowerCase()}var Es,de,$r,Gr,qr,Kr,St,Wr,zr,Qr,Yr,Xr,Zr,en,tn,rn,nn,on,an,qi=Z(()=>{"use strict";Es=!1;de=class{constructor(){this.errors=[];this.hasFallback=!1;this.hasDefault=!1;this._optional=!1}fail(t){if(Es)if(typeof t=="string")this.errors.push(t);else{let r=`${this.path} should be ${t.expect}`;this._optional&&t.expect!=="undefined"?r+=" or undefined, ":r+=", ",r+=`but got ${$i(t.actual)}`,this.errors.push(r)}return!1}fallback(t){return this.hasFallback=!0,this._fallback=t,this}get fallbackValue(){return Hr(this._fallback)}default(t){return this.hasDefault=!0,this._default=t,this}get defaultValue(){return typeof this._default=="function"?this._default:Hr(this._default)}optional(){return this._optional=!0,this}};$r=class extends de{validate(t){return this._optional&&t===void 0?!0:We(t)?We(this._min)&&t<this._min?this.fail(`the value of ${this.path} should be greater than or equal to ${this._min}`):We(this._max)&&t>this._max?this.fail(`the value of ${this.path} should be less than or equal to ${this._max}`):We(this._greater)&&t<=this._greater?this.fail(`the value of ${this.path} should be greater than ${this._greater}`):this._isInt&&t!==Math.floor(t)?this.fail(`the value of ${this.path} should be integer but got ${t}`):!0:this.fail({expect:"number",actual:t})}min(t){return this._min=t,this}max(t){return this._max=t,this}isInt(t){return this._isInt=t,this}greater(t){return this._greater=t,this}},Gr=class extends de{validate(t){return this._optional&&t===void 0?!0:typeof t!="boolean"?this.fail({expect:"boolean",actual:t}):!0}},qr=class extends de{validate(t){if(this._optional&&t===void 0)return!0;if(typeof t!="string")return this.fail({expect:"string",actual:t});if(We(this._maxLength)&&t.length>this._maxLength)return this.fail(`the length of ${this.path} should be less than or equal to ${this._maxLength}`);if(We(this._minLength)&&t.length<this._minLength)return this.fail(`the length of ${this.path} should be greater than or equal to ${this._minLength}`);if(typeof this._pattern=="string"){if(!new RegExp(this._pattern).test(t))return this.fail(`${this.path} should match pattern "${this._pattern}"`)}else if(this._pattern&&!this._pattern.test(t))return this.fail(`${this.path} should match pattern "${this._pattern.toString()}"`);return!0}minLength(t){return this._minLength=t,this}maxLength(t){return this._maxLength=t,this}pattern(t){return this._pattern=t,this}},Kr=class extends de{validate(t){return this._optional&&t===void 0?!0:typeof t!="symbol"?this.fail({expect:"symbol",actual:t}):!0}},St=class extends de{validate(t){return!0}},Wr=class extends de{validate(t){return t!==void 0?this.fail({expect:"undefined",actual:t}):!0}},zr=class extends de{validate(t){return this._optional&&t===void 0?!0:t!==null?this.fail({expect:"null",actual:t}):!0}},Qr=class extends de{validate(t){return this._optional&&t===void 0?!0:typeof t!="function"?this.fail({expect:"function",actual:t}):!0}},Yr=class extends de{constructor(...t){super(),this._items=t}validate(t){if(this._optional&&t===void 0)return!0;if(!this._items.includes(t)){let r=this._items.map(n=>JSON.stringify(n)).join(", ");return this.fail(`expect ${this.path} to be one of ${r}, but got ${$i(t)}`)}return!0}},Xr=class extends de{constructor(r){super();this._item=r}validate(r){if(this._optional&&r===void 0)return!0;if(!Array.isArray(r))return this.fail({expect:"array",actual:r});if(We(this._minItems)&&r.length<this._minItems)return this.fail(`the length of ${this.path} should be greater than or equal to ${this._minItems}`);if(We(this._maxItems)&&r.length>this._maxItems)return this.fail(`the length of ${this.path} should be less than or equal to ${this._maxItems}`);if(We(this._length)&&r.length!==this._length)return this.fail(`the length of ${this.path} should be equal to ${this._length}`);let n=this._item;if(!n)return!0;let i=!0;if(r.forEach((o,a)=>{if(n.path=`${this.path}[${a}]`,n.errors=this.errors,o===void 0&&n.hasDefault){r[a]=n.defaultValue;return}n.validate(o)||(n.hasFallback?r[a]=n.fallbackValue:i=!1)}),this._uniqueItems){let o=new Map;for(let a in r)o.has(r[a])?i=this.fail(`${this.path} should NOT have duplicate items (${this.path}[${o.get(r[a])}] and ${this.path}[${a}] are identical)`):o.set(r[a],a)}return i}minItems(r){return this._minItems=r,this}maxItems(r){return this._maxItems=r,this}uniqueItems(){return this._uniqueItems=!0,this}length(r){return this._length=r,this}},Zr=class extends de{constructor(r){super();this._value=r}validate(r){if(this._optional&&r===void 0)return!0;if(Gi(r)!=="object")return this.fail({expect:"object",actual:r});let i=r,o=this._value;o.errors=this.errors;let a=!0;for(let s in i){let u=i[s];if(/^[_$a-zA-Z\xA0-\uFFFF][_$a-zA-Z0-9\xA0-\uFFFF]*$/.test(s)?o.path=`${this.path}.${s}`:o.path=`${this.path}["${s}"]`,!(u===void 0&&o._optional)){if(u===void 0&&o.hasDefault){i[s]=o.defaultValue;continue}o.validate(u)||(o.hasFallback?i[s]=o.fallbackValue:a=!1)}}return a}},en=class extends de{constructor(r={}){super();this._object=r}validate(r){if(this._optional&&r===void 0)return!0;if(Gi(r)!=="object")return this.fail({expect:"object",actual:r});let n=r,i=!0;for(let o in this._object){let a=n[o],s=this._object[o];if(s.errors=this.errors,/^[_$a-zA-Z\xA0-\uFFFF][_$a-zA-Z0-9\xA0-\uFFFF]*$/.test(o)?s.path=`${this.path}.${o}`:s.path=`${this.path}["${o}"]`,!(s._optional&&a===void 0)){if(a===void 0&&s.hasDefault){n[o]=s.defaultValue;continue}s.validate(a)||(s.hasFallback?n[o]=s.fallbackValue:i=!1)}}return i}},tn=class extends de{constructor(r){super();this.value=r}validate(r){return r===void 0&&this._optional?!0:r!==this.value?this.fail({expect:$i(this.value),actual:r}):!0}},rn=class extends de{constructor(...t){super(),this._items=t}validate(t){if(t===void 0&&this._optional)return!0;let r=[],n=!1,i=this._items.length;for(let o=0;o<i;o++){let a=this._items[o];if(a.errors=[],a.path=this.path,!a.validate(t))r.push(a.errors.join("; "));else if(!n){n=!0;break}}if(!n){let o=r.join(`
2
- or `);this.errors.push(o)}return n}},nn=class extends de{constructor(...t){super(),this._items=t;let r=0,n=t.length-1;for(;n>=0;n--){let i=t[n];if(i._optional||i.hasDefault)r+=1;else break}this._minItems=t.length-r}validate(t){if(t===void 0&&this._optional)return!0;if(!Array.isArray(t))return this.fail({expect:"array",actual:t});if(t.length<this._minItems)return this.fail(`the length of ${this.path} should be greater than or equal to ${this._minItems}`);let r=!0;return this._items.forEach((n,i)=>{if(n.path=`${this.path}[${i}]`,n.errors=this.errors,t[i]===void 0&&n.hasDefault){t[i]=n.defaultValue;return}n.validate(t[i])||(n.hasFallback?t[i]=n._fallback:r=!1)}),r}},on=class extends de{validate(t){return t===void 0&&this._optional||t instanceof ArrayBuffer?!0:this.fail({expect:"arraybuffer",actual:t})}},an=class extends de{constructor(t){super(),this._ctor=t}validate(t){return t===void 0&&this._optional||t instanceof this._ctor?!0:this.fail({expect:`typedarray of ${this._ctor.name}`,actual:t})}}});function Ki(e,t,r="param"){if(e.errors=[],e.path=r,Hi(!0),!e.validate(t)){let n=e.errors.join(`
3
- `);throw e.errors.length=0,Hi(!1),new TypeError(n)}}var F,Wi=Z(()=>{"use strict";qi();qi();F={object(e){return new en(e)},array(e){return new Xr(e)},tuple(...e){return new nn(...e)},literal(e){return new tn(e)},or(...e){return new rn(...e)},symbol(){return new Kr},record(e){return new Zr(e)},function(){return new Qr},boolean(){return new Gr},string(){return new qr},number(){return new $r},undefined(){return new Wr},null(){return new zr},unknown(){return new St},any(){return new St},as(){return new St},arraybuffer(){return new on},enum(...e){return new Yr(...e)},typedarray(e){return new an(e)}}});var sn,As,Is=Z(()=>{"use strict";V();Ge();Wi();Ui();sn=1,As=e=>{function t(n,i){return(...o)=>{var h,p,f,w;let a=Date.now(),s={method:n,trace_id:sn};sn+=1;let u="SUCCESS",c=`${n}:ok`,y=0;try{if(i.paramsSchema)try{Ki(i.paramsSchema,o,"params")}catch(T){throw Li(`${n}:fail ${T.message}`)}let A=i.implement(...o),R=A,b=`${n}:ok`;if(A&&"code"in A){let{code:T,data:N,message:j}=A;u=T,R=N,b=j}return{code:u,message:b,data:R}}catch(A){let R=A;y=(p=(h=R.code)!=null?h:R.errNo)!=null?p:2e3,u="FAILURE";let b=(w=(f=R.message)!=null?f:R.errMsg)!=null?w:`${A}`;return c=`${n}:${u} ${b.replace(/^\S+:(fail|cancel)\s?/,"")}`,Te(new Ur(c,y)),{code:u,message:c}}finally{let A=Date.now()-a}}}function r(n,i){return(...o)=>P(this,null,function*(){var p,f,w,A;let a=ja(o)?o:[o],s=Date.now(),u={method:n,trace_id:sn};sn+=1;let c=`${n}:ok`,y="SUCCESS",h={code:y,message:c};try{if(i.paramsSchema)try{Ki(i.paramsSchema,a,"params")}catch(T){throw Li(T.message)}let b=yield i.implement(...a);if(b&&"code"in b){let{code:T,data:N,message:j}=b;y=T,c=j,b=N}return Object.assign(h,{code:y,message:c,data:b}),h}catch(R){let b=R,T=(f=(p=b.code)!=null?p:b.errNo)!=null?f:2e3;y="FAILURE";let N=(A=(w=b.message)!=null?w:b.errMsg)!=null?A:`${R}`,j=`${n}:${y} ${N.replace(/^\S+:(fail|cancel)\s?/,"")}`;return Object.assign(h,{code:y,message:j}),Te(new Ur(j,T)),h}finally{let R=Date.now()-s}})}return{createAPI:r,createSyncAPI:t}}});var ze,mt,ge,Zt=Z(()=>{"use strict";bs();it();Is();Wi();({createAPI:ze,createSyncAPI:mt}=As(Le)),ge=ws("h5")});var ks=ci((Cs,Xi)=>{(function(e){if(typeof Cs=="object"&&typeof Xi!="undefined")Xi.exports=e();else if(typeof define=="function"&&define.amd)define([],e);else{var t;typeof window!="undefined"?t=window:typeof global!="undefined"?t=global:typeof self!="undefined"?t=self:t=this,t.localforage=e()}})(function(){var e,t,r;return function n(i,o,a){function s(y,h){if(!o[y]){if(!i[y]){var p=typeof Wt=="function"&&Wt;if(!h&&p)return p(y,!0);if(u)return u(y,!0);var f=new Error("Cannot find module '"+y+"'");throw f.code="MODULE_NOT_FOUND",f}var w=o[y]={exports:{}};i[y][0].call(w.exports,function(A){var R=i[y][1][A];return s(R||A)},w,w.exports,n,i,o,a)}return o[y].exports}for(var u=typeof Wt=="function"&&Wt,c=0;c<a.length;c++)s(a[c]);return s}({1:[function(n,i,o){(function(a){"use strict";var s=a.MutationObserver||a.WebKitMutationObserver,u;if(s){var c=0,y=new s(A),h=a.document.createTextNode("");y.observe(h,{characterData:!0}),u=function(){h.data=c=++c%2}}else if(!a.setImmediate&&typeof a.MessageChannel!="undefined"){var p=new a.MessageChannel;p.port1.onmessage=A,u=function(){p.port2.postMessage(0)}}else"document"in a&&"onreadystatechange"in a.document.createElement("script")?u=function(){var b=a.document.createElement("script");b.onreadystatechange=function(){A(),b.onreadystatechange=null,b.parentNode.removeChild(b),b=null},a.document.documentElement.appendChild(b)}:u=function(){setTimeout(A,0)};var f,w=[];function A(){f=!0;for(var b,T,N=w.length;N;){for(T=w,w=[],b=-1;++b<N;)T[b]();N=w.length}f=!1}i.exports=R;function R(b){w.push(b)===1&&!f&&u()}}).call(this,typeof global!="undefined"?global:typeof self!="undefined"?self:typeof window!="undefined"?window:{})},{}],2:[function(n,i,o){"use strict";var a=n(1);function s(){}var u={},c=["REJECTED"],y=["FULFILLED"],h=["PENDING"];i.exports=p;function p(S){if(typeof S!="function")throw new TypeError("resolver must be a function");this.state=h,this.queue=[],this.outcome=void 0,S!==s&&R(this,S)}p.prototype.catch=function(S){return this.then(null,S)},p.prototype.then=function(S,L){if(typeof S!="function"&&this.state===y||typeof L!="function"&&this.state===c)return this;var x=new this.constructor(s);if(this.state!==h){var M=this.state===y?S:L;w(x,M,this.outcome)}else this.queue.push(new f(x,S,L));return x};function f(S,L,x){this.promise=S,typeof L=="function"&&(this.onFulfilled=L,this.callFulfilled=this.otherCallFulfilled),typeof x=="function"&&(this.onRejected=x,this.callRejected=this.otherCallRejected)}f.prototype.callFulfilled=function(S){u.resolve(this.promise,S)},f.prototype.otherCallFulfilled=function(S){w(this.promise,this.onFulfilled,S)},f.prototype.callRejected=function(S){u.reject(this.promise,S)},f.prototype.otherCallRejected=function(S){w(this.promise,this.onRejected,S)};function w(S,L,x){a(function(){var M;try{M=L(x)}catch(K){return u.reject(S,K)}M===S?u.reject(S,new TypeError("Cannot resolve promise with itself")):u.resolve(S,M)})}u.resolve=function(S,L){var x=b(A,L);if(x.status==="error")return u.reject(S,x.value);var M=x.value;if(M)R(S,M);else{S.state=y,S.outcome=L;for(var K=-1,W=S.queue.length;++K<W;)S.queue[K].callFulfilled(L)}return S},u.reject=function(S,L){S.state=c,S.outcome=L;for(var x=-1,M=S.queue.length;++x<M;)S.queue[x].callRejected(L);return S};function A(S){var L=S&&S.then;if(S&&(typeof S=="object"||typeof S=="function")&&typeof L=="function")return function(){L.apply(S,arguments)}}function R(S,L){var x=!1;function M(he){x||(x=!0,u.reject(S,he))}function K(he){x||(x=!0,u.resolve(S,he))}function W(){L(K,M)}var ee=b(W);ee.status==="error"&&M(ee.value)}function b(S,L){var x={};try{x.value=S(L),x.status="success"}catch(M){x.status="error",x.value=M}return x}p.resolve=T;function T(S){return S instanceof this?S:u.resolve(new this(s),S)}p.reject=N;function N(S){var L=new this(s);return u.reject(L,S)}p.all=j;function j(S){var L=this;if(Object.prototype.toString.call(S)!=="[object Array]")return this.reject(new TypeError("must be an array"));var x=S.length,M=!1;if(!x)return this.resolve([]);for(var K=new Array(x),W=0,ee=-1,he=new this(s);++ee<x;)He(S[ee],ee);return he;function He(Gt,Tr){L.resolve(Gt).then(Zn,function(yt){M||(M=!0,u.reject(he,yt))});function Zn(yt){K[Tr]=yt,++W===x&&!M&&(M=!0,u.resolve(he,K))}}}p.race=H;function H(S){var L=this;if(Object.prototype.toString.call(S)!=="[object Array]")return this.reject(new TypeError("must be an array"));var x=S.length,M=!1;if(!x)return this.resolve([]);for(var K=-1,W=new this(s);++K<x;)ee(S[K]);return W;function ee(he){L.resolve(he).then(function(He){M||(M=!0,u.resolve(W,He))},function(He){M||(M=!0,u.reject(W,He))})}}},{1:1}],3:[function(n,i,o){(function(a){"use strict";typeof a.Promise!="function"&&(a.Promise=n(2))}).call(this,typeof global!="undefined"?global:typeof self!="undefined"?self:typeof window!="undefined"?window:{})},{2:2}],4:[function(n,i,o){"use strict";var a=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(l){return typeof l}:function(l){return l&&typeof Symbol=="function"&&l.constructor===Symbol&&l!==Symbol.prototype?"symbol":typeof l};function s(l,m){if(!(l instanceof m))throw new TypeError("Cannot call a class as a function")}function u(){try{if(typeof indexedDB!="undefined")return indexedDB;if(typeof webkitIndexedDB!="undefined")return webkitIndexedDB;if(typeof mozIndexedDB!="undefined")return mozIndexedDB;if(typeof OIndexedDB!="undefined")return OIndexedDB;if(typeof msIndexedDB!="undefined")return msIndexedDB}catch(l){return}}var c=u();function y(){try{if(!c||!c.open)return!1;var l=typeof openDatabase!="undefined"&&/(Safari|iPhone|iPad|iPod)/.test(navigator.userAgent)&&!/Chrome/.test(navigator.userAgent)&&!/BlackBerry/.test(navigator.platform),m=typeof fetch=="function"&&fetch.toString().indexOf("[native code")!==-1;return(!l||m)&&typeof indexedDB!="undefined"&&typeof IDBKeyRange!="undefined"}catch(d){return!1}}function h(l,m){l=l||[],m=m||{};try{return new Blob(l,m)}catch(v){if(v.name!=="TypeError")throw v;for(var d=typeof BlobBuilder!="undefined"?BlobBuilder:typeof MSBlobBuilder!="undefined"?MSBlobBuilder:typeof MozBlobBuilder!="undefined"?MozBlobBuilder:WebKitBlobBuilder,_=new d,g=0;g<l.length;g+=1)_.append(l[g]);return _.getBlob(m.type)}}typeof Promise=="undefined"&&n(3);var p=Promise;function f(l,m){m&&l.then(function(d){m(null,d)},function(d){m(d)})}function w(l,m,d){typeof m=="function"&&l.then(m),typeof d=="function"&&l.catch(d)}function A(l){return typeof l!="string"&&(console.warn(l+" used as a key, but it is not a string."),l=String(l)),l}function R(){if(arguments.length&&typeof arguments[arguments.length-1]=="function")return arguments[arguments.length-1]}var b="local-forage-detect-blob-support",T=void 0,N={},j=Object.prototype.toString,H="readonly",S="readwrite";function L(l){for(var m=l.length,d=new ArrayBuffer(m),_=new Uint8Array(d),g=0;g<m;g++)_[g]=l.charCodeAt(g);return d}function x(l){return new p(function(m){var d=l.transaction(b,S),_=h([""]);d.objectStore(b).put(_,"key"),d.onabort=function(g){g.preventDefault(),g.stopPropagation(),m(!1)},d.oncomplete=function(){var g=navigator.userAgent.match(/Chrome\/(\d+)/),v=navigator.userAgent.match(/Edge\//);m(v||!g||parseInt(g[1],10)>=43)}}).catch(function(){return!1})}function M(l){return typeof T=="boolean"?p.resolve(T):x(l).then(function(m){return T=m,T})}function K(l){var m=N[l.name],d={};d.promise=new p(function(_,g){d.resolve=_,d.reject=g}),m.deferredOperations.push(d),m.dbReady?m.dbReady=m.dbReady.then(function(){return d.promise}):m.dbReady=d.promise}function W(l){var m=N[l.name],d=m.deferredOperations.pop();if(d)return d.resolve(),d.promise}function ee(l,m){var d=N[l.name],_=d.deferredOperations.pop();if(_)return _.reject(m),_.promise}function he(l,m){return new p(function(d,_){if(N[l.name]=N[l.name]||aa(),l.db)if(m)K(l),l.db.close();else return d(l.db);var g=[l.name];m&&g.push(l.version);var v=c.open.apply(c,g);m&&(v.onupgradeneeded=function(E){var I=v.result;try{I.createObjectStore(l.storeName),E.oldVersion<=1&&I.createObjectStore(b)}catch(C){if(C.name==="ConstraintError")console.warn('The database "'+l.name+'" has been upgraded from version '+E.oldVersion+" to version "+E.newVersion+', but the storage "'+l.storeName+'" already exists.');else throw C}}),v.onerror=function(E){E.preventDefault(),_(v.error)},v.onsuccess=function(){var E=v.result;E.onversionchange=function(I){I.target.close()},d(E),W(l)}})}function He(l){return he(l,!1)}function Gt(l){return he(l,!0)}function Tr(l,m){if(!l.db)return!0;var d=!l.db.objectStoreNames.contains(l.storeName),_=l.version<l.db.version,g=l.version>l.db.version;if(_&&(l.version!==m&&console.warn('The database "'+l.name+`" can't be downgraded from version `+l.db.version+" to version "+l.version+"."),l.version=l.db.version),g||d){if(d){var v=l.db.version+1;v>l.version&&(l.version=v)}return!0}return!1}function Zn(l){return new p(function(m,d){var _=new FileReader;_.onerror=d,_.onloadend=function(g){var v=btoa(g.target.result||"");m({__local_forage_encoded_blob:!0,data:v,type:l.type})},_.readAsBinaryString(l)})}function yt(l){var m=L(atob(l.data));return h([m],{type:l.type})}function oa(l){return l&&l.__local_forage_encoded_blob}function Wu(l){var m=this,d=m._initReady().then(function(){var _=N[m._dbInfo.name];if(_&&_.dbReady)return _.dbReady});return w(d,l,l),d}function zu(l){K(l);for(var m=N[l.name],d=m.forages,_=0;_<d.length;_++){var g=d[_];g._dbInfo.db&&(g._dbInfo.db.close(),g._dbInfo.db=null)}return l.db=null,He(l).then(function(v){return l.db=v,Tr(l)?Gt(l):v}).then(function(v){l.db=m.db=v;for(var E=0;E<d.length;E++)d[E]._dbInfo.db=v}).catch(function(v){throw ee(l,v),v})}function $e(l,m,d,_){_===void 0&&(_=1);try{var g=l.db.transaction(l.storeName,m);d(null,g)}catch(v){if(_>0&&(!l.db||v.name==="InvalidStateError"||v.name==="NotFoundError"))return p.resolve().then(function(){if(!l.db||v.name==="NotFoundError"&&!l.db.objectStoreNames.contains(l.storeName)&&l.version<=l.db.version)return l.db&&(l.version=l.db.version+1),Gt(l)}).then(function(){return zu(l).then(function(){$e(l,m,d,_-1)})}).catch(d);d(v)}}function aa(){return{forages:[],db:null,dbReady:null,deferredOperations:[]}}function Qu(l){var m=this,d={db:null};if(l)for(var _ in l)d[_]=l[_];var g=N[d.name];g||(g=aa(),N[d.name]=g),g.forages.push(m),m._initReady||(m._initReady=m.ready,m.ready=Wu);var v=[];function E(){return p.resolve()}for(var I=0;I<g.forages.length;I++){var C=g.forages[I];C!==m&&v.push(C._initReady().catch(E))}var k=g.forages.slice(0);return p.all(v).then(function(){return d.db=g.db,He(d)}).then(function(O){return d.db=O,Tr(d,m._defaultConfig.version)?Gt(d):O}).then(function(O){d.db=g.db=O,m._dbInfo=d;for(var U=0;U<k.length;U++){var J=k[U];J!==m&&(J._dbInfo.db=d.db,J._dbInfo.version=d.version)}})}function Yu(l,m){var d=this;l=A(l);var _=new p(function(g,v){d.ready().then(function(){$e(d._dbInfo,H,function(E,I){if(E)return v(E);try{var C=I.objectStore(d._dbInfo.storeName),k=C.get(l);k.onsuccess=function(){var O=k.result;O===void 0&&(O=null),oa(O)&&(O=yt(O)),g(O)},k.onerror=function(){v(k.error)}}catch(O){v(O)}})}).catch(v)});return f(_,m),_}function Xu(l,m){var d=this,_=new p(function(g,v){d.ready().then(function(){$e(d._dbInfo,H,function(E,I){if(E)return v(E);try{var C=I.objectStore(d._dbInfo.storeName),k=C.openCursor(),O=1;k.onsuccess=function(){var U=k.result;if(U){var J=U.value;oa(J)&&(J=yt(J));var q=l(J,U.key,O++);q!==void 0?g(q):U.continue()}else g()},k.onerror=function(){v(k.error)}}catch(U){v(U)}})}).catch(v)});return f(_,m),_}function Zu(l,m,d){var _=this;l=A(l);var g=new p(function(v,E){var I;_.ready().then(function(){return I=_._dbInfo,j.call(m)==="[object Blob]"?M(I.db).then(function(C){return C?m:Zn(m)}):m}).then(function(C){$e(_._dbInfo,S,function(k,O){if(k)return E(k);try{var U=O.objectStore(_._dbInfo.storeName);C===null&&(C=void 0);var J=U.put(C,l);O.oncomplete=function(){C===void 0&&(C=null),v(C)},O.onabort=O.onerror=function(){var q=J.error?J.error:J.transaction.error;E(q)}}catch(q){E(q)}})}).catch(E)});return f(g,d),g}function ed(l,m){var d=this;l=A(l);var _=new p(function(g,v){d.ready().then(function(){$e(d._dbInfo,S,function(E,I){if(E)return v(E);try{var C=I.objectStore(d._dbInfo.storeName),k=C.delete(l);I.oncomplete=function(){g()},I.onerror=function(){v(k.error)},I.onabort=function(){var O=k.error?k.error:k.transaction.error;v(O)}}catch(O){v(O)}})}).catch(v)});return f(_,m),_}function td(l){var m=this,d=new p(function(_,g){m.ready().then(function(){$e(m._dbInfo,S,function(v,E){if(v)return g(v);try{var I=E.objectStore(m._dbInfo.storeName),C=I.clear();E.oncomplete=function(){_()},E.onabort=E.onerror=function(){var k=C.error?C.error:C.transaction.error;g(k)}}catch(k){g(k)}})}).catch(g)});return f(d,l),d}function rd(l){var m=this,d=new p(function(_,g){m.ready().then(function(){$e(m._dbInfo,H,function(v,E){if(v)return g(v);try{var I=E.objectStore(m._dbInfo.storeName),C=I.count();C.onsuccess=function(){_(C.result)},C.onerror=function(){g(C.error)}}catch(k){g(k)}})}).catch(g)});return f(d,l),d}function nd(l,m){var d=this,_=new p(function(g,v){if(l<0){g(null);return}d.ready().then(function(){$e(d._dbInfo,H,function(E,I){if(E)return v(E);try{var C=I.objectStore(d._dbInfo.storeName),k=!1,O=C.openKeyCursor();O.onsuccess=function(){var U=O.result;if(!U){g(null);return}l===0||k?g(U.key):(k=!0,U.advance(l))},O.onerror=function(){v(O.error)}}catch(U){v(U)}})}).catch(v)});return f(_,m),_}function id(l){var m=this,d=new p(function(_,g){m.ready().then(function(){$e(m._dbInfo,H,function(v,E){if(v)return g(v);try{var I=E.objectStore(m._dbInfo.storeName),C=I.openKeyCursor(),k=[];C.onsuccess=function(){var O=C.result;if(!O){_(k);return}k.push(O.key),O.continue()},C.onerror=function(){g(C.error)}}catch(O){g(O)}})}).catch(g)});return f(d,l),d}function od(l,m){m=R.apply(this,arguments);var d=this.config();l=typeof l!="function"&&l||{},l.name||(l.name=l.name||d.name,l.storeName=l.storeName||d.storeName);var _=this,g;if(!l.name)g=p.reject("Invalid arguments");else{var v=l.name===d.name&&_._dbInfo.db,E=v?p.resolve(_._dbInfo.db):He(l).then(function(I){var C=N[l.name],k=C.forages;C.db=I;for(var O=0;O<k.length;O++)k[O]._dbInfo.db=I;return I});l.storeName?g=E.then(function(I){if(I.objectStoreNames.contains(l.storeName)){var C=I.version+1;K(l);var k=N[l.name],O=k.forages;I.close();for(var U=0;U<O.length;U++){var J=O[U];J._dbInfo.db=null,J._dbInfo.version=C}var q=new p(function(z,ue){var oe=c.open(l.name,C);oe.onerror=function(De){var Kt=oe.result;Kt.close(),ue(De)},oe.onupgradeneeded=function(){var De=oe.result;De.deleteObjectStore(l.storeName)},oe.onsuccess=function(){var De=oe.result;De.close(),z(De)}});return q.then(function(z){k.db=z;for(var ue=0;ue<O.length;ue++){var oe=O[ue];oe._dbInfo.db=z,W(oe._dbInfo)}}).catch(function(z){throw(ee(l,z)||p.resolve()).catch(function(){}),z})}}):g=E.then(function(I){K(l);var C=N[l.name],k=C.forages;I.close();for(var O=0;O<k.length;O++){var U=k[O];U._dbInfo.db=null}var J=new p(function(q,z){var ue=c.deleteDatabase(l.name);ue.onerror=function(){var oe=ue.result;oe&&oe.close(),z(ue.error)},ue.onblocked=function(){console.warn('dropInstance blocked for database "'+l.name+'" until all open connections are closed')},ue.onsuccess=function(){var oe=ue.result;oe&&oe.close(),q(oe)}});return J.then(function(q){C.db=q;for(var z=0;z<k.length;z++){var ue=k[z];W(ue._dbInfo)}}).catch(function(q){throw(ee(l,q)||p.resolve()).catch(function(){}),q})})}return f(g,m),g}var ad={_driver:"asyncStorage",_initStorage:Qu,_support:y(),iterate:Xu,getItem:Yu,setItem:Zu,removeItem:ed,clear:td,length:rd,key:nd,keys:id,dropInstance:od};function sd(){return typeof openDatabase=="function"}var rt="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",ld="~~local_forage_type~",sa=/^~~local_forage_type~([^~]+)~/,xr="__lfsc__:",ei=xr.length,ti="arbf",ri="blob",la="si08",ua="ui08",da="uic8",ca="si16",fa="si32",ha="ur16",ma="ui32",pa="fl32",va="fl64",_a=ei+ti.length,ga=Object.prototype.toString;function ya(l){var m=l.length*.75,d=l.length,_,g=0,v,E,I,C;l[l.length-1]==="="&&(m--,l[l.length-2]==="="&&m--);var k=new ArrayBuffer(m),O=new Uint8Array(k);for(_=0;_<d;_+=4)v=rt.indexOf(l[_]),E=rt.indexOf(l[_+1]),I=rt.indexOf(l[_+2]),C=rt.indexOf(l[_+3]),O[g++]=v<<2|E>>4,O[g++]=(E&15)<<4|I>>2,O[g++]=(I&3)<<6|C&63;return k}function ni(l){var m=new Uint8Array(l),d="",_;for(_=0;_<m.length;_+=3)d+=rt[m[_]>>2],d+=rt[(m[_]&3)<<4|m[_+1]>>4],d+=rt[(m[_+1]&15)<<2|m[_+2]>>6],d+=rt[m[_+2]&63];return m.length%3===2?d=d.substring(0,d.length-1)+"=":m.length%3===1&&(d=d.substring(0,d.length-2)+"=="),d}function ud(l,m){var d="";if(l&&(d=ga.call(l)),l&&(d==="[object ArrayBuffer]"||l.buffer&&ga.call(l.buffer)==="[object ArrayBuffer]")){var _,g=xr;l instanceof ArrayBuffer?(_=l,g+=ti):(_=l.buffer,d==="[object Int8Array]"?g+=la:d==="[object Uint8Array]"?g+=ua:d==="[object Uint8ClampedArray]"?g+=da:d==="[object Int16Array]"?g+=ca:d==="[object Uint16Array]"?g+=ha:d==="[object Int32Array]"?g+=fa:d==="[object Uint32Array]"?g+=ma:d==="[object Float32Array]"?g+=pa:d==="[object Float64Array]"?g+=va:m(new Error("Failed to get type for BinaryArray"))),m(g+ni(_))}else if(d==="[object Blob]"){var v=new FileReader;v.onload=function(){var E=ld+l.type+"~"+ni(this.result);m(xr+ri+E)},v.readAsArrayBuffer(l)}else try{m(JSON.stringify(l))}catch(E){console.error("Couldn't convert value into a JSON string: ",l),m(null,E)}}function dd(l){if(l.substring(0,ei)!==xr)return JSON.parse(l);var m=l.substring(_a),d=l.substring(ei,_a),_;if(d===ri&&sa.test(m)){var g=m.match(sa);_=g[1],m=m.substring(g[0].length)}var v=ya(m);switch(d){case ti:return v;case ri:return h([v],{type:_});case la:return new Int8Array(v);case ua:return new Uint8Array(v);case da:return new Uint8ClampedArray(v);case ca:return new Int16Array(v);case ha:return new Uint16Array(v);case fa:return new Int32Array(v);case ma:return new Uint32Array(v);case pa:return new Float32Array(v);case va:return new Float64Array(v);default:throw new Error("Unkown type: "+d)}}var ii={serialize:ud,deserialize:dd,stringToBuffer:ya,bufferToString:ni};function wa(l,m,d,_){l.executeSql("CREATE TABLE IF NOT EXISTS "+m.storeName+" (id INTEGER PRIMARY KEY, key unique, value)",[],d,_)}function cd(l){var m=this,d={db:null};if(l)for(var _ in l)d[_]=typeof l[_]!="string"?l[_].toString():l[_];var g=new p(function(v,E){try{d.db=openDatabase(d.name,String(d.version),d.description,d.size)}catch(I){return E(I)}d.db.transaction(function(I){wa(I,d,function(){m._dbInfo=d,v()},function(C,k){E(k)})},E)});return d.serializer=ii,g}function nt(l,m,d,_,g,v){l.executeSql(d,_,g,function(E,I){I.code===I.SYNTAX_ERR?E.executeSql("SELECT name FROM sqlite_master WHERE type='table' AND name = ?",[m.storeName],function(C,k){k.rows.length?v(C,I):wa(C,m,function(){C.executeSql(d,_,g,v)},v)},v):v(E,I)},v)}function fd(l,m){var d=this;l=A(l);var _=new p(function(g,v){d.ready().then(function(){var E=d._dbInfo;E.db.transaction(function(I){nt(I,E,"SELECT * FROM "+E.storeName+" WHERE key = ? LIMIT 1",[l],function(C,k){var O=k.rows.length?k.rows.item(0).value:null;O&&(O=E.serializer.deserialize(O)),g(O)},function(C,k){v(k)})})}).catch(v)});return f(_,m),_}function hd(l,m){var d=this,_=new p(function(g,v){d.ready().then(function(){var E=d._dbInfo;E.db.transaction(function(I){nt(I,E,"SELECT * FROM "+E.storeName,[],function(C,k){for(var O=k.rows,U=O.length,J=0;J<U;J++){var q=O.item(J),z=q.value;if(z&&(z=E.serializer.deserialize(z)),z=l(z,q.key,J+1),z!==void 0){g(z);return}}g()},function(C,k){v(k)})})}).catch(v)});return f(_,m),_}function ba(l,m,d,_){var g=this;l=A(l);var v=new p(function(E,I){g.ready().then(function(){m===void 0&&(m=null);var C=m,k=g._dbInfo;k.serializer.serialize(m,function(O,U){U?I(U):k.db.transaction(function(J){nt(J,k,"INSERT OR REPLACE INTO "+k.storeName+" (key, value) VALUES (?, ?)",[l,O],function(){E(C)},function(q,z){I(z)})},function(J){if(J.code===J.QUOTA_ERR){if(_>0){E(ba.apply(g,[l,C,d,_-1]));return}I(J)}})})}).catch(I)});return f(v,d),v}function md(l,m,d){return ba.apply(this,[l,m,d,1])}function pd(l,m){var d=this;l=A(l);var _=new p(function(g,v){d.ready().then(function(){var E=d._dbInfo;E.db.transaction(function(I){nt(I,E,"DELETE FROM "+E.storeName+" WHERE key = ?",[l],function(){g()},function(C,k){v(k)})})}).catch(v)});return f(_,m),_}function vd(l){var m=this,d=new p(function(_,g){m.ready().then(function(){var v=m._dbInfo;v.db.transaction(function(E){nt(E,v,"DELETE FROM "+v.storeName,[],function(){_()},function(I,C){g(C)})})}).catch(g)});return f(d,l),d}function _d(l){var m=this,d=new p(function(_,g){m.ready().then(function(){var v=m._dbInfo;v.db.transaction(function(E){nt(E,v,"SELECT COUNT(key) as c FROM "+v.storeName,[],function(I,C){var k=C.rows.item(0).c;_(k)},function(I,C){g(C)})})}).catch(g)});return f(d,l),d}function gd(l,m){var d=this,_=new p(function(g,v){d.ready().then(function(){var E=d._dbInfo;E.db.transaction(function(I){nt(I,E,"SELECT key FROM "+E.storeName+" WHERE id = ? LIMIT 1",[l+1],function(C,k){var O=k.rows.length?k.rows.item(0).key:null;g(O)},function(C,k){v(k)})})}).catch(v)});return f(_,m),_}function yd(l){var m=this,d=new p(function(_,g){m.ready().then(function(){var v=m._dbInfo;v.db.transaction(function(E){nt(E,v,"SELECT key FROM "+v.storeName,[],function(I,C){for(var k=[],O=0;O<C.rows.length;O++)k.push(C.rows.item(O).key);_(k)},function(I,C){g(C)})})}).catch(g)});return f(d,l),d}function wd(l){return new p(function(m,d){l.transaction(function(_){_.executeSql("SELECT name FROM sqlite_master WHERE type='table' AND name <> '__WebKitDatabaseInfoTable__'",[],function(g,v){for(var E=[],I=0;I<v.rows.length;I++)E.push(v.rows.item(I).name);m({db:l,storeNames:E})},function(g,v){d(v)})},function(_){d(_)})})}function bd(l,m){m=R.apply(this,arguments);var d=this.config();l=typeof l!="function"&&l||{},l.name||(l.name=l.name||d.name,l.storeName=l.storeName||d.storeName);var _=this,g;return l.name?g=new p(function(v){var E;l.name===d.name?E=_._dbInfo.db:E=openDatabase(l.name,"","",0),l.storeName?v({db:E,storeNames:[l.storeName]}):v(wd(E))}).then(function(v){return new p(function(E,I){v.db.transaction(function(C){function k(q){return new p(function(z,ue){C.executeSql("DROP TABLE IF EXISTS "+q,[],function(){z()},function(oe,De){ue(De)})})}for(var O=[],U=0,J=v.storeNames.length;U<J;U++)O.push(k(v.storeNames[U]));p.all(O).then(function(){E()}).catch(function(q){I(q)})},function(C){I(C)})})}):g=p.reject("Invalid arguments"),f(g,m),g}var Ed={_driver:"webSQLStorage",_initStorage:cd,_support:sd(),iterate:hd,getItem:fd,setItem:md,removeItem:pd,clear:vd,length:_d,key:gd,keys:yd,dropInstance:bd};function Ad(){try{return typeof localStorage!="undefined"&&"setItem"in localStorage&&!!localStorage.setItem}catch(l){return!1}}function Ea(l,m){var d=l.name+"/";return l.storeName!==m.storeName&&(d+=l.storeName+"/"),d}function Id(){var l="_localforage_support_test";try{return localStorage.setItem(l,!0),localStorage.removeItem(l),!1}catch(m){return!0}}function Sd(){return!Id()||localStorage.length>0}function Rd(l){var m=this,d={};if(l)for(var _ in l)d[_]=l[_];return d.keyPrefix=Ea(l,m._defaultConfig),Sd()?(m._dbInfo=d,d.serializer=ii,p.resolve()):p.reject()}function Cd(l){var m=this,d=m.ready().then(function(){for(var _=m._dbInfo.keyPrefix,g=localStorage.length-1;g>=0;g--){var v=localStorage.key(g);v.indexOf(_)===0&&localStorage.removeItem(v)}});return f(d,l),d}function kd(l,m){var d=this;l=A(l);var _=d.ready().then(function(){var g=d._dbInfo,v=localStorage.getItem(g.keyPrefix+l);return v&&(v=g.serializer.deserialize(v)),v});return f(_,m),_}function Td(l,m){var d=this,_=d.ready().then(function(){for(var g=d._dbInfo,v=g.keyPrefix,E=v.length,I=localStorage.length,C=1,k=0;k<I;k++){var O=localStorage.key(k);if(O.indexOf(v)===0){var U=localStorage.getItem(O);if(U&&(U=g.serializer.deserialize(U)),U=l(U,O.substring(E),C++),U!==void 0)return U}}});return f(_,m),_}function xd(l,m){var d=this,_=d.ready().then(function(){var g=d._dbInfo,v;try{v=localStorage.key(l)}catch(E){v=null}return v&&(v=v.substring(g.keyPrefix.length)),v});return f(_,m),_}function Od(l){var m=this,d=m.ready().then(function(){for(var _=m._dbInfo,g=localStorage.length,v=[],E=0;E<g;E++){var I=localStorage.key(E);I.indexOf(_.keyPrefix)===0&&v.push(I.substring(_.keyPrefix.length))}return v});return f(d,l),d}function Pd(l){var m=this,d=m.keys().then(function(_){return _.length});return f(d,l),d}function Dd(l,m){var d=this;l=A(l);var _=d.ready().then(function(){var g=d._dbInfo;localStorage.removeItem(g.keyPrefix+l)});return f(_,m),_}function Nd(l,m,d){var _=this;l=A(l);var g=_.ready().then(function(){m===void 0&&(m=null);var v=m;return new p(function(E,I){var C=_._dbInfo;C.serializer.serialize(m,function(k,O){if(O)I(O);else try{localStorage.setItem(C.keyPrefix+l,k),E(v)}catch(U){(U.name==="QuotaExceededError"||U.name==="NS_ERROR_DOM_QUOTA_REACHED")&&I(U),I(U)}})})});return f(g,d),g}function Ld(l,m){if(m=R.apply(this,arguments),l=typeof l!="function"&&l||{},!l.name){var d=this.config();l.name=l.name||d.name,l.storeName=l.storeName||d.storeName}var _=this,g;return l.name?g=new p(function(v){l.storeName?v(Ea(l,_._defaultConfig)):v(l.name+"/")}).then(function(v){for(var E=localStorage.length-1;E>=0;E--){var I=localStorage.key(E);I.indexOf(v)===0&&localStorage.removeItem(I)}}):g=p.reject("Invalid arguments"),f(g,m),g}var Ud={_driver:"localStorageWrapper",_initStorage:Rd,_support:Ad(),iterate:Td,getItem:kd,setItem:Nd,removeItem:Dd,clear:Cd,length:Pd,key:xd,keys:Od,dropInstance:Ld},Md=function(m,d){return m===d||typeof m=="number"&&typeof d=="number"&&isNaN(m)&&isNaN(d)},Bd=function(m,d){for(var _=m.length,g=0;g<_;){if(Md(m[g],d))return!0;g++}return!1},Aa=Array.isArray||function(l){return Object.prototype.toString.call(l)==="[object Array]"},qt={},Ia={},wt={INDEXEDDB:ad,WEBSQL:Ed,LOCALSTORAGE:Ud},Fd=[wt.INDEXEDDB._driver,wt.WEBSQL._driver,wt.LOCALSTORAGE._driver],Or=["dropInstance"],oi=["clear","getItem","iterate","key","keys","length","removeItem","setItem"].concat(Or),jd={description:"",driver:Fd.slice(),name:"localforage",size:4980736,storeName:"keyvaluepairs",version:1};function Jd(l,m){l[m]=function(){var d=arguments;return l.ready().then(function(){return l[m].apply(l,d)})}}function ai(){for(var l=1;l<arguments.length;l++){var m=arguments[l];if(m)for(var d in m)m.hasOwnProperty(d)&&(Aa(m[d])?arguments[0][d]=m[d].slice():arguments[0][d]=m[d])}return arguments[0]}var Vd=function(){function l(m){s(this,l);for(var d in wt)if(wt.hasOwnProperty(d)){var _=wt[d],g=_._driver;this[d]=g,qt[g]||this.defineDriver(_)}this._defaultConfig=ai({},jd),this._config=ai({},this._defaultConfig,m),this._driverSet=null,this._initDriver=null,this._ready=!1,this._dbInfo=null,this._wrapLibraryMethodsWithReady(),this.setDriver(this._config.driver).catch(function(){})}return l.prototype.config=function(d){if((typeof d=="undefined"?"undefined":a(d))==="object"){if(this._ready)return new Error("Can't call config() after localforage has been used.");for(var _ in d){if(_==="storeName"&&(d[_]=d[_].replace(/\W/g,"_")),_==="version"&&typeof d[_]!="number")return new Error("Database version must be a number.");this._config[_]=d[_]}return"driver"in d&&d.driver?this.setDriver(this._config.driver):!0}else return typeof d=="string"?this._config[d]:this._config},l.prototype.defineDriver=function(d,_,g){var v=new p(function(E,I){try{var C=d._driver,k=new Error("Custom driver not compliant; see https://mozilla.github.io/localForage/#definedriver");if(!d._driver){I(k);return}for(var O=oi.concat("_initStorage"),U=0,J=O.length;U<J;U++){var q=O[U],z=!Bd(Or,q);if((z||d[q])&&typeof d[q]!="function"){I(k);return}}var ue=function(){for(var Kt=function(Gd){return function(){var qd=new Error("Method "+Gd+" is not implemented by the current driver"),Sa=p.reject(qd);return f(Sa,arguments[arguments.length-1]),Sa}},si=0,$d=Or.length;si<$d;si++){var li=Or[si];d[li]||(d[li]=Kt(li))}};ue();var oe=function(Kt){qt[C]&&console.info("Redefining LocalForage driver: "+C),qt[C]=d,Ia[C]=Kt,E()};"_support"in d?d._support&&typeof d._support=="function"?d._support().then(oe,I):oe(!!d._support):oe(!0)}catch(De){I(De)}});return w(v,_,g),v},l.prototype.driver=function(){return this._driver||null},l.prototype.getDriver=function(d,_,g){var v=qt[d]?p.resolve(qt[d]):p.reject(new Error("Driver not found."));return w(v,_,g),v},l.prototype.getSerializer=function(d){var _=p.resolve(ii);return w(_,d),_},l.prototype.ready=function(d){var _=this,g=_._driverSet.then(function(){return _._ready===null&&(_._ready=_._initDriver()),_._ready});return w(g,d,d),g},l.prototype.setDriver=function(d,_,g){var v=this;Aa(d)||(d=[d]);var E=this._getSupportedDrivers(d);function I(){v._config.driver=v.driver()}function C(U){return v._extend(U),I(),v._ready=v._initStorage(v._config),v._ready}function k(U){return function(){var J=0;function q(){for(;J<U.length;){var z=U[J];return J++,v._dbInfo=null,v._ready=null,v.getDriver(z).then(C).catch(q)}I();var ue=new Error("No available storage method found.");return v._driverSet=p.reject(ue),v._driverSet}return q()}}var O=this._driverSet!==null?this._driverSet.catch(function(){return p.resolve()}):p.resolve();return this._driverSet=O.then(function(){var U=E[0];return v._dbInfo=null,v._ready=null,v.getDriver(U).then(function(J){v._driver=J._driver,I(),v._wrapLibraryMethodsWithReady(),v._initDriver=k(E)})}).catch(function(){I();var U=new Error("No available storage method found.");return v._driverSet=p.reject(U),v._driverSet}),w(this._driverSet,_,g),this._driverSet},l.prototype.supports=function(d){return!!Ia[d]},l.prototype._extend=function(d){ai(this,d)},l.prototype._getSupportedDrivers=function(d){for(var _=[],g=0,v=d.length;g<v;g++){var E=d[g];this.supports(E)&&_.push(E)}return _},l.prototype._wrapLibraryMethodsWithReady=function(){for(var d=0,_=oi.length;d<_;d++)Jd(this,oi[d])},l.prototype.createInstance=function(d){return new l(d)},l}(),Hd=new Vd;i.exports=Hd},{3:3}]},{},[4])(4)})});var xs=ci(fn=>{"use strict";V();Zt();it();var eo=_e(),hf=ze("levelFinished",{paramsSchema:F.tuple(F.object({levelId:F.or(F.string(),F.number()),duration:F.number().optional(),rating:F.number().optional(),score:F.number().optional(),variation:F.string().optional()})),implement:e=>P(fn,null,function*(){let{levelId:t,duration:r,rating:n,score:i,variation:o}=e;Ne.info("onLevelFinished",r,n,i,o),yield Promise.all([Ke.reporter({event:"COMPLETE_GAME_LEVEL",extraParams:{inGameInfo:{levelId:t,duration:r,rating:n,score:i}}}),Ke.tracker("LevelFinished",{levelId:t,duration:r,rating:n,score:i,variation:o})])})}),mf=ze("gamePlayEnded",{paramsSchema:F.tuple(F.object({duration:F.number().optional(),rating:F.number().optional(),score:F.number(),variation:F.string().optional()})),implement:e=>P(fn,null,function*(){let{duration:t,rating:r,score:n,variation:i}=e;Ne.info("onGamePlayEnded",t,r,n,i),yield Promise.all([Ke.tracker("GamePlayEnded",{duration:t,rating:r,score:n,variation:i}),Ke.reporter({event:"GAME_ENDED",extraParams:{inGameInfo:{duration:t,rating:r,score:n}}})])})}),pf=ze("levelUpgrade",{paramsSchema:F.tuple(F.object({levelId:F.or(F.string(),F.number()),name:F.string().optional()})),implement:r=>P(fn,[r],function*({levelId:e,name:t}){yield Promise.all([Ke.tracker("LevelUpgrade",{name:t,levelId:e}),Ke.reporter({event:"GAME_LEVEL_UP",extraParams:{inGameInfo:{levelId:e,levelName:t}}})])})});eo.registerCommand("TaskTrackerSDK.levelFinished",hf);eo.registerCommand("TaskTrackerSDK.gamePlayEnded",mf);eo.registerCommand("TaskTrackerSDK.levelUpgrade",pf);ge("TaskTrackerSDK.onLevelFinished",{version:"1.1.25",properties:{params:{levelId:"1.1.25",duration:"1.1.25",rating:"1.1.25",score:"1.1.25",variation:"1.1.50"}}});ge("TaskTrackerSDK.onGamePlayEnded",{version:"1.1.25",properties:{params:{duration:"1.1.25",rating:"1.1.25",score:"1.1.25",variation:"1.1.50"}}});ge("TaskTrackerSDK.onLevelUpgrade",{version:"1.1.25",properties:{params:{levelId:"1.1.25",name:"1.1.25"}}})});var pt,Rt,Os,to,vf,hn,ro=Z(()=>{"use strict";pt=(e,t)=>{var r;window.dispatchEvent(new CustomEvent(e,{detail:t})),(r=window.parent)==null||r.postMessage({type:e,data:{detail:t}},"*")},Rt=new Map,Os=e=>{if(e.source===window.parent)try{let t=e.data;if(t&&t.type){let r=Rt.get(t.type);r&&r.forEach(n=>{try{n(t.data)}catch(i){console.warn("Callback execution failed:",i)}})}}catch(t){console.warn("Failed to parse message:",t)}},to=!1,vf=()=>{to||(window.addEventListener("message",Os),to=!0)},hn=(e,t)=>{vf(),Rt.has(e)||Rt.set(e,new Set);let r=Rt.get(e);return r.add(t),()=>{r.delete(t),r.size===0&&Rt.delete(e),Rt.size===0&&(window.removeEventListener("message",Os),to=!1)}}});var mn,pn,vn,_n,gn,Ps,yn,wn,Ct,_f,ae,kt,Tt,Ue=Z(()=>{"use strict";V();mn="UNLOCK_OPTIONS_CHANGED",pn="INVOKE_PAYMENT",vn="ON_PAYMENT_RESULT",_n="ON_USE_MODAL_EVENT",gn="ON_USE_MODAL_RESULT",Ps="ON_USE_MODAL_FREQUENCY",yn="ON_USE_UNLOGIN_MODAL_EVENT",wn="INVOKE_UNLOGIN_MODAL_EVENT",Ct=new je,_f=()=>({on:Ct.on.bind(Ct),off:Ct.off.bind(Ct),emit:Ct.emit.bind(Ct)}),ae=_f(),kt={charge:{dailyMaxPopUps:2,minInterval:8*60*60*1e3},useJolicoin:{dailyMaxPopUps:2,minInterval:8*60*60*1e3}},Tt={show:!0,minInterval:8*60*60*1e3}});var Tu=ci(ea=>{"use strict";me();Ue();ro();V();var ku={USE_COIN:"CONFIRM",ADS:"FAILED",CANCEL:"CANCEL"};hn("ON_JOLIBOX_JOLI_COIN_USE_RESULT",e=>{console.log("onCustomEvent ON_JOLIBOX_JOLI_COIN_USE_RESULT",ku[e.result],e.result),ae.emit(gn,{useModalResult:ku[e.result]})});ae.on(_n,(e,t)=>{var r;pt("JOLIBOX_JOLI_COIN_USE_EVENT",{JOLI_COIN:{quantity:t.joliCoinQuantity,balance:t.userJoliCoin.balance,enableAutoDeduct:t.enableAutoDeduct},type:e,sequenceId:(r=t.sequenceId)!=null?r:ct()})});hn("ON_JOLIBOX_TOPUP_JOLI_COIN_RESULT",e=>{ae.emit(vn,{paymentResult:e.result=="ADS"?"FAILED":e.result,userJoliCoin:e.joliCoin})});ae.on(pn,(e,t)=>P(ea,null,function*(){var r;pt("JOLIBOX_TOPUP_EVENT",{JOLI_COIN:{quantity:t.joliCoinQuantity,balance:t.userJoliCoin.balance,enableAutoDeduct:t.enableAutoDeduct},type:e,sequenceId:(r=t.sequenceId)!=null?r:ct()})}));hn("ON_JOLIBOX_JOLI_UNLOGIN_MODAL_RESULT_EVENT",e=>{var t,r,n,i,o;ae.emit(yn,{result:e.result=="ADS"?"FAILED":e.result,rewards:{jolicoin:{claimedRewardValue:(i=(n=(r=(t=e.extra)==null?void 0:t.firstLogin)==null?void 0:r.reward)==null?void 0:n.rewardValue)!=null?i:0,isFirstLogin:(o=e.isFirstLogin)!=null?o:!1}}}),e.result==="SUCCESS"&&D.onEnvConfigChanged({hostUserInfo:{isLogin:!0}})});ae.on(wn,e=>P(ea,null,function*(){pt("JOLIBOX_JOLI_UNLOGIN_MODAL_EVENT",{sequenceId:ct(),type:e})}))});it();me();Zt();V();var Ss=_e(),Qc="env",Yc="getSystemInfoSync",Xc=()=>{var i,o,a,s;let e={system:D.deviceInfo.system,platform:D.deviceInfo.platform.toLowerCase(),brand:D.deviceInfo.brand,pixelRatio:D.deviceInfo.pixelRatio,language:D.deviceInfo.lang,version:D.sdkInfo.jssdkVersion,appName:(i=D.hostInfo)==null?void 0:i.appName,SDKVersion:D.sdkInfo.nativeSDKVersion},t=(o=D.hostInfo)==null?void 0:o.version;t&&(e=ke(Q({},e),{version:t}));let r=(a=D.hostInfo)==null?void 0:a.appName;r&&(e=ke(Q({},e),{appName:r}));let n=(s=D.sdkInfo)==null?void 0:s.jssdkVersion;return n&&(e=ke(Q({},e),{SDKVersion:n})),e},Zc=mt(Yc,{implement:Xc}),ef=mt(Qc,{implement:()=>ke(Q({},D.hostInfo),{sdkInfo:D.sdkInfo,platform:D.platform,deviceInfo:D.deviceInfo})});Ss.registerCommand("API.env",ef);Ss.registerCommand("API.getSystemInfoSync",Zc);ge("env",{version:"1.0.0"});ge("getSystemInfoSync",{version:"1.0.0"});V();Zt();Ge();it();var tf="onJoliboxShow",rf="onJoliboxHide",nf="onReady",Qi=_e(),Yi=Ka(Te),zi=!0,er=!0,ln=0,un=Vi;function of(){let e=Date.now();if(e-ln<100)return;ln=e;let t=document.visibilityState==="visible";t!==zi&&(zi=t,un.emit("visible",zi))}function Rs(e){let t=Date.now();t-ln<100||(ln=t,e==="focus"&&!er?er=!0:e==="blur"&&er&&(er=!1),un.emit("visible",er))}document.addEventListener("visibilitychange",of);window.addEventListener("focus",()=>Rs("focus"));window.addEventListener("blur",()=>Rs("blur"));var af=mt(tf,{paramsSchema:F.tuple(F.function()),implement(e){let t=Yi(e);un.on("visible",r=>{r&&t()})}}),sf=mt(rf,{paramsSchema:F.tuple(F.function()),implement(e){let t=Yi(e);un.on("visible",r=>{!r&&t()})}}),lf=mt(nf,{paramsSchema:F.tuple(F.function()),implement(e){let t=Yi(e);ft.on("LifecycleEvent.onReady",r=>{t(r)})}});Qi.registerCommand("LifecycleSDK.onReady",lf);Qi.registerCommand("LifecycleSDK.onJoliboxShow",af);Qi.registerCommand("LifecycleSDK.onJoliboxHide",sf);ge("lifeCycle.onReady",{version:"1.0.0"});ge("lifeCycle.onJoliboxShow",{version:"1.0.0"});ge("lifeCycle.onJoliboxHide",{version:"1.0.0"});Zt();V();It();me();var Ts=fi(ks());var dn=_e(),Zi=class{constructor(){this.httpClient=Be.create({baseUrl:At(D.testMode)});this.getGameId=()=>D.mpId;this.getItem=t=>P(this,null,function*(){let{code:r,data:n,message:i}=yield this.httpClient.get(`/api/games/user-storage/${this.gameId}`,{query:{key:t}}),o=n==null?void 0:n.value,a=i;return r!=="SUCCESS"&&(o=yield this.gameStore.getItem(t),console.info("[SDK] cloud storage getItem failed, read from localstorage",o),a+="fallback to localstorage"),{code:r,message:a,data:o&&o!=="undefined"?o:null}});this.setItem=(t,r)=>P(this,null,function*(){let n=typeof r=="string"?r:String(r),{code:i,message:o}=yield this.httpClient.post(`/api/games/user-storage/${this.gameId}`,{data:{key:t,value:n}});return yield this.gameStore.setItem(t,n),{code:i,message:o}});this.removeItem=t=>P(this,null,function*(){yield this.gameStore.removeItem(t);let{code:r,message:n}=yield this.httpClient.post(`/api/games/user-storage/${this.gameId}/remove`,{data:{key:t}});return{code:r,message:n}});this.clear=()=>P(this,null,function*(){yield this.gameStore.clear();let{code:t,message:r}=yield this.httpClient.post(`/api/games/user-storage/${this.gameId}/clear`,{});return{code:t,message:r}});this.gameId=this.getGameId(),this.gameStore=Ts.default.createInstance({name:this.gameId.length?this.gameId:"default"})}},cn=new Zi,uf=ze("getLocalStorage",{paramsSchema:F.tuple(F.string()),implement(e){return P(this,null,function*(){return yield cn.getItem(e)})}});dn.registerCommand("StorageSDK.getItem",uf);ge("storage.getItem",{version:"1.0.0",properties:{key:"1.0.0",value:"1.0.0"}});var df=ze("setStorage",{paramsSchema:F.tuple(F.string(),F.or(F.string(),F.boolean(),F.number())),implement(e,t){return P(this,null,function*(){return yield cn.setItem(e,t)})}});dn.registerCommand("StorageSDK.setItem",df);ge("storage.setItem",{version:"1.0.0",properties:{key:"1.0.0",value:"1.0.0"}});var cf=ze("removeStorage",{paramsSchema:F.tuple(F.string()),implement(e){return P(this,null,function*(){return yield cn.removeItem(e)})}});dn.registerCommand("StorageSDK.removeItem",cf);ge("storage.removeItem",{version:"1.0.0",properties:{key:"1.0.0"}});var ff=ze("clearStorage",{implement(){return P(this,null,function*(){return yield cn.clear()})}});dn.registerCommand("StorageSDK.clear",ff);ge("storage.clear",{version:"1.0.0"});var Pw=fi(xs());it();V();It();ro();me();Ue();var Ds=D.testMode;function Ns(){let e=new Map,t,r;return{registerRewardHandler(i,o){e.set(i,o)},handleReward(i,...o){return P(this,null,function*(){return yield i.reduce((s,u)=>P(this,null,function*(){let c=yield s;if(c===!0)return!0;Ds&&console.log(`handleReward ${u}`);let y=e.get(u),h=y?yield y(...o):c;return Ds&&console.log(`handleReward ${u} ${h}`),h}),Promise.resolve(!1))})},registerRewardsFetcher(i){return P(this,null,function*(){t=(...o)=>P(this,null,function*(){try{return yield i(...o)}catch(a){return console.error("getRewardOptions error:",a),["ADS"]}})})},registerRewardFrequencyConfigFetcher(i){return P(this,null,function*(){r=(...o)=>P(this,null,function*(){try{return yield i(...o)}catch(a){return console.error("getRewardOptions error:",a),{joliCoinUseAndCharge:kt,loginGuide:Tt}}})})},getRewardsTypes(...i){return P(this,null,function*(){return t?yield t(...i):["ADS"]})},getRewardFrequencyConfig(...i){return P(this,null,function*(){return r?yield r(...i):{joliCoinUseAndCharge:kt,loginGuide:Tt}})}}}Ue();V();var gf=()=>(e,t)=>e==="JOLI_COIN"&&t==="ADS"?-1:e==="ADS"&&t==="JOLI_COIN"?1:0,yf=e=>e.length?e.includes("JOLI_COIN")&&e.length<=1?["JOLI_COIN_ONLY"]:e.sort(gf()):["ADS"],Ls=e=>{e.registerRewardsFetcher(t=>P(void 0,null,function*(){var n,i,o,a;let r=["ADS"];try{let s=yield t.post("/api/games/unlock-options",{});if(s.code!=="SUCCESS")return r;ae.emit(mn,{options:((n=s.data)==null?void 0:n.unlockOptions)||[],userJoliCoin:((i=s.extra)==null?void 0:i.joliCoin)||{balance:0,enableAutoDeduct:!1}});let u=((a=(o=s.data)==null?void 0:o.unlockOptions)==null?void 0:a.map(c=>c.type))||Array.from(r);return yf(u)}catch(s){return console.error("getRewardOptions error:",s),r}}))},Us=e=>{e.registerRewardFrequencyConfigFetcher(t=>P(void 0,null,function*(){var n,i,o,a;let r=yield t.get("/api/fe-configs/web-common/global-config",{});return ae.emit(Ps,{joliCoinUseAndCharge:((n=r.data)==null?void 0:n.joliCoinUseAndCharge)||kt,loginGuide:((i=r.data)==null?void 0:i.loginGuide)||Tt}),r.data&&ft.emit("onGlobalConfigChanged",{globalConfig:r.data}),{joliCoinUseAndCharge:((o=r.data)==null?void 0:o.joliCoinUseAndCharge)||kt,loginGuide:((a=r.data)==null?void 0:a.loginGuide)||Tt}}))};var Ms=e=>t=>P(void 0,null,function*(){try{console.log("trigger @jolibox/ads reward",t),yield e.adBreak(t)}catch(r){console.error("-----createAdsRewardHandler error-----",r)}return!0});Ue();function ot(e,t){let r=null,n=null,i=null,o=()=>{if(i){r=Promise.resolve(i);return}r=new Promise(a=>{n=a})};return o(),e.on(t,(...a)=>{let s=a[0];i=s,n&&(n(s),n=null)}),{getData:()=>(r||o(),r),getCachedData:()=>i,clearCache:()=>{i=null,r=null},getFreshData:()=>(i=null,r=null,o(),r),updateData:a=>{if(i)return i=Q(Q({},i),a),r=Promise.resolve(i),n&&(n(i),n=null),i}}}Ue();var Me=ot(ae,mn);me();V();V();var at=_e();Ue();Ue();var no=(e,t)=>{let{showUnlockWithJolicoinModal:r}=t;at.registerCommand(`Rewards.${e}.useJolicoin`,()=>P(void 0,null,function*(){var s,u,c,y;let n=yield Me.getData(),i=!!((s=n==null?void 0:n.userJoliCoin)!=null&&s.enableAutoDeduct),o=(y=(c=(u=n==null?void 0:n.options)==null?void 0:u.find(h=>h.type==="JOLI_COIN"))==null?void 0:c.joliCoinChoices[0].joliCoinQuantity)!=null?y:0;return console.log("-----unlockOptions usemodal-----",n,i,o),(yield r({enableAutoDeduct:i,userJoliCoin:n==null?void 0:n.userJoliCoin,joliCoinQuantity:o}))!=="CONFIRM"?{result:"FAILED"}:{result:"SUCCESS"}}))},tr=(e,t)=>r=>P(void 0,null,function*(){let n=ot(ae,gn);return ae.emit(_n,e,{enableAutoDeduct:r.enableAutoDeduct,userJoliCoin:r.userJoliCoin,joliCoinQuantity:r.joliCoinQuantity,confirmButtonText:t.confirmButtonText,cancelButtonText:t.cancelButtonText}),(yield n.getFreshData()).useModalResult});var bn=e=>P(void 0,null,function*(){return(yield e.get("/api/joli-coin/balance",{query:{type:"JOLI_COIN"}})).data});var Bs=(e,t)=>e.some(r=>r.type==="JOLI_COIN"&&r.joliCoinChoices.some(n=>{var i;return n.joliCoinQuantity<=((i=t==null?void 0:t.balance)!=null?i:0)}));Ue();Ue();var io=(e,t)=>{let{httpClient:r,initiateAndAwaitPayment:n}=t;at.registerCommand(`Rewards.${e}.usePayment`,()=>P(void 0,null,function*(){var u,c,y,h,p,f;let i=yield Me.getData(),o=yield bn(r),a=(y=(c=(u=i==null?void 0:i.options)==null?void 0:u.find(w=>w.type==="JOLI_COIN"))==null?void 0:c.joliCoinChoices[0].joliCoinQuantity)!=null?y:0,s={balance:(h=o==null?void 0:o.balance)!=null?h:0,enableAutoDeduct:(f=(p=i==null?void 0:i.userJoliCoin)==null?void 0:p.enableAutoDeduct)!=null?f:!1};return Me.updateData({userJoliCoin:s}),console.log("-----unlockOptions payment-----",i,s,a),Bs((i==null?void 0:i.options)||[],s)?{result:"CONTINUE"}:{result:(yield n({userJoliCoin:s,joliCoinQuantity:a}))==="SUCCESS"?"SUCCESS":"FAILED"}}))},rr=(e,t)=>r=>P(void 0,null,function*(){let n=ot(ae,vn);return ae.emit(pn,e,{userJoliCoin:r.userJoliCoin,joliCoinQuantity:r.joliCoinQuantity,enableAutoDeduct:r.userJoliCoin.enableAutoDeduct,confirmButtonText:t.confirmButtonText,cancelButtonText:t.cancelButtonText}),(yield n.getFreshData()).paymentResult});me();Ue();Ue();V();var oo=(e,t)=>{let{showUnloginModal:r,httpClient:n}=t;at.registerCommand(`Rewards.${e}.useUnloginModal`,()=>P(void 0,null,function*(){var a,s,u,c,y,h,p,f,w;let i=(a=D.hostUserInfo)==null?void 0:a.isLogin,o=yield Me.getData();if(console.log("-----isLogin-----",!!i),!i){let A=yield r();if(console.log("-----unloginModalResult-----",A),A.result=="FAILED"||A.result=="CANCEL")return{result:"FAILED"};let{isFirstLogin:R,claimedRewardValue:b}=(u=(s=A.rewards)==null?void 0:s.jolicoin)!=null?u:{};if(A.result=="SUCCESS"){R&&b&&(yield Ba(3e3));let T=yield bn(n),N=(h=(y=(c=o==null?void 0:o.options)==null?void 0:c.find(H=>H.type==="JOLI_COIN"))==null?void 0:y.joliCoinChoices[0].joliCoinQuantity)!=null?h:0,j={balance:(p=T==null?void 0:T.balance)!=null?p:0,enableAutoDeduct:(w=(f=o==null?void 0:o.userJoliCoin)==null?void 0:f.enableAutoDeduct)!=null?w:!1};if(Me.updateData({userJoliCoin:j}),j.balance>=N)return{result:"SUCCESS"}}}return{result:"CONTINUE"}}))},nr=(e,t)=>()=>P(void 0,null,function*(){let r=ot(ae,yn);return ae.emit(wn,e,{confirmButtonText:t.confirmButtonText,cancelButtonText:t.cancelButtonText}),yield r.getFreshData()});var En=(e,t,{handlers:{handleUnlockSuccess:r,handleUnlockFailed:n,unlockOptionsHandler:i,initiateAndAwaitPayment:o,showUnlockWithJolicoinModal:a,showUnloginModal:s}})=>{oo(e,{httpClient:t,showUnloginModal:s}),io(e,{httpClient:t,initiateAndAwaitPayment:o}),no(e,{showUnlockWithJolicoinModal:a});let u=D.abTests.find(y=>y.startsWith("coinOpt_v1")),c=[];return u?c=[`Rewards.${e}.usePayment`,`Rewards.${e}.useJolicoin`]:c=[`Rewards.${e}.useUnloginModal`,`Rewards.${e}.usePayment`,`Rewards.${e}.useJolicoin`],y=>P(void 0,null,function*(){var h,p,f;try{let w=!0;for(let R of c){let b=yield at.executeCommand(R);if(w=w&&b.result!=="FAILED",b.result!=="CONTINUE")break}if(!w)return n==null||n(y),!1;let A=yield t.post("/api/joli-coin/unlock",{data:{type:"GAME_REWARD",reqId:`${ct()}-${D.mpType}-${Date.now()}`,gameInfo:{gameId:D.mpId}}});if(console.log("-----unlockWithJolicoin request result-----",A),A.code=="SUCCESS"){try{(p=y.adBreakDone)==null||p.call(y,{breakType:y.type,breakName:"name"in y&&(h=y.name)!=null?h:"",breakFormat:"reward",breakStatus:"viewed"}),"adViewed"in y&&((f=y.adViewed)==null||f.call(y))}catch(R){console.error("-----unlockWithJolicoin adBreakDone error-----",R)}return r==null||r({quantity:A.data.quantity,balance:A.data.balance}),!0}return n==null||n(y),!1}catch(w){if(console.info("JolicoinRewardHandler error:",w),w instanceof Error&&w.message=="CANCEL")throw w;return n==null||n(y),!1}finally{i.clearCache()}})};var Fs=(e,{onUnlockSuccess:t,onUnlockFailed:r})=>{let n=()=>{r==null||r()},i=tr("ADS-JOLI_COIN",{confirmButtonText:"jolicoin.useJolicoin",cancelButtonText:"jolicoin.noWatchAds"}),o=rr("ADS-JOLI_COIN",{confirmButtonText:"jolicoin.payAndUnlock",cancelButtonText:"jolicoin.noWatchAds"}),a=nr("ADS-JOLI_COIN",{confirmButtonText:"loginGuide.login",cancelButtonText:"loginGuide.noWatchAds"});return En("ADS-JOLI_COIN",e,{handlers:{handleUnlockSuccess:t,handleUnlockFailed:n,unlockOptionsHandler:Me,initiateAndAwaitPayment:o,showUnlockWithJolicoinModal:i,showUnloginModal:a}})};var js=(e,{onUnlockSuccess:t,onUnlockFailed:r})=>{let n=u=>{var c;r==null||r(),(c=u.adBreakDone)==null||c.call(u,{breakType:u.type,breakFormat:u.type==="reward"?"reward":"interstitial",breakStatus:"noAdPreloaded"})},i=tr("JOLI_COIN",{confirmButtonText:"jolicoin.useJolicoin",cancelButtonText:"jolicoin.noThanks"}),o=rr("JOLI_COIN",{confirmButtonText:"jolicoin.payAndUnlock",cancelButtonText:"jolicoin.noThanks"}),a=nr("JOLI_COIN",{confirmButtonText:"loginGuide.login",cancelButtonText:"loginGuide.noThanks"});return En("JOLI_COIN",e,{handlers:{handleUnlockSuccess:t,handleUnlockFailed:n,unlockOptionsHandler:Me,initiateAndAwaitPayment:o,showUnlockWithJolicoinModal:i,showUnloginModal:a}})};var Qe=Ns();Ls(Qe);Us(Qe);var Rn,B,Gs,lo,vt,Js,qs,Ks,Ws,uo,ao,so,wf,ir={},zs=[],bf=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,or=Array.isArray;function Ye(e,t){for(var r in t)e[r]=t[r];return e}function co(e){e&&e.parentNode&&e.parentNode.removeChild(e)}function ar(e,t,r){var n,i,o,a={};for(o in t)o=="key"?n=t[o]:o=="ref"?i=t[o]:a[o]=t[o];if(arguments.length>2&&(a.children=arguments.length>3?Rn.call(arguments,2):r),typeof e=="function"&&e.defaultProps!=null)for(o in e.defaultProps)a[o]===void 0&&(a[o]=e.defaultProps[o]);return In(e,a,n,i,null)}function In(e,t,r,n,i){var o={type:e,props:t,key:r,ref:n,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:i==null?++Gs:i,__i:-1,__u:0};return i==null&&B.vnode!=null&&B.vnode(o),o}function st(e){return e.children}function xe(e,t){this.props=e,this.context=t}function xt(e,t){if(t==null)return e.__?xt(e.__,e.__i+1):null;for(var r;t<e.__k.length;t++)if((r=e.__k[t])!=null&&r.__e!=null)return r.__e;return typeof e.type=="function"?xt(e):null}function Qs(e){var t,r;if((e=e.__)!=null&&e.__c!=null){for(e.__e=e.__c.base=null,t=0;t<e.__k.length;t++)if((r=e.__k[t])!=null&&r.__e!=null){e.__e=e.__c.base=r.__e;break}return Qs(e)}}function Vs(e){(!e.__d&&(e.__d=!0)&&vt.push(e)&&!Sn.__r++||Js!==B.debounceRendering)&&((Js=B.debounceRendering)||qs)(Sn)}function Sn(){for(var e,t,r,n,i,o,a,s=1;vt.length;)vt.length>s&&vt.sort(Ks),e=vt.shift(),s=vt.length,e.__d&&(r=void 0,i=(n=(t=e).__v).__e,o=[],a=[],t.__P&&((r=Ye({},n)).__v=n.__v+1,B.vnode&&B.vnode(r),fo(t.__P,r,n,t.__n,t.__P.namespaceURI,32&n.__u?[i]:null,o,i==null?xt(n):i,!!(32&n.__u),a),r.__v=n.__v,r.__.__k[r.__i]=r,Zs(o,r,a),r.__e!=i&&Qs(r)));Sn.__r=0}function Ys(e,t,r,n,i,o,a,s,u,c,y){var h,p,f,w,A,R,b=n&&n.__k||zs,T=t.length;for(u=Ef(r,t,b,u,T),h=0;h<T;h++)(f=r.__k[h])!=null&&(p=f.__i===-1?ir:b[f.__i]||ir,f.__i=h,R=fo(e,f,p,i,o,a,s,u,c,y),w=f.__e,f.ref&&p.ref!=f.ref&&(p.ref&&ho(p.ref,null,f),y.push(f.ref,f.__c||w,f)),A==null&&w!=null&&(A=w),4&f.__u||p.__k===f.__k?u=Xs(f,u,e):typeof f.type=="function"&&R!==void 0?u=R:w&&(u=w.nextSibling),f.__u&=-7);return r.__e=A,u}function Ef(e,t,r,n,i){var o,a,s,u,c,y=r.length,h=y,p=0;for(e.__k=new Array(i),o=0;o<i;o++)(a=t[o])!=null&&typeof a!="boolean"&&typeof a!="function"?(u=o+p,(a=e.__k[o]=typeof a=="string"||typeof a=="number"||typeof a=="bigint"||a.constructor==String?In(null,a,null,null,null):or(a)?In(st,{children:a},null,null,null):a.constructor===void 0&&a.__b>0?In(a.type,a.props,a.key,a.ref?a.ref:null,a.__v):a).__=e,a.__b=e.__b+1,s=null,(c=a.__i=Af(a,r,u,h))!==-1&&(h--,(s=r[c])&&(s.__u|=2)),s==null||s.__v===null?(c==-1&&(i>y?p--:i<y&&p++),typeof a.type!="function"&&(a.__u|=4)):c!=u&&(c==u-1?p--:c==u+1?p++:(c>u?p--:p++,a.__u|=4))):e.__k[o]=null;if(h)for(o=0;o<y;o++)(s=r[o])!=null&&!(2&s.__u)&&(s.__e==n&&(n=xt(s)),tl(s,s));return n}function Xs(e,t,r){var n,i;if(typeof e.type=="function"){for(n=e.__k,i=0;n&&i<n.length;i++)n[i]&&(n[i].__=e,t=Xs(n[i],t,r));return t}e.__e!=t&&(t&&e.type&&!r.contains(t)&&(t=xt(e)),r.insertBefore(e.__e,t||null),t=e.__e);do t=t&&t.nextSibling;while(t!=null&&t.nodeType==8);return t}function sr(e,t){return t=t||[],e==null||typeof e=="boolean"||(or(e)?e.some(function(r){sr(r,t)}):t.push(e)),t}function Af(e,t,r,n){var i,o,a=e.key,s=e.type,u=t[r];if(u===null&&e.key==null||u&&a==u.key&&s===u.type&&!(2&u.__u))return r;if(n>(u!=null&&!(2&u.__u)?1:0))for(i=r-1,o=r+1;i>=0||o<t.length;){if(i>=0){if((u=t[i])&&!(2&u.__u)&&a==u.key&&s===u.type)return i;i--}if(o<t.length){if((u=t[o])&&!(2&u.__u)&&a==u.key&&s===u.type)return o;o++}}return-1}function Hs(e,t,r){t[0]=="-"?e.setProperty(t,r==null?"":r):e[t]=r==null?"":typeof r!="number"||bf.test(t)?r:r+"px"}function An(e,t,r,n,i){var o;e:if(t=="style")if(typeof r=="string")e.style.cssText=r;else{if(typeof n=="string"&&(e.style.cssText=n=""),n)for(t in n)r&&t in r||Hs(e.style,t,"");if(r)for(t in r)n&&r[t]===n[t]||Hs(e.style,t,r[t])}else if(t[0]=="o"&&t[1]=="n")o=t!=(t=t.replace(Ws,"$1")),t=t.toLowerCase()in e||t=="onFocusOut"||t=="onFocusIn"?t.toLowerCase().slice(2):t.slice(2),e.l||(e.l={}),e.l[t+o]=r,r?n?r.t=n.t:(r.t=uo,e.addEventListener(t,o?so:ao,o)):e.removeEventListener(t,o?so:ao,o);else{if(i=="http://www.w3.org/2000/svg")t=t.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if(t!="width"&&t!="height"&&t!="href"&&t!="list"&&t!="form"&&t!="tabIndex"&&t!="download"&&t!="rowSpan"&&t!="colSpan"&&t!="role"&&t!="popover"&&t in e)try{e[t]=r==null?"":r;break e}catch(a){}typeof r=="function"||(r==null||r===!1&&t[4]!="-"?e.removeAttribute(t):e.setAttribute(t,t=="popover"&&r==1?"":r))}}function $s(e){return function(t){if(this.l){var r=this.l[t.type+e];if(t.u==null)t.u=uo++;else if(t.u<r.t)return;return r(B.event?B.event(t):t)}}}function fo(e,t,r,n,i,o,a,s,u,c){var y,h,p,f,w,A,R,b,T,N,j,H,S,L,x,M,K,W=t.type;if(t.constructor!==void 0)return null;128&r.__u&&(u=!!(32&r.__u),o=[s=t.__e=r.__e]),(y=B.__b)&&y(t);e:if(typeof W=="function")try{if(b=t.props,T="prototype"in W&&W.prototype.render,N=(y=W.contextType)&&n[y.__c],j=y?N?N.props.value:y.__:n,r.__c?R=(h=t.__c=r.__c).__=h.__E:(T?t.__c=h=new W(b,j):(t.__c=h=new xe(b,j),h.constructor=W,h.render=Sf),N&&N.sub(h),h.props=b,h.state||(h.state={}),h.context=j,h.__n=n,p=h.__d=!0,h.__h=[],h._sb=[]),T&&h.__s==null&&(h.__s=h.state),T&&W.getDerivedStateFromProps!=null&&(h.__s==h.state&&(h.__s=Ye({},h.__s)),Ye(h.__s,W.getDerivedStateFromProps(b,h.__s))),f=h.props,w=h.state,h.__v=t,p)T&&W.getDerivedStateFromProps==null&&h.componentWillMount!=null&&h.componentWillMount(),T&&h.componentDidMount!=null&&h.__h.push(h.componentDidMount);else{if(T&&W.getDerivedStateFromProps==null&&b!==f&&h.componentWillReceiveProps!=null&&h.componentWillReceiveProps(b,j),!h.__e&&(h.shouldComponentUpdate!=null&&h.shouldComponentUpdate(b,h.__s,j)===!1||t.__v==r.__v)){for(t.__v!=r.__v&&(h.props=b,h.state=h.__s,h.__d=!1),t.__e=r.__e,t.__k=r.__k,t.__k.some(function(ee){ee&&(ee.__=t)}),H=0;H<h._sb.length;H++)h.__h.push(h._sb[H]);h._sb=[],h.__h.length&&a.push(h);break e}h.componentWillUpdate!=null&&h.componentWillUpdate(b,h.__s,j),T&&h.componentDidUpdate!=null&&h.__h.push(function(){h.componentDidUpdate(f,w,A)})}if(h.context=j,h.props=b,h.__P=e,h.__e=!1,S=B.__r,L=0,T){for(h.state=h.__s,h.__d=!1,S&&S(t),y=h.render(h.props,h.state,h.context),x=0;x<h._sb.length;x++)h.__h.push(h._sb[x]);h._sb=[]}else do h.__d=!1,S&&S(t),y=h.render(h.props,h.state,h.context),h.state=h.__s;while(h.__d&&++L<25);h.state=h.__s,h.getChildContext!=null&&(n=Ye(Ye({},n),h.getChildContext())),T&&!p&&h.getSnapshotBeforeUpdate!=null&&(A=h.getSnapshotBeforeUpdate(f,w)),M=y,y!=null&&y.type===st&&y.key==null&&(M=el(y.props.children)),s=Ys(e,or(M)?M:[M],t,r,n,i,o,a,s,u,c),h.base=t.__e,t.__u&=-161,h.__h.length&&a.push(h),R&&(h.__E=h.__=null)}catch(ee){if(t.__v=null,u||o!=null)if(ee.then){for(t.__u|=u?160:128;s&&s.nodeType==8&&s.nextSibling;)s=s.nextSibling;o[o.indexOf(s)]=null,t.__e=s}else for(K=o.length;K--;)co(o[K]);else t.__e=r.__e,t.__k=r.__k;B.__e(ee,t,r)}else o==null&&t.__v==r.__v?(t.__k=r.__k,t.__e=r.__e):s=t.__e=If(r.__e,t,r,n,i,o,a,u,c);return(y=B.diffed)&&y(t),128&t.__u?void 0:s}function Zs(e,t,r){for(var n=0;n<r.length;n++)ho(r[n],r[++n],r[++n]);B.__c&&B.__c(t,e),e.some(function(i){try{e=i.__h,i.__h=[],e.some(function(o){o.call(i)})}catch(o){B.__e(o,i.__v)}})}function el(e){return typeof e!="object"||e==null?e:or(e)?e.map(el):Ye({},e)}function If(e,t,r,n,i,o,a,s,u){var c,y,h,p,f,w,A,R=r.props,b=t.props,T=t.type;if(T=="svg"?i="http://www.w3.org/2000/svg":T=="math"?i="http://www.w3.org/1998/Math/MathML":i||(i="http://www.w3.org/1999/xhtml"),o!=null){for(c=0;c<o.length;c++)if((f=o[c])&&"setAttribute"in f==!!T&&(T?f.localName==T:f.nodeType==3)){e=f,o[c]=null;break}}if(e==null){if(T==null)return document.createTextNode(b);e=document.createElementNS(i,T,b.is&&b),s&&(B.__m&&B.__m(t,o),s=!1),o=null}if(T===null)R===b||s&&e.data===b||(e.data=b);else{if(o=o&&Rn.call(e.childNodes),R=r.props||ir,!s&&o!=null)for(R={},c=0;c<e.attributes.length;c++)R[(f=e.attributes[c]).name]=f.value;for(c in R)if(f=R[c],c!="children"){if(c=="dangerouslySetInnerHTML")h=f;else if(!(c in b)){if(c=="value"&&"defaultValue"in b||c=="checked"&&"defaultChecked"in b)continue;An(e,c,null,f,i)}}for(c in b)f=b[c],c=="children"?p=f:c=="dangerouslySetInnerHTML"?y=f:c=="value"?w=f:c=="checked"?A=f:s&&typeof f!="function"||R[c]===f||An(e,c,f,R[c],i);if(y)s||h&&(y.__html===h.__html||y.__html===e.innerHTML)||(e.innerHTML=y.__html),t.__k=[];else if(h&&(e.innerHTML=""),Ys(t.type==="template"?e.content:e,or(p)?p:[p],t,r,n,T=="foreignObject"?"http://www.w3.org/1999/xhtml":i,o,a,o?o[0]:r.__k&&xt(r,0),s,u),o!=null)for(c=o.length;c--;)co(o[c]);s||(c="value",T=="progress"&&w==null?e.removeAttribute("value"):w!==void 0&&(w!==e[c]||T=="progress"&&!w||T=="option"&&w!==R[c])&&An(e,c,w,R[c],i),c="checked",A!==void 0&&A!==e[c]&&An(e,c,A,R[c],i))}return e}function ho(e,t,r){try{if(typeof e=="function"){var n=typeof e.__u=="function";n&&e.__u(),n&&t==null||(e.__u=e(t))}else e.current=t}catch(i){B.__e(i,r)}}function tl(e,t,r){var n,i;if(B.unmount&&B.unmount(e),(n=e.ref)&&(n.current&&n.current!==e.__e||ho(n,null,t)),(n=e.__c)!=null){if(n.componentWillUnmount)try{n.componentWillUnmount()}catch(o){B.__e(o,t)}n.base=n.__P=null}if(n=e.__k)for(i=0;i<n.length;i++)n[i]&&tl(n[i],t,r||typeof e.type!="function");r||co(e.__e),e.__c=e.__=e.__e=void 0}function Sf(e,t,r){return this.constructor(e,r)}function rl(e,t,r){var n,i,o,a;t==document&&(t=document.documentElement),B.__&&B.__(e,t),i=(n=typeof r=="function")?null:r&&r.__k||t.__k,o=[],a=[],fo(t,e=(!n&&r||t).__k=ar(st,null,[e]),i||ir,ir,t.namespaceURI,!n&&r?[r]:i?null:t.firstChild?Rn.call(t.childNodes):null,o,!n&&r?r:i?i.__e:t.firstChild,n,a),Zs(o,e,a)}Rn=zs.slice,B={__e:function(e,t,r,n){for(var i,o,a;t=t.__;)if((i=t.__c)&&!i.__)try{if((o=i.constructor)&&o.getDerivedStateFromError!=null&&(i.setState(o.getDerivedStateFromError(e)),a=i.__d),i.componentDidCatch!=null&&(i.componentDidCatch(e,n||{}),a=i.__d),a)return i.__E=i}catch(s){e=s}throw e}},Gs=0,lo=function(e){return e!=null&&e.constructor==null},xe.prototype.setState=function(e,t){var r;r=this.__s!=null&&this.__s!==this.state?this.__s:this.__s=Ye({},this.state),typeof e=="function"&&(e=e(Ye({},r),this.props)),e&&Ye(r,e),e!=null&&this.__v&&(t&&this._sb.push(t),Vs(this))},xe.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),Vs(this))},xe.prototype.render=st,vt=[],qs=typeof Promise=="function"?Promise.prototype.then.bind(Promise.resolve()):setTimeout,Ks=function(e,t){return e.__v.__b-t.__v.__b},Sn.__r=0,Ws=/(PointerCapture)$|Capture$/i,uo=0,ao=$s(!1),so=$s(!0),wf=0;var Ot,ie,mo,nl,lr=0,cl=[],se=B,il=se.__b,ol=se.__r,al=se.diffed,sl=se.__c,ll=se.unmount,ul=se.__;function kn(e,t){se.__h&&se.__h(ie,e,lr||t),lr=0;var r=ie.__H||(ie.__H={__:[],__h:[]});return e>=r.__.length&&r.__.push({}),r.__[e]}function Tn(e){return lr=1,fl(hl,e)}function fl(e,t,r){var n=kn(Ot++,2);if(n.t=e,!n.__c&&(n.__=[r?r(t):hl(void 0,t),function(s){var u=n.__N?n.__N[0]:n.__[0],c=n.t(u,s);u!==c&&(n.__N=[c,n.__[1]],n.__c.setState({}))}],n.__c=ie,!ie.__f)){var i=function(s,u,c){if(!n.__c.__H)return!0;var y=n.__c.__H.__.filter(function(p){return!!p.__c});if(y.every(function(p){return!p.__N}))return!o||o.call(this,s,u,c);var h=n.__c.props!==s;return y.forEach(function(p){if(p.__N){var f=p.__[0];p.__=p.__N,p.__N=void 0,f!==p.__[0]&&(h=!0)}}),o&&o.call(this,s,u,c)||h};ie.__f=!0;var o=ie.shouldComponentUpdate,a=ie.componentWillUpdate;ie.componentWillUpdate=function(s,u,c){if(this.__e){var y=o;o=void 0,i(s,u,c),o=y}a&&a.call(this,s,u,c)},ie.shouldComponentUpdate=i}return n.__N||n.__}function ur(e,t){var r=kn(Ot++,3);!se.__s&&yo(r.__H,t)&&(r.__=e,r.u=t,ie.__H.__h.push(r))}function vo(e,t){var r=kn(Ot++,4);!se.__s&&yo(r.__H,t)&&(r.__=e,r.u=t,ie.__h.push(r))}function _o(e){return lr=5,dr(function(){return{current:e}},[])}function dr(e,t){var r=kn(Ot++,7);return yo(r.__H,t)&&(r.__=e(),r.__H=t,r.__h=e),r.__}function go(e,t){return lr=8,dr(function(){return e},t)}function Rf(){for(var e;e=cl.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(Cn),e.__H.__h.forEach(po),e.__H.__h=[]}catch(t){e.__H.__h=[],se.__e(t,e.__v)}}se.__b=function(e){ie=null,il&&il(e)},se.__=function(e,t){e&&t.__k&&t.__k.__m&&(e.__m=t.__k.__m),ul&&ul(e,t)},se.__r=function(e){ol&&ol(e),Ot=0;var t=(ie=e.__c).__H;t&&(mo===ie?(t.__h=[],ie.__h=[],t.__.forEach(function(r){r.__N&&(r.__=r.__N),r.u=r.__N=void 0})):(t.__h.forEach(Cn),t.__h.forEach(po),t.__h=[],Ot=0)),mo=ie},se.diffed=function(e){al&&al(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(cl.push(t)!==1&&nl===se.requestAnimationFrame||((nl=se.requestAnimationFrame)||Cf)(Rf)),t.__H.__.forEach(function(r){r.u&&(r.__H=r.u),r.u=void 0})),mo=ie=null},se.__c=function(e,t){t.some(function(r){try{r.__h.forEach(Cn),r.__h=r.__h.filter(function(n){return!n.__||po(n)})}catch(n){t.some(function(i){i.__h&&(i.__h=[])}),t=[],se.__e(n,r.__v)}}),sl&&sl(e,t)},se.unmount=function(e){ll&&ll(e);var t,r=e.__c;r&&r.__H&&(r.__H.__.forEach(function(n){try{Cn(n)}catch(i){t=i}}),r.__H=void 0,t&&se.__e(t,r.__v))};var dl=typeof requestAnimationFrame=="function";function Cf(e){var t,r=function(){clearTimeout(n),dl&&cancelAnimationFrame(t),setTimeout(e)},n=setTimeout(r,100);dl&&(t=requestAnimationFrame(r))}function Cn(e){var t=ie,r=e.__c;typeof r=="function"&&(e.__c=void 0,r()),ie=t}function po(e){var t=ie;e.__c=e.__(),ie=t}function yo(e,t){return!e||e.length!==t.length||t.some(function(r,n){return r!==e[n]})}function hl(e,t){return typeof t=="function"?t(e):t}function Tf(e,t){for(var r in t)e[r]=t[r];return e}function ml(e,t){for(var r in e)if(r!=="__source"&&!(r in t))return!0;for(var n in t)if(n!=="__source"&&e[n]!==t[n])return!0;return!1}function pl(e,t){this.props=e,this.context=t}(pl.prototype=new xe).isPureReactComponent=!0,pl.prototype.shouldComponentUpdate=function(e,t){return ml(this.props,e)||ml(this.state,t)};var vl=B.__b;B.__b=function(e){e.type&&e.type.__f&&e.ref&&(e.props.ref=e.ref,e.ref=null),vl&&vl(e)};var Dy=typeof Symbol!="undefined"&&Symbol.for&&Symbol.for("react.forward_ref")||3911;var xf=B.__e;B.__e=function(e,t,r,n){if(e.then){for(var i,o=t;o=o.__;)if((i=o.__c)&&i.__c)return t.__e==null&&(t.__e=r.__e,t.__k=r.__k),i.__c(e,t)}xf(e,t,r,n)};var _l=B.unmount;function Il(e,t,r){return e&&(e.__c&&e.__c.__H&&(e.__c.__H.__.forEach(function(n){typeof n.__c=="function"&&n.__c()}),e.__c.__H=null),(e=Tf({},e)).__c!=null&&(e.__c.__P===r&&(e.__c.__P=t),e.__c=null),e.__k=e.__k&&e.__k.map(function(n){return Il(n,t,r)})),e}function Sl(e,t,r){return e&&r&&(e.__v=null,e.__k=e.__k&&e.__k.map(function(n){return Sl(n,t,r)}),e.__c&&e.__c.__P===t&&(e.__e&&r.appendChild(e.__e),e.__c.__e=!0,e.__c.__P=r)),e}function wo(){this.__u=0,this.o=null,this.__b=null}function Rl(e){var t=e.__.__c;return t&&t.__a&&t.__a(e)}function xn(){this.i=null,this.l=null}B.unmount=function(e){var t=e.__c;t&&t.__R&&t.__R(),t&&32&e.__u&&(e.type=null),_l&&_l(e)},(wo.prototype=new xe).__c=function(e,t){var r=t.__c,n=this;n.o==null&&(n.o=[]),n.o.push(r);var i=Rl(n.__v),o=!1,a=function(){o||(o=!0,r.__R=null,i?i(s):s())};r.__R=a;var s=function(){if(!--n.__u){if(n.state.__a){var u=n.state.__a;n.__v.__k[0]=Sl(u,u.__c.__P,u.__c.__O)}var c;for(n.setState({__a:n.__b=null});c=n.o.pop();)c.forceUpdate()}};n.__u++||32&t.__u||n.setState({__a:n.__b=n.__v.__k[0]}),e.then(a,a)},wo.prototype.componentWillUnmount=function(){this.o=[]},wo.prototype.render=function(e,t){if(this.__b){if(this.__v.__k){var r=document.createElement("div"),n=this.__v.__k[0].__c;this.__v.__k[0]=Il(this.__b,r,n.__O=n.__P)}this.__b=null}var i=t.__a&&ar(st,null,e.fallback);return i&&(i.__u&=-33),[ar(st,null,t.__a?null:e.children),i]};var gl=function(e,t,r){if(++r[1]===r[0]&&e.l.delete(t),e.props.revealOrder&&(e.props.revealOrder[0]!=="t"||!e.l.size))for(r=e.i;r;){for(;r.length>3;)r.pop()();if(r[1]<r[0])break;e.i=r=r[2]}};(xn.prototype=new xe).__a=function(e){var t=this,r=Rl(t.__v),n=t.l.get(e);return n[0]++,function(i){var o=function(){t.props.revealOrder?(n.push(i),gl(t,e,n)):i()};r?r(o):o()}},xn.prototype.render=function(e){this.i=null,this.l=new Map;var t=sr(e.children);e.revealOrder&&e.revealOrder[0]==="b"&&t.reverse();for(var r=t.length;r--;)this.l.set(t[r],this.i=[1,0,this.i]);return e.children},xn.prototype.componentDidUpdate=xn.prototype.componentDidMount=function(){var e=this;this.l.forEach(function(t,r){gl(e,r,t)})};var Of=typeof Symbol!="undefined"&&Symbol.for&&Symbol.for("react.element")||60103,Pf=/^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|dominant|fill|flood|font|glyph(?!R)|horiz|image(!S)|letter|lighting|marker(?!H|W|U)|overline|paint|pointer|shape|stop|strikethrough|stroke|text(?!L)|transform|underline|unicode|units|v|vector|vert|word|writing|x(?!C))[A-Z]/,Df=/^on(Ani|Tra|Tou|BeforeInp|Compo)/,Nf=/[A-Z0-9]/g,Lf=typeof document!="undefined",Uf=function(e){return(typeof Symbol!="undefined"&&typeof Symbol()=="symbol"?/fil|che|rad/:/fil|che|ra/).test(e)};function bo(e,t,r){return t.__k==null&&(t.textContent=""),rl(e,t),typeof r=="function"&&r(),e?e.__c:null}xe.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach(function(e){Object.defineProperty(xe.prototype,e,{configurable:!0,get:function(){return this["UNSAFE_"+e]},set:function(t){Object.defineProperty(this,e,{configurable:!0,writable:!0,value:t})}})});var yl=B.event;function Mf(){}function Bf(){return this.cancelBubble}function Ff(){return this.defaultPrevented}B.event=function(e){return yl&&(e=yl(e)),e.persist=Mf,e.isPropagationStopped=Bf,e.isDefaultPrevented=Ff,e.nativeEvent=e};var Cl,jf={enumerable:!1,configurable:!0,get:function(){return this.class}},wl=B.vnode;B.vnode=function(e){typeof e.type=="string"&&function(t){var r=t.props,n=t.type,i={},o=n.indexOf("-")===-1;for(var a in r){var s=r[a];if(!(a==="value"&&"defaultValue"in r&&s==null||Lf&&a==="children"&&n==="noscript"||a==="class"||a==="className")){var u=a.toLowerCase();a==="defaultValue"&&"value"in r&&r.value==null?a="value":a==="download"&&s===!0?s="":u==="translate"&&s==="no"?s=!1:u[0]==="o"&&u[1]==="n"?u==="ondoubleclick"?a="ondblclick":u!=="onchange"||n!=="input"&&n!=="textarea"||Uf(r.type)?u==="onfocus"?a="onfocusin":u==="onblur"?a="onfocusout":Df.test(a)&&(a=u):u=a="oninput":o&&Pf.test(a)?a=a.replace(Nf,"-$&").toLowerCase():s===null&&(s=void 0),u==="oninput"&&i[a=u]&&(a="oninputCapture"),i[a]=s}}n=="select"&&i.multiple&&Array.isArray(i.value)&&(i.value=sr(r.children).forEach(function(c){c.props.selected=i.value.indexOf(c.props.value)!=-1})),n=="select"&&i.defaultValue!=null&&(i.value=sr(r.children).forEach(function(c){c.props.selected=i.multiple?i.defaultValue.indexOf(c.props.value)!=-1:i.defaultValue==c.props.value})),r.class&&!r.className?(i.class=r.class,Object.defineProperty(i,"className",jf)):(r.className&&!r.class||r.class&&r.className)&&(i.class=i.className=r.className),t.props=i}(e),e.$$typeof=Of,wl&&wl(e)};var bl=B.__r;B.__r=function(e){bl&&bl(e),Cl=e.__c};var El=B.diffed;B.diffed=function(e){El&&El(e);var t=e.props,r=e.__e;r!=null&&e.type==="textarea"&&"value"in t&&t.value!==r.value&&(r.value=t.value==null?"":t.value),Cl=null};var kl=Object.getOwnPropertySymbols,Jf=Object.prototype.hasOwnProperty,Vf=Object.prototype.propertyIsEnumerable,Hf=(e,t)=>{var r={};for(var n in e)Jf.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&kl)for(var n of kl(e))t.indexOf(n)<0&&Vf.call(e,n)&&(r[n]=e[n]);return r},Zl=Object.defineProperty,$f=Object.defineProperties,Gf=Object.getOwnPropertyDescriptors,Tl=Object.getOwnPropertySymbols,qf=Object.prototype.hasOwnProperty,Kf=Object.prototype.propertyIsEnumerable,xl=(e,t,r)=>t in e?Zl(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Wf=(e,t)=>{for(var r in t||(t={}))qf.call(t,r)&&xl(e,r,t[r]);if(Tl)for(var r of Tl(t))Kf.call(t,r)&&xl(e,r,t[r]);return e},zf=(e,t)=>$f(e,Gf(t)),Qf=(e,t)=>{for(var r in t)Zl(e,r,{get:t[r],enumerable:!0})},eu=(e,t,r,n)=>{for(var i=t,o=e.length-1,a;o>=0;o--)(a=e[o])&&(i=a(i)||i);return i},Yf=(e,t,r)=>new Promise((n,i)=>{var o=u=>{try{s(r.next(u))}catch(c){i(c)}},a=u=>{try{s(r.throw(u))}catch(c){i(c)}},s=u=>u.done?n(u.value):Promise.resolve(u.value).then(o,a);s((r=r.apply(e,t)).next())});if(typeof window!="undefined"&&!window.AbortController){let e=function(){this.signal=new t};e.prototype.abort=function(){this.signal._aborted=!0,typeof this.signal.onabort=="function"&&this.signal.onabort(new Event("abort"));let r=new Event("abort");this.signal.dispatchEvent(r)};let t=function(){this._aborted=!1,this.aborted=!1,this.onabort=null,this._eventListeners={}};Object.defineProperty(t.prototype,"aborted",{get:function(){return this._aborted}}),t.prototype.addEventListener=function(r,n){this._eventListeners[r]||(this._eventListeners[r]=[]),this._eventListeners[r].push(n)},t.prototype.removeEventListener=function(r,n){if(!this._eventListeners[r])return;let i=this._eventListeners[r].indexOf(n);i!==-1&&this._eventListeners[r].splice(i,1)},t.prototype.dispatchEvent=function(r){if(this._eventListeners[r.type])for(let n of this._eventListeners[r.type])n.call(this,r)},window.AbortController=e,window.AbortSignal=t}function Xf(e){return new Promise(t=>{setTimeout(()=>{t()},e)})}function Zf(e){return typeof e=="string"}function eh(e){return typeof e=="undefined"}function th(e){return eh(e)||e===null}function rh(e){return typeof e=="function"}function tu(e){let t=e,r=null,n=function(){for(var i=arguments.length,o=new Array(i),a=0;a<i;a++)o[a]=arguments[a];return r||(r=new t(...o)),r};return n.prototype=t.prototype,n}var nh=(e=>(e[e.DEVELOPER_FILE_NOT_FOUND=0]="DEVELOPER_FILE_NOT_FOUND",e[e.INTERNAL_IOS_CAN_NOT_FOUND_PKG=1]="INTERNAL_IOS_CAN_NOT_FOUND_PKG",e[e.USER_IOS_LOAD_TIMEOUT=2]="USER_IOS_LOAD_TIMEOUT",e[e.INTERNAL_IOS_PKG_LOAD_ERROR=3]="INTERNAL_IOS_PKG_LOAD_ERROR",e[e.INTERNAL_IOS_PKG_PARSE_FAIL=4]="INTERNAL_IOS_PKG_PARSE_FAIL",e[e.USER_IOS_GET_EMPTY_DATA=5]="USER_IOS_GET_EMPTY_DATA",e[e.USER_ANDROID_GET_PKG_FAIL=6]="USER_ANDROID_GET_PKG_FAIL",e[e.DEVELOPER_ANDROID_PACKAGE_FILE_UNEXPECTED_REQUIRE=7]="DEVELOPER_ANDROID_PACKAGE_FILE_UNEXPECTED_REQUIRE",e))(nh||{});function cr(e){return function(){var t,r;((r=(t=globalThis.VConsole)==null?void 0:t[e])!=null?r:globalThis.console[e])(...arguments)}}var ih={log:cr("log"),warn:cr("warn"),info:cr("info"),error:cr("error"),debug:cr("debug")};Object.assign(globalThis,{logger:ih});var Ol=Symbol.for("Jolibox.canIUseMap"),oh={};globalThis[Ol]||(globalThis[Ol]=oh);var Pl=Symbol.for("Jolibox.canIUseMap.native"),ah={};globalThis[Pl]||(globalThis[Pl]=ah);var ru=(e=>(e[e.Other=0]="Other",e[e.Route=1]="Route",e[e.Click=2]="Click",e[e.View=3]="View",e[e.Expose=4]="Expose",e[e.Swipe=5]="Swipe",e[e.Input=6]="Input",e[e.Select=7]="Select",e[e.SwitchOn=8]="SwitchOn",e[e.SwitchOff=9]="SwitchOff",e[e.Submit=10]="Submit",e[e.Scroll=11]="Scroll",e[e.Hide=12]="Hide",e[e.System=1e3]="System",e[e.ErrorTrace=1001]="ErrorTrace",e[e.UserDefined=1002]="UserDefined",e))(ru||{}),nu=(e=>(e.MiniGame="mini-game",e.MiniDrama="mini-drama",e.App="app",e.WebSDK="web-sdk",e.AppSDK="app-sdk",e))(nu||{}),iu=(e=>(e[e.App=0]="App",e[e.H5=1]="H5",e[e.Weapp=2]="Weapp",e[e.Alipay=3]="Alipay",e[e.Gcash=4]="Gcash",e[e.Dana=5]="Dana",e[e.Umma=6]="Umma",e[e.WebSDK=1e3]="WebSDK",e[e.AppSDK=1001]="AppSDK",e[e.Other=9999]="Other",e))(iu||{}),Dl=["name","params"],sh=["name","type","location","target","extra","timestamp","userId"],lh=["platform","os","appVersion","appId","model","brand","uuid","jsSdkVersion","extra"];function Nn(e,t){return t.map(r=>{if(r==="params"&&e[r]){let n=e[r];return Object.keys(n).reduce((i,o)=>(i[o]=String(n[o]),i),{})}return e[r]})}function uh(e){let t=e.location?Nn(e.location,Dl):null,r=e.target?Nn(e.target,Dl):null;return Nn(zf(Wf({},e),{location:t,target:r}),sh)}function dh(e){let t=e.events.map(n=>uh(n)),r=Nn(e.device,lh);return[e.protocolVersion,t,r,e.project]}function ch(){if(typeof window=="undefined")return{getItem:()=>null,setItem:()=>{},removeItem:()=>{},clear:()=>{},length:0,key:()=>null};try{if(window.__joliboxLocalStorage__)return window.__joliboxLocalStorage__;let e=Object.getOwnPropertyDescriptor(window,"localStorage");if(e&&e.get){let n=e.get.call(window);return window.__joliboxLocalStorage__=n,n}if(e=Object.getOwnPropertyDescriptor(Object.getPrototypeOf(window),"localStorage"),e&&e.get)return e.get.call(window);let t=Window.prototype,r=Object.getOwnPropertyDescriptor(t,"localStorage");if(r&&r.get){let n=r.get.call(window);return window.__joliboxLocalStorage__=n,n}return localStorage}catch(e){return console.warn("Failed to get original localStorage, fallback to default implementation",e),localStorage}}ch();var Nt=typeof window=="undefined",Nl=()=>!Nt&&!!(navigator.userAgent||"").includes("JoliboxPlatformSDK");!Nt&&(navigator.userAgent.includes("iPhone")||navigator.userAgent.includes("iPod")||navigator.userAgent.includes("iPad")||navigator.userAgent.includes("iPhone OS")),!Nt&&navigator.userAgent.includes("Android"),!Nt&&navigator.userAgent.includes("Mac"),!Nt&&navigator.userAgent.includes("FB_IAB"),!Nt&&!navigator.userAgent.includes("iPhone")&&navigator.userAgent.includes("Android");var ko=class To{constructor(t){this.element=t,this.next=To.Undefined,this.prev=To.Undefined}};ko.Undefined=new ko(void 0);var re=ko,fh=class{constructor(){this._first=re.Undefined,this._last=re.Undefined,this._size=0}get size(){return this._size}isEmpty(){return this._first===re.Undefined}clear(){let e=this._first;for(;e!==re.Undefined;){let t=e.next;e.prev=re.Undefined,e.next=re.Undefined,e=t}this._first=re.Undefined,this._last=re.Undefined,this._size=0}unshift(e){return this._insert(e,!1)}push(e){return this._insert(e,!0)}_insert(e,t){let r=new re(e);if(this._first===re.Undefined)this._first=r,this._last=r;else if(t){let i=this._last;this._last=r,r.prev=i,i.next=r}else{let i=this._first;this._first=r,r.next=i,i.prev=r}this._size+=1;let n=!1;return()=>{n||(n=!0,this._remove(r))}}shift(){if(this._first!==re.Undefined){let e=this._first.element;return this._remove(this._first),e}}pop(){if(this._last!==re.Undefined){let e=this._last.element;return this._remove(this._last),e}}_remove(e){if(e.prev!==re.Undefined&&e.next!==re.Undefined){let t=e.prev;t.next=e.next,e.next.prev=t}else e.prev===re.Undefined&&e.next===re.Undefined?(this._first=re.Undefined,this._last=re.Undefined):e.next===re.Undefined?(this._last=this._last.prev,this._last.next=re.Undefined):e.prev===re.Undefined&&(this._first=this._first.next,this._first.prev=re.Undefined);this._size-=1}*[Symbol.iterator](){let e=this._first;for(;e!==re.Undefined;)yield e.element,e=e.next}},hh=0,fr=class{constructor(e){this.value=e,this.id=hh++}},vr=class{constructor(e){this.options=e,this._size=0}dispose(e){var t,r;this._disposed||(this._disposed=!0,this._listeners&&(e?(this._listeners instanceof fr&&(this._listeners=[this._listeners]),this._listeners=this._listeners.filter(n=>(n==null?void 0:n.value)===e)):(this._listeners=void 0,this._size=0)),(r=(t=this.options)==null?void 0:t.onDidRemoveLastListener)==null||r.call(t))}get event(){return this._event!=null||(this._event=(e,t)=>{var r,n,i,o,a,s;if(this._disposed)return()=>{console.info("[Jolibox SDK] Emitter is _disposed")};t&&(e=e.bind(t));let u=new fr(e);return this._listeners?this._listeners instanceof fr?this._listeners=[this._listeners,u]:this._listeners.push(u):((n=(r=this.options)==null?void 0:r.onWillAddFirstListener)==null||n.call(r,this),this._listeners=u,(o=(i=this.options)==null?void 0:i.onDidFirstListener)==null||o.call(i,this)),(s=(a=this.options)==null?void 0:a.onDidAddListener)==null||s.call(a,this),this._size++,()=>{var c,y,h,p;if(!this._disposed){if(this._listeners instanceof fr)this._listeners.id===u.id&&(this._listeners=void 0,this._size=0,(y=(c=this.options)==null?void 0:c.onDidRemoveLastListener)==null||y.call(c));else if(this._listeners){let f=this._listeners.indexOf(u);f>=0&&(this._listeners.splice(f,1),this._size--,this._size===0&&((p=(h=this.options)==null?void 0:h.onDidRemoveLastListener)==null||p.call(h)))}}}}),this._event}_deliver(e,t){var r;if(!e)return;let n=((r=this.options)==null?void 0:r.onListenerError)||Error.constructor;if(!n){e.value(t);return}try{e.value(t)}catch(i){n(i)}}fire(e){this._listeners&&(this._listeners instanceof fr?this._deliver(this._listeners,e):this._listeners.forEach(t=>this._deliver(t,e)))}hasListeners(){return this._size>0}},mh=class{constructor(){this.listeners=new Map,this.listerHandlerMap=new WeakMap,this.cachedEventQueue=new Map}on(e,t){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0;var n;let i=(n=this.listeners.get(e))!=null?n:new vr,o=u=>t(...u.args),a=i.event(o);this.listerHandlerMap.set(t,{handler:o,dispose:a}),this.listeners.set(e,i);let s=this.cachedEventQueue.get(e);if(s&&r)for(let u of s)t(...u.args)}flushCachedEvent(e){e?this.cachedEventQueue.delete(e):this.cachedEventQueue.clear()}off(e,t){let r=this.listerHandlerMap.get(t);r&&(r.dispose(),this.listerHandlerMap.delete(t))}emit(e){let t=this.listeners.get(e),r=this.cachedEventQueue.get(e);for(var n=arguments.length,i=new Array(n>1?n-1:0),o=1;o<n;o++)i[o-1]=arguments[o];r||(r=new fh,this.cachedEventQueue.set(e,r)),r.push({args:i}),t&&t.fire({event:e,args:i})}once(e,t){var r=this;let n=function(){t(...arguments),r.off(e,n)};this.on(e,n,!1)}},xo={};Qf(xo,{None:()=>ph,filter:()=>_h,once:()=>ou,toPromise:()=>vh});var ph=()=>(console.log("[Jolibox SDK] None Event"),()=>{console.log("[Jolibox SDK] None Event dispose")});function vh(e){return new Promise(t=>ou(e)(t))}function ou(e){return function(t){let r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null,n=!1;return e(i=>{if(!n)return n=!0,t.call(r,i)},null)}}function _h(e,t){return(r=>{let n={onWillAddFirstListener(){r(i.fire,i)}},i=new vr(n);return i.event})(function(r){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;return e(i=>t(i)&&r.call(n,i),null)})}var Eo=Symbol.for("Jolibox.hostEmitter"),gh=()=>{let e=new mh;return globalThis[Eo]||(globalThis[Eo]={on:e.on.bind(e),off:e.off.bind(e),emit:e.emit.bind(e),once:e.once.bind(e)}),globalThis[Eo]};gh();function yh(e,t){let r=Math.min(e.length,t.length);for(let n=0;n<r;n++)wh(e[n],t[n])}function wh(e,t){if(Zf(t)){if(typeof e!==t)throw new Error(`argument does not match constraint: typeof ${t}`)}else if(rh(t)){try{if(e instanceof t)return}catch(r){}if(!th(e)&&e.constructor===t||t.length===1&&t.call(void 0,e)===!0)return;throw new Error("[Jolibox SDK]argument does not match one of these constraints: arg instanceof constraint, arg.constructor === constraint, nor constraint(arg) === true")}}var Oo=class{constructor(){this._commands=new Map,this._onDidRegisterCommand=new vr,this.onDidRegisterCommand=this._onDidRegisterCommand.event,console.log("[Jolibox SDK] command registry")}registerCommand(e){if(!e)throw new Error("invalid command");if(e.metadata&&Array.isArray(e.metadata.args)){let r=[];for(let i of e.metadata.args)r.push(i.constraint);let n=e.handler;e.handler=function(){for(var i=arguments.length,o=new Array(i),a=0;a<i;a++)o[a]=arguments[a];return yh(o,r),n(...o)}}let{id:t}=e;this._commands.get(t)&&console.info(`[Jolibox SDK] duplicated command is registered ${t}`),this._commands.set(t,e),this._onDidRegisterCommand.fire(t)}getCommand(e){return this._commands.get(e)}getCommands(){let e=new Map;for(let t of this._commands.keys()){let r=this.getCommand(t);r&&e.set(t,r)}return e}};Oo=eu([tu],Oo);var Ll=class{constructor(){this._onWillExecuteCommand=new vr,this.onWillExecuteCommand=this._onWillExecuteCommand.event,this._onDidExecuteCommand=new vr,this.onDidExecuteCommand=this._onDidExecuteCommand.event,this.registry=new Oo,this._starActivation=null}_activateStar(){return this._starActivation||(this._starActivation=Xf(3e4)),this._starActivation}executeCommand(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];return Yf(this,null,function*(){return this.registry.getCommand(e)?this._tryExecuteCommand(e,r):(yield Promise.all([Promise.race([this._activateStar(),xo.toPromise(xo.filter(this.registry.onDidRegisterCommand,i=>i===e))])]),this._tryExecuteCommand(e,r))})}executeCommandThowErr(e){if(!this.registry.getCommand(e))throw new Error(`command '${e}' not found`);let t=this.registry.getCommand(e);for(var r=arguments.length,n=new Array(r>1?r-1:0),i=1;i<r;i++)n[i-1]=arguments[i];this._onWillExecuteCommand.fire({commandId:e,args:n});let o=this.invokeFunction(t.handler,...n);return this._onDidExecuteCommand.fire({commandId:e,args:n}),o}_tryExecuteCommand(e,t){let r=this.registry.getCommand(e);if(!r)return Promise.reject(new Error(`command '${e}' not found`));try{this._onWillExecuteCommand.fire({commandId:e,args:t});let n=this.invokeFunction(r.handler,...t);return this._onDidExecuteCommand.fire({commandId:e,args:t}),Promise.resolve(n)}catch(n){return Promise.reject(n)}}invokeFunction(e){try{for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];return e(...r)}finally{}}};Ll=eu([tu],Ll);function Ie(e,t,r){return(t=bh(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function bh(e){var t=Eh(e,"string");return typeof t=="symbol"?t:t+""}function Eh(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Pt=e=>e?function(){try{for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];e==null||e(...r)}catch(i){console.error("Error calling function",i)}}:()=>{console.log("wrapUserFunction: fn is undefined")},Po=class{constructor(t){Ie(this,"context",void 0),Ie(this,"continueCallback",void 0),Ie(this,"adIsShowingCallback",void 0),Ie(this,"isBeforeAdCalled",!1),Ie(this,"isBeforeRewardCalled",!1),Ie(this,"isAdDismissedCalled",!1),Ie(this,"isAdViewedCalled",!1),Ie(this,"isAfterAdCalled",!1),Ie(this,"currentProvider",void 0),Ie(this,"currentClientParams",void 0),Ie(this,"adsHasResponse",!1),Ie(this,"videoChecker",window.document.createElement("video")),Ie(this,"contextInfo",void 0),Ie(this,"wrapShowAdFn",r=>()=>{var n,i,o;this.adsHasResponse=!0;let a=!1;this.videoChecker.play().catch(()=>{a=!1}),a=!this.videoChecker.paused,this.videoChecker.pause(),this.context.track("CallShowAdFn",Object.assign({},{userEvent:a},this.paramsToTrack)),Nl()&&this.context.track("mmp_ad_impression",{ad_network:(i=(n=this.currentProvider)==null?void 0:n.name)!=null?i:"",ad_format:"rewarded",module:"game",game_id:this.contextInfo.objectId}),(o=this.adIsShowingCallback)==null||o.call(this,!0);let s=Pt(r);s==null||s()}),this.context=t,this.contextInfo=t.getContextInfo()}get paramsToTrack(){var t,r,n,i,o,a;return{provider:(r=(t=this.currentProvider)==null?void 0:t.name)!=null?r:null,type:(n=this.currentClientParams)==null?void 0:n.type,name:((i=this.currentClientParams)==null?void 0:i.type)==="preroll"?null:(a=(o=this.currentClientParams)==null?void 0:o.name)!=null?a:""}}wrapBeforeAd(t){return()=>{var r,n,i,o;if(this.adsHasResponse=!0,this.context.track("CallBeforeAd",this.paramsToTrack),!this.isBeforeAdCalled){this.isBeforeAdCalled=!0;let a=Pt(t);a==null||a(),((r=this.currentClientParams)==null?void 0:r.type)!=="reward"&&((n=this.adIsShowingCallback)==null||n.call(this,!0),Nl()&&this.context.track("mmp_ad_impression",{ad_network:(o=(i=this.currentProvider)==null?void 0:i.name)!=null?o:"",ad_format:"interstitial",module:"game",game_id:this.contextInfo.objectId}))}}}wrapBeforeReward(t){return r=>{this.adsHasResponse=!0,this.isBeforeRewardCalled?this.wrapShowAdFn(r)():(this.isBeforeRewardCalled=!0,t==null||t(this.wrapShowAdFn(r)))}}wrapAdDismissed(t){return()=>{if(this.adsHasResponse=!0,!this.isAdDismissedCalled){this.isAdDismissedCalled=!0;let r=Pt(t);r==null||r()}}}wrapAdViewed(t){return()=>{if(this.adsHasResponse=!0,!this.isAdViewedCalled){this.isAdViewedCalled=!0;let r=Pt(t);r==null||r()}}}wrapAfterAd(t){return()=>{if(this.adsHasResponse=!0,this.context.track("CallAfterAd",this.paramsToTrack),!this.isAfterAdCalled){this.isAfterAdCalled=!0;let r=Pt(t);r==null||r()}}}wrapAdBreakDone(t){return r=>{var n,i,o,a,s,u;switch(this.adsHasResponse=!0,this.context.track("CallAdBreakDone",{provider:(i=(n=this.currentProvider)==null?void 0:n.name)!=null?i:null,breakType:r.breakType,breakName:(o=r.breakName)!=null?o:"",breakFormat:r.breakFormat,breakStatus:r.breakStatus}),r.breakStatus){case"viewed":case"ignored":case"dismissed":case"error":{let c=Pt(t);c==null||c(r),(a=this.adIsShowingCallback)==null||a.call(this,!1),(s=this.continueCallback)==null||s.call(this,[!1,r]);break}default:{(u=this.continueCallback)==null||u.call(this,[!0,r]);break}}}}callAdBreakAndContinue(t,r,n,i){return P(this,null,function*(){return this.currentProvider=t,this.currentClientParams=r,this.adsHasResponse=!1,new Promise(o=>{this.continueCallback=o,this.adIsShowingCallback=i;let a;switch(r.type){case"preroll":{a={type:r.type,adBreakDone:this.wrapAdBreakDone(r.adBreakDone)};break}case"reward":{a={name:r.name,type:r.type,beforeAd:this.wrapBeforeAd(r.beforeAd),beforeReward:this.wrapBeforeReward(r.beforeReward),adDismissed:this.wrapAdDismissed(r.adDismissed),adViewed:this.wrapAdViewed(r.adViewed),afterAd:this.wrapAfterAd(r.afterAd),adBreakDone:this.wrapAdBreakDone(r.adBreakDone)};break}default:{a={name:r.name,type:r.type,beforeAd:this.wrapBeforeAd(r.beforeAd),afterAd:this.wrapAfterAd(r.afterAd),adBreakDone:this.wrapAdBreakDone(r.adBreakDone)};break}}window.setTimeout(()=>{var s,u,c,y,h;this.adsHasResponse||(this.context.track("CallAdBreakTimeout",{type:r.type,provider:(u=(s=this.currentProvider)==null?void 0:s.name)!=null?u:null}),(y=this.continueCallback)==null||y.call(this,[!0,{breakType:r.type,breakName:r.type==="preroll"?"":(c=r.name)!=null?c:"",breakFormat:r.type==="reward"?"reward":"interstitial",breakStatus:"timeout"}]),(h=this.adIsShowingCallback)==null||h.call(this,!1))},5e3),this.context.track("CallAdBreak",this.paramsToTrack),t.adBreak(a,n),window.JoliTesterBridge&&console.log("joli-fullscreen-ad-show")})})}};function On(e,t,r){return(t=Ah(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Ah(e){var t=Ih(e,"string");return typeof t=="symbol"?t:t+""}function Ih(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Do=class{constructor(t){On(this,"context",void 0),On(this,"adBreakIsShowing",!1),On(this,"reportPageJumpOut",()=>{this.context.track("AdBreakJumpOut",{context:"AdsActionDetection"})}),On(this,"reportPageHide",()=>{this.context.track("AdBreakHide",{context:"AdsActionDetection"})}),this.context=t,window.addEventListener("visibilitychange",()=>{document.hidden&&this.adBreakIsShowing&&this.reportPageHide()}),window.addEventListener("beforeunload",r=>{this.adBreakIsShowing&&this.reportPageJumpOut()})}};function Pn(e,t,r){return(t=Sh(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Sh(e){var t=Rh(e,"string");return typeof t=="symbol"?t:t+""}function Rh(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var No=class{constructor(t){Pn(this,"configs",null),Pn(this,"firstRun",!0),Pn(this,"context",void 0),Pn(this,"contextInfo",void 0),this.context=t,this.contextInfo=this.context.getContextInfo(),this.init()}init(){return P(this,null,function*(){try{this.configs=yield this.context.httpClient.get("/api/fe-configs/js-sdk/ads-channel-config",{})}catch(t){}})}shouldBypassCallingInterstitial(){var t,r;let n;if(!this.configs)this.init(),n=!this.firstRun;else{let i=(t=this.contextInfo.channel)!=null?t:"",o=this.configs[i],a=(r=o==null?void 0:o.interstitialRate)!=null?r:1;n=Math.random()<a}return this.firstRun=!1,n}};function Xe(e,t,r){return(t=Ch(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Ch(e){var t=kh(e,"string");return typeof t=="symbol"?t:t+""}function kh(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Lo=class{constructor(t,r){Xe(this,"name","ADSENSE"),Xe(this,"context",void 0),Xe(this,"contextInfo",void 0),Xe(this,"configured",!1),Xe(this,"initParams",void 0),Xe(this,"push",function(){let n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};window.adsbygoogle.push(n)}),Xe(this,"adConfig",n=>{let i=n,{onReady:o}=i,a=Hf(i,["onReady"]);this.context.track("CallAdConfig",a),this.configured?console.warn("Ad config already set, skipping"):(this.configured=!0,this.push(n))}),Xe(this,"adBreak",n=>{if(!this.contextInfo.objectId){console.warn("Game ID is not set, skip calling adBreak");return}this.push(n)}),Xe(this,"adUnit",n=>P(this,null,function*(){var i,o,a,s;if(this.context.track("CallAdUnit",{adFormat:(o=(i=n.adFormat)==null?void 0:i.toString())!=null?o:null,fullWidthResponsive:(a=n.fullWidthResponsive)!=null?a:null}),document.querySelector("#jolibox-ads")){console.warn("Ad unit already set, skipping");return}let{el:u,slot:c,adFormat:y,fullWidthResponsive:h,style:p}=n,f;if(!u)throw new Error("targeting element is required");if(typeof u=="string"?f=document.querySelector(u):f=u,!f)throw new Error("targeting element not found");let w=c;if(w||(w=this.initParams.unitId),!w)throw new Error("slot is required");let A=typeof y=="object"&&Array.isArray(y)?y.join(", "):y,R=document.createElement("ins");if(R.className="adsbygoogle",R.id="jolibox-ads",R.style.display="block",R.setAttribute("data-ad-client",this.initParams.clientId),R.setAttribute("data-ad-slot",w),A&&R.setAttribute("data-ad-format",A),h&&R.setAttribute("data-full-width-responsive",h),p&&R.setAttribute("style",p),(s=this.contextInfo.testAdsMode)!=null?s:!1){let b=document.createElement("div");b.style.position="absolute",b.style.top="0",b.style.left="0",b.style.width="100%",b.style.height="100%",b.style.display="flex",b.style.justifyContent="center",b.style.alignItems="center",b.style.backgroundColor="rgba(0, 0, 0, 0.5)",b.style.color="white",b.innerHTML="Test Ad",R.style.position="relative",f.appendChild(R),R.appendChild(b)}else f.appendChild(R),new MutationObserver(b=>{b.forEach(T=>{if(T.type==="attributes"&&T.attributeName==="data-ad-status"){let N=R.getAttribute("data-ad-status");this.context.track("AdSenseUnitStatusChanged",{status:N!=null?N:"null"})}})}).observe(R,{attributes:!0,attributeFilter:["data-ad-status"]}),this.push({})})),this.context=t,this.contextInfo=this.context.getContextInfo(),this.initParams=r,window.adsbygoogle=window.adsbygoogle||[]}init(){return P(this,null,function*(){var t;if(this.context.track("CallAdsInit",{provider:this.name}),typeof window=="undefined")return;let r="google-adsense",n=(t=this.contextInfo.testAdsMode)!=null?t:!1;if(!document.getElementById(r)&&this.initParams.clientId){let i=document.createElement("script");i.id=r,i.async=!0,i.crossOrigin="anonymous",i.src=`https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=${this.initParams.clientId}`,n&&i.setAttribute("data-adbreak-test","on"),this.initParams.channelId&&i.setAttribute("data-ad-channel",this.initParams.channelId),this.initParams.admobInterstitialSlot&&i.setAttribute("data-admob-interstitial-slot",this.initParams.admobInterstitialSlot),this.initParams.admobRewardedSlot&&i.setAttribute("data-admob-rewarded-slot",this.initParams.admobRewardedSlot),this.initParams.admobOnly&&i.setAttribute("data-admob-ads-only","on"),document.head.appendChild(i),this.context.track("LoadAdsenseCompleted",null)}})}};function Th(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}function xh(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),e.nonce!==void 0&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t.setAttribute("data-s",""),t}var Oh=function(){function e(r){var n=this;this._insertTag=function(i){var o;n.tags.length===0?n.insertionPoint?o=n.insertionPoint.nextSibling:n.prepend?o=n.container.firstChild:o=n.before:o=n.tags[n.tags.length-1].nextSibling,n.container.insertBefore(i,o),n.tags.push(i)},this.isSpeedy=r.speedy===void 0?!0:r.speedy,this.tags=[],this.ctr=0,this.nonce=r.nonce,this.key=r.key,this.container=r.container,this.prepend=r.prepend,this.insertionPoint=r.insertionPoint,this.before=null}var t=e.prototype;return t.hydrate=function(r){r.forEach(this._insertTag)},t.insert=function(r){this.ctr%(this.isSpeedy?65e3:1)===0&&this._insertTag(xh(this));var n=this.tags[this.tags.length-1];if(this.isSpeedy){var i=Th(n);try{i.insertRule(r,i.cssRules.length)}catch(o){}}else n.appendChild(document.createTextNode(r));this.ctr++},t.flush=function(){this.tags.forEach(function(r){var n;return(n=r.parentNode)==null?void 0:n.removeChild(r)}),this.tags=[],this.ctr=0},e}(),we="-ms-",jn="-moz-",$="-webkit-",au="comm",Qo="rule",Yo="decl",Ph="@import",su="@keyframes",Dh="@layer",Nh=Math.abs,Gn=String.fromCharCode,Lh=Object.assign;function Uh(e,t){return pe(e,0)^45?(((t<<2^pe(e,0))<<2^pe(e,1))<<2^pe(e,2))<<2^pe(e,3):0}function lu(e){return e.trim()}function Mh(e,t){return(e=t.exec(e))?e[0]:e}function G(e,t,r){return e.replace(t,r)}function Uo(e,t){return e.indexOf(t)}function pe(e,t){return e.charCodeAt(t)|0}function _r(e,t,r){return e.slice(t,r)}function Je(e){return e.length}function Xo(e){return e.length}function Dn(e,t){return t.push(e),e}function Bh(e,t){return e.map(t).join("")}var qn=1,Mt=1,uu=0,Ce=0,ce=0,Bt="";function Kn(e,t,r,n,i,o,a){return{value:e,root:t,parent:r,type:n,props:i,children:o,line:qn,column:Mt,length:a,return:""}}function hr(e,t){return Lh(Kn("",null,null,"",null,null,0),e,{length:-e.length},t)}function Fh(){return ce}function jh(){return ce=Ce>0?pe(Bt,--Ce):0,Mt--,ce===10&&(Mt=1,qn--),ce}function Pe(){return ce=Ce<uu?pe(Bt,Ce++):0,Mt++,ce===10&&(Mt=1,qn++),ce}function Ve(){return pe(Bt,Ce)}function Ln(){return Ce}function wr(e,t){return _r(Bt,e,t)}function gr(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function du(e){return qn=Mt=1,uu=Je(Bt=e),Ce=0,[]}function cu(e){return Bt="",e}function Un(e){return lu(wr(Ce-1,Mo(e===91?e+2:e===40?e+1:e)))}function Jh(e){for(;(ce=Ve())&&ce<33;)Pe();return gr(e)>2||gr(ce)>3?"":" "}function Vh(e,t){for(;--t&&Pe()&&!(ce<48||ce>102||ce>57&&ce<65||ce>70&&ce<97););return wr(e,Ln()+(t<6&&Ve()==32&&Pe()==32))}function Mo(e){for(;Pe();)switch(ce){case e:return Ce;case 34:case 39:e!==34&&e!==39&&Mo(ce);break;case 40:e===41&&Mo(e);break;case 92:Pe();break}return Ce}function Hh(e,t){for(;Pe()&&e+ce!==57&&!(e+ce===84&&Ve()===47););return"/*"+wr(t,Ce-1)+"*"+Gn(e===47?e:Pe())}function $h(e){for(;!gr(Ve());)Pe();return wr(e,Ce)}function Gh(e){return cu(Mn("",null,null,null,[""],e=du(e),0,[0],e))}function Mn(e,t,r,n,i,o,a,s,u){for(var c=0,y=0,h=a,p=0,f=0,w=0,A=1,R=1,b=1,T=0,N="",j=i,H=o,S=n,L=N;R;)switch(w=T,T=Pe()){case 40:if(w!=108&&pe(L,h-1)==58){Uo(L+=G(Un(T),"&","&\f"),"&\f")!=-1&&(b=-1);break}case 34:case 39:case 91:L+=Un(T);break;case 9:case 10:case 13:case 32:L+=Jh(w);break;case 92:L+=Vh(Ln()-1,7);continue;case 47:switch(Ve()){case 42:case 47:Dn(qh(Hh(Pe(),Ln()),t,r),u);break;default:L+="/"}break;case 123*A:s[c++]=Je(L)*b;case 125*A:case 59:case 0:switch(T){case 0:case 125:R=0;case 59+y:b==-1&&(L=G(L,/\f/g,"")),f>0&&Je(L)-h&&Dn(f>32?Ml(L+";",n,r,h-1):Ml(G(L," ","")+";",n,r,h-2),u);break;case 59:L+=";";default:if(Dn(S=Ul(L,t,r,c,y,i,s,N,j=[],H=[],h),o),T===123)if(y===0)Mn(L,t,S,S,j,o,h,s,H);else switch(p===99&&pe(L,3)===110?100:p){case 100:case 108:case 109:case 115:Mn(e,S,S,n&&Dn(Ul(e,S,S,0,0,i,s,N,i,j=[],h),H),i,H,h,s,n?j:H);break;default:Mn(L,S,S,S,[""],H,0,s,H)}}c=y=f=0,A=b=1,N=L="",h=a;break;case 58:h=1+Je(L),f=w;default:if(A<1){if(T==123)--A;else if(T==125&&A++==0&&jh()==125)continue}switch(L+=Gn(T),T*A){case 38:b=y>0?1:(L+="\f",-1);break;case 44:s[c++]=(Je(L)-1)*b,b=1;break;case 64:Ve()===45&&(L+=Un(Pe())),p=Ve(),y=h=Je(N=L+=$h(Ln())),T++;break;case 45:w===45&&Je(L)==2&&(A=0)}}return o}function Ul(e,t,r,n,i,o,a,s,u,c,y){for(var h=i-1,p=i===0?o:[""],f=Xo(p),w=0,A=0,R=0;w<n;++w)for(var b=0,T=_r(e,h+1,h=Nh(A=a[w])),N=e;b<f;++b)(N=lu(A>0?p[b]+" "+T:G(T,/&\f/g,p[b])))&&(u[R++]=N);return Kn(e,t,r,i===0?Qo:s,u,c,y)}function qh(e,t,r){return Kn(e,t,r,au,Gn(Fh()),_r(e,2,-2),0)}function Ml(e,t,r,n){return Kn(e,t,r,Yo,_r(e,0,n),_r(e,n+1,-1),n)}function Ut(e,t){for(var r="",n=Xo(e),i=0;i<n;i++)r+=t(e[i],i,e,t)||"";return r}function Kh(e,t,r,n){switch(e.type){case Dh:if(e.children.length)break;case Ph:case Yo:return e.return=e.return||e.value;case au:return"";case su:return e.return=e.value+"{"+Ut(e.children,n)+"}";case Qo:e.value=e.props.join(",")}return Je(r=Ut(e.children,n))?e.return=e.value+"{"+r+"}":""}function Wh(e){var t=Xo(e);return function(r,n,i,o){for(var a="",s=0;s<t;s++)a+=e[s](r,n,i,o)||"";return a}}function zh(e){return function(t){t.root||(t=t.return)&&e(t)}}function Qh(e){var t=Object.create(null);return function(r){return t[r]===void 0&&(t[r]=e(r)),t[r]}}var Yh=function(e,t,r){for(var n=0,i=0;n=i,i=Ve(),n===38&&i===12&&(t[r]=1),!gr(i);)Pe();return wr(e,Ce)},Xh=function(e,t){var r=-1,n=44;do switch(gr(n)){case 0:n===38&&Ve()===12&&(t[r]=1),e[r]+=Yh(Ce-1,t,r);break;case 2:e[r]+=Un(n);break;case 4:if(n===44){e[++r]=Ve()===58?"&\f":"",t[r]=e[r].length;break}default:e[r]+=Gn(n)}while(n=Pe());return e},Zh=function(e,t){return cu(Xh(du(e),t))},Bl=new WeakMap,em=function(e){if(!(e.type!=="rule"||!e.parent||e.length<1)){for(var t=e.value,r=e.parent,n=e.column===r.column&&e.line===r.line;r.type!=="rule";)if(r=r.parent,!r)return;if(!(e.props.length===1&&t.charCodeAt(0)!==58&&!Bl.get(r))&&!n){Bl.set(e,!0);for(var i=[],o=Zh(t,i),a=r.props,s=0,u=0;s<o.length;s++)for(var c=0;c<a.length;c++,u++)e.props[u]=i[s]?o[s].replace(/&\f/g,a[c]):a[c]+" "+o[s]}}},tm=function(e){if(e.type==="decl"){var t=e.value;t.charCodeAt(0)===108&&t.charCodeAt(2)===98&&(e.return="",e.value="")}};function fu(e,t){switch(Uh(e,t)){case 5103:return $+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return $+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return $+e+jn+e+we+e+e;case 6828:case 4268:return $+e+we+e+e;case 6165:return $+e+we+"flex-"+e+e;case 5187:return $+e+G(e,/(\w+).+(:[^]+)/,$+"box-$1$2"+we+"flex-$1$2")+e;case 5443:return $+e+we+"flex-item-"+G(e,/flex-|-self/,"")+e;case 4675:return $+e+we+"flex-line-pack"+G(e,/align-content|flex-|-self/,"")+e;case 5548:return $+e+we+G(e,"shrink","negative")+e;case 5292:return $+e+we+G(e,"basis","preferred-size")+e;case 6060:return $+"box-"+G(e,"-grow","")+$+e+we+G(e,"grow","positive")+e;case 4554:return $+G(e,/([^-])(transform)/g,"$1"+$+"$2")+e;case 6187:return G(G(G(e,/(zoom-|grab)/,$+"$1"),/(image-set)/,$+"$1"),e,"")+e;case 5495:case 3959:return G(e,/(image-set\([^]*)/,$+"$1$`$1");case 4968:return G(G(e,/(.+:)(flex-)?(.*)/,$+"box-pack:$3"+we+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+$+e+e;case 4095:case 3583:case 4068:case 2532:return G(e,/(.+)-inline(.+)/,$+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(Je(e)-1-t>6)switch(pe(e,t+1)){case 109:if(pe(e,t+4)!==45)break;case 102:return G(e,/(.+:)(.+)-([^]+)/,"$1"+$+"$2-$3$1"+jn+(pe(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~Uo(e,"stretch")?fu(G(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(pe(e,t+1)!==115)break;case 6444:switch(pe(e,Je(e)-3-(~Uo(e,"!important")&&10))){case 107:return G(e,":",":"+$)+e;case 101:return G(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+$+(pe(e,14)===45?"inline-":"")+"box$3$1"+$+"$2$3$1"+we+"$2box$3")+e}break;case 5936:switch(pe(e,t+11)){case 114:return $+e+we+G(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return $+e+we+G(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return $+e+we+G(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return $+e+we+e+e}return e}var rm=function(e,t,r,n){if(e.length>-1&&!e.return)switch(e.type){case Yo:e.return=fu(e.value,e.length);break;case su:return Ut([hr(e,{value:G(e.value,"@","@"+$)})],n);case Qo:if(e.length)return Bh(e.props,function(i){switch(Mh(i,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return Ut([hr(e,{props:[G(i,/:(read-\w+)/,":"+jn+"$1")]})],n);case"::placeholder":return Ut([hr(e,{props:[G(i,/:(plac\w+)/,":"+$+"input-$1")]}),hr(e,{props:[G(i,/:(plac\w+)/,":"+jn+"$1")]}),hr(e,{props:[G(i,/:(plac\w+)/,we+"input-$1")]})],n)}return""})}},nm=[rm],im=function(e){var t=e.key;if(t==="css"){var r=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(r,function(w){var A=w.getAttribute("data-emotion");A.indexOf(" ")!==-1&&(document.head.appendChild(w),w.setAttribute("data-s",""))})}var n=e.stylisPlugins||nm,i={},o,a=[];o=e.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+t+' "]'),function(w){for(var A=w.getAttribute("data-emotion").split(" "),R=1;R<A.length;R++)i[A[R]]=!0;a.push(w)});var s,u=[em,tm];{var c,y=[Kh,zh(function(w){c.insert(w)})],h=Wh(u.concat(n,y)),p=function(w){return Ut(Gh(w),h)};s=function(w,A,R,b){c=R,p(w?w+"{"+A.styles+"}":A.styles),b&&(f.inserted[A.name]=!0)}}var f={key:t,sheet:new Oh({key:t,container:o,nonce:e.nonce,speedy:e.speedy,prepend:e.prepend,insertionPoint:e.insertionPoint}),nonce:e.nonce,inserted:i,registered:{},insert:s};return f.sheet.hydrate(a),f};function om(e){for(var t=0,r,n=0,i=e.length;i>=4;++n,i-=4)r=e.charCodeAt(n)&255|(e.charCodeAt(++n)&255)<<8|(e.charCodeAt(++n)&255)<<16|(e.charCodeAt(++n)&255)<<24,r=(r&65535)*1540483477+((r>>>16)*59797<<16),r^=r>>>24,t=(r&65535)*1540483477+((r>>>16)*59797<<16)^(t&65535)*1540483477+((t>>>16)*59797<<16);switch(i){case 3:t^=(e.charCodeAt(n+2)&255)<<16;case 2:t^=(e.charCodeAt(n+1)&255)<<8;case 1:t^=e.charCodeAt(n)&255,t=(t&65535)*1540483477+((t>>>16)*59797<<16)}return t^=t>>>13,t=(t&65535)*1540483477+((t>>>16)*59797<<16),((t^t>>>15)>>>0).toString(36)}var am={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,scale:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},sm=/[A-Z]|^ms/g,lm=/_EMO_([^_]+?)_([^]*?)_EMO_/g,hu=function(e){return e.charCodeAt(1)===45},Fl=function(e){return e!=null&&typeof e!="boolean"},Ao=Qh(function(e){return hu(e)?e:e.replace(sm,"-$&").toLowerCase()}),jl=function(e,t){switch(e){case"animation":case"animationName":if(typeof t=="string")return t.replace(lm,function(r,n,i){return lt={name:n,styles:i,next:lt},n})}return am[e]!==1&&!hu(e)&&typeof t=="number"&&t!==0?t+"px":t};function Jn(e,t,r){if(r==null)return"";var n=r;if(n.__emotion_styles!==void 0)return n;switch(typeof r){case"boolean":return"";case"object":{var i=r;if(i.anim===1)return lt={name:i.name,styles:i.styles,next:lt},i.name;var o=r;if(o.styles!==void 0){var a=o.next;if(a!==void 0)for(;a!==void 0;)lt={name:a.name,styles:a.styles,next:lt},a=a.next;var s=o.styles+";";return s}return um(e,t,r)}}var u=r;if(t==null)return u;var c=t[u];return c!==void 0?c:u}function um(e,t,r){var n="";if(Array.isArray(r))for(var i=0;i<r.length;i++)n+=Jn(e,t,r[i])+";";else for(var o in r){var a=r[o];if(typeof a!="object"){var s=a;t!=null&&t[s]!==void 0?n+=o+"{"+t[s]+"}":Fl(s)&&(n+=Ao(o)+":"+jl(o,s)+";")}else if(Array.isArray(a)&&typeof a[0]=="string"&&(t==null||t[a[0]]===void 0))for(var u=0;u<a.length;u++)Fl(a[u])&&(n+=Ao(o)+":"+jl(o,a[u])+";");else{var c=Jn(e,t,a);switch(o){case"animation":case"animationName":{n+=Ao(o)+":"+c+";";break}default:n+=o+"{"+c+"}"}}}return n}var Jl=/label:\s*([^\s;{]+)\s*(;|$)/g,lt;function Io(e,t,r){if(e.length===1&&typeof e[0]=="object"&&e[0]!==null&&e[0].styles!==void 0)return e[0];var n=!0,i="";lt=void 0;var o=e[0];if(o==null||o.raw===void 0)n=!1,i+=Jn(r,t,o);else{var a=o;i+=a[0]}for(var s=1;s<e.length;s++)if(i+=Jn(r,t,e[s]),n){var u=o;i+=u[s]}Jl.lastIndex=0;for(var c="",y;(y=Jl.exec(i))!==null;)c+="-"+y[1];var h=om(i)+c;return{name:h,styles:i,next:lt}}function mu(e,t,r){var n="";return r.split(" ").forEach(function(i){e[i]!==void 0?t.push(e[i]+";"):i&&(n+=i+" ")}),n}var dm=function(e,t,r){var n=e.key+"-"+t.name;e.registered[n]===void 0&&(e.registered[n]=t.styles)},cm=function(e,t,r){dm(e,t);var n=e.key+"-"+t.name;if(e.inserted[t.name]===void 0){var i=t;do e.insert(t===i?"."+n:"",i,e.sheet,!0),i=i.next;while(i!==void 0)}};function Vl(e,t){if(e.inserted[t.name]===void 0)return e.insert("",t,e.sheet,!0)}function Hl(e,t,r){var n=[],i=mu(e,n,r);return n.length<2?r:i+t(n)}var fm=function(e){var t=im(e);t.sheet.speedy=function(a){this.isSpeedy=a},t.compat=!0;var r=function(){for(var a=arguments.length,s=new Array(a),u=0;u<a;u++)s[u]=arguments[u];var c=Io(s,t.registered,void 0);return cm(t,c),t.key+"-"+c.name},n=function(){for(var a=arguments.length,s=new Array(a),u=0;u<a;u++)s[u]=arguments[u];var c=Io(s,t.registered),y="animation-"+c.name;return Vl(t,{name:c.name,styles:"@keyframes "+y+"{"+c.styles+"}"}),y},i=function(){for(var a=arguments.length,s=new Array(a),u=0;u<a;u++)s[u]=arguments[u];var c=Io(s,t.registered);Vl(t,c)},o=function(){for(var a=arguments.length,s=new Array(a),u=0;u<a;u++)s[u]=arguments[u];return Hl(t.registered,r,hm(s))};return{css:r,cx:o,injectGlobal:i,keyframes:n,hydrate:function(a){a.forEach(function(s){t.inserted[s]=!0})},flush:function(){t.registered={},t.inserted={},t.sheet.flush()},sheet:t.sheet,cache:t,getRegisteredStyles:mu.bind(null,t.registered),merge:Hl.bind(null,t.registered,r)}},hm=function e(t){for(var r="",n=0;n<t.length;n++){var i=t[n];if(i!=null){var o=void 0;switch(typeof i){case"boolean":break;case"object":{if(Array.isArray(i))o=e(i);else{o="";for(var a in i)i[a]&&a&&(o&&(o+=" "),o+=a)}break}default:o=i}o&&(r&&(r+=" "),r+=o)}}return r},mm=fm({key:"css"}),Ft=mm.css,Bo,Oe,So,$l,Gl=0,pu=[],fe=B,ql=fe.__b,Kl=fe.__r,Wl=fe.diffed,zl=fe.__c,Ql=fe.unmount,Yl=fe.__;function pm(e,t){fe.__h&&fe.__h(Oe,e,Gl||t),Gl=0;var r=Oe.__H||(Oe.__H={__:[],__h:[]});return e>=r.__.length&&r.__.push({}),r.__[e]}function vu(e,t){var r=pm(Bo++,7);return gm(r.__H,t)&&(r.__=e(),r.__H=t,r.__h=e),r.__}function vm(){for(var e;e=pu.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(Bn),e.__H.__h.forEach(Fo),e.__H.__h=[]}catch(t){e.__H.__h=[],fe.__e(t,e.__v)}}fe.__b=function(e){Oe=null,ql&&ql(e)},fe.__=function(e,t){e&&t.__k&&t.__k.__m&&(e.__m=t.__k.__m),Yl&&Yl(e,t)},fe.__r=function(e){Kl&&Kl(e),Bo=0;var t=(Oe=e.__c).__H;t&&(So===Oe?(t.__h=[],Oe.__h=[],t.__.forEach(function(r){r.__N&&(r.__=r.__N),r.u=r.__N=void 0})):(t.__h.forEach(Bn),t.__h.forEach(Fo),t.__h=[],Bo=0)),So=Oe},fe.diffed=function(e){Wl&&Wl(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(pu.push(t)!==1&&$l===fe.requestAnimationFrame||(($l=fe.requestAnimationFrame)||_m)(vm)),t.__H.__.forEach(function(r){r.u&&(r.__H=r.u),r.u=void 0})),So=Oe=null},fe.__c=function(e,t){t.some(function(r){try{r.__h.forEach(Bn),r.__h=r.__h.filter(function(n){return!n.__||Fo(n)})}catch(n){t.some(function(i){i.__h&&(i.__h=[])}),t=[],fe.__e(n,r.__v)}}),zl&&zl(e,t)},fe.unmount=function(e){Ql&&Ql(e);var t,r=e.__c;r&&r.__H&&(r.__H.__.forEach(function(n){try{Bn(n)}catch(i){t=i}}),r.__H=void 0,t&&fe.__e(t,r.__v))};var Xl=typeof requestAnimationFrame=="function";function _m(e){var t,r=function(){clearTimeout(n),Xl&&cancelAnimationFrame(t),setTimeout(e)},n=setTimeout(r,100);Xl&&(t=requestAnimationFrame(r))}function Bn(e){var t=Oe,r=e.__c;typeof r=="function"&&(e.__c=void 0,r()),Oe=t}function Fo(e){var t=Oe;e.__c=e.__(),Oe=t}function gm(e,t){return!e||e.length!==t.length||t.some(function(r,n){return r!==e[n]})}var ym=Symbol.for("preact-signals");function Wn(){if(ut>1)ut--;else{for(var e,t=!1;mr!==void 0;){var r=mr;for(mr=void 0,jo++;r!==void 0;){var n=r.o;if(r.o=void 0,r.f&=-3,!(8&r.f)&&gu(r))try{r.c()}catch(i){t||(e=i,t=!0)}r=n}}if(jo=0,ut--,t)throw e}}function Re(e){if(ut>0)return e();ut++;try{return e()}finally{Wn()}}var Y=void 0,mr=void 0,ut=0,jo=0,Vn=0;function _u(e){if(Y!==void 0){var t=e.n;if(t===void 0||t.t!==Y)return t={i:0,S:e,p:Y.s,n:void 0,t:Y,e:void 0,x:void 0,r:t},Y.s!==void 0&&(Y.s.n=t),Y.s=t,e.n=t,32&Y.f&&e.S(t),t;if(t.i===-1)return t.i=0,t.n!==void 0&&(t.n.p=t.p,t.p!==void 0&&(t.p.n=t.n),t.p=Y.s,t.n=void 0,Y.s.n=t,Y.s=t),t}}function ve(e){this.v=e,this.i=0,this.n=void 0,this.t=void 0}ve.prototype.brand=ym;ve.prototype.h=function(){return!0};ve.prototype.S=function(e){this.t!==e&&e.e===void 0&&(e.x=this.t,this.t!==void 0&&(this.t.e=e),this.t=e)};ve.prototype.U=function(e){if(this.t!==void 0){var t=e.e,r=e.x;t!==void 0&&(t.x=r,e.e=void 0),r!==void 0&&(r.e=t,e.x=void 0),e===this.t&&(this.t=r)}};ve.prototype.subscribe=function(e){var t=this;return Er(function(){var r=t.value,n=Y;Y=void 0;try{e(r)}finally{Y=n}})};ve.prototype.valueOf=function(){return this.value};ve.prototype.toString=function(){return this.value+""};ve.prototype.toJSON=function(){return this.value};ve.prototype.peek=function(){var e=Y;Y=void 0;try{return this.value}finally{Y=e}};Object.defineProperty(ve.prototype,"value",{get:function(){var e=_u(this);return e!==void 0&&(e.i=this.i),this.v},set:function(e){if(e!==this.v){if(jo>100)throw new Error("Cycle detected");this.v=e,this.i++,Vn++,ut++;try{for(var t=this.t;t!==void 0;t=t.x)t.t.N()}finally{Wn()}}}});function X(e){return new ve(e)}function gu(e){for(var t=e.s;t!==void 0;t=t.n)if(t.S.i!==t.i||!t.S.h()||t.S.i!==t.i)return!0;return!1}function yu(e){for(var t=e.s;t!==void 0;t=t.n){var r=t.S.n;if(r!==void 0&&(t.r=r),t.S.n=t,t.i=-1,t.n===void 0){e.s=t;break}}}function wu(e){for(var t=e.s,r=void 0;t!==void 0;){var n=t.p;t.i===-1?(t.S.U(t),n!==void 0&&(n.n=t.n),t.n!==void 0&&(t.n.p=n)):r=t,t.S.n=t.r,t.r!==void 0&&(t.r=void 0),t=n}e.s=r}function jt(e){ve.call(this,void 0),this.x=e,this.s=void 0,this.g=Vn-1,this.f=4}(jt.prototype=new ve).h=function(){if(this.f&=-3,1&this.f)return!1;if((36&this.f)==32||(this.f&=-5,this.g===Vn))return!0;if(this.g=Vn,this.f|=1,this.i>0&&!gu(this))return this.f&=-2,!0;var e=Y;try{yu(this),Y=this;var t=this.x();(16&this.f||this.v!==t||this.i===0)&&(this.v=t,this.f&=-17,this.i++)}catch(r){this.v=r,this.f|=16,this.i++}return Y=e,wu(this),this.f&=-2,!0};jt.prototype.S=function(e){if(this.t===void 0){this.f|=36;for(var t=this.s;t!==void 0;t=t.n)t.S.S(t)}ve.prototype.S.call(this,e)};jt.prototype.U=function(e){if(this.t!==void 0&&(ve.prototype.U.call(this,e),this.t===void 0)){this.f&=-33;for(var t=this.s;t!==void 0;t=t.n)t.S.U(t)}};jt.prototype.N=function(){if(!(2&this.f)){this.f|=6;for(var e=this.t;e!==void 0;e=e.x)e.t.N()}};Object.defineProperty(jt.prototype,"value",{get:function(){if(1&this.f)throw new Error("Cycle detected");var e=_u(this);if(this.h(),e!==void 0&&(e.i=this.i),16&this.f)throw this.v;return this.v}});function pr(e){return new jt(e)}function bu(e){var t=e.u;if(e.u=void 0,typeof t=="function"){ut++;var r=Y;Y=void 0;try{t()}catch(n){throw e.f&=-2,e.f|=8,Zo(e),n}finally{Y=r,Wn()}}}function Zo(e){for(var t=e.s;t!==void 0;t=t.n)t.S.U(t);e.x=void 0,e.s=void 0,bu(e)}function wm(e){if(Y!==this)throw new Error("Out-of-order effect");wu(this),Y=e,this.f&=-2,8&this.f&&Zo(this),Wn()}function br(e){this.x=e,this.u=void 0,this.s=void 0,this.o=void 0,this.f=32}br.prototype.c=function(){var e=this.S();try{if(8&this.f||this.x===void 0)return;var t=this.x();typeof t=="function"&&(this.u=t)}finally{e()}};br.prototype.S=function(){if(1&this.f)throw new Error("Cycle detected");this.f|=1,this.f&=-9,bu(this),yu(this),ut++;var e=Y;return Y=this,wm.bind(this,e)};br.prototype.N=function(){2&this.f||(this.f|=2,this.o=mr,mr=this)};br.prototype.d=function(){this.f|=8,1&this.f||Zo(this)};function Er(e){var t=new br(e);try{t.c()}catch(r){throw t.d(),r}return t.d.bind(t)}var Eu,Ro,Au=[];Er(function(){Eu=this.N})();function Jt(e,t){B[e]=t.bind(null,B[e]||function(){})}function Hn(e){Ro&&Ro(),Ro=e&&e.S()}function Iu(e){var t=this,r=e.data,n=Su(r);n.value=r;var i=vu(function(){for(var s=t,u=t.__v;u=u.__;)if(u.__c){u.__c.__$f|=4;break}var c=pr(function(){var f=n.value.value;return f===0?0:f===!0?"":f||""}),y=pr(function(){return!Array.isArray(c.value)&&!lo(c.value)}),h=Er(function(){if(this.N=Ru,y.value){var f=c.value;s.__v&&s.__v.__e&&s.__v.__e.nodeType===3&&(s.__v.__e.data=f)}}),p=t.__$u.d;return t.__$u.d=function(){h(),p.call(this)},[y,c]},[]),o=i[0],a=i[1];return o.value?a.peek():a.value}Iu.displayName="_st";Object.defineProperties(ve.prototype,{constructor:{configurable:!0,value:void 0},type:{configurable:!0,value:Iu},props:{configurable:!0,get:function(){return{data:this}}},__b:{configurable:!0,value:1}});Jt("__b",function(e,t){if(typeof t.type=="string"){var r,n=t.props;for(var i in n)if(i!=="children"){var o=n[i];o instanceof ve&&(r||(t.__np=r={}),r[i]=o,n[i]=o.peek())}}e(t)});Jt("__r",function(e,t){Hn();var r,n=t.__c;n&&(n.__$f&=-2,(r=n.__$u)===void 0&&(n.__$u=r=function(i){var o;return Er(function(){o=this}),o.c=function(){n.__$f|=1,n.setState({})},o}())),Hn(r),e(t)});Jt("__e",function(e,t,r,n){Hn(),e(t,r,n)});Jt("diffed",function(e,t){Hn();var r;if(typeof t.type=="string"&&(r=t.__e)){var n=t.__np,i=t.props;if(n){var o=r.U;if(o)for(var a in o){var s=o[a];s!==void 0&&!(a in n)&&(s.d(),o[a]=void 0)}else o={},r.U=o;for(var u in n){var c=o[u],y=n[u];c===void 0?(c=bm(r,u,y,i),o[u]=c):c.o(y,i)}}}e(t)});function bm(e,t,r,n){var i=t in e&&e.ownerSVGElement===void 0,o=X(r);return{o:function(a,s){o.value=a,n=s},d:Er(function(){this.N=Ru;var a=o.value.value;n[t]!==a&&(n[t]=a,i?e[t]=a:a?e.setAttribute(t,a):e.removeAttribute(t))})}}Jt("unmount",function(e,t){if(typeof t.type=="string"){var r=t.__e;if(r){var n=r.U;if(n){r.U=void 0;for(var i in n){var o=n[i];o&&o.d()}}}}else{var a=t.__c;if(a){var s=a.__$u;s&&(a.__$u=void 0,s.d())}}e(t)});Jt("__h",function(e,t,r,n){(n<3||n===9)&&(t.__$f|=2),e(t,r,n)});xe.prototype.shouldComponentUpdate=function(e,t){var r=this.__$u,n=r&&r.s!==void 0;for(var i in t)return!0;if(this.__f||typeof this.u=="boolean"&&this.u===!0){var o=2&this.__$f;if(!(n||o||4&this.__$f)||1&this.__$f)return!0}else if(!(n||4&this.__$f)||3&this.__$f)return!0;for(var a in e)if(a!=="__source"&&e[a]!==this.props[a])return!0;for(var s in this.props)if(!(s in e))return!0;return!1};function Su(e){return vu(function(){return X(e)},[])}var Em=function(e){queueMicrotask(function(){queueMicrotask(e)})};function Am(){Re(function(){for(var e;e=Au.shift();)Eu.call(e)})}function Ru(){Au.push(this)===1&&(B.requestAnimationFrame||Em)(Am)}var be=Ft`
1
+ var Wc=Object.create;var di=Object.defineProperty,Kc=Object.defineProperties,zc=Object.getOwnPropertyDescriptor,Qc=Object.getOwnPropertyDescriptors,Yc=Object.getOwnPropertyNames,Lr=Object.getOwnPropertySymbols,Ra=Object.getPrototypeOf,fi=Object.prototype.hasOwnProperty,Oa=Object.prototype.propertyIsEnumerable,Xc=Reflect.get;var Ca=(e,t,r)=>t in e?di(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Q=(e,t)=>{for(var r in t||(t={}))fi.call(t,r)&&Ca(e,r,t[r]);if(Lr)for(var r of Lr(t))Oa.call(t,r)&&Ca(e,r,t[r]);return e},Oe=(e,t)=>Kc(e,Qc(t));var Yt=(e=>typeof require!="undefined"?require:typeof Proxy!="undefined"?new Proxy(e,{get:(t,r)=>(typeof require!="undefined"?require:t)[r]}):e)(function(e){if(typeof require!="undefined")return require.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')});var ka=(e,t)=>{var r={};for(var n in e)fi.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&Lr)for(var n of Lr(e))t.indexOf(n)<0&&Oa.call(e,n)&&(r[n]=e[n]);return r};var Z=(e,t)=>()=>(e&&(t=e(e=0)),t);var hi=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var Zc=(e,t,r,n)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of Yc(t))!fi.call(e,i)&&i!==r&&di(e,i,{get:()=>t[i],enumerable:!(n=zc(t,i))||n.enumerable});return e};var mi=(e,t,r)=>(r=e!=null?Wc(Ra(e)):{},Zc(t||!e||!e.__esModule?di(r,"default",{value:e,enumerable:!0}):r,e));var Ta=(e,t,r)=>Xc(Ra(e),r,t);var P=(e,t,r)=>new Promise((n,i)=>{var o=u=>{try{s(r.next(u))}catch(d){i(d)}},a=u=>{try{s(r.throw(u))}catch(d){i(d)}},s=u=>u.done?n(u.value):Promise.resolve(u.value).then(o,a);s((r=r.apply(e,t)).next())});function ld(e){return new Promise(t=>{setTimeout(()=>{t()},e)})}function Ei(e){return typeof e=="string"}function Ba(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)&&!(e instanceof RegExp)&&!(e instanceof Date)}function Ja(e){return typeof e=="object"&&Array.isArray(e)}function ud(e){return typeof e=="undefined"}function cd(e){return ud(e)||e===null}function dd(e){return typeof e=="function"}function Fa(e){let t=e,r=null,n=function(...i){return r||(r=new t(...i)),r};return n.prototype=t.prototype,n}function Ga(e,t,r){if(typeof r!="function")throw new Error("[Jolibox SDK]Customizer must be a function");function n(i,o){for(let a in o)if(Object.prototype.hasOwnProperty.call(o,a)){let s=i[a],u=o[a],d=r(s,u,a,i,o);d!==void 0?i[a]=d:La(u)&&La(s)?i[a]=n(Ua({},s),u):Array.isArray(u)&&Array.isArray(s)?i[a]=[...s,...u]:i[a]=u}return i}return n(e,t)}function La(e){return e&&typeof e=="object"&&e.constructor===Object}function ja(e,t){if(Array.isArray(e))return e.concat(t)}function tr(e,t,r={}){let n=null,i,o,a,{leading:s=!1,trailing:u=!0}=r,d=()=>(a=e.apply(o,i),i=void 0,o=void 0,a),y=function(...h){i=h,o=this;let p=s&&!n;if(n&&clearTimeout(n),n=setTimeout(()=>{n=null,u&&!p&&d()},t),p)return d()};return y.cancel=()=>{n&&clearTimeout(n),n=null,i=o=void 0},y.flush=()=>{if(n)return clearTimeout(n),n=null,d()},y}function md(e,t){return(...r)=>t(e,...r)}function qa(e){return t=>md(t,function(r,...n){if(typeof r=="function")try{return r.apply(this,n)}catch(i){e(new hd(`${i}`))}})}function Xt(e){return(...t)=>{var r,n;((n=(r=globalThis.VConsole)==null?void 0:r[e])!=null?n:globalThis.console[e])(...t)}}function Dr(e,t){return t.map(r=>{if(r==="params"&&e[r]){let n=e[r];return Object.keys(n).reduce((i,o)=>(i[o]=String(n[o]),i),{})}return e[r]})}function wd(e){let t=e.location?Dr(e.location,Na):null,r=e.target?Dr(e.target,Na):null;return Dr(od(Ua({},e),{location:t,target:r}),gd)}function Ri(e){let t=e.events.map(n=>wd(n)),r=Dr(e.device,yd);return[e.protocolVersion,t,r,e.project]}function bd(){if(typeof window=="undefined")return{getItem:()=>null,setItem:()=>{},removeItem:()=>{},clear:()=>{},length:0,key:()=>null};try{if(window.__joliboxLocalStorage__)return window.__joliboxLocalStorage__;let e=Object.getOwnPropertyDescriptor(window,"localStorage");if(e&&e.get){let n=e.get.call(window);return window.__joliboxLocalStorage__=n,n}if(e=Object.getOwnPropertyDescriptor(Object.getPrototypeOf(window),"localStorage"),e&&e.get)return e.get.call(window);let t=Window.prototype,r=Object.getOwnPropertyDescriptor(t,"localStorage");if(r&&r.get){let n=r.get.call(window);return window.__joliboxLocalStorage__=n,n}return localStorage}catch(e){return console.warn("Failed to get original localStorage, fallback to default implementation",e),localStorage}}function za(e,t,r){let n=window.location.hostname,i=n.split("."),o=r?t:e;if(/^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$/.test(n))return`${o}.jolibox.com`;if(i.length>=2){let a=i.slice(-2).join(".");if(a==="jolibox.com"||a==="pico-game.com"||a==="joyslite.com")return`${o}.${a}`}return`${o}.jolibox.com`}function Ti(e){return za("api","stg-api",e)}function Ct(e){return`https://${Ti(e)}`}function Od(e){return za("collect","stg-collect",e)}function Qa(e){return`https://${Od(e)}`}function Pd(e){return new Promise(t=>Ya(e)(t))}function Ya(e){return(t,r=null)=>{let n=!1;return e(i=>{if(!n)return n=!0,t.call(r,i)},null)}}function Ld(e,t){return(r=>{let n,i={onWillAddFirstListener(){n=r(o.fire,o)}},o=new er(i);return o.event})((r,n=null)=>e(i=>t(i)&&r.call(n,i),null))}function Nd(e,t){let r=Math.min(e.length,t.length);for(let n=0;n<r;n++)Ud(e[n],t[n])}function Ud(e,t){if(Ei(t)){if(typeof e!==t)throw new Error(`argument does not match constraint: typeof ${t}`)}else if(dd(t)){try{if(e instanceof t)return}catch(r){}if(!cd(e)&&e.constructor===t||t.length===1&&t.call(void 0,e)===!0)return;throw new Error("[Jolibox SDK]argument does not match one of these constraints: arg instanceof constraint, arg.constructor === constraint, nor constraint(arg) === true")}}function Md(){return typeof globalThis!="undefined"?globalThis[Xa]:void 0}function Bd(e){typeof globalThis!="undefined"&&(globalThis[Xa]=e)}function _e(e=!1){let t=Md();if(!e&&t)return t;let r=new Nr,n=new wi,i={registerCommand(o,a,s){r.registerCommand({id:o,handler:a,metadata:s})},executeCommand(o,...a){return n.executeCommand(o,...a)},excuteCommandSync(o,...a){return n.executeCommandThowErr(o,...a)}};return Bd(i),i}var bi,ed,td,rd,xa,nd,id,Pa,Ua,od,ad,Ma,sd,fd,Ii,Ai,Ha,Va,hd,$a,Ur,Mr,Si,Ne,vi,pd,Ci,Da,vd,dt,St,_d,Na,gd,yd,it,At,Ed,Ee,Id,Ad,Sd,Wa,Oi,ki,Cd,Rd,Ka,_i,te,kd,Td,Zt,er,Fe,yi,xd,pi,Dd,ft,Nr,wi,Xa,j=Z(()=>{"use strict";bi=Object.defineProperty,ed=Object.defineProperties,td=Object.getOwnPropertyDescriptor,rd=Object.getOwnPropertyDescriptors,xa=Object.getOwnPropertySymbols,nd=Object.prototype.hasOwnProperty,id=Object.prototype.propertyIsEnumerable,Pa=(e,t,r)=>t in e?bi(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Ua=(e,t)=>{for(var r in t||(t={}))nd.call(t,r)&&Pa(e,r,t[r]);if(xa)for(var r of xa(t))id.call(t,r)&&Pa(e,r,t[r]);return e},od=(e,t)=>ed(e,rd(t)),ad=(e,t)=>{for(var r in t)bi(e,r,{get:t[r],enumerable:!0})},Ma=(e,t,r,n)=>{for(var i=n>1?void 0:n?td(t,r):t,o=e.length-1,a;o>=0;o--)(a=e[o])&&(i=(n?a(t,r,i):a(i))||i);return n&&i&&bi(t,r,i),i},sd=(e,t,r)=>new Promise((n,i)=>{var o=u=>{try{s(r.next(u))}catch(d){i(d)}},a=u=>{try{s(r.throw(u))}catch(d){i(d)}},s=u=>u.done?n(u.value):Promise.resolve(u.value).then(o,a);s((r=r.apply(e,t)).next())});if(typeof window!="undefined"&&!window.AbortController){let e=function(){this.signal=new t};e.prototype.abort=function(){this.signal._aborted=!0,typeof this.signal.onabort=="function"&&this.signal.onabort(new Event("abort"));let r=new Event("abort");this.signal.dispatchEvent(r)};let t=function(){this._aborted=!1,this.aborted=!1,this.onabort=null,this._eventListeners={}};Object.defineProperty(t.prototype,"aborted",{get:function(){return this._aborted}}),t.prototype.addEventListener=function(r,n){this._eventListeners[r]||(this._eventListeners[r]=[]),this._eventListeners[r].push(n)},t.prototype.removeEventListener=function(r,n){if(!this._eventListeners[r])return;let i=this._eventListeners[r].indexOf(n);i!==-1&&this._eventListeners[r].splice(i,1)},t.prototype.dispatchEvent=function(r){if(this._eventListeners[r.type])for(let n of this._eventListeners[r.type])n.call(this,r)},window.AbortController=e,window.AbortSignal=t}fd=(e=>(e[e.DEVELOPER_FILE_NOT_FOUND=0]="DEVELOPER_FILE_NOT_FOUND",e[e.INTERNAL_IOS_CAN_NOT_FOUND_PKG=1]="INTERNAL_IOS_CAN_NOT_FOUND_PKG",e[e.USER_IOS_LOAD_TIMEOUT=2]="USER_IOS_LOAD_TIMEOUT",e[e.INTERNAL_IOS_PKG_LOAD_ERROR=3]="INTERNAL_IOS_PKG_LOAD_ERROR",e[e.INTERNAL_IOS_PKG_PARSE_FAIL=4]="INTERNAL_IOS_PKG_PARSE_FAIL",e[e.USER_IOS_GET_EMPTY_DATA=5]="USER_IOS_GET_EMPTY_DATA",e[e.USER_ANDROID_GET_PKG_FAIL=6]="USER_ANDROID_GET_PKG_FAIL",e[e.DEVELOPER_ANDROID_PACKAGE_FILE_UNEXPECTED_REQUIRE=7]="DEVELOPER_ANDROID_PACKAGE_FILE_UNEXPECTED_REQUIRE",e))(fd||{}),Ii=class extends Error{constructor(e){if(typeof e=="string"){super(e),this.priority="P1";return}super(e.message),this.priority="P1",this.stack=e.stack,this.raw=e}},Ai=class extends Ii{constructor(){super(...arguments),this.kind="INTERNAL_ERROR"}},Ha=class extends Ii{constructor(){super(...arguments),this.kind="USER_ERROR"}},Va=class extends Ha{constructor(){super(...arguments),this.name="USER_VALIDATE_ERROR"}},hd=class extends Ha{constructor(e,t,r){super(e),this.message=e,this.errNo=t,this.name="USER_CUSTOM_ERROR",this.errMsg=e,r&&(this.extra=Object.assign({},this.extra,r))}},$a=class extends Ai{constructor(){super(...arguments),this.name="INTERNAL_SCHEMA_PARSE_ERROR",this.priority="P0"}},Ur=class extends Ai{constructor(){super(...arguments),this.name="INTERNAL_GLOBAL_JS_ERROR",this.priority="P1"}},Mr=class extends Ii{constructor(e,t,r,n,i){super(e),this.message=e,this.code=t,this.kind="API_ERROR",this.name="API_ERROR",r&&(this.errorType=r),n!==void 0&&(this.stack=n),i&&(this.priority=i)}toJSON(){return{message:this.message,stack:this.stack,name:this.name,code:this.code,errorType:this.errorType}}},Si=class extends Ai{constructor(){super(...arguments),this.name="INTERNAL_REPORTER_ERROR"}};Ne={log:Xt("log"),warn:Xt("warn"),info:Xt("info"),error:Xt("error"),debug:Xt("debug")};Object.assign(globalThis,{logger:Ne});vi=Symbol.for("Jolibox.canIUseMap"),pd={};globalThis[vi]||(globalThis[vi]=pd);Ci={get config(){return globalThis[vi]}},Da=Symbol.for("Jolibox.canIUseMap.native"),vd={};globalThis[Da]||(globalThis[Da]=vd);dt=(e=>(e[e.Other=0]="Other",e[e.Route=1]="Route",e[e.Click=2]="Click",e[e.View=3]="View",e[e.Expose=4]="Expose",e[e.Swipe=5]="Swipe",e[e.Input=6]="Input",e[e.Select=7]="Select",e[e.SwitchOn=8]="SwitchOn",e[e.SwitchOff=9]="SwitchOff",e[e.Submit=10]="Submit",e[e.Scroll=11]="Scroll",e[e.Hide=12]="Hide",e[e.System=1e3]="System",e[e.ErrorTrace=1001]="ErrorTrace",e[e.UserDefined=1002]="UserDefined",e))(dt||{}),St=(e=>(e.MiniGame="mini-game",e.MiniDrama="mini-drama",e.App="app",e.WebSDK="web-sdk",e.AppSDK="app-sdk",e))(St||{}),_d=(e=>(e[e.App=0]="App",e[e.H5=1]="H5",e[e.Weapp=2]="Weapp",e[e.Alipay=3]="Alipay",e[e.Gcash=4]="Gcash",e[e.Dana=5]="Dana",e[e.Umma=6]="Umma",e[e.WebSDK=1e3]="WebSDK",e[e.AppSDK=1001]="AppSDK",e[e.Other=9999]="Other",e))(_d||{}),Na=["name","params"],gd=["name","type","location","target","extra","timestamp","userId"],yd=["platform","os","appVersion","appId","model","brand","uuid","jsSdkVersion","extra"];it=()=>"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,e=>{let t=Math.random()*16|0;return(e==="x"?t:t&3|8).toString(16)});bd();At=typeof window=="undefined",Ed=()=>!At&&!!(navigator.userAgent||"").includes("JoliboxPlatformSDK"),Ee={isiOS:!At&&(navigator.userAgent.includes("iPhone")||navigator.userAgent.includes("iPod")||navigator.userAgent.includes("iPad")||navigator.userAgent.includes("iPhone OS")),iosVersion:()=>{let e=navigator.appVersion.match(/OS (\d+)_(\d+)_?(\d+)?/);return[parseInt(e[1],10),parseInt(e[2],10),parseInt(e[3]||"0",10)]},isAndroid:!At&&navigator.userAgent.includes("Android"),isMac:!At&&navigator.userAgent.includes("Mac"),isFacebook:!At&&navigator.userAgent.includes("FB_IAB"),isPC:!At&&!navigator.userAgent.includes("iPhone")&&!navigator.userAgent.includes("Android")},Id=()=>Ee.isiOS?"iOS":Ee.isAndroid?"Android":Ee.isMac?"Mac":Ee.isFacebook?"Facebook":"PC",Ad="device_id",Sd="advertising_id",Wa=e=>(window.__joliboxLocalStorage__.getItem(e)||window.__joliboxLocalStorage__.setItem(e,it()),window.__joliboxLocalStorage__.getItem(e)),Oi=()=>new URLSearchParams(window.location.search).get("deviceId")||Wa(Ad),ki=()=>new URLSearchParams(window.location.search).get("advertisingId")||Wa(Sd),Cd=e=>e.charAt(0).toUpperCase()+e.slice(1),Rd=()=>{var e;let t=new URLSearchParams(window.location.search);return Cd((e=t.get("utm_source"))!=null?e:"")||"JoliboxSDK"},Ka=e=>{if(Ed())return window.navigator.userAgent;let t="JoliboxWebSDK",r=Id(),n=navigator.language,i=Oi(),o=ki();return`${t} (${Rd()}${r}; UnknownModel; UnknownSystemVersion; ${n}) uuid/${i} adid/${o} version/${e||""}`};_i=class gi{constructor(t){this.element=t,this.next=gi.Undefined,this.prev=gi.Undefined}};_i.Undefined=new _i(void 0);te=_i,kd=class{constructor(){this._first=te.Undefined,this._last=te.Undefined,this._size=0}get size(){return this._size}isEmpty(){return this._first===te.Undefined}clear(){let e=this._first;for(;e!==te.Undefined;){let t=e.next;e.prev=te.Undefined,e.next=te.Undefined,e=t}this._first=te.Undefined,this._last=te.Undefined,this._size=0}unshift(e){return this._insert(e,!1)}push(e){return this._insert(e,!0)}_insert(e,t){let r=new te(e);if(this._first===te.Undefined)this._first=r,this._last=r;else if(t){let i=this._last;this._last=r,r.prev=i,i.next=r}else{let i=this._first;this._first=r,r.next=i,i.prev=r}this._size+=1;let n=!1;return()=>{n||(n=!0,this._remove(r))}}shift(){if(this._first!==te.Undefined){let e=this._first.element;return this._remove(this._first),e}}pop(){if(this._last!==te.Undefined){let e=this._last.element;return this._remove(this._last),e}}_remove(e){if(e.prev!==te.Undefined&&e.next!==te.Undefined){let t=e.prev;t.next=e.next,e.next.prev=t}else e.prev===te.Undefined&&e.next===te.Undefined?(this._first=te.Undefined,this._last=te.Undefined):e.next===te.Undefined?(this._last=this._last.prev,this._last.next=te.Undefined):e.prev===te.Undefined&&(this._first=this._first.next,this._first.prev=te.Undefined);this._size-=1}*[Symbol.iterator](){let e=this._first;for(;e!==te.Undefined;)yield e.element,e=e.next}},Td=0,Zt=class{constructor(e){this.value=e,this.id=Td++}},er=class{constructor(e){this.options=e,this._size=0}dispose(e){var t,r;this._disposed||(this._disposed=!0,this._listeners&&(e?(this._listeners instanceof Zt&&(this._listeners=[this._listeners]),this._listeners=this._listeners.filter(n=>(n==null?void 0:n.value)===e)):(this._listeners=void 0,this._size=0)),(r=(t=this.options)==null?void 0:t.onDidRemoveLastListener)==null||r.call(t))}get event(){var e;return(e=this._event)!=null||(this._event=(t,r)=>{var n,i,o,a,s,u;if(this._disposed)return()=>{console.info("[Jolibox SDK] Emitter is _disposed")};r&&(t=t.bind(r));let d=new Zt(t);return this._listeners?this._listeners instanceof Zt?this._listeners=[this._listeners,d]:this._listeners.push(d):((i=(n=this.options)==null?void 0:n.onWillAddFirstListener)==null||i.call(n,this),this._listeners=d,(a=(o=this.options)==null?void 0:o.onDidFirstListener)==null||a.call(o,this)),(u=(s=this.options)==null?void 0:s.onDidAddListener)==null||u.call(s,this),this._size++,()=>{var y,h,p,f;if(!this._disposed){if(this._listeners instanceof Zt)this._listeners.id===d.id&&(this._listeners=void 0,this._size=0,(h=(y=this.options)==null?void 0:y.onDidRemoveLastListener)==null||h.call(y));else if(this._listeners){let b=this._listeners.indexOf(d);b>=0&&(this._listeners.splice(b,1),this._size--,this._size===0&&((f=(p=this.options)==null?void 0:p.onDidRemoveLastListener)==null||f.call(p)))}}}}),this._event}_deliver(e,t){var r;if(!e)return;let n=((r=this.options)==null?void 0:r.onListenerError)||Error.constructor;if(!n){e.value(t);return}try{e.value(t)}catch(i){n(i)}}fire(e){this._listeners&&(this._listeners instanceof Zt?this._deliver(this._listeners,e):this._listeners.forEach(t=>this._deliver(t,e)))}hasListeners(){return this._size>0}},Fe=class{constructor(){this.listeners=new Map,this.listerHandlerMap=new WeakMap,this.cachedEventQueue=new Map}on(e,t,r=!0){var n;let i=(n=this.listeners.get(e))!=null?n:new er,o=u=>t(...u.args),a=i.event(o);this.listerHandlerMap.set(t,{handler:o,dispose:a}),this.listeners.set(e,i);let s=this.cachedEventQueue.get(e);if(s&&r)for(let u of s)t(...u.args)}flushCachedEvent(e){e?this.cachedEventQueue.delete(e):this.cachedEventQueue.clear()}off(e,t){let r=this.listerHandlerMap.get(t);r&&(r.dispose(),this.listerHandlerMap.delete(t))}emit(e,...t){let r=this.listeners.get(e),n=this.cachedEventQueue.get(e);n||(n=new kd,this.cachedEventQueue.set(e,n)),n.push({args:t}),r&&r.fire({event:e,args:t})}once(e,t){let r=(...n)=>{t(...n),this.off(e,r)};this.on(e,r,!1)}},yi={};ad(yi,{None:()=>xd,filter:()=>Ld,once:()=>Ya,toPromise:()=>Pd});xd=()=>(console.log("[Jolibox SDK] None Event"),()=>{console.log("[Jolibox SDK] None Event dispose")});pi=Symbol.for("Jolibox.hostEmitter"),Dd=()=>{let e=new Fe;return globalThis[pi]||(globalThis[pi]={on:e.on.bind(e),off:e.off.bind(e),emit:e.emit.bind(e),once:e.once.bind(e)}),globalThis[pi]},ft=Dd();Nr=class{constructor(){this._commands=new Map,this._onDidRegisterCommand=new er,this.onDidRegisterCommand=this._onDidRegisterCommand.event,console.log("[Jolibox SDK] command registry")}registerCommand(e){if(!e)throw new Error("invalid command");if(e.metadata&&Array.isArray(e.metadata.args)){let r=[];for(let i of e.metadata.args)r.push(i.constraint);let n=e.handler;e.handler=function(...i){return Nd(i,r),n(...i)}}let{id:t}=e;this._commands.get(t)&&console.info(`[Jolibox SDK] duplicated command is registered ${t}`),this._commands.set(t,e),this._onDidRegisterCommand.fire(t)}getCommand(e){return this._commands.get(e)}getCommands(){let e=new Map;for(let t of this._commands.keys()){let r=this.getCommand(t);r&&e.set(t,r)}return e}};Nr=Ma([Fa],Nr);wi=class{constructor(){this._onWillExecuteCommand=new er,this.onWillExecuteCommand=this._onWillExecuteCommand.event,this._onDidExecuteCommand=new er,this.onDidExecuteCommand=this._onDidExecuteCommand.event,this.registry=new Nr,this._starActivation=null}_activateStar(){return this._starActivation||(this._starActivation=ld(3e4)),this._starActivation}executeCommand(e,...t){return sd(this,null,function*(){return this.registry.getCommand(e)?this._tryExecuteCommand(e,t):(yield Promise.all([Promise.race([this._activateStar(),yi.toPromise(yi.filter(this.registry.onDidRegisterCommand,r=>r===e))])]),this._tryExecuteCommand(e,t))})}executeCommandThowErr(e,...t){if(!this.registry.getCommand(e))throw new Error(`command '${e}' not found`);let r=this.registry.getCommand(e);this._onWillExecuteCommand.fire({commandId:e,args:t});let n=this.invokeFunction(r.handler,...t);return this._onDidExecuteCommand.fire({commandId:e,args:t}),n}_tryExecuteCommand(e,t){let r=this.registry.getCommand(e);if(!r)return Promise.reject(new Error(`command '${e}' not found`));try{this._onWillExecuteCommand.fire({commandId:e,args:t});let n=this.invokeFunction(r.handler,...t);return this._onDidExecuteCommand.fire({commandId:e,args:t}),Promise.resolve(n)}catch(n){return Promise.reject(n)}}invokeFunction(e,...t){let r=!1;try{return e(...t)}finally{r=!0}}};wi=Ma([Fa],wi);Xa=Symbol.for("Jolibox.commands")});function ke(e,t={}){xi.emit("ERROR_REPORT",{error:e,options:t})}var xi,ht,$e=Z(()=>{"use strict";j();j();xi=new Fe,ht=new Fe;ke.debounce=tr(ke,50,{leading:!0})});var Pi,Jd,Za,es,ts=Z(()=>{"use strict";j();$e();Pi=e=>{let t=e.replace(/-/g,"+").replace(/_/g,"/"),r=t.length%4===0?"":"=".repeat(4-t.length%4),n=atob(t+r);try{return JSON.parse(n)}catch(i){return{}}},Jd=e=>{let t=JSON.stringify(e);return btoa(t).replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,"")},Za=e=>{var t;try{let i=(t=new URL(e).searchParams.get("joliSource"))==null?void 0:t.split(".");if(i!=null&&i.length){let[o,a,s]=i;return{headerJson:Pi(o),payloadJson:Pi(a),signature:Pi(s)}}else throw"joli_source is missing"}catch(r){return ke(new $a(`${e} not a valid schema: ${r}`)),{headerJson:{},payloadJson:{},signature:{}}}},es=(e,t)=>{let r=t.split(".");if(r&&r.length===3){let n=r[0],i=Jd(e),o=r[2];return`${n}.${i}.${o}`}return t}});var Fd,Br,rs,Li=Z(()=>{"use strict";j();Fd="1.2.1",Br=()=>Fd,rs=()=>{let e=Br();return`${Ka(e)}`}});function Ni(e,t){return(document==null?void 0:document.head.querySelector(`meta[name="${e}"][content="${t}"]`))!==null}var Gd,ns,Di,is,ne,jd,L,me=Z(()=>{"use strict";j();ts();Li();j();Gd={deviceInfo:{brand:"UnknownBrand",model:"UnknownModel",did:Oi(),adId:ki(),pixelRatio:window.devicePixelRatio||1,platform:Ee.isAndroid?"android":Ee.isiOS?"ios":"h5",system:"UnknownSystemVersion",lang:"zh"},sdkInfo:{nativeSDKVersion:"",jssdkVersion:Br()},schema:window.location.href,platform:Ee.isAndroid?"android":Ee.isiOS?"ios":"h5"},Di=(ns=globalThis.joliboxJSCore)==null?void 0:ns.env,ne=Object.assign({},(is=Di==null?void 0:Di())!=null?is:Gd);jd=()=>{var f,b,I,C,w,k,D,G,H,S,N;let{payloadJson:e,headerJson:t,signature:r}=ne.schema.length?Za(ne.schema):{},n=`${ne.deviceInfo.did}-${new Date().getTime()}`,o=new URL(ne.schema.length?ne.schema:window.location.href).searchParams,a=(I=(b=(f=o.get("mpId"))!=null?f:o.get("appId"))!=null?b:o.get("gameId"))!=null?I:"",s=(k=(w=(C=ne.clientSessionId)!=null?C:e==null?void 0:e.sessionId)!=null?w:o.get("sessionId"))!=null?k:n,u=!!((G=(D=e==null?void 0:e.testAdsMode)!=null?D:e==null?void 0:e.__testAdsMode)!=null?G:o.get("testAdsMode")==="true"),d=(N=(S=(H=e==null?void 0:e.joliboxEnv)!=null?H:e==null?void 0:e.__joliboxEnv)!=null?S:o.get("joliboxEnv"))!=null?N:"production",y=d==="staging",h=t==null?void 0:t.channel,p=e==null?void 0:e.__shouldInterupt;return{get startTime(){var T;return(T=performance.timeOrigin)!=null?T:performance.timing.navigationStart},get testMode(){return y},get testAdsMode(){return u},get joliboxEnv(){return d},get joliSource(){var T;return(T=o.get("joliSource"))!=null?T:null},get mpId(){var T;return(T=a!=null?a:e==null?void 0:e.id)!=null?T:""},get mpVersion(){var T;return(T=t==null?void 0:t.ver)!=null?T:Br()},get mpType(){var T,M;return(M=(T=t==null?void 0:t.__mpType)!=null?T:e==null?void 0:e.__mpType)!=null?M:"game"},get platform(){var T;return((T=ne.platform)!=null?T:ne.deviceInfo.platform).toLowerCase()},get deviceInfo(){return ne.deviceInfo},get sdkInfo(){return ne.sdkInfo},get hostInfo(){return ne.hostInfo},get hostUserInfo(){return ne.hostUserInfo},get sessionId(){var T,M;return(M=(T=ne.clientSessionId)!=null?T:s)!=null?M:n},get channel(){return h},get webviewId(){var T;return(T=ne.webviewId)!=null?T:-1},get shouldInterupt(){return p},get from(){return e==null?void 0:e.__from},get baseApiHost(){return Ti(y)},get adId(){var T;return(T=ne.deviceInfo.adId)!=null?T:ne.deviceInfo.did},get language(){return ne.deviceInfo.lang},get sdkEnvironment(){return Ni("dlightek","jolibox")?"dlightek":o.get("huaweiQuick")==="true"?"huaweiQuick":Ni("gamedistribution","jolibox")?"gamedistribution":Ni("funmax","jolibox")?"funmax":"jolibox"},get viewport(){var K,ee,he;let T=(K=ne.deviceInfo.pixelRatio)!=null?K:1,M=(ee=ne.deviceInfo.statusBarHeight)!=null?ee:e==null?void 0:e.__androidStatusBarHeight,W=(he=ne.deviceInfo.navigationBarHeight)!=null?he:e==null?void 0:e.__androidNavigationBarHeight;return{statusBarHeight:M!==void 0?M/T:20,navigationBarHeight:W!==void 0?W/T:10}},get abTests(){var T,M;return(M=(T=ne.abValues)==null?void 0:T.split(","))!=null?M:[]},onEnvConfigChanged:T=>{Ga(ne,T,ja)},encodeJoliSourceQuery:T=>{var M,W;return t&&r?es(Q(Q({},e),T),(M=o.get("joliSource"))!=null?M:""):(W=o.get("joliSource"))!=null?W:""},setDoExitDirectly:()=>{p=!1}}},L=jd()});var Ui,as,Hd,Vd,os,$d,ss=Z(()=>{"use strict";j();$e();me();j();Ui=!1,as=(e,t)=>e==null?!1:t in e,Hd=e=>as(e,"kind"),Vd=e=>{let t=e.toLowerCase().split("_");return t[0]+t.slice(1).map(r=>r.charAt(0).toUpperCase()+r.slice(1)).join("")},os=(e,t={},r)=>{var o,a,s;let n={user_id:(a=(o=L.hostUserInfo)==null?void 0:o.uid)!=null?a:"",device_id:(s=L.deviceInfo.did)!=null?s:"",timestamp:Date.now(),tag:Vd(e.name)},i=Oe(Q({},n),{env:t.environment,isFromUser:r});r?ht.emit("GLOBAL_USER_ERROR",e,i):ht.emit("GLOBAL_ERROR",e,i)},$d=e=>as(e,"kind")&&e.kind==="USER_ERROR";xi.on("ERROR_REPORT",({error:e,options:t})=>{if(Ui)return;Ui=!0;let r=Hd(e)&&e.raw?e.raw:e;try{let n=$d(e);os(e,t,n)}catch(n){let i=n instanceof Error?n.message:String(n),o=new Si(`${i}, origin error: ${r.message}`);Ne.error(o),os(new Si(o.message),{environment:t.environment},!1)}finally{Ui=!1}})});var Mi,Bi=Z(()=>{"use strict";$e();j();$e();Mi=e=>new Va(e)});function ls(e,t){let r=(n,i,o)=>{let d=i!=null?i:{},{eventType:a}=d,s=ka(d,["eventType"]),u=Oe(Q({tag:n,eventType:o!=null?o:a!=null?a:dt.Other},t),{extra:Q({},s)});n=="globalJsError"?ke(new Ur(JSON.stringify(u))):e("systemLog",u,L.webviewId)};return r.debounce=tr(r,500,{leading:!0}),r}function us(e){let t=(r,n,i)=>{var s;let o=(s=i&&JSON.stringify(i))!=null?s:0,a={speed_value_type:r,total_duration:n};o&&Object.assign(a,{extra:o}),e("joliboxSpeedAnalysis",a)};return t.debounce=tr(t,500,{leading:!0}),t}var cs=Z(()=>{"use strict";j();j();$e();me()});function ds(e,t){let r=ls(e,t),n=us(r);return{track:r,trackPerformance:n}}var fs=Z(()=>{"use strict";cs()});var Ji=Z(()=>{"use strict"});var Jr,hs=Z(()=>{"use strict";me();j();j();Jr=class{constructor(){this.deviceInfo=null;this.samplesConfig=null;this.fetchSamplesConfig()}fetchSamplesConfig(){return P(this,null,function*(){let r=`${Ct(L.testMode)}/api/fe-configs/js-sdk/samples-config`,n=yield(yield fetch(r)).json();this.samplesConfig=n})}checkIsSampled(t){if(!this.samplesConfig)return!1;let{samples:r}=this.samplesConfig;for(let[n,i]of Object.entries(r))if(i.includes(t.name))return Math.floor(Math.random()*101)<parseFloat(n);return!1}getDevice(){var n,i,o,a,s;let{nativeSDKVersion:t,jssdkVersion:r}=L.sdkInfo;return{platform:1e3,os:L.deviceInfo.platform,appVersion:(n=t!=null?t:r)!=null?n:"1.0.0",appId:(o=(i=L.hostInfo)==null?void 0:i.aid)!=null?o:"1",model:(a=L.deviceInfo.model)!=null?a:"UnknownModel",brand:(s=L.deviceInfo.brand)!=null?s:"UnknownBrand",uuid:L.deviceInfo.did,jsSdkVersion:r,extra:{}}}getLocation(){let t=new URLSearchParams(window.location.search),r={};return t.forEach((n,i)=>{r[i]=n}),{name:"GamePage",params:r}}trackEvent(t,r,n){return P(this,null,function*(){if(this.checkIsSampled(t))return;let i=t.location?t.location:yield this.getLocation(),o=t.target||null,a=t.extra||null;this.deviceInfo||(this.deviceInfo=yield this.getDevice());let s=this.deviceInfo,d={protocolVersion:"1.0.0",events:[Oe(Q({},t),{location:i,target:o,extra:a,timestamp:Date.now(),userId:null})],device:s,project:r};try{n?yield this.doReport(Ri(d),n):yield this.doReport(Ri(d))}catch(y){Ne.log("[Jolibox SDK] report API error",y)}})}}});var Fi=Z(()=>{"use strict";fs();Ji();hs()});var Gi,ms,qe,Fr,Be,Rt=Z(()=>{"use strict";Li();me();j();Gi=e=>{let t=new AbortController;return setTimeout(()=>t.abort(),e),t.signal};(ms=AbortSignal.timeout)!=null||(AbortSignal.timeout=Gi);qe=class e{constructor(){this.httpClients=new WeakSet;this.networkRequests=[];this.maxRequestsToTrack=20;this.getNetworkStatus=()=>this.networkRequests.length===0?!0:this.networkRequests.filter(n=>n).length/this.networkRequests.length>=.6}static getInstance(){return e._instance||(e._instance=new e),e._instance}create(t){let r=new Fr(t);return e.getInstance().httpClients.add(r),r}recordNetworkRequest(t){this.networkRequests.push(t),this.networkRequests.length>this.maxRequestsToTrack&&this.networkRequests.shift()}},Fr=class{constructor(t){this.xua=rs();this.getJoliSource=()=>L.joliSource;var n;let r=Ct(L.testMode);this.baseUrl=(n=t==null?void 0:t.baseUrl)!=null?n:r}get(t,r){return P(this,null,function*(){try{let{query:n,timeout:i}=r!=null?r:{},{headers:o}=r!=null?r:{},a=n?new URLSearchParams(n):null,s=a==null?void 0:a.toString(),u=`${this.baseUrl}${t}${s?`?${s}`:""}`,d=this.xua,y=this.getJoliSource();o=Object.assign({},o!=null?o:{},d?{"x-user-agent":d}:{},y?{"x-joli-source":y}:{});let h=yield fetch(u,{method:"GET",headers:o,credentials:"include",signal:Gi(i!=null?i:3e4)});return qe.getInstance().recordNetworkRequest(!0),yield h.json()}catch(n){throw qe.getInstance().recordNetworkRequest(!1),n}})}post(t,r){return P(this,null,function*(){try{let{data:n,query:i,timeout:o}=r!=null?r:{},{headers:a}=r!=null?r:{},s=i?new URLSearchParams(i):null,u=s==null?void 0:s.toString(),d=`${this.baseUrl}${t}${u?`?${u}`:""}`,y=this.xua,h=this.getJoliSource();a=Object.assign({},a!=null?a:{},{"Content-Type":"application/json"},y?{"x-user-agent":y}:{},h?{"x-joli-source":h}:{},{"x-os-type":Ee.isAndroid?"ANDROID":Ee.isiOS?"IOS":"PC"},{"x-runtime-type":"WEB"});let p=yield fetch(d,{method:"POST",headers:a,body:JSON.stringify(n),signal:Gi(o!=null?o:3e4),credentials:"include"});qe.getInstance().recordNetworkRequest(!0);let f=p.headers.get("content-type");if(f!=null&&f.includes("application/octet-stream"))try{return p.blob()}catch(b){return yield p.arrayBuffer()}if(f!=null&&f.includes("multipart/form-data")||f!=null&&f.includes("application/x-www-form-urlencoded"))try{return p.formData()}catch(b){return yield p.text()}if(f!=null&&f.includes("application/json"))try{return yield p.json()}catch(b){return yield p.text()}return p}catch(n){throw qe.getInstance().recordNetworkRequest(!1),n}})}put(t,r){return P(this,null,function*(){try{let{data:n,query:i,timeout:o}=r!=null?r:{},{headers:a}=r!=null?r:{},s=i?new URLSearchParams(i):null,u=s==null?void 0:s.toString(),d=`${this.baseUrl}${t}${u?`?${u}`:""}`,y=this.xua,h=this.getJoliSource();a=Object.assign({},a!=null?a:{},{"Content-Type":"application/json"},y?{"x-user-agent":y}:{},h?{"x-joli-source":h}:{});let p=yield fetch(d,{method:"PUT",headers:a,credentials:"include",body:JSON.stringify(n!=null?n:{})});if(!p.ok)throw qe.getInstance().recordNetworkRequest(!1),new Error(`HTTP error! status: ${p.status}`);return qe.getInstance().recordNetworkRequest(!0),yield p.json()}catch(n){throw console.error("Error:",n),n}})}};window.JoliboxHttpClient=Fr;Be=qe.getInstance()});var ji,Gr,Hi=Z(()=>{"use strict";me();Fi();Rt();j();ji=class extends Jr{constructor(){super(...arguments);this.httpClient=Be.create({baseUrl:this.apiBaseURL})}get apiBaseURL(){var r;return Qa((r=L.testMode)!=null?r:!1)}doReport(r){this.httpClient.post("/report",{data:r,timeout:5e3}).catch(n=>{console.info("report error",n)})}},Gr=new ji});var qd,ps=Z(()=>{"use strict";ss();j();Bi();j();Hi();me();qd=(e,t)=>{var i,o,a;let r={message:t.message,stack:(i=t.stack)!=null?i:"",errorType:t.name,source:0},n={name:e,type:dt.ErrorTrace,location:null,target:null,extra:r,timestamp:Date.now(),userId:(a=(o=L.hostUserInfo)==null?void 0:o.uid)!=null?a:null};Gr.trackEvent(n,St.WebSDK)};ht.on("GLOBAL_ERROR",(e,t)=>{qd(t.tag,e)});ht.on("GLOBAL_USER_ERROR",(e,t)=>{Ne.log("UserError",e,t)})});var jr,vs=Z(()=>{"use strict";jr=class{constructor(t,r){this.eventEmitter=t;this.lastReportTime=0;this.visible=!0;this.timer=this.createRAFTimer(t=>{this.reporter({event:"PLAY_GAME",params:{duration:t}}),this.tracker("PlayGame",{duration:t})});this.interval=r!=null?r:5*1e3,t.on("visible",n=>{this.visible=n})}start(t){this.reporter({event:"OPEN_GAME",params:{timestamp:Date.now(),duration:t!=null?t:0}}),this.tracker("OpenGame",{duration:t!=null?t:0}),this.timer.start()}close(t){this.reporter({event:"CLOSE_GAME",params:{timestamp:Date.now(),duration:t}}),this.tracker("CloseGame",{duration:t}),this.timer.stop()}createRAFTimer(t){let r=Date.now(),n,i,o=!1,a=0,s=()=>{if(!o)return;let f=Date.now(),b=f-r;b>=this.interval&&(this.visible&&(a+=Math.min(b,this.interval+1e3),t(a)),r=f),n=requestAnimationFrame(s)},u=()=>{y(),r=Date.now(),i=window.setInterval(()=>{if(!o)return;let f=Date.now();f-r>=this.interval&&(r=f)},this.interval)},d=()=>{h(),r=Date.now(),n=requestAnimationFrame(s)},y=()=>{n&&(cancelAnimationFrame(n),n=0)},h=()=>{i&&(clearInterval(i),i=0)};this.eventEmitter.on("visible",f=>{o&&(console.log("visible",f),f?d():u())});let p=this.visible;return{start(){o||(o=!0,p?d():u())},stop(){o=!1,y(),h()}}}}});var Hr,_s=Z(()=>{"use strict";me();vs();Rt();Hr=class extends jr{constructor(r,n,i){super(n,i);this.httpClient=Be.create();this.gameId=L.mpId,this.sessionId=L.sessionId,this.track=r}reporter(r){return P(this,null,function*(){let{event:n,params:i,extraParams:o}=r,a={eventType:n,gameInfo:Q({gameId:this.gameId,sessionId:this.sessionId},i)};o&&Object.assign(a,o),yield this.httpClient.post("/api/base/app-event",{data:a})})}tracker(r,n=null){this.track(r,n)}}});var gs,Wd,Te,Kd,Vi,We,ot=Z(()=>{"use strict";ps();j();j();Fi();Hi();_s();me();Ji();gs=_e(),Wd={type:St.WebSDK,platform:"h5",jssdk_version:L.sdkInfo.jssdkVersion,mp_id:L.mpId,mp_version:L.mpVersion},{track:Te,trackPerformance:Kd}=ds((...e)=>{var a,s,u,d;let[,t]=e,r=t,n=Ba(r.extra)?r.extra:Ei(r.extra)?JSON.parse(r.extra):{},i=Oe(Q({},n),{mp_id:(a=r.mp_id)!=null?a:"",mp_version:(s=r.mp_version)!=null?s:""}),o={name:t.tag,type:dt.System,location:null,target:null,extra:i,timestamp:Date.now(),userId:(d=(u=L.hostUserInfo)==null?void 0:u.uid)!=null?d:null};Gr.trackEvent(o,St.WebSDK)},Wd);gs.registerCommand("ReportSDK.traceSystemTimeline",({event:e,duration:t,extra:r})=>{Kd(e,t,r)});gs.registerCommand("ReportSDK.traceSystem",({event:e,info:t})=>{Te(e,t)});Vi=new Fe,We=new Hr(Te,Vi)});function ys(e){let t=Ci.config[e];return t||(t={},Ci.config[e]=t),(r,n)=>{if(t[r]){Ne.warn(`[can i use] ${r} already registered`);return}t[r]=Q({},n)}}var ws=Z(()=>{"use strict";j()});function $i(e){bs=e}function Vr(e){return e===null||typeof e!="object"?e:Array.isArray(e)?e.map(t=>Vr(t)):Object.keys(e).reduce((t,r)=>(t[r]=Vr(e[r]),t),{})}function Ke(e){return typeof e=="number"}function qi(e){let t=Wi(e);switch(t){case"string":return`"${e}"`;case"number":case"boolean":case"null":case"undefined":return String(e);default:return`a(n) ${t}`}}function Wi(e){return typeof e=="function"?"function":Object.prototype.toString.call(e).slice(8).slice(0,-1).toLowerCase()}var bs,ce,$r,qr,Wr,Kr,Ot,zr,Qr,Yr,Xr,Zr,en,tn,rn,nn,on,an,sn,Ki=Z(()=>{"use strict";bs=!1;ce=class{constructor(){this.errors=[];this.hasFallback=!1;this.hasDefault=!1;this._optional=!1}fail(t){if(bs)if(typeof t=="string")this.errors.push(t);else{let r=`${this.path} should be ${t.expect}`;this._optional&&t.expect!=="undefined"?r+=" or undefined, ":r+=", ",r+=`but got ${qi(t.actual)}`,this.errors.push(r)}return!1}fallback(t){return this.hasFallback=!0,this._fallback=t,this}get fallbackValue(){return Vr(this._fallback)}default(t){return this.hasDefault=!0,this._default=t,this}get defaultValue(){return typeof this._default=="function"?this._default:Vr(this._default)}optional(){return this._optional=!0,this}};$r=class extends ce{validate(t){return this._optional&&t===void 0?!0:Ke(t)?Ke(this._min)&&t<this._min?this.fail(`the value of ${this.path} should be greater than or equal to ${this._min}`):Ke(this._max)&&t>this._max?this.fail(`the value of ${this.path} should be less than or equal to ${this._max}`):Ke(this._greater)&&t<=this._greater?this.fail(`the value of ${this.path} should be greater than ${this._greater}`):this._isInt&&t!==Math.floor(t)?this.fail(`the value of ${this.path} should be integer but got ${t}`):!0:this.fail({expect:"number",actual:t})}min(t){return this._min=t,this}max(t){return this._max=t,this}isInt(t){return this._isInt=t,this}greater(t){return this._greater=t,this}},qr=class extends ce{validate(t){return this._optional&&t===void 0?!0:typeof t!="boolean"?this.fail({expect:"boolean",actual:t}):!0}},Wr=class extends ce{validate(t){if(this._optional&&t===void 0)return!0;if(typeof t!="string")return this.fail({expect:"string",actual:t});if(Ke(this._maxLength)&&t.length>this._maxLength)return this.fail(`the length of ${this.path} should be less than or equal to ${this._maxLength}`);if(Ke(this._minLength)&&t.length<this._minLength)return this.fail(`the length of ${this.path} should be greater than or equal to ${this._minLength}`);if(typeof this._pattern=="string"){if(!new RegExp(this._pattern).test(t))return this.fail(`${this.path} should match pattern "${this._pattern}"`)}else if(this._pattern&&!this._pattern.test(t))return this.fail(`${this.path} should match pattern "${this._pattern.toString()}"`);return!0}minLength(t){return this._minLength=t,this}maxLength(t){return this._maxLength=t,this}pattern(t){return this._pattern=t,this}},Kr=class extends ce{validate(t){return this._optional&&t===void 0?!0:typeof t!="symbol"?this.fail({expect:"symbol",actual:t}):!0}},Ot=class extends ce{validate(t){return!0}},zr=class extends ce{validate(t){return t!==void 0?this.fail({expect:"undefined",actual:t}):!0}},Qr=class extends ce{validate(t){return this._optional&&t===void 0?!0:t!==null?this.fail({expect:"null",actual:t}):!0}},Yr=class extends ce{validate(t){return this._optional&&t===void 0?!0:typeof t!="function"?this.fail({expect:"function",actual:t}):!0}},Xr=class extends ce{constructor(...t){super(),this._items=t}validate(t){if(this._optional&&t===void 0)return!0;if(!this._items.includes(t)){let r=this._items.map(n=>JSON.stringify(n)).join(", ");return this.fail(`expect ${this.path} to be one of ${r}, but got ${qi(t)}`)}return!0}},Zr=class extends ce{constructor(r){super();this._item=r}validate(r){if(this._optional&&r===void 0)return!0;if(!Array.isArray(r))return this.fail({expect:"array",actual:r});if(Ke(this._minItems)&&r.length<this._minItems)return this.fail(`the length of ${this.path} should be greater than or equal to ${this._minItems}`);if(Ke(this._maxItems)&&r.length>this._maxItems)return this.fail(`the length of ${this.path} should be less than or equal to ${this._maxItems}`);if(Ke(this._length)&&r.length!==this._length)return this.fail(`the length of ${this.path} should be equal to ${this._length}`);let n=this._item;if(!n)return!0;let i=!0;if(r.forEach((o,a)=>{if(n.path=`${this.path}[${a}]`,n.errors=this.errors,o===void 0&&n.hasDefault){r[a]=n.defaultValue;return}n.validate(o)||(n.hasFallback?r[a]=n.fallbackValue:i=!1)}),this._uniqueItems){let o=new Map;for(let a in r)o.has(r[a])?i=this.fail(`${this.path} should NOT have duplicate items (${this.path}[${o.get(r[a])}] and ${this.path}[${a}] are identical)`):o.set(r[a],a)}return i}minItems(r){return this._minItems=r,this}maxItems(r){return this._maxItems=r,this}uniqueItems(){return this._uniqueItems=!0,this}length(r){return this._length=r,this}},en=class extends ce{constructor(r){super();this._value=r}validate(r){if(this._optional&&r===void 0)return!0;if(Wi(r)!=="object")return this.fail({expect:"object",actual:r});let i=r,o=this._value;o.errors=this.errors;let a=!0;for(let s in i){let u=i[s];if(/^[_$a-zA-Z\xA0-\uFFFF][_$a-zA-Z0-9\xA0-\uFFFF]*$/.test(s)?o.path=`${this.path}.${s}`:o.path=`${this.path}["${s}"]`,!(u===void 0&&o._optional)){if(u===void 0&&o.hasDefault){i[s]=o.defaultValue;continue}o.validate(u)||(o.hasFallback?i[s]=o.fallbackValue:a=!1)}}return a}},tn=class extends ce{constructor(r={}){super();this._object=r}validate(r){if(this._optional&&r===void 0)return!0;if(Wi(r)!=="object")return this.fail({expect:"object",actual:r});let n=r,i=!0;for(let o in this._object){let a=n[o],s=this._object[o];if(s.errors=this.errors,/^[_$a-zA-Z\xA0-\uFFFF][_$a-zA-Z0-9\xA0-\uFFFF]*$/.test(o)?s.path=`${this.path}.${o}`:s.path=`${this.path}["${o}"]`,!(s._optional&&a===void 0)){if(a===void 0&&s.hasDefault){n[o]=s.defaultValue;continue}s.validate(a)||(s.hasFallback?n[o]=s.fallbackValue:i=!1)}}return i}},rn=class extends ce{constructor(r){super();this.value=r}validate(r){return r===void 0&&this._optional?!0:r!==this.value?this.fail({expect:qi(this.value),actual:r}):!0}},nn=class extends ce{constructor(...t){super(),this._items=t}validate(t){if(t===void 0&&this._optional)return!0;let r=[],n=!1,i=this._items.length;for(let o=0;o<i;o++){let a=this._items[o];if(a.errors=[],a.path=this.path,!a.validate(t))r.push(a.errors.join("; "));else if(!n){n=!0;break}}if(!n){let o=r.join(`
2
+ or `);this.errors.push(o)}return n}},on=class extends ce{constructor(...t){super(),this._items=t;let r=0,n=t.length-1;for(;n>=0;n--){let i=t[n];if(i._optional||i.hasDefault)r+=1;else break}this._minItems=t.length-r}validate(t){if(t===void 0&&this._optional)return!0;if(!Array.isArray(t))return this.fail({expect:"array",actual:t});if(t.length<this._minItems)return this.fail(`the length of ${this.path} should be greater than or equal to ${this._minItems}`);let r=!0;return this._items.forEach((n,i)=>{if(n.path=`${this.path}[${i}]`,n.errors=this.errors,t[i]===void 0&&n.hasDefault){t[i]=n.defaultValue;return}n.validate(t[i])||(n.hasFallback?t[i]=n._fallback:r=!1)}),r}},an=class extends ce{validate(t){return t===void 0&&this._optional||t instanceof ArrayBuffer?!0:this.fail({expect:"arraybuffer",actual:t})}},sn=class extends ce{constructor(t){super(),this._ctor=t}validate(t){return t===void 0&&this._optional||t instanceof this._ctor?!0:this.fail({expect:`typedarray of ${this._ctor.name}`,actual:t})}}});function zi(e,t,r="param"){if(e.errors=[],e.path=r,$i(!0),!e.validate(t)){let n=e.errors.join(`
3
+ `);throw e.errors.length=0,$i(!1),new TypeError(n)}}var J,Qi=Z(()=>{"use strict";Ki();Ki();J={object(e){return new tn(e)},array(e){return new Zr(e)},tuple(...e){return new on(...e)},literal(e){return new rn(e)},or(...e){return new nn(...e)},symbol(){return new Kr},record(e){return new en(e)},function(){return new Yr},boolean(){return new qr},string(){return new Wr},number(){return new $r},undefined(){return new zr},null(){return new Qr},unknown(){return new Ot},any(){return new Ot},as(){return new Ot},arraybuffer(){return new an},enum(...e){return new Xr(...e)},typedarray(e){return new sn(e)}}});var ln,Es,Is=Z(()=>{"use strict";j();$e();Qi();Bi();ln=1,Es=e=>{function t(n,i){return(...o)=>{var h,p,f,b;let a=Date.now(),s={method:n,trace_id:ln};ln+=1;let u="SUCCESS",d=`${n}:ok`,y=0;try{if(i.paramsSchema)try{zi(i.paramsSchema,o,"params")}catch(k){throw Mi(`${n}:fail ${k.message}`)}let I=i.implement(...o),C=I,w=`${n}:ok`;if(I&&"code"in I){let{code:k,data:D,message:G}=I;u=k,C=D,w=G}return{code:u,message:w,data:C}}catch(I){let C=I;y=(p=(h=C.code)!=null?h:C.errNo)!=null?p:2e3,u="FAILURE";let w=(b=(f=C.message)!=null?f:C.errMsg)!=null?b:`${I}`;return d=`${n}:${u} ${w.replace(/^\S+:(fail|cancel)\s?/,"")}`,ke(new Mr(d,y)),{code:u,message:d}}finally{let I=Date.now()-a}}}function r(n,i){return(...o)=>P(this,null,function*(){var p,f,b,I;let a=Ja(o)?o:[o],s=Date.now(),u={method:n,trace_id:ln};ln+=1;let d=`${n}:ok`,y="SUCCESS",h={code:y,message:d};try{if(i.paramsSchema)try{zi(i.paramsSchema,a,"params")}catch(k){throw Mi(k.message)}let w=yield i.implement(...a);if(w&&"code"in w){let{code:k,data:D,message:G}=w;y=k,d=G,w=D}return Object.assign(h,{code:y,message:d,data:w}),h}catch(C){let w=C,k=(f=(p=w.code)!=null?p:w.errNo)!=null?f:2e3;y="FAILURE";let D=(I=(b=w.message)!=null?b:w.errMsg)!=null?I:`${C}`,G=`${n}:${y} ${D.replace(/^\S+:(fail|cancel)\s?/,"")}`;return Object.assign(h,{code:y,message:G}),ke(new Mr(G,k)),h}finally{let C=Date.now()-s}})}return{createAPI:r,createSyncAPI:t}}});var ze,mt,ge,rr=Z(()=>{"use strict";ws();ot();Is();Qi();({createAPI:ze,createSyncAPI:mt}=Es(Te)),ge=ys("h5")});var Rs=hi((Cs,eo)=>{(function(e){if(typeof Cs=="object"&&typeof eo!="undefined")eo.exports=e();else if(typeof define=="function"&&define.amd)define([],e);else{var t;typeof window!="undefined"?t=window:typeof global!="undefined"?t=global:typeof self!="undefined"?t=self:t=this,t.localforage=e()}})(function(){var e,t,r;return function n(i,o,a){function s(y,h){if(!o[y]){if(!i[y]){var p=typeof Yt=="function"&&Yt;if(!h&&p)return p(y,!0);if(u)return u(y,!0);var f=new Error("Cannot find module '"+y+"'");throw f.code="MODULE_NOT_FOUND",f}var b=o[y]={exports:{}};i[y][0].call(b.exports,function(I){var C=i[y][1][I];return s(C||I)},b,b.exports,n,i,o,a)}return o[y].exports}for(var u=typeof Yt=="function"&&Yt,d=0;d<a.length;d++)s(a[d]);return s}({1:[function(n,i,o){(function(a){"use strict";var s=a.MutationObserver||a.WebKitMutationObserver,u;if(s){var d=0,y=new s(I),h=a.document.createTextNode("");y.observe(h,{characterData:!0}),u=function(){h.data=d=++d%2}}else if(!a.setImmediate&&typeof a.MessageChannel!="undefined"){var p=new a.MessageChannel;p.port1.onmessage=I,u=function(){p.port2.postMessage(0)}}else"document"in a&&"onreadystatechange"in a.document.createElement("script")?u=function(){var w=a.document.createElement("script");w.onreadystatechange=function(){I(),w.onreadystatechange=null,w.parentNode.removeChild(w),w=null},a.document.documentElement.appendChild(w)}:u=function(){setTimeout(I,0)};var f,b=[];function I(){f=!0;for(var w,k,D=b.length;D;){for(k=b,b=[],w=-1;++w<D;)k[w]();D=b.length}f=!1}i.exports=C;function C(w){b.push(w)===1&&!f&&u()}}).call(this,typeof global!="undefined"?global:typeof self!="undefined"?self:typeof window!="undefined"?window:{})},{}],2:[function(n,i,o){"use strict";var a=n(1);function s(){}var u={},d=["REJECTED"],y=["FULFILLED"],h=["PENDING"];i.exports=p;function p(S){if(typeof S!="function")throw new TypeError("resolver must be a function");this.state=h,this.queue=[],this.outcome=void 0,S!==s&&C(this,S)}p.prototype.catch=function(S){return this.then(null,S)},p.prototype.then=function(S,N){if(typeof S!="function"&&this.state===y||typeof N!="function"&&this.state===d)return this;var T=new this.constructor(s);if(this.state!==h){var M=this.state===y?S:N;b(T,M,this.outcome)}else this.queue.push(new f(T,S,N));return T};function f(S,N,T){this.promise=S,typeof N=="function"&&(this.onFulfilled=N,this.callFulfilled=this.otherCallFulfilled),typeof T=="function"&&(this.onRejected=T,this.callRejected=this.otherCallRejected)}f.prototype.callFulfilled=function(S){u.resolve(this.promise,S)},f.prototype.otherCallFulfilled=function(S){b(this.promise,this.onFulfilled,S)},f.prototype.callRejected=function(S){u.reject(this.promise,S)},f.prototype.otherCallRejected=function(S){b(this.promise,this.onRejected,S)};function b(S,N,T){a(function(){var M;try{M=N(T)}catch(W){return u.reject(S,W)}M===S?u.reject(S,new TypeError("Cannot resolve promise with itself")):u.resolve(S,M)})}u.resolve=function(S,N){var T=w(I,N);if(T.status==="error")return u.reject(S,T.value);var M=T.value;if(M)C(S,M);else{S.state=y,S.outcome=N;for(var W=-1,K=S.queue.length;++W<K;)S.queue[W].callFulfilled(N)}return S},u.reject=function(S,N){S.state=d,S.outcome=N;for(var T=-1,M=S.queue.length;++T<M;)S.queue[T].callRejected(N);return S};function I(S){var N=S&&S.then;if(S&&(typeof S=="object"||typeof S=="function")&&typeof N=="function")return function(){N.apply(S,arguments)}}function C(S,N){var T=!1;function M(he){T||(T=!0,u.reject(S,he))}function W(he){T||(T=!0,u.resolve(S,he))}function K(){N(W,M)}var ee=w(K);ee.status==="error"&&M(ee.value)}function w(S,N){var T={};try{T.value=S(N),T.status="success"}catch(M){T.status="error",T.value=M}return T}p.resolve=k;function k(S){return S instanceof this?S:u.resolve(new this(s),S)}p.reject=D;function D(S){var N=new this(s);return u.reject(N,S)}p.all=G;function G(S){var N=this;if(Object.prototype.toString.call(S)!=="[object Array]")return this.reject(new TypeError("must be an array"));var T=S.length,M=!1;if(!T)return this.resolve([]);for(var W=new Array(T),K=0,ee=-1,he=new this(s);++ee<T;)He(S[ee],ee);return he;function He(Kt,Tr){N.resolve(Kt).then(ti,function(Et){M||(M=!0,u.reject(he,Et))});function ti(Et){W[Tr]=Et,++K===T&&!M&&(M=!0,u.resolve(he,W))}}}p.race=H;function H(S){var N=this;if(Object.prototype.toString.call(S)!=="[object Array]")return this.reject(new TypeError("must be an array"));var T=S.length,M=!1;if(!T)return this.resolve([]);for(var W=-1,K=new this(s);++W<T;)ee(S[W]);return K;function ee(he){N.resolve(he).then(function(He){M||(M=!0,u.resolve(K,He))},function(He){M||(M=!0,u.reject(K,He))})}}},{1:1}],3:[function(n,i,o){(function(a){"use strict";typeof a.Promise!="function"&&(a.Promise=n(2))}).call(this,typeof global!="undefined"?global:typeof self!="undefined"?self:typeof window!="undefined"?window:{})},{2:2}],4:[function(n,i,o){"use strict";var a=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(l){return typeof l}:function(l){return l&&typeof Symbol=="function"&&l.constructor===Symbol&&l!==Symbol.prototype?"symbol":typeof l};function s(l,m){if(!(l instanceof m))throw new TypeError("Cannot call a class as a function")}function u(){try{if(typeof indexedDB!="undefined")return indexedDB;if(typeof webkitIndexedDB!="undefined")return webkitIndexedDB;if(typeof mozIndexedDB!="undefined")return mozIndexedDB;if(typeof OIndexedDB!="undefined")return OIndexedDB;if(typeof msIndexedDB!="undefined")return msIndexedDB}catch(l){return}}var d=u();function y(){try{if(!d||!d.open)return!1;var l=typeof openDatabase!="undefined"&&/(Safari|iPhone|iPad|iPod)/.test(navigator.userAgent)&&!/Chrome/.test(navigator.userAgent)&&!/BlackBerry/.test(navigator.platform),m=typeof fetch=="function"&&fetch.toString().indexOf("[native code")!==-1;return(!l||m)&&typeof indexedDB!="undefined"&&typeof IDBKeyRange!="undefined"}catch(c){return!1}}function h(l,m){l=l||[],m=m||{};try{return new Blob(l,m)}catch(v){if(v.name!=="TypeError")throw v;for(var c=typeof BlobBuilder!="undefined"?BlobBuilder:typeof MSBlobBuilder!="undefined"?MSBlobBuilder:typeof MozBlobBuilder!="undefined"?MozBlobBuilder:WebKitBlobBuilder,_=new c,g=0;g<l.length;g+=1)_.append(l[g]);return _.getBlob(m.type)}}typeof Promise=="undefined"&&n(3);var p=Promise;function f(l,m){m&&l.then(function(c){m(null,c)},function(c){m(c)})}function b(l,m,c){typeof m=="function"&&l.then(m),typeof c=="function"&&l.catch(c)}function I(l){return typeof l!="string"&&(console.warn(l+" used as a key, but it is not a string."),l=String(l)),l}function C(){if(arguments.length&&typeof arguments[arguments.length-1]=="function")return arguments[arguments.length-1]}var w="local-forage-detect-blob-support",k=void 0,D={},G=Object.prototype.toString,H="readonly",S="readwrite";function N(l){for(var m=l.length,c=new ArrayBuffer(m),_=new Uint8Array(c),g=0;g<m;g++)_[g]=l.charCodeAt(g);return c}function T(l){return new p(function(m){var c=l.transaction(w,S),_=h([""]);c.objectStore(w).put(_,"key"),c.onabort=function(g){g.preventDefault(),g.stopPropagation(),m(!1)},c.oncomplete=function(){var g=navigator.userAgent.match(/Chrome\/(\d+)/),v=navigator.userAgent.match(/Edge\//);m(v||!g||parseInt(g[1],10)>=43)}}).catch(function(){return!1})}function M(l){return typeof k=="boolean"?p.resolve(k):T(l).then(function(m){return k=m,k})}function W(l){var m=D[l.name],c={};c.promise=new p(function(_,g){c.resolve=_,c.reject=g}),m.deferredOperations.push(c),m.dbReady?m.dbReady=m.dbReady.then(function(){return c.promise}):m.dbReady=c.promise}function K(l){var m=D[l.name],c=m.deferredOperations.pop();if(c)return c.resolve(),c.promise}function ee(l,m){var c=D[l.name],_=c.deferredOperations.pop();if(_)return _.reject(m),_.promise}function he(l,m){return new p(function(c,_){if(D[l.name]=D[l.name]||aa(),l.db)if(m)W(l),l.db.close();else return c(l.db);var g=[l.name];m&&g.push(l.version);var v=d.open.apply(d,g);m&&(v.onupgradeneeded=function(E){var A=v.result;try{A.createObjectStore(l.storeName),E.oldVersion<=1&&A.createObjectStore(w)}catch(R){if(R.name==="ConstraintError")console.warn('The database "'+l.name+'" has been upgraded from version '+E.oldVersion+" to version "+E.newVersion+', but the storage "'+l.storeName+'" already exists.');else throw R}}),v.onerror=function(E){E.preventDefault(),_(v.error)},v.onsuccess=function(){var E=v.result;E.onversionchange=function(A){A.target.close()},c(E),K(l)}})}function He(l){return he(l,!1)}function Kt(l){return he(l,!0)}function Tr(l,m){if(!l.db)return!0;var c=!l.db.objectStoreNames.contains(l.storeName),_=l.version<l.db.version,g=l.version>l.db.version;if(_&&(l.version!==m&&console.warn('The database "'+l.name+`" can't be downgraded from version `+l.db.version+" to version "+l.version+"."),l.version=l.db.version),g||c){if(c){var v=l.db.version+1;v>l.version&&(l.version=v)}return!0}return!1}function ti(l){return new p(function(m,c){var _=new FileReader;_.onerror=c,_.onloadend=function(g){var v=btoa(g.target.result||"");m({__local_forage_encoded_blob:!0,data:v,type:l.type})},_.readAsBinaryString(l)})}function Et(l){var m=N(atob(l.data));return h([m],{type:l.type})}function oa(l){return l&&l.__local_forage_encoded_blob}function Ku(l){var m=this,c=m._initReady().then(function(){var _=D[m._dbInfo.name];if(_&&_.dbReady)return _.dbReady});return b(c,l,l),c}function zu(l){W(l);for(var m=D[l.name],c=m.forages,_=0;_<c.length;_++){var g=c[_];g._dbInfo.db&&(g._dbInfo.db.close(),g._dbInfo.db=null)}return l.db=null,He(l).then(function(v){return l.db=v,Tr(l)?Kt(l):v}).then(function(v){l.db=m.db=v;for(var E=0;E<c.length;E++)c[E]._dbInfo.db=v}).catch(function(v){throw ee(l,v),v})}function Ve(l,m,c,_){_===void 0&&(_=1);try{var g=l.db.transaction(l.storeName,m);c(null,g)}catch(v){if(_>0&&(!l.db||v.name==="InvalidStateError"||v.name==="NotFoundError"))return p.resolve().then(function(){if(!l.db||v.name==="NotFoundError"&&!l.db.objectStoreNames.contains(l.storeName)&&l.version<=l.db.version)return l.db&&(l.version=l.db.version+1),Kt(l)}).then(function(){return zu(l).then(function(){Ve(l,m,c,_-1)})}).catch(c);c(v)}}function aa(){return{forages:[],db:null,dbReady:null,deferredOperations:[]}}function Qu(l){var m=this,c={db:null};if(l)for(var _ in l)c[_]=l[_];var g=D[c.name];g||(g=aa(),D[c.name]=g),g.forages.push(m),m._initReady||(m._initReady=m.ready,m.ready=Ku);var v=[];function E(){return p.resolve()}for(var A=0;A<g.forages.length;A++){var R=g.forages[A];R!==m&&v.push(R._initReady().catch(E))}var O=g.forages.slice(0);return p.all(v).then(function(){return c.db=g.db,He(c)}).then(function(x){return c.db=x,Tr(c,m._defaultConfig.version)?Kt(c):x}).then(function(x){c.db=g.db=x,m._dbInfo=c;for(var U=0;U<O.length;U++){var F=O[U];F!==m&&(F._dbInfo.db=c.db,F._dbInfo.version=c.version)}})}function Yu(l,m){var c=this;l=I(l);var _=new p(function(g,v){c.ready().then(function(){Ve(c._dbInfo,H,function(E,A){if(E)return v(E);try{var R=A.objectStore(c._dbInfo.storeName),O=R.get(l);O.onsuccess=function(){var x=O.result;x===void 0&&(x=null),oa(x)&&(x=Et(x)),g(x)},O.onerror=function(){v(O.error)}}catch(x){v(x)}})}).catch(v)});return f(_,m),_}function Xu(l,m){var c=this,_=new p(function(g,v){c.ready().then(function(){Ve(c._dbInfo,H,function(E,A){if(E)return v(E);try{var R=A.objectStore(c._dbInfo.storeName),O=R.openCursor(),x=1;O.onsuccess=function(){var U=O.result;if(U){var F=U.value;oa(F)&&(F=Et(F));var q=l(F,U.key,x++);q!==void 0?g(q):U.continue()}else g()},O.onerror=function(){v(O.error)}}catch(U){v(U)}})}).catch(v)});return f(_,m),_}function Zu(l,m,c){var _=this;l=I(l);var g=new p(function(v,E){var A;_.ready().then(function(){return A=_._dbInfo,G.call(m)==="[object Blob]"?M(A.db).then(function(R){return R?m:ti(m)}):m}).then(function(R){Ve(_._dbInfo,S,function(O,x){if(O)return E(O);try{var U=x.objectStore(_._dbInfo.storeName);R===null&&(R=void 0);var F=U.put(R,l);x.oncomplete=function(){R===void 0&&(R=null),v(R)},x.onabort=x.onerror=function(){var q=F.error?F.error:F.transaction.error;E(q)}}catch(q){E(q)}})}).catch(E)});return f(g,c),g}function ec(l,m){var c=this;l=I(l);var _=new p(function(g,v){c.ready().then(function(){Ve(c._dbInfo,S,function(E,A){if(E)return v(E);try{var R=A.objectStore(c._dbInfo.storeName),O=R.delete(l);A.oncomplete=function(){g()},A.onerror=function(){v(O.error)},A.onabort=function(){var x=O.error?O.error:O.transaction.error;v(x)}}catch(x){v(x)}})}).catch(v)});return f(_,m),_}function tc(l){var m=this,c=new p(function(_,g){m.ready().then(function(){Ve(m._dbInfo,S,function(v,E){if(v)return g(v);try{var A=E.objectStore(m._dbInfo.storeName),R=A.clear();E.oncomplete=function(){_()},E.onabort=E.onerror=function(){var O=R.error?R.error:R.transaction.error;g(O)}}catch(O){g(O)}})}).catch(g)});return f(c,l),c}function rc(l){var m=this,c=new p(function(_,g){m.ready().then(function(){Ve(m._dbInfo,H,function(v,E){if(v)return g(v);try{var A=E.objectStore(m._dbInfo.storeName),R=A.count();R.onsuccess=function(){_(R.result)},R.onerror=function(){g(R.error)}}catch(O){g(O)}})}).catch(g)});return f(c,l),c}function nc(l,m){var c=this,_=new p(function(g,v){if(l<0){g(null);return}c.ready().then(function(){Ve(c._dbInfo,H,function(E,A){if(E)return v(E);try{var R=A.objectStore(c._dbInfo.storeName),O=!1,x=R.openKeyCursor();x.onsuccess=function(){var U=x.result;if(!U){g(null);return}l===0||O?g(U.key):(O=!0,U.advance(l))},x.onerror=function(){v(x.error)}}catch(U){v(U)}})}).catch(v)});return f(_,m),_}function ic(l){var m=this,c=new p(function(_,g){m.ready().then(function(){Ve(m._dbInfo,H,function(v,E){if(v)return g(v);try{var A=E.objectStore(m._dbInfo.storeName),R=A.openKeyCursor(),O=[];R.onsuccess=function(){var x=R.result;if(!x){_(O);return}O.push(x.key),x.continue()},R.onerror=function(){g(R.error)}}catch(x){g(x)}})}).catch(g)});return f(c,l),c}function oc(l,m){m=C.apply(this,arguments);var c=this.config();l=typeof l!="function"&&l||{},l.name||(l.name=l.name||c.name,l.storeName=l.storeName||c.storeName);var _=this,g;if(!l.name)g=p.reject("Invalid arguments");else{var v=l.name===c.name&&_._dbInfo.db,E=v?p.resolve(_._dbInfo.db):He(l).then(function(A){var R=D[l.name],O=R.forages;R.db=A;for(var x=0;x<O.length;x++)O[x]._dbInfo.db=A;return A});l.storeName?g=E.then(function(A){if(A.objectStoreNames.contains(l.storeName)){var R=A.version+1;W(l);var O=D[l.name],x=O.forages;A.close();for(var U=0;U<x.length;U++){var F=x[U];F._dbInfo.db=null,F._dbInfo.version=R}var q=new p(function(z,ue){var oe=d.open(l.name,R);oe.onerror=function(De){var Qt=oe.result;Qt.close(),ue(De)},oe.onupgradeneeded=function(){var De=oe.result;De.deleteObjectStore(l.storeName)},oe.onsuccess=function(){var De=oe.result;De.close(),z(De)}});return q.then(function(z){O.db=z;for(var ue=0;ue<x.length;ue++){var oe=x[ue];oe._dbInfo.db=z,K(oe._dbInfo)}}).catch(function(z){throw(ee(l,z)||p.resolve()).catch(function(){}),z})}}):g=E.then(function(A){W(l);var R=D[l.name],O=R.forages;A.close();for(var x=0;x<O.length;x++){var U=O[x];U._dbInfo.db=null}var F=new p(function(q,z){var ue=d.deleteDatabase(l.name);ue.onerror=function(){var oe=ue.result;oe&&oe.close(),z(ue.error)},ue.onblocked=function(){console.warn('dropInstance blocked for database "'+l.name+'" until all open connections are closed')},ue.onsuccess=function(){var oe=ue.result;oe&&oe.close(),q(oe)}});return F.then(function(q){R.db=q;for(var z=0;z<O.length;z++){var ue=O[z];K(ue._dbInfo)}}).catch(function(q){throw(ee(l,q)||p.resolve()).catch(function(){}),q})})}return f(g,m),g}var ac={_driver:"asyncStorage",_initStorage:Qu,_support:y(),iterate:Xu,getItem:Yu,setItem:Zu,removeItem:ec,clear:tc,length:rc,key:nc,keys:ic,dropInstance:oc};function sc(){return typeof openDatabase=="function"}var rt="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",lc="~~local_forage_type~",sa=/^~~local_forage_type~([^~]+)~/,xr="__lfsc__:",ri=xr.length,ni="arbf",ii="blob",la="si08",ua="ui08",ca="uic8",da="si16",fa="si32",ha="ur16",ma="ui32",pa="fl32",va="fl64",_a=ri+ni.length,ga=Object.prototype.toString;function ya(l){var m=l.length*.75,c=l.length,_,g=0,v,E,A,R;l[l.length-1]==="="&&(m--,l[l.length-2]==="="&&m--);var O=new ArrayBuffer(m),x=new Uint8Array(O);for(_=0;_<c;_+=4)v=rt.indexOf(l[_]),E=rt.indexOf(l[_+1]),A=rt.indexOf(l[_+2]),R=rt.indexOf(l[_+3]),x[g++]=v<<2|E>>4,x[g++]=(E&15)<<4|A>>2,x[g++]=(A&3)<<6|R&63;return O}function oi(l){var m=new Uint8Array(l),c="",_;for(_=0;_<m.length;_+=3)c+=rt[m[_]>>2],c+=rt[(m[_]&3)<<4|m[_+1]>>4],c+=rt[(m[_+1]&15)<<2|m[_+2]>>6],c+=rt[m[_+2]&63];return m.length%3===2?c=c.substring(0,c.length-1)+"=":m.length%3===1&&(c=c.substring(0,c.length-2)+"=="),c}function uc(l,m){var c="";if(l&&(c=ga.call(l)),l&&(c==="[object ArrayBuffer]"||l.buffer&&ga.call(l.buffer)==="[object ArrayBuffer]")){var _,g=xr;l instanceof ArrayBuffer?(_=l,g+=ni):(_=l.buffer,c==="[object Int8Array]"?g+=la:c==="[object Uint8Array]"?g+=ua:c==="[object Uint8ClampedArray]"?g+=ca:c==="[object Int16Array]"?g+=da:c==="[object Uint16Array]"?g+=ha:c==="[object Int32Array]"?g+=fa:c==="[object Uint32Array]"?g+=ma:c==="[object Float32Array]"?g+=pa:c==="[object Float64Array]"?g+=va:m(new Error("Failed to get type for BinaryArray"))),m(g+oi(_))}else if(c==="[object Blob]"){var v=new FileReader;v.onload=function(){var E=lc+l.type+"~"+oi(this.result);m(xr+ii+E)},v.readAsArrayBuffer(l)}else try{m(JSON.stringify(l))}catch(E){console.error("Couldn't convert value into a JSON string: ",l),m(null,E)}}function cc(l){if(l.substring(0,ri)!==xr)return JSON.parse(l);var m=l.substring(_a),c=l.substring(ri,_a),_;if(c===ii&&sa.test(m)){var g=m.match(sa);_=g[1],m=m.substring(g[0].length)}var v=ya(m);switch(c){case ni:return v;case ii:return h([v],{type:_});case la:return new Int8Array(v);case ua:return new Uint8Array(v);case ca:return new Uint8ClampedArray(v);case da:return new Int16Array(v);case ha:return new Uint16Array(v);case fa:return new Int32Array(v);case ma:return new Uint32Array(v);case pa:return new Float32Array(v);case va:return new Float64Array(v);default:throw new Error("Unkown type: "+c)}}var ai={serialize:uc,deserialize:cc,stringToBuffer:ya,bufferToString:oi};function wa(l,m,c,_){l.executeSql("CREATE TABLE IF NOT EXISTS "+m.storeName+" (id INTEGER PRIMARY KEY, key unique, value)",[],c,_)}function dc(l){var m=this,c={db:null};if(l)for(var _ in l)c[_]=typeof l[_]!="string"?l[_].toString():l[_];var g=new p(function(v,E){try{c.db=openDatabase(c.name,String(c.version),c.description,c.size)}catch(A){return E(A)}c.db.transaction(function(A){wa(A,c,function(){m._dbInfo=c,v()},function(R,O){E(O)})},E)});return c.serializer=ai,g}function nt(l,m,c,_,g,v){l.executeSql(c,_,g,function(E,A){A.code===A.SYNTAX_ERR?E.executeSql("SELECT name FROM sqlite_master WHERE type='table' AND name = ?",[m.storeName],function(R,O){O.rows.length?v(R,A):wa(R,m,function(){R.executeSql(c,_,g,v)},v)},v):v(E,A)},v)}function fc(l,m){var c=this;l=I(l);var _=new p(function(g,v){c.ready().then(function(){var E=c._dbInfo;E.db.transaction(function(A){nt(A,E,"SELECT * FROM "+E.storeName+" WHERE key = ? LIMIT 1",[l],function(R,O){var x=O.rows.length?O.rows.item(0).value:null;x&&(x=E.serializer.deserialize(x)),g(x)},function(R,O){v(O)})})}).catch(v)});return f(_,m),_}function hc(l,m){var c=this,_=new p(function(g,v){c.ready().then(function(){var E=c._dbInfo;E.db.transaction(function(A){nt(A,E,"SELECT * FROM "+E.storeName,[],function(R,O){for(var x=O.rows,U=x.length,F=0;F<U;F++){var q=x.item(F),z=q.value;if(z&&(z=E.serializer.deserialize(z)),z=l(z,q.key,F+1),z!==void 0){g(z);return}}g()},function(R,O){v(O)})})}).catch(v)});return f(_,m),_}function ba(l,m,c,_){var g=this;l=I(l);var v=new p(function(E,A){g.ready().then(function(){m===void 0&&(m=null);var R=m,O=g._dbInfo;O.serializer.serialize(m,function(x,U){U?A(U):O.db.transaction(function(F){nt(F,O,"INSERT OR REPLACE INTO "+O.storeName+" (key, value) VALUES (?, ?)",[l,x],function(){E(R)},function(q,z){A(z)})},function(F){if(F.code===F.QUOTA_ERR){if(_>0){E(ba.apply(g,[l,R,c,_-1]));return}A(F)}})})}).catch(A)});return f(v,c),v}function mc(l,m,c){return ba.apply(this,[l,m,c,1])}function pc(l,m){var c=this;l=I(l);var _=new p(function(g,v){c.ready().then(function(){var E=c._dbInfo;E.db.transaction(function(A){nt(A,E,"DELETE FROM "+E.storeName+" WHERE key = ?",[l],function(){g()},function(R,O){v(O)})})}).catch(v)});return f(_,m),_}function vc(l){var m=this,c=new p(function(_,g){m.ready().then(function(){var v=m._dbInfo;v.db.transaction(function(E){nt(E,v,"DELETE FROM "+v.storeName,[],function(){_()},function(A,R){g(R)})})}).catch(g)});return f(c,l),c}function _c(l){var m=this,c=new p(function(_,g){m.ready().then(function(){var v=m._dbInfo;v.db.transaction(function(E){nt(E,v,"SELECT COUNT(key) as c FROM "+v.storeName,[],function(A,R){var O=R.rows.item(0).c;_(O)},function(A,R){g(R)})})}).catch(g)});return f(c,l),c}function gc(l,m){var c=this,_=new p(function(g,v){c.ready().then(function(){var E=c._dbInfo;E.db.transaction(function(A){nt(A,E,"SELECT key FROM "+E.storeName+" WHERE id = ? LIMIT 1",[l+1],function(R,O){var x=O.rows.length?O.rows.item(0).key:null;g(x)},function(R,O){v(O)})})}).catch(v)});return f(_,m),_}function yc(l){var m=this,c=new p(function(_,g){m.ready().then(function(){var v=m._dbInfo;v.db.transaction(function(E){nt(E,v,"SELECT key FROM "+v.storeName,[],function(A,R){for(var O=[],x=0;x<R.rows.length;x++)O.push(R.rows.item(x).key);_(O)},function(A,R){g(R)})})}).catch(g)});return f(c,l),c}function wc(l){return new p(function(m,c){l.transaction(function(_){_.executeSql("SELECT name FROM sqlite_master WHERE type='table' AND name <> '__WebKitDatabaseInfoTable__'",[],function(g,v){for(var E=[],A=0;A<v.rows.length;A++)E.push(v.rows.item(A).name);m({db:l,storeNames:E})},function(g,v){c(v)})},function(_){c(_)})})}function bc(l,m){m=C.apply(this,arguments);var c=this.config();l=typeof l!="function"&&l||{},l.name||(l.name=l.name||c.name,l.storeName=l.storeName||c.storeName);var _=this,g;return l.name?g=new p(function(v){var E;l.name===c.name?E=_._dbInfo.db:E=openDatabase(l.name,"","",0),l.storeName?v({db:E,storeNames:[l.storeName]}):v(wc(E))}).then(function(v){return new p(function(E,A){v.db.transaction(function(R){function O(q){return new p(function(z,ue){R.executeSql("DROP TABLE IF EXISTS "+q,[],function(){z()},function(oe,De){ue(De)})})}for(var x=[],U=0,F=v.storeNames.length;U<F;U++)x.push(O(v.storeNames[U]));p.all(x).then(function(){E()}).catch(function(q){A(q)})},function(R){A(R)})})}):g=p.reject("Invalid arguments"),f(g,m),g}var Ec={_driver:"webSQLStorage",_initStorage:dc,_support:sc(),iterate:hc,getItem:fc,setItem:mc,removeItem:pc,clear:vc,length:_c,key:gc,keys:yc,dropInstance:bc};function Ic(){try{return typeof localStorage!="undefined"&&"setItem"in localStorage&&!!localStorage.setItem}catch(l){return!1}}function Ea(l,m){var c=l.name+"/";return l.storeName!==m.storeName&&(c+=l.storeName+"/"),c}function Ac(){var l="_localforage_support_test";try{return localStorage.setItem(l,!0),localStorage.removeItem(l),!1}catch(m){return!0}}function Sc(){return!Ac()||localStorage.length>0}function Cc(l){var m=this,c={};if(l)for(var _ in l)c[_]=l[_];return c.keyPrefix=Ea(l,m._defaultConfig),Sc()?(m._dbInfo=c,c.serializer=ai,p.resolve()):p.reject()}function Rc(l){var m=this,c=m.ready().then(function(){for(var _=m._dbInfo.keyPrefix,g=localStorage.length-1;g>=0;g--){var v=localStorage.key(g);v.indexOf(_)===0&&localStorage.removeItem(v)}});return f(c,l),c}function Oc(l,m){var c=this;l=I(l);var _=c.ready().then(function(){var g=c._dbInfo,v=localStorage.getItem(g.keyPrefix+l);return v&&(v=g.serializer.deserialize(v)),v});return f(_,m),_}function kc(l,m){var c=this,_=c.ready().then(function(){for(var g=c._dbInfo,v=g.keyPrefix,E=v.length,A=localStorage.length,R=1,O=0;O<A;O++){var x=localStorage.key(O);if(x.indexOf(v)===0){var U=localStorage.getItem(x);if(U&&(U=g.serializer.deserialize(U)),U=l(U,x.substring(E),R++),U!==void 0)return U}}});return f(_,m),_}function Tc(l,m){var c=this,_=c.ready().then(function(){var g=c._dbInfo,v;try{v=localStorage.key(l)}catch(E){v=null}return v&&(v=v.substring(g.keyPrefix.length)),v});return f(_,m),_}function xc(l){var m=this,c=m.ready().then(function(){for(var _=m._dbInfo,g=localStorage.length,v=[],E=0;E<g;E++){var A=localStorage.key(E);A.indexOf(_.keyPrefix)===0&&v.push(A.substring(_.keyPrefix.length))}return v});return f(c,l),c}function Pc(l){var m=this,c=m.keys().then(function(_){return _.length});return f(c,l),c}function Lc(l,m){var c=this;l=I(l);var _=c.ready().then(function(){var g=c._dbInfo;localStorage.removeItem(g.keyPrefix+l)});return f(_,m),_}function Dc(l,m,c){var _=this;l=I(l);var g=_.ready().then(function(){m===void 0&&(m=null);var v=m;return new p(function(E,A){var R=_._dbInfo;R.serializer.serialize(m,function(O,x){if(x)A(x);else try{localStorage.setItem(R.keyPrefix+l,O),E(v)}catch(U){(U.name==="QuotaExceededError"||U.name==="NS_ERROR_DOM_QUOTA_REACHED")&&A(U),A(U)}})})});return f(g,c),g}function Nc(l,m){if(m=C.apply(this,arguments),l=typeof l!="function"&&l||{},!l.name){var c=this.config();l.name=l.name||c.name,l.storeName=l.storeName||c.storeName}var _=this,g;return l.name?g=new p(function(v){l.storeName?v(Ea(l,_._defaultConfig)):v(l.name+"/")}).then(function(v){for(var E=localStorage.length-1;E>=0;E--){var A=localStorage.key(E);A.indexOf(v)===0&&localStorage.removeItem(A)}}):g=p.reject("Invalid arguments"),f(g,m),g}var Uc={_driver:"localStorageWrapper",_initStorage:Cc,_support:Ic(),iterate:kc,getItem:Oc,setItem:Dc,removeItem:Lc,clear:Rc,length:Pc,key:Tc,keys:xc,dropInstance:Nc},Mc=function(m,c){return m===c||typeof m=="number"&&typeof c=="number"&&isNaN(m)&&isNaN(c)},Bc=function(m,c){for(var _=m.length,g=0;g<_;){if(Mc(m[g],c))return!0;g++}return!1},Ia=Array.isArray||function(l){return Object.prototype.toString.call(l)==="[object Array]"},zt={},Aa={},It={INDEXEDDB:ac,WEBSQL:Ec,LOCALSTORAGE:Uc},Jc=[It.INDEXEDDB._driver,It.WEBSQL._driver,It.LOCALSTORAGE._driver],Pr=["dropInstance"],si=["clear","getItem","iterate","key","keys","length","removeItem","setItem"].concat(Pr),Fc={description:"",driver:Jc.slice(),name:"localforage",size:4980736,storeName:"keyvaluepairs",version:1};function Gc(l,m){l[m]=function(){var c=arguments;return l.ready().then(function(){return l[m].apply(l,c)})}}function li(){for(var l=1;l<arguments.length;l++){var m=arguments[l];if(m)for(var c in m)m.hasOwnProperty(c)&&(Ia(m[c])?arguments[0][c]=m[c].slice():arguments[0][c]=m[c])}return arguments[0]}var jc=function(){function l(m){s(this,l);for(var c in It)if(It.hasOwnProperty(c)){var _=It[c],g=_._driver;this[c]=g,zt[g]||this.defineDriver(_)}this._defaultConfig=li({},Fc),this._config=li({},this._defaultConfig,m),this._driverSet=null,this._initDriver=null,this._ready=!1,this._dbInfo=null,this._wrapLibraryMethodsWithReady(),this.setDriver(this._config.driver).catch(function(){})}return l.prototype.config=function(c){if((typeof c=="undefined"?"undefined":a(c))==="object"){if(this._ready)return new Error("Can't call config() after localforage has been used.");for(var _ in c){if(_==="storeName"&&(c[_]=c[_].replace(/\W/g,"_")),_==="version"&&typeof c[_]!="number")return new Error("Database version must be a number.");this._config[_]=c[_]}return"driver"in c&&c.driver?this.setDriver(this._config.driver):!0}else return typeof c=="string"?this._config[c]:this._config},l.prototype.defineDriver=function(c,_,g){var v=new p(function(E,A){try{var R=c._driver,O=new Error("Custom driver not compliant; see https://mozilla.github.io/localForage/#definedriver");if(!c._driver){A(O);return}for(var x=si.concat("_initStorage"),U=0,F=x.length;U<F;U++){var q=x[U],z=!Bc(Pr,q);if((z||c[q])&&typeof c[q]!="function"){A(O);return}}var ue=function(){for(var Qt=function($c){return function(){var qc=new Error("Method "+$c+" is not implemented by the current driver"),Sa=p.reject(qc);return f(Sa,arguments[arguments.length-1]),Sa}},ui=0,Vc=Pr.length;ui<Vc;ui++){var ci=Pr[ui];c[ci]||(c[ci]=Qt(ci))}};ue();var oe=function(Qt){zt[R]&&console.info("Redefining LocalForage driver: "+R),zt[R]=c,Aa[R]=Qt,E()};"_support"in c?c._support&&typeof c._support=="function"?c._support().then(oe,A):oe(!!c._support):oe(!0)}catch(De){A(De)}});return b(v,_,g),v},l.prototype.driver=function(){return this._driver||null},l.prototype.getDriver=function(c,_,g){var v=zt[c]?p.resolve(zt[c]):p.reject(new Error("Driver not found."));return b(v,_,g),v},l.prototype.getSerializer=function(c){var _=p.resolve(ai);return b(_,c),_},l.prototype.ready=function(c){var _=this,g=_._driverSet.then(function(){return _._ready===null&&(_._ready=_._initDriver()),_._ready});return b(g,c,c),g},l.prototype.setDriver=function(c,_,g){var v=this;Ia(c)||(c=[c]);var E=this._getSupportedDrivers(c);function A(){v._config.driver=v.driver()}function R(U){return v._extend(U),A(),v._ready=v._initStorage(v._config),v._ready}function O(U){return function(){var F=0;function q(){for(;F<U.length;){var z=U[F];return F++,v._dbInfo=null,v._ready=null,v.getDriver(z).then(R).catch(q)}A();var ue=new Error("No available storage method found.");return v._driverSet=p.reject(ue),v._driverSet}return q()}}var x=this._driverSet!==null?this._driverSet.catch(function(){return p.resolve()}):p.resolve();return this._driverSet=x.then(function(){var U=E[0];return v._dbInfo=null,v._ready=null,v.getDriver(U).then(function(F){v._driver=F._driver,A(),v._wrapLibraryMethodsWithReady(),v._initDriver=O(E)})}).catch(function(){A();var U=new Error("No available storage method found.");return v._driverSet=p.reject(U),v._driverSet}),b(this._driverSet,_,g),this._driverSet},l.prototype.supports=function(c){return!!Aa[c]},l.prototype._extend=function(c){li(this,c)},l.prototype._getSupportedDrivers=function(c){for(var _=[],g=0,v=c.length;g<v;g++){var E=c[g];this.supports(E)&&_.push(E)}return _},l.prototype._wrapLibraryMethodsWithReady=function(){for(var c=0,_=si.length;c<_;c++)Gc(this,si[c])},l.prototype.createInstance=function(c){return new l(c)},l}(),Hc=new jc;i.exports=Hc},{3:3}]},{},[4])(4)})});var ks=hi(hn=>{"use strict";j();rr();ot();var ro=_e(),hf=ze("levelFinished",{paramsSchema:J.tuple(J.object({levelId:J.or(J.string(),J.number()),duration:J.number().optional(),rating:J.number().optional(),score:J.number().optional(),variation:J.string().optional()})),implement:e=>P(hn,null,function*(){let{levelId:t,duration:r,rating:n,score:i,variation:o}=e;Ne.info("onLevelFinished",r,n,i,o),yield Promise.all([We.reporter({event:"COMPLETE_GAME_LEVEL",extraParams:{inGameInfo:{levelId:t,duration:r,rating:n,score:i}}}),We.tracker("LevelFinished",{levelId:t,duration:r,rating:n,score:i,variation:o})])})}),mf=ze("gamePlayEnded",{paramsSchema:J.tuple(J.object({duration:J.number().optional(),rating:J.number().optional(),score:J.number(),variation:J.string().optional()})),implement:e=>P(hn,null,function*(){let{duration:t,rating:r,score:n,variation:i}=e;Ne.info("onGamePlayEnded",t,r,n,i),yield Promise.all([We.tracker("GamePlayEnded",{duration:t,rating:r,score:n,variation:i}),We.reporter({event:"GAME_ENDED",extraParams:{inGameInfo:{duration:t,rating:r,score:n}}})])})}),pf=ze("levelUpgrade",{paramsSchema:J.tuple(J.object({levelId:J.or(J.string(),J.number()),name:J.string().optional()})),implement:r=>P(hn,[r],function*({levelId:e,name:t}){yield Promise.all([We.tracker("LevelUpgrade",{name:t,levelId:e}),We.reporter({event:"GAME_LEVEL_UP",extraParams:{inGameInfo:{levelId:e,levelName:t}}})])})});ro.registerCommand("TaskTrackerSDK.levelFinished",hf);ro.registerCommand("TaskTrackerSDK.gamePlayEnded",mf);ro.registerCommand("TaskTrackerSDK.levelUpgrade",pf);ge("TaskTrackerSDK.onLevelFinished",{version:"1.1.25",properties:{params:{levelId:"1.1.25",duration:"1.1.25",rating:"1.1.25",score:"1.1.25",variation:"1.1.50"}}});ge("TaskTrackerSDK.onGamePlayEnded",{version:"1.1.25",properties:{params:{duration:"1.1.25",rating:"1.1.25",score:"1.1.25",variation:"1.1.50"}}});ge("TaskTrackerSDK.onLevelUpgrade",{version:"1.1.25",properties:{params:{levelId:"1.1.25",name:"1.1.25"}}})});var pt,kt,Ts,no,vf,mn,io=Z(()=>{"use strict";pt=(e,t)=>{var r;window.dispatchEvent(new CustomEvent(e,{detail:t})),(r=window.parent)==null||r.postMessage({type:e,data:{detail:t}},"*")},kt=new Map,Ts=e=>{if(e.source===window.parent)try{let t=e.data;if(t&&t.type){let r=kt.get(t.type);r&&r.forEach(n=>{try{n(t.data)}catch(i){console.warn("Callback execution failed:",i)}})}}catch(t){console.warn("Failed to parse message:",t)}},no=!1,vf=()=>{no||(window.addEventListener("message",Ts),no=!0)},mn=(e,t)=>{vf(),kt.has(e)||kt.set(e,new Set);let r=kt.get(e);return r.add(t),()=>{r.delete(t),r.size===0&&kt.delete(e),kt.size===0&&(window.removeEventListener("message",Ts),no=!1)}}});var pn,vn,_n,gn,yn,xs,wn,bn,Tt,_f,ae,xt,Pt,Ue=Z(()=>{"use strict";j();pn="UNLOCK_OPTIONS_CHANGED",vn="INVOKE_PAYMENT",_n="ON_PAYMENT_RESULT",gn="ON_USE_MODAL_EVENT",yn="ON_USE_MODAL_RESULT",xs="ON_USE_MODAL_FREQUENCY",wn="ON_USE_UNLOGIN_MODAL_EVENT",bn="INVOKE_UNLOGIN_MODAL_EVENT",Tt=new Fe,_f=()=>({on:Tt.on.bind(Tt),off:Tt.off.bind(Tt),emit:Tt.emit.bind(Tt)}),ae=_f(),xt={charge:{dailyMaxPopUps:2,minInterval:8*60*60*1e3},useJolicoin:{dailyMaxPopUps:2,minInterval:8*60*60*1e3}},Pt={show:!0,minInterval:8*60*60*1e3}});var ku=hi(ea=>{"use strict";me();Ue();io();j();var Ou={USE_COIN:"CONFIRM",ADS:"FAILED",CANCEL:"CANCEL"};mn("ON_JOLIBOX_JOLI_COIN_USE_RESULT",e=>{console.log("onCustomEvent ON_JOLIBOX_JOLI_COIN_USE_RESULT",Ou[e.result],e.result),ae.emit(yn,{useModalResult:Ou[e.result]})});ae.on(gn,(e,t)=>{var r;e=="ADS-JOLI_GEM"||e=="JOLI_GEM"||pt("JOLIBOX_JOLI_COIN_USE_EVENT",{JOLI_COIN:{quantity:t.quantity,balance:t.userCurrency.balance,enableAutoDeduct:t.enableAutoDeduct},type:e,sequenceId:(r=t.sequenceId)!=null?r:it()})});mn("ON_JOLIBOX_TOPUP_JOLI_COIN_RESULT",e=>{ae.emit(_n,{paymentResult:e.result=="ADS"?"FAILED":e.result,userJoliCoin:e.joliCoin,currency:"JOLI_COIN"})});ae.on(vn,(e,t)=>P(ea,null,function*(){var r;e=="ADS-JOLI_GEM"||e=="JOLI_GEM"||pt("JOLIBOX_TOPUP_EVENT",{JOLI_COIN:{quantity:t.quantity,balance:t.userCurrency.balance,enableAutoDeduct:t.enableAutoDeduct},type:e,sequenceId:(r=t.sequenceId)!=null?r:it()})}));mn("ON_JOLIBOX_JOLI_UNLOGIN_MODAL_RESULT_EVENT",e=>{var t,r,n,i,o;ae.emit(wn,{result:e.result=="ADS"?"FAILED":e.result,rewards:{claimedRewardValue:(i=(n=(r=(t=e.extra)==null?void 0:t.firstLogin)==null?void 0:r.reward)==null?void 0:n.rewardValue)!=null?i:0,isFirstLogin:(o=e.isFirstLogin)!=null?o:!1}}),e.result==="SUCCESS"&&L.onEnvConfigChanged({hostUserInfo:{isLogin:!0}})});ae.on(bn,e=>P(ea,null,function*(){e=="ADS-JOLI_GEM"||e=="JOLI_GEM"||pt("JOLIBOX_JOLI_UNLOGIN_MODAL_EVENT",{sequenceId:it(),type:e})}))});ot();me();rr();j();var As=_e(),Qd="env",Yd="getSystemInfoSync",Xd=()=>{var i,o,a,s;let e={system:L.deviceInfo.system,platform:L.deviceInfo.platform.toLowerCase(),brand:L.deviceInfo.brand,pixelRatio:L.deviceInfo.pixelRatio,language:L.deviceInfo.lang,version:L.sdkInfo.jssdkVersion,appName:(i=L.hostInfo)==null?void 0:i.appName,SDKVersion:L.sdkInfo.nativeSDKVersion},t=(o=L.hostInfo)==null?void 0:o.version;t&&(e=Oe(Q({},e),{version:t}));let r=(a=L.hostInfo)==null?void 0:a.appName;r&&(e=Oe(Q({},e),{appName:r}));let n=(s=L.sdkInfo)==null?void 0:s.jssdkVersion;return n&&(e=Oe(Q({},e),{SDKVersion:n})),e},Zd=mt(Yd,{implement:Xd}),ef=mt(Qd,{implement:()=>Oe(Q({},L.hostInfo),{sdkInfo:L.sdkInfo,platform:L.platform,deviceInfo:L.deviceInfo})});As.registerCommand("API.env",ef);As.registerCommand("API.getSystemInfoSync",Zd);ge("env",{version:"1.0.0"});ge("getSystemInfoSync",{version:"1.0.0"});j();rr();$e();ot();var tf="onJoliboxShow",rf="onJoliboxHide",nf="onReady",Xi=_e(),Zi=qa(ke),Yi=!0,nr=!0,un=0,cn=Vi;function of(){let e=Date.now();if(e-un<100)return;un=e;let t=document.visibilityState==="visible";t!==Yi&&(Yi=t,cn.emit("visible",Yi))}function Ss(e){let t=Date.now();t-un<100||(un=t,e==="focus"&&!nr?nr=!0:e==="blur"&&nr&&(nr=!1),cn.emit("visible",nr))}document.addEventListener("visibilitychange",of);window.addEventListener("focus",()=>Ss("focus"));window.addEventListener("blur",()=>Ss("blur"));var af=mt(tf,{paramsSchema:J.tuple(J.function()),implement(e){let t=Zi(e);cn.on("visible",r=>{r&&t()})}}),sf=mt(rf,{paramsSchema:J.tuple(J.function()),implement(e){let t=Zi(e);cn.on("visible",r=>{!r&&t()})}}),lf=mt(nf,{paramsSchema:J.tuple(J.function()),implement(e){let t=Zi(e);ft.on("LifecycleEvent.onReady",r=>{t(r)})}});Xi.registerCommand("LifecycleSDK.onReady",lf);Xi.registerCommand("LifecycleSDK.onJoliboxShow",af);Xi.registerCommand("LifecycleSDK.onJoliboxHide",sf);ge("lifeCycle.onReady",{version:"1.0.0"});ge("lifeCycle.onJoliboxShow",{version:"1.0.0"});ge("lifeCycle.onJoliboxHide",{version:"1.0.0"});rr();j();Rt();me();var Os=mi(Rs());var dn=_e(),to=class{constructor(){this.httpClient=Be.create({baseUrl:Ct(L.testMode)});this.getGameId=()=>L.mpId;this.getItem=t=>P(this,null,function*(){let{code:r,data:n,message:i}=yield this.httpClient.get(`/api/games/user-storage/${this.gameId}`,{query:{key:t}}),o=n==null?void 0:n.value,a=i;return r!=="SUCCESS"&&(o=yield this.gameStore.getItem(t),console.info("[SDK] cloud storage getItem failed, read from localstorage",o),a+="fallback to localstorage"),{code:r,message:a,data:o&&o!=="undefined"?o:null}});this.setItem=(t,r)=>P(this,null,function*(){let n=typeof r=="string"?r:String(r),{code:i,message:o}=yield this.httpClient.post(`/api/games/user-storage/${this.gameId}`,{data:{key:t,value:n}});return yield this.gameStore.setItem(t,n),{code:i,message:o}});this.removeItem=t=>P(this,null,function*(){yield this.gameStore.removeItem(t);let{code:r,message:n}=yield this.httpClient.post(`/api/games/user-storage/${this.gameId}/remove`,{data:{key:t}});return{code:r,message:n}});this.clear=()=>P(this,null,function*(){yield this.gameStore.clear();let{code:t,message:r}=yield this.httpClient.post(`/api/games/user-storage/${this.gameId}/clear`,{});return{code:t,message:r}});this.gameId=this.getGameId(),this.gameStore=Os.default.createInstance({name:this.gameId.length?this.gameId:"default"})}},fn=new to,uf=ze("getLocalStorage",{paramsSchema:J.tuple(J.string()),implement(e){return P(this,null,function*(){return yield fn.getItem(e)})}});dn.registerCommand("StorageSDK.getItem",uf);ge("storage.getItem",{version:"1.0.0",properties:{key:"1.0.0",value:"1.0.0"}});var cf=ze("setStorage",{paramsSchema:J.tuple(J.string(),J.or(J.string(),J.boolean(),J.number())),implement(e,t){return P(this,null,function*(){return yield fn.setItem(e,t)})}});dn.registerCommand("StorageSDK.setItem",cf);ge("storage.setItem",{version:"1.0.0",properties:{key:"1.0.0",value:"1.0.0"}});var df=ze("removeStorage",{paramsSchema:J.tuple(J.string()),implement(e){return P(this,null,function*(){return yield fn.removeItem(e)})}});dn.registerCommand("StorageSDK.removeItem",df);ge("storage.removeItem",{version:"1.0.0",properties:{key:"1.0.0"}});var ff=ze("clearStorage",{implement(){return P(this,null,function*(){return yield fn.clear()})}});dn.registerCommand("StorageSDK.clear",ff);ge("storage.clear",{version:"1.0.0"});var hb=mi(ks());ot();j();Rt();io();me();Ue();var Ps=L.testMode;function Ls(){let e=new Map,t,r;return{registerRewardHandler(i,o){e.set(i,o)},handleReward(i,...o){return P(this,null,function*(){return yield i.reduce((s,u)=>P(this,null,function*(){let d=yield s;if(d===!0)return!0;Ps&&console.log(`handleReward ${u}`);let y=e.get(u),h=y?yield y(...o):d;return Ps&&console.log(`handleReward ${u} ${h}`),h}),Promise.resolve(!1))})},registerRewardsFetcher(i){return P(this,null,function*(){t=(...o)=>P(this,null,function*(){try{return yield i(...o)}catch(a){return console.error("getRewardOptions error:",a),["ADS"]}})})},registerRewardFrequencyConfigFetcher(i){return P(this,null,function*(){r=(...o)=>P(this,null,function*(){try{return yield i(...o)}catch(a){return console.error("getRewardOptions error:",a),{joliCoinUseAndCharge:xt,loginGuide:Pt}}})})},getRewardsTypes(...i){return P(this,null,function*(){return t?yield t(...i):["ADS"]})},getRewardFrequencyConfig(...i){return P(this,null,function*(){return r?yield r(...i):{joliCoinUseAndCharge:xt,loginGuide:Pt}})}}}Ue();j();var gf=()=>(e,t)=>{let r={JOLI_GEM:3,JOLI_GEM_ONLY:3,JOLI_COIN:2,JOLI_COIN_ONLY:2,ADS:1};return r[t]-r[e]},yf=e=>e.length?e.includes("JOLI_GEM")&&e.length<=1?["JOLI_GEM_ONLY"]:e.includes("JOLI_COIN")&&e.length<=1?["JOLI_COIN_ONLY"]:e.sort(gf()):["ADS"],Ds=e=>{e.registerRewardsFetcher(t=>P(void 0,null,function*(){var n,i,o,a,s;let r=["ADS"];try{let u=yield t.post("/api/games/unlock-options",{});if(u.code!=="SUCCESS")return r;console.log("-----res fetch reward-----",u),ae.emit(pn,{options:((n=u.data)==null?void 0:n.unlockOptions)||[],userJoliCoin:((i=u.extra)==null?void 0:i.joliCoin)||{balance:0,enableAutoDeduct:!1},userGem:((o=u.extra)==null?void 0:o.joliGem)||{balance:0,enableAutoDeduct:!1}});let d=((s=(a=u.data)==null?void 0:a.unlockOptions)==null?void 0:s.map(y=>y.type))||Array.from(r);return yf(d)}catch(u){return console.error("getRewardOptions error:",u),r}}))},Ns=e=>{e.registerRewardFrequencyConfigFetcher(t=>P(void 0,null,function*(){var n,i,o,a;let r=yield t.get("/api/fe-configs/web-common/global-config",{});return ae.emit(xs,{joliCoinUseAndCharge:((n=r.data)==null?void 0:n.joliCoinUseAndCharge)||xt,loginGuide:((i=r.data)==null?void 0:i.loginGuide)||Pt}),r.data&&ft.emit("onGlobalConfigChanged",{globalConfig:r.data}),{joliCoinUseAndCharge:((o=r.data)==null?void 0:o.joliCoinUseAndCharge)||xt,loginGuide:((a=r.data)==null?void 0:a.loginGuide)||Pt}}))};var Us=e=>t=>P(void 0,null,function*(){try{console.log("trigger @jolibox/ads reward",t),yield e.adBreak(t)}catch(r){console.error("-----createAdsRewardHandler error-----",r)}return!0});Ue();function at(e,t){let r=null,n=null,i=null,o=()=>{if(i){r=Promise.resolve(i);return}r=new Promise(a=>{n=a})};return o(),e.on(t,(...a)=>{let s=a[0];i=s,n&&(n(s),n=null)}),{getData:()=>(r||o(),r),getCachedData:()=>i,clearCache:()=>{i=null,r=null},getFreshData:()=>(i=null,r=null,o(),r),updateData:a=>{if(i)return i=Q(Q({},i),a),r=Promise.resolve(i),n&&(n(i),n=null),i}}}Ue();var Me=at(ae,pn);me();j();var oo={JOLI_COIN:{balanceEndpoint:"/api/joli-coin/balance",balanceDetailEndpoint:"/api/joli-coin/balance-detail",unlockEndpoint:"/api/joli-coin/unlock",unlockType:"JOLI_COIN"},GEM:{balanceEndpoint:"/api/joli-gem/balance",balanceDetailEndpoint:"/api/joli-gem/balance-detail",unlockEndpoint:"/api/joli-gem/unlock",unlockType:"GEM"}};j();var st=_e();Ue();Ue();var Ms=e=>P(void 0,null,function*(){return(yield e.get("/api/joli-coin/balance",{query:{type:"JOLI_COIN"}})).data});var Bs=e=>P(void 0,null,function*(){return(yield e.get("/api/joli-gem/balance",{query:{type:"GEM"}})).data});var ir={JOLI_COIN:{fetchBalance:Ms,getQuantity:e=>{var t,r,n;return(n=(r=(t=e==null?void 0:e.options)==null?void 0:t.find(i=>i.type==="JOLI_COIN"))==null?void 0:r.joliCoinChoices[0].joliCoinQuantity)!=null?n:0},getCurrentUser:e=>{var t;return(t=e==null?void 0:e.userJoliCoin)!=null?t:{balance:0,enableAutoDeduct:!1}},createUpdatedUser:(e,t)=>({balance:e,enableAutoDeduct:t}),getUpdateKey:()=>"userJoliCoin",isEnough:(e,t)=>{var r,n;return(n=(r=e==null?void 0:e.options)==null?void 0:r.some(i=>i.type==="JOLI_COIN"&&i.joliCoinChoices.some(o=>{var a;return o.joliCoinQuantity<=((a=t==null?void 0:t.balance)!=null?a:0)})))!=null?n:!1}},JOLI_GEM:{fetchBalance:Bs,getQuantity:e=>{var t,r,n,i;return(i=(n=(r=(t=e==null?void 0:e.options)==null?void 0:t.find(o=>o.type==="JOLI_GEM"))==null?void 0:r.joliGemChoice)==null?void 0:n.joliGemQuantity)!=null?i:0},getCurrentUser:e=>{var t;return(t=e==null?void 0:e.userGem)!=null?t:{balance:0,enableAutoDeduct:!1}},createUpdatedUser:(e,t)=>({balance:e,enableAutoDeduct:t}),getUpdateKey:()=>"userGem",isEnough:(e,t)=>{var n,i,o;let r=e==null?void 0:e.options.find(a=>a.type==="JOLI_GEM");return r?((i=(n=r.joliGemChoice)==null?void 0:n.joliGemQuantity)!=null?i:0)<=((o=t==null?void 0:t.balance)!=null?o:0):!1}}};var En=(e,t,r)=>{let{showUnlockWithCurrencyModal:n}=r;st.registerCommand(`Rewards.${e}.useJolicoin`,()=>P(void 0,null,function*(){let i=yield Me.getData(),o=ir[t],a=o.getCurrentUser(i),s=o.getQuantity(i),u=!!(a!=null&&a.enableAutoDeduct);return console.log("-----unlockOptions usemodal-----",i,u,s),(yield n({enableAutoDeduct:u,userCurrency:a,quantity:s,currency:t}))!=="CONFIRM"?{result:"FAILED"}:{result:"SUCCESS"}}))},vt=(e,t)=>r=>P(void 0,null,function*(){let n=at(ae,yn);return ae.emit(gn,e,{enableAutoDeduct:r.enableAutoDeduct,userCurrency:r.userCurrency,quantity:r.quantity,currency:r.currency,confirmButtonText:t.confirmButtonText,cancelButtonText:t.cancelButtonText}),(yield n.getFreshData()).useModalResult});Ue();Ue();var In=(e,t,r)=>{let{httpClient:n,initiateAndAwaitPayment:i}=r;st.registerCommand(`Rewards.${e}.usePayment`,()=>P(void 0,null,function*(){var p;let o=yield Me.getData(),a=ir[t],s=yield a.fetchBalance(n),u=a.getQuantity(o),d=a.getCurrentUser(o),y=a.createUpdatedUser((p=s==null?void 0:s.balance)!=null?p:0,d.enableAutoDeduct),h=a.getUpdateKey();return Me.updateData({[h]:y}),console.log("-----unlockOptions payment-----",o,y,u,t),a.isEnough(o,y)?{result:"CONTINUE"}:{result:(yield i({userCurrency:y,currencyQuantity:u,currency:t}))==="SUCCESS"?"SUCCESS":"FAILED"}}))},_t=(e,t)=>r=>P(void 0,null,function*(){let n=at(ae,_n);return ae.emit(vn,e,{userCurrency:r.userCurrency,quantity:r.currencyQuantity,currency:r.currency,enableAutoDeduct:r.userCurrency.enableAutoDeduct,confirmButtonText:t.confirmButtonText,cancelButtonText:t.cancelButtonText}),(yield n.getFreshData()).paymentResult});me();Ue();Ue();j();var gt=(e,t)=>r=>P(void 0,null,function*(){let n=at(ae,wn);return ae.emit(bn,e,{confirmButtonText:t.confirmButtonText,cancelButtonText:t.cancelButtonText,currency:r}),yield n.getFreshData()});var bf=(e,t,r,{handlers:{handleUnlockSuccess:n,handleUnlockFailed:i,unlockOptionsHandler:o,initiateAndAwaitPayment:a,showUnlockWithCurrencyModal:s,showUnloginModal:u}})=>{In(e,"JOLI_COIN",{httpClient:t,initiateAndAwaitPayment:a}),En(e,"JOLI_COIN",{showUnlockWithCurrencyModal:s});let d=[`Rewards.${e}.usePayment`,`Rewards.${e}.useJolicoin`];return y=>P(void 0,null,function*(){var h,p,f;try{let b=!0;for(let w of d){let k=yield st.executeCommand(w);if(b=b&&k.result!=="FAILED",k.result!=="CONTINUE")break}if(!b)return i==null||i(y),!1;let I=oo[r],C=yield t.post(I.unlockEndpoint,{data:{type:"GAME_REWARD",reqId:`${it()}-${L.mpType}-${Date.now()}`,gameInfo:{gameId:L.mpId}}});if(console.log("-----unlockWithCurrency request result-----",C),C.code=="SUCCESS"){try{(p=y.adBreakDone)==null||p.call(y,{breakType:y.type,breakName:"name"in y&&(h=y.name)!=null?h:"",breakFormat:"reward",breakStatus:"viewed"}),"adViewed"in y&&((f=y.adViewed)==null||f.call(y))}catch(w){console.error("-----unlockWithJolicoin adBreakDone error-----",w)}return n==null||n({quantity:C.data.quantity,balance:C.data.balance}),!0}return i==null||i(y),!1}catch(b){if(console.info("JolicoinRewardHandler error:",b),b instanceof Error&&b.message=="CANCEL")throw b;return i==null||i(y),!1}finally{o.clearCache()}})},An=(e,t,r)=>bf(e,t,"JOLI_COIN",r);var Js=(e,{onUnlockSuccess:t,onUnlockFailed:r})=>{let n=()=>{r==null||r()},i=vt("ADS-JOLI_COIN",{confirmButtonText:"jolicoin.useJolicoin",cancelButtonText:"jolicoin.noWatchAds"}),o=_t("ADS-JOLI_COIN",{confirmButtonText:"jolicoin.payAndUnlock",cancelButtonText:"jolicoin.noWatchAds"}),a=gt("ADS-JOLI_COIN",{confirmButtonText:"loginGuide.login",cancelButtonText:"loginGuide.noWatchAds"});return An("ADS-JOLI_COIN",e,{handlers:{handleUnlockSuccess:t,handleUnlockFailed:n,unlockOptionsHandler:Me,initiateAndAwaitPayment:o,showUnlockWithCurrencyModal:i,showUnloginModal:a}})};var Fs=(e,{onUnlockSuccess:t,onUnlockFailed:r})=>{let n=u=>{var d;r==null||r(),(d=u.adBreakDone)==null||d.call(u,{breakType:u.type,breakFormat:u.type==="reward"?"reward":"interstitial",breakStatus:"noAdPreloaded"})},i=vt("JOLI_COIN",{confirmButtonText:"jolicoin.useJolicoin",cancelButtonText:"jolicoin.noThanks"}),o=_t("JOLI_COIN",{confirmButtonText:"jolicoin.payAndUnlock",cancelButtonText:"jolicoin.noThanks"}),a=gt("JOLI_COIN",{confirmButtonText:"loginGuide.login",cancelButtonText:"loginGuide.noThanks"});return An("JOLI_COIN",e,{handlers:{handleUnlockSuccess:t,handleUnlockFailed:n,unlockOptionsHandler:Me,initiateAndAwaitPayment:o,showUnlockWithCurrencyModal:i,showUnloginModal:a}})};me();j();var Qe=Ls();Ds(Qe);Ns(Qe);var On,B,$s,lo,yt,Gs,qs,Ws,Ks,uo,ao,so,If,or={},zs=[],Af=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,ar=Array.isArray;function Ye(e,t){for(var r in t)e[r]=t[r];return e}function co(e){e&&e.parentNode&&e.parentNode.removeChild(e)}function sr(e,t,r){var n,i,o,a={};for(o in t)o=="key"?n=t[o]:o=="ref"?i=t[o]:a[o]=t[o];if(arguments.length>2&&(a.children=arguments.length>3?On.call(arguments,2):r),typeof e=="function"&&e.defaultProps!=null)for(o in e.defaultProps)a[o]===void 0&&(a[o]=e.defaultProps[o]);return Cn(e,a,n,i,null)}function Cn(e,t,r,n,i){var o={type:e,props:t,key:r,ref:n,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:i==null?++$s:i,__i:-1,__u:0};return i==null&&B.vnode!=null&&B.vnode(o),o}function lt(e){return e.children}function xe(e,t){this.props=e,this.context=t}function Lt(e,t){if(t==null)return e.__?Lt(e.__,e.__i+1):null;for(var r;t<e.__k.length;t++)if((r=e.__k[t])!=null&&r.__e!=null)return r.__e;return typeof e.type=="function"?Lt(e):null}function Qs(e){var t,r;if((e=e.__)!=null&&e.__c!=null){for(e.__e=e.__c.base=null,t=0;t<e.__k.length;t++)if((r=e.__k[t])!=null&&r.__e!=null){e.__e=e.__c.base=r.__e;break}return Qs(e)}}function js(e){(!e.__d&&(e.__d=!0)&&yt.push(e)&&!Rn.__r++||Gs!==B.debounceRendering)&&((Gs=B.debounceRendering)||qs)(Rn)}function Rn(){for(var e,t,r,n,i,o,a,s=1;yt.length;)yt.length>s&&yt.sort(Ws),e=yt.shift(),s=yt.length,e.__d&&(r=void 0,i=(n=(t=e).__v).__e,o=[],a=[],t.__P&&((r=Ye({},n)).__v=n.__v+1,B.vnode&&B.vnode(r),fo(t.__P,r,n,t.__n,t.__P.namespaceURI,32&n.__u?[i]:null,o,i==null?Lt(n):i,!!(32&n.__u),a),r.__v=n.__v,r.__.__k[r.__i]=r,Zs(o,r,a),r.__e!=i&&Qs(r)));Rn.__r=0}function Ys(e,t,r,n,i,o,a,s,u,d,y){var h,p,f,b,I,C,w=n&&n.__k||zs,k=t.length;for(u=Sf(r,t,w,u,k),h=0;h<k;h++)(f=r.__k[h])!=null&&(p=f.__i===-1?or:w[f.__i]||or,f.__i=h,C=fo(e,f,p,i,o,a,s,u,d,y),b=f.__e,f.ref&&p.ref!=f.ref&&(p.ref&&ho(p.ref,null,f),y.push(f.ref,f.__c||b,f)),I==null&&b!=null&&(I=b),4&f.__u||p.__k===f.__k?u=Xs(f,u,e):typeof f.type=="function"&&C!==void 0?u=C:b&&(u=b.nextSibling),f.__u&=-7);return r.__e=I,u}function Sf(e,t,r,n,i){var o,a,s,u,d,y=r.length,h=y,p=0;for(e.__k=new Array(i),o=0;o<i;o++)(a=t[o])!=null&&typeof a!="boolean"&&typeof a!="function"?(u=o+p,(a=e.__k[o]=typeof a=="string"||typeof a=="number"||typeof a=="bigint"||a.constructor==String?Cn(null,a,null,null,null):ar(a)?Cn(lt,{children:a},null,null,null):a.constructor===void 0&&a.__b>0?Cn(a.type,a.props,a.key,a.ref?a.ref:null,a.__v):a).__=e,a.__b=e.__b+1,s=null,(d=a.__i=Cf(a,r,u,h))!==-1&&(h--,(s=r[d])&&(s.__u|=2)),s==null||s.__v===null?(d==-1&&(i>y?p--:i<y&&p++),typeof a.type!="function"&&(a.__u|=4)):d!=u&&(d==u-1?p--:d==u+1?p++:(d>u?p--:p++,a.__u|=4))):e.__k[o]=null;if(h)for(o=0;o<y;o++)(s=r[o])!=null&&!(2&s.__u)&&(s.__e==n&&(n=Lt(s)),tl(s,s));return n}function Xs(e,t,r){var n,i;if(typeof e.type=="function"){for(n=e.__k,i=0;n&&i<n.length;i++)n[i]&&(n[i].__=e,t=Xs(n[i],t,r));return t}e.__e!=t&&(t&&e.type&&!r.contains(t)&&(t=Lt(e)),r.insertBefore(e.__e,t||null),t=e.__e);do t=t&&t.nextSibling;while(t!=null&&t.nodeType==8);return t}function lr(e,t){return t=t||[],e==null||typeof e=="boolean"||(ar(e)?e.some(function(r){lr(r,t)}):t.push(e)),t}function Cf(e,t,r,n){var i,o,a=e.key,s=e.type,u=t[r];if(u===null&&e.key==null||u&&a==u.key&&s===u.type&&!(2&u.__u))return r;if(n>(u!=null&&!(2&u.__u)?1:0))for(i=r-1,o=r+1;i>=0||o<t.length;){if(i>=0){if((u=t[i])&&!(2&u.__u)&&a==u.key&&s===u.type)return i;i--}if(o<t.length){if((u=t[o])&&!(2&u.__u)&&a==u.key&&s===u.type)return o;o++}}return-1}function Hs(e,t,r){t[0]=="-"?e.setProperty(t,r==null?"":r):e[t]=r==null?"":typeof r!="number"||Af.test(t)?r:r+"px"}function Sn(e,t,r,n,i){var o;e:if(t=="style")if(typeof r=="string")e.style.cssText=r;else{if(typeof n=="string"&&(e.style.cssText=n=""),n)for(t in n)r&&t in r||Hs(e.style,t,"");if(r)for(t in r)n&&r[t]===n[t]||Hs(e.style,t,r[t])}else if(t[0]=="o"&&t[1]=="n")o=t!=(t=t.replace(Ks,"$1")),t=t.toLowerCase()in e||t=="onFocusOut"||t=="onFocusIn"?t.toLowerCase().slice(2):t.slice(2),e.l||(e.l={}),e.l[t+o]=r,r?n?r.t=n.t:(r.t=uo,e.addEventListener(t,o?so:ao,o)):e.removeEventListener(t,o?so:ao,o);else{if(i=="http://www.w3.org/2000/svg")t=t.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if(t!="width"&&t!="height"&&t!="href"&&t!="list"&&t!="form"&&t!="tabIndex"&&t!="download"&&t!="rowSpan"&&t!="colSpan"&&t!="role"&&t!="popover"&&t in e)try{e[t]=r==null?"":r;break e}catch(a){}typeof r=="function"||(r==null||r===!1&&t[4]!="-"?e.removeAttribute(t):e.setAttribute(t,t=="popover"&&r==1?"":r))}}function Vs(e){return function(t){if(this.l){var r=this.l[t.type+e];if(t.u==null)t.u=uo++;else if(t.u<r.t)return;return r(B.event?B.event(t):t)}}}function fo(e,t,r,n,i,o,a,s,u,d){var y,h,p,f,b,I,C,w,k,D,G,H,S,N,T,M,W,K=t.type;if(t.constructor!==void 0)return null;128&r.__u&&(u=!!(32&r.__u),o=[s=t.__e=r.__e]),(y=B.__b)&&y(t);e:if(typeof K=="function")try{if(w=t.props,k="prototype"in K&&K.prototype.render,D=(y=K.contextType)&&n[y.__c],G=y?D?D.props.value:y.__:n,r.__c?C=(h=t.__c=r.__c).__=h.__E:(k?t.__c=h=new K(w,G):(t.__c=h=new xe(w,G),h.constructor=K,h.render=Of),D&&D.sub(h),h.props=w,h.state||(h.state={}),h.context=G,h.__n=n,p=h.__d=!0,h.__h=[],h._sb=[]),k&&h.__s==null&&(h.__s=h.state),k&&K.getDerivedStateFromProps!=null&&(h.__s==h.state&&(h.__s=Ye({},h.__s)),Ye(h.__s,K.getDerivedStateFromProps(w,h.__s))),f=h.props,b=h.state,h.__v=t,p)k&&K.getDerivedStateFromProps==null&&h.componentWillMount!=null&&h.componentWillMount(),k&&h.componentDidMount!=null&&h.__h.push(h.componentDidMount);else{if(k&&K.getDerivedStateFromProps==null&&w!==f&&h.componentWillReceiveProps!=null&&h.componentWillReceiveProps(w,G),!h.__e&&(h.shouldComponentUpdate!=null&&h.shouldComponentUpdate(w,h.__s,G)===!1||t.__v==r.__v)){for(t.__v!=r.__v&&(h.props=w,h.state=h.__s,h.__d=!1),t.__e=r.__e,t.__k=r.__k,t.__k.some(function(ee){ee&&(ee.__=t)}),H=0;H<h._sb.length;H++)h.__h.push(h._sb[H]);h._sb=[],h.__h.length&&a.push(h);break e}h.componentWillUpdate!=null&&h.componentWillUpdate(w,h.__s,G),k&&h.componentDidUpdate!=null&&h.__h.push(function(){h.componentDidUpdate(f,b,I)})}if(h.context=G,h.props=w,h.__P=e,h.__e=!1,S=B.__r,N=0,k){for(h.state=h.__s,h.__d=!1,S&&S(t),y=h.render(h.props,h.state,h.context),T=0;T<h._sb.length;T++)h.__h.push(h._sb[T]);h._sb=[]}else do h.__d=!1,S&&S(t),y=h.render(h.props,h.state,h.context),h.state=h.__s;while(h.__d&&++N<25);h.state=h.__s,h.getChildContext!=null&&(n=Ye(Ye({},n),h.getChildContext())),k&&!p&&h.getSnapshotBeforeUpdate!=null&&(I=h.getSnapshotBeforeUpdate(f,b)),M=y,y!=null&&y.type===lt&&y.key==null&&(M=el(y.props.children)),s=Ys(e,ar(M)?M:[M],t,r,n,i,o,a,s,u,d),h.base=t.__e,t.__u&=-161,h.__h.length&&a.push(h),C&&(h.__E=h.__=null)}catch(ee){if(t.__v=null,u||o!=null)if(ee.then){for(t.__u|=u?160:128;s&&s.nodeType==8&&s.nextSibling;)s=s.nextSibling;o[o.indexOf(s)]=null,t.__e=s}else for(W=o.length;W--;)co(o[W]);else t.__e=r.__e,t.__k=r.__k;B.__e(ee,t,r)}else o==null&&t.__v==r.__v?(t.__k=r.__k,t.__e=r.__e):s=t.__e=Rf(r.__e,t,r,n,i,o,a,u,d);return(y=B.diffed)&&y(t),128&t.__u?void 0:s}function Zs(e,t,r){for(var n=0;n<r.length;n++)ho(r[n],r[++n],r[++n]);B.__c&&B.__c(t,e),e.some(function(i){try{e=i.__h,i.__h=[],e.some(function(o){o.call(i)})}catch(o){B.__e(o,i.__v)}})}function el(e){return typeof e!="object"||e==null?e:ar(e)?e.map(el):Ye({},e)}function Rf(e,t,r,n,i,o,a,s,u){var d,y,h,p,f,b,I,C=r.props,w=t.props,k=t.type;if(k=="svg"?i="http://www.w3.org/2000/svg":k=="math"?i="http://www.w3.org/1998/Math/MathML":i||(i="http://www.w3.org/1999/xhtml"),o!=null){for(d=0;d<o.length;d++)if((f=o[d])&&"setAttribute"in f==!!k&&(k?f.localName==k:f.nodeType==3)){e=f,o[d]=null;break}}if(e==null){if(k==null)return document.createTextNode(w);e=document.createElementNS(i,k,w.is&&w),s&&(B.__m&&B.__m(t,o),s=!1),o=null}if(k===null)C===w||s&&e.data===w||(e.data=w);else{if(o=o&&On.call(e.childNodes),C=r.props||or,!s&&o!=null)for(C={},d=0;d<e.attributes.length;d++)C[(f=e.attributes[d]).name]=f.value;for(d in C)if(f=C[d],d!="children"){if(d=="dangerouslySetInnerHTML")h=f;else if(!(d in w)){if(d=="value"&&"defaultValue"in w||d=="checked"&&"defaultChecked"in w)continue;Sn(e,d,null,f,i)}}for(d in w)f=w[d],d=="children"?p=f:d=="dangerouslySetInnerHTML"?y=f:d=="value"?b=f:d=="checked"?I=f:s&&typeof f!="function"||C[d]===f||Sn(e,d,f,C[d],i);if(y)s||h&&(y.__html===h.__html||y.__html===e.innerHTML)||(e.innerHTML=y.__html),t.__k=[];else if(h&&(e.innerHTML=""),Ys(t.type==="template"?e.content:e,ar(p)?p:[p],t,r,n,k=="foreignObject"?"http://www.w3.org/1999/xhtml":i,o,a,o?o[0]:r.__k&&Lt(r,0),s,u),o!=null)for(d=o.length;d--;)co(o[d]);s||(d="value",k=="progress"&&b==null?e.removeAttribute("value"):b!==void 0&&(b!==e[d]||k=="progress"&&!b||k=="option"&&b!==C[d])&&Sn(e,d,b,C[d],i),d="checked",I!==void 0&&I!==e[d]&&Sn(e,d,I,C[d],i))}return e}function ho(e,t,r){try{if(typeof e=="function"){var n=typeof e.__u=="function";n&&e.__u(),n&&t==null||(e.__u=e(t))}else e.current=t}catch(i){B.__e(i,r)}}function tl(e,t,r){var n,i;if(B.unmount&&B.unmount(e),(n=e.ref)&&(n.current&&n.current!==e.__e||ho(n,null,t)),(n=e.__c)!=null){if(n.componentWillUnmount)try{n.componentWillUnmount()}catch(o){B.__e(o,t)}n.base=n.__P=null}if(n=e.__k)for(i=0;i<n.length;i++)n[i]&&tl(n[i],t,r||typeof e.type!="function");r||co(e.__e),e.__c=e.__=e.__e=void 0}function Of(e,t,r){return this.constructor(e,r)}function rl(e,t,r){var n,i,o,a;t==document&&(t=document.documentElement),B.__&&B.__(e,t),i=(n=typeof r=="function")?null:r&&r.__k||t.__k,o=[],a=[],fo(t,e=(!n&&r||t).__k=sr(lt,null,[e]),i||or,or,t.namespaceURI,!n&&r?[r]:i?null:t.firstChild?On.call(t.childNodes):null,o,!n&&r?r:i?i.__e:t.firstChild,n,a),Zs(o,e,a)}On=zs.slice,B={__e:function(e,t,r,n){for(var i,o,a;t=t.__;)if((i=t.__c)&&!i.__)try{if((o=i.constructor)&&o.getDerivedStateFromError!=null&&(i.setState(o.getDerivedStateFromError(e)),a=i.__d),i.componentDidCatch!=null&&(i.componentDidCatch(e,n||{}),a=i.__d),a)return i.__E=i}catch(s){e=s}throw e}},$s=0,lo=function(e){return e!=null&&e.constructor==null},xe.prototype.setState=function(e,t){var r;r=this.__s!=null&&this.__s!==this.state?this.__s:this.__s=Ye({},this.state),typeof e=="function"&&(e=e(Ye({},r),this.props)),e&&Ye(r,e),e!=null&&this.__v&&(t&&this._sb.push(t),js(this))},xe.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),js(this))},xe.prototype.render=lt,yt=[],qs=typeof Promise=="function"?Promise.prototype.then.bind(Promise.resolve()):setTimeout,Ws=function(e,t){return e.__v.__b-t.__v.__b},Rn.__r=0,Ks=/(PointerCapture)$|Capture$/i,uo=0,ao=Vs(!1),so=Vs(!0),If=0;var Dt,ie,mo,nl,ur=0,dl=[],se=B,il=se.__b,ol=se.__r,al=se.diffed,sl=se.__c,ll=se.unmount,ul=se.__;function Tn(e,t){se.__h&&se.__h(ie,e,ur||t),ur=0;var r=ie.__H||(ie.__H={__:[],__h:[]});return e>=r.__.length&&r.__.push({}),r.__[e]}function xn(e){return ur=1,fl(hl,e)}function fl(e,t,r){var n=Tn(Dt++,2);if(n.t=e,!n.__c&&(n.__=[r?r(t):hl(void 0,t),function(s){var u=n.__N?n.__N[0]:n.__[0],d=n.t(u,s);u!==d&&(n.__N=[d,n.__[1]],n.__c.setState({}))}],n.__c=ie,!ie.__f)){var i=function(s,u,d){if(!n.__c.__H)return!0;var y=n.__c.__H.__.filter(function(p){return!!p.__c});if(y.every(function(p){return!p.__N}))return!o||o.call(this,s,u,d);var h=n.__c.props!==s;return y.forEach(function(p){if(p.__N){var f=p.__[0];p.__=p.__N,p.__N=void 0,f!==p.__[0]&&(h=!0)}}),o&&o.call(this,s,u,d)||h};ie.__f=!0;var o=ie.shouldComponentUpdate,a=ie.componentWillUpdate;ie.componentWillUpdate=function(s,u,d){if(this.__e){var y=o;o=void 0,i(s,u,d),o=y}a&&a.call(this,s,u,d)},ie.shouldComponentUpdate=i}return n.__N||n.__}function cr(e,t){var r=Tn(Dt++,3);!se.__s&&yo(r.__H,t)&&(r.__=e,r.u=t,ie.__H.__h.push(r))}function vo(e,t){var r=Tn(Dt++,4);!se.__s&&yo(r.__H,t)&&(r.__=e,r.u=t,ie.__h.push(r))}function _o(e){return ur=5,dr(function(){return{current:e}},[])}function dr(e,t){var r=Tn(Dt++,7);return yo(r.__H,t)&&(r.__=e(),r.__H=t,r.__h=e),r.__}function go(e,t){return ur=8,dr(function(){return e},t)}function kf(){for(var e;e=dl.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(kn),e.__H.__h.forEach(po),e.__H.__h=[]}catch(t){e.__H.__h=[],se.__e(t,e.__v)}}se.__b=function(e){ie=null,il&&il(e)},se.__=function(e,t){e&&t.__k&&t.__k.__m&&(e.__m=t.__k.__m),ul&&ul(e,t)},se.__r=function(e){ol&&ol(e),Dt=0;var t=(ie=e.__c).__H;t&&(mo===ie?(t.__h=[],ie.__h=[],t.__.forEach(function(r){r.__N&&(r.__=r.__N),r.u=r.__N=void 0})):(t.__h.forEach(kn),t.__h.forEach(po),t.__h=[],Dt=0)),mo=ie},se.diffed=function(e){al&&al(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(dl.push(t)!==1&&nl===se.requestAnimationFrame||((nl=se.requestAnimationFrame)||Tf)(kf)),t.__H.__.forEach(function(r){r.u&&(r.__H=r.u),r.u=void 0})),mo=ie=null},se.__c=function(e,t){t.some(function(r){try{r.__h.forEach(kn),r.__h=r.__h.filter(function(n){return!n.__||po(n)})}catch(n){t.some(function(i){i.__h&&(i.__h=[])}),t=[],se.__e(n,r.__v)}}),sl&&sl(e,t)},se.unmount=function(e){ll&&ll(e);var t,r=e.__c;r&&r.__H&&(r.__H.__.forEach(function(n){try{kn(n)}catch(i){t=i}}),r.__H=void 0,t&&se.__e(t,r.__v))};var cl=typeof requestAnimationFrame=="function";function Tf(e){var t,r=function(){clearTimeout(n),cl&&cancelAnimationFrame(t),setTimeout(e)},n=setTimeout(r,100);cl&&(t=requestAnimationFrame(r))}function kn(e){var t=ie,r=e.__c;typeof r=="function"&&(e.__c=void 0,r()),ie=t}function po(e){var t=ie;e.__c=e.__(),ie=t}function yo(e,t){return!e||e.length!==t.length||t.some(function(r,n){return r!==e[n]})}function hl(e,t){return typeof t=="function"?t(e):t}function Pf(e,t){for(var r in t)e[r]=t[r];return e}function ml(e,t){for(var r in e)if(r!=="__source"&&!(r in t))return!0;for(var n in t)if(n!=="__source"&&e[n]!==t[n])return!0;return!1}function pl(e,t){this.props=e,this.context=t}(pl.prototype=new xe).isPureReactComponent=!0,pl.prototype.shouldComponentUpdate=function(e,t){return ml(this.props,e)||ml(this.state,t)};var vl=B.__b;B.__b=function(e){e.type&&e.type.__f&&e.ref&&(e.props.ref=e.ref,e.ref=null),vl&&vl(e)};var mw=typeof Symbol!="undefined"&&Symbol.for&&Symbol.for("react.forward_ref")||3911;var Lf=B.__e;B.__e=function(e,t,r,n){if(e.then){for(var i,o=t;o=o.__;)if((i=o.__c)&&i.__c)return t.__e==null&&(t.__e=r.__e,t.__k=r.__k),i.__c(e,t)}Lf(e,t,r,n)};var _l=B.unmount;function Al(e,t,r){return e&&(e.__c&&e.__c.__H&&(e.__c.__H.__.forEach(function(n){typeof n.__c=="function"&&n.__c()}),e.__c.__H=null),(e=Pf({},e)).__c!=null&&(e.__c.__P===r&&(e.__c.__P=t),e.__c=null),e.__k=e.__k&&e.__k.map(function(n){return Al(n,t,r)})),e}function Sl(e,t,r){return e&&r&&(e.__v=null,e.__k=e.__k&&e.__k.map(function(n){return Sl(n,t,r)}),e.__c&&e.__c.__P===t&&(e.__e&&r.appendChild(e.__e),e.__c.__e=!0,e.__c.__P=r)),e}function wo(){this.__u=0,this.o=null,this.__b=null}function Cl(e){var t=e.__.__c;return t&&t.__a&&t.__a(e)}function Pn(){this.i=null,this.l=null}B.unmount=function(e){var t=e.__c;t&&t.__R&&t.__R(),t&&32&e.__u&&(e.type=null),_l&&_l(e)},(wo.prototype=new xe).__c=function(e,t){var r=t.__c,n=this;n.o==null&&(n.o=[]),n.o.push(r);var i=Cl(n.__v),o=!1,a=function(){o||(o=!0,r.__R=null,i?i(s):s())};r.__R=a;var s=function(){if(!--n.__u){if(n.state.__a){var u=n.state.__a;n.__v.__k[0]=Sl(u,u.__c.__P,u.__c.__O)}var d;for(n.setState({__a:n.__b=null});d=n.o.pop();)d.forceUpdate()}};n.__u++||32&t.__u||n.setState({__a:n.__b=n.__v.__k[0]}),e.then(a,a)},wo.prototype.componentWillUnmount=function(){this.o=[]},wo.prototype.render=function(e,t){if(this.__b){if(this.__v.__k){var r=document.createElement("div"),n=this.__v.__k[0].__c;this.__v.__k[0]=Al(this.__b,r,n.__O=n.__P)}this.__b=null}var i=t.__a&&sr(lt,null,e.fallback);return i&&(i.__u&=-33),[sr(lt,null,t.__a?null:e.children),i]};var gl=function(e,t,r){if(++r[1]===r[0]&&e.l.delete(t),e.props.revealOrder&&(e.props.revealOrder[0]!=="t"||!e.l.size))for(r=e.i;r;){for(;r.length>3;)r.pop()();if(r[1]<r[0])break;e.i=r=r[2]}};(Pn.prototype=new xe).__a=function(e){var t=this,r=Cl(t.__v),n=t.l.get(e);return n[0]++,function(i){var o=function(){t.props.revealOrder?(n.push(i),gl(t,e,n)):i()};r?r(o):o()}},Pn.prototype.render=function(e){this.i=null,this.l=new Map;var t=lr(e.children);e.revealOrder&&e.revealOrder[0]==="b"&&t.reverse();for(var r=t.length;r--;)this.l.set(t[r],this.i=[1,0,this.i]);return e.children},Pn.prototype.componentDidUpdate=Pn.prototype.componentDidMount=function(){var e=this;this.l.forEach(function(t,r){gl(e,r,t)})};var Df=typeof Symbol!="undefined"&&Symbol.for&&Symbol.for("react.element")||60103,Nf=/^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|dominant|fill|flood|font|glyph(?!R)|horiz|image(!S)|letter|lighting|marker(?!H|W|U)|overline|paint|pointer|shape|stop|strikethrough|stroke|text(?!L)|transform|underline|unicode|units|v|vector|vert|word|writing|x(?!C))[A-Z]/,Uf=/^on(Ani|Tra|Tou|BeforeInp|Compo)/,Mf=/[A-Z0-9]/g,Bf=typeof document!="undefined",Jf=function(e){return(typeof Symbol!="undefined"&&typeof Symbol()=="symbol"?/fil|che|rad/:/fil|che|ra/).test(e)};function bo(e,t,r){return t.__k==null&&(t.textContent=""),rl(e,t),typeof r=="function"&&r(),e?e.__c:null}xe.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach(function(e){Object.defineProperty(xe.prototype,e,{configurable:!0,get:function(){return this["UNSAFE_"+e]},set:function(t){Object.defineProperty(this,e,{configurable:!0,writable:!0,value:t})}})});var yl=B.event;function Ff(){}function Gf(){return this.cancelBubble}function jf(){return this.defaultPrevented}B.event=function(e){return yl&&(e=yl(e)),e.persist=Ff,e.isPropagationStopped=Gf,e.isDefaultPrevented=jf,e.nativeEvent=e};var Rl,Hf={enumerable:!1,configurable:!0,get:function(){return this.class}},wl=B.vnode;B.vnode=function(e){typeof e.type=="string"&&function(t){var r=t.props,n=t.type,i={},o=n.indexOf("-")===-1;for(var a in r){var s=r[a];if(!(a==="value"&&"defaultValue"in r&&s==null||Bf&&a==="children"&&n==="noscript"||a==="class"||a==="className")){var u=a.toLowerCase();a==="defaultValue"&&"value"in r&&r.value==null?a="value":a==="download"&&s===!0?s="":u==="translate"&&s==="no"?s=!1:u[0]==="o"&&u[1]==="n"?u==="ondoubleclick"?a="ondblclick":u!=="onchange"||n!=="input"&&n!=="textarea"||Jf(r.type)?u==="onfocus"?a="onfocusin":u==="onblur"?a="onfocusout":Uf.test(a)&&(a=u):u=a="oninput":o&&Nf.test(a)?a=a.replace(Mf,"-$&").toLowerCase():s===null&&(s=void 0),u==="oninput"&&i[a=u]&&(a="oninputCapture"),i[a]=s}}n=="select"&&i.multiple&&Array.isArray(i.value)&&(i.value=lr(r.children).forEach(function(d){d.props.selected=i.value.indexOf(d.props.value)!=-1})),n=="select"&&i.defaultValue!=null&&(i.value=lr(r.children).forEach(function(d){d.props.selected=i.multiple?i.defaultValue.indexOf(d.props.value)!=-1:i.defaultValue==d.props.value})),r.class&&!r.className?(i.class=r.class,Object.defineProperty(i,"className",Hf)):(r.className&&!r.class||r.class&&r.className)&&(i.class=i.className=r.className),t.props=i}(e),e.$$typeof=Df,wl&&wl(e)};var bl=B.__r;B.__r=function(e){bl&&bl(e),Rl=e.__c};var El=B.diffed;B.diffed=function(e){El&&El(e);var t=e.props,r=e.__e;r!=null&&e.type==="textarea"&&"value"in t&&t.value!==r.value&&(r.value=t.value==null?"":t.value),Rl=null};var Ol=Object.getOwnPropertySymbols,Vf=Object.prototype.hasOwnProperty,$f=Object.prototype.propertyIsEnumerable,qf=(e,t)=>{var r={};for(var n in e)Vf.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&Ol)for(var n of Ol(e))t.indexOf(n)<0&&$f.call(e,n)&&(r[n]=e[n]);return r},Zl=Object.defineProperty,Wf=Object.defineProperties,Kf=Object.getOwnPropertyDescriptors,kl=Object.getOwnPropertySymbols,zf=Object.prototype.hasOwnProperty,Qf=Object.prototype.propertyIsEnumerable,Tl=(e,t,r)=>t in e?Zl(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Yf=(e,t)=>{for(var r in t||(t={}))zf.call(t,r)&&Tl(e,r,t[r]);if(kl)for(var r of kl(t))Qf.call(t,r)&&Tl(e,r,t[r]);return e},Xf=(e,t)=>Wf(e,Kf(t)),Zf=(e,t)=>{for(var r in t)Zl(e,r,{get:t[r],enumerable:!0})},eu=(e,t,r,n)=>{for(var i=t,o=e.length-1,a;o>=0;o--)(a=e[o])&&(i=a(i)||i);return i},eh=(e,t,r)=>new Promise((n,i)=>{var o=u=>{try{s(r.next(u))}catch(d){i(d)}},a=u=>{try{s(r.throw(u))}catch(d){i(d)}},s=u=>u.done?n(u.value):Promise.resolve(u.value).then(o,a);s((r=r.apply(e,t)).next())});if(typeof window!="undefined"&&!window.AbortController){let e=function(){this.signal=new t};e.prototype.abort=function(){this.signal._aborted=!0,typeof this.signal.onabort=="function"&&this.signal.onabort(new Event("abort"));let r=new Event("abort");this.signal.dispatchEvent(r)};let t=function(){this._aborted=!1,this.aborted=!1,this.onabort=null,this._eventListeners={}};Object.defineProperty(t.prototype,"aborted",{get:function(){return this._aborted}}),t.prototype.addEventListener=function(r,n){this._eventListeners[r]||(this._eventListeners[r]=[]),this._eventListeners[r].push(n)},t.prototype.removeEventListener=function(r,n){if(!this._eventListeners[r])return;let i=this._eventListeners[r].indexOf(n);i!==-1&&this._eventListeners[r].splice(i,1)},t.prototype.dispatchEvent=function(r){if(this._eventListeners[r.type])for(let n of this._eventListeners[r.type])n.call(this,r)},window.AbortController=e,window.AbortSignal=t}function th(e){return new Promise(t=>{setTimeout(()=>{t()},e)})}function rh(e){return typeof e=="string"}function nh(e){return typeof e=="undefined"}function ih(e){return nh(e)||e===null}function oh(e){return typeof e=="function"}function tu(e){let t=e,r=null,n=function(){for(var i=arguments.length,o=new Array(i),a=0;a<i;a++)o[a]=arguments[a];return r||(r=new t(...o)),r};return n.prototype=t.prototype,n}var ah=(e=>(e[e.DEVELOPER_FILE_NOT_FOUND=0]="DEVELOPER_FILE_NOT_FOUND",e[e.INTERNAL_IOS_CAN_NOT_FOUND_PKG=1]="INTERNAL_IOS_CAN_NOT_FOUND_PKG",e[e.USER_IOS_LOAD_TIMEOUT=2]="USER_IOS_LOAD_TIMEOUT",e[e.INTERNAL_IOS_PKG_LOAD_ERROR=3]="INTERNAL_IOS_PKG_LOAD_ERROR",e[e.INTERNAL_IOS_PKG_PARSE_FAIL=4]="INTERNAL_IOS_PKG_PARSE_FAIL",e[e.USER_IOS_GET_EMPTY_DATA=5]="USER_IOS_GET_EMPTY_DATA",e[e.USER_ANDROID_GET_PKG_FAIL=6]="USER_ANDROID_GET_PKG_FAIL",e[e.DEVELOPER_ANDROID_PACKAGE_FILE_UNEXPECTED_REQUIRE=7]="DEVELOPER_ANDROID_PACKAGE_FILE_UNEXPECTED_REQUIRE",e))(ah||{});function fr(e){return function(){var t,r;((r=(t=globalThis.VConsole)==null?void 0:t[e])!=null?r:globalThis.console[e])(...arguments)}}var sh={log:fr("log"),warn:fr("warn"),info:fr("info"),error:fr("error"),debug:fr("debug")};Object.assign(globalThis,{logger:sh});var xl=Symbol.for("Jolibox.canIUseMap"),lh={};globalThis[xl]||(globalThis[xl]=lh);var Pl=Symbol.for("Jolibox.canIUseMap.native"),uh={};globalThis[Pl]||(globalThis[Pl]=uh);var ru=(e=>(e[e.Other=0]="Other",e[e.Route=1]="Route",e[e.Click=2]="Click",e[e.View=3]="View",e[e.Expose=4]="Expose",e[e.Swipe=5]="Swipe",e[e.Input=6]="Input",e[e.Select=7]="Select",e[e.SwitchOn=8]="SwitchOn",e[e.SwitchOff=9]="SwitchOff",e[e.Submit=10]="Submit",e[e.Scroll=11]="Scroll",e[e.Hide=12]="Hide",e[e.System=1e3]="System",e[e.ErrorTrace=1001]="ErrorTrace",e[e.UserDefined=1002]="UserDefined",e))(ru||{}),nu=(e=>(e.MiniGame="mini-game",e.MiniDrama="mini-drama",e.App="app",e.WebSDK="web-sdk",e.AppSDK="app-sdk",e))(nu||{}),iu=(e=>(e[e.App=0]="App",e[e.H5=1]="H5",e[e.Weapp=2]="Weapp",e[e.Alipay=3]="Alipay",e[e.Gcash=4]="Gcash",e[e.Dana=5]="Dana",e[e.Umma=6]="Umma",e[e.WebSDK=1e3]="WebSDK",e[e.AppSDK=1001]="AppSDK",e[e.Other=9999]="Other",e))(iu||{}),Ll=["name","params"],ch=["name","type","location","target","extra","timestamp","userId"],dh=["platform","os","appVersion","appId","model","brand","uuid","jsSdkVersion","extra"];function Un(e,t){return t.map(r=>{if(r==="params"&&e[r]){let n=e[r];return Object.keys(n).reduce((i,o)=>(i[o]=String(n[o]),i),{})}return e[r]})}function fh(e){let t=e.location?Un(e.location,Ll):null,r=e.target?Un(e.target,Ll):null;return Un(Xf(Yf({},e),{location:t,target:r}),ch)}function hh(e){let t=e.events.map(n=>fh(n)),r=Un(e.device,dh);return[e.protocolVersion,t,r,e.project]}function mh(){if(typeof window=="undefined")return{getItem:()=>null,setItem:()=>{},removeItem:()=>{},clear:()=>{},length:0,key:()=>null};try{if(window.__joliboxLocalStorage__)return window.__joliboxLocalStorage__;let e=Object.getOwnPropertyDescriptor(window,"localStorage");if(e&&e.get){let n=e.get.call(window);return window.__joliboxLocalStorage__=n,n}if(e=Object.getOwnPropertyDescriptor(Object.getPrototypeOf(window),"localStorage"),e&&e.get)return e.get.call(window);let t=Window.prototype,r=Object.getOwnPropertyDescriptor(t,"localStorage");if(r&&r.get){let n=r.get.call(window);return window.__joliboxLocalStorage__=n,n}return localStorage}catch(e){return console.warn("Failed to get original localStorage, fallback to default implementation",e),localStorage}}mh();var Mt=typeof window=="undefined",Dl=()=>!Mt&&!!(navigator.userAgent||"").includes("JoliboxPlatformSDK");!Mt&&(navigator.userAgent.includes("iPhone")||navigator.userAgent.includes("iPod")||navigator.userAgent.includes("iPad")||navigator.userAgent.includes("iPhone OS")),!Mt&&navigator.userAgent.includes("Android"),!Mt&&navigator.userAgent.includes("Mac"),!Mt&&navigator.userAgent.includes("FB_IAB"),!Mt&&!navigator.userAgent.includes("iPhone")&&navigator.userAgent.includes("Android");var Oo=class ko{constructor(t){this.element=t,this.next=ko.Undefined,this.prev=ko.Undefined}};Oo.Undefined=new Oo(void 0);var re=Oo,ph=class{constructor(){this._first=re.Undefined,this._last=re.Undefined,this._size=0}get size(){return this._size}isEmpty(){return this._first===re.Undefined}clear(){let e=this._first;for(;e!==re.Undefined;){let t=e.next;e.prev=re.Undefined,e.next=re.Undefined,e=t}this._first=re.Undefined,this._last=re.Undefined,this._size=0}unshift(e){return this._insert(e,!1)}push(e){return this._insert(e,!0)}_insert(e,t){let r=new re(e);if(this._first===re.Undefined)this._first=r,this._last=r;else if(t){let i=this._last;this._last=r,r.prev=i,i.next=r}else{let i=this._first;this._first=r,r.next=i,i.prev=r}this._size+=1;let n=!1;return()=>{n||(n=!0,this._remove(r))}}shift(){if(this._first!==re.Undefined){let e=this._first.element;return this._remove(this._first),e}}pop(){if(this._last!==re.Undefined){let e=this._last.element;return this._remove(this._last),e}}_remove(e){if(e.prev!==re.Undefined&&e.next!==re.Undefined){let t=e.prev;t.next=e.next,e.next.prev=t}else e.prev===re.Undefined&&e.next===re.Undefined?(this._first=re.Undefined,this._last=re.Undefined):e.next===re.Undefined?(this._last=this._last.prev,this._last.next=re.Undefined):e.prev===re.Undefined&&(this._first=this._first.next,this._first.prev=re.Undefined);this._size-=1}*[Symbol.iterator](){let e=this._first;for(;e!==re.Undefined;)yield e.element,e=e.next}},vh=0,hr=class{constructor(e){this.value=e,this.id=vh++}},_r=class{constructor(e){this.options=e,this._size=0}dispose(e){var t,r;this._disposed||(this._disposed=!0,this._listeners&&(e?(this._listeners instanceof hr&&(this._listeners=[this._listeners]),this._listeners=this._listeners.filter(n=>(n==null?void 0:n.value)===e)):(this._listeners=void 0,this._size=0)),(r=(t=this.options)==null?void 0:t.onDidRemoveLastListener)==null||r.call(t))}get event(){return this._event!=null||(this._event=(e,t)=>{var r,n,i,o,a,s;if(this._disposed)return()=>{console.info("[Jolibox SDK] Emitter is _disposed")};t&&(e=e.bind(t));let u=new hr(e);return this._listeners?this._listeners instanceof hr?this._listeners=[this._listeners,u]:this._listeners.push(u):((n=(r=this.options)==null?void 0:r.onWillAddFirstListener)==null||n.call(r,this),this._listeners=u,(o=(i=this.options)==null?void 0:i.onDidFirstListener)==null||o.call(i,this)),(s=(a=this.options)==null?void 0:a.onDidAddListener)==null||s.call(a,this),this._size++,()=>{var d,y,h,p;if(!this._disposed){if(this._listeners instanceof hr)this._listeners.id===u.id&&(this._listeners=void 0,this._size=0,(y=(d=this.options)==null?void 0:d.onDidRemoveLastListener)==null||y.call(d));else if(this._listeners){let f=this._listeners.indexOf(u);f>=0&&(this._listeners.splice(f,1),this._size--,this._size===0&&((p=(h=this.options)==null?void 0:h.onDidRemoveLastListener)==null||p.call(h)))}}}}),this._event}_deliver(e,t){var r;if(!e)return;let n=((r=this.options)==null?void 0:r.onListenerError)||Error.constructor;if(!n){e.value(t);return}try{e.value(t)}catch(i){n(i)}}fire(e){this._listeners&&(this._listeners instanceof hr?this._deliver(this._listeners,e):this._listeners.forEach(t=>this._deliver(t,e)))}hasListeners(){return this._size>0}},_h=class{constructor(){this.listeners=new Map,this.listerHandlerMap=new WeakMap,this.cachedEventQueue=new Map}on(e,t){let r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0;var n;let i=(n=this.listeners.get(e))!=null?n:new _r,o=u=>t(...u.args),a=i.event(o);this.listerHandlerMap.set(t,{handler:o,dispose:a}),this.listeners.set(e,i);let s=this.cachedEventQueue.get(e);if(s&&r)for(let u of s)t(...u.args)}flushCachedEvent(e){e?this.cachedEventQueue.delete(e):this.cachedEventQueue.clear()}off(e,t){let r=this.listerHandlerMap.get(t);r&&(r.dispose(),this.listerHandlerMap.delete(t))}emit(e){let t=this.listeners.get(e),r=this.cachedEventQueue.get(e);for(var n=arguments.length,i=new Array(n>1?n-1:0),o=1;o<n;o++)i[o-1]=arguments[o];r||(r=new ph,this.cachedEventQueue.set(e,r)),r.push({args:i}),t&&t.fire({event:e,args:i})}once(e,t){var r=this;let n=function(){t(...arguments),r.off(e,n)};this.on(e,n,!1)}},To={};Zf(To,{None:()=>gh,filter:()=>wh,once:()=>ou,toPromise:()=>yh});var gh=()=>(console.log("[Jolibox SDK] None Event"),()=>{console.log("[Jolibox SDK] None Event dispose")});function yh(e){return new Promise(t=>ou(e)(t))}function ou(e){return function(t){let r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null,n=!1;return e(i=>{if(!n)return n=!0,t.call(r,i)},null)}}function wh(e,t){return(r=>{let n={onWillAddFirstListener(){r(i.fire,i)}},i=new _r(n);return i.event})(function(r){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;return e(i=>t(i)&&r.call(n,i),null)})}var Eo=Symbol.for("Jolibox.hostEmitter"),bh=()=>{let e=new _h;return globalThis[Eo]||(globalThis[Eo]={on:e.on.bind(e),off:e.off.bind(e),emit:e.emit.bind(e),once:e.once.bind(e)}),globalThis[Eo]};bh();function Eh(e,t){let r=Math.min(e.length,t.length);for(let n=0;n<r;n++)Ih(e[n],t[n])}function Ih(e,t){if(rh(t)){if(typeof e!==t)throw new Error(`argument does not match constraint: typeof ${t}`)}else if(oh(t)){try{if(e instanceof t)return}catch(r){}if(!ih(e)&&e.constructor===t||t.length===1&&t.call(void 0,e)===!0)return;throw new Error("[Jolibox SDK]argument does not match one of these constraints: arg instanceof constraint, arg.constructor === constraint, nor constraint(arg) === true")}}var xo=class{constructor(){this._commands=new Map,this._onDidRegisterCommand=new _r,this.onDidRegisterCommand=this._onDidRegisterCommand.event,console.log("[Jolibox SDK] command registry")}registerCommand(e){if(!e)throw new Error("invalid command");if(e.metadata&&Array.isArray(e.metadata.args)){let r=[];for(let i of e.metadata.args)r.push(i.constraint);let n=e.handler;e.handler=function(){for(var i=arguments.length,o=new Array(i),a=0;a<i;a++)o[a]=arguments[a];return Eh(o,r),n(...o)}}let{id:t}=e;this._commands.get(t)&&console.info(`[Jolibox SDK] duplicated command is registered ${t}`),this._commands.set(t,e),this._onDidRegisterCommand.fire(t)}getCommand(e){return this._commands.get(e)}getCommands(){let e=new Map;for(let t of this._commands.keys()){let r=this.getCommand(t);r&&e.set(t,r)}return e}};xo=eu([tu],xo);var Nl=class{constructor(){this._onWillExecuteCommand=new _r,this.onWillExecuteCommand=this._onWillExecuteCommand.event,this._onDidExecuteCommand=new _r,this.onDidExecuteCommand=this._onDidExecuteCommand.event,this.registry=new xo,this._starActivation=null}_activateStar(){return this._starActivation||(this._starActivation=th(3e4)),this._starActivation}executeCommand(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];return eh(this,null,function*(){return this.registry.getCommand(e)?this._tryExecuteCommand(e,r):(yield Promise.all([Promise.race([this._activateStar(),To.toPromise(To.filter(this.registry.onDidRegisterCommand,i=>i===e))])]),this._tryExecuteCommand(e,r))})}executeCommandThowErr(e){if(!this.registry.getCommand(e))throw new Error(`command '${e}' not found`);let t=this.registry.getCommand(e);for(var r=arguments.length,n=new Array(r>1?r-1:0),i=1;i<r;i++)n[i-1]=arguments[i];this._onWillExecuteCommand.fire({commandId:e,args:n});let o=this.invokeFunction(t.handler,...n);return this._onDidExecuteCommand.fire({commandId:e,args:n}),o}_tryExecuteCommand(e,t){let r=this.registry.getCommand(e);if(!r)return Promise.reject(new Error(`command '${e}' not found`));try{this._onWillExecuteCommand.fire({commandId:e,args:t});let n=this.invokeFunction(r.handler,...t);return this._onDidExecuteCommand.fire({commandId:e,args:t}),Promise.resolve(n)}catch(n){return Promise.reject(n)}}invokeFunction(e){try{for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];return e(...r)}finally{}}};Nl=eu([tu],Nl);function Ae(e,t,r){return(t=Ah(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Ah(e){var t=Sh(e,"string");return typeof t=="symbol"?t:t+""}function Sh(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Nt=e=>e?function(){try{for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];e==null||e(...r)}catch(i){console.error("Error calling function",i)}}:()=>{console.log("wrapUserFunction: fn is undefined")},Po=class{constructor(t){Ae(this,"context",void 0),Ae(this,"continueCallback",void 0),Ae(this,"adIsShowingCallback",void 0),Ae(this,"isBeforeAdCalled",!1),Ae(this,"isBeforeRewardCalled",!1),Ae(this,"isAdDismissedCalled",!1),Ae(this,"isAdViewedCalled",!1),Ae(this,"isAfterAdCalled",!1),Ae(this,"currentProvider",void 0),Ae(this,"currentClientParams",void 0),Ae(this,"adsHasResponse",!1),Ae(this,"videoChecker",window.document.createElement("video")),Ae(this,"contextInfo",void 0),Ae(this,"wrapShowAdFn",r=>()=>{var n,i,o;this.adsHasResponse=!0;let a=!1;this.videoChecker.play().catch(()=>{a=!1}),a=!this.videoChecker.paused,this.videoChecker.pause(),this.context.track("CallShowAdFn",Object.assign({},{userEvent:a},this.paramsToTrack)),window.postMessage({type:"JOLIBOX_AD_CALL_BEFORE_REWARD",data:Object.assign({},{userEvent:a},this.paramsToTrack)},"*"),Dl()&&this.context.track("mmp_ad_impression",{ad_network:(i=(n=this.currentProvider)==null?void 0:n.name)!=null?i:"",ad_format:"rewarded",module:"game",game_id:this.contextInfo.objectId}),(o=this.adIsShowingCallback)==null||o.call(this,!0);let s=Nt(r);s==null||s()}),this.context=t,this.contextInfo=t.getContextInfo()}get paramsToTrack(){var t,r,n,i,o,a;return{provider:(r=(t=this.currentProvider)==null?void 0:t.name)!=null?r:null,type:(n=this.currentClientParams)==null?void 0:n.type,name:((i=this.currentClientParams)==null?void 0:i.type)==="preroll"?null:(a=(o=this.currentClientParams)==null?void 0:o.name)!=null?a:""}}wrapBeforeAd(t){return()=>{var r,n,i,o;if(this.adsHasResponse=!0,this.context.track("CallBeforeAd",this.paramsToTrack),window.postMessage({type:"JOLIBOX_AD_CALL_BEFORE_AD",data:this.paramsToTrack},"*"),!this.isBeforeAdCalled){this.isBeforeAdCalled=!0;let a=Nt(t);a==null||a(),((r=this.currentClientParams)==null?void 0:r.type)!=="reward"&&((n=this.adIsShowingCallback)==null||n.call(this,!0),Dl()&&this.context.track("mmp_ad_impression",{ad_network:(o=(i=this.currentProvider)==null?void 0:i.name)!=null?o:"",ad_format:"interstitial",module:"game",game_id:this.contextInfo.objectId}))}}}wrapBeforeReward(t){return r=>{this.adsHasResponse=!0,this.isBeforeRewardCalled?this.wrapShowAdFn(r)():(this.isBeforeRewardCalled=!0,t==null||t(this.wrapShowAdFn(r)))}}wrapAdDismissed(t){return()=>{if(this.adsHasResponse=!0,!this.isAdDismissedCalled){this.isAdDismissedCalled=!0;let r=Nt(t);r==null||r()}}}wrapAdViewed(t){return()=>{if(this.adsHasResponse=!0,!this.isAdViewedCalled){this.isAdViewedCalled=!0;let r=Nt(t);r==null||r()}}}wrapAfterAd(t){return()=>{if(this.adsHasResponse=!0,this.context.track("CallAfterAd",this.paramsToTrack),window.postMessage({type:"JOLIBOX_AD_CALL_AFTER_AD",data:this.paramsToTrack},"*"),!this.isAfterAdCalled){this.isAfterAdCalled=!0;let r=Nt(t);r==null||r()}}}wrapAdBreakDone(t){return r=>{var n,i,o,a,s,u,d,y,h;switch(this.adsHasResponse=!0,this.context.track("CallAdBreakDone",{provider:(i=(n=this.currentProvider)==null?void 0:n.name)!=null?i:null,breakType:r.breakType,breakName:(o=r.breakName)!=null?o:"",breakFormat:r.breakFormat,breakStatus:r.breakStatus}),window.postMessage({type:"JOLIBOX_AD_CALL_AD_BREAK_DONE",data:{provider:(s=(a=this.currentProvider)==null?void 0:a.name)!=null?s:null,breakType:r.breakType,breakName:(u=r.breakName)!=null?u:"",breakFormat:r.breakFormat,breakStatus:r.breakStatus}},"*"),r.breakStatus){case"viewed":case"ignored":case"dismissed":case"error":{let p=Nt(t);p==null||p(r),(d=this.adIsShowingCallback)==null||d.call(this,!1),(y=this.continueCallback)==null||y.call(this,[!1,r]);break}default:{(h=this.continueCallback)==null||h.call(this,[!0,r]);break}}}}callAdBreakAndContinue(t,r,n,i){return P(this,null,function*(){return this.currentProvider=t,this.currentClientParams=r,this.adsHasResponse=!1,new Promise(o=>{this.continueCallback=o,this.adIsShowingCallback=i;let a;switch(r.type){case"preroll":{a={type:r.type,adBreakDone:this.wrapAdBreakDone(r.adBreakDone)};break}case"reward":{a={name:r.name,type:r.type,beforeAd:this.wrapBeforeAd(r.beforeAd),beforeReward:this.wrapBeforeReward(r.beforeReward),adDismissed:this.wrapAdDismissed(r.adDismissed),adViewed:this.wrapAdViewed(r.adViewed),afterAd:this.wrapAfterAd(r.afterAd),adBreakDone:this.wrapAdBreakDone(r.adBreakDone)};break}default:{a={name:r.name,type:r.type,beforeAd:this.wrapBeforeAd(r.beforeAd),afterAd:this.wrapAfterAd(r.afterAd),adBreakDone:this.wrapAdBreakDone(r.adBreakDone)};break}}window.setTimeout(()=>{var s,u,d,y,h;this.adsHasResponse||(this.context.track("CallAdBreakTimeout",{type:r.type,provider:(u=(s=this.currentProvider)==null?void 0:s.name)!=null?u:null}),(y=this.continueCallback)==null||y.call(this,[!0,{breakType:r.type,breakName:r.type==="preroll"?"":(d=r.name)!=null?d:"",breakFormat:r.type==="reward"?"reward":"interstitial",breakStatus:"timeout"}]),(h=this.adIsShowingCallback)==null||h.call(this,!1))},5e3),this.context.track("CallAdBreak",this.paramsToTrack),window.postMessage({type:"JOLIBOX_AD_CALL_AD_BREAK",data:this.paramsToTrack},"*"),t.adBreak(a,n),window.JoliTesterBridge&&console.log("joli-fullscreen-ad-show")})})}};function Ln(e,t,r){return(t=Ch(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Ch(e){var t=Rh(e,"string");return typeof t=="symbol"?t:t+""}function Rh(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Lo=class{constructor(t){Ln(this,"context",void 0),Ln(this,"adBreakIsShowing",!1),Ln(this,"reportPageJumpOut",()=>{this.context.track("AdBreakJumpOut",{context:"AdsActionDetection"})}),Ln(this,"reportPageHide",()=>{this.context.track("AdBreakHide",{context:"AdsActionDetection"})}),this.context=t,window.addEventListener("visibilitychange",()=>{document.hidden&&this.adBreakIsShowing&&this.reportPageHide()}),window.addEventListener("beforeunload",r=>{this.adBreakIsShowing&&this.reportPageJumpOut()})}};function Dn(e,t,r){return(t=Oh(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Oh(e){var t=kh(e,"string");return typeof t=="symbol"?t:t+""}function kh(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Do=class{constructor(t){Dn(this,"configs",null),Dn(this,"firstRun",!0),Dn(this,"context",void 0),Dn(this,"contextInfo",void 0),this.context=t,this.contextInfo=this.context.getContextInfo(),this.init()}init(){return P(this,null,function*(){try{this.configs=yield this.context.httpClient.get("/api/fe-configs/js-sdk/ads-channel-config",{})}catch(t){}})}shouldBypassCallingInterstitial(){var t,r;let n;if(!this.configs)this.init(),n=!this.firstRun;else{let i=(t=this.contextInfo.channel)!=null?t:"",o=this.configs[i],a=(r=o==null?void 0:o.interstitialRate)!=null?r:1;n=Math.random()<a}return this.firstRun=!1,n}};function Xe(e,t,r){return(t=Th(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Th(e){var t=xh(e,"string");return typeof t=="symbol"?t:t+""}function xh(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var No=class{constructor(t,r){Xe(this,"name","ADSENSE"),Xe(this,"context",void 0),Xe(this,"contextInfo",void 0),Xe(this,"configured",!1),Xe(this,"initParams",void 0),Xe(this,"push",function(){let n=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};window.adsbygoogle.push(n)}),Xe(this,"adConfig",n=>{let i=n,{onReady:o}=i,a=qf(i,["onReady"]);this.context.track("CallAdConfig",a),this.configured?console.warn("Ad config already set, skipping"):(this.configured=!0,this.push(n))}),Xe(this,"adBreak",n=>{if(!this.contextInfo.objectId){console.warn("Game ID is not set, skip calling adBreak");return}this.push(n)}),Xe(this,"adUnit",n=>P(this,null,function*(){var i,o,a,s;if(this.context.track("CallAdUnit",{adFormat:(o=(i=n.adFormat)==null?void 0:i.toString())!=null?o:null,fullWidthResponsive:(a=n.fullWidthResponsive)!=null?a:null}),document.querySelector("#jolibox-ads")){console.warn("Ad unit already set, skipping");return}let{el:u,slot:d,adFormat:y,fullWidthResponsive:h,style:p}=n,f;if(!u)throw new Error("targeting element is required");if(typeof u=="string"?f=document.querySelector(u):f=u,!f)throw new Error("targeting element not found");let b=d;if(b||(b=this.initParams.unitId),!b)throw new Error("slot is required");let I=typeof y=="object"&&Array.isArray(y)?y.join(", "):y,C=document.createElement("ins");if(C.className="adsbygoogle",C.id="jolibox-ads",C.style.display="block",C.setAttribute("data-ad-client",this.initParams.clientId),C.setAttribute("data-ad-slot",b),I&&C.setAttribute("data-ad-format",I),h&&C.setAttribute("data-full-width-responsive",h),p&&C.setAttribute("style",p),(s=this.contextInfo.testAdsMode)!=null?s:!1){let w=document.createElement("div");w.style.position="absolute",w.style.top="0",w.style.left="0",w.style.width="100%",w.style.height="100%",w.style.display="flex",w.style.justifyContent="center",w.style.alignItems="center",w.style.backgroundColor="rgba(0, 0, 0, 0.5)",w.style.color="white",w.innerHTML="Test Ad",C.style.position="relative",f.appendChild(C),C.appendChild(w)}else f.appendChild(C),new MutationObserver(w=>{w.forEach(k=>{if(k.type==="attributes"&&k.attributeName==="data-ad-status"){let D=C.getAttribute("data-ad-status");this.context.track("AdSenseUnitStatusChanged",{status:D!=null?D:"null"})}})}).observe(C,{attributes:!0,attributeFilter:["data-ad-status"]}),this.push({})})),this.context=t,this.contextInfo=this.context.getContextInfo(),this.initParams=r,window.adsbygoogle=window.adsbygoogle||[]}init(){return P(this,null,function*(){var t;if(this.context.track("CallAdsInit",{provider:this.name}),typeof window=="undefined")return;let r="google-adsense",n=(t=this.contextInfo.testAdsMode)!=null?t:!1;if(!document.getElementById(r)&&this.initParams.clientId){let i=document.createElement("script");i.id=r,i.async=!0,i.crossOrigin="anonymous",i.src=`https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=${this.initParams.clientId}`,n&&i.setAttribute("data-adbreak-test","on"),this.initParams.channelId&&i.setAttribute("data-ad-channel",this.initParams.channelId),this.initParams.admobInterstitialSlot&&i.setAttribute("data-admob-interstitial-slot",this.initParams.admobInterstitialSlot),this.initParams.admobRewardedSlot&&i.setAttribute("data-admob-rewarded-slot",this.initParams.admobRewardedSlot),this.initParams.admobOnly&&i.setAttribute("data-admob-ads-only","on"),document.head.appendChild(i),this.context.track("LoadAdsenseCompleted",null)}})}};function Ph(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}function Lh(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),e.nonce!==void 0&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t.setAttribute("data-s",""),t}var Dh=function(){function e(r){var n=this;this._insertTag=function(i){var o;n.tags.length===0?n.insertionPoint?o=n.insertionPoint.nextSibling:n.prepend?o=n.container.firstChild:o=n.before:o=n.tags[n.tags.length-1].nextSibling,n.container.insertBefore(i,o),n.tags.push(i)},this.isSpeedy=r.speedy===void 0?!0:r.speedy,this.tags=[],this.ctr=0,this.nonce=r.nonce,this.key=r.key,this.container=r.container,this.prepend=r.prepend,this.insertionPoint=r.insertionPoint,this.before=null}var t=e.prototype;return t.hydrate=function(r){r.forEach(this._insertTag)},t.insert=function(r){this.ctr%(this.isSpeedy?65e3:1)===0&&this._insertTag(Lh(this));var n=this.tags[this.tags.length-1];if(this.isSpeedy){var i=Ph(n);try{i.insertRule(r,i.cssRules.length)}catch(o){}}else n.appendChild(document.createTextNode(r));this.ctr++},t.flush=function(){this.tags.forEach(function(r){var n;return(n=r.parentNode)==null?void 0:n.removeChild(r)}),this.tags=[],this.ctr=0},e}(),we="-ms-",jn="-moz-",V="-webkit-",au="comm",Qo="rule",Yo="decl",Nh="@import",su="@keyframes",Uh="@layer",Mh=Math.abs,Wn=String.fromCharCode,Bh=Object.assign;function Jh(e,t){return pe(e,0)^45?(((t<<2^pe(e,0))<<2^pe(e,1))<<2^pe(e,2))<<2^pe(e,3):0}function lu(e){return e.trim()}function Fh(e,t){return(e=t.exec(e))?e[0]:e}function $(e,t,r){return e.replace(t,r)}function Uo(e,t){return e.indexOf(t)}function pe(e,t){return e.charCodeAt(t)|0}function gr(e,t,r){return e.slice(t,r)}function Ge(e){return e.length}function Xo(e){return e.length}function Nn(e,t){return t.push(e),e}function Gh(e,t){return e.map(t).join("")}var Kn=1,Ft=1,uu=0,Re=0,de=0,Gt="";function zn(e,t,r,n,i,o,a){return{value:e,root:t,parent:r,type:n,props:i,children:o,line:Kn,column:Ft,length:a,return:""}}function mr(e,t){return Bh(zn("",null,null,"",null,null,0),e,{length:-e.length},t)}function jh(){return de}function Hh(){return de=Re>0?pe(Gt,--Re):0,Ft--,de===10&&(Ft=1,Kn--),de}function Le(){return de=Re<uu?pe(Gt,Re++):0,Ft++,de===10&&(Ft=1,Kn++),de}function je(){return pe(Gt,Re)}function Mn(){return Re}function br(e,t){return gr(Gt,e,t)}function yr(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function cu(e){return Kn=Ft=1,uu=Ge(Gt=e),Re=0,[]}function du(e){return Gt="",e}function Bn(e){return lu(br(Re-1,Mo(e===91?e+2:e===40?e+1:e)))}function Vh(e){for(;(de=je())&&de<33;)Le();return yr(e)>2||yr(de)>3?"":" "}function $h(e,t){for(;--t&&Le()&&!(de<48||de>102||de>57&&de<65||de>70&&de<97););return br(e,Mn()+(t<6&&je()==32&&Le()==32))}function Mo(e){for(;Le();)switch(de){case e:return Re;case 34:case 39:e!==34&&e!==39&&Mo(de);break;case 40:e===41&&Mo(e);break;case 92:Le();break}return Re}function qh(e,t){for(;Le()&&e+de!==57&&!(e+de===84&&je()===47););return"/*"+br(t,Re-1)+"*"+Wn(e===47?e:Le())}function Wh(e){for(;!yr(je());)Le();return br(e,Re)}function Kh(e){return du(Jn("",null,null,null,[""],e=cu(e),0,[0],e))}function Jn(e,t,r,n,i,o,a,s,u){for(var d=0,y=0,h=a,p=0,f=0,b=0,I=1,C=1,w=1,k=0,D="",G=i,H=o,S=n,N=D;C;)switch(b=k,k=Le()){case 40:if(b!=108&&pe(N,h-1)==58){Uo(N+=$(Bn(k),"&","&\f"),"&\f")!=-1&&(w=-1);break}case 34:case 39:case 91:N+=Bn(k);break;case 9:case 10:case 13:case 32:N+=Vh(b);break;case 92:N+=$h(Mn()-1,7);continue;case 47:switch(je()){case 42:case 47:Nn(zh(qh(Le(),Mn()),t,r),u);break;default:N+="/"}break;case 123*I:s[d++]=Ge(N)*w;case 125*I:case 59:case 0:switch(k){case 0:case 125:C=0;case 59+y:w==-1&&(N=$(N,/\f/g,"")),f>0&&Ge(N)-h&&Nn(f>32?Ml(N+";",n,r,h-1):Ml($(N," ","")+";",n,r,h-2),u);break;case 59:N+=";";default:if(Nn(S=Ul(N,t,r,d,y,i,s,D,G=[],H=[],h),o),k===123)if(y===0)Jn(N,t,S,S,G,o,h,s,H);else switch(p===99&&pe(N,3)===110?100:p){case 100:case 108:case 109:case 115:Jn(e,S,S,n&&Nn(Ul(e,S,S,0,0,i,s,D,i,G=[],h),H),i,H,h,s,n?G:H);break;default:Jn(N,S,S,S,[""],H,0,s,H)}}d=y=f=0,I=w=1,D=N="",h=a;break;case 58:h=1+Ge(N),f=b;default:if(I<1){if(k==123)--I;else if(k==125&&I++==0&&Hh()==125)continue}switch(N+=Wn(k),k*I){case 38:w=y>0?1:(N+="\f",-1);break;case 44:s[d++]=(Ge(N)-1)*w,w=1;break;case 64:je()===45&&(N+=Bn(Le())),p=je(),y=h=Ge(D=N+=Wh(Mn())),k++;break;case 45:b===45&&Ge(N)==2&&(I=0)}}return o}function Ul(e,t,r,n,i,o,a,s,u,d,y){for(var h=i-1,p=i===0?o:[""],f=Xo(p),b=0,I=0,C=0;b<n;++b)for(var w=0,k=gr(e,h+1,h=Mh(I=a[b])),D=e;w<f;++w)(D=lu(I>0?p[w]+" "+k:$(k,/&\f/g,p[w])))&&(u[C++]=D);return zn(e,t,r,i===0?Qo:s,u,d,y)}function zh(e,t,r){return zn(e,t,r,au,Wn(jh()),gr(e,2,-2),0)}function Ml(e,t,r,n){return zn(e,t,r,Yo,gr(e,0,n),gr(e,n+1,-1),n)}function Jt(e,t){for(var r="",n=Xo(e),i=0;i<n;i++)r+=t(e[i],i,e,t)||"";return r}function Qh(e,t,r,n){switch(e.type){case Uh:if(e.children.length)break;case Nh:case Yo:return e.return=e.return||e.value;case au:return"";case su:return e.return=e.value+"{"+Jt(e.children,n)+"}";case Qo:e.value=e.props.join(",")}return Ge(r=Jt(e.children,n))?e.return=e.value+"{"+r+"}":""}function Yh(e){var t=Xo(e);return function(r,n,i,o){for(var a="",s=0;s<t;s++)a+=e[s](r,n,i,o)||"";return a}}function Xh(e){return function(t){t.root||(t=t.return)&&e(t)}}function Zh(e){var t=Object.create(null);return function(r){return t[r]===void 0&&(t[r]=e(r)),t[r]}}var em=function(e,t,r){for(var n=0,i=0;n=i,i=je(),n===38&&i===12&&(t[r]=1),!yr(i);)Le();return br(e,Re)},tm=function(e,t){var r=-1,n=44;do switch(yr(n)){case 0:n===38&&je()===12&&(t[r]=1),e[r]+=em(Re-1,t,r);break;case 2:e[r]+=Bn(n);break;case 4:if(n===44){e[++r]=je()===58?"&\f":"",t[r]=e[r].length;break}default:e[r]+=Wn(n)}while(n=Le());return e},rm=function(e,t){return du(tm(cu(e),t))},Bl=new WeakMap,nm=function(e){if(!(e.type!=="rule"||!e.parent||e.length<1)){for(var t=e.value,r=e.parent,n=e.column===r.column&&e.line===r.line;r.type!=="rule";)if(r=r.parent,!r)return;if(!(e.props.length===1&&t.charCodeAt(0)!==58&&!Bl.get(r))&&!n){Bl.set(e,!0);for(var i=[],o=rm(t,i),a=r.props,s=0,u=0;s<o.length;s++)for(var d=0;d<a.length;d++,u++)e.props[u]=i[s]?o[s].replace(/&\f/g,a[d]):a[d]+" "+o[s]}}},im=function(e){if(e.type==="decl"){var t=e.value;t.charCodeAt(0)===108&&t.charCodeAt(2)===98&&(e.return="",e.value="")}};function fu(e,t){switch(Jh(e,t)){case 5103:return V+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return V+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return V+e+jn+e+we+e+e;case 6828:case 4268:return V+e+we+e+e;case 6165:return V+e+we+"flex-"+e+e;case 5187:return V+e+$(e,/(\w+).+(:[^]+)/,V+"box-$1$2"+we+"flex-$1$2")+e;case 5443:return V+e+we+"flex-item-"+$(e,/flex-|-self/,"")+e;case 4675:return V+e+we+"flex-line-pack"+$(e,/align-content|flex-|-self/,"")+e;case 5548:return V+e+we+$(e,"shrink","negative")+e;case 5292:return V+e+we+$(e,"basis","preferred-size")+e;case 6060:return V+"box-"+$(e,"-grow","")+V+e+we+$(e,"grow","positive")+e;case 4554:return V+$(e,/([^-])(transform)/g,"$1"+V+"$2")+e;case 6187:return $($($(e,/(zoom-|grab)/,V+"$1"),/(image-set)/,V+"$1"),e,"")+e;case 5495:case 3959:return $(e,/(image-set\([^]*)/,V+"$1$`$1");case 4968:return $($(e,/(.+:)(flex-)?(.*)/,V+"box-pack:$3"+we+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+V+e+e;case 4095:case 3583:case 4068:case 2532:return $(e,/(.+)-inline(.+)/,V+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(Ge(e)-1-t>6)switch(pe(e,t+1)){case 109:if(pe(e,t+4)!==45)break;case 102:return $(e,/(.+:)(.+)-([^]+)/,"$1"+V+"$2-$3$1"+jn+(pe(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~Uo(e,"stretch")?fu($(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(pe(e,t+1)!==115)break;case 6444:switch(pe(e,Ge(e)-3-(~Uo(e,"!important")&&10))){case 107:return $(e,":",":"+V)+e;case 101:return $(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+V+(pe(e,14)===45?"inline-":"")+"box$3$1"+V+"$2$3$1"+we+"$2box$3")+e}break;case 5936:switch(pe(e,t+11)){case 114:return V+e+we+$(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return V+e+we+$(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return V+e+we+$(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return V+e+we+e+e}return e}var om=function(e,t,r,n){if(e.length>-1&&!e.return)switch(e.type){case Yo:e.return=fu(e.value,e.length);break;case su:return Jt([mr(e,{value:$(e.value,"@","@"+V)})],n);case Qo:if(e.length)return Gh(e.props,function(i){switch(Fh(i,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return Jt([mr(e,{props:[$(i,/:(read-\w+)/,":"+jn+"$1")]})],n);case"::placeholder":return Jt([mr(e,{props:[$(i,/:(plac\w+)/,":"+V+"input-$1")]}),mr(e,{props:[$(i,/:(plac\w+)/,":"+jn+"$1")]}),mr(e,{props:[$(i,/:(plac\w+)/,we+"input-$1")]})],n)}return""})}},am=[om],sm=function(e){var t=e.key;if(t==="css"){var r=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(r,function(b){var I=b.getAttribute("data-emotion");I.indexOf(" ")!==-1&&(document.head.appendChild(b),b.setAttribute("data-s",""))})}var n=e.stylisPlugins||am,i={},o,a=[];o=e.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+t+' "]'),function(b){for(var I=b.getAttribute("data-emotion").split(" "),C=1;C<I.length;C++)i[I[C]]=!0;a.push(b)});var s,u=[nm,im];{var d,y=[Qh,Xh(function(b){d.insert(b)})],h=Yh(u.concat(n,y)),p=function(b){return Jt(Kh(b),h)};s=function(b,I,C,w){d=C,p(b?b+"{"+I.styles+"}":I.styles),w&&(f.inserted[I.name]=!0)}}var f={key:t,sheet:new Dh({key:t,container:o,nonce:e.nonce,speedy:e.speedy,prepend:e.prepend,insertionPoint:e.insertionPoint}),nonce:e.nonce,inserted:i,registered:{},insert:s};return f.sheet.hydrate(a),f};function lm(e){for(var t=0,r,n=0,i=e.length;i>=4;++n,i-=4)r=e.charCodeAt(n)&255|(e.charCodeAt(++n)&255)<<8|(e.charCodeAt(++n)&255)<<16|(e.charCodeAt(++n)&255)<<24,r=(r&65535)*1540483477+((r>>>16)*59797<<16),r^=r>>>24,t=(r&65535)*1540483477+((r>>>16)*59797<<16)^(t&65535)*1540483477+((t>>>16)*59797<<16);switch(i){case 3:t^=(e.charCodeAt(n+2)&255)<<16;case 2:t^=(e.charCodeAt(n+1)&255)<<8;case 1:t^=e.charCodeAt(n)&255,t=(t&65535)*1540483477+((t>>>16)*59797<<16)}return t^=t>>>13,t=(t&65535)*1540483477+((t>>>16)*59797<<16),((t^t>>>15)>>>0).toString(36)}var um={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,scale:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},cm=/[A-Z]|^ms/g,dm=/_EMO_([^_]+?)_([^]*?)_EMO_/g,hu=function(e){return e.charCodeAt(1)===45},Jl=function(e){return e!=null&&typeof e!="boolean"},Io=Zh(function(e){return hu(e)?e:e.replace(cm,"-$&").toLowerCase()}),Fl=function(e,t){switch(e){case"animation":case"animationName":if(typeof t=="string")return t.replace(dm,function(r,n,i){return ut={name:n,styles:i,next:ut},n})}return um[e]!==1&&!hu(e)&&typeof t=="number"&&t!==0?t+"px":t};function Hn(e,t,r){if(r==null)return"";var n=r;if(n.__emotion_styles!==void 0)return n;switch(typeof r){case"boolean":return"";case"object":{var i=r;if(i.anim===1)return ut={name:i.name,styles:i.styles,next:ut},i.name;var o=r;if(o.styles!==void 0){var a=o.next;if(a!==void 0)for(;a!==void 0;)ut={name:a.name,styles:a.styles,next:ut},a=a.next;var s=o.styles+";";return s}return fm(e,t,r)}}var u=r;if(t==null)return u;var d=t[u];return d!==void 0?d:u}function fm(e,t,r){var n="";if(Array.isArray(r))for(var i=0;i<r.length;i++)n+=Hn(e,t,r[i])+";";else for(var o in r){var a=r[o];if(typeof a!="object"){var s=a;t!=null&&t[s]!==void 0?n+=o+"{"+t[s]+"}":Jl(s)&&(n+=Io(o)+":"+Fl(o,s)+";")}else if(Array.isArray(a)&&typeof a[0]=="string"&&(t==null||t[a[0]]===void 0))for(var u=0;u<a.length;u++)Jl(a[u])&&(n+=Io(o)+":"+Fl(o,a[u])+";");else{var d=Hn(e,t,a);switch(o){case"animation":case"animationName":{n+=Io(o)+":"+d+";";break}default:n+=o+"{"+d+"}"}}}return n}var Gl=/label:\s*([^\s;{]+)\s*(;|$)/g,ut;function Ao(e,t,r){if(e.length===1&&typeof e[0]=="object"&&e[0]!==null&&e[0].styles!==void 0)return e[0];var n=!0,i="";ut=void 0;var o=e[0];if(o==null||o.raw===void 0)n=!1,i+=Hn(r,t,o);else{var a=o;i+=a[0]}for(var s=1;s<e.length;s++)if(i+=Hn(r,t,e[s]),n){var u=o;i+=u[s]}Gl.lastIndex=0;for(var d="",y;(y=Gl.exec(i))!==null;)d+="-"+y[1];var h=lm(i)+d;return{name:h,styles:i,next:ut}}function mu(e,t,r){var n="";return r.split(" ").forEach(function(i){e[i]!==void 0?t.push(e[i]+";"):i&&(n+=i+" ")}),n}var hm=function(e,t,r){var n=e.key+"-"+t.name;e.registered[n]===void 0&&(e.registered[n]=t.styles)},mm=function(e,t,r){hm(e,t);var n=e.key+"-"+t.name;if(e.inserted[t.name]===void 0){var i=t;do e.insert(t===i?"."+n:"",i,e.sheet,!0),i=i.next;while(i!==void 0)}};function jl(e,t){if(e.inserted[t.name]===void 0)return e.insert("",t,e.sheet,!0)}function Hl(e,t,r){var n=[],i=mu(e,n,r);return n.length<2?r:i+t(n)}var pm=function(e){var t=sm(e);t.sheet.speedy=function(a){this.isSpeedy=a},t.compat=!0;var r=function(){for(var a=arguments.length,s=new Array(a),u=0;u<a;u++)s[u]=arguments[u];var d=Ao(s,t.registered,void 0);return mm(t,d),t.key+"-"+d.name},n=function(){for(var a=arguments.length,s=new Array(a),u=0;u<a;u++)s[u]=arguments[u];var d=Ao(s,t.registered),y="animation-"+d.name;return jl(t,{name:d.name,styles:"@keyframes "+y+"{"+d.styles+"}"}),y},i=function(){for(var a=arguments.length,s=new Array(a),u=0;u<a;u++)s[u]=arguments[u];var d=Ao(s,t.registered);jl(t,d)},o=function(){for(var a=arguments.length,s=new Array(a),u=0;u<a;u++)s[u]=arguments[u];return Hl(t.registered,r,vm(s))};return{css:r,cx:o,injectGlobal:i,keyframes:n,hydrate:function(a){a.forEach(function(s){t.inserted[s]=!0})},flush:function(){t.registered={},t.inserted={},t.sheet.flush()},sheet:t.sheet,cache:t,getRegisteredStyles:mu.bind(null,t.registered),merge:Hl.bind(null,t.registered,r)}},vm=function e(t){for(var r="",n=0;n<t.length;n++){var i=t[n];if(i!=null){var o=void 0;switch(typeof i){case"boolean":break;case"object":{if(Array.isArray(i))o=e(i);else{o="";for(var a in i)i[a]&&a&&(o&&(o+=" "),o+=a)}break}default:o=i}o&&(r&&(r+=" "),r+=o)}}return r},_m=pm({key:"css"}),jt=_m.css,Bo,Pe,So,Vl,$l=0,pu=[],fe=B,ql=fe.__b,Wl=fe.__r,Kl=fe.diffed,zl=fe.__c,Ql=fe.unmount,Yl=fe.__;function gm(e,t){fe.__h&&fe.__h(Pe,e,$l||t),$l=0;var r=Pe.__H||(Pe.__H={__:[],__h:[]});return e>=r.__.length&&r.__.push({}),r.__[e]}function vu(e,t){var r=gm(Bo++,7);return bm(r.__H,t)&&(r.__=e(),r.__H=t,r.__h=e),r.__}function ym(){for(var e;e=pu.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(Fn),e.__H.__h.forEach(Jo),e.__H.__h=[]}catch(t){e.__H.__h=[],fe.__e(t,e.__v)}}fe.__b=function(e){Pe=null,ql&&ql(e)},fe.__=function(e,t){e&&t.__k&&t.__k.__m&&(e.__m=t.__k.__m),Yl&&Yl(e,t)},fe.__r=function(e){Wl&&Wl(e),Bo=0;var t=(Pe=e.__c).__H;t&&(So===Pe?(t.__h=[],Pe.__h=[],t.__.forEach(function(r){r.__N&&(r.__=r.__N),r.u=r.__N=void 0})):(t.__h.forEach(Fn),t.__h.forEach(Jo),t.__h=[],Bo=0)),So=Pe},fe.diffed=function(e){Kl&&Kl(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(pu.push(t)!==1&&Vl===fe.requestAnimationFrame||((Vl=fe.requestAnimationFrame)||wm)(ym)),t.__H.__.forEach(function(r){r.u&&(r.__H=r.u),r.u=void 0})),So=Pe=null},fe.__c=function(e,t){t.some(function(r){try{r.__h.forEach(Fn),r.__h=r.__h.filter(function(n){return!n.__||Jo(n)})}catch(n){t.some(function(i){i.__h&&(i.__h=[])}),t=[],fe.__e(n,r.__v)}}),zl&&zl(e,t)},fe.unmount=function(e){Ql&&Ql(e);var t,r=e.__c;r&&r.__H&&(r.__H.__.forEach(function(n){try{Fn(n)}catch(i){t=i}}),r.__H=void 0,t&&fe.__e(t,r.__v))};var Xl=typeof requestAnimationFrame=="function";function wm(e){var t,r=function(){clearTimeout(n),Xl&&cancelAnimationFrame(t),setTimeout(e)},n=setTimeout(r,100);Xl&&(t=requestAnimationFrame(r))}function Fn(e){var t=Pe,r=e.__c;typeof r=="function"&&(e.__c=void 0,r()),Pe=t}function Jo(e){var t=Pe;e.__c=e.__(),Pe=t}function bm(e,t){return!e||e.length!==t.length||t.some(function(r,n){return r!==e[n]})}var Em=Symbol.for("preact-signals");function Qn(){if(ct>1)ct--;else{for(var e,t=!1;pr!==void 0;){var r=pr;for(pr=void 0,Fo++;r!==void 0;){var n=r.o;if(r.o=void 0,r.f&=-3,!(8&r.f)&&gu(r))try{r.c()}catch(i){t||(e=i,t=!0)}r=n}}if(Fo=0,ct--,t)throw e}}function Ce(e){if(ct>0)return e();ct++;try{return e()}finally{Qn()}}var Y=void 0,pr=void 0,ct=0,Fo=0,Vn=0;function _u(e){if(Y!==void 0){var t=e.n;if(t===void 0||t.t!==Y)return t={i:0,S:e,p:Y.s,n:void 0,t:Y,e:void 0,x:void 0,r:t},Y.s!==void 0&&(Y.s.n=t),Y.s=t,e.n=t,32&Y.f&&e.S(t),t;if(t.i===-1)return t.i=0,t.n!==void 0&&(t.n.p=t.p,t.p!==void 0&&(t.p.n=t.n),t.p=Y.s,t.n=void 0,Y.s.n=t,Y.s=t),t}}function ve(e){this.v=e,this.i=0,this.n=void 0,this.t=void 0}ve.prototype.brand=Em;ve.prototype.h=function(){return!0};ve.prototype.S=function(e){this.t!==e&&e.e===void 0&&(e.x=this.t,this.t!==void 0&&(this.t.e=e),this.t=e)};ve.prototype.U=function(e){if(this.t!==void 0){var t=e.e,r=e.x;t!==void 0&&(t.x=r,e.e=void 0),r!==void 0&&(r.e=t,e.x=void 0),e===this.t&&(this.t=r)}};ve.prototype.subscribe=function(e){var t=this;return Ir(function(){var r=t.value,n=Y;Y=void 0;try{e(r)}finally{Y=n}})};ve.prototype.valueOf=function(){return this.value};ve.prototype.toString=function(){return this.value+""};ve.prototype.toJSON=function(){return this.value};ve.prototype.peek=function(){var e=Y;Y=void 0;try{return this.value}finally{Y=e}};Object.defineProperty(ve.prototype,"value",{get:function(){var e=_u(this);return e!==void 0&&(e.i=this.i),this.v},set:function(e){if(e!==this.v){if(Fo>100)throw new Error("Cycle detected");this.v=e,this.i++,Vn++,ct++;try{for(var t=this.t;t!==void 0;t=t.x)t.t.N()}finally{Qn()}}}});function X(e){return new ve(e)}function gu(e){for(var t=e.s;t!==void 0;t=t.n)if(t.S.i!==t.i||!t.S.h()||t.S.i!==t.i)return!0;return!1}function yu(e){for(var t=e.s;t!==void 0;t=t.n){var r=t.S.n;if(r!==void 0&&(t.r=r),t.S.n=t,t.i=-1,t.n===void 0){e.s=t;break}}}function wu(e){for(var t=e.s,r=void 0;t!==void 0;){var n=t.p;t.i===-1?(t.S.U(t),n!==void 0&&(n.n=t.n),t.n!==void 0&&(t.n.p=n)):r=t,t.S.n=t.r,t.r!==void 0&&(t.r=void 0),t=n}e.s=r}function Ht(e){ve.call(this,void 0),this.x=e,this.s=void 0,this.g=Vn-1,this.f=4}(Ht.prototype=new ve).h=function(){if(this.f&=-3,1&this.f)return!1;if((36&this.f)==32||(this.f&=-5,this.g===Vn))return!0;if(this.g=Vn,this.f|=1,this.i>0&&!gu(this))return this.f&=-2,!0;var e=Y;try{yu(this),Y=this;var t=this.x();(16&this.f||this.v!==t||this.i===0)&&(this.v=t,this.f&=-17,this.i++)}catch(r){this.v=r,this.f|=16,this.i++}return Y=e,wu(this),this.f&=-2,!0};Ht.prototype.S=function(e){if(this.t===void 0){this.f|=36;for(var t=this.s;t!==void 0;t=t.n)t.S.S(t)}ve.prototype.S.call(this,e)};Ht.prototype.U=function(e){if(this.t!==void 0&&(ve.prototype.U.call(this,e),this.t===void 0)){this.f&=-33;for(var t=this.s;t!==void 0;t=t.n)t.S.U(t)}};Ht.prototype.N=function(){if(!(2&this.f)){this.f|=6;for(var e=this.t;e!==void 0;e=e.x)e.t.N()}};Object.defineProperty(Ht.prototype,"value",{get:function(){if(1&this.f)throw new Error("Cycle detected");var e=_u(this);if(this.h(),e!==void 0&&(e.i=this.i),16&this.f)throw this.v;return this.v}});function vr(e){return new Ht(e)}function bu(e){var t=e.u;if(e.u=void 0,typeof t=="function"){ct++;var r=Y;Y=void 0;try{t()}catch(n){throw e.f&=-2,e.f|=8,Zo(e),n}finally{Y=r,Qn()}}}function Zo(e){for(var t=e.s;t!==void 0;t=t.n)t.S.U(t);e.x=void 0,e.s=void 0,bu(e)}function Im(e){if(Y!==this)throw new Error("Out-of-order effect");wu(this),Y=e,this.f&=-2,8&this.f&&Zo(this),Qn()}function Er(e){this.x=e,this.u=void 0,this.s=void 0,this.o=void 0,this.f=32}Er.prototype.c=function(){var e=this.S();try{if(8&this.f||this.x===void 0)return;var t=this.x();typeof t=="function"&&(this.u=t)}finally{e()}};Er.prototype.S=function(){if(1&this.f)throw new Error("Cycle detected");this.f|=1,this.f&=-9,bu(this),yu(this),ct++;var e=Y;return Y=this,Im.bind(this,e)};Er.prototype.N=function(){2&this.f||(this.f|=2,this.o=pr,pr=this)};Er.prototype.d=function(){this.f|=8,1&this.f||Zo(this)};function Ir(e){var t=new Er(e);try{t.c()}catch(r){throw t.d(),r}return t.d.bind(t)}var Eu,Co,Iu=[];Ir(function(){Eu=this.N})();function Vt(e,t){B[e]=t.bind(null,B[e]||function(){})}function $n(e){Co&&Co(),Co=e&&e.S()}function Au(e){var t=this,r=e.data,n=Su(r);n.value=r;var i=vu(function(){for(var s=t,u=t.__v;u=u.__;)if(u.__c){u.__c.__$f|=4;break}var d=vr(function(){var f=n.value.value;return f===0?0:f===!0?"":f||""}),y=vr(function(){return!Array.isArray(d.value)&&!lo(d.value)}),h=Ir(function(){if(this.N=Cu,y.value){var f=d.value;s.__v&&s.__v.__e&&s.__v.__e.nodeType===3&&(s.__v.__e.data=f)}}),p=t.__$u.d;return t.__$u.d=function(){h(),p.call(this)},[y,d]},[]),o=i[0],a=i[1];return o.value?a.peek():a.value}Au.displayName="_st";Object.defineProperties(ve.prototype,{constructor:{configurable:!0,value:void 0},type:{configurable:!0,value:Au},props:{configurable:!0,get:function(){return{data:this}}},__b:{configurable:!0,value:1}});Vt("__b",function(e,t){if(typeof t.type=="string"){var r,n=t.props;for(var i in n)if(i!=="children"){var o=n[i];o instanceof ve&&(r||(t.__np=r={}),r[i]=o,n[i]=o.peek())}}e(t)});Vt("__r",function(e,t){$n();var r,n=t.__c;n&&(n.__$f&=-2,(r=n.__$u)===void 0&&(n.__$u=r=function(i){var o;return Ir(function(){o=this}),o.c=function(){n.__$f|=1,n.setState({})},o}())),$n(r),e(t)});Vt("__e",function(e,t,r,n){$n(),e(t,r,n)});Vt("diffed",function(e,t){$n();var r;if(typeof t.type=="string"&&(r=t.__e)){var n=t.__np,i=t.props;if(n){var o=r.U;if(o)for(var a in o){var s=o[a];s!==void 0&&!(a in n)&&(s.d(),o[a]=void 0)}else o={},r.U=o;for(var u in n){var d=o[u],y=n[u];d===void 0?(d=Am(r,u,y,i),o[u]=d):d.o(y,i)}}}e(t)});function Am(e,t,r,n){var i=t in e&&e.ownerSVGElement===void 0,o=X(r);return{o:function(a,s){o.value=a,n=s},d:Ir(function(){this.N=Cu;var a=o.value.value;n[t]!==a&&(n[t]=a,i?e[t]=a:a?e.setAttribute(t,a):e.removeAttribute(t))})}}Vt("unmount",function(e,t){if(typeof t.type=="string"){var r=t.__e;if(r){var n=r.U;if(n){r.U=void 0;for(var i in n){var o=n[i];o&&o.d()}}}}else{var a=t.__c;if(a){var s=a.__$u;s&&(a.__$u=void 0,s.d())}}e(t)});Vt("__h",function(e,t,r,n){(n<3||n===9)&&(t.__$f|=2),e(t,r,n)});xe.prototype.shouldComponentUpdate=function(e,t){var r=this.__$u,n=r&&r.s!==void 0;for(var i in t)return!0;if(this.__f||typeof this.u=="boolean"&&this.u===!0){var o=2&this.__$f;if(!(n||o||4&this.__$f)||1&this.__$f)return!0}else if(!(n||4&this.__$f)||3&this.__$f)return!0;for(var a in e)if(a!=="__source"&&e[a]!==this.props[a])return!0;for(var s in this.props)if(!(s in e))return!0;return!1};function Su(e){return vu(function(){return X(e)},[])}var Sm=function(e){queueMicrotask(function(){queueMicrotask(e)})};function Cm(){Ce(function(){for(var e;e=Iu.shift();)Eu.call(e)})}function Cu(){Iu.push(this)===1&&(B.requestAnimationFrame||Sm)(Cm)}var be=jt`
4
4
  inset: 0;
5
5
  clear: none;
6
6
  float: none;
@@ -18,7 +18,7 @@ or `);this.errors.push(o)}return n}},nn=class extends de{constructor(...t){super
18
18
  text-decoration: none;
19
19
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
20
20
  'Helvetica Neue', sans-serif;
21
- `;function Im(e,t){let r=_o(e);vo(()=>{r.current=e},[e]),ur(()=>{if(t===null)return;let n=setInterval(()=>{r.current()},t);return()=>{clearInterval(n)}},[t])}var Sm=0;function le(e,t,r,n,i,o){t||(t={});var a,s,u=t;if("ref"in u)for(s in u={},t)s=="ref"?a=t[s]:u[s]=t[s];var c={type:e,props:u,key:r,ref:a,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--Sm,__i:-1,__u:0,__source:i,__self:o};if(typeof e=="function"&&(a=e.defaultProps))for(s in a)u[s]===void 0&&(u[s]=a[s]);return B.vnode&&B.vnode(c),c}var Rm=Ft`
21
+ `;function Rm(e,t){let r=_o(e);vo(()=>{r.current=e},[e]),cr(()=>{if(t===null)return;let n=setInterval(()=>{r.current()},t);return()=>{clearInterval(n)}},[t])}var Om=0;function le(e,t,r,n,i,o){t||(t={});var a,s,u=t;if("ref"in u)for(s in u={},t)s=="ref"?a=t[s]:u[s]=t[s];var d={type:e,props:u,key:r,ref:a,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--Om,__i:-1,__u:0,__source:i,__self:o};if(typeof e=="function"&&(a=e.defaultProps))for(s in a)u[s]===void 0&&(u[s]=a[s]);return B.vnode&&B.vnode(d),d}var km=jt`
22
22
  ${be}
23
23
  position: fixed;
24
24
  top: 0;
@@ -93,7 +93,7 @@ or `);this.errors.push(o)}return n}},nn=class extends de{constructor(...t){super
93
93
  }
94
94
  }
95
95
  }
96
- `,tt=X(null),Jo=X(""),Vo=X(""),Fn=X(!1),Cm=()=>{var e;(e=tt.value)==null||e.call(tt,!1)},km=()=>{var e;(e=tt.value)==null||e.call(tt,!0)},Tm=e=>P(void 0,null,function*(){let{title:t,content:r}=e;return tt.value&&(tt.value(!1),Re(()=>{tt.value=null,Fn.value=!1})),Re(()=>{Jo.value=t||"",Vo.value=r||"",Fn.value=!0}),new Promise(n=>{tt.value=i=>{Re(()=>{tt.value=null,Fn.value=!1,Jo.value="",Vo.value=""}),n(i)}})}),xm=()=>Fn.value?le("div",{className:Rm,children:le("div",{className:"card-wrapper",children:[le("div",{className:"body",children:[le("div",{className:"title",children:Jo.value}),le("div",{className:"content",children:Vo.value})]}),le("div",{className:"footer",children:[le("button",{onClick:Cm,className:"cancel-btn",children:"Cancel"}),le("button",{onClick:km,className:"confirm-btm",children:"Confirm"})]})]})}):null,Om=Ft`
96
+ `,tt=X(null),Go=X(""),jo=X(""),Gn=X(!1),Tm=()=>{var e;(e=tt.value)==null||e.call(tt,!1)},xm=()=>{var e;(e=tt.value)==null||e.call(tt,!0)},Pm=e=>P(void 0,null,function*(){let{title:t,content:r}=e;return tt.value&&(tt.value(!1),Ce(()=>{tt.value=null,Gn.value=!1})),Ce(()=>{Go.value=t||"",jo.value=r||"",Gn.value=!0}),new Promise(n=>{tt.value=i=>{Ce(()=>{tt.value=null,Gn.value=!1,Go.value="",jo.value=""}),n(i)}})}),Lm=()=>Gn.value?le("div",{className:km,children:le("div",{className:"card-wrapper",children:[le("div",{className:"body",children:[le("div",{className:"title",children:Go.value}),le("div",{className:"content",children:jo.value})]}),le("div",{className:"footer",children:[le("button",{onClick:Tm,className:"cancel-btn",children:"Cancel"}),le("button",{onClick:xm,className:"confirm-btm",children:"Confirm"})]})]})}):null,Dm=jt`
97
97
  ${be}
98
98
  position: relative;
99
99
  display: flex;
@@ -126,7 +126,7 @@ or `);this.errors.push(o)}return n}},nn=class extends de{constructor(...t){super
126
126
  cursor: not-allowed;
127
127
  }
128
128
  }
129
- `,Pm=()=>{let e=X(!1),t=X(null);return{timerPaused:e,startTimestamp:t,startTimer:()=>{Re(()=>{t.value=Date.now(),e.value=!1})}}},Dm=e=>{let{countdown:t=0,mode:r,onClose:n,state:i}=e,{startTimestamp:o,timerPaused:a}=i,s=Su(t);Im(()=>{s.value>0?s.value-=1:Re(()=>{a.value=!0,s.value=0})},a.value?null:1e3);let u=pr(()=>{if(r==="interstitial"||r==="rewarded_insterstitial"||!o.value)return!1;let f=Date.now()-o.value;return s.value>0&&t-s.value>=5&&f>=5e3}),c=pr(()=>{if(r==="interstitial")return!0;if(!o.value)return!1;let f=Date.now()-o.value;return s.value<=0&&f>=(t-1)*1e3&&t>5}),y=pr(()=>r==="interstitial"?!1:!u.value&&!c.value),h=()=>P(void 0,null,function*(){if(a.value=!0,!(yield Tm({title:"Are you sure?",content:"You will lose your reward if you dismiss this Ad."}))){a.value=!1;return}n("dismiss"),Re(()=>{a.value=!0,s.value=0,o.value=null})}),p=()=>{n("viewed"),Re(()=>{a.value=!0,s.value=0,o.value=null})};return le("div",{className:Om,children:[s.value>0&&r!=="interstitial"&&le("div",{className:"timer",children:[s.value,"s"]}),le("button",{onClick:u.value?h:c.value?p:void 0,disabled:y.value,children:le("svg",{width:"12",height:"12",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:le("path",{d:"M13.3 0.710215C12.91 0.320215 12.28 0.320215 11.89 0.710215L6.99997 5.59022L2.10997 0.700215C1.71997 0.310215 1.08997 0.310215 0.699971 0.700215C0.309971 1.09021 0.309971 1.72022 0.699971 2.11022L5.58997 7.00022L0.699971 11.8902C0.309971 12.2802 0.309971 12.9102 0.699971 13.3002C1.08997 13.6902 1.71997 13.6902 2.10997 13.3002L6.99997 8.41021L11.89 13.3002C12.28 13.6902 12.91 13.6902 13.3 13.3002C13.69 12.9102 13.69 12.2802 13.3 11.8902L8.40997 7.00022L13.3 2.11022C13.68 1.73022 13.68 1.09022 13.3 0.710215Z",fill:"white"})})})]})},Nm=()=>{let e=X(),t=X(),r=X(),n=X(),i=X(),o=X(!1),a=X(15),s=X(""),u=X("reward");return{afterAd:e,adDismissed:t,adViewed:r,adBreakDone:n,adLoaded:i,visible:o,countdown:a,src:s,mode:u}},Lm=Ft`
129
+ `,Nm=()=>{let e=X(!1),t=X(null);return{timerPaused:e,startTimestamp:t,startTimer:()=>{Ce(()=>{t.value=Date.now(),e.value=!1})}}},Um=e=>{let{countdown:t=0,mode:r,onClose:n,state:i}=e,{startTimestamp:o,timerPaused:a}=i,s=Su(t);Rm(()=>{s.value>0?s.value-=1:Ce(()=>{a.value=!0,s.value=0})},a.value?null:1e3);let u=vr(()=>{if(r==="interstitial"||r==="rewarded_insterstitial"||!o.value)return!1;let f=Date.now()-o.value;return s.value>0&&t-s.value>=5&&f>=5e3}),d=vr(()=>{if(r==="interstitial")return!0;if(!o.value)return!1;let f=Date.now()-o.value;return s.value<=0&&f>=(t-1)*1e3&&t>5}),y=vr(()=>r==="interstitial"?!1:!u.value&&!d.value),h=()=>P(void 0,null,function*(){if(a.value=!0,!(yield Pm({title:"Are you sure?",content:"You will lose your reward if you dismiss this Ad."}))){a.value=!1;return}n("dismiss"),Ce(()=>{a.value=!0,s.value=0,o.value=null})}),p=()=>{n("viewed"),Ce(()=>{a.value=!0,s.value=0,o.value=null})};return le("div",{className:Dm,children:[s.value>0&&r!=="interstitial"&&le("div",{className:"timer",children:[s.value,"s"]}),le("button",{onClick:u.value?h:d.value?p:void 0,disabled:y.value,children:le("svg",{width:"12",height:"12",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:le("path",{d:"M13.3 0.710215C12.91 0.320215 12.28 0.320215 11.89 0.710215L6.99997 5.59022L2.10997 0.700215C1.71997 0.310215 1.08997 0.310215 0.699971 0.700215C0.309971 1.09021 0.309971 1.72022 0.699971 2.11022L5.58997 7.00022L0.699971 11.8902C0.309971 12.2802 0.309971 12.9102 0.699971 13.3002C1.08997 13.6902 1.71997 13.6902 2.10997 13.3002L6.99997 8.41021L11.89 13.3002C12.28 13.6902 12.91 13.6902 13.3 13.3002C13.69 12.9102 13.69 12.2802 13.3 11.8902L8.40997 7.00022L13.3 2.11022C13.68 1.73022 13.68 1.09022 13.3 0.710215Z",fill:"white"})})})]})},Mm=()=>{let e=X(),t=X(),r=X(),n=X(),i=X(),o=X(!1),a=X(15),s=X(""),u=X("reward");return{afterAd:e,adDismissed:t,adViewed:r,adBreakDone:n,adLoaded:i,visible:o,countdown:a,src:s,mode:u}},Bm=jt`
130
130
  ${be}
131
131
  position: fixed;
132
132
  z-index: 2147483647;
@@ -145,7 +145,7 @@ or `);this.errors.push(o)}return n}},nn=class extends de{constructor(...t){super
145
145
  width: 100%;
146
146
  height: 100%;
147
147
  }
148
- `,Um=e=>{let{state:t}=e,{afterAd:r,adDismissed:n,adViewed:i,adBreakDone:o,adLoaded:a,visible:s,countdown:u,src:c,mode:y}=t,h=dr(()=>Pm(),[]),[p,f]=Tn(!1),w=R=>{var b,T,N,j;s.value=!1,R==="dismiss"?(b=n.value)==null||b.call(n):R==="viewed"&&((T=i.value)==null||T.call(i)),(N=r.value)==null||N.call(r),(j=o.value)==null||j.call(o),f(!1)},A=go(()=>{var R;p||(f(!0),(R=a.value)==null||R.call(a))},[p]);return ur(()=>{p&&(y.value==="reward"||y.value==="rewarded_insterstitial")&&setTimeout(()=>{h.startTimer()},100)},[p,y.value]),s.value?le("div",{className:Lm,children:[le(Dm,{mode:y.value,onClose:w,countdown:u.value,state:h}),s.value&&le("iframe",{src:c.value,onLoad:A,sandbox:"allow-scripts allow-same-origin allow-forms allow-modals allow-downloads allow-popups allow-popups-to-escape-sandbox allow-top-navigation-by-user-activation allow-top-navigation allow-top-navigation-by-user-activation allow-top-navigation-to-custom-protocols"}),le(xm,{})]}):null};function Ze(e,t,r){return(t=Mm(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Mm(e){var t=Bm(e,"string");return typeof t=="symbol"?t:t+""}function Bm(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Ho=class{constructor(t,r){Ze(this,"name","OKSPIN"),Ze(this,"initialized",!1),Ze(this,"initCompleter",null),Ze(this,"context",void 0),Ze(this,"initParams",void 0),Ze(this,"adsOverlay",null),Ze(this,"adsIsShowing",!1),Ze(this,"lastUnDisplayedAdBreak",null),Ze(this,"state",Nm()),this.context=t,this.initParams=r}init(){return P(this,null,function*(){var t;this.adsOverlay=document.createElement("div"),this.adsOverlay.setAttribute("data-placement-info","afg"),bo(le(Um,{state:this.state}),this.adsOverlay),document.documentElement.appendChild(this.adsOverlay),this.initialized=!0,(t=this.initCompleter)==null||t.call(this)})}adConfig(t){var r;if(this.initialized){(r=t.onReady)==null||r.call(t);return}this.initCompleter=()=>{var n;(n=t.onReady)==null||n.call(t)}}adBreak(t,r){return P(this,null,function*(){var n,i,o,a,s,u,c,y;if(!this.initialized||!this.adsOverlay||!r.params.url){(n=t.adBreakDone)==null||n.call(t,{breakType:t.type,breakName:t.type==="preroll"?"":t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"notReady"});return}if(this.adsIsShowing){(i=t.adBreakDone)==null||i.call(t,{breakType:t.type,breakName:t.type==="preroll"?"":t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"frequencyCapped"});return}switch(t.type){case"preroll":{(o=t.adBreakDone)==null||o.call(t,{breakType:t.type,breakName:"",breakFormat:"interstitial",breakStatus:"noAdPreloaded"});break}case"start":case"browse":case"next":case"pause":{(a=t.beforeAd)==null||a.call(t);let h=()=>{var f;this.adsIsShowing=!1,(f=t.afterAd)==null||f.call(t)},p=()=>{var f;this.adsIsShowing=!1,(f=t.adBreakDone)==null||f.call(t,{breakType:t.type,breakName:t.name,breakFormat:"interstitial",breakStatus:"viewed"})};Re(()=>{this.adsIsShowing=!0,this.state.afterAd.value=h,this.state.adBreakDone.value=p,this.state.src.value=r.params.url,this.state.mode.value="interstitial",this.state.visible.value=!0});break}case"reward":{this.lastUnDisplayedAdBreak&&((u=(s=this.lastUnDisplayedAdBreak).adBreakDone)==null||u.call(s,{breakType:this.lastUnDisplayedAdBreak.type,breakName:this.lastUnDisplayedAdBreak.type==="preroll"?"":this.lastUnDisplayedAdBreak.name,breakFormat:this.lastUnDisplayedAdBreak.type==="reward"?"reward":"interstitial",breakStatus:"ignored"}),this.lastUnDisplayedAdBreak=null),(c=t.beforeAd)==null||c.call(t);let h=()=>{var b;this.adsIsShowing=!1,(b=t.afterAd)==null||b.call(t)},p={breakType:t.type,breakName:t.name,breakFormat:"reward",breakStatus:"ignored"},f=()=>{var b;this.adsIsShowing=!1,p.breakStatus="dismissed",(b=t.adDismissed)==null||b.call(t)},w=()=>{var b;this.adsIsShowing=!1,p.breakStatus="viewed",(b=t.adViewed)==null||b.call(t)},A=()=>{var b;this.adsIsShowing=!1,(b=t.adBreakDone)==null||b.call(t,p)};Re(()=>{this.state.afterAd.value=h,this.state.adDismissed.value=f,this.state.adViewed.value=w,this.state.adBreakDone.value=A});let R=()=>{var b;if(this.lastUnDisplayedAdBreak=null,!this.adsOverlay){(b=t.adBreakDone)==null||b.call(t,{breakType:t.type,breakName:t.name,breakFormat:"reward",breakStatus:"notReady"});return}this.adsIsShowing=!0,Re(()=>{var T;this.state.countdown.value=(T=r.params.countdown)!=null?T:15,this.state.src.value=r.params.url,this.state.mode.value="reward",this.state.visible.value=!0})};this.lastUnDisplayedAdBreak=t,(y=t.beforeReward)==null||y.call(t,R);break}}})}},Lt={};window.addEventListener("message",e=>{e.origin!=="https://ads.appsrockets.com"&&e.origin!=="https://stg-ads.appsrockets.com"||Lt[e.data.type]&&Lt[e.data.type].forEach(t=>{t(e.data.data)})});var Dt=(e,t)=>{ur(()=>(Lt[e]||(Lt[e]=new Set),Lt[e].add(t),()=>{Lt[e].delete(t)}),[e,t])},Fm=()=>{let e=X(),t=X(),r=X(),n=X(),i=X(),o=X(),a=X(),s=X(!1),u=X("");return{afterAd:e,adDismissed:t,adViewed:r,adBreakDone:n,adLoaded:i,adLinkClicked:o,adError:a,visible:s,src:u}},jm=Ft`
148
+ `,Jm=e=>{let{state:t}=e,{afterAd:r,adDismissed:n,adViewed:i,adBreakDone:o,adLoaded:a,visible:s,countdown:u,src:d,mode:y}=t,h=dr(()=>Nm(),[]),[p,f]=xn(!1),b=C=>{var w,k,D,G;s.value=!1,C==="dismiss"?(w=n.value)==null||w.call(n):C==="viewed"&&((k=i.value)==null||k.call(i)),(D=r.value)==null||D.call(r),(G=o.value)==null||G.call(o),f(!1)},I=go(()=>{var C;p||(f(!0),(C=a.value)==null||C.call(a))},[p]);return cr(()=>{p&&(y.value==="reward"||y.value==="rewarded_insterstitial")&&setTimeout(()=>{h.startTimer()},100)},[p,y.value]),s.value?le("div",{className:Bm,children:[le(Um,{mode:y.value,onClose:b,countdown:u.value,state:h}),s.value&&le("iframe",{src:d.value,onLoad:I,sandbox:"allow-scripts allow-same-origin allow-forms allow-modals allow-downloads allow-popups allow-popups-to-escape-sandbox allow-top-navigation-by-user-activation allow-top-navigation allow-top-navigation-by-user-activation allow-top-navigation-to-custom-protocols"}),le(Lm,{})]}):null};function Ze(e,t,r){return(t=Fm(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Fm(e){var t=Gm(e,"string");return typeof t=="symbol"?t:t+""}function Gm(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Ho=class{constructor(t,r){Ze(this,"name","OKSPIN"),Ze(this,"initialized",!1),Ze(this,"initCompleter",null),Ze(this,"context",void 0),Ze(this,"initParams",void 0),Ze(this,"adsOverlay",null),Ze(this,"adsIsShowing",!1),Ze(this,"lastUnDisplayedAdBreak",null),Ze(this,"state",Mm()),this.context=t,this.initParams=r}init(){return P(this,null,function*(){var t;this.adsOverlay=document.createElement("div"),this.adsOverlay.setAttribute("data-placement-info","afg"),bo(le(Jm,{state:this.state}),this.adsOverlay),document.documentElement.appendChild(this.adsOverlay),this.initialized=!0,(t=this.initCompleter)==null||t.call(this)})}adConfig(t){var r;if(this.initialized){(r=t.onReady)==null||r.call(t);return}this.initCompleter=()=>{var n;(n=t.onReady)==null||n.call(t)}}adBreak(t,r){return P(this,null,function*(){var n,i,o,a,s,u,d,y;if(!this.initialized||!this.adsOverlay||!r.params.url){(n=t.adBreakDone)==null||n.call(t,{breakType:t.type,breakName:t.type==="preroll"?"":t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"notReady"});return}if(this.adsIsShowing){(i=t.adBreakDone)==null||i.call(t,{breakType:t.type,breakName:t.type==="preroll"?"":t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"frequencyCapped"});return}switch(t.type){case"preroll":{(o=t.adBreakDone)==null||o.call(t,{breakType:t.type,breakName:"",breakFormat:"interstitial",breakStatus:"noAdPreloaded"});break}case"start":case"browse":case"next":case"pause":{(a=t.beforeAd)==null||a.call(t);let h=()=>{var f;this.adsIsShowing=!1,(f=t.afterAd)==null||f.call(t)},p=()=>{var f;this.adsIsShowing=!1,(f=t.adBreakDone)==null||f.call(t,{breakType:t.type,breakName:t.name,breakFormat:"interstitial",breakStatus:"viewed"})};Ce(()=>{this.adsIsShowing=!0,this.state.afterAd.value=h,this.state.adBreakDone.value=p,this.state.src.value=r.params.url,this.state.mode.value="interstitial",this.state.visible.value=!0});break}case"reward":{this.lastUnDisplayedAdBreak&&((u=(s=this.lastUnDisplayedAdBreak).adBreakDone)==null||u.call(s,{breakType:this.lastUnDisplayedAdBreak.type,breakName:this.lastUnDisplayedAdBreak.type==="preroll"?"":this.lastUnDisplayedAdBreak.name,breakFormat:this.lastUnDisplayedAdBreak.type==="reward"?"reward":"interstitial",breakStatus:"ignored"}),this.lastUnDisplayedAdBreak=null),(d=t.beforeAd)==null||d.call(t);let h=()=>{var w;this.adsIsShowing=!1,(w=t.afterAd)==null||w.call(t)},p={breakType:t.type,breakName:t.name,breakFormat:"reward",breakStatus:"ignored"},f=()=>{var w;this.adsIsShowing=!1,p.breakStatus="dismissed",(w=t.adDismissed)==null||w.call(t)},b=()=>{var w;this.adsIsShowing=!1,p.breakStatus="viewed",(w=t.adViewed)==null||w.call(t)},I=()=>{var w;this.adsIsShowing=!1,(w=t.adBreakDone)==null||w.call(t,p)};Ce(()=>{this.state.afterAd.value=h,this.state.adDismissed.value=f,this.state.adViewed.value=b,this.state.adBreakDone.value=I});let C=()=>{var w;if(this.lastUnDisplayedAdBreak=null,!this.adsOverlay){(w=t.adBreakDone)==null||w.call(t,{breakType:t.type,breakName:t.name,breakFormat:"reward",breakStatus:"notReady"});return}this.adsIsShowing=!0,Ce(()=>{var k;this.state.countdown.value=(k=r.params.countdown)!=null?k:15,this.state.src.value=r.params.url,this.state.mode.value="reward",this.state.visible.value=!0})};this.lastUnDisplayedAdBreak=t,(y=t.beforeReward)==null||y.call(t,C);break}}})}},Bt={};window.addEventListener("message",e=>{e.origin!=="https://ads.appsrockets.com"&&e.origin!=="https://stg-ads.appsrockets.com"||Bt[e.data.type]&&Bt[e.data.type].forEach(t=>{t(e.data.data)})});var Ut=(e,t)=>{cr(()=>(Bt[e]||(Bt[e]=new Set),Bt[e].add(t),()=>{Bt[e].delete(t)}),[e,t])},jm=()=>{let e=X(),t=X(),r=X(),n=X(),i=X(),o=X(),a=X(),s=X(!1),u=X("");return{afterAd:e,adDismissed:t,adViewed:r,adBreakDone:n,adLoaded:i,adLinkClicked:o,adError:a,visible:s,src:u}},Hm=jt`
149
149
  ${be}
150
150
  position: fixed;
151
151
  z-index: 2147483647;
@@ -164,7 +164,7 @@ or `);this.errors.push(o)}return n}},nn=class extends de{constructor(...t){super
164
164
  width: 100%;
165
165
  height: 100%;
166
166
  }
167
- `,Jm=e=>{let{state:t}=e,{afterAd:r,adDismissed:n,adViewed:i,adBreakDone:o,adLoaded:a,adLinkClicked:s,visible:u,src:c}=t,[y,h]=Tn(!1),p=w=>{var A,R,b,T;h(!1),u.value=!1,w==="dismiss"?(A=n.value)==null||A.call(n):w==="viewed"&&((R=i.value)==null||R.call(i)),(b=r.value)==null||b.call(r),(T=o.value)==null||T.call(o)},f=()=>{var w;(w=a.value)==null||w.call(a)};return Dt("appsrockets_ad_dismissed",()=>p("dismiss")),Dt("appsrockets_ad_rewarded",()=>p("viewed")),Dt("appsrockets_ad_completed",()=>p("viewed")),Dt("appsrockets_ad_skipped",()=>p("viewed")),Dt("appsrockets_ad_clicked",w=>{var A;return(A=s.value)==null?void 0:A.call(s,w)}),Dt("appsrockets_ad_loaded",()=>h(!0)),u.value?le("div",{className:jm,style:{display:y?"flex":"none"},children:u.value&&le("iframe",{src:c.value,onLoad:f,allowFullScreen:!0,allow:"autoplay",sandbox:"allow-scripts allow-same-origin allow-forms allow-modals allow-downloads allow-popups allow-popups-to-escape-sandbox allow-top-navigation-by-user-activation allow-top-navigation allow-top-navigation-by-user-activation allow-top-navigation-to-custom-protocols"})}):null};function et(e,t,r){return(t=Vm(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Vm(e){var t=Hm(e,"string");return typeof t=="symbol"?t:t+""}function Hm(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var $o=class{constructor(t,r){et(this,"name","APPSROCKETS"),et(this,"initialized",!1),et(this,"initCompleter",null),et(this,"context",void 0),et(this,"adsOverlay",null),et(this,"adsIsShowing",!1),et(this,"lastUnDisplayedAdBreak",null),et(this,"state",Fm()),et(this,"processUrl",n=>{var i;let o=this.context.getContextInfo(),a=new URL(n),s=new URLSearchParams(a.search);return s.has("joliSource")||s.set("joliSource",o.joliSource),s.get("osType")||s.set("osType",o.osType),s.get("runtimeType")||s.set("runtimeType",o.runtimeType),s.get("mode")||s.set("mode","AFG"),s.get("deviceId")||s.set("deviceId",o.deviceId),s.get("statusBarHeight")||s.set("statusBarHeight",((i=this.context.getWindowInfo().statusBarHeight)!=null?i:0).toString()),a.search=s.toString(),a.toString()}),this.context=t}init(){return P(this,null,function*(){var t;this.adsOverlay=document.createElement("div"),this.adsOverlay.setAttribute("data-placement-info","afg-appsrockets"),bo(le(Jm,{state:this.state}),this.adsOverlay),document.documentElement.appendChild(this.adsOverlay),this.initialized=!0,(t=this.initCompleter)==null||t.call(this)})}adConfig(t){var r;if(this.initialized){(r=t.onReady)==null||r.call(t);return}this.initCompleter=()=>{var n;(n=t.onReady)==null||n.call(t)}}adBreak(t,r){var n,i,o,a,s,u,c,y;if(!this.initialized||!this.adsOverlay||!r.params.url){(n=t.adBreakDone)==null||n.call(t,{breakType:t.type,breakName:t.type==="preroll"?"":t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"notReady"});return}if(this.adsIsShowing){(i=t.adBreakDone)==null||i.call(t,{breakType:t.type,breakName:t.type==="preroll"?"":t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"frequencyCapped"});return}let h=p=>{var f,w;(w=(f=this.context).handleLinkClicked)==null||w.call(f,p)};switch(t.type){case"preroll":{(o=t.adBreakDone)==null||o.call(t,{breakType:t.type,breakName:"",breakFormat:"interstitial",breakStatus:"noAdPreloaded"});break}case"start":case"browse":case"next":case"pause":{(a=t.beforeAd)==null||a.call(t);let p=()=>{var A;this.adsIsShowing=!1,(A=t.afterAd)==null||A.call(t)},f=()=>{var A;this.adsIsShowing=!1,(A=t.adBreakDone)==null||A.call(t,{breakType:t.type,breakName:t.name,breakFormat:"interstitial",breakStatus:"viewed"})},w=()=>{var A;this.adsIsShowing=!1,(A=t.adBreakDone)==null||A.call(t,{breakType:t.type,breakName:t.name,breakFormat:"interstitial",breakStatus:"noAdPreloaded"})};Re(()=>{this.adsIsShowing=!0,this.state.afterAd.value=p,this.state.adBreakDone.value=f,this.state.src.value=this.processUrl(r.params.url),this.state.adLinkClicked.value=h,this.state.adError.value=w,this.state.visible.value=!0});break}case"reward":{this.lastUnDisplayedAdBreak&&((u=(s=this.lastUnDisplayedAdBreak).adBreakDone)==null||u.call(s,{breakType:this.lastUnDisplayedAdBreak.type,breakName:this.lastUnDisplayedAdBreak.type==="preroll"?"":this.lastUnDisplayedAdBreak.name,breakFormat:this.lastUnDisplayedAdBreak.type==="reward"?"reward":"interstitial",breakStatus:"ignored"}),this.lastUnDisplayedAdBreak=null),(c=t.beforeAd)==null||c.call(t);let p=()=>{var N;this.adsIsShowing=!1,(N=t.afterAd)==null||N.call(t)},f={breakType:t.type,breakName:t.name,breakFormat:"reward",breakStatus:"ignored"},w=()=>{var N;this.adsIsShowing=!1,f.breakStatus="dismissed",(N=t.adDismissed)==null||N.call(t)},A=()=>{var N;this.adsIsShowing=!1,f.breakStatus="viewed",(N=t.adViewed)==null||N.call(t)},R=()=>{var N;this.adsIsShowing=!1,(N=t.adBreakDone)==null||N.call(t,f)},b=()=>{this.adsIsShowing=!1,f.breakStatus="noAdPreloaded"};Re(()=>{this.state.afterAd.value=p,this.state.adDismissed.value=w,this.state.adViewed.value=A,this.state.adBreakDone.value=R,this.state.adLinkClicked.value=h,this.state.adError.value=b});let T=()=>{var N;if(this.lastUnDisplayedAdBreak=null,!this.adsOverlay){(N=t.adBreakDone)==null||N.call(t,{breakType:t.type,breakName:t.name,breakFormat:"reward",breakStatus:"notReady"});return}this.adsIsShowing=!0,Re(()=>{this.state.src.value=this.processUrl(r.params.url),this.state.visible.value=!0})};this.lastUnDisplayedAdBreak=t,(y=t.beforeReward)==null||y.call(t,T);break}}}},Cu=()=>{window.googletag=window.googletag||{cmd:[]},window.googletag.pubadsReady||window.googletag.cmd.push(()=>{window.googletag.enableServices()})};function ye(e,t,r){return(t=$m(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function $m(e){var t=Gm(e,"string");return typeof t=="symbol"?t:t+""}function Gm(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Go=class{constructor(t,r,n){ye(this,"adUnit",void 0),ye(this,"project",void 0),ye(this,"keyValue",void 0),ye(this,"adsContext",null),ye(this,"rewardedSlot",null),ye(this,"rewardedPayload",null),ye(this,"readyEvent",null),ye(this,"withCommand",function(){googletag.cmd.push(...arguments)}),ye(this,"init",()=>{var i;this.rewardedSlot=googletag.defineOutOfPageSlot(this.adUnit,googletag.enums.OutOfPageFormat.REWARDED),this.rewardedSlot&&(this.rewardedSlot.addService(googletag.pubads()),googletag.pubads().addEventListener("rewardedSlotReady",this.handleSlotReady),googletag.pubads().addEventListener("rewardedSlotClosed",this.handleSlotClosed),googletag.pubads().addEventListener("rewardedSlotGranted",this.handleSlotGranted),googletag.pubads().addEventListener("slotRenderEnded",this.handleSlotRenderEnded),this.keyValue&&(Object.keys(this.keyValue).forEach(o=>{var a;(a=this.rewardedSlot)==null||a.setTargeting(o,this.keyValue[o])}),Object.keys(this.keyValue).includes("project")||(i=this.rewardedSlot)==null||i.setTargeting("project",this.project)),googletag.display(this.rewardedSlot))}),ye(this,"destroy",i=>{var o,a;this.rewardedPayload=null,this.readyEvent=null,googletag.pubads().removeEventListener("rewardedSlotReady",this.handleSlotReady),googletag.pubads().removeEventListener("rewardedSlotClosed",this.handleSlotClosed),googletag.pubads().removeEventListener("rewardedSlotGranted",this.handleSlotGranted),googletag.pubads().removeEventListener("slotRenderEnded",this.handleSlotRenderEnded),this.rewardedSlot&&(googletag.destroySlots([this.rewardedSlot]),this.rewardedSlot=null),(a=(o=this.adsContext)==null?void 0:o.adBreakDone)==null||a.call(o,i),this.adsContext=null}),ye(this,"reinit",i=>{this.destroy(i),this.init()}),ye(this,"handleSlotReady",i=>{i.slot===this.rewardedSlot&&(this.readyEvent=i)}),ye(this,"handleSlotClosed",i=>{var o,a;if(this.adsContext&&i.slot===this.rewardedSlot){let s=this.rewardedPayload?"viewed":"dismissed";s==="viewed"?this.adsContext.adViewed():this.adsContext.adDismissed(),(a=(o=this.adsContext).afterAd)==null||a.call(o),this.withCommand(()=>{this.reinit(s)})}}),ye(this,"handleSlotGranted",i=>{this.adsContext&&i.slot===this.rewardedSlot&&(this.rewardedPayload=i.payload)}),ye(this,"handleSlotRenderEnded",i=>{i.slot===this.rewardedSlot&&i.isEmpty&&this.adsContext&&this.withCommand(()=>{this.reinit("frequencyCapped")})}),ye(this,"requestAds",i=>{this.withCommand(()=>{if(this.adsContext&&this.reinit("ignored"),this.rewardedSlot||this.init(),this.adsContext=i,!this.rewardedSlot){this.reinit("notReady");return}if(this.readyEvent)this.adsContext.beforeReward(()=>{var o,a,s;(a=(o=this.adsContext)==null?void 0:o.beforeAd)==null||a.call(o),(s=this.readyEvent)==null||s.makeRewardedVisible()});else{let o=a=>{a.slot===this.rewardedSlot&&this.adsContext&&(googletag.pubads().removeEventListener("rewardedSlotReady",o),this.readyEvent=a,this.adsContext.beforeReward(()=>{var s,u,c;(u=(s=this.adsContext)==null?void 0:s.beforeAd)==null||u.call(s),(c=this.readyEvent)==null||c.makeRewardedVisible()}))};googletag.pubads().addEventListener("rewardedSlotReady",o),window.setTimeout(()=>{this.readyEvent||(this.reinit("timeout"),googletag.pubads().removeEventListener("rewardedSlotReady",o))},500)}})}),this.adUnit=t,this.project=r,this.keyValue=n,Cu(),this.withCommand(()=>{this.init()})}};function Se(e,t,r){return(t=qm(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function qm(e){var t=Km(e,"string");return typeof t=="symbol"?t:t+""}function Km(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var qo=class{constructor(t,r,n){var i=this;Se(this,"adUnit",void 0),Se(this,"project",void 0),Se(this,"keyValue",void 0),Se(this,"adsContext",null),Se(this,"gamingInterstitialSlot",null),Se(this,"readyEvent",null),Se(this,"isRetrying",!1),Se(this,"withCommand",function(){googletag.cmd.push(...arguments)}),Se(this,"init",()=>{var o;this.gamingInterstitialSlot=googletag.defineOutOfPageSlot(this.adUnit,googletag.enums.OutOfPageFormat.GAME_MANUAL_INTERSTITIAL),this.gamingInterstitialSlot&&(this.gamingInterstitialSlot.addService(googletag.pubads()),googletag.pubads().addEventListener("gameManualInterstitialSlotReady",this.handleSlotReady),googletag.pubads().addEventListener("gameManualInterstitialSlotClosed",this.handleSlotClosed),this.keyValue&&(Object.keys(this.keyValue).forEach(a=>{var s;(s=this.gamingInterstitialSlot)==null||s.setTargeting(a,this.keyValue[a])}),Object.keys(this.keyValue).includes("project")||(o=this.gamingInterstitialSlot)==null||o.setTargeting("project",this.project)),googletag.display(this.gamingInterstitialSlot))}),Se(this,"destroy",function(o){var a,s;(!(arguments.length>1&&arguments[1]!==void 0)||arguments[1])&&((s=(a=i.adsContext)==null?void 0:a.onEnd)==null||s.call(a,o),i.adsContext=null),googletag.pubads().removeEventListener("gameManualInterstitialSlotReady",i.handleSlotReady),googletag.pubads().removeEventListener("gameManualInterstitialSlotClosed",i.handleSlotClosed),i.gamingInterstitialSlot&&(googletag.destroySlots([i.gamingInterstitialSlot]),i.gamingInterstitialSlot=null,i.readyEvent=null)}),Se(this,"reinit",function(o){let a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;i.destroy(o,a),i.init()}),Se(this,"handleSlotReady",o=>{this.gamingInterstitialSlot===o.slot&&(this.readyEvent=o)}),Se(this,"handleSlotClosed",o=>{var a,s;this.adsContext&&this.gamingInterstitialSlot===o.slot&&((s=(a=this.adsContext).afterAd)==null||s.call(a),this.withCommand(()=>{this.reinit("viewed")}))}),Se(this,"requestAds",o=>{this.withCommand(()=>{var a,s,u;if(this.adsContext&&this.reinit("ignored"),this.gamingInterstitialSlot||this.init(),this.adsContext=o,!this.gamingInterstitialSlot){this.reinit("notReady");return}this.readyEvent?((a=o.beforeAd)==null||a.call(o),this.readyEvent.makeGameManualInterstitialVisible()):((u=(s=this.adsContext).onEnd)==null||u.call(s,"frequencyCapped"),this.adsContext=null,this.isRetrying||(this.isRetrying=!0,window.setTimeout(()=>{this.readyEvent||this.withCommand(()=>{this.reinit("frequencyCapped",!1)}),this.isRetrying=!1},31e3)))})}),Cu(),this.adUnit=t,this.project=r,this.keyValue=n,this.withCommand(()=>{this.init()})}};function _t(e,t,r){return(t=Wm(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Wm(e){var t=zm(e,"string");return typeof t=="symbol"?t:t+""}function zm(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Ko=class{constructor(t,r){_t(this,"name","GOOGLE_GPT"),_t(this,"context",void 0),_t(this,"contextInfo",void 0),_t(this,"initParams",void 0),_t(this,"rewardAdManager",void 0),_t(this,"interstitialManager",void 0),_t(this,"insertScript",()=>{let n="jolibox-google-gpt",i=document.getElementById(n);i||(i=window.document.createElement("script"),i.id=n,i.async=!0,i.src="https://securepubads.g.doubleclick.net/tag/js/gpt.js",i.crossOrigin="anonymous",document.head.appendChild(i))}),this.context=t,this.contextInfo=this.context.getContextInfo(),this.initParams=r,this.insertScript()}init(){return P(this,null,function*(){let t=this.contextInfo.testAdsMode?"/22639388115/rewarded_web_example":this.initParams.rewardedSlot,r=this.contextInfo.testAdsMode?"/6355419/Travel/Europe/France/Paris":this.initParams.interstitialSlot,n=`minigame-${this.contextInfo.runtimeType==="APP"?"app":"h5"}`;t&&(this.rewardAdManager=new Go(t,n,this.initParams.keyValue)),r&&(this.interstitialManager=new qo(r,n,this.initParams.keyValue))})}adConfig(t,r){}adBreak(t,r){var n,i,o;switch(t.type){case"preroll":{(n=t.adBreakDone)==null||n.call(t,{breakType:"preroll",breakFormat:"interstitial",breakStatus:"noAdPreloaded"});break}case"reward":{if(!this.rewardAdManager){(i=t.adBreakDone)==null||i.call(t,{breakName:t.name,breakType:t.type,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"noAdPreloaded"});return}this.rewardAdManager.requestAds({beforeAd:t.beforeAd,afterAd:t.afterAd,adDismissed:t.adDismissed,adViewed:t.adViewed,beforeReward:t.beforeReward,adBreakDone:a=>{var s;(s=t.adBreakDone)==null||s.call(t,{breakName:t.name,breakType:t.type,breakFormat:"reward",breakStatus:a})}});break}default:{if(!this.interstitialManager){(o=t.adBreakDone)==null||o.call(t,{breakName:t.name,breakType:t.type,breakFormat:"interstitial",breakStatus:"noAdPreloaded"});return}this.interstitialManager.requestAds({beforeAd:t.beforeAd,afterAd:t.afterAd,onEnd:a=>{var s;(s=t.adBreakDone)==null||s.call(t,{breakName:t.name,breakType:t.type,breakFormat:"interstitial",breakStatus:a})}});break}}}};function Co(e,t,r){return(t=Qm(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Qm(e){var t=Ym(e,"string");return typeof t=="symbol"?t:t+""}function Ym(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Wo=class{constructor(t){let r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"GAME";Co(this,"context",void 0),Co(this,"placement","GAME"),Co(this,"contextInfo",void 0),this.context=t,this.placement=r,this.contextInfo=this.context.getContextInfo()}getLocation(){let t=new URLSearchParams(window.location.search),r={};return t.forEach((n,i)=>{r[i]=n}),{name:this.placement==="GAME"?"GamePage":"DramaPage",params:r}}getDevice(){var t,r,n,i;return{platform:(t=this.contextInfo.platform)!=null?t:iu.WebSDK,os:this.contextInfo.osType+"_"+this.contextInfo.runtimeType,appVersion:"1.0.0",appId:(r=this.contextInfo.hostAppId)!=null?r:"1",model:(n=this.contextInfo.deviceModel)!=null?n:"UnknownModel",brand:(i=this.contextInfo.deviceBrand)!=null?i:"UnknownBrand",uuid:this.contextInfo.deviceId,jsSdkVersion:"1.0.0",extra:{}}}serialize(t,r){var n;let i={protocolVersion:"1.0.0",events:[{name:t,type:ru.System,location:this.getLocation(),target:null,extra:r,timestamp:Date.now(),userId:(n=this.contextInfo.userId)!=null?n:null}],device:this.getDevice(),project:nu.WebSDK};return dh(i)}};function Ae(e,t,r){return(t=Xm(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Xm(e){var t=Zm(e,"string");return typeof t=="symbol"?t:t+""}function Zm(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var $n=class{constructor(t){Ae(this,"context",void 0),Ae(this,"adsTrackSerializer",void 0),Ae(this,"contextInfo",void 0),this.context=t,this.contextInfo=t.getContextInfo(),this.adsTrackSerializer=new Wo(this.context)}getRequestContextData(t){var r,n;this.contextInfo=this.context.getContextInfo();let{width:i,height:o}=this.context.getWindowInfo();return{report:JSON.stringify(this.adsTrackSerializer.serialize(t,{sessionId:this.contextInfo.sessionId,objectType:this.contextInfo.objectType,objectId:this.contextInfo.objectId,testAdsMode:this.contextInfo.testAdsMode})),osType:this.contextInfo.osType,runtimeType:this.contextInfo.runtimeType,sessionId:this.contextInfo.sessionId,deviceId:this.contextInfo.deviceId,adId:this.contextInfo.adId,deviceModel:(r=this.contextInfo.deviceModel)!=null?r:"UnknownModel",deviceBrand:(n=this.contextInfo.deviceBrand)!=null?n:"UnknownBrand",dimension:{width:i,height:o}}}getRequestBizParams(){return{objectType:this.contextInfo.objectType,objectId:this.contextInfo.objectId}}},zo=class{constructor(t,r){var n=this;Ae(this,"context",void 0),Ae(this,"contextInfo",void 0),Ae(this,"requestContext",void 0),Ae(this,"pendingAFGAdsInfo",{REWARD:Promise.resolve(null),INTERSTITIAL:Promise.resolve(null)}),Ae(this,"pendingAFVAdsInfo",Promise.resolve(null)),Ae(this,"doFetchAdsInfo",i=>P(this,null,function*(){let o=i==="afv"?"AdsAFVSDKRequest":"AdsAFGSDKAdBreak",a=i==="afv"?"REWARD_INTERSTITIAL":i==="reward"?"REWARD":"INTERSTITIAL",s=i==="afv"?void 0:"cached",{data:u,code:c}=yield this.context.httpClient.post("/api/ads/info",{data:{contextData:this.requestContext.getRequestContextData(o),bizParams:this.requestContext.getRequestBizParams(),adsType:a,testAdsMode:this.contextInfo.testAdsMode,name:s}});return c==="SUCCESS"||c==="BYPASS_ADS"?{code:c,data:u}:null})),Ae(this,"cacheRewardInfo",()=>{this.pendingAFGAdsInfo.REWARD=this.doFetchAdsInfo("reward").catch(()=>null)}),Ae(this,"cacheInterstitialInfo",i=>{this.pendingAFGAdsInfo.INTERSTITIAL=this.doFetchAdsInfo(i).catch(()=>null)}),Ae(this,"cacheAFVInfo",()=>{this.pendingAFVAdsInfo=this.doFetchAdsInfo("afv").catch(()=>null)}),Ae(this,"cacheNextAFGAdsInfo",i=>P(this,null,function*(){i==="reward"?this.cacheRewardInfo():this.cacheInterstitialInfo(i)})),Ae(this,"getAFGAdsInfo",i=>P(this,null,function*(){let o=yield i==="reward"?this.pendingAFGAdsInfo.REWARD:this.pendingAFGAdsInfo.INTERSTITIAL;return this.cacheNextAFGAdsInfo(i),o})),Ae(this,"getAFVAdsInfo",function(){return P(this,arguments,function*(){if(!(arguments.length>0&&arguments[0]!==void 0)||arguments[0]){let i=yield n.pendingAFVAdsInfo;return n.cacheAFVInfo(),i}else return n.cacheAFVInfo(),yield n.pendingAFVAdsInfo})}),this.context=t,this.contextInfo=this.context.getContextInfo(),this.requestContext=new $n(t),r!=null&&r.reward&&this.cacheRewardInfo(),r!=null&&r.interstitial&&this.cacheInterstitialInfo("start"),r!=null&&r.afv&&this.cacheAFVInfo()}};function Fe(e,t,r){return(t=ep(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function ep(e){var t=tp(e,"string");return typeof t=="symbol"?t:t+""}function tp(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var yr=class{constructor(t){if(Fe(this,"context",void 0),Fe(this,"contextInfo",void 0),Fe(this,"providers",{}),Fe(this,"channelPolicy",void 0),Fe(this,"adsActionDetection",void 0),Fe(this,"requestContext",void 0),Fe(this,"adsRequest",void 0),Fe(this,"initialized",!1),Fe(this,"adsIsShowing",!1),Fe(this,"lastAdBreak",void 0),Fe(this,"initializedTimeStamp",Date.now()),t)this.context=t,this.channelPolicy=new No(this.context),this.adsActionDetection=new Do(this.context),this.contextInfo=this.context.getContextInfo(),this.adsRequest=new zo(t),this.requestContext=new $n(t);else throw new Error("JoliboxAdsForGame requires a configuration object")}init(t){return P(this,null,function*(){window.adsbygoogle=window.adsbygoogle||[];let{data:r}=yield this.context.httpClient.post("/api/ads/init",{data:{contextData:this.requestContext.getRequestContextData("AdsAFGSDKInit"),bizParams:this.requestContext.getRequestBizParams(),testAdsMode:this.contextInfo.testAdsMode}});if((r==null?void 0:r.length)>0)for(let n of r)switch(n.provider){case"GOOGLE_GPT":{let i=new Ko(this.context,n.params);yield i.init(),this.providers[n.provider]=i;break}case"ADSENSE":case"ADSENSE_ADMOB":{let i=new Lo(this.context,n.params);yield i.init(),this.providers[n.provider]=i;break}case"OKSPIN":{let i=new Ho(this.context,n.params);yield i.init(),this.providers.OKSPIN=i;break}case"APPSROCKETS":{let i=new $o(this.context,n.params);yield i.init(),this.providers.APPSROCKETS=i;break}}this.adsRequest.cacheInterstitialInfo("start"),this.adsRequest.cacheRewardInfo(),this.initialized=!0})}adConfig(t){this.providers.ADSENSE?this.providers.ADSENSE.adConfig(t):window.adsbygoogle.push(t)}adBreak(t){return P(this,null,function*(){var r,n,i,o,a,s,u,c,y,h,p,f,w,A;let R=Date.now();if(R-this.initializedTimeStamp<3e3){(r=t.adBreakDone)==null||r.call(t,{breakType:t.type,breakName:t.type==="preroll"?void 0:t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"noAdPreloaded"});return}if(this.lastAdBreak&&R-this.lastAdBreak<500){console.warn("[Jolibox SDK Ads] You can't call adBreak too frequently"),(n=t.adBreakDone)==null||n.call(t,{breakType:t.type,breakName:t.type==="preroll"?void 0:t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"frequencyCapped"});return}if(this.lastAdBreak=R,this.adsIsShowing){console.warn("[Jolibox SDK Ads] You can't call adBreak while ad is showing"),(i=t.adBreakDone)==null||i.call(t,{breakType:t.type,breakName:t.type==="preroll"?void 0:t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"frequencyCapped"});return}if(this.initialized||(yield this.init()),t.type!=="reward"&&!this.channelPolicy.shouldBypassCallingInterstitial()){(o=t.adBreakDone)==null||o.call(t,{breakType:t.type,breakName:"skipInterstitials",breakFormat:"interstitial",breakStatus:"viewed"});return}if(!this.context.checkNetwork()){(a=t.adBreakDone)==null||a.call(t,{breakType:t.type,breakName:t.type==="preroll"?void 0:t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"noAdPreloaded"});return}try{let b=yield this.adsRequest.getAFGAdsInfo(t.type),T=b==null?void 0:b.data,N=b==null?void 0:b.code;if(N==="BYPASS_ADS"){switch(t.type){case"preroll":{(s=t.adBreakDone)==null||s.call(t,{breakType:t.type,breakFormat:"interstitial",breakStatus:"viewed"});break}case"reward":{t.beforeReward(()=>{var j,H,S,L;(j=t.beforeAd)==null||j.call(t),(H=t.adViewed)==null||H.call(t),(S=t.afterAd)==null||S.call(t),(L=t.adBreakDone)==null||L.call(t,{breakType:t.type,breakName:t.name,breakFormat:"reward",breakStatus:"viewed"})});break}default:{(u=t.beforeAd)==null||u.call(t),(c=t.afterAd)==null||c.call(t),(y=t.adBreakDone)==null||y.call(t,{breakType:t.type,breakName:t.name,breakFormat:"interstitial",breakStatus:"viewed"});break}}return}if(!T||N!=="SUCCESS"){(h=t.adBreakDone)==null||h.call(t,{breakType:t.type,breakName:t.type==="preroll"?void 0:t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"noAdPreloaded"});return}else{let j=T.sort((x,M)=>x.seq-M.seq);if(j.length===0){(p=t.adBreakDone)==null||p.call(t,{breakType:t.type,breakName:t.type==="preroll"?void 0:t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"noAdPreloaded"});return}let H=!0,S=null,L=new Po(this.context);for(this.adsActionDetection.adBreakIsShowing=!0;j.length>0;){let x=j.shift(),M=this.providers[x.provider];if(M){let[K,W]=yield L.callAdBreakAndContinue(M,t,x,ee=>{var he;this.adsIsShowing=ee,(he=this.context.eventEmitter)==null||he.emit("isAdShowing",ee)});H=K,S=W}else H=!0,S={breakType:t.type,breakName:t.type==="preroll"?void 0:t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"notReady"};if(!H)break}H&&S&&((f=t.adBreakDone)==null||f.call(t,S))}}catch(b){(w=t.adBreakDone)==null||w.call(t,{breakType:t.type,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"noAdPreloaded"})}finally{this.adsIsShowing=!1,(A=this.context.eventEmitter)==null||A.emit("isAdShowing",!1),this.adsActionDetection.adBreakIsShowing=!1}})}adUnit(t){console.warn("This method has been deprecated. We will not support AdSense AdUnit in the future.")}};var Fy=Ft`
167
+ `,Vm=e=>{let{state:t}=e,{afterAd:r,adDismissed:n,adViewed:i,adBreakDone:o,adLoaded:a,adLinkClicked:s,visible:u,src:d}=t,[y,h]=xn(!1),p=b=>{var I,C,w,k;h(!1),u.value=!1,b==="dismiss"?(I=n.value)==null||I.call(n):b==="viewed"&&((C=i.value)==null||C.call(i)),(w=r.value)==null||w.call(r),(k=o.value)==null||k.call(o)},f=()=>{var b;(b=a.value)==null||b.call(a)};return Ut("appsrockets_ad_dismissed",()=>p("dismiss")),Ut("appsrockets_ad_rewarded",()=>p("viewed")),Ut("appsrockets_ad_completed",()=>p("viewed")),Ut("appsrockets_ad_skipped",()=>p("viewed")),Ut("appsrockets_ad_clicked",b=>{var I;return(I=s.value)==null?void 0:I.call(s,b)}),Ut("appsrockets_ad_loaded",()=>h(!0)),u.value?le("div",{className:Hm,style:{display:y?"flex":"none"},children:u.value&&le("iframe",{src:d.value,onLoad:f,allowFullScreen:!0,allow:"autoplay",sandbox:"allow-scripts allow-same-origin allow-forms allow-modals allow-downloads allow-popups allow-popups-to-escape-sandbox allow-top-navigation-by-user-activation allow-top-navigation allow-top-navigation-by-user-activation allow-top-navigation-to-custom-protocols"})}):null};function et(e,t,r){return(t=$m(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function $m(e){var t=qm(e,"string");return typeof t=="symbol"?t:t+""}function qm(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Vo=class{constructor(t,r){et(this,"name","APPSROCKETS"),et(this,"initialized",!1),et(this,"initCompleter",null),et(this,"context",void 0),et(this,"adsOverlay",null),et(this,"adsIsShowing",!1),et(this,"lastUnDisplayedAdBreak",null),et(this,"state",jm()),et(this,"processUrl",n=>{var i;let o=this.context.getContextInfo(),a=new URL(n),s=new URLSearchParams(a.search);return s.has("joliSource")||s.set("joliSource",o.joliSource),s.get("osType")||s.set("osType",o.osType),s.get("runtimeType")||s.set("runtimeType",o.runtimeType),s.get("mode")||s.set("mode","AFG"),s.get("deviceId")||s.set("deviceId",o.deviceId),s.get("statusBarHeight")||s.set("statusBarHeight",((i=this.context.getWindowInfo().statusBarHeight)!=null?i:0).toString()),a.search=s.toString(),a.toString()}),this.context=t}init(){return P(this,null,function*(){var t;this.adsOverlay=document.createElement("div"),this.adsOverlay.setAttribute("data-placement-info","afg-appsrockets"),bo(le(Vm,{state:this.state}),this.adsOverlay),document.documentElement.appendChild(this.adsOverlay),this.initialized=!0,(t=this.initCompleter)==null||t.call(this)})}adConfig(t){var r;if(this.initialized){(r=t.onReady)==null||r.call(t);return}this.initCompleter=()=>{var n;(n=t.onReady)==null||n.call(t)}}adBreak(t,r){var n,i,o,a,s,u,d,y;if(!this.initialized||!this.adsOverlay||!r.params.url){(n=t.adBreakDone)==null||n.call(t,{breakType:t.type,breakName:t.type==="preroll"?"":t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"notReady"});return}if(this.adsIsShowing){(i=t.adBreakDone)==null||i.call(t,{breakType:t.type,breakName:t.type==="preroll"?"":t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"frequencyCapped"});return}let h=p=>{var f,b;(b=(f=this.context).handleLinkClicked)==null||b.call(f,p)};switch(t.type){case"preroll":{(o=t.adBreakDone)==null||o.call(t,{breakType:t.type,breakName:"",breakFormat:"interstitial",breakStatus:"noAdPreloaded"});break}case"start":case"browse":case"next":case"pause":{(a=t.beforeAd)==null||a.call(t);let p=()=>{var I;this.adsIsShowing=!1,(I=t.afterAd)==null||I.call(t)},f=()=>{var I;this.adsIsShowing=!1,(I=t.adBreakDone)==null||I.call(t,{breakType:t.type,breakName:t.name,breakFormat:"interstitial",breakStatus:"viewed"})},b=()=>{var I;this.adsIsShowing=!1,(I=t.adBreakDone)==null||I.call(t,{breakType:t.type,breakName:t.name,breakFormat:"interstitial",breakStatus:"noAdPreloaded"})};Ce(()=>{this.adsIsShowing=!0,this.state.afterAd.value=p,this.state.adBreakDone.value=f,this.state.src.value=this.processUrl(r.params.url),this.state.adLinkClicked.value=h,this.state.adError.value=b,this.state.visible.value=!0});break}case"reward":{this.lastUnDisplayedAdBreak&&((u=(s=this.lastUnDisplayedAdBreak).adBreakDone)==null||u.call(s,{breakType:this.lastUnDisplayedAdBreak.type,breakName:this.lastUnDisplayedAdBreak.type==="preroll"?"":this.lastUnDisplayedAdBreak.name,breakFormat:this.lastUnDisplayedAdBreak.type==="reward"?"reward":"interstitial",breakStatus:"ignored"}),this.lastUnDisplayedAdBreak=null),(d=t.beforeAd)==null||d.call(t);let p=()=>{var D;this.adsIsShowing=!1,(D=t.afterAd)==null||D.call(t)},f={breakType:t.type,breakName:t.name,breakFormat:"reward",breakStatus:"ignored"},b=()=>{var D;this.adsIsShowing=!1,f.breakStatus="dismissed",(D=t.adDismissed)==null||D.call(t)},I=()=>{var D;this.adsIsShowing=!1,f.breakStatus="viewed",(D=t.adViewed)==null||D.call(t)},C=()=>{var D;this.adsIsShowing=!1,(D=t.adBreakDone)==null||D.call(t,f)},w=()=>{this.adsIsShowing=!1,f.breakStatus="noAdPreloaded"};Ce(()=>{this.state.afterAd.value=p,this.state.adDismissed.value=b,this.state.adViewed.value=I,this.state.adBreakDone.value=C,this.state.adLinkClicked.value=h,this.state.adError.value=w});let k=()=>{var D;if(this.lastUnDisplayedAdBreak=null,!this.adsOverlay){(D=t.adBreakDone)==null||D.call(t,{breakType:t.type,breakName:t.name,breakFormat:"reward",breakStatus:"notReady"});return}this.adsIsShowing=!0,Ce(()=>{this.state.src.value=this.processUrl(r.params.url),this.state.visible.value=!0})};this.lastUnDisplayedAdBreak=t,(y=t.beforeReward)==null||y.call(t,k);break}}}},Ru=()=>{window.googletag=window.googletag||{cmd:[]},window.googletag.pubadsReady||window.googletag.cmd.push(()=>{window.googletag.enableServices()})};function ye(e,t,r){return(t=Wm(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Wm(e){var t=Km(e,"string");return typeof t=="symbol"?t:t+""}function Km(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var $o=class{constructor(t,r,n){ye(this,"adUnit",void 0),ye(this,"project",void 0),ye(this,"keyValue",void 0),ye(this,"adsContext",null),ye(this,"rewardedSlot",null),ye(this,"rewardedPayload",null),ye(this,"readyEvent",null),ye(this,"withCommand",function(){googletag.cmd.push(...arguments)}),ye(this,"init",()=>{var i;this.rewardedSlot=googletag.defineOutOfPageSlot(this.adUnit,googletag.enums.OutOfPageFormat.REWARDED),this.rewardedSlot&&(this.rewardedSlot.addService(googletag.pubads()),googletag.pubads().addEventListener("rewardedSlotReady",this.handleSlotReady),googletag.pubads().addEventListener("rewardedSlotClosed",this.handleSlotClosed),googletag.pubads().addEventListener("rewardedSlotGranted",this.handleSlotGranted),googletag.pubads().addEventListener("slotRenderEnded",this.handleSlotRenderEnded),this.keyValue&&(Object.keys(this.keyValue).forEach(o=>{var a;(a=this.rewardedSlot)==null||a.setTargeting(o,this.keyValue[o])}),Object.keys(this.keyValue).includes("project")||(i=this.rewardedSlot)==null||i.setTargeting("project",this.project)),googletag.display(this.rewardedSlot))}),ye(this,"destroy",i=>{var o,a;this.rewardedPayload=null,this.readyEvent=null,googletag.pubads().removeEventListener("rewardedSlotReady",this.handleSlotReady),googletag.pubads().removeEventListener("rewardedSlotClosed",this.handleSlotClosed),googletag.pubads().removeEventListener("rewardedSlotGranted",this.handleSlotGranted),googletag.pubads().removeEventListener("slotRenderEnded",this.handleSlotRenderEnded),this.rewardedSlot&&(googletag.destroySlots([this.rewardedSlot]),this.rewardedSlot=null),(a=(o=this.adsContext)==null?void 0:o.adBreakDone)==null||a.call(o,i),this.adsContext=null}),ye(this,"reinit",i=>{this.destroy(i),this.init()}),ye(this,"handleSlotReady",i=>{i.slot===this.rewardedSlot&&(this.readyEvent=i)}),ye(this,"handleSlotClosed",i=>{var o,a;if(this.adsContext&&i.slot===this.rewardedSlot){let s=this.rewardedPayload?"viewed":"dismissed";s==="viewed"?this.adsContext.adViewed():this.adsContext.adDismissed(),(a=(o=this.adsContext).afterAd)==null||a.call(o),this.withCommand(()=>{this.reinit(s)})}}),ye(this,"handleSlotGranted",i=>{this.adsContext&&i.slot===this.rewardedSlot&&(this.rewardedPayload=i.payload)}),ye(this,"handleSlotRenderEnded",i=>{i.slot===this.rewardedSlot&&i.isEmpty&&this.adsContext&&this.withCommand(()=>{this.reinit("frequencyCapped")})}),ye(this,"requestAds",i=>{this.withCommand(()=>{if(this.adsContext&&this.reinit("ignored"),this.rewardedSlot||this.init(),this.adsContext=i,!this.rewardedSlot){this.reinit("notReady");return}if(this.readyEvent)this.adsContext.beforeReward(()=>{var o,a,s;(a=(o=this.adsContext)==null?void 0:o.beforeAd)==null||a.call(o),(s=this.readyEvent)==null||s.makeRewardedVisible()});else{let o=a=>{a.slot===this.rewardedSlot&&this.adsContext&&(googletag.pubads().removeEventListener("rewardedSlotReady",o),this.readyEvent=a,this.adsContext.beforeReward(()=>{var s,u,d;(u=(s=this.adsContext)==null?void 0:s.beforeAd)==null||u.call(s),(d=this.readyEvent)==null||d.makeRewardedVisible()}))};googletag.pubads().addEventListener("rewardedSlotReady",o),window.setTimeout(()=>{this.readyEvent||(this.reinit("timeout"),googletag.pubads().removeEventListener("rewardedSlotReady",o))},500)}})}),this.adUnit=t,this.project=r,this.keyValue=n,Ru(),this.withCommand(()=>{this.init()})}};function Se(e,t,r){return(t=zm(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function zm(e){var t=Qm(e,"string");return typeof t=="symbol"?t:t+""}function Qm(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var qo=class{constructor(t,r,n){var i=this;Se(this,"adUnit",void 0),Se(this,"project",void 0),Se(this,"keyValue",void 0),Se(this,"adsContext",null),Se(this,"gamingInterstitialSlot",null),Se(this,"readyEvent",null),Se(this,"isRetrying",!1),Se(this,"withCommand",function(){googletag.cmd.push(...arguments)}),Se(this,"init",()=>{var o;this.gamingInterstitialSlot=googletag.defineOutOfPageSlot(this.adUnit,googletag.enums.OutOfPageFormat.GAME_MANUAL_INTERSTITIAL),this.gamingInterstitialSlot&&(this.gamingInterstitialSlot.addService(googletag.pubads()),googletag.pubads().addEventListener("gameManualInterstitialSlotReady",this.handleSlotReady),googletag.pubads().addEventListener("gameManualInterstitialSlotClosed",this.handleSlotClosed),this.keyValue&&(Object.keys(this.keyValue).forEach(a=>{var s;(s=this.gamingInterstitialSlot)==null||s.setTargeting(a,this.keyValue[a])}),Object.keys(this.keyValue).includes("project")||(o=this.gamingInterstitialSlot)==null||o.setTargeting("project",this.project)),googletag.display(this.gamingInterstitialSlot))}),Se(this,"destroy",function(o){var a,s;(!(arguments.length>1&&arguments[1]!==void 0)||arguments[1])&&((s=(a=i.adsContext)==null?void 0:a.onEnd)==null||s.call(a,o),i.adsContext=null),googletag.pubads().removeEventListener("gameManualInterstitialSlotReady",i.handleSlotReady),googletag.pubads().removeEventListener("gameManualInterstitialSlotClosed",i.handleSlotClosed),i.gamingInterstitialSlot&&(googletag.destroySlots([i.gamingInterstitialSlot]),i.gamingInterstitialSlot=null,i.readyEvent=null)}),Se(this,"reinit",function(o){let a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;i.destroy(o,a),i.init()}),Se(this,"handleSlotReady",o=>{this.gamingInterstitialSlot===o.slot&&(this.readyEvent=o)}),Se(this,"handleSlotClosed",o=>{var a,s;this.adsContext&&this.gamingInterstitialSlot===o.slot&&((s=(a=this.adsContext).afterAd)==null||s.call(a),this.withCommand(()=>{this.reinit("viewed")}))}),Se(this,"requestAds",o=>{this.withCommand(()=>{var a,s,u;if(this.adsContext&&this.reinit("ignored"),this.gamingInterstitialSlot||this.init(),this.adsContext=o,!this.gamingInterstitialSlot){this.reinit("notReady");return}this.readyEvent?((a=o.beforeAd)==null||a.call(o),this.readyEvent.makeGameManualInterstitialVisible()):((u=(s=this.adsContext).onEnd)==null||u.call(s,"frequencyCapped"),this.adsContext=null,this.isRetrying||(this.isRetrying=!0,window.setTimeout(()=>{this.readyEvent||this.withCommand(()=>{this.reinit("frequencyCapped",!1)}),this.isRetrying=!1},31e3)))})}),Ru(),this.adUnit=t,this.project=r,this.keyValue=n,this.withCommand(()=>{this.init()})}};function wt(e,t,r){return(t=Ym(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Ym(e){var t=Xm(e,"string");return typeof t=="symbol"?t:t+""}function Xm(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Wo=class{constructor(t,r){wt(this,"name","GOOGLE_GPT"),wt(this,"context",void 0),wt(this,"contextInfo",void 0),wt(this,"initParams",void 0),wt(this,"rewardAdManager",void 0),wt(this,"interstitialManager",void 0),wt(this,"insertScript",()=>{let n="jolibox-google-gpt",i=document.getElementById(n);i||(i=window.document.createElement("script"),i.id=n,i.async=!0,i.src="https://securepubads.g.doubleclick.net/tag/js/gpt.js",i.crossOrigin="anonymous",document.head.appendChild(i))}),this.context=t,this.contextInfo=this.context.getContextInfo(),this.initParams=r,this.insertScript()}init(){return P(this,null,function*(){let t=this.contextInfo.testAdsMode?"/22639388115/rewarded_web_example":this.initParams.rewardedSlot,r=this.contextInfo.testAdsMode?"/6355419/Travel/Europe/France/Paris":this.initParams.interstitialSlot,n=`minigame-${this.contextInfo.runtimeType==="APP"?"app":"h5"}`;t&&(this.rewardAdManager=new $o(t,n,this.initParams.keyValue)),r&&(this.interstitialManager=new qo(r,n,this.initParams.keyValue))})}adConfig(t,r){}adBreak(t,r){var n,i,o;switch(t.type){case"preroll":{(n=t.adBreakDone)==null||n.call(t,{breakType:"preroll",breakFormat:"interstitial",breakStatus:"noAdPreloaded"});break}case"reward":{if(!this.rewardAdManager){(i=t.adBreakDone)==null||i.call(t,{breakName:t.name,breakType:t.type,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"noAdPreloaded"});return}this.rewardAdManager.requestAds({beforeAd:t.beforeAd,afterAd:t.afterAd,adDismissed:t.adDismissed,adViewed:t.adViewed,beforeReward:t.beforeReward,adBreakDone:a=>{var s;(s=t.adBreakDone)==null||s.call(t,{breakName:t.name,breakType:t.type,breakFormat:"reward",breakStatus:a})}});break}default:{if(!this.interstitialManager){(o=t.adBreakDone)==null||o.call(t,{breakName:t.name,breakType:t.type,breakFormat:"interstitial",breakStatus:"noAdPreloaded"});return}this.interstitialManager.requestAds({beforeAd:t.beforeAd,afterAd:t.afterAd,onEnd:a=>{var s;(s=t.adBreakDone)==null||s.call(t,{breakName:t.name,breakType:t.type,breakFormat:"interstitial",breakStatus:a})}});break}}}};function Ro(e,t,r){return(t=Zm(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Zm(e){var t=ep(e,"string");return typeof t=="symbol"?t:t+""}function ep(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Ko=class{constructor(t){let r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"GAME";Ro(this,"context",void 0),Ro(this,"placement","GAME"),Ro(this,"contextInfo",void 0),this.context=t,this.placement=r,this.contextInfo=this.context.getContextInfo()}getLocation(){let t=new URLSearchParams(window.location.search),r={};return t.forEach((n,i)=>{r[i]=n}),{name:this.placement==="GAME"?"GamePage":"DramaPage",params:r}}getDevice(){var t,r,n,i;return{platform:(t=this.contextInfo.platform)!=null?t:iu.WebSDK,os:this.contextInfo.osType+"_"+this.contextInfo.runtimeType,appVersion:"1.0.0",appId:(r=this.contextInfo.hostAppId)!=null?r:"1",model:(n=this.contextInfo.deviceModel)!=null?n:"UnknownModel",brand:(i=this.contextInfo.deviceBrand)!=null?i:"UnknownBrand",uuid:this.contextInfo.deviceId,jsSdkVersion:"1.0.0",extra:{}}}serialize(t,r){var n;let i={protocolVersion:"1.0.0",events:[{name:t,type:ru.System,location:this.getLocation(),target:null,extra:r,timestamp:Date.now(),userId:(n=this.contextInfo.userId)!=null?n:null}],device:this.getDevice(),project:nu.WebSDK};return hh(i)}};function Ie(e,t,r){return(t=tp(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function tp(e){var t=rp(e,"string");return typeof t=="symbol"?t:t+""}function rp(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var qn=class{constructor(t){Ie(this,"context",void 0),Ie(this,"adsTrackSerializer",void 0),Ie(this,"contextInfo",void 0),this.context=t,this.contextInfo=t.getContextInfo(),this.adsTrackSerializer=new Ko(this.context)}getRequestContextData(t){var r,n;this.contextInfo=this.context.getContextInfo();let{width:i,height:o}=this.context.getWindowInfo();return{report:JSON.stringify(this.adsTrackSerializer.serialize(t,{sessionId:this.contextInfo.sessionId,objectType:this.contextInfo.objectType,objectId:this.contextInfo.objectId,testAdsMode:this.contextInfo.testAdsMode})),osType:this.contextInfo.osType,runtimeType:this.contextInfo.runtimeType,sessionId:this.contextInfo.sessionId,deviceId:this.contextInfo.deviceId,adId:this.contextInfo.adId,deviceModel:(r=this.contextInfo.deviceModel)!=null?r:"UnknownModel",deviceBrand:(n=this.contextInfo.deviceBrand)!=null?n:"UnknownBrand",dimension:{width:i,height:o}}}getRequestBizParams(){return{objectType:this.contextInfo.objectType,objectId:this.contextInfo.objectId}}},zo=class{constructor(t,r){var n=this;Ie(this,"context",void 0),Ie(this,"contextInfo",void 0),Ie(this,"requestContext",void 0),Ie(this,"pendingAFGAdsInfo",{REWARD:Promise.resolve(null),INTERSTITIAL:Promise.resolve(null)}),Ie(this,"pendingAFVAdsInfo",Promise.resolve(null)),Ie(this,"doFetchAdsInfo",i=>P(this,null,function*(){let o=i==="afv"?"AdsAFVSDKRequest":"AdsAFGSDKAdBreak",a=i==="afv"?"REWARD_INTERSTITIAL":i==="reward"?"REWARD":"INTERSTITIAL",s=i==="afv"?void 0:"cached",{data:u,code:d}=yield this.context.httpClient.post("/api/ads/info",{data:{contextData:this.requestContext.getRequestContextData(o),bizParams:this.requestContext.getRequestBizParams(),adsType:a,testAdsMode:this.contextInfo.testAdsMode,name:s}});return d==="SUCCESS"||d==="BYPASS_ADS"?{code:d,data:u}:null})),Ie(this,"cacheRewardInfo",()=>{this.pendingAFGAdsInfo.REWARD=this.doFetchAdsInfo("reward").catch(()=>null)}),Ie(this,"cacheInterstitialInfo",i=>{this.pendingAFGAdsInfo.INTERSTITIAL=this.doFetchAdsInfo(i).catch(()=>null)}),Ie(this,"cacheAFVInfo",()=>{this.pendingAFVAdsInfo=this.doFetchAdsInfo("afv").catch(()=>null)}),Ie(this,"cacheNextAFGAdsInfo",i=>P(this,null,function*(){i==="reward"?this.cacheRewardInfo():this.cacheInterstitialInfo(i)})),Ie(this,"getAFGAdsInfo",i=>P(this,null,function*(){let o=yield i==="reward"?this.pendingAFGAdsInfo.REWARD:this.pendingAFGAdsInfo.INTERSTITIAL;return this.cacheNextAFGAdsInfo(i),o})),Ie(this,"getAFVAdsInfo",function(){return P(this,arguments,function*(){if(!(arguments.length>0&&arguments[0]!==void 0)||arguments[0]){let i=yield n.pendingAFVAdsInfo;return n.cacheAFVInfo(),i}else return n.cacheAFVInfo(),yield n.pendingAFVAdsInfo})}),this.context=t,this.contextInfo=this.context.getContextInfo(),this.requestContext=new qn(t),r!=null&&r.reward&&this.cacheRewardInfo(),r!=null&&r.interstitial&&this.cacheInterstitialInfo("start"),r!=null&&r.afv&&this.cacheAFVInfo()}};function Je(e,t,r){return(t=np(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function np(e){var t=ip(e,"string");return typeof t=="symbol"?t:t+""}function ip(e,t){if(typeof e!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(typeof n!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var wr=class{constructor(t){if(Je(this,"context",void 0),Je(this,"contextInfo",void 0),Je(this,"providers",{}),Je(this,"channelPolicy",void 0),Je(this,"adsActionDetection",void 0),Je(this,"requestContext",void 0),Je(this,"adsRequest",void 0),Je(this,"initialized",!1),Je(this,"adsIsShowing",!1),Je(this,"lastAdBreak",void 0),Je(this,"initializedTimeStamp",Date.now()),t)this.context=t,this.channelPolicy=new Do(this.context),this.adsActionDetection=new Lo(this.context),this.contextInfo=this.context.getContextInfo(),this.adsRequest=new zo(t),this.requestContext=new qn(t);else throw new Error("JoliboxAdsForGame requires a configuration object")}init(t){return P(this,null,function*(){window.adsbygoogle=window.adsbygoogle||[];let{data:r}=yield this.context.httpClient.post("/api/ads/init",{data:{contextData:this.requestContext.getRequestContextData("AdsAFGSDKInit"),bizParams:this.requestContext.getRequestBizParams(),testAdsMode:this.contextInfo.testAdsMode}});if((r==null?void 0:r.length)>0)for(let n of r)switch(n.provider){case"GOOGLE_GPT":{let i=new Wo(this.context,n.params);yield i.init(),this.providers[n.provider]=i;break}case"ADSENSE":case"ADSENSE_ADMOB":{let i=new No(this.context,n.params);yield i.init(),this.providers[n.provider]=i;break}case"OKSPIN":{let i=new Ho(this.context,n.params);yield i.init(),this.providers.OKSPIN=i;break}case"APPSROCKETS":{let i=new Vo(this.context,n.params);yield i.init(),this.providers.APPSROCKETS=i;break}}this.adsRequest.cacheInterstitialInfo("start"),this.adsRequest.cacheRewardInfo(),this.initialized=!0})}adConfig(t){this.providers.ADSENSE?this.providers.ADSENSE.adConfig(t):window.adsbygoogle.push(t)}adBreak(t){return P(this,null,function*(){var r,n,i,o,a,s,u,d,y,h,p,f,b,I;let C=Date.now();if(C-this.initializedTimeStamp<3e3){(r=t.adBreakDone)==null||r.call(t,{breakType:t.type,breakName:t.type==="preroll"?void 0:t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"noAdPreloaded"});return}if(this.lastAdBreak&&C-this.lastAdBreak<500){console.warn("[Jolibox SDK Ads] You can't call adBreak too frequently"),(n=t.adBreakDone)==null||n.call(t,{breakType:t.type,breakName:t.type==="preroll"?void 0:t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"frequencyCapped"});return}if(this.lastAdBreak=C,this.adsIsShowing){console.warn("[Jolibox SDK Ads] You can't call adBreak while ad is showing"),(i=t.adBreakDone)==null||i.call(t,{breakType:t.type,breakName:t.type==="preroll"?void 0:t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"frequencyCapped"});return}if(this.initialized||(yield this.init()),t.type!=="reward"&&!this.channelPolicy.shouldBypassCallingInterstitial()){(o=t.adBreakDone)==null||o.call(t,{breakType:t.type,breakName:"skipInterstitials",breakFormat:"interstitial",breakStatus:"viewed"});return}if(!this.context.checkNetwork()){(a=t.adBreakDone)==null||a.call(t,{breakType:t.type,breakName:t.type==="preroll"?void 0:t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"noAdPreloaded"});return}try{let w=yield this.adsRequest.getAFGAdsInfo(t.type),k=w==null?void 0:w.data,D=w==null?void 0:w.code;if(D==="BYPASS_ADS"){switch(t.type){case"preroll":{(s=t.adBreakDone)==null||s.call(t,{breakType:t.type,breakFormat:"interstitial",breakStatus:"viewed"});break}case"reward":{t.beforeReward(()=>{var G,H,S,N;(G=t.beforeAd)==null||G.call(t),(H=t.adViewed)==null||H.call(t),(S=t.afterAd)==null||S.call(t),(N=t.adBreakDone)==null||N.call(t,{breakType:t.type,breakName:t.name,breakFormat:"reward",breakStatus:"viewed"})});break}default:{(u=t.beforeAd)==null||u.call(t),(d=t.afterAd)==null||d.call(t),(y=t.adBreakDone)==null||y.call(t,{breakType:t.type,breakName:t.name,breakFormat:"interstitial",breakStatus:"viewed"});break}}return}if(!k||D!=="SUCCESS"){(h=t.adBreakDone)==null||h.call(t,{breakType:t.type,breakName:t.type==="preroll"?void 0:t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"noAdPreloaded"});return}else{let G=k.sort((T,M)=>T.seq-M.seq);if(G.length===0){(p=t.adBreakDone)==null||p.call(t,{breakType:t.type,breakName:t.type==="preroll"?void 0:t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"noAdPreloaded"});return}let H=!0,S=null,N=new Po(this.context);for(this.adsActionDetection.adBreakIsShowing=!0;G.length>0;){let T=G.shift(),M=this.providers[T.provider];if(M){let[W,K]=yield N.callAdBreakAndContinue(M,t,T,ee=>{var he;this.adsIsShowing=ee,(he=this.context.eventEmitter)==null||he.emit("isAdShowing",ee)});H=W,S=K}else H=!0,S={breakType:t.type,breakName:t.type==="preroll"?void 0:t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"notReady"};if(!H)break}H&&S&&((f=t.adBreakDone)==null||f.call(t,S))}}catch(w){(b=t.adBreakDone)==null||b.call(t,{breakType:t.type,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"noAdPreloaded"})}finally{this.adsIsShowing=!1,(I=this.context.eventEmitter)==null||I.emit("isAdShowing",!1),this.adsActionDetection.adBreakIsShowing=!1}})}adUnit(t){console.warn("This method has been deprecated. We will not support AdSense AdUnit in the future.")}};var ww=jt`
168
168
  ${be}
169
169
  position: fixed;
170
170
  left: 0;
@@ -213,7 +213,7 @@ or `);this.errors.push(o)}return n}},nn=class extends de{constructor(...t){super
213
213
  cursor: pointer;
214
214
  }
215
215
  }
216
- `;me();var bw=fi(Tu());var Ar=class{constructor(t){this.ads=t}getAdsInstance(){return this.ads}init(){}adConfig(t){var r,n;(n=(r=this.ads)==null?void 0:r.adConfig)==null||n.call(r,t)}adBreak(t){this.ads.adBreak(t)}adUnit(){}};var Ir=class e{constructor(){this.callbacksId=0,this.callbackMap=new Map,this.initOnMessage()}static getInstance(){return e.instance||(e.instance=new e),e.instance}initOnMessage(){window.addEventListener("message",t=>{var r,n,i,o,a,s,u,c,y;if(console.log(`HuaweiQuickAdsHandler,event => ${t}`),t.origin==window.location.origin&&t.data&&t.data.type==null){let h=JSON.parse(t.data);switch(console.log(`HuaweiQuickAdsHandler type => ${h.type}`),h.type){case"huawei_quick_ads_on_message_init":console.log("HuaweiQuickAdsHandler window.addEventListener init",h);break;case"huawei_quick_ads_on_message_ad_config":{let p=h.callbackId;if(p){let f=this.callbackMap.get(p);(r=f==null?void 0:f.onReady)==null||r.call(f)}console.log("HuaweiQuickAdsHandler window.addEventListener adConfig",h)}break;case"huawei_quick_ads_on_message_ad_break":{let p=h.callbackId;if(p){let f=this.callbackMap.get(p),w="noAdPreloaded",A=!1;switch(h.adsRes){case"viewed":w="viewed",(n=f==null?void 0:f.adViewed)==null||n.call(f),A=!1;break;case"dismissed":w="dismissed",(i=f==null?void 0:f.adDismissed)==null||i.call(f),A=!1;break;case"notReady":case"timeout":case"error":case"noAdPreloaded":case"frequencyCapped":case"ignored":case"other":w=h.adsRes,A=!0;break;case"breakDone":w=h.params,A=!0;break;case"beforeReward":(o=f==null?void 0:f.beforeReward)==null||o.call(f,()=>{window.system.postMessage(JSON.stringify({type:"huawei_quick_ads_ad_operation"})),console.log("HuaweiQuickAdsHandler beforeReward postMessage AD_OPERATION")}),A=!1;break;case"beforeAd":(a=f==null?void 0:f.beforeAd)==null||a.call(f),A=!1;break;case"afterAd":(s=f==null?void 0:f.afterAd)==null||s.call(f),A=!1;break}A&&((y=f==null?void 0:f.adBreakDone)==null||y.call(f,{breakType:(u=f.breakType)!=null?u:"",breakName:f.breakName,breakFormat:(c=f.breakFormat)!=null?c:"interstitial",breakStatus:w}))}console.log("HuaweiQuickAdsHandler window.addEventListener adBreak",h)}break;case"huawei_quick_ads_on_message_ad_unit":console.log("HuaweiQuickAdsHandler window.addEventListener adUnit",h);break;default:break}}})}getAdsInstance(){return e.getInstance()}init(t){try{this.sendPostMessage("huawei_quick_ads_init",void 0,t)}catch(r){console.error("init failed",r)}}adConfig(t){try{let r;t.onReady&&(r=++this.callbacksId,this.callbackMap.set(r,{onReady:t.onReady})),this.sendPostMessage("huawei_quick_ads_ad_config",r,t)}catch(r){console.error("adConfig failed",r)}}adBreak(t){var r;try{let n=++this.callbacksId,i={};i.breakType=t.type,t.type!=="preroll"&&t.name&&(i.breakName=t.name),i.breakFormat=t.type==="reward"?"reward":"interstitial",t.adBreakDone&&(i.adBreakDone=t.adBreakDone),t.type!=="preroll"&&t.beforeAd&&(i.beforeAd=t.beforeAd),t.type!=="preroll"&&t.afterAd&&(i.afterAd=t.afterAd),t.type==="reward"&&t.beforeReward&&(i.beforeReward=t.beforeReward),t.type==="reward"&&t.adDismissed&&(i.adDismissed=t.adDismissed),t.type==="reward"&&t.adViewed&&(i.adViewed=t.adViewed),this.callbackMap.set(n,i),this.sendPostMessage("huawei_quick_ads_ad_break",n,t)}catch(n){(r=t.adBreakDone)==null||r.call(t,{breakType:t.type,breakName:t.type==="preroll"?void 0:t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"noAdPreloaded"})}}adUnit(t){try{this.sendPostMessage("huawei_quick_ads_ad_unit",void 0,t)}catch(r){console.error("adUnit failed",r)}}sendPostMessage(t,r,n){var i;try{if(!((i=window.system)!=null&&i.postMessage))throw new Error("window.system.postMessage is not available");let o=Q(Q({type:t},r!==void 0&&{callbackId:r}),n!==void 0&&{data:n});window.system.postMessage(JSON.stringify(o))}catch(o){throw console.error("sendPostMessage failed",o),o}}};var Sr=class e{constructor(){}static getInstance(){return e.instance||(e.instance=new e),e.instance}getAdsInstance(){return e.getInstance()}init(){}adConfig(t){t.onReady&&t.onReady()}adBreak(t){var r;try{t.type==="reward"?window.gdsdk.preloadAd("rewarded").then(()=>{var n;(n=t.beforeReward)==null||n.call(t,()=>{t.beforeAd&&t.beforeAd(),window.gdsdk.showAd("rewarded").then(i=>{var o,a,s,u,c;(o=i==null?void 0:i.args)!=null&&o.success?(a=t.adViewed)==null||a.call(t):(s=t.adDismissed)==null||s.call(t),t.afterAd&&t.afterAd(),(c=t.adBreakDone)==null||c.call(t,{breakType:t.type,breakName:t.name,breakFormat:"reward",breakStatus:(u=i==null?void 0:i.args)!=null&&u.success?"viewed":"dismissed"})}).catch(i=>{var o;console.log("showReward error => ",i),(o=t.adBreakDone)==null||o.call(t,{breakType:t.type,breakName:t.name,breakFormat:"reward",breakStatus:"noAdPreloaded"})})})}).catch(n=>{var i;console.log("preloadAd error => ",n),(i=t.adBreakDone)==null||i.call(t,{breakType:t.type,breakName:t.name,breakFormat:"reward",breakStatus:"noAdPreloaded"})}):(t.type!=="preroll"&&t.beforeAd&&t.beforeAd(),window.gdsdk.showAd("interstitial").then(()=>{var n;t.type!=="preroll"&&t.afterAd&&t.afterAd(),(n=t.adBreakDone)==null||n.call(t,{breakType:t.type,breakName:t.type==="preroll"?void 0:t.name,breakFormat:"interstitial",breakStatus:"viewed"})}))}catch(n){console.log("adBreak error => ",n),(r=t.adBreakDone)==null||r.call(t,{breakType:t.type,breakName:t.type==="preroll"?void 0:t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"error"})}}adUnit(){}};var gt=class{constructor(t,r){this.ads=t;this.httpClient=r}getAdsInstance(){return this.ads}init(t){this.ads.init(t)}adConfig(t){this.ads.adConfig(t)}adBreak(t){return P(this,null,function*(){var r;if(t.type==="reward")try{let n=yield Qe.getRewardsTypes(this.httpClient);yield Qe.handleReward(n,t)}catch(n){console.info("handleReward failed",n),(r=t.adBreakDone)==null||r.call(t,{breakType:t.type,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"noAdPreloaded"})}else this.ads.adBreak(t)})}adUnit(t){this.ads.adUnit(t)}};var Rr=class e extends gt{constructor(t,r){super(t,r),this.startTimes=Date.now()}adBreak(t){return P(this,null,function*(){var r,n;if(t.type!=="reward"){if(t.type==="preroll"){(r=t.adBreakDone)==null||r.call(t,{breakType:t.type,breakFormat:"interstitial",breakStatus:"noAdPreloaded"});return}let i=Date.now();if(console.log("FunmaxAdsHandler time => ",i-this.startTimes),i-this.startTimes<4e4){(n=t.adBreakDone)==null||n.call(t,{breakType:t.type,breakFormat:"interstitial",breakStatus:"noAdPreloaded"});return}}xa(e.prototype,this,"adBreak").call(this,t)})}};var ta=class{constructor(t){this.cacheHandler=null;this.context=t}createAdsHandler(t){if(this.cacheHandler)return this.cacheHandler;switch(t){case"dlightek":{this.cacheHandler=new Ar(window.h5sdk);break}case"huaweiQuick":{this.cacheHandler=Ir.getInstance();break}case"gamedistribution":{this.cacheHandler=Sr.getInstance();break}case"funmax":{let r=new yr(this.context);this.cacheHandler=new Rr(r,Cr);break}default:{let r=new yr(this.context);this.cacheHandler=new gt(r,Cr);break}}return this.cacheHandler}getAdsHandler(t){return this.createAdsHandler(t)}},zn=_e(),xu=new je,Cr=Be.create(),rp={httpClient:Cr,checkNetwork:()=>Be.getNetworkStatus(),track:Le,eventEmitter:xu,getWindowInfo:()=>({width:window.innerWidth*window.devicePixelRatio,height:window.innerHeight*window.devicePixelRatio,statusBarHeight:0}),handleLinkClicked:e=>{window.open(e,"_blank")},getContextInfo:()=>{var e,t,r,n,i,o,a,s,u;return{hostAppId:(t=(e=D.hostInfo)==null?void 0:e.aid)!=null?t:"1",deviceId:(r=D.deviceInfo.did)!=null?r:"",adId:(n=D.deviceInfo.adId)!=null?n:"",sessionId:(i=D.sessionId)!=null?i:"",userId:(a=(o=D.hostUserInfo)==null?void 0:o.uid)!=null?a:"",objectType:"GAME",objectId:D.mpId,testAdsMode:D.testAdsMode,channel:(s=D.joliSource)!=null?s:"",deviceBrand:D.deviceInfo.brand,deviceModel:D.deviceInfo.model,osType:Ee.isAndroid?"ANDROID":Ee.isiOS?"IOS":"PC",runtimeType:"WEB",platform:1e3,joliSource:(u=D.joliSource)!=null?u:""}}},Ou=e=>{pt("JOLIBOX_CUSTOM_REWARDS_EVENT",{JOLI_COIN:e})},np=new ta(rp),kr=np.getAdsHandler(D.sdkEnvironment);Qe.registerRewardHandler("ADS",Ms(kr.getAdsInstance()));Qe.registerRewardHandler("JOLI_COIN",Fs(Cr,{onUnlockSuccess:Ou.bind(void 0)}));Qe.registerRewardHandler("JOLI_COIN_ONLY",js(Cr,{onUnlockSuccess:Ou.bind(void 0)}));xu.on("isAdShowing",e=>{pt("JOLIBOX_ADS_EVENT",{isAdShowing:e})});zn.registerCommand("AdsSDK.init",e=>{kr.init(e)});zn.registerCommand("AdsSDK.adConfig",e=>{kr.adConfig(e)});zn.registerCommand("AdsSDK.adBreak",e=>{kr.adBreak(e)});zn.registerCommand("AdsSDK.adUnit",e=>{kr.adUnit(e)});V();it();var Pu=_e();Pu.registerCommand("RuntimeSDK.loadFinishedEvent",()=>{let e=performance.now();Le("loadFinished",{duration:e})});Pu.registerCommand("RuntimeSDK.loadProgressEvent",e=>{console.log("RuntimeSDK.loadProgressEvent",e)});V();it();var Bu=-1,Yn=function(e){addEventListener("pageshow",function(t){t.persisted&&(Bu=t.timeStamp,e(t))},!0)},na=function(){var e=self.performance&&performance.getEntriesByType&&performance.getEntriesByType("navigation")[0];if(e&&e.responseStart>0&&e.responseStart<performance.now())return e},Xn=function(){var e=na();return e&&e.activationStart||0},Ht=function(e,t){var r=na(),n="navigate";return Bu>=0?n="back-forward-cache":r&&(document.prerendering||Xn()>0?n="prerender":document.wasDiscarded?n="restore":r.type&&(n=r.type.replace(/_/g,"-"))),{name:e,value:t===void 0?-1:t,rating:"good",delta:0,entries:[],id:"v4-".concat(Date.now(),"-").concat(Math.floor(8999999999999*Math.random())+1e12),navigationType:n}},Fu=function(e,t,r){try{if(PerformanceObserver.supportedEntryTypes.includes(e)){var n=new PerformanceObserver(function(i){Promise.resolve().then(function(){t(i.getEntries())})});return n.observe(Object.assign({type:e,buffered:!0},r||{})),n}}catch(i){}},$t=function(e,t,r,n){var i,o;return function(a){t.value>=0&&(a||n)&&((o=t.value-(i||0))||i===void 0)&&(i=t.value,t.delta=o,t.rating=function(s,u){return s>u[1]?"poor":s>u[0]?"needs-improvement":"good"}(t.value,r),e(t))}},ju=function(e){requestAnimationFrame(function(){return requestAnimationFrame(function(){return e()})})},Ju=function(e){document.addEventListener("visibilitychange",function(){document.visibilityState==="hidden"&&e()})},Vu=function(e){var t=!1;return function(){t||(e(),t=!0)}},Vt=-1,Du=function(){return document.visibilityState!=="hidden"||document.prerendering?1/0:0},Qn=function(e){document.visibilityState==="hidden"&&Vt>-1&&(Vt=e.type==="visibilitychange"?e.timeStamp:0,ip())},Nu=function(){addEventListener("visibilitychange",Qn,!0),addEventListener("prerenderingchange",Qn,!0)},ip=function(){removeEventListener("visibilitychange",Qn,!0),removeEventListener("prerenderingchange",Qn,!0)},Hu=function(){return Vt<0&&(Vt=Du(),Nu(),Yn(function(){setTimeout(function(){Vt=Du(),Nu()},0)})),{get firstHiddenTime(){return Vt}}},ia=function(e){document.prerendering?addEventListener("prerenderingchange",function(){return e()},!0):e()},Lu=[1800,3e3],$u=function(e,t){t=t||{},ia(function(){var r,n=Hu(),i=Ht("FCP"),o=Fu("paint",function(a){a.forEach(function(s){s.name==="first-contentful-paint"&&(o.disconnect(),s.startTime<n.firstHiddenTime&&(i.value=Math.max(s.startTime-Xn(),0),i.entries.push(s),r(!0)))})});o&&(r=$t(e,i,Lu,t.reportAllChanges),Yn(function(a){i=Ht("FCP"),r=$t(e,i,Lu,t.reportAllChanges),ju(function(){i.value=performance.now()-a.timeStamp,r(!0)})}))})};var op=function(e){var t=self.requestIdleCallback||self.setTimeout,r=-1;return e=Vu(e),document.visibilityState==="hidden"?e():(r=t(e),Ju(e)),r};var Uu=[2500,4e3],ra={},Gu=function(e,t){t=t||{},ia(function(){var r,n=Hu(),i=Ht("LCP"),o=function(u){t.reportAllChanges||(u=u.slice(-1)),u.forEach(function(c){c.startTime<n.firstHiddenTime&&(i.value=Math.max(c.startTime-Xn(),0),i.entries=[c],r())})},a=Fu("largest-contentful-paint",o);if(a){r=$t(e,i,Uu,t.reportAllChanges);var s=Vu(function(){ra[i.id]||(o(a.takeRecords()),a.disconnect(),ra[i.id]=!0,r(!0))});["keydown","click"].forEach(function(u){addEventListener(u,function(){return op(s)},{once:!0,capture:!0})}),Ju(s),Yn(function(u){i=Ht("LCP"),r=$t(e,i,Uu,t.reportAllChanges),ju(function(){i.value=performance.now()-u.timeStamp,ra[i.id]=!0,r(!0)})})}})},Mu=[800,1800],ap=function e(t){document.prerendering?ia(function(){return e(t)}):document.readyState!=="complete"?addEventListener("load",function(){return e(t)},!0):setTimeout(t,0)},qu=function(e,t){t=t||{};var r=Ht("TTFB"),n=$t(e,r,Mu,t.reportAllChanges);ap(function(){var i=na();i&&(r.value=Math.max(i.responseStart-Xn(),0),r.entries=[i],n(!0),Yn(function(){r=Ht("TTFB",0),(n=$t(e,r,Mu,t.reportAllChanges))(!0)}))})};me();It();Ge();function sp(){$u(e=>{Le("GameFCP",{value:e.value,rating:e.rating,navigationType:e.navigationType})}),Gu(e=>{Le("GameLCP",{value:e.value,rating:e.rating,navigationType:e.navigationType})}),qu(e=>{Le("GameTTFB",{value:e.value,rating:e.rating,navigationType:e.navigationType})})}function lp(){return P(this,null,function*(){let e=Be.create();try{let t=yield e.get("/api/users/info");return!(t.code!=="SUCCESS"||!t.data)}catch(t){return Te(new Lr(t)),!1}})}function up(){ft.on("onDocumentReady",e=>P(this,null,function*(){let t=yield lp();D.onEnvConfigChanged({hostUserInfo:{isLogin:t}}),ft.emit("LifecycleEvent.onReady",Q({},D.hostUserInfo?D.hostUserInfo:{isLogin:!1})),D.mpType==="game"&&Ke.start(Date.now()-e)}))}function Ku(){up(),sp()}Ku();
216
+ `;me();var rb=mi(ku());var Ar=class{constructor(t){this.ads=t}getAdsInstance(){return this.ads}init(){}adConfig(t){var r,n;(n=(r=this.ads)==null?void 0:r.adConfig)==null||n.call(r,t)}adBreak(t){this.ads.adBreak(t)}adUnit(){}};var Sr=class e{constructor(){this.callbacksId=0,this.callbackMap=new Map,this.initOnMessage()}static getInstance(){return e.instance||(e.instance=new e),e.instance}initOnMessage(){window.addEventListener("message",t=>{var r,n,i,o,a,s,u,d,y;if(console.log(`HuaweiQuickAdsHandler,event => ${t}`),t.origin==window.location.origin&&t.data&&t.data.type==null){let h=JSON.parse(t.data);switch(console.log(`HuaweiQuickAdsHandler type => ${h.type}`),h.type){case"huawei_quick_ads_on_message_init":console.log("HuaweiQuickAdsHandler window.addEventListener init",h);break;case"huawei_quick_ads_on_message_ad_config":{let p=h.callbackId;if(p){let f=this.callbackMap.get(p);(r=f==null?void 0:f.onReady)==null||r.call(f)}console.log("HuaweiQuickAdsHandler window.addEventListener adConfig",h)}break;case"huawei_quick_ads_on_message_ad_break":{let p=h.callbackId;if(p){let f=this.callbackMap.get(p),b="noAdPreloaded",I=!1;switch(h.adsRes){case"viewed":b="viewed",(n=f==null?void 0:f.adViewed)==null||n.call(f),I=!1;break;case"dismissed":b="dismissed",(i=f==null?void 0:f.adDismissed)==null||i.call(f),I=!1;break;case"notReady":case"timeout":case"error":case"noAdPreloaded":case"frequencyCapped":case"ignored":case"other":b=h.adsRes,I=!0;break;case"breakDone":b=h.params,I=!0;break;case"beforeReward":(o=f==null?void 0:f.beforeReward)==null||o.call(f,()=>{window.system.postMessage(JSON.stringify({type:"huawei_quick_ads_ad_operation"})),console.log("HuaweiQuickAdsHandler beforeReward postMessage AD_OPERATION")}),I=!1;break;case"beforeAd":(a=f==null?void 0:f.beforeAd)==null||a.call(f),I=!1;break;case"afterAd":(s=f==null?void 0:f.afterAd)==null||s.call(f),I=!1;break}I&&((y=f==null?void 0:f.adBreakDone)==null||y.call(f,{breakType:(u=f.breakType)!=null?u:"",breakName:f.breakName,breakFormat:(d=f.breakFormat)!=null?d:"interstitial",breakStatus:b}))}console.log("HuaweiQuickAdsHandler window.addEventListener adBreak",h)}break;case"huawei_quick_ads_on_message_ad_unit":console.log("HuaweiQuickAdsHandler window.addEventListener adUnit",h);break;default:break}}})}getAdsInstance(){return e.getInstance()}init(t){try{this.sendPostMessage("huawei_quick_ads_init",void 0,t)}catch(r){console.error("init failed",r)}}adConfig(t){try{let r;t.onReady&&(r=++this.callbacksId,this.callbackMap.set(r,{onReady:t.onReady})),this.sendPostMessage("huawei_quick_ads_ad_config",r,t)}catch(r){console.error("adConfig failed",r)}}adBreak(t){var r;try{let n=++this.callbacksId,i={};i.breakType=t.type,t.type!=="preroll"&&t.name&&(i.breakName=t.name),i.breakFormat=t.type==="reward"?"reward":"interstitial",t.adBreakDone&&(i.adBreakDone=t.adBreakDone),t.type!=="preroll"&&t.beforeAd&&(i.beforeAd=t.beforeAd),t.type!=="preroll"&&t.afterAd&&(i.afterAd=t.afterAd),t.type==="reward"&&t.beforeReward&&(i.beforeReward=t.beforeReward),t.type==="reward"&&t.adDismissed&&(i.adDismissed=t.adDismissed),t.type==="reward"&&t.adViewed&&(i.adViewed=t.adViewed),this.callbackMap.set(n,i),this.sendPostMessage("huawei_quick_ads_ad_break",n,t)}catch(n){(r=t.adBreakDone)==null||r.call(t,{breakType:t.type,breakName:t.type==="preroll"?void 0:t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"noAdPreloaded"})}}adUnit(t){try{this.sendPostMessage("huawei_quick_ads_ad_unit",void 0,t)}catch(r){console.error("adUnit failed",r)}}sendPostMessage(t,r,n){var i;try{if(!((i=window.system)!=null&&i.postMessage))throw new Error("window.system.postMessage is not available");let o=Q(Q({type:t},r!==void 0&&{callbackId:r}),n!==void 0&&{data:n});window.system.postMessage(JSON.stringify(o))}catch(o){throw console.error("sendPostMessage failed",o),o}}};var Cr=class e{constructor(){}static getInstance(){return e.instance||(e.instance=new e),e.instance}getAdsInstance(){return e.getInstance()}init(){}adConfig(t){t.onReady&&t.onReady()}adBreak(t){var r;try{t.type==="reward"?window.gdsdk.preloadAd("rewarded").then(()=>{var n;(n=t.beforeReward)==null||n.call(t,()=>{t.beforeAd&&t.beforeAd(),window.gdsdk.showAd("rewarded").then(i=>{var o,a,s,u,d;(o=i==null?void 0:i.args)!=null&&o.success?(a=t.adViewed)==null||a.call(t):(s=t.adDismissed)==null||s.call(t),t.afterAd&&t.afterAd(),(d=t.adBreakDone)==null||d.call(t,{breakType:t.type,breakName:t.name,breakFormat:"reward",breakStatus:(u=i==null?void 0:i.args)!=null&&u.success?"viewed":"dismissed"})}).catch(i=>{var o;console.log("showReward error => ",i),(o=t.adBreakDone)==null||o.call(t,{breakType:t.type,breakName:t.name,breakFormat:"reward",breakStatus:"noAdPreloaded"})})})}).catch(n=>{var i;console.log("preloadAd error => ",n),(i=t.adBreakDone)==null||i.call(t,{breakType:t.type,breakName:t.name,breakFormat:"reward",breakStatus:"noAdPreloaded"})}):(t.type!=="preroll"&&t.beforeAd&&t.beforeAd(),window.gdsdk.showAd("interstitial").then(()=>{var n;t.type!=="preroll"&&t.afterAd&&t.afterAd(),(n=t.adBreakDone)==null||n.call(t,{breakType:t.type,breakName:t.type==="preroll"?void 0:t.name,breakFormat:"interstitial",breakStatus:"viewed"})}))}catch(n){console.log("adBreak error => ",n),(r=t.adBreakDone)==null||r.call(t,{breakType:t.type,breakName:t.type==="preroll"?void 0:t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"error"})}}adUnit(){}};var bt=class{constructor(t,r){this.ads=t;this.httpClient=r}getAdsInstance(){return this.ads}init(t){this.ads.init(t)}adConfig(t){this.ads.adConfig(t)}adBreak(t){return P(this,null,function*(){var r;if(t.type==="reward")try{let n=yield Qe.getRewardsTypes(this.httpClient);yield Qe.handleReward(n,t)}catch(n){console.info("handleReward failed",n),(r=t.adBreakDone)==null||r.call(t,{breakType:t.type,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"noAdPreloaded"})}else this.ads.adBreak(t)})}adUnit(t){this.ads.adUnit(t)}};var Rr=class e extends bt{constructor(t,r){super(t,r),this.startTimes=Date.now()}adBreak(t){return P(this,null,function*(){var r,n;if(t.type!=="reward"){if(t.type==="preroll"){(r=t.adBreakDone)==null||r.call(t,{breakType:t.type,breakFormat:"interstitial",breakStatus:"noAdPreloaded"});return}let i=Date.now();if(console.log("FunmaxAdsHandler time => ",i-this.startTimes),i-this.startTimes<4e4){(n=t.adBreakDone)==null||n.call(t,{breakType:t.type,breakFormat:"interstitial",breakStatus:"noAdPreloaded"});return}}Ta(e.prototype,this,"adBreak").call(this,t)})}};var ta=class{constructor(t){this.cacheHandler=null;this.context=t}createAdsHandler(t){if(this.cacheHandler)return this.cacheHandler;switch(t){case"dlightek":{this.cacheHandler=new Ar(window.h5sdk);break}case"huaweiQuick":{this.cacheHandler=Sr.getInstance();break}case"gamedistribution":{this.cacheHandler=Cr.getInstance();break}case"funmax":{let r=new wr(this.context);this.cacheHandler=new Rr(r,Or);break}default:{let r=new wr(this.context);this.cacheHandler=new bt(r,Or);break}}return this.cacheHandler}getAdsHandler(t){return this.createAdsHandler(t)}},Yn=_e(),Tu=new Fe,Or=Be.create(),op={httpClient:Or,checkNetwork:()=>Be.getNetworkStatus(),track:Te,eventEmitter:Tu,getWindowInfo:()=>({width:window.innerWidth*window.devicePixelRatio,height:window.innerHeight*window.devicePixelRatio,statusBarHeight:0}),handleLinkClicked:e=>{window.open(e,"_blank")},getContextInfo:()=>{var e,t,r,n,i,o,a,s,u;return{hostAppId:(t=(e=L.hostInfo)==null?void 0:e.aid)!=null?t:"1",deviceId:(r=L.deviceInfo.did)!=null?r:"",adId:(n=L.deviceInfo.adId)!=null?n:"",sessionId:(i=L.sessionId)!=null?i:"",userId:(a=(o=L.hostUserInfo)==null?void 0:o.uid)!=null?a:"",objectType:"GAME",objectId:L.mpId,testAdsMode:L.testAdsMode,channel:(s=L.joliSource)!=null?s:"",deviceBrand:L.deviceInfo.brand,deviceModel:L.deviceInfo.model,osType:Ee.isAndroid?"ANDROID":Ee.isiOS?"IOS":"PC",runtimeType:"WEB",platform:1e3,joliSource:(u=L.joliSource)!=null?u:""}}},xu=e=>{pt("JOLIBOX_CUSTOM_REWARDS_EVENT",{JOLI_COIN:e}),Te("jolicoin_unlock_success",{quantity:e.quantity})},ap=new ta(op),kr=ap.getAdsHandler(L.sdkEnvironment);Qe.registerRewardHandler("ADS",Us(kr.getAdsInstance()));Qe.registerRewardHandler("JOLI_COIN",Js(Or,{onUnlockSuccess:xu.bind(void 0)}));Qe.registerRewardHandler("JOLI_COIN_ONLY",Fs(Or,{onUnlockSuccess:xu.bind(void 0)}));Tu.on("isAdShowing",e=>{pt("JOLIBOX_ADS_EVENT",{isAdShowing:e})});Yn.registerCommand("AdsSDK.init",e=>{kr.init(e)});Yn.registerCommand("AdsSDK.adConfig",e=>{kr.adConfig(e)});Yn.registerCommand("AdsSDK.adBreak",e=>{kr.adBreak(e)});Yn.registerCommand("AdsSDK.adUnit",e=>{kr.adUnit(e)});j();ot();var Pu=_e();Pu.registerCommand("RuntimeSDK.loadFinishedEvent",()=>{let e=performance.now();Te("loadFinished",{duration:e})});Pu.registerCommand("RuntimeSDK.loadProgressEvent",e=>{console.log("RuntimeSDK.loadProgressEvent",e)});j();ot();var Bu=-1,Zn=function(e){addEventListener("pageshow",function(t){t.persisted&&(Bu=t.timeStamp,e(t))},!0)},na=function(){var e=self.performance&&performance.getEntriesByType&&performance.getEntriesByType("navigation")[0];if(e&&e.responseStart>0&&e.responseStart<performance.now())return e},ei=function(){var e=na();return e&&e.activationStart||0},qt=function(e,t){var r=na(),n="navigate";return Bu>=0?n="back-forward-cache":r&&(document.prerendering||ei()>0?n="prerender":document.wasDiscarded?n="restore":r.type&&(n=r.type.replace(/_/g,"-"))),{name:e,value:t===void 0?-1:t,rating:"good",delta:0,entries:[],id:"v4-".concat(Date.now(),"-").concat(Math.floor(8999999999999*Math.random())+1e12),navigationType:n}},Ju=function(e,t,r){try{if(PerformanceObserver.supportedEntryTypes.includes(e)){var n=new PerformanceObserver(function(i){Promise.resolve().then(function(){t(i.getEntries())})});return n.observe(Object.assign({type:e,buffered:!0},r||{})),n}}catch(i){}},Wt=function(e,t,r,n){var i,o;return function(a){t.value>=0&&(a||n)&&((o=t.value-(i||0))||i===void 0)&&(i=t.value,t.delta=o,t.rating=function(s,u){return s>u[1]?"poor":s>u[0]?"needs-improvement":"good"}(t.value,r),e(t))}},Fu=function(e){requestAnimationFrame(function(){return requestAnimationFrame(function(){return e()})})},Gu=function(e){document.addEventListener("visibilitychange",function(){document.visibilityState==="hidden"&&e()})},ju=function(e){var t=!1;return function(){t||(e(),t=!0)}},$t=-1,Lu=function(){return document.visibilityState!=="hidden"||document.prerendering?1/0:0},Xn=function(e){document.visibilityState==="hidden"&&$t>-1&&($t=e.type==="visibilitychange"?e.timeStamp:0,sp())},Du=function(){addEventListener("visibilitychange",Xn,!0),addEventListener("prerenderingchange",Xn,!0)},sp=function(){removeEventListener("visibilitychange",Xn,!0),removeEventListener("prerenderingchange",Xn,!0)},Hu=function(){return $t<0&&($t=Lu(),Du(),Zn(function(){setTimeout(function(){$t=Lu(),Du()},0)})),{get firstHiddenTime(){return $t}}},ia=function(e){document.prerendering?addEventListener("prerenderingchange",function(){return e()},!0):e()},Nu=[1800,3e3],Vu=function(e,t){t=t||{},ia(function(){var r,n=Hu(),i=qt("FCP"),o=Ju("paint",function(a){a.forEach(function(s){s.name==="first-contentful-paint"&&(o.disconnect(),s.startTime<n.firstHiddenTime&&(i.value=Math.max(s.startTime-ei(),0),i.entries.push(s),r(!0)))})});o&&(r=Wt(e,i,Nu,t.reportAllChanges),Zn(function(a){i=qt("FCP"),r=Wt(e,i,Nu,t.reportAllChanges),Fu(function(){i.value=performance.now()-a.timeStamp,r(!0)})}))})};var lp=function(e){var t=self.requestIdleCallback||self.setTimeout,r=-1;return e=ju(e),document.visibilityState==="hidden"?e():(r=t(e),Gu(e)),r};var Uu=[2500,4e3],ra={},$u=function(e,t){t=t||{},ia(function(){var r,n=Hu(),i=qt("LCP"),o=function(u){t.reportAllChanges||(u=u.slice(-1)),u.forEach(function(d){d.startTime<n.firstHiddenTime&&(i.value=Math.max(d.startTime-ei(),0),i.entries=[d],r())})},a=Ju("largest-contentful-paint",o);if(a){r=Wt(e,i,Uu,t.reportAllChanges);var s=ju(function(){ra[i.id]||(o(a.takeRecords()),a.disconnect(),ra[i.id]=!0,r(!0))});["keydown","click"].forEach(function(u){addEventListener(u,function(){return lp(s)},{once:!0,capture:!0})}),Gu(s),Zn(function(u){i=qt("LCP"),r=Wt(e,i,Uu,t.reportAllChanges),Fu(function(){i.value=performance.now()-u.timeStamp,ra[i.id]=!0,r(!0)})})}})},Mu=[800,1800],up=function e(t){document.prerendering?ia(function(){return e(t)}):document.readyState!=="complete"?addEventListener("load",function(){return e(t)},!0):setTimeout(t,0)},qu=function(e,t){t=t||{};var r=qt("TTFB"),n=Wt(e,r,Mu,t.reportAllChanges);up(function(){var i=na();i&&(r.value=Math.max(i.responseStart-ei(),0),r.entries=[i],n(!0),Zn(function(){r=qt("TTFB",0),(n=Wt(e,r,Mu,t.reportAllChanges))(!0)}))})};me();Rt();$e();function cp(){Vu(e=>{Te("GameFCP",{value:e.value,rating:e.rating,navigationType:e.navigationType})}),$u(e=>{Te("GameLCP",{value:e.value,rating:e.rating,navigationType:e.navigationType})}),qu(e=>{Te("GameTTFB",{value:e.value,rating:e.rating,navigationType:e.navigationType})})}function dp(){return P(this,null,function*(){let e=Be.create();try{let t=yield e.get("/api/users/info");return!(t.code!=="SUCCESS"||!t.data)}catch(t){return ke(new Ur(t)),!1}})}function fp(){ft.on("onDocumentReady",e=>P(this,null,function*(){let t=yield dp();L.onEnvConfigChanged({hostUserInfo:{isLogin:t}}),ft.emit("LifecycleEvent.onReady",Q({},L.hostUserInfo?L.hostUserInfo:{isLogin:!1})),L.mpType==="game"&&We.start(Date.now()-e)}))}function Wu(){fp(),cp()}Wu();
217
217
  /*! Bundled license information:
218
218
 
219
219
  localforage/dist/localforage.js: