@jolibox/implement 1.2.7 → 1.2.9-beta.9
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.
- package/.rush/temp/package-deps_build.json +38 -28
- package/dist/common/rewards/registers/use-gem-only.d.ts +2 -1
- package/dist/common/rewards/registers/use-gem.d.ts +2 -1
- package/dist/common/rewards/registers/use-jolicoin-only.d.ts +2 -1
- package/dist/common/rewards/registers/use-jolicoin.d.ts +2 -1
- package/dist/common/rewards/registers/use-subscription.d.ts +2 -1
- package/dist/common/rewards/registers/utils/coins/jolicoin/jolicoin-handler.d.ts +1 -0
- package/dist/common/rewards/registers/utils/coins/joligem/gem-handler.d.ts +2 -1
- package/dist/common/rewards/registers/utils/common.d.ts +1 -0
- package/dist/common/rewards/registers/utils/subscription/sub-handler.d.ts +2 -1
- package/dist/common/rewards/reward-emitter.d.ts +8 -0
- package/dist/common/rewards/type.d.ts +1 -1
- package/dist/common/utils/index.d.ts +1 -1
- package/dist/index.js +25 -25
- package/dist/index.native.js +54 -54
- package/dist/native/payment/utils/__tests__/cache-with-storage.test.d.ts +1 -0
- package/dist/native/payment/utils/cache-with-storage.d.ts +7 -0
- package/dist/native/rewards/check-frequency.d.ts +8 -0
- package/dist/native/rewards/index.d.ts +1 -0
- package/dist/native/rewards/ui/subscription-modal.d.ts +1 -0
- package/dist/native/subscription/index.d.ts +3 -0
- package/dist/native/subscription/registers/base.d.ts +22 -0
- package/dist/native/subscription/registers/sub-app.d.ts +21 -0
- package/dist/native/subscription/registers/type.d.ts +10 -0
- package/dist/native/subscription/subscription-helper.d.ts +22 -0
- package/dist/native/subscription/subscription-service.d.ts +43 -0
- package/dist/native/subscription/type.d.ts +18 -0
- package/implement.build.log +2 -2
- package/package.json +5 -5
- package/src/common/context/index.ts +4 -1
- package/src/common/rewards/cached-fetch-reward.ts +16 -1
- package/src/common/rewards/registers/use-gem-only.ts +5 -2
- package/src/common/rewards/registers/use-gem.ts +5 -2
- package/src/common/rewards/registers/use-jolicoin-only.ts +5 -2
- package/src/common/rewards/registers/use-jolicoin.ts +5 -2
- package/src/common/rewards/registers/use-subscription.ts +5 -2
- package/src/common/rewards/registers/utils/coins/jolicoin/jolicoin-handler.ts +33 -11
- package/src/common/rewards/registers/utils/coins/joligem/gem-handler.ts +34 -13
- package/src/common/rewards/registers/utils/common.ts +9 -0
- package/src/common/rewards/registers/utils/subscription/commands/use-subscription.ts +16 -0
- package/src/common/rewards/registers/utils/subscription/sub-handler.ts +23 -7
- package/src/common/rewards/reward-emitter.ts +8 -0
- package/src/common/rewards/type.ts +1 -1
- package/src/common/utils/index.ts +1 -1
- package/src/h5/api/ads.ts +6 -3
- package/src/h5/bootstrap/auth/__tests__/auth.test.ts +15 -9
- package/src/h5/bootstrap/auth/sub.ts +1 -1
- package/src/native/api/ads.ts +43 -6
- package/src/native/api/call-host-method.ts +5 -61
- package/src/native/api/login.ts +22 -7
- package/src/native/api/payment.ts +78 -3
- package/src/native/payment/__tests__/payment-service-simple.test.ts +14 -1
- package/src/native/payment/payment-service.ts +26 -27
- package/src/native/payment/utils/__tests__/cache-with-storage.test.ts +414 -0
- package/src/native/payment/utils/cache-with-storage.ts +112 -0
- package/src/native/rewards/check-frequency.ts +6 -0
- package/src/native/rewards/index.ts +1 -0
- package/src/native/rewards/ui/payment-modal.ts +2 -2
- package/src/native/rewards/ui/subscription-modal.ts +81 -0
- package/src/native/subscription/index.ts +12 -0
- package/src/native/subscription/registers/base.ts +88 -0
- package/src/native/subscription/registers/sub-app.ts +258 -0
- package/src/native/subscription/registers/type.ts +13 -0
- package/src/native/subscription/subscription-helper.ts +53 -0
- package/src/native/subscription/subscription-service.ts +339 -0
- package/src/native/subscription/type.ts +18 -0
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
var Cd=Object.create;var Ia=Object.defineProperty,Rd=Object.defineProperties,Od=Object.getOwnPropertyDescriptor,kd=Object.getOwnPropertyDescriptors,Td=Object.getOwnPropertyNames,Mn=Object.getOwnPropertySymbols,rs=Object.getPrototypeOf,Aa=Object.prototype.hasOwnProperty,as=Object.prototype.propertyIsEnumerable,xd=Reflect.get;var ns=(e,t,n)=>t in e?Ia(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,q=(e,t)=>{for(var n in t||(t={}))Aa.call(t,n)&&ns(e,n,t[n]);if(Mn)for(var n of Mn(t))as.call(t,n)&&ns(e,n,t[n]);return e},Ee=(e,t)=>Rd(e,kd(t));var tn=(e=>typeof require!="undefined"?require:typeof Proxy!="undefined"?new Proxy(e,{get:(t,n)=>(typeof require!="undefined"?require:t)[n]}):e)(function(e){if(typeof require!="undefined")return require.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')});var is=(e,t)=>{var n={};for(var r in e)Aa.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Mn)for(var r of Mn(e))t.indexOf(r)<0&&as.call(e,r)&&(n[r]=e[r]);return n};var ee=(e,t)=>()=>(e&&(t=e(e=0)),t);var Sa=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var Pd=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of Td(t))!Aa.call(e,a)&&a!==n&&Ia(e,a,{get:()=>t[a],enumerable:!(r=Od(t,a))||r.enumerable});return e};var Ca=(e,t,n)=>(n=e!=null?Cd(rs(e)):{},Pd(t||!e||!e.__esModule?Ia(n,"default",{value:e,enumerable:!0}):n,e));var os=(e,t,n)=>xd(rs(e),n,t);var I=(e,t,n)=>new Promise((r,a)=>{var i=l=>{try{s(n.next(l))}catch(d){a(d)}},o=l=>{try{s(n.throw(l))}catch(d){a(d)}},s=l=>l.done?r(l.value):Promise.resolve(l.value).then(i,o);s((n=n.apply(e,t)).next())});function Jd(e){return new Promise(t=>{setTimeout(()=>{t()},e)})}function Na(e){return typeof e=="string"}function hs(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)&&!(e instanceof RegExp)&&!(e instanceof Date)}function ms(e){return typeof e=="object"&&Array.isArray(e)}function Fd(e){return typeof e=="undefined"}function Hd(e){return Fd(e)||e===null}function qd(e){return typeof e=="function"}function ps(e){let t=e,n=null,r=function(...a){return n||(n=new t(...a)),n};return r.prototype=t.prototype,r}function vs(e,t,n){if(typeof n!="function")throw new Error("[Jolibox SDK]Customizer must be a function");function r(a,i){for(let o in i)if(Object.prototype.hasOwnProperty.call(i,o)){let s=a[o],l=i[o],d=n(s,l,o,a,i);d!==void 0?a[o]=d:cs(l)&&cs(s)?a[o]=r(Da({},s),l):Array.isArray(l)&&Array.isArray(s)?a[o]=[...s,...l]:a[o]=l}return a}return r(e,t)}function cs(e){return e&&typeof e=="object"&&e.constructor===Object}function gs(e,t){if(Array.isArray(e))return e.concat(t)}function on(e,t,n={}){let r=null,a,i,o,{leading:s=!1,trailing:l=!0}=n,d=()=>(o=e.apply(i,a),a=void 0,i=void 0,o),_=function(...h){a=h,i=this;let p=s&&!r;if(r&&clearTimeout(r),r=setTimeout(()=>{r=null,l&&!p&&d()},t),p)return d()};return _.cancel=()=>{r&&clearTimeout(r),r=null,a=i=void 0},_.flush=()=>{if(r)return clearTimeout(r),r=null,d()},_}function $d(e,t){return(...n)=>t(e,...n)}function bs(e){return t=>$d(t,function(n,...r){if(typeof n=="function")try{return n.apply(this,r)}catch(a){e(new Vd(`${a}`))}})}function nn(e){return(...t)=>{var n,r;((r=(n=globalThis.VConsole)==null?void 0:n[e])!=null?r:globalThis.console[e])(...t)}}function Gn(e,t){return t.map(n=>{if(n==="params"&&e[n]){let r=e[n];return Object.keys(r).reduce((a,i)=>(a[i]=String(r[i]),a),{})}return e[n]})}function Qd(e){let t=e.location?Gn(e.location,ds):null,n=e.target?Gn(e.target,ds):null;return Gn(Md(Da({},e),{location:t,target:n}),Xd)}function Ja(e){let t=e.events.map(r=>Qd(r)),n=Gn(e.device,Yd);return[e.protocolVersion,t,n,e.project]}function Zd(){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 r=e.get.call(window);return window.__joliboxLocalStorage__=r,r}if(e=Object.getOwnPropertyDescriptor(Object.getPrototypeOf(window),"localStorage"),e&&e.get)return e.get.call(window);let t=Window.prototype,n=Object.getOwnPropertyDescriptor(t,"localStorage");if(n&&n.get){let r=n.get.call(window);return window.__joliboxLocalStorage__=r,r}return localStorage}catch(e){return console.warn("Failed to get original localStorage, fallback to default implementation",e),localStorage}}function qa(e,t,n){let r=window.location.hostname,a=r.split("."),i=n?t:e;if(/^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$/.test(r))return`${i}.jolibox.com`;if(a.length>=2){let o=a.slice(-2).join(".");if(o==="jolibox.com"||o==="pico-game.com"||o==="joyslite.com")return`${i}.${o}`}return`${i}.jolibox.com`}function As(e){return qa("app","stg-app",e)}function Pt(e){return`https://${qa("api","stg-api",e)}`}function sf(e){return qa("collect","stg-collect",e)}function Ss(e){return`https://${sf(e)}`}function df(e){return new Promise(t=>Cs(e)(t))}function Cs(e){return(t,n=null)=>{let r=!1;return e(a=>{if(!r)return r=!0,t.call(n,a)},null)}}function ff(e,t){return(n=>{let r,a={onWillAddFirstListener(){r=n(i.fire,i)}},i=new an(a);return i.event})((n,r=null)=>e(a=>t(a)&&n.call(r,a),null))}function mf(e,t){let n=Math.min(e.length,t.length);for(let r=0;r<n;r++)pf(e[r],t[r])}function pf(e,t){if(Na(t)){if(typeof e!==t)throw new Error(`argument does not match constraint: typeof ${t}`)}else if(qd(t)){try{if(e instanceof t)return}catch(n){}if(!Hd(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 vf(){return typeof globalThis!="undefined"?globalThis[Rs]:void 0}function gf(e){typeof globalThis!="undefined"&&(globalThis[Rs]=e)}function ge(e=!1){let t=vf();if(!e&&t)return t;let n=new Jn,r=new Pa,a={registerCommand(i,o,s){n.registerCommand({id:i,handler:o,metadata:s})},executeCommand(i,...o){return r.executeCommand(i,...o)},excuteCommandSync(i,...o){return r.executeCommandThowErr(i,...o)}};return gf(a),a}var La,Ld,Dd,Nd,ss,Ud,Bd,ls,Da,Md,Gd,fs,vt,jd,Ua,Ba,_s,ys,Vd,ws,Fn,Hn,Ma,Pe,Oa,Wd,Ga,us,Kd,gt,xt,zd,ds,Xd,Yd,Ge,Tt,ef,Ie,tf,nf,rf,Es,Fa,Ha,af,of,Is,_t,ka,ne,lf,cf,rn,an,He,xa,uf,Ra,hf,ut,Jn,Pa,Rs,G=ee(()=>{"use strict";La=Object.defineProperty,Ld=Object.defineProperties,Dd=Object.getOwnPropertyDescriptor,Nd=Object.getOwnPropertyDescriptors,ss=Object.getOwnPropertySymbols,Ud=Object.prototype.hasOwnProperty,Bd=Object.prototype.propertyIsEnumerable,ls=(e,t,n)=>t in e?La(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Da=(e,t)=>{for(var n in t||(t={}))Ud.call(t,n)&&ls(e,n,t[n]);if(ss)for(var n of ss(t))Bd.call(t,n)&&ls(e,n,t[n]);return e},Md=(e,t)=>Ld(e,Nd(t)),Gd=(e,t)=>{for(var n in t)La(e,n,{get:t[n],enumerable:!0})},fs=(e,t,n,r)=>{for(var a=r>1?void 0:r?Dd(t,n):t,i=e.length-1,o;i>=0;i--)(o=e[i])&&(a=(r?o(t,n,a):o(a))||a);return r&&a&&La(t,n,a),a},vt=(e,t,n)=>new Promise((r,a)=>{var i=l=>{try{s(n.next(l))}catch(d){a(d)}},o=l=>{try{s(n.throw(l))}catch(d){a(d)}},s=l=>l.done?r(l.value):Promise.resolve(l.value).then(i,o);s((n=n.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 n=new Event("abort");this.signal.dispatchEvent(n)};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(n,r){this._eventListeners[n]||(this._eventListeners[n]=[]),this._eventListeners[n].push(r)},t.prototype.removeEventListener=function(n,r){if(!this._eventListeners[n])return;let a=this._eventListeners[n].indexOf(r);a!==-1&&this._eventListeners[n].splice(a,1)},t.prototype.dispatchEvent=function(n){if(this._eventListeners[n.type])for(let r of this._eventListeners[n.type])r.call(this,n)},window.AbortController=e,window.AbortSignal=t}jd=(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))(jd||{}),Ua=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}},Ba=class extends Ua{constructor(){super(...arguments),this.kind="INTERNAL_ERROR"}},_s=class extends Ua{constructor(){super(...arguments),this.kind="USER_ERROR"}},ys=class extends _s{constructor(){super(...arguments),this.name="USER_VALIDATE_ERROR"}},Vd=class extends _s{constructor(e,t,n){super(e),this.message=e,this.errNo=t,this.name="USER_CUSTOM_ERROR",this.errMsg=e,n&&(this.extra=Object.assign({},this.extra,n))}},ws=class extends Ba{constructor(){super(...arguments),this.name="INTERNAL_SCHEMA_PARSE_ERROR",this.priority="P0"}},Fn=class extends Ba{constructor(){super(...arguments),this.name="INTERNAL_GLOBAL_JS_ERROR",this.priority="P1"}},Hn=class extends Ua{constructor(e,t,n,r,a){super(e),this.message=e,this.code=t,this.kind="API_ERROR",this.name="API_ERROR",n&&(this.errorType=n),r!==void 0&&(this.stack=r),a&&(this.priority=a)}toJSON(){return{message:this.message,stack:this.stack,name:this.name,code:this.code,errorType:this.errorType}}},Ma=class extends Ba{constructor(){super(...arguments),this.name="INTERNAL_REPORTER_ERROR"}};Pe={log:nn("log"),warn:nn("warn"),info:nn("info"),error:nn("error"),debug:nn("debug")};Object.assign(globalThis,{logger:Pe});Oa=Symbol.for("Jolibox.canIUseMap"),Wd={};globalThis[Oa]||(globalThis[Oa]=Wd);Ga={get config(){return globalThis[Oa]}},us=Symbol.for("Jolibox.canIUseMap.native"),Kd={};globalThis[us]||(globalThis[us]=Kd);gt=(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))(gt||{}),xt=(e=>(e.MiniGame="mini-game",e.MiniDrama="mini-drama",e.App="app",e.WebSDK="web-sdk",e.AppSDK="app-sdk",e))(xt||{}),zd=(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))(zd||{}),ds=["name","params"],Xd=["name","type","location","target","extra","timestamp","userId"],Yd=["platform","os","appVersion","appId","model","brand","uuid","jsSdkVersion","extra"];Ge=()=>"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,e=>{let t=Math.random()*16|0;return(e==="x"?t:t&3|8).toString(16)});Zd();Tt=typeof window=="undefined",ef=()=>!Tt&&!!(navigator.userAgent||"").includes("JoliboxPlatformSDK"),Ie={isiOS:!Tt&&(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:!Tt&&navigator.userAgent.includes("Android"),isMac:!Tt&&navigator.userAgent.includes("Mac"),isFacebook:!Tt&&navigator.userAgent.includes("FB_IAB"),isPC:!Tt&&!navigator.userAgent.includes("iPhone")&&!navigator.userAgent.includes("Android")},tf=()=>Ie.isiOS?"iOS":Ie.isAndroid?"Android":Ie.isMac?"Mac":Ie.isFacebook?"Facebook":"PC",nf="device_id",rf="advertising_id",Es=e=>(window.__joliboxLocalStorage__.getItem(e)||window.__joliboxLocalStorage__.setItem(e,Ge()),window.__joliboxLocalStorage__.getItem(e)),Fa=()=>new URLSearchParams(window.location.search).get("deviceId")||Es(nf),Ha=()=>new URLSearchParams(window.location.search).get("advertisingId")||Es(rf),af=e=>e.charAt(0).toUpperCase()+e.slice(1),of=()=>{var e;let t=new URLSearchParams(window.location.search);return af((e=t.get("utm_source"))!=null?e:"")||"JoliboxSDK"},Is=e=>{if(ef())return window.navigator.userAgent;let t="JoliboxWebSDK",n=tf(),r=navigator.language,a=Fa(),i=Ha();return`${t} (${of()}${n}; UnknownModel; UnknownSystemVersion; ${r}) uuid/${a} adid/${i} version/${e||""}`};_t=class{constructor(e,t={}){this.requestAdapter=e,this.cache=new Map,this.pendingRequests=new Map,this.requestSequence=0,this.cacheSequences=new Map,this.config=Da({duration:10*60*1e3,timeout:3e3,keyGenerator:(n,r)=>n,consistencyChecker:()=>!0},t)}request(e,t){return vt(this,null,function*(){let n=this.config.keyGenerator(e,t),r=this.pendingRequests.get(n);if(r)return console.log(`[RequestCacheService] Reusing pending request for ${e}`),r;let a=this.requestInternal(e,t),i=this.createTimeoutPromise(),o=Promise.race([a,i]).catch(s=>vt(this,null,function*(){if(s.message.includes("timeout")){let l=this.getValidCachedData(n);if(l)return console.warn(`[RequestCacheService] Request timeout, falling back to cache for ${e}`),this.requestAdapter.processCachedData?this.requestAdapter.processCachedData(l):l}throw s}));this.pendingRequests.set(n,o),a.then(s=>{console.log(`[RequestCacheService] Background request completed successfully for ${e}`)}).catch(s=>{console.warn(`[RequestCacheService] Background request failed for ${e}:`,s)});try{return yield o}finally{this.pendingRequests.delete(n)}})}requestInternal(e,t){return vt(this,null,function*(){var n,r,a,i;let o=this.config.keyGenerator(e,t),s=++this.requestSequence,l=this.getValidCachedData(o);if(console.log("[RequestCacheService] requestInternal start",e,"cached:",l),l){if(this.requestAdapter.extractRealTimeData&&this.requestAdapter.mergeData)try{let h=yield this.requestAdapter.execute(e,t),p=this.requestAdapter.extractRealTimeData(h),f=(r=(n=this.requestAdapter).extractCacheableData)==null?void 0:r.call(n,h);return f&&!this.config.consistencyChecker(l,f)?(console.log(`[RequestCacheService] Cache invalidated due to data change for ${e}`),this.setCachedDataWithSequence(o,f,s),h):this.requestAdapter.mergeData(l,p)}catch(h){return console.warn(`[RequestCacheService] Failed to fetch real-time data, using cache only for ${e}:`,h),this.requestAdapter.processCachedData?this.requestAdapter.processCachedData(l):l}return console.log(`[RequestCacheService] use cache for ${e}`),this.requestAdapter.processCachedData?this.requestAdapter.processCachedData(l):l}console.log(`[RequestCacheService] Cache miss, fetching fresh data for ${e} (sequence: ${s})`);let d=yield this.requestAdapter.execute(e,t),_=(i=(a=this.requestAdapter).extractCacheableData)==null?void 0:i.call(a,d);return _&&this.setCachedDataWithSequence(o,_,s),d})}createTimeoutPromise(){return new Promise((e,t)=>{setTimeout(()=>{t(new Error(`[RequestCacheService] Request timeout after ${this.config.timeout/1e3} seconds`))},this.config.timeout)})}getValidCachedData(e){let t=this.cache.get(e);return t?Date.now()>t.expiresAt?(this.cache.delete(e),null):t.data:null}setCachedDataWithSequence(e,t,n,r){let a=this.cache.get(e);if(a&&a.sequence>n){console.log(`[RequestCacheService] Ignoring stale cache update for ${e} (current: ${a.sequence}, incoming: ${n})`);return}let i=Date.now();this.cache.set(e,{data:JSON.parse(JSON.stringify(t)),timestamp:i,expiresAt:i+this.config.duration,key:e,sequence:n,metadata:r}),this.cacheSequences.set(e,n),console.log(`[RequestCacheService] Updated cache for ${e} with sequence ${n}`)}refreshCache(e,t){return vt(this,null,function*(){let n=this.config.keyGenerator(e,t);return this.cache.delete(n),this.request(e,t)})}forceRequest(e,t){return vt(this,null,function*(){var n,r;let a=this.config.keyGenerator(e,t),i=++this.requestSequence;console.log(`[RequestCacheService] Force request for ${e} (sequence: ${i})`);let o=yield this.requestAdapter.execute(e,t),s=(r=(n=this.requestAdapter).extractCacheableData)==null?void 0:r.call(n,o);return s&&(this.setCachedDataWithSequence(a,s,i),console.log(`[RequestCacheService] Force updated cache for ${e}`)),o})}warmupCache(e,t){return vt(this,null,function*(){let n=this.config.keyGenerator(e,t);if(this.pendingRequests.has(n)){console.log(`[RequestCacheService] Skipping warmup for ${e} - request in progress`);return}if(this.hasValidCache(n)){console.log(`[RequestCacheService] Skipping warmup for ${e} - valid cache exists`);return}try{console.log(`[RequestCacheService] Warming up cache for ${e}`),yield this.forceRequest(e,t)}catch(r){console.warn(`[RequestCacheService] Cache warmup failed for ${e}:`,r)}})}clearCache(e){e?(this.cache.delete(e),this.cacheSequences.delete(e),this.pendingRequests.delete(e),console.log(`[RequestCacheService] Cleared cache for ${e}`)):(this.cache.clear(),this.cacheSequences.clear(),this.pendingRequests.clear(),this.requestSequence=0,console.log("[RequestCacheService] Cleared all cache"))}clearExpiredCache(){let e=Date.now();for(let[t,n]of this.cache)e>n.expiresAt&&(this.cache.delete(t),this.cacheSequences.delete(t));console.log("[RequestCacheService] Cleared expired cache entries")}getCacheStats(){let e=Date.now(),t=0,n=0;for(let r of this.cache.values())e>r.expiresAt?n++:t++;return{cacheCount:this.cache.size,validCount:t,expiredCount:n,pendingRequestCount:this.pendingRequests.size}}getCacheKeys(){return Array.from(this.cache.keys())}hasValidCache(e){let t=this.cache.get(e);return t?Date.now()<=t.expiresAt:!1}getPendingRequestKeys(){return Array.from(this.pendingRequests.keys())}hasPendingRequest(e){return this.pendingRequests.has(e)}getCacheSequence(e){return this.cacheSequences.get(e)}},ka=class Ta{constructor(t){this.element=t,this.next=Ta.Undefined,this.prev=Ta.Undefined}};ka.Undefined=new ka(void 0);ne=ka,lf=class{constructor(){this._first=ne.Undefined,this._last=ne.Undefined,this._size=0}get size(){return this._size}isEmpty(){return this._first===ne.Undefined}clear(){let e=this._first;for(;e!==ne.Undefined;){let t=e.next;e.prev=ne.Undefined,e.next=ne.Undefined,e=t}this._first=ne.Undefined,this._last=ne.Undefined,this._size=0}unshift(e){return this._insert(e,!1)}push(e){return this._insert(e,!0)}_insert(e,t){let n=new ne(e);if(this._first===ne.Undefined)this._first=n,this._last=n;else if(t){let a=this._last;this._last=n,n.prev=a,a.next=n}else{let a=this._first;this._first=n,n.next=a,a.prev=n}this._size+=1;let r=!1;return()=>{r||(r=!0,this._remove(n))}}shift(){if(this._first!==ne.Undefined){let e=this._first.element;return this._remove(this._first),e}}pop(){if(this._last!==ne.Undefined){let e=this._last.element;return this._remove(this._last),e}}_remove(e){if(e.prev!==ne.Undefined&&e.next!==ne.Undefined){let t=e.prev;t.next=e.next,e.next.prev=t}else e.prev===ne.Undefined&&e.next===ne.Undefined?(this._first=ne.Undefined,this._last=ne.Undefined):e.next===ne.Undefined?(this._last=this._last.prev,this._last.next=ne.Undefined):e.prev===ne.Undefined&&(this._first=this._first.next,this._first.prev=ne.Undefined);this._size-=1}*[Symbol.iterator](){let e=this._first;for(;e!==ne.Undefined;)yield e.element,e=e.next}},cf=0,rn=class{constructor(e){this.value=e,this.id=cf++}},an=class{constructor(e){this.options=e,this._size=0}dispose(e){var t,n;this._disposed||(this._disposed=!0,this._listeners&&(e?(this._listeners instanceof rn&&(this._listeners=[this._listeners]),this._listeners=this._listeners.filter(r=>(r==null?void 0:r.value)===e)):(this._listeners=void 0,this._size=0)),(n=(t=this.options)==null?void 0:t.onDidRemoveLastListener)==null||n.call(t))}get event(){var e;return(e=this._event)!=null||(this._event=(t,n)=>{var r,a,i,o,s,l;if(this._disposed)return()=>{console.info("[Jolibox SDK] Emitter is _disposed")};n&&(t=t.bind(n));let d=new rn(t);return this._listeners?this._listeners instanceof rn?this._listeners=[this._listeners,d]:this._listeners.push(d):((a=(r=this.options)==null?void 0:r.onWillAddFirstListener)==null||a.call(r,this),this._listeners=d,(o=(i=this.options)==null?void 0:i.onDidFirstListener)==null||o.call(i,this)),(l=(s=this.options)==null?void 0:s.onDidAddListener)==null||l.call(s,this),this._size++,()=>{var _,h,p,f;if(!this._disposed){if(this._listeners instanceof rn)this._listeners.id===d.id&&(this._listeners=void 0,this._size=0,(h=(_=this.options)==null?void 0:_.onDidRemoveLastListener)==null||h.call(_));else if(this._listeners){let w=this._listeners.indexOf(d);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 n;if(!e)return;let r=((n=this.options)==null?void 0:n.onListenerError)||Error.constructor;if(!r){e.value(t);return}try{e.value(t)}catch(a){r(a)}}fire(e){this._listeners&&(this._listeners instanceof rn?this._deliver(this._listeners,e):this._listeners.forEach(t=>this._deliver(t,e)))}hasListeners(){return this._size>0}},He=class{constructor(){this.listeners=new Map,this.listerHandlerMap=new WeakMap,this.cachedEventQueue=new Map}on(e,t,n=!0){var r;let a=(r=this.listeners.get(e))!=null?r:new an,i=l=>t(...l.args),o=a.event(i);this.listerHandlerMap.set(t,{handler:i,dispose:o}),this.listeners.set(e,a);let s=this.cachedEventQueue.get(e);if(s&&n)for(let l of s)t(...l.args)}flushCachedEvent(e){e?this.cachedEventQueue.delete(e):this.cachedEventQueue.clear()}off(e,t){let n=this.listerHandlerMap.get(t);n&&(n.dispose(),this.listerHandlerMap.delete(t))}emit(e,...t){let n=this.listeners.get(e),r=this.cachedEventQueue.get(e);r||(r=new lf,this.cachedEventQueue.set(e,r)),r.push({args:t}),n&&n.fire({event:e,args:t})}once(e,t){let n=(...r)=>{t(...r),this.off(e,n)};this.on(e,n,!1)}},xa={};Gd(xa,{None:()=>uf,filter:()=>ff,once:()=>Cs,toPromise:()=>df});uf=()=>(console.log("[Jolibox SDK] None Event"),()=>{console.log("[Jolibox SDK] None Event dispose")});Ra=Symbol.for("Jolibox.hostEmitter"),hf=()=>{let e=new He;return globalThis[Ra]||(globalThis[Ra]={on:e.on.bind(e),off:e.off.bind(e),emit:e.emit.bind(e),once:e.once.bind(e)}),globalThis[Ra]},ut=hf();Jn=class{constructor(){this._commands=new Map,this._onDidRegisterCommand=new an,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 n=[];for(let a of e.metadata.args)n.push(a.constraint);let r=e.handler;e.handler=function(...a){return mf(a,n),r(...a)}}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 n=this.getCommand(t);n&&e.set(t,n)}return e}};Jn=fs([ps],Jn);Pa=class{constructor(){this._onWillExecuteCommand=new an,this.onWillExecuteCommand=this._onWillExecuteCommand.event,this._onDidExecuteCommand=new an,this.onDidExecuteCommand=this._onDidExecuteCommand.event,this.registry=new Jn,this._starActivation=null}_activateStar(){return this._starActivation||(this._starActivation=Jd(3e4)),this._starActivation}executeCommand(e,...t){return vt(this,null,function*(){return this.registry.getCommand(e)?this._tryExecuteCommand(e,t):(yield Promise.all([Promise.race([this._activateStar(),xa.toPromise(xa.filter(this.registry.onDidRegisterCommand,n=>n===e))])]),this._tryExecuteCommand(e,t))})}executeCommandThowErr(e,...t){if(!this.registry.getCommand(e))throw new Error(`command '${e}' not found`);let n=this.registry.getCommand(e);this._onWillExecuteCommand.fire({commandId:e,args:t});let r=this.invokeFunction(n.handler,...t);return this._onDidExecuteCommand.fire({commandId:e,args:t}),r}_tryExecuteCommand(e,t){let n=this.registry.getCommand(e);if(!n)return Promise.reject(new Error(`command '${e}' not found`));try{this._onWillExecuteCommand.fire({commandId:e,args:t});let r=this.invokeFunction(n.handler,...t);return this._onDidExecuteCommand.fire({commandId:e,args:t}),Promise.resolve(r)}catch(r){return Promise.reject(r)}}invokeFunction(e,...t){let n=!1;try{return e(...t)}finally{n=!0}}};Pa=fs([ps],Pa);Rs=Symbol.for("Jolibox.commands")});function Le(e,t={}){ja.emit("ERROR_REPORT",{error:e,options:t})}var ja,yt,Xe=ee(()=>{"use strict";G();G();ja=new He,yt=new He;Le.debounce=on(Le,50,{leading:!0})});var Va,_f,Os,ks,Ts=ee(()=>{"use strict";G();Xe();Va=e=>{let t=e.replace(/-/g,"+").replace(/_/g,"/"),n=t.length%4===0?"":"=".repeat(4-t.length%4),r=atob(t+n);try{return JSON.parse(r)}catch(a){return{}}},_f=e=>{let t=JSON.stringify(e);return btoa(t).replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,"")},Os=e=>{var t;try{let a=(t=new URL(e).searchParams.get("joliSource"))==null?void 0:t.split(".");if(a!=null&&a.length){let[i,o,s]=a;return{headerJson:Va(i),payloadJson:Va(o),signature:Va(s)}}else throw"joli_source is missing"}catch(n){return Le(new ws(`${e} not a valid schema: ${n}`)),{headerJson:{},payloadJson:{},signature:{}}}},ks=(e,t)=>{let n=t.split(".");if(n&&n.length===3){let r=n[0],a=_f(e),i=n[2];return`${r}.${a}.${i}`}return t}});var yf,qn,xs,$a=ee(()=>{"use strict";G();yf="1.2.7",qn=()=>yf,xs=()=>{let e=qn();return`${Is(e)}`}});function Ka(e,t){return(document==null?void 0:document.head.querySelector(`meta[name="${e}"][content="${t}"]`))!==null}var wf,Ps,Wa,Ls,re,bf,L,ue=ee(()=>{"use strict";G();Ts();$a();G();wf={deviceInfo:{brand:"UnknownBrand",model:"UnknownModel",did:Fa(),adId:Ha(),pixelRatio:window.devicePixelRatio||1,platform:Ie.isAndroid?"android":Ie.isiOS?"ios":"h5",system:"UnknownSystemVersion",lang:"zh"},sdkInfo:{nativeSDKVersion:"",jssdkVersion:qn()},schema:window.location.href,platform:Ie.isAndroid?"android":Ie.isiOS?"ios":"h5"},Wa=(Ps=globalThis.joliboxJSCore)==null?void 0:Ps.env,re=Object.assign({},(Ls=Wa==null?void 0:Wa())!=null?Ls:wf);bf=()=>{var f,w,A,C,b,x,D,H,j,R,N;let{payloadJson:e,headerJson:t,signature:n}=re.schema.length?Os(re.schema):{},r=`${re.deviceInfo.did}-${new Date().getTime()}`,i=new URL(re.schema.length?re.schema:window.location.href).searchParams,o=(A=(w=(f=i.get("mpId"))!=null?f:i.get("appId"))!=null?w:i.get("gameId"))!=null?A:"",s=(x=(b=(C=re.clientSessionId)!=null?C:e==null?void 0:e.sessionId)!=null?b:i.get("sessionId"))!=null?x:r,l=!!((H=(D=e==null?void 0:e.testAdsMode)!=null?D:e==null?void 0:e.__testAdsMode)!=null?H:i.get("testAdsMode")==="true"),d=(N=(R=(j=e==null?void 0:e.joliboxEnv)!=null?j:e==null?void 0:e.__joliboxEnv)!=null?R:i.get("joliboxEnv"))!=null?N:"production",_=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 _},get testAdsMode(){return l},get joliboxEnv(){return d},get joliSource(){var T;return(T=i.get("joliSource"))!=null?T:null},get mpId(){var T;return(T=o!=null?o:e==null?void 0:e.id)!=null?T:""},get mpVersion(){var T;return(T=t==null?void 0:t.ver)!=null?T:qn()},get mpType(){var T,B;return(B=(T=t==null?void 0:t.__mpType)!=null?T:e==null?void 0:e.__mpType)!=null?B:"game"},get platform(){var T;return((T=re.platform)!=null?T:re.deviceInfo.platform).toLowerCase()},get deviceInfo(){return re.deviceInfo},get sdkInfo(){return re.sdkInfo},get hostInfo(){return re.hostInfo},get hostUserInfo(){return re.hostUserInfo},get sessionId(){var T,B;return(B=(T=re.clientSessionId)!=null?T:s)!=null?B:r},get channel(){return h},get webviewId(){var T;return(T=re.webviewId)!=null?T:-1},get shouldInterupt(){return p},get from(){return e==null?void 0:e.__from},get baseApiHost(){return As(_)},get adId(){var T;return(T=re.deviceInfo.adId)!=null?T:re.deviceInfo.did},get language(){return re.deviceInfo.lang},get sdkEnvironment(){return Ka("dlightek","jolibox")?"dlightek":i.get("huaweiQuick")==="true"?"huaweiQuick":Ka("gamedistribution","jolibox")?"gamedistribution":Ka("funmax","jolibox")?"funmax":"jolibox"},get viewport(){var z,te,me;let T=(z=re.deviceInfo.pixelRatio)!=null?z:1,B=(te=re.deviceInfo.statusBarHeight)!=null?te:e==null?void 0:e.__androidStatusBarHeight,K=(me=re.deviceInfo.navigationBarHeight)!=null?me:e==null?void 0:e.__androidNavigationBarHeight;return{statusBarHeight:B!==void 0?B/T:20,navigationBarHeight:K!==void 0?K/T:10}},get abTests(){var T,B;return(B=(T=re.abValues)==null?void 0:T.split(","))!=null?B:[]},get mpInfo(){var T;return(T=re.mpInfo)!=null?T:{mpName:"unknown"}},onEnvConfigChanged:T=>{vs(re,T,gs)},encodeJoliSourceQuery:T=>{var B,K;return t&&n?ks(q(q({},e),T),(B=i.get("joliSource"))!=null?B:""):(K=i.get("joliSource"))!=null?K:""},setDoExitDirectly:()=>{p=!1}}},L=bf()});var za,Ns,Ef,If,Ds,Af,Us=ee(()=>{"use strict";G();Xe();ue();G();za=!1,Ns=(e,t)=>e==null?!1:t in e,Ef=e=>Ns(e,"kind"),If=e=>{let t=e.toLowerCase().split("_");return t[0]+t.slice(1).map(n=>n.charAt(0).toUpperCase()+n.slice(1)).join("")},Ds=(e,t={},n)=>{var i,o,s;let r={user_id:(o=(i=L.hostUserInfo)==null?void 0:i.uid)!=null?o:"",device_id:(s=L.deviceInfo.did)!=null?s:"",timestamp:Date.now(),tag:If(e.name)},a=Ee(q({},r),{env:t.environment,isFromUser:n});n?yt.emit("GLOBAL_USER_ERROR",e,a):yt.emit("GLOBAL_ERROR",e,a)},Af=e=>Ns(e,"kind")&&e.kind==="USER_ERROR";ja.on("ERROR_REPORT",({error:e,options:t})=>{if(za)return;za=!0;let n=Ef(e)&&e.raw?e.raw:e;try{let r=Af(e);Ds(e,t,r)}catch(r){let a=r instanceof Error?r.message:String(r),i=new Ma(`${a}, origin error: ${n.message}`);Pe.error(i),Ds(new Ma(i.message),{environment:t.environment},!1)}finally{za=!1}})});var Xa,Ya=ee(()=>{"use strict";Xe();G();Xe();Xa=e=>new ys(e)});function Bs(e,t){let n=(r,a,i)=>{let d=a!=null?a:{},{eventType:o}=d,s=is(d,["eventType"]),l=Ee(q({tag:r,eventType:i!=null?i:o!=null?o:gt.Other},t),{extra:q({},s)});r=="globalJsError"?Le(new Fn(JSON.stringify(l))):e("systemLog",l,L.webviewId)};return n.debounce=on(n,500,{leading:!0}),n}function Ms(e){let t=(n,r,a)=>{var s;let i=(s=a&&JSON.stringify(a))!=null?s:0,o={speed_value_type:n,total_duration:r};i&&Object.assign(o,{extra:i}),e("joliboxSpeedAnalysis",o)};return t.debounce=on(t,500,{leading:!0}),t}var Gs=ee(()=>{"use strict";G();G();Xe();ue()});function Js(e,t){let n=Bs(e,t),r=Ms(n);return{track:n,trackPerformance:r}}var Fs=ee(()=>{"use strict";Gs()});var Qa=ee(()=>{"use strict"});var jn,Hs=ee(()=>{"use strict";ue();G();G();jn=class{constructor(t){this.apiHost=t;this.deviceInfo=null;this.samplesConfig=null;this.fetchSamplesConfig()}fetchSamplesConfig(){return I(this,null,function*(){let n=`${this.apiHost}/api/fe-configs/js-sdk/samples-config`,r=yield(yield fetch(n)).json();this.samplesConfig=r})}checkIsSampled(t){if(!this.samplesConfig)return!1;let{samples:n}=this.samplesConfig;for(let[r,a]of Object.entries(n))if(a.includes(t.name))return Math.floor(Math.random()*101)<parseFloat(r);return!1}getDevice(){var r,a,i,o,s;let{nativeSDKVersion:t,jssdkVersion:n}=L.sdkInfo;return{platform:1e3,os:L.deviceInfo.platform,appVersion:(r=t!=null?t:n)!=null?r:"1.0.0",appId:(i=(a=L.hostInfo)==null?void 0:a.aid)!=null?i:"1",model:(o=L.deviceInfo.model)!=null?o:"UnknownModel",brand:(s=L.deviceInfo.brand)!=null?s:"UnknownBrand",uuid:L.deviceInfo.did,jsSdkVersion:n,extra:{}}}getLocation(){let t=new URLSearchParams(window.location.search),n={};return t.forEach((r,a)=>{n[a]=r}),{name:"GamePage",params:n}}trackEvent(t,n,r){return I(this,null,function*(){if(this.checkIsSampled(t))return;let a=t.location?t.location:yield this.getLocation(),i=t.target||null,o=t.extra||null;this.deviceInfo||(this.deviceInfo=yield this.getDevice());let s=this.deviceInfo,d={protocolVersion:"1.0.0",events:[Ee(q({},t),{location:a,target:i,extra:o,timestamp:Date.now(),userId:null})],device:s,project:n};try{r?yield this.doReport(Ja(d),r):yield this.doReport(Ja(d))}catch(_){Pe.log("[Jolibox SDK] report API error",_)}})}}});var Za=ee(()=>{"use strict";Fs();Qa();Hs()});var ei,qs,Ye,Vn,Je,Lt=ee(()=>{"use strict";$a();ue();G();ei=e=>{let t=new AbortController;return setTimeout(()=>t.abort(),e),t.signal};(qs=AbortSignal.timeout)!=null||(AbortSignal.timeout=ei);Ye=class e{constructor(){this.httpClients=new WeakSet;this.networkRequests=[];this.maxRequestsToTrack=20;this.getNetworkStatus=()=>this.networkRequests.length===0?!0:this.networkRequests.filter(r=>r).length/this.networkRequests.length>=.6}static getInstance(){return e._instance||(e._instance=new e),e._instance}create(t){let n=new Vn(t);return e.getInstance().httpClients.add(n),n}recordNetworkRequest(t){this.networkRequests.push(t),this.networkRequests.length>this.maxRequestsToTrack&&this.networkRequests.shift()}},Vn=class{constructor(t){this.xua=xs();this.getJoliSource=()=>L.joliSource;var r;let n=Pt(L.testMode);this.baseUrl=(r=t==null?void 0:t.baseUrl)!=null?r:n}get(t,n){return I(this,null,function*(){try{let{query:r,timeout:a}=n!=null?n:{},{headers:i}=n!=null?n:{},o=r?new URLSearchParams(r):null,s=o==null?void 0:o.toString(),l=`${this.baseUrl}${t}${s?`?${s}`:""}`,d=this.xua,_=this.getJoliSource();i=Object.assign({},i!=null?i:{},d?{"x-user-agent":d}:{},_?{"x-joli-source":_}:{});let h=yield fetch(l,{method:"GET",headers:i,credentials:"include",signal:ei(a!=null?a:3e4)});return Ye.getInstance().recordNetworkRequest(!0),yield h.json()}catch(r){throw Ye.getInstance().recordNetworkRequest(!1),r}})}post(t,n){return I(this,null,function*(){try{let{data:r,query:a,timeout:i}=n!=null?n:{},{headers:o}=n!=null?n:{},s=a?new URLSearchParams(a):null,l=s==null?void 0:s.toString(),d=`${this.baseUrl}${t}${l?`?${l}`:""}`,_=this.xua,h=this.getJoliSource();o=Object.assign({},o!=null?o:{},{"Content-Type":"application/json"},_?{"x-user-agent":_}:{},h?{"x-joli-source":h}:{},{"x-os-type":Ie.isAndroid?"ANDROID":Ie.isiOS?"IOS":"PC"},{"x-runtime-type":"WEB"});let p=yield fetch(d,{method:"POST",headers:o,body:JSON.stringify(r),signal:ei(i!=null?i:3e4),credentials:"include"});Ye.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(r){throw Ye.getInstance().recordNetworkRequest(!1),r}})}put(t,n){return I(this,null,function*(){try{let{data:r,query:a,timeout:i}=n!=null?n:{},{headers:o}=n!=null?n:{},s=a?new URLSearchParams(a):null,l=s==null?void 0:s.toString(),d=`${this.baseUrl}${t}${l?`?${l}`:""}`,_=this.xua,h=this.getJoliSource();o=Object.assign({},o!=null?o:{},{"Content-Type":"application/json"},_?{"x-user-agent":_}:{},h?{"x-joli-source":h}:{});let p=yield fetch(d,{method:"PUT",headers:o,credentials:"include",body:JSON.stringify(r!=null?r:{})});if(!p.ok)throw Ye.getInstance().recordNetworkRequest(!1),new Error(`HTTP error! status: ${p.status}`);return Ye.getInstance().recordNetworkRequest(!0),yield p.json()}catch(r){throw console.error("Error:",r),r}})}};window.JoliboxHttpClient=Vn;Je=Ye.getInstance()});var ti,$n,ni=ee(()=>{"use strict";ue();Za();Lt();G();ti=class extends jn{constructor(){super(...arguments);this.httpClient=Je.create({baseUrl:this.apiBaseURL})}get apiBaseURL(){var n;return Ss((n=L.testMode)!=null?n:!1)}doReport(n){this.httpClient.post("/report",{data:n,timeout:5e3}).catch(r=>{console.info("report error",r)})}},$n=new ti(Pt(L.testMode))});var Sf,js=ee(()=>{"use strict";Us();G();Ya();G();ni();ue();Sf=(e,t)=>{var a,i,o;let n={message:t.message,stack:(a=t.stack)!=null?a:"",errorType:t.name,source:0},r={name:e,type:gt.ErrorTrace,location:null,target:null,extra:n,timestamp:Date.now(),userId:(o=(i=L.hostUserInfo)==null?void 0:i.uid)!=null?o:null};$n.trackEvent(r,xt.WebSDK)};yt.on("GLOBAL_ERROR",(e,t)=>{Sf(t.tag,e)});yt.on("GLOBAL_USER_ERROR",(e,t)=>{Pe.log("UserError",e,t)})});var Wn,Vs=ee(()=>{"use strict";Wn=class{constructor(t,n){this.eventEmitter=t;this.lastReportTime=0;this.visible=!0;this.reportCount=0;this.notifyIframeGameEvent=(t,n)=>{window.parent&&window.parent.postMessage({type:t,data:n},"*")};this.playGame=t=>{this.reportCount++,(this.reportCount<=3||(this.reportCount-3)%3===0)&&(this.reporter({event:"PLAY_GAME",params:{duration:t}}),this.tracker("PlayGame",{duration:t}),this.notifyIframeGameEvent("JOLIBOX_GAME_PLAY",{duration:t}))};this.timer=this.createRAFTimer(t=>{this.playGame(t)});this.interval=n!=null?n:5*1e3,t.on("visible",r=>{this.visible=r})}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.notifyIframeGameEvent("JOLIBOX_GAME_OPEN",{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.notifyIframeGameEvent("JOLIBOX_GAME_CLOSE",{duration:t}),this.timer.stop()}createRAFTimer(t){let n=Date.now(),r,a,i=!1,o=0,s=()=>{if(!i)return;let f=Date.now(),w=f-n;w>=this.interval&&(this.visible&&(o+=Math.min(w,this.interval+1e3),t(o)),n=f),r=requestAnimationFrame(s)},l=()=>{_(),n=Date.now(),a=window.setInterval(()=>{if(!i)return;let f=Date.now();f-n>=this.interval&&(n=f)},this.interval)},d=()=>{h(),n=Date.now(),r=requestAnimationFrame(s)},_=()=>{r&&(cancelAnimationFrame(r),r=0)},h=()=>{a&&(clearInterval(a),a=0)};this.eventEmitter.on("visible",f=>{i&&(console.log("visible",f),f?d():l())});let p=this.visible;return{start(){i||(i=!0,p?d():l())},stop(){i=!1,_(),h()}}}}});var Kn,$s=ee(()=>{"use strict";ue();Vs();Lt();Kn=class extends Wn{constructor(n,r,a){super(r,a);this.httpClient=Je.create();this.gameId=L.mpId,this.sessionId=L.sessionId,this.track=n}reporter(n){return I(this,null,function*(){let{event:r,params:a,extraParams:i}=n,o={eventType:r,gameInfo:q({gameId:this.gameId,sessionId:this.sessionId},a)};i&&Object.assign(o,i),yield this.httpClient.post("/api/base/app-event",{data:o})})}tracker(n,r=null){this.track(n,r)}}});var Ws,Cf,Se,Rf,ri,Qe,dt=ee(()=>{"use strict";js();G();G();Za();ni();$s();ue();Qa();Ws=ge(),Cf={type:xt.WebSDK,platform:"h5",jssdk_version:L.sdkInfo.jssdkVersion,mp_id:L.mpId,mp_version:L.mpVersion},{track:Se,trackPerformance:Rf}=Js((...e)=>{var o,s,l,d;let[,t]=e,n=t,r=hs(n.extra)?n.extra:Na(n.extra)?JSON.parse(n.extra):{},a=Ee(q({},r),{mp_id:(o=n.mp_id)!=null?o:"",mp_version:(s=n.mp_version)!=null?s:""}),i={name:t.tag,type:gt.System,location:null,target:null,extra:a,timestamp:Date.now(),userId:(d=(l=L.hostUserInfo)==null?void 0:l.uid)!=null?d:null};$n.trackEvent(i,xt.WebSDK)},Cf);Ws.registerCommand("ReportSDK.traceSystemTimeline",({event:e,duration:t,extra:n})=>{Rf(e,t,n)});Ws.registerCommand("ReportSDK.traceSystem",({event:e,info:t})=>{Se(e,t)});ri=new He,Qe=new Kn(Se,ri)});function Ks(e){let t=Ga.config[e];return t||(t={},Ga.config[e]=t),(n,r)=>{if(t[n]){Pe.warn(`[can i use] ${n} already registered`);return}t[n]=q({},r)}}var zs=ee(()=>{"use strict";G()});function ai(e){Xs=e}function zn(e){return e===null||typeof e!="object"?e:Array.isArray(e)?e.map(t=>zn(t)):Object.keys(e).reduce((t,n)=>(t[n]=zn(e[n]),t),{})}function Ze(e){return typeof e=="number"}function ii(e){let t=oi(e);switch(t){case"string":return`"${e}"`;case"number":case"boolean":case"null":case"undefined":return String(e);default:return`a(n) ${t}`}}function oi(e){return typeof e=="function"?"function":Object.prototype.toString.call(e).slice(8).slice(0,-1).toLowerCase()}var Xs,de,Xn,Yn,Qn,Zn,Dt,er,tr,nr,rr,ar,ir,or,sr,lr,cr,ur,dr,si=ee(()=>{"use strict";Xs=!1;de=class{constructor(){this.errors=[];this.hasFallback=!1;this.hasDefault=!1;this._optional=!1}fail(t){if(Xs)if(typeof t=="string")this.errors.push(t);else{let n=`${this.path} should be ${t.expect}`;this._optional&&t.expect!=="undefined"?n+=" or undefined, ":n+=", ",n+=`but got ${ii(t.actual)}`,this.errors.push(n)}return!1}fallback(t){return this.hasFallback=!0,this._fallback=t,this}get fallbackValue(){return zn(this._fallback)}default(t){return this.hasDefault=!0,this._default=t,this}get defaultValue(){return typeof this._default=="function"?this._default:zn(this._default)}optional(){return this._optional=!0,this}};Xn=class extends de{validate(t){return this._optional&&t===void 0?!0:Ze(t)?Ze(this._min)&&t<this._min?this.fail(`the value of ${this.path} should be greater than or equal to ${this._min}`):Ze(this._max)&&t>this._max?this.fail(`the value of ${this.path} should be less than or equal to ${this._max}`):Ze(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}},Yn=class extends de{validate(t){return this._optional&&t===void 0?!0:typeof t!="boolean"?this.fail({expect:"boolean",actual:t}):!0}},Qn=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(Ze(this._maxLength)&&t.length>this._maxLength)return this.fail(`the length of ${this.path} should be less than or equal to ${this._maxLength}`);if(Ze(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}},Zn=class extends de{validate(t){return this._optional&&t===void 0?!0:typeof t!="symbol"?this.fail({expect:"symbol",actual:t}):!0}},Dt=class extends de{validate(t){return!0}},er=class extends de{validate(t){return t!==void 0?this.fail({expect:"undefined",actual:t}):!0}},tr=class extends de{validate(t){return this._optional&&t===void 0?!0:t!==null?this.fail({expect:"null",actual:t}):!0}},nr=class extends de{validate(t){return this._optional&&t===void 0?!0:typeof t!="function"?this.fail({expect:"function",actual:t}):!0}},rr=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 n=this._items.map(r=>JSON.stringify(r)).join(", ");return this.fail(`expect ${this.path} to be one of ${n}, but got ${ii(t)}`)}return!0}},ar=class extends de{constructor(n){super();this._item=n}validate(n){if(this._optional&&n===void 0)return!0;if(!Array.isArray(n))return this.fail({expect:"array",actual:n});if(Ze(this._minItems)&&n.length<this._minItems)return this.fail(`the length of ${this.path} should be greater than or equal to ${this._minItems}`);if(Ze(this._maxItems)&&n.length>this._maxItems)return this.fail(`the length of ${this.path} should be less than or equal to ${this._maxItems}`);if(Ze(this._length)&&n.length!==this._length)return this.fail(`the length of ${this.path} should be equal to ${this._length}`);let r=this._item;if(!r)return!0;let a=!0;if(n.forEach((i,o)=>{if(r.path=`${this.path}[${o}]`,r.errors=this.errors,i===void 0&&r.hasDefault){n[o]=r.defaultValue;return}r.validate(i)||(r.hasFallback?n[o]=r.fallbackValue:a=!1)}),this._uniqueItems){let i=new Map;for(let o in n)i.has(n[o])?a=this.fail(`${this.path} should NOT have duplicate items (${this.path}[${i.get(n[o])}] and ${this.path}[${o}] are identical)`):i.set(n[o],o)}return a}minItems(n){return this._minItems=n,this}maxItems(n){return this._maxItems=n,this}uniqueItems(){return this._uniqueItems=!0,this}length(n){return this._length=n,this}},ir=class extends de{constructor(n){super();this._value=n}validate(n){if(this._optional&&n===void 0)return!0;if(oi(n)!=="object")return this.fail({expect:"object",actual:n});let a=n,i=this._value;i.errors=this.errors;let o=!0;for(let s in a){let l=a[s];if(/^[_$a-zA-Z\xA0-\uFFFF][_$a-zA-Z0-9\xA0-\uFFFF]*$/.test(s)?i.path=`${this.path}.${s}`:i.path=`${this.path}["${s}"]`,!(l===void 0&&i._optional)){if(l===void 0&&i.hasDefault){a[s]=i.defaultValue;continue}i.validate(l)||(i.hasFallback?a[s]=i.fallbackValue:o=!1)}}return o}},or=class extends de{constructor(n={}){super();this._object=n}validate(n){if(this._optional&&n===void 0)return!0;if(oi(n)!=="object")return this.fail({expect:"object",actual:n});let r=n,a=!0;for(let i in this._object){let o=r[i],s=this._object[i];if(s.errors=this.errors,/^[_$a-zA-Z\xA0-\uFFFF][_$a-zA-Z0-9\xA0-\uFFFF]*$/.test(i)?s.path=`${this.path}.${i}`:s.path=`${this.path}["${i}"]`,!(s._optional&&o===void 0)){if(o===void 0&&s.hasDefault){r[i]=s.defaultValue;continue}s.validate(o)||(s.hasFallback?r[i]=s.fallbackValue:a=!1)}}return a}},sr=class extends de{constructor(n){super();this.value=n}validate(n){return n===void 0&&this._optional?!0:n!==this.value?this.fail({expect:ii(this.value),actual:n}):!0}},lr=class extends de{constructor(...t){super(),this._items=t}validate(t){if(t===void 0&&this._optional)return!0;let n=[],r=!1,a=this._items.length;for(let i=0;i<a;i++){let o=this._items[i];if(o.errors=[],o.path=this.path,!o.validate(t))n.push(o.errors.join("; "));else if(!r){r=!0;break}}if(!r){let i=n.join(`
|
|
2
|
-
or `);this.errors.push(
|
|
3
|
-
`);throw e.errors.length=0,ai(!1),new TypeError(r)}}var J,ci=ee(()=>{"use strict";si();si();J={object(e){return new or(e)},array(e){return new ar(e)},tuple(...e){return new cr(...e)},literal(e){return new sr(e)},or(...e){return new lr(...e)},symbol(){return new Zn},record(e){return new ir(e)},function(){return new nr},boolean(){return new Yn},string(){return new Qn},number(){return new Xn},undefined(){return new er},null(){return new tr},unknown(){return new Dt},any(){return new Dt},as(){return new Dt},arraybuffer(){return new ur},enum(...e){return new rr(...e)},typedarray(e){return new dr(e)}}});var fr,Ys,Qs=ee(()=>{"use strict";G();Xe();ci();Ya();fr=1,Ys=e=>{function t(r,a){return(...i)=>{var h,p,f,w;let o=Date.now(),s={method:r,trace_id:fr};fr+=1;let l="SUCCESS",d=`${r}:ok`,_=0;try{if(a.paramsSchema)try{li(a.paramsSchema,i,"params")}catch(x){throw Xa(`${r}:fail ${x.message}`)}let A=a.implement(...i),C=A,b=`${r}:ok`;if(A&&"code"in A){let{code:x,data:D,message:H}=A;l=x,C=D,b=H}return{code:l,message:b,data:C}}catch(A){let C=A;_=(p=(h=C.code)!=null?h:C.errNo)!=null?p:2e3,l="FAILURE";let b=(w=(f=C.message)!=null?f:C.errMsg)!=null?w:`${A}`;return d=`${r}:${l} ${b.replace(/^\S+:(fail|cancel)\s?/,"")}`,Le(new Hn(d,_)),{code:l,message:d}}finally{let A=Date.now()-o}}}function n(r,a){return(...i)=>I(this,null,function*(){var p,f,w,A;let o=ms(i)?i:[i],s=Date.now(),l={method:r,trace_id:fr};fr+=1;let d=`${r}:ok`,_="SUCCESS",h={code:_,message:d};try{if(a.paramsSchema)try{li(a.paramsSchema,o,"params")}catch(x){throw Xa(x.message)}let b=yield a.implement(...o);if(b&&"code"in b){let{code:x,data:D,message:H}=b;_=x,d=H,b=D}return Object.assign(h,{code:_,message:d,data:b}),h}catch(C){let b=C,x=(f=(p=b.code)!=null?p:b.errNo)!=null?f:2e3;_="FAILURE";let D=(A=(w=b.message)!=null?w:b.errMsg)!=null?A:`${C}`,H=`${r}:${_} ${D.replace(/^\S+:(fail|cancel)\s?/,"")}`;return Object.assign(h,{code:_,message:H}),Le(new Hn(H,x)),h}finally{let C=Date.now()-s}})}return{createAPI:n,createSyncAPI:t}}});var et,wt,_e,sn=ee(()=>{"use strict";zs();dt();Qs();ci();({createAPI:et,createSyncAPI:wt}=Ys(Se)),_e=Ks("h5")});var nl=Sa((tl,hi)=>{(function(e){if(typeof tl=="object"&&typeof hi!="undefined")hi.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,n;return function r(a,i,o){function s(_,h){if(!i[_]){if(!a[_]){var p=typeof tn=="function"&&tn;if(!h&&p)return p(_,!0);if(l)return l(_,!0);var f=new Error("Cannot find module '"+_+"'");throw f.code="MODULE_NOT_FOUND",f}var w=i[_]={exports:{}};a[_][0].call(w.exports,function(A){var C=a[_][1][A];return s(C||A)},w,w.exports,r,a,i,o)}return i[_].exports}for(var l=typeof tn=="function"&&tn,d=0;d<o.length;d++)s(o[d]);return s}({1:[function(r,a,i){(function(o){"use strict";var s=o.MutationObserver||o.WebKitMutationObserver,l;if(s){var d=0,_=new s(A),h=o.document.createTextNode("");_.observe(h,{characterData:!0}),l=function(){h.data=d=++d%2}}else if(!o.setImmediate&&typeof o.MessageChannel!="undefined"){var p=new o.MessageChannel;p.port1.onmessage=A,l=function(){p.port2.postMessage(0)}}else"document"in o&&"onreadystatechange"in o.document.createElement("script")?l=function(){var b=o.document.createElement("script");b.onreadystatechange=function(){A(),b.onreadystatechange=null,b.parentNode.removeChild(b),b=null},o.document.documentElement.appendChild(b)}:l=function(){setTimeout(A,0)};var f,w=[];function A(){f=!0;for(var b,x,D=w.length;D;){for(x=w,w=[],b=-1;++b<D;)x[b]();D=w.length}f=!1}a.exports=C;function C(b){w.push(b)===1&&!f&&l()}}).call(this,typeof global!="undefined"?global:typeof self!="undefined"?self:typeof window!="undefined"?window:{})},{}],2:[function(r,a,i){"use strict";var o=r(1);function s(){}var l={},d=["REJECTED"],_=["FULFILLED"],h=["PENDING"];a.exports=p;function p(R){if(typeof R!="function")throw new TypeError("resolver must be a function");this.state=h,this.queue=[],this.outcome=void 0,R!==s&&C(this,R)}p.prototype.catch=function(R){return this.then(null,R)},p.prototype.then=function(R,N){if(typeof R!="function"&&this.state===_||typeof N!="function"&&this.state===d)return this;var T=new this.constructor(s);if(this.state!==h){var B=this.state===_?R:N;w(T,B,this.outcome)}else this.queue.push(new f(T,R,N));return T};function f(R,N,T){this.promise=R,typeof N=="function"&&(this.onFulfilled=N,this.callFulfilled=this.otherCallFulfilled),typeof T=="function"&&(this.onRejected=T,this.callRejected=this.otherCallRejected)}f.prototype.callFulfilled=function(R){l.resolve(this.promise,R)},f.prototype.otherCallFulfilled=function(R){w(this.promise,this.onFulfilled,R)},f.prototype.callRejected=function(R){l.reject(this.promise,R)},f.prototype.otherCallRejected=function(R){w(this.promise,this.onRejected,R)};function w(R,N,T){o(function(){var B;try{B=N(T)}catch(K){return l.reject(R,K)}B===R?l.reject(R,new TypeError("Cannot resolve promise with itself")):l.resolve(R,B)})}l.resolve=function(R,N){var T=b(A,N);if(T.status==="error")return l.reject(R,T.value);var B=T.value;if(B)C(R,B);else{R.state=_,R.outcome=N;for(var K=-1,z=R.queue.length;++K<z;)R.queue[K].callFulfilled(N)}return R},l.reject=function(R,N){R.state=d,R.outcome=N;for(var T=-1,B=R.queue.length;++T<B;)R.queue[T].callRejected(N);return R};function A(R){var N=R&&R.then;if(R&&(typeof R=="object"||typeof R=="function")&&typeof N=="function")return function(){N.apply(R,arguments)}}function C(R,N){var T=!1;function B(me){T||(T=!0,l.reject(R,me))}function K(me){T||(T=!0,l.resolve(R,me))}function z(){N(K,B)}var te=b(z);te.status==="error"&&B(te.value)}function b(R,N){var T={};try{T.value=R(N),T.status="success"}catch(B){T.status="error",T.value=B}return T}p.resolve=x;function x(R){return R instanceof this?R:l.resolve(new this(s),R)}p.reject=D;function D(R){var N=new this(s);return l.reject(N,R)}p.all=H;function H(R){var N=this;if(Object.prototype.toString.call(R)!=="[object Array]")return this.reject(new TypeError("must be an array"));var T=R.length,B=!1;if(!T)return this.resolve([]);for(var K=new Array(T),z=0,te=-1,me=new this(s);++te<T;)Ke(R[te],te);return me;function Ke(Qt,Nn){N.resolve(Qt).then(ha,function(Ot){B||(B=!0,l.reject(me,Ot))});function ha(Ot){K[Nn]=Ot,++z===T&&!B&&(B=!0,l.resolve(me,K))}}}p.race=j;function j(R){var N=this;if(Object.prototype.toString.call(R)!=="[object Array]")return this.reject(new TypeError("must be an array"));var T=R.length,B=!1;if(!T)return this.resolve([]);for(var K=-1,z=new this(s);++K<T;)te(R[K]);return z;function te(me){N.resolve(me).then(function(Ke){B||(B=!0,l.resolve(z,Ke))},function(Ke){B||(B=!0,l.reject(z,Ke))})}}},{1:1}],3:[function(r,a,i){(function(o){"use strict";typeof o.Promise!="function"&&(o.Promise=r(2))}).call(this,typeof global!="undefined"?global:typeof self!="undefined"?self:typeof window!="undefined"?window:{})},{2:2}],4:[function(r,a,i){"use strict";var o=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(c){return typeof c}:function(c){return c&&typeof Symbol=="function"&&c.constructor===Symbol&&c!==Symbol.prototype?"symbol":typeof c};function s(c,m){if(!(c instanceof m))throw new TypeError("Cannot call a class as a function")}function l(){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(c){return}}var d=l();function _(){try{if(!d||!d.open)return!1;var c=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(!c||m)&&typeof indexedDB!="undefined"&&typeof IDBKeyRange!="undefined"}catch(u){return!1}}function h(c,m){c=c||[],m=m||{};try{return new Blob(c,m)}catch(v){if(v.name!=="TypeError")throw v;for(var u=typeof BlobBuilder!="undefined"?BlobBuilder:typeof MSBlobBuilder!="undefined"?MSBlobBuilder:typeof MozBlobBuilder!="undefined"?MozBlobBuilder:WebKitBlobBuilder,g=new u,y=0;y<c.length;y+=1)g.append(c[y]);return g.getBlob(m.type)}}typeof Promise=="undefined"&&r(3);var p=Promise;function f(c,m){m&&c.then(function(u){m(null,u)},function(u){m(u)})}function w(c,m,u){typeof m=="function"&&c.then(m),typeof u=="function"&&c.catch(u)}function A(c){return typeof c!="string"&&(console.warn(c+" used as a key, but it is not a string."),c=String(c)),c}function C(){if(arguments.length&&typeof arguments[arguments.length-1]=="function")return arguments[arguments.length-1]}var b="local-forage-detect-blob-support",x=void 0,D={},H=Object.prototype.toString,j="readonly",R="readwrite";function N(c){for(var m=c.length,u=new ArrayBuffer(m),g=new Uint8Array(u),y=0;y<m;y++)g[y]=c.charCodeAt(y);return u}function T(c){return new p(function(m){var u=c.transaction(b,R),g=h([""]);u.objectStore(b).put(g,"key"),u.onabort=function(y){y.preventDefault(),y.stopPropagation(),m(!1)},u.oncomplete=function(){var y=navigator.userAgent.match(/Chrome\/(\d+)/),v=navigator.userAgent.match(/Edge\//);m(v||!y||parseInt(y[1],10)>=43)}}).catch(function(){return!1})}function B(c){return typeof x=="boolean"?p.resolve(x):T(c).then(function(m){return x=m,x})}function K(c){var m=D[c.name],u={};u.promise=new p(function(g,y){u.resolve=g,u.reject=y}),m.deferredOperations.push(u),m.dbReady?m.dbReady=m.dbReady.then(function(){return u.promise}):m.dbReady=u.promise}function z(c){var m=D[c.name],u=m.deferredOperations.pop();if(u)return u.resolve(),u.promise}function te(c,m){var u=D[c.name],g=u.deferredOperations.pop();if(g)return g.reject(m),g.promise}function me(c,m){return new p(function(u,g){if(D[c.name]=D[c.name]||Uo(),c.db)if(m)K(c),c.db.close();else return u(c.db);var y=[c.name];m&&y.push(c.version);var v=d.open.apply(d,y);m&&(v.onupgradeneeded=function(E){var S=v.result;try{S.createObjectStore(c.storeName),E.oldVersion<=1&&S.createObjectStore(b)}catch(O){if(O.name==="ConstraintError")console.warn('The database "'+c.name+'" has been upgraded from version '+E.oldVersion+" to version "+E.newVersion+', but the storage "'+c.storeName+'" already exists.');else throw O}}),v.onerror=function(E){E.preventDefault(),g(v.error)},v.onsuccess=function(){var E=v.result;E.onversionchange=function(S){S.target.close()},u(E),z(c)}})}function Ke(c){return me(c,!1)}function Qt(c){return me(c,!0)}function Nn(c,m){if(!c.db)return!0;var u=!c.db.objectStoreNames.contains(c.storeName),g=c.version<c.db.version,y=c.version>c.db.version;if(g&&(c.version!==m&&console.warn('The database "'+c.name+`" can't be downgraded from version `+c.db.version+" to version "+c.version+"."),c.version=c.db.version),y||u){if(u){var v=c.db.version+1;v>c.version&&(c.version=v)}return!0}return!1}function ha(c){return new p(function(m,u){var g=new FileReader;g.onerror=u,g.onloadend=function(y){var v=btoa(y.target.result||"");m({__local_forage_encoded_blob:!0,data:v,type:c.type})},g.readAsBinaryString(c)})}function Ot(c){var m=N(atob(c.data));return h([m],{type:c.type})}function No(c){return c&&c.__local_forage_encoded_blob}function Ru(c){var m=this,u=m._initReady().then(function(){var g=D[m._dbInfo.name];if(g&&g.dbReady)return g.dbReady});return w(u,c,c),u}function Ou(c){K(c);for(var m=D[c.name],u=m.forages,g=0;g<u.length;g++){var y=u[g];y._dbInfo.db&&(y._dbInfo.db.close(),y._dbInfo.db=null)}return c.db=null,Ke(c).then(function(v){return c.db=v,Nn(c)?Qt(c):v}).then(function(v){c.db=m.db=v;for(var E=0;E<u.length;E++)u[E]._dbInfo.db=v}).catch(function(v){throw te(c,v),v})}function ze(c,m,u,g){g===void 0&&(g=1);try{var y=c.db.transaction(c.storeName,m);u(null,y)}catch(v){if(g>0&&(!c.db||v.name==="InvalidStateError"||v.name==="NotFoundError"))return p.resolve().then(function(){if(!c.db||v.name==="NotFoundError"&&!c.db.objectStoreNames.contains(c.storeName)&&c.version<=c.db.version)return c.db&&(c.version=c.db.version+1),Qt(c)}).then(function(){return Ou(c).then(function(){ze(c,m,u,g-1)})}).catch(u);u(v)}}function Uo(){return{forages:[],db:null,dbReady:null,deferredOperations:[]}}function ku(c){var m=this,u={db:null};if(c)for(var g in c)u[g]=c[g];var y=D[u.name];y||(y=Uo(),D[u.name]=y),y.forages.push(m),m._initReady||(m._initReady=m.ready,m.ready=Ru);var v=[];function E(){return p.resolve()}for(var S=0;S<y.forages.length;S++){var O=y.forages[S];O!==m&&v.push(O._initReady().catch(E))}var k=y.forages.slice(0);return p.all(v).then(function(){return u.db=y.db,Ke(u)}).then(function(P){return u.db=P,Nn(u,m._defaultConfig.version)?Qt(u):P}).then(function(P){u.db=y.db=P,m._dbInfo=u;for(var U=0;U<k.length;U++){var F=k[U];F!==m&&(F._dbInfo.db=u.db,F._dbInfo.version=u.version)}})}function Tu(c,m){var u=this;c=A(c);var g=new p(function(y,v){u.ready().then(function(){ze(u._dbInfo,j,function(E,S){if(E)return v(E);try{var O=S.objectStore(u._dbInfo.storeName),k=O.get(c);k.onsuccess=function(){var P=k.result;P===void 0&&(P=null),No(P)&&(P=Ot(P)),y(P)},k.onerror=function(){v(k.error)}}catch(P){v(P)}})}).catch(v)});return f(g,m),g}function xu(c,m){var u=this,g=new p(function(y,v){u.ready().then(function(){ze(u._dbInfo,j,function(E,S){if(E)return v(E);try{var O=S.objectStore(u._dbInfo.storeName),k=O.openCursor(),P=1;k.onsuccess=function(){var U=k.result;if(U){var F=U.value;No(F)&&(F=Ot(F));var W=c(F,U.key,P++);W!==void 0?y(W):U.continue()}else y()},k.onerror=function(){v(k.error)}}catch(U){v(U)}})}).catch(v)});return f(g,m),g}function Pu(c,m,u){var g=this;c=A(c);var y=new p(function(v,E){var S;g.ready().then(function(){return S=g._dbInfo,H.call(m)==="[object Blob]"?B(S.db).then(function(O){return O?m:ha(m)}):m}).then(function(O){ze(g._dbInfo,R,function(k,P){if(k)return E(k);try{var U=P.objectStore(g._dbInfo.storeName);O===null&&(O=void 0);var F=U.put(O,c);P.oncomplete=function(){O===void 0&&(O=null),v(O)},P.onabort=P.onerror=function(){var W=F.error?F.error:F.transaction.error;E(W)}}catch(W){E(W)}})}).catch(E)});return f(y,u),y}function Lu(c,m){var u=this;c=A(c);var g=new p(function(y,v){u.ready().then(function(){ze(u._dbInfo,R,function(E,S){if(E)return v(E);try{var O=S.objectStore(u._dbInfo.storeName),k=O.delete(c);S.oncomplete=function(){y()},S.onerror=function(){v(k.error)},S.onabort=function(){var P=k.error?k.error:k.transaction.error;v(P)}}catch(P){v(P)}})}).catch(v)});return f(g,m),g}function Du(c){var m=this,u=new p(function(g,y){m.ready().then(function(){ze(m._dbInfo,R,function(v,E){if(v)return y(v);try{var S=E.objectStore(m._dbInfo.storeName),O=S.clear();E.oncomplete=function(){g()},E.onabort=E.onerror=function(){var k=O.error?O.error:O.transaction.error;y(k)}}catch(k){y(k)}})}).catch(y)});return f(u,c),u}function Nu(c){var m=this,u=new p(function(g,y){m.ready().then(function(){ze(m._dbInfo,j,function(v,E){if(v)return y(v);try{var S=E.objectStore(m._dbInfo.storeName),O=S.count();O.onsuccess=function(){g(O.result)},O.onerror=function(){y(O.error)}}catch(k){y(k)}})}).catch(y)});return f(u,c),u}function Uu(c,m){var u=this,g=new p(function(y,v){if(c<0){y(null);return}u.ready().then(function(){ze(u._dbInfo,j,function(E,S){if(E)return v(E);try{var O=S.objectStore(u._dbInfo.storeName),k=!1,P=O.openKeyCursor();P.onsuccess=function(){var U=P.result;if(!U){y(null);return}c===0||k?y(U.key):(k=!0,U.advance(c))},P.onerror=function(){v(P.error)}}catch(U){v(U)}})}).catch(v)});return f(g,m),g}function Bu(c){var m=this,u=new p(function(g,y){m.ready().then(function(){ze(m._dbInfo,j,function(v,E){if(v)return y(v);try{var S=E.objectStore(m._dbInfo.storeName),O=S.openKeyCursor(),k=[];O.onsuccess=function(){var P=O.result;if(!P){g(k);return}k.push(P.key),P.continue()},O.onerror=function(){y(O.error)}}catch(P){y(P)}})}).catch(y)});return f(u,c),u}function Mu(c,m){m=C.apply(this,arguments);var u=this.config();c=typeof c!="function"&&c||{},c.name||(c.name=c.name||u.name,c.storeName=c.storeName||u.storeName);var g=this,y;if(!c.name)y=p.reject("Invalid arguments");else{var v=c.name===u.name&&g._dbInfo.db,E=v?p.resolve(g._dbInfo.db):Ke(c).then(function(S){var O=D[c.name],k=O.forages;O.db=S;for(var P=0;P<k.length;P++)k[P]._dbInfo.db=S;return S});c.storeName?y=E.then(function(S){if(S.objectStoreNames.contains(c.storeName)){var O=S.version+1;K(c);var k=D[c.name],P=k.forages;S.close();for(var U=0;U<P.length;U++){var F=P[U];F._dbInfo.db=null,F._dbInfo.version=O}var W=new p(function(X,ce){var oe=d.open(c.name,O);oe.onerror=function(Be){var en=oe.result;en.close(),ce(Be)},oe.onupgradeneeded=function(){var Be=oe.result;Be.deleteObjectStore(c.storeName)},oe.onsuccess=function(){var Be=oe.result;Be.close(),X(Be)}});return W.then(function(X){k.db=X;for(var ce=0;ce<P.length;ce++){var oe=P[ce];oe._dbInfo.db=X,z(oe._dbInfo)}}).catch(function(X){throw(te(c,X)||p.resolve()).catch(function(){}),X})}}):y=E.then(function(S){K(c);var O=D[c.name],k=O.forages;S.close();for(var P=0;P<k.length;P++){var U=k[P];U._dbInfo.db=null}var F=new p(function(W,X){var ce=d.deleteDatabase(c.name);ce.onerror=function(){var oe=ce.result;oe&&oe.close(),X(ce.error)},ce.onblocked=function(){console.warn('dropInstance blocked for database "'+c.name+'" until all open connections are closed')},ce.onsuccess=function(){var oe=ce.result;oe&&oe.close(),W(oe)}});return F.then(function(W){O.db=W;for(var X=0;X<k.length;X++){var ce=k[X];z(ce._dbInfo)}}).catch(function(W){throw(te(c,W)||p.resolve()).catch(function(){}),W})})}return f(y,m),y}var Gu={_driver:"asyncStorage",_initStorage:ku,_support:_(),iterate:xu,getItem:Tu,setItem:Pu,removeItem:Lu,clear:Du,length:Nu,key:Uu,keys:Bu,dropInstance:Mu};function Ju(){return typeof openDatabase=="function"}var lt="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Fu="~~local_forage_type~",Bo=/^~~local_forage_type~([^~]+)~/,Un="__lfsc__:",ma=Un.length,pa="arbf",va="blob",Mo="si08",Go="ui08",Jo="uic8",Fo="si16",Ho="si32",qo="ur16",jo="ui32",Vo="fl32",$o="fl64",Wo=ma+pa.length,Ko=Object.prototype.toString;function zo(c){var m=c.length*.75,u=c.length,g,y=0,v,E,S,O;c[c.length-1]==="="&&(m--,c[c.length-2]==="="&&m--);var k=new ArrayBuffer(m),P=new Uint8Array(k);for(g=0;g<u;g+=4)v=lt.indexOf(c[g]),E=lt.indexOf(c[g+1]),S=lt.indexOf(c[g+2]),O=lt.indexOf(c[g+3]),P[y++]=v<<2|E>>4,P[y++]=(E&15)<<4|S>>2,P[y++]=(S&3)<<6|O&63;return k}function ga(c){var m=new Uint8Array(c),u="",g;for(g=0;g<m.length;g+=3)u+=lt[m[g]>>2],u+=lt[(m[g]&3)<<4|m[g+1]>>4],u+=lt[(m[g+1]&15)<<2|m[g+2]>>6],u+=lt[m[g+2]&63];return m.length%3===2?u=u.substring(0,u.length-1)+"=":m.length%3===1&&(u=u.substring(0,u.length-2)+"=="),u}function Hu(c,m){var u="";if(c&&(u=Ko.call(c)),c&&(u==="[object ArrayBuffer]"||c.buffer&&Ko.call(c.buffer)==="[object ArrayBuffer]")){var g,y=Un;c instanceof ArrayBuffer?(g=c,y+=pa):(g=c.buffer,u==="[object Int8Array]"?y+=Mo:u==="[object Uint8Array]"?y+=Go:u==="[object Uint8ClampedArray]"?y+=Jo:u==="[object Int16Array]"?y+=Fo:u==="[object Uint16Array]"?y+=qo:u==="[object Int32Array]"?y+=Ho:u==="[object Uint32Array]"?y+=jo:u==="[object Float32Array]"?y+=Vo:u==="[object Float64Array]"?y+=$o:m(new Error("Failed to get type for BinaryArray"))),m(y+ga(g))}else if(u==="[object Blob]"){var v=new FileReader;v.onload=function(){var E=Fu+c.type+"~"+ga(this.result);m(Un+va+E)},v.readAsArrayBuffer(c)}else try{m(JSON.stringify(c))}catch(E){console.error("Couldn't convert value into a JSON string: ",c),m(null,E)}}function qu(c){if(c.substring(0,ma)!==Un)return JSON.parse(c);var m=c.substring(Wo),u=c.substring(ma,Wo),g;if(u===va&&Bo.test(m)){var y=m.match(Bo);g=y[1],m=m.substring(y[0].length)}var v=zo(m);switch(u){case pa:return v;case va:return h([v],{type:g});case Mo:return new Int8Array(v);case Go:return new Uint8Array(v);case Jo:return new Uint8ClampedArray(v);case Fo:return new Int16Array(v);case qo:return new Uint16Array(v);case Ho:return new Int32Array(v);case jo:return new Uint32Array(v);case Vo:return new Float32Array(v);case $o:return new Float64Array(v);default:throw new Error("Unkown type: "+u)}}var _a={serialize:Hu,deserialize:qu,stringToBuffer:zo,bufferToString:ga};function Xo(c,m,u,g){c.executeSql("CREATE TABLE IF NOT EXISTS "+m.storeName+" (id INTEGER PRIMARY KEY, key unique, value)",[],u,g)}function ju(c){var m=this,u={db:null};if(c)for(var g in c)u[g]=typeof c[g]!="string"?c[g].toString():c[g];var y=new p(function(v,E){try{u.db=openDatabase(u.name,String(u.version),u.description,u.size)}catch(S){return E(S)}u.db.transaction(function(S){Xo(S,u,function(){m._dbInfo=u,v()},function(O,k){E(k)})},E)});return u.serializer=_a,y}function ct(c,m,u,g,y,v){c.executeSql(u,g,y,function(E,S){S.code===S.SYNTAX_ERR?E.executeSql("SELECT name FROM sqlite_master WHERE type='table' AND name = ?",[m.storeName],function(O,k){k.rows.length?v(O,S):Xo(O,m,function(){O.executeSql(u,g,y,v)},v)},v):v(E,S)},v)}function Vu(c,m){var u=this;c=A(c);var g=new p(function(y,v){u.ready().then(function(){var E=u._dbInfo;E.db.transaction(function(S){ct(S,E,"SELECT * FROM "+E.storeName+" WHERE key = ? LIMIT 1",[c],function(O,k){var P=k.rows.length?k.rows.item(0).value:null;P&&(P=E.serializer.deserialize(P)),y(P)},function(O,k){v(k)})})}).catch(v)});return f(g,m),g}function $u(c,m){var u=this,g=new p(function(y,v){u.ready().then(function(){var E=u._dbInfo;E.db.transaction(function(S){ct(S,E,"SELECT * FROM "+E.storeName,[],function(O,k){for(var P=k.rows,U=P.length,F=0;F<U;F++){var W=P.item(F),X=W.value;if(X&&(X=E.serializer.deserialize(X)),X=c(X,W.key,F+1),X!==void 0){y(X);return}}y()},function(O,k){v(k)})})}).catch(v)});return f(g,m),g}function Yo(c,m,u,g){var y=this;c=A(c);var v=new p(function(E,S){y.ready().then(function(){m===void 0&&(m=null);var O=m,k=y._dbInfo;k.serializer.serialize(m,function(P,U){U?S(U):k.db.transaction(function(F){ct(F,k,"INSERT OR REPLACE INTO "+k.storeName+" (key, value) VALUES (?, ?)",[c,P],function(){E(O)},function(W,X){S(X)})},function(F){if(F.code===F.QUOTA_ERR){if(g>0){E(Yo.apply(y,[c,O,u,g-1]));return}S(F)}})})}).catch(S)});return f(v,u),v}function Wu(c,m,u){return Yo.apply(this,[c,m,u,1])}function Ku(c,m){var u=this;c=A(c);var g=new p(function(y,v){u.ready().then(function(){var E=u._dbInfo;E.db.transaction(function(S){ct(S,E,"DELETE FROM "+E.storeName+" WHERE key = ?",[c],function(){y()},function(O,k){v(k)})})}).catch(v)});return f(g,m),g}function zu(c){var m=this,u=new p(function(g,y){m.ready().then(function(){var v=m._dbInfo;v.db.transaction(function(E){ct(E,v,"DELETE FROM "+v.storeName,[],function(){g()},function(S,O){y(O)})})}).catch(y)});return f(u,c),u}function Xu(c){var m=this,u=new p(function(g,y){m.ready().then(function(){var v=m._dbInfo;v.db.transaction(function(E){ct(E,v,"SELECT COUNT(key) as c FROM "+v.storeName,[],function(S,O){var k=O.rows.item(0).c;g(k)},function(S,O){y(O)})})}).catch(y)});return f(u,c),u}function Yu(c,m){var u=this,g=new p(function(y,v){u.ready().then(function(){var E=u._dbInfo;E.db.transaction(function(S){ct(S,E,"SELECT key FROM "+E.storeName+" WHERE id = ? LIMIT 1",[c+1],function(O,k){var P=k.rows.length?k.rows.item(0).key:null;y(P)},function(O,k){v(k)})})}).catch(v)});return f(g,m),g}function Qu(c){var m=this,u=new p(function(g,y){m.ready().then(function(){var v=m._dbInfo;v.db.transaction(function(E){ct(E,v,"SELECT key FROM "+v.storeName,[],function(S,O){for(var k=[],P=0;P<O.rows.length;P++)k.push(O.rows.item(P).key);g(k)},function(S,O){y(O)})})}).catch(y)});return f(u,c),u}function Zu(c){return new p(function(m,u){c.transaction(function(g){g.executeSql("SELECT name FROM sqlite_master WHERE type='table' AND name <> '__WebKitDatabaseInfoTable__'",[],function(y,v){for(var E=[],S=0;S<v.rows.length;S++)E.push(v.rows.item(S).name);m({db:c,storeNames:E})},function(y,v){u(v)})},function(g){u(g)})})}function ed(c,m){m=C.apply(this,arguments);var u=this.config();c=typeof c!="function"&&c||{},c.name||(c.name=c.name||u.name,c.storeName=c.storeName||u.storeName);var g=this,y;return c.name?y=new p(function(v){var E;c.name===u.name?E=g._dbInfo.db:E=openDatabase(c.name,"","",0),c.storeName?v({db:E,storeNames:[c.storeName]}):v(Zu(E))}).then(function(v){return new p(function(E,S){v.db.transaction(function(O){function k(W){return new p(function(X,ce){O.executeSql("DROP TABLE IF EXISTS "+W,[],function(){X()},function(oe,Be){ce(Be)})})}for(var P=[],U=0,F=v.storeNames.length;U<F;U++)P.push(k(v.storeNames[U]));p.all(P).then(function(){E()}).catch(function(W){S(W)})},function(O){S(O)})})}):y=p.reject("Invalid arguments"),f(y,m),y}var td={_driver:"webSQLStorage",_initStorage:ju,_support:Ju(),iterate:$u,getItem:Vu,setItem:Wu,removeItem:Ku,clear:zu,length:Xu,key:Yu,keys:Qu,dropInstance:ed};function nd(){try{return typeof localStorage!="undefined"&&"setItem"in localStorage&&!!localStorage.setItem}catch(c){return!1}}function Qo(c,m){var u=c.name+"/";return c.storeName!==m.storeName&&(u+=c.storeName+"/"),u}function rd(){var c="_localforage_support_test";try{return localStorage.setItem(c,!0),localStorage.removeItem(c),!1}catch(m){return!0}}function ad(){return!rd()||localStorage.length>0}function id(c){var m=this,u={};if(c)for(var g in c)u[g]=c[g];return u.keyPrefix=Qo(c,m._defaultConfig),ad()?(m._dbInfo=u,u.serializer=_a,p.resolve()):p.reject()}function od(c){var m=this,u=m.ready().then(function(){for(var g=m._dbInfo.keyPrefix,y=localStorage.length-1;y>=0;y--){var v=localStorage.key(y);v.indexOf(g)===0&&localStorage.removeItem(v)}});return f(u,c),u}function sd(c,m){var u=this;c=A(c);var g=u.ready().then(function(){var y=u._dbInfo,v=localStorage.getItem(y.keyPrefix+c);return v&&(v=y.serializer.deserialize(v)),v});return f(g,m),g}function ld(c,m){var u=this,g=u.ready().then(function(){for(var y=u._dbInfo,v=y.keyPrefix,E=v.length,S=localStorage.length,O=1,k=0;k<S;k++){var P=localStorage.key(k);if(P.indexOf(v)===0){var U=localStorage.getItem(P);if(U&&(U=y.serializer.deserialize(U)),U=c(U,P.substring(E),O++),U!==void 0)return U}}});return f(g,m),g}function cd(c,m){var u=this,g=u.ready().then(function(){var y=u._dbInfo,v;try{v=localStorage.key(c)}catch(E){v=null}return v&&(v=v.substring(y.keyPrefix.length)),v});return f(g,m),g}function ud(c){var m=this,u=m.ready().then(function(){for(var g=m._dbInfo,y=localStorage.length,v=[],E=0;E<y;E++){var S=localStorage.key(E);S.indexOf(g.keyPrefix)===0&&v.push(S.substring(g.keyPrefix.length))}return v});return f(u,c),u}function dd(c){var m=this,u=m.keys().then(function(g){return g.length});return f(u,c),u}function fd(c,m){var u=this;c=A(c);var g=u.ready().then(function(){var y=u._dbInfo;localStorage.removeItem(y.keyPrefix+c)});return f(g,m),g}function hd(c,m,u){var g=this;c=A(c);var y=g.ready().then(function(){m===void 0&&(m=null);var v=m;return new p(function(E,S){var O=g._dbInfo;O.serializer.serialize(m,function(k,P){if(P)S(P);else try{localStorage.setItem(O.keyPrefix+c,k),E(v)}catch(U){(U.name==="QuotaExceededError"||U.name==="NS_ERROR_DOM_QUOTA_REACHED")&&S(U),S(U)}})})});return f(y,u),y}function md(c,m){if(m=C.apply(this,arguments),c=typeof c!="function"&&c||{},!c.name){var u=this.config();c.name=c.name||u.name,c.storeName=c.storeName||u.storeName}var g=this,y;return c.name?y=new p(function(v){c.storeName?v(Qo(c,g._defaultConfig)):v(c.name+"/")}).then(function(v){for(var E=localStorage.length-1;E>=0;E--){var S=localStorage.key(E);S.indexOf(v)===0&&localStorage.removeItem(S)}}):y=p.reject("Invalid arguments"),f(y,m),y}var pd={_driver:"localStorageWrapper",_initStorage:id,_support:nd(),iterate:ld,getItem:sd,setItem:hd,removeItem:fd,clear:od,length:dd,key:cd,keys:ud,dropInstance:md},vd=function(m,u){return m===u||typeof m=="number"&&typeof u=="number"&&isNaN(m)&&isNaN(u)},gd=function(m,u){for(var g=m.length,y=0;y<g;){if(vd(m[y],u))return!0;y++}return!1},Zo=Array.isArray||function(c){return Object.prototype.toString.call(c)==="[object Array]"},Zt={},es={},kt={INDEXEDDB:Gu,WEBSQL:td,LOCALSTORAGE:pd},_d=[kt.INDEXEDDB._driver,kt.WEBSQL._driver,kt.LOCALSTORAGE._driver],Bn=["dropInstance"],ya=["clear","getItem","iterate","key","keys","length","removeItem","setItem"].concat(Bn),yd={description:"",driver:_d.slice(),name:"localforage",size:4980736,storeName:"keyvaluepairs",version:1};function wd(c,m){c[m]=function(){var u=arguments;return c.ready().then(function(){return c[m].apply(c,u)})}}function wa(){for(var c=1;c<arguments.length;c++){var m=arguments[c];if(m)for(var u in m)m.hasOwnProperty(u)&&(Zo(m[u])?arguments[0][u]=m[u].slice():arguments[0][u]=m[u])}return arguments[0]}var bd=function(){function c(m){s(this,c);for(var u in kt)if(kt.hasOwnProperty(u)){var g=kt[u],y=g._driver;this[u]=y,Zt[y]||this.defineDriver(g)}this._defaultConfig=wa({},yd),this._config=wa({},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 c.prototype.config=function(u){if((typeof u=="undefined"?"undefined":o(u))==="object"){if(this._ready)return new Error("Can't call config() after localforage has been used.");for(var g in u){if(g==="storeName"&&(u[g]=u[g].replace(/\W/g,"_")),g==="version"&&typeof u[g]!="number")return new Error("Database version must be a number.");this._config[g]=u[g]}return"driver"in u&&u.driver?this.setDriver(this._config.driver):!0}else return typeof u=="string"?this._config[u]:this._config},c.prototype.defineDriver=function(u,g,y){var v=new p(function(E,S){try{var O=u._driver,k=new Error("Custom driver not compliant; see https://mozilla.github.io/localForage/#definedriver");if(!u._driver){S(k);return}for(var P=ya.concat("_initStorage"),U=0,F=P.length;U<F;U++){var W=P[U],X=!gd(Bn,W);if((X||u[W])&&typeof u[W]!="function"){S(k);return}}var ce=function(){for(var en=function(Ad){return function(){var Sd=new Error("Method "+Ad+" is not implemented by the current driver"),ts=p.reject(Sd);return f(ts,arguments[arguments.length-1]),ts}},ba=0,Id=Bn.length;ba<Id;ba++){var Ea=Bn[ba];u[Ea]||(u[Ea]=en(Ea))}};ce();var oe=function(en){Zt[O]&&console.info("Redefining LocalForage driver: "+O),Zt[O]=u,es[O]=en,E()};"_support"in u?u._support&&typeof u._support=="function"?u._support().then(oe,S):oe(!!u._support):oe(!0)}catch(Be){S(Be)}});return w(v,g,y),v},c.prototype.driver=function(){return this._driver||null},c.prototype.getDriver=function(u,g,y){var v=Zt[u]?p.resolve(Zt[u]):p.reject(new Error("Driver not found."));return w(v,g,y),v},c.prototype.getSerializer=function(u){var g=p.resolve(_a);return w(g,u),g},c.prototype.ready=function(u){var g=this,y=g._driverSet.then(function(){return g._ready===null&&(g._ready=g._initDriver()),g._ready});return w(y,u,u),y},c.prototype.setDriver=function(u,g,y){var v=this;Zo(u)||(u=[u]);var E=this._getSupportedDrivers(u);function S(){v._config.driver=v.driver()}function O(U){return v._extend(U),S(),v._ready=v._initStorage(v._config),v._ready}function k(U){return function(){var F=0;function W(){for(;F<U.length;){var X=U[F];return F++,v._dbInfo=null,v._ready=null,v.getDriver(X).then(O).catch(W)}S();var ce=new Error("No available storage method found.");return v._driverSet=p.reject(ce),v._driverSet}return W()}}var P=this._driverSet!==null?this._driverSet.catch(function(){return p.resolve()}):p.resolve();return this._driverSet=P.then(function(){var U=E[0];return v._dbInfo=null,v._ready=null,v.getDriver(U).then(function(F){v._driver=F._driver,S(),v._wrapLibraryMethodsWithReady(),v._initDriver=k(E)})}).catch(function(){S();var U=new Error("No available storage method found.");return v._driverSet=p.reject(U),v._driverSet}),w(this._driverSet,g,y),this._driverSet},c.prototype.supports=function(u){return!!es[u]},c.prototype._extend=function(u){wa(this,u)},c.prototype._getSupportedDrivers=function(u){for(var g=[],y=0,v=u.length;y<v;y++){var E=u[y];this.supports(E)&&g.push(E)}return g},c.prototype._wrapLibraryMethodsWithReady=function(){for(var u=0,g=ya.length;u<g;u++)wd(this,ya[u])},c.prototype.createInstance=function(u){return new c(u)},c}(),Ed=new bd;a.exports=Ed},{3:3}]},{},[4])(4)})});var al=Sa(gr=>{"use strict";G();sn();dt();var pi=(e,t)=>{window.parent&&window.parent.postMessage({type:e,data:t},"*")},vi=ge(),Vf=et("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=>I(gr,null,function*(){let{levelId:t,duration:n,rating:r,score:a,variation:i}=e;Pe.info("onLevelFinished",n,r,a,i),pi("JOLIBOX_GAME_TASK_LEVEL_FINISHED",{levelId:t,duration:n,rating:r,score:a,variation:i}),yield Promise.all([Qe.reporter({event:"COMPLETE_GAME_LEVEL",extraParams:{inGameInfo:{levelId:t,duration:n,rating:r,score:a}}}),Qe.tracker("LevelFinished",{levelId:t,duration:n,rating:r,score:a,variation:i})])})}),$f=et("gamePlayEnded",{paramsSchema:J.tuple(J.object({duration:J.number().optional(),rating:J.number().optional(),score:J.number(),variation:J.string().optional()})),implement:e=>I(gr,null,function*(){let{duration:t,rating:n,score:r,variation:a}=e;Pe.info("onGamePlayEnded",t,n,r,a),pi("JOLIBOX_GAME_TASK_GAME_PLAY_ENDED",{duration:t,rating:n,score:r,variation:a}),yield Promise.all([Qe.tracker("GamePlayEnded",{duration:t,rating:n,score:r,variation:a}),Qe.reporter({event:"GAME_ENDED",extraParams:{inGameInfo:{duration:t,rating:n,score:r}}})])})}),Wf=et("levelUpgrade",{paramsSchema:J.tuple(J.object({levelId:J.or(J.string(),J.number()),name:J.string().optional()})),implement:n=>I(gr,[n],function*({levelId:e,name:t}){Pe.info("onLevelUpgrade",e,t),pi("JOLIBOX_GAME_TASK_LEVEL_UPGRADE",{levelId:e,name:t}),yield Promise.all([Qe.tracker("LevelUpgrade",{name:t,levelId:e}),Qe.reporter({event:"GAME_LEVEL_UP",extraParams:{inGameInfo:{levelId:e,levelName:t}}})])})});vi.registerCommand("TaskTrackerSDK.levelFinished",Vf);vi.registerCommand("TaskTrackerSDK.gamePlayEnded",$f);vi.registerCommand("TaskTrackerSDK.levelUpgrade",Wf);_e("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"}}});_e("TaskTrackerSDK.onGamePlayEnded",{version:"1.1.25",properties:{params:{duration:"1.1.25",rating:"1.1.25",score:"1.1.25",variation:"1.1.50"}}});_e("TaskTrackerSDK.onLevelUpgrade",{version:"1.1.25",properties:{params:{levelId:"1.1.25",name:"1.1.25"}}})});var qe,Nt,il,gi,Kf,bt,_r=ee(()=>{"use strict";qe=(e,t)=>{var n;window.dispatchEvent(new CustomEvent(e,{detail:t})),(n=window.parent)==null||n.postMessage({type:e,data:{detail:t}},"*")},Nt=new Map,il=e=>{if(e.source===window.parent)try{let t=e.data;if(t&&t.type){let n=Nt.get(t.type);n&&n.forEach(r=>{try{r(t.data)}catch(a){console.warn("Callback execution failed:",a)}})}}catch(t){console.warn("Failed to parse message:",t)}},gi=!1,Kf=()=>{gi||(window.addEventListener("message",il),gi=!0)},bt=(e,t)=>{Kf(),Nt.has(e)||Nt.set(e,new Set);let n=Nt.get(e);return n.add(t),()=>{n.delete(t),n.size===0&&Nt.delete(e),Nt.size===0&&(window.removeEventListener("message",il),gi=!1)}}});var yr,wr,br,Er,Ir,_i,Ar,Sr,Cr,Rr,Ut,zf,Y,tt,nt,Ce=ee(()=>{"use strict";G();yr="UNLOCK_OPTIONS_CHANGED",wr="INVOKE_PAYMENT",br="ON_PAYMENT_RESULT",Er="ON_USE_MODAL_EVENT",Ir="ON_USE_MODAL_RESULT",_i="ON_USE_MODAL_FREQUENCY",Ar="ON_USE_UNLOGIN_MODAL_EVENT",Sr="INVOKE_UNLOGIN_MODAL_EVENT",Cr="INVOKE_SUBSCRIPTION_EVENT",Rr="ON_USE_SUBSCRIPTION_RESULT",Ut=new He,zf=()=>({on:Ut.on.bind(Ut),off:Ut.off.bind(Ut),emit:Ut.emit.bind(Ut)}),Y=zf(),tt={charge:{dailyMaxPopUps:2,minInterval:8*60*60*1e3},useJolicoin:{dailyMaxPopUps:2,minInterval:8*60*60*1e3}},nt={show:!0,minInterval:8*60*60*1e3}});var ou=Sa(sa=>{"use strict";ue();Ce();_r();G();var iu={USE_COIN:"CONFIRM",ADS:"FAILED",CANCEL:"CANCEL"};bt("ON_JOLIBOX_JOLI_COIN_USE_RESULT",e=>{console.log("onCustomEvent ON_JOLIBOX_JOLI_COIN_USE_RESULT",iu[e.result],e.result),Y.emit(Ir,{useModalResult:iu[e.result]})});Y.on(Er,(e,t)=>{var n;e=="ADS-JOLI_GEM"||e=="JOLI_GEM"||qe("JOLIBOX_JOLI_COIN_USE_EVENT",{JOLI_COIN:{quantity:t.quantity,balance:t.userCurrency.balance,enableAutoDeduct:t.enableAutoDeduct},type:e,sequenceId:(n=t.sequenceId)!=null?n:Ge()})});bt("ON_JOLIBOX_TOPUP_JOLI_COIN_RESULT",e=>{Y.emit(br,{paymentResult:e.result=="ADS"?"FAILED":e.result,userJoliCoin:e.joliCoin,currency:"JOLI_COIN"})});Y.on(wr,(e,t)=>I(sa,null,function*(){var n;e=="ADS-JOLI_GEM"||e=="JOLI_GEM"||qe("JOLIBOX_TOPUP_EVENT",{JOLI_COIN:{quantity:t.quantity,balance:t.userCurrency.balance,enableAutoDeduct:t.enableAutoDeduct},type:e,sequenceId:(n=t.sequenceId)!=null?n:Ge()})}));bt("ON_JOLIBOX_JOLI_UNLOGIN_MODAL_RESULT_EVENT",e=>{var t,n,r,a,i;Y.emit(Ar,{result:e.result=="ADS"?"FAILED":e.result,rewards:{claimedRewardValue:(a=(r=(n=(t=e.extra)==null?void 0:t.firstLogin)==null?void 0:n.reward)==null?void 0:r.rewardValue)!=null?a:0,isFirstLogin:(i=e.isFirstLogin)!=null?i:!1}}),e.result==="SUCCESS"&&L.onEnvConfigChanged({hostUserInfo:{isLogin:!0}})});Y.on(Sr,e=>I(sa,null,function*(){e=="ADS-JOLI_GEM"||e=="JOLI_GEM"||qe("JOLIBOX_JOLI_UNLOGIN_MODAL_EVENT",{sequenceId:Ge(),type:e})}));bt("ON_JOLIBOX_SUB_RESULT_EVENT",e=>{console.log("----on custom event ON_JOLIBOX_SUB_RESULT_EVENT-----",e),Y.emit(Rr,{result:e.result})});Y.on(Cr,e=>I(sa,null,function*(){console.log("----notify custom event-----",e),qe("JOLIBOX_SUB_EVENT",{sequenceId:Ge()})}))});dt();ue();sn();G();var Zs=ge(),kf="env",Tf="getSystemInfoSync",xf=()=>{var a,i,o,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:(a=L.hostInfo)==null?void 0:a.appName,SDKVersion:L.sdkInfo.nativeSDKVersion},t=(i=L.hostInfo)==null?void 0:i.version;t&&(e=Ee(q({},e),{version:t}));let n=(o=L.hostInfo)==null?void 0:o.appName;n&&(e=Ee(q({},e),{appName:n}));let r=(s=L.sdkInfo)==null?void 0:s.jssdkVersion;return r&&(e=Ee(q({},e),{SDKVersion:r})),e},Pf=wt(Tf,{implement:xf}),Lf=wt(kf,{implement:()=>Ee(q({},L.hostInfo),{sdkInfo:L.sdkInfo,platform:L.platform,deviceInfo:L.deviceInfo})});Zs.registerCommand("API.env",Lf);Zs.registerCommand("API.getSystemInfoSync",Pf);_e("env",{version:"1.0.0"});_e("getSystemInfoSync",{version:"1.0.0"});G();sn();Xe();dt();var Df="onJoliboxShow",Nf="onJoliboxHide",Uf="onReady",di=ge(),fi=bs(Le),ui=!0,ln=!0,hr=0,mr=ri;function Bf(){let e=Date.now();if(e-hr<100)return;hr=e;let t=document.visibilityState==="visible";t!==ui&&(ui=t,mr.emit("visible",ui))}function el(e){let t=Date.now();t-hr<100||(hr=t,e==="focus"&&!ln?ln=!0:e==="blur"&&ln&&(ln=!1),mr.emit("visible",ln))}document.addEventListener("visibilitychange",Bf);window.addEventListener("focus",()=>el("focus"));window.addEventListener("blur",()=>el("blur"));var Mf=wt(Df,{paramsSchema:J.tuple(J.function()),implement(e){let t=fi(e);mr.on("visible",n=>{n&&t()})}}),Gf=wt(Nf,{paramsSchema:J.tuple(J.function()),implement(e){let t=fi(e);mr.on("visible",n=>{!n&&t()})}}),Jf=wt(Uf,{paramsSchema:J.tuple(J.function()),implement(e){let t=fi(e);ut.on("LifecycleEvent.onReady",n=>{t(n)})}});di.registerCommand("LifecycleSDK.onReady",Jf);di.registerCommand("LifecycleSDK.onJoliboxShow",Mf);di.registerCommand("LifecycleSDK.onJoliboxHide",Gf);_e("lifeCycle.onReady",{version:"1.0.0"});_e("lifeCycle.onJoliboxShow",{version:"1.0.0"});_e("lifeCycle.onJoliboxHide",{version:"1.0.0"});sn();G();Lt();ue();var rl=Ca(nl());var pr=ge(),mi=class{constructor(){this.httpClient=Je.create({baseUrl:Pt(L.testMode)});this.getGameId=()=>L.mpId;this.getItem=t=>I(this,null,function*(){let{code:n,data:r,message:a}=yield this.httpClient.get(`/api/games/user-storage/${this.gameId}`,{query:{key:t}}),i=r==null?void 0:r.value,o=a;return n!=="SUCCESS"&&(i=yield this.gameStore.getItem(t),console.info("[SDK] cloud storage getItem failed, read from localstorage",i),o+="fallback to localstorage"),{code:n,message:o,data:i&&i!=="undefined"?i:null}});this.setItem=(t,n)=>I(this,null,function*(){let r=typeof n=="string"?n:String(n),{code:a,message:i}=yield this.httpClient.post(`/api/games/user-storage/${this.gameId}`,{data:{key:t,value:r}});return yield this.gameStore.setItem(t,r),{code:a,message:i}});this.removeItem=t=>I(this,null,function*(){yield this.gameStore.removeItem(t);let{code:n,message:r}=yield this.httpClient.post(`/api/games/user-storage/${this.gameId}/remove`,{data:{key:t}});return{code:n,message:r}});this.clear=()=>I(this,null,function*(){yield this.gameStore.clear();let{code:t,message:n}=yield this.httpClient.post(`/api/games/user-storage/${this.gameId}/clear`,{});return{code:t,message:n}});this.gameId=this.getGameId(),this.gameStore=rl.default.createInstance({name:this.gameId.length?this.gameId:"default"})}},vr=new mi,Ff=et("getLocalStorage",{paramsSchema:J.tuple(J.string()),implement(e){return I(this,null,function*(){return yield vr.getItem(e)})}});pr.registerCommand("StorageSDK.getItem",Ff);_e("storage.getItem",{version:"1.0.0",properties:{key:"1.0.0",value:"1.0.0"}});var Hf=et("setStorage",{paramsSchema:J.tuple(J.string(),J.or(J.string(),J.boolean(),J.number())),implement(e,t){return I(this,null,function*(){return yield vr.setItem(e,t)})}});pr.registerCommand("StorageSDK.setItem",Hf);_e("storage.setItem",{version:"1.0.0",properties:{key:"1.0.0",value:"1.0.0"}});var qf=et("removeStorage",{paramsSchema:J.tuple(J.string()),implement(e){return I(this,null,function*(){return yield vr.removeItem(e)})}});pr.registerCommand("StorageSDK.removeItem",qf);_e("storage.removeItem",{version:"1.0.0",properties:{key:"1.0.0"}});var jf=et("clearStorage",{implement(){return I(this,null,function*(){return yield vr.clear()})}});pr.registerCommand("StorageSDK.clear",jf);_e("storage.clear",{version:"1.0.0"});var tI=Ca(al());dt();G();Lt();_r();ue();Ce();var ol=L.testMode;function sl(){let e=new Map,t,n;return{registerRewardHandler(a,i){e.set(a,i)},handleReward(a,...i){return I(this,null,function*(){return yield a.reduce((s,l)=>I(this,null,function*(){let d=yield s;if(d===!0)return!0;ol&&console.log(`handleReward ${l}`);let _=e.get(l),h=_?yield _(...i):d;return ol&&console.log(`handleReward ${l} ${h}`),h}),Promise.resolve(!1))})},registerRewardsFetcher(a){return I(this,null,function*(){t=(...i)=>I(this,null,function*(){try{return yield a(...i)}catch(o){return console.error("getRewardOptions error:",o),["ADS"]}})})},registerRewardFrequencyConfigFetcher(a){return I(this,null,function*(){n=(...i)=>I(this,null,function*(){try{return yield a(...i)}catch(o){return console.error("getRewardOptions error:",o),{joliCoinUseAndCharge:tt,loginGuide:nt}}})})},getRewardsTypes(...a){return I(this,null,function*(){return t?yield t(...a):["ADS"]})},getRewardFrequencyConfig(...a){return I(this,null,function*(){return n?yield n(...a):{joliCoinUseAndCharge:tt,loginGuide:nt}})}}}G();var yi=class{constructor(t){this.httpClient=t}execute(t,n){return I(this,null,function*(){let r=(n==null?void 0:n.method)||"POST",a=(n==null?void 0:n.body)||{};return r==="GET"?yield this.httpClient.get(t,a):yield this.httpClient.post(t,a)})}extractCacheableData(t){var n,r,a;return{unlockOptions:((n=t.data)==null?void 0:n.unlockOptions)||[],joliCoin:((r=t.extra)==null?void 0:r.joliCoin)||{balance:0,enableAutoDeduct:!1},joliGem:((a=t.extra)==null?void 0:a.joliGem)||{balance:0,enableAutoDeduct:!1}}}mergeData(t,n){return{code:"SUCCESS",message:"success",data:{unlockOptions:t.unlockOptions},extra:{joliCoin:t.joliCoin||{balance:0,enableAutoDeduct:!1},joliGem:t.joliGem||{balance:0,enableAutoDeduct:!1}}}}processCachedData(t){return{code:"SUCCESS",message:"success from cache",data:{unlockOptions:t.unlockOptions},extra:{joliCoin:t.joliCoin,joliGem:t.joliGem}}}},wi=class{constructor(t){this.httpClient=t}execute(t,n){return I(this,null,function*(){let r=(n==null?void 0:n.method)||"GET",a=(n==null?void 0:n.body)||{};return r==="GET"?yield this.httpClient.get(t,a):yield this.httpClient.post(t,a)})}extractCacheableData(t){let n=t.data;return q({joliCoinUseAndCharge:n==null?void 0:n.joliCoinUseAndCharge,loginGuide:n==null?void 0:n.loginGuide},n)}processCachedData(t){return{code:"SUCCESS",message:"success from cache",data:t}}},Or=class{constructor(t){this.unlockOptionsService=new _t(new yi(t),{duration:30*60*1e3,timeout:1e3,keyGenerator:n=>n,consistencyChecker:(n,r)=>n.unlockOptions.length!==r.unlockOptions.length?!1:n.unlockOptions.every((a,i)=>{var s,l;let o=r.unlockOptions[i];return a.type===o.type&&((s=a.joliGemChoice)==null?void 0:s.joliGemQuantity)===((l=o.joliGemChoice)==null?void 0:l.joliGemQuantity)})}),this.globalConfigService=new _t(new wi(t),{duration:60*60*1e3,timeout:1e3,keyGenerator:n=>n})}getUnlockOptions(){return I(this,arguments,function*(t={}){return yield this.unlockOptionsService.request("/api/games/unlock-options",{endpoint:"/api/games/unlock-options",body:t,method:"POST"})})}getGlobalConfig(){return I(this,null,function*(){return yield this.globalConfigService.request("/api/fe-configs/web-common/global-config",{endpoint:"/api/fe-configs/web-common/global-config",method:"GET"})})}refreshUnlockOptions(){return I(this,arguments,function*(t={}){return yield this.unlockOptionsService.forceRequest("/api/games/unlock-options",{endpoint:"/api/games/unlock-options",body:t,method:"POST"})})}refreshGlobalConfig(){return I(this,null,function*(){return yield this.globalConfigService.forceRequest("/api/fe-configs/web-common/global-config",{endpoint:"/api/fe-configs/web-common/global-config",method:"GET"})})}warmupCache(){return I(this,null,function*(){yield Promise.all([this.unlockOptionsService.warmupCache("/api/games/unlock-options",{endpoint:"/api/games/unlock-options",method:"POST"}),this.globalConfigService.warmupCache("/api/fe-configs/web-common/global-config",{endpoint:"/api/fe-configs/web-common/global-config",method:"GET"})])})}clearAllCache(){this.unlockOptionsService.clearCache(),this.globalConfigService.clearCache()}getCacheStats(){return{unlockOptions:this.unlockOptionsService.getCacheStats(),globalConfig:this.globalConfigService.getCacheStats()}}clearExpiredCache(){this.unlockOptionsService.clearExpiredCache(),this.globalConfigService.clearExpiredCache()}};Ce();G();var Xf=()=>(e,t)=>{let n={SUBSCRIPTION:4,JOLI_GEM:3,JOLI_GEM_ONLY:3,JOLI_COIN:2,JOLI_COIN_ONLY:2,ADS:1};return n[t]-n[e]},Yf=e=>{if(!e.length)return["ADS"];if(e.includes("JOLI_GEM")){if(e.length===1)return["JOLI_GEM_ONLY"];if(e.includes("SUBSCRIPTION")&&e.length===2)return["SUBSCRIPTION","JOLI_GEM_ONLY"]}if(e.includes("JOLI_COIN")){if(e.length===1)return["JOLI_COIN_ONLY"];if(e.includes("SUBSCRIPTION")&&e.length===2)return["SUBSCRIPTION","JOLI_COIN_ONLY"]}return e.sort(Xf())},bi=null;function Ei(e){return bi||(bi=new Or(e)),bi}var Ii=e=>{e.registerRewardsFetcher(t=>I(void 0,null,function*(){var a,i,o,s,l;let n=["ADS"],r=Ei(t);try{let d=yield r.getUnlockOptions({});if(d.code!=="SUCCESS")return n;Y.emit(yr,{options:((a=d.data)==null?void 0:a.unlockOptions)||[],userJoliCoin:((i=d.extra)==null?void 0:i.joliCoin)||{balance:0,enableAutoDeduct:!1},userGem:((o=d.extra)==null?void 0:o.joliGem)||{balance:0,enableAutoDeduct:!1}});let _=((l=(s=d.data)==null?void 0:s.unlockOptions)==null?void 0:l.map(h=>h.type))||Array.from(n);return Yf(_)}catch(d){return console.error("getRewardOptions error (cached):",d),n}}))},Ai=e=>{e.registerRewardFrequencyConfigFetcher(t=>I(void 0,null,function*(){var r,a,i,o;let n=Ei(t);try{let s=yield n.getGlobalConfig();return Y.emit(_i,{joliCoinUseAndCharge:((r=s.data)==null?void 0:r.joliCoinUseAndCharge)||tt,loginGuide:((a=s.data)==null?void 0:a.loginGuide)||nt}),s.data&&ut.emit("onGlobalConfigChanged",{globalConfig:s.data}),{joliCoinUseAndCharge:((i=s.data)==null?void 0:i.joliCoinUseAndCharge)||tt,loginGuide:((o=s.data)==null?void 0:o.loginGuide)||nt}}catch(s){return console.error("getGlobalConfig error (cached):",s),Y.emit(_i,{joliCoinUseAndCharge:tt,loginGuide:nt}),ut.emit("onGlobalConfigChanged",{globalConfig:{joliCoinUseAndCharge:tt,loginGuide:nt}}),{joliCoinUseAndCharge:tt,loginGuide:nt}}}))};var Si=e=>I(void 0,null,function*(){yield Ei(e).warmupCache(),console.log("Reward cache warmed up")});var ll=e=>t=>I(void 0,null,function*(){try{console.log("trigger @jolibox/ads reward",t),yield e.adBreak(t)}catch(n){console.error("-----createAdsRewardHandler error-----",n)}return!0});Ce();function je(e,t){let n=null,r=null,a=null,i=()=>{if(a){n=Promise.resolve(a);return}n=new Promise(o=>{r=o})};return i(),e.on(t,(...o)=>{let s=o[0];a=s,r&&(r(s),r=null)}),{getData:()=>(n||i(),n),getCachedData:()=>a,clearCache:()=>{a=null,n=null},getFreshData:()=>(a=null,n=null,i(),n),updateData:o=>{if(a)return a=q(q({},a),o),n=Promise.resolve(a),r&&(r(a),r=null),a}}}Ce();var Re=je(Y,yr);ue();G();var Ci={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"}};G();var Me=ge();Ce();Ce();G();var Oi=class{constructor(t){this.httpClient=t}execute(t,n){return I(this,null,function*(){let r=(n==null?void 0:n.method)||"GET",a=(n==null?void 0:n.query)||{};return r==="GET"?yield this.httpClient.get(t,{query:a}):yield this.httpClient.post(t,{query:a})})}extractCacheableData(t){var n;return{balance:((n=t.data)==null?void 0:n.balance)||0,timestamp:Date.now()}}processCachedData(t){return{code:"SUCCESS",message:"success from cache",data:{balance:t.balance}}}},ki=class{constructor(t){this.balanceService=new _t(new Oi(t),{duration:20*60*1e3,timeout:1e3,keyGenerator:(n,r)=>{let a=r!=null&&r.query?JSON.stringify(r.query):"";return`${n}:${a}`}})}getBalance(t="JOLI_COIN"){return I(this,null,function*(){return(yield this.balanceService.request("/api/joli-coin/balance",{endpoint:"/api/joli-coin/balance",query:{type:t},method:"GET"})).data})}refreshBalance(t="JOLI_COIN"){return I(this,null,function*(){return(yield this.balanceService.forceRequest("/api/joli-coin/balance",{endpoint:"/api/joli-coin/balance",query:{type:t},method:"GET"})).data})}warmupBalance(t="JOLI_COIN"){return I(this,null,function*(){yield this.balanceService.warmupCache("/api/joli-coin/balance",{endpoint:"/api/joli-coin/balance",query:{type:t},method:"GET"})})}clearBalanceCache(){this.balanceService.clearCache()}getBalanceCacheStats(){return this.balanceService.getCacheStats()}clearExpiredCache(){this.balanceService.clearExpiredCache()}},Ri=null;function Ti(e){return Ri||(Ri=new ki(e)),Ri}var xi=(e,t="JOLI_COIN")=>I(void 0,null,function*(){return yield Ti(e).getBalance(t)}),cn=(e,t="JOLI_COIN")=>I(void 0,null,function*(){let r=yield Ti(e).refreshBalance(t);return console.log(`Balance cache refreshed for type: ${t}`),r}),kr=(e,t="JOLI_COIN")=>I(void 0,null,function*(){yield Ti(e).warmupBalance(t),console.log(`Balance cache warmed up for type: ${t}`)});G();var Li=class{constructor(t){this.httpClient=t}execute(t,n){return I(this,null,function*(){let r=(n==null?void 0:n.method)||"GET",a=(n==null?void 0:n.query)||{};return r==="GET"?yield this.httpClient.get(t,{query:a}):yield this.httpClient.post(t,{query:a})})}extractCacheableData(t){var n;return{balance:((n=t.data)==null?void 0:n.balance)||0,timestamp:Date.now()}}processCachedData(t){return{code:"SUCCESS",message:"success from cache",data:{balance:t.balance}}}},Di=class{constructor(t){this.gemBalanceService=new _t(new Li(t),{duration:20*60*1e3,timeout:1e3,keyGenerator:(n,r)=>{let a=r!=null&&r.query?JSON.stringify(r.query):"";return`${n}:${a}`}})}getGemBalance(t="GEM"){return I(this,null,function*(){return(yield this.gemBalanceService.request("/api/joli-gem/balance",{endpoint:"/api/joli-gem/balance",query:{type:t},method:"GET"})).data})}refreshGemBalance(t="GEM"){return I(this,null,function*(){return(yield this.gemBalanceService.forceRequest("/api/joli-gem/balance",{endpoint:"/api/joli-gem/balance",query:{type:t},method:"GET"})).data})}warmupGemBalance(t="GEM"){return I(this,null,function*(){yield this.gemBalanceService.warmupCache("/api/joli-gem/balance",{endpoint:"/api/joli-gem/balance",query:{type:t},method:"GET"})})}clearGemBalanceCache(){this.gemBalanceService.clearCache()}getGemBalanceCacheStats(){return this.gemBalanceService.getCacheStats()}clearExpiredCache(){this.gemBalanceService.clearExpiredCache()}},Pi=null;function cl(e){return Pi||(Pi=new Di(e)),Pi}var Ni=(e,t="GEM")=>I(void 0,null,function*(){return yield cl(e).getGemBalance(t)}),Tr=(e,t="GEM")=>I(void 0,null,function*(){let r=yield cl(e).refreshGemBalance(t);return console.log(`Gem balance cache refreshed for type: ${t}`),r});var un={JOLI_COIN:{fetchBalance:xi,getQuantity:e=>{var t,n,r;return(r=(n=(t=e==null?void 0:e.options)==null?void 0:t.find(a=>a.type==="JOLI_COIN"))==null?void 0:n.joliCoinChoices[0].joliCoinQuantity)!=null?r: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 n,r;return(r=(n=e==null?void 0:e.options)==null?void 0:n.some(a=>a.type==="JOLI_COIN"&&a.joliCoinChoices.some(i=>{var o;return i.joliCoinQuantity<=((o=t==null?void 0:t.balance)!=null?o:0)})))!=null?r:!1}},JOLI_GEM:{fetchBalance:Ni,getQuantity:e=>{var t,n,r,a;return(a=(r=(n=(t=e==null?void 0:e.options)==null?void 0:t.find(i=>i.type==="JOLI_GEM"))==null?void 0:n.joliGemChoice)==null?void 0:r.joliGemQuantity)!=null?a: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 r,a,i;let n=e==null?void 0:e.options.find(o=>o.type==="JOLI_GEM");return n?((a=(r=n.joliGemChoice)==null?void 0:r.joliGemQuantity)!=null?a:0)<=((i=t==null?void 0:t.balance)!=null?i:0):!1}}};var xr=(e,t,n)=>{let{showUnlockWithCurrencyModal:r}=n;Me.registerCommand(`Rewards.${e}.useJolicoin`,()=>I(void 0,null,function*(){let a=yield Re.getData(),i=un[t],o=i.getCurrentUser(a),s=i.getQuantity(a),l=!!(o!=null&&o.enableAutoDeduct);return console.log("-----unlockOptions usemodal-----",a,l,s),(yield r({enableAutoDeduct:l,userCurrency:o,quantity:s,currency:t}))!=="CONFIRM"?{result:"FAILED"}:{result:"SUCCESS"}}))},Et=(e,t)=>n=>I(void 0,null,function*(){let r=je(Y,Ir);return Y.emit(Er,e,{enableAutoDeduct:n.enableAutoDeduct,userCurrency:n.userCurrency,quantity:n.quantity,currency:n.currency,confirmButtonText:t.confirmButtonText,cancelButtonText:t.cancelButtonText}),(yield r.getFreshData()).useModalResult});Ce();Ce();var Pr=(e,t,n)=>{let{httpClient:r,initiateAndAwaitPayment:a}=n;Me.registerCommand(`Rewards.${e}.usePayment`,()=>I(void 0,null,function*(){var p;let i=yield Re.getData(),o=un[t],s=yield o.fetchBalance(r),l=o.getQuantity(i),d=o.getCurrentUser(i),_=o.createUpdatedUser((p=s==null?void 0:s.balance)!=null?p:0,d.enableAutoDeduct),h=o.getUpdateKey();if(Re.updateData({[h]:_}),console.log("-----unlockOptions payment-----",i,_,l,t),!o.isEnough(i,_)){let f=yield a({userCurrency:_,currencyQuantity:l,currency:t});return t==="JOLI_GEM"?Tr(r):cn(r),{result:f==="SUCCESS"?"SUCCESS":"FAILED"}}return{result:"CONTINUE"}}))},It=(e,t)=>n=>I(void 0,null,function*(){let r=je(Y,br);return Y.emit(wr,e,{userCurrency:n.userCurrency,quantity:n.currencyQuantity,currency:n.currency,enableAutoDeduct:n.userCurrency.enableAutoDeduct,confirmButtonText:t.confirmButtonText,cancelButtonText:t.cancelButtonText}),(yield r.getFreshData()).paymentResult});ue();Ce();Ce();G();var At=(e,t)=>n=>I(void 0,null,function*(){let r=je(Y,Ar);return Y.emit(Sr,e,{confirmButtonText:t.confirmButtonText,cancelButtonText:t.cancelButtonText,currency:n}),yield r.getFreshData()});var eh=(e,t,n,{handlers:{handleUnlockSuccess:r,handleUnlockFailed:a,unlockOptionsHandler:i,initiateAndAwaitPayment:o,showUnlockWithCurrencyModal:s,showUnloginModal:l}})=>{Pr(e,"JOLI_COIN",{httpClient:t,initiateAndAwaitPayment:o}),xr(e,"JOLI_COIN",{showUnlockWithCurrencyModal:s});let d=[`Rewards.${e}.usePayment`,`Rewards.${e}.useJolicoin`];return _=>I(void 0,null,function*(){var h,p,f;try{let w=!0;for(let b of d){let x=yield Me.executeCommand(b);if(w=w&&x.result!=="FAILED",x.result!=="CONTINUE")break}if(!w)return a==null||a(_),!1;let A=Ci[n],C=yield t.post(A.unlockEndpoint,{data:{type:"GAME_REWARD",reqId:`${Ge()}-${L.mpType}-${Date.now()}`,gameInfo:{gameId:L.mpId}}});if(console.log("-----unlockWithCurrency request result-----",C),C.code=="SUCCESS"){try{(p=_.adBreakDone)==null||p.call(_,{breakType:_.type,breakName:"name"in _&&(h=_.name)!=null?h:"",breakFormat:"reward",breakStatus:"viewed"}),"adViewed"in _&&((f=_.adViewed)==null||f.call(_)),cn(t)}catch(b){console.error("-----unlockWithJolicoin adBreakDone error-----",b)}return r==null||r({quantity:C.data.quantity,balance:C.data.balance}),!0}return a==null||a(_),!1}catch(w){if(console.info("JolicoinRewardHandler error:",w),w instanceof Error&&w.message=="CANCEL")throw w;return a==null||a(_),!1}finally{i.clearCache()}})},Lr=(e,t,n)=>eh(e,t,"JOLI_COIN",n);var ul=(e,{onUnlockSuccess:t,onUnlockFailed:n})=>{let r=()=>{n==null||n()},a=Et("ADS-JOLI_COIN",{confirmButtonText:"jolicoin.useJolicoin",cancelButtonText:"jolicoin.noWatchAds"}),i=It("ADS-JOLI_COIN",{confirmButtonText:"jolicoin.payAndUnlock",cancelButtonText:"jolicoin.noWatchAds"}),o=At("ADS-JOLI_COIN",{confirmButtonText:"loginGuide.login",cancelButtonText:"loginGuide.noWatchAds"});return Lr("ADS-JOLI_COIN",e,{handlers:{handleUnlockSuccess:t,handleUnlockFailed:r,unlockOptionsHandler:Re,initiateAndAwaitPayment:i,showUnlockWithCurrencyModal:a,showUnloginModal:o}})};var dl=(e,{onUnlockSuccess:t,onUnlockFailed:n})=>{let r=l=>{var d;n==null||n(),(d=l.adBreakDone)==null||d.call(l,{breakType:l.type,breakFormat:l.type==="reward"?"reward":"interstitial",breakStatus:"noAdPreloaded"})},a=Et("JOLI_COIN",{confirmButtonText:"jolicoin.useJolicoin",cancelButtonText:"jolicoin.noThanks"}),i=It("JOLI_COIN",{confirmButtonText:"jolicoin.payAndUnlock",cancelButtonText:"jolicoin.noThanks"}),o=At("JOLI_COIN",{confirmButtonText:"loginGuide.login",cancelButtonText:"loginGuide.noThanks"});return Lr("JOLI_COIN",e,{handlers:{handleUnlockSuccess:t,handleUnlockFailed:r,unlockOptionsHandler:Re,initiateAndAwaitPayment:i,showUnlockWithCurrencyModal:a,showUnloginModal:o}})};ue();G();Ce();Ce();var fl=e=>{let{showSubscriptionModal:t}=e;Me.registerCommand("Rewards.subscription",()=>I(void 0,null,function*(){return{result:(yield t())==="SUCCESS"?"SUCCESS":"FAILED"}}))},hl=e=>()=>I(void 0,null,function*(){let t=je(Y,Rr);return Y.emit(Cr,e),(yield t.getFreshData()).result});ue();var ml=(e,t,{handlers:{handleSubSuccess:n,handleSubFailed:r,unlockOptionsHandler:a,showSubscriptionModal:i}})=>{fl({showSubscriptionModal:i});let o=["Rewards.subscription"];return s=>I(void 0,null,function*(){var l,d,_,h,p,f;try{let w=!0;for(let A of o){let C=yield Me.executeCommand(A);if(w=w&&C.result!=="FAILED",C.result!=="CONTINUE")break}if(!w)return r==null||r(s),!1;if(console.log("-----unlockWithSubscription result-----"),w){try{(d=s.adBreakDone)==null||d.call(s,{breakType:s.type,breakName:"name"in s&&(l=s.name)!=null?l:"",breakFormat:s.type==="reward"?"reward":"interstitial",breakStatus:"viewed"}),"adViewed"in s&&((_=s.adViewed)==null||_.call(s)),(f=(p=L).onEnvConfigChanged)==null||f.call(p,{hostUserInfo:Ee(q({},(h=L.hostUserInfo)!=null?h:{isLogin:!1}),{isSubUser:!0})})}catch(A){console.error("-----unlockWithSubscription adBreakDone error-----",A)}return n==null||n(),!0}return r==null||r(s),!1}catch(w){if(console.info("SubscriptionRewardHandler error:",w),w instanceof Error&&w.message=="CANCEL")throw w;return r==null||r(s),!1}finally{a.clearCache()}})};var pl=(e,{onSubSuccess:t,onSubFailed:n})=>{let r=()=>{n==null||n()},a=hl("SUBSCRIPTION");return ml("SUBSCRIPTION",e,{handlers:{handleSubSuccess:t,handleSubFailed:r,unlockOptionsHandler:Re,showSubscriptionModal:a}})};var Ve=sl();Ii(Ve);Ai(Ve);var Br,M,wl,Mi,St,vl,bl,El,Il,Gi,Ui,Bi,nh,dn={},Al=[],rh=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,fn=Array.isArray;function rt(e,t){for(var n in t)e[n]=t[n];return e}function Ji(e){e&&e.parentNode&&e.parentNode.removeChild(e)}function hn(e,t,n){var r,a,i,o={};for(i in t)i=="key"?r=t[i]:i=="ref"?a=t[i]:o[i]=t[i];if(arguments.length>2&&(o.children=arguments.length>3?Br.call(arguments,2):n),typeof e=="function"&&e.defaultProps!=null)for(i in e.defaultProps)o[i]===void 0&&(o[i]=e.defaultProps[i]);return Nr(e,o,r,a,null)}function Nr(e,t,n,r,a){var i={type:e,props:t,key:n,ref:r,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:a==null?++wl:a,__i:-1,__u:0};return a==null&&M.vnode!=null&&M.vnode(i),i}function ft(e){return e.children}function De(e,t){this.props=e,this.context=t}function Bt(e,t){if(t==null)return e.__?Bt(e.__,e.__i+1):null;for(var n;t<e.__k.length;t++)if((n=e.__k[t])!=null&&n.__e!=null)return n.__e;return typeof e.type=="function"?Bt(e):null}function Sl(e){var t,n;if((e=e.__)!=null&&e.__c!=null){for(e.__e=e.__c.base=null,t=0;t<e.__k.length;t++)if((n=e.__k[t])!=null&&n.__e!=null){e.__e=e.__c.base=n.__e;break}return Sl(e)}}function gl(e){(!e.__d&&(e.__d=!0)&&St.push(e)&&!Ur.__r++||vl!==M.debounceRendering)&&((vl=M.debounceRendering)||bl)(Ur)}function Ur(){for(var e,t,n,r,a,i,o,s=1;St.length;)St.length>s&&St.sort(El),e=St.shift(),s=St.length,e.__d&&(n=void 0,a=(r=(t=e).__v).__e,i=[],o=[],t.__P&&((n=rt({},r)).__v=r.__v+1,M.vnode&&M.vnode(n),Fi(t.__P,n,r,t.__n,t.__P.namespaceURI,32&r.__u?[a]:null,i,a==null?Bt(r):a,!!(32&r.__u),o),n.__v=r.__v,n.__.__k[n.__i]=n,Ol(i,n,o),n.__e!=a&&Sl(n)));Ur.__r=0}function Cl(e,t,n,r,a,i,o,s,l,d,_){var h,p,f,w,A,C,b=r&&r.__k||Al,x=t.length;for(l=ah(n,t,b,l,x),h=0;h<x;h++)(f=n.__k[h])!=null&&(p=f.__i===-1?dn:b[f.__i]||dn,f.__i=h,C=Fi(e,f,p,a,i,o,s,l,d,_),w=f.__e,f.ref&&p.ref!=f.ref&&(p.ref&&Hi(p.ref,null,f),_.push(f.ref,f.__c||w,f)),A==null&&w!=null&&(A=w),4&f.__u||p.__k===f.__k?l=Rl(f,l,e):typeof f.type=="function"&&C!==void 0?l=C:w&&(l=w.nextSibling),f.__u&=-7);return n.__e=A,l}function ah(e,t,n,r,a){var i,o,s,l,d,_=n.length,h=_,p=0;for(e.__k=new Array(a),i=0;i<a;i++)(o=t[i])!=null&&typeof o!="boolean"&&typeof o!="function"?(l=i+p,(o=e.__k[i]=typeof o=="string"||typeof o=="number"||typeof o=="bigint"||o.constructor==String?Nr(null,o,null,null,null):fn(o)?Nr(ft,{children:o},null,null,null):o.constructor===void 0&&o.__b>0?Nr(o.type,o.props,o.key,o.ref?o.ref:null,o.__v):o).__=e,o.__b=e.__b+1,s=null,(d=o.__i=ih(o,n,l,h))!==-1&&(h--,(s=n[d])&&(s.__u|=2)),s==null||s.__v===null?(d==-1&&(a>_?p--:a<_&&p++),typeof o.type!="function"&&(o.__u|=4)):d!=l&&(d==l-1?p--:d==l+1?p++:(d>l?p--:p++,o.__u|=4))):e.__k[i]=null;if(h)for(i=0;i<_;i++)(s=n[i])!=null&&!(2&s.__u)&&(s.__e==r&&(r=Bt(s)),Tl(s,s));return r}function Rl(e,t,n){var r,a;if(typeof e.type=="function"){for(r=e.__k,a=0;r&&a<r.length;a++)r[a]&&(r[a].__=e,t=Rl(r[a],t,n));return t}e.__e!=t&&(t&&e.type&&!n.contains(t)&&(t=Bt(e)),n.insertBefore(e.__e,t||null),t=e.__e);do t=t&&t.nextSibling;while(t!=null&&t.nodeType==8);return t}function mn(e,t){return t=t||[],e==null||typeof e=="boolean"||(fn(e)?e.some(function(n){mn(n,t)}):t.push(e)),t}function ih(e,t,n,r){var a,i,o=e.key,s=e.type,l=t[n];if(l===null&&e.key==null||l&&o==l.key&&s===l.type&&!(2&l.__u))return n;if(r>(l!=null&&!(2&l.__u)?1:0))for(a=n-1,i=n+1;a>=0||i<t.length;){if(a>=0){if((l=t[a])&&!(2&l.__u)&&o==l.key&&s===l.type)return a;a--}if(i<t.length){if((l=t[i])&&!(2&l.__u)&&o==l.key&&s===l.type)return i;i++}}return-1}function _l(e,t,n){t[0]=="-"?e.setProperty(t,n==null?"":n):e[t]=n==null?"":typeof n!="number"||rh.test(t)?n:n+"px"}function Dr(e,t,n,r,a){var i;e:if(t=="style")if(typeof n=="string")e.style.cssText=n;else{if(typeof r=="string"&&(e.style.cssText=r=""),r)for(t in r)n&&t in n||_l(e.style,t,"");if(n)for(t in n)r&&n[t]===r[t]||_l(e.style,t,n[t])}else if(t[0]=="o"&&t[1]=="n")i=t!=(t=t.replace(Il,"$1")),t=t.toLowerCase()in e||t=="onFocusOut"||t=="onFocusIn"?t.toLowerCase().slice(2):t.slice(2),e.l||(e.l={}),e.l[t+i]=n,n?r?n.t=r.t:(n.t=Gi,e.addEventListener(t,i?Bi:Ui,i)):e.removeEventListener(t,i?Bi:Ui,i);else{if(a=="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]=n==null?"":n;break e}catch(o){}typeof n=="function"||(n==null||n===!1&&t[4]!="-"?e.removeAttribute(t):e.setAttribute(t,t=="popover"&&n==1?"":n))}}function yl(e){return function(t){if(this.l){var n=this.l[t.type+e];if(t.u==null)t.u=Gi++;else if(t.u<n.t)return;return n(M.event?M.event(t):t)}}}function Fi(e,t,n,r,a,i,o,s,l,d){var _,h,p,f,w,A,C,b,x,D,H,j,R,N,T,B,K,z=t.type;if(t.constructor!==void 0)return null;128&n.__u&&(l=!!(32&n.__u),i=[s=t.__e=n.__e]),(_=M.__b)&&_(t);e:if(typeof z=="function")try{if(b=t.props,x="prototype"in z&&z.prototype.render,D=(_=z.contextType)&&r[_.__c],H=_?D?D.props.value:_.__:r,n.__c?C=(h=t.__c=n.__c).__=h.__E:(x?t.__c=h=new z(b,H):(t.__c=h=new De(b,H),h.constructor=z,h.render=sh),D&&D.sub(h),h.props=b,h.state||(h.state={}),h.context=H,h.__n=r,p=h.__d=!0,h.__h=[],h._sb=[]),x&&h.__s==null&&(h.__s=h.state),x&&z.getDerivedStateFromProps!=null&&(h.__s==h.state&&(h.__s=rt({},h.__s)),rt(h.__s,z.getDerivedStateFromProps(b,h.__s))),f=h.props,w=h.state,h.__v=t,p)x&&z.getDerivedStateFromProps==null&&h.componentWillMount!=null&&h.componentWillMount(),x&&h.componentDidMount!=null&&h.__h.push(h.componentDidMount);else{if(x&&z.getDerivedStateFromProps==null&&b!==f&&h.componentWillReceiveProps!=null&&h.componentWillReceiveProps(b,H),!h.__e&&(h.shouldComponentUpdate!=null&&h.shouldComponentUpdate(b,h.__s,H)===!1||t.__v==n.__v)){for(t.__v!=n.__v&&(h.props=b,h.state=h.__s,h.__d=!1),t.__e=n.__e,t.__k=n.__k,t.__k.some(function(te){te&&(te.__=t)}),j=0;j<h._sb.length;j++)h.__h.push(h._sb[j]);h._sb=[],h.__h.length&&o.push(h);break e}h.componentWillUpdate!=null&&h.componentWillUpdate(b,h.__s,H),x&&h.componentDidUpdate!=null&&h.__h.push(function(){h.componentDidUpdate(f,w,A)})}if(h.context=H,h.props=b,h.__P=e,h.__e=!1,R=M.__r,N=0,x){for(h.state=h.__s,h.__d=!1,R&&R(t),_=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,R&&R(t),_=h.render(h.props,h.state,h.context),h.state=h.__s;while(h.__d&&++N<25);h.state=h.__s,h.getChildContext!=null&&(r=rt(rt({},r),h.getChildContext())),x&&!p&&h.getSnapshotBeforeUpdate!=null&&(A=h.getSnapshotBeforeUpdate(f,w)),B=_,_!=null&&_.type===ft&&_.key==null&&(B=kl(_.props.children)),s=Cl(e,fn(B)?B:[B],t,n,r,a,i,o,s,l,d),h.base=t.__e,t.__u&=-161,h.__h.length&&o.push(h),C&&(h.__E=h.__=null)}catch(te){if(t.__v=null,l||i!=null)if(te.then){for(t.__u|=l?160:128;s&&s.nodeType==8&&s.nextSibling;)s=s.nextSibling;i[i.indexOf(s)]=null,t.__e=s}else for(K=i.length;K--;)Ji(i[K]);else t.__e=n.__e,t.__k=n.__k;M.__e(te,t,n)}else i==null&&t.__v==n.__v?(t.__k=n.__k,t.__e=n.__e):s=t.__e=oh(n.__e,t,n,r,a,i,o,l,d);return(_=M.diffed)&&_(t),128&t.__u?void 0:s}function Ol(e,t,n){for(var r=0;r<n.length;r++)Hi(n[r],n[++r],n[++r]);M.__c&&M.__c(t,e),e.some(function(a){try{e=a.__h,a.__h=[],e.some(function(i){i.call(a)})}catch(i){M.__e(i,a.__v)}})}function kl(e){return typeof e!="object"||e==null?e:fn(e)?e.map(kl):rt({},e)}function oh(e,t,n,r,a,i,o,s,l){var d,_,h,p,f,w,A,C=n.props,b=t.props,x=t.type;if(x=="svg"?a="http://www.w3.org/2000/svg":x=="math"?a="http://www.w3.org/1998/Math/MathML":a||(a="http://www.w3.org/1999/xhtml"),i!=null){for(d=0;d<i.length;d++)if((f=i[d])&&"setAttribute"in f==!!x&&(x?f.localName==x:f.nodeType==3)){e=f,i[d]=null;break}}if(e==null){if(x==null)return document.createTextNode(b);e=document.createElementNS(a,x,b.is&&b),s&&(M.__m&&M.__m(t,i),s=!1),i=null}if(x===null)C===b||s&&e.data===b||(e.data=b);else{if(i=i&&Br.call(e.childNodes),C=n.props||dn,!s&&i!=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 b)){if(d=="value"&&"defaultValue"in b||d=="checked"&&"defaultChecked"in b)continue;Dr(e,d,null,f,a)}}for(d in b)f=b[d],d=="children"?p=f:d=="dangerouslySetInnerHTML"?_=f:d=="value"?w=f:d=="checked"?A=f:s&&typeof f!="function"||C[d]===f||Dr(e,d,f,C[d],a);if(_)s||h&&(_.__html===h.__html||_.__html===e.innerHTML)||(e.innerHTML=_.__html),t.__k=[];else if(h&&(e.innerHTML=""),Cl(t.type==="template"?e.content:e,fn(p)?p:[p],t,n,r,x=="foreignObject"?"http://www.w3.org/1999/xhtml":a,i,o,i?i[0]:n.__k&&Bt(n,0),s,l),i!=null)for(d=i.length;d--;)Ji(i[d]);s||(d="value",x=="progress"&&w==null?e.removeAttribute("value"):w!==void 0&&(w!==e[d]||x=="progress"&&!w||x=="option"&&w!==C[d])&&Dr(e,d,w,C[d],a),d="checked",A!==void 0&&A!==e[d]&&Dr(e,d,A,C[d],a))}return e}function Hi(e,t,n){try{if(typeof e=="function"){var r=typeof e.__u=="function";r&&e.__u(),r&&t==null||(e.__u=e(t))}else e.current=t}catch(a){M.__e(a,n)}}function Tl(e,t,n){var r,a;if(M.unmount&&M.unmount(e),(r=e.ref)&&(r.current&&r.current!==e.__e||Hi(r,null,t)),(r=e.__c)!=null){if(r.componentWillUnmount)try{r.componentWillUnmount()}catch(i){M.__e(i,t)}r.base=r.__P=null}if(r=e.__k)for(a=0;a<r.length;a++)r[a]&&Tl(r[a],t,n||typeof e.type!="function");n||Ji(e.__e),e.__c=e.__=e.__e=void 0}function sh(e,t,n){return this.constructor(e,n)}function xl(e,t,n){var r,a,i,o;t==document&&(t=document.documentElement),M.__&&M.__(e,t),a=(r=typeof n=="function")?null:n&&n.__k||t.__k,i=[],o=[],Fi(t,e=(!r&&n||t).__k=hn(ft,null,[e]),a||dn,dn,t.namespaceURI,!r&&n?[n]:a?null:t.firstChild?Br.call(t.childNodes):null,i,!r&&n?n:a?a.__e:t.firstChild,r,o),Ol(i,e,o)}Br=Al.slice,M={__e:function(e,t,n,r){for(var a,i,o;t=t.__;)if((a=t.__c)&&!a.__)try{if((i=a.constructor)&&i.getDerivedStateFromError!=null&&(a.setState(i.getDerivedStateFromError(e)),o=a.__d),a.componentDidCatch!=null&&(a.componentDidCatch(e,r||{}),o=a.__d),o)return a.__E=a}catch(s){e=s}throw e}},wl=0,Mi=function(e){return e!=null&&e.constructor==null},De.prototype.setState=function(e,t){var n;n=this.__s!=null&&this.__s!==this.state?this.__s:this.__s=rt({},this.state),typeof e=="function"&&(e=e(rt({},n),this.props)),e&&rt(n,e),e!=null&&this.__v&&(t&&this._sb.push(t),gl(this))},De.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),gl(this))},De.prototype.render=ft,St=[],bl=typeof Promise=="function"?Promise.prototype.then.bind(Promise.resolve()):setTimeout,El=function(e,t){return e.__v.__b-t.__v.__b},Ur.__r=0,Il=/(PointerCapture)$|Capture$/i,Gi=0,Ui=yl(!1),Bi=yl(!0),nh=0;var Mt,ie,qi,Pl,pn=0,Jl=[],se=M,Ll=se.__b,Dl=se.__r,Nl=se.diffed,Ul=se.__c,Bl=se.unmount,Ml=se.__;function Gr(e,t){se.__h&&se.__h(ie,e,pn||t),pn=0;var n=ie.__H||(ie.__H={__:[],__h:[]});return e>=n.__.length&&n.__.push({}),n.__[e]}function Jr(e){return pn=1,Fl(Hl,e)}function Fl(e,t,n){var r=Gr(Mt++,2);if(r.t=e,!r.__c&&(r.__=[n?n(t):Hl(void 0,t),function(s){var l=r.__N?r.__N[0]:r.__[0],d=r.t(l,s);l!==d&&(r.__N=[d,r.__[1]],r.__c.setState({}))}],r.__c=ie,!ie.__f)){var a=function(s,l,d){if(!r.__c.__H)return!0;var _=r.__c.__H.__.filter(function(p){return!!p.__c});if(_.every(function(p){return!p.__N}))return!i||i.call(this,s,l,d);var h=r.__c.props!==s;return _.forEach(function(p){if(p.__N){var f=p.__[0];p.__=p.__N,p.__N=void 0,f!==p.__[0]&&(h=!0)}}),i&&i.call(this,s,l,d)||h};ie.__f=!0;var i=ie.shouldComponentUpdate,o=ie.componentWillUpdate;ie.componentWillUpdate=function(s,l,d){if(this.__e){var _=i;i=void 0,a(s,l,d),i=_}o&&o.call(this,s,l,d)},ie.shouldComponentUpdate=a}return r.__N||r.__}function vn(e,t){var n=Gr(Mt++,3);!se.__s&&Ki(n.__H,t)&&(n.__=e,n.u=t,ie.__H.__h.push(n))}function Vi(e,t){var n=Gr(Mt++,4);!se.__s&&Ki(n.__H,t)&&(n.__=e,n.u=t,ie.__h.push(n))}function $i(e){return pn=5,gn(function(){return{current:e}},[])}function gn(e,t){var n=Gr(Mt++,7);return Ki(n.__H,t)&&(n.__=e(),n.__H=t,n.__h=e),n.__}function Wi(e,t){return pn=8,gn(function(){return e},t)}function lh(){for(var e;e=Jl.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(Mr),e.__H.__h.forEach(ji),e.__H.__h=[]}catch(t){e.__H.__h=[],se.__e(t,e.__v)}}se.__b=function(e){ie=null,Ll&&Ll(e)},se.__=function(e,t){e&&t.__k&&t.__k.__m&&(e.__m=t.__k.__m),Ml&&Ml(e,t)},se.__r=function(e){Dl&&Dl(e),Mt=0;var t=(ie=e.__c).__H;t&&(qi===ie?(t.__h=[],ie.__h=[],t.__.forEach(function(n){n.__N&&(n.__=n.__N),n.u=n.__N=void 0})):(t.__h.forEach(Mr),t.__h.forEach(ji),t.__h=[],Mt=0)),qi=ie},se.diffed=function(e){Nl&&Nl(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(Jl.push(t)!==1&&Pl===se.requestAnimationFrame||((Pl=se.requestAnimationFrame)||ch)(lh)),t.__H.__.forEach(function(n){n.u&&(n.__H=n.u),n.u=void 0})),qi=ie=null},se.__c=function(e,t){t.some(function(n){try{n.__h.forEach(Mr),n.__h=n.__h.filter(function(r){return!r.__||ji(r)})}catch(r){t.some(function(a){a.__h&&(a.__h=[])}),t=[],se.__e(r,n.__v)}}),Ul&&Ul(e,t)},se.unmount=function(e){Bl&&Bl(e);var t,n=e.__c;n&&n.__H&&(n.__H.__.forEach(function(r){try{Mr(r)}catch(a){t=a}}),n.__H=void 0,t&&se.__e(t,n.__v))};var Gl=typeof requestAnimationFrame=="function";function ch(e){var t,n=function(){clearTimeout(r),Gl&&cancelAnimationFrame(t),setTimeout(e)},r=setTimeout(n,100);Gl&&(t=requestAnimationFrame(n))}function Mr(e){var t=ie,n=e.__c;typeof n=="function"&&(e.__c=void 0,n()),ie=t}function ji(e){var t=ie;e.__c=e.__(),ie=t}function Ki(e,t){return!e||e.length!==t.length||t.some(function(n,r){return n!==e[r]})}function Hl(e,t){return typeof t=="function"?t(e):t}function dh(e,t){for(var n in t)e[n]=t[n];return e}function ql(e,t){for(var n in e)if(n!=="__source"&&!(n in t))return!0;for(var r in t)if(r!=="__source"&&e[r]!==t[r])return!0;return!1}function jl(e,t){this.props=e,this.context=t}(jl.prototype=new De).isPureReactComponent=!0,jl.prototype.shouldComponentUpdate=function(e,t){return ql(this.props,e)||ql(this.state,t)};var Vl=M.__b;M.__b=function(e){e.type&&e.type.__f&&e.ref&&(e.props.ref=e.ref,e.ref=null),Vl&&Vl(e)};var Zb=typeof Symbol!="undefined"&&Symbol.for&&Symbol.for("react.forward_ref")||3911;var fh=M.__e;M.__e=function(e,t,n,r){if(e.then){for(var a,i=t;i=i.__;)if((a=i.__c)&&a.__c)return t.__e==null&&(t.__e=n.__e,t.__k=n.__k),a.__c(e,t)}fh(e,t,n,r)};var $l=M.unmount;function Zl(e,t,n){return e&&(e.__c&&e.__c.__H&&(e.__c.__H.__.forEach(function(r){typeof r.__c=="function"&&r.__c()}),e.__c.__H=null),(e=dh({},e)).__c!=null&&(e.__c.__P===n&&(e.__c.__P=t),e.__c=null),e.__k=e.__k&&e.__k.map(function(r){return Zl(r,t,n)})),e}function ec(e,t,n){return e&&n&&(e.__v=null,e.__k=e.__k&&e.__k.map(function(r){return ec(r,t,n)}),e.__c&&e.__c.__P===t&&(e.__e&&n.appendChild(e.__e),e.__c.__e=!0,e.__c.__P=n)),e}function zi(){this.__u=0,this.o=null,this.__b=null}function tc(e){var t=e.__.__c;return t&&t.__a&&t.__a(e)}function Fr(){this.i=null,this.l=null}M.unmount=function(e){var t=e.__c;t&&t.__R&&t.__R(),t&&32&e.__u&&(e.type=null),$l&&$l(e)},(zi.prototype=new De).__c=function(e,t){var n=t.__c,r=this;r.o==null&&(r.o=[]),r.o.push(n);var a=tc(r.__v),i=!1,o=function(){i||(i=!0,n.__R=null,a?a(s):s())};n.__R=o;var s=function(){if(!--r.__u){if(r.state.__a){var l=r.state.__a;r.__v.__k[0]=ec(l,l.__c.__P,l.__c.__O)}var d;for(r.setState({__a:r.__b=null});d=r.o.pop();)d.forceUpdate()}};r.__u++||32&t.__u||r.setState({__a:r.__b=r.__v.__k[0]}),e.then(o,o)},zi.prototype.componentWillUnmount=function(){this.o=[]},zi.prototype.render=function(e,t){if(this.__b){if(this.__v.__k){var n=document.createElement("div"),r=this.__v.__k[0].__c;this.__v.__k[0]=Zl(this.__b,n,r.__O=r.__P)}this.__b=null}var a=t.__a&&hn(ft,null,e.fallback);return a&&(a.__u&=-33),[hn(ft,null,t.__a?null:e.children),a]};var Wl=function(e,t,n){if(++n[1]===n[0]&&e.l.delete(t),e.props.revealOrder&&(e.props.revealOrder[0]!=="t"||!e.l.size))for(n=e.i;n;){for(;n.length>3;)n.pop()();if(n[1]<n[0])break;e.i=n=n[2]}};(Fr.prototype=new De).__a=function(e){var t=this,n=tc(t.__v),r=t.l.get(e);return r[0]++,function(a){var i=function(){t.props.revealOrder?(r.push(a),Wl(t,e,r)):a()};n?n(i):i()}},Fr.prototype.render=function(e){this.i=null,this.l=new Map;var t=mn(e.children);e.revealOrder&&e.revealOrder[0]==="b"&&t.reverse();for(var n=t.length;n--;)this.l.set(t[n],this.i=[1,0,this.i]);return e.children},Fr.prototype.componentDidUpdate=Fr.prototype.componentDidMount=function(){var e=this;this.l.forEach(function(t,n){Wl(e,n,t)})};var hh=typeof Symbol!="undefined"&&Symbol.for&&Symbol.for("react.element")||60103,mh=/^(?: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]/,ph=/^on(Ani|Tra|Tou|BeforeInp|Compo)/,vh=/[A-Z0-9]/g,gh=typeof document!="undefined",_h=function(e){return(typeof Symbol!="undefined"&&typeof Symbol()=="symbol"?/fil|che|rad/:/fil|che|ra/).test(e)};function Xi(e,t,n){return t.__k==null&&(t.textContent=""),xl(e,t),typeof n=="function"&&n(),e?e.__c:null}De.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach(function(e){Object.defineProperty(De.prototype,e,{configurable:!0,get:function(){return this["UNSAFE_"+e]},set:function(t){Object.defineProperty(this,e,{configurable:!0,writable:!0,value:t})}})});var Kl=M.event;function yh(){}function wh(){return this.cancelBubble}function bh(){return this.defaultPrevented}M.event=function(e){return Kl&&(e=Kl(e)),e.persist=yh,e.isPropagationStopped=wh,e.isDefaultPrevented=bh,e.nativeEvent=e};var nc,Eh={enumerable:!1,configurable:!0,get:function(){return this.class}},zl=M.vnode;M.vnode=function(e){typeof e.type=="string"&&function(t){var n=t.props,r=t.type,a={},i=r.indexOf("-")===-1;for(var o in n){var s=n[o];if(!(o==="value"&&"defaultValue"in n&&s==null||gh&&o==="children"&&r==="noscript"||o==="class"||o==="className")){var l=o.toLowerCase();o==="defaultValue"&&"value"in n&&n.value==null?o="value":o==="download"&&s===!0?s="":l==="translate"&&s==="no"?s=!1:l[0]==="o"&&l[1]==="n"?l==="ondoubleclick"?o="ondblclick":l!=="onchange"||r!=="input"&&r!=="textarea"||_h(n.type)?l==="onfocus"?o="onfocusin":l==="onblur"?o="onfocusout":ph.test(o)&&(o=l):l=o="oninput":i&&mh.test(o)?o=o.replace(vh,"-$&").toLowerCase():s===null&&(s=void 0),l==="oninput"&&a[o=l]&&(o="oninputCapture"),a[o]=s}}r=="select"&&a.multiple&&Array.isArray(a.value)&&(a.value=mn(n.children).forEach(function(d){d.props.selected=a.value.indexOf(d.props.value)!=-1})),r=="select"&&a.defaultValue!=null&&(a.value=mn(n.children).forEach(function(d){d.props.selected=a.multiple?a.defaultValue.indexOf(d.props.value)!=-1:a.defaultValue==d.props.value})),n.class&&!n.className?(a.class=n.class,Object.defineProperty(a,"className",Eh)):(n.className&&!n.class||n.class&&n.className)&&(a.class=a.className=n.className),t.props=a}(e),e.$$typeof=hh,zl&&zl(e)};var Xl=M.__r;M.__r=function(e){Xl&&Xl(e),nc=e.__c};var Yl=M.diffed;M.diffed=function(e){Yl&&Yl(e);var t=e.props,n=e.__e;n!=null&&e.type==="textarea"&&"value"in t&&t.value!==n.value&&(n.value=t.value==null?"":t.value),nc=null};var Ih=Object.defineProperty,Yr=Object.getOwnPropertySymbols,Oc=Object.prototype.hasOwnProperty,kc=Object.prototype.propertyIsEnumerable,rc=(e,t,n)=>t in e?Ih(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Ah=(e,t)=>{for(var n in t||(t={}))Oc.call(t,n)&&rc(e,n,t[n]);if(Yr)for(var n of Yr(t))kc.call(t,n)&&rc(e,n,t[n]);return e},Sh=(e,t)=>{var n={};for(var r in e)Oc.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Yr)for(var r of Yr(e))t.indexOf(r)<0&&kc.call(e,r)&&(n[r]=e[r]);return n},Tc=Object.defineProperty,Ch=Object.defineProperties,Rh=Object.getOwnPropertyDescriptors,ac=Object.getOwnPropertySymbols,Oh=Object.prototype.hasOwnProperty,kh=Object.prototype.propertyIsEnumerable,ic=(e,t,n)=>t in e?Tc(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Th=(e,t)=>{for(var n in t||(t={}))Oh.call(t,n)&&ic(e,n,t[n]);if(ac)for(var n of ac(t))kh.call(t,n)&&ic(e,n,t[n]);return e},xh=(e,t)=>Ch(e,Rh(t)),Ph=(e,t)=>{for(var n in t)Tc(e,n,{get:t[n],enumerable:!0})},xc=(e,t,n,r)=>{for(var a=t,i=e.length-1,o;i>=0;i--)(o=e[i])&&(a=o(a)||a);return a},Lh=(e,t,n)=>new Promise((r,a)=>{var i=l=>{try{s(n.next(l))}catch(d){a(d)}},o=l=>{try{s(n.throw(l))}catch(d){a(d)}},s=l=>l.done?r(l.value):Promise.resolve(l.value).then(i,o);s((n=n.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 n=new Event("abort");this.signal.dispatchEvent(n)};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(n,r){this._eventListeners[n]||(this._eventListeners[n]=[]),this._eventListeners[n].push(r)},t.prototype.removeEventListener=function(n,r){if(!this._eventListeners[n])return;let a=this._eventListeners[n].indexOf(r);a!==-1&&this._eventListeners[n].splice(a,1)},t.prototype.dispatchEvent=function(n){if(this._eventListeners[n.type])for(let r of this._eventListeners[n.type])r.call(this,n)},window.AbortController=e,window.AbortSignal=t}function Dh(e){return new Promise(t=>{setTimeout(()=>{t()},e)})}function Nh(e){return typeof e=="string"}function Uh(e){return typeof e=="undefined"}function Bh(e){return Uh(e)||e===null}function Mh(e){return typeof e=="function"}function Pc(e){let t=e,n=null,r=function(){for(var a=arguments.length,i=new Array(a),o=0;o<a;o++)i[o]=arguments[o];return n||(n=new t(...i)),n};return r.prototype=t.prototype,r}var Gh=(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))(Gh||{});function _n(e){return function(){var t,n;((n=(t=globalThis.VConsole)==null?void 0:t[e])!=null?n:globalThis.console[e])(...arguments)}}var Jh={log:_n("log"),warn:_n("warn"),info:_n("info"),error:_n("error"),debug:_n("debug")};Object.assign(globalThis,{logger:Jh});var oc=Symbol.for("Jolibox.canIUseMap"),Fh={};globalThis[oc]||(globalThis[oc]=Fh);var sc=Symbol.for("Jolibox.canIUseMap.native"),Hh={};globalThis[sc]||(globalThis[sc]=Hh);var Lc=(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))(Lc||{}),Dc=(e=>(e.MiniGame="mini-game",e.MiniDrama="mini-drama",e.App="app",e.WebSDK="web-sdk",e.AppSDK="app-sdk",e))(Dc||{}),Nc=(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))(Nc||{}),lc=["name","params"],qh=["name","type","location","target","extra","timestamp","userId"],jh=["platform","os","appVersion","appId","model","brand","uuid","jsSdkVersion","extra"];function Vr(e,t){return t.map(n=>{if(n==="params"&&e[n]){let r=e[n];return Object.keys(r).reduce((a,i)=>(a[i]=String(r[i]),a),{})}return e[n]})}function Vh(e){let t=e.location?Vr(e.location,lc):null,n=e.target?Vr(e.target,lc):null;return Vr(xh(Th({},e),{location:t,target:n}),qh)}function $h(e){let t=e.events.map(r=>Vh(r)),n=Vr(e.device,jh);return[e.protocolVersion,t,n,e.project]}function Wh(){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 r=e.get.call(window);return window.__joliboxLocalStorage__=r,r}if(e=Object.getOwnPropertyDescriptor(Object.getPrototypeOf(window),"localStorage"),e&&e.get)return e.get.call(window);let t=Window.prototype,n=Object.getOwnPropertyDescriptor(t,"localStorage");if(n&&n.get){let r=n.get.call(window);return window.__joliboxLocalStorage__=r,r}return localStorage}catch(e){return console.warn("Failed to get original localStorage, fallback to default implementation",e),localStorage}}Wh();var Ft=typeof window=="undefined",cc=()=>!Ft&&!!(navigator.userAgent||"").includes("JoliboxPlatformSDK");!Ft&&(navigator.userAgent.includes("iPhone")||navigator.userAgent.includes("iPod")||navigator.userAgent.includes("iPad")||navigator.userAgent.includes("iPhone OS")),!Ft&&navigator.userAgent.includes("Android"),!Ft&&navigator.userAgent.includes("Mac"),!Ft&&navigator.userAgent.includes("FB_IAB"),!Ft&&!navigator.userAgent.includes("iPhone")&&navigator.userAgent.includes("Android");var ro=class ao{constructor(t){this.element=t,this.next=ao.Undefined,this.prev=ao.Undefined}};ro.Undefined=new ro(void 0);var ae=ro,Kh=class{constructor(){this._first=ae.Undefined,this._last=ae.Undefined,this._size=0}get size(){return this._size}isEmpty(){return this._first===ae.Undefined}clear(){let e=this._first;for(;e!==ae.Undefined;){let t=e.next;e.prev=ae.Undefined,e.next=ae.Undefined,e=t}this._first=ae.Undefined,this._last=ae.Undefined,this._size=0}unshift(e){return this._insert(e,!1)}push(e){return this._insert(e,!0)}_insert(e,t){let n=new ae(e);if(this._first===ae.Undefined)this._first=n,this._last=n;else if(t){let a=this._last;this._last=n,n.prev=a,a.next=n}else{let a=this._first;this._first=n,n.next=a,a.prev=n}this._size+=1;let r=!1;return()=>{r||(r=!0,this._remove(n))}}shift(){if(this._first!==ae.Undefined){let e=this._first.element;return this._remove(this._first),e}}pop(){if(this._last!==ae.Undefined){let e=this._last.element;return this._remove(this._last),e}}_remove(e){if(e.prev!==ae.Undefined&&e.next!==ae.Undefined){let t=e.prev;t.next=e.next,e.next.prev=t}else e.prev===ae.Undefined&&e.next===ae.Undefined?(this._first=ae.Undefined,this._last=ae.Undefined):e.next===ae.Undefined?(this._last=this._last.prev,this._last.next=ae.Undefined):e.prev===ae.Undefined&&(this._first=this._first.next,this._first.prev=ae.Undefined);this._size-=1}*[Symbol.iterator](){let e=this._first;for(;e!==ae.Undefined;)yield e.element,e=e.next}},zh=0,yn=class{constructor(e){this.value=e,this.id=zh++}},In=class{constructor(e){this.options=e,this._size=0}dispose(e){var t,n;this._disposed||(this._disposed=!0,this._listeners&&(e?(this._listeners instanceof yn&&(this._listeners=[this._listeners]),this._listeners=this._listeners.filter(r=>(r==null?void 0:r.value)===e)):(this._listeners=void 0,this._size=0)),(n=(t=this.options)==null?void 0:t.onDidRemoveLastListener)==null||n.call(t))}get event(){return this._event!=null||(this._event=(e,t)=>{var n,r,a,i,o,s;if(this._disposed)return()=>{console.info("[Jolibox SDK] Emitter is _disposed")};t&&(e=e.bind(t));let l=new yn(e);return this._listeners?this._listeners instanceof yn?this._listeners=[this._listeners,l]:this._listeners.push(l):((r=(n=this.options)==null?void 0:n.onWillAddFirstListener)==null||r.call(n,this),this._listeners=l,(i=(a=this.options)==null?void 0:a.onDidFirstListener)==null||i.call(a,this)),(s=(o=this.options)==null?void 0:o.onDidAddListener)==null||s.call(o,this),this._size++,()=>{var d,_,h,p;if(!this._disposed){if(this._listeners instanceof yn)this._listeners.id===l.id&&(this._listeners=void 0,this._size=0,(_=(d=this.options)==null?void 0:d.onDidRemoveLastListener)==null||_.call(d));else if(this._listeners){let f=this._listeners.indexOf(l);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 n;if(!e)return;let r=((n=this.options)==null?void 0:n.onListenerError)||Error.constructor;if(!r){e.value(t);return}try{e.value(t)}catch(a){r(a)}}fire(e){this._listeners&&(this._listeners instanceof yn?this._deliver(this._listeners,e):this._listeners.forEach(t=>this._deliver(t,e)))}hasListeners(){return this._size>0}},Xh=class{constructor(){this.listeners=new Map,this.listerHandlerMap=new WeakMap,this.cachedEventQueue=new Map}on(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0;var r;let a=(r=this.listeners.get(e))!=null?r:new In,i=l=>t(...l.args),o=a.event(i);this.listerHandlerMap.set(t,{handler:i,dispose:o}),this.listeners.set(e,a);let s=this.cachedEventQueue.get(e);if(s&&n)for(let l of s)t(...l.args)}flushCachedEvent(e){e?this.cachedEventQueue.delete(e):this.cachedEventQueue.clear()}off(e,t){let n=this.listerHandlerMap.get(t);n&&(n.dispose(),this.listerHandlerMap.delete(t))}emit(e){let t=this.listeners.get(e),n=this.cachedEventQueue.get(e);for(var r=arguments.length,a=new Array(r>1?r-1:0),i=1;i<r;i++)a[i-1]=arguments[i];n||(n=new Kh,this.cachedEventQueue.set(e,n)),n.push({args:a}),t&&t.fire({event:e,args:a})}once(e,t){var n=this;let r=function(){t(...arguments),n.off(e,r)};this.on(e,r,!1)}},io={};Ph(io,{None:()=>Yh,filter:()=>Zh,once:()=>Uc,toPromise:()=>Qh});var Yh=()=>(console.log("[Jolibox SDK] None Event"),()=>{console.log("[Jolibox SDK] None Event dispose")});function Qh(e){return new Promise(t=>Uc(e)(t))}function Uc(e){return function(t){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null,r=!1;return e(a=>{if(!r)return r=!0,t.call(n,a)},null)}}function Zh(e,t){return(n=>{let r={onWillAddFirstListener(){n(a.fire,a)}},a=new In(r);return a.event})(function(n){let r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;return e(a=>t(a)&&n.call(r,a),null)})}var Yi=Symbol.for("Jolibox.hostEmitter"),em=()=>{let e=new Xh;return globalThis[Yi]||(globalThis[Yi]={on:e.on.bind(e),off:e.off.bind(e),emit:e.emit.bind(e),once:e.once.bind(e)}),globalThis[Yi]};em();function tm(e,t){let n=Math.min(e.length,t.length);for(let r=0;r<n;r++)nm(e[r],t[r])}function nm(e,t){if(Nh(t)){if(typeof e!==t)throw new Error(`argument does not match constraint: typeof ${t}`)}else if(Mh(t)){try{if(e instanceof t)return}catch(n){}if(!Bh(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 In,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 n=[];for(let a of e.metadata.args)n.push(a.constraint);let r=e.handler;e.handler=function(){for(var a=arguments.length,i=new Array(a),o=0;o<a;o++)i[o]=arguments[o];return tm(i,n),r(...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 n=this.getCommand(t);n&&e.set(t,n)}return e}};oo=xc([Pc],oo);var uc=class{constructor(){this._onWillExecuteCommand=new In,this.onWillExecuteCommand=this._onWillExecuteCommand.event,this._onDidExecuteCommand=new In,this.onDidExecuteCommand=this._onDidExecuteCommand.event,this.registry=new oo,this._starActivation=null}_activateStar(){return this._starActivation||(this._starActivation=Dh(3e4)),this._starActivation}executeCommand(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return Lh(this,null,function*(){return this.registry.getCommand(e)?this._tryExecuteCommand(e,n):(yield Promise.all([Promise.race([this._activateStar(),io.toPromise(io.filter(this.registry.onDidRegisterCommand,a=>a===e))])]),this._tryExecuteCommand(e,n))})}executeCommandThowErr(e){if(!this.registry.getCommand(e))throw new Error(`command '${e}' not found`);let t=this.registry.getCommand(e);for(var n=arguments.length,r=new Array(n>1?n-1:0),a=1;a<n;a++)r[a-1]=arguments[a];this._onWillExecuteCommand.fire({commandId:e,args:r});let i=this.invokeFunction(t.handler,...r);return this._onDidExecuteCommand.fire({commandId:e,args:r}),i}_tryExecuteCommand(e,t){let n=this.registry.getCommand(e);if(!n)return Promise.reject(new Error(`command '${e}' not found`));try{this._onWillExecuteCommand.fire({commandId:e,args:t});let r=this.invokeFunction(n.handler,...t);return this._onDidExecuteCommand.fire({commandId:e,args:t}),Promise.resolve(r)}catch(r){return Promise.reject(r)}}invokeFunction(e){try{for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return e(...n)}finally{}}};uc=xc([Pc],uc);function Oe(e,t,n){return(t=rm(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function rm(e){var t=am(e,"string");return typeof t=="symbol"?t:t+""}function am(e,t){if(typeof e!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Gt=e=>e?function(){try{for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];e==null||e(...n)}catch(a){console.error("Error calling function",a)}}:()=>{console.log("wrapUserFunction: fn is undefined")},so=class{constructor(t){Oe(this,"context",void 0),Oe(this,"continueCallback",void 0),Oe(this,"adIsShowingCallback",void 0),Oe(this,"isBeforeAdCalled",!1),Oe(this,"isBeforeRewardCalled",!1),Oe(this,"isAdDismissedCalled",!1),Oe(this,"isAdViewedCalled",!1),Oe(this,"isAfterAdCalled",!1),Oe(this,"currentProvider",void 0),Oe(this,"currentClientParams",void 0),Oe(this,"adsHasResponse",!1),Oe(this,"videoChecker",window.document.createElement("video")),Oe(this,"contextInfo",void 0),Oe(this,"wrapShowAdFn",n=>()=>{var r,a,i;this.adsHasResponse=!0;let o=!1;this.videoChecker.play().catch(()=>{o=!1}),o=!this.videoChecker.paused,this.videoChecker.pause(),this.context.track("CallShowAdFn",Object.assign({},{userEvent:o},this.paramsToTrack)),this.notifyIframeAdsEvent("JOLIBOX_AD_CALL_BEFORE_REWARD",Ah({userEvent:o},this.paramsToTrack)),cc()&&this.context.track("mmp_ad_impression",{ad_network:(a=(r=this.currentProvider)==null?void 0:r.name)!=null?a:"",ad_format:"rewarded",module:"game",game_id:this.contextInfo.objectId}),(i=this.adIsShowingCallback)==null||i.call(this,!0);let s=Gt(n);s==null||s()}),this.context=t,this.contextInfo=t.getContextInfo()}notifyIframeAdsEvent(t,n){window.parent&&window.parent.postMessage({type:t,data:n},"*"),window.dispatchEvent(new CustomEvent(t,{detail:n}))}get paramsToTrack(){var t,n,r,a,i,o;return{provider:(n=(t=this.currentProvider)==null?void 0:t.name)!=null?n:null,type:(r=this.currentClientParams)==null?void 0:r.type,name:((a=this.currentClientParams)==null?void 0:a.type)==="preroll"?null:(o=(i=this.currentClientParams)==null?void 0:i.name)!=null?o:""}}wrapBeforeAd(t){return()=>{var n,r,a,i;if(this.adsHasResponse=!0,this.context.track("CallBeforeAd",this.paramsToTrack),this.notifyIframeAdsEvent("JOLIBOX_AD_CALL_BEFORE_AD",this.paramsToTrack),!this.isBeforeAdCalled){this.isBeforeAdCalled=!0;let o=Gt(t);o==null||o(),((n=this.currentClientParams)==null?void 0:n.type)!=="reward"&&((r=this.adIsShowingCallback)==null||r.call(this,!0),cc()&&this.context.track("mmp_ad_impression",{ad_network:(i=(a=this.currentProvider)==null?void 0:a.name)!=null?i:"",ad_format:"interstitial",module:"game",game_id:this.contextInfo.objectId}))}}}wrapBeforeReward(t){return n=>{this.adsHasResponse=!0,this.isBeforeRewardCalled?this.wrapShowAdFn(n)():(this.isBeforeRewardCalled=!0,t==null||t(this.wrapShowAdFn(n)))}}wrapAdDismissed(t){return()=>{if(this.adsHasResponse=!0,!this.isAdDismissedCalled){this.isAdDismissedCalled=!0;let n=Gt(t);n==null||n()}}}wrapAdViewed(t){return()=>{if(this.adsHasResponse=!0,!this.isAdViewedCalled){this.isAdViewedCalled=!0;let n=Gt(t);n==null||n()}}}wrapAfterAd(t){return()=>{if(this.adsHasResponse=!0,this.context.track("CallAfterAd",this.paramsToTrack),this.notifyIframeAdsEvent("JOLIBOX_AD_CALL_AFTER_AD",this.paramsToTrack),!this.isAfterAdCalled){this.isAfterAdCalled=!0;let n=Gt(t);n==null||n()}}}wrapAdBreakDone(t){return n=>{var r,a,i,o,s,l,d,_,h;switch(this.adsHasResponse=!0,this.context.track("CallAdBreakDone",{provider:(a=(r=this.currentProvider)==null?void 0:r.name)!=null?a:null,breakType:n.breakType,breakName:(i=n.breakName)!=null?i:"",breakFormat:n.breakFormat,breakStatus:n.breakStatus}),this.notifyIframeAdsEvent("JOLIBOX_AD_CALL_AD_BREAK_DONE",{provider:(s=(o=this.currentProvider)==null?void 0:o.name)!=null?s:null,breakType:n.breakType,breakName:(l=n.breakName)!=null?l:"",breakFormat:n.breakFormat,breakStatus:n.breakStatus}),n.breakStatus){case"viewed":case"ignored":case"dismissed":case"error":{let p=Gt(t);p==null||p(n),(d=this.adIsShowingCallback)==null||d.call(this,!1),(_=this.continueCallback)==null||_.call(this,[!1,n]);break}default:{(h=this.continueCallback)==null||h.call(this,[!0,n]);break}}}}callAdBreakAndContinue(t,n,r,a){return I(this,null,function*(){return this.currentProvider=t,this.currentClientParams=n,this.adsHasResponse=!1,new Promise(i=>{this.continueCallback=i,this.adIsShowingCallback=a;let o;switch(n.type){case"preroll":{o={type:n.type,adBreakDone:this.wrapAdBreakDone(n.adBreakDone)};break}case"reward":{o={name:n.name,type:n.type,beforeAd:this.wrapBeforeAd(n.beforeAd),beforeReward:this.wrapBeforeReward(n.beforeReward),adDismissed:this.wrapAdDismissed(n.adDismissed),adViewed:this.wrapAdViewed(n.adViewed),afterAd:this.wrapAfterAd(n.afterAd),adBreakDone:this.wrapAdBreakDone(n.adBreakDone)};break}default:{o={name:n.name,type:n.type,beforeAd:this.wrapBeforeAd(n.beforeAd),afterAd:this.wrapAfterAd(n.afterAd),adBreakDone:this.wrapAdBreakDone(n.adBreakDone)};break}}window.setTimeout(()=>{var s,l,d,_,h,p,f;this.adsHasResponse||(this.context.track("CallAdBreakTimeout",{type:n.type,provider:(l=(s=this.currentProvider)==null?void 0:s.name)!=null?l:null}),this.notifyIframeAdsEvent("JOLIBOX_AD_CALL_AD_BREAK_TIMEOUT",{type:n.type,provider:(_=(d=this.currentProvider)==null?void 0:d.name)!=null?_:null}),(p=this.continueCallback)==null||p.call(this,[!0,{breakType:n.type,breakName:n.type==="preroll"?"":(h=n.name)!=null?h:"",breakFormat:n.type==="reward"?"reward":"interstitial",breakStatus:"timeout"}]),(f=this.adIsShowingCallback)==null||f.call(this,!1))},5e3),this.context.track("CallAdBreak",this.paramsToTrack),this.notifyIframeAdsEvent("JOLIBOX_AD_CALL_AD_BREAK",this.paramsToTrack),t.adBreak(o,r),window.JoliTesterBridge&&console.log("joli-fullscreen-ad-show")})})}};function Hr(e,t,n){return(t=im(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function im(e){var t=om(e,"string");return typeof t=="symbol"?t:t+""}function om(e,t){if(typeof e!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var lo=class{constructor(t){Hr(this,"context",void 0),Hr(this,"adBreakIsShowing",!1),Hr(this,"reportPageJumpOut",()=>{this.context.track("AdBreakJumpOut",{context:"AdsActionDetection"})}),Hr(this,"reportPageHide",()=>{this.context.track("AdBreakHide",{context:"AdsActionDetection"})}),this.context=t,window.addEventListener("visibilitychange",()=>{document.hidden&&this.adBreakIsShowing&&this.reportPageHide()}),window.addEventListener("beforeunload",n=>{this.adBreakIsShowing&&this.reportPageJumpOut()})}};function qr(e,t,n){return(t=sm(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function sm(e){var t=lm(e,"string");return typeof t=="symbol"?t:t+""}function lm(e,t){if(typeof e!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var co=class{constructor(t){qr(this,"configs",null),qr(this,"firstRun",!0),qr(this,"context",void 0),qr(this,"contextInfo",void 0),this.context=t,this.contextInfo=this.context.getContextInfo(),this.init()}init(){return I(this,null,function*(){try{this.configs=yield this.context.httpClient.get("/api/fe-configs/js-sdk/ads-channel-config",{})}catch(t){}})}shouldBypassCallingInterstitial(){var t,n;let r;if(!this.configs)this.init(),r=!this.firstRun;else{let a=(t=this.contextInfo.channel)!=null?t:"",i=this.configs[a],o=(n=i==null?void 0:i.interstitialRate)!=null?n:1;r=Math.random()<o}return this.firstRun=!1,r}};function at(e,t,n){return(t=cm(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function cm(e){var t=um(e,"string");return typeof t=="symbol"?t:t+""}function um(e,t){if(typeof e!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var uo=class{constructor(t,n){at(this,"name","ADSENSE"),at(this,"context",void 0),at(this,"contextInfo",void 0),at(this,"configured",!1),at(this,"initParams",void 0),at(this,"push",function(){let r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};window.adsbygoogle.push(r)}),at(this,"adConfig",r=>{let a=r,{onReady:i}=a,o=Sh(a,["onReady"]);this.context.track("CallAdConfig",o),this.configured?console.warn("Ad config already set, skipping"):(this.configured=!0,this.push(r))}),at(this,"adBreak",r=>{if(!this.contextInfo.objectId){console.warn("Game ID is not set, skip calling adBreak");return}this.push(r)}),at(this,"adUnit",r=>I(this,null,function*(){var a,i,o,s;if(this.context.track("CallAdUnit",{adFormat:(i=(a=r.adFormat)==null?void 0:a.toString())!=null?i:null,fullWidthResponsive:(o=r.fullWidthResponsive)!=null?o:null}),document.querySelector("#jolibox-ads")){console.warn("Ad unit already set, skipping");return}let{el:l,slot:d,adFormat:_,fullWidthResponsive:h,style:p}=r,f;if(!l)throw new Error("targeting element is required");if(typeof l=="string"?f=document.querySelector(l):f=l,!f)throw new Error("targeting element not found");let w=d;if(w||(w=this.initParams.unitId),!w)throw new Error("slot is required");let A=typeof _=="object"&&Array.isArray(_)?_.join(", "):_,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",w),A&&C.setAttribute("data-ad-format",A),h&&C.setAttribute("data-full-width-responsive",h),p&&C.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",C.style.position="relative",f.appendChild(C),C.appendChild(b)}else f.appendChild(C),new MutationObserver(b=>{b.forEach(x=>{if(x.type==="attributes"&&x.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=n,window.adsbygoogle=window.adsbygoogle||[]}init(){return I(this,null,function*(){var t;if(this.context.track("CallAdsInit",{provider:this.name}),typeof window=="undefined")return;let n="google-adsense",r=(t=this.contextInfo.testAdsMode)!=null?t:!1;if(!document.getElementById(n)&&this.initParams.clientId){let a=document.createElement("script");a.id=n,a.async=!0,a.crossOrigin="anonymous",a.src=`https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=${this.initParams.clientId}`,r&&a.setAttribute("data-adbreak-test","on"),this.initParams.channelId&&a.setAttribute("data-ad-channel",this.initParams.channelId),this.initParams.admobInterstitialSlot&&a.setAttribute("data-admob-interstitial-slot",this.initParams.admobInterstitialSlot),this.initParams.admobRewardedSlot&&a.setAttribute("data-admob-rewarded-slot",this.initParams.admobRewardedSlot),this.initParams.admobOnly&&a.setAttribute("data-admob-ads-only","on"),document.head.appendChild(a),this.context.track("LoadAdsenseCompleted",null)}})}};function dm(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 fm(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 hm=function(){function e(n){var r=this;this._insertTag=function(a){var i;r.tags.length===0?r.insertionPoint?i=r.insertionPoint.nextSibling:r.prepend?i=r.container.firstChild:i=r.before:i=r.tags[r.tags.length-1].nextSibling,r.container.insertBefore(a,i),r.tags.push(a)},this.isSpeedy=n.speedy===void 0?!0:n.speedy,this.tags=[],this.ctr=0,this.nonce=n.nonce,this.key=n.key,this.container=n.container,this.prepend=n.prepend,this.insertionPoint=n.insertionPoint,this.before=null}var t=e.prototype;return t.hydrate=function(n){n.forEach(this._insertTag)},t.insert=function(n){this.ctr%(this.isSpeedy?65e3:1)===0&&this._insertTag(fm(this));var r=this.tags[this.tags.length-1];if(this.isSpeedy){var a=dm(r);try{a.insertRule(n,a.cssRules.length)}catch(i){}}else r.appendChild(document.createTextNode(n));this.ctr++},t.flush=function(){this.tags.forEach(function(n){var r;return(r=n.parentNode)==null?void 0:r.removeChild(n)}),this.tags=[],this.ctr=0},e}(),we="-ms-",Qr="-moz-",V="-webkit-",Bc="comm",Co="rule",Ro="decl",mm="@import",Mc="@keyframes",pm="@layer",vm=Math.abs,ra=String.fromCharCode,gm=Object.assign;function _m(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 Gc(e){return e.trim()}function ym(e,t){return(e=t.exec(e))?e[0]:e}function $(e,t,n){return e.replace(t,n)}function fo(e,t){return e.indexOf(t)}function pe(e,t){return e.charCodeAt(t)|0}function An(e,t,n){return e.slice(t,n)}function $e(e){return e.length}function Oo(e){return e.length}function jr(e,t){return t.push(e),e}function wm(e,t){return e.map(t).join("")}var aa=1,jt=1,Jc=0,xe=0,fe=0,Vt="";function ia(e,t,n,r,a,i,o){return{value:e,root:t,parent:n,type:r,props:a,children:i,line:aa,column:jt,length:o,return:""}}function wn(e,t){return gm(ia("",null,null,"",null,null,0),e,{length:-e.length},t)}function bm(){return fe}function Em(){return fe=xe>0?pe(Vt,--xe):0,jt--,fe===10&&(jt=1,aa--),fe}function Ue(){return fe=xe<Jc?pe(Vt,xe++):0,jt++,fe===10&&(jt=1,aa++),fe}function We(){return pe(Vt,xe)}function $r(){return xe}function Rn(e,t){return An(Vt,e,t)}function Sn(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 Fc(e){return aa=jt=1,Jc=$e(Vt=e),xe=0,[]}function Hc(e){return Vt="",e}function Wr(e){return Gc(Rn(xe-1,ho(e===91?e+2:e===40?e+1:e)))}function Im(e){for(;(fe=We())&&fe<33;)Ue();return Sn(e)>2||Sn(fe)>3?"":" "}function Am(e,t){for(;--t&&Ue()&&!(fe<48||fe>102||fe>57&&fe<65||fe>70&&fe<97););return Rn(e,$r()+(t<6&&We()==32&&Ue()==32))}function ho(e){for(;Ue();)switch(fe){case e:return xe;case 34:case 39:e!==34&&e!==39&&ho(fe);break;case 40:e===41&&ho(e);break;case 92:Ue();break}return xe}function Sm(e,t){for(;Ue()&&e+fe!==57&&!(e+fe===84&&We()===47););return"/*"+Rn(t,xe-1)+"*"+ra(e===47?e:Ue())}function Cm(e){for(;!Sn(We());)Ue();return Rn(e,xe)}function Rm(e){return Hc(Kr("",null,null,null,[""],e=Fc(e),0,[0],e))}function Kr(e,t,n,r,a,i,o,s,l){for(var d=0,_=0,h=o,p=0,f=0,w=0,A=1,C=1,b=1,x=0,D="",H=a,j=i,R=r,N=D;C;)switch(w=x,x=Ue()){case 40:if(w!=108&&pe(N,h-1)==58){fo(N+=$(Wr(x),"&","&\f"),"&\f")!=-1&&(b=-1);break}case 34:case 39:case 91:N+=Wr(x);break;case 9:case 10:case 13:case 32:N+=Im(w);break;case 92:N+=Am($r()-1,7);continue;case 47:switch(We()){case 42:case 47:jr(Om(Sm(Ue(),$r()),t,n),l);break;default:N+="/"}break;case 123*A:s[d++]=$e(N)*b;case 125*A:case 59:case 0:switch(x){case 0:case 125:C=0;case 59+_:b==-1&&(N=$(N,/\f/g,"")),f>0&&$e(N)-h&&jr(f>32?fc(N+";",r,n,h-1):fc($(N," ","")+";",r,n,h-2),l);break;case 59:N+=";";default:if(jr(R=dc(N,t,n,d,_,a,s,D,H=[],j=[],h),i),x===123)if(_===0)Kr(N,t,R,R,H,i,h,s,j);else switch(p===99&&pe(N,3)===110?100:p){case 100:case 108:case 109:case 115:Kr(e,R,R,r&&jr(dc(e,R,R,0,0,a,s,D,a,H=[],h),j),a,j,h,s,r?H:j);break;default:Kr(N,R,R,R,[""],j,0,s,j)}}d=_=f=0,A=b=1,D=N="",h=o;break;case 58:h=1+$e(N),f=w;default:if(A<1){if(x==123)--A;else if(x==125&&A++==0&&Em()==125)continue}switch(N+=ra(x),x*A){case 38:b=_>0?1:(N+="\f",-1);break;case 44:s[d++]=($e(N)-1)*b,b=1;break;case 64:We()===45&&(N+=Wr(Ue())),p=We(),_=h=$e(D=N+=Cm($r())),x++;break;case 45:w===45&&$e(N)==2&&(A=0)}}return i}function dc(e,t,n,r,a,i,o,s,l,d,_){for(var h=a-1,p=a===0?i:[""],f=Oo(p),w=0,A=0,C=0;w<r;++w)for(var b=0,x=An(e,h+1,h=vm(A=o[w])),D=e;b<f;++b)(D=Gc(A>0?p[b]+" "+x:$(x,/&\f/g,p[b])))&&(l[C++]=D);return ia(e,t,n,a===0?Co:s,l,d,_)}function Om(e,t,n){return ia(e,t,n,Bc,ra(bm()),An(e,2,-2),0)}function fc(e,t,n,r){return ia(e,t,n,Ro,An(e,0,r),An(e,r+1,-1),r)}function qt(e,t){for(var n="",r=Oo(e),a=0;a<r;a++)n+=t(e[a],a,e,t)||"";return n}function km(e,t,n,r){switch(e.type){case pm:if(e.children.length)break;case mm:case Ro:return e.return=e.return||e.value;case Bc:return"";case Mc:return e.return=e.value+"{"+qt(e.children,r)+"}";case Co:e.value=e.props.join(",")}return $e(n=qt(e.children,r))?e.return=e.value+"{"+n+"}":""}function Tm(e){var t=Oo(e);return function(n,r,a,i){for(var o="",s=0;s<t;s++)o+=e[s](n,r,a,i)||"";return o}}function xm(e){return function(t){t.root||(t=t.return)&&e(t)}}function Pm(e){var t=Object.create(null);return function(n){return t[n]===void 0&&(t[n]=e(n)),t[n]}}var Lm=function(e,t,n){for(var r=0,a=0;r=a,a=We(),r===38&&a===12&&(t[n]=1),!Sn(a);)Ue();return Rn(e,xe)},Dm=function(e,t){var n=-1,r=44;do switch(Sn(r)){case 0:r===38&&We()===12&&(t[n]=1),e[n]+=Lm(xe-1,t,n);break;case 2:e[n]+=Wr(r);break;case 4:if(r===44){e[++n]=We()===58?"&\f":"",t[n]=e[n].length;break}default:e[n]+=ra(r)}while(r=Ue());return e},Nm=function(e,t){return Hc(Dm(Fc(e),t))},hc=new WeakMap,Um=function(e){if(!(e.type!=="rule"||!e.parent||e.length<1)){for(var t=e.value,n=e.parent,r=e.column===n.column&&e.line===n.line;n.type!=="rule";)if(n=n.parent,!n)return;if(!(e.props.length===1&&t.charCodeAt(0)!==58&&!hc.get(n))&&!r){hc.set(e,!0);for(var a=[],i=Nm(t,a),o=n.props,s=0,l=0;s<i.length;s++)for(var d=0;d<o.length;d++,l++)e.props[l]=a[s]?i[s].replace(/&\f/g,o[d]):o[d]+" "+i[s]}}},Bm=function(e){if(e.type==="decl"){var t=e.value;t.charCodeAt(0)===108&&t.charCodeAt(2)===98&&(e.return="",e.value="")}};function qc(e,t){switch(_m(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+Qr+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($e(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"+Qr+(pe(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~fo(e,"stretch")?qc($(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(pe(e,t+1)!==115)break;case 6444:switch(pe(e,$e(e)-3-(~fo(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 Mm=function(e,t,n,r){if(e.length>-1&&!e.return)switch(e.type){case Ro:e.return=qc(e.value,e.length);break;case Mc:return qt([wn(e,{value:$(e.value,"@","@"+V)})],r);case Co:if(e.length)return wm(e.props,function(a){switch(ym(a,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return qt([wn(e,{props:[$(a,/:(read-\w+)/,":"+Qr+"$1")]})],r);case"::placeholder":return qt([wn(e,{props:[$(a,/:(plac\w+)/,":"+V+"input-$1")]}),wn(e,{props:[$(a,/:(plac\w+)/,":"+Qr+"$1")]}),wn(e,{props:[$(a,/:(plac\w+)/,we+"input-$1")]})],r)}return""})}},Gm=[Mm],Jm=function(e){var t=e.key;if(t==="css"){var n=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(n,function(w){var A=w.getAttribute("data-emotion");A.indexOf(" ")!==-1&&(document.head.appendChild(w),w.setAttribute("data-s",""))})}var r=e.stylisPlugins||Gm,a={},i,o=[];i=e.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+t+' "]'),function(w){for(var A=w.getAttribute("data-emotion").split(" "),C=1;C<A.length;C++)a[A[C]]=!0;o.push(w)});var s,l=[Um,Bm];{var d,_=[km,xm(function(w){d.insert(w)})],h=Tm(l.concat(r,_)),p=function(w){return qt(Rm(w),h)};s=function(w,A,C,b){d=C,p(w?w+"{"+A.styles+"}":A.styles),b&&(f.inserted[A.name]=!0)}}var f={key:t,sheet:new hm({key:t,container:i,nonce:e.nonce,speedy:e.speedy,prepend:e.prepend,insertionPoint:e.insertionPoint}),nonce:e.nonce,inserted:a,registered:{},insert:s};return f.sheet.hydrate(o),f};function Fm(e){for(var t=0,n,r=0,a=e.length;a>=4;++r,a-=4)n=e.charCodeAt(r)&255|(e.charCodeAt(++r)&255)<<8|(e.charCodeAt(++r)&255)<<16|(e.charCodeAt(++r)&255)<<24,n=(n&65535)*1540483477+((n>>>16)*59797<<16),n^=n>>>24,t=(n&65535)*1540483477+((n>>>16)*59797<<16)^(t&65535)*1540483477+((t>>>16)*59797<<16);switch(a){case 3:t^=(e.charCodeAt(r+2)&255)<<16;case 2:t^=(e.charCodeAt(r+1)&255)<<8;case 1:t^=e.charCodeAt(r)&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 Hm={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},qm=/[A-Z]|^ms/g,jm=/_EMO_([^_]+?)_([^]*?)_EMO_/g,jc=function(e){return e.charCodeAt(1)===45},mc=function(e){return e!=null&&typeof e!="boolean"},Qi=Pm(function(e){return jc(e)?e:e.replace(qm,"-$&").toLowerCase()}),pc=function(e,t){switch(e){case"animation":case"animationName":if(typeof t=="string")return t.replace(jm,function(n,r,a){return ht={name:r,styles:a,next:ht},r})}return Hm[e]!==1&&!jc(e)&&typeof t=="number"&&t!==0?t+"px":t};function Zr(e,t,n){if(n==null)return"";var r=n;if(r.__emotion_styles!==void 0)return r;switch(typeof n){case"boolean":return"";case"object":{var a=n;if(a.anim===1)return ht={name:a.name,styles:a.styles,next:ht},a.name;var i=n;if(i.styles!==void 0){var o=i.next;if(o!==void 0)for(;o!==void 0;)ht={name:o.name,styles:o.styles,next:ht},o=o.next;var s=i.styles+";";return s}return Vm(e,t,n)}}var l=n;if(t==null)return l;var d=t[l];return d!==void 0?d:l}function Vm(e,t,n){var r="";if(Array.isArray(n))for(var a=0;a<n.length;a++)r+=Zr(e,t,n[a])+";";else for(var i in n){var o=n[i];if(typeof o!="object"){var s=o;t!=null&&t[s]!==void 0?r+=i+"{"+t[s]+"}":mc(s)&&(r+=Qi(i)+":"+pc(i,s)+";")}else if(Array.isArray(o)&&typeof o[0]=="string"&&(t==null||t[o[0]]===void 0))for(var l=0;l<o.length;l++)mc(o[l])&&(r+=Qi(i)+":"+pc(i,o[l])+";");else{var d=Zr(e,t,o);switch(i){case"animation":case"animationName":{r+=Qi(i)+":"+d+";";break}default:r+=i+"{"+d+"}"}}}return r}var vc=/label:\s*([^\s;{]+)\s*(;|$)/g,ht;function Zi(e,t,n){if(e.length===1&&typeof e[0]=="object"&&e[0]!==null&&e[0].styles!==void 0)return e[0];var r=!0,a="";ht=void 0;var i=e[0];if(i==null||i.raw===void 0)r=!1,a+=Zr(n,t,i);else{var o=i;a+=o[0]}for(var s=1;s<e.length;s++)if(a+=Zr(n,t,e[s]),r){var l=i;a+=l[s]}vc.lastIndex=0;for(var d="",_;(_=vc.exec(a))!==null;)d+="-"+_[1];var h=Fm(a)+d;return{name:h,styles:a,next:ht}}function Vc(e,t,n){var r="";return n.split(" ").forEach(function(a){e[a]!==void 0?t.push(e[a]+";"):a&&(r+=a+" ")}),r}var $m=function(e,t,n){var r=e.key+"-"+t.name;e.registered[r]===void 0&&(e.registered[r]=t.styles)},Wm=function(e,t,n){$m(e,t);var r=e.key+"-"+t.name;if(e.inserted[t.name]===void 0){var a=t;do e.insert(t===a?"."+r:"",a,e.sheet,!0),a=a.next;while(a!==void 0)}};function gc(e,t){if(e.inserted[t.name]===void 0)return e.insert("",t,e.sheet,!0)}function _c(e,t,n){var r=[],a=Vc(e,r,n);return r.length<2?n:a+t(r)}var Km=function(e){var t=Jm(e);t.sheet.speedy=function(o){this.isSpeedy=o},t.compat=!0;var n=function(){for(var o=arguments.length,s=new Array(o),l=0;l<o;l++)s[l]=arguments[l];var d=Zi(s,t.registered,void 0);return Wm(t,d),t.key+"-"+d.name},r=function(){for(var o=arguments.length,s=new Array(o),l=0;l<o;l++)s[l]=arguments[l];var d=Zi(s,t.registered),_="animation-"+d.name;return gc(t,{name:d.name,styles:"@keyframes "+_+"{"+d.styles+"}"}),_},a=function(){for(var o=arguments.length,s=new Array(o),l=0;l<o;l++)s[l]=arguments[l];var d=Zi(s,t.registered);gc(t,d)},i=function(){for(var o=arguments.length,s=new Array(o),l=0;l<o;l++)s[l]=arguments[l];return _c(t.registered,n,zm(s))};return{css:n,cx:i,injectGlobal:a,keyframes:r,hydrate:function(o){o.forEach(function(s){t.inserted[s]=!0})},flush:function(){t.registered={},t.inserted={},t.sheet.flush()},sheet:t.sheet,cache:t,getRegisteredStyles:Vc.bind(null,t.registered),merge:_c.bind(null,t.registered,n)}},zm=function e(t){for(var n="",r=0;r<t.length;r++){var a=t[r];if(a!=null){var i=void 0;switch(typeof a){case"boolean":break;case"object":{if(Array.isArray(a))i=e(a);else{i="";for(var o in a)a[o]&&o&&(i&&(i+=" "),i+=o)}break}default:i=a}i&&(n&&(n+=" "),n+=i)}}return n},Xm=Km({key:"css"}),$t=Xm.css,mo,Ne,eo,yc,wc=0,$c=[],he=M,bc=he.__b,Ec=he.__r,Ic=he.diffed,Ac=he.__c,Sc=he.unmount,Cc=he.__;function Ym(e,t){he.__h&&he.__h(Ne,e,wc||t),wc=0;var n=Ne.__H||(Ne.__H={__:[],__h:[]});return e>=n.__.length&&n.__.push({}),n.__[e]}function Wc(e,t){var n=Ym(mo++,7);return ep(n.__H,t)&&(n.__=e(),n.__H=t,n.__h=e),n.__}function Qm(){for(var e;e=$c.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(zr),e.__H.__h.forEach(po),e.__H.__h=[]}catch(t){e.__H.__h=[],he.__e(t,e.__v)}}he.__b=function(e){Ne=null,bc&&bc(e)},he.__=function(e,t){e&&t.__k&&t.__k.__m&&(e.__m=t.__k.__m),Cc&&Cc(e,t)},he.__r=function(e){Ec&&Ec(e),mo=0;var t=(Ne=e.__c).__H;t&&(eo===Ne?(t.__h=[],Ne.__h=[],t.__.forEach(function(n){n.__N&&(n.__=n.__N),n.u=n.__N=void 0})):(t.__h.forEach(zr),t.__h.forEach(po),t.__h=[],mo=0)),eo=Ne},he.diffed=function(e){Ic&&Ic(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&($c.push(t)!==1&&yc===he.requestAnimationFrame||((yc=he.requestAnimationFrame)||Zm)(Qm)),t.__H.__.forEach(function(n){n.u&&(n.__H=n.u),n.u=void 0})),eo=Ne=null},he.__c=function(e,t){t.some(function(n){try{n.__h.forEach(zr),n.__h=n.__h.filter(function(r){return!r.__||po(r)})}catch(r){t.some(function(a){a.__h&&(a.__h=[])}),t=[],he.__e(r,n.__v)}}),Ac&&Ac(e,t)},he.unmount=function(e){Sc&&Sc(e);var t,n=e.__c;n&&n.__H&&(n.__H.__.forEach(function(r){try{zr(r)}catch(a){t=a}}),n.__H=void 0,t&&he.__e(t,n.__v))};var Rc=typeof requestAnimationFrame=="function";function Zm(e){var t,n=function(){clearTimeout(r),Rc&&cancelAnimationFrame(t),setTimeout(e)},r=setTimeout(n,100);Rc&&(t=requestAnimationFrame(n))}function zr(e){var t=Ne,n=e.__c;typeof n=="function"&&(e.__c=void 0,n()),Ne=t}function po(e){var t=Ne;e.__c=e.__(),Ne=t}function ep(e,t){return!e||e.length!==t.length||t.some(function(n,r){return n!==e[r]})}var tp=Symbol.for("preact-signals");function oa(){if(mt>1)mt--;else{for(var e,t=!1;bn!==void 0;){var n=bn;for(bn=void 0,vo++;n!==void 0;){var r=n.o;if(n.o=void 0,n.f&=-3,!(8&n.f)&&zc(n))try{n.c()}catch(a){t||(e=a,t=!0)}n=r}}if(vo=0,mt--,t)throw e}}function Te(e){if(mt>0)return e();mt++;try{return e()}finally{oa()}}var Q=void 0,bn=void 0,mt=0,vo=0,ea=0;function Kc(e){if(Q!==void 0){var t=e.n;if(t===void 0||t.t!==Q)return t={i:0,S:e,p:Q.s,n:void 0,t:Q,e:void 0,x:void 0,r:t},Q.s!==void 0&&(Q.s.n=t),Q.s=t,e.n=t,32&Q.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=Q.s,t.n=void 0,Q.s.n=t,Q.s=t),t}}function ve(e){this.v=e,this.i=0,this.n=void 0,this.t=void 0}ve.prototype.brand=tp;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,n=e.x;t!==void 0&&(t.x=n,e.e=void 0),n!==void 0&&(n.e=t,e.x=void 0),e===this.t&&(this.t=n)}};ve.prototype.subscribe=function(e){var t=this;return kn(function(){var n=t.value,r=Q;Q=void 0;try{e(n)}finally{Q=r}})};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=Q;Q=void 0;try{return this.value}finally{Q=e}};Object.defineProperty(ve.prototype,"value",{get:function(){var e=Kc(this);return e!==void 0&&(e.i=this.i),this.v},set:function(e){if(e!==this.v){if(vo>100)throw new Error("Cycle detected");this.v=e,this.i++,ea++,mt++;try{for(var t=this.t;t!==void 0;t=t.x)t.t.N()}finally{oa()}}}});function Z(e){return new ve(e)}function zc(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 Xc(e){for(var t=e.s;t!==void 0;t=t.n){var n=t.S.n;if(n!==void 0&&(t.r=n),t.S.n=t,t.i=-1,t.n===void 0){e.s=t;break}}}function Yc(e){for(var t=e.s,n=void 0;t!==void 0;){var r=t.p;t.i===-1?(t.S.U(t),r!==void 0&&(r.n=t.n),t.n!==void 0&&(t.n.p=r)):n=t,t.S.n=t.r,t.r!==void 0&&(t.r=void 0),t=r}e.s=n}function Wt(e){ve.call(this,void 0),this.x=e,this.s=void 0,this.g=ea-1,this.f=4}(Wt.prototype=new ve).h=function(){if(this.f&=-3,1&this.f)return!1;if((36&this.f)==32||(this.f&=-5,this.g===ea))return!0;if(this.g=ea,this.f|=1,this.i>0&&!zc(this))return this.f&=-2,!0;var e=Q;try{Xc(this),Q=this;var t=this.x();(16&this.f||this.v!==t||this.i===0)&&(this.v=t,this.f&=-17,this.i++)}catch(n){this.v=n,this.f|=16,this.i++}return Q=e,Yc(this),this.f&=-2,!0};Wt.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)};Wt.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)}};Wt.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(Wt.prototype,"value",{get:function(){if(1&this.f)throw new Error("Cycle detected");var e=Kc(this);if(this.h(),e!==void 0&&(e.i=this.i),16&this.f)throw this.v;return this.v}});function En(e){return new Wt(e)}function Qc(e){var t=e.u;if(e.u=void 0,typeof t=="function"){mt++;var n=Q;Q=void 0;try{t()}catch(r){throw e.f&=-2,e.f|=8,ko(e),r}finally{Q=n,oa()}}}function ko(e){for(var t=e.s;t!==void 0;t=t.n)t.S.U(t);e.x=void 0,e.s=void 0,Qc(e)}function np(e){if(Q!==this)throw new Error("Out-of-order effect");Yc(this),Q=e,this.f&=-2,8&this.f&&ko(this),oa()}function On(e){this.x=e,this.u=void 0,this.s=void 0,this.o=void 0,this.f=32}On.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()}};On.prototype.S=function(){if(1&this.f)throw new Error("Cycle detected");this.f|=1,this.f&=-9,Qc(this),Xc(this),mt++;var e=Q;return Q=this,np.bind(this,e)};On.prototype.N=function(){2&this.f||(this.f|=2,this.o=bn,bn=this)};On.prototype.d=function(){this.f|=8,1&this.f||ko(this)};function kn(e){var t=new On(e);try{t.c()}catch(n){throw t.d(),n}return t.d.bind(t)}var Zc,to,eu=[];kn(function(){Zc=this.N})();function Kt(e,t){M[e]=t.bind(null,M[e]||function(){})}function ta(e){to&&to(),to=e&&e.S()}function tu(e){var t=this,n=e.data,r=nu(n);r.value=n;var a=Wc(function(){for(var s=t,l=t.__v;l=l.__;)if(l.__c){l.__c.__$f|=4;break}var d=En(function(){var f=r.value.value;return f===0?0:f===!0?"":f||""}),_=En(function(){return!Array.isArray(d.value)&&!Mi(d.value)}),h=kn(function(){if(this.N=ru,_.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)},[_,d]},[]),i=a[0],o=a[1];return i.value?o.peek():o.value}tu.displayName="_st";Object.defineProperties(ve.prototype,{constructor:{configurable:!0,value:void 0},type:{configurable:!0,value:tu},props:{configurable:!0,get:function(){return{data:this}}},__b:{configurable:!0,value:1}});Kt("__b",function(e,t){if(typeof t.type=="string"){var n,r=t.props;for(var a in r)if(a!=="children"){var i=r[a];i instanceof ve&&(n||(t.__np=n={}),n[a]=i,r[a]=i.peek())}}e(t)});Kt("__r",function(e,t){ta();var n,r=t.__c;r&&(r.__$f&=-2,(n=r.__$u)===void 0&&(r.__$u=n=function(a){var i;return kn(function(){i=this}),i.c=function(){r.__$f|=1,r.setState({})},i}())),ta(n),e(t)});Kt("__e",function(e,t,n,r){ta(),e(t,n,r)});Kt("diffed",function(e,t){ta();var n;if(typeof t.type=="string"&&(n=t.__e)){var r=t.__np,a=t.props;if(r){var i=n.U;if(i)for(var o in i){var s=i[o];s!==void 0&&!(o in r)&&(s.d(),i[o]=void 0)}else i={},n.U=i;for(var l in r){var d=i[l],_=r[l];d===void 0?(d=rp(n,l,_,a),i[l]=d):d.o(_,a)}}}e(t)});function rp(e,t,n,r){var a=t in e&&e.ownerSVGElement===void 0,i=Z(n);return{o:function(o,s){i.value=o,r=s},d:kn(function(){this.N=ru;var o=i.value.value;r[t]!==o&&(r[t]=o,a?e[t]=o:o?e.setAttribute(t,o):e.removeAttribute(t))})}}Kt("unmount",function(e,t){if(typeof t.type=="string"){var n=t.__e;if(n){var r=n.U;if(r){n.U=void 0;for(var a in r){var i=r[a];i&&i.d()}}}}else{var o=t.__c;if(o){var s=o.__$u;s&&(o.__$u=void 0,s.d())}}e(t)});Kt("__h",function(e,t,n,r){(r<3||r===9)&&(t.__$f|=2),e(t,n,r)});De.prototype.shouldComponentUpdate=function(e,t){var n=this.__$u,r=n&&n.s!==void 0;for(var a in t)return!0;if(this.__f||typeof this.u=="boolean"&&this.u===!0){var i=2&this.__$f;if(!(r||i||4&this.__$f)||1&this.__$f)return!0}else if(!(r||4&this.__$f)||3&this.__$f)return!0;for(var o in e)if(o!=="__source"&&e[o]!==this.props[o])return!0;for(var s in this.props)if(!(s in e))return!0;return!1};function nu(e){return Wc(function(){return Z(e)},[])}var ap=function(e){queueMicrotask(function(){queueMicrotask(e)})};function ip(){Te(function(){for(var e;e=eu.shift();)Zc.call(e)})}function ru(){eu.push(this)===1&&(M.requestAnimationFrame||ap)(ip)}var be=$t`
|
|
1
|
+
var Rd=Object.create;var So=Object.defineProperty,Od=Object.defineProperties,kd=Object.getOwnPropertyDescriptor,Td=Object.getOwnPropertyDescriptors,xd=Object.getOwnPropertyNames,Jn=Object.getOwnPropertySymbols,os=Object.getPrototypeOf,Co=Object.prototype.hasOwnProperty,as=Object.prototype.propertyIsEnumerable,Pd=Reflect.get;var rs=(e,t,n)=>t in e?So(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,$=(e,t)=>{for(var n in t||(t={}))Co.call(t,n)&&rs(e,n,t[n]);if(Jn)for(var n of Jn(t))as.call(t,n)&&rs(e,n,t[n]);return e},Ie=(e,t)=>Od(e,Td(t));var on=(e=>typeof require!="undefined"?require:typeof Proxy!="undefined"?new Proxy(e,{get:(t,n)=>(typeof require!="undefined"?require:t)[n]}):e)(function(e){if(typeof require!="undefined")return require.apply(this,arguments);throw Error('Dynamic require of "'+e+'" is not supported')});var is=(e,t)=>{var n={};for(var r in e)Co.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Jn)for(var r of Jn(e))t.indexOf(r)<0&&as.call(e,r)&&(n[r]=e[r]);return n};var te=(e,t)=>()=>(e&&(t=e(e=0)),t);var Ro=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var Ld=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of xd(t))!Co.call(e,o)&&o!==n&&So(e,o,{get:()=>t[o],enumerable:!(r=kd(t,o))||r.enumerable});return e};var Oo=(e,t,n)=>(n=e!=null?Rd(os(e)):{},Ld(t||!e||!e.__esModule?So(n,"default",{value:e,enumerable:!0}):n,e));var ss=(e,t,n)=>Pd(os(e),n,t);var A=(e,t,n)=>new Promise((r,o)=>{var a=l=>{try{s(n.next(l))}catch(d){o(d)}},i=l=>{try{s(n.throw(l))}catch(d){o(d)}},s=l=>l.done?r(l.value):Promise.resolve(l.value).then(a,i);s((n=n.apply(e,t)).next())});function Fd(e){return new Promise(t=>{setTimeout(()=>{t()},e)})}function Bo(e){return typeof e=="string"}function ms(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)&&!(e instanceof RegExp)&&!(e instanceof Date)}function ps(e){return typeof e=="object"&&Array.isArray(e)}function Hd(e){return typeof e=="undefined"}function qd(e){return Hd(e)||e===null}function jd(e){return typeof e=="function"}function vs(e){let t=e,n=null,r=function(...o){return n||(n=new t(...o)),n};return r.prototype=t.prototype,r}function gs(e,t,n){if(typeof n!="function")throw new Error("[Jolibox SDK]Customizer must be a function");function r(o,a){for(let i in a)if(Object.prototype.hasOwnProperty.call(a,i)){let s=o[i],l=a[i],d=n(s,l,i,o,a);d!==void 0?o[i]=d:us(l)&&us(s)?o[i]=r(Uo({},s),l):Array.isArray(l)&&Array.isArray(s)?o[i]=[...s,...l]:o[i]=l}return o}return r(e,t)}function us(e){return e&&typeof e=="object"&&e.constructor===Object}function _s(e,t){if(Array.isArray(e))return e.concat(t)}function cn(e,t,n={}){let r=null,o,a,i,{leading:s=!1,trailing:l=!0}=n,d=()=>(i=e.apply(a,o),o=void 0,a=void 0,i),y=function(...f){o=f,a=this;let p=s&&!r;if(r&&clearTimeout(r),r=setTimeout(()=>{r=null,l&&!p&&d()},t),p)return d()};return y.cancel=()=>{r&&clearTimeout(r),r=null,o=a=void 0},y.flush=()=>{if(r)return clearTimeout(r),r=null,d()},y}function Wd(e,t){return(...n)=>t(e,...n)}function Es(e){return t=>Wd(t,function(n,...r){if(typeof n=="function")try{return n.apply(this,r)}catch(o){e(new $d(`${o}`))}})}function an(e){return(...t)=>{var n,r;((r=(n=globalThis.VConsole)==null?void 0:n[e])!=null?r:globalThis.console[e])(...t)}}function Fn(e,t){return t.map(n=>{if(n==="params"&&e[n]){let r=e[n];return Object.keys(r).reduce((o,a)=>(o[a]=String(r[a]),o),{})}return e[n]})}function Zd(e){let t=e.location?Fn(e.location,fs):null,n=e.target?Fn(e.target,fs):null;return Fn(Gd(Uo({},e),{location:t,target:n}),Yd)}function Ho(e){let t=e.events.map(r=>Zd(r)),n=Fn(e.device,Qd);return[e.protocolVersion,t,n,e.project]}function ef(){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 r=e.get.call(window);return window.__joliboxLocalStorage__=r,r}if(e=Object.getOwnPropertyDescriptor(Object.getPrototypeOf(window),"localStorage"),e&&e.get)return e.get.call(window);let t=Window.prototype,n=Object.getOwnPropertyDescriptor(t,"localStorage");if(n&&n.get){let r=n.get.call(window);return window.__joliboxLocalStorage__=r,r}return localStorage}catch(e){return console.warn("Failed to get original localStorage, fallback to default implementation",e),localStorage}}function Vo(e,t,n){let r=window.location.hostname,o=r.split("."),a=n?t:e;if(/^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$/.test(r))return`${a}.jolibox.com`;if(o.length>=2){let i=o.slice(-2).join(".");if(i==="jolibox.com"||i==="pico-game.com"||i==="joyslite.com")return`${a}.${i}`}return`${a}.jolibox.com`}function Ss(e){return Vo("app","stg-app",e)}function Nt(e){return`https://${Vo("api","stg-api",e)}`}function lf(e){return Vo("collect","stg-collect",e)}function Cs(e){return`https://${lf(e)}`}function ff(e){return new Promise(t=>Rs(e)(t))}function Rs(e){return(t,n=null)=>{let r=!1;return e(o=>{if(!r)return r=!0,t.call(n,o)},null)}}function hf(e,t){return(n=>{let r,o={onWillAddFirstListener(){r=n(a.fire,a)}},a=new ln(o);return a.event})((n,r=null)=>e(o=>t(o)&&n.call(r,o),null))}function pf(e,t){let n=Math.min(e.length,t.length);for(let r=0;r<n;r++)vf(e[r],t[r])}function vf(e,t){if(Bo(t)){if(typeof e!==t)throw new Error(`argument does not match constraint: typeof ${t}`)}else if(jd(t)){try{if(e instanceof t)return}catch(n){}if(!qd(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 gf(){return typeof globalThis!="undefined"?globalThis[Os]:void 0}function _f(e){typeof globalThis!="undefined"&&(globalThis[Os]=e)}function ge(e=!1){let t=gf();if(!e&&t)return t;let n=new Hn,r=new Do,o={registerCommand(a,i,s){n.registerCommand({id:a,handler:i,metadata:s})},executeCommand(a,...i){return r.executeCommand(a,...i)},excuteCommandSync(a,...i){return r.executeCommandThowErr(a,...i)}};return _f(o),o}var No,Dd,Nd,Ud,ls,Bd,Md,cs,Uo,Gd,Jd,hs,_t,Vd,Mo,Go,ys,ws,$d,bs,qn,jn,Jo,Pe,To,Kd,Fo,ds,zd,yt,Dt,Xd,fs,Yd,Qd,Je,Lt,tf,Ae,nf,rf,of,Is,qo,jo,af,sf,As,wt,xo,ne,cf,uf,sn,ln,qe,Lo,df,ko,mf,ft,Hn,Do,Os,H=te(()=>{"use strict";No=Object.defineProperty,Dd=Object.defineProperties,Nd=Object.getOwnPropertyDescriptor,Ud=Object.getOwnPropertyDescriptors,ls=Object.getOwnPropertySymbols,Bd=Object.prototype.hasOwnProperty,Md=Object.prototype.propertyIsEnumerable,cs=(e,t,n)=>t in e?No(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Uo=(e,t)=>{for(var n in t||(t={}))Bd.call(t,n)&&cs(e,n,t[n]);if(ls)for(var n of ls(t))Md.call(t,n)&&cs(e,n,t[n]);return e},Gd=(e,t)=>Dd(e,Ud(t)),Jd=(e,t)=>{for(var n in t)No(e,n,{get:t[n],enumerable:!0})},hs=(e,t,n,r)=>{for(var o=r>1?void 0:r?Nd(t,n):t,a=e.length-1,i;a>=0;a--)(i=e[a])&&(o=(r?i(t,n,o):i(o))||o);return r&&o&&No(t,n,o),o},_t=(e,t,n)=>new Promise((r,o)=>{var a=l=>{try{s(n.next(l))}catch(d){o(d)}},i=l=>{try{s(n.throw(l))}catch(d){o(d)}},s=l=>l.done?r(l.value):Promise.resolve(l.value).then(a,i);s((n=n.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 n=new Event("abort");this.signal.dispatchEvent(n)};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(n,r){this._eventListeners[n]||(this._eventListeners[n]=[]),this._eventListeners[n].push(r)},t.prototype.removeEventListener=function(n,r){if(!this._eventListeners[n])return;let o=this._eventListeners[n].indexOf(r);o!==-1&&this._eventListeners[n].splice(o,1)},t.prototype.dispatchEvent=function(n){if(this._eventListeners[n.type])for(let r of this._eventListeners[n.type])r.call(this,n)},window.AbortController=e,window.AbortSignal=t}Vd=(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))(Vd||{}),Mo=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}},Go=class extends Mo{constructor(){super(...arguments),this.kind="INTERNAL_ERROR"}},ys=class extends Mo{constructor(){super(...arguments),this.kind="USER_ERROR"}},ws=class extends ys{constructor(){super(...arguments),this.name="USER_VALIDATE_ERROR"}},$d=class extends ys{constructor(e,t,n){super(e),this.message=e,this.errNo=t,this.name="USER_CUSTOM_ERROR",this.errMsg=e,n&&(this.extra=Object.assign({},this.extra,n))}},bs=class extends Go{constructor(){super(...arguments),this.name="INTERNAL_SCHEMA_PARSE_ERROR",this.priority="P0"}},qn=class extends Go{constructor(){super(...arguments),this.name="INTERNAL_GLOBAL_JS_ERROR",this.priority="P1"}},jn=class extends Mo{constructor(e,t,n,r,o){super(e),this.message=e,this.code=t,this.kind="API_ERROR",this.name="API_ERROR",n&&(this.errorType=n),r!==void 0&&(this.stack=r),o&&(this.priority=o)}toJSON(){return{message:this.message,stack:this.stack,name:this.name,code:this.code,errorType:this.errorType}}},Jo=class extends Go{constructor(){super(...arguments),this.name="INTERNAL_REPORTER_ERROR"}};Pe={log:an("log"),warn:an("warn"),info:an("info"),error:an("error"),debug:an("debug")};Object.assign(globalThis,{logger:Pe});To=Symbol.for("Jolibox.canIUseMap"),Kd={};globalThis[To]||(globalThis[To]=Kd);Fo={get config(){return globalThis[To]}},ds=Symbol.for("Jolibox.canIUseMap.native"),zd={};globalThis[ds]||(globalThis[ds]=zd);yt=(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))(yt||{}),Dt=(e=>(e.MiniGame="mini-game",e.MiniDrama="mini-drama",e.App="app",e.WebSDK="web-sdk",e.AppSDK="app-sdk",e))(Dt||{}),Xd=(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))(Xd||{}),fs=["name","params"],Yd=["name","type","location","target","extra","timestamp","userId"],Qd=["platform","os","appVersion","appId","model","brand","uuid","jsSdkVersion","extra"];Je=()=>"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,e=>{let t=Math.random()*16|0;return(e==="x"?t:t&3|8).toString(16)});ef();Lt=typeof window=="undefined",tf=()=>!Lt&&!!(navigator.userAgent||"").includes("JoliboxPlatformSDK"),Ae={isiOS:!Lt&&(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:!Lt&&navigator.userAgent.includes("Android"),isMac:!Lt&&navigator.userAgent.includes("Mac"),isFacebook:!Lt&&navigator.userAgent.includes("FB_IAB"),isPC:!Lt&&!navigator.userAgent.includes("iPhone")&&!navigator.userAgent.includes("Android")},nf=()=>Ae.isiOS?"iOS":Ae.isAndroid?"Android":Ae.isMac?"Mac":Ae.isFacebook?"Facebook":"PC",rf="device_id",of="advertising_id",Is=e=>(window.__joliboxLocalStorage__.getItem(e)||window.__joliboxLocalStorage__.setItem(e,Je()),window.__joliboxLocalStorage__.getItem(e)),qo=()=>new URLSearchParams(window.location.search).get("deviceId")||Is(rf),jo=()=>new URLSearchParams(window.location.search).get("advertisingId")||Is(of),af=e=>e.charAt(0).toUpperCase()+e.slice(1),sf=()=>{var e;let t=new URLSearchParams(window.location.search);return af((e=t.get("utm_source"))!=null?e:"")||"JoliboxSDK"},As=e=>{if(tf())return window.navigator.userAgent;let t="JoliboxWebSDK",n=nf(),r=navigator.language,o=qo(),a=jo();return`${t} (${sf()}${n}; UnknownModel; UnknownSystemVersion; ${r}) uuid/${o} adid/${a} version/${e||""}`};wt=class{constructor(e,t={}){this.requestAdapter=e,this.cache=new Map,this.pendingRequests=new Map,this.requestSequence=0,this.cacheSequences=new Map,this.config=Uo({duration:10*60*1e3,timeout:3e3,keyGenerator:(n,r)=>n,consistencyChecker:()=>!0},t)}request(e,t){return _t(this,null,function*(){let n=this.config.keyGenerator(e,t),r=this.pendingRequests.get(n);if(r)return console.log(`[RequestCacheService] Reusing pending request for ${e}`),r;let o=this.requestInternal(e,t),a=this.createTimeoutPromise(),i=Promise.race([o,a]).catch(s=>_t(this,null,function*(){if(s.message.includes("timeout")){let l=this.getValidCachedData(n);if(l)return console.warn(`[RequestCacheService] Request timeout, falling back to cache for ${e}`),this.requestAdapter.processCachedData?this.requestAdapter.processCachedData(l):l}throw s}));this.pendingRequests.set(n,i),o.then(s=>{console.log(`[RequestCacheService] Background request completed successfully for ${e}`)}).catch(s=>{console.warn(`[RequestCacheService] Background request failed for ${e}:`,s)});try{return yield i}finally{this.pendingRequests.delete(n)}})}requestInternal(e,t){return _t(this,null,function*(){var n,r,o,a;let i=this.config.keyGenerator(e,t),s=++this.requestSequence,l=this.getValidCachedData(i);if(console.log("[RequestCacheService] requestInternal start",e,"cached:",l),l){if(this.requestAdapter.extractRealTimeData&&this.requestAdapter.mergeData)try{let f=yield this.requestAdapter.execute(e,t),p=this.requestAdapter.extractRealTimeData(f),h=(r=(n=this.requestAdapter).extractCacheableData)==null?void 0:r.call(n,f);return h&&!this.config.consistencyChecker(l,h)?(console.log(`[RequestCacheService] Cache invalidated due to data change for ${e}`),this.setCachedDataWithSequence(i,h,s),f):this.requestAdapter.mergeData(l,p)}catch(f){return console.warn(`[RequestCacheService] Failed to fetch real-time data, using cache only for ${e}:`,f),this.requestAdapter.processCachedData?this.requestAdapter.processCachedData(l):l}return console.log(`[RequestCacheService] use cache for ${e}`),this.requestAdapter.processCachedData?this.requestAdapter.processCachedData(l):l}console.log(`[RequestCacheService] Cache miss, fetching fresh data for ${e} (sequence: ${s})`);let d=yield this.requestAdapter.execute(e,t),y=(a=(o=this.requestAdapter).extractCacheableData)==null?void 0:a.call(o,d);return y&&this.setCachedDataWithSequence(i,y,s),d})}createTimeoutPromise(){return new Promise((e,t)=>{setTimeout(()=>{t(new Error(`[RequestCacheService] Request timeout after ${this.config.timeout/1e3} seconds`))},this.config.timeout)})}getValidCachedData(e){let t=this.cache.get(e);return t?Date.now()>t.expiresAt?(this.cache.delete(e),null):t.data:null}setCachedDataWithSequence(e,t,n,r){let o=this.cache.get(e);if(o&&o.sequence>n){console.log(`[RequestCacheService] Ignoring stale cache update for ${e} (current: ${o.sequence}, incoming: ${n})`);return}let a=Date.now();this.cache.set(e,{data:JSON.parse(JSON.stringify(t)),timestamp:a,expiresAt:a+this.config.duration,key:e,sequence:n,metadata:r}),this.cacheSequences.set(e,n),console.log(`[RequestCacheService] Updated cache for ${e} with sequence ${n}`)}refreshCache(e,t){return _t(this,null,function*(){let n=this.config.keyGenerator(e,t);return this.cache.delete(n),this.request(e,t)})}forceRequest(e,t){return _t(this,null,function*(){var n,r;let o=this.config.keyGenerator(e,t),a=++this.requestSequence;console.log(`[RequestCacheService] Force request for ${e} (sequence: ${a})`);let i=yield this.requestAdapter.execute(e,t),s=(r=(n=this.requestAdapter).extractCacheableData)==null?void 0:r.call(n,i);return s&&(this.setCachedDataWithSequence(o,s,a),console.log(`[RequestCacheService] Force updated cache for ${e}`)),i})}warmupCache(e,t){return _t(this,null,function*(){let n=this.config.keyGenerator(e,t);if(this.pendingRequests.has(n)){console.log(`[RequestCacheService] Skipping warmup for ${e} - request in progress`);return}if(this.hasValidCache(n)){console.log(`[RequestCacheService] Skipping warmup for ${e} - valid cache exists`);return}try{console.log(`[RequestCacheService] Warming up cache for ${e}`),yield this.forceRequest(e,t)}catch(r){console.warn(`[RequestCacheService] Cache warmup failed for ${e}:`,r)}})}clearCache(e){e?(this.cache.delete(e),this.cacheSequences.delete(e),this.pendingRequests.delete(e),console.log(`[RequestCacheService] Cleared cache for ${e}`)):(this.cache.clear(),this.cacheSequences.clear(),this.pendingRequests.clear(),this.requestSequence=0,console.log("[RequestCacheService] Cleared all cache"))}clearExpiredCache(){let e=Date.now();for(let[t,n]of this.cache)e>n.expiresAt&&(this.cache.delete(t),this.cacheSequences.delete(t));console.log("[RequestCacheService] Cleared expired cache entries")}getCacheStats(){let e=Date.now(),t=0,n=0;for(let r of this.cache.values())e>r.expiresAt?n++:t++;return{cacheCount:this.cache.size,validCount:t,expiredCount:n,pendingRequestCount:this.pendingRequests.size}}getCacheKeys(){return Array.from(this.cache.keys())}hasValidCache(e){let t=this.cache.get(e);return t?Date.now()<=t.expiresAt:!1}getPendingRequestKeys(){return Array.from(this.pendingRequests.keys())}hasPendingRequest(e){return this.pendingRequests.has(e)}getCacheSequence(e){return this.cacheSequences.get(e)}},xo=class Po{constructor(t){this.element=t,this.next=Po.Undefined,this.prev=Po.Undefined}};xo.Undefined=new xo(void 0);ne=xo,cf=class{constructor(){this._first=ne.Undefined,this._last=ne.Undefined,this._size=0}get size(){return this._size}isEmpty(){return this._first===ne.Undefined}clear(){let e=this._first;for(;e!==ne.Undefined;){let t=e.next;e.prev=ne.Undefined,e.next=ne.Undefined,e=t}this._first=ne.Undefined,this._last=ne.Undefined,this._size=0}unshift(e){return this._insert(e,!1)}push(e){return this._insert(e,!0)}_insert(e,t){let n=new ne(e);if(this._first===ne.Undefined)this._first=n,this._last=n;else if(t){let o=this._last;this._last=n,n.prev=o,o.next=n}else{let o=this._first;this._first=n,n.next=o,o.prev=n}this._size+=1;let r=!1;return()=>{r||(r=!0,this._remove(n))}}shift(){if(this._first!==ne.Undefined){let e=this._first.element;return this._remove(this._first),e}}pop(){if(this._last!==ne.Undefined){let e=this._last.element;return this._remove(this._last),e}}_remove(e){if(e.prev!==ne.Undefined&&e.next!==ne.Undefined){let t=e.prev;t.next=e.next,e.next.prev=t}else e.prev===ne.Undefined&&e.next===ne.Undefined?(this._first=ne.Undefined,this._last=ne.Undefined):e.next===ne.Undefined?(this._last=this._last.prev,this._last.next=ne.Undefined):e.prev===ne.Undefined&&(this._first=this._first.next,this._first.prev=ne.Undefined);this._size-=1}*[Symbol.iterator](){let e=this._first;for(;e!==ne.Undefined;)yield e.element,e=e.next}},uf=0,sn=class{constructor(e){this.value=e,this.id=uf++}},ln=class{constructor(e){this.options=e,this._size=0}dispose(e){var t,n;this._disposed||(this._disposed=!0,this._listeners&&(e?(this._listeners instanceof sn&&(this._listeners=[this._listeners]),this._listeners=this._listeners.filter(r=>(r==null?void 0:r.value)===e)):(this._listeners=void 0,this._size=0)),(n=(t=this.options)==null?void 0:t.onDidRemoveLastListener)==null||n.call(t))}get event(){var e;return(e=this._event)!=null||(this._event=(t,n)=>{var r,o,a,i,s,l;if(this._disposed)return()=>{console.info("[Jolibox SDK] Emitter is _disposed")};n&&(t=t.bind(n));let d=new sn(t);return this._listeners?this._listeners instanceof sn?this._listeners=[this._listeners,d]:this._listeners.push(d):((o=(r=this.options)==null?void 0:r.onWillAddFirstListener)==null||o.call(r,this),this._listeners=d,(i=(a=this.options)==null?void 0:a.onDidFirstListener)==null||i.call(a,this)),(l=(s=this.options)==null?void 0:s.onDidAddListener)==null||l.call(s,this),this._size++,()=>{var y,f,p,h;if(!this._disposed){if(this._listeners instanceof sn)this._listeners.id===d.id&&(this._listeners=void 0,this._size=0,(f=(y=this.options)==null?void 0:y.onDidRemoveLastListener)==null||f.call(y));else if(this._listeners){let b=this._listeners.indexOf(d);b>=0&&(this._listeners.splice(b,1),this._size--,this._size===0&&((h=(p=this.options)==null?void 0:p.onDidRemoveLastListener)==null||h.call(p)))}}}}),this._event}_deliver(e,t){var n;if(!e)return;let r=((n=this.options)==null?void 0:n.onListenerError)||Error.constructor;if(!r){e.value(t);return}try{e.value(t)}catch(o){r(o)}}fire(e){this._listeners&&(this._listeners instanceof sn?this._deliver(this._listeners,e):this._listeners.forEach(t=>this._deliver(t,e)))}hasListeners(){return this._size>0}},qe=class{constructor(){this.listeners=new Map,this.listerHandlerMap=new WeakMap,this.cachedEventQueue=new Map}on(e,t,n=!0){var r;let o=(r=this.listeners.get(e))!=null?r:new ln,a=l=>t(...l.args),i=o.event(a);this.listerHandlerMap.set(t,{handler:a,dispose:i}),this.listeners.set(e,o);let s=this.cachedEventQueue.get(e);if(s&&n)for(let l of s)t(...l.args)}flushCachedEvent(e){e?this.cachedEventQueue.delete(e):this.cachedEventQueue.clear()}off(e,t){let n=this.listerHandlerMap.get(t);n&&(n.dispose(),this.listerHandlerMap.delete(t))}emit(e,...t){let n=this.listeners.get(e),r=this.cachedEventQueue.get(e);r||(r=new cf,this.cachedEventQueue.set(e,r)),r.push({args:t}),n&&n.fire({event:e,args:t})}once(e,t){let n=(...r)=>{t(...r),this.off(e,n)};this.on(e,n,!1)}},Lo={};Jd(Lo,{None:()=>df,filter:()=>hf,once:()=>Rs,toPromise:()=>ff});df=()=>(console.log("[Jolibox SDK] None Event"),()=>{console.log("[Jolibox SDK] None Event dispose")});ko=Symbol.for("Jolibox.hostEmitter"),mf=()=>{let e=new qe;return globalThis[ko]||(globalThis[ko]={on:e.on.bind(e),off:e.off.bind(e),emit:e.emit.bind(e),once:e.once.bind(e)}),globalThis[ko]},ft=mf();Hn=class{constructor(){this._commands=new Map,this._onDidRegisterCommand=new ln,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 n=[];for(let o of e.metadata.args)n.push(o.constraint);let r=e.handler;e.handler=function(...o){return pf(o,n),r(...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 n=this.getCommand(t);n&&e.set(t,n)}return e}};Hn=hs([vs],Hn);Do=class{constructor(){this._onWillExecuteCommand=new ln,this.onWillExecuteCommand=this._onWillExecuteCommand.event,this._onDidExecuteCommand=new ln,this.onDidExecuteCommand=this._onDidExecuteCommand.event,this.registry=new Hn,this._starActivation=null}_activateStar(){return this._starActivation||(this._starActivation=Fd(3e4)),this._starActivation}executeCommand(e,...t){return _t(this,null,function*(){return this.registry.getCommand(e)?this._tryExecuteCommand(e,t):(yield Promise.all([Promise.race([this._activateStar(),Lo.toPromise(Lo.filter(this.registry.onDidRegisterCommand,n=>n===e))])]),this._tryExecuteCommand(e,t))})}executeCommandThowErr(e,...t){if(!this.registry.getCommand(e))throw new Error(`command '${e}' not found`);let n=this.registry.getCommand(e);this._onWillExecuteCommand.fire({commandId:e,args:t});let r=this.invokeFunction(n.handler,...t);return this._onDidExecuteCommand.fire({commandId:e,args:t}),r}_tryExecuteCommand(e,t){let n=this.registry.getCommand(e);if(!n)return Promise.reject(new Error(`command '${e}' not found`));try{this._onWillExecuteCommand.fire({commandId:e,args:t});let r=this.invokeFunction(n.handler,...t);return this._onDidExecuteCommand.fire({commandId:e,args:t}),Promise.resolve(r)}catch(r){return Promise.reject(r)}}invokeFunction(e,...t){let n=!1;try{return e(...t)}finally{n=!0}}};Do=hs([vs],Do);Os=Symbol.for("Jolibox.commands")});function Le(e,t={}){$o.emit("ERROR_REPORT",{error:e,options:t})}var $o,bt,Ye=te(()=>{"use strict";H();H();$o=new qe,bt=new qe;Le.debounce=cn(Le,50,{leading:!0})});var Wo,yf,ks,Ts,xs=te(()=>{"use strict";H();Ye();Wo=e=>{let t=e.replace(/-/g,"+").replace(/_/g,"/"),n=t.length%4===0?"":"=".repeat(4-t.length%4),r=atob(t+n);try{return JSON.parse(r)}catch(o){return{}}},yf=e=>{let t=JSON.stringify(e);return btoa(t).replace(/\+/g,"-").replace(/\//g,"_").replace(/=/g,"")},ks=e=>{var t;try{let o=(t=new URL(e).searchParams.get("joliSource"))==null?void 0:t.split(".");if(o!=null&&o.length){let[a,i,s]=o;return{headerJson:Wo(a),payloadJson:Wo(i),signature:Wo(s)}}else throw"joli_source is missing"}catch(n){return Le(new bs(`${e} not a valid schema: ${n}`)),{headerJson:{},payloadJson:{},signature:{}}}},Ts=(e,t)=>{let n=t.split(".");if(n&&n.length===3){let r=n[0],o=yf(e),a=n[2];return`${r}.${o}.${a}`}return t}});var wf,Vn,Ps,Ko=te(()=>{"use strict";H();wf="1.2.9-beta.9",Vn=()=>wf,Ps=()=>{let e=Vn();return`${As(e)}`}});function Xo(e,t){return(document==null?void 0:document.head.querySelector(`meta[name="${e}"][content="${t}"]`))!==null}var bf,Ls,zo,Ds,re,Ef,P,ue=te(()=>{"use strict";H();xs();Ko();H();bf={deviceInfo:{brand:"UnknownBrand",model:"UnknownModel",did:qo(),adId:jo(),pixelRatio:window.devicePixelRatio||1,platform:Ae.isAndroid?"android":Ae.isiOS?"ios":"h5",system:"UnknownSystemVersion",lang:"zh"},sdkInfo:{nativeSDKVersion:"",jssdkVersion:Vn()},schema:window.location.href,platform:Ae.isAndroid?"android":Ae.isiOS?"ios":"h5"},zo=(Ls=globalThis.joliboxJSCore)==null?void 0:Ls.env,re=Object.assign({},(Ds=zo==null?void 0:zo())!=null?Ds:bf);Ef=()=>{var I,C,w,T,L,M,V,S,D,B,F;let{payloadJson:e,headerJson:t,signature:n}=re.schema.length?ks(re.schema):{},r=`${re.deviceInfo.did}-${new Date().getTime()}`,a=new URL(re.schema.length?re.schema:window.location.href).searchParams,i=(w=(C=(I=a.get("mpId"))!=null?I:a.get("appId"))!=null?C:a.get("gameId"))!=null?w:"",s=(M=(L=(T=re.clientSessionId)!=null?T:e==null?void 0:e.sessionId)!=null?L:a.get("sessionId"))!=null?M:r,l=!!((S=(V=e==null?void 0:e.testAdsMode)!=null?V:e==null?void 0:e.__testAdsMode)!=null?S:a.get("testAdsMode")==="true"),d=(F=(B=(D=e==null?void 0:e.joliboxEnv)!=null?D:e==null?void 0:e.__joliboxEnv)!=null?B:a.get("joliboxEnv"))!=null?F:"production",y=d==="staging",f=t==null?void 0:t.channel,h=new URL(window.location.href).searchParams,b=e==null?void 0:e.__shouldInterupt;return{get startTime(){var N;return(N=performance.timeOrigin)!=null?N:performance.timing.navigationStart},get testMode(){return y},get testAdsMode(){return l},get joliboxEnv(){return d},get joliSource(){var N,J;return(J=(N=h.get("joliSource"))!=null?N:a.get("joliSource"))!=null?J:null},get mpId(){var N;return(N=i!=null?i:e==null?void 0:e.id)!=null?N:""},get mpVersion(){var N;return(N=t==null?void 0:t.ver)!=null?N:Vn()},get mpType(){var N,J;return(J=(N=t==null?void 0:t.__mpType)!=null?N:e==null?void 0:e.__mpType)!=null?J:"game"},get platform(){var N;return((N=re.platform)!=null?N:re.deviceInfo.platform).toLowerCase()},get deviceInfo(){return re.deviceInfo},get sdkInfo(){return re.sdkInfo},get hostInfo(){return re.hostInfo},get hostUserInfo(){return re.hostUserInfo},get sessionId(){var N,J;return(J=(N=re.clientSessionId)!=null?N:s)!=null?J:r},get channel(){return f},get webviewId(){var N;return(N=re.webviewId)!=null?N:-1},get shouldInterupt(){return b},get from(){return e==null?void 0:e.__from},get baseApiHost(){return Ss(y)},get adId(){var N;return(N=re.deviceInfo.adId)!=null?N:re.deviceInfo.did},get language(){return re.deviceInfo.lang},get sdkEnvironment(){return Xo("dlightek","jolibox")?"dlightek":a.get("huaweiQuick")==="true"?"huaweiQuick":Xo("gamedistribution","jolibox")?"gamedistribution":Xo("funmax","jolibox")?"funmax":"jolibox"},get viewport(){var me,Be,ct;let N=(me=re.deviceInfo.pixelRatio)!=null?me:1,J=(Be=re.deviceInfo.statusBarHeight)!=null?Be:e==null?void 0:e.__androidStatusBarHeight,Y=(ct=re.deviceInfo.navigationBarHeight)!=null?ct:e==null?void 0:e.__androidNavigationBarHeight;return{statusBarHeight:J!==void 0?J/N:20,navigationBarHeight:Y!==void 0?Y/N:10}},get abTests(){var N,J;return(J=(N=re.abValues)==null?void 0:N.split(","))!=null?J:[]},get mpInfo(){var N;return(N=re.mpInfo)!=null?N:{mpName:"unknown"}},onEnvConfigChanged:N=>{gs(re,N,_s)},encodeJoliSourceQuery:N=>{var J,Y;return t&&n?Ts($($({},e),N),(J=a.get("joliSource"))!=null?J:""):(Y=a.get("joliSource"))!=null?Y:""},setDoExitDirectly:()=>{b=!1}}},P=Ef()});var Yo,Us,If,Af,Ns,Sf,Bs=te(()=>{"use strict";H();Ye();ue();H();Yo=!1,Us=(e,t)=>e==null?!1:t in e,If=e=>Us(e,"kind"),Af=e=>{let t=e.toLowerCase().split("_");return t[0]+t.slice(1).map(n=>n.charAt(0).toUpperCase()+n.slice(1)).join("")},Ns=(e,t={},n)=>{var a,i,s;let r={user_id:(i=(a=P.hostUserInfo)==null?void 0:a.uid)!=null?i:"",device_id:(s=P.deviceInfo.did)!=null?s:"",timestamp:Date.now(),tag:Af(e.name)},o=Ie($({},r),{env:t.environment,isFromUser:n});n?bt.emit("GLOBAL_USER_ERROR",e,o):bt.emit("GLOBAL_ERROR",e,o)},Sf=e=>Us(e,"kind")&&e.kind==="USER_ERROR";$o.on("ERROR_REPORT",({error:e,options:t})=>{if(Yo)return;Yo=!0;let n=If(e)&&e.raw?e.raw:e;try{let r=Sf(e);Ns(e,t,r)}catch(r){let o=r instanceof Error?r.message:String(r),a=new Jo(`${o}, origin error: ${n.message}`);Pe.error(a),Ns(new Jo(a.message),{environment:t.environment},!1)}finally{Yo=!1}})});var Qo,Zo=te(()=>{"use strict";Ye();H();Ye();Qo=e=>new ws(e)});function Ms(e,t){let n=(r,o,a)=>{let d=o!=null?o:{},{eventType:i}=d,s=is(d,["eventType"]),l=Ie($({tag:r,eventType:a!=null?a:i!=null?i:yt.Other},t),{extra:$({},s)});r=="globalJsError"?Le(new qn(JSON.stringify(l))):e("systemLog",l,P.webviewId)};return n.debounce=cn(n,500,{leading:!0}),n}function Gs(e){let t=(n,r,o)=>{var s;let a=(s=o&&JSON.stringify(o))!=null?s:0,i={speed_value_type:n,total_duration:r};a&&Object.assign(i,{extra:a}),e("joliboxSpeedAnalysis",i)};return t.debounce=cn(t,500,{leading:!0}),t}var Js=te(()=>{"use strict";H();H();Ye();ue()});function Fs(e,t){let n=Ms(e,t),r=Gs(n);return{track:n,trackPerformance:r}}var Hs=te(()=>{"use strict";Js()});var ea=te(()=>{"use strict"});var $n,qs=te(()=>{"use strict";ue();H();H();$n=class{constructor(t){this.apiHost=t;this.deviceInfo=null;this.samplesConfig=null;this.fetchSamplesConfig()}fetchSamplesConfig(){return A(this,null,function*(){let n=`${this.apiHost}/api/fe-configs/js-sdk/samples-config`,r=yield(yield fetch(n)).json();this.samplesConfig=r})}checkIsSampled(t){if(!this.samplesConfig)return!1;let{samples:n}=this.samplesConfig;for(let[r,o]of Object.entries(n))if(o.includes(t.name))return Math.floor(Math.random()*101)<parseFloat(r);return!1}getDevice(){var r,o,a,i,s;let{nativeSDKVersion:t,jssdkVersion:n}=P.sdkInfo;return{platform:1e3,os:P.deviceInfo.platform,appVersion:(r=t!=null?t:n)!=null?r:"1.0.0",appId:(a=(o=P.hostInfo)==null?void 0:o.aid)!=null?a:"1",model:(i=P.deviceInfo.model)!=null?i:"UnknownModel",brand:(s=P.deviceInfo.brand)!=null?s:"UnknownBrand",uuid:P.deviceInfo.did,jsSdkVersion:n,extra:{}}}getLocation(){let t=new URLSearchParams(window.location.search),n={};return t.forEach((r,o)=>{n[o]=r}),{name:"GamePage",params:n}}trackEvent(t,n,r){return A(this,null,function*(){if(this.checkIsSampled(t))return;let o=t.location?t.location:yield this.getLocation(),a=t.target||null,i=t.extra||null;this.deviceInfo||(this.deviceInfo=yield this.getDevice());let s=this.deviceInfo,d={protocolVersion:"1.0.0",events:[Ie($({},t),{location:o,target:a,extra:i,timestamp:Date.now(),userId:null})],device:s,project:n};try{r?yield this.doReport(Ho(d),r):yield this.doReport(Ho(d))}catch(y){Pe.log("[Jolibox SDK] report API error",y)}})}}});var ta=te(()=>{"use strict";Hs();ea();qs()});var na,js,Qe,Wn,Fe,Ut=te(()=>{"use strict";Ko();ue();H();na=e=>{let t=new AbortController;return setTimeout(()=>t.abort(),e),t.signal};(js=AbortSignal.timeout)!=null||(AbortSignal.timeout=na);Qe=class e{constructor(){this.httpClients=new WeakSet;this.networkRequests=[];this.maxRequestsToTrack=20;this.getNetworkStatus=()=>this.networkRequests.length===0?!0:this.networkRequests.filter(r=>r).length/this.networkRequests.length>=.6}static getInstance(){return e._instance||(e._instance=new e),e._instance}create(t){let n=new Wn(t);return e.getInstance().httpClients.add(n),n}recordNetworkRequest(t){this.networkRequests.push(t),this.networkRequests.length>this.maxRequestsToTrack&&this.networkRequests.shift()}},Wn=class{constructor(t){this.xua=Ps();this.getJoliSource=()=>P.joliSource;var r;let n=Nt(P.testMode);this.baseUrl=(r=t==null?void 0:t.baseUrl)!=null?r:n}get(t,n){return A(this,null,function*(){try{let{query:r,timeout:o}=n!=null?n:{},{headers:a}=n!=null?n:{},i=r?new URLSearchParams(r):null,s=i==null?void 0:i.toString(),l=`${this.baseUrl}${t}${s?`?${s}`:""}`,d=this.xua,y=this.getJoliSource();a=Object.assign({},a!=null?a:{},d?{"x-user-agent":d}:{},y?{"x-joli-source":y}:{});let f=yield fetch(l,{method:"GET",headers:a,credentials:"include",signal:na(o!=null?o:3e4)});return Qe.getInstance().recordNetworkRequest(!0),yield f.json()}catch(r){throw Qe.getInstance().recordNetworkRequest(!1),r}})}post(t,n){return A(this,null,function*(){try{let{data:r,query:o,timeout:a}=n!=null?n:{},{headers:i}=n!=null?n:{},s=o?new URLSearchParams(o):null,l=s==null?void 0:s.toString(),d=`${this.baseUrl}${t}${l?`?${l}`:""}`,y=this.xua,f=this.getJoliSource();i=Object.assign({},i!=null?i:{},{"Content-Type":"application/json"},y?{"x-user-agent":y}:{},f?{"x-joli-source":f}:{},{"x-os-type":Ae.isAndroid?"ANDROID":Ae.isiOS?"IOS":"PC"},{"x-runtime-type":"WEB"});let p=yield fetch(d,{method:"POST",headers:i,body:JSON.stringify(r),signal:na(a!=null?a:3e4),credentials:"include"});Qe.getInstance().recordNetworkRequest(!0);let h=p.headers.get("content-type");if(h!=null&&h.includes("application/octet-stream"))try{return p.blob()}catch(b){return yield p.arrayBuffer()}if(h!=null&&h.includes("multipart/form-data")||h!=null&&h.includes("application/x-www-form-urlencoded"))try{return p.formData()}catch(b){return yield p.text()}if(h!=null&&h.includes("application/json"))try{return yield p.json()}catch(b){return yield p.text()}return p}catch(r){throw Qe.getInstance().recordNetworkRequest(!1),r}})}put(t,n){return A(this,null,function*(){try{let{data:r,query:o,timeout:a}=n!=null?n:{},{headers:i}=n!=null?n:{},s=o?new URLSearchParams(o):null,l=s==null?void 0:s.toString(),d=`${this.baseUrl}${t}${l?`?${l}`:""}`,y=this.xua,f=this.getJoliSource();i=Object.assign({},i!=null?i:{},{"Content-Type":"application/json"},y?{"x-user-agent":y}:{},f?{"x-joli-source":f}:{});let p=yield fetch(d,{method:"PUT",headers:i,credentials:"include",body:JSON.stringify(r!=null?r:{})});if(!p.ok)throw Qe.getInstance().recordNetworkRequest(!1),new Error(`HTTP error! status: ${p.status}`);return Qe.getInstance().recordNetworkRequest(!0),yield p.json()}catch(r){throw console.error("Error:",r),r}})}};window.JoliboxHttpClient=Wn;Fe=Qe.getInstance()});var ra,Kn,oa=te(()=>{"use strict";ue();ta();Ut();H();ra=class extends $n{constructor(){super(...arguments);this.httpClient=Fe.create({baseUrl:this.apiBaseURL})}get apiBaseURL(){var n;return Cs((n=P.testMode)!=null?n:!1)}doReport(n){this.httpClient.post("/report",{data:n,timeout:5e3}).catch(r=>{console.info("report error",r)})}},Kn=new ra(Nt(P.testMode))});var Cf,Vs=te(()=>{"use strict";Bs();H();Zo();H();oa();ue();Cf=(e,t)=>{var o,a,i;let n={message:t.message,stack:(o=t.stack)!=null?o:"",errorType:t.name,source:0},r={name:e,type:yt.ErrorTrace,location:null,target:null,extra:n,timestamp:Date.now(),userId:(i=(a=P.hostUserInfo)==null?void 0:a.uid)!=null?i:null};Kn.trackEvent(r,Dt.WebSDK)};bt.on("GLOBAL_ERROR",(e,t)=>{Cf(t.tag,e)});bt.on("GLOBAL_USER_ERROR",(e,t)=>{Pe.log("UserError",e,t)})});var zn,$s=te(()=>{"use strict";zn=class{constructor(t,n){this.eventEmitter=t;this.lastReportTime=0;this.visible=!0;this.reportCount=0;this.notifyIframeGameEvent=(t,n)=>{window.parent&&window.parent.postMessage({type:t,data:n},"*")};this.playGame=t=>{this.reportCount++,(this.reportCount<=3||(this.reportCount-3)%3===0)&&(this.reporter({event:"PLAY_GAME",params:{duration:t}}),this.tracker("PlayGame",{duration:t}),this.notifyIframeGameEvent("JOLIBOX_GAME_PLAY",{duration:t}))};this.timer=this.createRAFTimer(t=>{this.playGame(t)});this.interval=n!=null?n:5*1e3,t.on("visible",r=>{this.visible=r})}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.notifyIframeGameEvent("JOLIBOX_GAME_OPEN",{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.notifyIframeGameEvent("JOLIBOX_GAME_CLOSE",{duration:t}),this.timer.stop()}createRAFTimer(t){let n=Date.now(),r,o,a=!1,i=0,s=()=>{if(!a)return;let h=Date.now(),b=h-n;b>=this.interval&&(this.visible&&(i+=Math.min(b,this.interval+1e3),t(i)),n=h),r=requestAnimationFrame(s)},l=()=>{y(),n=Date.now(),o=window.setInterval(()=>{if(!a)return;let h=Date.now();h-n>=this.interval&&(n=h)},this.interval)},d=()=>{f(),n=Date.now(),r=requestAnimationFrame(s)},y=()=>{r&&(cancelAnimationFrame(r),r=0)},f=()=>{o&&(clearInterval(o),o=0)};this.eventEmitter.on("visible",h=>{a&&(console.log("visible",h),h?d():l())});let p=this.visible;return{start(){a||(a=!0,p?d():l())},stop(){a=!1,y(),f()}}}}});var Xn,Ws=te(()=>{"use strict";ue();$s();Ut();Xn=class extends zn{constructor(n,r,o){super(r,o);this.httpClient=Fe.create();this.gameId=P.mpId,this.sessionId=P.sessionId,this.track=n}reporter(n){return A(this,null,function*(){let{event:r,params:o,extraParams:a}=n,i={eventType:r,gameInfo:$({gameId:this.gameId,sessionId:this.sessionId},o)};a&&Object.assign(i,a),yield this.httpClient.post("/api/base/app-event",{data:i})})}tracker(n,r=null){this.track(n,r)}}});var Ks,Rf,Ce,Of,aa,Ze,ht=te(()=>{"use strict";Vs();H();H();ta();oa();Ws();ue();ea();Ks=ge(),Rf={type:Dt.WebSDK,platform:"h5",jssdk_version:P.sdkInfo.jssdkVersion,mp_id:P.mpId,mp_version:P.mpVersion},{track:Ce,trackPerformance:Of}=Fs((...e)=>{var i,s,l,d;let[,t]=e,n=t,r=ms(n.extra)?n.extra:Bo(n.extra)?JSON.parse(n.extra):{},o=Ie($({},r),{mp_id:(i=n.mp_id)!=null?i:"",mp_version:(s=n.mp_version)!=null?s:""}),a={name:t.tag,type:yt.System,location:null,target:null,extra:o,timestamp:Date.now(),userId:(d=(l=P.hostUserInfo)==null?void 0:l.uid)!=null?d:null};Kn.trackEvent(a,Dt.WebSDK)},Rf);Ks.registerCommand("ReportSDK.traceSystemTimeline",({event:e,duration:t,extra:n})=>{Of(e,t,n)});Ks.registerCommand("ReportSDK.traceSystem",({event:e,info:t})=>{Ce(e,t)});aa=new qe,Ze=new Xn(Ce,aa)});function zs(e){let t=Fo.config[e];return t||(t={},Fo.config[e]=t),(n,r)=>{if(t[n]){Pe.warn(`[can i use] ${n} already registered`);return}t[n]=$({},r)}}var Xs=te(()=>{"use strict";H()});function ia(e){Ys=e}function Yn(e){return e===null||typeof e!="object"?e:Array.isArray(e)?e.map(t=>Yn(t)):Object.keys(e).reduce((t,n)=>(t[n]=Yn(e[n]),t),{})}function et(e){return typeof e=="number"}function sa(e){let t=la(e);switch(t){case"string":return`"${e}"`;case"number":case"boolean":case"null":case"undefined":return String(e);default:return`a(n) ${t}`}}function la(e){return typeof e=="function"?"function":Object.prototype.toString.call(e).slice(8).slice(0,-1).toLowerCase()}var Ys,de,Qn,Zn,er,tr,Bt,nr,rr,or,ar,ir,sr,lr,cr,ur,dr,fr,hr,ca=te(()=>{"use strict";Ys=!1;de=class{constructor(){this.errors=[];this.hasFallback=!1;this.hasDefault=!1;this._optional=!1}fail(t){if(Ys)if(typeof t=="string")this.errors.push(t);else{let n=`${this.path} should be ${t.expect}`;this._optional&&t.expect!=="undefined"?n+=" or undefined, ":n+=", ",n+=`but got ${sa(t.actual)}`,this.errors.push(n)}return!1}fallback(t){return this.hasFallback=!0,this._fallback=t,this}get fallbackValue(){return Yn(this._fallback)}default(t){return this.hasDefault=!0,this._default=t,this}get defaultValue(){return typeof this._default=="function"?this._default:Yn(this._default)}optional(){return this._optional=!0,this}};Qn=class extends de{validate(t){return this._optional&&t===void 0?!0:et(t)?et(this._min)&&t<this._min?this.fail(`the value of ${this.path} should be greater than or equal to ${this._min}`):et(this._max)&&t>this._max?this.fail(`the value of ${this.path} should be less than or equal to ${this._max}`):et(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}},Zn=class extends de{validate(t){return this._optional&&t===void 0?!0:typeof t!="boolean"?this.fail({expect:"boolean",actual:t}):!0}},er=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(et(this._maxLength)&&t.length>this._maxLength)return this.fail(`the length of ${this.path} should be less than or equal to ${this._maxLength}`);if(et(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}},tr=class extends de{validate(t){return this._optional&&t===void 0?!0:typeof t!="symbol"?this.fail({expect:"symbol",actual:t}):!0}},Bt=class extends de{validate(t){return!0}},nr=class extends de{validate(t){return t!==void 0?this.fail({expect:"undefined",actual:t}):!0}},rr=class extends de{validate(t){return this._optional&&t===void 0?!0:t!==null?this.fail({expect:"null",actual:t}):!0}},or=class extends de{validate(t){return this._optional&&t===void 0?!0:typeof t!="function"?this.fail({expect:"function",actual:t}):!0}},ar=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 n=this._items.map(r=>JSON.stringify(r)).join(", ");return this.fail(`expect ${this.path} to be one of ${n}, but got ${sa(t)}`)}return!0}},ir=class extends de{constructor(n){super();this._item=n}validate(n){if(this._optional&&n===void 0)return!0;if(!Array.isArray(n))return this.fail({expect:"array",actual:n});if(et(this._minItems)&&n.length<this._minItems)return this.fail(`the length of ${this.path} should be greater than or equal to ${this._minItems}`);if(et(this._maxItems)&&n.length>this._maxItems)return this.fail(`the length of ${this.path} should be less than or equal to ${this._maxItems}`);if(et(this._length)&&n.length!==this._length)return this.fail(`the length of ${this.path} should be equal to ${this._length}`);let r=this._item;if(!r)return!0;let o=!0;if(n.forEach((a,i)=>{if(r.path=`${this.path}[${i}]`,r.errors=this.errors,a===void 0&&r.hasDefault){n[i]=r.defaultValue;return}r.validate(a)||(r.hasFallback?n[i]=r.fallbackValue:o=!1)}),this._uniqueItems){let a=new Map;for(let i in n)a.has(n[i])?o=this.fail(`${this.path} should NOT have duplicate items (${this.path}[${a.get(n[i])}] and ${this.path}[${i}] are identical)`):a.set(n[i],i)}return o}minItems(n){return this._minItems=n,this}maxItems(n){return this._maxItems=n,this}uniqueItems(){return this._uniqueItems=!0,this}length(n){return this._length=n,this}},sr=class extends de{constructor(n){super();this._value=n}validate(n){if(this._optional&&n===void 0)return!0;if(la(n)!=="object")return this.fail({expect:"object",actual:n});let o=n,a=this._value;a.errors=this.errors;let i=!0;for(let s in o){let l=o[s];if(/^[_$a-zA-Z\xA0-\uFFFF][_$a-zA-Z0-9\xA0-\uFFFF]*$/.test(s)?a.path=`${this.path}.${s}`:a.path=`${this.path}["${s}"]`,!(l===void 0&&a._optional)){if(l===void 0&&a.hasDefault){o[s]=a.defaultValue;continue}a.validate(l)||(a.hasFallback?o[s]=a.fallbackValue:i=!1)}}return i}},lr=class extends de{constructor(n={}){super();this._object=n}validate(n){if(this._optional&&n===void 0)return!0;if(la(n)!=="object")return this.fail({expect:"object",actual:n});let r=n,o=!0;for(let a in this._object){let i=r[a],s=this._object[a];if(s.errors=this.errors,/^[_$a-zA-Z\xA0-\uFFFF][_$a-zA-Z0-9\xA0-\uFFFF]*$/.test(a)?s.path=`${this.path}.${a}`:s.path=`${this.path}["${a}"]`,!(s._optional&&i===void 0)){if(i===void 0&&s.hasDefault){r[a]=s.defaultValue;continue}s.validate(i)||(s.hasFallback?r[a]=s.fallbackValue:o=!1)}}return o}},cr=class extends de{constructor(n){super();this.value=n}validate(n){return n===void 0&&this._optional?!0:n!==this.value?this.fail({expect:sa(this.value),actual:n}):!0}},ur=class extends de{constructor(...t){super(),this._items=t}validate(t){if(t===void 0&&this._optional)return!0;let n=[],r=!1,o=this._items.length;for(let a=0;a<o;a++){let i=this._items[a];if(i.errors=[],i.path=this.path,!i.validate(t))n.push(i.errors.join("; "));else if(!r){r=!0;break}}if(!r){let a=n.join(`
|
|
2
|
+
or `);this.errors.push(a)}return r}},dr=class extends de{constructor(...t){super(),this._items=t;let n=0,r=t.length-1;for(;r>=0;r--){let o=t[r];if(o._optional||o.hasDefault)n+=1;else break}this._minItems=t.length-n}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 n=!0;return this._items.forEach((r,o)=>{if(r.path=`${this.path}[${o}]`,r.errors=this.errors,t[o]===void 0&&r.hasDefault){t[o]=r.defaultValue;return}r.validate(t[o])||(r.hasFallback?t[o]=r._fallback:n=!1)}),n}},fr=class extends de{validate(t){return t===void 0&&this._optional||t instanceof ArrayBuffer?!0:this.fail({expect:"arraybuffer",actual:t})}},hr=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 ua(e,t,n="param"){if(e.errors=[],e.path=n,ia(!0),!e.validate(t)){let r=e.errors.join(`
|
|
3
|
+
`);throw e.errors.length=0,ia(!1),new TypeError(r)}}var q,da=te(()=>{"use strict";ca();ca();q={object(e){return new lr(e)},array(e){return new ir(e)},tuple(...e){return new dr(...e)},literal(e){return new cr(e)},or(...e){return new ur(...e)},symbol(){return new tr},record(e){return new sr(e)},function(){return new or},boolean(){return new Zn},string(){return new er},number(){return new Qn},undefined(){return new nr},null(){return new rr},unknown(){return new Bt},any(){return new Bt},as(){return new Bt},arraybuffer(){return new fr},enum(...e){return new ar(...e)},typedarray(e){return new hr(e)}}});var mr,Qs,Zs=te(()=>{"use strict";H();Ye();da();Zo();mr=1,Qs=e=>{function t(r,o){return(...a)=>{var f,p,h,b;let i=Date.now(),s={method:r,trace_id:mr};mr+=1;let l="SUCCESS",d=`${r}:ok`,y=0;try{if(o.paramsSchema)try{ua(o.paramsSchema,a,"params")}catch(T){throw Qo(`${r}:fail ${T.message}`)}let I=o.implement(...a),C=I,w=`${r}:ok`;if(I&&"code"in I){let{code:T,data:L,message:M}=I;l=T,C=L,w=M}return{code:l,message:w,data:C}}catch(I){let C=I;y=(p=(f=C.code)!=null?f:C.errNo)!=null?p:2e3,l="FAILURE";let w=(b=(h=C.message)!=null?h:C.errMsg)!=null?b:`${I}`;return d=`${r}:${l} ${w.replace(/^\S+:(fail|cancel)\s?/,"")}`,Le(new jn(d,y)),{code:l,message:d}}finally{let I=Date.now()-i}}}function n(r,o){return(...a)=>A(this,null,function*(){var p,h,b,I;let i=ps(a)?a:[a],s=Date.now(),l={method:r,trace_id:mr};mr+=1;let d=`${r}:ok`,y="SUCCESS",f={code:y,message:d};try{if(o.paramsSchema)try{ua(o.paramsSchema,i,"params")}catch(T){throw Qo(T.message)}let w=yield o.implement(...i);if(w&&"code"in w){let{code:T,data:L,message:M}=w;y=T,d=M,w=L}return Object.assign(f,{code:y,message:d,data:w}),f}catch(C){let w=C,T=(h=(p=w.code)!=null?p:w.errNo)!=null?h:2e3;y="FAILURE";let L=(I=(b=w.message)!=null?b:w.errMsg)!=null?I:`${C}`,M=`${r}:${y} ${L.replace(/^\S+:(fail|cancel)\s?/,"")}`;return Object.assign(f,{code:y,message:M}),Le(new jn(M,T)),f}finally{let C=Date.now()-s}})}return{createAPI:n,createSyncAPI:t}}});var tt,Et,_e,un=te(()=>{"use strict";Xs();ht();Zs();da();({createAPI:tt,createSyncAPI:Et}=Qs(Ce)),_e=zs("h5")});var rl=Ro((nl,pa)=>{(function(e){if(typeof nl=="object"&&typeof pa!="undefined")pa.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,n;return function r(o,a,i){function s(y,f){if(!a[y]){if(!o[y]){var p=typeof on=="function"&&on;if(!f&&p)return p(y,!0);if(l)return l(y,!0);var h=new Error("Cannot find module '"+y+"'");throw h.code="MODULE_NOT_FOUND",h}var b=a[y]={exports:{}};o[y][0].call(b.exports,function(I){var C=o[y][1][I];return s(C||I)},b,b.exports,r,o,a,i)}return a[y].exports}for(var l=typeof on=="function"&&on,d=0;d<i.length;d++)s(i[d]);return s}({1:[function(r,o,a){(function(i){"use strict";var s=i.MutationObserver||i.WebKitMutationObserver,l;if(s){var d=0,y=new s(I),f=i.document.createTextNode("");y.observe(f,{characterData:!0}),l=function(){f.data=d=++d%2}}else if(!i.setImmediate&&typeof i.MessageChannel!="undefined"){var p=new i.MessageChannel;p.port1.onmessage=I,l=function(){p.port2.postMessage(0)}}else"document"in i&&"onreadystatechange"in i.document.createElement("script")?l=function(){var w=i.document.createElement("script");w.onreadystatechange=function(){I(),w.onreadystatechange=null,w.parentNode.removeChild(w),w=null},i.document.documentElement.appendChild(w)}:l=function(){setTimeout(I,0)};var h,b=[];function I(){h=!0;for(var w,T,L=b.length;L;){for(T=b,b=[],w=-1;++w<L;)T[w]();L=b.length}h=!1}o.exports=C;function C(w){b.push(w)===1&&!h&&l()}}).call(this,typeof global!="undefined"?global:typeof self!="undefined"?self:typeof window!="undefined"?window:{})},{}],2:[function(r,o,a){"use strict";var i=r(1);function s(){}var l={},d=["REJECTED"],y=["FULFILLED"],f=["PENDING"];o.exports=p;function p(S){if(typeof S!="function")throw new TypeError("resolver must be a function");this.state=f,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,D){if(typeof S!="function"&&this.state===y||typeof D!="function"&&this.state===d)return this;var B=new this.constructor(s);if(this.state!==f){var F=this.state===y?S:D;b(B,F,this.outcome)}else this.queue.push(new h(B,S,D));return B};function h(S,D,B){this.promise=S,typeof D=="function"&&(this.onFulfilled=D,this.callFulfilled=this.otherCallFulfilled),typeof B=="function"&&(this.onRejected=B,this.callRejected=this.otherCallRejected)}h.prototype.callFulfilled=function(S){l.resolve(this.promise,S)},h.prototype.otherCallFulfilled=function(S){b(this.promise,this.onFulfilled,S)},h.prototype.callRejected=function(S){l.reject(this.promise,S)},h.prototype.otherCallRejected=function(S){b(this.promise,this.onRejected,S)};function b(S,D,B){i(function(){var F;try{F=D(B)}catch(N){return l.reject(S,N)}F===S?l.reject(S,new TypeError("Cannot resolve promise with itself")):l.resolve(S,F)})}l.resolve=function(S,D){var B=w(I,D);if(B.status==="error")return l.reject(S,B.value);var F=B.value;if(F)C(S,F);else{S.state=y,S.outcome=D;for(var N=-1,J=S.queue.length;++N<J;)S.queue[N].callFulfilled(D)}return S},l.reject=function(S,D){S.state=d,S.outcome=D;for(var B=-1,F=S.queue.length;++B<F;)S.queue[B].callRejected(D);return S};function I(S){var D=S&&S.then;if(S&&(typeof S=="object"||typeof S=="function")&&typeof D=="function")return function(){D.apply(S,arguments)}}function C(S,D){var B=!1;function F(me){B||(B=!0,l.reject(S,me))}function N(me){B||(B=!0,l.resolve(S,me))}function J(){D(N,F)}var Y=w(J);Y.status==="error"&&F(Y.value)}function w(S,D){var B={};try{B.value=S(D),B.status="success"}catch(F){B.status="error",B.value=F}return B}p.resolve=T;function T(S){return S instanceof this?S:l.resolve(new this(s),S)}p.reject=L;function L(S){var D=new this(s);return l.reject(D,S)}p.all=M;function M(S){var D=this;if(Object.prototype.toString.call(S)!=="[object Array]")return this.reject(new TypeError("must be an array"));var B=S.length,F=!1;if(!B)return this.resolve([]);for(var N=new Array(B),J=0,Y=-1,me=new this(s);++Y<B;)Be(S[Y],Y);return me;function Be(ct,Bn){D.resolve(ct).then(po,function(xt){F||(F=!0,l.reject(me,xt))});function po(xt){N[Bn]=xt,++J===B&&!F&&(F=!0,l.resolve(me,N))}}}p.race=V;function V(S){var D=this;if(Object.prototype.toString.call(S)!=="[object Array]")return this.reject(new TypeError("must be an array"));var B=S.length,F=!1;if(!B)return this.resolve([]);for(var N=-1,J=new this(s);++N<B;)Y(S[N]);return J;function Y(me){D.resolve(me).then(function(Be){F||(F=!0,l.resolve(J,Be))},function(Be){F||(F=!0,l.reject(J,Be))})}}},{1:1}],3:[function(r,o,a){(function(i){"use strict";typeof i.Promise!="function"&&(i.Promise=r(2))}).call(this,typeof global!="undefined"?global:typeof self!="undefined"?self:typeof window!="undefined"?window:{})},{2:2}],4:[function(r,o,a){"use strict";var i=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(c){return typeof c}:function(c){return c&&typeof Symbol=="function"&&c.constructor===Symbol&&c!==Symbol.prototype?"symbol":typeof c};function s(c,m){if(!(c instanceof m))throw new TypeError("Cannot call a class as a function")}function l(){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(c){return}}var d=l();function y(){try{if(!d||!d.open)return!1;var c=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(!c||m)&&typeof indexedDB!="undefined"&&typeof IDBKeyRange!="undefined"}catch(u){return!1}}function f(c,m){c=c||[],m=m||{};try{return new Blob(c,m)}catch(v){if(v.name!=="TypeError")throw v;for(var u=typeof BlobBuilder!="undefined"?BlobBuilder:typeof MSBlobBuilder!="undefined"?MSBlobBuilder:typeof MozBlobBuilder!="undefined"?MozBlobBuilder:WebKitBlobBuilder,g=new u,_=0;_<c.length;_+=1)g.append(c[_]);return g.getBlob(m.type)}}typeof Promise=="undefined"&&r(3);var p=Promise;function h(c,m){m&&c.then(function(u){m(null,u)},function(u){m(u)})}function b(c,m,u){typeof m=="function"&&c.then(m),typeof u=="function"&&c.catch(u)}function I(c){return typeof c!="string"&&(console.warn(c+" used as a key, but it is not a string."),c=String(c)),c}function C(){if(arguments.length&&typeof arguments[arguments.length-1]=="function")return arguments[arguments.length-1]}var w="local-forage-detect-blob-support",T=void 0,L={},M=Object.prototype.toString,V="readonly",S="readwrite";function D(c){for(var m=c.length,u=new ArrayBuffer(m),g=new Uint8Array(u),_=0;_<m;_++)g[_]=c.charCodeAt(_);return u}function B(c){return new p(function(m){var u=c.transaction(w,S),g=f([""]);u.objectStore(w).put(g,"key"),u.onabort=function(_){_.preventDefault(),_.stopPropagation(),m(!1)},u.oncomplete=function(){var _=navigator.userAgent.match(/Chrome\/(\d+)/),v=navigator.userAgent.match(/Edge\//);m(v||!_||parseInt(_[1],10)>=43)}}).catch(function(){return!1})}function F(c){return typeof T=="boolean"?p.resolve(T):B(c).then(function(m){return T=m,T})}function N(c){var m=L[c.name],u={};u.promise=new p(function(g,_){u.resolve=g,u.reject=_}),m.deferredOperations.push(u),m.dbReady?m.dbReady=m.dbReady.then(function(){return u.promise}):m.dbReady=u.promise}function J(c){var m=L[c.name],u=m.deferredOperations.pop();if(u)return u.resolve(),u.promise}function Y(c,m){var u=L[c.name],g=u.deferredOperations.pop();if(g)return g.reject(m),g.promise}function me(c,m){return new p(function(u,g){if(L[c.name]=L[c.name]||Bi(),c.db)if(m)N(c),c.db.close();else return u(c.db);var _=[c.name];m&&_.push(c.version);var v=d.open.apply(d,_);m&&(v.onupgradeneeded=function(E){var R=v.result;try{R.createObjectStore(c.storeName),E.oldVersion<=1&&R.createObjectStore(w)}catch(O){if(O.name==="ConstraintError")console.warn('The database "'+c.name+'" has been upgraded from version '+E.oldVersion+" to version "+E.newVersion+', but the storage "'+c.storeName+'" already exists.');else throw O}}),v.onerror=function(E){E.preventDefault(),g(v.error)},v.onsuccess=function(){var E=v.result;E.onversionchange=function(R){R.target.close()},u(E),J(c)}})}function Be(c){return me(c,!1)}function ct(c){return me(c,!0)}function Bn(c,m){if(!c.db)return!0;var u=!c.db.objectStoreNames.contains(c.storeName),g=c.version<c.db.version,_=c.version>c.db.version;if(g&&(c.version!==m&&console.warn('The database "'+c.name+`" can't be downgraded from version `+c.db.version+" to version "+c.version+"."),c.version=c.db.version),_||u){if(u){var v=c.db.version+1;v>c.version&&(c.version=v)}return!0}return!1}function po(c){return new p(function(m,u){var g=new FileReader;g.onerror=u,g.onloadend=function(_){var v=btoa(_.target.result||"");m({__local_forage_encoded_blob:!0,data:v,type:c.type})},g.readAsBinaryString(c)})}function xt(c){var m=D(atob(c.data));return f([m],{type:c.type})}function Ui(c){return c&&c.__local_forage_encoded_blob}function Ou(c){var m=this,u=m._initReady().then(function(){var g=L[m._dbInfo.name];if(g&&g.dbReady)return g.dbReady});return b(u,c,c),u}function ku(c){N(c);for(var m=L[c.name],u=m.forages,g=0;g<u.length;g++){var _=u[g];_._dbInfo.db&&(_._dbInfo.db.close(),_._dbInfo.db=null)}return c.db=null,Be(c).then(function(v){return c.db=v,Bn(c)?ct(c):v}).then(function(v){c.db=m.db=v;for(var E=0;E<u.length;E++)u[E]._dbInfo.db=v}).catch(function(v){throw Y(c,v),v})}function Xe(c,m,u,g){g===void 0&&(g=1);try{var _=c.db.transaction(c.storeName,m);u(null,_)}catch(v){if(g>0&&(!c.db||v.name==="InvalidStateError"||v.name==="NotFoundError"))return p.resolve().then(function(){if(!c.db||v.name==="NotFoundError"&&!c.db.objectStoreNames.contains(c.storeName)&&c.version<=c.db.version)return c.db&&(c.version=c.db.version+1),ct(c)}).then(function(){return ku(c).then(function(){Xe(c,m,u,g-1)})}).catch(u);u(v)}}function Bi(){return{forages:[],db:null,dbReady:null,deferredOperations:[]}}function Tu(c){var m=this,u={db:null};if(c)for(var g in c)u[g]=c[g];var _=L[u.name];_||(_=Bi(),L[u.name]=_),_.forages.push(m),m._initReady||(m._initReady=m.ready,m.ready=Ou);var v=[];function E(){return p.resolve()}for(var R=0;R<_.forages.length;R++){var O=_.forages[R];O!==m&&v.push(O._initReady().catch(E))}var k=_.forages.slice(0);return p.all(v).then(function(){return u.db=_.db,Be(u)}).then(function(x){return u.db=x,Bn(u,m._defaultConfig.version)?ct(u):x}).then(function(x){u.db=_.db=x,m._dbInfo=u;for(var U=0;U<k.length;U++){var j=k[U];j!==m&&(j._dbInfo.db=u.db,j._dbInfo.version=u.version)}})}function xu(c,m){var u=this;c=I(c);var g=new p(function(_,v){u.ready().then(function(){Xe(u._dbInfo,V,function(E,R){if(E)return v(E);try{var O=R.objectStore(u._dbInfo.storeName),k=O.get(c);k.onsuccess=function(){var x=k.result;x===void 0&&(x=null),Ui(x)&&(x=xt(x)),_(x)},k.onerror=function(){v(k.error)}}catch(x){v(x)}})}).catch(v)});return h(g,m),g}function Pu(c,m){var u=this,g=new p(function(_,v){u.ready().then(function(){Xe(u._dbInfo,V,function(E,R){if(E)return v(E);try{var O=R.objectStore(u._dbInfo.storeName),k=O.openCursor(),x=1;k.onsuccess=function(){var U=k.result;if(U){var j=U.value;Ui(j)&&(j=xt(j));var z=c(j,U.key,x++);z!==void 0?_(z):U.continue()}else _()},k.onerror=function(){v(k.error)}}catch(U){v(U)}})}).catch(v)});return h(g,m),g}function Lu(c,m,u){var g=this;c=I(c);var _=new p(function(v,E){var R;g.ready().then(function(){return R=g._dbInfo,M.call(m)==="[object Blob]"?F(R.db).then(function(O){return O?m:po(m)}):m}).then(function(O){Xe(g._dbInfo,S,function(k,x){if(k)return E(k);try{var U=x.objectStore(g._dbInfo.storeName);O===null&&(O=void 0);var j=U.put(O,c);x.oncomplete=function(){O===void 0&&(O=null),v(O)},x.onabort=x.onerror=function(){var z=j.error?j.error:j.transaction.error;E(z)}}catch(z){E(z)}})}).catch(E)});return h(_,u),_}function Du(c,m){var u=this;c=I(c);var g=new p(function(_,v){u.ready().then(function(){Xe(u._dbInfo,S,function(E,R){if(E)return v(E);try{var O=R.objectStore(u._dbInfo.storeName),k=O.delete(c);R.oncomplete=function(){_()},R.onerror=function(){v(k.error)},R.onabort=function(){var x=k.error?k.error:k.transaction.error;v(x)}}catch(x){v(x)}})}).catch(v)});return h(g,m),g}function Nu(c){var m=this,u=new p(function(g,_){m.ready().then(function(){Xe(m._dbInfo,S,function(v,E){if(v)return _(v);try{var R=E.objectStore(m._dbInfo.storeName),O=R.clear();E.oncomplete=function(){g()},E.onabort=E.onerror=function(){var k=O.error?O.error:O.transaction.error;_(k)}}catch(k){_(k)}})}).catch(_)});return h(u,c),u}function Uu(c){var m=this,u=new p(function(g,_){m.ready().then(function(){Xe(m._dbInfo,V,function(v,E){if(v)return _(v);try{var R=E.objectStore(m._dbInfo.storeName),O=R.count();O.onsuccess=function(){g(O.result)},O.onerror=function(){_(O.error)}}catch(k){_(k)}})}).catch(_)});return h(u,c),u}function Bu(c,m){var u=this,g=new p(function(_,v){if(c<0){_(null);return}u.ready().then(function(){Xe(u._dbInfo,V,function(E,R){if(E)return v(E);try{var O=R.objectStore(u._dbInfo.storeName),k=!1,x=O.openKeyCursor();x.onsuccess=function(){var U=x.result;if(!U){_(null);return}c===0||k?_(U.key):(k=!0,U.advance(c))},x.onerror=function(){v(x.error)}}catch(U){v(U)}})}).catch(v)});return h(g,m),g}function Mu(c){var m=this,u=new p(function(g,_){m.ready().then(function(){Xe(m._dbInfo,V,function(v,E){if(v)return _(v);try{var R=E.objectStore(m._dbInfo.storeName),O=R.openKeyCursor(),k=[];O.onsuccess=function(){var x=O.result;if(!x){g(k);return}k.push(x.key),x.continue()},O.onerror=function(){_(O.error)}}catch(x){_(x)}})}).catch(_)});return h(u,c),u}function Gu(c,m){m=C.apply(this,arguments);var u=this.config();c=typeof c!="function"&&c||{},c.name||(c.name=c.name||u.name,c.storeName=c.storeName||u.storeName);var g=this,_;if(!c.name)_=p.reject("Invalid arguments");else{var v=c.name===u.name&&g._dbInfo.db,E=v?p.resolve(g._dbInfo.db):Be(c).then(function(R){var O=L[c.name],k=O.forages;O.db=R;for(var x=0;x<k.length;x++)k[x]._dbInfo.db=R;return R});c.storeName?_=E.then(function(R){if(R.objectStoreNames.contains(c.storeName)){var O=R.version+1;N(c);var k=L[c.name],x=k.forages;R.close();for(var U=0;U<x.length;U++){var j=x[U];j._dbInfo.db=null,j._dbInfo.version=O}var z=new p(function(X,ce){var ie=d.open(c.name,O);ie.onerror=function(Me){var rn=ie.result;rn.close(),ce(Me)},ie.onupgradeneeded=function(){var Me=ie.result;Me.deleteObjectStore(c.storeName)},ie.onsuccess=function(){var Me=ie.result;Me.close(),X(Me)}});return z.then(function(X){k.db=X;for(var ce=0;ce<x.length;ce++){var ie=x[ce];ie._dbInfo.db=X,J(ie._dbInfo)}}).catch(function(X){throw(Y(c,X)||p.resolve()).catch(function(){}),X})}}):_=E.then(function(R){N(c);var O=L[c.name],k=O.forages;R.close();for(var x=0;x<k.length;x++){var U=k[x];U._dbInfo.db=null}var j=new p(function(z,X){var ce=d.deleteDatabase(c.name);ce.onerror=function(){var ie=ce.result;ie&&ie.close(),X(ce.error)},ce.onblocked=function(){console.warn('dropInstance blocked for database "'+c.name+'" until all open connections are closed')},ce.onsuccess=function(){var ie=ce.result;ie&&ie.close(),z(ie)}});return j.then(function(z){O.db=z;for(var X=0;X<k.length;X++){var ce=k[X];J(ce._dbInfo)}}).catch(function(z){throw(Y(c,z)||p.resolve()).catch(function(){}),z})})}return h(_,m),_}var Ju={_driver:"asyncStorage",_initStorage:Tu,_support:y(),iterate:Pu,getItem:xu,setItem:Lu,removeItem:Du,clear:Nu,length:Uu,key:Bu,keys:Mu,dropInstance:Gu};function Fu(){return typeof openDatabase=="function"}var ut="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Hu="~~local_forage_type~",Mi=/^~~local_forage_type~([^~]+)~/,Mn="__lfsc__:",vo=Mn.length,go="arbf",_o="blob",Gi="si08",Ji="ui08",Fi="uic8",Hi="si16",qi="si32",ji="ur16",Vi="ui32",$i="fl32",Wi="fl64",Ki=vo+go.length,zi=Object.prototype.toString;function Xi(c){var m=c.length*.75,u=c.length,g,_=0,v,E,R,O;c[c.length-1]==="="&&(m--,c[c.length-2]==="="&&m--);var k=new ArrayBuffer(m),x=new Uint8Array(k);for(g=0;g<u;g+=4)v=ut.indexOf(c[g]),E=ut.indexOf(c[g+1]),R=ut.indexOf(c[g+2]),O=ut.indexOf(c[g+3]),x[_++]=v<<2|E>>4,x[_++]=(E&15)<<4|R>>2,x[_++]=(R&3)<<6|O&63;return k}function yo(c){var m=new Uint8Array(c),u="",g;for(g=0;g<m.length;g+=3)u+=ut[m[g]>>2],u+=ut[(m[g]&3)<<4|m[g+1]>>4],u+=ut[(m[g+1]&15)<<2|m[g+2]>>6],u+=ut[m[g+2]&63];return m.length%3===2?u=u.substring(0,u.length-1)+"=":m.length%3===1&&(u=u.substring(0,u.length-2)+"=="),u}function qu(c,m){var u="";if(c&&(u=zi.call(c)),c&&(u==="[object ArrayBuffer]"||c.buffer&&zi.call(c.buffer)==="[object ArrayBuffer]")){var g,_=Mn;c instanceof ArrayBuffer?(g=c,_+=go):(g=c.buffer,u==="[object Int8Array]"?_+=Gi:u==="[object Uint8Array]"?_+=Ji:u==="[object Uint8ClampedArray]"?_+=Fi:u==="[object Int16Array]"?_+=Hi:u==="[object Uint16Array]"?_+=ji:u==="[object Int32Array]"?_+=qi:u==="[object Uint32Array]"?_+=Vi:u==="[object Float32Array]"?_+=$i:u==="[object Float64Array]"?_+=Wi:m(new Error("Failed to get type for BinaryArray"))),m(_+yo(g))}else if(u==="[object Blob]"){var v=new FileReader;v.onload=function(){var E=Hu+c.type+"~"+yo(this.result);m(Mn+_o+E)},v.readAsArrayBuffer(c)}else try{m(JSON.stringify(c))}catch(E){console.error("Couldn't convert value into a JSON string: ",c),m(null,E)}}function ju(c){if(c.substring(0,vo)!==Mn)return JSON.parse(c);var m=c.substring(Ki),u=c.substring(vo,Ki),g;if(u===_o&&Mi.test(m)){var _=m.match(Mi);g=_[1],m=m.substring(_[0].length)}var v=Xi(m);switch(u){case go:return v;case _o:return f([v],{type:g});case Gi:return new Int8Array(v);case Ji:return new Uint8Array(v);case Fi:return new Uint8ClampedArray(v);case Hi:return new Int16Array(v);case ji:return new Uint16Array(v);case qi:return new Int32Array(v);case Vi:return new Uint32Array(v);case $i:return new Float32Array(v);case Wi:return new Float64Array(v);default:throw new Error("Unkown type: "+u)}}var wo={serialize:qu,deserialize:ju,stringToBuffer:Xi,bufferToString:yo};function Yi(c,m,u,g){c.executeSql("CREATE TABLE IF NOT EXISTS "+m.storeName+" (id INTEGER PRIMARY KEY, key unique, value)",[],u,g)}function Vu(c){var m=this,u={db:null};if(c)for(var g in c)u[g]=typeof c[g]!="string"?c[g].toString():c[g];var _=new p(function(v,E){try{u.db=openDatabase(u.name,String(u.version),u.description,u.size)}catch(R){return E(R)}u.db.transaction(function(R){Yi(R,u,function(){m._dbInfo=u,v()},function(O,k){E(k)})},E)});return u.serializer=wo,_}function dt(c,m,u,g,_,v){c.executeSql(u,g,_,function(E,R){R.code===R.SYNTAX_ERR?E.executeSql("SELECT name FROM sqlite_master WHERE type='table' AND name = ?",[m.storeName],function(O,k){k.rows.length?v(O,R):Yi(O,m,function(){O.executeSql(u,g,_,v)},v)},v):v(E,R)},v)}function $u(c,m){var u=this;c=I(c);var g=new p(function(_,v){u.ready().then(function(){var E=u._dbInfo;E.db.transaction(function(R){dt(R,E,"SELECT * FROM "+E.storeName+" WHERE key = ? LIMIT 1",[c],function(O,k){var x=k.rows.length?k.rows.item(0).value:null;x&&(x=E.serializer.deserialize(x)),_(x)},function(O,k){v(k)})})}).catch(v)});return h(g,m),g}function Wu(c,m){var u=this,g=new p(function(_,v){u.ready().then(function(){var E=u._dbInfo;E.db.transaction(function(R){dt(R,E,"SELECT * FROM "+E.storeName,[],function(O,k){for(var x=k.rows,U=x.length,j=0;j<U;j++){var z=x.item(j),X=z.value;if(X&&(X=E.serializer.deserialize(X)),X=c(X,z.key,j+1),X!==void 0){_(X);return}}_()},function(O,k){v(k)})})}).catch(v)});return h(g,m),g}function Qi(c,m,u,g){var _=this;c=I(c);var v=new p(function(E,R){_.ready().then(function(){m===void 0&&(m=null);var O=m,k=_._dbInfo;k.serializer.serialize(m,function(x,U){U?R(U):k.db.transaction(function(j){dt(j,k,"INSERT OR REPLACE INTO "+k.storeName+" (key, value) VALUES (?, ?)",[c,x],function(){E(O)},function(z,X){R(X)})},function(j){if(j.code===j.QUOTA_ERR){if(g>0){E(Qi.apply(_,[c,O,u,g-1]));return}R(j)}})})}).catch(R)});return h(v,u),v}function Ku(c,m,u){return Qi.apply(this,[c,m,u,1])}function zu(c,m){var u=this;c=I(c);var g=new p(function(_,v){u.ready().then(function(){var E=u._dbInfo;E.db.transaction(function(R){dt(R,E,"DELETE FROM "+E.storeName+" WHERE key = ?",[c],function(){_()},function(O,k){v(k)})})}).catch(v)});return h(g,m),g}function Xu(c){var m=this,u=new p(function(g,_){m.ready().then(function(){var v=m._dbInfo;v.db.transaction(function(E){dt(E,v,"DELETE FROM "+v.storeName,[],function(){g()},function(R,O){_(O)})})}).catch(_)});return h(u,c),u}function Yu(c){var m=this,u=new p(function(g,_){m.ready().then(function(){var v=m._dbInfo;v.db.transaction(function(E){dt(E,v,"SELECT COUNT(key) as c FROM "+v.storeName,[],function(R,O){var k=O.rows.item(0).c;g(k)},function(R,O){_(O)})})}).catch(_)});return h(u,c),u}function Qu(c,m){var u=this,g=new p(function(_,v){u.ready().then(function(){var E=u._dbInfo;E.db.transaction(function(R){dt(R,E,"SELECT key FROM "+E.storeName+" WHERE id = ? LIMIT 1",[c+1],function(O,k){var x=k.rows.length?k.rows.item(0).key:null;_(x)},function(O,k){v(k)})})}).catch(v)});return h(g,m),g}function Zu(c){var m=this,u=new p(function(g,_){m.ready().then(function(){var v=m._dbInfo;v.db.transaction(function(E){dt(E,v,"SELECT key FROM "+v.storeName,[],function(R,O){for(var k=[],x=0;x<O.rows.length;x++)k.push(O.rows.item(x).key);g(k)},function(R,O){_(O)})})}).catch(_)});return h(u,c),u}function ed(c){return new p(function(m,u){c.transaction(function(g){g.executeSql("SELECT name FROM sqlite_master WHERE type='table' AND name <> '__WebKitDatabaseInfoTable__'",[],function(_,v){for(var E=[],R=0;R<v.rows.length;R++)E.push(v.rows.item(R).name);m({db:c,storeNames:E})},function(_,v){u(v)})},function(g){u(g)})})}function td(c,m){m=C.apply(this,arguments);var u=this.config();c=typeof c!="function"&&c||{},c.name||(c.name=c.name||u.name,c.storeName=c.storeName||u.storeName);var g=this,_;return c.name?_=new p(function(v){var E;c.name===u.name?E=g._dbInfo.db:E=openDatabase(c.name,"","",0),c.storeName?v({db:E,storeNames:[c.storeName]}):v(ed(E))}).then(function(v){return new p(function(E,R){v.db.transaction(function(O){function k(z){return new p(function(X,ce){O.executeSql("DROP TABLE IF EXISTS "+z,[],function(){X()},function(ie,Me){ce(Me)})})}for(var x=[],U=0,j=v.storeNames.length;U<j;U++)x.push(k(v.storeNames[U]));p.all(x).then(function(){E()}).catch(function(z){R(z)})},function(O){R(O)})})}):_=p.reject("Invalid arguments"),h(_,m),_}var nd={_driver:"webSQLStorage",_initStorage:Vu,_support:Fu(),iterate:Wu,getItem:$u,setItem:Ku,removeItem:zu,clear:Xu,length:Yu,key:Qu,keys:Zu,dropInstance:td};function rd(){try{return typeof localStorage!="undefined"&&"setItem"in localStorage&&!!localStorage.setItem}catch(c){return!1}}function Zi(c,m){var u=c.name+"/";return c.storeName!==m.storeName&&(u+=c.storeName+"/"),u}function od(){var c="_localforage_support_test";try{return localStorage.setItem(c,!0),localStorage.removeItem(c),!1}catch(m){return!0}}function ad(){return!od()||localStorage.length>0}function id(c){var m=this,u={};if(c)for(var g in c)u[g]=c[g];return u.keyPrefix=Zi(c,m._defaultConfig),ad()?(m._dbInfo=u,u.serializer=wo,p.resolve()):p.reject()}function sd(c){var m=this,u=m.ready().then(function(){for(var g=m._dbInfo.keyPrefix,_=localStorage.length-1;_>=0;_--){var v=localStorage.key(_);v.indexOf(g)===0&&localStorage.removeItem(v)}});return h(u,c),u}function ld(c,m){var u=this;c=I(c);var g=u.ready().then(function(){var _=u._dbInfo,v=localStorage.getItem(_.keyPrefix+c);return v&&(v=_.serializer.deserialize(v)),v});return h(g,m),g}function cd(c,m){var u=this,g=u.ready().then(function(){for(var _=u._dbInfo,v=_.keyPrefix,E=v.length,R=localStorage.length,O=1,k=0;k<R;k++){var x=localStorage.key(k);if(x.indexOf(v)===0){var U=localStorage.getItem(x);if(U&&(U=_.serializer.deserialize(U)),U=c(U,x.substring(E),O++),U!==void 0)return U}}});return h(g,m),g}function ud(c,m){var u=this,g=u.ready().then(function(){var _=u._dbInfo,v;try{v=localStorage.key(c)}catch(E){v=null}return v&&(v=v.substring(_.keyPrefix.length)),v});return h(g,m),g}function dd(c){var m=this,u=m.ready().then(function(){for(var g=m._dbInfo,_=localStorage.length,v=[],E=0;E<_;E++){var R=localStorage.key(E);R.indexOf(g.keyPrefix)===0&&v.push(R.substring(g.keyPrefix.length))}return v});return h(u,c),u}function fd(c){var m=this,u=m.keys().then(function(g){return g.length});return h(u,c),u}function hd(c,m){var u=this;c=I(c);var g=u.ready().then(function(){var _=u._dbInfo;localStorage.removeItem(_.keyPrefix+c)});return h(g,m),g}function md(c,m,u){var g=this;c=I(c);var _=g.ready().then(function(){m===void 0&&(m=null);var v=m;return new p(function(E,R){var O=g._dbInfo;O.serializer.serialize(m,function(k,x){if(x)R(x);else try{localStorage.setItem(O.keyPrefix+c,k),E(v)}catch(U){(U.name==="QuotaExceededError"||U.name==="NS_ERROR_DOM_QUOTA_REACHED")&&R(U),R(U)}})})});return h(_,u),_}function pd(c,m){if(m=C.apply(this,arguments),c=typeof c!="function"&&c||{},!c.name){var u=this.config();c.name=c.name||u.name,c.storeName=c.storeName||u.storeName}var g=this,_;return c.name?_=new p(function(v){c.storeName?v(Zi(c,g._defaultConfig)):v(c.name+"/")}).then(function(v){for(var E=localStorage.length-1;E>=0;E--){var R=localStorage.key(E);R.indexOf(v)===0&&localStorage.removeItem(R)}}):_=p.reject("Invalid arguments"),h(_,m),_}var vd={_driver:"localStorageWrapper",_initStorage:id,_support:rd(),iterate:cd,getItem:ld,setItem:md,removeItem:hd,clear:sd,length:fd,key:ud,keys:dd,dropInstance:pd},gd=function(m,u){return m===u||typeof m=="number"&&typeof u=="number"&&isNaN(m)&&isNaN(u)},_d=function(m,u){for(var g=m.length,_=0;_<g;){if(gd(m[_],u))return!0;_++}return!1},es=Array.isArray||function(c){return Object.prototype.toString.call(c)==="[object Array]"},nn={},ts={},Pt={INDEXEDDB:Ju,WEBSQL:nd,LOCALSTORAGE:vd},yd=[Pt.INDEXEDDB._driver,Pt.WEBSQL._driver,Pt.LOCALSTORAGE._driver],Gn=["dropInstance"],bo=["clear","getItem","iterate","key","keys","length","removeItem","setItem"].concat(Gn),wd={description:"",driver:yd.slice(),name:"localforage",size:4980736,storeName:"keyvaluepairs",version:1};function bd(c,m){c[m]=function(){var u=arguments;return c.ready().then(function(){return c[m].apply(c,u)})}}function Eo(){for(var c=1;c<arguments.length;c++){var m=arguments[c];if(m)for(var u in m)m.hasOwnProperty(u)&&(es(m[u])?arguments[0][u]=m[u].slice():arguments[0][u]=m[u])}return arguments[0]}var Ed=function(){function c(m){s(this,c);for(var u in Pt)if(Pt.hasOwnProperty(u)){var g=Pt[u],_=g._driver;this[u]=_,nn[_]||this.defineDriver(g)}this._defaultConfig=Eo({},wd),this._config=Eo({},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 c.prototype.config=function(u){if((typeof u=="undefined"?"undefined":i(u))==="object"){if(this._ready)return new Error("Can't call config() after localforage has been used.");for(var g in u){if(g==="storeName"&&(u[g]=u[g].replace(/\W/g,"_")),g==="version"&&typeof u[g]!="number")return new Error("Database version must be a number.");this._config[g]=u[g]}return"driver"in u&&u.driver?this.setDriver(this._config.driver):!0}else return typeof u=="string"?this._config[u]:this._config},c.prototype.defineDriver=function(u,g,_){var v=new p(function(E,R){try{var O=u._driver,k=new Error("Custom driver not compliant; see https://mozilla.github.io/localForage/#definedriver");if(!u._driver){R(k);return}for(var x=bo.concat("_initStorage"),U=0,j=x.length;U<j;U++){var z=x[U],X=!_d(Gn,z);if((X||u[z])&&typeof u[z]!="function"){R(k);return}}var ce=function(){for(var rn=function(Sd){return function(){var Cd=new Error("Method "+Sd+" is not implemented by the current driver"),ns=p.reject(Cd);return h(ns,arguments[arguments.length-1]),ns}},Io=0,Ad=Gn.length;Io<Ad;Io++){var Ao=Gn[Io];u[Ao]||(u[Ao]=rn(Ao))}};ce();var ie=function(rn){nn[O]&&console.info("Redefining LocalForage driver: "+O),nn[O]=u,ts[O]=rn,E()};"_support"in u?u._support&&typeof u._support=="function"?u._support().then(ie,R):ie(!!u._support):ie(!0)}catch(Me){R(Me)}});return b(v,g,_),v},c.prototype.driver=function(){return this._driver||null},c.prototype.getDriver=function(u,g,_){var v=nn[u]?p.resolve(nn[u]):p.reject(new Error("Driver not found."));return b(v,g,_),v},c.prototype.getSerializer=function(u){var g=p.resolve(wo);return b(g,u),g},c.prototype.ready=function(u){var g=this,_=g._driverSet.then(function(){return g._ready===null&&(g._ready=g._initDriver()),g._ready});return b(_,u,u),_},c.prototype.setDriver=function(u,g,_){var v=this;es(u)||(u=[u]);var E=this._getSupportedDrivers(u);function R(){v._config.driver=v.driver()}function O(U){return v._extend(U),R(),v._ready=v._initStorage(v._config),v._ready}function k(U){return function(){var j=0;function z(){for(;j<U.length;){var X=U[j];return j++,v._dbInfo=null,v._ready=null,v.getDriver(X).then(O).catch(z)}R();var ce=new Error("No available storage method found.");return v._driverSet=p.reject(ce),v._driverSet}return z()}}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(j){v._driver=j._driver,R(),v._wrapLibraryMethodsWithReady(),v._initDriver=k(E)})}).catch(function(){R();var U=new Error("No available storage method found.");return v._driverSet=p.reject(U),v._driverSet}),b(this._driverSet,g,_),this._driverSet},c.prototype.supports=function(u){return!!ts[u]},c.prototype._extend=function(u){Eo(this,u)},c.prototype._getSupportedDrivers=function(u){for(var g=[],_=0,v=u.length;_<v;_++){var E=u[_];this.supports(E)&&g.push(E)}return g},c.prototype._wrapLibraryMethodsWithReady=function(){for(var u=0,g=bo.length;u<g;u++)bd(this,bo[u])},c.prototype.createInstance=function(u){return new c(u)},c}(),Id=new Ed;o.exports=Id},{3:3}]},{},[4])(4)})});var al=Ro(yr=>{"use strict";H();un();ht();var ga=(e,t)=>{window.parent&&window.parent.postMessage({type:e,data:t},"*")},_a=ge(),$f=tt("levelFinished",{paramsSchema:q.tuple(q.object({levelId:q.or(q.string(),q.number()),duration:q.number().optional(),rating:q.number().optional(),score:q.number().optional(),variation:q.string().optional()})),implement:e=>A(yr,null,function*(){let{levelId:t,duration:n,rating:r,score:o,variation:a}=e;Pe.info("onLevelFinished",n,r,o,a),ga("JOLIBOX_GAME_TASK_LEVEL_FINISHED",{levelId:t,duration:n,rating:r,score:o,variation:a}),yield Promise.all([Ze.reporter({event:"COMPLETE_GAME_LEVEL",extraParams:{inGameInfo:{levelId:t,duration:n,rating:r,score:o}}}),Ze.tracker("LevelFinished",{levelId:t,duration:n,rating:r,score:o,variation:a})])})}),Wf=tt("gamePlayEnded",{paramsSchema:q.tuple(q.object({duration:q.number().optional(),rating:q.number().optional(),score:q.number(),variation:q.string().optional()})),implement:e=>A(yr,null,function*(){let{duration:t,rating:n,score:r,variation:o}=e;Pe.info("onGamePlayEnded",t,n,r,o),ga("JOLIBOX_GAME_TASK_GAME_PLAY_ENDED",{duration:t,rating:n,score:r,variation:o}),yield Promise.all([Ze.tracker("GamePlayEnded",{duration:t,rating:n,score:r,variation:o}),Ze.reporter({event:"GAME_ENDED",extraParams:{inGameInfo:{duration:t,rating:n,score:r}}})])})}),Kf=tt("levelUpgrade",{paramsSchema:q.tuple(q.object({levelId:q.or(q.string(),q.number()),name:q.string().optional()})),implement:n=>A(yr,[n],function*({levelId:e,name:t}){Pe.info("onLevelUpgrade",e,t),ga("JOLIBOX_GAME_TASK_LEVEL_UPGRADE",{levelId:e,name:t}),yield Promise.all([Ze.tracker("LevelUpgrade",{name:t,levelId:e}),Ze.reporter({event:"GAME_LEVEL_UP",extraParams:{inGameInfo:{levelId:e,levelName:t}}})])})});_a.registerCommand("TaskTrackerSDK.levelFinished",$f);_a.registerCommand("TaskTrackerSDK.gamePlayEnded",Wf);_a.registerCommand("TaskTrackerSDK.levelUpgrade",Kf);_e("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"}}});_e("TaskTrackerSDK.onGamePlayEnded",{version:"1.1.25",properties:{params:{duration:"1.1.25",rating:"1.1.25",score:"1.1.25",variation:"1.1.50"}}});_e("TaskTrackerSDK.onLevelUpgrade",{version:"1.1.25",properties:{params:{levelId:"1.1.25",name:"1.1.25"}}})});var je,Mt,il,ya,zf,It,wr=te(()=>{"use strict";je=(e,t)=>{var n;window.dispatchEvent(new CustomEvent(e,{detail:t})),(n=window.parent)==null||n.postMessage({type:e,data:{detail:t}},"*")},Mt=new Map,il=e=>{if(e.source===window.parent)try{let t=e.data;if(t&&t.type){let n=Mt.get(t.type);n&&n.forEach(r=>{try{r(t.data)}catch(o){console.warn("Callback execution failed:",o)}})}}catch(t){console.warn("Failed to parse message:",t)}},ya=!1,zf=()=>{ya||(window.addEventListener("message",il),ya=!0)},It=(e,t)=>{zf(),Mt.has(e)||Mt.set(e,new Set);let n=Mt.get(e);return n.add(t),()=>{n.delete(t),n.size===0&&Mt.delete(e),Mt.size===0&&(window.removeEventListener("message",il),ya=!1)}}});var br,Er,Ir,Ar,Sr,wa,Cr,Rr,Or,kr,Gt,Xf,Q,nt,rt,Re=te(()=>{"use strict";H();br="UNLOCK_OPTIONS_CHANGED",Er="INVOKE_PAYMENT",Ir="ON_PAYMENT_RESULT",Ar="ON_USE_MODAL_EVENT",Sr="ON_USE_MODAL_RESULT",wa="ON_USE_MODAL_FREQUENCY",Cr="ON_USE_UNLOGIN_MODAL_EVENT",Rr="INVOKE_UNLOGIN_MODAL_EVENT",Or="INVOKE_SUBSCRIPTION_EVENT",kr="ON_USE_SUBSCRIPTION_RESULT",Gt=new qe,Xf=()=>({on:Gt.on.bind(Gt),off:Gt.off.bind(Gt),emit:Gt.emit.bind(Gt)}),Q=Xf(),nt={charge:{dailyMaxPopUps:2,minInterval:8*60*60*1e3},useJolicoin:{dailyMaxPopUps:2,minInterval:8*60*60*1e3},joinMember:{dailyMaxPopUps:2,minInterval:8*60*60*1e3}},rt={show:!0,minInterval:8*60*60*1e3}});var su=Ro(lo=>{"use strict";ue();Re();wr();H();var iu={USE_COIN:"CONFIRM",ADS:"FAILED",CANCEL:"CANCEL"};It("ON_JOLIBOX_JOLI_COIN_USE_RESULT",e=>{console.log("onCustomEvent ON_JOLIBOX_JOLI_COIN_USE_RESULT",iu[e.result],e.result),Q.emit(Sr,{useModalResult:iu[e.result]})});Q.on(Ar,(e,t)=>{var n;e=="ADS-JOLI_GEM"||e=="JOLI_GEM"||je("JOLIBOX_JOLI_COIN_USE_EVENT",{JOLI_COIN:{quantity:t.quantity,balance:t.userCurrency.balance,enableAutoDeduct:t.enableAutoDeduct},type:e,sequenceId:(n=t.sequenceId)!=null?n:Je()})});It("ON_JOLIBOX_TOPUP_JOLI_COIN_RESULT",e=>{Q.emit(Ir,{paymentResult:e.result=="ADS"?"FAILED":e.result,userJoliCoin:e.joliCoin,currency:"JOLI_COIN"})});Q.on(Er,(e,t)=>A(lo,null,function*(){var n;e=="ADS-JOLI_GEM"||e=="JOLI_GEM"||je("JOLIBOX_TOPUP_EVENT",{JOLI_COIN:{quantity:t.quantity,balance:t.userCurrency.balance,enableAutoDeduct:t.enableAutoDeduct},type:e,sequenceId:(n=t.sequenceId)!=null?n:Je()})}));It("ON_JOLIBOX_JOLI_UNLOGIN_MODAL_RESULT_EVENT",e=>{var t,n,r,o,a;Q.emit(Cr,{result:e.result=="ADS"?"FAILED":e.result,rewards:{claimedRewardValue:(o=(r=(n=(t=e.extra)==null?void 0:t.firstLogin)==null?void 0:n.reward)==null?void 0:r.rewardValue)!=null?o:0,isFirstLogin:(a=e.isFirstLogin)!=null?a:!1}}),e.result==="SUCCESS"&&P.onEnvConfigChanged({hostUserInfo:{isLogin:!0}})});Q.on(Rr,e=>A(lo,null,function*(){e=="ADS-JOLI_GEM"||e=="JOLI_GEM"||je("JOLIBOX_JOLI_UNLOGIN_MODAL_EVENT",{sequenceId:Je(),type:e})}));It("ON_JOLIBOX_SUB_RESULT_EVENT",e=>{console.log("----on custom event ON_JOLIBOX_SUB_RESULT_EVENT-----",e),Q.emit(kr,{result:e.result})});Q.on(Or,e=>A(lo,null,function*(){console.log("----notify custom event-----",e),je("JOLIBOX_SUB_EVENT",{sequenceId:Je()})}))});ht();ue();un();H();var el=ge(),Tf="env",xf="getSystemInfoSync",Pf=()=>{var o,a,i,s;let e={system:P.deviceInfo.system,platform:P.deviceInfo.platform.toLowerCase(),brand:P.deviceInfo.brand,pixelRatio:P.deviceInfo.pixelRatio,language:P.deviceInfo.lang,version:P.sdkInfo.jssdkVersion,appName:(o=P.hostInfo)==null?void 0:o.appName,SDKVersion:P.sdkInfo.nativeSDKVersion},t=(a=P.hostInfo)==null?void 0:a.version;t&&(e=Ie($({},e),{version:t}));let n=(i=P.hostInfo)==null?void 0:i.appName;n&&(e=Ie($({},e),{appName:n}));let r=(s=P.sdkInfo)==null?void 0:s.jssdkVersion;return r&&(e=Ie($({},e),{SDKVersion:r})),e},Lf=Et(xf,{implement:Pf}),Df=Et(Tf,{implement:()=>Ie($({},P.hostInfo),{sdkInfo:P.sdkInfo,platform:P.platform,deviceInfo:P.deviceInfo})});el.registerCommand("API.env",Df);el.registerCommand("API.getSystemInfoSync",Lf);_e("env",{version:"1.0.0"});_e("getSystemInfoSync",{version:"1.0.0"});H();un();Ye();ht();var Nf="onJoliboxShow",Uf="onJoliboxHide",Bf="onReady",ha=ge(),ma=Es(Le),fa=!0,dn=!0,pr=0,vr=aa;function Mf(){let e=Date.now();if(e-pr<100)return;pr=e;let t=document.visibilityState==="visible";t!==fa&&(fa=t,vr.emit("visible",fa))}function tl(e){let t=Date.now();t-pr<100||(pr=t,e==="focus"&&!dn?dn=!0:e==="blur"&&dn&&(dn=!1),vr.emit("visible",dn))}document.addEventListener("visibilitychange",Mf);window.addEventListener("focus",()=>tl("focus"));window.addEventListener("blur",()=>tl("blur"));var Gf=Et(Nf,{paramsSchema:q.tuple(q.function()),implement(e){let t=ma(e);vr.on("visible",n=>{n&&t()})}}),Jf=Et(Uf,{paramsSchema:q.tuple(q.function()),implement(e){let t=ma(e);vr.on("visible",n=>{!n&&t()})}}),Ff=Et(Bf,{paramsSchema:q.tuple(q.function()),implement(e){let t=ma(e);ft.on("LifecycleEvent.onReady",n=>{t(n)})}});ha.registerCommand("LifecycleSDK.onReady",Ff);ha.registerCommand("LifecycleSDK.onJoliboxShow",Gf);ha.registerCommand("LifecycleSDK.onJoliboxHide",Jf);_e("lifeCycle.onReady",{version:"1.0.0"});_e("lifeCycle.onJoliboxShow",{version:"1.0.0"});_e("lifeCycle.onJoliboxHide",{version:"1.0.0"});un();H();Ut();ue();var ol=Oo(rl());var gr=ge(),va=class{constructor(){this.httpClient=Fe.create({baseUrl:Nt(P.testMode)});this.getGameId=()=>P.mpId;this.getItem=t=>A(this,null,function*(){let{code:n,data:r,message:o}=yield this.httpClient.get(`/api/games/user-storage/${this.gameId}`,{query:{key:t}}),a=r==null?void 0:r.value,i=o;return n!=="SUCCESS"&&(a=yield this.gameStore.getItem(t),console.info("[SDK] cloud storage getItem failed, read from localstorage",a),i+="fallback to localstorage"),{code:n,message:i,data:a&&a!=="undefined"?a:null}});this.setItem=(t,n)=>A(this,null,function*(){let r=typeof n=="string"?n:String(n),{code:o,message:a}=yield this.httpClient.post(`/api/games/user-storage/${this.gameId}`,{data:{key:t,value:r}});return yield this.gameStore.setItem(t,r),{code:o,message:a}});this.removeItem=t=>A(this,null,function*(){yield this.gameStore.removeItem(t);let{code:n,message:r}=yield this.httpClient.post(`/api/games/user-storage/${this.gameId}/remove`,{data:{key:t}});return{code:n,message:r}});this.clear=()=>A(this,null,function*(){yield this.gameStore.clear();let{code:t,message:n}=yield this.httpClient.post(`/api/games/user-storage/${this.gameId}/clear`,{});return{code:t,message:n}});this.gameId=this.getGameId(),this.gameStore=ol.default.createInstance({name:this.gameId.length?this.gameId:"default"})}},_r=new va,Hf=tt("getLocalStorage",{paramsSchema:q.tuple(q.string()),implement(e){return A(this,null,function*(){return yield _r.getItem(e)})}});gr.registerCommand("StorageSDK.getItem",Hf);_e("storage.getItem",{version:"1.0.0",properties:{key:"1.0.0",value:"1.0.0"}});var qf=tt("setStorage",{paramsSchema:q.tuple(q.string(),q.or(q.string(),q.boolean(),q.number())),implement(e,t){return A(this,null,function*(){return yield _r.setItem(e,t)})}});gr.registerCommand("StorageSDK.setItem",qf);_e("storage.setItem",{version:"1.0.0",properties:{key:"1.0.0",value:"1.0.0"}});var jf=tt("removeStorage",{paramsSchema:q.tuple(q.string()),implement(e){return A(this,null,function*(){return yield _r.removeItem(e)})}});gr.registerCommand("StorageSDK.removeItem",jf);_e("storage.removeItem",{version:"1.0.0",properties:{key:"1.0.0"}});var Vf=tt("clearStorage",{implement(){return A(this,null,function*(){return yield _r.clear()})}});gr.registerCommand("StorageSDK.clear",Vf);_e("storage.clear",{version:"1.0.0"});var mI=Oo(al());ht();H();Ut();wr();ue();Re();var sl=P.testMode;function ll(){let e=new Map,t,n;return{registerRewardHandler(o,a){e.set(o,a)},handleReward(o,...a){return A(this,null,function*(){return yield o.reduce((s,l)=>A(this,null,function*(){let d=yield s;if(d===!0)return!0;sl&&console.log(`handleReward ${l}`);let y=e.get(l),f=y?yield y(...a):d;return sl&&console.log(`handleReward ${l} ${f}`),f}),Promise.resolve(!1))})},registerRewardsFetcher(o){return A(this,null,function*(){t=(...a)=>A(this,null,function*(){try{return yield o(...a)}catch(i){return console.error("getRewardOptions error:",i),["ADS"]}})})},registerRewardFrequencyConfigFetcher(o){return A(this,null,function*(){n=(...a)=>A(this,null,function*(){try{return yield o(...a)}catch(i){return console.error("getRewardOptions error:",i),{joliCoinUseAndCharge:nt,loginGuide:rt}}})})},getRewardsTypes(...o){return A(this,null,function*(){return t?yield t(...o):["ADS"]})},getRewardFrequencyConfig(...o){return A(this,null,function*(){return n?yield n(...o):{joliCoinUseAndCharge:nt,loginGuide:rt}})}}}H();var ba=class{constructor(t){this.httpClient=t}execute(t,n){return A(this,null,function*(){let r=(n==null?void 0:n.method)||"POST",o=(n==null?void 0:n.body)||{};return r==="GET"?yield this.httpClient.get(t,o):yield this.httpClient.post(t,o)})}extractCacheableData(t){var n,r,o;return{unlockOptions:((n=t.data)==null?void 0:n.unlockOptions)||[],joliCoin:((r=t.extra)==null?void 0:r.joliCoin)||{balance:0,enableAutoDeduct:!1},joliGem:((o=t.extra)==null?void 0:o.joliGem)||{balance:0,enableAutoDeduct:!1}}}mergeData(t,n){return{code:"SUCCESS",message:"success",data:{unlockOptions:t.unlockOptions},extra:{joliCoin:t.joliCoin||{balance:0,enableAutoDeduct:!1},joliGem:t.joliGem||{balance:0,enableAutoDeduct:!1}}}}processCachedData(t){return{code:"SUCCESS",message:"success from cache",data:{unlockOptions:t.unlockOptions},extra:{joliCoin:t.joliCoin,joliGem:t.joliGem}}}},Ea=class{constructor(t){this.httpClient=t}execute(t,n){return A(this,null,function*(){let r=(n==null?void 0:n.method)||"GET",o=(n==null?void 0:n.body)||{};return r==="GET"?yield this.httpClient.get(t,o):yield this.httpClient.post(t,o)})}extractCacheableData(t){let n=t.data;return $({joliCoinUseAndCharge:n==null?void 0:n.joliCoinUseAndCharge,loginGuide:n==null?void 0:n.loginGuide},n)}processCachedData(t){return{code:"SUCCESS",message:"success from cache",data:t}}},Tr=class{constructor(t){this.unlockOptionsService=new wt(new ba(t),{duration:30*60*1e3,timeout:1e3,keyGenerator:n=>n,consistencyChecker:(n,r)=>n.unlockOptions.length!==r.unlockOptions.length?!1:n.unlockOptions.every((o,a)=>{var s,l;let i=r.unlockOptions[a];return o.type===i.type&&((s=o.joliGemChoice)==null?void 0:s.joliGemQuantity)===((l=i.joliGemChoice)==null?void 0:l.joliGemQuantity)})}),this.globalConfigService=new wt(new Ea(t),{duration:60*60*1e3,timeout:1e3,keyGenerator:n=>n})}getUnlockOptions(){return A(this,arguments,function*(t={}){return yield this.unlockOptionsService.request("/api/games/unlock-options",{endpoint:"/api/games/unlock-options",body:t,method:"POST"})})}getGlobalConfig(){return A(this,null,function*(){return yield this.globalConfigService.request("/api/fe-configs/web-common/global-config",{endpoint:"/api/fe-configs/web-common/global-config",method:"GET"})})}refreshUnlockOptions(){return A(this,arguments,function*(t={}){return yield this.unlockOptionsService.forceRequest("/api/games/unlock-options",{endpoint:"/api/games/unlock-options",body:t,method:"POST"})})}refreshGlobalConfig(){return A(this,null,function*(){return yield this.globalConfigService.forceRequest("/api/fe-configs/web-common/global-config",{endpoint:"/api/fe-configs/web-common/global-config",method:"GET"})})}warmupCache(){return A(this,null,function*(){yield Promise.all([this.unlockOptionsService.warmupCache("/api/games/unlock-options",{endpoint:"/api/games/unlock-options",method:"POST"}),this.globalConfigService.warmupCache("/api/fe-configs/web-common/global-config",{endpoint:"/api/fe-configs/web-common/global-config",method:"GET"})])})}clearAllCache(){this.unlockOptionsService.clearCache(),this.globalConfigService.clearCache()}getCacheStats(){return{unlockOptions:this.unlockOptionsService.getCacheStats(),globalConfig:this.globalConfigService.getCacheStats()}}clearExpiredCache(){this.unlockOptionsService.clearExpiredCache(),this.globalConfigService.clearExpiredCache()}};Re();H();var Yf=()=>(e,t)=>{let n={SUBSCRIPTION:4,JOLI_GEM:3,JOLI_GEM_ONLY:3,JOLI_COIN:2,JOLI_COIN_ONLY:2,ADS:1};return n[t]-n[e]},Qf=["openJolicoinGuide",{method:"getABTest",platforms:["android"],nativeVersionCode:1050100},"userTrackAsync",{method:"openMiniapp",nativeVersionCode:1050100}],Zf=e=>{if(!e.length)return["ADS"];if(e.includes("JOLI_GEM")){if(e.length===1)return["JOLI_GEM_ONLY"];if(e.includes("SUBSCRIPTION")&&e.length===2)return["SUBSCRIPTION","JOLI_GEM_ONLY"]}if(e.includes("JOLI_COIN")){if(e.length===1)return["JOLI_COIN_ONLY"];if(e.includes("SUBSCRIPTION")&&e.length===2)return["SUBSCRIPTION","JOLI_COIN_ONLY"]}return e.sort(Yf())},Ia=null;function Aa(e){return Ia||(Ia=new Tr(e)),Ia}var Sa=e=>{e.registerRewardsFetcher(t=>A(void 0,null,function*(){var o,a,i,s,l;let n=["ADS"],r=Aa(t);try{let d=yield r.getUnlockOptions({});if(d.code!=="SUCCESS")return n;Q.emit(br,{options:((o=d.data)==null?void 0:o.unlockOptions)||[],userJoliCoin:((a=d.extra)==null?void 0:a.joliCoin)||{balance:0,enableAutoDeduct:!1},userGem:((i=d.extra)==null?void 0:i.joliGem)||{balance:0,enableAutoDeduct:!1}});let y=((l=(s=d.data)==null?void 0:s.unlockOptions)==null?void 0:l.map(f=>f.type))||Array.from(n);return Zf(y)}catch(d){return console.error("getRewardOptions error (cached):",d),n}}))},Ca=e=>{e.registerRewardFrequencyConfigFetcher(t=>A(void 0,null,function*(){var r,o,a,i;let n=Aa(t);try{let s=yield n.getGlobalConfig();return Q.emit(wa,{joliCoinUseAndCharge:((r=s.data)==null?void 0:r.joliCoinUseAndCharge)||nt,loginGuide:((o=s.data)==null?void 0:o.loginGuide)||rt}),s.data&&ft.emit("onGlobalConfigChanged",{globalConfig:s.data}),{joliCoinUseAndCharge:((a=s.data)==null?void 0:a.joliCoinUseAndCharge)||nt,loginGuide:((i=s.data)==null?void 0:i.loginGuide)||rt}}catch(s){return console.error("getGlobalConfig error (cached):",s),Q.emit(wa,{joliCoinUseAndCharge:nt,loginGuide:rt}),ft.emit("onGlobalConfigChanged",{globalConfig:{joliCoinUseAndCharge:nt,loginGuide:rt,supportedHostMethods:Qf}}),{joliCoinUseAndCharge:nt,loginGuide:rt}}}))};var Ra=e=>A(void 0,null,function*(){yield Aa(e).warmupCache(),console.log("Reward cache warmed up")});var cl=e=>t=>A(void 0,null,function*(){try{console.log("trigger @jolibox/ads reward",t),yield e.adBreak(t)}catch(n){console.error("-----createAdsRewardHandler error-----",n)}return!0});Re();function Ve(e,t){let n=null,r=null,o=null,a=()=>{if(o){n=Promise.resolve(o);return}n=new Promise(i=>{r=i})};return a(),e.on(t,(...i)=>{let s=i[0];o=s,r&&(r(s),r=null)}),{getData:()=>(n||a(),n),getCachedData:()=>o,clearCache:()=>{o=null,n=null},getFreshData:()=>(o=null,n=null,a(),n),updateData:i=>{if(o)return o=$($({},o),i),n=Promise.resolve(o),r&&(r(o),r=null),o}}}Re();var ye=Ve(Q,br),fn=(e,t)=>{var r;let n=(r=e.options)==null?void 0:r.some(o=>o.type==="SUBSCRIPTION");return console.log("typeof extraCheck",typeof t,t==null?void 0:t()),n&&(!t||(t==null?void 0:t()))};ue();H();var Oa={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"}};H();var Ge=ge();Re();Re();H();var Ta=class{constructor(t){this.httpClient=t}execute(t,n){return A(this,null,function*(){let r=(n==null?void 0:n.method)||"GET",o=(n==null?void 0:n.query)||{};return r==="GET"?yield this.httpClient.get(t,{query:o}):yield this.httpClient.post(t,{query:o})})}extractCacheableData(t){var n;return{balance:((n=t.data)==null?void 0:n.balance)||0,timestamp:Date.now()}}processCachedData(t){return{code:"SUCCESS",message:"success from cache",data:{balance:t.balance}}}},xa=class{constructor(t){this.balanceService=new wt(new Ta(t),{duration:20*60*1e3,timeout:1e3,keyGenerator:(n,r)=>{let o=r!=null&&r.query?JSON.stringify(r.query):"";return`${n}:${o}`}})}getBalance(t="JOLI_COIN"){return A(this,null,function*(){return(yield this.balanceService.request("/api/joli-coin/balance",{endpoint:"/api/joli-coin/balance",query:{type:t},method:"GET"})).data})}refreshBalance(t="JOLI_COIN"){return A(this,null,function*(){return(yield this.balanceService.forceRequest("/api/joli-coin/balance",{endpoint:"/api/joli-coin/balance",query:{type:t},method:"GET"})).data})}warmupBalance(t="JOLI_COIN"){return A(this,null,function*(){yield this.balanceService.warmupCache("/api/joli-coin/balance",{endpoint:"/api/joli-coin/balance",query:{type:t},method:"GET"})})}clearBalanceCache(){this.balanceService.clearCache()}getBalanceCacheStats(){return this.balanceService.getCacheStats()}clearExpiredCache(){this.balanceService.clearExpiredCache()}},ka=null;function Pa(e){return ka||(ka=new xa(e)),ka}var La=(e,t="JOLI_COIN")=>A(void 0,null,function*(){return yield Pa(e).getBalance(t)}),At=(e,t="JOLI_COIN")=>A(void 0,null,function*(){let r=yield Pa(e).refreshBalance(t);return console.log(`Balance cache refreshed for type: ${t}`),r}),xr=(e,t="JOLI_COIN")=>A(void 0,null,function*(){yield Pa(e).warmupBalance(t),console.log(`Balance cache warmed up for type: ${t}`)});H();var Na=class{constructor(t){this.httpClient=t}execute(t,n){return A(this,null,function*(){let r=(n==null?void 0:n.method)||"GET",o=(n==null?void 0:n.query)||{};return r==="GET"?yield this.httpClient.get(t,{query:o}):yield this.httpClient.post(t,{query:o})})}extractCacheableData(t){var n;return{balance:((n=t.data)==null?void 0:n.balance)||0,timestamp:Date.now()}}processCachedData(t){return{code:"SUCCESS",message:"success from cache",data:{balance:t.balance}}}},Ua=class{constructor(t){this.gemBalanceService=new wt(new Na(t),{duration:20*60*1e3,timeout:1e3,keyGenerator:(n,r)=>{let o=r!=null&&r.query?JSON.stringify(r.query):"";return`${n}:${o}`}})}getGemBalance(t="GEM"){return A(this,null,function*(){return(yield this.gemBalanceService.request("/api/joli-gem/balance",{endpoint:"/api/joli-gem/balance",query:{type:t},method:"GET"})).data})}refreshGemBalance(t="GEM"){return A(this,null,function*(){return(yield this.gemBalanceService.forceRequest("/api/joli-gem/balance",{endpoint:"/api/joli-gem/balance",query:{type:t},method:"GET"})).data})}warmupGemBalance(t="GEM"){return A(this,null,function*(){yield this.gemBalanceService.warmupCache("/api/joli-gem/balance",{endpoint:"/api/joli-gem/balance",query:{type:t},method:"GET"})})}clearGemBalanceCache(){this.gemBalanceService.clearCache()}getGemBalanceCacheStats(){return this.gemBalanceService.getCacheStats()}clearExpiredCache(){this.gemBalanceService.clearExpiredCache()}},Da=null;function ul(e){return Da||(Da=new Ua(e)),Da}var Ba=(e,t="GEM")=>A(void 0,null,function*(){return yield ul(e).getGemBalance(t)}),Jt=(e,t="GEM")=>A(void 0,null,function*(){let r=yield ul(e).refreshGemBalance(t);return console.log(`Gem balance cache refreshed for type: ${t}`),r});var $e={JOLI_COIN:{fetchBalance:La,getQuantity:e=>{var t,n,r;return(r=(n=(t=e==null?void 0:e.options)==null?void 0:t.find(o=>o.type==="JOLI_COIN"))==null?void 0:n.joliCoinChoices[0].joliCoinQuantity)!=null?r: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 n,r;return(r=(n=e==null?void 0:e.options)==null?void 0:n.some(o=>o.type==="JOLI_COIN"&&o.joliCoinChoices.some(a=>{var i;return a.joliCoinQuantity<=((i=t==null?void 0:t.balance)!=null?i:0)})))!=null?r:!1}},JOLI_GEM:{fetchBalance:Ba,getQuantity:e=>{var t,n,r,o;return(o=(r=(n=(t=e==null?void 0:e.options)==null?void 0:t.find(a=>a.type==="JOLI_GEM"))==null?void 0:n.joliGemChoice)==null?void 0:r.joliGemQuantity)!=null?o: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 r,o,a;let n=e==null?void 0:e.options.find(i=>i.type==="JOLI_GEM");return n?((o=(r=n.joliGemChoice)==null?void 0:r.joliGemQuantity)!=null?o:0)<=((a=t==null?void 0:t.balance)!=null?a:0):!1}}};var Pr=(e,t,n)=>{let{showUnlockWithCurrencyModal:r}=n;Ge.registerCommand(`Rewards.${e}.useJolicoin`,()=>A(void 0,null,function*(){let o=yield ye.getData(),a=$e[t],i=a.getCurrentUser(o),s=a.getQuantity(o),l=!!(i!=null&&i.enableAutoDeduct);return console.log("-----unlockOptions usemodal-----",o,l,s),(yield r({enableAutoDeduct:l,userCurrency:i,quantity:s,currency:t}))!=="CONFIRM"?{result:"FAILED"}:{result:"SUCCESS"}}))},St=(e,t)=>n=>A(void 0,null,function*(){let r=Ve(Q,Sr);return Q.emit(Ar,e,{enableAutoDeduct:n.enableAutoDeduct,userCurrency:n.userCurrency,quantity:n.quantity,currency:n.currency,confirmButtonText:t.confirmButtonText,cancelButtonText:t.cancelButtonText}),(yield r.getFreshData()).useModalResult});Re();Re();var Lr=(e,t,n)=>{let{httpClient:r,initiateAndAwaitPayment:o}=n;Ge.registerCommand(`Rewards.${e}.usePayment`,()=>A(void 0,null,function*(){var p;let a=yield ye.getData(),i=$e[t],s=yield i.fetchBalance(r),l=i.getQuantity(a),d=i.getCurrentUser(a),y=i.createUpdatedUser((p=s==null?void 0:s.balance)!=null?p:0,d.enableAutoDeduct),f=i.getUpdateKey();if(ye.updateData({[f]:y}),console.log("-----unlockOptions payment-----",a,y,l,t),!i.isEnough(a,y)){let h=yield o({userCurrency:y,currencyQuantity:l,currency:t});return t==="JOLI_GEM"?Jt(r):At(r),{result:h==="SUCCESS"?"SUCCESS":"FAILED"}}return{result:"CONTINUE"}}))},Ct=(e,t)=>n=>A(void 0,null,function*(){let r=Ve(Q,Ir);return Q.emit(Er,e,{userCurrency:n.userCurrency,quantity:n.currencyQuantity,currency:n.currency,enableAutoDeduct:n.userCurrency.enableAutoDeduct,confirmButtonText:t.confirmButtonText,cancelButtonText:t.cancelButtonText}),(yield r.getFreshData()).paymentResult});ue();Re();Re();H();var Rt=(e,t)=>n=>A(void 0,null,function*(){let r=Ve(Q,Cr);return Q.emit(Rr,e,{confirmButtonText:t.confirmButtonText,cancelButtonText:t.cancelButtonText,currency:n}),yield r.getFreshData()});var nh=(e,t,n,{handlers:{handleUnlockSuccess:r,handleUnlockFailed:o,unlockOptionsHandler:a,initiateAndAwaitPayment:i,showUnlockWithCurrencyModal:s,showUnloginModal:l,hasSubscription:d}})=>{Lr(e,"JOLI_COIN",{httpClient:t,initiateAndAwaitPayment:i}),Pr(e,"JOLI_COIN",{showUnlockWithCurrencyModal:s});let y=[`Rewards.${e}.usePayment`,`Rewards.${e}.useJolicoin`];return f=>A(void 0,null,function*(){var p,h,b,I;try{let C=yield a.getData();if(fn(C,d)){let M=$e.JOLI_COIN,V=yield M.fetchBalance(t),S=M.getCurrentUser(C),D=M.createUpdatedUser((p=V==null?void 0:V.balance)!=null?p:0,S.enableAutoDeduct);if(!M.isEnough(C,D))return o==null||o(f),!1}else{let M=!0;for(let V of y){let S=yield Ge.executeCommand(V);if(M=M&&S.result!=="FAILED",S.result!=="CONTINUE")break}if(!M)return o==null||o(f),!1}let T=Oa[n],L=yield t.post(T.unlockEndpoint,{data:{type:"GAME_REWARD",reqId:`${Je()}-${P.mpType}-${Date.now()}`,gameInfo:{gameId:P.mpId}}});if(console.log("-----unlockWithCurrency request result-----",L),L.code=="SUCCESS"){try{(b=f.adBreakDone)==null||b.call(f,{breakType:f.type,breakName:"name"in f&&(h=f.name)!=null?h:"",breakFormat:"reward",breakStatus:"viewed"}),"adViewed"in f&&((I=f.adViewed)==null||I.call(f)),At(t)}catch(M){console.error("-----unlockWithJolicoin adBreakDone error-----",M)}return r==null||r({quantity:L.data.quantity,balance:L.data.balance}),!0}return o==null||o(f),!1}catch(C){if(console.info("JolicoinRewardHandler error:",C),C instanceof Error&&C.message=="CANCEL")throw C;return o==null||o(f),!1}finally{a.clearCache()}})},Dr=(e,t,n)=>nh(e,t,"JOLI_COIN",n);var dl=(e,{onUnlockSuccess:t,onUnlockFailed:n,hasSubscription:r})=>{let o=()=>{n==null||n()},a=St("ADS-JOLI_COIN",{confirmButtonText:"jolicoin.useJolicoin",cancelButtonText:"jolicoin.noWatchAds"}),i=Ct("ADS-JOLI_COIN",{confirmButtonText:"jolicoin.payAndUnlock",cancelButtonText:"jolicoin.noWatchAds"}),s=Rt("ADS-JOLI_COIN",{confirmButtonText:"loginGuide.login",cancelButtonText:"loginGuide.noWatchAds"});return Dr("ADS-JOLI_COIN",e,{handlers:{handleUnlockSuccess:t,handleUnlockFailed:o,unlockOptionsHandler:ye,initiateAndAwaitPayment:i,showUnlockWithCurrencyModal:a,showUnloginModal:s,hasSubscription:r}})};var fl=(e,{onUnlockSuccess:t,onUnlockFailed:n,hasSubscription:r})=>{let o=d=>{var y;n==null||n(),(y=d.adBreakDone)==null||y.call(d,{breakType:d.type,breakFormat:d.type==="reward"?"reward":"interstitial",breakStatus:"noAdPreloaded"})},a=St("JOLI_COIN",{confirmButtonText:"jolicoin.useJolicoin",cancelButtonText:"jolicoin.noThanks"}),i=Ct("JOLI_COIN",{confirmButtonText:"jolicoin.payAndUnlock",cancelButtonText:"jolicoin.noThanks"}),s=Rt("JOLI_COIN",{confirmButtonText:"loginGuide.login",cancelButtonText:"loginGuide.noThanks"});return Dr("JOLI_COIN",e,{handlers:{handleUnlockSuccess:t,handleUnlockFailed:o,unlockOptionsHandler:ye,initiateAndAwaitPayment:i,showUnlockWithCurrencyModal:a,showUnloginModal:s,hasSubscription:r}})};ue();H();Re();Re();var hl=e=>{let{showSubscriptionModal:t}=e;Ge.registerCommand("Rewards.subscription",()=>A(void 0,null,function*(){var s,l;let n=yield ye.getData(),r=(l=(s=n==null?void 0:n.options)==null?void 0:s.find(d=>d.type==="JOLI_GEM"))==null?void 0:l.type,o=$e[r?"JOLI_GEM":"JOLI_COIN"],a=o.getCurrentUser(n);return o.isEnough(n,a)?{result:"FAILED"}:{result:(yield t())==="SUCCESS"?"SUCCESS":"FAILED"}}))},ml=e=>()=>A(void 0,null,function*(){let t=Ve(Q,kr);return Q.emit(Or,e),(yield t.getFreshData()).result});ue();var pl=(e,t,{handlers:{handleSubSuccess:n,handleSubFailed:r,unlockOptionsHandler:o,showSubscriptionModal:a,hasSubscription:i}})=>{hl({showSubscriptionModal:a});let s=["Rewards.subscription"];return l=>A(void 0,null,function*(){var d,y,f,p,h,b;try{let I=yield o.getData();if(!fn(I,i))return!1;let w=!0;for(let T of s){let L=yield Ge.executeCommand(T);if(w=w&&L.result!=="FAILED",L.result!=="CONTINUE")break}if(At(t),Jt(t),console.log("-----unlockWithSubscription result-----",w),w){try{(y=l.adBreakDone)==null||y.call(l,{breakType:l.type,breakName:"name"in l&&(d=l.name)!=null?d:"",breakFormat:l.type==="reward"?"reward":"interstitial",breakStatus:"viewed"}),"adViewed"in l&&((f=l.adViewed)==null||f.call(l)),(b=(h=P).onEnvConfigChanged)==null||b.call(h,{hostUserInfo:Ie($({},(p=P.hostUserInfo)!=null?p:{isLogin:!1}),{isSubUser:!0})})}catch(T){console.error("-----unlockWithSubscription adBreakDone error-----",T)}return n==null||n(),!0}return r==null||r(l),!1}catch(I){if(console.info("SubscriptionRewardHandler error:",I),I instanceof Error&&I.message=="CANCEL")throw I;return r==null||r(l),!1}finally{}})};var vl=(e,{onSubSuccess:t,onSubFailed:n,hasSubscription:r})=>{let o=()=>{n==null||n()},a=ml("SUBSCRIPTION");return pl("SUBSCRIPTION",e,{handlers:{handleSubSuccess:t,handleSubFailed:o,unlockOptionsHandler:ye,showSubscriptionModal:a,hasSubscription:r}})};var We=ll();Sa(We);Ca(We);var Mr,G,bl,Ja,Ot,gl,El,Il,Al,Fa,Ma,Ga,oh,hn={},Sl=[],ah=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,mn=Array.isArray;function ot(e,t){for(var n in t)e[n]=t[n];return e}function Ha(e){e&&e.parentNode&&e.parentNode.removeChild(e)}function pn(e,t,n){var r,o,a,i={};for(a in t)a=="key"?r=t[a]:a=="ref"?o=t[a]:i[a]=t[a];if(arguments.length>2&&(i.children=arguments.length>3?Mr.call(arguments,2):n),typeof e=="function"&&e.defaultProps!=null)for(a in e.defaultProps)i[a]===void 0&&(i[a]=e.defaultProps[a]);return Ur(e,i,r,o,null)}function Ur(e,t,n,r,o){var a={type:e,props:t,key:n,ref:r,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:o==null?++bl:o,__i:-1,__u:0};return o==null&&G.vnode!=null&&G.vnode(a),a}function mt(e){return e.children}function De(e,t){this.props=e,this.context=t}function Ft(e,t){if(t==null)return e.__?Ft(e.__,e.__i+1):null;for(var n;t<e.__k.length;t++)if((n=e.__k[t])!=null&&n.__e!=null)return n.__e;return typeof e.type=="function"?Ft(e):null}function Cl(e){var t,n;if((e=e.__)!=null&&e.__c!=null){for(e.__e=e.__c.base=null,t=0;t<e.__k.length;t++)if((n=e.__k[t])!=null&&n.__e!=null){e.__e=e.__c.base=n.__e;break}return Cl(e)}}function _l(e){(!e.__d&&(e.__d=!0)&&Ot.push(e)&&!Br.__r++||gl!==G.debounceRendering)&&((gl=G.debounceRendering)||El)(Br)}function Br(){for(var e,t,n,r,o,a,i,s=1;Ot.length;)Ot.length>s&&Ot.sort(Il),e=Ot.shift(),s=Ot.length,e.__d&&(n=void 0,o=(r=(t=e).__v).__e,a=[],i=[],t.__P&&((n=ot({},r)).__v=r.__v+1,G.vnode&&G.vnode(n),qa(t.__P,n,r,t.__n,t.__P.namespaceURI,32&r.__u?[o]:null,a,o==null?Ft(r):o,!!(32&r.__u),i),n.__v=r.__v,n.__.__k[n.__i]=n,kl(a,n,i),n.__e!=o&&Cl(n)));Br.__r=0}function Rl(e,t,n,r,o,a,i,s,l,d,y){var f,p,h,b,I,C,w=r&&r.__k||Sl,T=t.length;for(l=ih(n,t,w,l,T),f=0;f<T;f++)(h=n.__k[f])!=null&&(p=h.__i===-1?hn:w[h.__i]||hn,h.__i=f,C=qa(e,h,p,o,a,i,s,l,d,y),b=h.__e,h.ref&&p.ref!=h.ref&&(p.ref&&ja(p.ref,null,h),y.push(h.ref,h.__c||b,h)),I==null&&b!=null&&(I=b),4&h.__u||p.__k===h.__k?l=Ol(h,l,e):typeof h.type=="function"&&C!==void 0?l=C:b&&(l=b.nextSibling),h.__u&=-7);return n.__e=I,l}function ih(e,t,n,r,o){var a,i,s,l,d,y=n.length,f=y,p=0;for(e.__k=new Array(o),a=0;a<o;a++)(i=t[a])!=null&&typeof i!="boolean"&&typeof i!="function"?(l=a+p,(i=e.__k[a]=typeof i=="string"||typeof i=="number"||typeof i=="bigint"||i.constructor==String?Ur(null,i,null,null,null):mn(i)?Ur(mt,{children:i},null,null,null):i.constructor===void 0&&i.__b>0?Ur(i.type,i.props,i.key,i.ref?i.ref:null,i.__v):i).__=e,i.__b=e.__b+1,s=null,(d=i.__i=sh(i,n,l,f))!==-1&&(f--,(s=n[d])&&(s.__u|=2)),s==null||s.__v===null?(d==-1&&(o>y?p--:o<y&&p++),typeof i.type!="function"&&(i.__u|=4)):d!=l&&(d==l-1?p--:d==l+1?p++:(d>l?p--:p++,i.__u|=4))):e.__k[a]=null;if(f)for(a=0;a<y;a++)(s=n[a])!=null&&!(2&s.__u)&&(s.__e==r&&(r=Ft(s)),xl(s,s));return r}function Ol(e,t,n){var r,o;if(typeof e.type=="function"){for(r=e.__k,o=0;r&&o<r.length;o++)r[o]&&(r[o].__=e,t=Ol(r[o],t,n));return t}e.__e!=t&&(t&&e.type&&!n.contains(t)&&(t=Ft(e)),n.insertBefore(e.__e,t||null),t=e.__e);do t=t&&t.nextSibling;while(t!=null&&t.nodeType==8);return t}function vn(e,t){return t=t||[],e==null||typeof e=="boolean"||(mn(e)?e.some(function(n){vn(n,t)}):t.push(e)),t}function sh(e,t,n,r){var o,a,i=e.key,s=e.type,l=t[n];if(l===null&&e.key==null||l&&i==l.key&&s===l.type&&!(2&l.__u))return n;if(r>(l!=null&&!(2&l.__u)?1:0))for(o=n-1,a=n+1;o>=0||a<t.length;){if(o>=0){if((l=t[o])&&!(2&l.__u)&&i==l.key&&s===l.type)return o;o--}if(a<t.length){if((l=t[a])&&!(2&l.__u)&&i==l.key&&s===l.type)return a;a++}}return-1}function yl(e,t,n){t[0]=="-"?e.setProperty(t,n==null?"":n):e[t]=n==null?"":typeof n!="number"||ah.test(t)?n:n+"px"}function Nr(e,t,n,r,o){var a;e:if(t=="style")if(typeof n=="string")e.style.cssText=n;else{if(typeof r=="string"&&(e.style.cssText=r=""),r)for(t in r)n&&t in n||yl(e.style,t,"");if(n)for(t in n)r&&n[t]===r[t]||yl(e.style,t,n[t])}else if(t[0]=="o"&&t[1]=="n")a=t!=(t=t.replace(Al,"$1")),t=t.toLowerCase()in e||t=="onFocusOut"||t=="onFocusIn"?t.toLowerCase().slice(2):t.slice(2),e.l||(e.l={}),e.l[t+a]=n,n?r?n.t=r.t:(n.t=Fa,e.addEventListener(t,a?Ga:Ma,a)):e.removeEventListener(t,a?Ga:Ma,a);else{if(o=="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]=n==null?"":n;break e}catch(i){}typeof n=="function"||(n==null||n===!1&&t[4]!="-"?e.removeAttribute(t):e.setAttribute(t,t=="popover"&&n==1?"":n))}}function wl(e){return function(t){if(this.l){var n=this.l[t.type+e];if(t.u==null)t.u=Fa++;else if(t.u<n.t)return;return n(G.event?G.event(t):t)}}}function qa(e,t,n,r,o,a,i,s,l,d){var y,f,p,h,b,I,C,w,T,L,M,V,S,D,B,F,N,J=t.type;if(t.constructor!==void 0)return null;128&n.__u&&(l=!!(32&n.__u),a=[s=t.__e=n.__e]),(y=G.__b)&&y(t);e:if(typeof J=="function")try{if(w=t.props,T="prototype"in J&&J.prototype.render,L=(y=J.contextType)&&r[y.__c],M=y?L?L.props.value:y.__:r,n.__c?C=(f=t.__c=n.__c).__=f.__E:(T?t.__c=f=new J(w,M):(t.__c=f=new De(w,M),f.constructor=J,f.render=ch),L&&L.sub(f),f.props=w,f.state||(f.state={}),f.context=M,f.__n=r,p=f.__d=!0,f.__h=[],f._sb=[]),T&&f.__s==null&&(f.__s=f.state),T&&J.getDerivedStateFromProps!=null&&(f.__s==f.state&&(f.__s=ot({},f.__s)),ot(f.__s,J.getDerivedStateFromProps(w,f.__s))),h=f.props,b=f.state,f.__v=t,p)T&&J.getDerivedStateFromProps==null&&f.componentWillMount!=null&&f.componentWillMount(),T&&f.componentDidMount!=null&&f.__h.push(f.componentDidMount);else{if(T&&J.getDerivedStateFromProps==null&&w!==h&&f.componentWillReceiveProps!=null&&f.componentWillReceiveProps(w,M),!f.__e&&(f.shouldComponentUpdate!=null&&f.shouldComponentUpdate(w,f.__s,M)===!1||t.__v==n.__v)){for(t.__v!=n.__v&&(f.props=w,f.state=f.__s,f.__d=!1),t.__e=n.__e,t.__k=n.__k,t.__k.some(function(Y){Y&&(Y.__=t)}),V=0;V<f._sb.length;V++)f.__h.push(f._sb[V]);f._sb=[],f.__h.length&&i.push(f);break e}f.componentWillUpdate!=null&&f.componentWillUpdate(w,f.__s,M),T&&f.componentDidUpdate!=null&&f.__h.push(function(){f.componentDidUpdate(h,b,I)})}if(f.context=M,f.props=w,f.__P=e,f.__e=!1,S=G.__r,D=0,T){for(f.state=f.__s,f.__d=!1,S&&S(t),y=f.render(f.props,f.state,f.context),B=0;B<f._sb.length;B++)f.__h.push(f._sb[B]);f._sb=[]}else do f.__d=!1,S&&S(t),y=f.render(f.props,f.state,f.context),f.state=f.__s;while(f.__d&&++D<25);f.state=f.__s,f.getChildContext!=null&&(r=ot(ot({},r),f.getChildContext())),T&&!p&&f.getSnapshotBeforeUpdate!=null&&(I=f.getSnapshotBeforeUpdate(h,b)),F=y,y!=null&&y.type===mt&&y.key==null&&(F=Tl(y.props.children)),s=Rl(e,mn(F)?F:[F],t,n,r,o,a,i,s,l,d),f.base=t.__e,t.__u&=-161,f.__h.length&&i.push(f),C&&(f.__E=f.__=null)}catch(Y){if(t.__v=null,l||a!=null)if(Y.then){for(t.__u|=l?160:128;s&&s.nodeType==8&&s.nextSibling;)s=s.nextSibling;a[a.indexOf(s)]=null,t.__e=s}else for(N=a.length;N--;)Ha(a[N]);else t.__e=n.__e,t.__k=n.__k;G.__e(Y,t,n)}else a==null&&t.__v==n.__v?(t.__k=n.__k,t.__e=n.__e):s=t.__e=lh(n.__e,t,n,r,o,a,i,l,d);return(y=G.diffed)&&y(t),128&t.__u?void 0:s}function kl(e,t,n){for(var r=0;r<n.length;r++)ja(n[r],n[++r],n[++r]);G.__c&&G.__c(t,e),e.some(function(o){try{e=o.__h,o.__h=[],e.some(function(a){a.call(o)})}catch(a){G.__e(a,o.__v)}})}function Tl(e){return typeof e!="object"||e==null?e:mn(e)?e.map(Tl):ot({},e)}function lh(e,t,n,r,o,a,i,s,l){var d,y,f,p,h,b,I,C=n.props,w=t.props,T=t.type;if(T=="svg"?o="http://www.w3.org/2000/svg":T=="math"?o="http://www.w3.org/1998/Math/MathML":o||(o="http://www.w3.org/1999/xhtml"),a!=null){for(d=0;d<a.length;d++)if((h=a[d])&&"setAttribute"in h==!!T&&(T?h.localName==T:h.nodeType==3)){e=h,a[d]=null;break}}if(e==null){if(T==null)return document.createTextNode(w);e=document.createElementNS(o,T,w.is&&w),s&&(G.__m&&G.__m(t,a),s=!1),a=null}if(T===null)C===w||s&&e.data===w||(e.data=w);else{if(a=a&&Mr.call(e.childNodes),C=n.props||hn,!s&&a!=null)for(C={},d=0;d<e.attributes.length;d++)C[(h=e.attributes[d]).name]=h.value;for(d in C)if(h=C[d],d!="children"){if(d=="dangerouslySetInnerHTML")f=h;else if(!(d in w)){if(d=="value"&&"defaultValue"in w||d=="checked"&&"defaultChecked"in w)continue;Nr(e,d,null,h,o)}}for(d in w)h=w[d],d=="children"?p=h:d=="dangerouslySetInnerHTML"?y=h:d=="value"?b=h:d=="checked"?I=h:s&&typeof h!="function"||C[d]===h||Nr(e,d,h,C[d],o);if(y)s||f&&(y.__html===f.__html||y.__html===e.innerHTML)||(e.innerHTML=y.__html),t.__k=[];else if(f&&(e.innerHTML=""),Rl(t.type==="template"?e.content:e,mn(p)?p:[p],t,n,r,T=="foreignObject"?"http://www.w3.org/1999/xhtml":o,a,i,a?a[0]:n.__k&&Ft(n,0),s,l),a!=null)for(d=a.length;d--;)Ha(a[d]);s||(d="value",T=="progress"&&b==null?e.removeAttribute("value"):b!==void 0&&(b!==e[d]||T=="progress"&&!b||T=="option"&&b!==C[d])&&Nr(e,d,b,C[d],o),d="checked",I!==void 0&&I!==e[d]&&Nr(e,d,I,C[d],o))}return e}function ja(e,t,n){try{if(typeof e=="function"){var r=typeof e.__u=="function";r&&e.__u(),r&&t==null||(e.__u=e(t))}else e.current=t}catch(o){G.__e(o,n)}}function xl(e,t,n){var r,o;if(G.unmount&&G.unmount(e),(r=e.ref)&&(r.current&&r.current!==e.__e||ja(r,null,t)),(r=e.__c)!=null){if(r.componentWillUnmount)try{r.componentWillUnmount()}catch(a){G.__e(a,t)}r.base=r.__P=null}if(r=e.__k)for(o=0;o<r.length;o++)r[o]&&xl(r[o],t,n||typeof e.type!="function");n||Ha(e.__e),e.__c=e.__=e.__e=void 0}function ch(e,t,n){return this.constructor(e,n)}function Pl(e,t,n){var r,o,a,i;t==document&&(t=document.documentElement),G.__&&G.__(e,t),o=(r=typeof n=="function")?null:n&&n.__k||t.__k,a=[],i=[],qa(t,e=(!r&&n||t).__k=pn(mt,null,[e]),o||hn,hn,t.namespaceURI,!r&&n?[n]:o?null:t.firstChild?Mr.call(t.childNodes):null,a,!r&&n?n:o?o.__e:t.firstChild,r,i),kl(a,e,i)}Mr=Sl.slice,G={__e:function(e,t,n,r){for(var o,a,i;t=t.__;)if((o=t.__c)&&!o.__)try{if((a=o.constructor)&&a.getDerivedStateFromError!=null&&(o.setState(a.getDerivedStateFromError(e)),i=o.__d),o.componentDidCatch!=null&&(o.componentDidCatch(e,r||{}),i=o.__d),i)return o.__E=o}catch(s){e=s}throw e}},bl=0,Ja=function(e){return e!=null&&e.constructor==null},De.prototype.setState=function(e,t){var n;n=this.__s!=null&&this.__s!==this.state?this.__s:this.__s=ot({},this.state),typeof e=="function"&&(e=e(ot({},n),this.props)),e&&ot(n,e),e!=null&&this.__v&&(t&&this._sb.push(t),_l(this))},De.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),_l(this))},De.prototype.render=mt,Ot=[],El=typeof Promise=="function"?Promise.prototype.then.bind(Promise.resolve()):setTimeout,Il=function(e,t){return e.__v.__b-t.__v.__b},Br.__r=0,Al=/(PointerCapture)$|Capture$/i,Fa=0,Ma=wl(!1),Ga=wl(!0),oh=0;var Ht,ae,Va,Ll,gn=0,Fl=[],se=G,Dl=se.__b,Nl=se.__r,Ul=se.diffed,Bl=se.__c,Ml=se.unmount,Gl=se.__;function Jr(e,t){se.__h&&se.__h(ae,e,gn||t),gn=0;var n=ae.__H||(ae.__H={__:[],__h:[]});return e>=n.__.length&&n.__.push({}),n.__[e]}function Fr(e){return gn=1,Hl(ql,e)}function Hl(e,t,n){var r=Jr(Ht++,2);if(r.t=e,!r.__c&&(r.__=[n?n(t):ql(void 0,t),function(s){var l=r.__N?r.__N[0]:r.__[0],d=r.t(l,s);l!==d&&(r.__N=[d,r.__[1]],r.__c.setState({}))}],r.__c=ae,!ae.__f)){var o=function(s,l,d){if(!r.__c.__H)return!0;var y=r.__c.__H.__.filter(function(p){return!!p.__c});if(y.every(function(p){return!p.__N}))return!a||a.call(this,s,l,d);var f=r.__c.props!==s;return y.forEach(function(p){if(p.__N){var h=p.__[0];p.__=p.__N,p.__N=void 0,h!==p.__[0]&&(f=!0)}}),a&&a.call(this,s,l,d)||f};ae.__f=!0;var a=ae.shouldComponentUpdate,i=ae.componentWillUpdate;ae.componentWillUpdate=function(s,l,d){if(this.__e){var y=a;a=void 0,o(s,l,d),a=y}i&&i.call(this,s,l,d)},ae.shouldComponentUpdate=o}return r.__N||r.__}function _n(e,t){var n=Jr(Ht++,3);!se.__s&&Xa(n.__H,t)&&(n.__=e,n.u=t,ae.__H.__h.push(n))}function Wa(e,t){var n=Jr(Ht++,4);!se.__s&&Xa(n.__H,t)&&(n.__=e,n.u=t,ae.__h.push(n))}function Ka(e){return gn=5,yn(function(){return{current:e}},[])}function yn(e,t){var n=Jr(Ht++,7);return Xa(n.__H,t)&&(n.__=e(),n.__H=t,n.__h=e),n.__}function za(e,t){return gn=8,yn(function(){return e},t)}function uh(){for(var e;e=Fl.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(Gr),e.__H.__h.forEach($a),e.__H.__h=[]}catch(t){e.__H.__h=[],se.__e(t,e.__v)}}se.__b=function(e){ae=null,Dl&&Dl(e)},se.__=function(e,t){e&&t.__k&&t.__k.__m&&(e.__m=t.__k.__m),Gl&&Gl(e,t)},se.__r=function(e){Nl&&Nl(e),Ht=0;var t=(ae=e.__c).__H;t&&(Va===ae?(t.__h=[],ae.__h=[],t.__.forEach(function(n){n.__N&&(n.__=n.__N),n.u=n.__N=void 0})):(t.__h.forEach(Gr),t.__h.forEach($a),t.__h=[],Ht=0)),Va=ae},se.diffed=function(e){Ul&&Ul(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(Fl.push(t)!==1&&Ll===se.requestAnimationFrame||((Ll=se.requestAnimationFrame)||dh)(uh)),t.__H.__.forEach(function(n){n.u&&(n.__H=n.u),n.u=void 0})),Va=ae=null},se.__c=function(e,t){t.some(function(n){try{n.__h.forEach(Gr),n.__h=n.__h.filter(function(r){return!r.__||$a(r)})}catch(r){t.some(function(o){o.__h&&(o.__h=[])}),t=[],se.__e(r,n.__v)}}),Bl&&Bl(e,t)},se.unmount=function(e){Ml&&Ml(e);var t,n=e.__c;n&&n.__H&&(n.__H.__.forEach(function(r){try{Gr(r)}catch(o){t=o}}),n.__H=void 0,t&&se.__e(t,n.__v))};var Jl=typeof requestAnimationFrame=="function";function dh(e){var t,n=function(){clearTimeout(r),Jl&&cancelAnimationFrame(t),setTimeout(e)},r=setTimeout(n,100);Jl&&(t=requestAnimationFrame(n))}function Gr(e){var t=ae,n=e.__c;typeof n=="function"&&(e.__c=void 0,n()),ae=t}function $a(e){var t=ae;e.__c=e.__(),ae=t}function Xa(e,t){return!e||e.length!==t.length||t.some(function(n,r){return n!==e[r]})}function ql(e,t){return typeof t=="function"?t(e):t}function hh(e,t){for(var n in t)e[n]=t[n];return e}function jl(e,t){for(var n in e)if(n!=="__source"&&!(n in t))return!0;for(var r in t)if(r!=="__source"&&e[r]!==t[r])return!0;return!1}function Vl(e,t){this.props=e,this.context=t}(Vl.prototype=new De).isPureReactComponent=!0,Vl.prototype.shouldComponentUpdate=function(e,t){return jl(this.props,e)||jl(this.state,t)};var $l=G.__b;G.__b=function(e){e.type&&e.type.__f&&e.ref&&(e.props.ref=e.ref,e.ref=null),$l&&$l(e)};var fE=typeof Symbol!="undefined"&&Symbol.for&&Symbol.for("react.forward_ref")||3911;var mh=G.__e;G.__e=function(e,t,n,r){if(e.then){for(var o,a=t;a=a.__;)if((o=a.__c)&&o.__c)return t.__e==null&&(t.__e=n.__e,t.__k=n.__k),o.__c(e,t)}mh(e,t,n,r)};var Wl=G.unmount;function ec(e,t,n){return e&&(e.__c&&e.__c.__H&&(e.__c.__H.__.forEach(function(r){typeof r.__c=="function"&&r.__c()}),e.__c.__H=null),(e=hh({},e)).__c!=null&&(e.__c.__P===n&&(e.__c.__P=t),e.__c=null),e.__k=e.__k&&e.__k.map(function(r){return ec(r,t,n)})),e}function tc(e,t,n){return e&&n&&(e.__v=null,e.__k=e.__k&&e.__k.map(function(r){return tc(r,t,n)}),e.__c&&e.__c.__P===t&&(e.__e&&n.appendChild(e.__e),e.__c.__e=!0,e.__c.__P=n)),e}function Ya(){this.__u=0,this.o=null,this.__b=null}function nc(e){var t=e.__.__c;return t&&t.__a&&t.__a(e)}function Hr(){this.i=null,this.l=null}G.unmount=function(e){var t=e.__c;t&&t.__R&&t.__R(),t&&32&e.__u&&(e.type=null),Wl&&Wl(e)},(Ya.prototype=new De).__c=function(e,t){var n=t.__c,r=this;r.o==null&&(r.o=[]),r.o.push(n);var o=nc(r.__v),a=!1,i=function(){a||(a=!0,n.__R=null,o?o(s):s())};n.__R=i;var s=function(){if(!--r.__u){if(r.state.__a){var l=r.state.__a;r.__v.__k[0]=tc(l,l.__c.__P,l.__c.__O)}var d;for(r.setState({__a:r.__b=null});d=r.o.pop();)d.forceUpdate()}};r.__u++||32&t.__u||r.setState({__a:r.__b=r.__v.__k[0]}),e.then(i,i)},Ya.prototype.componentWillUnmount=function(){this.o=[]},Ya.prototype.render=function(e,t){if(this.__b){if(this.__v.__k){var n=document.createElement("div"),r=this.__v.__k[0].__c;this.__v.__k[0]=ec(this.__b,n,r.__O=r.__P)}this.__b=null}var o=t.__a&&pn(mt,null,e.fallback);return o&&(o.__u&=-33),[pn(mt,null,t.__a?null:e.children),o]};var Kl=function(e,t,n){if(++n[1]===n[0]&&e.l.delete(t),e.props.revealOrder&&(e.props.revealOrder[0]!=="t"||!e.l.size))for(n=e.i;n;){for(;n.length>3;)n.pop()();if(n[1]<n[0])break;e.i=n=n[2]}};(Hr.prototype=new De).__a=function(e){var t=this,n=nc(t.__v),r=t.l.get(e);return r[0]++,function(o){var a=function(){t.props.revealOrder?(r.push(o),Kl(t,e,r)):o()};n?n(a):a()}},Hr.prototype.render=function(e){this.i=null,this.l=new Map;var t=vn(e.children);e.revealOrder&&e.revealOrder[0]==="b"&&t.reverse();for(var n=t.length;n--;)this.l.set(t[n],this.i=[1,0,this.i]);return e.children},Hr.prototype.componentDidUpdate=Hr.prototype.componentDidMount=function(){var e=this;this.l.forEach(function(t,n){Kl(e,n,t)})};var ph=typeof Symbol!="undefined"&&Symbol.for&&Symbol.for("react.element")||60103,vh=/^(?: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]/,gh=/^on(Ani|Tra|Tou|BeforeInp|Compo)/,_h=/[A-Z0-9]/g,yh=typeof document!="undefined",wh=function(e){return(typeof Symbol!="undefined"&&typeof Symbol()=="symbol"?/fil|che|rad/:/fil|che|ra/).test(e)};function Qa(e,t,n){return t.__k==null&&(t.textContent=""),Pl(e,t),typeof n=="function"&&n(),e?e.__c:null}De.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach(function(e){Object.defineProperty(De.prototype,e,{configurable:!0,get:function(){return this["UNSAFE_"+e]},set:function(t){Object.defineProperty(this,e,{configurable:!0,writable:!0,value:t})}})});var zl=G.event;function bh(){}function Eh(){return this.cancelBubble}function Ih(){return this.defaultPrevented}G.event=function(e){return zl&&(e=zl(e)),e.persist=bh,e.isPropagationStopped=Eh,e.isDefaultPrevented=Ih,e.nativeEvent=e};var rc,Ah={enumerable:!1,configurable:!0,get:function(){return this.class}},Xl=G.vnode;G.vnode=function(e){typeof e.type=="string"&&function(t){var n=t.props,r=t.type,o={},a=r.indexOf("-")===-1;for(var i in n){var s=n[i];if(!(i==="value"&&"defaultValue"in n&&s==null||yh&&i==="children"&&r==="noscript"||i==="class"||i==="className")){var l=i.toLowerCase();i==="defaultValue"&&"value"in n&&n.value==null?i="value":i==="download"&&s===!0?s="":l==="translate"&&s==="no"?s=!1:l[0]==="o"&&l[1]==="n"?l==="ondoubleclick"?i="ondblclick":l!=="onchange"||r!=="input"&&r!=="textarea"||wh(n.type)?l==="onfocus"?i="onfocusin":l==="onblur"?i="onfocusout":gh.test(i)&&(i=l):l=i="oninput":a&&vh.test(i)?i=i.replace(_h,"-$&").toLowerCase():s===null&&(s=void 0),l==="oninput"&&o[i=l]&&(i="oninputCapture"),o[i]=s}}r=="select"&&o.multiple&&Array.isArray(o.value)&&(o.value=vn(n.children).forEach(function(d){d.props.selected=o.value.indexOf(d.props.value)!=-1})),r=="select"&&o.defaultValue!=null&&(o.value=vn(n.children).forEach(function(d){d.props.selected=o.multiple?o.defaultValue.indexOf(d.props.value)!=-1:o.defaultValue==d.props.value})),n.class&&!n.className?(o.class=n.class,Object.defineProperty(o,"className",Ah)):(n.className&&!n.class||n.class&&n.className)&&(o.class=o.className=n.className),t.props=o}(e),e.$$typeof=ph,Xl&&Xl(e)};var Yl=G.__r;G.__r=function(e){Yl&&Yl(e),rc=e.__c};var Ql=G.diffed;G.diffed=function(e){Ql&&Ql(e);var t=e.props,n=e.__e;n!=null&&e.type==="textarea"&&"value"in t&&t.value!==n.value&&(n.value=t.value==null?"":t.value),rc=null};var Sh=Object.defineProperty,Qr=Object.getOwnPropertySymbols,kc=Object.prototype.hasOwnProperty,Tc=Object.prototype.propertyIsEnumerable,oc=(e,t,n)=>t in e?Sh(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Ch=(e,t)=>{for(var n in t||(t={}))kc.call(t,n)&&oc(e,n,t[n]);if(Qr)for(var n of Qr(t))Tc.call(t,n)&&oc(e,n,t[n]);return e},Rh=(e,t)=>{var n={};for(var r in e)kc.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Qr)for(var r of Qr(e))t.indexOf(r)<0&&Tc.call(e,r)&&(n[r]=e[r]);return n},xc=Object.defineProperty,Oh=Object.defineProperties,kh=Object.getOwnPropertyDescriptors,ac=Object.getOwnPropertySymbols,Th=Object.prototype.hasOwnProperty,xh=Object.prototype.propertyIsEnumerable,ic=(e,t,n)=>t in e?xc(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Ph=(e,t)=>{for(var n in t||(t={}))Th.call(t,n)&&ic(e,n,t[n]);if(ac)for(var n of ac(t))xh.call(t,n)&&ic(e,n,t[n]);return e},Lh=(e,t)=>Oh(e,kh(t)),Dh=(e,t)=>{for(var n in t)xc(e,n,{get:t[n],enumerable:!0})},Pc=(e,t,n,r)=>{for(var o=t,a=e.length-1,i;a>=0;a--)(i=e[a])&&(o=i(o)||o);return o},Nh=(e,t,n)=>new Promise((r,o)=>{var a=l=>{try{s(n.next(l))}catch(d){o(d)}},i=l=>{try{s(n.throw(l))}catch(d){o(d)}},s=l=>l.done?r(l.value):Promise.resolve(l.value).then(a,i);s((n=n.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 n=new Event("abort");this.signal.dispatchEvent(n)};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(n,r){this._eventListeners[n]||(this._eventListeners[n]=[]),this._eventListeners[n].push(r)},t.prototype.removeEventListener=function(n,r){if(!this._eventListeners[n])return;let o=this._eventListeners[n].indexOf(r);o!==-1&&this._eventListeners[n].splice(o,1)},t.prototype.dispatchEvent=function(n){if(this._eventListeners[n.type])for(let r of this._eventListeners[n.type])r.call(this,n)},window.AbortController=e,window.AbortSignal=t}function Uh(e){return new Promise(t=>{setTimeout(()=>{t()},e)})}function Bh(e){return typeof e=="string"}function Mh(e){return typeof e=="undefined"}function Gh(e){return Mh(e)||e===null}function Jh(e){return typeof e=="function"}function Lc(e){let t=e,n=null,r=function(){for(var o=arguments.length,a=new Array(o),i=0;i<o;i++)a[i]=arguments[i];return n||(n=new t(...a)),n};return r.prototype=t.prototype,r}var Fh=(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))(Fh||{});function wn(e){return function(){var t,n;((n=(t=globalThis.VConsole)==null?void 0:t[e])!=null?n:globalThis.console[e])(...arguments)}}var Hh={log:wn("log"),warn:wn("warn"),info:wn("info"),error:wn("error"),debug:wn("debug")};Object.assign(globalThis,{logger:Hh});var sc=Symbol.for("Jolibox.canIUseMap"),qh={};globalThis[sc]||(globalThis[sc]=qh);var lc=Symbol.for("Jolibox.canIUseMap.native"),jh={};globalThis[lc]||(globalThis[lc]=jh);var Dc=(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))(Dc||{}),Nc=(e=>(e.MiniGame="mini-game",e.MiniDrama="mini-drama",e.App="app",e.WebSDK="web-sdk",e.AppSDK="app-sdk",e))(Nc||{}),Uc=(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))(Uc||{}),cc=["name","params"],Vh=["name","type","location","target","extra","timestamp","userId"],$h=["platform","os","appVersion","appId","model","brand","uuid","jsSdkVersion","extra"];function $r(e,t){return t.map(n=>{if(n==="params"&&e[n]){let r=e[n];return Object.keys(r).reduce((o,a)=>(o[a]=String(r[a]),o),{})}return e[n]})}function Wh(e){let t=e.location?$r(e.location,cc):null,n=e.target?$r(e.target,cc):null;return $r(Lh(Ph({},e),{location:t,target:n}),Vh)}function Kh(e){let t=e.events.map(r=>Wh(r)),n=$r(e.device,$h);return[e.protocolVersion,t,n,e.project]}function zh(){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 r=e.get.call(window);return window.__joliboxLocalStorage__=r,r}if(e=Object.getOwnPropertyDescriptor(Object.getPrototypeOf(window),"localStorage"),e&&e.get)return e.get.call(window);let t=Window.prototype,n=Object.getOwnPropertyDescriptor(t,"localStorage");if(n&&n.get){let r=n.get.call(window);return window.__joliboxLocalStorage__=r,r}return localStorage}catch(e){return console.warn("Failed to get original localStorage, fallback to default implementation",e),localStorage}}zh();var Vt=typeof window=="undefined",uc=()=>!Vt&&!!(navigator.userAgent||"").includes("JoliboxPlatformSDK");!Vt&&(navigator.userAgent.includes("iPhone")||navigator.userAgent.includes("iPod")||navigator.userAgent.includes("iPad")||navigator.userAgent.includes("iPhone OS")),!Vt&&navigator.userAgent.includes("Android"),!Vt&&navigator.userAgent.includes("Mac"),!Vt&&navigator.userAgent.includes("FB_IAB"),!Vt&&!navigator.userAgent.includes("iPhone")&&navigator.userAgent.includes("Android");var ai=class ii{constructor(t){this.element=t,this.next=ii.Undefined,this.prev=ii.Undefined}};ai.Undefined=new ai(void 0);var oe=ai,Xh=class{constructor(){this._first=oe.Undefined,this._last=oe.Undefined,this._size=0}get size(){return this._size}isEmpty(){return this._first===oe.Undefined}clear(){let e=this._first;for(;e!==oe.Undefined;){let t=e.next;e.prev=oe.Undefined,e.next=oe.Undefined,e=t}this._first=oe.Undefined,this._last=oe.Undefined,this._size=0}unshift(e){return this._insert(e,!1)}push(e){return this._insert(e,!0)}_insert(e,t){let n=new oe(e);if(this._first===oe.Undefined)this._first=n,this._last=n;else if(t){let o=this._last;this._last=n,n.prev=o,o.next=n}else{let o=this._first;this._first=n,n.next=o,o.prev=n}this._size+=1;let r=!1;return()=>{r||(r=!0,this._remove(n))}}shift(){if(this._first!==oe.Undefined){let e=this._first.element;return this._remove(this._first),e}}pop(){if(this._last!==oe.Undefined){let e=this._last.element;return this._remove(this._last),e}}_remove(e){if(e.prev!==oe.Undefined&&e.next!==oe.Undefined){let t=e.prev;t.next=e.next,e.next.prev=t}else e.prev===oe.Undefined&&e.next===oe.Undefined?(this._first=oe.Undefined,this._last=oe.Undefined):e.next===oe.Undefined?(this._last=this._last.prev,this._last.next=oe.Undefined):e.prev===oe.Undefined&&(this._first=this._first.next,this._first.prev=oe.Undefined);this._size-=1}*[Symbol.iterator](){let e=this._first;for(;e!==oe.Undefined;)yield e.element,e=e.next}},Yh=0,bn=class{constructor(e){this.value=e,this.id=Yh++}},Sn=class{constructor(e){this.options=e,this._size=0}dispose(e){var t,n;this._disposed||(this._disposed=!0,this._listeners&&(e?(this._listeners instanceof bn&&(this._listeners=[this._listeners]),this._listeners=this._listeners.filter(r=>(r==null?void 0:r.value)===e)):(this._listeners=void 0,this._size=0)),(n=(t=this.options)==null?void 0:t.onDidRemoveLastListener)==null||n.call(t))}get event(){return this._event!=null||(this._event=(e,t)=>{var n,r,o,a,i,s;if(this._disposed)return()=>{console.info("[Jolibox SDK] Emitter is _disposed")};t&&(e=e.bind(t));let l=new bn(e);return this._listeners?this._listeners instanceof bn?this._listeners=[this._listeners,l]:this._listeners.push(l):((r=(n=this.options)==null?void 0:n.onWillAddFirstListener)==null||r.call(n,this),this._listeners=l,(a=(o=this.options)==null?void 0:o.onDidFirstListener)==null||a.call(o,this)),(s=(i=this.options)==null?void 0:i.onDidAddListener)==null||s.call(i,this),this._size++,()=>{var d,y,f,p;if(!this._disposed){if(this._listeners instanceof bn)this._listeners.id===l.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 h=this._listeners.indexOf(l);h>=0&&(this._listeners.splice(h,1),this._size--,this._size===0&&((p=(f=this.options)==null?void 0:f.onDidRemoveLastListener)==null||p.call(f)))}}}}),this._event}_deliver(e,t){var n;if(!e)return;let r=((n=this.options)==null?void 0:n.onListenerError)||Error.constructor;if(!r){e.value(t);return}try{e.value(t)}catch(o){r(o)}}fire(e){this._listeners&&(this._listeners instanceof bn?this._deliver(this._listeners,e):this._listeners.forEach(t=>this._deliver(t,e)))}hasListeners(){return this._size>0}},Qh=class{constructor(){this.listeners=new Map,this.listerHandlerMap=new WeakMap,this.cachedEventQueue=new Map}on(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!0;var r;let o=(r=this.listeners.get(e))!=null?r:new Sn,a=l=>t(...l.args),i=o.event(a);this.listerHandlerMap.set(t,{handler:a,dispose:i}),this.listeners.set(e,o);let s=this.cachedEventQueue.get(e);if(s&&n)for(let l of s)t(...l.args)}flushCachedEvent(e){e?this.cachedEventQueue.delete(e):this.cachedEventQueue.clear()}off(e,t){let n=this.listerHandlerMap.get(t);n&&(n.dispose(),this.listerHandlerMap.delete(t))}emit(e){let t=this.listeners.get(e),n=this.cachedEventQueue.get(e);for(var r=arguments.length,o=new Array(r>1?r-1:0),a=1;a<r;a++)o[a-1]=arguments[a];n||(n=new Xh,this.cachedEventQueue.set(e,n)),n.push({args:o}),t&&t.fire({event:e,args:o})}once(e,t){var n=this;let r=function(){t(...arguments),n.off(e,r)};this.on(e,r,!1)}},si={};Dh(si,{None:()=>Zh,filter:()=>tm,once:()=>Bc,toPromise:()=>em});var Zh=()=>(console.log("[Jolibox SDK] None Event"),()=>{console.log("[Jolibox SDK] None Event dispose")});function em(e){return new Promise(t=>Bc(e)(t))}function Bc(e){return function(t){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null,r=!1;return e(o=>{if(!r)return r=!0,t.call(n,o)},null)}}function tm(e,t){return(n=>{let r={onWillAddFirstListener(){n(o.fire,o)}},o=new Sn(r);return o.event})(function(n){let r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;return e(o=>t(o)&&n.call(r,o),null)})}var Za=Symbol.for("Jolibox.hostEmitter"),nm=()=>{let e=new Qh;return globalThis[Za]||(globalThis[Za]={on:e.on.bind(e),off:e.off.bind(e),emit:e.emit.bind(e),once:e.once.bind(e)}),globalThis[Za]};nm();function rm(e,t){let n=Math.min(e.length,t.length);for(let r=0;r<n;r++)om(e[r],t[r])}function om(e,t){if(Bh(t)){if(typeof e!==t)throw new Error(`argument does not match constraint: typeof ${t}`)}else if(Jh(t)){try{if(e instanceof t)return}catch(n){}if(!Gh(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 li=class{constructor(){this._commands=new Map,this._onDidRegisterCommand=new Sn,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 n=[];for(let o of e.metadata.args)n.push(o.constraint);let r=e.handler;e.handler=function(){for(var o=arguments.length,a=new Array(o),i=0;i<o;i++)a[i]=arguments[i];return rm(a,n),r(...a)}}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 n=this.getCommand(t);n&&e.set(t,n)}return e}};li=Pc([Lc],li);var dc=class{constructor(){this._onWillExecuteCommand=new Sn,this.onWillExecuteCommand=this._onWillExecuteCommand.event,this._onDidExecuteCommand=new Sn,this.onDidExecuteCommand=this._onDidExecuteCommand.event,this.registry=new li,this._starActivation=null}_activateStar(){return this._starActivation||(this._starActivation=Uh(3e4)),this._starActivation}executeCommand(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return Nh(this,null,function*(){return this.registry.getCommand(e)?this._tryExecuteCommand(e,n):(yield Promise.all([Promise.race([this._activateStar(),si.toPromise(si.filter(this.registry.onDidRegisterCommand,o=>o===e))])]),this._tryExecuteCommand(e,n))})}executeCommandThowErr(e){if(!this.registry.getCommand(e))throw new Error(`command '${e}' not found`);let t=this.registry.getCommand(e);for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];this._onWillExecuteCommand.fire({commandId:e,args:r});let a=this.invokeFunction(t.handler,...r);return this._onDidExecuteCommand.fire({commandId:e,args:r}),a}_tryExecuteCommand(e,t){let n=this.registry.getCommand(e);if(!n)return Promise.reject(new Error(`command '${e}' not found`));try{this._onWillExecuteCommand.fire({commandId:e,args:t});let r=this.invokeFunction(n.handler,...t);return this._onDidExecuteCommand.fire({commandId:e,args:t}),Promise.resolve(r)}catch(r){return Promise.reject(r)}}invokeFunction(e){try{for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return e(...n)}finally{}}};dc=Pc([Lc],dc);function Oe(e,t,n){return(t=am(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function am(e){var t=im(e,"string");return typeof t=="symbol"?t:t+""}function im(e,t){if(typeof e!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var qt=e=>e?function(){try{for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];e==null||e(...n)}catch(o){console.error("Error calling function",o)}}:()=>{console.log("wrapUserFunction: fn is undefined")},ci=class{constructor(t){Oe(this,"context",void 0),Oe(this,"continueCallback",void 0),Oe(this,"adIsShowingCallback",void 0),Oe(this,"isBeforeAdCalled",!1),Oe(this,"isBeforeRewardCalled",!1),Oe(this,"isAdDismissedCalled",!1),Oe(this,"isAdViewedCalled",!1),Oe(this,"isAfterAdCalled",!1),Oe(this,"currentProvider",void 0),Oe(this,"currentClientParams",void 0),Oe(this,"adsHasResponse",!1),Oe(this,"videoChecker",window.document.createElement("video")),Oe(this,"contextInfo",void 0),Oe(this,"wrapShowAdFn",n=>()=>{var r,o,a;this.adsHasResponse=!0;let i=!1;this.videoChecker.play().catch(()=>{i=!1}),i=!this.videoChecker.paused,this.videoChecker.pause(),this.context.track("CallShowAdFn",Object.assign({},{userEvent:i},this.paramsToTrack)),this.notifyIframeAdsEvent("JOLIBOX_AD_CALL_BEFORE_REWARD",Ch({userEvent:i},this.paramsToTrack)),uc()&&this.context.track("mmp_ad_impression",{ad_network:(o=(r=this.currentProvider)==null?void 0:r.name)!=null?o:"",ad_format:"rewarded",module:"game",game_id:this.contextInfo.objectId}),(a=this.adIsShowingCallback)==null||a.call(this,!0);let s=qt(n);s==null||s()}),this.context=t,this.contextInfo=t.getContextInfo()}notifyIframeAdsEvent(t,n){window.parent&&window.parent.postMessage({type:t,data:n},"*"),window.dispatchEvent(new CustomEvent(t,{detail:n}))}get paramsToTrack(){var t,n,r,o,a,i;return{provider:(n=(t=this.currentProvider)==null?void 0:t.name)!=null?n:null,type:(r=this.currentClientParams)==null?void 0:r.type,name:((o=this.currentClientParams)==null?void 0:o.type)==="preroll"?null:(i=(a=this.currentClientParams)==null?void 0:a.name)!=null?i:""}}wrapBeforeAd(t){return()=>{var n,r,o,a;if(this.adsHasResponse=!0,this.context.track("CallBeforeAd",this.paramsToTrack),this.notifyIframeAdsEvent("JOLIBOX_AD_CALL_BEFORE_AD",this.paramsToTrack),!this.isBeforeAdCalled){this.isBeforeAdCalled=!0;let i=qt(t);i==null||i(),((n=this.currentClientParams)==null?void 0:n.type)!=="reward"&&((r=this.adIsShowingCallback)==null||r.call(this,!0),uc()&&this.context.track("mmp_ad_impression",{ad_network:(a=(o=this.currentProvider)==null?void 0:o.name)!=null?a:"",ad_format:"interstitial",module:"game",game_id:this.contextInfo.objectId}))}}}wrapBeforeReward(t){return n=>{this.adsHasResponse=!0,this.isBeforeRewardCalled?this.wrapShowAdFn(n)():(this.isBeforeRewardCalled=!0,t==null||t(this.wrapShowAdFn(n)))}}wrapAdDismissed(t){return()=>{if(this.adsHasResponse=!0,!this.isAdDismissedCalled){this.isAdDismissedCalled=!0;let n=qt(t);n==null||n()}}}wrapAdViewed(t){return()=>{if(this.adsHasResponse=!0,!this.isAdViewedCalled){this.isAdViewedCalled=!0;let n=qt(t);n==null||n()}}}wrapAfterAd(t){return()=>{if(this.adsHasResponse=!0,this.context.track("CallAfterAd",this.paramsToTrack),this.notifyIframeAdsEvent("JOLIBOX_AD_CALL_AFTER_AD",this.paramsToTrack),!this.isAfterAdCalled){this.isAfterAdCalled=!0;let n=qt(t);n==null||n()}}}wrapAdBreakDone(t){return n=>{var r,o,a,i,s,l,d,y,f;switch(this.adsHasResponse=!0,this.context.track("CallAdBreakDone",{provider:(o=(r=this.currentProvider)==null?void 0:r.name)!=null?o:null,breakType:n.breakType,breakName:(a=n.breakName)!=null?a:"",breakFormat:n.breakFormat,breakStatus:n.breakStatus}),this.notifyIframeAdsEvent("JOLIBOX_AD_CALL_AD_BREAK_DONE",{provider:(s=(i=this.currentProvider)==null?void 0:i.name)!=null?s:null,breakType:n.breakType,breakName:(l=n.breakName)!=null?l:"",breakFormat:n.breakFormat,breakStatus:n.breakStatus}),n.breakStatus){case"viewed":case"ignored":case"dismissed":case"error":{let p=qt(t);p==null||p(n),(d=this.adIsShowingCallback)==null||d.call(this,!1),(y=this.continueCallback)==null||y.call(this,[!1,n]);break}default:{(f=this.continueCallback)==null||f.call(this,[!0,n]);break}}}}callAdBreakAndContinue(t,n,r,o){return A(this,null,function*(){return this.currentProvider=t,this.currentClientParams=n,this.adsHasResponse=!1,new Promise(a=>{this.continueCallback=a,this.adIsShowingCallback=o;let i;switch(n.type){case"preroll":{i={type:n.type,adBreakDone:this.wrapAdBreakDone(n.adBreakDone)};break}case"reward":{i={name:n.name,type:n.type,beforeAd:this.wrapBeforeAd(n.beforeAd),beforeReward:this.wrapBeforeReward(n.beforeReward),adDismissed:this.wrapAdDismissed(n.adDismissed),adViewed:this.wrapAdViewed(n.adViewed),afterAd:this.wrapAfterAd(n.afterAd),adBreakDone:this.wrapAdBreakDone(n.adBreakDone)};break}default:{i={name:n.name,type:n.type,beforeAd:this.wrapBeforeAd(n.beforeAd),afterAd:this.wrapAfterAd(n.afterAd),adBreakDone:this.wrapAdBreakDone(n.adBreakDone)};break}}window.setTimeout(()=>{var s,l,d,y,f,p,h;this.adsHasResponse||(this.context.track("CallAdBreakTimeout",{type:n.type,provider:(l=(s=this.currentProvider)==null?void 0:s.name)!=null?l:null}),this.notifyIframeAdsEvent("JOLIBOX_AD_CALL_AD_BREAK_TIMEOUT",{type:n.type,provider:(y=(d=this.currentProvider)==null?void 0:d.name)!=null?y:null}),(p=this.continueCallback)==null||p.call(this,[!0,{breakType:n.type,breakName:n.type==="preroll"?"":(f=n.name)!=null?f:"",breakFormat:n.type==="reward"?"reward":"interstitial",breakStatus:"timeout"}]),(h=this.adIsShowingCallback)==null||h.call(this,!1))},5e3),this.context.track("CallAdBreak",this.paramsToTrack),this.notifyIframeAdsEvent("JOLIBOX_AD_CALL_AD_BREAK",this.paramsToTrack),t.adBreak(i,r),window.JoliTesterBridge&&console.log("joli-fullscreen-ad-show")})})}};function qr(e,t,n){return(t=sm(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function sm(e){var t=lm(e,"string");return typeof t=="symbol"?t:t+""}function lm(e,t){if(typeof e!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var ui=class{constructor(t){qr(this,"context",void 0),qr(this,"adBreakIsShowing",!1),qr(this,"reportPageJumpOut",()=>{this.context.track("AdBreakJumpOut",{context:"AdsActionDetection"})}),qr(this,"reportPageHide",()=>{this.context.track("AdBreakHide",{context:"AdsActionDetection"})}),this.context=t,window.addEventListener("visibilitychange",()=>{document.hidden&&this.adBreakIsShowing&&this.reportPageHide()}),window.addEventListener("beforeunload",n=>{this.adBreakIsShowing&&this.reportPageJumpOut()})}};function jr(e,t,n){return(t=cm(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function cm(e){var t=um(e,"string");return typeof t=="symbol"?t:t+""}function um(e,t){if(typeof e!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var di=class{constructor(t){jr(this,"configs",null),jr(this,"firstRun",!0),jr(this,"context",void 0),jr(this,"contextInfo",void 0),this.context=t,this.contextInfo=this.context.getContextInfo(),this.init()}init(){return A(this,null,function*(){try{this.configs=yield this.context.httpClient.get("/api/fe-configs/js-sdk/ads-channel-config",{})}catch(t){}})}shouldBypassCallingInterstitial(){var t,n;let r;if(!this.configs)this.init(),r=!this.firstRun;else{let o=(t=this.contextInfo.channel)!=null?t:"",a=this.configs[o],i=(n=a==null?void 0:a.interstitialRate)!=null?n:1;r=Math.random()<i}return this.firstRun=!1,r}};function at(e,t,n){return(t=dm(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function dm(e){var t=fm(e,"string");return typeof t=="symbol"?t:t+""}function fm(e,t){if(typeof e!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var fi=class{constructor(t,n){at(this,"name","ADSENSE"),at(this,"context",void 0),at(this,"contextInfo",void 0),at(this,"configured",!1),at(this,"initParams",void 0),at(this,"push",function(){let r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};window.adsbygoogle.push(r)}),at(this,"adConfig",r=>{let o=r,{onReady:a}=o,i=Rh(o,["onReady"]);this.context.track("CallAdConfig",i),this.configured?console.warn("Ad config already set, skipping"):(this.configured=!0,this.push(r))}),at(this,"adBreak",r=>{if(!this.contextInfo.objectId){console.warn("Game ID is not set, skip calling adBreak");return}this.push(r)}),at(this,"adUnit",r=>A(this,null,function*(){var o,a,i,s;if(this.context.track("CallAdUnit",{adFormat:(a=(o=r.adFormat)==null?void 0:o.toString())!=null?a:null,fullWidthResponsive:(i=r.fullWidthResponsive)!=null?i:null}),document.querySelector("#jolibox-ads")){console.warn("Ad unit already set, skipping");return}let{el:l,slot:d,adFormat:y,fullWidthResponsive:f,style:p}=r,h;if(!l)throw new Error("targeting element is required");if(typeof l=="string"?h=document.querySelector(l):h=l,!h)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),f&&C.setAttribute("data-full-width-responsive",f),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",h.appendChild(C),C.appendChild(w)}else h.appendChild(C),new MutationObserver(w=>{w.forEach(T=>{if(T.type==="attributes"&&T.attributeName==="data-ad-status"){let L=C.getAttribute("data-ad-status");this.context.track("AdSenseUnitStatusChanged",{status:L!=null?L:"null"})}})}).observe(C,{attributes:!0,attributeFilter:["data-ad-status"]}),this.push({})})),this.context=t,this.contextInfo=this.context.getContextInfo(),this.initParams=n,window.adsbygoogle=window.adsbygoogle||[]}init(){return A(this,null,function*(){var t;if(this.context.track("CallAdsInit",{provider:this.name}),typeof window=="undefined")return;let n="google-adsense",r=(t=this.contextInfo.testAdsMode)!=null?t:!1;if(!document.getElementById(n)&&this.initParams.clientId){let o=document.createElement("script");o.id=n,o.async=!0,o.crossOrigin="anonymous",o.src=`https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=${this.initParams.clientId}`,r&&o.setAttribute("data-adbreak-test","on"),this.initParams.channelId&&o.setAttribute("data-ad-channel",this.initParams.channelId),this.initParams.admobInterstitialSlot&&o.setAttribute("data-admob-interstitial-slot",this.initParams.admobInterstitialSlot),this.initParams.admobRewardedSlot&&o.setAttribute("data-admob-rewarded-slot",this.initParams.admobRewardedSlot),this.initParams.admobOnly&&o.setAttribute("data-admob-ads-only","on"),document.head.appendChild(o),this.context.track("LoadAdsenseCompleted",null)}})}};function hm(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 mm(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 pm=function(){function e(n){var r=this;this._insertTag=function(o){var a;r.tags.length===0?r.insertionPoint?a=r.insertionPoint.nextSibling:r.prepend?a=r.container.firstChild:a=r.before:a=r.tags[r.tags.length-1].nextSibling,r.container.insertBefore(o,a),r.tags.push(o)},this.isSpeedy=n.speedy===void 0?!0:n.speedy,this.tags=[],this.ctr=0,this.nonce=n.nonce,this.key=n.key,this.container=n.container,this.prepend=n.prepend,this.insertionPoint=n.insertionPoint,this.before=null}var t=e.prototype;return t.hydrate=function(n){n.forEach(this._insertTag)},t.insert=function(n){this.ctr%(this.isSpeedy?65e3:1)===0&&this._insertTag(mm(this));var r=this.tags[this.tags.length-1];if(this.isSpeedy){var o=hm(r);try{o.insertRule(n,o.cssRules.length)}catch(a){}}else r.appendChild(document.createTextNode(n));this.ctr++},t.flush=function(){this.tags.forEach(function(n){var r;return(r=n.parentNode)==null?void 0:r.removeChild(n)}),this.tags=[],this.ctr=0},e}(),be="-ms-",Zr="-moz-",W="-webkit-",Mc="comm",Ri="rule",Oi="decl",vm="@import",Gc="@keyframes",gm="@layer",_m=Math.abs,oo=String.fromCharCode,ym=Object.assign;function wm(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 Jc(e){return e.trim()}function bm(e,t){return(e=t.exec(e))?e[0]:e}function K(e,t,n){return e.replace(t,n)}function hi(e,t){return e.indexOf(t)}function pe(e,t){return e.charCodeAt(t)|0}function Cn(e,t,n){return e.slice(t,n)}function Ke(e){return e.length}function ki(e){return e.length}function Vr(e,t){return t.push(e),e}function Em(e,t){return e.map(t).join("")}var ao=1,Kt=1,Fc=0,xe=0,fe=0,zt="";function io(e,t,n,r,o,a,i){return{value:e,root:t,parent:n,type:r,props:o,children:a,line:ao,column:Kt,length:i,return:""}}function En(e,t){return ym(io("",null,null,"",null,null,0),e,{length:-e.length},t)}function Im(){return fe}function Am(){return fe=xe>0?pe(zt,--xe):0,Kt--,fe===10&&(Kt=1,ao--),fe}function Ue(){return fe=xe<Fc?pe(zt,xe++):0,Kt++,fe===10&&(Kt=1,ao++),fe}function ze(){return pe(zt,xe)}function Wr(){return xe}function kn(e,t){return Cn(zt,e,t)}function Rn(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 Hc(e){return ao=Kt=1,Fc=Ke(zt=e),xe=0,[]}function qc(e){return zt="",e}function Kr(e){return Jc(kn(xe-1,mi(e===91?e+2:e===40?e+1:e)))}function Sm(e){for(;(fe=ze())&&fe<33;)Ue();return Rn(e)>2||Rn(fe)>3?"":" "}function Cm(e,t){for(;--t&&Ue()&&!(fe<48||fe>102||fe>57&&fe<65||fe>70&&fe<97););return kn(e,Wr()+(t<6&&ze()==32&&Ue()==32))}function mi(e){for(;Ue();)switch(fe){case e:return xe;case 34:case 39:e!==34&&e!==39&&mi(fe);break;case 40:e===41&&mi(e);break;case 92:Ue();break}return xe}function Rm(e,t){for(;Ue()&&e+fe!==57&&!(e+fe===84&&ze()===47););return"/*"+kn(t,xe-1)+"*"+oo(e===47?e:Ue())}function Om(e){for(;!Rn(ze());)Ue();return kn(e,xe)}function km(e){return qc(zr("",null,null,null,[""],e=Hc(e),0,[0],e))}function zr(e,t,n,r,o,a,i,s,l){for(var d=0,y=0,f=i,p=0,h=0,b=0,I=1,C=1,w=1,T=0,L="",M=o,V=a,S=r,D=L;C;)switch(b=T,T=Ue()){case 40:if(b!=108&&pe(D,f-1)==58){hi(D+=K(Kr(T),"&","&\f"),"&\f")!=-1&&(w=-1);break}case 34:case 39:case 91:D+=Kr(T);break;case 9:case 10:case 13:case 32:D+=Sm(b);break;case 92:D+=Cm(Wr()-1,7);continue;case 47:switch(ze()){case 42:case 47:Vr(Tm(Rm(Ue(),Wr()),t,n),l);break;default:D+="/"}break;case 123*I:s[d++]=Ke(D)*w;case 125*I:case 59:case 0:switch(T){case 0:case 125:C=0;case 59+y:w==-1&&(D=K(D,/\f/g,"")),h>0&&Ke(D)-f&&Vr(h>32?hc(D+";",r,n,f-1):hc(K(D," ","")+";",r,n,f-2),l);break;case 59:D+=";";default:if(Vr(S=fc(D,t,n,d,y,o,s,L,M=[],V=[],f),a),T===123)if(y===0)zr(D,t,S,S,M,a,f,s,V);else switch(p===99&&pe(D,3)===110?100:p){case 100:case 108:case 109:case 115:zr(e,S,S,r&&Vr(fc(e,S,S,0,0,o,s,L,o,M=[],f),V),o,V,f,s,r?M:V);break;default:zr(D,S,S,S,[""],V,0,s,V)}}d=y=h=0,I=w=1,L=D="",f=i;break;case 58:f=1+Ke(D),h=b;default:if(I<1){if(T==123)--I;else if(T==125&&I++==0&&Am()==125)continue}switch(D+=oo(T),T*I){case 38:w=y>0?1:(D+="\f",-1);break;case 44:s[d++]=(Ke(D)-1)*w,w=1;break;case 64:ze()===45&&(D+=Kr(Ue())),p=ze(),y=f=Ke(L=D+=Om(Wr())),T++;break;case 45:b===45&&Ke(D)==2&&(I=0)}}return a}function fc(e,t,n,r,o,a,i,s,l,d,y){for(var f=o-1,p=o===0?a:[""],h=ki(p),b=0,I=0,C=0;b<r;++b)for(var w=0,T=Cn(e,f+1,f=_m(I=i[b])),L=e;w<h;++w)(L=Jc(I>0?p[w]+" "+T:K(T,/&\f/g,p[w])))&&(l[C++]=L);return io(e,t,n,o===0?Ri:s,l,d,y)}function Tm(e,t,n){return io(e,t,n,Mc,oo(Im()),Cn(e,2,-2),0)}function hc(e,t,n,r){return io(e,t,n,Oi,Cn(e,0,r),Cn(e,r+1,-1),r)}function Wt(e,t){for(var n="",r=ki(e),o=0;o<r;o++)n+=t(e[o],o,e,t)||"";return n}function xm(e,t,n,r){switch(e.type){case gm:if(e.children.length)break;case vm:case Oi:return e.return=e.return||e.value;case Mc:return"";case Gc:return e.return=e.value+"{"+Wt(e.children,r)+"}";case Ri:e.value=e.props.join(",")}return Ke(n=Wt(e.children,r))?e.return=e.value+"{"+n+"}":""}function Pm(e){var t=ki(e);return function(n,r,o,a){for(var i="",s=0;s<t;s++)i+=e[s](n,r,o,a)||"";return i}}function Lm(e){return function(t){t.root||(t=t.return)&&e(t)}}function Dm(e){var t=Object.create(null);return function(n){return t[n]===void 0&&(t[n]=e(n)),t[n]}}var Nm=function(e,t,n){for(var r=0,o=0;r=o,o=ze(),r===38&&o===12&&(t[n]=1),!Rn(o);)Ue();return kn(e,xe)},Um=function(e,t){var n=-1,r=44;do switch(Rn(r)){case 0:r===38&&ze()===12&&(t[n]=1),e[n]+=Nm(xe-1,t,n);break;case 2:e[n]+=Kr(r);break;case 4:if(r===44){e[++n]=ze()===58?"&\f":"",t[n]=e[n].length;break}default:e[n]+=oo(r)}while(r=Ue());return e},Bm=function(e,t){return qc(Um(Hc(e),t))},mc=new WeakMap,Mm=function(e){if(!(e.type!=="rule"||!e.parent||e.length<1)){for(var t=e.value,n=e.parent,r=e.column===n.column&&e.line===n.line;n.type!=="rule";)if(n=n.parent,!n)return;if(!(e.props.length===1&&t.charCodeAt(0)!==58&&!mc.get(n))&&!r){mc.set(e,!0);for(var o=[],a=Bm(t,o),i=n.props,s=0,l=0;s<a.length;s++)for(var d=0;d<i.length;d++,l++)e.props[l]=o[s]?a[s].replace(/&\f/g,i[d]):i[d]+" "+a[s]}}},Gm=function(e){if(e.type==="decl"){var t=e.value;t.charCodeAt(0)===108&&t.charCodeAt(2)===98&&(e.return="",e.value="")}};function jc(e,t){switch(wm(e,t)){case 5103:return W+"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 W+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return W+e+Zr+e+be+e+e;case 6828:case 4268:return W+e+be+e+e;case 6165:return W+e+be+"flex-"+e+e;case 5187:return W+e+K(e,/(\w+).+(:[^]+)/,W+"box-$1$2"+be+"flex-$1$2")+e;case 5443:return W+e+be+"flex-item-"+K(e,/flex-|-self/,"")+e;case 4675:return W+e+be+"flex-line-pack"+K(e,/align-content|flex-|-self/,"")+e;case 5548:return W+e+be+K(e,"shrink","negative")+e;case 5292:return W+e+be+K(e,"basis","preferred-size")+e;case 6060:return W+"box-"+K(e,"-grow","")+W+e+be+K(e,"grow","positive")+e;case 4554:return W+K(e,/([^-])(transform)/g,"$1"+W+"$2")+e;case 6187:return K(K(K(e,/(zoom-|grab)/,W+"$1"),/(image-set)/,W+"$1"),e,"")+e;case 5495:case 3959:return K(e,/(image-set\([^]*)/,W+"$1$`$1");case 4968:return K(K(e,/(.+:)(flex-)?(.*)/,W+"box-pack:$3"+be+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+W+e+e;case 4095:case 3583:case 4068:case 2532:return K(e,/(.+)-inline(.+)/,W+"$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(Ke(e)-1-t>6)switch(pe(e,t+1)){case 109:if(pe(e,t+4)!==45)break;case 102:return K(e,/(.+:)(.+)-([^]+)/,"$1"+W+"$2-$3$1"+Zr+(pe(e,t+3)==108?"$3":"$2-$3"))+e;case 115:return~hi(e,"stretch")?jc(K(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(pe(e,t+1)!==115)break;case 6444:switch(pe(e,Ke(e)-3-(~hi(e,"!important")&&10))){case 107:return K(e,":",":"+W)+e;case 101:return K(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+W+(pe(e,14)===45?"inline-":"")+"box$3$1"+W+"$2$3$1"+be+"$2box$3")+e}break;case 5936:switch(pe(e,t+11)){case 114:return W+e+be+K(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return W+e+be+K(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return W+e+be+K(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return W+e+be+e+e}return e}var Jm=function(e,t,n,r){if(e.length>-1&&!e.return)switch(e.type){case Oi:e.return=jc(e.value,e.length);break;case Gc:return Wt([En(e,{value:K(e.value,"@","@"+W)})],r);case Ri:if(e.length)return Em(e.props,function(o){switch(bm(o,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return Wt([En(e,{props:[K(o,/:(read-\w+)/,":"+Zr+"$1")]})],r);case"::placeholder":return Wt([En(e,{props:[K(o,/:(plac\w+)/,":"+W+"input-$1")]}),En(e,{props:[K(o,/:(plac\w+)/,":"+Zr+"$1")]}),En(e,{props:[K(o,/:(plac\w+)/,be+"input-$1")]})],r)}return""})}},Fm=[Jm],Hm=function(e){var t=e.key;if(t==="css"){var n=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(n,function(b){var I=b.getAttribute("data-emotion");I.indexOf(" ")!==-1&&(document.head.appendChild(b),b.setAttribute("data-s",""))})}var r=e.stylisPlugins||Fm,o={},a,i=[];a=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++)o[I[C]]=!0;i.push(b)});var s,l=[Mm,Gm];{var d,y=[xm,Lm(function(b){d.insert(b)})],f=Pm(l.concat(r,y)),p=function(b){return Wt(km(b),f)};s=function(b,I,C,w){d=C,p(b?b+"{"+I.styles+"}":I.styles),w&&(h.inserted[I.name]=!0)}}var h={key:t,sheet:new pm({key:t,container:a,nonce:e.nonce,speedy:e.speedy,prepend:e.prepend,insertionPoint:e.insertionPoint}),nonce:e.nonce,inserted:o,registered:{},insert:s};return h.sheet.hydrate(i),h};function qm(e){for(var t=0,n,r=0,o=e.length;o>=4;++r,o-=4)n=e.charCodeAt(r)&255|(e.charCodeAt(++r)&255)<<8|(e.charCodeAt(++r)&255)<<16|(e.charCodeAt(++r)&255)<<24,n=(n&65535)*1540483477+((n>>>16)*59797<<16),n^=n>>>24,t=(n&65535)*1540483477+((n>>>16)*59797<<16)^(t&65535)*1540483477+((t>>>16)*59797<<16);switch(o){case 3:t^=(e.charCodeAt(r+2)&255)<<16;case 2:t^=(e.charCodeAt(r+1)&255)<<8;case 1:t^=e.charCodeAt(r)&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 jm={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},Vm=/[A-Z]|^ms/g,$m=/_EMO_([^_]+?)_([^]*?)_EMO_/g,Vc=function(e){return e.charCodeAt(1)===45},pc=function(e){return e!=null&&typeof e!="boolean"},ei=Dm(function(e){return Vc(e)?e:e.replace(Vm,"-$&").toLowerCase()}),vc=function(e,t){switch(e){case"animation":case"animationName":if(typeof t=="string")return t.replace($m,function(n,r,o){return pt={name:r,styles:o,next:pt},r})}return jm[e]!==1&&!Vc(e)&&typeof t=="number"&&t!==0?t+"px":t};function eo(e,t,n){if(n==null)return"";var r=n;if(r.__emotion_styles!==void 0)return r;switch(typeof n){case"boolean":return"";case"object":{var o=n;if(o.anim===1)return pt={name:o.name,styles:o.styles,next:pt},o.name;var a=n;if(a.styles!==void 0){var i=a.next;if(i!==void 0)for(;i!==void 0;)pt={name:i.name,styles:i.styles,next:pt},i=i.next;var s=a.styles+";";return s}return Wm(e,t,n)}}var l=n;if(t==null)return l;var d=t[l];return d!==void 0?d:l}function Wm(e,t,n){var r="";if(Array.isArray(n))for(var o=0;o<n.length;o++)r+=eo(e,t,n[o])+";";else for(var a in n){var i=n[a];if(typeof i!="object"){var s=i;t!=null&&t[s]!==void 0?r+=a+"{"+t[s]+"}":pc(s)&&(r+=ei(a)+":"+vc(a,s)+";")}else if(Array.isArray(i)&&typeof i[0]=="string"&&(t==null||t[i[0]]===void 0))for(var l=0;l<i.length;l++)pc(i[l])&&(r+=ei(a)+":"+vc(a,i[l])+";");else{var d=eo(e,t,i);switch(a){case"animation":case"animationName":{r+=ei(a)+":"+d+";";break}default:r+=a+"{"+d+"}"}}}return r}var gc=/label:\s*([^\s;{]+)\s*(;|$)/g,pt;function ti(e,t,n){if(e.length===1&&typeof e[0]=="object"&&e[0]!==null&&e[0].styles!==void 0)return e[0];var r=!0,o="";pt=void 0;var a=e[0];if(a==null||a.raw===void 0)r=!1,o+=eo(n,t,a);else{var i=a;o+=i[0]}for(var s=1;s<e.length;s++)if(o+=eo(n,t,e[s]),r){var l=a;o+=l[s]}gc.lastIndex=0;for(var d="",y;(y=gc.exec(o))!==null;)d+="-"+y[1];var f=qm(o)+d;return{name:f,styles:o,next:pt}}function $c(e,t,n){var r="";return n.split(" ").forEach(function(o){e[o]!==void 0?t.push(e[o]+";"):o&&(r+=o+" ")}),r}var Km=function(e,t,n){var r=e.key+"-"+t.name;e.registered[r]===void 0&&(e.registered[r]=t.styles)},zm=function(e,t,n){Km(e,t);var r=e.key+"-"+t.name;if(e.inserted[t.name]===void 0){var o=t;do e.insert(t===o?"."+r:"",o,e.sheet,!0),o=o.next;while(o!==void 0)}};function _c(e,t){if(e.inserted[t.name]===void 0)return e.insert("",t,e.sheet,!0)}function yc(e,t,n){var r=[],o=$c(e,r,n);return r.length<2?n:o+t(r)}var Xm=function(e){var t=Hm(e);t.sheet.speedy=function(i){this.isSpeedy=i},t.compat=!0;var n=function(){for(var i=arguments.length,s=new Array(i),l=0;l<i;l++)s[l]=arguments[l];var d=ti(s,t.registered,void 0);return zm(t,d),t.key+"-"+d.name},r=function(){for(var i=arguments.length,s=new Array(i),l=0;l<i;l++)s[l]=arguments[l];var d=ti(s,t.registered),y="animation-"+d.name;return _c(t,{name:d.name,styles:"@keyframes "+y+"{"+d.styles+"}"}),y},o=function(){for(var i=arguments.length,s=new Array(i),l=0;l<i;l++)s[l]=arguments[l];var d=ti(s,t.registered);_c(t,d)},a=function(){for(var i=arguments.length,s=new Array(i),l=0;l<i;l++)s[l]=arguments[l];return yc(t.registered,n,Ym(s))};return{css:n,cx:a,injectGlobal:o,keyframes:r,hydrate:function(i){i.forEach(function(s){t.inserted[s]=!0})},flush:function(){t.registered={},t.inserted={},t.sheet.flush()},sheet:t.sheet,cache:t,getRegisteredStyles:$c.bind(null,t.registered),merge:yc.bind(null,t.registered,n)}},Ym=function e(t){for(var n="",r=0;r<t.length;r++){var o=t[r];if(o!=null){var a=void 0;switch(typeof o){case"boolean":break;case"object":{if(Array.isArray(o))a=e(o);else{a="";for(var i in o)o[i]&&i&&(a&&(a+=" "),a+=i)}break}default:a=o}a&&(n&&(n+=" "),n+=a)}}return n},Qm=Xm({key:"css"}),Xt=Qm.css,pi,Ne,ni,wc,bc=0,Wc=[],he=G,Ec=he.__b,Ic=he.__r,Ac=he.diffed,Sc=he.__c,Cc=he.unmount,Rc=he.__;function Zm(e,t){he.__h&&he.__h(Ne,e,bc||t),bc=0;var n=Ne.__H||(Ne.__H={__:[],__h:[]});return e>=n.__.length&&n.__.push({}),n.__[e]}function Kc(e,t){var n=Zm(pi++,7);return np(n.__H,t)&&(n.__=e(),n.__H=t,n.__h=e),n.__}function ep(){for(var e;e=Wc.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(Xr),e.__H.__h.forEach(vi),e.__H.__h=[]}catch(t){e.__H.__h=[],he.__e(t,e.__v)}}he.__b=function(e){Ne=null,Ec&&Ec(e)},he.__=function(e,t){e&&t.__k&&t.__k.__m&&(e.__m=t.__k.__m),Rc&&Rc(e,t)},he.__r=function(e){Ic&&Ic(e),pi=0;var t=(Ne=e.__c).__H;t&&(ni===Ne?(t.__h=[],Ne.__h=[],t.__.forEach(function(n){n.__N&&(n.__=n.__N),n.u=n.__N=void 0})):(t.__h.forEach(Xr),t.__h.forEach(vi),t.__h=[],pi=0)),ni=Ne},he.diffed=function(e){Ac&&Ac(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(Wc.push(t)!==1&&wc===he.requestAnimationFrame||((wc=he.requestAnimationFrame)||tp)(ep)),t.__H.__.forEach(function(n){n.u&&(n.__H=n.u),n.u=void 0})),ni=Ne=null},he.__c=function(e,t){t.some(function(n){try{n.__h.forEach(Xr),n.__h=n.__h.filter(function(r){return!r.__||vi(r)})}catch(r){t.some(function(o){o.__h&&(o.__h=[])}),t=[],he.__e(r,n.__v)}}),Sc&&Sc(e,t)},he.unmount=function(e){Cc&&Cc(e);var t,n=e.__c;n&&n.__H&&(n.__H.__.forEach(function(r){try{Xr(r)}catch(o){t=o}}),n.__H=void 0,t&&he.__e(t,n.__v))};var Oc=typeof requestAnimationFrame=="function";function tp(e){var t,n=function(){clearTimeout(r),Oc&&cancelAnimationFrame(t),setTimeout(e)},r=setTimeout(n,100);Oc&&(t=requestAnimationFrame(n))}function Xr(e){var t=Ne,n=e.__c;typeof n=="function"&&(e.__c=void 0,n()),Ne=t}function vi(e){var t=Ne;e.__c=e.__(),Ne=t}function np(e,t){return!e||e.length!==t.length||t.some(function(n,r){return n!==e[r]})}var rp=Symbol.for("preact-signals");function so(){if(vt>1)vt--;else{for(var e,t=!1;In!==void 0;){var n=In;for(In=void 0,gi++;n!==void 0;){var r=n.o;if(n.o=void 0,n.f&=-3,!(8&n.f)&&Xc(n))try{n.c()}catch(o){t||(e=o,t=!0)}n=r}}if(gi=0,vt--,t)throw e}}function Te(e){if(vt>0)return e();vt++;try{return e()}finally{so()}}var Z=void 0,In=void 0,vt=0,gi=0,to=0;function zc(e){if(Z!==void 0){var t=e.n;if(t===void 0||t.t!==Z)return t={i:0,S:e,p:Z.s,n:void 0,t:Z,e:void 0,x:void 0,r:t},Z.s!==void 0&&(Z.s.n=t),Z.s=t,e.n=t,32&Z.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=Z.s,t.n=void 0,Z.s.n=t,Z.s=t),t}}function ve(e){this.v=e,this.i=0,this.n=void 0,this.t=void 0}ve.prototype.brand=rp;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,n=e.x;t!==void 0&&(t.x=n,e.e=void 0),n!==void 0&&(n.e=t,e.x=void 0),e===this.t&&(this.t=n)}};ve.prototype.subscribe=function(e){var t=this;return xn(function(){var n=t.value,r=Z;Z=void 0;try{e(n)}finally{Z=r}})};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=Z;Z=void 0;try{return this.value}finally{Z=e}};Object.defineProperty(ve.prototype,"value",{get:function(){var e=zc(this);return e!==void 0&&(e.i=this.i),this.v},set:function(e){if(e!==this.v){if(gi>100)throw new Error("Cycle detected");this.v=e,this.i++,to++,vt++;try{for(var t=this.t;t!==void 0;t=t.x)t.t.N()}finally{so()}}}});function ee(e){return new ve(e)}function Xc(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 Yc(e){for(var t=e.s;t!==void 0;t=t.n){var n=t.S.n;if(n!==void 0&&(t.r=n),t.S.n=t,t.i=-1,t.n===void 0){e.s=t;break}}}function Qc(e){for(var t=e.s,n=void 0;t!==void 0;){var r=t.p;t.i===-1?(t.S.U(t),r!==void 0&&(r.n=t.n),t.n!==void 0&&(t.n.p=r)):n=t,t.S.n=t.r,t.r!==void 0&&(t.r=void 0),t=r}e.s=n}function Yt(e){ve.call(this,void 0),this.x=e,this.s=void 0,this.g=to-1,this.f=4}(Yt.prototype=new ve).h=function(){if(this.f&=-3,1&this.f)return!1;if((36&this.f)==32||(this.f&=-5,this.g===to))return!0;if(this.g=to,this.f|=1,this.i>0&&!Xc(this))return this.f&=-2,!0;var e=Z;try{Yc(this),Z=this;var t=this.x();(16&this.f||this.v!==t||this.i===0)&&(this.v=t,this.f&=-17,this.i++)}catch(n){this.v=n,this.f|=16,this.i++}return Z=e,Qc(this),this.f&=-2,!0};Yt.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)};Yt.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)}};Yt.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(Yt.prototype,"value",{get:function(){if(1&this.f)throw new Error("Cycle detected");var e=zc(this);if(this.h(),e!==void 0&&(e.i=this.i),16&this.f)throw this.v;return this.v}});function An(e){return new Yt(e)}function Zc(e){var t=e.u;if(e.u=void 0,typeof t=="function"){vt++;var n=Z;Z=void 0;try{t()}catch(r){throw e.f&=-2,e.f|=8,Ti(e),r}finally{Z=n,so()}}}function Ti(e){for(var t=e.s;t!==void 0;t=t.n)t.S.U(t);e.x=void 0,e.s=void 0,Zc(e)}function op(e){if(Z!==this)throw new Error("Out-of-order effect");Qc(this),Z=e,this.f&=-2,8&this.f&&Ti(this),so()}function Tn(e){this.x=e,this.u=void 0,this.s=void 0,this.o=void 0,this.f=32}Tn.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()}};Tn.prototype.S=function(){if(1&this.f)throw new Error("Cycle detected");this.f|=1,this.f&=-9,Zc(this),Yc(this),vt++;var e=Z;return Z=this,op.bind(this,e)};Tn.prototype.N=function(){2&this.f||(this.f|=2,this.o=In,In=this)};Tn.prototype.d=function(){this.f|=8,1&this.f||Ti(this)};function xn(e){var t=new Tn(e);try{t.c()}catch(n){throw t.d(),n}return t.d.bind(t)}var eu,ri,tu=[];xn(function(){eu=this.N})();function Qt(e,t){G[e]=t.bind(null,G[e]||function(){})}function no(e){ri&&ri(),ri=e&&e.S()}function nu(e){var t=this,n=e.data,r=ru(n);r.value=n;var o=Kc(function(){for(var s=t,l=t.__v;l=l.__;)if(l.__c){l.__c.__$f|=4;break}var d=An(function(){var h=r.value.value;return h===0?0:h===!0?"":h||""}),y=An(function(){return!Array.isArray(d.value)&&!Ja(d.value)}),f=xn(function(){if(this.N=ou,y.value){var h=d.value;s.__v&&s.__v.__e&&s.__v.__e.nodeType===3&&(s.__v.__e.data=h)}}),p=t.__$u.d;return t.__$u.d=function(){f(),p.call(this)},[y,d]},[]),a=o[0],i=o[1];return a.value?i.peek():i.value}nu.displayName="_st";Object.defineProperties(ve.prototype,{constructor:{configurable:!0,value:void 0},type:{configurable:!0,value:nu},props:{configurable:!0,get:function(){return{data:this}}},__b:{configurable:!0,value:1}});Qt("__b",function(e,t){if(typeof t.type=="string"){var n,r=t.props;for(var o in r)if(o!=="children"){var a=r[o];a instanceof ve&&(n||(t.__np=n={}),n[o]=a,r[o]=a.peek())}}e(t)});Qt("__r",function(e,t){no();var n,r=t.__c;r&&(r.__$f&=-2,(n=r.__$u)===void 0&&(r.__$u=n=function(o){var a;return xn(function(){a=this}),a.c=function(){r.__$f|=1,r.setState({})},a}())),no(n),e(t)});Qt("__e",function(e,t,n,r){no(),e(t,n,r)});Qt("diffed",function(e,t){no();var n;if(typeof t.type=="string"&&(n=t.__e)){var r=t.__np,o=t.props;if(r){var a=n.U;if(a)for(var i in a){var s=a[i];s!==void 0&&!(i in r)&&(s.d(),a[i]=void 0)}else a={},n.U=a;for(var l in r){var d=a[l],y=r[l];d===void 0?(d=ap(n,l,y,o),a[l]=d):d.o(y,o)}}}e(t)});function ap(e,t,n,r){var o=t in e&&e.ownerSVGElement===void 0,a=ee(n);return{o:function(i,s){a.value=i,r=s},d:xn(function(){this.N=ou;var i=a.value.value;r[t]!==i&&(r[t]=i,o?e[t]=i:i?e.setAttribute(t,i):e.removeAttribute(t))})}}Qt("unmount",function(e,t){if(typeof t.type=="string"){var n=t.__e;if(n){var r=n.U;if(r){n.U=void 0;for(var o in r){var a=r[o];a&&a.d()}}}}else{var i=t.__c;if(i){var s=i.__$u;s&&(i.__$u=void 0,s.d())}}e(t)});Qt("__h",function(e,t,n,r){(r<3||r===9)&&(t.__$f|=2),e(t,n,r)});De.prototype.shouldComponentUpdate=function(e,t){var n=this.__$u,r=n&&n.s!==void 0;for(var o in t)return!0;if(this.__f||typeof this.u=="boolean"&&this.u===!0){var a=2&this.__$f;if(!(r||a||4&this.__$f)||1&this.__$f)return!0}else if(!(r||4&this.__$f)||3&this.__$f)return!0;for(var i in e)if(i!=="__source"&&e[i]!==this.props[i])return!0;for(var s in this.props)if(!(s in e))return!0;return!1};function ru(e){return Kc(function(){return ee(e)},[])}var ip=function(e){queueMicrotask(function(){queueMicrotask(e)})};function sp(){Te(function(){for(var e;e=tu.shift();)eu.call(e)})}function ou(){tu.push(this)===1&&(G.requestAnimationFrame||ip)(sp)}var Ee=Xt`
|
|
4
4
|
inset: 0;
|
|
5
5
|
clear: none;
|
|
6
6
|
float: none;
|
|
@@ -18,8 +18,8 @@ or `);this.errors.push(i)}return r}},cr=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
|
|
22
|
-
${
|
|
21
|
+
`;function lp(e,t){let n=Ka(e);Wa(()=>{n.current=e},[e]),_n(()=>{if(t===null)return;let r=setInterval(()=>{n.current()},t);return()=>{clearInterval(r)}},[t])}var cp=0;function le(e,t,n,r,o,a){t||(t={});var i,s,l=t;if("ref"in l)for(s in l={},t)s=="ref"?i=t[s]:l[s]=t[s];var d={type:e,props:l,key:n,ref:i,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--cp,__i:-1,__u:0,__source:o,__self:a};if(typeof e=="function"&&(i=e.defaultProps))for(s in i)l[s]===void 0&&(l[s]=i[s]);return G.vnode&&G.vnode(d),d}var up=Xt`
|
|
22
|
+
${Ee}
|
|
23
23
|
position: fixed;
|
|
24
24
|
top: 0;
|
|
25
25
|
left: 0;
|
|
@@ -32,7 +32,7 @@ or `);this.errors.push(i)}return r}},cr=class extends de{constructor(...t){super
|
|
|
32
32
|
height: 100vh;
|
|
33
33
|
|
|
34
34
|
.card-wrapper {
|
|
35
|
-
${
|
|
35
|
+
${Ee}
|
|
36
36
|
position: relative;
|
|
37
37
|
display: flex;
|
|
38
38
|
flex-direction: column;
|
|
@@ -46,7 +46,7 @@ or `);this.errors.push(i)}return r}},cr=class extends de{constructor(...t){super
|
|
|
46
46
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
|
47
47
|
|
|
48
48
|
.body {
|
|
49
|
-
${
|
|
49
|
+
${Ee}
|
|
50
50
|
display: flex;
|
|
51
51
|
flex-direction: column;
|
|
52
52
|
width: 100%;
|
|
@@ -55,7 +55,7 @@ or `);this.errors.push(i)}return r}},cr=class extends de{constructor(...t){super
|
|
|
55
55
|
box-sizing: border-box;
|
|
56
56
|
justify-content: center;
|
|
57
57
|
.title {
|
|
58
|
-
${
|
|
58
|
+
${Ee}
|
|
59
59
|
text-align: center;
|
|
60
60
|
font-size: 16px;
|
|
61
61
|
font-weight: bold;
|
|
@@ -63,7 +63,7 @@ or `);this.errors.push(i)}return r}},cr=class extends de{constructor(...t){super
|
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
.content {
|
|
66
|
-
${
|
|
66
|
+
${Ee}
|
|
67
67
|
font-size: 14px;
|
|
68
68
|
color: #888;
|
|
69
69
|
margin-bottom: 16px;
|
|
@@ -71,13 +71,13 @@ or `);this.errors.push(i)}return r}},cr=class extends de{constructor(...t){super
|
|
|
71
71
|
}
|
|
72
72
|
|
|
73
73
|
.footer {
|
|
74
|
-
${
|
|
74
|
+
${Ee}
|
|
75
75
|
display: flex;
|
|
76
76
|
align-items: center;
|
|
77
77
|
width: 100%;
|
|
78
78
|
height: 40px;
|
|
79
79
|
button {
|
|
80
|
-
${
|
|
80
|
+
${Ee}
|
|
81
81
|
border: none;
|
|
82
82
|
outline: none;
|
|
83
83
|
height: 100%;
|
|
@@ -93,8 +93,8 @@ or `);this.errors.push(i)}return r}},cr=class extends de{constructor(...t){super
|
|
|
93
93
|
}
|
|
94
94
|
}
|
|
95
95
|
}
|
|
96
|
-
`,
|
|
97
|
-
${
|
|
96
|
+
`,lt=ee(null),_i=ee(""),yi=ee(""),Yr=ee(!1),dp=()=>{var e;(e=lt.value)==null||e.call(lt,!1)},fp=()=>{var e;(e=lt.value)==null||e.call(lt,!0)},hp=e=>A(void 0,null,function*(){let{title:t,content:n}=e;return lt.value&&(lt.value(!1),Te(()=>{lt.value=null,Yr.value=!1})),Te(()=>{_i.value=t||"",yi.value=n||"",Yr.value=!0}),new Promise(r=>{lt.value=o=>{Te(()=>{lt.value=null,Yr.value=!1,_i.value="",yi.value=""}),r(o)}})}),mp=()=>Yr.value?le("div",{className:up,children:le("div",{className:"card-wrapper",children:[le("div",{className:"body",children:[le("div",{className:"title",children:_i.value}),le("div",{className:"content",children:yi.value})]}),le("div",{className:"footer",children:[le("button",{onClick:dp,className:"cancel-btn",children:"Cancel"}),le("button",{onClick:fp,className:"confirm-btm",children:"Confirm"})]})]})}):null,pp=Xt`
|
|
97
|
+
${Ee}
|
|
98
98
|
position: relative;
|
|
99
99
|
display: flex;
|
|
100
100
|
align-items: center;
|
|
@@ -112,7 +112,7 @@ or `);this.errors.push(i)}return r}},cr=class extends de{constructor(...t){super
|
|
|
112
112
|
}
|
|
113
113
|
|
|
114
114
|
button {
|
|
115
|
-
${
|
|
115
|
+
${Ee}
|
|
116
116
|
padding: 0 20px;
|
|
117
117
|
height: 30px;
|
|
118
118
|
line-height: 30px;
|
|
@@ -126,8 +126,8 @@ or `);this.errors.push(i)}return r}},cr=class extends de{constructor(...t){super
|
|
|
126
126
|
cursor: not-allowed;
|
|
127
127
|
}
|
|
128
128
|
}
|
|
129
|
-
`,
|
|
130
|
-
${
|
|
129
|
+
`,vp=()=>{let e=ee(!1),t=ee(null);return{timerPaused:e,startTimestamp:t,startTimer:()=>{Te(()=>{t.value=Date.now(),e.value=!1})}}},gp=e=>{let{countdown:t=0,mode:n,onClose:r,state:o}=e,{startTimestamp:a,timerPaused:i}=o,s=ru(t);lp(()=>{s.value>0?s.value-=1:Te(()=>{i.value=!0,s.value=0})},i.value?null:1e3);let l=An(()=>{if(n==="interstitial"||n==="rewarded_insterstitial"||!a.value)return!1;let h=Date.now()-a.value;return s.value>0&&t-s.value>=5&&h>=5e3}),d=An(()=>{if(n==="interstitial")return!0;if(!a.value)return!1;let h=Date.now()-a.value;return s.value<=0&&h>=(t-1)*1e3&&t>5}),y=An(()=>n==="interstitial"?!1:!l.value&&!d.value),f=()=>A(void 0,null,function*(){if(i.value=!0,!(yield hp({title:"Are you sure?",content:"You will lose your reward if you dismiss this Ad."}))){i.value=!1;return}r("dismiss"),Te(()=>{i.value=!0,s.value=0,a.value=null})}),p=()=>{r("viewed"),Te(()=>{i.value=!0,s.value=0,a.value=null})};return le("div",{className:pp,children:[s.value>0&&n!=="interstitial"&&le("div",{className:"timer",children:[s.value,"s"]}),le("button",{onClick:l.value?f: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"})})})]})},_p=()=>{let e=ee(),t=ee(),n=ee(),r=ee(),o=ee(),a=ee(!1),i=ee(15),s=ee(""),l=ee("reward");return{afterAd:e,adDismissed:t,adViewed:n,adBreakDone:r,adLoaded:o,visible:a,countdown:i,src:s,mode:l}},yp=Xt`
|
|
130
|
+
${Ee}
|
|
131
131
|
position: fixed;
|
|
132
132
|
z-index: 2147483647;
|
|
133
133
|
background: white;
|
|
@@ -137,7 +137,7 @@ or `);this.errors.push(i)}return r}},cr=class extends de{constructor(...t){super
|
|
|
137
137
|
flex-direction: column;
|
|
138
138
|
|
|
139
139
|
iframe {
|
|
140
|
-
${
|
|
140
|
+
${Ee}
|
|
141
141
|
flex: 1;
|
|
142
142
|
position: relative;
|
|
143
143
|
display: block;
|
|
@@ -145,8 +145,8 @@ or `);this.errors.push(i)}return r}},cr=class extends de{constructor(...t){super
|
|
|
145
145
|
width: 100%;
|
|
146
146
|
height: 100%;
|
|
147
147
|
}
|
|
148
|
-
`,
|
|
149
|
-
${
|
|
148
|
+
`,wp=e=>{let{state:t}=e,{afterAd:n,adDismissed:r,adViewed:o,adBreakDone:a,adLoaded:i,visible:s,countdown:l,src:d,mode:y}=t,f=yn(()=>vp(),[]),[p,h]=Fr(!1),b=C=>{var w,T,L,M;s.value=!1,C==="dismiss"?(w=r.value)==null||w.call(r):C==="viewed"&&((T=o.value)==null||T.call(o)),(L=n.value)==null||L.call(n),(M=a.value)==null||M.call(a),h(!1)},I=za(()=>{var C;p||(h(!0),(C=i.value)==null||C.call(i))},[p]);return _n(()=>{p&&(y.value==="reward"||y.value==="rewarded_insterstitial")&&setTimeout(()=>{f.startTimer()},100)},[p,y.value]),s.value?le("div",{className:yp,children:[le(gp,{mode:y.value,onClose:b,countdown:l.value,state:f}),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(mp,{})]}):null};function it(e,t,n){return(t=bp(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function bp(e){var t=Ep(e,"string");return typeof t=="symbol"?t:t+""}function Ep(e,t){if(typeof e!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var wi=class{constructor(t,n){it(this,"name","OKSPIN"),it(this,"initialized",!1),it(this,"initCompleter",null),it(this,"context",void 0),it(this,"initParams",void 0),it(this,"adsOverlay",null),it(this,"adsIsShowing",!1),it(this,"lastUnDisplayedAdBreak",null),it(this,"state",_p()),this.context=t,this.initParams=n}init(){return A(this,null,function*(){var t;this.adsOverlay=document.createElement("div"),this.adsOverlay.setAttribute("data-placement-info","afg"),Qa(le(wp,{state:this.state}),this.adsOverlay),document.documentElement.appendChild(this.adsOverlay),this.initialized=!0,(t=this.initCompleter)==null||t.call(this)})}adConfig(t){var n;if(this.initialized){(n=t.onReady)==null||n.call(t);return}this.initCompleter=()=>{var r;(r=t.onReady)==null||r.call(t)}}adBreak(t,n){return A(this,null,function*(){var r,o,a,i,s,l,d,y;if(!this.initialized||!this.adsOverlay||!n.params.url){(r=t.adBreakDone)==null||r.call(t,{breakType:t.type,breakName:t.type==="preroll"?"":t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"notReady"});return}if(this.adsIsShowing){(o=t.adBreakDone)==null||o.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":{(a=t.adBreakDone)==null||a.call(t,{breakType:t.type,breakName:"",breakFormat:"interstitial",breakStatus:"noAdPreloaded"});break}case"start":case"browse":case"next":case"pause":{(i=t.beforeAd)==null||i.call(t);let f=()=>{var h;this.adsIsShowing=!1,(h=t.afterAd)==null||h.call(t)},p=()=>{var h;this.adsIsShowing=!1,(h=t.adBreakDone)==null||h.call(t,{breakType:t.type,breakName:t.name,breakFormat:"interstitial",breakStatus:"viewed"})};Te(()=>{this.adsIsShowing=!0,this.state.afterAd.value=f,this.state.adBreakDone.value=p,this.state.src.value=n.params.url,this.state.mode.value="interstitial",this.state.visible.value=!0});break}case"reward":{this.lastUnDisplayedAdBreak&&((l=(s=this.lastUnDisplayedAdBreak).adBreakDone)==null||l.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 f=()=>{var w;this.adsIsShowing=!1,(w=t.afterAd)==null||w.call(t)},p={breakType:t.type,breakName:t.name,breakFormat:"reward",breakStatus:"ignored"},h=()=>{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)};Te(()=>{this.state.afterAd.value=f,this.state.adDismissed.value=h,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,Te(()=>{var T;this.state.countdown.value=(T=n.params.countdown)!=null?T:15,this.state.src.value=n.params.url,this.state.mode.value="reward",this.state.visible.value=!0})};this.lastUnDisplayedAdBreak=t,(y=t.beforeReward)==null||y.call(t,C);break}}})}},$t={};window.addEventListener("message",e=>{e.origin!=="https://ads.appsrockets.com"&&e.origin!=="https://stg-ads.appsrockets.com"||$t[e.data.type]&&$t[e.data.type].forEach(t=>{t(e.data.data)})});var jt=(e,t)=>{_n(()=>($t[e]||($t[e]=new Set),$t[e].add(t),()=>{$t[e].delete(t)}),[e,t])},Ip=()=>{let e=ee(),t=ee(),n=ee(),r=ee(),o=ee(),a=ee(),i=ee(),s=ee(!1),l=ee("");return{afterAd:e,adDismissed:t,adViewed:n,adBreakDone:r,adLoaded:o,adLinkClicked:a,adError:i,visible:s,src:l}},Ap=Xt`
|
|
149
|
+
${Ee}
|
|
150
150
|
position: fixed;
|
|
151
151
|
z-index: 2147483647;
|
|
152
152
|
background: white;
|
|
@@ -156,7 +156,7 @@ or `);this.errors.push(i)}return r}},cr=class extends de{constructor(...t){super
|
|
|
156
156
|
flex-direction: column;
|
|
157
157
|
|
|
158
158
|
iframe {
|
|
159
|
-
${
|
|
159
|
+
${Ee}
|
|
160
160
|
flex: 1;
|
|
161
161
|
position: relative;
|
|
162
162
|
display: block;
|
|
@@ -164,8 +164,8 @@ or `);this.errors.push(i)}return r}},cr=class extends de{constructor(...t){super
|
|
|
164
164
|
width: 100%;
|
|
165
165
|
height: 100%;
|
|
166
166
|
}
|
|
167
|
-
`,Ip=e=>{let{state:t}=e,{afterAd:n,adDismissed:r,adViewed:a,adBreakDone:i,adLoaded:o,adLinkClicked:s,visible:l,src:d}=t,[_,h]=Jr(!1),p=w=>{var A,C,b,x;h(!1),l.value=!1,w==="dismiss"?(A=r.value)==null||A.call(r):w==="viewed"&&((C=a.value)==null||C.call(a)),(b=n.value)==null||b.call(n),(x=i.value)==null||x.call(i)},f=()=>{var w;(w=o.value)==null||w.call(o)};return Jt("appsrockets_ad_dismissed",()=>p("dismiss")),Jt("appsrockets_ad_rewarded",()=>p("viewed")),Jt("appsrockets_ad_completed",()=>p("viewed")),Jt("appsrockets_ad_skipped",()=>p("viewed")),Jt("appsrockets_ad_clicked",w=>{var A;return(A=s.value)==null?void 0:A.call(s,w)}),Jt("appsrockets_ad_loaded",()=>h(!0)),l.value?le("div",{className:Ep,style:{display:_?"flex":"none"},children:l.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 ot(e,t,n){return(t=Ap(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Ap(e){var t=Sp(e,"string");return typeof t=="symbol"?t:t+""}function Sp(e,t){if(typeof e!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var wo=class{constructor(t,n){ot(this,"name","APPSROCKETS"),ot(this,"initialized",!1),ot(this,"initCompleter",null),ot(this,"context",void 0),ot(this,"adsOverlay",null),ot(this,"adsIsShowing",!1),ot(this,"lastUnDisplayedAdBreak",null),ot(this,"state",bp()),ot(this,"processUrl",r=>{var a;let i=this.context.getContextInfo(),o=new URL(r),s=new URLSearchParams(o.search);return s.has("joliSource")||s.set("joliSource",i.joliSource),s.get("osType")||s.set("osType",i.osType),s.get("runtimeType")||s.set("runtimeType",i.runtimeType),s.get("mode")||s.set("mode","AFG"),s.get("deviceId")||s.set("deviceId",i.deviceId),s.get("statusBarHeight")||s.set("statusBarHeight",((a=this.context.getWindowInfo().statusBarHeight)!=null?a:0).toString()),o.search=s.toString(),o.toString()}),this.context=t}init(){return I(this,null,function*(){var t;this.adsOverlay=document.createElement("div"),this.adsOverlay.setAttribute("data-placement-info","afg-appsrockets"),Xi(le(Ip,{state:this.state}),this.adsOverlay),document.documentElement.appendChild(this.adsOverlay),this.initialized=!0,(t=this.initCompleter)==null||t.call(this)})}adConfig(t){var n;if(this.initialized){(n=t.onReady)==null||n.call(t);return}this.initCompleter=()=>{var r;(r=t.onReady)==null||r.call(t)}}adBreak(t,n){var r,a,i,o,s,l,d,_;if(!this.initialized||!this.adsOverlay||!n.params.url){(r=t.adBreakDone)==null||r.call(t,{breakType:t.type,breakName:t.type==="preroll"?"":t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"notReady"});return}if(this.adsIsShowing){(a=t.adBreakDone)==null||a.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":{(i=t.adBreakDone)==null||i.call(t,{breakType:t.type,breakName:"",breakFormat:"interstitial",breakStatus:"noAdPreloaded"});break}case"start":case"browse":case"next":case"pause":{(o=t.beforeAd)==null||o.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"})};Te(()=>{this.adsIsShowing=!0,this.state.afterAd.value=p,this.state.adBreakDone.value=f,this.state.src.value=this.processUrl(n.params.url),this.state.adLinkClicked.value=h,this.state.adError.value=w,this.state.visible.value=!0});break}case"reward":{this.lastUnDisplayedAdBreak&&((l=(s=this.lastUnDisplayedAdBreak).adBreakDone)==null||l.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"},w=()=>{var D;this.adsIsShowing=!1,f.breakStatus="dismissed",(D=t.adDismissed)==null||D.call(t)},A=()=>{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)},b=()=>{this.adsIsShowing=!1,f.breakStatus="noAdPreloaded"};Te(()=>{this.state.afterAd.value=p,this.state.adDismissed.value=w,this.state.adViewed.value=A,this.state.adBreakDone.value=C,this.state.adLinkClicked.value=h,this.state.adError.value=b});let x=()=>{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,Te(()=>{this.state.src.value=this.processUrl(n.params.url),this.state.visible.value=!0})};this.lastUnDisplayedAdBreak=t,(_=t.beforeReward)==null||_.call(t,x);break}}}},au=()=>{window.googletag=window.googletag||{cmd:[]},window.googletag.pubadsReady||window.googletag.cmd.push(()=>{window.googletag.enableServices()})};function ye(e,t,n){return(t=Cp(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Cp(e){var t=Rp(e,"string");return typeof t=="symbol"?t:t+""}function Rp(e,t){if(typeof e!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var bo=class{constructor(t,n,r){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 a;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(i=>{var o;(o=this.rewardedSlot)==null||o.setTargeting(i,this.keyValue[i])}),Object.keys(this.keyValue).includes("project")||(a=this.rewardedSlot)==null||a.setTargeting("project",this.project)),googletag.display(this.rewardedSlot))}),ye(this,"destroy",a=>{var i,o;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),(o=(i=this.adsContext)==null?void 0:i.adBreakDone)==null||o.call(i,a),this.adsContext=null}),ye(this,"reinit",a=>{this.destroy(a),this.init()}),ye(this,"handleSlotReady",a=>{a.slot===this.rewardedSlot&&(this.readyEvent=a)}),ye(this,"handleSlotClosed",a=>{var i,o;if(this.adsContext&&a.slot===this.rewardedSlot){let s=this.rewardedPayload?"viewed":"dismissed";s==="viewed"?this.adsContext.adViewed():this.adsContext.adDismissed(),(o=(i=this.adsContext).afterAd)==null||o.call(i),this.withCommand(()=>{this.reinit(s)})}}),ye(this,"handleSlotGranted",a=>{this.adsContext&&a.slot===this.rewardedSlot&&(this.rewardedPayload=a.payload)}),ye(this,"handleSlotRenderEnded",a=>{a.slot===this.rewardedSlot&&a.isEmpty&&this.adsContext&&this.withCommand(()=>{this.reinit("frequencyCapped")})}),ye(this,"requestAds",a=>{this.withCommand(()=>{if(this.adsContext&&this.reinit("ignored"),this.rewardedSlot||this.init(),this.adsContext=a,!this.rewardedSlot){this.reinit("notReady");return}if(this.readyEvent)this.adsContext.beforeReward(()=>{var i,o,s;(o=(i=this.adsContext)==null?void 0:i.beforeAd)==null||o.call(i),(s=this.readyEvent)==null||s.makeRewardedVisible()});else{let i=o=>{o.slot===this.rewardedSlot&&this.adsContext&&(googletag.pubads().removeEventListener("rewardedSlotReady",i),this.readyEvent=o,this.adsContext.beforeReward(()=>{var s,l,d;(l=(s=this.adsContext)==null?void 0:s.beforeAd)==null||l.call(s),(d=this.readyEvent)==null||d.makeRewardedVisible()}))};googletag.pubads().addEventListener("rewardedSlotReady",i),window.setTimeout(()=>{this.readyEvent||(this.reinit("timeout"),googletag.pubads().removeEventListener("rewardedSlotReady",i))},500)}})}),this.adUnit=t,this.project=n,this.keyValue=r,au(),this.withCommand(()=>{this.init()})}};function ke(e,t,n){return(t=Op(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Op(e){var t=kp(e,"string");return typeof t=="symbol"?t:t+""}function kp(e,t){if(typeof e!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Eo=class{constructor(t,n,r){var a=this;ke(this,"adUnit",void 0),ke(this,"project",void 0),ke(this,"keyValue",void 0),ke(this,"adsContext",null),ke(this,"gamingInterstitialSlot",null),ke(this,"readyEvent",null),ke(this,"isRetrying",!1),ke(this,"withCommand",function(){googletag.cmd.push(...arguments)}),ke(this,"init",()=>{var i;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(o=>{var s;(s=this.gamingInterstitialSlot)==null||s.setTargeting(o,this.keyValue[o])}),Object.keys(this.keyValue).includes("project")||(i=this.gamingInterstitialSlot)==null||i.setTargeting("project",this.project)),googletag.display(this.gamingInterstitialSlot))}),ke(this,"destroy",function(i){var o,s;(!(arguments.length>1&&arguments[1]!==void 0)||arguments[1])&&((s=(o=a.adsContext)==null?void 0:o.onEnd)==null||s.call(o,i),a.adsContext=null),googletag.pubads().removeEventListener("gameManualInterstitialSlotReady",a.handleSlotReady),googletag.pubads().removeEventListener("gameManualInterstitialSlotClosed",a.handleSlotClosed),a.gamingInterstitialSlot&&(googletag.destroySlots([a.gamingInterstitialSlot]),a.gamingInterstitialSlot=null,a.readyEvent=null)}),ke(this,"reinit",function(i){let o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;a.destroy(i,o),a.init()}),ke(this,"handleSlotReady",i=>{this.gamingInterstitialSlot===i.slot&&(this.readyEvent=i)}),ke(this,"handleSlotClosed",i=>{var o,s;this.adsContext&&this.gamingInterstitialSlot===i.slot&&((s=(o=this.adsContext).afterAd)==null||s.call(o),this.withCommand(()=>{this.reinit("viewed")}))}),ke(this,"requestAds",i=>{this.withCommand(()=>{var o,s,l;if(this.adsContext&&this.reinit("ignored"),this.gamingInterstitialSlot||this.init(),this.adsContext=i,!this.gamingInterstitialSlot){this.reinit("notReady");return}this.readyEvent?((o=i.beforeAd)==null||o.call(i),this.readyEvent.makeGameManualInterstitialVisible()):((l=(s=this.adsContext).onEnd)==null||l.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)))})}),au(),this.adUnit=t,this.project=n,this.keyValue=r,this.withCommand(()=>{this.init()})}};function Ct(e,t,n){return(t=Tp(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Tp(e){var t=xp(e,"string");return typeof t=="symbol"?t:t+""}function xp(e,t){if(typeof e!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Io=class{constructor(t,n){Ct(this,"name","GOOGLE_GPT"),Ct(this,"context",void 0),Ct(this,"contextInfo",void 0),Ct(this,"initParams",void 0),Ct(this,"rewardAdManager",void 0),Ct(this,"interstitialManager",void 0),Ct(this,"insertScript",()=>{let r="jolibox-google-gpt",a=document.getElementById(r);a||(a=window.document.createElement("script"),a.id=r,a.async=!0,a.src="https://securepubads.g.doubleclick.net/tag/js/gpt.js",a.crossOrigin="anonymous",document.head.appendChild(a))}),this.context=t,this.contextInfo=this.context.getContextInfo(),this.initParams=n,this.insertScript()}init(){return I(this,null,function*(){let t=this.contextInfo.testAdsMode?"/22639388115/rewarded_web_example":this.initParams.rewardedSlot,n=this.contextInfo.testAdsMode?"/6355419/Travel/Europe/France/Paris":this.initParams.interstitialSlot,r=`minigame-${this.contextInfo.runtimeType==="APP"?"app":"h5"}`;t&&(this.rewardAdManager=new bo(t,r,this.initParams.keyValue)),n&&(this.interstitialManager=new Eo(n,r,this.initParams.keyValue))})}adConfig(t,n){}adBreak(t,n){var r,a,i;switch(t.type){case"preroll":{(r=t.adBreakDone)==null||r.call(t,{breakType:"preroll",breakFormat:"interstitial",breakStatus:"noAdPreloaded"});break}case"reward":{if(!this.rewardAdManager){(a=t.adBreakDone)==null||a.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:o=>{var s;(s=t.adBreakDone)==null||s.call(t,{breakName:t.name,breakType:t.type,breakFormat:"reward",breakStatus:o})}});break}default:{if(!this.interstitialManager){(i=t.adBreakDone)==null||i.call(t,{breakName:t.name,breakType:t.type,breakFormat:"interstitial",breakStatus:"noAdPreloaded"});return}this.interstitialManager.requestAds({beforeAd:t.beforeAd,afterAd:t.afterAd,onEnd:o=>{var s;(s=t.adBreakDone)==null||s.call(t,{breakName:t.name,breakType:t.type,breakFormat:"interstitial",breakStatus:o})}});break}}}};function no(e,t,n){return(t=Pp(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Pp(e){var t=Lp(e,"string");return typeof t=="symbol"?t:t+""}function Lp(e,t){if(typeof e!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Ao=class{constructor(t){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"GAME";no(this,"context",void 0),no(this,"placement","GAME"),no(this,"contextInfo",void 0),this.context=t,this.placement=n,this.contextInfo=this.context.getContextInfo()}getLocation(){let t=new URLSearchParams(window.location.search),n={};return t.forEach((r,a)=>{n[a]=r}),{name:this.placement==="GAME"?"GamePage":"DramaPage",params:n}}getDevice(){var t,n,r,a;return{platform:(t=this.contextInfo.platform)!=null?t:Nc.WebSDK,os:this.contextInfo.osType+"_"+this.contextInfo.runtimeType,appVersion:"1.0.0",appId:(n=this.contextInfo.hostAppId)!=null?n:"1",model:(r=this.contextInfo.deviceModel)!=null?r:"UnknownModel",brand:(a=this.contextInfo.deviceBrand)!=null?a:"UnknownBrand",uuid:this.contextInfo.deviceId,jsSdkVersion:"1.0.0",extra:{}}}serialize(t,n){var r;let a={protocolVersion:"1.0.0",events:[{name:t,type:Lc.System,location:this.getLocation(),target:null,extra:n,timestamp:Date.now(),userId:(r=this.contextInfo.userId)!=null?r:null}],device:this.getDevice(),project:Dc.WebSDK};return $h(a)}};function Ae(e,t,n){return(t=Dp(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Dp(e){var t=Np(e,"string");return typeof t=="symbol"?t:t+""}function Np(e,t){if(typeof e!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var na=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 Ao(this.context)}getRequestContextData(t){var n,r;this.contextInfo=this.context.getContextInfo();let{width:a,height:i}=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:(n=this.contextInfo.deviceModel)!=null?n:"UnknownModel",deviceBrand:(r=this.contextInfo.deviceBrand)!=null?r:"UnknownBrand",dimension:{width:a,height:i}}}getRequestBizParams(){return{objectType:this.contextInfo.objectType,objectId:this.contextInfo.objectId}}},So=class{constructor(t,n){var r=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",a=>I(this,null,function*(){let i=a==="afv"?"AdsAFVSDKRequest":"AdsAFGSDKAdBreak",o=a==="afv"?"REWARD_INTERSTITIAL":a==="reward"?"REWARD":"INTERSTITIAL",s=a==="afv"?void 0:"cached",{data:l,code:d}=yield this.context.httpClient.post("/api/ads/info",{data:{contextData:this.requestContext.getRequestContextData(i),bizParams:this.requestContext.getRequestBizParams(),adsType:o,testAdsMode:this.contextInfo.testAdsMode,name:s}});return d==="SUCCESS"||d==="BYPASS_ADS"?{code:d,data:l}:null})),Ae(this,"cacheRewardInfo",()=>{this.pendingAFGAdsInfo.REWARD=this.doFetchAdsInfo("reward").catch(()=>null)}),Ae(this,"cacheInterstitialInfo",a=>{this.pendingAFGAdsInfo.INTERSTITIAL=this.doFetchAdsInfo(a).catch(()=>null)}),Ae(this,"cacheAFVInfo",()=>{this.pendingAFVAdsInfo=this.doFetchAdsInfo("afv").catch(()=>null)}),Ae(this,"cacheNextAFGAdsInfo",a=>I(this,null,function*(){a==="reward"?this.cacheRewardInfo():this.cacheInterstitialInfo(a)})),Ae(this,"getAFGAdsInfo",a=>I(this,null,function*(){let i=yield a==="reward"?this.pendingAFGAdsInfo.REWARD:this.pendingAFGAdsInfo.INTERSTITIAL;return this.cacheNextAFGAdsInfo(a),i})),Ae(this,"getAFVAdsInfo",function(){return I(this,arguments,function*(){if(!(arguments.length>0&&arguments[0]!==void 0)||arguments[0]){let a=yield r.pendingAFVAdsInfo;return r.cacheAFVInfo(),a}else return r.cacheAFVInfo(),yield r.pendingAFVAdsInfo})}),this.context=t,this.contextInfo=this.context.getContextInfo(),this.requestContext=new na(t),n!=null&&n.reward&&this.cacheRewardInfo(),n!=null&&n.interstitial&&this.cacheInterstitialInfo("start"),n!=null&&n.afv&&this.cacheAFVInfo()}};function Fe(e,t,n){return(t=Up(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Up(e){var t=Bp(e,"string");return typeof t=="symbol"?t:t+""}function Bp(e,t){if(typeof e!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Cn=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 co(this.context),this.adsActionDetection=new lo(this.context),this.contextInfo=this.context.getContextInfo(),this.adsRequest=new So(t),this.requestContext=new na(t);else throw new Error("JoliboxAdsForGame requires a configuration object")}init(t){return I(this,null,function*(){window.adsbygoogle=window.adsbygoogle||[];let{data:n}=yield this.context.httpClient.post("/api/ads/init",{data:{contextData:this.requestContext.getRequestContextData("AdsAFGSDKInit"),bizParams:this.requestContext.getRequestBizParams(),testAdsMode:this.contextInfo.testAdsMode}});if((n==null?void 0:n.length)>0)for(let r of n)switch(r.provider){case"GOOGLE_GPT":{let a=new Io(this.context,r.params);yield a.init(),this.providers[r.provider]=a;break}case"ADSENSE":case"ADSENSE_ADMOB":{let a=new uo(this.context,r.params);yield a.init(),this.providers[r.provider]=a;break}case"OKSPIN":{let a=new yo(this.context,r.params);yield a.init(),this.providers.OKSPIN=a;break}case"APPSROCKETS":{let a=new wo(this.context,r.params);yield a.init(),this.providers.APPSROCKETS=a;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 I(this,null,function*(){var n,r,a,i,o,s,l,d,_,h,p,f,w,A;let C=Date.now();if(C-this.initializedTimeStamp<3e3){(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:"noAdPreloaded"});return}if(this.lastAdBreak&&C-this.lastAdBreak<500){console.warn("[Jolibox SDK Ads] You can't call adBreak too frequently"),(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:"frequencyCapped"});return}if(this.lastAdBreak=C,this.adsIsShowing){console.warn("[Jolibox SDK Ads] You can't call adBreak while ad is showing"),(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:"frequencyCapped"});return}if(this.initialized||(yield this.init()),t.type!=="reward"&&!this.channelPolicy.shouldBypassCallingInterstitial()){(i=t.adBreakDone)==null||i.call(t,{breakType:t.type,breakName:"skipInterstitials",breakFormat:"interstitial",breakStatus:"viewed"});return}if(!this.context.checkNetwork()){(o=t.adBreakDone)==null||o.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),x=b==null?void 0:b.data,D=b==null?void 0:b.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 H,j,R,N;(H=t.beforeAd)==null||H.call(t),(j=t.adViewed)==null||j.call(t),(R=t.afterAd)==null||R.call(t),(N=t.adBreakDone)==null||N.call(t,{breakType:t.type,breakName:t.name,breakFormat:"reward",breakStatus:"viewed"})});break}default:{(l=t.beforeAd)==null||l.call(t),(d=t.afterAd)==null||d.call(t),(_=t.adBreakDone)==null||_.call(t,{breakType:t.type,breakName:t.name,breakFormat:"interstitial",breakStatus:"viewed"});break}}return}if(!x||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 H=x.sort((T,B)=>T.seq-B.seq);if(H.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 j=!0,R=null,N=new so(this.context);for(this.adsActionDetection.adBreakIsShowing=!0;H.length>0;){let T=H.shift(),B=this.providers[T.provider];if(B){let[K,z]=yield N.callAdBreakAndContinue(B,t,T,te=>{var me;this.adsIsShowing=te,(me=this.context.eventEmitter)==null||me.emit("isAdShowing",te)});j=K,R=z}else j=!0,R={breakType:t.type,breakName:t.type==="preroll"?void 0:t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"notReady"};if(!j)break}j&&R&&((f=t.adBreakDone)==null||f.call(t,R))}}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 iE=$t`
|
|
168
|
-
${
|
|
167
|
+
`,Sp=e=>{let{state:t}=e,{afterAd:n,adDismissed:r,adViewed:o,adBreakDone:a,adLoaded:i,adLinkClicked:s,visible:l,src:d}=t,[y,f]=Fr(!1),p=b=>{var I,C,w,T;f(!1),l.value=!1,b==="dismiss"?(I=r.value)==null||I.call(r):b==="viewed"&&((C=o.value)==null||C.call(o)),(w=n.value)==null||w.call(n),(T=a.value)==null||T.call(a)},h=()=>{var b;(b=i.value)==null||b.call(i)};return jt("appsrockets_ad_dismissed",()=>p("dismiss")),jt("appsrockets_ad_rewarded",()=>p("viewed")),jt("appsrockets_ad_completed",()=>p("viewed")),jt("appsrockets_ad_skipped",()=>p("viewed")),jt("appsrockets_ad_clicked",b=>{var I;return(I=s.value)==null?void 0:I.call(s,b)}),jt("appsrockets_ad_loaded",()=>f(!0)),l.value?le("div",{className:Ap,style:{display:y?"flex":"none"},children:l.value&&le("iframe",{src:d.value,onLoad:h,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 st(e,t,n){return(t=Cp(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Cp(e){var t=Rp(e,"string");return typeof t=="symbol"?t:t+""}function Rp(e,t){if(typeof e!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var bi=class{constructor(t,n){st(this,"name","APPSROCKETS"),st(this,"initialized",!1),st(this,"initCompleter",null),st(this,"context",void 0),st(this,"adsOverlay",null),st(this,"adsIsShowing",!1),st(this,"lastUnDisplayedAdBreak",null),st(this,"state",Ip()),st(this,"processUrl",r=>{var o;let a=this.context.getContextInfo(),i=new URL(r),s=new URLSearchParams(i.search);return s.has("joliSource")||s.set("joliSource",a.joliSource),s.get("osType")||s.set("osType",a.osType),s.get("runtimeType")||s.set("runtimeType",a.runtimeType),s.get("mode")||s.set("mode","AFG"),s.get("deviceId")||s.set("deviceId",a.deviceId),s.get("statusBarHeight")||s.set("statusBarHeight",((o=this.context.getWindowInfo().statusBarHeight)!=null?o:0).toString()),i.search=s.toString(),i.toString()}),this.context=t}init(){return A(this,null,function*(){var t;this.adsOverlay=document.createElement("div"),this.adsOverlay.setAttribute("data-placement-info","afg-appsrockets"),Qa(le(Sp,{state:this.state}),this.adsOverlay),document.documentElement.appendChild(this.adsOverlay),this.initialized=!0,(t=this.initCompleter)==null||t.call(this)})}adConfig(t){var n;if(this.initialized){(n=t.onReady)==null||n.call(t);return}this.initCompleter=()=>{var r;(r=t.onReady)==null||r.call(t)}}adBreak(t,n){var r,o,a,i,s,l,d,y;if(!this.initialized||!this.adsOverlay||!n.params.url){(r=t.adBreakDone)==null||r.call(t,{breakType:t.type,breakName:t.type==="preroll"?"":t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"notReady"});return}if(this.adsIsShowing){(o=t.adBreakDone)==null||o.call(t,{breakType:t.type,breakName:t.type==="preroll"?"":t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"frequencyCapped"});return}let f=p=>{var h,b;(b=(h=this.context).handleLinkClicked)==null||b.call(h,p)};switch(t.type){case"preroll":{(a=t.adBreakDone)==null||a.call(t,{breakType:t.type,breakName:"",breakFormat:"interstitial",breakStatus:"noAdPreloaded"});break}case"start":case"browse":case"next":case"pause":{(i=t.beforeAd)==null||i.call(t);let p=()=>{var I;this.adsIsShowing=!1,(I=t.afterAd)==null||I.call(t)},h=()=>{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"})};Te(()=>{this.adsIsShowing=!0,this.state.afterAd.value=p,this.state.adBreakDone.value=h,this.state.src.value=this.processUrl(n.params.url),this.state.adLinkClicked.value=f,this.state.adError.value=b,this.state.visible.value=!0});break}case"reward":{this.lastUnDisplayedAdBreak&&((l=(s=this.lastUnDisplayedAdBreak).adBreakDone)==null||l.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 L;this.adsIsShowing=!1,(L=t.afterAd)==null||L.call(t)},h={breakType:t.type,breakName:t.name,breakFormat:"reward",breakStatus:"ignored"},b=()=>{var L;this.adsIsShowing=!1,h.breakStatus="dismissed",(L=t.adDismissed)==null||L.call(t)},I=()=>{var L;this.adsIsShowing=!1,h.breakStatus="viewed",(L=t.adViewed)==null||L.call(t)},C=()=>{var L;this.adsIsShowing=!1,(L=t.adBreakDone)==null||L.call(t,h)},w=()=>{this.adsIsShowing=!1,h.breakStatus="noAdPreloaded"};Te(()=>{this.state.afterAd.value=p,this.state.adDismissed.value=b,this.state.adViewed.value=I,this.state.adBreakDone.value=C,this.state.adLinkClicked.value=f,this.state.adError.value=w});let T=()=>{var L;if(this.lastUnDisplayedAdBreak=null,!this.adsOverlay){(L=t.adBreakDone)==null||L.call(t,{breakType:t.type,breakName:t.name,breakFormat:"reward",breakStatus:"notReady"});return}this.adsIsShowing=!0,Te(()=>{this.state.src.value=this.processUrl(n.params.url),this.state.visible.value=!0})};this.lastUnDisplayedAdBreak=t,(y=t.beforeReward)==null||y.call(t,T);break}}}},au=()=>{window.googletag=window.googletag||{cmd:[]},window.googletag.pubadsReady||window.googletag.cmd.push(()=>{window.googletag.enableServices()})};function we(e,t,n){return(t=Op(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Op(e){var t=kp(e,"string");return typeof t=="symbol"?t:t+""}function kp(e,t){if(typeof e!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Ei=class{constructor(t,n,r){we(this,"adUnit",void 0),we(this,"project",void 0),we(this,"keyValue",void 0),we(this,"adsContext",null),we(this,"rewardedSlot",null),we(this,"rewardedPayload",null),we(this,"readyEvent",null),we(this,"withCommand",function(){googletag.cmd.push(...arguments)}),we(this,"init",()=>{var o;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(a=>{var i;(i=this.rewardedSlot)==null||i.setTargeting(a,this.keyValue[a])}),Object.keys(this.keyValue).includes("project")||(o=this.rewardedSlot)==null||o.setTargeting("project",this.project)),googletag.display(this.rewardedSlot))}),we(this,"destroy",o=>{var a,i;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),(i=(a=this.adsContext)==null?void 0:a.adBreakDone)==null||i.call(a,o),this.adsContext=null}),we(this,"reinit",o=>{this.destroy(o),this.init()}),we(this,"handleSlotReady",o=>{o.slot===this.rewardedSlot&&(this.readyEvent=o)}),we(this,"handleSlotClosed",o=>{var a,i;if(this.adsContext&&o.slot===this.rewardedSlot){let s=this.rewardedPayload?"viewed":"dismissed";s==="viewed"?this.adsContext.adViewed():this.adsContext.adDismissed(),(i=(a=this.adsContext).afterAd)==null||i.call(a),this.withCommand(()=>{this.reinit(s)})}}),we(this,"handleSlotGranted",o=>{this.adsContext&&o.slot===this.rewardedSlot&&(this.rewardedPayload=o.payload)}),we(this,"handleSlotRenderEnded",o=>{o.slot===this.rewardedSlot&&o.isEmpty&&this.adsContext&&this.withCommand(()=>{this.reinit("frequencyCapped")})}),we(this,"requestAds",o=>{this.withCommand(()=>{if(this.adsContext&&this.reinit("ignored"),this.rewardedSlot||this.init(),this.adsContext=o,!this.rewardedSlot){this.reinit("notReady");return}if(this.readyEvent)this.adsContext.beforeReward(()=>{var a,i,s;(i=(a=this.adsContext)==null?void 0:a.beforeAd)==null||i.call(a),(s=this.readyEvent)==null||s.makeRewardedVisible()});else{let a=i=>{i.slot===this.rewardedSlot&&this.adsContext&&(googletag.pubads().removeEventListener("rewardedSlotReady",a),this.readyEvent=i,this.adsContext.beforeReward(()=>{var s,l,d;(l=(s=this.adsContext)==null?void 0:s.beforeAd)==null||l.call(s),(d=this.readyEvent)==null||d.makeRewardedVisible()}))};googletag.pubads().addEventListener("rewardedSlotReady",a),window.setTimeout(()=>{this.readyEvent||(this.reinit("timeout"),googletag.pubads().removeEventListener("rewardedSlotReady",a))},500)}})}),this.adUnit=t,this.project=n,this.keyValue=r,au(),this.withCommand(()=>{this.init()})}};function ke(e,t,n){return(t=Tp(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Tp(e){var t=xp(e,"string");return typeof t=="symbol"?t:t+""}function xp(e,t){if(typeof e!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Ii=class{constructor(t,n,r){var o=this;ke(this,"adUnit",void 0),ke(this,"project",void 0),ke(this,"keyValue",void 0),ke(this,"adsContext",null),ke(this,"gamingInterstitialSlot",null),ke(this,"readyEvent",null),ke(this,"isRetrying",!1),ke(this,"withCommand",function(){googletag.cmd.push(...arguments)}),ke(this,"init",()=>{var a;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(i=>{var s;(s=this.gamingInterstitialSlot)==null||s.setTargeting(i,this.keyValue[i])}),Object.keys(this.keyValue).includes("project")||(a=this.gamingInterstitialSlot)==null||a.setTargeting("project",this.project)),googletag.display(this.gamingInterstitialSlot))}),ke(this,"destroy",function(a){var i,s;(!(arguments.length>1&&arguments[1]!==void 0)||arguments[1])&&((s=(i=o.adsContext)==null?void 0:i.onEnd)==null||s.call(i,a),o.adsContext=null),googletag.pubads().removeEventListener("gameManualInterstitialSlotReady",o.handleSlotReady),googletag.pubads().removeEventListener("gameManualInterstitialSlotClosed",o.handleSlotClosed),o.gamingInterstitialSlot&&(googletag.destroySlots([o.gamingInterstitialSlot]),o.gamingInterstitialSlot=null,o.readyEvent=null)}),ke(this,"reinit",function(a){let i=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;o.destroy(a,i),o.init()}),ke(this,"handleSlotReady",a=>{this.gamingInterstitialSlot===a.slot&&(this.readyEvent=a)}),ke(this,"handleSlotClosed",a=>{var i,s;this.adsContext&&this.gamingInterstitialSlot===a.slot&&((s=(i=this.adsContext).afterAd)==null||s.call(i),this.withCommand(()=>{this.reinit("viewed")}))}),ke(this,"requestAds",a=>{this.withCommand(()=>{var i,s,l;if(this.adsContext&&this.reinit("ignored"),this.gamingInterstitialSlot||this.init(),this.adsContext=a,!this.gamingInterstitialSlot){this.reinit("notReady");return}this.readyEvent?((i=a.beforeAd)==null||i.call(a),this.readyEvent.makeGameManualInterstitialVisible()):((l=(s=this.adsContext).onEnd)==null||l.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)))})}),au(),this.adUnit=t,this.project=n,this.keyValue=r,this.withCommand(()=>{this.init()})}};function kt(e,t,n){return(t=Pp(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Pp(e){var t=Lp(e,"string");return typeof t=="symbol"?t:t+""}function Lp(e,t){if(typeof e!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Ai=class{constructor(t,n){kt(this,"name","GOOGLE_GPT"),kt(this,"context",void 0),kt(this,"contextInfo",void 0),kt(this,"initParams",void 0),kt(this,"rewardAdManager",void 0),kt(this,"interstitialManager",void 0),kt(this,"insertScript",()=>{let r="jolibox-google-gpt",o=document.getElementById(r);o||(o=window.document.createElement("script"),o.id=r,o.async=!0,o.src="https://securepubads.g.doubleclick.net/tag/js/gpt.js",o.crossOrigin="anonymous",document.head.appendChild(o))}),this.context=t,this.contextInfo=this.context.getContextInfo(),this.initParams=n,this.insertScript()}init(){return A(this,null,function*(){let t=this.contextInfo.testAdsMode?"/22639388115/rewarded_web_example":this.initParams.rewardedSlot,n=this.contextInfo.testAdsMode?"/6355419/Travel/Europe/France/Paris":this.initParams.interstitialSlot,r=`minigame-${this.contextInfo.runtimeType==="APP"?"app":"h5"}`;t&&(this.rewardAdManager=new Ei(t,r,this.initParams.keyValue)),n&&(this.interstitialManager=new Ii(n,r,this.initParams.keyValue))})}adConfig(t,n){}adBreak(t,n){var r,o,a;switch(t.type){case"preroll":{(r=t.adBreakDone)==null||r.call(t,{breakType:"preroll",breakFormat:"interstitial",breakStatus:"noAdPreloaded"});break}case"reward":{if(!this.rewardAdManager){(o=t.adBreakDone)==null||o.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:i=>{var s;(s=t.adBreakDone)==null||s.call(t,{breakName:t.name,breakType:t.type,breakFormat:"reward",breakStatus:i})}});break}default:{if(!this.interstitialManager){(a=t.adBreakDone)==null||a.call(t,{breakName:t.name,breakType:t.type,breakFormat:"interstitial",breakStatus:"noAdPreloaded"});return}this.interstitialManager.requestAds({beforeAd:t.beforeAd,afterAd:t.afterAd,onEnd:i=>{var s;(s=t.adBreakDone)==null||s.call(t,{breakName:t.name,breakType:t.type,breakFormat:"interstitial",breakStatus:i})}});break}}}};function oi(e,t,n){return(t=Dp(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Dp(e){var t=Np(e,"string");return typeof t=="symbol"?t:t+""}function Np(e,t){if(typeof e!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var Si=class{constructor(t){let n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"GAME";oi(this,"context",void 0),oi(this,"placement","GAME"),oi(this,"contextInfo",void 0),this.context=t,this.placement=n,this.contextInfo=this.context.getContextInfo()}getLocation(){let t=new URLSearchParams(window.location.search),n={};return t.forEach((r,o)=>{n[o]=r}),{name:this.placement==="GAME"?"GamePage":"DramaPage",params:n}}getDevice(){var t,n,r,o;return{platform:(t=this.contextInfo.platform)!=null?t:Uc.WebSDK,os:this.contextInfo.osType+"_"+this.contextInfo.runtimeType,appVersion:"1.0.0",appId:(n=this.contextInfo.hostAppId)!=null?n:"1",model:(r=this.contextInfo.deviceModel)!=null?r:"UnknownModel",brand:(o=this.contextInfo.deviceBrand)!=null?o:"UnknownBrand",uuid:this.contextInfo.deviceId,jsSdkVersion:"1.0.0",extra:{}}}serialize(t,n){var r;let o={protocolVersion:"1.0.0",events:[{name:t,type:Dc.System,location:this.getLocation(),target:null,extra:n,timestamp:Date.now(),userId:(r=this.contextInfo.userId)!=null?r:null}],device:this.getDevice(),project:Nc.WebSDK};return Kh(o)}};function Se(e,t,n){return(t=Up(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Up(e){var t=Bp(e,"string");return typeof t=="symbol"?t:t+""}function Bp(e,t){if(typeof e!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var ro=class{constructor(t){Se(this,"context",void 0),Se(this,"adsTrackSerializer",void 0),Se(this,"contextInfo",void 0),this.context=t,this.contextInfo=t.getContextInfo(),this.adsTrackSerializer=new Si(this.context)}getRequestContextData(t){var n,r;this.contextInfo=this.context.getContextInfo();let{width:o,height:a}=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:(n=this.contextInfo.deviceModel)!=null?n:"UnknownModel",deviceBrand:(r=this.contextInfo.deviceBrand)!=null?r:"UnknownBrand",dimension:{width:o,height:a}}}getRequestBizParams(){return{objectType:this.contextInfo.objectType,objectId:this.contextInfo.objectId}}},Ci=class{constructor(t,n){var r=this;Se(this,"context",void 0),Se(this,"contextInfo",void 0),Se(this,"requestContext",void 0),Se(this,"pendingAFGAdsInfo",{REWARD:Promise.resolve(null),INTERSTITIAL:Promise.resolve(null)}),Se(this,"pendingAFVAdsInfo",Promise.resolve(null)),Se(this,"doFetchAdsInfo",o=>A(this,null,function*(){let a=o==="afv"?"AdsAFVSDKRequest":"AdsAFGSDKAdBreak",i=o==="afv"?"REWARD_INTERSTITIAL":o==="reward"?"REWARD":"INTERSTITIAL",s=o==="afv"?void 0:"cached",{data:l,code:d}=yield this.context.httpClient.post("/api/ads/info",{data:{contextData:this.requestContext.getRequestContextData(a),bizParams:this.requestContext.getRequestBizParams(),adsType:i,testAdsMode:this.contextInfo.testAdsMode,name:s}});return d==="SUCCESS"||d==="BYPASS_ADS"?{code:d,data:l}:null})),Se(this,"cacheRewardInfo",()=>{this.pendingAFGAdsInfo.REWARD=this.doFetchAdsInfo("reward").catch(()=>null)}),Se(this,"cacheInterstitialInfo",o=>{this.pendingAFGAdsInfo.INTERSTITIAL=this.doFetchAdsInfo(o).catch(()=>null)}),Se(this,"cacheAFVInfo",()=>{this.pendingAFVAdsInfo=this.doFetchAdsInfo("afv").catch(()=>null)}),Se(this,"cacheNextAFGAdsInfo",o=>A(this,null,function*(){o==="reward"?this.cacheRewardInfo():this.cacheInterstitialInfo(o)})),Se(this,"getAFGAdsInfo",o=>A(this,null,function*(){let a=yield o==="reward"?this.pendingAFGAdsInfo.REWARD:this.pendingAFGAdsInfo.INTERSTITIAL;return this.cacheNextAFGAdsInfo(o),a})),Se(this,"getAFVAdsInfo",function(){return A(this,arguments,function*(){if(!(arguments.length>0&&arguments[0]!==void 0)||arguments[0]){let o=yield r.pendingAFVAdsInfo;return r.cacheAFVInfo(),o}else return r.cacheAFVInfo(),yield r.pendingAFVAdsInfo})}),this.context=t,this.contextInfo=this.context.getContextInfo(),this.requestContext=new ro(t),n!=null&&n.reward&&this.cacheRewardInfo(),n!=null&&n.interstitial&&this.cacheInterstitialInfo("start"),n!=null&&n.afv&&this.cacheAFVInfo()}};function He(e,t,n){return(t=Mp(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Mp(e){var t=Gp(e,"string");return typeof t=="symbol"?t:t+""}function Gp(e,t){if(typeof e!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t);if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}var On=class{constructor(t){if(He(this,"context",void 0),He(this,"contextInfo",void 0),He(this,"providers",{}),He(this,"channelPolicy",void 0),He(this,"adsActionDetection",void 0),He(this,"requestContext",void 0),He(this,"adsRequest",void 0),He(this,"initialized",!1),He(this,"adsIsShowing",!1),He(this,"lastAdBreak",void 0),He(this,"initializedTimeStamp",Date.now()),t)this.context=t,this.channelPolicy=new di(this.context),this.adsActionDetection=new ui(this.context),this.contextInfo=this.context.getContextInfo(),this.adsRequest=new Ci(t),this.requestContext=new ro(t);else throw new Error("JoliboxAdsForGame requires a configuration object")}init(t){return A(this,null,function*(){window.adsbygoogle=window.adsbygoogle||[];let{data:n}=yield this.context.httpClient.post("/api/ads/init",{data:{contextData:this.requestContext.getRequestContextData("AdsAFGSDKInit"),bizParams:this.requestContext.getRequestBizParams(),testAdsMode:this.contextInfo.testAdsMode}});if((n==null?void 0:n.length)>0)for(let r of n)switch(r.provider){case"GOOGLE_GPT":{let o=new Ai(this.context,r.params);yield o.init(),this.providers[r.provider]=o;break}case"ADSENSE":case"ADSENSE_ADMOB":{let o=new fi(this.context,r.params);yield o.init(),this.providers[r.provider]=o;break}case"OKSPIN":{let o=new wi(this.context,r.params);yield o.init(),this.providers.OKSPIN=o;break}case"APPSROCKETS":{let o=new bi(this.context,r.params);yield o.init(),this.providers.APPSROCKETS=o;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 A(this,null,function*(){var n,r,o,a,i,s,l,d,y,f,p,h,b,I;let C=Date.now();if(C-this.initializedTimeStamp<3e3){(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:"noAdPreloaded"});return}if(this.lastAdBreak&&C-this.lastAdBreak<500){console.warn("[Jolibox SDK Ads] You can't call adBreak too frequently"),(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:"frequencyCapped"});return}if(this.lastAdBreak=C,this.adsIsShowing){console.warn("[Jolibox SDK Ads] You can't call adBreak while ad is showing"),(o=t.adBreakDone)==null||o.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()){(a=t.adBreakDone)==null||a.call(t,{breakType:t.type,breakName:"skipInterstitials",breakFormat:"interstitial",breakStatus:"viewed"});return}if(!this.context.checkNetwork()){(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:"noAdPreloaded"});return}try{let w=yield this.adsRequest.getAFGAdsInfo(t.type),T=w==null?void 0:w.data,L=w==null?void 0:w.code;if(L==="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 M,V,S,D;(M=t.beforeAd)==null||M.call(t),(V=t.adViewed)==null||V.call(t),(S=t.afterAd)==null||S.call(t),(D=t.adBreakDone)==null||D.call(t,{breakType:t.type,breakName:t.name,breakFormat:"reward",breakStatus:"viewed"})});break}default:{(l=t.beforeAd)==null||l.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(!T||L!=="SUCCESS"){(f=t.adBreakDone)==null||f.call(t,{breakType:t.type,breakName:t.type==="preroll"?void 0:t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"noAdPreloaded"});return}else{let M=T.sort((B,F)=>B.seq-F.seq);if(M.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 V=!0,S=null,D=new ci(this.context);for(this.adsActionDetection.adBreakIsShowing=!0;M.length>0;){let B=M.shift(),F=this.providers[B.provider];if(F){let[N,J]=yield D.callAdBreakAndContinue(F,t,B,Y=>{var me;this.adsIsShowing=Y,(me=this.context.eventEmitter)==null||me.emit("isAdShowing",Y)});V=N,S=J}else V=!0,S={breakType:t.type,breakName:t.type==="preroll"?void 0:t.name,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"notReady"};if(!V)break}V&&S&&((h=t.adBreakDone)==null||h.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 _E=Xt`
|
|
168
|
+
${Ee}
|
|
169
169
|
position: fixed;
|
|
170
170
|
left: 0;
|
|
171
171
|
top: 0;
|
|
@@ -176,7 +176,7 @@ or `);this.errors.push(i)}return r}},cr=class extends de{constructor(...t){super
|
|
|
176
176
|
height: 100vh;
|
|
177
177
|
|
|
178
178
|
.ads-wrapper {
|
|
179
|
-
${
|
|
179
|
+
${Ee}
|
|
180
180
|
position: relative;
|
|
181
181
|
width: 100%;
|
|
182
182
|
height: 100%;
|
|
@@ -199,7 +199,7 @@ or `);this.errors.push(i)}return r}},cr=class extends de{constructor(...t){super
|
|
|
199
199
|
}
|
|
200
200
|
|
|
201
201
|
.retry-button {
|
|
202
|
-
${
|
|
202
|
+
${Ee}
|
|
203
203
|
position: absolute;
|
|
204
204
|
width: 100%;
|
|
205
205
|
height: 100%;
|
|
@@ -209,7 +209,7 @@ or `);this.errors.push(i)}return r}},cr=class extends de{constructor(...t){super
|
|
|
209
209
|
cursor: pointer;
|
|
210
210
|
}
|
|
211
211
|
}
|
|
212
|
-
`;ue();var HE=Ca(ou());var Tn=class{constructor(t){this.ads=t}getAdsInstance(){return this.ads}init(){}adConfig(t){var n,r;(r=(n=this.ads)==null?void 0:n.adConfig)==null||r.call(n,t)}adBreak(t){this.ads.adBreak(t)}adUnit(){}};var xn=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 n,r,a,i,o,s,l,d,_;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);(n=f==null?void 0:f.onReady)==null||n.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",(r=f==null?void 0:f.adViewed)==null||r.call(f),A=!1;break;case"dismissed":w="dismissed",(a=f==null?void 0:f.adDismissed)==null||a.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":(i=f==null?void 0:f.beforeReward)==null||i.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":(o=f==null?void 0:f.beforeAd)==null||o.call(f),A=!1;break;case"afterAd":(s=f==null?void 0:f.afterAd)==null||s.call(f),A=!1;break}A&&((_=f==null?void 0:f.adBreakDone)==null||_.call(f,{breakType:(l=f.breakType)!=null?l:"",breakName:f.breakName,breakFormat:(d=f.breakFormat)!=null?d:"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(n){console.error("init failed",n)}}adConfig(t){try{let n;t.onReady&&(n=++this.callbacksId,this.callbackMap.set(n,{onReady:t.onReady})),this.sendPostMessage("huawei_quick_ads_ad_config",n,t)}catch(n){console.error("adConfig failed",n)}}adBreak(t){var n;try{let r=++this.callbacksId,a={};a.breakType=t.type,t.type!=="preroll"&&t.name&&(a.breakName=t.name),a.breakFormat=t.type==="reward"?"reward":"interstitial",t.adBreakDone&&(a.adBreakDone=t.adBreakDone),t.type!=="preroll"&&t.beforeAd&&(a.beforeAd=t.beforeAd),t.type!=="preroll"&&t.afterAd&&(a.afterAd=t.afterAd),t.type==="reward"&&t.beforeReward&&(a.beforeReward=t.beforeReward),t.type==="reward"&&t.adDismissed&&(a.adDismissed=t.adDismissed),t.type==="reward"&&t.adViewed&&(a.adViewed=t.adViewed),this.callbackMap.set(r,a),this.sendPostMessage("huawei_quick_ads_ad_break",r,t)}catch(r){(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:"noAdPreloaded"})}}adUnit(t){try{this.sendPostMessage("huawei_quick_ads_ad_unit",void 0,t)}catch(n){console.error("adUnit failed",n)}}sendPostMessage(t,n,r){var a;try{if(!((a=window.system)!=null&&a.postMessage))throw new Error("window.system.postMessage is not available");let i=q(q({type:t},n!==void 0&&{callbackId:n}),r!==void 0&&{data:r});window.system.postMessage(JSON.stringify(i))}catch(i){throw console.error("sendPostMessage failed",i),i}}};var Pn=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 n;try{t.type==="reward"?window.gdsdk.preloadAd("rewarded").then(()=>{var r;(r=t.beforeReward)==null||r.call(t,()=>{t.beforeAd&&t.beforeAd(),window.gdsdk.showAd("rewarded").then(a=>{var i,o,s,l,d;(i=a==null?void 0:a.args)!=null&&i.success?(o=t.adViewed)==null||o.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:(l=a==null?void 0:a.args)!=null&&l.success?"viewed":"dismissed"})}).catch(a=>{var i;console.log("showReward error => ",a),(i=t.adBreakDone)==null||i.call(t,{breakType:t.type,breakName:t.name,breakFormat:"reward",breakStatus:"noAdPreloaded"})})})}).catch(r=>{var a;console.log("preloadAd error => ",r),(a=t.adBreakDone)==null||a.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 r;t.type!=="preroll"&&t.afterAd&&t.afterAd(),(r=t.adBreakDone)==null||r.call(t,{breakType:t.type,breakName:t.type==="preroll"?void 0:t.name,breakFormat:"interstitial",breakStatus:"viewed"})}))}catch(r){console.log("adBreak error => ",r),(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:"error"})}}adUnit(){}};ue();var Rt=class{constructor(t,n){this.ads=t;this.httpClient=n}getAdsInstance(){return this.ads}init(t){this.ads.init(t)}adConfig(t){this.ads.adConfig(t)}adBreak(t){return I(this,null,function*(){var r,a;if((r=L.hostUserInfo)==null?void 0:r.isSubUser){this.wrapAdBreadDoneViewed(t);return}if(t.type==="reward")try{let i=yield Ve.getRewardsTypes(this.httpClient);if(!(yield Ve.handleReward(i,t)))throw new Error("handleReward failed: fallback to unlock failed")}catch(i){console.info("handleReward failed",i),(a=t.adBreakDone)==null||a.call(t,{breakType:t.type,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"noAdPreloaded"})}else this.ads.adBreak(t)})}adUnit(t){this.ads.adUnit(t)}wrapAdBreadDoneViewed(t){var n,r,a;(r=t.adBreakDone)==null||r.call(t,{breakType:t.type,breakName:"name"in t&&(n=t.name)!=null?n:"",breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"viewed"}),"adViewed"in t&&((a=t.adViewed)==null||a.call(t))}};var Ln=class e extends Rt{constructor(t,n){super(t,n),this.startTimes=Date.now()}adBreak(t){return I(this,null,function*(){var n,r;if(t.type!=="reward"){if(t.type==="preroll"){(n=t.adBreakDone)==null||n.call(t,{breakType:t.type,breakFormat:"interstitial",breakStatus:"noAdPreloaded"});return}let a=Date.now();if(console.log("FunmaxAdsHandler time => ",a-this.startTimes),a-this.startTimes<4e4){(r=t.adBreakDone)==null||r.call(t,{breakType:t.type,breakFormat:"interstitial",breakStatus:"noAdPreloaded"});return}}os(e.prototype,this,"adBreak").call(this,t)})}};var To=class{constructor(t){this.cacheHandler=null;this.context=t}createAdsHandler(t){if(this.cacheHandler)return this.cacheHandler;switch(t){case"dlightek":{this.cacheHandler=new Tn(window.h5sdk);break}case"huaweiQuick":{this.cacheHandler=xn.getInstance();break}case"gamedistribution":{this.cacheHandler=Pn.getInstance();break}case"funmax":{let n=new Cn(this.context);this.cacheHandler=new Ln(n,pt);break}default:{let n=new Cn(this.context);this.cacheHandler=new Rt(n,pt);break}}return this.cacheHandler}getAdsHandler(t){return this.createAdsHandler(t)}},la=ge(),su=new He,pt=Je.create(),Mp={httpClient:pt,checkNetwork:()=>Je.getNetworkStatus(),track:Se,eventEmitter:su,getWindowInfo:()=>({width:window.innerWidth*window.devicePixelRatio,height:window.innerHeight*window.devicePixelRatio,statusBarHeight:0}),handleLinkClicked:e=>{window.open(e,"_blank")},getContextInfo:()=>{var e,t,n,r,a,i,o,s,l;return{hostAppId:(t=(e=L.hostInfo)==null?void 0:e.aid)!=null?t:"1",deviceId:(n=L.deviceInfo.did)!=null?n:"",adId:(r=L.deviceInfo.adId)!=null?r:"",sessionId:(a=L.sessionId)!=null?a:"",userId:(o=(i=L.hostUserInfo)==null?void 0:i.uid)!=null?o:"",objectType:"GAME",objectId:L.mpId,testAdsMode:L.testAdsMode,channel:(s=L.joliSource)!=null?s:"",deviceBrand:L.deviceInfo.brand,deviceModel:L.deviceInfo.model,osType:Ie.isAndroid?"ANDROID":Ie.isiOS?"IOS":"PC",runtimeType:"WEB",platform:1e3,joliSource:(l=L.joliSource)!=null?l:""}}},lu=e=>{qe("JOLIBOX_CUSTOM_REWARDS_EVENT",{JOLI_COIN:e}),Se("jolicoin_unlock_success",{quantity:e.quantity})},Gp=()=>{Se("subscription_unlock_success",{})},Jp=new To(Mp),Dn=Jp.getAdsHandler(L.sdkEnvironment);Ve.registerRewardHandler("ADS",ll(Dn.getAdsInstance()));Ve.registerRewardHandler("JOLI_COIN",ul(pt,{onUnlockSuccess:lu.bind(void 0)}));Ve.registerRewardHandler("JOLI_COIN_ONLY",dl(pt,{onUnlockSuccess:lu.bind(void 0)}));Ve.registerRewardHandler("SUBSCRIPTION",pl(pt,{onSubSuccess:Gp.bind(void 0)}));Si(pt);kr(pt);su.on("isAdShowing",e=>{qe("JOLIBOX_ADS_EVENT",{isAdShowing:e})});la.registerCommand("AdsSDK.init",e=>{Dn.init(e)});la.registerCommand("AdsSDK.adConfig",e=>{Dn.adConfig(e)});la.registerCommand("AdsSDK.adBreak",e=>{Dn.adBreak(e)});la.registerCommand("AdsSDK.adUnit",e=>{Dn.adUnit(e)});G();dt();var cu=ge();cu.registerCommand("RuntimeSDK.loadFinishedEvent",()=>{let e=performance.now();Se("loadFinished",{duration:e})});cu.registerCommand("RuntimeSDK.loadProgressEvent",e=>{console.log("RuntimeSDK.loadProgressEvent",e)});G();dt();var pu=-1,ua=function(e){addEventListener("pageshow",function(t){t.persisted&&(pu=t.timeStamp,e(t))},!0)},Po=function(){var e=self.performance&&performance.getEntriesByType&&performance.getEntriesByType("navigation")[0];if(e&&e.responseStart>0&&e.responseStart<performance.now())return e},da=function(){var e=Po();return e&&e.activationStart||0},Xt=function(e,t){var n=Po(),r="navigate";return pu>=0?r="back-forward-cache":n&&(document.prerendering||da()>0?r="prerender":document.wasDiscarded?r="restore":n.type&&(r=n.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:r}},vu=function(e,t,n){try{if(PerformanceObserver.supportedEntryTypes.includes(e)){var r=new PerformanceObserver(function(a){Promise.resolve().then(function(){t(a.getEntries())})});return r.observe(Object.assign({type:e,buffered:!0},n||{})),r}}catch(a){}},Yt=function(e,t,n,r){var a,i;return function(o){t.value>=0&&(o||r)&&((i=t.value-(a||0))||a===void 0)&&(a=t.value,t.delta=i,t.rating=function(s,l){return s>l[1]?"poor":s>l[0]?"needs-improvement":"good"}(t.value,n),e(t))}},gu=function(e){requestAnimationFrame(function(){return requestAnimationFrame(function(){return e()})})},_u=function(e){document.addEventListener("visibilitychange",function(){document.visibilityState==="hidden"&&e()})},yu=function(e){var t=!1;return function(){t||(e(),t=!0)}},zt=-1,uu=function(){return document.visibilityState!=="hidden"||document.prerendering?1/0:0},ca=function(e){document.visibilityState==="hidden"&&zt>-1&&(zt=e.type==="visibilitychange"?e.timeStamp:0,Fp())},du=function(){addEventListener("visibilitychange",ca,!0),addEventListener("prerenderingchange",ca,!0)},Fp=function(){removeEventListener("visibilitychange",ca,!0),removeEventListener("prerenderingchange",ca,!0)},wu=function(){return zt<0&&(zt=uu(),du(),ua(function(){setTimeout(function(){zt=uu(),du()},0)})),{get firstHiddenTime(){return zt}}},Lo=function(e){document.prerendering?addEventListener("prerenderingchange",function(){return e()},!0):e()},fu=[1800,3e3],bu=function(e,t){t=t||{},Lo(function(){var n,r=wu(),a=Xt("FCP"),i=vu("paint",function(o){o.forEach(function(s){s.name==="first-contentful-paint"&&(i.disconnect(),s.startTime<r.firstHiddenTime&&(a.value=Math.max(s.startTime-da(),0),a.entries.push(s),n(!0)))})});i&&(n=Yt(e,a,fu,t.reportAllChanges),ua(function(o){a=Xt("FCP"),n=Yt(e,a,fu,t.reportAllChanges),gu(function(){a.value=performance.now()-o.timeStamp,n(!0)})}))})};var Hp=function(e){var t=self.requestIdleCallback||self.setTimeout,n=-1;return e=yu(e),document.visibilityState==="hidden"?e():(n=t(e),_u(e)),n};var hu=[2500,4e3],xo={},Eu=function(e,t){t=t||{},Lo(function(){var n,r=wu(),a=Xt("LCP"),i=function(l){t.reportAllChanges||(l=l.slice(-1)),l.forEach(function(d){d.startTime<r.firstHiddenTime&&(a.value=Math.max(d.startTime-da(),0),a.entries=[d],n())})},o=vu("largest-contentful-paint",i);if(o){n=Yt(e,a,hu,t.reportAllChanges);var s=yu(function(){xo[a.id]||(i(o.takeRecords()),o.disconnect(),xo[a.id]=!0,n(!0))});["keydown","click"].forEach(function(l){addEventListener(l,function(){return Hp(s)},{once:!0,capture:!0})}),_u(s),ua(function(l){a=Xt("LCP"),n=Yt(e,a,hu,t.reportAllChanges),gu(function(){a.value=performance.now()-l.timeStamp,xo[a.id]=!0,n(!0)})})}})},mu=[800,1800],qp=function e(t){document.prerendering?Lo(function(){return e(t)}):document.readyState!=="complete"?addEventListener("load",function(){return e(t)},!0):setTimeout(t,0)},Iu=function(e,t){t=t||{};var n=Xt("TTFB"),r=Yt(e,n,mu,t.reportAllChanges);qp(function(){var a=Po();a&&(n.value=Math.max(a.responseStart-da(),0),n.entries=[a],r(!0),ua(function(){n=Xt("TTFB",0),(r=Yt(e,n,mu,t.reportAllChanges))(!0)}))})};ue();Lt();Xe();G();_r();G();var fa=new Map,Au=!1,jp=()=>{Au||(bt("ON_GET_USER_SUB_STATUS",e=>{let t=fa.get(e.sequenceId);t&&(clearTimeout(t.timeoutId),t.resolve(e.isSubUser),fa.delete(e.sequenceId))}),Au=!0)};function Do(){return I(this,null,function*(){return jp(),new Promise((e,t)=>{let n=Ge(),r=setTimeout(()=>{fa.delete(n),t(new Error("Timeout waiting for user sub status response"))},3e3);fa.set(n,{resolve:e,reject:t,timeoutId:r}),qe("JOLIBOX_GET_USER_SUB_STATUS",{sequenceId:n})})})}function Su(){return I(this,null,function*(){let e=Je.create();try{let t=yield e.get("/api/users/info");return!(t.code!=="SUCCESS"||!t.data)}catch(t){return Le(new Fn(t)),!1}})}function Vp(){bu(e=>{Se("GameFCP",{value:e.value,rating:e.rating,navigationType:e.navigationType})}),Eu(e=>{Se("GameLCP",{value:e.value,rating:e.rating,navigationType:e.navigationType})}),Iu(e=>{Se("GameTTFB",{value:e.value,rating:e.rating,navigationType:e.navigationType})})}function $p(){ut.on("onDocumentReady",e=>I(this,null,function*(){let t=yield Su(),n=yield Do().catch(()=>!1);L.onEnvConfigChanged({hostUserInfo:{isLogin:t,isSubUser:n}}),ut.emit("LifecycleEvent.onReady",q({},L.hostUserInfo?L.hostUserInfo:{isLogin:!1})),L.mpType==="game"&&Qe.start(Date.now()-e)}))}function Cu(){$p(),Vp()}Cu();
|
|
212
|
+
`;ue();var tI=Oo(su());var Pn=class{constructor(t){this.ads=t}getAdsInstance(){return this.ads}init(){}adConfig(t){var n,r;(r=(n=this.ads)==null?void 0:n.adConfig)==null||r.call(n,t)}adBreak(t){this.ads.adBreak(t)}adUnit(){}};var Ln=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 n,r,o,a,i,s,l,d,y;if(console.log(`HuaweiQuickAdsHandler,event => ${t}`),t.origin==window.location.origin&&t.data&&t.data.type==null){let f=JSON.parse(t.data);switch(console.log(`HuaweiQuickAdsHandler type => ${f.type}`),f.type){case"huawei_quick_ads_on_message_init":console.log("HuaweiQuickAdsHandler window.addEventListener init",f);break;case"huawei_quick_ads_on_message_ad_config":{let p=f.callbackId;if(p){let h=this.callbackMap.get(p);(n=h==null?void 0:h.onReady)==null||n.call(h)}console.log("HuaweiQuickAdsHandler window.addEventListener adConfig",f)}break;case"huawei_quick_ads_on_message_ad_break":{let p=f.callbackId;if(p){let h=this.callbackMap.get(p),b="noAdPreloaded",I=!1;switch(f.adsRes){case"viewed":b="viewed",(r=h==null?void 0:h.adViewed)==null||r.call(h),I=!1;break;case"dismissed":b="dismissed",(o=h==null?void 0:h.adDismissed)==null||o.call(h),I=!1;break;case"notReady":case"timeout":case"error":case"noAdPreloaded":case"frequencyCapped":case"ignored":case"other":b=f.adsRes,I=!0;break;case"breakDone":b=f.params,I=!0;break;case"beforeReward":(a=h==null?void 0:h.beforeReward)==null||a.call(h,()=>{window.system.postMessage(JSON.stringify({type:"huawei_quick_ads_ad_operation"})),console.log("HuaweiQuickAdsHandler beforeReward postMessage AD_OPERATION")}),I=!1;break;case"beforeAd":(i=h==null?void 0:h.beforeAd)==null||i.call(h),I=!1;break;case"afterAd":(s=h==null?void 0:h.afterAd)==null||s.call(h),I=!1;break}I&&((y=h==null?void 0:h.adBreakDone)==null||y.call(h,{breakType:(l=h.breakType)!=null?l:"",breakName:h.breakName,breakFormat:(d=h.breakFormat)!=null?d:"interstitial",breakStatus:b}))}console.log("HuaweiQuickAdsHandler window.addEventListener adBreak",f)}break;case"huawei_quick_ads_on_message_ad_unit":console.log("HuaweiQuickAdsHandler window.addEventListener adUnit",f);break;default:break}}})}getAdsInstance(){return e.getInstance()}init(t){try{this.sendPostMessage("huawei_quick_ads_init",void 0,t)}catch(n){console.error("init failed",n)}}adConfig(t){try{let n;t.onReady&&(n=++this.callbacksId,this.callbackMap.set(n,{onReady:t.onReady})),this.sendPostMessage("huawei_quick_ads_ad_config",n,t)}catch(n){console.error("adConfig failed",n)}}adBreak(t){var n;try{let r=++this.callbacksId,o={};o.breakType=t.type,t.type!=="preroll"&&t.name&&(o.breakName=t.name),o.breakFormat=t.type==="reward"?"reward":"interstitial",t.adBreakDone&&(o.adBreakDone=t.adBreakDone),t.type!=="preroll"&&t.beforeAd&&(o.beforeAd=t.beforeAd),t.type!=="preroll"&&t.afterAd&&(o.afterAd=t.afterAd),t.type==="reward"&&t.beforeReward&&(o.beforeReward=t.beforeReward),t.type==="reward"&&t.adDismissed&&(o.adDismissed=t.adDismissed),t.type==="reward"&&t.adViewed&&(o.adViewed=t.adViewed),this.callbackMap.set(r,o),this.sendPostMessage("huawei_quick_ads_ad_break",r,t)}catch(r){(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:"noAdPreloaded"})}}adUnit(t){try{this.sendPostMessage("huawei_quick_ads_ad_unit",void 0,t)}catch(n){console.error("adUnit failed",n)}}sendPostMessage(t,n,r){var o;try{if(!((o=window.system)!=null&&o.postMessage))throw new Error("window.system.postMessage is not available");let a=$($({type:t},n!==void 0&&{callbackId:n}),r!==void 0&&{data:r});window.system.postMessage(JSON.stringify(a))}catch(a){throw console.error("sendPostMessage failed",a),a}}};var Dn=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 n;try{t.type==="reward"?window.gdsdk.preloadAd("rewarded").then(()=>{var r;(r=t.beforeReward)==null||r.call(t,()=>{t.beforeAd&&t.beforeAd(),window.gdsdk.showAd("rewarded").then(o=>{var a,i,s,l,d;(a=o==null?void 0:o.args)!=null&&a.success?(i=t.adViewed)==null||i.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:(l=o==null?void 0:o.args)!=null&&l.success?"viewed":"dismissed"})}).catch(o=>{var a;console.log("showReward error => ",o),(a=t.adBreakDone)==null||a.call(t,{breakType:t.type,breakName:t.name,breakFormat:"reward",breakStatus:"noAdPreloaded"})})})}).catch(r=>{var o;console.log("preloadAd error => ",r),(o=t.adBreakDone)==null||o.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 r;t.type!=="preroll"&&t.afterAd&&t.afterAd(),(r=t.adBreakDone)==null||r.call(t,{breakType:t.type,breakName:t.type==="preroll"?void 0:t.name,breakFormat:"interstitial",breakStatus:"viewed"})}))}catch(r){console.log("adBreak error => ",r),(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:"error"})}}adUnit(){}};ue();var Tt=class{constructor(t,n){this.ads=t;this.httpClient=n}getAdsInstance(){return this.ads}init(t){this.ads.init(t)}adConfig(t){this.ads.adConfig(t)}adBreak(t){return A(this,null,function*(){var r,o;if((r=P.hostUserInfo)==null?void 0:r.isSubUser){this.wrapAdBreadDoneViewed(t);return}if(t.type==="reward")try{let a=yield We.getRewardsTypes(this.httpClient);if(!(yield We.handleReward(a,t)))throw new Error("handleReward failed: fallback to unlock failed")}catch(a){console.info("handleReward failed",a),(o=t.adBreakDone)==null||o.call(t,{breakType:t.type,breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"noAdPreloaded"})}else this.ads.adBreak(t)})}adUnit(t){this.ads.adUnit(t)}wrapAdBreadDoneViewed(t){var n,r,o;(r=t.adBreakDone)==null||r.call(t,{breakType:t.type,breakName:"name"in t&&(n=t.name)!=null?n:"",breakFormat:t.type==="reward"?"reward":"interstitial",breakStatus:"viewed"}),"adViewed"in t&&((o=t.adViewed)==null||o.call(t))}};var Nn=class e extends Tt{constructor(t,n){super(t,n),this.startTimes=Date.now()}adBreak(t){return A(this,null,function*(){var n,r;if(t.type!=="reward"){if(t.type==="preroll"){(n=t.adBreakDone)==null||n.call(t,{breakType:t.type,breakFormat:"interstitial",breakStatus:"noAdPreloaded"});return}let o=Date.now();if(console.log("FunmaxAdsHandler time => ",o-this.startTimes),o-this.startTimes<4e4){(r=t.adBreakDone)==null||r.call(t,{breakType:t.type,breakFormat:"interstitial",breakStatus:"noAdPreloaded"});return}}ss(e.prototype,this,"adBreak").call(this,t)})}};var xi=class{constructor(t){this.cacheHandler=null;this.context=t}createAdsHandler(t){if(this.cacheHandler)return this.cacheHandler;switch(t){case"dlightek":{this.cacheHandler=new Pn(window.h5sdk);break}case"huaweiQuick":{this.cacheHandler=Ln.getInstance();break}case"gamedistribution":{this.cacheHandler=Dn.getInstance();break}case"funmax":{let n=new On(this.context);this.cacheHandler=new Nn(n,gt);break}default:{let n=new On(this.context);this.cacheHandler=new Tt(n,gt);break}}return this.cacheHandler}getAdsHandler(t){return this.createAdsHandler(t)}},co=ge(),lu=new qe,gt=Fe.create(),Jp={httpClient:gt,checkNetwork:()=>Fe.getNetworkStatus(),track:Ce,eventEmitter:lu,getWindowInfo:()=>({width:window.innerWidth*window.devicePixelRatio,height:window.innerHeight*window.devicePixelRatio,statusBarHeight:0}),handleLinkClicked:e=>{window.open(e,"_blank")},getContextInfo:()=>{var e,t,n,r,o,a,i,s,l;return{hostAppId:(t=(e=P.hostInfo)==null?void 0:e.aid)!=null?t:"1",deviceId:(n=P.deviceInfo.did)!=null?n:"",adId:(r=P.deviceInfo.adId)!=null?r:"",sessionId:(o=P.sessionId)!=null?o:"",userId:(i=(a=P.hostUserInfo)==null?void 0:a.uid)!=null?i:"",objectType:"GAME",objectId:P.mpId,testAdsMode:P.testAdsMode,channel:(s=P.joliSource)!=null?s:"",deviceBrand:P.deviceInfo.brand,deviceModel:P.deviceInfo.model,osType:Ae.isAndroid?"ANDROID":Ae.isiOS?"IOS":"PC",runtimeType:"WEB",platform:1e3,joliSource:(l=P.joliSource)!=null?l:""}}},cu=e=>{je("JOLIBOX_CUSTOM_REWARDS_EVENT",{JOLI_COIN:e}),Ce("jolicoin_unlock_success",{quantity:e.quantity})},Fp=()=>{Ce("subscription_unlock_success",{})},Hp=new xi(Jp),Un=Hp.getAdsHandler(P.sdkEnvironment);We.registerRewardHandler("ADS",cl(Un.getAdsInstance()));We.registerRewardHandler("JOLI_COIN",dl(gt,{onUnlockSuccess:cu.bind(void 0),hasSubscription:()=>!0}));We.registerRewardHandler("JOLI_COIN_ONLY",fl(gt,{onUnlockSuccess:cu.bind(void 0),hasSubscription:()=>!0}));We.registerRewardHandler("SUBSCRIPTION",vl(gt,{onSubSuccess:Fp.bind(void 0),hasSubscription:()=>!0}));Ra(gt);xr(gt);lu.on("isAdShowing",e=>{je("JOLIBOX_ADS_EVENT",{isAdShowing:e})});co.registerCommand("AdsSDK.init",e=>{Un.init(e)});co.registerCommand("AdsSDK.adConfig",e=>{Un.adConfig(e)});co.registerCommand("AdsSDK.adBreak",e=>{Un.adBreak(e)});co.registerCommand("AdsSDK.adUnit",e=>{Un.adUnit(e)});H();ht();var uu=ge();uu.registerCommand("RuntimeSDK.loadFinishedEvent",()=>{let e=performance.now();Ce("loadFinished",{duration:e})});uu.registerCommand("RuntimeSDK.loadProgressEvent",e=>{console.log("RuntimeSDK.loadProgressEvent",e)});H();ht();var vu=-1,fo=function(e){addEventListener("pageshow",function(t){t.persisted&&(vu=t.timeStamp,e(t))},!0)},Li=function(){var e=self.performance&&performance.getEntriesByType&&performance.getEntriesByType("navigation")[0];if(e&&e.responseStart>0&&e.responseStart<performance.now())return e},ho=function(){var e=Li();return e&&e.activationStart||0},en=function(e,t){var n=Li(),r="navigate";return vu>=0?r="back-forward-cache":n&&(document.prerendering||ho()>0?r="prerender":document.wasDiscarded?r="restore":n.type&&(r=n.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:r}},gu=function(e,t,n){try{if(PerformanceObserver.supportedEntryTypes.includes(e)){var r=new PerformanceObserver(function(o){Promise.resolve().then(function(){t(o.getEntries())})});return r.observe(Object.assign({type:e,buffered:!0},n||{})),r}}catch(o){}},tn=function(e,t,n,r){var o,a;return function(i){t.value>=0&&(i||r)&&((a=t.value-(o||0))||o===void 0)&&(o=t.value,t.delta=a,t.rating=function(s,l){return s>l[1]?"poor":s>l[0]?"needs-improvement":"good"}(t.value,n),e(t))}},_u=function(e){requestAnimationFrame(function(){return requestAnimationFrame(function(){return e()})})},yu=function(e){document.addEventListener("visibilitychange",function(){document.visibilityState==="hidden"&&e()})},wu=function(e){var t=!1;return function(){t||(e(),t=!0)}},Zt=-1,du=function(){return document.visibilityState!=="hidden"||document.prerendering?1/0:0},uo=function(e){document.visibilityState==="hidden"&&Zt>-1&&(Zt=e.type==="visibilitychange"?e.timeStamp:0,qp())},fu=function(){addEventListener("visibilitychange",uo,!0),addEventListener("prerenderingchange",uo,!0)},qp=function(){removeEventListener("visibilitychange",uo,!0),removeEventListener("prerenderingchange",uo,!0)},bu=function(){return Zt<0&&(Zt=du(),fu(),fo(function(){setTimeout(function(){Zt=du(),fu()},0)})),{get firstHiddenTime(){return Zt}}},Di=function(e){document.prerendering?addEventListener("prerenderingchange",function(){return e()},!0):e()},hu=[1800,3e3],Eu=function(e,t){t=t||{},Di(function(){var n,r=bu(),o=en("FCP"),a=gu("paint",function(i){i.forEach(function(s){s.name==="first-contentful-paint"&&(a.disconnect(),s.startTime<r.firstHiddenTime&&(o.value=Math.max(s.startTime-ho(),0),o.entries.push(s),n(!0)))})});a&&(n=tn(e,o,hu,t.reportAllChanges),fo(function(i){o=en("FCP"),n=tn(e,o,hu,t.reportAllChanges),_u(function(){o.value=performance.now()-i.timeStamp,n(!0)})}))})};var jp=function(e){var t=self.requestIdleCallback||self.setTimeout,n=-1;return e=wu(e),document.visibilityState==="hidden"?e():(n=t(e),yu(e)),n};var mu=[2500,4e3],Pi={},Iu=function(e,t){t=t||{},Di(function(){var n,r=bu(),o=en("LCP"),a=function(l){t.reportAllChanges||(l=l.slice(-1)),l.forEach(function(d){d.startTime<r.firstHiddenTime&&(o.value=Math.max(d.startTime-ho(),0),o.entries=[d],n())})},i=gu("largest-contentful-paint",a);if(i){n=tn(e,o,mu,t.reportAllChanges);var s=wu(function(){Pi[o.id]||(a(i.takeRecords()),i.disconnect(),Pi[o.id]=!0,n(!0))});["keydown","click"].forEach(function(l){addEventListener(l,function(){return jp(s)},{once:!0,capture:!0})}),yu(s),fo(function(l){o=en("LCP"),n=tn(e,o,mu,t.reportAllChanges),_u(function(){o.value=performance.now()-l.timeStamp,Pi[o.id]=!0,n(!0)})})}})},pu=[800,1800],Vp=function e(t){document.prerendering?Di(function(){return e(t)}):document.readyState!=="complete"?addEventListener("load",function(){return e(t)},!0):setTimeout(t,0)},Au=function(e,t){t=t||{};var n=en("TTFB"),r=tn(e,n,pu,t.reportAllChanges);Vp(function(){var o=Li();o&&(n.value=Math.max(o.responseStart-ho(),0),n.entries=[o],r(!0),fo(function(){n=en("TTFB",0),(r=tn(e,n,pu,t.reportAllChanges))(!0)}))})};ue();Ut();Ye();H();wr();H();var mo=new Map,Su=!1,$p=()=>{Su||(It("ON_JOLIBOX_GET_USER_SUB_STATUS",e=>{let t=mo.get(e.sequenceId);t&&(clearTimeout(t.timeoutId),t.resolve(e.isSubUser),mo.delete(e.sequenceId))}),Su=!0)};function Ni(){return A(this,null,function*(){return $p(),new Promise((e,t)=>{let n=Je(),r=setTimeout(()=>{mo.delete(n),t(new Error("Timeout waiting for user sub status response"))},3e3);mo.set(n,{resolve:e,reject:t,timeoutId:r}),je("JOLIBOX_GET_USER_SUB_STATUS",{sequenceId:n})})})}function Cu(){return A(this,null,function*(){let e=Fe.create();try{let t=yield e.get("/api/users/info");return!(t.code!=="SUCCESS"||!t.data)}catch(t){return Le(new qn(t)),!1}})}function Wp(){Eu(e=>{Ce("GameFCP",{value:e.value,rating:e.rating,navigationType:e.navigationType})}),Iu(e=>{Ce("GameLCP",{value:e.value,rating:e.rating,navigationType:e.navigationType})}),Au(e=>{Ce("GameTTFB",{value:e.value,rating:e.rating,navigationType:e.navigationType})})}function Kp(){ft.on("onDocumentReady",e=>A(this,null,function*(){let t=yield Cu(),n=yield Ni().catch(()=>!1);P.onEnvConfigChanged({hostUserInfo:{isLogin:t,isSubUser:n}}),ft.emit("LifecycleEvent.onReady",$({},P.hostUserInfo?P.hostUserInfo:{isLogin:!1})),P.mpType==="game"&&Ze.start(Date.now()-e)}))}function Ru(){Kp(),Wp()}Ru();
|
|
213
213
|
/*! Bundled license information:
|
|
214
214
|
|
|
215
215
|
localforage/dist/localforage.js:
|